From 7a96cfa126bca960b374198e5d83033b35faf665 Mon Sep 17 00:00:00 2001 From: Morb0 <14136326+Morb0@users.noreply.github.com> Date: Sun, 18 Feb 2024 02:38:52 +0300 Subject: [PATCH 01/93] Update locale --- .../ss14-ru/prototypes/actions/diona.ftl | 4 ++++ .../prototypes/entities/clothing/eyes/hud.ftl | 2 +- .../entities/clothing/head/hats.ftl | 6 ++++- .../entities/debugging/options_visualizer.ftl | 3 +++ .../prototypes/entities/effects/portal.ftl | 2 ++ .../markers/spawners/random/shadowkudzu.ftl | 2 ++ .../prototypes/entities/mobs/npcs/animals.ftl | 2 ++ .../prototypes/entities/mobs/npcs/shadows.ftl | 4 ++++ .../prototypes/entities/mobs/player/diona.ftl | 2 ++ .../entities/objects/base_shadow.ftl | 2 ++ .../objects/devices/electronics/signaller.ftl | 4 +++- .../entities/objects/materials/materials.ftl | 2 +- .../entities/objects/misc/kudzu.ftl | 6 +++++ .../entities/objects/specific/mech/mechs.ftl | 2 +- .../objects/specific/medical/healing.ftl | 4 ++++ .../specific/security/evidence-marker.ftl | 22 +++++++++++++++++++ .../structures/lighting/base_lighting.ftl | 18 +++++++++++++++ .../structures/machines/vending_machines.ftl | 2 +- .../structures/specific/anomaly/anomalies.ftl | 3 +++ .../structures/specific/anomaly/cores.ftl | 7 ++++++ .../Locale/ru-RU/accessories/human-hair.ftl | 1 + .../Locale/ru-RU/actions/actions/diona.ftl | 2 ++ .../components/plant-holder-component.ftl | 1 + .../ru-RU/chat/sanitizer-replacements.ftl | 2 ++ .../criminal-records/criminal-records.ftl | 1 + Resources/Locale/ru-RU/fax/fax.ftl | 4 ++++ .../interaction-popup-component.ftl | 3 +++ .../components/microwave-component.ftl | 2 ++ .../Locale/ru-RU/main-menu/main-menu.ftl | 1 + Resources/Locale/ru-RU/markings/scars.ftl | 2 ++ .../Locale/ru-RU/markings/slimeperson.ftl | 4 ++++ .../Locale/ru-RU/nuke/nuke-component.ftl | 2 ++ .../nutrition/components/drink-component.ftl | 2 ++ .../components/openable-component.ftl | 2 ++ .../Locale/ru-RU/reagents/meta/biological.ftl | 2 ++ Resources/Locale/ru-RU/species/namepreset.ftl | 1 + Resources/Locale/ru-RU/species/species.ftl | 1 + .../ss14-ru/prototypes/actions/diona.ftl | 4 ++++ .../ss14-ru/prototypes/body/organs/diona.ftl | 17 ++++++++++++++ .../entities/clothing/head/bandanas.ftl | 2 +- .../entities/clothing/head/hats.ftl | 4 ++++ .../entities/clothing/head/soft.ftl | 2 +- .../entities/clothing/masks/bandanas.ftl | 2 +- .../entities/debugging/options_visualizer.ftl | 3 +++ .../prototypes/entities/effects/portal.ftl | 2 ++ .../markers/spawners/random/shadowkudzu.ftl | 2 ++ .../prototypes/entities/mobs/npcs/animals.ftl | 2 ++ .../prototypes/entities/mobs/npcs/shadows.ftl | 4 ++++ .../prototypes/entities/mobs/player/diona.ftl | 2 ++ .../entities/objects/base_shadow.ftl | 2 ++ .../objects/devices/electronics/signaller.ftl | 2 ++ .../entities/objects/misc/kudzu.ftl | 6 +++++ .../objects/specific/medical/healing.ftl | 4 ++++ .../specific/security/evidence-marker.ftl | 22 +++++++++++++++++++ .../structures/lighting/base_lighting.ftl | 18 +++++++++++++++ .../structures/specific/anomaly/anomalies.ftl | 3 +++ .../structures/specific/anomaly/cores.ftl | 7 ++++++ .../Locale/ru-RU/weapons/melee/melee.ftl | 2 ++ 58 files changed, 235 insertions(+), 9 deletions(-) create mode 100644 Resources/Locale/en-US/ss14-ru/prototypes/actions/diona.ftl create mode 100644 Resources/Locale/en-US/ss14-ru/prototypes/entities/debugging/options_visualizer.ftl create mode 100644 Resources/Locale/en-US/ss14-ru/prototypes/entities/markers/spawners/random/shadowkudzu.ftl create mode 100644 Resources/Locale/en-US/ss14-ru/prototypes/entities/mobs/npcs/shadows.ftl create mode 100644 Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/base_shadow.ftl create mode 100644 Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/specific/security/evidence-marker.ftl create mode 100644 Resources/Locale/ru-RU/actions/actions/diona.ftl create mode 100644 Resources/Locale/ru-RU/nutrition/components/openable-component.ftl create mode 100644 Resources/Locale/ru-RU/ss14-ru/prototypes/actions/diona.ftl create mode 100644 Resources/Locale/ru-RU/ss14-ru/prototypes/entities/debugging/options_visualizer.ftl create mode 100644 Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/random/shadowkudzu.ftl create mode 100644 Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/npcs/shadows.ftl create mode 100644 Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/base_shadow.ftl create mode 100644 Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/security/evidence-marker.ftl diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/actions/diona.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/actions/diona.ftl new file mode 100644 index 00000000000..58dcfb8c8c2 --- /dev/null +++ b/Resources/Locale/en-US/ss14-ru/prototypes/actions/diona.ftl @@ -0,0 +1,4 @@ +ent-DionaGibAction = Gib Yourself! + .desc = Split apart into 3 nymphs. +ent-DionaReformAction = Reform + .desc = Reform back into a whole Diona. diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/clothing/eyes/hud.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/clothing/eyes/hud.ftl index f4f9cb201de..7e76628369e 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/clothing/eyes/hud.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/clothing/eyes/hud.ftl @@ -1,5 +1,5 @@ ent-ClothingEyesHudDiagnostic = diagnostic hud - .desc = A heads-up display capable of analyzing the integrity and status of robotics and exosuits. + .desc = A heads-up display capable of analyzing the integrity and status of robotics and exosuits. Made out of see-borg-ium. ent-ClothingEyesHudMedical = medical hud .desc = A heads-up display that scans the humanoids in view and provides accurate data about their health status. ent-ClothingEyesHudSecurity = security hud diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/clothing/head/hats.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/clothing/head/hats.ftl index 15d1b1dccf3..3bafba6b949 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/clothing/head/hats.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/clothing/head/hats.ftl @@ -2,6 +2,8 @@ ent-ClothingHeadHatBeaverHat = beaver hat .desc = Gentlemen? ent-ClothingHeadHatBeret = beret .desc = A beret, an artists favorite headwear. +ent-ClothingHeadHatBeretFrench = French beret + .desc = A French beret, "vive la France". ent-ClothingHeadHatBeretSecurity = security beret .desc = A stylish clothing option for security officers. ent-ClothingHeadHatCasa = casa @@ -18,7 +20,7 @@ ent-ClothingHeadHatBeretWarden = warden's beret .desc = A corporate blue beret with a warden's rank emblem. For officers that are more inclined towards style than safety. ent-ClothingHeadHatBeretSeniorPhysician = physician beret .desc = Donning the colours of medical and chemistry, physicians are the pride of this department! -ent-ClothingHeadHatBeretBrigmedic = medical beret +ent-ClothingHeadHatBeretBrigmedic = brigmedical beret .desc = White beret, looks like a cream pie on the head. ent-ClothingHeadHatBeretMerc = mercenary beret .desc = Olive beret, the badge depicts a jackal on a rock. @@ -154,3 +156,5 @@ ent-ClothingHeadHatCowboyBountyHunter = bounty hunter cowboy hat .desc = { ent-ClothingHeadHatCowboyBrown.desc } ent-ClothingHeadHatStrawHat = straw hat .desc = A fancy hat for hot days! Not recommended to wear near fires. +ent-ClothingHeadHatBeretMedic = medical beret + .desc = White beret that encourages you to be clean. diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/debugging/options_visualizer.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/debugging/options_visualizer.ftl new file mode 100644 index 00000000000..bd3f150c84a --- /dev/null +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/debugging/options_visualizer.ftl @@ -0,0 +1,3 @@ +ent-OptionsVisualizerTest = { "" } + .suffix = DEBUG + .desc = { "" } diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/effects/portal.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/effects/portal.ftl index 0c3fddeb8d2..03f5c6f8cd9 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/effects/portal.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/effects/portal.ftl @@ -6,3 +6,5 @@ ent-PortalBlue = { ent-BasePortal } .desc = { ent-BasePortal.desc } ent-PortalArtifact = { ent-BasePortal } .desc = { ent-BasePortal.desc } +ent-ShadowPortal = shadow rift + .desc = Looks unstable. diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/markers/spawners/random/shadowkudzu.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/markers/spawners/random/shadowkudzu.ftl new file mode 100644 index 00000000000..d28c0d0778e --- /dev/null +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/markers/spawners/random/shadowkudzu.ftl @@ -0,0 +1,2 @@ +ent-ShadowKudzuLootSpawner = { ent-MarkerBase } + .desc = { ent-MarkerBase.desc } diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/mobs/npcs/animals.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/mobs/npcs/animals.ftl index 21f6e18ed7e..7909e4a8b8e 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/mobs/npcs/animals.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/mobs/npcs/animals.ftl @@ -131,3 +131,5 @@ ent-MobHamster = hamster .desc = A cute, fluffy, robust hamster. ent-MobPig = pig .desc = Oink. +ent-MobDionaNymph = diona nymph + .desc = It's like a cat, only.... branch-ier. diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/mobs/npcs/shadows.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/mobs/npcs/shadows.ftl new file mode 100644 index 00000000000..8164c16901e --- /dev/null +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/mobs/npcs/shadows.ftl @@ -0,0 +1,4 @@ +ent-BaseShadowMob = { ent-BaseShadow } + .desc = { ent-BaseShadow.desc } +ent-MobCatShadow = shadow cat + .desc = A lovely piece of darkness. Hope he doesn't bring you a curse. diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/mobs/player/diona.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/mobs/player/diona.ftl index 77e780d7652..4f02c7db2a8 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/mobs/player/diona.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/mobs/player/diona.ftl @@ -1,2 +1,4 @@ ent-MobDiona = Urist McPlants .desc = { ent-BaseMobDiona.desc } +ent-MobDionaReformed = Reformed Diona + .desc = { ent-MobDiona.desc } diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/base_shadow.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/base_shadow.ftl new file mode 100644 index 00000000000..9a85067823d --- /dev/null +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/base_shadow.ftl @@ -0,0 +1,2 @@ +ent-BaseShadow = { "" } + .desc = { "" } diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/devices/electronics/signaller.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/devices/electronics/signaller.ftl index 4ca2a2c7688..261bbd87d16 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/devices/electronics/signaller.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/devices/electronics/signaller.ftl @@ -1,2 +1,4 @@ ent-RemoteSignaller = remote signaller - .desc = A handheld device used for remotely sending signals to objects. + .desc = A handheld device used for remotely sending signals to objects within a small radius of about 15 meters. +ent-RemoteSignallerAdvanced = advanced remote signaller + .desc = A handheld device used for remotely sending signals to objects within a small radius of about 50 meters. diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/materials/materials.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/materials/materials.ftl index 0cf10540cb2..147ecdf73bb 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/materials/materials.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/materials/materials.ftl @@ -62,7 +62,7 @@ ent-MaterialBananium1 = { ent-MaterialBananium } .suffix = Single .desc = { ent-MaterialBananium.desc } ent-MaterialWebSilk = silk - .desc = A webby material + .desc = A webby material. .suffix = Full ent-MaterialWebSilk25 = { ent-MaterialWebSilk } .suffix = 25 diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/misc/kudzu.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/misc/kudzu.ftl index afceefc58e2..f36ae9760a6 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/misc/kudzu.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/misc/kudzu.ftl @@ -1,3 +1,5 @@ +ent-BaseKudzu = { "" } + .desc = { "" } ent-Kudzu = kudzu .desc = A rapidly growing, dangerous plant. WHY ARE YOU STOPPING TO LOOK AT IT?! ent-WeakKudzu = { ent-Kudzu } @@ -11,3 +13,7 @@ ent-KudzuFlowerAngry = { ent-KudzuFlowerFriendly } .desc = { ent-KudzuFlowerFriendly.desc } ent-FleshKudzu = tendons .desc = A rapidly growing cluster of meaty tendons. WHY ARE YOU STOPPING TO LOOK AT IT?! +ent-ShadowKudzu = dark haze + .desc = { ent-BaseKudzu.desc } +ent-ShadowKudzuWeak = Haze + .desc = { ent-ShadowKudzu.desc } diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/specific/mech/mechs.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/specific/mech/mechs.ftl index 633d59df033..8b24349b6cc 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/specific/mech/mechs.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/specific/mech/mechs.ftl @@ -16,7 +16,7 @@ ent-MechHamtrBattery = { ent-MechHamtr } .suffix = Battery .desc = { ent-MechHamtr.desc } ent-MechVim = Vim - .desc = A minature exosuit from Nanotrasen, developed to let the irreplacable station pets live a little longer. + .desc = A miniature exosuit from Nanotrasen, developed to let the irreplaceable station pets live a little longer. ent-MechVimBattery = { ent-MechVim } .suffix = Battery .desc = { ent-MechVim.desc } diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/specific/medical/healing.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/specific/medical/healing.ftl index ac84cea2feb..8641a0c60d8 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/specific/medical/healing.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/specific/medical/healing.ftl @@ -11,7 +11,9 @@ ent-Ointment10Lingering = { ent-Ointment } .desc = { ent-Ointment.desc } ent-RegenerativeMesh = regenerative mesh .desc = Used to treat even the nastiest burns. Also effective against caustic burns. + .suffix = Full ent-OintmentAdvanced1 = { ent-RegenerativeMesh } + .suffix = Single .desc = { ent-RegenerativeMesh.desc } ent-Brutepack = bruise pack .desc = A therapeutic gel pack and bandages designed to treat blunt-force trauma. @@ -24,7 +26,9 @@ ent-Brutepack10Lingering = { ent-Brutepack } .desc = { ent-Brutepack.desc } ent-MedicatedSuture = medicated suture .desc = A suture soaked in medicine, treats blunt-force trauma effectively and closes wounds. + .suffix = Full ent-BrutepackAdvanced1 = { ent-MedicatedSuture } + .suffix = Single .desc = { ent-MedicatedSuture.desc } ent-Bloodpack = blood pack .desc = Contains a groundbreaking universal blood replacement created by Nanotrasen's advanced medical science. diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/specific/security/evidence-marker.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/specific/security/evidence-marker.ftl new file mode 100644 index 00000000000..f0bc94a73da --- /dev/null +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/specific/security/evidence-marker.ftl @@ -0,0 +1,22 @@ +ent-EvidenceMarker = evidence marker + .desc = A numbered yellow marker, useful for labeling evidence on a crime scene. +ent-EvidenceMarkerOne = evidence marker + .desc = { ent-EvidenceMarker.desc } +ent-EvidenceMarkerTwo = evidence marker + .desc = { ent-EvidenceMarker.desc } +ent-EvidenceMarkerThree = evidence marker + .desc = { ent-EvidenceMarker.desc } +ent-EvidenceMarkerFour = evidence marker + .desc = { ent-EvidenceMarker.desc } +ent-EvidenceMarkerFive = evidence marker + .desc = { ent-EvidenceMarker.desc } +ent-EvidenceMarkerSix = evidence marker + .desc = { ent-EvidenceMarker.desc } +ent-EvidenceMarkerSeven = evidence marker + .desc = { ent-EvidenceMarker.desc } +ent-EvidenceMarkerEight = evidence marker + .desc = { ent-EvidenceMarker.desc } +ent-EvidenceMarkerNine = evidence marker + .desc = { ent-EvidenceMarker.desc } +ent-BoxEvidenceMarkers = evidence marker box + .desc = A pack of numbered yellow markers, useful for labeling evidence on a crime scene. diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/lighting/base_lighting.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/lighting/base_lighting.ftl index b6c061c0668..3573700e69a 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/lighting/base_lighting.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/lighting/base_lighting.ftl @@ -37,18 +37,36 @@ ent-EmergencyLight = emergency light ent-PoweredlightCyan = { ent-Poweredlight } .suffix = Cyan .desc = { ent-Poweredlight.desc } +ent-AlwaysPoweredlightCyan = { ent-AlwaysPoweredWallLight } + .suffix = Always Powered, Cyan + .desc = { ent-AlwaysPoweredWallLight.desc } ent-PoweredlightBlue = { ent-Poweredlight } .suffix = Blue .desc = { ent-Poweredlight.desc } +ent-AlwaysPoweredlightBlue = { ent-AlwaysPoweredWallLight } + .suffix = Always Powered, Blue + .desc = { ent-AlwaysPoweredWallLight.desc } ent-PoweredlightPink = { ent-Poweredlight } .suffix = Pink .desc = { ent-Poweredlight.desc } +ent-AlwaysPoweredlightPink = { ent-AlwaysPoweredWallLight } + .suffix = Always Powered, Pink + .desc = { ent-AlwaysPoweredWallLight.desc } ent-PoweredlightOrange = { ent-Poweredlight } .suffix = Orange .desc = { ent-Poweredlight.desc } +ent-AlwaysPoweredlightOrange = { ent-AlwaysPoweredWallLight } + .suffix = Always Powered, Orange + .desc = { ent-AlwaysPoweredWallLight.desc } ent-PoweredlightRed = { ent-Poweredlight } .suffix = Red .desc = { ent-Poweredlight.desc } +ent-AlwaysPoweredlightRed = { ent-AlwaysPoweredWallLight } + .suffix = Always Powered, Red + .desc = { ent-AlwaysPoweredWallLight.desc } ent-PoweredlightGreen = { ent-Poweredlight } .suffix = Green .desc = { ent-Poweredlight.desc } +ent-AlwaysPoweredlightGreen = { ent-AlwaysPoweredWallLight } + .suffix = Always Powered, Green + .desc = { ent-AlwaysPoweredWallLight.desc } diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/machines/vending_machines.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/machines/vending_machines.ftl index 3881de398c9..27d491b14ea 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/machines/vending_machines.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/machines/vending_machines.ftl @@ -56,7 +56,7 @@ ent-VendingMachineSeedsUnlocked = MegaSeed Servitor .desc = For when you need seeds fast. Hands down the best seed selection on the station! .suffix = Unlocked ent-VendingMachineSeeds = { ent-VendingMachineSeedsUnlocked } - .suffix = Hyroponics + .suffix = Hydroponics .desc = { ent-VendingMachineSeedsUnlocked.desc } ent-VendingMachineSnack = Getmore Chocolate Corp .desc = A snack machine courtesy of the Getmore Chocolate Corporation, based out of Mars. diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/specific/anomaly/anomalies.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/specific/anomaly/anomalies.ftl index 3bda3d40ddf..01c006b34cf 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/specific/anomaly/anomalies.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/specific/anomaly/anomalies.ftl @@ -42,3 +42,6 @@ ent-AnomalyFloraBulb = strange glowing berry ent-AnomalyLiquid = { ent-BaseAnomaly } .suffix = Liquid .desc = { ent-BaseAnomaly.desc } +ent-AnomalyShadow = { ent-BaseAnomaly } + .suffix = Shadow + .desc = { ent-BaseAnomaly.desc } diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/specific/anomaly/cores.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/specific/anomaly/cores.ftl index 1e9d7e605a7..eb011f77ca2 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/specific/anomaly/cores.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/specific/anomaly/cores.ftl @@ -27,6 +27,9 @@ ent-AnomalyCoreElectricity = { ent-BaseAnomalyCore } ent-AnomalyCoreFlora = { ent-BaseAnomalyCore } .suffix = Flora .desc = { ent-BaseAnomalyCore.desc } +ent-AnomalyCoreShadow = { ent-BaseAnomalyCore } + .suffix = Shadow + .desc = { ent-BaseAnomalyCore.desc } ent-BaseAnomalyInertCore = { ent-BaseAnomalyCore } .desc = { ent-BaseAnomalyCore.desc } ent-AnomalyCorePyroclasticInert = { ent-BaseAnomalyInertCore } @@ -56,3 +59,7 @@ ent-AnomalyCoreElectricityInert = { ent-BaseAnomalyInertCore } ent-AnomalyCoreFloraInert = { ent-BaseAnomalyInertCore } .suffix = Flora, Inert .desc = { ent-BaseAnomalyInertCore.desc } +ent-AnomalyCoreShadowInert = { ent-['BaseAnomalyInertCore', 'BaseShadow'] } + + .suffix = Shadow, Inert + .desc = { ent-['BaseAnomalyInertCore', 'BaseShadow'].desc } diff --git a/Resources/Locale/ru-RU/accessories/human-hair.ftl b/Resources/Locale/ru-RU/accessories/human-hair.ftl index 7e9cad61dcf..08dd615b309 100644 --- a/Resources/Locale/ru-RU/accessories/human-hair.ftl +++ b/Resources/Locale/ru-RU/accessories/human-hair.ftl @@ -163,6 +163,7 @@ marking-HumanHairSpiky = Колючая 2 marking-HumanHairSpiky2 = Колючая 3 marking-HumanHairSwept = Зачёс назад marking-HumanHairSwept2 = Зачёс назад 2 +marking-HumanHairTailed = Tailed marking-HumanHairThinning = Редеющая marking-HumanHairThinningfront = Редеющая (Спереди) marking-HumanHairThinningrear = Редеющая (Сзади) diff --git a/Resources/Locale/ru-RU/actions/actions/diona.ftl b/Resources/Locale/ru-RU/actions/actions/diona.ftl new file mode 100644 index 00000000000..39eeb3f6d3a --- /dev/null +++ b/Resources/Locale/ru-RU/actions/actions/diona.ftl @@ -0,0 +1,2 @@ +diona-gib-action-use = { $name } splits apart in an instant! +diona-reform-attempt = { $name } attempts to reform! diff --git a/Resources/Locale/ru-RU/botany/components/plant-holder-component.ftl b/Resources/Locale/ru-RU/botany/components/plant-holder-component.ftl index 8522aa9e1aa..157ebf43e00 100644 --- a/Resources/Locale/ru-RU/botany/components/plant-holder-component.ftl +++ b/Resources/Locale/ru-RU/botany/components/plant-holder-component.ftl @@ -32,3 +32,4 @@ plant-holder-component-light-improper-warning = Мигает [color=yellow]пр plant-holder-component-heat-improper-warning = Мигает [color=orange]предупреждение о неподходящем уровне температуры[/color]. plant-holder-component-pressure-improper-warning = Мигает [color=lightblue]предупреждение о неподходящем атмосферном давлении[/color]. plant-holder-component-gas-missing-warning = Мигает [color=cyan]предупреждение о неподходящем атмосферном составе[/color]. +plant-holder-component-early-sample-message = The plant hasn't grown enough to take a sample yet. diff --git a/Resources/Locale/ru-RU/chat/sanitizer-replacements.ftl b/Resources/Locale/ru-RU/chat/sanitizer-replacements.ftl index 5a5a6315a74..e34351fabfa 100644 --- a/Resources/Locale/ru-RU/chat/sanitizer-replacements.ftl +++ b/Resources/Locale/ru-RU/chat/sanitizer-replacements.ftl @@ -19,4 +19,6 @@ chatsan-unimpressed = кажется не впечатлённым chatsan-waves = машет chatsan-salutes = отдаёт честь chatsan-tearfully-salutes = отдаёт честь со слезами на глазах +chatsan-tearfully-smiles = tearfully smiles +chatsan-winks = winks chatsan-shrugs = пожимает плечами diff --git a/Resources/Locale/ru-RU/criminal-records/criminal-records.ftl b/Resources/Locale/ru-RU/criminal-records/criminal-records.ftl index 67c7312b80f..20bee4a59d5 100644 --- a/Resources/Locale/ru-RU/criminal-records/criminal-records.ftl +++ b/Resources/Locale/ru-RU/criminal-records/criminal-records.ftl @@ -29,6 +29,7 @@ criminal-records-console-wanted = { $name } разыскивается по ре criminal-records-console-detained = { $name } арестовали, арестовал: { $officer }. criminal-records-console-released = { $name } отпустили, отпустил: { $officer }. criminal-records-console-not-wanted = { $name } больше не разыскивается. +criminal-records-console-unknown-officer = ## Filters diff --git a/Resources/Locale/ru-RU/fax/fax.ftl b/Resources/Locale/ru-RU/fax/fax.ftl index 295f537e3fc..678efe1c03f 100644 --- a/Resources/Locale/ru-RU/fax/fax.ftl +++ b/Resources/Locale/ru-RU/fax/fax.ftl @@ -6,6 +6,9 @@ fax-machine-popup-name-set = Имя факса было обновлено fax-machine-dialog-rename = Переименовать fax-machine-dialog-field-name = Имя fax-machine-ui-window = Факс +fax-machine-ui-file-button = Print File +fax-machine-ui-paper-button-normal = Normal Paper +fax-machine-ui-paper-button-office = Office Paper fax-machine-ui-copy-button = Копировать fax-machine-ui-send-button = Отправить fax-machine-ui-refresh-button = Обновить @@ -16,3 +19,4 @@ fax-machine-ui-paper = Бумага: fax-machine-ui-paper-inserted = Бумага в лотке fax-machine-ui-paper-not-inserted = Нет бумаги fax-machine-chat-notify = Получено новое сообщение с "{ $fax }" факса +fax-machine-printed-paper-name = printed paper diff --git a/Resources/Locale/ru-RU/interaction/interaction-popup-component.ftl b/Resources/Locale/ru-RU/interaction/interaction-popup-component.ftl index 0b4e0733448..c2cab052846 100644 --- a/Resources/Locale/ru-RU/interaction/interaction-popup-component.ftl +++ b/Resources/Locale/ru-RU/interaction/interaction-popup-component.ftl @@ -31,6 +31,7 @@ petting-success-bear = Вы нерешительно гладите { $target } petting-success-slimes = Вы гладите { $target } по { POSS-ADJ($target) } студенистой поверхности. petting-success-snake = Вы гладите { $target } по { POSS-ADJ($target) } большой чешуйчатой голове. petting-success-monkey = Вы гладите { $target } по { POSS-ADJ($target) } озорной маленькой голове. +petting-success-nymph = You pet { THE($target) } on { POSS-ADJ($target) } wooden little head. petting-failure-generic = Вы тянетесь погладить { $target }, но { $target } настороженно уклоняется от вас. petting-failure-bat = Вы тянетесь погладить { $target }, но { $target } очень трудно поймать! petting-failure-carp = Вы тянетесь погладить { $target }, но { POSS-ADJ($target) } острые зубки заставляют вас передумать. @@ -51,6 +52,8 @@ petting-failure-bear = Вы думаете погладить { $target }, но ## Knocking on windows petting-failure-monkey = Вы тянетесь погладить { $target }, но { SUBJECT($target) } едва не кусает вас за пальцы! +petting-failure-nymph = You reach out to pet { THE($target) }, but { POSS-ADJ($target) } moves their branches away. +petting-failure-shadow = You're trying to pet { THE($target) }, but your hand passes through the cold darkness of his body. petting-success-honkbot = Вы гладите { $target } по его скользкой металлической голове. petting-success-mimebot = Вы гладите { $target } по { POSS-ADJ($target) } холодной металлической голове.. petting-success-cleanbot = Вы гладите { $target } по его влажной металлической голове. diff --git a/Resources/Locale/ru-RU/kitchen/components/microwave-component.ftl b/Resources/Locale/ru-RU/kitchen/components/microwave-component.ftl index 3ee96285e62..22d23222813 100644 --- a/Resources/Locale/ru-RU/kitchen/components/microwave-component.ftl +++ b/Resources/Locale/ru-RU/kitchen/components/microwave-component.ftl @@ -24,3 +24,5 @@ microwave-menu-start-button = Старт microwave-menu-eject-all-text = Извлечь всё microwave-menu-eject-all-tooltip = Это испарит все жидкости, но вернёт всё твёрдое. microwave-menu-instant-button = МГНОВЕННО +microwave-menu-footer-flavor-left = Do not insert any electronic, metallic or living objects. +microwave-menu-footer-flavor-right = v1.5 diff --git a/Resources/Locale/ru-RU/main-menu/main-menu.ftl b/Resources/Locale/ru-RU/main-menu/main-menu.ftl index aace4f39297..8494aaa4860 100644 --- a/Resources/Locale/ru-RU/main-menu/main-menu.ftl +++ b/Resources/Locale/ru-RU/main-menu/main-menu.ftl @@ -7,6 +7,7 @@ main-menu-failed-to-connect = { $reason } main-menu-username-label = Имя пользователя: main-menu-username-text = Имя пользователя +main-menu-address-label = Server Address: main-menu-join-public-server-button = Публичный сервер main-menu-join-public-server-button-tooltip = Нельзя подключаться к публичным серверам с отладочной сборкой. main-menu-direct-connect-button = Прямое подключение diff --git a/Resources/Locale/ru-RU/markings/scars.ftl b/Resources/Locale/ru-RU/markings/scars.ftl index 13b39d65fb1..5583206f601 100644 --- a/Resources/Locale/ru-RU/markings/scars.ftl +++ b/Resources/Locale/ru-RU/markings/scars.ftl @@ -6,3 +6,5 @@ marking-ScarTopSurgeryLong-scar_top_surgery_long = Хирургический ш marking-ScarEyeLeft = Шрам на глазу (Левый) marking-ScarTopSurgeryShort = Хирургический шрам (Короткий) marking-ScarTopSurgeryLong = Хирургический шрам (Длинный) +marking-ScarChest-scar_chest = Chest Scar +marking-ScarChest = Chest Scar diff --git a/Resources/Locale/ru-RU/markings/slimeperson.ftl b/Resources/Locale/ru-RU/markings/slimeperson.ftl index 8842b91e805..7c1dc6d1175 100644 --- a/Resources/Locale/ru-RU/markings/slimeperson.ftl +++ b/Resources/Locale/ru-RU/markings/slimeperson.ftl @@ -2,6 +2,10 @@ marking-SlimeGradientLeftArm-gradient_l_arm = Слаймолюд, левая р marking-SlimeGradientRightArm-gradient_r_arm = Слаймолюд, правая рука (Градиент) marking-SlimeGradientLeftArm = Слаймолюд, левая рука (Градиент) marking-SlimeGradientLeftLeg-gradient_l_leg = Слаймолюд, левая нога (Градиент) +marking-SlimeGradientLeftFoot-gradient_l_foot = Slime Left Foot (Gradient) +marking-SlimeGradientLeftFoot = Slime Left Foot (Gradient) +marking-SlimeGradientRightFoot-gradient_r_foot = Slime Right Foot (Gradient) +marking-SlimeGradientRightFoot = Slime Right Foot (Gradient) marking-SlimeGradientRightLeg-gradient_r_leg = Слаймолюд, правая нога (Градиент) marking-SlimeGradientRightArm = Слаймолюд, правая рука (Градиент) marking-SlimeGradientLeftHand-gradient_l_hand = Слаймолюд, кисть левой руки (Градиент) diff --git a/Resources/Locale/ru-RU/nuke/nuke-component.ftl b/Resources/Locale/ru-RU/nuke/nuke-component.ftl index cef0554577a..1090f36973f 100644 --- a/Resources/Locale/ru-RU/nuke/nuke-component.ftl +++ b/Resources/Locale/ru-RU/nuke/nuke-component.ftl @@ -38,3 +38,5 @@ nuke-codes-list = Код { $name }: { $code } nuke-codes-fax-paper-name = коды ядерной аутентификации # Nuke disk slot nuke-slot-component-slot-name-disk = Диск +nuke-examine-armed = Hey uh, why's that [color=red]red light[/color] blinking? +nuke-examine-exploding = Yeah... I think it's too late buddy. diff --git a/Resources/Locale/ru-RU/nutrition/components/drink-component.ftl b/Resources/Locale/ru-RU/nutrition/components/drink-component.ftl index 573ecde8bff..fbb0917599e 100644 --- a/Resources/Locale/ru-RU/nutrition/components/drink-component.ftl +++ b/Resources/Locale/ru-RU/nutrition/components/drink-component.ftl @@ -1,6 +1,8 @@ drink-component-on-use-is-empty = { $owner } пуст! drink-component-on-examine-is-empty = [color=gray]Пусто[/color] drink-component-on-examine-is-opened = [color=yellow]Открыто[/color] +drink-component-on-examine-is-sealed = The seal is intact. +drink-component-on-examine-is-unsealed = The seal is broken. drink-component-on-examine-is-full = Полон drink-component-on-examine-is-mostly-full = Почти полон drink-component-on-examine-is-half-full = Наполовину полон diff --git a/Resources/Locale/ru-RU/nutrition/components/openable-component.ftl b/Resources/Locale/ru-RU/nutrition/components/openable-component.ftl new file mode 100644 index 00000000000..3acc24cf532 --- /dev/null +++ b/Resources/Locale/ru-RU/nutrition/components/openable-component.ftl @@ -0,0 +1,2 @@ +openable-component-verb-open = Open +openable-component-verb-close = Close diff --git a/Resources/Locale/ru-RU/reagents/meta/biological.ftl b/Resources/Locale/ru-RU/reagents/meta/biological.ftl index cf0c6187a58..7ba297e06f1 100644 --- a/Resources/Locale/ru-RU/reagents/meta/biological.ftl +++ b/Resources/Locale/ru-RU/reagents/meta/biological.ftl @@ -6,6 +6,8 @@ reagent-name-slime = слизь reagent-desc-slime = Сначала вам показалось, что это градиент крови, но вы ошиблись. reagent-name-hemocyanin-blood = голубая кровь reagent-desc-hemocyanin-blood = Содержит медь, а не железо, что придаёт ей ярко выраженный голубой цвет. +reagent-name-ammonia-blood = anaerobic blood +reagent-desc-ammonia-blood = Nothing else in the entire galaxy smells quite so appalling. reagent-name-zombie-blood = кровь зомби reagent-desc-zombie-blood = Не рекомендуется употреблять в пищу. Может быть использована для создания прививки от инфекции. reagent-name-ichor = ихор diff --git a/Resources/Locale/ru-RU/species/namepreset.ftl b/Resources/Locale/ru-RU/species/namepreset.ftl index 48241dcb611..831ed3723f3 100644 --- a/Resources/Locale/ru-RU/species/namepreset.ftl +++ b/Resources/Locale/ru-RU/species/namepreset.ftl @@ -1,3 +1,4 @@ +namepreset-first = { $first } namepreset-firstlast = { $first } { $last } namepreset-firstdashfirst = { $first1 }-{ $first2 } namepreset-thefirstoflast = { $first } { $last } diff --git a/Resources/Locale/ru-RU/species/species.ftl b/Resources/Locale/ru-RU/species/species.ftl index 5d8204976b5..6e9f6b7bbdb 100644 --- a/Resources/Locale/ru-RU/species/species.ftl +++ b/Resources/Locale/ru-RU/species/species.ftl @@ -8,3 +8,4 @@ species-name-diona = Диона species-name-arachnid = Арахнид species-name-moth = Ниан species-name-skeleton = Скелет +species-name-vox = Vox diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/actions/diona.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/actions/diona.ftl new file mode 100644 index 00000000000..58dcfb8c8c2 --- /dev/null +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/actions/diona.ftl @@ -0,0 +1,4 @@ +ent-DionaGibAction = Gib Yourself! + .desc = Split apart into 3 nymphs. +ent-DionaReformAction = Reform + .desc = Reform back into a whole Diona. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/body/organs/diona.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/body/organs/diona.ftl index d005eede453..ffb5cd05cb3 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/body/organs/diona.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/body/organs/diona.ftl @@ -6,3 +6,20 @@ ent-OrganDionaEyes = глаза .desc = Я тебя вижу! ent-OrganDionaStomach = желудок .desc = Мерзость. Не перевариваю его. +ent-OrganDionaLungs = lungs + .desc = Filters oxygen from an atmosphere, which is then sent into the bloodstream to be used as an electron carrier. +ent-OrganDionaBrainNymph = brain + .desc = The source of incredible, unending intelligence. Honk. +ent-OrganDionaStomachNymph = stomach + .desc = Gross. This is hard to stomach. +ent-OrganDionaLungsNymph = lungs + .desc = Filters oxygen from an atmosphere, which is then sent into the bloodstream to be used as an electron carrier. +ent-OrganDionaNymphBrain = diona nymph + .desc = Contains the brain of a formerly fully-formed Diona. Killing this would kill the Diona forever. You monster. + .suffix = Brain +ent-OrganDionaNymphStomach = diona nymph + .desc = Contains the stomach of a formerly fully-formed Diona. It doesn't taste any better for it. + .suffix = Stomach +ent-OrganDionaNymphLungs = diona nymph + .desc = Contains the lungs of a formerly fully-formed Diona. Breathtaking. + .suffix = Lungs diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/head/bandanas.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/head/bandanas.ftl index 65efd32ba0e..2c9e8963ef3 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/head/bandanas.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/head/bandanas.ftl @@ -1,5 +1,5 @@ ent-ClothingHeadBandBase = { ent-ClothingHeadBaseButcherable } - .desc = { ent-ClothingHeadBaseButcherable.desc } + .desc = { ent-ClothingHeadBaseButcherable.desc } ent-ClothingHeadBandBlack = чёрная бандана .desc = Чёрная бандана, чтобы выглядеть круто. ent-ClothingHeadBandBlue = синяя бандана diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/head/hats.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/head/hats.ftl index b8970f758e0..ad5bc0ae766 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/head/hats.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/head/hats.ftl @@ -2,6 +2,8 @@ ent-ClothingHeadHatBeaverHat = бобровая шапка .desc = Джентльмены? ent-ClothingHeadHatBeret = берет .desc = Берет, любимый головной убор творцов. +ent-ClothingHeadHatBeretFrench = French beret + .desc = A French beret, "vive la France". ent-ClothingHeadHatBeretSecurity = берет охраны .desc = Стильный вариант одежды для сотрудников службы безопасности. ent-ClothingHeadHatCasa = каса @@ -154,3 +156,5 @@ ent-ClothingHeadHatCowboyBountyHunter = ковбойская шляпа охот .desc = { ent-ClothingHeadHatCowboyBrown.desc } ent-ClothingHeadHatStrawHat = соломенная шляпа .desc = Модная шляпа для жарких деньков! Не рекомендуется носить около источников огня. +ent-ClothingHeadHatBeretMedic = medical beret + .desc = White beret that encourages you to be clean. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/head/soft.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/head/soft.ftl index 6c750e13503..d29d50c8be2 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/head/soft.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/head/soft.ftl @@ -1,5 +1,5 @@ ent-ClothingHeadHeadHatBaseFlippable = { ent-ClothingHeadBaseButcherable } - .desc = { ent-ClothingHeadBaseButcherable.desc } + .desc = { ent-ClothingHeadBaseButcherable.desc } ent-ClothingHeadHeadHatBaseFlipped = { ent-ClothingHeadHeadHatBaseFlippable } .suffix = Перевёрнутый .desc = { ent-ClothingHeadHeadHatBaseFlippable.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/masks/bandanas.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/masks/bandanas.ftl index 88362d7019b..c9592d413fd 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/masks/bandanas.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/masks/bandanas.ftl @@ -1,5 +1,5 @@ ent-ClothingMaskBandanaBase = { ent-ClothingMaskBaseButcherable } - .desc = { ent-ClothingMaskBaseButcherable.desc } + .desc = { ent-ClothingMaskBaseButcherable.desc } ent-ClothingMaskBandBlack = чёрная бандана .desc = Чёрная бандана, чтобы выглядеть круто. ent-ClothingMaskBandBlue = синяя бандана diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/debugging/options_visualizer.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/debugging/options_visualizer.ftl new file mode 100644 index 00000000000..bd3f150c84a --- /dev/null +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/debugging/options_visualizer.ftl @@ -0,0 +1,3 @@ +ent-OptionsVisualizerTest = { "" } + .suffix = DEBUG + .desc = { "" } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/effects/portal.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/effects/portal.ftl index 018402d3b9f..7df4de09853 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/effects/portal.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/effects/portal.ftl @@ -6,3 +6,5 @@ ent-PortalBlue = { ent-BasePortal } .desc = { ent-BasePortal.desc } ent-PortalArtifact = { ent-BasePortal } .desc = { ent-BasePortal.desc } +ent-ShadowPortal = shadow rift + .desc = Looks unstable. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/random/shadowkudzu.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/random/shadowkudzu.ftl new file mode 100644 index 00000000000..d28c0d0778e --- /dev/null +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/random/shadowkudzu.ftl @@ -0,0 +1,2 @@ +ent-ShadowKudzuLootSpawner = { ent-MarkerBase } + .desc = { ent-MarkerBase.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/npcs/animals.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/npcs/animals.ftl index 86891c6e996..cc42cad6a6e 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/npcs/animals.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/npcs/animals.ftl @@ -131,3 +131,5 @@ ent-MobHamster = хомяк .desc = Милый, пушистый, робастный хомяк. ent-MobPig = свинья .desc = Хрю. +ent-MobDionaNymph = diona nymph + .desc = It's like a cat, only.... branch-ier. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/npcs/shadows.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/npcs/shadows.ftl new file mode 100644 index 00000000000..8164c16901e --- /dev/null +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/npcs/shadows.ftl @@ -0,0 +1,4 @@ +ent-BaseShadowMob = { ent-BaseShadow } + .desc = { ent-BaseShadow.desc } +ent-MobCatShadow = shadow cat + .desc = A lovely piece of darkness. Hope he doesn't bring you a curse. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/player/diona.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/player/diona.ftl index 6e69088b4e1..332e7f3b700 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/player/diona.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/player/diona.ftl @@ -1,2 +1,4 @@ ent-MobDiona = Урист МакДиона .desc = { ent-BaseMobDiona.desc } +ent-MobDionaReformed = Reformed Diona + .desc = { ent-MobDiona.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/base_shadow.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/base_shadow.ftl new file mode 100644 index 00000000000..9a85067823d --- /dev/null +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/base_shadow.ftl @@ -0,0 +1,2 @@ +ent-BaseShadow = { "" } + .desc = { "" } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/electronics/signaller.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/electronics/signaller.ftl index 1ea2dc585d0..c4826b4eba3 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/electronics/signaller.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/electronics/signaller.ftl @@ -1,2 +1,4 @@ ent-RemoteSignaller = передатчик сигналов .desc = Портативное устройство, используемое для дистанционной передачи сигналов объектам. +ent-RemoteSignallerAdvanced = advanced remote signaller + .desc = A handheld device used for remotely sending signals to objects within a small radius of about 50 meters. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/kudzu.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/kudzu.ftl index 7df0e39c562..b9530941566 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/kudzu.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/kudzu.ftl @@ -1,3 +1,5 @@ +ent-BaseKudzu = { "" } + .desc = { "" } ent-Kudzu = кудзу .desc = Быстрорастущее, опасное растение. ЗАЧЕМ ВЫ ОСТАНОВИЛИСЬ ПОСМОТРЕТЬ НА НЕГО?! ent-WeakKudzu = { ent-Kudzu } @@ -11,3 +13,7 @@ ent-KudzuFlowerAngry = { ent-KudzuFlowerFriendly } .desc = { ent-KudzuFlowerFriendly.desc } ent-FleshKudzu = сухожилия .desc = Быстрорастущее скопление мясистых сухожилий. ЗАЧЕМ ВЫ ОСТАНОВИЛИСЬ ПОСМОТРЕТЬ НА НИХ?! +ent-ShadowKudzu = dark haze + .desc = { ent-BaseKudzu.desc } +ent-ShadowKudzuWeak = Haze + .desc = { ent-ShadowKudzu.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/medical/healing.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/medical/healing.ftl index bf4a081c63a..8ea8838ecec 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/medical/healing.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/medical/healing.ftl @@ -11,8 +11,10 @@ ent-Ointment10Lingering = { ent-Ointment } .desc = { ent-Ointment.desc } ent-RegenerativeMesh = регенеративная сеть .desc = Применяется для лечения даже самых неприятных ожогов. Эффективна также при кислотных ожогах. + .suffix = Full ent-OintmentAdvanced1 = { ent-RegenerativeMesh } .desc = { ent-RegenerativeMesh.desc } + .suffix = Single ent-Brutepack = набор для ушибов .desc = Терапевтический набор гелей и пластырей, предназначенных для лечения ушибов. .suffix = Полный @@ -24,8 +26,10 @@ ent-Brutepack10Lingering = { ent-Brutepack } .desc = { ent-Brutepack.desc } ent-MedicatedSuture = медицинская нить .desc = Нить, пропитанная лекарством, эффективно лечит механические травмы и закрывает раны. + .suffix = Full ent-BrutepackAdvanced1 = { ent-MedicatedSuture } .desc = { ent-MedicatedSuture.desc } + .suffix = Single ent-Bloodpack = пакет крови .desc = Содержит новый инновационный универсальный кровезаменитель, разработанный передовыми учёными компании Nanotrasen. .suffix = Полный diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/security/evidence-marker.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/security/evidence-marker.ftl new file mode 100644 index 00000000000..f0bc94a73da --- /dev/null +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/security/evidence-marker.ftl @@ -0,0 +1,22 @@ +ent-EvidenceMarker = evidence marker + .desc = A numbered yellow marker, useful for labeling evidence on a crime scene. +ent-EvidenceMarkerOne = evidence marker + .desc = { ent-EvidenceMarker.desc } +ent-EvidenceMarkerTwo = evidence marker + .desc = { ent-EvidenceMarker.desc } +ent-EvidenceMarkerThree = evidence marker + .desc = { ent-EvidenceMarker.desc } +ent-EvidenceMarkerFour = evidence marker + .desc = { ent-EvidenceMarker.desc } +ent-EvidenceMarkerFive = evidence marker + .desc = { ent-EvidenceMarker.desc } +ent-EvidenceMarkerSix = evidence marker + .desc = { ent-EvidenceMarker.desc } +ent-EvidenceMarkerSeven = evidence marker + .desc = { ent-EvidenceMarker.desc } +ent-EvidenceMarkerEight = evidence marker + .desc = { ent-EvidenceMarker.desc } +ent-EvidenceMarkerNine = evidence marker + .desc = { ent-EvidenceMarker.desc } +ent-BoxEvidenceMarkers = evidence marker box + .desc = A pack of numbered yellow markers, useful for labeling evidence on a crime scene. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/lighting/base_lighting.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/lighting/base_lighting.ftl index 3d5cd053562..671f5c141ed 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/lighting/base_lighting.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/lighting/base_lighting.ftl @@ -37,18 +37,36 @@ ent-EmergencyLight = аварийная лампа ent-PoweredlightCyan = { ent-Poweredlight } .suffix = Голубой .desc = { ent-Poweredlight.desc } +ent-AlwaysPoweredlightCyan = { ent-AlwaysPoweredWallLight } + .suffix = Always Powered, Cyan + .desc = { ent-AlwaysPoweredWallLight.desc } ent-PoweredlightBlue = { ent-Poweredlight } .suffix = Синий .desc = { ent-Poweredlight.desc } +ent-AlwaysPoweredlightBlue = { ent-AlwaysPoweredWallLight } + .suffix = Always Powered, Blue + .desc = { ent-AlwaysPoweredWallLight.desc } ent-PoweredlightPink = { ent-Poweredlight } .suffix = Розовый .desc = { ent-Poweredlight.desc } +ent-AlwaysPoweredlightPink = { ent-AlwaysPoweredWallLight } + .suffix = Always Powered, Pink + .desc = { ent-AlwaysPoweredWallLight.desc } ent-PoweredlightOrange = { ent-Poweredlight } .suffix = Оранжевый .desc = { ent-Poweredlight.desc } +ent-AlwaysPoweredlightOrange = { ent-AlwaysPoweredWallLight } + .suffix = Always Powered, Orange + .desc = { ent-AlwaysPoweredWallLight.desc } ent-PoweredlightRed = { ent-Poweredlight } .suffix = Красный .desc = { ent-Poweredlight.desc } +ent-AlwaysPoweredlightRed = { ent-AlwaysPoweredWallLight } + .suffix = Always Powered, Red + .desc = { ent-AlwaysPoweredWallLight.desc } ent-PoweredlightGreen = { ent-Poweredlight } .suffix = Зелёный .desc = { ent-Poweredlight.desc } +ent-AlwaysPoweredlightGreen = { ent-AlwaysPoweredWallLight } + .suffix = Always Powered, Green + .desc = { ent-AlwaysPoweredWallLight.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/specific/anomaly/anomalies.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/specific/anomaly/anomalies.ftl index 2f93c66d8ca..5200b93ca97 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/specific/anomaly/anomalies.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/specific/anomaly/anomalies.ftl @@ -42,3 +42,6 @@ ent-AnomalyFloraBulb = странная светящаяся ягода ent-AnomalyLiquid = { ent-BaseAnomaly } .suffix = Жидкость .desc = { ent-BaseAnomaly.desc } +ent-AnomalyShadow = { ent-BaseAnomaly } + .suffix = Shadow + .desc = { ent-BaseAnomaly.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/specific/anomaly/cores.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/specific/anomaly/cores.ftl index 8737f7ef02a..99267d50a04 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/specific/anomaly/cores.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/specific/anomaly/cores.ftl @@ -27,6 +27,9 @@ ent-AnomalyCoreElectricity = { ent-BaseAnomalyCore } ent-AnomalyCoreFlora = { ent-BaseAnomalyCore } .suffix = Флора .desc = { ent-BaseAnomalyCore.desc } +ent-AnomalyCoreShadow = { ent-BaseAnomalyCore } + .suffix = Shadow + .desc = { ent-BaseAnomalyCore.desc } ent-BaseAnomalyInertCore = { ent-BaseAnomalyCore } .desc = { ent-BaseAnomalyCore.desc } ent-AnomalyCorePyroclasticInert = { ent-BaseAnomalyInertCore } @@ -56,3 +59,7 @@ ent-AnomalyCoreElectricityInert = { ent-BaseAnomalyInertCore } ent-AnomalyCoreFloraInert = { ent-BaseAnomalyInertCore } .suffix = Флора, Инертный .desc = { ent-BaseAnomalyInertCore.desc } +ent-AnomalyCoreShadowInert = { ent-['BaseAnomalyInertCore', 'BaseShadow'] } + + .suffix = Shadow, Inert + .desc = { ent-['BaseAnomalyInertCore', 'BaseShadow'].desc } diff --git a/Resources/Locale/ru-RU/weapons/melee/melee.ftl b/Resources/Locale/ru-RU/weapons/melee/melee.ftl index be88b9cf2d9..abb7650933e 100644 --- a/Resources/Locale/ru-RU/weapons/melee/melee.ftl +++ b/Resources/Locale/ru-RU/weapons/melee/melee.ftl @@ -1,2 +1,4 @@ melee-inject-failed-hardsuit = Ваш { $weapon } не может проникнуть сквозь скафандр! melee-balloon-pop = { CAPITALIZE($balloon) } лопнул! +#BatteryComponent +melee-battery-examine = It has enough charge for [color={ $color }]{ $count }[/color] hits. From 92aae19f59d21d8d0af222f5367275639e78e08e Mon Sep 17 00:00:00 2001 From: Morb0 <14136326+Morb0@users.noreply.github.com> Date: Sun, 18 Feb 2024 02:41:47 +0300 Subject: [PATCH 02/93] Fix locale --- .../entities/structures/specific/anomaly/cores.ftl | 5 ++--- .../entities/structures/specific/anomaly/cores.ftl | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/specific/anomaly/cores.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/specific/anomaly/cores.ftl index eb011f77ca2..9368de36a69 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/specific/anomaly/cores.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/specific/anomaly/cores.ftl @@ -59,7 +59,6 @@ ent-AnomalyCoreElectricityInert = { ent-BaseAnomalyInertCore } ent-AnomalyCoreFloraInert = { ent-BaseAnomalyInertCore } .suffix = Flora, Inert .desc = { ent-BaseAnomalyInertCore.desc } -ent-AnomalyCoreShadowInert = { ent-['BaseAnomalyInertCore', 'BaseShadow'] } - +ent-AnomalyCoreShadowInert = { ent-BaseAnomalyInertCore } .suffix = Shadow, Inert - .desc = { ent-['BaseAnomalyInertCore', 'BaseShadow'].desc } + .desc = { ent-BaseAnomalyInertCore.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/specific/anomaly/cores.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/specific/anomaly/cores.ftl index 99267d50a04..62edadf3c3a 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/specific/anomaly/cores.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/specific/anomaly/cores.ftl @@ -59,7 +59,6 @@ ent-AnomalyCoreElectricityInert = { ent-BaseAnomalyInertCore } ent-AnomalyCoreFloraInert = { ent-BaseAnomalyInertCore } .suffix = Флора, Инертный .desc = { ent-BaseAnomalyInertCore.desc } -ent-AnomalyCoreShadowInert = { ent-['BaseAnomalyInertCore', 'BaseShadow'] } - +ent-AnomalyCoreShadowInert = { ent-BaseAnomalyInertCore } .suffix = Shadow, Inert - .desc = { ent-['BaseAnomalyInertCore', 'BaseShadow'].desc } + .desc = { ent-BaseAnomalyInertCore.desc } From f44a52c0b6d51783a694f39ba0304dffba5a87f0 Mon Sep 17 00:00:00 2001 From: Ko4ergaPunk <62609550+Ko4ergaPunk@users.noreply.github.com> Date: Sun, 18 Feb 2024 12:27:14 +0300 Subject: [PATCH 03/93] Resprite overlays and fix some steel tiles (#1868) --- .../Overlays/greyscale.rsi/brick_box.png | Bin 1991 -> 2269 bytes .../greyscale.rsi/brick_corner_ne.png | Bin 1973 -> 2227 bytes .../greyscale.rsi/brick_corner_nw.png | Bin 1971 -> 2226 bytes .../greyscale.rsi/brick_corner_se.png | Bin 1970 -> 2251 bytes .../greyscale.rsi/brick_corner_sw.png | Bin 1981 -> 2240 bytes .../Overlays/greyscale.rsi/brick_end_e.png | Bin 1995 -> 2239 bytes .../Overlays/greyscale.rsi/brick_end_n.png | Bin 2002 -> 2235 bytes .../Overlays/greyscale.rsi/brick_end_s.png | Bin 1990 -> 2258 bytes .../Overlays/greyscale.rsi/brick_end_w.png | Bin 1972 -> 2311 bytes .../Overlays/greyscale.rsi/brick_line_e.png | Bin 1958 -> 2216 bytes .../Overlays/greyscale.rsi/brick_line_n.png | Bin 1951 -> 2194 bytes .../Overlays/greyscale.rsi/brick_line_s.png | Bin 1951 -> 2198 bytes .../Overlays/greyscale.rsi/brick_line_w.png | Bin 1954 -> 2134 bytes .../Overlays/greyscale.rsi/checkerNESW.png | Bin 2007 -> 4614 bytes .../Overlays/greyscale.rsi/checkerNWSE.png | Bin 1759 -> 4404 bytes .../Overlays/greyscale.rsi/diagonal.png | Bin 244 -> 1626 bytes .../greyscale.rsi/diagonal_checker_a.png | Bin 209 -> 1595 bytes .../greyscale.rsi/diagonal_checker_b.png | Bin 200 -> 1703 bytes .../greyscale.rsi/fulltile_overlay.png | Bin 1756 -> 4401 bytes .../greyscale.rsi/halftile_overlay.png | Bin 1996 -> 4596 bytes .../greyscale.rsi/halftile_overlay_180.png | Bin 1754 -> 4391 bytes .../greyscale.rsi/halftile_overlay_270.png | Bin 1996 -> 4605 bytes .../greyscale.rsi/halftile_overlay_90.png | Bin 1998 -> 4604 bytes .../Overlays/greyscale.rsi/herringbone.png | Bin 183 -> 1672 bytes .../Overlays/greyscale.rsi/minitile.png | Bin 148 -> 1594 bytes .../Overlays/greyscale.rsi/minitile_box.png | Bin 1741 -> 2178 bytes .../greyscale.rsi/minitile_checker_a.png | Bin 156 -> 1650 bytes .../greyscale.rsi/minitile_checker_b.png | Bin 157 -> 1646 bytes .../greyscale.rsi/minitile_corner_ne.png | Bin 1746 -> 2172 bytes .../greyscale.rsi/minitile_corner_nw.png | Bin 1748 -> 2169 bytes .../greyscale.rsi/minitile_corner_se.png | Bin 1742 -> 2187 bytes .../greyscale.rsi/minitile_corner_sw.png | Bin 1752 -> 2180 bytes .../greyscale.rsi/minitile_diagonal.png | Bin 195 -> 1695 bytes .../greyscale.rsi/minitile_diagonal_a.png | Bin 167 -> 1783 bytes .../greyscale.rsi/minitile_diagonal_b.png | Bin 167 -> 1629 bytes .../Overlays/greyscale.rsi/minitile_end_e.png | Bin 1755 -> 2239 bytes .../Overlays/greyscale.rsi/minitile_end_n.png | Bin 1764 -> 2045 bytes .../Overlays/greyscale.rsi/minitile_end_s.png | Bin 1769 -> 2186 bytes .../Overlays/greyscale.rsi/minitile_end_w.png | Bin 1742 -> 2174 bytes .../greyscale.rsi/minitile_inner_ne.png | Bin 1715 -> 2144 bytes .../greyscale.rsi/minitile_inner_nw.png | Bin 1717 -> 2144 bytes .../greyscale.rsi/minitile_inner_se.png | Bin 1718 -> 2144 bytes .../greyscale.rsi/minitile_inner_sw.png | Bin 1719 -> 2141 bytes .../greyscale.rsi/minitile_line_e.png | Bin 1738 -> 2159 bytes .../greyscale.rsi/minitile_line_s.png | Bin 1722 -> 2149 bytes .../greyscale.rsi/minitile_line_w.png | Bin 1735 -> 2154 bytes .../Decals/Overlays/greyscale.rsi/mono.png | Bin 183 -> 1529 bytes .../Decals/Overlays/greyscale.rsi/offset.png | Bin 332 -> 1545 bytes .../greyscale.rsi/offset_checker_a.png | Bin 187 -> 1561 bytes .../greyscale.rsi/offset_checker_b.png | Bin 310 -> 1585 bytes .../Overlays/greyscale.rsi/pavement.png | Bin 149 -> 1825 bytes .../greyscale.rsi/pavement_checker_a.png | Bin 151 -> 1767 bytes .../greyscale.rsi/pavement_checker_b.png | Bin 149 -> 1988 bytes .../greyscale.rsi/pavement_vertical.png | Bin 163 -> 1940 bytes .../pavement_vertical_checker_a.png | Bin 154 -> 2093 bytes .../pavement_vertical_checker_b.png | Bin 154 -> 2297 bytes .../greyscale.rsi/quartertile_overlay.png | Bin 1740 -> 4385 bytes .../greyscale.rsi/quartertile_overlay_180.png | Bin 1741 -> 4385 bytes .../greyscale.rsi/quartertile_overlay_270.png | Bin 1743 -> 4386 bytes .../greyscale.rsi/quartertile_overlay_90.png | Bin 1741 -> 4385 bytes .../threequartertile_overlay.png | Bin 1763 -> 4407 bytes .../threequartertile_overlay_180.png | Bin 1764 -> 4460 bytes .../threequartertile_overlay_270.png | Bin 1762 -> 4611 bytes .../threequartertile_overlay_90.png | Bin 1766 -> 4408 bytes .../Decals/bricktile.rsi/dark_end_e.png | Bin 4534 -> 4771 bytes Resources/Textures/Tiles/dark_diagonal.png | Bin 249 -> 4322 bytes .../Textures/Tiles/dark_diagonal_mini.png | Bin 199 -> 4267 bytes Resources/Textures/Tiles/dark_herringbone.png | Bin 255 -> 4356 bytes Resources/Textures/Tiles/dark_mini.png | Bin 544 -> 1924 bytes Resources/Textures/Tiles/dark_mono.png | Bin 226 -> 4341 bytes Resources/Textures/Tiles/dark_offset.png | Bin 187 -> 4255 bytes Resources/Textures/Tiles/dark_pavement.png | Bin 213 -> 4290 bytes .../Textures/Tiles/dark_pavement_vertical.png | Bin 377 -> 4560 bytes Resources/Textures/Tiles/dark_plastic.png | Bin 215 -> 4283 bytes Resources/Textures/Tiles/plastic.png | Bin 215 -> 4283 bytes Resources/Textures/Tiles/steel.png | Bin 637 -> 1963 bytes Resources/Textures/Tiles/steel_diagonal.png | Bin 249 -> 4322 bytes .../Textures/Tiles/steel_diagonal_mini.png | Bin 235 -> 4318 bytes .../Textures/Tiles/steel_herringbone.png | Bin 382 -> 4448 bytes Resources/Textures/Tiles/steel_mini.png | Bin 544 -> 1924 bytes Resources/Textures/Tiles/steel_mono.png | Bin 222 -> 4287 bytes Resources/Textures/Tiles/steel_offset.png | Bin 187 -> 4255 bytes Resources/Textures/Tiles/steel_pavement.png | Bin 202 -> 4329 bytes .../Tiles/steel_pavement_vertical.png | Bin 275 -> 4797 bytes Resources/Textures/Tiles/white_diagonal.png | Bin 249 -> 4322 bytes .../Textures/Tiles/white_diagonal_mini.png | Bin 199 -> 4267 bytes .../Textures/Tiles/white_herringbone.png | Bin 255 -> 4416 bytes Resources/Textures/Tiles/white_mini.png | Bin 544 -> 1924 bytes Resources/Textures/Tiles/white_mono.png | Bin 218 -> 4285 bytes Resources/Textures/Tiles/white_offset.png | Bin 194 -> 4255 bytes Resources/Textures/Tiles/white_pavement.png | Bin 202 -> 4284 bytes .../Tiles/white_pavement_vertical.png | Bin 791 -> 4730 bytes Resources/Textures/Tiles/white_plastic.png | Bin 224 -> 4286 bytes 93 files changed, 0 insertions(+), 0 deletions(-) diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/brick_box.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/brick_box.png index 62be184b022f28c5ddd0b2b964be0a2a9e794b92..760a4079d3912c5c51f3aa77812bd8e916fc9917 100644 GIT binary patch delta 551 zcmX@ke^+pVCF8w~R!f<<4b4LgEv*bptc)xtzhY8C;fpf|s2C@vnpm1ArRW+MrBXW#werO`gvzR&QdNXq0SXVxeoAYHXluU}BQ0n`B`Gv@6xp)I8b5 zC@Iy@*hU|u7pMbb2#`^cTcDScnPO#VnPQr3ZegrzY+{k3Yi4YcqHAGlXs&B!VPS5P zn3iN_mS};b8*C254N%95Vs-6iB^F^OWg`4Nxqww1CA{{qgin6SDmM8!TV#Fw<;^=8 z7#Nm%x;TbJw7#7d$i=M4|trX-`x+Qh1#PTtlJ(-f={jqQ2DtEEib1|}hfmR3e4Rt6@MUok16@Wq(}RE*4%5|dNS4Rljd5)F0J zl1z+rlZ?&HbkmZJjgk%0EREArO(%CV&)Uq$D!@dXYF{=fc9@lUY`K#Uvq#pOtgx|U zU|`7hba4!cXni~VA}50(hx6paf5Xq^E(mIM@~pev;_kX}iprdB2Dg9t32_q{c?x6| zx{A$=R#|7xj;m*6mN>xB7`I-&Q$=Oz&&Ha7oC8aLUiVI5VBW)f;pUIktxLRS{Nt9> kZ)D`TaPgR(!KeRbsRADT+?+XvQ%sZ1EsS-IO)OG$&5TV_bS+E`&2`NzEX++3 z(~`{05-pH)gUx}s0qR&$tghXx#3IZ@oWBcM#kddwIC(cq#N?N(Vw0b9#Ec(L0 zz)Pzxpm(v|EkX>8~Ph>Zs9poXKlKrwK0`<#?7^Q`3-Ct3du+1 xGK}srGzd(5Qy}~=gDV3l2oirR@%jG&&X~`~7N0U~2?n}@!PC{xWt~$(697YBs(t_f delta 265 zcmdlixRrl`B_q>DtEEib1|}hfmR3e4R))rtUok16@Wq(}RMJu`Ow%lqjdcxE6HRne z%}gwHEt8B>bxl$&EDSA-EiKYaOeS|T&)Uq$D!@dXYF{=fc9@lUY`K#UvqzSezdjzo zz`zjc>Eaj?(fan9Bi8{19+!*uOTX{`^o7N1rKoxRHla^qYAU&>kE@*YvYn8<@W*rx zfdZKcTQ#euMlv4{XlVG{P+i`vBDr^Kso>oI%uFmC0tyZXzEv|w++$|oUneMR-6AIQ Q0%!??r>mdKI;Vst0C*KtmH+?% diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/brick_corner_nw.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/brick_corner_nw.png index e7ab801e6d92ff2110d81f2d8201c0d40204d13e..b0eb18ba0a3c2943bd0ec13f982ff2dbbc06b87c 100644 GIT binary patch delta 509 zcmdnYze#X{CF8w~R!f<<4b4LgEv*cUtc*=3zhY8C;fpf|s2C(BrkEO=nd_PuSfuHi zrJAJZS{kIL=o*@tBw84x8mE|>r%mo=o~2)qkzbNuoRME(<&vLVnwy$e;+U75T3nJ} zRBWeUQBXW#werO`gvzR&QdNXq0SXVxeoAYHXluU}BQ0n`B{>qHB<9X=Xl$bo(hJl9F$Bn{$Su%I$xN{_v`jHgHn%X=H8!zG(KRy$I?ck=&|KHd!ou7n zF)hi=EYSiG4N-V-m#QD3BRSYG-_OOIce#t5}`8iu;y?k%dR|W=# zDo+>3kcif|(*n5~6a-w#ts6Fc-@lkSF5%b81q&3EulH9fbjve8W_De_)ktZLF#8A1 z_bQwVv}FbJ(&m3Uy)Sd^-dW*QpN$OGHwM~B-SGRN{gSPZY3Y>9GI0)UDGJ=`Goun1 u9gKHJ?_WHDtEEib1|}hfmR3e)R)!{%Uok16@Wq(}R16Kwj4cdPQgtoNlFf9J zEKH1alTwq+bxkZxQ_~C$fP{I{ciz+~Ad#_J_wI)lR8`>#(zu!-28` zx1|iFH|%9(WMV1#zUNz}J(GzZ3wnCT`P zn^@>trX;868k(ghrI?r*o0zAjP3~r%rC*SdUy@&(kzZitlAm0fo0?bRn3tSdT#{c@ zY^PvTl#*uUl$Z`>)}MjxaXr~_gMkWrCapqG-FVr6KVVw!AjVXO;uREjRpDJi-ZriSLaW)>FaCW&cD zW@d>NNV>u1K->UztSDC3ZdPIuW+Kktg{)%Sh~P7uyoV)x@=I2+$sx;GJ!W8F znC$7|7!uL?cG^MCqXs$F{Z@{^t=G=4ldqeI*!X_7&Z%F}lj zZ{%!YWKgQKE-1h4Hh5##kw4(CE&gbsGkq<8@o$+<`zq|TOuLXX1&Hv9{ ZcR&7-n%+6Cmq7P1c)I$ztaD0e0svmuxoZFb delta 260 zcmX>txQTy)B_q>DtEEg_1|}hfmR3e)RtA$_GASc-#h3$CjLb~ZEK@8EbyL$)%yd)C zOpJ9C&61LJ(@YZ$%q+RVr*z(kyCUp6Urh=pd8^Vo7HA7+m%TB9T? z$iTo5=IP=X64Cnhnjzl-1s)bhvq%5q_w7+w)*&N)GduPU2PcnbSn(>Rb??3fvv3F~ zI5adA9(bq6P%%q2@`t>D!h`P(dtX&Yu_@@wPx>end+LEr=;mx znwcc&TAG?A>sneSB^p_n8Je0In@{d$o~2)qkzbNuoRME(<&vLVnwy$e;+U75T3nJ} zRBWeUQBXW#werO`gvzR&QdNXq0SXVxeoAYHXluU}BQ0n`B{>qHB<9X=Xl$bo(hJl9F$Bn{$Su%I$xN{_v`jHgHn%X=H8!zG(KRzRNzt`1H8j^Xv#>BX zNlZ&JGfT8U(hW8T;s&T=MX|bevl5Fi6LJ17WEDdRustl{lV7rmO@7W6S^w`r%s&PO zh7L~`$B>BDx6{124k+-rB=ajg`B!f8fOXmIZ3&qow|+&QVeV9D{BS@~aVblvX!`@( zKduZ6#?>_;SKl$`JXd`lb0si_`G`cfRSkpG0!9#;;mTl8+Hm%ag3`U0eBT>O>lk@2 zG$b#WCMY17`NU)M{#nereRF=OUU@H-an(BicV>bt^X3`*_}}O#+=)DJg<%%ZQ4F50 KelF{r5}E*8jIVtF delta 272 zcmX>gxR-x|B_q>DtEEib1|}hfmR3flR;K2YUok16@Wq(}R1A~TOf6H4jC4~i(o%F2 z%}k7SEm92(bW_X|&CCo_OiWEvj3#$8&)Uq$D!`;ngzCvYY|`v78}rz5Cm&{ytev~| zln(;~L!zgPV@O2n+v^*-7!){MFUEcOzdy%2+iJ$nJKMPmHH4DEzD0u>rIp@KOf*|(7*JL1t=8Zc=xSKdj5$L?XCBL+_w#%zFMDR Y`@K)nAY{5z5>SM})78&qol`;+0KF7jy#N3J diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/brick_end_e.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/brick_end_e.png index 732f84b783aac15471e168ff371d0dd78cb7852f..701141f8f54220eb04c2a194910afaeaf55262bd 100644 GIT binary patch delta 516 zcmX@jzh7{ICF8w~R!f;U49!CfEv<}9CO>CVMQ}uzgH=pYlMPKQEX;HhO_D5h6D>>< zbuG=4lXcTfEK>|p%}q^H4J;>jGtbg5$jC3rFV4s>uyV;yF3nBND{;(APAx9UFDkZE zuqjGOvvNvIhq7`q?IzD>7OOY0Of*V1F|p7!O*J;qH83$r)lIT6O3^h)wKO$PHZe*{ zH8i%-2k8asfEWT~ROA-urDUd98Cs^8CYxIr>l&L_r0AL%o22Mkm>Qbvnps$wnDtEEgF1|}hfmR3fllbK|sm8j-rp76{$>t{J zx`~OVCb}u6CT7M)=7|OdrWTXCnP+WgWEEf{PPH$a6g$W=D-(;!d2G3p53@(s3on{- ziGhJ3-_yl0B%<~0^n+Xn3^<(6zWD#YsO-+t8-Y_}CS_l=(Yhp}A~~I@!K>Egfu_jz z6AWwL+ zNs?}op^=$xlBuzoxnZKIxp`Xhq!T?0i{)xi5NIj4ZP@UA|6=C2gsPPbUbLHRYX9lrQZVf+v#b761En>B>=&k% zPhz<+rH{jW^SYWSv8~tKKhL|ihv(1r1Gh~iXZYVZo%;77+cmbLbF+Wuo_lq=foI9$ zv+<8q+RY{~TsU*i&Aj~USD}B;#ZD+R@SFgm0~&4r+0_=viKtw3UGx;_9tKZWKbLh* G2~7YMhqV^~ delta 295 zcmdljc!__4B_q>DtEEib1|}hfmR3flR>l^SUok16@Wq(}R8mrslTB01l5`C$6BBhU zOiYY*EzL}mbdxO%fgB4{(==1V$=%GeHZ!scFcGKPmraTtW@R2*?&QPlk@eyyUfyJ2 zU?}r+aSVxQeLM9aUxNaVbM)c=|BLokENfY*k-0wkwD)u)FCjJ8NmJ_>Y`D&D*I;0b z;Je^6ckiRA2i{3D+?}CU{veRy(#*}fnHhhu9`HE#ynVKahm-O5JI_y?I2*sOiGd{{ wzhPp%%JUz$8I;BBxIVNo9e8zi{VSFZ;Ti>VrC_ggpc5E8UHx3vIVCg!0Q%!+cK`qY diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/brick_end_s.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/brick_end_s.png index 389a21bd817f5ef902f3a2a6676fa21c0340b110..0d1b2965885aae04834bac9cc78ad404f9618e1d 100644 GIT binary patch delta 541 zcmX@ce@SqHCF8w~R!f<<4b4LgEv*bptqd(DzhY8C;fpf|sF<51C0Ux8rRk=bnwsk- zo0^#FT3VzS>n5fq8X1}xn4}mbrA_W;o~2)qkzbNuoRME(<&vLVnwy$e;+U75T3nJ} zRBWeUQBXW#werO`gvzR&QdNXq0SXVxeoAYHXluU}BQ0n`B{>qHB<9X=Xl$bo(hJl9F$Bn{$Su%I$xN{_v`jHgHn%X=H8!zG(KRzRNzt`1H8j^Xv#>BX zNlZ&JGfT8U(hW8T;s&T=MX|bevl5Fi6LJ17WEDdRustl{lV7rmO@7W6S-I%v9Z}$MapzZf@~_+}lShKs`dUoW>{|N^){=K^YU+IG! f)9NiX@;?~bW~n`7Y1`BZbS8tRtDnm{r-UW|grC4Y delta 283 zcmca4c#MC7B_q>DtEEib1|}hfmR3flRz_x%Uok16@Wq(}RMJdR4HFGg%yrEyOigtS zlS~qI6H`r+byLkvQw)tQEK<#r%qMp<&)Uq$D!@dXYF{=fc9@lUY`K#Uvq#n+buE3t zz`&5@>Eaj?(fW2;EY|@8j^^1Hf5%%|9~3&+XXqK%`o;M*zekZRw^G>DFZ=myE(9?! z2{hbfXqcb8*;t?qsvHgsY0M$dPL#=MaWE`9zcy{U j0t4d;j=OX3U*#>%lr#F48hsjQD}yJytDnm{r-UW|ZJS=E diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/brick_end_w.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/brick_end_w.png index 579c886902a49275b04be7eef9dc1b44ae7015dc..3c848d3512882e1f3eeb8faceb6441d1a5e9ccdc 100644 GIT binary patch delta 595 zcmdnO-!3%4f{85$*-7{Q264^0V=79MrjrXhRM2SX_h9s zCgvvQx`_tK=DOyVCTT_~NtVgR#s-tSnP=%2WaO9R7iZ)bSh?gUm*%GCl{n@lrxusw z7Zuwn*c7FtSve)9Ls>bQc9Z8bi`AQ0CK@H1m{{nVrWzaQ8km@*>LytjrRW-@TAG?C zn;0df8XDW^gY*J*KnwvgDsl_-QZiGl3@uYklg%xRb&X9dQgqFXO;U6%ObyL-%`7a; zO%l_R%*+xkaO+M?O$kmlOfxjqHB3pi)J;k=vDCFNG&9vTF*GqrGDuA}F;6r=(hhb8 z#0&WRx><=un2EShD`XWz3GO{C;gesoicNmb7FnP9@7W&)28M~AE{-7)t#7Aga~)CO zX)(5K5O`mIjAhS(FX7@*7gBZY5{w0!5(@q(NX?K84Xt8f$baR^qTpHne$_e4{j0)5 zWv(xp@+r7()pk3MH{J=;W|;?s_Lyy$bKtmx*UM?kr8$@!6Q<6p^()%Zc=$}jH!9S6R{r?Uu|`Pk@2=3f*LTITF@?-E2fB{I)78&q Iol`;+01P6?fB*mh delta 265 zcmZn{+QL7I9hDj*~CWg8uhAEc1 z#;GPox|S9ehPviyrbb347M7N&$tIJ#nP+XbXBA)~QZ<_tJIu;8Y`K#eIU-9orC1+g zU|@*wba4!cXnlL#k&8ir!zECC*Z-++*~BupzBq5z;=W+fox8cllcuaRH{R+}=*hrP z!8c>;L_g+v|AAT=4%wa0z2(Z#%)!v`p0W0moS)J=CI$wrMbg&xrx-35O6yn5JLd&b N=;`X`vd$@?2>`1uQHKBk diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/brick_line_e.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/brick_line_e.png index 6adb13bdfe6b1a5fa57ffb4e6df1681d3880d562..a09e17d1df700aea1c488a69e0983f4c9fdb08d2 100644 GIT binary patch delta 498 zcmZ3+zd~?=CF8w~R!f<<4b4LgEv*d9tc=VizhY8C;fpf|s8}Q?CYmIh8|WHY8X4&( zrzZ2_CZ(nsni(4z8%*wIo~2)qkzbNuoRME(<&vLVnwy$e;+U75T3nJ} zRBWeUQBXW#werO`gvzR&QdNXq0SXVxeoAYHXluU}BQ0n`B{>qHB<9X=Xl$bo(hJl9F$Bn{$Su%I$xN{_v`jHgHn%X=H8!zG(KRzRNzt`1H8j^Xv#>BX zNlZ&JGfT8U(hW8T;s&T=MX|bevl5FilQI$ho?O5xjuKvbSi&d2WEGqIoGr4xx4mx} z0|P^Wr;B4qMC;pYhFk{>I9M;_^D9*Rcdk3Z`euq^!0t@zKl}#|Dt=OMIqg%@mg44e z)$Fw#gTthn9G8~ZyW8Kd+1j_u*sNir-uWR&;*C6o%cVOzGYGob|`gY*}~88 pxQu^-B_q>DtEEib1|}hfmR3e4Rwjm%Uok16@Wq(}RE$zB6OD~cjdcx843cyc zlTFNYEzDDrbkodDOiYc8Q!P`BjV5<9&)Uq$D!@dXYF{=fc9@lUY`K#Uvqz@QuA3&o zz`)?;>Eaj?(fanlzrCSQ?om85tXyrcCZ;o~2)qkzbNuoRME(<&vLVnwy$e;+U75T3nJ} zRBWeUQBXW#werO`gvzR&QdNXq0SXVxeoAYHXluU}BQ0n`B{>qHB<9X=Xl$bo(hJl9F$Bn{$Su%I$xN{_v`jHgHn%X=H8!zG(KRzRNzt`1H8j^Xv#>BX zNlZ&JGfT8U(hW8T;s&T=MX|bevl5Fi6LJ17WEDdRustl{lV7rmO@7W6Sr(mta6JP9 zLzJhBV@O2n+Y5$#2Ld>l0^aiO_%Eyak*Va>rM3SK@@_nWoDTp1 delta 243 zcmbOvIG=xlB_q>DtEEib1|}hfmR3e4R>r22Uok16@Wq(}RFW)AjSS6qQp^mJ3{ulflO}gF&)Uq$D!@dXYF{=fc9@lUY`K#Uvq#2@{qc5X zU|?|eba4!cXnlKmBPW9a53{3X%KxcTm84x5P1pZ>Xi$+8{a)HLaDUT}(+mtNn76&t iR_*@vixsF34g%O^ax7RKJtbN!Kw_S*elF{r5}E+pl0@DB diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/brick_line_s.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/brick_line_s.png index 899702c4e468ba6db8715a3f197f0461c1c54a3e..98390f4257da2466ff7c26fd4358d28ff131a0bf 100644 GIT binary patch delta 475 zcmbQwKTU9gCF8w~R!f<<4b4LgEv*bptxSz4zhY8C;fpf|sHB(}rI?#oTIi-FrKakp zrJ9)QT9_x9>6#lQC7Br}B^euAq)qN-o~2)qkzbNuoRME(<&vLVnwy$e;+U75T3nJ} zRBWeUQBXW#werO`gvzR&QdNXq0SXVxeoAYHXluU}BQ0n`B{>qHB<9X=Xl$bo(hJl9F$Bn{$Su%I$xN{_v`jHgHn%X=H8!zG(KRzRNzt`1H8j^Xv#>BX zNlZ&JGfT8U(hW8T;s&T=MX|bevl5Fi6LJ17WEJB=1mNU}ta+24vqe@-EwEx^U|@*z zba4!cXnlKqBQJv@k8@x<@239~CPo}636CjXctZ5P(4tKhURsB?scm+PX9uc>frcfa zq0_F|?t0sv8y@OCf2QKgRsYu{y#M>MZu#wWrvEb!ge3i{u4A}t*SFIsoZ~r2o2RRv J%Q~loCIAe&o1*{# delta 243 zcmbOxIG=xlB_q>DtEEib1|}hfmR3e4R>lUCUok16@Wq(}R7_1%%u)=^40RLD%~Ew! zjZKVnEfOtLbS;w1(hSo~ERvJWO(%CV&)Uq$D!@dXYF{=fc9@lUY`K#Uvq#4NSrC-V zz`)?_>Eaj?(faoKMqUO(p2H5WCjJc%EBhgm^@6n~;P{r*%KKk-GcYo-a0nRK2k8JQ=i85mfa7*6hHo>gCvkzbNuoRME(<&vLVnwy$e;+U75T3nJ} zRBWeUQBXW#werRpb`vrDUd98Cs^8CYxIr>l&L_r0AL%11+&IH8j^Xv#>BX zNlZ&JGfT9v(FbVgR-%r(&}4${~Q0uF!Ekt g0HKnL|M+8aj%0p*6Oz>gw3We=-PO-!ol`;+06!s(_5c6? delta 245 zcmca6u!w(xB_q>DtEEib1|}hfmR3e4Rz^mXUok16@Wq(}RE$!MO$?2UOm&S-jgoXz zElezREey>PbxqApEzM1g49zT)3?_Fo&)U3|MSzJo)r@RXY!E9aE3)NHE@zKSlCkZs zWnf@%^K@|xiD-R$ZKEiI0*ABXhn@dV6*2`YM*P{LxkGP>%2C_QU6a;aX9p?;f`<2u nWqE&t#2J6U1TqiwwVf=rTrbCM(Jg!DJV=qJtDnm{r-UW|Vi!is diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/checkerNESW.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/checkerNESW.png index 38f9aed704fdc2fec41844e260e3043ddbacdddb..9cfac1dafd10a956616ceb5044947232e6a734f7 100644 GIT binary patch delta 3173 zcma)9XHXOD(tQ%DpfsfjN=HEmgb-Tjp$j4}L`6jDNbg-CK?Dg=P!gJS>7Y^~h*Crh zh%}}5t_Ts3-pl3vetvU*+?lg8JA2OTnLYn@kTqKLxd;}}-q*UO1wchS^MNfL08BsST2_qOmgVRibG2=Jlp6$-=vxWmuK z&5Cn{02RlC>og#+M|2wss1?K=V@DIXw8m0xXhq&k;bm4G?d85#t9bPXjgy zIUOWm^B3SUB)A-C*m!`=D>i0x2;&xLe6Fv%0vP2W;!jCs!9BOEgu2WDSgCX%{7N8U z=sbnqQ7&5D{Sch3q^SMcbm;M^#|zL8jK3Wn+h}{50a1{m2w$pU{>{F4< zWJDzi>#KU_5?icKng;*sr1ZghkTHSnGU1n9vFTHNBgzL37pAWEgji7~!=!V`2FFA^ zmb}QCQs)M2`ornB(05F0+vpdQr3K69abk;5@H1%gQE@jLJ&>i3BnGhp_-@+qMd$M% zdpP0T1%Tsbk77<-OaI0L0XRmaDV>6IBvzd#l5PkmQiD?oju7aGHjR0tWC73yQO3`; zrKO^7n9_=svsa@z7o#nUp6Dq-VcyWLCb}Bv;1riC?j8^BH=N1K=7JU*qDjXhM!^o3 zB0LZy(xmGo6m9_Lh@c4J4VZ*=Nv&oM@@9`nA~#y^R4o?;ol@gY^ zOyVeEWMJ%k%+hoQEnrJpNo^IyQaRq>J$2M&lTy$fVqEN!F#!~N$~xr^1v10Ofu{(i z60Hm(@|4VYT}~B~-VytBP})?XO=3%{L#4v-%S9~~G3Hh#U-l4{UAA51E-D0f5Qi@0 zF})yhL<){2nQ0bhU&u>;WmS0Etfkl$V_w21PrC9-x*+Kvw_=aJ(mpJNs&p;G$z(lS zx4Xx=)H(5;-bl!Z_J|}Z!&4_H|4FadM&icRJ=;CqP=P}=?MU0^DOnDlt1a{`;VtJ| z)LJAj5nWm~>{{eFJI-{3&MD8?=G#lB&(*3GL#=Ue9A{`Ikq`9?`eamjlswEtm0 zQ-5yBtsDA%MXpY+s`3%o5#K7;s#({dzLvh*R2FIuHIhMPK z?jyTgHpuWKS;AM2%9~`@+rMwqxO0rAciu0oFdCYys2$FI$@@|cnJd4JES10Ry5$Rx zJOAYSw<(fOoVTZ+x^Z{fjGC^h;~}XuSYpVYZ8#ikr>jjqA$@RLcdudFk%)!qI${g2FQH?908Q zZ-Y#{bh2{)=4Tar(mf^}l|$NXk|HQJgwHOK_iHXKKf6Db7|fvVTI9y#T!b8R8}d-{ zbnrwD7Bv=qn|~pT?M!h?cdu)%84vEGG>TFjiVY*bg_)N~3?lpe(_9J{?#TI(dB{~x zFemLf%ejZ^57+6}pKuv7Unl5t$#W^f43n(d{o6B=249;>UM|Iyx|Ws>6jhO{D4~S` z-;p!OL6;sE`QGIrxO<(4uRE{%p1X4O=W4oYShdWe@!|}2Nnto(B&<59@_Tt%6?Q6n z8a|rSnA16}s4uCXV_!AfxzMq2)O*X=E91yFdh_(^)4OuZsETxS`T(j*CCoR_CrL#S z#af$EBl>aC`@lbpq=KphsM`q`RmCmxAEky4(cXy<6Q7Su=*-uizB2z!B3wz=ns_y>`#ZTw0 zl&?@%3fWoMjYLo)w_h-euai=0Ae7(Ah&%pbt_|+P<$%o++2S&{PTnbK32rZM09V*A)n zT{ja8N##nZR$1~0b>2JLz&}lST3~$D$!^Z4I2w6(u3JttGzIHU$3`SVBw1g-dUMr!(>x+fE9CQ^e%aDdrcI_> zTw7(QEP74z%tU2Ak_W<;mIEFKBm|8ADJ+|8IP$9~+VRDQ8R~xfYG%9e%j-fz@qv?_ z_FD8Z7V*3CE}tP^KA)G@+L(W~RlVw`I;>yo+#GBtX$DsIUV1FF*iNr`+2fr@n@4@( z=fpRo*Q&k7jw-HHQEygV59nnXzxXGpZd_s{BrJLGZOeFQtx+I$NMzVA$g6Q;j+gv0 zHY_hpc|UVNZ!j>t{jj>hr0{Lta&P#;(F6@U0~STSOZ~%2<(G2Pzbq@c$L-B3rS=IuLMWq(h&9SFQ8Bcx>LyrZIXKqW% z>ifYD(jJUf2zX$}uuUsEn}(f4$3o{qrt8=lW1m*(uxHiyq=f8cG8 zr`^8KsqqC%KTuaU+aT=8sNA!t+nK&qW?idiug`F=&D!MP=HAu){-Z&;d++0;o~eZs zcbyJAR#ldQ7$*ECgTiBW;YykNFAgf!h`$P}ziVX)m^hdiADpF0SwDE%9FPwH5VSYY zFuMjo=p_Jfj{(>_nc?OE2!I1XwE+N?0syyn`p17%Pl!|A2DkkHV4?h5kVHuqJ^<)n z6Wt+C#g(PuFnc&$R!~t{+8&O8Bkd4Uf(ST5P6m#Ufh)t{3MhmEN)|~Lfc8PukT5s` zCX2wpl~DgeQ4%hPg2ROcgFU=a*Bt$A9c=w=b!`0|)r3!0{C_bKPOCtSqvaK~vvqQ` zb#zdI+1oqV!{D+=MVOs}gDgzW4k>>EMhl@kVeQV$qT|A6=mg=9V7&a)AXU(Y@S$ps zqLv1LC7>vU82ejYu!&`MVzS?g6`BeAY!gIM=s%&p(nSCO delta 643 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 delta 591 zcmdm@bf0&Eay_G3rn7T^V@iHfszQ*vlY)k!rKN=?1B1r-0qj;+c2*hV>0M zJO#c93+(22!Kv_@+oRTM#@Qo`X6%QiF>dq@(suY}Wbs@)L@ae#`VA_Z>JsPWH97lxm;gtmcaS#!BHVU@fL$av*zybMZt5W{Cp~Z1;>Vu&vlO alfP>v%j{PsTHk{hqY*|~`AIc%~CAHF_N#1IM5wa)g(z55bemEqqEL{jQ>JcI)HnA zy}##qe$U7K6Pa5#c15}vhS``NPfgN02(JxS(0{*PKTB^{y5qZihUwlEUY9XXEnLGe zmtSvXr-NzjHe?W+*G-bce9d+#nqh`VYOZdSZ~$_+U^xl)hsC2Tu*?LzGpa$&P2!?8 zUia`+J(D%+B||mYk*#33hA4rJ10B@tvg4y#f^G03YKN}{7BnD1DZ!404#BiG0g}YS zK;fnMVrzrW3p!oJ~IZeS4ygp7KQRDuLcLv7|@yB%7` zZ|Ou86Kc9Eh&&8)Y5+~6gL5lhx#8S21YE{8b^@Pb#SYdjl7RR{@;B6-&lfnL+G<+I z$30vz}UY3w@yHXSFkb$J| zF)$d`21coE^O6{k0*Hr1Sv9u+Fu2olOj7l?tl`2bJ-`W;9#S|cayi~{(pHO@lKw-vn=qf`gR1V~(E?TL|8$x_^Af`8ZKf#vHT%Z5HIv?k)AbRW zoyA2TI;#&mbl-V&v3>jSVh>%4%jwi;c6$GJkMHh!8}!{PZ{GId>YkoX1>IN&D4N|G6# delta 216 zcmV;}04M+24Dvoq##0x%j4_PfOHOa}z?9SxabXhlh8F04Cbg-jOn>jf%6K0YV zlkCpyDAX1gZ!8Gf3Z)NX5#M~V50*t`u~3AfzGxAIRaAUgFI1^Wt$H$-u$8J<14;hm zeE;{~|L5lCW(NE3?H2@LFgt7J`5VOd&Rh92Y_)#ouiO0DM?*o_bw_+}6HcAJM-aB( z=M;)jG50Vg%#|&hm8jfweU27{1LIBKA~hO;60JC%A^x!To(LS<5RZ)JV9uYURcE#p z(8H~{0%_HVZj0jw!GR{`1TKv%&~)owh?|Dk=EYo&e=8zrL!z1?PQ(U5F*gq;SwMj< zLy17Bg0wCZh+wLO9smd;O@T;(x&+5C8pCP|bT5&c3+yt^o6}um{L2ulQRHJqX*3#g zLz7uhQB+;mV-AEQj*!A-FS44F7moB8Od68F@gs+MAZD~mY%wxK?rJ9n*H37@u$w2I zF{NqwiYmi6rZ&(f3C>>(>TTmTQD~jI)QdunRTHdVWf2Rj>~E-(oD1bDrYP!7-fW1c?&t{Eq-xe-vS`jrwu9T9XDrsr~rZCFjl)4{k7{U%T z$84v(ycLQh6%}9x!!$!7@yY%8+<6>Jk+W`S$*TsW>(p^EQSM37_{PqI1-xMA*{ z*7hQo!&xtkERWEvX^1=>vg6oTEyEPzAxl(Mi9|~&B$c!>kuq8uW;ALeV%a@?laa-^ z=skV=Kk6R}96ohc{ib>1S&X{{&pIKm<8pUc4%5fGQr!XV2Ei7I8{ZH~Tye@H==^qW zIs+a3MwN2Xe<*hc7P4~GumUou=@(lz4hOAu4~3zJ0c3(tB{eK4LLhT>K+h zebnRoF5rvp;FF&p=S%UOtT|CAu6%cLeegUO=(`jN*U~e$fOFe6z73w=*+<4-oZCDq zmd`wW|LyCaKKoVQ<<)0~^vcWmlf$BzudTfD#)GHxuig3f>dMf?0b!wh;)CrQ`p_Yx zY9sW^j}x`a-bVuaBxfttlh>ug-jSt^dQ_nJ2#3JoeU(SXj79&9(IU Zj`J_QFnsao1uI_f*{M16&4(6_{|QKK13>@) delta 181 zcmV;m080P64AB9QB!2;OQb$4nuFf3k0001sNkl;8 zgyDS}>eJ_<$+mneFbT7}SW9%*>gY z?|lFNfB$86G}Nu0JNvQO6h+OgtqC@gJMEq`?;}^cv-1YI%`$6VuqmqGA@|Iq`t~oN zs2Pj3aKwp()&PigPEm0baY@}IXo@PYNSX?4M-ClDZJH5at_^>|(3%=xT1rDg$gDy! zt)|mLO`UaN*x3$cm8n=kmnQ)s(2=9iNj+}ZAQ@oNynw9T*E~a~Ax?XMS?L<2BcTSm z3R{SlIe~?OAksdWgMuV@qter~BuE}!ka$66g)$(O0ntlm4u+Vs)K<_KT$M3Ko&rqF zaZJGTi9~`+csOje@uDotE{7zs1i{)V!%>o~VK2%u1d$Cb&2%(u&@Q7A#T`z7A+Aow zpqn{b!_MeL6yuYM$%~xe#*_xCFo!ccta#eE3V9SqIx-xaV8tBPj9~}cG5j~wxzBeP zAlimPIU9HNMb~pCY^QoX2_qxOUD0+pWg@;2*|@`ksCqqdbCDa3392llIM@nf9M5K| zA?q?NdATxrnVTD-l&p1568)vLfPA7yR*PwRS&L?>zr^0I=+dc?5c z1(F|l#S*~-1Yr^y!m8GqnhKRzQ3?xwAozfICzOj7wv85|S3r$zr5N{f7 z44qRLRN*+bh+*QLC+$Tj1ZoZ2Q4EM`g8_!f!D*TbpdTV%8Io9^Bt_X$(JQdB%@AyFZ9whnw{5e)T`@ueUVPbxQo6dE8!fs|D0(Hpycu(=1Ks^~@@+(dhyK z3UmuUz(6Tg_H5&E^~v6Jmf|nGRVBM$YA><)i}+qlde^-=5e!w!QCzJ=3YJ^A78eTc?}qDf9F!YL9npV0q0pij{Yd%ZZUlviYm}RKddS1I$lzsJ&-y4exI`GQKUJng`z+*bU_KKjamh^EW&) za{0pG#K=%Deqw=R4G(QuI@INy+E94);?dPR9~8enyQ}5qy1cHni_dzlKiN_8P9*ly z8(Xgx9h>%k&*hU(^^bmfs{2a8XZv1jVp?xree_UoKJMPx|H`rD=lq9-GsAU*Gd5s%9Y&yu$=PRw@&8Q7ey{rFoiF^yz0H~&!6Y| z_x(Qc?D&N@51e0Gcmv3I#W!7DMTc%5SoiCf1rxu`Jox>0S1R3KNo{pq@Z-u?H~k4` C06G!? delta 172 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 diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/halftile_overlay.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/halftile_overlay.png index ea8bc3b800a212e855cb4af01cc2d5c64858f4f6..0702a6aefcad53f067edb9ecb47d6331a23c6aa4 100644 GIT binary patch delta 3153 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 diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/halftile_overlay_180.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/halftile_overlay_180.png index 48d7b7fcd0f7675fcd9299cdbbcde8e788a668ee..0ddfed6dad793bdfd79e305288656051cde9cb61 100644 GIT binary patch delta 3235 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 Uo_1g=`uEOQ|GHiY#^L^d0bf|+(EtDd delta 586 zcmZ3kbc=U_ay_G3rn7T^V@iHfszQ*vlY)k!rKN=?1B1r-0qj;+c2*hV>0M zJO#c93+(22!Kv_@+oRTM#@Qo`X6%QiF>dq@(suY}Wbs@)L@ae#`VQ)j z4UDY}43rcqato|{Q%e$45=#|%O z*8*J^?djqe5^?zLwT*%Y3^<$v-|m;;Hej-zaCq)zR<58wPU+^K_6Db>E;CaGDh7cA zRtN4HD@9FA`^&t-+xC(tquO8YgtYnR%okivXB0~SqQ-jN4Qx05@!LFDdtQuN)Ord? No2RRv%Q~loCIHJY&k+Cs diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/halftile_overlay_270.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/halftile_overlay_270.png index 65c2312cff93a029cc0b8b5958dd0c132184e226..4313963f0c0d82feaae76e26904b0ad1f6035311 100644 GIT binary patch delta 3162 zcma)&S5Omt7RCRGG=tIgeaDTCP-0`rcxpZ zQbdG^G^O{h5h5VHmt|-6X=fky;m+K-zccsDIj!8g5>F%ufW<}oqBZ~}k2!bjSOI_; zyXokd2ACP(MUC`yFbY@<27!`O0Kky+!raBed`3WheRKtH9807c`QX(D~qg}EN3FDBS8kfdcjB<|(MbH>E%06pF zHEURc%ZtBh5gI_>wpjOhOaa940{>Dh5K+U(!Ow;qf?0@09U^KaBREMbkD*|EdvRg* zfNnrp#@oEK0PyZ-xj&(@Lohwj{1XNwkATweiSP}!N6>GUD6&ED7FRC%}-+kAjPS` z_E}ad71;g-#24oT91rmb0^657oaPXYHBk4&KyLwXC_=>PY_e zjB3H^E%v_Qw3T&bXr_v?&KuMIdx!7MKr1Idr*x!c#Lu&Na} z)ghHZ+?}$#eW4w4>?87il4emo1Oo1Lt?F&ls^18Kc|lOVNKSlzI@9SWv3FPg`8PP| z!4nyUHf>)f4%)GZ!84p)l2TJWWOzBfV)AWPH!}_sAU3PCUk7xoFM2zU!rFX<70x>z z%}GO*QVITQH_!0I`K4;Y7supwmP1U)JZH(j?DI_@8W=ZJ^0~p#`3Emjagr&4^f)GIDK%25+T%!pZg3+w~M2QNbYG{;5>wVMMyDF9dZy00p zL`P0G=87qcR55Qko`3fKjl2i?Do}(kw7s6S0@^n&phmnUNc@e2`PiP)=0Vl#TE=4R ziOJ%;7dYfPf{FOO6=c23qK2$VBQ?7idwao=)Vmm)rpU@2;Wr|dxA_7m6R2i zJxk>);9%!yyT?_36fa^&T}Ww?Bry5jlDu^_6cUs1tx^KKGOMraiK$t2QUpQY{ z&eZGZbS-pEc&|SgHmEZwgL~nv8L8$FVK zlCDmdIYV)yuh`QS`CE^+hBL4X2ZkztV%%Gpjb3&sKIcZx^o#*cCuBH@481yf5FPm}?>85vIXL2#Km?_L0CVP*3KDXNwrB?I~T30AW zXdB(`wn9TDDv-bOm0qQ}U;lmmkSE_zTANF5iE;l}N!7rs=R(gF(XW)2(S=Hv-Pin) z@h2aA|29tbi}&>o&@kypomAITbK0fS&-LY2_dGB7l_S-AzSq5z@G)mqTexqn>r&rn z_Q=a!!v~oTImg~n3Tei_tJ|9_)-2ZZ>+>7UADh$^k(oDU^rz)IMskO8RA1*7oya`f zHS{jzl8D?Ew+hK4YuUZZqY6kXXYQdj3hduhe zRJd@8!JXayBq2x8yxeEqQ6C$7o6)u_XMW8<<8tx44?_p z%A66-I*c2PJIi;L*_Iy&m~dVu>j@|cC?kv#ty%(GUL^LtF_k%6Xi?~1SlF9aMk{Lw z&kg#Ho<#S#b-F2a&G#cctG)a^g*>-BvE`r3S<4aS^0OwhlY}|UK+s@Bc}VH^;-WIb zc;*ChD61~3Z9>^V#vsd~Y^rUhb!M;Ynu*VgJ^%ZwM;0GiE6(Fe((q}$xH8oU|6spF zRb?D^RdR*o$64RXFHQkpDsqO&?{u$;^zpwtYc*DdtvWXxU$M*do=TsO{1M^$dedaF zbueWYt`CPkt|7o{Xbaa#w6#{|DthI3Xm6;-B5I8sZEe z;&1v*y6O~plWjv_J9yh|qiwZt>GrJ8&y2~jaZRD|3=+t zy->WsT*&3+;x(4QNnC%*DZ#B@OIjkGCx;{Z?BDr&-+u2Nh!2cd84?^zUP>Odtm=0v zxi%R%De3oi@#n_$#>b74u*l`|c40%`3(^-V)W_~bj_w$91`0UJs#KZ=W!X-2=-S(x zOnz>7eAkqq{m539l<{7|&7$d;_c4tVVWjfd`;G8P|3%wU1OKok(>Q}>26e*Xdv{zn z@8Qd4Qei0q$>pkZUg54=dn=@e$q!$fTyVB$_~qY6TMs_X$w)}*k)S2=e+xfRi5UFo zY5|ulYSAzK?egJ#KP=^?v0IkatJ#*61oIcma>}@Mf@^wsI=aZCq-S!K%)Y$4{K*<` zDQ?wS+wD73kQ32Toit}1FMIjMXl;F{-b7qf0z`)U&C9nJY*x*qBDBLk|LIXE9D=RF zt_iFa9k%Q;%{G&i|48eNn41r}7xXM>C_{+$ zJT4+T0=u2wtKSzK*|J++dnxx__Iy|5%--lBUUmYGY0dn@&4kN(XbDq~etE#hWxd_L zUe&9gO0T(?_WIcuU(2wKfpyZ@mlF8E%~=&X?&|PEw7fUm%gAfS>ygJC zR%1K#cIxe+5)m)LFrj`ych#tk;*{%}3%h(VtzA<+SU=eLr)TrP-dfBYcY9-c)d25k zM+8A*dZ&?d??ii0cu0EfwBKTb)Cc3Q@&WQ6to&*_hktbk&7RH8h!0W?QML)H91L$; zy>at^>yJxRY@z#gOF^|+E zDVxqaUW=-8A?%|8VOO#)^<=?e4L@qgAGTAwHD0zA3VPjAZ06^5i zP}A%p0O4l)=M51|SFt0Mix#TrvPBeA7Puqjmre`x;&k0D!CE-vddI;SvUb z?G42f@=zKpheS9akqV;9SUCqI3W>Hy$%>+oC`EZBN*;+tATc-;2B(0gi9ov{>SzQK zg-}3QAXRWk6b^-wK`P>qNO93nFJIh6r$9SLyFfc#yFe#(@q-utEv6t@FqC)}VF?Ee z($Pr;g}~T3J0ToY&<+SJ28~51DLW}R+o7E8uu2NFRu&ADf?`wF{XfLwq5*+=!GX9C zS10fP?fjP&A%a57VML|>9Sx~;uzSg&6jYQ%kxt4Aide^UqLc}?a6;E3?l%X0IU4C| zTUf@-^=iX_7zeBA9NYe0h{Xc*Q%`H8XPv;lPB;C@18q1ji)~xzhlLuVq$2Igk@1SC z)l&t`uDxrLqL9OeTF`Y4lSZR>Ofib$+-v={(uHjW_8($?a-Z9COw4GDF;rP|;0KKK MF6q9*+d}UC3&g$7g8%>k delta 632 zcmeyXe1?C5ay_G3rn7T^V@iHfszQ*vlY)k!rKN=?1B1r-0qj;+c2*hV>0M zJO#c93+(22!Kv_@+oRTM#@Qo`X6%QiF>dq@(suY}Wbs@)L@ae#`Vxq!@$I$(7?d- wnkk!AO>Hq)$ diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/halftile_overlay_90.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/halftile_overlay_90.png index c696b95be4d3a5a91e0e4a8bc05f941b43b5987c..0316d12ff5aa74fbe89c85862a91fa7a1371f35d 100644 GIT binary patch delta 3162 zcma)&S5On`7KQ(W4oXvsprI=Yfe=CJJc0C1YR z>FJpVSQz2NO$_wVN*FX6j#N+rz&P%uZ}ZXtz`LLM;e^^g-dw2pCnu0T2Hp^912~Y&3y}T-NEU$P1Pi%=X;2^oz)hH_ z5D&o}0@R%ouP}k&PU$TusKCowUV!Sn20CY(PsV|NxPf)b>yt!KVh3cKpT`D3O45N{ zVooa=*!>2Cm*)kYn0SSO-78)$O9=ZWs7o+1SO)CM5ZTA%;?T}(HWKZY04$d|5vLQ$ zRxI8UA82Q6ZhZ>PR#Vk`Yu^8WQb2D>iBOoa=0X)GlSf9YtzBPqWuf(bk zsSRT9mFNEv*(b(6A^u6xE^dH8z=N(0gFR~XTM@7%3@TQL$sf*SJ0BGcI>h($hWU__(}c3T!uavN-S%+YRdU5gqG`-is%(G#_Ju@r_4w zQITb2yuZfHv%K+s>DsWBF@^oL5Hlk0IpVZKf%#)2Q`#qfH_rB!#CT~=ljM^r#(zk0 zcxpFD#N9NnYGz$XQ4lYgBgia3!OxJf`vo1mtU!r1niRqV5IgCA&bXce z*#n6uPXmGwUkq2$YQ}eA2q3Vd%vsQ`(ReN4XqJA0R3$+@G)k=Xp?U0mHEVz~jxkHn zQ;?6jYR)WE!dHP4Sa^6N|B;~@6z&UcZ(yl}_Kgc_5N-<-W)Yk|cBgfDkq!FRv1kWE zs$_4hRD*$wM5Hl-KZ+(1XUr*SKyI>dQn9#Cmb%(>I~TSC!#vF}P>|4U(#++-pE8Wp z)5;cZ))~l$xj!7tvFR2)j(h#jjw|P9_BJD~j^nN}H=<#<^bYErz`EcdQOoEXqHa!@ zO_}D2P@sRsm4?cnB008{I=qDz)r*v(-=3(7+HjESzYC44lN@Ijy{|5jfJhOSmY0-2 zN9HeNXJc=Bz};{hCuUDxPHU3JGx*=ddFyK_C8y$AWd!-;VuNUov^CmI8e~$GKaM7m zMzS%E%2l%vapNc;e;{@1WAzvk8zg#@QyF^T#ey!k3|AAUKVO*o4(|?X2OCD%e~P0B zo1Z>^NDhrBTj&&IpU%yAWkWe;K`(H(vMdx;Azyf<@Fw{$j{>jmqHa8dp?2w|%jLCf zgN{zuBG;r3hJ#^)dV_MP6c(jw|sCU!=3rBk8B; znsm9dBscoH16^65^>}Oe3}(i0MqMB|{vD^SL2el???&GB>CeqvR|^XZ3O_QSJ@3Qc85}G+CNrWHSqd{$O~oEYn3%rk;)bKO@GAG zQ;&XpA1C`g_4N+WGV4g6)HKj=J|NT2_fe{QUKCE}$@E_6b??M~&fCxx?c40S+&7v# z^6J3&QMO~=iT9);s_ATXdz00s)mA}6L8Ij}vzlTe$dU9txDU?miJ>NsvH6JzX(eI_^ z?c|N>%dgA-KKEP+-32b?p-1pX8?p%>ok$X{5Z+_}-j!|D@cgU)*+lMg z$ueV^!pF^LDutE0{+vsS$FMeTHSPj29MR|S-rxJ~2lqf+V8r^6@L1|<>Zo;9zjNue z$-qfzzjrG?x97G$Zt-;^s*&`DnHlX*~%-9(4JgM-;* zJ?+_jbG+^oJNdY*4^nPcO((ohXbFYIRm47QgiZRd*p(Uihpn2&8#T|6C#-&S$9MB_ zT(OV|OA}13P+#;4cilZ)k9(Z@_>I{`7l#?Yf`_PEgU|D_l2Ur4sL2A~!-YP<2S2-7 z!K8~@49jNke7w-lnfA)mEyw2dLQ7hb<;yh%RqPhtH8VUDRqRpPGr2)zTRT|$atmiI zY13KT?K@wX7tvCkvUuyM{FNJ{wGE*L6Y)_=5ILT=uijm>-LQ;`&<(5q)uU82#JRzF zO>ncA!@A2n*FswHGqpEjaVh9QP-4)?FG}%P?O{M^{|wb3-(Knj|#)#1rCOdOI{zmn!Re0 z>XY6LU8?XIJ}kXZ&iK3hN>CT~$eCXu)g$Kz!y;1p-qT0It4xFO{Zaz~AwG4ZGa}R% z@e#QZn7zzi!@l6imV=7g%ar%IOI?xkhoekM(fsB?sb|Bhec9%-rET8(T!SYeYB;};Xu zwzzAxV!h?p_9IzabpyMVxv;kQE1ZAlr|uVg$)6qVvOg<+*~{nG+#0j%?G6&A{)w~y zGvV=LMpHCY;jWgJ#X50UQT?`c_4dTIV%sW1ME8OLb9R_{vWlZctD^*a3D6s z)!F-hd;eyEiy=`8XmQzp!y#0Tb}t2_lA4M*!dX>G8RK+boHW52ju+yXwK;0c(L`U@ z$~tDTx1Iw?@alE61}7X6kM-+lT(4`Fmp9gmJ@*%kGug{5(J66c`f3*wD9P=`C2p97 zXum7J-9};87l-o2)@edVYI%iK1QVRVh+oH0qj;+c2*hV>0M zJO#c93+(22!Kv_@+oRTM#@Qo`X6%QiF>dq@(suY}Wbs@)L@ae#`Vky~Kpn_7~Xl30@Hl30>zt7K$ggsynbi$jP9< z;Trfo{v4~!L0KO66Y4*TnP0BnA;Yn0l~JnFBBNrH+Iv?T_N`D>+bs3qUHtDV1||-L y1_q|*OzDiLqBtMeAJBGSU}O<+cwpl&mtA)Ld9kve;b(wWFnGH9xvX)gO|9Y`3Gd z9vyK|-$++n9T`+38ntaJ*_wlxz(Aft=8TN#!kkFuc_Ci=uUU%BL%czeYV!?}19A`9 zZaIjIFo0G8;K=3(qXHfX34Sxl13t(Co&^yagdrb>oIn;23Y&AZB@uzC7Ingku{p(NIR^MK<$;=7#@RzoCU0C*S(HHrGCdb#xiZ#HTb|{nt-qlzf4;*2 z)>f9wHty<+VU$g{UdJ9BMp2NvqTTqgjo4n~T0@SCI`&{UoBU{O*zO?3vz)kPWlEXq zDY;DY0uv?!er`YruMLLhT0$g1&0H{|Z6wJ+ziw()*4?;*3rUKHL<(;bXu#1yE)E39 zw?Kj01cDHN0#vp%JvqD*%F`Sl2Q3ir5H#Nb#pR?ap7O6?O@&FzF%+zYZYU|l+GdI( z%L>DGD`Pp>F!nB(_d=Fo%yd1)R8dS4DJ%!0>l#FY5)Oq_mF9rP(Me6<=tx2ZG(t*P z6EqYOkW$(&S?Z9V^wNIqKkn~#bli1H=AL={Ui7O4Ms*kGak$tleQ0-amC?z3fj~v| z3tyyEKjTQFim&y1R-izeO(RVD59uzzTr25i6$iDYuv-78(pVf9>vwM@c%=n;uYa*x+0}S#ZcA8_u3j^fr!E|xn1MlSc6^iwBwv4d)1}?N zP0L5-FP~Uko_KYzYWl~gD(Yj^OE(E{wt45N=PLVe){b2yd!$3*S3Y`o&GPoiqnY1N z&g_pH$9_3;y@vSw52ELT$?Tz)7=NbZgopsaax)1Fm z4!fhBQ>$(f6IT{@yzu4m?OC>4x;)xiCHKF7^$B~+*h1HuZx_E1_HEvIDIm5jJbnI$ z{lO;U`){TinJ4RRRMd~nWj||pYku^|`M!zey}duzefZADv%@D-*XEZh)$vb0UE4S_ Q<^L;U9bMAwGrJD_37mN+z5oCK delta 155 zcmV;M0A&A&4YvW1B!2;OQb$4nuFf3k0001SNklgQo2}Vf> z_NV<-=Sv7oWM;-s0AO=HBI2tSU&H_d7$67GXZ1GVunpUDLS6y`43GoH&*~}Q0u)F>I6lJ9&By=%002ov JPDHLkV1kcDJ(vIh diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/minitile.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/minitile.png index b128ff0599c6f86d1ee4064dfca4508cd4645933..9c469488dcaafefc551942a82ca75d15bba51f77 100644 GIT binary patch literal 1594 zcmbtUUuYaf7~iI8qS1n2A4C*}ZP7%#yR&iqiBG7oG^=jVnEXn1K- zvZot9+25GSn~k!mS^U^DV6=`HfkQ$J>Q2QCP+jL+yojx%-x3d6kg%-t6OlnMZ_I); z^$E~KD3}n+U_=v5s6cf=*$Wh?BqXRvP!nJhDM=)&pmXueoNpCSE;H3J#=dmE6owv> zq*|>e))FH1i;}EqTEw9!0z(MFq8sA6;0C+93>gxbzU_rJbwR|47icxqdFE<62FHtO z-JqirQ%tI3Pm)C##nb{?W{mTyex+sHG9^+W4spYPVdWU>m1szV68#(Mc>4|mOk2Z< zZQRut$B9h@;pAZ!Mn{mlqJ#XRN2DAHXw^5#gOq~bTc*Ebr~qC zm;{4SZs0ImJE9_|h5;laaze9)02rLJU5nO&p)Fh_gF~Y8?2sxzSxCrvs3IkWRQYL` zKoGW}2DR+M;#R04$VwiLpkWOq;2ls_P8JUFzk)3j6{zoEriJa`B9T0|$b(p6l%^Hx zGsDcgM9T}qKv_2kv1^iSM(3FvqHS9Ur&KGEQlX$&T0uyr)RcftSrIS`+)_r8vX+d` zXQ)|?lHNUU{m1h!_%`c0T)AhSs28JZLDP1?^0?S(mi^>VXH~I5t3VJoqr%sDGs-xz z_|9+po)u`*)=Gqt{zJOkuz(iA8urOVk*W26DotW>Nm2KE5 zaIueg^bwcMJD&}9JNNO@ zTJLQ6{M_lOTi(?}{qH~5tet%MskO(SJn_rmyUk0l002ovPDHLkV1nwRF0uds diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/minitile_box.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/minitile_box.png index ed71d7326d9bfcdba703c5cee889136d269fb6a1..53584e71746412a231d570cd9127c1021262cfaa 100644 GIT binary patch delta 465 zcmX@h+ax%_f{A^>MysVv+=k{Mh89+)7FNcVlV33@q433-15^?X%uQ1blZ|yvjm^_^ zEsac4b(733jdT;u4U-MhQjL;LjSMDtGtbg5$jC3rFV4s>uyV;yF3nBND{;(APAx9U zFDkZEuqjGOvvNvIhq7`q?IzD>77H^^O0-A>nxLDUYG9(9Vq#*Tn`CBcs%w^Ll4hA= znq--jW@@7k(hJm~0AWE)!DroOC6>F4lkHhVC+n~(66b+JRxuQx?_mj_{E{`l{@*TM zCI$wE4o?@ykcif|(_^^~DDX5t=2NKnf4P#8d#}T{E$xlJ8!w$ykoS;ha%JM|GGxnl z*cRup>3d(4_MN{b(b=pHtKvK^oiTVEF=1ss!-ID-&NlnR^68W>m@ua+e&b9@#+bPV z{=e^kahOuT-=Z(z=Qt&UYtaeDuMJfWnyM3+?cX=%#Qta6+x7IoC%GGpdym{yO_1l? Q2XqvJr>mdKI;Vst0OVew5dZ)H delta 164 zcmV;V09*fp5zP&dI06P5u{xy!lO+Zdlkx%@lO+ZdlOF>}lj{X0lZ^wIv%>`10h5IX zS#?MW!g>Gz09i>yK~z|U?Uz9cfItib6WRZNIetLvL2Fr*HqA^W+oNA=jnK?7F*He~CSt>}EF0cq{G|tW(b|>sym@{-Q zKDdxpYhNT7V`@l!XpD)q>WkV0qYWxvUrb}bq^(Gz4@&KWP0*;RXO`U!HC1DsWM?uz!)JMhlBo9LAk3YY0^lil?YVVIk@c;^P@#hKd} zrshsPG3*Y<_9N9Yctx|4n9mtDMKet6o}8_yqu2#WoYKt*dujH47U)`p9rDLu%SQT z0Tf~Nfw|az%T~`ND3g)2g(Oa%{kf#>W}U#8>3GVHto7L z5`=6v%V%ZYa#DgA4u?GsN#ZDiBYD$Ra-2zaR2ZU|sE%&Cx@7{7QAt|kZiJ<-uEk*3 zRa%pjb)t$1ImH%49(pmAfSOvx+2c;8WL#4PoWTY*T|%*96>Fz0*CJ`_Z>X!EuQEWj zjm4@quIY{|eSrG-5f1LbcEhC4~jsOtGM< zFzT=}mO~9w@8psfu^8$$iL00@?v6%SDhIFY8uI&sei4RbE~r2sCx?6@msI2+=M!m# z$^JkROa99KsHKj3Nw4hJ{^R}wj!wHy$y_&&*Na}Ype~)zJm$;IGJwa*tBejx1%edS zEBpwndKt$WTYjxyw*qUl*)*o4|B&uA7_mm&tm5GI6jkg0RGL8J61?tR3sLxM^rdg> zI=up?NhzQN+hw>I-%-^jrE(<>*B{Bm~U+1*q1;Ejcr<8xbkE}ds`+}3@! zG++6Be)P#agDH|S}{aoH(+xF9$v-u@q>ig+;&ehh} zpC?VlQ*W)@z1%v`y!6rOdzNNTD$$vycR!eD?VDO${bOPAZR6Xy!T4Y-dTwkw{#Cl^ ug_mCb@`>>A)rlt`ZG2_p^G|=;Gq&-wH;FrWh*|Ld3f-N((bxArKKUo?B^mty delta 127 zcmeywGly}4N(Ezakh>GZx^prw85kJCJY5_^B3j>0JIKqRz`?xMdeeUmi^fj@Z=S#N z_R>@Iy`XX8%$>6;FU{;%v))x`Xo!8_;gX~MMQi=LdEu46IRzXJ=p`)Q`}_|xhe84C f{{#GBfpo_39~!!hYhxz^ZD8bP0l+XkK6bv(! diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/minitile_checker_b.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/minitile_checker_b.png index 24eef199eddaff42f613423e7c4d3a539999f646..2625b860e199198166dc68677238dcb36aebb737 100644 GIT binary patch literal 1646 zcmbtVZD`zN98W3N>yb4z^M;O^f!}l03=1w0USYyI!}RcwOmk>#d3|_vE>|&`X{) zNqg6;!`029AVWmPoTcgqzf37??1Qoo!wD*E&JVJFD1tIUL7A;6xCy>Ixi>nQiZhVp zN%DJs|NsB@f60p@!@D=EZ(GkW%!c?-Y?R(v|6JEZuWqUIGriqq4;^qB=I#glvw=A^ zznNhIT}CqHr4o-rL`*@`Ng4}9)23*K>Dy7XH8g=eHjT4}rE)9hFL11(tK3*50TT8A z&KW}`2k$KnCsAnvDLS`fJKI-;l)%KE#um-I<-(%Mm3bju`>#cgEknEsmFxEnvZ=%f zJ3t)FDgxjU0214y2nfg^oR+t-GLS14+gW3XVHY`u?HR;keMT)!raYCSu2y0& z?K-XHR&}C^iABv8B?0&`m4P~{bSRBPJnQ{;woThGe`q9{Mz`>eFoFpOnTBb&7 zF0*o2h_c;&Za{>tO+l7=BP_r@Qb^H*EZaS1SUM@V!8Kesrg>Q9=%z3aBt9f1K^V%t zFf45aAqYSPnjpH7nOO^!c}Y%!9vD#|2;Bmu<)mw#_ODlAv${`qr4s|6Q1t^4gJrhmyQ7J6*X{{IWJqSd! zw3f;AMo?{kjG!q$>9zg(f84*vF=*Fm`8($Ed(p2JIApjqk2BR~*^4KutGvOM3j}J& zFMO3le#WuRRbLx-tU!gfki(SpAJSccxg_HiGza%*sapT1(nK1U=yz`=MDefDm%pv) z^ctLw4}V!7T=bzn`mjakokIuPp`};O(xJE-kM$>0&tKmkzxN2ZXFjQRzSgq($I~A) zw+A0OxiCK0_DIvIiyfVV%F#2Qrk;B9^f{*a%4+;tkV~BidAfc#ern8a`eEm~Ckk)0zPb^0G2bW8eDm$EM|U@j zPYK-B)~h!bnRnY~8@qpeC&(=CkB@!j1Qu5sm-;@QgP+ZpM!H^Ky7|$8U31sA-55MR z(eTA=+jQXfw;p8<&n#T{e5z%gswo qGZx^prw85kJCJzX3_B3j>Gv*uz@;9&{8ZvE_^d*{^DEgv?Y z^;zA>uH-Uv=30+Qt2WCMG5t8l>u`nV6*M z8k?Dz>n56~nCP0Bo2Dcg8(1bKTNqC6W}c;Akda@KU!0L&VC9mZT$-DjSK^qLoLXFx zUsPc1Nt{{7!oqrg`0VEcCA1T*#g>In)z6gC`gI1=R@ z@3Qs2O6EDw_jAwG%ueoMoAS$dl2X&$cdS$Yu}+xz=Gj`W`z&>S3p{Vl@_)I?PC$^! z&UT(c!JEcU{4&7-YlFE~y`SAseZcmC$czSg2z{Xb`vGn_fu|}P3v#Q0&SCI$^>bP0 Hl+XkK6hEP9 delta 169 zcmew(aEW(<1rwXpMysVvlU3P-Cx2p+0@L!$9+O|Qs!i@?p0W8b%Pq#qt?ZFiUt=G= zVPIg0^K@|xiD-R0MN#O00|)bDzyJTAhFrO~kSl!SM3)Ur*E|>b=Iq`){mE(#cP0jg z~G)n`e1o=arGRJP! VFiV`@S`4&_!PC{xWt~$(69BaFKw1C* diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/minitile_corner_nw.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/minitile_corner_nw.png index bed2504456d7e1c642fd1dee3c1588350be2ea47..30c25c74126f477d39f552292619abbc0a4aa194 100644 GIT binary patch delta 456 zcmcb@`%_?o1rz&%jaEyUxDCxi3@xloEv<}9Cck1*Lg9-u2dE?_nkSlBq^9a7Cnp){ z8m5|<=~|{*rs^6QrKBdCT399~ry5P}W}c;Akda@KU!0L&VC9mZT$-DjSK^qLoLXFx zUsP+d21R&P_eRS`SGqw$Fw*G1*HwMCZCC6>ytK^bozsS*KXkhmp#*$ zvwxER@UeYmPOhVxQNf*tDhJyIx)T_`HdM(tL@O{KuYSP9()m>7br$P)pj#L`UHx3v IIVCg!0Kf2{kpKVy delta 171 zcmV;c0960^5Y!EjI06P5u{xy!lO+Zdlkx%@lO+ZdlOF>}lj{X0lZ^wIv%>`10h5IX zS$v0ANW(K~z|U?baafs`<*LfejKfLNWF8S( zMR?@^0I&m8h4q4d0(3i_2G}bA0Kg959k5pb0Dv8^o!O23zkm<_`cZ(r0ssK)fbp4i Z_W%HvDMysVv+=k{Mh89+)mR5#_lV33@q433-15_+5($Y*!6O(mQEG-Ol zEt5=AbS+Fx%yd%>Qw@>~%q>j~jSMDtGtbg5$jC3rFV4s>uyV;yF3nBND{;(APAx9U zFDkZEuqjGOvvNvIhq7`q?IzD>77H^^O0-B!HZ{^sPBk#mO))Vs&`mNkHPtmsG)c2e zF-@{eN;9?52k8asP=K%?rr@(~vl7c)#>w_9qLX!46^ZjeA*&dQ&-bu|PkzaoUoR7% za*u(5VWOvtV@O2n+bJ74Sq*udy9TRj+JyZI2 zpFT71!L?1C3{uG#s@0YLZJYU4@xi<84KufD|1NLn*m0L(>48GlGJzR>yI9}pJ$U(c zZ(~f7Df|quPM_0V--+sXV>$m+33>Ww+ z_}^@J`%E~R5QVOy^`?gEkAJQ diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/minitile_corner_sw.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/minitile_corner_sw.png index 3a66d0d68e6c228d26694544f4673d219b7820e2..745b3b497375deff3eee8602172c450c7306937d 100644 GIT binary patch delta 478 zcmcb?+afr@f{A_7MysVvT!!W$h89+)Mpnj?Uot5pbH$hgRZ@~u%#AFPEp!diEDdyx z(@acs6HU#{b(76aEDS8uEX)#<(k6E^&#EuT$S=t+&d4vYa>-9F%}vcKam-6jEiTC~ zDz;OwDN0GRa!O2xvT`!*Dsl_-QZiGl5-m(pj4ezIbd6Fh({#-&Oe}O0lMRh@6Ae<$ zQ;f{b3@y!!ZS+CfftnN`EQmq+C^qt;TDe(?}lidX-lZ^wIv$X`;0h4zJ zS$_)l11kUk0Axu-K~z|U?bksHz(5E?(WLjkv)y&oI$ewng`ce;4@5y%Rp}wN-ITZF z80`)Kz#jnaiqk77N$&1|7Qh{ej{pFGIDk749{~UWalq}GeX;)+;Kg4sR+r@X2mkhi9@*n diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/minitile_diagonal.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/minitile_diagonal.png index 37d30b7efbba019fd953e158e4c06d7356bcf52f..596e5cb997bb38360924eb0f69e7587effd27e89 100644 GIT binary patch literal 1695 zcmbtVPl()97>}*iwOR`;NZEtDrh+Xs$;+RaNgkVSw>#s`ptD`J16@z`P2QWCFq6EP zWICC-?Lvj#w0db-Jb4nT9#oJbJqkiCc<>-a5oATsTIy<1iuy8t;#O+K8c6cJ%cBKcm55lfNDb$}dEM@aW$3en7aezE2Pyde5z` z#4FY3k;6P06IQ2k;sqQn2s5)ufSoptL7g^T-xhzobXf#0vBi_QDy#IqrWBg=`tvC*lqV#$_xu?r4 zY$~c{St*C6NgN?XeLu#D#Q5wB6oEZgBN79el*S#&zO?n zKv89w#xw*HC&LBZuroAH9EEnMNBubBST(~2Ef%w=#r}ah`}qz7Jh#eCXB`%D!`wT4=tZ@P zDt;7W-=USFE%J28u1ioJn$*;D1<5pYOEOi1NM?>`5>X4(uq>ls(8ff+$eeCk^oc(C zkNU?$mrot;+&2#&j=v(Du*~s@B3{*KJUYj4b1Ze-BWakao0?Y7*G-E`x|Y`^LJS_T zZu0pfW`SS~9jmU*DCwMVB`}gkM9RG_4!akX-PD8r*zO7XQsw~|HY~zUI*7LDq#a0! zIR5P3cST0Dy%y!9_h`QnEMkqgheJBoov%!CGYV1pd-TH$ZrMB&IA3R}m@QI% z$W}4+`Th<0qD^RFKVQ{aC+s`{wzXOYcm*@nm`Tn-71s{kzr8 jqXS^SGCcl%eRcOY7eBbs{beCZ|3WII#p2t?UR?VV($ODj delta 167 zcmV;Y09gN@4Z{JDB!2;OQb$4nuFf3k0001eNkl zvY3hX7!a{8BO(AGL}g~4<^=#8>=19A|{=y3Ay}} z{QkfH`~Rj=qfhj9KiExCRBs|4O_MwDuKTu-U#C`EA-8Q-{E$OY+jn|b2leWi2PmrR z13fe0P9*oqDmMIzhO@|DF)V_nsDZ(XrKm;Zf-K7GW`zD}_Cp%zT7*6rNW!Ewf(m-P zW}~s%Xhy9SRY{`<_ke+lOb86*DxhMNOh>Ln=sK@VWbZXggF3`5M(APBAecy|zzDVx zko=HQA>=?v@~e=CVwQgl@Q@c+$g@ylU{L0RGADxOK@)SfmXp)b$D78;Q-m(Kt|hZ< zxm@;_1wXd)EGJ2l$HDUqK`>6$bd?HYI{ht%C~{O=w_F{Yz++Uhc+!o~#MMR&hSjDu zoo1d$#@LEtv78@zG1Y;Z+QwOvcByV$Q(06(1~OfTV7WHdDqt5o1^f@x?a#LuAh}H@ z+cs|Ni(#})IBx7H38R^i+oGLJ)k16ZXRvj&BneiYhLO&_qdOAjb$?28uEtmPPJS zD98{tph>Lhx$0&p&v1MOhU7p<=0mqYNjqtZtNbfiQ{^1C4Ta=FH_U6BTDxqt}i9onw}b8yZrD>fR=lj{AS&SzV>X@toB zJ^FeEH*KC4oUAiXY%fys&|byJB>UGUi}tIfWsxlDtBL4vX5xh(Pao)heyAs!KYMBW zeAmj&^FMbUy54zp|JdQ;o8~*|FV+_43Ww+4n7#bjYN@k4_bfQ3om)3v%UxL%JE--G zTd9{%%&vz|#(j^h!k$=lzWBTN{_+X><8P$pnW^zt4m^E1@W=f_`&Lg~*zoPzb_%aO zxv>SDoT7L1eRtzh*Ypql)m?Pgi{GE|(W?P=sORCiLN1mVpIP|wlWRBamp+Z3&o3PN zsPEUI-od4N0yk29OV_VF*E;E$x4(T0KlRY-)g#kesnqzn$a|k}uzhDw2iJZP$}8+| e)WX;6=-Tmg$GtlicTRhMO^MiO^xeHjj{gaIZ&5b@ delta 139 zcmV;60CfNN4W|K+B!2;OQb$4nuFf3k0001CNkloJui0a9AIYln#(ymgoq6i+XD4~dVn56#0H6N tfqFnaKo22egT%H#J)j<-hY+zgZ5cZLu!$PE6951J07*qoLOIO-kdRHbaH#xmG^d=`u z(%ug%4AIh6kSa{*EI#-m7PcXK*n>ldW8em&5Bea^S=eAjln&WI)`xm>zvyHt&Onlr zQfV)(96}l~c~vJF%ok0Yq8Vo2{-UjFv-`Wiz9OOoCiYZNH1n2=iZQmri|E>aEwG>h@y26pw{H-nl>yL0 z91LV0avFpph{(JKB^b;|oj`(8K!B0}We$ds6h>kY)DD)KbM!GZ7=O8Dj6TKKoafm{ z5DJ9?UkLET$qJ$@%RYxBaTLM1CCgKboaOGSGsLm0Ifm^S!~#B}njsTjjHRwtV=(Oo zt>xBqqKXMc)fPk^`Y~02y4Jwi6HdNjT-OAg$0oKsmtw^R*3J=+xHZtn7g<+~$EZA0-1r3E! z56KgU8m8U_DqbiGN?NX`S{hEqV=R?}Hw+y~QYM^<%9smC;Q*)W!3Y-(L}_8_(TJ|9 zP?IxKeSe&26MoX``}P00|FC1wu2b`m%;Wc>Uo9wMxHONYTC)t{Vfw}9qzCOhK`g>n__|$G@ zW(KA8t2F^MB-T$QRm9!0G3%i7$RIGJJJ(`|}60C)=jJZ_Zqw zUFrJvb!M4fmNs|U=fsN}erjIqI*~cU9}nK{yT7{n(weZmdTDy;o2jLzRxh2t!-%e`o%rA&oyy z!eHM<+Q9^Q1b~PLY#_}vj@CNpPVh`lm9(V(LK&kM+2cfXfBk&4E+5i9m07*qoL z8W@-u>sneGo9h}G8e60qTBaqL7^h9{W}c;Akda@KU!0L&VC9mZT$-DjSK^qLoLXFx zUsPRAn`B{do@#2N57GJO0+OZF}5%<&^1c2Oar>l#6mYQ+0aNg(IC}4 z#mL+YXoxYAZm>BJH$WXLiq*B7m00dFPPS(eovg#ENSyx*S;bHSZVyZN}Z^+|=# z&oD4Bw0pWZhD5Z!oqmw>fP#o~GP}T?dMoh{hvOA&zXojhDstPI>5<}t>Fk_chHUXH zTjM=8eea9XHu}76`!z0xmGK@%N(Prp8!p*1C>R^w*4L~R{xQcv(bBa1WdMH%2UA7V z4abC=%%8Y*f)`xVVtw^f?SWhYzXhw>2bIrq5l=(j{*HeTzLB%$9<%x?oAQZiC-;2= Px{1Nl)z4*}Q$iB}6=<$t delta 179 zcmV;k08IbC5!(%rI06P5u{xy!lVb)Glkx%@lVb)GlOF>}lPLx!lZ^wIvjGL#0h7ZA zS${oAsD=Ol0B1==K~z|U?UykQz#t3*?TY_@*&Vu)gh~V!-sa4CTmOggJJUOnijT`4r&%h u+YN{EzaL15=Rd>x&z!Zn}lT8ICvyB6C0+Z(kS$~m@ z&hG#K0B}h}K~z|U?UpePz%UE~O_l$DnJ!V(A+gmuZWdTAnOi`BByAx8sJxpQF6a1* z1R#Lp0Pv1}f?k+lZbQ<-oMw&H0|F30q|zQ(<^TD=RrWwPQ4a_}0IsGn+qDCR$=5y5 mcYVrOJsMysVv+=k{Mh89+)rdFl~lV33@q433-1C-9F%}vcKam-6jEiTC~ zDz;OwDN0GRa!O2xvT`!*CeLRU3o}njv`9=gHPTH^H89alF)=aFO)@hz)ip~rNwZ8b zO|nc%GquqN=>_UgfUqE@;InSC63bo2$@VOwlXX~?h;n}+s~C#E_ppRde#x3&zwB-8 zBnAeC37#&FArY-_LmatS6nVU#GdlhMZ)KmbK>ox$aX0rek?$88z6kWF&WOnNeb>jg z#{EpwlYsjwE3b70aVb5@-u3%6D+AA0-$@?#?!|09;PIcSq2s{anAVAPRt0w$CvSPs zd%tj^NW;C#UiH6k8hsqCCfEX@rU&~!-TmxkpN(xdOr8IeIr`^HkvC5+H$LW*dEdxy XB_WY)qwz`v=r{&XS3j3^P6~lk5d0lZ^wIv%>`10h5IX zS$_@JbJqX>0Ch=3K~z|U?Uum`z#t4mld=E*z{1B5Y)6FOnSwv8n4*FDg?`BUY8zyJnF?SWAWB;m~NfzkQpPhbE8lmj$l vwrdZ#O}_2}Bva>b4;a7z0JuBzv$_BwaS}Hq1aTST00000NkvXXu0mjfqT)`( diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/minitile_end_w.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/minitile_end_w.png index 168e3836a92e4ed4695c528bf22a7087a6125cfe..56cac26e3e698581685536747e87f1531a879a67 100644 GIT binary patch delta 454 zcmX@d`%hqk1rz&%jaEyUxD3rh3@xlo&8!S3zhqKI=87=~s#sVW7^N5*Sn4L3C8g<_ zCz~YcS{Nr8=%!ejTACP`r==OBT1@U{o~2)qkzbNuoRME(<&vLVnwy$e;+U75T3nJ} zRBWeUQBXW#werO`gvz7G|E5Xpxv~YNVT-YG9(9Vq#(dw8qp_*DTQ_%`(L_ z$ucR;)J7kq7pOx4!h)EB&$`V@EO!|v+p~yH)?rm7&I5(4V#pq!$a=g!f5uZQ1_p)} zPZ!6Kh}O5$t+@^u@HkJEQ<(63zMgo;LGgg)e63$LuXwqD{aEt>7S?W-WS)BrTjM-7 zeea9XHu`)eI-9j2L|;Wxa7H0dz$Per~*uSt> z>~Pjxzs;djHsW1F@d3*Rx*M4PE1qZE`mVk){%Bc3CEpw8=j9XQ{MLT~I*7s3)z4*} HQ$iB}J`A15 delta 165 zcmew-aE^C^1rwXpMysVvlU3P-Cx2p+0@L!$9+O|Qs!i@?p0W8b%Pq#qt?ZFy>pc7y zGB7YidAc};M6|xWuE@urz~g*z>hJrN79u>%tAB1a)sOUQGBSQF;Q8yOdy8A(HWmg3 zYlqNC{TG4{wq3r@@SBr?VFPmo`x|uzh68*z&aFxQ&wXG&&`fiOxwG%5GEMR{QPgXg R&kht}@O1TaS?83{1OQr@JIw$9 diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/minitile_inner_ne.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/minitile_inner_ne.png index f5788a113685337055191cd336069d5bed1cd82e..594d3b5078c9dd0b4910bd5d73160c7f8022b8f6 100644 GIT binary patch delta 430 zcmdnY`#@lV1rz&%jaEyUxDCxi3@xlo&8&=!Cck1*Lg9-u2dJ1NCZ#1B8z$=-CYz+{ zCYqb1=_Xp5BG+{oMDz~g*Tp3UOqZ~t;(ms3m&-I#V+YrIi&?Xt1Fcz2CY z+O{RjOOIqRTqyQCCJ}Nq)$11Xi8Hrbmso_wv#(fnoAUviU48=l1JmfZga$@72{`db bs(^`E*;eG*eJ-Lz`^2J_-23V8wO>SoBo`6?I+G$-J>P2d-p#nh65H4YBF3( fW&Q*8zyMH;N$EX{!}ir;H6SrhS3j3^P61Cg~bm zni%U^q*@s1nwXfHCmJRv8W-V4|C1Vq&11WM*orYnEt|W|?A| zWSNv^YNHR*3)G#!;l{oV9D9M`4cj=L1Gk@g!xq^+Z zIiY(*l~0~&*}ZsGp1IODhGPp0W8b%Pq#qt?ZGp+%_j9 z7#J8FJzX3_B3j>G-pI?Kz`@{X@@~J8--4-KM{B(gwzf>0Df#+VTG^7iYDR_w-x~z^ i<8s4)vI4ciz$r%IW`7okmjRkhAR$jzKbLh*2~7Y!i!O`+ diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/minitile_inner_se.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/minitile_inner_se.png index 9de3dc0ba5d123076ff8c7bea0f4af1cb87ecde4..db77322962bafccba85508b36b0274cf814ca449 100644 GIT binary patch delta 430 zcmdnS`#@lV1rz&%jaEyUxDCxi3@xlo&8$p~Cck1*Lg9-u2dEetnj4uJC#LGAB^oE` zrX`se=vtU0TIwbm8JMP}7?_xt7$r~cW}c;Akda@KU!0L&VC9mZT$-DjSK^qLoLXFx zUsPbqJju+|RM#xgB+W9# zG|4h4&D2I8q!*||0m6cqg3r3mN-TF7C)=}#PS#;nB+dhctYTbrYv^>kh2uFVZwW%axS)FyWGfar5kt zF>~`87}+EeV1x#P3j2Y0C6@M+Yqn09`Qn}b+Eo)6Jo2PNMJL%`xOmdKI;Vst0FEaxL!_|S?Z>krzIJs86=vf8d^;5W}c;Akda@KU!0L&VC9mZT$-DjSK^qLoLXFx zUsPn(kOyYGK8 YYr8vrp7ngo7oc?vp00i_>zopr04^?!@c;k- delta 142 zcmcaBu$^~;1rwXpMysVvlU3P-Cx2p+0@L!$9+O|Qs!i@?p0W8b%Pq#qt?ZHUAAi&@ zU|?Wy_H=O!iD-R$eIqY}0SEIz^`!q(PqLMC&i>A1rx>^+tu4iGOKbxJBNGdUfPw>% s;lO;`V8!)@AFM1K9n7=%*Kd2un2$krs|p-B^jDn8l@&08d*&4W}c;Akda@KU!0L&VC9mZT$-DjSK^qLoLXFx zUsPof)ihEh)#$B>BDw^I&svKaC(tA{%{{0*PZ#gcd6yWNew@tb~6IQZjXduvZxiMjRZ zGVfi{{TrhhE@bOIn-g;N{FD;6hPS6%mwdcgE4yHop1Olf#hpfBrhnJIiQmY3ug0g$gnp?30=-K3K5t>zXL^$Ddi=HVo(j22WQ%mvv4FO#mSLn7sf1 delta 161 zcmaDaaEf<=1rwXpMysVvlU3P-Cx2p+0@L!$9+O|Qs!i@?p0W8b%Pq#qt?ZFS7DZXk z3=9lmo-U3d5v^~p8S))4;Bg8R{`xO`ne(+Pb7iKTf7Ph&>NN4KlwbG))4Tt~85kZl zJa=kWk>%g!{RXHt^S}?jnm&h(%+?GHM;QOGKk{c_aF8iTW#9FfThUL_mLq`W3Q!q? Mr>mdKI;Vst0JKv&6#xJL diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/minitile_line_s.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/minitile_line_s.png index 836e504a839ebe8c28a8acfe831763e576959fe2..642a2a996117b37d2386f333c7a07581e51bf761 100644 GIT binary patch delta 436 zcmdnR`&3|p1rz&%jaEyUxDCxi3@xlo&8n0kd8tSGbCng)GCR-$07+6g1W}c;Akda@KU!0L&VC9mZT$-DjSK^qLoLXFx zUsPuh>p~GGi_2D)1)K^`OA`%Ud*}p zYZoJ%L_!0MVCXp`@}Ydk+;)|>duJ90g|6Rwjq5>{+@vWp=YO5Uo%f7+!Kxp(((|6> hE!f-m;@>>`tff~2pI*N$0koEZ!_(EzWt~$(69AMmmizz! delta 145 zcmaDVu#0zs1rwXpMysVvlU3P-Cx2p+0@L!$9+O|Qs!i@?p0W8b%Pq#qt?ZFWx<2GUnt0+z{7H|y6s;ypJ;>Qo}D*3-W-WdYkRilRVgDA3x|M$Ljwbl v!63b(&2iEhWtqC~4zJ_|6c+G#SfA(TDHpa@jQ-LNG?Bs6)z4*}Q$iB}kzF!@ diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/minitile_line_w.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/minitile_line_w.png index a51a5909744cf318aef8a3b229973e4c6f8fa133..8393b0c3ea24f82db3df1d6062f3cee6576f1391 100644 GIT binary patch delta 441 zcmX@k`$}Mf1rz&%jaEyUxDCxi3@xloEvyVIC%Lyy4r0JR`o28hfq@@_7rW#M~W}c;Akda@KU!0L&VC9mZT$-DjSK^qLoLXFx zUsPMbJWH97me#(>Z;os%dMu|NQ`|3RQ{Zi@WYvL9+WSZM+C?Ob; zu=;4cgy*+=58tg=b-kyLL?JLWY^yz}?Cx~?&2!q;ue{3}?! r9ONdjUtv;J;6K5f1yt~^k=<<7PybJ?R=l@>mNR&|`njxgN@xNA1Rs~g delta 158 zcmaDQaGZC71rwXpMysVvlU3P-Cx2p+0@L!$9+O|Qs!i@?p0W8b%Pq#qt?ZHcN2W#J zWME(j_H=O!iD-R$#gLCdfx|h_;NJgJJ1jMYgWB(3Jve>BHD#qYa{l+cjNjX-Sd_je2dJ-+{QM9_9a8zkiS4_9peynI!FdOk8`U3m-ozNt1Iy zbCYd4#}THH>iX0pYA;GST9OVQ?IkYWA`Ez>9mKZ$>sMD~5csxys^mZ?StgyJ-cQNN z{%RBVx3J~QM~{HRJ;Vtj!d%dc!Z<@cTORNtZj0BN3nY&B<7Fw@8H*&_GY`Mc&f;6q$?W$c< zrD8BT+Q1vCbN(e>yyvt=IYFo!6~Y2$396IV>@ zxrwH$P~jBclxteoXx9uV0iXgMV=qiK`Ua9pXiamc_Zs%0=QY6DB$ zj#NXhmH;Fb-L(7#0On5xu}{0%!Y(dSa~ZK^eyFHGT`~10EFzqP6a}b5& zphlcAH^!tc%_C+}bPK8n8L#8cXjo2?Gb1Yuz@R~pi$&wxG8PplzC3yzJhTEs z+HQw%(tjxT5SGyv>$)jfYIC*zPp4@-FHKDEFh%XJ*$=+$n)ET8uMc77i;F+xtB=Hd z-=%!9)nA#t%a`J-joMOk^POM5*Y{rqQsaGMv78$#tF_Ob IefiBl0i*}tT>t<8 delta 155 zcmV;M0A&C93%3D~B!2;OQb$4nuFf3k0001SNkl#Cy!0*I?AKu z-gIWCf?L6Z6hS?BXgvs35DzV$JZ!NAKWNc|7wtv#AoNhw9#lMNSzqQOY^5sJkdK$- z_kREX|M&lRWohBbo!cMWE=khPTD7t)o*=un-6QU4zyFJPOvcq`Qc2ozUv^DMr{9{E zq`Myp>MMN3eHsxKs@P{9ReND9(2_KJuoq*pN;&XoGl(4d#>Pb%1im95Ex6E)%d{0# z`w2bVU#OG*DzSa}-~lk(LxLcr9D`oij#AWf+G{8g8_uEI`Uj*5UjXMpv)2q zY!xa5LLJQ5DuD*HJYzpFpkZpz(4eirA~K3dx4`I-g}KCUpykS;kumY+$Suxeq-ou5 zSM8cAOPZQ)+jhob7>YnB=~~2bPl?jqV}=S%NfN|7U=hd|vBx^xk%gy3Pc+)5A&qz{uzHS-Ta2@`#r}pm|9y)Ap{?uYHg4-n z80IEYK7U+Y0YEyVo3_6ffIUZp$Y*kmbCS4_PQEo79CrSF3#f^Z0R znIAOPwn7a>H|lT(6%14`Z-I((@-fH%3ib(Vuq4Dniy*{Js>M-L2D!qh%-SpwhJ|F6irDPGRctyi(n1nX4g~$6VjC8W3 zkN5lkasOfxh_1u!JLbuHF{>6-4N{TEwNbMirpHFBb^rzif-uPn-;qg{aq7#X&%qrl zFr@9as384^bPr)EYw#{k=v-5%^?xc&6LD!-_YOnU{u=$@-migckFZt-B zk(hUh7;L4_Z+d;OoWDMGa&xov(c7Q>^v=0MWib7H^5Hj+ zpZ|ED``Ekp?|S&s7jZ|rY@fP%{r6+D-<~*d`hg=Ii-+*+>wkC+X?^3nuiig#=FyXz zlYC?U%{LZ*e(tFYUtiniKRbWK`LuNP1#t1#YiGPqet2m5O1h)Ee%IjqO}a4=O-#Oa aX>xJbdoRA)K0B2S>)QN6<=hj`zw{^FxbH3i delta 305 zcmV-10nYx349o(MB!2;OQb$4nuFf3k00037Nkl+z4+ei@o2KI>1lSWB%4mc0#peA#LsT5K0`#=w}3``g(CM5RXB^9lpOoG_P00000NkvXXu0mjf D%9(~^ diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/offset_checker_a.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/offset_checker_a.png index e5bd85b27b60e92735ec14af3447b3dabc3f5f0c..9177a23bc3fb05d4e4ce977ab6dbdd1ade6de0bf 100644 GIT binary patch literal 1561 zcmbtUUuYaf7~hy$YHL;KgQ*o9wjxdK?#|BbR+uZJK zcQ?7sJr$`+5X1*j(4r4MC|Cr+Hx)tB2PwpdV8929g}zCvmWqO6oxMLxDpj#A?C$K& zZ+_qR{k}h|m8oO9cRsXJlBC_`QgK?mL2~cdE}mh#eM7wN@k`HylC*12at}yvo*R;+ zyB~F`bJ3jj6sFu&iOm<78oRzgOVZ&Zu}|nCi@*Y_JDw^3@X6;gaBNea&05g%Cs@NN zwF5TOo~qLJA}!eRkx_6s#)80Q5dpE=^gFu?-` z3My16ggVF-R08!_&nldd9?;DL10X$C}n^ zwbWKdv%SAg~MC8Sdm1`l*J)Kfx42>tI)tGj}85Cn86Ts zp%%BD+R9caQgl>>Ih;iz_qRYrIoTv4{|dG#uJOPnLJP+wb*A}VT?VPbc!D>1APfud zG95203zxkxA|7SsqA3eGRL8L~r5U0#J)BXd4aLEZp9#?wJGQ&>yR!s+V3Ir3H6uv3bB;(AMd%vAK zR-jAUYA`|i59#j0LSBnnBw*upq1OMYG)=^%CEeQ%QTuE3oxLrc-iM3vku1}}B|g&8 z$2>9b0x{UmURnK848^y~#qsLg3s+y)?^^@+ZhP?iQ}Q1-k5zt`&ON4_*G{~4@xn$0 ze6x9S)vCQX{Mr2c?E43U^=o^iCx@Nq9xh!Pc;&mjW1n8A{`|ql@uB$4!0F?7Th7-X zxiR|o*x7^j$D8L5UHozM>t|mYj4!=UV|=Lh%gYM$D-y!mdN4Da&fRPn>3C!hZlE;R4b delta 159 zcmV;Q0AT-_47&l4B!2;OQb$4nuFf3k0001WNklc;43IV0Sc@qz)g4@>z`z^;Z?j(1Q-;U#RK_&c&>~1a-yW5%78ECf4?nt+a&^yVUnXr@G zm}EPdX;D_zlG{>d3Mjke2NeBw0WV z>pq#TPvp(|tf^W2*1JI}LX5y6AqJ6CaRU_Te3KWkb^Kc5K@$?r>ik%25X=~pAWeM& zG!Y6WgfbY`L=!47Sx~kB1u6*%DiYKLIE0iTBqu@p;F&q!Dx#^(J#Ay`N$1O9=pjj} zR;yw)AyU62$(p9c9Eu_^gb>u+5J!R=40aeYBrtv33vKFxm=PD~T&VNR)m99S*QIrX zwoXhjDZ-v4i!hF<3AD^E&YSZqP2-j+kqU8$8wLz3cd=fXhBPSCzoG7azQzF4)-bv@ zuIr2AbWH@|_#PHUTafFbgM7^+(i92koNtoxJ=b0R$ZCfY-wIPU$svsAVreMiQO~A5Bgy9h_scNcPEI_TZ zKSRyAIO(1J)_>f;!?#)2;mQs3#Jw0-3(DF7%VVwGEYswn_NrooW`Q7V#)Yr*W}IxB{RGP%%lH%@dg(&?s`sTM~o!)`7@ewb( zgNr?MM;~$7yz|*$TlHY1v7vZ8ml?~??7wvQlfJXCcl_;3FHIkAG~V0y=qslW?j6|w z4&Gv%8;I_>Qds=@=q<0GD872@Q@vjfa!dEGeq6b4@0&jzX>2%f?Bg%?eYYZI@IBm> zr%UJFIJENN9lPHheeH*<{pr57iQ^ZKe0%h_)RTYUZA)iAJoDM-#)XUE@`h(mzr69e zl`o9;XL}wQ{py=WD!h~b;Na5p>*u$BdizHw8wwi2n+>-1tOhaog_4{sdeo18e{Q delta 283 zcmV+$0p$L%47LK0B!2;OQb$4nuFf3k0002+Nkl!2nFi>58371LFuAt zVpSCUWis=2m4-(j2o#x_K>#A6WYdDZXCS&CLUpxZ?;wQr#4!>T91y|Q zAQB!*4?pL*gje#5TZ^y&(K3VlX4qI?Jy3lmdoQM`>ijsG{(qf{e4&hL&)VBzy+uul zMikH#vfXnCc~5`NJJ76w43Zk1D%k^wQJ8LP1BeNUrZgE_05PGIb7N5U6inV7#)@!z z4aCHgYM`$ZR)~MF6Mp+V9|hKCy=I=b(Ap*37Ktr8;h%2B(u`k$?9T{b?^R2<#`b|8 hWC~0eC?+KSFBHEiYuKjwni&89002ovPDHLkV1mv7ezE`n diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/pavement.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/pavement.png index 8ee53831be246217bff1256f595cff64c9a2b575..2d84030970a4dbba7a949068a1e331819a3a44ce 100644 GIT binary patch literal 1825 zcmbtVZ*0_L7%wUg&@B)NaZ0kL=wQ*dZ{KUL*Rlh~?&i&Sa~ZcVjnTdL_U&D>>mS>W zyBje^5(K^wW@G^(N(@TG1cHfX!Uqld$!JI<8owEcLke8RDok>s{2S&;Sm zNzuwo`DDw~P!3N`V9nq*ZeV*WIwi14h}eoypei4vxC>4O1UU4K$q5rzBSl zLr)jQa=9#&V}k1!L`l=Mhyy~NBKV-{gs8$h!I~yRiUioVywGwTHey71cQQP7Dug4a#;Rm(h-5}# z$^>H5l=3{pFu_ZaLXB3LkE56>n@CGwP3;wEg3Rm)9XqWE|9wQmdNRufK#VYF+_mDAdgb~(-qob^@pk^$?j?_0U%ET9 z|JcE6`jO-B#r#)KzB_*Ya8GAPSUz&*>$&R8TYLROU)@;o{cm0K^Am~Hvu9uF{&^&w zX2#7AA00h>;r&0DedlgmZrl59d)w*tpME#@#mjH6U0&_G+?_s}iGE^(>7mq#&Eq@% E1o1yocK`qY delta 120 zcmZ3;HGZx^prw85kJ+JzX3_B3j>GbL3)B;9+)r{QrMU{epn0dvo43 zHVS2|TIFW!S#*2;-A}7I1R9t>Q7JOLn)d#7HP-~HTllgHgwPFnJmx4#qkrBk*W~LC0(PvDqo|8L!FK>1&Ax86;UM@)M~;uxQPJsUV`j z5TQUIl!0c51R|)^(USl{l$RiqpdrA5i3+Byfd0WVcaiOw)$&t)XY8rSHNs7L)IW>|TM4Vys{#LeIzsE42LaKLhFSwkOp zjm7hZF5+bR2$RuI$X(HKZ6%~qmBztxMCkMp7UrH*O=wO<6emGc3xd|5Qgefl0aC;Q z*qhb{s%-6vNY+&VsV3(QdlZ1Z3$AYm?Razp7cJw27I|i*2v8RCat$gb(oIF)2lFO` zJ*XAfuCuZciUb+epk^w%sp@w?*>_pxcTn=*ZRu4Jw9CNIvh#g@JuJ zAj@gd2ln=Vv_BZRtm|;=zIj-4{H1WfGQkwZtg3OpbtZA6ziPSTsmwG?g(BiOa$P_K z>4K~&STI6$%b=G)=AR z1gaaXGoD@;(!Jx&_P#mertz=z{T`x+hY^5myPKG#ZCvC@x__z7_g}mBUC$nEyGa@8 zJvMI-76(q!#u1%pu-gBhzLA)&EH^!g(%;o*-!{yx0h|rPbU7Tu>|r>_sn4c&#K!bh z=ln}-#J^K1Pt+EV|9H~MeF1j9S}GnraqHc$cI^Ig+m)-&jeFL6#~pC~_0RF;7Y?`i zx%o#|*MF+Mzm>cG>9@~bx-6dJqX#$5ujd|Kt$uKJ%bVX_8#$31J9F`gt&<-fJ-BoJ z)Xjx+<;TcxAI*+jyE(e~_F8H4YU%m))9~vnZ{0p{@@xj)_xt|s-;A%`+CO`#_WdI- kgB!=zUORp9;~U4e{QSueT>S$5BmEUsrf17%CSQEzPybOhvj6}9 delta 122 zcmV-=0EPeO4VM9sBy$0CQb$4nuFf3k0000{NklqaPF9*6k@h1=WfvZR;f@#eW)NsUlfJ-;EM`^AQbvgeGwm2ydc&fif8ubR?`^Nftfio z^ZnodfB$99$=T_{g9CRA2!b$Jn99%bJ4ntQ{rnoOuKvVtHwIJpM}n~PmgKxnc=7D8 zAoO2yN{jJg@rXfvS0a{gGO6JP94!bVV~v2&DvN>1%8r*4zk7F01df#xk7`9!3?^8` znOY6m{OWXxu2!jTiDRQ+q+xIZm&F7$+?p2|jhxuzHTXJtEsLNDiK{trJaGsXi?d+D z4;j!U1Svua$mkM97^x<{7hr@_GQu*_AxaxKZ73>eA0l@bTDCElzpw3#Kjp+q90!Ih z*Xwnuo|62qEGxRMCma|kpsR^`b7Z)srwWf26%B;p*=EV`mDqU<)@nb)#_}8HBe!j{9&uy{T z^|4_ruG@7H#gofiMmr%JqNCDEz~ng=`AZ>Xlgm8JJ&BsYm;m7miEHOb)!V2)Y?ICj6Qo za>qQnR5OZV(I|LPOgzd8`JBkpAvum^WT}O$w5CACRuHt)stQfj)}Uf#v4W9lrV;Dd z=Y6`A6uo0_aeI|vYTJqlF~wP^WK;rmo<5i+sf=n9JxldW$9^Vs_|%cwzvkh?@u$KL z%Q#mQ@v27c(K$rQ?N!YgO=NC0%n>=66K>QR!5(XZG*eTt25~w=prxoL%&Hj%(>As< z8O_X6r1e-gd0Jt}o5$PiePhZ=;$La|oo5eqBLK~IHwaC}I49Dif0-q=UppJrb8Gcz z(bg-BlWx+yEm-8+ah-&0yv%F=U*<->mad2_Z?0-w#OJ`E+>qXQxk`AA0NxTt6_7|LTKh*G?b&{;4DD z9}fvXNH46v+IR7`x5u`>{P3>H%h$g%IDh=t=-8L1t_b0suk}5;wtZLirJHtY&s{o` P?6ZZ*>HHgqjy?Vd2H9}) delta 120 zcmV-;0Ehp?50wFsByjRV%ds diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/pavement_vertical.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/pavement_vertical.png index 00921da0d1c3cb55ee5ce79ec05c6431fec1618b..dcb23552f19c6572ff448aa00ac628f87f4759a5 100644 GIT binary patch literal 1940 zcmb_dO>Epm6n2XUA!!dZ5>&l(sUUL8X;S1x5Un=lvsvG*o~k+hhBC z-+SNt@w_uN`ONOVeSLx;?4B4eOv4?eXKxQ&V9VR#Y5YU1!e7F%3I?od1u!B7@(XYiC4t4R{tic+uF z<+?8OsG_KrWu+XNCILceq#!=fVJNVeMqZeBJU}TUari=#7a`P^20!f525~!2 zkTIn}LPeEvs;LQdX%`nRM75@Kmny8rd=?}zVAU=*tn!4%Rem4p?&o_PKyHi0u8%Ea z@%^rgI2l_68SR8@iH=K4AycMV%oifc#ug#W1F4$O9*r1DcvRxN)~VD~CuF1Xti%(BO<0xV#<@ZQ^1DlCZo8Muvn{NmonQu(h0Rs83{7eTBcDJnJfBpU5(X6!bu(;_@*0o8F+`^~ zqbL^bi6Bl$K-okgFG4zG&vR|VF^mk!QOR{JOH#2xCChXS$)d!`nJO`}Fa&Axz`nrg zLR$2Wy$kjvn<1`2bV=7Upvp3I$DWIXc`$XP_OE$hIQ~@FVHp8M zF;q2fkIoTNX|HPDp;TrwOl&%)p_!7F$r8y`4M)luSte!5S~;6FogBsHu#(OR7@^jx zMWk%+v6Y!|FO6WS?e{2qqZ;^7V;e(j zA3jNUeQ~|Nvii%O9cOR7T=?v_Tls5y_?JIjxbn@<(;KThzrIlY_N!y(&dd8(>vxp3 zPhWkn@@vwwcz59Q%KOKs`i|FrTw1^Q=Ej{}r~02=x%$ZK`v;#mwNtrq?iHc;#hLHY PeRE=LvhdN7*G~KaMxtx! delta 134 zcmbQjznF1?NGZx^prw85kI1JzX3_B3j>GbL3)B;BdKESMp!`HfNGp(q_r+ zYPJ&?SFVccXPWWuefZ~aR)GfDf-B4o=h(C2m_qt?fBq)Q0uowQtjBoSG91dCP<>!u h69dx*<~QFDu$KPP$n#s-vPR#?$K2g7b&<(+ldx63yY2gFxz1pV2JSJ+iaF?p2o!2r zL(Zzv8crooC}UJXwkX;UJWVB_rq*!Qpq(u_*Hj8-VGbIugRpcBYh_H=bTa03sB53E zae#6gkJo%G8cQx$bK$t1Lr6v?A&a7&#IOaa9_W~ZwhB9kP?#G$HI@{%q3oJ=!Zfqh zN_AI5#u?5Zz&Cld0X$mg{0trBaR3FH6}1)|-?UpdG&AqCEZ~9>*@Ynj8F3__NtR9k zPGW)*M{fqK1V9-YH#I#qyb#KeG?M^=#03%P8YpTfO?Ksf1Z%34GVPp+Q>1Ajx9wIk4rJbab-h=u}FwO>G12iCTT&H(KN`BDlG;{Md27ylo^E# zuso~sqNo9mtJ+6Qb*;djp`}$VuS@@~YSB6S zpH)?gp=M+w4bfIY5uVOc50pzu{k6)aZwvmH77zL^hv%WB=UMiC=to|LmJTazRObUB7mAeBZ{g-pP^3Dw=K8 zC#IW6znnQU{rHI!+gqY7ublq%$JqAd!FxV>@$l>Y!kT!pb8p?YH&=(&9bbKAz18>_ zcBrT0)L8WV)WM6RzjwV~AAR+C->xfjxA~?<9=SoBiH>jiEX*HeM;cqZ&fd5!I&|kd zedmsS!GAxZyk-WzdMJq>zTG$a+s98U&-v@VUF-W?Ja|m_Zb$OIq5ku80qoMH1L3oK ze9zXuJNZP@u5UKpI)3@>*@oB$MPc9RQ#Uznqx1Klo1N%?`Q($VZ|ds3?y003wQ*v(fu<+Z(AOGJ#Ct00000NkvXXu0mjfPmD1* diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/pavement_vertical_checker_b.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/pavement_vertical_checker_b.png index 2ff741416f2990b5419fc206f3fb01136e13244f..0bc4b8e1d5a3858683b2063005b4d2dad516f787 100644 GIT binary patch literal 2297 zcmcguYiJx*6y7x2v`Gs}iAo4EPX1(VX6DZ9%zKz&95R6t%8`K6}?t9;M=pZpP^!PA}7xuEps?QW7NX zew@_@=NvpXH=IIq(@56n13gr%s1N`Hdypy`Inz~&ak_-75ZOQGXsV>*O~>h8-yt=T z9HIIx2U9W&7z6-MMPwEM0f?&5MF~I%aX{dJ%z&^WgcV+-Dj%A-bF{QFnz*~-j6B8Z ztmoMZ#}x_%wh&@1C&TfwEc+OOzz_|_oi#mJWK6fCijcrAa&+6%EtB#Qp=!-|ahil$ z=3v-0SktZKiDZl`LYw1R;BzV|YN)1X&p5e~a}9AghYf6cF45&{x^~v`EH`Ui1G@J5 zDhDLD$z;vPrm+}C&4ud?SqoBB=ONwHtb!Y?!@>#Z;W$l8uZ{lDr-ndTaE!qE_4HCFlU9=y0LmZRnLZv8@NoB}%J!m34l!((L9jvZv3KD^)Y8Wv*6g36{QD)Srq%vwc zq^30l0hZOOeZoRBe$lJ;8nK5!QYBH47$F>ijK+&96BQ$v38#g0BqFI%1f;6{K}RQ3 z2XohrLx$rohE z(Psdp80XIkF)EK>o%MD|)>)Tu%3*L@$6M-sWl;CypRM>E!$)cnP^ETPAo9mJP9wj6 zu|`*p^-b!zolvXxg)AnZTQqOkyKAMr0(5Y1hSdJw%nf%fUM|dU&58%Az=J4e5JEh| z`&}l7h!jR)Sw<0%)*}37tZH)>QY28Fv;UY?r5Gp+%?u{1grl#Y=k}(tOrXAcHJa=miv1*m)_OwAyWR*5m|1&SX-;)p|+T@NmA&LwL5)ry`8M=FNYGnsfoqQ z&-XT;0lNm4;rU038y|nWqt$81@W(&+G_g3MJonH|xBhbM_osue-r26d(JE)&KL4;2 zT#Q}#CMYaCxu@l9Ls!p@Z6}w)EB8;X=cl^u(~ZwIu;Vm6aR=Qzb<3&P+S17QoA2!I zXp9|gi50tlEH-_1q+J=C@4OUSSy;Yw`^)zRUs>u)49h?5d_6XK@r4&xfBSV$*SX`7 zuh0E_`Q44~yAqFovN-e9TJgjA`R~rGydPM&;lk0jv&|dd?|bHt&mUZg87E(3t&if3 qhaYP_Jbv>RI}Yw&&wrI~T1&S-u=>{Ol_&f^Cqo0niBo-3kNyeDmEM*B delta 125 zcmewGZx^prw85kHsJY5_^B3j>GKFGq|@g^ zmHWN6`s~`BpFYXtZT|NI?->{b*pC?Bdz@+ij}@qO#r^7czdmw;M5pZju*qw3T@4dZ bxZ^p4b+&~2x+x~iKpumqtDnm{r-UW|Mx`)! diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/quartertile_overlay.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/quartertile_overlay.png index 61d131a3567623bfdd7f49488e3dc41a7179e509..25ec3669481570f63fb5cbc4971ab48a5a53ad82 100644 GIT binary patch delta 3229 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 RChVWPq3%_kw>aB-{{h+g;c5T? delta 572 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 NMtWCui!gTg{sn{x-Q)lO delta 573 zcmZ3ebe4C5ay_G3rn7T^V@iHfszQ*vlY)k!rKN=?1B1r-0qj;+c2*hV>0M zJO#c93+(22!Kv_@+oRTM#@Qo`X6%QiF>dq@(suY}Wbs@)L@ae#`VkJy diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/quartertile_overlay_270.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/quartertile_overlay_270.png index 5ad919e1d65f3c2cea4186fac84f5e4245bed5cb..7ca10e01447b8d84e8316be4fc12074668b357a6 100644 GIT binary patch delta 3229 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 OJu=q6u2+i1J^U{;*W+dY delta 575 zcmZ3abe?yDay_G3rn7T^V@iHfszQ*vlY)k!rKN=?1B1r-0qj;+c2*hV>0M zJO#c93+(22!Kv_@+oRTM#@Qo`X6%QiF>dq@(suY}Wbs@)L@ae#`VA_Z?A3SWH8`x3H%;^j#cKMte%CF%Z_K_?XeYqv=lYxa069>K!a>R z=&N^E{TM!9P%yJ*O?h_RmOY?>Nn`;7>l@Y_hVS(c7-xD`_^&FAum&mjboFyt=akR{ E0LoU!m;e9( diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/quartertile_overlay_90.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/quartertile_overlay_90.png index b51d7e8a099363d961226caac4a429060bda6fc5..26f981938ecf449f31f49683653987d64319233f 100644 GIT binary patch delta 3229 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 CkIP{I diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/threequartertile_overlay.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/threequartertile_overlay.png index 8c7a9613b58107e475180ab6f751b252a7a2fd18..e74a213de7f60ac0b5a9e7cf7b08e8cab754d451 100644 GIT binary patch delta 3180 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 delta 596 zcmV-a0;~PEBI6B^BYy!VX+uL$L1b@YWgt>VLLewHIXO5f001b@V_;x1aCC8UWfEXu z$jvJ$3UYT+h=`0*U_Z~m#=y(~28qeV1&#p$J|K2peqJgA2KaW3fe}Ps)&-fxKpNmm zE+{Gi(tm*1C?&NxnSp`P0LacRFDU?uGtL3BMUt|?>UB=S}HiEK?=Yy2n7BA=lp;Jc?@6x0~o--UIxYhChG!F{{u3BdIg^WbYB4mFn|FJ iVBkLn#sF%W%n8rkD8D{5I2-@~002n`MNUMnLSTXtn$t4? diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/threequartertile_overlay_180.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/threequartertile_overlay_180.png index 76dd16bb5b139d75016a1bc273df802ea0b21383..dc2de6972579bd077f6ade2cd6ece33f5b8b66a1 100644 GIT binary patch delta 3304 zcma)2XH*ktwEXA@OBE170VxVXAPJ!)A(YSskp)~)Q3ySh(7TWzf9qA$gWfZjplrUn2NF|5Zp1^`$L z@S2*&UM9L&5q)hqmQgIobcD#!8qA5=S zRwZ9QmC5J5jBynT7^D>EG2pqSTiPfOURQy-7}Ze>u~RjWl#3_vWh* z7{rp6N-Vp-%$~Jl7LHxAcSuZ0ahB#{bqz1F+&#=VN2Iabr7WJY)5Bp$(Xk92e=rDf z&4jU1;FWPiPnG*uIio#N)Py#tWskT049T3=$cxrR#?N#OT0U~)S$aBOM~k!QC-5Zd z{f>YahrUq)R#=zPmV6edP%J%P7rJXLHWEY|)g(GYFZdXJx}oJi$<8%5Akg(W0myCnFyq$7P=Y+ANk?zhm) z335lZTuF|#&6aoAlLKeA|w7n>=q9TUX!`a>-^1&6^PYmc>##w-TFoFYoSRZ3pY^;^Ly> z4^-O0M}sVbImLHw>kbq;**mEygc8R*tDLIlo%{yc2JTYXsae!yY95toP_Bpr|5Bj~ zag5Ls2p2d)^x$_W&;%IyZ|=&!C{B03-=%Zm9#8FdD5x+PnXafC&3Pm6Mjnx)u#G5D zxaG9x34L+#>9?;laUL(+30|s(y(x1TZ56wdxHhTbg8IQX#fy0oL)V9#`iQl8yBdPS zd;LbkQ@NAbCwfmaZSu~)i!GrTe6R0mH`_DYFKRAoHH|TBC?iwvt>`Sv_D&Xz=b`fp z$}VJH>mPsTXXK`pk@GVzBma~3@3_-)nog^P&=xE5XMC7L&DHhi4m0uoOsY&A9!P&ye*NS({IRPYI%*VA1K_nU*kIYAk)N#H_@rq-3bD zic-}QSm5&wF^3q&_u&=#*GHf(^{$>S0xrK?kky~78LA=Ga;t``bHp{pQJ=BkYQM^F z zKQ!Fz8cRMA(h;JKX&?$UP&V#HQTDp1yNDeg{~>?XP52&nz+eDd;QhdY0O75WS(~3? z`^cs3gzs(l+tBmmL&gKXBi|$ZLHBOSR?w>3LdM+mjGDj25l6xlzcn zz3h8Tk8g5=i?1%Hm?XUL`m%oc?Q)eG2t8Z!C>VvYPGH zvbHvy``i-q*qEsC+)5@Y>&wwrCXx)ybxLLDr z1JMIq=Wdxu1SIn%RioEj108>z?nFIHdX{f^!`^zyqbLILVC+?1MttI+7$t%CYv6^C zkg-}vGa>P^PMyl{4j->u+G4jI3hOc<>%Hk zwIo1!6CIozj66yo(i!#*={%`!G%9$PyWStNaymuF#Y99=A5edAP=#ci)dl0&zC7h- ze{j^ZUpJ(a($;V@HUIS&ck_UQ(fz3DX;p6T+!M)t$9ax?wN>Rd)L#?N5OM?|SAEwN z*XPb_NYx|%pp>BT3Sn2`1hIKTYgfNJ)~>*@faTWB)E+gAua2+%f=kEf>0bC6M^9^d z-6+>oZ!l4H`M8z!^g@qMpkI39vd3nN#0P`F<-FuRSa>w{O)L)htX?a~c;SQgQ?m5= zI2PEwd++|Yu5{C3Oj$<5Y|wo3&C_n_4@(o&kC^?vN%T3tz@O3U?30}}`&%JBC!0*t z!ra1qY9>Kuo96o--QN<_ly*`3>8smoKLWWA7c@Q*%YPrLRsP=e$lQ?H#=v|$qxCK9QvVo{lV;=GRrz08(pS{9hOGNfBm{~Gn3{5k7>$l+Ak#X5UQMh^y;``D|WG<`kO|Eu#v5i;qiI8r0wHptv-1G z01+EKHIthF1YQMz^aOxkXBcT203Rp-R4V{bNdR1MPp$n^<%~Gzu6Nf90QQ!DhbCT{ zT@V0pBLauQ<>jDoIVchWRYbuRQ7{BWn09~$ zgMdKc5E$GHs)UkT*upQGKG<^K`%->+gj8Klr~ zgsh^7xO(}&6%xJ$P0AFK@~>AP1Egfp3WLPd?~U!0G; zo)%Hu@hLE!NA}l3fO!Aycx`b%4%;pDR7oPo1e$Ylt~6tEGDi(6Pk0-C0&4zKcbWpY iU?dE^QPkwgGH|;ak$0qj;+c2*hV>0M zJO#c93+(22!Kv_@+oRTM#@Qo`X6%QiF>dq@(suY}Wbs@)L@ae#`VQdW$B>A_Z>JsPJ)pqDy!n4oq=Irv`?i;CN2gsn9%=OF!b=9nmKm#d?fSjK z-|3u=iGcc6rj%#PZ}K%T@+2@YOGKD&U|aBnHQ-+H>3WC2jGIhPMWXW<*$hC^56s!F eF{Isi!yC-0v0q;C_Zgst44$rjF6*3_5}E+9f!2Zm diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/threequartertile_overlay_270.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/threequartertile_overlay_270.png index 6b2b2ce9452b9d0540a72d2b93ac6c56db20e0e7..ba67e5b8bd057d209dbf5368713783942efeb66a 100644 GIT binary patch delta 3457 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 X2^#y&0&`V?)-iax`njxgN@xNAiDA+Q diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/threequartertile_overlay_90.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/threequartertile_overlay_90.png index b7804353685fc5ea206a6acc5eebc914e3a3e08c..be756bd3c9b4cdd469bd0a597fe1ebf9519f3334 100644 GIT binary patch delta 3253 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 delta 599 zcmdm?^o)0cay_G3rn7T^V@iHfszQ*vlY)k!rKN=?1B1r-0qj;+c2*hV>0M zJO#c93+(22!Kv_@+oRTM#@Qo`X6%QiF>dq@(suY}Wbs@)L@ae#`VV@Sl|x6=-C9x&ix-uu5O?tpSdyGh-){SmCwi diff --git a/Resources/Textures/Decals/bricktile.rsi/dark_end_e.png b/Resources/Textures/Decals/bricktile.rsi/dark_end_e.png index 12eaff3135ef4a174c8cc6d2f947b837fae82cf1..b4e60748f34ab0246d21cf0f653562b0668864eb 100644 GIT binary patch delta 386 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 BO78#w diff --git a/Resources/Textures/Tiles/dark_diagonal_mini.png b/Resources/Textures/Tiles/dark_diagonal_mini.png index 165ac69338615b4d70c65a6fc3b7c36cfad62d38..e6f80b18a84ed1e30b21412b278f90ac909d5ba8 100644 GIT binary patch literal 4267 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 vcP^-=NjHY$oWumC+p&U>cv7h@-BJ1QWT*_&O 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 bIHg4GpeG&Lh0RTHIC&DcY&tv}usYh5E delta 209 zcmV;?051Q8BL4x97$yV*0000e3~d$w0004VQb$4nuFf3k00004XF*Lt006O%3;baP zle7vWf5QL(4#NS*Z>VGd004YRL_t(Y$L*9s4gfI(MYVGRHz@9Z$6?Z@mV+&cG;br{ z_fyaslbM#j3n0!SLeFi9GO$jYw>iqKKo#IFn~1LdGNf+r7&3c%hRoicTY)Ob+}^Y0 zU{tbT9#F*x^MEQow1Taml7&yfDrDh!koMttACUH;73}{Yp9RDh@(;&BpU$k?00000 LNkvXXu0mjfBcWDr diff --git a/Resources/Textures/Tiles/dark_mini.png b/Resources/Textures/Tiles/dark_mini.png index 3d15d04a84f3ee6f7c3565d79f4c8d17ed1b5426..c92c7efb6985fa8320b18e11089750586f86ec78 100644 GIT binary patch literal 1924 zcmbtU4Qvxt9KVTtGZZCGi{NXj=8l!@Q5QBihDTpJRE=UjvzU#VX7}SWDyt{Yr{oe2Y z@&5nc+6rH3?g+yO1VM5=ZkHc^m&1V$8wB51ZZ6M5kenLP>8w!wr87}3Ax1S^j3J0| zQ{uRzdUnpEpZt2>+w@3_M%KF<3j;NgX5*Tju6<>iJAdMdNo`+_n<##8ZMA>?;Jn6_ z^_RF)N8}xEfBzObY#n-`b7+sWNg3~Vk5P9QU99`6qvOe{%cb?5pBd^|!`9R5*#mPP zxOnLEkz+eM4VCnVtu+U@-Ak7}c=*Ptr51On`&QMb1@k;Ea^w0FM&EGL&iA%&@UMK) z=sJ7ssUs8STv*iN>lw1@r-t@7j&JLkHTJ@D*GII~HEef&H~na3!GxC!8-FZb_W1al z4=-%CezbqZ$>1x-c~xT<8GiY>tmX1!bpHFRC!Lmtm$bgrwdSg(?V8hY>><3lHCR@5 z-Ur>feZ?%kFs-QVP(|mZty6E*tZuu})gAiw^{3~y-fp@XUXZ)zdW*w!3u`aDy5)&? zQ;m6h_blkmA-a{zC*K@XFk?bn?W^5i+be(QEZlJRH7!A2>&oAJrs>>oJ!8UWrk?v_ zBv=>j2+ufw7T&?Ait<3ojAB=%|9OhC+6ow9*OdF=`tZ1Wu8JU|kLn|5^OVu!5M;1N z3K9#JDEPF;r({IXR&@Fz9Mu z3{pHx8&flRf*B)HY@DD>q#jcmDDYWaJfTF>#s!`LQ6Pbsra~;0#l|DDCaV$oZ>Y1| zcNl=V^?I{5?&^yqWlgABNi7T`laRZj)j(Yw5PqP_355qGwb0FcJ(@V3m{;bW$~Uf&_|n$07&`|HPHuC<&c(S z6;K?8+4?`_NWi!Vy~X=NB>ozGdT)Rn^uwXX=+msa!Jn)?f*2G<1*)HAn4hxAFI(P%TR74uqVwcH4YY>H2o$8!otImBD)4Mm8V(cw=u< uWayF=L%Noa?-^{^H>mb-US!9)6?ylS3^}>Pcd$m6WKW6D_0G(NEB^$H7oKYX delta 500 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 E0Qvela{vGU diff --git a/Resources/Textures/Tiles/dark_offset.png b/Resources/Textures/Tiles/dark_offset.png index aa1075b9935467d13b6a394921b76ef98a57e724..cb594dbdb152e4e25af0e3538c2b42f2fead5c2c 100644 GIT binary patch literal 4255 zcmbtX2{=@5+dq^NS&Kw54N5VqvCJ@pv1Lh2|5PetW-yq=%rGdL5?NYp5fw$Y$`&b< z3V+%9mtFQsNU|^4zN78>zu)(M?|XgkcdqN4^PK1YJ->T-?)$#Z6K-c~E+!%`0sw%R zr3Jwrd_z`m;WglskQz}1zSg=K*%$#p-eu86k`MrhSkX*O>^S!3#t=(W6Kxb$TN{Rk zqX57n{Dy-Y(P2myKifTJY!$|jv0~cG2t(|RBl$$yZRsc=<(!=K-jT43^03>`voc#Z zdzZhFx{?Qt2rN1eDGRuI;U-?*#xx+uG1R-Nn;( zTWUUt04f`SyO9;`#z3khfM&~}g#fe&Fp|nm5Cl{K;HaX)774zG0H8;W+P?=E312iUu_W^*|3mpI^f?at;%AlDgCtGOD+5y(vhoTF0eVgTo_0RP5rS;`to zIl%e0q^N^{@C;CX#oTlZ5Y`k>yAYG(_x6y}js^z+7|W+bevFDC3Ndy(tk~{!?6F_6 zu8zq)yS8&1&J77Z7XCz~)~tP72}EnI0r+OV1inPW?0c+UF;4HDZU^pEVaAI5Vr1CG z$dzk`IWGhRfOC!0rV9n7_vC?5IiP4fGVbB_WU3gyWeIWpl_Jn=%pb@;QU9_Jj14iw zc)-=|T4JK7x|AqAB=f}d{H+bA1x`#Cd<3OEt-%Ws(LyyFg%qWFgGCF_`7vz$qdO%d zyb}!-$9v$5lRWE4$z72jT{7)1m|ImmmZpg`)J8?9h*-vLzGkr!9e%oCL?XV_6L4-0 zS~p{S)UKpv-N-dKBzKUnIwA;s;Psr%d?UFIK&=ao=1Bm^`NWm&?puN6_NdL<0R9%K z5YgC)q*rnR0ACnmC#3BjY#Uzob? z2(my*pQ+dpZXp6Sjj6V$XxX2QQ9f9GJXLXC5ql}g6utvrjZc->Y8GT-kStfTw>?AA zBeWyMsYyZ1_|9MR?jlcw>&->qh`FmC305>td{ZzeGbP&*X<+^*vV2f(y=H|M5?=Mv zIL}XGYc#nw&*h$A_H+3>?R%R_&P=-~x1AIWFNgN7RXD4+;|lT`L`4Itu`5P8OL)C- z{WyWqJ@DvJ|vp_S}ZwjXU6(NpH$-5*XICx#4O%nQZ#zt$Vh6 z>_f8-{|=K5b=(aGftPl^QFSVIYTq}~H`4&6CA>*6sj?R(Ew`^~T~$!k)+&6J`p#%t z)s#z>rc9k!UBCc#fIOfl6Blt`&Yu=zjIywx+dn1)+8odYrn?~8+mE#`PZ*{ zW4tf17#suZH;MgtQ+?`EOx5nz^wQ?*Ss&9>TlTbgynT{3ZKTjT(`eh;o!WJK$>Mx6 zIc?K}=(1A-TX&zCuEZ?o3e-BsovCn+d`=5?E8aPJ(XBVuZ@qy>hNql+2By=qjjqd}Ffgqd zM6mN?C!i&yfn;se{(eGuR!;^^VZ{a9SKW{W{QHB z%M{BB#tw%U%+w7}W2QFywfGr~qi3Z3oBhQCjs~RrD@_FTk-sX>Vh1MUK2;s9(t95{ zziv);!FPc+S3jLSadL$D;Z}c7uc3VJ=3JFtYX}Od#&YQ0{#5Zqbg_6f9W#)bN4P+8Hzd9aW(B$?6qd)f;gF10b3r!I-a-_6;*O-&GJ9F zJ=)VIl5pFKmg010q&6Ye;l?Cf2RG|}GvFpB$1|_Fe>!sgpPNzH??k3W4$02sY;bI} zOSM-)JSk`i{4(lu&L_&J>vMWe&(md2Ud9|dJkZkg)t~mHp^waMPcs)?T}&oIN70}1 zk11Fxq$x0&6P?^-r!xI#rKdU70|T(RxPDm9BY0;(ri)qSDE%S5hF%u?Jof%On<8fC za^9Z8;XexZ`!tGoZU4+G?b_YpA9$_xK~+~kiIwl^Hsy8>k6GS5AYX7jA}}=&yKu9` ztkpNDcB$y8ZTf@M(Z-;mv6-!hCfRTD{6S|RfrLLd0txl*h0f>NsC!xRhdoF z-Kdu=NB_C@+3=no18HvRlG?2Mdx^V-Bf3?%KRPd95DZ1SC4Go~(en$|V8QQX;>mY; zO7zp6r(cW_rY-BEsp;_jrZsBdb3V9K<6h@277&KQ{S{>`K3N$w!Z;bHe9wM?n4bk)yBcZaTE$ zb8eOOoqYeoX1QMd(Lm?$WBlw)m)-_mz}JXT@vhq9*@>WrrSbLZO43TQhW00k0^o~20&h;J2IZ|X03Rd(3_Ak=E*=23u#%n}&<6z@?W~EW+B&$sMg$Z}>wx{i1B;(S!1)a< zi^CiM5U*Ih1!C336#ziUhDLPcI@(y{$V@t%L}9v6;eK=$hz0`CQ9T&Qj| z1|IsgC$#-X)wC=BH11qIcyDXutsg4s`H;1?e1&gHUj2n3JEgYz`uOtu>Wg~ei5 zInZbrh=6hY8C;SdjKNX<#Xz8P$ZQ&mOJg!1tBfQUrVken1x@|o1D*AomcjWMCop0N zKN1Upf+JUb`VOR!f8$s_Y_IRiDP#oIi%O?5xEv6R`i*6|Gr3HTJM({`{w@9o1z>D# zY<}zbr?$}Pzg2L!roNyXKLhel(Hx>bi;A$Pa+p4BGS$=ewhqGW8m5lwbi{rYJp=q9F5Y|f*`3nC`~M7Hw2<~h{m8Wd7RyU?(g%K;9-u**%(I_|_qz)E?LXyFh)zpPi(HK{li#8bxbH%!9k-$SC3azdA zYdwKU_F2u2U+XFV$MyT!G_X8LUjH%AYSFHy70!aj0XN+LXH_{+y?>6pXprxjgd>qx zD+CWEucii-0{uBn`;Q~=gO=w`1xf!!Ui^S@n66wNiA^#0isVFWdHyG delta 140 zcmbQQxSMf;gc=Jo0|P^2NcwRg#aJBV?!>U}oXkrghb7(7*O7r?V?XzwMApe$xRj#~ zF);8QVieWzY5+=Gc)B=-Xq-<@NJ$YfN?~C(IIEzcp^>7&!Im&fOUr;|$_0kzjT<*k q++Zltka=rI@`e=>N)Ht^I2dG7)I?iewy*-tVDNPHb6Mw<&;$U?m??Vz diff --git a/Resources/Textures/Tiles/dark_pavement.png b/Resources/Textures/Tiles/dark_pavement.png index 92d7137321a9af53b986f843c92a674c48cb2d18..272e9ff1209b3eda5ba7a26e9f83c0f6f64de300 100644 GIT binary patch literal 4290 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 R2$x&8jfDg87Qy}4e*w@iH?{x( delta 166 zcmX@4c$IO2gc=Jo0|SEwPp%k{Vk{1FcVbv~PUa<$!;&U>cv7h@-BJ1QWT*@Vf z7#R2tF^XzgTe~DWM4f*XS{; diff --git a/Resources/Textures/Tiles/dark_pavement_vertical.png b/Resources/Textures/Tiles/dark_pavement_vertical.png index e4f47ed13f3a77f000d5d2643575aadcf83bd3a2..0b06e8090dd7f48f76221eaec78f1072fd32cf24 100644 GIT binary patch literal 4560 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 TqvKi*G@rrK)z4*}Q$iB})QL1x diff --git a/Resources/Textures/Tiles/plastic.png b/Resources/Textures/Tiles/plastic.png index 10b6c1e606e61dd7733606cd7c1181ae62fab32f..8b004d5164bda91e96c7d8b635125290bba0cf3b 100644 GIT binary patch literal 4283 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 Mt(}QCExnHZ7rMGFWB>pF delta 168 zcmdn3c%5;Agc=Jo0|SEwPp%k{Vk{1FcVbv~PUa<$!;&U>cv7h@-BJ1QWT*_sK z85sBuGak=hkph$s@pN$v@i?BGAi~0|Sd_`e$YzkBG@VWAz?p;tJVFZnY*GwMcpR9X zT;yR&Xy%!5VyPqx&jLTC$#P#08GK}VTG{BtJVk?L@zaADX;NPgWmGaSdU-JvtjXG# TqvKi*G@rrK)z4*}Q$iB})QL1x diff --git a/Resources/Textures/Tiles/steel.png b/Resources/Textures/Tiles/steel.png index 3d5f08a9812648f1f52024851cbdc974d4dc5a40..c807baa338b4f222eb68f80fe88c9a9389e48a34 100644 GIT binary patch literal 1963 zcmbtUeNYs27+x$&AxB6?jg+=U>zv%%y}dh*TQ~vl$Rj+!;}RSlb8mO=Zsqp&*xmCE zEk6Low6RQ!sk9(Vni|wfQPM#j@}oa8&2bn-p@{rK2DDK#aO}6oaifjZWH+~WzukS_ z=Y8Mj{dm2oVCLw!V1iy{QYlyhctkz}7a19k>DuZ(g& z2vThboG_IY$4oeUt<$z?T%(LvS!*&J<(_)gnyr?d`LZ>2^2sU9-#+k0!ZeSYlt zn#!t6&eMm4x-WkE93HtA?&^NLpWh%(vRf0SZCMv9j<>cxTXJP)Rrj&vDk{0QZ5_3H z&X|iW-^C|&cPGy#zG*7o?cBC(dBVYg)5~;LSKpnIqlS5T7W~b1CshTb)LVCLS#Pgg zs2_RmMfDc*xy)~88&clNsQEQ#`NT0Jc-sfmFDMn z7J#ts_G-CT(zBXdin=e=P8%p+-8^u$&voXb=jS%v-8AT4FuLJ(qe*=SIgoMV-DkcI z)r{ZKu;8~CtWUgh>a#>cc1rW&5Bh#E&i4MzE`b0r9hAFEt3(EFPwKv3*t&QU6t+Gdfoz^f@naI)$U?+0iI%FGJ+ zDY}f6VJGY6d?uuC-vI>X7!y*Wx8XLwne}kiB_dnAq`*NhDWi=Hk~JO943U6oQ9O+#(nyUCj(iZ{PGnr9-ST3@8Mrec9$EI27#0i$)j_RV5Z#!@Xf!Gu1c3qs zDpmMoDunu^)L{k-E72n7mpQ=)D~yy=2*@S`ggTT1?~l^@q=-&HF)T#+F^w8matZ?( zI*RiLL~qzRLu0I$lh%}qK7=)RsWaB5zB1_4F=nw?&aHWcdLxu^RIt^ASwZZk^%&Q4a zx*o<^gGOs)roynQg!3^%P?~xV7i*zp)`S2f9g1sEt;T`tNFtroYhJ*$B#sY3Z34r& zD(;06sD^OhMp8?F?|o3vP7Ebe{|aVk(j|yI1+?IJ%FSYapBsUr3X^8RD~P}`h)x@h z!e%4$e3DH0Xg1GcLVz4ccQY`HtuA>Qrwwm$#HmA_MXwiRb?mTp4>6Z&~HdgIG6kAEkvz{_tvhw zjLxDO4j&xf@!BeGJzO2%CHH)_cb}*;SC zygTNYv2($W);-sgvSZGEI6{@(UJS*0md4dVd|^ydUGGx5zNh8X#5+&?m@f=W-+sY3 zX5`KNvDe0Z(mQp5y$=V7wB29k<*F_FM&Z$f zgfWM$XHNU~dEX1(?`)W2IOF9PRmRIjm1c7%g>z>Yy^yVUWD#g(@l5R7J0<$e z;`Bc@LApnsoxZ$^y>8mpHS2K00fvt{n|FHK_|LgnlzXuHNMKl4*Aew2g?{WR`$TuW z`aJu=r1SAjm3F%sJQgjFd6lrWIdbOgBf&=uFR$2it@4QPp;=oeEw*vXmf_pvq0B0& zwdzI-qd4a&v9oJ->)-sMySUy-&aGbBw4i88fLi{XD_W&jHC`{t{vx@ebLap0%NL*b z`F;1W=7RrMKijD{T(G;aqWa$ZmCsGjH9X)h$ldx^bk^lN<}bf)6SHPhvOe(CH#(TV zVRdZ6mz!ZbE=_6Lq7ut)r`Pb1$)JdzXWj43S#KZz;XILlS@{i=`pTeKYvH8{=)ay{bx!pof0fBAh_`T?f(7kQLh&k+t<$j z_n+y^=b9IH{O>Q{&QOrg_~0JXfxWB^)!Yo=%A(JKR44SB21zto?m0!;d}u4EM!vv8(?4F8I$E=qCnGS3j3^ HP6heV76!AJ83u)EQI>W~L`9LUvPBA| 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 delta 203 zcmaE)_>*yhgc=Jo0|SEwPp%k{Vk{1FcVbv~PUa<$!;&U>cv7h@-BJ1QWT*~!_ z85sBuGak=hkph%1^K@|x@i_i=%0}J;4jjy9*(Mq>aVu>6pSSTO+p^YYR;T;lIX>~( zdF1mpwHPJ!RdLf_1chwzUb0Byg^;jlRiC?=hhBLKKsCQIsZGkJGMI{t3Pah&HQJQq`*4SqGq5I7(8A5T-G@yGywof CCQK{< diff --git a/Resources/Textures/Tiles/steel_diagonal_mini.png b/Resources/Textures/Tiles/steel_diagonal_mini.png index 03b3730d4407ff122a442254043eda04b5361f84..9bacde7ea07d39dfc5fad34b2da146ff27f79476 100644 GIT binary patch literal 4318 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 delta 186 zcmV;r07d`aA?pE<7$yV*0000e3~d$w0004VQb$4nuFf3k00004XF*Lt006O%3;baP zle7vZf5QL(4#NS*Z>VGd003o4L_t(Y$L*4_5da|!!<-E`U;r-3BJ97^mk;R-4MhqS zD(w@*Y%DnIC{<-)vJR8detKgaIz(^4w&(zCiw-~ut5|UNfR5M!P3(Xsbik7xWCz(n ocJOQmy|NxVn5@SRoOAULMcl4I)jJe@000002uVdwM6N<$f=22>+W-In diff --git a/Resources/Textures/Tiles/steel_herringbone.png b/Resources/Textures/Tiles/steel_herringbone.png index 1be005d4919b8086ceedff3d71476b5a5bf8c490..1ceb9ca18f34c57b1bd62448614a6b33f79cddb8 100644 GIT binary patch literal 4448 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 diff --git a/Resources/Textures/Tiles/steel_offset.png b/Resources/Textures/Tiles/steel_offset.png index 7a2064088b33cbfaa00ab0528bb6760647ce576e..d4558e711a5cc55b762bdebb7e98a9919bf0954b 100644 GIT binary patch literal 4255 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 delta 140 zcmbQQxSMf;gc=Jo0|P^2NcwRg#aJBV?!>U}oXkrghb7(7*O7r?V?XzwMApe$xRj#~ zGcfQSW;~w1A_XXI;pyTSqH#VsAtgn`D20XD;H-j%hDM482V24{EiD6*}@7mgTd3)&t;ucLK6Tq1S+@y diff --git a/Resources/Textures/Tiles/steel_pavement.png b/Resources/Textures/Tiles/steel_pavement.png index 009bb0fbb1ef6666e00c512233922bba5a66683e..9608bded147e12035a4f37ba38c7d60462a2dd65 100644 GIT binary patch literal 4329 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 delta 186 zcmaE&U>cv7h@-A}f&36W|l# znwg$nURvtl=n@wbld+;(8Ys?L;1OBOz`%DHgc*gy z=Vpg_yf^Ak9FaS?C8k){gQF*Q&bq>M!PsQug&phWK2Tr4F@<-@!Y}^be^2`{)Uy9$ h{?GWA{a_2IK-K^N diff --git a/Resources/Textures/Tiles/steel_pavement_vertical.png b/Resources/Textures/Tiles/steel_pavement_vertical.png index 0a347e021b091b375c788e00e4ffa86f6a6f9047..8c89ded5b2baddb31a807a2aa83d3780ed711c46 100644 GIT binary patch literal 4797 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 DtaRZK delta 259 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 BO78#w diff --git a/Resources/Textures/Tiles/white_diagonal_mini.png b/Resources/Textures/Tiles/white_diagonal_mini.png index 79cc73474037990875d409aa85946791692320ae..f7e567686652840ebd3569d3e2e516a2344d3cc1 100644 GIT binary patch literal 4267 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 delta 152 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 delta 239 zcmX@0^q+BpL_G^L0|SEwPp%k{Vk{1FcVbv~PUa<$!;&U>cv7h@-A}f&36W|l# zx?#hHz@X5%bLVz+ z|Hu3Pf9oneWjP~tBM}72aXB4c_+1VMI${`nU%t6K7eO*=dAq$*@s`a*12I0L8u%!J z=r_fV*=lBIJo@pk=iJSYw5ddcv$4om8*bIF-RWpASDks2j!*9VV*Dij{cCHy^D}cB zS2kP>oIEV^F3Mp!X|lw*Ev?%ReYiT%kJ(ct1p!`^n9voV02qgH8K0= z+<)QVXQRgT^ysRn4?1f12X-x8_Q0VVCzqO?!M`qbfxbIvbn^Yjm2{nM(h*N<)MuNZg!x$7f4>sPhdzngxfs$k;FMU6j}EPH&y z&4(7YT0Y#n;)MSd{k-aNi*&#IT;6u+F)Hu9HIq*X*`*yX^{&0Ds&C9$b@V|)YlpwQ z{G126b^Ef3f1$9r^I&Dq#jVqB)UN5g(c2gN_O++ycHC~h8CsCD`+A$rcnj+)y1M0w zeTl~0cXlthl7aWhmrm>%TQFl{XWjO`udG!+^b~D4^QsynuJz_^KHYrwxBjuA)6>rW zF$$~?b%$o0I|J`vbmc5xX-i8>dwYA8_xYx#CO#|k8@Qe=Ip-<}GUkXjGB!^gGaf-Q zUA)h)`rWf=Ruqg3CkB8qAxIF7Ak&Kz62sO26%Bw8AGKk92f8qn=WJND#Z9;+I|%d6 z#WI+^*yCdt*RWO&D}Dx@o}eLt08|D|2$85lCu~@fmxgm~8OP8hM6I!5C7MCh@2*7c zq6|>0kub0XL81j#BTG<(IY3QADS|TL1ceh;1CdWt`7~)pQx68s$y|{3I-X4#gMT(G ztf~@?fQ3m}{idtF+!$>9Mu4u(qF9F;O6fq{VptKIUnWse~(RLXyswn$J zF*0~lm4hy$l-Zb%>b1KeEO0IuDYDRl5}<%IS-B}Fs;}mwoETT84B-L}Mg=wu9x@vU z(qJNegqfxaX$v`(Fwq1t0CkHTAFLk=r3@tHBdoN^LR(CCKw&v?jLQ5gm}BXnC<_eC z1urlmfJ@O3hNd%2+r@||L&KVPL)TqU#$++bN8rXCa+Y+}?WSE(MP;Haa5-!k%$bqr zIT#UiieM;%nK5&Q{Cu;?zyMfzL94ZpBuy3;j=}Q|k&S7UF?gQ)kLN379=0YExn~}& zVYQN?oxB1syFS%Xvq5cY7U9uk710cm!IlQIw(j?b)~eVW^z5 zT#gc-fA!_&y*Y=F(G6>_-2U9%_O#H___wUqS&rostp`5Z wc%?aJH_Gcbr|3dtd4B6H7b?YBfoAm3ka+&s@0jPnNHoO#lD@ delta 500 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 delta 168 zcmdn1c#Cm@gc=Jo0|SEwPp%k{Vk{1FcVbv~PUa<$!;&U>cv7h@-BJ1QWTxw;9 z85sBuGak=hkph$s@pN$v@i?BGAi~0&>dK+(qBY;Kfstp1!~&C*HEfK`A_rWw)(}dg>|u>MCrj5+-|WB!r}n|=1vl)xCCx>hS)U=v1n*7WK#O+<;C#z%Bs0n TSZ_B0&1dj*^>bP0l+XkKr$RG+ diff --git a/Resources/Textures/Tiles/white_offset.png b/Resources/Textures/Tiles/white_offset.png index c257a11a402ff94750b7e69508f2c86953b994d6..51547d33d6b592a81368c772aa1f1e6d7a517f13 100644 GIT binary patch literal 4255 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 YFg8&$z4VG{4bUJ4Pgg&ebxsLQ00b*IO8@`> diff --git a/Resources/Textures/Tiles/white_pavement.png b/Resources/Textures/Tiles/white_pavement.png index 5cc18986db9c0ac421171bf54389cab8266ed768..35f0b1d0888fa1c35090422f3715e5578c63ca93 100644 GIT binary patch literal 4284 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 JJv4DW^Ir>8GOqvt delta 155 zcmdm^c#3g?gc=Jo0|SEwPp%k{Vk{1FcVbv~PUa<$!;&U>cv7h@-BJ1QWT*{e; z7#R2tF^Xz^R3(GxpoU17Rl zZ1Td6b#ou6FW{KMyJX=PfA7Di{TOQ5|1tk({LB8YxuxcWkXz%~6Nf(njb!k2^>bP0 Hl+XkKtB*Ih diff --git a/Resources/Textures/Tiles/white_pavement_vertical.png b/Resources/Textures/Tiles/white_pavement_vertical.png index 246ad1cc5f54eb41bbd9f00a6598f7b1561525f9..0f2927734a02a6f14469588728f4f4a1333451dc 100644 GIT binary patch literal 4730 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 diff --git a/Resources/Textures/Tiles/white_plastic.png b/Resources/Textures/Tiles/white_plastic.png index 342be2cf9aeb53af4499852ea349b7aa8ef356f2..b31ea0e8553e981fd3404055219f36a5e6582d77 100644 GIT binary patch literal 4286 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 Po^54jXL_IDdg{LbbSN-a delta 174 zcmdm|_<(VOgc=Jo0|SEwPp%k{Vk{1FcVbv~PUa<$!;&U>cv7h@-BJ1QWTxvCk z85sBuGak=hkph&C@^o>m$F)CS9N{44$rjF6*2Ung9nMHKG6j From 7435de349ba579bd3b5a5330e5188208be1e1ab3 Mon Sep 17 00:00:00 2001 From: poeMota <142114334+poeMota@users.noreply.github.com> Date: Sun, 18 Feb 2024 12:27:32 +0300 Subject: [PATCH 04/93] [Maps] Spectrume update (#1878) Co-authored-by: poeMota --- Resources/Maps/corvax_spectrum.yml | 261014 +++++++++++++++----------- 1 file changed, 152713 insertions(+), 108301 deletions(-) diff --git a/Resources/Maps/corvax_spectrum.yml b/Resources/Maps/corvax_spectrum.yml index 903cb8eebd1..317ae934c61 100644 --- a/Resources/Maps/corvax_spectrum.yml +++ b/Resources/Maps/corvax_spectrum.yml @@ -16,6 +16,7 @@ tilemap: 20: FloorCarpetClown 21: FloorCarpetOffice 23: FloorCaveDrought + 28: FloorConcreteSmooth 29: FloorDark 30: FloorDarkDiagonal 31: FloorDarkDiagonalMini @@ -53,33 +54,33 @@ tilemap: 78: FloorReinforcedHardened 79: FloorRockVault 80: FloorShowroom - 85: FloorShuttleWhite - 86: FloorSilver - 87: FloorSnow - 89: FloorSteel - 91: FloorSteelCheckerDark - 94: FloorSteelDiagonal - 96: FloorSteelDirty - 97: FloorSteelHerringbone - 99: FloorSteelMini - 100: FloorSteelMono - 102: FloorSteelPavement - 103: FloorSteelPavementVertical - 104: FloorTechMaint - 105: FloorTechMaint2 - 106: FloorTechMaint3 - 107: FloorWebTile - 108: FloorWhite - 111: FloorWhiteHerringbone - 112: FloorWhiteMini - 113: FloorWhiteMono - 115: FloorWhitePavement - 116: FloorWhitePavementVertical - 117: FloorWhitePlastic - 118: FloorWood - 119: FloorWoodTile - 120: Lattice - 121: Plating + 87: FloorShuttleWhite + 88: FloorSilver + 89: FloorSnow + 91: FloorSteel + 93: FloorSteelCheckerDark + 96: FloorSteelDiagonal + 98: FloorSteelDirty + 99: FloorSteelHerringbone + 101: FloorSteelMini + 102: FloorSteelMono + 104: FloorSteelPavement + 105: FloorSteelPavementVertical + 106: FloorTechMaint + 107: FloorTechMaint2 + 108: FloorTechMaint3 + 109: FloorWebTile + 110: FloorWhite + 113: FloorWhiteHerringbone + 114: FloorWhiteMini + 115: FloorWhiteMono + 117: FloorWhitePavement + 118: FloorWhitePavementVertical + 119: FloorWhitePlastic + 120: FloorWood + 121: FloorWoodTile + 122: Lattice + 123: Plating entities: - proto: "" entities: @@ -100,417 +101,421 @@ entities: desc: NT14 Spectrum name: NT14 Spectrum - type: Transform - pos: 0.3203125,-0.59939575 + pos: 0.37890625,-0.55252075 parent: 1 - type: MapGrid chunks: 0,0: ind: 0,0 - tiles: HQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAaAAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAaAAAAAAAeQAAAAAAHQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAHQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAHQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAaAAAAAAAeQAAAAAAHQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAA + tiles: HQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAagAAAAAAHQAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAewAAAAAAHQAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAHQAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAHQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAHQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAHQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAHQAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAewAAAAAAHQAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAagAAAAAAagAAAAAAagAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAHQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAagAAAAAAewAAAAAA version: 6 -1,0: ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAaAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAHQAAAAAAeQAAAAAAaAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAHQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAHQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAHQAAAAAAeQAAAAAAaAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAHQAAAAADHQAAAAABHQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAHgAAAAADHQAAAAABHQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAHQAAAAAAagAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAHQAAAAAAewAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAHQAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAHQAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAHQAAAAAAewAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAHQAAAAADHQAAAAABHQAAAAACewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAHgAAAAADHQAAAAABHQAAAAACewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAYAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAYAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAYAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAYAAAAAAAYAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAYAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAIQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAWwAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAYgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAYgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAYgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAYgAAAAAAYgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAYgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,-1: ind: -1,-1 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAHQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAYAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAYAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAYAAAAAAAWQAAAAAAYAAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAYAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAHQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAYgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAYgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAYgAAAAAAWwAAAAAAYgAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAYgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAA version: 6 -1,1: ind: -1,1 - tiles: HgAAAAACHgAAAAAAHQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAHgAAAAABHQAAAAAAHQAAAAADeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAHQAAAAACHQAAAAADHQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAJgAAAAADJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAeQAAAAAACAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAJgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAJgAAAAADJgAAAAADJgAAAAAAJgAAAAAAJgAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAADJgAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAAAJgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAJgAAAAABJgAAAAAAJgAAAAACJgAAAAAAJgAAAAADeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAAAYwAAAAACYwAAAAACYwAAAAAAZAAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAABJgAAAAABJgAAAAADeQAAAAAAJgAAAAABJgAAAAABJgAAAAABeQAAAAAAYwAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAABdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAJgAAAAAAeQAAAAAAJgAAAAAAIgAAAAAAJgAAAAAAJgAAAAAAWQAAAAABWQAAAAABXgAAAAADXgAAAAAAXgAAAAABdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAJgAAAAABIgAAAAADJgAAAAAAeQAAAAAAYwAAAAADWQAAAAACXgAAAAACXgAAAAACXgAAAAAB + tiles: HgAAAAACHgAAAAAAHQAAAAABewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAHgAAAAABHQAAAAAAHQAAAAADewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAHQAAAAACHQAAAAADHQAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAJgAAAAADJgAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAJgAAAAAAewAAAAAACAAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAJgAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAJgAAAAADJgAAAAADJgAAAAAAJgAAAAAAJgAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAWwAAAAABWwAAAAABWwAAAAAAWwAAAAADJgAAAAABewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAWwAAAAADWwAAAAADWwAAAAAAWwAAAAAAJgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAJgAAAAABJgAAAAAAJgAAAAACJgAAAAAAJgAAAAADewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAAAZQAAAAACZQAAAAACZQAAAAAAZgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAABJgAAAAABJgAAAAADewAAAAAAJgAAAAABJgAAAAABJgAAAAABewAAAAAAZQAAAAAAWwAAAAADWwAAAAAAWwAAAAAAWwAAAAABeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAJgAAAAAAewAAAAAAJgAAAAAAIgAAAAAAJgAAAAAAJgAAAAAAWwAAAAABWwAAAAABYAAAAAADYAAAAAAAYAAAAAABeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAJgAAAAABIgAAAAADJgAAAAAAewAAAAAAZQAAAAADWwAAAAACYAAAAAACYAAAAAACYAAAAAAB version: 6 0,1: ind: 0,1 - tiles: eQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAZAAAAAABZAAAAAADeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAdgAAAAADdgAAAAACdgAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACYwAAAAABeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAdgAAAAACdgAAAAABdgAAAAACdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAWQAAAAAAZAAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAdgAAAAADdgAAAAACdgAAAAABdgAAAAACeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAZAAAAAACeQAAAAAAPgAAAAAAPgAAAAAAdgAAAAACdgAAAAACdgAAAAADdgAAAAAAdgAAAAAAeQAAAAAAaAAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAA + tiles: ewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAJgAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAawAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAawAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAawAAAAAAewAAAAAAawAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAawAAAAAAewAAAAAAZgAAAAABZgAAAAADewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAeAAAAAADeAAAAAACeAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACZQAAAAABewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeAAAAAACeAAAAAABeAAAAAACeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAWwAAAAAAZgAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeAAAAAADeAAAAAACeAAAAAABeAAAAAACewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAZgAAAAACewAAAAAAPgAAAAAAPgAAAAAAeAAAAAACeAAAAAACeAAAAAADeAAAAAAAeAAAAAAAewAAAAAAagAAAAAAawAAAAAAewAAAAAAewAAAAAAagAAAAAA version: 6 -2,0: ind: -2,0 - tiles: HgAAAAADHgAAAAACHgAAAAABHgAAAAABHgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAHgAAAAACHgAAAAABHgAAAAAAHgAAAAACHgAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAACWQAAAAAAWQAAAAABWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYwAAAAABWQAAAAAAYwAAAAAAYwAAAAAAYwAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYwAAAAAAWQAAAAAAYwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYwAAAAABWQAAAAADYwAAAAACYwAAAAABZAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAADWQAAAAABYwAAAAAAZAAAAAABeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAADWQAAAAADYwAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAADWQAAAAAAYwAAAAABeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAYwAAAAADYwAAAAAAYwAAAAACYwAAAAADeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIQAAAAAAIQAAAAABeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIQAAAAACHQAAAAADHQAAAAAAIQAAAAAAIQAAAAAAIQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAACJgAAAAACJgAAAAAAJgAAAAABJgAAAAACWQAAAAABeQAAAAAAIQAAAAADIQAAAAABHQAAAAAAHQAAAAACHQAAAAAAIQAAAAADeQAAAAAAHQAAAAAAHQAAAAABJgAAAAACJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAIQAAAAADIQAAAAAAIQAAAAABIQAAAAAAeQAAAAAAHQAAAAABHQAAAAAC + tiles: HgAAAAADHgAAAAACHgAAAAABHgAAAAABHgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAHgAAAAACHgAAAAABHgAAAAAAHgAAAAACHgAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAADWwAAAAACWwAAAAAAWwAAAAABWwAAAAABewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZQAAAAABWwAAAAAAZQAAAAAAZQAAAAAAZQAAAAABewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZQAAAAAAWwAAAAAAZQAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZQAAAAABWwAAAAADZQAAAAACZQAAAAABZgAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAWwAAAAADWwAAAAABZQAAAAAAZgAAAAABewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAWwAAAAADWwAAAAADWwAAAAADZQAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAWwAAAAADWwAAAAADWwAAAAAAZQAAAAABewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAZQAAAAADZQAAAAAAZQAAAAACZQAAAAADewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIQAAAAAAIQAAAAABewAAAAAAagAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIQAAAAACHQAAAAADHQAAAAAAIQAAAAAAIQAAAAAAIQAAAAABewAAAAAAewAAAAAAewAAAAAAJgAAAAACJgAAAAACJgAAAAAAJgAAAAABJgAAAAACWwAAAAABewAAAAAAIQAAAAADIQAAAAABHQAAAAAAHQAAAAACHQAAAAAAIQAAAAADewAAAAAAHQAAAAAAHQAAAAABJgAAAAACJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAADWwAAAAABewAAAAAAewAAAAAAewAAAAAAIQAAAAADIQAAAAAAIQAAAAABIQAAAAAAewAAAAAAHQAAAAABHQAAAAAC version: 6 -2,1: ind: -2,1 - tiles: JgAAAAABJgAAAAADJgAAAAABJgAAAAAAJgAAAAAAWQAAAAACHQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHgAAAAACJgAAAAACJgAAAAADJgAAAAADJgAAAAABJgAAAAACWQAAAAADeQAAAAAAaAAAAAAAHQAAAAAAeQAAAAAAJgAAAAABJgAAAAADJgAAAAAAeQAAAAAAHQAAAAADHQAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAACWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAHQAAAAABJgAAAAAAJgAAAAADWQAAAAACJgAAAAABeQAAAAAAHQAAAAACHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAWQAAAAABJgAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAACJgAAAAABJgAAAAACJgAAAAACJgAAAAADJgAAAAABJgAAAAADJgAAAAABJgAAAAABWQAAAAACJgAAAAAAJgAAAAADJgAAAAAAJgAAAAAAWQAAAAABWQAAAAADWQAAAAACWQAAAAADWQAAAAADWQAAAAACWQAAAAABWQAAAAACWQAAAAACWQAAAAABWQAAAAABWQAAAAABWQAAAAABWQAAAAAAWQAAAAACWQAAAAABJgAAAAABJgAAAAADJgAAAAABJgAAAAADJgAAAAAAJgAAAAABJgAAAAABJgAAAAADJgAAAAABWQAAAAADJgAAAAACJgAAAAABJgAAAAACJgAAAAACJgAAAAABJgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAWQAAAAABJgAAAAACeQAAAAAAeQAAAAAAJgAAAAACeQAAAAAAJgAAAAABIQAAAAABIQAAAAACIQAAAAADIQAAAAACIQAAAAAAIQAAAAAAIQAAAAADeQAAAAAAJgAAAAAAWQAAAAAAJgAAAAAAeQAAAAAAJgAAAAADJgAAAAACJgAAAAACJgAAAAAAJgAAAAABJgAAAAADJgAAAAAAJgAAAAAAJgAAAAADJgAAAAADIQAAAAACeQAAAAAAJgAAAAAAWQAAAAAAJgAAAAACeQAAAAAAJgAAAAAAWQAAAAAAWQAAAAABWQAAAAABJgAAAAADJgAAAAADJgAAAAABJgAAAAAAJgAAAAADJgAAAAAAIQAAAAACJgAAAAAAJgAAAAADWQAAAAACJgAAAAACeQAAAAAAJgAAAAABWQAAAAACWQAAAAACWQAAAAAAIQAAAAABIQAAAAAAIQAAAAAAIQAAAAACIQAAAAABIQAAAAABIQAAAAADeQAAAAAAJgAAAAACWQAAAAAAJgAAAAABeQAAAAAAJgAAAAACJgAAAAAAJgAAAAAAJgAAAAADIQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAJgAAAAACWQAAAAADJgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAABYwAAAAAAYwAAAAAAeQAAAAAAJgAAAAABJgAAAAADJgAAAAABJgAAAAACJgAAAAAAWQAAAAABJgAAAAAAeQAAAAAAdwAAAAAAJgAAAAACJgAAAAAAJgAAAAADWQAAAAADWQAAAAACYwAAAAACJgAAAAAAJgAAAAADWQAAAAACWQAAAAABWQAAAAABWQAAAAAAWQAAAAADJgAAAAACeQAAAAAAeQAAAAAAJgAAAAAAdgAAAAAAdgAAAAAAYwAAAAAAYwAAAAAAYwAAAAACeQAAAAAAJgAAAAADJgAAAAAAJgAAAAADJgAAAAAAJgAAAAAAWQAAAAACJgAAAAACJgAAAAADJgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAA + tiles: JgAAAAABJgAAAAADJgAAAAABJgAAAAAAJgAAAAAAWwAAAAACHQAAAAAAHQAAAAACewAAAAAAewAAAAAAewAAAAAAJgAAAAAAewAAAAAAewAAAAAAHQAAAAABHgAAAAACJgAAAAACJgAAAAADJgAAAAADJgAAAAABJgAAAAACWwAAAAADewAAAAAAagAAAAAAHQAAAAAAewAAAAAAJgAAAAABJgAAAAADJgAAAAAAewAAAAAAHQAAAAADHQAAAAAAWwAAAAABWwAAAAABWwAAAAAAWwAAAAACWwAAAAADWwAAAAACewAAAAAAewAAAAAAHQAAAAABJgAAAAAAJgAAAAADWwAAAAACJgAAAAABewAAAAAAHQAAAAACHQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAWwAAAAABJgAAAAAAewAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAACJgAAAAABJgAAAAACJgAAAAACJgAAAAADJgAAAAABJgAAAAADJgAAAAABJgAAAAABWwAAAAACJgAAAAAAJgAAAAADJgAAAAAAJgAAAAAAWwAAAAABWwAAAAADWwAAAAACWwAAAAADWwAAAAADWwAAAAACWwAAAAABWwAAAAACWwAAAAACWwAAAAABWwAAAAABWwAAAAABWwAAAAABWwAAAAAAWwAAAAACWwAAAAABJgAAAAABJgAAAAADJgAAAAABJgAAAAADJgAAAAAAJgAAAAABJgAAAAABJgAAAAADJgAAAAABWwAAAAADJgAAAAACJgAAAAABJgAAAAACJgAAAAACJgAAAAABJgAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAWwAAAAABJgAAAAACewAAAAAAewAAAAAAJgAAAAACewAAAAAAJgAAAAABIQAAAAABIQAAAAACIQAAAAADIQAAAAACIQAAAAAAIQAAAAAAIQAAAAADewAAAAAAJgAAAAAAWwAAAAAAJgAAAAAAewAAAAAAJgAAAAADJgAAAAACJgAAAAACJgAAAAAAJgAAAAABJgAAAAADJgAAAAAAJgAAAAAAJgAAAAADJgAAAAADIQAAAAACewAAAAAAJgAAAAAAWwAAAAAAJgAAAAACewAAAAAAJgAAAAAAWwAAAAAAWwAAAAABWwAAAAABJgAAAAADJgAAAAADJgAAAAABJgAAAAAAJgAAAAADJgAAAAAAIQAAAAACJgAAAAAAJgAAAAADWwAAAAACJgAAAAACewAAAAAAJgAAAAABWwAAAAACWwAAAAACWwAAAAAAIQAAAAABIQAAAAAAIQAAAAAAIQAAAAACIQAAAAABIQAAAAABIQAAAAADewAAAAAAJgAAAAACWwAAAAAAJgAAAAABewAAAAAAJgAAAAACJgAAAAAAJgAAAAAAJgAAAAADIQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAewAAAAAAewAAAAAAJgAAAAACWwAAAAADJgAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAABZQAAAAAAZQAAAAAAewAAAAAAJgAAAAABJgAAAAADJgAAAAABJgAAAAACJgAAAAAAWwAAAAABJgAAAAAAewAAAAAAeQAAAAAAJgAAAAACJgAAAAAAJgAAAAADWwAAAAADWwAAAAACZQAAAAACJgAAAAAAJgAAAAADWwAAAAACWwAAAAABWwAAAAABWwAAAAAAWwAAAAADJgAAAAACewAAAAAAewAAAAAAJgAAAAAAeAAAAAAAeAAAAAAAZQAAAAAAZQAAAAAAZQAAAAACewAAAAAAJgAAAAADJgAAAAAAJgAAAAADJgAAAAAAJgAAAAAAWwAAAAACJgAAAAACJgAAAAADJgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAA version: 6 -2,2: ind: -2,2 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAWQAAAAADJgAAAAABJgAAAAACJgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAIQAAAAADIQAAAAACIQAAAAABIQAAAAADIQAAAAABIQAAAAACIQAAAAABeQAAAAAAJgAAAAACWQAAAAAAJgAAAAADeQAAAAAAeQAAAAAAJgAAAAADdgAAAAAAdgAAAAAAJgAAAAABJgAAAAABJgAAAAADJgAAAAABJgAAAAADJgAAAAAAIQAAAAAAJgAAAAAAJgAAAAAAWQAAAAADJgAAAAAAeQAAAAAAdwAAAAAAJgAAAAADJgAAAAADJgAAAAABJgAAAAAAJgAAAAAAJgAAAAABJgAAAAABJgAAAAACJgAAAAABIQAAAAACeQAAAAAAJgAAAAABJgAAAAADJgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIQAAAAABIQAAAAACIQAAAAABIQAAAAADIQAAAAAAIQAAAAAAIQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAACYwAAAAAAYwAAAAADeQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdwAAAAAAeQAAAAAAJgAAAAABJgAAAAACJgAAAAACJgAAAAAAJgAAAAADJgAAAAAAYwAAAAAALQAAAAABYwAAAAADeQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdwAAAAAAeQAAAAAAJgAAAAABJgAAAAACJgAAAAAAJgAAAAADJgAAAAACeQAAAAAAYwAAAAABWQAAAAADYwAAAAABeQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAACJgAAAAADJgAAAAACeQAAAAAAYwAAAAACLQAAAAAAYwAAAAABeQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAdgAAAAAAdwAAAAAAeQAAAAAAeQAAAAAAIgAAAAADIgAAAAACIgAAAAADeQAAAAAAYwAAAAADWQAAAAADYwAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAIgAAAAACIgAAAAACIgAAAAACeQAAAAAAYwAAAAADLQAAAAADWQAAAAABYwAAAAAAYwAAAAAAYwAAAAACYwAAAAADYwAAAAACdgAAAAAAWQAAAAACYwAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAACLQAAAAABLQAAAAACWQAAAAAALQAAAAABWQAAAAABLQAAAAABWQAAAAADWQAAAAADLQAAAAACWQAAAAAAYwAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAADLQAAAAABWQAAAAADYwAAAAAAYwAAAAABYwAAAAACYwAAAAAAYwAAAAABYwAAAAABWQAAAAADWQAAAAACLQAAAAABYwAAAAAAYwAAAAAAYwAAAAADYwAAAAABWQAAAAADWQAAAAAAYwAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAABWQAAAAACWQAAAAADWQAAAAADWQAAAAACWQAAAAACYwAAAAAAeQAAAAAAYwAAAAAAYwAAAAAAYwAAAAAAeQAAAAAAYwAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAACWQAAAAABWQAAAAABWQAAAAABWQAAAAABWQAAAAADYwAAAAADeQAAAAAAYwAAAAAATAAAAAAATAAAAAAA + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAewAAAAAAewAAAAAAJgAAAAAAWwAAAAADJgAAAAABJgAAAAACJgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAIQAAAAADIQAAAAACIQAAAAABIQAAAAADIQAAAAABIQAAAAACIQAAAAABewAAAAAAJgAAAAACWwAAAAAAJgAAAAADewAAAAAAewAAAAAAJgAAAAADeAAAAAAAeAAAAAAAJgAAAAABJgAAAAABJgAAAAADJgAAAAABJgAAAAADJgAAAAAAIQAAAAAAJgAAAAAAJgAAAAAAWwAAAAADJgAAAAAAewAAAAAAeQAAAAAAJgAAAAADJgAAAAADJgAAAAABJgAAAAAAJgAAAAAAJgAAAAABJgAAAAABJgAAAAACJgAAAAABIQAAAAACewAAAAAAJgAAAAABJgAAAAADJgAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIQAAAAABIQAAAAACIQAAAAABIQAAAAADIQAAAAAAIQAAAAAAIQAAAAAAewAAAAAAewAAAAAAJgAAAAAAewAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAACZQAAAAAAZQAAAAADewAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAeQAAAAAAewAAAAAAJgAAAAABJgAAAAACJgAAAAACJgAAAAAAJgAAAAADJgAAAAAAZQAAAAAALQAAAAABZQAAAAADewAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAeQAAAAAAewAAAAAAJgAAAAABJgAAAAACJgAAAAAAJgAAAAADJgAAAAACewAAAAAAZQAAAAABWwAAAAADZQAAAAABewAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAeQAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAACJgAAAAADJgAAAAACewAAAAAAZQAAAAACLQAAAAAAZQAAAAABewAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAeAAAAAAAeQAAAAAAewAAAAAAewAAAAAAIgAAAAADIgAAAAACIgAAAAADewAAAAAAZQAAAAADWwAAAAADZQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAIgAAAAACIgAAAAACIgAAAAACewAAAAAAZQAAAAADLQAAAAADWwAAAAABZQAAAAAAZQAAAAAAZQAAAAACZQAAAAADZQAAAAACeAAAAAAAWwAAAAACZQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAACLQAAAAABLQAAAAACWwAAAAAALQAAAAABWwAAAAABLQAAAAABWwAAAAADWwAAAAADLQAAAAACWwAAAAAAZQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAADLQAAAAABWwAAAAADZQAAAAAAZQAAAAABZQAAAAACZQAAAAAAZQAAAAABZQAAAAABWwAAAAADWwAAAAACLQAAAAABZQAAAAAAZQAAAAAAZQAAAAADZQAAAAABWwAAAAADWwAAAAAAZQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAABWwAAAAABWwAAAAACWwAAAAADWwAAAAADWwAAAAACWwAAAAACZQAAAAAAewAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAewAAAAAAZQAAAAAAWwAAAAAAWwAAAAAAWwAAAAACWwAAAAACWwAAAAABWwAAAAABWwAAAAABWwAAAAABWwAAAAADZQAAAAADewAAAAAAZQAAAAAATAAAAAAATAAAAAAA version: 6 -1,2: ind: -1,2 - tiles: dgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAJgAAAAABIgAAAAABJgAAAAACJgAAAAABYwAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAADdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAJgAAAAAAeQAAAAAAJgAAAAACIgAAAAAAJgAAAAACJgAAAAABYwAAAAACYwAAAAACYwAAAAAAYwAAAAADZAAAAAABJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAACJgAAAAAAJgAAAAADeQAAAAAAJgAAAAAAJgAAAAACJgAAAAADJgAAAAABZAAAAAAAZAAAAAACZAAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAADJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAYwAAAAAAeQAAAAAAeQAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAYwAAAAACeQAAAAAAeQAAAAAAeQAAAAAANAAAAAAANAAAAAAAMwAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAACeQAAAAAAeQAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAADJgAAAAAAJgAAAAADJgAAAAACeQAAAAAAYwAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAJgAAAAABJgAAAAAAJgAAAAABJgAAAAABJgAAAAAAeQAAAAAAYwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAADJgAAAAACJgAAAAADJgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAJgAAAAABJgAAAAAAJgAAAAACeQAAAAAAYwAAAAADYwAAAAAAYwAAAAABJgAAAAAAIQAAAAADIQAAAAAAIQAAAAABIQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAABJgAAAAACJgAAAAACJgAAAAABeQAAAAAAYwAAAAAALQAAAAAAYwAAAAABJgAAAAAAIQAAAAABIgAAAAACIgAAAAACIQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAABJgAAAAABJgAAAAACJgAAAAACJgAAAAACYwAAAAAAYwAAAAAAYwAAAAACJgAAAAAAIQAAAAADIgAAAAAAIgAAAAABIQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAJgAAAAACJgAAAAADJgAAAAACeQAAAAAAYwAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAIQAAAAADIQAAAAADIQAAAAABIQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAJgAAAAABJgAAAAAAJgAAAAACeQAAAAAAYwAAAAAAYwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAABYwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAJgAAAAACJgAAAAACJgAAAAADJgAAAAADYwAAAAAB + tiles: eAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAJgAAAAABIgAAAAABJgAAAAACJgAAAAABZQAAAAAAWwAAAAABWwAAAAAAWwAAAAAAWwAAAAADeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAJgAAAAAAewAAAAAAJgAAAAACIgAAAAAAJgAAAAACJgAAAAABZQAAAAACZQAAAAACZQAAAAAAZQAAAAADZgAAAAABJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAACJgAAAAAAJgAAAAADewAAAAAAJgAAAAAAJgAAAAACJgAAAAADJgAAAAABZgAAAAAAZgAAAAACZgAAAAAAewAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAADJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAZQAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAJgAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAJgAAAAAAZQAAAAACewAAAAAAewAAAAAAewAAAAAANAAAAAAANAAAAAAAMwAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAACewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAADJgAAAAAAJgAAAAADJgAAAAACewAAAAAAZQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAewAAAAAAewAAAAAAJgAAAAABJgAAAAAAJgAAAAABJgAAAAABJgAAAAAAewAAAAAAZQAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAADJgAAAAACJgAAAAADJgAAAAADewAAAAAAewAAAAAAewAAAAAAJgAAAAAAJgAAAAABJgAAAAAAJgAAAAACewAAAAAAZQAAAAADZQAAAAAAZQAAAAABJgAAAAAAIQAAAAADIQAAAAAAIQAAAAABIQAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAABJgAAAAACJgAAAAACJgAAAAABewAAAAAAZQAAAAAALQAAAAAAZQAAAAABJgAAAAAAIQAAAAABIgAAAAACIgAAAAACIQAAAAADewAAAAAAewAAAAAAewAAAAAAJgAAAAABJgAAAAABJgAAAAACJgAAAAACJgAAAAACZQAAAAAAZQAAAAAAZQAAAAACJgAAAAAAIQAAAAADIgAAAAAAIgAAAAABIQAAAAADewAAAAAAewAAAAAAewAAAAAAJgAAAAAAJgAAAAACJgAAAAADJgAAAAACewAAAAAAZQAAAAAAJgAAAAAAewAAAAAAewAAAAAAIQAAAAADIQAAAAADIQAAAAABIQAAAAABewAAAAAAewAAAAAAewAAAAAAJgAAAAAAJgAAAAABJgAAAAAAJgAAAAACewAAAAAAZQAAAAAAZQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAABZQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAJgAAAAACJgAAAAACJgAAAAADJgAAAAADZQAAAAAB version: 6 -3,1: ind: -3,1 - tiles: eQAAAAAAeQAAAAAAIQAAAAABJgAAAAABJgAAAAABJgAAAAABJgAAAAADJgAAAAACJgAAAAACJgAAAAACJgAAAAAAIQAAAAABeQAAAAAAWQAAAAADJgAAAAABJgAAAAADeQAAAAAAeQAAAAAAIQAAAAABJgAAAAAAJgAAAAAAJgAAAAADJgAAAAACJgAAAAACJgAAAAAAJgAAAAADJgAAAAABIQAAAAADeQAAAAAAWQAAAAABJgAAAAAAJgAAAAAAYwAAAAADeQAAAAAAIQAAAAAAIQAAAAADIQAAAAAAIQAAAAACIQAAAAABIQAAAAACIQAAAAABIQAAAAACIQAAAAAAIQAAAAABeQAAAAAAWQAAAAACWQAAAAAAWQAAAAABYwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADYwAAAAACeQAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAdgAAAAABdgAAAAAAdgAAAAACdgAAAAABdgAAAAAAdgAAAAABeQAAAAAAJgAAAAABJgAAAAAAJgAAAAABWQAAAAAAYwAAAAACeQAAAAAAaAAAAAAAeQAAAAAAJgAAAAAAdgAAAAACdgAAAAAAdgAAAAABdgAAAAADdgAAAAAAdgAAAAADJgAAAAAAJgAAAAABWQAAAAACWQAAAAADLQAAAAABYwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdwAAAAAAdwAAAAADdwAAAAAAdgAAAAADdgAAAAACdgAAAAAAeQAAAAAAJgAAAAADJgAAAAAAJgAAAAADWQAAAAAAWQAAAAABYwAAAAABeQAAAAAAeQAAAAAAeQAAAAAAdwAAAAAAdwAAAAAAdwAAAAACdgAAAAAAdgAAAAADdgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADLQAAAAAAYwAAAAABeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAACdgAAAAACdgAAAAADdgAAAAACdgAAAAAAdgAAAAAAeQAAAAAAIQAAAAAAIQAAAAADIQAAAAAAYwAAAAACWQAAAAACWQAAAAACYwAAAAAAeQAAAAAAeQAAAAAAdwAAAAADdwAAAAAAdwAAAAAAdwAAAAAAdgAAAAABdgAAAAACJgAAAAAAIQAAAAADJgAAAAADJgAAAAACYwAAAAABWQAAAAACLQAAAAADYwAAAAABeQAAAAAAeQAAAAAAdwAAAAADdwAAAAABdwAAAAADdwAAAAAAdgAAAAACdgAAAAACeQAAAAAAIQAAAAACJgAAAAACJgAAAAACeQAAAAAAWQAAAAACWQAAAAAAYwAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIQAAAAABIQAAAAABIQAAAAADYwAAAAADYwAAAAACWQAAAAADYwAAAAAAYwAAAAACYwAAAAABYwAAAAACYwAAAAAAYwAAAAAAYwAAAAADYwAAAAADYwAAAAACeQAAAAAAeQAAAAAAeQAAAAAAIQAAAAAAWQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAACWQAAAAABWQAAAAAAWQAAAAADYwAAAAADYwAAAAACYwAAAAACYwAAAAABYwAAAAABWQAAAAACWQAAAAACSgAAAAAASgAAAAAAWQAAAAADWQAAAAACWQAAAAADSgAAAAAASgAAAAAAWQAAAAACWQAAAAADWQAAAAADWQAAAAAAWQAAAAABWQAAAAACWQAAAAAAWQAAAAABWQAAAAACSgAAAAAASgAAAAAAWQAAAAAAWQAAAAAAWQAAAAADSgAAAAAASgAAAAAAWQAAAAABWQAAAAAAYwAAAAADYwAAAAAAYwAAAAABYwAAAAAAYwAAAAAB + tiles: ewAAAAAAewAAAAAAIQAAAAABJgAAAAABJgAAAAABJgAAAAABJgAAAAADJgAAAAACJgAAAAACJgAAAAACJgAAAAAAIQAAAAABewAAAAAAWwAAAAADJgAAAAABJgAAAAADewAAAAAAewAAAAAAIQAAAAABJgAAAAAAJgAAAAAAJgAAAAADJgAAAAACJgAAAAACJgAAAAAAJgAAAAADJgAAAAABIQAAAAADewAAAAAAWwAAAAABJgAAAAAAJgAAAAAAZQAAAAADewAAAAAAIQAAAAAAIQAAAAADIQAAAAAAIQAAAAACIQAAAAABIQAAAAACIQAAAAABIQAAAAACIQAAAAAAIQAAAAABewAAAAAAWwAAAAACWwAAAAAAWwAAAAABZQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADZQAAAAACewAAAAAAawAAAAAAagAAAAAAewAAAAAAeAAAAAABeAAAAAAAeAAAAAACeAAAAAABeAAAAAAAeAAAAAABewAAAAAAJgAAAAABJgAAAAAAJgAAAAABWwAAAAAAZQAAAAACewAAAAAAagAAAAAAewAAAAAAJgAAAAAAeAAAAAACeAAAAAAAeAAAAAABeAAAAAADeAAAAAAAeAAAAAADJgAAAAAAJgAAAAABWwAAAAACWwAAAAADLQAAAAABZQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeQAAAAAAeQAAAAADeQAAAAAAeAAAAAADeAAAAAACeAAAAAAAewAAAAAAJgAAAAADJgAAAAAAJgAAAAADWwAAAAAAWwAAAAABZQAAAAABewAAAAAAewAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAACeAAAAAAAeAAAAAADeAAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADLQAAAAAAZQAAAAABewAAAAAAewAAAAAAewAAAAAAeAAAAAACeAAAAAACeAAAAAADeAAAAAACeAAAAAAAeAAAAAAAewAAAAAAIQAAAAAAIQAAAAADIQAAAAAAZQAAAAACWwAAAAACWwAAAAACZQAAAAAAewAAAAAAewAAAAAAeQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAABeAAAAAACJgAAAAAAIQAAAAADJgAAAAADJgAAAAACZQAAAAABWwAAAAACLQAAAAADZQAAAAABewAAAAAAewAAAAAAeQAAAAADeQAAAAABeQAAAAADeQAAAAAAeAAAAAACeAAAAAACewAAAAAAIQAAAAACJgAAAAACJgAAAAACewAAAAAAWwAAAAACWwAAAAAAZQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIQAAAAABIQAAAAABIQAAAAADZQAAAAADZQAAAAACWwAAAAADZQAAAAAAZQAAAAACZQAAAAABZQAAAAACZQAAAAAAZQAAAAAAZQAAAAADZQAAAAADZQAAAAACewAAAAAAewAAAAAAewAAAAAAIQAAAAAAWwAAAAAAWwAAAAACWwAAAAADWwAAAAAAWwAAAAAAWwAAAAABWwAAAAADWwAAAAACWwAAAAABWwAAAAAAWwAAAAADZQAAAAADZQAAAAACZQAAAAACZQAAAAABZQAAAAABWwAAAAACWwAAAAACSgAAAAAASgAAAAAAWwAAAAADWwAAAAACWwAAAAADSgAAAAAASgAAAAAAWwAAAAACWwAAAAADWwAAAAADWwAAAAAAWwAAAAABWwAAAAACWwAAAAAAWwAAAAABWwAAAAACSgAAAAAASgAAAAAAWwAAAAAAWwAAAAAAWwAAAAADSgAAAAAASgAAAAAAWwAAAAABWwAAAAAAZQAAAAADZQAAAAAAZQAAAAABZQAAAAAAZQAAAAAB version: 6 -3,0: ind: -3,0 - tiles: WQAAAAAAJgAAAAABJgAAAAABJgAAAAADWQAAAAADWQAAAAADJgAAAAADJgAAAAABJgAAAAAAWQAAAAAAWQAAAAADJgAAAAADJgAAAAAAJgAAAAAAWQAAAAADHgAAAAADYwAAAAADYwAAAAACJgAAAAAAYwAAAAABYwAAAAACYwAAAAACYwAAAAACJgAAAAAAYwAAAAABYwAAAAABYwAAAAAAYwAAAAABJgAAAAADWQAAAAACWQAAAAACHgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAACWQAAAAADWQAAAAADWQAAAAABWQAAAAADWQAAAAABWQAAAAADWQAAAAACWQAAAAAAWQAAAAACWQAAAAAAWQAAAAADWQAAAAADWQAAAAACWQAAAAADeQAAAAAAYwAAAAABYwAAAAABYwAAAAABYwAAAAACYwAAAAAAJgAAAAABJgAAAAADJgAAAAAAJgAAAAACJgAAAAADJgAAAAADJgAAAAADJgAAAAACJgAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAADJgAAAAACJgAAAAACJgAAAAADJgAAAAAAJgAAAAADJgAAAAACJgAAAAAAJgAAAAADWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAABYwAAAAAAJgAAAAABJgAAAAADJgAAAAAAJgAAAAACJgAAAAAAJgAAAAABeQAAAAAAeQAAAAAAJgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAYwAAAAADWQAAAAACJgAAAAAAJgAAAAADJgAAAAAAJgAAAAADJgAAAAADJgAAAAABJgAAAAADJgAAAAAAJgAAAAACJgAAAAACeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAYwAAAAACWQAAAAAAWQAAAAADWQAAAAABWQAAAAADWQAAAAAAWQAAAAABWQAAAAAAJgAAAAACJgAAAAAAJgAAAAADJgAAAAADeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAYwAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAACYwAAAAACSgAAAAABeQAAAAAAIQAAAAABIQAAAAADIQAAAAACIQAAAAADIQAAAAACIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAASgAAAAADeQAAAAAAIQAAAAABJgAAAAAAJgAAAAABJgAAAAAAJgAAAAACJgAAAAADJgAAAAADJgAAAAABIQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAASgAAAAAAeQAAAAAAIQAAAAACJgAAAAACJgAAAAACIgAAAAADIgAAAAADIgAAAAABJgAAAAABJgAAAAABIQAAAAACeQAAAAAAeQAAAAAAaQAAAAAAaAAAAAAAaQAAAAAAZAAAAAABeQAAAAAAIQAAAAABJgAAAAACJgAAAAAAIgAAAAACIgAAAAABIgAAAAABJgAAAAAAJgAAAAACIQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZAAAAAADeQAAAAAAIQAAAAAAJgAAAAABJgAAAAABIgAAAAADIgAAAAACIgAAAAAAJgAAAAAAJgAAAAADIQAAAAACIQAAAAADeQAAAAAAWQAAAAADJgAAAAAAJgAAAAADZAAAAAAAeQAAAAAAIQAAAAAAJgAAAAADJgAAAAACIgAAAAABIgAAAAADIgAAAAADJgAAAAADJgAAAAABJgAAAAACIQAAAAACeQAAAAAAWQAAAAADJgAAAAADJgAAAAAD + tiles: WwAAAAAAJgAAAAABJgAAAAABJgAAAAADWwAAAAADWwAAAAADJgAAAAADJgAAAAABJgAAAAAAWwAAAAAAWwAAAAADJgAAAAADJgAAAAAAJgAAAAAAWwAAAAADHgAAAAADZQAAAAADZQAAAAACJgAAAAAAZQAAAAABZQAAAAACZQAAAAACZQAAAAACJgAAAAAAZQAAAAABZQAAAAABZQAAAAAAZQAAAAABJgAAAAADWwAAAAACWwAAAAACHgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAACWwAAAAADWwAAAAADWwAAAAABWwAAAAADWwAAAAABWwAAAAADWwAAAAACWwAAAAAAWwAAAAACWwAAAAAAWwAAAAADWwAAAAADWwAAAAACWwAAAAADewAAAAAAZQAAAAABZQAAAAABZQAAAAABZQAAAAACZQAAAAAAJgAAAAABJgAAAAADJgAAAAAAJgAAAAACJgAAAAADJgAAAAADJgAAAAADJgAAAAACJgAAAAAAWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAADJgAAAAACJgAAAAACJgAAAAADJgAAAAAAJgAAAAADJgAAAAACJgAAAAAAJgAAAAADWwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAABZQAAAAAAJgAAAAABJgAAAAADJgAAAAAAJgAAAAACJgAAAAAAJgAAAAABewAAAAAAewAAAAAAJgAAAAACewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAZQAAAAADWwAAAAACJgAAAAAAJgAAAAADJgAAAAAAJgAAAAADJgAAAAADJgAAAAABJgAAAAADJgAAAAAAJgAAAAACJgAAAAACewAAAAAAewAAAAAAawAAAAAAewAAAAAAZQAAAAACWwAAAAAAWwAAAAADWwAAAAABWwAAAAADWwAAAAAAWwAAAAABWwAAAAAAJgAAAAACJgAAAAAAJgAAAAADJgAAAAADewAAAAAAagAAAAAAewAAAAAAewAAAAAAZQAAAAAAWwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAACZQAAAAACSgAAAAABewAAAAAAIQAAAAABIQAAAAADIQAAAAACIQAAAAADIQAAAAACIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAASgAAAAADewAAAAAAIQAAAAABJgAAAAAAJgAAAAABJgAAAAAAJgAAAAACJgAAAAADJgAAAAADJgAAAAABIQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAASgAAAAAAewAAAAAAIQAAAAACJgAAAAACJgAAAAACIgAAAAADIgAAAAADIgAAAAABJgAAAAABJgAAAAABIQAAAAACewAAAAAAewAAAAAAawAAAAAAagAAAAAAawAAAAAAZgAAAAABewAAAAAAIQAAAAABJgAAAAACJgAAAAAAIgAAAAACIgAAAAABIgAAAAABJgAAAAAAJgAAAAACIQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZgAAAAADewAAAAAAIQAAAAAAJgAAAAABJgAAAAABIgAAAAADIgAAAAACIgAAAAAAJgAAAAAAJgAAAAADIQAAAAACIQAAAAADewAAAAAAWwAAAAADJgAAAAAAJgAAAAADZgAAAAAAewAAAAAAIQAAAAAAJgAAAAADJgAAAAACIgAAAAABIgAAAAADIgAAAAADJgAAAAADJgAAAAABJgAAAAACIQAAAAACewAAAAAAWwAAAAADJgAAAAADJgAAAAAD version: 6 -3,2: ind: -3,2 - tiles: WQAAAAAAWQAAAAADWQAAAAAAWQAAAAACWQAAAAAAWQAAAAADWQAAAAABWQAAAAAAWQAAAAADWQAAAAADWQAAAAACYwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAADYwAAAAACYwAAAAACYwAAAAADYwAAAAAAYwAAAAAAYwAAAAAAYwAAAAADYwAAAAADWQAAAAADYwAAAAACYwAAAAADeQAAAAAAIQAAAAADIQAAAAABIQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAAAWQAAAAAAYwAAAAAAeQAAAAAAeQAAAAAAIQAAAAACJgAAAAAAJgAAAAABIQAAAAADIQAAAAACIQAAAAACIQAAAAAAIQAAAAABeQAAAAAAeQAAAAAAYwAAAAAAYwAAAAACWQAAAAADYwAAAAACYwAAAAABeQAAAAAAIQAAAAACJgAAAAACJgAAAAACIAAAAAABIAAAAAABIAAAAAABIAAAAAAAIQAAAAACIgAAAAABeQAAAAAAYwAAAAADYwAAAAADWQAAAAACLQAAAAABYwAAAAACeQAAAAAAeQAAAAAAIQAAAAABIQAAAAACIQAAAAAAIQAAAAACIQAAAAAAIQAAAAABIQAAAAADIgAAAAABeQAAAAAAeQAAAAAAYwAAAAACWQAAAAADWQAAAAAAWQAAAAABYwAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAADWQAAAAABLQAAAAADWQAAAAACdwAAAAAAdwAAAAAAdwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAJgAAAAABJgAAAAAAJgAAAAACeQAAAAAAeQAAAAAAYwAAAAADWQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAJgAAAAADJgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAACdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAJgAAAAADeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAdwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAJgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAJgAAAAADJgAAAAABJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAJgAAAAACJgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAACJgAAAAAAJgAAAAACJgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: WwAAAAAAWwAAAAADWwAAAAAAWwAAAAACWwAAAAAAWwAAAAADWwAAAAABWwAAAAAAWwAAAAADWwAAAAADWwAAAAACZQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAADZQAAAAACZQAAAAACZQAAAAADZQAAAAAAZQAAAAAAZQAAAAAAZQAAAAADZQAAAAADWwAAAAADZQAAAAACZQAAAAADewAAAAAAIQAAAAADIQAAAAABIQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAAAWwAAAAAAZQAAAAAAewAAAAAAewAAAAAAIQAAAAACJgAAAAAAJgAAAAABIQAAAAADIQAAAAACIQAAAAACIQAAAAAAIQAAAAABewAAAAAAewAAAAAAZQAAAAAAZQAAAAACWwAAAAADZQAAAAACZQAAAAABewAAAAAAIQAAAAACJgAAAAACJgAAAAACIAAAAAABIAAAAAABIAAAAAABIAAAAAAAIQAAAAACIgAAAAABewAAAAAAZQAAAAADZQAAAAADWwAAAAACLQAAAAABZQAAAAACewAAAAAAewAAAAAAIQAAAAABIQAAAAACIQAAAAAAIQAAAAACIQAAAAAAIQAAAAABIQAAAAADIgAAAAABewAAAAAAewAAAAAAZQAAAAACWwAAAAADWwAAAAAAWwAAAAABZQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAADWwAAAAABLQAAAAADWwAAAAACeQAAAAAAeQAAAAAAeQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAJgAAAAABJgAAAAAAJgAAAAACewAAAAAAewAAAAAAZQAAAAADWwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAJgAAAAADJgAAAAABewAAAAAAewAAAAAAewAAAAAAZQAAAAACeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAJgAAAAADewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAJgAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAJgAAAAADJgAAAAABJgAAAAAAewAAAAAAewAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAJgAAAAACJgAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAACJgAAAAAAJgAAAAACJgAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAA version: 6 -2,3: ind: -2,3 - tiles: EgAAAAACEgAAAAAAWQAAAAAAWQAAAAADWQAAAAABWQAAAAAAWQAAAAABWQAAAAABWQAAAAADWQAAAAADWQAAAAAAWQAAAAABYwAAAAACWQAAAAAAYwAAAAAATAAAAAAAEgAAAAAAEgAAAAAAWQAAAAADZAAAAAAAZAAAAAADZAAAAAADWQAAAAAAWQAAAAACWQAAAAACWQAAAAADWQAAAAADLQAAAAACWQAAAAABLQAAAAAAWQAAAAAAYwAAAAABEgAAAAABEgAAAAADWQAAAAAAZAAAAAAAZAAAAAABZAAAAAAAWQAAAAACWQAAAAACWQAAAAADWQAAAAADYwAAAAAAYwAAAAAAYwAAAAABWQAAAAABWQAAAAAALQAAAAACEgAAAAACEgAAAAABWQAAAAAAZAAAAAACZAAAAAAAZAAAAAAAWQAAAAACWQAAAAAAWQAAAAACYwAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAYwAAAAACWQAAAAABWQAAAAADWQAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAACWQAAAAABWQAAAAACWQAAAAAAWQAAAAADYwAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAABWQAAAAADYwAAAAACYwAAAAABYwAAAAACYwAAAAABWQAAAAAAWQAAAAABWQAAAAACWQAAAAADYwAAAAACeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAYwAAAAADYwAAAAACeQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAYwAAAAAAWQAAAAADWQAAAAAAWQAAAAADYwAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACFAAAAAAAFAAAAAAAFAAAAAAAeQAAAAAAYwAAAAAAYwAAAAACYwAAAAABYwAAAAADeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAOgAAAAAAWQAAAAABFAAAAAAAFAAAAAAAFAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAOgAAAAAAWQAAAAADWQAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAeQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAZAAAAAAAWQAAAAAAZAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAeQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAOgAAAAAAOgAAAAAAWQAAAAAAZAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAOgAAAAAAOgAAAAAAWQAAAAABZAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAOgAAAAAAOgAAAAAAWQAAAAABZAAAAAAADwAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZAAAAAAAWQAAAAABZAAAAAAADwAAAAAADwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAOgAAAAAAWQAAAAADWQAAAAACDwAAAAAADwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAOgAAAAAAWQAAAAAD + tiles: EgAAAAACEgAAAAAAWwAAAAAAWwAAAAADWwAAAAABWwAAAAAAWwAAAAABWwAAAAABWwAAAAADWwAAAAADWwAAAAAAWwAAAAABZQAAAAACWwAAAAAAZQAAAAAATAAAAAAAEgAAAAAAEgAAAAAAWwAAAAADZgAAAAAAZgAAAAADZgAAAAADWwAAAAAAWwAAAAACWwAAAAACWwAAAAADWwAAAAADLQAAAAACWwAAAAABLQAAAAAAWwAAAAAAZQAAAAABEgAAAAABEgAAAAADWwAAAAAAZgAAAAAAZgAAAAABZgAAAAAAWwAAAAACWwAAAAACWwAAAAADWwAAAAADZQAAAAAAZQAAAAAAZQAAAAABWwAAAAABWwAAAAAALQAAAAACEgAAAAACEgAAAAABWwAAAAAAZgAAAAACZgAAAAAAZgAAAAAAWwAAAAACWwAAAAAAWwAAAAACZQAAAAAAewAAAAAAJgAAAAAAewAAAAAAZQAAAAACWwAAAAABWwAAAAADWwAAAAAAWwAAAAABWwAAAAABWwAAAAAAWwAAAAACWwAAAAABWwAAAAACWwAAAAAAWwAAAAADZQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAABWwAAAAADZQAAAAACZQAAAAABZQAAAAACZQAAAAABWwAAAAAAWwAAAAABWwAAAAACWwAAAAADZQAAAAACewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAZQAAAAADZQAAAAACewAAAAAAJgAAAAAAewAAAAAAewAAAAAAZQAAAAAAWwAAAAADWwAAAAAAWwAAAAADZQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACFAAAAAAAFAAAAAAAFAAAAAAAewAAAAAAZQAAAAAAZQAAAAACZQAAAAABZQAAAAADewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAOgAAAAAAWwAAAAABFAAAAAAAFAAAAAAAFAAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOgAAAAAAWwAAAAADWwAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAewAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAZgAAAAAAWwAAAAAAZgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAewAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAOgAAAAAAOgAAAAAAWwAAAAAAZgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAOgAAAAAAOgAAAAAAWwAAAAABZgAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAOgAAAAAAOgAAAAAAWwAAAAABZgAAAAAADwAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZgAAAAAAWwAAAAABZgAAAAAADwAAAAAADwAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAOgAAAAAAWwAAAAADWwAAAAACDwAAAAAADwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOgAAAAAAWwAAAAAD version: 6 -1,3: ind: -1,3 - tiles: YwAAAAAAeQAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAJgAAAAADJgAAAAAAYwAAAAADYwAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAJgAAAAABJgAAAAAAJgAAAAACJgAAAAABJgAAAAAAYwAAAAADWQAAAAACYwAAAAABYwAAAAABYwAAAAACYwAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAABJgAAAAAAJgAAAAABJgAAAAAAYwAAAAADWQAAAAABLQAAAAADWQAAAAADWQAAAAABWQAAAAAAYwAAAAABYwAAAAAAYwAAAAADYwAAAAADYwAAAAADeQAAAAAAJgAAAAABJgAAAAADJgAAAAACJgAAAAAAYwAAAAACWQAAAAACWQAAAAAAWQAAAAADLQAAAAABWQAAAAADLQAAAAACWQAAAAACLQAAAAABWQAAAAAAWQAAAAACYwAAAAABYwAAAAADYwAAAAACYwAAAAADYwAAAAACWQAAAAAAYwAAAAABYwAAAAABYwAAAAABYwAAAAABYwAAAAABYwAAAAABYwAAAAACYwAAAAABWQAAAAACLQAAAAAAWQAAAAACLQAAAAACWQAAAAACLQAAAAADWQAAAAACLQAAAAADeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAZAAAAAABZAAAAAAAeQAAAAAAYwAAAAAAYwAAAAABYwAAAAAAYwAAAAADYwAAAAACYwAAAAABYwAAAAABYwAAAAAAOgAAAAAAOgAAAAAAWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALQAAAAAALQAAAAABLQAAAAACeQAAAAAADgAAAAADOgAAAAAAOgAAAAAAWQAAAAACWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAABZAAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAADgAAAAADZAAAAAACZAAAAAACWQAAAAABWQAAAAADeQAAAAAAWQAAAAACWQAAAAABWQAAAAACWQAAAAADWQAAAAACJgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAADgAAAAAAWQAAAAABZAAAAAADWQAAAAACWQAAAAABeQAAAAAAZAAAAAAAWQAAAAABZAAAAAAAWQAAAAABWQAAAAABeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAADgAAAAAAWQAAAAADZAAAAAAAWQAAAAADWQAAAAABdQAAAAAAWQAAAAAAWQAAAAABZAAAAAABWQAAAAADWQAAAAABPAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAADgAAAAAAWQAAAAABZAAAAAADWQAAAAABWQAAAAACdQAAAAABWQAAAAACWQAAAAADWQAAAAADWQAAAAADWQAAAAADPAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAADgAAAAADZAAAAAADZAAAAAACWQAAAAACWQAAAAAAdQAAAAADWQAAAAADWQAAAAADZAAAAAABWQAAAAADWQAAAAACPAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAADgAAAAAAOgAAAAAAOgAAAAAAWQAAAAADWQAAAAADdQAAAAAAWQAAAAADWQAAAAAAZAAAAAABWQAAAAACWQAAAAAAPAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAdgAAAAADOgAAAAAAOgAAAAAAWQAAAAABWQAAAAACeQAAAAAAWQAAAAACWQAAAAADWQAAAAABWQAAAAAAWQAAAAABPAAAAAAAbAAAAAACdgAAAAABdgAAAAACdgAAAAABdgAAAAAA + tiles: ZQAAAAAAewAAAAAAawAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJgAAAAADJgAAAAAAZQAAAAADZQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAJgAAAAABJgAAAAAAJgAAAAACJgAAAAABJgAAAAAAZQAAAAADWwAAAAACZQAAAAABZQAAAAABZQAAAAACZQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAABJgAAAAAAJgAAAAABJgAAAAAAZQAAAAADWwAAAAABLQAAAAADWwAAAAADWwAAAAABWwAAAAAAZQAAAAABZQAAAAAAZQAAAAADZQAAAAADZQAAAAADewAAAAAAJgAAAAABJgAAAAADJgAAAAACJgAAAAAAZQAAAAACWwAAAAACWwAAAAAAWwAAAAADLQAAAAABWwAAAAADLQAAAAACWwAAAAACLQAAAAABWwAAAAAAWwAAAAACZQAAAAABZQAAAAADZQAAAAACZQAAAAADZQAAAAACWwAAAAAAZQAAAAABZQAAAAABZQAAAAABZQAAAAABZQAAAAABZQAAAAABZQAAAAACZQAAAAABWwAAAAACLQAAAAAAWwAAAAACLQAAAAACWwAAAAACLQAAAAADWwAAAAACLQAAAAADewAAAAAAewAAAAAAWwAAAAABewAAAAAAewAAAAAAZgAAAAABZgAAAAAAewAAAAAAZQAAAAAAZQAAAAABZQAAAAAAZQAAAAADZQAAAAACZQAAAAABZQAAAAABZQAAAAAAOgAAAAAAOgAAAAAAWwAAAAABWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAALQAAAAAALQAAAAABLQAAAAACewAAAAAADgAAAAADOgAAAAAAOgAAAAAAWwAAAAACWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAADWwAAAAABZgAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAADgAAAAADZgAAAAACZgAAAAACWwAAAAABWwAAAAADewAAAAAAWwAAAAACWwAAAAABWwAAAAACWwAAAAADWwAAAAACJgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAADgAAAAAAWwAAAAABZgAAAAADWwAAAAACWwAAAAABewAAAAAAZgAAAAAAWwAAAAABZgAAAAAAWwAAAAABWwAAAAABewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAADgAAAAAAWwAAAAADZgAAAAAAWwAAAAADWwAAAAABdwAAAAAAWwAAAAAAWwAAAAABZgAAAAABWwAAAAADWwAAAAABPAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAADgAAAAAAWwAAAAABZgAAAAADWwAAAAABWwAAAAACdwAAAAABWwAAAAACWwAAAAADWwAAAAADWwAAAAADWwAAAAADPAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAADgAAAAADZgAAAAADZgAAAAACWwAAAAACWwAAAAAAdwAAAAADWwAAAAADWwAAAAADZgAAAAABWwAAAAADWwAAAAACPAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAADgAAAAAAOgAAAAAAOgAAAAAAWwAAAAADWwAAAAADdwAAAAAAWwAAAAADWwAAAAAAZgAAAAABWwAAAAACWwAAAAAAPAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAeAAAAAADOgAAAAAAOgAAAAAAWwAAAAABWwAAAAACewAAAAAAWwAAAAACWwAAAAADWwAAAAABWwAAAAAAWwAAAAABPAAAAAAAbgAAAAACeAAAAAABeAAAAAACeAAAAAABeAAAAAAA version: 6 -2,-1: ind: -2,-1 - tiles: TQAAAAAATQAAAAAAYQAAAAACYQAAAAADYQAAAAADYQAAAAACYQAAAAADYQAAAAADYQAAAAACeQAAAAAAHQAAAAADHQAAAAADHQAAAAABHQAAAAAAeQAAAAAAeQAAAAAATQAAAAAAeQAAAAAAYQAAAAABYQAAAAABYQAAAAADYQAAAAAAYQAAAAADYQAAAAACYQAAAAABeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAIgAAAAAAHQAAAAACeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAHQAAAAAAHQAAAAACeQAAAAAAIQAAAAADIQAAAAACIQAAAAABIQAAAAACIQAAAAABeQAAAAAAIgAAAAAAHQAAAAADIgAAAAABeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAADJgAAAAADJgAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAHQAAAAACIwAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAIgAAAAACIgAAAAABIgAAAAAAIgAAAAACIgAAAAADeQAAAAAAIgAAAAACIwAAAAAAIgAAAAABeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAIgAAAAADIgAAAAADIgAAAAADIgAAAAADIgAAAAADeQAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAYAAAAAAAWQAAAAAAYAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAYwAAAAAAYwAAAAAAYwAAAAAAYwAAAAACYwAAAAABHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAYAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAYAAAAAAAYwAAAAAAYwAAAAAAYwAAAAAAWQAAAAACWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAACWQAAAAACWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAHgAAAAADHgAAAAADHgAAAAABHgAAAAADHgAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAHgAAAAADHgAAAAABHgAAAAACHgAAAAABHgAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAA + tiles: TQAAAAAATQAAAAAAYwAAAAACYwAAAAADYwAAAAADYwAAAAACYwAAAAADYwAAAAADYwAAAAACewAAAAAAHQAAAAADHQAAAAADHQAAAAABHQAAAAAAewAAAAAAewAAAAAATQAAAAAAewAAAAAAYwAAAAABYwAAAAABYwAAAAADYwAAAAAAYwAAAAADYwAAAAACYwAAAAABewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAHQAAAAAAIgAAAAAAHQAAAAACewAAAAAAagAAAAAAagAAAAAAagAAAAAAHQAAAAAAHQAAAAACewAAAAAAIQAAAAADIQAAAAACIQAAAAABIQAAAAACIQAAAAABewAAAAAAIgAAAAAAHQAAAAADIgAAAAABewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAADJgAAAAADJgAAAAAAJgAAAAAAJgAAAAAAewAAAAAAHQAAAAACIwAAAAAAHQAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAIgAAAAACIgAAAAABIgAAAAAAIgAAAAACIgAAAAADewAAAAAAIgAAAAACIwAAAAAAIgAAAAABewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAIgAAAAADIgAAAAADIgAAAAADIgAAAAADIgAAAAADewAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAABHQAAAAAAHQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAYgAAAAAAWwAAAAAAYgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAZQAAAAACZQAAAAABHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAYgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAYgAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAWwAAAAACWwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAADWwAAAAACWwAAAAACWwAAAAABewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAHgAAAAADHgAAAAADHgAAAAABHgAAAAADHgAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAHgAAAAADHgAAAAABHgAAAAACHgAAAAABHgAAAAACewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAA version: 6 -3,-1: ind: -3,-1 - tiles: eQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAHQAAAAAAeQAAAAAANAAAAAACNAAAAAADeQAAAAAATQAAAAAATQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAWQAAAAABWQAAAAADHQAAAAAAeQAAAAAAeQAAAAAANAAAAAACNAAAAAABeQAAAAAATQAAAAAATQAAAAAAeQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADHQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAIQAAAAADIQAAAAAAWQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAJgAAAAAAJgAAAAACWQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAWQAAAAADHQAAAAACWQAAAAABWQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAIgAAAAAAIgAAAAABeQAAAAAAHQAAAAAAWQAAAAACeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAHQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAADIgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAADeQAAAAAAPgAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAdgAAAAABeQAAAAAAdgAAAAABdgAAAAADEwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAAAYwAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAADdgAAAAACEwAAAAAAdgAAAAADeQAAAAAAeQAAAAAAJgAAAAAAJgAAAAACJgAAAAABYwAAAAAAYwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAdgAAAAABEwAAAAAFdgAAAAABeQAAAAAAEwAAAAAEeQAAAAAAYwAAAAACYwAAAAACYwAAAAADWQAAAAADWQAAAAACZAAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAAAWQAAAAAAWQAAAAABWQAAAAADHgAAAAACYwAAAAAAWQAAAAADJgAAAAABYwAAAAACYwAAAAABYwAAAAADYwAAAAABJgAAAAADYwAAAAACYwAAAAACYwAAAAADYwAAAAAAJgAAAAAAWQAAAAADWQAAAAACHgAAAAAB + tiles: ewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADewAAAAAAHQAAAAAAewAAAAAANAAAAAACNAAAAAADewAAAAAATQAAAAAATQAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAHQAAAAABewAAAAAAWwAAAAABWwAAAAADHQAAAAAAewAAAAAAewAAAAAANAAAAAACNAAAAAABewAAAAAATQAAAAAATQAAAAAAewAAAAAAHQAAAAAAWwAAAAAAewAAAAAAewAAAAAAWwAAAAADHQAAAAAAWwAAAAAAWwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAagAAAAAAewAAAAAAIQAAAAADIQAAAAAAWwAAAAAAewAAAAAAWwAAAAADWwAAAAAAewAAAAAAWwAAAAABWwAAAAAAewAAAAAAWwAAAAACewAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAJgAAAAAAJgAAAAACWwAAAAAAewAAAAAAewAAAAAAHQAAAAAAWwAAAAADHQAAAAACWwAAAAABWwAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAIgAAAAAAIgAAAAABewAAAAAAHQAAAAAAWwAAAAACewAAAAAAWwAAAAAAewAAAAAAWwAAAAACewAAAAAAHQAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAIgAAAAADIgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAPgAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAWwAAAAADewAAAAAAPgAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAPgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAeAAAAAABewAAAAAAeAAAAAABeAAAAAADEwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAAAZQAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAADeAAAAAACEwAAAAAAeAAAAAADewAAAAAAewAAAAAAJgAAAAAAJgAAAAACJgAAAAABZQAAAAAAZQAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAeAAAAAABEwAAAAAFeAAAAAABewAAAAAAEwAAAAAEewAAAAAAZQAAAAACZQAAAAACZQAAAAADWwAAAAADWwAAAAACZgAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAAAWwAAAAAAWwAAAAABWwAAAAADHgAAAAACZQAAAAAAWwAAAAADJgAAAAABZQAAAAACZQAAAAABZQAAAAADZQAAAAABJgAAAAADZQAAAAACZQAAAAACZQAAAAADZQAAAAAAJgAAAAAAWwAAAAADWwAAAAACHgAAAAAB version: 6 -4,0: ind: -4,0 - tiles: dQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAADWQAAAAACJgAAAAAAJgAAAAACJgAAAAAAWQAAAAAAdQAAAAAAaAAAAAAAaQAAAAAAeQAAAAAAaAAAAAAAaQAAAAAAaAAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAYwAAAAAAWQAAAAACYwAAAAADJgAAAAAAYwAAAAACYwAAAAACdQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAYwAAAAAALQAAAAABYwAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAYwAAAAABWQAAAAADYwAAAAABeQAAAAAAWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAADLQAAAAADYwAAAAABJgAAAAAAWQAAAAAAJgAAAAADWQAAAAADWQAAAAACWQAAAAACWQAAAAABWQAAAAABWQAAAAADeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAYwAAAAABWQAAAAACYwAAAAACeQAAAAAAWQAAAAAAWQAAAAAAdQAAAAAAdQAAAAACdQAAAAABdQAAAAAAdQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAACLQAAAAAAYwAAAAAAeQAAAAAAeQAAAAAAWQAAAAACdQAAAAAAdQAAAAADdQAAAAADdQAAAAADdQAAAAACWQAAAAACeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAYwAAAAAAWQAAAAADWQAAAAADYwAAAAADeQAAAAAAWQAAAAACdQAAAAACdQAAAAADdQAAAAABdQAAAAAAdQAAAAADWQAAAAADeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAYwAAAAADWQAAAAAALQAAAAACYwAAAAABeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAdQAAAAAAdQAAAAAAdQAAAAABWQAAAAADeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAYwAAAAAAWQAAAAAAYwAAAAAAeQAAAAAAeQAAAAAAJgAAAAABeQAAAAAAdQAAAAACdQAAAAACdQAAAAAAWQAAAAACeQAAAAAAJgAAAAABSwAAAAADJgAAAAAAeQAAAAAAYwAAAAADLQAAAAABYwAAAAAASgAAAAAASgAAAAAAWQAAAAAAWQAAAAACdQAAAAABdQAAAAACdQAAAAAAWQAAAAABJgAAAAAASwAAAAADSwAAAAAASwAAAAABJgAAAAAAYwAAAAABWQAAAAABWQAAAAAAYwAAAAAASgAAAAAAJgAAAAADeQAAAAAAdQAAAAACdQAAAAABdQAAAAACWQAAAAAAeQAAAAAAJgAAAAAASwAAAAACJgAAAAABeQAAAAAAYwAAAAABLQAAAAADWQAAAAACYwAAAAAASgAAAAAAeQAAAAAAeQAAAAAAdQAAAAAAdQAAAAADdQAAAAADWQAAAAACeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAYwAAAAABWQAAAAAAWQAAAAABWQAAAAABYwAAAAAAdQAAAAAAdQAAAAABdQAAAAADdQAAAAAAdQAAAAADWQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAAALQAAAAAAWQAAAAACYwAAAAACdQAAAAADdQAAAAADdQAAAAACdQAAAAABdQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAYwAAAAABWQAAAAABWQAAAAAAYwAAAAAC + tiles: dwAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAADWwAAAAACJgAAAAAAJgAAAAACJgAAAAAAWwAAAAAAdwAAAAAAagAAAAAAawAAAAAAewAAAAAAagAAAAAAawAAAAAAagAAAAAAawAAAAAAewAAAAAAewAAAAAAZQAAAAAAWwAAAAACZQAAAAADJgAAAAAAZQAAAAACZQAAAAACdwAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAagAAAAAAewAAAAAAZQAAAAAALQAAAAABZQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAawAAAAAAagAAAAAAewAAAAAAawAAAAAAagAAAAAAewAAAAAAZQAAAAABWwAAAAADZQAAAAABewAAAAAAWwAAAAADWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAADLQAAAAADZQAAAAABJgAAAAAAWwAAAAAAJgAAAAADWwAAAAADWwAAAAACWwAAAAACWwAAAAABWwAAAAABWwAAAAADewAAAAAAagAAAAAAagAAAAAAewAAAAAAZQAAAAABWwAAAAACZQAAAAACewAAAAAAWwAAAAAAWwAAAAAAdwAAAAAAdwAAAAACdwAAAAABdwAAAAAAdwAAAAABWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAACLQAAAAAAZQAAAAAAewAAAAAAewAAAAAAWwAAAAACdwAAAAAAdwAAAAADdwAAAAADdwAAAAADdwAAAAACWwAAAAACewAAAAAAawAAAAAAewAAAAAAewAAAAAAZQAAAAAAWwAAAAADWwAAAAADZQAAAAADewAAAAAAWwAAAAACdwAAAAACdwAAAAADdwAAAAABdwAAAAAAdwAAAAADWwAAAAADewAAAAAAagAAAAAAewAAAAAAewAAAAAAZQAAAAADWwAAAAAALQAAAAACZQAAAAABewAAAAAAWwAAAAADewAAAAAAewAAAAAAdwAAAAAAdwAAAAAAdwAAAAABWwAAAAADewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAZQAAAAAAWwAAAAAAZQAAAAAAewAAAAAAewAAAAAAJgAAAAABewAAAAAAdwAAAAACdwAAAAACdwAAAAAAWwAAAAACewAAAAAAJgAAAAABSwAAAAADJgAAAAAAewAAAAAAZQAAAAADLQAAAAABZQAAAAAASgAAAAAASgAAAAAAWwAAAAAAWwAAAAACdwAAAAABdwAAAAACdwAAAAAAWwAAAAABJgAAAAAASwAAAAADSwAAAAAASwAAAAABJgAAAAAAZQAAAAABWwAAAAABWwAAAAAAZQAAAAAASgAAAAAAJgAAAAADewAAAAAAdwAAAAACdwAAAAABdwAAAAACWwAAAAAAewAAAAAAJgAAAAAASwAAAAACJgAAAAABewAAAAAAZQAAAAABLQAAAAADWwAAAAACZQAAAAAASgAAAAAAewAAAAAAewAAAAAAdwAAAAAAdwAAAAADdwAAAAADWwAAAAACewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAZQAAAAABWwAAAAAAWwAAAAABWwAAAAABZQAAAAAAdwAAAAAAdwAAAAABdwAAAAADdwAAAAAAdwAAAAADWwAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAAALQAAAAAAWwAAAAACZQAAAAACdwAAAAADdwAAAAADdwAAAAACdwAAAAABdwAAAAAAWwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAZQAAAAABWwAAAAABWwAAAAAAZQAAAAAC version: 6 -4,-1: ind: -4,-1 - tiles: JgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEQAAAAAATgAAAAAAEQAAAAAATgAAAAAAeQAAAAAAeQAAAAAAYwAAAAACLQAAAAACWQAAAAABYwAAAAABJgAAAAABeQAAAAAAWQAAAAAAaQAAAAAATQAAAAAAeQAAAAAAEQAAAAAATgAAAAAAeQAAAAAATgAAAAAAEQAAAAAAeQAAAAAAYwAAAAADWQAAAAABYwAAAAADeQAAAAAAJgAAAAABeQAAAAAAaAAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAADLQAAAAAAYwAAAAABeQAAAAAAJgAAAAABeQAAAAAATQAAAAAAaQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAATgAAAAAAaAAAAAAATgAAAAAAeQAAAAAAYwAAAAACWQAAAAACWQAAAAACYwAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAATgAAAAAAaAAAAAAAeQAAAAAAYwAAAAABLQAAAAAAWQAAAAAAYwAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAEQAAAAAAEQAAAAAAeQAAAAAAYwAAAAACWQAAAAACYwAAAAAAZAAAAAAAeQAAAAAASgAAAAAATgAAAAAAeQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAEQAAAAAAEQAAAAAAeQAAAAAAYwAAAAACLQAAAAAAYwAAAAABZAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAATQAAAAAAeQAAAAAAaAAAAAAATgAAAAAATgAAAAAAeQAAAAAAeQAAAAAAYwAAAAABWQAAAAADYwAAAAADeQAAAAAAeQAAAAAAaAAAAAAAWQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAYwAAAAACWQAAAAACLQAAAAAAYwAAAAADcQAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAaAAAAAAAeQAAAAAAYwAAAAADWQAAAAACWQAAAAADYwAAAAABcQAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAYwAAAAAALQAAAAABYwAAAAACYwAAAAAAcQAAAAAAPgAAAAAAWQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAATQAAAAAAaAAAAAAAaQAAAAAAaAAAAAAATQAAAAAAeQAAAAAAYwAAAAADWQAAAAABYwAAAAABeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAYwAAAAADLQAAAAADYwAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAYwAAAAABWQAAAAADYwAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAYwAAAAAALQAAAAABYwAAAAADeQAAAAAAZAAAAAABZAAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAYwAAAAABWQAAAAACYwAAAAAAJgAAAAABYwAAAAABYwAAAAAD + tiles: JgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAEQAAAAAATgAAAAAAEQAAAAAATgAAAAAAewAAAAAAewAAAAAAZQAAAAACLQAAAAACWwAAAAABZQAAAAABJgAAAAABewAAAAAAWwAAAAAAawAAAAAATQAAAAAAewAAAAAAEQAAAAAATgAAAAAAewAAAAAATgAAAAAAEQAAAAAAewAAAAAAZQAAAAADWwAAAAABZQAAAAADewAAAAAAJgAAAAABewAAAAAAagAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAADLQAAAAAAZQAAAAABewAAAAAAJgAAAAABewAAAAAATQAAAAAAawAAAAAAewAAAAAAWwAAAAAAewAAAAAATgAAAAAAagAAAAAATgAAAAAAewAAAAAAZQAAAAACWwAAAAACWwAAAAACZQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAawAAAAAAagAAAAAAewAAAAAAewAAAAAATgAAAAAAagAAAAAAewAAAAAAZQAAAAABLQAAAAAAWwAAAAAAZQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAEQAAAAAAEQAAAAAAewAAAAAAZQAAAAACWwAAAAACZQAAAAAAZgAAAAAAewAAAAAASgAAAAAATgAAAAAAewAAAAAATQAAAAAAewAAAAAAewAAAAAAewAAAAAATgAAAAAAEQAAAAAAEQAAAAAAewAAAAAAZQAAAAACLQAAAAAAZQAAAAABZgAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAagAAAAAATQAAAAAAewAAAAAAagAAAAAATgAAAAAATgAAAAAAewAAAAAAewAAAAAAZQAAAAABWwAAAAADZQAAAAADewAAAAAAewAAAAAAagAAAAAAWwAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAewAAAAAAZQAAAAACWwAAAAACLQAAAAAAZQAAAAADcwAAAAAAPgAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAATgAAAAAAagAAAAAAewAAAAAAZQAAAAADWwAAAAACWwAAAAADZQAAAAABcwAAAAAAPgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAagAAAAAAewAAAAAAZQAAAAAALQAAAAABZQAAAAACZQAAAAAAcwAAAAAAPgAAAAAAWwAAAAAAawAAAAAAewAAAAAAewAAAAAATQAAAAAAagAAAAAAawAAAAAAagAAAAAATQAAAAAAewAAAAAAZQAAAAADWwAAAAABZQAAAAABewAAAAAAewAAAAAAewAAAAAAagAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAZQAAAAADLQAAAAADZQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAawAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAZQAAAAABWwAAAAADZQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAagAAAAAAewAAAAAAewAAAAAATQAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAZQAAAAAALQAAAAABZQAAAAADewAAAAAAZgAAAAABZgAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAATQAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAZQAAAAABWwAAAAACZQAAAAAAJgAAAAABZQAAAAABZQAAAAAD version: 6 -4,1: ind: -4,1 - tiles: dQAAAAADdQAAAAADdQAAAAABdQAAAAAAdQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAYwAAAAABWQAAAAADLQAAAAACYwAAAAADdQAAAAADdQAAAAAAdQAAAAABdQAAAAADdQAAAAADWQAAAAADWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAAAWQAAAAAAWQAAAAACYwAAAAADWQAAAAABWQAAAAADWQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAABLQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAADWQAAAAADWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAACeQAAAAAAaQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAYwAAAAABLQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACdQAAAAACJgAAAAADJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAYwAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAJgAAAAACJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAIgAAAAADIgAAAAADIgAAAAACIgAAAAACIgAAAAAAeQAAAAAAYwAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIQAAAAAAJgAAAAACIQAAAAACeQAAAAAAIgAAAAABIgAAAAABIgAAAAACIgAAAAACIgAAAAACeQAAAAAAYwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAABWQAAAAABJgAAAAADeQAAAAAAIgAAAAABIgAAAAAAIgAAAAAAIgAAAAADIgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAJgAAAAADWQAAAAACJgAAAAACeQAAAAAAeQAAAAAAIAAAAAACIAAAAAADIAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAACWQAAAAAAJgAAAAABeQAAAAAAIQAAAAADIQAAAAAAIQAAAAADIQAAAAABIQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAADWQAAAAABJgAAAAACeQAAAAAAIQAAAAABJgAAAAAAJgAAAAADJgAAAAADIQAAAAADJgAAAAAAYwAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAWQAAAAACJgAAAAABJgAAAAAAIQAAAAACJgAAAAABJgAAAAAAJgAAAAABIQAAAAAAeQAAAAAAYwAAAAACeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAJgAAAAABWQAAAAAAJgAAAAAAeQAAAAAAIQAAAAAAJgAAAAACJgAAAAAAJgAAAAABIQAAAAACeQAAAAAAYwAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAIQAAAAAAJgAAAAACIQAAAAACeQAAAAAAIQAAAAACJgAAAAADJgAAAAADJgAAAAACIQAAAAAAeQAAAAAAYwAAAAAD + tiles: dwAAAAADdwAAAAADdwAAAAABdwAAAAAAdwAAAAABWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAZQAAAAABWwAAAAADLQAAAAACZQAAAAADdwAAAAADdwAAAAAAdwAAAAABdwAAAAADdwAAAAADWwAAAAADWwAAAAABWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAAAWwAAAAAAWwAAAAACZQAAAAADWwAAAAABWwAAAAADWwAAAAAAWwAAAAABWwAAAAAAWwAAAAAAWwAAAAABWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAABLQAAAAADWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAADWwAAAAADWwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAACWwAAAAACewAAAAAAawAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAZQAAAAABLQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACdwAAAAACJgAAAAADJgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAZQAAAAADWwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAJgAAAAACJgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAewAAAAAAewAAAAAAIgAAAAADIgAAAAADIgAAAAACIgAAAAACIgAAAAAAewAAAAAAZQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIQAAAAAAJgAAAAACIQAAAAACewAAAAAAIgAAAAABIgAAAAABIgAAAAACIgAAAAACIgAAAAACewAAAAAAZQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAABWwAAAAABJgAAAAADewAAAAAAIgAAAAABIgAAAAAAIgAAAAAAIgAAAAADIgAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAJgAAAAADWwAAAAACJgAAAAACewAAAAAAewAAAAAAIAAAAAACIAAAAAADIAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAACWwAAAAAAJgAAAAABewAAAAAAIQAAAAADIQAAAAAAIQAAAAADIQAAAAABIQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAADWwAAAAABJgAAAAACewAAAAAAIQAAAAABJgAAAAAAJgAAAAADJgAAAAADIQAAAAADJgAAAAAAZQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAWwAAAAACJgAAAAABJgAAAAAAIQAAAAACJgAAAAABJgAAAAAAJgAAAAABIQAAAAAAewAAAAAAZQAAAAACewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAJgAAAAABWwAAAAAAJgAAAAAAewAAAAAAIQAAAAAAJgAAAAACJgAAAAAAJgAAAAABIQAAAAACewAAAAAAZQAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAIQAAAAAAJgAAAAACIQAAAAACewAAAAAAIQAAAAACJgAAAAADJgAAAAADJgAAAAACIQAAAAAAewAAAAAAZQAAAAAD version: 6 -4,2: ind: -4,2 - tiles: AAAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAIQAAAAAAIQAAAAADIQAAAAADIQAAAAABIQAAAAADeQAAAAAAYwAAAAACAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIQAAAAABJgAAAAACIQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAADeQAAAAAAeQAAAAAAYwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAIgAAAAADJgAAAAAAWQAAAAADJgAAAAADIQAAAAABeQAAAAAAIQAAAAAAJgAAAAAAJgAAAAACIQAAAAADeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAIgAAAAABJgAAAAAAWQAAAAADWQAAAAAAJgAAAAAAJgAAAAAAJgAAAAABWQAAAAACWQAAAAADJgAAAAABeQAAAAAAIQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAIgAAAAAAIQAAAAAAJgAAAAADJgAAAAADIQAAAAABeQAAAAAAIQAAAAADJgAAAAABWQAAAAAAJgAAAAADJgAAAAAAIQAAAAABeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIQAAAAACJgAAAAABIQAAAAAAeQAAAAAAIQAAAAACeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: AAAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAJgAAAAAAewAAAAAAewAAAAAAIQAAAAAAIQAAAAADIQAAAAADIQAAAAABIQAAAAADewAAAAAAZQAAAAACAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAIQAAAAABJgAAAAACIQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAADewAAAAAAewAAAAAAZQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAIgAAAAADJgAAAAAAWwAAAAADJgAAAAADIQAAAAABewAAAAAAIQAAAAAAJgAAAAAAJgAAAAACIQAAAAADewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAIgAAAAABJgAAAAAAWwAAAAADWwAAAAAAJgAAAAAAJgAAAAAAJgAAAAABWwAAAAACWwAAAAADJgAAAAABewAAAAAAIQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAIgAAAAAAIQAAAAAAJgAAAAADJgAAAAADIQAAAAABewAAAAAAIQAAAAADJgAAAAABWwAAAAAAJgAAAAADJgAAAAAAIQAAAAABegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIQAAAAACJgAAAAABIQAAAAAAewAAAAAAIQAAAAACegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAA version: 6 -3,3: ind: -3,3 - tiles: eAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAYwAAAAAAEgAAAAADEgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAABEgAAAAACEgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAYAAAAAAATwAAAAAAeQAAAAAAYwAAAAAAEgAAAAACEgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAYwAAAAAAEgAAAAAAEgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAATwAAAAAAeQAAAAAAYwAAAAACWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATwAAAAAAYAAAAAAAeQAAAAAAYwAAAAADYwAAAAADYwAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAKQAAAAAAFAAAAAAAeQAAAAAAFAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAKQAAAAAAeQAAAAAAFAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAFAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAFAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAADwAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAADwAAAAAADwAAAAAADwAAAAAALQAAAAAALQAAAAAALQAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAZQAAAAAAEgAAAAADEgAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAABEgAAAAACEgAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAYgAAAAAATwAAAAAAewAAAAAAZQAAAAAAEgAAAAACEgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAYgAAAAAAYgAAAAAAewAAAAAAZQAAAAAAEgAAAAAAEgAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAJgAAAAAAewAAAAAATwAAAAAAewAAAAAAZQAAAAACWwAAAAACWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAATwAAAAAAYgAAAAAAewAAAAAAZQAAAAADZQAAAAADZQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAKQAAAAAAFAAAAAAAewAAAAAAFAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAKQAAAAAAewAAAAAAFAAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAFAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAFAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAADwAAAAAAawAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAADwAAAAAADwAAAAAADwAAAAAALQAAAAAALQAAAAAALQAAAAAA version: 6 -5,1: ind: -5,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAAAWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAWwAAAAADWwAAAAABWwAAAAAAWwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAA version: 6 -4,3: ind: -4,3 - tiles: eAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAA + tiles: egAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAA version: 6 -2,4: ind: -2,4 - tiles: LQAAAAAADwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaQAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAJgAAAAADJgAAAAACeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAACJgAAAAAAJgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAJgAAAAADJgAAAAABJgAAAAABeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAADwAAAAAADwAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: LQAAAAAADwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAawAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAewAAAAAAJgAAAAADJgAAAAACewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAACJgAAAAAAJgAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJgAAAAADJgAAAAABJgAAAAABewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAewAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,4: ind: -1,4 - tiles: eQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAAAZAAAAAAAeQAAAAAAbAAAAAADdgAAAAABdgAAAAAAdgAAAAAAdgAAAAABeQAAAAAAIAAAAAACIAAAAAAAIAAAAAAAeQAAAAAAIAAAAAABeQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdwAAAAABdwAAAAADdwAAAAAAdwAAAAABJgAAAAAAIAAAAAACIAAAAAADIAAAAAABMgAAAAAAMgAAAAADeQAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAeQAAAAAAdwAAAAABdgAAAAACdgAAAAACdgAAAAACeQAAAAAAIAAAAAADIAAAAAACIAAAAAABMgAAAAAAMgAAAAADeQAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAeQAAAAAAdgAAAAAAdgAAAAADdgAAAAACdgAAAAADeQAAAAAAIAAAAAADIAAAAAAAIAAAAAABMgAAAAAAMgAAAAACeQAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAeQAAAAAAdwAAAAADdgAAAAABdgAAAAAAdgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAeQAAAAAAdwAAAAACdwAAAAADdwAAAAADdwAAAAACeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: ewAAAAAAewAAAAAAJgAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAACWwAAAAAAWwAAAAAAZgAAAAAAewAAAAAAbgAAAAADeAAAAAABeAAAAAAAeAAAAAAAeAAAAAABewAAAAAAIAAAAAACIAAAAAAAIAAAAAAAewAAAAAAIAAAAAABewAAAAAAewAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAeQAAAAABeQAAAAADeQAAAAAAeQAAAAABJgAAAAAAIAAAAAACIAAAAAADIAAAAAABMgAAAAAAMgAAAAADewAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAeQAAAAABeAAAAAACeAAAAAACeAAAAAACewAAAAAAIAAAAAADIAAAAAACIAAAAAABMgAAAAAAMgAAAAADewAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAeAAAAAAAeAAAAAADeAAAAAACeAAAAAADewAAAAAAIAAAAAADIAAAAAAAIAAAAAABMgAAAAAAMgAAAAACewAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAeQAAAAADeAAAAAABeAAAAAAAeAAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAeQAAAAACeQAAAAADeQAAAAADeQAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -5,0: ind: -5,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAdgAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAVwAAAAAAVwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAVwAAAAAAVwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAADWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdQAAAAAAdQAAAAADdQAAAAABdQAAAAAAdQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAJgAAAAADJgAAAAABJgAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAJgAAAAACJgAAAAACJgAAAAAAWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAJgAAAAABJgAAAAABJgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAADeQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAeAAAAAAAeAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAeAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWQAAAAAAWQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAABWwAAAAAAWwAAAAADWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAdwAAAAAAdwAAAAADdwAAAAABdwAAAAAAdwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAABWwAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAJgAAAAADJgAAAAABJgAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAJgAAAAACJgAAAAACJgAAAAAAWwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAJgAAAAABJgAAAAABJgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAWwAAAAABWwAAAAAAWwAAAAACewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAWwAAAAADWwAAAAABWwAAAAADewAAAAAA version: 6 -5,-1: ind: -5,-1 - tiles: eAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAJgAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAJgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAJgAAAAACJgAAAAABAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAJgAAAAACeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaQAAAAAAWQAAAAAASgAAAAAASgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAASgAAAAAASgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAaQAAAAAAaQAAAAAASgAAAAAASgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAaAAAAAAAaAAAAAAATgAAAAAASgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAVwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAVwAAAAAA + tiles: egAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAJgAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAJgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAagAAAAAAagAAAAAAJgAAAAACJgAAAAABAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAJgAAAAAAJgAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAJgAAAAACewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAawAAAAAAWwAAAAAASgAAAAAASgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAASgAAAAAASgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAWwAAAAAAawAAAAAAawAAAAAASgAAAAAASgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAWwAAAAAAagAAAAAAagAAAAAATgAAAAAASgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAawAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAawAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeAAAAAAAeAAAAAAAWQAAAAAAWQAAAAAAewAAAAAAewAAAAAAewAAAAAAWQAAAAAA version: 6 -5,-2: ind: -5,-2 - tiles: eAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAaAAAAAAAaQAAAAAAaAAAAAAAJgAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAJgAAAAADJgAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAagAAAAAAawAAAAAAagAAAAAAJgAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAJgAAAAADJgAAAAAA version: 6 -4,-2: ind: -4,-2 - tiles: AAAAAAAAeQAAAAAAYwAAAAACZgAAAAABZgAAAAABZgAAAAACYwAAAAAAWQAAAAABWQAAAAABZAAAAAADZAAAAAABZAAAAAAAZAAAAAABWQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAYwAAAAACYwAAAAACYwAAAAACYwAAAAACYwAAAAADeQAAAAAAWQAAAAABWQAAAAACWQAAAAADWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAAWQAAAAAAeQAAAAAAaQAAAAAAWQAAAAAAeQAAAAAATQAAAAAAaQAAAAAAaAAAAAAATQAAAAAATQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAAAaQAAAAAAaQAAAAAAWQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAWQAAAAAAaQAAAAAATQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAATQAAAAAAaAAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaAAAAAAAaQAAAAAATQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaQAAAAAAaAAAAAAAaQAAAAAAaQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAaQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAYwAAAAAAeQAAAAAATQAAAAAAeQAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAaAAAAAAAWQAAAAAAaQAAAAAAeQAAAAAAYwAAAAADWQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAAaQAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAWQAAAAAAaQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAYwAAAAACWQAAAAAAaAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAaQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAYwAAAAADLQAAAAACeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAAAWQAAAAABWQAAAAACJgAAAAADeQAAAAAATQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAEQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAAALQAAAAABWQAAAAABJgAAAAAAJgAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAEQAAAAAATgAAAAAAEQAAAAAATgAAAAAAEQAAAAAAeQAAAAAAYwAAAAAAWQAAAAADWQAAAAADYwAAAAAC + tiles: AAAAAAAAewAAAAAAZQAAAAACaAAAAAABaAAAAAABaAAAAAACZQAAAAAAWwAAAAABWwAAAAABZgAAAAADZgAAAAABZgAAAAAAZgAAAAABWwAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAZQAAAAACZQAAAAACZQAAAAACZQAAAAACZQAAAAADewAAAAAAWwAAAAABWwAAAAACWwAAAAADWwAAAAABWwAAAAACewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATQAAAAAAWwAAAAAAewAAAAAAawAAAAAAWwAAAAAAewAAAAAATQAAAAAAawAAAAAAagAAAAAATQAAAAAATQAAAAAAawAAAAAAawAAAAAAewAAAAAAagAAAAAAewAAAAAAWwAAAAAAawAAAAAAawAAAAAAWwAAAAAATQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAWwAAAAAAawAAAAAATQAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAATQAAAAAAagAAAAAAewAAAAAAawAAAAAAawAAAAAAawAAAAAAagAAAAAAewAAAAAAewAAAAAAawAAAAAAagAAAAAAawAAAAAATQAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAATQAAAAAATQAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAawAAAAAAagAAAAAAawAAAAAAawAAAAAATQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAawAAAAAAWwAAAAAAewAAAAAAewAAAAAAZQAAAAAAewAAAAAATQAAAAAAewAAAAAAawAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAagAAAAAAWwAAAAAAawAAAAAAewAAAAAAZQAAAAADWwAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAATQAAAAAAawAAAAAAawAAAAAAagAAAAAAewAAAAAAWwAAAAAAawAAAAAAewAAAAAAawAAAAAAewAAAAAAZQAAAAACWwAAAAAAagAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAawAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAZQAAAAADLQAAAAACewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAAAWwAAAAABWwAAAAACJgAAAAADewAAAAAATQAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAATgAAAAAAEQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAAALQAAAAABWwAAAAABJgAAAAAAJgAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAEQAAAAAATgAAAAAAEQAAAAAATgAAAAAAEQAAAAAAewAAAAAAZQAAAAAAWwAAAAADWwAAAAADZQAAAAAC version: 6 -4,-3: ind: -4,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAACWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAADHQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABHQAAAAADHQAAAAABWQAAAAADWQAAAAABWQAAAAABWQAAAAAAWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAACHQAAAAAAWQAAAAAAWQAAAAACWQAAAAADWQAAAAADWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAABWQAAAAACWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABZAAAAAABZAAAAAACZAAAAAABWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAACWQAAAAADWQAAAAADWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAADWQAAAAADZAAAAAABZAAAAAAAZAAAAAABWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAADWQAAAAADWQAAAAADWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAACWQAAAAAAZAAAAAABZAAAAAABZAAAAAABWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAADWQAAAAACWQAAAAACWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACeQAAAAAAJgAAAAAAeQAAAAAAJgAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAACWQAAAAACWQAAAAACeQAAAAAAaQAAAAAAAAAAAAAAeQAAAAAAYwAAAAABYwAAAAABYwAAAAACYwAAAAAAYwAAAAABeQAAAAAAWQAAAAADZAAAAAAAZAAAAAADZAAAAAAAZAAAAAADWQAAAAACeQAAAAAAaQAAAAAAAAAAAAAAeQAAAAAAYwAAAAABZgAAAAAAZgAAAAADZgAAAAACYwAAAAADWQAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAAAWQAAAAACWQAAAAADeQAAAAAATQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAACWwAAAAACWwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAADHQAAAAAAWwAAAAACWwAAAAAAWwAAAAAAWwAAAAADWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABHQAAAAADHQAAAAABWwAAAAADWwAAAAABWwAAAAABWwAAAAAAWwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAACHQAAAAAAWwAAAAAAWwAAAAACWwAAAAADWwAAAAADWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAADWwAAAAABWwAAAAACWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABZgAAAAABZgAAAAACZgAAAAABWwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAACWwAAAAADWwAAAAACWwAAAAADWwAAAAADWwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAADWwAAAAADZgAAAAABZgAAAAAAZgAAAAABWwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAABWwAAAAAAWwAAAAADWwAAAAADWwAAAAADWwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAACWwAAAAAAZgAAAAABZgAAAAABZgAAAAABWwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAACWwAAAAADWwAAAAADWwAAAAACWwAAAAACWwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADWwAAAAACewAAAAAAJgAAAAAAewAAAAAAJgAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAACWwAAAAAAWwAAAAACWwAAAAACWwAAAAACewAAAAAAawAAAAAAAAAAAAAAewAAAAAAZQAAAAABZQAAAAABZQAAAAACZQAAAAAAZQAAAAABewAAAAAAWwAAAAADZgAAAAAAZgAAAAADZgAAAAAAZgAAAAADWwAAAAACewAAAAAAawAAAAAAAAAAAAAAewAAAAAAZQAAAAABaAAAAAAAaAAAAAADaAAAAAACZQAAAAADWwAAAAAAWwAAAAADWwAAAAABWwAAAAABWwAAAAAAWwAAAAACWwAAAAADewAAAAAATQAAAAAA version: 6 -3,-2: ind: -3,-2 - tiles: aQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAYwAAAAABWQAAAAABLQAAAAACWQAAAAAAYwAAAAADeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAADWQAAAAABTQAAAAAAaAAAAAAAeQAAAAAAYwAAAAACWQAAAAABWQAAAAACWQAAAAAAYwAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAADLQAAAAAAWQAAAAADYwAAAAABeQAAAAAAeQAAAAAAcQAAAAABcQAAAAAAcAAAAAAAcAAAAAABcQAAAAACeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAYwAAAAACWQAAAAADWQAAAAAAYwAAAAADeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAABWQAAAAABWQAAAAAAcQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAYwAAAAADWQAAAAABLQAAAAADWQAAAAADYwAAAAACZgAAAAAAZgAAAAACZgAAAAAAZgAAAAADZgAAAAACYQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAACWQAAAAABWQAAAAABYwAAAAACeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAADbAAAAAAAbAAAAAACZwAAAAAAWQAAAAADeQAAAAAAHQAAAAABHQAAAAAAYwAAAAAAWQAAAAACLQAAAAADYwAAAAACeQAAAAAAeQAAAAAAcQAAAAAAcwAAAAACcwAAAAACcwAAAAAAbAAAAAACYQAAAAABZgAAAAACWQAAAAAAHQAAAAACIAAAAAAAYwAAAAACWQAAAAADWQAAAAADYwAAAAAAeQAAAAAAeQAAAAAAcQAAAAACbAAAAAACbAAAAAADbAAAAAAAbAAAAAABWQAAAAABWQAAAAAAeQAAAAAAHQAAAAAAIAAAAAABWQAAAAACLQAAAAABYwAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABJQAAAAABWQAAAAACWQAAAAABYwAAAAABeQAAAAAAWQAAAAADWQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAADHQAAAAAAHQAAAAAAIAAAAAADLQAAAAAAYwAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAWQAAAAAAHQAAAAAAHQAAAAABJAAAAAABJAAAAAABIAAAAAADIAAAAAADWQAAAAABYwAAAAACeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAHQAAAAACHQAAAAABHQAAAAABHQAAAAAAHQAAAAACYwAAAAADeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAWQAAAAACWQAAAAABeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAACeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAHQAAAAACWQAAAAAAHQAAAAADeQAAAAAAeQAAAAAANAAAAAADNAAAAAABeQAAAAAATQAAAAAATQAAAAAAYwAAAAAAeQAAAAAAWQAAAAABHQAAAAADeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACHQAAAAABeQAAAAAANAAAAAADNAAAAAACeQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAANAAAAAACNAAAAAAAeQAAAAAATQAAAAAATQAAAAAA + tiles: awAAAAAAagAAAAAAewAAAAAAewAAAAAAZQAAAAABWwAAAAABLQAAAAACWwAAAAAAZQAAAAADewAAAAAAewAAAAAAewAAAAAAWwAAAAADWwAAAAABWwAAAAADWwAAAAABTQAAAAAAagAAAAAAewAAAAAAZQAAAAACWwAAAAABWwAAAAACWwAAAAAAZQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADewAAAAAAewAAAAAAewAAAAAAZQAAAAADLQAAAAAAWwAAAAADZQAAAAABewAAAAAAewAAAAAAcwAAAAABcwAAAAAAcgAAAAAAcgAAAAABcwAAAAACewAAAAAAWwAAAAABewAAAAAAewAAAAAAZQAAAAACWwAAAAADWwAAAAAAZQAAAAADewAAAAAAewAAAAAAWwAAAAACWwAAAAABWwAAAAABWwAAAAABWwAAAAAAcwAAAAAAewAAAAAAWwAAAAACewAAAAAAZQAAAAADWwAAAAABLQAAAAADWwAAAAADZQAAAAACaAAAAAAAaAAAAAACaAAAAAAAaAAAAAADaAAAAAACYwAAAAACWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAACWwAAAAABWwAAAAABZQAAAAACewAAAAAAewAAAAAAbgAAAAAAbgAAAAADbgAAAAAAbgAAAAACaQAAAAAAWwAAAAADewAAAAAAHQAAAAABHQAAAAAAZQAAAAAAWwAAAAACLQAAAAADZQAAAAACewAAAAAAewAAAAAAcwAAAAAAdQAAAAACdQAAAAACdQAAAAAAbgAAAAACYwAAAAABaAAAAAACWwAAAAAAHQAAAAACIAAAAAAAZQAAAAACWwAAAAADWwAAAAADZQAAAAAAewAAAAAAewAAAAAAcwAAAAACbgAAAAACbgAAAAADbgAAAAAAbgAAAAABWwAAAAABWwAAAAAAewAAAAAAHQAAAAAAIAAAAAABWwAAAAACLQAAAAABZQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAABJQAAAAABWwAAAAACWwAAAAABZQAAAAABewAAAAAAWwAAAAADWwAAAAAAewAAAAAAWwAAAAABewAAAAAAewAAAAAAewAAAAAAHQAAAAACHQAAAAADHQAAAAAAHQAAAAAAIAAAAAADLQAAAAAAZQAAAAACewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAABewAAAAAAWwAAAAAAHQAAAAAAHQAAAAABJAAAAAABJAAAAAABIAAAAAADIAAAAAADWwAAAAABZQAAAAACewAAAAAAWwAAAAADewAAAAAAewAAAAAAWwAAAAADWwAAAAAAHQAAAAACewAAAAAAewAAAAAAHQAAAAACHQAAAAABHQAAAAABHQAAAAAAHQAAAAACZQAAAAADewAAAAAAewAAAAAAewAAAAAAHQAAAAAAWwAAAAACWwAAAAABewAAAAAAewAAAAAAHQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAACewAAAAAAWwAAAAAAewAAAAAAWwAAAAADewAAAAAAHQAAAAACWwAAAAAAHQAAAAADewAAAAAAewAAAAAANAAAAAADNAAAAAABewAAAAAATQAAAAAATQAAAAAAZQAAAAAAewAAAAAAWwAAAAABHQAAAAADewAAAAAAHQAAAAAAewAAAAAAewAAAAAAWwAAAAACHQAAAAABewAAAAAANAAAAAADNAAAAAACewAAAAAATQAAAAAATQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADewAAAAAAHQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAANAAAAAACNAAAAAAAewAAAAAATQAAAAAATQAAAAAA version: 6 -3,-3: ind: -3,-3 - tiles: eQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAYwAAAAAAYQAAAAABYQAAAAABYQAAAAADYwAAAAADeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAACWQAAAAACWQAAAAACWQAAAAACeQAAAAAAYwAAAAADYQAAAAACYQAAAAABYQAAAAABYwAAAAACJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACZAAAAAACWQAAAAACZAAAAAACZAAAAAADWQAAAAABWQAAAAAAYwAAAAAAYQAAAAACYQAAAAABYQAAAAAAYwAAAAADeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAWQAAAAADZAAAAAADWQAAAAAAZAAAAAAAZAAAAAAAWQAAAAAAeQAAAAAAYwAAAAACYwAAAAAAYwAAAAAAYwAAAAAAYwAAAAADeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAABZAAAAAABWQAAAAAAZAAAAAACZAAAAAADWQAAAAACeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAADWQAAAAABWQAAAAAAWQAAAAADeQAAAAAAYwAAAAADYwAAAAAAYwAAAAACYwAAAAAAYwAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAYwAAAAAAZAAAAAABZAAAAAAAZAAAAAADWQAAAAACWQAAAAABWQAAAAAAeQAAAAAAYwAAAAABWQAAAAAAWQAAAAACLQAAAAADYwAAAAABYwAAAAAAYwAAAAADYwAAAAACYwAAAAABWQAAAAACWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAACWQAAAAAAYwAAAAABLQAAAAAAWQAAAAAAWQAAAAADLQAAAAABLQAAAAADLQAAAAAALQAAAAABLQAAAAABZAAAAAADZAAAAAAAZAAAAAACWQAAAAADWQAAAAAAWQAAAAABeQAAAAAAYwAAAAADWQAAAAABLQAAAAABLQAAAAACLQAAAAAACQAAAAAKCQAAAAAACQAAAAAALQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAeQAAAAAAYwAAAAABWQAAAAABLQAAAAACLQAAAAADLQAAAAADCQAAAAAACQAAAAAACQAAAAAALQAAAAAAZAAAAAADZAAAAAAAZAAAAAAAWQAAAAACWQAAAAABWQAAAAAAeQAAAAAAYwAAAAACLQAAAAADWQAAAAABWQAAAAACLQAAAAACLQAAAAACLQAAAAAALQAAAAAALQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAACWQAAAAADWQAAAAAAeQAAAAAAYwAAAAADWQAAAAACWQAAAAADWQAAAAAAWQAAAAABLQAAAAABWQAAAAABLQAAAAACWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAADWQAAAAACYwAAAAACYwAAAAACYwAAAAADYwAAAAAAYwAAAAACYwAAAAABYwAAAAADTQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAaAAAAAAAJgAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAYwAAAAABWQAAAAABLQAAAAAAWQAAAAADYwAAAAABeQAAAAAAWQAAAAADWQAAAAABWQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAACWQAAAAAAWQAAAAADWQAAAAACYwAAAAACeQAAAAAAeQAAAAAAWQAAAAACZgAAAAADZgAAAAACZgAAAAAC + tiles: ewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAZQAAAAAAYwAAAAABYwAAAAABYwAAAAADZQAAAAADewAAAAAAagAAAAAAewAAAAAAewAAAAAAWwAAAAADWwAAAAAAWwAAAAACWwAAAAACWwAAAAACWwAAAAACewAAAAAAZQAAAAADYwAAAAACYwAAAAABYwAAAAABZQAAAAACJgAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACZgAAAAACWwAAAAACZgAAAAACZgAAAAADWwAAAAABWwAAAAAAZQAAAAAAYwAAAAACYwAAAAABYwAAAAAAZQAAAAADewAAAAAAagAAAAAAewAAAAAAewAAAAAAWwAAAAADZgAAAAADWwAAAAAAZgAAAAAAZgAAAAAAWwAAAAAAewAAAAAAZQAAAAACZQAAAAAAZQAAAAAAZQAAAAAAZQAAAAADewAAAAAAewAAAAAAagAAAAAAewAAAAAAWwAAAAABZgAAAAABWwAAAAAAZgAAAAACZgAAAAADWwAAAAACewAAAAAAewAAAAAAHQAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAABWwAAAAADWwAAAAABWwAAAAAAWwAAAAADewAAAAAAZQAAAAADZQAAAAAAZQAAAAACZQAAAAAAZQAAAAAAewAAAAAAJgAAAAAAewAAAAAAZQAAAAAAZgAAAAABZgAAAAAAZgAAAAADWwAAAAACWwAAAAABWwAAAAAAewAAAAAAZQAAAAABWwAAAAAAWwAAAAACLQAAAAADZQAAAAABZQAAAAAAZQAAAAADZQAAAAACZQAAAAABWwAAAAACWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAACWwAAAAACWwAAAAAAZQAAAAABLQAAAAAAWwAAAAAAWwAAAAADLQAAAAABLQAAAAADLQAAAAAALQAAAAABLQAAAAABZgAAAAADZgAAAAAAZgAAAAACWwAAAAADWwAAAAAAWwAAAAABewAAAAAAZQAAAAADWwAAAAABLQAAAAABLQAAAAACLQAAAAAACQAAAAAKCQAAAAAACQAAAAAALQAAAAAAWwAAAAABWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAADWwAAAAAAewAAAAAAZQAAAAABWwAAAAABLQAAAAACLQAAAAADLQAAAAADCQAAAAAACQAAAAAACQAAAAAALQAAAAAAZgAAAAADZgAAAAAAZgAAAAAAWwAAAAACWwAAAAABWwAAAAAAewAAAAAAZQAAAAACLQAAAAADWwAAAAABWwAAAAACLQAAAAACLQAAAAACLQAAAAAALQAAAAAALQAAAAAAWwAAAAAAWwAAAAABWwAAAAAAWwAAAAACWwAAAAADWwAAAAAAewAAAAAAZQAAAAADWwAAAAACWwAAAAADWwAAAAAAWwAAAAABLQAAAAABWwAAAAABLQAAAAACWwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAADWwAAAAACZQAAAAACZQAAAAACZQAAAAADZQAAAAAAZQAAAAACZQAAAAABZQAAAAADTQAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAABWwAAAAADewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAWwAAAAAAagAAAAAAJgAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAZQAAAAABWwAAAAABLQAAAAAAWwAAAAADZQAAAAABewAAAAAAWwAAAAADWwAAAAABWwAAAAADWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAACWwAAAAAAWwAAAAADWwAAAAACZQAAAAACewAAAAAAewAAAAAAWwAAAAACaAAAAAADaAAAAAACaAAAAAAC version: 6 -4,-4: ind: -4,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAAC + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAWwAAAAADWwAAAAACWwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAAAWwAAAAAAWwAAAAAC version: 6 -3,-4: ind: -3,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAdgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAdgAAAAABdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAEwAAAAAEdgAAAAAAdgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAdgAAAAABdgAAAAACdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAADdgAAAAADNwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAABWQAAAAADeQAAAAAAdgAAAAADdgAAAAAANwAAAAAAQAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAADWQAAAAABeQAAAAAAdgAAAAAAEwAAAAAANwAAAAABWQAAAAACeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAACWQAAAAABWQAAAAACeQAAAAAAdgAAAAAAdgAAAAACdgAAAAABWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAADWQAAAAADWQAAAAAAeQAAAAAAdgAAAAABeQAAAAAAdgAAAAACWQAAAAABWQAAAAADWQAAAAABWQAAAAACWQAAAAACWQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAABWQAAAAABWQAAAAABeQAAAAAAdgAAAAADdgAAAAACEwAAAAAGWQAAAAACWQAAAAABWQAAAAACWQAAAAABWQAAAAACWQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAABWQAAAAACWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAABWQAAAAADeQAAAAAAYwAAAAAAYwAAAAAAYwAAAAABYwAAAAAAYwAAAAACeQAAAAAAaAAAAAAAeQAAAAAAagAAAAAC + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAeAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAeAAAAAABeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAEwAAAAAEeAAAAAAAeAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAeAAAAAABeAAAAAACeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAADeAAAAAADNwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAWwAAAAADWwAAAAAAWwAAAAABWwAAAAADewAAAAAAeAAAAAADeAAAAAAANwAAAAAAQAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAWwAAAAACWwAAAAADWwAAAAAAWwAAAAADWwAAAAABewAAAAAAeAAAAAAAEwAAAAAANwAAAAABWwAAAAACewAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADWwAAAAAAWwAAAAACWwAAAAABWwAAAAACewAAAAAAeAAAAAAAeAAAAAACeAAAAAABWwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAADWwAAAAADWwAAAAADWwAAAAAAewAAAAAAeAAAAAABewAAAAAAeAAAAAACWwAAAAABWwAAAAADWwAAAAABWwAAAAACWwAAAAACWwAAAAAAewAAAAAAWwAAAAACWwAAAAABWwAAAAABWwAAAAABWwAAAAABewAAAAAAeAAAAAADeAAAAAACEwAAAAAGWwAAAAACWwAAAAABWwAAAAACWwAAAAABWwAAAAACWwAAAAAAewAAAAAAWwAAAAACWwAAAAABWwAAAAAAWwAAAAABWwAAAAAAewAAAAAAewAAAAAAeAAAAAAAewAAAAAAWwAAAAABWwAAAAADWwAAAAADWwAAAAABWwAAAAACWwAAAAABewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAABWwAAAAAAWwAAAAABWwAAAAADewAAAAAAZQAAAAAAZQAAAAAAZQAAAAABZQAAAAAAZQAAAAACewAAAAAAagAAAAAAewAAAAAAbAAAAAAC version: 6 -2,-2: ind: -2,-2 - tiles: WQAAAAADWQAAAAADWQAAAAACIgAAAAADHQAAAAADIgAAAAABeQAAAAAAHQAAAAABJQAAAAADHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAACIgAAAAADWQAAAAAAWQAAAAACWQAAAAADWQAAAAACWQAAAAAAWQAAAAABHQAAAAAAHQAAAAABJQAAAAACHQAAAAAAeQAAAAAAHQAAAAABHQAAAAABHQAAAAAAHQAAAAACHQAAAAADZgAAAAAAZgAAAAACZgAAAAAAZgAAAAACZgAAAAADWQAAAAAAeQAAAAAAHQAAAAAAJQAAAAACHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAABHQAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAACWQAAAAADWQAAAAADeQAAAAAAHQAAAAACJQAAAAADHQAAAAABeQAAAAAAHQAAAAACHQAAAAAAIgAAAAADIgAAAAABIgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAJQAAAAACHQAAAAADeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAIgAAAAAAHQAAAAADHQAAAAABHQAAAAADHQAAAAADHQAAAAABHQAAAAACHQAAAAADHQAAAAADIAAAAAABHQAAAAADHQAAAAAAHQAAAAACHQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAIAAAAAADJAAAAAABJAAAAAACJAAAAAADJAAAAAAAJAAAAAAAJAAAAAAAIAAAAAAAIAAAAAABIAAAAAADJAAAAAACJAAAAAADIAAAAAAAIAAAAAAAeQAAAAAAHQAAAAABHQAAAAADHQAAAAACHQAAAAADHQAAAAADHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAADHQAAAAADHQAAAAABHQAAAAADHQAAAAACHQAAAAACIAAAAAADHQAAAAAAWQAAAAACHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACJQAAAAADeQAAAAAAWQAAAAADHQAAAAADeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAADeQAAAAAAHQAAAAADJQAAAAACeQAAAAAAHQAAAAACHQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAHQAAAAADHQAAAAADHQAAAAAAeQAAAAAAHQAAAAADJQAAAAADeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAANgAAAAAAEQAAAAAANgAAAAAAeQAAAAAAHQAAAAACJQAAAAABeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAEQAAAAAANgAAAAAAEQAAAAAAeQAAAAAAHQAAAAADJQAAAAADHQAAAAAAHQAAAAADTQAAAAAAeQAAAAAAYQAAAAADYQAAAAADYQAAAAADYQAAAAABYQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACJQAAAAADeQAAAAAAHQAAAAAATQAAAAAATQAAAAAAYQAAAAABYQAAAAABYQAAAAADYQAAAAAAYQAAAAADYQAAAAADYQAAAAADeQAAAAAAHQAAAAADHQAAAAADHQAAAAAAIAAAAAADeQAAAAAAHQAAAAACTQAAAAAATQAAAAAAYQAAAAADYQAAAAACYQAAAAABYQAAAAABYQAAAAAAYQAAAAACYQAAAAACHQAAAAAAJAAAAAAAJAAAAAADIAAAAAACIAAAAAADeQAAAAAAHQAAAAAD + tiles: WwAAAAADWwAAAAADWwAAAAACIgAAAAADHQAAAAADIgAAAAABewAAAAAAHQAAAAABJQAAAAADHQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAIgAAAAACIgAAAAADWwAAAAAAWwAAAAACWwAAAAADWwAAAAACWwAAAAAAWwAAAAABHQAAAAAAHQAAAAABJQAAAAACHQAAAAAAewAAAAAAHQAAAAABHQAAAAABHQAAAAAAHQAAAAACHQAAAAADaAAAAAAAaAAAAAACaAAAAAAAaAAAAAACaAAAAAADWwAAAAAAewAAAAAAHQAAAAAAJQAAAAACHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAABHQAAAAAAWwAAAAADWwAAAAADWwAAAAABWwAAAAACWwAAAAADWwAAAAADewAAAAAAHQAAAAACJQAAAAADHQAAAAABewAAAAAAHQAAAAACHQAAAAAAIgAAAAADIgAAAAABIgAAAAACewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAJQAAAAACHQAAAAADewAAAAAAewAAAAAAHQAAAAACewAAAAAAewAAAAAAIgAAAAAAHQAAAAADHQAAAAABHQAAAAADHQAAAAADHQAAAAABHQAAAAACHQAAAAADHQAAAAADIAAAAAABHQAAAAADHQAAAAAAHQAAAAACHQAAAAAAHQAAAAACewAAAAAAewAAAAAAIAAAAAADJAAAAAABJAAAAAACJAAAAAADJAAAAAAAJAAAAAAAJAAAAAAAIAAAAAAAIAAAAAAAIAAAAAADJAAAAAACJAAAAAADIAAAAAAAIAAAAAAAewAAAAAAHQAAAAABHQAAAAADHQAAAAACHQAAAAADHQAAAAADHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAADHQAAAAACHQAAAAACIAAAAAADHQAAAAAAWwAAAAACHQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAHQAAAAACJQAAAAADewAAAAAAWwAAAAADHQAAAAADewAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAADewAAAAAAHQAAAAADJQAAAAACewAAAAAAHQAAAAACHQAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAHQAAAAADHQAAAAADHQAAAAAAewAAAAAAHQAAAAADJQAAAAADewAAAAAAewAAAAAAHQAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAANgAAAAAAEQAAAAAANgAAAAAAewAAAAAAHQAAAAACJQAAAAABewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAewAAAAAAEQAAAAAANgAAAAAAEQAAAAAAewAAAAAAHQAAAAADJQAAAAADHQAAAAAAHQAAAAADTQAAAAAAewAAAAAAYwAAAAADYwAAAAADYwAAAAADYwAAAAABYwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAACJQAAAAADewAAAAAAHQAAAAAATQAAAAAATQAAAAAAYwAAAAABYwAAAAABYwAAAAADYwAAAAAAYwAAAAADYwAAAAADYwAAAAADewAAAAAAHQAAAAADHQAAAAADHQAAAAAAIAAAAAADewAAAAAAHQAAAAACTQAAAAAATQAAAAAAYwAAAAADYwAAAAACYwAAAAABYwAAAAABYwAAAAAAYwAAAAACYwAAAAACHQAAAAAAJAAAAAAAJAAAAAADIAAAAAACIAAAAAADewAAAAAAHQAAAAAD version: 6 -1,-2: ind: -1,-2 - tiles: IgAAAAAAHQAAAAACIgAAAAADIgAAAAACIgAAAAABeQAAAAAAeQAAAAAAIQAAAAAAIQAAAAACIQAAAAACIQAAAAAAIQAAAAABIQAAAAACJgAAAAADJgAAAAADJgAAAAABHQAAAAACHQAAAAACHQAAAAADHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAIQAAAAABJgAAAAABJgAAAAACJgAAAAACJgAAAAACJgAAAAACJgAAAAABJgAAAAAAIgAAAAAAHQAAAAADHQAAAAABHQAAAAADHQAAAAABHQAAAAABeQAAAAAAeQAAAAAAIQAAAAACJgAAAAAAJgAAAAABIgAAAAAAJgAAAAAAJgAAAAAAJgAAAAADIQAAAAADJgAAAAACHQAAAAABHQAAAAABIgAAAAACIgAAAAADIgAAAAAAeQAAAAAAeQAAAAAAIQAAAAABJgAAAAAAJgAAAAACIgAAAAACJgAAAAABIgAAAAACJgAAAAAAJgAAAAABIQAAAAAAHQAAAAABHQAAAAACIgAAAAAAIgAAAAAAIgAAAAABeQAAAAAAeQAAAAAAIQAAAAADIQAAAAABJgAAAAABJgAAAAABIgAAAAADJgAAAAABIgAAAAABJgAAAAABJgAAAAADHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAACIQAAAAABIQAAAAADJgAAAAADIgAAAAACIgAAAAABJgAAAAABJgAAAAADHQAAAAAAHQAAAAABHQAAAAACHQAAAAACHQAAAAADHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAABIgAAAAADIgAAAAABIQAAAAABIgAAAAAAWQAAAAABWQAAAAACWQAAAAAAWQAAAAACdgAAAAADdgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAACWQAAAAACdgAAAAADdgAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABHQAAAAABHQAAAAACHQAAAAABdgAAAAAAdgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACHQAAAAACHQAAAAABHQAAAAACeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACHQAAAAAAHQAAAAAAHQAAAAADeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABHQAAAAACHQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAABdgAAAAAAdgAAAAACeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAAAdgAAAAADdgAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: IgAAAAAAHQAAAAACIgAAAAADIgAAAAACIgAAAAABewAAAAAAewAAAAAAIQAAAAAAIQAAAAACIQAAAAACIQAAAAAAIQAAAAABIQAAAAACJgAAAAADJgAAAAADJgAAAAABHQAAAAACHQAAAAACHQAAAAADHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAIQAAAAABJgAAAAABJgAAAAACJgAAAAACJgAAAAACJgAAAAACJgAAAAABJgAAAAAAIgAAAAAAHQAAAAADHQAAAAABHQAAAAADHQAAAAABHQAAAAABewAAAAAAewAAAAAAIQAAAAACJgAAAAAAJgAAAAABIgAAAAAAJgAAAAAAJgAAAAAAJgAAAAADIQAAAAADJgAAAAACHQAAAAABHQAAAAABIgAAAAACIgAAAAADIgAAAAAAewAAAAAAewAAAAAAIQAAAAABJgAAAAAAJgAAAAACIgAAAAACJgAAAAABIgAAAAACJgAAAAAAJgAAAAABIQAAAAAAHQAAAAABHQAAAAACIgAAAAAAIgAAAAAAIgAAAAABewAAAAAAewAAAAAAIQAAAAADIQAAAAABJgAAAAABJgAAAAABIgAAAAADJgAAAAABIgAAAAABJgAAAAABJgAAAAADHQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAACIQAAAAABIQAAAAADJgAAAAADIgAAAAACIgAAAAABJgAAAAABJgAAAAADHQAAAAAAHQAAAAABHQAAAAACHQAAAAACHQAAAAADHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIgAAAAABIgAAAAADIgAAAAABIQAAAAABIgAAAAAAWwAAAAABWwAAAAACWwAAAAAAWwAAAAACeAAAAAADeAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAAAWwAAAAACWwAAAAACeAAAAAADeAAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABHQAAAAABHQAAAAACHQAAAAABeAAAAAAAeAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACHQAAAAACHQAAAAABHQAAAAACewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACHQAAAAAAHQAAAAAAHQAAAAADewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABHQAAAAACHQAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAABeAAAAAAAeAAAAAACewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAADeAAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -2,-3: ind: -2,-3 - tiles: eQAAAAAAdgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAAAYwAAAAACYwAAAAABWQAAAAACLQAAAAAAWQAAAAAAWQAAAAAAYwAAAAABYwAAAAADYwAAAAAAYwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAAAYwAAAAACWQAAAAADWQAAAAAALQAAAAABWQAAAAABWQAAAAACYwAAAAACYwAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAAAWQAAAAABWQAAAAACLQAAAAADWQAAAAACWQAAAAACWQAAAAABYwAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAYwAAAAABWQAAAAAAWQAAAAAAYwAAAAACYwAAAAABYwAAAAACYwAAAAACYwAAAAAAYwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACLQAAAAADWQAAAAADeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAACeQAAAAAAHQAAAAADHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAAAYwAAAAACYwAAAAABWQAAAAADYwAAAAADeQAAAAAAeQAAAAAANgAAAAAAEQAAAAAANgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALQAAAAACWQAAAAACWQAAAAABWQAAAAACYwAAAAACWQAAAAAAHQAAAAACEQAAAAAANgAAAAAAEQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAWQAAAAADWQAAAAAALQAAAAAAYwAAAAADeQAAAAAAeQAAAAAAHQAAAAACNgAAAAAAEQAAAAAANgAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAALQAAAAADLQAAAAAAWQAAAAABYwAAAAABeQAAAAAAHQAAAAACHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAALQAAAAACLQAAAAACWQAAAAAAYwAAAAADWQAAAAACHQAAAAAAHgAAAAADHgAAAAABHgAAAAAAHQAAAAADeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAWQAAAAACWQAAAAADLQAAAAAAYwAAAAAAeQAAAAAAHQAAAAABHgAAAAAAHgAAAAACHgAAAAABHQAAAAADeQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAADYwAAAAADeQAAAAAAHQAAAAADHQAAAAACHQAAAAABHQAAAAACHQAAAAADeQAAAAAAHQAAAAACHQAAAAADHQAAAAADHQAAAAABHQAAAAABYwAAAAABYwAAAAACYwAAAAABYwAAAAABeQAAAAAAIgAAAAADIgAAAAABeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAHQAAAAACHQAAAAAAHQAAAAADHQAAAAADHQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJQAAAAABHQAAAAABeQAAAAAAHQAAAAADHQAAAAACHQAAAAADHQAAAAABHQAAAAADWQAAAAACWQAAAAACWQAAAAAAIgAAAAADHQAAAAAAHQAAAAACeQAAAAAAHQAAAAADJQAAAAADHQAAAAADeQAAAAAAHQAAAAACHQAAAAADHQAAAAADHQAAAAADHQAAAAABZgAAAAABZgAAAAAAWQAAAAAAHQAAAAAAHQAAAAABHQAAAAAAeQAAAAAAHQAAAAADJQAAAAAAHQAAAAADHQAAAAABHQAAAAADHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: ewAAAAAAeAAAAAADewAAAAAAewAAAAAAewAAAAAAZQAAAAAAZQAAAAACZQAAAAABWwAAAAACLQAAAAAAWwAAAAAAWwAAAAAAZQAAAAABZQAAAAADZQAAAAAAZQAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAAAZQAAAAACWwAAAAADWwAAAAAALQAAAAABWwAAAAABWwAAAAACZQAAAAACZQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAAAWwAAAAABWwAAAAACLQAAAAADWwAAAAACWwAAAAACWwAAAAABZQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAACewAAAAAAZQAAAAABWwAAAAAAWwAAAAAAZQAAAAACZQAAAAABZQAAAAACZQAAAAACZQAAAAAAZQAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAABHQAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAACLQAAAAADWwAAAAADewAAAAAAewAAAAAAWwAAAAAAWwAAAAABWwAAAAACewAAAAAAHQAAAAADHQAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAAAZQAAAAACZQAAAAABWwAAAAADZQAAAAADewAAAAAAewAAAAAANgAAAAAAEQAAAAAANgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAALQAAAAACWwAAAAACWwAAAAABWwAAAAACZQAAAAACWwAAAAAAHQAAAAACEQAAAAAANgAAAAAAEQAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAWwAAAAADWwAAAAAALQAAAAAAZQAAAAADewAAAAAAewAAAAAAHQAAAAACNgAAAAAAEQAAAAAANgAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAALQAAAAADLQAAAAAAWwAAAAABZQAAAAABewAAAAAAHQAAAAACHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAALQAAAAACLQAAAAACWwAAAAAAZQAAAAADWwAAAAACHQAAAAAAHgAAAAADHgAAAAABHgAAAAAAHQAAAAADewAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAWwAAAAACWwAAAAADLQAAAAAAZQAAAAAAewAAAAAAHQAAAAABHgAAAAAAHgAAAAACHgAAAAABHQAAAAADewAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAWwAAAAADWwAAAAAAWwAAAAADZQAAAAADewAAAAAAHQAAAAADHQAAAAACHQAAAAABHQAAAAACHQAAAAADewAAAAAAHQAAAAACHQAAAAADHQAAAAADHQAAAAABHQAAAAABZQAAAAABZQAAAAACZQAAAAABZQAAAAABewAAAAAAIgAAAAADIgAAAAABewAAAAAAHQAAAAACewAAAAAAewAAAAAAHQAAAAACHQAAAAAAHQAAAAADHQAAAAADHQAAAAABWwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJQAAAAABHQAAAAABewAAAAAAHQAAAAADHQAAAAACHQAAAAADHQAAAAABHQAAAAADWwAAAAACWwAAAAACWwAAAAAAIgAAAAADHQAAAAAAHQAAAAACewAAAAAAHQAAAAADJQAAAAADHQAAAAADewAAAAAAHQAAAAACHQAAAAADHQAAAAADHQAAAAADHQAAAAABaAAAAAABaAAAAAAAWwAAAAAAHQAAAAAAHQAAAAABHQAAAAAAewAAAAAAHQAAAAADJQAAAAAAHQAAAAADHQAAAAABHQAAAAADHQAAAAAAewAAAAAAewAAAAAAewAAAAAA version: 6 -1,-3: ind: -1,-3 - tiles: YwAAAAACeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATAAAAAAAeQAAAAAATAAAAAAATAAAAAAAeQAAAAAAIQAAAAAAeQAAAAAAeQAAAAAAYwAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAIQAAAAAAIQAAAAACIQAAAAACIQAAAAABIQAAAAAAdgAAAAACdgAAAAADdgAAAAAAeQAAAAAAYwAAAAABeQAAAAAAHQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAJgAAAAADJgAAAAACJgAAAAABJgAAAAACJgAAAAACdgAAAAABdgAAAAABdgAAAAAAeQAAAAAAYwAAAAADeQAAAAAAHQAAAAACHQAAAAADeQAAAAAAeQAAAAAAJgAAAAACIQAAAAABIQAAAAAAIQAAAAADIQAAAAAAJgAAAAABJgAAAAAAJgAAAAABIQAAAAABeQAAAAAAYwAAAAABHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIQAAAAAAeQAAAAAAIQAAAAABJgAAAAABJgAAAAACIQAAAAACJgAAAAABYwAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAIQAAAAACJgAAAAACJgAAAAAAIQAAAAACeQAAAAAAYwAAAAAATQAAAAAAeQAAAAAAaAAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAIQAAAAABIQAAAAAAIQAAAAABIQAAAAABeQAAAAAAYwAAAAADTQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIQAAAAAAeQAAAAAAeQAAAAAAYwAAAAADTQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIQAAAAAAIQAAAAAAIQAAAAADIQAAAAABIQAAAAADIQAAAAAAIQAAAAAAeQAAAAAAYwAAAAADTQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAIQAAAAAAJgAAAAABJgAAAAADJgAAAAABJgAAAAACJgAAAAACIQAAAAABeQAAAAAAYwAAAAACWQAAAAADeQAAAAAAaAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAIQAAAAABJgAAAAACJgAAAAAAJgAAAAAAJgAAAAABJgAAAAAAIQAAAAABeQAAAAAAYwAAAAADHQAAAAADeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIQAAAAADJgAAAAABJgAAAAACJgAAAAABJgAAAAABJgAAAAADIQAAAAADeQAAAAAAYwAAAAADHQAAAAABeQAAAAAAaAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAIQAAAAACJgAAAAABJgAAAAABJgAAAAAAJgAAAAABJgAAAAADIQAAAAABeQAAAAAAJgAAAAAAHQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAIQAAAAABIQAAAAABJgAAAAADJgAAAAAAJgAAAAACIQAAAAAAIQAAAAABeQAAAAAAJgAAAAABHQAAAAADeQAAAAAAaAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIQAAAAACIQAAAAACIQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAAAeQAAAAAAeQAAAAAAIQAAAAAAeQAAAAAAeQAAAAAAIQAAAAAAIQAAAAABIQAAAAAC + tiles: ZQAAAAACewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAATAAAAAAAewAAAAAATAAAAAAATAAAAAAAewAAAAAAIQAAAAAAewAAAAAAewAAAAAAZQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAIQAAAAAAIQAAAAACIQAAAAACIQAAAAABIQAAAAAAeAAAAAACeAAAAAADeAAAAAAAewAAAAAAZQAAAAABewAAAAAAHQAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAJgAAAAADJgAAAAACJgAAAAABJgAAAAACJgAAAAACeAAAAAABeAAAAAABeAAAAAAAewAAAAAAZQAAAAADewAAAAAAHQAAAAACHQAAAAADewAAAAAAewAAAAAAJgAAAAACIQAAAAABIQAAAAAAIQAAAAADIQAAAAAAJgAAAAABJgAAAAAAJgAAAAABIQAAAAABewAAAAAAZQAAAAABHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIQAAAAAAewAAAAAAIQAAAAABJgAAAAABJgAAAAACIQAAAAACJgAAAAABZQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAIQAAAAACJgAAAAACJgAAAAAAIQAAAAACewAAAAAAZQAAAAAATQAAAAAAewAAAAAAagAAAAAAawAAAAAAagAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAIQAAAAABIQAAAAAAIQAAAAABIQAAAAABewAAAAAAZQAAAAADTQAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIQAAAAAAewAAAAAAewAAAAAAZQAAAAADTQAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIQAAAAAAIQAAAAAAIQAAAAADIQAAAAABIQAAAAADIQAAAAAAIQAAAAAAewAAAAAAZQAAAAADTQAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAIQAAAAAAJgAAAAABJgAAAAADJgAAAAABJgAAAAACJgAAAAACIQAAAAABewAAAAAAZQAAAAACWwAAAAADewAAAAAAagAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAIQAAAAABJgAAAAACJgAAAAAAJgAAAAAAJgAAAAABJgAAAAAAIQAAAAABewAAAAAAZQAAAAADHQAAAAADewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAIQAAAAADJgAAAAABJgAAAAACJgAAAAABJgAAAAABJgAAAAADIQAAAAADewAAAAAAZQAAAAADHQAAAAABewAAAAAAagAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAIQAAAAACJgAAAAABJgAAAAABJgAAAAAAJgAAAAABJgAAAAADIQAAAAABewAAAAAAJgAAAAAAHQAAAAAAWwAAAAABewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAIQAAAAABIQAAAAABJgAAAAADJgAAAAAAJgAAAAACIQAAAAAAIQAAAAABewAAAAAAJgAAAAABHQAAAAADewAAAAAAagAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIQAAAAACIQAAAAACIQAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIgAAAAAAewAAAAAAewAAAAAAIQAAAAAAewAAAAAAewAAAAAAIQAAAAAAIQAAAAABIQAAAAAC version: 6 -2,-4: ind: -2,-4 - tiles: eAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAJgAAAAAAJgAAAAADJgAAAAAAJgAAAAADJgAAAAACeQAAAAAAJgAAAAABeQAAAAAAdgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAJgAAAAABeQAAAAAAJgAAAAADJgAAAAACJgAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAJgAAAAABeQAAAAAAdgAAAAADdgAAAAABdgAAAAAAdgAAAAAAeQAAAAAAdgAAAAABdgAAAAADdgAAAAAAJgAAAAABeQAAAAAAJgAAAAABJgAAAAADJgAAAAABJgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAABEwAAAAADdgAAAAADeQAAAAAAdgAAAAADdgAAAAABdgAAAAACJgAAAAADJgAAAAACeQAAAAAAJgAAAAABJgAAAAABeQAAAAAAJgAAAAAAeQAAAAAAaQAAAAAAdgAAAAADdgAAAAADdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEwAAAAAFdgAAAAABdgAAAAADdgAAAAADdgAAAAAAdgAAAAACdgAAAAABeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAACdgAAAAABdgAAAAAAeQAAAAAAdgAAAAAAEwAAAAADdgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAANwAAAAAANwAAAAAAdgAAAAACEwAAAAADdgAAAAAAdgAAAAADdgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAANwAAAAAANwAAAAABdgAAAAAAdgAAAAACdgAAAAABdgAAAAABdgAAAAAAeQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAeQAAAAAAeQAAAAAANwAAAAABNwAAAAABdgAAAAADdgAAAAABdgAAAAAAeQAAAAAAdgAAAAAAJgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAACdgAAAAACdgAAAAAAEwAAAAAAdgAAAAAAdgAAAAADeQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAeQAAAAAAaQAAAAAAdgAAAAABdgAAAAABdgAAAAABdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAeQAAAAAAeQAAAAAAdgAAAAACdgAAAAAAdgAAAAAAdgAAAAACeQAAAAAAdgAAAAACdgAAAAADdgAAAAABeQAAAAAAdgAAAAADYwAAAAAAYwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAADdgAAAAAAdgAAAAAAdgAAAAACdgAAAAAAYwAAAAABYwAAAAACYwAAAAAAYwAAAAACYwAAAAADWQAAAAABeQAAAAAAdgAAAAABEwAAAAAFagAAAAACeQAAAAAAdgAAAAADdgAAAAACdgAAAAACYwAAAAACYwAAAAADWQAAAAADWQAAAAACWQAAAAABLQAAAAACWQAAAAACLQAAAAADEwAAAAACeQAAAAAAdgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAAAWQAAAAADWQAAAAAALQAAAAABWQAAAAABWQAAAAACWQAAAAACWQAAAAAB + tiles: egAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAewAAAAAAJgAAAAAAJgAAAAADJgAAAAAAJgAAAAADJgAAAAACewAAAAAAJgAAAAABewAAAAAAeAAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAJgAAAAABewAAAAAAJgAAAAADJgAAAAACJgAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJgAAAAABewAAAAAAeAAAAAADeAAAAAABeAAAAAAAeAAAAAAAewAAAAAAeAAAAAABeAAAAAADeAAAAAAAJgAAAAABewAAAAAAJgAAAAABJgAAAAADJgAAAAABJgAAAAACewAAAAAAewAAAAAAewAAAAAAeAAAAAABEwAAAAADeAAAAAADewAAAAAAeAAAAAADeAAAAAABeAAAAAACJgAAAAADJgAAAAACewAAAAAAJgAAAAABJgAAAAABewAAAAAAJgAAAAAAewAAAAAAawAAAAAAeAAAAAADeAAAAAADeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAEwAAAAAFeAAAAAABeAAAAAADeAAAAAADeAAAAAAAeAAAAAACeAAAAAABewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAACeAAAAAABeAAAAAAAewAAAAAAeAAAAAAAEwAAAAADeAAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAANwAAAAAANwAAAAAAeAAAAAACEwAAAAADeAAAAAAAeAAAAAADeAAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAANwAAAAAANwAAAAABeAAAAAAAeAAAAAACeAAAAAABeAAAAAABeAAAAAAAewAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAewAAAAAAewAAAAAANwAAAAABNwAAAAABeAAAAAADeAAAAAABeAAAAAAAewAAAAAAeAAAAAAAJgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAACeAAAAAACeAAAAAAAEwAAAAAAeAAAAAAAeAAAAAADewAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAewAAAAAAawAAAAAAeAAAAAABeAAAAAABeAAAAAABeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAewAAAAAAewAAAAAAeAAAAAACeAAAAAAAeAAAAAAAeAAAAAACewAAAAAAeAAAAAACeAAAAAADeAAAAAABewAAAAAAeAAAAAADZQAAAAAAZQAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAADeAAAAAAAeAAAAAAAeAAAAAACeAAAAAAAZQAAAAABZQAAAAACZQAAAAAAZQAAAAACZQAAAAADWwAAAAABewAAAAAAeAAAAAABEwAAAAAFbAAAAAACewAAAAAAeAAAAAADeAAAAAACeAAAAAACZQAAAAACZQAAAAADWwAAAAADWwAAAAACWwAAAAABLQAAAAACWwAAAAACLQAAAAADEwAAAAACewAAAAAAeAAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAAAWwAAAAADWwAAAAAALQAAAAABWwAAAAABWwAAAAACWwAAAAACWwAAAAAB version: 6 -1,-4: ind: -1,-4 - tiles: dgAAAAACdgAAAAABeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAYwAAAAAATAAAAAABWQAAAAADWQAAAAABWQAAAAADWQAAAAABWQAAAAACWQAAAAAATAAAAAACdgAAAAABeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAACWQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAABWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAYwAAAAACYwAAAAABYwAAAAABYwAAAAADYwAAAAADYwAAAAAAZAAAAAADWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZAAAAAACZAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAIQAAAAABIQAAAAABIQAAAAABIQAAAAABIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAABeQAAAAAAZAAAAAACSwAAAAADeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAIQAAAAACJgAAAAACJgAAAAACJgAAAAACJgAAAAAAJgAAAAACJgAAAAAAIQAAAAACeQAAAAAAZAAAAAABSwAAAAAAaAAAAAAAeQAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAIQAAAAABIQAAAAACIQAAAAAAIQAAAAABIQAAAAACIQAAAAADIQAAAAACIQAAAAACeQAAAAAAZAAAAAADSwAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZAAAAAABZAAAAAACJgAAAAAAaQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAALwAAAAAALwAAAAAAYwAAAAAAYwAAAAACYwAAAAADYwAAAAACYwAAAAAAYwAAAAADYwAAAAACWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAALwAAAAAALwAAAAAAWQAAAAABLwAAAAAATAAAAAACTAAAAAABTAAAAAADLwAAAAAAWQAAAAADTAAAAAABTAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAAAWQAAAAACWQAAAAADeQAAAAAALwAAAAAALwAAAAAALwAAAAAAeQAAAAAAWQAAAAABTAAAAAAALQAAAAAAeQAAAAAAeQAAAAAAYwAAAAACYwAAAAACYwAAAAADWQAAAAADWQAAAAACWQAAAAAALwAAAAAATAAAAAAATAAAAAADTAAAAAAALwAAAAAAWQAAAAAATAAAAAACLQAAAAAAYwAAAAAAYwAAAAAAWQAAAAABLQAAAAADWQAAAAAALQAAAAADWQAAAAACWQAAAAACWQAAAAACWQAAAAADWQAAAAABWQAAAAABWQAAAAABWQAAAAABTAAAAAACTAAAAAAAWQAAAAABLQAAAAABWQAAAAADWQAAAAADWQAAAAADYwAAAAABYwAAAAABYwAAAAACYwAAAAADYwAAAAABYwAAAAABYwAAAAAAYwAAAAABYwAAAAADYwAAAAAAWQAAAAABWQAAAAADYwAAAAACYwAAAAACYwAAAAACYwAAAAADeQAAAAAAJgAAAAAATAAAAAAATAAAAAAATAAAAAAATAAAAAAATAAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAYwAAAAADYwAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAACJgAAAAACJgAAAAAAJgAAAAADJgAAAAADJgAAAAAAJgAAAAABJgAAAAADeQAAAAAAYwAAAAAC + tiles: eAAAAAACeAAAAAABewAAAAAAawAAAAAAewAAAAAAewAAAAAAJgAAAAAAZQAAAAAATAAAAAABWwAAAAADWwAAAAABWwAAAAADWwAAAAABWwAAAAACWwAAAAAATAAAAAACeAAAAAABewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAACWwAAAAAAWwAAAAACWwAAAAABWwAAAAADWwAAAAABWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAJgAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAZQAAAAACZQAAAAABZQAAAAABZQAAAAADZQAAAAADZQAAAAAAZgAAAAADWwAAAAACWwAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZgAAAAACZgAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAJgAAAAAAIQAAAAABIQAAAAABIQAAAAABIQAAAAABIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAABewAAAAAAZgAAAAACSwAAAAADewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAIQAAAAACJgAAAAACJgAAAAACJgAAAAACJgAAAAAAJgAAAAACJgAAAAAAIQAAAAACewAAAAAAZgAAAAABSwAAAAAAagAAAAAAewAAAAAAawAAAAAAagAAAAAAewAAAAAAIQAAAAABIQAAAAACIQAAAAAAIQAAAAABIQAAAAACIQAAAAADIQAAAAACIQAAAAACewAAAAAAZgAAAAADSwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZgAAAAABZgAAAAACJgAAAAAAawAAAAAAewAAAAAAagAAAAAAewAAAAAALwAAAAAALwAAAAAAZQAAAAAAZQAAAAACZQAAAAADZQAAAAACZQAAAAAAZQAAAAADZQAAAAACWwAAAAABWwAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAALwAAAAAALwAAAAAAWwAAAAABLwAAAAAATAAAAAACTAAAAAABTAAAAAADLwAAAAAAWwAAAAADTAAAAAABTAAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAAAWwAAAAACWwAAAAADewAAAAAALwAAAAAALwAAAAAALwAAAAAAewAAAAAAWwAAAAABTAAAAAAALQAAAAAAewAAAAAAewAAAAAAZQAAAAACZQAAAAACZQAAAAADWwAAAAADWwAAAAACWwAAAAAALwAAAAAATAAAAAAATAAAAAADTAAAAAAALwAAAAAAWwAAAAAATAAAAAACLQAAAAAAZQAAAAAAZQAAAAAAWwAAAAABLQAAAAADWwAAAAAALQAAAAADWwAAAAACWwAAAAACWwAAAAACWwAAAAADWwAAAAABWwAAAAABWwAAAAABWwAAAAABTAAAAAACTAAAAAAAWwAAAAABLQAAAAABWwAAAAADWwAAAAADWwAAAAADZQAAAAABZQAAAAABZQAAAAACZQAAAAADZQAAAAABZQAAAAABZQAAAAAAZQAAAAABZQAAAAADZQAAAAAAWwAAAAABWwAAAAADZQAAAAACZQAAAAACZQAAAAACZQAAAAADewAAAAAAJgAAAAAATAAAAAAATAAAAAAATAAAAAAATAAAAAAATAAAAAAAJgAAAAAAewAAAAAAewAAAAAAZQAAAAADZQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAACJgAAAAACJgAAAAAAJgAAAAADJgAAAAADJgAAAAAAJgAAAAABJgAAAAADewAAAAAAZQAAAAAC version: 6 0,-2: ind: 0,-2 - tiles: IgAAAAABJgAAAAACJgAAAAABJgAAAAAAIQAAAAABIQAAAAACIQAAAAABIQAAAAADIQAAAAACIQAAAAADeQAAAAAAeQAAAAAASgAAAAADSgAAAAADSgAAAAACeQAAAAAAIgAAAAACIgAAAAACJgAAAAACJgAAAAABJgAAAAACJgAAAAAAJgAAAAABJgAAAAABJgAAAAADIQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAABJgAAAAAAIQAAAAADJgAAAAADJgAAAAABJgAAAAABIgAAAAAAJgAAAAADJgAAAAAAIQAAAAABeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIQAAAAAAIQAAAAADJgAAAAACJgAAAAADIgAAAAAAJgAAAAABIgAAAAADJgAAAAADJgAAAAADIQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAACJgAAAAABJgAAAAAAIgAAAAABJgAAAAADIgAAAAAAJgAAAAACIQAAAAADIQAAAAACIQAAAAADeQAAAAAAeQAAAAAAcAAAAAACcAAAAAADcAAAAAABcAAAAAAAJgAAAAABJgAAAAAAJgAAAAABIgAAAAADIgAAAAABJgAAAAADIQAAAAACIQAAAAABJgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAcAAAAAABcAAAAAADcAAAAAABcAAAAAADIgAAAAADIgAAAAACIQAAAAACIgAAAAABIgAAAAADIgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAcAAAAAADcAAAAAAAcAAAAAACcAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAcAAAAAACcAAAAAADcAAAAAADcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAcAAAAAADcAAAAAADcAAAAAABcAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAcAAAAAADcAAAAAABcAAAAAACcAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAIQAAAAABIQAAAAADIQAAAAAAIQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAIQAAAAADJgAAAAADJgAAAAABJgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAIQAAAAADJgAAAAADJgAAAAABJgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAIQAAAAAAJgAAAAACJgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAIQAAAAADIQAAAAAAJgAAAAAA + tiles: IgAAAAABJgAAAAACJgAAAAABJgAAAAAAIQAAAAABIQAAAAACIQAAAAABIQAAAAADIQAAAAACIQAAAAADewAAAAAAewAAAAAASgAAAAADSgAAAAADSgAAAAACewAAAAAAIgAAAAACIgAAAAACJgAAAAACJgAAAAABJgAAAAACJgAAAAAAJgAAAAABJgAAAAABJgAAAAADIQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAABJgAAAAAAIQAAAAADJgAAAAADJgAAAAABJgAAAAABIgAAAAAAJgAAAAADJgAAAAAAIQAAAAABewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIQAAAAAAIQAAAAADJgAAAAACJgAAAAADIgAAAAAAJgAAAAABIgAAAAADJgAAAAADJgAAAAADIQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAACJgAAAAABJgAAAAAAIgAAAAABJgAAAAADIgAAAAAAJgAAAAACIQAAAAADIQAAAAACIQAAAAADewAAAAAAewAAAAAAcgAAAAACcgAAAAADcgAAAAABcgAAAAAAJgAAAAABJgAAAAAAJgAAAAABIgAAAAADIgAAAAABJgAAAAADIQAAAAACIQAAAAABJgAAAAADewAAAAAAewAAAAAAewAAAAAAcgAAAAABcgAAAAADcgAAAAABcgAAAAADIgAAAAADIgAAAAACIQAAAAACIgAAAAABIgAAAAADIgAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAcgAAAAADcgAAAAAAcgAAAAACcgAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAcgAAAAACcgAAAAADcgAAAAADcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAcgAAAAADcgAAAAADcgAAAAABcgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAcgAAAAADcgAAAAABcgAAAAACcgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAIQAAAAABIQAAAAADIQAAAAAAIQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAIQAAAAADJgAAAAADJgAAAAABJgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAIQAAAAADJgAAAAADJgAAAAABJgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAIQAAAAAAJgAAAAACJgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAIQAAAAADIQAAAAAAJgAAAAAA version: 6 0,-3: ind: 0,-3 - tiles: TAAAAAAAYwAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAACJgAAAAADJgAAAAACJgAAAAAAJgAAAAAAJgAAAAAATAAAAAABYwAAAAABeQAAAAAAeQAAAAAAIgAAAAABIQAAAAAAIQAAAAABIQAAAAADIQAAAAADeQAAAAAAJgAAAAADJgAAAAABJgAAAAADJgAAAAAAJgAAAAACJgAAAAABWQAAAAAAYwAAAAABeQAAAAAAeQAAAAAAeQAAAAAAIQAAAAADJgAAAAAAJgAAAAABIQAAAAABeQAAAAAAJgAAAAABJgAAAAABJgAAAAADJgAAAAABJgAAAAACJgAAAAACWQAAAAADYwAAAAADJgAAAAABJgAAAAAAJgAAAAABIQAAAAACJgAAAAADJgAAAAACIQAAAAAAeQAAAAAAJgAAAAABJgAAAAABJgAAAAACJgAAAAADJgAAAAADJgAAAAAATAAAAAADYwAAAAACeQAAAAAAeQAAAAAAeQAAAAAAIQAAAAABJgAAAAABJgAAAAAAIQAAAAADeQAAAAAAJgAAAAADJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAACJgAAAAACTAAAAAACYwAAAAADeQAAAAAAeQAAAAAAIgAAAAADIQAAAAADIQAAAAAAIQAAAAADIQAAAAAAeQAAAAAAJgAAAAADJgAAAAAAJgAAAAADJgAAAAADJgAAAAAAJgAAAAADWQAAAAAAYwAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAADJgAAAAABJgAAAAACJgAAAAAAJgAAAAACJgAAAAABWQAAAAACYwAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATAAAAAADYwAAAAADeQAAAAAAIQAAAAABIQAAAAADIQAAAAABIQAAAAABIQAAAAABIQAAAAAAIQAAAAADeQAAAAAAJgAAAAADJgAAAAAAJgAAAAABJgAAAAACeQAAAAAATAAAAAAAYwAAAAADeQAAAAAAIQAAAAAAJgAAAAADJgAAAAADJgAAAAAAJgAAAAACJgAAAAABIQAAAAABeQAAAAAAJgAAAAACeQAAAAAAJgAAAAAAJgAAAAABJgAAAAAAWQAAAAABYwAAAAABeQAAAAAAIQAAAAACJgAAAAABJgAAAAADJgAAAAAAJgAAAAACJgAAAAADIQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAWQAAAAABYwAAAAABeQAAAAAAIQAAAAAAJgAAAAAAJgAAAAADJgAAAAADJgAAAAAAJgAAAAACIQAAAAADeQAAAAAAJgAAAAAAdgAAAAACdgAAAAADdgAAAAAAeQAAAAAAeQAAAAAAJgAAAAACeQAAAAAAIQAAAAABJgAAAAACJgAAAAABJgAAAAAAJgAAAAAAJgAAAAADIQAAAAACJgAAAAACJgAAAAACdgAAAAACdgAAAAADdgAAAAAAeQAAAAAAJgAAAAAAJgAAAAADeQAAAAAAIQAAAAAAIQAAAAABJgAAAAAAJgAAAAAAJgAAAAADIQAAAAACIQAAAAABeQAAAAAAJgAAAAAAJgAAAAABJgAAAAABJgAAAAAAeQAAAAAAeQAAAAAAJgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAIQAAAAABIQAAAAADIQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAACJgAAAAAAJgAAAAABJgAAAAAAeQAAAAAAIQAAAAAAIQAAAAADIQAAAAACIQAAAAAAeQAAAAAAeQAAAAAAIQAAAAAAeQAAAAAAeQAAAAAAIgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: TAAAAAAAZQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAACJgAAAAADJgAAAAACJgAAAAAAJgAAAAAAJgAAAAAATAAAAAABZQAAAAABewAAAAAAewAAAAAAIgAAAAABIQAAAAAAIQAAAAABIQAAAAADIQAAAAADewAAAAAAJgAAAAADJgAAAAABJgAAAAADJgAAAAAAJgAAAAACJgAAAAABWwAAAAAAZQAAAAABewAAAAAAewAAAAAAewAAAAAAIQAAAAADJgAAAAAAJgAAAAABIQAAAAABewAAAAAAJgAAAAABJgAAAAABJgAAAAADJgAAAAABJgAAAAACJgAAAAACWwAAAAADZQAAAAADJgAAAAABJgAAAAAAJgAAAAABIQAAAAACJgAAAAADJgAAAAACIQAAAAAAewAAAAAAJgAAAAABJgAAAAABJgAAAAACJgAAAAADJgAAAAADJgAAAAAATAAAAAADZQAAAAACewAAAAAAewAAAAAAewAAAAAAIQAAAAABJgAAAAABJgAAAAAAIQAAAAADewAAAAAAJgAAAAADJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAACJgAAAAACTAAAAAACZQAAAAADewAAAAAAewAAAAAAIgAAAAADIQAAAAADIQAAAAAAIQAAAAADIQAAAAAAewAAAAAAJgAAAAADJgAAAAAAJgAAAAADJgAAAAADJgAAAAAAJgAAAAADWwAAAAAAZQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAADJgAAAAABJgAAAAACJgAAAAAAJgAAAAACJgAAAAABWwAAAAACZQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATAAAAAADZQAAAAADewAAAAAAIQAAAAABIQAAAAADIQAAAAABIQAAAAABIQAAAAABIQAAAAAAIQAAAAADewAAAAAAJgAAAAADJgAAAAAAJgAAAAABJgAAAAACewAAAAAATAAAAAAAZQAAAAADewAAAAAAIQAAAAAAJgAAAAADJgAAAAADJgAAAAAAJgAAAAACJgAAAAABIQAAAAABewAAAAAAJgAAAAACewAAAAAAJgAAAAAAJgAAAAABJgAAAAAAWwAAAAABZQAAAAABewAAAAAAIQAAAAACJgAAAAABJgAAAAADJgAAAAAAJgAAAAACJgAAAAADIQAAAAABewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAWwAAAAABZQAAAAABewAAAAAAIQAAAAAAJgAAAAAAJgAAAAADJgAAAAADJgAAAAAAJgAAAAACIQAAAAADewAAAAAAJgAAAAAAeAAAAAACeAAAAAADeAAAAAAAewAAAAAAewAAAAAAJgAAAAACewAAAAAAIQAAAAABJgAAAAACJgAAAAABJgAAAAAAJgAAAAAAJgAAAAADIQAAAAACJgAAAAACJgAAAAACeAAAAAACeAAAAAADeAAAAAAAewAAAAAAJgAAAAAAJgAAAAADewAAAAAAIQAAAAAAIQAAAAABJgAAAAAAJgAAAAAAJgAAAAADIQAAAAACIQAAAAABewAAAAAAJgAAAAAAJgAAAAABJgAAAAABJgAAAAAAewAAAAAAewAAAAAAJgAAAAADewAAAAAAewAAAAAAewAAAAAAIQAAAAABIQAAAAADIQAAAAABewAAAAAAewAAAAAAewAAAAAAJgAAAAACJgAAAAAAJgAAAAABJgAAAAAAewAAAAAAIQAAAAAAIQAAAAADIQAAAAACIQAAAAAAewAAAAAAewAAAAAAIQAAAAAAewAAAAAAewAAAAAAIgAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAA version: 6 0,-4: ind: 0,-4 - tiles: TAAAAAABTAAAAAABWQAAAAACWQAAAAACWQAAAAAAWQAAAAABWQAAAAABWQAAAAACTAAAAAADYwAAAAADaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAASgAAAAAAWQAAAAACWQAAAAABWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAACWQAAAAABWQAAAAACYwAAAAABeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAACZAAAAAACYwAAAAADYwAAAAADYwAAAAABYwAAAAADYwAAAAADYwAAAAADeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAZAAAAAACZAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAASgAAAAAASgAAAAABWQAAAAACSwAAAAAAZAAAAAABeQAAAAAAcAAAAAABcAAAAAADcAAAAAACcAAAAAAAcAAAAAACcAAAAAADcAAAAAADcAAAAAACWQAAAAAAeQAAAAAAeQAAAAAASgAAAAACWQAAAAACSwAAAAAAZAAAAAABeQAAAAAAcAAAAAACdQAAAAAAdQAAAAACdQAAAAABdQAAAAACdQAAAAADdQAAAAAAcAAAAAAAeQAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAWQAAAAADSwAAAAABZAAAAAADeQAAAAAAcAAAAAAAcAAAAAADcAAAAAACcAAAAAABcAAAAAAAcAAAAAADcAAAAAABcAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZAAAAAAAZAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAWQAAAAACWQAAAAABWQAAAAADYwAAAAABYwAAAAAAYwAAAAADYwAAAAACYwAAAAABYwAAAAAAYwAAAAAALwAAAAAALwAAAAAAeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATAAAAAACTAAAAAABTAAAAAACWQAAAAACLwAAAAAATAAAAAABTAAAAAACTAAAAAACLwAAAAAAWQAAAAADLwAAAAAALwAAAAAAeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAALQAAAAADLQAAAAAATAAAAAAAWQAAAAACeQAAAAAALwAAAAAALwAAAAAALwAAAAAAeQAAAAAAWQAAAAAAWQAAAAABYwAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALQAAAAAALQAAAAAATAAAAAADWQAAAAACLwAAAAAATAAAAAADTAAAAAADTAAAAAABLwAAAAAAWQAAAAAAWQAAAAABWQAAAAABYwAAAAABYwAAAAABYwAAAAACYwAAAAACTAAAAAAATAAAAAADTAAAAAAAWQAAAAADWQAAAAAAWQAAAAADWQAAAAAAWQAAAAABWQAAAAACWQAAAAAAWQAAAAAALQAAAAADWQAAAAAALQAAAAADWQAAAAADLQAAAAACWQAAAAAAWQAAAAAAYwAAAAAAYwAAAAADYwAAAAADYwAAAAACYwAAAAAAYwAAAAADYwAAAAADWQAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAAAWQAAAAAAWQAAAAADWQAAAAACYwAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAABeQAAAAAAYwAAAAACYwAAAAABYwAAAAACYwAAAAAAYwAAAAACYwAAAAACYwAAAAADWQAAAAABYwAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAeQAAAAAA + tiles: TAAAAAABTAAAAAABWwAAAAACWwAAAAACWwAAAAAAWwAAAAABWwAAAAABWwAAAAACTAAAAAADZQAAAAADagAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAASgAAAAAAWwAAAAACWwAAAAABWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAACWwAAAAACWwAAAAABWwAAAAACZQAAAAABewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADWwAAAAADWwAAAAACZgAAAAACZQAAAAADZQAAAAADZQAAAAABZQAAAAADZQAAAAADZQAAAAADewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAZgAAAAACZgAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAASgAAAAAASgAAAAABWwAAAAACSwAAAAAAZgAAAAABewAAAAAAcgAAAAABcgAAAAADcgAAAAACcgAAAAAAcgAAAAACcgAAAAADcgAAAAADcgAAAAACWwAAAAAAewAAAAAAewAAAAAASgAAAAACWwAAAAACSwAAAAAAZgAAAAABewAAAAAAcgAAAAACdwAAAAAAdwAAAAACdwAAAAABdwAAAAACdwAAAAADdwAAAAAAcgAAAAAAewAAAAAAawAAAAAAagAAAAAAewAAAAAAWwAAAAADSwAAAAABZgAAAAADewAAAAAAcgAAAAAAcgAAAAADcgAAAAACcgAAAAABcgAAAAAAcgAAAAADcgAAAAABcgAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZgAAAAAAZgAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAWwAAAAACWwAAAAABWwAAAAADZQAAAAABZQAAAAAAZQAAAAADZQAAAAACZQAAAAABZQAAAAAAZQAAAAAALwAAAAAALwAAAAAAewAAAAAAZgAAAAAAZgAAAAAAZgAAAAAATAAAAAACTAAAAAABTAAAAAACWwAAAAACLwAAAAAATAAAAAABTAAAAAACTAAAAAACLwAAAAAAWwAAAAADLwAAAAAALwAAAAAAewAAAAAAZgAAAAAAZgAAAAAAZgAAAAAALQAAAAADLQAAAAAATAAAAAAAWwAAAAACewAAAAAALwAAAAAALwAAAAAALwAAAAAAewAAAAAAWwAAAAAAWwAAAAABZQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAALQAAAAAALQAAAAAATAAAAAADWwAAAAACLwAAAAAATAAAAAADTAAAAAADTAAAAAABLwAAAAAAWwAAAAAAWwAAAAABWwAAAAABZQAAAAABZQAAAAABZQAAAAACZQAAAAACTAAAAAAATAAAAAADTAAAAAAAWwAAAAADWwAAAAAAWwAAAAADWwAAAAAAWwAAAAABWwAAAAACWwAAAAAAWwAAAAAALQAAAAADWwAAAAAALQAAAAADWwAAAAADLQAAAAACWwAAAAAAWwAAAAAAZQAAAAAAZQAAAAADZQAAAAADZQAAAAACZQAAAAAAZQAAAAADZQAAAAADWwAAAAAAWwAAAAAAWwAAAAACWwAAAAABWwAAAAAAWwAAAAAAWwAAAAADWwAAAAACZQAAAAABewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAACWwAAAAABewAAAAAAZQAAAAACZQAAAAABZQAAAAACZQAAAAAAZQAAAAACZQAAAAACZQAAAAADWwAAAAABZQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAA version: 6 1,-2: ind: 1,-2 - tiles: aAAAAAAAaAAAAAAAeQAAAAAAcQAAAAACdQAAAAADbwAAAAADbwAAAAABdQAAAAAAcAAAAAACdQAAAAABcAAAAAADdQAAAAACdQAAAAAAcAAAAAAAcAAAAAACcAAAAAADeQAAAAAAeQAAAAAAeQAAAAAAcQAAAAAAcAAAAAABcAAAAAACcAAAAAAAcAAAAAABcAAAAAADJgAAAAAAcAAAAAAAdQAAAAADdQAAAAABdQAAAAAAdQAAAAAAdQAAAAACAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAdQAAAAAAdQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAcAAAAAAAdQAAAAADdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAcAAAAAAAcAAAAAACcAAAAAAAcAAAAAACcAAAAAAAcAAAAAACeQAAAAAAcAAAAAAAdQAAAAACdQAAAAAAcAAAAAABcAAAAAABcAAAAAABcAAAAAACeQAAAAAAcAAAAAABcwAAAAADcwAAAAADcwAAAAAAcwAAAAACcwAAAAACcAAAAAABJgAAAAAAcAAAAAABdQAAAAAAcAAAAAADeQAAAAAAdQAAAAABeQAAAAAAcAAAAAABJgAAAAAAcAAAAAAAcAAAAAACcAAAAAABcAAAAAACcAAAAAACcAAAAAADcAAAAAACJgAAAAAAcAAAAAAAdQAAAAAAcAAAAAADeQAAAAAAcAAAAAAAcAAAAAADcAAAAAADeQAAAAAAcAAAAAAAcAAAAAABcAAAAAACeQAAAAAAcAAAAAACcAAAAAADcAAAAAACeQAAAAAAcAAAAAABdQAAAAABdQAAAAAAdQAAAAABcAAAAAABdQAAAAACcAAAAAADeQAAAAAAcAAAAAACcwAAAAADcAAAAAADeQAAAAAAcAAAAAACcwAAAAADcAAAAAABeQAAAAAAcAAAAAAAdQAAAAACdQAAAAACdQAAAAACcAAAAAADdQAAAAACcAAAAAADeQAAAAAAcAAAAAACcwAAAAACcAAAAAABeQAAAAAAcAAAAAACcwAAAAACcAAAAAABeQAAAAAAcAAAAAAAdQAAAAADcAAAAAACeQAAAAAAcAAAAAACcAAAAAADcAAAAAACeQAAAAAAcAAAAAACcAAAAAACcAAAAAAAeQAAAAAAcAAAAAACcAAAAAACcAAAAAABeQAAAAAAcAAAAAADdQAAAAACcAAAAAAAeQAAAAAAeQAAAAAAdQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAcAAAAAACdQAAAAADcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAIQAAAAAAeQAAAAAAcAAAAAACcAAAAAAAcAAAAAADcAAAAAABcAAAAAADcAAAAAADcAAAAAADeQAAAAAAcAAAAAADdQAAAAACdQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAIQAAAAADJgAAAAAAcAAAAAABdQAAAAACdQAAAAAAdQAAAAADdQAAAAADdQAAAAADcAAAAAADeQAAAAAAcAAAAAACdQAAAAACcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAIQAAAAACeQAAAAAAcAAAAAADdQAAAAABdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAcAAAAAABJgAAAAAAcAAAAAABdQAAAAADcAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIQAAAAABeQAAAAAAcAAAAAACdQAAAAADdQAAAAABdQAAAAABdQAAAAABdQAAAAADcAAAAAABeQAAAAAAcAAAAAADdQAAAAAAcAAAAAAAeQAAAAAAdQAAAAAAdQAAAAABIQAAAAACeQAAAAAAcAAAAAACcAAAAAADcAAAAAACcAAAAAAAcAAAAAAAcAAAAAABcAAAAAABeQAAAAAAcAAAAAACdQAAAAACcAAAAAAAeQAAAAAAdQAAAAAAdQAAAAAB + tiles: agAAAAAAagAAAAAAewAAAAAAcwAAAAACdwAAAAADcQAAAAADcQAAAAABdwAAAAAAcgAAAAACdwAAAAABcgAAAAADdwAAAAACdwAAAAAAcgAAAAAAcgAAAAACcgAAAAADewAAAAAAewAAAAAAewAAAAAAcwAAAAAAcgAAAAABcgAAAAACcgAAAAAAcgAAAAABcgAAAAADJgAAAAAAcgAAAAAAdwAAAAADdwAAAAABdwAAAAAAdwAAAAAAdwAAAAACAAAAAAAAegAAAAAAewAAAAAAewAAAAAAdwAAAAAAdwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAcgAAAAAAdwAAAAADdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAACewAAAAAAewAAAAAAewAAAAAAcgAAAAAAcgAAAAACcgAAAAAAcgAAAAACcgAAAAAAcgAAAAACewAAAAAAcgAAAAAAdwAAAAACdwAAAAAAcgAAAAABcgAAAAABcgAAAAABcgAAAAACewAAAAAAcgAAAAABdQAAAAADdQAAAAADdQAAAAAAdQAAAAACdQAAAAACcgAAAAABJgAAAAAAcgAAAAABdwAAAAAAcgAAAAADewAAAAAAdwAAAAABewAAAAAAcgAAAAABJgAAAAAAcgAAAAAAcgAAAAACcgAAAAABcgAAAAACcgAAAAACcgAAAAADcgAAAAACJgAAAAAAcgAAAAAAdwAAAAAAcgAAAAADewAAAAAAcgAAAAAAcgAAAAADcgAAAAADewAAAAAAcgAAAAAAcgAAAAABcgAAAAACewAAAAAAcgAAAAACcgAAAAADcgAAAAACewAAAAAAcgAAAAABdwAAAAABdwAAAAAAdwAAAAABcgAAAAABdwAAAAACcgAAAAADewAAAAAAcgAAAAACdQAAAAADcgAAAAADewAAAAAAcgAAAAACdQAAAAADcgAAAAABewAAAAAAcgAAAAAAdwAAAAACdwAAAAACdwAAAAACcgAAAAADdwAAAAACcgAAAAADewAAAAAAcgAAAAACdQAAAAACcgAAAAABewAAAAAAcgAAAAACdQAAAAACcgAAAAABewAAAAAAcgAAAAAAdwAAAAADcgAAAAACewAAAAAAcgAAAAACcgAAAAADcgAAAAACewAAAAAAcgAAAAACcgAAAAACcgAAAAAAewAAAAAAcgAAAAACcgAAAAACcgAAAAABewAAAAAAcgAAAAADdwAAAAACcgAAAAAAewAAAAAAewAAAAAAdwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAcgAAAAACdwAAAAADcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAIQAAAAAAewAAAAAAcgAAAAACcgAAAAAAcgAAAAADcgAAAAABcgAAAAADcgAAAAADcgAAAAADewAAAAAAcgAAAAADdwAAAAACdwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAIQAAAAADJgAAAAAAcgAAAAABdwAAAAACdwAAAAAAdwAAAAADdwAAAAADdwAAAAADcgAAAAADewAAAAAAcgAAAAACdwAAAAACcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAIQAAAAACewAAAAAAcgAAAAADdwAAAAABdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAcgAAAAABJgAAAAAAcgAAAAABdwAAAAADcgAAAAAAewAAAAAAewAAAAAAewAAAAAAIQAAAAABewAAAAAAcgAAAAACdwAAAAADdwAAAAABdwAAAAABdwAAAAABdwAAAAADcgAAAAABewAAAAAAcgAAAAADdwAAAAAAcgAAAAAAewAAAAAAdwAAAAAAdwAAAAABIQAAAAACewAAAAAAcgAAAAACcgAAAAADcgAAAAACcgAAAAAAcgAAAAAAcgAAAAABcgAAAAABewAAAAAAcgAAAAACdwAAAAACcgAAAAAAewAAAAAAdwAAAAAAdwAAAAAB version: 6 1,-3: ind: 1,-3 - tiles: JgAAAAAAeQAAAAAAeQAAAAAAYwAAAAADWQAAAAACWQAAAAACWQAAAAAALQAAAAAAWQAAAAAAYwAAAAABYwAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAADJgAAAAACeQAAAAAAYwAAAAADYwAAAAABYwAAAAABYwAAAAACWQAAAAACWQAAAAADLQAAAAAAWQAAAAADYwAAAAABYwAAAAABeQAAAAAAeQAAAAAAdgAAAAADJgAAAAADJgAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAYwAAAAAAYwAAAAADYwAAAAABWQAAAAACLQAAAAABWQAAAAACYwAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAACWQAAAAADWQAAAAAAWQAAAAACYwAAAAABeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAWQAAAAADWQAAAAACWQAAAAAAWQAAAAADWQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAYwAAAAABWQAAAAACLQAAAAADWQAAAAABYwAAAAABJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAAAWQAAAAACWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZAAAAAADeQAAAAAAZAAAAAABeQAAAAAAZAAAAAADeQAAAAAASgAAAAACeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAAAWQAAAAACWQAAAAABWQAAAAADaAAAAAAAeQAAAAAAeQAAAAAAcAAAAAABcAAAAAABcAAAAAAAcAAAAAADcQAAAAACcQAAAAABeQAAAAAAYwAAAAABYwAAAAAAWQAAAAAAWQAAAAADWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAcAAAAAABbwAAAAABbwAAAAAAbwAAAAABdQAAAAADcAAAAAABJgAAAAAAYwAAAAACLQAAAAADLQAAAAADWQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAcAAAAAAAdQAAAAAAcQAAAAAAbwAAAAACdQAAAAADcAAAAAACeQAAAAAAYwAAAAABLQAAAAACLQAAAAADWQAAAAABWQAAAAADWQAAAAADaAAAAAAAeQAAAAAAeQAAAAAAcAAAAAAAdQAAAAAAcQAAAAACbwAAAAAAbwAAAAACcAAAAAACeQAAAAAAYwAAAAACLQAAAAADLQAAAAADWQAAAAACWQAAAAADWQAAAAADeQAAAAAAeQAAAAAAdQAAAAAAcAAAAAACdQAAAAAAcQAAAAAAdQAAAAACdQAAAAADcQAAAAABeQAAAAAAYwAAAAACLQAAAAADLQAAAAADYwAAAAADYwAAAAAAYwAAAAADJgAAAAAAeQAAAAAAeQAAAAAAcQAAAAADbwAAAAADbwAAAAADdQAAAAAAdQAAAAADcQAAAAAAeQAAAAAAYwAAAAABYwAAAAACYwAAAAADeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAcQAAAAADdQAAAAAAbwAAAAACbwAAAAACdQAAAAAAcAAAAAABeQAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAcQAAAAAAcQAAAAADaAAAAAAAaAAAAAAAeQAAAAAAcAAAAAABdQAAAAABdQAAAAAAbwAAAAADbwAAAAACcAAAAAACdQAAAAACcAAAAAACcAAAAAAAcAAAAAABeQAAAAAAcQAAAAADcQAAAAAB + tiles: JgAAAAAAewAAAAAAewAAAAAAZQAAAAADWwAAAAACWwAAAAACWwAAAAAALQAAAAAAWwAAAAAAZQAAAAABZQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAADJgAAAAACewAAAAAAZQAAAAADZQAAAAABZQAAAAABZQAAAAACWwAAAAACWwAAAAADLQAAAAAAWwAAAAADZQAAAAABZQAAAAABewAAAAAAewAAAAAAeAAAAAADJgAAAAADJgAAAAAAewAAAAAAewAAAAAAJgAAAAAAewAAAAAAewAAAAAAZQAAAAAAZQAAAAADZQAAAAABWwAAAAACLQAAAAABWwAAAAACZQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAABWwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAACWwAAAAADWwAAAAAAWwAAAAACZQAAAAABewAAAAAAewAAAAAAewAAAAAAJgAAAAAAWwAAAAADWwAAAAACWwAAAAAAWwAAAAADWwAAAAADWwAAAAAAewAAAAAAewAAAAAAZQAAAAABWwAAAAACLQAAAAADWwAAAAABZQAAAAABJgAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAewAAAAAAJgAAAAAAewAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAAAWwAAAAACWwAAAAABWwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAZgAAAAADewAAAAAAZgAAAAABewAAAAAAZgAAAAADewAAAAAASgAAAAACewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAAAWwAAAAACWwAAAAABWwAAAAADagAAAAAAewAAAAAAewAAAAAAcgAAAAABcgAAAAABcgAAAAAAcgAAAAADcwAAAAACcwAAAAABewAAAAAAZQAAAAABZQAAAAAAWwAAAAAAWwAAAAADWwAAAAABWwAAAAADewAAAAAAewAAAAAAewAAAAAAcgAAAAABcQAAAAABcQAAAAAAcQAAAAABdwAAAAADcgAAAAABJgAAAAAAZQAAAAACLQAAAAADLQAAAAADWwAAAAAAWwAAAAAAWwAAAAACewAAAAAAewAAAAAAewAAAAAAcgAAAAAAdwAAAAAAcwAAAAAAcQAAAAACdwAAAAADcgAAAAACewAAAAAAZQAAAAABLQAAAAACLQAAAAADWwAAAAABWwAAAAADWwAAAAADagAAAAAAewAAAAAAewAAAAAAcgAAAAAAdwAAAAAAcwAAAAACcQAAAAAAcQAAAAACcgAAAAACewAAAAAAZQAAAAACLQAAAAADLQAAAAADWwAAAAACWwAAAAADWwAAAAADewAAAAAAewAAAAAAdwAAAAAAcgAAAAACdwAAAAAAcwAAAAAAdwAAAAACdwAAAAADcwAAAAABewAAAAAAZQAAAAACLQAAAAADLQAAAAADZQAAAAADZQAAAAAAZQAAAAADJgAAAAAAewAAAAAAewAAAAAAcwAAAAADcQAAAAADcQAAAAADdwAAAAAAdwAAAAADcwAAAAAAewAAAAAAZQAAAAABZQAAAAACZQAAAAADewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAcwAAAAADdwAAAAAAcQAAAAACcQAAAAACdwAAAAAAcgAAAAABewAAAAAAewAAAAAAJgAAAAAAJgAAAAAAewAAAAAAcwAAAAAAcwAAAAADagAAAAAAagAAAAAAewAAAAAAcgAAAAABdwAAAAABdwAAAAAAcQAAAAADcQAAAAACcgAAAAACdwAAAAACcgAAAAACcgAAAAAAcgAAAAABewAAAAAAcwAAAAADcwAAAAAB version: 6 1,-4: ind: 1,-4 - tiles: eQAAAAAAeQAAAAAAaAAAAAAASgAAAAADSgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAFwAAAAAASgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAASgAAAAACSgAAAAABeQAAAAAAeQAAAAAAFwAAAAAAaQAAAAAAeQAAAAAAdgAAAAAAdgAAAAADdgAAAAACeQAAAAAAaAAAAAAAaQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAASgAAAAAAaQAAAAAASgAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAACdgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAASgAAAAADeQAAAAAAdgAAAAABdgAAAAAAdgAAAAACeQAAAAAAdgAAAAACdgAAAAADdgAAAAADeQAAAAAAaAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAADdgAAAAADdgAAAAACeQAAAAAAdgAAAAABdgAAAAACdgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAdgAAAAACdgAAAAAAdgAAAAADeQAAAAAAdgAAAAABdgAAAAACdgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAAAYwAAAAAAYwAAAAADYwAAAAAAeQAAAAAAdgAAAAACdgAAAAAAdgAAAAACeQAAAAAAdgAAAAADdgAAAAADdgAAAAAAeQAAAAAAdgAAAAADdgAAAAADUAAAAAAAYwAAAAAAWQAAAAAAWQAAAAAAYwAAAAABeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAdgAAAAABdgAAAAADdgAAAAADeQAAAAAAdgAAAAAAdgAAAAACeQAAAAAAYwAAAAAAYwAAAAAAWQAAAAAAWQAAAAABYwAAAAAAYwAAAAABYwAAAAADYwAAAAADeQAAAAAAdgAAAAAAdgAAAAADdgAAAAADeQAAAAAAdgAAAAACdgAAAAACeQAAAAAAeQAAAAAAYwAAAAABWQAAAAAAWQAAAAABWQAAAAADWQAAAAACWQAAAAADYwAAAAADeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAACYwAAAAACeQAAAAAAWQAAAAACWQAAAAAAWQAAAAACeQAAAAAAYwAAAAAAWQAAAAABWQAAAAAAYwAAAAADYwAAAAACYwAAAAACYwAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAYwAAAAADYwAAAAABWQAAAAACYwAAAAAAeQAAAAAAYwAAAAADYwAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAACWQAAAAAAYwAAAAAAYwAAAAADYwAAAAAAWQAAAAABLQAAAAADWQAAAAAAWQAAAAABYwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAACYwAAAAABWQAAAAABWQAAAAACWQAAAAADWQAAAAADWQAAAAACWQAAAAABYwAAAAABYwAAAAACWQAAAAAALQAAAAAAWQAAAAADYwAAAAADYwAAAAADeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAABYwAAAAABWQAAAAABWQAAAAACWQAAAAADWQAAAAACYwAAAAAAeQAAAAAAYwAAAAAAWQAAAAAAWQAAAAABLQAAAAABWQAAAAADYwAAAAAAYwAAAAADeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAADYwAAAAABYwAAAAAAYwAAAAAC + tiles: ewAAAAAAewAAAAAAagAAAAAASgAAAAADSgAAAAADewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAFwAAAAAASgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAASgAAAAACSgAAAAABewAAAAAAewAAAAAAFwAAAAAAawAAAAAAewAAAAAAeAAAAAAAeAAAAAADeAAAAAACewAAAAAAagAAAAAAawAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAASgAAAAAAawAAAAAASgAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAACeAAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAASgAAAAADewAAAAAAeAAAAAABeAAAAAAAeAAAAAACewAAAAAAeAAAAAACeAAAAAADeAAAAAADewAAAAAAagAAAAAAewAAAAAAawAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAADeAAAAAADeAAAAAACewAAAAAAeAAAAAABeAAAAAACeAAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAeAAAAAACeAAAAAAAeAAAAAADewAAAAAAeAAAAAABeAAAAAACeAAAAAACewAAAAAAewAAAAAAewAAAAAAZgAAAAAAZgAAAAAAZQAAAAAAZQAAAAADZQAAAAAAewAAAAAAeAAAAAACeAAAAAAAeAAAAAACewAAAAAAeAAAAAADeAAAAAADeAAAAAAAewAAAAAAeAAAAAADeAAAAAADZgAAAAAAZgAAAAAAZQAAAAABWwAAAAAAZQAAAAABewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAeAAAAAABeAAAAAADeAAAAAADewAAAAAAeAAAAAAAeAAAAAACZgAAAAAAZgAAAAAAZQAAAAAAWwAAAAAAWwAAAAABZQAAAAAAZQAAAAABZQAAAAADZQAAAAADewAAAAAAeAAAAAAAeAAAAAADeAAAAAADewAAAAAAeAAAAAACeAAAAAACewAAAAAAewAAAAAAZQAAAAABWwAAAAAAWwAAAAABWwAAAAADWwAAAAACWwAAAAADZQAAAAADewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAACZQAAAAACewAAAAAAWwAAAAACWwAAAAAAWwAAAAACewAAAAAAZQAAAAAAWwAAAAABWwAAAAAAZQAAAAADZQAAAAACZQAAAAACZQAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAZQAAAAADZQAAAAABWwAAAAACZQAAAAAAewAAAAAAZQAAAAADZQAAAAAAWwAAAAAAWwAAAAAAWwAAAAADWwAAAAACWwAAAAAAZQAAAAAAZQAAAAADZQAAAAAAWwAAAAABLQAAAAADWwAAAAAAWwAAAAABZQAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAACZQAAAAABWwAAAAABWwAAAAACWwAAAAADWwAAAAADWwAAAAACWwAAAAABZQAAAAABZQAAAAACWwAAAAAALQAAAAAAWwAAAAADZQAAAAADZQAAAAADewAAAAAAewAAAAAAewAAAAAAZQAAAAABZQAAAAABWwAAAAABWwAAAAACWwAAAAADWwAAAAACZQAAAAAAewAAAAAAZQAAAAAAWwAAAAAAWwAAAAABLQAAAAABWwAAAAADZQAAAAAAZQAAAAADewAAAAAAewAAAAAAewAAAAAAZQAAAAADZQAAAAABZQAAAAAAZQAAAAAC version: 6 -2,-5: ind: -2,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAABAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAACJgAAAAACJgAAAAAAeQAAAAAAEwAAAAAFeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAJgAAAAACJgAAAAAAeQAAAAAAJgAAAAABJgAAAAAAJgAAAAACJgAAAAACJgAAAAACeQAAAAAAdgAAAAAD + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAABAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAACJgAAAAACJgAAAAAAewAAAAAAEwAAAAAFegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAJgAAAAAAJgAAAAACJgAAAAAAewAAAAAAJgAAAAABJgAAAAAAJgAAAAACJgAAAAACJgAAAAACewAAAAAAeAAAAAAD version: 6 -1,-5: ind: -1,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYwAAAAACWQAAAAADTAAAAAABWQAAAAABYwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAAAWQAAAAABYwAAAAADeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAQAAAAAAAJgAAAAAAYwAAAAABWQAAAAADYwAAAAACJgAAAAAAQAAAAAAAJgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAABWQAAAAADYwAAAAACeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAYwAAAAABWQAAAAADYwAAAAACeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAYwAAAAABTAAAAAADYwAAAAACeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAYwAAAAAATAAAAAAAYwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAYwAAAAACTAAAAAACYwAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAYwAAAAAATAAAAAABYwAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAYwAAAAADWQAAAAADYwAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAYwAAAAADWQAAAAACYwAAAAADeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAAAWQAAAAAAWQAAAAACYwAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAADeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAACeQAAAAAAYwAAAAADWQAAAAACWQAAAAACWQAAAAAAYwAAAAADYwAAAAADYwAAAAABYwAAAAABYwAAAAABWQAAAAADdgAAAAADdgAAAAAAeQAAAAAAdgAAAAADdgAAAAAAeQAAAAAAeQAAAAAAYwAAAAABTAAAAAACWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAADWQAAAAACTAAAAAADdgAAAAADdgAAAAACJgAAAAAAEwAAAAABeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAABTAAAAAABWQAAAAADMgAAAAABMgAAAAAAMgAAAAADWQAAAAADWQAAAAACTAAAAAAAdgAAAAAAEwAAAAAGeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAAATAAAAAADWQAAAAACMgAAAAACMgAAAAACMgAAAAABWQAAAAABWQAAAAACTAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAZQAAAAACWwAAAAADTAAAAAABWwAAAAABZQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAAAWwAAAAABZQAAAAADewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAQAAAAAAAJgAAAAAAZQAAAAABWwAAAAADZQAAAAACJgAAAAAAQAAAAAAAJgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAABWwAAAAADZQAAAAACewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAZQAAAAABWwAAAAADZQAAAAACewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAZQAAAAABTAAAAAADZQAAAAACewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAZQAAAAAATAAAAAAAZQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAZQAAAAACTAAAAAACZQAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAZQAAAAAATAAAAAABZQAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAZQAAAAADWwAAAAADZQAAAAABewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAZQAAAAADWwAAAAACZQAAAAADewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAAAWwAAAAAAWwAAAAACZQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAADewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAACewAAAAAAZQAAAAADWwAAAAACWwAAAAACWwAAAAAAZQAAAAADZQAAAAADZQAAAAABZQAAAAABZQAAAAABWwAAAAADeAAAAAADeAAAAAAAewAAAAAAeAAAAAADeAAAAAAAewAAAAAAewAAAAAAZQAAAAABTAAAAAACWwAAAAAAWwAAAAAAWwAAAAABWwAAAAAAWwAAAAADWwAAAAACTAAAAAADeAAAAAADeAAAAAACJgAAAAAAEwAAAAABewAAAAAAewAAAAAAewAAAAAAZQAAAAABTAAAAAABWwAAAAADMgAAAAABMgAAAAAAMgAAAAADWwAAAAADWwAAAAACTAAAAAAAeAAAAAAAEwAAAAAGewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAAATAAAAAADWwAAAAACMgAAAAACMgAAAAACMgAAAAABWwAAAAABWwAAAAACTAAAAAAA version: 6 0,-5: ind: 0,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYwAAAAAAWQAAAAAATAAAAAADWQAAAAADYwAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAADWQAAAAAAYwAAAAADeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAQAAAAAAAJgAAAAAAYwAAAAABWQAAAAAAYwAAAAACJgAAAAAAQAAAAAAAJgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAAAWQAAAAACYwAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAYwAAAAACWQAAAAABYwAAAAACeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAYwAAAAABTAAAAAAAYwAAAAACeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYwAAAAABTAAAAAACYwAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYwAAAAAATAAAAAAAYwAAAAADeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYwAAAAAATAAAAAABYwAAAAABeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYwAAAAAAWQAAAAACYwAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAYwAAAAACWQAAAAAAYwAAAAABeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAYwAAAAADYwAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAAAWQAAAAAAWQAAAAAAYwAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAWQAAAAAAWQAAAAABYwAAAAABYwAAAAACYwAAAAACYwAAAAACYwAAAAABWQAAAAACWQAAAAABWQAAAAABYwAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATAAAAAADTAAAAAADWQAAAAABWQAAAAACWQAAAAADWQAAAAACWQAAAAACWQAAAAACTAAAAAAAYwAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaQAAAAAAeQAAAAAAaQAAAAAATAAAAAABTAAAAAACWQAAAAAAWQAAAAABMgAAAAACMgAAAAABMgAAAAACWQAAAAACTAAAAAACYwAAAAADeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAATAAAAAACTAAAAAABWQAAAAACWQAAAAABMgAAAAADMgAAAAABMgAAAAACWQAAAAAATAAAAAAAYwAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAASgAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAZQAAAAAAWwAAAAAATAAAAAADWwAAAAADZQAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAADWwAAAAAAZQAAAAADewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAQAAAAAAAJgAAAAAAZQAAAAABWwAAAAAAZQAAAAACJgAAAAAAQAAAAAAAJgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAAAWwAAAAACZQAAAAABewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAZQAAAAACWwAAAAABZQAAAAACewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAZQAAAAABTAAAAAAAZQAAAAACewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAZQAAAAABTAAAAAACZQAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAZQAAAAAATAAAAAAAZQAAAAADewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAZQAAAAAATAAAAAABZQAAAAABewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAZQAAAAAAWwAAAAACZQAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAZQAAAAACWwAAAAAAZQAAAAABewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAZQAAAAADZQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAAAWwAAAAAAWwAAAAAAZQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAWwAAAAAAWwAAAAABZQAAAAABZQAAAAACZQAAAAACZQAAAAACZQAAAAABWwAAAAACWwAAAAABWwAAAAABZQAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAATAAAAAADTAAAAAADWwAAAAABWwAAAAACWwAAAAADWwAAAAACWwAAAAACWwAAAAACTAAAAAAAZQAAAAAAewAAAAAAewAAAAAAagAAAAAAawAAAAAAewAAAAAAawAAAAAATAAAAAABTAAAAAACWwAAAAAAWwAAAAABMgAAAAACMgAAAAABMgAAAAACWwAAAAACTAAAAAACZQAAAAADewAAAAAAewAAAAAAawAAAAAAewAAAAAAWwAAAAAAewAAAAAATAAAAAACTAAAAAABWwAAAAACWwAAAAABMgAAAAADMgAAAAABMgAAAAACWwAAAAAATAAAAAAAZQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAASgAAAAAA version: 6 -1,-6: ind: -1,-6 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAQAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAQAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAYwAAAAAAYwAAAAACYwAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAADWQAAAAABYwAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAQAAAAAAAJgAAAAAAYwAAAAABWQAAAAABYwAAAAADJgAAAAAAQAAAAAAAJgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAAAWQAAAAAAYwAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYwAAAAAAWQAAAAABTAAAAAABWQAAAAACYwAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYwAAAAACWQAAAAADTAAAAAADWQAAAAADYwAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYwAAAAADWQAAAAADTAAAAAACWQAAAAAAYwAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAQAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAQAAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAZQAAAAAAZQAAAAACZQAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAADWwAAAAABZQAAAAABewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAQAAAAAAAJgAAAAAAZQAAAAABWwAAAAABZQAAAAADJgAAAAAAQAAAAAAAJgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAAAWwAAAAAAZQAAAAABewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAZQAAAAAAWwAAAAABTAAAAAABWwAAAAACZQAAAAACewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAZQAAAAACWwAAAAADTAAAAAADWwAAAAADZQAAAAABewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAZQAAAAADWwAAAAADTAAAAAACWwAAAAAAZQAAAAABewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,-6: ind: 0,-6 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAYwAAAAADYwAAAAABYwAAAAACeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAAAWQAAAAABYwAAAAACeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAQAAAAAAAJgAAAAAAYwAAAAAAWQAAAAABYwAAAAABJgAAAAAAQAAAAAAAJgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAACWQAAAAADYwAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYwAAAAADWQAAAAADTAAAAAABWQAAAAACYwAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYwAAAAAAWQAAAAADTAAAAAABWQAAAAABYwAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYwAAAAACWQAAAAADTAAAAAABWQAAAAADYwAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAJgAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAJgAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAZQAAAAADZQAAAAABZQAAAAACewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAAAWwAAAAABZQAAAAACewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAQAAAAAAAJgAAAAAAZQAAAAAAWwAAAAABZQAAAAABJgAAAAAAQAAAAAAAJgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAACWwAAAAADZQAAAAABewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAZQAAAAADWwAAAAADTAAAAAABWwAAAAACZQAAAAABewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAZQAAAAAAWwAAAAADTAAAAAABWwAAAAABZQAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAZQAAAAACWwAAAAADTAAAAAABWwAAAAADZQAAAAABewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,-5: ind: 1,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAFwAAAAAAFwAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAFwAAAAAAFwAAAAAAFwAAAAAASgAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFwAAAAAAFwAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAFwAAAAAAFwAAAAAAFwAAAAAASgAAAAAA version: 6 2,-4: ind: 2,-4 - tiles: SgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAFwAAAAAAFwAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASgAAAAAASgAAAAAAFwAAAAAAFwAAAAAASgAAAAAAFwAAAAAAFwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASgAAAAAAFwAAAAAASgAAAAAASgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAeQAAAAAASgAAAAAAeQAAAAAAFwAAAAAAFwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAFwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAASgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAASgAAAAACaAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAdgAAAAAAeQAAAAAAaQAAAAAASgAAAAABaQAAAAAAaAAAAAAAeQAAAAAASgAAAAACSgAAAAACSgAAAAACaQAAAAAAeQAAAAAALQAAAAAALQAAAAABLQAAAAAALQAAAAACdgAAAAABeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAALQAAAAACLQAAAAABLQAAAAAALQAAAAAAdgAAAAABeQAAAAAAdgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAYwAAAAABYwAAAAAAYwAAAAAALQAAAAAAdgAAAAACeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAADWQAAAAADYwAAAAACYwAAAAABeQAAAAAAeQAAAAAAdgAAAAADeQAAAAAAdgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAYwAAAAACWQAAAAABWQAAAAAAWQAAAAABYwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAYwAAAAAAWQAAAAABWQAAAAACWQAAAAADWQAAAAABYwAAAAACYwAAAAADYwAAAAADYwAAAAACYwAAAAABYwAAAAADYwAAAAAAYwAAAAADYwAAAAAAYwAAAAAAYwAAAAADWQAAAAAAWQAAAAABWQAAAAABWQAAAAABWQAAAAAAWQAAAAADWQAAAAACWQAAAAABWQAAAAACWQAAAAACWQAAAAABWQAAAAACWQAAAAAAWQAAAAABWQAAAAADWQAAAAACWQAAAAABWQAAAAABWQAAAAAAWQAAAAACYwAAAAAAYwAAAAABYwAAAAAAYwAAAAAAYwAAAAACYwAAAAADYwAAAAADYwAAAAABYwAAAAABYwAAAAADYwAAAAABWQAAAAAAWQAAAAABWQAAAAABYwAAAAAAYwAAAAAC + tiles: SgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAFwAAAAAAFwAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASgAAAAAASgAAAAAAFwAAAAAAFwAAAAAASgAAAAAAFwAAAAAAFwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASgAAAAAAFwAAAAAASgAAAAAASgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAawAAAAAAewAAAAAASgAAAAAAewAAAAAAFwAAAAAAFwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAFwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAawAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAASgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAASgAAAAACagAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAeAAAAAAAewAAAAAAawAAAAAASgAAAAABawAAAAAAagAAAAAAewAAAAAASgAAAAACSgAAAAACSgAAAAACawAAAAAAewAAAAAALQAAAAAALQAAAAABLQAAAAAALQAAAAACeAAAAAABewAAAAAAewAAAAAAWwAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAALQAAAAACLQAAAAABLQAAAAAALQAAAAAAeAAAAAABewAAAAAAeAAAAAABewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAewAAAAAAZQAAAAABZQAAAAAAZQAAAAAALQAAAAAAeAAAAAACewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAADWwAAAAADZQAAAAACZQAAAAABewAAAAAAewAAAAAAeAAAAAADewAAAAAAeAAAAAACewAAAAAAewAAAAAAewAAAAAAawAAAAAAagAAAAAAewAAAAAAewAAAAAAZQAAAAACWwAAAAABWwAAAAAAWwAAAAABZQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAZQAAAAAAWwAAAAABWwAAAAACWwAAAAADWwAAAAABZQAAAAACZQAAAAADZQAAAAADZQAAAAACZQAAAAABZQAAAAADZQAAAAAAZQAAAAADZQAAAAAAZQAAAAAAZQAAAAADWwAAAAAAWwAAAAABWwAAAAABWwAAAAABWwAAAAAAWwAAAAADWwAAAAACWwAAAAABWwAAAAACWwAAAAACWwAAAAABWwAAAAACWwAAAAAAWwAAAAABWwAAAAADWwAAAAACWwAAAAABWwAAAAABWwAAAAAAWwAAAAACZQAAAAAAZQAAAAABZQAAAAAAZQAAAAAAZQAAAAACZQAAAAADZQAAAAADZQAAAAABZQAAAAABZQAAAAADZQAAAAABWwAAAAAAWwAAAAABWwAAAAABZQAAAAAAZQAAAAAC version: 6 2,-3: ind: 2,-3 - tiles: dgAAAAACdgAAAAADdgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAACWQAAAAACYwAAAAADeQAAAAAAeQAAAAAAdgAAAAADdgAAAAABdgAAAAAAdgAAAAAAeQAAAAAAdgAAAAABdgAAAAADdgAAAAACdgAAAAAAdgAAAAADeQAAAAAAYwAAAAACYwAAAAABYwAAAAACWQAAAAAAeQAAAAAAdgAAAAACdgAAAAABdgAAAAACdgAAAAADeQAAAAAAdgAAAAACdgAAAAACdgAAAAACdgAAAAADdgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAACdgAAAAACdgAAAAAAeQAAAAAAdgAAAAAAdgAAAAACdgAAAAAAdgAAAAADdgAAAAABdQAAAAAAdQAAAAABdQAAAAABdQAAAAACdQAAAAACdQAAAAADeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAACeQAAAAAAdgAAAAABdgAAAAABdgAAAAACdgAAAAABdgAAAAACeQAAAAAAdQAAAAACdQAAAAACdQAAAAABdQAAAAABdQAAAAACYwAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAACdgAAAAAAdgAAAAACdgAAAAABdgAAAAADeQAAAAAAdQAAAAAAdQAAAAAAeQAAAAAAdQAAAAABdQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAABdgAAAAABdgAAAAABdgAAAAAAeQAAAAAAdQAAAAACdQAAAAADeQAAAAAAdQAAAAADdQAAAAACYwAAAAADYwAAAAABYwAAAAADYwAAAAADeQAAAAAAdgAAAAABdgAAAAADdgAAAAAAdgAAAAADdgAAAAABeQAAAAAAdQAAAAADdQAAAAABeQAAAAAAdQAAAAABdQAAAAACWQAAAAAAWQAAAAAAWQAAAAAAYwAAAAABeQAAAAAAeQAAAAAAdgAAAAABdgAAAAADdgAAAAADdgAAAAACeQAAAAAAdQAAAAABdQAAAAAAeQAAAAAAdQAAAAABdQAAAAAAWQAAAAADWQAAAAABWQAAAAACWQAAAAABYwAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAABYwAAAAADYwAAAAACYwAAAAAAYwAAAAAAYwAAAAADYwAAAAABYwAAAAADeQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAACWQAAAAADWQAAAAADWQAAAAACWQAAAAACWQAAAAADWQAAAAABWQAAAAAAYwAAAAACWQAAAAAAdQAAAAABdQAAAAABdQAAAAAAYwAAAAAAYwAAAAAAYwAAAAACYwAAAAACWQAAAAABWQAAAAABWQAAAAADWQAAAAACWQAAAAABWQAAAAABWQAAAAADYwAAAAABeQAAAAAAdQAAAAACdQAAAAACdQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAAAYwAAAAADYwAAAAADWQAAAAACWQAAAAADWQAAAAABWQAAAAAAYwAAAAAAeQAAAAAAeQAAAAAAdQAAAAADdQAAAAABcQAAAAADcQAAAAAAcQAAAAABeQAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAYwAAAAABYwAAAAADYwAAAAAAWQAAAAABWQAAAAACYwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAcQAAAAADcQAAAAABcQAAAAABeQAAAAAAcAAAAAABcAAAAAAAeQAAAAAAeQAAAAAAdgAAAAADdgAAAAADYwAAAAABWQAAAAABWQAAAAADYwAAAAADYwAAAAAAeQAAAAAA + tiles: eAAAAAACeAAAAAADeAAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAACWwAAAAACZQAAAAADewAAAAAAewAAAAAAeAAAAAADeAAAAAABeAAAAAAAeAAAAAAAewAAAAAAeAAAAAABeAAAAAADeAAAAAACeAAAAAAAeAAAAAADewAAAAAAZQAAAAACZQAAAAABZQAAAAACWwAAAAAAewAAAAAAeAAAAAACeAAAAAABeAAAAAACeAAAAAADewAAAAAAeAAAAAACeAAAAAACeAAAAAACeAAAAAADeAAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAACeAAAAAACeAAAAAAAewAAAAAAeAAAAAAAeAAAAAACeAAAAAAAeAAAAAADeAAAAAABdwAAAAAAdwAAAAABdwAAAAABdwAAAAACdwAAAAACdwAAAAADewAAAAAAewAAAAAAeAAAAAAAeAAAAAACewAAAAAAeAAAAAABeAAAAAABeAAAAAACeAAAAAABeAAAAAACewAAAAAAdwAAAAACdwAAAAACdwAAAAABdwAAAAABdwAAAAACZQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAACeAAAAAAAeAAAAAACeAAAAAABeAAAAAADewAAAAAAdwAAAAAAdwAAAAAAewAAAAAAdwAAAAABdwAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAABeAAAAAABeAAAAAABeAAAAAAAewAAAAAAdwAAAAACdwAAAAADewAAAAAAdwAAAAADdwAAAAACZQAAAAADZQAAAAABZQAAAAADZQAAAAADewAAAAAAeAAAAAABeAAAAAADeAAAAAAAeAAAAAADeAAAAAABewAAAAAAdwAAAAADdwAAAAABewAAAAAAdwAAAAABdwAAAAACWwAAAAAAWwAAAAAAWwAAAAAAZQAAAAABewAAAAAAewAAAAAAeAAAAAABeAAAAAADeAAAAAADeAAAAAACewAAAAAAdwAAAAABdwAAAAAAewAAAAAAdwAAAAABdwAAAAAAWwAAAAADWwAAAAABWwAAAAACWwAAAAABZQAAAAAAewAAAAAAewAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAADWwAAAAABWwAAAAABWwAAAAABZQAAAAADZQAAAAACZQAAAAAAZQAAAAAAZQAAAAADZQAAAAABZQAAAAADewAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAWwAAAAABWwAAAAADWwAAAAADWwAAAAACWwAAAAADWwAAAAADWwAAAAACWwAAAAACWwAAAAADWwAAAAABWwAAAAAAZQAAAAACWwAAAAAAdwAAAAABdwAAAAABdwAAAAAAZQAAAAAAZQAAAAAAZQAAAAACZQAAAAACWwAAAAABWwAAAAABWwAAAAADWwAAAAACWwAAAAABWwAAAAABWwAAAAADZQAAAAABewAAAAAAdwAAAAACdwAAAAACdwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAAAZQAAAAADZQAAAAADWwAAAAACWwAAAAADWwAAAAABWwAAAAAAZQAAAAAAewAAAAAAewAAAAAAdwAAAAADdwAAAAABcwAAAAADcwAAAAAAcwAAAAABewAAAAAAJgAAAAAAJgAAAAAAewAAAAAAZQAAAAABZQAAAAADZQAAAAAAWwAAAAABWwAAAAACZQAAAAAAewAAAAAAewAAAAAAewAAAAAAcwAAAAADcwAAAAABcwAAAAABewAAAAAAcgAAAAABcgAAAAAAewAAAAAAewAAAAAAeAAAAAADeAAAAAADZQAAAAABWwAAAAABWwAAAAADZQAAAAADZQAAAAAAewAAAAAA version: 6 3,-4: ind: 3,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAALQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAALQAAAAAALQAAAAABLQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAALQAAAAACLQAAAAADLQAAAAAALQAAAAADAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAYwAAAAADLQAAAAACLQAAAAABLQAAAAABAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAYwAAAAADYwAAAAABLQAAAAADLQAAAAAALQAAAAABeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAYwAAAAACLQAAAAADLQAAAAACLQAAAAADeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAWQAAAAACYwAAAAACYwAAAAAALQAAAAACLQAAAAACeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAWQAAAAADWQAAAAADYwAAAAADLQAAAAADLQAAAAACeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAYwAAAAACYwAAAAABYwAAAAADLQAAAAADLQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAALQAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAALQAAAAAALQAAAAABLQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAALQAAAAACLQAAAAADLQAAAAAALQAAAAADAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAZQAAAAADLQAAAAACLQAAAAABLQAAAAABAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAZQAAAAADZQAAAAABLQAAAAADLQAAAAAALQAAAAABegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAZQAAAAACLQAAAAADLQAAAAACLQAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAWwAAAAACZQAAAAACZQAAAAAALQAAAAACLQAAAAACegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAWwAAAAADWwAAAAADZQAAAAADLQAAAAADLQAAAAACegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAZQAAAAACZQAAAAABZQAAAAADLQAAAAADLQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 3,-3: ind: 3,-3 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAaQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAdQAAAAAAdQAAAAACeQAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAdQAAAAABdQAAAAADeQAAAAAAaAAAAAAAaQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdQAAAAABdQAAAAACeQAAAAAAaQAAAAAAKAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAdQAAAAABdQAAAAABeQAAAAAAKAAAAAACKAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAaQAAAAAAYAAAAAAAWQAAAAAAaAAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAaQAAAAAA + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAawAAAAAAagAAAAAAewAAAAAAawAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAawAAAAAAewAAAAAAawAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAawAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAdwAAAAAAdwAAAAACewAAAAAAawAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAdwAAAAABdwAAAAADewAAAAAAagAAAAAAawAAAAAAewAAAAAAawAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAdwAAAAABdwAAAAACewAAAAAAawAAAAAAKAAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAdwAAAAABdwAAAAABewAAAAAAKAAAAAACKAAAAAAAewAAAAAAawAAAAAAewAAAAAAagAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAYgAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAawAAAAAAYgAAAAAAWwAAAAAAagAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAawAAAAAAewAAAAAAawAAAAAA version: 6 3,-2: ind: 3,-2 - tiles: aQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAYAAAAAAAYAAAAAAAaQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAADJgAAAAABJgAAAAACJgAAAAACJgAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAABJgAAAAACJgAAAAACJgAAAAADJgAAAAAAJgAAAAACJgAAAAACJgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAaQAAAAAAYAAAAAAAYwAAAAAAeQAAAAAAeQAAAAAAJgAAAAACJgAAAAAAJgAAAAADJgAAAAADeQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAaAAAAAAAeQAAAAAAWQAAAAABYwAAAAACeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAALQAAAAACYwAAAAAAeQAAAAAAeQAAAAAAJgAAAAACJgAAAAADJgAAAAACeQAAAAAAJgAAAAAAJgAAAAAAJgAAAAABJgAAAAACJgAAAAADeQAAAAAAeQAAAAAAYAAAAAAAWQAAAAADWQAAAAADYwAAAAAAeQAAAAAAJgAAAAADJgAAAAABJgAAAAABeQAAAAAAJgAAAAAAJgAAAAABJgAAAAACJgAAAAAAJgAAAAACJgAAAAADeQAAAAAAeQAAAAAAWQAAAAABLQAAAAACYwAAAAADeQAAAAAAJgAAAAADJgAAAAADJgAAAAADJgAAAAADJgAAAAABJgAAAAACJgAAAAADJgAAAAABJgAAAAADJgAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAYwAAAAADeQAAAAAAeQAAAAAAJgAAAAADJgAAAAAAeQAAAAAAJgAAAAAAJgAAAAABJgAAAAAAJgAAAAABJgAAAAAAJgAAAAACeQAAAAAAeQAAAAAAYwAAAAABLQAAAAAAWQAAAAADYwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAACWQAAAAACWQAAAAABYwAAAAADdwAAAAABdwAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAACeQAAAAAAWQAAAAABLQAAAAACYwAAAAAAdwAAAAABdwAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAADdgAAAAABcQAAAAAAYwAAAAABWQAAAAABWQAAAAAAYwAAAAAAYwAAAAACeQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAADJgAAAAAAJgAAAAAAJgAAAAABdgAAAAABdgAAAAAC + tiles: awAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAawAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAWwAAAAAAYgAAAAAAYgAAAAAAawAAAAAAewAAAAAAagAAAAAAewAAAAAAawAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAADJgAAAAABJgAAAAACJgAAAAACJgAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAABJgAAAAACJgAAAAACJgAAAAADJgAAAAAAJgAAAAACJgAAAAACJgAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAawAAAAAAYgAAAAAAZQAAAAAAewAAAAAAewAAAAAAJgAAAAACJgAAAAAAJgAAAAADJgAAAAADewAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAagAAAAAAewAAAAAAWwAAAAABZQAAAAACewAAAAAAewAAAAAAewAAAAAAJgAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAALQAAAAACZQAAAAAAewAAAAAAewAAAAAAJgAAAAACJgAAAAADJgAAAAACewAAAAAAJgAAAAAAJgAAAAAAJgAAAAABJgAAAAACJgAAAAADewAAAAAAewAAAAAAYgAAAAAAWwAAAAADWwAAAAADZQAAAAAAewAAAAAAJgAAAAADJgAAAAABJgAAAAABewAAAAAAJgAAAAAAJgAAAAABJgAAAAACJgAAAAAAJgAAAAACJgAAAAADewAAAAAAewAAAAAAWwAAAAABLQAAAAACZQAAAAADewAAAAAAJgAAAAADJgAAAAADJgAAAAADJgAAAAADJgAAAAABJgAAAAACJgAAAAADJgAAAAABJgAAAAADJgAAAAAAewAAAAAAewAAAAAAWwAAAAABWwAAAAAAZQAAAAADewAAAAAAewAAAAAAJgAAAAADJgAAAAAAewAAAAAAJgAAAAAAJgAAAAABJgAAAAAAJgAAAAABJgAAAAAAJgAAAAACewAAAAAAewAAAAAAZQAAAAABLQAAAAAAWwAAAAADZQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAADewAAAAAAewAAAAAAewAAAAAAZQAAAAACWwAAAAACWwAAAAABZQAAAAADeQAAAAABeQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAACewAAAAAAWwAAAAABLQAAAAACZQAAAAAAeQAAAAABeQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAADeAAAAAABcwAAAAAAZQAAAAABWwAAAAABWwAAAAAAZQAAAAAAZQAAAAACewAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAADJgAAAAAAJgAAAAAAJgAAAAABeAAAAAABeAAAAAAC version: 6 2,-2: ind: 2,-2 - tiles: cAAAAAADcAAAAAABcAAAAAACcAAAAAACdQAAAAABdQAAAAACcAAAAAADeQAAAAAAdgAAAAACdgAAAAACYwAAAAABYwAAAAACLQAAAAABWQAAAAADYwAAAAACeQAAAAAAdQAAAAABdQAAAAABdQAAAAABdQAAAAACdQAAAAADdQAAAAADcAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABYwAAAAAAeQAAAAAAdQAAAAACdQAAAAABdQAAAAABdQAAAAABdQAAAAABdQAAAAADcAAAAAABeQAAAAAAJgAAAAACJgAAAAADJgAAAAAAeQAAAAAAYwAAAAAALQAAAAABYwAAAAAAeQAAAAAAcAAAAAADcAAAAAACcAAAAAADcAAAAAACdQAAAAAAdQAAAAABcAAAAAABJgAAAAAAJgAAAAADIgAAAAADJgAAAAADeQAAAAAAYwAAAAAAWQAAAAABWQAAAAABYwAAAAACeQAAAAAAeQAAAAAAdQAAAAAAeQAAAAAAcAAAAAABdQAAAAACcAAAAAACeQAAAAAAJgAAAAACIgAAAAABJgAAAAADJgAAAAAAYwAAAAAAWQAAAAADLQAAAAABYwAAAAAAcQAAAAABcAAAAAABcAAAAAACeQAAAAAAcAAAAAAAdQAAAAACcAAAAAADeQAAAAAAJgAAAAAAIgAAAAACJgAAAAABeQAAAAAAeQAAAAAAYwAAAAAAWQAAAAABWQAAAAACdQAAAAACdQAAAAACcAAAAAAAdQAAAAADdQAAAAABdQAAAAAAcAAAAAABeQAAAAAAJgAAAAACIgAAAAACJgAAAAABeQAAAAAAeQAAAAAAYwAAAAABWQAAAAACLQAAAAADdQAAAAADdQAAAAADcAAAAAAAdQAAAAAAdQAAAAADdQAAAAAAcAAAAAABeQAAAAAAJgAAAAAAJgAAAAACJgAAAAAAeQAAAAAAeQAAAAAAYwAAAAADWQAAAAAAWQAAAAADcQAAAAADcAAAAAABcAAAAAAAeQAAAAAAcAAAAAACdQAAAAABcAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAABWQAAAAAAdQAAAAACdQAAAAACeQAAAAAAeQAAAAAAcAAAAAADdQAAAAACcAAAAAAAcAAAAAADWQAAAAADWQAAAAADWQAAAAADWQAAAAABWQAAAAABeQAAAAAAYwAAAAADWQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAdQAAAAACcAAAAAAAJgAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAYwAAAAAAYwAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAcAAAAAABWQAAAAABWQAAAAABWQAAAAAAWQAAAAACWQAAAAAAWQAAAAADYwAAAAAAYwAAAAACcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcQAAAAAAcAAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAACWQAAAAADYwAAAAAAYwAAAAAAdQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAcAAAAAAAcQAAAAAAcAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAdQAAAAACdQAAAAABdQAAAAAAeQAAAAAAcAAAAAAALQAAAAAAcAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAcQAAAAAAcQAAAAAAdQAAAAADdQAAAAACdQAAAAABeQAAAAAAcAAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAA + tiles: cgAAAAADcgAAAAABcgAAAAACcgAAAAACdwAAAAABdwAAAAACcgAAAAADewAAAAAAeAAAAAACeAAAAAACZQAAAAABZQAAAAACLQAAAAABWwAAAAADZQAAAAACewAAAAAAdwAAAAABdwAAAAABdwAAAAABdwAAAAACdwAAAAADdwAAAAADcgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADWwAAAAABZQAAAAAAewAAAAAAdwAAAAACdwAAAAABdwAAAAABdwAAAAABdwAAAAABdwAAAAADcgAAAAABewAAAAAAJgAAAAACJgAAAAADJgAAAAAAewAAAAAAZQAAAAAALQAAAAABZQAAAAAAewAAAAAAcgAAAAADcgAAAAACcgAAAAADcgAAAAACdwAAAAAAdwAAAAABcgAAAAABJgAAAAAAJgAAAAADIgAAAAADJgAAAAADewAAAAAAZQAAAAAAWwAAAAABWwAAAAABZQAAAAACewAAAAAAewAAAAAAdwAAAAAAewAAAAAAcgAAAAABdwAAAAACcgAAAAACewAAAAAAJgAAAAACIgAAAAABJgAAAAADJgAAAAAAZQAAAAAAWwAAAAADLQAAAAABZQAAAAAAcwAAAAABcgAAAAABcgAAAAACewAAAAAAcgAAAAAAdwAAAAACcgAAAAADewAAAAAAJgAAAAAAIgAAAAACJgAAAAABewAAAAAAewAAAAAAZQAAAAAAWwAAAAABWwAAAAACdwAAAAACdwAAAAACcgAAAAAAdwAAAAADdwAAAAABdwAAAAAAcgAAAAABewAAAAAAJgAAAAACIgAAAAACJgAAAAABewAAAAAAewAAAAAAZQAAAAABWwAAAAACLQAAAAADdwAAAAADdwAAAAADcgAAAAAAdwAAAAAAdwAAAAADdwAAAAAAcgAAAAABewAAAAAAJgAAAAAAJgAAAAACJgAAAAAAewAAAAAAewAAAAAAZQAAAAADWwAAAAAAWwAAAAADcwAAAAADcgAAAAABcgAAAAAAewAAAAAAcgAAAAACdwAAAAABcgAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAABWwAAAAAAdwAAAAACdwAAAAACewAAAAAAewAAAAAAcgAAAAADdwAAAAACcgAAAAAAcgAAAAADWwAAAAADWwAAAAADWwAAAAADWwAAAAABWwAAAAABewAAAAAAZQAAAAADWwAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAdwAAAAACcgAAAAAAJgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAADewAAAAAAZQAAAAAAZQAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcgAAAAAAcgAAAAABWwAAAAABWwAAAAABWwAAAAAAWwAAAAACWwAAAAAAWwAAAAADZQAAAAAAZQAAAAACcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcwAAAAAAcgAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAADWwAAAAACWwAAAAADZQAAAAAAZQAAAAAAdwAAAAABewAAAAAAewAAAAAAewAAAAAAcgAAAAAAcwAAAAAAcgAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAADWwAAAAACewAAAAAAewAAAAAAdwAAAAACdwAAAAABdwAAAAAAewAAAAAAcgAAAAAALQAAAAAAcgAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAADewAAAAAAewAAAAAAewAAAAAAcwAAAAAAcwAAAAAAdwAAAAADdwAAAAACdwAAAAABewAAAAAAcgAAAAAAcwAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAA version: 6 1,-1: ind: 1,-1 - tiles: IQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAdQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAcAAAAAADcAAAAAAAcAAAAAAAcAAAAAADcAAAAAACcAAAAAABcAAAAAABeQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAeQAAAAAALQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAcAAAAAAAcQAAAAACcQAAAAADcQAAAAADcQAAAAADcQAAAAABcAAAAAAAHQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAHQAAAAAAdQAAAAADAAAAAAAAeAAAAAAAeQAAAAAAcAAAAAABcQAAAAABcQAAAAAAcQAAAAACcQAAAAABcQAAAAABcAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAdQAAAAADAAAAAAAAAAAAAAAAeQAAAAAAcAAAAAADcAAAAAABcAAAAAABcAAAAAAAcAAAAAACcAAAAAACcAAAAAACeQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAeQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAcAAAAAAAbwAAAAAAcAAAAAAAeQAAAAAAdQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAeQAAAAAAdQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAYAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAYAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAYAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAcQAAAAAAcQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAcAAAAAABcAAAAAAAcAAAAAACcAAAAAACcAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAcAAAAAADdAAAAAADdQAAAAADdQAAAAABdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAcAAAAAABdAAAAAABdQAAAAACdQAAAAABdQAAAAAC + tiles: IQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAdwAAAAABewAAAAAAewAAAAAAewAAAAAAcgAAAAADcgAAAAAAcgAAAAAAcgAAAAADcgAAAAACcgAAAAABcgAAAAABewAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAewAAAAAALQAAAAAAegAAAAAAegAAAAAAewAAAAAAcgAAAAAAcwAAAAACcwAAAAADcwAAAAADcwAAAAADcwAAAAABcgAAAAAAHQAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAHQAAAAAAdwAAAAADAAAAAAAAegAAAAAAewAAAAAAcgAAAAABcwAAAAABcwAAAAAAcwAAAAACcwAAAAABcwAAAAABcgAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAdwAAAAADAAAAAAAAAAAAAAAAewAAAAAAcgAAAAADcgAAAAABcgAAAAABcgAAAAAAcgAAAAACcgAAAAACcgAAAAACewAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAewAAAAAAdwAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAcgAAAAAAcQAAAAAAcgAAAAAAewAAAAAAdwAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAewAAAAAAdwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAYgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAYgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAYgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAcwAAAAAAcwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAcgAAAAABcgAAAAAAcgAAAAACcgAAAAACcgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAcgAAAAADdgAAAAADdwAAAAADdwAAAAABdwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAcgAAAAABdgAAAAABdwAAAAACdwAAAAABdwAAAAAC version: 6 2,-1: ind: 2,-1 - tiles: dQAAAAABdQAAAAADdQAAAAACeQAAAAAAcAAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAdQAAAAABLQAAAAAAeQAAAAAAeQAAAAAAcAAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcAAAAAAAdQAAAAAAdQAAAAABdQAAAAAAeQAAAAAAcAAAAAAAcQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAdQAAAAABdQAAAAACdQAAAAACeQAAAAAAcAAAAAAAcQAAAAAAcAAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAJgAAAAADJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAeQAAAAAAcAAAAAAAcQAAAAAAcAAAAAAAeQAAAAAAJgAAAAAAJgAAAAACJgAAAAADJgAAAAACJgAAAAABJgAAAAABJgAAAAADJgAAAAADdQAAAAAAdQAAAAAAdQAAAAAAeQAAAAAAcAAAAAAAcQAAAAAAcAAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAdQAAAAACdQAAAAADdQAAAAADeQAAAAAAcAAAAAAAHQAAAAAAcAAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAYAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAYAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAYAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAASQAAAAAASQAAAAAASgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAASQAAAAAASQAAAAAASgAAAAAASgAAAAAAcAAAAAACcAAAAAACcAAAAAAAeQAAAAAAcAAAAAABdQAAAAACcAAAAAADeQAAAAAAPwAAAAAAPwAAAAAAPwAAAAAASQAAAAAASQAAAAAASQAAAAAASQAAAAAASgAAAAAAdQAAAAACdAAAAAABcAAAAAACJgAAAAAAdQAAAAABdQAAAAACdQAAAAAAeQAAAAAAPwAAAAAAPwAAAAAAPwAAAAAASQAAAAAASQAAAAAASgAAAAAASQAAAAAASQAAAAAAdQAAAAAAdAAAAAABcAAAAAACeQAAAAAAcAAAAAAAdQAAAAAAcAAAAAAAeQAAAAAAPwAAAAAAPwAAAAAASQAAAAAASQAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAA + tiles: dwAAAAABdwAAAAADdwAAAAACewAAAAAAcgAAAAAAcwAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcgAAAAAAdwAAAAABLQAAAAAAewAAAAAAewAAAAAAcgAAAAAAcwAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcgAAAAAAdwAAAAAAdwAAAAABdwAAAAAAewAAAAAAcgAAAAAAcwAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAdwAAAAABdwAAAAACdwAAAAACewAAAAAAcgAAAAAAcwAAAAAAcgAAAAAAewAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJgAAAAADJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAewAAAAAAcgAAAAAAcwAAAAAAcgAAAAAAewAAAAAAJgAAAAAAJgAAAAACJgAAAAADJgAAAAACJgAAAAABJgAAAAABJgAAAAADJgAAAAADdwAAAAAAdwAAAAAAdwAAAAAAewAAAAAAcgAAAAAAcwAAAAAAcgAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAdwAAAAACdwAAAAADdwAAAAADewAAAAAAcgAAAAAAHQAAAAAAcgAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAYgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAYgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAYgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAASQAAAAAASQAAAAAASgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAewAAAAAAewAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAASQAAAAAASQAAAAAASgAAAAAASgAAAAAAcgAAAAACcgAAAAACcgAAAAAAewAAAAAAcgAAAAABdwAAAAACcgAAAAADewAAAAAAPwAAAAAAPwAAAAAAPwAAAAAASQAAAAAASQAAAAAASQAAAAAASQAAAAAASgAAAAAAdwAAAAACdgAAAAABcgAAAAACJgAAAAAAdwAAAAABdwAAAAACdwAAAAAAewAAAAAAPwAAAAAAPwAAAAAAPwAAAAAASQAAAAAASQAAAAAASgAAAAAASQAAAAAASQAAAAAAdwAAAAAAdgAAAAABcgAAAAACewAAAAAAcgAAAAAAdwAAAAAAcgAAAAAAewAAAAAAPwAAAAAAPwAAAAAASQAAAAAASQAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAA version: 6 3,-1: ind: 3,-1 - tiles: cAAAAAAAYwAAAAACWQAAAAACLQAAAAACWQAAAAADYwAAAAACJgAAAAAAJgAAAAACJgAAAAADJgAAAAADJgAAAAABJgAAAAADJgAAAAAAJgAAAAAAdgAAAAAAdgAAAAABcAAAAAAAeQAAAAAAYwAAAAADWQAAAAABWQAAAAABYwAAAAADeQAAAAAAJgAAAAADJgAAAAADJgAAAAACJgAAAAADJgAAAAABJgAAAAAAJgAAAAADdgAAAAACdgAAAAABcAAAAAAAeQAAAAAAYwAAAAACWQAAAAABLQAAAAAAYwAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAACdgAAAAADeQAAAAAAeQAAAAAAYwAAAAADWQAAAAACWQAAAAADYwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAADJgAAAAAAeQAAAAAAYwAAAAABWQAAAAAALQAAAAADYwAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAYwAAAAABWQAAAAABYwAAAAACeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaQAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAWQAAAAAAYwAAAAABLQAAAAADYwAAAAADeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAYwAAAAACWQAAAAABYwAAAAADeQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAYAAAAAAAWQAAAAAAYwAAAAABLQAAAAABWQAAAAABYwAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAJgAAAAAAYwAAAAADYwAAAAACWQAAAAAAWQAAAAAAWQAAAAAAYwAAAAABWQAAAAAAWQAAAAAAYwAAAAADJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAYwAAAAADWQAAAAAAWQAAAAAAWQAAAAAAYAAAAAAAWQAAAAAAYwAAAAADLQAAAAACYwAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAACWQAAAAADYwAAAAACeQAAAAAAbAAAAAADbAAAAAABbAAAAAAAbAAAAAACbAAAAAABeQAAAAAAYwAAAAACWQAAAAADSgAAAAAASgAAAAAASgAAAAAAeQAAAAAAYwAAAAAALQAAAAADYwAAAAADeQAAAAAAbAAAAAACbAAAAAABbAAAAAADbAAAAAADbAAAAAAAJgAAAAAAYwAAAAAATAAAAAAASgAAAAAASgAAAAAASgAAAAAAeQAAAAAAYwAAAAACWQAAAAAAYwAAAAADeQAAAAAAbAAAAAACbAAAAAADbAAAAAADbAAAAAACbAAAAAABeQAAAAAAYwAAAAACTAAAAAABSQAAAAAASgAAAAAASgAAAAAAeQAAAAAAYwAAAAAALQAAAAACYwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAABTAAAAAADSQAAAAAASQAAAAAASgAAAAAAJgAAAAABYwAAAAAAZAAAAAAAZAAAAAAAYwAAAAAAYwAAAAADYwAAAAACYwAAAAADYwAAAAADYwAAAAADYwAAAAAAYwAAAAACTAAAAAAB + tiles: cgAAAAAAZQAAAAACWwAAAAACLQAAAAACWwAAAAADZQAAAAACJgAAAAAAJgAAAAACJgAAAAADJgAAAAADJgAAAAABJgAAAAADJgAAAAAAJgAAAAAAeAAAAAAAeAAAAAABcgAAAAAAewAAAAAAZQAAAAADWwAAAAABWwAAAAABZQAAAAADewAAAAAAJgAAAAADJgAAAAADJgAAAAACJgAAAAADJgAAAAABJgAAAAAAJgAAAAADeAAAAAACeAAAAAABcgAAAAAAewAAAAAAZQAAAAACWwAAAAABLQAAAAAAZQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAACeAAAAAADewAAAAAAewAAAAAAZQAAAAADWwAAAAACWwAAAAADZQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAADJgAAAAAAewAAAAAAZQAAAAABWwAAAAAALQAAAAADZQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAewAAAAAAewAAAAAAZQAAAAABWwAAAAABZQAAAAACewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAawAAAAAAawAAAAAAagAAAAAAewAAAAAAJgAAAAAAewAAAAAAWwAAAAAAZQAAAAABLQAAAAADZQAAAAADewAAAAAAewAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAZQAAAAACWwAAAAABZQAAAAADewAAAAAAewAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAYgAAAAAAWwAAAAAAZQAAAAABLQAAAAABWwAAAAABZQAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAawAAAAAAJgAAAAAAZQAAAAADZQAAAAACWwAAAAAAWwAAAAAAWwAAAAAAZQAAAAABWwAAAAAAWwAAAAAAZQAAAAADJgAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAagAAAAAAewAAAAAAZQAAAAADWwAAAAAAWwAAAAAAWwAAAAAAYgAAAAAAWwAAAAAAZQAAAAADLQAAAAACZQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAABWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAACWwAAAAADZQAAAAACewAAAAAAbgAAAAADbgAAAAABbgAAAAAAbgAAAAACbgAAAAABewAAAAAAZQAAAAACWwAAAAADSgAAAAAASgAAAAAASgAAAAAAewAAAAAAZQAAAAAALQAAAAADZQAAAAADewAAAAAAbgAAAAACbgAAAAABbgAAAAADbgAAAAADbgAAAAAAJgAAAAAAZQAAAAAATAAAAAAASgAAAAAASgAAAAAASgAAAAAAewAAAAAAZQAAAAACWwAAAAAAZQAAAAADewAAAAAAbgAAAAACbgAAAAADbgAAAAADbgAAAAACbgAAAAABewAAAAAAZQAAAAACTAAAAAABSQAAAAAASgAAAAAASgAAAAAAewAAAAAAZQAAAAAALQAAAAACZQAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAACewAAAAAAewAAAAAAewAAAAAAZQAAAAABTAAAAAADSQAAAAAASQAAAAAASgAAAAAAJgAAAAABZQAAAAAAZgAAAAAAZgAAAAAAZQAAAAAAZQAAAAADZQAAAAACZQAAAAADZQAAAAADZQAAAAADZQAAAAAAZQAAAAACTAAAAAAB version: 6 1,0: ind: 1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAcAAAAAABcAAAAAACcAAAAAACcAAAAAACcAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAdQAAAAADdQAAAAACcQAAAAADdAAAAAABdAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdQAAAAABdQAAAAAAcQAAAAABTAAAAAADTAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAcwAAAAABcwAAAAAATAAAAAABTAAAAAACTAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAdQAAAAAAdQAAAAAAcQAAAAACTAAAAAAATAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAdQAAAAACdQAAAAACcQAAAAAAdAAAAAAAdAAAAAADAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAJgAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAACJgAAAAACJgAAAAAAJgAAAAABeQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAcgAAAAABcgAAAAACcgAAAAACcgAAAAACcgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAJgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAdwAAAAADdwAAAAACcwAAAAADdgAAAAABdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAdwAAAAABdwAAAAAAcwAAAAABTAAAAAADTAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAdQAAAAABdQAAAAAATAAAAAABTAAAAAACTAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAdwAAAAAAdwAAAAAAcwAAAAACTAAAAAAATAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAdwAAAAACdwAAAAACcwAAAAAAdgAAAAAAdgAAAAADAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAJgAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAJgAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAACJgAAAAACJgAAAAAAJgAAAAABewAAAAAAewAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAA version: 6 2,0: ind: 2,0 - tiles: cAAAAAACcAAAAAABcAAAAAADeQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAASgAAAAAASQAAAAAASQAAAAAASgAAAAAASgAAAAAASgAAAAAASQAAAAAASQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAeQAAAAAASgAAAAAASgAAAAAASQAAAAAASQAAAAAASQAAAAAASQAAAAAASQAAAAAASgAAAAAAcQAAAAAAdQAAAAACdQAAAAADeQAAAAAAcAAAAAAAdAAAAAAAcAAAAAAAeQAAAAAASgAAAAAASgAAAAAASQAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAcQAAAAABdQAAAAADdQAAAAACeQAAAAAAcAAAAAAAdAAAAAAAcAAAAAAAeQAAAAAASgAAAAAASQAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAATAAAAAADcwAAAAAAcwAAAAACeQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAeQAAAAAASgAAAAAASQAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAdQAAAAAAdQAAAAAAdQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAcQAAAAAAdQAAAAADdQAAAAADeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaQAAAAAAeQAAAAAAaAAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaAAAAAAAaQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: cgAAAAACcgAAAAABcgAAAAADewAAAAAAewAAAAAAJgAAAAAAewAAAAAAewAAAAAASgAAAAAASQAAAAAASQAAAAAASgAAAAAASgAAAAAASgAAAAAASQAAAAAASQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAewAAAAAASgAAAAAASgAAAAAASQAAAAAASQAAAAAASQAAAAAASQAAAAAASQAAAAAASgAAAAAAcwAAAAAAdwAAAAACdwAAAAADewAAAAAAcgAAAAAAdgAAAAAAcgAAAAAAewAAAAAASgAAAAAASgAAAAAASQAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAcwAAAAABdwAAAAADdwAAAAACewAAAAAAcgAAAAAAdgAAAAAAcgAAAAAAewAAAAAASgAAAAAASQAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAATAAAAAADdQAAAAAAdQAAAAACewAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAewAAAAAASgAAAAAASQAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAdwAAAAAAdwAAAAAAdwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAcwAAAAAAdwAAAAADdwAAAAADewAAAAAAawAAAAAAewAAAAAAewAAAAAAawAAAAAAagAAAAAAewAAAAAAewAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAawAAAAAAewAAAAAAewAAAAAAawAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAJgAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAawAAAAAAewAAAAAAagAAAAAAawAAAAAAewAAAAAAewAAAAAAawAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAawAAAAAAagAAAAAAawAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAA version: 6 1,1: ind: 1,1 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAJgAAAAADJgAAAAABJgAAAAADJgAAAAACeQAAAAAAIQAAAAACIQAAAAAAIQAAAAAAeQAAAAAAYwAAAAABeQAAAAAAaAAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAACJgAAAAABJgAAAAACJgAAAAABJgAAAAAAIQAAAAABJQAAAAAAIQAAAAADeQAAAAAAJgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAABJgAAAAABJgAAAAACJgAAAAAAeQAAAAAAIQAAAAAAJQAAAAADIQAAAAACJgAAAAADJAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIQAAAAACJQAAAAABIQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAJAAAAAAAJAAAAAADJAAAAAACJAAAAAAAJAAAAAABJAAAAAAAJAAAAAAAIQAAAAADIQAAAAADeQAAAAAAIQAAAAACJQAAAAACIQAAAAADeQAAAAAAYwAAAAAAeQAAAAAAJgAAAAADJgAAAAAAJgAAAAACJgAAAAACJgAAAAABJgAAAAAAJgAAAAABJgAAAAADJgAAAAAAeQAAAAAAIQAAAAABJQAAAAACIQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAACJgAAAAACJgAAAAABJgAAAAAAJgAAAAADJgAAAAABJgAAAAACIQAAAAABJQAAAAAAIQAAAAADeQAAAAAAIQAAAAAAeQAAAAAAJgAAAAAAJgAAAAABJgAAAAADJgAAAAABJgAAAAAAJgAAAAAAJgAAAAABJgAAAAABJgAAAAADeQAAAAAAIQAAAAAAJQAAAAACIQAAAAACeQAAAAAAIQAAAAAAeQAAAAAAIgAAAAADIgAAAAABIgAAAAABIgAAAAAAIgAAAAADIgAAAAABJAAAAAABIQAAAAACIQAAAAADeQAAAAAAIQAAAAAAJQAAAAABIQAAAAAAJgAAAAABIQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIQAAAAACJQAAAAAAIQAAAAADeQAAAAAAIQAAAAAAaQAAAAAAeQAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAIQAAAAABIQAAAAAAIQAAAAACIQAAAAABIQAAAAACeQAAAAAAIQAAAAACJQAAAAABIQAAAAADeQAAAAAAIgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAIQAAAAAAJgAAAAABJgAAAAADJgAAAAABIQAAAAABJgAAAAAAIQAAAAABJQAAAAABIQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAIQAAAAAAJgAAAAACJgAAAAAAJgAAAAACIQAAAAADeQAAAAAAIQAAAAADJQAAAAADIQAAAAAAeQAAAAAAIQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIQAAAAADJgAAAAADJgAAAAACJgAAAAABIQAAAAADeQAAAAAAIQAAAAAAIQAAAAAAIQAAAAADeQAAAAAAIQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAIQAAAAAAJgAAAAACJgAAAAAAJgAAAAABIQAAAAABeQAAAAAAJgAAAAAAeQAAAAAAJgAAAAADeQAAAAAAIQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAIQAAAAAAJgAAAAABJgAAAAACJgAAAAADIQAAAAAAeQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIAAAAAAA + tiles: ewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAJgAAAAADJgAAAAABJgAAAAADJgAAAAACewAAAAAAIQAAAAACIQAAAAAAIQAAAAAAewAAAAAAZQAAAAABewAAAAAAagAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAACJgAAAAABJgAAAAACJgAAAAABJgAAAAAAIQAAAAABJQAAAAAAIQAAAAADewAAAAAAJgAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAABJgAAAAABJgAAAAACJgAAAAAAewAAAAAAIQAAAAAAJQAAAAADIQAAAAACJgAAAAADJAAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIQAAAAACJQAAAAABIQAAAAAAewAAAAAAJgAAAAAAewAAAAAAJAAAAAAAJAAAAAADJAAAAAACJAAAAAAAJAAAAAABJAAAAAAAJAAAAAAAIQAAAAADIQAAAAADewAAAAAAIQAAAAACJQAAAAACIQAAAAADewAAAAAAZQAAAAAAewAAAAAAJgAAAAADJgAAAAAAJgAAAAACJgAAAAACJgAAAAABJgAAAAAAJgAAAAABJgAAAAADJgAAAAAAewAAAAAAIQAAAAABJQAAAAACIQAAAAADewAAAAAAewAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAACJgAAAAACJgAAAAABJgAAAAAAJgAAAAADJgAAAAABJgAAAAACIQAAAAABJQAAAAAAIQAAAAADewAAAAAAIQAAAAAAewAAAAAAJgAAAAAAJgAAAAABJgAAAAADJgAAAAABJgAAAAAAJgAAAAAAJgAAAAABJgAAAAABJgAAAAADewAAAAAAIQAAAAAAJQAAAAACIQAAAAACewAAAAAAIQAAAAAAewAAAAAAIgAAAAADIgAAAAABIgAAAAABIgAAAAAAIgAAAAADIgAAAAABJAAAAAABIQAAAAACIQAAAAADewAAAAAAIQAAAAAAJQAAAAABIQAAAAAAJgAAAAABIQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIQAAAAACJQAAAAAAIQAAAAADewAAAAAAIQAAAAAAawAAAAAAewAAAAAAawAAAAAAagAAAAAAewAAAAAAIQAAAAABIQAAAAAAIQAAAAACIQAAAAABIQAAAAACewAAAAAAIQAAAAACJQAAAAABIQAAAAADewAAAAAAIgAAAAABewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAIQAAAAAAJgAAAAABJgAAAAADJgAAAAABIQAAAAABJgAAAAAAIQAAAAABJQAAAAABIQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAIQAAAAAAJgAAAAACJgAAAAAAJgAAAAACIQAAAAADewAAAAAAIQAAAAADJQAAAAADIQAAAAAAewAAAAAAIQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIQAAAAADJgAAAAADJgAAAAACJgAAAAABIQAAAAADewAAAAAAIQAAAAAAIQAAAAAAIQAAAAADewAAAAAAIQAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAIQAAAAAAJgAAAAACJgAAAAAAJgAAAAABIQAAAAABewAAAAAAJgAAAAAAewAAAAAAJgAAAAADewAAAAAAIQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAIQAAAAAAJgAAAAABJgAAAAACJgAAAAADIQAAAAAAewAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIAAAAAAA version: 6 2,1: ind: 2,1 - tiles: YwAAAAABYwAAAAADYwAAAAAAYwAAAAADeQAAAAAAIgAAAAACIgAAAAABIgAAAAABeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAJgAAAAACJgAAAAACJgAAAAACJgAAAAABeQAAAAAAJgAAAAAAJgAAAAAAJgAAAAACeQAAAAAAeQAAAAAAaQAAAAAAaAAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJAAAAAACJAAAAAAAJAAAAAABJAAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAJgAAAAACJgAAAAABJgAAAAACeQAAAAAAIgAAAAACIgAAAAADIQAAAAACIgAAAAAAIgAAAAACIgAAAAACIgAAAAADeQAAAAAAaAAAAAAAaQAAAAAAeQAAAAAAYwAAAAAAYwAAAAABYwAAAAAAYwAAAAAAeQAAAAAAIQAAAAABIAAAAAAAIAAAAAABIAAAAAADIAAAAAACIAAAAAACIQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIQAAAAABIAAAAAADIAAAAAAAIAAAAAACIAAAAAABIAAAAAACIQAAAAACeQAAAAAAaAAAAAAAeQAAAAAAYwAAAAACIQAAAAACIQAAAAACIQAAAAABIQAAAAABeQAAAAAAIQAAAAADIAAAAAACIAAAAAACIAAAAAABIAAAAAAAIAAAAAADIgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAACIAAAAAABIAAAAAACIAAAAAADIQAAAAACeQAAAAAAIQAAAAADIQAAAAAAIQAAAAABIQAAAAADIQAAAAABIgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAAAWQAAAAADIAAAAAACIAAAAAABIAAAAAADIQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAABeQAAAAAAeQAAAAAAYwAAAAACYwAAAAACWQAAAAACLQAAAAADIQAAAAACIQAAAAACIQAAAAABIQAAAAAAeQAAAAAAeQAAAAAAMgAAAAAAMgAAAAADIQAAAAAAIQAAAAAAIQAAAAAAYwAAAAAAWQAAAAAAWQAAAAACWQAAAAACWQAAAAACIgAAAAACIgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAIQAAAAAAJgAAAAAAJgAAAAAALQAAAAAAJgAAAAAALQAAAAACWQAAAAAALQAAAAABWQAAAAABLQAAAAACWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAIQAAAAAAIQAAAAAAJgAAAAAALQAAAAACJgAAAAAAJgAAAAAAIQAAAAAAIQAAAAAAYwAAAAACYwAAAAACYwAAAAAAYwAAAAACYwAAAAABIQAAAAAAIQAAAAAAIQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAIQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAIQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIAAAAAAAIgAAAAAAIgAAAAAAIAAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAIQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAABIgAAAAABIgAAAAAAIgAAAAAAIgAAAAACIgAAAAAAIgAAAAAAIgAAAAAAIAAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAeQAAAAAAeQAAAAAAIgAAAAADIQAAAAAAIgAAAAADIgAAAAACIQAAAAACIQAAAAAC + tiles: ZQAAAAABZQAAAAADZQAAAAAAZQAAAAADewAAAAAAIgAAAAACIgAAAAABIgAAAAABewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAJgAAAAACJgAAAAACJgAAAAACJgAAAAABewAAAAAAJgAAAAAAJgAAAAAAJgAAAAACewAAAAAAewAAAAAAawAAAAAAagAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAJAAAAAACJAAAAAAAJAAAAAABJAAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAJgAAAAACJgAAAAABJgAAAAACewAAAAAAIgAAAAACIgAAAAADIQAAAAACIgAAAAAAIgAAAAACIgAAAAACIgAAAAADewAAAAAAagAAAAAAawAAAAAAewAAAAAAZQAAAAAAZQAAAAABZQAAAAAAZQAAAAAAewAAAAAAIQAAAAABIAAAAAAAIAAAAAABIAAAAAADIAAAAAACIAAAAAACIQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIQAAAAABIAAAAAADIAAAAAAAIAAAAAACIAAAAAABIAAAAAACIQAAAAACewAAAAAAagAAAAAAewAAAAAAZQAAAAACIQAAAAACIQAAAAACIQAAAAABIQAAAAABewAAAAAAIQAAAAADIAAAAAACIAAAAAACIAAAAAABIAAAAAAAIAAAAAADIgAAAAADewAAAAAAewAAAAAAewAAAAAAZQAAAAACIAAAAAABIAAAAAACIAAAAAADIQAAAAACewAAAAAAIQAAAAADIQAAAAAAIQAAAAABIQAAAAADIQAAAAABIgAAAAABewAAAAAAewAAAAAAewAAAAAAZQAAAAAAWwAAAAADIAAAAAACIAAAAAABIAAAAAADIQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAABewAAAAAAewAAAAAAZQAAAAACZQAAAAACWwAAAAACLQAAAAADIQAAAAACIQAAAAACIQAAAAABIQAAAAAAewAAAAAAewAAAAAAMgAAAAAAMgAAAAADIQAAAAAAIQAAAAAAIQAAAAAAZQAAAAAAWwAAAAAAWwAAAAACWwAAAAACWwAAAAACIgAAAAACIgAAAAABewAAAAAAewAAAAAAewAAAAAAIQAAAAAAJgAAAAAAJgAAAAAALQAAAAAAJgAAAAAALQAAAAACWwAAAAAALQAAAAABWwAAAAABLQAAAAACWwAAAAADewAAAAAAewAAAAAAewAAAAAAIQAAAAAAIQAAAAAAJgAAAAAALQAAAAACJgAAAAAAJgAAAAAAIQAAAAAAIQAAAAAAZQAAAAACZQAAAAACZQAAAAAAZQAAAAACZQAAAAABIQAAAAAAIQAAAAAAIQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAIQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAIQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIAAAAAAAIgAAAAAAIgAAAAAAIAAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAIQAAAAAAewAAAAAAewAAAAAAewAAAAAAIgAAAAABIgAAAAABIgAAAAAAIgAAAAAAIgAAAAACIgAAAAAAIgAAAAAAIgAAAAAAIAAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAewAAAAAAewAAAAAAIgAAAAADIQAAAAAAIgAAAAADIgAAAAACIQAAAAACIQAAAAAC version: 6 0,2: ind: 0,2 - tiles: WQAAAAACYwAAAAABeQAAAAAAPgAAAAAAPgAAAAAAdgAAAAADdgAAAAADdwAAAAADdwAAAAABdwAAAAADeQAAAAAAaQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAaQAAAAAAYwAAAAACZAAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAdgAAAAACdgAAAAABdwAAAAADdwAAAAABdwAAAAADeQAAAAAAeQAAAAAAaAAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAYwAAAAADYwAAAAADYwAAAAAAYwAAAAADYwAAAAADYwAAAAABYwAAAAAAYwAAAAABYwAAAAACeQAAAAAAaAAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALQAAAAACWQAAAAABLQAAAAAAWQAAAAADLQAAAAABWQAAAAADLQAAAAACWQAAAAABYwAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaAAAAAAAWQAAAAABWQAAAAACYwAAAAACYwAAAAABYwAAAAABYwAAAAADYwAAAAAAYwAAAAADYwAAAAABeQAAAAAAaQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALQAAAAAAYwAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAADdgAAAAACWQAAAAADYwAAAAADeQAAAAAAIAAAAAACIAAAAAACIAAAAAACIAAAAAAAIAAAAAACIAAAAAADeQAAAAAAaQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAdgAAAAAAdgAAAAADLQAAAAADYwAAAAACeQAAAAAAIAAAAAABIAAAAAACIAAAAAADIAAAAAADIAAAAAAAIAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAdgAAAAAAdgAAAAABWQAAAAADYwAAAAAAeQAAAAAAIAAAAAAAIAAAAAACIAAAAAADIAAAAAABIAAAAAABIAAAAAADeQAAAAAAeQAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAdgAAAAABdgAAAAADLQAAAAADYwAAAAABeQAAAAAAIAAAAAAAIAAAAAAAIAAAAAADIAAAAAADeQAAAAAAJgAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAACdgAAAAAAWQAAAAABYwAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAADdgAAAAADdgAAAAADdgAAAAADeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAALQAAAAAAWQAAAAADDwAAAAAADwAAAAAADwAAAAAADwAAAAAAeQAAAAAAdgAAAAADdgAAAAADdgAAAAAAdgAAAAACdgAAAAABdgAAAAACeQAAAAAAdgAAAAADdgAAAAABWQAAAAAAWQAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAeQAAAAAAdwAAAAADdwAAAAAAdwAAAAADdwAAAAAAdwAAAAAAdgAAAAABdgAAAAAAdgAAAAADdgAAAAABLQAAAAACWQAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAeQAAAAAAdwAAAAABdwAAAAADdwAAAAACdwAAAAAAdwAAAAADdgAAAAACdgAAAAAAdgAAAAACdgAAAAACWQAAAAABWQAAAAABDwAAAAAADwAAAAAADwAAAAAADwAAAAAAeQAAAAAAdwAAAAAAdwAAAAADdwAAAAABdwAAAAADdwAAAAADdgAAAAABdgAAAAADdgAAAAABdgAAAAAC + tiles: WwAAAAACZQAAAAABewAAAAAAPgAAAAAAPgAAAAAAeAAAAAADeAAAAAADeQAAAAADeQAAAAABeQAAAAADewAAAAAAawAAAAAAewAAAAAAawAAAAAAewAAAAAAawAAAAAAZQAAAAACZgAAAAAAewAAAAAAPgAAAAAAPgAAAAAAeAAAAAACeAAAAAABeQAAAAADeQAAAAABeQAAAAADewAAAAAAewAAAAAAagAAAAAAawAAAAAAewAAAAAAewAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAZQAAAAADZQAAAAADZQAAAAAAZQAAAAADZQAAAAADZQAAAAABZQAAAAAAZQAAAAABZQAAAAACewAAAAAAagAAAAAAawAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAALQAAAAACWwAAAAABLQAAAAAAWwAAAAADLQAAAAABWwAAAAADLQAAAAACWwAAAAABZQAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAagAAAAAAWwAAAAABWwAAAAACZQAAAAACZQAAAAABZQAAAAABZQAAAAADZQAAAAAAZQAAAAADZQAAAAABewAAAAAAawAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAALQAAAAAAZQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAADeAAAAAACWwAAAAADZQAAAAADewAAAAAAIAAAAAACIAAAAAACIAAAAAACIAAAAAAAIAAAAAACIAAAAAADewAAAAAAawAAAAAAewAAAAAAawAAAAAAewAAAAAAeAAAAAAAeAAAAAADLQAAAAADZQAAAAACewAAAAAAIAAAAAABIAAAAAACIAAAAAADIAAAAAADIAAAAAAAIAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAeAAAAAAAeAAAAAABWwAAAAADZQAAAAAAewAAAAAAIAAAAAAAIAAAAAACIAAAAAADIAAAAAABIAAAAAABIAAAAAADewAAAAAAewAAAAAAawAAAAAAagAAAAAAewAAAAAAeAAAAAABeAAAAAADLQAAAAADZQAAAAABewAAAAAAIAAAAAAAIAAAAAAAIAAAAAADIAAAAAADewAAAAAAJgAAAAAAewAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAACeAAAAAAAWwAAAAABZQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAADeAAAAAADeAAAAAADeAAAAAADewAAAAAAewAAAAAAeAAAAAAAeAAAAAAALQAAAAAAWwAAAAADDwAAAAAADwAAAAAADwAAAAAADwAAAAAAewAAAAAAeAAAAAADeAAAAAADeAAAAAAAeAAAAAACeAAAAAABeAAAAAACewAAAAAAeAAAAAADeAAAAAABWwAAAAAAWwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAewAAAAAAeQAAAAADeQAAAAAAeQAAAAADeQAAAAAAeQAAAAAAeAAAAAABeAAAAAAAeAAAAAADeAAAAAABLQAAAAACWwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAewAAAAAAeQAAAAABeQAAAAADeQAAAAACeQAAAAAAeQAAAAADeAAAAAACeAAAAAAAeAAAAAACeAAAAAACWwAAAAABWwAAAAABDwAAAAAADwAAAAAADwAAAAAADwAAAAAAewAAAAAAeQAAAAAAeQAAAAADeQAAAAABeQAAAAADeQAAAAADeAAAAAABeAAAAAADeAAAAAABeAAAAAAC version: 6 1,2: ind: 1,2 - tiles: eQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAIQAAAAADJgAAAAABJgAAAAAAJgAAAAAAIQAAAAADeQAAAAAAIQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIQAAAAABIQAAAAADIQAAAAABIQAAAAABIQAAAAABeQAAAAAAIQAAAAAAIAAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIQAAAAAAIAAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAaQAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAIQAAAAAAIQAAAAAAJgAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAIQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAIQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAIQAAAAAAIQAAAAAAdgAAAAABdgAAAAAAdgAAAAAAdgAAAAABdgAAAAAAdgAAAAADdgAAAAADeQAAAAAAIQAAAAAAJgAAAAAAJgAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAMgAAAAACMgAAAAAAdgAAAAACdgAAAAACdgAAAAACdgAAAAADdgAAAAACdgAAAAAAdgAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAABdgAAAAAAdgAAAAAAdgAAAAADdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAYwAAAAABWQAAAAAAYwAAAAABeQAAAAAAeQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAdgAAAAAAdgAAAAADdgAAAAABdgAAAAACdgAAAAABdgAAAAADdgAAAAABeQAAAAAAYwAAAAACLQAAAAAAYwAAAAADeQAAAAAAIQAAAAADIQAAAAACJgAAAAABJgAAAAABdgAAAAACdgAAAAABdgAAAAACdgAAAAAAdgAAAAACdgAAAAACdgAAAAACJgAAAAAAYwAAAAABWQAAAAAAYwAAAAACeQAAAAAAIQAAAAACJgAAAAADJgAAAAACIgAAAAAAdgAAAAADdgAAAAAAdgAAAAABdgAAAAABdgAAAAACdgAAAAABdgAAAAACeQAAAAAAYwAAAAAALQAAAAADYwAAAAAAeQAAAAAAIQAAAAACJgAAAAABIgAAAAACIgAAAAAAdgAAAAADdgAAAAADdgAAAAAAdgAAAAACdgAAAAAAdgAAAAABeQAAAAAAeQAAAAAAYwAAAAACWQAAAAACYwAAAAADeQAAAAAAIQAAAAAAJgAAAAADIgAAAAAAIgAAAAACdgAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAYwAAAAADWQAAAAAALQAAAAACYwAAAAADeQAAAAAAIQAAAAAAJgAAAAADJgAAAAAAJgAAAAAAdgAAAAACeQAAAAAAYwAAAAAAYwAAAAAAYwAAAAACYwAAAAABYwAAAAAAWQAAAAABWQAAAAABWQAAAAABYwAAAAAAeQAAAAAAIQAAAAAAJgAAAAACJgAAAAADJgAAAAACdgAAAAACeQAAAAAAYwAAAAAAWQAAAAAAWQAAAAADWQAAAAADWQAAAAADWQAAAAADWQAAAAACLQAAAAAAYwAAAAABeQAAAAAAIQAAAAACIgAAAAAAIgAAAAABJgAAAAAA + tiles: ewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAIQAAAAADJgAAAAABJgAAAAAAJgAAAAAAIQAAAAADewAAAAAAIQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIQAAAAABIQAAAAADIQAAAAABIQAAAAABIQAAAAABewAAAAAAIQAAAAAAIAAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIQAAAAAAIAAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAawAAAAAAawAAAAAAagAAAAAAewAAAAAAIQAAAAAAIQAAAAAAJgAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAewAAAAAAewAAAAAAawAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAIQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAIQAAAAAAewAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAIQAAAAAAIQAAAAAAeAAAAAABeAAAAAAAeAAAAAAAeAAAAAABeAAAAAAAeAAAAAADeAAAAAADewAAAAAAIQAAAAAAJgAAAAAAJgAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAMgAAAAACMgAAAAAAeAAAAAACeAAAAAACeAAAAAACeAAAAAADeAAAAAACeAAAAAAAeAAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAABeAAAAAAAeAAAAAAAeAAAAAADeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAZQAAAAABWwAAAAAAZQAAAAABewAAAAAAewAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAeAAAAAAAeAAAAAADeAAAAAABeAAAAAACeAAAAAABeAAAAAADeAAAAAABewAAAAAAZQAAAAACLQAAAAAAZQAAAAADewAAAAAAIQAAAAADIQAAAAACJgAAAAABJgAAAAABeAAAAAACeAAAAAABeAAAAAACeAAAAAAAeAAAAAACeAAAAAACeAAAAAACJgAAAAAAZQAAAAABWwAAAAAAZQAAAAACewAAAAAAIQAAAAACJgAAAAADJgAAAAACIgAAAAAAeAAAAAADeAAAAAAAeAAAAAABeAAAAAABeAAAAAACeAAAAAABeAAAAAACewAAAAAAZQAAAAAALQAAAAADZQAAAAAAewAAAAAAIQAAAAACJgAAAAABIgAAAAACIgAAAAAAeAAAAAADeAAAAAADeAAAAAAAeAAAAAACeAAAAAAAeAAAAAABewAAAAAAewAAAAAAZQAAAAACWwAAAAACZQAAAAADewAAAAAAIQAAAAAAJgAAAAADIgAAAAAAIgAAAAACeAAAAAAAewAAAAAAewAAAAAAJgAAAAAAJgAAAAAAewAAAAAAewAAAAAAZQAAAAADWwAAAAAALQAAAAACZQAAAAADewAAAAAAIQAAAAAAJgAAAAADJgAAAAAAJgAAAAAAeAAAAAACewAAAAAAZQAAAAAAZQAAAAAAZQAAAAACZQAAAAABZQAAAAAAWwAAAAABWwAAAAABWwAAAAABZQAAAAAAewAAAAAAIQAAAAAAJgAAAAACJgAAAAADJgAAAAACeAAAAAACewAAAAAAZQAAAAAAWwAAAAAAWwAAAAADWwAAAAADWwAAAAADWwAAAAADWwAAAAACLQAAAAAAZQAAAAABewAAAAAAIQAAAAACIgAAAAAAIgAAAAABJgAAAAAA version: 6 2,2: ind: 2,2 - tiles: IgAAAAAAIgAAAAAAIAAAAAAAIQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAIgAAAAADIAAAAAAAJAAAAAABJAAAAAACJAAAAAABJAAAAAAAIgAAAAAAIgAAAAAAIAAAAAAAIQAAAAAAJgAAAAADJgAAAAADJgAAAAADJgAAAAAAeQAAAAAAeQAAAAAAIgAAAAAAJQAAAAAAIgAAAAAAIgAAAAABIgAAAAADIgAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIQAAAAAAJgAAAAACJgAAAAAAWQAAAAAAJgAAAAACeQAAAAAAeQAAAAAAIgAAAAADIAAAAAADJAAAAAADJAAAAAABJAAAAAABJAAAAAABIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAJgAAAAADJgAAAAADJgAAAAADJgAAAAAAeQAAAAAAeQAAAAAAIgAAAAADIgAAAAABIgAAAAABIQAAAAACIQAAAAAAIgAAAAAAeQAAAAAAeQAAAAAAJgAAAAACeQAAAAAAeQAAAAAAJgAAAAABJgAAAAADJgAAAAACeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAJgAAAAACJgAAAAACeQAAAAAAIQAAAAADIQAAAAAAIQAAAAACIQAAAAADIQAAAAADIQAAAAACIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAABIQAAAAADeQAAAAAAJgAAAAADJgAAAAADJgAAAAACJgAAAAAAIQAAAAACJgAAAAAAJgAAAAAAJgAAAAACJgAAAAABJgAAAAAAJgAAAAACJgAAAAACJgAAAAABJgAAAAACJgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIQAAAAABJgAAAAABJgAAAAADJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAACIQAAAAAAIQAAAAAAIQAAAAABeQAAAAAAeQAAAAAAIQAAAAABJgAAAAABJgAAAAABeQAAAAAAeQAAAAAAHQAAAAABHQAAAAACHQAAAAADHQAAAAABeQAAAAAAeQAAAAAAJgAAAAABJgAAAAAAIQAAAAABIQAAAAABeQAAAAAAIQAAAAADJgAAAAABJgAAAAAAHQAAAAACHQAAAAABHQAAAAADLQAAAAADLQAAAAACHQAAAAACHQAAAAADeQAAAAAAIgAAAAADJgAAAAABJgAAAAADIQAAAAADeQAAAAAAIQAAAAADJgAAAAACJgAAAAAAeQAAAAAAHQAAAAADLQAAAAAALQAAAAACLQAAAAAALQAAAAAAHQAAAAADeQAAAAAAIgAAAAADIgAAAAADJgAAAAADJgAAAAACJgAAAAABIQAAAAABJgAAAAABJgAAAAABJgAAAAAAHQAAAAAAHQAAAAACLQAAAAABLQAAAAADHQAAAAACHQAAAAAAeQAAAAAAIgAAAAAAIgAAAAACJgAAAAADJgAAAAAAJgAAAAADIQAAAAABJgAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAABHQAAAAADHQAAAAACeQAAAAAAeQAAAAAAJgAAAAACJgAAAAABJgAAAAABJgAAAAADJgAAAAAAIQAAAAABJgAAAAACJgAAAAADJgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAADJgAAAAAAJgAAAAAAJgAAAAABJgAAAAACJgAAAAADIQAAAAABJgAAAAADJgAAAAACJgAAAAAAJgAAAAACJgAAAAACJgAAAAADJgAAAAADJgAAAAAAJgAAAAADJgAAAAAAJgAAAAACIgAAAAAAIgAAAAADIQAAAAADeQAAAAAAIQAAAAAAJgAAAAADJgAAAAAAJgAAAAAAIQAAAAABIQAAAAAAIQAAAAAAIQAAAAADIQAAAAAAIQAAAAABIQAAAAAB + tiles: IgAAAAAAIgAAAAAAIAAAAAAAIQAAAAAAewAAAAAAJgAAAAAAewAAAAAAJgAAAAAAewAAAAAAewAAAAAAIgAAAAADIAAAAAAAJAAAAAABJAAAAAACJAAAAAABJAAAAAAAIgAAAAAAIgAAAAAAIAAAAAAAIQAAAAAAJgAAAAADJgAAAAADJgAAAAADJgAAAAAAewAAAAAAewAAAAAAIgAAAAAAJQAAAAAAIgAAAAAAIgAAAAABIgAAAAADIgAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIQAAAAAAJgAAAAACJgAAAAAAWwAAAAAAJgAAAAACewAAAAAAewAAAAAAIgAAAAADIAAAAAADJAAAAAADJAAAAAABJAAAAAABJAAAAAABIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAJgAAAAADJgAAAAADJgAAAAADJgAAAAAAewAAAAAAewAAAAAAIgAAAAADIgAAAAABIgAAAAABIQAAAAACIQAAAAAAIgAAAAAAewAAAAAAewAAAAAAJgAAAAACewAAAAAAewAAAAAAJgAAAAABJgAAAAADJgAAAAACewAAAAAAewAAAAAAewAAAAAATQAAAAAAewAAAAAAJgAAAAAAJgAAAAAAewAAAAAAewAAAAAAJgAAAAAAJgAAAAACJgAAAAACewAAAAAAIQAAAAADIQAAAAAAIQAAAAACIQAAAAADIQAAAAADIQAAAAACIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAABIQAAAAADewAAAAAAJgAAAAADJgAAAAADJgAAAAACJgAAAAAAIQAAAAACJgAAAAAAJgAAAAAAJgAAAAACJgAAAAABJgAAAAAAJgAAAAACJgAAAAACJgAAAAABJgAAAAACJgAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIQAAAAABJgAAAAABJgAAAAADJgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAACIQAAAAAAIQAAAAAAIQAAAAABewAAAAAAewAAAAAAIQAAAAABJgAAAAABJgAAAAABewAAAAAAewAAAAAAHQAAAAABHQAAAAACHQAAAAADHQAAAAABewAAAAAAewAAAAAAJgAAAAABJgAAAAAAIQAAAAABIQAAAAABewAAAAAAIQAAAAADJgAAAAABJgAAAAAAHQAAAAACHQAAAAABHQAAAAADLQAAAAADLQAAAAACHQAAAAACHQAAAAADewAAAAAAIgAAAAADJgAAAAABJgAAAAADIQAAAAADewAAAAAAIQAAAAADJgAAAAACJgAAAAAAewAAAAAAHQAAAAADLQAAAAAALQAAAAACLQAAAAAALQAAAAAAHQAAAAADewAAAAAAIgAAAAADIgAAAAADJgAAAAADJgAAAAACJgAAAAABIQAAAAABJgAAAAABJgAAAAABJgAAAAAAHQAAAAAAHQAAAAACLQAAAAABLQAAAAADHQAAAAACHQAAAAAAewAAAAAAIgAAAAAAIgAAAAACJgAAAAADJgAAAAAAJgAAAAADIQAAAAABJgAAAAAAJgAAAAAAewAAAAAAewAAAAAAHQAAAAABHQAAAAABHQAAAAADHQAAAAACewAAAAAAewAAAAAAJgAAAAACJgAAAAABJgAAAAABJgAAAAADJgAAAAAAIQAAAAABJgAAAAACJgAAAAADJgAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAADJgAAAAAAJgAAAAAAJgAAAAABJgAAAAACJgAAAAADIQAAAAABJgAAAAADJgAAAAACJgAAAAAAJgAAAAACJgAAAAACJgAAAAADJgAAAAADJgAAAAAAJgAAAAADJgAAAAAAJgAAAAACIgAAAAAAIgAAAAADIQAAAAADewAAAAAAIQAAAAAAJgAAAAADJgAAAAAAJgAAAAAAIQAAAAABIQAAAAAAIQAAAAAAIQAAAAADIQAAAAAAIQAAAAABIQAAAAAB version: 6 3,1: ind: 3,1 - tiles: eQAAAAAAYwAAAAAAWQAAAAAALQAAAAABWQAAAAACWQAAAAACLQAAAAABLQAAAAAALQAAAAABWQAAAAAAWQAAAAACLQAAAAADLQAAAAACLQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAYwAAAAADWQAAAAABWQAAAAAAYwAAAAACYwAAAAADYwAAAAACYwAAAAACYwAAAAAAYwAAAAADYwAAAAAAYwAAAAACYwAAAAACYwAAAAADYwAAAAABYwAAAAABYwAAAAAAWQAAAAADLQAAAAABYwAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAABWQAAAAADWQAAAAABYwAAAAAAeQAAAAAAJgAAAAADJgAAAAABJgAAAAACJgAAAAADJgAAAAADJgAAAAACJgAAAAACJgAAAAACJgAAAAAAJgAAAAABJgAAAAABYwAAAAABLQAAAAACWQAAAAABYwAAAAADeQAAAAAAJgAAAAACJgAAAAACJgAAAAACJgAAAAADJgAAAAADJgAAAAABJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAABJgAAAAACWQAAAAACWQAAAAACWQAAAAABYwAAAAAAeQAAAAAAJgAAAAABJgAAAAABJgAAAAABJgAAAAACJgAAAAAAJgAAAAAAJgAAAAACJgAAAAAAJgAAAAADJgAAAAABJgAAAAADWQAAAAABLQAAAAADWQAAAAADYwAAAAABeQAAAAAAJgAAAAACJgAAAAADJgAAAAACJgAAAAAAJgAAAAADJgAAAAABJgAAAAADJgAAAAACJgAAAAABJgAAAAAAJgAAAAAAWQAAAAAAWQAAAAABYwAAAAACeQAAAAAAeQAAAAAAJgAAAAACJgAAAAADJgAAAAADJgAAAAACJgAAAAADJgAAAAABJgAAAAADJgAAAAACJgAAAAACJgAAAAADJgAAAAAAWQAAAAAAYwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAACJgAAAAABJgAAAAABJgAAAAABJgAAAAAAJgAAAAABJgAAAAADJgAAAAAAJgAAAAACJgAAAAABJgAAAAABYwAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAADJgAAAAABJgAAAAAAJgAAAAADJgAAAAAAJgAAAAADJgAAAAADJgAAAAAAJgAAAAACJgAAAAADJgAAAAACYwAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIQAAAAABIQAAAAACIQAAAAADIQAAAAACIQAAAAACeQAAAAAAJgAAAAAAJgAAAAAAJgAAAAABJgAAAAAAJgAAAAABJgAAAAABNQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIQAAAAACJgAAAAAAIgAAAAABJgAAAAABIQAAAAABeQAAAAAAJgAAAAADJgAAAAADJgAAAAABJgAAAAACJgAAAAABJgAAAAAANQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIQAAAAADJgAAAAABIgAAAAADJgAAAAACIQAAAAAAeQAAAAAAJgAAAAACJgAAAAABJgAAAAAAJgAAAAACJgAAAAADJgAAAAACJgAAAAAAIgAAAAACIgAAAAABeQAAAAAAIQAAAAAAJgAAAAADJgAAAAABJgAAAAACIQAAAAACeQAAAAAAJgAAAAADJgAAAAACJgAAAAABJgAAAAADJgAAAAAAJgAAAAAAJgAAAAAAIQAAAAACIgAAAAACeQAAAAAAIQAAAAAAIQAAAAADIQAAAAABIQAAAAABIQAAAAADeQAAAAAAJgAAAAADJgAAAAAAJgAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAA + tiles: ewAAAAAAZQAAAAAAWwAAAAAALQAAAAABWwAAAAACWwAAAAACLQAAAAABLQAAAAAALQAAAAABWwAAAAAAWwAAAAACLQAAAAADLQAAAAACLQAAAAAAWwAAAAAAWwAAAAABewAAAAAAZQAAAAADWwAAAAABWwAAAAAAZQAAAAACZQAAAAADZQAAAAACZQAAAAACZQAAAAAAZQAAAAADZQAAAAAAZQAAAAACZQAAAAACZQAAAAADZQAAAAABZQAAAAABZQAAAAAAWwAAAAADLQAAAAABZQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAABWwAAAAADWwAAAAABZQAAAAAAewAAAAAAJgAAAAADJgAAAAABJgAAAAACJgAAAAADJgAAAAADJgAAAAACJgAAAAACJgAAAAACJgAAAAAAJgAAAAABJgAAAAABZQAAAAABLQAAAAACWwAAAAABZQAAAAADewAAAAAAJgAAAAACJgAAAAACJgAAAAACJgAAAAADJgAAAAADJgAAAAABJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAABJgAAAAACWwAAAAACWwAAAAACWwAAAAABZQAAAAAAewAAAAAAJgAAAAABJgAAAAABJgAAAAABJgAAAAACJgAAAAAAJgAAAAAAJgAAAAACJgAAAAAAJgAAAAADJgAAAAABJgAAAAADWwAAAAABLQAAAAADWwAAAAADZQAAAAABewAAAAAAJgAAAAACJgAAAAADJgAAAAACJgAAAAAAJgAAAAADJgAAAAABJgAAAAADJgAAAAACJgAAAAABJgAAAAAAJgAAAAAAWwAAAAAAWwAAAAABZQAAAAACewAAAAAAewAAAAAAJgAAAAACJgAAAAADJgAAAAADJgAAAAACJgAAAAADJgAAAAABJgAAAAADJgAAAAACJgAAAAACJgAAAAADJgAAAAAAWwAAAAAAZQAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAACJgAAAAABJgAAAAABJgAAAAABJgAAAAAAJgAAAAABJgAAAAADJgAAAAAAJgAAAAACJgAAAAABJgAAAAABZQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAADJgAAAAABJgAAAAAAJgAAAAADJgAAAAAAJgAAAAADJgAAAAADJgAAAAAAJgAAAAACJgAAAAADJgAAAAACZQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIQAAAAABIQAAAAACIQAAAAADIQAAAAACIQAAAAACewAAAAAAJgAAAAAAJgAAAAAAJgAAAAABJgAAAAAAJgAAAAABJgAAAAABNQAAAAAAewAAAAAAewAAAAAAewAAAAAAIQAAAAACJgAAAAAAIgAAAAABJgAAAAABIQAAAAABewAAAAAAJgAAAAADJgAAAAADJgAAAAABJgAAAAACJgAAAAABJgAAAAAANQAAAAAAewAAAAAAewAAAAAAewAAAAAAIQAAAAADJgAAAAABIgAAAAADJgAAAAACIQAAAAAAewAAAAAAJgAAAAACJgAAAAABJgAAAAAAJgAAAAACJgAAAAADJgAAAAACJgAAAAAAIgAAAAACIgAAAAABewAAAAAAIQAAAAAAJgAAAAADJgAAAAABJgAAAAACIQAAAAACewAAAAAAJgAAAAADJgAAAAACJgAAAAABJgAAAAADJgAAAAAAJgAAAAAAJgAAAAAAIQAAAAACIgAAAAACewAAAAAAIQAAAAAAIQAAAAADIQAAAAABIQAAAAABIQAAAAADewAAAAAAJgAAAAADJgAAAAAAJgAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJgAAAAAA version: 6 3,0: ind: 3,0 - tiles: SQAAAAAASQAAAAAASQAAAAAAJgAAAAAAYwAAAAAAZAAAAAAAZAAAAAAAZAAAAAAAWQAAAAABZAAAAAAAZAAAAAAAZAAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAABSgAAAAAASgAAAAAASgAAAAAAJgAAAAAAYwAAAAAAZAAAAAAAZAAAAAAAYwAAAAAAYwAAAAABYwAAAAAAYwAAAAADYwAAAAAAYwAAAAABYwAAAAABYwAAAAABWQAAAAADSgAAAAAASgAAAAAASgAAAAAAeQAAAAAAYwAAAAAALQAAAAAAYwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAABWQAAAAADSgAAAAAASgAAAAAASgAAAAAAeQAAAAAAYwAAAAAAWQAAAAADYwAAAAAAeQAAAAAAJgAAAAACJgAAAAABJgAAAAAAJgAAAAACJgAAAAABeQAAAAAAYwAAAAABYwAAAAADSgAAAAAASgAAAAAASgAAAAAAeQAAAAAAYwAAAAADLQAAAAADYwAAAAADeQAAAAAAJgAAAAAAJgAAAAABJgAAAAAAJgAAAAACJgAAAAAAeQAAAAAAeQAAAAAAJgAAAAAASgAAAAAASgAAAAAASgAAAAAAeQAAAAAAYwAAAAACWQAAAAADYwAAAAACeQAAAAAAJgAAAAAAJgAAAAACJgAAAAABJgAAAAACJgAAAAABeQAAAAAAJgAAAAAAJgAAAAACSgAAAAAASgAAAAAAeQAAAAAAeQAAAAAAYwAAAAABLQAAAAADYwAAAAABeQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAJgAAAAABJgAAAAAAJgAAAAAAJgAAAAABJgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAACWQAAAAABWQAAAAACYwAAAAACeQAAAAAAaAAAAAAAaQAAAAAAeQAAAAAAJgAAAAACJgAAAAAAeQAAAAAAJgAAAAABJgAAAAACeQAAAAAAeQAAAAAAaAAAAAAAYwAAAAADLQAAAAADWQAAAAABYwAAAAADJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAJgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAAAWQAAAAAAYwAAAAADeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAAALQAAAAABYwAAAAABeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAAAWQAAAAABYwAAAAABeQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAABWQAAAAABLQAAAAACYwAAAAACJgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAYwAAAAABWQAAAAADWQAAAAABYwAAAAABeQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAYwAAAAABWQAAAAADLQAAAAAAYwAAAAACeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAABWQAAAAACWQAAAAAAWQAAAAADYwAAAAACYwAAAAAAYwAAAAAAYwAAAAADYwAAAAADYwAAAAACYwAAAAAAYwAAAAAAYwAAAAAAYwAAAAAA + tiles: SQAAAAAASQAAAAAASQAAAAAAJgAAAAAAZQAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAWwAAAAABZgAAAAAAZgAAAAAAZgAAAAAAWwAAAAAAWwAAAAABWwAAAAADWwAAAAABSgAAAAAASgAAAAAASgAAAAAAJgAAAAAAZQAAAAAAZgAAAAAAZgAAAAAAZQAAAAAAZQAAAAABZQAAAAAAZQAAAAADZQAAAAAAZQAAAAABZQAAAAABZQAAAAABWwAAAAADSgAAAAAASgAAAAAASgAAAAAAewAAAAAAZQAAAAAALQAAAAAAZQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAABWwAAAAADSgAAAAAASgAAAAAASgAAAAAAewAAAAAAZQAAAAAAWwAAAAADZQAAAAAAewAAAAAAJgAAAAACJgAAAAABJgAAAAAAJgAAAAACJgAAAAABewAAAAAAZQAAAAABZQAAAAADSgAAAAAASgAAAAAASgAAAAAAewAAAAAAZQAAAAADLQAAAAADZQAAAAADewAAAAAAJgAAAAAAJgAAAAABJgAAAAAAJgAAAAACJgAAAAAAewAAAAAAewAAAAAAJgAAAAAASgAAAAAASgAAAAAASgAAAAAAewAAAAAAZQAAAAACWwAAAAADZQAAAAACewAAAAAAJgAAAAAAJgAAAAACJgAAAAABJgAAAAACJgAAAAABewAAAAAAJgAAAAAAJgAAAAACSgAAAAAASgAAAAAAewAAAAAAewAAAAAAZQAAAAABLQAAAAADZQAAAAABewAAAAAAewAAAAAAJgAAAAAAewAAAAAAJgAAAAABJgAAAAAAJgAAAAAAJgAAAAABJgAAAAABewAAAAAAewAAAAAAewAAAAAAZQAAAAACWwAAAAABWwAAAAACZQAAAAACewAAAAAAagAAAAAAawAAAAAAewAAAAAAJgAAAAACJgAAAAAAewAAAAAAJgAAAAABJgAAAAACewAAAAAAewAAAAAAagAAAAAAZQAAAAADLQAAAAADWwAAAAABZQAAAAADJgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAJgAAAAACewAAAAAAewAAAAAAewAAAAAAZQAAAAAAWwAAAAAAZQAAAAADewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAAALQAAAAABZQAAAAABewAAAAAAewAAAAAAewAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAAAWwAAAAABZQAAAAABewAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAABWwAAAAABLQAAAAACZQAAAAACJgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAZQAAAAABWwAAAAADWwAAAAABZQAAAAABewAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAewAAAAAAawAAAAAAewAAAAAAagAAAAAAewAAAAAAZQAAAAABWwAAAAADLQAAAAAAZQAAAAACewAAAAAAewAAAAAAewAAAAAAJgAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAABWwAAAAACWwAAAAAAWwAAAAADZQAAAAACZQAAAAAAZQAAAAAAZQAAAAADZQAAAAADZQAAAAACZQAAAAAAZQAAAAAAZQAAAAAAZQAAAAAA version: 6 4,-2: ind: 4,-2 - tiles: aAAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAeQAAAAAAaQAAAAAAaAAAAAAAaQAAAAAAaAAAAAAAaAAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYAAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAYAAAAAAAaAAAAAAAaQAAAAAAeQAAAAAAaAAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAaAAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAYAAAAAAAeQAAAAAAaQAAAAAAaAAAAAAAaQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAABeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAaAAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: agAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAawAAAAAAewAAAAAAawAAAAAAagAAAAAAawAAAAAAagAAAAAAagAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAYgAAAAAAawAAAAAAawAAAAAAewAAAAAAawAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAYgAAAAAAagAAAAAAawAAAAAAewAAAAAAagAAAAAAawAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAewAAAAAAawAAAAAAawAAAAAAewAAAAAAagAAAAAAawAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAawAAAAAAYgAAAAAAewAAAAAAawAAAAAAagAAAAAAawAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAABewAAAAAAewAAAAAAawAAAAAAewAAAAAAagAAAAAAawAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,-1: ind: 4,-1 - tiles: dgAAAAACeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaAAAAAAAaQAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaAAAAAAAaQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYwAAAAABYwAAAAADYwAAAAAAYwAAAAAAYwAAAAADYwAAAAABYwAAAAAAYwAAAAAAYwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAATAAAAAABTAAAAAABTAAAAAADTAAAAAAATAAAAAAAWQAAAAAAWQAAAAAAYwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATAAAAAAATAAAAAAAWQAAAAABWQAAAAAAWQAAAAAATAAAAAAATAAAAAAAWQAAAAAAYwAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATAAAAAAAWQAAAAACeQAAAAAALQAAAAAAeQAAAAAAWQAAAAABTAAAAAAAWQAAAAAAYwAAAAAAJgAAAAADJgAAAAADJgAAAAAAJgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATAAAAAABWQAAAAABLQAAAAACSgAAAAAALQAAAAAAWQAAAAAATAAAAAAATAAAAAAAYwAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADYwAAAAACLQAAAAACSgAAAAAALQAAAAAAWQAAAAAAWQAAAAAATAAAAAAAYwAAAAAAJgAAAAABJgAAAAACJgAAAAAAJgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADYwAAAAABLQAAAAAASgAAAAAALQAAAAAAWQAAAAAAWQAAAAAATAAAAAAAYwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATAAAAAADWQAAAAADLQAAAAACSgAAAAAALQAAAAAAWQAAAAAATAAAAAAATAAAAAAAYwAAAAAAeQAAAAAALwAAAAAAJgAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: eAAAAAACewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAagAAAAAAawAAAAAAawAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAawAAAAAAewAAAAAAagAAAAAAewAAAAAAawAAAAAAawAAAAAAagAAAAAAawAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZQAAAAABZQAAAAADZQAAAAAAZQAAAAAAZQAAAAADZQAAAAABZQAAAAAAZQAAAAAAZQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAATAAAAAABTAAAAAABTAAAAAADTAAAAAAATAAAAAAAWwAAAAAAWwAAAAAAZQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATAAAAAAATAAAAAAAWwAAAAABWwAAAAAAWwAAAAAATAAAAAAATAAAAAAAWwAAAAAAZQAAAAAAewAAAAAAewAAAAAAJgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATAAAAAAAWwAAAAACewAAAAAALQAAAAAAewAAAAAAWwAAAAABTAAAAAAAWwAAAAAAZQAAAAAAJgAAAAADJgAAAAADJgAAAAAAJgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATAAAAAABWwAAAAABLQAAAAACSgAAAAAALQAAAAAAWwAAAAAATAAAAAAATAAAAAAAZQAAAAAAewAAAAAAewAAAAAAJgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAADZQAAAAACLQAAAAACSgAAAAAALQAAAAAAWwAAAAAAWwAAAAAATAAAAAAAZQAAAAAAJgAAAAABJgAAAAACJgAAAAAAJgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAADZQAAAAABLQAAAAAASgAAAAAALQAAAAAAWwAAAAAAWwAAAAAATAAAAAAAZQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATAAAAAADWwAAAAADLQAAAAACSgAAAAAALQAAAAAAWwAAAAAATAAAAAAATAAAAAAAZQAAAAAAewAAAAAALwAAAAAAJgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,0: ind: 4,0 - tiles: TAAAAAABWQAAAAABeQAAAAAALQAAAAAAeQAAAAAAWQAAAAACTAAAAAAAWQAAAAAAYwAAAAAAeQAAAAAALwAAAAAAJgAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATAAAAAAATAAAAAADWQAAAAAAWQAAAAAAWQAAAAAATAAAAAAATAAAAAAAWQAAAAAAYwAAAAAAeQAAAAAALwAAAAAAJgAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAACTAAAAAADTAAAAAAATAAAAAAATAAAAAAATAAAAAAAWQAAAAAAWQAAAAAAYwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYwAAAAAAYwAAAAADYwAAAAADYwAAAAACYwAAAAADYwAAAAADYwAAAAAAYwAAAAAAYwAAAAAAJgAAAAADJgAAAAAAJgAAAAAAJgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAADJgAAAAAAJgAAAAADJgAAAAACJgAAAAACJgAAAAACJgAAAAABJgAAAAABJgAAAAAAJgAAAAACJgAAAAACJgAAAAAAJgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAACJgAAAAACJgAAAAADJgAAAAAAJgAAAAACJgAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAJgAAAAADJgAAAAABJgAAAAACJgAAAAADJgAAAAADJgAAAAABeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAJgAAAAABJgAAAAACJgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYwAAAAABYwAAAAABYwAAAAABYwAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: TAAAAAABWwAAAAABewAAAAAALQAAAAAAewAAAAAAWwAAAAACTAAAAAAAWwAAAAAAZQAAAAAAewAAAAAALwAAAAAAJgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATAAAAAAATAAAAAADWwAAAAAAWwAAAAAAWwAAAAAATAAAAAAATAAAAAAAWwAAAAAAZQAAAAAAewAAAAAALwAAAAAAJgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAACTAAAAAADTAAAAAAATAAAAAAATAAAAAAATAAAAAAAWwAAAAAAWwAAAAAAZQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZQAAAAAAZQAAAAADZQAAAAADZQAAAAACZQAAAAADZQAAAAADZQAAAAAAZQAAAAAAZQAAAAAAJgAAAAADJgAAAAAAJgAAAAAAJgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAADJgAAAAAAJgAAAAADJgAAAAACJgAAAAACJgAAAAACJgAAAAABJgAAAAABJgAAAAAAJgAAAAACJgAAAAACJgAAAAAAJgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAACJgAAAAACJgAAAAADJgAAAAAAJgAAAAACJgAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJgAAAAADJgAAAAABJgAAAAACJgAAAAADJgAAAAADJgAAAAABewAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJgAAAAABJgAAAAACJgAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJgAAAAAAewAAAAAAawAAAAAAawAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZQAAAAABZQAAAAABZQAAAAABZQAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,1: ind: 4,1 - tiles: LQAAAAACLQAAAAAALQAAAAADYwAAAAACeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYwAAAAADYwAAAAABYwAAAAACYwAAAAADeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAABJgAAAAADeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAACeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAACeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAACeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANQAAAAAANQAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAYwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANQAAAAAANQAAAAAAeQAAAAAAJgAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAYwAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAJgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAYwAAAAAAYwAAAAAAJgAAAAAAJgAAAAAAHgAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAA + tiles: LQAAAAACLQAAAAAALQAAAAADZQAAAAACewAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZQAAAAADZQAAAAABZQAAAAACZQAAAAADewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAJgAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAACewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAABJgAAAAADewAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAACewAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAACewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAACewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANQAAAAAANQAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAZQAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANQAAAAAANQAAAAAAewAAAAAAJgAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAJgAAAAAAJgAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAewAAAAAAZQAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAJgAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAJgAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAZQAAAAAAZQAAAAAAJgAAAAAAJgAAAAAAHgAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAA version: 6 3,2: ind: 3,2 - tiles: IAAAAAADIgAAAAABeQAAAAAAeQAAAAAAJgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAADIgAAAAACeQAAAAAAeQAAAAAAIgAAAAAAeQAAAAAAeQAAAAAAJQAAAAAAIgAAAAABeQAAAAAAJgAAAAABJgAAAAACJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAADJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAIAAAAAACIgAAAAABeQAAAAAAJgAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAJgAAAAAAIgAAAAAAIgAAAAACeQAAAAAAeQAAAAAAJgAAAAABWQAAAAACJgAAAAABJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAACJgAAAAAAJgAAAAAAJgAAAAAAWQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIQAAAAADIQAAAAAAIQAAAAABIQAAAAABeQAAAAAAIgAAAAABIgAAAAABJgAAAAACIgAAAAAAeQAAAAAAJgAAAAAAWQAAAAAAJgAAAAAAeQAAAAAAIQAAAAAAIQAAAAAAJgAAAAADJgAAAAABJgAAAAABIQAAAAABJgAAAAADJgAAAAADJgAAAAAAJgAAAAAAJgAAAAABJgAAAAABJgAAAAAAWQAAAAAAJgAAAAAAeQAAAAAAJgAAAAAAJgAAAAACJgAAAAADJgAAAAAAJgAAAAACIQAAAAACIgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAJgAAAAAAWQAAAAAAJgAAAAAAeQAAAAAAJgAAAAADJgAAAAADJgAAAAACJgAAAAADJgAAAAAAIgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAWQAAAAAAJgAAAAAAeQAAAAAAIgAAAAABJgAAAAADJgAAAAACJgAAAAACJgAAAAAAIQAAAAADeQAAAAAAIgAAAAABJgAAAAABJgAAAAABJgAAAAACeQAAAAAAJgAAAAAAWQAAAAAAJgAAAAAAeQAAAAAAIgAAAAABJgAAAAACJgAAAAACJgAAAAAAJgAAAAABIQAAAAABIgAAAAACJgAAAAABJgAAAAABJgAAAAABJgAAAAACeQAAAAAAJgAAAAAAWQAAAAAAJgAAAAAAeQAAAAAAIgAAAAAAJgAAAAACJgAAAAADJgAAAAAAJgAAAAADIgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAWQAAAAAAJgAAAAAAeQAAAAAAIgAAAAAAJgAAAAAAJgAAAAABJgAAAAADJgAAAAAAIQAAAAABeQAAAAAAIgAAAAAAJgAAAAADJgAAAAABJgAAAAACeQAAAAAAJgAAAAAAWQAAAAAAJgAAAAAAeQAAAAAAJgAAAAABJgAAAAACJgAAAAABJgAAAAADJgAAAAACIQAAAAAAIgAAAAADJgAAAAABJgAAAAADJgAAAAACJgAAAAADeQAAAAAAJgAAAAAAWQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAABJgAAAAABJgAAAAABIgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAWQAAAAAAJgAAAAAAJgAAAAAAJgAAAAABJgAAAAACJgAAAAADJgAAAAADIQAAAAACIgAAAAABJgAAAAABJgAAAAACJgAAAAABJgAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAIgAAAAAAIQAAAAAAIQAAAAABIgAAAAADIQAAAAABeQAAAAAAIgAAAAACJgAAAAACJgAAAAADJgAAAAABeQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAeQAAAAAA + tiles: IAAAAAADIgAAAAABewAAAAAAewAAAAAAJgAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAADIgAAAAACewAAAAAAewAAAAAAIgAAAAAAewAAAAAAewAAAAAAJQAAAAAAIgAAAAABewAAAAAAJgAAAAABJgAAAAACJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAADJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAewAAAAAAIAAAAAACIgAAAAABewAAAAAAJgAAAAAAWwAAAAABWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAJgAAAAAAIgAAAAAAIgAAAAACewAAAAAAewAAAAAAJgAAAAABWwAAAAACJgAAAAABJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAACJgAAAAAAJgAAAAAAJgAAAAAAWwAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAIQAAAAADIQAAAAAAIQAAAAABIQAAAAABewAAAAAAIgAAAAABIgAAAAABJgAAAAACIgAAAAAAewAAAAAAJgAAAAAAWwAAAAAAJgAAAAAAewAAAAAAIQAAAAAAIQAAAAAAJgAAAAADJgAAAAABJgAAAAABIQAAAAABJgAAAAADJgAAAAADJgAAAAAAJgAAAAAAJgAAAAABJgAAAAABJgAAAAAAWwAAAAAAJgAAAAAAewAAAAAAJgAAAAAAJgAAAAACJgAAAAADJgAAAAAAJgAAAAACIQAAAAACIgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAewAAAAAAJgAAAAAAWwAAAAAAJgAAAAAAewAAAAAAJgAAAAADJgAAAAADJgAAAAACJgAAAAADJgAAAAAAIgAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAWwAAAAAAJgAAAAAAewAAAAAAIgAAAAABJgAAAAADJgAAAAACJgAAAAACJgAAAAAAIQAAAAADewAAAAAAIgAAAAABJgAAAAABJgAAAAABJgAAAAACewAAAAAAJgAAAAAAWwAAAAAAJgAAAAAAewAAAAAAIgAAAAABJgAAAAACJgAAAAACJgAAAAAAJgAAAAABIQAAAAABIgAAAAACJgAAAAABJgAAAAABJgAAAAABJgAAAAACewAAAAAAJgAAAAAAWwAAAAAAJgAAAAAAewAAAAAAIgAAAAAAJgAAAAACJgAAAAADJgAAAAAAJgAAAAADIgAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAWwAAAAAAJgAAAAAAewAAAAAAIgAAAAAAJgAAAAAAJgAAAAABJgAAAAADJgAAAAAAIQAAAAABewAAAAAAIgAAAAAAJgAAAAADJgAAAAABJgAAAAACewAAAAAAJgAAAAAAWwAAAAAAJgAAAAAAewAAAAAAJgAAAAABJgAAAAACJgAAAAABJgAAAAADJgAAAAACIQAAAAAAIgAAAAADJgAAAAABJgAAAAADJgAAAAACJgAAAAADewAAAAAAJgAAAAAAWwAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAABJgAAAAABJgAAAAABIgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAWwAAAAAAJgAAAAAAJgAAAAAAJgAAAAABJgAAAAACJgAAAAADJgAAAAADIQAAAAACIgAAAAABJgAAAAABJgAAAAACJgAAAAABJgAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAewAAAAAAIgAAAAAAIQAAAAAAIQAAAAABIgAAAAADIQAAAAABewAAAAAAIgAAAAACJgAAAAACJgAAAAADJgAAAAABewAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAewAAAAAA version: 6 3,3: ind: 3,3 - tiles: eQAAAAAAeQAAAAAAIgAAAAAAeQAAAAAAIgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAAAJgAAAAABeQAAAAAAJgAAAAABIgAAAAADeQAAAAAAIgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAIAAAAAAAIgAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAJgAAAAACJgAAAAADeQAAAAAAJgAAAAAAJgAAAAACeQAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAJAAAAAAAIAAAAAAAJQAAAAAAIgAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAJgAAAAAAJgAAAAADeQAAAAAAJgAAAAACJgAAAAADeQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJQAAAAAAJQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAJgAAAAACJgAAAAACeQAAAAAAJgAAAAACJgAAAAACeQAAAAAANAAAAAAANAAAAAAANAAAAAAAJgAAAAAAJQAAAAAAJQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAANAAAAAAANAAAAAAANAAAAAAAJgAAAAAAIgAAAAAAIgAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: ewAAAAAAewAAAAAAIgAAAAAAewAAAAAAIgAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIgAAAAAAJgAAAAABewAAAAAAJgAAAAABIgAAAAADewAAAAAAIgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAIAAAAAAAIgAAAAAAewAAAAAAAAAAAAAAewAAAAAAJgAAAAACJgAAAAADewAAAAAAJgAAAAAAJgAAAAACewAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAJAAAAAAAIAAAAAAAJQAAAAAAIgAAAAAAewAAAAAAAAAAAAAAewAAAAAAJgAAAAAAJgAAAAADewAAAAAAJgAAAAACJgAAAAADewAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJQAAAAAAJQAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAJgAAAAACJgAAAAACewAAAAAAJgAAAAACJgAAAAACewAAAAAANAAAAAAANAAAAAAANAAAAAAAJgAAAAAAJQAAAAAAJQAAAAAAewAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAANAAAAAAANAAAAAAANAAAAAAAJgAAAAAAIgAAAAAAIgAAAAAAewAAAAAAAAAAAAAAegAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,3: ind: 2,3 - tiles: IgAAAAADIgAAAAABIgAAAAABIQAAAAABeQAAAAAAIQAAAAAAIQAAAAABIQAAAAADIQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAADIgAAAAAAIQAAAAAAIQAAAAAAeQAAAAAAJgAAAAACWQAAAAADJgAAAAABeQAAAAAAeQAAAAAALwAAAAAALwAAAAAAIQAAAAADLwAAAAAALwAAAAAAeQAAAAAAIQAAAAABIQAAAAADIQAAAAACeQAAAAAAeQAAAAAAJgAAAAACWQAAAAAAJgAAAAACeQAAAAAAIQAAAAACIQAAAAAAIAAAAAADIAAAAAABIAAAAAADIQAAAAABIQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAACJgAAAAAAWQAAAAAAJgAAAAADeQAAAAAAIQAAAAACIAAAAAABIAAAAAABIAAAAAAAIAAAAAACIAAAAAABIQAAAAABJgAAAAACJgAAAAADJgAAAAACJgAAAAACJgAAAAABJgAAAAACWQAAAAAAJgAAAAADeQAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAIAAAAAACIAAAAAADIAAAAAACIQAAAAADWQAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAABWQAAAAADWQAAAAADJgAAAAAAeQAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAIAAAAAABIAAAAAADIAAAAAABIQAAAAADJgAAAAABJgAAAAACJgAAAAABJgAAAAADJgAAAAACJgAAAAAAJgAAAAACJgAAAAABeQAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAIQAAAAADIQAAAAADIQAAAAACIQAAAAABeQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAJgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAADJgAAAAABJgAAAAADJgAAAAAAeQAAAAAAIQAAAAACIQAAAAABIQAAAAACIQAAAAACIQAAAAACIgAAAAADeQAAAAAAYwAAAAAAJgAAAAAAJgAAAAADJgAAAAAAJgAAAAAAJgAAAAADJgAAAAABJgAAAAACeQAAAAAAIQAAAAABJgAAAAAAJgAAAAAAJgAAAAADIQAAAAACIgAAAAACeQAAAAAAYwAAAAABJgAAAAADJgAAAAAAJgAAAAACJgAAAAAAJgAAAAAAJgAAAAACeQAAAAAAeQAAAAAAIQAAAAADJgAAAAABJgAAAAAAJgAAAAABIQAAAAACIgAAAAACeQAAAAAAYwAAAAAAJgAAAAADJgAAAAABJgAAAAABJgAAAAADJgAAAAAAJgAAAAADeQAAAAAAdgAAAAABdgAAAAACIQAAAAACIQAAAAADIQAAAAACIQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAADdgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAJgAAAAACJgAAAAADJgAAAAADJgAAAAACJgAAAAACJgAAAAABJgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAJgAAAAABJgAAAAACJgAAAAADJgAAAAADJgAAAAAAJgAAAAAAJgAAAAABeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAJgAAAAADJgAAAAAAJgAAAAACJgAAAAADJgAAAAADeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAA + tiles: IgAAAAADIgAAAAABIgAAAAABIQAAAAABewAAAAAAIQAAAAAAIQAAAAABIQAAAAADIQAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAADewAAAAAAewAAAAAAewAAAAAAIgAAAAADIgAAAAAAIQAAAAAAIQAAAAAAewAAAAAAJgAAAAACWwAAAAADJgAAAAABewAAAAAAewAAAAAALwAAAAAALwAAAAAAIQAAAAADLwAAAAAALwAAAAAAewAAAAAAIQAAAAABIQAAAAADIQAAAAACewAAAAAAewAAAAAAJgAAAAACWwAAAAAAJgAAAAACewAAAAAAIQAAAAACIQAAAAAAIAAAAAADIAAAAAABIAAAAAADIQAAAAABIQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAACJgAAAAAAWwAAAAAAJgAAAAADewAAAAAAIQAAAAACIAAAAAABIAAAAAABIAAAAAAAIAAAAAACIAAAAAABIQAAAAABJgAAAAACJgAAAAADJgAAAAACJgAAAAACJgAAAAABJgAAAAACWwAAAAAAJgAAAAADewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAIAAAAAACIAAAAAADIAAAAAACIQAAAAADWwAAAAAAWwAAAAABWwAAAAADWwAAAAAAWwAAAAABWwAAAAADWwAAAAADJgAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAIAAAAAABIAAAAAADIAAAAAABIQAAAAADJgAAAAABJgAAAAACJgAAAAABJgAAAAADJgAAAAACJgAAAAAAJgAAAAACJgAAAAABewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAIQAAAAADIQAAAAADIQAAAAACIQAAAAABewAAAAAAewAAAAAAJgAAAAAAewAAAAAAJgAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAACewAAAAAAewAAAAAAewAAAAAAZQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAADJgAAAAABJgAAAAADJgAAAAAAewAAAAAAIQAAAAACIQAAAAABIQAAAAACIQAAAAACIQAAAAACIgAAAAADewAAAAAAZQAAAAAAJgAAAAAAJgAAAAADJgAAAAAAJgAAAAAAJgAAAAADJgAAAAABJgAAAAACewAAAAAAIQAAAAABJgAAAAAAJgAAAAAAJgAAAAADIQAAAAACIgAAAAACewAAAAAAZQAAAAABJgAAAAADJgAAAAAAJgAAAAACJgAAAAAAJgAAAAAAJgAAAAACewAAAAAAewAAAAAAIQAAAAADJgAAAAABJgAAAAAAJgAAAAABIQAAAAACIgAAAAACewAAAAAAZQAAAAAAJgAAAAADJgAAAAABJgAAAAABJgAAAAADJgAAAAAAJgAAAAADewAAAAAAeAAAAAABeAAAAAACIQAAAAACIQAAAAADIQAAAAACIQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAewAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAADeAAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAJgAAAAACJgAAAAADJgAAAAADJgAAAAACJgAAAAACJgAAAAABJgAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAJgAAAAABJgAAAAACJgAAAAADJgAAAAADJgAAAAAAJgAAAAAAJgAAAAABewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAJgAAAAADJgAAAAAAJgAAAAACJgAAAAADJgAAAAADewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAA version: 6 1,3: ind: 1,3 - tiles: eQAAAAAAeQAAAAAAYwAAAAABWQAAAAABWQAAAAACLQAAAAABWQAAAAACLQAAAAAAWQAAAAAAWQAAAAACYwAAAAAAeQAAAAAAIQAAAAADIgAAAAADIgAAAAADIgAAAAABYwAAAAADYwAAAAABWQAAAAADLQAAAAAAWQAAAAABWQAAAAACYwAAAAABYwAAAAAAYwAAAAABYwAAAAABYwAAAAABeQAAAAAAIQAAAAACIQAAAAABIgAAAAAAIgAAAAADWQAAAAABLQAAAAABWQAAAAACWQAAAAAAYwAAAAABYwAAAAABeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAIQAAAAACIQAAAAABIQAAAAAAWQAAAAAAWQAAAAABYwAAAAAAYwAAAAADeQAAAAAAeQAAAAAAeQAAAAAAcAAAAAADcAAAAAAAcAAAAAAAcAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAABYwAAAAABeQAAAAAAeQAAAAAAeQAAAAAAcQAAAAACcQAAAAACcAAAAAABdQAAAAADdQAAAAACcAAAAAACeQAAAAAAJgAAAAADJgAAAAACJgAAAAACJgAAAAABJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAcQAAAAACdQAAAAABdQAAAAADcAAAAAADdQAAAAACdQAAAAACcAAAAAAAJgAAAAAAJgAAAAABWQAAAAAAWQAAAAADWQAAAAAAeQAAAAAAJgAAAAAAaQAAAAAAeQAAAAAAdQAAAAACdQAAAAAAdQAAAAAAcAAAAAADdQAAAAABdQAAAAAAcAAAAAACJgAAAAACJgAAAAADWQAAAAAAJgAAAAADJgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAcQAAAAADdQAAAAACcQAAAAABcAAAAAACcAAAAAACcAAAAAACcAAAAAACeQAAAAAAJgAAAAACWQAAAAAAJgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAABWQAAAAACJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAABJgAAAAACJgAAAAAAJgAAAAADJgAAAAADJgAAAAABJgAAAAABJgAAAAABJgAAAAACJgAAAAACJgAAAAABWQAAAAAAJgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAABJgAAAAAAeQAAAAAAJgAAAAAAJgAAAAABJgAAAAACJgAAAAAAJgAAAAABJgAAAAAAJgAAAAABJgAAAAADWQAAAAADJgAAAAADeQAAAAAAaQAAAAAAeQAAAAAAJgAAAAABJgAAAAADJgAAAAADJgAAAAADJgAAAAABJgAAAAAAJgAAAAAAJgAAAAACJgAAAAADJgAAAAABJgAAAAABJgAAAAACJgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAABJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAADaQAAAAAAeQAAAAAAaQAAAAAAJgAAAAADeQAAAAAAJgAAAAAAJgAAAAABeQAAAAAAJgAAAAADaQAAAAAAeQAAAAAAaQAAAAAAJgAAAAADeQAAAAAAeQAAAAAAJgAAAAADaQAAAAAAeQAAAAAAaQAAAAAAJgAAAAAAeQAAAAAAJgAAAAACJgAAAAABeQAAAAAAJgAAAAABaQAAAAAAeQAAAAAAaQAAAAAAJgAAAAABeQAAAAAAeQAAAAAAJgAAAAADaQAAAAAAeQAAAAAAaQAAAAAAJgAAAAADeQAAAAAAJgAAAAAAJgAAAAADeQAAAAAAJgAAAAAAaQAAAAAAeQAAAAAAaQAAAAAAJgAAAAACeQAAAAAA + tiles: ewAAAAAAewAAAAAAZQAAAAABWwAAAAABWwAAAAACLQAAAAABWwAAAAACLQAAAAAAWwAAAAAAWwAAAAACZQAAAAAAewAAAAAAIQAAAAADIgAAAAADIgAAAAADIgAAAAABZQAAAAADZQAAAAABWwAAAAADLQAAAAAAWwAAAAABWwAAAAACZQAAAAABZQAAAAAAZQAAAAABZQAAAAABZQAAAAABewAAAAAAIQAAAAACIQAAAAABIgAAAAAAIgAAAAADWwAAAAABLQAAAAABWwAAAAACWwAAAAAAZQAAAAABZQAAAAABewAAAAAAewAAAAAAewAAAAAAJgAAAAADewAAAAAAewAAAAAAewAAAAAAIQAAAAACIQAAAAABIQAAAAAAWwAAAAAAWwAAAAABZQAAAAAAZQAAAAADewAAAAAAewAAAAAAewAAAAAAcgAAAAADcgAAAAAAcgAAAAAAcgAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAABZQAAAAABewAAAAAAewAAAAAAewAAAAAAcwAAAAACcwAAAAACcgAAAAABdwAAAAADdwAAAAACcgAAAAACewAAAAAAJgAAAAADJgAAAAACJgAAAAACJgAAAAABJgAAAAAAewAAAAAAewAAAAAAewAAAAAAcwAAAAACdwAAAAABdwAAAAADcgAAAAADdwAAAAACdwAAAAACcgAAAAAAJgAAAAAAJgAAAAABWwAAAAAAWwAAAAADWwAAAAAAewAAAAAAJgAAAAAAawAAAAAAewAAAAAAdwAAAAACdwAAAAAAdwAAAAAAcgAAAAADdwAAAAABdwAAAAAAcgAAAAACJgAAAAACJgAAAAADWwAAAAAAJgAAAAADJgAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAcwAAAAADdwAAAAACcwAAAAABcgAAAAACcgAAAAACcgAAAAACcgAAAAACewAAAAAAJgAAAAACWwAAAAAAJgAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAABWwAAAAACJgAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAABJgAAAAACJgAAAAAAJgAAAAADJgAAAAADJgAAAAABJgAAAAABJgAAAAABJgAAAAACJgAAAAACJgAAAAABWwAAAAAAJgAAAAADewAAAAAAewAAAAAAewAAAAAAJgAAAAABJgAAAAAAewAAAAAAJgAAAAAAJgAAAAABJgAAAAACJgAAAAAAJgAAAAABJgAAAAAAJgAAAAABJgAAAAADWwAAAAADJgAAAAADewAAAAAAawAAAAAAewAAAAAAJgAAAAABJgAAAAADJgAAAAADJgAAAAADJgAAAAABJgAAAAAAJgAAAAAAJgAAAAACJgAAAAADJgAAAAABJgAAAAABJgAAAAACJgAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAABJgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAADawAAAAAAewAAAAAAawAAAAAAJgAAAAADewAAAAAAJgAAAAAAJgAAAAABewAAAAAAJgAAAAADawAAAAAAewAAAAAAawAAAAAAJgAAAAADewAAAAAAewAAAAAAJgAAAAADawAAAAAAewAAAAAAawAAAAAAJgAAAAAAewAAAAAAJgAAAAACJgAAAAABewAAAAAAJgAAAAABawAAAAAAewAAAAAAawAAAAAAJgAAAAABewAAAAAAewAAAAAAJgAAAAADawAAAAAAewAAAAAAawAAAAAAJgAAAAADewAAAAAAJgAAAAAAJgAAAAADewAAAAAAJgAAAAAAawAAAAAAewAAAAAAawAAAAAAJgAAAAACewAAAAAA version: 6 0,3: ind: 0,3 - tiles: LQAAAAABWQAAAAACDwAAAAAADwAAAAAADwAAAAAADwAAAAAAeQAAAAAAdwAAAAACdwAAAAADdwAAAAADdwAAAAADdwAAAAABdgAAAAACeQAAAAAAdgAAAAACeQAAAAAAWQAAAAABWQAAAAABDwAAAAAADwAAAAAADwAAAAAADwAAAAAAeQAAAAAAeQAAAAAAdwAAAAABdwAAAAACdwAAAAACdwAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALQAAAAABWQAAAAABDwAAAAAADwAAAAAADwAAAAAADwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAADYwAAAAACYwAAAAADWQAAAAAAYwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAACYwAAAAACYwAAAAAAYwAAAAACYwAAAAABYwAAAAADWQAAAAACWQAAAAADLQAAAAADLQAAAAADWQAAAAAAYwAAAAADYwAAAAACYwAAAAAAYwAAAAABYwAAAAAAWQAAAAABWQAAAAADLQAAAAADWQAAAAABLQAAAAAAWQAAAAAALQAAAAAAWQAAAAADYwAAAAAALQAAAAAALQAAAAAAWQAAAAACLQAAAAADWQAAAAACLQAAAAACWQAAAAACLQAAAAAAWQAAAAABYwAAAAAAYwAAAAACYwAAAAAAYwAAAAADYwAAAAAAYwAAAAADeQAAAAAAYwAAAAABYwAAAAABYwAAAAACYwAAAAABYwAAAAADYwAAAAADYwAAAAACYwAAAAABYwAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALQAAAAABDgAAAAABeQAAAAAALQAAAAABLQAAAAAALQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAeQAAAAAAaAAAAAAADgAAAAADDgAAAAACDgAAAAAADgAAAAACDgAAAAACdwAAAAAAdwAAAAACdwAAAAAAdwAAAAAAeQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAJgAAAAAAeQAAAAAADgAAAAADDgAAAAADDgAAAAACDgAAAAACDgAAAAABdwAAAAAAdwAAAAAAdwAAAAACdwAAAAABeQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAeQAAAAAAeQAAAAAADgAAAAAAdgAAAAABdgAAAAABDgAAAAADDgAAAAADdwAAAAACdwAAAAAAdwAAAAACdwAAAAABJgAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAeQAAAAAAaAAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAABDgAAAAADdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAABeQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAeQAAAAAAeQAAAAAAdgAAAAACdgAAAAABdgAAAAACdgAAAAAADgAAAAABdwAAAAADdwAAAAADdwAAAAAAdwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAADgAAAAABdgAAAAACdgAAAAACDgAAAAABDgAAAAADdwAAAAAAdwAAAAABdwAAAAACdwAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAdgAAAAADdgAAAAAAdgAAAAAAdgAAAAACdgAAAAACdgAAAAABdgAAAAAAdgAAAAADdgAAAAADeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAACdgAAAAAAdgAAAAABdgAAAAADdgAAAAABdgAAAAADdgAAAAADdgAAAAABdgAAAAABeQAAAAAAAAAAAAAAeQAAAAAAOgAAAAAAMwAAAAAAMwAAAAAAOgAAAAAA + tiles: LQAAAAABWwAAAAACDwAAAAAADwAAAAAADwAAAAAADwAAAAAAewAAAAAAeQAAAAACeQAAAAADeQAAAAADeQAAAAADeQAAAAABeAAAAAACewAAAAAAeAAAAAACewAAAAAAWwAAAAABWwAAAAABDwAAAAAADwAAAAAADwAAAAAADwAAAAAAewAAAAAAewAAAAAAeQAAAAABeQAAAAACeQAAAAACeQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAALQAAAAABWwAAAAABDwAAAAAADwAAAAAADwAAAAAADwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAADZQAAAAACZQAAAAADWwAAAAAAZQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAACZQAAAAACZQAAAAAAZQAAAAACZQAAAAABZQAAAAADWwAAAAACWwAAAAADLQAAAAADLQAAAAADWwAAAAAAZQAAAAADZQAAAAACZQAAAAAAZQAAAAABZQAAAAAAWwAAAAABWwAAAAADLQAAAAADWwAAAAABLQAAAAAAWwAAAAAALQAAAAAAWwAAAAADZQAAAAAALQAAAAAALQAAAAAAWwAAAAACLQAAAAADWwAAAAACLQAAAAACWwAAAAACLQAAAAAAWwAAAAABZQAAAAAAZQAAAAACZQAAAAAAZQAAAAADZQAAAAAAZQAAAAADewAAAAAAZQAAAAABZQAAAAABZQAAAAACZQAAAAABZQAAAAADZQAAAAADZQAAAAACZQAAAAABZQAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAALQAAAAABDgAAAAABewAAAAAALQAAAAABLQAAAAAALQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAewAAAAAAagAAAAAADgAAAAADDgAAAAACDgAAAAAADgAAAAACDgAAAAACeQAAAAAAeQAAAAACeQAAAAAAeQAAAAAAewAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAJgAAAAAAewAAAAAADgAAAAADDgAAAAADDgAAAAACDgAAAAACDgAAAAABeQAAAAAAeQAAAAAAeQAAAAACeQAAAAABewAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAewAAAAAAewAAAAAADgAAAAAAeAAAAAABeAAAAAABDgAAAAADDgAAAAADeQAAAAACeQAAAAAAeQAAAAACeQAAAAABJgAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAewAAAAAAagAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAABDgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAABewAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAewAAAAAAewAAAAAAeAAAAAACeAAAAAABeAAAAAACeAAAAAAADgAAAAABeQAAAAADeQAAAAADeQAAAAAAeQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAADgAAAAABeAAAAAACeAAAAAACDgAAAAABDgAAAAADeQAAAAAAeQAAAAABeQAAAAACeQAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAeAAAAAADeAAAAAAAeAAAAAAAeAAAAAACeAAAAAACeAAAAAABeAAAAAAAeAAAAAADeAAAAAADewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAADeAAAAAABeAAAAAADeAAAAAADeAAAAAABeAAAAAABewAAAAAAAAAAAAAAewAAAAAAOgAAAAAAMwAAAAAAMwAAAAAAOgAAAAAA version: 6 0,4: ind: 0,4 - tiles: dgAAAAACdgAAAAACdgAAAAABdgAAAAAAdgAAAAABdgAAAAABdgAAAAABdgAAAAADdgAAAAACeQAAAAAAeAAAAAAAeQAAAAAAOgAAAAAAMwAAAAADMwAAAAABOgAAAAAAdwAAAAADdwAAAAABdwAAAAAAdwAAAAACdwAAAAADeQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAOgAAAAAAMwAAAAACMwAAAAAAOgAAAAAAdgAAAAABdgAAAAAAdgAAAAABdgAAAAACdwAAAAAAeQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMwAAAAADMwAAAAABMwAAAAABMwAAAAADdgAAAAACdgAAAAACdgAAAAACdgAAAAAAdgAAAAACeQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMwAAAAABMwAAAAABMwAAAAABMwAAAAACdgAAAAABdgAAAAADdgAAAAACdgAAAAABdgAAAAABWQAAAAADWwAAAAAAWwAAAAAAWwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAACJgAAAAAAeQAAAAAAdwAAAAAAdwAAAAAAdwAAAAACdwAAAAAAdwAAAAACeQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAeQAAAAAAJgAAAAACeQAAAAAAWwAAAAADWwAAAAACWwAAAAADWwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWwAAAAAAWwAAAAACWwAAAAABWwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWwAAAAAAWwAAAAAAWwAAAAABWwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: eAAAAAACeAAAAAACeAAAAAABeAAAAAAAeAAAAAABeAAAAAABeAAAAAABeAAAAAADeAAAAAACewAAAAAAegAAAAAAewAAAAAAOgAAAAAAMwAAAAADMwAAAAABOgAAAAAAeQAAAAADeQAAAAABeQAAAAAAeQAAAAACeQAAAAADewAAAAAAewAAAAAAJgAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAOgAAAAAAMwAAAAACMwAAAAAAOgAAAAAAeAAAAAABeAAAAAAAeAAAAAABeAAAAAACeQAAAAAAewAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAADMwAAAAABMwAAAAABMwAAAAADeAAAAAACeAAAAAACeAAAAAACeAAAAAAAeAAAAAACewAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAABMwAAAAABMwAAAAABMwAAAAACeAAAAAABeAAAAAADeAAAAAACeAAAAAABeAAAAAABWwAAAAADXQAAAAAAXQAAAAAAXQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAACJgAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAACeQAAAAAAeQAAAAACewAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAewAAAAAAJgAAAAACewAAAAAAXQAAAAADXQAAAAACXQAAAAADXQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAewAAAAAAewAAAAAAewAAAAAAXQAAAAAAXQAAAAACXQAAAAABXQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAXQAAAAAAXQAAAAAAXQAAAAABXQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,4: ind: 2,4 - tiles: eQAAAAAAeQAAAAAAJgAAAAADJgAAAAADJgAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: ewAAAAAAewAAAAAAJgAAAAADJgAAAAADJgAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,4: ind: 1,4 - tiles: eQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAJgAAAAABJgAAAAACeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAJgAAAAADJgAAAAACaQAAAAAAJgAAAAADaQAAAAAAJgAAAAAAJgAAAAACJgAAAAABJgAAAAACJgAAAAAAJgAAAAAAaQAAAAAAJgAAAAABaQAAAAAAJgAAAAACeQAAAAAAJgAAAAACaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAJgAAAAACJgAAAAAAJgAAAAACJgAAAAADJgAAAAAAJgAAAAADJgAAAAAAJgAAAAABdwAAAAADdwAAAAADdwAAAAABdwAAAAABdwAAAAAAdwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAABJgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAdwAAAAADdwAAAAAAdwAAAAABdwAAAAADdwAAAAAAdwAAAAADeQAAAAAAeAAAAAAAJgAAAAABdgAAAAAAdgAAAAAAdgAAAAABdgAAAAABdgAAAAACdgAAAAABeQAAAAAAdwAAAAABdwAAAAABdwAAAAACdwAAAAABdwAAAAACeQAAAAAAeQAAAAAAeAAAAAAAJgAAAAADdgAAAAACdgAAAAADdgAAAAADdgAAAAAAdgAAAAACdgAAAAAAJgAAAAADdwAAAAABdwAAAAACdwAAAAABdwAAAAADdwAAAAABeQAAAAAAeAAAAAAAeAAAAAAAJgAAAAABdgAAAAACdgAAAAAAdgAAAAAAdgAAAAACdgAAAAADdgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: ewAAAAAAewAAAAAAawAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAJgAAAAABJgAAAAACewAAAAAAewAAAAAAawAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAJgAAAAADJgAAAAACawAAAAAAJgAAAAADawAAAAAAJgAAAAAAJgAAAAACJgAAAAABJgAAAAACJgAAAAAAJgAAAAAAawAAAAAAJgAAAAABawAAAAAAJgAAAAACewAAAAAAJgAAAAACawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAewAAAAAAJgAAAAACJgAAAAAAJgAAAAACJgAAAAADJgAAAAAAJgAAAAADJgAAAAAAJgAAAAABeQAAAAADeQAAAAADeQAAAAABeQAAAAABeQAAAAAAeQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAABJgAAAAADewAAAAAAewAAAAAAewAAAAAAeQAAAAADeQAAAAAAeQAAAAABeQAAAAADeQAAAAAAeQAAAAADewAAAAAAegAAAAAAJgAAAAABeAAAAAAAeAAAAAAAeAAAAAABeAAAAAABeAAAAAACeAAAAAABewAAAAAAeQAAAAABeQAAAAABeQAAAAACeQAAAAABeQAAAAACewAAAAAAewAAAAAAegAAAAAAJgAAAAADeAAAAAACeAAAAAADeAAAAAADeAAAAAAAeAAAAAACeAAAAAAAJgAAAAADeQAAAAABeQAAAAACeQAAAAABeQAAAAADeQAAAAABewAAAAAAegAAAAAAegAAAAAAJgAAAAABeAAAAAACeAAAAAAAeAAAAAAAeAAAAAACeAAAAAADeAAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -3,4: ind: -3,4 - tiles: eAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAALQAAAAAALQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAA + tiles: egAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAALQAAAAAALQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 -2,5: ind: -2,5 - tiles: eAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -3,5: ind: -3,5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,-3: ind: 4,-3 - tiles: eAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAawAAAAAAawAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAawAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,-4: ind: 4,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAA version: 6 -6,-2: ind: -6,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAA version: 6 -6,-1: ind: -6,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -5,2: ind: -5,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAA version: 6 2,-5: ind: 2,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAeAAAAAAAFwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAASgAAAAAASgAAAAAAFwAAAAAAFwAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAegAAAAAAFwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAASgAAAAAASgAAAAAAFwAAAAAAFwAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -4,4: ind: -4,4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAATgAAAAAATgAAAAAATgAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATgAAAAAATgAAAAAATgAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAeQAAAAAAeQAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAANAAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAATgAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAATgAAAAAATgAAAAAATgAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAATgAAAAAATgAAAAAATgAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAewAAAAAAewAAAAAATgAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAANAAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAJgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJgAAAAAAJgAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -5,4: ind: -5,4 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAANAAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAANAAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAcQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAAAeQAAAAAANAAAAAAAJgAAAAAAJgAAAAAAJgAAAAAANAAAAAAAeQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAeQAAAAAAIgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAeQAAAAAANAAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAcQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAIgAAAAAAeQAAAAAANAAAAAAAJgAAAAAANAAAAAAAeQAAAAAAAAAAAAAA + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAJgAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAANAAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAANAAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAewAAAAAAcwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIgAAAAAAewAAAAAANAAAAAAAJgAAAAAAJgAAAAAAJgAAAAAANAAAAAAAewAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAewAAAAAAIgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAewAAAAAANAAAAAAAJgAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAcwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAIgAAAAAAewAAAAAANAAAAAAAJgAAAAAANAAAAAAAewAAAAAAAAAAAAAA version: 6 -5,3: ind: -5,3 - tiles: eAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAeQAAAAAATgAAAAAATgAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAeQAAAAAATgAAAAAATgAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: egAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAegAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAewAAAAAATgAAAAAATgAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAegAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAewAAAAAATgAAAAAATgAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -5,5: ind: -5,5 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAcQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAANAAAAAAAJgAAAAAANAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAeQAAAAAAJgAAAAAAJgAAAAAANAAAAAAAeQAAAAAAAAAAAAAAIgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAIgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAeQAAAAAANAAAAAAAJgAAAAAAJgAAAAAANAAAAAAANAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAANAAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAZAAAAAAATwAAAAAATwAAAAAATwAAAAAAeQAAAAAAZAAAAAAAWQAAAAAAWQAAAAAAZAAAAAAAeQAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAeQAAAAAATwAAAAAATwAAAAAATwAAAAAAZAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAANAAAAAAANAAAAAAANAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZAAAAAAATwAAAAAATwAAAAAATwAAAAAAeQAAAAAAZAAAAAAAWQAAAAAAWQAAAAAAZAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: ewAAAAAAewAAAAAAewAAAAAAcwAAAAAAewAAAAAAewAAAAAAewAAAAAAIgAAAAAAewAAAAAAewAAAAAAewAAAAAANAAAAAAAJgAAAAAANAAAAAAAewAAAAAAAAAAAAAAewAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAewAAAAAAJgAAAAAAJgAAAAAANAAAAAAAewAAAAAAAAAAAAAAIgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAIgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAewAAAAAANAAAAAAAJgAAAAAAJgAAAAAANAAAAAAANAAAAAAAewAAAAAAewAAAAAAewAAAAAAZgAAAAAAewAAAAAAewAAAAAAewAAAAAAZgAAAAAAewAAAAAAewAAAAAAewAAAAAANAAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAewAAAAAAZgAAAAAATwAAAAAATwAAAAAATwAAAAAAewAAAAAAZgAAAAAAWwAAAAAAWwAAAAAAZgAAAAAAewAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAZgAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAANAAAAAAANAAAAAAANAAAAAAAewAAAAAAewAAAAAAewAAAAAAZgAAAAAATwAAAAAATwAAAAAATwAAAAAAewAAAAAAZgAAAAAAWwAAAAAAWwAAAAAAZgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -6,4: ind: -6,4 - tiles: AAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAQAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHgAAAAAAHwAAAAAAHgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAHgAAAAAAHwAAAAAAHgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAIgAAAAAAHwAAAAAAHwAAAAAAHgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAHgAAAAAAHwAAAAAAHgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAQAAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAHgAAAAAAHwAAAAAAHgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAagAAAAAAagAAAAAAagAAAAAAeQAAAAAAHgAAAAAAHwAAAAAAHgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAeQAAAAAAHgAAAAAAHgAAAAAAHwAAAAAAHgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAHgAAAAAAHgAAAAAAHwAAAAAAHgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAIgAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIgAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAHgAAAAAAHgAAAAAAHwAAAAAAHgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAeQAAAAAAHgAAAAAAHgAAAAAAHwAAAAAAHgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAATwAAAAAAeQAAAAAANgAAAAAANgAAAAAANgAAAAAAeQAAAAAATwAAAAAAaAAAAAAA + tiles: AAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHgAAAAAAHwAAAAAAHgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAewAAAAAAHgAAAAAAHwAAAAAAHgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAIgAAAAAAHwAAAAAAHwAAAAAAHgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAewAAAAAAHgAAAAAAHwAAAAAAHgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAQAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAewAAAAAAHgAAAAAAHwAAAAAAHgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAewAAAAAAHgAAAAAAHwAAAAAAHgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIgAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAewAAAAAAHgAAAAAAHgAAAAAAHwAAAAAAHgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHgAAAAAAHgAAAAAAHwAAAAAAHgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAHQAAAAAAIgAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIgAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHgAAAAAAHgAAAAAAHwAAAAAAHgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAewAAAAAAHgAAAAAAHgAAAAAAHwAAAAAAHgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIgAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAagAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAagAAAAAATwAAAAAAewAAAAAANgAAAAAANgAAAAAANgAAAAAAewAAAAAATwAAAAAAagAAAAAA version: 6 -6,5: ind: -6,5 - tiles: AAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAATwAAAAAAeQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAANgAAAAAATwAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAATwAAAAAANgAAAAAAEQAAAAAAVgAAAAAAEQAAAAAANgAAAAAATwAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAATwAAAAAAeQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAANgAAAAAATwAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAANgAAAAAANgAAAAAANgAAAAAAeQAAAAAATwAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAATwAAAAAAewAAAAAAEQAAAAAAEQAAAAAAEQAAAAAANgAAAAAATwAAAAAAagAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAATwAAAAAANgAAAAAAEQAAAAAAWAAAAAAAEQAAAAAANgAAAAAATwAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAagAAAAAATwAAAAAAewAAAAAAEQAAAAAAEQAAAAAAEQAAAAAANgAAAAAATwAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAANgAAAAAANgAAAAAANgAAAAAAewAAAAAATwAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -6,3: ind: -6,3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHgAAAAAAHgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAagAAAAAAeQAAAAAAHgAAAAAAHwAAAAAAHwAAAAAAIgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAagAAAAAAagAAAAAAeQAAAAAAHgAAAAAAHwAAAAAAHgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAagAAAAAAagAAAAAAagAAAAAAIgAAAAAAHgAAAAAAHwAAAAAAHgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAeQAAAAAAHgAAAAAAHwAAAAAAHgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHgAAAAAAHwAAAAAAHgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAQAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHgAAAAAAHwAAAAAAHgAAAAAAeQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAHgAAAAAAHgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAbAAAAAAAewAAAAAAHgAAAAAAHwAAAAAAHwAAAAAAIgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAbAAAAAAAbAAAAAAAewAAAAAAHgAAAAAAHwAAAAAAHgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAIgAAAAAAHgAAAAAAHwAAAAAAHgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAewAAAAAAHgAAAAAAHwAAAAAAHgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHgAAAAAAHwAAAAAAHgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHgAAAAAAHwAAAAAAHgAAAAAAewAAAAAA version: 6 -4,5: ind: -4,5 - tiles: AAAAAAAAAAAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAANAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAANAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAewAAAAAAJgAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAANAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAANAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,2: ind: 4,2 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAJgAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAJgAAAAAAIgAAAAAAaAAAAAAAaAAAAAAAIgAAAAAAAAAAAAAAJgAAAAAAWQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAJgAAAAAAWQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAWQAAAAAAJgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAWQAAAAAAJgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAWQAAAAAAJgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAIgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAIgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAATAAAAAAATAAAAAAAWwAAAAAAWwAAAAAATAAAAAAAWwAAAAAATAAAAAAATAAAAAAAWwAAAAAATAAAAAAAWwAAAAAAWwAAAAAATAAAAAAATAAAAAAAJgAAAAAAJgAAAAAATAAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAATAAAAAAAJgAAAAAAJgAAAAAAWwAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAWwAAAAAAJgAAAAAAJgAAAAAAWwAAAAAAJgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAJgAAAAAAWwAAAAAAJgAAAAAAJgAAAAAATAAAAAAAJgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJgAAAAAATAAAAAAAJgAAAAAAJgAAAAAAWwAAAAAAJgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJgAAAAAAWwAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAewAAAAAAIgAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJgAAAAAAWwAAAAAAJgAAAAAAagAAAAAAagAAAAAAagAAAAAAIgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJgAAAAAATAAAAAAAJgAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAATAAAAAAATAAAAAAATAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAATAAAAAAAagAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAA version: 6 4,3: ind: 4,3 - tiles: eAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: egAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 5,2: + ind: 5,2 + tiles: ewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATAAAAAAAIgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: Broadphase - type: Physics @@ -536,166 +541,166 @@ entities: color: '#DE3A3A96' id: 1 decals: - 1173: 22,24 - 2965: 50,48 + 1171: 22,24 + 2960: 50,48 - node: color: '#DE3A3A96' id: 2 decals: - 1174: 21,24 - 2966: 52,48 + 1172: 21,24 + 2961: 52,48 - node: angle: -1.5707963267948966 rad color: '#DE3A3A96' id: 3 decals: - 2967: 53,46 + 2962: 53,46 - node: color: '#DE3A3A96' id: 3 decals: - 1175: 20,24 + 1173: 20,24 - node: angle: -1.5707963267948966 rad color: '#DE3A3A96' id: 4 decals: - 2968: 54,44 + 2963: 54,44 - node: color: '#DE3A3A96' id: 4 decals: - 1176: 19,24 + 1174: 19,24 - node: angle: -1.5707963267948966 rad color: '#DE3A3A96' id: 5 decals: - 2969: 54,41 + 2964: 54,41 - node: color: '#DE3A3A96' id: 5 decals: - 1177: 18,24 + 1175: 18,24 - node: angle: -1.5707963267948966 rad color: '#DE3A3A96' id: 6 decals: - 5037: 54,38 + 5032: 54,38 - node: color: '#DE3A3A96' id: 6 decals: - 1178: 17,24 + 1176: 17,24 - node: angle: 3.141592653589793 rad color: '#FFFFFFFF' id: Arrows decals: - 2735: -2,-56 - 2736: -1,-56 - 2737: 1,-56 - 2738: 2,-56 + 2730: -2,-56 + 2731: -1,-56 + 2732: 1,-56 + 2733: 2,-56 - node: angle: 3.141592653589793 rad color: '#0096FFBF' id: ArrowsGreyscale decals: - 2072: 10,-60 + 2067: 10,-60 - node: angle: 3.141592653589793 rad color: '#FFA500FF' id: ArrowsGreyscale decals: - 5704: -78,58 + 5677: -78,58 - node: color: '#FFFFFFFF' id: Basalt1 decals: - 4782: 43.46285,1.988627 + 4777: 43.46285,1.988627 - node: color: '#FFFFFFFF' id: Basalt2 decals: - 4781: 48.697224,-1.995748 + 4776: 48.697224,-1.995748 - node: cleanable: True color: '#FFFFFFFF' id: Basalt3 decals: - 4180: 31.954563,-4.927823 + 4175: 31.954563,-4.927823 - node: color: '#FFFFFFFF' id: Basalt4 decals: - 4779: 48.21285,-0.2627915 + 4774: 48.21285,-0.2627915 - node: cleanable: True color: '#FFFFFFFF' id: Basalt5 decals: - 4179: 33.985813,-4.943448 + 4174: 33.985813,-4.943448 - node: color: '#FFFFFFFF' id: Basalt8 decals: - 3363: -35,-39 - 5753: 34.960117,-64.89605 + 3358: -35,-39 + 5726: 34.960117,-64.89605 - node: color: '#FFFFFFFF' id: Basalt9 decals: - 4780: 49.009724,-0.87074804 - 5752: 33.129116,-61.909626 + 4775: 49.009724,-0.87074804 + 5725: 33.129116,-61.909626 - node: cleanable: True color: '#FFFFFFFF' id: Basalt9 decals: - 4181: 33.15769,-4.927823 + 4176: 33.15769,-4.927823 - node: color: '#0E7F1BFF' id: Blasto decals: - 3990: 60.116768,-30.943687 + 3985: 60.116768,-30.943687 - node: cleanable: True angle: 4.049163864626845 rad color: '#FFFFFFFF' id: Blasto decals: - 4186: 56.99122,-29.052425 + 4181: 56.99122,-29.052425 - node: color: '#DE3A3A96' id: Bot decals: - 1135: 31,42 - 1136: 32,42 - 1137: 28,44 - 1138: 28,45 - 1189: 30,43 - 1190: 31,43 - 1191: 32,43 - 1192: 33,43 - 1193: 28,46 - 1194: 33,44 - 1195: 32,44 - 1196: 31,44 - 1197: 30,44 - 3058: 42,31 - 3059: 43,30 - 3060: 44,30 - 3061: 44,31 - 3070: 46,33 - 3071: 47,33 - 3072: 49,32 + 1135: 28,44 + 1136: 28,45 + 1187: 31,43 + 1188: 28,46 + 1189: 33,44 + 1190: 32,44 + 1191: 31,44 + 1192: 30,44 + 3053: 42,31 + 3054: 43,30 + 3055: 44,30 + 3056: 44,31 + 3065: 46,33 + 3066: 47,33 + 3067: 49,32 + 6476: 30,45 + 6477: 31,45 + 6478: 32,45 + 6479: 33,45 + 6480: 32,43 - node: angle: -1.5707963267948966 rad color: '#FFFFFFFF' id: Bot decals: - 5038: 53,36 + 5033: 53,36 - node: color: '#FFFFFFFF' id: Bot @@ -731,73 +736,73 @@ entities: 246: -47,-46 247: -47,-45 248: -47,-44 - 1924: 7,-80 - 1925: 11,-80 - 1926: -11,-80 - 1927: -7,-80 - 2075: -2,-60 - 2076: -2,-58 - 2077: 2,-58 - 2405: 2,-60 - 2429: 9,29 - 2430: 9,30 - 2431: 9,31 - 2432: -1,28 - 2433: 0,28 - 2434: 1,28 - 2435: -5,34 - 2436: -4,34 - 2530: -16,58 - 2531: -16,59 - 2532: -16,60 - 2696: 25,18 - 2697: 24,18 - 2698: 23,18 - 2699: 22,18 - 3010: 49,49 - 3011: 53,49 - 3012: 54,47 - 3013: 55,43 - 3014: 55,40 - 3047: 48,40 - 3048: 48,47 - 3049: 51,47 - 3050: 52,45 - 3051: 53,42 - 3052: 53,39 - 3056: 31,40 - 3057: 32,40 - 3062: 42,32 - 3063: 42,33 - 3064: 42,34 - 3065: 49,34 - 3066: 49,31 - 3067: 46,30 - 3068: 45,30 - 3069: 45,31 - 3079: 19,-35 - 3080: 19,-34 - 3081: 22,-31 - 3082: 23,-31 - 3083: 21,-36 - 3084: 21,-38 - 3085: 30,-33 - 3086: 34,-33 - 3099: 53,19 - 3100: 54,19 - 3210: -40,20 - 3211: -40,18 - 3212: -42,12 - 3213: -41,12 - 3217: -38,10 - 3218: -38,11 - 3256: -7,30 - 3257: -5,30 - 4695: -88,69 - 4696: -87,69 - 4697: -86,69 - 5802: -59,76 - 5803: -65,72 + 1919: 7,-80 + 1920: 11,-80 + 1921: -11,-80 + 1922: -7,-80 + 2070: -2,-60 + 2071: -2,-58 + 2072: 2,-58 + 2400: 2,-60 + 2424: 9,29 + 2425: 9,30 + 2426: 9,31 + 2427: -1,28 + 2428: 0,28 + 2429: 1,28 + 2430: -5,34 + 2431: -4,34 + 2525: -16,58 + 2526: -16,59 + 2527: -16,60 + 2691: 25,18 + 2692: 24,18 + 2693: 23,18 + 2694: 22,18 + 3005: 49,49 + 3006: 53,49 + 3007: 54,47 + 3008: 55,43 + 3009: 55,40 + 3042: 48,40 + 3043: 48,47 + 3044: 51,47 + 3045: 52,45 + 3046: 53,42 + 3047: 53,39 + 3051: 31,40 + 3052: 32,40 + 3057: 42,32 + 3058: 42,33 + 3059: 42,34 + 3060: 49,34 + 3061: 49,31 + 3062: 46,30 + 3063: 45,30 + 3064: 45,31 + 3074: 19,-35 + 3075: 19,-34 + 3076: 22,-31 + 3077: 23,-31 + 3078: 21,-36 + 3079: 21,-38 + 3080: 30,-33 + 3081: 34,-33 + 3094: 53,19 + 3095: 54,19 + 3205: -40,20 + 3206: -40,18 + 3207: -42,12 + 3208: -41,12 + 3212: -38,10 + 3213: -38,11 + 3251: -7,30 + 3252: -5,30 + 4690: -88,69 + 4691: -87,69 + 4692: -86,69 + 5775: -59,76 + 5776: -65,72 - node: zIndex: 3 color: '#FFFFFFFF' @@ -811,34 +816,34 @@ entities: color: '#0096FFBF' id: BotGreyscale decals: - 2070: 10,-58 + 2065: 10,-58 - node: color: '#18A2D5FF' id: BotGreyscale decals: - 5736: 42,-15 - 5737: 43,-15 - 5738: 44,-15 - 5739: 45,-15 - 5740: 46,-15 - 5741: 46,-16 - 5742: 45,-16 - 5743: 44,-16 - 5744: 43,-16 - 5833: 42,-16 + 5709: 42,-15 + 5710: 43,-15 + 5711: 44,-15 + 5712: 45,-15 + 5713: 46,-15 + 5714: 46,-16 + 5715: 45,-16 + 5716: 44,-16 + 5717: 43,-16 + 5806: 42,-16 - node: cleanable: True color: '#52B4E996' id: BotGreyscale decals: - 2368: 26,51 - 2369: 26,51 + 2363: 26,51 + 2364: 26,51 - node: cleanable: True color: '#B40000FF' id: BotGreyscale decals: - 2533: 3,-45 + 2528: 3,-45 - node: color: '#D381C9FF' id: BotGreyscale @@ -857,43 +862,43 @@ entities: color: '#D4D4D496' id: BotGreyscale decals: - 1440: 55,-40 - 1441: 56,-40 + 1435: 55,-40 + 1436: 56,-40 - node: color: '#FFFFFF1E' id: BotGreyscale decals: - 5808: -65,83 + 5781: -65,83 - node: color: '#FFFFFF23' id: BotGreyscale decals: - 5813: -64,77 + 5786: -64,77 - node: color: '#FFFFFF35' id: BotGreyscale decals: - 5807: -64,84 + 5780: -64,84 - node: color: '#FFFFFF6C' id: BotGreyscale decals: - 5806: -66,83 + 5779: -66,83 - node: color: '#FFFFFF6F' id: BotGreyscale decals: - 5809: -67,80 + 5782: -67,80 - node: color: '#FFFFFF8D' id: BotGreyscale decals: - 5812: -63,77 + 5785: -63,77 - node: color: '#FFFFFFB8' id: BotGreyscale decals: - 5811: -67,79 + 5784: -67,79 - node: color: '#FFFFFFFF' id: BotGreyscale @@ -905,298 +910,298 @@ entities: 415: -6,-49 416: -5,-49 417: -4,-49 - 2437: 1,33 - 2438: -1,33 - 3073: 47,30 - 3074: 48,30 - 3075: 49,30 - 3076: 48,35 - 3077: 45,33 - 3078: 49,33 - 3106: 65,21 - 3107: 65,22 - 3108: 65,23 - 3109: 64,19 - 3110: 64,25 - 3214: -37,16 - 3215: -37,17 - 3216: -37,18 - 3219: -44,10 - 3220: -40,10 - 4216: 41,-10 - 4217: 42,-10 - 4218: 44,-10 - 4219: 45,-10 - 4220: 46,-10 - 4221: 47,-10 - 4222: 43,-10 - 5804: -64,83 - 5805: -63,83 - 5810: -67,81 - 5814: -65,77 + 2432: 1,33 + 2433: -1,33 + 3068: 47,30 + 3069: 48,30 + 3070: 49,30 + 3071: 48,35 + 3072: 45,33 + 3073: 49,33 + 3101: 65,21 + 3102: 65,22 + 3103: 65,23 + 3104: 64,19 + 3105: 64,25 + 3209: -37,16 + 3210: -37,17 + 3211: -37,18 + 3214: -44,10 + 3215: -40,10 + 4211: 41,-10 + 4212: 42,-10 + 4213: 44,-10 + 4214: 45,-10 + 4215: 46,-10 + 4216: 47,-10 + 4217: 43,-10 + 5777: -64,83 + 5778: -63,83 + 5783: -67,81 + 5787: -65,77 - node: cleanable: True color: '#D4D4D496' id: Box decals: - 1445: 59,-7 + 1440: 59,-7 - node: color: '#DE3A3A96' id: Box decals: - 2708: 22,16 - 2709: 22,16 - 2710: 22,15 - 2711: 23,15 - 2712: 23,16 - 2713: 24,16 - 2714: 24,15 - 2715: 25,15 - 2716: 25,16 - 3132: -53,23 - 3133: -53,24 - 3134: -53,25 - 3231: -46,16 - 4961: 67,31 - 4962: 68,31 + 2703: 22,16 + 2704: 22,16 + 2705: 22,15 + 2706: 23,15 + 2707: 23,16 + 2708: 24,16 + 2709: 24,15 + 2710: 25,15 + 2711: 25,16 + 3127: -53,23 + 3128: -53,24 + 3129: -53,25 + 3226: -46,16 + 4956: 67,31 + 4957: 68,31 - node: color: '#EFB34196' id: Box decals: - 3144: -55,23 - 3145: -55,24 - 3146: -55,25 - 4946: -7,10 - 4947: -4,13 - 4948: 4,13 - 4949: 7,10 - 4950: -4,0 - 4951: 4,0 - 4952: 7,2 - 4953: -7,2 + 3139: -55,23 + 3140: -55,24 + 3141: -55,25 + 4941: -7,10 + 4942: -4,13 + 4943: 4,13 + 4944: 7,10 + 4945: -4,0 + 4946: 4,0 + 4947: 7,2 + 4948: -7,2 - node: color: '#FFFFFFFF' id: Box decals: - 1730: -18,18 - 1839: -40,-56 - 2141: -17,-17 - 2142: 16,-21 - 2143: 42,59 - 2252: 12,-47 - 2253: 12,-46 - 2254: 12,-45 - 2255: 12,-44 - 2256: 12,-43 - 2257: 13,-43 - 2258: 13,-44 - 2259: 13,-45 - 2260: 13,-46 - 2261: 13,-47 - 2693: 37,16 - 2694: 38,16 - 2695: 39,16 - 4954: 0,6 - 5799: -59,73 - 5800: -59,74 - 5801: -59,75 - 6333: 2,12 - 6334: 2,12 - 6335: 1,12 - 6336: 0,12 - 6337: -2,12 - 6338: -1,12 + 1725: -18,18 + 1834: -40,-56 + 2136: -17,-17 + 2137: 16,-21 + 2138: 42,59 + 2247: 12,-47 + 2248: 12,-46 + 2249: 12,-45 + 2250: 12,-44 + 2251: 12,-43 + 2252: 13,-43 + 2253: 13,-44 + 2254: 13,-45 + 2255: 13,-46 + 2256: 13,-47 + 2688: 37,16 + 2689: 38,16 + 2690: 39,16 + 4949: 0,6 + 5772: -59,73 + 5773: -59,74 + 5774: -59,75 + 6302: 2,12 + 6303: 2,12 + 6304: 1,12 + 6305: 0,12 + 6306: -2,12 + 6307: -1,12 - node: color: '#0096AAFF' id: BoxGreyscale decals: - 2262: 15,-44 + 2257: 15,-44 - node: color: '#52B4E996' id: BoxGreyscale decals: - 3135: -52,23 - 3136: -52,24 - 3137: -52,25 - 3230: -46,15 - 4942: -4,10 - 4943: 4,10 - 4944: 4,2 - 4945: -4,2 + 3130: -52,23 + 3131: -52,24 + 3132: -52,25 + 3225: -46,15 + 4937: -4,10 + 4938: 4,10 + 4939: 4,2 + 4940: -4,2 - node: color: '#A72323FF' id: BoxGreyscale decals: - 2263: 15,-45 + 2258: 15,-45 - node: color: '#D4D4D428' id: BoxGreyscale decals: - 3141: -54,23 - 3142: -54,24 - 3143: -54,25 + 3136: -54,23 + 3137: -54,24 + 3138: -54,25 - node: cleanable: True color: '#D4D4D496' id: BoxGreyscale decals: - 1442: 67,-19 - 1443: 65,-12 - 1444: 60,-7 + 1437: 67,-19 + 1438: 65,-12 + 1439: 60,-7 - node: color: '#FFFFFFFF' id: BoxGreyscale decals: - 3138: -51,23 - 3139: -51,24 - 3140: -51,25 - 3221: -46,10 - 3222: -46,11 - 3223: -46,12 - 3224: -46,13 - 3225: -46,14 - 3226: -46,18 - 3227: -45,18 - 3228: -44,18 - 3229: -43,18 - 5148: 34,-16 - 5149: 34,-18 - 5150: 31,-16 - 5151: 31,-11 - 5152: 34,-11 - 5153: 34,-10 - 5154: 31,-10 + 3133: -51,23 + 3134: -51,24 + 3135: -51,25 + 3216: -46,10 + 3217: -46,11 + 3218: -46,12 + 3219: -46,13 + 3220: -46,14 + 3221: -46,18 + 3222: -45,18 + 3223: -44,18 + 3224: -43,18 + 5127: 34,-16 + 5128: 34,-18 + 5129: 31,-16 + 5130: 31,-11 + 5131: 34,-11 + 5132: 34,-10 + 5133: 31,-10 - node: color: '#FFFFFFFF' id: BrickTileDarkBox decals: - 2740: -11,-52 - 2741: -13,-52 - 2742: -17,-50 - 2743: -19,-50 - 2744: -21,-49 - 2745: -23,-48 - 2746: -25,-47 - 2747: -27,-46 - 2748: -29,-44 - 2749: -40,-34 - 2750: -42,-32 - 2751: -44,-30 - 2752: -45,-28 - 2753: -46,-26 - 2754: -47,-24 - 2755: -48,-22 - 2756: -49,-20 - 2757: -50,-18 - 2758: -51,-16 - 2759: -51,-14 - 2760: -52,-12 - 2761: -52,-10 - 2762: -52,-8 - 2763: -53,-6 - 2764: -53,-4 - 2765: -53,-2 - 2766: -53,2 - 2767: -53,4 - 2768: -53,6 - 2769: -52,8 - 2770: -52,12 - 2771: -50,16 - 2772: -50,18 - 2773: -49,20 - 2774: -48,22 - 2775: -47,24 - 2776: -46,26 - 2777: -38,36 - 2778: -37,38 - 2779: -31,44 - 2780: -29,45 - 2781: -21,49 - 2782: -19,49 - 2783: -17,50 - 2784: -15,51 - 2785: -13,52 - 2786: -11,52 - 2787: -9,52 - 2788: -7,53 - 2789: -5,53 - 2790: -3,53 - 2791: 3,53 - 2792: 5,53 - 2793: 7,53 - 2794: 9,52 - 2795: 11,52 - 2796: 13,52 - 2797: 15,51 - 2798: 17,50 - 2799: 19,49 - 2800: 21,48 - 2801: 23,48 - 2802: 25,47 - 2803: 25,45 - 2804: 25,43 - 2805: 25,41 - 2806: 38,27 - 2807: 42,26 - 2808: 44,26 - 2809: 46,26 - 2810: 47,24 - 2811: 49,22 - 2812: 49,20 - 2813: 50,18 - 2814: 51,16 - 2815: 52,12 - 2816: 52,10 - 2817: 52,8 - 2818: 53,6 - 2819: 53,4 - 2820: 53,2 - 2821: 53,-2 - 2822: 53,-6 - 2823: 53,-4 - 2824: 52,-8 - 2825: 52,-10 - 2826: 52,-12 - 2827: 52,-14 - 2828: 51,-16 - 2829: 49,-20 - 2830: 49,-22 - 2831: 48,-24 - 2832: 47,-26 - 2833: 46,-28 - 2834: 45,-30 - 2835: 44,-32 - 2836: 29,-44 - 2837: 27,-46 - 2838: 25,-47 - 2839: 23,-48 - 2840: 21,-49 - 2841: 19,-50 - 2842: 17,-51 - 2843: 15,-52 - 2844: 13,-52 - 2845: 11,-52 - 2846: 6,36 - 2847: 4,36 - 2848: 2,36 - 2849: 0,36 - 2850: 0,38 - 2851: 0,40 - 2852: 0,42 - 2853: 0,44 - 2854: 0,46 - 2855: 0,48 - 2856: 0,50 - 2867: -20,43 - 2868: -18,43 - 2869: -16,43 - 2870: -23,38 - 2871: -23,40 - 2874: 52,14 - 3985: -51,14 - 4165: -52,10 - 4166: -15,-51 - 5592: 50,-18 + 2735: -11,-52 + 2736: -13,-52 + 2737: -17,-50 + 2738: -19,-50 + 2739: -21,-49 + 2740: -23,-48 + 2741: -25,-47 + 2742: -27,-46 + 2743: -29,-44 + 2744: -40,-34 + 2745: -42,-32 + 2746: -44,-30 + 2747: -45,-28 + 2748: -46,-26 + 2749: -47,-24 + 2750: -48,-22 + 2751: -49,-20 + 2752: -50,-18 + 2753: -51,-16 + 2754: -51,-14 + 2755: -52,-12 + 2756: -52,-10 + 2757: -52,-8 + 2758: -53,-6 + 2759: -53,-4 + 2760: -53,-2 + 2761: -53,2 + 2762: -53,4 + 2763: -53,6 + 2764: -52,8 + 2765: -52,12 + 2766: -50,16 + 2767: -50,18 + 2768: -49,20 + 2769: -48,22 + 2770: -47,24 + 2771: -46,26 + 2772: -38,36 + 2773: -37,38 + 2774: -31,44 + 2775: -29,45 + 2776: -21,49 + 2777: -19,49 + 2778: -17,50 + 2779: -15,51 + 2780: -13,52 + 2781: -11,52 + 2782: -9,52 + 2783: -7,53 + 2784: -5,53 + 2785: -3,53 + 2786: 3,53 + 2787: 5,53 + 2788: 7,53 + 2789: 9,52 + 2790: 11,52 + 2791: 13,52 + 2792: 15,51 + 2793: 17,50 + 2794: 19,49 + 2795: 21,48 + 2796: 23,48 + 2797: 25,47 + 2798: 25,45 + 2799: 25,43 + 2800: 25,41 + 2801: 38,27 + 2802: 42,26 + 2803: 44,26 + 2804: 46,26 + 2805: 47,24 + 2806: 49,22 + 2807: 49,20 + 2808: 50,18 + 2809: 51,16 + 2810: 52,12 + 2811: 52,10 + 2812: 52,8 + 2813: 53,6 + 2814: 53,4 + 2815: 53,2 + 2816: 53,-2 + 2817: 53,-6 + 2818: 53,-4 + 2819: 52,-8 + 2820: 52,-10 + 2821: 52,-12 + 2822: 52,-14 + 2823: 51,-16 + 2824: 49,-20 + 2825: 49,-22 + 2826: 48,-24 + 2827: 47,-26 + 2828: 46,-28 + 2829: 45,-30 + 2830: 44,-32 + 2831: 29,-44 + 2832: 27,-46 + 2833: 25,-47 + 2834: 23,-48 + 2835: 21,-49 + 2836: 19,-50 + 2837: 17,-51 + 2838: 15,-52 + 2839: 13,-52 + 2840: 11,-52 + 2841: 6,36 + 2842: 4,36 + 2843: 2,36 + 2844: 0,36 + 2845: 0,38 + 2846: 0,40 + 2847: 0,42 + 2848: 0,44 + 2849: 0,46 + 2850: 0,48 + 2851: 0,50 + 2862: -20,43 + 2863: -18,43 + 2864: -16,43 + 2865: -23,38 + 2866: -23,40 + 2869: 52,14 + 3980: -51,14 + 4160: -52,10 + 4161: -15,-51 + 5571: 50,-18 - node: color: '#D381C996' id: BrickTileDarkCornerNe @@ -1208,8 +1213,8 @@ entities: id: BrickTileDarkCornerNe decals: 1106: 44,43 - 3243: -1,31 - 3298: -24,-38 + 3238: -1,31 + 3293: -24,-38 - node: color: '#D381C996' id: BrickTileDarkCornerNw @@ -1220,8 +1225,8 @@ entities: id: BrickTileDarkCornerNw decals: 1103: 43,43 - 3240: -3,31 - 3299: -26,-38 + 3235: -3,31 + 3294: -26,-38 - node: color: '#D381C996' id: BrickTileDarkCornerSe @@ -1232,12 +1237,12 @@ entities: id: BrickTileDarkCornerSe decals: 1104: 44,41 - 1567: 46,-55 - 1568: 48,-54 - 1569: 49,-53 - 1570: 50,-51 - 3242: -1,30 - 3300: -24,-39 + 1562: 46,-55 + 1563: 48,-54 + 1564: 49,-53 + 1565: 50,-51 + 3237: -1,30 + 3295: -24,-39 - node: color: '#D381C996' id: BrickTileDarkCornerSw @@ -1248,39 +1253,39 @@ entities: id: BrickTileDarkCornerSw decals: 1105: 43,41 - 1756: -12,66 - 3241: -3,30 - 3301: -26,-39 + 1751: -12,66 + 3236: -3,30 + 3296: -26,-39 - node: color: '#FFFFFFFF' id: BrickTileDarkEndE decals: 1102: 45,42 - 2858: 1,53 - 2866: -22,43 - 2875: 56,16 - 2876: 61,16 - 2877: 66,16 + 2853: 1,53 + 2861: -22,43 + 2870: 56,16 + 2871: 61,16 + 2872: 66,16 - node: color: '#FFFFFFFF' id: BrickTileDarkEndN decals: - 2872: -23,44 + 2867: -23,44 - node: color: '#FFFFFFFF' id: BrickTileDarkEndS decals: - 2857: 0,52 - 2873: -23,42 + 2852: 0,52 + 2868: -23,42 - node: color: '#FFFFFFFF' id: BrickTileDarkEndW decals: 1101: 42,42 - 2859: -1,53 - 2878: 54,16 - 2879: 59,16 - 2880: 64,16 + 2854: -1,53 + 2873: 54,16 + 2874: 59,16 + 2875: 64,16 - node: color: '#D381C996' id: BrickTileDarkInnerNe @@ -1290,27 +1295,27 @@ entities: color: '#FFFFFFFF' id: BrickTileDarkInnerNe decals: - 2522: -17,57 + 2517: -17,57 - node: color: '#FFFFFFFF' id: BrickTileDarkInnerNw decals: - 2521: -15,57 + 2516: -15,57 - node: color: '#FFFFFFFF' id: BrickTileDarkInnerSe decals: - 1571: 46,-54 - 1572: 48,-53 - 1573: 49,-51 - 1869: 4,62 - 2523: -17,61 - 3310: -30,-31 + 1566: 46,-54 + 1567: 48,-53 + 1568: 49,-51 + 1864: 4,62 + 2518: -17,61 + 3305: -30,-31 - node: color: '#FFFFFFFF' id: BrickTileDarkInnerSw decals: - 2524: -15,61 + 2519: -15,61 - node: color: '#D381C996' id: BrickTileDarkLineE @@ -1321,24 +1326,24 @@ entities: color: '#FFFFFFFF' id: BrickTileDarkLineE decals: - 1564: 49,-52 - 1565: 50,-50 - 1566: 50,-49 - 1854: 4,56 - 1856: 4,57 - 1858: 4,58 - 1860: 4,59 - 1863: 4,60 - 1864: 4,61 - 3248: -4,31 - 3249: -4,30 - 3304: -30,-34 - 3305: -30,-33 - 3306: -30,-32 - 3910: 66,-4 - 3911: 66,-3 - 3912: 66,-2 - 3913: 66,-1 + 1559: 49,-52 + 1560: 50,-50 + 1561: 50,-49 + 1849: 4,56 + 1851: 4,57 + 1853: 4,58 + 1855: 4,59 + 1858: 4,60 + 1859: 4,61 + 3243: -4,31 + 3244: -4,30 + 3299: -30,-34 + 3300: -30,-33 + 3301: -30,-32 + 3905: 66,-4 + 3906: 66,-3 + 3907: 66,-2 + 3908: 66,-1 - node: color: '#D381C996' id: BrickTileDarkLineN @@ -1350,16 +1355,16 @@ entities: color: '#FFFFFFFF' id: BrickTileDarkLineN decals: - 2529: -16,57 - 2860: 0,53 - 2884: 55,16 - 2885: 60,16 - 2886: 65,16 - 3244: -2,31 - 3250: -3,29 - 3251: -1,29 - 3303: -25,-38 - 3919: 67,-5 + 2524: -16,57 + 2855: 0,53 + 2879: 55,16 + 2880: 60,16 + 2881: 65,16 + 3239: -2,31 + 3245: -3,29 + 3246: -1,29 + 3298: -25,-38 + 3914: 67,-5 - node: color: '#D381C996' id: BrickTileDarkLineS @@ -1371,23 +1376,23 @@ entities: color: '#FFFFFFFF' id: BrickTileDarkLineS decals: - 1561: 44,-55 - 1562: 45,-55 - 1563: 47,-54 - 1762: -11,66 - 1867: 6,62 - 2528: -16,61 - 2881: 55,16 - 2882: 60,16 - 2883: 65,16 - 3245: -2,30 - 3246: -3,32 - 3247: -1,32 - 3302: -25,-39 - 3307: -29,-31 - 3308: -28,-31 - 3309: -27,-31 - 3918: 67,0 + 1556: 44,-55 + 1557: 45,-55 + 1558: 47,-54 + 1757: -11,66 + 1862: 6,62 + 2523: -16,61 + 2876: 55,16 + 2877: 60,16 + 2878: 65,16 + 3240: -2,30 + 3241: -3,32 + 3242: -1,32 + 3297: -25,-39 + 3302: -29,-31 + 3303: -28,-31 + 3304: -27,-31 + 3913: 67,0 - node: color: '#D381C996' id: BrickTileDarkLineW @@ -1399,49 +1404,83 @@ entities: color: '#FFFFFFFF' id: BrickTileDarkLineW decals: - 1748: -12,68 - 1751: -12,67 - 2525: -15,58 - 2526: -15,59 - 2527: -15,60 - 2865: -23,43 - 3252: 0,30 - 3253: 0,31 - 3914: 68,-4 - 3915: 68,-3 - 3916: 68,-2 - 3917: 68,-1 + 1743: -12,68 + 1746: -12,67 + 2520: -15,58 + 2521: -15,59 + 2522: -15,60 + 2860: -23,43 + 3247: 0,30 + 3248: 0,31 + 3909: 68,-4 + 3910: 68,-3 + 3911: 68,-2 + 3912: 68,-1 - node: color: '#FFFFFFFF' id: BrickTileSteelCornerNe decals: - 3353: 39,25 - 4160: -10,-55 + 3348: 39,25 + 4155: -10,-55 - node: color: '#FFFFFFFF' id: BrickTileSteelCornerNw decals: - 4161: 10,-55 + 4156: 10,-55 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelCornerSe + decals: + 6435: 77,35 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelCornerSw + decals: + 6428: 66,35 - node: color: '#FFFFFFFF' id: BrickTileSteelInnerNe decals: - 3147: -10,57 + 3142: -10,57 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineE + decals: + 6426: 64,35 + 6427: 64,34 - node: color: '#FFFFFFFF' id: BrickTileSteelLineN decals: - 3354: 38,25 + 3349: 38,25 + 6429: 65,33 + 6430: 66,33 + 6431: 77,33 + 6432: 78,33 + 6436: 71,33 + 6472: 72,33 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineS + decals: + 6437: 71,35 + 6438: 72,35 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineW + decals: + 6433: 79,34 + 6434: 79,35 - node: color: '#0068A0FF' id: BrickTileWhiteCornerNe decals: - 2095: 60,-3 + 2090: 60,-3 - node: color: '#0096AAFF' id: BrickTileWhiteCornerNe decals: - 3101: 54,23 + 3096: 54,23 - node: color: '#334E6DC8' id: BrickTileWhiteCornerNe @@ -1457,12 +1496,12 @@ entities: 657: 7,-34 701: -3,-42 706: 8,-43 - 2283: -7,34 + 2278: -7,34 - node: color: '#52B4E996' id: BrickTileWhiteCornerNe decals: - 5122: 33,-11 + 5101: 33,-11 - node: zIndex: 3 color: '#A46106A4' @@ -1479,57 +1518,58 @@ entities: color: '#D4D4D428' id: BrickTileWhiteCornerNe decals: - 3093: 57,20 + 3088: 57,20 - node: color: '#D4D4D496' id: BrickTileWhiteCornerNe decals: - 3096: 57,20 + 3091: 57,20 - node: color: '#DE3A3A96' id: BrickTileWhiteCornerNe decals: - 1577: 36,64 - 1578: 37,63 - 1579: 38,62 - 1591: 47,54 - 3025: 40,39 - 5041: 58,38 + 1572: 36,64 + 1573: 37,63 + 1574: 38,62 + 1586: 47,54 + 3020: 40,39 + 5036: 58,38 + 6454: 79,40 - node: color: '#EC3A3A73' id: BrickTileWhiteCornerNe decals: - 2647: 34,50 - 2648: 35,49 + 2642: 34,50 + 2643: 35,49 - node: color: '#FF0000CD' id: BrickTileWhiteCornerNe decals: - 2088: 60,7 - 2093: 69,10 - 2094: 70,7 - 2122: -4,-58 - 2128: -3,50 + 2083: 60,7 + 2088: 69,10 + 2089: 70,7 + 2117: -4,-58 + 2123: -3,50 - node: color: '#FFFFFF7F' id: BrickTileWhiteCornerNe decals: - 2925: 28,-36 + 2920: 28,-36 - node: color: '#FFFFFFFF' id: BrickTileWhiteCornerNe decals: - 2339: -2,62 + 2334: -2,62 - node: color: '#0068A0FF' id: BrickTileWhiteCornerNw decals: - 2096: 56,-3 + 2091: 56,-3 - node: color: '#0096FFBF' id: BrickTileWhiteCornerNw decals: - 2057: 4,-58 + 2052: 4,-58 - node: color: '#334E6DC8' id: BrickTileWhiteCornerNw @@ -1544,12 +1584,12 @@ entities: 652: 3,-35 656: 5,-34 682: -6,-42 - 2282: -9,34 + 2277: -9,34 - node: color: '#52B4E996' id: BrickTileWhiteCornerNw decals: - 5123: 32,-11 + 5102: 32,-11 - node: zIndex: 3 color: '#A46106A4' @@ -1565,58 +1605,59 @@ entities: color: '#D4D4D428' id: BrickTileWhiteCornerNw decals: - 3094: 56,20 + 3089: 56,20 - node: color: '#D4D4D496' id: BrickTileWhiteCornerNw decals: - 3095: 56,20 + 3090: 56,20 - node: color: '#DE3A3A96' id: BrickTileWhiteCornerNw decals: - 1574: 34,64 - 1575: 33,63 - 1576: 32,62 - 1590: 41,54 - 3026: 47,39 - 5040: 55,38 + 1569: 34,64 + 1570: 33,63 + 1571: 32,62 + 1585: 41,54 + 3021: 47,39 + 5035: 55,38 + 6455: 77,40 - node: color: '#EC3A3A73' id: BrickTileWhiteCornerNw decals: - 2645: 28,49 - 2646: 29,50 + 2640: 28,49 + 2641: 29,50 - node: color: '#FF0000CD' id: BrickTileWhiteCornerNw decals: - 2089: 59,7 - 2090: 56,5 - 2091: 65,8 - 2092: 68,10 - 2121: -11,-58 - 2129: -5,50 + 2084: 59,7 + 2085: 56,5 + 2086: 65,8 + 2087: 68,10 + 2116: -11,-58 + 2124: -5,50 - node: color: '#FFFFFF7F' id: BrickTileWhiteCornerNw decals: - 2926: 27,-36 + 2921: 27,-36 - node: color: '#0068A0FF' id: BrickTileWhiteCornerSe decals: - 2097: 60,-5 + 2092: 60,-5 - node: color: '#0096AAFF' id: BrickTileWhiteCornerSe decals: - 3102: 54,21 + 3097: 54,21 - node: color: '#0096FFBF' id: BrickTileWhiteCornerSe decals: - 2056: 11,-60 + 2051: 11,-60 - node: color: '#334E6DC8' id: BrickTileWhiteCornerSe @@ -1626,15 +1667,15 @@ entities: 654: 9,-40 697: -3,-47 711: 8,-47 - 2284: -7,32 - 3090: 57,24 + 2279: -7,32 + 3085: 57,24 - node: color: '#52B4E996' id: BrickTileWhiteCornerSe decals: - 2345: 22,53 - 2346: 22,53 - 5124: 33,-13 + 2340: 22,53 + 2341: 22,53 + 5103: 33,-13 - node: zIndex: 3 color: '#A46106A4' @@ -1651,43 +1692,44 @@ entities: color: '#DE3A3A96' id: BrickTileWhiteCornerSe decals: - 1592: 47,50 - 3027: 40,45 - 3087: 54,25 - 5039: 58,37 + 1587: 47,50 + 3022: 40,45 + 3082: 54,25 + 5034: 58,37 + 6447: 79,33 - node: color: '#EC3A3A73' id: BrickTileWhiteCornerSe decals: - 2649: 34,40 - 2650: 35,41 + 2644: 34,40 + 2645: 35,41 - node: color: '#FF0000CD' id: BrickTileWhiteCornerSe decals: - 2087: 60,3 - 2120: -4,-60 - 2130: -3,47 + 2082: 60,3 + 2115: -4,-60 + 2125: -3,47 - node: color: '#FFFFFF7F' id: BrickTileWhiteCornerSe decals: - 2927: 28,-39 + 2922: 28,-39 - node: color: '#FFFFFFFF' id: BrickTileWhiteCornerSe decals: - 2338: -2,56 + 2333: -2,56 - node: color: '#0068A0FF' id: BrickTileWhiteCornerSw decals: - 2098: 56,-5 + 2093: 56,-5 - node: color: '#0096FFBF' id: BrickTileWhiteCornerSw decals: - 2058: 4,-60 + 2053: 4,-60 - node: color: '#334E6DC8' id: BrickTileWhiteCornerSw @@ -1696,13 +1738,13 @@ entities: 640: -9,-40 655: 3,-40 690: -10,-47 - 2285: -9,32 - 3089: 56,24 + 2280: -9,32 + 3084: 56,24 - node: color: '#52B4E996' id: BrickTileWhiteCornerSw decals: - 5125: 32,-13 + 5104: 32,-13 - node: zIndex: 3 color: '#A46106A4' @@ -1723,33 +1765,34 @@ entities: color: '#DE3A3A96' id: BrickTileWhiteCornerSw decals: - 1593: 41,50 - 3028: 47,45 - 5042: 55,37 + 1588: 41,50 + 3023: 47,45 + 5037: 55,37 + 6458: 64,33 - node: color: '#EC3A3A73' id: BrickTileWhiteCornerSw decals: - 2642: 29,40 - 2643: 28,41 + 2637: 29,40 + 2638: 28,41 - node: color: '#FF0000CD' id: BrickTileWhiteCornerSw decals: - 2086: 56,3 - 2119: -11,-60 - 2127: -5,47 - 2136: 62,5 + 2081: 56,3 + 2114: -11,-60 + 2122: -5,47 + 2131: 62,5 - node: color: '#FFFFFF7F' id: BrickTileWhiteCornerSw decals: - 2928: 27,-39 + 2923: 27,-39 - node: color: '#FFFFFFFF' id: BrickTileWhiteCornerSw decals: - 2335: -5,56 + 2330: -5,56 - node: color: '#334E6DC8' id: BrickTileWhiteEndN @@ -1762,7 +1805,7 @@ entities: color: '#FFFFFFFF' id: BrickTileWhiteEndN decals: - 2347: -5,64 + 2342: -5,64 - node: color: '#334E6DC8' id: BrickTileWhiteEndS @@ -1790,7 +1833,7 @@ entities: color: '#52B4E996' id: BrickTileWhiteInnerNe decals: - 5128: 32,-13 + 5107: 32,-13 - node: zIndex: 3 color: '#A46106A4' @@ -1801,22 +1844,22 @@ entities: color: '#DE3A3A96' id: BrickTileWhiteInnerNe decals: - 1580: 37,62 - 1581: 36,63 - 3039: 39,39 - 3046: 40,38 + 1575: 37,62 + 1576: 36,63 + 3034: 39,39 + 3041: 40,38 - node: color: '#EC3A3A73' id: BrickTileWhiteInnerNe decals: - 2652: 34,49 + 2647: 34,49 - node: color: '#FF0000CC' id: BrickTileWhiteInnerNe decals: - 2055: 60,6 - 2069: 70,5 - 2071: 69,7 + 2050: 60,6 + 2064: 70,5 + 2066: 69,7 - node: color: '#334E6DC8' id: BrickTileWhiteInnerNw @@ -1832,30 +1875,31 @@ entities: color: '#52B4E996' id: BrickTileWhiteInnerNw decals: - 5129: 33,-13 + 5108: 33,-13 - node: color: '#DE3A3A96' id: BrickTileWhiteInnerNw decals: - 1582: 33,62 - 1583: 34,63 - 3040: 47,38 - 3043: 48,39 + 1577: 33,62 + 1578: 34,63 + 3035: 47,38 + 3038: 48,39 + 6469: 77,35 - node: color: '#EC3A3A73' id: BrickTileWhiteInnerNw decals: - 2653: 29,49 + 2648: 29,49 - node: color: '#FF0000CC' id: BrickTileWhiteInnerNw decals: - 2068: 65,6 + 2063: 65,6 - node: color: '#FF0000CD' id: BrickTileWhiteInnerNw decals: - 2135: 59,5 + 2130: 59,5 - node: color: '#334E6DC8' id: BrickTileWhiteInnerSe @@ -1866,24 +1910,24 @@ entities: color: '#52B4E996' id: BrickTileWhiteInnerSe decals: - 5131: 32,-11 + 5110: 32,-11 - node: color: '#DE3A3A96' id: BrickTileWhiteInnerSe decals: - 1595: 46,50 - 3041: 39,45 - 3042: 40,46 + 1590: 46,50 + 3036: 39,45 + 3037: 40,46 - node: color: '#EC3A3A73' id: BrickTileWhiteInnerSe decals: - 2654: 34,41 + 2649: 34,41 - node: color: '#FF0000CC' id: BrickTileWhiteInnerSe decals: - 2032: 60,6 + 2027: 60,6 - node: color: '#334E6DC8' id: BrickTileWhiteInnerSw @@ -1895,7 +1939,7 @@ entities: color: '#52B4E996' id: BrickTileWhiteInnerSw decals: - 5130: 33,-11 + 5109: 33,-11 - node: color: '#D381C996' id: BrickTileWhiteInnerSw @@ -1905,29 +1949,29 @@ entities: color: '#DE3A3A96' id: BrickTileWhiteInnerSw decals: - 1594: 42,50 - 3044: 47,46 - 3045: 48,45 + 1589: 42,50 + 3039: 47,46 + 3040: 48,45 - node: color: '#EC3A3A73' id: BrickTileWhiteInnerSw decals: - 2644: 29,41 + 2639: 29,41 - node: color: '#FF0000CD' id: BrickTileWhiteInnerSw decals: - 2137: 62,6 + 2132: 62,6 - node: color: '#0068A0FF' id: BrickTileWhiteLineE decals: - 2099: 60,-4 + 2094: 60,-4 - node: color: '#0096AAFF' id: BrickTileWhiteLineE decals: - 3105: 54,22 + 3100: 54,22 - node: color: '#334E6DC8' id: BrickTileWhiteLineE @@ -1956,21 +2000,21 @@ entities: 708: 8,-44 709: 8,-45 710: 8,-46 - 3091: 57,25 + 3086: 57,25 - node: color: '#52B4E996' id: BrickTileWhiteLineE decals: - 2348: 22,54 - 2349: 22,54 - 2350: 22,55 - 2351: 22,55 - 5119: 34,-13 - 5120: 34,-12 - 5121: 34,-11 - 5126: 33,-12 - 5132: 32,-12 - 5135: 31.74863,-11.997099 + 2343: 22,54 + 2344: 22,54 + 2345: 22,55 + 2346: 22,55 + 5098: 34,-13 + 5099: 34,-12 + 5100: 34,-11 + 5105: 33,-12 + 5111: 32,-12 + 5114: 31.74863,-11.997099 - node: zIndex: 3 color: '#A46106A4' @@ -1988,77 +2032,84 @@ entities: color: '#D4D4D496' id: BrickTileWhiteLineE decals: - 3097: 57,19 + 3092: 57,19 - node: color: '#DE3A3A96' id: BrickTileWhiteLineE decals: - 1584: 38,61 - 1596: 47,53 - 1597: 47,51 - 1598: 47,52 - 3029: 39,44 - 3030: 39,43 - 3031: 39,42 - 3032: 39,41 - 3033: 39,40 + 1579: 38,61 + 1591: 47,53 + 1592: 47,51 + 1593: 47,52 + 3024: 39,44 + 3025: 39,43 + 3026: 39,42 + 3027: 39,41 + 3028: 39,40 + 6448: 79,34 + 6449: 79,35 + 6450: 79,36 + 6451: 79,38 + 6452: 79,39 + 6453: 79,37 + 6457: 66,38 - node: color: '#EC3A3A73' id: BrickTileWhiteLineE decals: - 2625: 35,48 - 2626: 35,47 - 2627: 35,42 + 2620: 35,48 + 2621: 35,47 + 2622: 35,42 - node: color: '#FF0000CC' id: BrickTileWhiteLineE decals: - 2023: 60,4 - 2024: 60,5 - 2044: 70,6 - 2045: 69,8 - 2046: 69,9 + 2018: 60,4 + 2019: 60,5 + 2039: 70,6 + 2040: 69,8 + 2041: 69,9 - node: color: '#FF0000CD' id: BrickTileWhiteLineE decals: - 2117: -4,-59 - 2133: -3,49 + 2112: -4,-59 + 2128: -3,49 - node: color: '#FFFFFF7F' id: BrickTileWhiteLineE decals: - 2923: 28,-38 - 2924: 28,-37 + 2918: 28,-38 + 2919: 28,-37 - node: color: '#FFFFFFFF' id: BrickTileWhiteLineE decals: - 2344: -5,63 - 2352: -2,57 - 2353: -2,58 - 2354: -2,59 - 2357: -2,60 - 2358: -2,61 + 2339: -5,63 + 2347: -2,57 + 2348: -2,58 + 2349: -2,59 + 2352: -2,60 + 2353: -2,61 - node: color: '#0068A0FF' id: BrickTileWhiteLineN decals: - 2104: 57,-3 - 2105: 58,-3 - 2106: 59,-3 + 2099: 57,-3 + 2100: 58,-3 + 2101: 59,-3 - node: color: '#0096AAFF' id: BrickTileWhiteLineN decals: - 3104: 53,23 + 3099: 53,23 - node: color: '#0096FFBF' id: BrickTileWhiteLineN decals: - 2059: 5,-58 - 2060: 6,-58 - 2061: 7,-58 + 2054: 5,-58 + 2055: 6,-58 + 2056: 7,-58 - node: color: '#334E6DC8' id: BrickTileWhiteLineN @@ -2089,8 +2140,8 @@ entities: color: '#52B4E996' id: BrickTileWhiteLineN decals: - 5117: 32,-10 - 5118: 33,-10 + 5096: 32,-10 + 5097: 33,-10 - node: zIndex: 3 color: '#A46106A4' @@ -2124,83 +2175,89 @@ entities: color: '#DE3A3A96' id: BrickTileWhiteLineN decals: - 1585: 35,64 - 1599: 46,54 - 1600: 45,54 - 1601: 44,54 - 1602: 43,54 - 1603: 42,54 - 3015: 41,38 - 3016: 42,38 - 3017: 43,38 - 3018: 45,38 - 3019: 46,38 - 3020: 44,38 - 5043: 56,38 - 5044: 57,38 + 1580: 35,64 + 1594: 46,54 + 1595: 45,54 + 1596: 44,54 + 1597: 43,54 + 1598: 42,54 + 3010: 41,38 + 3011: 42,38 + 3012: 43,38 + 3013: 45,38 + 3014: 46,38 + 3015: 44,38 + 5038: 56,38 + 5039: 57,38 + 6459: 69,35 + 6460: 71,35 + 6461: 72,35 + 6462: 74,35 + 6463: 75,35 + 6464: 76,35 - node: color: '#EC3A3A73' id: BrickTileWhiteLineN decals: - 2611: 30,50 - 2612: 31,50 - 2613: 32,50 - 2651: 33,50 + 2606: 30,50 + 2607: 31,50 + 2608: 32,50 + 2646: 33,50 - node: color: '#FF0000CC' id: BrickTileWhiteLineN decals: - 2029: 57,5 - 2030: 58,5 - 2043: 71,5 - 2049: 67,8 - 2050: 66,8 - 2051: 64,6 - 2053: 63,6 - 2054: 61,6 + 2024: 57,5 + 2025: 58,5 + 2038: 71,5 + 2044: 67,8 + 2045: 66,8 + 2046: 64,6 + 2048: 63,6 + 2049: 61,6 - node: color: '#FF0000CD' id: BrickTileWhiteLineN decals: - 2107: -10,-58 - 2108: -9,-58 - 2109: -7,-58 - 2110: -6,-58 - 2111: -5,-58 - 2134: -4,50 - 2138: 62,6 - 2139: 61,6 + 2102: -10,-58 + 2103: -9,-58 + 2104: -7,-58 + 2105: -6,-58 + 2106: -5,-58 + 2129: -4,50 + 2133: 62,6 + 2134: 61,6 - node: color: '#FFFFFFFF' id: BrickTileWhiteLineN decals: - 2340: -3,62 - 2341: -4,62 - 2361: 5,64 - 2362: 6,64 - 2363: 7,64 - 2364: 8,64 + 2335: -3,62 + 2336: -4,62 + 2356: 5,64 + 2357: 6,64 + 2358: 7,64 + 2359: 8,64 - node: color: '#0068A0FF' id: BrickTileWhiteLineS decals: - 2101: 57,-5 - 2102: 58,-5 - 2103: 59,-5 + 2096: 57,-5 + 2097: 58,-5 + 2098: 59,-5 - node: color: '#0096AAFF' id: BrickTileWhiteLineS decals: - 3103: 53,21 + 3098: 53,21 - node: color: '#0096FFBF' id: BrickTileWhiteLineS decals: - 2062: 5,-60 - 2063: 6,-60 - 2064: 7,-60 - 2065: 8,-60 - 2066: 10,-60 + 2057: 5,-60 + 2058: 6,-60 + 2059: 7,-60 + 2060: 8,-60 + 2061: 10,-60 - node: color: '#334E6DC8' id: BrickTileWhiteLineS @@ -2242,12 +2299,12 @@ entities: color: '#52B4E996' id: BrickTileWhiteLineS decals: - 2355: 21,53 - 2356: 21,53 - 2359: 20,53 - 2360: 20,53 - 5112: 32,-14 - 5113: 33,-14 + 2350: 21,53 + 2351: 21,53 + 2354: 20,53 + 2355: 20,53 + 5091: 32,-14 + 5092: 33,-14 - node: zIndex: 3 color: '#A46106A4' @@ -2282,65 +2339,73 @@ entities: color: '#DE3A3A96' id: BrickTileWhiteLineS decals: - 3021: 41,46 - 3022: 42,46 - 3023: 43,46 - 3024: 44,46 - 3088: 53,25 - 5045: 56,37 - 5046: 57,37 + 3016: 41,46 + 3017: 42,46 + 3018: 43,46 + 3019: 44,46 + 3083: 53,25 + 5040: 56,37 + 5041: 57,37 + 6439: 69,33 + 6440: 70,33 + 6441: 71,33 + 6442: 74,33 + 6443: 75,33 + 6444: 76,33 + 6445: 77,33 + 6446: 78,33 - node: color: '#EC3A3A73' id: BrickTileWhiteLineS decals: - 2621: 30,40 - 2622: 31,40 - 2623: 33,40 - 2624: 32,40 + 2616: 30,40 + 2617: 31,40 + 2618: 33,40 + 2619: 32,40 - node: color: '#FF0000CC' id: BrickTileWhiteLineS decals: - 2025: 59,3 - 2026: 58,3 - 2027: 57,3 - 2033: 61,6 - 2034: 63,5 - 2035: 64,5 - 2036: 65,5 - 2037: 66,5 - 2038: 67,5 - 2039: 68,5 - 2040: 69,5 - 2041: 70,5 - 2042: 71,5 + 2020: 59,3 + 2021: 58,3 + 2022: 57,3 + 2028: 61,6 + 2029: 63,5 + 2030: 64,5 + 2031: 65,5 + 2032: 66,5 + 2033: 67,5 + 2034: 68,5 + 2035: 69,5 + 2036: 70,5 + 2037: 71,5 - node: color: '#FF0000CD' id: BrickTileWhiteLineS decals: - 2112: -10,-60 - 2113: -8,-60 - 2114: -7,-60 - 2115: -6,-60 - 2116: -5,-60 - 2131: -4,47 - 2140: 61,6 + 2107: -10,-60 + 2108: -8,-60 + 2109: -7,-60 + 2110: -6,-60 + 2111: -5,-60 + 2126: -4,47 + 2135: 61,6 - node: color: '#FFFFFFFF' id: BrickTileWhiteLineS decals: - 2336: -4,56 - 2337: -3,56 + 2331: -4,56 + 2332: -3,56 - node: color: '#0068A0FF' id: BrickTileWhiteLineW decals: - 2100: 56,-4 + 2095: 56,-4 - node: color: '#0096FFBF' id: BrickTileWhiteLineW decals: - 2067: 4,-59 + 2062: 4,-59 - node: color: '#334E6DC8' id: BrickTileWhiteLineW @@ -2368,17 +2433,17 @@ entities: 689: -10,-46 715: 5,-46 716: 5,-44 - 3092: 56,25 + 3087: 56,25 - node: color: '#52B4E996' id: BrickTileWhiteLineW decals: - 5114: 31,-13 - 5115: 31,-12 - 5116: 31,-11 - 5127: 32,-12 - 5133: 33,-12 - 5134: 33.24941,-12.001728 + 5093: 31,-13 + 5094: 31,-12 + 5095: 31,-11 + 5106: 32,-12 + 5112: 33,-12 + 5113: 33.24941,-12.001728 - node: zIndex: 3 color: '#A46106A4' @@ -2396,425 +2461,430 @@ entities: color: '#D4D4D496' id: BrickTileWhiteLineW decals: - 3098: 56,19 + 3093: 56,19 - node: color: '#DE3A3A96' id: BrickTileWhiteLineW decals: - 1586: 32,61 - 1587: 41,51 - 1588: 41,52 - 1589: 41,53 - 3034: 48,40 - 3035: 48,41 - 3036: 48,42 - 3037: 48,43 - 3038: 48,44 + 1581: 32,61 + 1582: 41,51 + 1583: 41,52 + 1584: 41,53 + 3029: 48,40 + 3030: 48,41 + 3031: 48,42 + 3032: 48,43 + 3033: 48,44 + 6456: 64,38 + 6465: 77,36 + 6466: 77,37 + 6467: 77,38 + 6468: 77,39 - node: color: '#EC3A3A73' id: BrickTileWhiteLineW decals: - 2614: 28,48 - 2615: 28,47 - 2616: 28,46 - 2617: 28,45 - 2618: 28,44 - 2619: 28,43 - 2620: 28,42 + 2609: 28,48 + 2610: 28,47 + 2611: 28,46 + 2612: 28,45 + 2613: 28,44 + 2614: 28,43 + 2615: 28,42 - node: color: '#FF0000CC' id: BrickTileWhiteLineW decals: - 2028: 56,4 - 2031: 59,6 - 2047: 68,9 - 2048: 68,8 - 2052: 65,7 + 2023: 56,4 + 2026: 59,6 + 2042: 68,9 + 2043: 68,8 + 2047: 65,7 - node: color: '#FF0000CD' id: BrickTileWhiteLineW decals: - 2118: -11,-59 - 2132: -5,48 + 2113: -11,-59 + 2127: -5,48 - node: color: '#FFFFFF7F' id: BrickTileWhiteLineW decals: - 2929: 27,-38 - 2930: 27,-37 + 2924: 27,-38 + 2925: 27,-37 - node: color: '#FFFFFFFF' id: BrickTileWhiteLineW decals: - 2329: -5,63 - 2330: -5,61 - 2331: -5,60 - 2332: -5,59 - 2333: -5,58 - 2334: -5,57 - 2342: -5,62 + 2324: -5,63 + 2325: -5,61 + 2326: -5,60 + 2327: -5,59 + 2328: -5,58 + 2329: -5,57 + 2337: -5,62 - node: color: '#FFFFFFFF' id: BushAOne decals: - 4363: 45.217068,-1.7757306 - 4364: 45.982693,-0.9476056 - 4365: 45.217068,-0.40073055 - 4366: 44.623318,-1.4163556 - 4367: 47.201443,-0.82260555 - 4368: 46.185818,-1.1507306 - 4371: 43.607693,2.6773944 - 4372: 44.638943,4.9430194 - 5755: 36.090366,-64.330444 - 5756: 31.750214,-66.36664 - 5757: 34.394993,-66.43451 + 4358: 45.217068,-1.7757306 + 4359: 45.982693,-0.9476056 + 4360: 45.217068,-0.40073055 + 4361: 44.623318,-1.4163556 + 4362: 47.201443,-0.82260555 + 4363: 46.185818,-1.1507306 + 4366: 43.607693,2.6773944 + 4367: 44.638943,4.9430194 + 5728: 36.090366,-64.330444 + 5729: 31.750214,-66.36664 + 5730: 34.394993,-66.43451 - node: color: '#FFFFFFFF' id: BushAThree decals: - 4068: -40,30 + 4063: -40,30 - node: cleanable: True color: '#FFFFFFFF' id: BushAThree decals: - 1222: 12.011591,-62.07395 + 1217: 12.011591,-62.07395 - node: color: '#FFFFFFFF' id: BushCOne decals: - 4024: -48,12 - 6442: 9,-65 + 4019: -48,12 + 6411: 9,-65 - node: cleanable: True color: '#FFFFFFFF' id: BushCOne decals: - 1221: 15.956423,-61.99938 + 1216: 15.956423,-61.99938 - node: color: '#FFFFFFFF' id: BushCThree decals: - 2403: -15.127045,-59.987343 - 3928: 67.01022,-3.9474373 - 4358: 47.013943,-2.9319806 - 6441: 7,-66 + 2398: -15.127045,-59.987343 + 3923: 67.01022,-3.9474373 + 4353: 47.013943,-2.9319806 + 6410: 7,-66 - node: cleanable: True color: '#FFFFFFFF' id: BushCThree decals: - 1205: 34.972942,-59.17419 - 1206: 39.847942,-58.79919 + 1200: 34.972942,-59.17419 + 1201: 39.847942,-58.79919 - node: color: '#FFFFFFFF' id: BushCTwo decals: - 4065: -45,30 - 4359: 45.982693,-3.9007306 - 4360: 43.029568,0.20864445 - 4361: 43.748318,-1.2913556 - 4819: -65,-9 + 4060: -45,30 + 4354: 45.982693,-3.9007306 + 4355: 43.029568,0.20864445 + 4356: 43.748318,-1.2913556 + 4814: -65,-9 - node: cleanable: True color: '#FFFFFFFF' id: BushCTwo decals: - 1207: 34.32911,-57.133423 + 1202: 34.32911,-57.133423 - node: color: '#FFFFFFFF' id: BushDTwo decals: - 3936: 67.24332,-2.7130625 - 4820: -65,-10 + 3931: 67.24332,-2.7130625 + 4815: -65,-10 - node: color: '#FFFFFFFF' id: Busha1 decals: - 4369: 41.092068,1.0523944 - 4370: 40.779568,1.4898944 + 4364: 41.092068,1.0523944 + 4365: 40.779568,1.4898944 - node: color: '#FFFFFFFF' id: Busha2 decals: - 4018: -48,10 - 4066: -45,31 - 5754: 30.913832,-65.21279 + 4013: -48,10 + 4061: -45,31 + 5727: 30.913832,-65.21279 - node: color: '#FFFFFFFF' id: Busha3 decals: - 4373: 45.373318,2.8961444 - 4374: 46.482693,2.8805194 - 4375: 49.107693,3.9117694 - 4376: 48.467068,3.9586444 - 4377: 48.842068,3.1773944 - 4378: 47.826443,3.2086444 - 4379: 47.560818,3.1461444 - 4380: 46.810818,2.3023944 - 4381: 47.592068,2.1305194 - 4382: 49.045193,1.2398944 - 4383: 47.810818,1.0680194 - 4384: 49.592068,1.0680194 + 4368: 45.373318,2.8961444 + 4369: 46.482693,2.8805194 + 4370: 49.107693,3.9117694 + 4371: 48.467068,3.9586444 + 4372: 48.842068,3.1773944 + 4373: 47.826443,3.2086444 + 4374: 47.560818,3.1461444 + 4375: 46.810818,2.3023944 + 4376: 47.592068,2.1305194 + 4377: 49.045193,1.2398944 + 4378: 47.810818,1.0680194 + 4379: 49.592068,1.0680194 - node: color: '#FFFFFFFF' id: Bushb2 decals: - 4362: 43.404568,-0.35385555 + 4357: 43.404568,-0.35385555 - node: color: '#FFFFFFFF' id: Bushb3 decals: - 2406: -36,-9 - 4019: -49,12 + 2401: -36,-9 + 4014: -49,12 - node: color: '#FFFFFFFF' id: Bushc1 decals: - 4067: -41,31 + 4062: -41,31 - node: color: '#FFFFFFFF' id: Bushc3 decals: - 4020: -50,10 - 4025: -48,11 + 4015: -50,10 + 4020: -48,11 - node: color: '#FFFFFFFF' id: Bushd1 decals: - 3938: 67.31267,-1.3224375 + 3933: 67.31267,-1.3224375 - node: color: '#FFFFFFFF' id: Bushd3 decals: - 3937: 66.70329,-4.1818123 + 3932: 66.70329,-4.1818123 - node: color: '#FFFFFFFF' id: Bushe1 decals: - 4340: 42.697166,-2.8538556 + 4335: 42.697166,-2.8538556 - node: color: '#FFFFFFFF' id: Bushe2 decals: - 4339: 42.71279,-2.1194806 + 4334: 42.71279,-2.1194806 - node: color: '#FFFFFFFF' id: Bushe3 decals: - 4338: 42.58779,-1.3851056 + 4333: 42.58779,-1.3851056 - node: color: '#FFFFFFFF' id: Bushe4 decals: - 2477: 3.9738688,-53.151493 - 5758: 33.490795,-65.48428 - 5759: 32.089287,-65.48428 + 2472: 3.9738688,-53.151493 + 5731: 33.490795,-65.48428 + 5732: 32.089287,-65.48428 - node: color: '#FFFFFFFF' id: Bushg1 decals: - 3352: 37.957554,24.79652 + 3347: 37.957554,24.79652 - node: color: '#FFFFFFFF' id: Bushg2 decals: - 3939: 66.78142,-1.9630625 + 3934: 66.78142,-1.9630625 - node: color: '#FFFFFFFF' id: Bushg4 decals: - 3942: 67.02119,-1.3380625 + 3937: 67.02119,-1.3380625 - node: color: '#FFFFFFFF' id: Bushh1 decals: - 3980: 42.84171,48.912052 - 4182: 34.267063,-5.021573 - 4183: 33.12644,-4.943448 - 4184: 32.142063,-4.896573 - 4336: 40.947166,-0.08823055 - 4341: 42.259666,-1.0569806 - 4342: 42.853416,-1.5726056 - 4343: 42.93154,-2.3069806 - 4344: 42.90029,-2.9007306 - 4345: 41.83779,-1.8851056 - 4346: 42.134666,-2.0257306 - 4347: 40.665916,-2.6507306 - 4348: 41.822166,-3.4007306 - 4349: 41.134666,-3.6194806 - 4350: 39.810818,-3.6819806 - 4785: 40.98842,-0.56129885 - 4786: 41.504044,-0.74879885 - 4787: 41.61342,-1.2956738 + 3975: 42.84171,48.912052 + 4177: 34.267063,-5.021573 + 4178: 33.12644,-4.943448 + 4179: 32.142063,-4.896573 + 4331: 40.947166,-0.08823055 + 4336: 42.259666,-1.0569806 + 4337: 42.853416,-1.5726056 + 4338: 42.93154,-2.3069806 + 4339: 42.90029,-2.9007306 + 4340: 41.83779,-1.8851056 + 4341: 42.134666,-2.0257306 + 4342: 40.665916,-2.6507306 + 4343: 41.822166,-3.4007306 + 4344: 41.134666,-3.6194806 + 4345: 39.810818,-3.6819806 + 4780: 40.98842,-0.56129885 + 4781: 41.504044,-0.74879885 + 4782: 41.61342,-1.2956738 - node: color: '#FFFFFFFF' id: Bushh2 decals: - 4337: 42.103416,-1.1663556 + 4332: 42.103416,-1.1663556 - node: color: '#FFFFFFFF' id: Bushh3 decals: - 3935: 66.77457,-1.7755625 - 3981: 42.013584,48.740177 + 3930: 66.77457,-1.7755625 + 3976: 42.013584,48.740177 - node: color: '#FFFFFFFF' id: Bushi1 decals: - 4355: 44.310818,3.8805194 + 4350: 44.310818,3.8805194 - node: cleanable: True color: '#FFFFFFFF' id: Bushi1 decals: - 1284: 29.373365,-62.218967 + 1279: 29.373365,-62.218967 - node: color: '#FFFFFFFF' id: Bushi2 decals: - 2476: 8.005119,-53.057743 + 2471: 8.005119,-53.057743 - node: cleanable: True color: '#FFFFFFFF' id: Bushi2 decals: - 1283: 23.865938,-61.781467 - 1285: 32.325344,-58.84026 + 1278: 23.865938,-61.781467 + 1280: 32.325344,-58.84026 - node: color: '#FFFFFFFF' id: Bushi3 decals: - 4357: 49.404568,0.7867694 + 4352: 49.404568,0.7867694 - node: cleanable: True color: '#FFFFFFFF' id: Bushi3 decals: - 1287: 40.155094,-52.828033 + 1282: 40.155094,-52.828033 - node: color: '#FFFFFFFF' id: Bushi4 decals: - 4356: 47.388943,1.5211444 + 4351: 47.388943,1.5211444 - node: cleanable: True color: '#FFFFFFFF' id: Bushi4 decals: - 1280: 12.825018,-62.578342 - 1281: 15.653143,-60.078342 - 1282: 23.215643,-65.14084 - 1286: 39.44675,-58.397526 + 1275: 12.825018,-62.578342 + 1276: 15.653143,-60.078342 + 1277: 23.215643,-65.14084 + 1281: 39.44675,-58.397526 - node: color: '#FFFFFFFF' id: Bushj2 decals: - 2462: 4.030192,-54.929623 + 2457: 4.030192,-54.929623 - node: color: '#FFFFFFFF' id: Bushj3 decals: - 2463: -3.9697905,-53.054623 - 3933: 66.94644,-3.6036875 - 4070: -39.801258,29.965466 + 2458: -3.9697905,-53.054623 + 3928: 66.94644,-3.6036875 + 4065: -39.801258,29.965466 - node: color: '#FFFFFFFF' id: Bushk1 decals: - 2461: -7.9922414,-54.976498 - 2475: 8.005119,-54.963993 - 4069: -46.186676,31.371716 - 4788: 40.92592,-1.0456738 + 2456: -7.9922414,-54.976498 + 2470: 8.005119,-54.963993 + 4064: -46.186676,31.371716 + 4783: 40.92592,-1.0456738 - node: color: '#FFFFFFFF' id: Bushk2 decals: - 3979: 45.951084,48.943302 - 4351: 44.545193,3.1930194 - 4352: 45.857693,-3.8226056 + 3974: 45.951084,48.943302 + 4346: 44.545193,3.1930194 + 4347: 45.857693,-3.8226056 - node: color: '#FFFFFFFF' id: Bushk3 decals: - 2474: -8.017975,-53.057743 - 3360: 31.099815,38.146618 + 2469: -8.017975,-53.057743 + 3355: 31.099815,38.146618 - node: color: '#FFFFFFFF' id: Bushl4 decals: - 3977: 42.044834,48.943302 - 4072: -45.061676,29.882132 + 3972: 42.044834,48.943302 + 4067: -45.061676,29.882132 - node: color: '#FFFFFFFF' id: Bushm1 decals: - 3940: 67.23454,-2.3536875 - 4353: 40.904568,0.6617694 + 3935: 67.23454,-2.3536875 + 4348: 40.904568,0.6617694 - node: color: '#FFFFFFFF' id: Bushm2 decals: - 3941: 66.69559,-3.3224375 - 3978: 45.294834,48.912052 - 4354: 44.045193,4.5836444 + 3936: 66.69559,-3.3224375 + 3973: 45.294834,48.912052 + 4349: 44.045193,4.5836444 - node: color: '#FFFFFFFF' id: Bushm4 decals: - 4071: -40.113758,31.402966 + 4066: -40.113758,31.402966 - node: color: '#FFFFFFFF' id: Bushn1 decals: - 3319: 13.001036,-31.972237 - 3351: 38.832554,24.838188 - 3362: 30.131065,38.115368 - 3934: 67.13394,-0.7443125 - 4385: 48.763943,0.8336444 + 3314: 13.001036,-31.972237 + 3346: 38.832554,24.838188 + 3357: 30.131065,38.115368 + 3929: 67.13394,-0.7443125 + 4380: 48.763943,0.8336444 - node: color: '#0E7F1BFF' id: Caution decals: - 3991: 61.054268,-27.521812 + 3986: 61.054268,-27.521812 - node: angle: -1.5707963267948966 rad color: '#B40000FF' id: Caution decals: - 2590: 1,-45 + 2585: 1,-45 - node: angle: -1.5707963267948966 rad color: '#FFFFFFFF' id: Caution decals: - 1940: -8,-78 - 1941: -8,-85 - 3369: 60,-38 + 1935: -8,-78 + 1936: -8,-85 + 3364: 60,-38 - node: color: '#FFFFFFFF' id: Caution decals: - 3367: -64,28 + 3362: -64,28 - node: angle: 1.5707963267948966 rad color: '#FFFFFFFF' id: Caution decals: - 1783: -57,11 - 1939: -10,-78 - 1942: -10,-85 - 3364: -49,-52 - 3366: -65,18 - 3368: -24,68 + 1778: -57,11 + 1934: -10,-78 + 1937: -10,-85 + 3359: -49,-52 + 3361: -65,18 + 3363: -24,68 - node: angle: 3.141592653589793 rad color: '#FFFFFFFF' id: Caution decals: - 1943: -9,-87 - 1944: 9,-87 - 3365: -67,-22 + 1938: -9,-87 + 1939: 9,-87 + 3360: -67,-22 - node: color: '#D381C9FF' id: CheckerNESW @@ -2854,50 +2924,50 @@ entities: color: '#D4D4D428' id: CheckerNWSE decals: - 3148: -9,60 + 3143: -9,60 - node: color: '#D4D4D496' id: CheckerNWSE decals: - 3149: -9,60 - 3150: -11,64 - 3151: -11,63 - 3152: -10,63 - 3153: -10,64 - 3154: -9,64 - 3155: -9,63 - 3156: -8,63 - 3157: -8,64 - 3158: -7,64 - 3159: -7,63 - 3160: -7,62 - 3161: -7,61 - 3162: -7,60 - 3163: -7,59 - 3164: -7,58 - 3165: -7,57 - 3166: -8,56 - 3167: -10,56 - 3168: -11,56 - 3169: -9,56 - 3170: -9,57 - 3171: -8,57 - 3172: -8,58 - 3173: -10,57 - 3174: -11,57 - 3175: -11,60 - 3176: -11,61 - 3177: -11,62 - 3178: -10,62 - 3179: -10,61 - 3180: -10,60 - 3181: -10,58 - 3182: -11,59 - 3183: -10,59 - 3184: -8,59 - 3185: -8,60 - 3186: -8,61 - 3187: -8,62 + 3144: -9,60 + 3145: -11,64 + 3146: -11,63 + 3147: -10,63 + 3148: -10,64 + 3149: -9,64 + 3150: -9,63 + 3151: -8,63 + 3152: -8,64 + 3153: -7,64 + 3154: -7,63 + 3155: -7,62 + 3156: -7,61 + 3157: -7,60 + 3158: -7,59 + 3159: -7,58 + 3160: -7,57 + 3161: -8,56 + 3162: -10,56 + 3163: -11,56 + 3164: -9,56 + 3165: -9,57 + 3166: -8,57 + 3167: -8,58 + 3168: -10,57 + 3169: -11,57 + 3170: -11,60 + 3171: -11,61 + 3172: -11,62 + 3173: -10,62 + 3174: -10,61 + 3175: -10,60 + 3176: -10,58 + 3177: -11,59 + 3178: -10,59 + 3179: -8,59 + 3180: -8,60 + 3181: -8,61 + 3182: -8,62 - node: color: '#EFB34196' id: CheckerNWSE @@ -2913,457 +2983,446 @@ entities: color: '#0E7F1BFF' id: Clandestine decals: - 3992: 61.757393,-26.037437 + 3987: 61.757393,-26.037437 - node: cleanable: True color: '#FFFFFFFF' id: Clandestine decals: - 4189: 66.05982,-26.002481 + 4184: 66.05982,-26.002481 - node: color: '#787878FF' id: ConcreteTrimBox decals: - 2964: 40,26 + 2959: 40,26 - node: color: '#DE3A3A96' id: ConcreteTrimCornerNe decals: - 2467: 35,38 - 2970: 50,52 - 2971: 53,52 - 2972: 57,47 - 2973: 58,44 - 2974: 58,41 - 5047: 66,40 - 5051: 74,35 + 2462: 35,38 + 2965: 50,52 + 2966: 53,52 + 2967: 57,47 + 2968: 58,44 + 2969: 58,41 + 5042: 66,40 - node: color: '#DE3A3A96' id: ConcreteTrimCornerNw decals: - 2468: 33,38 - 2975: 54,47 - 2976: 55,44 - 2977: 55,41 - 2978: 49,52 - 2979: 52,52 - 5048: 64,40 + 2463: 33,38 + 2970: 54,47 + 2971: 55,44 + 2972: 55,41 + 2973: 49,52 + 2974: 52,52 + 5043: 64,40 - node: color: '#DE3A3A96' id: ConcreteTrimCornerSe decals: - 2470: 35,37 - 2985: 58,40 - 2986: 58,43 - 2987: 57,46 - 2988: 53,49 - 2989: 50,49 - 5050: 74,33 + 2465: 35,37 + 2980: 58,40 + 2981: 58,43 + 2982: 57,46 + 2983: 53,49 + 2984: 50,49 - node: color: '#DE3A3A96' id: ConcreteTrimCornerSw decals: - 2469: 33,37 - 2980: 49,49 - 2981: 52,49 - 2982: 54,46 - 2983: 55,43 - 2984: 55,40 - 5049: 64,33 + 2464: 33,37 + 2975: 49,49 + 2976: 52,49 + 2977: 54,46 + 2978: 55,43 + 2979: 55,40 - node: color: '#DE3A3A96' id: ConcreteTrimInnerNe decals: - 5082: 66,35 + 5063: 66,35 - node: color: '#DE3A3A96' id: ConcreteTrimLineE decals: - 2990: 53,50 - 2991: 53,51 - 2992: 50,50 - 2993: 50,51 - 5059: 66,36 - 5060: 66,37 - 5061: 66,38 - 5062: 66,39 + 2985: 53,50 + 2986: 53,51 + 2987: 50,50 + 2988: 50,51 + 5048: 66,36 + 5049: 66,37 + 5050: 66,39 - node: color: '#DE3A3A96' id: ConcreteTrimLineN decals: - 2471: 34,38 - 2996: 55,47 - 2997: 56,47 - 2998: 56,44 - 2999: 57,44 - 3000: 56,41 - 3001: 57,41 - 5052: 73,35 - 5053: 72,35 - 5054: 71,35 - 5055: 70,35 - 5056: 69,35 - 5057: 68,35 - 5058: 67,35 + 2466: 34,38 + 2991: 55,47 + 2992: 56,47 + 2993: 56,44 + 2994: 57,44 + 2995: 56,41 + 2996: 57,41 + 5044: 73,35 + 5045: 70,35 + 5046: 68,35 + 5047: 67,35 - node: color: '#DE3A3A96' id: ConcreteTrimLineS decals: - 2472: 34,37 - 3002: 56,40 - 3003: 57,40 - 3004: 56,43 - 3005: 57,43 - 3006: 56,46 - 3007: 55,46 - 5068: 65,33 - 5069: 66,33 - 5070: 67,33 - 5071: 68,33 - 5072: 69,33 - 5073: 71,33 - 5074: 73,33 - 5075: 70,33 + 2467: 34,37 + 2997: 56,40 + 2998: 57,40 + 2999: 56,43 + 3000: 57,43 + 3001: 56,46 + 3002: 55,46 + 5055: 65,33 + 5056: 66,33 + 5057: 67,33 + 5058: 68,33 + 5059: 73,33 - node: cleanable: True color: '#DE3A3A96' id: ConcreteTrimLineS decals: - 4154: 45,46 - 4155: 46,46 + 4149: 45,46 + 4150: 46,46 - node: color: '#DE3A3A96' id: ConcreteTrimLineW decals: - 2994: 49,50 - 2995: 49,51 - 3008: 52,50 - 3009: 52,51 - 5063: 64,35 - 5064: 64,36 - 5065: 64,37 - 5066: 64,39 - 5067: 64,38 + 2989: 49,50 + 2990: 49,51 + 3003: 52,50 + 3004: 52,51 + 5051: 64,35 + 5052: 64,36 + 5053: 64,37 + 5054: 64,39 - node: cleanable: True color: '#008D0093' id: Damaged decals: - 5880: -60,77 + 5853: -60,77 - node: color: '#00A400FF' id: Damaged decals: - 2399: -14,-58 + 2394: -14,-58 - node: cleanable: True color: '#087635FF' id: Damaged decals: - 2149: -26,-59 + 2144: -26,-59 - node: color: '#737A15FF' id: Damaged decals: - 4014: -50.956,9.012126 - 4015: -50.04975,11.824626 - 4016: -48.73725,13.027751 - 4017: -50.956,10.668376 - 4876: -67,-10 - 4877: -66,-7 - 4878: -64,-9 - 4879: -64,-8 - 4880: -63,-10 - 4881: -61,-8 - 4882: -60,-9 - 4883: -60,-6 - 4888: -56,-3 - 4889: -57,-7 - 4890: -61,-15 - 4891: -61,-13 - 4892: -65,-14 - 4893: -64,-20 - 4894: -60,-22 - 4895: -59,-21 - 4896: -62,-25 - 4897: -58,-26 - 4898: -59,-29 - 4899: -61,-28 - 4900: -63,-27 - 4901: -62,-29 - 4902: -56,-29 - 4903: -54,-26 - 4904: -52,-29 - 4905: -51,-29 - 4906: -48,-32 - 4907: -49,-34 - 4908: -49,-35 - 4909: -47,-31 - 4910: -49,-31 - 5199: 51,-1 - 5200: 51,1 - 5201: 52,1 - 5202: 52,-2 - 5203: 47,-6 - 5204: 44,-6 - 5242: 38,6 - 5243: 39,6 - 5244: 39,7 - 5245: 40,6 - 5246: 41,7 - 5247: 40,8 - 5248: 42,8 - 5249: 38,8 - 5250: 41,10 - 5251: 37,6 - 5252: 44,10 - 5253: 45,10 - 5254: 45,11 - 5264: 44,15 - 5265: 43,16 - 5266: 44,17 - 5278: 14,15 - 5279: 17,17 - 5280: 14,27 - 5281: 12,25 - 5300: 12,40 - 5301: 12,39 - 5302: 11,38 - 5303: 41,6 - 5310: 67,-21 - 5316: 65,-21 - 5317: 65,-20 - 5318: 66,-21 - 5319: 66,-23 - 5345: 62,-35 - 5346: 64,-35 - 5347: 64,-36 - 5348: 63,-33 - 5349: 64,-32 - 5350: 59,-38 - 5374: 55,-44 - 5375: 56,-43 - 5376: 56,-42 - 5377: 55,-42 - 5378: 57,-43 - 5379: 56,-44 - 5472: 19,-65 - 5473: 18,-64 - 5474: 17,-64 - 5475: 23,-63 - 5476: 24,-63 - 5477: 27,-61 - 5478: 29,-62 - 5479: 35,-59 - 5480: 38,-57 - 5481: 38,-56 - 5482: 38,-55 - 5483: 41,-55 - 5484: 41,-54 - 5485: 40,-54 - 5486: 40,-53 + 4009: -50.956,9.012126 + 4010: -50.04975,11.824626 + 4011: -48.73725,13.027751 + 4012: -50.956,10.668376 + 4871: -67,-10 + 4872: -66,-7 + 4873: -64,-9 + 4874: -64,-8 + 4875: -63,-10 + 4876: -61,-8 + 4877: -60,-9 + 4878: -60,-6 + 4883: -56,-3 + 4884: -57,-7 + 4885: -61,-15 + 4886: -61,-13 + 4887: -65,-14 + 4888: -64,-20 + 4889: -60,-22 + 4890: -59,-21 + 4891: -62,-25 + 4892: -58,-26 + 4893: -59,-29 + 4894: -61,-28 + 4895: -63,-27 + 4896: -62,-29 + 4897: -56,-29 + 4898: -54,-26 + 4899: -52,-29 + 4900: -51,-29 + 4901: -48,-32 + 4902: -49,-34 + 4903: -49,-35 + 4904: -47,-31 + 4905: -49,-31 + 5178: 51,-1 + 5179: 51,1 + 5180: 52,1 + 5181: 52,-2 + 5182: 47,-6 + 5183: 44,-6 + 5221: 38,6 + 5222: 39,6 + 5223: 39,7 + 5224: 40,6 + 5225: 41,7 + 5226: 40,8 + 5227: 42,8 + 5228: 38,8 + 5229: 41,10 + 5230: 37,6 + 5231: 44,10 + 5232: 45,10 + 5233: 45,11 + 5243: 44,15 + 5244: 43,16 + 5245: 44,17 + 5257: 14,15 + 5258: 17,17 + 5259: 14,27 + 5260: 12,25 + 5279: 12,40 + 5280: 12,39 + 5281: 11,38 + 5282: 41,6 + 5289: 67,-21 + 5295: 65,-21 + 5296: 65,-20 + 5297: 66,-21 + 5298: 66,-23 + 5324: 62,-35 + 5325: 64,-35 + 5326: 64,-36 + 5327: 63,-33 + 5328: 64,-32 + 5329: 59,-38 + 5353: 55,-44 + 5354: 56,-43 + 5355: 56,-42 + 5356: 55,-42 + 5357: 57,-43 + 5358: 56,-44 + 5451: 19,-65 + 5452: 18,-64 + 5453: 17,-64 + 5454: 23,-63 + 5455: 24,-63 + 5456: 27,-61 + 5457: 29,-62 + 5458: 35,-59 + 5459: 38,-57 + 5460: 38,-56 + 5461: 38,-55 + 5462: 41,-55 + 5463: 41,-54 + 5464: 40,-54 + 5465: 40,-53 - node: cleanable: True color: '#737A15FF' id: Damaged decals: - 5549: -44,-20 - 5550: -40,-19 - 5551: -40,-21 - 5552: -39,-23 - 5553: -56,3 - 5554: -56,2 - 5555: -57,3 - 5574: -46,-16 - 5575: -47,-15 - 5576: -47,-14 - 5577: -44,-15 - 5578: -43,-16 - 5579: -42,-14 + 5528: -44,-20 + 5529: -40,-19 + 5530: -40,-21 + 5531: -39,-23 + 5532: -56,3 + 5533: -56,2 + 5534: -57,3 + 5553: -46,-16 + 5554: -47,-15 + 5555: -47,-14 + 5556: -44,-15 + 5557: -43,-16 + 5558: -42,-14 - node: color: '#9FED5896' id: Damaged decals: - 2938: 12.949398,-61.006985 - 2939: 13.902523,-62.24136 - 2940: 22.025808,-62.975735 - 2941: 26.498775,-61.100735 - 2942: 25.9519,-63.91324 - 2943: 30.030684,-61.92886 - 2944: 29.999434,-60.100735 - 2945: 34.00223,-59.648167 - 2946: 36.69432,-56.955185 - 2947: 41.00682,-55.81456 - 2948: 38.866196,-58.111435 - 2949: 39.334946,-55.97081 - 2950: 41.78807,-54.97081 - 2951: 40.428696,-53.017685 - 2952: 31.186916,-60.919373 - 2953: 24.779259,-63.9664 - 2954: 17.300161,-66.138275 - 6422: 9,-63 - 6423: 9,-64 - 6424: 9,-65 - 6425: 8,-65 - 6426: 8,-64 - 6427: 7,-63 - 6428: 9,-66 - 6429: 8,-66 - 6430: 7,-67 - 6431: 9,-67 - 6432: 7,-66 - 6433: 8,-63 - 6434: 8,-62 - 6435: 7,-64 + 2933: 12.949398,-61.006985 + 2934: 13.902523,-62.24136 + 2935: 22.025808,-62.975735 + 2936: 26.498775,-61.100735 + 2937: 25.9519,-63.91324 + 2938: 30.030684,-61.92886 + 2939: 29.999434,-60.100735 + 2940: 34.00223,-59.648167 + 2941: 36.69432,-56.955185 + 2942: 41.00682,-55.81456 + 2943: 38.866196,-58.111435 + 2944: 39.334946,-55.97081 + 2945: 41.78807,-54.97081 + 2946: 40.428696,-53.017685 + 2947: 31.186916,-60.919373 + 2948: 24.779259,-63.9664 + 2949: 17.300161,-66.138275 + 6391: 9,-63 + 6392: 9,-64 + 6393: 9,-65 + 6394: 8,-65 + 6395: 8,-64 + 6396: 7,-63 + 6397: 9,-66 + 6398: 8,-66 + 6399: 7,-67 + 6400: 9,-67 + 6401: 7,-66 + 6402: 8,-63 + 6403: 8,-62 + 6404: 7,-64 - node: cleanable: True color: '#9FED5896' id: Damaged decals: - 2955: -45.893406,-7.091565 - 2956: -38.12778,-7.01344 - 2957: -36.018406,-8.185315 + 2950: -45.893406,-7.091565 + 2951: -38.12778,-7.01344 + 2952: -36.018406,-8.185315 - node: cleanable: True color: '#D4D4D428' id: Damaged decals: - 1431: 60.03063,-9.04589 - 1432: 61.93688,-11.07714 - 1433: 66.968124,-13.07714 - 1434: 57.96813,-7.92089 - 1435: 67.00964,-19.943499 - 1436: 65.00964,-25.976755 - 1437: 62.119022,-26.92988 + 1426: 60.03063,-9.04589 + 1427: 61.93688,-11.07714 + 1428: 66.968124,-13.07714 + 1429: 57.96813,-7.92089 + 1430: 67.00964,-19.943499 + 1431: 65.00964,-25.976755 + 1432: 62.119022,-26.92988 - node: cleanable: True color: '#FFFFFFFF' id: Damaged decals: - 4496: 17,24 + 4491: 17,24 - node: color: '#9FED5896' id: Delivery decals: - 2497: -20,60 - 2498: -20,59 - 2499: -19,62 - 2500: -18,63 - 2501: -16,63 - 2502: -15,63 - 2503: -20,58 - 2504: -19,56 - 2505: -18,55 - 2506: -16,55 - 2507: -15,55 - 6319: -19,60 - 6320: -19,59 - 6321: -19,58 - 6322: -16,56 - 6323: -15,56 - 6324: -16,62 - 6325: -15,62 + 2492: -20,60 + 2493: -20,59 + 2494: -19,62 + 2495: -18,63 + 2496: -16,63 + 2497: -15,63 + 2498: -20,58 + 2499: -19,56 + 2500: -18,55 + 2501: -16,55 + 2502: -15,55 + 6288: -19,60 + 6289: -19,59 + 6290: -19,58 + 6291: -16,56 + 6292: -15,56 + 6293: -16,62 + 6294: -15,62 - node: cleanable: True color: '#D4D4D496' id: Delivery decals: - 1438: 54,-34 - 1439: 54,-35 + 1433: 54,-34 + 1434: 54,-35 - node: color: '#DE3A3A96' id: Delivery decals: - 5023: 63,44 - 5024: 63,45 - 5083: 64,42 - 5084: 76,35 - 5085: 76,33 - 5086: 65,43 - 5087: 66,43 + 5018: 63,44 + 5019: 63,45 + 5064: 64,42 + 5065: 65,43 + 5066: 66,43 + 6473: 77,44 + 6474: 79,44 - node: color: '#EFB34196' id: Delivery decals: - 4527: -20,29 - 4528: -20,34 + 4522: -20,29 + 4523: -20,34 - node: color: '#FFFFFFFF' id: Delivery decals: - 1604: 42,35 - 1607: 26,59 - 1608: 25,59 - 1609: 26,57 - 1610: 25,57 - 1611: 22,57 - 1612: 22,59 - 2073: -2,-59 - 2074: 2,-59 - 2274: 10,-46 - 2275: 10,-45 - 2276: 10,-44 - 2277: 10,-43 - 2281: 15,-42 - 2404: -17,-54 - 2453: -1,-35 - 2454: 0,-35 - 2455: 1,-35 - 3129: -54,26 - 3130: -53,26 - 3131: -52,26 - 3313: 51,-11 - 3314: 52,-11 - 3315: 53,-11 - 3316: 51,11 - 3317: 52,11 - 3318: 53,11 - 3325: -6,52 - 3326: -6,53 - 3327: -6,54 - 3328: 6,52 - 3329: 6,53 - 3330: 6,54 - 3331: 1,51 - 3332: 0,51 - 3333: -1,51 - 3334: -20,48 - 3335: -20,49 - 3336: -20,50 - 3337: -24,41 - 3338: -23,41 - 3339: -22,41 - 3340: -21,42 - 3341: -21,43 - 3342: -21,44 - 3343: -54,3 - 3344: -53,3 - 3345: -52,3 - 3346: -52,-5 - 3347: -53,-5 - 3348: -54,-5 - 3357: -32,4 - 3358: -31,4 - 3359: -30,4 - 4698: -86,61 - 4699: -89,61 - 4700: -86,58 - 4955: -5,13 - 4956: 5,13 - 4957: 67,29 - 4958: 70,27 - 4959: 70,31 - 4960: 71,31 - 5080: 77,34 - 5081: 66,42 + 1599: 42,35 + 1602: 26,59 + 1603: 25,59 + 1604: 26,57 + 1605: 25,57 + 1606: 22,57 + 1607: 22,59 + 2068: -2,-59 + 2069: 2,-59 + 2269: 10,-46 + 2270: 10,-45 + 2271: 10,-44 + 2272: 10,-43 + 2276: 15,-42 + 2399: -17,-54 + 2448: -1,-35 + 2449: 0,-35 + 2450: 1,-35 + 3124: -54,26 + 3125: -53,26 + 3126: -52,26 + 3308: 51,-11 + 3309: 52,-11 + 3310: 53,-11 + 3311: 51,11 + 3312: 52,11 + 3313: 53,11 + 3320: -6,52 + 3321: -6,53 + 3322: -6,54 + 3323: 6,52 + 3324: 6,53 + 3325: 6,54 + 3326: 1,51 + 3327: 0,51 + 3328: -1,51 + 3329: -20,48 + 3330: -20,49 + 3331: -20,50 + 3332: -24,41 + 3333: -23,41 + 3334: -22,41 + 3335: -21,42 + 3336: -21,43 + 3337: -21,44 + 3338: -54,3 + 3339: -53,3 + 3340: -52,3 + 3341: -52,-5 + 3342: -53,-5 + 3343: -54,-5 + 3352: -32,4 + 3353: -31,4 + 3354: -30,4 + 4693: -86,61 + 4694: -89,61 + 4695: -86,58 + 4950: -5,13 + 4951: 5,13 + 4952: 67,29 + 4953: 70,27 + 4954: 70,31 + 4955: 71,31 + 5062: 66,42 + 6475: 77,42 - node: cleanable: True color: '#FFFFFFFF' id: Delivery decals: - 4073: 47,50 - 5590: 46,-18 - 5591: 47,-18 + 4068: 47,50 + 5569: 46,-18 + 5570: 47,-18 - node: zIndex: 3 color: '#FFFFFFFF' @@ -3376,78 +3435,78 @@ entities: color: '#52B4E996' id: DeliveryGreyscale decals: - 2365: 24,55 - 2366: 25,55 - 2367: 26,55 + 2360: 24,55 + 2361: 25,55 + 2362: 26,55 - node: color: '#D381C996' id: DeliveryGreyscale decals: - 2958: -14,-32 - 2959: -13,-32 - 2960: -12,-32 - 2961: -16,-32 - 2962: -17,-32 - 2963: -18,-32 - 3296: -26,-42 - 3297: -26,-41 + 2953: -14,-32 + 2954: -13,-32 + 2955: -12,-32 + 2956: -16,-32 + 2957: -17,-32 + 2958: -18,-32 + 3291: -26,-42 + 3292: -26,-41 - node: color: '#DE3A3A96' id: DeliveryGreyscale decals: - 2456: 54,44 - 2457: 54,41 - 2458: 53,46 - 2459: 52,48 - 2460: 50,48 - 5036: 54,38 + 2451: 54,44 + 2452: 54,41 + 2453: 53,46 + 2454: 52,48 + 2455: 50,48 + 5031: 54,38 - node: color: '#EC3A3A73' id: DeliveryGreyscale decals: - 2628: 36,43 - 2629: 36,44 - 2630: 36,45 - 2631: 36,46 + 2623: 36,43 + 2624: 36,44 + 2625: 36,45 + 2626: 36,46 - node: color: '#FFFFFF1E' id: DeliveryGreyscale decals: - 5819: -69,80 - 5820: -69,76 + 5792: -69,80 + 5793: -69,76 - node: color: '#FFFFFF3A' id: DeliveryGreyscale decals: - 5816: -69,78 + 5789: -69,78 - node: color: '#FFFFFF79' id: DeliveryGreyscale decals: - 5815: -61,81 + 5788: -61,81 - node: color: '#FFFFFF83' id: DeliveryGreyscale decals: - 5817: -69,77 + 5790: -69,77 - node: color: '#FFFFFFBF' id: DeliveryGreyscale decals: - 5818: -69,79 + 5791: -69,79 - node: color: '#FFFFFFFF' id: DeliveryGreyscale decals: - 1605: 42,44 - 1606: 42,40 - 2272: 17,-47 - 2273: 17,-46 - 2278: 10,-47 - 2279: 10,-48 - 2280: 10,-42 - 3254: -7,30 - 3255: -5,30 + 1600: 42,44 + 1601: 42,40 + 2267: 17,-47 + 2268: 17,-46 + 2273: 10,-47 + 2274: 10,-48 + 2275: 10,-42 + 3249: -7,30 + 3250: -5,30 - node: zIndex: 3 color: '#FFFFFFFF' @@ -3459,764 +3518,782 @@ entities: color: '#737A15FF' id: Dirt decals: - 3999: -50,11 - 4000: -50,11 - 4004: -51,11 - 4005: -51,9 - 4006: -50,12 - 4007: -49,13 - 4008: -50,13 - 4821: -63,-10 - 4822: -64,-9 - 4823: -67,-10 - 4824: -68,-10 - 4825: -68,-8 - 4826: -66,-7 - 4827: -66,-7 - 4828: -63,-8 - 4829: -64,-8 - 4830: -61,-10 - 4831: -61,-8 - 4832: -60,-9 - 4833: -60,-6 - 4834: -66,-5 - 4835: -68,-4 - 4836: -63,-4 - 4837: -63,-2 - 4838: -62,-1 - 4839: -62,0 - 4840: -62,0 - 4841: -62,1 - 4842: -59,1 - 4843: -60,-2 - 4844: -59,-2 - 4847: -61,-13 - 4848: -61,-14 - 4849: -61,-15 - 4850: -60,-12 - 4851: -56,-13 - 4852: -57,-10 - 4853: -57,-9 - 4854: -62,-25 - 4855: -62,-24 - 4856: -61,-25 - 4857: -60,-25 - 4858: -59,-21 - 4859: -59,-22 - 4860: -60,-22 - 4861: -57,-21 - 4862: -56,-22 - 4863: -56,-23 - 4864: -56,-23 - 4865: -56,-22 - 4866: -55,-20 - 4867: -55,-20 - 4868: -53,-20 - 4869: -53,-20 - 4870: -60,-18 - 4871: -60,-17 - 4872: -61,-14 - 4873: -61,-10 - 4874: -61,-10 - 4875: -63,-10 - 4884: -63,-4 - 4885: -64,-4 - 4886: -63,-2 - 4887: -59,-2 - 4911: -49,-31 - 4912: -48,-30 - 4913: -48,-31 - 4914: -50,-29 - 4915: -50,-28 - 4916: -53,-29 - 4917: -54,-29 - 4918: -55,-29 - 4919: -53,-26 - 4920: -52,-26 - 4921: -55,-28 - 4922: -60,-28 - 4923: -60,-29 - 4924: -61,-29 - 4925: -62,-28 - 4926: -62,-28 - 4927: -63,-28 - 4928: -63,-29 - 4929: -61,-27 - 4930: -64,-27 - 4931: -64,-27 - 4932: -60,-28 - 5162: 33,-10 - 5163: 28,-10 - 5164: 29,-12 - 5166: 20,-13 - 5167: 27,-18 - 5168: 42,-17 - 5169: 43,-17 - 5170: 42,-12 - 5171: 41,-11 - 5172: 47,-15 - 5173: 47,-14 - 5174: 46,-14 - 5175: 40,-16 - 5176: 40,-17 - 5177: 39,-17 - 5180: 36,-11 - 5181: 38,-13 - 5182: 38,-14 - 5183: 36,-17 - 5184: 37,-15 - 5185: 38,-15 - 5186: 38,-11 - 5187: 36,-7 - 5188: 44,-6 - 5189: 45,-6 - 5190: 44,-7 - 5191: 46,-6 - 5192: 47,-6 - 5193: 46,-5 - 5194: 51,-1 - 5195: 51,0 - 5196: 51,1 - 5197: 51,-1 - 5198: 52,-1 - 5205: 52,-2 - 5206: 52,-3 - 5207: 52,1 - 5208: 52,2 - 5209: 53,1 - 5214: 41,6 - 5215: 40,6 - 5216: 40,6 - 5217: 39,6 - 5218: 40,7 - 5219: 40,7 - 5220: 40,8 - 5221: 41,8 - 5222: 42,8 - 5223: 42,8 - 5224: 38,6 - 5225: 38,6 - 5226: 38,6 - 5227: 39,8 - 5228: 38,8 - 5229: 39,6 - 5230: 41,10 - 5231: 42,8 - 5232: 43,8 - 5233: 40,6 - 5234: 40,7 - 5235: 39,7 - 5236: 39,7 - 5237: 40,8 - 5238: 41,7 - 5239: 37,7 - 5240: 37,6 - 5241: 38,7 - 5255: 45,10 - 5256: 45,11 - 5257: 44,15 - 5258: 44,15 - 5259: 44,17 - 5260: 42,16 - 5261: 41,16 - 5262: 42,17 - 5263: 43,16 - 5267: 25,13 - 5268: 26,13 - 5269: 18,17 - 5270: 17,17 - 5271: 19,16 - 5272: 16,17 - 5273: 15,13 - 5274: 15,14 - 5275: 14,15 - 5276: 17,13 - 5277: 17,14 - 5282: 12,26 - 5283: 12,27 - 5284: 13,26 - 5285: 12,24 - 5286: 12,24 - 5287: 15,30 - 5288: 15,32 - 5289: 19,27 - 5290: 19,27 - 5291: 19,30 - 5292: 18,34 - 5293: 19,36 - 5294: 18,36 - 5295: 14,36 - 5296: 15,34 - 5297: 12,39 - 5298: 12,40 - 5299: 11,41 - 5311: 66,-21 - 5312: 67,-22 - 5313: 65,-20 - 5314: 66,-20 - 5315: 67,-20 - 5320: 69,-13 - 5321: 70,-12 - 5322: 70,-13 - 5323: 68,-13 - 5324: 70,-14 - 5325: 70,-15 - 5326: 71,-15 - 5327: 71,-14 - 5328: 70,-24 - 5329: 70,-23 - 5330: 71,-23 - 5331: 71,-24 - 5332: 64,-31 - 5333: 64,-32 - 5334: 63,-33 - 5335: 63,-34 - 5336: 67,-31 - 5337: 67,-30 - 5338: 67,-30 - 5339: 64,-36 - 5340: 64,-36 - 5341: 63,-36 - 5342: 62,-35 - 5343: 62,-35 - 5344: 63,-35 - 5351: 59,-39 - 5352: 60,-39 - 5353: 60,-40 - 5354: 60,-38 - 5355: 61,-39 - 5356: 62,-39 - 5357: 62,-38 - 5358: 60,-39 - 5359: 56,-42 - 5360: 56,-43 - 5361: 55,-44 - 5362: 55,-44 - 5363: 56,-44 - 5364: 55,-43 - 5365: 55,-42 - 5366: 54,-43 - 5367: 55,-46 - 5368: 54,-46 - 5369: 55,-44 - 5370: 56,-43 - 5371: 56,-42 - 5372: 55,-42 - 5373: 56,-44 - 5388: 48,-33 - 5389: 49,-33 - 5390: 49,-30 - 5408: 13,-62 - 5409: 12,-63 - 5410: 11,-64 - 5411: 17,-66 - 5412: 16,-66 - 5413: 19,-65 - 5414: 20,-65 - 5415: 23,-65 - 5416: 23,-64 - 5417: 23,-64 - 5418: 23,-63 - 5419: 26,-62 - 5420: 26,-61 - 5421: 27,-61 - 5422: 27,-61 - 5423: 34,-60 - 5424: 33,-60 - 5425: 33,-60 - 5426: 37,-58 - 5427: 38,-57 - 5428: 38,-56 - 5429: 39,-55 - 5430: 40,-55 - 5431: 41,-54 - 5432: 41,-54 - 5433: 41,-53 - 5434: 42,-55 - 5435: 40,-53 - 5436: 40,-56 - 5437: 37,-58 - 5438: 36,-58 - 5439: 35,-59 - 5440: 34,-59 - 5441: 32,-59 - 5442: 31,-59 - 5443: 31,-59 - 5444: 30,-59 - 5445: 30,-59 - 5446: 26,-60 - 5447: 26,-61 - 5448: 25,-63 - 5449: 24,-63 - 5450: 23,-63 - 5451: 23,-64 - 5452: 21,-65 - 5453: 17,-65 - 5454: 18,-64 - 5455: 17,-64 - 5456: 17,-64 - 5457: 12,-64 - 5458: 11,-64 - 5459: 12,-64 - 5460: 13,-62 - 5461: 14,-61 - 5462: 14,-60 - 5463: 16,-62 - 5464: 16,-63 - 5465: 17,-67 - 5466: 15,-67 - 5467: 19,-66 - 5468: 20,-66 - 5469: 20,-66 - 5470: 19,-66 - 5471: 19,-65 - 5487: -9,-56 - 5488: -9,-55 - 5489: -11,-54 - 5490: -7,-56 + 3994: -50,11 + 3995: -50,11 + 3999: -51,11 + 4000: -51,9 + 4001: -50,12 + 4002: -49,13 + 4003: -50,13 + 4816: -63,-10 + 4817: -64,-9 + 4818: -67,-10 + 4819: -68,-10 + 4820: -68,-8 + 4821: -66,-7 + 4822: -66,-7 + 4823: -63,-8 + 4824: -64,-8 + 4825: -61,-10 + 4826: -61,-8 + 4827: -60,-9 + 4828: -60,-6 + 4829: -66,-5 + 4830: -68,-4 + 4831: -63,-4 + 4832: -63,-2 + 4833: -62,-1 + 4834: -62,0 + 4835: -62,0 + 4836: -62,1 + 4837: -59,1 + 4838: -60,-2 + 4839: -59,-2 + 4842: -61,-13 + 4843: -61,-14 + 4844: -61,-15 + 4845: -60,-12 + 4846: -56,-13 + 4847: -57,-10 + 4848: -57,-9 + 4849: -62,-25 + 4850: -62,-24 + 4851: -61,-25 + 4852: -60,-25 + 4853: -59,-21 + 4854: -59,-22 + 4855: -60,-22 + 4856: -57,-21 + 4857: -56,-22 + 4858: -56,-23 + 4859: -56,-23 + 4860: -56,-22 + 4861: -55,-20 + 4862: -55,-20 + 4863: -53,-20 + 4864: -53,-20 + 4865: -60,-18 + 4866: -60,-17 + 4867: -61,-14 + 4868: -61,-10 + 4869: -61,-10 + 4870: -63,-10 + 4879: -63,-4 + 4880: -64,-4 + 4881: -63,-2 + 4882: -59,-2 + 4906: -49,-31 + 4907: -48,-30 + 4908: -48,-31 + 4909: -50,-29 + 4910: -50,-28 + 4911: -53,-29 + 4912: -54,-29 + 4913: -55,-29 + 4914: -53,-26 + 4915: -52,-26 + 4916: -55,-28 + 4917: -60,-28 + 4918: -60,-29 + 4919: -61,-29 + 4920: -62,-28 + 4921: -62,-28 + 4922: -63,-28 + 4923: -63,-29 + 4924: -61,-27 + 4925: -64,-27 + 4926: -64,-27 + 4927: -60,-28 + 5141: 33,-10 + 5142: 28,-10 + 5143: 29,-12 + 5145: 20,-13 + 5146: 27,-18 + 5147: 42,-17 + 5148: 43,-17 + 5149: 42,-12 + 5150: 41,-11 + 5151: 47,-15 + 5152: 47,-14 + 5153: 46,-14 + 5154: 40,-16 + 5155: 40,-17 + 5156: 39,-17 + 5159: 36,-11 + 5160: 38,-13 + 5161: 38,-14 + 5162: 36,-17 + 5163: 37,-15 + 5164: 38,-15 + 5165: 38,-11 + 5166: 36,-7 + 5167: 44,-6 + 5168: 45,-6 + 5169: 44,-7 + 5170: 46,-6 + 5171: 47,-6 + 5172: 46,-5 + 5173: 51,-1 + 5174: 51,0 + 5175: 51,1 + 5176: 51,-1 + 5177: 52,-1 + 5184: 52,-2 + 5185: 52,-3 + 5186: 52,1 + 5187: 52,2 + 5188: 53,1 + 5193: 41,6 + 5194: 40,6 + 5195: 40,6 + 5196: 39,6 + 5197: 40,7 + 5198: 40,7 + 5199: 40,8 + 5200: 41,8 + 5201: 42,8 + 5202: 42,8 + 5203: 38,6 + 5204: 38,6 + 5205: 38,6 + 5206: 39,8 + 5207: 38,8 + 5208: 39,6 + 5209: 41,10 + 5210: 42,8 + 5211: 43,8 + 5212: 40,6 + 5213: 40,7 + 5214: 39,7 + 5215: 39,7 + 5216: 40,8 + 5217: 41,7 + 5218: 37,7 + 5219: 37,6 + 5220: 38,7 + 5234: 45,10 + 5235: 45,11 + 5236: 44,15 + 5237: 44,15 + 5238: 44,17 + 5239: 42,16 + 5240: 41,16 + 5241: 42,17 + 5242: 43,16 + 5246: 25,13 + 5247: 26,13 + 5248: 18,17 + 5249: 17,17 + 5250: 19,16 + 5251: 16,17 + 5252: 15,13 + 5253: 15,14 + 5254: 14,15 + 5255: 17,13 + 5256: 17,14 + 5261: 12,26 + 5262: 12,27 + 5263: 13,26 + 5264: 12,24 + 5265: 12,24 + 5266: 15,30 + 5267: 15,32 + 5268: 19,27 + 5269: 19,27 + 5270: 19,30 + 5271: 18,34 + 5272: 19,36 + 5273: 18,36 + 5274: 14,36 + 5275: 15,34 + 5276: 12,39 + 5277: 12,40 + 5278: 11,41 + 5290: 66,-21 + 5291: 67,-22 + 5292: 65,-20 + 5293: 66,-20 + 5294: 67,-20 + 5299: 69,-13 + 5300: 70,-12 + 5301: 70,-13 + 5302: 68,-13 + 5303: 70,-14 + 5304: 70,-15 + 5305: 71,-15 + 5306: 71,-14 + 5307: 70,-24 + 5308: 70,-23 + 5309: 71,-23 + 5310: 71,-24 + 5311: 64,-31 + 5312: 64,-32 + 5313: 63,-33 + 5314: 63,-34 + 5315: 67,-31 + 5316: 67,-30 + 5317: 67,-30 + 5318: 64,-36 + 5319: 64,-36 + 5320: 63,-36 + 5321: 62,-35 + 5322: 62,-35 + 5323: 63,-35 + 5330: 59,-39 + 5331: 60,-39 + 5332: 60,-40 + 5333: 60,-38 + 5334: 61,-39 + 5335: 62,-39 + 5336: 62,-38 + 5337: 60,-39 + 5338: 56,-42 + 5339: 56,-43 + 5340: 55,-44 + 5341: 55,-44 + 5342: 56,-44 + 5343: 55,-43 + 5344: 55,-42 + 5345: 54,-43 + 5346: 55,-46 + 5347: 54,-46 + 5348: 55,-44 + 5349: 56,-43 + 5350: 56,-42 + 5351: 55,-42 + 5352: 56,-44 + 5367: 48,-33 + 5368: 49,-33 + 5369: 49,-30 + 5387: 13,-62 + 5388: 12,-63 + 5389: 11,-64 + 5390: 17,-66 + 5391: 16,-66 + 5392: 19,-65 + 5393: 20,-65 + 5394: 23,-65 + 5395: 23,-64 + 5396: 23,-64 + 5397: 23,-63 + 5398: 26,-62 + 5399: 26,-61 + 5400: 27,-61 + 5401: 27,-61 + 5402: 34,-60 + 5403: 33,-60 + 5404: 33,-60 + 5405: 37,-58 + 5406: 38,-57 + 5407: 38,-56 + 5408: 39,-55 + 5409: 40,-55 + 5410: 41,-54 + 5411: 41,-54 + 5412: 41,-53 + 5413: 42,-55 + 5414: 40,-53 + 5415: 40,-56 + 5416: 37,-58 + 5417: 36,-58 + 5418: 35,-59 + 5419: 34,-59 + 5420: 32,-59 + 5421: 31,-59 + 5422: 31,-59 + 5423: 30,-59 + 5424: 30,-59 + 5425: 26,-60 + 5426: 26,-61 + 5427: 25,-63 + 5428: 24,-63 + 5429: 23,-63 + 5430: 23,-64 + 5431: 21,-65 + 5432: 17,-65 + 5433: 18,-64 + 5434: 17,-64 + 5435: 17,-64 + 5436: 12,-64 + 5437: 11,-64 + 5438: 12,-64 + 5439: 13,-62 + 5440: 14,-61 + 5441: 14,-60 + 5442: 16,-62 + 5443: 16,-63 + 5444: 17,-67 + 5445: 15,-67 + 5446: 19,-66 + 5447: 20,-66 + 5448: 20,-66 + 5449: 19,-66 + 5450: 19,-65 + 5466: -9,-56 + 5467: -9,-55 + 5468: -11,-54 + 5469: -7,-56 - node: cleanable: True color: '#737A15FF' id: Dirt decals: - 4009: -52,9 - 4010: -53,10 - 4011: -49,14 - 4012: -52,14 - 4013: -53,12 - 4074: -24,51 - 4075: -27,45 - 4076: -31,47 - 4077: -32,52 - 4078: -16,49 - 4079: -18,52 - 4080: -18,53 - 4081: -1,43 - 4082: -1,42 - 4083: 1,43 - 4084: 1,48 - 4085: 1,50 - 4086: -1,35 - 4087: -1,36 - 4088: 1,35 - 4089: -31,29 - 4090: -39,30 - 4091: -40,29 - 4092: -40,28 - 4093: -41,28 - 4094: -44,32 - 4095: -45,33 - 4096: -47,32 - 4133: 32,29 - 4134: 34,34 - 4135: 37,31 - 4136: 29,31 - 4845: -63,-10 - 4846: -64,-9 - 5491: 9,-56 - 5492: 8,-56 - 5493: 10,-54 - 5494: 11,-54 - 5495: 9,-55 - 5496: -19,-48 - 5497: -20,-48 - 5498: -21,-47 - 5499: -23,-50 - 5500: -24,-51 - 5501: -25,-51 - 5502: -30,-46 - 5503: -28,-45 - 5504: -31,-41 - 5505: -32,-37 - 5506: -38,-41 - 5507: -40,-42 - 5508: -39,-40 - 5509: -41,-34 - 5510: -41,-33 - 5511: -44,-32 - 5512: -44,-31 - 5513: -36,-29 - 5514: -49,-24 - 5515: -49,-23 - 5516: -44,-19 - 5517: -44,-20 - 5518: -42,-19 - 5519: -41,-19 - 5520: -42,-18 - 5521: -42,-16 - 5522: -42,-15 - 5523: -42,-14 - 5524: -43,-14 - 5525: -43,-12 - 5526: -44,-11 - 5527: -45,-11 - 5528: -47,-12 - 5529: -48,-12 - 5530: -47,-11 - 5531: -39,-16 - 5532: -40,-14 - 5533: -40,-14 - 5534: -40,-11 - 5535: -41,-11 - 5536: -41,-10 - 5537: -40,-10 - 5538: -46,-15 - 5539: -47,-16 - 5540: -47,-15 - 5541: -40,-21 - 5542: -39,-20 - 5543: -39,-23 + 4004: -52,9 + 4005: -53,10 + 4006: -49,14 + 4007: -52,14 + 4008: -53,12 + 4069: -24,51 + 4070: -27,45 + 4071: -31,47 + 4072: -32,52 + 4073: -16,49 + 4074: -18,52 + 4075: -18,53 + 4076: -1,43 + 4077: -1,42 + 4078: 1,43 + 4079: 1,48 + 4080: 1,50 + 4081: -1,35 + 4082: -1,36 + 4083: 1,35 + 4084: -31,29 + 4085: -39,30 + 4086: -40,29 + 4087: -40,28 + 4088: -41,28 + 4089: -44,32 + 4090: -45,33 + 4091: -47,32 + 4128: 32,29 + 4129: 34,34 + 4130: 37,31 + 4131: 29,31 + 4840: -63,-10 + 4841: -64,-9 + 5470: 9,-56 + 5471: 8,-56 + 5472: 10,-54 + 5473: 11,-54 + 5474: 9,-55 + 5475: -19,-48 + 5476: -20,-48 + 5477: -21,-47 + 5478: -23,-50 + 5479: -24,-51 + 5480: -25,-51 + 5481: -30,-46 + 5482: -28,-45 + 5483: -31,-41 + 5484: -32,-37 + 5485: -38,-41 + 5486: -40,-42 + 5487: -39,-40 + 5488: -41,-34 + 5489: -41,-33 + 5490: -44,-32 + 5491: -44,-31 + 5492: -36,-29 + 5493: -49,-24 + 5494: -49,-23 + 5495: -44,-19 + 5496: -44,-20 + 5497: -42,-19 + 5498: -41,-19 + 5499: -42,-18 + 5500: -42,-16 + 5501: -42,-15 + 5502: -42,-14 + 5503: -43,-14 + 5504: -43,-12 + 5505: -44,-11 + 5506: -45,-11 + 5507: -47,-12 + 5508: -48,-12 + 5509: -47,-11 + 5510: -39,-16 + 5511: -40,-14 + 5512: -40,-14 + 5513: -40,-11 + 5514: -41,-11 + 5515: -41,-10 + 5516: -40,-10 + 5517: -46,-15 + 5518: -47,-16 + 5519: -47,-15 + 5520: -40,-21 + 5521: -39,-20 + 5522: -39,-23 + 5523: -43,-21 + 5524: -43,-22 + 5525: -41,-19 + 5526: -40,-19 + 5527: -44,-20 + 5535: -57,2 + 5536: -58,2 + 5537: -58,1 + 5538: -57,1 + 5539: -57,-1 + 5540: -57,-1 + 5541: -58,-5 + 5542: -40,-20 + 5543: -39,-20 5544: -43,-21 5545: -43,-22 - 5546: -41,-19 - 5547: -40,-19 - 5548: -44,-20 - 5556: -57,2 - 5557: -58,2 - 5558: -58,1 - 5559: -57,1 - 5560: -57,-1 - 5561: -57,-1 - 5562: -58,-5 - 5563: -40,-20 - 5564: -39,-20 - 5565: -43,-21 - 5566: -43,-22 - 5567: -42,-21 - 5568: -45,-21 - 5569: -46,-19 - 5570: -46,-16 - 5571: -47,-16 - 5572: -47,-14 - 5573: -46,-14 - 5584: -34,-12 - 5585: -33,-12 - 5586: -33,-12 - 5587: -32,-13 - 5588: -30,-13 - 5589: -29,-13 - 5611: 49,38 - 5612: 50,38 - 5613: 50,39 - 5614: 49,45 - 5615: 51,44 - 5618: 42,46 - 5619: 41,47 - 5620: 49,37 - 5621: 51,36 - 5622: 51,33 - 5623: 54,33 - 5624: 54,35 - 5625: 60,33 - 5626: 60,34 - 5627: 59,35 - 5628: 62,33 - 5629: 60,38 - 5630: 60,39 - 5631: 62,39 - 5632: 57,38 - 5633: 56,37 - 5634: 56,40 - 5635: 55,41 - 5636: 58,40 - 5637: 58,43 - 5638: 55,44 - 5639: 55,46 - 5640: 56,47 - 5641: 59,47 - 5642: 61,46 - 5643: 62,44 - 5644: 62,41 - 5645: 60,41 - 5646: 60,49 - 5647: 57,49 - 5648: 60,51 - 5649: 56,52 - 5650: 57,53 - 5651: 59,52 - 5652: 65,42 - 5653: 66,39 - 5654: 66,38 - 5655: 64,38 - 5656: 64,36 - 5657: 64,34 - 5658: 67,33 - 5659: 69,33 - 5660: 68,34 - 5661: 70,34 - 5662: 73,33 - 5663: 73,35 - 5664: 70,33 - 5665: 73,31 - 5666: 73,29 - 5667: 70,29 - 5668: 70,28 - 5669: 69,28 - 5670: 67,30 - 5671: 76,34 - 5672: 69,30 - 5696: 64,27 - 5697: 63,28 - 5698: 64,30 - 5699: 63,30 - 5700: 71,30 - 6267: 28,-8 - 6268: 32,-7 - 6269: 35,-6 - 6270: 37,-8 - 6271: 38,-8 - 6272: 38,-6 - 6273: 42,-8 - 6274: 44,-8 - 6275: 48,-7 - 6276: 50,-6 - 6277: 45,-8 - 6278: 40,-7 - 6279: 26,-5 - 6280: 18,-6 - 6281: 16,-6 - 6282: 15,-5 - 6283: 12,-5 - 6284: 9,-6 - 6285: 8,-6 - 6286: 4,-6 - 6287: 3,-7 - 6288: -4,-7 - 6289: -4,-6 - 6290: 2,-5 - 6291: 3,-4 - 6292: 4,-4 - 6293: -10,-6 - 6294: -12,-6 - 6295: -16,-5 - 6296: -17,-5 - 6297: -20,-6 - 6298: -21,-6 - 6299: -24,-6 - 6300: -25,-5 - 6301: -25,-6 - 6302: -27,-6 - 6303: -26,-6 + 5546: -42,-21 + 5547: -45,-21 + 5548: -46,-19 + 5549: -46,-16 + 5550: -47,-16 + 5551: -47,-14 + 5552: -46,-14 + 5563: -34,-12 + 5564: -33,-12 + 5565: -33,-12 + 5566: -32,-13 + 5567: -30,-13 + 5568: -29,-13 + 5590: 49,38 + 5591: 50,38 + 5592: 50,39 + 5593: 49,45 + 5594: 51,44 + 5597: 42,46 + 5598: 41,47 + 5599: 49,37 + 5600: 51,36 + 5601: 51,33 + 5602: 54,33 + 5603: 54,35 + 5604: 60,33 + 5605: 60,34 + 5606: 59,35 + 5607: 62,33 + 5608: 60,38 + 5609: 60,39 + 5610: 62,39 + 5611: 57,38 + 5612: 56,37 + 5613: 56,40 + 5614: 55,41 + 5615: 58,40 + 5616: 58,43 + 5617: 55,44 + 5618: 55,46 + 5619: 56,47 + 5620: 59,47 + 5621: 61,46 + 5622: 62,44 + 5623: 62,41 + 5624: 60,41 + 5625: 60,49 + 5626: 57,49 + 5627: 60,51 + 5628: 56,52 + 5629: 57,53 + 5630: 59,52 + 5631: 65,42 + 5632: 66,39 + 5633: 64,36 + 5634: 64,34 + 5635: 67,33 + 5636: 68,34 + 5637: 70,34 + 5638: 73,33 + 5639: 73,35 + 5640: 73,31 + 5641: 73,29 + 5642: 70,29 + 5643: 70,28 + 5644: 69,28 + 5645: 67,30 + 5646: 69,30 + 5669: 64,27 + 5670: 63,28 + 5671: 64,30 + 5672: 63,30 + 5673: 71,30 + 6236: 28,-8 + 6237: 32,-7 + 6238: 35,-6 + 6239: 37,-8 + 6240: 38,-8 + 6241: 38,-6 + 6242: 42,-8 + 6243: 44,-8 + 6244: 48,-7 + 6245: 50,-6 + 6246: 45,-8 + 6247: 40,-7 + 6248: 26,-5 + 6249: 18,-6 + 6250: 16,-6 + 6251: 15,-5 + 6252: 12,-5 + 6253: 9,-6 + 6254: 8,-6 + 6255: 4,-6 + 6256: 3,-7 + 6257: -4,-7 + 6258: -4,-6 + 6259: 2,-5 + 6260: 3,-4 + 6261: 4,-4 + 6262: -10,-6 + 6263: -12,-6 + 6264: -16,-5 + 6265: -17,-5 + 6266: -20,-6 + 6267: -21,-6 + 6268: -24,-6 + 6269: -25,-5 + 6270: -25,-6 + 6271: -27,-6 + 6272: -26,-6 - node: zIndex: 1 color: '#737A15FF' id: Dirt decals: - 6079: -4,12 - 6080: 5,7 + 6048: -4,12 + 6049: 5,7 - node: cleanable: True zIndex: 1 color: '#737A15FF' id: Dirt decals: - 6081: -2,11 - 6082: 0,12 - 6083: 2,12 - 6084: 5,12 - 6085: 6,5 - 6086: 5,0 - 6087: 2,0 - 6088: -1,1 - 6089: -2,0 - 6090: -5,1 - 6091: -5,1 - 6092: -6,2 - 6093: -6,4 + 6050: -2,11 + 6051: 0,12 + 6052: 2,12 + 6053: 5,12 + 6054: 6,5 + 6055: 5,0 + 6056: 2,0 + 6057: -1,1 + 6058: -2,0 + 6059: -5,1 + 6060: -5,1 + 6061: -6,2 + 6062: -6,4 - node: color: '#737C00FF' id: Dirt decals: - 3997: -48,13 - 3998: -48,13 + 3992: -48,13 + 3993: -48,13 + - node: + cleanable: True + color: '#967000FF' + id: Dirt + decals: + 6481: 77,37 + 6482: 79,36 + 6483: 78,37 + 6484: 79,38 + 6485: 79,40 + 6486: 77,40 + 6487: 76,35 + 6488: 77,33 + 6489: 78,34 + 6490: 79,37 + 6491: 77,38 + 6492: 78,36 + 6497: 77,43 + 6498: 78,44 + 6499: 79,44 + 6500: 79,43 + 6501: 80,43 + 6502: 75,34 - node: color: '#9FED5896' id: Dirt decals: - 6326: 7,-67 - 6327: 5,-64 - 6328: 9,-68 - 6329: 8,-68 - 6330: 8,-66 - 6331: 8,-64 - 6332: 8,-67 - 6380: 9,-65 - 6381: 9,-64 - 6382: 8,-64 - 6383: 9,-63 - 6384: 8,-63 - 6385: 7,-63 - 6386: 9,-62 - 6387: 8,-62 - 6388: 7,-64 - 6389: 7,-64 - 6390: 9,-66 - 6391: 9,-67 - 6392: 9,-66 - 6393: 9,-65 - 6394: 9,-64 - 6395: 8,-65 - 6396: 8,-66 - 6397: 7,-66 - 6398: 7,-65 - 6399: 8,-62 - 6400: 9,-62 - 6401: 8,-63 - 6402: 7,-63 - 6403: 7,-62 - 6404: 9,-67 - 6405: 9,-68 - 6406: 10,-68 - 6407: 8,-67 - 6408: 7,-67 - 6409: 7,-66 - 6410: 7,-65 - 6411: 6,-65 - 6412: 6,-64 - 6413: 6,-64 - 6414: 6,-63 - 6415: 6,-63 - 6416: 7,-62 - 6417: 7,-62 - 6418: 9,-65 - 6419: 9,-64 - 6420: 9,-63 - 6421: 9,-62 + 6295: 7,-67 + 6296: 5,-64 + 6297: 9,-68 + 6298: 8,-68 + 6299: 8,-66 + 6300: 8,-64 + 6301: 8,-67 + 6349: 9,-65 + 6350: 9,-64 + 6351: 8,-64 + 6352: 9,-63 + 6353: 8,-63 + 6354: 7,-63 + 6355: 9,-62 + 6356: 8,-62 + 6357: 7,-64 + 6358: 7,-64 + 6359: 9,-66 + 6360: 9,-67 + 6361: 9,-66 + 6362: 9,-65 + 6363: 9,-64 + 6364: 8,-65 + 6365: 8,-66 + 6366: 7,-66 + 6367: 7,-65 + 6368: 8,-62 + 6369: 9,-62 + 6370: 8,-63 + 6371: 7,-63 + 6372: 7,-62 + 6373: 9,-67 + 6374: 9,-68 + 6375: 10,-68 + 6376: 8,-67 + 6377: 7,-67 + 6378: 7,-66 + 6379: 7,-65 + 6380: 6,-65 + 6381: 6,-64 + 6382: 6,-64 + 6383: 6,-63 + 6384: 6,-63 + 6385: 7,-62 + 6386: 7,-62 + 6387: 9,-65 + 6388: 9,-64 + 6389: 9,-63 + 6390: 9,-62 - node: color: '#CC8000FF' id: Dirt decals: - 4001: -51,10 - 4002: -51,10 - 4003: -50,11 + 3996: -51,10 + 3997: -51,10 + 3998: -50,11 - node: cleanable: True color: '#FFFFFF3F' id: Dirt decals: - 2144: -30,-59 - 2145: -28,-55 - 2146: -35,-54 - 2147: -31,-52 - 2148: -34,-58 + 2139: -30,-59 + 2140: -28,-55 + 2141: -35,-54 + 2142: -31,-52 + 2143: -34,-58 - node: cleanable: True color: '#FFFFFF53' id: Dirt decals: - 2372: -26,-58 - 2379: -15,-64 - 2380: -15,-66 - 2381: -13,-67 + 2367: -26,-58 + 2374: -15,-64 + 2375: -15,-66 + 2376: -13,-67 - node: cleanable: True color: '#FFFFFF7E' id: Dirt decals: - 2479: -9,-54 + 2474: -9,-54 - node: color: '#FFFFFF80' id: Dirt decals: - 2537: -1,-37 - 2538: 0,-41 + 2532: -1,-37 + 2533: 0,-41 - node: cleanable: True color: '#FFFFFF80' id: Dirt decals: - 5836: -61,73 + 5809: -61,73 - node: cleanable: True color: '#FFFFFF85' id: Dirt decals: - 2370: -31,-48 - 2378: -16,-63 + 2365: -31,-48 + 2373: -16,-63 - node: cleanable: True color: '#FFFFFF88' id: Dirt decals: - 2373: -31,-56 + 2368: -31,-56 - node: cleanable: True color: '#FFFFFF94' id: Dirt decals: - 5896: -86,59 + 5869: -86,59 - node: cleanable: True color: '#FFFFFFA6' id: Dirt decals: - 5842: -67,76 - 5867: -64,73 - 5868: -62,77 - 5870: -68,84 + 5815: -67,76 + 5840: -64,73 + 5841: -62,77 + 5843: -68,84 - node: cleanable: True angle: 1.5707963267948966 rad color: '#FFFFFFA6' id: Dirt decals: - 5869: -60,76 + 5842: -60,76 - node: cleanable: True color: '#FFFFFFD3' id: Dirt decals: - 2371: -30,-49 + 2366: -30,-49 - node: color: '#FFFFFFFF' id: Dirt decals: - 2660: 12.925173,-66.793655 - 2661: 12.643923,-66.418655 - 2662: 12.878298,-66.93428 - 2663: 12.050173,-67.885216 - 2664: 12.128298,-67.65084 - 2665: 12.159548,-67.86959 - 2666: 11.768923,-66.010216 - 2667: 12.159548,-65.90084 - 2668: -14.637558,-55.864544 - 2669: -14.496933,-55.708294 - 2670: -14.434433,-55.88017 - 2671: -13.090683,-55.989544 - 2672: -13.418808,-55.239544 - 2673: -13.684433,-55.75517 - 2674: -14.887558,-55.97392 - 2675: -14.809433,-55.708294 - 2677: -45.90165,-34.71026 - 2678: -45.636024,-34.46026 - 2679: -45.761024,-34.21026 - 2680: -45.08915,-34.819633 - 2681: -61.849697,30.343525 - 2682: -61.693447,30.781025 - 2683: -61.130947,30.531025 - 2684: -61.052822,29.9529 - 2685: -61.052822,31.42165 - 2686: -61.646572,31.218525 - 2687: 17.978483,53.94704 - 2688: 17.994108,54.38454 - 2689: 18.150358,54.118916 - 4176: -6,39 - 4177: -4,42 - 5391: 52,-33 - 5392: 53,-32 - 5393: 53,-31 - 5394: 49,-31 - 5395: 55,-30 - 5396: 47,-37 - 5397: 45,-38 - 5398: 47,-36 - 5399: 42,-37 - 5400: 42,-38 - 5401: 38,-36 - 5402: 37,-37 - 5403: 36,-38 - 5404: 31,-40 - 5405: 30,-41 + 2655: 12.925173,-66.793655 + 2656: 12.643923,-66.418655 + 2657: 12.878298,-66.93428 + 2658: 12.050173,-67.885216 + 2659: 12.128298,-67.65084 + 2660: 12.159548,-67.86959 + 2661: 11.768923,-66.010216 + 2662: 12.159548,-65.90084 + 2663: -14.637558,-55.864544 + 2664: -14.496933,-55.708294 + 2665: -14.434433,-55.88017 + 2666: -13.090683,-55.989544 + 2667: -13.418808,-55.239544 + 2668: -13.684433,-55.75517 + 2669: -14.887558,-55.97392 + 2670: -14.809433,-55.708294 + 2672: -45.90165,-34.71026 + 2673: -45.636024,-34.46026 + 2674: -45.761024,-34.21026 + 2675: -45.08915,-34.819633 + 2676: -61.849697,30.343525 + 2677: -61.693447,30.781025 + 2678: -61.130947,30.531025 + 2679: -61.052822,29.9529 + 2680: -61.052822,31.42165 + 2681: -61.646572,31.218525 + 2682: 17.978483,53.94704 + 2683: 17.994108,54.38454 + 2684: 18.150358,54.118916 + 4171: -6,39 + 4172: -4,42 + 5370: 52,-33 + 5371: 53,-32 + 5372: 53,-31 + 5373: 49,-31 + 5374: 55,-30 + 5375: 47,-37 + 5376: 45,-38 + 5377: 47,-36 + 5378: 42,-37 + 5379: 42,-38 + 5380: 38,-36 + 5381: 37,-37 + 5382: 36,-38 + 5383: 31,-40 + 5384: 30,-41 - node: cleanable: True color: '#FFFFFFFF' @@ -4233,168 +4310,174 @@ entities: 1015: -38,58 1016: -42,53 1017: -35,46 - 1707: 11.320362,31.955544 - 3838: -39,38 - 3839: -37,35 - 3840: -35,52 - 3841: -26,54 - 3842: -23,47 - 3843: -17,52 - 3844: -1,56 - 3845: 4,60 - 3846: 8,54 - 3847: 12,51 - 3848: 22,47 - 3849: 26,40 - 3850: 29,35 - 3851: 36,30 - 3852: 38,34 - 3853: 46,24 - 3854: 53,15 - 3855: 53,-4 - 3856: 51,-20 - 3857: 46,-30 - 3858: 51,-27 - 3859: 53,-26 - 3860: 41,-26 - 3861: 40,-30 - 3862: 44,-19 - 3863: 38,-10 - 3864: 24,-14 - 3865: 21,-13 - 3866: 20,-21 - 3867: 16,-37 - 3868: 16,-40 - 3869: 21,-45 - 3870: 23,-44 - 3871: 23,-44 - 3872: 23,-49 - 3873: 19,-51 - 3874: 10,-50 - 3875: 4,-52 - 3876: -6,-51 - 3877: -1,-60 - 3878: 8,-69 - 3879: 10,-77 - 3880: 9,-86 - 3881: -9,-68 - 3882: -6,-63 - 3883: -10,-52 - 3884: -23,-49 - 3885: -32,-38 - 3886: -42,-33 - 4127: 26,43 - 4128: 24,41 - 4129: 24,40 - 4130: 24,37 - 4131: 28,31 - 4132: 34,28 - 4454: -52,-40 - 4485: -35,-58 - 4486: -32,-59 - 4487: -27,-56 - 4488: -30,-54 - 4489: -32,-53 - 5406: 29,-45 - 5407: 29,-46 - 5790: 40,-22 - 5791: 42,-19 - 5793: 42,-20 - 5822: 41,-20 - 5823: 41,-23 - 5829: 40,-21 - 5883: -69,85 + 1702: 11.320362,31.955544 + 3833: -39,38 + 3834: -37,35 + 3835: -35,52 + 3836: -26,54 + 3837: -23,47 + 3838: -17,52 + 3839: -1,56 + 3840: 4,60 + 3841: 8,54 + 3842: 12,51 + 3843: 22,47 + 3844: 26,40 + 3845: 29,35 + 3846: 36,30 + 3847: 38,34 + 3848: 46,24 + 3849: 53,15 + 3850: 53,-4 + 3851: 51,-20 + 3852: 46,-30 + 3853: 51,-27 + 3854: 53,-26 + 3855: 41,-26 + 3856: 40,-30 + 3857: 44,-19 + 3858: 38,-10 + 3859: 24,-14 + 3860: 21,-13 + 3861: 20,-21 + 3862: 16,-37 + 3863: 16,-40 + 3864: 21,-45 + 3865: 23,-44 + 3866: 23,-44 + 3867: 23,-49 + 3868: 19,-51 + 3869: 10,-50 + 3870: 4,-52 + 3871: -6,-51 + 3872: -1,-60 + 3873: 8,-69 + 3874: 10,-77 + 3875: 9,-86 + 3876: -9,-68 + 3877: -6,-63 + 3878: -10,-52 + 3879: -23,-49 + 3880: -32,-38 + 3881: -42,-33 + 4122: 26,43 + 4123: 24,41 + 4124: 24,40 + 4125: 24,37 + 4126: 28,31 + 4127: 34,28 + 4449: -52,-40 + 4480: -35,-58 + 4481: -32,-59 + 4482: -27,-56 + 4483: -30,-54 + 4484: -32,-53 + 5385: 29,-45 + 5386: 29,-46 + 5763: 40,-22 + 5764: 42,-19 + 5766: 42,-20 + 5795: 41,-20 + 5796: 41,-23 + 5802: 40,-21 + 5856: -69,85 - node: cleanable: True color: '#474F52FF' id: DirtHeavy decals: - 4465: 22,-12 - 4466: 20,-15 - 4467: 20,-15 - 4475: -6,-34 - 4476: 0,-42 - 4477: -6,-52 - 4478: 10,-53 - 4484: -22,-62 - 4490: -24,-48 - 4495: -33,53 + 4460: 22,-12 + 4461: 20,-15 + 4462: 20,-15 + 4470: -6,-34 + 4471: 0,-42 + 4472: -6,-52 + 4473: 10,-53 + 4479: -22,-62 + 4485: -24,-48 + 4490: -33,53 - node: color: '#737A15FF' id: DirtHeavy decals: - 5161: 31,-18 - 5165: 24,-12 - 5178: 38,-17 - 5179: 36,-13 + 5140: 31,-18 + 5144: 24,-12 + 5157: 38,-17 + 5158: 36,-13 - node: cleanable: True color: '#737A15FF' id: DirtHeavy decals: - 4137: 27,32 - 4138: 31,31 - 5673: 68,29 - 5677: 65,37 - 5682: 61,38 - 5683: 60,45 - 5684: 62,47 - 6304: -29,-6 + 4132: 27,32 + 4133: 31,31 + 5647: 68,29 + 5650: 65,37 + 5655: 61,38 + 5656: 60,45 + 5657: 62,47 + 6273: -29,-6 - node: cleanable: True zIndex: 1 color: '#737A15FF' id: DirtHeavy decals: - 6094: -6,4 - 6095: -6,6 - 6102: -5,6 + 6063: -6,4 + 6064: -6,6 + 6071: -5,6 + - node: + cleanable: True + color: '#967000FF' + id: DirtHeavy + decals: + 6494: 76,34 - node: cleanable: True color: '#FFFFFF7E' id: DirtHeavy decals: - 2480: -3,-56 + 2475: -3,-56 - node: color: '#FFFFFF80' id: DirtHeavy decals: - 2536: 1,-41 + 2531: 1,-41 - node: cleanable: True color: '#FFFFFF80' id: DirtHeavy decals: - 5835: -61,77 - 5837: -66,76 + 5808: -61,77 + 5810: -66,76 - node: cleanable: True color: '#FFFFFF94' id: DirtHeavy decals: - 5895: -88,61 + 5868: -88,61 - node: cleanable: True color: '#FFFFFFA3' id: DirtHeavy decals: - 2486: 9,-56 + 2481: 9,-56 - node: cleanable: True color: '#FFFFFFA6' id: DirtHeavy decals: - 5843: -66,77 - 5866: -67,77 + 5816: -66,77 + 5839: -67,77 - node: color: '#FFFFFFFF' id: DirtHeavy decals: - 2676: -14,-55 - 5157: 46,-17 - 5158: 48,-15 - 5159: 38,-21 - 5160: 32,-22 + 2671: -14,-55 + 5136: 46,-17 + 5137: 48,-15 + 5138: 38,-21 + 5139: 32,-22 - node: cleanable: True color: '#FFFFFFFF' @@ -4406,217 +4489,228 @@ entities: 1112: 21,63 1113: 26,63 1114: 30,63 - 1615: 31,23 - 1625: 23,66 - 1639: 56,22 - 2179: -35,-48 - 2377: -14,-63 - 4108: -22,18 - 4109: -21,19 - 4110: -16,30 - 4117: 3,54 - 4118: 3,52 - 4126: 24,44 - 4439: -57,33 - 4440: -57,33 - 4441: -52,17 - 4442: -47,20 - 4443: -47,20 - 4519: -25,-5 - 4657: 36,-1 - 4660: 37,2 - 4661: 28,-2 - 4662: 37,-4 - 4663: 37,-4 - 5765: 41,-22 - 5766: 42,-20 - 5767: 43,-23 - 5768: 42,-22 - 5769: 42,-23 - 5770: 43,-22 - 5771: 40,-20 - 5821: 41,-20 - 5845: -60,73 - 5848: -60,79 + 1610: 31,23 + 1620: 23,66 + 1634: 56,22 + 2174: -35,-48 + 2372: -14,-63 + 4103: -22,18 + 4104: -21,19 + 4105: -16,30 + 4112: 3,54 + 4113: 3,52 + 4121: 24,44 + 4434: -57,33 + 4435: -57,33 + 4436: -52,17 + 4437: -47,20 + 4438: -47,20 + 4514: -25,-5 + 4652: 36,-1 + 4655: 37,2 + 4656: 28,-2 + 4657: 37,-4 + 4658: 37,-4 + 5738: 41,-22 + 5739: 42,-20 + 5740: 43,-23 + 5741: 42,-22 + 5742: 42,-23 + 5743: 43,-22 + 5744: 40,-20 + 5794: 41,-20 + 5818: -60,73 + 5821: -60,79 - node: cleanable: True color: '#474F52FF' id: DirtHeavyMonotile decals: - 4480: 9,-69 - 4481: 9,-85 - 4482: 9,-85 - 4483: -9,-78 - 4491: -38,-41 - 4492: -47,-23 + 4475: 9,-69 + 4476: 9,-85 + 4477: 9,-85 + 4478: -9,-78 + 4486: -38,-41 + 4487: -47,-23 - node: cleanable: True color: '#737A15FF' id: DirtHeavyMonotile decals: - 5676: 65,33 - 5679: 73,34 - 5680: 61,34 - 5681: 61,41 - 5689: 51,34 - 5690: 59,29 - 5691: 59,27 - 5692: 58,30 - 6307: -11,-5 - 6308: -3,-4 + 5649: 65,33 + 5652: 73,34 + 5653: 61,34 + 5654: 61,41 + 5662: 51,34 + 5663: 59,29 + 5664: 59,27 + 5665: 58,30 + 6276: -11,-5 + 6277: -3,-4 - node: cleanable: True zIndex: 1 color: '#737A15FF' id: DirtHeavyMonotile decals: - 6099: -2,12 - 6100: 5,11 - 6105: 6,1 - 6106: 5,6 + 6068: -2,12 + 6069: 5,11 + 6074: 6,1 + 6075: 5,6 + - node: + cleanable: True + color: '#967000FF' + id: DirtHeavyMonotile + decals: + 6496: 79,42 - node: color: '#FFFFFF80' id: DirtHeavyMonotile decals: - 2539: -1,-49 + 2534: -1,-49 - node: cleanable: True color: '#FFFFFFA3' id: DirtHeavyMonotile decals: - 2483: 8,-51 - 2485: -2,-51 + 2478: 8,-51 + 2480: -2,-51 - node: cleanable: True color: '#FFFFFFA6' id: DirtHeavyMonotile decals: - 5841: -69,81 + 5814: -69,81 - node: color: '#FFFFFFFF' id: DirtHeavyMonotile decals: - 2402: -15,-60 + 2397: -15,-60 - node: cleanable: True color: '#FFFFFFFF' id: DirtHeavyMonotile decals: 1007: -37,50 - 1614: 37,39 - 1624: 19,57 - 1633: 32,59 - 1634: 43,57 - 1640: 63,21 - 2180: -35,-46 - 2492: -17,-52 - 4101: -31,30 - 4102: -25,30 - 4103: -23,34 - 4104: -22,21 - 4105: -28,21 - 4119: 5,52 - 4120: 5,54 - 4121: 8,52 - 4122: 14,52 - 4123: 14,50 - 4124: 26,45 - 4125: 26,46 - 4196: -62,-27 - 4197: -62,-29 - 4198: -61,-29 - 4199: -59,-28 - 5772: 40,-23 - 5773: 41,-20 - 5824: 40,-21 - 5825: 40,-21 - 5826: 43,-20 - 5827: 42,-21 - 5828: 43,-23 - 5897: -86,60 + 1609: 37,39 + 1619: 19,57 + 1628: 32,59 + 1629: 43,57 + 1635: 63,21 + 2175: -35,-46 + 2487: -17,-52 + 4096: -31,30 + 4097: -25,30 + 4098: -23,34 + 4099: -22,21 + 4100: -28,21 + 4114: 5,52 + 4115: 5,54 + 4116: 8,52 + 4117: 14,52 + 4118: 14,50 + 4119: 26,45 + 4120: 26,46 + 4191: -62,-27 + 4192: -62,-29 + 4193: -61,-29 + 4194: -59,-28 + 5745: 40,-23 + 5746: 41,-20 + 5797: 40,-21 + 5798: 40,-21 + 5799: 43,-20 + 5800: 42,-21 + 5801: 43,-23 + 5870: -86,60 - node: cleanable: True angle: 1.5707963267948966 rad color: '#FFFFFFFF' id: DirtHeavyMonotile decals: - 1836: -37,47 - 1837: -42,53 + 1831: -37,47 + 1832: -42,53 - node: cleanable: True color: '#474F52FF' id: DirtLight decals: - 4462: 22,-19 - 4463: 22,-19 - 4464: 22,-19 - 4474: -7,-31 - 4554: 26,-6 - 4555: 26,-6 - 4556: 4,-4 - 4557: 4,-4 + 4457: 22,-19 + 4458: 22,-19 + 4459: 22,-19 + 4469: -7,-31 + 4549: 26,-6 + 4550: 26,-6 + 4551: 4,-4 + 4552: 4,-4 - node: cleanable: True color: '#737A15FF' id: DirtLight decals: - 5675: 72,33 - 5685: 56,33 - 5686: 52,34 - 5687: 54,35 - 5688: 50,38 - 6306: -15,-6 - 6309: -1,-8 - 6310: 3,-5 - 6311: 10,-6 - 6312: 18,-5 - 6313: 23,-6 + 5658: 56,33 + 5659: 52,34 + 5660: 54,35 + 5661: 50,38 + 6275: -15,-6 + 6278: -1,-8 + 6279: 3,-5 + 6280: 10,-6 + 6281: 18,-5 + 6282: 23,-6 - node: cleanable: True zIndex: 1 color: '#737A15FF' id: DirtLight decals: - 6098: 6,8 - 6104: 3,1 + 6067: 6,8 + 6073: 3,1 + - node: + cleanable: True + color: '#967000FF' + id: DirtLight + decals: + 6495: 78,36 - node: cleanable: True color: '#FFFFFF7E' id: DirtLight decals: - 2481: 4,-51 + 2476: 4,-51 - node: cleanable: True color: '#FFFFFF80' id: DirtLight decals: - 2494: 14,-51 - 2495: 12,-53 - 2496: 1,-59 + 2489: 14,-51 + 2490: 12,-53 + 2491: 1,-59 - node: cleanable: True color: '#FFFFFFA3' id: DirtLight decals: - 2487: -10,-53 - 2488: -12,-51 - 2489: -10,-53 - 2490: -12,-53 + 2482: -10,-53 + 2483: -12,-51 + 2484: -10,-53 + 2485: -12,-53 - node: cleanable: True color: '#FFFFFFA6' id: DirtLight decals: - 5839: -67,82 - 5844: -68,78 + 5812: -67,82 + 5817: -68,78 - node: color: '#FFFFFFFF' id: DirtLight decals: - 1708: 12,31 - 2534: 1,-50 - 2535: -1,-46 - 5156: 42,-11 + 1703: 12,31 + 2529: 1,-50 + 2530: -1,-46 + 5135: 42,-11 - node: cleanable: True color: '#FFFFFFFF' @@ -4625,209 +4719,215 @@ entities: 919: -10,57 1002: -3,63 1003: -1,59 - 1616: 29,17 - 1617: 27,21 - 1619: 24,30 - 1620: 22,28 - 1621: 31,32 - 1622: 29,43 - 1623: 32,54 - 1626: 27,68 - 1627: 28,65 - 1628: 21,66 - 1629: 14,66 - 1631: 37,62 - 1632: 35,61 - 1635: 58,37 - 1636: 51,37 - 1637: 45,34 - 1638: 40,38 - 1641: 60,17 - 1642: 56,16 - 1643: 62,21 - 1644: 44,27 - 1645: 41,21 - 1646: 38,20 - 1647: 34,20 - 1648: 34,20 - 1649: 27,26 - 1650: 27,26 - 1651: 31,47 - 2181: -34,-45 - 2182: -23,-59 - 3780: -50,-44 - 3781: -52,-46 - 3782: -44,-47 - 3783: -40,-46 - 3784: -38,-48 - 3785: -53,-35 - 3786: -60,-32 - 3787: -58,-34 - 3788: -54,-31 - 3789: -61,-29 - 3790: -63,-29 - 3791: -67,-21 - 3792: -66,-21 - 3793: -64,-17 - 3794: -53,-25 - 3795: -52,-26 - 3796: -46,-34 - 3797: -48,-34 - 3798: -48,-31 - 3799: -45,-41 - 3800: -44,-42 - 3801: -39,-49 - 3802: -49,-52 - 3803: -45,-50 - 3804: -44,-52 - 3805: -51,-50 - 3806: -38,-56 - 3807: -37,-53 - 3808: -40,-51 - 3809: -32,-52 - 3810: -35,-48 - 3811: -29,-46 - 3812: -18,-49 - 3813: -18,-45 - 3814: -12,-41 - 3815: -8,-46 - 3816: 2,-65 - 3817: 8,-71 - 3818: 9,-80 - 3819: -8,-82 - 3820: 15,-67 - 3821: 12,-63 - 3822: 14,-59 - 3823: 14,-59 - 3824: 23,-65 - 3825: 25,-62 - 3826: 27,-61 - 3827: 29,-60 - 3828: 32,-61 - 3829: 30,-55 - 3830: 27,-57 - 3831: 23,-58 - 3832: 23,-52 - 3833: 32,-50 - 3834: 41,-55 - 3835: 47,-52 - 3836: 45,-44 - 3837: 40,-37 - 4100: -38,32 - 4113: -19,50 - 4114: -10,53 - 4115: -4,52 - 4116: -3,52 - 4139: 63,-31 - 4200: -61,-25 - 4201: -61,-22 - 4202: -55,-21 - 4203: -59,-16 - 4204: -63,-15 - 4430: -5,56 - 4431: -5,56 - 4432: -3,59 - 4433: -8,57 - 4434: -7,62 - 4435: -7,62 - 4436: -7,62 - 4446: -48,14 - 4447: -48,14 - 4455: -53,-38 - 4456: -47,-42 - 4457: -47,-42 - 4458: -47,-42 - 4459: 28,-29 - 4460: 28,-29 - 4461: 28,-29 - 4520: -18,-5 - 4521: -18,-5 - 4561: 40,-7 - 4562: 40,-7 - 4566: 0,-6 - 4567: 0,-6 - 4659: 33,5 - 5774: 41,-21 - 5846: -60,76 - 5847: -61,78 + 1611: 29,17 + 1612: 27,21 + 1614: 24,30 + 1615: 22,28 + 1616: 31,32 + 1617: 29,43 + 1618: 32,54 + 1621: 27,68 + 1622: 28,65 + 1623: 21,66 + 1624: 14,66 + 1626: 37,62 + 1627: 35,61 + 1630: 58,37 + 1631: 51,37 + 1632: 45,34 + 1633: 40,38 + 1636: 60,17 + 1637: 56,16 + 1638: 62,21 + 1639: 44,27 + 1640: 41,21 + 1641: 38,20 + 1642: 34,20 + 1643: 34,20 + 1644: 27,26 + 1645: 27,26 + 1646: 31,47 + 2176: -34,-45 + 2177: -23,-59 + 3775: -50,-44 + 3776: -52,-46 + 3777: -44,-47 + 3778: -40,-46 + 3779: -38,-48 + 3780: -53,-35 + 3781: -60,-32 + 3782: -58,-34 + 3783: -54,-31 + 3784: -61,-29 + 3785: -63,-29 + 3786: -67,-21 + 3787: -66,-21 + 3788: -64,-17 + 3789: -53,-25 + 3790: -52,-26 + 3791: -46,-34 + 3792: -48,-34 + 3793: -48,-31 + 3794: -45,-41 + 3795: -44,-42 + 3796: -39,-49 + 3797: -49,-52 + 3798: -45,-50 + 3799: -44,-52 + 3800: -51,-50 + 3801: -38,-56 + 3802: -37,-53 + 3803: -40,-51 + 3804: -32,-52 + 3805: -35,-48 + 3806: -29,-46 + 3807: -18,-49 + 3808: -18,-45 + 3809: -12,-41 + 3810: -8,-46 + 3811: 2,-65 + 3812: 8,-71 + 3813: 9,-80 + 3814: -8,-82 + 3815: 15,-67 + 3816: 12,-63 + 3817: 14,-59 + 3818: 14,-59 + 3819: 23,-65 + 3820: 25,-62 + 3821: 27,-61 + 3822: 29,-60 + 3823: 32,-61 + 3824: 30,-55 + 3825: 27,-57 + 3826: 23,-58 + 3827: 23,-52 + 3828: 32,-50 + 3829: 41,-55 + 3830: 47,-52 + 3831: 45,-44 + 3832: 40,-37 + 4095: -38,32 + 4108: -19,50 + 4109: -10,53 + 4110: -4,52 + 4111: -3,52 + 4134: 63,-31 + 4195: -61,-25 + 4196: -61,-22 + 4197: -55,-21 + 4198: -59,-16 + 4199: -63,-15 + 4425: -5,56 + 4426: -5,56 + 4427: -3,59 + 4428: -8,57 + 4429: -7,62 + 4430: -7,62 + 4431: -7,62 + 4441: -48,14 + 4442: -48,14 + 4450: -53,-38 + 4451: -47,-42 + 4452: -47,-42 + 4453: -47,-42 + 4454: 28,-29 + 4455: 28,-29 + 4456: 28,-29 + 4515: -18,-5 + 4516: -18,-5 + 4556: 40,-7 + 4557: 40,-7 + 4561: 0,-6 + 4562: 0,-6 + 4654: 33,5 + 5747: 41,-21 + 5819: -60,76 + 5820: -61,78 - node: cleanable: True angle: 1.5707963267948966 rad color: '#FFFFFFFF' id: DirtLight decals: - 1833: -40,50 - 1838: -24,64 + 1828: -40,50 + 1833: -24,64 - node: cleanable: True color: '#474F52FF' id: DirtMedium decals: - 4468: 12,-24 - 4469: 14,-26 - 4470: 13,-28 - 4471: 15,-24 - 4472: 3,-27 - 4473: 3,-27 - 4479: -3,-64 - 4493: -29,50 - 4494: -27,51 - 4553: 43,-6 + 4463: 12,-24 + 4464: 14,-26 + 4465: 13,-28 + 4466: 15,-24 + 4467: 3,-27 + 4468: 3,-27 + 4474: -3,-64 + 4488: -29,50 + 4489: -27,51 + 4548: 43,-6 - node: cleanable: True color: '#737A15FF' id: DirtMedium decals: - 5674: 72,30 - 5678: 67,34 - 5693: 61,28 - 5694: 61,31 - 5695: 64,27 - 6305: -24,-5 - 6314: 30,-8 - 6315: 48,-6 + 5648: 72,30 + 5651: 67,34 + 5666: 61,28 + 5667: 61,31 + 5668: 64,27 + 6274: -24,-5 + 6283: 30,-8 + 6284: 48,-6 - node: cleanable: True zIndex: 1 color: '#737A15FF' id: DirtMedium decals: - 6096: -1,0 - 6097: 6,4 - 6101: 4,13 - 6103: 1,0 + 6065: -1,0 + 6066: 6,4 + 6070: 4,13 + 6072: 1,0 + - node: + cleanable: True + color: '#967000FF' + id: DirtMedium + decals: + 6493: 78,39 - node: cleanable: True color: '#FFFFFF7E' id: DirtMedium decals: - 2478: -5,-52 - 2482: 4,-56 + 2473: -5,-52 + 2477: 4,-56 - node: cleanable: True color: '#FFFFFF80' id: DirtMedium decals: - 5838: -68,78 + 5811: -68,78 - node: cleanable: True color: '#FFFFFFA3' id: DirtMedium decals: - 2484: 8,-52 - 2491: -9,-49 + 2479: 8,-52 + 2486: -9,-49 - node: cleanable: True color: '#FFFFFFA6' id: DirtMedium decals: - 5840: -68,84 + 5813: -68,84 - node: color: '#FFFFFFFF' id: DirtMedium decals: - 5155: 43,-14 - 5834: -64,76 + 5134: 43,-14 + 5807: -64,76 - node: cleanable: True color: '#FFFFFFFF' @@ -4837,567 +4937,567 @@ entities: 1008: -26,62 1018: -40,47 1020: -30,61 - 1300: 52,-37 + 1295: 52,-37 + 1296: 51,-37 + 1297: 51,-36 + 1298: 51,-36 + 1299: 54,-37 + 1300: 52,-38 1301: 51,-37 - 1302: 51,-36 - 1303: 51,-36 - 1304: 54,-37 - 1305: 52,-38 - 1306: 51,-37 - 1307: 56,-40 - 1308: 52,-42 - 1309: 54,-34 - 1310: 53,-30 - 1311: 49,-32 - 1312: 57,-30 - 1313: 57,-26 - 1314: 62,-27 - 1315: 67,-22 - 1316: 67,-19 - 1317: 67,-17 - 1318: 67,-13 - 1319: 68,-10 - 1320: 67,-10 - 1321: 61,-11 - 1322: 57,-8 - 1613: 31,47 - 1618: 24,20 - 1630: 12,71 - 1652: 28,59 - 1653: 25,58 - 1654: 43,50 - 2183: -20,-59 - 2374: -17,-58 - 2375: -17,-54 - 2376: -14,-61 - 2493: 16,-53 - 3370: 1,49 - 3371: 4,54 - 3372: 17,49 - 3373: 24,49 - 3374: 25,52 - 3375: 23,54 - 3376: 23,57 - 3377: 24,63 - 3378: 28,57 - 3379: 34,53 - 3380: 37,57 - 3381: 34,58 - 3382: 34,62 - 3383: 37,63 - 3384: 41,57 - 3385: 44,51 - 3386: 44,46 - 3387: 39,43 - 3388: 34,44 - 3389: 30,45 - 3390: 42,37 - 3391: 52,37 - 3392: 50,45 - 3393: 48,44 - 3394: 32,33 - 3395: 38,26 - 3396: 47,26 - 3397: 48,21 - 3398: 57,21 - 3399: 62,25 - 3400: 58,28 - 3401: 64,15 - 3402: 57,17 - 3403: 53,9 - 3404: 50,12 - 3405: 54,4 - 3406: 52,4 - 3407: 58,-1 - 3408: 62,2 - 3409: 68,-3 - 3410: 69,2 - 3411: 69,-7 - 3412: 63,-8 - 3413: 63,-6 - 3414: 62,-1 - 3415: 69,5 - 3416: 63,5 - 3417: 65,7 - 3418: 62,7 - 3419: 60,5 - 3420: 57,4 - 3421: 54,-4 - 3422: 52,-5 - 3423: 60,-5 - 3424: 57,-3 - 3425: 53,-15 - 3426: 50,-15 - 3427: 48,-21 - 3428: 48,-27 - 3429: 45,-27 - 3430: 44,-34 - 3431: 41,-36 - 3432: 37,-38 - 3433: 36,-36 - 3434: 34,-41 - 3435: 31,-39 - 3436: 29,-40 - 3437: 27,-36 - 3438: 27,-32 - 3439: 38,-25 - 3440: 28,-21 - 3441: 28,-14 - 3442: 32,-9 - 3443: 30,-3 - 3444: 33,4 - 3445: 25,-15 - 3446: 22,-12 - 3447: 21,-21 - 3448: 18,-18 - 3449: 23,-29 - 3450: 16,-27 - 3451: 24,-33 - 3452: 27,-40 - 3453: 27,-44 - 3454: 22,-44 - 3455: 20,-45 - 3456: 30,-49 - 3457: 27,-53 - 3458: 36,-51 - 3459: 46,-50 - 3460: 49,-52 - 3461: 43,-48 - 3462: 44,-45 - 3463: 46,-42 - 3464: 39,-40 - 3465: 33,-49 - 3466: 21,-55 - 3467: 18,-52 - 3468: 19,-47 - 3469: 15,-48 - 3470: 11,-46 - 3471: 14,-42 - 3472: 6,-46 - 3473: 5,-44 - 3474: 6,-40 - 3475: 7,-35 - 3476: 6,-31 - 3477: -1,-32 - 3478: -1,-27 - 3479: -6,-30 - 3480: 9,-32 - 3481: -4,-35 - 3482: -9,-39 - 3483: -4,-40 - 3484: -3,-38 - 3485: -4,-43 - 3486: -7,-46 - 3487: -1,-46 - 3488: 1,-41 - 3489: -1,-37 - 3490: 1,-51 - 3491: 0,-56 - 3492: -4,-56 - 3493: -8,-51 - 3494: -10,-53 - 3495: -14,-51 - 3496: -17,-51 - 3497: -16,-48 - 3498: -18,-45 - 3499: -12,-42 - 3500: -12,-39 - 3501: -14,-35 - 3502: -14,-36 - 3503: -12,-36 - 3504: -17,-37 - 3505: -19,-34 - 3506: -21,-35 - 3507: -20,-41 - 3508: -17,-39 - 3509: -13,-50 - 3510: -16,-52 - 3511: -8,-56 - 3512: 4,-56 - 3513: 4,-63 - 3514: -2,-66 - 3515: -8,-72 - 3516: -10,-77 - 3517: -8,-81 - 3518: -9,-85 - 3519: 9,-86 - 3520: 10,-82 - 3521: 9,-77 - 3522: 9,-71 - 3523: 9,-68 - 3524: 5,-67 - 3525: 5,-64 - 3526: 1,-63 - 3527: 1,-68 - 3528: 1,-60 - 3529: -1,-58 - 3530: -3,-52 - 3531: -21,-51 - 3532: -27,-54 - 3533: -29,-54 - 3534: -24,-45 - 3535: -27,-48 - 3536: -30,-43 - 3537: -25,-40 - 3538: -24,-37 - 3539: -24,-33 - 3540: -25,-28 - 3541: -31,-26 - 3542: -33,-27 - 3543: -21,-26 - 3544: -19,-22 - 3545: -20,-18 - 3546: -21,-17 - 3547: -27,-18 - 3548: -29,-17 - 3549: -35,-23 - 3550: -33,-21 - 3551: -40,-21 - 3552: -42,-19 - 3553: -45,-21 - 3554: -36,-19 - 3555: -37,-15 - 3556: -39,-16 - 3557: -42,-15 - 3558: -44,-13 - 3559: -41,-11 - 3560: -40,-10 - 3561: -48,-12 - 3562: -47,-10 - 3563: -46,-7 - 3564: -46,-5 - 3565: -39,-7 - 3566: -38,-10 - 3567: -36,-11 - 3568: -46,-5 - 3569: -40,-1 - 3570: -45,0 - 3571: -37,1 - 3572: -36,-2 - 3573: -29,-3 - 3574: -28,2 - 3575: -31,5 - 3576: -33,7 - 3577: -29,6 - 3578: -41,4 - 3579: -47,4 - 3580: -45,7 - 3581: -49,5 - 3582: -45,11 - 3583: -44,15 - 3584: -39,11 - 3585: -38,17 - 3586: -39,21 - 3587: -34,21 - 3588: -30,15 - 3589: -24,22 - 3590: -21,17 - 3591: -17,21 - 3592: -16,20 - 3593: -23,26 - 3594: -27,29 - 3595: -23,35 - 3596: -12,33 - 3597: -28,34 - 3598: -33,35 - 3599: -32,29 - 3600: -35,30 - 3601: -24,37 - 3602: -22,39 - 3603: -25,44 - 3604: -24,45 - 3605: -28,47 - 3606: -31,43 - 3607: -24,48 - 3608: -18,42 - 3609: -15,44 - 3610: -12,42 - 3611: -16,42 - 3612: -18,50 - 3613: -14,53 - 3614: -11,50 - 3615: -9,51 - 3616: -4,54 - 3617: 0,54 - 3618: 1,49 - 3619: 1,46 - 3620: -1,39 - 3621: -4,44 - 3622: 6,40 - 3623: 3,41 - 3624: 15,39 - 3625: 12,40 - 3626: 19,36 - 3627: 18,36 - 3628: 18,34 - 3629: 15,32 - 3630: 19,30 - 3631: 18,26 - 3632: 14,27 - 3633: 12,26 - 3634: 12,23 - 3635: 12,24 - 3636: 17,17 - 3637: 17,14 - 3638: 17,13 - 3639: 15,14 - 3640: 25,13 - 3641: 27,11 - 3642: 28,17 - 3643: 32,18 - 3644: 27,23 - 3645: 25,22 - 3646: 33,24 - 3647: 24,28 - 3648: 22,32 - 3649: 28,33 - 3650: 27,37 - 3651: 26,41 - 3652: 23,46 - 3653: 18,47 - 3654: 15,55 - 3655: 16,59 - 3656: 18,62 - 3657: 4,56 - 3658: -1,56 - 3659: -4,60 - 3660: -7,57 - 3661: -10,60 - 3662: -14,61 - 3663: -18,59 - 3664: -14,56 - 3665: -15,67 - 3666: -14,65 - 3667: -20,66 - 3668: -21,62 - 3669: -28,63 - 3670: -23,66 - 3671: -23,68 - 3672: -30,60 - 3673: -32,60 - 3674: -27,57 - 3675: -26,60 - 3676: -30,55 - 3677: -32,58 - 3678: -34,60 - 3679: -36,57 - 3680: -42,53 - 3681: -42,52 - 3682: -40,50 - 3683: -41,47 - 3684: -37,48 - 3685: -44,40 - 3686: -42,44 - 3687: -45,44 - 3688: -49,41 - 3689: -51,44 - 3690: -52,36 - 3691: -53,35 - 3692: -58,35 - 3693: -45,35 - 3694: -52,31 - 3695: -54,28 - 3696: -58,29 - 3697: -58,25 - 3698: -59,21 - 3699: -57,20 - 3700: -61,15 - 3701: -62,17 - 3702: -57,18 - 3703: -60,11 - 3704: -61,8 - 3705: -63,7 - 3706: -66,10 - 3707: -68,14 - 3708: -52,13 - 3709: -66,16 - 3710: -68,5 - 3711: -59,6 - 3712: -56,11 - 3713: -53,7 - 3714: -65,-15 - 3715: -65,-13 - 3716: -64,-18 - 3717: -50,-17 - 3718: -50,-12 - 3719: -53,-10 - 3720: -51,-8 - 3721: -52,-3 - 3722: -49,-2 - 3723: -48,1 - 3724: -32,2 - 3725: -28,-4 - 3726: -36,6 - 3727: -29,11 - 3728: -32,12 - 3729: -34,12 - 3730: -39,12 - 3731: -39,16 - 3732: -32,15 - 3733: -32,19 - 3734: -27,14 - 3735: -30,26 - 3736: -24,20 - 3737: -25,17 - 3738: -22,14 - 3739: -24,12 - 3740: -21,13 - 3741: -21,11 - 3742: -17,15 - 3743: -15,18 - 3744: -21,3 - 3745: -21,-3 - 3746: -25,-10 - 3747: -21,-14 - 3748: -25,-17 - 3749: -29,-13 - 3750: -32,-12 - 3751: -33,-16 - 3752: -32,-8 - 3753: -31,-8 - 3754: -39,-7 - 3755: -38,-10 - 3756: -40,-5 - 3757: -41,-3 - 3758: -43,-5 - 3759: -43,0 - 3760: -53,-8 - 3761: -50,-15 - 3762: -49,-21 - 3763: -47,-26 - 3764: -42,-31 - 3765: -39,-29 - 3766: -40,-25 - 3767: -37,-26 - 3768: -34,-23 - 3769: -29,-30 - 3770: -34,-33 - 3771: -29,-33 - 3772: -39,-37 - 3773: -30,-42 - 3774: -29,-37 - 3775: -39,-42 - 3776: -45,-43 - 3777: -44,-39 - 3778: -52,-39 - 3779: -51,-43 - 4099: -48,29 - 4106: -32,21 - 4107: -22,24 - 4111: -15,30 - 4112: -14,30 - 4423: 6,67 - 4424: 7,68 - 4425: 6,69 - 4426: 6,69 - 4427: 8,70 - 4428: 8,70 - 4429: 8,70 - 4437: -17,61 - 4438: -17,61 - 4449: -52,11 - 4450: -60,-5 - 4451: -60,-5 - 4452: -58,-10 - 4453: -58,-10 - 4559: -3,-5 - 4658: 28,3 - 5780: 42,-21 - 5783: 43,-19 + 1302: 56,-40 + 1303: 52,-42 + 1304: 54,-34 + 1305: 53,-30 + 1306: 49,-32 + 1307: 57,-30 + 1308: 57,-26 + 1309: 62,-27 + 1310: 67,-22 + 1311: 67,-19 + 1312: 67,-17 + 1313: 67,-13 + 1314: 68,-10 + 1315: 67,-10 + 1316: 61,-11 + 1317: 57,-8 + 1608: 31,47 + 1613: 24,20 + 1625: 12,71 + 1647: 28,59 + 1648: 25,58 + 1649: 43,50 + 2178: -20,-59 + 2369: -17,-58 + 2370: -17,-54 + 2371: -14,-61 + 2488: 16,-53 + 3365: 1,49 + 3366: 4,54 + 3367: 17,49 + 3368: 24,49 + 3369: 25,52 + 3370: 23,54 + 3371: 23,57 + 3372: 24,63 + 3373: 28,57 + 3374: 34,53 + 3375: 37,57 + 3376: 34,58 + 3377: 34,62 + 3378: 37,63 + 3379: 41,57 + 3380: 44,51 + 3381: 44,46 + 3382: 39,43 + 3383: 34,44 + 3384: 30,45 + 3385: 42,37 + 3386: 52,37 + 3387: 50,45 + 3388: 48,44 + 3389: 32,33 + 3390: 38,26 + 3391: 47,26 + 3392: 48,21 + 3393: 57,21 + 3394: 62,25 + 3395: 58,28 + 3396: 64,15 + 3397: 57,17 + 3398: 53,9 + 3399: 50,12 + 3400: 54,4 + 3401: 52,4 + 3402: 58,-1 + 3403: 62,2 + 3404: 68,-3 + 3405: 69,2 + 3406: 69,-7 + 3407: 63,-8 + 3408: 63,-6 + 3409: 62,-1 + 3410: 69,5 + 3411: 63,5 + 3412: 65,7 + 3413: 62,7 + 3414: 60,5 + 3415: 57,4 + 3416: 54,-4 + 3417: 52,-5 + 3418: 60,-5 + 3419: 57,-3 + 3420: 53,-15 + 3421: 50,-15 + 3422: 48,-21 + 3423: 48,-27 + 3424: 45,-27 + 3425: 44,-34 + 3426: 41,-36 + 3427: 37,-38 + 3428: 36,-36 + 3429: 34,-41 + 3430: 31,-39 + 3431: 29,-40 + 3432: 27,-36 + 3433: 27,-32 + 3434: 38,-25 + 3435: 28,-21 + 3436: 28,-14 + 3437: 32,-9 + 3438: 30,-3 + 3439: 33,4 + 3440: 25,-15 + 3441: 22,-12 + 3442: 21,-21 + 3443: 18,-18 + 3444: 23,-29 + 3445: 16,-27 + 3446: 24,-33 + 3447: 27,-40 + 3448: 27,-44 + 3449: 22,-44 + 3450: 20,-45 + 3451: 30,-49 + 3452: 27,-53 + 3453: 36,-51 + 3454: 46,-50 + 3455: 49,-52 + 3456: 43,-48 + 3457: 44,-45 + 3458: 46,-42 + 3459: 39,-40 + 3460: 33,-49 + 3461: 21,-55 + 3462: 18,-52 + 3463: 19,-47 + 3464: 15,-48 + 3465: 11,-46 + 3466: 14,-42 + 3467: 6,-46 + 3468: 5,-44 + 3469: 6,-40 + 3470: 7,-35 + 3471: 6,-31 + 3472: -1,-32 + 3473: -1,-27 + 3474: -6,-30 + 3475: 9,-32 + 3476: -4,-35 + 3477: -9,-39 + 3478: -4,-40 + 3479: -3,-38 + 3480: -4,-43 + 3481: -7,-46 + 3482: -1,-46 + 3483: 1,-41 + 3484: -1,-37 + 3485: 1,-51 + 3486: 0,-56 + 3487: -4,-56 + 3488: -8,-51 + 3489: -10,-53 + 3490: -14,-51 + 3491: -17,-51 + 3492: -16,-48 + 3493: -18,-45 + 3494: -12,-42 + 3495: -12,-39 + 3496: -14,-35 + 3497: -14,-36 + 3498: -12,-36 + 3499: -17,-37 + 3500: -19,-34 + 3501: -21,-35 + 3502: -20,-41 + 3503: -17,-39 + 3504: -13,-50 + 3505: -16,-52 + 3506: -8,-56 + 3507: 4,-56 + 3508: 4,-63 + 3509: -2,-66 + 3510: -8,-72 + 3511: -10,-77 + 3512: -8,-81 + 3513: -9,-85 + 3514: 9,-86 + 3515: 10,-82 + 3516: 9,-77 + 3517: 9,-71 + 3518: 9,-68 + 3519: 5,-67 + 3520: 5,-64 + 3521: 1,-63 + 3522: 1,-68 + 3523: 1,-60 + 3524: -1,-58 + 3525: -3,-52 + 3526: -21,-51 + 3527: -27,-54 + 3528: -29,-54 + 3529: -24,-45 + 3530: -27,-48 + 3531: -30,-43 + 3532: -25,-40 + 3533: -24,-37 + 3534: -24,-33 + 3535: -25,-28 + 3536: -31,-26 + 3537: -33,-27 + 3538: -21,-26 + 3539: -19,-22 + 3540: -20,-18 + 3541: -21,-17 + 3542: -27,-18 + 3543: -29,-17 + 3544: -35,-23 + 3545: -33,-21 + 3546: -40,-21 + 3547: -42,-19 + 3548: -45,-21 + 3549: -36,-19 + 3550: -37,-15 + 3551: -39,-16 + 3552: -42,-15 + 3553: -44,-13 + 3554: -41,-11 + 3555: -40,-10 + 3556: -48,-12 + 3557: -47,-10 + 3558: -46,-7 + 3559: -46,-5 + 3560: -39,-7 + 3561: -38,-10 + 3562: -36,-11 + 3563: -46,-5 + 3564: -40,-1 + 3565: -45,0 + 3566: -37,1 + 3567: -36,-2 + 3568: -29,-3 + 3569: -28,2 + 3570: -31,5 + 3571: -33,7 + 3572: -29,6 + 3573: -41,4 + 3574: -47,4 + 3575: -45,7 + 3576: -49,5 + 3577: -45,11 + 3578: -44,15 + 3579: -39,11 + 3580: -38,17 + 3581: -39,21 + 3582: -34,21 + 3583: -30,15 + 3584: -24,22 + 3585: -21,17 + 3586: -17,21 + 3587: -16,20 + 3588: -23,26 + 3589: -27,29 + 3590: -23,35 + 3591: -12,33 + 3592: -28,34 + 3593: -33,35 + 3594: -32,29 + 3595: -35,30 + 3596: -24,37 + 3597: -22,39 + 3598: -25,44 + 3599: -24,45 + 3600: -28,47 + 3601: -31,43 + 3602: -24,48 + 3603: -18,42 + 3604: -15,44 + 3605: -12,42 + 3606: -16,42 + 3607: -18,50 + 3608: -14,53 + 3609: -11,50 + 3610: -9,51 + 3611: -4,54 + 3612: 0,54 + 3613: 1,49 + 3614: 1,46 + 3615: -1,39 + 3616: -4,44 + 3617: 6,40 + 3618: 3,41 + 3619: 15,39 + 3620: 12,40 + 3621: 19,36 + 3622: 18,36 + 3623: 18,34 + 3624: 15,32 + 3625: 19,30 + 3626: 18,26 + 3627: 14,27 + 3628: 12,26 + 3629: 12,23 + 3630: 12,24 + 3631: 17,17 + 3632: 17,14 + 3633: 17,13 + 3634: 15,14 + 3635: 25,13 + 3636: 27,11 + 3637: 28,17 + 3638: 32,18 + 3639: 27,23 + 3640: 25,22 + 3641: 33,24 + 3642: 24,28 + 3643: 22,32 + 3644: 28,33 + 3645: 27,37 + 3646: 26,41 + 3647: 23,46 + 3648: 18,47 + 3649: 15,55 + 3650: 16,59 + 3651: 18,62 + 3652: 4,56 + 3653: -1,56 + 3654: -4,60 + 3655: -7,57 + 3656: -10,60 + 3657: -14,61 + 3658: -18,59 + 3659: -14,56 + 3660: -15,67 + 3661: -14,65 + 3662: -20,66 + 3663: -21,62 + 3664: -28,63 + 3665: -23,66 + 3666: -23,68 + 3667: -30,60 + 3668: -32,60 + 3669: -27,57 + 3670: -26,60 + 3671: -30,55 + 3672: -32,58 + 3673: -34,60 + 3674: -36,57 + 3675: -42,53 + 3676: -42,52 + 3677: -40,50 + 3678: -41,47 + 3679: -37,48 + 3680: -44,40 + 3681: -42,44 + 3682: -45,44 + 3683: -49,41 + 3684: -51,44 + 3685: -52,36 + 3686: -53,35 + 3687: -58,35 + 3688: -45,35 + 3689: -52,31 + 3690: -54,28 + 3691: -58,29 + 3692: -58,25 + 3693: -59,21 + 3694: -57,20 + 3695: -61,15 + 3696: -62,17 + 3697: -57,18 + 3698: -60,11 + 3699: -61,8 + 3700: -63,7 + 3701: -66,10 + 3702: -68,14 + 3703: -52,13 + 3704: -66,16 + 3705: -68,5 + 3706: -59,6 + 3707: -56,11 + 3708: -53,7 + 3709: -65,-15 + 3710: -65,-13 + 3711: -64,-18 + 3712: -50,-17 + 3713: -50,-12 + 3714: -53,-10 + 3715: -51,-8 + 3716: -52,-3 + 3717: -49,-2 + 3718: -48,1 + 3719: -32,2 + 3720: -28,-4 + 3721: -36,6 + 3722: -29,11 + 3723: -32,12 + 3724: -34,12 + 3725: -39,12 + 3726: -39,16 + 3727: -32,15 + 3728: -32,19 + 3729: -27,14 + 3730: -30,26 + 3731: -24,20 + 3732: -25,17 + 3733: -22,14 + 3734: -24,12 + 3735: -21,13 + 3736: -21,11 + 3737: -17,15 + 3738: -15,18 + 3739: -21,3 + 3740: -21,-3 + 3741: -25,-10 + 3742: -21,-14 + 3743: -25,-17 + 3744: -29,-13 + 3745: -32,-12 + 3746: -33,-16 + 3747: -32,-8 + 3748: -31,-8 + 3749: -39,-7 + 3750: -38,-10 + 3751: -40,-5 + 3752: -41,-3 + 3753: -43,-5 + 3754: -43,0 + 3755: -53,-8 + 3756: -50,-15 + 3757: -49,-21 + 3758: -47,-26 + 3759: -42,-31 + 3760: -39,-29 + 3761: -40,-25 + 3762: -37,-26 + 3763: -34,-23 + 3764: -29,-30 + 3765: -34,-33 + 3766: -29,-33 + 3767: -39,-37 + 3768: -30,-42 + 3769: -29,-37 + 3770: -39,-42 + 3771: -45,-43 + 3772: -44,-39 + 3773: -52,-39 + 3774: -51,-43 + 4094: -48,29 + 4101: -32,21 + 4102: -22,24 + 4106: -15,30 + 4107: -14,30 + 4418: 6,67 + 4419: 7,68 + 4420: 6,69 + 4421: 6,69 + 4422: 8,70 + 4423: 8,70 + 4424: 8,70 + 4432: -17,61 + 4433: -17,61 + 4444: -52,11 + 4445: -60,-5 + 4446: -60,-5 + 4447: -58,-10 + 4448: -58,-10 + 4554: -3,-5 + 4653: 28,3 + 5753: 42,-21 + 5756: 43,-19 - node: cleanable: True angle: 1.5707963267948966 rad color: '#FFFFFFFF' id: DirtMedium decals: - 1834: -35,46 - 1835: -39,41 + 1829: -35,46 + 1830: -39,41 - node: color: '#FFFFFFFF' id: FlowersBRThree decals: 425: 26.138744,-42.135857 - 1971: -4.077491,-65.24582 - 3927: 73.98185,0.9119375 + 1966: -4.077491,-65.24582 + 3922: 73.98185,0.9119375 - node: color: '#FFFFFFFF' id: FlowersBRTwo decals: - 2465: -5.8648286,-54.117123 - 3321: 12.172911,-32.11286 - 4934: -60,-28 + 2460: -5.8648286,-54.117123 + 3316: 12.172911,-32.11286 + 4929: -60,-28 - node: color: '#FFFFFFFF' id: Flowersbr1 decals: - 1972: 3.9385195,-65.52707 + 1967: 3.9385195,-65.52707 - node: color: '#FFFFFFFF' id: Flowersbr2 decals: - 3975: 42.076084,48.787052 + 3970: 42.076084,48.787052 - node: color: '#FFFFFFFF' id: Flowersbr3 decals: - 3361: 30.162315,38.005993 - 3974: 42.888584,48.787052 + 3356: 30.162315,38.005993 + 3969: 42.888584,48.787052 - node: color: '#FFFFFFFF' id: Flowerspv1 decals: - 1970: -5.4056163,-66.136444 + 1965: -5.4056163,-66.136444 - node: color: '#FFFFFFFF' id: Flowerspv2 decals: - 3320: 12.079161,-32.01911 - 3976: 42.451084,48.802677 + 3315: 12.079161,-32.01911 + 3971: 42.451084,48.802677 - node: color: '#FFFFFFFF' id: Flowerspv3 decals: 424: 25.880932,-41.90148 - 3925: 74.028725,-1.0724375 + 3920: 74.028725,-1.0724375 - node: color: '#FFFFFFFF' id: Flowersy1 decals: - 3322: 13.985411,-32.01911 - 3971: 45.138584,48.849552 - 4933: -61,-27 - 5760: 33.445587,-63.832703 - 5761: 32.518784,-64.217316 - 5762: 33.626427,-65.823654 - 5763: 32.337944,-65.936775 - 5764: 33.01609,-66.16302 + 3317: 13.985411,-32.01911 + 3966: 45.138584,48.849552 + 4928: -61,-27 + 5733: 33.445587,-63.832703 + 5734: 32.518784,-64.217316 + 5735: 33.626427,-65.823654 + 5736: 32.337944,-65.936775 + 5737: 33.01609,-66.16302 - node: color: '#FFFFFFFF' id: Flowersy2 decals: - 2464: -6.993424,-54.038998 - 3926: 73.997475,-0.072437525 - 3972: 46.044834,48.802677 + 2459: -6.993424,-54.038998 + 3921: 73.997475,-0.072437525 + 3967: 46.044834,48.802677 - node: color: '#FFFFFFFF' id: Flowersy3 decals: - 3973: 45.52921,48.630802 + 3968: 45.52921,48.630802 - node: color: '#FFFFFFFF' id: Flowersy4 decals: - 2409: -38,-11 - 2466: -5.0243616,-54.085873 + 2404: -38,-11 + 2461: -5.0243616,-54.085873 - node: color: '#0096FF7F' id: FullTileOverlayGreyscale decals: - 2887: 32,-38 - 2888: 32,-37 - 2889: 31,-38 - 2890: 32,-39 - 2921: 33,-38 + 2882: 32,-38 + 2883: 32,-37 + 2884: 31,-38 + 2885: 32,-39 + 2916: 33,-38 - node: zIndex: 3 color: '#A46106A4' @@ -5408,841 +5508,841 @@ entities: color: '#FFFF00CC' id: FullTileOverlayGreyscale decals: - 1787: -61,8 - 1788: -62,9 - 1789: -60,9 - 1790: -61,10 - 1791: -61,11 - 1792: -61,12 - 1793: -62,13 - 1794: -60,13 - 1795: -61,14 - 1796: -60,11 - 1797: -62,11 + 1782: -61,8 + 1783: -62,9 + 1784: -60,9 + 1785: -61,10 + 1786: -61,11 + 1787: -61,12 + 1788: -62,13 + 1789: -60,13 + 1790: -61,14 + 1791: -60,11 + 1792: -62,11 - node: color: '#FFFFFFFF' id: FullTileOverlayGreyscale decals: - 4513: -77,78 - 4514: -78,78 - 4515: -78,79 - 4516: -79,78 - 4517: -76,78 - 4518: -76,79 + 4508: -77,78 + 4509: -78,78 + 4510: -78,79 + 4511: -79,78 + 4512: -76,78 + 4513: -76,79 - node: cleanable: True color: '#0E7F1BFF' id: Gene decals: - 4031: 67.903786,-25.965517 + 4026: 67.903786,-25.965517 - node: color: '#FFFFFFFF' id: Grassa1 decals: - 3954: 41.952763,48.87559 + 3949: 41.952763,48.87559 - node: cleanable: True color: '#FFFFFFFF' id: Grassa1 decals: - 1211: 26.013676,-64.050285 - 1264: 23.141018,-63.550552 + 1206: 26.013676,-64.050285 + 1259: 23.141018,-63.550552 - node: angle: 1.5707963267948966 rad color: '#FFFFFFFF' id: Grassa1 decals: - 1733: -18,65 + 1728: -18,65 - node: color: '#FFFFFFFF' id: Grassa2 decals: - 3929: 66.94772,-0.9943125 - 3955: 42.827763,48.891216 - 3963: 44.999638,48.859966 - 3964: 45.484013,48.90684 - 3965: 46.015263,48.90684 - 4021: -49,11 - 4062: -46,30 - 5307: 38,8 + 3924: 66.94772,-0.9943125 + 3950: 42.827763,48.891216 + 3958: 44.999638,48.859966 + 3959: 45.484013,48.90684 + 3960: 46.015263,48.90684 + 4016: -49,11 + 4057: -46,30 + 5286: 38,8 - node: cleanable: True color: '#FFFFFFFF' id: Grassa2 decals: - 1244: 15.166534,-61.981205 + 1239: 15.166534,-61.981205 - node: color: '#FFFFFFFF' id: Grassa3 decals: - 2388: -14,-37 - 2389: -13,-48 - 2419: -36,12 - 4816: -66,-9 + 2383: -14,-37 + 2384: -13,-48 + 2414: -36,12 + 4811: -66,-9 - node: cleanable: True color: '#FFFFFFFF' id: Grassa3 decals: - 1214: 32.017467,-59.04049 - 1220: 37.013256,-56.12271 - 1240: 26.639425,-62.76592 - 1241: 33.92631,-58.275414 - 5580: -47,-16 + 1209: 32.017467,-59.04049 + 1215: 37.013256,-56.12271 + 1235: 26.639425,-62.76592 + 1236: 33.92631,-58.275414 + 5559: -47,-16 - node: color: '#FFFFFFFF' id: Grassa4 decals: - 2401: -15.487173,-59.049843 - 2473: -3.9931116,-55.007748 - 3957: 41.843388,48.90684 - 4064: -41,30 - 4818: -65,-8 - 5381: 56,-42 + 2396: -15.487173,-59.049843 + 2468: -3.9931116,-55.007748 + 3952: 41.843388,48.90684 + 4059: -41,30 + 4813: -65,-8 + 5360: 56,-42 - node: angle: 1.5707963267948966 rad color: '#FFFFFFFF' id: Grassa4 decals: - 1732: -25,62 + 1727: -25,62 - node: color: '#FFFFFFFF' id: Grassa5 decals: - 3959: 42.905888,48.81309 - 3960: 45.015263,48.87559 - 3961: 45.749638,48.75059 - 3962: 46.202763,48.859966 + 3954: 42.905888,48.81309 + 3955: 45.015263,48.87559 + 3956: 45.749638,48.75059 + 3957: 46.202763,48.859966 - node: cleanable: True color: '#FFFFFFFF' id: Grassa5 decals: - 1251: 25.838015,-62.052128 - 1252: 30.275515,-61.474003 - 1253: 30.25989,-60.364628 - 1254: 33.844494,-60.067753 + 1246: 25.838015,-62.052128 + 1247: 30.275515,-61.474003 + 1248: 30.25989,-60.364628 + 1249: 33.844494,-60.067753 - node: angle: 1.5707963267948966 rad color: '#FFFFFFFF' id: Grassa5 decals: - 1731: -21,55 + 1726: -21,55 - node: color: '#FFFFFFFF' id: Grassb1 decals: - 2412: -37,-16 - 4784: 45.066544,3.6418262 - 5210: 47,-6 - 5213: 52,-2 - 5306: 37,6 - 5383: 54,-43 - 6439: 9,-64 + 2407: -37,-16 + 4779: 45.066544,3.6418262 + 5189: 47,-6 + 5192: 52,-2 + 5285: 37,6 + 5362: 54,-43 + 6408: 9,-64 - node: cleanable: True color: '#FFFFFFFF' id: Grassb1 decals: - 1208: 13.151005,-59.08107 - 1215: 29.868484,-61.935238 - 1216: 38.8384,-58.044586 - 1217: 41.049274,-55.12271 - 1237: 18.707945,-63.87529 - 1238: 27.305164,-62.906544 - 2295: 18.928274,30.298176 - 2304: -40.320347,47.037613 + 1203: 13.151005,-59.08107 + 1210: 29.868484,-61.935238 + 1211: 38.8384,-58.044586 + 1212: 41.049274,-55.12271 + 1232: 18.707945,-63.87529 + 1233: 27.305164,-62.906544 + 2290: 18.928274,30.298176 + 2299: -40.320347,47.037613 - node: color: '#FFFFFFFF' id: Grassb2 decals: - 2400: -16.643423,-58.831093 - 2421: 57.096493,7.228841 - 3931: 67.10397,-2.9630625 - 3958: 42.062138,48.90684 - 4063: -40,31 - 5212: 52,1 - 6438: 7,-64 + 2395: -16.643423,-58.831093 + 2416: 57.096493,7.228841 + 3926: 67.10397,-2.9630625 + 3953: 42.062138,48.90684 + 4058: -40,31 + 5191: 52,1 + 6407: 7,-64 - node: cleanable: True color: '#FFFFFFFF' id: Grassb2 decals: - 1212: 22.1928,-62.050285 - 1228: 14.154182,-60.219044 - 1229: 14.685432,-60.82842 - 1230: 14.107307,-61.04717 - 1231: 12.966682,-63.031544 - 1247: 22.799856,-65.0437 - 1248: 22.065481,-62.949955 - 1288: 58.792934,-29.570938 - 2297: 10.867023,40.953087 - 2298: 15.132648,13.21445 - 2299: -4.582914,35.722176 - 2303: -39.968784,50.92223 + 1207: 22.1928,-62.050285 + 1223: 14.154182,-60.219044 + 1224: 14.685432,-60.82842 + 1225: 14.107307,-61.04717 + 1226: 12.966682,-63.031544 + 1242: 22.799856,-65.0437 + 1243: 22.065481,-62.949955 + 1283: 58.792934,-29.570938 + 2292: 10.867023,40.953087 + 2293: 15.132648,13.21445 + 2294: -4.582914,35.722176 + 2298: -39.968784,50.92223 - node: color: '#FFFFFFFF' id: Grassb3 decals: - 2931: 39.292927,-56.919052 - 3956: 42.249638,48.984966 - 4022: -49,10 - 5387: 69,-13 - 6440: 8,-65 + 2926: 39.292927,-56.919052 + 3951: 42.249638,48.984966 + 4017: -49,10 + 5366: 69,-13 + 6409: 8,-65 - node: cleanable: True color: '#FFFFFFFF' id: Grassb3 decals: - 1209: 15.172585,-66.97216 - 1213: 26.975227,-60.00924 - 1232: 14.935432,-65.422165 - 1233: 15.529182,-64.453415 - 1239: 28.09255,-62.687794 - 1242: 34.80131,-57.41604 - 1249: 24.165823,-62.02808 - 1250: 26.353323,-61.18433 - 1262: 31.091484,-60.905857 - 1263: 27.63836,-60.827732 + 1204: 15.172585,-66.97216 + 1208: 26.975227,-60.00924 + 1227: 14.935432,-65.422165 + 1228: 15.529182,-64.453415 + 1234: 28.09255,-62.687794 + 1237: 34.80131,-57.41604 + 1244: 24.165823,-62.02808 + 1245: 26.353323,-61.18433 + 1257: 31.091484,-60.905857 + 1258: 27.63836,-60.827732 - node: color: '#FFFFFFFF' id: Grassb4 decals: - 2422: 66.89337,12.869466 - 2423: 59.049618,9.291341 - 3930: 66.96335,-1.9161875 - 4061: -46,31 - 5304: 39,6 - 5309: 41,10 - 5380: 55,-44 - 6436: 9,-63 + 2417: 66.89337,12.869466 + 2418: 59.049618,9.291341 + 3925: 66.96335,-1.9161875 + 4056: -46,31 + 5283: 39,6 + 5288: 41,10 + 5359: 55,-44 + 6405: 9,-63 - node: cleanable: True color: '#FFFFFFFF' id: Grassb4 decals: - 1234: 15.53554,-65.37529 - 1243: 33.910686,-57.212914 - 1245: 13.072784,-61.40308 - 1246: 17.229034,-66.0437 - 1265: 18.000696,-65.00368 - 1266: 16.141321,-59.988052 - 1289: 61.261684,-34.367813 - 2288: 44.883125,10.384208 - 2290: 24.859951,13.065922 - 2292: 43.834496,14.847172 - 2294: 12.272024,26.044899 - 2301: -7.864164,42.938084 - 5582: -43,-16 + 1229: 15.53554,-65.37529 + 1238: 33.910686,-57.212914 + 1240: 13.072784,-61.40308 + 1241: 17.229034,-66.0437 + 1260: 18.000696,-65.00368 + 1261: 16.141321,-59.988052 + 1284: 61.261684,-34.367813 + 2283: 44.883125,10.384208 + 2285: 24.859951,13.065922 + 2287: 43.834496,14.847172 + 2289: 12.272024,26.044899 + 2296: -7.864164,42.938084 + 5561: -43,-16 - node: color: '#FFFFFFFF' id: Grassb5 decals: - 1776: -10.932407,67.05452 - 1777: -11.619907,67.851395 - 1778: -11.698032,66.351395 - 4817: -64,-10 - 5211: 44,-6 - 5305: 40,8 - 5308: 42,8 - 5382: 57,-43 - 6437: 9,-66 + 1771: -10.932407,67.05452 + 1772: -11.619907,67.851395 + 1773: -11.698032,66.351395 + 4812: -64,-10 + 5190: 44,-6 + 5284: 40,8 + 5287: 42,8 + 5361: 57,-43 + 6406: 9,-66 - node: cleanable: True color: '#FFFFFFFF' id: Grassb5 decals: - 1210: 20.93821,-64.12841 - 1218: 40.299274,-53.02896 - 1219: 40.90865,-58.06021 - 1235: 19.020445,-64.28154 - 1236: 19.22357,-64.78154 - 1255: 35.859695,-56.97987 - 1256: 39.84407,-57.82362 - 1257: 38.859695,-56.464245 - 1258: 42.048977,-55.19684 - 1259: 40.111477,-53.69684 - 1260: 37.2521,-57.10309 - 1261: 33.834595,-59.233982 - 2289: 28.487858,7.9841843 - 2291: 44.06887,17.02686 - 2293: 18.009745,17.028578 - 2296: 13.936087,35.984283 - 2300: -5.5438514,36.963108 - 2302: -37.09675,56.969067 - 5581: -46,-14 - 5583: -42,-14 + 1205: 20.93821,-64.12841 + 1213: 40.299274,-53.02896 + 1214: 40.90865,-58.06021 + 1230: 19.020445,-64.28154 + 1231: 19.22357,-64.78154 + 1250: 35.859695,-56.97987 + 1251: 39.84407,-57.82362 + 1252: 38.859695,-56.464245 + 1253: 42.048977,-55.19684 + 1254: 40.111477,-53.69684 + 1255: 37.2521,-57.10309 + 1256: 33.834595,-59.233982 + 2284: 28.487858,7.9841843 + 2286: 44.06887,17.02686 + 2288: 18.009745,17.028578 + 2291: 13.936087,35.984283 + 2295: -5.5438514,36.963108 + 2297: -37.09675,56.969067 + 5560: -46,-14 + 5562: -42,-14 - node: color: '#FFFFFFFF' id: Grassc2 decals: - 2408: -38,-7 - 2598: 4.8615384,-54.021576 + 2403: -38,-7 + 2593: 4.8615384,-54.021576 - node: color: '#FFFFFFFF' id: Grassc3 decals: - 2594: -10.061319,-55.492466 + 2589: -10.061319,-55.492466 - node: color: '#FFFFFFFF' id: Grassc4 decals: - 1779: -11.791782,66.288895 - 1780: -10.682407,67.257645 - 1781: -11.604282,68.05452 - 3924: 74.16935,0.5838125 + 1774: -11.791782,66.288895 + 1775: -10.682407,67.257645 + 1776: -11.604282,68.05452 + 3919: 74.16935,0.5838125 - node: color: '#FFFFFFFF' id: Grassd1 decals: - 1772: -11.151157,66.36702 - 1773: -11.713657,67.02327 - 1774: -10.807407,67.976395 - 1974: 5.559847,-64.917694 - 1977: 5.637972,-65.99582 - 2411: -37,-19 - 2591: 10.175255,-56.023716 - 2595: -11.030069,-56.00809 - 2932: 40.5273,-57.215927 - 2933: 35.0273,-56.934677 - 2934: 28.727974,-62.05307 - 2935: 15.081642,-60.943695 - 2936: 15.191017,-65.11636 - 2937: 20.144142,-63.960114 - 3349: 37.895054,24.914576 - 3355: 31.068565,38.099743 - 3920: 74.028725,0.9744375 - 5384: 55,-43 - 5385: 64,-36 + 1767: -11.151157,66.36702 + 1768: -11.713657,67.02327 + 1769: -10.807407,67.976395 + 1969: 5.559847,-64.917694 + 1972: 5.637972,-65.99582 + 2406: -37,-19 + 2586: 10.175255,-56.023716 + 2590: -11.030069,-56.00809 + 2927: 40.5273,-57.215927 + 2928: 35.0273,-56.934677 + 2929: 28.727974,-62.05307 + 2930: 15.081642,-60.943695 + 2931: 15.191017,-65.11636 + 2932: 20.144142,-63.960114 + 3344: 37.895054,24.914576 + 3350: 31.068565,38.099743 + 3915: 74.028725,0.9744375 + 5363: 55,-43 + 5364: 64,-36 - node: cleanable: True color: '#FFFFFFFF' id: Grassd1 decals: - 1267: 13.645086,-63.69075 - 1268: 13.426336,-60.597 - 1269: 16.707586,-65.62825 - 1270: 21.738213,-65.0345 - 1271: 25.109179,-61.893875 - 1272: 24.468554,-63.893875 - 1273: 29.286383,-60.1595 - 1274: 33.26758,-60.12064 - 1275: 36.58982,-57.02524 - 1276: 39.27732,-57.65024 - 1277: 40.17865,-54.36899 - 1278: 41.11615,-53.134617 - 1279: 15.981268,-64.95334 - 2286: 56.201866,-26.10557 - 2287: 66.25655,-10.017275 + 1262: 13.645086,-63.69075 + 1263: 13.426336,-60.597 + 1264: 16.707586,-65.62825 + 1265: 21.738213,-65.0345 + 1266: 25.109179,-61.893875 + 1267: 24.468554,-63.893875 + 1268: 29.286383,-60.1595 + 1269: 33.26758,-60.12064 + 1270: 36.58982,-57.02524 + 1271: 39.27732,-57.65024 + 1272: 40.17865,-54.36899 + 1273: 41.11615,-53.134617 + 1274: 15.981268,-64.95334 + 2281: 56.201866,-26.10557 + 2282: 66.25655,-10.017275 - node: color: '#FFFFFFFF' id: Grassd2 decals: - 1782: -10.932407,66.195145 - 1973: 5.966097,-65.386444 - 1975: 4.622347,-65.96457 - 1976: 3.9504719,-64.77707 - 2596: -10.873819,-55.28934 - 2602: 6.2026,-53.927826 - 3350: 38.87422,24.84513 - 3356: 30.08419,38.068493 - 3921: 73.98185,-1.0099375 - 5386: 67,-21 + 1777: -10.932407,66.195145 + 1968: 5.966097,-65.386444 + 1970: 4.622347,-65.96457 + 1971: 3.9504719,-64.77707 + 2591: -10.873819,-55.28934 + 2597: 6.2026,-53.927826 + 3345: 38.87422,24.84513 + 3351: 30.08419,38.068493 + 3916: 73.98185,-1.0099375 + 5365: 67,-21 - node: color: '#FFFFFFFF' id: Grassd3 decals: - 1968: -4.4795556,-66.02707 - 1969: -3.827491,-65.980194 - 1978: 4.023619,-66.042694 - 3923: 74.059975,-0.6505625 + 1963: -4.4795556,-66.02707 + 1964: -3.827491,-65.980194 + 1973: 4.023619,-66.042694 + 3918: 74.059975,-0.6505625 - node: color: '#FFFFFFFF' id: Grasse1 decals: - 1967: -5.8389306,-65.18332 - 2601: 6.8901,-54.0372 - 3922: 73.98185,0.099437475 - 3969: 42.812138,48.891216 + 1962: -5.8389306,-65.18332 + 2596: 6.8901,-54.0372 + 3917: 73.98185,0.099437475 + 3964: 42.812138,48.891216 - node: color: '#FFFFFFFF' id: Grasse2 decals: - 1966: -4.1020737,-65.21457 - 2387: -12,-35 - 2413: -42,-8 - 3968: 41.968388,48.922466 + 1961: -4.1020737,-65.21457 + 2382: -12,-35 + 2408: -42,-8 + 3963: 41.968388,48.922466 - node: color: '#FFFFFFFF' id: Grasse3 decals: - 1965: -5.930198,-65.948944 - 2407: -46,-7 - 2420: -30,11 - 2592: 11.027498,-55.97684 - 2593: 10.621248,-55.211216 - 2597: -10.248819,-56.054966 - 2600: 5.5976915,-54.021576 - 3966: 45.171513,48.93809 - 3967: 46.155888,48.984966 - 4386: 44.295193,3.2867694 - 4387: 45.810818,-4.1507306 - 4388: 43.326443,-0.27573055 - 4783: 45.191544,4.141826 + 1960: -5.930198,-65.948944 + 2402: -46,-7 + 2415: -30,11 + 2587: 11.027498,-55.97684 + 2588: 10.621248,-55.211216 + 2592: -10.248819,-56.054966 + 2595: 5.5976915,-54.021576 + 3961: 45.171513,48.93809 + 3962: 46.155888,48.984966 + 4381: 44.295193,3.2867694 + 4382: 45.810818,-4.1507306 + 4383: 43.326443,-0.27573055 + 4778: 45.191544,4.141826 - node: color: '#FFFFFFFF' id: GrayConcreteTrimBox decals: - 6170: -3,-3 + 6139: -3,-3 - node: color: '#EFB34196' id: GrayConcreteTrimCornerNe decals: - 4768: -10,45 + 4763: -10,45 - node: color: '#FFFFFFFF' id: GrayConcreteTrimCornerNe decals: - 4999: 60,53 - 5000: 61,50 - 5899: 55,31 - 6168: 5,-3 - 6265: 27,-5 + 4994: 60,53 + 4995: 61,50 + 5872: 55,31 + 6137: 5,-3 + 6234: 27,-5 - node: color: '#474F52FF' id: GrayConcreteTrimCornerNw decals: - 5599: -32,63 + 5578: -32,63 - node: color: '#EFB34196' id: GrayConcreteTrimCornerNw decals: - 4767: -13,45 + 4762: -13,45 - node: color: '#FFFFFFFF' id: GrayConcreteTrimCornerNw decals: - 3994: 2,45 - 4997: 55,50 - 4998: 59,53 - 5898: 51,31 - 6169: -5,-4 - 6177: 3,-3 + 3989: 2,45 + 4992: 55,50 + 4993: 59,53 + 5871: 51,31 + 6138: -5,-4 + 6146: 3,-3 - node: cleanable: True color: '#FFFFFFFF' id: GrayConcreteTrimCornerNw decals: - 4507: 17,24 + 4502: 17,24 - node: color: '#474F52FF' id: GrayConcreteTrimCornerSe decals: - 5600: -35,64 + 5579: -35,64 - node: color: '#EFB34196' id: GrayConcreteTrimCornerSe decals: - 4770: -10,42 + 4765: -10,42 - node: color: '#FFFFFFFF' id: GrayConcreteTrimCornerSe decals: - 5001: 61,49 - 5901: 55,27 - 6163: 1,-8 - 6167: 5,-7 + 4996: 61,49 + 5874: 55,27 + 6132: 1,-8 + 6136: 5,-7 - node: color: '#EFB34196' id: GrayConcreteTrimCornerSw decals: - 4769: -13,42 + 4764: -13,42 - node: color: '#FFFFFFFF' id: GrayConcreteTrimCornerSw decals: - 3993: 2,49 - 5002: 55,49 - 5900: 51,27 - 6128: -30,-6 - 6157: -5,-7 - 6164: -1,-8 - 6218: 50,-10 - 6242: 25,-8 + 3988: 2,49 + 4997: 55,49 + 5873: 51,27 + 6097: -30,-6 + 6126: -5,-7 + 6133: -1,-8 + 6187: 50,-10 + 6211: 25,-8 - node: cleanable: True color: '#FFFFFFFF' id: GrayConcreteTrimCornerSw decals: - 4503: 17,20 + 4498: 17,20 - node: color: '#474F52FF' id: GrayConcreteTrimInnerNe decals: - 5608: -36,62 + 5587: -36,62 - node: color: '#FFFFFFFF' id: GrayConcreteTrimInnerNe decals: - 4060: -42,29 - 4098: -47,29 - 5016: 60,50 - 5913: 52,31 - 6263: 5,-5 - 6266: 27,-6 + 4055: -42,29 + 4093: -47,29 + 5011: 60,50 + 5886: 52,31 + 6232: 5,-5 + 6235: 27,-6 - node: color: '#474F52FF' id: GrayConcreteTrimInnerNw decals: - 5602: -32,62 - 5605: -32,62 + 5581: -32,62 + 5584: -32,62 - node: color: '#FFFFFFFF' id: GrayConcreteTrimInnerNw decals: - 4056: -44,29 - 4057: -39,29 - 5006: 59,50 - 5914: 52,31 - 6127: -5,-5 - 6178: 3,-4 + 4051: -44,29 + 4052: -39,29 + 5001: 59,50 + 5887: 52,31 + 6096: -5,-5 + 6147: 3,-4 - node: cleanable: True color: '#FFFFFFFF' id: GrayConcreteTrimInnerNw decals: - 4533: -5,-5 + 4528: -5,-5 - node: color: '#474F52FF' id: GrayConcreteTrimInnerSe decals: - 5601: -35,65 - 5607: -36,64 + 5580: -35,65 + 5586: -36,64 - node: color: '#FFFFFFFF' id: GrayConcreteTrimInnerSe decals: - 4058: -47,32 - 4059: -42,32 - 6160: 1,-7 - 6262: 5,-6 + 4053: -47,32 + 4054: -42,32 + 6129: 1,-7 + 6231: 5,-6 - node: color: '#474F52FF' id: GrayConcreteTrimInnerSw decals: - 5606: -31,65 + 5585: -31,65 - node: color: '#FFFFFFFF' id: GrayConcreteTrimInnerSw decals: - 4052: -44,32 - 4053: -39,32 - 6158: -5,-6 - 6159: -1,-7 - 6219: 50,-8 - 6243: 25,-6 + 4047: -44,32 + 4048: -39,32 + 6127: -5,-6 + 6128: -1,-7 + 6188: 50,-8 + 6212: 25,-6 - node: color: '#474F52FF' id: GrayConcreteTrimLineE decals: - 5603: -36,63 + 5582: -36,63 - node: color: '#EFB34196' id: GrayConcreteTrimLineE decals: - 4771: -10,43 - 4772: -10,44 + 4766: -10,43 + 4767: -10,44 - node: color: '#FFFFFFFF' id: GrayConcreteTrimLineE decals: - 4039: -47,30 - 4040: -47,31 - 4041: -42,30 - 4042: -42,31 - 5009: 60,51 - 5010: 60,52 - 5902: 55,30 - 5903: 55,29 - 5904: 55,28 - 6264: 5,-4 + 4034: -47,30 + 4035: -47,31 + 4036: -42,30 + 4037: -42,31 + 5004: 60,51 + 5005: 60,52 + 5875: 55,30 + 5876: 55,29 + 5877: 55,28 + 6233: 5,-4 - node: color: '#474F52FF' id: GrayConcreteTrimLineN decals: - 5593: -35,62 - 5594: -34,62 - 5595: -33,62 + 5572: -35,62 + 5573: -34,62 + 5574: -33,62 - node: color: '#EFB34196' id: GrayConcreteTrimLineN decals: - 4773: -12,45 - 4774: -11,45 + 4768: -12,45 + 4769: -11,45 - node: color: '#FFFFFFFF' id: GrayConcreteTrimLineN decals: - 4043: -45,29 - 4044: -41,29 - 4045: -40,29 - 4097: -46,29 - 5003: 56,50 - 5004: 57,50 - 5005: 58,50 - 5905: 54,31 - 5906: 53,31 - 6107: -26,-5 - 6108: -25,-5 - 6109: -24,-5 - 6110: -23,-5 - 6111: -22,-5 - 6112: -21,-5 - 6113: -20,-5 - 6114: -19,-5 - 6115: -18,-5 - 6116: -17,-5 - 6117: -16,-5 - 6118: -15,-5 - 6119: -14,-5 - 6120: -13,-5 - 6121: -12,-5 - 6122: -11,-5 - 6123: -10,-5 - 6124: -9,-5 - 6125: -8,-5 - 6126: -7,-5 - 6171: 4,-3 - 6172: -1,-4 - 6173: 0,-4 - 6174: 1,-4 - 6175: -2,-4 - 6176: 2,-4 - 6179: -4,-4 - 6180: -3,-4 - 6181: 7,-5 - 6182: 8,-5 - 6183: 8,-5 - 6184: 10,-5 - 6185: 12,-5 - 6186: 12,-5 - 6187: 9,-5 - 6188: 11,-5 - 6189: 13,-5 - 6190: 14,-5 - 6191: 16,-5 - 6192: 17,-5 - 6193: 15,-5 - 6194: 18,-5 - 6195: 19,-5 - 6196: 20,-5 - 6197: 22,-5 - 6198: 23,-5 - 6199: 24,-5 - 6200: 25,-5 - 6201: 26,-5 - 6202: 28,-6 - 6203: 29,-6 - 6204: 30,-6 - 6205: 31,-6 - 6206: 32,-6 - 6207: 33,-6 - 6208: 34,-6 - 6209: 35,-6 - 6210: 39,-6 - 6211: 40,-6 - 6212: 41,-6 - 6213: 42,-6 - 6214: 48,-6 - 6215: 49,-6 - 6216: 50,-6 - 6217: 51,-6 + 4038: -45,29 + 4039: -41,29 + 4040: -40,29 + 4092: -46,29 + 4998: 56,50 + 4999: 57,50 + 5000: 58,50 + 5878: 54,31 + 5879: 53,31 + 6076: -26,-5 + 6077: -25,-5 + 6078: -24,-5 + 6079: -23,-5 + 6080: -22,-5 + 6081: -21,-5 + 6082: -20,-5 + 6083: -19,-5 + 6084: -18,-5 + 6085: -17,-5 + 6086: -16,-5 + 6087: -15,-5 + 6088: -14,-5 + 6089: -13,-5 + 6090: -12,-5 + 6091: -11,-5 + 6092: -10,-5 + 6093: -9,-5 + 6094: -8,-5 + 6095: -7,-5 + 6140: 4,-3 + 6141: -1,-4 + 6142: 0,-4 + 6143: 1,-4 + 6144: -2,-4 + 6145: 2,-4 + 6148: -4,-4 + 6149: -3,-4 + 6150: 7,-5 + 6151: 8,-5 + 6152: 8,-5 + 6153: 10,-5 + 6154: 12,-5 + 6155: 12,-5 + 6156: 9,-5 + 6157: 11,-5 + 6158: 13,-5 + 6159: 14,-5 + 6160: 16,-5 + 6161: 17,-5 + 6162: 15,-5 + 6163: 18,-5 + 6164: 19,-5 + 6165: 20,-5 + 6166: 22,-5 + 6167: 23,-5 + 6168: 24,-5 + 6169: 25,-5 + 6170: 26,-5 + 6171: 28,-6 + 6172: 29,-6 + 6173: 30,-6 + 6174: 31,-6 + 6175: 32,-6 + 6176: 33,-6 + 6177: 34,-6 + 6178: 35,-6 + 6179: 39,-6 + 6180: 40,-6 + 6181: 41,-6 + 6182: 42,-6 + 6183: 48,-6 + 6184: 49,-6 + 6185: 50,-6 + 6186: 51,-6 - node: cleanable: True color: '#FFFFFFFF' id: GrayConcreteTrimLineN decals: - 4508: 18,24 - 4509: 19,24 - 4510: 20,24 - 4511: 21,24 - 4512: 22,24 - 4522: 47,-6 - 4523: 46,-6 - 4524: 44,-6 - 4525: 45,-6 - 4526: 43,-6 - 4530: -4,-3 - 4531: -7,-5 - 4532: -8,-5 - 4534: -9,-5 - 4535: -10,-5 - 4536: -11,-5 - 4537: -12,-5 - 4538: -13,-5 - 4539: -14,-5 - 4540: -15,-5 - 4541: -16,-5 - 4542: -17,-5 - 4543: -18,-5 - 4544: -19,-5 - 4545: -20,-5 - 4546: -21,-5 - 4547: -22,-5 - 4548: -23,-5 - 4549: -24,-5 - 4550: -25,-5 - 4551: -26,-5 + 4503: 18,24 + 4504: 19,24 + 4505: 20,24 + 4506: 21,24 + 4507: 22,24 + 4517: 47,-6 + 4518: 46,-6 + 4519: 44,-6 + 4520: 45,-6 + 4521: 43,-6 + 4525: -4,-3 + 4526: -7,-5 + 4527: -8,-5 + 4529: -9,-5 + 4530: -10,-5 + 4531: -11,-5 + 4532: -12,-5 + 4533: -13,-5 + 4534: -14,-5 + 4535: -15,-5 + 4536: -16,-5 + 4537: -17,-5 + 4538: -18,-5 + 4539: -19,-5 + 4540: -20,-5 + 4541: -21,-5 + 4542: -22,-5 + 4543: -23,-5 + 4544: -24,-5 + 4545: -25,-5 + 4546: -26,-5 - node: color: '#474F52FF' id: GrayConcreteTrimLineS decals: - 5596: -34,65 - 5597: -33,65 - 5598: -32,65 + 5575: -34,65 + 5576: -33,65 + 5577: -32,65 - node: color: '#EFB34196' id: GrayConcreteTrimLineS decals: - 4777: -12,42 - 4778: -11,42 + 4772: -12,42 + 4773: -11,42 - node: color: '#FFFFFFFF' id: GrayConcreteTrimLineS decals: - 4046: -46,32 - 4047: -45,32 - 4048: -41,32 - 4049: -40,32 - 5011: 60,49 - 5012: 59,49 - 5013: 58,49 - 5014: 57,49 - 5015: 56,49 - 5910: 52,27 - 5911: 53,27 - 5912: 54,27 - 6129: -29,-6 - 6130: -28,-6 - 6131: -27,-6 - 6132: -26,-6 - 6133: -25,-6 - 6134: -24,-6 - 6135: -22,-6 - 6136: -23,-6 - 6137: -21,-6 - 6138: -20,-6 - 6139: -19,-6 - 6140: -18,-6 - 6141: -17,-6 - 6142: -16,-6 - 6143: -15,-6 - 6144: -14,-6 - 6145: -13,-6 - 6146: -12,-6 - 6147: -11,-6 - 6148: -10,-6 - 6149: -9,-6 - 6150: -8,-6 - 6151: -7,-6 - 6152: -4,-7 - 6153: 0,-8 - 6154: 4,-7 - 6155: 3,-7 - 6156: -3,-7 - 6165: -2,-7 - 6166: 2,-7 - 6221: 49,-8 - 6222: 48,-8 - 6223: 47,-8 - 6224: 46,-8 - 6225: 45,-8 - 6226: 44,-8 - 6227: 43,-8 - 6228: 42,-8 - 6229: 41,-8 - 6230: 40,-8 - 6231: 39,-8 - 6232: 35,-8 - 6233: 34,-8 - 6234: 33,-8 - 6235: 31,-8 - 6236: 31,-8 - 6237: 32,-8 - 6238: 30,-8 - 6239: 29,-8 - 6240: 27,-8 - 6241: 26,-8 - 6245: 24,-6 - 6246: 23,-6 - 6247: 22,-6 - 6248: 20,-6 - 6249: 19,-6 - 6250: 18,-6 - 6251: 17,-6 - 6252: 16,-6 - 6253: 15,-6 - 6254: 14,-6 - 6255: 13,-6 - 6256: 12,-6 - 6257: 11,-6 - 6258: 10,-6 - 6259: 9,-6 - 6260: 8,-6 - 6261: 7,-6 + 4041: -46,32 + 4042: -45,32 + 4043: -41,32 + 4044: -40,32 + 5006: 60,49 + 5007: 59,49 + 5008: 58,49 + 5009: 57,49 + 5010: 56,49 + 5883: 52,27 + 5884: 53,27 + 5885: 54,27 + 6098: -29,-6 + 6099: -28,-6 + 6100: -27,-6 + 6101: -26,-6 + 6102: -25,-6 + 6103: -24,-6 + 6104: -22,-6 + 6105: -23,-6 + 6106: -21,-6 + 6107: -20,-6 + 6108: -19,-6 + 6109: -18,-6 + 6110: -17,-6 + 6111: -16,-6 + 6112: -15,-6 + 6113: -14,-6 + 6114: -13,-6 + 6115: -12,-6 + 6116: -11,-6 + 6117: -10,-6 + 6118: -9,-6 + 6119: -8,-6 + 6120: -7,-6 + 6121: -4,-7 + 6122: 0,-8 + 6123: 4,-7 + 6124: 3,-7 + 6125: -3,-7 + 6134: -2,-7 + 6135: 2,-7 + 6190: 49,-8 + 6191: 48,-8 + 6192: 47,-8 + 6193: 46,-8 + 6194: 45,-8 + 6195: 44,-8 + 6196: 43,-8 + 6197: 42,-8 + 6198: 41,-8 + 6199: 40,-8 + 6200: 39,-8 + 6201: 35,-8 + 6202: 34,-8 + 6203: 33,-8 + 6204: 31,-8 + 6205: 31,-8 + 6206: 32,-8 + 6207: 30,-8 + 6208: 29,-8 + 6209: 27,-8 + 6210: 26,-8 + 6214: 24,-6 + 6215: 23,-6 + 6216: 22,-6 + 6217: 20,-6 + 6218: 19,-6 + 6219: 18,-6 + 6220: 17,-6 + 6221: 16,-6 + 6222: 15,-6 + 6223: 14,-6 + 6224: 13,-6 + 6225: 12,-6 + 6226: 11,-6 + 6227: 10,-6 + 6228: 9,-6 + 6229: 8,-6 + 6230: 7,-6 - node: cleanable: True color: '#FFFFFFFF' id: GrayConcreteTrimLineS decals: - 4497: 22,20 - 4498: 21,20 - 4499: 19,20 - 4500: 20,20 - 4501: 18,20 - 4502: 17,20 - 4529: 0,-8 + 4492: 22,20 + 4493: 21,20 + 4494: 19,20 + 4495: 20,20 + 4496: 18,20 + 4497: 17,20 + 4524: 0,-8 - node: color: '#474F52FF' id: GrayConcreteTrimLineW decals: - 5604: -31,64 + 5583: -31,64 - node: color: '#EFB34196' id: GrayConcreteTrimLineW decals: - 4775: -13,43 - 4776: -13,44 + 4770: -13,43 + 4771: -13,44 - node: color: '#FFFFFFFF' id: GrayConcreteTrimLineW decals: - 3995: 2,44 - 3996: 2,50 - 4050: -39,30 - 4051: -39,31 - 4054: -44,30 - 4055: -44,31 - 5007: 59,51 - 5008: 59,52 - 5907: 51,30 - 5908: 51,29 - 5909: 51,28 - 6220: 50,-9 - 6244: 25,-7 + 3990: 2,44 + 3991: 2,50 + 4045: -39,30 + 4046: -39,31 + 4049: -44,30 + 4050: -44,31 + 5002: 59,51 + 5003: 59,52 + 5880: 51,30 + 5881: 51,29 + 5882: 51,28 + 6189: 50,-9 + 6213: 25,-7 - node: cleanable: True color: '#FFFFFFFF' id: GrayConcreteTrimLineW decals: - 4504: 17,21 - 4505: 17,22 - 4506: 17,23 + 4499: 17,21 + 4500: 17,22 + 4501: 17,23 - node: color: '#334E6DC8' id: HalfTileOverlayGreyscale decals: - 4681: -91,73 + 4676: -91,73 - node: color: '#52B4E996' id: HalfTileOverlayGreyscale @@ -6254,37 +6354,37 @@ entities: 1051: 21,-27 1052: 22,-27 1053: 23,-27 - 1544: 29,-29 - 1545: 30,-29 - 1546: 31,-29 - 1547: 32,-29 - 1548: 33,-29 - 1549: 34,-29 - 1550: 35,-29 - 4654: -87,74 - 5090: 37,-19 - 5091: 35,-20 - 5092: 34,-20 - 5093: 33,-20 - 5094: 32,-20 - 5095: 31,-20 - 5096: 30,-20 - 5097: 29,-20 - 5104: 27,-17 - 5138: 32,-16 - 5139: 33,-16 + 1539: 29,-29 + 1540: 30,-29 + 1541: 31,-29 + 1542: 32,-29 + 1543: 33,-29 + 1544: 34,-29 + 1545: 35,-29 + 4649: -87,74 + 5069: 37,-19 + 5070: 35,-20 + 5071: 34,-20 + 5072: 33,-20 + 5073: 32,-20 + 5074: 31,-20 + 5075: 30,-20 + 5076: 29,-20 + 5083: 27,-17 + 5117: 32,-16 + 5118: 33,-16 - node: color: '#5E7C16FF' id: HalfTileOverlayGreyscale decals: - 4688: -74,86 + 4683: -74,86 - node: color: '#9FED5896' id: HalfTileOverlayGreyscale decals: - 2515: -14,63 - 2519: -17,63 - 5724: -79,86 + 2510: -14,63 + 2514: -17,63 + 5697: -79,86 - node: color: '#A4610696' id: HalfTileOverlayGreyscale @@ -6297,7 +6397,7 @@ entities: 273: -46,-37 274: -45,-37 275: -44,-37 - 5725: -76,85 + 5698: -76,85 - node: zIndex: 3 color: '#A4610696' @@ -6354,7 +6454,7 @@ entities: 56: -33,-21 95: -21,-16 96: -20,-16 - 4564: -79,78 + 4559: -79,78 - node: zIndex: 3 color: '#D381C996' @@ -6374,46 +6474,46 @@ entities: color: '#D4D4D428' id: HalfTileOverlayGreyscale decals: - 4586: -71,86 + 4581: -71,86 - node: color: '#DE3A3A96' id: HalfTileOverlayGreyscale decals: - 1390: 23,33 - 1456: 42,47 - 1457: 41,47 - 1458: 43,47 - 1459: 45,47 - 1460: 44,47 - 1461: 46,47 - 1462: 48,47 - 1463: 47,47 - 1464: 49,47 - 1465: 50,47 - 1466: 51,47 - 1507: 38,54 - 1508: 37,54 - 1509: 36,54 - 1510: 35,54 - 1511: 34,54 - 1512: 32,54 - 1513: 33,54 - 1514: 31,54 - 1536: 29,59 - 4558: -71,78 - 4653: -88,74 - 4963: 54,35 - 4964: 55,35 - 4965: 56,35 - 4966: 57,35 - 4967: 58,35 - 4968: 59,35 - 4969: 61,47 + 1385: 23,33 + 1451: 42,47 + 1452: 41,47 + 1453: 43,47 + 1454: 45,47 + 1455: 44,47 + 1456: 46,47 + 1457: 48,47 + 1458: 47,47 + 1459: 49,47 + 1460: 50,47 + 1461: 51,47 + 1502: 38,54 + 1503: 37,54 + 1504: 36,54 + 1505: 35,54 + 1506: 34,54 + 1507: 32,54 + 1508: 33,54 + 1509: 31,54 + 1531: 29,59 + 4553: -71,78 + 4648: -88,74 + 4958: 54,35 + 4959: 55,35 + 4960: 56,35 + 4961: 57,35 + 4962: 58,35 + 4963: 59,35 + 4964: 61,47 - node: color: '#EC3A3A73' id: HalfTileOverlayGreyscale decals: - 2607: 38,35 + 2602: 38,35 - node: color: '#EFB34196' id: HalfTileOverlayGreyscale @@ -6496,35 +6596,35 @@ entities: 1040: 21,-31 1041: 22,-31 1042: 23,-31 - 4620: -19,40 - 4621: -18,40 - 4622: -17,40 - 4623: -16,40 - 4624: -15,40 - 4625: -14,40 - 4626: -13,40 - 4627: -12,40 - 4628: -12,40 - 4647: -11,40 - 4652: -89,74 + 4615: -19,40 + 4616: -18,40 + 4617: -17,40 + 4618: -16,40 + 4619: -15,40 + 4620: -14,40 + 4621: -13,40 + 4622: -12,40 + 4623: -12,40 + 4642: -11,40 + 4647: -89,74 - node: color: '#FFFFFF7F' id: HalfTileOverlayGreyscale decals: - 2894: 31,-36 - 2895: 32,-36 - 2896: 33,-36 + 2889: 31,-36 + 2890: 32,-36 + 2891: 33,-36 - node: color: '#00A7FF7F' id: HalfTileOverlayGreyscale180 decals: - 2910: 28,-40 - 2911: 27,-40 + 2905: 28,-40 + 2906: 27,-40 - node: color: '#1D1D21FF' id: HalfTileOverlayGreyscale180 decals: - 4686: -74,86 + 4681: -74,86 - node: color: '#334E6DC8' id: HalfTileOverlayGreyscale180 @@ -6532,12 +6632,12 @@ entities: 548: -1,-26 549: 0,-26 550: 1,-26 - 5726: -74,79 + 5699: -74,79 - node: color: '#474F52FF' id: HalfTileOverlayGreyscale180 decals: - 4594: -71,86 + 4589: -71,86 - node: color: '#52B4E996' id: HalfTileOverlayGreyscale180 @@ -6552,22 +6652,22 @@ entities: 1057: 21,-29 1058: 22,-29 1059: 23,-29 - 1543: 31,-32 - 2659: 32,-32 - 4205: 29,-22 - 4206: 30,-22 - 4207: 34,-22 - 4208: 35,-22 - 4565: -79,78 - 5141: 32,-18 - 5142: 33,-18 + 1538: 31,-32 + 2654: 32,-32 + 4200: 29,-22 + 4201: 30,-22 + 4202: 34,-22 + 4203: 35,-22 + 4560: -79,78 + 5120: 32,-18 + 5121: 33,-18 - node: color: '#9FED5896' id: HalfTileOverlayGreyscale180 decals: - 2516: -14,55 - 2520: -17,55 - 4656: -88,72 + 2511: -14,55 + 2515: -17,55 + 4651: -88,72 - node: color: '#A4610696' id: HalfTileOverlayGreyscale180 @@ -6584,8 +6684,8 @@ entities: 291: -50,-47 292: -52,-47 293: -51,-47 - 4568: -76,87 - 4655: -89,72 + 4563: -76,87 + 4650: -89,72 - node: zIndex: 3 color: '#A4610696' @@ -6636,8 +6736,8 @@ entities: 85: -21,-27 86: -20,-27 94: -21,-18 - 3311: -30,-34 - 4677: -87,72 + 3306: -30,-34 + 4672: -87,72 - node: zIndex: 3 color: '#D381C996' @@ -6655,8 +6755,8 @@ entities: color: '#D4D4D496' id: HalfTileOverlayGreyscale180 decals: - 4680: -91,73 - 4683: -79,86 + 4675: -91,73 + 4678: -79,86 - node: color: '#DE3A3A96' id: HalfTileOverlayGreyscale180 @@ -6664,38 +6764,38 @@ entities: 551: 3,-26 552: 4,-26 553: 5,-26 - 1389: 23,26 - 1467: 49,37 - 1468: 48,37 - 1469: 47,37 - 1470: 46,37 - 1471: 45,37 - 1472: 44,37 - 1473: 43,37 - 1474: 41,37 - 1475: 42,37 - 1476: 40,37 - 1515: 29,52 - 1516: 30,52 - 1517: 31,52 - 1518: 33,52 - 1519: 32,52 - 1520: 34,52 - 1521: 35,52 - 1534: 38,37 - 1535: 39,37 - 4980: 60,33 - 4981: 59,33 - 4982: 57,33 - 4983: 54,33 - 4984: 55,33 - 4985: 56,33 - 4986: 53,33 + 1384: 23,26 + 1462: 49,37 + 1463: 48,37 + 1464: 47,37 + 1465: 46,37 + 1466: 45,37 + 1467: 44,37 + 1468: 43,37 + 1469: 41,37 + 1470: 42,37 + 1471: 40,37 + 1510: 29,52 + 1511: 30,52 + 1512: 31,52 + 1513: 33,52 + 1514: 32,52 + 1515: 34,52 + 1516: 35,52 + 1529: 38,37 + 1530: 39,37 + 4975: 60,33 + 4976: 59,33 + 4977: 57,33 + 4978: 54,33 + 4979: 55,33 + 4980: 56,33 + 4981: 53,33 - node: color: '#EC3A3A73' id: HalfTileOverlayGreyscale180 decals: - 2610: 38,33 + 2605: 38,33 - node: color: '#EFB34196' id: HalfTileOverlayGreyscale180 @@ -6774,41 +6874,41 @@ entities: 1036: 22,-40 1037: 21,-40 1038: 20,-40 - 4560: -71,78 - 4629: -19,36 - 4630: -18,36 - 4631: -16,36 - 4632: -15,36 - 4633: -14,36 - 4634: -13,36 - 4635: -12,36 - 4636: -17,36 - 4648: -11,36 + 4555: -71,78 + 4624: -19,36 + 4625: -18,36 + 4626: -16,36 + 4627: -15,36 + 4628: -14,36 + 4629: -13,36 + 4630: -12,36 + 4631: -17,36 + 4643: -11,36 - node: color: '#FFFFFF7F' id: HalfTileOverlayGreyscale180 decals: - 2891: 31,-40 - 2892: 32,-40 - 2893: 33,-40 + 2886: 31,-40 + 2887: 32,-40 + 2888: 33,-40 - node: color: '#00A7FF7F' id: HalfTileOverlayGreyscale270 decals: - 2912: 26,-39 - 2913: 26,-38 - 2914: 26,-37 - 2915: 26,-36 + 2907: 26,-39 + 2908: 26,-38 + 2909: 26,-37 + 2910: 26,-36 - node: color: '#1D1D21FF' id: HalfTileOverlayGreyscale270 decals: - 4687: -73,85 + 4682: -73,85 - node: color: '#334E6DC8' id: HalfTileOverlayGreyscale270 decals: - 4563: -73,78 + 4558: -73,78 - node: color: '#52B4E996' id: HalfTileOverlayGreyscale270 @@ -6828,22 +6928,22 @@ entities: 443: 26,-20 444: 26,-19 445: 26,-18 - 1551: 36,-28 - 1552: 36,-27 - 1553: 36,-24 - 1554: 36,-23 - 1559: 30,-34 - 5143: 31,-17 + 1546: 36,-28 + 1547: 36,-27 + 1548: 36,-24 + 1549: 36,-23 + 1554: 30,-34 + 5122: 31,-17 - node: color: '#5E7C16FF' id: HalfTileOverlayGreyscale270 decals: - 4571: -73,87 + 4566: -73,87 - node: color: '#9FED5896' id: HalfTileOverlayGreyscale270 decals: - 4569: -78,87 + 4564: -78,87 - node: color: '#A4610696' id: HalfTileOverlayGreyscale270 @@ -6902,51 +7002,51 @@ entities: 91: -20,-20 92: -20,-19 93: -22,-17 - 5727: -78,79 + 5700: -78,79 - node: color: '#D4D4D496' id: HalfTileOverlayGreyscale270 decals: - 4682: -78,85 + 4677: -78,85 - node: color: '#DE3A3A96' id: HalfTileOverlayGreyscale270 decals: - 1182: 24,21 - 1183: 24,22 - 1184: 24,23 - 1484: 51,34 - 1485: 51,35 - 1486: 37,39 - 1487: 37,40 - 1488: 37,41 - 1489: 37,48 - 1490: 37,50 - 1491: 37,49 - 1492: 28,53 - 1493: 28,54 - 1494: 28,55 - 1495: 28,56 - 1496: 28,57 - 1497: 28,58 - 1533: 37,38 - 2443: 23,59 - 2444: 23,58 - 4987: 60,36 - 4988: 60,37 - 4989: 60,38 - 4990: 60,39 - 4991: 60,40 - 4992: 60,41 - 4993: 60,43 - 4994: 60,45 - 4995: 60,44 - 4996: 60,42 + 1180: 24,21 + 1181: 24,22 + 1182: 24,23 + 1479: 51,34 + 1480: 51,35 + 1481: 37,39 + 1482: 37,40 + 1483: 37,41 + 1484: 37,48 + 1485: 37,50 + 1486: 37,49 + 1487: 28,53 + 1488: 28,54 + 1489: 28,55 + 1490: 28,56 + 1491: 28,57 + 1492: 28,58 + 1528: 37,38 + 2438: 23,59 + 2439: 23,58 + 4982: 60,36 + 4983: 60,37 + 4984: 60,38 + 4985: 60,39 + 4986: 60,40 + 4987: 60,41 + 4988: 60,43 + 4989: 60,45 + 4990: 60,44 + 4991: 60,42 - node: color: '#EC3A3A73' id: HalfTileOverlayGreyscale270 decals: - 2609: 37,34 + 2604: 37,34 - node: color: '#EFB34196' id: HalfTileOverlayGreyscale270 @@ -6990,29 +7090,29 @@ entities: 1032: 19,-34 1033: 19,-33 1034: 19,-32 - 4640: -20,37 - 4641: -20,38 - 4642: -20,39 + 4635: -20,37 + 4636: -20,38 + 4637: -20,39 - node: color: '#FFFFFF7F' id: HalfTileOverlayGreyscale270 decals: - 2899: 30,-38 - 2900: 30,-39 - 2901: 30,-37 + 2894: 30,-38 + 2895: 30,-39 + 2896: 30,-37 - node: color: '#00A7FF7F' id: HalfTileOverlayGreyscale90 decals: - 2906: 29,-36 - 2907: 29,-37 - 2908: 29,-38 - 2909: 29,-39 + 2901: 29,-36 + 2902: 29,-37 + 2903: 29,-38 + 2904: 29,-39 - node: color: '#474F52FF' id: HalfTileOverlayGreyscale90 decals: - 4573: -72,85 + 4568: -72,85 - node: color: '#52B4E996' id: HalfTileOverlayGreyscale90 @@ -7026,29 +7126,29 @@ entities: 454: 38,-30 455: 38,-31 1060: 24,-28 - 1555: 28,-24 - 1556: 28,-23 - 1557: 28,-27 - 1558: 28,-28 - 1560: 34,-34 - 5098: 28,-19 - 5099: 28,-18 - 5100: 38,-23 - 5101: 38,-22 - 5102: 38,-21 - 5103: 38,-20 - 5140: 34,-17 + 1550: 28,-24 + 1551: 28,-23 + 1552: 28,-27 + 1553: 28,-28 + 1555: 34,-34 + 5077: 28,-19 + 5078: 28,-18 + 5079: 38,-23 + 5080: 38,-22 + 5081: 38,-21 + 5082: 38,-20 + 5119: 34,-17 - node: color: '#9FED5896' id: HalfTileOverlayGreyscale90 decals: - 2508: -13,57 - 2509: -13,58 - 2510: -13,59 - 2511: -13,60 - 2512: -13,61 - 2513: -13,62 - 2514: -13,56 + 2503: -13,57 + 2504: -13,58 + 2505: -13,59 + 2506: -13,60 + 2507: -13,61 + 2508: -13,62 + 2509: -13,56 - node: color: '#A4610696' id: HalfTileOverlayGreyscale90 @@ -7104,7 +7204,7 @@ entities: 104: -19,-24 105: -19,-25 106: -19,-26 - 3312: -27,-31 + 3307: -27,-31 - node: zIndex: 3 color: '#D381C996' @@ -7125,52 +7225,52 @@ entities: color: '#D4D4D428' id: HalfTileOverlayGreyscale90 decals: - 4570: -72,87 + 4565: -72,87 - node: color: '#DE3A3A96' id: HalfTileOverlayGreyscale90 decals: - 1179: 25,21 - 1180: 25,22 - 1181: 25,23 - 1477: 52,46 - 1478: 52,45 - 1479: 53,43 - 1480: 53,42 - 1481: 53,41 - 1482: 53,39 - 1483: 53,40 - 1498: 30,58 - 1499: 30,57 - 1500: 30,56 - 1501: 30,55 - 1502: 39,53 - 1503: 39,51 - 1504: 39,52 - 1505: 39,50 - 1506: 39,49 - 2445: 24,58 - 2446: 24,59 - 4970: 62,36 - 4971: 62,37 - 4972: 62,38 - 4973: 62,39 - 4974: 62,41 - 4975: 62,42 - 4976: 62,43 - 4977: 62,46 - 4978: 62,40 - 4979: 62,35 - 5021: 62,44 - 5022: 62,45 - 5033: 53,36 - 5034: 53,37 - 5035: 53,38 + 1177: 25,21 + 1178: 25,22 + 1179: 25,23 + 1472: 52,46 + 1473: 52,45 + 1474: 53,43 + 1475: 53,42 + 1476: 53,41 + 1477: 53,39 + 1478: 53,40 + 1493: 30,58 + 1494: 30,57 + 1495: 30,56 + 1496: 30,55 + 1497: 39,53 + 1498: 39,51 + 1499: 39,52 + 1500: 39,50 + 1501: 39,49 + 2440: 24,58 + 2441: 24,59 + 4965: 62,36 + 4966: 62,37 + 4967: 62,38 + 4968: 62,39 + 4969: 62,41 + 4970: 62,42 + 4971: 62,43 + 4972: 62,46 + 4973: 62,40 + 4974: 62,35 + 5016: 62,44 + 5017: 62,45 + 5028: 53,36 + 5029: 53,37 + 5030: 53,38 - node: color: '#EC3A3A73' id: HalfTileOverlayGreyscale90 decals: - 2608: 39,34 + 2603: 39,34 - node: color: '#EFB34196' id: HalfTileOverlayGreyscale90 @@ -7211,43 +7311,43 @@ entities: 1026: 24,-37 1027: 24,-38 1028: 24,-39 - 4637: -10,37 - 4638: -10,38 - 4639: -10,39 + 4632: -10,37 + 4633: -10,38 + 4634: -10,39 - node: color: '#EFB3419B' id: HalfTileOverlayGreyscale90 decals: - 2690: -27,16 - 2691: -27,15 - 2692: -27,14 + 2685: -27,16 + 2686: -27,15 + 2687: -27,14 - node: color: '#FFFFFF7F' id: HalfTileOverlayGreyscale90 decals: - 2897: 34,-39 - 2898: 34,-37 - 2922: 34,-38 + 2892: 34,-39 + 2893: 34,-37 + 2917: 34,-38 - node: angle: -1.5707963267948966 rad color: '#FFFFFFFF' id: LoadingArea decals: 299: -53,-46 - 1933: 12,-85 - 1934: 12,-78 - 1935: -6,-78 - 1936: -6,-85 + 1928: 12,-85 + 1929: 12,-78 + 1930: -6,-78 + 1931: -6,-85 - node: angle: 1.5707963267948966 rad color: '#FFFFFFFF' id: LoadingArea decals: 300: -53,-44 - 1931: 6,-78 - 1932: 6,-85 - 1937: -12,-85 - 1938: -12,-78 + 1926: 6,-78 + 1927: 6,-85 + 1932: -12,-85 + 1933: -12,-78 - node: color: '#FFFFFFFF' id: LoadingAreaGreyscale @@ -7291,14 +7391,14 @@ entities: color: '#D381C996' id: MiniTileDarkCornerNe decals: - 3281: -26,-36 - 3282: -23,-37 + 3276: -26,-36 + 3277: -23,-37 - node: color: '#FFFFFFFF' id: MiniTileDarkCornerNe decals: - 4707: -82,69 - 4766: -82,84 + 4702: -82,69 + 4761: -82,84 - node: color: '#52B4E9AE' id: MiniTileDarkCornerNw @@ -7309,12 +7409,12 @@ entities: color: '#D381C996' id: MiniTileDarkCornerNw decals: - 3280: -27,-36 + 3275: -27,-36 - node: color: '#FFFFFFFF' id: MiniTileDarkCornerNw decals: - 4706: -84,69 + 4701: -84,69 - node: color: '#52B4E9AE' id: MiniTileDarkCornerSe @@ -7325,13 +7425,13 @@ entities: color: '#D381C996' id: MiniTileDarkCornerSe decals: - 3283: -23,-40 + 3278: -23,-40 - node: color: '#FFFFFFFF' id: MiniTileDarkCornerSe decals: - 4741: -82,56 - 4764: -82,78 + 4736: -82,56 + 4759: -82,78 - node: color: '#52B4E9AE' id: MiniTileDarkCornerSw @@ -7342,76 +7442,76 @@ entities: color: '#D381C996' id: MiniTileDarkCornerSw decals: - 3284: -27,-40 + 3279: -27,-40 - node: color: '#FFFFFFFF' id: MiniTileDarkCornerSw decals: - 4742: -83,56 - 4743: -84,57 - 4765: -88,78 + 4737: -83,56 + 4738: -84,57 + 4760: -88,78 - node: color: '#D381C996' id: MiniTileDarkInnerNe decals: - 3285: -26,-37 + 3280: -26,-37 - node: color: '#FFFFFFFF' id: MiniTileDarkInnerNe decals: 1110: 44,42 - 1721: -18,15 - 1722: -17,14 - 2166: -34,-3 - 2227: -52,-2 - 2228: -53,-1 - 2229: -48,-1 - 2230: -43,-1 - 2231: -38,-1 - 2247: -37,-2 - 2863: -23,43 + 1716: -18,15 + 1717: -17,14 + 2161: -34,-3 + 2222: -52,-2 + 2223: -53,-1 + 2224: -48,-1 + 2225: -43,-1 + 2226: -38,-1 + 2242: -37,-2 + 2858: -23,43 - node: color: '#FFFFFFFF' id: MiniTileDarkInnerNw decals: 1109: 43,42 - 1723: -14,15 - 1724: -15,14 - 2226: -35,-2 - 2232: -34,-1 - 2233: -39,-1 - 2234: -44,-1 - 2235: -49,-1 + 1718: -14,15 + 1719: -15,14 + 2221: -35,-2 + 2227: -34,-1 + 2228: -39,-1 + 2229: -44,-1 + 2230: -49,-1 - node: color: '#FFFFFFFF' id: MiniTileDarkInnerSe decals: 1108: 44,42 - 1725: -18,17 - 1726: -17,18 - 2167: -34,2 - 2237: -53,1 - 2238: -52,2 - 2239: -48,1 - 2244: -38,1 - 2245: -43,1 - 2246: -37,2 - 2862: 0,53 - 2864: -23,43 + 1720: -18,17 + 1721: -17,18 + 2162: -34,2 + 2232: -53,1 + 2233: -52,2 + 2234: -48,1 + 2239: -38,1 + 2240: -43,1 + 2241: -37,2 + 2857: 0,53 + 2859: -23,43 - node: color: '#FFFFFFFF' id: MiniTileDarkInnerSw decals: 1107: 43,42 - 1727: -15,18 - 1728: -14,17 - 2236: -49,1 - 2240: -44,1 - 2241: -39,1 - 2242: -34,1 - 2243: -35,2 - 2861: 0,53 - 4744: -83,57 + 1722: -15,18 + 1723: -14,17 + 2231: -49,1 + 2235: -44,1 + 2236: -39,1 + 2237: -34,1 + 2238: -35,2 + 2856: 0,53 + 4739: -83,57 - node: color: '#52B4E9AE' id: MiniTileDarkLineE @@ -7424,53 +7524,53 @@ entities: color: '#D381C996' id: MiniTileDarkLineE decals: - 3288: -23,-39 - 3289: -23,-38 + 3283: -23,-39 + 3284: -23,-38 - node: color: '#FFFFFFFF' id: MiniTileDarkLineE decals: - 1712: -17,15 - 1713: -17,17 - 1714: -18,16 - 2156: -34,-2 - 2157: -34,-1 - 2158: -34,0 - 2159: -34,1 - 2200: -53,0 - 2201: -48,0 - 2202: -43,0 - 2203: -38,0 - 2210: -37,1 - 2211: -42,1 - 2212: -47,1 - 2213: -52,1 - 2214: -47,-1 - 2215: -52,-1 - 2216: -42,-1 - 2217: -37,-1 - 2572: -1,-48 - 2573: -1,-47 - 2574: -1,-44 - 2575: -1,-43 - 2576: -1,-40 - 2577: -1,-39 - 4708: -82,68 - 4709: -82,67 - 4710: -82,66 - 4711: -82,64 - 4712: -82,65 - 4713: -82,62 - 4714: -82,61 - 4715: -82,60 - 4716: -82,59 - 4731: -82,63 - 4745: -82,57 - 4754: -82,83 - 4755: -82,82 - 4756: -82,81 - 4757: -82,79 - 4758: -82,80 + 1707: -17,15 + 1708: -17,17 + 1709: -18,16 + 2151: -34,-2 + 2152: -34,-1 + 2153: -34,0 + 2154: -34,1 + 2195: -53,0 + 2196: -48,0 + 2197: -43,0 + 2198: -38,0 + 2205: -37,1 + 2206: -42,1 + 2207: -47,1 + 2208: -52,1 + 2209: -47,-1 + 2210: -52,-1 + 2211: -42,-1 + 2212: -37,-1 + 2567: -1,-48 + 2568: -1,-47 + 2569: -1,-44 + 2570: -1,-43 + 2571: -1,-40 + 2572: -1,-39 + 4703: -82,68 + 4704: -82,67 + 4705: -82,66 + 4706: -82,64 + 4707: -82,65 + 4708: -82,62 + 4709: -82,61 + 4710: -82,60 + 4711: -82,59 + 4726: -82,63 + 4740: -82,57 + 4749: -82,83 + 4750: -82,82 + 4751: -82,81 + 4752: -82,79 + 4753: -82,80 - node: color: '#52B4E9AE' id: MiniTileDarkLineN @@ -7481,37 +7581,37 @@ entities: color: '#D381C996' id: MiniTileDarkLineN decals: - 3286: -25,-37 - 3287: -24,-37 + 3281: -25,-37 + 3282: -24,-37 - node: color: '#FFFFFFFF' id: MiniTileDarkLineN decals: - 1709: -16,14 - 1710: -17,15 - 1711: -15,15 - 2150: -33,-3 - 2151: -32,-3 - 2152: -31,-3 - 2153: -30,-3 - 2154: -29,-3 - 2155: -28,-3 - 2192: -37,-1 - 2193: -35,-1 - 2194: -40,-1 - 2195: -42,-1 - 2196: -47,-1 - 2197: -45,-1 - 2198: -50,-1 - 2199: -52,-1 - 2208: -36,-2 - 2578: 0,-41 - 2579: 0,-45 - 2580: 0,-49 - 4750: -86,84 - 4751: -85,84 - 4752: -84,84 - 4753: -83,84 + 1704: -16,14 + 1705: -17,15 + 1706: -15,15 + 2145: -33,-3 + 2146: -32,-3 + 2147: -31,-3 + 2148: -30,-3 + 2149: -29,-3 + 2150: -28,-3 + 2187: -37,-1 + 2188: -35,-1 + 2189: -40,-1 + 2190: -42,-1 + 2191: -47,-1 + 2192: -45,-1 + 2193: -50,-1 + 2194: -52,-1 + 2203: -36,-2 + 2573: 0,-41 + 2574: 0,-45 + 2575: 0,-49 + 4745: -86,84 + 4746: -85,84 + 4747: -84,84 + 4748: -83,84 - node: color: '#52B4E9AE' id: MiniTileDarkLineS @@ -7522,9 +7622,9 @@ entities: color: '#D381C996' id: MiniTileDarkLineS decals: - 3290: -26,-40 - 3291: -25,-40 - 3292: -24,-40 + 3285: -26,-40 + 3286: -25,-40 + 3287: -24,-40 - node: color: '#FFFFFFFF' id: MiniTileDarkLineS @@ -7535,36 +7635,36 @@ entities: 1118: 27,67 1119: 28,67 1120: 29,67 - 1718: -17,17 - 1719: -16,18 - 1720: -15,17 - 2160: -33,2 - 2161: -32,2 - 2162: -31,2 - 2163: -30,2 - 2164: -29,2 - 2165: -28,2 - 2184: -40,1 - 2185: -42,1 - 2186: -45,1 - 2187: -47,1 - 2188: -50,1 - 2189: -52,1 - 2190: -37,1 - 2191: -35,1 - 2209: -36,2 - 2248: -37,-3 - 2249: -36,-3 - 2250: -36,-3 - 2251: -35,-3 - 2581: 0,-46 - 2582: 0,-42 - 2583: 0,-38 - 4759: -87,78 - 4760: -86,78 - 4761: -84,78 - 4762: -83,78 - 4763: -85,78 + 1713: -17,17 + 1714: -16,18 + 1715: -15,17 + 2155: -33,2 + 2156: -32,2 + 2157: -31,2 + 2158: -30,2 + 2159: -29,2 + 2160: -28,2 + 2179: -40,1 + 2180: -42,1 + 2181: -45,1 + 2182: -47,1 + 2183: -50,1 + 2184: -52,1 + 2185: -37,1 + 2186: -35,1 + 2204: -36,2 + 2243: -37,-3 + 2244: -36,-3 + 2245: -36,-3 + 2246: -35,-3 + 2576: 0,-46 + 2577: 0,-42 + 2578: 0,-38 + 4754: -87,78 + 4755: -86,78 + 4756: -84,78 + 4757: -83,78 + 4758: -85,78 - node: color: '#52B4E9AE' id: MiniTileDarkLineW @@ -7577,9 +7677,9 @@ entities: color: '#D381C996' id: MiniTileDarkLineW decals: - 3293: -27,-39 - 3294: -27,-38 - 3295: -27,-37 + 3288: -27,-39 + 3289: -27,-38 + 3290: -27,-37 - node: color: '#FFFFFFFF' id: MiniTileDarkLineW @@ -7588,71 +7688,75 @@ entities: 1122: 24,68 1123: 24,69 1124: 24,70 - 1715: -15,17 - 1716: -15,15 - 1717: -14,16 - 2204: -39,0 - 2205: -34,0 - 2206: -44,0 - 2207: -49,0 - 2218: -45,1 - 2219: -45,-1 - 2220: -50,1 - 2221: -50,-1 - 2222: -40,1 - 2223: -40,-1 - 2224: -35,-1 - 2225: -35,1 - 2584: 1,-39 - 2585: 1,-40 - 2586: 1,-43 - 2587: 1,-44 - 2588: 1,-47 - 2589: 1,-48 - 4732: -84,67 - 4733: -84,68 - 4734: -84,65 - 4735: -84,64 - 4736: -84,63 - 4737: -84,62 - 4738: -84,61 - 4739: -84,59 - 4740: -84,58 - 4746: -88,82 - 4747: -88,81 - 4748: -88,80 - 4749: -88,79 + 1710: -15,17 + 1711: -15,15 + 1712: -14,16 + 2199: -39,0 + 2200: -34,0 + 2201: -44,0 + 2202: -49,0 + 2213: -45,1 + 2214: -45,-1 + 2215: -50,1 + 2216: -50,-1 + 2217: -40,1 + 2218: -40,-1 + 2219: -35,-1 + 2220: -35,1 + 2579: 1,-39 + 2580: 1,-40 + 2581: 1,-43 + 2582: 1,-44 + 2583: 1,-47 + 2584: 1,-48 + 4727: -84,67 + 4728: -84,68 + 4729: -84,65 + 4730: -84,64 + 4731: -84,63 + 4732: -84,62 + 4733: -84,61 + 4734: -84,59 + 4735: -84,58 + 4741: -88,82 + 4742: -88,81 + 4743: -88,80 + 4744: -88,79 - node: color: '#334E6DC8' id: MiniTileDiagonalCheckerBOverlay decals: - 4669: -83,75 - 4670: -83,74 - 4671: -83,73 - 4672: -83,72 - 4673: -83,71 - 4674: -84,73 - 4675: -85,73 - 4717: -82,58 - 4718: -83,58 - 4719: -83,59 - 4720: -83,61 - 4721: -83,62 - 4722: -83,64 - 4723: -83,66 - 4724: -83,68 - 4725: -83,69 - 4726: -83,67 - 4727: -84,66 - 4728: -83,65 - 4729: -83,63 - 4730: -83,60 + 4664: -83,75 + 4665: -83,74 + 4666: -83,73 + 4667: -83,72 + 4668: -83,71 + 4669: -84,73 + 4670: -85,73 + 4712: -82,58 + 4713: -83,58 + 4714: -83,59 + 4715: -83,61 + 4716: -83,62 + 4717: -83,64 + 4718: -83,66 + 4719: -83,68 + 4720: -83,69 + 4721: -83,67 + 4722: -84,66 + 4723: -83,65 + 4724: -83,63 + 4725: -83,60 - node: color: '#FFFFFFFF' id: MiniTileSteelBox decals: - 3323: -11,54 - 3324: -10,54 + 3318: -11,54 + 3319: -10,54 + 6412: 74,34 + 6413: 78,38 + 6414: 69,34 + 6415: 65,38 - node: color: '#52B4E9AE' id: MiniTileSteelCornerNe @@ -7663,7 +7767,7 @@ entities: color: '#FFFFFFFF' id: MiniTileSteelCornerNe decals: - 3117: 63,24 + 3112: 63,24 - node: color: '#52B4E9AE' id: MiniTileSteelCornerNw @@ -7674,7 +7778,7 @@ entities: color: '#FFFFFFFF' id: MiniTileSteelCornerNw decals: - 3118: 60,24 + 3113: 60,24 - node: color: '#52B4E9AE' id: MiniTileSteelCornerSe @@ -7685,7 +7789,8 @@ entities: color: '#FFFFFFFF' id: MiniTileSteelCornerSe decals: - 3116: 63,20 + 3111: 63,20 + 6421: 78,34 - node: color: '#52B4E9AE' id: MiniTileSteelCornerSw @@ -7696,17 +7801,46 @@ entities: color: '#FFFFFFFF' id: MiniTileSteelCornerSw decals: - 3115: 60,20 + 3110: 60,20 + 6420: 65,34 + - node: + color: '#FFFFFFFF' + id: MiniTileSteelEndE + decals: + 6418: 66,34 + 6425: 72,34 + - node: + color: '#FFFFFFFF' + id: MiniTileSteelEndN + decals: + 6416: 65,35 + 6417: 78,35 + - node: + color: '#FFFFFFFF' + id: MiniTileSteelEndW + decals: + 6419: 77,34 + 6424: 71,34 + - node: + color: '#FFFFFFFF' + id: MiniTileSteelInnerNe + decals: + 6423: 65,34 + - node: + color: '#FFFFFFFF' + id: MiniTileSteelInnerNw + decals: + 6422: 78,34 - node: color: '#FFFFFFFF' id: MiniTileSteelInnerSe decals: - 2176: -34,-3 + 2171: -34,-3 - node: color: '#FFFFFFFF' id: MiniTileSteelInnerSw decals: - 2177: -29,-3 + 2172: -29,-3 - node: color: '#52B4E9AE' id: MiniTileSteelLineE @@ -7719,12 +7853,12 @@ entities: color: '#FFFFFFFF' id: MiniTileSteelLineE decals: - 2170: -34,-5 - 2171: -34,-4 - 3124: 63,21 - 3125: 63,22 - 3126: 63,23 - 4157: -10,-56 + 2165: -34,-5 + 2166: -34,-4 + 3119: 63,21 + 3120: 63,22 + 3121: 63,23 + 4152: -10,-56 - node: color: '#52B4E9AE' id: MiniTileSteelLineN @@ -7740,10 +7874,10 @@ entities: 1127: 33,19 1128: 34,19 1129: 35,19 - 3127: 61,24 - 3128: 62,24 - 4159: -11,-55 - 4164: 11,-55 + 3122: 61,24 + 3123: 62,24 + 4154: -11,-55 + 4159: 11,-55 - node: color: '#52B4E9AE' id: MiniTileSteelLineS @@ -7759,12 +7893,12 @@ entities: 1132: 33,17 1133: 35,17 1134: 34,17 - 2172: -33,-3 - 2173: -32,-3 - 2174: -31,-3 - 2175: -30,-3 - 3119: 61,20 - 3120: 62,20 + 2167: -33,-3 + 2168: -32,-3 + 2169: -31,-3 + 2170: -30,-3 + 3114: 61,20 + 3115: 62,20 - node: color: '#52B4E9AE' id: MiniTileSteelLineW @@ -7777,16 +7911,16 @@ entities: color: '#FFFFFFFF' id: MiniTileSteelLineW decals: - 1139: 33,59 - 1140: 33,58 - 1141: 33,57 - 1142: 33,56 - 2168: -29,-5 - 2169: -29,-4 - 3121: 60,21 - 3122: 60,22 - 3123: 60,23 - 4163: 10,-56 + 1137: 33,59 + 1138: 33,58 + 1139: 33,57 + 1140: 33,56 + 2163: -29,-5 + 2164: -29,-4 + 3116: 60,21 + 3117: 60,22 + 3118: 60,23 + 4158: 10,-56 - node: color: '#52B4E9AE' id: MiniTileWhiteCornerNe @@ -7796,7 +7930,7 @@ entities: color: '#DE3A3A96' id: MiniTileWhiteCornerNe decals: - 1401: 35,20 + 1396: 35,20 - node: color: '#52B4E9AE' id: MiniTileWhiteCornerNw @@ -7806,8 +7940,8 @@ entities: color: '#DE3A3A96' id: MiniTileWhiteCornerNw decals: - 1402: 31,20 - 1537: 32,59 + 1397: 31,20 + 1532: 32,59 - node: color: '#52B4E9AE' id: MiniTileWhiteCornerSe @@ -7817,7 +7951,7 @@ entities: color: '#DE3A3A96' id: MiniTileWhiteCornerSe decals: - 1393: 35,16 + 1388: 35,16 - node: color: '#52B4E9AE' id: MiniTileWhiteCornerSw @@ -7827,58 +7961,58 @@ entities: color: '#DE3A3A96' id: MiniTileWhiteCornerSw decals: - 1394: 31,16 - 1538: 32,56 + 1389: 31,16 + 1533: 32,56 - node: color: '#334E6DC8' id: MiniTileWhiteInnerNe decals: - 4213: -5,-31 - 4214: 2,-31 + 4208: -5,-31 + 4209: 2,-31 - node: color: '#DE3A3A96' id: MiniTileWhiteInnerNe decals: - 1406: 35,19 + 1401: 35,19 - node: color: '#FFFFFFFF' id: MiniTileWhiteInnerNe decals: - 1829: -61,16 - 2343: -5,62 + 1824: -61,16 + 2338: -5,62 - node: color: '#334E6DC8' id: MiniTileWhiteInnerNw decals: - 4212: -2,-31 - 4215: 5,-31 + 4207: -2,-31 + 4210: 5,-31 - node: color: '#DE3A3A96' id: MiniTileWhiteInnerNw decals: - 1405: 31,19 - 1539: 33,59 + 1400: 31,19 + 1534: 33,59 - node: color: '#FFFFFFFF' id: MiniTileWhiteInnerNw decals: - 1830: -63,16 + 1825: -63,16 - node: color: '#DE3A3A96' id: MiniTileWhiteInnerSe decals: - 1404: 35,17 + 1399: 35,17 - node: color: '#FFFFFFFF' id: MiniTileWhiteInnerSe decals: - 1831: -61,7 + 1826: -61,7 - node: color: '#DE3A3A96' id: MiniTileWhiteInnerSw decals: - 1403: 31,17 - 1540: 33,56 + 1398: 31,17 + 1535: 33,56 - node: color: '#52B4E9AE' id: MiniTileWhiteLineE @@ -7891,50 +8025,50 @@ entities: color: '#FFFFFFFF' id: MiniTileWhiteLineE decals: - 1655: -10,-83 - 1656: -10,-82 - 1657: -10,-81 - 1660: -10,-75 - 1661: -10,-74 - 1662: -10,-73 - 1663: -10,-72 - 1681: -2,-67 - 1682: -2,-66 - 1683: -2,-65 - 1684: -2,-64 - 1697: 8,-75 - 1698: 8,-74 - 1699: 8,-73 - 1700: 8,-72 - 1701: 8,-83 - 1702: 8,-82 - 1703: 8,-81 - 1706: 7,-67 - 1812: -61,6 - 1813: -60,7 - 1814: -60,8 - 1815: -60,9 - 1816: -60,10 - 1817: -60,11 - 1818: -60,12 - 1819: -60,13 - 1820: -60,14 - 1821: -60,15 - 1822: -60,16 - 1823: -61,17 - 1928: -10,-80 - 1929: 8,-80 - 2718: -3,-55 - 2719: -3,-54 - 2720: -3,-53 - 2721: -3,-52 - 6344: 7,-66 - 6345: 7,-65 - 6346: 7,-64 - 6374: -9,-67 - 6375: -9,-66 - 6376: -9,-65 - 6377: -9,-64 + 1650: -10,-83 + 1651: -10,-82 + 1652: -10,-81 + 1655: -10,-75 + 1656: -10,-74 + 1657: -10,-73 + 1658: -10,-72 + 1676: -2,-67 + 1677: -2,-66 + 1678: -2,-65 + 1679: -2,-64 + 1692: 8,-75 + 1693: 8,-74 + 1694: 8,-73 + 1695: 8,-72 + 1696: 8,-83 + 1697: 8,-82 + 1698: 8,-81 + 1701: 7,-67 + 1807: -61,6 + 1808: -60,7 + 1809: -60,8 + 1810: -60,9 + 1811: -60,10 + 1812: -60,11 + 1813: -60,12 + 1814: -60,13 + 1815: -60,14 + 1816: -60,15 + 1817: -60,16 + 1818: -61,17 + 1923: -10,-80 + 1924: 8,-80 + 2713: -3,-55 + 2714: -3,-54 + 2715: -3,-53 + 2716: -3,-52 + 6313: 7,-66 + 6314: 7,-65 + 6315: 7,-64 + 6343: -9,-67 + 6344: -9,-66 + 6345: -9,-65 + 6346: -9,-64 - node: color: '#52B4E9AE' id: MiniTileWhiteLineN @@ -7946,32 +8080,32 @@ entities: color: '#DE3A3A96' id: MiniTileWhiteLineN decals: - 1398: 32,20 - 1399: 33,20 - 1400: 34,20 + 1393: 32,20 + 1394: 33,20 + 1395: 34,20 - node: color: '#FFFFFFFF' id: MiniTileWhiteLineN decals: - 1668: -9,-76 - 1669: -9,-84 - 1670: -8,-68 - 1685: -1,-68 - 1686: 0,-68 - 1687: 8,-68 - 1688: 9,-76 - 1689: 9,-84 - 1824: -63,17 - 1825: -62,17 - 1826: -61,17 - 1827: -60,16 - 1828: -64,16 - 2717: 1,-68 - 2731: -2,-56 - 2732: -1,-56 - 2733: 2,-56 - 2734: 1,-56 - 2739: 0,-56 + 1663: -9,-76 + 1664: -9,-84 + 1665: -8,-68 + 1680: -1,-68 + 1681: 0,-68 + 1682: 8,-68 + 1683: 9,-76 + 1684: 9,-84 + 1819: -63,17 + 1820: -62,17 + 1821: -61,17 + 1822: -60,16 + 1823: -64,16 + 2712: 1,-68 + 2726: -2,-56 + 2727: -1,-56 + 2728: 2,-56 + 2729: 1,-56 + 2734: 0,-56 - node: color: '#52B4E9AE' id: MiniTileWhiteLineS @@ -7983,37 +8117,37 @@ entities: color: '#DE3A3A96' id: MiniTileWhiteLineS decals: - 1395: 32,16 - 1396: 33,16 - 1397: 34,16 + 1390: 32,16 + 1391: 33,16 + 1392: 34,16 - node: color: '#FFFFFFFF' id: MiniTileWhiteLineS decals: - 1658: -9,-79 - 1659: -9,-71 - 1675: -8,-63 - 1676: 1,-63 - 1704: 9,-79 - 1705: 9,-71 - 1798: -69,6 - 1799: -68,6 - 1800: -67,6 - 1801: -66,6 - 1802: -65,6 - 1803: -64,6 - 1804: -63,6 - 1805: -62,6 - 1806: -61,6 - 1832: -60,7 - 2726: -2,-51 - 2727: -1,-51 - 2728: 0,-51 - 2729: 1,-51 - 2730: 2,-51 - 4210: -1,-63 - 6318: 0,-63 - 6349: 8,-63 + 1653: -9,-79 + 1654: -9,-71 + 1670: -8,-63 + 1671: 1,-63 + 1699: 9,-79 + 1700: 9,-71 + 1793: -69,6 + 1794: -68,6 + 1795: -67,6 + 1796: -66,6 + 1797: -65,6 + 1798: -64,6 + 1799: -63,6 + 1800: -62,6 + 1801: -61,6 + 1827: -60,7 + 2721: -2,-51 + 2722: -1,-51 + 2723: 0,-51 + 2724: 1,-51 + 2725: 2,-51 + 4205: -1,-63 + 6287: 0,-63 + 6318: 8,-63 - node: color: '#52B4E9AE' id: MiniTileWhiteLineW @@ -8026,525 +8160,521 @@ entities: color: '#DE3A3A96' id: MiniTileWhiteLineW decals: - 1541: 32,58 - 1542: 32,57 + 1536: 32,58 + 1537: 32,57 - node: color: '#FFFFFFFF' id: MiniTileWhiteLineW decals: - 1664: -8,-75 - 1665: -8,-74 - 1666: -8,-73 - 1667: -8,-72 - 1671: -7,-67 - 1672: -7,-66 - 1673: -7,-65 - 1674: -7,-64 - 1677: 2,-67 - 1678: 2,-66 - 1679: 2,-65 - 1680: 2,-64 - 1690: 10,-83 - 1691: 10,-82 - 1692: 10,-81 - 1693: 10,-75 - 1694: 10,-74 - 1695: 10,-73 - 1696: 10,-72 - 1807: -69,6 - 1808: -64,16 - 1809: -64,15 - 1810: -64,14 - 1811: -63,17 - 1930: 10,-80 - 1981: -8,-81 - 1982: -8,-82 - 1983: -8,-83 - 1984: -8,-80 - 2722: 3,-55 - 2723: 3,-54 - 2724: 3,-53 - 2725: 3,-52 - 6347: 9,-65 - 6348: 9,-64 - 6378: 9,-67 - 6379: 9,-66 + 1659: -8,-75 + 1660: -8,-74 + 1661: -8,-73 + 1662: -8,-72 + 1666: -7,-67 + 1667: -7,-66 + 1668: -7,-65 + 1669: -7,-64 + 1672: 2,-67 + 1673: 2,-66 + 1674: 2,-65 + 1675: 2,-64 + 1685: 10,-83 + 1686: 10,-82 + 1687: 10,-81 + 1688: 10,-75 + 1689: 10,-74 + 1690: 10,-73 + 1691: 10,-72 + 1802: -69,6 + 1803: -64,16 + 1804: -64,15 + 1805: -64,14 + 1806: -63,17 + 1925: 10,-80 + 1976: -8,-81 + 1977: -8,-82 + 1978: -8,-83 + 1979: -8,-80 + 2717: 3,-55 + 2718: 3,-54 + 2719: 3,-53 + 2720: 3,-52 + 6316: 9,-65 + 6317: 9,-64 + 6347: 9,-67 + 6348: 9,-66 - node: color: '#1D1D21FF' id: MonoOverlay decals: - 4685: -74,85 + 4680: -74,85 - node: color: '#334E6DC8' id: MonoOverlay decals: - 4414: -74,78 - 4678: -91,74 + 4409: -74,78 + 4673: -91,74 - node: color: '#46464699' id: MonoOverlay decals: - 4552: -77,84 + 4547: -77,84 - node: color: '#474F52FF' id: MonoOverlay decals: - 4422: -71,85 + 4417: -71,85 - node: color: '#52B4E996' id: MonoOverlay decals: - 4421: -79,77 - 4666: -87,75 + 4416: -79,77 + 4661: -87,75 - node: color: '#5E7C16FF' id: MonoOverlay decals: - 4572: -74,87 + 4567: -74,87 - node: color: '#9FED5896' id: MonoOverlay decals: - 4417: -79,87 - 4664: -88,71 + 4412: -79,87 + 4659: -88,71 - node: color: '#A4610696' id: MonoOverlay decals: - 4419: -76,86 - 4665: -89,71 + 4414: -76,86 + 4660: -89,71 - node: color: '#D381C996' id: MonoOverlay decals: - 4418: -79,79 - 4676: -87,71 + 4413: -79,79 + 4671: -87,71 - node: color: '#D4D4D428' id: MonoOverlay decals: - 4420: -71,87 + 4415: -71,87 - node: color: '#D4D4D496' id: MonoOverlay decals: - 4679: -91,72 - 4684: -79,85 + 4674: -91,72 + 4679: -79,85 - node: color: '#DE3A3A96' id: MonoOverlay decals: - 4415: -71,79 - 4667: -88,75 + 4410: -71,79 + 4662: -88,75 - node: color: '#EFB34196' id: MonoOverlay decals: - 4416: -71,77 - 4668: -89,75 + 4411: -71,77 + 4663: -89,75 - node: cleanable: True angle: 4.71238898038469 rad color: '#1861D5FF' id: Newton decals: - 4211: 66.082954,-23.930553 + 4206: 66.082954,-23.930553 - node: cleanable: True color: '#79150096' id: Newton decals: - 4406: 59.728916,-26.988213 + 4401: 59.728916,-26.988213 - node: cleanable: True color: '#1861D5FF' id: North decals: - 4209: 54.94685,-30.9268 + 4204: 54.94685,-30.9268 - node: cleanable: True color: '#79150096' id: North decals: - 4405: 54.790646,-46.65115 + 4400: 54.790646,-46.65115 - node: zIndex: -1 color: '#5A5A5AFF' id: OldConcreteTrimCornerNe decals: - 5974: 2,19 - 5992: 1,18 + 5943: 2,19 + 5961: 1,18 - node: color: '#FFFFFFFF' id: OldConcreteTrimCornerNe decals: - 5918: 54,30 - 5926: 59,31 - 5943: 65,31 + 5891: 54,30 + 5899: 59,31 + 5916: 65,31 - node: zIndex: -1 color: '#5A5A5AFF' id: OldConcreteTrimCornerNw decals: - 5973: -2,19 - 5991: -1,18 + 5942: -2,19 + 5960: -1,18 - node: zIndex: -1 color: '#FFFFFFFF' id: OldConcreteTrimCornerNw decals: - 5949: 67,31 + 5922: 67,31 - node: color: '#FFFFFFFF' id: OldConcreteTrimCornerNw decals: - 5915: 52,30 - 5923: 57,31 + 5888: 52,30 + 5896: 57,31 - node: zIndex: -1 color: '#5A5A5AFF' id: OldConcreteTrimCornerSe decals: - 5994: 1,15 - 6003: 2,14 + 5963: 1,15 + 5972: 2,14 - node: zIndex: -1 color: '#FFFFFFFF' id: OldConcreteTrimCornerSe decals: - 5958: 73,29 - 5959: 72,28 - 5960: 70,27 + 5931: 73,29 + 5932: 72,28 + 5933: 70,27 - node: color: '#FFFFFFFF' id: OldConcreteTrimCornerSe decals: - 5916: 54,28 - 5924: 59,27 + 5889: 54,28 + 5897: 59,27 - node: zIndex: -1 color: '#5A5A5AFF' id: OldConcreteTrimCornerSw decals: - 5975: -2,14 - 5993: -1,15 + 5944: -2,14 + 5962: -1,15 - node: zIndex: -1 color: '#FFFFFFFF' id: OldConcreteTrimCornerSw decals: - 5961: 67,27 + 5934: 67,27 - node: color: '#FFFFFFFF' id: OldConcreteTrimCornerSw decals: - 5917: 52,28 - 5925: 57,27 - 5947: 61,27 + 5890: 52,28 + 5898: 57,27 + 5920: 61,27 - node: zIndex: -1 color: '#FFFFFFFF' id: OldConcreteTrimEndE decals: - 5955: 74,31 + 5928: 74,31 - node: zIndex: -1 color: '#5A5A5AFF' id: OldConcreteTrimInnerNe decals: - 5971: 76,34 - 5984: 0,19 - 5995: -2,18 - 5999: 1,14 - 6004: 2,15 + 5953: 0,19 + 5964: -2,18 + 5968: 1,14 + 5973: 2,15 - node: zIndex: -1 color: '#FFFFFFFF' id: OldConcreteTrimInnerNe decals: - 5954: 72,31 + 5927: 72,31 - node: color: '#FFFFFFFF' id: OldConcreteTrimInnerNe decals: - 5927: 58,31 - 5937: 61,31 + 5900: 58,31 + 5910: 61,31 - node: zIndex: -1 color: '#5A5A5AFF' id: OldConcreteTrimInnerNw decals: - 5972: 76,34 - 5981: -2,15 - 5983: 0,19 - 5997: 2,18 - 5998: -1,14 + 5950: -2,15 + 5952: 0,19 + 5966: 2,18 + 5967: -1,14 - node: zIndex: -1 color: '#FFFFFFFF' id: OldConcreteTrimInnerNw decals: - 5953: 72,31 + 5926: 72,31 - node: color: '#FFFFFFFF' id: OldConcreteTrimInnerNw decals: - 5928: 58,31 + 5901: 58,31 - node: zIndex: -1 color: '#5A5A5AFF' id: OldConcreteTrimInnerSe decals: - 5969: 76,34 - 6001: -2,15 - 6002: 1,19 - 6005: 2,15 + 5970: -2,15 + 5971: 1,19 + 5974: 2,15 - node: zIndex: -1 color: '#FFFFFFFF' id: OldConcreteTrimInnerSe decals: - 5956: 73,31 - 5967: 72,29 - 5968: 70,28 + 5929: 73,31 + 5940: 72,29 + 5941: 70,28 - node: zIndex: -1 color: '#5A5A5AFF' id: OldConcreteTrimInnerSw decals: - 5970: 76,34 - 5982: -2,15 - 5996: -1,19 - 6000: 2,15 + 5951: -2,15 + 5965: -1,19 + 5969: 2,15 - node: zIndex: -1 color: '#5A5A5AFF' id: OldConcreteTrimLineE decals: - 5979: 2,18 - 5980: 2,17 - 5988: 2,16 - 6010: -2,18 - 6011: -2,17 - 6012: -2,16 - 6013: -2,15 + 5948: 2,18 + 5949: 2,17 + 5957: 2,16 + 5979: -2,18 + 5980: -2,17 + 5981: -2,16 + 5982: -2,15 - node: zIndex: -1 color: '#FFFFFFFF' id: OldConcreteTrimLineE decals: - 5942: 65,30 - 5957: 73,30 + 5915: 65,30 + 5930: 73,30 - node: color: '#FFFFFFFF' id: OldConcreteTrimLineE decals: - 5929: 59,30 - 5930: 59,29 - 5931: 59,28 + 5902: 59,30 + 5903: 59,29 + 5904: 59,28 - node: zIndex: -1 color: '#5A5A5AFF' id: OldConcreteTrimLineN decals: - 5989: -1,19 - 5990: 1,19 - 6014: -1,14 - 6015: 0,14 - 6016: 1,14 + 5958: -1,19 + 5959: 1,19 + 5983: -1,14 + 5984: 0,14 + 5985: 1,14 - node: zIndex: -1 color: '#FFFFFFFF' id: OldConcreteTrimLineN decals: - 5950: 68,31 - 5951: 69,31 - 5952: 73,31 + 5923: 68,31 + 5924: 69,31 + 5925: 73,31 - node: color: '#FFFFFFFF' id: OldConcreteTrimLineN decals: - 5938: 62,31 - 5939: 63,31 - 5940: 64,31 + 5911: 62,31 + 5912: 63,31 + 5913: 64,31 - node: zIndex: -1 color: '#5A5A5AFF' id: OldConcreteTrimLineS decals: - 5985: 1,14 - 5986: 0,14 - 5987: -1,14 - 6017: -1,19 - 6018: 0,19 - 6019: 1,19 + 5954: 1,14 + 5955: 0,14 + 5956: -1,14 + 5986: -1,19 + 5987: 0,19 + 5988: 1,19 - node: zIndex: -1 color: '#FFFFFFFF' id: OldConcreteTrimLineS decals: - 5948: 62,27 - 5962: 68,27 - 5963: 69,27 - 5964: 71,28 + 5921: 62,27 + 5935: 68,27 + 5936: 69,27 + 5937: 71,28 - node: color: '#FFFFFFFF' id: OldConcreteTrimLineS decals: - 5932: 58,27 + 5905: 58,27 - node: zIndex: -1 color: '#5A5A5AFF' id: OldConcreteTrimLineW decals: - 5976: -2,18 - 5977: -2,17 - 5978: -2,16 - 6006: 2,18 - 6007: 2,17 - 6008: 2,16 - 6009: 2,15 + 5945: -2,18 + 5946: -2,17 + 5947: -2,16 + 5975: 2,18 + 5976: 2,17 + 5977: 2,16 + 5978: 2,15 - node: zIndex: -1 color: '#FFFFFFFF' id: OldConcreteTrimLineW decals: - 5965: 67,30 - 5966: 67,28 + 5938: 67,30 + 5939: 67,28 - node: color: '#FFFFFFFF' id: OldConcreteTrimLineW decals: - 5933: 57,28 - 5934: 57,29 - 5935: 57,30 - 5936: 61,31 - 5944: 61,30 - 5945: 61,29 - 5946: 61,28 + 5906: 57,28 + 5907: 57,29 + 5908: 57,30 + 5909: 61,31 + 5917: 61,30 + 5918: 61,29 + 5919: 61,28 - node: cleanable: True color: '#334E6DC8' id: Omni decals: - 4407: 69.07836,-23.367682 + 4402: 69.07836,-23.367682 - node: color: '#FFFFFFFF' id: OriginStationSign10 decals: - 3952: 1,-5 + 3947: 1,-5 - node: color: '#FFFFFFFF' id: OriginStationSign11 decals: - 6161: -1,-7 + 6130: -1,-7 - node: color: '#FFFFFFFF' id: OriginStationSign12 decals: - 3953: 0,-7 + 3948: 0,-7 - node: color: '#FFFFFFFF' id: OriginStationSign13 decals: - 6162: 1,-7 + 6131: 1,-7 - node: color: '#FFFFFFFF' id: OriginStationSign8 decals: - 3950: -1,-5 + 3945: -1,-5 - node: color: '#FFFFFFFF' id: OriginStationSign9 decals: - 3951: 0,-5 + 3946: 0,-5 - node: cleanable: True color: '#D4D4D496' id: Osiron decals: - 1416: 67.9738,-10.992981 + 1411: 67.9738,-10.992981 - node: cleanable: True color: '#D4D4D428' id: Prima decals: - 1418: 54.07191,-39.002274 + 1413: 54.07191,-39.002274 - node: cleanable: True color: '#FFFFFFFF' id: Prima decals: - 4027: 62.006973,-26.990433 + 4022: 62.006973,-26.990433 - node: cleanable: True color: '#EFB34196' id: Psyke decals: - 4404: 56.821896,-42.2449 + 4399: 56.821896,-42.2449 - node: cleanable: True color: '#FFFFFFFF' id: Psyke decals: - 4190: 62.255806,-34.10956 + 4185: 62.255806,-34.10956 - node: color: '#32CD3280' id: QuarterTileOverlayGreyscale decals: - 1921: -9,-68 - 1979: -10,-79 - 1986: -10,-86 - 1987: -10,-87 - 1997: -11,-81 - 1998: -11,-80 - 1999: -10,-80 - 2007: 8,-86 - 2008: 8,-87 - 2015: 7,-81 - 2016: 7,-80 - 2017: 8,-80 - 2022: 8,-79 + 1916: -9,-68 + 1974: -10,-79 + 1981: -10,-86 + 1982: -10,-87 + 1992: -11,-81 + 1993: -11,-80 + 1994: -10,-80 + 2002: 8,-86 + 2003: 8,-87 + 2010: 7,-81 + 2011: 7,-80 + 2012: 8,-80 + 2017: 8,-79 - node: color: '#334E6DBF' id: QuarterTileOverlayGreyscale decals: - 2570: 3,-51 + 2565: 3,-51 - node: color: '#334E6DFF' id: QuarterTileOverlayGreyscale decals: - 2554: -1,-37 - 2555: -1,-38 - 2556: -1,-39 - 2557: -1,-40 - 2558: -1,-41 - 2559: -1,-42 - 2560: -1,-43 - 2561: -1,-44 - 2562: -1,-45 - 2563: -1,-46 - 2564: -1,-47 - 2565: -1,-48 - 2566: -1,-49 - 2567: -1,-50 - 2569: 2,-51 + 2549: -1,-37 + 2550: -1,-38 + 2551: -1,-39 + 2552: -1,-40 + 2553: -1,-41 + 2554: -1,-42 + 2555: -1,-43 + 2556: -1,-44 + 2557: -1,-45 + 2558: -1,-46 + 2559: -1,-47 + 2560: -1,-48 + 2561: -1,-49 + 2562: -1,-50 + 2564: 2,-51 - node: color: '#3D8C40FF' id: QuarterTileOverlayGreyscale decals: - 6362: -9,-67 - 6363: -9,-66 - 6364: -9,-65 - 6365: -9,-64 - 6366: -9,-63 - 6367: -9,-62 - 6368: -8,-62 - 6369: -7,-62 - 6370: -6,-62 - 6371: -5,-62 - 6372: -4,-62 - 6373: -3,-62 + 6331: -9,-67 + 6332: -9,-66 + 6333: -9,-65 + 6334: -9,-64 + 6335: -9,-63 + 6336: -9,-62 + 6337: -8,-62 + 6338: -7,-62 + 6339: -6,-62 + 6340: -5,-62 + 6341: -4,-62 + 6342: -3,-62 - node: color: '#52B4B493' id: QuarterTileOverlayGreyscale @@ -8568,7 +8698,7 @@ entities: color: '#52B4E996' id: QuarterTileOverlayGreyscale decals: - 5106: 36,-20 + 5085: 36,-20 - node: color: '#D381C996' id: QuarterTileOverlayGreyscale @@ -8579,12 +8709,12 @@ entities: color: '#DE3A3A96' id: QuarterTileOverlayGreyscale decals: - 1367: 21,31 - 1369: 21,29 - 1370: 21,27 - 1371: 24,33 - 1526: 37,47 - 5032: 60,35 + 1362: 21,31 + 1364: 21,29 + 1365: 21,27 + 1366: 24,33 + 1521: 37,47 + 5027: 60,35 - node: color: '#EFB34196' id: QuarterTileOverlayGreyscale @@ -8596,40 +8726,40 @@ entities: color: '#32CD3280' id: QuarterTileOverlayGreyscale180 decals: - 1870: -8,-77 - 1871: -8,-76 - 1872: -8,-75 - 1873: -8,-74 - 1874: -8,-73 - 1875: -8,-72 - 1876: -8,-71 - 1878: -8,-70 - 1879: -8,-69 - 1881: -7,-69 - 1885: -7,-68 - 1886: -6,-68 - 1888: -5,-68 - 1891: -4,-68 - 1893: -3,-68 - 1894: -2,-68 - 1911: 10,-77 - 1912: 10,-76 - 1913: 10,-75 - 1914: 10,-74 - 1915: 10,-73 - 1916: 10,-72 - 1917: 10,-71 - 1918: 10,-70 - 1919: 10,-69 - 1922: 10,-68 - 1990: -8,-84 - 1993: -8,-83 - 1994: -7,-83 - 1995: -7,-82 - 2005: 10,-84 - 2010: 10,-83 - 2011: 11,-83 - 2012: 11,-82 + 1865: -8,-77 + 1866: -8,-76 + 1867: -8,-75 + 1868: -8,-74 + 1869: -8,-73 + 1870: -8,-72 + 1871: -8,-71 + 1873: -8,-70 + 1874: -8,-69 + 1876: -7,-69 + 1880: -7,-68 + 1881: -6,-68 + 1883: -5,-68 + 1886: -4,-68 + 1888: -3,-68 + 1889: -2,-68 + 1906: 10,-77 + 1907: 10,-76 + 1908: 10,-75 + 1909: 10,-74 + 1910: 10,-73 + 1911: 10,-72 + 1912: 10,-71 + 1913: 10,-70 + 1914: 10,-69 + 1917: 10,-68 + 1985: -8,-84 + 1988: -8,-83 + 1989: -7,-83 + 1990: -7,-82 + 2000: 10,-84 + 2005: 10,-83 + 2006: 11,-83 + 2007: 11,-82 - node: color: '#52B4B493' id: QuarterTileOverlayGreyscale180 @@ -8665,24 +8795,24 @@ entities: color: '#DE3A3A96' id: QuarterTileOverlayGreyscale180 decals: - 1327: 29,28 - 1328: 29,27 - 1329: 29,26 - 1330: 29,25 - 1331: 29,24 - 1332: 29,23 - 1333: 29,21 - 1334: 29,22 - 1335: 29,20 - 1336: 29,19 - 1337: 29,18 - 1338: 29,17 - 1352: 29,29 - 1353: 29,16 - 1372: 22,26 - 1374: 25,28 - 1375: 25,30 - 1376: 25,32 + 1322: 29,28 + 1323: 29,27 + 1324: 29,26 + 1325: 29,25 + 1326: 29,24 + 1327: 29,23 + 1328: 29,21 + 1329: 29,22 + 1330: 29,20 + 1331: 29,19 + 1332: 29,18 + 1333: 29,17 + 1347: 29,29 + 1348: 29,16 + 1367: 22,26 + 1369: 25,28 + 1370: 25,30 + 1371: 25,32 - node: color: '#EFB34196' id: QuarterTileOverlayGreyscale180 @@ -8694,40 +8824,40 @@ entities: color: '#32CD3280' id: QuarterTileOverlayGreyscale270 decals: - 1853: -10,-77 - 1855: -10,-76 - 1857: -10,-75 - 1859: -10,-74 - 1861: -10,-73 - 1862: -10,-72 - 1865: -10,-71 - 1866: -10,-70 - 1868: -10,-69 - 1895: 2,-68 - 1896: 3,-68 - 1897: 4,-68 - 1898: 5,-68 - 1899: 6,-68 - 1900: 7,-68 - 1901: 7,-69 - 1902: 8,-69 - 1903: 8,-70 - 1904: 8,-71 - 1905: 8,-72 - 1906: 8,-73 - 1907: 8,-74 - 1908: 8,-75 - 1909: 8,-76 - 1910: 8,-77 - 1920: -10,-68 - 1985: -10,-84 - 1991: -11,-83 - 1992: -10,-83 - 1996: -11,-82 - 2006: 8,-84 - 2009: 8,-83 - 2013: 7,-83 - 2014: 7,-82 + 1848: -10,-77 + 1850: -10,-76 + 1852: -10,-75 + 1854: -10,-74 + 1856: -10,-73 + 1857: -10,-72 + 1860: -10,-71 + 1861: -10,-70 + 1863: -10,-69 + 1890: 2,-68 + 1891: 3,-68 + 1892: 4,-68 + 1893: 5,-68 + 1894: 6,-68 + 1895: 7,-68 + 1896: 7,-69 + 1897: 8,-69 + 1898: 8,-70 + 1899: 8,-71 + 1900: 8,-72 + 1901: 8,-73 + 1902: 8,-74 + 1903: 8,-75 + 1904: 8,-76 + 1905: 8,-77 + 1915: -10,-68 + 1980: -10,-84 + 1986: -11,-83 + 1987: -10,-83 + 1991: -11,-82 + 2001: 8,-84 + 2004: 8,-83 + 2008: 7,-83 + 2009: 7,-82 - node: color: '#A4610696' id: QuarterTileOverlayGreyscale270 @@ -8758,30 +8888,30 @@ entities: color: '#DE3A3A96' id: QuarterTileOverlayGreyscale270 decals: - 1339: 27,17 - 1340: 27,18 - 1341: 27,19 - 1342: 27,20 - 1343: 27,21 - 1344: 27,22 - 1345: 27,23 - 1346: 27,24 - 1347: 27,25 - 1348: 27,26 - 1349: 27,27 - 1350: 27,28 - 1351: 27,29 - 1354: 27,16 - 1377: 21,28 - 1378: 21,30 - 1380: 21,32 - 1387: 24,26 - 1523: 36,52 - 1524: 37,51 - 1525: 37,42 - 1529: 51,36 - 1530: 50,37 - 5020: 60,46 + 1334: 27,17 + 1335: 27,18 + 1336: 27,19 + 1337: 27,20 + 1338: 27,21 + 1339: 27,22 + 1340: 27,23 + 1341: 27,24 + 1342: 27,25 + 1343: 27,26 + 1344: 27,27 + 1345: 27,28 + 1346: 27,29 + 1349: 27,16 + 1372: 21,28 + 1373: 21,30 + 1375: 21,32 + 1382: 24,26 + 1518: 36,52 + 1519: 37,51 + 1520: 37,42 + 1524: 51,36 + 1525: 50,37 + 5015: 60,46 - node: color: '#EFB34196' id: QuarterTileOverlayGreyscale270 @@ -8792,64 +8922,64 @@ entities: color: '#32CD3280' id: QuarterTileOverlayGreyscale90 decals: - 1923: 9,-68 - 1980: -8,-79 - 1988: -8,-86 - 1989: -8,-87 - 2000: -8,-80 - 2001: -7,-80 - 2002: -7,-81 - 2003: 10,-87 - 2004: 10,-86 - 2018: 11,-81 - 2019: 11,-80 - 2020: 10,-80 - 2021: 10,-79 + 1918: 9,-68 + 1975: -8,-79 + 1983: -8,-86 + 1984: -8,-87 + 1995: -8,-80 + 1996: -7,-80 + 1997: -7,-81 + 1998: 10,-87 + 1999: 10,-86 + 2013: 11,-81 + 2014: 11,-80 + 2015: 10,-80 + 2016: 10,-79 - node: color: '#334E6DBF' id: QuarterTileOverlayGreyscale90 decals: - 2571: -3,-51 + 2566: -3,-51 - node: color: '#334E6DFF' id: QuarterTileOverlayGreyscale90 decals: - 2540: 1,-50 - 2541: 1,-49 - 2542: 1,-48 - 2543: 1,-47 - 2544: 1,-46 - 2545: 1,-45 - 2546: 1,-44 - 2547: 1,-43 - 2548: 1,-42 - 2549: 1,-38 - 2550: 1,-37 - 2551: 1,-39 - 2552: 1,-40 - 2553: 1,-41 - 2568: -2,-51 + 2535: 1,-50 + 2536: 1,-49 + 2537: 1,-48 + 2538: 1,-47 + 2539: 1,-46 + 2540: 1,-45 + 2541: 1,-44 + 2542: 1,-43 + 2543: 1,-42 + 2544: 1,-38 + 2545: 1,-37 + 2546: 1,-39 + 2547: 1,-40 + 2548: 1,-41 + 2563: -2,-51 - node: color: '#3D8C40FF' id: QuarterTileOverlayGreyscale90 decals: - 6350: 9,-67 - 6351: 9,-66 - 6352: 9,-65 - 6353: 9,-64 - 6354: 9,-63 - 6355: 9,-62 - 6356: 8,-62 - 6357: 7,-62 - 6358: 6,-62 - 6359: 3,-62 - 6360: 4,-62 - 6361: 5,-62 + 6319: 9,-67 + 6320: 9,-66 + 6321: 9,-65 + 6322: 9,-64 + 6323: 9,-63 + 6324: 9,-62 + 6325: 8,-62 + 6326: 7,-62 + 6327: 6,-62 + 6328: 3,-62 + 6329: 4,-62 + 6330: 5,-62 - node: color: '#52B4E996' id: QuarterTileOverlayGreyscale90 decals: - 5107: 28,-20 + 5086: 28,-20 - node: color: '#D381C996' id: QuarterTileOverlayGreyscale90 @@ -8865,15 +8995,15 @@ entities: color: '#DE3A3A96' id: QuarterTileOverlayGreyscale90 decals: - 1381: 25,29 - 1383: 25,27 - 1384: 25,31 - 1385: 22,33 - 1522: 30,54 - 1527: 39,48 - 1528: 40,47 - 1531: 52,44 - 5031: 53,35 + 1376: 25,29 + 1378: 25,27 + 1379: 25,31 + 1380: 22,33 + 1517: 30,54 + 1522: 39,48 + 1523: 40,47 + 1526: 52,44 + 5026: 53,35 - node: color: '#EFB34196' id: QuarterTileOverlayGreyscale90 @@ -8885,305 +9015,304 @@ entities: color: '#D4D4D428' id: Remains decals: - 1386: 51.888447,-36.670628 + 1381: 51.888447,-36.670628 - node: color: '#D4D4D496' id: Remains decals: - 4391: 70.90993,-15.0810585 + 4386: 70.90993,-15.0810585 - node: cleanable: True color: '#D4D4D496' id: Remains decals: - 1365: 65.15874,-27.084364 - 1388: 51.90407,-36.686253 + 1360: 65.15874,-27.084364 + 1383: 51.90407,-36.686253 - node: color: '#FFFFFFFF' id: Rock01 decals: - 2382: -12,-37 - 2383: -13,-41 - 2418: -36,6 - 2599: 10.236538,-56.115326 - 4937: -59,-21 - 6447: 50,-42 + 2377: -12,-37 + 2378: -13,-41 + 2413: -36,6 + 2594: 10.236538,-56.115326 + 4932: -59,-21 - node: color: '#FFFFFFFF' id: Rock02 decals: - 2410: -36,-15 - 4389: 40.998318,-0.10385555 + 2405: -36,-15 + 4384: 40.998318,-0.10385555 - node: color: '#FFFFFFFF' id: Rock04 decals: - 2384: -12,-47 - 2414: -36,-13 + 2379: -12,-47 + 2409: -36,-13 - node: color: '#FFFFFFFF' id: Rock05 decals: - 2415: -45,-3 - 3932: 66.9321,-3.3693125 - 4936: -60,-6 + 2410: -45,-3 + 3927: 66.9321,-3.3693125 + 4931: -60,-6 - node: color: '#FFFFFFFF' id: Rock06 decals: - 2385: -13,-42 - 2386: -12,-43 - 2416: -44,-8 - 4390: 50.138943,0.8805194 + 2380: -13,-42 + 2381: -12,-43 + 2411: -44,-8 + 4385: 50.138943,0.8805194 - node: color: '#FFFFFFFF' id: Rock07 decals: - 2417: -36,-7 - 3970: 46.046513,48.93809 - 4935: -57,-10 + 2412: -36,-7 + 3965: 46.046513,48.93809 + 4930: -57,-10 - node: color: '#FFFFFF35' id: Rust decals: - 6061: -80,57 - 6062: -79,56 + 6030: -80,57 + 6031: -79,56 - node: cleanable: True color: '#FFFFFF35' id: Rust decals: - 5849: -61,74 - 5850: -65,73 - 5851: -66,77 - 5852: -68,78 - 5853: -67,81 + 5822: -61,74 + 5823: -65,73 + 5824: -66,77 + 5825: -68,78 + 5826: -67,81 - node: cleanable: True color: '#FFFFFF37' id: Rust decals: - 5894: -79,58 + 5867: -79,58 - node: cleanable: True color: '#FFFFFF4B' id: Rust decals: - 6063: -80,57 - 6064: -79,57 - 6065: -79,56 - 6066: -78,57 - 6067: -77,56 - 6068: -77,57 - 6069: -79,57 - 6070: -80,58 - 6071: -78,56 - 6072: -78,57 - 6073: -79,58 - 6074: -77,58 - 6075: -78,58 + 6032: -80,57 + 6033: -79,57 + 6034: -79,56 + 6035: -78,57 + 6036: -77,56 + 6037: -77,57 + 6038: -79,57 + 6039: -80,58 + 6040: -78,56 + 6041: -78,57 + 6042: -79,58 + 6043: -77,58 + 6044: -78,58 - node: cleanable: True color: '#FFFFFF56' id: Rust decals: - 5854: -69,85 - 5855: -65,84 - 5856: -61,79 - 5857: -60,75 - 5893: -80,56 + 5827: -69,85 + 5828: -65,84 + 5829: -61,79 + 5830: -60,75 + 5866: -80,56 - node: cleanable: True color: '#FFFFFF7B' id: Rust decals: - 6078: -78,56 + 6047: -78,56 - node: cleanable: True color: '#FFFFFF8D' id: Rust decals: - 6076: -77,57 - 6077: -78,55 + 6045: -77,57 + 6046: -78,55 - node: cleanable: True color: '#FFFFFFA6' id: Rust decals: - 5860: -67,83 - 5861: -68,85 - 5862: -69,86 - 5863: -67,85 - 5864: -65,75 - 5865: -68,75 + 5833: -67,83 + 5834: -68,85 + 5835: -69,86 + 5836: -67,85 + 5837: -65,75 + 5838: -68,75 - node: color: '#FFFFFFFF' id: Rust decals: - 4178: -3,44 - 4236: 44.831318,-5.2032037 - 4237: 44.800068,-5.0000787 - 4238: 44.784443,-4.8594537 - 4239: 44.096943,-4.0157037 - 4240: 44.550068,-4.5469537 - 4241: 44.112568,-4.1719537 - 4242: 44.018818,-3.7813287 - 4243: 44.206318,-2.9532037 - 4244: 44.081318,-2.5782037 - 4245: 44.003193,-2.2657037 - 4246: 43.971943,-3.2344537 - 4247: 43.846943,-3.0625787 - 4248: 43.675068,-2.6719537 - 4249: 43.550068,-2.2969537 - 4250: 43.206318,-1.9532037 - 4251: 43.034443,-1.7032037 - 4252: 42.846943,-1.4375787 - 4253: 42.784443,-1.3282037 - 4254: 42.690693,-1.0157037 - 4255: 42.877525,-1.4580851 - 4256: 42.690025,-1.2862101 - 4257: 42.221275,-0.45808506 - 4258: 42.127525,-0.20808506 - 4259: 42.0494,0.15128994 - 4260: 42.252525,-0.30183506 - 4261: 42.658775,-0.78621006 - 4262: 42.5494,-1.1143351 - 4263: 42.2369,-1.0049601 - 4264: 42.065025,-0.41121006 - 4265: 50.14315,-0.11433506 - 4266: 50.002525,-0.19246006 - 4267: 49.5494,-0.44246006 - 4268: 49.221275,-0.73933506 - 4269: 49.065025,-0.89558506 - 4270: 47.815025,-2.03621 - 4271: 47.2369,-2.22371 - 4272: 46.002525,-2.59871 - 4273: 45.346275,-2.708085 - 4274: 43.908775,-3.051835 - 4275: 43.89315,-3.06746 - 4276: 44.815025,-2.78621 - 4277: 45.408775,-2.583085 - 4278: 46.4244,-2.270585 - 4279: 47.002525,-2.12996 - 4280: 47.315025,-1.8955851 - 4281: 47.471275,-1.8799601 - 4282: 46.4244,-2.614335 - 4283: 45.721275,-2.84871 - 4284: 44.9869,-2.91121 - 4285: 44.721275,-2.895585 - 4286: 41.77908,1.5385084 - 4287: 41.669704,1.8666334 - 4288: 41.513454,2.1791334 - 4289: 41.40408,2.5697584 - 4290: 41.27908,3.1478834 - 4291: 41.138454,3.5228834 - 4292: 40.919704,4.1322584 - 4293: 40.919704,4.1478834 - 4294: 41.044704,3.8510084 - 4295: 41.31033,3.1322584 - 4296: 41.388454,2.4760084 - 4297: 41.575954,2.2416334 - 4298: 42.200954,-0.086491704 - 4299: 45.06033,-5.214102 - 4300: 45.450954,-5.245352 - 4301: 45.263454,-5.120352 - 4302: 45.263454,-5.026602 - 4303: 44.84158,-4.495352 - 4304: 44.56033,-3.6359768 - 4305: 49.09158,-0.72537935 - 4306: 48.99783,-0.63162935 - 4307: 48.43533,-0.19412935 - 4308: 47.700954,0.21212065 - 4309: 47.49783,0.32149565 - 4310: 47.37283,0.38399565 - 4311: 46.575954,0.82149565 - 4312: 46.357204,0.93087065 - 4313: 44.982204,1.1339957 - 4314: 44.544704,1.1808707 - 4315: 43.919704,1.1964957 - 4316: 43.638454,1.1964957 - 4317: 43.31033,1.2433707 - 4318: 43.044704,1.2746207 - 4319: 42.77908,1.2589957 - 4320: 43.49783,1.1183707 - 4321: 44.87283,1.0246207 - 4322: 45.763454,0.79024565 - 4323: 46.044704,0.61837065 - 4324: 46.65408,0.41524565 - 4325: 47.482204,0.22774565 - 4326: 48.825954,-0.28787935 - 4327: 48.46658,-0.19412935 - 4328: 46.74783,0.61837065 - 4329: 45.62283,0.97774565 + 4173: -3,44 + 4231: 44.831318,-5.2032037 + 4232: 44.800068,-5.0000787 + 4233: 44.784443,-4.8594537 + 4234: 44.096943,-4.0157037 + 4235: 44.550068,-4.5469537 + 4236: 44.112568,-4.1719537 + 4237: 44.018818,-3.7813287 + 4238: 44.206318,-2.9532037 + 4239: 44.081318,-2.5782037 + 4240: 44.003193,-2.2657037 + 4241: 43.971943,-3.2344537 + 4242: 43.846943,-3.0625787 + 4243: 43.675068,-2.6719537 + 4244: 43.550068,-2.2969537 + 4245: 43.206318,-1.9532037 + 4246: 43.034443,-1.7032037 + 4247: 42.846943,-1.4375787 + 4248: 42.784443,-1.3282037 + 4249: 42.690693,-1.0157037 + 4250: 42.877525,-1.4580851 + 4251: 42.690025,-1.2862101 + 4252: 42.221275,-0.45808506 + 4253: 42.127525,-0.20808506 + 4254: 42.0494,0.15128994 + 4255: 42.252525,-0.30183506 + 4256: 42.658775,-0.78621006 + 4257: 42.5494,-1.1143351 + 4258: 42.2369,-1.0049601 + 4259: 42.065025,-0.41121006 + 4260: 50.14315,-0.11433506 + 4261: 50.002525,-0.19246006 + 4262: 49.5494,-0.44246006 + 4263: 49.221275,-0.73933506 + 4264: 49.065025,-0.89558506 + 4265: 47.815025,-2.03621 + 4266: 47.2369,-2.22371 + 4267: 46.002525,-2.59871 + 4268: 45.346275,-2.708085 + 4269: 43.908775,-3.051835 + 4270: 43.89315,-3.06746 + 4271: 44.815025,-2.78621 + 4272: 45.408775,-2.583085 + 4273: 46.4244,-2.270585 + 4274: 47.002525,-2.12996 + 4275: 47.315025,-1.8955851 + 4276: 47.471275,-1.8799601 + 4277: 46.4244,-2.614335 + 4278: 45.721275,-2.84871 + 4279: 44.9869,-2.91121 + 4280: 44.721275,-2.895585 + 4281: 41.77908,1.5385084 + 4282: 41.669704,1.8666334 + 4283: 41.513454,2.1791334 + 4284: 41.40408,2.5697584 + 4285: 41.27908,3.1478834 + 4286: 41.138454,3.5228834 + 4287: 40.919704,4.1322584 + 4288: 40.919704,4.1478834 + 4289: 41.044704,3.8510084 + 4290: 41.31033,3.1322584 + 4291: 41.388454,2.4760084 + 4292: 41.575954,2.2416334 + 4293: 42.200954,-0.086491704 + 4294: 45.06033,-5.214102 + 4295: 45.450954,-5.245352 + 4296: 45.263454,-5.120352 + 4297: 45.263454,-5.026602 + 4298: 44.84158,-4.495352 + 4299: 44.56033,-3.6359768 + 4300: 49.09158,-0.72537935 + 4301: 48.99783,-0.63162935 + 4302: 48.43533,-0.19412935 + 4303: 47.700954,0.21212065 + 4304: 47.49783,0.32149565 + 4305: 47.37283,0.38399565 + 4306: 46.575954,0.82149565 + 4307: 46.357204,0.93087065 + 4308: 44.982204,1.1339957 + 4309: 44.544704,1.1808707 + 4310: 43.919704,1.1964957 + 4311: 43.638454,1.1964957 + 4312: 43.31033,1.2433707 + 4313: 43.044704,1.2746207 + 4314: 42.77908,1.2589957 + 4315: 43.49783,1.1183707 + 4316: 44.87283,1.0246207 + 4317: 45.763454,0.79024565 + 4318: 46.044704,0.61837065 + 4319: 46.65408,0.41524565 + 4320: 47.482204,0.22774565 + 4321: 48.825954,-0.28787935 + 4322: 48.46658,-0.19412935 + 4323: 46.74783,0.61837065 + 4324: 45.62283,0.97774565 - node: cleanable: True color: '#FFFFFFFF' id: Rust decals: - 2178: -34,-50 + 2173: -34,-50 - node: color: '#FFFFFFFF' id: SpaceStationSign1 decals: - 3943: -3,-6 + 3938: -3,-6 - node: color: '#FFFFFFFF' id: SpaceStationSign2 decals: - 3944: -2,-6 + 3939: -2,-6 - node: color: '#FFFFFFFF' id: SpaceStationSign3 decals: - 3945: -1,-6 + 3940: -1,-6 - node: color: '#FFFFFFFF' id: SpaceStationSign4 decals: - 3946: 0,-6 + 3941: 0,-6 - node: color: '#FFFFFFFF' id: SpaceStationSign5 decals: - 3947: 1,-6 + 3942: 1,-6 - node: color: '#FFFFFFFF' id: SpaceStationSign6 decals: - 3948: 2,-6 + 3943: 2,-6 - node: color: '#FFFFFFFF' id: SpaceStationSign7 decals: - 3949: 3,-6 + 3944: 3,-6 - node: color: '#FFFFFFFF' id: StandClear decals: - 2078: 1,-61 - 2079: -1,-61 - 2080: 1,-57 - 2081: -1,-57 - 2082: -2,-57 - 2083: 2,-57 - 2084: 2,-61 - 2085: -2,-61 - 6339: -1,13 - 6340: 1,13 - 6341: 0,13 - 6342: -2,13 - 6343: 2,13 + 2073: 1,-61 + 2074: -1,-61 + 2075: 1,-57 + 2076: -1,-57 + 2077: -2,-57 + 2078: 2,-57 + 2079: 2,-61 + 2080: -2,-61 + 6308: -1,13 + 6309: 1,13 + 6310: 0,13 + 6311: -2,13 + 6312: 2,13 - node: angle: 4.71238898038469 rad color: '#FFFFFFFF' id: StandClear decals: - 1729: -15,21 + 1724: -15,21 - node: color: '#00A7FF7F' id: ThreeQuarterTileOverlayGreyscale decals: - 2918: 26,-35 + 2913: 26,-35 - node: color: '#52B4E996' id: ThreeQuarterTileOverlayGreyscale @@ -9192,9 +9321,9 @@ entities: 557: -3,-28 558: -4,-29 1061: 18,-27 - 5089: 36,-19 - 5111: 31,-10 - 5147: 31,-16 + 5068: 36,-19 + 5090: 31,-10 + 5126: 31,-16 - node: zIndex: 3 color: '#A4610696' @@ -9226,16 +9355,16 @@ entities: color: '#DE3A3A96' id: ThreeQuarterTileOverlayGreyscale decals: - 1188: 24,24 - 1360: 21,33 - 1448: 28,59 - 2439: 23,60 - 5017: 59,47 + 1186: 24,24 + 1355: 21,33 + 1443: 28,59 + 2434: 23,60 + 5012: 59,47 - node: color: '#EC3A3A73' id: ThreeQuarterTileOverlayGreyscale decals: - 2603: 37,35 + 2598: 37,35 - node: color: '#EFB34196' id: ThreeQuarterTileOverlayGreyscale @@ -9251,17 +9380,17 @@ entities: 900: -20,27 939: -49,33 1045: 19,-31 - 4643: -20,40 + 4638: -20,40 - node: color: '#FFFFFF7F' id: ThreeQuarterTileOverlayGreyscale decals: - 2903: 34,-40 + 2898: 34,-40 - node: color: '#00A7FF7F' id: ThreeQuarterTileOverlayGreyscale180 decals: - 2916: 29,-40 + 2911: 29,-40 - node: color: '#52B4E996' id: ThreeQuarterTileOverlayGreyscale180 @@ -9271,13 +9400,13 @@ entities: 465: 38,-32 559: -9,-28 1055: 24,-29 - 5108: 34,-14 - 5144: 34,-18 + 5087: 34,-14 + 5123: 34,-18 - node: color: '#9FED5896' id: ThreeQuarterTileOverlayGreyscale180 decals: - 2517: -13,55 + 2512: -13,55 - node: color: '#A4610696' id: ThreeQuarterTileOverlayGreyscale180 @@ -9318,15 +9447,15 @@ entities: color: '#DE3A3A96' id: ThreeQuarterTileOverlayGreyscale180 decals: - 1185: 25,20 - 1361: 25,26 - 2440: 24,57 - 5030: 62,33 + 1183: 25,20 + 1356: 25,26 + 2435: 24,57 + 5025: 62,33 - node: color: '#EC3A3A73' id: ThreeQuarterTileOverlayGreyscale180 decals: - 2604: 39,33 + 2599: 39,33 - node: color: '#EFB34196' id: ThreeQuarterTileOverlayGreyscale180 @@ -9341,17 +9470,17 @@ entities: 934: -30,29 937: -37,28 1044: 24,-40 - 4644: -10,36 + 4639: -10,36 - node: color: '#FFFFFF7F' id: ThreeQuarterTileOverlayGreyscale180 decals: - 2902: 30,-36 + 2897: 30,-36 - node: color: '#00A7FF7F' id: ThreeQuarterTileOverlayGreyscale270 decals: - 2917: 26,-40 + 2912: 26,-40 - node: color: '#52B4E996' id: ThreeQuarterTileOverlayGreyscale270 @@ -9360,8 +9489,8 @@ entities: 464: 36,-33 1047: 19,-29 1048: 18,-28 - 5109: 31,-14 - 5145: 31,-18 + 5088: 31,-14 + 5124: 31,-18 - node: color: '#A4610696' id: ThreeQuarterTileOverlayGreyscale270 @@ -9404,20 +9533,20 @@ entities: color: '#DE3A3A96' id: ThreeQuarterTileOverlayGreyscale270 decals: - 1186: 24,20 - 1362: 21,26 - 1449: 28,52 - 1451: 36,51 - 1452: 50,36 - 1453: 51,33 - 1532: 37,37 - 2441: 23,57 - 5018: 59,46 + 1184: 24,20 + 1357: 21,26 + 1444: 28,52 + 1446: 36,51 + 1447: 50,36 + 1448: 51,33 + 1527: 37,37 + 2436: 23,57 + 5013: 59,46 - node: color: '#EC3A3A73' id: ThreeQuarterTileOverlayGreyscale270 decals: - 2605: 37,33 + 2600: 37,33 - node: color: '#EFB34196' id: ThreeQuarterTileOverlayGreyscale270 @@ -9431,26 +9560,26 @@ entities: 898: -20,24 938: -49,28 1046: 19,-40 - 4645: -20,36 + 4640: -20,36 - node: color: '#FFFFFF7F' id: ThreeQuarterTileOverlayGreyscale270 decals: - 2905: 34,-36 + 2900: 34,-36 - node: color: '#52B4E996' id: ThreeQuarterTileOverlayGreyscale90 decals: 1054: 24,-27 - 5088: 38,-19 - 5105: 28,-17 - 5110: 34,-10 - 5146: 34,-16 + 5067: 38,-19 + 5084: 28,-17 + 5089: 34,-10 + 5125: 34,-16 - node: color: '#9FED5896' id: ThreeQuarterTileOverlayGreyscale90 decals: - 2518: -13,63 + 2513: -13,63 - node: color: '#A4610696' id: ThreeQuarterTileOverlayGreyscale90 @@ -9488,20 +9617,20 @@ entities: color: '#DE3A3A96' id: ThreeQuarterTileOverlayGreyscale90 decals: - 1187: 25,24 - 1363: 25,33 - 1446: 40,48 - 1447: 39,54 - 1450: 30,59 - 1454: 53,44 - 1455: 52,47 - 2442: 24,60 - 5019: 62,47 + 1185: 25,24 + 1358: 25,33 + 1441: 40,48 + 1442: 39,54 + 1445: 30,59 + 1449: 53,44 + 1450: 52,47 + 2437: 24,60 + 5014: 62,47 - node: color: '#EC3A3A73' id: ThreeQuarterTileOverlayGreyscale90 decals: - 2606: 39,35 + 2601: 39,35 - node: color: '#EFB34196' id: ThreeQuarterTileOverlayGreyscale90 @@ -9516,403 +9645,399 @@ entities: 935: -30,31 936: -37,33 1043: 24,-31 - 4646: -10,40 + 4641: -10,40 - node: color: '#FFFFFF7F' id: ThreeQuarterTileOverlayGreyscale90 decals: - 2904: 30,-40 + 2899: 30,-40 - node: cleanable: True zIndex: 5 color: '#0000FFFF' id: Tunnel decals: - 6060: -77.99803,68.086075 + 6029: -77.99803,68.086075 - node: color: '#0E7F1BFF' id: Tunnel decals: - 3986: 55.198544,-34.988598 - 3987: 54.93292,-30.953238 + 3981: 55.198544,-34.988598 + 3982: 54.93292,-30.953238 - node: color: '#FFFFFFFF' id: WarnBox decals: - 5609: -78,61 - 5610: -79,62 - 5616: -80,65 - 5617: -79,65 - 5721: -79,60 - 5722: -77,62 - 5723: -77,60 + 5588: -78,61 + 5589: -79,62 + 5595: -80,65 + 5596: -79,65 + 5694: -79,60 + 5695: -77,62 + 5696: -77,60 - node: color: '#52B4E996' id: WarnBoxGreyscale decals: - 5136: 30,-18 - 5137: 30,-17 + 5115: 30,-18 + 5116: 30,-17 - node: color: '#FFFFFFFF' id: WarnCornerNE decals: - 5711: -74,58 - 5713: -60,71 - 6445: 13,-57 + 5684: -74,58 + 5686: -60,71 - node: color: '#FFFFFFFF' id: WarnCornerNW decals: - 1840: -6,66 - 5712: -75,58 - 5714: -62,71 - 6443: 15,-57 + 1835: -6,66 + 5685: -75,58 + 5687: -62,71 - node: color: '#FFFFFFFF' id: WarnCornerSE decals: - 3984: 43,52 - 5706: -74,56 - 5715: -60,70 - 6444: 13,-55 + 3979: 43,52 + 5679: -74,56 + 5688: -60,70 - node: color: '#FFFFFFFF' id: WarnCornerSW decals: - 5705: -75,56 - 5718: -62,70 - 6446: 15,-55 + 5678: -75,56 + 5691: -62,70 - node: color: '#FFFFFFFF' id: WarnCornerSmallGreyscaleNE decals: - 4231: 40,-11 + 4226: 40,-11 - node: color: '#FFFFFFFF' id: WarnCornerSmallGreyscaleNW decals: - 4230: 48,-11 + 4225: 48,-11 - node: color: '#FFFFFFFF' id: WarnCornerSmallNE decals: - 1952: -9,-89 - 1953: 9,-89 - 4692: -89,68 - 5750: 41,-14 + 1947: -9,-89 + 1948: 9,-89 + 4687: -89,68 + 5723: 41,-14 - node: color: '#FFFFFFFF' id: WarnCornerSmallNW decals: - 1775: -59,5 - 1949: -9,-89 - 1956: 9,-89 - 4693: -89,68 - 5751: 47,-14 + 1770: -59,5 + 1944: -9,-89 + 1951: 9,-89 + 4688: -89,68 + 5724: 47,-14 - node: color: '#FFFFFF80' id: WarnCornerSmallSE decals: - 5831: -60,77 + 5804: -60,77 - node: color: '#FFFFFFFF' id: WarnCornerSmallSE decals: - 1770: -65,18 - 1950: -9,-89 - 1954: 9,-89 - 4704: -89,65 - 5879: 62,30 + 1765: -65,18 + 1945: -9,-89 + 1949: 9,-89 + 4699: -89,65 + 5852: 62,30 - node: color: '#FFFFFFFF' id: WarnCornerSmallSW decals: - 1771: -59,18 - 1951: -9,-89 - 1955: 9,-89 - 4705: -89,65 + 1766: -59,18 + 1946: -9,-89 + 1950: 9,-89 + 4700: -89,65 - node: color: '#FFFFFFFF' id: WarnEndE decals: - 1946: 10,-89 - 1948: -8,-89 + 1941: 10,-89 + 1943: -8,-89 - node: color: '#FFFFFFFF' id: WarnEndW decals: - 1945: 8,-89 - 1947: -10,-89 + 1940: 8,-89 + 1942: -10,-89 - node: color: '#FED83D99' id: WarnFull decals: - 4649: -85,71 + 4644: -85,71 - node: color: '#FFFFFFFF' id: WarnFull decals: - 1784: -60,6 - 1785: -60,17 - 1786: -64,17 - 5709: -76,57 - 5710: -73,57 - 5716: -61,69 - 5717: -61,72 + 1779: -60,6 + 1780: -60,17 + 1781: -64,17 + 5682: -76,57 + 5683: -73,57 + 5689: -61,69 + 5690: -61,72 - node: color: '#DE3A3A96' id: WarnLineE decals: - 1143: 22,24 - 1144: 22,23 - 1145: 22,22 - 1146: 22,21 - 1147: 22,20 - 1148: 21,20 - 1149: 21,21 - 1150: 21,22 - 1151: 21,24 - 1152: 21,23 - 1153: 20,24 - 1154: 20,23 - 1155: 20,22 - 1156: 20,21 - 1157: 20,20 - 1158: 19,20 - 1159: 19,21 - 1160: 19,22 - 1161: 19,23 - 1162: 19,24 - 1163: 18,24 - 1164: 18,23 - 1165: 18,22 - 1166: 18,20 - 1167: 18,21 - 1168: 17,20 - 1169: 17,21 - 1170: 17,22 - 1171: 17,23 - 1172: 17,24 + 1141: 22,24 + 1142: 22,23 + 1143: 22,22 + 1144: 22,21 + 1145: 22,20 + 1146: 21,20 + 1147: 21,21 + 1148: 21,22 + 1149: 21,24 + 1150: 21,23 + 1151: 20,24 + 1152: 20,23 + 1153: 20,22 + 1154: 20,21 + 1155: 20,20 + 1156: 19,20 + 1157: 19,21 + 1158: 19,22 + 1159: 19,23 + 1160: 19,24 + 1161: 18,24 + 1162: 18,23 + 1163: 18,22 + 1164: 18,20 + 1165: 18,21 + 1166: 17,20 + 1167: 17,21 + 1168: 17,22 + 1169: 17,23 + 1170: 17,24 - node: color: '#FFFFFF7F' id: WarnLineE decals: - 5858: -60,75 - 5859: -60,76 + 5831: -60,75 + 5832: -60,76 - node: color: '#FFFFFF80' id: WarnLineE decals: - 5830: -60,73 - 5832: -60,74 + 5803: -60,73 + 5805: -60,74 - node: color: '#FFFFFFFF' id: WarnLineE decals: - 1768: -65,16 - 1769: -65,17 - 1959: 9,-88 - 1960: 9,-90 - 1961: -9,-90 - 1962: -9,-88 - 3259: -7,30 - 3982: 43,53 - 4234: 47,-12 - 4235: 47,-11 - 5707: -74,57 - 5876: 62,29 - 5877: 62,28 - 5878: 62,27 + 1763: -65,16 + 1764: -65,17 + 1954: 9,-88 + 1955: 9,-90 + 1956: -9,-90 + 1957: -9,-88 + 3254: -7,30 + 3977: 43,53 + 4229: 47,-12 + 4230: 47,-11 + 5680: -74,57 + 5849: 62,29 + 5850: 62,28 + 5851: 62,27 - node: color: '#52B4E996' id: WarnLineGreyscaleE decals: - 3264: -7,33 + 3259: -7,33 - node: color: '#79150096' id: WarnLineGreyscaleE decals: - 3113: 58,24 - 3114: 58,20 + 3108: 58,24 + 3109: 58,20 - node: color: '#DE3A3A96' id: WarnLineGreyscaleE decals: - 5029: 62,34 - 5079: 74,34 + 5024: 62,34 - node: color: '#EC3A3A73' id: WarnLineGreyscaleE decals: - 2632: 35,43 - 2633: 35,44 - 2634: 35,45 - 2635: 35,46 + 2627: 35,43 + 2628: 35,44 + 2629: 35,45 + 2630: 35,46 - node: color: '#EFB34196' id: WarnLineGreyscaleE decals: - 3236: -34,14 - 3237: -34,15 - 3238: -34,16 - 3239: -34,17 - 4650: -22,31 - 4651: -22,32 + 3231: -34,14 + 3232: -34,15 + 3233: -34,16 + 3234: -34,17 + 4645: -22,31 + 4646: -22,32 - node: color: '#FF0000CD' id: WarnLineGreyscaleE decals: - 2125: -3,48 + 2120: -3,48 - node: color: '#FFFFFFFF' id: WarnLineGreyscaleE decals: - 4232: 40,-10 + 4227: 40,-10 - node: color: '#0096FF7F' id: WarnLineGreyscaleN decals: - 2919: 27,-35 - 2920: 28,-35 + 2914: 27,-35 + 2915: 28,-35 - node: color: '#334E6DC8' id: WarnLineGreyscaleN decals: - 3268: -6,-34 - 3269: 6,-34 - 3274: -1,-37 - 3275: 0,-37 - 3276: 1,-37 - 3277: -4,-42 + 3263: -6,-34 + 3264: 6,-34 + 3269: -1,-37 + 3270: 0,-37 + 3271: 1,-37 + 3272: -4,-42 - node: color: '#52B4E996' id: WarnLineGreyscaleN decals: - 3260: -9,31 - 3261: -8,31 - 3262: -7,31 - 3265: -8,34 + 3255: -9,31 + 3256: -8,31 + 3257: -7,31 + 3260: -8,34 - node: color: '#DE3A3A96' id: WarnLineGreyscaleN decals: - 5025: 60,47 - 5077: 65,40 + 5020: 60,47 + 5060: 65,40 + 6470: 78,40 - node: color: '#EC3A3AD9' id: WarnLineGreyscaleN decals: - 2655: 23,63 - 2656: 24,63 + 2650: 23,63 + 2651: 24,63 - node: color: '#FF0000CD' id: WarnLineGreyscaleN decals: - 2124: -8,-58 + 2119: -8,-58 - node: color: '#FFFFFFFF' id: WarnLineGreyscaleN decals: - 4223: 41,-11 - 4224: 42,-11 - 4225: 43,-11 - 4226: 44,-11 - 4227: 45,-11 - 4228: 46,-11 - 4229: 47,-11 + 4218: 41,-11 + 4219: 42,-11 + 4220: 43,-11 + 4221: 44,-11 + 4222: 45,-11 + 4223: 46,-11 + 4224: 47,-11 - node: color: '#334E6DC8' id: WarnLineGreyscaleS decals: - 3267: -6,-32 - 3270: 6,-32 - 3271: -1,-33 - 3272: 0,-33 - 3273: 1,-33 - 3278: -4,-40 + 3262: -6,-32 + 3265: 6,-32 + 3266: -1,-33 + 3267: 0,-33 + 3268: 1,-33 + 3273: -4,-40 - node: color: '#52B4E996' id: WarnLineGreyscaleS decals: - 3263: -8,32 + 3258: -8,32 - node: color: '#DE3A3A96' id: WarnLineGreyscaleS decals: - 5026: 58,33 - 5027: 52,33 - 5028: 61,33 - 5076: 72,33 + 5021: 58,33 + 5022: 52,33 + 5023: 61,33 + 6471: 72,33 - node: color: '#EC3A3AD9' id: WarnLineGreyscaleS decals: - 2657: 23,62 - 2658: 24,62 + 2652: 23,62 + 2653: 24,62 - node: color: '#FF0000CD' id: WarnLineGreyscaleS decals: - 2123: -9,-60 + 2118: -9,-60 - node: color: '#FFA500FF' id: WarnLineGreyscaleS decals: - 5701: -80,56 - 5702: -79,56 - 5703: -78,56 + 5674: -80,56 + 5675: -79,56 + 5676: -78,56 - node: color: '#334E6DC8' id: WarnLineGreyscaleW decals: - 3279: 5,-45 + 3274: 5,-45 - node: color: '#52B4E996' id: WarnLineGreyscaleW decals: - 3266: -9,33 + 3261: -9,33 - node: color: '#79150096' id: WarnLineGreyscaleW decals: - 3111: 59,20 - 3112: 59,24 + 3106: 59,20 + 3107: 59,24 - node: color: '#DE3A3A96' id: WarnLineGreyscaleW decals: - 3053: 49,41 - 3054: 49,42 - 3055: 49,43 - 5078: 64,34 + 3048: 49,41 + 3049: 49,42 + 3050: 49,43 + 5061: 64,34 - node: color: '#EC3A3A73' id: WarnLineGreyscaleW decals: - 2636: 37,43 - 2637: 37,44 - 2638: 37,45 - 2639: 37,46 - 2640: 37,42 - 2641: 37,47 + 2631: 37,43 + 2632: 37,44 + 2633: 37,45 + 2634: 37,46 + 2635: 37,42 + 2636: 37,47 - node: color: '#EFB34196' id: WarnLineGreyscaleW decals: - 3232: -28,14 - 3233: -28,15 - 3234: -28,16 - 3235: -28,17 + 3227: -28,14 + 3228: -28,15 + 3229: -28,16 + 3230: -28,17 - node: color: '#FF0000CD' id: WarnLineGreyscaleW decals: - 2126: -5,49 + 2121: -5,49 - node: color: '#FFFFFFFF' id: WarnLineGreyscaleW decals: - 4233: 48,-10 + 4228: 48,-10 - node: color: '#FFFFFFFF' id: WarnLineN @@ -9926,32 +10051,32 @@ entities: 175: -28,-11 216: -25,-43 217: -24,-43 - 1763: -60,18 - 1764: -61,18 - 1765: -62,18 - 1766: -63,18 - 1767: -64,18 - 2264: 11,-48 - 2265: 12,-48 - 2266: 13,-48 - 2267: 14,-48 - 2451: 25,58 - 2452: 26,58 - 2700: 22,18 - 2701: 23,18 - 2702: 24,18 - 2703: 25,18 - 2704: 25,17 - 2705: 24,17 - 2706: 22,17 - 2707: 23,17 - 3983: 42,52 - 4701: -86,65 - 4702: -87,65 - 4703: -88,65 - 5719: -61,70 - 5874: 63,30 - 5875: 64,30 + 1758: -60,18 + 1759: -61,18 + 1760: -62,18 + 1761: -63,18 + 1762: -64,18 + 2259: 11,-48 + 2260: 12,-48 + 2261: 13,-48 + 2262: 14,-48 + 2446: 25,58 + 2447: 26,58 + 2695: 22,18 + 2696: 23,18 + 2697: 24,18 + 2698: 25,18 + 2699: 25,17 + 2700: 24,17 + 2701: 22,17 + 2702: 23,17 + 3978: 42,52 + 4696: -86,65 + 4697: -87,65 + 4698: -88,65 + 5692: -61,70 + 5847: 63,30 + 5848: 64,30 - node: zIndex: 3 color: '#FFFFFFFF' @@ -9964,31 +10089,31 @@ entities: color: '#FFFFFFFF' id: WarnLineN decals: - 5941: 65,30 + 5914: 65,30 - node: color: '#FFFFFFFF' id: WarnLineS decals: - 1747: -59,6 - 1749: -59,7 - 1750: -59,8 - 1752: -59,9 - 1753: -59,10 - 1754: -59,11 - 1755: -59,12 - 1757: -59,13 - 1758: -59,14 - 1759: -59,15 - 1760: -59,16 - 1761: -59,17 - 1957: 9,-90 - 1958: 9,-88 - 1963: -9,-90 - 1964: -9,-88 - 2447: 23,59 - 2448: 23,57 - 3258: -5,30 - 5708: -75,57 + 1742: -59,6 + 1744: -59,7 + 1745: -59,8 + 1747: -59,9 + 1748: -59,10 + 1749: -59,11 + 1750: -59,12 + 1752: -59,13 + 1753: -59,14 + 1754: -59,15 + 1755: -59,16 + 1756: -59,17 + 1952: 9,-90 + 1953: 9,-88 + 1958: -9,-90 + 1959: -9,-88 + 2442: 23,59 + 2443: 23,57 + 3253: -5,30 + 5681: -75,57 - node: zIndex: 3 color: '#FFFFFFFF' @@ -10007,48 +10132,48 @@ entities: 213: -25,-45 214: -24,-45 215: -23,-45 - 1737: -69,5 - 1738: -68,5 - 1739: -67,5 - 1740: -66,5 - 1741: -65,5 - 1742: -64,5 - 1743: -63,5 - 1744: -62,5 - 1745: -61,5 - 1746: -60,5 - 2268: 11,-50 - 2269: 12,-50 - 2270: 13,-50 - 2271: 14,-50 - 2449: 25,58 - 2450: 26,58 - 4689: -86,68 - 4690: -87,68 - 4691: -88,68 - 4694: -90,68 - 5720: -61,71 - 5745: 42,-14 - 5746: 43,-14 - 5747: 44,-14 - 5748: 45,-14 - 5749: 46,-14 + 1732: -69,5 + 1733: -68,5 + 1734: -67,5 + 1735: -66,5 + 1736: -65,5 + 1737: -64,5 + 1738: -63,5 + 1739: -62,5 + 1740: -61,5 + 1741: -60,5 + 2263: 11,-50 + 2264: 12,-50 + 2265: 13,-50 + 2266: 14,-50 + 2444: 25,58 + 2445: 26,58 + 4684: -86,68 + 4685: -87,68 + 4686: -88,68 + 4689: -90,68 + 5693: -61,71 + 5718: 42,-14 + 5719: 43,-14 + 5720: 44,-14 + 5721: 45,-14 + 5722: 46,-14 - node: color: '#FFFFFFFF' id: WoodTrimThinCornerNe decals: 1086: 41,-40 1095: 35,-44 - 1201: -23,-51 - 1845: 2,61 - 1846: 3,60 - 2311: 4,68 - 3889: -32,43 - 3890: -31,42 - 4169: -3,41 - 4576: -12,33 - 4577: -11,32 - 4610: -19,30 + 1196: -23,-51 + 1840: 2,61 + 1841: 3,60 + 2306: 4,68 + 3884: -32,43 + 3885: -31,42 + 4164: -3,41 + 4571: -12,33 + 4572: -11,32 + 4605: -19,30 - node: color: '#FFFFFFFF' id: WoodTrimThinCornerNw @@ -10060,33 +10185,33 @@ entities: 1091: 33,-45 1092: 32,-46 1096: 34,-44 - 1847: 0,60 - 1848: 1,61 - 1877: 5,61 - 2316: -3,68 - 3206: -37,24 - 3903: -35,42 - 3904: -33,43 - 3905: -36,40 - 4574: -19,32 - 4575: -18,33 - 4609: -11,30 + 1842: 0,60 + 1843: 1,61 + 1872: 5,61 + 2311: -3,68 + 3201: -37,24 + 3898: -35,42 + 3899: -33,43 + 3900: -36,40 + 4569: -19,32 + 4570: -18,33 + 4604: -11,30 - node: color: '#FFFFFFFF' id: WoodTrimThinCornerSe decals: 1070: 41,-47 1094: 35,-47 - 1198: 41,59 - 1841: 2,58 - 1842: 3,59 - 2312: 4,67 - 2313: 3,66 - 3898: -33,39 - 3899: -32,41 - 4578: -12,30 - 4579: -11,31 - 4607: -19,33 + 1193: 41,59 + 1836: 2,58 + 1837: 3,59 + 2307: 4,67 + 2308: 3,66 + 3893: -33,39 + 3894: -32,41 + 4573: -12,30 + 4574: -11,31 + 4602: -19,33 - node: color: '#FFFFFFFF' id: WoodTrimThinCornerSw @@ -10094,32 +10219,32 @@ entities: 2: -16,-18 181: -12,-25 1071: 37,-47 - 1843: 1,58 - 1844: 0,59 - 2314: -3,66 - 2395: -17,-61 - 2428: 5,29 - 3205: -37,22 - 3888: -36,39 - 4580: -19,31 - 4581: -18,30 - 4608: -11,33 + 1838: 1,58 + 1839: 0,59 + 2309: -3,66 + 2390: -17,-61 + 2423: 5,29 + 3200: -37,22 + 3883: -36,39 + 4575: -19,31 + 4576: -18,30 + 4603: -11,33 - node: color: '#FFFFFFFF' id: WoodTrimThinEndW decals: 1093: 31,-47 - 2315: -4,67 + 2310: -4,67 - node: color: '#FFFFFFFF' id: WoodTrimThinInnerNe decals: - 1204: -25,-51 - 1849: 2,60 - 2397: -14,-58 - 3891: -32,42 - 4597: -12,32 - 4612: -19,29 + 1199: -25,-51 + 1844: 2,60 + 2392: -14,-58 + 3886: -32,42 + 4592: -12,32 + 4607: -19,29 - node: color: '#FFFFFFFF' id: WoodTrimThinInnerNw @@ -10128,39 +10253,39 @@ entities: 1088: 32,-47 1089: 33,-46 1090: 34,-45 - 1850: 1,60 - 2317: -3,67 - 2398: -14,-58 - 3202: -38,24 - 3203: -39,21 - 3908: -35,40 - 3909: -33,42 - 4593: -18,32 - 4611: -11,29 + 1845: 1,60 + 2312: -3,67 + 2393: -14,-58 + 3197: -38,24 + 3198: -39,21 + 3903: -35,40 + 3904: -33,42 + 4588: -18,32 + 4606: -11,29 - node: color: '#FFFFFFFF' id: WoodTrimThinInnerSe decals: 1100: 34,-47 - 1851: 2,59 - 2319: 3,67 - 3902: -33,41 - 4596: -12,31 - 4605: -19,34 + 1846: 2,59 + 2314: 3,67 + 3897: -33,41 + 4591: -12,31 + 4600: -19,34 - node: color: '#FFFFFFFF' id: WoodTrimThinInnerSw decals: 1099: 32,-47 - 1852: 1,59 - 2318: -3,67 - 2394: -15,-61 - 3204: -39,24 - 3887: -33,40 - 3892: -35,39 - 3895: -36,41 - 4595: -18,31 - 4606: -11,34 + 1847: 1,59 + 2313: -3,67 + 2389: -15,-61 + 3199: -39,24 + 3882: -33,40 + 3887: -35,39 + 3890: -36,41 + 4590: -18,31 + 4601: -11,34 - node: color: '#FFFFFFFF' id: WoodTrimThinLineE @@ -10173,12 +10298,12 @@ entities: 1085: 41,-41 1097: 35,-45 1098: 35,-46 - 1200: 41,60 - 1203: -25,-50 - 3894: -31,41 - 3901: -33,40 - 4167: -6,40 - 4168: -6,41 + 1195: 41,60 + 1198: -25,-50 + 3889: -31,41 + 3896: -33,40 + 4162: -6,40 + 4163: -6,41 - node: color: '#FFFFFFFF' id: WoodTrimThinLineN @@ -10189,53 +10314,53 @@ entities: 427: 13,-36 1066: 39,-40 1067: 40,-40 - 1202: -24,-51 - 1889: 6,61 - 1890: 7,61 - 1892: 8,61 - 2305: -2,68 - 2306: -1,68 - 2307: 0,68 - 2308: 1,68 - 2309: 2,68 - 2310: 3,68 - 2320: -4,64 - 2321: -3,64 - 2322: -2,64 - 2323: -1,64 - 2324: 0,64 - 2325: 1,64 - 2326: 2,64 - 2327: 3,64 - 2328: 4,64 - 2396: -13,-58 - 3195: -42,21 - 3196: -41,21 - 3197: -40,21 - 3198: -42,24 - 3199: -41,24 - 3200: -40,24 - 3201: -39,24 - 3208: -38,25 - 3209: -37,25 - 3907: -34,42 - 4170: -5,41 - 4171: -4,41 - 4172: -5,39 - 4174: -4,40 - 4175: -3,40 - 4588: -17,33 - 4589: -16,33 - 4590: -15,33 - 4591: -14,33 - 4592: -13,33 - 4613: -18,29 - 4614: -17,29 - 4615: -16,29 - 4616: -15,29 - 4617: -14,29 - 4618: -13,29 - 4619: -12,29 + 1197: -24,-51 + 1884: 6,61 + 1885: 7,61 + 1887: 8,61 + 2300: -2,68 + 2301: -1,68 + 2302: 0,68 + 2303: 1,68 + 2304: 2,68 + 2305: 3,68 + 2315: -4,64 + 2316: -3,64 + 2317: -2,64 + 2318: -1,64 + 2319: 0,64 + 2320: 1,64 + 2321: 2,64 + 2322: 3,64 + 2323: 4,64 + 2391: -13,-58 + 3190: -42,21 + 3191: -41,21 + 3192: -40,21 + 3193: -42,24 + 3194: -41,24 + 3195: -40,24 + 3196: -39,24 + 3203: -38,25 + 3204: -37,25 + 3902: -34,42 + 4165: -5,41 + 4166: -4,41 + 4167: -5,39 + 4169: -4,40 + 4170: -3,40 + 4583: -17,33 + 4584: -16,33 + 4585: -15,33 + 4586: -14,33 + 4587: -13,33 + 4608: -18,29 + 4609: -17,29 + 4610: -16,29 + 4611: -15,29 + 4612: -14,29 + 4613: -13,29 + 4614: -12,29 - node: color: '#FFFFFFFF' id: WoodTrimThinLineS @@ -10246,27 +10371,27 @@ entities: 1072: 38,-47 1073: 40,-47 1074: 39,-47 - 1199: 40,59 - 2393: -16,-61 - 3192: -42,24 - 3193: -41,24 - 3194: -40,24 - 3896: -35,39 - 3897: -34,39 - 3900: -31,42 - 4582: -17,30 - 4583: -16,30 - 4584: -15,30 - 4585: -14,30 - 4587: -13,30 - 4598: -18,34 - 4599: -17,34 - 4600: -16,34 - 4601: -15,34 - 4602: -14,34 - 4603: -13,34 - 4604: -12,34 - 6317: -66,0 + 1194: 40,59 + 2388: -16,-61 + 3187: -42,24 + 3188: -41,24 + 3189: -40,24 + 3891: -35,39 + 3892: -34,39 + 3895: -31,42 + 4577: -17,30 + 4578: -16,30 + 4579: -15,30 + 4580: -14,30 + 4582: -13,30 + 4593: -18,34 + 4594: -17,34 + 4595: -16,34 + 4596: -15,34 + 4597: -14,34 + 4598: -13,34 + 4599: -12,34 + 6286: -66,0 - node: color: '#FFFFFFFF' id: WoodTrimThinLineW @@ -10281,84 +10406,84 @@ entities: 1077: 37,-44 1078: 37,-45 1079: 37,-46 - 1880: 5,56 - 1882: 5,57 - 1883: 5,58 - 1884: 5,59 - 1887: 5,60 - 2424: 5,33 - 2425: 5,32 - 2426: 5,31 - 2427: 5,30 - 3188: -39,22 - 3189: -39,23 - 3190: -38,25 - 3191: -38,26 - 3207: -37,23 - 3893: -35,38 - 3906: -35,41 - 4173: -4,40 - 6316: -67,3 + 1875: 5,56 + 1877: 5,57 + 1878: 5,58 + 1879: 5,59 + 1882: 5,60 + 2419: 5,33 + 2420: 5,32 + 2421: 5,31 + 2422: 5,30 + 3183: -39,22 + 3184: -39,23 + 3185: -38,25 + 3186: -38,26 + 3202: -37,23 + 3888: -35,38 + 3901: -35,41 + 4168: -4,40 + 6285: -67,3 - node: cleanable: True color: '#FFFFFFFF' id: beepsky decals: - 4038: 54.071087,-31.844122 - 4187: 67.2918,-22.452436 + 4033: 54.071087,-31.844122 + 4182: 67.2918,-22.452436 - node: cleanable: True color: '#FFFFFFFF' id: biohazard decals: - 4185: 56.95997,-27.989925 + 4180: 56.95997,-27.989925 - node: color: '#FFFFFFFF' id: blueprint decals: - 5735: 58.587532,-27.095695 + 5708: 58.587532,-27.095695 - node: color: '#0E7F1BFF' id: body decals: - 3989: 63.391953,-23.832964 + 3984: 63.391953,-23.832964 - node: cleanable: True color: '#951710FF' id: body decals: - 1290: 59.667934,-33.961563 + 1285: 59.667934,-33.961563 - node: cleanable: True color: '#FFFFFFFF' id: body decals: - 4156: 61.700882,-31.03683 - 4158: 59.669632,-33.97433 + 4151: 61.700882,-31.03683 + 4153: 59.669632,-33.97433 - node: cleanable: True angle: 2.1467549799530254 rad color: '#FFFFFFFF' id: body decals: - 4162: 64.29463,-33.53683 + 4157: 64.29463,-33.53683 - node: color: '#0E7F1BFF' id: bottle decals: - 3988: 63.954453,-25.598589 + 3983: 63.954453,-25.598589 - node: cleanable: True color: '#0000FF3F' id: brush decals: - 2392: -30.98084,-57.106953 + 2387: -30.98084,-57.106953 - node: cleanable: True color: '#FF000041' id: brush decals: - 2391: -33.074593,-54.966328 + 2386: -33.074593,-54.966328 - node: cleanable: True zIndex: 5 @@ -10366,11 +10491,11 @@ entities: color: '#BD0000FF' id: clawprint decals: - 6031: -78.19869,72.30714 - 6032: -77.90182,72.47901 - 6033: -78.16744,72.90089 - 6034: -77.83932,73.05714 - 6035: -78.12057,73.29151 + 6000: -78.19869,72.30714 + 6001: -77.90182,72.47901 + 6002: -78.16744,72.90089 + 6003: -77.83932,73.05714 + 6004: -78.12057,73.29151 - node: cleanable: True zIndex: 5 @@ -10378,8 +10503,8 @@ entities: color: '#BD0000FF' id: clawprint decals: - 6042: -76.4606,74.768196 - 6043: -76.94498,74.75257 + 6011: -76.4606,74.768196 + 6012: -76.94498,74.75257 - node: cleanable: True zIndex: 5 @@ -10387,7 +10512,7 @@ entities: color: '#BD0000FF' id: clawprint decals: - 6041: -76.91373,74.40882 + 6010: -76.91373,74.40882 - node: cleanable: True zIndex: 5 @@ -10395,7 +10520,7 @@ entities: color: '#BD0000FF' id: clawprint decals: - 6040: -77.43307,74.60401 + 6009: -77.43307,74.60401 - node: cleanable: True zIndex: 5 @@ -10403,33 +10528,33 @@ entities: color: '#BD0000FF' id: clawprint decals: - 6036: -77.69869,73.46339 - 6037: -77.91744,73.85401 - 6038: -77.72994,74.18214 - 6039: -77.32369,74.11964 + 6005: -77.69869,73.46339 + 6006: -77.91744,73.85401 + 6007: -77.72994,74.18214 + 6008: -77.32369,74.11964 - node: color: '#FF0000FF' id: credit decals: - 5728: 65.22816,-22.658195 + 5701: 65.22816,-22.658195 - node: cleanable: True color: '#D4D4D496' id: cyr_b decals: - 1422: 63.775154,-20.760578 + 1417: 63.775154,-20.760578 - node: cleanable: True color: '#D4D4D428' id: cyr_l decals: - 1425: 64.308266,-21.088703 + 1420: 64.308266,-21.088703 - node: cleanable: True color: '#D4D4D496' id: cyr_ya decals: - 1423: 64.993904,-21.276203 + 1418: 64.993904,-21.276203 - node: color: '#EFB34196' id: danger @@ -10440,120 +10565,120 @@ entities: color: '#D4D4D428' id: dwarf decals: - 1428: 57.030266,-30.963985 + 1423: 57.030266,-30.963985 - node: cleanable: True color: '#FFFFFFFF' id: e decals: - 4188: 65.82545,-22.049356 + 4183: 65.82545,-22.049356 - node: cleanable: True color: '#FFFFFFFF' id: end decals: - 4030: 62.841286,-25.028017 + 4025: 62.841286,-25.028017 - node: cleanable: True color: '#52B4E996' id: evac decals: - 1430: 59.983753,-8.061515 + 1425: 59.983753,-8.061515 - node: cleanable: True color: '#A4610696' id: evac decals: - 1429: 67.843,-25.788626 + 1424: 67.843,-25.788626 - node: cleanable: True color: '#DE3A3A96' id: exclamationmark decals: - 1424: 65.433266,-21.401203 + 1419: 65.433266,-21.401203 - node: cleanable: True color: '#52B4E996' id: face decals: - 4412: 68.98228,-11.826849 + 4407: 68.98228,-11.826849 - node: cleanable: True color: '#9FED5896' id: face decals: - 4413: 68.9979,-11.858099 + 4408: 68.9979,-11.858099 - node: cleanable: True color: '#D4D4D428' id: face decals: - 1426: 55.040943,-29.974642 - 1427: 49.85475,-44.250275 + 1421: 55.040943,-29.974642 + 1422: 49.85475,-44.250275 - node: cleanable: True color: '#DE3A3A96' id: face decals: - 4411: 68.96665,-11.811224 + 4406: 68.96665,-11.811224 - node: color: '#0E7F1BFF' id: fireaxe decals: - 4023: 67.01473,-20.024748 + 4018: 67.01473,-20.024748 - node: cleanable: True color: '#951710FF' id: fireaxe decals: - 1291: 62.292934,-30.945938 + 1286: 62.292934,-30.945938 - node: cleanable: True color: '#FFFFFFFF' id: firedanger decals: - 1292: 59.136684,-30.008438 + 1287: 59.136684,-30.008438 - node: color: '#6C5000FF' id: footprint decals: - 4789: 44.11342,-4.280049 - 4790: 43.83217,-4.030049 - 4791: 44.191544,-3.7644238 - 4792: 43.80092,-3.4206738 - 4793: 44.14467,-3.0769238 - 4794: 43.754044,-2.8894238 - 4803: 41.86342,0.25120115 - 4804: 42.191544,0.57932615 - 4805: 41.89467,1.1105762 - 4806: 42.23842,1.3449512 - 4807: 41.847794,1.6730762 - 4808: 42.14467,1.9387012 - 4813: 41.191544,3.3293262 - 4814: 41.191544,3.8293262 - 4815: 40.83217,4.188701 + 4784: 44.11342,-4.280049 + 4785: 43.83217,-4.030049 + 4786: 44.191544,-3.7644238 + 4787: 43.80092,-3.4206738 + 4788: 44.14467,-3.0769238 + 4789: 43.754044,-2.8894238 + 4798: 41.86342,0.25120115 + 4799: 42.191544,0.57932615 + 4800: 41.89467,1.1105762 + 4801: 42.23842,1.3449512 + 4802: 41.847794,1.6730762 + 4803: 42.14467,1.9387012 + 4808: 41.191544,3.3293262 + 4809: 41.191544,3.8293262 + 4810: 40.83217,4.188701 - node: angle: 0.8726646259971648 rad color: '#6C5000FF' id: footprint decals: - 4795: 43.597794,-2.3894238 - 4796: 44.01967,-2.3581738 - 4797: 43.36342,-2.0769238 - 4798: 43.504044,-1.6862988 - 4799: 42.89467,-1.2800488 - 4800: 42.67592,-0.74879885 - 4801: 42.097794,-0.46754885 - 4802: 42.33217,-0.12379885 + 4790: 43.597794,-2.3894238 + 4791: 44.01967,-2.3581738 + 4792: 43.36342,-2.0769238 + 4793: 43.504044,-1.6862988 + 4794: 42.89467,-1.2800488 + 4795: 42.67592,-0.74879885 + 4796: 42.097794,-0.46754885 + 4797: 42.33217,-0.12379885 - node: angle: 1.2217304763960306 rad color: '#6C5000FF' id: footprint decals: - 4809: 41.629044,2.3762012 - 4810: 41.83217,2.4855762 - 4811: 41.20717,2.7668262 - 4812: 41.30092,3.1418262 + 4804: 41.629044,2.3762012 + 4805: 41.83217,2.4855762 + 4806: 41.20717,2.7668262 + 4807: 41.30092,3.1418262 - node: cleanable: True zIndex: 5 @@ -10561,139 +10686,149 @@ entities: color: '#BD0000FF' id: footprint decals: - 6052: -76.81053,75.148575 - 6053: -77.04491,74.9142 - 6054: -77.81053,75.1017 - 6055: -77.35741,75.1017 - 6056: -77.60741,74.7892 - 6057: -78.34178,75.148575 - 6058: -78.21678,74.679825 + 6021: -76.81053,75.148575 + 6022: -77.04491,74.9142 + 6023: -77.81053,75.1017 + 6024: -77.35741,75.1017 + 6025: -77.60741,74.7892 + 6026: -78.34178,75.148575 + 6027: -78.21678,74.679825 - node: color: '#D4D4D496' id: grasssnow06 decals: - 4330: -67.66433,2.6821358 - 4335: -68.07058,-0.42723912 + 4325: -67.66433,2.6821358 + 4330: -68.07058,-0.42723912 - node: color: '#D4D4D496' id: grasssnow07 decals: - 4334: -67.82058,0.9633858 + 4329: -67.82058,0.9633858 - node: color: '#38AA6A72' id: grasssnow09 decals: - 5775: 31.094671,-64.104195 - 5776: 31.59198,-63.76483 - 5777: 32.089287,-63.040848 - 5778: 32.90307,-62.972977 - 5779: 33.468193,-62.452614 - 5781: 34.078526,-61.81913 - 5782: 34.440205,-63.900578 - 5784: 35.09575,-63.51596 - 5785: 35.728687,-63.040848 - 5786: 35.02793,-64.51144 - 5787: 31.433746,-64.9413 - 5788: 30.665176,-63.945824 - 5789: 31.931053,-62.63361 - 5792: 34.01071,-64.285194 - 5794: 34.19155,-65.62003 - 5795: 35.93213,-63.19922 - 5796: 35.52524,-62.54311 - 5797: 35.57045,-64.443565 - 5798: 31.388535,-65.43904 + 5748: 31.094671,-64.104195 + 5749: 31.59198,-63.76483 + 5750: 32.089287,-63.040848 + 5751: 32.90307,-62.972977 + 5752: 33.468193,-62.452614 + 5754: 34.078526,-61.81913 + 5755: 34.440205,-63.900578 + 5757: 35.09575,-63.51596 + 5758: 35.728687,-63.040848 + 5759: 35.02793,-64.51144 + 5760: 31.433746,-64.9413 + 5761: 30.665176,-63.945824 + 5762: 31.931053,-62.63361 + 5765: 34.01071,-64.285194 + 5767: 34.19155,-65.62003 + 5768: 35.93213,-63.19922 + 5769: 35.52524,-62.54311 + 5770: 35.57045,-64.443565 + 5771: 31.388535,-65.43904 + - node: + color: '#FFFFFFFF' + id: grasssnow11 + decals: + 6503: -69.75298,1.2052853 - node: color: '#D4D4D496' id: grasssnow13 decals: - 4333: -66.72683,0.46338588 + 4328: -66.72683,0.46338588 + - node: + color: '#FFFFFFFF' + id: grasssnow13 + decals: + 6504: -71.87798,2.0965292 - node: color: '#D4D4D496' id: grasssnowb3 decals: - 4331: -68.94558,-0.19286412 - 4332: -65.211205,-0.38036412 + 4326: -68.94558,-0.19286412 + 4327: -65.211205,-0.38036412 - node: color: '#DE3A3A96' id: heart decals: - 4400: 68.86305,-21.181877 + 4395: 68.86305,-21.181877 - node: color: '#A4610696' id: j decals: - 4401: 50.19744,-31.03695 + 4396: 50.19744,-31.03695 - node: color: '#A4610696' id: k decals: - 4402: 50.744316,-31.240074 + 4397: 50.744316,-31.240074 - node: color: '#A4610696' id: l decals: - 4403: 51.275566,-30.9432 + 4398: 51.275566,-30.9432 - node: color: '#D4D4D496' id: like decals: - 4399: 70.40993,-21.181877 + 4394: 70.40993,-21.181877 - node: cleanable: True angle: 1.3089969389957472 rad color: '#6E0000FF' id: line decals: - 5886: 57.089523,-7.4073296 - 5887: 57.9033,-7.6788225 + 5859: 57.089523,-7.4073296 + 5860: 57.9033,-7.6788225 - node: cleanable: True angle: 1.3962634015954636 rad color: '#6E0000FF' id: line decals: - 5885: 56.34356,-7.2037096 + 5858: 56.34356,-7.2037096 - node: cleanable: True angle: 1.5707963267948966 rad color: '#6E0000FF' id: line decals: - 5882: 54.806423,-6.9774656 - 5884: 55.552387,-7.0453386 + 5855: 54.806423,-6.9774656 + 5857: 55.552387,-7.0453386 - node: cleanable: True color: '#FFFFFFFF' id: line decals: - 4035: 67.96676,-23.969898 - 4036: 67.96676,-24.657398 - 4037: 67.95113,-23.469898 + 4030: 67.96676,-23.969898 + 4031: 67.96676,-24.657398 + 4032: 67.95113,-23.469898 - node: cleanable: True angle: 1.5707963267948966 rad color: '#FFFFFFFF' id: line decals: - 4032: 65.96676,-19.063648 - 4033: 66.85738,-19.063648 - 4034: 67.18551,-19.079273 + 4027: 65.96676,-19.063648 + 4028: 66.85738,-19.063648 + 4029: 67.18551,-19.079273 - node: cleanable: True color: '#EFB34196' id: nay decals: - 1382: 53.980297,-36.97777 + 1377: 53.980297,-36.97777 - node: color: '#FF0000FF' id: o decals: - 5729: 65.66566,-22.70507 + 5702: 65.66566,-22.70507 - node: color: '#D4D4D496' id: p decals: - 4393: 71.03493,-13.0813465 + 4388: 71.03493,-13.0813465 - node: cleanable: True zIndex: 5 @@ -10701,148 +10836,148 @@ entities: color: '#BD0000FF' id: pawprint decals: - 6044: -78.74673,70.90554 - 6045: -78.99673,70.639915 - 6046: -78.63735,70.358665 - 6047: -78.9186,69.99929 - 6048: -78.6061,69.65554 - 6049: -78.90298,69.389915 - 6050: -78.62173,68.702415 - 6051: -78.96548,68.43679 + 6013: -78.74673,70.90554 + 6014: -78.99673,70.639915 + 6015: -78.63735,70.358665 + 6016: -78.9186,69.99929 + 6017: -78.6061,69.65554 + 6018: -78.90298,69.389915 + 6019: -78.62173,68.702415 + 6020: -78.96548,68.43679 - node: cleanable: True angle: -1.5707963267948966 rad color: '#D4D4D496' id: pawprint decals: - 1407: 51.11079,-43.746754 - 1408: 49.845165,-43.79363 - 1409: 50.17329,-44.01238 - 1410: 50.501415,-43.809254 - 1411: 50.845165,-43.965504 + 1402: 51.11079,-43.746754 + 1403: 49.845165,-43.79363 + 1404: 50.17329,-44.01238 + 1405: 50.501415,-43.809254 + 1406: 50.845165,-43.965504 - node: color: '#D4D4D496' id: pawprint decals: - 4395: 69.78493,-20.744377 - 4396: 70.12868,-21.103752 - 4397: 69.75368,-21.385002 - 4398: 70.11305,-21.775627 + 4390: 69.78493,-20.744377 + 4391: 70.12868,-21.103752 + 4392: 69.75368,-21.385002 + 4393: 70.11305,-21.775627 - node: color: '#D4D4D496' id: peace decals: - 4392: 70.72243,-12.5032215 + 4387: 70.72243,-12.5032215 - node: cleanable: True color: '#D4D4D428' id: plus decals: - 1420: 56.16566,-37.30526 - 1421: 55.775036,-36.68026 + 1415: 56.16566,-37.30526 + 1416: 55.775036,-36.68026 - node: cleanable: True color: '#D4D4D428' id: pound decals: - 1419: 55.97816,-37.008385 + 1414: 55.97816,-37.008385 - node: cleanable: True color: '#FFFFFFFF' id: pound decals: - 4028: 64.778786,-22.012392 + 4023: 64.778786,-22.012392 - node: cleanable: True color: '#334E6DC8' id: questionmark decals: - 4409: 70.26353,-10.951849 + 4404: 70.26353,-10.951849 - node: cleanable: True color: '#52B4E996' id: questionmark decals: - 4410: 70.20103,-11.014349 + 4405: 70.20103,-11.014349 - node: cleanable: True angle: -1.5707963267948966 rad color: '#D4D4D496' id: questionmark decals: - 1412: 50.501415,-44.309254 + 1407: 50.501415,-44.309254 - node: cleanable: True color: '#EFB34196' id: questionmark decals: - 1379: 56.11013,-38.13948 + 1374: 56.11013,-38.13948 - node: cleanable: True color: '#9FED5896' id: radiation decals: - 1373: 58.99341,-10.985608 + 1368: 58.99341,-10.985608 - node: cleanable: True color: '#D4D4D496' id: radiation decals: - 1417: 54.988705,-37.104263 + 1412: 54.988705,-37.104263 - node: color: '#0E7F1BFF' id: revolution decals: - 4026: 50.969406,-32.02259 + 4021: 50.969406,-32.02259 - node: cleanable: True color: '#D4D4D428' id: revolution decals: - 1364: 53.046623,-41.11951 + 1359: 53.046623,-41.11951 - node: cleanable: True zIndex: 5 color: '#FF0000FF' id: revolution decals: - 6059: -74.13866,74.1642 + 6028: -74.13866,74.1642 - node: cleanable: True color: '#334E6DC8' id: rune5 decals: - 4408: 69.79711,-17.325708 + 4403: 69.79711,-17.325708 - node: color: '#FF0000FF' id: s decals: - 5733: 66.54066,-22.76757 + 5706: 66.54066,-22.76757 - node: cleanable: True color: '#FFFFFFFF' id: s decals: - 4193: 66.21428,-22.05782 + 4188: 66.21428,-22.05782 - node: cleanable: True color: '#D4D4D496' id: shop decals: - 1415: 56.986336,-8.024231 + 1410: 56.986336,-8.024231 - node: cleanable: True color: '#79150096' id: shotgun decals: - 1294: 60.324184,-33.242813 + 1289: 60.324184,-33.242813 - node: cleanable: True angle: 4.71238898038469 rad color: '#DE3A3A96' id: shotgun decals: - 1414: 55.328316,-31.99187 + 1409: 55.328316,-31.99187 - node: cleanable: True zIndex: 5 @@ -10850,7 +10985,7 @@ entities: color: '#FFFFFFFF' id: shotgun decals: - 6029: -74.93307,74.02589 + 5998: -74.93307,74.02589 - node: cleanable: True zIndex: 5 @@ -10858,157 +10993,157 @@ entities: color: '#FFFFFFFF' id: shotgun decals: - 6030: -76.85494,69.01026 + 5999: -76.85494,69.01026 - node: cleanable: True color: '#D4D4D496' id: skull decals: - 1366: 66.904945,-16.992083 - 1368: 66.977554,-12.030573 + 1361: 66.904945,-16.992083 + 1363: 66.977554,-12.030573 - node: cleanable: True color: '#FFFFFFFF' id: skull decals: - 4191: 65.99553,-19.74532 - 4192: 67.40178,-23.979694 + 4186: 65.99553,-19.74532 + 4187: 67.40178,-23.979694 - node: color: '#FF0000FF' id: slash decals: - 5730: 65.97816,-22.79882 + 5703: 65.97816,-22.79882 - node: angle: 0.3490658503988659 rad color: '#FF0000FF' id: slash decals: - 5731: 66.15003,-22.845695 + 5704: 66.15003,-22.845695 - node: angle: 1.9198621771937625 rad color: '#FF0000FF' id: slash decals: - 5732: 66.08753,-22.845695 + 5705: 66.08753,-22.845695 - node: cleanable: True color: '#6E0000FF' id: smallbrush decals: - 5881: 54.309116,-6.9774656 + 5854: 54.309116,-6.9774656 - node: color: '#D4D4D496' id: snake decals: - 4394: 70.9568,-25.010002 + 4389: 70.9568,-25.010002 - node: cleanable: True color: '#6E0000B9' id: splatter decals: - 5919: 51.69569,28.164383 - 5920: 51.989555,27.711895 - 5921: 52.14779,28.051262 - 5922: 51.69569,27.802395 + 5892: 51.69569,28.164383 + 5893: 51.989555,27.711895 + 5894: 52.14779,28.051262 + 5895: 51.69569,27.802395 - node: cleanable: True angle: 1.3089969389957472 rad color: '#6E0000FF' id: splatter decals: - 5888: 58.197166,-8.108687 - 5889: 58.604057,-7.7466965 - 5890: 58.85271,-7.9729404 - 5891: 58.604057,-7.2715826 - 5892: 58.830105,-7.9503164 + 5861: 58.197166,-8.108687 + 5862: 58.604057,-7.7466965 + 5863: 58.85271,-7.9729404 + 5864: 58.604057,-7.2715826 + 5865: 58.830105,-7.9503164 - node: cleanable: True color: '#79150096' id: splatter decals: - 1295: 59.074184,-33.69594 - 1296: 60.27731,-34.22719 - 4448: 53.520306,-46.949028 + 1290: 59.074184,-33.69594 + 1291: 60.27731,-34.22719 + 4443: 53.520306,-46.949028 - node: cleanable: True color: '#95171098' id: splatter decals: - 4140: 64.741745,-33.196358 - 4141: 64.44487,-32.946358 - 4142: 65.10112,-32.883858 - 4143: 65.147995,-33.555733 - 4144: 64.69487,-33.180733 - 4145: 64.28862,-32.743233 - 4146: 64.10112,-33.836983 - 4147: 64.91362,-33.477608 - 4148: 64.304245,-33.227608 - 4149: 65.03862,-32.352608 - 4150: 61.805565,-31.7611 - 4151: 61.32119,-31.66735 - 4152: 61.72744,-30.97985 - 4153: 62.024315,-32.495476 + 4135: 64.741745,-33.196358 + 4136: 64.44487,-32.946358 + 4137: 65.10112,-32.883858 + 4138: 65.147995,-33.555733 + 4139: 64.69487,-33.180733 + 4140: 64.28862,-32.743233 + 4141: 64.10112,-33.836983 + 4142: 64.91362,-33.477608 + 4143: 64.304245,-33.227608 + 4144: 65.03862,-32.352608 + 4145: 61.805565,-31.7611 + 4146: 61.32119,-31.66735 + 4147: 61.72744,-30.97985 + 4148: 62.024315,-32.495476 - node: cleanable: True zIndex: 5 color: '#980000FF' id: splatter decals: - 6020: -79.377884,72.77255 - 6021: -79.14351,71.96005 - 6022: -79.909134,71.6163 - 6023: -79.002884,71.3038 - 6024: -78.940384,72.56943 - 6025: -79.440384,71.10068 - 6026: -78.51851,71.91318 - 6027: -78.190384,73.63193 - 6028: -79.502884,69.97568 + 5989: -79.377884,72.77255 + 5990: -79.14351,71.96005 + 5991: -79.909134,71.6163 + 5992: -79.002884,71.3038 + 5993: -78.940384,72.56943 + 5994: -79.440384,71.10068 + 5995: -78.51851,71.91318 + 5996: -78.190384,73.63193 + 5997: -79.502884,69.97568 - node: cleanable: True color: '#9B0000FF' id: splatter decals: - 1323: 48.1292,-31.795273 - 1324: 48.3792,-32.248398 - 1325: 49.28545,-31.795273 - 1326: 47.738575,-32.185898 + 1318: 48.1292,-31.795273 + 1319: 48.3792,-32.248398 + 1320: 49.28545,-31.795273 + 1321: 47.738575,-32.185898 - node: cleanable: True angle: -3.141592653589793 rad color: '#A4794193' id: splatter decals: - 5873: -64.21811,76.89951 + 5846: -64.21811,76.89951 - node: cleanable: True color: '#A4794193' id: splatter decals: - 5871: -64.139984,76.52451 + 5844: -64.139984,76.52451 - node: cleanable: True angle: 1.5707963267948966 rad color: '#A4794193' id: splatter decals: - 5872: -63.87436,76.54014 + 5845: -63.87436,76.54014 - node: color: '#A91409FF' id: splatter decals: - 4938: -52.97129,-22.015924 - 4939: -52.40879,-22.828424 - 4940: -52.75254,-20.0628 - 4941: -58.78379,-21.640924 + 4933: -52.97129,-22.015924 + 4934: -52.40879,-22.828424 + 4935: -52.75254,-20.0628 + 4936: -58.78379,-21.640924 - node: cleanable: True angle: 1.5707963267948966 rad color: '#A91409FF' id: splatter decals: - 1734: -27.139502,61.968098 - 1735: -27.170752,62.249348 - 1736: -26.967627,62.108723 + 1729: -27.139502,61.968098 + 1730: -27.170752,62.249348 + 1731: -26.967627,62.108723 - node: cleanable: True color: '#B02E26FF' @@ -11018,94 +11153,94 @@ entities: 1063: 17.890089,-60.717785 1064: 18.390089,-60.10841 1065: 19.296339,-61.17091 - 1223: 34.303738,-54.84263 - 1224: 35.725613,-53.99888 - 1225: 34.397488,-53.31138 - 1226: 36.303738,-52.93638 - 1227: 34.975613,-54.139503 + 1218: 34.303738,-54.84263 + 1219: 35.725613,-53.99888 + 1220: 34.397488,-53.31138 + 1221: 36.303738,-52.93638 + 1222: 34.975613,-54.139503 - node: cleanable: True color: '#DE3A3A96' id: splatter decals: - 1355: 49.03538,-46.542072 - 1356: 49.16038,-47.198322 - 1357: 51.78538,-37.209206 - 1358: 52.34788,-36.802956 - 1359: 51.72288,-35.302956 - 4444: 52.926556,-46.870903 - 4445: 53.082806,-47.199028 + 1350: 49.03538,-46.542072 + 1351: 49.16038,-47.198322 + 1352: 51.78538,-37.209206 + 1353: 52.34788,-36.802956 + 1354: 51.72288,-35.302956 + 4439: 52.926556,-46.870903 + 4440: 53.082806,-47.199028 - node: cleanable: True color: '#D4D4D496' id: star decals: - 1392: 55.26367,-31.224522 + 1387: 55.26367,-31.224522 - node: cleanable: True color: '#FFF628FF' id: star decals: - 2390: -15.882847,-66.36115 + 2385: -15.882847,-66.36115 - node: cleanable: True color: '#D4D4D428' id: stickman decals: - 1293: 60.99606,-33.117813 + 1288: 60.99606,-33.117813 - node: cleanable: True color: '#DE3A3A96' id: stickman decals: - 1413: 54.859566,-31.92937 + 1408: 54.859566,-31.92937 - node: cleanable: True color: '#FFFFFFFF' id: stickman decals: - 4195: 50.977238,-30.015957 + 4190: 50.977238,-30.015957 - node: color: '#FF0000FF' id: t decals: - 5734: 66.83753,-22.689445 + 5707: 66.83753,-22.689445 - node: cleanable: True color: '#FFFFFFFF' id: t decals: - 4194: 66.62053,-21.96407 + 4189: 66.62053,-21.96407 - node: cleanable: True color: '#79150096' id: taser decals: - 1297: 62.62106,-30.461563 + 1292: 62.62106,-30.461563 - node: cleanable: True color: '#D4D4D496' id: toolbox decals: - 1391: 48.9886,-40.909286 + 1386: 48.9886,-40.909286 - node: cleanable: True color: '#FFFFFFFF' id: toolbox decals: - 1298: 62.011684,-28.836563 + 1293: 62.011684,-28.836563 - node: cleanable: True color: '#5D995893' id: uboa decals: - 1299: 63.70324,-29.93018 + 1294: 63.70324,-29.93018 - node: cleanable: True color: '#FFFFFFFF' id: w decals: - 4029: 65.32566,-22.028017 + 4024: 65.32566,-22.028017 - type: GridAtmosphere version: 2 data: @@ -11165,7 +11300,8 @@ entities: -1,4: 0: 61167 0,4: - 0: 65535 + 0: 49151 + 1: 16384 -4,3: 0: 65520 -4,4: @@ -11191,19 +11327,23 @@ entities: -1,5: 0: 45055 -1,6: - 0: 65058 + 0: 61986 + 2: 3072 0,5: 0: 48063 0,6: - 0: 64392 + 0: 63624 + 2: 768 1,6: - 0: 30464 + 0: 28672 + 2: 1792 1,7: 0: 65535 2,7: 0: 65535 2,6: - 0: 52428 + 0: 51336 + 2: 1092 -8,3: 0: 65535 -7,3: @@ -11363,7 +11503,8 @@ entities: -6,1: 0: 52428 -5,0: - 0: 4371 + 0: 4369 + 2: 2 -5,1: 0: 13105 -5,2: @@ -11423,15 +11564,16 @@ entities: -5,-2: 0: 65535 -5,-1: - 0: 13311 + 0: 4383 + 2: 8928 -12,-2: 0: 32767 - 1: 32768 + 3: 32768 -12,-1: 0: 65535 -11,-2: 0: 65511 - 1: 24 + 3: 24 -11,-1: 0: 65535 -11,-4: @@ -11442,7 +11584,7 @@ entities: 0: 65535 -10,-3: 0: 49151 - 1: 16384 + 3: 16384 -10,-2: 0: 65535 -10,-1: @@ -11499,7 +11641,7 @@ entities: 0: 65535 -14,3: 0: 53247 - 1: 12288 + 3: 12288 -14,-2: 0: 65535 -14,-1: @@ -11508,7 +11650,7 @@ entities: 0: 65535 -14,4: 0: 64413 - 1: 1122 + 3: 1122 -13,4: 0: 65535 -13,5: @@ -11587,7 +11729,7 @@ entities: 0: 65535 -14,5: 0: 65337 - 1: 198 + 3: 198 -14,6: 0: 65535 -14,7: @@ -11635,7 +11777,8 @@ entities: -10,14: 0: 65535 -10,15: - 0: 65278 + 0: 63102 + 2: 2176 -9,12: 0: 65535 -9,13: @@ -11643,7 +11786,8 @@ entities: -9,14: 0: 65535 -9,15: - 0: 65535 + 0: 3327 + 2: 62208 -17,4: 0: 65535 -17,5: @@ -11664,11 +11808,14 @@ entities: -13,13: 0: 65535 -8,16: - 0: 65535 + 0: 52428 + 2: 13107 -7,16: - 0: 65023 + 0: 59647 + 2: 5888 -7,17: 0: 65262 + 2: 273 -6,16: 0: 65535 -6,17: @@ -11683,15 +11830,15 @@ entities: 0: 36863 -3,16: 0: 30719 - 1: 34816 + 3: 34816 -3,17: 0: 53111 - 1: 136 + 3: 136 -2,16: 0: 35071 - 1: 30464 + 3: 30464 -2,17: - 1: 119 + 3: 119 0: 65416 -16,0: 0: 65535 @@ -11716,7 +11863,8 @@ entities: -16,-1: 0: 65535 -15,-4: - 0: 65535 + 0: 65471 + 4: 64 -15,-3: 0: 65535 -15,-2: @@ -11724,7 +11872,8 @@ entities: -15,-1: 0: 65535 -14,-4: - 0: 65535 + 0: 65471 + 5: 64 -14,-3: 0: 65535 -13,-4: @@ -11733,15 +11882,17 @@ entities: 0: 61178 -18,0: 0: 30581 - 1: 34952 + 3: 34952 + 2: 2 -18,1: 0: 65501 + 2: 34 -18,2: 0: 43775 -18,3: 0: 43770 -17,0: - 1: 65535 + 3: 65535 -17,1: 0: 65535 -17,2: @@ -11752,14 +11903,15 @@ entities: 0: 63624 -18,-2: 0: 52990 + 2: 12544 -18,-1: 0: 31948 - 1: 32768 + 3: 32768 + 2: 819 -18,-4: 0: 36851 -17,-4: - 0: 36093 - 3: 16384 + 0: 52477 2: 13058 -17,-3: 2: 3 @@ -11768,7 +11920,7 @@ entities: 0: 65535 -17,-1: 0: 32767 - 1: 32768 + 3: 32768 -18,-6: 0: 52735 -18,-5: @@ -11791,12 +11943,12 @@ entities: -15,-8: 0: 65535 -15,-7: - 0: 65519 - 3: 16 + 0: 65535 -15,-6: 0: 65535 -15,-5: - 0: 65535 + 0: 64511 + 4: 1024 -14,-8: 0: 65535 -14,-7: @@ -11806,8 +11958,7 @@ entities: -14,-5: 0: 65535 -13,-8: - 0: 61439 - 3: 4096 + 0: 65535 -13,-7: 0: 65535 -13,-6: @@ -11871,15 +12022,13 @@ entities: -9,-5: 0: 65535 -12,-12: - 0: 63487 - 4: 2048 + 0: 65535 -12,-11: 0: 65535 -12,-10: 0: 65535 -12,-9: - 0: 61439 - 3: 4096 + 0: 65535 -11,-12: 0: 65535 -11,-11: @@ -11964,7 +12113,7 @@ entities: 0: 65535 -4,-9: 0: 65399 - 1: 136 + 3: 136 -9,-12: 0: 65535 -9,-11: @@ -12033,10 +12182,10 @@ entities: 0: 65535 -4,-11: 0: 30719 - 1: 34816 + 3: 34816 -4,-10: 0: 30711 - 1: 34824 + 3: 34824 -3,-12: 0: 65535 -3,-11: @@ -12402,9 +12551,12 @@ entities: 7,-13: 0: 65535 6,-17: - 0: 65496 + 0: 63232 + 2: 2264 8,-16: - 0: 65535 + 0: 64383 + 1: 1024 + 2: 128 8,-15: 0: 65535 8,-14: @@ -12436,7 +12588,8 @@ entities: 8,-9: 0: 65535 9,-12: - 0: 65535 + 0: 65407 + 4: 128 9,-11: 0: 65535 9,-10: @@ -12444,7 +12597,8 @@ entities: 9,-9: 0: 65535 10,-12: - 0: 65535 + 0: 32767 + 1: 32768 10,-11: 0: 65535 10,-10: @@ -12472,7 +12626,8 @@ entities: 12,-9: 0: 65535 3,3: - 0: 65535 + 0: 61164 + 2: 4371 3,-4: 0: 207 -1,7: @@ -12480,11 +12635,14 @@ entities: 0,7: 0: 65535 2,4: - 0: 52224 + 0: 32768 + 2: 19456 2,5: - 0: 34956 + 0: 34952 + 2: 4 3,4: - 0: 65534 + 0: 65262 + 2: 272 3,5: 0: 65535 3,6: @@ -12508,14 +12666,14 @@ entities: 7,-5: 0: 65535 13,-12: - 0: 64511 - 3: 1024 + 0: 65535 13,-11: 0: 65535 13,-10: 0: 65535 13,-9: - 0: 65535 + 0: 65519 + 6: 16 14,-11: 0: 65535 14,-10: @@ -12670,9 +12828,9 @@ entities: 0: 65535 9,2: 0: 35839 - 1: 29696 + 3: 29696 9,3: - 1: 7 + 3: 7 0: 65528 10,0: 0: 65535 @@ -13141,9 +13299,11 @@ entities: 2,16: 0: 65535 12,13: - 0: 65535 + 0: 32767 + 2: 32768 13,13: - 0: 65535 + 0: 53247 + 2: 12288 14,13: 0: 32767 8,13: @@ -13225,7 +13385,8 @@ entities: 5,18: 0: 13055 -8,17: - 0: 65535 + 0: 65532 + 2: 3 -8,18: 0: 63487 -8,19: @@ -13263,9 +13424,11 @@ entities: -10,17: 0: 8 -9,16: - 0: 65535 + 0: 12544 + 2: 52991 -9,17: - 0: 61439 + 0: 61427 + 2: 12 -9,18: 0: 62194 -9,19: @@ -13397,7 +13560,8 @@ entities: -12,14: 0: 62002 -12,15: - 0: 13026 + 0: 226 + 2: 12800 -11,15: 0: 58354 -20,5: @@ -13428,15 +13592,19 @@ entities: 0: 61713 2: 3822 -14,14: - 0: 33023 + 0: 255 + 2: 32768 -13,14: - 0: 62207 + 0: 58111 + 2: 4096 -19,3: 0: 39912 -19,0: 0: 58444 + 2: 2176 -19,1: 0: 17646 + 2: 34816 -19,2: 0: 34956 -20,-3: @@ -13445,6 +13613,7 @@ entities: 0: 53188 -19,-2: 0: 196 + 2: 43552 -18,8: 0: 61721 -17,8: @@ -13468,9 +13637,11 @@ entities: 3,-23: 0: 8960 9,-16: - 0: 65535 + 0: 65315 + 2: 220 10,-16: - 0: 61810 + 0: 61696 + 2: 114 11,-15: 0: 65405 12,-15: @@ -13482,9 +13653,7 @@ entities: 14,-14: 0: 814 17,-7: - 0: 65343 - 5: 64 - 6: 128 + 0: 65535 17,-6: 0: 65535 18,-3: @@ -13550,9 +13719,11 @@ entities: -3,4: 0: 12560 7,-17: - 0: 65534 + 0: 32256 + 2: 33278 8,-17: - 0: 65535 + 0: 8960 + 2: 56575 -10,-16: 0: 32768 11,-16: @@ -13590,15 +13761,18 @@ entities: 3,-2: 0: 65535 3,-1: - 0: 127 + 0: 15 + 2: 112 -4,-2: 0: 65535 -4,-1: - 0: 191 + 0: 15 + 2: 176 -3,-2: 0: 65535 -3,-1: - 0: 127 + 0: 15 + 2: 112 -1,-3: 0: 65024 4,-2: @@ -13608,7 +13782,8 @@ entities: 5,-2: 0: 65535 5,-1: - 0: 255 + 0: 15 + 2: 240 -2,4: 0: 12 1,4: @@ -13616,21 +13791,26 @@ entities: -16,15: 0: 34816 -15,15: - 0: 63359 + 0: 14207 + 2: 49152 -12,17: 0: 62 -12,16: - 0: 32769 + 0: 32768 + 2: 1 -11,19: 0: 49152 -12,20: 0: 34816 -12,21: - 0: 136 + 0: 8 + 2: 128 -11,20: - 0: 13110 + 0: 310 + 2: 12800 -11,21: - 0: 35967 + 0: 35951 + 2: 16 -20,11: 0: 58568 -20,10: @@ -13642,7 +13822,8 @@ entities: -19,8: 0: 34816 -17,11: - 0: 35980 + 0: 34952 + 2: 1028 -16,17: 0: 65535 -16,18: @@ -13652,11 +13833,13 @@ entities: -16,16: 0: 52424 -15,16: - 0: 4411 + 0: 4403 + 2: 8 -15,17: 0: 63345 -15,18: - 0: 30583 + 0: 30071 + 1: 512 -15,19: 0: 62335 -14,17: @@ -13666,23 +13849,29 @@ entities: -14,19: 0: 4369 -13,17: - 0: 1990 + 0: 1984 + 2: 6 -20,16: 0: 65535 -20,17: - 0: 30719 + 0: 4403 + 2: 26316 -20,18: - 0: 65399 + 0: 62257 + 2: 3142 -20,19: 0: 65535 -19,16: - 0: 275 + 0: 19 + 2: 256 -19,19: 0: 65535 -19,18: - 0: 65408 + 0: 32768 + 2: 32640 -18,18: - 0: 65532 + 0: 65256 + 2: 276 -18,19: 0: 65535 -17,17: @@ -13718,7 +13907,8 @@ entities: -17,14: 0: 1 -17,12: - 0: 52364 + 0: 51336 + 2: 1028 -20,20: 0: 65535 -20,21: @@ -13843,6 +14033,7 @@ entities: 0: 4352 19,7: 0: 8739 + 2: 272 15,8: 0: 65535 15,13: @@ -13863,40 +14054,57 @@ entities: 0: 65535 18,9: 0: 15 + 2: 128 19,8: 0: 30579 + 2: 34956 19,9: 0: 13107 + 2: 52428 19,10: 0: 4403 + 2: 61132 19,11: 0: 1 + 2: 14334 16,12: 0: 12835 3,2: - 0: 24576 + 2: 24576 6,-18: - 0: 34944 + 2: 34944 7,-18: - 0: 33008 + 2: 33008 8,-18: - 0: 63993 + 2: 63993 9,-18: - 0: 4336 + 2: 4336 9,-17: - 0: 65399 + 2: 65399 10,-18: - 0: 4368 + 2: 4368 10,-17: - 0: 10001 + 2: 10001 -14,15: - 0: 51336 + 2: 51336 -13,15: - 0: 12544 + 2: 12544 -14,16: - 0: 143 + 2: 143 -13,16: - 0: 12575 + 2: 12575 + 19,12: + 2: 19 + 20,8: + 2: 4369 + 20,9: + 2: 4369 + 20,10: + 2: 13073 + 20,11: + 2: 19 + -19,-1: + 2: 35050 uniqueMixes: - volume: 2500 temperature: 293.15 @@ -13914,10 +14122,10 @@ entities: - 0 - 0 - volume: 2500 - temperature: 235 + temperature: 293.14996 moles: - - 21.824879 - - 82.10312 + - 20.078888 + - 75.53487 - 0 - 0 - 0 @@ -13944,10 +14152,10 @@ entities: - 0 - 0 - volume: 2500 - temperature: 293.14996 + temperature: 235 moles: - - 20.078888 - - 75.53487 + - 21.824879 + - 82.10312 - 0 - 0 - 0 @@ -13974,13 +14182,13 @@ entities: - 0 - 0 - volume: 2500 - temperature: 293.15 + temperature: 293.1498 moles: + - 20.078888 + - 75.53487 - 0 - 0 - 0 - - 6666.982 - - 0 - 0 - 0 - 0 @@ -13989,12 +14197,12 @@ entities: - 0 - 0 - volume: 2500 - temperature: 5000 + temperature: 293.14984 moles: - - 6666.982 + - 20.078888 + - 75.53487 - 0 - 0 - - 6666.982 - 0 - 0 - 0 @@ -14010,30 +14218,30 @@ entities: id: Spectrum - type: Joint joints: - docking183307: !type:WeldJoint + docking120422: !type:WeldJoint bodyB: 36450 bodyA: 2 - id: docking183307 + id: docking120422 localAnchorB: 0,1.5 - localAnchorA: 79,34.5 - damping: 1340.008 - stiffness: 12027.885 + localAnchorA: 82,43.5 + damping: 1340.0596 + stiffness: 12028.347 docking33846: !type:WeldJoint bodyB: 31348 bodyA: 2 id: docking33846 localAnchorB: 4,2.5 localAnchorA: -75,4.5 - damping: 492.91113 - stiffness: 4424.36 + damping: 492.9181 + stiffness: 4424.4224 docking176094: !type:WeldJoint bodyB: 32914 bodyA: 2 id: docking176094 localAnchorB: 0,0.5 localAnchorA: 68,42.5 - damping: 502.00424 - stiffness: 4505.9795 + damping: 502.01147 + stiffness: 4506.045 - uid: 13793 components: - type: MetaData @@ -14044,15 +14252,15 @@ entities: chunks: 0,0: ind: 0,0 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: ewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: Broadphase - type: Physics @@ -14114,19 +14322,19 @@ entities: chunks: 0,0: ind: 0,0 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAUAAAAAAAeQAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAeQAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAeQAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAAUAAAAAAAeQAAAAAAeQAAAAAAUAAAAAAAeQAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAeQAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAASwAAAAAASwAAAAAASwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAASwAAAAAASwAAAAAASwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAPwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAA + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAUAAAAAAAUAAAAAAAewAAAAAAUAAAAAAAewAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAewAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAewAAAAAAUAAAAAAAUAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAAUAAAAAAAewAAAAAAewAAAAAAUAAAAAAAewAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAewAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAewAAAAAAewAAAAAAewAAAAAASwAAAAAASwAAAAAASwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAASwAAAAAASwAAAAAASwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAPwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAeQAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAeQAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAeQAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAeQAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAeQAAAAAAeQAAAAAASwAAAAAASwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAeQAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAewAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAewAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAewAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAewAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAewAAAAAAewAAAAAASwAAAAAASwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAewAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,0: ind: -1,0 - tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAAPwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACAAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACQAAAAAACQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACQAAAAAACQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAPwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAJwAAAAAABwAAAAAABwAAAAAACQAAAAAACQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACgAAAAAACAAAAAAACgAAAAAAawAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAPwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAawAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAJwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAJwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAPwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAJwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAPwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAA + tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAAPwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACAAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAACQAAAAAACQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAACQAAAAAACQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAPwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAJwAAAAAABwAAAAAABwAAAAAACQAAAAAACQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACgAAAAAACAAAAAAACgAAAAAAbQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAPwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAbQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAJwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAJwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAPwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAJwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAPwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAA version: 6 -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAdwAAAAAAdwAAAAAAdwAAAAAABwAAAAAAdgAAAAAAdgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAdwAAAAAAdwAAAAAAdwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACAAAAAAABwAAAAAABwAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAdwAAAAAAdwAAAAAAdwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAdwAAAAAAdwAAAAAAdwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAASwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACAAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAACAAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAAeAAAAAAAeAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACAAAAAAABwAAAAAABwAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAASwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAACAAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAACAAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAA version: 6 -2,-1: ind: -2,-1 @@ -14138,7 +14346,7 @@ entities: version: 6 1,0: ind: 1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,1: ind: -1,1 @@ -14162,11 +14370,11 @@ entities: version: 6 -2,2: ind: -2,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,2: ind: -1,2 - tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -3,1: ind: -3,1 @@ -14876,7 +15084,7 @@ entities: chunks: 0,0: ind: 0,0 - tiles: JgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAIgAAAAAAIgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAACgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAIgAAAAAAJgAAAAAAJgAAAAAAIgAAAAAAIgAAAAAAJgAAAAAAJgAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAJgAAAAAACgAAAAAAJgAAAAAAJgAAAAAAIgAAAAAAJgAAAAAAIgAAAAAAJgAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAJgAAAAAAJgAAAAAAIQAAAAAAIAAAAAAAIQAAAAAAJgAAAAAACgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAIQAAAAAAIAAAAAAAIQAAAAAAJgAAAAAAeAAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAJgAAAAAAJgAAAAAAIQAAAAAAIAAAAAAAIQAAAAAAJgAAAAAAeAAAAAAAaAAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAJgAAAAAAeAAAAAAAaAAAAAAAJgAAAAAAJgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJgAAAAAAJgAAAAAAIgAAAAAAIgAAAAAAJgAAAAAAJgAAAAAABwAAAAAAaAAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAABwAAAAAABwAAAAAAaAAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAJgAAAAAAJgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: JgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAIgAAAAAAIgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAACgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAIgAAAAAAJgAAAAAAJgAAAAAAIgAAAAAAIgAAAAAAJgAAAAAAJgAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAJgAAAAAACgAAAAAAJgAAAAAAJgAAAAAAIgAAAAAAJgAAAAAAIgAAAAAAJgAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAJgAAAAAAJgAAAAAAIQAAAAAAIAAAAAAAIQAAAAAAJgAAAAAACgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAIQAAAAAAIAAAAAAAIQAAAAAAJgAAAAAAegAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAJgAAAAAAJgAAAAAAIQAAAAAAIAAAAAAAIQAAAAAAJgAAAAAAegAAAAAAagAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAJgAAAAAAegAAAAAAagAAAAAAJgAAAAAAJgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJgAAAAAAJgAAAAAAIgAAAAAAIgAAAAAAJgAAAAAAJgAAAAAABwAAAAAAagAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAABwAAAAAABwAAAAAAagAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAewAAAAAAewAAAAAAJgAAAAAAJgAAAAAAewAAAAAAJgAAAAAAJgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,-1: ind: 0,-1 @@ -14884,23 +15092,23 @@ entities: version: 6 -1,0: ind: -1,0 - tiles: AAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAJgAAAAAAaAAAAAAAJgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAACgAAAAAACgAAAAAAJgAAAAAAaAAAAAAAaAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAACgAAAAAACgAAAAAAJgAAAAAAaAAAAAAAaAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAACgAAAAAACgAAAAAAJgAAAAAAaAAAAAAAaAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAACgAAAAAACgAAAAAAJgAAAAAAJgAAAAAAaAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAAJgAAAAAAJgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAACgAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAABwAAAAAABwAAAAAABwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAJgAAAAAAagAAAAAAJgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAACgAAAAAACgAAAAAAJgAAAAAAagAAAAAAagAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAACgAAAAAACgAAAAAAJgAAAAAAagAAAAAAagAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAACgAAAAAACgAAAAAAJgAAAAAAagAAAAAAagAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAACgAAAAAACgAAAAAAJgAAAAAAJgAAAAAAagAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAAJgAAAAAAJgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAACgAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -2,0: ind: -2,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -2,-1: ind: -2,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAA version: 6 1,0: ind: 1,0 - tiles: CgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: CgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,1: ind: 0,1 @@ -15375,19 +15583,19 @@ entities: chunks: 0,0: ind: 0,0 - tiles: ZAAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZAAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZAAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: ZgAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZgAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZgAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZAAAAAAAIgAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZAAAAAAAIgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZgAAAAAAIgAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZgAAAAAAIgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,0: ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAIgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAIgAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAIgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAIgAAAAAA version: 6 - type: Broadphase - type: Physics @@ -15439,8 +15647,7 @@ entities: 0,0: 0: 65535 0,-1: - 0: 24560 - 1: 8192 + 0: 32752 -1,0: 0: 61166 -1,-1: @@ -15465,11 +15672,180 @@ entities: - 0 - 0 - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance + - type: Joint + joints: + docking33846: !type:WeldJoint + bodyB: 31348 + bodyA: 2 + id: docking33846 + localAnchorB: 4,2.5 + localAnchorA: -75,4.5 + damping: 492.9181 + stiffness: 4424.4224 + - uid: 32914 + components: + - type: MetaData + name: NTR Стражник DS-341 + - type: Transform + pos: 68.411,41.43892 + parent: 1 + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: agAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAIwAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAewAAAAAAIwAAAAAAewAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAIwAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAIwAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + 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: + color: '#5A5A5AFF' + id: BrickTileWhiteCornerNe + decals: + 9: 2,0 + - node: + color: '#5A5A5AFF' + id: BrickTileWhiteCornerNw + decals: + 10: 4,0 + - node: + color: '#5A5A5AFF' + id: BrickTileWhiteCornerSe + decals: + 12: 5,-1 + - node: + color: '#5A5A5AFF' + id: BrickTileWhiteCornerSw + decals: + 11: 1,-1 + - node: + color: '#5A5A5AFF' + id: BrickTileWhiteEndN + decals: + 22: 3,3 + - node: + color: '#5A5A5AFF' + id: BrickTileWhiteEndS + decals: + 13: 3,-2 + - node: + color: '#5A5A5AFF' + id: BrickTileWhiteInnerNe + decals: + 19: 3,-1 + 20: 3,0 + - node: + color: '#5A5A5AFF' + id: BrickTileWhiteInnerNw + decals: + 18: 3,-1 + 21: 3,0 + - node: + color: '#5A5A5AFF' + id: BrickTileWhiteInnerSe + decals: + 16: 3,-1 + - node: + color: '#5A5A5AFF' + id: BrickTileWhiteInnerSw + decals: + 17: 3,-1 + - node: + color: '#5A5A5AFF' + id: BrickTileWhiteLineE + decals: + 23: 3,2 + 24: 3,1 + - node: + color: '#5A5A5AFF' + id: BrickTileWhiteLineN + decals: + 7: 1,0 + 8: 5,0 + - node: + color: '#5A5A5AFF' + id: BrickTileWhiteLineS + decals: + 14: 2,-1 + 15: 4,-1 + - node: + color: '#5A5A5AFF' + id: BrickTileWhiteLineW + decals: + 25: 3,2 + 26: 3,1 + - node: + cleanable: True + color: '#737A15FF' + id: Dirt + decals: + 0: 2,0 + 1: 3,-1 + 2: 4,0 + 3: 5,0 + 4: 5,-1 + - node: + cleanable: True + color: '#737A15FF' + id: DirtHeavy + decals: + 5: 3,0 + - node: + cleanable: True + color: '#737A15FF' + id: DirtMedium + decals: + 6: 1,-1 + - type: GridAtmosphere + version: 2 + data: + tiles: + 0,0: + 0: 57343 + 0,-1: + 0: 65533 + 0,1: + 0: 12 + 1,0: + 0: 22391 + 1,1: + 0: 1 + 0,-2: + 0: 49152 + 1,-2: + 0: 4096 + 1,-1: + 0: 30581 + uniqueMixes: - volume: 2500 - temperature: 293.14996 + temperature: 293.15 moles: - - 20.078888 - - 75.53487 + - 21.824879 + - 82.10312 - 0 - 0 - 0 @@ -15485,215 +15861,31 @@ entities: - type: RadiationGridResistance - type: Joint joints: - docking33846: !type:WeldJoint - bodyB: 31348 + docking176094: !type:WeldJoint + bodyB: 32914 bodyA: 2 - id: docking33846 - localAnchorB: 4,2.5 - localAnchorA: -75,4.5 - damping: 492.91113 - stiffness: 4424.36 - - uid: 32914 + id: docking176094 + localAnchorB: 0,0.5 + localAnchorA: 68,42.5 + damping: 502.01147 + stiffness: 4506.045 + - uid: 36450 components: - type: MetaData - name: NTR Стражник DS-341 + desc: NT-SV Восход TS-416 + name: NT-SV Восход TS-416 - type: Transform - pos: 68.411,41.43892 + pos: 82.41776,41.458187 parent: 1 - type: MapGrid chunks: 0,0: ind: 0,0 - tiles: aAAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAIwAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAIwAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: ewAAAAAAewAAAAAAewAAAAAAIgAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIgAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAIgAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIgAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - 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: - color: '#5A5A5AFF' - id: BrickTileWhiteCornerNe - decals: - 9: 2,0 - - node: - color: '#5A5A5AFF' - id: BrickTileWhiteCornerNw - decals: - 10: 4,0 - - node: - color: '#5A5A5AFF' - id: BrickTileWhiteCornerSe - decals: - 12: 5,-1 - - node: - color: '#5A5A5AFF' - id: BrickTileWhiteCornerSw - decals: - 11: 1,-1 - - node: - color: '#5A5A5AFF' - id: BrickTileWhiteEndN - decals: - 22: 3,3 - - node: - color: '#5A5A5AFF' - id: BrickTileWhiteEndS - decals: - 13: 3,-2 - - node: - color: '#5A5A5AFF' - id: BrickTileWhiteInnerNe - decals: - 19: 3,-1 - 20: 3,0 - - node: - color: '#5A5A5AFF' - id: BrickTileWhiteInnerNw - decals: - 18: 3,-1 - 21: 3,0 - - node: - color: '#5A5A5AFF' - id: BrickTileWhiteInnerSe - decals: - 16: 3,-1 - - node: - color: '#5A5A5AFF' - id: BrickTileWhiteInnerSw - decals: - 17: 3,-1 - - node: - color: '#5A5A5AFF' - id: BrickTileWhiteLineE - decals: - 23: 3,2 - 24: 3,1 - - node: - color: '#5A5A5AFF' - id: BrickTileWhiteLineN - decals: - 7: 1,0 - 8: 5,0 - - node: - color: '#5A5A5AFF' - id: BrickTileWhiteLineS - decals: - 14: 2,-1 - 15: 4,-1 - - node: - color: '#5A5A5AFF' - id: BrickTileWhiteLineW - decals: - 25: 3,2 - 26: 3,1 - - node: - cleanable: True - color: '#737A15FF' - id: Dirt - decals: - 0: 2,0 - 1: 3,-1 - 2: 4,0 - 3: 5,0 - 4: 5,-1 - - node: - cleanable: True - color: '#737A15FF' - id: DirtHeavy - decals: - 5: 3,0 - - node: - cleanable: True - color: '#737A15FF' - id: DirtMedium - decals: - 6: 1,-1 - - type: GridAtmosphere - version: 2 - data: - tiles: - 0,0: - 0: 57343 - 0,-1: - 0: 65533 - 0,1: - 0: 12 - 1,0: - 0: 22391 - 1,1: - 0: 1 - 0,-2: - 0: 49152 - 1,-2: - 0: 4096 - 1,-1: - 0: 30581 - uniqueMixes: - - volume: 2500 - temperature: 293.15 - moles: - - 21.824879 - - 82.10312 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - chunkSize: 4 - - type: GasTileOverlay - - type: RadiationGridResistance - - type: Joint - joints: - docking176094: !type:WeldJoint - bodyB: 32914 - bodyA: 2 - id: docking176094 - localAnchorB: 0,0.5 - localAnchorA: 68,42.5 - damping: 502.00424 - stiffness: 4505.9795 - - uid: 36450 - components: - - type: MetaData - desc: NT-SV Восход TS-416 - name: NT-SV Восход TS-416 - - type: Transform - pos: 79.34745,32.387875 - parent: 1 - - type: MapGrid - chunks: - 0,0: - ind: 0,0 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAIgAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAaAAAAAAAIgAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIgAAAAAAaAAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,-1: - ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAIwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAIwAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAIgAAAAAAIgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAIgAAAAAAIgAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAIgAAAAAAIgAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIgAAAAAAIgAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAIwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAIwAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAIgAAAAAAIgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAIgAAAAAAIgAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAIgAAAAAAIgAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIgAAAAAAIgAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: Broadphase - type: Physics @@ -15900,8 +16092,7 @@ entities: 2,-2: 0: 13107 2,-1: - 0: 26419 - 1: 4096 + 0: 30515 uniqueMixes: - volume: 2500 temperature: 293.15 @@ -15918,195280 +16109,237716 @@ entities: - 0 - 0 - 0 - - volume: 2500 - temperature: 293.14996 - moles: - - 20.078888 - - 75.53487 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 chunkSize: 4 - type: GasTileOverlay - type: RadiationGridResistance - type: Joint joints: - docking183307: !type:WeldJoint + docking120422: !type:WeldJoint bodyB: 36450 bodyA: 2 - id: docking183307 + id: docking120422 localAnchorB: 0,1.5 - localAnchorA: 79,34.5 - damping: 1340.008 - stiffness: 12027.885 -- proto: AccordionInstrument - entities: - - uid: 14473 - components: - - type: Transform - pos: -15.909323,-65.33939 - parent: 2 -- proto: AcousticGuitarInstrument - entities: - - uid: 8325 - components: - - type: Transform - pos: 11.469309,59.64569 - parent: 2 - - uid: 9625 - components: - - type: Transform - pos: 43.453644,44.53918 - parent: 2 - - uid: 36886 + localAnchorA: 82,43.5 + damping: 1340.0596 + stiffness: 12028.347 + - uid: 36907 components: - type: MetaData - name: гитара lonya - - type: Transform - pos: -82.52229,-22.490364 - parent: 2 -- proto: ActionToggleLight - entities: - - uid: 1236 - components: - - type: Transform - parent: 9591 - - type: InstantAction - container: 9591 - - uid: 1237 - components: - - type: Transform - parent: 9592 - - type: InstantAction - container: 9592 -- proto: AirAlarm - entities: - - uid: 2692 - components: - - type: Transform - pos: 40.5,-4.5 - parent: 2 - - type: DeviceList - devices: - - 33299 - - 33301 - - 33300 - - type: AtmosDevice - joinedGrid: 2 - - uid: 5615 - components: - - type: Transform - pos: 8.5,65.5 - parent: 2 - - type: DeviceList - devices: - - 28381 - - 28269 - - 32054 - - type: AtmosDevice - joinedGrid: 2 - - uid: 7981 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 63.5,42.5 - parent: 2 - - type: DeviceList - devices: - - 8272 - - 9395 - - 35263 - - type: AtmosDevice - joinedGrid: 2 - - uid: 8713 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 73.5,-3.5 - parent: 2 - - type: DeviceList - devices: - - 28410 - - 28288 - - 13941 - - 31864 - - type: AtmosDevice - joinedGrid: 2 - - uid: 8769 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-39.5 - parent: 2 - - type: DeviceList - devices: - - 31562 - - 28351 - - 28419 - - type: AtmosDevice - joinedGrid: 2 - - uid: 10918 - components: - - type: Transform - pos: 23.5,-21.5 - parent: 2 - - type: DeviceList - devices: - - 28426 - - 28296 - - 11333 - - type: AtmosDevice - joinedGrid: 2 - - uid: 11619 - components: - - type: Transform - pos: -77.5,63.5 - parent: 2 - - type: DeviceList - devices: - - 35696 - - 36188 - - 34202 - - type: AtmosDevice - joinedGrid: 2 - - uid: 30802 - components: - - type: Transform - pos: 27.5,-12.5 - parent: 2 - - type: DeviceList - devices: - - 33701 - - 33707 - - 33700 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31542 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,30.5 - parent: 2 - - type: DeviceList - devices: - - 28278 - - 28397 - - 31991 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31543 - components: - - type: Transform - pos: -28.5,4.5 - parent: 2 - - type: DeviceList - devices: - - 28453 - - 29437 - - 32229 - - 32227 - - 34217 - - 34219 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31544 - components: - - type: Transform - pos: -31.5,10.5 - parent: 2 - - type: DeviceList - devices: - - 10473 - - 15038 - - 10468 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31577 - components: - - type: Transform - pos: 32.5,-27.5 - parent: 2 - - type: DeviceList - devices: - - 28302 - - 28420 - - 28421 - - 28297 - - 31579 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31584 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-36.5 - parent: 2 - - type: DeviceList - devices: - - 28352 - - 31583 - - 28430 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31587 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,41.5 - parent: 2 - - type: DeviceList - devices: - - 30101 - - 29367 - - 32182 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31589 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,51.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31596 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,33.5 - parent: 2 - - type: DeviceList - devices: - - 28336 - - 28372 - - 27096 - - 27094 - - 27100 - - 28371 - - 28335 - - 27098 - - 28370 - - 28337 - - 27523 - - 27099 - - 27512 - - 27514 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31599 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,4.5 - parent: 2 - - type: DeviceList - devices: - - 28332 - - 28373 - - 27101 - - 27102 - - 27513 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31601 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,-28.5 - parent: 2 - - type: DeviceList - devices: - - 28303 - - 28429 - - 31600 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31604 - components: - - type: Transform - pos: -37.5,27.5 - parent: 2 - - type: DeviceList - devices: - - 28255 - - 28257 - - 32167 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31607 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,19.5 - parent: 2 - - type: DeviceList - devices: - - 28256 - - 28369 - - 27282 - - 27283 - - 28365 - - 28254 - - 2715 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31609 - components: - - type: Transform - pos: 44.5,-17.5 - parent: 2 - - type: DeviceList - devices: - - 28304 - - 31603 - - 29938 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31610 - components: - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,28.5 - parent: 2 - - type: DeviceList - devices: - - 28363 - - 28364 - - 32149 - - 28254 - - 28365 - - 32154 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31617 - components: - - type: Transform - pos: -30.5,37.5 - parent: 2 - - type: DeviceList - devices: - - 28367 - - 28252 - - 32150 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31618 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-0.5 - parent: 2 - - type: DeviceList - devices: - - 28301 - - 28423 - - 31622 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31620 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,3.5 - parent: 2 - - type: DeviceList - devices: - - 28300 - - 28424 - - 31621 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31624 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,45.5 - parent: 2 - - type: DeviceList - devices: - - 28265 - - 28375 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31627 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,-21.5 - parent: 2 - - type: DeviceList - devices: - - 28299 - - 31628 - - 28425 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31633 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-75.5 - parent: 2 - - type: DeviceList - devices: - - 28438 - - 28326 - - 31561 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31635 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-75.5 - parent: 2 - - type: DeviceList - devices: - - 27814 - - 28327 - - 31629 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31639 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-68.5 - parent: 2 - - type: DeviceList - devices: - - 31636 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31641 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-56.5 - parent: 2 - - type: DeviceList - devices: - - 31640 - - 28436 - - 28325 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31668 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,62.5 - parent: 2 - - type: DeviceList - devices: - - 28267 - - 32070 - - 28378 - - 27240 - - 27115 - - 27238 - - 27237 - - 27239 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31674 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,63.5 - parent: 2 - - type: DeviceList - devices: - - 28379 - - 28268 - - 32055 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31676 - components: - - type: Transform - pos: 3.5,-49.5 - parent: 2 - - type: DeviceList - devices: - - 28435 - - 31653 - - 28354 - - 28441 - - 31652 - - 28355 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31728 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,34.5 - parent: 2 - - type: DeviceList - devices: - - 28385 - - 28919 - - 28461 - - 28463 - - 27128 - - 27127 - - 27125 - - 27126 - - 27580 - - 27581 - - 27582 - - 27123 - - 28967 - - 1636 - - 27130 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31729 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-43.5 - parent: 2 - - type: DeviceList - devices: - - 28700 - - 31691 - - 28311 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31735 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,42.5 - parent: 2 - - type: DeviceList - devices: - - 28383 - - 28382 - - 32080 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31736 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,53.5 - parent: 2 - - type: DeviceList - devices: - - 28271 - - 29189 - - 31960 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31738 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,49.5 - parent: 2 - - type: DeviceList - devices: - - 28386 - - 28339 - - 27132 - - 27134 - - 28387 - - 28340 - - 27131 - - 27135 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31742 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-36.5 - parent: 2 - - type: DeviceList - devices: - - 28314 - - 30 - - 30048 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31751 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-36.5 - parent: 2 - - type: DeviceList - devices: - - 28312 - - 30046 - - 31749 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31763 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-58.5 - parent: 2 - - type: DeviceList - devices: - - 30356 - - 28439 - - 31754 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31767 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,44.5 - parent: 2 - - type: DeviceList - devices: - - 28391 - - 28274 - - 31940 - - 31939 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31768 - components: - - type: Transform - pos: 10.5,-56.5 - parent: 2 - - type: DeviceList - devices: - - 28758 - - 30370 - - 31762 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31770 - components: - - type: Transform - pos: 33.5,60.5 - parent: 2 - - type: DeviceList - devices: - - 28390 - - 28272 - - 31962 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31781 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,36.5 - parent: 2 - - type: DeviceList - devices: - - 28393 - - 31924 - - 28275 - - 31926 - - 31923 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31783 - components: - - type: Transform - pos: 30.5,-47.5 - parent: 2 - - type: DeviceList - devices: - - 28308 - - 3758 - - 28431 - - 28432 - - 13050 - - 5586 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31789 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 43.5,-52.5 - parent: 2 - - type: DeviceList - devices: - - 28306 - - 28434 - - 31556 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31792 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,35.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31793 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,35.5 - parent: 2 - - type: DeviceList - devices: - - 28276 - - 28394 - - 27158 - - 27159 - - 27157 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31807 - components: - - type: Transform - pos: 25.5,-44.5 - parent: 2 - - type: DeviceList - devices: - - 31815 - - 31791 - - 28353 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31850 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,-1.5 - parent: 2 - - type: DeviceList - devices: - - 28413 - - 31840 - - 31838 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31855 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 60.5,-5.5 - parent: 2 - - type: DeviceList - devices: - - 28412 - - 28287 - - 31835 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31859 - components: - - type: Transform - pos: 67.5,9.5 - parent: 2 - - type: DeviceList - devices: - - 28289 - - 28411 - - 31856 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31860 - components: - - type: Transform - pos: 58.5,6.5 - parent: 2 - - type: DeviceList - devices: - - 28408 - - 28286 - - 31818 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31878 - components: - - type: Transform - pos: 64.5,18.5 - parent: 2 - - type: DeviceList - devices: - - 28346 - - 28406 - - 31872 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31879 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,19.5 - parent: 2 - - type: DeviceList - devices: - - 28403 - - 28345 - - 31873 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31886 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,24.5 - parent: 2 - - type: DeviceList - devices: - - 28283 - - 28404 - - 28284 - - 28405 - - 31883 - - 31884 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31889 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,27.5 - parent: 2 - - type: DeviceList - devices: - - 29454 - - 29455 - - 28396 - - 28343 - - 31904 + pos: -19.787745,2089.8193 + parent: 1 + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: DwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAewAAAAAASwAAAAADSwAAAAADSwAAAAABewAAAAAAewAAAAAAewAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAewAAAAAASwAAAAABSwAAAAADSwAAAAACSwAAAAAASwAAAAACSwAAAAACDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAewAAAAAASwAAAAADSwAAAAADSwAAAAADSwAAAAADSwAAAAAASwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAewAAAAAASwAAAAABSwAAAAADSwAAAAABSwAAAAADSwAAAAADSwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: DwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAIBwAAAAAABwAAAAABBwAAAAAABwAAAAAJBwAAAAAABwAAAAAFBwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAewAAAAAASwAAAAABSwAAAAABSwAAAAADSwAAAAAASwAAAAACSwAAAAABSwAAAAAASwAAAAAASwAAAAAAewAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAewAAAAAAcwAAAAABcwAAAAABcwAAAAAASwAAAAAASwAAAAAASwAAAAACSwAAAAABSwAAAAAASwAAAAAAewAAAAAAewAAAAAAewAAAAAADwAAAAAADwAAAAAADwAAAAAAewAAAAAAcwAAAAAAcwAAAAADcwAAAAADSwAAAAABSwAAAAADSwAAAAADSwAAAAACSwAAAAADSwAAAAADewAAAAAAdwAAAAADdwAAAAAADwAAAAAADwAAAAAADwAAAAAAewAAAAAAcwAAAAADcwAAAAACcwAAAAAASwAAAAACSwAAAAADSwAAAAABSwAAAAADSwAAAAAASwAAAAAAewAAAAAAdwAAAAACdwAAAAAADwAAAAAADwAAAAAADwAAAAAAewAAAAAASwAAAAABSwAAAAACSwAAAAADSwAAAAADSwAAAAAASwAAAAABSwAAAAABSwAAAAAASwAAAAACewAAAAAAdwAAAAABdwAAAAAADwAAAAAADwAAAAAADwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAASwAAAAACSwAAAAABSwAAAAADewAAAAAAewAAAAAAewAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAewAAAAAASwAAAAACSwAAAAAASwAAAAAASwAAAAACSwAAAAADSwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAewAAAAAASwAAAAADSwAAAAADSwAAAAAAewAAAAAAewAAAAAAewAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAewAAAAAASwAAAAADSwAAAAACSwAAAAADewAAAAAASwAAAAAASwAAAAABDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAewAAAAAASwAAAAADSwAAAAABSwAAAAACewAAAAAASwAAAAABSwAAAAADDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAewAAAAAASwAAAAAASwAAAAACSwAAAAAAewAAAAAASwAAAAABSwAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAA + version: 6 + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAA + version: 6 + -1,-2: + ind: -1,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAA + version: 6 + -1,1: + ind: -1,1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAA + version: 6 + 0,1: + ind: 0,1 + tiles: DwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAA + version: 6 + 0,-2: + ind: 0,-2 + tiles: AAAAAAAADwAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAGBwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACQAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAA + version: 6 + 1,1: + ind: 1,1 + tiles: DwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAA + version: 6 + 1,0: + ind: 1,0 + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAASwAAAAADSwAAAAAASwAAAAACewAAAAAASwAAAAADSwAAAAAASwAAAAAASwAAAAAAewAAAAAADwAAAAAADwAAAAAADwAAAAAASwAAAAAASwAAAAACSwAAAAADSwAAAAACSwAAAAABSwAAAAAASwAAAAACewAAAAAASwAAAAADSwAAAAADSwAAAAAASwAAAAADewAAAAAADwAAAAAADwAAAAAADwAAAAAASwAAAAAASwAAAAAASwAAAAADSwAAAAABSwAAAAADSwAAAAAASwAAAAADewAAAAAASwAAAAABSwAAAAAASwAAAAABSwAAAAAAewAAAAAADwAAAAAADwAAAAAADwAAAAAASwAAAAADSwAAAAACSwAAAAAASwAAAAAASwAAAAADSwAAAAADSwAAAAACewAAAAAASwAAAAACSwAAAAABSwAAAAABSwAAAAADewAAAAAADwAAAAAADwAAAAAADwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAA + version: 6 + 1,-1: + ind: 1,-1 + tiles: DwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAewAAAAAASwAAAAACSwAAAAAASwAAAAAASwAAAAADSwAAAAABSwAAAAABSwAAAAAASwAAAAACewAAAAAADwAAAAAADwAAAAAADwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAASwAAAAACSwAAAAACSwAAAAABSwAAAAADSwAAAAACSwAAAAACSwAAAAADSwAAAAABSwAAAAAADwAAAAAADwAAAAAADwAAAAAAdwAAAAADdwAAAAAAdwAAAAAAewAAAAAASwAAAAACSwAAAAADSwAAAAACSwAAAAACSwAAAAADSwAAAAABSwAAAAABSwAAAAABSwAAAAACDwAAAAAADwAAAAAADwAAAAAAdwAAAAABdwAAAAADdwAAAAAAewAAAAAASwAAAAABSwAAAAADSwAAAAADSwAAAAADSwAAAAADSwAAAAABSwAAAAACSwAAAAABSwAAAAAADwAAAAAADwAAAAAADwAAAAAAdwAAAAAAdwAAAAADdwAAAAADewAAAAAASwAAAAACSwAAAAABSwAAAAACSwAAAAAASwAAAAADSwAAAAACSwAAAAABSwAAAAADewAAAAAADwAAAAAADwAAAAAADwAAAAAASwAAAAABewAAAAAAewAAAAAAewAAAAAASwAAAAABSwAAAAADSwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAADwAAAAAADwAAAAAADwAAAAAASwAAAAACSwAAAAADSwAAAAABSwAAAAACSwAAAAACSwAAAAABSwAAAAABewAAAAAASwAAAAAASwAAAAADSwAAAAACSwAAAAABewAAAAAADwAAAAAADwAAAAAADwAAAAAASwAAAAABewAAAAAAewAAAAAAewAAAAAASwAAAAACSwAAAAABSwAAAAADewAAAAAASwAAAAABSwAAAAADSwAAAAADSwAAAAAAewAAAAAADwAAAAAADwAAAAAADwAAAAAASwAAAAAASwAAAAACSwAAAAABewAAAAAASwAAAAABSwAAAAABSwAAAAAASwAAAAABSwAAAAAASwAAAAAASwAAAAAASwAAAAABewAAAAAADwAAAAAADwAAAAAADwAAAAAASwAAAAABSwAAAAABSwAAAAAAewAAAAAASwAAAAADSwAAAAAASwAAAAACewAAAAAASwAAAAABSwAAAAAASwAAAAADSwAAAAACewAAAAAADwAAAAAADwAAAAAADwAAAAAASwAAAAADSwAAAAADSwAAAAABewAAAAAASwAAAAABSwAAAAACSwAAAAACewAAAAAASwAAAAADSwAAAAAASwAAAAABSwAAAAABewAAAAAADwAAAAAADwAAAAAADwAAAAAA + version: 6 + 1,-2: + ind: 1,-2 + tiles: AAAAAAAADwAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAJBwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAIBwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAA + version: 6 + 2,1: + ind: 2,1 + tiles: DwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAKBwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAACBwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAA + version: 6 + 2,0: + ind: 2,0 + tiles: DwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAHBwAAAAAHDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAA + version: 6 + 2,-1: + ind: 2,-1 + tiles: DwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAJDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAA + version: 6 + 2,-2: + ind: 2,-2 + tiles: DwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAA + version: 6 + 3,1: + ind: 3,1 + tiles: DwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAHBwAAAAAKBwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAHDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAACBwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAEDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAABDwAAAAAABwAAAAAABwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAJDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAA + version: 6 + 3,0: + ind: 3,0 + tiles: DwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAIDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAJBwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAIDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAA + version: 6 + 3,-1: + ind: 3,-1 + tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAGBwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAACBwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAADBwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAADBwAAAAABBwAAAAAABwAAAAAABwAAAAADBwAAAAAGBwAAAAAIDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAACBwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAKDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAA + version: 6 + 3,-2: + ind: 3,-2 + tiles: DwAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAACBwAAAAAABwAAAAAABwAAAAAEDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAFDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAA + version: 6 + 4,1: + ind: 4,1 + tiles: DwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 4,0: + ind: 4,0 + tiles: DwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 4,-1: + ind: 4,-1 + tiles: DwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 4,-2: + ind: 4,-2 + tiles: DwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,2: + ind: -1,2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAA + version: 6 + 0,2: + ind: 0,2 + tiles: DwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHAAAAAAAHAAAAAADDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHAAAAAAAHAAAAAABDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHAAAAAAAHAAAAAADDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHAAAAAADHAAAAAACHAAAAAADLQAAAAACLQAAAAAALQAAAAABDwAAAAAAHAAAAAADHAAAAAAAHAAAAAACDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHAAAAAAAHAAAAAACHAAAAAADHAAAAAADLQAAAAACLQAAAAAALQAAAAABDwAAAAAAHAAAAAACDwAAAAAAHAAAAAADHAAAAAACHAAAAAABHAAAAAAAHAAAAAAAHAAAAAAAHAAAAAABHAAAAAACHAAAAAABHAAAAAAALQAAAAABLQAAAAACLQAAAAADDwAAAAAAHAAAAAADDwAAAAAAHAAAAAABHAAAAAAAHAAAAAADHAAAAAAAHAAAAAABHAAAAAADHAAAAAACHAAAAAABHAAAAAABHAAAAAABLQAAAAAALQAAAAAALQAAAAADHAAAAAABHAAAAAACHAAAAAABHAAAAAAAHAAAAAABHAAAAAADHAAAAAAAHAAAAAABHAAAAAAAHAAAAAACHAAAAAADHAAAAAABHAAAAAADDwAAAAAADwAAAAAADwAAAAAADwAAAAAAHAAAAAADHAAAAAACHAAAAAADHAAAAAADHAAAAAACHAAAAAADHAAAAAAAHAAAAAAAHAAAAAADHAAAAAADHAAAAAAAHAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHAAAAAADHAAAAAABHAAAAAAAHAAAAAABNQAAAAACHAAAAAACHAAAAAABHAAAAAADHAAAAAADHAAAAAADHAAAAAADHAAAAAACDwAAAAAADwAAAAAADwAAAAAADwAAAAAANQAAAAABNQAAAAADNQAAAAABHAAAAAAANQAAAAADNQAAAAADHAAAAAAAHAAAAAACHAAAAAACHAAAAAACHAAAAAACHAAAAAABDwAAAAAADwAAAAAADwAAAAAADwAAAAAANQAAAAACNQAAAAACNQAAAAACNQAAAAABNQAAAAACNQAAAAABNQAAAAADNQAAAAAANQAAAAAANQAAAAAANQAAAAAAHAAAAAACDwAAAAAADwAAAAAADwAAAAAADwAAAAAANQAAAAADNQAAAAABNQAAAAADNQAAAAADNQAAAAAAHAAAAAABHAAAAAAAHAAAAAADHAAAAAABNQAAAAACNQAAAAABNQAAAAAC + version: 6 + 1,2: + ind: 1,2 + tiles: DwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHAAAAAACDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHAAAAAADDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHAAAAAADDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHAAAAAACHAAAAAABDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHAAAAAADHAAAAAABHAAAAAAAHAAAAAADDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHAAAAAADHAAAAAAAHAAAAAACeAAAAAADeAAAAAABeAAAAAAAeAAAAAAAEwAAAAABEwAAAAAEEwAAAAACeAAAAAADEwAAAAADHAAAAAADDwAAAAAADwAAAAAADwAAAAAAHAAAAAACHAAAAAACHAAAAAAAeAAAAAADeAAAAAACeAAAAAACeAAAAAABeAAAAAABeAAAAAACeAAAAAAAeAAAAAABeAAAAAACHAAAAAAADwAAAAAADwAAAAAADwAAAAAAHAAAAAABHAAAAAABHAAAAAABeAAAAAACEwAAAAAFeAAAAAADeAAAAAAAeAAAAAAAeAAAAAAAEwAAAAACeAAAAAADeAAAAAABHAAAAAACDwAAAAAADwAAAAAADwAAAAAAHAAAAAACHAAAAAABHAAAAAABeAAAAAACeAAAAAAAeAAAAAABeAAAAAACeAAAAAAAeAAAAAABeAAAAAABeAAAAAADeAAAAAADHAAAAAAADwAAAAAADwAAAAAADwAAAAAAHAAAAAADHAAAAAABHAAAAAAAeAAAAAABeAAAAAADeAAAAAABeAAAAAABeAAAAAACeAAAAAAAEwAAAAAEeAAAAAABeAAAAAAAHAAAAAAADwAAAAAADwAAAAAADwAAAAAAHAAAAAAAHAAAAAAAHAAAAAABeAAAAAADeAAAAAABeAAAAAADeAAAAAACeAAAAAABeAAAAAABeAAAAAAAeAAAAAADEwAAAAAEHAAAAAAADwAAAAAADwAAAAAADwAAAAAAHAAAAAABHAAAAAACHAAAAAAAHAAAAAADeAAAAAADeAAAAAAAEwAAAAAAeAAAAAABeAAAAAABeAAAAAABHAAAAAADWQAAAAAAHAAAAAACDwAAAAAADwAAAAAADwAAAAAAHAAAAAACHAAAAAAAHAAAAAACHAAAAAABeAAAAAAAeAAAAAACEwAAAAAEeAAAAAACeAAAAAADEwAAAAAGWQAAAAABWQAAAAAGHAAAAAAADwAAAAAADwAAAAAADwAAAAAA + version: 6 + 2,2: + ind: 2,2 + tiles: DwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 3,2: + ind: 3,2 + tiles: DwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAADwAAAAAADwAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 4,2: + ind: 4,2 + tiles: DwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 4,-3: + ind: 4,-3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 3,-3: + ind: 3,-3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,-3: + ind: 2,-3 + tiles: AAAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAAAAAAAAAA + version: 6 + 1,-3: + ind: 1,-3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAA + version: 6 + 0,-3: + ind: 0,-3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-3: + ind: -1,-3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAAAAAAAAAA + version: 6 + 0,3: + ind: 0,3 + tiles: DwAAAAAADwAAAAAADwAAAAAADwAAAAAAHAAAAAAAHAAAAAADHAAAAAAAHAAAAAACHAAAAAAAHAAAAAAANQAAAAADNQAAAAAANQAAAAADNQAAAAADNQAAAAAAHAAAAAABDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAANQAAAAACNQAAAAACNQAAAAACNQAAAAADNQAAAAABHAAAAAADHAAAAAACHAAAAAADNQAAAAABHAAAAAADDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAANQAAAAACNQAAAAABNQAAAAACNQAAAAAANQAAAAABHAAAAAAANQAAAAADNQAAAAACNQAAAAABWQAAAAAHAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAANQAAAAAANQAAAAAANQAAAAABHAAAAAAANQAAAAABNQAAAAAANQAAAAAAHAAAAAACHAAAAAACHAAAAAADAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHAAAAAACHAAAAAADHAAAAAADHAAAAAADNQAAAAADHAAAAAAANQAAAAAAHAAAAAABNQAAAAAAHAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAANQAAAAAANQAAAAABNQAAAAADNQAAAAAAHAAAAAABNQAAAAAANQAAAAAANQAAAAABHAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHAAAAAAAHAAAAAADHAAAAAABHAAAAAAAHAAAAAABHAAAAAACHAAAAAACHAAAAAAAHAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,3: + ind: 1,3 + tiles: HAAAAAABHAAAAAABHAAAAAAAHAAAAAABHAAAAAABHAAAAAACHAAAAAABHAAAAAADHAAAAAACHAAAAAADWQAAAAAAWQAAAAAAHAAAAAAADwAAAAAADwAAAAAADwAAAAAAWQAAAAAAHAAAAAABHAAAAAADHAAAAAADWQAAAAAAWQAAAAAAWQAAAAALWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHAAAAAADDwAAAAAADwAAAAAADwAAAAAAWQAAAAAKWQAAAAAAHAAAAAADWQAAAAAAWQAAAAAAHAAAAAACHAAAAAADHAAAAAADHAAAAAACHAAAAAAAHAAAAAABHAAAAAABHAAAAAACDwAAAAAADwAAAAAADwAAAAAAWQAAAAAAWQAAAAAAHAAAAAABWQAAAAAAWQAAAAAAHAAAAAABWQAAAAAAWQAAAAAAWQAAAAAKWQAAAAAAWQAAAAALWQAAAAACHAAAAAABDwAAAAAADwAAAAAADwAAAAAAWQAAAAAJWQAAAAAAWQAAAAAJWQAAAAAHWQAAAAAAHAAAAAABWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHAAAAAACDwAAAAAADwAAAAAADwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAEHAAAAAACWQAAAAACWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAJWQAAAAAAHAAAAAACDwAAAAAADwAAAAAADwAAAAAAHAAAAAACHAAAAAABHAAAAAAAHAAAAAABWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAAAHAAAAAACDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHAAAAAADHAAAAAACHAAAAAACHAAAAAABHAAAAAADHAAAAAADHAAAAAAAHAAAAAACDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,3: + ind: 2,3 + tiles: DwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,3: + ind: -1,3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + 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: + color: '#8D0000FF' + id: Basalt1 + decals: + 1267: 3.6275678,5.117984 + - node: + color: '#FFFFFFFF' + id: Basalt1 + decals: + 236: 5.8670845,-18.031446 + 240: 49,-19 + - node: + color: '#FFFFFFFF' + id: Basalt2 + decals: + 235: 8.905279,-16.378286 + - node: + color: '#FFFFFFFF' + id: Basalt4 + decals: + 246: 55.671555,-13.360445 + 247: 55.452805,-12.65542 + - node: + color: '#380000FF' + id: Basalt5 + decals: + 1242: 29.721554,-8.481467 + 1243: 31.03264,-3.817351 + - node: + color: '#8D0000FF' + id: Basalt5 + decals: + 1264: 25.801075,9.3424835 + 1265: 22.369057,5.371441 + 1266: 12.993867,5.394066 + - node: + color: '#FFFFFFFF' + id: Basalt5 + decals: + 237: 7.853009,-15.151759 + - node: + color: '#380000FF' + id: Basalt6 + decals: + 1247: 30.429338,-2.0150783 + 1248: 29.547745,3.7928305 + 1249: 29.909424,3.3629658 + 1250: 29.502537,2.7521067 + 1251: 28.960018,3.2950923 + 1252: 29.547745,1.9828758 + 1253: 30.15808,2.7747307 + 1254: 30.406734,3.7249565 + 1255: 31.039673,2.8878527 + 1256: 28.869598,2.6389837 + 1257: 29.050438,1.5303869 + 1258: 30.090263,1.6661339 + 1259: 36.245026,6.536889 + 1260: 29.712196,9.11624 + 1261: 28.740183,6.469181 + - node: + color: '#8D0000FF' + id: Basalt6 + decals: + 1262: 29.079258,5.4963307 + 1263: 25.959309,6.1298146 + - node: + color: '#FFFFFFFF' + id: Basalt6 + decals: + 241: 50.518776,-19.997398 + 242: 50.810444,-20.191887 + 243: 50.93197,-20.313442 + 244: 50.543083,-20.26482 + 248: 45.94621,-13.074357 + 249: 50.783012,-16.891212 + 253: 53.437042,9.603186 + 254: 55.187042,11.30497 + 255: 55.940514,12.80625 + - node: + color: '#380000FF' + id: Basalt7 + decals: + 1245: 35.440605,-5.7856765 + 1246: 36.616066,-8.138617 + - node: + color: '#FFFFFFFF' + id: Basalt7 + decals: + 245: 56.109055,-18.319927 + 250: 54.83032,-10.125641 + 251: 52.399765,-3.6604238 + - node: + color: '#380000FF' + id: Basalt9 + decals: + 1244: 36.977745,-4.337713 + - node: + color: '#FFFFFFFF' + id: Basalt9 + decals: + 238: 12.244563,-20.397251 + 252: 55.67128,3.3173783 + - node: + color: '#FFFFFFFF' + id: Bot + decals: + 52: 27,-1 + 53: 26,-5 + 54: 25,-5 + 239: 25,-7 + - node: + angle: 3.141592653589793 rad + color: '#FFFFFFFF' + id: Bot + decals: + 21: 15,-9 + 22: 17,-9 + 23: 14,-1 + - node: + angle: -1.5707963267948966 rad + color: '#52B4E996' + id: BrickTileWhiteCornerSe + decals: + 13: 14,-9 + - node: + color: '#52B4E996' + id: BrickTileWhiteCornerSe + decals: + 14: 18,-9 + - node: + angle: -3.141592653589793 rad + color: '#9FED5896' + id: BrickTileWhiteCornerSe + decals: + 34: 14,-1 + - node: + angle: -1.5707963267948966 rad + color: '#9FED5896' + id: BrickTileWhiteCornerSe + decals: + 33: 14,-3 + - node: + color: '#9FED5896' + id: BrickTileWhiteCornerSe + decals: + 32: 18,-3 + - node: + angle: 1.5707963267948966 rad + color: '#9FED5896' + id: BrickTileWhiteCornerSe + decals: + 31: 18,-1 + - node: + angle: -6.283185307179586 rad + color: '#A4610696' + id: BrickTileWhiteCornerSe + decals: + 51: 27,-5 + - node: + angle: -4.71238898038469 rad + color: '#A4610696' + id: BrickTileWhiteCornerSe + decals: + 50: 27,-1 + - node: + angle: -3.141592653589793 rad + color: '#A4610696' + id: BrickTileWhiteCornerSe + decals: + 49: 24,-1 + - node: + angle: -1.5707963267948966 rad + color: '#A4610696' + id: BrickTileWhiteCornerSe + decals: + 48: 24,-5 + - node: + angle: -6.283185307179586 rad + color: '#EFB34196' + id: BrickTileWhiteCornerSe + decals: + 59: 27,1 + - node: + angle: -4.71238898038469 rad + color: '#EFB34196' + id: BrickTileWhiteCornerSe + decals: + 58: 27,3 + - node: + angle: -3.141592653589793 rad + color: '#EFB34196' + id: BrickTileWhiteCornerSe + decals: + 57: 24,3 + - node: + angle: -1.5707963267948966 rad + color: '#EFB34196' + id: BrickTileWhiteCornerSe + decals: + 60: 24,1 + - node: + angle: -1.5707963267948966 rad + color: '#52B4E996' + id: BrickTileWhiteCornerSw + decals: + 17: 14,-7 + - node: + angle: 3.141592653589793 rad + color: '#52B4E996' + id: BrickTileWhiteCornerSw + decals: + 18: 18,-7 + - node: + angle: -1.5707963267948966 rad + color: '#52B4E996' + id: BrickTileWhiteLineE + decals: + 10: 15,-9 + 11: 16,-9 + 12: 17,-9 + - node: + color: '#52B4E996' + id: BrickTileWhiteLineE + decals: + 16: 18,-8 + - node: + angle: 3.141592653589793 rad + color: '#52B4E996' + id: BrickTileWhiteLineE + decals: + 15: 14,-8 + - node: + angle: -3.141592653589793 rad + color: '#52B4E996' + id: BrickTileWhiteLineN + decals: + 36: 17,-5 + 37: 15,-5 + - node: + color: '#9FED5896' + id: BrickTileWhiteLineN + decals: + 35: 17,-5 + 38: 15,-5 + - node: + angle: -1.5707963267948966 rad + color: '#A4610696' + id: BrickTileWhiteLineN + decals: + 39: 22,-4 + 40: 22,-2 + 45: 27,-4 + 46: 27,-2 + 47: 27,-3 + - node: + angle: 1.5707963267948966 rad + color: '#A4610696' + id: BrickTileWhiteLineN + decals: + 41: 24,-4 + 42: 24,-2 + - node: + angle: 3.141592653589793 rad + color: '#A4610696' + id: BrickTileWhiteLineN + decals: + 43: 25,-5 + 44: 26,-5 + - node: + angle: 3.141592653589793 rad + color: '#52B4E996' + id: BrickTileWhiteLineS + decals: + 19: 15,-7 + 20: 17,-7 + - node: + angle: -1.5707963267948966 rad + color: '#9FED5896' + id: BrickTileWhiteLineS + decals: + 29: 14,-2 + - node: + color: '#9FED5896' + id: BrickTileWhiteLineS + decals: + 27: 15,-3 + 28: 17,-3 + - node: + angle: 1.5707963267948966 rad + color: '#9FED5896' + id: BrickTileWhiteLineS + decals: + 30: 18,-2 + - node: + angle: 3.141592653589793 rad + color: '#9FED5896' + id: BrickTileWhiteLineS + decals: + 24: 15,-1 + 25: 16,-1 + 26: 17,-1 + - node: + angle: -3.141592653589793 rad + color: '#EFB34196' + id: BrickTileWhiteLineS + decals: + 55: 25,3 + 56: 26,3 + - node: + angle: 1.5707963267948966 rad + color: '#EFB34196' + id: BrickTileWhiteLineS + decals: + 61: 27,2 + - node: + angle: 4.71238898038469 rad + color: '#EFB34196' + id: BrickTileWhiteLineS + decals: + 62: 24,2 + - node: + color: '#0E1A19EA' + id: Bushg2 + decals: + 132: 6,-16 + 133: 11,-20 + - node: + color: '#2F2C19FF' + id: Bushg3 + decals: + 264: 53.99022,-18.831465 + - node: + color: '#0E1A19EA' + id: Bushh1 + decals: + 134: 10,-18 + - node: + color: '#990000FF' + id: Bushk3 + decals: + 1221: 35.129963,-16.814789 + - node: + color: '#2F2C19FF' + id: Bushl4 + decals: + 260: 56.996487,-0.8852403 + - node: + color: '#2F1A19FF' + id: Bushn1 + decals: + 232: 16.032036,-21.939503 + - node: + color: '#2F2C19FF' + id: Bushn1 + decals: + 268: 51.78179,24.937939 + - node: + color: '#450000FF' + id: Bushn1 + decals: + 1204: 32.72963,-13.109715 + 1205: 33.536835,-6.823737 + 1216: 17.955868,-10.933014 + - node: + color: '#6D323EE2' + id: Bushn1 + decals: + 615: 48.618305,-12.238151 + 616: 55.954662,-12.029405 + - node: + color: '#990000FF' + id: Bushn1 + decals: + 1222: 33.987984,7.08641 + 1223: 41.96706,18.168015 + 1224: 47.0826,13.073087 + - node: + angle: 4.71238898038469 rad + color: '#FFFFFFFF' + id: Caution + decals: + 93: 26,-9 + - node: + color: '#A4610696' + id: Damaged + decals: + 126: 7,-14 + 127: 4,-18 + 128: 14,-19 + 129: 15,-20 + 130: 15,-21 + 131: 9,-19 + - node: + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: Delivery + decals: + 98: 21,-8 + 99: 21,-9 + 100: 21,-10 + 101: 22,-10 + 102: 22,-9 + 103: 22,-8 + 104: 23,-8 + 105: 23,-9 + 106: 23,-10 + - node: + cleanable: True + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: Dirt + decals: + 107: 15,-2 + 108: 17,-3 + 109: 17,-3 + 115: 25,-2 + 116: 26,-4 + 117: 26,-1 + 118: 26,-1 + 121: 25,1 + 122: 26,2 + 123: 26,2 + - node: + cleanable: True + angle: 4.71238898038469 rad + color: '#FFFFFFFF' + id: Dirt + decals: + 63: 9,-10 + 64: 11,-5 + 65: 12,-9 + 66: 10,0 + 67: 15,2 + 68: 21,2 + 69: 20,-2 + 70: 21,-9 + 71: 21,-9 + 72: 23,-11 + 73: 26,-8 + 74: 24,-7 + 75: 24,-7 + 76: 21,-6 + 77: 7,-7 + 78: 5,-11 + 79: 7,-7 + 80: 7,-7 + 81: 12,-9 + 82: 12,-2 + 83: 12,-2 + 84: 10,3 + 85: 10,3 + 86: 10,-7 + - node: + cleanable: True + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 125: 27,2 + - node: + cleanable: True + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: DirtHeavyMonotile + decals: + 110: 15,-2 + 113: 17,-9 + - node: + cleanable: True + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: DirtLight + decals: + 111: 17,-2 + 112: 15,-8 + 119: 26,-4 + 124: 26,1 + - node: + cleanable: True + angle: 4.71238898038469 rad + color: '#FFFFFFFF' + id: DirtLight + decals: + 87: 11,-11 + 89: 15,1 + 91: 26,-11 + - node: + cleanable: True + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: DirtMedium + decals: + 114: 17,-7 + 120: 25,-2 + - node: + cleanable: True + angle: 4.71238898038469 rad + color: '#FFFFFFFF' + id: DirtMedium + decals: + 88: 12,-4 + 90: 20,0 + 92: 20,-7 + - node: + color: '#6D323E75' + id: Grassd2 + decals: + 1199: 55.29064,25.287252 + 1200: 55.75245,25.62761 + - node: + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: LoadingArea + decals: + 0: 8,-8 + 1: 8,-9 + 2: 8,-10 + 96: 26,-8 + 97: 26,-10 + - node: + color: '#1D323EF9' + id: Remains + decals: + 1201: 54.245506,24.266182 + - node: + color: '#2F2C19FF' + id: Remains + decals: + 272: 48.02582,-10.988276 + 274: 19.094498,11.728049 + 275: 20.06672,15.024126 + - node: + color: '#FFFFFFFF' + id: Remains + decals: + 273: 53.948742,9.982575 + 1202: 28.813309,-33.824497 + 1203: 34.54942,-40.947674 + - node: + angle: 1.7453292519943295 rad + color: '#FFFFFFFF' + id: Remains + decals: + 3179: 6.11763,45.853718 + - node: + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: WarnCornerSW + decals: + 95: 27,-11 + - node: + angle: 3.141592653589793 rad + color: '#FFFFFFFF' + id: WarnCornerSW + decals: + 94: 27,-7 + - node: + angle: 4.71238898038469 rad + color: '#FFFFFFFF' + id: WarnCornerSW + decals: + 7: 4,-8 + - node: + angle: 6.283185307179586 rad + color: '#FFFFFFFF' + id: WarnCornerSW + decals: + 8: 4,-10 + - node: + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: WarnLineE + decals: + 3: 5,-8 + 4: 6,-8 + - node: + angle: 4.71238898038469 rad + color: '#FFFFFFFF' + id: WarnLineE + decals: + 5: 5,-10 + 6: 6,-10 + - node: + angle: -1.5707963267948966 rad + color: '#FFFFFFFF' + id: WarnLineN + decals: + 9: 4,-9 + - node: + color: '#450000FF' + id: bushsnowa1 + decals: + 1211: 14.202845,7.09014 + - node: + color: '#2F2C19FF' + id: bushsnowa2 + decals: + 233: 16.007507,-17.902878 + 234: 19.062523,-17.027676 + - node: + color: '#380000FF' + id: bushsnowa2 + decals: + 1234: 10.824676,25.113735 + 1235: 20.04556,26.118126 + - node: + color: '#2F2C19FF' + id: bushsnowa3 + decals: + 256: 49.98105,19.13116 + 257: 52.849106,15.970707 + 258: 56.008827,12.980431 + 259: 51.88562,5.101145 + 267: 58.02832,23.16563 + - node: + color: '#380000FF' + id: bushsnowa3 + decals: + 1236: 22.290327,17.883785 + 1237: 36.988396,23.998539 + - node: + color: '#450000FF' + id: bushsnowa3 + decals: + 1206: 30.012333,-0.7419157 + 1212: 5.0174794,5.6874256 + 1217: 4.934085,-12.849435 + 1218: 29.039227,-3.19149 + 1219: 43.159424,-9.390631 + 1220: 41.441032,-20.027458 + - node: + color: '#2F2C19FF' + id: bushsnowb1 + decals: + 265: 52.879837,-10.828178 + 266: 55.04419,10.964096 + - node: + color: '#380000FF' + id: bushsnowb1 + decals: + 1231: 6.8017178,21.213928 + 1232: 3.0492961,23.043633 + 1233: 15.888184,26.99105 + - node: + color: '#450000FF' + id: bushsnowb1 + decals: + 1209: 24.955177,10.277434 + 1210: 18.777355,4.9634433 + 1215: 13.977397,-10.910389 + - node: + color: '#2F2C19FF' + id: bushsnowb2 + decals: + 261: 50.002293,-5.726783 + 262: 49.953682,-1.9516213 + - node: + color: '#380000FF' + id: bushsnowb2 + decals: + 1225: 34.20967,17.36261 + 1226: 22.718971,22.364017 + 1227: 18.187393,18.793114 + 1238: 41.471684,26.447292 + 1239: 47.7904,2.1266406 + 1240: 39.97106,-11.830153 + 1241: 43.791298,-14.499837 + - node: + color: '#6D323EE2' + id: bushsnowb2 + decals: + 617: 52.97841,-4.871615 + 618: 55.004723,21.03117 + 619: 45.961544,22.946058 + 620: 51.918545,14.177114 + - node: + color: '#2F2C19FF' + id: bushsnowb3 + decals: + 263: 46.952446,-14.789769 + - node: + color: '#380000FF' + id: bushsnowb3 + decals: + 1228: 10.07075,17.95601 + 1229: 13.981407,20.127956 + 1230: 2.2581222,19.01936 + - node: + color: '#450000FF' + id: bushsnowb3 + decals: + 1207: 36.71313,4.375472 + 1208: 43.99193,0.21257663 + 1213: 6.351172,-0.94153357 + 1214: 5.198319,-5.046374 + - node: + color: '#2F2C19FF' + id: c + decals: + 269: 44.047043,26.81984 + - node: + color: '#480000AC' + id: grasssnow03 + decals: + 2155: 29.799038,-1.9868279 + 2156: 30.884075,-2.3940678 + 2157: 31.697853,-2.6655607 + 2158: 29.914043,-2.9776745 + 2159: 29.687992,-4.0636473 + 2160: 30.433956,-4.561384 + 2161: 30.162697,-6.077222 + 2162: 31.767647,-4.1767693 + 2163: 32.468403,-3.8600273 + 2164: 32.468403,-5.217493 + 2165: 32.03891,-6.12247 + 2166: 30.976475,-5.172244 + 2167: 31.17992,-5.669982 + 2168: 29.118198,-5.972804 + 2169: 29.886766,-6.76466 + 2170: 29.683323,-7.466017 + 2171: 29.457272,-7.8958807 + 2172: 29.276432,-8.597239 + 2173: 29.299038,-9.275971 + 2174: 29.841557,-10.339319 + 2175: 30.745754,-10.407193 + 2176: 30.85878,-8.325746 + 2177: 30.90399,-7.307646 + 2178: 32.056843,-6.696786 + 2179: 32.056843,-7.9411297 + 2180: 31.604744,-9.343844 + 2181: 31.559532,-10.1357 + 2182: 30.655334,-9.094976 + 2183: 30.406681,-7.7148857 + 2184: 33.2323,-7.036153 + 2185: 33.571373,-7.7827587 + 2186: 33.41314,-8.257872 + 2187: 32.621964,-8.9139805 + 2188: 32.260284,-10.361944 + 2189: 31.966423,-11.334795 + 2190: 30.372534,-10.837086 + 2191: 29.739595,-11.67419 + 2192: 28.971027,-12.466044 + 2193: 29.558754,-12.963782 + 2194: 30.508163,-12.420795 + 2195: 31.367151,-11.809936 + 2196: 32.113113,-12.1493025 + 2197: 32.45219,-13.393646 + 2198: 34.05714,-13.800886 + 2199: 33.356388,-11.832561 + 2200: 34.893524,-12.1719265 + 2201: 35.142178,-13.438895 + 2202: 32.610424,-13.438895 + 2203: 35.029152,-14.773737 + 2204: 34.91613,-15.995456 + 2205: 34.41882,-15.226225 + 2206: 33.469414,-12.737537 + 2207: 32.40698,-12.013556 + 2208: 32.601093,-9.326541 + 2209: 33.43748,-8.579906 + 2210: 34.386887,-7.9916706 + 2211: 35.765793,-7.8559246 + 2212: 36.7152,-8.693028 + 2213: 37.415955,-9.62063 + 2214: 38.18452,-10.321987 + 2215: 36.127472,-7.983898 + 2216: 36.059654,-6.0778866 + 2217: 36.376125,-4.878792 + 2218: 36.783012,-4.267932 + 2219: 37.009064,-4.041688 + 2220: 34.47731,-6.3041315 + 2221: 34.047813,-6.6887465 + 2222: 32.01337,-4.788294 + 2223: 33.640926,-7.4806023 + 2224: 32.442863,-7.4127283 + 2225: 30.204973,-6.3267555 + 2226: 30.159763,-5.376299 + 2227: 31.312616,-2.6806026 + 2228: 31.018751,-0.7801502 + 2229: 30.860516,0.28319883 + 2230: 29.526825,-0.80277395 + 2231: 29.436405,-1.3005118 + 2232: 28.803467,0.30582285 + 2233: 29.23296,1.776411 + 2234: 29.82069,1.4225127 + 2235: 30.250183,2.9840019 + 2236: 31.312616,2.9161284 + 2237: 30.996147,3.2102458 + 2238: 29.572035,4.5903363 + 2239: 29.119936,4.0699744 + 2240: 29.956318,2.7577572 + 2241: 32.28463,2.8708794 + 2242: 34.138237,3.0518749 + 2243: 35.155457,2.803006 + 2244: 35.517136,1.6491604 + 2245: 36.692596,0.20119667 + 2246: 36.737804,-1.065772 + 2247: 36.48915,0.24644566 + 2248: 36.7152,2.0564003 + 2249: 36.421333,3.526988 + 2250: 36.511757,5.1106987 + 2251: 35.924026,6.5134134 + 2252: 34.70336,4.8618298 + 2253: 35.13285,3.43649 + 2254: 35.29109,4.7939563 + 2255: 36.104866,5.2690697 + 2256: 36.466545,2.848255 + 2257: 35.946632,-0.5001612 + 2258: 35.743187,-0.5227852 + 2259: 35.878815,-2.1291199 + 2260: 31.33522,-1.495636 + 2261: 30.566652,-0.83952713 + 2262: 30.408417,0.1106987 + 2263: 29.459011,0.47268963 + 2264: 29.210356,1.4455404 + 2265: 30.250183,0.83468056 + 2266: 30.340603,2.7351332 + 2267: 30.408417,3.888979 + 2268: 29.23296,4.2283454 + 2269: 28.9617,3.006626 + 2270: 29.255566,1.8980293 + 2271: 30.317997,4.205721 + 2272: 30.544048,2.803006 + 2273: 30.521442,2.5541372 + 2274: 29.73027,0.94780254 + 2275: 29.992756,0.81706667 + 2276: 29.314606,-0.6761458 + 2277: 29.178976,-2.0788603 + 2278: 29.518051,-3.436327 + 2279: 30.535275,-4.9747877 + 2280: 30.670902,-0.15578365 + 2281: 30.218803,-2.6670961 + 2282: 31.597706,-4.296055 + 2283: 32.25325,-6.1738825 + 2284: 31.84636,-2.3956032 + 2285: 32.117622,-3.413702 + 2286: 32.727955,-6.5584984 + 2287: 30.57052,-4.3896685 + 2288: 30.629911,-6.117505 + 2289: 30.584702,-7.633342 + 2290: 29.974367,-9.013432 + 2291: 29.386639,-4.9410343 + 2292: 29.499664,-7.678591 + 2293: 29.748318,-9.827911 + 2294: 29.317324,-12.716195 + 2295: 29.995472,-12.422077 + 2296: 30.44757,-10.7931185 + 2297: 29.724213,-9.548775 + 2298: 29.33993,-8.485426 + 2299: 30.944881,-7.919815 + 2300: 33.58966,-8.078187 + 2301: 34.267807,-6.7207203 + 2302: 33.273193,-5.8836164 + 2303: 32.798485,-4.7297707 + 2304: 31.532608,-3.5533 + 2305: 30.967485,-2.784069 + 2306: 29.452953,-3.34968 + 2307: 29.11388,-4.186784 + 2308: 31.125721,-8.666422 + 2309: 31.713448,-10.385879 + 2310: 32.142944,-11.630222 + 2311: 32.77588,-12.874566 + 2312: 33.00193,-13.734295 + 2313: 32.052525,-12.987688 + 2314: 31.532608,-12.195833 + 2315: 29.52077,-12.150584 + 2316: 28.865225,-12.784068 + 2317: 29.565979,-10.476377 + 2318: 29.29472,-9.661897 + 2319: 31.916893,-9.594024 + 2320: 32.77588,-8.915291 + 2321: 33.476635,-8.96054 + 2322: 31.555214,-8.34968 + 2323: 30.786646,-9.661897 + 2324: 33.017487,-12.0244875 + 2325: 35.210167,-12.114985 + 2326: 35.707474,-12.974714 + 2327: 35.00672,-13.766569 + 2328: 33.58261,-13.698696 + 2329: 32.31673,-13.834442 + 2330: 34.260757,-14.286931 + 2331: 34.554623,-15.169284 + 2332: 34.32857,-15.825393 + 2333: 34.23815,-13.676071 + 2334: 34.034706,-12.816343 + 2335: 35.232773,-12.997338 + 2336: 36.00134,-12.974714 + 2337: 35.684868,-11.752995 + 2338: 36.227386,-12.929465 + 2339: 37.674103,-13.042587 + 2340: 38.46528,-12.884216 + 2341: 39.188637,-12.499601 + 2342: 38.939983,-11.639873 + 2343: 38.442673,-10.667022 + 2344: 37.990574,-10.010914 + 2345: 38.98519,-11.481502 + 2346: 38.487885,-12.34123 + 2347: 37.51587,-12.884216 + 2348: 36.837723,-12.725845 + 2349: 36.656883,-12.499601 + 2350: 35.617054,-11.436253 + 2351: 33.76345,-11.481502 + 2352: 33.772346,-8.07178 + 2353: 35.352825,-7.7424574 + 2354: 36.5961,-8.489064 + 2355: 37.093407,-8.986801 + 2356: 36.505676,-7.4709644 + 2357: 36.12139,-6.4754896 + 2358: 35.126778,-5.185897 + 2359: 32.82107,-5.095399 + 2360: 32.549812,-4.677537 + 2361: 35.759712,-5.1240416 + 2362: 35.714504,-3.540331 + 2363: 35.804924,-2.748476 + 2364: 35.87274,-1.3910098 + 2365: 35.804924,-1.0516434 + 2366: 34.426025,-2.1376162 + 2367: 34.04174,-0.8932724 + 2368: 34.742493,-0.62177896 + 2369: 36.48307,-1.3005123 + 2370: 37.13862,-2.590105 + 2371: 37.116013,-3.970195 + 2372: 37.274246,-5.0787926 + 2373: 37.92979,-2.816349 + 2374: 37.726345,-2.544856 + 2375: 36.70912,-3.427209 + 2376: 36.70912,-3.427209 + 2377: 38.06338,-3.7271795 + 2378: 39.068684,-3.4507208 + 2379: 39.54339,-3.6090918 + 2380: 39.317337,-2.88511 + 2381: 38.616585,-2.455246 + 2382: 38.096672,-0.62266636 + 2383: 39.40776,-0.17017746 + 2384: 39.11389,-0.034431458 + 2385: 37.531548,-0.5774174 + 2386: 36.604744,-0.011806488 + 2387: 36.514324,1.2325373 + 2388: 36.72271,1.59988 + 2389: 36.72352,3.1397004 + 2390: 36.429657,4.8139086 + 2391: 35.615875,5.4700174 + 2392: 35.254196,3.6826868 + 2393: 34.689075,2.7324607 + 2394: 34.372604,3.8184338 + 2395: 34.30479,2.7098358 + 2396: 36.40705,1.6917369 + 2397: 35.231594,2.6872118 + 2398: 32.88304,2.6872118 + 2399: 30.813658,3.0039537 + 2400: 30.660397,3.117076 + 2401: 29.688385,4.678162 + 2402: 28.987629,5.5152664 + 2403: 28.580742,5.8093834 + 2404: 28.26427,4.9044065 + 2405: 29.72242,5.2273283 + 2406: 29.716335,6.8140383 + 2407: 29.738941,7.3796487 + 2408: 29.309448,8.329875 + 2409: 27.975754,9.483721 + 2410: 26.777693,10.13983 + 2411: 25.127531,10.275577 + 2412: 26.325594,9.755215 + 2413: 27.523655,8.488246 + 2414: 28.04357,7.1081557 + 2415: 28.31483,5.8185635 + 2416: 28.653904,7.1534047 + 2417: 27.229792,8.963359 + 2418: 26.664669,9.438473 + 2419: 27.68189,6.7914143 + 2420: 27.975754,5.6149435 + 2421: 27.975754,5.4339476 + 2422: 26.800297,8.284626 + 2423: 26.800297,8.284626 + 2424: 26.913322,6.4972963 + 2425: 27.003742,5.6149435 + 2426: 25.828285,8.262002 + 2427: 26.370804,5.5696945 + 2428: 27.455841,5.4565725 + 2429: 27.320211,5.0945816 + 2430: 26.39341,7.628518 + 2431: 26.167358,7.651142 + 2432: 26.845509,5.4339476 + 2433: 30.710955,5.4113235 + 2434: 30.41709,6.7009163 + 2435: 29.512892,5.9090605 + 2436: 29.015583,6.4972963 + 2437: 27.63668,7.74164 + 2438: 27.50105,8.081006 + 2439: 29.9263,4.070817 + 2440: 29.587225,3.980319 + 2441: 29.994116,2.4418573 + 2442: 30.468819,1.4916315 + 2443: 30.853104,0.20203876 + 2444: 29.564621,-0.65769005 + 2445: 29.135126,-1.2911739 + 2446: 29.067312,1.0165186 + 2447: 28.931683,2.2608624 + 2448: 28.931683,2.5549793 + 2449: 30.420582,-1.82851 + 2450: 29.584198,-2.009505 + 2451: 29.04168,-3.6384637 + 2452: 28.906048,-4.385071 + 2453: 29.490307,-11.699198 + 2454: 29.060814,-12.332682 + 2455: 29.173838,-12.807795 + 2456: 30.801394,-12.920917 + 2457: 29.851986,-13.2150345 + 2458: 33.694828,-12.966166 + 2459: 33.220123,-13.96164 + 2460: 27.594086,-12.762546 + 2461: 27.390642,-12.762546 + 2462: 26.554258,-12.943542 + 2463: 26.01174,-12.943542 + 2464: 25.46922,-12.920917 + 2465: 25.130146,-12.920917 + 2466: 23.5478,-12.875668 + 2467: 22.91486,-12.875668 + 2468: 22.372341,-12.920917 + 2469: 22.236713,-12.920917 + 2470: 24.745861,-12.920917 + 2471: 25.740479,-12.943542 + 2472: 27.481062,-12.943542 + 2473: 23.850838,-12.762546 + 2474: 21.59189,-12.830419 + 2475: 21.380894,-12.853044 + 2476: 21.022718,-12.853044 + 2477: 19.026283,-12.717297 + 2478: 18.07751,-12.717297 + 2479: 19.50555,-12.807795 + 2480: 20.895174,-12.875668 + 2481: 19.245012,-12.875668 + 2482: 17.8209,-12.536302 + 2483: 17.888716,-11.744447 + 2484: 17.278381,-11.314582 + 2485: 17.233171,-11.631324 + 2486: 17.052332,-12.513677 + 2487: 16.441998,-12.807795 + 2488: 15.718639,-12.762546 + 2489: 14.950071,-12.061189 + 2490: 15.356961,-11.020465 + 2491: 15.402171,-10.99784 + 2492: 13.797219,-11.224084 + 2493: 13.684195,-12.196935 + 2494: 14.701417,-12.694673 + 2495: 14.136293,-11.40508 + 2496: 14.136293,-11.586075 + 2497: 13.887639,-12.536302 + 2498: 15.311751,-11.472953 + 2499: 17.120148,-11.20146 + 2500: 12.962098,-12.714407 + 2501: 12.414942,-12.850235 + 2502: 11.262089,-12.918108 + 2503: 10.267471,-12.850235 + 2504: 10.154447,-12.850235 + 2505: 10.035896,-12.804986 + 2506: 8.850658,-12.804986 + 2507: 7.0874724,-12.782362 + 2508: 6.16067,-12.782362 + 2509: 5.1434464,-12.850235 + 2510: 4.487903,-12.850235 + 2511: 4.4200883,-12.850235 + 2512: 7.5621758,-13.053855 + 2513: 8.850658,-13.008606 + 2514: 9.913092,-12.985982 + 2515: 11.676279,-12.895484 + 2516: 13.0777855,-12.782362 + 2517: 13.801144,-12.804986 + 2518: 30.543234,-11.370452 + 2519: 31.85432,-13.022036 + 2520: 32.12558,-10.307104 + 2521: 33.142803,-8.791267 + 2522: 29.028702,-10.08086 + 2523: 29.096518,-6.958688 + 2524: 3.4817536,-12.999682 + 2525: 3.1878893,-13.044931 + 2526: 2.6905797,-13.565293 + 2527: 2.4871352,-13.972533 + 2528: 1.7411721,-13.542669 + 2529: 1.6281474,-12.999682 + 2530: 1.0178139,-12.728189 + 2531: -0.08982915,-12.162579 + 2532: -0.08982915,-11.936335 + 2533: -0.24806374,-11.529095 + 2534: -0.9940269,-10.782488 + 2535: -0.9940269,-10.081131 + 2536: 0.58832,-12.796062 + 2537: 1.0856287,-13.135429 + 2538: 1.1760485,-13.49742 + 2539: 0.8595793,-14.447646 + 2540: 1.7411721,-14.67389 + 2541: 1.9220116,-13.882035 + 2542: 0.9047892,-15.058506 + 2543: 1.8315918,-15.669366 + 2544: 1.8315918,-15.940859 + 2545: 1.8752766,-16.24417 + 2546: 1.8752425,-17.46593 + 2547: 2.2369215,-17.805298 + 2548: 2.7342312,-17.398056 + 2549: 2.1917117,-17.82792 + 2550: 1.1066744,-18.393532 + 2551: 0.51894593,-18.687649 + 2552: 0.1572659,-19.117514 + 2553: 0.8354151,-19.027016 + 2554: 1.2196991,-19.00439 + 2555: 1.9204524,-19.796246 + 2556: 1.5813782,-19.230637 + 2557: 1.6944029,-17.737423 + 2558: 2.779441,-17.511179 + 2559: 2.1917117,-18.257786 + 2560: 1.7622178,-19.86412 + 2561: 2.056082,-20.610725 + 2562: 2.847256,-20.6786 + 2563: 2.847256,-21.33471 + 2564: 2.2143166,-21.832447 + 2565: 1.5813782,-21.33471 + 2566: 1.3101189,-21.832447 + 2567: 1.0614645,-22.556427 + 2568: 0.90322995,-23.416157 + 2569: 0.7676003,-23.732899 + 2570: 0.04424119,-22.692173 + 2571: 0.63197064,-22.21706 + 2572: 1.9289832,-8.014423 + 2573: 0.43705606,-9.190894 + 2574: 2.1776376,-7.3130665 + 2575: 2.0646129,-6.7700796 + 2576: 2.0646129,-6.7700796 + 2577: 2.1550326,-6.2270937 + 2578: 4.5054708,-4.6775155 + 2579: 5.4322743,-4.790604 + 2580: 5.8165584,-4.926351 + 2581: 6.4947066,-4.948975 + 2582: 7.15025,-4.948975 + 2583: 7.2858806,-4.835853 + 2584: 7.8283997,-4.0666223 + 2585: 7.9640293,-3.8177533 + 2586: 8.122263,-2.8901515 + 2587: 6.698151,-3.4105134 + 2588: 5.997398,-4.0892463 + 2589: 5.613114,-4.15712 + 2590: 7.2180657,-3.0485225 + 2591: 7.0372252,-1.6910567 + 2592: 6.4721017,-1.3064418 + 2593: 5.906978,-0.6503329 + 2594: 7.195461,-0.46933746 + 2595: 7.715374,-0.62770844 + 2596: 8.144867,-1.5553098 + 2597: 8.122263,-2.8449025 + 2598: 7.69277,-4.292866 + 2599: 7.805794,-4.948975 + 2600: 3.669088,4.8785243 + 2601: 4.347236,4.7654023 + 2602: 4.6184955,5.46676 + 2603: 5.161015,5.987122 + 2604: 5.22883,5.874 + 2605: 4.415051,4.4486604 + 2606: 5.477484,4.1319184 + 2607: 5.8391633,5.398886 + 2608: 5.635719,4.8332753 + 2609: 5.567904,3.5210586 + 2610: 6.9015956,4.4486604 + 2611: 6.8563857,5.3310127 + 2612: 6.404287,4.2902894 + 2613: 6.1782374,2.4803348 + 2614: 6.1782374,1.2812399 + 2615: 6.268657,3.1138186 + 2616: 6.652941,2.0730948 + 2617: 6.6077313,0.42151105 + 2618: 6.404287,-0.73233473 + 2619: 6.1104226,-1.2074476 + 2620: 7.195461,-1.7278095 + 2621: 7.9414234,-1.2300726 + 2622: 7.73798,0.76087797 + 2623: 7.715374,1.4169868 + 2624: 7.69277,2.9780726 + 2625: 7.46672,4.1545424 + 2626: 6.8789907,5.1726418 + 2627: 6.8789907,4.9463983 + 2628: 7.2858806,2.8875747 + 2629: 8.009239,4.6975293 + 2630: 8.370918,5.647755 + 2631: 8.777807,6.8016014 + 2632: 9.817635,7.027846 + 2633: 9.659399,5.579882 + 2634: 9.049067,4.9463983 + 2635: 10.066288,5.602506 + 2636: 10.269733,6.64323 + 2637: 10.088894,6.982597 + 2638: 9.568979,5.05952 + 2639: 10.134104,5.1047688 + 2640: 8.529152,5.05952 + 2641: 7.5571404,4.0414205 + 2642: 7.9414234,2.2767148 + 2643: 6.0652127,3.6115565 + 2644: 6.4721017,2.4577098 + 2645: 6.9920154,0.03689611 + 2646: 6.9694104,-1.7504345 + 2647: 6.8563857,-2.2481713 + 2648: 6.652941,-3.243647 + 2649: 4.554217,-4.7437654 + 2650: 5.25497,-4.6532674 + 2651: 5.978329,-4.1102815 + 2652: 11.209257,5.1663 + 2653: 12.068474,5.188925 + 2654: 13.854471,5.143676 + 2655: 13.899429,6.4785175 + 2656: 14.871442,6.9988794 + 2657: 14.803627,6.9988794 + 2658: 9.604488,6.2296486 + 2659: 9.785328,6.410644 + 2660: 7.906808,6.3201466 + 2661: 9.140696,6.569015 + 2662: 10.090103,6.727386 + 2663: 10.090103,6.1617756 + 2664: 11.152536,5.098427 + 2665: 13.165768,4.985305 + 2666: 15.021382,4.985305 + 2667: 15.279154,4.985305 + 2668: 11.707572,4.917431 + 2669: 11.865807,5.234174 + 2670: 13.764622,6.2748976 + 2671: 14.691425,6.8857574 + 2672: 15.731253,6.817884 + 2673: 14.94008,5.8676577 + 2674: 13.809832,6.2296486 + 2675: 14.533191,7.4287434 + 2676: 12.498745,5.9129066 + 2677: 16.273773,5.9581556 + 2678: 16.485085,5.9581556 + 2679: 23.344149,5.234174 + 2680: 23.999693,5.5961647 + 2681: 23.977087,6.8631325 + 2682: 24.067507,6.772635 + 2683: 25.378595,5.8450327 + 2684: 25.762878,6.5916395 + 2685: 25.242966,5.279422 + 2686: 24.022297,5.030554 + 2687: 23.344149,6.3427706 + 2688: 22.123482,5.483042 + 2689: 21.829617,6.3201466 + 2690: 21.422728,5.5509157 + 2691: 20.021221,5.234174 + 2692: 19.591728,5.234174 + 2693: 18.777948,5.256798 + 2694: 18.484085,6.3880196 + 2695: 17.941566,7.0667524 + 2696: 17.738121,6.410644 + 2697: 17.941566,5.279422 + 2698: 16.992157,5.143676 + 2699: 16.268799,5.6866617 + 2700: 16.833923,4.872183 + 2701: 19.433493,5.030554 + 2702: 21.287098,5.053178 + 2703: 22.80163,5.030554 + 2704: 23.615408,5.121051 + 2705: 23.434568,5.9807796 + 2706: 22.507765,6.2975216 + 2707: 21.377518,6.2070236 + 2708: 17.423923,5.8224087 + 2709: 15.6161785,6.2748976 + 2710: 14.508536,5.9129066 + 2711: 14.418117,5.7319107 + 2712: 14.84761,7.2703724 + 2713: 13.491313,7.2251234 + 2714: 12.926189,5.9129066 + 2715: 12.428881,5.324671 + 2716: 21.932922,5.143676 + 2717: 22.806137,4.849558 + 2718: 24.026806,4.96268 + 2719: 25.880411,5.030554 + 2720: 26.965448,4.917431 + 2721: 27.914856,4.894807 + 2722: 28.61561,4.917431 + 2723: 27.740889,6.9536304 + 2724: 27.210836,6.7952595 + 2725: 26.581205,6.614264 + 2726: 26.174316,6.6368885 + 2727: 31.493649,8.297903 + 2728: 30.657265,8.071658 + 2729: 29.572227,8.049034 + 2730: 27.967276,8.026409 + 2731: 26.678795,7.845414 + 2732: 26.317114,7.958536 + 2733: 27.130894,9.496998 + 2734: 27.967276,10.266229 + 2735: 27.831646,11.1938305 + 2736: 28.509794,11.533196 + 2737: 28.713238,11.985685 + 2738: 28.148115,11.985685 + 2739: 29.029709,12.189305 + 2740: 29.233154,10.899713 + 2741: 28.328955,9.745867 + 2742: 28.89408,8.908762 + 2743: 29.86609,9.632744 + 2744: 29.640041,10.763966 + 2745: 30.54424,10.718717 + 2746: 31.13197,9.949487 + 2747: 31.764908,8.79564 + 2748: 31.62928,10.401975 + 2749: 30.95113,10.4246 + 2750: 30.72508,9.361251 + 2751: 32.46566,9.4065 + 2752: 32.217007,10.605595 + 2753: 32.82734,9.338627 + 2754: 32.60129,8.343151 + 2755: 32.759525,9.496998 + 2756: 32.82734,10.560346 + 2757: 28.48719,10.4246 + 2758: 27.515177,11.1485815 + 2759: 26.181484,11.080708 + 2760: 25.548546,9.904238 + 2761: 25.93283,8.863514 + 2762: 28.826263,7.822789 + 2763: 29.549622,7.619169 + 2764: 27.696016,6.3974504 + 2765: 23.74015,6.6915684 + 2766: 23.694939,5.7639666 + 2767: 35.807915,-0.40467882 + 2768: 35.853123,0.522923 + 2769: 35.627075,1.586271 + 2770: 34.813293,1.8803887 + 2771: 34.813293,2.0161357 + 2772: 34.315987,3.260479 + 2773: 34.79069,3.9165874 + 2774: 36.35579,4.600971 + 2775: 37.169567,5.845315 + 2776: 37.214775,6.184682 + 2777: 36.378395,6.931288 + 2778: 35.112514,6.9086637 + 2779: 34.86386,6.184682 + 2780: 36.333183,5.2344556 + 2781: 35.146374,-16.540983 + 2782: 35.146374,-16.51836 + 2783: 36.14099,-16.88035 + 2784: 35.847126,-17.061344 + 2785: 35.44024,-17.106594 + 2786: 36.796535,-17.423336 + 2787: 36.59309,-17.740078 + 2788: 36.09578,-17.966324 + 2789: 36.59309,-18.124695 + 2790: 36.615696,-18.554558 + 2791: 37.0904,-19.210667 + 2792: 37.293842,-19.233292 + 2793: 37.0904,-19.617905 + 2794: 37.836365,-19.550034 + 2795: 38.130226,-19.120169 + 2796: 37.74594,-19.821526 + 2797: 37.971992,-19.68578 + 2798: 38.921402,-18.82605 + 2799: 39.170055,-18.577183 + 2800: 39.50913,-19.165417 + 2801: 40.2777,-19.369038 + 2802: 40.232487,-19.097546 + 2803: 40.029045,-19.776278 + 2804: 40.910637,-20.160892 + 2805: 41.43055,-20.025146 + 2806: 41.2045,-20.50026 + 2807: 41.927856,-20.997997 + 2808: 42.176514,-21.111118 + 2809: 41.97307,-21.970848 + 2810: 42.809452,-21.359987 + 2811: 41.83744,-20.862251 + 2812: 41.679207,-19.369038 + 2813: 41.860046,-18.599808 + 2814: 41.24971,-18.62243 + 2815: 41.905254,-17.468586 + 2816: 42.01828,-16.88035 + 2817: 42.651215,-16.201616 + 2818: 42.764244,-16.178993 + 2819: 42.719032,-17.08397 + 2820: 42.49298,-16.47311 + 2821: 42.470375,-16.42786 + 2822: 43.398575,-14.715868 + 2823: 44.32538,-14.172881 + 2824: 44.031513,-13.833515 + 2825: 44.00891,-13.833515 + 2826: 43.33076,-15.03261 + 2827: 43.217735,-13.833515 + 2828: 44.890503,-12.838039 + 2829: 45.071342,-12.498673 + 2830: 46.133774,-11.480574 + 2831: 46.653687,-10.711343 + 2832: 47.03797,-10.417226 + 2833: 45.478233,-10.64347 + 2834: 44.73227,-10.711343 + 2835: 43.895885,-11.819941 + 2836: 43.466393,-12.4308 + 2837: 42.53959,-12.860664 + 2838: 42.110092,-12.476048 + 2839: 41.906647,-12.2724285 + 2840: 39.30708,-12.543922 + 2841: 40.324303,-12.679668 + 2842: 41.59018,-12.634419 + 2843: 42.064884,-11.231705 + 2844: 40.233883,-10.756592 + 2845: 39.555733,-10.394601 + 2846: 39.103634,-10.258854 + 2847: 41.386734,-10.23623 + 2848: 42.110092,-9.874239 + 2849: 41.296314,-10.982837 + 2850: 40.68598,-11.638945 + 2851: 40.799004,-10.620846 + 2852: 41.025055,-10.485099 + 2853: 39.691364,-12.2045555 + 2854: 41.431946,-11.299579 + 2855: 41.567574,-9.708389 + 2856: 40.663376,-9.86676 + 2857: 42.607403,-9.007031 + 2858: 42.584797,-8.531919 + 2859: 42.38135,-8.260426 + 2860: 43.918488,-7.4685698 + 2861: 43.82807,-6.744588 + 2862: 43.10471,-5.88486 + 2863: 43.127316,-4.7762623 + 2864: 42.223118,-4.5047693 + 2865: 42.74303,-4.2332764 + 2866: 43.5116,-6.744588 + 2867: 44.099327,-8.169928 + 2868: 43.895885,-9.210651 + 2869: 43.33076,-10.500244 + 2870: 42.449165,-11.201601 + 2871: 44.347984,-9.776262 + 2872: 45.003525,-9.957257 + 2873: 43.78286,-11.518343 + 2874: 42.74303,-13.07943 + 2875: 44.05412,-12.898434 + 2876: 44.302773,-11.224226 + 2877: 45.56865,-10.477619 + 2878: 44.84529,-11.405221 + 2879: 42.878662,-11.111104 + 2880: 42.630005,-9.414271 + 2881: 42.630005,-9.391646 + 2882: 40.68598,-11.970832 + 2883: 39.62355,-12.378072 + 2884: 38.15423,-12.67219 + 2885: 41.906647,-12.491194 + 2886: 41.273712,-11.925583 + 2887: 43.737648,-8.169928 + 2888: 42.946476,-5.590742 + 2889: 43.353367,-9.029655 + 2890: 45.70428,-10.477619 + 2891: 45.97554,-10.816986 + 2892: 45.862514,-11.812461 + 2893: 46.51806,-10.862235 + 2894: 47.738724,-10.251375 + 2895: 47.89696,-9.617891 + 2896: 49.096684,-8.753584 + 2897: 48.735004,-8.368969 + 2898: 49.119286,-7.6223626 + 2899: 49.842644,-7.0793757 + 2900: 49.86525,-7.1246247 + 2901: 49.774834,-7.7807336 + 2902: 48.961052,-6.921005 + 2903: 48.644585,-6.061277 + 2904: 48.328117,-5.902906 + 2905: 47.762993,-5.473041 + 2906: 47.71778,-5.292046 + 2907: 47.943832,-6.355394 + 2908: 49.367943,-7.1246247 + 2909: 49.14189,-7.9617286 + 2910: 48.80282,-8.821457 + 2911: 48.373325,-9.228697 + 2912: 47.62736,-9.794308 + 2913: 47.85341,-4.1925983 + 2914: 47.740387,-3.7627344 + 2915: 47.830807,-2.7446356 + 2916: 47.98904,-1.7039118 + 2917: 48.056854,-1.5455399 + 2918: 48.011646,-3.1066265 + 2919: 48.011646,-4.3509703 + 2920: 47.71778,-4.5093412 + 2921: 48.689796,-2.5636396 + 2922: 48.825424,-2.4505177 + 2923: 49.006264,-1.8622828 + 2924: 49.051476,-0.866807 + 2925: 48.961052,-0.12020111 + 2926: 48.961052,0.12147045 + 2927: 43.829727,0.61180866 + 2928: 43.15158,0.11407173 + 2929: 42.08915,0.18194473 + 2930: 42.36041,-0.31579316 + 2931: 43.92015,0.47606266 + 2932: 42.247383,-0.2931682 + 2933: 43.78452,-0.2479192 + 2934: 44.10099,-0.15742218 + 2935: 44.05578,-1.152897 + 2936: 44.779137,0.13669574 + 2937: 44.304436,0.9285506 + 2938: 44.37225,1.9240265 + 2939: 44.259224,2.9873743 + 2940: 43.242,3.0326233 + 2941: 43.716705,3.0778723 + 2942: 44.10099,4.299591 + 2943: 44.168804,4.9330754 + 2944: 44.191406,5.9285507 + 2945: 43.942753,6.4941616 + 2946: 48.463745,4.706831 + 2947: 48.215088,4.8878264 + 2948: 47.921227,4.774705 + 2949: 48.192486,3.5982342 + 2950: 48.84803,5.114071 + 2951: 49.051476,3.9828491 + 2952: 48.870636,2.5575104 + 2953: 48.07946,1.9918995 + 2954: 48.30551,1.3584155 + 2955: 49.435757,2.0145235 + 2956: 49.639202,2.5575104 + 2957: 49.661804,1.5846596 + 2958: 49.593994,1.1095465 + 2959: 48.825424,0.9511756 + 2960: 49.39055,1.8109035 + 2961: 49.458363,2.6253834 + 2962: 48.554165,1.0869216 + 2963: 48.554165,-0.56466115 + 2964: 48.757607,-1.288643 + 2965: 36.181355,7.499501 + 2966: 35.503204,7.929365 + 2967: 35.11892,8.132985 + 2968: 34.46338,8.132985 + 2969: 33.626995,8.336605 + 2970: 33.220104,8.630723 + 2971: 34.124306,9.920316 + 2972: 34.28254,10.75742 + 2973: 34.508587,11.866016 + 2974: 35.051105,12.250632 + 2975: 34.89287,11.639772 + 2976: 34.19212,10.847918 + 2977: 34.327747,9.671447 + 2978: 35.390182,9.264207 + 2979: 35.322365,8.630723 + 2980: 37.71849,7.657872 + 2981: 37.560257,8.178234 + 2982: 37.831516,8.585474 + 2983: 38.48706,8.698596 + 2984: 38.62269,8.15561 + 2985: 38.75832,9.671447 + 2986: 38.193195,10.35018 + 2987: 38.283615,11.707645 + 2988: 36.74648,12.295881 + 2989: 35.503204,12.182759 + 2990: 35.43539,11.142035 + 2991: 37.469837,11.142035 + 2992: 36.023117,11.1646595 + 2993: 35.29976,11.0967865 + 2994: 37.402023,10.938416 + 2995: 36.362194,11.2777815 + 2996: 36.972527,11.820768 + 2997: 38.645294,11.866016 + 2998: 39.662514,11.911266 + 2999: 39.52072,12.50046 + 3000: 40.65097,12.568333 + 3001: 41.170883,12.771953 + 3002: 40.990044,13.790052 + 3003: 40.65097,13.020822 + 3004: 38.119213,11.957473 + 3005: 36.107372,12.29684 + 3006: 35.40662,12.998198 + 3007: 34.886703,13.541183 + 3008: 36.44645,13.654305 + 3009: 36.44645,13.654305 + 3010: 40.379707,12.002722 + 3011: 40.990044,12.545709 + 3012: 41.03525,12.477835 + 3013: 41.736008,11.934849 + 3014: 41.962055,11.776478 + 3015: 41.057858,11.210867 + 3016: 39.38509,10.961998 + 3017: 38.27745,10.464261 + 3018: 37.983585,10.396387 + 3019: 40.28929,11.27874 + 3020: 38.84257,10.057021 + 3021: 38.254845,8.744804 + 3022: 37.64451,8.2018175 + 3023: 38.164425,8.156569 + 3024: 39.588535,9.08417 + 3025: 40.673573,9.649781 + 3026: 41.351723,9.129419 + 3027: 39.8824,9.08417 + 3028: 41.962055,11.007247 + 3029: 41.84903,11.708605 + 3030: 41.55517,9.921274 + 3031: 41.600376,9.28779 + 3032: 40.698574,10.757704 + 3033: 39.477905,11.006573 + 3034: 39.907402,10.101595 + 3035: 44.49621,10.848202 + 3036: 43.63722,10.802952 + 3037: 43.049488,10.508835 + 3038: 42.755623,9.626482 + 3039: 42.846046,8.744129 + 3040: 42.665207,7.7712784 + 3041: 42.574783,8.427387 + 3042: 41.60277,8.178518 + 3043: 43.0947,7.9070244 + 3044: 43.0947,6.549559 + 3045: 43.750244,7.183043 + 3046: 43.433773,7.5676594 + 3047: 43.139908,9.513359 + 3048: 44.631836,9.830101 + 3049: 44.631836,9.830101 + 3050: 43.9318,6.8567944 + 3051: 43.886658,5.927846 + 3052: 44.135315,4.0047693 + 3053: 44.180523,3.4165342 + 3054: 44.11271,2.1043165 + 3055: 44.04489,0.92784667 + 3056: 43.6154,0.29436183 + 3057: 42.507755,-0.0676291 + 3058: 42.236496,-0.0676291 + 3059: 49.495102,6.592069 + 3060: 49.67594,7.044558 + 3061: 48.929977,6.1395802 + 3062: 48.952583,6.478947 + 3063: 48.975185,7.7685394 + 3064: 48.5683,8.537769 + 3065: 48.523087,9.080757 + 3066: 49.08821,9.736864 + 3067: 49.698547,10.234602 + 3068: 49.766357,10.438223 + 3069: 49.879387,11.049082 + 3070: 49.44989,11.931435 + 3071: 48.90737,12.112431 + 3072: 48.04838,12.406548 + 3073: 46.80511,12.5875435 + 3074: 45.584442,12.270802 + 3075: 44.97411,11.795689 + 3076: 46.10436,11.999308 + 3077: 47.754517,12.270802 + 3078: 48.590904,10.868087 + 3079: 47.70931,10.981209 + 3080: 47.70931,11.411074 + 3081: 48.929977,10.822838 + 3082: 49.336864,9.533245 + 3083: 48.65872,8.515146 + 3084: 47.822334,8.831888 + 3085: 44.748062,9.646368 + 3086: 44.34117,9.782114 + 3087: 45.222763,11.094331 + 3088: 42.397144,10.392973 + 3089: 41.53816,10.347725 + 3090: 41.651184,10.913336 + 3091: 42.758823,8.424648 + 3092: 42.984875,7.8816624 + 3093: 44.79327,6.365824 + 3094: 43.617813,7.044558 + 3095: 44.386383,7.5875435 + 3096: 44.79327,6.637318 + 3097: 43.866467,9.329626 + 3098: 45.358395,11.184829 + 3099: 48.613506,9.261751 + 3100: 48.31964,10.438223 + 3101: 47.460655,11.049082 + 3102: 47.234604,12.112431 + 3103: 49.653336,11.886187 + 3104: 49.947197,11.750439 + 3105: 48.99779,12.3839245 + 3106: 48.22922,13.017408 + 3107: 47.573677,13.718765 + 3108: 47.79973,13.650892 + 3109: 50.03762,12.745914 + 3110: 49.743755,13.062656 + 3111: 49.020397,13.266277 + 3112: 47.935356,13.356774 + 3113: 49.932404,6.507735 + 3114: 49.706352,6.0776634 + 3115: 49.0056,5.648007 + 3116: 48.666527,7.638956 + 3117: 48.869972,6.6434817 + 3118: 48.64392,5.30864 + 3119: 48.259636,4.810902 + 3120: 47.98838,4.1321692 + 3121: 49.028206,3.6796813 + 3122: 48.982994,2.7068305 + 3123: 49.81938,1.5077357 + 3124: 48.915184,1.0778708 + 3125: 43.788704,-7.0540915 + 3126: 43.472233,-6.1943636 + 3127: 43.200974,-4.407033 + 3128: 42.59064,-3.9092956 + 3129: 41.437786,-3.6378021 + 3130: 40.48838,-3.6378021 + 3131: 39.53897,-3.660427 + 3132: 38.793007,-3.705676 + 3133: 38.340908,-4.045042 + 3134: 39.516365,-3.864047 + 3135: 40.872665,-3.93192 + 3136: 38.793007,-4.248662 + 3137: 37.301083,-4.54278 + 3138: 37.79839,-4.090291 + 3139: 38.273094,-3.5699291 + 3140: 38.973846,-2.8006983 + 3141: 38.25049,-2.8911963 + 3142: 44.046352,-9.770099 + 3143: 43.662067,-8.073266 + 3144: 43.345596,-6.8062983 + 3145: 47.979614,-2.8917549 + 3146: 48.00222,-2.1677728 + 3147: 49.01944,-2.7107594 + 3148: 48.574722,2.4300854 + 3149: 42.991302,2.8825743 + 3150: 44.415413,4.104294 + 3151: 44.392807,5.7810845 + 3152: 43.285164,6.77656 + 3153: 42.900883,8.292397 + 3154: 41.70282,8.6770115 + 3155: 40.80795,9.127491 + 3156: 40.784077,9.263553 + 3157: 40.01551,10.688892 + 3158: 38.636604,11.412874 + 3159: 37.551567,10.688892 + 3160: 38.02627,9.421924 + 3161: 36.151005,11.75224 + 3162: 34.573357,11.231878 + 3163: 33.169518,10.326901 + 3164: 32.988678,9.942286 + 3165: 31.07586,9.289536 + 3166: 29.920881,9.300173 + 3167: 29.129707,8.77981 + 3168: 29.265339,10.318272 + - node: + color: '#54323EB4' + id: grasssnow03 + decals: + 535: 47.958767,18.927586 + 536: 48.615017,18.903273 + 537: 48.93099,18.052382 + 538: 49.46571,18.173939 + 539: 50.12196,17.857891 + 540: 49.757378,18.83034 + 541: 50.049732,16.820278 + 542: 54.186768,15.191428 + 543: 57.808296,15.191428 + 544: 58.027046,15.872141 + 545: 58.075657,16.577166 + 546: 58.075657,16.966145 + 547: 57.054825,16.26112 + 548: 57.00621,16.966145 + 549: 56.86038,17.792725 + 550: 56.03399,17.987463 + 551: 56.009686,18.9356 + 552: 56.058296,19.883736 + 553: 56.811768,18.838354 + 554: 57.07913,19.883736 + 555: 57.12774,20.977737 + 556: 57.273575,22.21761 + 557: 55.061768,22.023119 + 558: 54.94024,20.904804 + 559: 55.183296,21.536896 + 560: 55.961075,20.783249 + 561: 56.325657,21.342407 + 562: 56.981907,21.877253 + 563: 55.523575,21.925875 + 564: 45.978226,23.093224 + 565: 46.756004,22.898733 + 566: 46.075447,22.509754 + 567: 46.026836,21.731796 + 568: 46.853226,22.023531 + 569: 47.02336,21.512997 + 570: 46.099754,21.075394 + 571: 46.87753,20.58917 + 572: 46.92614,21.051083 + 573: 47.09628,20.15157 + 574: 43.1901,25.996552 + 575: 43.044266,25.048416 + 576: 43.797737,25.583261 + 577: 44.186626,26.652954 + 578: 45.693573,26.750198 + 579: 44.9401,25.94793 + 580: 46.51996,25.777752 + 581: 46.203987,24.683746 + 582: 46.058155,26.118107 + 583: 47.34635,25.53464 + 584: 47.249126,24.221836 + 585: 48.075516,23.832855 + 586: 49.388016,23.857166 + 587: 47.905376,25.048416 + 588: 50.352417,23.832855 + 589: 50.303806,24.829615 + 590: 51.300335,24.853926 + 591: 51.203114,25.899307 + 592: 51.032974,26.968998 + 593: 50.96006,27.8442 + 594: 50.01214,27.21211 + 595: 50.036446,28.403358 + 596: 49.696167,29.059761 + 597: 51.47266,23.898703 + 598: 53.49002,23.801458 + 599: 52.44488,25.746353 + 600: 52.687935,26.062397 + 601: 53.028214,24.822529 + 602: 52.39627,24.48217 + 603: 53.17405,23.461102 + 604: 53.22266,22.731766 + 605: 54.292107,22.196918 + 606: 54.41363,22.658833 + 607: 54.48655,23.120745 + 608: 55.045578,23.19368 + 609: 55.06988,24.26337 + 610: 54.389328,25.114262 + 611: 55.84766,25.91653 + 612: 56.99002,26.816044 + 613: 56.844185,25.819286 + 614: 57.932636,23.041628 + - node: + color: '#54323EB4' + id: grasssnow05 + decals: + 384: 54.15877,-7.4290714 + - node: + color: '#54323EB4' + id: grasssnow07 + decals: + 276: 50.031944,-9.1669445 + 277: 49.66736,-10.017836 + 278: 50.177776,-9.726102 + 279: 50.15347,-10.649926 + 280: 48.865276,-10.163703 + 281: 48.938194,-11.1847725 + 282: 49.302776,-10.576993 + 283: 50.10486,-11.54944 + 284: 49.54583,-11.403573 + 285: 48.281944,-11.087527 + 286: 47.844444,-11.5980625 + 287: 47.35833,-12.667755 + 288: 46.896526,-12.059976 + 289: 46.09444,-13.056734 + 290: 46.896526,-13.470024 + 291: 47.09097,-14.539716 + 292: 47.26111,-15.341985 + 293: 48.038887,-14.83145 + 294: 47.74722,-13.980558 + 295: 48.01458,-13.081045 + 296: 48.938194,-11.768241 + 297: 48.23333,-12.448955 + 298: 49.181248,-13.2026005 + 299: 49.788887,-12.594821 + 300: 49.27847,-12.254465 + 301: 50.2993,-11.670996 + 302: 50.566666,-10.649926 + 303: 49.96338,-12.755999 + 304: 50.27935,-13.339467 + 305: 48.40782,-14.068803 + 306: 48.675186,-15.551785 + 307: 48.26199,-16.03801 + 308: 48.140465,-17.010456 + 309: 48.21338,-15.430229 + 310: 49.03977,-16.013699 + 311: 49.06407,-16.767345 + 312: 48.942547,-17.47237 + 313: 49.25852,-18.566372 + 314: 49.06407,-19.149841 + 315: 48.942547,-17.93428 + 316: 49.74463,-19.028284 + 317: 50.27935,-18.055838 + 318: 50.37657,-19.222775 + 319: 50.959908,-19.9278 + 320: 51.00852,-20.000732 + 321: 50.66824,-18.226015 + 322: 51.202965,-17.08339 + 323: 51.98074,-16.913212 + 324: 52.15088,-17.399435 + 325: 51.956436,-18.785172 + 326: 51.68907,-19.465885 + 327: 51.27588,-17.496681 + 328: 51.54324,-18.055838 + 329: 52.005043,-19.538818 + 330: 51.346462,-18.97555 + 331: 52.221462,-17.687057 + 332: 52.270073,-19.947998 + 333: 52.148544,-20.555777 + 334: 52.3916,-21.236488 + 335: 52.8291,-20.43422 + 336: 52.3916,-19.753508 + 337: 53.363823,-20.847511 + 338: 53.363823,-20.142487 + 339: 54.117294,-19.680573 + 340: 54.408962,-19.60764 + 341: 54.79785,-18.513638 + 342: 55.04091,-19.656261 + 343: 55.211044,-19.99662 + 344: 55.18674,-18.708126 + 345: 55.40549,-18.076035 + 346: 56.13466,-18.027412 + 347: 55.940212,-17.419634 + 348: 55.13813,-16.763231 + 349: 55.211044,-16.228386 + 350: 56.01313,-15.936651 + 351: 55.0166,-17.3467 + 352: 56.059574,-16.323118 + 353: 56.691517,-14.937381 + 354: 57.080406,-14.378223 + 355: 57.080406,-13.624577 + 356: 57.177628,-12.7979965 + 357: 56.448463,-13.016797 + 358: 56.132492,-14.329601 + 359: 56.132492,-15.107559 + 360: 56.059574,-14.159423 + 361: 55.96235,-13.1869755 + 362: 55.573463,-13.041108 + 363: 55.379017,-12.992486 + 364: 56.521378,-12.190217 + 365: 55.549156,-11.874171 + 366: 55.08735,-10.926035 + 367: 55.135963,-10.269633 + 368: 54.4311,-9.9779 + 369: 53.799156,-10.755857 + 370: 53.799156,-11.485192 + 371: 53.045685,-11.120524 + 372: 53.264435,-12.04435 + 373: 55.330406,-12.04435 + 374: 54.333878,-11.655371 + 375: 54.358185,-11.801238 + 376: 54.795685,-12.968175 + 377: 54.819992,-12.287461 + 378: 55.257492,-11.266392 + 379: 54.139435,-10.682923 + 380: 54.23169,-9.082232 + 381: 53.23516,-8.328586 + 382: 53.648354,-9.349655 + 383: 54.134468,-8.328586 + - node: + color: '#54323EB4' + id: grasssnow10 + decals: + 385: 52.894882,-7.4290714 + 386: 54.11016,-6.35938 + 387: 55.082382,-6.6268024 + 388: 53.210854,-5.7029777 + 389: 53.08933,-6.505247 + 390: 54.98516,-5.4544973 + 391: 55.349747,-4.846717 + 392: 56.394882,-3.9228926 + 393: 56.176132,-4.943962 + - node: + color: '#0E1A1987' + id: grasssnow11 + decals: + 135: 6.923379,-13.866778 + 136: 7.1664343,-14.353003 + 137: 6.8747683,-14.936471 + 138: 7.3851843,-15.058026 + 139: 7.6039343,-15.471316 + 140: 8.065741,-14.839226 + 141: 8.308796,-15.617184 + 142: 9.110879,-15.908918 + 143: 6.7532406,-15.471316 + 144: 6.5101843,-15.933229 + 145: 7.2636566,-15.981852 + 146: 7.9685183,-16.054785 + 147: 8.454629,-16.17634 + 148: 5.8053236,-15.933229 + 149: 5.9268513,-16.419453 + 150: 6.5831013,-16.443764 + 151: 7.2393513,-16.541008 + 152: 7.798379,-16.516697 + 153: 8.454629,-16.711187 + 154: 5.392129,-16.735498 + 155: 6.0726843,-17.002922 + 156: 4.9303236,-17.027233 + 157: 5.6594906,-17.440521 + 158: 6.194213,-17.683636 + 159: 6.121296,-18.048302 + 160: 5.465046,-17.951057 + 161: 4.9789343,-17.440521 + 162: 5.100463,-18.02399 + 163: 4.6143513,-17.878124 + 164: 4.662963,-18.21848 + 165: 6.1456013,-18.267103 + 166: 6.631713,-17.148788 + 167: 7.287963,-16.881365 + 168: 7.5310183,-17.1731 + 169: 8.065741,-16.808432 + 170: 8.090046,-17.075855 + 171: 8.551851,-17.464832 + 172: 8.819213,-18.291414 + 173: 8.770601,-18.947815 + 174: 9.451157,-19.312485 + 175: 9.159491,-18.388659 + 176: 9.183796,-16.50241 + 177: 9.086574,-17.815216 + 178: 8.673379,-17.012945 + 179: 9.912963,-20.009735 + 180: 10.593518,-20.10698 + 181: 9.864351,-18.745554 + 182: 10.083101,-17.821728 + 183: 10.058796,-18.283642 + 184: 10.180324,-19.231777 + 185: 10.642129,-18.769865 + 186: 11.225463,-20.058357 + 187: 12.22199,-20.155602 + 188: 12.149074,-19.353333 + 189: 11.517129,-19.401955 + 190: 10.690741,-19.012978 + 191: 11.395602,-18.915731 + 192: 11.978934,-18.162085 + 193: 12.465045,-17.821728 + 194: 11.78449,-17.724483 + 195: 12.22199,-18.332264 + 196: 12.610879,-18.964355 + 197: 13.218518,-19.183155 + 198: 13.072684,-18.307953 + 199: 13.09699,-17.773106 + 200: 13.996297,-18.599686 + 201: 14.19074,-18.988667 + 202: 14.020602,-19.620756 + 203: 13.97199,-20.10698 + 204: 13.072684,-18.721241 + 205: 14.506713,-19.69369 + 206: 14.652547,-20.423025 + 207: 15.114352,-21.030804 + 208: 15.041434,-19.961113 + 209: 4.104001,-18.161802 + 210: 3.6421957,-17.626957 + 211: 10.664663,-19.48571 + 212: 9.168742,-17.081642 + 213: 16.096256,-21.360409 + 214: 15.755978,-20.071918 + 215: 15.245561,-19.196714 + 216: 16.99556,-19.026535 + 217: 16.193478,-18.345823 + 218: 15.877506,-17.835289 + 219: 17.165699,-18.27289 + 220: 16.460838,-18.637558 + 221: 17.992088,-18.10271 + 222: 17.068478,-17.567865 + 223: 16.825422,-16.83853 + 224: 17.943478,-15.81746 + 225: 17.967783,-16.327995 + 226: 18.478199,-16.692661 + 227: 17.773338,-17.057331 + 228: 17.967783,-17.300442 + 229: 18.96431,-16.765596 + 230: 19.158756,-17.203197 + 231: 18.356672,-17.446308 + - node: + color: '#54323EB4' + id: grasssnow11 + decals: + 531: 49.90321,17.28965 + 532: 49.927517,16.390137 + 533: 49.927517,15.782356 + 534: 49.8546,14.980088 + - node: + color: '#54323EB4' + id: grasssnow12 + decals: + 394: 52.79766,-4.919651 + 395: 51.898354,-4.992584 + - node: + color: '#54323EB4' + id: grasssnow13 + decals: + 396: 51.60669,-4.822406 + 397: 51.898354,-3.8499584 + 398: 52.603218,-4.968273 + 399: 50.853218,-4.6036053 + 400: 51.2178,-3.7770252 + 401: 50.00252,-3.5582247 + 402: 49.054604,-3.8985815 + 403: 48.568497,-3.6554694 + 404: 49.273354,-4.6279163 + 405: 49.710854,-5.5274305 + 406: 49.95391,-5.8434763 + 407: 50.099747,-4.7980947 + 408: 50.44002,-4.457738 + 409: 50.7803,-3.9228926 + 410: 48.835854,-4.943962 + 411: 50.07544,-4.2875605 + 412: 51.31502,-4.7008505 + 413: 49.832382,-2.762227 + 414: 49.68655,-2.0815144 + 415: 49.9053,-2.8837833 + 416: 50.02683,-1.8627131 + 417: 49.832382,-1.3278675 + 418: 49.68655,0.05786991 + 419: 49.832382,0.3496046 + 420: 49.978218,-0.28248596 + 421: 49.880997,-0.76871014 + 422: 54.02941,-19.8765 + 423: 55.94841,-16.389706 + 424: 55.53584,-11.949675 + 425: 53.78584,-11.949675 + 426: 54.077507,-10.807049 + 427: 56.969868,-3.8791976 + 428: 55.997646,-3.3686633 + 429: 55.68167,-2.858128 + 430: 55.70598,-2.469149 + 431: 55.8032,-1.7398143 + 432: 55.997646,-1.1320348 + 433: 56.483757,-1.0104785 + 434: 56.945564,-0.8889222 + 435: 56.751118,-0.30545378 + 436: 56.653896,-0.13527584 + 437: 56.14348,0.3266368 + 438: 55.390007,0.54543734 + 439: 55.876118,-0.20820951 + 440: 56.046257,-0.8889222 + 441: 56.87458,0.3728435 + 442: 56.582912,0.9076898 + 443: 56.43708,1.5397801 + 444: 56.558605,2.3906715 + 445: 56.704437,2.998451 + 446: 55.732216,3.217252 + 447: 55.950966,2.4149826 + 448: 55.902355,1.5640917 + 449: 55.78083,1.3696022 + 450: 55.707912,3.0956962 + 451: 55.634995,4.2383213 + 452: 49.63499,5.473506 + 453: 49.90235,5.0115933 + 454: 49.878044,4.306569 + 455: 50.315544,4.0877686 + 456: 50.704437,3.893279 + 457: 50.874573,3.3827448 + 458: 51.02041,3.1153212 + 459: 51.65235,5.133149 + 460: 51.67666,4.4767475 + 461: 51.968323,4.209325 + 462: 52.624573,4.1363907 + 463: 52.52735,4.962971 + 464: 52.98916,4.598304 + 465: 53.110687,4.185014 + 466: 53.91277,4.0877686 + 467: 54.71485,4.0634575 + 468: 55.54124,4.209325 + 469: 54.860687,4.646926 + 470: 54.00999,5.2790165 + 471: 53.42666,5.424884 + 472: 54.18013,4.817104 + 473: 54.909294,5.2790165 + 474: 54.52041,5.6679955 + 475: 54.034294,6.300086 + 476: 53.450962,7.053733 + 477: 52.52735,7.1266665 + 478: 54.39888,7.2300053 + 479: 54.88499,6.549292 + 480: 53.815544,6.524981 + 481: 55.05513,7.8377857 + 482: 49.58638,9.385052 + 483: 50.1211,8.923138 + 484: 49.80513,8.218115 + 485: 53.79124,10.02375 + 486: 54.44749,9.902194 + 487: 54.909294,9.148548 + 488: 54.9336,8.200412 + 489: 55.687073,9.172859 + 490: 55.954437,8.735258 + 491: 54.860687,9.950817 + 492: 54.88499,11.166376 + 493: 54.155823,10.826019 + 494: 53.329437,11.287932 + 495: 54.204437,11.287932 + 496: 53.815544,12.163135 + 497: 49.781685,14.080575 + 498: 49.757378,14.591109 + 499: 50.437935,14.007641 + 500: 50.92404,13.181061 + 501: 51.21571,13.959019 + 502: 51.58029,13.934708 + 503: 51.82335,13.083817 + 504: 52.52821,13.278306 + 505: 53.08724,12.792082 + 506: 53.11154,11.722389 + 507: 52.9171,12.281547 + 508: 53.54904,12.865015 + 509: 54.083763,13.059505 + 510: 55.1046,13.010882 + 511: 55.9796,13.059505 + 512: 55.687935,13.57004 + 513: 55.05599,13.959019 + 514: 52.74696,16.317204 + 515: 52.79557,17.28965 + 516: 53.84071,16.973606 + 517: 53.76779,16.049782 + 518: 53.378906,16.171337 + 519: 54.49696,16.049782 + 520: 54.86154,15.782356 + 521: 53.816406,15.150267 + 522: 54.6671,15.053022 + 523: 55.031685,14.493865 + 524: 55.9796,13.934708 + 525: 55.95529,14.712666 + 526: 55.80946,15.198889 + 527: 56.63585,15.2232 + 528: 57.68099,15.150267 + 529: 57.48654,16.317204 + 530: 54.44835,13.035193 + - node: + color: '#6D323EE2' + id: grasssnowa1 + decals: + 1009: 54.34797,14.466888 + 1010: 54.39658,14.053598 + 1011: 54.39658,13.761864 + 1012: 54.153526,13.640308 + 1013: 53.74033,13.591686 + 1014: 53.375748,13.567374 + 1015: 52.938248,13.591686 + 1016: 52.719498,13.615997 + 1017: 52.622276,13.834798 + 1018: 52.64658,14.126532 + 1019: 52.54936,14.539822 + 1020: 52.13616,14.734311 + 1021: 51.77158,14.661378 + 1022: 51.406998,14.661378 + 1023: 50.969498,14.637067 + 1024: 50.72644,14.685689 + 1025: 50.60491,14.782934 + 1026: 50.60491,14.953112 + 1027: 50.60491,15.244846 + 1028: 50.60491,15.536579 + 1029: 50.69181,15.7947445 + 1030: 50.643196,16.208035 + 1031: 50.545975,16.548391 + 1032: 50.5178,17.007664 + 1033: 50.56641,17.250776 + 1034: 50.639328,17.542511 + 1035: 50.66363,17.882866 + 1036: 50.66363,18.466335 + 1037: 50.61502,19.001183 + 1038: 50.371964,19.681894 + 1039: 49.837242,19.681894 + 1040: 49.35113,19.681894 + 1041: 48.962242,19.681894 + 1042: 48.54905,19.657583 + 1043: 48.184464,19.633272 + 1044: 47.67405,19.633272 + 1045: 47.578186,20.095541 + 1046: 47.651104,20.679008 + 1047: 47.6268,21.06799 + 1048: 47.6268,21.408344 + 1049: 47.529575,21.91888 + 1050: 47.529575,22.356482 + 1051: 47.456657,22.769772 + 1052: 47.578186,23.110126 + 1053: 47.699715,23.35324 + 1054: 48.039993,23.401863 + 1055: 45.444916,21.821636 + 1056: 45.444916,22.210613 + 1057: 45.347694,22.623905 + 1058: 45.372,22.939949 + 1059: 45.444916,23.474796 + 1060: 45.858112,23.620663 + 1061: 46.222694,23.669285 + 1062: 46.36853,23.863773 + 1063: 46.36853,24.228443 + 1064: 46.392834,24.422932 + 1065: 45.858112,24.422932 + 1066: 45.32339,24.61742 + 1067: 45.32339,25.006401 + 1068: 45.299084,25.371067 + 1069: 44.833103,25.38304 + 1070: 45.197685,25.553217 + 1071: 44.662964,25.042683 + 1072: 44.565742,24.653704 + 1073: 44.225464,24.507835 + 1074: 43.71505,24.507835 + 1075: 43.301853,24.507835 + 1076: 42.864353,24.483524 + 1077: 42.71852,26.563105 + 1078: 43.18033,26.514482 + 1079: 43.350464,26.538794 + 1080: 43.42338,26.830528 + 1081: 43.4963,27.195194 + 1082: 43.71505,27.657108 + 1083: 44.128242,27.584173 + 1084: 44.49283,27.584173 + 1085: 44.90602,27.51124 + 1086: 45.29491,27.486929 + 1087: 45.6838,27.535551 + 1088: 45.99977,27.535551 + 1089: 46.583103,26.903461 + 1090: 46.631714,26.514482 + 1091: 46.92338,26.514482 + 1092: 47.21505,26.538794 + 1093: 47.48241,26.465858 + 1094: 47.65255,25.809458 + 1095: 47.55533,25.566345 + 1096: 47.822685,25.566345 + 1097: 48.138657,25.566345 + 1098: 48.600464,24.982876 + 1099: 48.52755,24.666832 + 1100: 48.819214,24.666832 + 1101: 49.232407,24.64252 + 1102: 49.475464,24.812698 + 1103: 49.475464,25.22599 + 1104: 49.84005,25.542034 + 1105: 50.350464,25.614967 + 1106: 50.37477,26.05257 + 1107: 50.350464,26.465858 + 1108: 49.84005,26.465858 + 1109: 49.353935,26.85484 + 1110: 49.353935,27.243816 + 1111: 49.353935,27.632797 + 1112: 49.426853,28.119019 + 1113: 49.426853,28.459377 + 1114: 49.037964,28.556622 + 1115: 48.576157,28.75111 + 1116: 48.551853,29.188711 + 1117: 45.435486,23.275791 + 1118: 53.715256,14.69326 + 1119: 55.520226,16.213995 + 1120: 55.520226,15.849327 + 1121: 55.66606,15.606216 + 1122: 55.982033,15.6305275 + 1123: 56.249393,15.606216 + 1124: 56.419533,15.800705 + 1125: 56.443836,16.019505 + 1126: 56.443836,16.335552 + 1127: 56.443836,16.72453 + 1128: 56.443836,17.040575 + 1129: 56.32231,17.33231 + 1130: 56.10356,17.55111 + 1131: 55.787586,17.55111 + 1132: 57.537586,20.355259 + 1133: 57.537586,19.941967 + 1134: 57.561893,19.528679 + 1135: 57.488976,19.066765 + 1136: 57.537586,18.55623 + 1137: 57.537586,18.070007 + 1138: 57.537586,17.72965 + 1139: 57.804947,17.583782 + 1140: 58.412586,17.53516 + 1141: 58.169533,17.632404 + 1142: 53.153008,22.49356 + 1143: 53.055786,22.49356 + 1144: 52.569675,22.542185 + 1145: 52.47245,23.004097 + 1146: 52.37523,23.320143 + 1147: 52.205093,23.490322 + 1148: 51.45162,23.441698 + 1149: 51.646065,23.538944 + 1150: 50.989815,23.417387 + 1151: 50.819675,23.393076 + 1152: 50.600925,23.271519 + 1153: 50.479397,22.760986 + 1154: 50.114815,22.542185 + 1155: 49.823147,22.542185 + 1156: 49.118286,22.542185 + 1157: 48.680786,22.590807 + 1158: 48.486343,23.05272 + 1159: 53.46373,22.201828 + 1160: 53.658173,21.715603 + 1161: 54.144283,21.521114 + 1162: 54.43595,21.132135 + 1163: 54.314423,20.791779 + 1164: 54.55748,20.427113 + 1165: 55.21373,20.37849 + 1166: 55.383865,20.038132 + 1167: 55.408173,19.649155 + 1168: 55.408173,19.065685 + 1169: 55.408173,18.725328 + 1170: 55.408173,18.433594 + 1171: 55.456783,18.044617 + 1172: 53.54064,26.157341 + 1173: 53.589256,25.792673 + 1174: 53.73509,25.54956 + 1175: 54.123978,25.54956 + 1176: 54.43995,25.598183 + 1177: 54.43995,25.91423 + 1178: 54.53717,26.327518 + 1179: 56.57884,25.379383 + 1180: 56.50592,25.039026 + 1181: 56.50592,24.625736 + 1182: 56.18995,24.50418 + 1183: 55.776756,24.309692 + 1184: 55.58231,23.920712 + 1185: 55.58231,23.65329 + 1186: 55.606613,23.312933 + 1187: 55.558006,22.972576 + 1188: 55.606613,22.65653 + 1189: 55.92259,22.559286 + 1190: 56.262867,22.559286 + 1191: 56.554535,22.510662 + 1192: 56.870506,22.510662 + 1193: 57.137863,22.510662 + 1194: 56.82189,25.43312 + 1195: 57.16217,25.530365 + 1196: 57.47814,25.797787 + 1197: 57.59967,26.016588 + 1198: 57.526756,26.332634 + - node: + color: '#6D323EE2' + id: grasssnowa2 + decals: + 621: 45.823654,-13.447482 + 622: 46.309765,-13.447482 + 623: 46.625736,-13.81215 + 624: 46.55282,-14.152507 + 625: 46.431293,-14.711664 + 626: 46.431293,-14.954776 + 627: 46.72296,-15.392377 + 628: 47.20907,-15.513933 + 629: 47.476433,-15.927223 + 630: 47.549347,-16.389135 + 631: 47.573654,-16.851048 + 632: 47.64657,-17.361584 + 633: 48.011154,-17.458828 + 634: 48.351433,-17.75056 + 635: 48.545876,-18.212475 + 636: 48.497265,-18.650076 + 637: 48.52157,-19.1363 + 638: 48.813236,-19.40372 + 639: 49.323654,-19.54959 + 640: 49.906986,-19.525278 + 641: 50.174347,-19.54959 + 642: 50.393097,-19.817013 + 643: 50.66046,-20.254614 + 644: 51.122265,-20.40048 + 645: 51.58407,-20.667904 + 646: 51.608376,-21.081194 + 647: 51.608376,-21.348618 + 648: 48.667404,-13.544726 + 649: 48.497265,-13.787839 + 650: 48.52157,-14.103884 + 651: 48.570183,-14.468552 + 652: 48.594486,-15.003398 + 653: 48.594486,-15.24651 + 654: 48.643097,-15.489622 + 655: 49.007683,-15.489622 + 656: 49.39657,-15.805667 + 657: 49.663933,-16.291891 + 658: 49.591015,-16.68087 + 659: 49.61532,-17.045536 + 660: 49.639626,-17.337273 + 661: 49.858376,-17.531761 + 662: 50.125736,-17.483139 + 663: 50.320183,-17.337273 + 664: 50.393097,-17.167093 + 665: 50.393097,-16.729492 + 666: 50.587543,-16.462069 + 667: 50.927822,-16.364824 + 668: 51.195183,-16.291891 + 669: 52.78592,-16.895027 + 670: 52.640087,-17.065205 + 671: 52.640087,-17.429874 + 672: 52.640087,-17.648674 + 673: 52.640087,-17.989029 + 674: 52.640087,-18.280766 + 675: 52.640087,-18.450943 + 676: 52.640087,-18.7913 + 677: 52.615784,-19.058723 + 678: 52.542866,-19.301834 + 679: 52.834534,-19.472012 + 680: 53.272034,-19.496323 + 681: 53.32064,-19.180279 + 682: 53.39356,-18.912855 + 683: 53.417866,-18.548187 + 684: 53.685226,-18.329388 + 685: 54.122726,-18.37801 + 686: 54.341476,-18.353699 + 687: 54.390087,-18.110586 + 688: 54.438698,-17.843163 + 689: 54.438698,-17.672985 + 690: 54.438698,-17.454185 + 691: 54.438698,-17.065205 + 692: 54.41439,-16.700539 + 693: 54.438698,-16.14138 + 694: 54.463005,-15.849647 + 695: 54.608837,-15.436356 + 696: 54.876198,-15.436356 + 697: 55.216476,-15.436356 + 698: 53.636616,-21.274149 + 699: 53.733837,-20.982414 + 700: 53.806755,-20.66637 + 701: 54.09842,-20.544813 + 702: 54.463005,-20.496191 + 703: 55.046337,-20.47188 + 704: 55.459534,-20.423256 + 705: 55.58106,-20.204456 + 706: 55.62967,-19.985657 + 707: 55.605362,-19.620987 + 708: 55.605362,-19.329254 + 709: 55.605362,-18.86734 + 710: 55.84842,-18.551296 + 711: 56.16439,-18.526985 + 712: 56.528976,-18.502674 + 713: 56.540512,-18.193562 + 714: 56.686348,-17.877516 + 715: 56.66204,-17.634403 + 716: 56.66204,-17.269737 + 717: 56.66204,-16.880756 + 718: 56.589123,-16.540401 + 719: 56.589123,-16.029865 + 720: 56.66204,-15.7381315 + 721: 56.78357,-15.543642 + 722: 57.026623,-15.495019 + 723: 57.3669,-15.446397 + 724: 57.561348,-15.397775 + 725: 57.58565,-15.178974 + 726: 57.58565,-14.887239 + 727: 57.609955,-14.741373 + 728: 57.61526,-13.369155 + 729: 57.61526,-12.980176 + 730: 57.323593,-12.664131 + 731: 57.00762,-12.615509 + 732: 56.667343,-12.493953 + 733: 56.35137,-12.22653 + 734: 56.37568,-11.959106 + 735: 56.399982,-11.643062 + 736: 55.93818,-11.448572 + 737: 55.69512,-11.399949 + 738: 55.622208,-11.059593 + 739: 55.54929,-11.351327 + 740: 55.50068,-10.573369 + 741: 55.5979,-10.257324 + 742: 55.5979,-9.892656 + 743: 55.37915,-9.673856 + 744: 55.014565,-9.44944 + 745: 54.747208,-9.44944 + 746: 54.50415,-9.400817 + 747: 54.60137,-9.011838 + 748: 54.577065,-8.720104 + 749: 54.577065,-8.42837 + 750: 54.649982,-8.063703 + 751: 54.795815,-7.626101 + 752: 54.965958,-7.4559226 + 753: 55.33054,-7.4559226 + 754: 55.5979,-7.4073 + 755: 55.25074,-13.64589 + 756: 54.91046,-13.451401 + 757: 54.643105,-13.451401 + 758: 54.49727,-13.062422 + 759: 54.205605,-12.576199 + 760: 53.84102,-12.527576 + 761: 53.354908,-12.454642 + 762: 52.96602,-12.454642 + 763: 52.52852,-12.430331 + 764: 52.35838,-12.089974 + 765: 52.40699,-11.652373 + 766: 52.382687,-11.141839 + 767: 52.40699,-10.728548 + 768: 52.868797,-10.388192 + 769: 53.06324,-10.388192 + 770: 53.354908,-10.315258 + 771: 53.433594,-10.04597 + 772: 53.336372,-9.608368 + 773: 53.117622,-9.365256 + 774: 52.87457,-9.316634 + 775: 52.53429,-9.268012 + 776: 52.48568,-8.854721 + 777: 52.48568,-8.490054 + 778: 52.48568,-8.174008 + 779: 52.461372,-7.9065857 + 780: 52.461372,-7.663473 + 781: 52.461372,-7.201561 + 782: 52.461372,-6.909827 + 783: 52.48568,-6.399292 + 784: 52.48568,-5.961691 + 785: 52.43707,-5.645645 + 786: 52.36415,-5.4511557 + 787: 52.072487,-5.4511557 + 788: 51.73221,-5.4511557 + 789: 51.148872,-5.4754667 + 790: 50.66276,-5.52409 + 791: 50.51693,-5.8401346 + 792: 50.56554,-6.2291136 + 793: 50.589844,-6.447914 + 794: 49.175316,-13.466613 + 795: 49.46698,-13.442302 + 796: 49.953094,-13.417991 + 797: 50.414898,-13.417991 + 798: 50.46351,-12.956079 + 799: 50.56073,-12.518477 + 800: 50.512123,-12.080875 + 801: 50.657955,-11.74052 + 802: 50.487816,-11.13274 + 803: 50.536427,-10.743761 + 804: 50.536427,-10.427715 + 805: 50.512123,-9.844247 + 806: 50.56073,-9.358024 + 807: 50.56073,-8.847488 + 808: 53.691414,-20.718594 + 809: 53.569885,-21.423618 + 810: 50.497803,-12.962751 + 811: 50.42489,-12.671018 + 812: 50.546417,-12.30635 + 813: 50.546417,-11.89306 + 814: 50.546417,-11.504081 + 815: 50.4735,-11.090791 + 816: 50.546417,-10.361455 + 817: 50.497803,-10.094032 + 818: 50.497803,-9.632119 + 819: 50.497803,-9.267451 + 820: 50.64364,-8.878472 + 821: 50.624954,0.27960873 + 822: 50.527733,0.012185574 + 823: 50.60065,-0.27954817 + 824: 50.576347,-0.6685271 + 825: 50.576347,-0.9116397 + 826: 50.60065,-1.2519956 + 827: 50.576347,-1.5680411 + 828: 50.576347,-1.8597753 + 829: 50.576347,-2.273066 + 830: 50.55204,-2.5161777 + 831: 50.55204,-2.9051566 + 832: 50.55204,-3.2941356 + 833: 50.624954,-3.5615582 + 834: 50.916622,-3.440002 + 835: 51.08676,-3.5615582 + 836: 51.572872,-3.6101804 + 837: 51.86454,-3.6344914 + 838: 52.61801,-4.266583 + 839: 52.374954,-3.6344914 + 840: 52.42357,-3.9262261 + 841: 52.666622,-4.5583167 + 842: 53.0069,-4.5583167 + 843: 53.39579,-4.60694 + 844: 53.760372,-5.3119636 + 845: 53.73607,-5.530764 + 846: 53.979122,-5.579386 + 847: 54.295097,-5.506453 + 848: 54.416622,-5.093163 + 849: 54.465233,-4.752806 + 850: 54.732597,-4.631251 + 851: 54.951347,-4.582628 + 852: 55.26732,-4.5340056 + 853: 53.590233,-5.141785 + 854: 53.56593,-5.43352 + 855: 55.662933,-6.632875 + 856: 55.662933,-6.3411403 + 857: 55.662933,-5.9521613 + 858: 55.833073,-5.6118045 + 859: 56.17335,-5.6118045 + 860: 56.46502,-5.5631824 + 861: 56.659462,-5.344382 + 862: 56.659462,-4.9067807 + 863: 56.878212,-4.639357 + 864: 57.291405,-4.590735 + 865: 57.631683,-4.517802 + 866: 57.58412,-1.5247014 + 867: 57.170925,-1.5976355 + 868: 56.733425,-1.6462576 + 869: 56.660507,-1.8407471 + 870: 56.636204,-2.181104 + 871: 56.660507,-2.4485266 + 872: 56.952175,-2.4971488 + 873: 57.292454,-2.570083 + 874: 55.2994,-0.6981213 + 875: 55.08065,-0.60087705 + 876: 54.764675,-0.47932076 + 877: 54.545925,-0.2848313 + 878: 54.497314,0.10414767 + 879: 54.448704,0.42019343 + 880: 54.448704,0.7848604 + 881: 54.473007,1.1009064 + 882: 54.691757,1.3926408 + 883: 55.056343,1.441263 + 884: 55.420925,1.5141962 + 885: 55.445232,1.8302419 + 886: 55.493843,2.1705978 + 887: 55.469536,2.4623325 + 888: 55.542454,3.045801 + 889: 55.420925,3.4104688 + 890: 54.8619,3.4104688 + 891: 54.351482,3.4104688 + 892: 53.88169,3.403813 + 893: 53.322666,3.403813 + 894: 52.447666,3.403813 + 895: 52.958084,3.452435 + 896: 51.864334,3.452435 + 897: 51.47544,3.2579455 + 898: 51.451138,2.9419005 + 899: 51.426834,2.6015441 + 900: 51.15947,2.4556766 + 901: 50.67336,2.4070544 + 902: 55.09697,-0.5345989 + 903: 55.607388,-0.55890995 + 904: 55.48586,-0.8749557 + 905: 55.43725,-1.020822 + 906: 50.644253,5.304137 + 907: 50.49842,5.0610256 + 908: 50.49842,4.793602 + 909: 50.547028,4.5748014 + 910: 50.887306,4.5504904 + 911: 51.178974,4.5261793 + 912: 51.349113,4.6234245 + 913: 51.397724,4.9394693 + 914: 51.446335,5.255515 + 915: 53.193542,5.469064 + 916: 53.38799,5.687865 + 917: 53.412292,5.833732 + 918: 53.48521,6.1984 + 919: 53.412292,6.4658227 + 920: 53.33938,6.4658227 + 921: 52.974792,6.514445 + 922: 52.65882,6.563068 + 923: 52.537292,6.6603127 + 924: 52.974792,5.469064 + 925: 52.68313,5.469064 + 926: 52.197018,5.4933753 + 927: 51.78382,5.4933753 + 928: 52.585907,5.5176864 + 929: 50.83879,12.522856 + 930: 51.17907,12.547167 + 931: 51.51935,12.571478 + 932: 51.88393,12.571478 + 933: 52.15129,12.571478 + 934: 52.41865,12.328366 + 935: 52.41865,11.915076 + 936: 52.467262,11.550408 + 937: 52.467262,11.210052 + 938: 52.515873,10.77245 + 939: 52.85615,10.55365 + 940: 53.123512,10.529339 + 941: 53.317955,10.3834715 + 942: 53.439484,10.067426 + 943: 53.41518,9.751381 + 944: 53.68254,9.5812025 + 945: 54.02282,9.53258 + 946: 54.33879,9.386713 + 947: 54.3874,9.070667 + 948: 54.3874,8.681688 + 949: 54.46032,8.268398 + 950: 54.411705,7.782175 + 951: 54.29018,7.5876856 + 952: 53.998512,7.5390625 + 953: 53.46379,7.5390625 + 954: 53.02629,7.5390625 + 955: 52.661705,7.5147514 + 956: 52.39435,7.1987066 + 957: 52.467262,6.931283 + 958: 52.734623,6.590926 + 959: 56.1374,4.4348574 + 960: 55.91865,4.4348574 + 961: 55.626984,4.5077906 + 962: 55.55407,4.750902 + 963: 55.626984,5.11557 + 964: 55.60268,5.455927 + 965: 55.60268,5.6504164 + 966: 55.55407,6.1609516 + 967: 55.529762,6.4526854 + 968: 55.529762,6.8173532 + 969: 55.60268,7.109088 + 970: 55.6756,7.3765106 + 971: 55.89435,7.4008217 + 972: 56.283234,7.449444 + 973: 56.52629,7.449444 + 974: 55.626984,5.869217 + 975: 56.599205,7.7324533 + 976: 56.5749,8.097121 + 977: 56.5749,8.510411 + 978: 56.501984,8.875079 + 979: 56.453373,9.31268 + 980: 55.87004,9.50717 + 981: 55.505455,9.604415 + 982: 55.48115,9.92046 + 983: 55.505455,10.187883 + 984: 55.529762,10.625484 + 985: 55.529762,11.014463 + 986: 55.55407,11.403442 + 987: 55.60268,10.489422 + 988: 55.286705,11.543638 + 989: 54.89782,11.6651945 + 990: 54.533234,11.762439 + 991: 54.60615,12.054173 + 992: 54.533234,11.6651945 + 993: 54.72768,12.272974 + 994: 55.067955,12.370218 + 995: 55.38393,12.370218 + 996: 55.89435,12.345907 + 997: 56.35615,12.345907 + 998: 56.599205,12.370218 + 999: 56.672123,12.710575 + 1000: 56.672123,13.075243 + 1001: 56.672123,13.4156 + 1002: 56.672123,13.82889 + 1003: 56.76935,14.217869 + 1004: 56.842262,14.363735 + 1005: 57.133926,14.363735 + 1006: 57.547123,14.363735 + 1007: 57.984623,14.388047 + 1008: 58.49504,14.436669 + - node: + color: '#8D0000FF' + id: grasssnowa2 + decals: + 1268: 37.894722,-5.5227513 + 1269: 38.279007,-5.4775033 + 1270: 38.61808,-5.0702634 + 1271: 38.685898,-4.7082725 + 1272: 39.02497,-4.6177745 + 1273: 39.703117,-4.5725255 + 1274: 40.22303,-4.5499015 + 1275: 40.742947,-4.5272765 + 1276: 41.26286,-4.5272765 + 1277: 41.39849,-4.7308965 + 1278: 41.48891,-5.0928874 + 1279: 41.76017,-5.3643804 + 1280: 41.98622,-5.3870053 + 1281: 42.257477,-5.5453763 + 1282: 42.370502,-5.7037473 + 1283: 42.370502,-5.997865 + 1284: 42.39311,-6.246733 + 1285: 42.460922,-6.608724 + 1286: 42.460922,-6.925466 + 1287: 42.460922,-7.129086 + 1288: 42.39311,-7.355331 + 1289: 42.257477,-7.491077 + 1290: 41.918404,-7.626824 + 1291: 41.692352,-7.717322 + 1292: 41.53412,-7.898317 + 1293: 41.375885,-8.328182 + 1294: 41.285465,-8.531801 + 1295: 40.90118,-8.531801 + 1296: 40.607315,-8.622299 + 1297: 40.44908,-8.758045 + 1298: 40.426476,-8.916416 + 1299: 40.35866,-9.323656 + 1300: 40.290848,-9.482027 + 1301: 39.883957,-9.527277 + 1302: 39.522278,-9.572525 + 1303: 39.047577,-9.617773 + 1304: 38.685898,-9.617773 + 1305: 38.414635,-9.346281 + 1306: 38.640686,-8.939041 + 1307: 38.392033,-8.441303 + 1308: 38.052956,-8.441303 + 1309: 37.759094,-8.486553 + 1310: 37.600857,-8.350805 + 1311: 37.600857,-8.215059 + 1312: 37.600857,-7.898317 + 1313: 37.600857,-7.6042 + 1314: 37.623463,-7.310082 + 1315: 37.623463,-6.902842 + 1316: 37.623463,-6.676598 + 1317: 37.66867,-6.291982 + 1318: 37.66867,-5.9299912 + 1319: 37.713882,-5.7037473 + 1320: 37.804302,-5.5680003 + 1321: 37.578255,-5.907367 + 1322: 37.48783,-6.291982 + 1323: 37.48783,-6.608724 + 1324: 37.48783,-7.015964 + 1325: 37.533043,-7.6042 + 1326: 37.533043,-8.101936 + 1327: 37.713882,-8.577049 + 1328: 37.73649,-8.73542 + 1329: 39.38665,-9.640398 + 1330: 30.908937,-13.605246 + 1331: 31.2028,-13.605246 + 1332: 31.587086,-13.854115 + 1333: 31.519272,-14.329227 + 1334: 31.700111,-14.555472 + 1335: 32.129604,-14.600721 + 1336: 32.46868,-14.578096 + 1337: 32.807755,-14.578096 + 1338: 33.079014,-14.578096 + 1339: 33.21464,-14.691218 + 1340: 33.39548,-14.826965 + 1341: 33.39548,-15.00796 + 1342: 33.39548,-15.256829 + 1343: 33.418087,-15.845065 + 1344: 33.463295,-15.980811 + 1345: 33.4859,-16.38805 + 1346: 33.711952,-16.546421 + 1347: 33.870186,-16.63692 + 1348: 34.096237,-16.704792 + 1349: 36.108078,-15.641445 + 1350: 35.7464,-15.573571 + 1351: 35.542953,-15.437825 + 1352: 35.63337,-15.21158 + 1353: 35.63337,-15.00796 + 1354: 35.63337,-14.736467 + 1355: 35.58816,-14.283979 + 1356: 35.58816,-14.170856 + 1357: 35.655975,-13.695744 + 1358: 35.836815,-13.67312 + 1359: 36.04026,-13.67312 + 1360: 36.198494,-13.67312 + 1361: 36.334126,-13.650495 + 1362: 36.58278,-13.627871 + 1363: 36.786224,-13.627871 + 1364: 37.293167,-13.605246 + 1365: 37.654846,-13.605246 + 1366: 37.971313,-13.627871 + 1367: 38.44602,-13.627871 + 1368: 38.69467,-13.627871 + 1369: 38.988537,-13.627871 + 1370: 39.191982,-13.627871 + 1371: 39.576263,-13.627871 + 1372: 39.91534,-13.627871 + 1373: 40.299625,-13.650495 + 1374: 40.54828,-13.650495 + 1375: 40.81954,-13.650495 + 1376: 41.13601,-13.650495 + 1377: 41.475082,-13.627871 + 1378: 41.79155,-13.605246 + 1379: 42.085415,-13.605246 + 1380: 42.19844,-13.605246 + 1381: 42.447094,-13.718369 + 1382: 42.4697,-13.8993635 + 1383: 42.492302,-14.0577345 + 1384: 42.4697,-14.397101 + 1385: 42.37928,-14.849589 + 1386: 42.37928,-15.121083 + 1387: 42.28886,-15.392576 + 1388: 42.243652,-15.460449 + 1389: 42.0176,-15.596196 + 1390: 41.994995,-15.61882 + 1391: 41.678528,-15.754567 + 1392: 41.407265,-15.912938 + 1393: 41.362057,-16.048685 + 1394: 41.31685,-16.252304 + 1395: 41.31685,-16.501173 + 1396: 41.339455,-16.885788 + 1397: 41.384663,-17.044159 + 1398: 41.384663,-17.24778 + 1399: 41.362057,-17.4514 + 1400: 41.31685,-17.496649 + 1401: 40.977776,-17.632395 + 1402: 40.706512,-17.700268 + 1403: 40.41265,-17.745518 + 1404: 38.021667,-18.475773 + 1405: 38.405952,-18.543644 + 1406: 38.45116,-18.475773 + 1407: 38.45116,-18.159029 + 1408: 38.564186,-17.887535 + 1409: 38.880653,-17.638668 + 1410: 39.061493,-17.638668 + 1411: 39.468384,-17.729164 + 1412: 39.558804,-18.136406 + 1413: 39.558804,-18.385273 + 1414: 39.807457,-18.521019 + 1415: 39.94309,-18.498396 + 1416: 40.169136,-18.498396 + 1417: 40.304768,-18.498396 + 1418: 40.4404,-18.136406 + 1419: 40.530815,-18.000658 + 1420: 36.597557,-16.145454 + 1421: 36.552345,-16.235952 + 1422: 36.597557,-16.439571 + 1423: 36.868816,-16.597942 + 1424: 36.687973,-16.597942 + 1425: 37.11747,-16.643192 + 1426: 37.433937,-16.93731 + 1427: 37.456543,-17.18618 + 1428: 37.411335,-17.480297 + 1429: 37.411335,-17.706541 + 1430: 37.433937,-17.91016 + 1431: 37.501755,-18.136406 + 1432: 37.52436,-18.3174 + 1433: 37.614777,-18.385273 + 1434: 37.7052,-18.475773 + 1435: 37.953854,-18.588894 + 1436: 37.52436,-18.407898 + 1437: 29.194088,-13.606161 + 1438: 28.87762,-13.606161 + 1439: 28.47073,-13.606161 + 1440: 28.24468,-13.606161 + 1441: 27.769978,-13.628785 + 1442: 27.250063,-13.628785 + 1443: 26.9562,-13.628785 + 1444: 26.383282,-13.569137 + 1445: 25.97639,-13.569137 + 1446: 25.479084,-13.546513 + 1447: 25.185219,-13.546513 + 1448: 24.82354,-13.546513 + 1449: 24.23581,-13.546513 + 1450: 23.738503,-13.523888 + 1451: 23.241192,-13.501264 + 1452: 22.879513,-13.501264 + 1453: 22.54044,-13.523888 + 1454: 22.133549,-13.569137 + 1455: 21.817081,-13.569137 + 1456: 21.68145,-13.818006 + 1457: 21.568426,-14.04425 + 1458: 21.568426,-14.338367 + 1459: 21.59103,-13.840631 + 1460: 21.523216,-14.202621 + 1461: 21.523216,-14.428865 + 1462: 21.568426,-14.677734 + 1463: 21.568426,-14.881354 + 1464: 21.568426,-15.062349 + 1465: 21.545822,-15.356467 + 1466: 21.455402,-15.560087 + 1467: 21.342377,-15.673209 + 1468: 20.912884,-15.582711 + 1469: 20.709438,-15.582711 + 1470: 3.2793057,-18.619316 + 1471: 3.0984662,-18.619316 + 1472: 2.781996,-18.664566 + 1473: 2.6689713,-18.913435 + 1474: 2.4881318,-18.990578 + 1475: 2.5333416,-19.239445 + 1476: 2.5333416,-19.533562 + 1477: 2.781996,-19.556187 + 1478: 2.9854414,-19.556187 + 1479: 3.2793057,-19.510939 + 1480: 3.4375403,-19.714558 + 1481: 3.4827502,-20.212296 + 1482: 3.4827502,-20.325418 + 1483: 3.844429,-21.728134 + 1484: 3.5957747,-21.86388 + 1485: 3.5957747,-21.999626 + 1486: 3.5731697,-22.293743 + 1487: 3.5731697,-22.47474 + 1488: 3.7314043,-22.565237 + 1489: 4.0026636,-22.610485 + 1490: 3.6409845,-22.791481 + 1491: 6.217948,-13.889278 + 1492: 6.217948,-13.617785 + 1493: 6.0371094,-13.549912 + 1494: 5.81106,-13.549912 + 1495: 5.358961,-13.549912 + 1496: 5.087701,-13.549912 + 1497: 4.4321575,-13.572536 + 1498: 4.1382933,-13.572536 + 1499: 3.9348488,-13.617785 + 1500: 3.6635895,-13.663034 + 1501: 3.5505648,-13.821405 + 1502: 3.505355,-14.183396 + 1503: 3.5279598,-14.454889 + 1504: 3.5505648,-14.703758 + 1505: 3.4149354,-14.771631 + 1506: 3.2114909,-14.635885 + 1507: 2.804601,-14.635885 + 1508: 2.6915762,-14.635885 + 1509: 2.6011565,-14.749007 + 1510: 2.5785515,-15.0205 + 1511: 2.6011565,-15.314618 + 1512: 2.6011565,-15.540862 + 1513: 2.6011565,-15.767107 + 1514: 2.6011565,-15.993351 + 1515: 2.5785515,-16.219595 + 1516: 2.5785515,-16.423214 + 1517: 2.6011565,-16.672085 + 1518: 2.827206,-16.717333 + 1519: 2.9628365,-16.626835 + 1520: 3.188886,-16.536339 + 1521: 3.5731697,-16.717333 + 1522: 3.5731697,-17.034075 + 1523: 3.6183796,-17.169823 + 1524: 3.7314043,-17.531813 + 1525: 19.46405,-13.752595 + 1526: 19.46405,-13.639473 + 1527: 19.260605,-13.526351 + 1528: 19.102371,-13.526351 + 1529: 18.853716,-13.526351 + 1530: 18.650272,-13.526351 + 1531: 18.356407,-13.526351 + 1532: 17.972122,-13.526351 + 1533: 17.768677,-13.526351 + 1534: 17.45221,-13.526351 + 1535: 17.226158,-13.526351 + 1536: 17.022715,-13.526351 + 1537: 16.751455,-13.526351 + 1538: 16.5028,-13.526351 + 1539: 15.905594,-13.481102 + 1540: 15.702148,-13.481102 + 1541: 15.363076,-13.481102 + 1542: 15.091817,-13.481102 + 1543: 14.910977,-13.481102 + 1544: 14.526692,-13.458477 + 1545: 14.074594,-13.458477 + 1546: 13.803334,-13.458477 + 1547: 13.55468,-13.458477 + 1548: 13.09474,-13.595193 + 1549: 7.870369,-13.911935 + 1550: 7.9833946,-13.708315 + 1551: 8.164234,-13.663066 + 1552: 8.435493,-13.595193 + 1553: 8.616333,-13.595193 + 1554: 8.864986,-13.572568 + 1555: 9.2266655,-13.572568 + 1556: 9.65616,-13.595193 + 1557: 9.814396,-13.595193 + 1558: 10.198679,-13.617817 + 1559: 10.515148,-13.617817 + 1560: 10.967247,-13.617817 + 1561: 11.600185,-13.617817 + 1562: 11.871445,-13.617817 + 1563: 12.278336,-13.595193 + 1564: 12.640015,-13.572568 + 1565: 12.979088,-13.572568 + 1566: 13.340767,-13.572568 + 1567: 13.589422,-13.549944 + 1568: 6.703437,19.54264 + 1569: 6.567807,19.723635 + 1570: 6.613017,20.063002 + 1571: 6.658227,20.221373 + 1572: 6.8842764,20.26662 + 1573: 7.1781406,20.402369 + 1574: 7.4494,20.51549 + 1575: 7.4494,20.51549 + 1576: 7.5850296,20.71911 + 1577: 7.6302395,21.013227 + 1578: 7.5850296,21.284721 + 1579: 7.5624247,21.601463 + 1580: 7.5624247,21.85033 + 1581: 7.6302395,22.008701 + 1582: 7.743264,22.212322 + 1583: 7.856289,22.393318 + 1584: 8.104943,22.438568 + 1585: 8.330993,22.461191 + 1586: 8.444018,22.59694 + 1587: 8.624858,22.868431 + 1588: 8.760488,23.388794 + 1589: 8.828302,23.434042 + 1590: 9.031747,23.434042 + 1591: 9.370821,23.434042 + 1592: 9.59687,23.434042 + 1593: 9.9585495,23.434042 + 1594: 10.161994,23.434042 + 1595: 10.320229,23.434042 + 1596: 10.614093,23.275671 + 1597: 10.636698,23.072052 + 1598: 10.568883,22.800558 + 1599: 10.546278,22.59694 + 1600: 10.840143,22.438568 + 1601: 11.201822,22.461191 + 1602: 11.314847,22.438568 + 1603: 11.450477,22.189697 + 1604: 11.473082,21.89558 + 1605: 11.518291,21.714584 + 1606: 11.518291,21.465717 + 1607: 11.518291,21.0811 + 1608: 11.518291,20.809608 + 1609: 11.518291,20.424992 + 1610: 11.518291,20.221373 + 1611: 11.495687,19.927254 + 1612: 11.450477,19.74626 + 1613: 11.360057,19.54264 + 1614: 11.292242,19.54264 + 1615: 11.156612,19.54264 + 1616: 10.772328,19.54264 + 1617: 10.591488,19.54264 + 1618: 10.501068,19.474766 + 1619: 10.501068,19.158024 + 1620: 10.433253,18.954403 + 1621: 10.388043,18.68291 + 1622: 10.229809,18.388794 + 1623: 10.139389,18.388794 + 1624: 10.003759,18.388794 + 1625: 9.64208,18.411419 + 1626: 9.506451,18.388794 + 1627: 9.393426,18.185173 + 1628: 9.348216,17.891056 + 1629: 9.303006,17.66481 + 1630: 9.144772,17.574314 + 1631: 8.918722,17.483816 + 1632: 8.805697,17.483816 + 1633: 8.602253,17.55169 + 1634: 8.444018,17.574314 + 1635: 8.466623,17.981554 + 1636: 8.489228,18.47929 + 1637: 8.444018,18.52454 + 1638: 8.172758,18.456667 + 1639: 7.765869,18.615038 + 1640: 7.49461,18.660286 + 1641: 7.40419,18.72816 + 1642: 1.7066936,22.325703 + 1643: 2.0231628,22.348328 + 1644: 2.1813974,22.348328 + 1645: 2.2266073,22.348328 + 1646: 2.4074469,22.257832 + 1647: 2.4300518,22.144709 + 1648: 2.4526567,21.963713 + 1649: 2.4978666,21.805342 + 1650: 2.4978666,21.579098 + 1651: 2.4978666,21.330229 + 1652: 2.4752617,20.990862 + 1653: 2.4526567,20.787243 + 1654: 2.4300518,20.560997 + 1655: 2.4752617,20.538372 + 1656: 2.769126,20.515749 + 1657: 2.9725714,20.515749 + 1658: 3.1986208,20.4705 + 1659: 3.2890406,20.334755 + 1660: 3.3568554,20.085884 + 1661: 3.3568554,19.85964 + 1662: 3.3342505,19.520275 + 1663: 3.3342505,19.429775 + 1664: 2.9273605,19.407152 + 1665: 2.6108913,19.384527 + 1666: 2.4300518,19.407152 + 1667: 2.2040024,19.429775 + 1668: 1.8649282,19.4524 + 1669: 1.5258541,19.475025 + 1670: 1.3450146,19.49765 + 1671: 11.810993,18.318933 + 1672: 11.969228,18.318933 + 1673: 12.172672,18.341557 + 1674: 12.376117,18.341557 + 1675: 12.421327,18.25106 + 1676: 12.421327,18.024815 + 1677: 12.398722,17.866444 + 1678: 12.330907,17.730698 + 1679: 12.285697,17.572327 + 1680: 12.104857,17.459206 + 1681: 12.037043,17.43658 + 1682: 11.833598,17.43658 + 1683: 11.652759,17.48183 + 1684: 11.652759,17.48183 + 1685: 11.584944,17.708073 + 1686: 11.539734,17.775948 + 1687: 11.539734,17.956944 + 1688: 11.584944,18.228436 + 1689: 11.720573,18.318933 + 1690: 11.539734,17.549702 + 1691: 15.370711,18.463484 + 1692: 15.144662,18.418236 + 1693: 15.076847,18.418236 + 1694: 14.9186125,18.39561 + 1695: 14.873403,18.282488 + 1696: 14.828193,18.146742 + 1697: 14.669958,18.033619 + 1698: 14.624748,17.852623 + 1699: 14.556933,17.671627 + 1700: 14.489119,17.581131 + 1701: 14.330884,17.445385 + 1702: 14.1274395,17.400135 + 1703: 13.923995,17.400135 + 1704: 13.765759,17.287014 + 1705: 13.652735,17.196514 + 1706: 13.58492,16.970272 + 1707: 13.53971,16.789276 + 1708: 13.381475,16.49516 + 1709: 13.291056,16.359411 + 1710: 13.042401,16.359411 + 1711: 12.771142,16.314163 + 1712: 12.635512,16.268913 + 1713: 12.567698,16.155792 + 1714: 12.545093,15.861675 + 1715: 12.567698,15.703304 + 1716: 12.612907,15.590179 + 1717: 12.635512,15.296063 + 1718: 12.545093,14.998249 + 1719: 12.545093,14.998249 + 1720: 12.545093,14.681507 + 1721: 12.567698,14.568384 + 1722: 12.793747,14.432638 + 1723: 13.132821,14.387389 + 1724: 13.313661,14.387389 + 1725: 13.313661,14.387389 + 1726: 13.3588705,14.636258 + 1727: 13.471895,14.930375 + 1728: 13.53971,15.066122 + 1729: 13.833574,15.292366 + 1730: 13.969205,15.337615 + 1731: 14.240464,15.337615 + 1732: 14.669958,15.382864 + 1733: 14.828193,15.405489 + 1734: 15.122057,15.428113 + 1735: 15.348106,15.495986 + 1736: 15.415921,15.699606 + 1737: 15.461131,16.08422 + 1738: 15.551552,16.265217 + 1739: 15.845415,16.423588 + 1740: 16.00365,16.514086 + 1741: 16.297516,16.581959 + 1742: 16.523563,16.830828 + 1743: 16.681799,17.170195 + 1744: 16.953058,17.30594 + 1745: 17.201712,17.351189 + 1746: 17.450367,17.75843 + 1747: 17.473133,18.15648 + 1748: 17.427923,18.427975 + 1749: 17.427923,18.699467 + 1750: 17.427923,18.948336 + 1751: 17.473133,19.21983 + 1752: 17.789602,19.400824 + 1753: 18.196491,19.446074 + 1754: 18.51296,19.446074 + 1755: 18.82943,19.446074 + 1756: 19.213715,19.423449 + 1757: 19.41716,19.423449 + 1758: 19.733627,19.423449 + 1759: 19.959679,19.400824 + 1760: 20.253542,19.400824 + 1761: 20.343962,19.400824 + 1762: 20.479591,19.672318 + 1763: 20.570011,20.079557 + 1764: 20.66043,20.373676 + 1765: 21.089926,20.418924 + 1766: 21.38379,20.622543 + 1767: 21.569067,21.038372 + 1768: 21.546463,21.332489 + 1769: 21.501251,21.49086 + 1770: 21.501251,21.73973 + 1771: 21.501251,22.10172 + 1772: 21.388227,22.441088 + 1773: 21.252598,22.531586 + 1774: 21.162178,22.531586 + 1775: 20.936129,22.531586 + 1776: 20.597054,22.554209 + 1777: 20.484028,22.735205 + 1778: 20.52924,23.187695 + 1779: 20.484028,23.413939 + 1780: 20.16756,23.459187 + 1781: 19.85109,23.459187 + 1782: 19.76067,23.459187 + 1783: 19.557226,23.391314 + 1784: 19.647646,23.21032 + 1785: 19.602436,22.848328 + 1786: 19.602436,22.667332 + 1787: 19.557226,22.486336 + 1788: 19.39899,22.486336 + 1789: 19.014708,22.463713 + 1790: 18.720844,22.463713 + 1791: 18.449585,22.463713 + 1792: 18.0653,22.486336 + 1793: 17.364546,22.531586 + 1794: 17.11589,22.531586 + 1795: 16.686398,22.576834 + 1796: 16.550768,22.622084 + 1797: 16.528164,22.961449 + 1798: 16.415138,23.232943 + 1799: 16.189089,23.481812 + 1800: 15.917828,23.527061 + 1801: 15.759594,23.527061 + 1802: 15.437441,23.950203 + 1803: 15.392231,24.19907 + 1804: 15.256601,24.35744 + 1805: 14.872316,24.447939 + 1806: 14.578452,24.425316 + 1807: 14.555847,24.312193 + 1808: 14.601057,23.972826 + 1809: 14.601057,23.791832 + 1810: 14.601057,23.565586 + 1811: 14.465427,23.31672 + 1812: 14.194168,23.361967 + 1813: 14.013329,23.407215 + 1814: 13.877699,23.407215 + 1815: 13.696859,23.31672 + 1816: 13.60644,23.135723 + 1817: 13.538625,22.818981 + 1818: 13.51602,22.61536 + 1819: 13.538625,22.343868 + 1820: 13.538625,22.275993 + 1821: 13.538625,22.027126 + 1822: 13.538625,21.868755 + 1823: 13.639875,21.617987 + 1824: 13.639875,21.617987 + 1825: 13.639875,21.346495 + 1826: 13.639875,21.142874 + 1827: 13.594666,20.91663 + 1828: 13.594666,20.780884 + 1829: 13.594666,20.599888 + 1830: 13.594666,20.532013 + 1831: 13.61727,20.373642 + 1832: 13.865926,20.373642 + 1833: 14.182395,20.418892 + 1834: 14.3632345,20.418892 + 1835: 14.566679,20.283146 + 1836: 14.657099,20.124775 + 1837: 14.634494,19.853281 + 1838: 14.566679,19.581787 + 1839: 14.7701235,19.400793 + 1840: 14.996173,19.378168 + 1841: 15.335247,19.378168 + 1842: 15.380457,19.106674 + 1843: 14.544074,19.491291 + 1844: 32.206394,3.4022927 + 1845: 32.09337,3.4022927 + 1846: 31.663876,3.4022927 + 1847: 31.64127,3.4927897 + 1848: 31.663876,3.6964097 + 1849: 31.754295,4.0131516 + 1850: 31.754295,4.1941476 + 1851: 31.437824,4.4882655 + 1852: 31.302197,4.5561385 + 1853: 30.872702,4.5561385 + 1854: 30.782282,4.5561385 + 1855: 30.488419,4.5561385 + 1856: 30.465813,4.6013875 + 1857: 30.511023,4.8728805 + 1858: 30.533627,5.0086274 + 1859: 30.578838,5.2801204 + 1860: 30.624046,5.5968623 + 1861: 30.578838,5.981478 + 1862: 30.624046,6.139849 + 1863: 30.804886,6.3208447 + 1864: 31.121357,6.3434687 + 1865: 31.3248,6.3434687 + 1866: 31.505638,6.4792156 + 1867: 31.596062,6.795957 + 1868: 31.73169,7.135324 + 1869: 31.889923,7.225822 + 1870: 32.274208,7.27107 + 1871: 32.568073,7.338944 + 1872: 32.79412,7.4294415 + 1873: 32.929752,7.4294415 + 1874: 33.178406,7.4294415 + 1875: 33.246223,7.4294415 + 1876: 33.246223,7.225822 + 1877: 33.246223,6.954328 + 1878: 33.246223,6.728084 + 1879: 33.33664,6.3434687 + 1880: 33.74353,6.3887177 + 1881: 33.879158,6.4113417 + 1882: 34.082603,6.3887177 + 1883: 34.579914,6.2303467 + 1884: 34.55731,6.0946 + 1885: 34.444283,5.8004823 + 1886: 34.399075,5.5516133 + 1887: 34.399075,5.2122474 + 1888: 34.399075,4.9407535 + 1889: 34.421677,4.6466365 + 1890: 34.421677,4.5108895 + 1891: 34.240837,4.4203916 + 1892: 33.811348,4.4430165 + 1893: 33.720924,4.4430165 + 1894: 33.607903,4.4203916 + 1895: 33.449665,4.2167716 + 1896: 33.404457,3.8321567 + 1897: 33.359245,3.5606637 + 1898: 33.246223,3.4249167 + 1899: 32.86194,3.4249167 + 1900: 32.61328,3.4701657 + 1901: 32.43244,3.4927897 + 1902: 33.771076,29.334175 + 1903: 33.680656,29.2663 + 1904: 33.56763,29.175802 + 1905: 33.52242,29.085306 + 1906: 33.454605,28.90431 + 1907: 33.432,28.768562 + 1908: 33.432,28.564943 + 1909: 33.432,28.38395 + 1910: 33.65805,28.29345 + 1911: 34.132755,28.248201 + 1912: 34.358803,28.38395 + 1913: 34.539642,28.38395 + 1914: 34.833508,28.361324 + 1915: 35.35342,28.316074 + 1916: 35.398632,28.08983 + 1917: 35.421234,27.795712 + 1918: 35.44384,27.592093 + 1919: 35.57947,27.388474 + 1920: 35.85073,27.343224 + 1921: 36.054176,27.320599 + 1922: 36.235016,27.320599 + 1923: 36.506275,27.026482 + 1924: 36.48367,26.75499 + 1925: 36.39325,26.551369 + 1926: 36.551483,26.325125 + 1927: 36.98098,26.3025 + 1928: 37.433075,26.347748 + 1929: 37.5235,26.144129 + 1930: 37.45568,25.872635 + 1931: 37.410473,25.669016 + 1932: 37.387867,25.442772 + 1933: 37.387867,25.12603 + 1934: 37.433075,24.92241 + 1935: 37.478287,24.831913 + 1936: 37.591312,24.605667 + 1937: 37.839966,24.424671 + 1938: 38.08862,24.424671 + 1939: 38.40509,24.3568 + 1940: 38.653744,24.334175 + 1941: 39.12845,24.288925 + 1942: 39.331894,24.31155 + 1943: 39.512733,24.515171 + 1944: 39.580547,24.809288 + 1945: 39.580547,25.058155 + 1946: 39.738785,25.307026 + 1947: 40.01004,25.32965 + 1948: 40.258698,25.488022 + 1949: 40.50735,25.804764 + 1950: 40.50735,26.189377 + 1951: 40.50735,26.483496 + 1952: 40.50735,26.91336 + 1953: 40.439537,27.297976 + 1954: 40.349113,27.411098 + 1955: 40.23609,27.411098 + 1956: 39.738785,27.56947 + 1957: 39.738785,27.56947 + 1958: 39.53534,27.999332 + 1959: 39.53534,28.180328 + 1960: 39.490128,28.49707 + 1961: 39.46752,28.836437 + 1962: 39.42231,29.288925 + 1963: 39.42231,29.288925 + 1964: 39.42231,29.628292 + 1965: 37.471786,24.59322 + 1966: 29.453636,12.994029 + 1967: 29.453636,12.813034 + 1968: 29.453636,12.654663 + 1969: 29.453636,12.58679 + 1970: 29.52145,12.405794 + 1971: 29.92834,12.405794 + 1972: 30.086575,12.38317 + 1973: 30.267414,12.360545 + 1974: 30.33523,12.202174 + 1975: 30.357834,11.885432 + 1976: 30.403046,11.659188 + 1977: 33.477318,12.134301 + 1978: 33.612946,12.337921 + 1979: 30.56128,11.500817 + 1980: 30.877748,11.410319 + 1981: 31.103798,11.432943 + 1982: 31.329847,11.432943 + 1983: 31.578503,11.432943 + 1984: 31.872368,11.410319 + 1985: 32.0306,11.410319 + 1986: 32.324463,11.410319 + 1987: 32.57312,11.410319 + 1988: 32.821774,11.387694 + 1989: 33.04782,11.387694 + 1990: 33.20606,11.387694 + 1991: 33.273872,11.478192 + 1992: 33.364292,11.546065 + 1993: 33.364292,11.659188 + 1994: 33.931976,12.573239 + 1995: 34.112816,12.573239 + 1996: 34.203236,12.573239 + 1997: 34.36147,12.618488 + 1998: 34.406677,12.799483 + 1999: 34.406677,13.003103 + 2000: 34.406677,13.206723 + 2001: 34.406677,13.387718 + 2002: 34.429283,13.659212 + 2003: 34.429283,13.908081 + 2004: 34.406677,14.247447 + 2005: 34.36147,14.451067 + 2006: 34.31626,14.451067 + 2007: 34.09021,14.541565 + 2008: 33.841557,14.677311 + 2009: 33.79635,14.677311 + 2010: 33.61551,14.767809 + 2011: 33.570297,14.994053 + 2012: 33.570297,15.175049 + 2013: 33.54769,15.197674 + 2014: 33.479874,15.559664 + 2015: 33.36685,15.934025 + 2016: 33.389458,15.934025 + 2017: 33.389458,16.250767 + 2018: 33.389458,16.409138 + 2019: 33.412064,16.72588 + 2020: 33.412064,17.110495 + 2021: 33.412064,17.29149 + 2022: 32.95996,17.449862 + 2023: 32.869545,17.449862 + 2024: 32.711308,17.449862 + 2025: 32.59828,17.449862 + 2026: 31.965343,17.472486 + 2027: 31.671478,17.472486 + 2028: 31.264591,17.517735 + 2029: 31.038542,17.517735 + 2030: 30.586443,17.562984 + 2031: 30.066528,17.562984 + 2032: 29.930899,17.562984 + 2033: 32.11785,7.475175 + 2034: 31.778778,7.45255 + 2035: 19.888798,-17.572176 + 2036: 19.888798,-17.572176 + 2037: 20.205269,-17.572176 + 2038: 20.227873,-17.572176 + 2039: 20.431316,-17.572176 + 2040: 20.476528,-17.662674 + 2041: 20.589552,-17.934166 + 2042: 20.589552,-18.069912 + 2043: 20.589552,-18.296158 + 2044: 20.589552,-18.6129 + 2045: 20.589552,-18.952267 + 2046: 20.544342,-19.314257 + 2047: 20.544342,-19.495253 + 2048: 20.544342,-19.517876 + 2049: 20.906021,-19.563126 + 2050: 21.17728,-19.563126 + 2051: 21.471146,-19.608376 + 2052: 21.900639,-19.608376 + 2053: 22.217108,-19.608376 + 2054: 22.488367,-19.608376 + 2055: 22.623997,-19.608376 + 2056: 22.872652,-19.698872 + 2057: 22.872652,-19.94774 + 2058: 22.782232,-20.30973 + 2059: 22.827442,-20.445478 + 2060: 23.32475,-20.445478 + 2061: 23.618616,-20.490726 + 2062: 23.889875,-20.468102 + 2063: 24.093319,-20.445478 + 2064: 24.251554,-20.35498 + 2065: 24.409788,-20.128736 + 2066: 24.635838,-19.811995 + 2067: 24.816677,-19.676247 + 2068: 25.133146,-19.630999 + 2069: 25.246172,-19.630999 + 2070: 25.517431,-19.5405 + 2071: 25.431791,-19.563126 + 2072: 25.002296,-19.653624 + 2073: 24.753643,-19.698872 + 2074: 24.618011,-19.902493 + 2075: 24.550198,-20.083488 + 2076: 24.391964,-20.30973 + 2077: 25.454395,-19.563126 + 2078: 25.770864,-19.246384 + 2079: 25.635235,-18.997515 + 2080: 25.590025,-18.861769 + 2081: 25.590025,-18.839144 + 2082: 25.499605,-19.404755 + 2083: 25.499605,-19.630999 + 2084: 28.762539,-18.527546 + 2085: 28.694723,-18.776417 + 2086: 28.807749,-18.821665 + 2087: 29.124218,-18.821665 + 2088: 29.440687,-18.866913 + 2089: 29.55371,-19.093159 + 2090: 29.576317,-19.432524 + 2091: 29.802366,-19.77189 + 2092: 30.073626,-19.77189 + 2093: 30.36749,-19.77189 + 2094: 30.4127,-19.907637 + 2095: 30.45791,-20.17913 + 2096: 30.751774,-20.608994 + 2097: 31.136059,-20.631618 + 2098: 31.339502,-20.722116 + 2099: 31.475132,-20.925735 + 2100: 31.655972,-21.287727 + 2101: 31.655972,-21.536596 + 2102: 31.678577,-21.853338 + 2103: 29.372871,-22.351076 + 2104: 29.372871,-22.079582 + 2105: 29.418081,-21.80809 + 2106: 29.418081,-21.64972 + 2107: 29.418081,-21.378225 + 2108: 29.418081,-21.174606 + 2109: 29.372871,-20.83524 + 2110: 29.033798,-20.292252 + 2111: 28.875563,-20.314877 + 2112: 28.604303,-20.450623 + 2113: 27.971365,-20.473248 + 2114: 27.63229,-20.518497 + 2115: 43.393593,4.7157626 + 2116: 43.393593,4.9646316 + 2117: 43.393593,5.2813735 + 2118: 43.25796,5.3944955 + 2119: 42.76065,5.4623685 + 2120: 42.602417,5.5528665 + 2121: 42.421577,5.8243594 + 2122: 42.28595,6.2089753 + 2123: 43.49406,1.8847573 + 2124: 43.290615,1.7037613 + 2125: 43.087173,1.5001414 + 2126: 42.928936,1.3191464 + 2127: 42.680283,1.2286484 + 2128: 42.318604,1.1833994 + 2129: 42.295998,1.0250285 + 2130: 42.182976,0.7987845 + 2131: 41.889107,0.57253957 + 2132: 41.57264,0.52729154 + 2133: 37.639378,3.264847 + 2134: 37.526352,3.015979 + 2135: 37.526352,2.812359 + 2136: 37.548958,2.5408652 + 2137: 37.639378,2.2693722 + 2138: 37.77501,2.0431283 + 2139: 37.79761,1.8621323 + 2140: 37.865425,4.4186935 + 2141: 37.79761,4.4413176 + 2142: 37.752403,4.6901865 + 2143: 37.661983,5.0974264 + 2144: 37.661983,5.4820414 + 2145: 37.752403,5.7987833 + 2146: 37.865425,6.115526 + 2147: 37.97845,6.273897 + 2148: 38.24971,6.364394 + 2149: 38.56618,6.477517 + 2150: 38.769627,6.839508 + 2151: 38.6566,6.70158 + 2152: 38.679207,7.086196 + 2153: 39.086094,7.3350644 + 2154: 39.60601,7.2671914 + - node: + color: '#2F2C19FF' + id: grasssnowb3 + decals: + 270: 50.032936,8.583935 + 271: 50.06749,-13.103349 + - node: + color: '#38978A93' + id: splatter + decals: + 3169: 18.770662,27.995693 + 3170: 19.267971,27.859947 + - node: + color: '#871303CE' + id: splatter + decals: + 3171: 6.2532597,46.170464 + 3172: 6.0046053,45.740597 + 3173: 6.2532597,45.49173 + 3174: 6.456704,45.853718 + - node: + angle: 0.7853981633974483 rad + color: '#871303CE' + id: thinline + decals: + 3175: 7.7903967,45.627476 + - node: + angle: 0.9599310885968813 rad + color: '#871303CE' + id: thinline + decals: + 3177: 8.378125,45.220234 + - node: + angle: 1.5707963267948966 rad + color: '#871303CE' + id: thinline + decals: + 3176: 9.282323,44.971367 + - node: + angle: 1.7453292519943295 rad + color: '#871303CE' + id: thinline + decals: + 3178: 7.0218277,45.876343 + - type: GridAtmosphere + version: 2 + data: + tiles: + 0,0: + 0: 65535 + 0,-1: + 0: 65535 + -1,0: + 0: 65535 + -1,-1: + 0: 65535 + 0,1: + 0: 65535 + 0,2: + 0: 65535 + 0,3: + 0: 65535 + 1,0: + 0: 65535 + 1,1: + 0: 65535 + 1,2: + 0: 65535 + 1,3: + 0: 65535 + 2,0: + 0: 65535 + 2,1: + 0: 65535 + 2,2: + 0: 65535 + 2,3: + 0: 65535 + 3,0: + 0: 65535 + 3,1: + 0: 65535 + 3,2: + 0: 65535 + 3,3: + 0: 65535 + 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: 65535 + 2,-3: + 0: 65535 + 2,-2: + 0: 65535 + 2,-1: + 0: 65535 + 3,-4: + 0: 65535 + 3,-3: + 0: 65535 + 3,-2: + 0: 65535 + 3,-1: + 0: 65535 + -3,1: + 0: 61128 + -3,0: + 0: 51400 + -3,2: + 0: 51340 + -3,3: + 0: 34952 + -2,0: + 0: 65535 + -2,1: + 0: 65535 + -2,2: + 0: 65535 + -2,3: + 0: 65535 + -1,1: + 0: 65535 + -1,2: + 0: 65535 + -1,3: + 0: 65535 + -3,-4: + 0: 52460 + -3,-3: + 0: 61128 + -3,-2: + 0: 52936 + -3,-1: + 0: 51340 + -2,-4: + 0: 65535 + -2,-3: + 0: 65535 + -2,-2: + 0: 65535 + -2,-1: + 0: 65535 + -1,-4: + 0: 65535 + -1,-3: + 0: 65535 + -1,-2: + 0: 65535 + -3,-6: + 0: 51438 + -3,-8: + 0: 52360 + -3,-7: + 0: 52364 + -3,-5: + 0: 34956 + -2,-8: + 0: 65523 + -2,-7: + 0: 65535 + -2,-6: + 0: 65535 + -2,-5: + 0: 65535 + -1,-8: + 0: 65535 + -1,-7: + 0: 65535 + -1,-6: + 0: 65535 + -1,-5: + 0: 65535 + -3,5: + 0: 35022 + -3,4: + 0: 51404 + -3,7: + 0: 34952 + -2,4: + 0: 65535 + -2,5: + 0: 65535 + -2,6: + 0: 65535 + -2,7: + 0: 65535 + -1,4: + 0: 65535 + -1,5: + 0: 65535 + -1,6: + 0: 65535 + -1,7: + 0: 65535 + 0,4: + 0: 65535 + 0,5: + 0: 65535 + 0,6: + 0: 65535 + 0,7: + 0: 65535 + 1,4: + 0: 65535 + 1,5: + 0: 65535 + 1,6: + 0: 65535 + 1,7: + 0: 65535 + 2,4: + 0: 65535 + 2,5: + 0: 65535 + 2,6: + 0: 65535 + 2,7: + 0: 65535 + 3,4: + 0: 65535 + 3,5: + 0: 65535 + 3,6: + 0: 65535 + 3,7: + 0: 65535 + 0,-8: + 0: 65522 + 0,-7: + 0: 65535 + 0,-6: + 0: 65535 + 0,-5: + 0: 65535 + 1,-8: + 0: 65531 + 1,-7: + 0: 65535 + 1,-6: + 0: 65535 + 1,-5: + 0: 65535 + 2,-8: + 0: 65523 + 2,-7: + 0: 65535 + 2,-6: + 0: 65535 + 2,-5: + 0: 65535 + 3,-8: + 0: 65521 + 3,-7: + 0: 65535 + 3,-6: + 0: 65535 + 3,-5: + 0: 65535 + 4,4: + 0: 65535 + 4,5: + 0: 65535 + 4,6: + 0: 65535 + 4,7: + 0: 65535 + 5,4: + 0: 65535 + 5,5: + 0: 65535 + 5,6: + 0: 65535 + 5,7: + 0: 65535 + 6,4: + 0: 65535 + 6,5: + 0: 65535 + 6,6: + 0: 65535 + 6,7: + 0: 65535 + 7,4: + 0: 65535 + 7,5: + 0: 65535 + 7,6: + 0: 65535 + 7,7: + 0: 65535 + 4,0: + 0: 65535 + 4,1: + 0: 65535 + 4,2: + 0: 65535 + 4,3: + 0: 65535 + 5,0: + 0: 65535 + 5,1: + 0: 65535 + 5,2: + 0: 65535 + 5,3: + 0: 65535 + 6,0: + 0: 65535 + 6,1: + 0: 65535 + 6,2: + 0: 65535 + 6,3: + 0: 65535 + 7,0: + 0: 65535 + 7,1: + 0: 65535 + 7,2: + 0: 65535 + 7,3: + 0: 65535 + 4,-4: + 0: 65535 + 4,-3: + 0: 65535 + 4,-2: + 0: 65535 + 4,-1: + 0: 65535 + 5,-4: + 0: 65535 + 5,-3: + 0: 65535 + 5,-2: + 0: 65535 + 5,-1: + 0: 65535 + 6,-4: + 0: 65535 + 6,-3: + 0: 65535 + 6,-2: + 0: 65535 + 6,-1: + 0: 65535 + 7,-4: + 0: 65535 + 7,-3: + 0: 65535 + 7,-2: + 0: 65535 + 7,-1: + 0: 65535 + 4,-8: + 0: 65530 + 4,-7: + 0: 65535 + 4,-6: + 0: 65535 + 4,-5: + 0: 65535 + 5,-8: + 0: 65535 + 5,-7: + 0: 65535 + 5,-6: + 0: 65535 + 5,-5: + 0: 65535 + 6,-8: + 0: 65535 + 6,-7: + 0: 65535 + 6,-6: + 0: 65535 + 6,-5: + 0: 65535 + 7,-8: + 0: 65535 + 7,-7: + 0: 65535 + 7,-6: + 0: 65535 + 7,-5: + 0: 65535 + 8,4: + 0: 65535 + 8,5: + 0: 65535 + 8,6: + 0: 65535 + 8,7: + 0: 65535 + 9,4: + 0: 65535 + 9,5: + 0: 65535 + 9,6: + 0: 65535 + 9,7: + 0: 65535 + 10,4: + 0: 65535 + 10,5: + 0: 65535 + 10,6: + 0: 65535 + 10,7: + 0: 65535 + 11,4: + 0: 65535 + 11,5: + 0: 65535 + 11,6: + 0: 65535 + 11,7: + 0: 65535 + 8,0: + 0: 65535 + 8,1: + 0: 65535 + 8,2: + 0: 65535 + 8,3: + 0: 65535 + 9,0: + 0: 65535 + 9,1: + 0: 65535 + 9,2: + 0: 65535 + 9,3: + 0: 65535 + 10,0: + 0: 65535 + 10,1: + 0: 65535 + 10,2: + 0: 65535 + 10,3: + 0: 65535 + 11,0: + 0: 65535 + 11,1: + 0: 65535 + 11,2: + 0: 65535 + 11,3: + 0: 65535 + 8,-4: + 0: 65535 + 8,-3: + 0: 65535 + 8,-2: + 0: 65535 + 8,-1: + 0: 65535 + 9,-4: + 0: 65535 + 9,-3: + 0: 65535 + 9,-2: + 0: 65535 + 9,-1: + 0: 65535 + 10,-4: + 0: 65535 + 10,-3: + 0: 65535 + 10,-2: + 0: 65535 + 10,-1: + 0: 65535 + 11,-4: + 0: 65535 + 11,-3: + 0: 65535 + 11,-2: + 0: 65535 + 11,-1: + 0: 65535 + 8,-8: + 0: 65535 + 8,-7: + 0: 65535 + 8,-6: + 0: 65535 + 8,-5: + 0: 65535 + 9,-8: + 0: 65535 + 9,-7: + 0: 65535 + 9,-6: + 0: 65535 + 9,-5: + 0: 65535 + 10,-8: + 0: 65535 + 10,-7: + 0: 65535 + 10,-6: + 0: 65535 + 10,-5: + 0: 65535 + 11,-8: + 0: 65534 + 11,-7: + 0: 65535 + 11,-6: + 0: 65535 + 11,-5: + 0: 65535 + 12,4: + 0: 65535 + 12,5: + 0: 65535 + 12,6: + 0: 65535 + 12,7: + 0: 65535 + 13,4: + 0: 65535 + 13,5: + 0: 65535 + 13,6: + 0: 65535 + 13,7: + 0: 65535 + 14,4: + 0: 65535 + 14,5: + 0: 65535 + 14,6: + 0: 65535 + 14,7: + 0: 65535 + 15,4: + 0: 65535 + 15,5: + 0: 65535 + 15,6: + 0: 65535 + 15,7: + 0: 65535 + 12,0: + 0: 65535 + 12,1: + 0: 65535 + 12,2: + 0: 65535 + 12,3: + 0: 65535 + 13,0: + 0: 65535 + 13,1: + 0: 65503 + 1: 32 + 13,2: + 0: 65535 + 13,3: + 0: 65535 + 14,0: + 0: 65535 + 14,1: + 0: 65535 + 14,2: + 0: 65535 + 14,3: + 0: 65535 + 15,0: + 0: 65535 + 15,1: + 0: 65535 + 15,2: + 0: 65535 + 15,3: + 0: 65535 + 12,-4: + 0: 65535 + 12,-3: + 0: 65535 + 12,-2: + 0: 65535 + 12,-1: + 0: 65535 + 13,-4: + 0: 65535 + 13,-3: + 0: 65535 + 13,-2: + 0: 65535 + 13,-1: + 0: 65535 + 14,-4: + 0: 65535 + 14,-3: + 0: 65535 + 14,-2: + 0: 65535 + 14,-1: + 0: 65535 + 15,-4: + 0: 65535 + 15,-3: + 0: 65535 + 15,-2: + 0: 65535 + 15,-1: + 0: 65535 + 12,-8: + 0: 65533 + 12,-7: + 0: 65535 + 12,-6: + 0: 65535 + 12,-5: + 0: 65535 + 13,-8: + 0: 65535 + 13,-7: + 0: 65535 + 13,-6: + 0: 65535 + 13,-5: + 0: 65535 + 14,-8: + 0: 65535 + 14,-7: + 0: 65535 + 14,-6: + 0: 65535 + 14,-5: + 0: 65535 + 15,-8: + 0: 65535 + 15,-7: + 0: 65535 + 15,-6: + 0: 65535 + 15,-5: + 0: 65535 + 16,4: + 0: 65535 + 16,5: + 0: 65535 + 16,6: + 0: 65535 + 16,7: + 0: 65535 + 17,4: + 0: 62327 + 17,5: + 0: 14207 + 17,6: + 0: 65527 + 17,7: + 0: 29495 + 16,0: + 0: 65535 + 16,1: + 0: 65535 + 16,2: + 0: 65535 + 16,3: + 0: 65535 + 17,0: + 0: 65335 + 17,1: + 0: 63359 + 17,2: + 0: 14335 + 17,3: + 0: 65331 + 16,-4: + 0: 65535 + 16,-3: + 0: 65535 + 16,-2: + 0: 65535 + 16,-1: + 0: 65535 + 17,-4: + 0: 14323 + 17,-3: + 0: 14195 + 17,-2: + 0: 13107 + 17,-1: + 0: 32759 + 16,-8: + 0: 65527 + 16,-7: + 0: 65535 + 16,-6: + 0: 65535 + 16,-5: + 0: 65535 + 17,-8: + 0: 63280 + 17,-7: + 0: 13111 + 17,-6: + 0: 13107 + 17,-5: + 0: 30719 + -3,8: + 0: 60616 + -3,9: + 0: 2254 + -2,8: + 0: 65535 + -2,9: + 0: 61439 + -1,8: + 0: 65535 + -1,9: + 0: 65535 + 0,8: + 0: 65535 + 0,9: + 0: 65535 + 1,8: + 0: 65535 + 1,9: + 0: 65535 + 2,8: + 0: 65535 + 2,9: + 0: 65535 + 3,8: + 0: 65535 + 3,9: + 0: 65535 + 4,8: + 0: 65535 + 4,9: + 0: 65535 + 5,8: + 0: 65535 + 5,9: + 0: 65535 + 6,8: + 0: 65535 + 6,9: + 0: 65535 + 7,8: + 0: 65535 + 7,9: + 0: 65535 + 8,8: + 0: 65535 + 8,9: + 0: 65535 + 9,8: + 0: 65535 + 9,9: + 0: 511 + 10,8: + 0: 65535 + 10,9: + 0: 3071 + 11,8: + 0: 65535 + 11,9: + 0: 16383 + 12,8: + 0: 65535 + 12,9: + 0: 3583 + 13,8: + 0: 65535 + 13,9: + 0: 36607 + 14,8: + 0: 65535 + 14,9: + 0: 1023 + 15,8: + 0: 65535 + 15,9: + 0: 12287 + 16,8: + 0: 65535 + 16,9: + 0: 52991 + 17,8: + 0: 65535 + 17,9: + 0: 4919 + 16,-9: + 0: 12288 + 12,-9: + 0: 49152 + 13,-9: + 0: 32768 + 14,-9: + 0: 45056 + 15,-9: + 0: 12288 + 8,-12: + 0: 65526 + 8,-11: + 0: 65535 + 8,-10: + 0: 65535 + 8,-9: + 0: 65535 + 9,-12: + 0: 65296 + 9,-11: + 0: 65535 + 9,-10: + 0: 65535 + 9,-9: + 0: 65535 + 10,-12: + 0: 4096 + 10,-11: + 0: 13105 + 10,-10: + 0: 4403 + 10,-9: + 0: 12305 + 11,-9: + 0: 16384 + 4,-11: + 0: 52360 + 4,-10: + 0: 36044 + 4,-9: + 0: 32776 + 5,-11: + 0: 65535 + 5,-10: + 0: 65535 + 5,-9: + 0: 56575 + 5,-12: + 0: 49152 + 6,-12: + 0: 65504 + 6,-11: + 0: 65535 + 6,-10: + 0: 65535 + 6,-9: + 0: 65535 + 7,-12: + 0: 64400 + 7,-11: + 0: 32767 + 2: 32768 + 7,-10: + 0: 65535 + 7,-9: + 0: 65535 + 1,-9: + 0: 32768 + 2,-9: + 0: 4096 + -1,-9: + 0: 16384 + -3,6: + 0: 36044 + -2,10: + 0: 2252 + -1,10: + 0: 65535 + -1,11: + 0: 36591 + 0,10: + 0: 65535 + 0,11: + 0: 65535 + 1,10: + 0: 65535 + 1,11: + 0: 65535 + 2,10: + 0: 65535 + 2,11: + 0: 65535 + 3,10: + 0: 65535 + 3,11: + 0: 65535 + 4,10: + 0: 65535 + 4,11: + 0: 65535 + 5,10: + 0: 65535 + 5,11: + 0: 65535 + 6,10: + 0: 65535 + 6,11: + 0: 65535 + 7,10: + 0: 65535 + 7,11: + 0: 65535 + 8,10: + 0: 13175 + 8,11: + 0: 17 + 0,12: + 0: 53247 + 0,13: + 0: 65516 + 0,14: + 0: 2287 + 1,12: + 0: 65535 + 1,13: + 0: 65535 + 1,14: + 0: 2559 + 2,12: + 0: 65535 + 2,13: + 0: 65535 + 2,14: + 0: 61439 + 3,12: + 0: 65535 + 3,13: + 0: 65535 + 3,14: + 0: 40959 + 4,12: + 0: 65535 + 4,13: + 0: 65535 + 4,14: + 0: 65535 + 5,12: + 0: 65535 + 5,13: + 0: 65535 + 5,14: + 0: 8191 + 6,12: + 0: 65535 + 6,13: + 0: 65535 + 6,14: + 0: 4095 + 7,12: + 0: 65535 + 7,13: + 0: 65535 + 7,14: + 0: 2047 + 8,12: + 0: 4369 + 8,13: + 0: 1 + -1,12: + 0: 8 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.14996 + moles: + - 20.078888 + - 75.53487 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.15 + moles: + - 21.6852 + - 81.57766 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance + - type: IFF + flags: Hide +- proto: AccordionInstrument + entities: + - uid: 14473 + components: + - type: Transform + pos: -15.909323,-65.33939 + parent: 2 +- proto: AcousticGuitarInstrument + entities: + - uid: 8325 + components: + - type: Transform + pos: 11.469309,59.64569 + parent: 2 + - uid: 9625 + components: + - type: Transform + pos: 43.453644,44.53918 + parent: 2 + - uid: 36886 + components: + - type: MetaData + name: Гитара lonya + - type: Transform + pos: -82.52229,-22.490364 + parent: 2 +- proto: ActionToggleInternals + entities: + - uid: 24744 + components: + - type: Transform + parent: 24737 +- proto: ActionToggleJetpack + entities: + - uid: 24743 + components: + - type: Transform + parent: 24737 +- proto: ActionToggleLight + entities: + - uid: 24900 + components: + - type: Transform + parent: 24898 + - uid: 36909 + components: + - type: Transform + parent: 36908 +- proto: AdvMopItem + entities: + - uid: 43099 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 79.50739,34.606667 + parent: 2 +- proto: AirAlarm + entities: + - uid: 2692 + components: + - type: Transform + pos: 40.5,-4.5 + parent: 2 + - type: DeviceList + devices: + - 33299 + - 33301 + - 33300 + - type: AtmosDevice + joinedGrid: 2 + - uid: 7981 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 63.5,42.5 + parent: 2 + - type: DeviceList + devices: + - 8272 + - 9395 + - 35263 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8713 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,-3.5 + parent: 2 + - type: DeviceList + devices: + - 28410 + - 28288 + - 13941 + - 31864 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8769 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-39.5 + parent: 2 + - type: DeviceList + devices: + - 31562 + - 28351 + - 28419 + - type: AtmosDevice + joinedGrid: 2 + - uid: 10918 + components: + - type: Transform + pos: 23.5,-21.5 + parent: 2 + - type: DeviceList + devices: + - 28426 + - 28296 + - 11333 + - type: AtmosDevice + joinedGrid: 2 + - uid: 11619 + components: + - type: Transform + pos: -77.5,63.5 + parent: 2 + - type: DeviceList + devices: + - 35696 + - 36188 + - 34202 + - type: AtmosDevice + joinedGrid: 2 + - uid: 30802 + components: + - type: Transform + pos: 27.5,-12.5 + parent: 2 + - type: DeviceList + devices: + - 33701 + - 33707 + - 33700 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31542 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,30.5 + parent: 2 + - type: DeviceList + devices: + - 28278 + - 28397 + - 31991 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31543 + components: + - type: Transform + pos: -28.5,4.5 + parent: 2 + - type: DeviceList + devices: + - 28453 + - 29437 + - 32229 + - 32227 + - 34217 + - 34219 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31544 + components: + - type: Transform + pos: -31.5,10.5 + parent: 2 + - type: DeviceList + devices: + - 10473 + - 15038 + - 10468 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31577 + components: + - type: Transform + pos: 32.5,-27.5 + parent: 2 + - type: DeviceList + devices: + - 28302 + - 28420 + - 28421 + - 28297 + - 31579 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31584 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-36.5 + parent: 2 + - type: DeviceList + devices: + - 28352 + - 31583 + - 28430 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31587 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,41.5 + parent: 2 + - type: DeviceList + devices: + - 30101 + - 29367 + - 32182 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31589 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,51.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31596 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,33.5 + parent: 2 + - type: DeviceList + devices: + - 28336 + - 28372 + - 27096 + - 27094 + - 27100 + - 28371 + - 28335 + - 27098 + - 28370 + - 28337 + - 27523 + - 27099 + - 27512 + - 27514 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31599 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,4.5 + parent: 2 + - type: DeviceList + devices: + - 28332 + - 28373 + - 27101 + - 27102 + - 27513 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31601 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,-28.5 + parent: 2 + - type: DeviceList + devices: + - 28303 + - 28429 + - 31600 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31604 + components: + - type: Transform + pos: -37.5,27.5 + parent: 2 + - type: DeviceList + devices: + - 28255 + - 28257 + - 32167 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31607 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,19.5 + parent: 2 + - type: DeviceList + devices: + - 28256 + - 28369 + - 27282 + - 27283 + - 28365 + - 28254 + - 2715 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31609 + components: + - type: Transform + pos: 44.5,-17.5 + parent: 2 + - type: DeviceList + devices: + - 28304 + - 31603 + - 29938 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31610 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,28.5 + parent: 2 + - type: DeviceList + devices: + - 28363 + - 28364 + - 32149 + - 28254 + - 28365 + - 32154 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31617 + components: + - type: Transform + pos: -30.5,37.5 + parent: 2 + - type: DeviceList + devices: + - 28367 + - 28252 + - 32150 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31618 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-0.5 + parent: 2 + - type: DeviceList + devices: + - 28301 + - 28423 + - 31622 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31620 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,3.5 + parent: 2 + - type: DeviceList + devices: + - 28300 + - 28424 + - 31621 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31624 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,45.5 + parent: 2 + - type: DeviceList + devices: + - 28265 + - 28375 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31627 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-21.5 + parent: 2 + - type: DeviceList + devices: + - 28299 + - 31628 + - 28425 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31633 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-75.5 + parent: 2 + - type: DeviceList + devices: + - 28438 + - 28326 + - 31561 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31635 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-75.5 + parent: 2 + - type: DeviceList + devices: + - 27814 + - 28327 + - 31629 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31639 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-68.5 + parent: 2 + - type: DeviceList + devices: + - 31636 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31641 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-56.5 + parent: 2 + - type: DeviceList + devices: + - 31640 + - 28436 + - 28325 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31668 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,62.5 + parent: 2 + - type: DeviceList + devices: + - 28267 + - 32070 + - 28378 + - 27240 + - 27115 + - 27238 + - 27237 + - 27239 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31674 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,63.5 + parent: 2 + - type: DeviceList + devices: + - 28379 + - 28268 + - 32055 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31676 + components: + - type: Transform + pos: 3.5,-49.5 + parent: 2 + - type: DeviceList + devices: + - 28435 + - 31653 + - 28354 + - 28441 + - 31652 + - 28355 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31704 + components: + - type: Transform + pos: 5.5,65.5 + parent: 2 + - type: DeviceList + devices: + - 28381 + - 28269 + - 32054 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31728 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,34.5 + parent: 2 + - type: DeviceList + devices: + - 28385 + - 28919 + - 28461 + - 28463 + - 27128 + - 27127 + - 27125 + - 27126 + - 27580 + - 27581 + - 27582 + - 27123 + - 28967 + - 1636 + - 27130 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31729 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-43.5 + parent: 2 + - type: DeviceList + devices: + - 28700 + - 31691 + - 28311 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31735 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,42.5 + parent: 2 + - type: DeviceList + devices: + - 28383 + - 28382 + - 32080 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31736 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,53.5 + parent: 2 + - type: DeviceList + devices: + - 28271 + - 29189 + - 31960 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31738 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,49.5 + parent: 2 + - type: DeviceList + devices: + - 28386 + - 28339 + - 27132 + - 27134 + - 28387 + - 28340 + - 27131 + - 27135 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31742 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-36.5 + parent: 2 + - type: DeviceList + devices: + - 28314 + - 30 + - 30048 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31751 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-36.5 + parent: 2 + - type: DeviceList + devices: + - 28312 + - 30046 + - 31749 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31763 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-58.5 + parent: 2 + - type: DeviceList + devices: + - 30356 + - 28439 + - 31754 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31767 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,44.5 + parent: 2 + - type: DeviceList + devices: + - 28391 + - 28274 + - 31940 + - 31939 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31768 + components: + - type: Transform + pos: 10.5,-56.5 + parent: 2 + - type: DeviceList + devices: + - 28758 + - 30370 + - 31762 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31770 + components: + - type: Transform + pos: 33.5,60.5 + parent: 2 + - type: DeviceList + devices: + - 28390 + - 28272 + - 31962 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31781 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,36.5 + parent: 2 + - type: DeviceList + devices: + - 28393 + - 31924 + - 28275 + - 31926 + - 31923 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31783 + components: + - type: Transform + pos: 30.5,-47.5 + parent: 2 + - type: DeviceList + devices: + - 28308 + - 3758 + - 28431 + - 28432 + - 13050 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31789 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,-52.5 + parent: 2 + - type: DeviceList + devices: + - 28306 + - 28434 + - 31556 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31792 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,35.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31793 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,35.5 + parent: 2 + - type: DeviceList + devices: + - 28276 + - 28394 + - 27158 + - 27159 + - 27157 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31807 + components: + - type: Transform + pos: 25.5,-44.5 + parent: 2 + - type: DeviceList + devices: + - 31815 + - 31791 + - 28353 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31850 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 55.5,-1.5 + parent: 2 + - type: DeviceList + devices: + - 28413 + - 31840 + - 31838 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31855 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 60.5,-5.5 + parent: 2 + - type: DeviceList + devices: + - 28412 + - 28287 + - 31835 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31859 + components: + - type: Transform + pos: 67.5,9.5 + parent: 2 + - type: DeviceList + devices: + - 28289 + - 28411 + - 31856 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31860 + components: + - type: Transform + pos: 58.5,6.5 + parent: 2 + - type: DeviceList + devices: + - 28408 + - 28286 + - 31818 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31878 + components: + - type: Transform + pos: 64.5,18.5 + parent: 2 + - type: DeviceList + devices: + - 28346 + - 28406 + - 31872 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31879 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,19.5 + parent: 2 + - type: DeviceList + devices: + - 28403 + - 28345 + - 31873 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31886 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,24.5 + parent: 2 + - type: DeviceList + devices: + - 28283 + - 28404 + - 28284 + - 28405 + - 31883 + - 31884 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31889 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,27.5 + parent: 2 + - type: DeviceList + devices: + - 29454 + - 29455 + - 28396 + - 28343 + - 31904 - 31901 - type: AtmosDevice joinedGrid: 2 - - uid: 31948 + - uid: 31948 + components: + - type: Transform + pos: 45.5,55.5 + parent: 2 + - type: DeviceList + devices: + - 28392 + - 28273 + - 31945 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31963 + components: + - type: Transform + pos: 33.5,55.5 + parent: 2 + - type: DeviceList + devices: + - 31956 + - 31958 + - 29189 + - 31960 + - 28271 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31976 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,56.5 + parent: 2 + - type: DeviceList + devices: + - 28270 + - 28389 + - 31961 + - 31974 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31995 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,25.5 + parent: 2 + - type: DeviceList + devices: + - 28467 + - 29358 + - 31988 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31999 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,23.5 + parent: 2 + - type: DeviceList + devices: + - 28280 + - 28402 + - 31992 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32004 + components: + - type: Transform + pos: 31.5,21.5 + parent: 2 + - type: DeviceList + devices: + - 28282 + - 28399 + - 31989 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32007 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,19.5 + parent: 2 + - type: DeviceList + devices: + - 28279 + - 28400 + - 31990 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32017 + components: + - type: Transform + pos: 20.5,51.5 + parent: 2 + - type: DeviceList + devices: + - 28978 + - 28341 + - 31893 + - 32016 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32019 + components: + - type: Transform + pos: 13.5,48.5 + parent: 2 + - type: DeviceList + devices: + - 28387 + - 28340 + - 28386 + - 28339 + - 32014 + - 32013 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32027 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,51.5 + parent: 2 + - type: DeviceList + devices: + - 28380 + - 28338 + - 32039 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32092 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,41.5 + parent: 2 + - type: DeviceList + devices: + - 28385 + - 28919 + - 32079 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32098 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,31.5 + parent: 2 + - type: DeviceList + devices: + - 28463 + - 28461 + - 32097 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32106 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,29.5 + parent: 2 + - type: DeviceList + devices: + - 28967 + - 1636 + - 32100 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32108 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,50.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32137 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,43.5 + parent: 2 + - type: DeviceList + devices: + - 32134 + - 32135 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32145 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,44.5 + parent: 2 + - type: DeviceList + devices: + - 28374 + - 28376 + - 28362 + - 28266 + - 32064 + - 27474 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32153 + components: + - type: Transform + pos: -41.5,34.5 + parent: 2 + - type: DeviceList + devices: + - 28460 + - 28361 + - 32148 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32163 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,33.5 + parent: 2 + - type: DeviceList + devices: + - 30562 + - 28263 + - 32164 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32169 + components: + - type: Transform + pos: -28.5,19.5 + parent: 2 + - type: DeviceList + devices: + - 28369 + - 28256 + - 32166 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32173 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,9.5 + parent: 2 + - type: DeviceList + devices: + - 28258 + - 28368 + - 32147 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32179 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,23.5 + parent: 2 + - type: DeviceList + devices: + - 28366 + - 28253 + - 32177 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32188 + components: + - type: Transform + pos: -44.5,38.5 + parent: 2 + - type: DeviceList + devices: + - 28372 + - 28336 + - 32186 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32202 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,16.5 + parent: 2 + - type: DeviceList + devices: + - 28373 + - 28332 + - 32195 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32204 + components: + - type: Transform + pos: -58.5,32.5 + parent: 2 + - type: DeviceList + devices: + - 28370 + - 28337 + - 13041 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32206 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,29.5 + parent: 2 + - type: DeviceList + devices: + - 28371 + - 28335 + - 32205 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32234 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,15.5 + parent: 2 + - type: DeviceList + devices: + - 28459 + - 28360 + - 32209 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32261 + components: + - type: Transform + pos: -42.5,-26.5 + parent: 2 + - type: DeviceList + devices: + - 28458 + - 28358 + - 32257 + - 32260 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32269 + components: + - type: Transform + pos: -34.5,-34.5 + parent: 2 + - type: DeviceList + devices: + - 28357 + - 32201 + - 28443 + - 32258 + - 32256 + - 32255 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32359 + components: + - type: Transform + pos: -50.5,-47.5 + parent: 2 + - type: DeviceList + devices: + - 28457 + - 28331 + - 32303 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32374 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,-41.5 + parent: 2 + - type: DeviceList + devices: + - 28455 + - 28454 + - 28333 + - 28334 + - 32300 + - 32301 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32384 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-45.5 + parent: 2 + - type: DeviceList + devices: + - 28456 + - 28330 + - 32380 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32478 + components: + - type: Transform + pos: -36.5,-23.5 + parent: 2 + - type: DeviceList + devices: + - 28445 + - 28319 + - 32262 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32495 + components: + - type: Transform + pos: -41.5,-12.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32534 + components: + - type: Transform + pos: -27.5,-27.5 + parent: 2 + - type: DeviceList + devices: + - 28318 + - 28444 + - 32263 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32545 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-37.5 + parent: 2 + - type: DeviceList + devices: + - 28447 + - 28321 + - 32271 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32553 + components: + - type: Transform + pos: -20.5,-31.5 + parent: 2 + - type: DeviceList + devices: + - 28448 + - 28322 + - 32270 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32565 + components: + - type: Transform + pos: -29.5,-23.5 + parent: 2 + - type: DeviceList + devices: + - 28446 + - 28317 + - 32264 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32584 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-29.5 + parent: 2 + - type: DeviceList + devices: + - 28449 + - 28323 + - 32268 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32588 + components: + - type: Transform + pos: -15.5,-21.5 + parent: 2 + - type: DeviceList + devices: + - 28324 + - 28450 + - 32267 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32590 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-11.5 + parent: 2 + - type: DeviceList + devices: + - 28452 + - 28315 + - 32266 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32593 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-18.5 + parent: 2 + - type: DeviceList + devices: + - 28451 + - 23871 + - 32265 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32612 + components: + - type: Transform + pos: -46.5,9.5 + parent: 2 + - type: DeviceList + devices: + - 29374 + - 28259 + - 32611 + - type: AtmosDevice + joinedGrid: 2 + - uid: 33214 + components: + - type: Transform + pos: -16.5,41.5 + parent: 2 + - type: DeviceList + devices: + - 33215 + - 33216 + - 32134 + - type: AtmosDevice + joinedGrid: 2 + - uid: 33639 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,3.5 + parent: 2 + - type: DeviceList + devices: + - 31838 + - 31840 + - 28413 + - type: AtmosDevice + joinedGrid: 2 + - uid: 33709 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-16.5 + parent: 2 + - type: DeviceList + devices: + - 33698 + - 33708 + - 33699 + - type: AtmosDevice + joinedGrid: 2 + - uid: 33736 + components: + - type: Transform + pos: 41.5,-12.5 + parent: 2 + - type: DeviceList + devices: + - 28305 + - 31602 + - 29939 + - type: AtmosDevice + joinedGrid: 2 + - uid: 34211 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -84.5,63.5 + parent: 2 + - type: DeviceList + devices: + - 34198 + - 34202 + - 34201 + - 34200 + - 35691 + - 35698 + - type: AtmosDevice + joinedGrid: 2 + - uid: 34212 + components: + - type: Transform + pos: -88.5,69.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 34213 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -81.5,70.5 + parent: 2 + - type: DeviceList + devices: + - 34199 + - 34198 + - 35701 + - 35692 + - type: AtmosDevice + joinedGrid: 2 + - uid: 34214 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,76.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 34216 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -70.5,80.5 + parent: 2 + - type: DeviceList + devices: + - 34204 + - 34203 + - 35769 + - 35694 + - type: AtmosDevice + joinedGrid: 2 + - uid: 34218 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,72.5 + parent: 2 + - type: DeviceList + devices: + - 35695 + - 35704 + - 34204 + - type: AtmosDevice + joinedGrid: 2 + - uid: 35288 + components: + - type: Transform + pos: 68.5,36.5 + parent: 2 + - type: DeviceList + devices: + - 35206 + - 35258 + - 35205 + - 43107 + - type: AtmosDevice + joinedGrid: 2 + - uid: 35289 + components: + - type: Transform + pos: 57.5,36.5 + parent: 2 + - type: DeviceList + devices: + - 35257 + - 35204 + - 35203 + - type: AtmosDevice + joinedGrid: 2 + - uid: 35290 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,30.5 + parent: 2 + - type: DeviceList + devices: + - 35208 + - 35286 + - 35207 + - type: AtmosDevice + joinedGrid: 2 + - uid: 35291 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,30.5 + parent: 2 + - type: DeviceList + devices: + - 35292 + - 35210 + - 35209 + - type: AtmosDevice + joinedGrid: 2 + - uid: 36182 + components: + - type: Transform + pos: -83.5,86.5 + parent: 2 + - type: DeviceList + devices: + - 34203 + - 34199 + - 35693 + - 35702 + - type: AtmosDevice + joinedGrid: 2 +- proto: AirCanister + entities: + - uid: 3122 + components: + - type: Transform + pos: 55.5,-40.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5068 + components: + - type: Transform + pos: -31.5,-9.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5069 + components: + - type: Transform + pos: -31.5,-10.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5847 + components: + - type: Transform + pos: -35.5,-12.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8135 + components: + - type: Transform + pos: -50.5,23.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8136 + components: + - type: Transform + pos: -50.5,24.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8145 + components: + - type: Transform + pos: -50.5,25.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 11620 + components: + - type: Transform + pos: 24.5,-61.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 11905 + components: + - type: Transform + pos: 30.5,-23.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12902 + components: + - type: Transform + pos: 10.5,37.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 24073 + components: + - type: Transform + pos: -76.5,60.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 26574 + components: + - type: Transform + pos: -76.5,62.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 27820 + components: + - type: Transform + pos: -45.5,50.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 33185 + components: + - type: Transform + pos: 26.5,-16.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 34089 + components: + - type: Transform + pos: -58.5,3.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 36306 + components: + - type: Transform + pos: 21.5,-9.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: Airlock + entities: + - uid: 2183 + components: + - type: Transform + pos: -21.5,-51.5 + parent: 2 + - uid: 2184 + components: + - type: Transform + pos: -20.5,-51.5 + parent: 2 + - uid: 2572 + components: + - type: Transform + pos: 35.5,-55.5 + parent: 2 + - uid: 5817 + components: + - type: Transform + pos: 23.5,-55.5 + parent: 2 + - uid: 5819 + components: + - type: Transform + pos: 27.5,-53.5 + parent: 2 + - uid: 5821 + components: + - type: Transform + pos: 20.5,-45.5 + parent: 2 + - uid: 5822 + components: + - type: Transform + pos: 20.5,-42.5 + parent: 2 + - type: DeviceLinkSink + links: + - 36878 + - uid: 5826 + components: + - type: Transform + pos: 19.5,-57.5 + parent: 2 + - uid: 5827 + components: + - type: Transform + pos: 22.5,-42.5 + parent: 2 + - type: DeviceLinkSink + links: + - 36879 + - uid: 5828 + components: + - type: Transform + pos: 24.5,-42.5 + parent: 2 + - type: DeviceLinkSink + links: + - 36877 + - uid: 5829 + components: + - type: Transform + pos: 31.5,-52.5 + parent: 2 + - uid: 11921 + components: + - type: Transform + pos: 59.5,18.5 + parent: 2 +- proto: AirlockArmoryLocked + entities: + - uid: 6038 + components: + - type: Transform + pos: 40.5,43.5 + parent: 2 + - uid: 6039 + components: + - type: Transform + pos: 30.5,24.5 + parent: 2 + - uid: 6046 + components: + - type: Transform + pos: 26.5,17.5 + parent: 2 + - uid: 11432 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 72.5,32.5 + parent: 2 + - uid: 27550 + components: + - type: Transform + pos: 63.5,34.5 + parent: 2 +- proto: AirlockAssembly + entities: + - uid: 13291 + components: + - type: Transform + pos: 55.5,-44.5 + parent: 2 +- proto: AirlockAtmosphericsGlassLocked + entities: + - uid: 5892 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,35.5 + parent: 2 +- proto: AirlockAtmosphericsLocked + entities: + - uid: 1963 + components: + - type: Transform + pos: -49.5,36.5 + parent: 2 + - uid: 5888 + components: + - type: Transform + pos: -49.5,28.5 + parent: 2 + - uid: 5889 + components: + - type: Transform + pos: -43.5,34.5 + parent: 2 + - uid: 5890 + components: + - type: Transform + pos: -51.5,38.5 + parent: 2 + - uid: 5891 + components: + - type: Transform + pos: -51.5,33.5 + parent: 2 + - uid: 5893 + components: + - type: Transform + pos: -57.5,32.5 + parent: 2 + - uid: 8573 + components: + - type: Transform + pos: -38.5,52.5 + parent: 2 + - uid: 28966 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,29.5 + parent: 2 +- proto: AirlockBarLocked + entities: + - uid: 6101 + components: + - type: Transform + pos: 7.5,65.5 + parent: 2 + - uid: 6102 + components: + - type: Transform + pos: 5.5,68.5 + parent: 2 +- proto: AirlockBrigGlassLocked + entities: + - uid: 4889 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,53.5 + parent: 2 + - uid: 4890 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,54.5 + parent: 2 +- proto: AirlockBrigLocked + entities: + - uid: 1254 + components: + - type: Transform + pos: 37.5,32.5 + parent: 2 + - uid: 1259 + components: + - type: Transform + pos: 39.5,32.5 + parent: 2 + - uid: 4883 + components: + - type: Transform + pos: 39.5,36.5 + parent: 2 + - uid: 4884 + components: + - type: Transform + pos: 37.5,36.5 + parent: 2 + - uid: 4885 + components: + - type: Transform + pos: 36.5,35.5 + parent: 2 + - uid: 4886 + components: + - type: Transform + pos: 36.5,33.5 + parent: 2 + - uid: 4888 + components: + - type: Transform + pos: 25.5,50.5 + parent: 2 + - uid: 6040 + components: + - type: Transform + pos: 27.5,30.5 + parent: 2 + - uid: 6041 + components: + - type: Transform + pos: 29.5,30.5 + parent: 2 + - uid: 6042 + components: + - type: Transform + pos: 26.5,27.5 + parent: 2 + - uid: 7249 + components: + - type: Transform + pos: 52.5,32.5 + parent: 2 + - uid: 11492 + components: + - type: Transform + pos: 58.5,32.5 + parent: 2 + - uid: 11493 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 61.5,32.5 + parent: 2 +- proto: AirlockCaptainLocked + entities: + - uid: 4810 + components: + - type: Transform + pos: 6.5,-32.5 + parent: 2 + - uid: 4811 + components: + - type: Transform + pos: 10.5,-35.5 + parent: 2 +- proto: AirlockCargo + entities: + - uid: 34530 + components: + - type: Transform + pos: 10.5,5.5 + parent: 30892 +- proto: AirlockCargoGlass + entities: + - uid: 36910 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-2.5 + parent: 36907 +- proto: AirlockCargoGlassLocked + entities: + - uid: 5401 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,-40.5 + parent: 2 + - uid: 5402 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,-43.5 + parent: 2 +- proto: AirlockCargoLocked + entities: + - uid: 5403 + components: + - type: Transform + pos: -41.5,-45.5 + parent: 2 + - uid: 5410 + components: + - type: Transform + pos: -50.5,-35.5 + parent: 2 + - uid: 34527 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,8.5 + parent: 30892 + - uid: 34576 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,8.5 + parent: 30892 + - uid: 34577 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,8.5 + parent: 30892 +- proto: AirlockChapelGlassLocked + entities: + - uid: 8777 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 55.5,-21.5 + parent: 2 +- proto: AirlockChapelLocked + entities: + - uid: 8775 + components: + - type: Transform + pos: 49.5,-26.5 + parent: 2 + - uid: 8776 + components: + - type: Transform + pos: 53.5,-24.5 + parent: 2 + - uid: 8778 + components: + - type: Transform + pos: 60.5,-19.5 + parent: 2 +- proto: AirlockChemistryLocked + entities: + - uid: 4815 + components: + - type: Transform + pos: 25.5,-32.5 + parent: 2 +- proto: AirlockChiefEngineerLocked + entities: + - uid: 5920 + components: + - type: Transform + pos: -16.5,19.5 + parent: 2 +- proto: AirlockChiefMedicalOfficerGlassLocked + entities: + - uid: 4835 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-18.5 + parent: 2 +- proto: AirlockChiefMedicalOfficerLocked + entities: + - uid: 4836 + components: + - type: Transform + pos: 17.5,-19.5 + parent: 2 +- proto: AirlockCommandGlass + entities: + - uid: 34210 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -86.5,81.5 + parent: 2 +- proto: AirlockCommandGlassLocked + entities: + - uid: 4796 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-35.5 + parent: 2 + - uid: 4797 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-33.5 + parent: 2 + - uid: 4798 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-33.5 + parent: 2 + - uid: 4799 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-35.5 + parent: 2 + - uid: 5928 + components: + - type: Transform + pos: -26.5,40.5 + parent: 2 + - uid: 6034 + components: + - type: Transform + pos: -1.5,43.5 + parent: 2 + - uid: 9603 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,30.5 + parent: 2 + - uid: 19384 + components: + - type: Transform + pos: -85.5,73.5 + parent: 2 + - uid: 24150 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -77.5,59.5 + parent: 2 + - uid: 30768 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -76.5,80.5 + parent: 2 + - uid: 30769 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -76.5,84.5 + parent: 2 + - uid: 30770 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -72.5,84.5 + parent: 2 + - uid: 30771 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -72.5,80.5 + parent: 2 +- proto: AirlockCommandLocked + entities: + - uid: 4764 + components: + - type: Transform + pos: -22.5,-23.5 + parent: 2 + - uid: 4800 + components: + - type: Transform + pos: -5.5,-32.5 + parent: 2 + - uid: 4814 + components: + - type: Transform + pos: 12.5,-39.5 + parent: 2 + - uid: 7228 + components: + - type: Transform + pos: -82.5,70.5 + parent: 2 + - uid: 7257 + components: + - type: Transform + pos: -69.5,82.5 + parent: 2 + - uid: 33109 + components: + - type: Transform + pos: 61.5,-3.5 + parent: 2 + - uid: 33665 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -80.5,58.5 + parent: 2 + - uid: 34169 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -84.5,66.5 + parent: 2 +- proto: AirlockDetectiveGlassLocked + entities: + - uid: 6048 + components: + - type: Transform + pos: 41.5,24.5 + parent: 2 +- proto: AirlockEngineering + entities: + - uid: 34531 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,6.5 + parent: 30892 +- proto: AirlockEngineeringGlass + entities: + - uid: 15480 + components: + - type: Transform + pos: 10.5,4.5 + parent: 14592 + - uid: 36911 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,0.5 + parent: 36907 + - uid: 36912 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,0.5 + parent: 36907 +- proto: AirlockEngineeringGlassLocked + entities: + - uid: 1190 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -64.5,11.5 + parent: 2 + - uid: 5899 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -59.5,26.5 + parent: 2 + - uid: 5923 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,19.5 + parent: 2 + - uid: 8800 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,11.5 + parent: 2 + - uid: 28348 + components: + - type: Transform + pos: -14.5,35.5 + parent: 2 +- proto: AirlockEngineeringLocked + entities: + - uid: 214 + components: + - type: Transform + pos: -24.5,26.5 + parent: 2 + - uid: 706 + components: + - type: Transform + pos: -57.5,11.5 + parent: 2 + - uid: 1856 + components: + - type: Transform + pos: -9.5,48.5 + parent: 2 + - uid: 4125 + components: + - type: Transform + pos: 20.5,35.5 + parent: 2 + - uid: 4792 + components: + - type: Transform + pos: -18.5,-13.5 + parent: 2 + - uid: 4793 + components: + - type: Transform + pos: -20.5,16.5 + parent: 2 + - uid: 4881 + components: + - type: Transform + pos: 65.5,12.5 + parent: 2 + - uid: 4882 + components: + - type: Transform + pos: 66.5,18.5 + parent: 2 + - uid: 5902 + components: + - type: Transform + pos: -61.5,29.5 + parent: 2 + - uid: 5903 + components: + - type: Transform + pos: -57.5,23.5 + parent: 2 + - uid: 5904 + components: + - type: Transform + pos: -57.5,19.5 + parent: 2 + - uid: 5911 + components: + - type: Transform + pos: -28.5,30.5 + parent: 2 + - uid: 5912 + components: + - type: Transform + pos: -26.5,32.5 + parent: 2 + - uid: 5913 + components: + - type: Transform + pos: -26.5,28.5 + parent: 2 + - uid: 5914 + components: + - type: Transform + pos: -22.5,36.5 + parent: 2 + - uid: 5916 + components: + - type: Transform + pos: -19.5,31.5 + parent: 2 + - uid: 5917 + components: + - type: Transform + pos: -19.5,32.5 + parent: 2 + - uid: 5918 + components: + - type: Transform + pos: -24.5,34.5 + parent: 2 + - uid: 5919 + components: + - type: Transform + pos: -18.5,23.5 + parent: 2 + - uid: 5921 + components: + - type: Transform + pos: -22.5,18.5 + parent: 2 + - uid: 5922 + components: + - type: Transform + pos: -27.5,19.5 + parent: 2 + - uid: 5924 + components: + - type: Transform + pos: -35.5,25.5 + parent: 2 + - uid: 5925 + components: + - type: Transform + pos: -35.5,21.5 + parent: 2 + - uid: 5926 + components: + - type: Transform + pos: -42.5,21.5 + parent: 2 + - uid: 5995 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,41.5 + parent: 2 + - uid: 8011 + components: + - type: Transform + pos: -50.5,4.5 + parent: 2 + - uid: 8805 + components: + - type: Transform + pos: -53.5,11.5 + parent: 2 + - uid: 10248 + components: + - type: Transform + pos: 45.5,18.5 + parent: 2 + - uid: 10953 + components: + - type: Transform + pos: 14.5,-65.5 + parent: 2 + - uid: 11491 + components: + - type: Transform + pos: 56.5,-8.5 + parent: 2 + - uid: 11675 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -64.5,-20.5 + parent: 2 + - uid: 12299 + components: + - type: Transform + pos: -46.5,-33.5 + parent: 2 + - uid: 13111 + components: + - type: Transform + pos: 17.5,54.5 + parent: 2 + - uid: 13177 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-8.5 + parent: 2 + - uid: 13238 + components: + - type: Transform + pos: -25.5,16.5 + parent: 2 + - uid: 13673 + components: + - type: Transform + pos: -47.5,-3.5 + parent: 2 + - uid: 13779 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-55.5 + parent: 2 + - uid: 18568 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-34.5 + parent: 2 + - uid: 26982 + components: + - type: Transform + pos: -13.5,42.5 + parent: 2 + - uid: 27679 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,-37.5 + parent: 2 + - uid: 30853 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 2 +- proto: AirlockEVALocked + entities: + - uid: 5815 + components: + - type: Transform + pos: 16.5,-48.5 + parent: 2 +- proto: AirlockExternal + entities: + - uid: 34532 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,4.5 + parent: 30892 + - uid: 34533 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,3.5 + parent: 30892 + - uid: 34535 + components: + - type: Transform + pos: 14.5,4.5 + parent: 30892 +- proto: AirlockExternalAtmosphericsLocked + entities: + - uid: 29987 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,53.5 + parent: 2 +- proto: AirlockExternalEngineeringLocked + entities: + - uid: 4507 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -69.5,6.5 + parent: 2 + - uid: 4791 + components: + - type: Transform + pos: -72.5,4.5 + parent: 2 + - uid: 4988 + components: + - type: Transform + pos: 0.5,20.5 + parent: 2 + - uid: 4990 + components: + - type: Transform + pos: -1.5,21.5 + parent: 2 + - uid: 5900 + components: + - type: Transform + pos: -64.5,30.5 + parent: 2 + - type: DeviceLinkSink + links: + - 5901 + - type: DeviceLinkSource + linkedPorts: + 5901: + - DoorStatus: DoorBolt + - uid: 5901 + components: + - type: Transform + pos: -63.5,29.5 + parent: 2 + - type: DeviceLinkSink + links: + - 5900 + - type: DeviceLinkSource + linkedPorts: + 5900: + - DoorStatus: DoorBolt + - uid: 5905 + components: + - type: Transform + pos: -67.5,18.5 + parent: 2 + - type: DeviceLinkSink + links: + - 5906 + - type: DeviceLinkSource + linkedPorts: + 5906: + - DoorStatus: DoorBolt + - uid: 5906 + components: + - type: Transform + pos: -65.5,18.5 + parent: 2 + - type: DeviceLinkSink + links: + - 5905 + - type: DeviceLinkSource + linkedPorts: + 5905: + - DoorStatus: DoorBolt + - uid: 8542 + components: + - type: Transform + pos: -22.5,65.5 + parent: 2 + - uid: 8543 + components: + - type: Transform + pos: -25.5,69.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14262 + - type: DeviceLinkSource + linkedPorts: + 14262: + - DoorStatus: DoorBolt + - uid: 9262 + components: + - type: Transform + pos: -67.5,-23.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9263 + - type: DeviceLinkSource + linkedPorts: + 9263: + - DoorStatus: DoorBolt + - uid: 11451 + components: + - type: Transform + pos: -4.5,14.5 + parent: 2 + - uid: 12508 + components: + - type: Transform + pos: -2.5,15.5 + parent: 2 + - uid: 12509 + components: + - type: Transform + pos: 3.5,15.5 + parent: 2 + - uid: 12525 + components: + - type: Transform + pos: 5.5,14.5 + parent: 2 + - uid: 14262 + components: + - type: Transform + pos: -24.5,68.5 + parent: 2 + - type: DeviceLinkSink + links: + - 8543 + - type: DeviceLinkSource + linkedPorts: + 8543: + - DoorStatus: DoorBolt + - uid: 20337 + components: + - type: Transform + pos: -60.5,69.5 + parent: 2 + - type: DeviceLinkSink + links: + - 20338 + - type: DeviceLinkSource + linkedPorts: + 20338: + - DoorStatus: DoorBolt + - uid: 20338 + components: + - type: Transform + pos: -60.5,72.5 + parent: 2 + - type: DeviceLinkSink + links: + - 20337 + - type: DeviceLinkSource + linkedPorts: + 20337: + - DoorStatus: DoorBolt + - uid: 24457 + components: + - type: Transform + pos: -72.5,57.5 + parent: 2 + - type: DeviceLinkSink + links: + - 24679 + - type: DeviceLinkSource + linkedPorts: + 24679: + - DoorStatus: DoorBolt + - uid: 24679 + components: + - type: Transform + pos: -75.5,57.5 + parent: 2 + - type: DeviceLinkSink + links: + - 24457 + - type: DeviceLinkSource + linkedPorts: + 24457: + - DoorStatus: DoorBolt + - uid: 33610 + components: + - type: Transform + pos: -19.5,7.5 + parent: 2 +- proto: AirlockExternalGlass + entities: + - uid: 3375 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 73.5,-4.5 + parent: 2 + - uid: 3376 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 73.5,-2.5 + parent: 2 + - uid: 4876 + components: + - type: Transform + pos: -10.5,-84.5 + parent: 2 + - uid: 9710 + components: + - type: Transform + pos: 11.5,-84.5 + parent: 2 + - uid: 9714 + components: + - type: Transform + pos: -10.5,-77.5 + parent: 2 + - uid: 9717 + components: + - type: Transform + pos: 7.5,-77.5 + parent: 2 + - uid: 9722 + components: + - type: Transform + pos: -6.5,-84.5 + parent: 2 + - uid: 9724 + components: + - type: Transform + pos: 11.5,-77.5 + parent: 2 + - uid: 9727 + components: + - type: Transform + pos: -6.5,-77.5 + parent: 2 + - uid: 9728 + components: + - type: Transform + pos: 7.5,-84.5 + parent: 2 + - uid: 11163 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,57.5 + parent: 2 + - uid: 13971 + components: + - type: Transform + pos: -5.5,0.5 + parent: 14592 + - uid: 14159 + components: + - type: Transform + pos: -4.5,0.5 + parent: 14592 + - uid: 19252 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 73.5,3.5 + parent: 2 + - uid: 34534 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,0.5 + parent: 30892 +- proto: AirlockExternalGlassCargoLocked + entities: + - uid: 5404 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,-45.5 + parent: 2 + - uid: 5405 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,-43.5 + parent: 2 + - uid: 5431 + components: + - type: Transform + pos: -49.5,-51.5 + parent: 2 + - type: DeviceLinkSink + links: + - 5433 + - type: DeviceLinkSource + linkedPorts: + 5433: + - DoorStatus: DoorBolt + - uid: 5433 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -51.5,-51.5 + parent: 2 + - type: DeviceLinkSink + links: + - 5431 + - type: DeviceLinkSource + linkedPorts: + 5431: + - DoorStatus: DoorBolt +- proto: AirlockExternalGlassEngineeringLocked + entities: + - uid: 5930 + components: + - type: Transform + pos: -11.5,21.5 + parent: 2 + - type: DeviceLinkSink + links: + - 5931 + - type: DeviceLinkSource + linkedPorts: + 5931: + - DoorStatus: DoorBolt + - uid: 5931 + components: + - type: Transform + pos: -13.5,21.5 + parent: 2 + - type: DeviceLinkSink + links: + - 5930 + - type: DeviceLinkSource + linkedPorts: + 5930: + - DoorStatus: DoorBolt + - uid: 9263 + components: + - type: Transform + pos: -66.5,-22.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9262 + - type: DeviceLinkSource + linkedPorts: + 9262: + - DoorStatus: DoorBolt + - uid: 10971 + components: + - type: Transform + pos: 65.5,-38.5 + parent: 2 + - uid: 11128 + components: + - type: Transform + pos: 63.5,-37.5 + parent: 2 +- proto: AirlockExternalGlassLocked + entities: + - uid: 4849 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,-10.5 + parent: 2 + - uid: 7809 + components: + - type: Transform + pos: 22.5,-8.5 + parent: 2 + - uid: 8129 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-10.5 + parent: 2 + - uid: 8720 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 72.5,-24.5 + parent: 2 + - uid: 12700 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 72.5,-20.5 + parent: 2 +- proto: AirlockExternalGlassShuttleArrivals + entities: + - uid: 4166 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-77.5 + parent: 2 + - uid: 6261 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-84.5 + parent: 2 + - uid: 9719 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-77.5 + parent: 2 + - uid: 9721 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-84.5 + parent: 2 +- proto: AirlockExternalGlassShuttleEmergencyLocked + entities: + - uid: 3439 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 76.5,3.5 + parent: 2 + - uid: 3448 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 76.5,5.5 + parent: 2 + - uid: 8719 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 74.5,-24.5 + parent: 2 + - uid: 11165 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 76.5,-2.5 + parent: 2 + - uid: 12619 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 76.5,-4.5 + parent: 2 + - uid: 14303 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 74.5,-20.5 + parent: 2 +- proto: AirlockExternalGlassShuttleEscape + entities: + - uid: 2158 + components: + - type: Transform + pos: -8.5,-89.5 + parent: 2 + - uid: 3354 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,59.5 + parent: 2 + - uid: 6259 + components: + - type: Transform + pos: 9.5,-89.5 + parent: 2 +- proto: AirlockExternalGlassShuttleLocked + entities: + - uid: 4562 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -74.5,4.5 + parent: 2 + - type: Docking + dockJointId: docking33846 + dockedWith: 33353 + - uid: 5425 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,-43.5 + parent: 2 + - uid: 5426 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,-45.5 + parent: 2 + - uid: 5437 + components: + - type: Transform + pos: -48.5,-54.5 + parent: 2 + - uid: 5438 + components: + - type: Transform + pos: -47.5,-54.5 + parent: 2 + - uid: 8562 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-84.5 + parent: 2 + - uid: 9718 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-77.5 + parent: 2 + - uid: 9723 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-84.5 + parent: 2 + - uid: 9726 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-77.5 + parent: 2 + - uid: 11406 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 67.5,42.5 + parent: 2 + - type: Docking + dockJointId: docking176094 + dockedWith: 24929 + - uid: 13984 + components: + - type: Transform + pos: 6.5,-10.5 + parent: 14592 + - uid: 14004 + components: + - type: Transform + pos: 5.5,-10.5 + parent: 14592 + - uid: 24929 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,0.5 + parent: 32914 + - type: Docking + dockJointId: docking176094 + dockedWith: 11406 + - uid: 31343 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-3.5 + parent: 30892 + - type: RecentlyDocked + lastDocked: 31343 + - uid: 32958 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,0.5 + parent: 32914 + - uid: 33353 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,2.5 + parent: 31348 + - type: Docking + dockJointId: docking33846 + dockedWith: 4562 + - uid: 33354 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,2.5 + parent: 31348 + - uid: 36526 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,1.5 + parent: 36450 + - uid: 43084 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 81.5,43.5 + parent: 2 + - type: Docking + dockJointId: docking120422 + dockedWith: 43135 + - uid: 43135 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,1.5 + parent: 36450 + - type: Docking + dockJointId: docking120422 + dockedWith: 43084 +- proto: AirlockExternalLocked + entities: + - uid: 695 + components: + - type: Transform + pos: 17.5,12.5 + parent: 2 + - uid: 8430 + components: + - type: Transform + pos: 23.5,-6.5 + parent: 2 + - uid: 9713 + components: + - type: Transform + pos: 9.5,-87.5 + parent: 2 + - uid: 9729 + components: + - type: Transform + pos: -8.5,-87.5 + parent: 2 + - uid: 12728 + components: + - type: Transform + pos: 16.5,14.5 + parent: 2 +- proto: AirlockFreezerLocked + entities: + - uid: 6080 + components: + - type: MetaData + name: Морозильник + - type: Transform + pos: -7.5,65.5 + parent: 2 +- proto: AirlockGlass + entities: + - uid: 2370 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-52.5 + parent: 2 + - uid: 2661 + components: + - type: Transform + pos: -37.5,34.5 + parent: 2 + - uid: 3916 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,-15.5 + parent: 2 + - uid: 4131 + components: + - type: Transform + pos: 26.5,39.5 + parent: 2 + - uid: 6071 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,64.5 + parent: 2 + - uid: 6072 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,64.5 + parent: 2 + - uid: 6073 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,64.5 + parent: 2 + - uid: 6074 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,64.5 + parent: 2 + - uid: 6075 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,66.5 + parent: 2 + - uid: 6076 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,70.5 + parent: 2 + - uid: 6087 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-52.5 + parent: 2 + - uid: 6104 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,45.5 + parent: 2 + - uid: 6105 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,42.5 + parent: 2 + - uid: 9002 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-52.5 + parent: 2 + - uid: 9364 + components: + - type: Transform + pos: 28.5,-8.5 + parent: 2 + - uid: 9528 + components: + - type: Transform + pos: -31.5,4.5 + parent: 2 + - uid: 9529 + components: + - type: Transform + pos: -30.5,4.5 + parent: 2 + - uid: 9530 + components: + - type: Transform + pos: -29.5,4.5 + parent: 2 + - uid: 9708 + components: + - type: Transform + pos: -0.5,55.5 + parent: 2 + - uid: 9715 + components: + - type: Transform + pos: 1.5,55.5 + parent: 2 + - uid: 9980 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,68.5 + parent: 2 + - uid: 10074 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,68.5 + parent: 2 + - uid: 10081 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,70.5 + parent: 2 + - uid: 10324 + components: + - type: Transform + pos: 56.5,1.5 + parent: 2 + - uid: 10325 + components: + - type: Transform + pos: 56.5,0.5 + parent: 2 + - uid: 10326 + components: + - type: Transform + pos: 56.5,-0.5 + parent: 2 + - uid: 10329 + components: + - type: Transform + pos: 60.5,-0.5 + parent: 2 + - type: DeviceLinkSink + links: + - 13558 + - uid: 10330 + components: + - type: Transform + pos: 60.5,0.5 + parent: 2 + - type: DeviceLinkSink + links: + - 13558 + - uid: 10331 + components: + - type: Transform + pos: 60.5,1.5 + parent: 2 + - type: DeviceLinkSink + links: + - 13558 + - uid: 11805 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,-50.5 + parent: 2 + - uid: 11806 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,-49.5 + parent: 2 + - uid: 11808 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,-48.5 + parent: 2 + - uid: 12891 + components: + - type: Transform + pos: 43.5,25.5 + parent: 2 + - uid: 14949 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 14592 + - uid: 14957 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 14592 + - uid: 15481 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 14592 + - uid: 18624 + components: + - type: Transform + pos: -40.5,-34.5 + parent: 2 + - uid: 18625 + components: + - type: Transform + pos: 24.5,39.5 + parent: 2 + - uid: 18626 + components: + - type: Transform + pos: 25.5,39.5 + parent: 2 + - uid: 24135 + components: + - type: Transform + pos: -27.5,-43.5 + parent: 2 + - uid: 26995 + components: + - type: Transform + pos: 43.5,27.5 + parent: 2 + - uid: 26996 + components: + - type: Transform + pos: 43.5,26.5 + parent: 2 + - uid: 27001 + components: + - type: Transform + pos: 29.5,-41.5 + parent: 2 + - uid: 27006 + components: + - type: Transform + pos: -44.5,27.5 + parent: 2 + - uid: 27008 + components: + - type: Transform + pos: -45.5,27.5 + parent: 2 + - uid: 27009 + components: + - type: Transform + pos: -46.5,27.5 + parent: 2 + - uid: 27011 + components: + - type: Transform + pos: 30.5,-41.5 + parent: 2 + - uid: 27012 + components: + - type: Transform + pos: 31.5,-41.5 + parent: 2 + - uid: 27013 + components: + - type: Transform + pos: 44.5,-30.5 + parent: 2 + - uid: 27014 + components: + - type: Transform + pos: 45.5,-30.5 + parent: 2 + - uid: 27015 + components: + - type: Transform + pos: 46.5,-30.5 + parent: 2 + - uid: 27017 + components: + - type: Transform + pos: -39.5,-34.5 + parent: 2 + - uid: 27018 + components: + - type: Transform + pos: -38.5,-34.5 + parent: 2 + - uid: 27019 + components: + - type: Transform + pos: -28.5,-43.5 + parent: 2 + - uid: 27024 + components: + - type: Transform + pos: -29.5,-43.5 + parent: 2 + - uid: 27108 + components: + - type: Transform + pos: -38.5,34.5 + parent: 2 + - uid: 27265 + components: + - type: Transform + pos: -39.5,34.5 + parent: 2 + - uid: 31689 + components: + - type: Transform + pos: 19.5,45.5 + parent: 2 + - uid: 36913 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-3.5 + parent: 36907 +- proto: AirlockHeadOfPersonnelLocked + entities: + - uid: 4801 + components: + - type: Transform + pos: -7.5,-43.5 + parent: 2 + - uid: 4802 + components: + - type: Transform + pos: -3.5,-40.5 + parent: 2 + - uid: 4803 + components: + - type: Transform + pos: -1.5,-43.5 + parent: 2 +- proto: AirlockHeadOfSecurityLocked + entities: + - uid: 6050 + components: + - type: Transform + pos: 44.5,55.5 + parent: 2 + - uid: 34923 + components: + - type: Transform + pos: 44.5,48.5 + parent: 2 +- proto: AirlockHydroGlassLocked + entities: + - uid: 6077 + components: + - type: MetaData + name: Гидропоника + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,54.5 + parent: 2 +- proto: AirlockHydroponicsLocked + entities: + - uid: 8385 + components: + - type: MetaData + name: Гардероб ботаника + - type: Transform + pos: -13.5,64.5 + parent: 2 +- proto: AirlockJanitorLocked + entities: + - uid: 8574 + components: + - type: Transform + pos: 54.5,12.5 + parent: 2 +- proto: AirlockKitchenLocked + entities: + - uid: 6081 + components: + - type: Transform + pos: -5.5,57.5 + parent: 2 +- proto: AirlockMaint + entities: + - uid: 6913 + components: + - type: Transform + pos: -56.5,0.5 + parent: 2 + - uid: 14197 + components: + - type: Transform + pos: -13.5,-61.5 + parent: 2 + - uid: 14229 + components: + - type: Transform + pos: -13.5,-65.5 + parent: 2 + - uid: 24556 + components: + - type: Transform + pos: -65.5,-5.5 + parent: 2 + - uid: 24557 + components: + - type: Transform + pos: -60.5,-15.5 + parent: 2 + - uid: 24558 + components: + - type: Transform + pos: -60.5,-25.5 + parent: 2 + - uid: 24559 + components: + - type: Transform + pos: -57.5,-20.5 + parent: 2 +- proto: AirlockMaintAtmoLocked + entities: + - uid: 6060 + components: + - type: Transform + pos: -39.5,43.5 + parent: 2 +- proto: AirlockMaintCaptainLocked + entities: + - uid: 488 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-37.5 + parent: 2 +- proto: AirlockMaintCargoLocked + entities: + - uid: 5406 + components: + - type: Transform + pos: -35.5,-46.5 + parent: 2 + - uid: 5407 + components: + - type: Transform + pos: -59.5,-29.5 + parent: 2 + - uid: 5408 + components: + - type: Transform + pos: -53.5,-29.5 + parent: 2 + - uid: 5409 + components: + - type: Transform + pos: -48.5,-35.5 + parent: 2 +- proto: AirlockMaintChapelLocked + entities: + - uid: 8774 + components: + - type: Transform + pos: 55.5,-26.5 + parent: 2 +- proto: AirlockMaintChemLocked + entities: + - uid: 14267 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-35.5 + parent: 2 +- proto: AirlockMaintCommandLocked + entities: + - uid: 4813 + components: + - type: Transform + pos: 15.5,-38.5 + parent: 2 + - uid: 6033 + components: + - type: Transform + pos: -6.5,40.5 + parent: 2 + - uid: 34166 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -84.5,60.5 + parent: 2 +- proto: AirlockMaintCommonLocked + entities: + - uid: 4860 + components: + - type: Transform + pos: 41.5,5.5 + parent: 2 + - uid: 4878 + components: + - type: Transform + pos: 61.5,-7.5 + parent: 2 + - uid: 4879 + components: + - type: Transform + pos: 55.5,8.5 + parent: 2 + - uid: 4880 + components: + - type: Transform + pos: 66.5,14.5 + parent: 2 + - uid: 10252 + components: + - type: Transform + pos: 15.5,16.5 + parent: 2 + - uid: 10976 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 61.5,-27.5 + parent: 2 + - uid: 11369 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,-40.5 + parent: 2 + - uid: 12913 + components: + - type: Transform + pos: 37.5,9.5 + parent: 2 + - uid: 31558 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,8.5 + parent: 2 + - uid: 36449 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,-6.5 + parent: 2 +- proto: AirlockMaintEngiLocked + entities: + - uid: 5816 + components: + - type: Transform + pos: 16.5,-42.5 + parent: 2 + - uid: 5907 + components: + - type: Transform + pos: -59.5,4.5 + parent: 2 + - uid: 13189 + components: + - type: Transform + pos: -26.5,12.5 + parent: 2 +- proto: AirlockMaintGlass + entities: + - uid: 33116 + components: + - type: Transform + pos: -20.5,12.5 + parent: 2 +- proto: AirlockMaintHOPLocked + entities: + - uid: 4804 + components: + - type: Transform + pos: -10.5,-44.5 + parent: 2 +- proto: AirlockMaintHydroLocked + entities: + - uid: 3526 + components: + - type: MetaData + name: Техи гидропоники + - type: Transform + pos: -16.5,64.5 + parent: 2 + - uid: 13356 + components: + - type: Transform + pos: -15.5,66.5 + parent: 2 +- proto: AirlockMaintJanitorLocked + entities: + - uid: 3531 + components: + - type: Transform + pos: 57.5,10.5 + parent: 2 +- proto: AirlockMaintLocked + entities: + - uid: 6 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-6.5 + parent: 2 + - uid: 767 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,44.5 + parent: 2 + - uid: 5387 + components: + - type: Transform + pos: -11.5,-48.5 + parent: 2 + - uid: 5388 + components: + - type: Transform + pos: -34.5,-42.5 + parent: 2 + - uid: 5820 + components: + - type: Transform + pos: 18.5,-43.5 + parent: 2 + - uid: 5908 + components: + - type: Transform + pos: -55.5,21.5 + parent: 2 + - uid: 6106 + components: + - type: Transform + pos: 10.5,42.5 + parent: 2 + - uid: 6107 + components: + - type: Transform + pos: 17.5,37.5 + parent: 2 + - uid: 7241 + components: + - type: Transform + pos: -14.5,47.5 + parent: 2 + - uid: 7550 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-3.5 + parent: 2 + - uid: 8986 + components: + - type: Transform + pos: 9.5,36.5 + parent: 2 + - uid: 9344 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,9.5 + parent: 2 + - uid: 9345 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,13.5 + parent: 2 + - uid: 9991 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-54.5 + parent: 2 + - uid: 10091 + components: + - type: Transform + pos: -20.5,-59.5 + parent: 2 + - uid: 10967 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,-51.5 + parent: 2 + - uid: 10968 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,-46.5 + parent: 2 + - uid: 11228 + components: + - type: Transform + pos: -9.5,-63.5 + parent: 2 + - uid: 11609 + components: + - type: Transform + pos: -50.5,21.5 + parent: 2 + - uid: 11628 + components: + - type: Transform + pos: -47.5,-27.5 + parent: 2 + - uid: 11629 + components: + - type: Transform + pos: -62.5,-16.5 + parent: 2 + - uid: 12340 + components: + - type: Transform + pos: -1.5,37.5 + parent: 2 + - uid: 12373 + components: + - type: Transform + pos: -20.5,51.5 + parent: 2 + - uid: 12551 + components: + - type: Transform + pos: 10.5,-63.5 + parent: 2 + - uid: 12875 + components: + - type: Transform + pos: -36.5,4.5 + parent: 2 + - uid: 12876 + components: + - type: Transform + pos: -45.5,-1.5 + parent: 2 + - uid: 13723 + components: + - type: Transform + pos: -40.5,-5.5 + parent: 2 + - uid: 14356 + components: + - type: Transform + pos: 16.5,53.5 + parent: 2 +- proto: AirlockMaintMedLocked + entities: + - uid: 7005 + components: + - type: Transform + pos: 30.5,7.5 + parent: 2 + - uid: 7006 + components: + - type: Transform + pos: 31.5,7.5 + parent: 2 + - uid: 10966 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-59.5 + parent: 2 +- proto: AirlockMaintRnDLocked + entities: + - uid: 662 + components: + - type: Transform + pos: -34.5,-11.5 + parent: 2 + - uid: 667 + components: + - type: Transform + pos: -42.5,-8.5 + parent: 2 + - uid: 1245 + components: + - type: Transform + pos: -20.5,-14.5 + parent: 2 + - uid: 4778 + components: + - type: Transform + pos: -14.5,-34.5 + parent: 2 +- proto: AirlockMaintSecLocked + entities: + - uid: 6043 + components: + - type: Transform + pos: 20.5,31.5 + parent: 2 + - uid: 6047 + components: + - type: Transform + pos: 28.5,15.5 + parent: 2 + - uid: 9982 + components: + - type: Transform + pos: -5.5,49.5 + parent: 2 + - uid: 10744 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-59.5 + parent: 2 +- proto: AirlockMaintTheatreLocked + entities: + - uid: 8263 + components: + - type: Transform + pos: 14.5,56.5 + parent: 2 +- proto: AirlockMedicalGlass + entities: + - uid: 36914 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-5.5 + parent: 36907 +- proto: AirlockMedicalGlassLocked + entities: + - uid: 1342 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-17.5 + parent: 2 + - uid: 2758 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-27.5 + parent: 2 + - uid: 4832 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-26.5 + parent: 2 + - uid: 7124 + components: + - type: Transform + pos: 44.5,-42.5 + parent: 2 + - uid: 7125 + components: + - type: Transform + pos: 46.5,-42.5 + parent: 2 + - uid: 10745 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-60.5 + parent: 2 + - uid: 10746 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-56.5 + parent: 2 + - uid: 12318 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-17.5 + parent: 2 + - uid: 12713 + components: + - type: Transform + pos: 32.5,-14.5 + parent: 2 + - uid: 25997 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-36.5 + parent: 2 +- proto: AirlockMedicalLocked + entities: + - uid: 696 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,-14.5 + parent: 2 + - uid: 2850 + components: + - type: Transform + pos: 17.5,-26.5 + parent: 2 + - uid: 3990 + components: + - type: Transform + pos: 28.5,-15.5 + parent: 2 + - uid: 4489 + components: + - type: Transform + pos: 28.5,-12.5 + parent: 2 + - uid: 4828 + components: + - type: Transform + pos: 27.5,-33.5 + parent: 2 + - uid: 4829 + components: + - type: Transform + pos: 28.5,-33.5 + parent: 2 + - uid: 4830 + components: + - type: Transform + pos: 37.5,-33.5 + parent: 2 + - uid: 4831 + components: + - type: Transform + pos: 36.5,-33.5 + parent: 2 + - uid: 4845 + components: + - type: Transform + pos: 42.5,-17.5 + parent: 2 + - uid: 4848 + components: + - type: Transform + pos: 26.5,-13.5 + parent: 2 + - uid: 5834 + components: + - type: MetaData + name: кабинет психолога + - type: Transform + pos: 39.5,-38.5 + parent: 2 + - uid: 8254 + components: + - type: Transform + pos: 42.5,-44.5 + parent: 2 + - uid: 10186 + components: + - type: Transform + pos: 32.5,-18.5 + parent: 2 + - uid: 11034 + components: + - type: Transform + pos: 30.5,-13.5 + parent: 2 + - uid: 12157 + components: + - type: Transform + pos: 23.5,-10.5 + parent: 2 + - uid: 12381 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-21.5 + parent: 2 + - uid: 31235 + components: + - type: Transform + pos: 37.5,-9.5 + parent: 2 +- proto: AirlockMedicalScienceLocked + entities: + - uid: 33987 + components: + - type: Transform + pos: -55.5,-13.5 + parent: 2 +- proto: AirlockQuartermasterLocked + entities: + - uid: 5417 + components: + - type: Transform + pos: -38.5,-49.5 + parent: 2 +- proto: AirlockResearchDirectorLocked + entities: + - uid: 4767 + components: + - type: Transform + pos: -17.5,-19.5 + parent: 2 +- proto: AirlockSalvageGlassLocked + entities: + - uid: 5427 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,-47.5 + parent: 2 + - uid: 5428 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,-47.5 + parent: 2 + - uid: 7230 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,34.5 + parent: 2 +- proto: AirlockScience + entities: + - uid: 24554 + components: + - type: Transform + pos: -59.5,-10.5 + parent: 2 + - uid: 24555 + components: + - type: Transform + pos: -61.5,-8.5 + parent: 2 + - uid: 24680 + components: + - type: Transform + pos: -57.5,-1.5 + parent: 2 +- proto: AirlockScienceGlassLocked + entities: + - uid: 4789 + components: + - type: Transform + pos: -24.5,-11.5 + parent: 2 + - uid: 4790 + components: + - type: Transform + pos: -24.5,-13.5 + parent: 2 +- proto: AirlockScienceLocked + entities: + - uid: 1707 + components: + - type: Transform + pos: -41.5,-27.5 + parent: 2 + - uid: 2405 + components: + - type: Transform + pos: -66.5,-0.5 + parent: 2 + - uid: 2690 + components: + - type: Transform + pos: -66.5,-2.5 + parent: 2 + - uid: 4755 + components: + - type: Transform + pos: -35.5,-34.5 + parent: 2 + - uid: 4756 + components: + - type: Transform + pos: -26.5,-41.5 + parent: 2 + - uid: 4757 + components: + - type: Transform + pos: -34.5,-25.5 + parent: 2 + - uid: 4758 + components: + - type: Transform + pos: -37.5,-21.5 + parent: 2 + - uid: 4759 + components: + - type: Transform + pos: -28.5,-27.5 + parent: 2 + - uid: 4760 + components: + - type: Transform + pos: -25.5,-30.5 + parent: 2 + - uid: 4761 + components: + - type: Transform + pos: -19.5,-27.5 + parent: 2 + - uid: 4762 + components: + - type: Transform + pos: -15.5,-26.5 + parent: 2 + - uid: 4763 + components: + - type: Transform + pos: -17.5,-24.5 + parent: 2 + - uid: 4765 + components: + - type: Transform + pos: -28.5,-13.5 + parent: 2 + - uid: 4777 + components: + - type: Transform + pos: -15.5,-37.5 + parent: 2 + - uid: 4784 + components: + - type: Transform + pos: -30.5,-15.5 + parent: 2 + - uid: 4785 + components: + - type: Transform + pos: -28.5,-19.5 + parent: 2 + - uid: 5014 + components: + - type: Transform + pos: -22.5,-16.5 + parent: 2 + - uid: 5128 + components: + - type: Transform + pos: -23.5,-35.5 + parent: 2 + - uid: 5145 + components: + - type: Transform + pos: -21.5,-32.5 + parent: 2 +- proto: AirlockSecurityGlassLocked + entities: + - uid: 1451 + components: + - type: Transform + pos: 36.5,17.5 + parent: 2 + - uid: 4838 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-28.5 + parent: 2 + - uid: 6031 + components: + - type: Transform + pos: -1.5,48.5 + parent: 2 + - uid: 6044 + components: + - type: Transform + pos: 26.5,22.5 + parent: 2 + - uid: 6045 + components: + - type: Transform + pos: 30.5,18.5 + parent: 2 + - uid: 6051 + components: + - type: Transform + pos: 34.5,55.5 + parent: 2 + - uid: 6054 + components: + - type: Transform + pos: 36.5,55.5 + parent: 2 + - uid: 10271 + components: + - type: Transform + pos: 34.5,60.5 + parent: 2 + - uid: 10272 + components: + - type: Transform + pos: 36.5,60.5 + parent: 2 + - uid: 10742 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-60.5 + parent: 2 + - uid: 10743 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-56.5 + parent: 2 + - uid: 11569 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 65.5,41.5 + parent: 2 + - uid: 13596 + components: + - type: Transform + pos: 10.5,-1.5 + parent: 14592 + - uid: 13765 + components: + - type: Transform + pos: 8.5,2.5 + parent: 14592 + - uid: 13973 + components: + - type: Transform + pos: 5.5,-6.5 + parent: 14592 + - uid: 13980 + components: + - type: Transform + pos: 6.5,-6.5 + parent: 14592 + - uid: 32972 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,1.5 + parent: 32914 + - uid: 36451 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,1.5 + parent: 36450 + - uid: 36527 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,1.5 + parent: 36450 + - uid: 36552 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,2.5 + parent: 36450 + - uid: 43087 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 78.5,41.5 + parent: 2 +- proto: AirlockSecurityLocked + entities: + - uid: 4839 + components: + - type: Transform + pos: 43.5,-27.5 + parent: 2 + - uid: 4865 + components: + - type: Transform + pos: 57.5,6.5 + parent: 2 + - uid: 4866 + components: + - type: Transform + pos: 61.5,6.5 + parent: 2 + - uid: 4867 + components: + - type: Transform + pos: 63.5,4.5 + parent: 2 + - uid: 4887 + components: + - type: Transform + pos: 36.5,38.5 + parent: 2 + - uid: 6068 + components: + - type: Transform + pos: 23.5,64.5 + parent: 2 + - uid: 6069 + components: + - type: Transform + pos: 24.5,64.5 + parent: 2 + - uid: 9792 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,58.5 + parent: 2 + - uid: 10791 + components: + - type: Transform + pos: 20.5,59.5 + parent: 2 + - uid: 10792 + components: + - type: Transform + pos: 20.5,57.5 + parent: 2 + - uid: 10840 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,61.5 + parent: 2 + - uid: 10841 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,61.5 + parent: 2 + - uid: 13892 + components: + - type: Transform + pos: 71.5,5.5 + parent: 2 + - uid: 35106 + components: + - type: Transform + pos: 58.5,52.5 + parent: 2 + - uid: 35150 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 60.5,48.5 + parent: 2 + - uid: 36551 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-6.5 + parent: 36450 +- proto: AirlockServiceLocked + entities: + - uid: 6035 + components: + - type: Transform + pos: 5.5,34.5 + parent: 2 + - uid: 6036 + components: + - type: Transform + pos: 6.5,34.5 + parent: 2 + - uid: 9891 + components: + - type: Transform + pos: 8.5,42.5 + parent: 2 + - uid: 14172 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,0.5 + parent: 14592 + - uid: 14177 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,0.5 + parent: 14592 +- proto: AirlockTheatreLocked + entities: + - uid: 803 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,54.5 + parent: 2 + - uid: 2187 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,56.5 + parent: 2 + - uid: 8264 + components: + - type: Transform + pos: 9.5,58.5 + parent: 2 +- proto: AirlockVirologyGlassLocked + entities: + - uid: 4853 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,1.5 + parent: 2 + - uid: 4854 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,1.5 + parent: 2 +- proto: AirlockVirologyLocked + entities: + - uid: 4855 + components: + - type: Transform + pos: 35.5,-1.5 + parent: 2 + - uid: 6127 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-3.5 + parent: 2 + - uid: 12307 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,0.5 + parent: 2 +- proto: AirSensor + entities: + - uid: 30 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-35.5 + parent: 2 + - uid: 3758 + components: + - type: Transform + pos: 19.5,-56.5 + parent: 2 + - uid: 11333 + components: + - type: Transform + pos: 21.5,-27.5 + parent: 2 + - uid: 11335 + components: + - type: Transform + pos: 33.5,-20.5 + parent: 2 + - uid: 13041 + components: + - type: Transform + pos: -58.5,28.5 + parent: 2 + - uid: 13050 + components: + - type: Transform + pos: 40.5,-49.5 + parent: 2 + - uid: 13941 + components: + - type: Transform + pos: 70.5,-1.5 + parent: 2 + - uid: 15038 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,8.5 + parent: 2 + - uid: 27474 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,40.5 + parent: 2 + - uid: 31556 + components: + - type: Transform + pos: 46.5,-52.5 + parent: 2 + - uid: 31561 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-75.5 + parent: 2 + - uid: 31562 + components: + - type: Transform + pos: 32.5,-37.5 + parent: 2 + - uid: 31579 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-24.5 + parent: 2 + - uid: 31582 + components: + - type: Transform + pos: 32.5,-30.5 + parent: 2 + - uid: 31583 + components: + - type: Transform + pos: 21.5,-33.5 + parent: 2 + - uid: 31588 + components: + - type: Transform + pos: 47.5,-26.5 + parent: 2 + - uid: 31593 + components: + - type: Transform + pos: 52.5,-12.5 + parent: 2 + - uid: 31600 + components: + - type: Transform + pos: 41.5,-27.5 + parent: 2 + - uid: 31602 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,-14.5 + parent: 2 + - uid: 31603 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,-19.5 + parent: 2 + - uid: 31621 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,2.5 + parent: 2 + - uid: 31622 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,0.5 + parent: 2 + - uid: 31628 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-18.5 + parent: 2 + - uid: 31629 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-75.5 + parent: 2 + - uid: 31636 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-61.5 + parent: 2 + - uid: 31640 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-58.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31652 + components: + - type: Transform + pos: -9.5,-52.5 + parent: 2 + - uid: 31653 + components: + - type: Transform + pos: 14.5,-50.5 + parent: 2 + - uid: 31691 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-43.5 + parent: 2 + - uid: 31730 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-45.5 + parent: 2 + - uid: 31731 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-36.5 + parent: 2 + - uid: 31733 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-30.5 + parent: 2 + - uid: 31749 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-34.5 + parent: 2 + - uid: 31754 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-58.5 + parent: 2 + - uid: 31762 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-58.5 + parent: 2 + - uid: 31791 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-47.5 + parent: 2 + - uid: 31818 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,4.5 + parent: 2 + - uid: 31835 + components: + - type: Transform + pos: 58.5,-3.5 + parent: 2 + - uid: 31838 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,0.5 + parent: 2 + - uid: 31854 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,0.5 + parent: 2 + - uid: 31856 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 67.5,7.5 + parent: 2 + - uid: 31864 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 64.5,-2.5 + parent: 2 + - uid: 31872 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 63.5,16.5 + parent: 2 + - uid: 31873 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,19.5 + parent: 2 + - uid: 31883 + components: + - type: Transform + pos: 64.5,22.5 + parent: 2 + - uid: 31884 + components: + - type: Transform + pos: 56.5,22.5 + parent: 2 + - uid: 31887 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,20.5 + parent: 2 + - uid: 31893 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,43.5 + parent: 2 + - uid: 31901 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,34.5 + parent: 2 + - uid: 31904 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,28.5 + parent: 2 + - uid: 31917 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,34.5 + parent: 2 + - uid: 31923 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,38.5 + parent: 2 + - uid: 31924 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,42.5 + parent: 2 + - uid: 31926 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,47.5 + parent: 2 + - uid: 31939 + components: + - type: Transform + pos: 29.5,46.5 + parent: 2 + - uid: 31940 + components: + - type: Transform + pos: 35.5,46.5 + parent: 2 + - uid: 31945 + components: + - type: Transform + pos: 44.5,51.5 + parent: 2 + - uid: 31956 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,58.5 + parent: 2 + - uid: 31958 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,53.5 + parent: 2 + - uid: 31960 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,53.5 + parent: 2 + - uid: 31961 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,66.5 + parent: 2 + - uid: 31962 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,57.5 + parent: 2 + - uid: 31974 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,58.5 + parent: 2 + - uid: 31988 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,23.5 + parent: 2 + - uid: 31989 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,18.5 + parent: 2 + - uid: 31990 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,22.5 + parent: 2 + - uid: 31991 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,30.5 + parent: 2 + - uid: 31992 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,23.5 + parent: 2 + - uid: 32013 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,44.5 + parent: 2 + - uid: 32014 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,44.5 + parent: 2 + - uid: 32015 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,51.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32016 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,51.5 + parent: 2 + - uid: 32039 + components: + - type: Transform + pos: 2.5,53.5 + parent: 2 + - uid: 32054 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,63.5 + parent: 2 + - uid: 32055 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,60.5 + parent: 2 + - uid: 32064 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,52.5 + parent: 2 + - uid: 32070 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,59.5 + parent: 2 + - uid: 32079 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,35.5 + parent: 2 + - uid: 32080 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,43.5 + parent: 2 + - uid: 32083 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,48.5 + parent: 2 + - uid: 32095 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,47.5 + parent: 2 + - uid: 32097 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,30.5 + parent: 2 + - uid: 32100 + components: + - type: Transform + pos: -1.5,30.5 + parent: 2 + - uid: 32115 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,43.5 + parent: 2 + - uid: 32118 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,39.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32119 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,43.5 + parent: 2 + - uid: 32134 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,38.5 + parent: 2 + - uid: 32135 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,44.5 + parent: 2 + - uid: 32147 + components: + - type: Transform + pos: -41.5,17.5 + parent: 2 + - uid: 32148 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,30.5 + parent: 2 + - uid: 32149 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,32.5 + parent: 2 + - uid: 32150 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,35.5 + parent: 2 + - uid: 32154 + components: + - type: Transform + pos: -25.5,21.5 + parent: 2 + - uid: 32164 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,31.5 + parent: 2 + - uid: 32166 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,16.5 + parent: 2 + - uid: 32167 + components: + - type: Transform + pos: -38.5,24.5 + parent: 2 + - uid: 32177 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,25.5 + parent: 2 + - uid: 32182 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,42.5 + parent: 2 + - uid: 32185 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,35.5 + parent: 2 + - uid: 32186 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,36.5 + parent: 2 + - uid: 32195 + components: + - type: Transform + pos: -60.5,11.5 + parent: 2 + - uid: 32201 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,-38.5 + parent: 2 + - uid: 32203 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,21.5 + parent: 2 + - uid: 32205 + components: + - type: Transform + pos: -52.5,29.5 + parent: 2 + - uid: 32209 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,15.5 + parent: 2 + - uid: 32220 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,-0.5 + parent: 2 + - uid: 32227 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,0.5 + parent: 2 + - uid: 32229 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,0.5 + parent: 2 + - uid: 32257 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,-29.5 + parent: 2 + - uid: 32258 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,-37.5 + parent: 2 + - uid: 32260 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,-12.5 + parent: 2 + - uid: 32262 + components: + - type: Transform + pos: -37.5,-27.5 + parent: 2 + - uid: 32263 + components: + - type: Transform + pos: -30.5,-30.5 + parent: 2 + - uid: 32264 + components: + - type: Transform + pos: -30.5,-24.5 + parent: 2 + - uid: 32265 + components: + - type: Transform + pos: -26.5,-15.5 + parent: 2 + - uid: 32266 + components: + - type: Transform + pos: -28.5,-11.5 + parent: 2 + - uid: 32267 + components: + - type: Transform + pos: -13.5,-23.5 + parent: 2 + - uid: 32268 + components: + - type: Transform + pos: -13.5,-30.5 + parent: 2 + - uid: 32270 + components: + - type: Transform + pos: -17.5,-35.5 + parent: 2 + - uid: 32271 + components: + - type: Transform + pos: -24.5,-38.5 + parent: 2 + - uid: 32300 + components: + - type: Transform + pos: -47.5,-43.5 + parent: 2 + - uid: 32301 + components: + - type: Transform + pos: -47.5,-38.5 + parent: 2 + - uid: 32303 + components: + - type: Transform + pos: -45.5,-50.5 + parent: 2 + - uid: 32314 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,-30.5 + parent: 2 + - uid: 32380 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,-46.5 + parent: 2 + - uid: 32396 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-45.5 + parent: 2 + - uid: 32410 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-53.5 + parent: 2 + - uid: 32492 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,-17.5 + parent: 2 + - uid: 32611 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,7.5 + parent: 2 + - uid: 32629 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,-52.5 + parent: 2 + - uid: 33236 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,-0.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 33301 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,-6.5 + parent: 2 + - uid: 33527 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-3.5 + parent: 2 + - uid: 33684 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-1.5 + parent: 2 + - uid: 33707 + components: + - type: Transform + pos: 28.5,-13.5 + parent: 2 + - uid: 33708 + components: + - type: Transform + pos: 33.5,-16.5 + parent: 2 + - uid: 33824 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-11.5 + parent: 2 + - uid: 33825 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-12.5 + parent: 2 + - uid: 33826 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-11.5 + parent: 2 + - uid: 35257 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,34.5 + parent: 2 + - uid: 35258 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 67.5,34.5 + parent: 2 + - uid: 35259 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 70.5,29.5 + parent: 2 + - uid: 35260 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 65.5,42.5 + parent: 2 + - uid: 35262 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,51.5 + parent: 2 + - uid: 35263 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,43.5 + parent: 2 + - uid: 35285 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,34.5 + parent: 2 + - uid: 35286 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,29.5 + parent: 2 + - uid: 35287 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,29.5 + parent: 2 + - uid: 35292 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,29.5 + parent: 2 + - uid: 43107 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 79.5,42.5 + parent: 2 +- proto: AirTankFilled + entities: + - uid: 5083 + components: + - type: Transform + pos: -32.163357,-12.570903 + parent: 2 + - uid: 8173 + components: + - type: Transform + pos: -54.348907,28.636387 + parent: 2 + - uid: 36150 + components: + - type: Transform + pos: -59.459145,71.61752 + parent: 2 +- proto: AltarBananium + entities: + - uid: 6180 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,58.5 + parent: 2 +- proto: AltarChaos + entities: + - uid: 10904 + components: + - type: Transform + pos: 35.5,-52.5 + parent: 2 +- proto: AltarFangs + entities: + - uid: 36915 + components: + - type: Transform + pos: 31.5,-37.5 + parent: 36907 + - type: PointLight + energy: 2 + color: '#11808056' +- proto: AltarSpawner + entities: + - uid: 7167 + components: + - type: Transform + pos: 62.5,-15.5 + parent: 2 +- proto: AltarToolbox + entities: + - uid: 36803 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,85.5 + parent: 2 +- proto: AlwaysPoweredLightSodium + entities: + - uid: 24795 + components: + - type: Transform + pos: -61.5,68.5 + parent: 2 + - uid: 36152 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -71.5,56.5 + parent: 2 +- proto: AlwaysPoweredWallLight + entities: + - uid: 24022 + components: + - type: Transform + pos: -57.5,40.5 + parent: 2 + - uid: 24023 + components: + - type: Transform + pos: -57.5,42.5 + parent: 2 + - uid: 24024 + components: + - type: Transform + pos: -57.5,44.5 + parent: 2 + - uid: 24025 + components: + - type: Transform + pos: -57.5,46.5 + parent: 2 + - uid: 24026 + components: + - type: Transform + pos: -57.5,48.5 + parent: 2 + - uid: 24027 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,53.5 + parent: 2 + - uid: 24028 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,51.5 + parent: 2 +- proto: AmeController + entities: + - uid: 36368 + components: + - type: Transform + pos: -68.5,84.5 + parent: 2 +- proto: AmeJar + entities: + - uid: 36370 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -67.393715,75.28318 + parent: 2 + - uid: 36371 + components: + - type: Transform + pos: -67.82575,77.45781 + parent: 2 +- proto: AmeShielding + entities: + - uid: 36358 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -68.5,76.5 + parent: 2 + - uid: 36369 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -68.5,75.5 + parent: 2 +- proto: AmmoTechFabCircuitboard + entities: + - uid: 36916 + components: + - type: Transform + pos: 58.49214,-19.441938 + parent: 36907 +- proto: AnomalyCoreElectricity + entities: + - uid: 43211 + components: + - type: Transform + pos: 21.361555,-32.2492 + parent: 2 +- proto: AnomalyLocator + entities: + - uid: 5179 + components: + - type: Transform + pos: -18.387321,-28.363117 + parent: 2 +- proto: AnomalyLocatorUnpowered + entities: + - uid: 36917 + components: + - type: Transform + pos: 15.473926,38.889206 + parent: 36907 +- proto: AnomalyScanner + entities: + - uid: 5043 + components: + - type: Transform + pos: -16.66787,-28.028776 + parent: 2 + - uid: 5044 + components: + - type: Transform + pos: -16.392681,-28.175543 + parent: 2 + - uid: 5045 + components: + - type: Transform + pos: -16.722908,-28.377348 + parent: 2 + - uid: 9667 + components: + - type: Transform + pos: 1.7020488,30.505531 + parent: 2 +- proto: AnomalySynchronizerCircuitboard + entities: + - uid: 43223 + components: + - type: Transform + pos: -53.420895,-17.531136 + parent: 2 +- proto: AnomalyVesselCircuitboard + entities: + - uid: 7881 + components: + - type: Transform + pos: -38.357414,8.710445 + parent: 2 +- proto: AntiPoisonMedipen + entities: + - uid: 6880 + components: + - type: Transform + pos: 21.912672,-14.342482 + parent: 2 + - uid: 6882 + components: + - type: Transform + pos: 21.912672,-14.342482 + parent: 2 + - uid: 7042 + components: + - type: Transform + pos: 33.680676,0.7676145 + parent: 2 + - uid: 7043 + components: + - type: Transform + pos: 33.79005,0.6269895 + parent: 2 +- proto: APCBasic + entities: + - uid: 26 + components: + - type: Transform + pos: 27.5,-8.5 + parent: 2 + - uid: 97 + components: + - type: Transform + pos: 44.5,36.5 + parent: 2 + - uid: 1046 + components: + - type: Transform + pos: -61.5,78.5 + parent: 2 + - uid: 1757 + components: + - type: Transform + pos: -47.5,27.5 + parent: 2 + - uid: 3624 + components: + - type: Transform + pos: 54.5,36.5 + parent: 2 + - uid: 6714 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-19.5 + parent: 2 + - uid: 11913 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-23.5 + parent: 2 + - uid: 11914 + components: + - type: Transform + pos: 24.5,-29.5 + parent: 2 + - uid: 11919 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-2.5 + parent: 2 + - uid: 14269 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,25.5 + parent: 2 + - uid: 14778 + components: + - type: Transform + pos: -30.5,10.5 + parent: 2 + - uid: 14779 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,-2.5 + parent: 2 + - uid: 14780 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,6.5 + parent: 2 + - uid: 14781 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,13.5 + parent: 2 + - uid: 14782 + components: + - type: Transform + pos: -29.5,23.5 + parent: 2 + - uid: 15637 + components: + - type: Transform + pos: -6.5,-3.5 + parent: 14592 + - uid: 15638 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 14592 + - uid: 15639 + components: + - type: Transform + pos: -0.5,0.5 + parent: 14592 + - uid: 15640 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,0.5 + parent: 14592 + - uid: 17470 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,38.5 + parent: 2 + - uid: 17476 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,31.5 + parent: 2 + - uid: 17493 + components: + - type: Transform + pos: -28.5,54.5 + parent: 2 + - uid: 17501 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,4.5 + parent: 2 + - uid: 17525 + components: + - type: Transform + pos: -62.5,29.5 + parent: 2 + - uid: 17564 + components: + - type: Transform + pos: -28.5,40.5 + parent: 2 + - uid: 17565 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,30.5 + parent: 2 + - uid: 17568 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,17.5 + parent: 2 + - uid: 17586 + components: + - type: Transform + pos: -13.5,41.5 + parent: 2 + - uid: 17640 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,38.5 + parent: 2 + - uid: 17655 + components: + - type: Transform + pos: -4.5,65.5 + parent: 2 + - uid: 17661 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,61.5 + parent: 2 + - uid: 17678 + components: + - type: Transform + pos: 14.5,54.5 + parent: 2 + - uid: 17682 + components: + - type: Transform + pos: -8.5,54.5 + parent: 2 + - uid: 17768 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,56.5 + parent: 2 + - uid: 17811 + components: + - type: Transform + pos: 47.5,48.5 + parent: 2 + - uid: 17856 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,40.5 + parent: 2 + - uid: 17871 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-68.5 + parent: 2 + - uid: 17874 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,19.5 + parent: 2 + - uid: 17883 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,44.5 + parent: 2 + - uid: 17959 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,29.5 + parent: 2 + - uid: 17992 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,30.5 + parent: 2 + - uid: 17993 + components: + - type: Transform + pos: 54.5,18.5 + parent: 2 + - uid: 18095 + components: + - type: Transform + pos: 64.5,7.5 + parent: 2 + - uid: 18096 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 61.5,-2.5 + parent: 2 + - uid: 18137 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,-11.5 + parent: 2 + - uid: 18303 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-72.5 + parent: 2 + - uid: 18312 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-72.5 + parent: 2 + - uid: 18349 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-53.5 + parent: 2 + - uid: 18354 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,-47.5 + parent: 2 + - uid: 18355 + components: + - type: Transform + pos: 19.5,-42.5 + parent: 2 + - uid: 18356 + components: + - type: Transform + pos: 12.5,-40.5 + parent: 2 + - uid: 18407 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-32.5 + parent: 2 + - uid: 18411 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-37.5 + parent: 2 + - uid: 18412 + components: + - type: Transform + pos: -8.5,-43.5 + parent: 2 + - uid: 18454 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-56.5 + parent: 2 + - uid: 18500 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,-51.5 + parent: 2 + - uid: 18501 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,-30.5 + parent: 2 + - uid: 18502 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,-31.5 + parent: 2 + - uid: 18503 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-34.5 + parent: 2 + - uid: 18521 + components: + - type: Transform + pos: -22.5,-18.5 + parent: 2 + - uid: 18522 + components: + - type: Transform + pos: -24.5,-23.5 + parent: 2 + - uid: 18528 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-21.5 + parent: 2 + - uid: 18539 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,-50.5 + parent: 2 + - uid: 18544 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-14.5 + parent: 2 + - uid: 18549 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,-49.5 + parent: 2 + - uid: 18565 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,-42.5 + parent: 2 + - uid: 18566 + components: + - type: Transform + pos: -45.5,-35.5 + parent: 2 + - uid: 18576 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,-28.5 + parent: 2 + - uid: 18849 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-43.5 + parent: 2 + - uid: 19049 + components: + - type: Transform + pos: -44.5,-16.5 + parent: 2 + - uid: 19146 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -64.5,-21.5 + parent: 2 + - uid: 19153 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,66.5 + parent: 2 + - uid: 19293 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,62.5 + parent: 2 + - uid: 19641 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,4.5 + parent: 2 + - uid: 23386 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-49.5 + parent: 2 + - uid: 23535 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,17.5 + parent: 2 + - uid: 24094 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-33.5 + parent: 2 + - uid: 24238 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,-33.5 + parent: 2 + - uid: 24460 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,-1.5 + parent: 2 + - uid: 24776 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -75.5,58.5 + parent: 2 + - uid: 27676 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,-39.5 + parent: 2 + - uid: 31156 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,4.5 + parent: 30892 + - uid: 31411 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,1.5 + parent: 31348 + - uid: 32991 + components: + - type: Transform + pos: 2.5,1.5 + parent: 32914 + - uid: 33756 + components: + - type: Transform + pos: 6.5,-3.5 + parent: 2 + - uid: 34078 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -85.5,72.5 + parent: 2 + - uid: 34081 + components: + - type: Transform + pos: -88.5,83.5 + parent: 2 + - type: Apc + hasAccess: True + lastExternalState: Good + lastChargeState: Full + - uid: 34084 + components: + - type: Transform + pos: -74.5,84.5 + parent: 2 + - type: Apc + hasAccess: True + lastExternalState: Good + lastChargeState: Full + - uid: 34132 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -88.5,62.5 + parent: 2 + - type: Apc + hasAccess: True + lastExternalState: Good + lastChargeState: Full + - uid: 34864 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,17.5 + parent: 2 + - uid: 35303 + components: + - type: Transform + pos: 67.5,36.5 + parent: 2 + - uid: 35304 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 63.5,46.5 + parent: 2 + - uid: 36660 + components: + - type: Transform + pos: 7.5,2.5 + parent: 36450 + - uid: 36661 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-6.5 + parent: 36450 + - uid: 36918 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-3.5 + parent: 36907 + - uid: 36919 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-3.5 + parent: 36907 + - uid: 36920 + components: + - type: Transform + pos: 17.5,-5.5 + parent: 36907 + - uid: 36921 + components: + - type: Transform + pos: 17.5,4.5 + parent: 36907 + - uid: 36922 + components: + - type: Transform + pos: 9.5,-5.5 + parent: 36907 + - uid: 36923 + components: + - type: Transform + pos: 23.5,-5.5 + parent: 36907 + - uid: 36924 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,-31.5 + parent: 36907 +- proto: APCElectronics + entities: + - uid: 7935 + components: + - type: Transform + pos: -44.60182,5.736042 + parent: 2 + - uid: 7936 + components: + - type: Transform + pos: -44.47682,5.642292 + parent: 2 + - uid: 7937 + components: + - type: Transform + pos: -44.32057,5.486042 + parent: 2 + - uid: 24126 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -80.54501,78.537315 + parent: 2 +- proto: APCHyperCapacity + entities: + - uid: 13966 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-1.5 + parent: 13793 +- proto: APECircuitboard + entities: + - uid: 7882 + components: + - type: Transform + pos: -38.451164,8.491695 + parent: 2 +- proto: ArrowImprovised + entities: + - uid: 43216 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -64.30803,-7.89719 + parent: 2 + - uid: 43217 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -64.50594,-8.053548 + parent: 2 + - uid: 43218 + components: + - type: Transform + pos: -64.39136,-8.908309 + parent: 2 + - uid: 43219 + components: + - type: Transform + pos: -64.62052,-8.950005 + parent: 2 +- proto: ArrowRegular + entities: + - uid: 43220 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -64.50594,-8.824918 + parent: 2 + - uid: 43221 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -64.41219,-8.9917 + parent: 2 +- proto: ArtifactCrusherMachineCircuitboard + entities: + - uid: 43222 + components: + - type: Transform + pos: -53.448673,-16.481794 + parent: 2 +- proto: ArtifactFragment + entities: + - uid: 5291 + components: + - type: Transform + pos: -32.880093,-17.661964 + parent: 2 + - uid: 5292 + components: + - type: Transform + pos: -32.486828,-16.010834 + parent: 2 + - uid: 34153 + components: + - type: Transform + pos: -57.782696,-16.338133 + parent: 2 + - uid: 34154 + components: + - type: Transform + pos: -57.64207,-16.713133 + parent: 2 + - uid: 34155 + components: + - type: Transform + pos: -57.470196,-16.416258 + parent: 2 +- proto: Ash + entities: + - uid: 13592 + components: + - type: Transform + pos: 62.52931,8.996056 + parent: 2 + - uid: 14062 + components: + - type: Transform + pos: -28.31303,0.6211331 + parent: 2 + - uid: 14065 + components: + - type: Transform + pos: -28.634197,0.7817948 + parent: 2 +- proto: AsteroidRock + entities: + - uid: 9399 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,44.5 + parent: 2 + - uid: 9443 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,46.5 + parent: 2 + - uid: 9448 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,44.5 + parent: 2 + - uid: 9449 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,50.5 + parent: 2 + - uid: 10659 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,48.5 + parent: 2 +- proto: AsteroidRockMining + entities: + - uid: 14709 + components: + - type: Transform + pos: -5.5,17.5 + parent: 14592 + - uid: 14710 + components: + - type: Transform + anchored: False + pos: -2.5,17.5 + parent: 14592 + - uid: 14724 + components: + - type: Transform + pos: -4.5,17.5 + parent: 14592 + - uid: 14725 + components: + - type: Transform + pos: -3.5,17.5 + parent: 14592 + - uid: 14752 + components: + - type: Transform + pos: -12.5,17.5 + parent: 14592 + - uid: 14768 + components: + - type: Transform + pos: -14.5,17.5 + parent: 14592 + - uid: 14769 + components: + - type: Transform + pos: -13.5,17.5 + parent: 14592 + - uid: 14790 + components: + - type: Transform + pos: -10.5,17.5 + parent: 14592 + - uid: 14791 + components: + - type: Transform + pos: -11.5,17.5 + parent: 14592 + - uid: 14792 + components: + - type: Transform + pos: -6.5,17.5 + parent: 14592 + - uid: 14807 + components: + - type: Transform + pos: -9.5,17.5 + parent: 14592 + - uid: 14808 + components: + - type: Transform + pos: -7.5,17.5 + parent: 14592 + - uid: 14822 + components: + - type: Transform + pos: -8.5,17.5 + parent: 14592 + - uid: 34559 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,6.5 + parent: 30892 + - uid: 34560 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,9.5 + parent: 30892 + - uid: 34561 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,7.5 + parent: 30892 + - uid: 34562 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,8.5 + parent: 30892 + - uid: 34563 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,9.5 + parent: 30892 + - uid: 34564 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,11.5 + parent: 30892 + - uid: 34565 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,10.5 + parent: 30892 + - uid: 34566 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,7.5 + parent: 30892 + - uid: 34567 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,8.5 + parent: 30892 + - uid: 34568 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,9.5 + parent: 30892 + - uid: 34621 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,11.5 + parent: 30892 + - uid: 34622 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,10.5 + parent: 30892 + - uid: 34623 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,11.5 + parent: 30892 + - uid: 34624 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,11.5 + parent: 30892 + - uid: 34625 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,12.5 + parent: 30892 + - uid: 34626 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,13.5 + parent: 30892 + - uid: 34627 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,14.5 + parent: 30892 + - uid: 34628 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,14.5 + parent: 30892 + - uid: 34630 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,12.5 + parent: 30892 + - uid: 34631 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,13.5 + parent: 30892 + - uid: 34632 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,14.5 + parent: 30892 + - uid: 34633 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,13.5 + parent: 30892 + - uid: 34634 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,11.5 + parent: 30892 + - uid: 34635 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,12.5 + parent: 30892 + - uid: 34636 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,13.5 + parent: 30892 + - uid: 34638 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,12.5 + parent: 30892 + - uid: 34639 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,13.5 + parent: 30892 + - uid: 34640 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,14.5 + parent: 30892 + - uid: 34653 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,13.5 + parent: 30892 + - uid: 34654 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,10.5 + parent: 30892 + - uid: 34655 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,10.5 + parent: 30892 + - uid: 34656 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,10.5 + parent: 30892 + - uid: 34662 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,13.5 + parent: 30892 + - uid: 34667 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,13.5 + parent: 30892 + - uid: 34668 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,13.5 + parent: 30892 + - uid: 34669 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,12.5 + parent: 30892 + - uid: 34670 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,11.5 + parent: 30892 + - uid: 34671 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,10.5 + parent: 30892 + - uid: 34672 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,9.5 + parent: 30892 + - uid: 34673 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,8.5 + parent: 30892 + - uid: 34674 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,12.5 + parent: 30892 + - uid: 34675 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,11.5 + parent: 30892 + - uid: 34676 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,10.5 + parent: 30892 + - uid: 34677 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,9.5 + parent: 30892 + - uid: 34678 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,8.5 + parent: 30892 + - uid: 34679 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,10.5 + parent: 30892 + - uid: 34680 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,9.5 + parent: 30892 + - uid: 34681 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,8.5 + parent: 30892 + - uid: 34682 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,10.5 + parent: 30892 + - uid: 34683 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,9.5 + parent: 30892 + - uid: 34689 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,2.5 + parent: 30892 + - uid: 34690 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,1.5 + parent: 30892 + - uid: 34691 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,0.5 + parent: 30892 + - uid: 34692 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-0.5 + parent: 30892 + - uid: 34694 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,1.5 + parent: 30892 + - uid: 34695 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,0.5 + parent: 30892 + - uid: 34696 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-0.5 + parent: 30892 + - uid: 34700 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-0.5 + parent: 30892 + - uid: 34701 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-1.5 + parent: 30892 + - uid: 34702 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-1.5 + parent: 30892 + - uid: 34703 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-1.5 + parent: 30892 + - uid: 34704 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-1.5 + parent: 30892 + - uid: 34708 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-0.5 + parent: 30892 + - uid: 34709 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-0.5 + parent: 30892 + - uid: 34710 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-0.5 + parent: 30892 + - uid: 34712 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-2.5 + parent: 30892 + - uid: 34713 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-2.5 + parent: 30892 + - uid: 34714 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-3.5 + parent: 30892 +- proto: AtmosDeviceFanTiny + entities: + - uid: 3345 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 76.5,-2.5 + parent: 2 + - uid: 3346 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 76.5,-4.5 + parent: 2 + - uid: 3347 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 74.5,-24.5 + parent: 2 + - uid: 3437 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 74.5,-20.5 + parent: 2 + - uid: 3447 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 76.5,3.5 + parent: 2 + - uid: 3449 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 76.5,5.5 + parent: 2 + - uid: 4563 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -69.5,6.5 + parent: 2 + - uid: 5432 + components: + - type: Transform + pos: -48.5,-54.5 + parent: 2 + - uid: 5434 + components: + - type: Transform + pos: -47.5,-54.5 + parent: 2 + - uid: 7784 + components: + - type: Transform + pos: -55.5,-43.5 + parent: 2 + - uid: 8594 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-84.5 + parent: 2 + - uid: 8779 + components: + - type: Transform + pos: -55.5,-45.5 + parent: 2 + - uid: 10848 + components: + - type: Transform + pos: -40.5,59.5 + parent: 2 + - uid: 12258 + components: + - type: Transform + pos: -66.5,-1.5 + parent: 2 + - uid: 12655 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,9.5 + parent: 2 + - type: Stealth + - type: StealthOnMove + - uid: 12656 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,-27.5 + parent: 2 + - type: Stealth + - type: StealthOnMove + - uid: 12657 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,-35.5 + parent: 2 + - type: Stealth + - type: StealthOnMove + - uid: 12658 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,-29.5 + parent: 2 + - type: Stealth + - type: StealthOnMove + - uid: 12659 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -59.5,-29.5 + parent: 2 + - type: Stealth + - type: StealthOnMove + - uid: 12660 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -59.5,4.5 + parent: 2 + - type: Stealth + - type: StealthOnMove + - uid: 13535 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,65.5 + parent: 2 + - uid: 13800 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,4.5 + parent: 14592 + - uid: 14086 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,4.5 + parent: 14592 + - uid: 14089 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,4.5 + parent: 14592 + - uid: 14139 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,4.5 + parent: 14592 + - uid: 14279 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-84.5 + parent: 2 + - uid: 14280 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-77.5 + parent: 2 + - uid: 14281 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-77.5 + parent: 2 + - uid: 14282 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-84.5 + parent: 2 + - uid: 14283 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-89.5 + parent: 2 + - uid: 14284 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-89.5 + parent: 2 + - uid: 14285 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-77.5 + parent: 2 + - uid: 14286 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-77.5 + parent: 2 + - uid: 14287 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-84.5 + parent: 2 + - uid: 23943 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-10.5 + parent: 2 + - uid: 23982 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,-8.5 + parent: 2 + - uid: 31347 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-3.5 + parent: 30892 + - uid: 31359 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,2.5 + parent: 31348 + - uid: 31385 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-2.5 + parent: 31348 + - uid: 31388 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-2.5 + parent: 31348 + - uid: 31389 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-2.5 + parent: 31348 + - uid: 31391 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,2.5 + parent: 31348 + - uid: 32968 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,0.5 + parent: 32914 + - uid: 32969 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,0.5 + parent: 32914 + - uid: 33147 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,53.5 + parent: 2 + - uid: 33187 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-10.5 + parent: 14592 + - uid: 33188 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-10.5 + parent: 14592 + - uid: 33613 + components: + - type: Transform + pos: -19.5,7.5 + parent: 2 + - uid: 34557 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,4.5 + parent: 30892 + - uid: 35271 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 67.5,42.5 + parent: 2 + - uid: 36636 + components: + - type: Transform + pos: 9.5,1.5 + parent: 36450 + - uid: 36637 + components: + - type: Transform + pos: 1.5,1.5 + parent: 36450 + - uid: 36925 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-7.5 + parent: 36907 + - uid: 36926 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-8.5 + parent: 36907 + - uid: 36927 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-9.5 + parent: 36907 + - uid: 43083 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 81.5,43.5 + parent: 2 +- proto: AtmosFixBlockerMarker + entities: + - uid: 7573 + components: + - type: Transform + pos: -57.5,42.5 + parent: 2 + - uid: 7574 + components: + - type: Transform + pos: -58.5,44.5 + parent: 2 + - uid: 7575 + components: + - type: Transform + pos: -58.5,42.5 + parent: 2 + - uid: 7697 + components: + - type: Transform + pos: -58.5,48.5 + parent: 2 + - uid: 7698 + components: + - type: Transform + pos: -57.5,48.5 + parent: 2 + - uid: 7699 + components: + - type: Transform + pos: -56.5,48.5 + parent: 2 + - uid: 7703 + components: + - type: Transform + pos: -58.5,46.5 + parent: 2 + - uid: 7704 + components: + - type: Transform + pos: -57.5,46.5 + parent: 2 + - uid: 7705 + components: + - type: Transform + pos: -56.5,46.5 + parent: 2 + - uid: 7706 + components: + - type: Transform + pos: -57.5,44.5 + parent: 2 + - uid: 7707 + components: + - type: Transform + pos: -56.5,44.5 + parent: 2 + - uid: 7708 + components: + - type: Transform + pos: -56.5,42.5 + parent: 2 + - uid: 7709 + components: + - type: Transform + pos: -58.5,40.5 + parent: 2 + - uid: 7710 + components: + - type: Transform + pos: -57.5,40.5 + parent: 2 + - uid: 7711 + components: + - type: Transform + pos: -56.5,40.5 + parent: 2 + - uid: 7723 + components: + - type: Transform + pos: -58.5,54.5 + parent: 2 + - uid: 7735 + components: + - type: Transform + pos: -58.5,53.5 + parent: 2 + - uid: 7736 + components: + - type: Transform + pos: -58.5,52.5 + parent: 2 + - uid: 7737 + components: + - type: Transform + pos: -57.5,54.5 + parent: 2 + - uid: 7738 + components: + - type: Transform + pos: -57.5,53.5 + parent: 2 + - uid: 7739 + components: + - type: Transform + pos: -57.5,52.5 + parent: 2 + - uid: 7740 + components: + - type: Transform + pos: -56.5,54.5 + parent: 2 + - uid: 7741 + components: + - type: Transform + pos: -56.5,53.5 + parent: 2 + - uid: 7742 + components: + - type: Transform + pos: -56.5,52.5 + parent: 2 + - uid: 10648 + components: + - type: Transform + pos: -67.5,-11.5 + parent: 2 + - uid: 10661 + components: + - type: Transform + pos: -66.5,-11.5 + parent: 2 + - uid: 11131 + components: + - type: Transform + pos: -66.5,-12.5 + parent: 2 + - uid: 12572 + components: + - type: Transform + pos: -66.5,-17.5 + parent: 2 + - uid: 12573 + components: + - type: Transform + pos: -66.5,-16.5 + parent: 2 + - uid: 12574 + components: + - type: Transform + pos: -66.5,-15.5 + parent: 2 + - uid: 12575 + components: + - type: Transform + pos: -65.5,-17.5 + parent: 2 + - uid: 12576 + components: + - type: Transform + pos: -66.5,-13.5 + parent: 2 + - uid: 12577 + components: + - type: Transform + pos: -67.5,-13.5 + parent: 2 + - uid: 12578 + components: + - type: Transform + pos: -67.5,-12.5 + parent: 2 +- proto: AtmosFixFreezerMarker + entities: + - uid: 1335 + components: + - type: Transform + pos: -65.5,3.5 + parent: 2 + - uid: 1343 + components: + - type: Transform + pos: -64.5,0.5 + parent: 2 + - uid: 5008 + components: + - type: Transform + pos: -65.5,1.5 + parent: 2 + - uid: 8905 + components: + - type: Transform + pos: -66.5,2.5 + parent: 2 + - uid: 8910 + components: + - type: Transform + pos: -67.5,2.5 + parent: 2 + - uid: 9271 + components: + - type: Transform + pos: -66.5,0.5 + parent: 2 + - uid: 9341 + components: + - type: Transform + pos: -66.5,1.5 + parent: 2 + - uid: 10591 + components: + - type: Transform + pos: -65.5,2.5 + parent: 2 + - uid: 12262 + components: + - type: Transform + pos: -68.5,1.5 + parent: 2 + - uid: 12322 + components: + - type: Transform + pos: -67.5,3.5 + parent: 2 + - uid: 12564 + components: + - type: Transform + pos: -55.5,15.5 + parent: 2 + - uid: 12565 + components: + - type: Transform + pos: -54.5,16.5 + parent: 2 + - uid: 12566 + components: + - type: Transform + pos: -54.5,17.5 + parent: 2 + - uid: 12567 + components: + - type: Transform + pos: -53.5,17.5 + parent: 2 + - uid: 12568 + components: + - type: Transform + pos: -53.5,21.5 + parent: 2 + - uid: 12569 + components: + - type: Transform + pos: -54.5,20.5 + parent: 2 + - uid: 12570 + components: + - type: Transform + pos: -52.5,21.5 + parent: 2 + - uid: 12571 + components: + - type: Transform + pos: -53.5,20.5 + parent: 2 + - uid: 12610 + components: + - type: Transform + pos: -54.5,15.5 + parent: 2 + - uid: 12611 + components: + - type: Transform + pos: -53.5,18.5 + parent: 2 + - uid: 12917 + components: + - type: Transform + pos: 36.5,11.5 + parent: 2 + - uid: 12918 + components: + - type: Transform + pos: 36.5,12.5 + parent: 2 + - uid: 12919 + components: + - type: Transform + pos: 37.5,12.5 + parent: 2 + - uid: 12920 + components: + - type: Transform + pos: 38.5,12.5 + parent: 2 + - uid: 12921 + components: + - type: Transform + pos: 38.5,11.5 + parent: 2 + - uid: 12922 + components: + - type: Transform + pos: 38.5,10.5 + parent: 2 + - uid: 12923 + components: + - type: Transform + pos: 37.5,11.5 + parent: 2 + - uid: 14290 + components: + - type: Transform + pos: -67.5,0.5 + parent: 2 + - uid: 14297 + components: + - type: Transform + pos: -64.5,2.5 + parent: 2 + - uid: 14342 + components: + - type: Transform + pos: -66.5,3.5 + parent: 2 + - uid: 14347 + components: + - type: Transform + pos: -64.5,-0.5 + parent: 2 + - uid: 14348 + components: + - type: Transform + pos: -64.5,1.5 + parent: 2 + - uid: 14349 + components: + - type: Transform + pos: -64.5,3.5 + parent: 2 + - uid: 14350 + components: + - type: Transform + pos: -65.5,0.5 + parent: 2 + - uid: 14355 + components: + - type: Transform + pos: -68.5,2.5 + parent: 2 + - uid: 14463 + components: + - type: Transform + pos: -68.5,0.5 + parent: 2 + - uid: 14494 + components: + - type: Transform + pos: -68.5,-0.5 + parent: 2 + - uid: 14504 + components: + - type: Transform + pos: -67.5,1.5 + parent: 2 + - uid: 15522 + components: + - type: Transform + pos: -68.5,3.5 + parent: 2 + - uid: 24871 + components: + - type: Transform + pos: -44.5,-4.5 + parent: 2 + - uid: 24873 + components: + - type: Transform + pos: -40.5,-7.5 + parent: 2 + - uid: 24874 + components: + - type: Transform + pos: -37.5,-8.5 + parent: 2 + - uid: 24880 + components: + - type: Transform + pos: -43.5,-6.5 + parent: 2 + - uid: 24881 + components: + - type: Transform + pos: -12.5,-37.5 + parent: 2 + - uid: 24882 + components: + - type: Transform + pos: -12.5,-41.5 + parent: 2 + - uid: 24883 + components: + - type: Transform + pos: -12.5,-40.5 + parent: 2 + - uid: 24884 + components: + - type: Transform + pos: -12.5,-39.5 + parent: 2 + - uid: 24885 + components: + - type: Transform + pos: -12.5,-36.5 + parent: 2 + - uid: 24886 + components: + - type: Transform + pos: -12.5,-35.5 + parent: 2 + - uid: 24887 + components: + - type: Transform + pos: -12.5,-34.5 + parent: 2 + - uid: 27590 + components: + - type: Transform + pos: -8.5,66.5 + parent: 2 + - uid: 27591 + components: + - type: Transform + pos: -7.5,66.5 + parent: 2 + - uid: 27592 + components: + - type: Transform + pos: -6.5,66.5 + parent: 2 + - uid: 27593 + components: + - type: Transform + pos: -5.5,66.5 + parent: 2 + - uid: 27594 + components: + - type: Transform + pos: -5.5,67.5 + parent: 2 + - uid: 27595 + components: + - type: Transform + pos: -6.5,67.5 + parent: 2 + - uid: 27596 + components: + - type: Transform + pos: -7.5,67.5 + parent: 2 + - uid: 27597 + components: + - type: Transform + pos: -8.5,67.5 + parent: 2 + - uid: 27598 + components: + - type: Transform + pos: -8.5,68.5 + parent: 2 + - uid: 27599 + components: + - type: Transform + pos: -7.5,69.5 + parent: 2 + - uid: 27600 + components: + - type: Transform + pos: -8.5,69.5 + parent: 2 + - uid: 27601 + components: + - type: Transform + pos: -7.5,68.5 + parent: 2 + - uid: 27602 + components: + - type: Transform + pos: -6.5,69.5 + parent: 2 + - uid: 27603 + components: + - type: Transform + pos: -6.5,68.5 + parent: 2 + - uid: 27604 + components: + - type: Transform + pos: -5.5,69.5 + parent: 2 + - uid: 27605 + components: + - type: Transform + pos: -5.5,68.5 + parent: 2 + - uid: 33975 + components: + - type: Transform + pos: -71.5,2.5 + parent: 2 + - uid: 33977 + components: + - type: Transform + pos: -71.5,1.5 + parent: 2 + - uid: 34125 + components: + - type: Transform + pos: -71.5,0.5 + parent: 2 + - uid: 43153 + components: + - type: Transform + pos: -71.5,-0.5 + parent: 2 + - uid: 43154 + components: + - type: Transform + pos: -71.5,-1.5 + parent: 2 + - uid: 43155 + components: + - type: Transform + pos: -70.5,2.5 + parent: 2 + - uid: 43156 + components: + - type: Transform + pos: -70.5,1.5 + parent: 2 + - uid: 43157 + components: + - type: Transform + pos: -70.5,0.5 + parent: 2 + - uid: 43158 + components: + - type: Transform + pos: -70.5,-0.5 + parent: 2 + - uid: 43159 + components: + - type: Transform + pos: -70.5,-1.5 + parent: 2 + - uid: 43160 + components: + - type: Transform + pos: -69.5,-0.5 + parent: 2 + - uid: 43161 + components: + - type: Transform + pos: -69.5,0.5 + parent: 2 + - uid: 43162 + components: + - type: Transform + pos: -69.5,1.5 + parent: 2 + - uid: 43163 + components: + - type: Transform + pos: -69.5,2.5 + parent: 2 +- proto: AtmosFixInstantPlasmaFireMarker + entities: + - uid: 36759 + components: + - type: Transform + pos: 71.5,-26.5 + parent: 2 +- proto: AtmosFixPlasmaMarker + entities: + - uid: 36756 + components: + - type: Transform + pos: 71.5,-26.5 + parent: 2 + - uid: 36757 + components: + - type: Transform + pos: 70.5,-26.5 + parent: 2 +- proto: Autolathe + entities: + - uid: 536 + components: + - type: Transform + pos: -40.5,18.5 + parent: 2 + - uid: 1485 + components: + - type: Transform + pos: -38.5,-44.5 + parent: 2 + - uid: 5172 + components: + - type: Transform + pos: -26.5,-31.5 + parent: 2 + - uid: 31331 + components: + - type: Transform + pos: -64.5,-4.5 + parent: 2 +- proto: AutolatheMachineCircuitboard + entities: + - uid: 7883 + components: + - type: Transform + pos: -42.345978,5.474476 + parent: 2 +- proto: BackgammonBoard + entities: + - uid: 36794 + components: + - type: Transform + pos: 53.49472,50.643246 + parent: 2 + - uid: 36827 + components: + - type: Transform + pos: 20.481375,73.56214 + parent: 2 +- proto: BalloonSyn + entities: + - uid: 9462 + components: + - type: Transform + pos: -31.627367,-7.3390927 + parent: 2 + - uid: 36928 + components: + - type: Transform + pos: 27.308723,47.718117 + parent: 36907 +- proto: BananaPhoneInstrument + entities: + - uid: 11665 + components: + - type: Transform + pos: -29.33991,55.65573 + parent: 2 +- proto: BananiumHorn + entities: + - uid: 36930 + components: + - type: Transform + parent: 36929 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: BannerBlue + entities: + - uid: 36857 + components: + - type: Transform + pos: -79.5,69.5 + parent: 2 + - uid: 36858 + components: + - type: Transform + pos: -77.5,70.5 + parent: 2 +- proto: BannerCargo + entities: + - uid: 13448 + components: + - type: Transform + pos: -38.5,-42.5 + parent: 2 + - uid: 13453 + components: + - type: Transform + pos: -40.5,-39.5 + parent: 2 + - uid: 13512 + components: + - type: Transform + pos: -40.5,-41.5 + parent: 2 +- proto: BannerEngineering + entities: + - uid: 13327 + components: + - type: Transform + pos: -29.5,29.5 + parent: 2 + - uid: 13328 + components: + - type: Transform + pos: -29.5,31.5 + parent: 2 + - uid: 13331 + components: + - type: Transform + pos: -23.5,35.5 + parent: 2 + - uid: 13332 + components: + - type: Transform + pos: -21.5,35.5 + parent: 2 +- proto: BannerGreen + entities: + - uid: 4851 + components: + - type: Transform + pos: 54.5,-34.5 + parent: 2 +- proto: BannerMedical + entities: + - uid: 11747 + components: + - type: Transform + pos: 26.5,-34.5 + parent: 2 + - uid: 11748 + components: + - type: Transform + pos: 38.5,-34.5 + parent: 2 +- proto: BannerNanotrasen + entities: + - uid: 3355 + components: + - type: Transform + pos: 0.5,-59.5 + parent: 2 + - uid: 3356 + components: + - type: Transform + pos: 0.5,-57.5 + parent: 2 +- proto: BannerRed + entities: + - uid: 36843 + components: + - type: Transform + pos: -75.5,74.5 + parent: 2 + - uid: 36854 + components: + - type: Transform + pos: -76.5,76.5 + parent: 2 +- proto: BannerRevolution + entities: + - uid: 11373 + components: + - type: Transform + pos: 50.5,-41.5 + parent: 2 +- proto: BannerScience + entities: + - uid: 13517 + components: + - type: Transform + pos: -33.5,-35.5 + parent: 2 + - uid: 13530 + components: + - type: Transform + pos: -30.5,-35.5 + parent: 2 + - uid: 13557 + components: + - type: Transform + pos: -39.5,-31.5 + parent: 2 + - uid: 13559 + components: + - type: Transform + pos: -43.5,-26.5 + parent: 2 + - uid: 13691 + components: + - type: Transform + pos: -18.5,-15.5 + parent: 2 + - uid: 34263 + components: + - type: Transform + pos: -57.5,1.5 + parent: 2 + - uid: 34264 + components: + - type: Transform + pos: -60.5,-20.5 + parent: 2 +- proto: BannerSecurity + entities: + - uid: 10487 + components: + - type: Transform + pos: 30.5,43.5 + parent: 2 + - uid: 10490 + components: + - type: Transform + pos: 33.5,43.5 + parent: 2 + - uid: 13552 + components: + - type: Transform + pos: 40.5,28.5 + parent: 2 + - uid: 13553 + components: + - type: Transform + pos: 37.5,26.5 + parent: 2 + - uid: 13554 + components: + - type: Transform + pos: 44.5,24.5 + parent: 2 + - uid: 14471 + components: + - type: Transform + pos: 42.5,-29.5 + parent: 2 +- proto: Barricade + entities: + - uid: 3342 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 73.5,-20.5 + parent: 2 + - uid: 5297 + components: + - type: Transform + pos: -13.5,-44.5 + parent: 2 + - uid: 5298 + components: + - type: Transform + pos: -15.5,-43.5 + parent: 2 + - uid: 5299 + components: + - type: Transform + pos: -16.5,-45.5 + parent: 2 + - uid: 5300 + components: + - type: Transform + pos: -15.5,-44.5 + parent: 2 + - uid: 5314 + components: + - type: Transform + pos: -18.5,-44.5 + parent: 2 + - uid: 5348 + components: + - type: Transform + pos: -38.5,-21.5 + parent: 2 + - uid: 5349 + components: + - type: Transform + pos: -39.5,-22.5 + parent: 2 + - uid: 5350 + components: + - type: Transform + pos: -41.5,-21.5 + parent: 2 + - uid: 5351 + components: + - type: Transform + pos: -40.5,-20.5 + parent: 2 + - uid: 5352 + components: + - type: Transform + pos: -43.5,-17.5 + parent: 2 + - uid: 5353 + components: + - type: Transform + pos: -42.5,-16.5 + parent: 2 + - uid: 5354 + components: + - type: Transform + pos: -41.5,-16.5 + parent: 2 + - uid: 5355 + components: + - type: Transform + pos: -43.5,-13.5 + parent: 2 + - uid: 5356 + components: + - type: Transform + pos: -44.5,-11.5 + parent: 2 + - uid: 5357 + components: + - type: Transform + pos: -42.5,-9.5 + parent: 2 + - uid: 6343 + components: + - type: Transform + pos: 10.5,68.5 + parent: 2 + - uid: 8282 + components: + - type: Transform + pos: 20.5,16.5 + parent: 2 + - uid: 8283 + components: + - type: Transform + pos: 12.5,37.5 + parent: 2 + - uid: 10059 + components: + - type: Transform + pos: -20.5,-59.5 + parent: 2 + - uid: 10912 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-55.5 + parent: 2 + - uid: 10972 + components: + - type: Transform + pos: 55.5,-44.5 + parent: 2 + - uid: 11137 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 67.5,-26.5 + parent: 2 + - uid: 11248 + components: + - type: Transform + pos: 66.5,-17.5 + parent: 2 + - uid: 11262 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,-29.5 + parent: 2 + - uid: 11279 + components: + - type: Transform + pos: 53.5,-36.5 + parent: 2 + - uid: 11280 + components: + - type: Transform + pos: 52.5,-37.5 + parent: 2 + - uid: 11282 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,-35.5 + parent: 2 + - uid: 11361 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,-40.5 + parent: 2 + - uid: 12537 + components: + - type: Transform + pos: -34.5,61.5 + parent: 2 + - uid: 12680 + components: + - type: Transform + pos: -35.5,60.5 + parent: 2 + - uid: 12915 + components: + - type: Transform + pos: 37.5,11.5 + parent: 2 + - uid: 13055 + components: + - type: Transform + pos: 12.5,22.5 + parent: 2 + - uid: 13295 + components: + - type: Transform + pos: -29.5,61.5 + parent: 2 + - uid: 13390 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,59.5 + parent: 2 + - uid: 13395 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,62.5 + parent: 2 + - uid: 13396 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,65.5 + parent: 2 + - uid: 13400 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,62.5 + parent: 2 + - uid: 13411 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,54.5 + parent: 2 + - uid: 13414 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,62.5 + parent: 2 + - uid: 13458 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,59.5 + parent: 2 + - uid: 13460 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,47.5 + parent: 2 + - uid: 13463 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,53.5 + parent: 2 + - uid: 13464 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,56.5 + parent: 2 + - uid: 13470 + components: + - type: Transform + pos: -36.5,58.5 + parent: 2 + - uid: 13472 + components: + - type: Transform + pos: -37.5,48.5 + parent: 2 + - uid: 13473 + components: + - type: Transform + pos: -41.5,55.5 + parent: 2 + - uid: 13737 + components: + - type: Transform + pos: -34.5,-51.5 + parent: 2 + - uid: 13738 + components: + - type: Transform + pos: -25.5,-53.5 + parent: 2 + - uid: 13739 + components: + - type: Transform + pos: -33.5,-59.5 + parent: 2 + - uid: 13761 + components: + - type: Transform + pos: -33.5,-51.5 + parent: 2 + - uid: 14485 + components: + - type: Transform + pos: -32.5,-48.5 + parent: 2 + - uid: 14486 + components: + - type: Transform + pos: -13.5,-63.5 + parent: 2 + - uid: 17595 + components: + - type: Transform + pos: -62.5,-8.5 + parent: 2 + - uid: 17599 + components: + - type: Transform + pos: -65.5,-7.5 + parent: 2 + - uid: 20377 + components: + - type: Transform + pos: -65.5,-9.5 + parent: 2 + - uid: 24161 + components: + - type: Transform + pos: 32.5,-61.5 + parent: 2 + - uid: 24175 + components: + - type: Transform + pos: 31.5,-62.5 + parent: 2 + - uid: 24814 + components: + - type: Transform + pos: 21.5,40.5 + parent: 36907 + - uid: 26184 + components: + - type: Transform + pos: -64.5,-6.5 + parent: 2 + - uid: 26186 + components: + - type: Transform + pos: -56.5,-7.5 + parent: 2 + - uid: 26190 + components: + - type: Transform + pos: -55.5,-6.5 + parent: 2 + - uid: 33671 + components: + - type: Transform + pos: -61.5,-13.5 + parent: 2 + - uid: 33859 + components: + - type: Transform + pos: -59.5,-12.5 + parent: 2 + - uid: 33862 + components: + - type: Transform + pos: -63.5,-7.5 + parent: 2 + - uid: 33887 + components: + - type: Transform + pos: -29.5,62.5 + parent: 2 + - uid: 33956 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -67.5,-8.5 + parent: 2 + - uid: 34164 + components: + - type: Transform + pos: -55.5,-17.5 + parent: 2 + - uid: 34165 + components: + - type: Transform + pos: -54.5,-15.5 + parent: 2 + - uid: 34167 + components: + - type: Transform + pos: -55.5,-13.5 + parent: 2 + - uid: 34171 + components: + - type: Transform + pos: -56.5,-14.5 + parent: 2 + - uid: 34330 + components: + - type: Transform + pos: -61.5,-20.5 + parent: 2 + - uid: 34331 + components: + - type: Transform + pos: -61.5,-24.5 + parent: 2 + - uid: 34332 + components: + - type: Transform + pos: -53.5,-28.5 + parent: 2 + - uid: 34333 + components: + - type: Transform + pos: -53.5,-26.5 + parent: 2 + - uid: 34334 + components: + - type: Transform + pos: -47.5,-30.5 + parent: 2 + - uid: 34335 + components: + - type: Transform + pos: -48.5,-31.5 + parent: 2 + - uid: 34569 + components: + - type: Transform + pos: 3.5,8.5 + parent: 30892 + - uid: 34629 + components: + - type: Transform + pos: 10.5,5.5 + parent: 30892 + - uid: 34637 + components: + - type: Transform + pos: 8.5,6.5 + parent: 30892 + - uid: 34641 + components: + - type: Transform + pos: 8.5,5.5 + parent: 30892 + - uid: 34643 + components: + - type: Transform + pos: 2.5,5.5 + parent: 30892 + - uid: 34644 + components: + - type: Transform + pos: 7.5,2.5 + parent: 30892 + - uid: 34646 + components: + - type: Transform + pos: 6.5,6.5 + parent: 30892 + - uid: 34649 + components: + - type: Transform + pos: 13.5,3.5 + parent: 30892 + - uid: 34650 + components: + - type: Transform + pos: 14.5,4.5 + parent: 30892 + - uid: 34652 + components: + - type: Transform + pos: 5.5,6.5 + parent: 30892 + - uid: 34658 + components: + - type: Transform + pos: 2.5,1.5 + parent: 30892 + - uid: 34659 + components: + - type: Transform + pos: 3.5,2.5 + parent: 30892 + - uid: 34660 + components: + - type: Transform + pos: 6.5,2.5 + parent: 30892 + - uid: 34686 + components: + - type: Transform + pos: 9.5,8.5 + parent: 30892 + - uid: 34688 + components: + - type: Transform + pos: 6.5,8.5 + parent: 30892 + - uid: 34715 + components: + - type: Transform + pos: 5.5,10.5 + parent: 30892 + - uid: 34716 + components: + - type: Transform + pos: 8.5,10.5 + parent: 30892 + - uid: 34722 + components: + - type: Transform + pos: 1.5,6.5 + parent: 30892 + - uid: 34723 + components: + - type: Transform + pos: -0.5,5.5 + parent: 30892 + - uid: 34724 + components: + - type: Transform + pos: -1.5,7.5 + parent: 30892 + - uid: 34725 + components: + - type: Transform + pos: 12.5,4.5 + parent: 30892 + - uid: 34727 + components: + - type: Transform + pos: 11.5,5.5 + parent: 30892 + - uid: 36425 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,-17.5 + parent: 2 + - uid: 36937 + components: + - type: Transform + pos: 41.5,4.5 + parent: 36907 + - uid: 36938 + components: + - type: Transform + pos: 39.5,3.5 + parent: 36907 + - uid: 36939 + components: + - type: Transform + pos: 40.5,5.5 + parent: 36907 + - uid: 36940 + components: + - type: Transform + pos: 40.5,4.5 + parent: 36907 + - uid: 36941 + components: + - type: Transform + pos: 38.5,4.5 + parent: 36907 +- proto: BarricadeBlock + entities: + - uid: 9598 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,-40.5 + parent: 2 + - uid: 11033 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,9.5 + parent: 2 + - uid: 13445 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,52.5 + parent: 2 + - uid: 13462 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,-1.5 + parent: 2 + - uid: 42818 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,-8.5 + parent: 2 + - uid: 42819 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -60.5,-15.5 + parent: 2 + - uid: 42820 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,-20.5 + parent: 2 + - uid: 42821 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -59.5,4.5 + parent: 2 + - uid: 42822 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,-8.5 + parent: 2 + - uid: 42823 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,-21.5 + parent: 2 + - uid: 42824 + components: + - type: Transform + pos: 61.5,-27.5 + parent: 2 + - uid: 43058 + components: + - type: Transform + pos: 12.5,30.5 + parent: 2 +- proto: BarricadeDirectional + entities: + - uid: 7236 + components: + - type: Transform + pos: 61.5,-26.5 + parent: 2 + - uid: 11393 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,50.5 + parent: 2 + - uid: 12916 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,50.5 + parent: 2 + - uid: 13461 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,56.5 + parent: 2 + - uid: 26929 + components: + - type: Transform + pos: -35.5,45.5 + parent: 2 + - uid: 42825 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 70.5,-13.5 + parent: 2 + - uid: 42826 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 71.5,-10.5 + parent: 2 + - uid: 42827 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 60.5,-8.5 + parent: 2 + - uid: 42828 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 60.5,10.5 + parent: 2 + - uid: 42829 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,8.5 + parent: 2 + - uid: 42830 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,12.5 + parent: 2 + - uid: 42831 + components: + - type: Transform + pos: -28.5,11.5 + parent: 2 + - uid: 42832 + components: + - type: Transform + pos: -29.5,11.5 + parent: 2 + - uid: 42938 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-56.5 + parent: 2 + - uid: 43057 + components: + - type: Transform + pos: 12.5,31.5 + parent: 2 + - uid: 43059 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,24.5 + parent: 2 + - uid: 43060 + components: + - type: Transform + pos: 16.5,17.5 + parent: 2 + - uid: 43061 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,12.5 + parent: 2 + - uid: 43062 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,11.5 + parent: 2 + - uid: 43063 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,14.5 + parent: 2 +- proto: BarSign + entities: + - uid: 9686 + components: + - type: Transform + pos: 7.5,55.5 + parent: 2 +- proto: BarSignTheOuterSpess + entities: + - uid: 10033 + components: + - type: Transform + pos: -24.5,-59.5 + parent: 2 +- proto: BartenderIDCard + entities: + - uid: 36942 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.4761722,39.652733 + parent: 36907 +- proto: BasaltFive + entities: + - uid: 36943 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,8.5 + parent: 36907 + - uid: 36944 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,9.5 + parent: 36907 + - uid: 36945 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,5.5 + parent: 36907 + - uid: 36946 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,5.5 + parent: 36907 +- proto: BasaltOne + entities: + - uid: 36947 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,0.5 + parent: 36907 + - uid: 36948 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-6.5 + parent: 36907 + - uid: 36949 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-10.5 + parent: 36907 + - uid: 36950 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-10.5 + parent: 36907 + - uid: 36951 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-12.5 + parent: 36907 + - uid: 36952 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-12.5 + parent: 36907 + - uid: 36953 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-10.5 + parent: 36907 + - uid: 36954 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-12.5 + parent: 36907 +- proto: BasaltRandom + entities: + - uid: 1285 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,44.5 + parent: 2 + - uid: 3155 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,48.5 + parent: 2 + - uid: 12271 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,46.5 + parent: 2 + - uid: 12499 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,49.5 + parent: 2 + - uid: 35679 + components: + - type: Transform + pos: -34.5,62.5 + parent: 2 + - uid: 35682 + components: + - type: Transform + pos: -31.5,62.5 + parent: 2 + - uid: 35683 + components: + - type: Transform + pos: -32.5,65.5 + parent: 2 + - uid: 35684 + components: + - type: Transform + pos: -36.5,62.5 + parent: 2 + - uid: 35685 + components: + - type: Transform + pos: -31.5,66.5 + parent: 2 + - uid: 35686 + components: + - type: Transform + pos: -30.5,63.5 + parent: 2 + - uid: 36955 + components: + - type: Transform + pos: 28.5,7.5 + parent: 36907 + - uid: 36956 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,18.5 + parent: 36907 + - uid: 36957 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,18.5 + parent: 36907 + - uid: 36958 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,10.5 + parent: 36907 + - uid: 36959 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,6.5 + parent: 36907 + - uid: 36960 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,6.5 + parent: 36907 + - uid: 36961 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,16.5 + parent: 36907 + - uid: 36962 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,11.5 + parent: 36907 + - uid: 36963 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,10.5 + parent: 36907 + - uid: 36964 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,7.5 + parent: 36907 + - uid: 36965 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,5.5 + parent: 36907 + - uid: 36966 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,4.5 + parent: 36907 + - uid: 36967 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,2.5 + parent: 36907 + - uid: 36968 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,0.5 + parent: 36907 + - uid: 36969 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-5.5 + parent: 36907 + - uid: 36970 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-6.5 + parent: 36907 + - uid: 36971 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,-10.5 + parent: 36907 + - uid: 36972 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,-11.5 + parent: 36907 + - uid: 36973 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-3.5 + parent: 36907 + - uid: 36974 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-6.5 + parent: 36907 + - uid: 36975 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-11.5 + parent: 36907 + - uid: 36976 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-17.5 + parent: 36907 + - uid: 36977 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,-18.5 + parent: 36907 + - uid: 36978 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,-18.5 + parent: 36907 + - uid: 36979 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,-20.5 + parent: 36907 + - uid: 36980 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,-15.5 + parent: 36907 + - uid: 36981 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,-10.5 + parent: 36907 + - uid: 36982 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-13.5 + parent: 36907 + - uid: 36983 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,-7.5 + parent: 36907 + - uid: 36984 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,-1.5 + parent: 36907 + - uid: 36985 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,12.5 + parent: 36907 + - uid: 36986 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,13.5 + parent: 36907 + - uid: 36987 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,7.5 + parent: 36907 + - uid: 36988 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,16.5 + parent: 36907 + - uid: 36989 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,17.5 + parent: 36907 + - uid: 36990 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,18.5 + parent: 36907 + - uid: 36991 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,5.5 + parent: 36907 + - uid: 36992 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,2.5 + parent: 36907 + - uid: 36993 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-1.5 + parent: 36907 + - uid: 36994 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-4.5 + parent: 36907 + - uid: 36995 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-6.5 + parent: 36907 + - uid: 36996 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-10.5 + parent: 36907 + - uid: 36997 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-12.5 + parent: 36907 + - uid: 36998 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-15.5 + parent: 36907 + - uid: 36999 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-17.5 + parent: 36907 + - uid: 37000 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-18.5 + parent: 36907 + - uid: 37001 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-21.5 + parent: 36907 + - uid: 37002 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-22.5 + parent: 36907 + - uid: 37003 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-39.5 + parent: 36907 + - uid: 37004 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-34.5 + parent: 36907 + - uid: 37005 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-36.5 + parent: 36907 + - uid: 37006 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,-33.5 + parent: 36907 + - uid: 37007 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-36.5 + parent: 36907 + - uid: 37008 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-38.5 + parent: 36907 + - uid: 37009 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-38.5 + parent: 36907 + - uid: 37010 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-40.5 + parent: 36907 + - uid: 37011 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-37.5 + parent: 36907 + - uid: 37012 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-39.5 + parent: 36907 + - uid: 37013 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-35.5 + parent: 36907 + - uid: 37014 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-38.5 + parent: 36907 + - uid: 37015 + components: + - type: Transform + pos: 35.5,-35.5 + parent: 36907 + - uid: 37016 + components: + - type: Transform + pos: 31.5,-31.5 + parent: 36907 + - uid: 37017 + components: + - type: Transform + pos: 30.5,-40.5 + parent: 36907 + - uid: 37018 + components: + - type: Transform + pos: 34.5,-40.5 + parent: 36907 + - uid: 37019 + components: + - type: Transform + pos: 25.5,-39.5 + parent: 36907 + - uid: 37020 + components: + - type: Transform + pos: 33.5,-36.5 + parent: 36907 + - uid: 37021 + components: + - type: Transform + pos: 29.5,-37.5 + parent: 36907 +- proto: BasaltThree + entities: + - uid: 37022 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,0.5 + parent: 36907 + - uid: 37023 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-18.5 + parent: 36907 + - uid: 37024 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-7.5 + parent: 36907 + - uid: 37025 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-13.5 + parent: 36907 +- proto: BaseBallBat + entities: + - uid: 14212 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.913605,-58.55397 + parent: 2 + - uid: 29616 + components: + - type: Transform + pos: 54.528797,-45.5117 + parent: 2 +- proto: BaseComputer + entities: + - uid: 5332 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,-22.5 + parent: 2 + - uid: 7226 + components: + - type: Transform + pos: -84.5,79.5 + parent: 2 + - uid: 9604 + components: + - type: Transform + pos: -4.5,34.5 + parent: 2 + - uid: 11708 + components: + - type: Transform + pos: -63.5,-13.5 + parent: 2 + - uid: 26193 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -84.5,75.5 + parent: 2 + - uid: 26892 + components: + - type: Transform + pos: -61.5,3.5 + parent: 2 +- proto: Basketball + entities: + - uid: 5547 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.743822,62.419167 + parent: 2 + - uid: 14462 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.519548,-49.42236 + parent: 2 +- proto: BassGuitarInstrument + entities: + - uid: 8324 + components: + - type: Transform + pos: 12.107607,59.624416 + parent: 2 + - uid: 14233 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.538277,-66.54952 + parent: 2 +- proto: BeachBall + entities: + - uid: 13459 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.728304,54.634975 + parent: 2 +- proto: Beaker + entities: + - uid: 5266 + components: + - type: Transform + pos: -40.476562,-26.147371 + parent: 2 + - uid: 5267 + components: + - type: Transform + pos: -40.274757,-26.459251 + parent: 2 + - uid: 5344 + components: + - type: Transform + pos: -38.578976,-17.834646 + parent: 2 + - uid: 6837 + components: + - type: Transform + pos: 19.58468,-37.392326 + parent: 2 + - uid: 6841 + components: + - type: Transform + pos: 19.749794,-37.24556 + parent: 2 + - uid: 7036 + components: + - type: Transform + pos: 28.46038,0.48341465 + parent: 2 + - uid: 11587 + components: + - type: Transform + pos: 14.463301,71.71236 + parent: 2 + - uid: 11588 + components: + - type: Transform + pos: 14.557051,71.66548 + parent: 2 + - uid: 34040 + components: + - type: Transform + pos: -61.182823,-12.248723 + parent: 2 + - uid: 34159 + components: + - type: Transform + pos: -67.37317,-4.6047425 + parent: 2 + - uid: 42991 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.561386,18.522518 + parent: 2 +- proto: Bed + entities: + - uid: 1377 + components: + - type: Transform + pos: 38.5,4.5 + parent: 2 + - uid: 3845 + components: + - type: Transform + pos: 41.5,60.5 + parent: 2 + - uid: 4671 + components: + - type: Transform + pos: 58.5,37.5 + parent: 2 + - uid: 4906 + components: + - type: Transform + pos: -12.5,-20.5 + parent: 2 + - uid: 5492 + components: + - type: Transform + pos: -36.5,-55.5 + parent: 2 + - uid: 5625 + components: + - type: Transform + pos: -8.5,-41.5 + parent: 2 + - uid: 6059 + components: + - type: Transform + pos: 50.5,52.5 + parent: 2 + - uid: 6118 + components: + - type: Transform + pos: 14.5,-36.5 + parent: 2 + - uid: 6208 + components: + - type: Transform + pos: -29.5,58.5 + parent: 2 + - uid: 6216 + components: + - type: Transform + pos: -24.5,60.5 + parent: 2 + - uid: 6730 + components: + - type: Transform + pos: 15.5,-15.5 + parent: 2 + - uid: 6858 + components: + - type: Transform + pos: 25.5,-11.5 + parent: 2 + - uid: 7011 + components: + - type: Transform + pos: 6.5,66.5 + parent: 2 + - uid: 7116 + components: + - type: Transform + pos: 44.5,-39.5 + parent: 2 + - uid: 7117 + components: + - type: Transform + pos: 47.5,-39.5 + parent: 2 + - uid: 8088 + components: + - type: Transform + pos: -13.5,18.5 + parent: 2 + - uid: 8342 + components: + - type: Transform + pos: 58.5,43.5 + parent: 2 + - uid: 8344 + components: + - type: Transform + pos: 53.5,52.5 + parent: 2 + - uid: 8806 + components: + - type: Transform + pos: 52.5,-23.5 + parent: 2 + - uid: 8924 + components: + - type: Transform + pos: 37.5,-40.5 + parent: 2 + - uid: 8925 + components: + - type: Transform + pos: 41.5,-46.5 + parent: 2 + - uid: 9014 + components: + - type: Transform + pos: 24.5,-57.5 + parent: 2 + - uid: 9015 + components: + - type: Transform + pos: 28.5,-55.5 + parent: 2 + - uid: 9016 + components: + - type: Transform + pos: 32.5,-54.5 + parent: 2 + - uid: 9017 + components: + - type: Transform + pos: 20.5,-59.5 + parent: 2 + - uid: 9687 + components: + - type: Transform + pos: 58.5,40.5 + parent: 2 + - uid: 9712 + components: + - type: Transform + pos: 35.5,24.5 + parent: 2 + - uid: 9761 + components: + - type: Transform + pos: 57.5,46.5 + parent: 2 + - uid: 9790 + components: + - type: Transform + pos: 7.5,39.5 + parent: 2 + - uid: 10268 + components: + - type: Transform + pos: 43.5,19.5 + parent: 2 + - uid: 10762 + components: + - type: Transform + pos: -5.5,45.5 + parent: 2 + - uid: 11268 + components: + - type: Transform + pos: 8.5,70.5 + parent: 2 + - uid: 11425 + components: + - type: Transform + pos: 74.5,31.5 + parent: 2 + - uid: 12677 + components: + - type: Transform + pos: 34.5,-15.5 + parent: 2 + - uid: 12679 + components: + - type: Transform + pos: 34.5,-17.5 + parent: 2 + - uid: 31242 + components: + - type: Transform + pos: 3.5,11.5 + parent: 30892 + - uid: 31243 + components: + - type: Transform + pos: 6.5,11.5 + parent: 30892 + - uid: 31244 + components: + - type: Transform + pos: 9.5,11.5 + parent: 30892 +- proto: BedsheetBlack + entities: + - uid: 8807 + components: + - type: Transform + pos: 52.5,-23.5 + parent: 2 +- proto: BedsheetBlue + entities: + - uid: 8927 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,-46.5 + parent: 2 +- proto: BedsheetBrown + entities: + - uid: 783 + components: + - type: Transform + pos: 6.5,66.5 + parent: 2 + - uid: 9407 + components: + - type: Transform + pos: 8.5,70.5 + parent: 2 + - uid: 9791 + components: + - type: Transform + pos: 7.5,39.5 + parent: 2 + - uid: 10358 + components: + - type: Transform + pos: 43.5,19.5 + parent: 2 +- proto: BedsheetCaptain + entities: + - uid: 6119 + components: + - type: Transform + pos: 14.5,-36.5 + parent: 2 +- proto: BedsheetCE + entities: + - uid: 8090 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,18.5 + parent: 2 +- proto: BedsheetCentcom + entities: + - uid: 10766 + components: + - type: Transform + pos: -5.5,45.5 + parent: 2 +- proto: BedsheetClown + entities: + - uid: 6209 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,58.5 + parent: 2 +- proto: BedsheetCMO + entities: + - uid: 6750 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-15.5 + parent: 2 +- proto: BedsheetGreen + entities: + - uid: 12265 + components: + - type: Transform + pos: 38.5,4.5 + parent: 2 +- proto: BedsheetHOP + entities: + - uid: 5610 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-41.5 + parent: 2 +- proto: BedsheetHOS + entities: + - uid: 10527 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,60.5 + parent: 2 +- proto: BedsheetMedical + entities: + - uid: 6689 + components: + - type: Transform + pos: 20.5,-22.5 + parent: 2 + - uid: 6690 + components: + - type: Transform + pos: 20.5,-24.5 + parent: 2 + - uid: 6691 + components: + - type: Transform + pos: 18.5,-24.5 + parent: 2 + - uid: 6692 + components: + - type: Transform + pos: 18.5,-22.5 + parent: 2 + - uid: 6693 + components: + - type: Transform + pos: 24.5,-22.5 + parent: 2 + - uid: 6694 + components: + - type: Transform + pos: 24.5,-24.5 + parent: 2 + - uid: 6695 + components: + - type: Transform + pos: 22.5,-24.5 + parent: 2 + - uid: 6696 + components: + - type: Transform + pos: 22.5,-22.5 + parent: 2 + - uid: 6861 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-11.5 + parent: 2 + - uid: 7070 + components: + - type: Transform + pos: 34.5,6.5 + parent: 2 + - uid: 7071 + components: + - type: Transform + pos: 34.5,2.5 + parent: 2 + - uid: 7072 + components: + - type: Transform + pos: 27.5,2.5 + parent: 2 + - uid: 7073 + components: + - type: Transform + pos: 27.5,6.5 + parent: 2 + - uid: 10303 + components: + - type: Transform + pos: 20.5,55.5 + parent: 2 + - uid: 10304 + components: + - type: Transform + pos: 20.5,53.5 + parent: 2 + - uid: 12710 + components: + - type: Transform + pos: 34.5,-15.5 + parent: 2 + - uid: 12711 + components: + - type: Transform + pos: 34.5,-17.5 + parent: 2 +- proto: BedsheetMime + entities: + - uid: 6195 + components: + - type: Transform + pos: -24.5,60.5 + parent: 2 +- proto: BedsheetOrange + entities: + - uid: 8334 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,52.5 + parent: 2 + - uid: 9756 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,52.5 + parent: 2 + - uid: 9757 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 58.5,40.5 + parent: 2 + - uid: 9759 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,46.5 + parent: 2 + - uid: 9760 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 58.5,43.5 + parent: 2 + - uid: 21135 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,37.5 + parent: 2 + - uid: 31547 + components: + - type: Transform + parent: 11574 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 31548 + components: + - type: Transform + parent: 11577 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 31549 + components: + - type: Transform + parent: 11578 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: BedsheetQM + entities: + - uid: 5513 + components: + - type: Transform + pos: -36.5,-55.5 + parent: 2 +- proto: BedsheetRD + entities: + - uid: 4907 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-20.5 + parent: 2 +- proto: BedsheetRed + entities: + - uid: 9755 + components: + - type: Transform + pos: 35.5,24.5 + parent: 2 + - uid: 35029 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 74.5,31.5 + parent: 2 +- proto: BedsheetSpawner + entities: + - uid: 9325 + components: + - type: Transform + pos: 20.5,-59.5 + parent: 2 + - uid: 9326 + components: + - type: Transform + pos: 24.5,-57.5 + parent: 2 + - uid: 9327 + components: + - type: Transform + pos: 28.5,-55.5 + parent: 2 + - uid: 9328 + components: + - type: Transform + pos: 32.5,-54.5 + parent: 2 +- proto: BedsheetWhite + entities: + - uid: 7126 + components: + - type: Transform + pos: 44.5,-39.5 + parent: 2 + - uid: 7127 + components: + - type: Transform + pos: 47.5,-39.5 + parent: 2 +- proto: BigBox + entities: + - uid: 14035 + components: + - type: Transform + pos: -22.517761,-58.45884 + parent: 2 +- proto: BiomassReclaimer + entities: + - uid: 18449 + components: + - type: Transform + pos: 42.5,-22.5 + parent: 2 +- proto: BlastDoor + entities: + - uid: 707 + components: + - type: Transform + pos: -67.5,15.5 + parent: 2 + - uid: 1127 + components: + - type: Transform + pos: -66.5,15.5 + parent: 2 + - uid: 1186 + components: + - type: Transform + pos: -65.5,15.5 + parent: 2 + - uid: 1192 + components: + - type: Transform + pos: -67.5,7.5 + parent: 2 + - uid: 1197 + components: + - type: Transform + pos: -66.5,7.5 + parent: 2 + - uid: 1505 + components: + - type: Transform + pos: -55.5,-42.5 + parent: 2 + - uid: 3734 + components: + - type: Transform + pos: 57.5,14.5 + parent: 2 + - type: DeviceLinkSink + links: + - 12617 + - uid: 3744 + components: + - type: Transform + pos: 58.5,14.5 + parent: 2 + - type: DeviceLinkSink + links: + - 12617 + - uid: 4786 + components: + - type: Transform + pos: -25.5,-8.5 + parent: 2 + - uid: 4787 + components: + - type: Transform + pos: -24.5,-8.5 + parent: 2 + - uid: 4788 + components: + - type: Transform + pos: -23.5,-8.5 + parent: 2 + - uid: 5031 + components: + - type: Transform + pos: -22.5,-43.5 + parent: 2 + - uid: 5032 + components: + - type: Transform + pos: -23.5,-43.5 + parent: 2 + - uid: 5033 + components: + - type: Transform + pos: -24.5,-43.5 + parent: 2 + - uid: 5468 + components: + - type: Transform + pos: -55.5,-46.5 + parent: 2 + - uid: 5811 + components: + - type: Transform + pos: 11.5,-48.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9435 + - uid: 5812 + components: + - type: Transform + pos: 12.5,-48.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9435 + - uid: 5813 + components: + - type: Transform + pos: 13.5,-48.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9435 + - uid: 5814 + components: + - type: Transform + pos: 14.5,-48.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9435 + - uid: 5932 + components: + - type: Transform + pos: -15.5,23.5 + parent: 2 + - type: DeviceLinkSink + links: + - 30551 + - uid: 5933 + components: + - type: Transform + pos: -16.5,23.5 + parent: 2 + - type: DeviceLinkSink + links: + - 30551 + - uid: 7716 + components: + - type: Transform + pos: -55.5,53.5 + parent: 2 + - type: DeviceLinkSink + links: + - 7513 + - uid: 8780 + components: + - type: Transform + pos: -65.5,7.5 + parent: 2 + - uid: 9285 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -70.5,21.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9303 + - uid: 13799 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,4.5 + parent: 14592 + - type: DeviceLinkSink + links: + - 14090 + - uid: 14103 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,4.5 + parent: 14592 + - type: DeviceLinkSink + links: + - 14090 + - uid: 14104 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,4.5 + parent: 14592 + - type: DeviceLinkSink + links: + - 14090 + - uid: 14175 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,4.5 + parent: 14592 + - type: DeviceLinkSink + links: + - 14090 + - uid: 29118 + components: + - type: Transform + pos: 56.5,54.5 + parent: 2 + - type: DeviceLinkSink + links: + - 35148 + - uid: 29136 + components: + - type: Transform + pos: 57.5,54.5 + parent: 2 + - type: DeviceLinkSink + links: + - 35148 + - uid: 29149 + components: + - type: Transform + pos: 55.5,54.5 + parent: 2 + - type: DeviceLinkSink + links: + - 35148 + - uid: 31349 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 31348 + - uid: 31350 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 31348 + - uid: 31351 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 31348 + - uid: 37026 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-7.5 + parent: 36907 + - type: DeviceLinkSink + links: + - 39822 + - 39821 + - uid: 37027 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-8.5 + parent: 36907 + - type: DeviceLinkSink + links: + - 39822 + - 39821 + - uid: 37028 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-9.5 + parent: 36907 + - type: DeviceLinkSink + links: + - 39822 + - 39821 + - uid: 37029 + components: + - type: MetaData + name: гермозатвор БоссРума + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-29.5 + parent: 36907 + - type: DeviceLinkSink + invokeCounter: 1 + links: + - 39755 + - uid: 37030 + components: + - type: MetaData + name: гермозатвор БоссРума + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-29.5 + parent: 36907 + - type: DeviceLinkSink + invokeCounter: 1 + links: + - 39755 +- proto: BlastDoorOpen + entities: + - uid: 7112 + components: + - type: Transform + pos: 44.5,-42.5 + parent: 2 + - type: DeviceLinkSink + links: + - 12523 + - uid: 7113 + components: + - type: Transform + pos: 46.5,-42.5 + parent: 2 + - type: DeviceLinkSink + links: + - 12526 + - uid: 7122 + components: + - type: Transform + pos: 43.5,-42.5 + parent: 2 + - type: DeviceLinkSink + links: + - 12523 + - uid: 7123 + components: + - type: Transform + pos: 47.5,-42.5 + parent: 2 + - type: DeviceLinkSink + links: + - 12526 + - uid: 35105 + components: + - type: Transform + pos: 58.5,52.5 + parent: 2 + - type: DeviceLinkSink + links: + - 35148 +- proto: Bloodpack + entities: + - uid: 3477 + components: + - type: Transform + pos: 24.339104,51.633938 + parent: 2 + - uid: 6704 + components: + - type: Transform + pos: 22.269087,-23.276316 + parent: 2 + - uid: 6706 + components: + - type: Transform + pos: 20.32442,-23.25797 + parent: 2 + - uid: 10339 + components: + - type: Transform + pos: 24.401604,51.805813 + parent: 2 + - uid: 12240 + components: + - type: Transform + pos: 26.300371,-22.797121 + parent: 2 + - uid: 12241 + components: + - type: Transform + pos: 26.686783,-23.064713 + parent: 2 + - uid: 34001 + components: + - type: Transform + parent: 33999 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 34002 + components: + - type: Transform + parent: 33999 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 35583 + components: + - type: Transform + pos: 30.631569,-17.001915 + parent: 2 + - uid: 35584 + components: + - type: Transform + pos: 30.444069,-17.220665 + parent: 2 +- proto: BodyBag_Folded + entities: + - uid: 11292 + components: + - type: Transform + pos: 51.70546,-37.017063 + parent: 2 +- proto: Bonfire + entities: + - uid: 13375 + components: + - type: Transform + pos: -36.5,-16.5 + parent: 2 + - uid: 36838 + components: + - type: Transform + pos: -51.5,64.5 + parent: 2 + - uid: 36883 + components: + - type: Transform + pos: -83.5,-22.5 + parent: 2 + - uid: 37031 + components: + - type: Transform + pos: 16.5,-11.5 + parent: 36907 +- proto: BookAtmosDistro + entities: + - uid: 13492 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.704376,55.23332 + parent: 2 +- proto: BookAtmosVentsMore + entities: + - uid: 13496 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.583015,54.391975 + parent: 2 + - uid: 36378 + components: + - type: Transform + pos: -60.476875,79.807106 + parent: 2 +- proto: BookAtmosWaste + entities: + - uid: 24701 + components: + - type: Transform + pos: -59.290077,78.632324 + parent: 2 +- proto: BookBase + entities: + - uid: 12263 + components: + - type: Transform + pos: 34.504974,-28.536316 + parent: 2 +- proto: BookBotanicalTextbook + entities: + - uid: 13340 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.466692,62.337677 + parent: 2 +- proto: BookChemicalCompendium + entities: + - uid: 6803 + components: + - type: Transform + pos: 23.50317,-33.526695 + parent: 2 +- proto: BookEarth + entities: + - uid: 36436 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.49623,-60.580307 + parent: 2 +- proto: BookEngineersHandbook + entities: + - uid: 24219 + components: + - type: Transform + pos: -65.36195,74.90907 + parent: 2 +- proto: BookIanMountain + entities: + - uid: 5680 + components: + - type: Transform + pos: -5.4968767,-42.947624 + parent: 2 +- proto: BookNarsieLegend + entities: + - uid: 36786 + components: + - type: Transform + pos: 56.472122,40.52794 + parent: 2 +- proto: BookRandom + entities: + - uid: 931 + components: + - type: Transform + pos: -35.544533,41.549683 + parent: 2 + - uid: 932 + components: + - type: Transform + pos: -35.310158,41.690308 + parent: 2 + - uid: 8387 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.4621778,39.62845 + parent: 2 + - uid: 8533 + components: + - type: Transform + pos: -35.653908,41.768433 + parent: 2 + - uid: 10685 + components: + - type: Transform + pos: 6.537424,42.6909 + parent: 2 + - uid: 10686 + components: + - type: Transform + pos: 6.771799,42.5034 + parent: 2 + - uid: 13275 + components: + - type: Transform + pos: 20.323355,40.49401 + parent: 2 + - uid: 13276 + components: + - type: Transform + pos: 20.628042,40.658073 + parent: 2 + - uid: 13436 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.70146,64.3037 + parent: 2 + - uid: 13437 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.54521,64.50683 + parent: 2 + - uid: 14235 + components: + - type: Transform + pos: -12.098644,-66.041595 + parent: 2 + - uid: 18341 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -61.568447,31.299614 + parent: 2 + - uid: 24856 + components: + - type: Transform + pos: 12.575414,53.448975 + parent: 36907 + - uid: 26758 + components: + - type: Transform + pos: 53.506462,-18.456347 + parent: 2 + - uid: 34345 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.63445,-21.504421 + parent: 2 + - uid: 35672 + components: + - type: Transform + pos: -31.584381,67.64457 + parent: 2 + - uid: 35673 + components: + - type: Transform + pos: -31.271881,67.441444 + parent: 2 + - uid: 43101 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 77.37458,33.762917 + parent: 2 + - uid: 43102 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 77.608955,33.598854 + parent: 2 +- proto: BooksBag + entities: + - uid: 8368 + components: + - type: Transform + pos: 3.5090528,40.550323 + parent: 2 +- proto: BookScientistsGuidebook + entities: + - uid: 36366 + components: + - type: Transform + pos: -68.53383,80.84657 + parent: 2 +- proto: Bookshelf + entities: + - uid: 12476 + components: + - type: Transform + pos: -10.5,-65.5 + parent: 2 +- proto: BookshelfFilled + entities: + - uid: 2176 + components: + - type: Transform + pos: -24.5,-49.5 + parent: 2 + - uid: 2177 + components: + - type: Transform + pos: -25.5,-49.5 + parent: 2 + - uid: 8812 + components: + - type: Transform + pos: 54.5,-22.5 + parent: 2 + - uid: 8850 + components: + - type: Transform + pos: 61.5,-22.5 + parent: 2 + - uid: 8851 + components: + - type: Transform + pos: 61.5,-21.5 + parent: 2 + - uid: 8852 + components: + - type: Transform + pos: 61.5,-20.5 + parent: 2 + - uid: 8929 + components: + - type: Transform + pos: 37.5,-44.5 + parent: 2 + - uid: 8930 + components: + - type: Transform + pos: 37.5,-43.5 + parent: 2 + - uid: 8971 + components: + - type: Transform + pos: 35.5,-43.5 + parent: 2 + - uid: 8972 + components: + - type: Transform + pos: 34.5,-43.5 + parent: 2 + - uid: 9134 + components: + - type: Transform + pos: -30.5,41.5 + parent: 2 + - uid: 9795 + components: + - type: Transform + pos: 28.5,69.5 + parent: 2 + - uid: 9823 + components: + - type: Transform + pos: 28.5,70.5 + parent: 2 + - uid: 9844 + components: + - type: Transform + pos: 14.5,38.5 + parent: 2 + - uid: 9845 + components: + - type: Transform + pos: 15.5,38.5 + parent: 2 + - uid: 9846 + components: + - type: Transform + pos: 16.5,38.5 + parent: 2 + - uid: 9847 + components: + - type: Transform + pos: 16.5,40.5 + parent: 2 + - uid: 9848 + components: + - type: Transform + pos: 15.5,40.5 + parent: 2 + - uid: 9849 + components: + - type: Transform + pos: 14.5,40.5 + parent: 2 + - uid: 9850 + components: + - type: Transform + pos: 14.5,48.5 + parent: 2 + - uid: 11176 + components: + - type: Transform + pos: -12.5,-67.5 + parent: 2 + - uid: 12781 + components: + - type: Transform + pos: 11.5,41.5 + parent: 2 + - uid: 13257 + components: + - type: Transform + pos: 19.5,39.5 + parent: 2 + - uid: 13258 + components: + - type: Transform + pos: 19.5,40.5 + parent: 2 + - uid: 17612 + components: + - type: Transform + pos: 13.5,-20.5 + parent: 2 + - uid: 37032 + components: + - type: Transform + pos: 7.5,51.5 + parent: 36907 + - uid: 37033 + components: + - type: Transform + pos: 8.5,51.5 + parent: 36907 + - uid: 37034 + components: + - type: Transform + pos: 6.5,51.5 + parent: 36907 +- proto: BookStationsAndAgents + entities: + - uid: 24838 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.443133,49.479248 + parent: 36907 +- proto: BoozeDispenser + entities: + - uid: 6237 + components: + - type: Transform + pos: 1.5,69.5 + parent: 2 + - uid: 8224 + components: + - type: Transform + pos: -55.5,36.5 + parent: 2 + - uid: 10011 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-65.5 + parent: 2 +- proto: BoozeDispenserMachineCircuitboard + entities: + - uid: 35674 + components: + - type: Transform + pos: -80.4636,78.15628 + parent: 2 +- proto: BorgCharger + entities: + - uid: 1754 + components: + - type: Transform + pos: -22.5,-39.5 + parent: 2 + - uid: 12215 + components: + - type: Transform + pos: 26.5,-24.5 + parent: 2 + - uid: 34230 + components: + - type: Transform + pos: -16.5,46.5 + parent: 2 + - uid: 35681 + components: + - type: Transform + pos: -80.5,85.5 + parent: 2 +- proto: BorgChargerCircuitboard + entities: + - uid: 7904 + components: + - type: Transform + pos: -42.972847,8.724476 + parent: 2 + - uid: 7905 + components: + - type: Transform + pos: -43.394722,8.568226 + parent: 2 +- proto: BorgModuleAdvancedTool + entities: + - uid: 12998 + components: + - type: Transform + pos: 47.56305,11.326005 + parent: 2 +- proto: BorgModuleArtifact + entities: + - uid: 5290 + components: + - type: Transform + pos: -22.621107,-38.176804 + parent: 2 +- proto: BorgModuleClowning + entities: + - uid: 34232 + components: + - type: Transform + pos: -18.405499,46.940548 + parent: 2 +- proto: BorgModuleGPS + entities: + - uid: 34231 + components: + - type: Transform + pos: -18.546124,47.096798 + parent: 2 +- proto: BorgModuleTool + entities: + - uid: 7950 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.439384,4.2350645 + parent: 2 + - uid: 34128 + components: + - type: Transform + pos: -54.45541,-9.765216 + parent: 2 +- proto: BowImprovised + entities: + - uid: 31463 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -65.19344,-8.355842 + parent: 2 +- proto: BoxBeaker + entities: + - uid: 5341 + components: + - type: Transform + pos: -40.39522,-17.412691 + parent: 2 + - uid: 6810 + components: + - type: Transform + pos: 19.228577,-36.71888 + parent: 2 + - uid: 6811 + components: + - type: Transform + pos: 19.632187,-36.883995 + parent: 2 + - uid: 6814 + components: + - type: Transform + pos: 24.658962,-33.306545 + parent: 2 + - uid: 6815 + components: + - type: Transform + pos: 24.420465,-33.49 + parent: 2 + - uid: 8463 + components: + - type: Transform + pos: -11.636564,61.366875 + parent: 2 + - uid: 11014 + components: + - type: Transform + pos: 60.12106,-34.524063 + parent: 2 + - uid: 34111 + components: + - type: Transform + pos: -67.607544,-4.3078675 + parent: 2 +- proto: BoxBeanbag + entities: + - uid: 6355 + components: + - type: Transform + pos: 48.36667,35.741806 + parent: 2 + - uid: 6356 + components: + - type: Transform + pos: 48.36667,35.741806 + parent: 2 + - uid: 6358 + components: + - type: Transform + pos: 48.663544,35.47618 + parent: 2 + - uid: 6359 + components: + - type: Transform + pos: 48.382294,35.741806 + parent: 2 + - uid: 8815 + components: + - type: Transform + pos: 54.41101,-23.822903 + parent: 2 +- proto: BoxBodyBag + entities: + - uid: 7000 + components: + - type: Transform + pos: 41.30954,-18.26596 + parent: 2 + - uid: 7041 + components: + - type: Transform + pos: 32.7588,0.517391 + parent: 2 + - uid: 8794 + components: + - type: Transform + pos: 54.232414,-25.287228 + parent: 2 + - uid: 8886 + components: + - type: Transform + pos: 40.65187,-9.639558 + parent: 2 + - uid: 8889 + components: + - type: Transform + pos: 40.33937,-9.405183 + parent: 2 +- proto: BoxBottle + entities: + - uid: 6654 + components: + - type: Transform + pos: 15.680807,-27.513832 + parent: 2 + - uid: 6902 + components: + - type: Transform + pos: 24.346296,-14.451857 + parent: 2 + - uid: 10309 + components: + - type: Transform + pos: 21.404202,52.697998 + parent: 2 +- proto: BoxCardboard + entities: + - uid: 8054 + components: + - type: Transform + pos: -26.625849,24.505524 + parent: 2 + - uid: 8926 + components: + - type: MetaData + name: коробка со снотворным + - type: Transform + parent: 8923 + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 8928 + - 8952 + - 8955 + - 8987 + - 9386 + - 9409 + - 9451 + - 10529 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 11264 + components: + - type: MetaData + name: коробка с успокоительным + - type: Transform + parent: 8923 + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 11597 + - 11602 + - 11603 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 13133 + components: + - type: Transform + pos: -36.629196,-45.173214 + parent: 2 + - uid: 25753 + components: + - type: Transform + pos: -36.30107,-45.329464 + parent: 2 + - uid: 25754 + components: + - type: Transform + pos: -36.722946,-45.485714 + parent: 2 +- proto: BoxFlare + entities: + - uid: 37035 + components: + - type: Transform + pos: 27.330778,-1.8786697 + parent: 36907 +- proto: BoxFlashbang + entities: + - uid: 10140 + components: + - type: Transform + pos: 34.502327,22.646238 + parent: 2 + - uid: 13565 + components: + - type: Transform + pos: 56.503952,4.473626 + parent: 2 +- proto: BoxFolderBase + entities: + - uid: 5696 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.726095,-46.28658 + parent: 2 + - uid: 13277 + components: + - type: Transform + pos: 20.55773,40.001823 + parent: 2 +- proto: BoxFolderBlack + entities: + - uid: 5511 + components: + - type: Transform + pos: -40.531555,-50.485268 + parent: 2 + - uid: 5638 + components: + - type: Transform + pos: -4.561236,-41.46161 + parent: 2 + - uid: 5733 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.6387553,-39.26875 + parent: 2 + - uid: 5744 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.538299,-36.66363 + parent: 2 + - uid: 7430 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.3973637,-29.051666 + parent: 2 + - uid: 10785 + components: + - type: Transform + pos: -5.543754,43.480408 + parent: 2 + - uid: 12045 + components: + - type: Transform + pos: 57.557194,20.62864 + parent: 2 +- proto: BoxFolderBlue + entities: + - uid: 5509 + components: + - type: Transform + pos: -40.75171,-50.301807 + parent: 2 + - uid: 5640 + components: + - type: Transform + pos: -2.3413827,-45.44267 + parent: 2 + - uid: 5697 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.52429,-46.488384 + parent: 2 + - uid: 5731 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.721163,-39.378826 + parent: 2 + - uid: 5732 + components: + - type: Transform + pos: -5.8775496,-37.43416 + parent: 2 + - uid: 6130 + components: + - type: Transform + pos: 12.974331,-33.324272 + parent: 2 + - uid: 6748 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.312098,-17.934147 + parent: 2 + - uid: 6758 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.580978,-20.275314 + parent: 2 + - uid: 6759 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.440353,-20.462814 + parent: 2 + - uid: 7395 + components: + - type: Transform + pos: -0.6531366,-27.41704 + parent: 2 + - uid: 8611 + components: + - type: Transform + pos: 33.350266,38.744656 + parent: 2 + - uid: 10380 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.360111,-26.385273 + parent: 2 + - uid: 10522 + components: + - type: Transform + pos: 43.683266,59.700607 + parent: 2 + - uid: 10558 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.44299,52.571915 + parent: 2 + - uid: 10783 + components: + - type: Transform + pos: -5.293754,43.417908 + parent: 2 + - uid: 11320 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.352024,48.35479 + parent: 2 + - uid: 12138 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.520664,23.630894 + parent: 2 + - uid: 12451 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.520813,43.63947 + parent: 2 + - uid: 13271 + components: + - type: Transform + pos: 20.346792,39.790886 + parent: 2 +- proto: BoxFolderGrey + entities: + - uid: 5506 + components: + - type: Transform + pos: -37.669598,-50.21008 + parent: 2 + - uid: 5637 + components: + - type: Transform + pos: -4.2860475,-41.40657 + parent: 2 + - uid: 5734 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.473642,-39.598976 + parent: 2 + - uid: 5745 + components: + - type: Transform + pos: -4.7951417,-37.379124 + parent: 2 + - uid: 7396 + components: + - type: Transform + pos: -0.23699892,-27.41704 + parent: 2 + - uid: 8122 + components: + - type: Transform + pos: -15.2484665,17.662401 + parent: 2 + - uid: 10786 + components: + - type: Transform + pos: -4.668754,40.964783 + parent: 2 + - uid: 12043 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.72907,24.675514 + parent: 2 +- proto: BoxFolderRed + entities: + - uid: 5507 + components: + - type: Transform + pos: -37.486137,-50.301807 + parent: 2 + - uid: 5639 + components: + - type: Transform + pos: -2.634917,-45.332592 + parent: 2 + - uid: 5735 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.390938,-39.30544 + parent: 2 + - uid: 5739 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.4462724,-36.571903 + parent: 2 + - uid: 7429 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.623869,-28.219158 + parent: 2 + - uid: 8610 + components: + - type: Transform + pos: 33.64714,38.51028 + parent: 2 + - uid: 10247 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.325268,40.584538 + parent: 2 + - uid: 10254 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.393417,26.57236 + parent: 2 + - uid: 10521 + components: + - type: Transform + pos: 43.41764,59.481857 + parent: 2 + - uid: 10557 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.63049,52.83754 + parent: 2 + - uid: 11319 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.414524,48.432915 + parent: 2 + - uid: 12038 + components: + - type: Transform + pos: 56.557194,20.613014 + parent: 2 + - uid: 13279 + components: + - type: Transform + pos: 20.581167,39.57995 + parent: 2 + - uid: 13570 + components: + - type: Transform + pos: 67.101845,5.635998 + parent: 2 + - uid: 35074 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 67.58984,27.570566 + parent: 2 + - uid: 35459 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.372185,30.22628 + parent: 2 + - uid: 35460 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.590935,29.25753 + parent: 2 + - uid: 36743 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.560066,50.055004 + parent: 2 + - uid: 36758 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.569681,29.319431 + parent: 2 +- proto: BoxFolderWhite + entities: + - uid: 5510 + components: + - type: Transform + pos: -40.531555,-50.283463 + parent: 2 + - uid: 5641 + components: + - type: Transform + pos: -2.6899548,-45.589436 + parent: 2 + - uid: 5737 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.372591,-39.598976 + parent: 2 + - uid: 6749 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.593348,-18.043522 + parent: 2 + - uid: 6760 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.455978,-16.431564 + parent: 2 + - uid: 6894 + components: + - type: Transform + pos: 20.240797,-11.467482 + parent: 2 +- proto: BoxFolderYellow + entities: + - uid: 5508 + components: + - type: Transform + pos: -37.284332,-50.466923 + parent: 2 + - uid: 5636 + components: + - type: Transform + pos: -4.6162734,-41.24146 + parent: 2 + - uid: 5730 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.2718377,-39.39717 + parent: 2 + - uid: 7399 + components: + - type: Transform + pos: 0.17913622,-27.387308 + parent: 2 + - uid: 8121 + components: + - type: Transform + pos: -15.598831,17.355682 + parent: 2 + - uid: 10462 + components: + - type: Transform + pos: -25.263567,22.554718 + parent: 2 + - uid: 10463 + components: + - type: Transform + pos: -24.906881,22.554718 + parent: 2 + - uid: 10784 + components: + - type: Transform + pos: -5.637504,43.714783 + parent: 2 + - uid: 12041 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.463444,24.519264 + parent: 2 + - uid: 31563 + components: + - type: Transform + pos: -12.916431,32.619923 + parent: 2 + - uid: 31564 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.119556,32.010548 + parent: 2 +- proto: BoxForensicPad + entities: + - uid: 10360 + components: + - type: Transform + pos: 42.431194,23.747526 + parent: 2 + - uid: 10361 + components: + - type: Transform + pos: 42.587444,23.591276 + parent: 2 + - uid: 12195 + components: + - type: Transform + pos: 54.572693,21.587887 + parent: 2 +- proto: BoxHandcuff + entities: + - uid: 10153 + components: + - type: Transform + pos: 34.064827,22.646238 + parent: 2 + - uid: 13569 + components: + - type: Transform + pos: 66.38652,5.5483646 + parent: 2 +- proto: BoxingBell + entities: + - uid: 13712 + components: + - type: Transform + pos: -31.5,-59.5 + parent: 2 + - uid: 14574 + components: + - type: Transform + pos: -32.5,-60.5 + parent: 2 +- proto: BoxLatexGloves + entities: + - uid: 6653 + components: + - type: Transform + pos: 15.665182,-27.248207 + parent: 2 + - uid: 7031 + components: + - type: Transform + pos: 29.61663,0.73341465 + parent: 2 +- proto: BoxLethalshot + entities: + - uid: 6325 + components: + - type: Transform + pos: 47.326992,30.724554 + parent: 2 + - uid: 6326 + components: + - type: Transform + pos: 47.326992,30.724554 + parent: 2 + - uid: 6327 + components: + - type: Transform + pos: 47.326992,30.724554 + parent: 2 + - uid: 6328 + components: + - type: Transform + pos: 47.326992,30.724554 + parent: 2 + - uid: 6329 + components: + - type: Transform + pos: 47.342617,30.724554 + parent: 2 + - uid: 6330 + components: + - type: Transform + pos: 47.342617,30.724554 + parent: 2 +- proto: BoxLightMixed + entities: + - uid: 7455 + components: + - type: Transform + pos: -42.719288,12.714977 + parent: 2 +- proto: BoxMagazinePistolHighCapacityPractice + entities: + - uid: 3844 + components: + - type: Transform + pos: 25.708687,20.473543 + parent: 2 +- proto: BoxMagazinePistolPractice + entities: + - uid: 1252 + components: + - type: Transform + pos: 25.348555,20.450998 + parent: 2 +- proto: BoxMesonScanners + entities: + - uid: 7410 + components: + - type: Transform + pos: -41.727615,15.643482 + parent: 2 + - uid: 7445 + components: + - type: Transform + pos: -41.861412,10.742274 + parent: 2 + - uid: 7470 + components: + - type: Transform + pos: -29.799992,27.678131 + parent: 2 + - uid: 7472 + components: + - type: Transform + pos: -31.378117,36.681103 + parent: 2 +- proto: BoxMouthSwab + entities: + - uid: 9375 + components: + - type: Transform + pos: 29.369469,-3.2747607 + parent: 2 + - uid: 9461 + components: + - type: Transform + pos: 29.650719,-3.5325732 + parent: 2 +- proto: BoxMRE + entities: + - uid: 11896 + components: + - type: Transform + pos: 53.575146,25.49267 + parent: 2 + - uid: 31124 + components: + - type: Transform + pos: -9.561719,44.108402 + parent: 2 + - uid: 31125 + components: + - type: Transform + pos: -9.358594,43.920902 + parent: 2 +- proto: BoxPillCanister + entities: + - uid: 6647 + components: + - type: Transform + pos: 14.321432,-27.248207 + parent: 2 + - uid: 6648 + components: + - type: Transform + pos: 14.321432,-27.498207 + parent: 2 + - uid: 6838 + components: + - type: Transform + pos: 19.217762,-37.172176 + parent: 2 + - uid: 7040 + components: + - type: Transform + pos: 33.034813,0.68653965 + parent: 2 + - uid: 8964 + components: + - type: Transform + parent: 3438 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: BoxSechud + entities: + - uid: 27081 + components: + - type: Transform + pos: 30.594385,57.441174 + parent: 2 +- proto: BoxShotgunPractice + entities: + - uid: 10486 + components: + - type: Transform + pos: 25.599312,20.801668 + parent: 2 +- proto: BoxShotgunSlug + entities: + - uid: 6331 + components: + - type: Transform + pos: 47.655117,30.443304 + parent: 2 + - uid: 6332 + components: + - type: Transform + pos: 47.655117,30.443304 + parent: 2 + - uid: 6333 + components: + - type: Transform + pos: 47.655117,30.443304 + parent: 2 +- proto: BoxSterileMask + entities: + - uid: 6649 + components: + - type: Transform + pos: 14.774557,-27.263832 + parent: 2 + - uid: 6650 + components: + - type: Transform + pos: 14.774557,-27.513832 + parent: 2 + - uid: 7050 + components: + - type: Transform + pos: 32.38194,0.82333827 + parent: 2 +- proto: BoxSyringe + entities: + - uid: 5260 + components: + - type: Transform + pos: -38.660316,-29.523016 + parent: 2 + - uid: 6651 + components: + - type: Transform + pos: 15.227682,-27.248207 + parent: 2 + - uid: 6652 + components: + - type: Transform + pos: 15.227682,-27.498207 + parent: 2 + - uid: 6900 + components: + - type: Transform + pos: 24.627546,-14.279982 + parent: 2 + - uid: 7033 + components: + - type: Transform + pos: 29.30413,0.53028965 + parent: 2 + - uid: 10311 + components: + - type: Transform + pos: 21.747952,52.541748 + parent: 2 +- proto: BoxZiptie + entities: + - uid: 9701 + components: + - type: Transform + pos: 51.500732,31.617043 + parent: 2 +- proto: BrbSign + entities: + - uid: 6377 + components: + - type: Transform + pos: -7.426632,-46.577587 + parent: 2 + - uid: 13509 + components: + - type: Transform + pos: -37.489037,-43.400616 + parent: 2 +- proto: BriefcaseBrown + entities: + - uid: 14488 + components: + - type: Transform + pos: -30.476828,-61.699936 + parent: 2 + - uid: 36763 + components: + - type: Transform + pos: 59.442596,46.713623 + parent: 2 +- proto: BrigTimer + entities: + - uid: 12323 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,48.5 + parent: 2 + - uid: 12324 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,47.5 + parent: 2 + - uid: 12326 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,43.5 + parent: 2 + - uid: 12327 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,40.5 + parent: 2 + - uid: 12359 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,48.5 + parent: 2 + - uid: 24848 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,37.5 + parent: 2 + - uid: 37036 + components: + - type: MetaData + name: Включать на свое усмотрение. Боссы на Ваш выбор. Бехолкер или Дракон! + - type: Transform + pos: 39.5,-30.5 + parent: 36907 + - type: SignalTimer + startPort: 600 + triggerPort: 600 + label: 10:00 + delay: 600 + - type: ApcPowerReceiver + needsPower: False +- proto: BrigTimerElectronics + entities: + - uid: 7918 + components: + - type: Transform + pos: -42.633797,3.423542 + parent: 2 + - uid: 7919 + components: + - type: Transform + pos: -42.321297,3.595417 + parent: 2 + - uid: 7920 + components: + - type: Transform + pos: -42.14942,3.689167 + parent: 2 +- proto: BrokenBottle + entities: + - uid: 11249 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.077774,-25.9028 + parent: 2 + - uid: 11250 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.0934,-30.449675 + parent: 2 + - uid: 11251 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.62465,-36.792328 + parent: 2 + - uid: 11533 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 67.22436,-12.658184 + parent: 2 + - uid: 14142 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.582743,-24.242443 + parent: 2 + - uid: 14143 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.238993,-24.523693 + parent: 2 + - uid: 14249 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -51.255146,-53.238926 + parent: 2 + - uid: 14250 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.17702,-53.582676 + parent: 2 + - uid: 32863 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.476624,-7.8465805 + parent: 14592 + - uid: 34248 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -63.59043,-21.53245 + parent: 2 +- proto: BrokenEnergyShield + entities: + - uid: 1243 + components: + - type: Transform + pos: 62.337543,-31.153057 + parent: 2 +- proto: BruteAutoInjector + entities: + - uid: 5456 + components: + - type: Transform + pos: -42.44654,-52.257698 + parent: 2 + - uid: 9652 + components: + - type: Transform + pos: -2.6914177,33.77765 + parent: 2 + - uid: 9653 + components: + - type: Transform + pos: -2.7226677,33.668274 + parent: 2 +- proto: Brutepack + entities: + - uid: 6703 + components: + - type: Transform + pos: 24.305481,-23.47812 + parent: 2 + - uid: 6707 + components: + - type: Transform + pos: 20.654648,-23.53316 + parent: 2 + - uid: 10323 + components: + - type: Transform + pos: 23.465218,51.76281 + parent: 2 + - uid: 10335 + components: + - type: Transform + pos: 23.574593,51.590935 + parent: 2 + - uid: 33137 + components: + - type: Transform + parent: 31568 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 33140 + components: + - type: Transform + parent: 31568 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 35581 + components: + - type: Transform + pos: 30.365944,-16.689415 + parent: 2 + - uid: 35582 + components: + - type: Transform + pos: 30.537819,-16.814415 + parent: 2 +- proto: Bucket + entities: + - uid: 8763 + components: + - type: Transform + pos: 56.64293,11.425532 + parent: 2 + - uid: 9909 + components: + - type: Transform + pos: 14.507175,67.64609 + parent: 2 + - uid: 10369 + components: + - type: Transform + pos: -12.681385,57.87946 + parent: 2 + - uid: 10799 + components: + - type: Transform + pos: 18.60854,57.49542 + parent: 2 + - uid: 10800 + components: + - type: Transform + pos: 18.82729,59.40167 + parent: 2 + - uid: 11593 + components: + - type: Transform + pos: 22.785013,69.28172 + parent: 2 + - uid: 14194 + components: + - type: Transform + pos: 4.670166,3.7542267 + parent: 14592 + - uid: 35078 + components: + - type: Transform + pos: 69.79196,31.362658 + parent: 2 +- proto: BurnAutoInjector + entities: + - uid: 5457 + components: + - type: Transform + pos: -42.69421,-52.47785 + parent: 2 + - uid: 9654 + components: + - type: Transform + pos: -2.7226677,33.4964 + parent: 2 + - uid: 9655 + components: + - type: Transform + pos: -2.6601677,33.387024 + parent: 2 +- proto: CableApcExtension + entities: + - uid: 82 + components: + - type: Transform + pos: -66.5,25.5 + parent: 2 + - uid: 201 + components: + - type: Transform + pos: 15.5,17.5 + parent: 2 + - uid: 236 + components: + - type: Transform + pos: -59.5,12.5 + parent: 2 + - uid: 241 + components: + - type: Transform + pos: -59.5,13.5 + parent: 2 + - uid: 245 + components: + - type: Transform + pos: -61.5,17.5 + parent: 2 + - uid: 404 + components: + - type: Transform + pos: -59.5,11.5 + parent: 2 + - uid: 408 + components: + - type: Transform + pos: 15.5,15.5 + parent: 2 + - uid: 410 + components: + - type: Transform + pos: -10.5,47.5 + parent: 2 + - uid: 1000 + components: + - type: Transform + pos: -59.5,14.5 + parent: 2 + - uid: 1084 + components: + - type: Transform + pos: -76.5,58.5 + parent: 2 + - uid: 1218 + components: + - type: Transform + pos: -67.5,6.5 + parent: 2 + - uid: 3620 + components: + - type: Transform + pos: 55.5,38.5 + parent: 2 + - uid: 3621 + components: + - type: Transform + pos: 55.5,34.5 + parent: 2 + - uid: 3622 + components: + - type: Transform + pos: 54.5,34.5 + parent: 2 + - uid: 3626 + components: + - type: Transform + pos: 57.5,38.5 + parent: 2 + - uid: 3627 + components: + - type: Transform + pos: 54.5,36.5 + parent: 2 + - uid: 3628 + components: + - type: Transform + pos: 54.5,38.5 + parent: 2 + - uid: 3637 + components: + - type: Transform + pos: 52.5,38.5 + parent: 2 + - uid: 3638 + components: + - type: Transform + pos: 53.5,38.5 + parent: 2 + - uid: 4098 + components: + - type: Transform + pos: -65.5,6.5 + parent: 2 + - uid: 4346 + components: + - type: Transform + pos: 65.5,16.5 + parent: 2 + - uid: 4514 + components: + - type: Transform + pos: -69.5,6.5 + parent: 2 + - uid: 4519 + components: + - type: Transform + pos: -70.5,6.5 + parent: 2 + - uid: 4560 + components: + - type: Transform + pos: -68.5,6.5 + parent: 2 + - uid: 4561 + components: + - type: Transform + pos: -71.5,6.5 + parent: 2 + - uid: 5565 + components: + - type: Transform + pos: -70.5,24.5 + parent: 2 + - uid: 6082 + components: + - type: Transform + pos: -63.5,17.5 + parent: 2 + - uid: 6843 + components: + - type: Transform + pos: -59.5,8.5 + parent: 2 + - uid: 6929 + components: + - type: Transform + pos: 63.5,-33.5 + parent: 2 + - uid: 6969 + components: + - type: Transform + pos: 63.5,-31.5 + parent: 2 + - uid: 6977 + components: + - type: Transform + pos: 27.5,-8.5 + parent: 2 + - uid: 6978 + components: + - type: Transform + pos: 27.5,-9.5 + parent: 2 + - uid: 7055 + components: + - type: Transform + pos: 61.5,-28.5 + parent: 2 + - uid: 7240 + components: + - type: Transform + pos: -6.5,49.5 + parent: 2 + - uid: 7499 + components: + - type: Transform + pos: -59.5,9.5 + parent: 2 + - uid: 7540 + components: + - type: Transform + pos: -64.5,6.5 + parent: 2 + - uid: 7547 + components: + - type: Transform + pos: -67.5,25.5 + parent: 2 + - uid: 7820 + components: + - type: Transform + pos: -69.5,25.5 + parent: 2 + - uid: 8012 + components: + - type: Transform + pos: -60.5,11.5 + parent: 2 + - uid: 8016 + components: + - type: Transform + pos: -59.5,11.5 + parent: 2 + - uid: 8018 + components: + - type: Transform + pos: -59.5,10.5 + parent: 2 + - uid: 8020 + components: + - type: Transform + pos: -59.5,6.5 + parent: 2 + - uid: 8023 + components: + - type: Transform + pos: -9.5,47.5 + parent: 2 + - uid: 8028 + components: + - type: Transform + pos: -11.5,47.5 + parent: 2 + - uid: 8034 + components: + - type: Transform + pos: -12.5,47.5 + parent: 2 + - uid: 8123 + components: + - type: Transform + pos: -66.5,6.5 + parent: 2 + - uid: 8433 + components: + - type: Transform + pos: 61.5,-31.5 + parent: 2 + - uid: 8516 + components: + - type: Transform + pos: -7.5,41.5 + parent: 2 + - uid: 9280 + components: + - type: Transform + pos: -64.5,18.5 + parent: 2 + - uid: 9281 + components: + - type: Transform + pos: -61.5,11.5 + parent: 2 + - uid: 9283 + components: + - type: Transform + pos: -60.5,17.5 + parent: 2 + - uid: 9284 + components: + - type: Transform + pos: -62.5,17.5 + parent: 2 + - uid: 9360 + components: + - type: Transform + pos: 62.5,-31.5 + parent: 2 + - uid: 10545 + components: + - type: Transform + pos: 61.5,-29.5 + parent: 2 + - uid: 10546 + components: + - type: Transform + pos: 61.5,-30.5 + parent: 2 + - uid: 10658 + components: + - type: Transform + pos: 61.5,-27.5 + parent: 2 + - uid: 10660 + components: + - type: Transform + pos: -16.5,47.5 + parent: 2 + - uid: 11022 + components: + - type: Transform + pos: 63.5,-34.5 + parent: 2 + - uid: 11321 + components: + - type: Transform + pos: 64.5,16.5 + parent: 2 + - uid: 11322 + components: + - type: Transform + pos: 63.5,16.5 + parent: 2 + - uid: 11323 + components: + - type: Transform + pos: 61.5,16.5 + parent: 2 + - uid: 11330 + components: + - type: Transform + pos: 62.5,16.5 + parent: 2 + - uid: 11598 + components: + - type: Transform + pos: 26.5,-23.5 + parent: 2 + - uid: 11771 + components: + - type: Transform + pos: -7.5,40.5 + parent: 2 + - uid: 11821 + components: + - type: Transform + pos: -70.5,25.5 + parent: 2 + - uid: 11897 + components: + - type: Transform + pos: 26.5,-18.5 + parent: 2 + - uid: 11898 + components: + - type: Transform + pos: 31.5,-1.5 + parent: 2 + - uid: 11906 + components: + - type: Transform + pos: 28.5,-1.5 + parent: 2 + - uid: 11922 + components: + - type: Transform + pos: 25.5,-23.5 + parent: 2 + - uid: 11923 + components: + - type: Transform + pos: 23.5,-25.5 + parent: 2 + - uid: 11924 + components: + - type: Transform + pos: 23.5,-26.5 + parent: 2 + - uid: 11925 + components: + - type: Transform + pos: 23.5,-24.5 + parent: 2 + - uid: 11926 + components: + - type: Transform + pos: 23.5,-23.5 + parent: 2 + - uid: 11927 + components: + - type: Transform + pos: 24.5,-23.5 + parent: 2 + - uid: 11928 + components: + - type: Transform + pos: 23.5,-27.5 + parent: 2 + - uid: 11929 + components: + - type: Transform + pos: 24.5,-27.5 + parent: 2 + - uid: 11930 + components: + - type: Transform + pos: 22.5,-27.5 + parent: 2 + - uid: 11931 + components: + - type: Transform + pos: 21.5,-27.5 + parent: 2 + - uid: 11932 + components: + - type: Transform + pos: 20.5,-27.5 + parent: 2 + - uid: 11933 + components: + - type: Transform + pos: 19.5,-27.5 + parent: 2 + - uid: 11934 + components: + - type: Transform + pos: 19.5,-26.5 + parent: 2 + - uid: 11935 + components: + - type: Transform + pos: 19.5,-25.5 + parent: 2 + - uid: 11936 + components: + - type: Transform + pos: 19.5,-24.5 + parent: 2 + - uid: 11937 + components: + - type: Transform + pos: 19.5,-23.5 + parent: 2 + - uid: 11938 + components: + - type: Transform + pos: 18.5,-26.5 + parent: 2 + - uid: 11939 + components: + - type: Transform + pos: 17.5,-26.5 + parent: 2 + - uid: 11940 + components: + - type: Transform + pos: 16.5,-26.5 + parent: 2 + - uid: 11941 + components: + - type: Transform + pos: 15.5,-26.5 + parent: 2 + - uid: 11942 + components: + - type: Transform + pos: 14.5,-26.5 + parent: 2 + - uid: 11943 + components: + - type: Transform + pos: 13.5,-26.5 + parent: 2 + - uid: 11944 + components: + - type: Transform + pos: 13.5,-25.5 + parent: 2 + - uid: 11945 + components: + - type: Transform + pos: 13.5,-24.5 + parent: 2 + - uid: 11946 + components: + - type: Transform + pos: 13.5,-23.5 + parent: 2 + - uid: 11947 + components: + - type: Transform + pos: 15.5,-25.5 + parent: 2 + - uid: 11948 + components: + - type: Transform + pos: 15.5,-24.5 + parent: 2 + - uid: 11949 + components: + - type: Transform + pos: 15.5,-23.5 + parent: 2 + - uid: 11950 + components: + - type: Transform + pos: 24.5,-29.5 + parent: 2 + - uid: 11951 + components: + - type: Transform + pos: 24.5,-30.5 + parent: 2 + - uid: 11952 + components: + - type: Transform + pos: 24.5,-31.5 + parent: 2 + - uid: 11953 + components: + - type: Transform + pos: 23.5,-31.5 + parent: 2 + - uid: 11954 + components: + - type: Transform + pos: 22.5,-31.5 + parent: 2 + - uid: 11955 + components: + - type: Transform + pos: 21.5,-31.5 + parent: 2 + - uid: 11956 + components: + - type: Transform + pos: 20.5,-31.5 + parent: 2 + - uid: 11957 + components: + - type: Transform + pos: 20.5,-32.5 + parent: 2 + - uid: 11958 + components: + - type: Transform + pos: 20.5,-33.5 + parent: 2 + - uid: 11959 + components: + - type: Transform + pos: 20.5,-34.5 + parent: 2 + - uid: 11960 + components: + - type: Transform + pos: 20.5,-35.5 + parent: 2 + - uid: 11961 + components: + - type: Transform + pos: 20.5,-36.5 + parent: 2 + - uid: 11962 + components: + - type: Transform + pos: 20.5,-37.5 + parent: 2 + - uid: 11963 + components: + - type: Transform + pos: 20.5,-38.5 + parent: 2 + - uid: 11964 + components: + - type: Transform + pos: 23.5,-32.5 + parent: 2 + - uid: 11965 + components: + - type: Transform + pos: 23.5,-33.5 + parent: 2 + - uid: 11966 + components: + - type: Transform + pos: 23.5,-34.5 + parent: 2 + - uid: 11967 + components: + - type: Transform + pos: 23.5,-35.5 + parent: 2 + - uid: 11968 + components: + - type: Transform + pos: 23.5,-36.5 + parent: 2 + - uid: 11969 + components: + - type: Transform + pos: 23.5,-37.5 + parent: 2 + - uid: 11970 + components: + - type: Transform + pos: 23.5,-38.5 + parent: 2 + - uid: 11971 + components: + - type: Transform + pos: 27.5,-23.5 + parent: 2 + - uid: 11972 + components: + - type: Transform + pos: 28.5,-23.5 + parent: 2 + - uid: 11973 + components: + - type: Transform + pos: 28.5,-24.5 + parent: 2 + - uid: 11974 + components: + - type: Transform + pos: 28.5,-25.5 + parent: 2 + - uid: 11975 + components: + - type: Transform + pos: 29.5,-25.5 + parent: 2 + - uid: 11976 + components: + - type: Transform + pos: 30.5,-25.5 + parent: 2 + - uid: 11977 + components: + - type: Transform + pos: 31.5,-25.5 + parent: 2 + - uid: 11978 + components: + - type: Transform + pos: 32.5,-25.5 + parent: 2 + - uid: 11979 + components: + - type: Transform + pos: 33.5,-25.5 + parent: 2 + - uid: 11980 + components: + - type: Transform + pos: 34.5,-25.5 + parent: 2 + - uid: 11981 + components: + - type: Transform + pos: 35.5,-25.5 + parent: 2 + - uid: 11982 + components: + - type: Transform + pos: 36.5,-25.5 + parent: 2 + - uid: 11983 + components: + - type: Transform + pos: 37.5,-25.5 + parent: 2 + - uid: 11984 + components: + - type: Transform + pos: 38.5,-25.5 + parent: 2 + - uid: 11985 + components: + - type: Transform + pos: 31.5,-24.5 + parent: 2 + - uid: 11986 + components: + - type: Transform + pos: 31.5,-23.5 + parent: 2 + - uid: 11987 + components: + - type: Transform + pos: 31.5,-22.5 + parent: 2 + - uid: 11988 + components: + - type: Transform + pos: 31.5,-21.5 + parent: 2 + - uid: 11989 + components: + - type: Transform + pos: 33.5,-24.5 + parent: 2 + - uid: 11990 + components: + - type: Transform + pos: 33.5,-23.5 + parent: 2 + - uid: 11991 + components: + - type: Transform + pos: 33.5,-22.5 + parent: 2 + - uid: 11992 + components: + - type: Transform + pos: 33.5,-21.5 + parent: 2 + - uid: 11993 + components: + - type: Transform + pos: 27.5,-25.5 + parent: 2 + - uid: 11994 + components: + - type: Transform + pos: 27.5,-26.5 + parent: 2 + - uid: 11995 + components: + - type: Transform + pos: 27.5,-27.5 + parent: 2 + - uid: 11996 + components: + - type: Transform + pos: 27.5,-28.5 + parent: 2 + - uid: 11997 + components: + - type: Transform + pos: 27.5,-29.5 + parent: 2 + - uid: 11998 + components: + - type: Transform + pos: 27.5,-30.5 + parent: 2 + - uid: 11999 + components: + - type: Transform + pos: 27.5,-31.5 + parent: 2 + - uid: 12000 + components: + - type: Transform + pos: 27.5,-32.5 + parent: 2 + - uid: 12001 + components: + - type: Transform + pos: 28.5,-28.5 + parent: 2 + - uid: 12002 + components: + - type: Transform + pos: 29.5,-28.5 + parent: 2 + - uid: 12003 + components: + - type: Transform + pos: 30.5,-28.5 + parent: 2 + - uid: 12004 + components: + - type: Transform + pos: 31.5,-28.5 + parent: 2 + - uid: 12005 + components: + - type: Transform + pos: 32.5,-28.5 + parent: 2 + - uid: 12006 + components: + - type: Transform + pos: 33.5,-28.5 + parent: 2 + - uid: 12007 + components: + - type: Transform + pos: 34.5,-28.5 + parent: 2 + - uid: 12008 + components: + - type: Transform + pos: 35.5,-28.5 + parent: 2 + - uid: 12009 + components: + - type: Transform + pos: 36.5,-28.5 + parent: 2 + - uid: 12010 + components: + - type: Transform + pos: 37.5,-28.5 + parent: 2 + - uid: 12011 + components: + - type: Transform + pos: 28.5,-31.5 + parent: 2 + - uid: 12012 + components: + - type: Transform + pos: 29.5,-31.5 + parent: 2 + - uid: 12013 + components: + - type: Transform + pos: 30.5,-31.5 + parent: 2 + - uid: 12014 + components: + - type: Transform + pos: 31.5,-31.5 + parent: 2 + - uid: 12015 + components: + - type: Transform + pos: 32.5,-31.5 + parent: 2 + - uid: 12016 + components: + - type: Transform + pos: 33.5,-31.5 + parent: 2 + - uid: 12017 + components: + - type: Transform + pos: 34.5,-31.5 + parent: 2 + - uid: 12018 + components: + - type: Transform + pos: 35.5,-31.5 + parent: 2 + - uid: 12019 + components: + - type: Transform + pos: 36.5,-31.5 + parent: 2 + - uid: 12020 + components: + - type: Transform + pos: 37.5,-31.5 + parent: 2 + - uid: 12021 + components: + - type: Transform + pos: 31.5,-32.5 + parent: 2 + - uid: 12022 + components: + - type: Transform + pos: 33.5,-32.5 + parent: 2 + - uid: 12023 + components: + - type: Transform + pos: 33.5,-33.5 + parent: 2 + - uid: 12024 + components: + - type: Transform + pos: 31.5,-33.5 + parent: 2 + - uid: 12025 + components: + - type: Transform + pos: 38.5,-28.5 + parent: 2 + - uid: 12026 + components: + - type: Transform + pos: 39.5,-28.5 + parent: 2 + - uid: 12027 + components: + - type: Transform + pos: 40.5,-28.5 + parent: 2 + - uid: 12028 + components: + - type: Transform + pos: 41.5,-28.5 + parent: 2 + - uid: 12029 + components: + - type: Transform + pos: 41.5,-27.5 + parent: 2 + - uid: 12030 + components: + - type: Transform + pos: 41.5,-26.5 + parent: 2 + - uid: 12031 + components: + - type: Transform + pos: 41.5,-25.5 + parent: 2 + - uid: 12032 + components: + - type: Transform + pos: 42.5,-27.5 + parent: 2 + - uid: 12033 + components: + - type: Transform + pos: 40.5,-19.5 + parent: 2 + - uid: 12034 + components: + - type: Transform + pos: 41.5,-19.5 + parent: 2 + - uid: 12035 + components: + - type: Transform + pos: 42.5,-19.5 + parent: 2 + - uid: 12036 + components: + - type: Transform + pos: 43.5,-19.5 + parent: 2 + - uid: 12037 + components: + - type: Transform + pos: 44.5,-19.5 + parent: 2 + - uid: 12039 + components: + - type: Transform + pos: 42.5,-20.5 + parent: 2 + - uid: 12040 + components: + - type: Transform + pos: 42.5,-21.5 + parent: 2 + - uid: 12042 + components: + - type: Transform + pos: 44.5,-20.5 + parent: 2 + - uid: 12044 + components: + - type: Transform + pos: 44.5,-21.5 + parent: 2 + - uid: 12046 + components: + - type: Transform + pos: 42.5,-18.5 + parent: 2 + - uid: 12047 + components: + - type: Transform + pos: 42.5,-17.5 + parent: 2 + - uid: 12048 + components: + - type: Transform + pos: 42.5,-16.5 + parent: 2 + - uid: 12049 + components: + - type: Transform + pos: 42.5,-15.5 + parent: 2 + - uid: 12050 + components: + - type: Transform + pos: 42.5,-14.5 + parent: 2 + - uid: 12051 + components: + - type: Transform + pos: 42.5,-13.5 + parent: 2 + - uid: 12052 + components: + - type: Transform + pos: 43.5,-13.5 + parent: 2 + - uid: 12053 + components: + - type: Transform + pos: 44.5,-13.5 + parent: 2 + - uid: 12054 + components: + - type: Transform + pos: 45.5,-13.5 + parent: 2 + - uid: 12055 + components: + - type: Transform + pos: 46.5,-13.5 + parent: 2 + - uid: 12056 + components: + - type: Transform + pos: 47.5,-13.5 + parent: 2 + - uid: 12057 + components: + - type: Transform + pos: 48.5,-13.5 + parent: 2 + - uid: 12061 + components: + - type: Transform + pos: 45.5,-14.5 + parent: 2 + - uid: 12062 + components: + - type: Transform + pos: 45.5,-15.5 + parent: 2 + - uid: 12063 + components: + - type: Transform + pos: 45.5,-16.5 + parent: 2 + - uid: 12064 + components: + - type: Transform + pos: 43.5,-12.5 + parent: 2 + - uid: 12065 + components: + - type: Transform + pos: 43.5,-11.5 + parent: 2 + - uid: 12068 + components: + - type: Transform + pos: 44.5,-11.5 + parent: 2 + - uid: 12069 + components: + - type: Transform + pos: 45.5,-11.5 + parent: 2 + - uid: 12070 + components: + - type: Transform + pos: 46.5,-11.5 + parent: 2 + - uid: 12071 + components: + - type: Transform + pos: 47.5,-11.5 + parent: 2 + - uid: 12073 + components: + - type: Transform + pos: 27.5,-11.5 + parent: 2 + - uid: 12074 + components: + - type: Transform + pos: 42.5,-11.5 + parent: 2 + - uid: 12075 + components: + - type: Transform + pos: 27.5,-10.5 + parent: 2 + - uid: 12076 + components: + - type: Transform + pos: 27.5,-12.5 + parent: 2 + - uid: 12077 + components: + - type: Transform + pos: 27.5,-13.5 + parent: 2 + - uid: 12079 + components: + - type: Transform + pos: 26.5,-13.5 + parent: 2 + - uid: 12080 + components: + - type: Transform + pos: 25.5,-13.5 + parent: 2 + - uid: 12081 + components: + - type: Transform + pos: 24.5,-13.5 + parent: 2 + - uid: 12082 + components: + - type: Transform + pos: 23.5,-13.5 + parent: 2 + - uid: 12083 + components: + - type: Transform + pos: 22.5,-13.5 + parent: 2 + - uid: 12084 + components: + - type: Transform + pos: 21.5,-13.5 + parent: 2 + - uid: 12085 + components: + - type: Transform + pos: 20.5,-13.5 + parent: 2 + - uid: 12086 + components: + - type: Transform + pos: 21.5,-12.5 + parent: 2 + - uid: 12087 + components: + - type: Transform + pos: 24.5,-12.5 + parent: 2 + - uid: 12091 + components: + - type: Transform + pos: 27.5,-14.5 + parent: 2 + - uid: 12092 + components: + - type: Transform + pos: 27.5,-15.5 + parent: 2 + - uid: 12093 + components: + - type: Transform + pos: 27.5,-16.5 + parent: 2 + - uid: 12094 + components: + - type: Transform + pos: 27.5,-17.5 + parent: 2 + - uid: 12095 + components: + - type: Transform + pos: 27.5,-18.5 + parent: 2 + - uid: 12096 + components: + - type: Transform + pos: 25.5,-18.5 + parent: 2 + - uid: 12097 + components: + - type: Transform + pos: 24.5,-18.5 + parent: 2 + - uid: 12098 + components: + - type: Transform + pos: 23.5,-18.5 + parent: 2 + - uid: 12099 + components: + - type: Transform + pos: 22.5,-18.5 + parent: 2 + - uid: 12100 + components: + - type: Transform + pos: 21.5,-18.5 + parent: 2 + - uid: 12101 + components: + - type: Transform + pos: 20.5,-18.5 + parent: 2 + - uid: 12102 + components: + - type: Transform + pos: 19.5,-18.5 + parent: 2 + - uid: 12103 + components: + - type: Transform + pos: 19.5,-17.5 + parent: 2 + - uid: 12104 + components: + - type: Transform + pos: 19.5,-19.5 + parent: 2 + - uid: 12105 + components: + - type: Transform + pos: 23.5,-19.5 + parent: 2 + - uid: 12106 + components: + - type: Transform + pos: 23.5,-17.5 + parent: 2 + - uid: 12107 + components: + - type: Transform + pos: 18.5,-19.5 + parent: 2 + - uid: 12108 + components: + - type: Transform + pos: 17.5,-19.5 + parent: 2 + - uid: 12109 + components: + - type: Transform + pos: 16.5,-19.5 + parent: 2 + - uid: 12110 + components: + - type: Transform + pos: 15.5,-19.5 + parent: 2 + - uid: 12111 + components: + - type: Transform + pos: 14.5,-19.5 + parent: 2 + - uid: 12112 + components: + - type: Transform + pos: 13.5,-19.5 + parent: 2 + - uid: 12113 + components: + - type: Transform + pos: 15.5,-18.5 + parent: 2 + - uid: 12114 + components: + - type: Transform + pos: 15.5,-17.5 + parent: 2 + - uid: 12115 + components: + - type: Transform + pos: 15.5,-16.5 + parent: 2 + - uid: 12116 + components: + - type: Transform + pos: 12.5,-19.5 + parent: 2 + - uid: 12117 + components: + - type: Transform + pos: 33.5,3.5 + parent: 2 + - uid: 12118 + components: + - type: Transform + pos: 28.5,-12.5 + parent: 2 + - uid: 12119 + components: + - type: Transform + pos: 29.5,-12.5 + parent: 2 + - uid: 12120 + components: + - type: Transform + pos: 30.5,-12.5 + parent: 2 + - uid: 12121 + components: + - type: Transform + pos: 31.5,-12.5 + parent: 2 + - uid: 12122 + components: + - type: Transform + pos: 32.5,-12.5 + parent: 2 + - uid: 12123 + components: + - type: Transform + pos: 33.5,-12.5 + parent: 2 + - uid: 12124 + components: + - type: Transform + pos: 34.5,-12.5 + parent: 2 + - uid: 12125 + components: + - type: Transform + pos: 35.5,-12.5 + parent: 2 + - uid: 12126 + components: + - type: Transform + pos: 36.5,-12.5 + parent: 2 + - uid: 12127 + components: + - type: Transform + pos: 37.5,-12.5 + parent: 2 + - uid: 12128 + components: + - type: Transform + pos: 38.5,-12.5 + parent: 2 + - uid: 12130 + components: + - type: Transform + pos: 33.5,-20.5 + parent: 2 + - uid: 12131 + components: + - type: Transform + pos: 33.5,-19.5 + parent: 2 + - uid: 12132 + components: + - type: Transform + pos: 33.5,-18.5 + parent: 2 + - uid: 12133 + components: + - type: Transform + pos: 33.5,-17.5 + parent: 2 + - uid: 12134 + components: + - type: Transform + pos: 33.5,-16.5 + parent: 2 + - uid: 12135 + components: + - type: Transform + pos: 32.5,-16.5 + parent: 2 + - uid: 12136 + components: + - type: Transform + pos: 34.5,-16.5 + parent: 2 + - uid: 12137 + components: + - type: Transform + pos: 28.5,-18.5 + parent: 2 + - uid: 12139 + components: + - type: Transform + pos: 38.5,-13.5 + parent: 2 + - uid: 12140 + components: + - type: Transform + pos: 38.5,-14.5 + parent: 2 + - uid: 12141 + components: + - type: Transform + pos: 38.5,-15.5 + parent: 2 + - uid: 12142 + components: + - type: Transform + pos: 38.5,-16.5 + parent: 2 + - uid: 12143 + components: + - type: Transform + pos: 38.5,-17.5 + parent: 2 + - uid: 12144 + components: + - type: Transform + pos: 38.5,-18.5 + parent: 2 + - uid: 12145 + components: + - type: Transform + pos: 38.5,-19.5 + parent: 2 + - uid: 12146 + components: + - type: Transform + pos: 38.5,-20.5 + parent: 2 + - uid: 12147 + components: + - type: Transform + pos: 38.5,-21.5 + parent: 2 + - uid: 12148 + components: + - type: Transform + pos: 28.5,-19.5 + parent: 2 + - uid: 12149 + components: + - type: Transform + pos: 28.5,-20.5 + parent: 2 + - uid: 12153 + components: + - type: Transform + pos: 38.5,-11.5 + parent: 2 + - uid: 12154 + components: + - type: Transform + pos: 38.5,-10.5 + parent: 2 + - uid: 12155 + components: + - type: Transform + pos: 38.5,-9.5 + parent: 2 + - uid: 12158 + components: + - type: Transform + pos: 37.5,-9.5 + parent: 2 + - uid: 12159 + components: + - type: Transform + pos: 36.5,-9.5 + parent: 2 + - uid: 12160 + components: + - type: Transform + pos: 35.5,-9.5 + parent: 2 + - uid: 12161 + components: + - type: Transform + pos: 34.5,-9.5 + parent: 2 + - uid: 12162 + components: + - type: Transform + pos: 33.5,-9.5 + parent: 2 + - uid: 12163 + components: + - type: Transform + pos: 32.5,-9.5 + parent: 2 + - uid: 12164 + components: + - type: Transform + pos: 31.5,-9.5 + parent: 2 + - uid: 12165 + components: + - type: Transform + pos: 30.5,-9.5 + parent: 2 + - uid: 12166 + components: + - type: Transform + pos: 29.5,-9.5 + parent: 2 + - uid: 12174 + components: + - type: Transform + pos: 35.5,-2.5 + parent: 2 + - uid: 12175 + components: + - type: Transform + pos: 34.5,-2.5 + parent: 2 + - uid: 12176 + components: + - type: Transform + pos: 33.5,-2.5 + parent: 2 + - uid: 12177 + components: + - type: Transform + pos: 32.5,-2.5 + parent: 2 + - uid: 12178 + components: + - type: Transform + pos: 31.5,-2.5 + parent: 2 + - uid: 12179 + components: + - type: Transform + pos: 31.5,-3.5 + parent: 2 + - uid: 12180 + components: + - type: Transform + pos: 31.5,-4.5 + parent: 2 + - uid: 12181 + components: + - type: Transform + pos: 31.5,-5.5 + parent: 2 + - uid: 12182 + components: + - type: Transform + pos: 31.5,-6.5 + parent: 2 + - uid: 12183 + components: + - type: Transform + pos: 32.5,-5.5 + parent: 2 + - uid: 12184 + components: + - type: Transform + pos: 29.5,-5.5 + parent: 2 + - uid: 12185 + components: + - type: Transform + pos: 30.5,-5.5 + parent: 2 + - uid: 12186 + components: + - type: Transform + pos: 31.5,-0.5 + parent: 2 + - uid: 12187 + components: + - type: Transform + pos: 31.5,0.5 + parent: 2 + - uid: 12188 + components: + - type: Transform + pos: 31.5,1.5 + parent: 2 + - uid: 12189 + components: + - type: Transform + pos: 31.5,2.5 + parent: 2 + - uid: 12190 + components: + - type: Transform + pos: 31.5,3.5 + parent: 2 + - uid: 12191 + components: + - type: Transform + pos: 31.5,4.5 + parent: 2 + - uid: 12192 + components: + - type: Transform + pos: 31.5,5.5 + parent: 2 + - uid: 12193 + components: + - type: Transform + pos: 32.5,4.5 + parent: 2 + - uid: 12194 + components: + - type: Transform + pos: 33.5,4.5 + parent: 2 + - uid: 12196 + components: + - type: Transform + pos: 30.5,4.5 + parent: 2 + - uid: 12197 + components: + - type: Transform + pos: 29.5,4.5 + parent: 2 + - uid: 12198 + components: + - type: Transform + pos: 28.5,4.5 + parent: 2 + - uid: 12199 + components: + - type: Transform + pos: 28.5,5.5 + parent: 2 + - uid: 12200 + components: + - type: Transform + pos: 28.5,3.5 + parent: 2 + - uid: 12201 + components: + - type: Transform + pos: 31.5,6.5 + parent: 2 + - uid: 12202 + components: + - type: Transform + pos: 33.5,5.5 + parent: 2 + - uid: 12204 + components: + - type: Transform + pos: 30.5,-0.5 + parent: 2 + - uid: 12205 + components: + - type: Transform + pos: 29.5,-0.5 + parent: 2 + - uid: 12206 + components: + - type: Transform + pos: 28.5,-0.5 + parent: 2 + - uid: 12208 + components: + - type: Transform + pos: 33.5,-1.5 + parent: 2 + - uid: 12209 + components: + - type: Transform + pos: 33.5,-0.5 + parent: 2 + - uid: 12210 + components: + - type: Transform + pos: 36.5,-2.5 + parent: 2 + - uid: 12211 + components: + - type: Transform + pos: 37.5,-2.5 + parent: 2 + - uid: 12212 + components: + - type: Transform + pos: 37.5,-1.5 + parent: 2 + - uid: 12213 + components: + - type: Transform + pos: 37.5,-0.5 + parent: 2 + - uid: 12214 + components: + - type: Transform + pos: 37.5,0.5 + parent: 2 + - uid: 12275 + components: + - type: Transform + pos: 66.5,-30.5 + parent: 2 + - uid: 12295 + components: + - type: Transform + pos: 63.5,-32.5 + parent: 2 + - uid: 12466 + components: + - type: Transform + pos: 64.5,-31.5 + parent: 2 + - uid: 12467 + components: + - type: Transform + pos: 65.5,-31.5 + parent: 2 + - uid: 12468 + components: + - type: Transform + pos: 65.5,-30.5 + parent: 2 + - uid: 12820 + components: + - type: Transform + pos: -14.5,47.5 + parent: 2 + - uid: 12908 + components: + - type: Transform + pos: 13.5,-60.5 + parent: 2 + - uid: 13047 + components: + - type: Transform + pos: -68.5,25.5 + parent: 2 + - uid: 13106 + components: + - type: Transform + pos: -13.5,47.5 + parent: 2 + - uid: 13236 + components: + - type: Transform + pos: -64.5,17.5 + parent: 2 + - uid: 13237 + components: + - type: Transform + pos: -47.5,27.5 + parent: 2 + - uid: 13302 + components: + - type: Transform + pos: -65.5,18.5 + parent: 2 + - uid: 14268 + components: + - type: Transform + pos: -59.5,7.5 + parent: 2 + - uid: 14783 + components: + - type: Transform + pos: -17.5,17.5 + parent: 2 + - uid: 14784 + components: + - type: Transform + pos: -36.5,13.5 + parent: 2 + - uid: 14785 + components: + - type: Transform + pos: -37.5,13.5 + parent: 2 + - uid: 14795 + components: + - type: Transform + pos: -38.5,13.5 + parent: 2 + - uid: 14796 + components: + - type: Transform + pos: -39.5,13.5 + parent: 2 + - uid: 14797 + components: + - type: Transform + pos: -40.5,13.5 + parent: 2 + - uid: 14798 + components: + - type: Transform + pos: -40.5,13.5 + parent: 2 + - uid: 14799 + components: + - type: Transform + pos: -40.5,14.5 + parent: 2 + - uid: 14800 + components: + - type: Transform + pos: -40.5,15.5 + parent: 2 + - uid: 14885 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 14592 + - uid: 14922 + components: + - type: Transform + pos: 2.5,0.5 + parent: 14592 + - uid: 14923 + components: + - type: Transform + pos: 2.5,1.5 + parent: 14592 + - uid: 14939 + components: + - type: Transform + pos: 2.5,2.5 + parent: 14592 + - uid: 15563 + components: + - type: Transform + pos: -1.5,2.5 + parent: 14592 + - uid: 15641 + components: + - type: Transform + pos: 11.5,0.5 + parent: 14592 + - uid: 15642 + components: + - type: Transform + pos: 10.5,0.5 + parent: 14592 + - uid: 15643 + components: + - type: Transform + pos: 9.5,0.5 + parent: 14592 + - uid: 15644 + components: + - type: Transform + pos: 8.5,0.5 + parent: 14592 + - uid: 15645 + components: + - type: Transform + pos: 8.5,0.5 + parent: 14592 + - uid: 15646 + components: + - type: Transform + pos: 8.5,-0.5 + parent: 14592 + - uid: 15647 + components: + - type: Transform + pos: 8.5,-1.5 + parent: 14592 + - uid: 15648 + components: + - type: Transform + pos: 8.5,-2.5 + parent: 14592 + - uid: 15649 + components: + - type: Transform + pos: 8.5,-3.5 + parent: 14592 + - uid: 15650 + components: + - type: Transform + pos: 8.5,-4.5 + parent: 14592 + - uid: 15651 + components: + - type: Transform + pos: 8.5,-4.5 + parent: 14592 + - uid: 15652 + components: + - type: Transform + pos: 7.5,-4.5 + parent: 14592 + - uid: 15653 + components: + - type: Transform + pos: 6.5,-4.5 + parent: 14592 + - uid: 15654 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 14592 + - uid: 15655 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 14592 + - uid: 15656 + components: + - type: Transform + pos: 6.5,-4.5 + parent: 14592 + - uid: 15657 + components: + - type: Transform + pos: 6.5,-5.5 + parent: 14592 + - uid: 15658 + components: + - type: Transform + pos: 6.5,-6.5 + parent: 14592 + - uid: 15659 + components: + - type: Transform + pos: 6.5,-7.5 + parent: 14592 + - uid: 15660 + components: + - type: Transform + pos: 6.5,-8.5 + parent: 14592 + - uid: 15661 + components: + - type: Transform + pos: 6.5,-9.5 + parent: 14592 + - uid: 15662 + components: + - type: Transform + pos: 5.5,-8.5 + parent: 14592 + - uid: 15663 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 14592 + - uid: 15664 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 14592 + - uid: 15665 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 14592 + - uid: 15666 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 14592 + - uid: 15667 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 14592 + - uid: 15668 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 14592 + - uid: 15669 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 14592 + - uid: 15670 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 14592 + - uid: 15671 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 14592 + - uid: 15672 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 14592 + - uid: 15673 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 14592 + - uid: 15674 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 14592 + - uid: 15675 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 14592 + - uid: 15676 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 14592 + - uid: 15677 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 14592 + - uid: 15678 + components: + - type: Transform + pos: -6.5,-1.5 + parent: 14592 + - uid: 15679 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 14592 + - uid: 15680 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 14592 + - uid: 15681 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 14592 + - uid: 15682 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 14592 + - uid: 15683 + components: + - type: Transform + pos: -5.5,-5.5 + parent: 14592 + - uid: 15684 + components: + - type: Transform + pos: -5.5,-6.5 + parent: 14592 + - uid: 15685 + components: + - type: Transform + pos: -5.5,-7.5 + parent: 14592 + - uid: 15686 + components: + - type: Transform + pos: -5.5,-8.5 + parent: 14592 + - uid: 15687 + components: + - type: Transform + pos: -6.5,-6.5 + parent: 14592 + - uid: 15688 + components: + - type: Transform + pos: -7.5,-6.5 + parent: 14592 + - uid: 15689 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 14592 + - uid: 15690 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 14592 + - uid: 15691 + components: + - type: Transform + pos: -5.5,0.5 + parent: 14592 + - uid: 15692 + components: + - type: Transform + pos: -5.5,1.5 + parent: 14592 + - uid: 15693 + components: + - type: Transform + pos: -5.5,2.5 + parent: 14592 + - uid: 15694 + components: + - type: Transform + pos: -0.5,0.5 + parent: 14592 + - uid: 15695 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 14592 + - uid: 15696 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 14592 + - uid: 15697 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 14592 + - uid: 15698 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 14592 + - uid: 15699 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 14592 + - uid: 15700 + components: + - type: Transform + pos: 1.5,-6.5 + parent: 14592 + - uid: 15701 + components: + - type: Transform + pos: 1.5,-7.5 + parent: 14592 + - uid: 15702 + components: + - type: Transform + pos: 1.5,-8.5 + parent: 14592 + - uid: 15703 + components: + - type: Transform + pos: 1.5,-6.5 + parent: 14592 + - uid: 15704 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 14592 + - uid: 15705 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 14592 + - uid: 15706 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 14592 + - uid: 15707 + components: + - type: Transform + pos: -2.5,-6.5 + parent: 14592 + - uid: 15708 + components: + - type: Transform + pos: -6.5,-3.5 + parent: 14592 + - uid: 15735 + components: + - type: Transform + pos: 11.5,0.5 + parent: 14592 + - uid: 15736 + components: + - type: Transform + pos: 10.5,0.5 + parent: 14592 + - uid: 15737 + components: + - type: Transform + pos: 9.5,0.5 + parent: 14592 + - uid: 15738 + components: + - type: Transform + pos: 8.5,0.5 + parent: 14592 + - uid: 15739 + components: + - type: Transform + pos: 8.5,0.5 + parent: 14592 + - uid: 15740 + components: + - type: Transform + pos: 8.5,1.5 + parent: 14592 + - uid: 15741 + components: + - type: Transform + pos: 8.5,2.5 + parent: 14592 + - uid: 15742 + components: + - type: Transform + pos: 8.5,3.5 + parent: 14592 + - uid: 15743 + components: + - type: Transform + pos: 8.5,4.5 + parent: 14592 + - uid: 15744 + components: + - type: Transform + pos: 8.5,4.5 + parent: 14592 + - uid: 15745 + components: + - type: Transform + pos: 9.5,4.5 + parent: 14592 + - uid: 15746 + components: + - type: Transform + pos: 10.5,4.5 + parent: 14592 + - uid: 15747 + components: + - type: Transform + pos: 11.5,4.5 + parent: 14592 + - uid: 15748 + components: + - type: Transform + pos: 12.5,4.5 + parent: 14592 + - uid: 15749 + components: + - type: Transform + pos: 13.5,4.5 + parent: 14592 + - uid: 15750 + components: + - type: Transform + pos: 14.5,4.5 + parent: 14592 + - uid: 15751 + components: + - type: Transform + pos: 14.5,5.5 + parent: 14592 + - uid: 15752 + components: + - type: Transform + pos: 7.5,4.5 + parent: 14592 + - uid: 15768 + components: + - type: Transform + pos: -4.5,2.5 + parent: 14592 + - uid: 15769 + components: + - type: Transform + pos: -5.5,2.5 + parent: 14592 + - uid: 15770 + components: + - type: Transform + pos: -3.5,2.5 + parent: 14592 + - uid: 16089 + components: + - type: Transform + pos: -2.5,2.5 + parent: 14592 + - uid: 17400 + components: + - type: Transform + pos: -40.5,16.5 + parent: 2 + - uid: 17401 + components: + - type: Transform + pos: -40.5,17.5 + parent: 2 + - uid: 17402 + components: + - type: Transform + pos: -40.5,16.5 + parent: 2 + - uid: 17403 + components: + - type: Transform + pos: -39.5,16.5 + parent: 2 + - uid: 17404 + components: + - type: Transform + pos: -38.5,16.5 + parent: 2 + - uid: 17405 + components: + - type: Transform + pos: -37.5,16.5 + parent: 2 + - uid: 17406 + components: + - type: Transform + pos: -40.5,14.5 + parent: 2 + - uid: 17407 + components: + - type: Transform + pos: -41.5,14.5 + parent: 2 + - uid: 17408 + components: + - type: Transform + pos: -42.5,14.5 + parent: 2 + - uid: 17409 + components: + - type: Transform + pos: -43.5,14.5 + parent: 2 + - uid: 17410 + components: + - type: Transform + pos: -44.5,14.5 + parent: 2 + - uid: 17411 + components: + - type: Transform + pos: -42.5,14.5 + parent: 2 + - uid: 17412 + components: + - type: Transform + pos: -42.5,13.5 + parent: 2 + - uid: 17413 + components: + - type: Transform + pos: -42.5,12.5 + parent: 2 + - uid: 17414 + components: + - type: Transform + pos: -42.5,11.5 + parent: 2 + - uid: 17415 + components: + - type: Transform + pos: -42.5,11.5 + parent: 2 + - uid: 17416 + components: + - type: Transform + pos: -43.5,11.5 + parent: 2 + - uid: 17417 + components: + - type: Transform + pos: -38.5,13.5 + parent: 2 + - uid: 17418 + components: + - type: Transform + pos: -38.5,12.5 + parent: 2 + - uid: 17419 + components: + - type: Transform + pos: -38.5,11.5 + parent: 2 + - uid: 17420 + components: + - type: Transform + pos: -43.5,14.5 + parent: 2 + - uid: 17421 + components: + - type: Transform + pos: -43.5,15.5 + parent: 2 + - uid: 17422 + components: + - type: Transform + pos: -43.5,16.5 + parent: 2 + - uid: 17423 + components: + - type: Transform + pos: -43.5,17.5 + parent: 2 + - uid: 17424 + components: + - type: Transform + pos: -44.5,17.5 + parent: 2 + - uid: 17425 + components: + - type: Transform + pos: -42.5,17.5 + parent: 2 + - uid: 17426 + components: + - type: Transform + pos: -41.5,6.5 + parent: 2 + - uid: 17427 + components: + - type: Transform + pos: -42.5,6.5 + parent: 2 + - uid: 17428 + components: + - type: Transform + pos: -43.5,6.5 + parent: 2 + - uid: 17429 + components: + - type: Transform + pos: -44.5,6.5 + parent: 2 + - uid: 17430 + components: + - type: Transform + pos: -45.5,6.5 + parent: 2 + - uid: 17431 + components: + - type: Transform + pos: -45.5,7.5 + parent: 2 + - uid: 17432 + components: + - type: Transform + pos: -46.5,7.5 + parent: 2 + - uid: 17433 + components: + - type: Transform + pos: -47.5,7.5 + parent: 2 + - uid: 17434 + components: + - type: Transform + pos: -41.5,6.5 + parent: 2 + - uid: 17435 + components: + - type: Transform + pos: -41.5,5.5 + parent: 2 + - uid: 17436 + components: + - type: Transform + pos: -41.5,4.5 + parent: 2 + - uid: 17437 + components: + - type: Transform + pos: -40.5,4.5 + parent: 2 + - uid: 17438 + components: + - type: Transform + pos: -39.5,4.5 + parent: 2 + - uid: 17439 + components: + - type: Transform + pos: -39.5,5.5 + parent: 2 + - uid: 17440 + components: + - type: Transform + pos: -39.5,6.5 + parent: 2 + - uid: 17441 + components: + - type: Transform + pos: -39.5,7.5 + parent: 2 + - uid: 17442 + components: + - type: Transform + pos: -40.5,7.5 + parent: 2 + - uid: 17443 + components: + - type: Transform + pos: -38.5,7.5 + parent: 2 + - uid: 17444 + components: + - type: Transform + pos: -41.5,3.5 + parent: 2 + - uid: 17445 + components: + - type: Transform + pos: -29.5,23.5 + parent: 2 + - uid: 17446 + components: + - type: Transform + pos: -45.5,6.5 + parent: 2 + - uid: 17447 + components: + - type: Transform + pos: -45.5,5.5 + parent: 2 + - uid: 17448 + components: + - type: Transform + pos: -45.5,4.5 + parent: 2 + - uid: 17449 + components: + - type: Transform + pos: -46.5,4.5 + parent: 2 + - uid: 17450 + components: + - type: Transform + pos: -47.5,4.5 + parent: 2 + - uid: 17451 + components: + - type: Transform + pos: -47.5,5.5 + parent: 2 + - uid: 17452 + components: + - type: Transform + pos: -48.5,5.5 + parent: 2 + - uid: 17453 + components: + - type: Transform + pos: -47.5,3.5 + parent: 2 + - uid: 17454 + components: + - type: Transform + pos: -38.5,16.5 + parent: 2 + - uid: 17455 + components: + - type: Transform + pos: -38.5,17.5 + parent: 2 + - uid: 17456 + components: + - type: Transform + pos: -38.5,18.5 + parent: 2 + - uid: 17457 + components: + - type: Transform + pos: -38.5,19.5 + parent: 2 + - uid: 17458 + components: + - type: Transform + pos: -38.5,20.5 + parent: 2 + - uid: 17459 + components: + - type: Transform + pos: -38.5,21.5 + parent: 2 + - uid: 17460 + components: + - type: Transform + pos: -38.5,22.5 + parent: 2 + - uid: 17461 + components: + - type: Transform + pos: -38.5,23.5 + parent: 2 + - uid: 17462 + components: + - type: Transform + pos: -38.5,25.5 + parent: 2 + - uid: 17463 + components: + - type: Transform + pos: -38.5,21.5 + parent: 2 + - uid: 17464 + components: + - type: Transform + pos: -39.5,21.5 + parent: 2 + - uid: 17465 + components: + - type: Transform + pos: -40.5,21.5 + parent: 2 + - uid: 17466 + components: + - type: Transform + pos: -38.5,23.5 + parent: 2 + - uid: 17467 + components: + - type: Transform + pos: -37.5,23.5 + parent: 2 + - uid: 17468 + components: + - type: Transform + pos: -37.5,24.5 + parent: 2 + - uid: 17469 + components: + - type: Transform + pos: -37.5,25.5 + parent: 2 + - uid: 17471 + components: + - type: Transform + pos: -36.5,25.5 + parent: 2 + - uid: 17472 + components: + - type: Transform + pos: -39.5,23.5 + parent: 2 + - uid: 17473 + components: + - type: Transform + pos: -40.5,23.5 + parent: 2 + - uid: 17474 + components: + - type: Transform + pos: -40.5,24.5 + parent: 2 + - uid: 17475 + components: + - type: Transform + pos: -40.5,25.5 + parent: 2 + - uid: 17477 + components: + - type: Transform + pos: -37.5,21.5 + parent: 2 + - uid: 17478 + components: + - type: Transform + pos: -36.5,21.5 + parent: 2 + - uid: 17479 + components: + - type: Transform + pos: -29.5,22.5 + parent: 2 + - uid: 17480 + components: + - type: Transform + pos: -29.5,21.5 + parent: 2 + - uid: 17481 + components: + - type: Transform + pos: -29.5,21.5 + parent: 2 + - uid: 17482 + components: + - type: Transform + pos: -30.5,21.5 + parent: 2 + - uid: 17483 + components: + - type: Transform + pos: -31.5,21.5 + parent: 2 + - uid: 17484 + components: + - type: Transform + pos: -32.5,21.5 + parent: 2 + - uid: 17485 + components: + - type: Transform + pos: -33.5,21.5 + parent: 2 + - uid: 17486 + components: + - type: Transform + pos: -29.5,21.5 + parent: 2 + - uid: 17487 + components: + - type: Transform + pos: -21.5,20.5 + parent: 2 + - uid: 17488 + components: + - type: Transform + pos: -28.5,22.5 + parent: 2 + - uid: 17489 + components: + - type: Transform + pos: -27.5,22.5 + parent: 2 + - uid: 17490 + components: + - type: Transform + pos: -26.5,22.5 + parent: 2 + - uid: 17491 + components: + - type: Transform + pos: -23.5,22.5 + parent: 2 + - uid: 17492 + components: + - type: Transform + pos: -25.5,22.5 + parent: 2 + - uid: 17494 + components: + - type: Transform + pos: -13.5,17.5 + parent: 2 + - uid: 17496 + components: + - type: Transform + pos: -15.5,16.5 + parent: 2 + - uid: 17497 + components: + - type: Transform + pos: -14.5,17.5 + parent: 2 + - uid: 17498 + components: + - type: Transform + pos: -18.5,17.5 + parent: 2 + - uid: 17499 + components: + - type: Transform + pos: -15.5,17.5 + parent: 2 + - uid: 17500 + components: + - type: Transform + pos: -16.5,17.5 + parent: 2 + - uid: 17502 + components: + - type: Transform + pos: -15.5,15.5 + parent: 2 + - uid: 17503 + components: + - type: Transform + pos: -16.5,19.5 + parent: 2 + - uid: 17504 + components: + - type: Transform + pos: -16.5,18.5 + parent: 2 + - uid: 17505 + components: + - type: Transform + pos: -16.5,20.5 + parent: 2 + - uid: 17506 + components: + - type: Transform + pos: -24.5,22.5 + parent: 2 + - uid: 17507 + components: + - type: Transform + pos: -22.5,22.5 + parent: 2 + - uid: 17508 + components: + - type: Transform + pos: -22.5,23.5 + parent: 2 + - uid: 17509 + components: + - type: Transform + pos: -22.5,24.5 + parent: 2 + - uid: 17510 + components: + - type: Transform + pos: -22.5,25.5 + parent: 2 + - uid: 17511 + components: + - type: Transform + pos: -22.5,26.5 + parent: 2 + - uid: 17512 + components: + - type: Transform + pos: -22.5,27.5 + parent: 2 + - uid: 17513 + components: + - type: Transform + pos: -22.5,28.5 + parent: 2 + - uid: 17514 + components: + - type: Transform + pos: -22.5,29.5 + parent: 2 + - uid: 17515 + components: + - type: Transform + pos: -22.5,30.5 + parent: 2 + - uid: 17516 + components: + - type: Transform + pos: -22.5,31.5 + parent: 2 + - uid: 17517 + components: + - type: Transform + pos: -22.5,32.5 + parent: 2 + - uid: 17518 + components: + - type: Transform + pos: -22.5,33.5 + parent: 2 + - uid: 17519 + components: + - type: Transform + pos: -22.5,34.5 + parent: 2 + - uid: 17520 + components: + - type: Transform + pos: -22.5,30.5 + parent: 2 + - uid: 17521 + components: + - type: Transform + pos: -23.5,30.5 + parent: 2 + - uid: 17522 + components: + - type: Transform + pos: -24.5,30.5 + parent: 2 + - uid: 17523 + components: + - type: Transform + pos: -25.5,30.5 + parent: 2 + - uid: 17524 + components: + - type: Transform + pos: -26.5,30.5 + parent: 2 + - uid: 17526 + components: + - type: Transform + pos: -23.5,26.5 + parent: 2 + - uid: 17527 + components: + - type: Transform + pos: -24.5,26.5 + parent: 2 + - uid: 17528 + components: + - type: Transform + pos: -25.5,26.5 + parent: 2 + - uid: 17529 + components: + - type: Transform + pos: -26.5,26.5 + parent: 2 + - uid: 17530 + components: + - type: Transform + pos: -27.5,26.5 + parent: 2 + - uid: 17531 + components: + - type: Transform + pos: -28.5,26.5 + parent: 2 + - uid: 17532 + components: + - type: Transform + pos: -29.5,26.5 + parent: 2 + - uid: 17533 + components: + - type: Transform + pos: -30.5,26.5 + parent: 2 + - uid: 17534 + components: + - type: Transform + pos: -31.5,26.5 + parent: 2 + - uid: 17535 + components: + - type: Transform + pos: -32.5,26.5 + parent: 2 + - uid: 17536 + components: + - type: Transform + pos: -28.5,25.5 + parent: 2 + - uid: 17537 + components: + - type: Transform + pos: -28.5,24.5 + parent: 2 + - uid: 17538 + components: + - type: Transform + pos: -29.5,24.5 + parent: 2 + - uid: 17539 + components: + - type: Transform + pos: -27.5,24.5 + parent: 2 + - uid: 17540 + components: + - type: Transform + pos: -33.5,26.5 + parent: 2 + - uid: 17541 + components: + - type: Transform + pos: -33.5,27.5 + parent: 2 + - uid: 17542 + components: + - type: Transform + pos: -33.5,25.5 + parent: 2 + - uid: 17543 + components: + - type: Transform + pos: -31.5,25.5 + parent: 2 + - uid: 17544 + components: + - type: Transform + pos: -26.5,27.5 + parent: 2 + - uid: 17546 + components: + - type: Transform + pos: -23.5,34.5 + parent: 2 + - uid: 17547 + components: + - type: Transform + pos: -24.5,34.5 + parent: 2 + - uid: 17548 + components: + - type: Transform + pos: -25.5,34.5 + parent: 2 + - uid: 17549 + components: + - type: Transform + pos: -26.5,34.5 + parent: 2 + - uid: 17550 + components: + - type: Transform + pos: -27.5,34.5 + parent: 2 + - uid: 17551 + components: + - type: Transform + pos: -28.5,34.5 + parent: 2 + - uid: 17552 + components: + - type: Transform + pos: -29.5,34.5 + parent: 2 + - uid: 17553 + components: + - type: Transform + pos: -30.5,34.5 + parent: 2 + - uid: 17554 + components: + - type: Transform + pos: -31.5,34.5 + parent: 2 + - uid: 17555 + components: + - type: Transform + pos: -32.5,34.5 + parent: 2 + - uid: 17556 + components: + - type: Transform + pos: -33.5,34.5 + parent: 2 + - uid: 17557 + components: + - type: Transform + pos: -27.5,35.5 + parent: 2 + - uid: 17558 + components: + - type: Transform + pos: -27.5,36.5 + parent: 2 + - uid: 17559 + components: + - type: Transform + pos: -28.5,36.5 + parent: 2 + - uid: 17560 + components: + - type: Transform + pos: -26.5,36.5 + parent: 2 + - uid: 17561 + components: + - type: Transform + pos: -31.5,33.5 + parent: 2 + - uid: 17562 + components: + - type: Transform + pos: -31.5,27.5 + parent: 2 + - uid: 17576 + components: + - type: Transform + pos: -28.5,40.5 + parent: 2 + - uid: 17577 + components: + - type: Transform + pos: -28.5,39.5 + parent: 2 + - uid: 17578 + components: + - type: Transform + pos: -28.5,38.5 + parent: 2 + - uid: 17579 + components: + - type: Transform + pos: -27.5,38.5 + parent: 2 + - uid: 17580 + components: + - type: Transform + pos: -26.5,38.5 + parent: 2 + - uid: 17581 + components: + - type: Transform + pos: -26.5,39.5 + parent: 2 + - uid: 17582 + components: + - type: Transform + pos: -26.5,40.5 + parent: 2 + - uid: 17583 + components: + - type: Transform + pos: -26.5,41.5 + parent: 2 + - uid: 17584 + components: + - type: Transform + pos: -26.5,42.5 + parent: 2 + - uid: 17585 + components: + - type: Transform + pos: -25.5,38.5 + parent: 2 + - uid: 17588 + components: + - type: Transform + pos: -13.5,41.5 + parent: 2 + - uid: 17589 + components: + - type: Transform + pos: -13.5,40.5 + parent: 2 + - uid: 17614 + components: + - type: Transform + pos: 15.5,16.5 + parent: 2 + - uid: 17621 + components: + - type: Transform + pos: -16.5,21.5 + parent: 2 + - uid: 17622 + components: + - type: Transform + pos: -16.5,21.5 + parent: 2 + - uid: 17623 + components: + - type: Transform + pos: -17.5,21.5 + parent: 2 + - uid: 17624 + components: + - type: Transform + pos: -18.5,21.5 + parent: 2 + - uid: 17625 + components: + - type: Transform + pos: -19.5,21.5 + parent: 2 + - uid: 17626 + components: + - type: Transform + pos: -16.5,21.5 + parent: 2 + - uid: 17627 + components: + - type: Transform + pos: -15.5,21.5 + parent: 2 + - uid: 17628 + components: + - type: Transform + pos: -14.5,21.5 + parent: 2 + - uid: 17629 + components: + - type: Transform + pos: -13.5,21.5 + parent: 2 + - uid: 17630 + components: + - type: Transform + pos: -12.5,21.5 + parent: 2 + - uid: 17631 + components: + - type: Transform + pos: -11.5,21.5 + parent: 2 + - uid: 17632 + components: + - type: Transform + pos: -15.5,22.5 + parent: 2 + - uid: 17633 + components: + - type: Transform + pos: -15.5,23.5 + parent: 2 + - uid: 17634 + components: + - type: Transform + pos: -15.5,24.5 + parent: 2 + - uid: 17635 + components: + - type: Transform + pos: -15.5,25.5 + parent: 2 + - uid: 17636 + components: + - type: Transform + pos: -15.5,25.5 + parent: 2 + - uid: 17637 + components: + - type: Transform + pos: -16.5,25.5 + parent: 2 + - uid: 17638 + components: + - type: Transform + pos: -17.5,25.5 + parent: 2 + - uid: 17639 + components: + - type: Transform + pos: -18.5,25.5 + parent: 2 + - uid: 17641 + components: + - type: Transform + pos: -14.5,25.5 + parent: 2 + - uid: 17642 + components: + - type: Transform + pos: -13.5,25.5 + parent: 2 + - uid: 17643 + components: + - type: Transform + pos: -12.5,25.5 + parent: 2 + - uid: 17644 + components: + - type: Transform + pos: -15.5,26.5 + parent: 2 + - uid: 17645 + components: + - type: Transform + pos: -15.5,27.5 + parent: 2 + - uid: 17646 + components: + - type: Transform + pos: -20.5,21.5 + parent: 2 + - uid: 17647 + components: + - type: Transform + pos: -20.5,20.5 + parent: 2 + - uid: 17648 + components: + - type: Transform + pos: -20.5,19.5 + parent: 2 + - uid: 17649 + components: + - type: Transform + pos: -20.5,18.5 + parent: 2 + - uid: 17650 + components: + - type: Transform + pos: -20.5,17.5 + parent: 2 + - uid: 17651 + components: + - type: Transform + pos: -20.5,16.5 + parent: 2 + - uid: 17652 + components: + - type: Transform + pos: -20.5,15.5 + parent: 2 + - uid: 17653 + components: + - type: Transform + pos: -20.5,14.5 + parent: 2 + - uid: 17654 + components: + - type: Transform + pos: -20.5,13.5 + parent: 2 + - uid: 17656 + components: + - type: Transform + pos: -21.5,14.5 + parent: 2 + - uid: 17657 + components: + - type: Transform + pos: -22.5,14.5 + parent: 2 + - uid: 17658 + components: + - type: Transform + pos: -23.5,14.5 + parent: 2 + - uid: 17659 + components: + - type: Transform + pos: -24.5,14.5 + parent: 2 + - uid: 17660 + components: + - type: Transform + pos: -24.5,13.5 + parent: 2 + - uid: 17662 + components: + - type: Transform + pos: -20.5,30.5 + parent: 2 + - uid: 17663 + components: + - type: Transform + pos: -20.5,31.5 + parent: 2 + - uid: 17664 + components: + - type: Transform + pos: -20.5,32.5 + parent: 2 + - uid: 17665 + components: + - type: Transform + pos: -20.5,32.5 + parent: 2 + - uid: 17666 + components: + - type: Transform + pos: -19.5,32.5 + parent: 2 + - uid: 17667 + components: + - type: Transform + pos: -18.5,32.5 + parent: 2 + - uid: 17668 + components: + - type: Transform + pos: -17.5,32.5 + parent: 2 + - uid: 17669 + components: + - type: Transform + pos: -16.5,32.5 + parent: 2 + - uid: 17670 + components: + - type: Transform + pos: -15.5,32.5 + parent: 2 + - uid: 17671 + components: + - type: Transform + pos: -14.5,32.5 + parent: 2 + - uid: 17672 + components: + - type: Transform + pos: -13.5,32.5 + parent: 2 + - uid: 17673 + components: + - type: Transform + pos: -12.5,32.5 + parent: 2 + - uid: 17674 + components: + - type: Transform + pos: -11.5,32.5 + parent: 2 + - uid: 17675 + components: + - type: Transform + pos: -17.5,32.5 + parent: 2 + - uid: 17676 + components: + - type: Transform + pos: -17.5,31.5 + parent: 2 + - uid: 17677 + components: + - type: Transform + pos: -17.5,30.5 + parent: 2 + - uid: 17679 + components: + - type: Transform + pos: -12.5,32.5 + parent: 2 + - uid: 17683 + components: + - type: Transform + pos: -22.5,20.5 + parent: 2 + - uid: 17684 + components: + - type: Transform + pos: -23.5,20.5 + parent: 2 + - uid: 17685 + components: + - type: Transform + pos: -24.5,20.5 + parent: 2 + - uid: 17686 + components: + - type: Transform + pos: -25.5,20.5 + parent: 2 + - uid: 17687 + components: + - type: Transform + pos: -26.5,20.5 + parent: 2 + - uid: 17688 + components: + - type: Transform + pos: -27.5,20.5 + parent: 2 + - uid: 17689 + components: + - type: Transform + pos: -27.5,18.5 + parent: 2 + - uid: 17690 + components: + - type: Transform + pos: -27.5,17.5 + parent: 2 + - uid: 17691 + components: + - type: Transform + pos: -27.5,16.5 + parent: 2 + - uid: 17692 + components: + - type: Transform + pos: -27.5,15.5 + parent: 2 + - uid: 17693 + components: + - type: Transform + pos: -27.5,19.5 + parent: 2 + - uid: 17694 + components: + - type: Transform + pos: -28.5,16.5 + parent: 2 + - uid: 17695 + components: + - type: Transform + pos: -29.5,16.5 + parent: 2 + - uid: 17696 + components: + - type: Transform + pos: -30.5,16.5 + parent: 2 + - uid: 17697 + components: + - type: Transform + pos: -31.5,16.5 + parent: 2 + - uid: 17698 + components: + - type: Transform + pos: -32.5,16.5 + parent: 2 + - uid: 17699 + components: + - type: Transform + pos: -33.5,16.5 + parent: 2 + - uid: 17700 + components: + - type: Transform + pos: -34.5,16.5 + parent: 2 + - uid: 19405 + components: + - type: Transform + pos: -60.5,6.5 + parent: 2 + - uid: 19411 + components: + - type: Transform + pos: -62.5,6.5 + parent: 2 + - uid: 19417 + components: + - type: Transform + pos: -49.5,38.5 + parent: 2 + - uid: 19418 + components: + - type: Transform + pos: -49.5,39.5 + parent: 2 + - uid: 19419 + components: + - type: Transform + pos: -61.5,6.5 + parent: 2 + - uid: 19429 + components: + - type: Transform + pos: 7.5,36.5 + parent: 2 + - uid: 19430 + components: + - type: Transform + pos: -49.5,40.5 + parent: 2 + - uid: 19431 + components: + - type: Transform + pos: -49.5,41.5 + parent: 2 + - uid: 19432 + components: + - type: Transform + pos: -49.5,42.5 + parent: 2 + - uid: 19433 + components: + - type: Transform + pos: -49.5,43.5 + parent: 2 + - uid: 19434 + components: + - type: Transform + pos: -50.5,43.5 + parent: 2 + - uid: 19435 + components: + - type: Transform + pos: -51.5,43.5 + parent: 2 + - uid: 19436 + components: + - type: Transform + pos: -51.5,44.5 + parent: 2 + - uid: 19437 + components: + - type: Transform + pos: -51.5,45.5 + parent: 2 + - uid: 19438 + components: + - type: Transform + pos: -51.5,46.5 + parent: 2 + - uid: 19439 + components: + - type: Transform + pos: -51.5,47.5 + parent: 2 + - uid: 19440 + components: + - type: Transform + pos: -51.5,48.5 + parent: 2 + - uid: 19441 + components: + - type: Transform + pos: -51.5,49.5 + parent: 2 + - uid: 19442 + components: + - type: Transform + pos: -51.5,50.5 + parent: 2 + - uid: 19443 + components: + - type: Transform + pos: -51.5,51.5 + parent: 2 + - uid: 19444 + components: + - type: Transform + pos: -51.5,52.5 + parent: 2 + - uid: 19445 + components: + - type: Transform + pos: -49.5,43.5 + parent: 2 + - uid: 19446 + components: + - type: Transform + pos: -48.5,43.5 + parent: 2 + - uid: 19447 + components: + - type: Transform + pos: -47.5,43.5 + parent: 2 + - uid: 19448 + components: + - type: Transform + pos: -46.5,43.5 + parent: 2 + - uid: 19449 + components: + - type: Transform + pos: -45.5,43.5 + parent: 2 + - uid: 19450 + components: + - type: Transform + pos: -44.5,43.5 + parent: 2 + - uid: 19451 + components: + - type: Transform + pos: -43.5,43.5 + parent: 2 + - uid: 19452 + components: + - type: Transform + pos: -42.5,43.5 + parent: 2 + - uid: 19453 + components: + - type: Transform + pos: -41.5,43.5 + parent: 2 + - uid: 19454 + components: + - type: Transform + pos: -43.5,43.5 + parent: 2 + - uid: 19455 + components: + - type: Transform + pos: -43.5,42.5 + parent: 2 + - uid: 19456 + components: + - type: Transform + pos: -43.5,41.5 + parent: 2 + - uid: 19457 + components: + - type: Transform + pos: -43.5,40.5 + parent: 2 + - uid: 19462 + components: + - type: Transform + pos: -52.5,35.5 + parent: 2 + - uid: 19463 + components: + - type: Transform + pos: -52.5,31.5 + parent: 2 + - uid: 19465 + components: + - type: Transform + pos: -50.5,36.5 + parent: 2 + - uid: 19466 + components: + - type: Transform + pos: -51.5,31.5 + parent: 2 + - uid: 19468 + components: + - type: Transform + pos: -49.5,36.5 + parent: 2 + - uid: 19469 + components: + - type: Transform + pos: -53.5,31.5 + parent: 2 + - uid: 19471 + components: + - type: Transform + pos: -48.5,36.5 + parent: 2 + - uid: 19472 + components: + - type: Transform + pos: -54.5,31.5 + parent: 2 + - uid: 19474 + components: + - type: Transform + pos: -47.5,36.5 + parent: 2 + - uid: 19475 + components: + - type: Transform + pos: -55.5,31.5 + parent: 2 + - uid: 19477 + components: + - type: Transform + pos: -46.5,36.5 + parent: 2 + - uid: 19478 + components: + - type: Transform + pos: -51.5,33.5 + parent: 2 + - uid: 19480 + components: + - type: Transform + pos: -45.5,36.5 + parent: 2 + - uid: 19481 + components: + - type: Transform + pos: -51.5,32.5 + parent: 2 + - uid: 19482 + components: + - type: Transform + pos: -52.5,30.5 + parent: 2 + - uid: 19483 + components: + - type: Transform + pos: -52.5,29.5 + parent: 2 + - uid: 19484 + components: + - type: Transform + pos: -52.5,28.5 + parent: 2 + - uid: 19485 + components: + - type: Transform + pos: -52.5,27.5 + parent: 2 + - uid: 19486 + components: + - type: Transform + pos: -52.5,26.5 + parent: 2 + - uid: 19487 + components: + - type: Transform + pos: -52.5,25.5 + parent: 2 + - uid: 19488 + components: + - type: Transform + pos: -51.5,34.5 + parent: 2 + - uid: 19489 + components: + - type: Transform + pos: -51.5,35.5 + parent: 2 + - uid: 19490 + components: + - type: Transform + pos: -51.5,36.5 + parent: 2 + - uid: 19491 + components: + - type: Transform + pos: -44.5,36.5 + parent: 2 + - uid: 19492 + components: + - type: Transform + pos: -53.5,35.5 + parent: 2 + - uid: 19493 + components: + - type: Transform + pos: -54.5,35.5 + parent: 2 + - uid: 19494 + components: + - type: Transform + pos: -55.5,35.5 + parent: 2 + - uid: 19495 + components: + - type: Transform + pos: -56.5,35.5 + parent: 2 + - uid: 19496 + components: + - type: Transform + pos: -57.5,35.5 + parent: 2 + - uid: 19497 + components: + - type: Transform + pos: -17.5,56.5 + parent: 2 + - uid: 19498 + components: + - type: Transform + pos: -18.5,59.5 + parent: 2 + - uid: 19499 + components: + - type: Transform + pos: -17.5,62.5 + parent: 2 + - uid: 19500 + components: + - type: Transform + pos: -62.5,29.5 + parent: 2 + - uid: 19501 + components: + - type: Transform + pos: -62.5,28.5 + parent: 2 + - uid: 19502 + components: + - type: Transform + pos: -62.5,27.5 + parent: 2 + - uid: 19503 + components: + - type: Transform + pos: -62.5,26.5 + parent: 2 + - uid: 19507 + components: + - type: Transform + pos: -61.5,26.5 + parent: 2 + - uid: 19508 + components: + - type: Transform + pos: -60.5,26.5 + parent: 2 + - uid: 19509 + components: + - type: Transform + pos: -59.5,26.5 + parent: 2 + - uid: 19510 + components: + - type: Transform + pos: -58.5,26.5 + parent: 2 + - uid: 19511 + components: + - type: Transform + pos: -57.5,26.5 + parent: 2 + - uid: 19513 + components: + - type: Transform + pos: -57.5,27.5 + parent: 2 + - uid: 19514 + components: + - type: Transform + pos: -57.5,28.5 + parent: 2 + - uid: 19515 + components: + - type: Transform + pos: -57.5,29.5 + parent: 2 + - uid: 19516 + components: + - type: Transform + pos: -57.5,30.5 + parent: 2 + - uid: 19519 + components: + - type: Transform + pos: -57.5,25.5 + parent: 2 + - uid: 19520 + components: + - type: Transform + pos: -57.5,24.5 + parent: 2 + - uid: 19521 + components: + - type: Transform + pos: -57.5,23.5 + parent: 2 + - uid: 19522 + components: + - type: Transform + pos: -57.5,22.5 + parent: 2 + - uid: 19523 + components: + - type: Transform + pos: -57.5,21.5 + parent: 2 + - uid: 19524 + components: + - type: Transform + pos: -57.5,20.5 + parent: 2 + - uid: 19525 + components: + - type: Transform + pos: -57.5,19.5 + parent: 2 + - uid: 19533 + components: + - type: Transform + pos: -63.5,4.5 + parent: 2 + - uid: 19534 + components: + - type: Transform + pos: -63.5,5.5 + parent: 2 + - uid: 19535 + components: + - type: Transform + pos: -63.5,6.5 + parent: 2 + - uid: 19537 + components: + - type: Transform + pos: -59.5,15.5 + parent: 2 + - uid: 19538 + components: + - type: Transform + pos: -59.5,16.5 + parent: 2 + - uid: 19539 + components: + - type: Transform + pos: -59.5,17.5 + parent: 2 + - uid: 19540 + components: + - type: Transform + pos: -62.5,11.5 + parent: 2 + - uid: 19541 + components: + - type: Transform + pos: -63.5,11.5 + parent: 2 + - uid: 19542 + components: + - type: Transform + pos: -64.5,11.5 + parent: 2 + - uid: 19543 + components: + - type: Transform + pos: -14.5,56.5 + parent: 2 + - uid: 19544 + components: + - type: Transform + pos: -16.5,56.5 + parent: 2 + - uid: 19550 + components: + - type: Transform + pos: -13.5,56.5 + parent: 2 + - uid: 19551 + components: + - type: Transform + pos: -50.5,14.5 + parent: 2 + - uid: 19558 + components: + - type: Transform + pos: -62.5,17.5 + parent: 2 + - uid: 19561 + components: + - type: Transform + pos: -64.5,16.5 + parent: 2 + - uid: 19581 + components: + - type: Transform + pos: -65.5,16.5 + parent: 2 + - uid: 19585 + components: + - type: Transform + pos: -66.5,16.5 + parent: 2 + - uid: 19589 + components: + - type: Transform + pos: -58.5,11.5 + parent: 2 + - uid: 19590 + components: + - type: Transform + pos: -57.5,11.5 + parent: 2 + - uid: 19591 + components: + - type: Transform + pos: -56.5,11.5 + parent: 2 + - uid: 19592 + components: + - type: Transform + pos: -55.5,11.5 + parent: 2 + - uid: 19593 + components: + - type: Transform + pos: -46.5,27.5 + parent: 2 + - uid: 19594 + components: + - type: Transform + pos: -45.5,27.5 + parent: 2 + - uid: 19595 + components: + - type: Transform + pos: -45.5,28.5 + parent: 2 + - uid: 19596 + components: + - type: Transform + pos: -45.5,29.5 + parent: 2 + - uid: 19597 + components: + - type: Transform + pos: -46.5,29.5 + parent: 2 + - uid: 19598 + components: + - type: Transform + pos: -47.5,29.5 + parent: 2 + - uid: 19600 + components: + - type: Transform + pos: -47.5,30.5 + parent: 2 + - uid: 19601 + components: + - type: Transform + pos: -47.5,31.5 + parent: 2 + - uid: 19602 + components: + - type: Transform + pos: -47.5,32.5 + parent: 2 + - uid: 19607 + components: + - type: Transform + pos: -45.5,27.5 + parent: 2 + - uid: 19608 + components: + - type: Transform + pos: -45.5,26.5 + parent: 2 + - uid: 19609 + components: + - type: Transform + pos: -45.5,25.5 + parent: 2 + - uid: 19612 + components: + - type: Transform + pos: -46.5,25.5 + parent: 2 + - uid: 19613 + components: + - type: Transform + pos: -47.5,25.5 + parent: 2 + - uid: 19617 + components: + - type: Transform + pos: -47.5,24.5 + parent: 2 + - uid: 19618 + components: + - type: Transform + pos: -47.5,23.5 + parent: 2 + - uid: 19619 + components: + - type: Transform + pos: -47.5,22.5 + parent: 2 + - uid: 19620 + components: + - type: Transform + pos: -47.5,21.5 + parent: 2 + - uid: 19621 + components: + - type: Transform + pos: -47.5,20.5 + parent: 2 + - uid: 19622 + components: + - type: Transform + pos: -47.5,19.5 + parent: 2 + - uid: 19623 + components: + - type: Transform + pos: -48.5,19.5 + parent: 2 + - uid: 19624 + components: + - type: Transform + pos: -49.5,19.5 + parent: 2 + - uid: 19625 + components: + - type: Transform + pos: -49.5,18.5 + parent: 2 + - uid: 19626 + components: + - type: Transform + pos: -49.5,17.5 + parent: 2 + - uid: 19627 + components: + - type: Transform + pos: -49.5,16.5 + parent: 2 + - uid: 19628 + components: + - type: Transform + pos: -49.5,15.5 + parent: 2 + - uid: 19629 + components: + - type: Transform + pos: -49.5,14.5 + parent: 2 + - uid: 19630 + components: + - type: Transform + pos: -50.5,14.5 + parent: 2 + - uid: 19631 + components: + - type: Transform + pos: -50.5,13.5 + parent: 2 + - uid: 19632 + components: + - type: Transform + pos: -50.5,12.5 + parent: 2 + - uid: 19633 + components: + - type: Transform + pos: -50.5,11.5 + parent: 2 + - uid: 19634 + components: + - type: Transform + pos: -50.5,10.5 + parent: 2 + - uid: 19635 + components: + - type: Transform + pos: -50.5,9.5 + parent: 2 + - uid: 19636 + components: + - type: Transform + pos: -51.5,9.5 + parent: 2 + - uid: 19657 + components: + - type: Transform + pos: -54.5,4.5 + parent: 2 + - uid: 19658 + components: + - type: Transform + pos: -53.5,4.5 + parent: 2 + - uid: 19659 + components: + - type: Transform + pos: -52.5,4.5 + parent: 2 + - uid: 19660 + components: + - type: Transform + pos: -51.5,4.5 + parent: 2 + - uid: 19675 + components: + - type: Transform + pos: -51.5,5.5 + parent: 2 + - uid: 19676 + components: + - type: Transform + pos: -51.5,6.5 + parent: 2 + - uid: 19677 + components: + - type: Transform + pos: -51.5,7.5 + parent: 2 + - uid: 19687 + components: + - type: Transform + pos: -51.5,4.5 + parent: 2 + - uid: 19688 + components: + - type: Transform + pos: -51.5,3.5 + parent: 2 + - uid: 19689 + components: + - type: Transform + pos: -51.5,2.5 + parent: 2 + - uid: 19690 + components: + - type: Transform + pos: -51.5,1.5 + parent: 2 + - uid: 19691 + components: + - type: Transform + pos: -51.5,0.5 + parent: 2 + - uid: 19692 + components: + - type: Transform + pos: -51.5,-0.5 + parent: 2 + - uid: 19693 + components: + - type: Transform + pos: -51.5,-1.5 + parent: 2 + - uid: 19694 + components: + - type: Transform + pos: -51.5,-2.5 + parent: 2 + - uid: 19695 + components: + - type: Transform + pos: -51.5,-3.5 + parent: 2 + - uid: 19696 + components: + - type: Transform + pos: -51.5,-4.5 + parent: 2 + - uid: 19697 + components: + - type: Transform + pos: -51.5,-5.5 + parent: 2 + - uid: 19698 + components: + - type: Transform + pos: -51.5,-6.5 + parent: 2 + - uid: 19699 + components: + - type: Transform + pos: -51.5,-7.5 + parent: 2 + - uid: 19700 + components: + - type: Transform + pos: -51.5,-8.5 + parent: 2 + - uid: 19704 + components: + - type: Transform + pos: -50.5,-8.5 + parent: 2 + - uid: 19705 + components: + - type: Transform + pos: -50.5,-10.5 + parent: 2 + - uid: 19712 + components: + - type: Transform + pos: -50.5,-8.5 + parent: 2 + - uid: 19720 + components: + - type: Transform + pos: -50.5,-9.5 + parent: 2 + - uid: 19725 + components: + - type: Transform + pos: -50.5,-11.5 + parent: 2 + - uid: 19726 + components: + - type: Transform + pos: -50.5,-12.5 + parent: 2 + - uid: 19740 + components: + - type: Transform + pos: -49.5,-15.5 + parent: 2 + - uid: 19741 + components: + - type: Transform + pos: -50.5,-13.5 + parent: 2 + - uid: 19754 + components: + - type: Transform + pos: -50.5,-14.5 + parent: 2 + - uid: 19760 + components: + - type: Transform + pos: -50.5,-15.5 + parent: 2 + - uid: 19766 + components: + - type: Transform + pos: -48.5,-15.5 + parent: 2 + - uid: 19767 + components: + - type: Transform + pos: -48.5,-16.5 + parent: 2 + - uid: 19768 + components: + - type: Transform + pos: -48.5,-17.5 + parent: 2 + - uid: 19769 + components: + - type: Transform + pos: -48.5,-19.5 + parent: 2 + - uid: 19797 + components: + - type: Transform + pos: -48.5,-18.5 + parent: 2 + - uid: 19798 + components: + - type: Transform + pos: -47.5,-19.5 + parent: 2 + - uid: 19799 + components: + - type: Transform + pos: -47.5,-20.5 + parent: 2 + - uid: 19800 + components: + - type: Transform + pos: -47.5,-21.5 + parent: 2 + - uid: 19801 + components: + - type: Transform + pos: -47.5,-22.5 + parent: 2 + - uid: 19802 + components: + - type: Transform + pos: -46.5,-23.5 + parent: 2 + - uid: 19812 + components: + - type: Transform + pos: -46.5,-22.5 + parent: 2 + - uid: 19874 + components: + - type: Transform + pos: -45.5,29.5 + parent: 2 + - uid: 19875 + components: + - type: Transform + pos: -44.5,29.5 + parent: 2 + - uid: 19876 + components: + - type: Transform + pos: -43.5,29.5 + parent: 2 + - uid: 19877 + components: + - type: Transform + pos: -42.5,29.5 + parent: 2 + - uid: 19878 + components: + - type: Transform + pos: -41.5,29.5 + parent: 2 + - uid: 19879 + components: + - type: Transform + pos: -40.5,29.5 + parent: 2 + - uid: 19880 + components: + - type: Transform + pos: -39.5,29.5 + parent: 2 + - uid: 19881 + components: + - type: Transform + pos: -38.5,29.5 + parent: 2 + - uid: 19882 + components: + - type: Transform + pos: -37.5,29.5 + parent: 2 + - uid: 19890 + components: + - type: Transform + pos: -37.5,30.5 + parent: 2 + - uid: 19891 + components: + - type: Transform + pos: -37.5,31.5 + parent: 2 + - uid: 19892 + components: + - type: Transform + pos: -37.5,32.5 + parent: 2 + - uid: 19893 + components: + - type: Transform + pos: -37.5,33.5 + parent: 2 + - uid: 19894 + components: + - type: Transform + pos: -37.5,34.5 + parent: 2 + - uid: 19895 + components: + - type: Transform + pos: -37.5,35.5 + parent: 2 + - uid: 19896 + components: + - type: Transform + pos: -37.5,36.5 + parent: 2 + - uid: 19897 + components: + - type: Transform + pos: -37.5,37.5 + parent: 2 + - uid: 19898 + components: + - type: Transform + pos: -37.5,38.5 + parent: 2 + - uid: 19907 + components: + - type: Transform + pos: -36.5,38.5 + parent: 2 + - uid: 19908 + components: + - type: Transform + pos: -35.5,38.5 + parent: 2 + - uid: 19911 + components: + - type: Transform + pos: -35.5,39.5 + parent: 2 + - uid: 19912 + components: + - type: Transform + pos: -34.5,39.5 + parent: 2 + - uid: 19913 + components: + - type: Transform + pos: -33.5,40.5 + parent: 2 + - uid: 19914 + components: + - type: Transform + pos: -28.5,54.5 + parent: 2 + - uid: 19915 + components: + - type: Transform + pos: -33.5,39.5 + parent: 2 + - uid: 19916 + components: + - type: Transform + pos: -28.5,52.5 + parent: 2 + - uid: 19918 + components: + - type: Transform + pos: -28.5,53.5 + parent: 2 + - uid: 20437 + components: + - type: Transform + pos: -29.5,53.5 + parent: 2 + - uid: 20438 + components: + - type: Transform + pos: -30.5,53.5 + parent: 2 + - uid: 20439 + components: + - type: Transform + pos: -30.5,54.5 + parent: 2 + - uid: 20440 + components: + - type: Transform + pos: -30.5,55.5 + parent: 2 + - uid: 20443 + components: + - type: Transform + pos: -30.5,56.5 + parent: 2 + - uid: 20444 + components: + - type: Transform + pos: -30.5,57.5 + parent: 2 + - uid: 20455 + components: + - type: Transform + pos: -28.5,52.5 + parent: 2 + - uid: 20456 + components: + - type: Transform + pos: -27.5,52.5 + parent: 2 + - uid: 20457 + components: + - type: Transform + pos: -26.5,52.5 + parent: 2 + - uid: 20458 + components: + - type: Transform + pos: -25.5,52.5 + parent: 2 + - uid: 20459 + components: + - type: Transform + pos: -24.5,52.5 + parent: 2 + - uid: 20465 + components: + - type: Transform + pos: -25.5,53.5 + parent: 2 + - uid: 20466 + components: + - type: Transform + pos: -25.5,54.5 + parent: 2 + - uid: 20467 + components: + - type: Transform + pos: -25.5,55.5 + parent: 2 + - uid: 20468 + components: + - type: Transform + pos: -25.5,56.5 + parent: 2 + - uid: 20469 + components: + - type: Transform + pos: -25.5,57.5 + parent: 2 + - uid: 20470 + components: + - type: Transform + pos: -25.5,58.5 + parent: 2 + - uid: 20476 + components: + - type: Transform + pos: -25.5,59.5 + parent: 2 + - uid: 20485 + components: + - type: Transform + pos: -23.5,52.5 + parent: 2 + - uid: 20486 + components: + - type: Transform + pos: -23.5,51.5 + parent: 2 + - uid: 20487 + components: + - type: Transform + pos: -23.5,50.5 + parent: 2 + - uid: 20488 + components: + - type: Transform + pos: -23.5,49.5 + parent: 2 + - uid: 20510 + components: + - type: Transform + pos: -22.5,49.5 + parent: 2 + - uid: 20511 + components: + - type: Transform + pos: -21.5,49.5 + parent: 2 + - uid: 20512 + components: + - type: Transform + pos: -20.5,49.5 + parent: 2 + - uid: 20513 + components: + - type: Transform + pos: -19.5,49.5 + parent: 2 + - uid: 20514 + components: + - type: Transform + pos: -18.5,49.5 + parent: 2 + - uid: 20515 + components: + - type: Transform + pos: -17.5,49.5 + parent: 2 + - uid: 20516 + components: + - type: Transform + pos: -16.5,49.5 + parent: 2 + - uid: 20531 + components: + - type: Transform + pos: -28.5,52.5 + parent: 2 + - uid: 20532 + components: + - type: Transform + pos: -28.5,51.5 + parent: 2 + - uid: 20533 + components: + - type: Transform + pos: -28.5,50.5 + parent: 2 + - uid: 20534 + components: + - type: Transform + pos: -28.5,49.5 + parent: 2 + - uid: 20535 + components: + - type: Transform + pos: -28.5,48.5 + parent: 2 + - uid: 20536 + components: + - type: Transform + pos: -28.5,47.5 + parent: 2 + - uid: 20537 + components: + - type: Transform + pos: -28.5,46.5 + parent: 2 + - uid: 20538 + components: + - type: Transform + pos: -28.5,45.5 + parent: 2 + - uid: 20546 + components: + - type: Transform + pos: -28.5,45.5 + parent: 2 + - uid: 20547 + components: + - type: Transform + pos: -29.5,45.5 + parent: 2 + - uid: 20548 + components: + - type: Transform + pos: -29.5,44.5 + parent: 2 + - uid: 20549 + components: + - type: Transform + pos: -30.5,44.5 + parent: 2 + - uid: 20550 + components: + - type: Transform + pos: -31.5,44.5 + parent: 2 + - uid: 20557 + components: + - type: Transform + pos: -31.5,43.5 + parent: 2 + - uid: 20558 + components: + - type: Transform + pos: -32.5,43.5 + parent: 2 + - uid: 20567 + components: + - type: Transform + pos: -23.5,49.5 + parent: 2 + - uid: 20568 + components: + - type: Transform + pos: -23.5,48.5 + parent: 2 + - uid: 20569 + components: + - type: Transform + pos: -23.5,47.5 + parent: 2 + - uid: 20570 + components: + - type: Transform + pos: -23.5,46.5 + parent: 2 + - uid: 20571 + components: + - type: Transform + pos: -23.5,45.5 + parent: 2 + - uid: 20572 + components: + - type: Transform + pos: -23.5,44.5 + parent: 2 + - uid: 20573 + components: + - type: Transform + pos: -23.5,43.5 + parent: 2 + - uid: 20574 + components: + - type: Transform + pos: -22.5,43.5 + parent: 2 + - uid: 20575 + components: + - type: Transform + pos: -21.5,43.5 + parent: 2 + - uid: 20576 + components: + - type: Transform + pos: -20.5,43.5 + parent: 2 + - uid: 20577 + components: + - type: Transform + pos: -19.5,43.5 + parent: 2 + - uid: 20578 + components: + - type: Transform + pos: -18.5,43.5 + parent: 2 + - uid: 20579 + components: + - type: Transform + pos: -17.5,43.5 + parent: 2 + - uid: 20580 + components: + - type: Transform + pos: -16.5,43.5 + parent: 2 + - uid: 20608 + components: + - type: Transform + pos: -30.5,53.5 + parent: 2 + - uid: 20609 + components: + - type: Transform + pos: -31.5,53.5 + parent: 2 + - uid: 20610 + components: + - type: Transform + pos: -32.5,53.5 + parent: 2 + - uid: 20617 + components: + - type: Transform + pos: -33.5,53.5 + parent: 2 + - uid: 20629 + components: + - type: Transform + pos: -34.5,53.5 + parent: 2 + - uid: 20630 + components: + - type: Transform + pos: -34.5,52.5 + parent: 2 + - uid: 20631 + components: + - type: Transform + pos: -34.5,51.5 + parent: 2 + - uid: 20632 + components: + - type: Transform + pos: -34.5,50.5 + parent: 2 + - uid: 20633 + components: + - type: Transform + pos: -16.5,50.5 + parent: 2 + - uid: 20634 + components: + - type: Transform + pos: -16.5,51.5 + parent: 2 + - uid: 20658 + components: + - type: Transform + pos: -19.5,61.5 + parent: 2 + - uid: 20659 + components: + - type: Transform + pos: -18.5,61.5 + parent: 2 + - uid: 20660 + components: + - type: Transform + pos: -17.5,61.5 + parent: 2 + - uid: 20661 + components: + - type: Transform + pos: -16.5,61.5 + parent: 2 + - uid: 20662 + components: + - type: Transform + pos: -15.5,61.5 + parent: 2 + - uid: 20669 + components: + - type: Transform + pos: -15.5,61.5 + parent: 2 + - uid: 20670 + components: + - type: Transform + pos: -15.5,60.5 + parent: 2 + - uid: 20671 + components: + - type: Transform + pos: -15.5,59.5 + parent: 2 + - uid: 20672 + components: + - type: Transform + pos: -15.5,58.5 + parent: 2 + - uid: 20673 + components: + - type: Transform + pos: -15.5,57.5 + parent: 2 + - uid: 20674 + components: + - type: Transform + pos: -14.5,61.5 + parent: 2 + - uid: 20675 + components: + - type: Transform + pos: -13.5,61.5 + parent: 2 + - uid: 20693 + components: + - type: Transform + pos: -15.5,62.5 + parent: 2 + - uid: 20696 + components: + - type: Transform + pos: -16.5,59.5 + parent: 2 + - uid: 20697 + components: + - type: Transform + pos: -17.5,59.5 + parent: 2 + - uid: 20698 + components: + - type: Transform + pos: -14.5,59.5 + parent: 2 + - uid: 20699 + components: + - type: Transform + pos: -13.5,59.5 + parent: 2 + - uid: 20700 + components: + - type: Transform + pos: -12.5,59.5 + parent: 2 + - uid: 20701 + components: + - type: Transform + pos: -8.5,54.5 + parent: 2 + - uid: 20702 + components: + - type: Transform + pos: -15.5,56.5 + parent: 2 + - uid: 20703 + components: + - type: Transform + pos: -8.5,53.5 + parent: 2 + - uid: 20704 + components: + - type: Transform + pos: -7.5,53.5 + parent: 2 + - uid: 20705 + components: + - type: Transform + pos: -6.5,53.5 + parent: 2 + - uid: 20706 + components: + - type: Transform + pos: -5.5,53.5 + parent: 2 + - uid: 20707 + components: + - type: Transform + pos: -4.5,53.5 + parent: 2 + - uid: 20708 + components: + - type: Transform + pos: -3.5,53.5 + parent: 2 + - uid: 20709 + components: + - type: Transform + pos: -2.5,53.5 + parent: 2 + - uid: 20710 + components: + - type: Transform + pos: -1.5,53.5 + parent: 2 + - uid: 20711 + components: + - type: Transform + pos: -0.5,53.5 + parent: 2 + - uid: 20712 + components: + - type: Transform + pos: -0.5,54.5 + parent: 2 + - uid: 20713 + components: + - type: Transform + pos: -0.5,55.5 + parent: 2 + - uid: 20714 + components: + - type: Transform + pos: -0.5,56.5 + parent: 2 + - uid: 20715 + components: + - type: Transform + pos: -0.5,57.5 + parent: 2 + - uid: 20716 + components: + - type: Transform + pos: -1.5,57.5 + parent: 2 + - uid: 20717 + components: + - type: Transform + pos: -2.5,57.5 + parent: 2 + - uid: 20718 + components: + - type: Transform + pos: -3.5,57.5 + parent: 2 + - uid: 20719 + components: + - type: Transform + pos: -4.5,57.5 + parent: 2 + - uid: 20720 + components: + - type: Transform + pos: -5.5,57.5 + parent: 2 + - uid: 20721 + components: + - type: Transform + pos: -6.5,57.5 + parent: 2 + - uid: 20722 + components: + - type: Transform + pos: -7.5,57.5 + parent: 2 + - uid: 20723 + components: + - type: Transform + pos: -8.5,57.5 + parent: 2 + - uid: 20724 + components: + - type: Transform + pos: -8.5,58.5 + parent: 2 + - uid: 20725 + components: + - type: Transform + pos: -8.5,59.5 + parent: 2 + - uid: 20726 + components: + - type: Transform + pos: -8.5,60.5 + parent: 2 + - uid: 20727 + components: + - type: Transform + pos: -8.5,61.5 + parent: 2 + - uid: 20728 + components: + - type: Transform + pos: -8.5,62.5 + parent: 2 + - uid: 20729 + components: + - type: Transform + pos: -8.5,63.5 + parent: 2 + - uid: 20730 + components: + - type: Transform + pos: -9.5,60.5 + parent: 2 + - uid: 20731 + components: + - type: Transform + pos: -10.5,60.5 + parent: 2 + - uid: 20732 + components: + - type: Transform + pos: -7.5,60.5 + parent: 2 + - uid: 20733 + components: + - type: Transform + pos: -6.5,60.5 + parent: 2 + - uid: 20734 + components: + - type: Transform + pos: -7.5,63.5 + parent: 2 + - uid: 20735 + components: + - type: Transform + pos: -7.5,64.5 + parent: 2 + - uid: 20736 + components: + - type: Transform + pos: -7.5,65.5 + parent: 2 + - uid: 20737 + components: + - type: Transform + pos: -7.5,66.5 + parent: 2 + - uid: 20738 + components: + - type: Transform + pos: -7.5,67.5 + parent: 2 + - uid: 20739 + components: + - type: Transform + pos: -7.5,68.5 + parent: 2 + - uid: 20740 + components: + - type: Transform + pos: -6.5,68.5 + parent: 2 + - uid: 20741 + components: + - type: Transform + pos: -13.5,62.5 + parent: 2 + - uid: 20742 + components: + - type: Transform + pos: -13.5,63.5 + parent: 2 + - uid: 20743 + components: + - type: Transform + pos: -13.5,64.5 + parent: 2 + - uid: 20744 + components: + - type: Transform + pos: -13.5,65.5 + parent: 2 + - uid: 20745 + components: + - type: Transform + pos: -13.5,66.5 + parent: 2 + - uid: 20746 + components: + - type: Transform + pos: -13.5,67.5 + parent: 2 + - uid: 20747 + components: + - type: Transform + pos: -12.5,67.5 + parent: 2 + - uid: 20748 + components: + - type: Transform + pos: -9.5,63.5 + parent: 2 + - uid: 20749 + components: + - type: Transform + pos: -10.5,63.5 + parent: 2 + - uid: 20750 + components: + - type: Transform + pos: -0.5,57.5 + parent: 2 + - uid: 20751 + components: + - type: Transform + pos: 0.5,57.5 + parent: 2 + - uid: 20752 + components: + - type: Transform + pos: 1.5,57.5 + parent: 2 + - uid: 20753 + components: + - type: Transform + pos: 2.5,57.5 + parent: 2 + - uid: 20754 + components: + - type: Transform + pos: 3.5,57.5 + parent: 2 + - uid: 20755 + components: + - type: Transform + pos: 4.5,57.5 + parent: 2 + - uid: 20756 + components: + - type: Transform + pos: 5.5,57.5 + parent: 2 + - uid: 20757 + components: + - type: Transform + pos: -0.5,58.5 + parent: 2 + - uid: 20758 + components: + - type: Transform + pos: -0.5,59.5 + parent: 2 + - uid: 20759 + components: + - type: Transform + pos: -0.5,60.5 + parent: 2 + - uid: 20760 + components: + - type: Transform + pos: -0.5,61.5 + parent: 2 + - uid: 20761 + components: + - type: Transform + pos: -0.5,62.5 + parent: 2 + - uid: 20762 + components: + - type: Transform + pos: -0.5,63.5 + parent: 2 + - uid: 20763 + components: + - type: Transform + pos: -0.5,64.5 + parent: 2 + - uid: 20764 + components: + - type: Transform + pos: -0.5,65.5 + parent: 2 + - uid: 20765 + components: + - type: Transform + pos: -0.5,66.5 + parent: 2 + - uid: 20766 + components: + - type: Transform + pos: -0.5,67.5 + parent: 2 + - uid: 20767 + components: + - type: Transform + pos: -0.5,68.5 + parent: 2 + - uid: 20768 + components: + - type: Transform + pos: 0.5,68.5 + parent: 2 + - uid: 20769 + components: + - type: Transform + pos: 1.5,68.5 + parent: 2 + - uid: 20770 + components: + - type: Transform + pos: 2.5,68.5 + parent: 2 + - uid: 20771 + components: + - type: Transform + pos: -1.5,68.5 + parent: 2 + - uid: 20772 + components: + - type: Transform + pos: -2.5,68.5 + parent: 2 + - uid: 20773 + components: + - type: Transform + pos: 3.5,68.5 + parent: 2 + - uid: 20774 + components: + - type: Transform + pos: 4.5,68.5 + parent: 2 + - uid: 20775 + components: + - type: Transform + pos: 5.5,68.5 + parent: 2 + - uid: 20776 + components: + - type: Transform + pos: 6.5,68.5 + parent: 2 + - uid: 20777 + components: + - type: Transform + pos: 7.5,68.5 + parent: 2 + - uid: 20778 + components: + - type: Transform + pos: 7.5,67.5 + parent: 2 + - uid: 20779 + components: + - type: Transform + pos: 0.5,63.5 + parent: 2 + - uid: 20780 + components: + - type: Transform + pos: 1.5,63.5 + parent: 2 + - uid: 20781 + components: + - type: Transform + pos: 2.5,63.5 + parent: 2 + - uid: 20782 + components: + - type: Transform + pos: 3.5,63.5 + parent: 2 + - uid: 20783 + components: + - type: Transform + pos: 4.5,63.5 + parent: 2 + - uid: 20784 + components: + - type: Transform + pos: 5.5,63.5 + parent: 2 + - uid: 20785 + components: + - type: Transform + pos: 6.5,63.5 + parent: 2 + - uid: 20786 + components: + - type: Transform + pos: 7.5,63.5 + parent: 2 + - uid: 20787 + components: + - type: Transform + pos: 7.5,62.5 + parent: 2 + - uid: 20788 + components: + - type: Transform + pos: 7.5,61.5 + parent: 2 + - uid: 20789 + components: + - type: Transform + pos: 7.5,60.5 + parent: 2 + - uid: 20790 + components: + - type: Transform + pos: 7.5,59.5 + parent: 2 + - uid: 20791 + components: + - type: Transform + pos: 7.5,58.5 + parent: 2 + - uid: 20792 + components: + - type: Transform + pos: 8.5,58.5 + parent: 2 + - uid: 20793 + components: + - type: Transform + pos: 9.5,58.5 + parent: 2 + - uid: 20794 + components: + - type: Transform + pos: 10.5,58.5 + parent: 2 + - uid: 20795 + components: + - type: Transform + pos: 11.5,58.5 + parent: 2 + - uid: 20796 + components: + - type: Transform + pos: 12.5,58.5 + parent: 2 + - uid: 20797 + components: + - type: Transform + pos: 12.5,57.5 + parent: 2 + - uid: 20798 + components: + - type: Transform + pos: -5.5,29.5 + parent: 2 + - uid: 20799 + components: + - type: Transform + pos: -4.5,29.5 + parent: 2 + - uid: 20800 + components: + - type: Transform + pos: -3.5,29.5 + parent: 2 + - uid: 20801 + components: + - type: Transform + pos: -2.5,29.5 + parent: 2 + - uid: 20802 + components: + - type: Transform + pos: -1.5,29.5 + parent: 2 + - uid: 20803 + components: + - type: Transform + pos: -0.5,29.5 + parent: 2 + - uid: 20804 + components: + - type: Transform + pos: 0.5,29.5 + parent: 2 + - uid: 20805 + components: + - type: Transform + pos: -4.5,30.5 + parent: 2 + - uid: 20806 + components: + - type: Transform + pos: -5.5,30.5 + parent: 2 + - uid: 20807 + components: + - type: Transform + pos: -6.5,30.5 + parent: 2 + - uid: 20808 + components: + - type: Transform + pos: -7.5,30.5 + parent: 2 + - uid: 20809 + components: + - type: Transform + pos: -7.5,31.5 + parent: 2 + - uid: 20810 + components: + - type: Transform + pos: 0.5,30.5 + parent: 2 + - uid: 20811 + components: + - type: Transform + pos: 0.5,31.5 + parent: 2 + - uid: 20812 + components: + - type: Transform + pos: 0.5,32.5 + parent: 2 + - uid: 20813 + components: + - type: Transform + pos: -1.5,38.5 + parent: 2 + - uid: 20814 + components: + - type: Transform + pos: -0.5,38.5 + parent: 2 + - uid: 20815 + components: + - type: Transform + pos: 0.5,38.5 + parent: 2 + - uid: 20816 + components: + - type: Transform + pos: 1.5,38.5 + parent: 2 + - uid: 20817 + components: + - type: Transform + pos: 1.5,37.5 + parent: 2 + - uid: 20818 + components: + - type: Transform + pos: 1.5,36.5 + parent: 2 + - uid: 20819 + components: + - type: Transform + pos: 2.5,36.5 + parent: 2 + - uid: 20820 + components: + - type: Transform + pos: 3.5,36.5 + parent: 2 + - uid: 20821 + components: + - type: Transform + pos: 4.5,36.5 + parent: 2 + - uid: 20822 + components: + - type: Transform + pos: 5.5,36.5 + parent: 2 + - uid: 20823 + components: + - type: Transform + pos: 6.5,36.5 + parent: 2 + - uid: 20824 + components: + - type: Transform + pos: 6.5,35.5 + parent: 2 + - uid: 20825 + components: + - type: Transform + pos: 6.5,34.5 + parent: 2 + - uid: 20826 + components: + - type: Transform + pos: 6.5,33.5 + parent: 2 + - uid: 20827 + components: + - type: Transform + pos: 6.5,32.5 + parent: 2 + - uid: 20828 + components: + - type: Transform + pos: 6.5,31.5 + parent: 2 + - uid: 20829 + components: + - type: Transform + pos: 6.5,30.5 + parent: 2 + - uid: 20830 + components: + - type: Transform + pos: 6.5,31.5 + parent: 2 + - uid: 20831 + components: + - type: Transform + pos: 5.5,31.5 + parent: 2 + - uid: 20832 + components: + - type: Transform + pos: 4.5,31.5 + parent: 2 + - uid: 20833 + components: + - type: Transform + pos: 7.5,31.5 + parent: 2 + - uid: 20834 + components: + - type: Transform + pos: 8.5,31.5 + parent: 2 + - uid: 20835 + components: + - type: Transform + pos: 4.5,30.5 + parent: 2 + - uid: 20836 + components: + - type: Transform + pos: 0.5,39.5 + parent: 2 + - uid: 20837 + components: + - type: Transform + pos: 0.5,40.5 + parent: 2 + - uid: 20838 + components: + - type: Transform + pos: 0.5,41.5 + parent: 2 + - uid: 20839 + components: + - type: Transform + pos: 0.5,42.5 + parent: 2 + - uid: 20840 + components: + - type: Transform + pos: 0.5,43.5 + parent: 2 + - uid: 20841 + components: + - type: Transform + pos: 0.5,44.5 + parent: 2 + - uid: 20842 + components: + - type: Transform + pos: 0.5,45.5 + parent: 2 + - uid: 20843 + components: + - type: Transform + pos: 0.5,46.5 + parent: 2 + - uid: 20844 + components: + - type: Transform + pos: 0.5,47.5 + parent: 2 + - uid: 20845 + components: + - type: Transform + pos: 0.5,48.5 + parent: 2 + - uid: 20846 + components: + - type: Transform + pos: 0.5,49.5 + parent: 2 + - uid: 20847 + components: + - type: Transform + pos: 0.5,50.5 + parent: 2 + - uid: 20848 + components: + - type: Transform + pos: 0.5,51.5 + parent: 2 + - uid: 20849 + components: + - type: Transform + pos: -0.5,43.5 + parent: 2 + - uid: 20850 + components: + - type: Transform + pos: -1.5,43.5 + parent: 2 + - uid: 20851 + components: + - type: Transform + pos: -2.5,43.5 + parent: 2 + - uid: 20852 + components: + - type: Transform + pos: -3.5,43.5 + parent: 2 + - uid: 20853 + components: + - type: Transform + pos: -4.5,43.5 + parent: 2 + - uid: 20854 + components: + - type: Transform + pos: -4.5,42.5 + parent: 2 + - uid: 20855 + components: + - type: Transform + pos: -4.5,41.5 + parent: 2 + - uid: 20856 + components: + - type: Transform + pos: -4.5,40.5 + parent: 2 + - uid: 20857 + components: + - type: Transform + pos: -0.5,48.5 + parent: 2 + - uid: 20858 + components: + - type: Transform + pos: -1.5,48.5 + parent: 2 + - uid: 20859 + components: + - type: Transform + pos: -2.5,48.5 + parent: 2 + - uid: 20860 + components: + - type: Transform + pos: -3.5,48.5 + parent: 2 + - uid: 20861 + components: + - type: Transform + pos: -3.5,49.5 + parent: 2 + - uid: 20862 + components: + - type: Transform + pos: 1.5,45.5 + parent: 2 + - uid: 20865 + components: + - type: Transform + pos: 4.5,45.5 + parent: 2 + - uid: 20866 + components: + - type: Transform + pos: 1.5,49.5 + parent: 2 + - uid: 20868 + components: + - type: Transform + pos: -5.5,49.5 + parent: 2 + - uid: 20971 + components: + - type: Transform + pos: 27.5,56.5 + parent: 2 + - uid: 20972 + components: + - type: Transform + pos: 28.5,56.5 + parent: 2 + - uid: 20973 + components: + - type: Transform + pos: 29.5,56.5 + parent: 2 + - uid: 20974 + components: + - type: Transform + pos: 29.5,56.5 + parent: 2 + - uid: 20975 + components: + - type: Transform + pos: 29.5,55.5 + parent: 2 + - uid: 20976 + components: + - type: Transform + pos: 29.5,54.5 + parent: 2 + - uid: 20977 + components: + - type: Transform + pos: 29.5,53.5 + parent: 2 + - uid: 20978 + components: + - type: Transform + pos: 29.5,53.5 + parent: 2 + - uid: 20979 + components: + - type: Transform + pos: 28.5,53.5 + parent: 2 + - uid: 20980 + components: + - type: Transform + pos: 27.5,53.5 + parent: 2 + - uid: 20981 + components: + - type: Transform + pos: 26.5,53.5 + parent: 2 + - uid: 20982 + components: + - type: Transform + pos: 25.5,53.5 + parent: 2 + - uid: 20983 + components: + - type: Transform + pos: 24.5,53.5 + parent: 2 + - uid: 20984 + components: + - type: Transform + pos: 23.5,53.5 + parent: 2 + - uid: 20985 + components: + - type: Transform + pos: 22.5,53.5 + parent: 2 + - uid: 20986 + components: + - type: Transform + pos: 21.5,53.5 + parent: 2 + - uid: 20987 + components: + - type: Transform + pos: 21.5,54.5 + parent: 2 + - uid: 20988 + components: + - type: Transform + pos: 25.5,54.5 + parent: 2 + - uid: 20989 + components: + - type: Transform + pos: 25.5,52.5 + parent: 2 + - uid: 20990 + components: + - type: Transform + pos: 25.5,51.5 + parent: 2 + - uid: 20991 + components: + - type: Transform + pos: 29.5,57.5 + parent: 2 + - uid: 20992 + components: + - type: Transform + pos: 29.5,58.5 + parent: 2 + - uid: 20993 + components: + - type: Transform + pos: 29.5,58.5 + parent: 2 + - uid: 20994 + components: + - type: Transform + pos: 28.5,58.5 + parent: 2 + - uid: 20995 + components: + - type: Transform + pos: 27.5,58.5 + parent: 2 + - uid: 20996 + components: + - type: Transform + pos: 26.5,58.5 + parent: 2 + - uid: 20997 + components: + - type: Transform + pos: 25.5,58.5 + parent: 2 + - uid: 20998 + components: + - type: Transform + pos: 24.5,58.5 + parent: 2 + - uid: 20999 + components: + - type: Transform + pos: 23.5,58.5 + parent: 2 + - uid: 21000 + components: + - type: Transform + pos: 22.5,58.5 + parent: 2 + - uid: 21001 + components: + - type: Transform + pos: 21.5,58.5 + parent: 2 + - uid: 21002 + components: + - type: Transform + pos: 22.5,62.5 + parent: 2 + - uid: 21003 + components: + - type: Transform + pos: 23.5,62.5 + parent: 2 + - uid: 21004 + components: + - type: Transform + pos: 24.5,62.5 + parent: 2 + - uid: 21005 + components: + - type: Transform + pos: 24.5,61.5 + parent: 2 + - uid: 21006 + components: + - type: Transform + pos: 24.5,60.5 + parent: 2 + - uid: 21007 + components: + - type: Transform + pos: 24.5,62.5 + parent: 2 + - uid: 21008 + components: + - type: Transform + pos: 24.5,63.5 + parent: 2 + - uid: 21009 + components: + - type: Transform + pos: 24.5,64.5 + parent: 2 + - uid: 21010 + components: + - type: Transform + pos: 24.5,65.5 + parent: 2 + - uid: 21011 + components: + - type: Transform + pos: 24.5,66.5 + parent: 2 + - uid: 21012 + components: + - type: Transform + pos: 24.5,66.5 + parent: 2 + - uid: 21013 + components: + - type: Transform + pos: 25.5,66.5 + parent: 2 + - uid: 21014 + components: + - type: Transform + pos: 26.5,66.5 + parent: 2 + - uid: 21015 + components: + - type: Transform + pos: 27.5,66.5 + parent: 2 + - uid: 21016 + components: + - type: Transform + pos: 28.5,66.5 + parent: 2 + - uid: 21017 + components: + - type: Transform + pos: 29.5,66.5 + parent: 2 + - uid: 21018 + components: + - type: Transform + pos: 29.5,66.5 + parent: 2 + - uid: 21019 + components: + - type: Transform + pos: 29.5,65.5 + parent: 2 + - uid: 21020 + components: + - type: Transform + pos: 29.5,64.5 + parent: 2 + - uid: 21021 + components: + - type: Transform + pos: 29.5,63.5 + parent: 2 + - uid: 21022 + components: + - type: Transform + pos: 29.5,62.5 + parent: 2 + - uid: 21023 + components: + - type: Transform + pos: 27.5,62.5 + parent: 2 + - uid: 21024 + components: + - type: Transform + pos: 27.5,63.5 + parent: 2 + - uid: 21025 + components: + - type: Transform + pos: 27.5,64.5 + parent: 2 + - uid: 21026 + components: + - type: Transform + pos: 27.5,65.5 + parent: 2 + - uid: 21027 + components: + - type: Transform + pos: 27.5,67.5 + parent: 2 + - uid: 21028 + components: + - type: Transform + pos: 27.5,68.5 + parent: 2 + - uid: 21029 + components: + - type: Transform + pos: 27.5,69.5 + parent: 2 + - uid: 21030 + components: + - type: Transform + pos: 27.5,69.5 + parent: 2 + - uid: 21031 + components: + - type: Transform + pos: 26.5,69.5 + parent: 2 + - uid: 21032 + components: + - type: Transform + pos: 23.5,66.5 + parent: 2 + - uid: 21033 + components: + - type: Transform + pos: 22.5,66.5 + parent: 2 + - uid: 21034 + components: + - type: Transform + pos: 21.5,66.5 + parent: 2 + - uid: 21035 + components: + - type: Transform + pos: 20.5,66.5 + parent: 2 + - uid: 21036 + components: + - type: Transform + pos: 19.5,66.5 + parent: 2 + - uid: 21037 + components: + - type: Transform + pos: 18.5,66.5 + parent: 2 + - uid: 21038 + components: + - type: Transform + pos: 17.5,66.5 + parent: 2 + - uid: 21039 + components: + - type: Transform + pos: 20.5,66.5 + parent: 2 + - uid: 21040 + components: + - type: Transform + pos: 20.5,65.5 + parent: 2 + - uid: 21041 + components: + - type: Transform + pos: 20.5,64.5 + parent: 2 + - uid: 21042 + components: + - type: Transform + pos: 20.5,63.5 + parent: 2 + - uid: 21043 + components: + - type: Transform + pos: 20.5,62.5 + parent: 2 + - uid: 21044 + components: + - type: Transform + pos: 18.5,66.5 + parent: 2 + - uid: 21045 + components: + - type: Transform + pos: 18.5,65.5 + parent: 2 + - uid: 21046 + components: + - type: Transform + pos: 18.5,64.5 + parent: 2 + - uid: 21047 + components: + - type: Transform + pos: 18.5,63.5 + parent: 2 + - uid: 21048 + components: + - type: Transform + pos: 18.5,62.5 + parent: 2 + - uid: 21049 + components: + - type: Transform + pos: 17.5,66.5 + parent: 2 + - uid: 21050 + components: + - type: Transform + pos: 16.5,66.5 + parent: 2 + - uid: 21051 + components: + - type: Transform + pos: 15.5,66.5 + parent: 2 + - uid: 21052 + components: + - type: Transform + pos: 14.5,66.5 + parent: 2 + - uid: 21053 + components: + - type: Transform + pos: 13.5,66.5 + parent: 2 + - uid: 21054 + components: + - type: Transform + pos: 13.5,66.5 + parent: 2 + - uid: 21055 + components: + - type: Transform + pos: 13.5,65.5 + parent: 2 + - uid: 21056 + components: + - type: Transform + pos: 13.5,64.5 + parent: 2 + - uid: 21057 + components: + - type: Transform + pos: 13.5,63.5 + parent: 2 + - uid: 21058 + components: + - type: Transform + pos: 15.5,66.5 + parent: 2 + - uid: 21059 + components: + - type: Transform + pos: 15.5,65.5 + parent: 2 + - uid: 21060 + components: + - type: Transform + pos: 15.5,64.5 + parent: 2 + - uid: 21061 + components: + - type: Transform + pos: 13.5,67.5 + parent: 2 + - uid: 21062 + components: + - type: Transform + pos: 20.5,66.5 + parent: 2 + - uid: 21063 + components: + - type: Transform + pos: 20.5,67.5 + parent: 2 + - uid: 21064 + components: + - type: Transform + pos: 20.5,68.5 + parent: 2 + - uid: 21065 + components: + - type: Transform + pos: 20.5,69.5 + parent: 2 + - uid: 21066 + components: + - type: Transform + pos: 20.5,70.5 + parent: 2 + - uid: 21067 + components: + - type: Transform + pos: 20.5,70.5 + parent: 2 + - uid: 21068 + components: + - type: Transform + pos: 21.5,70.5 + parent: 2 + - uid: 21069 + components: + - type: Transform + pos: 22.5,70.5 + parent: 2 + - uid: 21070 + components: + - type: Transform + pos: 20.5,70.5 + parent: 2 + - uid: 21071 + components: + - type: Transform + pos: 19.5,70.5 + parent: 2 + - uid: 21072 + components: + - type: Transform + pos: 18.5,70.5 + parent: 2 + - uid: 21073 + components: + - type: Transform + pos: 17.5,70.5 + parent: 2 + - uid: 21074 + components: + - type: Transform + pos: 16.5,70.5 + parent: 2 + - uid: 21075 + components: + - type: Transform + pos: 15.5,70.5 + parent: 2 + - uid: 21076 + components: + - type: Transform + pos: 14.5,70.5 + parent: 2 + - uid: 21077 + components: + - type: Transform + pos: 13.5,70.5 + parent: 2 + - uid: 21078 + components: + - type: Transform + pos: 12.5,70.5 + parent: 2 + - uid: 21079 + components: + - type: Transform + pos: 44.5,36.5 + parent: 2 + - uid: 21080 + components: + - type: Transform + pos: 44.5,35.5 + parent: 2 + - uid: 21081 + components: + - type: Transform + pos: 44.5,34.5 + parent: 2 + - uid: 21082 + components: + - type: Transform + pos: 44.5,34.5 + parent: 2 + - uid: 21083 + components: + - type: Transform + pos: 45.5,34.5 + parent: 2 + - uid: 21084 + components: + - type: Transform + pos: 46.5,34.5 + parent: 2 + - uid: 21085 + components: + - type: Transform + pos: 47.5,34.5 + parent: 2 + - uid: 21086 + components: + - type: Transform + pos: 48.5,34.5 + parent: 2 + - uid: 21087 + components: + - type: Transform + pos: 48.5,34.5 + parent: 2 + - uid: 21088 + components: + - type: Transform + pos: 48.5,33.5 + parent: 2 + - uid: 21089 + components: + - type: Transform + pos: 48.5,32.5 + parent: 2 + - uid: 21090 + components: + - type: Transform + pos: 47.5,32.5 + parent: 2 + - uid: 21091 + components: + - type: Transform + pos: 47.5,31.5 + parent: 2 + - uid: 21092 + components: + - type: Transform + pos: 43.5,34.5 + parent: 2 + - uid: 21093 + components: + - type: Transform + pos: 43.5,33.5 + parent: 2 + - uid: 21094 + components: + - type: Transform + pos: 43.5,32.5 + parent: 2 + - uid: 21095 + components: + - type: Transform + pos: 43.5,31.5 + parent: 2 + - uid: 21096 + components: + - type: Transform + pos: 44.5,32.5 + parent: 2 + - uid: 21097 + components: + - type: Transform + pos: 45.5,32.5 + parent: 2 + - uid: 21098 + components: + - type: Transform + pos: 54.5,35.5 + parent: 2 + - uid: 21099 + components: + - type: Transform + pos: 53.5,35.5 + parent: 2 + - uid: 21100 + components: + - type: Transform + pos: 52.5,35.5 + parent: 2 + - uid: 21101 + components: + - type: Transform + pos: 52.5,35.5 + parent: 2 + - uid: 21102 + components: + - type: Transform + pos: 52.5,34.5 + parent: 2 + - uid: 21103 + components: + - type: Transform + pos: 52.5,33.5 + parent: 2 + - uid: 21104 + components: + - type: Transform + pos: 52.5,32.5 + parent: 2 + - uid: 21105 + components: + - type: Transform + pos: 52.5,31.5 + parent: 2 + - uid: 21106 + components: + - type: Transform + pos: 52.5,30.5 + parent: 2 + - uid: 21107 + components: + - type: Transform + pos: 52.5,29.5 + parent: 2 + - uid: 21108 + components: + - type: Transform + pos: 52.5,28.5 + parent: 2 + - uid: 21109 + components: + - type: Transform + pos: 52.5,29.5 + parent: 2 + - uid: 21110 + components: + - type: Transform + pos: 53.5,29.5 + parent: 2 + - uid: 21111 + components: + - type: Transform + pos: 54.5,29.5 + parent: 2 + - uid: 21112 + components: + - type: Transform + pos: 54.5,30.5 + parent: 2 + - uid: 21119 + components: + - type: Transform + pos: 57.5,37.5 + parent: 2 + - uid: 21120 + components: + - type: Transform + pos: 57.5,37.5 + parent: 2 + - uid: 21123 + components: + - type: Transform + pos: 57.5,34.5 + parent: 2 + - uid: 21124 + components: + - type: Transform + pos: 57.5,33.5 + parent: 2 + - uid: 21125 + components: + - type: Transform + pos: 57.5,32.5 + parent: 2 + - uid: 21126 + components: + - type: Transform + pos: 57.5,31.5 + parent: 2 + - uid: 21127 + components: + - type: Transform + pos: 57.5,30.5 + parent: 2 + - uid: 21128 + components: + - type: Transform + pos: 57.5,29.5 + parent: 2 + - uid: 21129 + components: + - type: Transform + pos: 57.5,28.5 + parent: 2 + - uid: 21130 + components: + - type: Transform + pos: 57.5,29.5 + parent: 2 + - uid: 21137 + components: + - type: Transform + pos: 58.5,37.5 + parent: 2 + - uid: 21140 + components: + - type: Transform + pos: 36.5,40.5 + parent: 2 + - uid: 21141 + components: + - type: Transform + pos: 37.5,40.5 + parent: 2 + - uid: 21142 + components: + - type: Transform + pos: 38.5,40.5 + parent: 2 + - uid: 21143 + components: + - type: Transform + pos: 38.5,40.5 + parent: 2 + - uid: 21144 + components: + - type: Transform + pos: 38.5,39.5 + parent: 2 + - uid: 21145 + components: + - type: Transform + pos: 38.5,38.5 + parent: 2 + - uid: 21146 + components: + - type: Transform + pos: 38.5,37.5 + parent: 2 + - uid: 21147 + components: + - type: Transform + pos: 37.5,37.5 + parent: 2 + - uid: 21148 + components: + - type: Transform + pos: 37.5,36.5 + parent: 2 + - uid: 21149 + components: + - type: Transform + pos: 37.5,35.5 + parent: 2 + - uid: 21150 + components: + - type: Transform + pos: 37.5,34.5 + parent: 2 + - uid: 21151 + components: + - type: Transform + pos: 37.5,33.5 + parent: 2 + - uid: 21152 + components: + - type: Transform + pos: 37.5,34.5 + parent: 2 + - uid: 21153 + components: + - type: Transform + pos: 38.5,34.5 + parent: 2 + - uid: 21154 + components: + - type: Transform + pos: 39.5,34.5 + parent: 2 + - uid: 21155 + components: + - type: Transform + pos: 36.5,37.5 + parent: 2 + - uid: 21156 + components: + - type: Transform + pos: 35.5,37.5 + parent: 2 + - uid: 21157 + components: + - type: Transform + pos: 34.5,37.5 + parent: 2 + - uid: 21158 + components: + - type: Transform + pos: 37.5,41.5 + parent: 2 + - uid: 21159 + components: + - type: Transform + pos: 37.5,42.5 + parent: 2 + - uid: 21160 + components: + - type: Transform + pos: 37.5,43.5 + parent: 2 + - uid: 21161 + components: + - type: Transform + pos: 37.5,44.5 + parent: 2 + - uid: 21162 + components: + - type: Transform + pos: 37.5,44.5 + parent: 2 + - uid: 21163 + components: + - type: Transform + pos: 36.5,44.5 + parent: 2 + - uid: 21164 + components: + - type: Transform + pos: 35.5,44.5 + parent: 2 + - uid: 21165 + components: + - type: Transform + pos: 34.5,44.5 + parent: 2 + - uid: 21166 + components: + - type: Transform + pos: 33.5,44.5 + parent: 2 + - uid: 21167 + components: + - type: Transform + pos: 32.5,44.5 + parent: 2 + - uid: 21168 + components: + - type: Transform + pos: 31.5,44.5 + parent: 2 + - uid: 21169 + components: + - type: Transform + pos: 30.5,44.5 + parent: 2 + - uid: 21170 + components: + - type: Transform + pos: 29.5,44.5 + parent: 2 + - uid: 21171 + components: + - type: Transform + pos: 34.5,45.5 + parent: 2 + - uid: 21172 + components: + - type: Transform + pos: 34.5,49.5 + parent: 2 + - uid: 21173 + components: + - type: Transform + pos: 34.5,48.5 + parent: 2 + - uid: 21174 + components: + - type: Transform + pos: 34.5,47.5 + parent: 2 + - uid: 21175 + components: + - type: Transform + pos: 34.5,46.5 + parent: 2 + - uid: 21176 + components: + - type: Transform + pos: 34.5,49.5 + parent: 2 + - uid: 21177 + components: + - type: Transform + pos: 33.5,49.5 + parent: 2 + - uid: 21178 + components: + - type: Transform + pos: 32.5,49.5 + parent: 2 + - uid: 21179 + components: + - type: Transform + pos: 31.5,49.5 + parent: 2 + - uid: 21180 + components: + - type: Transform + pos: 30.5,49.5 + parent: 2 + - uid: 21181 + components: + - type: Transform + pos: 29.5,49.5 + parent: 2 + - uid: 21182 + components: + - type: Transform + pos: 29.5,49.5 + parent: 2 + - uid: 21183 + components: + - type: Transform + pos: 29.5,48.5 + parent: 2 + - uid: 21184 + components: + - type: Transform + pos: 29.5,47.5 + parent: 2 + - uid: 21185 + components: + - type: Transform + pos: 29.5,46.5 + parent: 2 + - uid: 21186 + components: + - type: Transform + pos: 29.5,45.5 + parent: 2 + - uid: 21187 + components: + - type: Transform + pos: 29.5,44.5 + parent: 2 + - uid: 21188 + components: + - type: Transform + pos: 29.5,43.5 + parent: 2 + - uid: 21189 + components: + - type: Transform + pos: 29.5,42.5 + parent: 2 + - uid: 21190 + components: + - type: Transform + pos: 29.5,41.5 + parent: 2 + - uid: 21191 + components: + - type: Transform + pos: 29.5,41.5 + parent: 2 + - uid: 21192 + components: + - type: Transform + pos: 30.5,41.5 + parent: 2 + - uid: 21193 + components: + - type: Transform + pos: 31.5,41.5 + parent: 2 + - uid: 21194 + components: + - type: Transform + pos: 32.5,41.5 + parent: 2 + - uid: 21195 + components: + - type: Transform + pos: 33.5,41.5 + parent: 2 + - uid: 21196 + components: + - type: Transform + pos: 34.5,41.5 + parent: 2 + - uid: 21197 + components: + - type: Transform + pos: 34.5,42.5 + parent: 2 + - uid: 21198 + components: + - type: Transform + pos: 34.5,43.5 + parent: 2 + - uid: 21199 + components: + - type: Transform + pos: 34.5,43.5 + parent: 2 + - uid: 21200 + components: + - type: Transform + pos: 38.5,38.5 + parent: 2 + - uid: 21201 + components: + - type: Transform + pos: 39.5,38.5 + parent: 2 + - uid: 21202 + components: + - type: Transform + pos: 40.5,38.5 + parent: 2 + - uid: 21203 + components: + - type: Transform + pos: 41.5,38.5 + parent: 2 + - uid: 21204 + components: + - type: Transform + pos: 42.5,38.5 + parent: 2 + - uid: 21205 + components: + - type: Transform + pos: 43.5,38.5 + parent: 2 + - uid: 21206 + components: + - type: Transform + pos: 44.5,38.5 + parent: 2 + - uid: 21207 + components: + - type: Transform + pos: 39.5,40.5 + parent: 2 + - uid: 21208 + components: + - type: Transform + pos: 39.5,41.5 + parent: 2 + - uid: 21209 + components: + - type: Transform + pos: 39.5,42.5 + parent: 2 + - uid: 21210 + components: + - type: Transform + pos: 39.5,43.5 + parent: 2 + - uid: 21211 + components: + - type: Transform + pos: 39.5,43.5 + parent: 2 + - uid: 21212 + components: + - type: Transform + pos: 40.5,43.5 + parent: 2 + - uid: 21213 + components: + - type: Transform + pos: 41.5,43.5 + parent: 2 + - uid: 21214 + components: + - type: Transform + pos: 42.5,43.5 + parent: 2 + - uid: 21215 + components: + - type: Transform + pos: 43.5,43.5 + parent: 2 + - uid: 21216 + components: + - type: Transform + pos: 44.5,43.5 + parent: 2 + - uid: 21217 + components: + - type: Transform + pos: 45.5,43.5 + parent: 2 + - uid: 21218 + components: + - type: Transform + pos: 45.5,43.5 + parent: 2 + - uid: 21219 + components: + - type: Transform + pos: 45.5,42.5 + parent: 2 + - uid: 21220 + components: + - type: Transform + pos: 45.5,41.5 + parent: 2 + - uid: 21221 + components: + - type: Transform + pos: 43.5,43.5 + parent: 2 + - uid: 21222 + components: + - type: Transform + pos: 43.5,42.5 + parent: 2 + - uid: 21223 + components: + - type: Transform + pos: 43.5,41.5 + parent: 2 + - uid: 21224 + components: + - type: Transform + pos: 43.5,41.5 + parent: 2 + - uid: 21225 + components: + - type: Transform + pos: 42.5,41.5 + parent: 2 + - uid: 21226 + components: + - type: Transform + pos: 41.5,41.5 + parent: 2 + - uid: 21227 + components: + - type: Transform + pos: 44.5,44.5 + parent: 2 + - uid: 21228 + components: + - type: Transform + pos: 47.5,48.5 + parent: 2 + - uid: 21229 + components: + - type: Transform + pos: 47.5,47.5 + parent: 2 + - uid: 21230 + components: + - type: Transform + pos: 47.5,47.5 + parent: 2 + - uid: 21231 + components: + - type: Transform + pos: 46.5,47.5 + parent: 2 + - uid: 21232 + components: + - type: Transform + pos: 45.5,47.5 + parent: 2 + - uid: 21233 + components: + - type: Transform + pos: 44.5,47.5 + parent: 2 + - uid: 21234 + components: + - type: Transform + pos: 44.5,47.5 + parent: 2 + - uid: 21235 + components: + - type: Transform + pos: 44.5,48.5 + parent: 2 + - uid: 21236 + components: + - type: Transform + pos: 44.5,49.5 + parent: 2 + - uid: 21237 + components: + - type: Transform + pos: 44.5,50.5 + parent: 2 + - uid: 21238 + components: + - type: Transform + pos: 44.5,51.5 + parent: 2 + - uid: 21239 + components: + - type: Transform + pos: 44.5,52.5 + parent: 2 + - uid: 21240 + components: + - type: Transform + pos: 44.5,53.5 + parent: 2 + - uid: 21241 + components: + - type: Transform + pos: 44.5,54.5 + parent: 2 + - uid: 21242 + components: + - type: Transform + pos: 44.5,55.5 + parent: 2 + - uid: 21243 + components: + - type: Transform + pos: 44.5,56.5 + parent: 2 + - uid: 21244 + components: + - type: Transform + pos: 44.5,57.5 + parent: 2 + - uid: 21245 + components: + - type: Transform + pos: 44.5,58.5 + parent: 2 + - uid: 21246 + components: + - type: Transform + pos: 44.5,58.5 + parent: 2 + - uid: 21247 + components: + - type: Transform + pos: 43.5,58.5 + parent: 2 + - uid: 21248 + components: + - type: Transform + pos: 42.5,58.5 + parent: 2 + - uid: 21249 + components: + - type: Transform + pos: 41.5,58.5 + parent: 2 + - uid: 21250 + components: + - type: Transform + pos: 41.5,59.5 + parent: 2 + - uid: 21251 + components: + - type: Transform + pos: 45.5,57.5 + parent: 2 + - uid: 21252 + components: + - type: Transform + pos: 46.5,57.5 + parent: 2 + - uid: 21253 + components: + - type: Transform + pos: 43.5,53.5 + parent: 2 + - uid: 21254 + components: + - type: Transform + pos: 42.5,53.5 + parent: 2 + - uid: 21255 + components: + - type: Transform + pos: 42.5,52.5 + parent: 2 + - uid: 21256 + components: + - type: Transform + pos: 42.5,54.5 + parent: 2 + - uid: 21257 + components: + - type: Transform + pos: 45.5,51.5 + parent: 2 + - uid: 21258 + components: + - type: Transform + pos: 46.5,51.5 + parent: 2 + - uid: 21259 + components: + - type: Transform + pos: 47.5,51.5 + parent: 2 + - uid: 21260 + components: + - type: Transform + pos: 47.5,53.5 + parent: 2 + - uid: 21261 + components: + - type: Transform + pos: 47.5,52.5 + parent: 2 + - uid: 21262 + components: + - type: Transform + pos: 43.5,50.5 + parent: 2 + - uid: 21263 + components: + - type: Transform + pos: 47.5,47.5 + parent: 2 + - uid: 21264 + components: + - type: Transform + pos: 47.5,46.5 + parent: 2 + - uid: 21265 + components: + - type: Transform + pos: 47.5,46.5 + parent: 2 + - uid: 21266 + components: + - type: Transform + pos: 48.5,46.5 + parent: 2 + - uid: 21267 + components: + - type: Transform + pos: 49.5,46.5 + parent: 2 + - uid: 21268 + components: + - type: Transform + pos: 50.5,46.5 + parent: 2 + - uid: 21269 + components: + - type: Transform + pos: 50.5,46.5 + parent: 2 + - uid: 21270 + components: + - type: Transform + pos: 50.5,47.5 + parent: 2 + - uid: 21271 + components: + - type: Transform + pos: 50.5,48.5 + parent: 2 + - uid: 21272 + components: + - type: Transform + pos: 50.5,49.5 + parent: 2 + - uid: 21273 + components: + - type: Transform + pos: 50.5,50.5 + parent: 2 + - uid: 21274 + components: + - type: Transform + pos: 50.5,51.5 + parent: 2 + - uid: 21275 + components: + - type: Transform + pos: 50.5,46.5 + parent: 2 + - uid: 21276 + components: + - type: Transform + pos: 51.5,46.5 + parent: 2 + - uid: 21277 + components: + - type: Transform + pos: 52.5,46.5 + parent: 2 + - uid: 21278 + components: + - type: Transform + pos: 53.5,46.5 + parent: 2 + - uid: 21279 + components: + - type: Transform + pos: 54.5,46.5 + parent: 2 + - uid: 21280 + components: + - type: Transform + pos: 55.5,46.5 + parent: 2 + - uid: 21281 + components: + - type: Transform + pos: 56.5,46.5 + parent: 2 + - uid: 21282 + components: + - type: Transform + pos: 52.5,46.5 + parent: 2 + - uid: 21283 + components: + - type: Transform + pos: 52.5,47.5 + parent: 2 + - uid: 21284 + components: + - type: Transform + pos: 52.5,48.5 + parent: 2 + - uid: 21285 + components: + - type: Transform + pos: 52.5,49.5 + parent: 2 + - uid: 21286 + components: + - type: Transform + pos: 52.5,50.5 + parent: 2 + - uid: 21287 + components: + - type: Transform + pos: 52.5,51.5 + parent: 2 + - uid: 21288 + components: + - type: Transform + pos: 52.5,46.5 + parent: 2 + - uid: 21289 + components: + - type: Transform + pos: 52.5,45.5 + parent: 2 + - uid: 21290 + components: + - type: Transform + pos: 52.5,44.5 + parent: 2 + - uid: 21291 + components: + - type: Transform + pos: 52.5,44.5 + parent: 2 + - uid: 21292 + components: + - type: Transform + pos: 53.5,44.5 + parent: 2 + - uid: 21293 + components: + - type: Transform + pos: 54.5,44.5 + parent: 2 + - uid: 21294 + components: + - type: Transform + pos: 55.5,44.5 + parent: 2 + - uid: 21295 + components: + - type: Transform + pos: 56.5,44.5 + parent: 2 + - uid: 21296 + components: + - type: Transform + pos: 57.5,44.5 + parent: 2 + - uid: 21297 + components: + - type: Transform + pos: 51.5,44.5 + parent: 2 + - uid: 21298 + components: + - type: Transform + pos: 51.5,43.5 + parent: 2 + - uid: 21299 + components: + - type: Transform + pos: 51.5,42.5 + parent: 2 + - uid: 21300 + components: + - type: Transform + pos: 51.5,41.5 + parent: 2 + - uid: 21301 + components: + - type: Transform + pos: 51.5,41.5 + parent: 2 + - uid: 21302 + components: + - type: Transform + pos: 52.5,41.5 + parent: 2 + - uid: 21303 + components: + - type: Transform + pos: 53.5,41.5 + parent: 2 + - uid: 21304 + components: + - type: Transform + pos: 54.5,41.5 + parent: 2 + - uid: 21305 + components: + - type: Transform + pos: 55.5,41.5 + parent: 2 + - uid: 21306 + components: + - type: Transform + pos: 56.5,41.5 + parent: 2 + - uid: 21307 + components: + - type: Transform + pos: 57.5,41.5 + parent: 2 + - uid: 21308 + components: + - type: Transform + pos: 52.5,41.5 + parent: 2 + - uid: 21309 + components: + - type: Transform + pos: 52.5,40.5 + parent: 2 + - uid: 21310 + components: + - type: Transform + pos: 52.5,39.5 + parent: 2 + - uid: 21311 + components: + - type: Transform + pos: 44.5,46.5 + parent: 2 + - uid: 21312 + components: + - type: Transform + pos: 43.5,46.5 + parent: 2 + - uid: 21313 + components: + - type: Transform + pos: 42.5,46.5 + parent: 2 + - uid: 21314 + components: + - type: Transform + pos: 41.5,46.5 + parent: 2 + - uid: 21315 + components: + - type: Transform + pos: 40.5,46.5 + parent: 2 + - uid: 21316 + components: + - type: Transform + pos: 29.5,53.5 + parent: 2 + - uid: 21317 + components: + - type: Transform + pos: 30.5,53.5 + parent: 2 + - uid: 21318 + components: + - type: Transform + pos: 31.5,53.5 + parent: 2 + - uid: 21319 + components: + - type: Transform + pos: 32.5,53.5 + parent: 2 + - uid: 21320 + components: + - type: Transform + pos: 33.5,53.5 + parent: 2 + - uid: 21321 + components: + - type: Transform + pos: 34.5,53.5 + parent: 2 + - uid: 21322 + components: + - type: Transform + pos: 35.5,53.5 + parent: 2 + - uid: 21323 + components: + - type: Transform + pos: 36.5,53.5 + parent: 2 + - uid: 21324 + components: + - type: Transform + pos: 37.5,53.5 + parent: 2 + - uid: 21325 + components: + - type: Transform + pos: 38.5,53.5 + parent: 2 + - uid: 21326 + components: + - type: Transform + pos: 38.5,53.5 + parent: 2 + - uid: 21327 + components: + - type: Transform + pos: 38.5,52.5 + parent: 2 + - uid: 21328 + components: + - type: Transform + pos: 38.5,51.5 + parent: 2 + - uid: 21329 + components: + - type: Transform + pos: 38.5,50.5 + parent: 2 + - uid: 21330 + components: + - type: Transform + pos: 38.5,49.5 + parent: 2 + - uid: 21331 + components: + - type: Transform + pos: 38.5,48.5 + parent: 2 + - uid: 21332 + components: + - type: Transform + pos: 34.5,53.5 + parent: 2 + - uid: 21333 + components: + - type: Transform + pos: 34.5,54.5 + parent: 2 + - uid: 21334 + components: + - type: Transform + pos: 34.5,55.5 + parent: 2 + - uid: 21335 + components: + - type: Transform + pos: 34.5,56.5 + parent: 2 + - uid: 21336 + components: + - type: Transform + pos: 34.5,57.5 + parent: 2 + - uid: 21337 + components: + - type: Transform + pos: 34.5,58.5 + parent: 2 + - uid: 21338 + components: + - type: Transform + pos: 34.5,59.5 + parent: 2 + - uid: 21339 + components: + - type: Transform + pos: 34.5,60.5 + parent: 2 + - uid: 21340 + components: + - type: Transform + pos: 34.5,61.5 + parent: 2 + - uid: 21341 + components: + - type: Transform + pos: 34.5,62.5 + parent: 2 + - uid: 21342 + components: + - type: Transform + pos: 34.5,62.5 + parent: 2 + - uid: 21343 + components: + - type: Transform + pos: 35.5,62.5 + parent: 2 + - uid: 21344 + components: + - type: Transform + pos: 36.5,62.5 + parent: 2 + - uid: 21345 + components: + - type: Transform + pos: 34.5,58.5 + parent: 2 + - uid: 21346 + components: + - type: Transform + pos: 35.5,58.5 + parent: 2 + - uid: 21347 + components: + - type: Transform + pos: 36.5,58.5 + parent: 2 + - uid: 21348 + components: + - type: Transform + pos: 37.5,58.5 + parent: 2 + - uid: 21349 + components: + - type: Transform + pos: 38.5,58.5 + parent: 2 + - uid: 21350 + components: + - type: Transform + pos: 38.5,59.5 + parent: 2 + - uid: 21351 + components: + - type: Transform + pos: 38.5,58.5 + parent: 2 + - uid: 21352 + components: + - type: Transform + pos: 38.5,57.5 + parent: 2 + - uid: 21353 + components: + - type: Transform + pos: 39.5,57.5 + parent: 2 + - uid: 21354 + components: + - type: Transform + pos: 33.5,58.5 + parent: 2 + - uid: 21355 + components: + - type: Transform + pos: 36.5,63.5 + parent: 2 + - uid: 21356 + components: + - type: Transform + pos: 33.5,62.5 + parent: 2 + - uid: 21357 + components: + - type: Transform + pos: 37.5,62.5 + parent: 2 + - uid: 21358 + components: + - type: Transform + pos: 37.5,61.5 + parent: 2 + - uid: 21359 + components: + - type: Transform + pos: 37.5,45.5 + parent: 2 + - uid: 21360 + components: + - type: Transform + pos: 50.5,41.5 + parent: 2 + - uid: 21361 + components: + - type: Transform + pos: 49.5,41.5 + parent: 2 + - uid: 21362 + components: + - type: Transform + pos: 49.5,40.5 + parent: 2 + - uid: 21363 + components: + - type: Transform + pos: 49.5,39.5 + parent: 2 + - uid: 21364 + components: + - type: Transform + pos: 49.5,38.5 + parent: 2 + - uid: 21365 + components: + - type: Transform + pos: 48.5,38.5 + parent: 2 + - uid: 21366 + components: + - type: Transform + pos: 47.5,38.5 + parent: 2 + - uid: 21367 + components: + - type: Transform + pos: 49.5,37.5 + parent: 2 + - uid: 21368 + components: + - type: Transform + pos: 50.5,44.5 + parent: 2 + - uid: 21369 + components: + - type: Transform + pos: 49.5,44.5 + parent: 2 + - uid: 21370 + components: + - type: Transform + pos: 40.5,30.5 + parent: 2 + - uid: 21371 + components: + - type: Transform + pos: 39.5,30.5 + parent: 2 + - uid: 21372 + components: + - type: Transform + pos: 38.5,30.5 + parent: 2 + - uid: 21373 + components: + - type: Transform + pos: 36.5,19.5 + parent: 2 + - uid: 21374 + components: + - type: Transform + pos: 37.5,19.5 + parent: 2 + - uid: 21375 + components: + - type: Transform + pos: 38.5,19.5 + parent: 2 + - uid: 21376 + components: + - type: Transform + pos: 38.5,19.5 + parent: 2 + - uid: 21377 + components: + - type: Transform + pos: 38.5,20.5 + parent: 2 + - uid: 21378 + components: + - type: Transform + pos: 38.5,21.5 + parent: 2 + - uid: 21379 + components: + - type: Transform + pos: 38.5,22.5 + parent: 2 + - uid: 21380 + components: + - type: Transform + pos: 38.5,21.5 + parent: 2 + - uid: 21381 + components: + - type: Transform + pos: 39.5,21.5 + parent: 2 + - uid: 21382 + components: + - type: Transform + pos: 40.5,21.5 + parent: 2 + - uid: 21383 + components: + - type: Transform + pos: 41.5,21.5 + parent: 2 + - uid: 21384 + components: + - type: Transform + pos: 42.5,21.5 + parent: 2 + - uid: 21385 + components: + - type: Transform + pos: 43.5,21.5 + parent: 2 + - uid: 21386 + components: + - type: Transform + pos: 41.5,21.5 + parent: 2 + - uid: 21387 + components: + - type: Transform + pos: 41.5,22.5 + parent: 2 + - uid: 21388 + components: + - type: Transform + pos: 41.5,23.5 + parent: 2 + - uid: 21389 + components: + - type: Transform + pos: 42.5,21.5 + parent: 2 + - uid: 21390 + components: + - type: Transform + pos: 42.5,20.5 + parent: 2 + - uid: 21391 + components: + - type: Transform + pos: 42.5,19.5 + parent: 2 + - uid: 21392 + components: + - type: Transform + pos: 36.5,19.5 + parent: 2 + - uid: 21393 + components: + - type: Transform + pos: 35.5,19.5 + parent: 2 + - uid: 21394 + components: + - type: Transform + pos: 34.5,19.5 + parent: 2 + - uid: 21395 + components: + - type: Transform + pos: 33.5,19.5 + parent: 2 + - uid: 21396 + components: + - type: Transform + pos: 32.5,19.5 + parent: 2 + - uid: 21397 + components: + - type: Transform + pos: 34.5,20.5 + parent: 2 + - uid: 21398 + components: + - type: Transform + pos: 34.5,19.5 + parent: 2 + - uid: 21399 + components: + - type: Transform + pos: 34.5,18.5 + parent: 2 + - uid: 21400 + components: + - type: Transform + pos: 34.5,17.5 + parent: 2 + - uid: 21401 + components: + - type: Transform + pos: 34.5,16.5 + parent: 2 + - uid: 21402 + components: + - type: Transform + pos: 33.5,17.5 + parent: 2 + - uid: 21403 + components: + - type: Transform + pos: 32.5,17.5 + parent: 2 + - uid: 21404 + components: + - type: Transform + pos: 31.5,17.5 + parent: 2 + - uid: 21405 + components: + - type: Transform + pos: 31.5,18.5 + parent: 2 + - uid: 21406 + components: + - type: Transform + pos: 31.5,16.5 + parent: 2 + - uid: 21407 + components: + - type: Transform + pos: 31.5,18.5 + parent: 2 + - uid: 21408 + components: + - type: Transform + pos: 30.5,18.5 + parent: 2 + - uid: 21409 + components: + - type: Transform + pos: 29.5,18.5 + parent: 2 + - uid: 21410 + components: + - type: Transform + pos: 28.5,18.5 + parent: 2 + - uid: 21411 + components: + - type: Transform + pos: 28.5,18.5 + parent: 2 + - uid: 21412 + components: + - type: Transform + pos: 28.5,17.5 + parent: 2 + - uid: 21413 + components: + - type: Transform + pos: 28.5,17.5 + parent: 2 + - uid: 21414 + components: + - type: Transform + pos: 27.5,17.5 + parent: 2 + - uid: 21415 + components: + - type: Transform + pos: 26.5,17.5 + parent: 2 + - uid: 21416 + components: + - type: Transform + pos: 25.5,17.5 + parent: 2 + - uid: 21417 + components: + - type: Transform + pos: 24.5,17.5 + parent: 2 + - uid: 21418 + components: + - type: Transform + pos: 23.5,17.5 + parent: 2 + - uid: 21419 + components: + - type: Transform + pos: 26.5,25.5 + parent: 2 + - uid: 21420 + components: + - type: Transform + pos: 27.5,25.5 + parent: 2 + - uid: 21421 + components: + - type: Transform + pos: 28.5,25.5 + parent: 2 + - uid: 21422 + components: + - type: Transform + pos: 28.5,25.5 + parent: 2 + - uid: 21423 + components: + - type: Transform + pos: 28.5,24.5 + parent: 2 + - uid: 21424 + components: + - type: Transform + pos: 28.5,23.5 + parent: 2 + - uid: 21425 + components: + - type: Transform + pos: 28.5,22.5 + parent: 2 + - uid: 21426 + components: + - type: Transform + pos: 28.5,21.5 + parent: 2 + - uid: 21427 + components: + - type: Transform + pos: 28.5,22.5 + parent: 2 + - uid: 21428 + components: + - type: Transform + pos: 27.5,22.5 + parent: 2 + - uid: 21429 + components: + - type: Transform + pos: 26.5,22.5 + parent: 2 + - uid: 21430 + components: + - type: Transform + pos: 25.5,22.5 + parent: 2 + - uid: 21431 + components: + - type: Transform + pos: 24.5,22.5 + parent: 2 + - uid: 21432 + components: + - type: Transform + pos: 23.5,22.5 + parent: 2 + - uid: 21433 + components: + - type: Transform + pos: 22.5,22.5 + parent: 2 + - uid: 21434 + components: + - type: Transform + pos: 21.5,22.5 + parent: 2 + - uid: 21435 + components: + - type: Transform + pos: 20.5,22.5 + parent: 2 + - uid: 21436 + components: + - type: Transform + pos: 19.5,22.5 + parent: 2 + - uid: 21437 + components: + - type: Transform + pos: 18.5,22.5 + parent: 2 + - uid: 21438 + components: + - type: Transform + pos: 18.5,23.5 + parent: 2 + - uid: 21439 + components: + - type: Transform + pos: 18.5,21.5 + parent: 2 + - uid: 21440 + components: + - type: Transform + pos: 21.5,21.5 + parent: 2 + - uid: 21441 + components: + - type: Transform + pos: 21.5,23.5 + parent: 2 + - uid: 21442 + components: + - type: Transform + pos: 24.5,23.5 + parent: 2 + - uid: 21443 + components: + - type: Transform + pos: 24.5,21.5 + parent: 2 + - uid: 21444 + components: + - type: Transform + pos: 29.5,24.5 + parent: 2 + - uid: 21445 + components: + - type: Transform + pos: 30.5,24.5 + parent: 2 + - uid: 21446 + components: + - type: Transform + pos: 31.5,24.5 + parent: 2 + - uid: 21447 + components: + - type: Transform + pos: 32.5,24.5 + parent: 2 + - uid: 21448 + components: + - type: Transform + pos: 33.5,24.5 + parent: 2 + - uid: 21449 + components: + - type: Transform + pos: 34.5,24.5 + parent: 2 + - uid: 21450 + components: + - type: Transform + pos: 32.5,25.5 + parent: 2 + - uid: 21451 + components: + - type: Transform + pos: 34.5,23.5 + parent: 2 + - uid: 21452 + components: + - type: Transform + pos: 34.5,22.5 + parent: 2 + - uid: 21453 + components: + - type: Transform + pos: 33.5,22.5 + parent: 2 + - uid: 21454 + components: + - type: Transform + pos: 35.5,24.5 + parent: 2 + - uid: 21455 + components: + - type: Transform + pos: 28.5,25.5 + parent: 2 + - uid: 21456 + components: + - type: Transform + pos: 28.5,26.5 + parent: 2 + - uid: 21457 + components: + - type: Transform + pos: 28.5,27.5 + parent: 2 + - uid: 21458 + components: + - type: Transform + pos: 28.5,27.5 + parent: 2 + - uid: 21459 + components: + - type: Transform + pos: 27.5,27.5 + parent: 2 + - uid: 21460 + components: + - type: Transform + pos: 26.5,27.5 + parent: 2 + - uid: 21461 + components: + - type: Transform + pos: 25.5,27.5 + parent: 2 + - uid: 21462 + components: + - type: Transform + pos: 24.5,27.5 + parent: 2 + - uid: 21463 + components: + - type: Transform + pos: 23.5,27.5 + parent: 2 + - uid: 21464 + components: + - type: Transform + pos: 22.5,27.5 + parent: 2 + - uid: 21465 + components: + - type: Transform + pos: 22.5,27.5 + parent: 2 + - uid: 21466 + components: + - type: Transform + pos: 22.5,28.5 + parent: 2 + - uid: 21467 + components: + - type: Transform + pos: 22.5,29.5 + parent: 2 + - uid: 21468 + components: + - type: Transform + pos: 22.5,30.5 + parent: 2 + - uid: 21469 + components: + - type: Transform + pos: 22.5,31.5 + parent: 2 + - uid: 21470 + components: + - type: Transform + pos: 22.5,32.5 + parent: 2 + - uid: 21471 + components: + - type: Transform + pos: 22.5,33.5 + parent: 2 + - uid: 21472 + components: + - type: Transform + pos: 22.5,31.5 + parent: 2 + - uid: 21473 + components: + - type: Transform + pos: 23.5,31.5 + parent: 2 + - uid: 21474 + components: + - type: Transform + pos: 24.5,31.5 + parent: 2 + - uid: 21475 + components: + - type: Transform + pos: 25.5,31.5 + parent: 2 + - uid: 21476 + components: + - type: Transform + pos: 25.5,32.5 + parent: 2 + - uid: 21477 + components: + - type: Transform + pos: 25.5,30.5 + parent: 2 + - uid: 21478 + components: + - type: Transform + pos: 23.5,29.5 + parent: 2 + - uid: 21479 + components: + - type: Transform + pos: 21.5,27.5 + parent: 2 + - uid: 21480 + components: + - type: Transform + pos: 34.5,17.5 + parent: 2 + - uid: 21481 + components: + - type: Transform + pos: 35.5,17.5 + parent: 2 + - uid: 21482 + components: + - type: Transform + pos: 36.5,17.5 + parent: 2 + - uid: 21483 + components: + - type: Transform + pos: 37.5,17.5 + parent: 2 + - uid: 21484 + components: + - type: Transform + pos: 38.5,17.5 + parent: 2 + - uid: 21485 + components: + - type: Transform + pos: 39.5,17.5 + parent: 2 + - uid: 21486 + components: + - type: Transform + pos: 38.5,29.5 + parent: 2 + - uid: 21487 + components: + - type: Transform + pos: 38.5,28.5 + parent: 2 + - uid: 21488 + components: + - type: Transform + pos: 38.5,27.5 + parent: 2 + - uid: 21489 + components: + - type: Transform + pos: 38.5,26.5 + parent: 2 + - uid: 21490 + components: + - type: Transform + pos: 38.5,26.5 + parent: 2 + - uid: 21491 + components: + - type: Transform + pos: 39.5,26.5 + parent: 2 + - uid: 21492 + components: + - type: Transform + pos: 40.5,26.5 + parent: 2 + - uid: 21493 + components: + - type: Transform + pos: 41.5,26.5 + parent: 2 + - uid: 21494 + components: + - type: Transform + pos: 42.5,26.5 + parent: 2 + - uid: 21495 + components: + - type: Transform + pos: 43.5,26.5 + parent: 2 + - uid: 21496 + components: + - type: Transform + pos: 44.5,26.5 + parent: 2 + - uid: 21497 + components: + - type: Transform + pos: 45.5,26.5 + parent: 2 + - uid: 21498 + components: + - type: Transform + pos: 46.5,26.5 + parent: 2 + - uid: 21499 + components: + - type: Transform + pos: 47.5,26.5 + parent: 2 + - uid: 21500 + components: + - type: Transform + pos: 47.5,25.5 + parent: 2 + - uid: 21501 + components: + - type: Transform + pos: 47.5,24.5 + parent: 2 + - uid: 21502 + components: + - type: Transform + pos: 47.5,23.5 + parent: 2 + - uid: 21503 + components: + - type: Transform + pos: 47.5,23.5 + parent: 2 + - uid: 21504 + components: + - type: Transform + pos: 48.5,23.5 + parent: 2 + - uid: 21505 + components: + - type: Transform + pos: 49.5,23.5 + parent: 2 + - uid: 21506 + components: + - type: Transform + pos: 49.5,23.5 + parent: 2 + - uid: 21507 + components: + - type: Transform + pos: 49.5,22.5 + parent: 2 + - uid: 21508 + components: + - type: Transform + pos: 49.5,21.5 + parent: 2 + - uid: 21509 + components: + - type: Transform + pos: 49.5,20.5 + parent: 2 + - uid: 21510 + components: + - type: Transform + pos: 49.5,19.5 + parent: 2 + - uid: 21511 + components: + - type: Transform + pos: 49.5,18.5 + parent: 2 + - uid: 21512 + components: + - type: Transform + pos: 49.5,19.5 + parent: 2 + - uid: 21513 + components: + - type: Transform + pos: 50.5,19.5 + parent: 2 + - uid: 21514 + components: + - type: Transform + pos: 54.5,18.5 + parent: 2 + - uid: 21515 + components: + - type: Transform + pos: 54.5,17.5 + parent: 2 + - uid: 21516 + components: + - type: Transform + pos: 54.5,16.5 + parent: 2 + - uid: 21517 + components: + - type: Transform + pos: 54.5,16.5 + parent: 2 + - uid: 21518 + components: + - type: Transform + pos: 55.5,16.5 + parent: 2 + - uid: 21519 + components: + - type: Transform + pos: 56.5,16.5 + parent: 2 + - uid: 21520 + components: + - type: Transform + pos: 57.5,16.5 + parent: 2 + - uid: 21521 + components: + - type: Transform + pos: 58.5,16.5 + parent: 2 + - uid: 21522 + components: + - type: Transform + pos: 59.5,16.5 + parent: 2 + - uid: 21523 + components: + - type: Transform + pos: 60.5,16.5 + parent: 2 + - uid: 21524 + components: + - type: Transform + pos: 61.5,16.5 + parent: 2 + - uid: 21525 + components: + - type: Transform + pos: 59.5,16.5 + parent: 2 + - uid: 21526 + components: + - type: Transform + pos: 59.5,17.5 + parent: 2 + - uid: 21527 + components: + - type: Transform + pos: 59.5,18.5 + parent: 2 + - uid: 21528 + components: + - type: Transform + pos: 59.5,19.5 + parent: 2 + - uid: 21529 + components: + - type: Transform + pos: 59.5,20.5 + parent: 2 + - uid: 21530 + components: + - type: Transform + pos: 59.5,21.5 + parent: 2 + - uid: 21531 + components: + - type: Transform + pos: 59.5,22.5 + parent: 2 + - uid: 21532 + components: + - type: Transform + pos: 59.5,23.5 + parent: 2 + - uid: 21533 + components: + - type: Transform + pos: 59.5,24.5 + parent: 2 + - uid: 21534 + components: + - type: Transform + pos: 59.5,25.5 + parent: 2 + - uid: 21535 + components: + - type: Transform + pos: 59.5,22.5 + parent: 2 + - uid: 21536 + components: + - type: Transform + pos: 60.5,22.5 + parent: 2 + - uid: 21537 + components: + - type: Transform + pos: 61.5,22.5 + parent: 2 + - uid: 21538 + components: + - type: Transform + pos: 62.5,22.5 + parent: 2 + - uid: 21539 + components: + - type: Transform + pos: 63.5,22.5 + parent: 2 + - uid: 21540 + components: + - type: Transform + pos: 64.5,22.5 + parent: 2 + - uid: 21541 + components: + - type: Transform + pos: 64.5,22.5 + parent: 2 + - uid: 21542 + components: + - type: Transform + pos: 64.5,23.5 + parent: 2 + - uid: 21543 + components: + - type: Transform + pos: 64.5,24.5 + parent: 2 + - uid: 21544 + components: + - type: Transform + pos: 64.5,21.5 + parent: 2 + - uid: 21545 + components: + - type: Transform + pos: 64.5,20.5 + parent: 2 + - uid: 21546 + components: + - type: Transform + pos: 64.5,19.5 + parent: 2 + - uid: 21547 + components: + - type: Transform + pos: 63.5,19.5 + parent: 2 + - uid: 21548 + components: + - type: Transform + pos: 63.5,24.5 + parent: 2 + - uid: 21549 + components: + - type: Transform + pos: 63.5,25.5 + parent: 2 + - uid: 21550 + components: + - type: Transform + pos: 62.5,25.5 + parent: 2 + - uid: 21551 + components: + - type: Transform + pos: 59.5,20.5 + parent: 2 + - uid: 21552 + components: + - type: Transform + pos: 58.5,20.5 + parent: 2 + - uid: 21553 + components: + - type: Transform + pos: 57.5,20.5 + parent: 2 + - uid: 21554 + components: + - type: Transform + pos: 56.5,20.5 + parent: 2 + - uid: 21555 + components: + - type: Transform + pos: 55.5,20.5 + parent: 2 + - uid: 21556 + components: + - type: Transform + pos: 54.5,20.5 + parent: 2 + - uid: 21557 + components: + - type: Transform + pos: 54.5,20.5 + parent: 2 + - uid: 21558 + components: + - type: Transform + pos: 54.5,21.5 + parent: 2 + - uid: 21559 + components: + - type: Transform + pos: 54.5,22.5 + parent: 2 + - uid: 21560 + components: + - type: Transform + pos: 54.5,23.5 + parent: 2 + - uid: 21561 + components: + - type: Transform + pos: 54.5,24.5 + parent: 2 + - uid: 21562 + components: + - type: Transform + pos: 54.5,23.5 + parent: 2 + - uid: 21563 + components: + - type: Transform + pos: 55.5,23.5 + parent: 2 + - uid: 21564 + components: + - type: Transform + pos: 56.5,23.5 + parent: 2 + - uid: 21565 + components: + - type: Transform + pos: 57.5,23.5 + parent: 2 + - uid: 21566 + components: + - type: Transform + pos: 57.5,24.5 + parent: 2 + - uid: 21567 + components: + - type: Transform + pos: 57.5,22.5 + parent: 2 + - uid: 21568 + components: + - type: Transform + pos: 58.5,16.5 + parent: 2 + - uid: 21569 + components: + - type: Transform + pos: 53.5,22.5 + parent: 2 + - uid: 21570 + components: + - type: Transform + pos: 58.5,15.5 + parent: 2 + - uid: 21571 + components: + - type: Transform + pos: 58.5,14.5 + parent: 2 + - uid: 21572 + components: + - type: Transform + pos: 58.5,13.5 + parent: 2 + - uid: 21573 + components: + - type: Transform + pos: 58.5,12.5 + parent: 2 + - uid: 21574 + components: + - type: Transform + pos: 58.5,12.5 + parent: 2 + - uid: 21575 + components: + - type: Transform + pos: 57.5,12.5 + parent: 2 + - uid: 21576 + components: + - type: Transform + pos: 56.5,12.5 + parent: 2 + - uid: 21577 + components: + - type: Transform + pos: 55.5,12.5 + parent: 2 + - uid: 21578 + components: + - type: Transform + pos: 59.5,12.5 + parent: 2 + - uid: 21579 + components: + - type: Transform + pos: 64.5,7.5 + parent: 2 + - uid: 21580 + components: + - type: Transform + pos: 64.5,6.5 + parent: 2 + - uid: 21581 + components: + - type: Transform + pos: 64.5,5.5 + parent: 2 + - uid: 21582 + components: + - type: Transform + pos: 64.5,6.5 + parent: 2 + - uid: 21583 + components: + - type: Transform + pos: 65.5,6.5 + parent: 2 + - uid: 21584 + components: + - type: Transform + pos: 66.5,6.5 + parent: 2 + - uid: 21585 + components: + - type: Transform + pos: 67.5,6.5 + parent: 2 + - uid: 21586 + components: + - type: Transform + pos: 68.5,6.5 + parent: 2 + - uid: 21587 + components: + - type: Transform + pos: 69.5,6.5 + parent: 2 + - uid: 21588 + components: + - type: Transform + pos: 69.5,7.5 + parent: 2 + - uid: 21589 + components: + - type: Transform + pos: 69.5,5.5 + parent: 2 + - uid: 21590 + components: + - type: Transform + pos: 69.5,5.5 + parent: 2 + - uid: 21591 + components: + - type: Transform + pos: 70.5,5.5 + parent: 2 + - uid: 21592 + components: + - type: Transform + pos: 71.5,5.5 + parent: 2 + - uid: 21593 + components: + - type: Transform + pos: 72.5,5.5 + parent: 2 + - uid: 21594 + components: + - type: Transform + pos: 73.5,5.5 + parent: 2 + - uid: 21595 + components: + - type: Transform + pos: 64.5,6.5 + parent: 2 + - uid: 21596 + components: + - type: Transform + pos: 63.5,6.5 + parent: 2 + - uid: 21597 + components: + - type: Transform + pos: 62.5,6.5 + parent: 2 + - uid: 21598 + components: + - type: Transform + pos: 61.5,6.5 + parent: 2 + - uid: 21599 + components: + - type: Transform + pos: 60.5,6.5 + parent: 2 + - uid: 21600 + components: + - type: Transform + pos: 59.5,6.5 + parent: 2 + - uid: 21601 + components: + - type: Transform + pos: 59.5,6.5 + parent: 2 + - uid: 21602 + components: + - type: Transform + pos: 59.5,5.5 + parent: 2 + - uid: 21603 + components: + - type: Transform + pos: 59.5,4.5 + parent: 2 + - uid: 21604 + components: + - type: Transform + pos: 59.5,4.5 + parent: 2 + - uid: 21605 + components: + - type: Transform + pos: 58.5,4.5 + parent: 2 + - uid: 21606 + components: + - type: Transform + pos: 57.5,4.5 + parent: 2 + - uid: 21607 + components: + - type: Transform + pos: 61.5,-2.5 + parent: 2 + - uid: 21608 + components: + - type: Transform + pos: 62.5,-2.5 + parent: 2 + - uid: 21609 + components: + - type: Transform + pos: 63.5,-2.5 + parent: 2 + - uid: 21610 + components: + - type: Transform + pos: 63.5,-2.5 + parent: 2 + - uid: 21611 + components: + - type: Transform + pos: 63.5,-3.5 + parent: 2 + - uid: 21612 + components: + - type: Transform + pos: 63.5,-4.5 + parent: 2 + - uid: 21613 + components: + - type: Transform + pos: 63.5,-5.5 + parent: 2 + - uid: 21614 + components: + - type: Transform + pos: 63.5,-6.5 + parent: 2 + - uid: 21615 + components: + - type: Transform + pos: 63.5,-6.5 + parent: 2 + - uid: 21616 + components: + - type: Transform + pos: 64.5,-6.5 + parent: 2 + - uid: 21617 + components: + - type: Transform + pos: 65.5,-6.5 + parent: 2 + - uid: 21618 + components: + - type: Transform + pos: 66.5,-6.5 + parent: 2 + - uid: 21619 + components: + - type: Transform + pos: 67.5,-6.5 + parent: 2 + - uid: 21620 + components: + - type: Transform + pos: 68.5,-6.5 + parent: 2 + - uid: 21621 + components: + - type: Transform + pos: 69.5,-6.5 + parent: 2 + - uid: 21622 + components: + - type: Transform + pos: 68.5,-6.5 + parent: 2 + - uid: 21623 + components: + - type: Transform + pos: 68.5,-5.5 + parent: 2 + - uid: 21624 + components: + - type: Transform + pos: 68.5,-4.5 + parent: 2 + - uid: 21625 + components: + - type: Transform + pos: 68.5,-4.5 + parent: 2 + - uid: 21626 + components: + - type: Transform + pos: 69.5,-4.5 + parent: 2 + - uid: 21627 + components: + - type: Transform + pos: 70.5,-4.5 + parent: 2 + - uid: 21628 + components: + - type: Transform + pos: 71.5,-4.5 + parent: 2 + - uid: 21629 + components: + - type: Transform + pos: 72.5,-4.5 + parent: 2 + - uid: 21630 + components: + - type: Transform + pos: 73.5,-4.5 + parent: 2 + - uid: 21631 + components: + - type: Transform + pos: 69.5,-4.5 + parent: 2 + - uid: 21632 + components: + - type: Transform + pos: 69.5,-3.5 + parent: 2 + - uid: 21633 + components: + - type: Transform + pos: 69.5,-2.5 + parent: 2 + - uid: 21634 + components: + - type: Transform + pos: 69.5,-2.5 + parent: 2 + - uid: 21635 + components: + - type: Transform + pos: 70.5,-2.5 + parent: 2 + - uid: 21636 + components: + - type: Transform + pos: 71.5,-2.5 + parent: 2 + - uid: 21637 + components: + - type: Transform + pos: 72.5,-2.5 + parent: 2 + - uid: 21638 + components: + - type: Transform + pos: 73.5,-2.5 + parent: 2 + - uid: 21639 + components: + - type: Transform + pos: 69.5,-1.5 + parent: 2 + - uid: 21640 + components: + - type: Transform + pos: 69.5,-1.5 + parent: 2 + - uid: 21641 + components: + - type: Transform + pos: 68.5,-1.5 + parent: 2 + - uid: 21642 + components: + - type: Transform + pos: 68.5,-1.5 + parent: 2 + - uid: 21643 + components: + - type: Transform + pos: 68.5,-0.5 + parent: 2 + - uid: 21644 + components: + - type: Transform + pos: 68.5,0.5 + parent: 2 + - uid: 21645 + components: + - type: Transform + pos: 68.5,1.5 + parent: 2 + - uid: 21646 + components: + - type: Transform + pos: 68.5,2.5 + parent: 2 + - uid: 21647 + components: + - type: Transform + pos: 68.5,3.5 + parent: 2 + - uid: 21648 + components: + - type: Transform + pos: 68.5,3.5 + parent: 2 + - uid: 21649 + components: + - type: Transform + pos: 69.5,3.5 + parent: 2 + - uid: 21650 + components: + - type: Transform + pos: 70.5,3.5 + parent: 2 + - uid: 21651 + components: + - type: Transform + pos: 71.5,3.5 + parent: 2 + - uid: 21652 + components: + - type: Transform + pos: 72.5,3.5 + parent: 2 + - uid: 21653 + components: + - type: Transform + pos: 73.5,3.5 + parent: 2 + - uid: 21654 + components: + - type: Transform + pos: 68.5,2.5 + parent: 2 + - uid: 21655 + components: + - type: Transform + pos: 67.5,2.5 + parent: 2 + - uid: 21656 + components: + - type: Transform + pos: 66.5,2.5 + parent: 2 + - uid: 21657 + components: + - type: Transform + pos: 65.5,2.5 + parent: 2 + - uid: 21658 + components: + - type: Transform + pos: 64.5,2.5 + parent: 2 + - uid: 21659 + components: + - type: Transform + pos: 63.5,2.5 + parent: 2 + - uid: 21660 + components: + - type: Transform + pos: 64.5,2.5 + parent: 2 + - uid: 21661 + components: + - type: Transform + pos: 64.5,1.5 + parent: 2 + - uid: 21662 + components: + - type: Transform + pos: 64.5,0.5 + parent: 2 + - uid: 21663 + components: + - type: Transform + pos: 64.5,-0.5 + parent: 2 + - uid: 21664 + components: + - type: Transform + pos: 63.5,-0.5 + parent: 2 + - uid: 21665 + components: + - type: Transform + pos: 65.5,-0.5 + parent: 2 + - uid: 21666 + components: + - type: Transform + pos: 62.5,-0.5 + parent: 2 + - uid: 21667 + components: + - type: Transform + pos: 62.5,0.5 + parent: 2 + - uid: 21668 + components: + - type: Transform + pos: 62.5,0.5 + parent: 2 + - uid: 21669 + components: + - type: Transform + pos: 61.5,0.5 + parent: 2 + - uid: 21670 + components: + - type: Transform + pos: 60.5,0.5 + parent: 2 + - uid: 21671 + components: + - type: Transform + pos: 59.5,0.5 + parent: 2 + - uid: 21672 + components: + - type: Transform + pos: 58.5,0.5 + parent: 2 + - uid: 21673 + components: + - type: Transform + pos: 57.5,0.5 + parent: 2 + - uid: 21674 + components: + - type: Transform + pos: 56.5,0.5 + parent: 2 + - uid: 21675 + components: + - type: Transform + pos: 56.5,1.5 + parent: 2 + - uid: 21676 + components: + - type: Transform + pos: 56.5,-0.5 + parent: 2 + - uid: 21677 + components: + - type: Transform + pos: 60.5,-0.5 + parent: 2 + - uid: 21678 + components: + - type: Transform + pos: 60.5,1.5 + parent: 2 + - uid: 21679 + components: + - type: Transform + pos: 61.5,-3.5 + parent: 2 + - uid: 21680 + components: + - type: Transform + pos: 60.5,-3.5 + parent: 2 + - uid: 21681 + components: + - type: Transform + pos: 59.5,-3.5 + parent: 2 + - uid: 21682 + components: + - type: Transform + pos: 58.5,-3.5 + parent: 2 + - uid: 21683 + components: + - type: Transform + pos: 57.5,-3.5 + parent: 2 + - uid: 21684 + components: + - type: Transform + pos: 56.5,-3.5 + parent: 2 + - uid: 21685 + components: + - type: Transform + pos: 61.5,-2.5 + parent: 2 + - uid: 21686 + components: + - type: Transform + pos: 54.5,-11.5 + parent: 2 + - uid: 21687 + components: + - type: Transform + pos: 53.5,-11.5 + parent: 2 + - uid: 21688 + components: + - type: Transform + pos: 52.5,-11.5 + parent: 2 + - uid: 21689 + components: + - type: Transform + pos: 52.5,-11.5 + parent: 2 + - uid: 21690 + components: + - type: Transform + pos: 52.5,-12.5 + parent: 2 + - uid: 21691 + components: + - type: Transform + pos: 52.5,-13.5 + parent: 2 + - uid: 21692 + components: + - type: Transform + pos: 52.5,-14.5 + parent: 2 + - uid: 21693 + components: + - type: Transform + pos: 52.5,-15.5 + parent: 2 + - uid: 21694 + components: + - type: Transform + pos: 52.5,-15.5 + parent: 2 + - uid: 21695 + components: + - type: Transform + pos: 53.5,-15.5 + parent: 2 + - uid: 21696 + components: + - type: Transform + pos: 54.5,-15.5 + parent: 2 + - uid: 21697 + components: + - type: Transform + pos: 55.5,-15.5 + parent: 2 + - uid: 21698 + components: + - type: Transform + pos: 56.5,-15.5 + parent: 2 + - uid: 21699 + components: + - type: Transform + pos: 57.5,-15.5 + parent: 2 + - uid: 21700 + components: + - type: Transform + pos: 58.5,-15.5 + parent: 2 + - uid: 21701 + components: + - type: Transform + pos: 59.5,-15.5 + parent: 2 + - uid: 21702 + components: + - type: Transform + pos: 60.5,-15.5 + parent: 2 + - uid: 21703 + components: + - type: Transform + pos: 61.5,-15.5 + parent: 2 + - uid: 21704 + components: + - type: Transform + pos: 62.5,-15.5 + parent: 2 + - uid: 21705 + components: + - type: Transform + pos: 63.5,-15.5 + parent: 2 + - uid: 21706 + components: + - type: Transform + pos: 57.5,-15.5 + parent: 2 + - uid: 21707 + components: + - type: Transform + pos: 57.5,-14.5 + parent: 2 + - uid: 21708 + components: + - type: Transform + pos: 57.5,-13.5 + parent: 2 + - uid: 21709 + components: + - type: Transform + pos: 57.5,-12.5 + parent: 2 + - uid: 21710 + components: + - type: Transform + pos: 56.5,-12.5 + parent: 2 + - uid: 21711 + components: + - type: Transform + pos: 57.5,-12.5 + parent: 2 + - uid: 21712 + components: + - type: Transform + pos: 58.5,-12.5 + parent: 2 + - uid: 21713 + components: + - type: Transform + pos: 56.5,-12.5 + parent: 2 + - uid: 21714 + components: + - type: Transform + pos: 57.5,-15.5 + parent: 2 + - uid: 21715 + components: + - type: Transform + pos: 57.5,-16.5 + parent: 2 + - uid: 21716 + components: + - type: Transform + pos: 57.5,-17.5 + parent: 2 + - uid: 21717 + components: + - type: Transform + pos: 57.5,-18.5 + parent: 2 + - uid: 21718 + components: + - type: Transform + pos: 56.5,-18.5 + parent: 2 + - uid: 21719 + components: + - type: Transform + pos: 58.5,-18.5 + parent: 2 + - uid: 21720 + components: + - type: Transform + pos: 63.5,-15.5 + parent: 2 + - uid: 21721 + components: + - type: Transform + pos: 63.5,-16.5 + parent: 2 + - uid: 21722 + components: + - type: Transform + pos: 63.5,-17.5 + parent: 2 + - uid: 21723 + components: + - type: Transform + pos: 63.5,-18.5 + parent: 2 + - uid: 21724 + components: + - type: Transform + pos: 62.5,-18.5 + parent: 2 + - uid: 21725 + components: + - type: Transform + pos: 63.5,-14.5 + parent: 2 + - uid: 21726 + components: + - type: Transform + pos: 63.5,-13.5 + parent: 2 + - uid: 21727 + components: + - type: Transform + pos: 63.5,-12.5 + parent: 2 + - uid: 21728 + components: + - type: Transform + pos: 62.5,-12.5 + parent: 2 + - uid: 21729 + components: + - type: Transform + pos: 62.5,-18.5 + parent: 2 + - uid: 21730 + components: + - type: Transform + pos: 61.5,-18.5 + parent: 2 + - uid: 21731 + components: + - type: Transform + pos: 60.5,-18.5 + parent: 2 + - uid: 21732 + components: + - type: Transform + pos: 60.5,-18.5 + parent: 2 + - uid: 21733 + components: + - type: Transform + pos: 60.5,-19.5 + parent: 2 + - uid: 21734 + components: + - type: Transform + pos: 60.5,-20.5 + parent: 2 + - uid: 21735 + components: + - type: Transform + pos: 60.5,-21.5 + parent: 2 + - uid: 21736 + components: + - type: Transform + pos: 60.5,-22.5 + parent: 2 + - uid: 21737 + components: + - type: Transform + pos: 60.5,-22.5 + parent: 2 + - uid: 21738 + components: + - type: Transform + pos: 59.5,-22.5 + parent: 2 + - uid: 21739 + components: + - type: Transform + pos: 58.5,-22.5 + parent: 2 + - uid: 21740 + components: + - type: Transform + pos: 57.5,-22.5 + parent: 2 + - uid: 21741 + components: + - type: Transform + pos: 56.5,-22.5 + parent: 2 + - uid: 21742 + components: + - type: Transform + pos: 56.5,-21.5 + parent: 2 + - uid: 21743 + components: + - type: Transform + pos: 55.5,-21.5 + parent: 2 + - uid: 21744 + components: + - type: Transform + pos: 54.5,-21.5 + parent: 2 + - uid: 21745 + components: + - type: Transform + pos: 53.5,-21.5 + parent: 2 + - uid: 21746 + components: + - type: Transform + pos: 53.5,-21.5 + parent: 2 + - uid: 21747 + components: + - type: Transform + pos: 53.5,-22.5 + parent: 2 + - uid: 21748 + components: + - type: Transform + pos: 53.5,-23.5 + parent: 2 + - uid: 21749 + components: + - type: Transform + pos: 53.5,-24.5 + parent: 2 + - uid: 21750 + components: + - type: Transform + pos: 53.5,-25.5 + parent: 2 + - uid: 21751 + components: + - type: Transform + pos: 53.5,-26.5 + parent: 2 + - uid: 21752 + components: + - type: Transform + pos: 53.5,-26.5 + parent: 2 + - uid: 21753 + components: + - type: Transform + pos: 52.5,-26.5 + parent: 2 + - uid: 21754 + components: + - type: Transform + pos: 51.5,-26.5 + parent: 2 + - uid: 21755 + components: + - type: Transform + pos: 50.5,-26.5 + parent: 2 + - uid: 21756 + components: + - type: Transform + pos: 54.5,-26.5 + parent: 2 + - uid: 21757 + components: + - type: Transform + pos: 52.5,-11.5 + parent: 2 + - uid: 21758 + components: + - type: Transform + pos: 52.5,-10.5 + parent: 2 + - uid: 21759 + components: + - type: Transform + pos: 52.5,-9.5 + parent: 2 + - uid: 21760 + components: + - type: Transform + pos: 52.5,-8.5 + parent: 2 + - uid: 21761 + components: + - type: Transform + pos: 52.5,-7.5 + parent: 2 + - uid: 21762 + components: + - type: Transform + pos: 53.5,-7.5 + parent: 2 + - uid: 21763 + components: + - type: Transform + pos: 53.5,-6.5 + parent: 2 + - uid: 21764 + components: + - type: Transform + pos: 53.5,-5.5 + parent: 2 + - uid: 21765 + components: + - type: Transform + pos: 53.5,-4.5 + parent: 2 + - uid: 21766 + components: + - type: Transform + pos: 53.5,-3.5 + parent: 2 + - uid: 21767 + components: + - type: Transform + pos: 39.5,0.5 + parent: 2 + - uid: 21779 + components: + - type: Transform + pos: 51.5,0.5 + parent: 2 + - uid: 21780 + components: + - type: Transform + pos: 52.5,0.5 + parent: 2 + - uid: 21781 + components: + - type: Transform + pos: 53.5,0.5 + parent: 2 + - uid: 21782 + components: + - type: Transform + pos: 53.5,0.5 + parent: 2 + - uid: 21783 + components: + - type: Transform + pos: 53.5,1.5 + parent: 2 + - uid: 21784 + components: + - type: Transform + pos: 53.5,2.5 + parent: 2 + - uid: 21785 + components: + - type: Transform + pos: 53.5,3.5 + parent: 2 + - uid: 21786 + components: + - type: Transform + pos: 53.5,4.5 + parent: 2 + - uid: 21787 + components: + - type: Transform + pos: 53.5,5.5 + parent: 2 + - uid: 21788 + components: + - type: Transform + pos: 53.5,6.5 + parent: 2 + - uid: 21789 + components: + - type: Transform + pos: 53.5,7.5 + parent: 2 + - uid: 21790 + components: + - type: Transform + pos: 53.5,7.5 + parent: 2 + - uid: 21791 + components: + - type: Transform + pos: 52.5,7.5 + parent: 2 + - uid: 21792 + components: + - type: Transform + pos: 52.5,7.5 + parent: 2 + - uid: 21793 + components: + - type: Transform + pos: 52.5,8.5 + parent: 2 + - uid: 21794 + components: + - type: Transform + pos: 52.5,9.5 + parent: 2 + - uid: 21795 + components: + - type: Transform + pos: 52.5,10.5 + parent: 2 + - uid: 21796 + components: + - type: Transform + pos: 52.5,11.5 + parent: 2 + - uid: 21797 + components: + - type: Transform + pos: 53.5,0.5 + parent: 2 + - uid: 21798 + components: + - type: Transform + pos: 53.5,-0.5 + parent: 2 + - uid: 21799 + components: + - type: Transform + pos: 53.5,-1.5 + parent: 2 + - uid: 21800 + components: + - type: Transform + pos: 49.5,18.5 + parent: 2 + - uid: 21801 + components: + - type: Transform + pos: 49.5,17.5 + parent: 2 + - uid: 21802 + components: + - type: Transform + pos: 49.5,17.5 + parent: 2 + - uid: 21803 + components: + - type: Transform + pos: 50.5,17.5 + parent: 2 + - uid: 21804 + components: + - type: Transform + pos: 51.5,17.5 + parent: 2 + - uid: 21805 + components: + - type: Transform + pos: 51.5,17.5 + parent: 2 + - uid: 21806 + components: + - type: Transform + pos: 51.5,16.5 + parent: 2 + - uid: 21807 + components: + - type: Transform + pos: 51.5,15.5 + parent: 2 + - uid: 21808 + components: + - type: Transform + pos: 51.5,14.5 + parent: 2 + - uid: 21809 + components: + - type: Transform + pos: 51.5,13.5 + parent: 2 + - uid: 21810 + components: + - type: Transform + pos: 52.5,13.5 + parent: 2 + - uid: 21811 + components: + - type: Transform + pos: 38.5,29.5 + parent: 2 + - uid: 21812 + components: + - type: Transform + pos: 37.5,29.5 + parent: 2 + - uid: 21813 + components: + - type: Transform + pos: 36.5,29.5 + parent: 2 + - uid: 21814 + components: + - type: Transform + pos: 35.5,29.5 + parent: 2 + - uid: 21815 + components: + - type: Transform + pos: 34.5,29.5 + parent: 2 + - uid: 21816 + components: + - type: Transform + pos: 33.5,29.5 + parent: 2 + - uid: 21817 + components: + - type: Transform + pos: 32.5,29.5 + parent: 2 + - uid: 21818 + components: + - type: Transform + pos: 32.5,29.5 + parent: 2 + - uid: 21819 + components: + - type: Transform + pos: 32.5,30.5 + parent: 2 + - uid: 21820 + components: + - type: Transform + pos: 32.5,31.5 + parent: 2 + - uid: 21821 + components: + - type: Transform + pos: 32.5,32.5 + parent: 2 + - uid: 21822 + components: + - type: Transform + pos: 32.5,33.5 + parent: 2 + - uid: 21823 + components: + - type: Transform + pos: 32.5,34.5 + parent: 2 + - uid: 21824 + components: + - type: Transform + pos: 32.5,35.5 + parent: 2 + - uid: 21825 + components: + - type: Transform + pos: 32.5,34.5 + parent: 2 + - uid: 21826 + components: + - type: Transform + pos: 31.5,34.5 + parent: 2 + - uid: 21827 + components: + - type: Transform + pos: 30.5,34.5 + parent: 2 + - uid: 21828 + components: + - type: Transform + pos: 29.5,34.5 + parent: 2 + - uid: 21829 + components: + - type: Transform + pos: 28.5,34.5 + parent: 2 + - uid: 21830 + components: + - type: Transform + pos: 28.5,27.5 + parent: 2 + - uid: 21831 + components: + - type: Transform + pos: 28.5,28.5 + parent: 2 + - uid: 21832 + components: + - type: Transform + pos: 28.5,29.5 + parent: 2 + - uid: 21833 + components: + - type: Transform + pos: 32.5,34.5 + parent: 2 + - uid: 21834 + components: + - type: Transform + pos: 33.5,34.5 + parent: 2 + - uid: 21835 + components: + - type: Transform + pos: 34.5,34.5 + parent: 2 + - uid: 21836 + components: + - type: Transform + pos: 29.5,34.5 + parent: 2 + - uid: 21837 + components: + - type: Transform + pos: 29.5,33.5 + parent: 2 + - uid: 21838 + components: + - type: Transform + pos: 29.5,32.5 + parent: 2 + - uid: 21839 + components: + - type: Transform + pos: 28.5,32.5 + parent: 2 + - uid: 21840 + components: + - type: Transform + pos: 30.5,32.5 + parent: 2 + - uid: 21841 + components: + - type: Transform + pos: 28.5,34.5 + parent: 2 + - uid: 21844 + components: + - type: Transform + pos: 28.5,37.5 + parent: 2 + - uid: 21845 + components: + - type: Transform + pos: 28.5,37.5 + parent: 2 + - uid: 21846 + components: + - type: Transform + pos: 27.5,37.5 + parent: 2 + - uid: 21847 + components: + - type: Transform + pos: 26.5,37.5 + parent: 2 + - uid: 21848 + components: + - type: Transform + pos: 13.5,44.5 + parent: 2 + - uid: 21849 + components: + - type: Transform + pos: 13.5,45.5 + parent: 2 + - uid: 21850 + components: + - type: Transform + pos: 13.5,45.5 + parent: 2 + - uid: 21851 + components: + - type: Transform + pos: 14.5,45.5 + parent: 2 + - uid: 21852 + components: + - type: Transform + pos: 15.5,45.5 + parent: 2 + - uid: 21853 + components: + - type: Transform + pos: 16.5,45.5 + parent: 2 + - uid: 21854 + components: + - type: Transform + pos: 16.5,45.5 + parent: 2 + - uid: 21855 + components: + - type: Transform + pos: 16.5,44.5 + parent: 2 + - uid: 21856 + components: + - type: Transform + pos: 16.5,43.5 + parent: 2 + - uid: 21857 + components: + - type: Transform + pos: 16.5,42.5 + parent: 2 + - uid: 21858 + components: + - type: Transform + pos: 16.5,42.5 + parent: 2 + - uid: 21859 + components: + - type: Transform + pos: 17.5,42.5 + parent: 2 + - uid: 21860 + components: + - type: Transform + pos: 18.5,42.5 + parent: 2 + - uid: 21861 + components: + - type: Transform + pos: 19.5,42.5 + parent: 2 + - uid: 21862 + components: + - type: Transform + pos: 20.5,42.5 + parent: 2 + - uid: 21863 + components: + - type: Transform + pos: 21.5,42.5 + parent: 2 + - uid: 21864 + components: + - type: Transform + pos: 22.5,42.5 + parent: 2 + - uid: 21865 + components: + - type: Transform + pos: 22.5,42.5 + parent: 2 + - uid: 21866 + components: + - type: Transform + pos: 22.5,41.5 + parent: 2 + - uid: 21867 + components: + - type: Transform + pos: 22.5,40.5 + parent: 2 + - uid: 21868 + components: + - type: Transform + pos: 22.5,39.5 + parent: 2 + - uid: 21869 + components: + - type: Transform + pos: 22.5,38.5 + parent: 2 + - uid: 21870 + components: + - type: Transform + pos: 22.5,39.5 + parent: 2 + - uid: 21871 + components: + - type: Transform + pos: 21.5,39.5 + parent: 2 + - uid: 21872 + components: + - type: Transform + pos: 20.5,39.5 + parent: 2 + - uid: 21873 + components: + - type: Transform + pos: 20.5,42.5 + parent: 2 + - uid: 21874 + components: + - type: Transform + pos: 20.5,43.5 + parent: 2 + - uid: 21875 + components: + - type: Transform + pos: 20.5,44.5 + parent: 2 + - uid: 21876 + components: + - type: Transform + pos: 13.5,45.5 + parent: 2 + - uid: 21877 + components: + - type: Transform + pos: 13.5,46.5 + parent: 2 + - uid: 21878 + components: + - type: Transform + pos: 13.5,47.5 + parent: 2 + - uid: 21879 + components: + - type: Transform + pos: 13.5,46.5 + parent: 2 + - uid: 21880 + components: + - type: Transform + pos: 12.5,46.5 + parent: 2 + - uid: 21881 + components: + - type: Transform + pos: 11.5,46.5 + parent: 2 + - uid: 21882 + components: + - type: Transform + pos: 10.5,46.5 + parent: 2 + - uid: 21883 + components: + - type: Transform + pos: 9.5,46.5 + parent: 2 + - uid: 21884 + components: + - type: Transform + pos: 8.5,46.5 + parent: 2 + - uid: 21885 + components: + - type: Transform + pos: 10.5,46.5 + parent: 2 + - uid: 21886 + components: + - type: Transform + pos: 10.5,47.5 + parent: 2 + - uid: 21887 + components: + - type: Transform + pos: 10.5,48.5 + parent: 2 + - uid: 21888 + components: + - type: Transform + pos: 10.5,49.5 + parent: 2 + - uid: 21889 + components: + - type: Transform + pos: 10.5,46.5 + parent: 2 + - uid: 21890 + components: + - type: Transform + pos: 10.5,45.5 + parent: 2 + - uid: 21891 + components: + - type: Transform + pos: 10.5,44.5 + parent: 2 + - uid: 21892 + components: + - type: Transform + pos: 10.5,43.5 + parent: 2 + - uid: 21893 + components: + - type: Transform + pos: 10.5,44.5 + parent: 2 + - uid: 21894 + components: + - type: Transform + pos: 9.5,44.5 + parent: 2 + - uid: 21895 + components: + - type: Transform + pos: 8.5,44.5 + parent: 2 + - uid: 21896 + components: + - type: Transform + pos: 8.5,40.5 + parent: 2 + - uid: 21897 + components: + - type: Transform + pos: 8.5,41.5 + parent: 2 + - uid: 21898 + components: + - type: Transform + pos: 8.5,42.5 + parent: 2 + - uid: 21899 + components: + - type: Transform + pos: 8.5,43.5 + parent: 2 + - uid: 21900 + components: + - type: Transform + pos: 8.5,44.5 + parent: 2 + - uid: 21901 + components: + - type: Transform + pos: 8.5,40.5 + parent: 2 + - uid: 21902 + components: + - type: Transform + pos: 7.5,40.5 + parent: 2 + - uid: 21903 + components: + - type: Transform + pos: 6.5,40.5 + parent: 2 + - uid: 21904 + components: + - type: Transform + pos: 5.5,40.5 + parent: 2 + - uid: 21905 + components: + - type: Transform + pos: 4.5,40.5 + parent: 2 + - uid: 21906 + components: + - type: Transform + pos: 4.5,41.5 + parent: 2 + - uid: 21907 + components: + - type: Transform + pos: 3.5,40.5 + parent: 2 + - uid: 21908 + components: + - type: Transform + pos: 12.5,56.5 + parent: 2 + - uid: 21909 + components: + - type: Transform + pos: -24.5,-34.5 + parent: 2 + - uid: 21910 + components: + - type: Transform + pos: -23.5,-34.5 + parent: 2 + - uid: 21911 + components: + - type: Transform + pos: -23.5,-34.5 + parent: 2 + - uid: 21912 + components: + - type: Transform + pos: -23.5,-35.5 + parent: 2 + - uid: 21913 + components: + - type: Transform + pos: -23.5,-36.5 + parent: 2 + - uid: 21914 + components: + - type: Transform + pos: -23.5,-37.5 + parent: 2 + - uid: 21915 + components: + - type: Transform + pos: -23.5,-38.5 + parent: 2 + - uid: 21916 + components: + - type: Transform + pos: -23.5,-39.5 + parent: 2 + - uid: 21917 + components: + - type: Transform + pos: -23.5,-40.5 + parent: 2 + - uid: 21918 + components: + - type: Transform + pos: -23.5,-41.5 + parent: 2 + - uid: 21919 + components: + - type: Transform + pos: -23.5,-38.5 + parent: 2 + - uid: 21920 + components: + - type: Transform + pos: -24.5,-38.5 + parent: 2 + - uid: 21921 + components: + - type: Transform + pos: -25.5,-38.5 + parent: 2 + - uid: 21922 + components: + - type: Transform + pos: -25.5,-37.5 + parent: 2 + - uid: 21923 + components: + - type: Transform + pos: -25.5,-39.5 + parent: 2 + - uid: 21924 + components: + - type: Transform + pos: -23.5,-34.5 + parent: 2 + - uid: 21925 + components: + - type: Transform + pos: -23.5,-33.5 + parent: 2 + - uid: 21926 + components: + - type: Transform + pos: -23.5,-32.5 + parent: 2 + - uid: 21927 + components: + - type: Transform + pos: -23.5,-32.5 + parent: 2 + - uid: 21928 + components: + - type: Transform + pos: -22.5,-32.5 + parent: 2 + - uid: 21929 + components: + - type: Transform + pos: -21.5,-32.5 + parent: 2 + - uid: 21930 + components: + - type: Transform + pos: -20.5,-32.5 + parent: 2 + - uid: 21931 + components: + - type: Transform + pos: -19.5,-32.5 + parent: 2 + - uid: 21932 + components: + - type: Transform + pos: -19.5,-32.5 + parent: 2 + - uid: 21933 + components: + - type: Transform + pos: -19.5,-33.5 + parent: 2 + - uid: 21934 + components: + - type: Transform + pos: -19.5,-34.5 + parent: 2 + - uid: 21935 + components: + - type: Transform + pos: -19.5,-35.5 + parent: 2 + - uid: 21936 + components: + - type: Transform + pos: -19.5,-34.5 + parent: 2 + - uid: 21937 + components: + - type: Transform + pos: -18.5,-34.5 + parent: 2 + - uid: 21938 + components: + - type: Transform + pos: -17.5,-34.5 + parent: 2 + - uid: 21939 + components: + - type: Transform + pos: -16.5,-34.5 + parent: 2 + - uid: 21940 + components: + - type: Transform + pos: -16.5,-34.5 + parent: 2 + - uid: 21941 + components: + - type: Transform + pos: -16.5,-35.5 + parent: 2 + - uid: 21942 + components: + - type: Transform + pos: -16.5,-36.5 + parent: 2 + - uid: 21943 + components: + - type: Transform + pos: -15.5,-36.5 + parent: 2 + - uid: 21944 + components: + - type: Transform + pos: -15.5,-37.5 + parent: 2 + - uid: 21945 + components: + - type: Transform + pos: -15.5,-38.5 + parent: 2 + - uid: 21946 + components: + - type: Transform + pos: -15.5,-39.5 + parent: 2 + - uid: 21947 + components: + - type: Transform + pos: -15.5,-40.5 + parent: 2 + - uid: 21948 + components: + - type: Transform + pos: -16.5,-40.5 + parent: 2 + - uid: 21949 + components: + - type: Transform + pos: -17.5,-40.5 + parent: 2 + - uid: 21950 + components: + - type: Transform + pos: -18.5,-40.5 + parent: 2 + - uid: 21951 + components: + - type: Transform + pos: -19.5,-40.5 + parent: 2 + - uid: 21952 + components: + - type: Transform + pos: -19.5,-39.5 + parent: 2 + - uid: 21953 + components: + - type: Transform + pos: -19.5,-41.5 + parent: 2 + - uid: 21954 + components: + - type: Transform + pos: -17.5,-33.5 + parent: 2 + - uid: 21955 + components: + - type: Transform + pos: -15.5,-34.5 + parent: 2 + - uid: 21956 + components: + - type: Transform + pos: -24.5,-23.5 + parent: 2 + - uid: 21957 + components: + - type: Transform + pos: -24.5,-24.5 + parent: 2 + - uid: 21958 + components: + - type: Transform + pos: -24.5,-25.5 + parent: 2 + - uid: 21959 + components: + - type: Transform + pos: -24.5,-26.5 + parent: 2 + - uid: 21960 + components: + - type: Transform + pos: -24.5,-27.5 + parent: 2 + - uid: 21961 + components: + - type: Transform + pos: -24.5,-25.5 + parent: 2 + - uid: 21962 + components: + - type: Transform + pos: -25.5,-25.5 + parent: 2 + - uid: 21963 + components: + - type: Transform + pos: -26.5,-25.5 + parent: 2 + - uid: 21964 + components: + - type: Transform + pos: -27.5,-25.5 + parent: 2 + - uid: 21965 + components: + - type: Transform + pos: -28.5,-25.5 + parent: 2 + - uid: 21966 + components: + - type: Transform + pos: -23.5,-31.5 + parent: 2 + - uid: 21967 + components: + - type: Transform + pos: -23.5,-30.5 + parent: 2 + - uid: 21968 + components: + - type: Transform + pos: -24.5,-30.5 + parent: 2 + - uid: 21969 + components: + - type: Transform + pos: -24.5,-25.5 + parent: 2 + - uid: 21970 + components: + - type: Transform + pos: -23.5,-25.5 + parent: 2 + - uid: 21971 + components: + - type: Transform + pos: -22.5,-25.5 + parent: 2 + - uid: 21972 + components: + - type: Transform + pos: -21.5,-25.5 + parent: 2 + - uid: 21973 + components: + - type: Transform + pos: -20.5,-25.5 + parent: 2 + - uid: 21974 + components: + - type: Transform + pos: -19.5,-25.5 + parent: 2 + - uid: 21975 + components: + - type: Transform + pos: -19.5,-25.5 + parent: 2 + - uid: 21976 + components: + - type: Transform + pos: -19.5,-26.5 + parent: 2 + - uid: 21977 + components: + - type: Transform + pos: -19.5,-27.5 + parent: 2 + - uid: 21978 + components: + - type: Transform + pos: -19.5,-28.5 + parent: 2 + - uid: 21979 + components: + - type: Transform + pos: -19.5,-29.5 + parent: 2 + - uid: 21980 + components: + - type: Transform + pos: -19.5,-30.5 + parent: 2 + - uid: 21981 + components: + - type: Transform + pos: -19.5,-29.5 + parent: 2 + - uid: 21982 + components: + - type: Transform + pos: -18.5,-29.5 + parent: 2 + - uid: 21983 + components: + - type: Transform + pos: -17.5,-29.5 + parent: 2 + - uid: 21984 + components: + - type: Transform + pos: -16.5,-29.5 + parent: 2 + - uid: 21985 + components: + - type: Transform + pos: -15.5,-29.5 + parent: 2 + - uid: 21986 + components: + - type: Transform + pos: -14.5,-29.5 + parent: 2 + - uid: 21987 + components: + - type: Transform + pos: -13.5,-29.5 + parent: 2 + - uid: 21988 + components: + - type: Transform + pos: -12.5,-29.5 + parent: 2 + - uid: 21989 + components: + - type: Transform + pos: -11.5,-29.5 + parent: 2 + - uid: 21990 + components: + - type: Transform + pos: -14.5,-29.5 + parent: 2 + - uid: 21991 + components: + - type: Transform + pos: -14.5,-28.5 + parent: 2 + - uid: 21992 + components: + - type: Transform + pos: -14.5,-30.5 + parent: 2 + - uid: 21993 + components: + - type: Transform + pos: -14.5,-27.5 + parent: 2 + - uid: 21994 + components: + - type: Transform + pos: -15.5,-27.5 + parent: 2 + - uid: 21995 + components: + - type: Transform + pos: -17.5,-21.5 + parent: 2 + - uid: 21996 + components: + - type: Transform + pos: -18.5,-21.5 + parent: 2 + - uid: 21997 + components: + - type: Transform + pos: -19.5,-21.5 + parent: 2 + - uid: 21998 + components: + - type: Transform + pos: -19.5,-21.5 + parent: 2 + - uid: 21999 + components: + - type: Transform + pos: -22.5,-18.5 + parent: 2 + - uid: 22000 + components: + - type: Transform + pos: -22.5,-19.5 + parent: 2 + - uid: 22001 + components: + - type: Transform + pos: -18.5,-22.5 + parent: 2 + - uid: 22002 + components: + - type: Transform + pos: -18.5,-23.5 + parent: 2 + - uid: 22003 + components: + - type: Transform + pos: -18.5,-24.5 + parent: 2 + - uid: 22004 + components: + - type: Transform + pos: -17.5,-24.5 + parent: 2 + - uid: 22005 + components: + - type: Transform + pos: -16.5,-24.5 + parent: 2 + - uid: 22006 + components: + - type: Transform + pos: -15.5,-24.5 + parent: 2 + - uid: 22007 + components: + - type: Transform + pos: -14.5,-24.5 + parent: 2 + - uid: 22008 + components: + - type: Transform + pos: -13.5,-24.5 + parent: 2 + - uid: 22009 + components: + - type: Transform + pos: -12.5,-24.5 + parent: 2 + - uid: 22010 + components: + - type: Transform + pos: -11.5,-24.5 + parent: 2 + - uid: 22011 + components: + - type: Transform + pos: -11.5,-23.5 + parent: 2 + - uid: 22012 + components: + - type: Transform + pos: -11.5,-25.5 + parent: 2 + - uid: 22013 + components: + - type: Transform + pos: -14.5,-23.5 + parent: 2 + - uid: 22014 + components: + - type: Transform + pos: -19.5,-21.5 + parent: 2 + - uid: 22015 + components: + - type: Transform + pos: -19.5,-20.5 + parent: 2 + - uid: 22016 + components: + - type: Transform + pos: -19.5,-19.5 + parent: 2 + - uid: 22017 + components: + - type: Transform + pos: -19.5,-19.5 + parent: 2 + - uid: 22018 + components: + - type: Transform + pos: -18.5,-19.5 + parent: 2 + - uid: 22019 + components: + - type: Transform + pos: -17.5,-19.5 + parent: 2 + - uid: 22020 + components: + - type: Transform + pos: -16.5,-19.5 + parent: 2 + - uid: 22021 + components: + - type: Transform + pos: -15.5,-19.5 + parent: 2 + - uid: 22022 + components: + - type: Transform + pos: -14.5,-19.5 + parent: 2 + - uid: 22023 + components: + - type: Transform + pos: -13.5,-19.5 + parent: 2 + - uid: 22024 + components: + - type: Transform + pos: -15.5,-19.5 + parent: 2 + - uid: 22025 + components: + - type: Transform + pos: -15.5,-18.5 + parent: 2 + - uid: 22026 + components: + - type: Transform + pos: -15.5,-17.5 + parent: 2 + - uid: 22027 + components: + - type: Transform + pos: -16.5,-17.5 + parent: 2 + - uid: 22028 + components: + - type: Transform + pos: -14.5,-17.5 + parent: 2 + - uid: 22029 + components: + - type: Transform + pos: -13.5,-20.5 + parent: 2 + - uid: 22030 + components: + - type: Transform + pos: -22.5,-20.5 + parent: 2 + - uid: 22031 + components: + - type: Transform + pos: -22.5,-21.5 + parent: 2 + - uid: 22032 + components: + - type: Transform + pos: -22.5,-22.5 + parent: 2 + - uid: 22033 + components: + - type: Transform + pos: -23.5,-21.5 + parent: 2 + - uid: 22034 + components: + - type: Transform + pos: -22.5,-21.5 + parent: 2 + - uid: 22035 + components: + - type: Transform + pos: -21.5,-21.5 + parent: 2 + - uid: 22044 + components: + - type: Transform + pos: -33.5,-30.5 + parent: 2 + - uid: 22045 + components: + - type: Transform + pos: -32.5,-30.5 + parent: 2 + - uid: 22046 + components: + - type: Transform + pos: -31.5,-30.5 + parent: 2 + - uid: 22047 + components: + - type: Transform + pos: -30.5,-30.5 + parent: 2 + - uid: 22048 + components: + - type: Transform + pos: -29.5,-30.5 + parent: 2 + - uid: 22049 + components: + - type: Transform + pos: -28.5,-30.5 + parent: 2 + - uid: 22050 + components: + - type: Transform + pos: -27.5,-30.5 + parent: 2 + - uid: 22051 + components: + - type: Transform + pos: -30.5,-30.5 + parent: 2 + - uid: 22052 + components: + - type: Transform + pos: -30.5,-29.5 + parent: 2 + - uid: 22053 + components: + - type: Transform + pos: -30.5,-28.5 + parent: 2 + - uid: 22054 + components: + - type: Transform + pos: -30.5,-30.5 + parent: 2 + - uid: 22055 + components: + - type: Transform + pos: -30.5,-31.5 + parent: 2 + - uid: 22056 + components: + - type: Transform + pos: -30.5,-32.5 + parent: 2 + - uid: 22057 + components: + - type: Transform + pos: -30.5,-32.5 + parent: 2 + - uid: 22058 + components: + - type: Transform + pos: -31.5,-32.5 + parent: 2 + - uid: 22059 + components: + - type: Transform + pos: -32.5,-32.5 + parent: 2 + - uid: 22060 + components: + - type: Transform + pos: -33.5,-32.5 + parent: 2 + - uid: 22061 + components: + - type: Transform + pos: -34.5,-32.5 + parent: 2 + - uid: 22062 + components: + - type: Transform + pos: -27.5,-30.5 + parent: 2 + - uid: 22063 + components: + - type: Transform + pos: -27.5,-31.5 + parent: 2 + - uid: 22064 + components: + - type: Transform + pos: -27.5,-32.5 + parent: 2 + - uid: 22065 + components: + - type: Transform + pos: -28.5,-32.5 + parent: 2 + - uid: 22066 + components: + - type: Transform + pos: -26.5,-32.5 + parent: 2 + - uid: 22067 + components: + - type: Transform + pos: -27.5,-29.5 + parent: 2 + - uid: 22068 + components: + - type: Transform + pos: -27.5,-28.5 + parent: 2 + - uid: 22069 + components: + - type: Transform + pos: -28.5,-28.5 + parent: 2 + - uid: 22070 + components: + - type: Transform + pos: -26.5,-28.5 + parent: 2 + - uid: 22071 + components: + - type: Transform + pos: -31.5,-33.5 + parent: 2 + - uid: 22072 + components: + - type: Transform + pos: -44.5,-16.5 + parent: 2 + - uid: 22073 + components: + - type: Transform + pos: -44.5,-17.5 + parent: 2 + - uid: 22074 + components: + - type: Transform + pos: -44.5,-18.5 + parent: 2 + - uid: 22075 + components: + - type: Transform + pos: -44.5,-19.5 + parent: 2 + - uid: 22076 + components: + - type: Transform + pos: -44.5,-20.5 + parent: 2 + - uid: 22077 + components: + - type: Transform + pos: -44.5,-17.5 + parent: 2 + - uid: 22078 + components: + - type: Transform + pos: -43.5,-17.5 + parent: 2 + - uid: 22079 + components: + - type: Transform + pos: -42.5,-17.5 + parent: 2 + - uid: 22080 + components: + - type: Transform + pos: -42.5,-15.5 + parent: 2 + - uid: 22081 + components: + - type: Transform + pos: -42.5,-14.5 + parent: 2 + - uid: 22082 + components: + - type: Transform + pos: -42.5,-13.5 + parent: 2 + - uid: 22083 + components: + - type: Transform + pos: -42.5,-12.5 + parent: 2 + - uid: 22084 + components: + - type: Transform + pos: -42.5,-11.5 + parent: 2 + - uid: 22085 + components: + - type: Transform + pos: -42.5,-10.5 + parent: 2 + - uid: 22086 + components: + - type: Transform + pos: -42.5,-9.5 + parent: 2 + - uid: 22087 + components: + - type: Transform + pos: -43.5,-10.5 + parent: 2 + - uid: 22088 + components: + - type: Transform + pos: -44.5,-10.5 + parent: 2 + - uid: 22089 + components: + - type: Transform + pos: -45.5,-10.5 + parent: 2 + - uid: 22090 + components: + - type: Transform + pos: -46.5,-10.5 + parent: 2 + - uid: 22091 + components: + - type: Transform + pos: -40.5,-10.5 + parent: 2 + - uid: 22092 + components: + - type: Transform + pos: -41.5,-19.5 + parent: 2 + - uid: 22093 + components: + - type: Transform + pos: -41.5,-20.5 + parent: 2 + - uid: 22094 + components: + - type: Transform + pos: -41.5,-21.5 + parent: 2 + - uid: 22095 + components: + - type: Transform + pos: -39.5,-19.5 + parent: 2 + - uid: 22096 + components: + - type: Transform + pos: -38.5,-19.5 + parent: 2 + - uid: 22097 + components: + - type: Transform + pos: -38.5,-20.5 + parent: 2 + - uid: 22098 + components: + - type: Transform + pos: -38.5,-18.5 + parent: 2 + - uid: 22099 + components: + - type: Transform + pos: -28.5,-25.5 + parent: 2 + - uid: 22100 + components: + - type: Transform + pos: -29.5,-25.5 + parent: 2 + - uid: 22101 + components: + - type: Transform + pos: -30.5,-25.5 + parent: 2 + - uid: 22102 + components: + - type: Transform + pos: -31.5,-25.5 + parent: 2 + - uid: 22103 + components: + - type: Transform + pos: -32.5,-25.5 + parent: 2 + - uid: 22104 + components: + - type: Transform + pos: -33.5,-25.5 + parent: 2 + - uid: 22105 + components: + - type: Transform + pos: -34.5,-25.5 + parent: 2 + - uid: 22106 + components: + - type: Transform + pos: -35.5,-25.5 + parent: 2 + - uid: 22107 + components: + - type: Transform + pos: -36.5,-25.5 + parent: 2 + - uid: 22108 + components: + - type: Transform + pos: -37.5,-25.5 + parent: 2 + - uid: 22109 + components: + - type: Transform + pos: -38.5,-25.5 + parent: 2 + - uid: 22110 + components: + - type: Transform + pos: -39.5,-25.5 + parent: 2 + - uid: 22111 + components: + - type: Transform + pos: -38.5,-25.5 + parent: 2 + - uid: 22112 + components: + - type: Transform + pos: -38.5,-26.5 + parent: 2 + - uid: 22113 + components: + - type: Transform + pos: -38.5,-27.5 + parent: 2 + - uid: 22114 + components: + - type: Transform + pos: -38.5,-28.5 + parent: 2 + - uid: 22115 + components: + - type: Transform + pos: -38.5,-27.5 + parent: 2 + - uid: 22116 + components: + - type: Transform + pos: -37.5,-27.5 + parent: 2 + - uid: 22117 + components: + - type: Transform + pos: -36.5,-27.5 + parent: 2 + - uid: 22118 + components: + - type: Transform + pos: -35.5,-27.5 + parent: 2 + - uid: 22119 + components: + - type: Transform + pos: -35.5,-28.5 + parent: 2 + - uid: 22120 + components: + - type: Transform + pos: -35.5,-29.5 + parent: 2 + - uid: 22121 + components: + - type: Transform + pos: -34.5,-28.5 + parent: 2 + - uid: 22122 + components: + - type: Transform + pos: -36.5,-24.5 + parent: 2 + - uid: 22123 + components: + - type: Transform + pos: -30.5,-14.5 + parent: 2 + - uid: 22124 + components: + - type: Transform + pos: -29.5,-14.5 + parent: 2 + - uid: 22125 + components: + - type: Transform + pos: -28.5,-14.5 + parent: 2 + - uid: 22126 + components: + - type: Transform + pos: -27.5,-15.5 + parent: 2 + - uid: 22127 + components: + - type: Transform + pos: -26.5,-14.5 + parent: 2 + - uid: 22128 + components: + - type: Transform + pos: -25.5,-14.5 + parent: 2 + - uid: 22129 + components: + - type: Transform + pos: -24.5,-14.5 + parent: 2 + - uid: 22130 + components: + - type: Transform + pos: -24.5,-14.5 + parent: 2 + - uid: 22131 + components: + - type: Transform + pos: -24.5,-13.5 + parent: 2 + - uid: 22132 + components: + - type: Transform + pos: -24.5,-12.5 + parent: 2 + - uid: 22133 + components: + - type: Transform + pos: -24.5,-11.5 + parent: 2 + - uid: 22134 + components: + - type: Transform + pos: -24.5,-10.5 + parent: 2 + - uid: 22135 + components: + - type: Transform + pos: -28.5,-14.5 + parent: 2 + - uid: 22136 + components: + - type: Transform + pos: -28.5,-13.5 + parent: 2 + - uid: 22137 + components: + - type: Transform + pos: -28.5,-12.5 + parent: 2 + - uid: 22138 + components: + - type: Transform + pos: -28.5,-11.5 + parent: 2 + - uid: 22139 + components: + - type: Transform + pos: -28.5,-11.5 + parent: 2 + - uid: 22140 + components: + - type: Transform + pos: -29.5,-11.5 + parent: 2 + - uid: 22141 + components: + - type: Transform + pos: -30.5,-11.5 + parent: 2 + - uid: 22142 + components: + - type: Transform + pos: -31.5,-11.5 + parent: 2 + - uid: 22143 + components: + - type: Transform + pos: -32.5,-11.5 + parent: 2 + - uid: 22144 + components: + - type: Transform + pos: -27.5,-11.5 + parent: 2 + - uid: 22145 + components: + - type: Transform + pos: -28.5,-10.5 + parent: 2 + - uid: 22146 + components: + - type: Transform + pos: -32.5,-10.5 + parent: 2 + - uid: 22147 + components: + - type: Transform + pos: -33.5,-11.5 + parent: 2 + - uid: 22148 + components: + - type: Transform + pos: -28.5,-14.5 + parent: 2 + - uid: 22149 + components: + - type: Transform + pos: -28.5,-15.5 + parent: 2 + - uid: 22150 + components: + - type: Transform + pos: -28.5,-16.5 + parent: 2 + - uid: 22151 + components: + - type: Transform + pos: -28.5,-17.5 + parent: 2 + - uid: 22152 + components: + - type: Transform + pos: -28.5,-18.5 + parent: 2 + - uid: 22153 + components: + - type: Transform + pos: -28.5,-19.5 + parent: 2 + - uid: 22154 + components: + - type: Transform + pos: -28.5,-20.5 + parent: 2 + - uid: 22155 + components: + - type: Transform + pos: -28.5,-21.5 + parent: 2 + - uid: 22156 + components: + - type: Transform + pos: -27.5,-21.5 + parent: 2 + - uid: 22157 + components: + - type: Transform + pos: -26.5,-21.5 + parent: 2 + - uid: 22158 + components: + - type: Transform + pos: -29.5,-21.5 + parent: 2 + - uid: 22159 + components: + - type: Transform + pos: -28.5,-22.5 + parent: 2 + - uid: 22160 + components: + - type: Transform + pos: -28.5,-15.5 + parent: 2 + - uid: 22161 + components: + - type: Transform + pos: -29.5,-15.5 + parent: 2 + - uid: 22162 + components: + - type: Transform + pos: -30.5,-15.5 + parent: 2 + - uid: 22163 + components: + - type: Transform + pos: -31.5,-15.5 + parent: 2 + - uid: 22164 + components: + - type: Transform + pos: -32.5,-15.5 + parent: 2 + - uid: 22165 + components: + - type: Transform + pos: -32.5,-16.5 + parent: 2 + - uid: 22166 + components: + - type: Transform + pos: -32.5,-17.5 + parent: 2 + - uid: 22167 + components: + - type: Transform + pos: -32.5,-14.5 + parent: 2 + - uid: 22168 + components: + - type: Transform + pos: -26.5,-15.5 + parent: 2 + - uid: 22169 + components: + - type: Transform + pos: -26.5,-16.5 + parent: 2 + - uid: 22170 + components: + - type: Transform + pos: -25.5,-16.5 + parent: 2 + - uid: 22171 + components: + - type: Transform + pos: -24.5,-16.5 + parent: 2 + - uid: 22172 + components: + - type: Transform + pos: -23.5,-16.5 + parent: 2 + - uid: 22173 + components: + - type: Transform + pos: -25.5,-17.5 + parent: 2 + - uid: 22174 + components: + - type: Transform + pos: -25.5,-18.5 + parent: 2 + - uid: 22175 + components: + - type: Transform + pos: -23.5,-16.5 + parent: 2 + - uid: 22176 + components: + - type: Transform + pos: -22.5,-16.5 + parent: 2 + - uid: 22177 + components: + - type: Transform + pos: -21.5,-16.5 + parent: 2 + - uid: 22178 + components: + - type: Transform + pos: -20.5,-16.5 + parent: 2 + - uid: 22179 + components: + - type: Transform + pos: -20.5,-16.5 + parent: 2 + - uid: 22180 + components: + - type: Transform + pos: -20.5,-15.5 + parent: 2 + - uid: 22181 + components: + - type: Transform + pos: -20.5,-14.5 + parent: 2 + - uid: 22182 + components: + - type: Transform + pos: -20.5,-13.5 + parent: 2 + - uid: 22183 + components: + - type: Transform + pos: -20.5,-12.5 + parent: 2 + - uid: 22184 + components: + - type: Transform + pos: -19.5,-19.5 + parent: 2 + - uid: 22185 + components: + - type: Transform + pos: -19.5,-18.5 + parent: 2 + - uid: 22186 + components: + - type: Transform + pos: -20.5,-12.5 + parent: 2 + - uid: 22187 + components: + - type: Transform + pos: -20.5,-11.5 + parent: 2 + - uid: 22188 + components: + - type: Transform + pos: -20.5,-10.5 + parent: 2 + - uid: 22189 + components: + - type: Transform + pos: -20.5,-9.5 + parent: 2 + - uid: 22190 + components: + - type: Transform + pos: -20.5,-8.5 + parent: 2 + - uid: 22191 + components: + - type: Transform + pos: -20.5,-7.5 + parent: 2 + - uid: 22192 + components: + - type: Transform + pos: -20.5,-6.5 + parent: 2 + - uid: 22193 + components: + - type: Transform + pos: -20.5,-2.5 + parent: 2 + - uid: 22194 + components: + - type: Transform + pos: -20.5,-1.5 + parent: 2 + - uid: 22195 + components: + - type: Transform + pos: -20.5,-0.5 + parent: 2 + - uid: 22196 + components: + - type: Transform + pos: -20.5,0.5 + parent: 2 + - uid: 22197 + components: + - type: Transform + pos: -20.5,1.5 + parent: 2 + - uid: 22198 + components: + - type: Transform + pos: -20.5,2.5 + parent: 2 + - uid: 22199 + components: + - type: Transform + pos: -20.5,3.5 + parent: 2 + - uid: 22200 + components: + - type: Transform + pos: -20.5,4.5 + parent: 2 + - uid: 22201 + components: + - type: Transform + pos: -20.5,5.5 + parent: 2 + - uid: 22202 + components: + - type: Transform + pos: -20.5,6.5 + parent: 2 + - uid: 22203 + components: + - type: Transform + pos: -20.5,7.5 + parent: 2 + - uid: 22204 + components: + - type: Transform + pos: -20.5,8.5 + parent: 2 + - uid: 22205 + components: + - type: Transform + pos: -20.5,9.5 + parent: 2 + - uid: 22206 + components: + - type: Transform + pos: -20.5,10.5 + parent: 2 + - uid: 22207 + components: + - type: Transform + pos: -20.5,11.5 + parent: 2 + - uid: 22208 + components: + - type: Transform + pos: -20.5,12.5 + parent: 2 + - uid: 22209 + components: + - type: Transform + pos: -20.5,13.5 + parent: 2 + - uid: 22210 + components: + - type: Transform + pos: -32.5,-25.5 + parent: 2 + - uid: 22211 + components: + - type: Transform + pos: -32.5,-24.5 + parent: 2 + - uid: 22212 + components: + - type: Transform + pos: -32.5,-23.5 + parent: 2 + - uid: 22213 + components: + - type: Transform + pos: -32.5,-22.5 + parent: 2 + - uid: 22214 + components: + - type: Transform + pos: -32.5,-21.5 + parent: 2 + - uid: 22215 + components: + - type: Transform + pos: -32.5,-21.5 + parent: 2 + - uid: 22216 + components: + - type: Transform + pos: -33.5,-21.5 + parent: 2 + - uid: 22217 + components: + - type: Transform + pos: -34.5,-21.5 + parent: 2 + - uid: 22218 + components: + - type: Transform + pos: -46.5,-28.5 + parent: 2 + - uid: 22219 + components: + - type: Transform + pos: -45.5,-28.5 + parent: 2 + - uid: 22220 + components: + - type: Transform + pos: -45.5,-28.5 + parent: 2 + - uid: 22221 + components: + - type: Transform + pos: -45.5,-27.5 + parent: 2 + - uid: 22222 + components: + - type: Transform + pos: -45.5,-26.5 + parent: 2 + - uid: 22223 + components: + - type: Transform + pos: -45.5,-25.5 + parent: 2 + - uid: 22224 + components: + - type: Transform + pos: -46.5,-25.5 + parent: 2 + - uid: 22225 + components: + - type: Transform + pos: -45.5,-28.5 + parent: 2 + - uid: 22226 + components: + - type: Transform + pos: -44.5,-28.5 + parent: 2 + - uid: 22227 + components: + - type: Transform + pos: -43.5,-28.5 + parent: 2 + - uid: 22228 + components: + - type: Transform + pos: -43.5,-28.5 + parent: 2 + - uid: 22229 + components: + - type: Transform + pos: -43.5,-29.5 + parent: 2 + - uid: 22230 + components: + - type: Transform + pos: -43.5,-30.5 + parent: 2 + - uid: 22231 + components: + - type: Transform + pos: -43.5,-31.5 + parent: 2 + - uid: 22232 + components: + - type: Transform + pos: -43.5,-31.5 + parent: 2 + - uid: 22233 + components: + - type: Transform + pos: -42.5,-31.5 + parent: 2 + - uid: 22234 + components: + - type: Transform + pos: -41.5,-31.5 + parent: 2 + - uid: 22235 + components: + - type: Transform + pos: -39.5,-27.5 + parent: 2 + - uid: 22236 + components: + - type: Transform + pos: -40.5,-27.5 + parent: 2 + - uid: 22237 + components: + - type: Transform + pos: -40.5,-31.5 + parent: 2 + - uid: 22238 + components: + - type: Transform + pos: -40.5,-32.5 + parent: 2 + - uid: 22239 + components: + - type: Transform + pos: -40.5,-33.5 + parent: 2 + - uid: 22240 + components: + - type: Transform + pos: -40.5,-34.5 + parent: 2 + - uid: 22241 + components: + - type: Transform + pos: -40.5,-34.5 + parent: 2 + - uid: 22242 + components: + - type: Transform + pos: -39.5,-34.5 + parent: 2 + - uid: 22243 + components: + - type: Transform + pos: -38.5,-34.5 + parent: 2 + - uid: 22244 + components: + - type: Transform + pos: -37.5,-34.5 + parent: 2 + - uid: 22245 + components: + - type: Transform + pos: -35.5,-42.5 + parent: 2 + - uid: 22246 + components: + - type: Transform + pos: -35.5,-41.5 + parent: 2 + - uid: 22247 + components: + - type: Transform + pos: -35.5,-40.5 + parent: 2 + - uid: 22248 + components: + - type: Transform + pos: -35.5,-40.5 + parent: 2 + - uid: 22249 + components: + - type: Transform + pos: -36.5,-40.5 + parent: 2 + - uid: 22250 + components: + - type: Transform + pos: -37.5,-40.5 + parent: 2 + - uid: 22251 + components: + - type: Transform + pos: -38.5,-40.5 + parent: 2 + - uid: 22252 + components: + - type: Transform + pos: -39.5,-40.5 + parent: 2 + - uid: 22253 + components: + - type: Transform + pos: -40.5,-40.5 + parent: 2 + - uid: 22254 + components: + - type: Transform + pos: -35.5,-40.5 + parent: 2 + - uid: 22255 + components: + - type: Transform + pos: -35.5,-36.5 + parent: 2 + - uid: 22256 + components: + - type: Transform + pos: -35.5,-40.5 + parent: 2 + - uid: 22257 + components: + - type: Transform + pos: -35.5,-39.5 + parent: 2 + - uid: 22258 + components: + - type: Transform + pos: -35.5,-38.5 + parent: 2 + - uid: 22259 + components: + - type: Transform + pos: -35.5,-37.5 + parent: 2 + - uid: 22260 + components: + - type: Transform + pos: -35.5,-36.5 + parent: 2 + - uid: 22261 + components: + - type: Transform + pos: -35.5,-35.5 + parent: 2 + - uid: 22262 + components: + - type: Transform + pos: -35.5,-36.5 + parent: 2 + - uid: 22263 + components: + - type: Transform + pos: -34.5,-36.5 + parent: 2 + - uid: 22264 + components: + - type: Transform + pos: -33.5,-36.5 + parent: 2 + - uid: 22265 + components: + - type: Transform + pos: -32.5,-36.5 + parent: 2 + - uid: 22266 + components: + - type: Transform + pos: -31.5,-36.5 + parent: 2 + - uid: 22267 + components: + - type: Transform + pos: -30.5,-36.5 + parent: 2 + - uid: 22268 + components: + - type: Transform + pos: -29.5,-36.5 + parent: 2 + - uid: 22269 + components: + - type: Transform + pos: -29.5,-36.5 + parent: 2 + - uid: 22270 + components: + - type: Transform + pos: -29.5,-37.5 + parent: 2 + - uid: 22271 + components: + - type: Transform + pos: -29.5,-38.5 + parent: 2 + - uid: 22272 + components: + - type: Transform + pos: -29.5,-39.5 + parent: 2 + - uid: 22273 + components: + - type: Transform + pos: -29.5,-39.5 + parent: 2 + - uid: 22274 + components: + - type: Transform + pos: -30.5,-39.5 + parent: 2 + - uid: 22275 + components: + - type: Transform + pos: -28.5,-39.5 + parent: 2 + - uid: 22276 + components: + - type: Transform + pos: -28.5,-40.5 + parent: 2 + - uid: 22277 + components: + - type: Transform + pos: -28.5,-41.5 + parent: 2 + - uid: 22278 + components: + - type: Transform + pos: -27.5,-41.5 + parent: 2 + - uid: 22279 + components: + - type: Transform + pos: -23.5,-42.5 + parent: 2 + - uid: 22280 + components: + - type: Transform + pos: -36.5,-37.5 + parent: 2 + - uid: 22281 + components: + - type: Transform + pos: -37.5,-37.5 + parent: 2 + - uid: 22282 + components: + - type: Transform + pos: -38.5,-37.5 + parent: 2 + - uid: 22283 + components: + - type: Transform + pos: -39.5,-37.5 + parent: 2 + - uid: 22284 + components: + - type: Transform + pos: -40.5,-37.5 + parent: 2 + - uid: 22285 + components: + - type: Transform + pos: -40.5,-36.5 + parent: 2 + - uid: 22286 + components: + - type: Transform + pos: -40.5,-38.5 + parent: 2 + - uid: 22287 + components: + - type: Transform + pos: -45.5,-35.5 + parent: 2 + - uid: 22288 + components: + - type: Transform + pos: -45.5,-36.5 + parent: 2 + - uid: 22289 + components: + - type: Transform + pos: -45.5,-37.5 + parent: 2 + - uid: 22290 + components: + - type: Transform + pos: -45.5,-38.5 + parent: 2 + - uid: 22291 + components: + - type: Transform + pos: -45.5,-39.5 + parent: 2 + - uid: 22292 + components: + - type: Transform + pos: -45.5,-40.5 + parent: 2 + - uid: 22293 + components: + - type: Transform + pos: -45.5,-41.5 + parent: 2 + - uid: 22294 + components: + - type: Transform + pos: -45.5,-42.5 + parent: 2 + - uid: 22295 + components: + - type: Transform + pos: -45.5,-43.5 + parent: 2 + - uid: 22296 + components: + - type: Transform + pos: -45.5,-44.5 + parent: 2 + - uid: 22297 + components: + - type: Transform + pos: -45.5,-45.5 + parent: 2 + - uid: 22298 + components: + - type: Transform + pos: -45.5,-46.5 + parent: 2 + - uid: 22299 + components: + - type: Transform + pos: -45.5,-43.5 + parent: 2 + - uid: 22300 + components: + - type: Transform + pos: -46.5,-43.5 + parent: 2 + - uid: 22301 + components: + - type: Transform + pos: -47.5,-43.5 + parent: 2 + - uid: 22302 + components: + - type: Transform + pos: -48.5,-43.5 + parent: 2 + - uid: 22303 + components: + - type: Transform + pos: -49.5,-43.5 + parent: 2 + - uid: 22304 + components: + - type: Transform + pos: -50.5,-43.5 + parent: 2 + - uid: 22305 + components: + - type: Transform + pos: -51.5,-43.5 + parent: 2 + - uid: 22306 + components: + - type: Transform + pos: -51.5,-44.5 + parent: 2 + - uid: 22307 + components: + - type: Transform + pos: -51.5,-45.5 + parent: 2 + - uid: 22308 + components: + - type: Transform + pos: -51.5,-45.5 + parent: 2 + - uid: 22309 + components: + - type: Transform + pos: -52.5,-45.5 + parent: 2 + - uid: 22310 + components: + - type: Transform + pos: -53.5,-45.5 + parent: 2 + - uid: 22311 + components: + - type: Transform + pos: -54.5,-45.5 + parent: 2 + - uid: 22312 + components: + - type: Transform + pos: -54.5,-43.5 + parent: 2 + - uid: 22313 + components: + - type: Transform + pos: -53.5,-43.5 + parent: 2 + - uid: 22314 + components: + - type: Transform + pos: -52.5,-43.5 + parent: 2 + - uid: 22315 + components: + - type: Transform + pos: -51.5,-43.5 + parent: 2 + - uid: 22316 + components: + - type: Transform + pos: -50.5,-43.5 + parent: 2 + - uid: 22317 + components: + - type: Transform + pos: -50.5,-42.5 + parent: 2 + - uid: 22318 + components: + - type: Transform + pos: -50.5,-41.5 + parent: 2 + - uid: 22319 + components: + - type: Transform + pos: -50.5,-40.5 + parent: 2 + - uid: 22320 + components: + - type: Transform + pos: -50.5,-39.5 + parent: 2 + - uid: 22321 + components: + - type: Transform + pos: -50.5,-38.5 + parent: 2 + - uid: 22322 + components: + - type: Transform + pos: -50.5,-37.5 + parent: 2 + - uid: 22323 + components: + - type: Transform + pos: -50.5,-36.5 + parent: 2 + - uid: 22324 + components: + - type: Transform + pos: -50.5,-35.5 + parent: 2 + - uid: 22325 + components: + - type: Transform + pos: -50.5,-34.5 + parent: 2 + - uid: 22326 + components: + - type: Transform + pos: -50.5,-33.5 + parent: 2 + - uid: 22327 + components: + - type: Transform + pos: -45.5,-38.5 + parent: 2 + - uid: 22328 + components: + - type: Transform + pos: -44.5,-38.5 + parent: 2 + - uid: 22329 + components: + - type: Transform + pos: -43.5,-38.5 + parent: 2 + - uid: 22330 + components: + - type: Transform + pos: -42.5,-38.5 + parent: 2 + - uid: 22331 + components: + - type: Transform + pos: -42.5,-37.5 + parent: 2 + - uid: 22332 + components: + - type: Transform + pos: -42.5,-39.5 + parent: 2 + - uid: 22333 + components: + - type: Transform + pos: -45.5,-42.5 + parent: 2 + - uid: 22334 + components: + - type: Transform + pos: -44.5,-42.5 + parent: 2 + - uid: 22335 + components: + - type: Transform + pos: -43.5,-42.5 + parent: 2 + - uid: 22336 + components: + - type: Transform + pos: -42.5,-42.5 + parent: 2 + - uid: 22337 + components: + - type: Transform + pos: -42.5,-43.5 + parent: 2 + - uid: 22338 + components: + - type: Transform + pos: -49.5,-50.5 + parent: 2 + - uid: 22339 + components: + - type: Transform + pos: -48.5,-50.5 + parent: 2 + - uid: 22340 + components: + - type: Transform + pos: -47.5,-50.5 + parent: 2 + - uid: 22341 + components: + - type: Transform + pos: -46.5,-50.5 + parent: 2 + - uid: 22342 + components: + - type: Transform + pos: -45.5,-50.5 + parent: 2 + - uid: 22343 + components: + - type: Transform + pos: -44.5,-50.5 + parent: 2 + - uid: 22344 + components: + - type: Transform + pos: -43.5,-50.5 + parent: 2 + - uid: 22345 + components: + - type: Transform + pos: -42.5,-50.5 + parent: 2 + - uid: 22346 + components: + - type: Transform + pos: -43.5,-50.5 + parent: 2 + - uid: 22347 + components: + - type: Transform + pos: -43.5,-49.5 + parent: 2 + - uid: 22348 + components: + - type: Transform + pos: -43.5,-48.5 + parent: 2 + - uid: 22349 + components: + - type: Transform + pos: -47.5,-50.5 + parent: 2 + - uid: 22350 + components: + - type: Transform + pos: -47.5,-51.5 + parent: 2 + - uid: 22351 + components: + - type: Transform + pos: -47.5,-52.5 + parent: 2 + - uid: 22352 + components: + - type: Transform + pos: -47.5,-53.5 + parent: 2 + - uid: 22353 + components: + - type: Transform + pos: -48.5,-53.5 + parent: 2 + - uid: 22354 + components: + - type: Transform + pos: -49.5,-51.5 + parent: 2 + - uid: 22355 + components: + - type: Transform + pos: -50.5,-51.5 + parent: 2 + - uid: 22356 + components: + - type: Transform + pos: -47.5,-50.5 + parent: 2 + - uid: 22357 + components: + - type: Transform + pos: -47.5,-49.5 + parent: 2 + - uid: 22358 + components: + - type: Transform + pos: -47.5,-48.5 + parent: 2 + - uid: 22359 + components: + - type: Transform + pos: -47.5,-48.5 + parent: 2 + - uid: 22360 + components: + - type: Transform + pos: -48.5,-48.5 + parent: 2 + - uid: 22361 + components: + - type: Transform + pos: -49.5,-48.5 + parent: 2 + - uid: 22362 + components: + - type: Transform + pos: -50.5,-48.5 + parent: 2 + - uid: 22363 + components: + - type: Transform + pos: -43.5,-51.5 + parent: 2 + - uid: 22364 + components: + - type: Transform + pos: -36.5,-49.5 + parent: 2 + - uid: 22365 + components: + - type: Transform + pos: -36.5,-50.5 + parent: 2 + - uid: 22366 + components: + - type: Transform + pos: -36.5,-51.5 + parent: 2 + - uid: 22367 + components: + - type: Transform + pos: -36.5,-52.5 + parent: 2 + - uid: 22368 + components: + - type: Transform + pos: -36.5,-53.5 + parent: 2 + - uid: 22369 + components: + - type: Transform + pos: -36.5,-54.5 + parent: 2 + - uid: 22370 + components: + - type: Transform + pos: -36.5,-54.5 + parent: 2 + - uid: 22371 + components: + - type: Transform + pos: -37.5,-54.5 + parent: 2 + - uid: 22372 + components: + - type: Transform + pos: -38.5,-54.5 + parent: 2 + - uid: 22373 + components: + - type: Transform + pos: -39.5,-54.5 + parent: 2 + - uid: 22374 + components: + - type: Transform + pos: -38.5,-54.5 + parent: 2 + - uid: 22375 + components: + - type: Transform + pos: -38.5,-53.5 + parent: 2 + - uid: 22376 + components: + - type: Transform + pos: -38.5,-52.5 + parent: 2 + - uid: 22377 + components: + - type: Transform + pos: -38.5,-51.5 + parent: 2 + - uid: 22378 + components: + - type: Transform + pos: -38.5,-50.5 + parent: 2 + - uid: 22379 + components: + - type: Transform + pos: -39.5,-50.5 + parent: 2 + - uid: 22380 + components: + - type: Transform + pos: -37.5,-50.5 + parent: 2 + - uid: 22381 + components: + - type: Transform + pos: -36.5,-55.5 + parent: 2 + - uid: 22382 + components: + - type: Transform + pos: -36.5,-49.5 + parent: 2 + - uid: 22383 + components: + - type: Transform + pos: -36.5,-48.5 + parent: 2 + - uid: 22384 + components: + - type: Transform + pos: -36.5,-47.5 + parent: 2 + - uid: 22385 + components: + - type: Transform + pos: -36.5,-46.5 + parent: 2 + - uid: 22386 + components: + - type: Transform + pos: -36.5,-45.5 + parent: 2 + - uid: 22387 + components: + - type: Transform + pos: -36.5,-46.5 + parent: 2 + - uid: 22388 + components: + - type: Transform + pos: -37.5,-46.5 + parent: 2 + - uid: 22389 + components: + - type: Transform + pos: -38.5,-46.5 + parent: 2 + - uid: 22390 + components: + - type: Transform + pos: -39.5,-46.5 + parent: 2 + - uid: 22391 + components: + - type: Transform + pos: -38.5,-47.5 + parent: 2 + - uid: 22392 + components: + - type: Transform + pos: -38.5,-45.5 + parent: 2 + - uid: 22393 + components: + - type: Transform + pos: -40.5,-46.5 + parent: 2 + - uid: 22394 + components: + - type: Transform + pos: -40.5,-45.5 + parent: 2 + - uid: 22395 + components: + - type: Transform + pos: -40.5,-44.5 + parent: 2 + - uid: 22396 + components: + - type: Transform + pos: -38.5,-47.5 + parent: 2 + - uid: 22397 + components: + - type: Transform + pos: -51.5,-37.5 + parent: 2 + - uid: 22398 + components: + - type: Transform + pos: -52.5,-37.5 + parent: 2 + - uid: 22399 + components: + - type: Transform + pos: -53.5,-37.5 + parent: 2 + - uid: 22400 + components: + - type: Transform + pos: -52.5,-37.5 + parent: 2 + - uid: 22401 + components: + - type: Transform + pos: -52.5,-38.5 + parent: 2 + - uid: 22402 + components: + - type: Transform + pos: -52.5,-39.5 + parent: 2 + - uid: 22403 + components: + - type: Transform + pos: -49.5,-38.5 + parent: 2 + - uid: 22404 + components: + - type: Transform + pos: -48.5,-38.5 + parent: 2 + - uid: 22405 + components: + - type: Transform + pos: -47.5,-38.5 + parent: 2 + - uid: 22406 + components: + - type: Transform + pos: -46.5,-45.5 + parent: 2 + - uid: 22407 + components: + - type: Transform + pos: -47.5,-45.5 + parent: 2 + - uid: 22408 + components: + - type: Transform + pos: -48.5,-45.5 + parent: 2 + - uid: 22409 + components: + - type: Transform + pos: -43.5,-42.5 + parent: 2 + - uid: 22410 + components: + - type: Transform + pos: -43.5,-41.5 + parent: 2 + - uid: 22411 + components: + - type: Transform + pos: -50.5,-33.5 + parent: 2 + - uid: 22412 + components: + - type: Transform + pos: -51.5,-33.5 + parent: 2 + - uid: 22413 + components: + - type: Transform + pos: -52.5,-33.5 + parent: 2 + - uid: 22414 + components: + - type: Transform + pos: -53.5,-33.5 + parent: 2 + - uid: 22415 + components: + - type: Transform + pos: -54.5,-33.5 + parent: 2 + - uid: 22416 + components: + - type: Transform + pos: -54.5,-33.5 + parent: 2 + - uid: 22417 + components: + - type: Transform + pos: -54.5,-32.5 + parent: 2 + - uid: 22418 + components: + - type: Transform + pos: -54.5,-32.5 + parent: 2 + - uid: 22419 + components: + - type: Transform + pos: -55.5,-32.5 + parent: 2 + - uid: 22420 + components: + - type: Transform + pos: -56.5,-32.5 + parent: 2 + - uid: 22421 + components: + - type: Transform + pos: -57.5,-32.5 + parent: 2 + - uid: 22422 + components: + - type: Transform + pos: -58.5,-32.5 + parent: 2 + - uid: 22423 + components: + - type: Transform + pos: -59.5,-32.5 + parent: 2 + - uid: 22424 + components: + - type: Transform + pos: -60.5,-32.5 + parent: 2 + - uid: 22425 + components: + - type: Transform + pos: -60.5,-32.5 + parent: 2 + - uid: 22426 + components: + - type: Transform + pos: -60.5,-31.5 + parent: 2 + - uid: 22427 + components: + - type: Transform + pos: -50.5,-31.5 + parent: 2 + - uid: 22428 + components: + - type: Transform + pos: -50.5,-32.5 + parent: 2 + - uid: 22429 + components: + - type: Transform + pos: -50.5,-33.5 + parent: 2 + - uid: 22430 + components: + - type: Transform + pos: -53.5,-32.5 + parent: 2 + - uid: 22431 + components: + - type: Transform + pos: -53.5,-31.5 + parent: 2 + - uid: 22432 + components: + - type: Transform + pos: -17.5,-51.5 + parent: 2 + - uid: 22433 + components: + - type: Transform + pos: -17.5,-50.5 + parent: 2 + - uid: 22434 + components: + - type: Transform + pos: -17.5,-50.5 + parent: 2 + - uid: 22435 + components: + - type: Transform + pos: -18.5,-50.5 + parent: 2 + - uid: 22436 + components: + - type: Transform + pos: -19.5,-50.5 + parent: 2 + - uid: 22437 + components: + - type: Transform + pos: -20.5,-50.5 + parent: 2 + - uid: 22438 + components: + - type: Transform + pos: -20.5,-50.5 + parent: 2 + - uid: 22439 + components: + - type: Transform + pos: -20.5,-51.5 + parent: 2 + - uid: 22440 + components: + - type: Transform + pos: -20.5,-52.5 + parent: 2 + - uid: 22441 + components: + - type: Transform + pos: -20.5,-53.5 + parent: 2 + - uid: 22442 + components: + - type: Transform + pos: -20.5,-54.5 + parent: 2 + - uid: 22443 + components: + - type: Transform + pos: -20.5,-54.5 + parent: 2 + - uid: 22444 + components: + - type: Transform + pos: -19.5,-54.5 + parent: 2 + - uid: 22445 + components: + - type: Transform + pos: -18.5,-54.5 + parent: 2 + - uid: 22446 + components: + - type: Transform + pos: -20.5,-54.5 + parent: 2 + - uid: 22447 + components: + - type: Transform + pos: -21.5,-54.5 + parent: 2 + - uid: 22448 + components: + - type: Transform + pos: -22.5,-54.5 + parent: 2 + - uid: 22449 + components: + - type: Transform + pos: -23.5,-54.5 + parent: 2 + - uid: 22450 + components: + - type: Transform + pos: -20.5,-50.5 + parent: 2 + - uid: 22451 + components: + - type: Transform + pos: -20.5,-49.5 + parent: 2 + - uid: 22452 + components: + - type: Transform + pos: -20.5,-48.5 + parent: 2 + - uid: 22453 + components: + - type: Transform + pos: -20.5,-47.5 + parent: 2 + - uid: 22454 + components: + - type: Transform + pos: -20.5,-49.5 + parent: 2 + - uid: 22455 + components: + - type: Transform + pos: -21.5,-49.5 + parent: 2 + - uid: 22456 + components: + - type: Transform + pos: -22.5,-49.5 + parent: 2 + - uid: 22457 + components: + - type: Transform + pos: -23.5,-49.5 + parent: 2 + - uid: 22458 + components: + - type: Transform + pos: -23.5,-50.5 + parent: 2 + - uid: 22459 + components: + - type: Transform + pos: -24.5,-50.5 + parent: 2 + - uid: 22460 + components: + - type: Transform + pos: -25.5,-50.5 + parent: 2 + - uid: 22461 + components: + - type: Transform + pos: -21.5,-47.5 + parent: 2 + - uid: 22462 + components: + - type: Transform + pos: -22.5,-47.5 + parent: 2 + - uid: 22463 + components: + - type: Transform + pos: -23.5,-47.5 + parent: 2 + - uid: 22464 + components: + - type: Transform + pos: -23.5,-46.5 + parent: 2 + - uid: 22465 + components: + - type: Transform + pos: -23.5,-45.5 + parent: 2 + - uid: 22466 + components: + - type: Transform + pos: -23.5,-45.5 + parent: 2 + - uid: 22467 + components: + - type: Transform + pos: -24.5,-45.5 + parent: 2 + - uid: 22468 + components: + - type: Transform + pos: -25.5,-45.5 + parent: 2 + - uid: 22469 + components: + - type: Transform + pos: -26.5,-45.5 + parent: 2 + - uid: 22470 + components: + - type: Transform + pos: -27.5,-45.5 + parent: 2 + - uid: 22471 + components: + - type: Transform + pos: -27.5,-45.5 + parent: 2 + - uid: 22472 + components: + - type: Transform + pos: -27.5,-44.5 + parent: 2 + - uid: 22473 + components: + - type: Transform + pos: -27.5,-44.5 + parent: 2 + - uid: 22474 + components: + - type: Transform + pos: -28.5,-44.5 + parent: 2 + - uid: 22475 + components: + - type: Transform + pos: -29.5,-44.5 + parent: 2 + - uid: 22476 + components: + - type: Transform + pos: -29.5,-43.5 + parent: 2 + - uid: 22477 + components: + - type: Transform + pos: -30.5,-43.5 + parent: 2 + - uid: 22478 + components: + - type: Transform + pos: -31.5,-43.5 + parent: 2 + - uid: 22479 + components: + - type: Transform + pos: -31.5,-42.5 + parent: 2 + - uid: 22480 + components: + - type: Transform + pos: -31.5,-41.5 + parent: 2 + - uid: 22481 + components: + - type: Transform + pos: -16.5,-50.5 + parent: 2 + - uid: 22482 + components: + - type: Transform + pos: -15.5,-50.5 + parent: 2 + - uid: 22483 + components: + - type: Transform + pos: -14.5,-50.5 + parent: 2 + - uid: 22484 + components: + - type: Transform + pos: -13.5,-50.5 + parent: 2 + - uid: 22485 + components: + - type: Transform + pos: -12.5,-50.5 + parent: 2 + - uid: 22486 + components: + - type: Transform + pos: -12.5,-50.5 + parent: 2 + - uid: 22487 + components: + - type: Transform + pos: -12.5,-51.5 + parent: 2 + - uid: 22488 + components: + - type: Transform + pos: 3.5,-56.5 + parent: 2 + - uid: 22489 + components: + - type: Transform + pos: 3.5,-55.5 + parent: 2 + - uid: 22490 + components: + - type: Transform + pos: 3.5,-54.5 + parent: 2 + - uid: 22491 + components: + - type: Transform + pos: 3.5,-53.5 + parent: 2 + - uid: 22492 + components: + - type: Transform + pos: 3.5,-53.5 + parent: 2 + - uid: 22493 + components: + - type: Transform + pos: 2.5,-53.5 + parent: 2 + - uid: 22494 + components: + - type: Transform + pos: 1.5,-53.5 + parent: 2 + - uid: 22495 + components: + - type: Transform + pos: 0.5,-53.5 + parent: 2 + - uid: 22496 + components: + - type: Transform + pos: -0.5,-53.5 + parent: 2 + - uid: 22497 + components: + - type: Transform + pos: -1.5,-53.5 + parent: 2 + - uid: 22498 + components: + - type: Transform + pos: -2.5,-53.5 + parent: 2 + - uid: 22499 + components: + - type: Transform + pos: 3.5,-55.5 + parent: 2 + - uid: 22500 + components: + - type: Transform + pos: 4.5,-55.5 + parent: 2 + - uid: 22501 + components: + - type: Transform + pos: 5.5,-55.5 + parent: 2 + - uid: 22502 + components: + - type: Transform + pos: 6.5,-55.5 + parent: 2 + - uid: 22503 + components: + - type: Transform + pos: 7.5,-55.5 + parent: 2 + - uid: 22504 + components: + - type: Transform + pos: 8.5,-55.5 + parent: 2 + - uid: 22505 + components: + - type: Transform + pos: 8.5,-55.5 + parent: 2 + - uid: 22506 + components: + - type: Transform + pos: 8.5,-56.5 + parent: 2 + - uid: 22507 + components: + - type: Transform + pos: 8.5,-57.5 + parent: 2 + - uid: 22508 + components: + - type: Transform + pos: 8.5,-58.5 + parent: 2 + - uid: 22509 + components: + - type: Transform + pos: 8.5,-58.5 + parent: 2 + - uid: 22510 + components: + - type: Transform + pos: 7.5,-58.5 + parent: 2 + - uid: 22511 + components: + - type: Transform + pos: 6.5,-58.5 + parent: 2 + - uid: 22512 + components: + - type: Transform + pos: 5.5,-58.5 + parent: 2 + - uid: 22513 + components: + - type: Transform + pos: 8.5,-58.5 + parent: 2 + - uid: 22514 + components: + - type: Transform + pos: 9.5,-58.5 + parent: 2 + - uid: 22515 + components: + - type: Transform + pos: 10.5,-58.5 + parent: 2 + - uid: 22516 + components: + - type: Transform + pos: 11.5,-58.5 + parent: 2 + - uid: 22517 + components: + - type: Transform + pos: 9.5,-58.5 + parent: 2 + - uid: 22518 + components: + - type: Transform + pos: 9.5,-59.5 + parent: 2 + - uid: 22519 + components: + - type: Transform + pos: 9.5,-60.5 + parent: 2 + - uid: 22520 + components: + - type: Transform + pos: 9.5,-61.5 + parent: 2 + - uid: 22521 + components: + - type: Transform + pos: -10.5,-72.5 + parent: 2 + - uid: 22522 + components: + - type: Transform + pos: -9.5,-72.5 + parent: 2 + - uid: 22523 + components: + - type: Transform + pos: -8.5,-72.5 + parent: 2 + - uid: 22524 + components: + - type: Transform + pos: -8.5,-72.5 + parent: 2 + - uid: 22525 + components: + - type: Transform + pos: -8.5,-73.5 + parent: 2 + - uid: 22526 + components: + - type: Transform + pos: -8.5,-74.5 + parent: 2 + - uid: 22527 + components: + - type: Transform + pos: -8.5,-75.5 + parent: 2 + - uid: 22528 + components: + - type: Transform + pos: -8.5,-76.5 + parent: 2 + - uid: 22529 + components: + - type: Transform + pos: -8.5,-77.5 + parent: 2 + - uid: 22530 + components: + - type: Transform + pos: -8.5,-78.5 + parent: 2 + - uid: 22531 + components: + - type: Transform + pos: -8.5,-79.5 + parent: 2 + - uid: 22532 + components: + - type: Transform + pos: -8.5,-80.5 + parent: 2 + - uid: 22533 + components: + - type: Transform + pos: -8.5,-81.5 + parent: 2 + - uid: 22534 + components: + - type: Transform + pos: -8.5,-82.5 + parent: 2 + - uid: 22535 + components: + - type: Transform + pos: -8.5,-83.5 + parent: 2 + - uid: 22536 + components: + - type: Transform + pos: -8.5,-84.5 + parent: 2 + - uid: 22537 + components: + - type: Transform + pos: -8.5,-85.5 + parent: 2 + - uid: 22538 + components: + - type: Transform + pos: -8.5,-86.5 + parent: 2 + - uid: 22539 + components: + - type: Transform + pos: -8.5,-84.5 + parent: 2 + - uid: 22540 + components: + - type: Transform + pos: -9.5,-84.5 + parent: 2 + - uid: 22541 + components: + - type: Transform + pos: -10.5,-84.5 + parent: 2 + - uid: 22542 + components: + - type: Transform + pos: -11.5,-84.5 + parent: 2 + - uid: 22543 + components: + - type: Transform + pos: -8.5,-84.5 + parent: 2 + - uid: 22544 + components: + - type: Transform + pos: -7.5,-84.5 + parent: 2 + - uid: 22545 + components: + - type: Transform + pos: -6.5,-84.5 + parent: 2 + - uid: 22546 + components: + - type: Transform + pos: -5.5,-84.5 + parent: 2 + - uid: 22547 + components: + - type: Transform + pos: -8.5,-86.5 + parent: 2 + - uid: 22548 + components: + - type: Transform + pos: -8.5,-87.5 + parent: 2 + - uid: 22549 + components: + - type: Transform + pos: -8.5,-88.5 + parent: 2 + - uid: 22550 + components: + - type: Transform + pos: -11.5,-77.5 + parent: 2 + - uid: 22551 + components: + - type: Transform + pos: -10.5,-77.5 + parent: 2 + - uid: 22552 + components: + - type: Transform + pos: -9.5,-77.5 + parent: 2 + - uid: 22553 + components: + - type: Transform + pos: -8.5,-77.5 + parent: 2 + - uid: 22554 + components: + - type: Transform + pos: -7.5,-77.5 + parent: 2 + - uid: 22555 + components: + - type: Transform + pos: -6.5,-77.5 + parent: 2 + - uid: 22556 + components: + - type: Transform + pos: -5.5,-77.5 + parent: 2 + - uid: 22557 + components: + - type: Transform + pos: -8.5,-72.5 + parent: 2 + - uid: 22558 + components: + - type: Transform + pos: -8.5,-71.5 + parent: 2 + - uid: 22559 + components: + - type: Transform + pos: -8.5,-70.5 + parent: 2 + - uid: 22560 + components: + - type: Transform + pos: -8.5,-69.5 + parent: 2 + - uid: 22561 + components: + - type: Transform + pos: -8.5,-68.5 + parent: 2 + - uid: 22562 + components: + - type: Transform + pos: -8.5,-67.5 + parent: 2 + - uid: 22563 + components: + - type: Transform + pos: 7.5,-72.5 + parent: 2 + - uid: 22564 + components: + - type: Transform + pos: 8.5,-72.5 + parent: 2 + - uid: 22565 + components: + - type: Transform + pos: 9.5,-72.5 + parent: 2 + - uid: 22566 + components: + - type: Transform + pos: 9.5,-72.5 + parent: 2 + - uid: 22567 + components: + - type: Transform + pos: 9.5,-71.5 + parent: 2 + - uid: 22568 + components: + - type: Transform + pos: 9.5,-70.5 + parent: 2 + - uid: 22569 + components: + - type: Transform + pos: 9.5,-69.5 + parent: 2 + - uid: 22570 + components: + - type: Transform + pos: 9.5,-68.5 + parent: 2 + - uid: 22571 + components: + - type: Transform + pos: 9.5,-67.5 + parent: 2 + - uid: 22572 + components: + - type: Transform + pos: 9.5,-66.5 + parent: 2 + - uid: 22573 + components: + - type: Transform + pos: 9.5,-72.5 + parent: 2 + - uid: 22574 + components: + - type: Transform + pos: 9.5,-73.5 + parent: 2 + - uid: 22575 + components: + - type: Transform + pos: 9.5,-74.5 + parent: 2 + - uid: 22576 + components: + - type: Transform + pos: 9.5,-75.5 + parent: 2 + - uid: 22577 + components: + - type: Transform + pos: 9.5,-76.5 + parent: 2 + - uid: 22578 + components: + - type: Transform + pos: 9.5,-77.5 + parent: 2 + - uid: 22579 + components: + - type: Transform + pos: 9.5,-78.5 + parent: 2 + - uid: 22580 + components: + - type: Transform + pos: 9.5,-79.5 + parent: 2 + - uid: 22581 + components: + - type: Transform + pos: 9.5,-80.5 + parent: 2 + - uid: 22582 + components: + - type: Transform + pos: 9.5,-81.5 + parent: 2 + - uid: 22583 + components: + - type: Transform + pos: 9.5,-82.5 + parent: 2 + - uid: 22584 + components: + - type: Transform + pos: 9.5,-83.5 + parent: 2 + - uid: 22585 + components: + - type: Transform + pos: 9.5,-84.5 + parent: 2 + - uid: 22586 + components: + - type: Transform + pos: 9.5,-85.5 + parent: 2 + - uid: 22587 + components: + - type: Transform + pos: 9.5,-86.5 + parent: 2 + - uid: 22588 + components: + - type: Transform + pos: 9.5,-87.5 + parent: 2 + - uid: 22589 + components: + - type: Transform + pos: 9.5,-88.5 + parent: 2 + - uid: 22590 + components: + - type: Transform + pos: 6.5,-84.5 + parent: 2 + - uid: 22591 + components: + - type: Transform + pos: 7.5,-84.5 + parent: 2 + - uid: 22592 + components: + - type: Transform + pos: 8.5,-84.5 + parent: 2 + - uid: 22593 + components: + - type: Transform + pos: 9.5,-84.5 + parent: 2 + - uid: 22594 + components: + - type: Transform + pos: 10.5,-84.5 + parent: 2 + - uid: 22595 + components: + - type: Transform + pos: 11.5,-84.5 + parent: 2 + - uid: 22596 + components: + - type: Transform + pos: 12.5,-84.5 + parent: 2 + - uid: 22597 + components: + - type: Transform + pos: 12.5,-77.5 + parent: 2 + - uid: 22598 + components: + - type: Transform + pos: 11.5,-77.5 + parent: 2 + - uid: 22599 + components: + - type: Transform + pos: 10.5,-77.5 + parent: 2 + - uid: 22600 + components: + - type: Transform + pos: 9.5,-77.5 + parent: 2 + - uid: 22601 + components: + - type: Transform + pos: 8.5,-77.5 + parent: 2 + - uid: 22602 + components: + - type: Transform + pos: 7.5,-77.5 + parent: 2 + - uid: 22603 + components: + - type: Transform + pos: 6.5,-77.5 + parent: 2 + - uid: 22604 + components: + - type: Transform + pos: 6.5,-77.5 + parent: 2 + - uid: 22605 + components: + - type: Transform + pos: 9.5,-67.5 + parent: 2 + - uid: 22606 + components: + - type: Transform + pos: 8.5,-67.5 + parent: 2 + - uid: 22607 + components: + - type: Transform + pos: 7.5,-67.5 + parent: 2 + - uid: 22608 + components: + - type: Transform + pos: -1.5,-68.5 + parent: 2 + - uid: 22609 + components: + - type: Transform + pos: -1.5,-67.5 + parent: 2 + - uid: 22610 + components: + - type: Transform + pos: -1.5,-66.5 + parent: 2 + - uid: 22611 + components: + - type: Transform + pos: -1.5,-65.5 + parent: 2 + - uid: 22612 + components: + - type: Transform + pos: -1.5,-64.5 + parent: 2 + - uid: 22613 + components: + - type: Transform + pos: -1.5,-66.5 + parent: 2 + - uid: 22614 + components: + - type: Transform + pos: -0.5,-66.5 + parent: 2 + - uid: 22615 + components: + - type: Transform + pos: 0.5,-66.5 + parent: 2 + - uid: 22616 + components: + - type: Transform + pos: 1.5,-66.5 + parent: 2 + - uid: 22617 + components: + - type: Transform + pos: 2.5,-66.5 + parent: 2 + - uid: 22618 + components: + - type: Transform + pos: 3.5,-66.5 + parent: 2 + - uid: 22619 + components: + - type: Transform + pos: 4.5,-66.5 + parent: 2 + - uid: 22620 + components: + - type: Transform + pos: 5.5,-66.5 + parent: 2 + - uid: 22621 + components: + - type: Transform + pos: -1.5,-66.5 + parent: 2 + - uid: 22622 + components: + - type: Transform + pos: -2.5,-66.5 + parent: 2 + - uid: 22623 + components: + - type: Transform + pos: -3.5,-66.5 + parent: 2 + - uid: 22624 + components: + - type: Transform + pos: -4.5,-66.5 + parent: 2 + - uid: 22625 + components: + - type: Transform + pos: -5.5,-66.5 + parent: 2 + - uid: 22626 + components: + - type: Transform + pos: -6.5,-66.5 + parent: 2 + - uid: 22627 + components: + - type: Transform + pos: -7.5,-66.5 + parent: 2 + - uid: 22628 + components: + - type: Transform + pos: -6.5,-66.5 + parent: 2 + - uid: 22629 + components: + - type: Transform + pos: -6.5,-65.5 + parent: 2 + - uid: 22630 + components: + - type: Transform + pos: -6.5,-64.5 + parent: 2 + - uid: 22631 + components: + - type: Transform + pos: -6.5,-63.5 + parent: 2 + - uid: 22632 + components: + - type: Transform + pos: -6.5,-62.5 + parent: 2 + - uid: 22633 + components: + - type: Transform + pos: -6.5,-62.5 + parent: 2 + - uid: 22634 + components: + - type: Transform + pos: -5.5,-62.5 + parent: 2 + - uid: 22635 + components: + - type: Transform + pos: -4.5,-62.5 + parent: 2 + - uid: 22636 + components: + - type: Transform + pos: -3.5,-62.5 + parent: 2 + - uid: 22637 + components: + - type: Transform + pos: -2.5,-62.5 + parent: 2 + - uid: 22638 + components: + - type: Transform + pos: -1.5,-62.5 + parent: 2 + - uid: 22639 + components: + - type: Transform + pos: -0.5,-62.5 + parent: 2 + - uid: 22640 + components: + - type: Transform + pos: 0.5,-62.5 + parent: 2 + - uid: 22641 + components: + - type: Transform + pos: 2.5,-66.5 + parent: 2 + - uid: 22642 + components: + - type: Transform + pos: 2.5,-65.5 + parent: 2 + - uid: 22643 + components: + - type: Transform + pos: 2.5,-64.5 + parent: 2 + - uid: 22644 + components: + - type: Transform + pos: 2.5,-63.5 + parent: 2 + - uid: 22645 + components: + - type: Transform + pos: 3.5,-63.5 + parent: 2 + - uid: 22646 + components: + - type: Transform + pos: 3.5,-62.5 + parent: 2 + - uid: 22647 + components: + - type: Transform + pos: 3.5,-62.5 + parent: 2 + - uid: 22648 + components: + - type: Transform + pos: 4.5,-62.5 + parent: 2 + - uid: 22649 + components: + - type: Transform + pos: 5.5,-62.5 + parent: 2 + - uid: 22650 + components: + - type: Transform + pos: 6.5,-62.5 + parent: 2 + - uid: 22651 + components: + - type: Transform + pos: 7.5,-62.5 + parent: 2 + - uid: 22652 + components: + - type: Transform + pos: 8.5,-62.5 + parent: 2 + - uid: 22653 + components: + - type: Transform + pos: 8.5,-62.5 + parent: 2 + - uid: 22654 + components: + - type: Transform + pos: 8.5,-63.5 + parent: 2 + - uid: 22655 + components: + - type: Transform + pos: 9.5,-63.5 + parent: 2 + - uid: 22656 + components: + - type: Transform + pos: 8.5,-64.5 + parent: 2 + - uid: 22657 + components: + - type: Transform + pos: -1.5,-61.5 + parent: 2 + - uid: 22658 + components: + - type: Transform + pos: -7.5,-62.5 + parent: 2 + - uid: 22659 + components: + - type: Transform + pos: -8.5,-62.5 + parent: 2 + - uid: 22660 + components: + - type: Transform + pos: -8.5,-61.5 + parent: 2 + - uid: 22661 + components: + - type: Transform + pos: -8.5,-60.5 + parent: 2 + - uid: 22662 + components: + - type: Transform + pos: -8.5,-59.5 + parent: 2 + - uid: 22663 + components: + - type: Transform + pos: -8.5,-58.5 + parent: 2 + - uid: 22664 + components: + - type: Transform + pos: -9.5,-58.5 + parent: 2 + - uid: 22665 + components: + - type: Transform + pos: -8.5,-58.5 + parent: 2 + - uid: 22666 + components: + - type: Transform + pos: -7.5,-58.5 + parent: 2 + - uid: 22667 + components: + - type: Transform + pos: -6.5,-58.5 + parent: 2 + - uid: 22668 + components: + - type: Transform + pos: -5.5,-58.5 + parent: 2 + - uid: 22669 + components: + - type: Transform + pos: -4.5,-58.5 + parent: 2 + - uid: 22670 + components: + - type: Transform + pos: -10.5,-59.5 + parent: 2 + - uid: 22671 + components: + - type: Transform + pos: -10.5,-58.5 + parent: 2 + - uid: 22672 + components: + - type: Transform + pos: -2.5,-54.5 + parent: 2 + - uid: 22673 + components: + - type: Transform + pos: -2.5,-55.5 + parent: 2 + - uid: 22674 + components: + - type: Transform + pos: -2.5,-55.5 + parent: 2 + - uid: 22675 + components: + - type: Transform + pos: -3.5,-55.5 + parent: 2 + - uid: 22676 + components: + - type: Transform + pos: -4.5,-55.5 + parent: 2 + - uid: 22677 + components: + - type: Transform + pos: -5.5,-55.5 + parent: 2 + - uid: 22678 + components: + - type: Transform + pos: -6.5,-55.5 + parent: 2 + - uid: 22679 + components: + - type: Transform + pos: -7.5,-55.5 + parent: 2 + - uid: 22680 + components: + - type: Transform + pos: -8.5,-55.5 + parent: 2 + - uid: 22681 + components: + - type: Transform + pos: -8.5,-55.5 + parent: 2 + - uid: 22682 + components: + - type: Transform + pos: -8.5,-54.5 + parent: 2 + - uid: 22683 + components: + - type: Transform + pos: -8.5,-53.5 + parent: 2 + - uid: 22684 + components: + - type: Transform + pos: -8.5,-52.5 + parent: 2 + - uid: 22685 + components: + - type: Transform + pos: -8.5,-51.5 + parent: 2 + - uid: 22686 + components: + - type: Transform + pos: -8.5,-50.5 + parent: 2 + - uid: 22687 + components: + - type: Transform + pos: -8.5,-50.5 + parent: 2 + - uid: 22688 + components: + - type: Transform + pos: -9.5,-50.5 + parent: 2 + - uid: 22689 + components: + - type: Transform + pos: -8.5,-43.5 + parent: 2 + - uid: 22690 + components: + - type: Transform + pos: -8.5,-44.5 + parent: 2 + - uid: 22691 + components: + - type: Transform + pos: -8.5,-45.5 + parent: 2 + - uid: 22692 + components: + - type: Transform + pos: -8.5,-45.5 + parent: 2 + - uid: 22693 + components: + - type: Transform + pos: -7.5,-45.5 + parent: 2 + - uid: 22694 + components: + - type: Transform + pos: -6.5,-45.5 + parent: 2 + - uid: 22695 + components: + - type: Transform + pos: -5.5,-45.5 + parent: 2 + - uid: 22696 + components: + - type: Transform + pos: -4.5,-45.5 + parent: 2 + - uid: 22697 + components: + - type: Transform + pos: -3.5,-45.5 + parent: 2 + - uid: 22698 + components: + - type: Transform + pos: -3.5,-45.5 + parent: 2 + - uid: 22699 + components: + - type: Transform + pos: -3.5,-46.5 + parent: 2 + - uid: 22700 + components: + - type: Transform + pos: -3.5,-47.5 + parent: 2 + - uid: 22701 + components: + - type: Transform + pos: -3.5,-48.5 + parent: 2 + - uid: 22702 + components: + - type: Transform + pos: -3.5,-48.5 + parent: 2 + - uid: 22703 + components: + - type: Transform + pos: -4.5,-48.5 + parent: 2 + - uid: 22704 + components: + - type: Transform + pos: -5.5,-48.5 + parent: 2 + - uid: 22705 + components: + - type: Transform + pos: -6.5,-48.5 + parent: 2 + - uid: 22706 + components: + - type: Transform + pos: -7.5,-48.5 + parent: 2 + - uid: 22707 + components: + - type: Transform + pos: -8.5,-48.5 + parent: 2 + - uid: 22708 + components: + - type: Transform + pos: -3.5,-45.5 + parent: 2 + - uid: 22709 + components: + - type: Transform + pos: -3.5,-44.5 + parent: 2 + - uid: 22710 + components: + - type: Transform + pos: -3.5,-43.5 + parent: 2 + - uid: 22711 + components: + - type: Transform + pos: -3.5,-42.5 + parent: 2 + - uid: 22712 + components: + - type: Transform + pos: -3.5,-41.5 + parent: 2 + - uid: 22713 + components: + - type: Transform + pos: -7.5,-43.5 + parent: 2 + - uid: 22714 + components: + - type: Transform + pos: -7.5,-42.5 + parent: 2 + - uid: 22715 + components: + - type: Transform + pos: -7.5,-41.5 + parent: 2 + - uid: 22716 + components: + - type: Transform + pos: -7.5,-41.5 + parent: 2 + - uid: 22717 + components: + - type: Transform + pos: -8.5,-41.5 + parent: 2 + - uid: 22718 + components: + - type: Transform + pos: -9.5,-44.5 + parent: 2 + - uid: 22719 + components: + - type: Transform + pos: -4.5,-42.5 + parent: 2 + - uid: 22720 + components: + - type: Transform + pos: -2.5,-42.5 + parent: 2 + - uid: 22721 + components: + - type: Transform + pos: -9.5,-37.5 + parent: 2 + - uid: 22722 + components: + - type: Transform + pos: -8.5,-37.5 + parent: 2 + - uid: 22723 + components: + - type: Transform + pos: -7.5,-37.5 + parent: 2 + - uid: 22724 + components: + - type: Transform + pos: -6.5,-37.5 + parent: 2 + - uid: 22725 + components: + - type: Transform + pos: -5.5,-37.5 + parent: 2 + - uid: 22726 + components: + - type: Transform + pos: -4.5,-37.5 + parent: 2 + - uid: 22727 + components: + - type: Transform + pos: -3.5,-37.5 + parent: 2 + - uid: 22728 + components: + - type: Transform + pos: -2.5,-37.5 + parent: 2 + - uid: 22729 + components: + - type: Transform + pos: -3.5,-37.5 + parent: 2 + - uid: 22730 + components: + - type: Transform + pos: -3.5,-38.5 + parent: 2 + - uid: 22731 + components: + - type: Transform + pos: -3.5,-39.5 + parent: 2 + - uid: 22732 + components: + - type: Transform + pos: -5.5,-37.5 + parent: 2 + - uid: 22733 + components: + - type: Transform + pos: -5.5,-36.5 + parent: 2 + - uid: 22734 + components: + - type: Transform + pos: -5.5,-35.5 + parent: 2 + - uid: 22735 + components: + - type: Transform + pos: -5.5,-34.5 + parent: 2 + - uid: 22736 + components: + - type: Transform + pos: -5.5,-33.5 + parent: 2 + - uid: 22737 + components: + - type: Transform + pos: -5.5,-34.5 + parent: 2 + - uid: 22738 + components: + - type: Transform + pos: -6.5,-34.5 + parent: 2 + - uid: 22739 + components: + - type: Transform + pos: -7.5,-34.5 + parent: 2 + - uid: 22740 + components: + - type: Transform + pos: -2.5,-36.5 + parent: 2 + - uid: 22741 + components: + - type: Transform + pos: -2.5,-35.5 + parent: 2 + - uid: 22742 + components: + - type: Transform + pos: -7.5,-37.5 + parent: 2 + - uid: 22743 + components: + - type: Transform + pos: -7.5,-38.5 + parent: 2 + - uid: 22744 + components: + - type: Transform + pos: -7.5,-39.5 + parent: 2 + - uid: 22745 + components: + - type: Transform + pos: -4.5,-32.5 + parent: 2 + - uid: 22746 + components: + - type: Transform + pos: -4.5,-31.5 + parent: 2 + - uid: 22747 + components: + - type: Transform + pos: -4.5,-30.5 + parent: 2 + - uid: 22748 + components: + - type: Transform + pos: -4.5,-29.5 + parent: 2 + - uid: 22749 + components: + - type: Transform + pos: -4.5,-28.5 + parent: 2 + - uid: 22750 + components: + - type: Transform + pos: -4.5,-30.5 + parent: 2 + - uid: 22751 + components: + - type: Transform + pos: -5.5,-30.5 + parent: 2 + - uid: 22752 + components: + - type: Transform + pos: -6.5,-30.5 + parent: 2 + - uid: 22753 + components: + - type: Transform + pos: -7.5,-30.5 + parent: 2 + - uid: 22754 + components: + - type: Transform + pos: -8.5,-30.5 + parent: 2 + - uid: 22755 + components: + - type: Transform + pos: -8.5,-29.5 + parent: 2 + - uid: 22756 + components: + - type: Transform + pos: -4.5,-30.5 + parent: 2 + - uid: 22757 + components: + - type: Transform + pos: -3.5,-30.5 + parent: 2 + - uid: 22758 + components: + - type: Transform + pos: -2.5,-30.5 + parent: 2 + - uid: 22759 + components: + - type: Transform + pos: -1.5,-30.5 + parent: 2 + - uid: 22760 + components: + - type: Transform + pos: -0.5,-30.5 + parent: 2 + - uid: 22761 + components: + - type: Transform + pos: 0.5,-30.5 + parent: 2 + - uid: 22762 + components: + - type: Transform + pos: 1.5,-30.5 + parent: 2 + - uid: 22763 + components: + - type: Transform + pos: 2.5,-30.5 + parent: 2 + - uid: 22764 + components: + - type: Transform + pos: 3.5,-30.5 + parent: 2 + - uid: 22765 + components: + - type: Transform + pos: 4.5,-30.5 + parent: 2 + - uid: 22766 + components: + - type: Transform + pos: 5.5,-30.5 + parent: 2 + - uid: 22767 + components: + - type: Transform + pos: 6.5,-30.5 + parent: 2 + - uid: 22768 + components: + - type: Transform + pos: 7.5,-30.5 + parent: 2 + - uid: 22769 + components: + - type: Transform + pos: 8.5,-30.5 + parent: 2 + - uid: 22770 + components: + - type: Transform + pos: 9.5,-30.5 + parent: 2 + - uid: 22771 + components: + - type: Transform + pos: 9.5,-30.5 + parent: 2 + - uid: 22772 + components: + - type: Transform + pos: 9.5,-29.5 + parent: 2 + - uid: 22773 + components: + - type: Transform + pos: 9.5,-28.5 + parent: 2 + - uid: 22774 + components: + - type: Transform + pos: 5.5,-30.5 + parent: 2 + - uid: 22775 + components: + - type: Transform + pos: 5.5,-29.5 + parent: 2 + - uid: 22776 + components: + - type: Transform + pos: 5.5,-28.5 + parent: 2 + - uid: 22777 + components: + - type: Transform + pos: 5.5,-27.5 + parent: 2 + - uid: 22778 + components: + - type: Transform + pos: 5.5,-27.5 + parent: 2 + - uid: 22779 + components: + - type: Transform + pos: 4.5,-27.5 + parent: 2 + - uid: 22780 + components: + - type: Transform + pos: 4.5,-26.5 + parent: 2 + - uid: 22781 + components: + - type: Transform + pos: 3.5,-26.5 + parent: 2 + - uid: 22782 + components: + - type: Transform + pos: 2.5,-26.5 + parent: 2 + - uid: 22783 + components: + - type: Transform + pos: 1.5,-26.5 + parent: 2 + - uid: 22784 + components: + - type: Transform + pos: 0.5,-26.5 + parent: 2 + - uid: 22785 + components: + - type: Transform + pos: -0.5,-26.5 + parent: 2 + - uid: 22786 + components: + - type: Transform + pos: -1.5,-26.5 + parent: 2 + - uid: 22787 + components: + - type: Transform + pos: -2.5,-26.5 + parent: 2 + - uid: 22788 + components: + - type: Transform + pos: -3.5,-26.5 + parent: 2 + - uid: 22789 + components: + - type: Transform + pos: -3.5,-27.5 + parent: 2 + - uid: 22790 + components: + - type: Transform + pos: -4.5,-27.5 + parent: 2 + - uid: 22791 + components: + - type: Transform + pos: -4.5,-28.5 + parent: 2 + - uid: 22792 + components: + - type: Transform + pos: -5.5,-28.5 + parent: 2 + - uid: 22793 + components: + - type: Transform + pos: -6.5,-28.5 + parent: 2 + - uid: 22794 + components: + - type: Transform + pos: 5.5,-28.5 + parent: 2 + - uid: 22795 + components: + - type: Transform + pos: 6.5,-28.5 + parent: 2 + - uid: 22796 + components: + - type: Transform + pos: 7.5,-28.5 + parent: 2 + - uid: 22797 + components: + - type: Transform + pos: 7.5,-27.5 + parent: 2 + - uid: 22798 + components: + - type: Transform + pos: -6.5,-27.5 + parent: 2 + - uid: 22799 + components: + - type: Transform + pos: 0.5,-30.5 + parent: 2 + - uid: 22800 + components: + - type: Transform + pos: 0.5,-29.5 + parent: 2 + - uid: 22801 + components: + - type: Transform + pos: 0.5,-28.5 + parent: 2 + - uid: 22802 + components: + - type: Transform + pos: -0.5,-28.5 + parent: 2 + - uid: 22803 + components: + - type: Transform + pos: 1.5,-28.5 + parent: 2 + - uid: 22804 + components: + - type: Transform + pos: 0.5,-30.5 + parent: 2 + - uid: 22805 + components: + - type: Transform + pos: 0.5,-31.5 + parent: 2 + - uid: 22806 + components: + - type: Transform + pos: 0.5,-32.5 + parent: 2 + - uid: 22807 + components: + - type: Transform + pos: 0.5,-33.5 + parent: 2 + - uid: 22808 + components: + - type: Transform + pos: 0.5,-34.5 + parent: 2 + - uid: 22809 + components: + - type: Transform + pos: -0.5,-34.5 + parent: 2 + - uid: 22810 + components: + - type: Transform + pos: 1.5,-34.5 + parent: 2 + - uid: 22811 + components: + - type: Transform + pos: -1.5,-31.5 + parent: 2 + - uid: 22812 + components: + - type: Transform + pos: 2.5,-31.5 + parent: 2 + - uid: 22813 + components: + - type: Transform + pos: 2.5,-32.5 + parent: 2 + - uid: 22814 + components: + - type: Transform + pos: 3.5,-32.5 + parent: 2 + - uid: 22815 + components: + - type: Transform + pos: -2.5,-32.5 + parent: 2 + - uid: 22816 + components: + - type: Transform + pos: -1.5,-32.5 + parent: 2 + - uid: 22817 + components: + - type: Transform + pos: 10.5,-34.5 + parent: 2 + - uid: 22818 + components: + - type: Transform + pos: 11.5,-34.5 + parent: 2 + - uid: 22819 + components: + - type: Transform + pos: 12.5,-34.5 + parent: 2 + - uid: 22820 + components: + - type: Transform + pos: 13.5,-34.5 + parent: 2 + - uid: 22821 + components: + - type: Transform + pos: 13.5,-34.5 + parent: 2 + - uid: 22822 + components: + - type: Transform + pos: 13.5,-35.5 + parent: 2 + - uid: 22823 + components: + - type: Transform + pos: 13.5,-36.5 + parent: 2 + - uid: 22824 + components: + - type: Transform + pos: 13.5,-37.5 + parent: 2 + - uid: 22825 + components: + - type: Transform + pos: 13.5,-38.5 + parent: 2 + - uid: 22826 + components: + - type: Transform + pos: 13.5,-39.5 + parent: 2 + - uid: 22827 + components: + - type: Transform + pos: 13.5,-39.5 + parent: 2 + - uid: 22828 + components: + - type: Transform + pos: 12.5,-39.5 + parent: 2 + - uid: 22829 + components: + - type: Transform + pos: 11.5,-39.5 + parent: 2 + - uid: 22830 + components: + - type: Transform + pos: 13.5,-38.5 + parent: 2 + - uid: 22831 + components: + - type: Transform + pos: 14.5,-38.5 + parent: 2 + - uid: 22832 + components: + - type: Transform + pos: 12.5,-40.5 + parent: 2 + - uid: 22833 + components: + - type: Transform + pos: 12.5,-41.5 + parent: 2 + - uid: 22834 + components: + - type: Transform + pos: 12.5,-42.5 + parent: 2 + - uid: 22835 + components: + - type: Transform + pos: 12.5,-43.5 + parent: 2 + - uid: 22836 + components: + - type: Transform + pos: 12.5,-44.5 + parent: 2 + - uid: 22837 + components: + - type: Transform + pos: 12.5,-45.5 + parent: 2 + - uid: 22838 + components: + - type: Transform + pos: 12.5,-46.5 + parent: 2 + - uid: 22839 + components: + - type: Transform + pos: 12.5,-47.5 + parent: 2 + - uid: 22840 + components: + - type: Transform + pos: 12.5,-46.5 + parent: 2 + - uid: 22841 + components: + - type: Transform + pos: 13.5,-46.5 + parent: 2 + - uid: 22842 + components: + - type: Transform + pos: 14.5,-46.5 + parent: 2 + - uid: 22843 + components: + - type: Transform + pos: 15.5,-46.5 + parent: 2 + - uid: 22844 + components: + - type: Transform + pos: 16.5,-46.5 + parent: 2 + - uid: 22845 + components: + - type: Transform + pos: 16.5,-47.5 + parent: 2 + - uid: 22846 + components: + - type: Transform + pos: 15.5,-46.5 + parent: 2 + - uid: 22847 + components: + - type: Transform + pos: 15.5,-45.5 + parent: 2 + - uid: 22848 + components: + - type: Transform + pos: 15.5,-44.5 + parent: 2 + - uid: 22849 + components: + - type: Transform + pos: 15.5,-43.5 + parent: 2 + - uid: 22850 + components: + - type: Transform + pos: 15.5,-42.5 + parent: 2 + - uid: 22851 + components: + - type: Transform + pos: 12.5,-43.5 + parent: 2 + - uid: 22852 + components: + - type: Transform + pos: 11.5,-43.5 + parent: 2 + - uid: 22853 + components: + - type: Transform + pos: 10.5,-43.5 + parent: 2 + - uid: 22854 + components: + - type: Transform + pos: 10.5,-43.5 + parent: 2 + - uid: 22855 + components: + - type: Transform + pos: 10.5,-44.5 + parent: 2 + - uid: 22856 + components: + - type: Transform + pos: 10.5,-45.5 + parent: 2 + - uid: 22857 + components: + - type: Transform + pos: 10.5,-46.5 + parent: 2 + - uid: 22858 + components: + - type: Transform + pos: 10.5,-47.5 + parent: 2 + - uid: 22859 + components: + - type: Transform + pos: 10.5,-42.5 + parent: 2 + - uid: 22860 + components: + - type: Transform + pos: 19.5,-42.5 + parent: 2 + - uid: 22861 + components: + - type: Transform + pos: 19.5,-43.5 + parent: 2 + - uid: 22862 + components: + - type: Transform + pos: 19.5,-44.5 + parent: 2 + - uid: 22863 + components: + - type: Transform + pos: 19.5,-43.5 + parent: 2 + - uid: 22864 + components: + - type: Transform + pos: 20.5,-43.5 + parent: 2 + - uid: 22865 + components: + - type: Transform + pos: 21.5,-43.5 + parent: 2 + - uid: 22866 + components: + - type: Transform + pos: 22.5,-43.5 + parent: 2 + - uid: 22867 + components: + - type: Transform + pos: 23.5,-43.5 + parent: 2 + - uid: 22868 + components: + - type: Transform + pos: 24.5,-43.5 + parent: 2 + - uid: 22869 + components: + - type: Transform + pos: 21.5,-44.5 + parent: 2 + - uid: 22870 + components: + - type: Transform + pos: 20.5,-35.5 + parent: 2 + - uid: 22871 + components: + - type: Transform + pos: 19.5,-35.5 + parent: 2 + - uid: 22872 + components: + - type: Transform + pos: 18.5,-35.5 + parent: 2 + - uid: 22873 + components: + - type: Transform + pos: 17.5,-35.5 + parent: 2 + - uid: 22874 + components: + - type: Transform + pos: 16.5,-35.5 + parent: 2 + - uid: 22875 + components: + - type: Transform + pos: 16.5,-34.5 + parent: 2 + - uid: 22876 + components: + - type: Transform + pos: 16.5,-33.5 + parent: 2 + - uid: 22877 + components: + - type: Transform + pos: 16.5,-32.5 + parent: 2 + - uid: 22879 + components: + - type: Transform + pos: 10.5,-34.5 + parent: 2 + - uid: 22880 + components: + - type: Transform + pos: 9.5,-34.5 + parent: 2 + - uid: 22881 + components: + - type: Transform + pos: 8.5,-34.5 + parent: 2 + - uid: 22882 + components: + - type: Transform + pos: 7.5,-34.5 + parent: 2 + - uid: 22883 + components: + - type: Transform + pos: 6.5,-34.5 + parent: 2 + - uid: 22884 + components: + - type: Transform + pos: 5.5,-34.5 + parent: 2 + - uid: 22885 + components: + - type: Transform + pos: 4.5,-34.5 + parent: 2 + - uid: 22886 + components: + - type: Transform + pos: 6.5,-34.5 + parent: 2 + - uid: 22887 + components: + - type: Transform + pos: 6.5,-35.5 + parent: 2 + - uid: 22888 + components: + - type: Transform + pos: 6.5,-36.5 + parent: 2 + - uid: 22889 + components: + - type: Transform + pos: 6.5,-37.5 + parent: 2 + - uid: 22890 + components: + - type: Transform + pos: 6.5,-38.5 + parent: 2 + - uid: 22891 + components: + - type: Transform + pos: 6.5,-39.5 + parent: 2 + - uid: 22892 + components: + - type: Transform + pos: 6.5,-38.5 + parent: 2 + - uid: 22893 + components: + - type: Transform + pos: 7.5,-38.5 + parent: 2 + - uid: 22894 + components: + - type: Transform + pos: 8.5,-38.5 + parent: 2 + - uid: 22895 + components: + - type: Transform + pos: 6.5,-38.5 + parent: 2 + - uid: 22896 + components: + - type: Transform + pos: 5.5,-38.5 + parent: 2 + - uid: 22897 + components: + - type: Transform + pos: 4.5,-38.5 + parent: 2 + - uid: 22898 + components: + - type: Transform + pos: 8.5,-34.5 + parent: 2 + - uid: 22899 + components: + - type: Transform + pos: 8.5,-35.5 + parent: 2 + - uid: 22900 + components: + - type: Transform + pos: 18.5,-43.5 + parent: 2 + - uid: 22901 + components: + - type: Transform + pos: 17.5,-43.5 + parent: 2 + - uid: 22902 + components: + - type: Transform + pos: 17.5,-43.5 + parent: 2 + - uid: 22903 + components: + - type: Transform + pos: 17.5,-42.5 + parent: 2 + - uid: 22904 + components: + - type: Transform + pos: 17.5,-41.5 + parent: 2 + - uid: 22905 + components: + - type: Transform + pos: 17.5,-40.5 + parent: 2 + - uid: 22906 + components: + - type: Transform + pos: 17.5,-39.5 + parent: 2 + - uid: 22907 + components: + - type: Transform + pos: 17.5,-38.5 + parent: 2 + - uid: 22908 + components: + - type: Transform + pos: 17.5,-37.5 + parent: 2 + - uid: 23010 + components: + - type: Transform + pos: 4.5,-43.5 + parent: 2 + - uid: 23011 + components: + - type: Transform + pos: 5.5,-43.5 + parent: 2 + - uid: 23012 + components: + - type: Transform + pos: 6.5,-43.5 + parent: 2 + - uid: 23013 + components: + - type: Transform + pos: 7.5,-43.5 + parent: 2 + - uid: 23014 + components: + - type: Transform + pos: 7.5,-43.5 + parent: 2 + - uid: 23015 + components: + - type: Transform + pos: 7.5,-44.5 + parent: 2 + - uid: 23016 + components: + - type: Transform + pos: 7.5,-45.5 + parent: 2 + - uid: 23017 + components: + - type: Transform + pos: 7.5,-45.5 + parent: 2 + - uid: 23018 + components: + - type: Transform + pos: 6.5,-45.5 + parent: 2 + - uid: 23019 + components: + - type: Transform + pos: 5.5,-45.5 + parent: 2 + - uid: 23020 + components: + - type: Transform + pos: 5.5,-42.5 + parent: 2 + - uid: 23021 + components: + - type: Transform + pos: 8.5,-43.5 + parent: 2 + - uid: 23022 + components: + - type: Transform + pos: 7.5,-46.5 + parent: 2 + - uid: 23023 + components: + - type: Transform + pos: 4.5,-43.5 + parent: 2 + - uid: 23024 + components: + - type: Transform + pos: 4.5,-44.5 + parent: 2 + - uid: 23025 + components: + - type: Transform + pos: 4.5,-44.5 + parent: 2 + - uid: 23026 + components: + - type: Transform + pos: 3.5,-44.5 + parent: 2 + - uid: 23027 + components: + - type: Transform + pos: 2.5,-44.5 + parent: 2 + - uid: 23028 + components: + - type: Transform + pos: 1.5,-44.5 + parent: 2 + - uid: 23029 + components: + - type: Transform + pos: 0.5,-44.5 + parent: 2 + - uid: 23030 + components: + - type: Transform + pos: 0.5,-44.5 + parent: 2 + - uid: 23031 + components: + - type: Transform + pos: 0.5,-45.5 + parent: 2 + - uid: 23032 + components: + - type: Transform + pos: 0.5,-46.5 + parent: 2 + - uid: 23033 + components: + - type: Transform + pos: 0.5,-47.5 + parent: 2 + - uid: 23034 + components: + - type: Transform + pos: 0.5,-48.5 + parent: 2 + - uid: 23035 + components: + - type: Transform + pos: 0.5,-49.5 + parent: 2 + - uid: 23036 + components: + - type: Transform + pos: 0.5,-44.5 + parent: 2 + - uid: 23037 + components: + - type: Transform + pos: 0.5,-43.5 + parent: 2 + - uid: 23038 + components: + - type: Transform + pos: 0.5,-42.5 + parent: 2 + - uid: 23039 + components: + - type: Transform + pos: 0.5,-41.5 + parent: 2 + - uid: 23040 + components: + - type: Transform + pos: 0.5,-40.5 + parent: 2 + - uid: 23041 + components: + - type: Transform + pos: 0.5,-39.5 + parent: 2 + - uid: 23042 + components: + - type: Transform + pos: 0.5,-38.5 + parent: 2 + - uid: 23043 + components: + - type: Transform + pos: 0.5,-37.5 + parent: 2 + - uid: 23044 + components: + - type: Transform + pos: 0.5,-36.5 + parent: 2 + - uid: 23045 + components: + - type: Transform + pos: -8.5,-51.5 + parent: 2 + - uid: 23046 + components: + - type: Transform + pos: -7.5,-51.5 + parent: 2 + - uid: 23047 + components: + - type: Transform + pos: -6.5,-51.5 + parent: 2 + - uid: 23048 + components: + - type: Transform + pos: -5.5,-51.5 + parent: 2 + - uid: 23049 + components: + - type: Transform + pos: -4.5,-51.5 + parent: 2 + - uid: 23050 + components: + - type: Transform + pos: -3.5,-51.5 + parent: 2 + - uid: 23051 + components: + - type: Transform + pos: -2.5,-51.5 + parent: 2 + - uid: 23052 + components: + - type: Transform + pos: -1.5,-51.5 + parent: 2 + - uid: 23053 + components: + - type: Transform + pos: 3.5,-53.5 + parent: 2 + - uid: 23054 + components: + - type: Transform + pos: 3.5,-52.5 + parent: 2 + - uid: 23055 + components: + - type: Transform + pos: 3.5,-51.5 + parent: 2 + - uid: 23056 + components: + - type: Transform + pos: 2.5,-51.5 + parent: 2 + - uid: 23057 + components: + - type: Transform + pos: 3.5,-51.5 + parent: 2 + - uid: 23058 + components: + - type: Transform + pos: 4.5,-51.5 + parent: 2 + - uid: 23059 + components: + - type: Transform + pos: 5.5,-51.5 + parent: 2 + - uid: 23060 + components: + - type: Transform + pos: 6.5,-51.5 + parent: 2 + - uid: 23061 + components: + - type: Transform + pos: 7.5,-51.5 + parent: 2 + - uid: 23062 + components: + - type: Transform + pos: 8.5,-51.5 + parent: 2 + - uid: 23063 + components: + - type: Transform + pos: 9.5,-51.5 + parent: 2 + - uid: 23064 + components: + - type: Transform + pos: 10.5,-51.5 + parent: 2 + - uid: 23065 + components: + - type: Transform + pos: 11.5,-51.5 + parent: 2 + - uid: 23066 + components: + - type: Transform + pos: 6.5,-50.5 + parent: 2 + - uid: 23067 + components: + - type: Transform + pos: 11.5,-51.5 + parent: 2 + - uid: 23068 + components: + - type: Transform + pos: 11.5,-52.5 + parent: 2 + - uid: 23069 + components: + - type: Transform + pos: 11.5,-52.5 + parent: 2 + - uid: 23070 + components: + - type: Transform + pos: 12.5,-52.5 + parent: 2 + - uid: 23071 + components: + - type: Transform + pos: 13.5,-52.5 + parent: 2 + - uid: 23072 + components: + - type: Transform + pos: 14.5,-52.5 + parent: 2 + - uid: 23073 + components: + - type: Transform + pos: 15.5,-52.5 + parent: 2 + - uid: 23074 + components: + - type: Transform + pos: 11.5,-51.5 + parent: 2 + - uid: 23075 + components: + - type: Transform + pos: 11.5,-50.5 + parent: 2 + - uid: 23076 + components: + - type: Transform + pos: 11.5,-50.5 + parent: 2 + - uid: 23077 + components: + - type: Transform + pos: 12.5,-50.5 + parent: 2 + - uid: 23078 + components: + - type: Transform + pos: 13.5,-50.5 + parent: 2 + - uid: 23079 + components: + - type: Transform + pos: 14.5,-50.5 + parent: 2 + - uid: 23080 + components: + - type: Transform + pos: 25.5,-53.5 + parent: 2 + - uid: 23081 + components: + - type: Transform + pos: 25.5,-52.5 + parent: 2 + - uid: 23082 + components: + - type: Transform + pos: 25.5,-51.5 + parent: 2 + - uid: 23083 + components: + - type: Transform + pos: 25.5,-51.5 + parent: 2 + - uid: 23084 + components: + - type: Transform + pos: 24.5,-51.5 + parent: 2 + - uid: 23085 + components: + - type: Transform + pos: 23.5,-51.5 + parent: 2 + - uid: 23086 + components: + - type: Transform + pos: 23.5,-51.5 + parent: 2 + - uid: 23087 + components: + - type: Transform + pos: 23.5,-52.5 + parent: 2 + - uid: 23088 + components: + - type: Transform + pos: 23.5,-53.5 + parent: 2 + - uid: 23089 + components: + - type: Transform + pos: 23.5,-54.5 + parent: 2 + - uid: 23090 + components: + - type: Transform + pos: 23.5,-54.5 + parent: 2 + - uid: 23091 + components: + - type: Transform + pos: 22.5,-54.5 + parent: 2 + - uid: 23092 + components: + - type: Transform + pos: 21.5,-54.5 + parent: 2 + - uid: 23093 + components: + - type: Transform + pos: 20.5,-54.5 + parent: 2 + - uid: 23094 + components: + - type: Transform + pos: 19.5,-54.5 + parent: 2 + - uid: 23095 + components: + - type: Transform + pos: 19.5,-53.5 + parent: 2 + - uid: 23096 + components: + - type: Transform + pos: 19.5,-52.5 + parent: 2 + - uid: 23097 + components: + - type: Transform + pos: 19.5,-55.5 + parent: 2 + - uid: 23098 + components: + - type: Transform + pos: 19.5,-56.5 + parent: 2 + - uid: 23099 + components: + - type: Transform + pos: 19.5,-56.5 + parent: 2 + - uid: 23100 + components: + - type: Transform + pos: 19.5,-57.5 + parent: 2 + - uid: 23101 + components: + - type: Transform + pos: 19.5,-58.5 + parent: 2 + - uid: 23102 + components: + - type: Transform + pos: 19.5,-59.5 + parent: 2 + - uid: 23103 + components: + - type: Transform + pos: 19.5,-60.5 + parent: 2 + - uid: 23104 + components: + - type: Transform + pos: 23.5,-55.5 + parent: 2 + - uid: 23105 + components: + - type: Transform + pos: 23.5,-56.5 + parent: 2 + - uid: 23106 + components: + - type: Transform + pos: 23.5,-57.5 + parent: 2 + - uid: 23107 + components: + - type: Transform + pos: 23.5,-58.5 + parent: 2 + - uid: 23108 + components: + - type: Transform + pos: 19.5,-55.5 + parent: 2 + - uid: 23109 + components: + - type: Transform + pos: 18.5,-55.5 + parent: 2 + - uid: 23110 + components: + - type: Transform + pos: 17.5,-55.5 + parent: 2 + - uid: 23111 + components: + - type: Transform + pos: 16.5,-55.5 + parent: 2 + - uid: 23112 + components: + - type: Transform + pos: 15.5,-55.5 + parent: 2 + - uid: 23113 + components: + - type: Transform + pos: 14.5,-55.5 + parent: 2 + - uid: 23114 + components: + - type: Transform + pos: 25.5,-51.5 + parent: 2 + - uid: 23115 + components: + - type: Transform + pos: 26.5,-51.5 + parent: 2 + - uid: 23116 + components: + - type: Transform + pos: 27.5,-51.5 + parent: 2 + - uid: 23117 + components: + - type: Transform + pos: 27.5,-51.5 + parent: 2 + - uid: 23118 + components: + - type: Transform + pos: 27.5,-50.5 + parent: 2 + - uid: 23119 + components: + - type: Transform + pos: 27.5,-50.5 + parent: 2 + - uid: 23120 + components: + - type: Transform + pos: 28.5,-50.5 + parent: 2 + - uid: 23121 + components: + - type: Transform + pos: 29.5,-50.5 + parent: 2 + - uid: 23122 + components: + - type: Transform + pos: 30.5,-50.5 + parent: 2 + - uid: 23123 + components: + - type: Transform + pos: 31.5,-50.5 + parent: 2 + - uid: 23124 + components: + - type: Transform + pos: 31.5,-50.5 + parent: 2 + - uid: 23125 + components: + - type: Transform + pos: 31.5,-49.5 + parent: 2 + - uid: 23126 + components: + - type: Transform + pos: 31.5,-49.5 + parent: 2 + - uid: 23127 + components: + - type: Transform + pos: 32.5,-49.5 + parent: 2 + - uid: 23128 + components: + - type: Transform + pos: 33.5,-49.5 + parent: 2 + - uid: 23129 + components: + - type: Transform + pos: 34.5,-49.5 + parent: 2 + - uid: 23130 + components: + - type: Transform + pos: 35.5,-49.5 + parent: 2 + - uid: 23131 + components: + - type: Transform + pos: 36.5,-49.5 + parent: 2 + - uid: 23132 + components: + - type: Transform + pos: 37.5,-49.5 + parent: 2 + - uid: 23133 + components: + - type: Transform + pos: 33.5,-49.5 + parent: 2 + - uid: 23134 + components: + - type: Transform + pos: 33.5,-48.5 + parent: 2 + - uid: 23135 + components: + - type: Transform + pos: 33.5,-47.5 + parent: 2 + - uid: 23136 + components: + - type: Transform + pos: 33.5,-46.5 + parent: 2 + - uid: 23137 + components: + - type: Transform + pos: 33.5,-45.5 + parent: 2 + - uid: 23138 + components: + - type: Transform + pos: 33.5,-44.5 + parent: 2 + - uid: 23139 + components: + - type: Transform + pos: 33.5,-44.5 + parent: 2 + - uid: 23140 + components: + - type: Transform + pos: 34.5,-44.5 + parent: 2 + - uid: 23141 + components: + - type: Transform + pos: 31.5,-50.5 + parent: 2 + - uid: 23142 + components: + - type: Transform + pos: 31.5,-51.5 + parent: 2 + - uid: 23143 + components: + - type: Transform + pos: 31.5,-52.5 + parent: 2 + - uid: 23144 + components: + - type: Transform + pos: 31.5,-53.5 + parent: 2 + - uid: 23145 + components: + - type: Transform + pos: 31.5,-54.5 + parent: 2 + - uid: 23146 + components: + - type: Transform + pos: 31.5,-55.5 + parent: 2 + - uid: 23147 + components: + - type: Transform + pos: 27.5,-51.5 + parent: 2 + - uid: 23148 + components: + - type: Transform + pos: 27.5,-52.5 + parent: 2 + - uid: 23149 + components: + - type: Transform + pos: 27.5,-53.5 + parent: 2 + - uid: 23150 + components: + - type: Transform + pos: 27.5,-54.5 + parent: 2 + - uid: 23151 + components: + - type: Transform + pos: 27.5,-55.5 + parent: 2 + - uid: 23152 + components: + - type: Transform + pos: 27.5,-56.5 + parent: 2 + - uid: 23153 + components: + - type: Transform + pos: 46.5,-47.5 + parent: 2 + - uid: 23154 + components: + - type: Transform + pos: 45.5,-47.5 + parent: 2 + - uid: 23155 + components: + - type: Transform + pos: 44.5,-47.5 + parent: 2 + - uid: 23156 + components: + - type: Transform + pos: 43.5,-47.5 + parent: 2 + - uid: 23157 + components: + - type: Transform + pos: 44.5,-47.5 + parent: 2 + - uid: 23158 + components: + - type: Transform + pos: 44.5,-48.5 + parent: 2 + - uid: 23159 + components: + - type: Transform + pos: 44.5,-49.5 + parent: 2 + - uid: 23160 + components: + - type: Transform + pos: 44.5,-50.5 + parent: 2 + - uid: 23161 + components: + - type: Transform + pos: 44.5,-51.5 + parent: 2 + - uid: 23162 + components: + - type: Transform + pos: 44.5,-52.5 + parent: 2 + - uid: 23163 + components: + - type: Transform + pos: 44.5,-53.5 + parent: 2 + - uid: 23164 + components: + - type: Transform + pos: 44.5,-52.5 + parent: 2 + - uid: 23165 + components: + - type: Transform + pos: 45.5,-52.5 + parent: 2 + - uid: 23166 + components: + - type: Transform + pos: 46.5,-52.5 + parent: 2 + - uid: 23167 + components: + - type: Transform + pos: 47.5,-52.5 + parent: 2 + - uid: 23168 + components: + - type: Transform + pos: 48.5,-52.5 + parent: 2 + - uid: 23169 + components: + - type: Transform + pos: 48.5,-52.5 + parent: 2 + - uid: 23170 + components: + - type: Transform + pos: 48.5,-51.5 + parent: 2 + - uid: 23171 + components: + - type: Transform + pos: 48.5,-50.5 + parent: 2 + - uid: 23172 + components: + - type: Transform + pos: 48.5,-49.5 + parent: 2 + - uid: 23173 + components: + - type: Transform + pos: 48.5,-48.5 + parent: 2 + - uid: 23174 + components: + - type: Transform + pos: 47.5,-49.5 + parent: 2 + - uid: 23175 + components: + - type: Transform + pos: 49.5,-49.5 + parent: 2 + - uid: 23176 + components: + - type: Transform + pos: 44.5,-49.5 + parent: 2 + - uid: 23177 + components: + - type: Transform + pos: 43.5,-49.5 + parent: 2 + - uid: 23178 + components: + - type: Transform + pos: 42.5,-49.5 + parent: 2 + - uid: 23179 + components: + - type: Transform + pos: 41.5,-49.5 + parent: 2 + - uid: 23180 + components: + - type: Transform + pos: 40.5,-49.5 + parent: 2 + - uid: 23181 + components: + - type: Transform + pos: 39.5,-49.5 + parent: 2 + - uid: 23182 + components: + - type: Transform + pos: 39.5,-48.5 + parent: 2 + - uid: 23183 + components: + - type: Transform + pos: 39.5,-50.5 + parent: 2 + - uid: 23184 + components: + - type: Transform + pos: 42.5,-49.5 + parent: 2 + - uid: 23185 + components: + - type: Transform + pos: 42.5,-49.5 + parent: 2 + - uid: 23186 + components: + - type: Transform + pos: 42.5,-50.5 + parent: 2 + - uid: 23187 + components: + - type: Transform + pos: 42.5,-51.5 + parent: 2 + - uid: 23188 + components: + - type: Transform + pos: 42.5,-52.5 + parent: 2 + - uid: 23189 + components: + - type: Transform + pos: 42.5,-53.5 + parent: 2 + - uid: 23190 + components: + - type: Transform + pos: 42.5,-53.5 + parent: 2 + - uid: 23191 + components: + - type: Transform + pos: 41.5,-53.5 + parent: 2 + - uid: 23192 + components: + - type: Transform + pos: 40.5,-53.5 + parent: 2 + - uid: 23193 + components: + - type: Transform + pos: 40.5,-53.5 + parent: 2 + - uid: 23194 + components: + - type: Transform + pos: 40.5,-54.5 + parent: 2 + - uid: 23195 + components: + - type: Transform + pos: 40.5,-54.5 + parent: 2 + - uid: 23196 + components: + - type: Transform + pos: 39.5,-54.5 + parent: 2 + - uid: 23197 + components: + - type: Transform + pos: 39.5,-55.5 + parent: 2 + - uid: 23198 + components: + - type: Transform + pos: 38.5,-55.5 + parent: 2 + - uid: 23199 + components: + - type: Transform + pos: 38.5,-55.5 + parent: 2 + - uid: 23200 + components: + - type: Transform + pos: 38.5,-56.5 + parent: 2 + - uid: 23201 + components: + - type: Transform + pos: 38.5,-57.5 + parent: 2 + - uid: 23202 + components: + - type: Transform + pos: 38.5,-57.5 + parent: 2 + - uid: 23203 + components: + - type: Transform + pos: 37.5,-57.5 + parent: 2 + - uid: 23204 + components: + - type: Transform + pos: 36.5,-57.5 + parent: 2 + - uid: 23205 + components: + - type: Transform + pos: 35.5,-57.5 + parent: 2 + - uid: 23206 + components: + - type: Transform + pos: 35.5,-58.5 + parent: 2 + - uid: 23207 + components: + - type: Transform + pos: 34.5,-58.5 + parent: 2 + - uid: 23208 + components: + - type: Transform + pos: 33.5,-58.5 + parent: 2 + - uid: 23209 + components: + - type: Transform + pos: 33.5,-59.5 + parent: 2 + - uid: 23210 + components: + - type: Transform + pos: 32.5,-59.5 + parent: 2 + - uid: 23211 + components: + - type: Transform + pos: 31.5,-59.5 + parent: 2 + - uid: 23212 + components: + - type: Transform + pos: 30.5,-59.5 + parent: 2 + - uid: 23213 + components: + - type: Transform + pos: 30.5,-60.5 + parent: 2 + - uid: 23214 + components: + - type: Transform + pos: 29.5,-60.5 + parent: 2 + - uid: 23215 + components: + - type: Transform + pos: 28.5,-60.5 + parent: 2 + - uid: 23216 + components: + - type: Transform + pos: 28.5,-61.5 + parent: 2 + - uid: 23217 + components: + - type: Transform + pos: 27.5,-61.5 + parent: 2 + - uid: 23218 + components: + - type: Transform + pos: 26.5,-61.5 + parent: 2 + - uid: 23219 + components: + - type: Transform + pos: 26.5,-62.5 + parent: 2 + - uid: 23220 + components: + - type: Transform + pos: 25.5,-62.5 + parent: 2 + - uid: 23221 + components: + - type: Transform + pos: 24.5,-62.5 + parent: 2 + - uid: 23222 + components: + - type: Transform + pos: 23.5,-62.5 + parent: 2 + - uid: 23223 + components: + - type: Transform + pos: 23.5,-63.5 + parent: 2 + - uid: 23224 + components: + - type: Transform + pos: 22.5,-63.5 + parent: 2 + - uid: 23225 + components: + - type: Transform + pos: 21.5,-63.5 + parent: 2 + - uid: 23226 + components: + - type: Transform + pos: 21.5,-64.5 + parent: 2 + - uid: 23227 + components: + - type: Transform + pos: 20.5,-64.5 + parent: 2 + - uid: 23228 + components: + - type: Transform + pos: 19.5,-64.5 + parent: 2 + - uid: 23229 + components: + - type: Transform + pos: 18.5,-64.5 + parent: 2 + - uid: 23230 + components: + - type: Transform + pos: 17.5,-64.5 + parent: 2 + - uid: 23231 + components: + - type: Transform + pos: 16.5,-64.5 + parent: 2 + - uid: 23232 + components: + - type: Transform + pos: 16.5,-64.5 + parent: 2 + - uid: 23233 + components: + - type: Transform + pos: 16.5,-63.5 + parent: 2 + - uid: 23234 + components: + - type: Transform + pos: 16.5,-62.5 + parent: 2 + - uid: 23235 + components: + - type: Transform + pos: 16.5,-62.5 + parent: 2 + - uid: 23236 + components: + - type: Transform + pos: 15.5,-62.5 + parent: 2 + - uid: 23237 + components: + - type: Transform + pos: 14.5,-62.5 + parent: 2 + - uid: 23238 + components: + - type: Transform + pos: 13.5,-62.5 + parent: 2 + - uid: 23239 + components: + - type: Transform + pos: 15.5,-62.5 + parent: 2 + - uid: 23240 + components: + - type: Transform + pos: 15.5,-61.5 + parent: 2 + - uid: 23243 + components: + - type: Transform + pos: 16.5,-64.5 + parent: 2 + - uid: 23244 + components: + - type: Transform + pos: 16.5,-65.5 + parent: 2 + - uid: 23245 + components: + - type: Transform + pos: 16.5,-65.5 + parent: 2 + - uid: 23246 + components: + - type: Transform + pos: 15.5,-65.5 + parent: 2 + - uid: 23247 + components: + - type: Transform + pos: 14.5,-65.5 + parent: 2 + - uid: 23248 + components: + - type: Transform + pos: 13.5,-65.5 + parent: 2 + - uid: 23249 + components: + - type: Transform + pos: 12.5,-65.5 + parent: 2 + - uid: 23250 + components: + - type: Transform + pos: 44.5,-33.5 + parent: 2 + - uid: 23251 + components: + - type: Transform + pos: 43.5,-33.5 + parent: 2 + - uid: 23252 + components: + - type: Transform + pos: 42.5,-33.5 + parent: 2 + - uid: 23253 + components: + - type: Transform + pos: 41.5,-33.5 + parent: 2 + - uid: 23254 + components: + - type: Transform + pos: 40.5,-33.5 + parent: 2 + - uid: 23255 + components: + - type: Transform + pos: 42.5,-33.5 + parent: 2 + - uid: 23256 + components: + - type: Transform + pos: 42.5,-34.5 + parent: 2 + - uid: 23257 + components: + - type: Transform + pos: 42.5,-35.5 + parent: 2 + - uid: 23258 + components: + - type: Transform + pos: 42.5,-36.5 + parent: 2 + - uid: 23259 + components: + - type: Transform + pos: 42.5,-35.5 + parent: 2 + - uid: 23260 + components: + - type: Transform + pos: 43.5,-35.5 + parent: 2 + - uid: 23261 + components: + - type: Transform + pos: 44.5,-35.5 + parent: 2 + - uid: 23262 + components: + - type: Transform + pos: 45.5,-35.5 + parent: 2 + - uid: 23263 + components: + - type: Transform + pos: 46.5,-35.5 + parent: 2 + - uid: 23264 + components: + - type: Transform + pos: 47.5,-35.5 + parent: 2 + - uid: 23265 + components: + - type: Transform + pos: 48.5,-35.5 + parent: 2 + - uid: 23266 + components: + - type: Transform + pos: 47.5,-35.5 + parent: 2 + - uid: 23267 + components: + - type: Transform + pos: 47.5,-36.5 + parent: 2 + - uid: 23268 + components: + - type: Transform + pos: 46.5,-37.5 + parent: 2 + - uid: 23269 + components: + - type: Transform + pos: 47.5,-37.5 + parent: 2 + - uid: 23270 + components: + - type: Transform + pos: 48.5,-37.5 + parent: 2 + - uid: 23271 + components: + - type: Transform + pos: 42.5,-36.5 + parent: 2 + - uid: 23272 + components: + - type: Transform + pos: 41.5,-36.5 + parent: 2 + - uid: 23273 + components: + - type: Transform + pos: 40.5,-36.5 + parent: 2 + - uid: 23274 + components: + - type: Transform + pos: 39.5,-36.5 + parent: 2 + - uid: 23275 + components: + - type: Transform + pos: 39.5,-36.5 + parent: 2 + - uid: 23276 + components: + - type: Transform + pos: 39.5,-37.5 + parent: 2 + - uid: 23277 + components: + - type: Transform + pos: 39.5,-38.5 + parent: 2 + - uid: 23278 + components: + - type: Transform + pos: 39.5,-39.5 + parent: 2 + - uid: 23279 + components: + - type: Transform + pos: 39.5,-40.5 + parent: 2 + - uid: 23280 + components: + - type: Transform + pos: 39.5,-41.5 + parent: 2 + - uid: 23281 + components: + - type: Transform + pos: 39.5,-42.5 + parent: 2 + - uid: 23282 + components: + - type: Transform + pos: 39.5,-43.5 + parent: 2 + - uid: 23283 + components: + - type: Transform + pos: 39.5,-44.5 + parent: 2 + - uid: 23284 + components: + - type: Transform + pos: 39.5,-45.5 + parent: 2 + - uid: 23285 + components: + - type: Transform + pos: 39.5,-44.5 + parent: 2 + - uid: 23286 + components: + - type: Transform + pos: 40.5,-44.5 + parent: 2 + - uid: 23287 + components: + - type: Transform + pos: 41.5,-44.5 + parent: 2 + - uid: 23288 + components: + - type: Transform + pos: 42.5,-44.5 + parent: 2 + - uid: 23289 + components: + - type: Transform + pos: 43.5,-44.5 + parent: 2 + - uid: 23290 + components: + - type: Transform + pos: 44.5,-44.5 + parent: 2 + - uid: 23291 + components: + - type: Transform + pos: 44.5,-44.5 + parent: 2 + - uid: 23292 + components: + - type: Transform + pos: 44.5,-43.5 + parent: 2 + - uid: 23293 + components: + - type: Transform + pos: 44.5,-42.5 + parent: 2 + - uid: 23294 + components: + - type: Transform + pos: 44.5,-41.5 + parent: 2 + - uid: 23295 + components: + - type: Transform + pos: 44.5,-40.5 + parent: 2 + - uid: 23296 + components: + - type: Transform + pos: 45.5,-43.5 + parent: 2 + - uid: 23297 + components: + - type: Transform + pos: 46.5,-43.5 + parent: 2 + - uid: 23298 + components: + - type: Transform + pos: 46.5,-43.5 + parent: 2 + - uid: 23299 + components: + - type: Transform + pos: 46.5,-42.5 + parent: 2 + - uid: 23300 + components: + - type: Transform + pos: 46.5,-41.5 + parent: 2 + - uid: 23301 + components: + - type: Transform + pos: 46.5,-40.5 + parent: 2 + - uid: 23302 + components: + - type: Transform + pos: 47.5,-40.5 + parent: 2 + - uid: 23303 + components: + - type: Transform + pos: 39.5,-46.5 + parent: 2 + - uid: 23304 + components: + - type: Transform + pos: 40.5,-46.5 + parent: 2 + - uid: 23305 + components: + - type: Transform + pos: 41.5,-46.5 + parent: 2 + - uid: 23306 + components: + - type: Transform + pos: 39.5,-41.5 + parent: 2 + - uid: 23307 + components: + - type: Transform + pos: 38.5,-41.5 + parent: 2 + - uid: 23308 + components: + - type: Transform + pos: 40.5,-41.5 + parent: 2 + - uid: 23309 + components: + - type: Transform + pos: 41.5,-41.5 + parent: 2 + - uid: 23310 + components: + - type: Transform + pos: 41.5,-40.5 + parent: 2 + - uid: 23311 + components: + - type: Transform + pos: 43.5,-33.5 + parent: 2 + - uid: 23312 + components: + - type: Transform + pos: 43.5,-32.5 + parent: 2 + - uid: 23313 + components: + - type: Transform + pos: 43.5,-31.5 + parent: 2 + - uid: 23314 + components: + - type: Transform + pos: 43.5,-31.5 + parent: 2 + - uid: 23315 + components: + - type: Transform + pos: 44.5,-31.5 + parent: 2 + - uid: 23316 + components: + - type: Transform + pos: 45.5,-31.5 + parent: 2 + - uid: 23317 + components: + - type: Transform + pos: 45.5,-31.5 + parent: 2 + - uid: 23318 + components: + - type: Transform + pos: 45.5,-30.5 + parent: 2 + - uid: 23319 + components: + - type: Transform + pos: 45.5,-29.5 + parent: 2 + - uid: 23320 + components: + - type: Transform + pos: 45.5,-28.5 + parent: 2 + - uid: 23321 + components: + - type: Transform + pos: 45.5,-27.5 + parent: 2 + - uid: 23322 + components: + - type: Transform + pos: 45.5,-27.5 + parent: 2 + - uid: 23323 + components: + - type: Transform + pos: 46.5,-27.5 + parent: 2 + - uid: 23324 + components: + - type: Transform + pos: 47.5,-27.5 + parent: 2 + - uid: 23325 + components: + - type: Transform + pos: 47.5,-27.5 + parent: 2 + - uid: 23326 + components: + - type: Transform + pos: 47.5,-26.5 + parent: 2 + - uid: 23327 + components: + - type: Transform + pos: 47.5,-25.5 + parent: 2 + - uid: 23328 + components: + - type: Transform + pos: 47.5,-24.5 + parent: 2 + - uid: 23329 + components: + - type: Transform + pos: 47.5,-23.5 + parent: 2 + - uid: 23330 + components: + - type: Transform + pos: 47.5,-23.5 + parent: 2 + - uid: 23331 + components: + - type: Transform + pos: 48.5,-23.5 + parent: 2 + - uid: 23332 + components: + - type: Transform + pos: 48.5,-22.5 + parent: 2 + - uid: 23333 + components: + - type: Transform + pos: 48.5,-21.5 + parent: 2 + - uid: 23334 + components: + - type: Transform + pos: 48.5,-20.5 + parent: 2 + - uid: 23335 + components: + - type: Transform + pos: 48.5,-20.5 + parent: 2 + - uid: 23336 + components: + - type: Transform + pos: 49.5,-20.5 + parent: 2 + - uid: 23337 + components: + - type: Transform + pos: 50.5,-20.5 + parent: 2 + - uid: 23338 + components: + - type: Transform + pos: 50.5,-20.5 + parent: 2 + - uid: 23339 + components: + - type: Transform + pos: 50.5,-19.5 + parent: 2 + - uid: 23340 + components: + - type: Transform + pos: 50.5,-18.5 + parent: 2 + - uid: 23341 + components: + - type: Transform + pos: 50.5,-17.5 + parent: 2 + - uid: 23342 + components: + - type: Transform + pos: 50.5,-16.5 + parent: 2 + - uid: 23343 + components: + - type: Transform + pos: 50.5,-17.5 + parent: 2 + - uid: 23344 + components: + - type: Transform + pos: 51.5,-17.5 + parent: 2 + - uid: 23345 + components: + - type: Transform + pos: 52.5,-17.5 + parent: 2 + - uid: 23346 + components: + - type: Transform + pos: 39.5,-36.5 + parent: 2 + - uid: 23347 + components: + - type: Transform + pos: 38.5,-36.5 + parent: 2 + - uid: 23348 + components: + - type: Transform + pos: 37.5,-36.5 + parent: 2 + - uid: 23349 + components: + - type: Transform + pos: 36.5,-36.5 + parent: 2 + - uid: 23350 + components: + - type: Transform + pos: 35.5,-36.5 + parent: 2 + - uid: 23351 + components: + - type: Transform + pos: 34.5,-36.5 + parent: 2 + - uid: 23352 + components: + - type: Transform + pos: 33.5,-36.5 + parent: 2 + - uid: 23353 + components: + - type: Transform + pos: 32.5,-36.5 + parent: 2 + - uid: 23354 + components: + - type: Transform + pos: 31.5,-36.5 + parent: 2 + - uid: 23355 + components: + - type: Transform + pos: 30.5,-36.5 + parent: 2 + - uid: 23356 + components: + - type: Transform + pos: 29.5,-36.5 + parent: 2 + - uid: 23357 + components: + - type: Transform + pos: 28.5,-36.5 + parent: 2 + - uid: 23358 + components: + - type: Transform + pos: 23.5,-38.5 + parent: 2 + - uid: 23359 + components: + - type: Transform + pos: 24.5,-38.5 + parent: 2 + - uid: 23360 + components: + - type: Transform + pos: 25.5,-38.5 + parent: 2 + - uid: 23361 + components: + - type: Transform + pos: 26.5,-38.5 + parent: 2 + - uid: 23362 + components: + - type: Transform + pos: 27.5,-38.5 + parent: 2 + - uid: 23363 + components: + - type: Transform + pos: 28.5,-38.5 + parent: 2 + - uid: 23364 + components: + - type: Transform + pos: 28.5,-38.5 + parent: 2 + - uid: 23365 + components: + - type: Transform + pos: 28.5,-39.5 + parent: 2 + - uid: 23366 + components: + - type: Transform + pos: 28.5,-40.5 + parent: 2 + - uid: 23367 + components: + - type: Transform + pos: 28.5,-41.5 + parent: 2 + - uid: 23368 + components: + - type: Transform + pos: 28.5,-41.5 + parent: 2 + - uid: 23369 + components: + - type: Transform + pos: 28.5,-41.5 + parent: 2 + - uid: 23370 + components: + - type: Transform + pos: 29.5,-41.5 + parent: 2 + - uid: 23371 + components: + - type: Transform + pos: 30.5,-41.5 + parent: 2 + - uid: 23372 + components: + - type: Transform + pos: 31.5,-41.5 + parent: 2 + - uid: 23373 + components: + - type: Transform + pos: 32.5,-41.5 + parent: 2 + - uid: 23374 + components: + - type: Transform + pos: 33.5,-41.5 + parent: 2 + - uid: 23375 + components: + - type: Transform + pos: 28.5,-38.5 + parent: 2 + - uid: 23376 + components: + - type: Transform + pos: 29.5,-38.5 + parent: 2 + - uid: 23377 + components: + - type: Transform + pos: 30.5,-38.5 + parent: 2 + - uid: 23378 + components: + - type: Transform + pos: 31.5,-38.5 + parent: 2 + - uid: 23379 + components: + - type: Transform + pos: 32.5,-38.5 + parent: 2 + - uid: 23380 + components: + - type: Transform + pos: 33.5,-38.5 + parent: 2 + - uid: 23381 + components: + - type: Transform + pos: 34.5,-38.5 + parent: 2 + - uid: 23382 + components: + - type: Transform + pos: 35.5,-38.5 + parent: 2 + - uid: 23383 + components: + - type: Transform + pos: 35.5,-39.5 + parent: 2 + - uid: 23384 + components: + - type: Transform + pos: 33.5,-40.5 + parent: 2 + - uid: 23385 + components: + - type: Transform + pos: 32.5,-42.5 + parent: 2 + - uid: 23405 + components: + - type: Transform + pos: 23.5,-49.5 + parent: 2 + - uid: 23406 + components: + - type: Transform + pos: 22.5,-49.5 + parent: 2 + - uid: 23407 + components: + - type: Transform + pos: 21.5,-49.5 + parent: 2 + - uid: 23408 + components: + - type: Transform + pos: 20.5,-49.5 + parent: 2 + - uid: 23409 + components: + - type: Transform + pos: 19.5,-49.5 + parent: 2 + - uid: 23410 + components: + - type: Transform + pos: 18.5,-49.5 + parent: 2 + - uid: 23411 + components: + - type: Transform + pos: 17.5,-49.5 + parent: 2 + - uid: 23412 + components: + - type: Transform + pos: 17.5,-49.5 + parent: 2 + - uid: 23413 + components: + - type: Transform + pos: 17.5,-50.5 + parent: 2 + - uid: 23414 + components: + - type: Transform + pos: 17.5,-51.5 + parent: 2 + - uid: 23415 + components: + - type: Transform + pos: 16.5,-50.5 + parent: 2 + - uid: 23416 + components: + - type: Transform + pos: 21.5,-49.5 + parent: 2 + - uid: 23417 + components: + - type: Transform + pos: 21.5,-48.5 + parent: 2 + - uid: 23418 + components: + - type: Transform + pos: 21.5,-47.5 + parent: 2 + - uid: 23419 + components: + - type: Transform + pos: 21.5,-46.5 + parent: 2 + - uid: 23420 + components: + - type: Transform + pos: 21.5,-47.5 + parent: 2 + - uid: 23421 + components: + - type: Transform + pos: 22.5,-47.5 + parent: 2 + - uid: 23422 + components: + - type: Transform + pos: 23.5,-47.5 + parent: 2 + - uid: 23423 + components: + - type: Transform + pos: 24.5,-47.5 + parent: 2 + - uid: 23424 + components: + - type: Transform + pos: 25.5,-47.5 + parent: 2 + - uid: 23425 + components: + - type: Transform + pos: 25.5,-47.5 + parent: 2 + - uid: 23426 + components: + - type: Transform + pos: 25.5,-46.5 + parent: 2 + - uid: 23427 + components: + - type: Transform + pos: 25.5,-45.5 + parent: 2 + - uid: 23428 + components: + - type: Transform + pos: 25.5,-45.5 + parent: 2 + - uid: 23429 + components: + - type: Transform + pos: 26.5,-45.5 + parent: 2 + - uid: 23430 + components: + - type: Transform + pos: 27.5,-45.5 + parent: 2 + - uid: 23431 + components: + - type: Transform + pos: 28.5,-45.5 + parent: 2 + - uid: 23432 + components: + - type: Transform + pos: 28.5,-45.5 + parent: 2 + - uid: 23433 + components: + - type: Transform + pos: 28.5,-44.5 + parent: 2 + - uid: 23434 + components: + - type: Transform + pos: 28.5,-43.5 + parent: 2 + - uid: 23435 + components: + - type: Transform + pos: 28.5,-43.5 + parent: 2 + - uid: 23436 + components: + - type: Transform + pos: 29.5,-43.5 + parent: 2 + - uid: 23437 + components: + - type: Transform + pos: -11.5,-50.5 + parent: 2 + - uid: 23438 + components: + - type: Transform + pos: -11.5,-49.5 + parent: 2 + - uid: 23439 + components: + - type: Transform + pos: -11.5,-48.5 + parent: 2 + - uid: 23440 + components: + - type: Transform + pos: -11.5,-47.5 + parent: 2 + - uid: 23441 + components: + - type: Transform + pos: -11.5,-46.5 + parent: 2 + - uid: 23442 + components: + - type: Transform + pos: -11.5,-45.5 + parent: 2 + - uid: 23443 + components: + - type: Transform + pos: -11.5,-44.5 + parent: 2 + - uid: 23444 + components: + - type: Transform + pos: -11.5,-43.5 + parent: 2 + - uid: 23445 + components: + - type: Transform + pos: -11.5,-42.5 + parent: 2 + - uid: 23446 + components: + - type: Transform + pos: -11.5,-41.5 + parent: 2 + - uid: 23447 + components: + - type: Transform + pos: -11.5,-40.5 + parent: 2 + - uid: 23448 + components: + - type: Transform + pos: -11.5,-39.5 + parent: 2 + - uid: 23449 + components: + - type: Transform + pos: -11.5,-38.5 + parent: 2 + - uid: 23450 + components: + - type: Transform + pos: -11.5,-37.5 + parent: 2 + - uid: 23451 + components: + - type: Transform + pos: -12.5,-40.5 + parent: 2 + - uid: 23452 + components: + - type: Transform + pos: -11.5,-37.5 + parent: 2 + - uid: 23453 + components: + - type: Transform + pos: -12.5,-37.5 + parent: 2 + - uid: 23454 + components: + - type: Transform + pos: -12.5,-36.5 + parent: 2 + - uid: 23455 + components: + - type: Transform + pos: -12.5,-35.5 + parent: 2 + - uid: 23456 + components: + - type: Transform + pos: -12.5,-34.5 + parent: 2 + - uid: 23457 + components: + - type: Transform + pos: 10.5,43.5 + parent: 2 + - uid: 23458 + components: + - type: Transform + pos: 10.5,42.5 + parent: 2 + - uid: 23459 + components: + - type: Transform + pos: 10.5,41.5 + parent: 2 + - uid: 23460 + components: + - type: Transform + pos: 10.5,40.5 + parent: 2 + - uid: 23461 + components: + - type: Transform + pos: 11.5,40.5 + parent: 2 + - uid: 23462 + components: + - type: Transform + pos: 11.5,39.5 + parent: 2 + - uid: 23463 + components: + - type: Transform + pos: 11.5,38.5 + parent: 2 + - uid: 23464 + components: + - type: Transform + pos: 11.5,37.5 + parent: 2 + - uid: 23465 + components: + - type: Transform + pos: 11.5,36.5 + parent: 2 + - uid: 23466 + components: + - type: Transform + pos: 11.5,36.5 + parent: 2 + - uid: 23467 + components: + - type: Transform + pos: 12.5,36.5 + parent: 2 + - uid: 23468 + components: + - type: Transform + pos: 13.5,36.5 + parent: 2 + - uid: 23469 + components: + - type: Transform + pos: 13.5,35.5 + parent: 2 + - uid: 23470 + components: + - type: Transform + pos: 14.5,35.5 + parent: 2 + - uid: 23471 + components: + - type: Transform + pos: 15.5,35.5 + parent: 2 + - uid: 23472 + components: + - type: Transform + pos: 16.5,35.5 + parent: 2 + - uid: 23473 + components: + - type: Transform + pos: 16.5,35.5 + parent: 2 + - uid: 23474 + components: + - type: Transform + pos: 16.5,34.5 + parent: 2 + - uid: 23475 + components: + - type: Transform + pos: 16.5,33.5 + parent: 2 + - uid: 23476 + components: + - type: Transform + pos: 16.5,32.5 + parent: 2 + - uid: 23477 + components: + - type: Transform + pos: 16.5,31.5 + parent: 2 + - uid: 23478 + components: + - type: Transform + pos: 16.5,30.5 + parent: 2 + - uid: 23479 + components: + - type: Transform + pos: 16.5,29.5 + parent: 2 + - uid: 23480 + components: + - type: Transform + pos: 15.5,29.5 + parent: 2 + - uid: 23481 + components: + - type: Transform + pos: 15.5,28.5 + parent: 2 + - uid: 23482 + components: + - type: Transform + pos: 15.5,27.5 + parent: 2 + - uid: 23483 + components: + - type: Transform + pos: 15.5,26.5 + parent: 2 + - uid: 23484 + components: + - type: Transform + pos: 15.5,25.5 + parent: 2 + - uid: 23485 + components: + - type: Transform + pos: 15.5,24.5 + parent: 2 + - uid: 23486 + components: + - type: Transform + pos: 15.5,23.5 + parent: 2 + - uid: 23487 + components: + - type: Transform + pos: 15.5,27.5 + parent: 2 + - uid: 23488 + components: + - type: Transform + pos: 16.5,27.5 + parent: 2 + - uid: 23489 + components: + - type: Transform + pos: 17.5,27.5 + parent: 2 + - uid: 23490 + components: + - type: Transform + pos: 18.5,27.5 + parent: 2 + - uid: 23491 + components: + - type: Transform + pos: 18.5,27.5 + parent: 2 + - uid: 23492 + components: + - type: Transform + pos: 18.5,28.5 + parent: 2 + - uid: 23493 + components: + - type: Transform + pos: 18.5,29.5 + parent: 2 + - uid: 23494 + components: + - type: Transform + pos: 18.5,30.5 + parent: 2 + - uid: 23495 + components: + - type: Transform + pos: 15.5,27.5 + parent: 2 + - uid: 23496 + components: + - type: Transform + pos: 14.5,27.5 + parent: 2 + - uid: 23497 + components: + - type: Transform + pos: 13.5,27.5 + parent: 2 + - uid: 23498 + components: + - type: Transform + pos: 12.5,27.5 + parent: 2 + - uid: 23499 + components: + - type: Transform + pos: 12.5,27.5 + parent: 2 + - uid: 23500 + components: + - type: Transform + pos: 12.5,28.5 + parent: 2 + - uid: 23501 + components: + - type: Transform + pos: 12.5,29.5 + parent: 2 + - uid: 23502 + components: + - type: Transform + pos: 12.5,30.5 + parent: 2 + - uid: 23503 + components: + - type: Transform + pos: 12.5,31.5 + parent: 2 + - uid: 23504 + components: + - type: Transform + pos: 15.5,24.5 + parent: 2 + - uid: 23505 + components: + - type: Transform + pos: 15.5,23.5 + parent: 2 + - uid: 23506 + components: + - type: Transform + pos: 15.5,22.5 + parent: 2 + - uid: 23507 + components: + - type: Transform + pos: 15.5,21.5 + parent: 2 + - uid: 23508 + components: + - type: Transform + pos: 15.5,20.5 + parent: 2 + - uid: 23509 + components: + - type: Transform + pos: 15.5,19.5 + parent: 2 + - uid: 23510 + components: + - type: Transform + pos: 15.5,18.5 + parent: 2 + - uid: 23511 + components: + - type: Transform + pos: 16.5,18.5 + parent: 2 + - uid: 23512 + components: + - type: Transform + pos: 17.5,18.5 + parent: 2 + - uid: 23513 + components: + - type: Transform + pos: 18.5,18.5 + parent: 2 + - uid: 23514 + components: + - type: Transform + pos: 19.5,18.5 + parent: 2 + - uid: 23515 + components: + - type: Transform + pos: 19.5,18.5 + parent: 2 + - uid: 23516 + components: + - type: Transform + pos: 19.5,17.5 + parent: 2 + - uid: 23517 + components: + - type: Transform + pos: 19.5,16.5 + parent: 2 + - uid: 23518 + components: + - type: Transform + pos: 19.5,15.5 + parent: 2 + - uid: 23519 + components: + - type: Transform + pos: 20.5,15.5 + parent: 2 + - uid: 23520 + components: + - type: Transform + pos: 20.5,14.5 + parent: 2 + - uid: 23521 + components: + - type: Transform + pos: 20.5,13.5 + parent: 2 + - uid: 23522 + components: + - type: Transform + pos: 20.5,13.5 + parent: 2 + - uid: 23523 + components: + - type: Transform + pos: 20.5,13.5 + parent: 2 + - uid: 23524 + components: + - type: Transform + pos: 21.5,13.5 + parent: 2 + - uid: 23525 + components: + - type: Transform + pos: 22.5,13.5 + parent: 2 + - uid: 23526 + components: + - type: Transform + pos: 23.5,13.5 + parent: 2 + - uid: 23527 + components: + - type: Transform + pos: 24.5,13.5 + parent: 2 + - uid: 23544 + components: + - type: Transform + pos: 47.5,17.5 + parent: 2 + - uid: 23545 + components: + - type: Transform + pos: 46.5,17.5 + parent: 2 + - uid: 23546 + components: + - type: Transform + pos: 45.5,17.5 + parent: 2 + - uid: 23547 + components: + - type: Transform + pos: 44.5,17.5 + parent: 2 + - uid: 23548 + components: + - type: Transform + pos: 45.5,16.5 + parent: 2 + - uid: 23549 + components: + - type: Transform + pos: 45.5,15.5 + parent: 2 + - uid: 23550 + components: + - type: Transform + pos: 45.5,15.5 + parent: 2 + - uid: 23551 + components: + - type: Transform + pos: 47.5,15.5 + parent: 2 + - uid: 23552 + components: + - type: Transform + pos: 47.5,14.5 + parent: 2 + - uid: 23553 + components: + - type: Transform + pos: 47.5,13.5 + parent: 2 + - uid: 23554 + components: + - type: Transform + pos: 47.5,12.5 + parent: 2 + - uid: 23555 + components: + - type: Transform + pos: 46.5,15.5 + parent: 2 + - uid: 23556 + components: + - type: Transform + pos: 47.5,12.5 + parent: 2 + - uid: 23557 + components: + - type: Transform + pos: 48.5,12.5 + parent: 2 + - uid: 23558 + components: + - type: Transform + pos: 48.5,12.5 + parent: 2 + - uid: 23559 + components: + - type: Transform + pos: 48.5,11.5 + parent: 2 + - uid: 23560 + components: + - type: Transform + pos: 48.5,10.5 + parent: 2 + - uid: 23561 + components: + - type: Transform + pos: 49.5,10.5 + parent: 2 + - uid: 23562 + components: + - type: Transform + pos: 49.5,9.5 + parent: 2 + - uid: 23563 + components: + - type: Transform + pos: 49.5,8.5 + parent: 2 + - uid: 23564 + components: + - type: Transform + pos: 49.5,8.5 + parent: 2 + - uid: 23565 + components: + - type: Transform + pos: 48.5,8.5 + parent: 2 + - uid: 23566 + components: + - type: Transform + pos: 47.5,8.5 + parent: 2 + - uid: 23567 + components: + - type: Transform + pos: 46.5,8.5 + parent: 2 + - uid: 23568 + components: + - type: Transform + pos: 45.5,8.5 + parent: 2 + - uid: 23569 + components: + - type: Transform + pos: 45.5,9.5 + parent: 2 + - uid: 23570 + components: + - type: Transform + pos: 44.5,9.5 + parent: 2 + - uid: 23571 + components: + - type: Transform + pos: 43.5,9.5 + parent: 2 + - uid: 23572 + components: + - type: Transform + pos: 42.5,9.5 + parent: 2 + - uid: 23573 + components: + - type: Transform + pos: 41.5,9.5 + parent: 2 + - uid: 23574 + components: + - type: Transform + pos: 41.5,8.5 + parent: 2 + - uid: 23575 + components: + - type: Transform + pos: 41.5,7.5 + parent: 2 + - uid: 23576 + components: + - type: Transform + pos: 41.5,7.5 + parent: 2 + - uid: 23577 + components: + - type: Transform + pos: 40.5,7.5 + parent: 2 + - uid: 23578 + components: + - type: Transform + pos: 39.5,7.5 + parent: 2 + - uid: 23579 + components: + - type: Transform + pos: 38.5,7.5 + parent: 2 + - uid: 23580 + components: + - type: Transform + pos: 37.5,7.5 + parent: 2 + - uid: 23581 + components: + - type: Transform + pos: 36.5,7.5 + parent: 2 + - uid: 23582 + components: + - type: Transform + pos: 36.5,8.5 + parent: 2 + - uid: 23583 + components: + - type: Transform + pos: 35.5,8.5 + parent: 2 + - uid: 23584 + components: + - type: Transform + pos: 34.5,8.5 + parent: 2 + - uid: 23585 + components: + - type: Transform + pos: 34.5,9.5 + parent: 2 + - uid: 23586 + components: + - type: Transform + pos: 33.5,9.5 + parent: 2 + - uid: 23587 + components: + - type: Transform + pos: 32.5,9.5 + parent: 2 + - uid: 23588 + components: + - type: Transform + pos: 31.5,9.5 + parent: 2 + - uid: 23589 + components: + - type: Transform + pos: 30.5,9.5 + parent: 2 + - uid: 23590 + components: + - type: Transform + pos: 29.5,9.5 + parent: 2 + - uid: 23591 + components: + - type: Transform + pos: 29.5,10.5 + parent: 2 + - uid: 23592 + components: + - type: Transform + pos: 29.5,11.5 + parent: 2 + - uid: 23593 + components: + - type: Transform + pos: 29.5,11.5 + parent: 2 + - uid: 23594 + components: + - type: Transform + pos: 28.5,11.5 + parent: 2 + - uid: 23595 + components: + - type: Transform + pos: 27.5,11.5 + parent: 2 + - uid: 23596 + components: + - type: Transform + pos: 27.5,12.5 + parent: 2 + - uid: 23597 + components: + - type: Transform + pos: 26.5,12.5 + parent: 2 + - uid: 23598 + components: + - type: Transform + pos: 30.5,11.5 + parent: 2 + - uid: 23599 + components: + - type: Transform + pos: 30.5,12.5 + parent: 2 + - uid: 23600 + components: + - type: Transform + pos: 30.5,13.5 + parent: 2 + - uid: 23601 + components: + - type: Transform + pos: 30.5,14.5 + parent: 2 + - uid: 23602 + components: + - type: Transform + pos: 29.5,14.5 + parent: 2 + - uid: 23603 + components: + - type: Transform + pos: 31.5,9.5 + parent: 2 + - uid: 23604 + components: + - type: Transform + pos: 31.5,8.5 + parent: 2 + - uid: 23605 + components: + - type: Transform + pos: 34.5,9.5 + parent: 2 + - uid: 23606 + components: + - type: Transform + pos: 34.5,10.5 + parent: 2 + - uid: 23607 + components: + - type: Transform + pos: 34.5,11.5 + parent: 2 + - uid: 23608 + components: + - type: Transform + pos: 34.5,12.5 + parent: 2 + - uid: 23609 + components: + - type: Transform + pos: 34.5,13.5 + parent: 2 + - uid: 23610 + components: + - type: Transform + pos: 34.5,14.5 + parent: 2 + - uid: 23611 + components: + - type: Transform + pos: 34.5,14.5 + parent: 2 + - uid: 23612 + components: + - type: Transform + pos: 35.5,14.5 + parent: 2 + - uid: 23613 + components: + - type: Transform + pos: 36.5,14.5 + parent: 2 + - uid: 23614 + components: + - type: Transform + pos: 37.5,14.5 + parent: 2 + - uid: 23615 + components: + - type: Transform + pos: 38.5,14.5 + parent: 2 + - uid: 23616 + components: + - type: Transform + pos: 39.5,14.5 + parent: 2 + - uid: 23617 + components: + - type: Transform + pos: 40.5,14.5 + parent: 2 + - uid: 23618 + components: + - type: Transform + pos: 41.5,14.5 + parent: 2 + - uid: 23619 + components: + - type: Transform + pos: 42.5,14.5 + parent: 2 + - uid: 23620 + components: + - type: Transform + pos: 42.5,14.5 + parent: 2 + - uid: 23621 + components: + - type: Transform + pos: 42.5,15.5 + parent: 2 + - uid: 23622 + components: + - type: Transform + pos: 42.5,16.5 + parent: 2 + - uid: 23623 + components: + - type: Transform + pos: 43.5,16.5 + parent: 2 + - uid: 23624 + components: + - type: Transform + pos: 43.5,17.5 + parent: 2 + - uid: 23625 + components: + - type: Transform + pos: 42.5,10.5 + parent: 2 + - uid: 23626 + components: + - type: Transform + pos: 42.5,11.5 + parent: 2 + - uid: 23627 + components: + - type: Transform + pos: 45.5,10.5 + parent: 2 + - uid: 23628 + components: + - type: Transform + pos: 45.5,11.5 + parent: 2 + - uid: 23629 + components: + - type: Transform + pos: 58.5,-39.5 + parent: 2 + - uid: 23630 + components: + - type: Transform + pos: 58.5,-38.5 + parent: 2 + - uid: 23631 + components: + - type: Transform + pos: 58.5,-37.5 + parent: 2 + - uid: 23632 + components: + - type: Transform + pos: 58.5,-37.5 + parent: 2 + - uid: 23633 + components: + - type: Transform + pos: 57.5,-37.5 + parent: 2 + - uid: 23634 + components: + - type: Transform + pos: 56.5,-37.5 + parent: 2 + - uid: 23635 + components: + - type: Transform + pos: 55.5,-37.5 + parent: 2 + - uid: 23636 + components: + - type: Transform + pos: 54.5,-37.5 + parent: 2 + - uid: 23637 + components: + - type: Transform + pos: 54.5,-37.5 + parent: 2 + - uid: 23638 + components: + - type: Transform + pos: 54.5,-38.5 + parent: 2 + - uid: 23639 + components: + - type: Transform + pos: 54.5,-39.5 + parent: 2 + - uid: 23640 + components: + - type: Transform + pos: 54.5,-40.5 + parent: 2 + - uid: 23641 + components: + - type: Transform + pos: 54.5,-40.5 + parent: 2 + - uid: 23642 + components: + - type: Transform + pos: 53.5,-40.5 + parent: 2 + - uid: 23643 + components: + - type: Transform + pos: 53.5,-40.5 + parent: 2 + - uid: 23644 + components: + - type: Transform + pos: 53.5,-41.5 + parent: 2 + - uid: 23645 + components: + - type: Transform + pos: 53.5,-42.5 + parent: 2 + - uid: 23646 + components: + - type: Transform + pos: 53.5,-43.5 + parent: 2 + - uid: 23647 + components: + - type: Transform + pos: 53.5,-43.5 + parent: 2 + - uid: 23648 + components: + - type: Transform + pos: 52.5,-43.5 + parent: 2 + - uid: 23649 + components: + - type: Transform + pos: 51.5,-43.5 + parent: 2 + - uid: 23650 + components: + - type: Transform + pos: 50.5,-43.5 + parent: 2 + - uid: 23651 + components: + - type: Transform + pos: 49.5,-43.5 + parent: 2 + - uid: 23652 + components: + - type: Transform + pos: 49.5,-43.5 + parent: 2 + - uid: 23653 + components: + - type: Transform + pos: 49.5,-44.5 + parent: 2 + - uid: 23654 + components: + - type: Transform + pos: 49.5,-45.5 + parent: 2 + - uid: 23655 + components: + - type: Transform + pos: 56.5,-37.5 + parent: 2 + - uid: 23656 + components: + - type: Transform + pos: 56.5,-36.5 + parent: 2 + - uid: 23657 + components: + - type: Transform + pos: 56.5,-35.5 + parent: 2 + - uid: 23658 + components: + - type: Transform + pos: 56.5,-34.5 + parent: 2 + - uid: 23659 + components: + - type: Transform + pos: 55.5,-34.5 + parent: 2 + - uid: 23660 + components: + - type: Transform + pos: 55.5,-33.5 + parent: 2 + - uid: 23661 + components: + - type: Transform + pos: 55.5,-32.5 + parent: 2 + - uid: 23662 + components: + - type: Transform + pos: 55.5,-31.5 + parent: 2 + - uid: 23663 + components: + - type: Transform + pos: 56.5,-31.5 + parent: 2 + - uid: 23664 + components: + - type: Transform + pos: 56.5,-30.5 + parent: 2 + - uid: 23665 + components: + - type: Transform + pos: 56.5,-29.5 + parent: 2 + - uid: 23666 + components: + - type: Transform + pos: 56.5,-28.5 + parent: 2 + - uid: 23667 + components: + - type: Transform + pos: 56.5,-27.5 + parent: 2 + - uid: 23668 + components: + - type: Transform + pos: 56.5,-26.5 + parent: 2 + - uid: 23669 + components: + - type: Transform + pos: 56.5,-26.5 + parent: 2 + - uid: 23670 + components: + - type: Transform + pos: 57.5,-26.5 + parent: 2 + - uid: 23671 + components: + - type: Transform + pos: 58.5,-26.5 + parent: 2 + - uid: 23672 + components: + - type: Transform + pos: 59.5,-26.5 + parent: 2 + - uid: 23673 + components: + - type: Transform + pos: 60.5,-26.5 + parent: 2 + - uid: 23674 + components: + - type: Transform + pos: 61.5,-26.5 + parent: 2 + - uid: 23675 + components: + - type: Transform + pos: 61.5,-25.5 + parent: 2 + - uid: 23676 + components: + - type: Transform + pos: 62.5,-25.5 + parent: 2 + - uid: 23677 + components: + - type: Transform + pos: 63.5,-25.5 + parent: 2 + - uid: 23678 + components: + - type: Transform + pos: 64.5,-25.5 + parent: 2 + - uid: 23679 + components: + - type: Transform + pos: 64.5,-25.5 + parent: 2 + - uid: 23680 + components: + - type: Transform + pos: 64.5,-24.5 + parent: 2 + - uid: 23681 + components: + - type: Transform + pos: 66.5,-17.5 + parent: 2 + - uid: 23682 + components: + - type: Transform + pos: 66.5,-16.5 + parent: 2 + - uid: 23683 + components: + - type: Transform + pos: 66.5,-15.5 + parent: 2 + - uid: 23684 + components: + - type: Transform + pos: 66.5,-14.5 + parent: 2 + - uid: 23685 + components: + - type: Transform + pos: 66.5,-13.5 + parent: 2 + - uid: 23686 + components: + - type: Transform + pos: 66.5,-12.5 + parent: 2 + - uid: 23687 + components: + - type: Transform + pos: 66.5,-11.5 + parent: 2 + - uid: 23688 + components: + - type: Transform + pos: 66.5,-10.5 + parent: 2 + - uid: 23689 + components: + - type: Transform + pos: 66.5,-9.5 + parent: 2 + - uid: 23690 + components: + - type: Transform + pos: 66.5,-9.5 + parent: 2 + - uid: 23691 + components: + - type: Transform + pos: 65.5,-9.5 + parent: 2 + - uid: 23692 + components: + - type: Transform + pos: 64.5,-9.5 + parent: 2 + - uid: 23693 + components: + - type: Transform + pos: 63.5,-9.5 + parent: 2 + - uid: 23694 + components: + - type: Transform + pos: 62.5,-9.5 + parent: 2 + - uid: 23695 + components: + - type: Transform + pos: 61.5,-9.5 + parent: 2 + - uid: 23696 + components: + - type: Transform + pos: 60.5,-9.5 + parent: 2 + - uid: 23697 + components: + - type: Transform + pos: 59.5,-9.5 + parent: 2 + - uid: 23698 + components: + - type: Transform + pos: 60.5,-9.5 + parent: 2 + - uid: 23699 + components: + - type: Transform + pos: 60.5,-8.5 + parent: 2 + - uid: 23700 + components: + - type: Transform + pos: 60.5,-7.5 + parent: 2 + - uid: 23701 + components: + - type: Transform + pos: 61.5,-7.5 + parent: 2 + - uid: 23702 + components: + - type: Transform + pos: 62.5,-7.5 + parent: 2 + - uid: 23703 + components: + - type: Transform + pos: 63.5,-7.5 + parent: 2 + - uid: 23704 + components: + - type: Transform + pos: 59.5,-7.5 + parent: 2 + - uid: 23705 + components: + - type: Transform + pos: 58.5,-7.5 + parent: 2 + - uid: 23706 + components: + - type: Transform + pos: 57.5,-7.5 + parent: 2 + - uid: 23707 + components: + - type: Transform + pos: 56.5,-7.5 + parent: 2 + - uid: 23708 + components: + - type: Transform + pos: 56.5,-8.5 + parent: 2 + - uid: 23709 + components: + - type: Transform + pos: 56.5,-9.5 + parent: 2 + - uid: 23710 + components: + - type: Transform + pos: 56.5,-10.5 + parent: 2 + - uid: 23791 + components: + - type: Transform + pos: -34.5,-11.5 + parent: 2 + - uid: 23792 + components: + - type: Transform + pos: -35.5,-11.5 + parent: 2 + - uid: 23793 + components: + - type: Transform + pos: -36.5,-11.5 + parent: 2 + - uid: 23794 + components: + - type: Transform + pos: -36.5,-11.5 + parent: 2 + - uid: 23795 + components: + - type: Transform + pos: -36.5,-10.5 + parent: 2 + - uid: 23796 + components: + - type: Transform + pos: -36.5,-9.5 + parent: 2 + - uid: 23797 + components: + - type: Transform + pos: -36.5,-8.5 + parent: 2 + - uid: 23798 + components: + - type: Transform + pos: -36.5,-7.5 + parent: 2 + - uid: 23799 + components: + - type: Transform + pos: -37.5,-2.5 + parent: 2 + - uid: 23800 + components: + - type: Transform + pos: -36.5,-2.5 + parent: 2 + - uid: 23801 + components: + - type: Transform + pos: -35.5,-2.5 + parent: 2 + - uid: 23802 + components: + - type: Transform + pos: -34.5,-2.5 + parent: 2 + - uid: 23803 + components: + - type: Transform + pos: -35.5,-2.5 + parent: 2 + - uid: 23804 + components: + - type: Transform + pos: -35.5,-1.5 + parent: 2 + - uid: 23805 + components: + - type: Transform + pos: -35.5,-0.5 + parent: 2 + - uid: 23806 + components: + - type: Transform + pos: -35.5,0.5 + parent: 2 + - uid: 23807 + components: + - type: Transform + pos: -35.5,0.5 + parent: 2 + - uid: 23808 + components: + - type: Transform + pos: -36.5,0.5 + parent: 2 + - uid: 23809 + components: + - type: Transform + pos: -37.5,0.5 + parent: 2 + - uid: 23810 + components: + - type: Transform + pos: -38.5,0.5 + parent: 2 + - uid: 23811 + components: + - type: Transform + pos: -39.5,0.5 + parent: 2 + - uid: 23813 + components: + - type: Transform + pos: -41.5,0.5 + parent: 2 + - uid: 23814 + components: + - type: Transform + pos: -42.5,0.5 + parent: 2 + - uid: 23815 + components: + - type: Transform + pos: -43.5,0.5 + parent: 2 + - uid: 23816 + components: + - type: Transform + pos: -44.5,0.5 + parent: 2 + - uid: 23817 + components: + - type: Transform + pos: -45.5,0.5 + parent: 2 + - uid: 23818 + components: + - type: Transform + pos: -45.5,0.5 + parent: 2 + - uid: 23819 + components: + - type: Transform + pos: -45.5,-0.5 + parent: 2 + - uid: 23820 + components: + - type: Transform + pos: -45.5,-1.5 + parent: 2 + - uid: 23821 + components: + - type: Transform + pos: -45.5,-2.5 + parent: 2 + - uid: 23822 + components: + - type: Transform + pos: -45.5,-3.5 + parent: 2 + - uid: 23823 + components: + - type: Transform + pos: -45.5,-4.5 + parent: 2 + - uid: 23824 + components: + - type: Transform + pos: -44.5,-4.5 + parent: 2 + - uid: 23825 + components: + - type: Transform + pos: -44.5,-5.5 + parent: 2 + - uid: 23826 + components: + - type: Transform + pos: -44.5,-6.5 + parent: 2 + - uid: 23827 + components: + - type: Transform + pos: -44.5,-6.5 + parent: 2 + - uid: 23828 + components: + - type: Transform + pos: -43.5,-6.5 + parent: 2 + - uid: 23829 + components: + - type: Transform + pos: -42.5,-6.5 + parent: 2 + - uid: 23830 + components: + - type: Transform + pos: -41.5,-6.5 + parent: 2 + - uid: 23831 + components: + - type: Transform + pos: -40.5,-6.5 + parent: 2 + - uid: 23832 + components: + - type: Transform + pos: -40.5,-7.5 + parent: 2 + - uid: 23833 + components: + - type: Transform + pos: -39.5,-7.5 + parent: 2 + - uid: 23834 + components: + - type: Transform + pos: -38.5,-7.5 + parent: 2 + - uid: 23835 + components: + - type: Transform + pos: -40.5,-6.5 + parent: 2 + - uid: 23836 + components: + - type: Transform + pos: -40.5,-5.5 + parent: 2 + - uid: 23837 + components: + - type: Transform + pos: -40.5,-4.5 + parent: 2 + - uid: 23838 + components: + - type: Transform + pos: -40.5,-3.5 + parent: 2 + - uid: 23839 + components: + - type: Transform + pos: -41.5,-3.5 + parent: 2 + - uid: 23840 + components: + - type: Transform + pos: -39.5,-3.5 + parent: 2 + - uid: 23841 + components: + - type: Transform + pos: -34.5,-0.5 + parent: 2 + - uid: 23842 + components: + - type: Transform + pos: -33.5,-0.5 + parent: 2 + - uid: 23843 + components: + - type: Transform + pos: -32.5,-0.5 + parent: 2 + - uid: 23844 + components: + - type: Transform + pos: -32.5,-1.5 + parent: 2 + - uid: 23845 + components: + - type: Transform + pos: -32.5,-2.5 + parent: 2 + - uid: 23846 + components: + - type: Transform + pos: -32.5,-3.5 + parent: 2 + - uid: 23847 + components: + - type: Transform + pos: -32.5,-3.5 + parent: 2 + - uid: 23848 + components: + - type: Transform + pos: -31.5,-3.5 + parent: 2 + - uid: 23849 + components: + - type: Transform + pos: -30.5,-3.5 + parent: 2 + - uid: 23850 + components: + - type: Transform + pos: -29.5,-3.5 + parent: 2 + - uid: 23851 + components: + - type: Transform + pos: -28.5,-3.5 + parent: 2 + - uid: 23852 + components: + - type: Transform + pos: -28.5,-3.5 + parent: 2 + - uid: 23853 + components: + - type: Transform + pos: -28.5,-2.5 + parent: 2 + - uid: 23854 + components: + - type: Transform + pos: -28.5,-1.5 + parent: 2 + - uid: 23855 + components: + - type: Transform + pos: -28.5,-0.5 + parent: 2 + - uid: 23856 + components: + - type: Transform + pos: -28.5,0.5 + parent: 2 + - uid: 23857 + components: + - type: Transform + pos: -28.5,1.5 + parent: 2 + - uid: 23858 + components: + - type: Transform + pos: -28.5,2.5 + parent: 2 + - uid: 23859 + components: + - type: Transform + pos: -28.5,3.5 + parent: 2 + - uid: 23860 + components: + - type: Transform + pos: -30.5,10.5 + parent: 2 + - uid: 23861 + components: + - type: Transform + pos: -30.5,9.5 + parent: 2 + - uid: 23862 + components: + - type: Transform + pos: -30.5,8.5 + parent: 2 + - uid: 23863 + components: + - type: Transform + pos: -30.5,7.5 + parent: 2 + - uid: 23864 + components: + - type: Transform + pos: -30.5,6.5 + parent: 2 + - uid: 23865 + components: + - type: Transform + pos: -30.5,5.5 + parent: 2 + - uid: 23866 + components: + - type: Transform + pos: -30.5,4.5 + parent: 2 + - uid: 23867 + components: + - type: Transform + pos: -30.5,6.5 + parent: 2 + - uid: 23868 + components: + - type: Transform + pos: -29.5,6.5 + parent: 2 + - uid: 23869 + components: + - type: Transform + pos: -28.5,6.5 + parent: 2 + - uid: 23870 + components: + - type: Transform + pos: -30.5,6.5 + parent: 2 + - uid: 23872 + components: + - type: Transform + pos: -32.5,6.5 + parent: 2 + - uid: 23873 + components: + - type: Transform + pos: -33.5,6.5 + parent: 2 + - uid: 23874 + components: + - type: Transform + pos: -32.5,6.5 + parent: 2 + - uid: 23875 + components: + - type: Transform + pos: -32.5,7.5 + parent: 2 + - uid: 23876 + components: + - type: Transform + pos: -32.5,8.5 + parent: 2 + - uid: 23877 + components: + - type: Transform + pos: -33.5,8.5 + parent: 2 + - uid: 23878 + components: + - type: Transform + pos: -32.5,9.5 + parent: 2 + - uid: 23879 + components: + - type: Transform + pos: -30.5,9.5 + parent: 2 + - uid: 23880 + components: + - type: Transform + pos: -29.5,9.5 + parent: 2 + - uid: 23881 + components: + - type: Transform + pos: -28.5,9.5 + parent: 2 + - uid: 23882 + components: + - type: Transform + pos: -28.5,8.5 + parent: 2 + - uid: 23883 + components: + - type: Transform + pos: -30.5,5.5 + parent: 2 + - uid: 23884 + components: + - type: Transform + pos: -30.5,4.5 + parent: 2 + - uid: 23885 + components: + - type: Transform + pos: -30.5,3.5 + parent: 2 + - uid: 23886 + components: + - type: Transform + pos: -30.5,2.5 + parent: 2 + - uid: 23887 + components: + - type: Transform + pos: -30.5,2.5 + parent: 2 + - uid: 23888 + components: + - type: Transform + pos: -31.5,2.5 + parent: 2 + - uid: 23889 + components: + - type: Transform + pos: -32.5,2.5 + parent: 2 + - uid: 23890 + components: + - type: Transform + pos: -33.5,2.5 + parent: 2 + - uid: 23891 + components: + - type: Transform + pos: -34.5,2.5 + parent: 2 + - uid: 23892 + components: + - type: Transform + pos: -35.5,2.5 + parent: 2 + - uid: 23893 + components: + - type: Transform + pos: -36.5,2.5 + parent: 2 + - uid: 23894 + components: + - type: Transform + pos: -36.5,2.5 + parent: 2 + - uid: 23895 + components: + - type: Transform + pos: -36.5,3.5 + parent: 2 + - uid: 23896 + components: + - type: Transform + pos: -36.5,4.5 + parent: 2 + - uid: 23897 + components: + - type: Transform + pos: -36.5,5.5 + parent: 2 + - uid: 23898 + components: + - type: Transform + pos: -36.5,6.5 + parent: 2 + - uid: 23899 + components: + - type: Transform + pos: -36.5,7.5 + parent: 2 + - uid: 23900 + components: + - type: Transform + pos: -35.5,7.5 + parent: 2 + - uid: 23901 + components: + - type: Transform + pos: -35.5,8.5 + parent: 2 + - uid: 23902 + components: + - type: Transform + pos: -35.5,9.5 + parent: 2 + - uid: 23903 + components: + - type: Transform + pos: -35.5,10.5 + parent: 2 + - uid: 23904 + components: + - type: Transform + pos: -35.5,11.5 + parent: 2 + - uid: 23905 + components: + - type: Transform + pos: -34.5,11.5 + parent: 2 + - uid: 23906 + components: + - type: Transform + pos: -33.5,11.5 + parent: 2 + - uid: 23907 + components: + - type: Transform + pos: -32.5,11.5 + parent: 2 + - uid: 23908 + components: + - type: Transform + pos: -31.5,11.5 + parent: 2 + - uid: 23909 + components: + - type: Transform + pos: -31.5,12.5 + parent: 2 + - uid: 23910 + components: + - type: Transform + pos: -30.5,12.5 + parent: 2 + - uid: 23911 + components: + - type: Transform + pos: -29.5,12.5 + parent: 2 + - uid: 23912 + components: + - type: Transform + pos: -28.5,12.5 + parent: 2 + - uid: 23913 + components: + - type: Transform + pos: -28.5,12.5 + parent: 2 + - uid: 23914 + components: + - type: Transform + pos: -28.5,12.5 + parent: 2 + - uid: 23915 + components: + - type: Transform + pos: -27.5,12.5 + parent: 2 + - uid: 23916 + components: + - type: Transform + pos: -26.5,12.5 + parent: 2 + - uid: 23936 + components: + - type: Transform + pos: 8.5,-33.5 + parent: 2 + - uid: 24029 + components: + - type: Transform + pos: -51.5,53.5 + parent: 2 + - uid: 24030 + components: + - type: Transform + pos: -51.5,54.5 + parent: 2 + - uid: 24032 + components: + - type: Transform + pos: -52.5,51.5 + parent: 2 + - uid: 24033 + components: + - type: Transform + pos: -53.5,51.5 + parent: 2 + - uid: 24034 + components: + - type: Transform + pos: -54.5,51.5 + parent: 2 + - uid: 24035 + components: + - type: Transform + pos: -54.5,52.5 + parent: 2 + - uid: 24036 + components: + - type: Transform + pos: -54.5,53.5 + parent: 2 + - uid: 24037 + components: + - type: Transform + pos: -54.5,53.5 + parent: 2 + - uid: 24038 + components: + - type: Transform + pos: -55.5,53.5 + parent: 2 + - uid: 24039 + components: + - type: Transform + pos: -56.5,53.5 + parent: 2 + - uid: 24040 + components: + - type: Transform + pos: -57.5,53.5 + parent: 2 + - uid: 24047 + components: + - type: Transform + pos: -32.5,40.5 + parent: 2 + - uid: 24048 + components: + - type: Transform + pos: -31.5,40.5 + parent: 2 + - uid: 24049 + components: + - type: Transform + pos: -29.5,43.5 + parent: 2 + - uid: 24050 + components: + - type: Transform + pos: -29.5,42.5 + parent: 2 + - uid: 24051 + components: + - type: Transform + pos: -30.5,42.5 + parent: 2 + - uid: 24140 + components: + - type: Transform + pos: -60.5,74.5 + parent: 2 + - uid: 24141 + components: + - type: Transform + pos: -60.5,73.5 + parent: 2 + - uid: 24142 + components: + - type: Transform + pos: -60.5,72.5 + parent: 2 + - uid: 24144 + components: + - type: Transform + pos: -60.5,71.5 + parent: 2 + - uid: 24311 + components: + - type: Transform + pos: -24.5,-54.5 + parent: 2 + - uid: 24312 + components: + - type: Transform + pos: -25.5,-54.5 + parent: 2 + - uid: 24313 + components: + - type: Transform + pos: -26.5,-54.5 + parent: 2 + - uid: 24314 + components: + - type: Transform + pos: -27.5,-54.5 + parent: 2 + - uid: 24315 + components: + - type: Transform + pos: -28.5,-54.5 + parent: 2 + - uid: 24316 + components: + - type: Transform + pos: -29.5,-54.5 + parent: 2 + - uid: 24317 + components: + - type: Transform + pos: -29.5,-54.5 + parent: 2 + - uid: 24318 + components: + - type: Transform + pos: -29.5,-53.5 + parent: 2 + - uid: 24319 + components: + - type: Transform + pos: -29.5,-52.5 + parent: 2 + - uid: 24320 + components: + - type: Transform + pos: -29.5,-52.5 + parent: 2 + - uid: 24321 + components: + - type: Transform + pos: -30.5,-52.5 + parent: 2 + - uid: 24322 + components: + - type: Transform + pos: -31.5,-52.5 + parent: 2 + - uid: 24323 + components: + - type: Transform + pos: -32.5,-52.5 + parent: 2 + - uid: 24324 + components: + - type: Transform + pos: -33.5,-52.5 + parent: 2 + - uid: 24325 + components: + - type: Transform + pos: -34.5,-52.5 + parent: 2 + - uid: 24326 + components: + - type: Transform + pos: -29.5,-52.5 + parent: 2 + - uid: 24327 + components: + - type: Transform + pos: -29.5,-53.5 + parent: 2 + - uid: 24328 + components: + - type: Transform + pos: -29.5,-54.5 + parent: 2 + - uid: 24329 + components: + - type: Transform + pos: -29.5,-55.5 + parent: 2 + - uid: 24330 + components: + - type: Transform + pos: -29.5,-56.5 + parent: 2 + - uid: 24331 + components: + - type: Transform + pos: -29.5,-57.5 + parent: 2 + - uid: 24332 + components: + - type: Transform + pos: -29.5,-58.5 + parent: 2 + - uid: 24333 + components: + - type: Transform + pos: -29.5,-58.5 + parent: 2 + - uid: 24334 + components: + - type: Transform + pos: -30.5,-58.5 + parent: 2 + - uid: 24335 + components: + - type: Transform + pos: -31.5,-58.5 + parent: 2 + - uid: 24336 + components: + - type: Transform + pos: -32.5,-58.5 + parent: 2 + - uid: 24337 + components: + - type: Transform + pos: -33.5,-58.5 + parent: 2 + - uid: 24338 + components: + - type: Transform + pos: -29.5,-57.5 + parent: 2 + - uid: 24339 + components: + - type: Transform + pos: -28.5,-57.5 + parent: 2 + - uid: 24340 + components: + - type: Transform + pos: -27.5,-57.5 + parent: 2 + - uid: 24341 + components: + - type: Transform + pos: -26.5,-57.5 + parent: 2 + - uid: 24342 + components: + - type: Transform + pos: -25.5,-57.5 + parent: 2 + - uid: 24343 + components: + - type: Transform + pos: -24.5,-57.5 + parent: 2 + - uid: 24344 + components: + - type: Transform + pos: -23.5,-57.5 + parent: 2 + - uid: 24345 + components: + - type: Transform + pos: -22.5,-57.5 + parent: 2 + - uid: 24346 + components: + - type: Transform + pos: -21.5,-57.5 + parent: 2 + - uid: 24347 + components: + - type: Transform + pos: -20.5,-57.5 + parent: 2 + - uid: 24348 + components: + - type: Transform + pos: -20.5,-57.5 + parent: 2 + - uid: 24349 + components: + - type: Transform + pos: -20.5,-58.5 + parent: 2 + - uid: 24350 + components: + - type: Transform + pos: -20.5,-59.5 + parent: 2 + - uid: 24351 + components: + - type: Transform + pos: -20.5,-60.5 + parent: 2 + - uid: 24352 + components: + - type: Transform + pos: -20.5,-61.5 + parent: 2 + - uid: 24353 + components: + - type: Transform + pos: -20.5,-61.5 + parent: 2 + - uid: 24354 + components: + - type: Transform + pos: -21.5,-61.5 + parent: 2 + - uid: 24355 + components: + - type: Transform + pos: -22.5,-61.5 + parent: 2 + - uid: 24356 + components: + - type: Transform + pos: -23.5,-61.5 + parent: 2 + - uid: 24357 + components: + - type: Transform + pos: -24.5,-61.5 + parent: 2 + - uid: 24358 + components: + - type: Transform + pos: -25.5,-61.5 + parent: 2 + - uid: 24359 + components: + - type: Transform + pos: -26.5,-61.5 + parent: 2 + - uid: 24360 + components: + - type: Transform + pos: -26.5,-61.5 + parent: 2 + - uid: 24361 + components: + - type: Transform + pos: -26.5,-62.5 + parent: 2 + - uid: 24362 + components: + - type: Transform + pos: -26.5,-63.5 + parent: 2 + - uid: 24363 + components: + - type: Transform + pos: -26.5,-64.5 + parent: 2 + - uid: 24364 + components: + - type: Transform + pos: -27.5,-61.5 + parent: 2 + - uid: 24390 + components: + - type: Transform + pos: -7.5,36.5 + parent: 2 + - uid: 24432 + components: + - type: Transform + pos: -64.5,-21.5 + parent: 2 + - uid: 24433 + components: + - type: Transform + pos: -64.5,-20.5 + parent: 2 + - uid: 24434 + components: + - type: Transform + pos: -64.5,-20.5 + parent: 2 + - uid: 24437 + components: + - type: Transform + pos: -7.5,37.5 + parent: 2 + - uid: 24463 + components: + - type: Transform + pos: -61.5,-9.5 + parent: 2 + - uid: 24471 + components: + - type: Transform + pos: -61.5,-9.5 + parent: 2 + - uid: 24482 + components: + - type: Transform + pos: 50.5,-1.5 + parent: 2 + - uid: 24484 + components: + - type: Transform + pos: 50.5,-4.5 + parent: 2 + - uid: 24485 + components: + - type: Transform + pos: 50.5,-2.5 + parent: 2 + - uid: 24487 + components: + - type: Transform + pos: 50.5,-3.5 + parent: 2 + - uid: 24490 + components: + - type: Transform + pos: 49.5,-4.5 + parent: 2 + - uid: 24491 + components: + - type: Transform + pos: 48.5,-4.5 + parent: 2 + - uid: 24493 + components: + - type: Transform + pos: 47.5,-4.5 + parent: 2 + - uid: 24495 + components: + - type: Transform + pos: 46.5,-4.5 + parent: 2 + - uid: 24497 + components: + - type: Transform + pos: 45.5,-4.5 + parent: 2 + - uid: 24498 + components: + - type: Transform + pos: 44.5,-4.5 + parent: 2 + - uid: 24500 + components: + - type: Transform + pos: 43.5,-4.5 + parent: 2 + - uid: 24503 + components: + - type: Transform + pos: -3.5,37.5 + parent: 2 + - uid: 24504 + components: + - type: Transform + pos: 42.5,-4.5 + parent: 2 + - uid: 24505 + components: + - type: Transform + pos: 41.5,-4.5 + parent: 2 + - uid: 24506 + components: + - type: Transform + pos: 40.5,-4.5 + parent: 2 + - uid: 24507 + components: + - type: Transform + pos: 39.5,-4.5 + parent: 2 + - uid: 24509 + components: + - type: Transform + pos: 40.5,-0.5 + parent: 2 + - uid: 24510 + components: + - type: Transform + pos: 39.5,-4.5 + parent: 2 + - uid: 24511 + components: + - type: Transform + pos: 39.5,-3.5 + parent: 2 + - uid: 24512 + components: + - type: Transform + pos: 39.5,-2.5 + parent: 2 + - uid: 24513 + components: + - type: Transform + pos: 39.5,-1.5 + parent: 2 + - uid: 24514 + components: + - type: Transform + pos: 39.5,-0.5 + parent: 2 + - uid: 24515 + components: + - type: Transform + pos: 40.5,0.5 + parent: 2 + - uid: 24516 + components: + - type: Transform + pos: 40.5,1.5 + parent: 2 + - uid: 24517 + components: + - type: Transform + pos: 40.5,2.5 + parent: 2 + - uid: 24518 + components: + - type: Transform + pos: 40.5,3.5 + parent: 2 + - uid: 24519 + components: + - type: Transform + pos: 40.5,4.5 + parent: 2 + - uid: 24520 + components: + - type: Transform + pos: 40.5,5.5 + parent: 2 + - uid: 24521 + components: + - type: Transform + pos: -7.5,39.5 + parent: 2 + - uid: 24522 + components: + - type: Transform + pos: 40.5,5.5 + parent: 2 + - uid: 24523 + components: + - type: Transform + pos: 41.5,5.5 + parent: 2 + - uid: 24524 + components: + - type: Transform + pos: 42.5,5.5 + parent: 2 + - uid: 24525 + components: + - type: Transform + pos: 43.5,5.5 + parent: 2 + - uid: 24526 + components: + - type: Transform + pos: 50.5,4.5 + parent: 2 + - uid: 24527 + components: + - type: Transform + pos: 43.5,5.5 + parent: 2 + - uid: 24528 + components: + - type: Transform + pos: 43.5,6.5 + parent: 2 + - uid: 24529 + components: + - type: Transform + pos: 43.5,6.5 + parent: 2 + - uid: 24530 + components: + - type: Transform + pos: 44.5,6.5 + parent: 2 + - uid: 24531 + components: + - type: Transform + pos: 45.5,6.5 + parent: 2 + - uid: 24532 + components: + - type: Transform + pos: 46.5,6.5 + parent: 2 + - uid: 24533 + components: + - type: Transform + pos: 47.5,6.5 + parent: 2 + - uid: 24534 + components: + - type: Transform + pos: 48.5,6.5 + parent: 2 + - uid: 24535 + components: + - type: Transform + pos: 49.5,6.5 + parent: 2 + - uid: 24536 + components: + - type: Transform + pos: 49.5,6.5 + parent: 2 + - uid: 24537 + components: + - type: Transform + pos: 49.5,5.5 + parent: 2 + - uid: 24539 + components: + - type: Transform + pos: 50.5,5.5 + parent: 2 + - uid: 24541 + components: + - type: Transform + pos: 50.5,3.5 + parent: 2 + - uid: 24542 + components: + - type: Transform + pos: 50.5,2.5 + parent: 2 + - uid: 24545 + components: + - type: Transform + pos: 51.5,2.5 + parent: 2 + - uid: 24590 + components: + - type: Transform + pos: -55.5,12.5 + parent: 2 + - uid: 24591 + components: + - type: Transform + pos: -55.5,13.5 + parent: 2 + - uid: 24592 + components: + - type: Transform + pos: -55.5,14.5 + parent: 2 + - uid: 24593 + components: + - type: Transform + pos: -55.5,15.5 + parent: 2 + - uid: 24594 + components: + - type: Transform + pos: -54.5,15.5 + parent: 2 + - uid: 24595 + components: + - type: Transform + pos: -54.5,16.5 + parent: 2 + - uid: 24596 + components: + - type: Transform + pos: -54.5,17.5 + parent: 2 + - uid: 24597 + components: + - type: Transform + pos: -53.5,17.5 + parent: 2 + - uid: 24598 + components: + - type: Transform + pos: -53.5,18.5 + parent: 2 + - uid: 24599 + components: + - type: Transform + pos: -53.5,19.5 + parent: 2 + - uid: 24600 + components: + - type: Transform + pos: -53.5,20.5 + parent: 2 + - uid: 24601 + components: + - type: Transform + pos: -53.5,21.5 + parent: 2 + - uid: 24602 + components: + - type: Transform + pos: -52.5,21.5 + parent: 2 + - uid: 24603 + components: + - type: Transform + pos: -51.5,21.5 + parent: 2 + - uid: 24647 + components: + - type: Transform + pos: -48.5,-32.5 + parent: 2 + - uid: 24648 + components: + - type: Transform + pos: -48.5,-33.5 + parent: 2 + - uid: 24649 + components: + - type: Transform + pos: -47.5,-33.5 + parent: 2 + - uid: 24650 + components: + - type: Transform + pos: -47.5,-33.5 + parent: 2 + - uid: 24651 + components: + - type: Transform + pos: -46.5,-33.5 + parent: 2 + - uid: 24652 + components: + - type: Transform + pos: -45.5,-33.5 + parent: 2 + - uid: 24681 + components: + - type: Transform + pos: -16.5,48.5 + parent: 2 + - uid: 24724 + components: + - type: Transform + pos: -78.5,61.5 + parent: 2 + - uid: 24733 + components: + - type: Transform + pos: -77.5,58.5 + parent: 2 + - uid: 24779 + components: + - type: Transform + pos: -77.5,60.5 + parent: 2 + - uid: 24796 + components: + - type: Transform + pos: -78.5,60.5 + parent: 2 + - uid: 24849 + components: + - type: Transform + pos: 56.5,38.5 + parent: 2 + - uid: 24850 + components: + - type: Transform + pos: 56.5,34.5 + parent: 2 + - uid: 24878 + components: + - type: Transform + pos: 59.5,-37.5 + parent: 2 + - uid: 24879 + components: + - type: Transform + pos: 60.5,-37.5 + parent: 2 + - uid: 24906 + components: + - type: Transform + pos: 21.5,57.5 + parent: 2 + - uid: 24907 + components: + - type: Transform + pos: 20.5,57.5 + parent: 2 + - uid: 24908 + components: + - type: Transform + pos: 19.5,57.5 + parent: 2 + - uid: 24909 + components: + - type: Transform + pos: 21.5,59.5 + parent: 2 + - uid: 24910 + components: + - type: Transform + pos: 20.5,59.5 + parent: 2 + - uid: 24911 + components: + - type: Transform + pos: 19.5,59.5 + parent: 2 + - uid: 24933 + components: + - type: Transform + pos: 1.5,53.5 + parent: 2 + - uid: 24934 + components: + - type: Transform + pos: 2.5,53.5 + parent: 2 + - uid: 24935 + components: + - type: Transform + pos: 3.5,53.5 + parent: 2 + - uid: 24936 + components: + - type: Transform + pos: 4.5,53.5 + parent: 2 + - uid: 24937 + components: + - type: Transform + pos: 5.5,53.5 + parent: 2 + - uid: 24938 + components: + - type: Transform + pos: 6.5,53.5 + parent: 2 + - uid: 24939 + components: + - type: Transform + pos: 7.5,53.5 + parent: 2 + - uid: 24940 + components: + - type: Transform + pos: 7.5,52.5 + parent: 2 + - uid: 24941 + components: + - type: Transform + pos: 8.5,52.5 + parent: 2 + - uid: 24942 + components: + - type: Transform + pos: 9.5,52.5 + parent: 2 + - uid: 24943 + components: + - type: Transform + pos: 10.5,52.5 + parent: 2 + - uid: 24944 + components: + - type: Transform + pos: 11.5,52.5 + parent: 2 + - uid: 24945 + components: + - type: Transform + pos: 12.5,52.5 + parent: 2 + - uid: 24946 + components: + - type: Transform + pos: 13.5,52.5 + parent: 2 + - uid: 24947 + components: + - type: Transform + pos: 14.5,52.5 + parent: 2 + - uid: 24948 + components: + - type: Transform + pos: 14.5,53.5 + parent: 2 + - uid: 24949 + components: + - type: Transform + pos: 14.5,54.5 + parent: 2 + - uid: 24950 + components: + - type: Transform + pos: 14.5,52.5 + parent: 2 + - uid: 24951 + components: + - type: Transform + pos: 14.5,51.5 + parent: 2 + - uid: 24952 + components: + - type: Transform + pos: 14.5,51.5 + parent: 2 + - uid: 24953 + components: + - type: Transform + pos: 15.5,51.5 + parent: 2 + - uid: 24954 + components: + - type: Transform + pos: 16.5,51.5 + parent: 2 + - uid: 24955 + components: + - type: Transform + pos: 17.5,51.5 + parent: 2 + - uid: 24956 + components: + - type: Transform + pos: 17.5,51.5 + parent: 2 + - uid: 24957 + components: + - type: Transform + pos: 17.5,50.5 + parent: 2 + - uid: 24958 + components: + - type: Transform + pos: 17.5,50.5 + parent: 2 + - uid: 24959 + components: + - type: Transform + pos: 18.5,50.5 + parent: 2 + - uid: 24960 + components: + - type: Transform + pos: 19.5,50.5 + parent: 2 + - uid: 24961 + components: + - type: Transform + pos: 19.5,50.5 + parent: 2 + - uid: 24962 + components: + - type: Transform + pos: 19.5,49.5 + parent: 2 + - uid: 24963 + components: + - type: Transform + pos: 19.5,48.5 + parent: 2 + - uid: 24964 + components: + - type: Transform + pos: 19.5,48.5 + parent: 2 + - uid: 24965 + components: + - type: Transform + pos: 20.5,48.5 + parent: 2 + - uid: 24966 + components: + - type: Transform + pos: 21.5,48.5 + parent: 2 + - uid: 24967 + components: + - type: Transform + pos: 22.5,48.5 + parent: 2 + - uid: 24968 + components: + - type: Transform + pos: 23.5,48.5 + parent: 2 + - uid: 24969 + components: + - type: Transform + pos: 24.5,48.5 + parent: 2 + - uid: 24970 + components: + - type: Transform + pos: 22.5,47.5 + parent: 2 + - uid: 24971 + components: + - type: Transform + pos: 25.5,48.5 + parent: 2 + - uid: 24972 + components: + - type: Transform + pos: 25.5,47.5 + parent: 2 + - uid: 24973 + components: + - type: Transform + pos: 25.5,46.5 + parent: 2 + - uid: 24974 + components: + - type: Transform + pos: 25.5,45.5 + parent: 2 + - uid: 24975 + components: + - type: Transform + pos: 25.5,44.5 + parent: 2 + - uid: 24976 + components: + - type: Transform + pos: 25.5,43.5 + parent: 2 + - uid: 24977 + components: + - type: Transform + pos: 25.5,42.5 + parent: 2 + - uid: 24978 + components: + - type: Transform + pos: 25.5,41.5 + parent: 2 + - uid: 24979 + components: + - type: Transform + pos: 25.5,40.5 + parent: 2 + - uid: 24980 + components: + - type: Transform + pos: 24.5,45.5 + parent: 2 + - uid: 24981 + components: + - type: Transform + pos: 25.5,39.5 + parent: 2 + - uid: 24982 + components: + - type: Transform + pos: 36.5,30.5 + parent: 2 + - uid: 24983 + components: + - type: Transform + pos: 36.5,28.5 + parent: 2 + - uid: 24986 + components: + - type: Transform + pos: -24.5,66.5 + parent: 2 + - uid: 24987 + components: + - type: Transform + pos: -23.5,66.5 + parent: 2 + - uid: 24988 + components: + - type: Transform + pos: -22.5,66.5 + parent: 2 + - uid: 24989 + components: + - type: Transform + pos: -22.5,66.5 + parent: 2 + - uid: 24990 + components: + - type: Transform + pos: -22.5,67.5 + parent: 2 + - uid: 24991 + components: + - type: Transform + pos: -22.5,68.5 + parent: 2 + - uid: 24992 + components: + - type: Transform + pos: -22.5,68.5 + parent: 2 + - uid: 24993 + components: + - type: Transform + pos: -23.5,68.5 + parent: 2 + - uid: 24994 + components: + - type: Transform + pos: -24.5,68.5 + parent: 2 + - uid: 24995 + components: + - type: Transform + pos: -25.5,68.5 + parent: 2 + - uid: 26199 + components: + - type: Transform + pos: -5.5,36.5 + parent: 2 + - uid: 26203 + components: + - type: Transform + pos: -7.5,38.5 + parent: 2 + - uid: 26917 + components: + - type: Transform + pos: -4.5,36.5 + parent: 2 + - uid: 26919 + components: + - type: Transform + pos: -6.5,36.5 + parent: 2 + - uid: 26985 + components: + - type: Transform + pos: 15.5,-61.5 + parent: 2 + - uid: 26986 + components: + - type: Transform + pos: 13.5,-61.5 + parent: 2 + - uid: 26987 + components: + - type: Transform + pos: 13.5,-61.5 + parent: 2 + - uid: 26988 + components: + - type: Transform + pos: 13.5,-59.5 + parent: 2 + - uid: 26989 + components: + - type: Transform + pos: 14.5,-59.5 + parent: 2 + - uid: 27481 + components: + - type: Transform + pos: -7.5,47.5 + parent: 2 + - uid: 27482 + components: + - type: Transform + pos: -7.5,43.5 + parent: 2 + - uid: 27486 + components: + - type: Transform + pos: -7.5,46.5 + parent: 2 + - uid: 27488 + components: + - type: Transform + pos: -7.5,45.5 + parent: 2 + - uid: 27536 + components: + - type: Transform + pos: -7.5,42.5 + parent: 2 + - uid: 27547 + components: + - type: Transform + pos: -7.5,44.5 + parent: 2 + - uid: 27575 + components: + - type: Transform + pos: 28.5,36.5 + parent: 2 + - uid: 27576 + components: + - type: Transform + pos: 28.5,35.5 + parent: 2 + - uid: 27614 + components: + - type: Transform + pos: -15.5,47.5 + parent: 2 + - uid: 27615 + components: + - type: Transform + pos: -8.5,47.5 + parent: 2 + - uid: 27616 + components: + - type: Transform + pos: -6.5,47.5 + parent: 2 + - uid: 27617 + components: + - type: Transform + pos: -6.5,48.5 + parent: 2 + - uid: 27650 + components: + - type: Transform + pos: 65.5,-37.5 + parent: 2 + - uid: 27680 + components: + - type: Transform + pos: 63.5,-37.5 + parent: 2 + - uid: 27681 + components: + - type: Transform + pos: 64.5,-37.5 + parent: 2 + - uid: 27714 + components: + - type: Transform + pos: 16.5,52.5 + parent: 2 + - uid: 27715 + components: + - type: Transform + pos: 16.5,53.5 + parent: 2 + - uid: 27716 + components: + - type: Transform + pos: 16.5,54.5 + parent: 2 + - uid: 27717 + components: + - type: Transform + pos: 16.5,55.5 + parent: 2 + - uid: 27718 + components: + - type: Transform + pos: 16.5,56.5 + parent: 2 + - uid: 27719 + components: + - type: Transform + pos: 16.5,57.5 + parent: 2 + - uid: 27720 + components: + - type: Transform + pos: 16.5,58.5 + parent: 2 + - uid: 27728 + components: + - type: Transform + pos: -13.5,55.5 + parent: 2 + - uid: 27729 + components: + - type: Transform + pos: -15.5,55.5 + parent: 2 + - uid: 27739 + components: + - type: Transform + pos: -33.5,43.5 + parent: 2 + - uid: 27740 + components: + - type: Transform + pos: -34.5,43.5 + parent: 2 + - uid: 27741 + components: + - type: Transform + pos: -35.5,43.5 + parent: 2 + - uid: 27742 + components: + - type: Transform + pos: -35.5,43.5 + parent: 2 + - uid: 27743 + components: + - type: Transform + pos: -35.5,44.5 + parent: 2 + - uid: 27744 + components: + - type: Transform + pos: -35.5,45.5 + parent: 2 + - uid: 27745 + components: + - type: Transform + pos: -35.5,46.5 + parent: 2 + - uid: 27746 + components: + - type: Transform + pos: -35.5,46.5 + parent: 2 + - uid: 27747 + components: + - type: Transform + pos: -36.5,46.5 + parent: 2 + - uid: 27748 + components: + - type: Transform + pos: -37.5,46.5 + parent: 2 + - uid: 27749 + components: + - type: Transform + pos: -38.5,46.5 + parent: 2 + - uid: 27750 + components: + - type: Transform + pos: -38.5,46.5 + parent: 2 + - uid: 27751 + components: + - type: Transform + pos: -38.5,47.5 + parent: 2 + - uid: 27752 + components: + - type: Transform + pos: -38.5,48.5 + parent: 2 + - uid: 27753 + components: + - type: Transform + pos: -38.5,48.5 + parent: 2 + - uid: 27754 + components: + - type: Transform + pos: -39.5,48.5 + parent: 2 + - uid: 27755 + components: + - type: Transform + pos: -40.5,48.5 + parent: 2 + - uid: 27756 + components: + - type: Transform + pos: -40.5,48.5 + parent: 2 + - uid: 27757 + components: + - type: Transform + pos: -40.5,49.5 + parent: 2 + - uid: 27758 + components: + - type: Transform + pos: -40.5,50.5 + parent: 2 + - uid: 27759 + components: + - type: Transform + pos: -40.5,51.5 + parent: 2 + - uid: 27760 + components: + - type: Transform + pos: -40.5,52.5 + parent: 2 + - uid: 27761 + components: + - type: Transform + pos: -40.5,53.5 + parent: 2 + - uid: 27762 + components: + - type: Transform + pos: -40.5,54.5 + parent: 2 + - uid: 27763 + components: + - type: Transform + pos: -40.5,55.5 + parent: 2 + - uid: 27764 + components: + - type: Transform + pos: -40.5,55.5 + parent: 2 + - uid: 27765 + components: + - type: Transform + pos: -39.5,55.5 + parent: 2 + - uid: 27766 + components: + - type: Transform + pos: -38.5,55.5 + parent: 2 + - uid: 27767 + components: + - type: Transform + pos: -38.5,55.5 + parent: 2 + - uid: 27768 + components: + - type: Transform + pos: -38.5,56.5 + parent: 2 + - uid: 27769 + components: + - type: Transform + pos: -38.5,57.5 + parent: 2 + - uid: 27770 + components: + - type: Transform + pos: -38.5,57.5 + parent: 2 + - uid: 27771 + components: + - type: Transform + pos: -37.5,57.5 + parent: 2 + - uid: 27772 + components: + - type: Transform + pos: -22.5,63.5 + parent: 2 + - uid: 27773 + components: + - type: Transform + pos: -35.5,57.5 + parent: 2 + - uid: 27774 + components: + - type: Transform + pos: -35.5,57.5 + parent: 2 + - uid: 27775 + components: + - type: Transform + pos: -22.5,66.5 + parent: 2 + - uid: 27776 + components: + - type: Transform + pos: -22.5,65.5 + parent: 2 + - uid: 27777 + components: + - type: Transform + pos: -22.5,64.5 + parent: 2 + - uid: 27778 + components: + - type: Transform + pos: -22.5,63.5 + parent: 2 + - uid: 27779 + components: + - type: Transform + pos: -22.5,63.5 + parent: 2 + - uid: 27780 + components: + - type: Transform + pos: -23.5,63.5 + parent: 2 + - uid: 27781 + components: + - type: Transform + pos: -24.5,63.5 + parent: 2 + - uid: 27782 + components: + - type: Transform + pos: -25.5,63.5 + parent: 2 + - uid: 27783 + components: + - type: Transform + pos: -26.5,63.5 + parent: 2 + - uid: 27784 + components: + - type: Transform + pos: -27.5,63.5 + parent: 2 + - uid: 27785 + components: + - type: Transform + pos: -27.5,62.5 + parent: 2 + - uid: 27786 + components: + - type: Transform + pos: -28.5,62.5 + parent: 2 + - uid: 27787 + components: + - type: Transform + pos: -29.5,62.5 + parent: 2 + - uid: 27788 + components: + - type: Transform + pos: -29.5,61.5 + parent: 2 + - uid: 27789 + components: + - type: Transform + pos: -30.5,61.5 + parent: 2 + - uid: 27790 + components: + - type: Transform + pos: -30.5,60.5 + parent: 2 + - uid: 27791 + components: + - type: Transform + pos: -31.5,60.5 + parent: 2 + - uid: 27792 + components: + - type: Transform + pos: -32.5,60.5 + parent: 2 + - uid: 27793 + components: + - type: Transform + pos: -33.5,60.5 + parent: 2 + - uid: 27794 + components: + - type: Transform + pos: -34.5,60.5 + parent: 2 + - uid: 27795 + components: + - type: Transform + pos: -34.5,59.5 + parent: 2 + - uid: 27796 + components: + - type: Transform + pos: -35.5,59.5 + parent: 2 + - uid: 27797 + components: + - type: Transform + pos: -35.5,59.5 + parent: 2 + - uid: 27798 + components: + - type: Transform + pos: -35.5,58.5 + parent: 2 + - uid: 27799 + components: + - type: Transform + pos: -35.5,57.5 + parent: 2 + - uid: 27800 + components: + - type: Transform + pos: -22.5,62.5 + parent: 2 + - uid: 27801 + components: + - type: Transform + pos: -22.5,61.5 + parent: 2 + - uid: 27802 + components: + - type: Transform + pos: -22.5,60.5 + parent: 2 + - uid: 27803 + components: + - type: Transform + pos: -22.5,59.5 + parent: 2 + - uid: 27804 + components: + - type: Transform + pos: -22.5,58.5 + parent: 2 + - uid: 27805 + components: + - type: Transform + pos: -22.5,57.5 + parent: 2 + - uid: 27806 + components: + - type: Transform + pos: -22.5,57.5 + parent: 2 + - uid: 27807 + components: + - type: Transform + pos: -21.5,57.5 + parent: 2 + - uid: 27808 + components: + - type: Transform + pos: -21.5,57.5 + parent: 2 + - uid: 27809 + components: + - type: Transform + pos: -21.5,56.5 + parent: 2 + - uid: 27810 + components: + - type: Transform + pos: -21.5,55.5 + parent: 2 + - uid: 27811 + components: + - type: Transform + pos: -21.5,54.5 + parent: 2 + - uid: 28603 + components: + - type: Transform + pos: -40.5,0.5 + parent: 2 + - uid: 29360 + components: + - type: Transform + pos: -4.5,49.5 + parent: 2 + - uid: 30680 + components: + - type: Transform + pos: 61.5,-37.5 + parent: 2 + - uid: 30702 + components: + - type: Transform + pos: -3.5,36.5 + parent: 2 + - uid: 30725 + components: + - type: Transform + pos: -62.5,-16.5 + parent: 2 + - uid: 30726 + components: + - type: Transform + pos: -63.5,-16.5 + parent: 2 + - uid: 30727 + components: + - type: Transform + pos: -64.5,-16.5 + parent: 2 + - uid: 30728 + components: + - type: Transform + pos: -64.5,-15.5 + parent: 2 + - uid: 30729 + components: + - type: Transform + pos: -64.5,-14.5 + parent: 2 + - uid: 30730 + components: + - type: Transform + pos: -64.5,-13.5 + parent: 2 + - uid: 30731 + components: + - type: Transform + pos: -64.5,-12.5 + parent: 2 + - uid: 30732 + components: + - type: Transform + pos: -65.5,-12.5 + parent: 2 + - uid: 30738 + components: + - type: Transform + pos: 15.5,14.5 + parent: 2 + - uid: 30739 + components: + - type: Transform + pos: 16.5,14.5 + parent: 2 + - uid: 30740 + components: + - type: Transform + pos: 17.5,14.5 + parent: 2 + - uid: 30803 + components: + - type: Transform + pos: 66.5,16.5 + parent: 2 + - uid: 30804 + components: + - type: Transform + pos: 66.5,16.5 + parent: 2 + - uid: 30805 + components: + - type: Transform + pos: 66.5,15.5 + parent: 2 + - uid: 30806 + components: + - type: Transform + pos: 66.5,14.5 + parent: 2 + - uid: 30807 + components: + - type: Transform + pos: 66.5,13.5 + parent: 2 + - uid: 30808 + components: + - type: Transform + pos: 66.5,12.5 + parent: 2 + - uid: 30809 + components: + - type: Transform + pos: 66.5,11.5 + parent: 2 + - uid: 30810 + components: + - type: Transform + pos: 66.5,10.5 + parent: 2 + - uid: 30811 + components: + - type: Transform + pos: 66.5,10.5 + parent: 2 + - uid: 30812 + components: + - type: Transform + pos: 65.5,10.5 + parent: 2 + - uid: 30813 + components: + - type: Transform + pos: 64.5,10.5 + parent: 2 + - uid: 30814 + components: + - type: Transform + pos: 63.5,10.5 + parent: 2 + - uid: 30815 + components: + - type: Transform + pos: 62.5,10.5 + parent: 2 + - uid: 30816 + components: + - type: Transform + pos: 61.5,10.5 + parent: 2 + - uid: 30817 + components: + - type: Transform + pos: 60.5,10.5 + parent: 2 + - uid: 30818 + components: + - type: Transform + pos: 66.5,12.5 + parent: 2 + - uid: 30819 + components: + - type: Transform + pos: 65.5,12.5 + parent: 2 + - uid: 30820 + components: + - type: Transform + pos: 64.5,12.5 + parent: 2 + - uid: 30821 + components: + - type: Transform + pos: 63.5,12.5 + parent: 2 + - uid: 30823 + components: + - type: Transform + pos: 33.5,-5.5 + parent: 2 + - uid: 30824 + components: + - type: Transform + pos: 34.5,-5.5 + parent: 2 + - uid: 30825 + components: + - type: Transform + pos: 35.5,-5.5 + parent: 2 + - uid: 30826 + components: + - type: Transform + pos: 36.5,-5.5 + parent: 2 + - uid: 30827 + components: + - type: Transform + pos: 37.5,-5.5 + parent: 2 + - uid: 30828 + components: + - type: Transform + pos: 38.5,-5.5 + parent: 2 + - uid: 30829 + components: + - type: Transform + pos: 39.5,-5.5 + parent: 2 + - uid: 30830 + components: + - type: Transform + pos: 40.5,-5.5 + parent: 2 + - uid: 30831 + components: + - type: Transform + pos: 41.5,-5.5 + parent: 2 + - uid: 30832 + components: + - type: Transform + pos: -19.5,-58.5 + parent: 2 + - uid: 30833 + components: + - type: Transform + pos: -18.5,-58.5 + parent: 2 + - uid: 30834 + components: + - type: Transform + pos: -17.5,-58.5 + parent: 2 + - uid: 30835 + components: + - type: Transform + pos: -16.5,-58.5 + parent: 2 + - uid: 30836 + components: + - type: Transform + pos: -16.5,-58.5 + parent: 2 + - uid: 30837 + components: + - type: Transform + pos: -16.5,-57.5 + parent: 2 + - uid: 30838 + components: + - type: Transform + pos: -16.5,-56.5 + parent: 2 + - uid: 30839 + components: + - type: Transform + pos: -16.5,-55.5 + parent: 2 + - uid: 30840 + components: + - type: Transform + pos: -16.5,-55.5 + parent: 2 + - uid: 30841 + components: + - type: Transform + pos: -15.5,-55.5 + parent: 2 + - uid: 30842 + components: + - type: Transform + pos: -14.5,-55.5 + parent: 2 + - uid: 30863 + components: + - type: Transform + pos: 39.5,-19.5 + parent: 2 + - uid: 31157 + components: + - type: Transform + pos: 4.5,4.5 + parent: 30892 + - uid: 31158 + components: + - type: Transform + pos: 3.5,4.5 + parent: 30892 + - uid: 31159 + components: + - type: Transform + pos: 2.5,4.5 + parent: 30892 + - uid: 31160 + components: + - type: Transform + pos: 3.5,4.5 + parent: 30892 + - uid: 31161 + components: + - type: Transform + pos: 3.5,5.5 + parent: 30892 + - uid: 31162 + components: + - type: Transform + pos: 3.5,6.5 + parent: 30892 + - uid: 31163 + components: + - type: Transform + pos: 3.5,7.5 + parent: 30892 + - uid: 31164 + components: + - type: Transform + pos: 3.5,7.5 + parent: 30892 + - uid: 31165 + components: + - type: Transform + pos: 3.5,8.5 + parent: 30892 + - uid: 31166 + components: + - type: Transform + pos: 3.5,9.5 + parent: 30892 + - uid: 31167 + components: + - type: Transform + pos: 3.5,10.5 + parent: 30892 + - uid: 31168 + components: + - type: Transform + pos: 3.5,6.5 + parent: 30892 + - uid: 31169 + components: + - type: Transform + pos: 4.5,6.5 + parent: 30892 + - uid: 31170 + components: + - type: Transform + pos: 5.5,6.5 + parent: 30892 + - uid: 31171 + components: + - type: Transform + pos: 6.5,6.5 + parent: 30892 + - uid: 31172 + components: + - type: Transform + pos: 7.5,6.5 + parent: 30892 + - uid: 31173 + components: + - type: Transform + pos: 8.5,6.5 + parent: 30892 + - uid: 31174 + components: + - type: Transform + pos: 5.5,6.5 + parent: 30892 + - uid: 31175 + components: + - type: Transform + pos: 5.5,7.5 + parent: 30892 + - uid: 31176 + components: + - type: Transform + pos: 5.5,8.5 + parent: 30892 + - uid: 31177 + components: + - type: Transform + pos: 5.5,9.5 + parent: 30892 + - uid: 31178 + components: + - type: Transform + pos: 5.5,10.5 + parent: 30892 + - uid: 31179 + components: + - type: Transform + pos: 8.5,6.5 + parent: 30892 + - uid: 31180 + components: + - type: Transform + pos: 8.5,7.5 + parent: 30892 + - uid: 31181 + components: + - type: Transform + pos: 8.5,8.5 + parent: 30892 + - uid: 31182 + components: + - type: Transform + pos: 8.5,9.5 + parent: 30892 + - uid: 31183 + components: + - type: Transform + pos: 8.5,10.5 + parent: 30892 + - uid: 31184 + components: + - type: Transform + pos: 8.5,6.5 + parent: 30892 + - uid: 31185 + components: + - type: Transform + pos: 8.5,5.5 + parent: 30892 + - uid: 31186 + components: + - type: Transform + pos: 8.5,5.5 + parent: 30892 + - uid: 31187 + components: + - type: Transform + pos: 9.5,5.5 + parent: 30892 + - uid: 31188 + components: + - type: Transform + pos: 10.5,5.5 + parent: 30892 + - uid: 31189 + components: + - type: Transform + pos: 11.5,5.5 + parent: 30892 + - uid: 31190 + components: + - type: Transform + pos: 12.5,5.5 + parent: 30892 + - uid: 31191 + components: + - type: Transform + pos: 12.5,5.5 + parent: 30892 + - uid: 31192 + components: + - type: Transform + pos: 12.5,4.5 + parent: 30892 + - uid: 31193 + components: + - type: Transform + pos: 12.5,3.5 + parent: 30892 + - uid: 31194 + components: + - type: Transform + pos: 12.5,2.5 + parent: 30892 + - uid: 31195 + components: + - type: Transform + pos: 12.5,4.5 + parent: 30892 + - uid: 31196 + components: + - type: Transform + pos: 13.5,4.5 + parent: 30892 + - uid: 31197 + components: + - type: Transform + pos: 14.5,4.5 + parent: 30892 + - uid: 31199 + components: + - type: Transform + pos: 12.5,1.5 + parent: 30892 + - uid: 31200 + components: + - type: Transform + pos: 8.5,4.5 + parent: 30892 + - uid: 31201 + components: + - type: Transform + pos: 8.5,3.5 + parent: 30892 + - uid: 31202 + components: + - type: Transform + pos: 8.5,2.5 + parent: 30892 + - uid: 31203 + components: + - type: Transform + pos: 8.5,1.5 + parent: 30892 + - uid: 31204 + components: + - type: Transform + pos: 8.5,0.5 + parent: 30892 + - uid: 31205 + components: + - type: Transform + pos: 8.5,1.5 + parent: 30892 + - uid: 31206 + components: + - type: Transform + pos: 7.5,1.5 + parent: 30892 + - uid: 31207 + components: + - type: Transform + pos: 6.5,1.5 + parent: 30892 + - uid: 31208 + components: + - type: Transform + pos: 5.5,1.5 + parent: 30892 + - uid: 31209 + components: + - type: Transform + pos: 4.5,1.5 + parent: 30892 + - uid: 31210 + components: + - type: Transform + pos: 3.5,1.5 + parent: 30892 + - uid: 31211 + components: + - type: Transform + pos: 2.5,1.5 + parent: 30892 + - uid: 31212 + components: + - type: Transform + pos: 2.5,0.5 + parent: 30892 + - uid: 31213 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 30892 + - uid: 31214 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 30892 + - uid: 31215 + components: + - type: Transform + pos: 2.5,2.5 + parent: 30892 + - uid: 31216 + components: + - type: Transform + pos: 1.5,2.5 + parent: 30892 + - uid: 31217 + components: + - type: Transform + pos: 7.5,3.5 + parent: 30892 + - uid: 31218 + components: + - type: Transform + pos: 6.5,3.5 + parent: 30892 + - uid: 31219 + components: + - type: Transform + pos: 2.5,6.5 + parent: 30892 + - uid: 31220 + components: + - type: Transform + pos: 1.5,6.5 + parent: 30892 + - uid: 31221 + components: + - type: Transform + pos: 0.5,6.5 + parent: 30892 + - uid: 31222 + components: + - type: Transform + pos: -0.5,6.5 + parent: 30892 + - uid: 31223 + components: + - type: Transform + pos: -1.5,6.5 + parent: 30892 + - uid: 31224 + components: + - type: Transform + pos: -1.5,5.5 + parent: 30892 + - uid: 31225 + components: + - type: Transform + pos: -1.5,4.5 + parent: 30892 + - uid: 31226 + components: + - type: Transform + pos: -1.5,3.5 + parent: 30892 + - uid: 31227 + components: + - type: Transform + pos: -0.5,7.5 + parent: 30892 + - uid: 31228 + components: + - type: Transform + pos: -0.5,8.5 + parent: 30892 + - uid: 31229 + components: + - type: Transform + pos: 8.5,-0.5 + parent: 30892 + - uid: 31231 + components: + - type: Transform + pos: 7.5,-0.5 + parent: 30892 + - uid: 31425 + components: + - type: Transform + pos: -1.5,1.5 + parent: 31348 + - uid: 31426 + components: + - type: Transform + pos: -0.5,1.5 + parent: 31348 + - uid: 31427 + components: + - type: Transform + pos: 0.5,1.5 + parent: 31348 + - uid: 31428 + components: + - type: Transform + pos: 1.5,1.5 + parent: 31348 + - uid: 31429 + components: + - type: Transform + pos: 0.5,1.5 + parent: 31348 + - uid: 31430 + components: + - type: Transform + pos: 0.5,2.5 + parent: 31348 + - uid: 31431 + components: + - type: Transform + pos: 0.5,3.5 + parent: 31348 + - uid: 31432 + components: + - type: Transform + pos: 0.5,4.5 + parent: 31348 + - uid: 31433 + components: + - type: Transform + pos: -1.5,2.5 + parent: 31348 + - uid: 31434 + components: + - type: Transform + pos: -1.5,3.5 + parent: 31348 + - uid: 31435 + components: + - type: Transform + pos: -1.5,3.5 + parent: 31348 + - uid: 31436 + components: + - type: Transform + pos: -0.5,3.5 + parent: 31348 + - uid: 31437 + components: + - type: Transform + pos: 0.5,3.5 + parent: 31348 + - uid: 31438 + components: + - type: Transform + pos: 1.5,3.5 + parent: 31348 + - uid: 31439 + components: + - type: Transform + pos: 2.5,3.5 + parent: 31348 + - uid: 31440 + components: + - type: Transform + pos: 2.5,2.5 + parent: 31348 + - uid: 31441 + components: + - type: Transform + pos: 0.5,0.5 + parent: 31348 + - uid: 31442 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 31348 + - uid: 31443 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 31348 + - uid: 31444 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 31348 + - uid: 31445 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 31348 + - uid: 31446 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 31348 + - uid: 31447 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 31348 + - uid: 31448 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 31348 + - uid: 31449 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 31348 + - uid: 31454 + components: + - type: Transform + pos: -71.5,4.5 + parent: 2 + - uid: 31455 + components: + - type: Transform + pos: -72.5,4.5 + parent: 2 + - uid: 31456 + components: + - type: Transform + pos: -73.5,4.5 + parent: 2 + - uid: 31457 + components: + - type: Transform + pos: -71.5,5.5 + parent: 2 + - uid: 31849 + components: + - type: Transform + pos: 45.5,-33.5 + parent: 2 + - uid: 32974 + components: + - type: Transform + pos: 62.5,-37.5 + parent: 2 + - uid: 33006 + components: + - type: Transform + pos: 2.5,1.5 + parent: 32914 + - uid: 33007 + components: + - type: Transform + pos: 3.5,1.5 + parent: 32914 + - uid: 33008 + components: + - type: Transform + pos: 3.5,1.5 + parent: 32914 + - uid: 33009 + components: + - type: Transform + pos: 3.5,2.5 + parent: 32914 + - uid: 33010 + components: + - type: Transform + pos: 3.5,3.5 + parent: 32914 + - uid: 33011 + components: + - type: Transform + pos: 2.5,1.5 + parent: 32914 + - uid: 33012 + components: + - type: Transform + pos: 2.5,0.5 + parent: 32914 + - uid: 33013 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 32914 + - uid: 33014 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 32914 + - uid: 33015 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 32914 + - uid: 33016 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 32914 + - uid: 33017 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 32914 + - uid: 33018 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 32914 + - uid: 33019 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 32914 + - uid: 33020 + components: + - type: Transform + pos: 2.5,1.5 + parent: 32914 + - uid: 33021 + components: + - type: Transform + pos: 1.5,1.5 + parent: 32914 + - uid: 33022 + components: + - type: Transform + pos: 4.5,1.5 + parent: 32914 + - uid: 33023 + components: + - type: Transform + pos: 5.5,1.5 + parent: 32914 + - uid: 33024 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 32914 + - uid: 33025 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 32914 + - uid: 33026 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 32914 + - uid: 33027 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 32914 + - uid: 33028 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 32914 + - uid: 33029 + components: + - type: Transform + pos: 5.5,0.5 + parent: 32914 + - uid: 33030 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 32914 + - uid: 33247 + components: + - type: Transform + pos: -2.5,30.5 + parent: 2 + - uid: 33248 + components: + - type: Transform + pos: -3.5,31.5 + parent: 2 + - uid: 33249 + components: + - type: Transform + pos: -3.5,32.5 + parent: 2 + - uid: 33250 + components: + - type: Transform + pos: -3.5,33.5 + parent: 2 + - uid: 33251 + components: + - type: Transform + pos: -2.5,31.5 + parent: 2 + - uid: 33388 + components: + - type: Transform + pos: -62.5,25.5 + parent: 2 + - uid: 33389 + components: + - type: Transform + pos: -62.5,24.5 + parent: 2 + - uid: 33390 + components: + - type: Transform + pos: -62.5,23.5 + parent: 2 + - uid: 33391 + components: + - type: Transform + pos: -62.5,22.5 + parent: 2 + - uid: 33399 + components: + - type: Transform + pos: -63.5,25.5 + parent: 2 + - uid: 33400 + components: + - type: Transform + pos: -64.5,25.5 + parent: 2 + - uid: 33401 + components: + - type: Transform + pos: -65.5,25.5 + parent: 2 + - uid: 33757 + components: + - type: Transform + pos: 6.5,-3.5 + parent: 2 + - uid: 33758 + components: + - type: Transform + pos: 6.5,-4.5 + parent: 2 + - uid: 33759 + components: + - type: Transform + pos: 6.5,-5.5 + parent: 2 + - uid: 33760 + components: + - type: Transform + pos: 5.5,-5.5 + parent: 2 + - uid: 33761 + components: + - type: Transform + pos: 4.5,-5.5 + parent: 2 + - uid: 33762 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 2 + - uid: 33763 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 2 + - uid: 33764 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 2 + - uid: 33765 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 2 + - uid: 33766 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 2 + - uid: 33767 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 2 + - uid: 33768 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 2 + - uid: 33769 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 2 + - uid: 33770 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 2 + - uid: 33771 + components: + - type: Transform + pos: -5.5,-5.5 + parent: 2 + - uid: 33772 + components: + - type: Transform + pos: -6.5,-5.5 + parent: 2 + - uid: 33773 + components: + - type: Transform + pos: -7.5,-5.5 + parent: 2 + - uid: 33774 + components: + - type: Transform + pos: -8.5,-5.5 + parent: 2 + - uid: 33775 + components: + - type: Transform + pos: -9.5,-5.5 + parent: 2 + - uid: 33776 + components: + - type: Transform + pos: -10.5,-5.5 + parent: 2 + - uid: 33777 + components: + - type: Transform + pos: -11.5,-5.5 + parent: 2 + - uid: 33778 + components: + - type: Transform + pos: -12.5,-5.5 + parent: 2 + - uid: 33779 + components: + - type: Transform + pos: -13.5,-5.5 + parent: 2 + - uid: 33780 + components: + - type: Transform + pos: -14.5,-5.5 + parent: 2 + - uid: 33781 + components: + - type: Transform + pos: -15.5,-5.5 + parent: 2 + - uid: 33782 + components: + - type: Transform + pos: -16.5,-5.5 + parent: 2 + - uid: 33783 + components: + - type: Transform + pos: -17.5,-5.5 + parent: 2 + - uid: 33784 + components: + - type: Transform + pos: -18.5,-5.5 + parent: 2 + - uid: 33785 + components: + - type: Transform + pos: -19.5,-5.5 + parent: 2 + - uid: 33786 + components: + - type: Transform + pos: -20.5,-4.5 + parent: 2 + - uid: 33787 + components: + - type: Transform + pos: -21.5,-5.5 + parent: 2 + - uid: 33788 + components: + - type: Transform + pos: -22.5,-5.5 + parent: 2 + - uid: 33789 + components: + - type: Transform + pos: -23.5,-5.5 + parent: 2 + - uid: 33790 + components: + - type: Transform + pos: -24.5,-5.5 + parent: 2 + - uid: 33791 + components: + - type: Transform + pos: -25.5,-5.5 + parent: 2 + - uid: 33792 + components: + - type: Transform + pos: -26.5,-5.5 + parent: 2 + - uid: 33793 + components: + - type: Transform + pos: -27.5,-5.5 + parent: 2 + - uid: 33794 + components: + - type: Transform + pos: -28.5,-5.5 + parent: 2 + - uid: 33795 + components: + - type: Transform + pos: -29.5,-5.5 + parent: 2 + - uid: 33796 + components: + - type: Transform + pos: -21.5,-4.5 + parent: 2 + - uid: 33797 + components: + - type: Transform + pos: -19.5,-4.5 + parent: 2 + - uid: 33802 + components: + - type: Transform + pos: 7.5,-5.5 + parent: 2 + - uid: 33803 + components: + - type: Transform + pos: 8.5,-5.5 + parent: 2 + - uid: 33804 + components: + - type: Transform + pos: 9.5,-5.5 + parent: 2 + - uid: 33805 + components: + - type: Transform + pos: 10.5,-5.5 + parent: 2 + - uid: 33806 + components: + - type: Transform + pos: 11.5,-5.5 + parent: 2 + - uid: 33807 + components: + - type: Transform + pos: 12.5,-5.5 + parent: 2 + - uid: 33808 + components: + - type: Transform + pos: 13.5,-5.5 + parent: 2 + - uid: 33809 + components: + - type: Transform + pos: 14.5,-5.5 + parent: 2 + - uid: 33810 + components: + - type: Transform + pos: 15.5,-5.5 + parent: 2 + - uid: 33811 + components: + - type: Transform + pos: 16.5,-5.5 + parent: 2 + - uid: 33812 + components: + - type: Transform + pos: 17.5,-5.5 + parent: 2 + - uid: 33813 + components: + - type: Transform + pos: 18.5,-5.5 + parent: 2 + - uid: 33814 + components: + - type: Transform + pos: 19.5,-5.5 + parent: 2 + - uid: 33815 + components: + - type: Transform + pos: 20.5,-5.5 + parent: 2 + - uid: 33816 + components: + - type: Transform + pos: 21.5,-5.5 + parent: 2 + - uid: 33817 + components: + - type: Transform + pos: 22.5,-5.5 + parent: 2 + - uid: 33818 + components: + - type: Transform + pos: 23.5,-5.5 + parent: 2 + - uid: 33819 + components: + - type: Transform + pos: 24.5,-5.5 + parent: 2 + - uid: 33820 + components: + - type: Transform + pos: 25.5,-5.5 + parent: 2 + - uid: 33827 + components: + - type: Transform + pos: 26.5,-6.5 + parent: 2 + - uid: 33828 + components: + - type: Transform + pos: 26.5,-5.5 + parent: 2 + - uid: 33829 + components: + - type: Transform + pos: 26.5,-7.5 + parent: 2 + - uid: 33830 + components: + - type: Transform + pos: 28.5,-6.5 + parent: 2 + - uid: 33832 + components: + - type: Transform + pos: 27.5,-6.5 + parent: 2 + - uid: 33838 + components: + - type: Transform + pos: 23.5,-8.5 + parent: 2 + - uid: 33839 + components: + - type: Transform + pos: 23.5,-7.5 + parent: 2 + - uid: 33840 + components: + - type: Transform + pos: 23.5,-6.5 + parent: 2 + - uid: 33847 + components: + - type: Transform + pos: 23.5,-9.5 + parent: 2 + - uid: 33989 + components: + - type: Transform + pos: -53.5,-13.5 + parent: 2 + - uid: 33990 + components: + - type: Transform + pos: -52.5,-13.5 + parent: 2 + - uid: 33991 + components: + - type: Transform + pos: -51.5,-13.5 + parent: 2 + - uid: 34122 + components: + - type: Transform + pos: -4.5,14.5 + parent: 2 + - uid: 34398 + components: + - type: Transform + pos: -62.5,-16.5 + parent: 2 + - uid: 34399 + components: + - type: Transform + pos: -61.5,-16.5 + parent: 2 + - uid: 34400 + components: + - type: Transform + pos: -60.5,-16.5 + parent: 2 + - uid: 34401 + components: + - type: Transform + pos: -60.5,-16.5 + parent: 2 + - uid: 34402 + components: + - type: Transform + pos: -60.5,-17.5 + parent: 2 + - uid: 34406 + components: + - type: Transform + pos: -64.5,-21.5 + parent: 2 + - uid: 34407 + components: + - type: Transform + pos: -63.5,-21.5 + parent: 2 + - uid: 34408 + components: + - type: Transform + pos: -62.5,-21.5 + parent: 2 + - uid: 34409 + components: + - type: Transform + pos: -61.5,-21.5 + parent: 2 + - uid: 34410 + components: + - type: Transform + pos: -61.5,-20.5 + parent: 2 + - uid: 34411 + components: + - type: Transform + pos: -61.5,-19.5 + parent: 2 + - uid: 34412 + components: + - type: Transform + pos: -61.5,-18.5 + parent: 2 + - uid: 34413 + components: + - type: Transform + pos: -60.5,-18.5 + parent: 2 + - uid: 34414 + components: + - type: Transform + pos: -60.5,-15.5 + parent: 2 + - uid: 34415 + components: + - type: Transform + pos: -60.5,-14.5 + parent: 2 + - uid: 34416 + components: + - type: Transform + pos: -60.5,-13.5 + parent: 2 + - uid: 34417 + components: + - type: Transform + pos: -60.5,-12.5 + parent: 2 + - uid: 34418 + components: + - type: Transform + pos: -59.5,-12.5 + parent: 2 + - uid: 34419 + components: + - type: Transform + pos: -59.5,-11.5 + parent: 2 + - uid: 34420 + components: + - type: Transform + pos: -59.5,-10.5 + parent: 2 + - uid: 34421 + components: + - type: Transform + pos: -59.5,-9.5 + parent: 2 + - uid: 34422 + components: + - type: Transform + pos: -59.5,-8.5 + parent: 2 + - uid: 34423 + components: + - type: Transform + pos: -59.5,-7.5 + parent: 2 + - uid: 34424 + components: + - type: Transform + pos: -59.5,-6.5 + parent: 2 + - uid: 34425 + components: + - type: Transform + pos: -60.5,-8.5 + parent: 2 + - uid: 34426 + components: + - type: Transform + pos: -61.5,-8.5 + parent: 2 + - uid: 34427 + components: + - type: Transform + pos: -62.5,-8.5 + parent: 2 + - uid: 34428 + components: + - type: Transform + pos: -63.5,-8.5 + parent: 2 + - uid: 34429 + components: + - type: Transform + pos: -64.5,-8.5 + parent: 2 + - uid: 34430 + components: + - type: Transform + pos: -65.5,-8.5 + parent: 2 + - uid: 34431 + components: + - type: Transform + pos: -65.5,-7.5 + parent: 2 + - uid: 34432 + components: + - type: Transform + pos: -65.5,-6.5 + parent: 2 + - uid: 34433 + components: + - type: Transform + pos: -65.5,-4.5 + parent: 2 + - uid: 34434 + components: + - type: Transform + pos: -65.5,-3.5 + parent: 2 + - uid: 34435 + components: + - type: Transform + pos: -66.5,-3.5 + parent: 2 + - uid: 34436 + components: + - type: Transform + pos: -65.5,-5.5 + parent: 2 + - uid: 34437 + components: + - type: Transform + pos: -66.5,-2.5 + parent: 2 + - uid: 34438 + components: + - type: Transform + pos: -66.5,-1.5 + parent: 2 + - uid: 34439 + components: + - type: Transform + pos: -66.5,-0.5 + parent: 2 + - uid: 34440 + components: + - type: Transform + pos: -64.5,-3.5 + parent: 2 + - uid: 34441 + components: + - type: Transform + pos: -63.5,-3.5 + parent: 2 + - uid: 34442 + components: + - type: Transform + pos: -62.5,-3.5 + parent: 2 + - uid: 34443 + components: + - type: Transform + pos: -62.5,-2.5 + parent: 2 + - uid: 34444 + components: + - type: Transform + pos: -62.5,-1.5 + parent: 2 + - uid: 34445 + components: + - type: Transform + pos: -61.5,-1.5 + parent: 2 + - uid: 34446 + components: + - type: Transform + pos: -61.5,-0.5 + parent: 2 + - uid: 34447 + components: + - type: Transform + pos: -61.5,0.5 + parent: 2 + - uid: 34448 + components: + - type: Transform + pos: -61.5,1.5 + parent: 2 + - uid: 34449 + components: + - type: Transform + pos: -54.5,4.5 + parent: 2 + - uid: 34450 + components: + - type: Transform + pos: -55.5,4.5 + parent: 2 + - uid: 34451 + components: + - type: Transform + pos: -56.5,4.5 + parent: 2 + - uid: 34452 + components: + - type: Transform + pos: -56.5,3.5 + parent: 2 + - uid: 34453 + components: + - type: Transform + pos: -56.5,2.5 + parent: 2 + - uid: 34454 + components: + - type: Transform + pos: -56.5,1.5 + parent: 2 + - uid: 34455 + components: + - type: Transform + pos: -56.5,0.5 + parent: 2 + - uid: 34456 + components: + - type: Transform + pos: -56.5,-0.5 + parent: 2 + - uid: 34457 + components: + - type: Transform + pos: -56.5,-1.5 + parent: 2 + - uid: 34458 + components: + - type: Transform + pos: -56.5,-2.5 + parent: 2 + - uid: 34459 + components: + - type: Transform + pos: -57.5,-1.5 + parent: 2 + - uid: 34460 + components: + - type: Transform + pos: -55.5,5.5 + parent: 2 + - uid: 34461 + components: + - type: Transform + pos: -55.5,6.5 + parent: 2 + - uid: 34462 + components: + - type: Transform + pos: -55.5,7.5 + parent: 2 + - uid: 34463 + components: + - type: Transform + pos: -55.5,8.5 + parent: 2 + - uid: 34464 + components: + - type: Transform + pos: -56.5,-3.5 + parent: 2 + - uid: 34465 + components: + - type: Transform + pos: -56.5,-4.5 + parent: 2 + - uid: 34466 + components: + - type: Transform + pos: -56.5,-5.5 + parent: 2 + - uid: 34467 + components: + - type: Transform + pos: -56.5,-6.5 + parent: 2 + - uid: 34468 + components: + - type: Transform + pos: -56.5,-7.5 + parent: 2 + - uid: 34469 + components: + - type: Transform + pos: -56.5,-8.5 + parent: 2 + - uid: 34470 + components: + - type: Transform + pos: -56.5,-9.5 + parent: 2 + - uid: 34471 + components: + - type: Transform + pos: -55.5,-9.5 + parent: 2 + - uid: 34472 + components: + - type: Transform + pos: -55.5,-10.5 + parent: 2 + - uid: 34473 + components: + - type: Transform + pos: -55.5,-11.5 + parent: 2 + - uid: 34474 + components: + - type: Transform + pos: -47.5,-28.5 + parent: 2 + - uid: 34475 + components: + - type: Transform + pos: -48.5,-28.5 + parent: 2 + - uid: 34476 + components: + - type: Transform + pos: -48.5,-29.5 + parent: 2 + - uid: 34477 + components: + - type: Transform + pos: -48.5,-30.5 + parent: 2 + - uid: 34478 + components: + - type: Transform + pos: -48.5,-31.5 + parent: 2 + - uid: 34479 + components: + - type: Transform + pos: -49.5,-28.5 + parent: 2 + - uid: 34480 + components: + - type: Transform + pos: -50.5,-28.5 + parent: 2 + - uid: 34481 + components: + - type: Transform + pos: -51.5,-28.5 + parent: 2 + - uid: 34482 + components: + - type: Transform + pos: -52.5,-28.5 + parent: 2 + - uid: 34483 + components: + - type: Transform + pos: -53.5,-28.5 + parent: 2 + - uid: 34484 + components: + - type: Transform + pos: -54.5,-28.5 + parent: 2 + - uid: 34485 + components: + - type: Transform + pos: -55.5,-28.5 + parent: 2 + - uid: 34486 + components: + - type: Transform + pos: -55.5,-27.5 + parent: 2 + - uid: 34487 + components: + - type: Transform + pos: -55.5,-26.5 + parent: 2 + - uid: 34488 + components: + - type: Transform + pos: -55.5,-25.5 + parent: 2 + - uid: 34489 + components: + - type: Transform + pos: -56.5,-25.5 + parent: 2 + - uid: 34490 + components: + - type: Transform + pos: -57.5,-25.5 + parent: 2 + - uid: 34491 + components: + - type: Transform + pos: -57.5,-24.5 + parent: 2 + - uid: 34492 + components: + - type: Transform + pos: -58.5,-24.5 + parent: 2 + - uid: 34493 + components: + - type: Transform + pos: -58.5,-23.5 + parent: 2 + - uid: 34494 + components: + - type: Transform + pos: -58.5,-22.5 + parent: 2 + - uid: 34495 + components: + - type: Transform + pos: -58.5,-21.5 + parent: 2 + - uid: 34496 + components: + - type: Transform + pos: -58.5,-20.5 + parent: 2 + - uid: 34497 + components: + - type: Transform + pos: -57.5,-20.5 + parent: 2 + - uid: 34498 + components: + - type: Transform + pos: -56.5,-20.5 + parent: 2 + - uid: 34499 + components: + - type: Transform + pos: -55.5,-20.5 + parent: 2 + - uid: 34500 + components: + - type: Transform + pos: -54.5,-20.5 + parent: 2 + - uid: 34501 + components: + - type: Transform + pos: -54.5,-19.5 + parent: 2 + - uid: 34502 + components: + - type: Transform + pos: -53.5,-19.5 + parent: 2 + - uid: 34503 + components: + - type: Transform + pos: -52.5,-19.5 + parent: 2 + - uid: 34504 + components: + - type: Transform + pos: -55.5,-21.5 + parent: 2 + - uid: 34515 + components: + - type: Transform + pos: -55.5,-13.5 + parent: 2 + - uid: 34516 + components: + - type: Transform + pos: -55.5,-12.5 + parent: 2 + - uid: 34517 + components: + - type: Transform + pos: -55.5,-13.5 + parent: 2 + - uid: 34518 + components: + - type: Transform + pos: -55.5,-14.5 + parent: 2 + - uid: 34519 + components: + - type: Transform + pos: -55.5,-15.5 + parent: 2 + - uid: 34572 + components: + - type: Transform + pos: 16.5,4.5 + parent: 30892 + - uid: 34597 + components: + - type: Transform + pos: 15.5,4.5 + parent: 30892 + - uid: 34613 + components: + - type: Transform + pos: 17.5,4.5 + parent: 30892 + - uid: 34860 + components: + - type: Transform + pos: 5.5,14.5 + parent: 2 + - uid: 34865 + components: + - type: Transform + pos: 3.5,17.5 + parent: 2 + - uid: 34866 + components: + - type: Transform + pos: 2.5,17.5 + parent: 2 + - uid: 34867 + components: + - type: Transform + pos: 1.5,17.5 + parent: 2 + - uid: 34868 + components: + - type: Transform + pos: 0.5,17.5 + parent: 2 + - uid: 34869 + components: + - type: Transform + pos: 0.5,16.5 + parent: 2 + - uid: 34870 + components: + - type: Transform + pos: 0.5,15.5 + parent: 2 + - uid: 34871 + components: + - type: Transform + pos: 1.5,15.5 + parent: 2 + - uid: 34872 + components: + - type: Transform + pos: 2.5,15.5 + parent: 2 + - uid: 34873 + components: + - type: Transform + pos: 3.5,15.5 + parent: 2 + - uid: 34874 + components: + - type: Transform + pos: 4.5,15.5 + parent: 2 + - uid: 34875 + components: + - type: Transform + pos: 5.5,15.5 + parent: 2 + - uid: 34876 + components: + - type: Transform + pos: 5.5,13.5 + parent: 2 + - uid: 34877 + components: + - type: Transform + pos: 5.5,12.5 + parent: 2 + - uid: 34878 + components: + - type: Transform + pos: 5.5,11.5 + parent: 2 + - uid: 34879 + components: + - type: Transform + pos: -4.5,13.5 + parent: 2 + - uid: 34880 + components: + - type: Transform + pos: 6.5,11.5 + parent: 2 + - uid: 34881 + components: + - type: Transform + pos: 6.5,10.5 + parent: 2 + - uid: 34882 + components: + - type: Transform + pos: 6.5,9.5 + parent: 2 + - uid: 34883 components: - type: Transform - pos: 45.5,55.5 + pos: 6.5,8.5 parent: 2 - - type: DeviceList - devices: - - 28392 - - 28273 - - 31945 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31963 + - uid: 34884 components: - type: Transform - pos: 33.5,55.5 + pos: 6.5,7.5 parent: 2 - - type: DeviceList - devices: - - 31956 - - 31958 - - 29189 - - 31960 - - 28271 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31976 + - uid: 34885 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,56.5 + pos: 6.5,6.5 parent: 2 - - type: DeviceList - devices: - - 28270 - - 28389 - - 31961 - - 31974 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31995 + - uid: 34886 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,25.5 + pos: 6.5,5.5 parent: 2 - - type: DeviceList - devices: - - 28467 - - 29358 - - 31988 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31999 + - uid: 34887 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,23.5 + pos: 6.5,4.5 parent: 2 - - type: DeviceList - devices: - - 28280 - - 28402 - - 31992 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32004 + - uid: 34888 components: - type: Transform - pos: 31.5,21.5 + pos: 6.5,3.5 parent: 2 - - type: DeviceList - devices: - - 28282 - - 28399 - - 31989 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32007 + - uid: 34889 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,19.5 + pos: 6.5,2.5 parent: 2 - - type: DeviceList - devices: - - 28279 - - 28400 - - 31990 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32017 + - uid: 34890 components: - type: Transform - pos: 20.5,51.5 + pos: 6.5,1.5 parent: 2 - - type: DeviceList - devices: - - 28978 - - 28341 - - 31893 - - 32016 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32019 + - uid: 34891 components: - type: Transform - pos: 13.5,48.5 + pos: 5.5,1.5 parent: 2 - - type: DeviceList - devices: - - 28387 - - 28340 - - 28386 - - 28339 - - 32014 - - 32013 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32027 + - uid: 34892 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,51.5 + pos: -0.5,15.5 parent: 2 - - type: DeviceList - devices: - - 28380 - - 28338 - - 32039 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32092 + - uid: 34893 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,41.5 + pos: -1.5,15.5 parent: 2 - - type: DeviceList - devices: - - 28385 - - 28919 - - 32079 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32098 + - uid: 34894 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,31.5 + pos: -2.5,15.5 parent: 2 - - type: DeviceList - devices: - - 28463 - - 28461 - - 32097 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32106 + - uid: 34895 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,29.5 + pos: -3.5,15.5 parent: 2 - - type: DeviceList - devices: - - 28967 - - 1636 - - 32100 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32108 + - uid: 34896 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,50.5 + pos: -4.5,15.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32137 + - uid: 34897 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,43.5 + pos: -4.5,12.5 parent: 2 - - type: DeviceList - devices: - - 32134 - - 32135 - - 3797 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32145 + - uid: 34898 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,44.5 + pos: -4.5,11.5 parent: 2 - - type: DeviceList - devices: - - 28374 - - 28376 - - 28362 - - 28266 - - 32064 - - 27474 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32153 + - uid: 34900 components: - type: Transform - pos: -41.5,34.5 + pos: -5.5,11.5 parent: 2 - - type: DeviceList - devices: - - 28460 - - 28361 - - 32148 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32163 + - uid: 34901 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,33.5 + pos: -5.5,10.5 parent: 2 - - type: DeviceList - devices: - - 30562 - - 28263 - - 32164 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32169 + - uid: 34902 components: - type: Transform - pos: -28.5,19.5 + pos: -5.5,9.5 parent: 2 - - type: DeviceList - devices: - - 28369 - - 28256 - - 32166 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32173 + - uid: 34903 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,9.5 + pos: -5.5,8.5 parent: 2 - - type: DeviceList - devices: - - 28258 - - 28368 - - 32147 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32179 + - uid: 34904 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,23.5 + pos: -5.5,7.5 parent: 2 - - type: DeviceList - devices: - - 28366 - - 28253 - - 32177 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32188 + - uid: 34905 components: - type: Transform - pos: -44.5,38.5 + pos: -5.5,6.5 parent: 2 - - type: DeviceList - devices: - - 28372 - - 28336 - - 32186 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32202 + - uid: 34906 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,16.5 + pos: -5.5,5.5 parent: 2 - - type: DeviceList - devices: - - 28373 - - 28332 - - 32195 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32204 + - uid: 34907 components: - type: Transform - pos: -58.5,32.5 + pos: -5.5,4.5 parent: 2 - - type: DeviceList - devices: - - 28370 - - 28337 - - 13041 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32206 + - uid: 34908 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,29.5 + pos: -5.5,3.5 parent: 2 - - type: DeviceList - devices: - - 28371 - - 28335 - - 32205 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32234 + - uid: 34909 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,15.5 + pos: -5.5,2.5 parent: 2 - - type: DeviceList - devices: - - 28459 - - 28360 - - 32209 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32261 + - uid: 34910 components: - type: Transform - pos: -42.5,-26.5 + pos: -5.5,1.5 parent: 2 - - type: DeviceList - devices: - - 28458 - - 28358 - - 32257 - - 32260 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32269 + - uid: 34911 components: - type: Transform - pos: -34.5,-34.5 + pos: -4.5,1.5 parent: 2 - - type: DeviceList - devices: - - 28357 - - 32201 - - 28443 - - 32258 - - 32256 - - 32255 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32359 + - uid: 34928 components: - type: Transform - pos: -50.5,-47.5 + pos: 0.5,18.5 parent: 2 - - type: DeviceList - devices: - - 28457 - - 28331 - - 32303 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32374 + - uid: 34929 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,-41.5 + pos: 0.5,19.5 parent: 2 - - type: DeviceList - devices: - - 28455 - - 28454 - - 28333 - - 28334 - - 32300 - - 32301 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32384 + - uid: 34930 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-45.5 + pos: 0.5,20.5 parent: 2 - - type: DeviceList - devices: - - 28456 - - 28330 - - 32380 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32478 + - uid: 34931 components: - type: Transform - pos: -36.5,-23.5 + pos: 0.5,21.5 parent: 2 - - type: DeviceList - devices: - - 28445 - - 28319 - - 32262 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32495 + - uid: 34932 components: - type: Transform - pos: -41.5,-12.5 + pos: -0.5,21.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32534 + - uid: 34933 components: - type: Transform - pos: -27.5,-27.5 + pos: -1.5,21.5 parent: 2 - - type: DeviceList - devices: - - 28318 - - 28444 - - 32263 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32545 + - uid: 34934 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-37.5 + pos: -2.5,21.5 parent: 2 - - type: DeviceList - devices: - - 28447 - - 28321 - - 32271 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32553 + - uid: 35335 components: - type: Transform - pos: -20.5,-31.5 + pos: 63.5,46.5 parent: 2 - - type: DeviceList - devices: - - 28448 - - 28322 - - 32270 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32565 + - uid: 35336 components: - type: Transform - pos: -29.5,-23.5 + pos: 62.5,46.5 parent: 2 - - type: DeviceList - devices: - - 28446 - - 28317 - - 32264 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32584 + - uid: 35337 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-29.5 + pos: 61.5,46.5 parent: 2 - - type: DeviceList - devices: - - 28449 - - 28323 - - 32268 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32588 + - uid: 35338 components: - type: Transform - pos: -15.5,-21.5 + pos: 60.5,46.5 parent: 2 - - type: DeviceList - devices: - - 28324 - - 28450 - - 32267 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32590 + - uid: 35339 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-11.5 + pos: 60.5,47.5 parent: 2 - - type: DeviceList - devices: - - 28452 - - 28315 - - 32266 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32593 + - uid: 35340 components: - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,-18.5 + pos: 60.5,48.5 parent: 2 - - type: DeviceList - devices: - - 28451 - - 23871 - - 32265 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32612 + - uid: 35341 components: - type: Transform - pos: -46.5,9.5 + pos: 60.5,49.5 parent: 2 - - type: DeviceList - devices: - - 29374 - - 28259 - - 32611 - - type: AtmosDevice - joinedGrid: 2 - - uid: 33214 + - uid: 35342 components: - type: Transform - pos: -16.5,41.5 + pos: 60.5,50.5 parent: 2 - - type: DeviceList - devices: - - 33215 - - 33216 - - 32134 - - type: AtmosDevice - joinedGrid: 2 - - uid: 33639 + - uid: 35343 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,3.5 + pos: 60.5,51.5 parent: 2 - - type: DeviceList - devices: - - 31838 - - 31840 - - 28413 - - type: AtmosDevice - joinedGrid: 2 - - uid: 33709 + - uid: 35344 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-16.5 + pos: 60.5,50.5 parent: 2 - - type: DeviceList - devices: - - 33698 - - 33708 - - 33699 - - type: AtmosDevice - joinedGrid: 2 - - uid: 33736 + - uid: 35345 components: - type: Transform - pos: 41.5,-12.5 + pos: 59.5,50.5 parent: 2 - - type: DeviceList - devices: - - 28305 - - 31602 - - 29939 - - type: AtmosDevice - joinedGrid: 2 - - uid: 34211 + - uid: 35346 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -84.5,63.5 + pos: 58.5,50.5 parent: 2 - - type: DeviceList - devices: - - 34198 - - 34202 - - 34201 - - 34200 - - 35691 - - 35698 - - type: AtmosDevice - joinedGrid: 2 - - uid: 34212 + - uid: 35347 components: - type: Transform - pos: -88.5,69.5 + pos: 57.5,50.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 34213 + - uid: 35348 components: - type: Transform - rot: 3.141592653589793 rad - pos: -81.5,70.5 + pos: 56.5,50.5 parent: 2 - - type: DeviceList - devices: - - 34199 - - 34198 - - 35701 - - 35692 - - type: AtmosDevice - joinedGrid: 2 - - uid: 34214 + - uid: 35349 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,76.5 + pos: 60.5,52.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 34216 + - uid: 35350 components: - type: Transform - rot: 3.141592653589793 rad - pos: -70.5,80.5 + pos: 59.5,52.5 parent: 2 - - type: DeviceList - devices: - - 34204 - - 34203 - - 35769 - - 35694 - - type: AtmosDevice - joinedGrid: 2 - - uid: 34218 + - uid: 35351 components: - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,72.5 + pos: 58.5,52.5 parent: 2 - - type: DeviceList - devices: - - 35695 - - 35704 - - 34204 - - type: AtmosDevice - joinedGrid: 2 - - uid: 35288 + - uid: 35352 components: - type: Transform - pos: 68.5,36.5 + pos: 57.5,52.5 parent: 2 - - type: DeviceList - devices: - - 35206 - - 35258 - - 35205 - - type: AtmosDevice - joinedGrid: 2 - - uid: 35289 + - uid: 35353 components: - type: Transform - pos: 57.5,36.5 + pos: 56.5,52.5 parent: 2 - - type: DeviceList - devices: - - 35257 - - 35204 - - 35203 - - type: AtmosDevice - joinedGrid: 2 - - uid: 35290 + - uid: 35354 + components: + - type: Transform + pos: 56.5,53.5 + parent: 2 + - uid: 35355 + components: + - type: Transform + pos: 61.5,45.5 + parent: 2 + - uid: 35356 + components: + - type: Transform + pos: 61.5,44.5 + parent: 2 + - uid: 35357 + components: + - type: Transform + pos: 61.5,43.5 + parent: 2 + - uid: 35358 + components: + - type: Transform + pos: 61.5,42.5 + parent: 2 + - uid: 35359 + components: + - type: Transform + pos: 61.5,41.5 + parent: 2 + - uid: 35360 + components: + - type: Transform + pos: 61.5,40.5 + parent: 2 + - uid: 35361 + components: + - type: Transform + pos: 61.5,39.5 + parent: 2 + - uid: 35362 + components: + - type: Transform + pos: 61.5,38.5 + parent: 2 + - uid: 35363 + components: + - type: Transform + pos: 61.5,37.5 + parent: 2 + - uid: 35364 + components: + - type: Transform + pos: 61.5,36.5 + parent: 2 + - uid: 35365 + components: + - type: Transform + pos: 61.5,35.5 + parent: 2 + - uid: 35366 + components: + - type: Transform + pos: 61.5,34.5 + parent: 2 + - uid: 35367 + components: + - type: Transform + pos: 61.5,33.5 + parent: 2 + - uid: 35368 + components: + - type: Transform + pos: 61.5,32.5 + parent: 2 + - uid: 35369 + components: + - type: Transform + pos: 61.5,31.5 + parent: 2 + - uid: 35370 + components: + - type: Transform + pos: 61.5,30.5 + parent: 2 + - uid: 35371 + components: + - type: Transform + pos: 61.5,29.5 + parent: 2 + - uid: 35372 + components: + - type: Transform + pos: 61.5,28.5 + parent: 2 + - uid: 35373 + components: + - type: Transform + pos: 62.5,30.5 + parent: 2 + - uid: 35374 + components: + - type: Transform + pos: 63.5,30.5 + parent: 2 + - uid: 35375 + components: + - type: Transform + pos: 64.5,30.5 + parent: 2 + - uid: 35376 + components: + - type: Transform + pos: 65.5,30.5 + parent: 2 + - uid: 35377 + components: + - type: Transform + pos: 64.5,29.5 + parent: 2 + - uid: 35378 + components: + - type: Transform + pos: 64.5,28.5 + parent: 2 + - uid: 35379 + components: + - type: Transform + pos: 60.5,34.5 + parent: 2 + - uid: 35380 + components: + - type: Transform + pos: 59.5,34.5 + parent: 2 + - uid: 35381 + components: + - type: Transform + pos: 67.5,36.5 + parent: 2 + - uid: 35382 + components: + - type: Transform + pos: 67.5,35.5 + parent: 2 + - uid: 35383 + components: + - type: Transform + pos: 67.5,34.5 + parent: 2 + - uid: 35384 + components: + - type: Transform + pos: 67.5,34.5 + parent: 2 + - uid: 35385 + components: + - type: Transform + pos: 68.5,34.5 + parent: 2 + - uid: 35386 + components: + - type: Transform + pos: 69.5,34.5 + parent: 2 + - uid: 35387 + components: + - type: Transform + pos: 70.5,34.5 + parent: 2 + - uid: 35388 + components: + - type: Transform + pos: 71.5,34.5 + parent: 2 + - uid: 35389 + components: + - type: Transform + pos: 72.5,34.5 + parent: 2 + - uid: 35390 + components: + - type: Transform + pos: 73.5,34.5 + parent: 2 + - uid: 35391 + components: + - type: Transform + pos: 74.5,34.5 + parent: 2 + - uid: 35392 + components: + - type: Transform + pos: 75.5,34.5 + parent: 2 + - uid: 35393 + components: + - type: Transform + pos: 76.5,34.5 + parent: 2 + - uid: 35394 + components: + - type: Transform + pos: 77.5,34.5 + parent: 2 + - uid: 35395 + components: + - type: Transform + pos: 66.5,34.5 + parent: 2 + - uid: 35396 + components: + - type: Transform + pos: 65.5,34.5 + parent: 2 + - uid: 35397 + components: + - type: Transform + pos: 65.5,35.5 + parent: 2 + - uid: 35398 + components: + - type: Transform + pos: 65.5,36.5 + parent: 2 + - uid: 35399 + components: + - type: Transform + pos: 65.5,37.5 + parent: 2 + - uid: 35400 + components: + - type: Transform + pos: 65.5,38.5 + parent: 2 + - uid: 35401 + components: + - type: Transform + pos: 65.5,39.5 + parent: 2 + - uid: 35402 + components: + - type: Transform + pos: 65.5,40.5 + parent: 2 + - uid: 35403 + components: + - type: Transform + pos: 65.5,41.5 + parent: 2 + - uid: 35404 + components: + - type: Transform + pos: 65.5,42.5 + parent: 2 + - uid: 35405 + components: + - type: Transform + pos: 66.5,42.5 + parent: 2 + - uid: 35406 + components: + - type: Transform + pos: 72.5,33.5 + parent: 2 + - uid: 35407 + components: + - type: Transform + pos: 72.5,32.5 + parent: 2 + - uid: 35408 + components: + - type: Transform + pos: 72.5,31.5 + parent: 2 + - uid: 35409 + components: + - type: Transform + pos: 72.5,30.5 + parent: 2 + - uid: 35410 + components: + - type: Transform + pos: 72.5,29.5 + parent: 2 + - uid: 35411 + components: + - type: Transform + pos: 71.5,29.5 + parent: 2 + - uid: 35412 + components: + - type: Transform + pos: 70.5,29.5 + parent: 2 + - uid: 35413 + components: + - type: Transform + pos: 69.5,29.5 + parent: 2 + - uid: 35414 + components: + - type: Transform + pos: 68.5,29.5 + parent: 2 + - uid: 35415 + components: + - type: Transform + pos: 69.5,28.5 + parent: 2 + - uid: 35416 + components: + - type: Transform + pos: 69.5,30.5 + parent: 2 + - uid: 35417 + components: + - type: Transform + pos: 67.5,29.5 + parent: 2 + - uid: 35418 + components: + - type: Transform + pos: 67.5,30.5 + parent: 2 + - uid: 35419 + components: + - type: Transform + pos: 69.5,27.5 + parent: 2 + - uid: 35420 + components: + - type: Transform + pos: 68.5,27.5 + parent: 2 + - uid: 35421 + components: + - type: Transform + pos: 73.5,29.5 + parent: 2 + - uid: 35478 + components: + - type: Transform + pos: -13.5,39.5 + parent: 2 + - uid: 35479 + components: + - type: Transform + pos: -13.5,38.5 + parent: 2 + - uid: 35480 + components: + - type: Transform + pos: -13.5,37.5 + parent: 2 + - uid: 35481 + components: + - type: Transform + pos: -12.5,38.5 + parent: 2 + - uid: 35482 + components: + - type: Transform + pos: -11.5,38.5 + parent: 2 + - uid: 35483 + components: + - type: Transform + pos: -10.5,38.5 + parent: 2 + - uid: 35484 + components: + - type: Transform + pos: -9.5,38.5 + parent: 2 + - uid: 35485 + components: + - type: Transform + pos: -14.5,38.5 + parent: 2 + - uid: 35486 + components: + - type: Transform + pos: -15.5,38.5 + parent: 2 + - uid: 35487 + components: + - type: Transform + pos: -16.5,38.5 + parent: 2 + - uid: 35488 + components: + - type: Transform + pos: -17.5,38.5 + parent: 2 + - uid: 35489 + components: + - type: Transform + pos: -18.5,38.5 + parent: 2 + - uid: 35490 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 60.5,30.5 + pos: -19.5,38.5 parent: 2 - - type: DeviceList - devices: - - 35208 - - 35286 - - 35207 - - type: AtmosDevice - joinedGrid: 2 - - uid: 35291 + - uid: 35491 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,30.5 + pos: -11.5,31.5 parent: 2 - - type: DeviceList - devices: - - 35292 - - 35210 - - 35209 - - type: AtmosDevice - joinedGrid: 2 - - uid: 36182 + - uid: 35492 components: - type: Transform - pos: -83.5,86.5 + pos: -11.5,30.5 parent: 2 - - type: DeviceList - devices: - - 34203 - - 34199 - - 35693 - - 35702 - - type: AtmosDevice - joinedGrid: 2 -- proto: AirCanister - entities: - - uid: 3122 + - uid: 35493 components: - type: Transform - pos: 55.5,-40.5 + pos: -11.5,33.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 5068 + - uid: 35494 components: - type: Transform - pos: -31.5,-9.5 + pos: -15.5,33.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 5847 + - uid: 35495 components: - type: Transform - pos: -35.5,-12.5 + pos: -14.5,30.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 8135 + - uid: 35496 components: - type: Transform - pos: -50.5,23.5 + pos: -14.5,29.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 8136 + - uid: 35497 components: - type: Transform - pos: -50.5,24.5 + pos: -14.5,31.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 11620 + - uid: 35517 components: - type: Transform - pos: 24.5,-61.5 + pos: 74.5,5.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 11905 + - uid: 35518 components: - type: Transform - pos: 30.5,-23.5 + pos: 75.5,5.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 24073 + - uid: 35519 components: - type: Transform - pos: -76.5,60.5 + pos: 74.5,-2.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 26574 + - uid: 35520 components: - type: Transform - pos: -76.5,62.5 + pos: 75.5,-2.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 27820 + - uid: 35521 components: - type: Transform - pos: -45.5,50.5 + pos: 74.5,-4.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 33185 + - uid: 35522 components: - type: Transform - pos: 26.5,-16.5 + pos: 75.5,-4.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 34089 + - uid: 35523 components: - type: Transform - pos: -58.5,3.5 + pos: 67.5,-12.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 36306 + - uid: 35524 components: - type: Transform - pos: 21.5,-9.5 + pos: 68.5,-12.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: Airlock - entities: - - uid: 2183 + - uid: 35525 components: - type: Transform - pos: -21.5,-51.5 + pos: 69.5,-12.5 parent: 2 - - uid: 2184 + - uid: 35526 components: - type: Transform - pos: -20.5,-51.5 + pos: 70.5,-12.5 parent: 2 - - uid: 2572 + - uid: 35527 components: - type: Transform - pos: 35.5,-55.5 + pos: 70.5,-11.5 parent: 2 - - uid: 5817 + - uid: 35528 components: - type: Transform - pos: 23.5,-55.5 + pos: 70.5,-13.5 parent: 2 - - uid: 5819 + - uid: 35529 components: - type: Transform - pos: 27.5,-53.5 + pos: 70.5,-14.5 parent: 2 - - uid: 5821 + - uid: 35530 components: - type: Transform - pos: 20.5,-45.5 + pos: 70.5,-15.5 parent: 2 - - uid: 5822 + - uid: 35531 components: - type: Transform - pos: 20.5,-42.5 + pos: 70.5,-16.5 parent: 2 - - type: DeviceLinkSink - links: - - 36878 - - uid: 5826 + - uid: 35532 components: - type: Transform - pos: 19.5,-57.5 + pos: 70.5,-17.5 parent: 2 - - uid: 5827 + - uid: 35533 components: - type: Transform - pos: 22.5,-42.5 + pos: 70.5,-18.5 parent: 2 - - type: DeviceLinkSink - links: - - 36879 - - uid: 5828 + - uid: 35534 components: - type: Transform - pos: 24.5,-42.5 + pos: 70.5,-19.5 parent: 2 - - type: DeviceLinkSink - links: - - 36877 - - uid: 5829 + - uid: 35535 components: - type: Transform - pos: 31.5,-52.5 + pos: 70.5,-20.5 parent: 2 - - uid: 11921 + - uid: 35536 components: - type: Transform - pos: 59.5,18.5 + pos: 54.5,-42.5 parent: 2 -- proto: AirlockArmoryLocked - entities: - - uid: 6038 + - uid: 35537 components: - type: Transform - pos: 40.5,43.5 + pos: 55.5,-42.5 parent: 2 - - uid: 6039 + - uid: 35538 components: - type: Transform - pos: 30.5,24.5 + pos: 56.5,-42.5 parent: 2 - - uid: 6046 + - uid: 35539 components: - type: Transform - pos: 26.5,17.5 + pos: 60.5,-38.5 parent: 2 - - uid: 11432 + - uid: 35647 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 72.5,32.5 + pos: -35.5,61.5 parent: 2 - - uid: 27550 + - uid: 35648 components: - type: Transform - pos: 63.5,34.5 + pos: -35.5,62.5 parent: 2 -- proto: AirlockAssembly - entities: - - uid: 13291 + - uid: 35649 components: - type: Transform - pos: 55.5,-44.5 + pos: -34.5,61.5 parent: 2 -- proto: AirlockAtmosphericsGlassLocked - entities: - - uid: 5892 + - uid: 35650 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,35.5 + pos: -30.5,62.5 parent: 2 -- proto: AirlockAtmosphericsLocked - entities: - - uid: 1963 + - uid: 35651 components: - type: Transform - pos: -49.5,36.5 + pos: -31.5,63.5 parent: 2 - - uid: 5888 + - uid: 35652 components: - type: Transform - pos: -49.5,28.5 + pos: -30.5,63.5 parent: 2 - - uid: 5889 + - uid: 35653 components: - type: Transform - pos: -43.5,34.5 + pos: -31.5,64.5 parent: 2 - - uid: 5890 + - uid: 35656 components: - type: Transform - pos: -51.5,38.5 + pos: -77.5,59.5 parent: 2 - - uid: 5891 + - uid: 35854 components: - type: Transform - pos: -51.5,33.5 + pos: -88.5,62.5 parent: 2 - - uid: 5893 + - uid: 35855 components: - type: Transform - pos: -57.5,32.5 + pos: -88.5,63.5 parent: 2 - - uid: 8573 + - uid: 35856 components: - type: Transform - pos: -38.5,52.5 + pos: -88.5,64.5 parent: 2 - - uid: 28966 + - uid: 35857 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,29.5 + pos: -88.5,65.5 parent: 2 -- proto: AirlockBarLocked - entities: - - uid: 6101 + - uid: 35858 components: - type: Transform - pos: 7.5,65.5 + pos: -88.5,66.5 parent: 2 - - uid: 6102 + - uid: 35859 components: - type: Transform - pos: 5.5,68.5 + pos: -87.5,66.5 parent: 2 -- proto: AirlockBrigGlassLocked - entities: - - uid: 4889 + - uid: 35860 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,53.5 + pos: -86.5,66.5 parent: 2 - - uid: 4890 + - uid: 35861 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,54.5 + pos: -85.5,66.5 parent: 2 -- proto: AirlockBrigLocked - entities: - - uid: 1254 + - uid: 35862 components: - type: Transform - pos: 37.5,32.5 + pos: -83.5,66.5 parent: 2 - - uid: 1259 + - uid: 35863 components: - type: Transform - pos: 39.5,32.5 + pos: -82.5,66.5 parent: 2 - - uid: 4883 + - uid: 35864 components: - type: Transform - pos: 39.5,36.5 + pos: -84.5,66.5 parent: 2 - - uid: 4884 + - uid: 35865 components: - type: Transform - pos: 37.5,36.5 + pos: -82.5,65.5 parent: 2 - - uid: 4885 + - uid: 35866 components: - type: Transform - pos: 36.5,35.5 + pos: -82.5,64.5 parent: 2 - - uid: 4886 + - uid: 35867 components: - type: Transform - pos: 36.5,33.5 + pos: -82.5,63.5 parent: 2 - - uid: 4888 + - uid: 35868 components: - type: Transform - pos: 25.5,50.5 + pos: -82.5,62.5 parent: 2 - - uid: 6040 + - uid: 35869 components: - type: Transform - pos: 27.5,30.5 + pos: -82.5,61.5 parent: 2 - - uid: 6041 + - uid: 35870 components: - type: Transform - pos: 29.5,30.5 + pos: -82.5,60.5 parent: 2 - - uid: 6042 + - uid: 35871 components: - type: Transform - pos: 26.5,27.5 + pos: -82.5,59.5 parent: 2 - - uid: 7249 + - uid: 35872 components: - type: Transform - pos: 52.5,32.5 + pos: -82.5,58.5 parent: 2 - - uid: 11492 + - uid: 35873 components: - type: Transform - pos: 58.5,32.5 + pos: -82.5,57.5 parent: 2 - - uid: 11493 + - uid: 35874 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 61.5,32.5 + pos: -83.5,60.5 parent: 2 -- proto: AirlockCaptainLocked - entities: - - uid: 4810 + - uid: 35875 components: - type: Transform - pos: 6.5,-32.5 + pos: -84.5,60.5 parent: 2 - - uid: 4811 + - uid: 35876 components: - type: Transform - pos: 10.5,-35.5 + pos: -85.5,60.5 parent: 2 -- proto: AirlockCargo - entities: - - uid: 34530 + - uid: 35877 components: - type: Transform - pos: 10.5,5.5 - parent: 30892 -- proto: AirlockCargoGlassLocked - entities: - - uid: 5401 + pos: -86.5,60.5 + parent: 2 + - uid: 35878 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-40.5 + pos: -82.5,67.5 parent: 2 - - uid: 5402 + - uid: 35879 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-43.5 + pos: -82.5,68.5 parent: 2 -- proto: AirlockCargoLocked - entities: - - uid: 5403 + - uid: 35880 components: - type: Transform - pos: -41.5,-45.5 + pos: -85.5,72.5 parent: 2 - - uid: 5410 + - uid: 35881 components: - type: Transform - pos: -50.5,-35.5 + pos: -84.5,72.5 parent: 2 - - uid: 34527 + - uid: 35882 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,8.5 - parent: 30892 - - uid: 34576 + pos: -83.5,72.5 + parent: 2 + - uid: 35883 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,8.5 - parent: 30892 - - uid: 34577 + pos: -82.5,72.5 + parent: 2 + - uid: 35884 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,8.5 - parent: 30892 -- proto: AirlockChapelGlassLocked - entities: - - uid: 8777 + pos: -82.5,73.5 + parent: 2 + - uid: 35885 components: - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,-21.5 + pos: -82.5,74.5 parent: 2 -- proto: AirlockChapelLocked - entities: - - uid: 8775 + - uid: 35886 components: - type: Transform - pos: 49.5,-26.5 + pos: -82.5,71.5 parent: 2 - - uid: 8776 + - uid: 35887 components: - type: Transform - pos: 53.5,-24.5 + pos: -85.5,73.5 parent: 2 - - uid: 8778 + - uid: 35888 components: - type: Transform - pos: 60.5,-19.5 + pos: -88.5,83.5 parent: 2 -- proto: AirlockChemistryLocked - entities: - - uid: 4815 + - uid: 35889 components: - type: Transform - pos: 25.5,-32.5 + pos: -88.5,73.5 parent: 2 -- proto: AirlockChiefEngineerLocked - entities: - - uid: 5920 + - uid: 35890 components: - type: Transform - pos: -16.5,19.5 + pos: -89.5,73.5 parent: 2 -- proto: AirlockChiefMedicalOfficerGlassLocked - entities: - - uid: 4835 + - uid: 35891 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,-18.5 + pos: -86.5,73.5 parent: 2 -- proto: AirlockChiefMedicalOfficerLocked - entities: - - uid: 4836 + - uid: 35892 components: - type: Transform - pos: 17.5,-19.5 + pos: -87.5,73.5 parent: 2 -- proto: AirlockCommandGlass - entities: - - uid: 34210 + - uid: 35893 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -86.5,81.5 + pos: -88.5,82.5 parent: 2 -- proto: AirlockCommandGlassLocked - entities: - - uid: 4796 + - uid: 35894 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-35.5 + pos: -88.5,81.5 parent: 2 - - uid: 4797 + - uid: 35895 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-33.5 + pos: -88.5,80.5 parent: 2 - - uid: 4798 + - uid: 35896 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-33.5 + pos: -88.5,79.5 parent: 2 - - uid: 4799 + - uid: 35897 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-35.5 + pos: -88.5,78.5 parent: 2 - - uid: 5928 + - uid: 35898 components: - type: Transform - pos: -26.5,40.5 + pos: -87.5,78.5 parent: 2 - - uid: 6034 + - uid: 35899 components: - type: Transform - pos: -1.5,43.5 + pos: -86.5,78.5 parent: 2 - - uid: 9603 + - uid: 35900 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,30.5 + pos: -85.5,78.5 parent: 2 - - uid: 19384 + - uid: 35901 components: - type: Transform - pos: -85.5,73.5 + pos: -84.5,78.5 parent: 2 - - uid: 24150 + - uid: 35902 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,59.5 + pos: -83.5,78.5 parent: 2 - - uid: 30768 + - uid: 35903 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -76.5,80.5 + pos: -82.5,78.5 parent: 2 - - uid: 30769 + - uid: 35904 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -76.5,84.5 + pos: -81.5,78.5 parent: 2 - - uid: 30770 + - uid: 35905 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -72.5,84.5 + pos: -81.5,79.5 parent: 2 - - uid: 30771 + - uid: 35906 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -72.5,80.5 + pos: -81.5,80.5 parent: 2 -- proto: AirlockCommandLocked - entities: - - uid: 4764 + - uid: 35907 components: - type: Transform - pos: -22.5,-23.5 + pos: -81.5,81.5 parent: 2 - - uid: 4800 + - uid: 35908 components: - type: Transform - pos: -5.5,-32.5 + pos: -81.5,82.5 parent: 2 - - uid: 4814 + - uid: 35909 components: - type: Transform - pos: 12.5,-39.5 + pos: -81.5,83.5 parent: 2 - - uid: 7228 + - uid: 35910 components: - type: Transform - pos: -82.5,70.5 + pos: -81.5,84.5 parent: 2 - - uid: 7257 + - uid: 35911 components: - type: Transform - pos: -69.5,82.5 + pos: -82.5,84.5 parent: 2 - - uid: 33109 + - uid: 35912 components: - type: Transform - pos: 61.5,-3.5 + pos: -83.5,84.5 parent: 2 - - uid: 33665 + - uid: 35913 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -80.5,58.5 + pos: -84.5,84.5 parent: 2 - - uid: 34169 + - uid: 35914 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -84.5,66.5 + pos: -87.5,81.5 parent: 2 -- proto: AirlockDetectiveGlassLocked - entities: - - uid: 6048 + - uid: 35915 components: - type: Transform - pos: 41.5,24.5 + pos: -86.5,81.5 parent: 2 -- proto: AirlockEngineering - entities: - - uid: 34531 + - uid: 35916 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,6.5 - parent: 30892 -- proto: AirlockEngineeringGlass - entities: - - uid: 15480 + pos: -85.5,81.5 + parent: 2 + - uid: 35917 components: - type: Transform - pos: 10.5,4.5 - parent: 14592 -- proto: AirlockEngineeringGlassLocked - entities: - - uid: 1190 + pos: -84.5,81.5 + parent: 2 + - uid: 35918 components: - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,11.5 + pos: -74.5,84.5 parent: 2 - - uid: 5899 + - uid: 35919 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,26.5 + pos: -74.5,83.5 parent: 2 - - uid: 5923 + - uid: 35920 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,19.5 + pos: -74.5,82.5 parent: 2 - - uid: 8800 + - uid: 35921 components: - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,11.5 + pos: -75.5,82.5 parent: 2 - - uid: 28348 + - uid: 35922 components: - type: Transform - pos: -14.5,35.5 + pos: -76.5,82.5 parent: 2 -- proto: AirlockEngineeringLocked - entities: - - uid: 214 + - uid: 35923 components: - type: Transform - pos: -24.5,26.5 + pos: -77.5,82.5 parent: 2 - - uid: 706 + - uid: 35924 components: - type: Transform - pos: -57.5,11.5 + pos: -78.5,82.5 parent: 2 - - uid: 1856 + - uid: 35925 components: - type: Transform - pos: -9.5,48.5 + pos: -76.5,83.5 parent: 2 - - uid: 4125 + - uid: 35926 components: - type: Transform - pos: 20.5,35.5 + pos: -76.5,84.5 parent: 2 - - uid: 4792 + - uid: 35927 components: - type: Transform - pos: -18.5,-13.5 + pos: -76.5,85.5 parent: 2 - - uid: 4793 + - uid: 35928 components: - type: Transform - pos: -20.5,16.5 + pos: -76.5,86.5 parent: 2 - - uid: 4881 + - uid: 35929 components: - type: Transform - pos: 65.5,12.5 + pos: -73.5,82.5 parent: 2 - - uid: 4882 + - uid: 35930 components: - type: Transform - pos: 66.5,18.5 + pos: -72.5,82.5 parent: 2 - - uid: 5902 + - uid: 35931 components: - type: Transform - pos: -61.5,29.5 + pos: -71.5,82.5 parent: 2 - - uid: 5903 + - uid: 35932 components: - type: Transform - pos: -57.5,23.5 + pos: -72.5,83.5 parent: 2 - - uid: 5904 + - uid: 35933 components: - type: Transform - pos: -57.5,19.5 + pos: -72.5,84.5 parent: 2 - - uid: 5911 + - uid: 35934 components: - type: Transform - pos: -28.5,30.5 + pos: -72.5,85.5 parent: 2 - - uid: 5912 + - uid: 35935 components: - type: Transform - pos: -26.5,32.5 + pos: -72.5,86.5 parent: 2 - - uid: 5913 + - uid: 35936 components: - type: Transform - pos: -26.5,28.5 + pos: -76.5,81.5 parent: 2 - - uid: 5914 + - uid: 35937 components: - type: Transform - pos: -22.5,36.5 + pos: -76.5,80.5 parent: 2 - - uid: 5916 + - uid: 35938 components: - type: Transform - pos: -19.5,31.5 + pos: -76.5,79.5 parent: 2 - - uid: 5917 + - uid: 35939 components: - type: Transform - pos: -19.5,32.5 + pos: -76.5,78.5 parent: 2 - - uid: 5918 + - uid: 35940 components: - type: Transform - pos: -24.5,34.5 + pos: -72.5,81.5 parent: 2 - - uid: 5919 + - uid: 35941 components: - type: Transform - pos: -18.5,23.5 + pos: -72.5,80.5 parent: 2 - - uid: 5921 + - uid: 35942 components: - type: Transform - pos: -22.5,18.5 + pos: -72.5,79.5 parent: 2 - - uid: 5922 + - uid: 35943 components: - type: Transform - pos: -27.5,19.5 + pos: -72.5,78.5 parent: 2 - - uid: 5924 + - uid: 35944 components: - type: Transform - pos: -35.5,25.5 + pos: -72.5,87.5 parent: 2 - - uid: 5925 + - uid: 35945 components: - type: Transform - pos: -35.5,21.5 + pos: -76.5,87.5 parent: 2 - - uid: 5926 + - uid: 35946 components: - type: Transform - pos: -42.5,21.5 + pos: -70.5,82.5 parent: 2 - - uid: 5995 + - uid: 35947 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,41.5 + pos: -61.5,78.5 parent: 2 - - uid: 8011 + - uid: 35948 components: - type: Transform - pos: -50.5,4.5 + pos: -61.5,77.5 parent: 2 - - uid: 8805 + - uid: 35949 components: - type: Transform - pos: -53.5,11.5 + pos: -61.5,76.5 parent: 2 - - uid: 10248 + - uid: 35950 components: - type: Transform - pos: 45.5,18.5 + pos: -61.5,75.5 parent: 2 - - uid: 10953 + - uid: 35951 components: - type: Transform - pos: 14.5,-65.5 + pos: -62.5,75.5 parent: 2 - - uid: 11491 + - uid: 35952 components: - type: Transform - pos: 56.5,-8.5 + pos: -63.5,75.5 parent: 2 - - uid: 11675 + - uid: 35953 components: - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,-20.5 + pos: -64.5,75.5 parent: 2 - - uid: 12299 + - uid: 35954 components: - type: Transform - pos: -46.5,-33.5 + pos: -65.5,75.5 parent: 2 - - uid: 13111 + - uid: 35955 components: - type: Transform - pos: 17.5,54.5 + pos: -66.5,75.5 parent: 2 - - uid: 13177 + - uid: 35956 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-8.5 + pos: -67.5,75.5 parent: 2 - - uid: 13238 + - uid: 35957 components: - type: Transform - pos: -25.5,16.5 + pos: -67.5,76.5 parent: 2 - - uid: 13673 + - uid: 35958 components: - type: Transform - pos: -47.5,-3.5 + pos: -67.5,77.5 parent: 2 - - uid: 13779 + - uid: 35959 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-55.5 + pos: -67.5,78.5 parent: 2 - - uid: 18568 + - uid: 35960 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-34.5 + pos: -67.5,79.5 parent: 2 - - uid: 26982 + - uid: 35961 components: - type: Transform - pos: -13.5,42.5 + pos: -67.5,80.5 parent: 2 - - uid: 27679 + - uid: 35962 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,-37.5 + pos: -67.5,81.5 parent: 2 - - uid: 30853 + - uid: 35963 components: - type: Transform - pos: -4.5,-2.5 + pos: -67.5,82.5 parent: 2 -- proto: AirlockEVALocked - entities: - - uid: 5815 + - uid: 35964 components: - type: Transform - pos: 16.5,-48.5 + pos: -67.5,83.5 parent: 2 -- proto: AirlockExternal - entities: - - uid: 34532 + - uid: 35965 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,4.5 - parent: 30892 - - uid: 34533 + pos: -67.5,84.5 + parent: 2 + - uid: 35966 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,3.5 - parent: 30892 - - uid: 34535 + pos: -66.5,84.5 + parent: 2 + - uid: 35967 components: - type: Transform - pos: 14.5,4.5 - parent: 30892 -- proto: AirlockExternalAtmosphericsLocked - entities: - - uid: 29987 + pos: -65.5,84.5 + parent: 2 + - uid: 35968 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,53.5 + pos: -64.5,84.5 parent: 2 -- proto: AirlockExternalEngineeringLocked - entities: - - uid: 4507 + - uid: 35969 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -69.5,6.5 + pos: -60.5,75.5 parent: 2 - - uid: 4988 + - uid: 35970 components: - type: Transform - pos: 0.5,20.5 + pos: -59.5,75.5 parent: 2 - - type: DeviceLinkSink - links: - - 4990 - - type: DeviceLinkSource - linkedPorts: - 4990: - - DoorStatus: DoorBolt - - uid: 4990 + - uid: 36059 components: - type: Transform - pos: -1.5,21.5 + pos: -75.5,58.5 parent: 2 - - type: DeviceLinkSink - links: - - 4988 - - type: DeviceLinkSource - linkedPorts: - 4988: - - DoorStatus: DoorBolt - - uid: 5900 + - uid: 36072 components: - type: Transform - pos: -64.5,30.5 + pos: -78.5,62.5 parent: 2 - - type: DeviceLinkSink - links: - - 5901 - - type: DeviceLinkSource - linkedPorts: - 5901: - - DoorStatus: DoorBolt - - uid: 5901 + - uid: 36073 components: - type: Transform - pos: -63.5,29.5 + pos: -78.5,63.5 parent: 2 - - type: DeviceLinkSink - links: - - 5900 - - type: DeviceLinkSource - linkedPorts: - 5900: - - DoorStatus: DoorBolt - - uid: 5905 + - uid: 36074 components: - type: Transform - pos: -67.5,18.5 + pos: -78.5,64.5 parent: 2 - - type: DeviceLinkSink - links: - - 5906 - - type: DeviceLinkSource - linkedPorts: - 5906: - - DoorStatus: DoorBolt - - uid: 5906 + - uid: 36075 components: - type: Transform - pos: -65.5,18.5 + pos: -77.5,57.5 parent: 2 - - type: DeviceLinkSink - links: - - 5905 - - type: DeviceLinkSource - linkedPorts: - 5905: - - DoorStatus: DoorBolt - - uid: 8542 + - uid: 36076 components: - type: Transform - pos: -22.5,65.5 + pos: -77.5,56.5 parent: 2 - - uid: 8543 + - uid: 36077 components: - type: Transform - pos: -25.5,69.5 + pos: -78.5,56.5 parent: 2 - - type: DeviceLinkSink - links: - - 14262 - - type: DeviceLinkSource - linkedPorts: - 14262: - - DoorStatus: DoorBolt - - uid: 9262 + - uid: 36078 components: - type: Transform - pos: -67.5,-23.5 + pos: -78.5,58.5 parent: 2 - - type: DeviceLinkSink - links: - - 9263 - - type: DeviceLinkSource - linkedPorts: - 9263: - - DoorStatus: DoorBolt - - uid: 11451 + - uid: 36079 components: - type: Transform - pos: -4.5,14.5 + pos: -75.5,57.5 parent: 2 - - type: DeviceLinkSink - links: - - 12508 - - type: DeviceLinkSource - linkedPorts: - 12508: - - DoorStatus: DoorBolt - - uid: 12508 + - uid: 36080 components: - type: Transform - pos: -2.5,15.5 + pos: -74.5,57.5 parent: 2 - - type: DeviceLinkSink - links: - - 11451 - - type: DeviceLinkSource - linkedPorts: - 11451: - - DoorStatus: DoorBolt - - uid: 12509 + - uid: 36081 components: - type: Transform - pos: 3.5,15.5 + pos: -73.5,57.5 parent: 2 - - type: DeviceLinkSink - links: - - 12525 - - type: DeviceLinkSource - linkedPorts: - 12525: - - DoorStatus: DoorBolt - - uid: 12525 + - uid: 36173 components: - type: Transform - pos: 5.5,14.5 + pos: -50.5,-6.5 parent: 2 - - type: DeviceLinkSink - links: - - 12509 - - type: DeviceLinkSource - linkedPorts: - 12509: - - DoorStatus: DoorBolt - - uid: 14262 + - uid: 36174 components: - type: Transform - pos: -24.5,68.5 + pos: -49.5,-6.5 parent: 2 - - type: DeviceLinkSink - links: - - 8543 - - type: DeviceLinkSource - linkedPorts: - 8543: - - DoorStatus: DoorBolt - - uid: 20337 + - uid: 36175 components: - type: Transform - pos: -60.5,69.5 + pos: -48.5,-6.5 parent: 2 - - type: DeviceLinkSink - links: - - 20338 - - type: DeviceLinkSource - linkedPorts: - 20338: - - DoorStatus: DoorBolt - - uid: 20338 + - uid: 36185 components: - type: Transform - pos: -60.5,72.5 + pos: 52.5,12.5 parent: 2 - - type: DeviceLinkSink - links: - - 20337 - - type: DeviceLinkSource - linkedPorts: - 20337: - - DoorStatus: DoorBolt - - uid: 24457 + - uid: 36657 components: - type: Transform - pos: -72.5,57.5 - parent: 2 - - type: DeviceLinkSink - links: - - 24679 - - type: DeviceLinkSource - linkedPorts: - 24679: - - DoorStatus: DoorBolt - - uid: 24679 + pos: 3.5,-1.5 + parent: 36450 + - uid: 36684 components: - type: Transform - pos: -75.5,57.5 - parent: 2 - - type: DeviceLinkSink - links: - - 24457 - - type: DeviceLinkSource - linkedPorts: - 24457: - - DoorStatus: DoorBolt - - uid: 33610 + pos: 3.5,0.5 + parent: 36450 + - uid: 36685 + components: + - type: Transform + pos: 7.5,2.5 + parent: 36450 + - uid: 36686 + components: + - type: Transform + pos: 7.5,1.5 + parent: 36450 + - uid: 36687 + components: + - type: Transform + pos: 7.5,0.5 + parent: 36450 + - uid: 36688 + components: + - type: Transform + pos: 6.5,0.5 + parent: 36450 + - uid: 36689 + components: + - type: Transform + pos: 5.5,0.5 + parent: 36450 + - uid: 36690 + components: + - type: Transform + pos: 4.5,0.5 + parent: 36450 + - uid: 36691 + components: + - type: Transform + pos: 5.5,1.5 + parent: 36450 + - uid: 36692 + components: + - type: Transform + pos: 5.5,2.5 + parent: 36450 + - uid: 36693 components: - type: Transform - pos: -19.5,7.5 - parent: 2 -- proto: AirlockExternalGlass - entities: - - uid: 3375 + pos: 5.5,3.5 + parent: 36450 + - uid: 36694 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 73.5,-4.5 - parent: 2 - - uid: 3376 + pos: 4.5,3.5 + parent: 36450 + - uid: 36695 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 73.5,-2.5 - parent: 2 - - uid: 4876 + pos: 6.5,3.5 + parent: 36450 + - uid: 36696 components: - type: Transform - pos: -10.5,-84.5 - parent: 2 - - uid: 9710 + pos: 8.5,2.5 + parent: 36450 + - uid: 36697 components: - type: Transform - pos: 11.5,-84.5 - parent: 2 - - uid: 9714 + pos: 9.5,2.5 + parent: 36450 + - uid: 36698 components: - type: Transform - pos: -10.5,-77.5 - parent: 2 - - uid: 9717 + pos: 3.5,2.5 + parent: 36450 + - uid: 36699 components: - type: Transform - pos: 7.5,-77.5 - parent: 2 - - uid: 9722 + pos: 2.5,2.5 + parent: 36450 + - uid: 36700 components: - type: Transform - pos: -6.5,-84.5 - parent: 2 - - uid: 9724 + pos: 1.5,2.5 + parent: 36450 + - uid: 36701 components: - type: Transform - pos: 11.5,-77.5 - parent: 2 - - uid: 9727 + pos: 4.5,2.5 + parent: 36450 + - uid: 36702 components: - type: Transform - pos: -6.5,-77.5 - parent: 2 - - uid: 9728 + pos: 3.5,-6.5 + parent: 36450 + - uid: 36703 components: - type: Transform - pos: 7.5,-84.5 - parent: 2 - - uid: 11163 + pos: 3.5,-7.5 + parent: 36450 + - uid: 36704 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,57.5 - parent: 2 - - uid: 13971 + pos: 4.5,-7.5 + parent: 36450 + - uid: 36705 components: - type: Transform - pos: -5.5,0.5 - parent: 14592 - - uid: 14159 + pos: 5.5,-7.5 + parent: 36450 + - uid: 36706 components: - type: Transform - pos: -4.5,0.5 - parent: 14592 - - uid: 19252 + pos: 6.5,-7.5 + parent: 36450 + - uid: 36707 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 73.5,3.5 - parent: 2 - - uid: 34534 + pos: 3.5,-6.5 + parent: 36450 + - uid: 36708 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,0.5 - parent: 30892 -- proto: AirlockExternalGlassCargoLocked - entities: - - uid: 5404 + pos: 3.5,-5.5 + parent: 36450 + - uid: 36709 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,-45.5 - parent: 2 - - uid: 5405 + pos: 3.5,-4.5 + parent: 36450 + - uid: 36710 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,-43.5 - parent: 2 - - uid: 5431 + pos: 4.5,-4.5 + parent: 36450 + - uid: 36711 components: - type: Transform - pos: -49.5,-51.5 - parent: 2 - - type: DeviceLinkSink - links: - - 5433 - - type: DeviceLinkSource - linkedPorts: - 5433: - - DoorStatus: DoorBolt - - uid: 5433 + pos: 5.5,-4.5 + parent: 36450 + - uid: 36712 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,-51.5 - parent: 2 - - type: DeviceLinkSink - links: - - 5431 - - type: DeviceLinkSource - linkedPorts: - 5431: - - DoorStatus: DoorBolt -- proto: AirlockExternalGlassEngineeringLocked - entities: - - uid: 5930 + pos: 6.5,-4.5 + parent: 36450 + - uid: 36713 components: - type: Transform - pos: -11.5,21.5 - parent: 2 - - type: DeviceLinkSink - links: - - 5931 - - type: DeviceLinkSource - linkedPorts: - 5931: - - DoorStatus: DoorBolt - - uid: 5931 + pos: 7.5,-4.5 + parent: 36450 + - uid: 36714 components: - type: Transform - pos: -13.5,21.5 - parent: 2 - - type: DeviceLinkSink - links: - - 5930 - - type: DeviceLinkSource - linkedPorts: - 5930: - - DoorStatus: DoorBolt - - uid: 9263 + pos: 3.5,-3.5 + parent: 36450 + - uid: 36715 components: - type: Transform - pos: -66.5,-22.5 - parent: 2 - - type: DeviceLinkSink - links: - - 9262 - - type: DeviceLinkSource - linkedPorts: - 9262: - - DoorStatus: DoorBolt - - uid: 10971 + pos: 3.5,-2.5 + parent: 36450 + - uid: 36716 components: - type: Transform - pos: 65.5,-38.5 - parent: 2 - - type: DeviceLinkSink - links: - - 11128 - - type: DeviceLinkSource - linkedPorts: - 11128: - - DoorStatus: DoorBolt - - uid: 11128 + pos: 3.5,-2.5 + parent: 36450 + - uid: 36717 components: - type: Transform - pos: 63.5,-37.5 - parent: 2 - - type: DeviceLinkSink - links: - - 10971 - - type: DeviceLinkSource - linkedPorts: - 10971: - - DoorStatus: DoorBolt -- proto: AirlockExternalGlassLocked - entities: - - uid: 4849 + pos: 8.5,-3.5 + parent: 36450 + - uid: 36718 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,-10.5 - parent: 2 - - type: DeviceLinkSink - links: - - 8129 - - type: DeviceLinkSource - linkedPorts: - 8129: - - DoorStatus: DoorBolt - - uid: 7809 + pos: 7.5,-3.5 + parent: 36450 + - uid: 36719 components: - type: Transform - pos: 22.5,-8.5 - parent: 2 - - type: DeviceLinkSink - links: - - 8430 - - 12157 - - type: DeviceLinkSource - linkedPorts: - 8430: - - DoorStatus: DoorBolt - 12157: - - DoorStatus: DoorBolt - - uid: 8129 + pos: 7.5,-2.5 + parent: 36450 + - uid: 36720 components: - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-10.5 - parent: 2 - - type: DeviceLinkSink - links: - - 4849 - - type: DeviceLinkSource - linkedPorts: - 4849: - - DoorStatus: DoorBolt - - uid: 8720 + pos: 7.5,-1.5 + parent: 36450 + - uid: 36721 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 72.5,-24.5 - parent: 2 - - uid: 12700 + pos: 2.5,-7.5 + parent: 36450 + - uid: 36722 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 72.5,-20.5 - parent: 2 -- proto: AirlockExternalGlassShuttleArrivals - entities: - - uid: 4166 + pos: 7.5,-7.5 + parent: 36450 + - uid: 36723 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-77.5 - parent: 2 - - uid: 6261 + pos: 8.5,-7.5 + parent: 36450 + - uid: 36724 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-84.5 - parent: 2 - - uid: 9719 + pos: 7.5,-8.5 + parent: 36450 + - uid: 36725 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-77.5 - parent: 2 - - uid: 9721 + pos: 7.5,-9.5 + parent: 36450 + - uid: 36726 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-84.5 - parent: 2 -- proto: AirlockExternalGlassShuttleEmergencyLocked - entities: - - uid: 3439 + pos: 3.5,-8.5 + parent: 36450 + - uid: 36727 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 76.5,3.5 - parent: 2 - - uid: 3448 + pos: 3.5,-9.5 + parent: 36450 + - uid: 36728 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 76.5,5.5 - parent: 2 - - uid: 8719 + pos: 6.5,-9.5 + parent: 36450 + - uid: 36729 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 74.5,-24.5 - parent: 2 - - uid: 11165 + pos: 4.5,-9.5 + parent: 36450 + - uid: 36730 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 76.5,-2.5 - parent: 2 - - uid: 12619 + pos: 2.5,0.5 + parent: 36450 + - uid: 36731 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 76.5,-4.5 - parent: 2 - - uid: 14303 + pos: 1.5,0.5 + parent: 36450 + - uid: 36732 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 74.5,-20.5 - parent: 2 -- proto: AirlockExternalGlassShuttleEscape - entities: - - uid: 2158 + pos: 8.5,0.5 + parent: 36450 + - uid: 36733 components: - type: Transform - pos: -8.5,-89.5 - parent: 2 - - uid: 3354 + pos: 9.5,0.5 + parent: 36450 + - uid: 36734 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,59.5 - parent: 2 - - uid: 6259 + pos: 2.5,-3.5 + parent: 36450 + - uid: 36735 components: - type: Transform - pos: 9.5,-89.5 - parent: 2 -- proto: AirlockExternalGlassShuttleLocked - entities: - - uid: 4562 + pos: 8.5,-1.5 + parent: 36450 + - uid: 36736 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -74.5,4.5 - parent: 2 - - type: Docking - dockJointId: docking33846 - dockedWith: 33353 - - uid: 5425 + pos: 2.5,-1.5 + parent: 36450 + - uid: 36737 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,-43.5 - parent: 2 - - uid: 5426 + pos: 1.5,-1.5 + parent: 36450 + - uid: 36738 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,-45.5 - parent: 2 - - uid: 5437 + pos: 9.5,-1.5 + parent: 36450 + - uid: 36739 components: - type: Transform - pos: -48.5,-54.5 - parent: 2 - - uid: 5438 + pos: 5.5,-8.5 + parent: 36450 + - uid: 36740 components: - type: Transform - pos: -47.5,-54.5 - parent: 2 - - uid: 8562 + pos: 5.5,-9.5 + parent: 36450 + - uid: 36741 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-84.5 - parent: 2 - - uid: 9718 + pos: 3.5,-8.5 + parent: 36450 + - uid: 36742 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-77.5 - parent: 2 - - uid: 9723 + pos: 7.5,-8.5 + parent: 36450 + - uid: 37037 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-84.5 - parent: 2 - - uid: 9726 + pos: 28.5,-3.5 + parent: 36907 + - uid: 37038 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-77.5 - parent: 2 - - uid: 11406 + pos: 27.5,-3.5 + parent: 36907 + - uid: 37039 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 67.5,42.5 - parent: 2 - - type: Docking - dockJointId: docking176094 - dockedWith: 24929 - - uid: 13984 + pos: 26.5,-3.5 + parent: 36907 + - uid: 37040 components: - type: Transform - pos: 6.5,-10.5 - parent: 14592 - - uid: 14004 + pos: 25.5,-3.5 + parent: 36907 + - uid: 37041 components: - type: Transform - pos: 5.5,-10.5 - parent: 14592 - - uid: 21122 + pos: 25.5,-1.5 + parent: 36907 + - uid: 37042 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 78.5,34.5 - parent: 2 - - type: Docking - dockJointId: docking183307 - dockedWith: 36525 - - uid: 24929 + pos: 25.5,-2.5 + parent: 36907 + - uid: 37043 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,0.5 - parent: 32914 - - type: Docking - dockJointId: docking176094 - dockedWith: 11406 - - uid: 31343 + pos: 25.5,-0.5 + parent: 36907 + - uid: 37044 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-3.5 - parent: 30892 - - type: RecentlyDocked - lastDocked: 31343 - - uid: 32958 + pos: 25.5,0.5 + parent: 36907 + - uid: 37045 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,0.5 - parent: 32914 - - uid: 33353 + pos: 25.5,1.5 + parent: 36907 + - uid: 37046 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,2.5 - parent: 31348 - - type: Docking - dockJointId: docking33846 - dockedWith: 4562 - - uid: 33354 + pos: 25.5,2.5 + parent: 36907 + - uid: 37047 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,2.5 - parent: 31348 - - uid: 36525 + pos: 26.5,2.5 + parent: 36907 + - uid: 37048 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,1.5 - parent: 36450 - - type: Docking - dockJointId: docking183307 - dockedWith: 21122 - - uid: 36526 + pos: 24.5,-3.5 + parent: 36907 + - uid: 37049 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,1.5 - parent: 36450 -- proto: AirlockExternalLocked - entities: - - uid: 695 + pos: 17.5,-3.5 + parent: 36907 + - uid: 37050 components: - type: Transform - pos: 17.5,12.5 - parent: 2 - - type: DeviceLinkSink - links: - - 12728 - - type: DeviceLinkSource - linkedPorts: - 12728: - - DoorStatus: DoorBolt - - uid: 8430 + pos: 17.5,-2.5 + parent: 36907 + - uid: 37051 components: - type: Transform - pos: 23.5,-6.5 - parent: 2 - - type: DeviceLinkSink - links: - - 7809 - - type: DeviceLinkSource - linkedPorts: - 7809: - - DoorStatus: DoorBolt - - uid: 9713 + pos: 17.5,-1.5 + parent: 36907 + - uid: 37052 components: - type: Transform - pos: 9.5,-87.5 - parent: 2 - - uid: 9729 + pos: 16.5,-1.5 + parent: 36907 + - uid: 37053 components: - type: Transform - pos: -8.5,-87.5 - parent: 2 - - uid: 12728 + pos: 15.5,-1.5 + parent: 36907 + - uid: 37054 components: - type: Transform - pos: 16.5,14.5 - parent: 2 - - type: DeviceLinkSink - links: - - 695 - - type: DeviceLinkSource - linkedPorts: - 695: - - DoorStatus: DoorBolt -- proto: AirlockFreezerLocked - entities: - - uid: 6080 + pos: 17.5,-5.5 + parent: 36907 + - uid: 37055 components: - - type: MetaData - name: морозильник - type: Transform - pos: -7.5,65.5 - parent: 2 -- proto: AirlockGlass - entities: - - uid: 2370 + pos: 17.5,-6.5 + parent: 36907 + - uid: 37056 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-52.5 - parent: 2 - - uid: 2661 + pos: 17.5,-7.5 + parent: 36907 + - uid: 37057 components: - type: Transform - pos: -37.5,34.5 - parent: 2 - - uid: 3916 + pos: 16.5,-7.5 + parent: 36907 + - uid: 37058 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-15.5 - parent: 2 - - uid: 4131 + pos: 15.5,-7.5 + parent: 36907 + - uid: 37059 components: - type: Transform - pos: 26.5,39.5 - parent: 2 - - uid: 5582 + pos: 17.5,4.5 + parent: 36907 + - uid: 37060 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,-55.5 - parent: 2 - - uid: 6071 + pos: 17.5,3.5 + parent: 36907 + - uid: 37061 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,64.5 - parent: 2 - - uid: 6072 + pos: 17.5,2.5 + parent: 36907 + - uid: 37062 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,64.5 - parent: 2 - - uid: 6073 + pos: 16.5,2.5 + parent: 36907 + - uid: 37063 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,64.5 - parent: 2 - - uid: 6074 + pos: 15.5,2.5 + parent: 36907 + - uid: 37064 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,64.5 - parent: 2 - - uid: 6075 + pos: 14.5,2.5 + parent: 36907 + - uid: 37065 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,66.5 - parent: 2 - - uid: 6076 + pos: 13.5,2.5 + parent: 36907 + - uid: 37066 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,70.5 - parent: 2 - - uid: 6087 + pos: 12.5,2.5 + parent: 36907 + - uid: 37067 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-52.5 - parent: 2 - - uid: 6104 + pos: 11.5,2.5 + parent: 36907 + - uid: 37068 components: - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,45.5 - parent: 2 - - uid: 6105 + pos: 11.5,1.5 + parent: 36907 + - uid: 37069 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,42.5 - parent: 2 - - uid: 9002 + pos: 11.5,0.5 + parent: 36907 + - uid: 37070 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-52.5 - parent: 2 - - uid: 9364 + pos: 11.5,-0.5 + parent: 36907 + - uid: 37071 components: - type: Transform - pos: 28.5,-8.5 - parent: 2 - - uid: 9528 + pos: 11.5,-1.5 + parent: 36907 + - uid: 37072 components: - type: Transform - pos: -31.5,4.5 - parent: 2 - - uid: 9529 + pos: 11.5,-2.5 + parent: 36907 + - uid: 37073 components: - type: Transform - pos: -30.5,4.5 - parent: 2 - - uid: 9530 + pos: 11.5,-3.5 + parent: 36907 + - uid: 37074 components: - type: Transform - pos: -29.5,4.5 - parent: 2 - - uid: 9708 + pos: 11.5,-4.5 + parent: 36907 + - uid: 37075 components: - type: Transform - pos: -0.5,55.5 - parent: 2 - - uid: 9715 + pos: 18.5,2.5 + parent: 36907 + - uid: 37076 components: - type: Transform - pos: 1.5,55.5 - parent: 2 - - uid: 9980 + pos: 19.5,2.5 + parent: 36907 + - uid: 37077 components: - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,68.5 - parent: 2 - - uid: 10074 + pos: 20.5,2.5 + parent: 36907 + - uid: 37078 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,68.5 - parent: 2 - - uid: 10081 + pos: 21.5,2.5 + parent: 36907 + - uid: 37079 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,70.5 - parent: 2 - - uid: 10324 + pos: 21.5,1.5 + parent: 36907 + - uid: 37080 components: - type: Transform - pos: 56.5,1.5 - parent: 2 - - uid: 10325 + pos: 21.5,0.5 + parent: 36907 + - uid: 37081 components: - type: Transform - pos: 56.5,0.5 - parent: 2 - - uid: 10326 + pos: 21.5,-0.5 + parent: 36907 + - uid: 37082 components: - type: Transform - pos: 56.5,-0.5 - parent: 2 - - uid: 10329 + pos: 21.5,-1.5 + parent: 36907 + - uid: 37083 components: - type: Transform - pos: 60.5,-0.5 - parent: 2 - - type: DeviceLinkSink - links: - - 13558 - - uid: 10330 + pos: 21.5,-2.5 + parent: 36907 + - uid: 37084 components: - type: Transform - pos: 60.5,0.5 - parent: 2 - - type: DeviceLinkSink - links: - - 13558 - - uid: 10331 + pos: 21.5,-3.5 + parent: 36907 + - uid: 37085 components: - type: Transform - pos: 60.5,1.5 - parent: 2 - - type: DeviceLinkSink - links: - - 13558 - - uid: 11805 + pos: 21.5,-4.5 + parent: 36907 + - uid: 37086 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-50.5 - parent: 2 - - uid: 11806 + pos: 9.5,-5.5 + parent: 36907 + - uid: 37087 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-49.5 - parent: 2 - - uid: 11808 + pos: 9.5,-6.5 + parent: 36907 + - uid: 37088 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-48.5 - parent: 2 - - uid: 12891 + pos: 9.5,-7.5 + parent: 36907 + - uid: 37089 components: - type: Transform - pos: 43.5,25.5 - parent: 2 - - uid: 14949 + pos: 9.5,-8.5 + parent: 36907 + - uid: 37090 components: - type: Transform - pos: 0.5,-3.5 - parent: 14592 - - uid: 14957 + pos: 8.5,-8.5 + parent: 36907 + - uid: 37091 components: - type: Transform - pos: -5.5,-3.5 - parent: 14592 - - uid: 15481 + pos: 7.5,-8.5 + parent: 36907 + - uid: 37092 components: - type: Transform - pos: -0.5,-3.5 - parent: 14592 - - uid: 18624 + pos: 6.5,-8.5 + parent: 36907 + - uid: 37093 components: - type: Transform - pos: -40.5,-34.5 - parent: 2 - - uid: 18625 + pos: 5.5,-8.5 + parent: 36907 + - uid: 37094 components: - type: Transform - pos: 24.5,39.5 - parent: 2 - - uid: 18626 + pos: 9.5,-9.5 + parent: 36907 + - uid: 37095 components: - type: Transform - pos: 25.5,39.5 - parent: 2 - - uid: 24135 + pos: 10.5,-9.5 + parent: 36907 + - uid: 37096 components: - type: Transform - pos: -27.5,-43.5 - parent: 2 - - uid: 26995 + pos: 11.5,-9.5 + parent: 36907 + - uid: 37097 components: - type: Transform - pos: 43.5,27.5 - parent: 2 - - uid: 26996 + pos: 12.5,-9.5 + parent: 36907 + - uid: 37098 components: - type: Transform - pos: 43.5,26.5 - parent: 2 - - uid: 27001 + pos: 5.5,-7.5 + parent: 36907 + - uid: 37099 components: - type: Transform - pos: 29.5,-41.5 - parent: 2 - - uid: 27006 + pos: 23.5,-5.5 + parent: 36907 + - uid: 37100 components: - type: Transform - pos: -44.5,27.5 - parent: 2 - - uid: 27008 + pos: 23.5,-6.5 + parent: 36907 + - uid: 37101 components: - type: Transform - pos: -45.5,27.5 - parent: 2 - - uid: 27009 + pos: 23.5,-7.5 + parent: 36907 + - uid: 37102 components: - type: Transform - pos: -46.5,27.5 - parent: 2 - - uid: 27011 + pos: 23.5,-8.5 + parent: 36907 + - uid: 37103 components: - type: Transform - pos: 30.5,-41.5 - parent: 2 - - uid: 27012 + pos: 22.5,-8.5 + parent: 36907 + - uid: 37104 components: - type: Transform - pos: 31.5,-41.5 - parent: 2 - - uid: 27013 + pos: 21.5,-8.5 + parent: 36907 + - uid: 37105 components: - type: Transform - pos: 44.5,-30.5 - parent: 2 - - uid: 27014 + pos: 24.5,-8.5 + parent: 36907 + - uid: 37106 components: - type: Transform - pos: 45.5,-30.5 - parent: 2 - - uid: 27015 + pos: 25.5,-8.5 + parent: 36907 + - uid: 37107 components: - type: Transform - pos: 46.5,-30.5 - parent: 2 - - uid: 27017 + pos: 26.5,-8.5 + parent: 36907 + - uid: 37108 components: - type: Transform - pos: -39.5,-34.5 - parent: 2 - - uid: 27018 + pos: 23.5,-9.5 + parent: 36907 + - uid: 37109 components: - type: Transform - pos: -38.5,-34.5 - parent: 2 - - uid: 27019 + pos: 27.5,-8.5 + parent: 36907 + - uid: 37110 components: - type: Transform - pos: -28.5,-43.5 - parent: 2 - - uid: 27024 + pos: 40.5,-30.5 + parent: 36907 + - uid: 37111 components: - type: Transform - pos: -29.5,-43.5 - parent: 2 - - uid: 27108 + pos: 39.5,-30.5 + parent: 36907 + - uid: 37112 components: - type: Transform - pos: -38.5,34.5 - parent: 2 - - uid: 27265 + pos: 38.5,-30.5 + parent: 36907 + - uid: 37113 components: - type: Transform - pos: -39.5,34.5 - parent: 2 - - uid: 31689 + pos: 39.5,-29.5 + parent: 36907 + - uid: 37114 components: - type: Transform - pos: 19.5,45.5 - parent: 2 -- proto: AirlockHeadOfPersonnelLocked - entities: - - uid: 4801 + pos: 39.5,-31.5 + parent: 36907 + - uid: 37115 components: - type: Transform - pos: -7.5,-43.5 - parent: 2 - - uid: 4802 + pos: 30.5,-29.5 + parent: 36907 + - uid: 37116 components: - type: Transform - pos: -3.5,-40.5 - parent: 2 - - uid: 4803 + pos: 31.5,-29.5 + parent: 36907 + - uid: 37117 components: - type: Transform - pos: -1.5,-43.5 - parent: 2 -- proto: AirlockHeadOfSecurityLocked - entities: - - uid: 6050 + pos: 32.5,-29.5 + parent: 36907 + - uid: 37118 components: - type: Transform - pos: 44.5,55.5 - parent: 2 - - uid: 34923 + pos: 33.5,-29.5 + parent: 36907 + - uid: 37119 components: - type: Transform - pos: 44.5,48.5 - parent: 2 -- proto: AirlockHydroGlassLocked - entities: - - uid: 6077 + pos: 33.5,-30.5 + parent: 36907 + - uid: 37120 components: - - type: MetaData - name: гидропоника - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,54.5 - parent: 2 -- proto: AirlockHydroponicsLocked - entities: - - uid: 8385 + pos: 34.5,-30.5 + parent: 36907 + - uid: 37121 components: - - type: MetaData - name: гардероб ботаника - type: Transform - pos: -13.5,64.5 - parent: 2 -- proto: AirlockJanitorLocked - entities: - - uid: 8574 + pos: 35.5,-30.5 + parent: 36907 + - uid: 37122 components: - type: Transform - pos: 54.5,12.5 - parent: 2 -- proto: AirlockKitchenLocked - entities: - - uid: 6081 + pos: 36.5,-30.5 + parent: 36907 + - uid: 37123 components: - type: Transform - pos: -5.5,57.5 - parent: 2 -- proto: AirlockMaint - entities: - - uid: 6913 + pos: 37.5,-30.5 + parent: 36907 + - uid: 37124 components: - type: Transform - pos: -56.5,0.5 - parent: 2 - - uid: 14197 + pos: 38.5,-30.5 + parent: 36907 + - uid: 37125 components: - type: Transform - pos: -13.5,-61.5 + pos: 39.5,-30.5 + parent: 36907 + - uid: 37126 + components: + - type: Transform + pos: 39.5,-31.5 + parent: 36907 + - uid: 43112 + components: + - type: Transform + pos: 78.5,34.5 parent: 2 - - uid: 14229 + - uid: 43113 components: - type: Transform - pos: -13.5,-65.5 + pos: 78.5,35.5 parent: 2 - - uid: 24556 + - uid: 43114 components: - type: Transform - pos: -65.5,-5.5 + pos: 78.5,36.5 parent: 2 - - uid: 24557 + - uid: 43115 components: - type: Transform - pos: -60.5,-15.5 + pos: 78.5,37.5 parent: 2 - - uid: 24558 + - uid: 43116 components: - type: Transform - pos: -60.5,-25.5 + pos: 78.5,38.5 parent: 2 - - uid: 24559 + - uid: 43117 components: - type: Transform - pos: -57.5,-20.5 + pos: 78.5,39.5 parent: 2 -- proto: AirlockMaintAtmoLocked - entities: - - uid: 6060 + - uid: 43118 components: - type: Transform - pos: -39.5,43.5 + pos: 78.5,40.5 parent: 2 -- proto: AirlockMaintCaptainLocked - entities: - - uid: 488 + - uid: 43119 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-37.5 + pos: 78.5,41.5 parent: 2 -- proto: AirlockMaintCargoLocked - entities: - - uid: 5406 + - uid: 43120 components: - type: Transform - pos: -35.5,-46.5 + pos: 78.5,42.5 parent: 2 - - uid: 5407 + - uid: 43121 components: - type: Transform - pos: -59.5,-29.5 + pos: 78.5,43.5 parent: 2 - - uid: 5408 + - uid: 43122 components: - type: Transform - pos: -53.5,-29.5 + pos: 79.5,43.5 parent: 2 - - uid: 5409 + - uid: 43123 components: - type: Transform - pos: -48.5,-35.5 + pos: 80.5,43.5 parent: 2 -- proto: AirlockMaintChapelLocked +- proto: CableApcStack entities: - - uid: 8774 + - uid: 597 components: - type: Transform - pos: 55.5,-26.5 + pos: -37.392612,13.961978 parent: 2 -- proto: AirlockMaintChemLocked - entities: - - uid: 14267 + - uid: 598 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-35.5 + pos: -37.392612,13.961978 parent: 2 -- proto: AirlockMaintCommandLocked - entities: - - uid: 4813 + - uid: 599 components: - type: Transform - pos: 15.5,-38.5 + pos: -37.392612,13.961978 parent: 2 - - uid: 6033 + - uid: 5129 components: - type: Transform - pos: -6.5,40.5 + pos: -18.344677,-36.49444 parent: 2 - - uid: 34166 + - uid: 5205 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -84.5,60.5 + pos: -35.35397,-32.281845 parent: 2 -- proto: AirlockMaintCommonLocked - entities: - - uid: 4860 + - uid: 5276 components: - type: Transform - pos: 41.5,5.5 + pos: -26.620083,-36.49032 parent: 2 - - uid: 4878 + - uid: 7939 components: - type: Transform - pos: 61.5,-7.5 + pos: -48.731113,3.6881897 parent: 2 - - uid: 4879 + - uid: 7940 components: - type: Transform - pos: 55.5,8.5 + pos: -48.731113,3.6881897 parent: 2 - - uid: 4880 + - uid: 8068 components: - type: Transform - pos: 66.5,14.5 + pos: -26.375254,36.507412 parent: 2 - - uid: 10252 + - uid: 8621 components: - type: Transform - pos: 15.5,16.5 + pos: -28.668797,9.73118 parent: 2 - - uid: 10976 + - uid: 11102 components: - type: Transform - rot: 3.141592653589793 rad - pos: 61.5,-27.5 + pos: 10.561739,-46.37831 parent: 2 - - uid: 12913 + - uid: 11103 components: - type: Transform - pos: 37.5,9.5 + pos: 10.561739,-46.37831 parent: 2 - - uid: 31558 + - uid: 19165 components: - type: Transform rot: -1.5707963267948966 rad - pos: 50.5,8.5 + pos: -44.61731,-33.40109 parent: 2 - - uid: 36449 + - uid: 19531 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-6.5 + pos: -34.658813,16.932999 parent: 2 -- proto: AirlockMaintEngiLocked +- proto: CableApcStack1 entities: - - uid: 5816 + - uid: 24153 components: - type: Transform - pos: 16.5,-42.5 + rot: 3.141592653589793 rad + pos: -68.23213,78.00937 parent: 2 - - uid: 5907 + - uid: 24762 components: - type: Transform - pos: -59.5,4.5 + rot: 3.141592653589793 rad + pos: -64.7675,77.32345 parent: 2 - - uid: 13189 + - uid: 25172 components: - type: Transform - pos: -26.5,12.5 + rot: 1.5707963267948966 rad + pos: -64.38347,83.84191 parent: 2 -- proto: AirlockMaintGlass +- proto: CableApcStack10 entities: - - uid: 33116 + - uid: 6813 components: - type: Transform - pos: -20.5,12.5 + pos: 19.430382,-37.782944 parent: 2 -- proto: AirlockMaintHOPLocked - entities: - - uid: 4804 + - uid: 7441 components: - type: Transform - pos: -10.5,-44.5 + pos: -42.533554,15.333927 parent: 2 -- proto: AirlockMaintHydroLocked - entities: - - uid: 3526 + - uid: 13767 components: - - type: MetaData - name: техи гидропоники - type: Transform - pos: -16.5,64.5 - parent: 2 - - uid: 13356 + rot: -1.5707963267948966 rad + pos: -17.27826,20.553596 + parent: 14592 +- proto: Cablecuffs + entities: + - uid: 3185 components: - type: Transform - pos: -15.5,66.5 + rot: 1.5707963267948966 rad + pos: 64.608574,-29.18535 parent: 2 -- proto: AirlockMaintJanitorLocked +- proto: CablecuffsBroken entities: - - uid: 3531 + - uid: 9427 components: - type: Transform - pos: 57.5,10.5 + rot: -1.5707963267948966 rad + pos: 62.635468,-30.75558 parent: 2 -- proto: AirlockMaintLocked +- proto: CableHV entities: - - uid: 6 + - uid: 96 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-6.5 + pos: -32.5,14.5 parent: 2 - - uid: 767 + - uid: 106 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,44.5 + pos: -18.5,40.5 parent: 2 - - uid: 5387 + - uid: 118 components: - type: Transform - pos: -11.5,-48.5 + pos: -19.5,40.5 parent: 2 - - uid: 5388 + - uid: 469 components: - type: Transform - pos: -34.5,-42.5 + pos: -17.5,40.5 parent: 2 - - uid: 5820 + - uid: 742 components: - type: Transform - pos: 18.5,-43.5 + pos: -27.5,12.5 parent: 2 - - uid: 5908 + - uid: 743 components: - type: Transform - pos: -55.5,21.5 + pos: -33.5,13.5 parent: 2 - - uid: 6106 + - uid: 1145 components: - type: Transform - pos: 10.5,42.5 + pos: -32.5,11.5 parent: 2 - - uid: 6107 + - uid: 3134 components: - type: Transform - pos: 17.5,37.5 + pos: 6.5,8.5 parent: 2 - - uid: 7241 + - uid: 3166 components: - type: Transform - pos: -14.5,47.5 + pos: -22.5,22.5 parent: 2 - - uid: 7550 + - uid: 3196 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-3.5 + pos: 44.5,-7.5 parent: 2 - - uid: 8986 + - uid: 3197 components: - type: Transform - pos: 9.5,36.5 + pos: 45.5,-7.5 parent: 2 - - uid: 9344 + - uid: 3915 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,9.5 + pos: -21.5,22.5 parent: 2 - - uid: 9345 + - uid: 4385 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,13.5 + pos: -5.5,4.5 parent: 2 - - uid: 9991 + - uid: 4392 components: - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,-54.5 + pos: -2.5,12.5 parent: 2 - - uid: 10091 + - uid: 4816 components: - type: Transform - pos: -20.5,-59.5 + pos: -67.5,-21.5 parent: 2 - - uid: 10967 + - uid: 4957 components: - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,-51.5 + pos: -4.5,22.5 parent: 2 - - uid: 10968 + - uid: 5634 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-46.5 + pos: -20.5,22.5 parent: 2 - - uid: 11228 + - uid: 5996 components: - type: Transform - pos: -9.5,-63.5 + pos: -15.5,34.5 parent: 2 - - uid: 11609 + - uid: 6366 components: - type: Transform - pos: -50.5,21.5 + pos: -19.5,22.5 parent: 2 - - uid: 11628 + - uid: 6367 components: - type: Transform - pos: -47.5,-27.5 + pos: -16.5,26.5 parent: 2 - - uid: 11629 + - uid: 6368 components: - type: Transform - pos: -62.5,-16.5 + pos: -17.5,26.5 parent: 2 - - uid: 12340 + - uid: 6369 components: - type: Transform - pos: -1.5,37.5 + pos: -18.5,26.5 parent: 2 - - uid: 12373 + - uid: 6370 components: - type: Transform - pos: -20.5,51.5 + pos: -19.5,26.5 parent: 2 - - uid: 12551 + - uid: 6371 components: - type: Transform - pos: 10.5,-63.5 + pos: -20.5,26.5 parent: 2 - - uid: 12875 + - uid: 7238 components: - type: Transform - pos: -36.5,4.5 + pos: -19.5,37.5 parent: 2 - - uid: 12876 + - uid: 7250 components: - type: Transform - pos: -45.5,-1.5 + pos: -24.5,20.5 parent: 2 - - uid: 13723 + - uid: 7281 components: - type: Transform - pos: -40.5,-5.5 + pos: -15.5,47.5 parent: 2 - - uid: 14356 + - uid: 7525 components: - type: Transform - pos: 16.5,53.5 + pos: 76.5,-49.5 parent: 2 -- proto: AirlockMaintMedLocked - entities: - - uid: 7005 + - uid: 7526 components: - type: Transform - pos: 30.5,7.5 + pos: -30.5,15.5 parent: 2 - - uid: 7006 + - uid: 7527 components: - type: Transform - pos: 31.5,7.5 + pos: -32.5,16.5 parent: 2 - - uid: 10966 + - uid: 7528 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-59.5 + pos: -31.5,11.5 parent: 2 -- proto: AirlockMaintRnDLocked - entities: - - uid: 662 + - uid: 7529 components: - type: Transform - pos: -34.5,-11.5 + pos: -32.5,15.5 parent: 2 - - uid: 667 + - uid: 7530 components: - type: Transform - pos: -42.5,-8.5 + pos: -31.5,15.5 parent: 2 - - uid: 4778 + - uid: 7541 components: - type: Transform - pos: -14.5,-34.5 + pos: -29.5,15.5 parent: 2 -- proto: AirlockMaintSecLocked - entities: - - uid: 6043 + - uid: 7546 components: - type: Transform - pos: 20.5,31.5 + pos: 42.5,-7.5 parent: 2 - - uid: 6047 + - uid: 7778 components: - type: Transform - pos: 28.5,15.5 + pos: -28.5,16.5 parent: 2 - - uid: 9982 + - uid: 7819 components: - type: Transform - pos: -5.5,49.5 + pos: 43.5,-7.5 parent: 2 - - uid: 10744 + - uid: 8013 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-59.5 + pos: -30.5,16.5 parent: 2 -- proto: AirlockMaintTheatreLocked - entities: - - uid: 8263 + - uid: 8014 components: - type: Transform - pos: 14.5,56.5 + pos: -31.5,16.5 parent: 2 -- proto: AirlockMedicalGlassLocked - entities: - - uid: 1342 + - uid: 8015 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-17.5 + pos: -33.5,14.5 parent: 2 - - uid: 2758 + - uid: 8022 components: - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,-27.5 + pos: -16.5,36.5 parent: 2 - - uid: 4832 + - uid: 8025 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,-26.5 + pos: -16.5,38.5 parent: 2 - - uid: 7124 + - uid: 8026 components: - type: Transform - pos: 44.5,-42.5 + pos: -15.5,36.5 parent: 2 - - uid: 7125 + - uid: 8027 components: - type: Transform - pos: 46.5,-42.5 + pos: -15.5,33.5 parent: 2 - - uid: 10745 + - uid: 8035 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-60.5 + pos: -17.5,36.5 parent: 2 - - uid: 10746 + - uid: 8124 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-56.5 + pos: -33.5,11.5 parent: 2 - - uid: 12318 + - uid: 8125 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-17.5 + pos: -33.5,11.5 parent: 2 - - uid: 12713 + - uid: 8127 components: - type: Transform - pos: 32.5,-14.5 + pos: -28.5,14.5 parent: 2 - - uid: 25997 + - uid: 8130 components: - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-36.5 + pos: -28.5,17.5 parent: 2 -- proto: AirlockMedicalLocked - entities: - - uid: 696 + - uid: 8132 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,-14.5 + pos: -30.5,17.5 parent: 2 - - uid: 2850 + - uid: 8134 components: - type: Transform - pos: 17.5,-26.5 + pos: -32.5,17.5 parent: 2 - - uid: 3990 + - uid: 8185 components: - type: Transform - pos: 28.5,-15.5 + pos: -22.5,17.5 parent: 2 - - uid: 4489 + - uid: 9185 components: - type: Transform - pos: 28.5,-12.5 + pos: -84.5,-20.5 parent: 2 - - uid: 4828 + - uid: 9186 components: - type: Transform - pos: 27.5,-33.5 + pos: -84.5,-19.5 parent: 2 - - uid: 4829 + - uid: 9187 components: - type: Transform - pos: 28.5,-33.5 + pos: -84.5,-18.5 parent: 2 - - uid: 4830 + - uid: 9188 components: - type: Transform - pos: 37.5,-33.5 + pos: -84.5,-17.5 parent: 2 - - uid: 4831 + - uid: 9189 components: - type: Transform - pos: 36.5,-33.5 + pos: -84.5,-16.5 parent: 2 - - uid: 4845 + - uid: 9190 components: - type: Transform - pos: 42.5,-17.5 + pos: -82.5,-16.5 parent: 2 - - uid: 4848 + - uid: 9191 components: - type: Transform - pos: 26.5,-13.5 + pos: -82.5,-17.5 parent: 2 - - uid: 5834 + - uid: 9192 components: - - type: MetaData - name: кабинет психолога - type: Transform - pos: 39.5,-38.5 + pos: -82.5,-18.5 parent: 2 - - uid: 8254 + - uid: 9193 components: - type: Transform - pos: 42.5,-44.5 + pos: -82.5,-19.5 parent: 2 - - uid: 10186 + - uid: 9194 components: - type: Transform - pos: 32.5,-18.5 + pos: -82.5,-20.5 parent: 2 - - uid: 11034 + - uid: 9195 components: - type: Transform - pos: 30.5,-13.5 + pos: -83.5,-20.5 parent: 2 - - uid: 12157 + - uid: 9196 components: - type: Transform - pos: 23.5,-10.5 + pos: -83.5,-21.5 parent: 2 - - type: DeviceLinkSink - links: - - 7809 - - type: DeviceLinkSource - linkedPorts: - 7809: - - DoorStatus: DoorBolt - - uid: 12381 + - uid: 9197 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-21.5 + pos: -79.5,-21.5 parent: 2 - - uid: 31235 + - uid: 9198 components: - type: Transform - pos: 37.5,-9.5 + pos: -79.5,-20.5 parent: 2 -- proto: AirlockMedicalScienceLocked - entities: - - uid: 33987 + - uid: 9199 components: - type: Transform - pos: -55.5,-13.5 + pos: -80.5,-20.5 parent: 2 -- proto: AirlockQuartermasterLocked - entities: - - uid: 5417 + - uid: 9200 components: - type: Transform - pos: -38.5,-49.5 + pos: -80.5,-19.5 parent: 2 -- proto: AirlockResearchDirectorLocked - entities: - - uid: 4767 + - uid: 9201 components: - type: Transform - pos: -17.5,-19.5 + pos: -80.5,-18.5 parent: 2 -- proto: AirlockSalvageGlassLocked - entities: - - uid: 5427 + - uid: 9202 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,-47.5 + pos: -80.5,-17.5 parent: 2 - - uid: 5428 + - uid: 9203 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,-47.5 + pos: -80.5,-16.5 parent: 2 - - uid: 7230 + - uid: 9204 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,34.5 + pos: -80.5,-15.5 parent: 2 -- proto: AirlockScience - entities: - - uid: 24554 + - uid: 9205 components: - type: Transform - pos: -59.5,-10.5 + pos: -78.5,-15.5 parent: 2 - - uid: 24555 + - uid: 9206 components: - type: Transform - pos: -61.5,-8.5 + pos: -78.5,-16.5 parent: 2 - - uid: 24680 + - uid: 9207 components: - type: Transform - pos: -57.5,-1.5 + pos: -78.5,-17.5 parent: 2 -- proto: AirlockScienceGlassLocked - entities: - - uid: 4789 + - uid: 9208 components: - type: Transform - pos: -24.5,-11.5 + pos: -78.5,-18.5 parent: 2 - - uid: 4790 + - uid: 9209 components: - type: Transform - pos: -24.5,-13.5 + pos: -78.5,-19.5 parent: 2 -- proto: AirlockScienceLocked - entities: - - uid: 1707 + - uid: 9210 components: - type: Transform - pos: -41.5,-27.5 + pos: -78.5,-20.5 parent: 2 - - uid: 2405 + - uid: 9211 components: - type: Transform - pos: -66.5,-0.5 + pos: -76.5,-16.5 parent: 2 - - uid: 2690 + - uid: 9212 components: - type: Transform - pos: -66.5,-2.5 + pos: -76.5,-17.5 parent: 2 - - uid: 4755 + - uid: 9213 components: - type: Transform - pos: -35.5,-34.5 + pos: -76.5,-18.5 parent: 2 - - uid: 4756 + - uid: 9214 components: - type: Transform - pos: -26.5,-41.5 + pos: -76.5,-19.5 parent: 2 - - uid: 4757 + - uid: 9215 components: - type: Transform - pos: -34.5,-25.5 + pos: -76.5,-20.5 parent: 2 - - uid: 4758 + - uid: 9216 components: - type: Transform - pos: -37.5,-21.5 + pos: -74.5,-20.5 parent: 2 - - uid: 4759 + - uid: 9217 components: - type: Transform - pos: -28.5,-27.5 + pos: -74.5,-19.5 parent: 2 - - uid: 4760 + - uid: 9218 components: - type: Transform - pos: -25.5,-30.5 + pos: -74.5,-18.5 parent: 2 - - uid: 4761 + - uid: 9219 components: - type: Transform - pos: -19.5,-27.5 + pos: -74.5,-17.5 parent: 2 - - uid: 4762 + - uid: 9220 components: - type: Transform - pos: -15.5,-26.5 + pos: -74.5,-16.5 parent: 2 - - uid: 4763 + - uid: 9221 components: - type: Transform - pos: -17.5,-24.5 + pos: -75.5,-20.5 parent: 2 - - uid: 4765 + - uid: 9222 components: - type: Transform - pos: -28.5,-13.5 + pos: -75.5,-21.5 parent: 2 - - uid: 4777 + - uid: 9223 components: - type: Transform - pos: -15.5,-37.5 + pos: -75.5,-23.5 parent: 2 - - uid: 4784 + - uid: 9224 components: - type: Transform - pos: -30.5,-15.5 + pos: -75.5,-24.5 parent: 2 - - uid: 4785 + - uid: 9225 components: - type: Transform - pos: -28.5,-19.5 + pos: -76.5,-24.5 parent: 2 - - uid: 4791 + - uid: 9226 components: - type: Transform - pos: -20.5,-14.5 + pos: -76.5,-25.5 parent: 2 - - uid: 5014 + - uid: 9227 components: - type: Transform - pos: -22.5,-16.5 + pos: -76.5,-26.5 parent: 2 - - uid: 5128 + - uid: 9228 components: - type: Transform - pos: -23.5,-35.5 + pos: -76.5,-27.5 parent: 2 - - uid: 5145 + - uid: 9229 components: - type: Transform - pos: -21.5,-32.5 + pos: -76.5,-28.5 parent: 2 -- proto: AirlockSecurityGlassLocked - entities: - - uid: 1451 + - uid: 9230 components: - type: Transform - pos: 36.5,17.5 + pos: -74.5,-28.5 parent: 2 - - uid: 4838 + - uid: 9231 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,-28.5 + pos: -74.5,-27.5 parent: 2 - - uid: 6031 + - uid: 9232 components: - type: Transform - pos: -1.5,48.5 + pos: -74.5,-26.5 parent: 2 - - uid: 6044 + - uid: 9233 components: - type: Transform - pos: 26.5,22.5 + pos: -74.5,-25.5 parent: 2 - - uid: 6045 + - uid: 9234 components: - type: Transform - pos: 30.5,18.5 + pos: -74.5,-24.5 parent: 2 - - uid: 6051 + - uid: 9236 components: - type: Transform - pos: 34.5,55.5 + pos: -78.5,-24.5 parent: 2 - - uid: 6054 + - uid: 9237 components: - type: Transform - pos: 36.5,55.5 + pos: -78.5,-25.5 parent: 2 - - uid: 10271 + - uid: 9238 components: - type: Transform - pos: 34.5,60.5 + pos: -78.5,-26.5 parent: 2 - - uid: 10272 + - uid: 9239 components: - type: Transform - pos: 36.5,60.5 + pos: -78.5,-27.5 parent: 2 - - uid: 10742 + - uid: 9240 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-60.5 + pos: -78.5,-28.5 parent: 2 - - uid: 10743 + - uid: 9241 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-56.5 + pos: -78.5,-29.5 parent: 2 - - uid: 11569 + - uid: 9242 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 65.5,41.5 + pos: -80.5,-29.5 parent: 2 - - uid: 13596 + - uid: 9243 components: - type: Transform - pos: 10.5,-1.5 - parent: 14592 - - uid: 13765 + pos: -80.5,-28.5 + parent: 2 + - uid: 9244 components: - type: Transform - pos: 8.5,2.5 - parent: 14592 - - uid: 13973 + pos: -80.5,-27.5 + parent: 2 + - uid: 9245 components: - type: Transform - pos: 5.5,-6.5 - parent: 14592 - - uid: 13980 + pos: -80.5,-26.5 + parent: 2 + - uid: 9246 components: - type: Transform - pos: 6.5,-6.5 - parent: 14592 - - uid: 21131 + pos: -80.5,-25.5 + parent: 2 + - uid: 9247 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 75.5,34.5 + pos: -80.5,-24.5 parent: 2 - - uid: 32972 + - uid: 9248 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,1.5 - parent: 32914 - - uid: 36451 + pos: -79.5,-24.5 + parent: 2 + - uid: 9249 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,1.5 - parent: 36450 - - uid: 36527 + pos: -79.5,-23.5 + parent: 2 + - uid: 9250 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,1.5 - parent: 36450 - - uid: 36552 + pos: -83.5,-23.5 + parent: 2 + - uid: 9251 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,2.5 - parent: 36450 -- proto: AirlockSecurityLocked - entities: - - uid: 4839 + pos: -83.5,-24.5 + parent: 2 + - uid: 9252 components: - type: Transform - pos: 43.5,-27.5 + pos: -82.5,-24.5 parent: 2 - - uid: 4865 + - uid: 9253 components: - type: Transform - pos: 57.5,6.5 + pos: -82.5,-25.5 parent: 2 - - uid: 4866 + - uid: 9254 components: - type: Transform - pos: 61.5,6.5 + pos: -82.5,-26.5 parent: 2 - - uid: 4867 + - uid: 9255 components: - type: Transform - pos: 63.5,4.5 + pos: -82.5,-27.5 parent: 2 - - uid: 4887 + - uid: 9256 components: - type: Transform - pos: 36.5,38.5 + pos: -82.5,-28.5 parent: 2 - - uid: 6068 + - uid: 9257 components: - type: Transform - pos: 23.5,64.5 + pos: -84.5,-28.5 parent: 2 - - uid: 6069 + - uid: 9258 components: - type: Transform - pos: 24.5,64.5 + pos: -84.5,-27.5 parent: 2 - - uid: 9792 + - uid: 9259 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,58.5 + pos: -84.5,-26.5 parent: 2 - - uid: 10791 + - uid: 9260 components: - type: Transform - pos: 20.5,59.5 + pos: -84.5,-25.5 parent: 2 - - uid: 10792 + - uid: 9261 components: - type: Transform - pos: 20.5,57.5 + pos: -84.5,-24.5 parent: 2 - - uid: 10840 + - uid: 9279 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,61.5 + pos: -67.5,-19.5 parent: 2 - - uid: 10841 + - uid: 9333 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,61.5 + pos: -63.5,23.5 parent: 2 - - uid: 13892 + - uid: 9334 components: - type: Transform - pos: 71.5,5.5 + pos: -62.5,23.5 parent: 2 - - uid: 35106 + - uid: 9335 components: - type: Transform - pos: 58.5,52.5 + pos: -61.5,23.5 parent: 2 - - uid: 35150 + - uid: 9336 components: - type: Transform - rot: 3.141592653589793 rad - pos: 60.5,48.5 + pos: -64.5,23.5 parent: 2 - - uid: 36551 + - uid: 9938 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-6.5 - parent: 36450 -- proto: AirlockServiceLocked - entities: - - uid: 6035 + pos: -19.5,39.5 + parent: 2 + - uid: 12481 components: - type: Transform - pos: 5.5,34.5 + pos: 62.5,-39.5 parent: 2 - - uid: 6036 + - uid: 12484 components: - type: Transform - pos: 6.5,34.5 + pos: 62.5,-38.5 parent: 2 - - uid: 9891 + - uid: 12718 components: - type: Transform - pos: 8.5,42.5 + pos: -49.5,-25.5 parent: 2 - - uid: 14172 + - uid: 14003 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,0.5 - parent: 14592 - - uid: 14177 + pos: 2.5,-0.5 + parent: 13793 + - uid: 14020 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,0.5 - parent: 14592 -- proto: AirlockTheatreLocked - entities: - - uid: 803 + pos: 2.5,-1.5 + parent: 13793 + - uid: 14343 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,54.5 + pos: -48.5,-31.5 parent: 2 - - uid: 2187 + - uid: 14516 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,56.5 + pos: -29.5,16.5 parent: 2 - - uid: 8264 + - uid: 14636 components: - type: Transform - pos: 9.5,58.5 + pos: -23.5,16.5 parent: 2 -- proto: AirlockVirologyGlassLocked - entities: - - uid: 4853 + - uid: 15566 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,1.5 - parent: 2 - - uid: 4854 + pos: 14.5,6.5 + parent: 14592 + - uid: 15567 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,1.5 - parent: 2 -- proto: AirlockVirologyLocked - entities: - - uid: 4855 + pos: 15.5,6.5 + parent: 14592 + - uid: 15568 components: - type: Transform - pos: 35.5,-1.5 - parent: 2 - - uid: 6127 + pos: 15.5,6.5 + parent: 14592 + - uid: 15569 components: - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,-3.5 - parent: 2 - - uid: 12307 + pos: 15.5,5.5 + parent: 14592 + - uid: 15570 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,0.5 - parent: 2 -- proto: AirSensor - entities: - - uid: 30 + pos: 15.5,4.5 + parent: 14592 + - uid: 15571 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-35.5 - parent: 2 - - uid: 3758 + pos: 15.5,3.5 + parent: 14592 + - uid: 15572 components: - type: Transform - pos: 19.5,-56.5 - parent: 2 - - uid: 11333 + pos: 15.5,3.5 + parent: 14592 + - uid: 16006 components: - type: Transform - pos: 21.5,-27.5 + pos: -23.5,17.5 parent: 2 - - uid: 11335 + - uid: 17570 components: - type: Transform - pos: 33.5,-20.5 + pos: -25.5,39.5 parent: 2 - - uid: 13041 + - uid: 17571 components: - type: Transform - pos: -58.5,28.5 + pos: -26.5,39.5 parent: 2 - - uid: 13050 + - uid: 17572 components: - type: Transform - pos: 40.5,-49.5 + pos: -27.5,39.5 parent: 2 - - uid: 13941 + - uid: 17591 components: - type: Transform - pos: 70.5,-1.5 + pos: -15.5,38.5 parent: 2 - - uid: 15038 + - uid: 18541 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,8.5 + pos: -24.5,19.5 parent: 2 - - uid: 27474 + - uid: 18622 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,40.5 + pos: 17.5,-32.5 parent: 2 - - uid: 31556 + - uid: 18623 components: - type: Transform - pos: 46.5,-52.5 + pos: 17.5,-31.5 parent: 2 - - uid: 31561 + - uid: 19159 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-75.5 + pos: 62.5,-49.5 parent: 2 - - uid: 31562 + - uid: 19160 components: - type: Transform - pos: 32.5,-37.5 + pos: 63.5,-49.5 parent: 2 - - uid: 31579 + - uid: 19161 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-24.5 + pos: 64.5,-49.5 parent: 2 - - uid: 31582 + - uid: 19162 components: - type: Transform - pos: 32.5,-30.5 + pos: 65.5,-49.5 parent: 2 - - uid: 31583 + - uid: 19163 components: - type: Transform - pos: 21.5,-33.5 + pos: 66.5,-49.5 parent: 2 - - uid: 31588 + - uid: 19164 components: - type: Transform - pos: 47.5,-26.5 + pos: 67.5,-49.5 parent: 2 - - uid: 31593 + - uid: 19166 components: - type: Transform - pos: 52.5,-12.5 + pos: 62.5,-51.5 parent: 2 - - uid: 31600 + - uid: 19167 components: - type: Transform - pos: 41.5,-27.5 + pos: 63.5,-51.5 parent: 2 - - uid: 31602 + - uid: 19168 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,-14.5 + pos: 64.5,-51.5 parent: 2 - - uid: 31603 + - uid: 19169 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,-19.5 + pos: 65.5,-51.5 parent: 2 - - uid: 31621 + - uid: 19170 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,2.5 + pos: 66.5,-51.5 parent: 2 - - uid: 31622 + - uid: 19171 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,0.5 + pos: 67.5,-51.5 parent: 2 - - uid: 31628 + - uid: 19173 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,-18.5 + pos: 67.5,-50.5 parent: 2 - - uid: 31629 + - uid: 19175 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-75.5 + pos: 68.5,-50.5 parent: 2 - - uid: 31636 + - uid: 19176 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-61.5 + pos: 75.5,-49.5 parent: 2 - - uid: 31640 + - uid: 19177 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-58.5 + pos: 74.5,-49.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31652 + - uid: 19178 components: - type: Transform - pos: -9.5,-52.5 + pos: 73.5,-49.5 parent: 2 - - uid: 31653 + - uid: 19179 components: - type: Transform - pos: 14.5,-50.5 + pos: 72.5,-49.5 parent: 2 - - uid: 31691 + - uid: 19180 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-43.5 + pos: 71.5,-49.5 parent: 2 - - uid: 31730 + - uid: 19181 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-45.5 + pos: 71.5,-51.5 parent: 2 - - uid: 31731 + - uid: 19182 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-36.5 + pos: 72.5,-51.5 parent: 2 - - uid: 31733 + - uid: 19183 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-30.5 + pos: 73.5,-51.5 parent: 2 - - uid: 31749 + - uid: 19184 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-34.5 + pos: 74.5,-51.5 parent: 2 - - uid: 31754 + - uid: 19185 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-58.5 + pos: 75.5,-51.5 parent: 2 - - uid: 31762 + - uid: 19186 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-58.5 + pos: 76.5,-51.5 parent: 2 - - uid: 31791 + - uid: 19187 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,-47.5 + pos: 71.5,-50.5 parent: 2 - - uid: 31818 + - uid: 19188 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,4.5 + pos: 70.5,-50.5 parent: 2 - - uid: 31835 + - uid: 19190 components: - type: Transform - pos: 58.5,-3.5 + pos: 63.5,-53.5 parent: 2 - - uid: 31838 + - uid: 19191 components: - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,0.5 + pos: 64.5,-53.5 parent: 2 - - uid: 31854 + - uid: 19192 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 58.5,0.5 + pos: 65.5,-53.5 parent: 2 - - uid: 31856 + - uid: 19193 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 67.5,7.5 + pos: 66.5,-53.5 parent: 2 - - uid: 31864 + - uid: 19194 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 64.5,-2.5 + pos: 67.5,-53.5 parent: 2 - - uid: 31872 + - uid: 19195 components: - type: Transform - rot: 3.141592653589793 rad - pos: 63.5,16.5 + pos: 63.5,-55.5 parent: 2 - - uid: 31873 + - uid: 19196 components: - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,19.5 + pos: 64.5,-55.5 parent: 2 - - uid: 31883 + - uid: 19197 components: - type: Transform - pos: 64.5,22.5 + pos: 65.5,-55.5 parent: 2 - - uid: 31884 + - uid: 19198 components: - type: Transform - pos: 56.5,22.5 + pos: 66.5,-55.5 parent: 2 - - uid: 31887 + - uid: 19199 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,20.5 + pos: 67.5,-55.5 parent: 2 - - uid: 31893 + - uid: 19200 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,43.5 + pos: 75.5,-55.5 parent: 2 - - uid: 31901 + - uid: 19201 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,34.5 + pos: 74.5,-55.5 parent: 2 - - uid: 31904 + - uid: 19202 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,28.5 + pos: 73.5,-55.5 parent: 2 - - uid: 31917 + - uid: 19203 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,34.5 + pos: 72.5,-55.5 parent: 2 - - uid: 31923 + - uid: 19204 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,38.5 + pos: 71.5,-55.5 parent: 2 - - uid: 31924 + - uid: 19205 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,42.5 + pos: 67.5,-54.5 parent: 2 - - uid: 31926 + - uid: 19206 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,47.5 + pos: 68.5,-54.5 parent: 2 - - uid: 31939 + - uid: 19207 components: - type: Transform - pos: 29.5,46.5 + pos: 71.5,-54.5 parent: 2 - - uid: 31940 + - uid: 19208 components: - type: Transform - pos: 35.5,46.5 + pos: 70.5,-54.5 parent: 2 - - uid: 31945 + - uid: 19209 components: - type: Transform - pos: 44.5,51.5 + pos: 71.5,-53.5 parent: 2 - - uid: 31956 + - uid: 19210 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,58.5 + pos: 72.5,-53.5 parent: 2 - - uid: 31958 + - uid: 19211 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,53.5 + pos: 73.5,-53.5 parent: 2 - - uid: 31960 + - uid: 19212 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,53.5 + pos: 74.5,-53.5 parent: 2 - - uid: 31961 + - uid: 19213 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,66.5 + pos: 75.5,-53.5 parent: 2 - - uid: 31962 + - uid: 19214 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,57.5 + pos: 69.5,-58.5 parent: 2 - - uid: 31974 + - uid: 19215 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,58.5 + pos: 69.5,-57.5 parent: 2 - - uid: 31988 + - uid: 19216 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,23.5 + pos: 69.5,-56.5 parent: 2 - - uid: 31989 + - uid: 19217 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,18.5 + pos: 69.5,-55.5 parent: 2 - - uid: 31990 + - uid: 19218 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,22.5 + pos: 71.5,-47.5 parent: 2 - - uid: 31991 + - uid: 19219 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,30.5 + pos: 72.5,-47.5 parent: 2 - - uid: 31992 + - uid: 19220 components: - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,23.5 + pos: 73.5,-47.5 parent: 2 - - uid: 32013 + - uid: 19221 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,44.5 + pos: 74.5,-47.5 parent: 2 - - uid: 32014 + - uid: 19222 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,44.5 + pos: 75.5,-47.5 parent: 2 - - uid: 32015 + - uid: 19223 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,51.5 + pos: 75.5,-45.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32016 + - uid: 19224 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,51.5 + pos: 74.5,-45.5 parent: 2 - - uid: 32039 + - uid: 19225 components: - type: Transform - pos: 2.5,53.5 + pos: 73.5,-45.5 parent: 2 - - uid: 32054 + - uid: 19226 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,63.5 + pos: 72.5,-45.5 parent: 2 - - uid: 32055 + - uid: 19227 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,60.5 + pos: 71.5,-45.5 parent: 2 - - uid: 32064 + - uid: 19228 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,52.5 + pos: 67.5,-45.5 parent: 2 - - uid: 32070 + - uid: 19229 components: - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,59.5 + pos: 66.5,-45.5 parent: 2 - - uid: 32079 + - uid: 19230 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,35.5 + pos: 65.5,-45.5 parent: 2 - - uid: 32080 + - uid: 19231 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,43.5 + pos: 64.5,-45.5 parent: 2 - - uid: 32083 + - uid: 19232 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,48.5 + pos: 63.5,-45.5 parent: 2 - - uid: 32095 + - uid: 19233 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,47.5 + pos: 63.5,-47.5 parent: 2 - - uid: 32097 + - uid: 19234 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,30.5 + pos: 64.5,-47.5 parent: 2 - - uid: 32100 + - uid: 19235 components: - type: Transform - pos: -1.5,30.5 + pos: 65.5,-47.5 parent: 2 - - uid: 32115 + - uid: 19236 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,43.5 + pos: 66.5,-47.5 parent: 2 - - uid: 32118 + - uid: 19237 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,39.5 + pos: 67.5,-47.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32119 + - uid: 19238 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,43.5 + pos: 67.5,-46.5 parent: 2 - - uid: 32134 + - uid: 19239 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,38.5 + pos: 68.5,-46.5 parent: 2 - - uid: 32135 + - uid: 19240 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,44.5 + pos: 71.5,-46.5 parent: 2 - - uid: 32147 + - uid: 19241 components: - type: Transform - pos: -41.5,17.5 + pos: 70.5,-46.5 parent: 2 - - uid: 32148 + - uid: 19242 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,30.5 + pos: 60.5,-37.5 parent: 2 - - uid: 32149 + - uid: 19243 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,32.5 + pos: 61.5,-37.5 parent: 2 - - uid: 32150 + - uid: 19244 components: - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,35.5 + pos: 62.5,-37.5 parent: 2 - - uid: 32154 + - uid: 19245 components: - type: Transform - pos: -25.5,21.5 + pos: 63.5,-37.5 parent: 2 - - uid: 32164 + - uid: 19297 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,31.5 + pos: -39.5,-33.5 parent: 2 - - uid: 32166 + - uid: 19323 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,16.5 + pos: -67.5,-20.5 parent: 2 - - uid: 32167 + - uid: 19386 components: - type: Transform - pos: -38.5,24.5 + pos: 0.5,18.5 parent: 2 - - uid: 32177 + - uid: 19387 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,25.5 + pos: 0.5,19.5 parent: 2 - - uid: 32182 + - uid: 19388 components: - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,42.5 + pos: 0.5,20.5 parent: 2 - - uid: 32185 + - uid: 19389 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,35.5 + pos: 0.5,21.5 parent: 2 - - uid: 32186 + - uid: 19390 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,36.5 + pos: 0.5,21.5 parent: 2 - - uid: 32195 + - uid: 19391 components: - type: Transform - pos: -60.5,11.5 + pos: -0.5,21.5 parent: 2 - - uid: 32201 + - uid: 19392 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,-38.5 + pos: -1.5,21.5 parent: 2 - - uid: 32203 + - uid: 19393 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,21.5 + pos: -2.5,21.5 parent: 2 - - uid: 32205 + - uid: 19394 components: - type: Transform - pos: -52.5,29.5 + pos: -3.5,21.5 parent: 2 - - uid: 32209 + - uid: 19395 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,15.5 + pos: -4.5,21.5 parent: 2 - - uid: 32220 + - uid: 19396 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,-0.5 + pos: -5.5,21.5 parent: 2 - - uid: 32227 + - uid: 19397 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,0.5 + pos: -6.5,21.5 parent: 2 - - uid: 32229 + - uid: 19398 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,0.5 + pos: -7.5,21.5 parent: 2 - - uid: 32257 + - uid: 19399 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,-29.5 + pos: -8.5,21.5 parent: 2 - - uid: 32258 + - uid: 19400 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-37.5 + pos: -9.5,21.5 parent: 2 - - uid: 32260 + - uid: 19401 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,-12.5 + pos: -10.5,21.5 parent: 2 - - uid: 32262 + - uid: 19402 components: - type: Transform - pos: -37.5,-27.5 + pos: -11.5,21.5 parent: 2 - - uid: 32263 + - uid: 19403 components: - type: Transform - pos: -30.5,-30.5 + pos: -12.5,21.5 parent: 2 - - uid: 32264 + - uid: 19404 components: - type: Transform - pos: -30.5,-24.5 + pos: -13.5,21.5 parent: 2 - - uid: 32265 + - uid: 19406 components: - type: Transform - pos: -26.5,-15.5 + pos: -27.5,16.5 parent: 2 - - uid: 32266 + - uid: 19407 components: - type: Transform - pos: -28.5,-11.5 + pos: -33.5,12.5 parent: 2 - - uid: 32267 + - uid: 19409 components: - type: Transform - pos: -13.5,-23.5 + pos: -30.5,14.5 parent: 2 - - uid: 32268 + - uid: 19410 components: - type: Transform - pos: -13.5,-30.5 + pos: -28.5,18.5 parent: 2 - - uid: 32270 + - uid: 19413 components: - type: Transform - pos: -17.5,-35.5 + pos: -28.5,12.5 parent: 2 - - uid: 32271 + - uid: 19414 components: - type: Transform - pos: -24.5,-38.5 + pos: -33.5,17.5 parent: 2 - - uid: 32300 + - uid: 19420 components: - type: Transform - pos: -47.5,-43.5 + pos: -30.5,12.5 parent: 2 - - uid: 32301 + - uid: 19421 components: - type: Transform - pos: -47.5,-38.5 + pos: -29.5,12.5 parent: 2 - - uid: 32303 + - uid: 19422 components: - type: Transform - pos: -45.5,-50.5 + pos: -26.5,12.5 parent: 2 - - uid: 32314 + - uid: 19458 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-30.5 + pos: -13.5,21.5 parent: 2 - - uid: 32380 + - uid: 19461 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,-46.5 + pos: -14.5,21.5 parent: 2 - - uid: 32396 + - uid: 19464 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,-45.5 + pos: -15.5,21.5 parent: 2 - - uid: 32410 + - uid: 19467 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,-53.5 + pos: -16.5,21.5 parent: 2 - - uid: 32492 + - uid: 19545 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,-17.5 + pos: -34.5,14.5 parent: 2 - - uid: 32611 + - uid: 19546 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,7.5 + pos: -34.5,15.5 parent: 2 - - uid: 32629 + - uid: 19547 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,-52.5 + pos: -34.5,16.5 parent: 2 - - uid: 33236 + - uid: 19548 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,-0.5 + pos: -34.5,17.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 33301 + - uid: 19549 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-6.5 + pos: -28.5,15.5 parent: 2 - - uid: 33527 + - uid: 19552 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-3.5 + pos: -33.5,21.5 parent: 2 - - uid: 33684 + - uid: 19553 components: - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,-1.5 + pos: -27.5,21.5 parent: 2 - - uid: 33707 + - uid: 19554 components: - type: Transform - pos: 28.5,-13.5 + pos: -33.5,21.5 parent: 2 - - uid: 33708 + - uid: 19555 components: - type: Transform - pos: 33.5,-16.5 + pos: -20.5,20.5 parent: 2 - - uid: 33824 + - uid: 19556 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-11.5 + pos: -20.5,19.5 parent: 2 - - uid: 33825 + - uid: 19557 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-12.5 + pos: -20.5,18.5 parent: 2 - - uid: 33826 + - uid: 19559 components: - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,-11.5 + pos: -21.5,31.5 parent: 2 - - uid: 35257 + - uid: 19560 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,34.5 + pos: -15.5,32.5 parent: 2 - - uid: 35258 + - uid: 19567 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 67.5,34.5 + pos: -21.5,26.5 parent: 2 - - uid: 35259 + - uid: 19568 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 70.5,29.5 + pos: -21.5,27.5 parent: 2 - - uid: 35260 + - uid: 19569 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 65.5,42.5 + pos: -21.5,28.5 parent: 2 - - uid: 35261 + - uid: 19570 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 76.5,34.5 + pos: -21.5,29.5 parent: 2 - - uid: 35262 + - uid: 19571 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,51.5 + pos: -21.5,30.5 parent: 2 - - uid: 35263 + - uid: 19572 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,43.5 + pos: -21.5,31.5 parent: 2 - - uid: 35285 + - uid: 19573 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,34.5 + pos: -20.5,31.5 parent: 2 - - uid: 35286 + - uid: 19574 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 58.5,29.5 + pos: -19.5,31.5 parent: 2 - - uid: 35287 + - uid: 19575 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,29.5 + pos: -18.5,31.5 parent: 2 - - uid: 35292 + - uid: 19576 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,29.5 + pos: -17.5,31.5 parent: 2 -- proto: AirTankFilled - entities: - - uid: 5083 + - uid: 19577 components: - type: Transform - pos: -32.163357,-12.570903 + pos: -16.5,31.5 parent: 2 - - uid: 8173 + - uid: 19578 components: - type: Transform - pos: -54.348907,28.636387 + pos: -16.5,32.5 parent: 2 - - uid: 36150 + - uid: 19583 components: - type: Transform - pos: -59.459145,71.61752 + pos: -19.5,38.5 parent: 2 -- proto: AltarBananium - entities: - - uid: 6180 + - uid: 19603 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,58.5 + pos: -21.5,18.5 parent: 2 -- proto: AltarChaos - entities: - - uid: 10904 + - uid: 19604 components: - type: Transform - pos: 35.5,-52.5 + pos: -22.5,18.5 parent: 2 -- proto: AltarSpawner - entities: - - uid: 7167 + - uid: 19606 components: - type: Transform - pos: 62.5,-15.5 + pos: -24.5,18.5 parent: 2 -- proto: AlwaysPoweredLightSodium - entities: - - uid: 24795 + - uid: 19611 components: - type: Transform - pos: -61.5,68.5 + pos: -24.5,16.5 parent: 2 - - uid: 36152 + - uid: 19614 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -71.5,56.5 + pos: -24.5,16.5 parent: 2 -- proto: AlwaysPoweredWallLight - entities: - - uid: 24022 + - uid: 19615 components: - type: Transform - pos: -57.5,40.5 + pos: -25.5,16.5 parent: 2 - - uid: 24023 + - uid: 19616 components: - type: Transform - pos: -57.5,42.5 + pos: -26.5,16.5 parent: 2 - - uid: 24024 + - uid: 19637 components: - type: Transform - pos: -57.5,44.5 + pos: -27.5,18.5 parent: 2 - - uid: 24025 + - uid: 19638 components: - type: Transform - pos: -57.5,46.5 + pos: -27.5,19.5 parent: 2 - - uid: 24026 + - uid: 19639 components: - type: Transform - pos: -57.5,48.5 + pos: -27.5,20.5 parent: 2 - - uid: 24027 + - uid: 19640 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,53.5 + pos: -33.5,21.5 parent: 2 - - uid: 24028 + - uid: 19642 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,51.5 + pos: -33.5,21.5 parent: 2 -- proto: AmeController - entities: - - uid: 36368 + - uid: 19643 components: - type: Transform - pos: -68.5,84.5 + pos: -32.5,21.5 parent: 2 -- proto: AmeJar - entities: - - uid: 36370 + - uid: 19644 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -67.393715,75.28318 + pos: -31.5,21.5 parent: 2 - - uid: 36371 + - uid: 19645 components: - type: Transform - pos: -67.82575,77.45781 + pos: -30.5,21.5 parent: 2 -- proto: AmeShielding - entities: - - uid: 36358 + - uid: 19646 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -68.5,76.5 + pos: -29.5,21.5 parent: 2 - - uid: 36369 + - uid: 19647 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -68.5,75.5 + pos: -28.5,21.5 parent: 2 -- proto: AnomalyScanner - entities: - - uid: 55 + - uid: 19648 components: - type: Transform - pos: -16.645351,-28.426031 + pos: -27.5,21.5 parent: 2 - - uid: 5043 + - uid: 19649 components: - type: Transform - pos: -16.66787,-28.028776 + pos: -26.5,21.5 parent: 2 -- proto: APCBasic - entities: - - uid: 26 + - uid: 19650 components: - type: Transform - pos: 27.5,-8.5 + pos: -25.5,21.5 parent: 2 - - uid: 97 + - uid: 19651 components: - type: Transform - pos: 44.5,36.5 + pos: -24.5,21.5 parent: 2 - - uid: 1046 + - uid: 19652 components: - type: Transform - pos: -61.5,78.5 + pos: -23.5,21.5 parent: 2 - - uid: 1757 + - uid: 19661 components: - type: Transform - pos: -47.5,27.5 + pos: -23.5,21.5 parent: 2 - - uid: 3624 + - uid: 19662 components: - type: Transform - pos: 54.5,36.5 + pos: -23.5,22.5 parent: 2 - - uid: 6714 + - uid: 19663 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-19.5 + pos: -23.5,23.5 parent: 2 - - uid: 11913 + - uid: 19664 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-23.5 + pos: -23.5,24.5 parent: 2 - - uid: 11914 + - uid: 19665 components: - type: Transform - pos: 24.5,-29.5 + pos: -23.5,25.5 parent: 2 - - uid: 11919 + - uid: 19666 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-2.5 + pos: -23.5,26.5 parent: 2 - - uid: 14269 + - uid: 19667 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,25.5 + pos: -23.5,27.5 parent: 2 - - uid: 14778 + - uid: 19668 components: - type: Transform - pos: -30.5,10.5 + pos: -23.5,28.5 parent: 2 - - uid: 14779 + - uid: 19669 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,-2.5 + pos: -23.5,29.5 parent: 2 - - uid: 14780 + - uid: 19670 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,6.5 + pos: -23.5,30.5 parent: 2 - - uid: 14781 + - uid: 19671 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,13.5 + pos: -23.5,31.5 parent: 2 - - uid: 14782 + - uid: 19672 components: - type: Transform - pos: -29.5,23.5 + pos: -23.5,32.5 parent: 2 - - uid: 15637 + - uid: 19673 components: - type: Transform - pos: -6.5,-3.5 - parent: 14592 - - uid: 15638 + pos: -23.5,33.5 + parent: 2 + - uid: 19674 components: - type: Transform - pos: 1.5,-3.5 - parent: 14592 - - uid: 15639 + pos: -23.5,34.5 + parent: 2 + - uid: 19678 components: - type: Transform - pos: -0.5,0.5 - parent: 14592 - - uid: 15640 + pos: -22.5,34.5 + parent: 2 + - uid: 19679 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,0.5 - parent: 14592 - - uid: 17470 + pos: -22.5,35.5 + parent: 2 + - uid: 19680 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,38.5 + pos: -22.5,36.5 parent: 2 - - uid: 17476 + - uid: 19681 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,31.5 + pos: -22.5,37.5 parent: 2 - - uid: 17493 + - uid: 19682 components: - type: Transform - pos: -28.5,54.5 + pos: -22.5,38.5 parent: 2 - - uid: 17501 + - uid: 19683 components: - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,4.5 + pos: -22.5,38.5 parent: 2 - - uid: 17525 + - uid: 19684 components: - type: Transform - pos: -62.5,29.5 + pos: -23.5,38.5 parent: 2 - - uid: 17564 + - uid: 19685 components: - type: Transform - pos: -28.5,40.5 + pos: -24.5,38.5 parent: 2 - - uid: 17565 + - uid: 19686 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,30.5 + pos: -25.5,38.5 parent: 2 - - uid: 17568 + - uid: 19701 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,17.5 + pos: -22.5,38.5 parent: 2 - - uid: 17586 + - uid: 19702 components: - type: Transform - pos: -13.5,41.5 + pos: -21.5,38.5 parent: 2 - - uid: 17640 + - uid: 19703 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,38.5 + pos: -21.5,38.5 parent: 2 - - uid: 17655 + - uid: 19706 components: - type: Transform - pos: -4.5,65.5 + pos: -21.5,38.5 parent: 2 - - uid: 17661 + - uid: 19707 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,61.5 + pos: -21.5,39.5 parent: 2 - - uid: 17678 + - uid: 19708 components: - type: Transform - pos: 14.5,54.5 + pos: -21.5,40.5 parent: 2 - - uid: 17682 + - uid: 19709 components: - type: Transform - pos: -8.5,54.5 + pos: -21.5,41.5 parent: 2 - - uid: 17768 + - uid: 19710 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,56.5 + pos: -21.5,42.5 parent: 2 - - uid: 17811 + - uid: 19711 components: - type: Transform - pos: 47.5,48.5 + pos: -21.5,43.5 parent: 2 - - uid: 17856 + - uid: 19713 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,40.5 + pos: -21.5,43.5 parent: 2 - - uid: 17871 + - uid: 19714 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-68.5 + pos: -20.5,43.5 parent: 2 - - uid: 17874 + - uid: 19715 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,19.5 + pos: -19.5,43.5 parent: 2 - - uid: 17883 + - uid: 19716 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,44.5 + pos: -18.5,43.5 parent: 2 - - uid: 17959 + - uid: 19717 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,29.5 + pos: -17.5,43.5 parent: 2 - - uid: 17992 + - uid: 19718 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,30.5 + pos: -16.5,43.5 parent: 2 - - uid: 17993 + - uid: 19719 components: - type: Transform - pos: 54.5,18.5 + pos: -15.5,43.5 parent: 2 - - uid: 18095 + - uid: 19721 components: - type: Transform - pos: 64.5,7.5 + pos: -15.5,43.5 parent: 2 - - uid: 18096 + - uid: 19722 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 61.5,-2.5 + pos: -15.5,44.5 parent: 2 - - uid: 18137 + - uid: 19723 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,-11.5 + pos: -15.5,45.5 parent: 2 - - uid: 18303 + - uid: 19724 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-72.5 + pos: -15.5,46.5 parent: 2 - - uid: 18312 + - uid: 19727 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-72.5 + pos: -15.5,46.5 parent: 2 - - uid: 18349 + - uid: 19729 components: - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,-53.5 + pos: -9.5,47.5 parent: 2 - - uid: 18354 + - uid: 19730 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-47.5 + pos: -14.5,47.5 parent: 2 - - uid: 18355 + - uid: 19731 components: - type: Transform - pos: 19.5,-42.5 + pos: -13.5,47.5 parent: 2 - - uid: 18356 + - uid: 19732 components: - type: Transform - pos: 12.5,-40.5 + pos: -12.5,47.5 parent: 2 - - uid: 18407 + - uid: 19733 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-32.5 + pos: -11.5,47.5 parent: 2 - - uid: 18411 + - uid: 19734 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-37.5 + pos: -10.5,47.5 parent: 2 - - uid: 18412 + - uid: 19735 components: - type: Transform - pos: -8.5,-43.5 + pos: -9.5,47.5 parent: 2 - - uid: 18454 + - uid: 19736 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-56.5 + pos: -9.5,48.5 parent: 2 - - uid: 18500 + - uid: 19737 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,-51.5 + pos: -7.5,47.5 parent: 2 - - uid: 18501 + - uid: 19738 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-30.5 + pos: -9.5,49.5 parent: 2 - - uid: 18502 + - uid: 19739 components: - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,-31.5 + pos: -8.5,47.5 parent: 2 - - uid: 18503 + - uid: 19742 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,-34.5 + pos: -7.5,47.5 parent: 2 - - uid: 18521 + - uid: 19743 components: - type: Transform - pos: -22.5,-18.5 + pos: -7.5,46.5 parent: 2 - - uid: 18522 + - uid: 19744 components: - type: Transform - pos: -24.5,-23.5 + pos: -7.5,45.5 parent: 2 - - uid: 18528 + - uid: 19745 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-21.5 + pos: -7.5,44.5 parent: 2 - - uid: 18539 + - uid: 19746 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,-50.5 + pos: -7.5,43.5 parent: 2 - - uid: 18544 + - uid: 19747 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-14.5 + pos: -7.5,42.5 parent: 2 - - uid: 18549 + - uid: 19748 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,-49.5 + pos: -7.5,41.5 parent: 2 - - uid: 18565 + - uid: 19749 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-42.5 + pos: -7.5,40.5 parent: 2 - - uid: 18566 + - uid: 19750 components: - type: Transform - pos: -45.5,-35.5 + pos: -7.5,39.5 parent: 2 - - uid: 18576 + - uid: 19751 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-28.5 + pos: -7.5,38.5 parent: 2 - - uid: 18849 + - uid: 19752 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-43.5 + pos: -7.5,37.5 parent: 2 - - uid: 19049 + - uid: 19753 components: - type: Transform - pos: -44.5,-16.5 + pos: -7.5,36.5 parent: 2 - - uid: 19146 + - uid: 19755 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-21.5 + pos: -7.5,36.5 parent: 2 - - uid: 19153 + - uid: 19756 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,66.5 + pos: -6.5,36.5 parent: 2 - - uid: 19293 + - uid: 19757 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,62.5 + pos: -5.5,36.5 parent: 2 - - uid: 19641 + - uid: 19758 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,4.5 + pos: -4.5,36.5 parent: 2 - - uid: 23386 + - uid: 19759 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-49.5 + pos: -3.5,36.5 parent: 2 - - uid: 23535 + - uid: 19761 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,17.5 + pos: -3.5,37.5 parent: 2 - - uid: 24094 + - uid: 19762 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-33.5 + pos: -2.5,37.5 parent: 2 - - uid: 24238 + - uid: 19763 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,-33.5 + pos: -1.5,37.5 parent: 2 - - uid: 24460 + - uid: 19764 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,-1.5 + pos: -0.5,37.5 parent: 2 - - uid: 24776 + - uid: 19765 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -75.5,58.5 + pos: 0.5,37.5 parent: 2 - - uid: 27676 + - uid: 19770 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,-39.5 + pos: 0.5,36.5 parent: 2 - - uid: 31156 + - uid: 19771 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,4.5 - parent: 30892 - - uid: 31411 + pos: 1.5,36.5 + parent: 2 + - uid: 19772 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,1.5 - parent: 31348 - - uid: 32991 + pos: 2.5,36.5 + parent: 2 + - uid: 19773 components: - type: Transform - pos: 2.5,1.5 - parent: 32914 - - uid: 33756 + pos: 3.5,36.5 + parent: 2 + - uid: 19774 components: - type: Transform - pos: 6.5,-3.5 + pos: 4.5,36.5 parent: 2 - - uid: 34078 + - uid: 19775 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -85.5,72.5 + pos: 5.5,36.5 parent: 2 - - uid: 34081 + - uid: 19776 components: - type: Transform - pos: -88.5,83.5 + pos: 6.5,36.5 parent: 2 - - type: Apc - hasAccess: True - lastExternalState: Good - lastChargeState: Full - - uid: 34084 + - uid: 19777 components: - type: Transform - pos: -74.5,84.5 + pos: 7.5,36.5 parent: 2 - - type: Apc - hasAccess: True - lastExternalState: Good - lastChargeState: Full - - uid: 34132 + - uid: 19778 components: - type: Transform - rot: 3.141592653589793 rad - pos: -88.5,62.5 + pos: 8.5,36.5 parent: 2 - - type: Apc - hasAccess: True - lastExternalState: Good - lastChargeState: Full - - uid: 34864 + - uid: 19779 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,17.5 + pos: 9.5,36.5 parent: 2 - - uid: 35303 + - uid: 19780 components: - type: Transform - pos: 67.5,36.5 + pos: 10.5,36.5 parent: 2 - - uid: 35304 + - uid: 19781 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 63.5,46.5 + pos: 11.5,36.5 parent: 2 - - uid: 36660 + - uid: 19782 components: - type: Transform - pos: 7.5,2.5 - parent: 36450 - - uid: 36661 + pos: 12.5,36.5 + parent: 2 + - uid: 19783 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-6.5 - parent: 36450 -- proto: APCElectronics - entities: - - uid: 7935 + pos: 13.5,35.5 + parent: 2 + - uid: 19784 components: - type: Transform - pos: -44.60182,5.736042 + pos: 12.5,36.5 parent: 2 -- proto: APCHyperCapacity - entities: - - uid: 13966 + - uid: 19785 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-1.5 - parent: 13793 -- proto: ArtifactFragment - entities: - - uid: 34154 + pos: 13.5,36.5 + parent: 2 + - uid: 19786 components: - type: Transform - pos: -57.64207,-16.713133 + pos: 14.5,35.5 parent: 2 -- proto: Ash - entities: - - uid: 13592 + - uid: 19787 components: - type: Transform - pos: 62.52931,8.996056 + pos: 15.5,35.5 parent: 2 - - uid: 14062 + - uid: 19788 components: - type: Transform - pos: -28.31303,0.6211331 + pos: 16.5,35.5 parent: 2 - - uid: 14065 + - uid: 19789 components: - type: Transform - pos: -28.634197,0.7817948 + pos: 17.5,35.5 parent: 2 -- proto: AsteroidRock - entities: - - uid: 9399 + - uid: 19790 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,44.5 + pos: 18.5,35.5 parent: 2 - - uid: 9443 + - uid: 19791 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,46.5 + pos: 19.5,35.5 parent: 2 - - uid: 9448 + - uid: 19792 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,44.5 + pos: 20.5,35.5 parent: 2 - - uid: 9449 + - uid: 19793 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,50.5 + pos: 21.5,35.5 parent: 2 - - uid: 10659 + - uid: 19794 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,48.5 + pos: 22.5,35.5 parent: 2 -- proto: AsteroidRockMining - entities: - - uid: 14709 + - uid: 19795 components: - type: Transform - pos: -5.5,17.5 - parent: 14592 - - uid: 14710 + pos: 23.5,35.5 + parent: 2 + - uid: 19796 components: - type: Transform - anchored: False - pos: -2.5,17.5 - parent: 14592 - - uid: 14724 + pos: 24.5,35.5 + parent: 2 + - uid: 19803 components: - type: Transform - pos: -4.5,17.5 - parent: 14592 - - uid: 14725 + pos: 16.5,35.5 + parent: 2 + - uid: 19804 components: - type: Transform - pos: -3.5,17.5 - parent: 14592 - - uid: 14752 + pos: 16.5,34.5 + parent: 2 + - uid: 19805 components: - type: Transform - pos: -12.5,17.5 - parent: 14592 - - uid: 14768 + pos: 16.5,33.5 + parent: 2 + - uid: 19806 components: - type: Transform - pos: -14.5,17.5 - parent: 14592 - - uid: 14769 + pos: 16.5,32.5 + parent: 2 + - uid: 19807 components: - type: Transform - pos: -13.5,17.5 - parent: 14592 - - uid: 14790 + pos: 16.5,31.5 + parent: 2 + - uid: 19808 components: - type: Transform - pos: -10.5,17.5 - parent: 14592 - - uid: 14791 + pos: 16.5,30.5 + parent: 2 + - uid: 19809 components: - type: Transform - pos: -11.5,17.5 - parent: 14592 - - uid: 14792 + pos: 16.5,29.5 + parent: 2 + - uid: 19810 components: - type: Transform - pos: -6.5,17.5 - parent: 14592 - - uid: 14807 + pos: 16.5,29.5 + parent: 2 + - uid: 19811 components: - type: Transform - pos: -9.5,17.5 - parent: 14592 - - uid: 14808 + pos: 15.5,29.5 + parent: 2 + - uid: 19813 components: - type: Transform - pos: -7.5,17.5 - parent: 14592 - - uid: 14822 + pos: 15.5,29.5 + parent: 2 + - uid: 19814 components: - type: Transform - pos: -8.5,17.5 - parent: 14592 - - uid: 34559 + pos: 15.5,28.5 + parent: 2 + - uid: 19815 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,6.5 - parent: 30892 - - uid: 34560 + pos: 15.5,27.5 + parent: 2 + - uid: 19816 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,9.5 - parent: 30892 - - uid: 34561 + pos: 15.5,26.5 + parent: 2 + - uid: 19817 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,7.5 - parent: 30892 - - uid: 34562 + pos: 15.5,25.5 + parent: 2 + - uid: 19818 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,8.5 - parent: 30892 - - uid: 34563 + pos: 15.5,24.5 + parent: 2 + - uid: 19819 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,9.5 - parent: 30892 - - uid: 34564 + pos: 15.5,23.5 + parent: 2 + - uid: 19820 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,11.5 - parent: 30892 - - uid: 34565 + pos: 15.5,22.5 + parent: 2 + - uid: 19821 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,10.5 - parent: 30892 - - uid: 34566 + pos: 15.5,21.5 + parent: 2 + - uid: 19822 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,7.5 - parent: 30892 - - uid: 34567 + pos: 15.5,20.5 + parent: 2 + - uid: 19823 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,8.5 - parent: 30892 - - uid: 34568 + pos: 15.5,19.5 + parent: 2 + - uid: 19824 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,9.5 - parent: 30892 - - uid: 34621 + pos: 15.5,18.5 + parent: 2 + - uid: 19825 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,11.5 - parent: 30892 - - uid: 34622 + pos: 15.5,18.5 + parent: 2 + - uid: 19826 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,10.5 - parent: 30892 - - uid: 34623 + pos: 16.5,18.5 + parent: 2 + - uid: 19827 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,11.5 - parent: 30892 - - uid: 34624 + pos: 17.5,18.5 + parent: 2 + - uid: 19828 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,11.5 - parent: 30892 - - uid: 34625 + pos: 18.5,18.5 + parent: 2 + - uid: 19829 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,12.5 - parent: 30892 - - uid: 34626 + pos: 19.5,18.5 + parent: 2 + - uid: 19830 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,13.5 - parent: 30892 - - uid: 34627 + pos: 20.5,18.5 + parent: 2 + - uid: 19831 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,14.5 - parent: 30892 - - uid: 34628 + pos: 20.5,18.5 + parent: 2 + - uid: 19832 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,14.5 - parent: 30892 - - uid: 34630 + pos: 20.5,17.5 + parent: 2 + - uid: 19833 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,12.5 - parent: 30892 - - uid: 34631 + pos: 20.5,16.5 + parent: 2 + - uid: 19834 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,13.5 - parent: 30892 - - uid: 34632 + pos: 20.5,15.5 + parent: 2 + - uid: 19835 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,14.5 - parent: 30892 - - uid: 34633 + pos: 20.5,14.5 + parent: 2 + - uid: 19836 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,13.5 - parent: 30892 - - uid: 34634 + pos: 20.5,13.5 + parent: 2 + - uid: 19837 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,11.5 - parent: 30892 - - uid: 34635 + pos: 20.5,13.5 + parent: 2 + - uid: 19838 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,12.5 - parent: 30892 - - uid: 34636 + pos: 21.5,13.5 + parent: 2 + - uid: 19839 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,13.5 - parent: 30892 - - uid: 34638 + pos: 22.5,13.5 + parent: 2 + - uid: 19840 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,12.5 - parent: 30892 - - uid: 34639 + pos: 23.5,13.5 + parent: 2 + - uid: 19841 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,13.5 - parent: 30892 - - uid: 34640 + pos: 24.5,13.5 + parent: 2 + - uid: 19842 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,14.5 - parent: 30892 - - uid: 34653 + pos: 24.5,13.5 + parent: 2 + - uid: 19843 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,13.5 - parent: 30892 - - uid: 34654 + pos: 24.5,12.5 + parent: 2 + - uid: 19844 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,10.5 - parent: 30892 - - uid: 34655 + pos: 24.5,12.5 + parent: 2 + - uid: 19845 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,10.5 - parent: 30892 - - uid: 34656 + pos: 25.5,12.5 + parent: 2 + - uid: 19846 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,10.5 - parent: 30892 - - uid: 34662 + pos: 26.5,12.5 + parent: 2 + - uid: 19847 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,13.5 - parent: 30892 - - uid: 34667 + pos: 27.5,12.5 + parent: 2 + - uid: 19848 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,13.5 - parent: 30892 - - uid: 34668 + pos: 27.5,12.5 + parent: 2 + - uid: 19849 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,13.5 - parent: 30892 - - uid: 34669 + pos: 27.5,11.5 + parent: 2 + - uid: 19850 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,12.5 - parent: 30892 - - uid: 34670 + pos: 27.5,11.5 + parent: 2 + - uid: 19851 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,11.5 - parent: 30892 - - uid: 34671 + pos: 28.5,11.5 + parent: 2 + - uid: 19852 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,10.5 - parent: 30892 - - uid: 34672 + pos: 29.5,11.5 + parent: 2 + - uid: 19853 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,9.5 - parent: 30892 - - uid: 34673 + pos: 29.5,11.5 + parent: 2 + - uid: 19854 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,8.5 - parent: 30892 - - uid: 34674 + pos: 29.5,10.5 + parent: 2 + - uid: 19855 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,12.5 - parent: 30892 - - uid: 34675 + pos: 29.5,9.5 + parent: 2 + - uid: 19856 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,11.5 - parent: 30892 - - uid: 34676 + pos: 30.5,9.5 + parent: 2 + - uid: 19857 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,10.5 - parent: 30892 - - uid: 34677 + pos: 31.5,9.5 + parent: 2 + - uid: 19858 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,9.5 - parent: 30892 - - uid: 34678 + pos: 32.5,9.5 + parent: 2 + - uid: 19859 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,8.5 - parent: 30892 - - uid: 34679 + pos: 33.5,9.5 + parent: 2 + - uid: 19860 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,10.5 - parent: 30892 - - uid: 34680 + pos: 34.5,9.5 + parent: 2 + - uid: 19861 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,9.5 - parent: 30892 - - uid: 34681 + pos: 34.5,9.5 + parent: 2 + - uid: 19862 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,8.5 - parent: 30892 - - uid: 34682 + pos: 34.5,8.5 + parent: 2 + - uid: 19863 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,10.5 - parent: 30892 - - uid: 34683 + pos: 34.5,8.5 + parent: 2 + - uid: 19864 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,9.5 - parent: 30892 - - uid: 34689 + pos: 35.5,8.5 + parent: 2 + - uid: 19865 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,2.5 - parent: 30892 - - uid: 34690 + pos: 36.5,8.5 + parent: 2 + - uid: 19866 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,1.5 - parent: 30892 - - uid: 34691 + pos: 36.5,8.5 + parent: 2 + - uid: 19867 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,0.5 - parent: 30892 - - uid: 34692 + pos: 36.5,7.5 + parent: 2 + - uid: 19868 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-0.5 - parent: 30892 - - uid: 34694 + pos: 36.5,7.5 + parent: 2 + - uid: 19869 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,1.5 - parent: 30892 - - uid: 34695 + pos: 37.5,7.5 + parent: 2 + - uid: 19870 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,0.5 - parent: 30892 - - uid: 34696 + pos: 38.5,7.5 + parent: 2 + - uid: 19871 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-0.5 - parent: 30892 - - uid: 34700 + pos: 39.5,7.5 + parent: 2 + - uid: 19872 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-0.5 - parent: 30892 - - uid: 34701 + pos: 40.5,7.5 + parent: 2 + - uid: 19873 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-1.5 - parent: 30892 - - uid: 34702 + pos: 41.5,7.5 + parent: 2 + - uid: 19883 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-1.5 - parent: 30892 - - uid: 34703 + pos: 41.5,7.5 + parent: 2 + - uid: 19884 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-1.5 - parent: 30892 - - uid: 34704 + pos: 41.5,8.5 + parent: 2 + - uid: 19885 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-1.5 - parent: 30892 - - uid: 34708 + pos: 41.5,9.5 + parent: 2 + - uid: 19886 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-0.5 - parent: 30892 - - uid: 34709 + pos: 41.5,9.5 + parent: 2 + - uid: 19887 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-0.5 - parent: 30892 - - uid: 34710 + pos: 42.5,9.5 + parent: 2 + - uid: 19888 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-0.5 - parent: 30892 - - uid: 34712 + pos: 43.5,9.5 + parent: 2 + - uid: 19889 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-2.5 - parent: 30892 - - uid: 34713 + pos: 44.5,9.5 + parent: 2 + - uid: 19899 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-2.5 - parent: 30892 - - uid: 34714 + pos: 44.5,9.5 + parent: 2 + - uid: 19900 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-3.5 - parent: 30892 -- proto: AtmosDeviceFanTiny - entities: - - uid: 3345 + pos: 44.5,10.5 + parent: 2 + - uid: 19901 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 76.5,-2.5 + pos: 44.5,11.5 parent: 2 - - uid: 3346 + - uid: 19902 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 76.5,-4.5 + pos: 44.5,12.5 parent: 2 - - uid: 3347 + - uid: 19903 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 74.5,-24.5 + pos: 44.5,13.5 parent: 2 - - uid: 3437 + - uid: 19904 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 74.5,-20.5 + pos: 44.5,14.5 parent: 2 - - uid: 3447 + - uid: 19905 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 76.5,3.5 + pos: 44.5,15.5 parent: 2 - - uid: 3449 + - uid: 19906 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 76.5,5.5 + pos: 44.5,16.5 parent: 2 - - uid: 4563 + - uid: 19909 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -69.5,6.5 + pos: 44.5,16.5 parent: 2 - - uid: 5432 + - uid: 19910 components: - type: Transform - pos: -48.5,-54.5 + pos: 45.5,16.5 parent: 2 - - uid: 5434 + - uid: 19917 components: - type: Transform - pos: -47.5,-54.5 + pos: -55.5,35.5 parent: 2 - - uid: 7784 + - uid: 19919 components: - type: Transform - pos: -55.5,-43.5 + pos: -56.5,35.5 parent: 2 - - uid: 8594 + - uid: 19920 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-84.5 + pos: 31.5,9.5 parent: 2 - - uid: 8779 + - uid: 19921 components: - type: Transform - pos: -55.5,-45.5 + pos: 31.5,8.5 parent: 2 - - uid: 10848 + - uid: 19922 components: - type: Transform - pos: -40.5,59.5 + pos: 31.5,7.5 parent: 2 - - uid: 12258 + - uid: 19923 components: - type: Transform - pos: -66.5,-1.5 + pos: 31.5,6.5 parent: 2 - - uid: 12655 + - uid: 19924 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,9.5 + pos: 31.5,5.5 parent: 2 - - type: Stealth - - type: StealthOnMove - - uid: 12656 + - uid: 19925 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,-27.5 + pos: 31.5,4.5 parent: 2 - - type: Stealth - - type: StealthOnMove - - uid: 12657 + - uid: 19926 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-35.5 + pos: 31.5,3.5 parent: 2 - - type: Stealth - - type: StealthOnMove - - uid: 12658 + - uid: 19927 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,-29.5 + pos: 31.5,2.5 parent: 2 - - type: Stealth - - type: StealthOnMove - - uid: 12659 + - uid: 19928 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,-29.5 + pos: 31.5,1.5 parent: 2 - - type: Stealth - - type: StealthOnMove - - uid: 12660 + - uid: 19929 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,4.5 + pos: 31.5,0.5 parent: 2 - - type: Stealth - - type: StealthOnMove - - uid: 13535 + - uid: 19930 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,65.5 + pos: 31.5,-0.5 parent: 2 - - uid: 13800 + - uid: 19931 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,4.5 - parent: 14592 - - uid: 14086 + pos: 31.5,-1.5 + parent: 2 + - uid: 19932 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,4.5 - parent: 14592 - - uid: 14089 + pos: 31.5,-2.5 + parent: 2 + - uid: 19933 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,4.5 - parent: 14592 - - uid: 14139 + pos: 31.5,-3.5 + parent: 2 + - uid: 19934 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,4.5 - parent: 14592 - - uid: 14279 + pos: 31.5,-4.5 + parent: 2 + - uid: 19935 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-84.5 + pos: 31.5,-5.5 parent: 2 - - uid: 14280 + - uid: 19936 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-77.5 + pos: 31.5,-5.5 parent: 2 - - uid: 14281 + - uid: 19937 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-77.5 + pos: 30.5,-5.5 parent: 2 - - uid: 14282 + - uid: 19938 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-84.5 + pos: 29.5,-5.5 parent: 2 - - uid: 14283 + - uid: 19939 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-89.5 + pos: 28.5,-5.5 parent: 2 - - uid: 14284 + - uid: 19940 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-89.5 + pos: 27.5,-5.5 parent: 2 - - uid: 14285 + - uid: 19941 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-77.5 + pos: 27.5,-4.5 parent: 2 - - uid: 14286 + - uid: 19942 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-77.5 + pos: 31.5,-5.5 parent: 2 - - uid: 14287 + - uid: 19943 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-84.5 + pos: 32.5,-5.5 parent: 2 - - uid: 23982 + - uid: 19944 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,-8.5 + pos: 33.5,-5.5 parent: 2 - - uid: 31347 + - uid: 19945 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-3.5 - parent: 30892 - - uid: 31359 + pos: 34.5,-5.5 + parent: 2 + - uid: 19946 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,2.5 - parent: 31348 - - uid: 31385 + pos: 35.5,-5.5 + parent: 2 + - uid: 19947 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-2.5 - parent: 31348 - - uid: 31388 + pos: 36.5,-5.5 + parent: 2 + - uid: 19948 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-2.5 - parent: 31348 - - uid: 31389 + pos: 37.5,-5.5 + parent: 2 + - uid: 19949 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-2.5 - parent: 31348 - - uid: 31391 + pos: 38.5,-5.5 + parent: 2 + - uid: 19950 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,2.5 - parent: 31348 - - uid: 32968 + pos: 39.5,-5.5 + parent: 2 + - uid: 19951 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,0.5 - parent: 32914 - - uid: 32969 + pos: 40.5,-5.5 + parent: 2 + - uid: 19952 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,0.5 - parent: 32914 - - uid: 33147 + pos: 41.5,-5.5 + parent: 2 + - uid: 19953 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,53.5 + pos: 41.5,-5.5 parent: 2 - - uid: 33187 + - uid: 19954 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-10.5 - parent: 14592 - - uid: 33188 + pos: 41.5,-6.5 + parent: 2 + - uid: 19955 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-10.5 - parent: 14592 - - uid: 33613 + pos: 41.5,-7.5 + parent: 2 + - uid: 19963 components: - type: Transform - pos: -19.5,7.5 + pos: 46.5,-7.5 parent: 2 - - uid: 34557 + - uid: 19964 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,4.5 - parent: 30892 - - uid: 35271 + pos: 47.5,-7.5 + parent: 2 + - uid: 19965 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 67.5,42.5 + pos: 48.5,-7.5 parent: 2 - - uid: 35272 + - uid: 19966 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 78.5,34.5 + pos: 49.5,-7.5 parent: 2 - - uid: 36636 + - uid: 19967 components: - type: Transform - pos: 9.5,1.5 - parent: 36450 - - uid: 36637 + pos: 50.5,-7.5 + parent: 2 + - uid: 19968 components: - type: Transform - pos: 1.5,1.5 - parent: 36450 -- proto: AtmosFixBlockerMarker - entities: - - uid: 7573 + pos: 51.5,-7.5 + parent: 2 + - uid: 19969 components: - type: Transform - pos: -57.5,42.5 + pos: 52.5,-7.5 parent: 2 - - uid: 7574 + - uid: 19970 components: - type: Transform - pos: -58.5,44.5 + pos: 53.5,-7.5 parent: 2 - - uid: 7575 + - uid: 19971 components: - type: Transform - pos: -58.5,42.5 + pos: 53.5,-7.5 parent: 2 - - uid: 7697 + - uid: 19972 components: - type: Transform - pos: -58.5,48.5 + pos: 53.5,-6.5 parent: 2 - - uid: 7698 + - uid: 19973 components: - type: Transform - pos: -57.5,48.5 + pos: 53.5,-6.5 parent: 2 - - uid: 7699 + - uid: 19974 components: - type: Transform - pos: -56.5,48.5 + pos: 54.5,-6.5 parent: 2 - - uid: 7703 + - uid: 19975 components: - type: Transform - pos: -58.5,46.5 + pos: 55.5,-6.5 parent: 2 - - uid: 7704 + - uid: 19976 components: - type: Transform - pos: -57.5,46.5 + pos: 56.5,-6.5 parent: 2 - - uid: 7705 + - uid: 19977 components: - type: Transform - pos: -56.5,46.5 + pos: 57.5,-6.5 parent: 2 - - uid: 7706 + - uid: 19978 components: - type: Transform - pos: -57.5,44.5 + pos: 56.5,-6.5 parent: 2 - - uid: 7707 + - uid: 19979 components: - type: Transform - pos: -56.5,44.5 + pos: 56.5,-7.5 parent: 2 - - uid: 7708 + - uid: 19980 components: - type: Transform - pos: -56.5,42.5 + pos: 56.5,-8.5 parent: 2 - - uid: 7709 + - uid: 19981 components: - type: Transform - pos: -58.5,40.5 + pos: 56.5,-9.5 parent: 2 - - uid: 7710 + - uid: 19982 components: - type: Transform - pos: -57.5,40.5 + pos: 56.5,-10.5 parent: 2 - - uid: 7711 + - uid: 19983 components: - type: Transform - pos: -56.5,40.5 + pos: 57.5,-10.5 parent: 2 - - uid: 7723 + - uid: 19984 components: - type: Transform - pos: -58.5,54.5 + pos: 58.5,-6.5 parent: 2 - - uid: 7735 + - uid: 19985 components: - type: Transform - pos: -58.5,53.5 + pos: 58.5,-7.5 parent: 2 - - uid: 7736 + - uid: 19986 components: - type: Transform - pos: -58.5,52.5 + pos: 59.5,-7.5 parent: 2 - - uid: 7737 + - uid: 19987 components: - type: Transform - pos: -57.5,54.5 + pos: 59.5,-7.5 parent: 2 - - uid: 7738 + - uid: 19988 components: - type: Transform - pos: -57.5,53.5 + pos: 59.5,-8.5 parent: 2 - - uid: 7739 + - uid: 19989 components: - type: Transform - pos: -57.5,52.5 + pos: 59.5,-9.5 parent: 2 - - uid: 7740 + - uid: 19990 components: - type: Transform - pos: -56.5,54.5 + pos: 59.5,-9.5 parent: 2 - - uid: 7741 + - uid: 19991 components: - type: Transform - pos: -56.5,53.5 + pos: 60.5,-9.5 parent: 2 - - uid: 7742 + - uid: 19992 components: - type: Transform - pos: -56.5,52.5 + pos: 61.5,-9.5 parent: 2 - - uid: 10648 + - uid: 19993 components: - type: Transform - pos: -67.5,-11.5 + pos: 62.5,-9.5 parent: 2 - - uid: 10661 + - uid: 19994 components: - type: Transform - pos: -66.5,-11.5 + pos: 63.5,-9.5 parent: 2 - - uid: 11131 + - uid: 19995 components: - type: Transform - pos: -66.5,-12.5 + pos: 64.5,-9.5 parent: 2 - - uid: 12572 + - uid: 19996 components: - type: Transform - pos: -66.5,-17.5 + pos: 65.5,-9.5 parent: 2 - - uid: 12573 + - uid: 19997 components: - type: Transform - pos: -66.5,-16.5 + pos: 66.5,-9.5 parent: 2 - - uid: 12574 + - uid: 19998 components: - type: Transform - pos: -66.5,-15.5 + pos: 66.5,-9.5 parent: 2 - - uid: 12575 + - uid: 19999 components: - type: Transform - pos: -65.5,-17.5 + pos: 66.5,-10.5 parent: 2 - - uid: 12576 + - uid: 20000 components: - type: Transform - pos: -66.5,-13.5 + pos: 66.5,-11.5 parent: 2 - - uid: 12577 + - uid: 20001 components: - type: Transform - pos: -67.5,-13.5 + pos: 66.5,-12.5 parent: 2 - - uid: 12578 + - uid: 20002 components: - type: Transform - pos: -67.5,-12.5 + pos: 66.5,-13.5 parent: 2 -- proto: AtmosFixFreezerMarker - entities: - - uid: 1335 + - uid: 20003 components: - type: Transform - pos: -65.5,3.5 + pos: 66.5,-14.5 parent: 2 - - uid: 1343 + - uid: 20004 components: - type: Transform - pos: -64.5,0.5 + pos: 66.5,-15.5 parent: 2 - - uid: 5008 + - uid: 20005 components: - type: Transform - pos: -65.5,1.5 + pos: 66.5,-16.5 parent: 2 - - uid: 8905 + - uid: 20006 components: - type: Transform - pos: -66.5,2.5 + pos: 66.5,-17.5 parent: 2 - - uid: 8910 + - uid: 20007 components: - type: Transform - pos: -67.5,2.5 + pos: 66.5,-18.5 parent: 2 - - uid: 9271 + - uid: 20016 components: - type: Transform - pos: -66.5,0.5 + pos: 64.5,-22.5 parent: 2 - - uid: 9341 + - uid: 20017 components: - type: Transform - pos: -66.5,1.5 + pos: 64.5,-22.5 parent: 2 - - uid: 10591 + - uid: 20018 components: - type: Transform - pos: -65.5,2.5 + pos: 64.5,-23.5 parent: 2 - - uid: 12262 + - uid: 20019 components: - type: Transform - pos: -68.5,1.5 + pos: 64.5,-24.5 parent: 2 - - uid: 12322 + - uid: 20020 components: - type: Transform - pos: -67.5,3.5 + pos: 64.5,-25.5 parent: 2 - - uid: 12564 + - uid: 20021 components: - type: Transform - pos: -55.5,15.5 + pos: 64.5,-25.5 parent: 2 - - uid: 12565 + - uid: 20022 components: - type: Transform - pos: -54.5,16.5 + pos: 63.5,-25.5 parent: 2 - - uid: 12566 + - uid: 20023 components: - type: Transform - pos: -54.5,17.5 + pos: 62.5,-25.5 parent: 2 - - uid: 12567 + - uid: 20024 components: - type: Transform - pos: -53.5,17.5 + pos: 61.5,-25.5 parent: 2 - - uid: 12568 + - uid: 20025 components: - type: Transform - pos: -53.5,21.5 + pos: 61.5,-25.5 parent: 2 - - uid: 12569 + - uid: 20026 components: - type: Transform - pos: -54.5,20.5 + pos: 61.5,-26.5 parent: 2 - - uid: 12570 + - uid: 20027 components: - type: Transform - pos: -52.5,21.5 + pos: 61.5,-26.5 parent: 2 - - uid: 12571 + - uid: 20028 components: - type: Transform - pos: -53.5,20.5 + pos: 60.5,-26.5 parent: 2 - - uid: 12610 + - uid: 20029 components: - type: Transform - pos: -54.5,15.5 + pos: 59.5,-26.5 parent: 2 - - uid: 12611 + - uid: 20030 components: - type: Transform - pos: -53.5,18.5 + pos: 58.5,-26.5 parent: 2 - - uid: 12917 + - uid: 20031 components: - type: Transform - pos: 36.5,11.5 + pos: 57.5,-26.5 parent: 2 - - uid: 12918 + - uid: 20032 components: - type: Transform - pos: 36.5,12.5 + pos: 56.5,-26.5 parent: 2 - - uid: 12919 + - uid: 20033 components: - type: Transform - pos: 37.5,12.5 + pos: 56.5,-26.5 parent: 2 - - uid: 12920 + - uid: 20034 components: - type: Transform - pos: 38.5,12.5 + pos: 56.5,-27.5 parent: 2 - - uid: 12921 + - uid: 20035 components: - type: Transform - pos: 38.5,11.5 + pos: 56.5,-28.5 parent: 2 - - uid: 12922 + - uid: 20036 components: - type: Transform - pos: 38.5,10.5 + pos: 56.5,-29.5 parent: 2 - - uid: 12923 + - uid: 20037 components: - type: Transform - pos: 37.5,11.5 + pos: 56.5,-30.5 parent: 2 - - uid: 14290 + - uid: 20038 components: - type: Transform - pos: -67.5,0.5 + pos: 56.5,-31.5 parent: 2 - - uid: 14297 + - uid: 20039 components: - type: Transform - pos: -64.5,2.5 + pos: 56.5,-32.5 parent: 2 - - uid: 14342 + - uid: 20040 components: - type: Transform - pos: -66.5,3.5 + pos: 56.5,-32.5 parent: 2 - - uid: 14347 + - uid: 20041 components: - type: Transform - pos: -64.5,-0.5 + pos: 55.5,-32.5 parent: 2 - - uid: 14348 + - uid: 20042 components: - type: Transform - pos: -64.5,1.5 + pos: 55.5,-32.5 parent: 2 - - uid: 14349 + - uid: 20043 components: - type: Transform - pos: -64.5,3.5 + pos: 55.5,-33.5 parent: 2 - - uid: 14350 + - uid: 20044 components: - type: Transform - pos: -65.5,0.5 + pos: 55.5,-34.5 parent: 2 - - uid: 14355 + - uid: 20045 components: - type: Transform - pos: -68.5,2.5 + pos: 56.5,-34.5 parent: 2 - - uid: 14463 + - uid: 20046 components: - type: Transform - pos: -68.5,0.5 + pos: 56.5,-35.5 parent: 2 - - uid: 14494 + - uid: 20047 components: - type: Transform - pos: -68.5,-0.5 + pos: 56.5,-36.5 parent: 2 - - uid: 14504 + - uid: 20048 components: - type: Transform - pos: -67.5,1.5 + pos: 56.5,-37.5 parent: 2 - - uid: 15522 + - uid: 20049 components: - type: Transform - pos: -68.5,3.5 + pos: 56.5,-37.5 parent: 2 - - uid: 24871 + - uid: 20050 components: - type: Transform - pos: -44.5,-4.5 + pos: 57.5,-37.5 parent: 2 - - uid: 24873 + - uid: 20051 components: - type: Transform - pos: -40.5,-7.5 + pos: 58.5,-37.5 parent: 2 - - uid: 24874 + - uid: 20052 components: - type: Transform - pos: -37.5,-8.5 + pos: 58.5,-36.5 parent: 2 - - uid: 24880 + - uid: 20053 components: - type: Transform - pos: -43.5,-6.5 + pos: 60.5,-36.5 parent: 2 - - uid: 24881 + - uid: 20054 components: - type: Transform - pos: -12.5,-37.5 + pos: 59.5,-36.5 parent: 2 - - uid: 24882 + - uid: 20055 components: - type: Transform - pos: -12.5,-41.5 + pos: 58.5,-36.5 parent: 2 - - uid: 24883 + - uid: 20056 components: - type: Transform - pos: -12.5,-40.5 + pos: 55.5,-37.5 parent: 2 - - uid: 24884 + - uid: 20057 components: - type: Transform - pos: -12.5,-39.5 + pos: 54.5,-37.5 parent: 2 - - uid: 24885 + - uid: 20058 components: - type: Transform - pos: -12.5,-36.5 + pos: 54.5,-37.5 parent: 2 - - uid: 24886 + - uid: 20059 components: - type: Transform - pos: -12.5,-35.5 + pos: 54.5,-38.5 parent: 2 - - uid: 24887 + - uid: 20060 components: - type: Transform - pos: -12.5,-34.5 + pos: 54.5,-39.5 parent: 2 - - uid: 27590 + - uid: 20061 components: - type: Transform - pos: -8.5,66.5 + pos: 54.5,-40.5 parent: 2 - - uid: 27591 + - uid: 20062 components: - type: Transform - pos: -7.5,66.5 + pos: 54.5,-40.5 parent: 2 - - uid: 27592 + - uid: 20063 components: - type: Transform - pos: -6.5,66.5 + pos: 53.5,-40.5 parent: 2 - - uid: 27593 + - uid: 20064 components: - type: Transform - pos: -5.5,66.5 + pos: 53.5,-40.5 parent: 2 - - uid: 27594 + - uid: 20065 components: - type: Transform - pos: -5.5,67.5 + pos: 53.5,-41.5 parent: 2 - - uid: 27595 + - uid: 20066 components: - type: Transform - pos: -6.5,67.5 + pos: 53.5,-42.5 parent: 2 - - uid: 27596 + - uid: 20067 components: - type: Transform - pos: -7.5,67.5 + pos: 53.5,-43.5 parent: 2 - - uid: 27597 + - uid: 20068 components: - type: Transform - pos: -8.5,67.5 + pos: 53.5,-43.5 parent: 2 - - uid: 27598 + - uid: 20069 components: - type: Transform - pos: -8.5,68.5 + pos: 52.5,-43.5 parent: 2 - - uid: 27599 + - uid: 20070 components: - type: Transform - pos: -7.5,69.5 + pos: 51.5,-43.5 parent: 2 - - uid: 27600 + - uid: 20071 components: - type: Transform - pos: -8.5,69.5 + pos: 50.5,-43.5 parent: 2 - - uid: 27601 + - uid: 20072 components: - type: Transform - pos: -7.5,68.5 + pos: 49.5,-43.5 parent: 2 - - uid: 27602 + - uid: 20073 components: - type: Transform - pos: -6.5,69.5 + pos: 49.5,-43.5 parent: 2 - - uid: 27603 + - uid: 20074 components: - type: Transform - pos: -6.5,68.5 + pos: 49.5,-44.5 parent: 2 - - uid: 27604 + - uid: 20075 components: - type: Transform - pos: -5.5,69.5 + pos: 49.5,-45.5 parent: 2 - - uid: 27605 + - uid: 20076 components: - type: Transform - pos: -5.5,68.5 + pos: 49.5,-46.5 parent: 2 -- proto: AtmosFixInstantPlasmaFireMarker - entities: - - uid: 36759 + - uid: 20077 components: - type: Transform - pos: 71.5,-26.5 + pos: 49.5,-46.5 parent: 2 -- proto: AtmosFixPlasmaMarker - entities: - - uid: 36756 + - uid: 20078 components: - type: Transform - pos: 71.5,-26.5 + pos: 48.5,-46.5 parent: 2 - - uid: 36757 + - uid: 20079 components: - type: Transform - pos: 70.5,-26.5 + pos: 47.5,-46.5 parent: 2 -- proto: Autolathe - entities: - - uid: 536 + - uid: 20080 components: - type: Transform - pos: -40.5,18.5 + pos: 46.5,-46.5 parent: 2 - - uid: 5172 + - uid: 20081 components: - type: Transform - pos: -26.5,-31.5 + pos: 45.5,-46.5 parent: 2 -- proto: AutolatheMachineCircuitboard - entities: - - uid: 7883 + - uid: 20082 components: - type: Transform - pos: -42.345978,5.474476 + pos: 44.5,-46.5 parent: 2 -- proto: BananaPhoneInstrument - entities: - - uid: 11665 + - uid: 20083 components: - type: Transform - pos: -29.33991,55.65573 + pos: 44.5,-46.5 parent: 2 -- proto: BananiumOre1 - entities: - - uid: 35634 + - uid: 20084 components: - type: Transform - pos: -30.228928,65.55475 + pos: 44.5,-47.5 parent: 2 -- proto: BannerBlue - entities: - - uid: 36857 + - uid: 20085 components: - type: Transform - pos: -79.5,69.5 + pos: 44.5,-48.5 parent: 2 - - uid: 36858 + - uid: 20086 components: - type: Transform - pos: -77.5,70.5 + pos: 44.5,-49.5 parent: 2 -- proto: BannerCargo - entities: - - uid: 13448 + - uid: 20087 components: - type: Transform - pos: -38.5,-42.5 + pos: 44.5,-49.5 parent: 2 - - uid: 13453 + - uid: 20088 components: - type: Transform - pos: -40.5,-39.5 + pos: 43.5,-49.5 parent: 2 - - uid: 13512 + - uid: 20089 components: - type: Transform - pos: -40.5,-41.5 + pos: 42.5,-49.5 parent: 2 -- proto: BannerEngineering - entities: - - uid: 13327 + - uid: 20090 components: - type: Transform - pos: -29.5,29.5 + pos: 42.5,-49.5 parent: 2 - - uid: 13328 + - uid: 20091 components: - type: Transform - pos: -29.5,31.5 + pos: 42.5,-50.5 parent: 2 - - uid: 13331 + - uid: 20092 components: - type: Transform - pos: -23.5,35.5 + pos: 42.5,-51.5 parent: 2 - - uid: 13332 + - uid: 20093 components: - type: Transform - pos: -21.5,35.5 + pos: 42.5,-52.5 parent: 2 -- proto: BannerGreen - entities: - - uid: 4851 + - uid: 20094 components: - type: Transform - pos: 54.5,-34.5 + pos: 42.5,-53.5 parent: 2 -- proto: BannerMedical - entities: - - uid: 11747 + - uid: 20095 components: - type: Transform - pos: 26.5,-34.5 + pos: 42.5,-53.5 parent: 2 - - uid: 11748 + - uid: 20096 components: - type: Transform - pos: 38.5,-34.5 + pos: 41.5,-53.5 parent: 2 -- proto: BannerNanotrasen - entities: - - uid: 3355 + - uid: 20097 components: - type: Transform - pos: 0.5,-59.5 + pos: 40.5,-53.5 parent: 2 - - uid: 3356 + - uid: 20098 components: - type: Transform - pos: 0.5,-57.5 + pos: 40.5,-53.5 parent: 2 -- proto: BannerRed - entities: - - uid: 36843 + - uid: 20099 components: - type: Transform - pos: -75.5,74.5 + pos: 40.5,-54.5 parent: 2 - - uid: 36854 + - uid: 20100 components: - type: Transform - pos: -76.5,76.5 + pos: 40.5,-54.5 parent: 2 -- proto: BannerScience - entities: - - uid: 13517 + - uid: 20101 components: - type: Transform - pos: -33.5,-35.5 + pos: 39.5,-54.5 parent: 2 - - uid: 13530 + - uid: 20102 components: - type: Transform - pos: -30.5,-35.5 + pos: 39.5,-54.5 parent: 2 - - uid: 13557 + - uid: 20103 components: - type: Transform - pos: -39.5,-31.5 + pos: 39.5,-55.5 parent: 2 - - uid: 13559 + - uid: 20104 components: - type: Transform - pos: -43.5,-26.5 + pos: 39.5,-55.5 parent: 2 - - uid: 13691 + - uid: 20105 components: - type: Transform - pos: -18.5,-15.5 + pos: 38.5,-55.5 parent: 2 - - uid: 34263 + - uid: 20106 components: - type: Transform - pos: -57.5,1.5 + pos: 38.5,-55.5 parent: 2 - - uid: 34264 + - uid: 20107 components: - type: Transform - pos: -60.5,-20.5 + pos: 38.5,-56.5 parent: 2 -- proto: BannerSecurity - entities: - - uid: 13552 + - uid: 20108 components: - type: Transform - pos: 40.5,28.5 + pos: 38.5,-57.5 parent: 2 - - uid: 13553 + - uid: 20109 components: - type: Transform - pos: 37.5,26.5 + pos: 38.5,-57.5 parent: 2 - - uid: 13554 + - uid: 20110 components: - type: Transform - pos: 44.5,24.5 + pos: 37.5,-57.5 parent: 2 - - uid: 13555 + - uid: 20111 components: - type: Transform - pos: 30.5,42.5 + pos: 36.5,-57.5 parent: 2 - - uid: 13556 + - uid: 20112 components: - type: Transform - pos: 33.5,42.5 + pos: 35.5,-57.5 parent: 2 - - uid: 14471 + - uid: 20113 components: - type: Transform - pos: 42.5,-29.5 + pos: 35.5,-57.5 parent: 2 -- proto: Barricade - entities: - - uid: 3342 + - uid: 20114 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 73.5,-20.5 + pos: 35.5,-58.5 parent: 2 - - uid: 5297 + - uid: 20115 components: - type: Transform - pos: -13.5,-44.5 + pos: 35.5,-58.5 parent: 2 - - uid: 5298 + - uid: 20116 components: - type: Transform - pos: -15.5,-43.5 + pos: 34.5,-58.5 parent: 2 - - uid: 5299 + - uid: 20117 components: - type: Transform - pos: -16.5,-45.5 + pos: 33.5,-58.5 parent: 2 - - uid: 5300 + - uid: 20118 components: - type: Transform - pos: -15.5,-44.5 + pos: 33.5,-58.5 parent: 2 - - uid: 5314 + - uid: 20119 components: - type: Transform - pos: -18.5,-44.5 + pos: 33.5,-59.5 parent: 2 - - uid: 5348 + - uid: 20120 components: - type: Transform - pos: -38.5,-21.5 + pos: 33.5,-59.5 parent: 2 - - uid: 5349 + - uid: 20121 components: - type: Transform - pos: -39.5,-22.5 + pos: 32.5,-59.5 parent: 2 - - uid: 5350 + - uid: 20122 components: - type: Transform - pos: -41.5,-21.5 + pos: 31.5,-59.5 parent: 2 - - uid: 5351 + - uid: 20123 components: - type: Transform - pos: -40.5,-20.5 + pos: 30.5,-59.5 parent: 2 - - uid: 5352 + - uid: 20124 components: - type: Transform - pos: -43.5,-17.5 + pos: 30.5,-60.5 parent: 2 - - uid: 5353 + - uid: 20125 components: - type: Transform - pos: -42.5,-16.5 + pos: 30.5,-60.5 parent: 2 - - uid: 5354 + - uid: 20126 components: - type: Transform - pos: -41.5,-16.5 + pos: 29.5,-60.5 parent: 2 - - uid: 5355 + - uid: 20127 components: - type: Transform - pos: -43.5,-13.5 + pos: 28.5,-60.5 parent: 2 - - uid: 5356 + - uid: 20128 components: - type: Transform - pos: -44.5,-11.5 + pos: 28.5,-60.5 parent: 2 - - uid: 5357 + - uid: 20129 components: - type: Transform - pos: -42.5,-9.5 + pos: 28.5,-61.5 parent: 2 - - uid: 6343 + - uid: 20130 components: - type: Transform - pos: 10.5,68.5 + pos: 28.5,-61.5 parent: 2 - - uid: 8282 + - uid: 20131 components: - type: Transform - pos: 20.5,16.5 + pos: 27.5,-61.5 parent: 2 - - uid: 8283 + - uid: 20132 components: - type: Transform - pos: 12.5,37.5 + pos: 26.5,-61.5 parent: 2 - - uid: 10059 + - uid: 20133 components: - type: Transform - pos: -20.5,-59.5 + pos: 26.5,-61.5 parent: 2 - - uid: 10912 + - uid: 20134 components: - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,-55.5 + pos: 26.5,-62.5 parent: 2 - - uid: 10972 + - uid: 20135 components: - type: Transform - pos: 55.5,-44.5 + pos: 26.5,-62.5 parent: 2 - - uid: 11137 + - uid: 20136 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 67.5,-26.5 + pos: 25.5,-62.5 parent: 2 - - uid: 11248 + - uid: 20137 components: - type: Transform - pos: 66.5,-17.5 + pos: 24.5,-62.5 parent: 2 - - uid: 11262 + - uid: 20138 components: - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-29.5 + pos: 23.5,-62.5 parent: 2 - - uid: 11279 + - uid: 20139 components: - type: Transform - pos: 53.5,-36.5 + pos: 23.5,-62.5 parent: 2 - - uid: 11280 + - uid: 20140 components: - type: Transform - pos: 52.5,-37.5 + pos: 23.5,-63.5 parent: 2 - - uid: 11282 + - uid: 20141 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,-35.5 + pos: 23.5,-63.5 parent: 2 - - uid: 12537 + - uid: 20142 components: - type: Transform - pos: -34.5,61.5 + pos: 22.5,-63.5 parent: 2 - - uid: 12680 + - uid: 20143 components: - type: Transform - pos: -35.5,60.5 + pos: 21.5,-63.5 parent: 2 - - uid: 12915 + - uid: 20144 components: - type: Transform - pos: 37.5,11.5 + pos: 21.5,-64.5 parent: 2 - - uid: 13055 + - uid: 20145 components: - type: Transform - pos: 12.5,22.5 + pos: 20.5,-64.5 parent: 2 - - uid: 13295 + - uid: 20146 components: - type: Transform - pos: -29.5,61.5 + pos: 19.5,-64.5 parent: 2 - - uid: 13390 + - uid: 20147 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,59.5 + pos: 18.5,-64.5 parent: 2 - - uid: 13395 + - uid: 20148 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,62.5 + pos: 17.5,-64.5 parent: 2 - - uid: 13396 + - uid: 20149 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,65.5 + pos: 16.5,-64.5 parent: 2 - - uid: 13400 + - uid: 20150 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,62.5 + pos: 16.5,-65.5 parent: 2 - - uid: 13411 + - uid: 20151 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,54.5 + pos: 15.5,-65.5 parent: 2 - - uid: 13414 + - uid: 20152 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,62.5 + pos: 14.5,-65.5 parent: 2 - - uid: 13458 + - uid: 20153 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,59.5 + pos: 13.5,-65.5 parent: 2 - - uid: 13460 + - uid: 20154 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,47.5 + pos: 12.5,-65.5 parent: 2 - - uid: 13463 + - uid: 20155 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,53.5 + pos: 11.5,-65.5 parent: 2 - - uid: 13464 + - uid: 20156 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,56.5 + pos: 16.5,-64.5 parent: 2 - - uid: 13470 + - uid: 20157 components: - type: Transform - pos: -36.5,58.5 + pos: 16.5,-63.5 parent: 2 - - uid: 13472 + - uid: 20158 components: - type: Transform - pos: -37.5,48.5 + pos: 16.5,-62.5 parent: 2 - - uid: 13473 + - uid: 20159 components: - type: Transform - pos: -41.5,55.5 + pos: 16.5,-62.5 parent: 2 - - uid: 13737 + - uid: 20160 components: - type: Transform - pos: -34.5,-51.5 + pos: 15.5,-62.5 parent: 2 - - uid: 13738 + - uid: 20161 components: - type: Transform - pos: -25.5,-53.5 + pos: 14.5,-62.5 parent: 2 - - uid: 13739 + - uid: 20162 components: - type: Transform - pos: -33.5,-59.5 + pos: 13.5,-62.5 parent: 2 - - uid: 13761 + - uid: 20163 components: - type: Transform - pos: -33.5,-51.5 + pos: 13.5,-63.5 parent: 2 - - uid: 14485 + - uid: 20164 components: - type: Transform - pos: -32.5,-48.5 + pos: 12.5,-63.5 parent: 2 - - uid: 14486 + - uid: 20165 components: - type: Transform - pos: -13.5,-63.5 + pos: 11.5,-63.5 parent: 2 - - uid: 17595 + - uid: 20166 components: - type: Transform - pos: -62.5,-8.5 + pos: 10.5,-63.5 parent: 2 - - uid: 17599 + - uid: 20167 components: - type: Transform - pos: -65.5,-7.5 + pos: 10.5,-63.5 parent: 2 - - uid: 20377 + - uid: 20168 components: - type: Transform - pos: -65.5,-9.5 + pos: 9.5,-63.5 parent: 2 - - uid: 24161 + - uid: 20169 components: - type: Transform - pos: 32.5,-61.5 + pos: 9.5,-62.5 parent: 2 - - uid: 24175 + - uid: 20170 components: - type: Transform - pos: 31.5,-62.5 + pos: 8.5,-62.5 parent: 2 - - uid: 26184 + - uid: 20171 components: - type: Transform - pos: -64.5,-6.5 + pos: 7.5,-62.5 parent: 2 - - uid: 26186 + - uid: 20172 components: - type: Transform - pos: -56.5,-7.5 + pos: 6.5,-62.5 parent: 2 - - uid: 26190 + - uid: 20173 components: - type: Transform - pos: -55.5,-6.5 + pos: 5.5,-62.5 parent: 2 - - uid: 33671 + - uid: 20174 components: - type: Transform - pos: -61.5,-13.5 + pos: 4.5,-62.5 parent: 2 - - uid: 33859 + - uid: 20175 components: - type: Transform - pos: -59.5,-12.5 + pos: 3.5,-62.5 parent: 2 - - uid: 33862 + - uid: 20176 components: - type: Transform - pos: -63.5,-7.5 + pos: 2.5,-62.5 parent: 2 - - uid: 33887 + - uid: 20177 components: - type: Transform - pos: -29.5,62.5 + pos: 1.5,-62.5 parent: 2 - - uid: 33956 + - uid: 20178 components: - type: Transform - rot: 3.141592653589793 rad - pos: -67.5,-8.5 + pos: 0.5,-62.5 parent: 2 - - uid: 34164 + - uid: 20179 components: - type: Transform - pos: -55.5,-17.5 + pos: -0.5,-62.5 parent: 2 - - uid: 34165 + - uid: 20180 components: - type: Transform - pos: -54.5,-15.5 + pos: -1.5,-62.5 parent: 2 - - uid: 34167 + - uid: 20181 components: - type: Transform - pos: -55.5,-13.5 + pos: -2.5,-62.5 parent: 2 - - uid: 34171 + - uid: 20182 components: - type: Transform - pos: -56.5,-14.5 + pos: -3.5,-62.5 parent: 2 - - uid: 34330 + - uid: 20183 components: - type: Transform - pos: -61.5,-20.5 + pos: -4.5,-62.5 parent: 2 - - uid: 34331 + - uid: 20184 components: - type: Transform - pos: -61.5,-24.5 + pos: -5.5,-62.5 parent: 2 - - uid: 34332 + - uid: 20185 components: - type: Transform - pos: -53.5,-28.5 + pos: -6.5,-62.5 parent: 2 - - uid: 34333 + - uid: 20186 components: - type: Transform - pos: -53.5,-26.5 + pos: -7.5,-62.5 parent: 2 - - uid: 34334 + - uid: 20187 components: - type: Transform - pos: -47.5,-30.5 + pos: -8.5,-62.5 parent: 2 - - uid: 34335 + - uid: 20188 components: - type: Transform - pos: -48.5,-31.5 + pos: -8.5,-63.5 parent: 2 - - uid: 34569 + - uid: 20189 components: - type: Transform - pos: 3.5,8.5 - parent: 30892 - - uid: 34629 + pos: -9.5,-63.5 + parent: 2 + - uid: 20190 components: - type: Transform - pos: 10.5,5.5 - parent: 30892 - - uid: 34637 + pos: -10.5,-63.5 + parent: 2 + - uid: 20191 components: - type: Transform - pos: 8.5,6.5 - parent: 30892 - - uid: 34641 + pos: -11.5,-63.5 + parent: 2 + - uid: 20192 components: - type: Transform - pos: 8.5,5.5 - parent: 30892 - - uid: 34643 + pos: -12.5,-63.5 + parent: 2 + - uid: 20193 components: - type: Transform - pos: 2.5,5.5 - parent: 30892 - - uid: 34644 + pos: -12.5,-62.5 + parent: 2 + - uid: 20194 components: - type: Transform - pos: 7.5,2.5 - parent: 30892 - - uid: 34646 + pos: -13.5,-62.5 + parent: 2 + - uid: 20195 components: - type: Transform - pos: 6.5,6.5 - parent: 30892 - - uid: 34649 + pos: -13.5,-62.5 + parent: 2 + - uid: 20196 components: - type: Transform - pos: 13.5,3.5 - parent: 30892 - - uid: 34650 + pos: -13.5,-61.5 + parent: 2 + - uid: 20197 components: - type: Transform - pos: 14.5,4.5 - parent: 30892 - - uid: 34652 + pos: -13.5,-60.5 + parent: 2 + - uid: 20198 components: - type: Transform - pos: 5.5,6.5 - parent: 30892 - - uid: 34658 + pos: -13.5,-59.5 + parent: 2 + - uid: 20199 components: - type: Transform - pos: 2.5,1.5 - parent: 30892 - - uid: 34659 + pos: -13.5,-59.5 + parent: 2 + - uid: 20200 components: - type: Transform - pos: 3.5,2.5 - parent: 30892 - - uid: 34660 + pos: -14.5,-59.5 + parent: 2 + - uid: 20201 components: - type: Transform - pos: 6.5,2.5 - parent: 30892 - - uid: 34686 + pos: -15.5,-59.5 + parent: 2 + - uid: 20202 components: - type: Transform - pos: 9.5,8.5 - parent: 30892 - - uid: 34688 + pos: -16.5,-59.5 + parent: 2 + - uid: 20203 components: - type: Transform - pos: 6.5,8.5 - parent: 30892 - - uid: 34715 + pos: -16.5,-59.5 + parent: 2 + - uid: 20204 components: - type: Transform - pos: 5.5,10.5 - parent: 30892 - - uid: 34716 + pos: -16.5,-58.5 + parent: 2 + - uid: 20205 components: - type: Transform - pos: 8.5,10.5 - parent: 30892 - - uid: 34722 + pos: -16.5,-57.5 + parent: 2 + - uid: 20206 components: - type: Transform - pos: 1.5,6.5 - parent: 30892 - - uid: 34723 + pos: -16.5,-56.5 + parent: 2 + - uid: 20207 components: - type: Transform - pos: -0.5,5.5 - parent: 30892 - - uid: 34724 + pos: -16.5,-55.5 + parent: 2 + - uid: 20208 components: - type: Transform - pos: -1.5,7.5 - parent: 30892 - - uid: 34725 + pos: -16.5,-55.5 + parent: 2 + - uid: 20209 components: - type: Transform - pos: 12.5,4.5 - parent: 30892 - - uid: 34727 + pos: -15.5,-55.5 + parent: 2 + - uid: 20210 components: - type: Transform - pos: 11.5,5.5 - parent: 30892 - - uid: 36425 + pos: -14.5,-55.5 + parent: 2 + - uid: 20211 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-17.5 + pos: -13.5,-55.5 parent: 2 -- proto: BarricadeBlock - entities: - - uid: 11033 + - uid: 20212 components: - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,9.5 + pos: -12.5,-55.5 parent: 2 - - uid: 13445 + - uid: 20213 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,52.5 + pos: -12.5,-54.5 parent: 2 - - uid: 13462 + - uid: 20214 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,-1.5 + pos: -16.5,-58.5 parent: 2 - - uid: 42818 + - uid: 20215 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-8.5 + pos: -17.5,-58.5 parent: 2 - - uid: 42819 + - uid: 20216 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,-15.5 + pos: -18.5,-58.5 parent: 2 - - uid: 42820 + - uid: 20217 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,-20.5 + pos: -19.5,-58.5 parent: 2 - - uid: 42821 + - uid: 20218 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,4.5 + pos: -20.5,-58.5 parent: 2 - - uid: 42822 + - uid: 20219 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,-8.5 + pos: -20.5,-57.5 parent: 2 - - uid: 42823 + - uid: 20220 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-21.5 + pos: -21.5,-57.5 parent: 2 - - uid: 42824 + - uid: 20221 components: - type: Transform - pos: 61.5,-27.5 + pos: -22.5,-57.5 parent: 2 - - uid: 43058 + - uid: 20222 components: - type: Transform - pos: 12.5,30.5 + pos: -23.5,-57.5 parent: 2 -- proto: BarricadeDirectional - entities: - - uid: 7236 + - uid: 20223 components: - type: Transform - pos: 61.5,-26.5 + pos: -24.5,-57.5 parent: 2 - - uid: 11393 + - uid: 20224 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,50.5 + pos: -25.5,-57.5 parent: 2 - - uid: 12916 + - uid: 20225 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,50.5 + pos: -26.5,-57.5 parent: 2 - - uid: 13461 + - uid: 20226 components: - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,56.5 + pos: -26.5,-57.5 parent: 2 - - uid: 26929 + - uid: 20227 components: - type: Transform - pos: -35.5,45.5 + pos: -26.5,-56.5 parent: 2 - - uid: 42825 + - uid: 20228 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 70.5,-13.5 + pos: -26.5,-55.5 parent: 2 - - uid: 42826 + - uid: 20229 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 71.5,-10.5 + pos: -26.5,-55.5 parent: 2 - - uid: 42827 + - uid: 20230 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 60.5,-8.5 + pos: -27.5,-55.5 parent: 2 - - uid: 42828 + - uid: 20231 components: - type: Transform - rot: 3.141592653589793 rad - pos: 60.5,10.5 + pos: -28.5,-55.5 parent: 2 - - uid: 42829 + - uid: 20232 components: - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,8.5 + pos: -29.5,-55.5 parent: 2 - - uid: 42830 + - uid: 20233 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,12.5 + pos: -29.5,-55.5 parent: 2 - - uid: 42831 + - uid: 20234 components: - type: Transform - pos: -28.5,11.5 + pos: -29.5,-54.5 parent: 2 - - uid: 42832 + - uid: 20235 components: - type: Transform - pos: -29.5,11.5 + pos: -29.5,-53.5 parent: 2 - - uid: 42938 + - uid: 20236 components: - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,-56.5 + pos: -29.5,-52.5 parent: 2 - - uid: 43057 + - uid: 20237 components: - type: Transform - pos: 12.5,31.5 + pos: -29.5,-52.5 parent: 2 - - uid: 43059 + - uid: 20238 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,24.5 + pos: -30.5,-52.5 parent: 2 - - uid: 43060 + - uid: 20239 components: - type: Transform - pos: 16.5,17.5 + pos: -31.5,-52.5 parent: 2 - - uid: 43061 + - uid: 20240 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,12.5 + pos: -32.5,-52.5 parent: 2 - - uid: 43062 + - uid: 20241 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,11.5 + pos: -33.5,-52.5 parent: 2 - - uid: 43063 + - uid: 20242 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,14.5 + pos: -33.5,-52.5 parent: 2 -- proto: BarSign - entities: - - uid: 9686 + - uid: 20243 components: - type: Transform - pos: 7.5,55.5 + pos: -33.5,-51.5 parent: 2 -- proto: BarSignTheOuterSpess - entities: - - uid: 10033 + - uid: 20244 components: - type: Transform - pos: -24.5,-59.5 + pos: -33.5,-50.5 parent: 2 -- proto: BasaltRandom - entities: - - uid: 1285 + - uid: 20245 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,44.5 + pos: -33.5,-49.5 parent: 2 - - uid: 3155 + - uid: 20246 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,48.5 + pos: -33.5,-48.5 parent: 2 - - uid: 12271 + - uid: 20247 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,46.5 + pos: -33.5,-47.5 parent: 2 - - uid: 12499 + - uid: 20248 components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,49.5 + - type: Transform + pos: -33.5,-46.5 parent: 2 - - uid: 35679 + - uid: 20249 components: - type: Transform - pos: -34.5,62.5 + pos: -34.5,-46.5 parent: 2 - - uid: 35682 + - uid: 20250 components: - type: Transform - pos: -31.5,62.5 + pos: -34.5,-46.5 parent: 2 - - uid: 35683 + - uid: 20251 components: - type: Transform - pos: -32.5,65.5 + pos: -34.5,-40.5 parent: 2 - - uid: 35684 + - uid: 20252 components: - type: Transform - pos: -36.5,62.5 + pos: -34.5,-41.5 parent: 2 - - uid: 35685 + - uid: 20253 components: - type: Transform - pos: -31.5,66.5 + pos: -34.5,-42.5 parent: 2 - - uid: 35686 + - uid: 20254 components: - type: Transform - pos: -30.5,63.5 + pos: -34.5,-43.5 parent: 2 -- proto: BaseBallBat - entities: - - uid: 14212 + - uid: 20255 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.913605,-58.55397 + pos: -34.5,-44.5 parent: 2 - - uid: 29616 + - uid: 20256 components: - type: Transform - parent: 27686 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: BaseComputer - entities: - - uid: 626 + pos: -34.5,-45.5 + parent: 2 + - uid: 20257 components: - type: Transform - pos: -2.5,34.5 + pos: -34.5,-46.5 parent: 2 - - uid: 5332 + - uid: 20258 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-22.5 + pos: -34.5,-40.5 parent: 2 - - uid: 7226 + - uid: 20259 components: - type: Transform - pos: -84.5,79.5 + pos: -35.5,-40.5 parent: 2 - - uid: 9604 + - uid: 20260 components: - type: Transform - pos: -4.5,34.5 + pos: -36.5,-40.5 parent: 2 - - uid: 11708 + - uid: 20261 components: - type: Transform - pos: -63.5,-13.5 + pos: -37.5,-40.5 parent: 2 - - uid: 26193 + - uid: 20262 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -84.5,75.5 + pos: -38.5,-40.5 parent: 2 - - uid: 26892 + - uid: 20263 components: - type: Transform - pos: -61.5,3.5 + pos: -39.5,-40.5 parent: 2 -- proto: Basketball - entities: - - uid: 14462 + - uid: 20264 components: - type: Transform - rot: 3.141592653589793 rad - pos: -31.519548,-49.42236 + pos: -39.5,-40.5 parent: 2 -- proto: BassGuitarInstrument - entities: - - uid: 14233 + - uid: 20265 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.538277,-66.54952 + pos: -39.5,-39.5 parent: 2 -- proto: BeachBall - entities: - - uid: 13459 + - uid: 20266 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -21.728304,54.634975 + pos: -39.5,-38.5 parent: 2 -- proto: Beaker - entities: - - uid: 5266 + - uid: 20267 components: - type: Transform - pos: -40.476562,-26.147371 + pos: -39.5,-37.5 parent: 2 - - uid: 5344 + - uid: 20268 components: - type: Transform - pos: -38.578976,-17.834646 + pos: -39.5,-36.5 parent: 2 - - uid: 6837 + - uid: 20269 components: - type: Transform - pos: 19.58468,-37.392326 + pos: -39.5,-35.5 parent: 2 - - uid: 6841 + - uid: 20270 components: - type: Transform - pos: 19.749794,-37.24556 + pos: -39.5,-34.5 parent: 2 - - uid: 7036 + - uid: 20271 components: - type: Transform - pos: 28.46038,0.48341465 + pos: -39.5,-33.5 parent: 2 - - uid: 11587 + - uid: 20272 components: - type: Transform - pos: 14.463301,71.71236 + pos: -40.5,-33.5 parent: 2 - - uid: 11588 + - uid: 20273 components: - type: Transform - pos: 14.557051,71.66548 + pos: -41.5,-33.5 parent: 2 - - uid: 34040 + - uid: 20274 components: - type: Transform - pos: -61.182823,-12.248723 + pos: -41.5,-31.5 parent: 2 - - uid: 34159 + - uid: 20275 components: - type: Transform - pos: -67.37317,-4.6047425 + pos: -41.5,-33.5 parent: 2 - - uid: 42991 + - uid: 20276 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.561386,18.522518 + pos: -41.5,-32.5 parent: 2 -- proto: Bed - entities: - - uid: 1377 + - uid: 20277 components: - type: Transform - pos: 38.5,4.5 + pos: -41.5,-31.5 parent: 2 - - uid: 3845 + - uid: 20278 components: - type: Transform - pos: 41.5,60.5 + pos: -42.5,-31.5 parent: 2 - - uid: 4671 + - uid: 20280 components: - type: Transform - pos: 58.5,37.5 + pos: -42.5,-31.5 parent: 2 - - uid: 4906 + - uid: 20281 components: - type: Transform - pos: -12.5,-20.5 + pos: -42.5,-31.5 parent: 2 - - uid: 5492 + - uid: 20282 components: - type: Transform - pos: -36.5,-55.5 + pos: -42.5,-30.5 parent: 2 - - uid: 5625 + - uid: 20283 components: - type: Transform - pos: -8.5,-41.5 + pos: -42.5,-29.5 parent: 2 - - uid: 6059 + - uid: 20284 components: - type: Transform - pos: 50.5,52.5 + pos: -42.5,-29.5 parent: 2 - - uid: 6118 + - uid: 20285 components: - type: Transform - pos: 14.5,-36.5 + pos: -43.5,-29.5 parent: 2 - - uid: 6208 + - uid: 20286 components: - type: Transform - pos: -29.5,58.5 + pos: -44.5,-29.5 parent: 2 - - uid: 6216 + - uid: 20287 components: - type: Transform - pos: -24.5,60.5 + pos: -44.5,-29.5 parent: 2 - - uid: 6730 + - uid: 20288 components: - type: Transform - pos: 15.5,-15.5 + pos: -44.5,-28.5 parent: 2 - - uid: 6858 + - uid: 20289 components: - type: Transform - pos: 25.5,-11.5 + pos: -44.5,-27.5 parent: 2 - - uid: 7116 + - uid: 20290 components: - type: Transform - pos: 44.5,-39.5 + pos: -44.5,-27.5 parent: 2 - - uid: 7117 + - uid: 20291 components: - type: Transform - pos: 47.5,-39.5 + pos: -45.5,-27.5 parent: 2 - - uid: 8088 + - uid: 20292 components: - type: Transform - pos: -13.5,18.5 + pos: -46.5,-27.5 parent: 2 - - uid: 8342 + - uid: 20293 components: - type: Transform - pos: 58.5,43.5 + pos: -47.5,-27.5 parent: 2 - - uid: 8344 + - uid: 20300 components: - type: Transform - pos: 53.5,52.5 + pos: -48.5,-32.5 parent: 2 - - uid: 8806 + - uid: 20301 components: - type: Transform - pos: 52.5,-23.5 + pos: -48.5,-33.5 parent: 2 - - uid: 8924 + - uid: 20302 components: - type: Transform - pos: 37.5,-40.5 + pos: -48.5,-33.5 parent: 2 - - uid: 8925 + - uid: 20303 components: - type: Transform - pos: 41.5,-46.5 + pos: -47.5,-33.5 parent: 2 - - uid: 9014 + - uid: 20304 components: - type: Transform - pos: 24.5,-57.5 + pos: -46.5,-33.5 parent: 2 - - uid: 9015 + - uid: 20305 components: - type: Transform - pos: 28.5,-55.5 + pos: -45.5,-33.5 parent: 2 - - uid: 9016 + - uid: 20306 components: - type: Transform - pos: 32.5,-54.5 + pos: -45.5,-34.5 parent: 2 - - uid: 9017 + - uid: 20307 components: - type: Transform - pos: 20.5,-59.5 + pos: -44.5,-34.5 parent: 2 - - uid: 9687 + - uid: 20308 components: - type: Transform - pos: 58.5,40.5 + pos: -43.5,-34.5 parent: 2 - - uid: 9712 + - uid: 20331 components: - type: Transform - pos: 35.5,24.5 + pos: -28.5,76.5 parent: 2 - - uid: 9761 + - uid: 20342 components: - type: Transform - pos: 57.5,46.5 + pos: -56.5,-4.5 parent: 2 - - uid: 9790 + - uid: 20346 components: - type: Transform - pos: 7.5,39.5 + pos: -64.5,-20.5 parent: 2 - - uid: 10268 + - uid: 20347 components: - type: Transform - pos: 43.5,19.5 + pos: -65.5,-20.5 parent: 2 - - uid: 10762 + - uid: 20348 components: - type: Transform - pos: -5.5,45.5 + pos: -65.5,-19.5 parent: 2 - - uid: 11268 + - uid: 20349 components: - type: Transform - pos: 8.5,70.5 + pos: -66.5,-19.5 parent: 2 - - uid: 11425 + - uid: 20382 components: - type: Transform - pos: 74.5,31.5 + pos: -55.5,9.5 parent: 2 - - uid: 12677 + - uid: 20383 components: - type: Transform - pos: 34.5,-15.5 + pos: -55.5,10.5 parent: 2 - - uid: 12679 + - uid: 20384 components: - type: Transform - pos: 34.5,-17.5 + pos: -55.5,11.5 parent: 2 - - uid: 31242 + - uid: 20385 components: - type: Transform - pos: 3.5,11.5 - parent: 30892 - - uid: 31243 + pos: -55.5,11.5 + parent: 2 + - uid: 20386 components: - type: Transform - pos: 6.5,11.5 - parent: 30892 - - uid: 31244 + pos: -56.5,11.5 + parent: 2 + - uid: 20387 components: - type: Transform - pos: 9.5,11.5 - parent: 30892 -- proto: BedsheetBlack - entities: - - uid: 8807 + pos: -57.5,11.5 + parent: 2 + - uid: 20388 components: - type: Transform - pos: 52.5,-23.5 + pos: -58.5,11.5 parent: 2 -- proto: BedsheetBlue - entities: - - uid: 8927 + - uid: 20389 components: - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,-46.5 + pos: -59.5,11.5 parent: 2 -- proto: BedsheetBrown - entities: - - uid: 9407 + - uid: 20390 components: - type: Transform - pos: 8.5,70.5 + pos: -54.5,35.5 parent: 2 - - uid: 9791 + - uid: 20391 components: - type: Transform - pos: 7.5,39.5 + pos: -57.5,28.5 parent: 2 - - uid: 10358 + - uid: 20392 components: - type: Transform - pos: 43.5,19.5 + pos: -59.5,11.5 parent: 2 -- proto: BedsheetCaptain - entities: - - uid: 6119 + - uid: 20393 components: - type: Transform - pos: 14.5,-36.5 + pos: -59.5,12.5 parent: 2 -- proto: BedsheetCE - entities: - - uid: 8090 + - uid: 20394 components: - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,18.5 + pos: -59.5,13.5 parent: 2 -- proto: BedsheetCentcom - entities: - - uid: 10766 + - uid: 20395 components: - type: Transform - pos: -5.5,45.5 + pos: -59.5,14.5 parent: 2 -- proto: BedsheetClown - entities: - - uid: 6209 + - uid: 20396 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,58.5 + pos: -59.5,15.5 parent: 2 -- proto: BedsheetCMO - entities: - - uid: 6750 + - uid: 20397 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,-15.5 + pos: -59.5,16.5 parent: 2 -- proto: BedsheetGreen - entities: - - uid: 12265 + - uid: 20398 components: - type: Transform - pos: 38.5,4.5 + pos: -59.5,17.5 parent: 2 -- proto: BedsheetHOP - entities: - - uid: 5610 + - uid: 20399 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-41.5 + pos: -59.5,18.5 parent: 2 -- proto: BedsheetHOS - entities: - - uid: 10527 + - uid: 20400 components: - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,60.5 + pos: -57.5,27.5 parent: 2 -- proto: BedsheetMedical - entities: - - uid: 6689 + - uid: 20401 components: - type: Transform - pos: 20.5,-22.5 + pos: -58.5,18.5 parent: 2 - - uid: 6690 + - uid: 20402 components: - type: Transform - pos: 20.5,-24.5 + pos: -57.5,18.5 parent: 2 - - uid: 6691 + - uid: 20403 components: - type: Transform - pos: 18.5,-24.5 + pos: -57.5,26.5 parent: 2 - - uid: 6692 + - uid: 20404 components: - type: Transform - pos: 18.5,-22.5 + pos: -57.5,18.5 parent: 2 - - uid: 6693 + - uid: 20405 components: - type: Transform - pos: 24.5,-22.5 + pos: -57.5,19.5 parent: 2 - - uid: 6694 + - uid: 20406 components: - type: Transform - pos: 24.5,-24.5 + pos: -57.5,20.5 parent: 2 - - uid: 6695 + - uid: 20407 components: - type: Transform - pos: 22.5,-24.5 + pos: -57.5,21.5 parent: 2 - - uid: 6696 + - uid: 20408 components: - type: Transform - pos: 22.5,-22.5 + pos: -57.5,22.5 parent: 2 - - uid: 6861 + - uid: 20409 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,-11.5 + pos: -57.5,23.5 parent: 2 - - uid: 7070 + - uid: 20410 components: - type: Transform - pos: 34.5,6.5 + pos: -57.5,24.5 parent: 2 - - uid: 7071 + - uid: 20411 components: - type: Transform - pos: 34.5,2.5 + pos: -57.5,25.5 parent: 2 - - uid: 7072 + - uid: 20412 components: - type: Transform - pos: 27.5,2.5 + pos: -57.5,26.5 parent: 2 - - uid: 7073 + - uid: 20413 components: - type: Transform - pos: 27.5,6.5 + pos: -57.5,26.5 parent: 2 - - uid: 10303 + - uid: 20414 components: - type: Transform - pos: 20.5,55.5 + pos: -58.5,26.5 parent: 2 - - uid: 10304 + - uid: 20415 components: - type: Transform - pos: 20.5,53.5 + pos: -59.5,26.5 parent: 2 - - uid: 12710 + - uid: 20416 components: - type: Transform - pos: 34.5,-15.5 + pos: -60.5,26.5 parent: 2 - - uid: 12711 + - uid: 20417 components: - type: Transform - pos: 34.5,-17.5 + pos: -61.5,26.5 parent: 2 -- proto: BedsheetMime - entities: - - uid: 6195 + - uid: 20418 components: - type: Transform - pos: -24.5,60.5 + pos: -61.5,26.5 parent: 2 -- proto: BedsheetOrange - entities: - - uid: 8334 + - uid: 20419 components: - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,52.5 + pos: -61.5,27.5 parent: 2 - - uid: 9756 + - uid: 20420 components: - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,52.5 + pos: -61.5,28.5 parent: 2 - - uid: 9757 + - uid: 20421 components: - type: Transform - rot: 3.141592653589793 rad - pos: 58.5,40.5 + pos: -61.5,29.5 parent: 2 - - uid: 9759 + - uid: 20422 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,46.5 + pos: -61.5,30.5 parent: 2 - - uid: 9760 + - uid: 20423 components: - type: Transform - rot: 3.141592653589793 rad - pos: 58.5,43.5 + pos: -60.5,30.5 parent: 2 - - uid: 21135 + - uid: 20424 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,37.5 + pos: -60.5,31.5 parent: 2 - - uid: 31547 + - uid: 20425 components: - type: Transform - parent: 11574 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 31548 + pos: -60.5,32.5 + parent: 2 + - uid: 20426 components: - type: Transform - parent: 11577 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 31549 + pos: -57.5,29.5 + parent: 2 + - uid: 20427 components: - type: Transform - parent: 11578 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: BedsheetQM - entities: - - uid: 5513 + pos: -57.5,30.5 + parent: 2 + - uid: 20428 components: - type: Transform - pos: -36.5,-55.5 + pos: -57.5,31.5 parent: 2 -- proto: BedsheetRD - entities: - - uid: 4907 + - uid: 20429 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-20.5 + pos: -57.5,32.5 parent: 2 -- proto: BedsheetRed - entities: - - uid: 9755 + - uid: 20430 components: - type: Transform - pos: 35.5,24.5 + pos: -57.5,33.5 parent: 2 - - uid: 35029 + - uid: 20431 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 74.5,31.5 + pos: -57.5,34.5 parent: 2 -- proto: BedsheetSpawner - entities: - - uid: 9325 + - uid: 20432 components: - type: Transform - pos: 20.5,-59.5 + pos: -56.5,34.5 parent: 2 - - uid: 9326 + - uid: 20433 components: - type: Transform - pos: 24.5,-57.5 + pos: -56.5,35.5 parent: 2 - - uid: 9327 + - uid: 20434 components: - type: Transform - pos: 28.5,-55.5 + pos: -53.5,35.5 parent: 2 - - uid: 9328 + - uid: 20435 components: - type: Transform - pos: 32.5,-54.5 + pos: -52.5,35.5 parent: 2 -- proto: BedsheetWhite - entities: - - uid: 7126 + - uid: 20436 components: - type: Transform - pos: 44.5,-39.5 + pos: -51.5,35.5 parent: 2 - - uid: 7127 + - uid: 20441 components: - type: Transform - pos: 47.5,-39.5 + pos: -21.5,43.5 parent: 2 -- proto: BigBox - entities: - - uid: 14035 + - uid: 20442 components: - type: Transform - pos: -22.517761,-58.45884 + pos: -22.5,43.5 parent: 2 -- proto: BiomassReclaimer - entities: - - uid: 18449 + - uid: 20445 components: - type: Transform - pos: 42.5,-22.5 + pos: -22.5,46.5 parent: 2 -- proto: BlastDoor - entities: - - uid: 707 + - uid: 20446 components: - type: Transform - pos: -67.5,15.5 + pos: -23.5,46.5 parent: 2 - - uid: 1127 + - uid: 20447 components: - type: Transform - pos: -66.5,15.5 + pos: -24.5,46.5 parent: 2 - - uid: 1186 + - uid: 20448 components: - type: Transform - pos: -65.5,15.5 + pos: -25.5,46.5 parent: 2 - - uid: 1192 + - uid: 20449 components: - type: Transform - pos: -67.5,7.5 + pos: -26.5,46.5 parent: 2 - - uid: 1197 + - uid: 20450 components: - type: Transform - pos: -66.5,7.5 + pos: -27.5,46.5 parent: 2 - - uid: 1505 + - uid: 20451 components: - type: Transform - pos: -55.5,-42.5 + pos: -28.5,46.5 parent: 2 - - uid: 3734 + - uid: 20452 components: - type: Transform - pos: 57.5,14.5 + pos: -22.5,43.5 parent: 2 - - type: DeviceLinkSink - links: - - 12617 - - uid: 3744 + - uid: 20453 components: - type: Transform - pos: 58.5,14.5 + pos: -22.5,44.5 parent: 2 - - type: DeviceLinkSink - links: - - 12617 - - uid: 4786 + - uid: 20454 components: - type: Transform - pos: -25.5,-8.5 + pos: -22.5,45.5 parent: 2 - - uid: 4787 + - uid: 20460 components: - type: Transform - pos: -24.5,-8.5 + pos: -28.5,45.5 parent: 2 - - uid: 4788 + - uid: 20461 components: - type: Transform - pos: -23.5,-8.5 + pos: -29.5,45.5 parent: 2 - - uid: 5031 + - uid: 20462 components: - type: Transform - pos: -22.5,-43.5 + pos: -29.5,44.5 parent: 2 - - uid: 5032 + - uid: 20463 components: - type: Transform - pos: -23.5,-43.5 + pos: -30.5,44.5 parent: 2 - - uid: 5033 + - uid: 20464 components: - type: Transform - pos: -24.5,-43.5 + pos: -31.5,44.5 parent: 2 - - uid: 5468 + - uid: 20471 components: - type: Transform - pos: -55.5,-46.5 + pos: -31.5,43.5 parent: 2 - - uid: 5811 + - uid: 20472 components: - type: Transform - pos: 11.5,-48.5 + pos: -32.5,43.5 parent: 2 - - type: DeviceLinkSink - links: - - 9435 - - uid: 5812 + - uid: 20473 components: - type: Transform - pos: 12.5,-48.5 + pos: -33.5,43.5 parent: 2 - - type: DeviceLinkSink - links: - - 9435 - - uid: 5813 + - uid: 20474 components: - type: Transform - pos: 13.5,-48.5 + pos: -34.5,43.5 parent: 2 - - type: DeviceLinkSink - links: - - 9435 - - uid: 5814 + - uid: 20475 components: - type: Transform - pos: 14.5,-48.5 + pos: -35.5,43.5 parent: 2 - - type: DeviceLinkSink - links: - - 9435 - - uid: 5932 + - uid: 20477 components: - type: Transform - pos: -15.5,23.5 + pos: -35.5,43.5 parent: 2 - - type: DeviceLinkSink - links: - - 30551 - - uid: 5933 + - uid: 20478 components: - type: Transform - pos: -16.5,23.5 + pos: -35.5,44.5 parent: 2 - - type: DeviceLinkSink - links: - - 30551 - - uid: 7716 + - uid: 20479 components: - type: Transform - pos: -55.5,53.5 + pos: -35.5,45.5 parent: 2 - - type: DeviceLinkSink - links: - - 7513 - - uid: 8780 + - uid: 20480 components: - type: Transform - pos: -65.5,7.5 + pos: -35.5,46.5 parent: 2 - - uid: 9285 + - uid: 20481 components: - type: Transform - rot: 3.141592653589793 rad - pos: -70.5,21.5 + pos: -35.5,46.5 parent: 2 - - type: DeviceLinkSink - links: - - 9303 - - uid: 13799 + - uid: 20482 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,4.5 - parent: 14592 - - type: DeviceLinkSink - links: - - 14090 - - uid: 14103 + pos: -36.5,46.5 + parent: 2 + - uid: 20483 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,4.5 - parent: 14592 - - type: DeviceLinkSink - links: - - 14090 - - uid: 14104 + pos: -37.5,46.5 + parent: 2 + - uid: 20484 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,4.5 - parent: 14592 - - type: DeviceLinkSink - links: - - 14090 - - uid: 14175 + pos: -38.5,46.5 + parent: 2 + - uid: 20489 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,4.5 - parent: 14592 - - type: DeviceLinkSink - links: - - 14090 - - uid: 29118 + pos: -38.5,46.5 + parent: 2 + - uid: 20490 components: - type: Transform - pos: 56.5,54.5 + pos: -38.5,47.5 parent: 2 - - type: DeviceLinkSink - links: - - 35148 - - uid: 29136 + - uid: 20491 components: - type: Transform - pos: 57.5,54.5 + pos: -38.5,48.5 parent: 2 - - type: DeviceLinkSink - links: - - 35148 - - uid: 29149 + - uid: 20492 components: - type: Transform - pos: 55.5,54.5 + pos: -38.5,48.5 parent: 2 - - type: DeviceLinkSink - links: - - 35148 - - uid: 31349 + - uid: 20493 components: - type: Transform - pos: -0.5,-2.5 - parent: 31348 - - uid: 31350 + pos: -39.5,48.5 + parent: 2 + - uid: 20494 components: - type: Transform - pos: 0.5,-2.5 - parent: 31348 - - uid: 31351 + pos: -40.5,48.5 + parent: 2 + - uid: 20495 components: - type: Transform - pos: 1.5,-2.5 - parent: 31348 -- proto: BlastDoorOpen - entities: - - uid: 7112 + pos: -40.5,48.5 + parent: 2 + - uid: 20496 components: - type: Transform - pos: 44.5,-42.5 + pos: -40.5,49.5 parent: 2 - - type: DeviceLinkSink - links: - - 12523 - - uid: 7113 + - uid: 20497 components: - type: Transform - pos: 46.5,-42.5 + pos: -40.5,50.5 parent: 2 - - type: DeviceLinkSink - links: - - 12526 - - uid: 7122 + - uid: 20498 components: - type: Transform - pos: 43.5,-42.5 + pos: -40.5,51.5 parent: 2 - - type: DeviceLinkSink - links: - - 12523 - - uid: 7123 + - uid: 20499 components: - type: Transform - pos: 47.5,-42.5 + pos: -40.5,52.5 parent: 2 - - type: DeviceLinkSink - links: - - 12526 - - uid: 35105 + - uid: 20500 components: - type: Transform - pos: 58.5,52.5 + pos: -40.5,52.5 parent: 2 - - type: DeviceLinkSink - links: - - 35148 -- proto: Bloodpack - entities: - - uid: 6704 + - uid: 20501 components: - type: Transform - pos: 22.269087,-23.276316 + pos: -40.5,53.5 parent: 2 - - uid: 6706 + - uid: 20502 components: - type: Transform - pos: 20.32442,-23.25797 + pos: -40.5,54.5 parent: 2 - - uid: 10339 + - uid: 20503 components: - type: Transform - pos: 24.401604,51.805813 + pos: -40.5,55.5 parent: 2 - - uid: 34001 + - uid: 20504 components: - type: Transform - parent: 33999 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 34002 + pos: -40.5,55.5 + parent: 2 + - uid: 20505 components: - type: Transform - parent: 33999 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 35583 + pos: -39.5,55.5 + parent: 2 + - uid: 20506 components: - type: Transform - pos: 30.631569,-17.001915 + pos: -38.5,55.5 parent: 2 - - uid: 35584 + - uid: 20507 components: - type: Transform - pos: 30.444069,-17.220665 + pos: -38.5,55.5 parent: 2 -- proto: BodyBag_Folded - entities: - - uid: 11292 + - uid: 20508 components: - type: Transform - pos: 51.70546,-37.017063 + pos: -38.5,56.5 parent: 2 -- proto: Bonfire - entities: - - uid: 1251 + - uid: 20509 components: - type: Transform - pos: 45.5,0.5 + pos: -38.5,57.5 parent: 2 - - uid: 36838 + - uid: 20517 components: - type: Transform - pos: -51.5,64.5 + pos: -38.5,57.5 parent: 2 -- proto: BookAtmosDistro - entities: - - uid: 13492 + - uid: 20518 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.704376,55.23332 + pos: -37.5,57.5 parent: 2 -- proto: BookAtmosVentsMore - entities: - - uid: 13496 + - uid: 20519 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.583015,54.391975 + pos: -36.5,57.5 parent: 2 - - uid: 36378 + - uid: 20520 components: - type: Transform - pos: -60.476875,79.807106 + pos: -35.5,57.5 parent: 2 -- proto: BookAtmosWaste - entities: - - uid: 24701 + - uid: 20521 components: - type: Transform - pos: -59.290077,78.632324 + pos: -35.5,57.5 parent: 2 -- proto: BookBase - entities: - - uid: 12263 + - uid: 20522 components: - type: Transform - pos: 34.504974,-28.536316 + pos: -35.5,58.5 parent: 2 -- proto: BookChemicalCompendium - entities: - - uid: 6803 + - uid: 20523 components: - type: Transform - pos: 23.50317,-33.526695 + pos: -35.5,59.5 parent: 2 -- proto: BookEarth - entities: - - uid: 36436 + - uid: 20524 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 38.49623,-60.580307 + pos: -35.5,59.5 parent: 2 -- proto: BookEngineersHandbook - entities: - - uid: 24219 + - uid: 20525 components: - type: Transform - pos: -65.36195,74.90907 + pos: -34.5,59.5 parent: 2 -- proto: BookIanMountain - entities: - - uid: 5680 + - uid: 20526 components: - type: Transform - pos: -5.4968767,-42.947624 + pos: -34.5,60.5 parent: 2 -- proto: BookRandom - entities: - - uid: 931 + - uid: 20527 components: - type: Transform - pos: -35.544533,41.549683 + pos: -33.5,60.5 parent: 2 - - uid: 932 + - uid: 20528 components: - type: Transform - pos: -35.310158,41.690308 + pos: -32.5,60.5 parent: 2 - - uid: 8387 + - uid: 20529 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.4621778,39.62845 + pos: -31.5,60.5 parent: 2 - - uid: 8533 + - uid: 20530 components: - type: Transform - pos: -35.653908,41.768433 + pos: -30.5,60.5 parent: 2 - - uid: 10685 + - uid: 20539 components: - type: Transform - pos: 6.537424,42.6909 + pos: -30.5,60.5 parent: 2 - - uid: 10686 + - uid: 20540 components: - type: Transform - pos: 6.771799,42.5034 + pos: -30.5,61.5 parent: 2 - - uid: 13275 + - uid: 20541 components: - type: Transform - pos: 20.323355,40.49401 + pos: -29.5,61.5 parent: 2 - - uid: 13276 + - uid: 20542 components: - type: Transform - pos: 20.628042,40.658073 + pos: -29.5,62.5 parent: 2 - - uid: 13436 + - uid: 20543 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.70146,64.3037 + pos: -29.5,62.5 parent: 2 - - uid: 13437 + - uid: 20544 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.54521,64.50683 + pos: -28.5,62.5 parent: 2 - - uid: 14235 + - uid: 20545 components: - type: Transform - pos: -12.098644,-66.041595 + pos: -27.5,62.5 parent: 2 - - uid: 18341 + - uid: 20551 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -61.568447,31.299614 + pos: -27.5,63.5 parent: 2 - - uid: 26758 + - uid: 20552 components: - type: Transform - pos: 53.506462,-18.456347 + pos: -26.5,63.5 parent: 2 - - uid: 34345 + - uid: 20553 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.63445,-21.504421 + pos: -25.5,63.5 parent: 2 - - uid: 35672 + - uid: 20554 components: - type: Transform - pos: -31.584381,67.64457 + pos: -24.5,63.5 parent: 2 - - uid: 35673 + - uid: 20555 components: - type: Transform - pos: -31.271881,67.441444 + pos: -23.5,63.5 parent: 2 -- proto: BooksBag - entities: - - uid: 8368 + - uid: 20556 components: - type: Transform - pos: 3.5090528,40.550323 + pos: -22.5,63.5 parent: 2 -- proto: BookScientistsGuidebook - entities: - - uid: 36366 + - uid: 20559 components: - type: Transform - pos: -68.53383,80.84657 + pos: -22.5,63.5 parent: 2 -- proto: Bookshelf - entities: - - uid: 12476 + - uid: 20560 components: - type: Transform - pos: -10.5,-65.5 + pos: -22.5,64.5 parent: 2 -- proto: BookshelfFilled - entities: - - uid: 2176 + - uid: 20561 components: - type: Transform - pos: -24.5,-49.5 + pos: -22.5,65.5 parent: 2 - - uid: 2177 + - uid: 20562 components: - type: Transform - pos: -25.5,-49.5 + pos: -22.5,66.5 parent: 2 - - uid: 8812 + - uid: 20563 components: - type: Transform - pos: 54.5,-22.5 + pos: -22.5,67.5 parent: 2 - - uid: 8850 + - uid: 20564 components: - type: Transform - pos: 61.5,-22.5 + pos: -21.5,67.5 parent: 2 - - uid: 8851 + - uid: 20565 components: - type: Transform - pos: 61.5,-21.5 + pos: -21.5,68.5 parent: 2 - - uid: 8852 + - uid: 20566 components: - type: Transform - pos: 61.5,-20.5 + pos: -21.5,68.5 parent: 2 - - uid: 8929 + - uid: 20581 components: - type: Transform - pos: 37.5,-44.5 + pos: 0.5,37.5 parent: 2 - - uid: 8930 + - uid: 20582 components: - type: Transform - pos: 37.5,-43.5 + pos: 0.5,38.5 parent: 2 - - uid: 8971 + - uid: 20583 components: - type: Transform - pos: 35.5,-43.5 + pos: 0.5,39.5 parent: 2 - - uid: 8972 + - uid: 20584 components: - type: Transform - pos: 34.5,-43.5 + pos: 0.5,40.5 parent: 2 - - uid: 9134 + - uid: 20585 components: - type: Transform - pos: -30.5,41.5 + pos: 0.5,41.5 parent: 2 - - uid: 9795 + - uid: 20586 components: - type: Transform - pos: 28.5,69.5 + pos: 0.5,42.5 parent: 2 - - uid: 9823 + - uid: 20587 components: - type: Transform - pos: 28.5,70.5 + pos: 0.5,43.5 parent: 2 - - uid: 9844 + - uid: 20588 components: - type: Transform - pos: 14.5,38.5 + pos: 0.5,44.5 parent: 2 - - uid: 9845 + - uid: 20589 components: - type: Transform - pos: 15.5,38.5 + pos: 0.5,45.5 parent: 2 - - uid: 9846 + - uid: 20590 components: - type: Transform - pos: 16.5,38.5 + pos: 0.5,46.5 parent: 2 - - uid: 9847 + - uid: 20591 components: - type: Transform - pos: 16.5,40.5 + pos: 0.5,47.5 parent: 2 - - uid: 9848 + - uid: 20592 components: - type: Transform - pos: 15.5,40.5 + pos: 0.5,48.5 parent: 2 - - uid: 9849 + - uid: 20593 components: - type: Transform - pos: 14.5,40.5 + pos: 0.5,49.5 parent: 2 - - uid: 9850 + - uid: 20594 components: - type: Transform - pos: 14.5,48.5 + pos: 0.5,50.5 parent: 2 - - uid: 11176 + - uid: 20595 components: - type: Transform - pos: -12.5,-67.5 + pos: 0.5,51.5 parent: 2 - - uid: 12781 + - uid: 20596 components: - type: Transform - pos: 11.5,41.5 + pos: 0.5,52.5 parent: 2 - - uid: 13257 + - uid: 20597 components: - type: Transform - pos: 19.5,39.5 + pos: 0.5,53.5 parent: 2 - - uid: 13258 + - uid: 20598 components: - type: Transform - pos: 19.5,40.5 + pos: 0.5,53.5 parent: 2 - - uid: 17612 + - uid: 20599 components: - type: Transform - pos: 13.5,-20.5 + pos: 1.5,53.5 parent: 2 -- proto: BoozeDispenser - entities: - - uid: 6237 + - uid: 20600 components: - type: Transform - pos: 1.5,69.5 + pos: 2.5,53.5 parent: 2 - - uid: 8224 + - uid: 20601 components: - type: Transform - pos: -55.5,36.5 + pos: 3.5,53.5 parent: 2 - - uid: 10011 + - uid: 20602 components: - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-65.5 + pos: 4.5,53.5 parent: 2 -- proto: BorgCharger - entities: - - uid: 1754 + - uid: 20603 components: - type: Transform - pos: -22.5,-39.5 + pos: 5.5,53.5 parent: 2 - - uid: 34230 + - uid: 20604 components: - type: Transform - pos: -16.5,46.5 + pos: 6.5,53.5 parent: 2 - - uid: 35681 + - uid: 20605 components: - type: Transform - pos: -80.5,85.5 + pos: 7.5,53.5 parent: 2 -- proto: BorgModuleClowning - entities: - - uid: 34232 + - uid: 20606 components: - type: Transform - pos: -18.405499,46.940548 + pos: 8.5,53.5 parent: 2 -- proto: BorgModuleGPS - entities: - - uid: 34231 + - uid: 20607 components: - type: Transform - pos: -18.546124,47.096798 + pos: 9.5,53.5 parent: 2 -- proto: BoxBeaker - entities: - - uid: 5341 + - uid: 20611 components: - type: Transform - pos: -40.39522,-17.412691 + pos: 9.5,52.5 parent: 2 - - uid: 6810 + - uid: 20612 components: - type: Transform - pos: 19.228577,-36.71888 + pos: 10.5,52.5 parent: 2 - - uid: 6814 + - uid: 20613 components: - type: Transform - pos: 24.658962,-33.306545 + pos: 11.5,52.5 parent: 2 - - uid: 8463 + - uid: 20614 components: - type: Transform - pos: -11.636564,61.366875 + pos: 12.5,52.5 parent: 2 - - uid: 34111 + - uid: 20615 components: - type: Transform - pos: -67.607544,-4.3078675 + pos: 13.5,52.5 parent: 2 -- proto: BoxBeanbag - entities: - - uid: 6355 + - uid: 20616 components: - type: Transform - pos: 48.36667,35.741806 + pos: 14.5,52.5 parent: 2 - - uid: 6356 + - uid: 20618 components: - type: Transform - pos: 48.36667,35.741806 + pos: 14.5,51.5 parent: 2 - - uid: 6358 + - uid: 20619 components: - type: Transform - pos: 48.663544,35.47618 + pos: 15.5,51.5 parent: 2 - - uid: 6359 + - uid: 20620 components: - type: Transform - pos: 48.382294,35.741806 + pos: 16.5,51.5 parent: 2 - - uid: 8815 + - uid: 20621 components: - type: Transform - pos: 54.41101,-23.822903 + pos: 16.5,51.5 parent: 2 -- proto: BoxBodyBag - entities: - - uid: 7000 + - uid: 20622 components: - type: Transform - pos: 41.30954,-18.26596 + pos: 16.5,52.5 parent: 2 - - uid: 8794 + - uid: 20623 components: - type: Transform - pos: 54.232414,-25.287228 + pos: 16.5,53.5 parent: 2 - - uid: 8886 + - uid: 20624 components: - type: Transform - pos: 40.65187,-9.639558 + pos: 16.5,54.5 parent: 2 - - uid: 8889 + - uid: 20625 components: - type: Transform - pos: 40.33937,-9.405183 + pos: 16.5,54.5 parent: 2 -- proto: BoxBottle - entities: - - uid: 6654 + - uid: 20626 components: - type: Transform - pos: 15.680807,-27.513832 + pos: 17.5,54.5 parent: 2 - - uid: 6902 + - uid: 20627 components: - type: Transform - pos: 24.346296,-14.451857 + pos: 18.5,54.5 parent: 2 - - uid: 10309 + - uid: 20628 components: - type: Transform - pos: 21.404202,52.697998 + pos: 18.5,55.5 parent: 2 -- proto: BoxCardboard - entities: - - uid: 8054 + - uid: 20635 components: - type: Transform - pos: -26.625849,24.505524 + pos: 56.5,8.5 parent: 2 - - uid: 8926 + - uid: 20636 components: - - type: MetaData - name: коробка со снотворным - type: Transform - parent: 8923 - - type: ContainerContainer - containers: - storagebase: !type:Container - showEnts: False - occludes: True - ents: - - 8928 - - 8952 - - 8955 - - 8987 - - 9386 - - 9409 - - 9451 - - 10529 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 11264 + pos: 57.5,8.5 + parent: 2 + - uid: 20637 components: - - type: MetaData - name: коробка с успокоительным - type: Transform - parent: 8923 - - type: ContainerContainer - containers: - storagebase: !type:Container - showEnts: False - occludes: True - ents: - - 11597 - - 11602 - - 11603 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: BoxFlashbang - entities: - - uid: 10140 + pos: 57.5,9.5 + parent: 2 + - uid: 20638 components: - type: Transform - pos: 34.502327,22.646238 + pos: 58.5,9.5 parent: 2 -- proto: BoxFolderBase - entities: - - uid: 5696 + - uid: 20639 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.726095,-46.28658 + pos: 59.5,9.5 parent: 2 - - uid: 13277 + - uid: 20640 components: - type: Transform - pos: 20.55773,40.001823 + pos: 60.5,9.5 parent: 2 -- proto: BoxFolderBlack - entities: - - uid: 5511 + - uid: 20641 components: - type: Transform - pos: -40.531555,-50.485268 + pos: 60.5,10.5 parent: 2 - - uid: 5638 + - uid: 20642 components: - type: Transform - pos: -4.561236,-41.46161 + pos: 61.5,10.5 parent: 2 - - uid: 5733 + - uid: 20643 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.6387553,-39.26875 + pos: 62.5,10.5 parent: 2 - - uid: 5744 + - uid: 20644 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.538299,-36.66363 + pos: 63.5,10.5 parent: 2 - - uid: 7430 + - uid: 20645 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.3973637,-29.051666 + pos: 64.5,10.5 parent: 2 - - uid: 10785 + - uid: 20646 components: - type: Transform - pos: -5.543754,43.480408 + pos: 65.5,10.5 parent: 2 - - uid: 12045 + - uid: 20647 components: - type: Transform - pos: 57.557194,20.62864 + pos: 66.5,10.5 parent: 2 -- proto: BoxFolderBlue - entities: - - uid: 5509 + - uid: 20648 components: - type: Transform - pos: -40.75171,-50.301807 + pos: 66.5,10.5 parent: 2 - - uid: 5640 + - uid: 20649 components: - type: Transform - pos: -2.3413827,-45.44267 + pos: 66.5,11.5 parent: 2 - - uid: 5697 + - uid: 20650 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.52429,-46.488384 + pos: 66.5,12.5 parent: 2 - - uid: 5731 + - uid: 20651 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.721163,-39.378826 + pos: 66.5,13.5 parent: 2 - - uid: 5732 + - uid: 20652 components: - type: Transform - pos: -5.8775496,-37.43416 + pos: 66.5,14.5 parent: 2 - - uid: 6130 + - uid: 20653 components: - type: Transform - pos: 12.974331,-33.324272 + pos: 66.5,15.5 parent: 2 - - uid: 6748 + - uid: 20654 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.312098,-17.934147 + pos: 66.5,16.5 parent: 2 - - uid: 6758 + - uid: 20655 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.580978,-20.275314 + pos: 66.5,17.5 parent: 2 - - uid: 6759 + - uid: 20656 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.440353,-20.462814 + pos: 66.5,18.5 parent: 2 - - uid: 7395 + - uid: 20657 components: - type: Transform - pos: -0.6531366,-27.41704 + pos: 66.5,19.5 parent: 2 - - uid: 8611 + - uid: 20663 components: - type: Transform - pos: 33.350266,38.744656 + pos: 66.5,12.5 parent: 2 - - uid: 10380 + - uid: 20664 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.360111,-26.385273 + pos: 65.5,12.5 parent: 2 - - uid: 10522 + - uid: 20665 components: - type: Transform - pos: 43.683266,59.700607 + pos: 64.5,12.5 parent: 2 - - uid: 10558 + - uid: 20666 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 45.44299,52.571915 + pos: 63.5,12.5 parent: 2 - - uid: 10783 + - uid: 20667 components: - type: Transform - pos: -5.293754,43.417908 + pos: 63.5,13.5 parent: 2 - - uid: 11320 + - uid: 20668 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.352024,48.35479 + pos: 62.5,13.5 parent: 2 - - uid: 12138 + - uid: 20676 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 54.520664,23.630894 + pos: 53.5,-6.5 parent: 2 - - uid: 12451 + - uid: 20677 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 48.520813,43.63947 + pos: 53.5,-5.5 parent: 2 - - uid: 13271 + - uid: 20678 components: - type: Transform - pos: 20.346792,39.790886 + pos: 53.5,-4.5 parent: 2 -- proto: BoxFolderGrey - entities: - - uid: 5506 + - uid: 20679 components: - type: Transform - pos: -37.669598,-50.21008 + pos: 53.5,-3.5 parent: 2 - - uid: 5637 + - uid: 20680 components: - type: Transform - pos: -4.2860475,-41.40657 + pos: 53.5,-2.5 parent: 2 - - uid: 5734 + - uid: 20681 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.473642,-39.598976 + pos: 53.5,-1.5 parent: 2 - - uid: 5745 + - uid: 20682 components: - type: Transform - pos: -4.7951417,-37.379124 + pos: 53.5,-0.5 parent: 2 - - uid: 7396 + - uid: 20683 components: - type: Transform - pos: -0.23699892,-27.41704 + pos: 53.5,0.5 parent: 2 - - uid: 8122 + - uid: 20684 components: - type: Transform - pos: -15.2484665,17.662401 + pos: 53.5,1.5 parent: 2 - - uid: 10786 + - uid: 20685 components: - type: Transform - pos: -4.668754,40.964783 + pos: 53.5,2.5 parent: 2 - - uid: 12043 + - uid: 20686 components: - type: Transform - rot: 3.141592653589793 rad - pos: 56.72907,24.675514 + pos: 53.5,3.5 parent: 2 -- proto: BoxFolderRed - entities: - - uid: 5507 + - uid: 20687 components: - type: Transform - pos: -37.486137,-50.301807 + pos: 53.5,4.5 parent: 2 - - uid: 5639 + - uid: 20688 components: - type: Transform - pos: -2.634917,-45.332592 + pos: 53.5,5.5 parent: 2 - - uid: 5735 + - uid: 20689 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.390938,-39.30544 + pos: 53.5,6.5 parent: 2 - - uid: 5739 + - uid: 20690 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.4462724,-36.571903 + pos: 53.5,7.5 parent: 2 - - uid: 7429 + - uid: 20691 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.623869,-28.219158 + pos: 53.5,8.5 parent: 2 - - uid: 8610 + - uid: 20692 components: - type: Transform - pos: 33.64714,38.51028 + pos: 54.5,8.5 parent: 2 - - uid: 10247 + - uid: 20694 components: - type: Transform - rot: 3.141592653589793 rad - pos: 43.325268,40.584538 + pos: 55.5,8.5 parent: 2 - - uid: 10254 + - uid: 20695 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 31.393417,26.57236 + pos: 56.5,8.5 parent: 2 - - uid: 10521 + - uid: 20870 components: - type: Transform - pos: 43.41764,59.481857 + pos: -87.5,-22.5 parent: 2 - - uid: 10557 + - uid: 20871 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 45.63049,52.83754 + pos: -86.5,-22.5 parent: 2 - - uid: 11319 + - uid: 20872 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.414524,48.432915 + pos: -85.5,-22.5 parent: 2 - - uid: 12038 + - uid: 20873 components: - type: Transform - pos: 56.557194,20.613014 + pos: -84.5,-22.5 parent: 2 - - uid: 13279 + - uid: 20874 components: - type: Transform - pos: 20.581167,39.57995 + pos: -66.5,-21.5 parent: 2 - - uid: 13570 + - uid: 20875 components: - type: Transform - pos: 67.101845,5.635998 + pos: -66.5,-22.5 parent: 2 - - uid: 35074 + - uid: 20876 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 67.58984,27.570566 + pos: -66.5,-23.5 parent: 2 - - uid: 35459 + - uid: 20877 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 57.372185,30.22628 + pos: -25.5,68.5 parent: 2 - - uid: 35460 + - uid: 20880 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 57.590935,29.25753 + pos: -66.5,-23.5 parent: 2 - - uid: 36743 + - uid: 20881 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 55.560066,50.055004 + pos: -67.5,-23.5 parent: 2 - - uid: 36758 + - uid: 20882 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 31.569681,29.319431 + pos: -68.5,-23.5 parent: 2 -- proto: BoxFolderWhite - entities: - - uid: 5510 + - uid: 20883 components: - type: Transform - pos: -40.531555,-50.283463 + pos: -69.5,-23.5 parent: 2 - - uid: 5641 + - uid: 20884 components: - type: Transform - pos: -2.6899548,-45.589436 + pos: -23.5,67.5 parent: 2 - - uid: 5737 + - uid: 20885 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.372591,-39.598976 + pos: -23.5,68.5 parent: 2 - - uid: 6749 + - uid: 20886 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.593348,-18.043522 + pos: -24.5,68.5 parent: 2 - - uid: 6760 + - uid: 20887 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.455978,-16.431564 + pos: -25.5,68.5 parent: 2 - - uid: 6894 + - uid: 20888 components: - type: Transform - pos: 20.240797,-11.467482 + pos: -25.5,69.5 parent: 2 -- proto: BoxFolderYellow - entities: - - uid: 5508 + - uid: 20889 components: - type: Transform - pos: -37.284332,-50.466923 + pos: -25.5,70.5 parent: 2 - - uid: 5636 + - uid: 20890 components: - type: Transform - pos: -4.6162734,-41.24146 + pos: -24.5,75.5 parent: 2 - - uid: 5730 + - uid: 20891 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.2718377,-39.39717 + pos: -25.5,75.5 parent: 2 - - uid: 7399 + - uid: 20892 components: - type: Transform - pos: 0.17913622,-27.387308 + pos: -26.5,75.5 parent: 2 - - uid: 8121 + - uid: 20893 components: - type: Transform - pos: -15.598831,17.355682 + pos: -27.5,75.5 parent: 2 - - uid: 10462 + - uid: 20894 components: - type: Transform - pos: -25.263567,22.554718 + pos: -28.5,75.5 parent: 2 - - uid: 10463 + - uid: 20895 components: - type: Transform - pos: -24.906881,22.554718 + pos: -28.5,77.5 parent: 2 - - uid: 10784 + - uid: 20896 components: - type: Transform - pos: -5.637504,43.714783 + pos: -27.5,77.5 parent: 2 - - uid: 12041 + - uid: 20897 components: - type: Transform - rot: 3.141592653589793 rad - pos: 56.463444,24.519264 + pos: -26.5,77.5 parent: 2 - - uid: 31563 + - uid: 20898 components: - type: Transform - pos: -12.916431,32.619923 + pos: -25.5,77.5 parent: 2 - - uid: 31564 + - uid: 20899 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.119556,32.010548 + pos: -24.5,77.5 parent: 2 -- proto: BoxForensicPad - entities: - - uid: 10360 + - uid: 20900 components: - type: Transform - pos: 42.431194,23.747526 + pos: -36.5,75.5 parent: 2 - - uid: 10361 + - uid: 20901 components: - type: Transform - pos: 42.587444,23.591276 + pos: -35.5,75.5 parent: 2 - - uid: 12195 + - uid: 20902 components: - type: Transform - pos: 54.572693,21.587887 + pos: -34.5,75.5 parent: 2 -- proto: BoxHandcuff - entities: - - uid: 10153 + - uid: 20903 components: - type: Transform - pos: 34.064827,22.646238 + pos: -33.5,75.5 parent: 2 -- proto: BoxingBell - entities: - - uid: 13712 + - uid: 20904 components: - type: Transform - pos: -31.5,-59.5 + pos: -32.5,75.5 parent: 2 - - uid: 14574 + - uid: 20905 components: - type: Transform - pos: -32.5,-60.5 + pos: -32.5,76.5 parent: 2 -- proto: BoxLatexGloves - entities: - - uid: 6653 + - uid: 20906 components: - type: Transform - pos: 15.665182,-27.248207 + pos: -36.5,77.5 parent: 2 - - uid: 7031 + - uid: 20907 components: - type: Transform - pos: 29.61663,0.73341465 + pos: -35.5,77.5 parent: 2 -- proto: BoxLethalshot - entities: - - uid: 6325 + - uid: 20908 components: - type: Transform - pos: 47.326992,30.724554 + pos: -34.5,77.5 parent: 2 - - uid: 6326 + - uid: 20909 components: - type: Transform - pos: 47.326992,30.724554 + pos: -33.5,77.5 parent: 2 - - uid: 6327 + - uid: 20910 components: - type: Transform - pos: 47.326992,30.724554 + pos: -32.5,77.5 parent: 2 - - uid: 6328 + - uid: 20911 components: - type: Transform - pos: 47.326992,30.724554 + pos: -31.5,76.5 parent: 2 - - uid: 6329 + - uid: 20912 components: - type: Transform - pos: 47.342617,30.724554 + pos: -29.5,76.5 parent: 2 - - uid: 6330 + - uid: 20913 components: - type: Transform - pos: 47.342617,30.724554 + pos: -23.5,79.5 parent: 2 -- proto: BoxLightMixed - entities: - - uid: 7455 + - uid: 20914 components: - type: Transform - pos: -42.719288,12.714977 + pos: -24.5,79.5 parent: 2 -- proto: BoxMesonScanners - entities: - - uid: 7410 + - uid: 20915 components: - type: Transform - pos: -41.727615,15.643482 + pos: -25.5,79.5 parent: 2 - - uid: 7445 + - uid: 20916 components: - type: Transform - pos: -41.861412,10.742274 + pos: -26.5,79.5 parent: 2 -- proto: BoxMouthSwab - entities: - - uid: 9375 + - uid: 20917 components: - type: Transform - pos: 29.369469,-3.2747607 + pos: -27.5,79.5 parent: 2 - - uid: 9461 + - uid: 20918 components: - type: Transform - pos: 29.650719,-3.5325732 + pos: -28.5,79.5 parent: 2 -- proto: BoxMRE - entities: - - uid: 11896 + - uid: 20919 components: - type: Transform - pos: 53.575146,25.49267 + pos: -28.5,81.5 parent: 2 - - uid: 31124 + - uid: 20920 components: - type: Transform - pos: -9.561719,44.108402 + pos: -27.5,81.5 parent: 2 - - uid: 31125 + - uid: 20921 components: - type: Transform - pos: -9.358594,43.920902 + pos: -26.5,81.5 parent: 2 -- proto: BoxPillCanister - entities: - - uid: 6648 + - uid: 20922 components: - type: Transform - pos: 14.321432,-27.498207 + pos: -25.5,81.5 parent: 2 - - uid: 6838 + - uid: 20923 components: - type: Transform - pos: 19.217762,-37.172176 + pos: -24.5,81.5 parent: 2 -- proto: BoxSechud - entities: - - uid: 27081 + - uid: 20924 components: - type: Transform - pos: 30.594385,57.441174 + pos: -23.5,81.5 parent: 2 -- proto: BoxShotgunSlug - entities: - - uid: 6331 + - uid: 20925 components: - type: Transform - pos: 47.655117,30.443304 + pos: -28.5,80.5 parent: 2 - - uid: 6332 + - uid: 20926 components: - type: Transform - pos: 47.655117,30.443304 + pos: -29.5,80.5 parent: 2 - - uid: 6333 + - uid: 20927 components: - type: Transform - pos: 47.655117,30.443304 + pos: -31.5,80.5 parent: 2 -- proto: BoxSterileMask - entities: - - uid: 6650 + - uid: 20928 components: - type: Transform - pos: 14.774557,-27.513832 + pos: -32.5,80.5 parent: 2 -- proto: BoxSyringe - entities: - - uid: 5260 + - uid: 20929 components: - type: Transform - pos: -38.660316,-29.523016 + pos: -32.5,81.5 parent: 2 - - uid: 6652 + - uid: 20930 components: - type: Transform - pos: 15.227682,-27.498207 + pos: -33.5,81.5 parent: 2 - - uid: 6900 + - uid: 20931 components: - type: Transform - pos: 24.627546,-14.279982 + pos: -34.5,81.5 parent: 2 - - uid: 7033 + - uid: 20932 components: - type: Transform - pos: 29.30413,0.53028965 + pos: -35.5,81.5 parent: 2 - - uid: 10311 + - uid: 20933 components: - type: Transform - pos: 21.747952,52.541748 + pos: -36.5,81.5 parent: 2 -- proto: BoxZiptie - entities: - - uid: 9701 + - uid: 20934 components: - type: Transform - pos: 51.500732,31.617043 + pos: -37.5,81.5 parent: 2 -- proto: BrbSign - entities: - - uid: 6377 + - uid: 20935 components: - type: Transform - pos: -7.426632,-46.577587 + pos: -37.5,79.5 parent: 2 - - uid: 13509 + - uid: 20936 components: - type: Transform - pos: -37.489037,-43.400616 + pos: -36.5,79.5 parent: 2 -- proto: BriefcaseBrown - entities: - - uid: 14488 + - uid: 20937 components: - type: Transform - pos: -30.476828,-61.699936 + pos: -35.5,79.5 parent: 2 - - uid: 36763 + - uid: 20938 components: - type: Transform - pos: 59.442596,46.713623 + pos: -34.5,79.5 parent: 2 -- proto: BrigTimer - entities: - - uid: 12323 + - uid: 20939 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,48.5 + pos: -33.5,79.5 parent: 2 - - uid: 12324 + - uid: 20940 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,47.5 + pos: -32.5,79.5 parent: 2 - - uid: 12326 + - uid: 20941 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,43.5 + pos: -36.5,83.5 parent: 2 - - uid: 12327 + - uid: 20942 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,40.5 + pos: -35.5,83.5 parent: 2 - - uid: 12359 + - uid: 20943 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,48.5 + pos: -34.5,83.5 parent: 2 - - uid: 24848 + - uid: 20944 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,37.5 + pos: -33.5,83.5 parent: 2 -- proto: BrokenBottle - entities: - - uid: 11249 + - uid: 20945 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 58.077774,-25.9028 + pos: -32.5,83.5 parent: 2 - - uid: 11250 + - uid: 20946 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.0934,-30.449675 + pos: -36.5,85.5 parent: 2 - - uid: 11251 + - uid: 20947 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.62465,-36.792328 + pos: -35.5,85.5 parent: 2 - - uid: 11533 + - uid: 20948 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 67.22436,-12.658184 + pos: -34.5,85.5 parent: 2 - - uid: 14142 + - uid: 20949 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.582743,-24.242443 + pos: -33.5,85.5 parent: 2 - - uid: 14143 + - uid: 20950 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.238993,-24.523693 + pos: -32.5,85.5 parent: 2 - - uid: 14249 + - uid: 20951 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.255146,-53.238926 + pos: -32.5,84.5 parent: 2 - - uid: 14250 + - uid: 20952 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.17702,-53.582676 + pos: -31.5,84.5 parent: 2 - - uid: 32863 + - uid: 20953 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.476624,-7.8465805 - parent: 14592 - - uid: 34248 + pos: -24.5,85.5 + parent: 2 + - uid: 20954 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -63.59043,-21.53245 + pos: -25.5,85.5 parent: 2 -- proto: BrokenEnergyShield - entities: - - uid: 1243 + - uid: 20955 components: - type: Transform - pos: 62.337543,-31.153057 + pos: -26.5,85.5 parent: 2 -- proto: Brutepack - entities: - - uid: 6703 + - uid: 20956 components: - type: Transform - pos: 24.305481,-23.47812 + pos: -27.5,85.5 parent: 2 - - uid: 6707 + - uid: 20957 components: - type: Transform - pos: 20.654648,-23.53316 + pos: -28.5,85.5 parent: 2 - - uid: 10323 + - uid: 20958 components: - type: Transform - pos: 23.465218,51.76281 + pos: -28.5,84.5 parent: 2 - - uid: 35581 + - uid: 20959 components: - type: Transform - pos: 30.365944,-16.689415 + pos: -28.5,83.5 parent: 2 - - uid: 35582 + - uid: 20960 components: - type: Transform - pos: 30.537819,-16.814415 + pos: -27.5,83.5 parent: 2 -- proto: Bucket - entities: - - uid: 8763 + - uid: 20961 components: - type: Transform - pos: 56.64293,11.425532 + pos: -26.5,83.5 parent: 2 - - uid: 9909 + - uid: 20962 components: - type: Transform - pos: 14.507175,67.64609 + pos: -25.5,83.5 parent: 2 - - uid: 10369 + - uid: 20963 components: - type: Transform - pos: -12.681385,57.87946 + pos: -24.5,83.5 parent: 2 - - uid: 10799 + - uid: 20964 components: - type: Transform - pos: 18.60854,57.49542 + pos: -29.5,84.5 parent: 2 - - uid: 10800 + - uid: 20965 components: - type: Transform - pos: 18.82729,59.40167 + pos: -30.5,85.5 parent: 2 - - uid: 11593 + - uid: 20966 components: - type: Transform - pos: 22.785013,69.28172 + pos: -30.5,86.5 parent: 2 - - uid: 14194 + - uid: 20967 components: - type: Transform - pos: 4.670166,3.7542267 - parent: 14592 - - uid: 35078 + pos: -30.5,87.5 + parent: 2 + - uid: 20968 components: - type: Transform - pos: 69.79196,31.362658 + pos: -30.5,88.5 parent: 2 -- proto: CableApcExtension - entities: - - uid: 82 + - uid: 22909 components: - type: Transform - pos: -66.5,25.5 + pos: 9.5,-62.5 parent: 2 - - uid: 201 + - uid: 22910 components: - type: Transform - pos: 15.5,17.5 + pos: 9.5,-61.5 parent: 2 - - uid: 236 + - uid: 22911 components: - type: Transform - pos: -59.5,12.5 + pos: 9.5,-60.5 parent: 2 - - uid: 241 + - uid: 22912 components: - type: Transform - pos: -59.5,13.5 + pos: 9.5,-59.5 parent: 2 - - uid: 245 + - uid: 22913 components: - type: Transform - pos: -61.5,17.5 + pos: 9.5,-58.5 parent: 2 - - uid: 404 + - uid: 22914 components: - type: Transform - pos: -59.5,11.5 + pos: 8.5,-58.5 parent: 2 - - uid: 408 + - uid: 22915 components: - type: Transform - pos: 15.5,15.5 + pos: 8.5,-57.5 parent: 2 - - uid: 410 + - uid: 22916 components: - type: Transform - pos: -10.5,47.5 + pos: 8.5,-56.5 parent: 2 - - uid: 1000 + - uid: 22917 components: - type: Transform - pos: -59.5,14.5 + pos: 8.5,-55.5 parent: 2 - - uid: 1084 + - uid: 22918 components: - type: Transform - pos: -76.5,58.5 + pos: 9.5,-55.5 parent: 2 - - uid: 1218 + - uid: 22919 components: - type: Transform - pos: -67.5,6.5 + pos: 9.5,-54.5 parent: 2 - - uid: 3620 + - uid: 22920 components: - type: Transform - pos: 55.5,38.5 + pos: 9.5,-53.5 parent: 2 - - uid: 3621 + - uid: 22921 components: - type: Transform - pos: 55.5,34.5 + pos: 9.5,-52.5 parent: 2 - - uid: 3622 + - uid: 22922 components: - type: Transform - pos: 54.5,34.5 + pos: 9.5,-51.5 parent: 2 - - uid: 3626 + - uid: 22923 components: - type: Transform - pos: 57.5,38.5 + pos: 9.5,-51.5 parent: 2 - - uid: 3627 + - uid: 22924 components: - type: Transform - pos: 54.5,36.5 + pos: 10.5,-51.5 parent: 2 - - uid: 3628 + - uid: 22925 components: - type: Transform - pos: 54.5,38.5 + pos: 11.5,-51.5 parent: 2 - - uid: 3637 + - uid: 22926 components: - type: Transform - pos: 52.5,38.5 + pos: 12.5,-51.5 parent: 2 - - uid: 3638 + - uid: 22927 components: - type: Transform - pos: 53.5,38.5 + pos: 13.5,-51.5 parent: 2 - - uid: 4098 + - uid: 22928 components: - type: Transform - pos: -65.5,6.5 + pos: 14.5,-51.5 parent: 2 - - uid: 4346 + - uid: 22929 components: - type: Transform - pos: 65.5,16.5 + pos: 15.5,-51.5 parent: 2 - - uid: 4514 + - uid: 22930 components: - type: Transform - pos: -69.5,6.5 + pos: 16.5,-51.5 parent: 2 - - uid: 4519 + - uid: 22931 components: - type: Transform - pos: -70.5,6.5 + pos: 16.5,-51.5 parent: 2 - - uid: 4560 + - uid: 22932 components: - type: Transform - pos: -68.5,6.5 + pos: 16.5,-50.5 parent: 2 - - uid: 4561 + - uid: 22933 components: - type: Transform - pos: -71.5,6.5 + pos: 16.5,-49.5 parent: 2 - - uid: 5565 + - uid: 22934 components: - type: Transform - pos: -70.5,24.5 + pos: 16.5,-48.5 parent: 2 - - uid: 6082 + - uid: 22935 components: - type: Transform - pos: -63.5,17.5 + pos: 16.5,-47.5 parent: 2 - - uid: 6843 + - uid: 22936 components: - type: Transform - pos: -59.5,8.5 + pos: 16.5,-46.5 parent: 2 - - uid: 6929 + - uid: 22937 components: - type: Transform - pos: 63.5,-33.5 + pos: 16.5,-46.5 parent: 2 - - uid: 6969 + - uid: 22938 components: - type: Transform - pos: 63.5,-31.5 + pos: 15.5,-46.5 parent: 2 - - uid: 6977 + - uid: 22939 components: - type: Transform - pos: 27.5,-8.5 + pos: 14.5,-46.5 parent: 2 - - uid: 6978 + - uid: 22940 components: - type: Transform - pos: 27.5,-9.5 + pos: 14.5,-46.5 parent: 2 - - uid: 7055 + - uid: 22941 components: - type: Transform - pos: 61.5,-28.5 + pos: 14.5,-45.5 parent: 2 - - uid: 7240 + - uid: 22942 components: - type: Transform - pos: -6.5,49.5 + pos: 14.5,-44.5 parent: 2 - - uid: 7499 + - uid: 22943 components: - type: Transform - pos: -59.5,9.5 + pos: 14.5,-43.5 parent: 2 - - uid: 7540 + - uid: 22944 components: - type: Transform - pos: -64.5,6.5 + pos: 14.5,-42.5 parent: 2 - - uid: 7547 + - uid: 22945 components: - type: Transform - pos: -67.5,25.5 + pos: 14.5,-42.5 parent: 2 - - uid: 7820 + - uid: 22946 components: - type: Transform - pos: -69.5,25.5 + pos: 15.5,-42.5 parent: 2 - - uid: 8012 + - uid: 22947 components: - type: Transform - pos: -60.5,11.5 + pos: 16.5,-42.5 parent: 2 - - uid: 8016 + - uid: 22948 components: - type: Transform - pos: -59.5,11.5 + pos: 17.5,-42.5 parent: 2 - - uid: 8018 + - uid: 22949 components: - type: Transform - pos: -59.5,10.5 + pos: 17.5,-42.5 parent: 2 - - uid: 8020 + - uid: 22950 components: - type: Transform - pos: -59.5,6.5 + pos: 17.5,-41.5 parent: 2 - - uid: 8023 + - uid: 22951 components: - type: Transform - pos: -9.5,47.5 + pos: 17.5,-40.5 parent: 2 - - uid: 8028 + - uid: 22952 components: - type: Transform - pos: -11.5,47.5 + pos: 17.5,-39.5 parent: 2 - - uid: 8034 + - uid: 22953 components: - type: Transform - pos: -12.5,47.5 + pos: 17.5,-38.5 parent: 2 - - uid: 8123 + - uid: 22954 components: - type: Transform - pos: -66.5,6.5 + pos: 17.5,-38.5 parent: 2 - - uid: 8433 + - uid: 22955 components: - type: Transform - pos: 61.5,-31.5 + pos: 16.5,-38.5 parent: 2 - - uid: 8516 + - uid: 22956 components: - type: Transform - pos: -7.5,41.5 + pos: 15.5,-38.5 parent: 2 - - uid: 9280 + - uid: 22957 components: - type: Transform - pos: -64.5,18.5 + pos: 14.5,-38.5 parent: 2 - - uid: 9281 + - uid: 22958 components: - type: Transform - pos: -61.5,11.5 + pos: 13.5,-38.5 parent: 2 - - uid: 9283 + - uid: 22959 components: - type: Transform - pos: -60.5,17.5 + pos: 13.5,-38.5 parent: 2 - - uid: 9284 + - uid: 22960 components: - type: Transform - pos: -62.5,17.5 + pos: 13.5,-39.5 parent: 2 - - uid: 9360 + - uid: 22961 components: - type: Transform - pos: 62.5,-31.5 + pos: 13.5,-39.5 parent: 2 - - uid: 10545 + - uid: 22962 components: - type: Transform - pos: 61.5,-29.5 + pos: 12.5,-39.5 parent: 2 - - uid: 10546 + - uid: 22963 components: - type: Transform - pos: 61.5,-30.5 + pos: 11.5,-39.5 parent: 2 - - uid: 10658 + - uid: 22964 components: - type: Transform - pos: 61.5,-27.5 + pos: 11.5,-38.5 parent: 2 - - uid: 10660 + - uid: 22965 components: - type: Transform - pos: -16.5,47.5 + pos: 16.5,-38.5 parent: 2 - - uid: 11022 + - uid: 22966 components: - type: Transform - pos: 63.5,-34.5 + pos: 16.5,-37.5 parent: 2 - - uid: 11321 + - uid: 22967 components: - type: Transform - pos: 64.5,16.5 + pos: 16.5,-36.5 parent: 2 - - uid: 11322 + - uid: 22968 components: - type: Transform - pos: 63.5,16.5 + pos: 16.5,-35.5 parent: 2 - - uid: 11323 + - uid: 22969 components: - type: Transform - pos: 61.5,16.5 + pos: 16.5,-34.5 parent: 2 - - uid: 11330 + - uid: 22970 components: - type: Transform - pos: 62.5,16.5 + pos: 16.5,-33.5 parent: 2 - - uid: 11598 + - uid: 22971 components: - type: Transform - pos: 26.5,-23.5 + pos: 17.5,-33.5 parent: 2 - - uid: 11771 + - uid: 22972 components: - type: Transform - pos: -7.5,40.5 + pos: 42.5,-49.5 parent: 2 - - uid: 11821 + - uid: 22973 components: - type: Transform - pos: -70.5,25.5 + pos: 41.5,-49.5 parent: 2 - - uid: 11897 + - uid: 22974 components: - type: Transform - pos: 26.5,-18.5 + pos: 40.5,-49.5 parent: 2 - - uid: 11898 + - uid: 22975 components: - type: Transform - pos: 31.5,-1.5 + pos: 39.5,-49.5 parent: 2 - - uid: 11906 + - uid: 22976 components: - type: Transform - pos: 28.5,-1.5 + pos: 38.5,-49.5 parent: 2 - - uid: 11922 + - uid: 22977 components: - type: Transform - pos: 25.5,-23.5 + pos: 37.5,-49.5 parent: 2 - - uid: 11923 + - uid: 22978 components: - type: Transform - pos: 23.5,-25.5 + pos: 36.5,-49.5 parent: 2 - - uid: 11924 + - uid: 22979 components: - type: Transform - pos: 23.5,-26.5 + pos: 35.5,-49.5 parent: 2 - - uid: 11925 + - uid: 22980 components: - type: Transform - pos: 23.5,-24.5 + pos: 34.5,-49.5 parent: 2 - - uid: 11926 + - uid: 22981 components: - type: Transform - pos: 23.5,-23.5 + pos: 33.5,-49.5 parent: 2 - - uid: 11927 + - uid: 22982 components: - type: Transform - pos: 24.5,-23.5 + pos: 32.5,-49.5 parent: 2 - - uid: 11928 + - uid: 22983 components: - type: Transform - pos: 23.5,-27.5 + pos: 31.5,-49.5 parent: 2 - - uid: 11929 + - uid: 22984 components: - type: Transform - pos: 24.5,-27.5 + pos: 30.5,-49.5 parent: 2 - - uid: 11930 + - uid: 22985 components: - type: Transform - pos: 22.5,-27.5 + pos: 30.5,-50.5 parent: 2 - - uid: 11931 + - uid: 22986 components: - type: Transform - pos: 21.5,-27.5 + pos: 29.5,-50.5 parent: 2 - - uid: 11932 + - uid: 22987 components: - type: Transform - pos: 20.5,-27.5 + pos: 28.5,-50.5 parent: 2 - - uid: 11933 + - uid: 22988 components: - type: Transform - pos: 19.5,-27.5 + pos: 27.5,-50.5 parent: 2 - - uid: 11934 + - uid: 22989 components: - type: Transform - pos: 19.5,-26.5 + pos: 27.5,-51.5 parent: 2 - - uid: 11935 + - uid: 22990 components: - type: Transform - pos: 19.5,-25.5 + pos: 26.5,-51.5 parent: 2 - - uid: 11936 + - uid: 22991 components: - type: Transform - pos: 19.5,-24.5 + pos: 25.5,-51.5 parent: 2 - - uid: 11937 + - uid: 22992 components: - type: Transform - pos: 19.5,-23.5 + pos: 25.5,-51.5 parent: 2 - - uid: 11938 + - uid: 22993 components: - type: Transform - pos: 18.5,-26.5 + pos: 24.5,-51.5 parent: 2 - - uid: 11939 + - uid: 22994 components: - type: Transform - pos: 17.5,-26.5 + pos: 23.5,-51.5 parent: 2 - - uid: 11940 + - uid: 22995 components: - type: Transform - pos: 16.5,-26.5 + pos: 23.5,-52.5 parent: 2 - - uid: 11941 + - uid: 22996 components: - type: Transform - pos: 15.5,-26.5 + pos: 23.5,-53.5 parent: 2 - - uid: 11942 + - uid: 22997 components: - type: Transform - pos: 14.5,-26.5 + pos: 23.5,-54.5 parent: 2 - - uid: 11943 + - uid: 22998 components: - type: Transform - pos: 13.5,-26.5 + pos: 23.5,-54.5 parent: 2 - - uid: 11944 + - uid: 22999 components: - type: Transform - pos: 13.5,-25.5 + pos: 22.5,-54.5 parent: 2 - - uid: 11945 + - uid: 23000 components: - type: Transform - pos: 13.5,-24.5 + pos: 21.5,-54.5 parent: 2 - - uid: 11946 + - uid: 23001 components: - type: Transform - pos: 13.5,-23.5 + pos: 20.5,-54.5 parent: 2 - - uid: 11947 + - uid: 23002 components: - type: Transform - pos: 15.5,-25.5 + pos: 19.5,-54.5 parent: 2 - - uid: 11948 + - uid: 23003 components: - type: Transform - pos: 15.5,-24.5 + pos: 19.5,-54.5 parent: 2 - - uid: 11949 + - uid: 23004 components: - type: Transform - pos: 15.5,-23.5 + pos: 19.5,-53.5 parent: 2 - - uid: 11950 + - uid: 23005 components: - type: Transform - pos: 24.5,-29.5 + pos: 19.5,-52.5 parent: 2 - - uid: 11951 + - uid: 23006 components: - type: Transform - pos: 24.5,-30.5 + pos: 19.5,-51.5 parent: 2 - - uid: 11952 + - uid: 23007 components: - type: Transform - pos: 24.5,-31.5 + pos: 19.5,-50.5 parent: 2 - - uid: 11953 + - uid: 23008 components: - type: Transform - pos: 23.5,-31.5 + pos: 18.5,-51.5 parent: 2 - - uid: 11954 + - uid: 23009 components: - type: Transform - pos: 22.5,-31.5 + pos: 17.5,-51.5 parent: 2 - - uid: 11955 + - uid: 23528 components: - type: Transform - pos: 21.5,-31.5 + pos: 45.5,16.5 parent: 2 - - uid: 11956 + - uid: 23529 components: - type: Transform - pos: 20.5,-31.5 + pos: 45.5,20.5 parent: 2 - - uid: 11957 + - uid: 23530 components: - type: Transform - pos: 20.5,-32.5 + pos: 45.5,19.5 parent: 2 - - uid: 11958 + - uid: 23531 components: - type: Transform - pos: 20.5,-33.5 + pos: 45.5,18.5 parent: 2 - - uid: 11959 + - uid: 23532 components: - type: Transform - pos: 20.5,-34.5 + pos: 45.5,17.5 parent: 2 - - uid: 11960 + - uid: 23534 components: - type: Transform - pos: 20.5,-35.5 + pos: 45.5,21.5 parent: 2 - - uid: 11961 + - uid: 23974 components: - type: Transform - pos: 20.5,-36.5 + pos: -33.5,27.5 parent: 2 - - uid: 11962 + - uid: 23975 components: - type: Transform - pos: 20.5,-37.5 + pos: -33.5,28.5 parent: 2 - - uid: 11963 + - uid: 23980 components: - type: Transform - pos: 20.5,-38.5 + pos: -33.5,29.5 parent: 2 - - uid: 11964 + - uid: 24081 components: - type: Transform - pos: 23.5,-32.5 + pos: -19.5,36.5 parent: 2 - - uid: 11965 + - uid: 24560 components: - type: Transform - pos: 23.5,-33.5 + pos: -48.5,-29.5 parent: 2 - - uid: 11966 + - uid: 24561 components: - type: Transform - pos: 23.5,-34.5 + pos: -48.5,-30.5 parent: 2 - - uid: 11967 + - uid: 24568 components: - type: Transform - pos: 23.5,-35.5 + pos: -48.5,-28.5 parent: 2 - - uid: 11968 + - uid: 24580 components: - type: Transform - pos: 23.5,-36.5 + pos: -48.5,-27.5 parent: 2 - - uid: 11969 + - uid: 24584 components: - type: Transform - pos: 23.5,-37.5 + pos: -49.5,-27.5 parent: 2 - - uid: 11970 + - uid: 24585 components: - type: Transform - pos: 23.5,-38.5 + pos: -49.5,-26.5 parent: 2 - - uid: 11971 + - uid: 24604 components: - type: Transform - pos: 27.5,-23.5 + pos: -52.5,-26.5 parent: 2 - - uid: 11972 + - uid: 24608 components: - type: Transform - pos: 28.5,-23.5 + pos: -50.5,-25.5 parent: 2 - - uid: 11973 + - uid: 24612 components: - type: Transform - pos: 28.5,-24.5 + pos: -54.5,-26.5 parent: 2 - - uid: 11974 + - uid: 24614 components: - type: Transform - pos: 28.5,-25.5 + pos: -53.5,-26.5 parent: 2 - - uid: 11975 + - uid: 24615 components: - type: Transform - pos: 29.5,-25.5 + pos: -52.5,-25.5 parent: 2 - - uid: 11976 + - uid: 24616 components: - type: Transform - pos: 30.5,-25.5 + pos: -51.5,-25.5 parent: 2 - - uid: 11977 + - uid: 24617 components: - type: Transform - pos: 31.5,-25.5 + pos: -55.5,-26.5 parent: 2 - - uid: 11978 + - uid: 24618 components: - type: Transform - pos: 32.5,-25.5 + pos: -55.5,-25.5 parent: 2 - - uid: 11979 + - uid: 24619 components: - type: Transform - pos: 33.5,-25.5 + pos: -55.5,-24.5 parent: 2 - - uid: 11980 + - uid: 24620 components: - type: Transform - pos: 34.5,-25.5 + pos: -56.5,-24.5 parent: 2 - - uid: 11981 + - uid: 24621 components: - type: Transform - pos: 35.5,-25.5 + pos: -57.5,-24.5 parent: 2 - - uid: 11982 + - uid: 24622 components: - type: Transform - pos: 36.5,-25.5 + pos: -58.5,-24.5 parent: 2 - - uid: 11983 + - uid: 24623 components: - type: Transform - pos: 37.5,-25.5 + pos: -58.5,-23.5 parent: 2 - - uid: 11984 + - uid: 24624 components: - type: Transform - pos: 38.5,-25.5 + pos: -58.5,-22.5 parent: 2 - - uid: 11985 + - uid: 24626 components: - type: Transform - pos: 31.5,-24.5 + pos: -59.5,-22.5 parent: 2 - - uid: 11986 + - uid: 24627 components: - type: Transform - pos: 31.5,-23.5 + pos: -60.5,-22.5 parent: 2 - - uid: 11987 + - uid: 24628 components: - type: Transform - pos: 31.5,-22.5 + pos: -61.5,-22.5 parent: 2 - - uid: 11988 + - uid: 24629 components: - type: Transform - pos: 31.5,-21.5 + pos: -61.5,-21.5 parent: 2 - - uid: 11989 + - uid: 24630 components: - type: Transform - pos: 33.5,-24.5 + pos: -61.5,-20.5 parent: 2 - - uid: 11990 + - uid: 24631 components: - type: Transform - pos: 33.5,-23.5 + pos: -61.5,-19.5 parent: 2 - - uid: 11991 + - uid: 24632 components: - type: Transform - pos: 33.5,-22.5 + pos: -61.5,-18.5 parent: 2 - - uid: 11992 + - uid: 24633 components: - type: Transform - pos: 33.5,-21.5 + pos: -60.5,-18.5 parent: 2 - - uid: 11993 + - uid: 24634 components: - type: Transform - pos: 27.5,-25.5 + pos: -60.5,-17.5 parent: 2 - - uid: 11994 + - uid: 24635 components: - type: Transform - pos: 27.5,-26.5 + pos: -60.5,-16.5 parent: 2 - - uid: 11995 + - uid: 24636 components: - type: Transform - pos: 27.5,-27.5 + pos: -60.5,-15.5 parent: 2 - - uid: 11996 + - uid: 24637 components: - type: Transform - pos: 27.5,-28.5 + pos: -60.5,-14.5 parent: 2 - - uid: 11997 + - uid: 24638 components: - type: Transform - pos: 27.5,-29.5 + pos: -60.5,-13.5 parent: 2 - - uid: 11998 + - uid: 24640 components: - type: Transform - pos: 27.5,-30.5 + pos: -59.5,-13.5 parent: 2 - - uid: 11999 + - uid: 24641 components: - type: Transform - pos: 27.5,-31.5 + pos: -59.5,-12.5 parent: 2 - - uid: 12000 + - uid: 24642 components: - type: Transform - pos: 27.5,-32.5 + pos: -59.5,-11.5 parent: 2 - - uid: 12001 + - uid: 24643 components: - type: Transform - pos: 28.5,-28.5 + pos: -59.5,-10.5 parent: 2 - - uid: 12002 + - uid: 24644 components: - type: Transform - pos: 29.5,-28.5 + pos: -59.5,-9.5 parent: 2 - - uid: 12003 + - uid: 24645 components: - type: Transform - pos: 30.5,-28.5 + pos: -59.5,-8.5 parent: 2 - - uid: 12004 + - uid: 24646 components: - type: Transform - pos: 31.5,-28.5 + pos: -59.5,-7.5 parent: 2 - - uid: 12005 + - uid: 24653 components: - type: Transform - pos: 32.5,-28.5 + pos: -59.5,-6.5 parent: 2 - - uid: 12006 + - uid: 24654 components: - type: Transform - pos: 33.5,-28.5 + pos: -59.5,-5.5 parent: 2 - - uid: 12007 + - uid: 24655 components: - type: Transform - pos: 34.5,-28.5 + pos: -58.5,-5.5 parent: 2 - - uid: 12008 + - uid: 24656 components: - type: Transform - pos: 35.5,-28.5 + pos: -57.5,-5.5 parent: 2 - - uid: 12009 + - uid: 24657 components: - type: Transform - pos: 36.5,-28.5 + pos: -56.5,-5.5 parent: 2 - - uid: 12010 + - uid: 24658 components: - type: Transform - pos: 37.5,-28.5 + pos: -56.5,-3.5 parent: 2 - - uid: 12011 + - uid: 24659 components: - type: Transform - pos: 28.5,-31.5 + pos: -56.5,-2.5 parent: 2 - - uid: 12012 + - uid: 24660 components: - type: Transform - pos: 29.5,-31.5 + pos: -56.5,-1.5 parent: 2 - - uid: 12013 + - uid: 24661 components: - type: Transform - pos: 30.5,-31.5 + pos: -56.5,-0.5 parent: 2 - - uid: 12014 + - uid: 24662 components: - type: Transform - pos: 31.5,-31.5 + pos: -56.5,0.5 parent: 2 - - uid: 12015 + - uid: 24663 components: - type: Transform - pos: 32.5,-31.5 + pos: -56.5,1.5 parent: 2 - - uid: 12016 + - uid: 24664 components: - type: Transform - pos: 33.5,-31.5 + pos: -56.5,2.5 parent: 2 - - uid: 12017 + - uid: 24665 components: - type: Transform - pos: 34.5,-31.5 + pos: -56.5,3.5 parent: 2 - - uid: 12018 + - uid: 24666 components: - type: Transform - pos: 35.5,-31.5 + pos: -56.5,4.5 parent: 2 - - uid: 12019 + - uid: 24667 components: - type: Transform - pos: 36.5,-31.5 + pos: -56.5,5.5 parent: 2 - - uid: 12020 + - uid: 24668 components: - type: Transform - pos: 37.5,-31.5 + pos: -55.5,5.5 parent: 2 - - uid: 12021 + - uid: 24669 components: - type: Transform - pos: 31.5,-32.5 + pos: -55.5,6.5 parent: 2 - - uid: 12022 + - uid: 24677 components: - type: Transform - pos: 33.5,-32.5 + pos: -55.5,7.5 parent: 2 - - uid: 12023 + - uid: 24678 components: - type: Transform - pos: 33.5,-33.5 + pos: -55.5,8.5 parent: 2 - - uid: 12024 + - uid: 24997 components: - type: Transform - pos: 31.5,-33.5 + pos: -23.5,30.5 parent: 2 - - uid: 12025 + - uid: 24998 components: - type: Transform - pos: 38.5,-28.5 + pos: -24.5,30.5 parent: 2 - - uid: 12026 + - uid: 24999 components: - type: Transform - pos: 39.5,-28.5 + pos: -25.5,30.5 parent: 2 - - uid: 12027 + - uid: 25000 components: - type: Transform - pos: 40.5,-28.5 + pos: -26.5,30.5 parent: 2 - - uid: 12028 + - uid: 25001 components: - type: Transform - pos: 41.5,-28.5 + pos: -27.5,30.5 parent: 2 - - uid: 12029 + - uid: 25002 components: - type: Transform - pos: 41.5,-27.5 + pos: -28.5,30.5 parent: 2 - - uid: 12030 + - uid: 25003 components: - type: Transform - pos: 41.5,-26.5 + pos: -29.5,30.5 parent: 2 - - uid: 12031 + - uid: 25004 components: - type: Transform - pos: 41.5,-25.5 + pos: -30.5,30.5 parent: 2 - - uid: 12032 + - uid: 25005 components: - type: Transform - pos: 42.5,-27.5 + pos: -31.5,30.5 parent: 2 - - uid: 12033 + - uid: 25006 components: - type: Transform - pos: 40.5,-19.5 + pos: -32.5,30.5 parent: 2 - - uid: 12034 + - uid: 25007 components: - type: Transform - pos: 41.5,-19.5 + pos: -33.5,30.5 parent: 2 - - uid: 12035 + - uid: 25008 components: - type: Transform - pos: 42.5,-19.5 + pos: -34.5,30.5 parent: 2 - - uid: 12036 + - uid: 25009 components: - type: Transform - pos: 43.5,-19.5 + pos: -35.5,30.5 parent: 2 - - uid: 12037 + - uid: 25010 components: - type: Transform - pos: 44.5,-19.5 + pos: -36.5,30.5 parent: 2 - - uid: 12039 + - uid: 25011 components: - type: Transform - pos: 42.5,-20.5 + pos: -37.5,30.5 parent: 2 - - uid: 12040 + - uid: 25012 components: - type: Transform - pos: 42.5,-21.5 + pos: -37.5,29.5 parent: 2 - - uid: 12042 + - uid: 25013 components: - type: Transform - pos: 44.5,-20.5 + pos: -38.5,29.5 parent: 2 - - uid: 12044 + - uid: 25014 components: - type: Transform - pos: 44.5,-21.5 + pos: -39.5,29.5 parent: 2 - - uid: 12046 + - uid: 25015 components: - type: Transform - pos: 42.5,-18.5 + pos: -40.5,29.5 parent: 2 - - uid: 12047 + - uid: 25016 components: - type: Transform - pos: 42.5,-17.5 + pos: -41.5,29.5 parent: 2 - - uid: 12048 + - uid: 25017 components: - type: Transform - pos: 42.5,-16.5 + pos: -42.5,29.5 parent: 2 - - uid: 12049 + - uid: 25018 components: - type: Transform - pos: 42.5,-15.5 + pos: -43.5,29.5 parent: 2 - - uid: 12050 + - uid: 25019 components: - type: Transform - pos: 42.5,-14.5 + pos: -44.5,29.5 parent: 2 - - uid: 12051 + - uid: 25020 components: - type: Transform - pos: 42.5,-13.5 + pos: -45.5,29.5 parent: 2 - - uid: 12052 + - uid: 25021 components: - type: Transform - pos: 43.5,-13.5 + pos: -45.5,29.5 parent: 2 - - uid: 12053 + - uid: 25022 components: - type: Transform - pos: 44.5,-13.5 + pos: -45.5,28.5 parent: 2 - - uid: 12054 + - uid: 25023 components: - type: Transform - pos: 45.5,-13.5 + pos: -45.5,27.5 parent: 2 - - uid: 12055 + - uid: 25024 components: - type: Transform - pos: 46.5,-13.5 + pos: -45.5,26.5 parent: 2 - - uid: 12056 + - uid: 25025 components: - type: Transform - pos: 47.5,-13.5 + pos: -45.5,25.5 parent: 2 - - uid: 12057 + - uid: 25026 components: - type: Transform - pos: 48.5,-13.5 + pos: -45.5,25.5 parent: 2 - - uid: 12061 + - uid: 25027 components: - type: Transform - pos: 45.5,-14.5 + pos: -46.5,25.5 parent: 2 - - uid: 12062 + - uid: 25028 components: - type: Transform - pos: 45.5,-15.5 + pos: -47.5,25.5 parent: 2 - - uid: 12063 + - uid: 25029 components: - type: Transform - pos: 45.5,-16.5 + pos: -47.5,25.5 parent: 2 - - uid: 12064 + - uid: 25030 components: - type: Transform - pos: 43.5,-12.5 + pos: -47.5,24.5 parent: 2 - - uid: 12065 + - uid: 25031 components: - type: Transform - pos: 43.5,-11.5 + pos: -47.5,23.5 parent: 2 - - uid: 12068 + - uid: 25032 components: - type: Transform - pos: 44.5,-11.5 + pos: -47.5,22.5 parent: 2 - - uid: 12069 + - uid: 25033 components: - type: Transform - pos: 45.5,-11.5 + pos: -47.5,21.5 parent: 2 - - uid: 12070 + - uid: 25034 components: - type: Transform - pos: 46.5,-11.5 + pos: -47.5,20.5 parent: 2 - - uid: 12071 + - uid: 25035 components: - type: Transform - pos: 47.5,-11.5 + pos: -47.5,19.5 parent: 2 - - uid: 12073 + - uid: 25036 components: - type: Transform - pos: 27.5,-11.5 + pos: -47.5,19.5 parent: 2 - - uid: 12074 + - uid: 25037 components: - type: Transform - pos: 42.5,-11.5 + pos: -48.5,19.5 parent: 2 - - uid: 12075 + - uid: 25038 components: - type: Transform - pos: 27.5,-10.5 + pos: -49.5,19.5 parent: 2 - - uid: 12076 + - uid: 25039 components: - type: Transform - pos: 27.5,-12.5 + pos: -49.5,19.5 parent: 2 - - uid: 12077 + - uid: 25040 components: - type: Transform - pos: 27.5,-13.5 + pos: -49.5,18.5 parent: 2 - - uid: 12079 + - uid: 25041 components: - type: Transform - pos: 26.5,-13.5 + pos: -49.5,17.5 parent: 2 - - uid: 12080 + - uid: 25042 components: - type: Transform - pos: 25.5,-13.5 + pos: -49.5,16.5 parent: 2 - - uid: 12081 + - uid: 25043 components: - type: Transform - pos: 24.5,-13.5 + pos: -49.5,15.5 parent: 2 - - uid: 12082 + - uid: 25044 components: - type: Transform - pos: 23.5,-13.5 + pos: -49.5,14.5 parent: 2 - - uid: 12083 + - uid: 25045 components: - type: Transform - pos: 22.5,-13.5 + pos: -49.5,13.5 parent: 2 - - uid: 12084 + - uid: 25046 components: - type: Transform - pos: 21.5,-13.5 + pos: -49.5,13.5 parent: 2 - - uid: 12085 + - uid: 25047 components: - type: Transform - pos: 20.5,-13.5 + pos: -50.5,13.5 parent: 2 - - uid: 12086 + - uid: 25048 components: - type: Transform - pos: 21.5,-12.5 + pos: -50.5,13.5 parent: 2 - - uid: 12087 + - uid: 25049 components: - type: Transform - pos: 24.5,-12.5 + pos: -50.5,12.5 parent: 2 - - uid: 12091 + - uid: 25050 components: - type: Transform - pos: 27.5,-14.5 + pos: -50.5,11.5 parent: 2 - - uid: 12092 + - uid: 25051 components: - type: Transform - pos: 27.5,-15.5 + pos: -50.5,10.5 parent: 2 - - uid: 12093 + - uid: 25052 components: - type: Transform - pos: 27.5,-16.5 + pos: -50.5,9.5 parent: 2 - - uid: 12094 + - uid: 25053 components: - type: Transform - pos: 27.5,-17.5 + pos: -50.5,8.5 parent: 2 - - uid: 12095 + - uid: 25054 components: - type: Transform - pos: 27.5,-18.5 + pos: -50.5,8.5 parent: 2 - - uid: 12096 + - uid: 25055 components: - type: Transform - pos: 25.5,-18.5 + pos: -51.5,8.5 parent: 2 - - uid: 12097 + - uid: 25056 components: - type: Transform - pos: 24.5,-18.5 + pos: -51.5,8.5 parent: 2 - - uid: 12098 + - uid: 25057 components: - type: Transform - pos: 23.5,-18.5 + pos: -51.5,7.5 parent: 2 - - uid: 12099 + - uid: 25058 components: - type: Transform - pos: 22.5,-18.5 + pos: -51.5,6.5 parent: 2 - - uid: 12100 + - uid: 25059 components: - type: Transform - pos: 21.5,-18.5 + pos: -51.5,5.5 parent: 2 - - uid: 12101 + - uid: 25060 components: - type: Transform - pos: 20.5,-18.5 + pos: -51.5,4.5 parent: 2 - - uid: 12102 + - uid: 25061 components: - type: Transform - pos: 19.5,-18.5 + pos: -51.5,3.5 parent: 2 - - uid: 12103 + - uid: 25062 components: - type: Transform - pos: 19.5,-17.5 + pos: -51.5,2.5 parent: 2 - - uid: 12104 + - uid: 25063 components: - type: Transform - pos: 19.5,-19.5 + pos: -51.5,1.5 parent: 2 - - uid: 12105 + - uid: 25064 components: - type: Transform - pos: 23.5,-19.5 + pos: -51.5,1.5 parent: 2 - - uid: 12106 + - uid: 25065 components: - type: Transform - pos: 23.5,-17.5 + pos: -50.5,1.5 parent: 2 - - uid: 12107 + - uid: 25066 components: - type: Transform - pos: 18.5,-19.5 + pos: -49.5,1.5 parent: 2 - - uid: 12108 + - uid: 25067 components: - type: Transform - pos: 17.5,-19.5 + pos: -48.5,1.5 parent: 2 - - uid: 12109 + - uid: 25068 components: - type: Transform - pos: 16.5,-19.5 + pos: -47.5,1.5 parent: 2 - - uid: 12110 + - uid: 25069 components: - type: Transform - pos: 15.5,-19.5 + pos: -46.5,1.5 parent: 2 - - uid: 12111 + - uid: 25070 components: - type: Transform - pos: 14.5,-19.5 + pos: -45.5,1.5 parent: 2 - - uid: 12112 + - uid: 25071 components: - type: Transform - pos: 13.5,-19.5 + pos: -45.5,1.5 parent: 2 - - uid: 12113 + - uid: 25072 components: - type: Transform - pos: 15.5,-18.5 + pos: -45.5,0.5 parent: 2 - - uid: 12114 + - uid: 25073 components: - type: Transform - pos: 15.5,-17.5 + pos: -45.5,-0.5 parent: 2 - - uid: 12115 + - uid: 25074 components: - type: Transform - pos: 15.5,-16.5 + pos: -45.5,-1.5 parent: 2 - - uid: 12116 + - uid: 25075 components: - type: Transform - pos: 12.5,-19.5 + pos: -45.5,-2.5 parent: 2 - - uid: 12117 + - uid: 25076 components: - type: Transform - pos: 33.5,3.5 + pos: -45.5,-3.5 parent: 2 - - uid: 12118 + - uid: 25077 components: - type: Transform - pos: 28.5,-12.5 + pos: -44.5,-3.5 parent: 2 - - uid: 12119 + - uid: 25078 components: - type: Transform - pos: 29.5,-12.5 + pos: -44.5,-4.5 parent: 2 - - uid: 12120 + - uid: 25079 components: - type: Transform - pos: 30.5,-12.5 + pos: -44.5,-5.5 parent: 2 - - uid: 12121 + - uid: 25080 components: - type: Transform - pos: 31.5,-12.5 + pos: -44.5,-6.5 parent: 2 - - uid: 12122 + - uid: 25081 components: - type: Transform - pos: 32.5,-12.5 + pos: -44.5,-6.5 parent: 2 - - uid: 12123 + - uid: 25082 components: - type: Transform - pos: 33.5,-12.5 + pos: -43.5,-6.5 parent: 2 - - uid: 12124 + - uid: 25083 components: - type: Transform - pos: 34.5,-12.5 + pos: -42.5,-6.5 parent: 2 - - uid: 12125 + - uid: 25084 components: - type: Transform - pos: 35.5,-12.5 + pos: -41.5,-6.5 parent: 2 - - uid: 12126 + - uid: 25085 components: - type: Transform - pos: 36.5,-12.5 + pos: -40.5,-6.5 parent: 2 - - uid: 12127 + - uid: 25086 components: - type: Transform - pos: 37.5,-12.5 + pos: -40.5,-7.5 parent: 2 - - uid: 12128 + - uid: 25087 components: - type: Transform - pos: 38.5,-12.5 + pos: -39.5,-7.5 parent: 2 - - uid: 12130 + - uid: 25088 components: - type: Transform - pos: 33.5,-20.5 + pos: -38.5,-7.5 parent: 2 - - uid: 12131 + - uid: 25089 components: - type: Transform - pos: 33.5,-19.5 + pos: -37.5,-7.5 parent: 2 - - uid: 12132 + - uid: 25090 components: - type: Transform - pos: 33.5,-18.5 + pos: -36.5,-7.5 parent: 2 - - uid: 12133 + - uid: 25091 components: - type: Transform - pos: 33.5,-17.5 + pos: -36.5,-7.5 parent: 2 - - uid: 12134 + - uid: 25092 components: - type: Transform - pos: 33.5,-16.5 + pos: -36.5,-8.5 parent: 2 - - uid: 12135 + - uid: 25093 components: - type: Transform - pos: 32.5,-16.5 + pos: -36.5,-9.5 parent: 2 - - uid: 12136 + - uid: 25094 components: - type: Transform - pos: 34.5,-16.5 + pos: -36.5,-10.5 parent: 2 - - uid: 12137 + - uid: 25095 components: - type: Transform - pos: 28.5,-18.5 + pos: -36.5,-11.5 parent: 2 - - uid: 12139 + - uid: 25096 components: - type: Transform - pos: 38.5,-13.5 + pos: -36.5,-11.5 parent: 2 - - uid: 12140 + - uid: 25097 components: - type: Transform - pos: 38.5,-14.5 + pos: -35.5,-11.5 parent: 2 - - uid: 12141 + - uid: 25098 components: - type: Transform - pos: 38.5,-15.5 + pos: -34.5,-11.5 parent: 2 - - uid: 12142 + - uid: 25099 components: - type: Transform - pos: 38.5,-16.5 + pos: -33.5,-11.5 parent: 2 - - uid: 12143 + - uid: 25100 components: - type: Transform - pos: 38.5,-17.5 + pos: -32.5,-11.5 parent: 2 - - uid: 12144 + - uid: 25101 components: - type: Transform - pos: 38.5,-18.5 + pos: -31.5,-11.5 parent: 2 - - uid: 12145 + - uid: 25102 components: - type: Transform - pos: 38.5,-19.5 + pos: -30.5,-11.5 parent: 2 - - uid: 12146 + - uid: 25103 components: - type: Transform - pos: 38.5,-20.5 + pos: -29.5,-11.5 parent: 2 - - uid: 12147 + - uid: 25104 components: - type: Transform - pos: 38.5,-21.5 + pos: -28.5,-11.5 parent: 2 - - uid: 12148 + - uid: 25105 components: - type: Transform - pos: 28.5,-19.5 + pos: -28.5,-11.5 parent: 2 - - uid: 12149 + - uid: 25106 components: - type: Transform - pos: 28.5,-20.5 + pos: -28.5,-12.5 parent: 2 - - uid: 12153 + - uid: 25107 components: - type: Transform - pos: 38.5,-11.5 + pos: -28.5,-13.5 parent: 2 - - uid: 12154 + - uid: 25108 components: - type: Transform - pos: 38.5,-10.5 + pos: -28.5,-14.5 parent: 2 - - uid: 12155 + - uid: 25109 components: - type: Transform - pos: 38.5,-9.5 + pos: -28.5,-15.5 parent: 2 - - uid: 12158 + - uid: 25110 components: - type: Transform - pos: 37.5,-9.5 + pos: -28.5,-16.5 parent: 2 - - uid: 12159 + - uid: 25111 components: - type: Transform - pos: 36.5,-9.5 + pos: -28.5,-16.5 parent: 2 - - uid: 12160 + - uid: 25112 components: - type: Transform - pos: 35.5,-9.5 + pos: -27.5,-16.5 parent: 2 - - uid: 12161 + - uid: 25113 components: - type: Transform - pos: 34.5,-9.5 + pos: -26.5,-16.5 parent: 2 - - uid: 12162 + - uid: 25114 components: - type: Transform - pos: 33.5,-9.5 + pos: -25.5,-16.5 parent: 2 - - uid: 12163 + - uid: 25115 components: - type: Transform - pos: 32.5,-9.5 + pos: -24.5,-16.5 parent: 2 - - uid: 12164 + - uid: 25116 components: - type: Transform - pos: 31.5,-9.5 + pos: -23.5,-16.5 parent: 2 - - uid: 12165 + - uid: 25117 components: - type: Transform - pos: 30.5,-9.5 + pos: -22.5,-16.5 parent: 2 - - uid: 12166 + - uid: 25118 components: - type: Transform - pos: 29.5,-9.5 + pos: -21.5,-16.5 parent: 2 - - uid: 12174 + - uid: 25119 components: - type: Transform - pos: 35.5,-2.5 + pos: -20.5,-16.5 parent: 2 - - uid: 12175 + - uid: 25120 components: - type: Transform - pos: 34.5,-2.5 + pos: -20.5,-16.5 parent: 2 - - uid: 12176 + - uid: 25121 components: - type: Transform - pos: 33.5,-2.5 + pos: -20.5,-15.5 parent: 2 - - uid: 12177 + - uid: 25122 components: - type: Transform - pos: 32.5,-2.5 + pos: -20.5,-14.5 parent: 2 - - uid: 12178 + - uid: 25123 components: - type: Transform - pos: 31.5,-2.5 + pos: -20.5,-13.5 parent: 2 - - uid: 12179 + - uid: 25124 components: - type: Transform - pos: 31.5,-3.5 + pos: -20.5,-13.5 parent: 2 - - uid: 12180 + - uid: 25125 components: - type: Transform - pos: 31.5,-4.5 + pos: -19.5,-13.5 parent: 2 - - uid: 12181 + - uid: 25126 components: - type: Transform - pos: 31.5,-5.5 + pos: -18.5,-13.5 parent: 2 - - uid: 12182 + - uid: 25127 components: - type: Transform - pos: 31.5,-6.5 + pos: -17.5,-13.5 parent: 2 - - uid: 12183 + - uid: 26975 components: - type: Transform - pos: 32.5,-5.5 + pos: -17.5,38.5 parent: 2 - - uid: 12184 + - uid: 26977 components: - type: Transform - pos: 29.5,-5.5 + pos: -18.5,38.5 parent: 2 - - uid: 12185 + - uid: 26979 components: - type: Transform - pos: 30.5,-5.5 + pos: -15.5,35.5 parent: 2 - - uid: 12186 + - uid: 26980 components: - type: Transform - pos: 31.5,-0.5 + pos: -18.5,36.5 parent: 2 - - uid: 12187 + - uid: 27231 components: - type: Transform - pos: 31.5,0.5 + pos: -30.5,11.5 parent: 2 - - uid: 12188 + - uid: 27996 components: - type: Transform - pos: 31.5,1.5 + pos: -15.5,40.5 parent: 2 - - uid: 12189 + - uid: 29359 components: - type: Transform - pos: 31.5,2.5 + pos: -15.5,39.5 parent: 2 - - uid: 12190 + - uid: 31016 components: - type: Transform - pos: 31.5,3.5 - parent: 2 - - uid: 12191 + pos: -15.5,4.5 + parent: 30892 + - uid: 31017 components: - type: Transform - pos: 31.5,4.5 - parent: 2 - - uid: 12192 + pos: -14.5,4.5 + parent: 30892 + - uid: 31026 components: - type: Transform - pos: 31.5,5.5 - parent: 2 - - uid: 12193 + pos: -5.5,4.5 + parent: 30892 + - uid: 31027 components: - type: Transform - pos: 32.5,4.5 - parent: 2 - - uid: 12194 + pos: -4.5,4.5 + parent: 30892 + - uid: 31028 components: - type: Transform - pos: 33.5,4.5 - parent: 2 - - uid: 12196 + pos: -14.5,5.5 + parent: 30892 + - uid: 31029 components: - type: Transform - pos: 30.5,4.5 - parent: 2 - - uid: 12197 + pos: -14.5,6.5 + parent: 30892 + - uid: 31030 components: - type: Transform - pos: 29.5,4.5 - parent: 2 - - uid: 12198 + pos: -14.5,7.5 + parent: 30892 + - uid: 31031 components: - type: Transform - pos: 28.5,4.5 - parent: 2 - - uid: 12199 + pos: -14.5,8.5 + parent: 30892 + - uid: 31032 components: - type: Transform - pos: 28.5,5.5 - parent: 2 - - uid: 12200 + pos: -14.5,9.5 + parent: 30892 + - uid: 31033 components: - type: Transform - pos: 28.5,3.5 - parent: 2 - - uid: 12201 + pos: -12.5,10.5 + parent: 30892 + - uid: 31034 components: - type: Transform - pos: 31.5,6.5 - parent: 2 - - uid: 12202 + pos: -12.5,9.5 + parent: 30892 + - uid: 31035 components: - type: Transform - pos: 33.5,5.5 - parent: 2 - - uid: 12204 + pos: -12.5,8.5 + parent: 30892 + - uid: 31036 components: - type: Transform - pos: 30.5,-0.5 - parent: 2 - - uid: 12205 + pos: -12.5,7.5 + parent: 30892 + - uid: 31037 components: - type: Transform - pos: 29.5,-0.5 - parent: 2 - - uid: 12206 + pos: -12.5,6.5 + parent: 30892 + - uid: 31038 components: - type: Transform - pos: 28.5,-0.5 - parent: 2 - - uid: 12208 + pos: -12.5,5.5 + parent: 30892 + - uid: 31040 components: - type: Transform - pos: 33.5,-1.5 - parent: 2 - - uid: 12209 + pos: -12.5,3.5 + parent: 30892 + - uid: 31041 components: - type: Transform - pos: 33.5,-0.5 - parent: 2 - - uid: 12210 + pos: -12.5,2.5 + parent: 30892 + - uid: 31042 components: - type: Transform - pos: 36.5,-2.5 - parent: 2 - - uid: 12211 + pos: -12.5,1.5 + parent: 30892 + - uid: 31043 components: - type: Transform - pos: 37.5,-2.5 - parent: 2 - - uid: 12212 + pos: -12.5,0.5 + parent: 30892 + - uid: 31044 components: - type: Transform - pos: 37.5,-1.5 - parent: 2 - - uid: 12213 + pos: -12.5,-0.5 + parent: 30892 + - uid: 31045 components: - type: Transform - pos: 37.5,-0.5 - parent: 2 - - uid: 12214 + pos: -14.5,-0.5 + parent: 30892 + - uid: 31046 components: - type: Transform - pos: 37.5,0.5 - parent: 2 - - uid: 12275 + pos: -14.5,0.5 + parent: 30892 + - uid: 31047 components: - type: Transform - pos: 66.5,-30.5 - parent: 2 - - uid: 12295 + pos: -14.5,1.5 + parent: 30892 + - uid: 31048 components: - type: Transform - pos: 63.5,-32.5 - parent: 2 - - uid: 12466 + pos: -14.5,2.5 + parent: 30892 + - uid: 31049 components: - type: Transform - pos: 64.5,-31.5 - parent: 2 - - uid: 12467 + pos: -14.5,3.5 + parent: 30892 + - uid: 31051 components: - type: Transform - pos: 65.5,-31.5 - parent: 2 - - uid: 12468 + pos: -12.5,-1.5 + parent: 30892 + - uid: 31052 components: - type: Transform - pos: 65.5,-30.5 - parent: 2 - - uid: 12820 + pos: -10.5,2.5 + parent: 30892 + - uid: 31053 components: - type: Transform - pos: -14.5,47.5 - parent: 2 - - uid: 12908 + pos: -10.5,3.5 + parent: 30892 + - uid: 31055 components: - type: Transform - pos: 13.5,-60.5 - parent: 2 - - uid: 13047 + pos: -10.5,5.5 + parent: 30892 + - uid: 31056 components: - type: Transform - pos: -68.5,25.5 - parent: 2 - - uid: 13106 + pos: -10.5,6.5 + parent: 30892 + - uid: 31057 components: - type: Transform - pos: -13.5,47.5 - parent: 2 - - uid: 13236 + pos: -10.5,7.5 + parent: 30892 + - uid: 31058 components: - type: Transform - pos: -64.5,17.5 - parent: 2 - - uid: 13237 + pos: -10.5,8.5 + parent: 30892 + - uid: 31059 components: - type: Transform - pos: -47.5,27.5 - parent: 2 - - uid: 13302 + pos: -10.5,9.5 + parent: 30892 + - uid: 31060 components: - type: Transform - pos: -65.5,18.5 - parent: 2 - - uid: 14268 + pos: -10.5,10.5 + parent: 30892 + - uid: 31061 components: - type: Transform - pos: -59.5,7.5 - parent: 2 - - uid: 14783 + pos: -10.5,11.5 + parent: 30892 + - uid: 31062 components: - type: Transform - pos: -17.5,17.5 - parent: 2 - - uid: 14784 + pos: -10.5,12.5 + parent: 30892 + - uid: 31063 components: - type: Transform - pos: -36.5,13.5 - parent: 2 - - uid: 14785 + pos: -8.5,11.5 + parent: 30892 + - uid: 31064 components: - type: Transform - pos: -37.5,13.5 - parent: 2 - - uid: 14795 + pos: -8.5,10.5 + parent: 30892 + - uid: 31065 components: - type: Transform - pos: -38.5,13.5 - parent: 2 - - uid: 14796 + pos: -8.5,9.5 + parent: 30892 + - uid: 31066 components: - type: Transform - pos: -39.5,13.5 - parent: 2 - - uid: 14797 + pos: -8.5,8.5 + parent: 30892 + - uid: 31067 components: - type: Transform - pos: -40.5,13.5 - parent: 2 - - uid: 14798 + pos: -8.5,7.5 + parent: 30892 + - uid: 31068 components: - type: Transform - pos: -40.5,13.5 - parent: 2 - - uid: 14799 + pos: -8.5,6.5 + parent: 30892 + - uid: 31069 components: - type: Transform - pos: -40.5,14.5 - parent: 2 - - uid: 14800 + pos: -8.5,5.5 + parent: 30892 + - uid: 31071 components: - type: Transform - pos: -40.5,15.5 - parent: 2 - - uid: 14885 + pos: -8.5,3.5 + parent: 30892 + - uid: 31072 components: - type: Transform - pos: 2.5,-0.5 - parent: 14592 - - uid: 14922 + pos: -8.5,2.5 + parent: 30892 + - uid: 31073 components: - type: Transform - pos: 2.5,0.5 - parent: 14592 - - uid: 14923 + pos: -8.5,1.5 + parent: 30892 + - uid: 31074 components: - type: Transform - pos: 2.5,1.5 - parent: 14592 - - uid: 14939 + pos: -6.5,0.5 + parent: 30892 + - uid: 31075 components: - type: Transform - pos: 2.5,2.5 - parent: 14592 - - uid: 15563 + pos: -6.5,1.5 + parent: 30892 + - uid: 31076 components: - type: Transform - pos: -1.5,2.5 - parent: 14592 - - uid: 15641 + pos: -6.5,2.5 + parent: 30892 + - uid: 31079 components: - type: Transform - pos: 11.5,0.5 - parent: 14592 - - uid: 15642 + pos: -6.5,5.5 + parent: 30892 + - uid: 31080 components: - type: Transform - pos: 10.5,0.5 - parent: 14592 - - uid: 15643 + pos: -6.5,6.5 + parent: 30892 + - uid: 31081 components: - type: Transform - pos: 9.5,0.5 - parent: 14592 - - uid: 15644 + pos: -6.5,7.5 + parent: 30892 + - uid: 31082 components: - type: Transform - pos: 8.5,0.5 - parent: 14592 - - uid: 15645 + pos: -6.5,8.5 + parent: 30892 + - uid: 31083 components: - type: Transform - pos: 8.5,0.5 - parent: 14592 - - uid: 15646 + pos: -6.5,9.5 + parent: 30892 + - uid: 31084 components: - type: Transform - pos: 8.5,-0.5 - parent: 14592 - - uid: 15647 + pos: -6.5,10.5 + parent: 30892 + - uid: 31133 components: - type: Transform - pos: 8.5,-1.5 - parent: 14592 - - uid: 15648 + pos: 0.5,8.5 + parent: 30892 + - uid: 31134 components: - type: Transform - pos: 8.5,-2.5 - parent: 14592 - - uid: 15649 + pos: 0.5,7.5 + parent: 30892 + - uid: 31135 components: - type: Transform - pos: 8.5,-3.5 - parent: 14592 - - uid: 15650 + pos: 0.5,6.5 + parent: 30892 + - uid: 31136 components: - type: Transform - pos: 8.5,-4.5 - parent: 14592 - - uid: 15651 + pos: 0.5,5.5 + parent: 30892 + - uid: 31140 components: - type: Transform - pos: 8.5,-4.5 - parent: 14592 - - uid: 15652 + pos: -2.5,3.5 + parent: 30892 + - uid: 31141 components: - type: Transform - pos: 7.5,-4.5 - parent: 14592 - - uid: 15653 + pos: -1.5,3.5 + parent: 30892 + - uid: 31142 components: - type: Transform - pos: 6.5,-4.5 - parent: 14592 - - uid: 15654 + pos: -1.5,4.5 + parent: 30892 + - uid: 31143 components: - type: Transform - pos: 5.5,-4.5 - parent: 14592 - - uid: 15655 + pos: -1.5,5.5 + parent: 30892 + - uid: 31144 components: - type: Transform - pos: 4.5,-4.5 - parent: 14592 - - uid: 15656 + pos: -1.5,6.5 + parent: 30892 + - uid: 31145 components: - type: Transform - pos: 6.5,-4.5 - parent: 14592 - - uid: 15657 + pos: -1.5,7.5 + parent: 30892 + - uid: 31146 components: - type: Transform - pos: 6.5,-5.5 - parent: 14592 - - uid: 15658 + pos: -1.5,8.5 + parent: 30892 + - uid: 31147 components: - type: Transform - pos: 6.5,-6.5 - parent: 14592 - - uid: 15659 + pos: -0.5,8.5 + parent: 30892 + - uid: 31412 components: - type: Transform - pos: 6.5,-7.5 - parent: 14592 - - uid: 15660 + pos: -1.5,-0.5 + parent: 31348 + - uid: 31413 components: - type: Transform - pos: 6.5,-8.5 - parent: 14592 - - uid: 15661 + pos: -1.5,0.5 + parent: 31348 + - uid: 31414 components: - type: Transform - pos: 6.5,-9.5 - parent: 14592 - - uid: 15662 + pos: -0.5,0.5 + parent: 31348 + - uid: 31415 components: - type: Transform - pos: 5.5,-8.5 - parent: 14592 - - uid: 15663 + pos: 0.5,0.5 + parent: 31348 + - uid: 31416 components: - type: Transform - pos: 4.5,-4.5 - parent: 14592 - - uid: 15664 + pos: 1.5,0.5 + parent: 31348 + - uid: 31417 components: - type: Transform - pos: 4.5,-3.5 - parent: 14592 - - uid: 15665 + pos: 2.5,0.5 + parent: 31348 + - uid: 31418 components: - type: Transform - pos: 4.5,-2.5 - parent: 14592 - - uid: 15666 + pos: 2.5,-0.5 + parent: 31348 + - uid: 31419 components: - type: Transform - pos: 4.5,-1.5 - parent: 14592 - - uid: 15667 + pos: 2.5,1.5 + parent: 31348 + - uid: 31915 components: - type: Transform - pos: 4.5,-1.5 - parent: 14592 - - uid: 15668 + pos: -16.5,40.5 + parent: 2 + - uid: 32417 components: - type: Transform - pos: 3.5,-1.5 - parent: 14592 - - uid: 15669 + pos: 5.5,3.5 + parent: 2 + - uid: 32850 components: - type: Transform - pos: 2.5,-1.5 - parent: 14592 - - uid: 15670 + pos: -14.5,40.5 + parent: 2 + - uid: 32856 components: - type: Transform - pos: 1.5,-1.5 - parent: 14592 - - uid: 15671 + pos: -15.5,37.5 + parent: 2 + - uid: 32992 components: - type: Transform - pos: 0.5,-1.5 - parent: 14592 - - uid: 15672 + pos: 2.5,-2.5 + parent: 32914 + - uid: 32993 components: - type: Transform - pos: -0.5,-1.5 - parent: 14592 - - uid: 15673 + pos: 2.5,-1.5 + parent: 32914 + - uid: 32994 components: - type: Transform - pos: -1.5,-1.5 - parent: 14592 - - uid: 15674 + pos: 3.5,-3.5 + parent: 32914 + - uid: 32995 components: - type: Transform - pos: -2.5,-1.5 - parent: 14592 - - uid: 15675 + pos: 3.5,-2.5 + parent: 32914 + - uid: 32996 components: - type: Transform - pos: -3.5,-1.5 - parent: 14592 - - uid: 15676 + pos: 4.5,-2.5 + parent: 32914 + - uid: 32997 components: - type: Transform - pos: -4.5,-1.5 - parent: 14592 - - uid: 15677 + pos: 4.5,-1.5 + parent: 32914 + - uid: 32998 components: - type: Transform - pos: -5.5,-1.5 - parent: 14592 - - uid: 15678 + pos: 4.5,-0.5 + parent: 32914 + - uid: 32999 components: - type: Transform - pos: -6.5,-1.5 - parent: 14592 - - uid: 15679 + pos: 4.5,0.5 + parent: 32914 + - uid: 33000 components: - type: Transform - pos: -5.5,-1.5 - parent: 14592 - - uid: 15680 + pos: 4.5,1.5 + parent: 32914 + - uid: 33037 components: - type: Transform - pos: -5.5,-2.5 - parent: 14592 - - uid: 15681 + pos: -33.5,14.5 + parent: 2 + - uid: 33038 components: - type: Transform - pos: -5.5,-3.5 - parent: 14592 - - uid: 15682 + pos: -29.5,18.5 + parent: 2 + - uid: 33039 components: - type: Transform - pos: -5.5,-4.5 - parent: 14592 - - uid: 15683 + pos: -30.5,18.5 + parent: 2 + - uid: 33040 components: - type: Transform - pos: -5.5,-5.5 - parent: 14592 - - uid: 15684 + pos: -31.5,18.5 + parent: 2 + - uid: 33041 components: - type: Transform - pos: -5.5,-6.5 - parent: 14592 - - uid: 15685 + pos: -32.5,18.5 + parent: 2 + - uid: 33042 components: - type: Transform - pos: -5.5,-7.5 - parent: 14592 - - uid: 15686 + pos: -32.5,13.5 + parent: 2 + - uid: 33043 components: - type: Transform - pos: -5.5,-8.5 - parent: 14592 - - uid: 15687 + pos: -31.5,13.5 + parent: 2 + - uid: 33044 components: - type: Transform - pos: -6.5,-6.5 - parent: 14592 - - uid: 15688 + pos: -30.5,13.5 + parent: 2 + - uid: 33045 components: - type: Transform - pos: -7.5,-6.5 - parent: 14592 - - uid: 15689 + pos: -29.5,13.5 + parent: 2 + - uid: 33046 components: - type: Transform - pos: -5.5,-1.5 - parent: 14592 - - uid: 15690 + pos: -28.5,13.5 + parent: 2 + - uid: 33047 components: - type: Transform - pos: -5.5,-0.5 - parent: 14592 - - uid: 15691 + pos: -33.5,13.5 + parent: 2 + - uid: 33048 components: - type: Transform - pos: -5.5,0.5 - parent: 14592 - - uid: 15692 + pos: -33.5,18.5 + parent: 2 + - uid: 33049 components: - type: Transform - pos: -5.5,1.5 - parent: 14592 - - uid: 15693 + pos: -25.5,12.5 + parent: 2 + - uid: 33050 components: - type: Transform - pos: -5.5,2.5 - parent: 14592 - - uid: 15694 + pos: -24.5,12.5 + parent: 2 + - uid: 33051 components: - type: Transform - pos: -0.5,0.5 - parent: 14592 - - uid: 15695 + pos: -24.5,12.5 + parent: 2 + - uid: 33052 components: - type: Transform - pos: -0.5,-0.5 - parent: 14592 - - uid: 15696 + pos: -24.5,13.5 + parent: 2 + - uid: 33053 components: - type: Transform - pos: -0.5,-1.5 - parent: 14592 - - uid: 15697 + pos: -24.5,13.5 + parent: 2 + - uid: 33054 components: - type: Transform - pos: 1.5,-3.5 - parent: 14592 - - uid: 15698 + pos: -23.5,13.5 + parent: 2 + - uid: 33055 components: - type: Transform - pos: 1.5,-4.5 - parent: 14592 - - uid: 15699 + pos: -22.5,13.5 + parent: 2 + - uid: 33056 components: - type: Transform - pos: 1.5,-5.5 - parent: 14592 - - uid: 15700 + pos: -21.5,13.5 + parent: 2 + - uid: 33057 components: - type: Transform - pos: 1.5,-6.5 - parent: 14592 - - uid: 15701 + pos: -20.5,13.5 + parent: 2 + - uid: 33058 components: - type: Transform - pos: 1.5,-7.5 - parent: 14592 - - uid: 15702 + pos: -20.5,13.5 + parent: 2 + - uid: 33059 components: - type: Transform - pos: 1.5,-8.5 - parent: 14592 - - uid: 15703 + pos: -20.5,12.5 + parent: 2 + - uid: 33060 components: - type: Transform - pos: 1.5,-6.5 - parent: 14592 - - uid: 15704 + pos: -20.5,11.5 + parent: 2 + - uid: 33061 components: - type: Transform - pos: 0.5,-6.5 - parent: 14592 - - uid: 15705 + pos: -20.5,10.5 + parent: 2 + - uid: 33062 components: - type: Transform - pos: -0.5,-6.5 - parent: 14592 - - uid: 15706 + pos: -20.5,9.5 + parent: 2 + - uid: 33063 components: - type: Transform - pos: -1.5,-6.5 - parent: 14592 - - uid: 15707 + pos: -20.5,8.5 + parent: 2 + - uid: 33064 components: - type: Transform - pos: -2.5,-6.5 - parent: 14592 - - uid: 15708 + pos: -20.5,7.5 + parent: 2 + - uid: 33065 components: - type: Transform - pos: -6.5,-3.5 - parent: 14592 - - uid: 15735 + pos: -20.5,6.5 + parent: 2 + - uid: 33066 components: - type: Transform - pos: 11.5,0.5 - parent: 14592 - - uid: 15736 + pos: -20.5,5.5 + parent: 2 + - uid: 33067 components: - type: Transform - pos: 10.5,0.5 - parent: 14592 - - uid: 15737 + pos: -20.5,4.5 + parent: 2 + - uid: 33068 components: - type: Transform - pos: 9.5,0.5 - parent: 14592 - - uid: 15738 + pos: -20.5,3.5 + parent: 2 + - uid: 33069 components: - type: Transform - pos: 8.5,0.5 - parent: 14592 - - uid: 15739 + pos: -20.5,2.5 + parent: 2 + - uid: 33070 components: - type: Transform - pos: 8.5,0.5 - parent: 14592 - - uid: 15740 + pos: -20.5,1.5 + parent: 2 + - uid: 33071 components: - type: Transform - pos: 8.5,1.5 - parent: 14592 - - uid: 15741 + pos: -20.5,0.5 + parent: 2 + - uid: 33072 components: - type: Transform - pos: 8.5,2.5 - parent: 14592 - - uid: 15742 + pos: -20.5,-0.5 + parent: 2 + - uid: 33073 components: - type: Transform - pos: 8.5,3.5 - parent: 14592 - - uid: 15743 + pos: -20.5,-1.5 + parent: 2 + - uid: 33074 components: - type: Transform - pos: 8.5,4.5 - parent: 14592 - - uid: 15744 + pos: -20.5,-2.5 + parent: 2 + - uid: 33075 components: - type: Transform - pos: 8.5,4.5 - parent: 14592 - - uid: 15745 + pos: -20.5,-3.5 + parent: 2 + - uid: 33076 components: - type: Transform - pos: 9.5,4.5 - parent: 14592 - - uid: 15746 + pos: -20.5,-4.5 + parent: 2 + - uid: 33077 components: - type: Transform - pos: 10.5,4.5 - parent: 14592 - - uid: 15747 + pos: -20.5,-5.5 + parent: 2 + - uid: 33078 components: - type: Transform - pos: 11.5,4.5 - parent: 14592 - - uid: 15748 + pos: -20.5,-6.5 + parent: 2 + - uid: 33079 components: - type: Transform - pos: 12.5,4.5 - parent: 14592 - - uid: 15749 + pos: -20.5,-7.5 + parent: 2 + - uid: 33080 components: - type: Transform - pos: 13.5,4.5 - parent: 14592 - - uid: 15750 + pos: -20.5,-8.5 + parent: 2 + - uid: 33081 components: - type: Transform - pos: 14.5,4.5 - parent: 14592 - - uid: 15751 + pos: -20.5,-9.5 + parent: 2 + - uid: 33082 components: - type: Transform - pos: 14.5,5.5 - parent: 14592 - - uid: 15752 + pos: -20.5,-10.5 + parent: 2 + - uid: 33083 components: - type: Transform - pos: 7.5,4.5 - parent: 14592 - - uid: 15768 + pos: -20.5,-11.5 + parent: 2 + - uid: 33084 components: - type: Transform - pos: -4.5,2.5 - parent: 14592 - - uid: 15769 + pos: -20.5,-12.5 + parent: 2 + - uid: 33104 components: - type: Transform - pos: -5.5,2.5 - parent: 14592 - - uid: 15770 + pos: -45.5,-3.5 + parent: 2 + - uid: 33105 components: - type: Transform - pos: -3.5,2.5 - parent: 14592 - - uid: 16089 + pos: -46.5,-3.5 + parent: 2 + - uid: 33106 components: - type: Transform - pos: -2.5,2.5 - parent: 14592 - - uid: 17400 + pos: -47.5,-3.5 + parent: 2 + - uid: 33107 components: - type: Transform - pos: -40.5,16.5 + pos: -48.5,-3.5 parent: 2 - - uid: 17401 + - uid: 33108 components: - type: Transform - pos: -40.5,17.5 + pos: -49.5,-3.5 parent: 2 - - uid: 17402 + - uid: 33118 components: - type: Transform - pos: -40.5,16.5 + pos: -13.5,40.5 parent: 2 - - uid: 17403 + - uid: 33145 components: - type: Transform - pos: -39.5,16.5 + pos: -12.5,40.5 parent: 2 - - uid: 17404 + - uid: 33146 components: - type: Transform - pos: -38.5,16.5 + pos: -12.5,39.5 parent: 2 - - uid: 17405 + - uid: 33174 components: - type: Transform - pos: -37.5,16.5 + pos: -12.5,37.5 parent: 2 - - uid: 17406 + - uid: 33184 components: - type: Transform - pos: -40.5,14.5 + pos: -12.5,38.5 parent: 2 - - uid: 17407 + - uid: 33189 components: - type: Transform - pos: -41.5,14.5 + pos: -12.5,36.5 parent: 2 - - uid: 17408 + - uid: 33190 components: - type: Transform - pos: -42.5,14.5 + pos: -13.5,36.5 parent: 2 - - uid: 17409 + - uid: 33194 components: - type: Transform - pos: -43.5,14.5 + pos: -14.5,36.5 parent: 2 - - uid: 17410 + - uid: 33205 components: - type: Transform - pos: -44.5,14.5 + pos: -14.5,38.5 parent: 2 - - uid: 17411 + - uid: 33206 components: - type: Transform - pos: -42.5,14.5 + pos: -13.5,38.5 parent: 2 - - uid: 17412 + - uid: 33253 components: - type: Transform - pos: -42.5,13.5 + pos: -16.5,26.5 parent: 2 - - uid: 17413 + - uid: 33254 components: - type: Transform - pos: -42.5,12.5 + pos: -16.5,25.5 parent: 2 - - uid: 17414 + - uid: 33255 components: - type: Transform - pos: -42.5,11.5 + pos: -16.5,24.5 parent: 2 - - uid: 17415 + - uid: 33256 components: - type: Transform - pos: -42.5,11.5 + pos: -16.5,23.5 parent: 2 - - uid: 17416 + - uid: 33257 components: - type: Transform - pos: -43.5,11.5 + pos: -16.5,22.5 parent: 2 - - uid: 17417 + - uid: 33258 components: - type: Transform - pos: -38.5,13.5 + pos: -19.5,20.5 parent: 2 - - uid: 17418 + - uid: 33259 components: - type: Transform - pos: -38.5,12.5 + pos: -18.5,20.5 parent: 2 - - uid: 17419 + - uid: 33260 components: - type: Transform - pos: -38.5,11.5 + pos: -17.5,20.5 parent: 2 - - uid: 17420 + - uid: 33261 components: - type: Transform - pos: -43.5,14.5 + pos: -16.5,20.5 parent: 2 - - uid: 17421 + - uid: 33262 components: - type: Transform - pos: -43.5,15.5 + pos: -18.5,22.5 parent: 2 - - uid: 17422 + - uid: 33263 components: - type: Transform - pos: -43.5,16.5 + pos: -18.5,23.5 parent: 2 - - uid: 17423 + - uid: 33264 components: - type: Transform - pos: -43.5,17.5 + pos: -18.5,24.5 parent: 2 - - uid: 17424 + - uid: 33265 components: - type: Transform - pos: -44.5,17.5 + pos: -19.5,24.5 parent: 2 - - uid: 17425 + - uid: 33710 components: - type: Transform - pos: -42.5,17.5 + pos: -19.5,-4.5 parent: 2 - - uid: 17426 + - uid: 33711 components: - type: Transform - pos: -41.5,6.5 + pos: -18.5,-4.5 parent: 2 - - uid: 17427 + - uid: 33712 components: - type: Transform - pos: -42.5,6.5 + pos: -18.5,-5.5 parent: 2 - - uid: 17428 + - uid: 33713 components: - type: Transform - pos: -43.5,6.5 + pos: -17.5,-5.5 parent: 2 - - uid: 17429 + - uid: 33714 components: - type: Transform - pos: -44.5,6.5 + pos: -16.5,-5.5 parent: 2 - - uid: 17430 + - uid: 33715 components: - type: Transform - pos: -45.5,6.5 + pos: -15.5,-5.5 parent: 2 - - uid: 17431 + - uid: 33716 components: - type: Transform - pos: -45.5,7.5 + pos: -15.5,-4.5 parent: 2 - - uid: 17432 + - uid: 33717 components: - type: Transform - pos: -46.5,7.5 + pos: -14.5,-4.5 parent: 2 - - uid: 17433 + - uid: 33718 components: - type: Transform - pos: -47.5,7.5 + pos: -13.5,-4.5 parent: 2 - - uid: 17434 + - uid: 33719 components: - type: Transform - pos: -41.5,6.5 + pos: -12.5,-4.5 parent: 2 - - uid: 17435 + - uid: 33720 components: - type: Transform - pos: -41.5,5.5 + pos: -12.5,-5.5 parent: 2 - - uid: 17436 + - uid: 33721 components: - type: Transform - pos: -41.5,4.5 + pos: -11.5,-5.5 parent: 2 - - uid: 17437 + - uid: 33722 components: - type: Transform - pos: -40.5,4.5 + pos: -10.5,-5.5 parent: 2 - - uid: 17438 + - uid: 33723 components: - type: Transform - pos: -39.5,4.5 + pos: -9.5,-5.5 parent: 2 - - uid: 17439 + - uid: 33724 components: - type: Transform - pos: -39.5,5.5 + pos: -9.5,-4.5 parent: 2 - - uid: 17440 + - uid: 33725 components: - type: Transform - pos: -39.5,6.5 + pos: -8.5,-4.5 parent: 2 - - uid: 17441 + - uid: 33726 components: - type: Transform - pos: -39.5,7.5 + pos: -8.5,-5.5 parent: 2 - - uid: 17442 + - uid: 33727 components: - type: Transform - pos: -40.5,7.5 + pos: -7.5,-4.5 parent: 2 - - uid: 17443 + - uid: 33728 components: - type: Transform - pos: -38.5,7.5 + pos: -6.5,-4.5 parent: 2 - - uid: 17444 + - uid: 33729 components: - type: Transform - pos: -41.5,3.5 + pos: -6.5,-5.5 parent: 2 - - uid: 17445 + - uid: 33730 components: - type: Transform - pos: -29.5,23.5 + pos: -5.5,-5.5 parent: 2 - - uid: 17446 + - uid: 33731 components: - type: Transform - pos: -45.5,6.5 + pos: -4.5,-5.5 parent: 2 - - uid: 17447 + - uid: 33732 components: - type: Transform - pos: -45.5,5.5 + pos: -4.5,-4.5 parent: 2 - - uid: 17448 + - uid: 33733 components: - type: Transform - pos: -45.5,4.5 + pos: -4.5,-3.5 parent: 2 - - uid: 17449 + - uid: 33734 components: - type: Transform - pos: -46.5,4.5 + pos: -4.5,-2.5 parent: 2 - - uid: 17450 + - uid: 33735 components: - type: Transform - pos: -47.5,4.5 + pos: -4.5,-1.5 parent: 2 - - uid: 17451 + - uid: 33831 components: - type: Transform - pos: -47.5,5.5 + pos: 25.5,-5.5 parent: 2 - - uid: 17452 + - uid: 33833 components: - type: Transform - pos: -48.5,5.5 + pos: 26.5,-5.5 parent: 2 - - uid: 17453 + - uid: 33834 components: - type: Transform - pos: -47.5,3.5 + pos: 25.5,-6.5 parent: 2 - - uid: 17454 + - uid: 33835 components: - type: Transform - pos: -38.5,16.5 + pos: 25.5,-7.5 parent: 2 - - uid: 17455 + - uid: 33836 components: - type: Transform - pos: -38.5,17.5 + pos: 25.5,-8.5 parent: 2 - - uid: 17456 + - uid: 33837 components: - type: Transform - pos: -38.5,18.5 + pos: 25.5,-9.5 parent: 2 - - uid: 17457 + - uid: 34045 components: - type: Transform - pos: -38.5,19.5 + pos: -88.5,63.5 parent: 2 - - uid: 17458 + - uid: 34060 components: - type: Transform - pos: -38.5,20.5 + pos: -87.5,69.5 parent: 2 - - uid: 17459 + - uid: 34121 components: - type: Transform - pos: -38.5,21.5 + pos: -87.5,68.5 parent: 2 - - uid: 17460 + - uid: 34123 components: - type: Transform - pos: -38.5,22.5 + pos: -86.5,69.5 parent: 2 - - uid: 17461 + - uid: 34403 components: - type: Transform - pos: -38.5,23.5 + pos: -63.5,-20.5 parent: 2 - - uid: 17462 + - uid: 34404 components: - type: Transform - pos: -38.5,25.5 + pos: -63.5,-21.5 parent: 2 - - uid: 17463 + - uid: 34405 components: - type: Transform - pos: -38.5,21.5 + pos: -62.5,-21.5 parent: 2 - - uid: 17464 + - uid: 34735 components: - type: Transform - pos: -39.5,21.5 + pos: -5.5,9.5 parent: 2 - - uid: 17465 + - uid: 34736 components: - type: Transform - pos: -40.5,21.5 + pos: -4.5,9.5 parent: 2 - - uid: 17466 + - uid: 34737 components: - type: Transform - pos: -38.5,23.5 + pos: -4.5,10.5 parent: 2 - - uid: 17467 + - uid: 34738 components: - type: Transform - pos: -37.5,23.5 + pos: -3.5,10.5 parent: 2 - - uid: 17468 + - uid: 34739 components: - type: Transform - pos: -37.5,24.5 + pos: -3.5,11.5 parent: 2 - - uid: 17469 + - uid: 34741 components: - type: Transform - pos: -37.5,25.5 + pos: -5.5,3.5 parent: 2 - - uid: 17471 + - uid: 34742 components: - type: Transform - pos: -36.5,25.5 + pos: -4.5,3.5 parent: 2 - - uid: 17472 + - uid: 34743 components: - type: Transform - pos: -39.5,23.5 + pos: -4.5,2.5 parent: 2 - - uid: 17473 + - uid: 34744 components: - type: Transform - pos: -40.5,23.5 + pos: -3.5,2.5 parent: 2 - - uid: 17474 + - uid: 34745 components: - type: Transform - pos: -40.5,24.5 + pos: -3.5,1.5 parent: 2 - - uid: 17475 + - uid: 34747 components: - type: Transform - pos: -40.5,25.5 + pos: 5.5,2.5 parent: 2 - - uid: 17477 + - uid: 34748 components: - type: Transform - pos: -37.5,21.5 + pos: 4.5,2.5 parent: 2 - - uid: 17478 + - uid: 34749 components: - type: Transform - pos: -36.5,21.5 + pos: 4.5,1.5 parent: 2 - - uid: 17479 + - uid: 34752 components: - type: Transform - pos: -29.5,22.5 + pos: 6.5,3.5 parent: 2 - - uid: 17480 + - uid: 34753 components: - type: Transform - pos: -29.5,21.5 + pos: 6.5,9.5 parent: 2 - - uid: 17481 + - uid: 34754 components: - type: Transform - pos: -29.5,21.5 + pos: 5.5,9.5 parent: 2 - - uid: 17482 + - uid: 34755 components: - type: Transform - pos: -30.5,21.5 + pos: 5.5,10.5 parent: 2 - - uid: 17483 + - uid: 34756 components: - type: Transform - pos: -31.5,21.5 + pos: 4.5,10.5 parent: 2 - - uid: 17484 + - uid: 34757 components: - type: Transform - pos: -32.5,21.5 + pos: 4.5,11.5 parent: 2 - - uid: 17485 + - uid: 34761 components: - type: Transform - pos: -33.5,21.5 + pos: -6.5,3.5 parent: 2 - - uid: 17486 + - uid: 34767 components: - type: Transform - pos: -29.5,21.5 + pos: -6.5,4.5 parent: 2 - - uid: 17487 + - uid: 34768 components: - type: Transform - pos: -21.5,20.5 + pos: -6.5,5.5 parent: 2 - - uid: 17488 + - uid: 34769 components: - type: Transform - pos: -28.5,22.5 + pos: -6.5,6.5 parent: 2 - - uid: 17489 + - uid: 34770 components: - type: Transform - pos: -27.5,22.5 + pos: -6.5,7.5 parent: 2 - - uid: 17490 + - uid: 34771 components: - type: Transform - pos: -26.5,22.5 + pos: -6.5,8.5 parent: 2 - - uid: 17491 + - uid: 34772 components: - type: Transform - pos: -23.5,22.5 + pos: -6.5,9.5 parent: 2 - - uid: 17492 + - uid: 34773 components: - type: Transform - pos: -25.5,22.5 + pos: -6.5,10.5 parent: 2 - - uid: 17494 + - uid: 34774 components: - type: Transform - pos: -13.5,17.5 + pos: -6.5,11.5 parent: 2 - - uid: 17496 + - uid: 34776 components: - type: Transform - pos: -15.5,16.5 + pos: 7.5,3.5 parent: 2 - - uid: 17497 + - uid: 34777 components: - type: Transform - pos: -14.5,17.5 + pos: 7.5,4.5 parent: 2 - - uid: 17498 + - uid: 34778 components: - type: Transform - pos: -18.5,17.5 + pos: 7.5,5.5 parent: 2 - - uid: 17499 + - uid: 34779 components: - type: Transform - pos: -15.5,17.5 + pos: 7.5,6.5 parent: 2 - - uid: 17500 + - uid: 34780 components: - type: Transform - pos: -16.5,17.5 + pos: 7.5,7.5 parent: 2 - - uid: 17502 + - uid: 34781 components: - type: Transform - pos: -15.5,15.5 + pos: 7.5,8.5 parent: 2 - - uid: 17503 + - uid: 34782 components: - type: Transform - pos: -16.5,19.5 + pos: 7.5,9.5 parent: 2 - - uid: 17504 + - uid: 34783 components: - type: Transform - pos: -16.5,18.5 + pos: 7.5,10.5 parent: 2 - - uid: 17505 + - uid: 34784 components: - type: Transform - pos: -16.5,20.5 + pos: 7.5,11.5 parent: 2 - - uid: 17506 + - uid: 34785 components: - type: Transform - pos: -24.5,22.5 + pos: 6.5,11.5 parent: 2 - - uid: 17507 + - uid: 34786 components: - type: Transform - pos: -22.5,22.5 + pos: 6.5,12.5 parent: 2 - - uid: 17508 + - uid: 34787 components: - type: Transform - pos: -22.5,23.5 + pos: -5.5,11.5 parent: 2 - - uid: 17509 + - uid: 34788 components: - type: Transform - pos: -22.5,24.5 + pos: -5.5,12.5 parent: 2 - - uid: 17510 + - uid: 34789 components: - type: Transform - pos: -22.5,25.5 + pos: -4.5,12.5 parent: 2 - - uid: 17511 + - uid: 34790 components: - type: Transform - pos: -22.5,26.5 + pos: -4.5,13.5 parent: 2 - - uid: 17512 + - uid: 34791 components: - type: Transform - pos: -22.5,27.5 + pos: -4.5,15.5 parent: 2 - - uid: 17513 + - uid: 34792 components: - type: Transform - pos: -22.5,28.5 + pos: -4.5,14.5 parent: 2 - - uid: 17514 + - uid: 34793 components: - type: Transform - pos: -22.5,29.5 + pos: 5.5,12.5 parent: 2 - - uid: 17515 + - uid: 34794 components: - type: Transform - pos: -22.5,30.5 + pos: 5.5,13.5 parent: 2 - - uid: 17516 + - uid: 34795 components: - type: Transform - pos: -22.5,31.5 + pos: 5.5,14.5 parent: 2 - - uid: 17517 + - uid: 34796 components: - type: Transform - pos: -22.5,32.5 + pos: 5.5,15.5 parent: 2 - - uid: 17518 + - uid: 34797 components: - type: Transform - pos: -22.5,33.5 + pos: 4.5,15.5 parent: 2 - - uid: 17519 + - uid: 34798 components: - type: Transform - pos: -22.5,34.5 + pos: 3.5,15.5 parent: 2 - - uid: 17520 + - uid: 34799 components: - type: Transform - pos: -22.5,30.5 + pos: 2.5,15.5 parent: 2 - - uid: 17521 + - uid: 34800 components: - type: Transform - pos: -23.5,30.5 + pos: 1.5,15.5 parent: 2 - - uid: 17522 + - uid: 34801 components: - type: Transform - pos: -24.5,30.5 + pos: 0.5,15.5 parent: 2 - - uid: 17523 + - uid: 34802 components: - type: Transform - pos: -25.5,30.5 + pos: -0.5,15.5 parent: 2 - - uid: 17524 + - uid: 34803 components: - type: Transform - pos: -26.5,30.5 + pos: -1.5,15.5 parent: 2 - - uid: 17526 + - uid: 34804 components: - type: Transform - pos: -23.5,26.5 + pos: -2.5,15.5 parent: 2 - - uid: 17527 + - uid: 34805 components: - type: Transform - pos: -24.5,26.5 + pos: -3.5,15.5 parent: 2 - - uid: 17528 + - uid: 34806 components: - type: Transform - pos: -25.5,26.5 + pos: 0.5,16.5 parent: 2 - - uid: 17529 + - uid: 34807 components: - type: Transform - pos: -26.5,26.5 + pos: 0.5,17.5 parent: 2 - - uid: 17530 + - uid: 34998 components: - type: Transform - pos: -27.5,26.5 + pos: 6.5,4.5 parent: 2 - - uid: 17531 + - uid: 35831 components: - type: Transform - pos: -28.5,26.5 + pos: -85.5,64.5 parent: 2 - - uid: 17532 + - uid: 35832 components: - type: Transform - pos: -29.5,26.5 + pos: -86.5,64.5 parent: 2 - - uid: 17533 + - uid: 35833 components: - type: Transform - pos: -30.5,26.5 + pos: -87.5,64.5 parent: 2 - - uid: 17534 + - uid: 35834 components: - type: Transform - pos: -31.5,26.5 + pos: -88.5,64.5 parent: 2 - - uid: 17535 + - uid: 35835 components: - type: Transform - pos: -32.5,26.5 + pos: -88.5,65.5 parent: 2 - - uid: 17536 + - uid: 35836 components: - type: Transform - pos: -28.5,25.5 + pos: -88.5,66.5 parent: 2 - - uid: 17537 + - uid: 35837 components: - type: Transform - pos: -28.5,24.5 + pos: -88.5,67.5 parent: 2 - - uid: 17538 + - uid: 35842 components: - type: Transform - pos: -29.5,24.5 + pos: -88.5,68.5 parent: 2 - - uid: 17539 + - uid: 35843 components: - type: Transform - pos: -27.5,24.5 + pos: -89.5,68.5 parent: 2 - - uid: 17540 + - uid: 35844 components: - type: Transform - pos: -33.5,26.5 + pos: -89.5,69.5 parent: 2 - - uid: 17541 + - uid: 36054 components: - type: Transform - pos: -33.5,27.5 + pos: -5.5,8.5 parent: 2 - - uid: 17542 + - uid: 36654 components: - type: Transform - pos: -33.5,25.5 - parent: 2 - - uid: 17543 + pos: 4.5,-8.5 + parent: 36450 + - uid: 36658 components: - type: Transform - pos: -31.5,25.5 - parent: 2 - - uid: 17544 + pos: 5.5,-8.5 + parent: 36450 + - uid: 36659 components: - type: Transform - pos: -26.5,27.5 - parent: 2 - - uid: 17546 + pos: 6.5,-8.5 + parent: 36450 + - uid: 36787 components: - type: Transform - pos: -23.5,34.5 + pos: 64.5,-37.5 parent: 2 - - uid: 17547 + - uid: 36788 components: - type: Transform - pos: -24.5,34.5 + pos: 65.5,-37.5 parent: 2 - - uid: 17548 + - uid: 36789 components: - type: Transform - pos: -25.5,34.5 + pos: 65.5,-38.5 parent: 2 - - uid: 17549 + - uid: 36790 components: - type: Transform - pos: -26.5,34.5 + pos: 65.5,-39.5 parent: 2 - - uid: 17550 + - uid: 36791 components: - type: Transform - pos: -27.5,34.5 + pos: 65.5,-40.5 parent: 2 - - uid: 17551 + - uid: 36792 components: - type: Transform - pos: -28.5,34.5 + pos: 65.5,-41.5 parent: 2 - - uid: 17552 + - uid: 36892 components: - type: Transform - pos: -29.5,34.5 + pos: -85.5,69.5 parent: 2 - - uid: 17553 + - uid: 36893 components: - type: Transform - pos: -30.5,34.5 + pos: -87.5,63.5 parent: 2 - - uid: 17554 + - uid: 36894 components: - type: Transform - pos: -31.5,34.5 + pos: -86.5,63.5 parent: 2 - - uid: 17555 + - uid: 36895 components: - type: Transform - pos: -32.5,34.5 + pos: -85.5,63.5 parent: 2 - - uid: 17556 + - uid: 36904 components: - type: Transform - pos: -33.5,34.5 + pos: -87.5,65.5 parent: 2 - - uid: 17557 + - uid: 36905 components: - type: Transform - pos: -27.5,35.5 + pos: -86.5,65.5 parent: 2 - - uid: 17558 + - uid: 36906 components: - type: Transform - pos: -27.5,36.5 + pos: -85.5,65.5 parent: 2 - - uid: 17559 + - uid: 37127 components: - type: Transform - pos: -28.5,36.5 - parent: 2 - - uid: 17560 + pos: 24.5,2.5 + parent: 36907 + - uid: 37128 components: - type: Transform - pos: -26.5,36.5 - parent: 2 - - uid: 17561 + pos: 24.5,3.5 + parent: 36907 + - uid: 37129 components: - type: Transform - pos: -31.5,33.5 - parent: 2 - - uid: 17562 + pos: 25.5,3.5 + parent: 36907 + - uid: 37130 components: - type: Transform - pos: -31.5,27.5 - parent: 2 - - uid: 17576 + pos: 26.5,3.5 + parent: 36907 + - uid: 37131 components: - type: Transform - pos: -28.5,40.5 - parent: 2 - - uid: 17577 + pos: 27.5,3.5 + parent: 36907 + - uid: 37132 components: - type: Transform - pos: -28.5,39.5 - parent: 2 - - uid: 17578 + pos: 39.5,-31.5 + parent: 36907 + - uid: 37133 components: - type: Transform - pos: -28.5,38.5 - parent: 2 - - uid: 17579 + pos: 39.5,-30.5 + parent: 36907 + - uid: 37134 components: - type: Transform - pos: -27.5,38.5 - parent: 2 - - uid: 17580 + pos: 39.5,-29.5 + parent: 36907 + - uid: 37135 components: - type: Transform - pos: -26.5,38.5 - parent: 2 - - uid: 17581 + pos: 40.5,-30.5 + parent: 36907 + - uid: 37136 components: - type: Transform - pos: -26.5,39.5 - parent: 2 - - uid: 17582 + pos: 39.5,-30.5 + parent: 36907 + - uid: 37137 components: - type: Transform - pos: -26.5,40.5 - parent: 2 - - uid: 17583 + pos: 38.5,-30.5 + parent: 36907 + - uid: 42768 components: - type: Transform - pos: -26.5,41.5 + pos: 65.5,-22.5 parent: 2 - - uid: 17584 + - uid: 42769 components: - type: Transform - pos: -26.5,42.5 + pos: 65.5,-21.5 parent: 2 - - uid: 17585 + - uid: 42770 components: - type: Transform - pos: -25.5,38.5 + pos: 66.5,-21.5 parent: 2 - - uid: 17588 + - uid: 42771 components: - type: Transform - pos: -13.5,41.5 + pos: 66.5,-20.5 parent: 2 - - uid: 17589 + - uid: 42772 components: - type: Transform - pos: -13.5,40.5 + pos: 66.5,-19.5 parent: 2 - - uid: 17614 + - uid: 42773 components: - type: Transform - pos: 15.5,16.5 + pos: -54.5,11.5 parent: 2 - - uid: 17621 + - uid: 42774 components: - type: Transform - pos: -16.5,21.5 + pos: -53.5,11.5 parent: 2 - - uid: 17622 + - uid: 42775 components: - type: Transform - pos: -16.5,21.5 + pos: -52.5,11.5 parent: 2 - - uid: 17623 + - uid: 42776 components: - type: Transform - pos: -17.5,21.5 + pos: -51.5,11.5 parent: 2 - - uid: 17624 + - uid: 42924 components: - type: Transform - pos: -18.5,21.5 + pos: -3.5,12.5 parent: 2 - - uid: 17625 + - uid: 42926 components: - type: Transform - pos: -19.5,21.5 + pos: -1.5,12.5 parent: 2 - - uid: 17626 + - uid: 42927 components: - type: Transform - pos: -16.5,21.5 + pos: -0.5,12.5 parent: 2 - - uid: 17627 + - uid: 42928 components: - type: Transform - pos: -15.5,21.5 + pos: 0.5,12.5 parent: 2 - - uid: 17628 + - uid: 42929 components: - type: Transform - pos: -14.5,21.5 + pos: 1.5,12.5 parent: 2 - - uid: 17629 + - uid: 42930 components: - type: Transform - pos: -13.5,21.5 + pos: 2.5,12.5 parent: 2 - - uid: 17630 + - uid: 42931 components: - type: Transform - pos: -12.5,21.5 + pos: 3.5,12.5 parent: 2 - - uid: 17631 + - uid: 42932 components: - type: Transform - pos: -11.5,21.5 + pos: 4.5,12.5 parent: 2 - - uid: 17632 +- proto: CableHVStack + entities: + - uid: 594 components: - type: Transform - pos: -15.5,22.5 + pos: -37.548862,14.086978 parent: 2 - - uid: 17633 + - uid: 595 components: - type: Transform - pos: -15.5,23.5 + pos: -37.564487,14.071353 parent: 2 - - uid: 17634 + - uid: 596 components: - type: Transform - pos: -15.5,24.5 + pos: -37.564487,14.071353 parent: 2 - - uid: 17635 + - uid: 3195 components: - type: Transform - pos: -15.5,25.5 + rot: -1.5707963267948966 rad + pos: -6.208135,23.646431 parent: 2 - - uid: 17636 + - uid: 5203 components: - type: Transform - pos: -15.5,25.5 + pos: -35.610813,-31.969967 parent: 2 - - uid: 17637 + - uid: 7941 components: - type: Transform - pos: -16.5,25.5 + pos: -48.168613,3.6256897 parent: 2 - - uid: 17638 + - uid: 7942 components: - type: Transform - pos: -17.5,25.5 + pos: -48.168613,3.6256897 parent: 2 - - uid: 17639 + - uid: 8067 components: - type: Transform - pos: -18.5,25.5 + pos: -26.437754,36.679287 parent: 2 - - uid: 17641 + - uid: 9552 components: - type: Transform - pos: -14.5,25.5 + pos: -28.340672,9.51243 parent: 2 - - uid: 17642 + - uid: 11100 components: - type: Transform - pos: -13.5,25.5 + pos: 10.214518,-46.25331 parent: 2 - - uid: 17643 + - uid: 11101 components: - type: Transform - pos: -12.5,25.5 + pos: 10.214518,-46.25331 parent: 2 - - uid: 17644 + - uid: 11742 components: - type: Transform - pos: -15.5,26.5 + pos: 59.403954,-39.348602 parent: 2 - - uid: 17645 + - uid: 11827 components: - type: Transform - pos: -15.5,27.5 + pos: 59.653954,-39.614227 parent: 2 - - uid: 17646 + - uid: 13425 components: - type: Transform - pos: -20.5,21.5 + pos: -58.513588,15.565063 parent: 2 - - uid: 17647 + - uid: 18628 components: - type: Transform - pos: -20.5,20.5 + rot: 1.5707963267948966 rad + pos: 21.323908,36.53337 parent: 2 - - uid: 17648 + - uid: 19025 components: - type: Transform - pos: -20.5,19.5 + rot: 1.5707963267948966 rad + pos: 12.504099,-67.35909 parent: 2 - - uid: 17649 + - uid: 19105 components: - type: Transform - pos: -20.5,18.5 + rot: 1.5707963267948966 rad + pos: -14.578421,-54.495827 parent: 2 - - uid: 17650 + - uid: 19174 components: - type: Transform - pos: -20.5,17.5 + rot: 3.141592653589793 rad + pos: -44.52356,-33.791714 parent: 2 - - uid: 17651 + - uid: 19532 components: - type: Transform - pos: -20.5,16.5 + pos: -34.565063,16.448624 parent: 2 - - uid: 17652 + - uid: 19536 components: - type: Transform - pos: -20.5,15.5 + pos: -34.36194,16.682999 parent: 2 - - uid: 17653 + - uid: 31498 components: - type: Transform - pos: -20.5,14.5 + pos: -15.135181,32.229298 parent: 2 - - uid: 17654 + - uid: 36053 components: - type: Transform - pos: -20.5,13.5 + pos: -25.53753,71.436935 parent: 2 - - uid: 17656 +- proto: CableHVStack1 + entities: + - uid: 24156 components: - type: Transform - pos: -21.5,14.5 + rot: -1.5707963267948966 rad + pos: -62.510033,77.37032 parent: 2 - - uid: 17657 + - uid: 34552 components: - type: Transform - pos: -22.5,14.5 - parent: 2 - - uid: 17658 + rot: 3.141592653589793 rad + pos: -3.8455505,4.200348 + parent: 30892 + - uid: 34553 components: - type: Transform - pos: -23.5,14.5 - parent: 2 - - uid: 17659 + rot: 3.141592653589793 rad + pos: -3.7205505,3.747223 + parent: 30892 +- proto: CableHVStack10 + entities: + - uid: 7442 components: - type: Transform - pos: -24.5,14.5 + pos: -40.971054,14.458927 parent: 2 - - uid: 17660 + - uid: 14026 components: - type: Transform - pos: -24.5,13.5 - parent: 2 - - uid: 17662 + rot: -1.5707963267948966 rad + pos: 1.7182617,-0.7181854 + parent: 13793 + - uid: 14264 components: - type: Transform - pos: -20.5,30.5 + pos: -24.701635,73.49714 parent: 2 - - uid: 17663 + - uid: 14272 components: - type: Transform - pos: -20.5,31.5 + pos: -71.786125,-21.27849 parent: 2 - - uid: 17664 + - uid: 14273 components: - type: Transform - pos: -20.5,32.5 + rot: -1.5707963267948966 rad + pos: -70.130424,-26.46599 parent: 2 - - uid: 17665 + - uid: 14274 components: - type: Transform - pos: -20.5,32.5 + pos: -72.85852,-18.550858 parent: 2 - - uid: 17666 + - uid: 34547 components: - type: Transform - pos: -19.5,32.5 - parent: 2 - - uid: 17667 + rot: 3.141592653589793 rad + pos: -10.958832,4.450348 + parent: 30892 +- proto: CableMV + entities: + - uid: 34 components: - type: Transform - pos: -18.5,32.5 + pos: 27.5,-9.5 parent: 2 - - uid: 17668 + - uid: 3625 components: - type: Transform - pos: -17.5,32.5 + pos: 54.5,36.5 parent: 2 - - uid: 17669 + - uid: 4862 components: - type: Transform - pos: -16.5,32.5 + pos: 50.5,-0.5 parent: 2 - - uid: 17670 + - uid: 11009 components: - type: Transform - pos: -15.5,32.5 + pos: 27.5,-8.5 parent: 2 - - uid: 17671 + - uid: 14495 components: - type: Transform - pos: -14.5,32.5 + pos: 50.5,-1.5 parent: 2 - - uid: 17672 + - uid: 15573 components: - type: Transform - pos: -13.5,32.5 - parent: 2 - - uid: 17673 + pos: 15.5,3.5 + parent: 14592 + - uid: 15574 components: - type: Transform - pos: -12.5,32.5 - parent: 2 - - uid: 17674 + pos: 14.5,3.5 + parent: 14592 + - uid: 15575 components: - type: Transform - pos: -11.5,32.5 - parent: 2 - - uid: 17675 + pos: 13.5,3.5 + parent: 14592 + - uid: 15576 components: - type: Transform - pos: -17.5,32.5 - parent: 2 - - uid: 17676 + pos: 12.5,3.5 + parent: 14592 + - uid: 15577 components: - type: Transform - pos: -17.5,31.5 - parent: 2 - - uid: 17677 + pos: 11.5,3.5 + parent: 14592 + - uid: 15578 components: - type: Transform - pos: -17.5,30.5 - parent: 2 - - uid: 17679 + pos: 11.5,4.5 + parent: 14592 + - uid: 15579 components: - type: Transform - pos: -12.5,32.5 - parent: 2 - - uid: 17683 + pos: 11.5,4.5 + parent: 14592 + - uid: 15580 components: - type: Transform - pos: -22.5,20.5 - parent: 2 - - uid: 17684 + pos: 10.5,4.5 + parent: 14592 + - uid: 15581 components: - type: Transform - pos: -23.5,20.5 - parent: 2 - - uid: 17685 + pos: 9.5,4.5 + parent: 14592 + - uid: 15582 components: - type: Transform - pos: -24.5,20.5 - parent: 2 - - uid: 17686 + pos: 8.5,4.5 + parent: 14592 + - uid: 15583 components: - type: Transform - pos: -25.5,20.5 - parent: 2 - - uid: 17687 + pos: 8.5,4.5 + parent: 14592 + - uid: 15584 components: - type: Transform - pos: -26.5,20.5 - parent: 2 - - uid: 17688 + pos: 8.5,3.5 + parent: 14592 + - uid: 15585 components: - type: Transform - pos: -27.5,20.5 - parent: 2 - - uid: 17689 + pos: 8.5,2.5 + parent: 14592 + - uid: 15586 components: - type: Transform - pos: -27.5,18.5 - parent: 2 - - uid: 17690 + pos: 8.5,1.5 + parent: 14592 + - uid: 15587 components: - type: Transform - pos: -27.5,17.5 - parent: 2 - - uid: 17691 + pos: 8.5,0.5 + parent: 14592 + - uid: 15588 components: - type: Transform - pos: -27.5,16.5 - parent: 2 - - uid: 17692 + pos: 8.5,0.5 + parent: 14592 + - uid: 15589 components: - type: Transform - pos: -27.5,15.5 - parent: 2 - - uid: 17693 + pos: 9.5,0.5 + parent: 14592 + - uid: 15590 components: - type: Transform - pos: -27.5,19.5 - parent: 2 - - uid: 17694 + pos: 10.5,0.5 + parent: 14592 + - uid: 15591 components: - type: Transform - pos: -28.5,16.5 - parent: 2 - - uid: 17695 + pos: 11.5,0.5 + parent: 14592 + - uid: 15592 components: - type: Transform - pos: -29.5,16.5 - parent: 2 - - uid: 17696 + pos: 8.5,0.5 + parent: 14592 + - uid: 15593 components: - type: Transform - pos: -30.5,16.5 - parent: 2 - - uid: 17697 + pos: 8.5,-0.5 + parent: 14592 + - uid: 15594 components: - type: Transform - pos: -31.5,16.5 - parent: 2 - - uid: 17698 + pos: 8.5,-1.5 + parent: 14592 + - uid: 15595 components: - type: Transform - pos: -32.5,16.5 - parent: 2 - - uid: 17699 + pos: 8.5,-2.5 + parent: 14592 + - uid: 15596 components: - type: Transform - pos: -33.5,16.5 - parent: 2 - - uid: 17700 + pos: 8.5,-3.5 + parent: 14592 + - uid: 15597 components: - type: Transform - pos: -34.5,16.5 - parent: 2 - - uid: 19405 + pos: 8.5,-3.5 + parent: 14592 + - uid: 15598 components: - type: Transform - pos: -60.5,6.5 - parent: 2 - - uid: 19411 + pos: 7.5,-3.5 + parent: 14592 + - uid: 15599 components: - type: Transform - pos: -62.5,6.5 - parent: 2 - - uid: 19417 + pos: 6.5,-3.5 + parent: 14592 + - uid: 15600 components: - type: Transform - pos: -49.5,38.5 - parent: 2 - - uid: 19418 + pos: 5.5,-3.5 + parent: 14592 + - uid: 15601 components: - type: Transform - pos: -49.5,39.5 - parent: 2 - - uid: 19419 + pos: 4.5,-3.5 + parent: 14592 + - uid: 15602 components: - type: Transform - pos: -61.5,6.5 - parent: 2 - - uid: 19429 + pos: 4.5,-3.5 + parent: 14592 + - uid: 15603 components: - type: Transform - pos: 7.5,36.5 - parent: 2 - - uid: 19430 + pos: 4.5,-2.5 + parent: 14592 + - uid: 15604 components: - type: Transform - pos: -49.5,40.5 - parent: 2 - - uid: 19431 + pos: 4.5,-1.5 + parent: 14592 + - uid: 15605 components: - type: Transform - pos: -49.5,41.5 - parent: 2 - - uid: 19432 + pos: 4.5,-1.5 + parent: 14592 + - uid: 15606 components: - type: Transform - pos: -49.5,42.5 - parent: 2 - - uid: 19433 + pos: 3.5,-1.5 + parent: 14592 + - uid: 15607 components: - type: Transform - pos: -49.5,43.5 - parent: 2 - - uid: 19434 + pos: 2.5,-1.5 + parent: 14592 + - uid: 15608 components: - type: Transform - pos: -50.5,43.5 - parent: 2 - - uid: 19435 + pos: 1.5,-1.5 + parent: 14592 + - uid: 15609 components: - type: Transform - pos: -51.5,43.5 - parent: 2 - - uid: 19436 + pos: 0.5,-1.5 + parent: 14592 + - uid: 15610 components: - type: Transform - pos: -51.5,44.5 - parent: 2 - - uid: 19437 + pos: -0.5,-1.5 + parent: 14592 + - uid: 15611 components: - type: Transform - pos: -51.5,45.5 - parent: 2 - - uid: 19438 + pos: -0.5,-1.5 + parent: 14592 + - uid: 15612 components: - type: Transform - pos: -51.5,46.5 - parent: 2 - - uid: 19439 + pos: -0.5,-0.5 + parent: 14592 + - uid: 15613 components: - type: Transform - pos: -51.5,47.5 - parent: 2 - - uid: 19440 + pos: -0.5,0.5 + parent: 14592 + - uid: 15614 components: - type: Transform - pos: -51.5,48.5 - parent: 2 - - uid: 19441 + pos: -0.5,-1.5 + parent: 14592 + - uid: 15615 components: - type: Transform - pos: -51.5,49.5 - parent: 2 - - uid: 19442 + pos: -0.5,-2.5 + parent: 14592 + - uid: 15616 components: - type: Transform - pos: -51.5,50.5 - parent: 2 - - uid: 19443 + pos: -0.5,-3.5 + parent: 14592 + - uid: 15617 components: - type: Transform - pos: -51.5,51.5 - parent: 2 - - uid: 19444 + pos: -0.5,-4.5 + parent: 14592 + - uid: 15618 components: - type: Transform - pos: -51.5,52.5 - parent: 2 - - uid: 19445 + pos: -0.5,-5.5 + parent: 14592 + - uid: 15619 components: - type: Transform - pos: -49.5,43.5 - parent: 2 - - uid: 19446 + pos: -0.5,-5.5 + parent: 14592 + - uid: 15620 components: - type: Transform - pos: -48.5,43.5 - parent: 2 - - uid: 19447 + pos: 0.5,-5.5 + parent: 14592 + - uid: 15621 components: - type: Transform - pos: -47.5,43.5 - parent: 2 - - uid: 19448 + pos: 1.5,-5.5 + parent: 14592 + - uid: 15622 components: - type: Transform - pos: -46.5,43.5 - parent: 2 - - uid: 19449 + pos: 1.5,-5.5 + parent: 14592 + - uid: 15623 components: - type: Transform - pos: -45.5,43.5 - parent: 2 - - uid: 19450 + pos: 1.5,-4.5 + parent: 14592 + - uid: 15624 components: - type: Transform - pos: -44.5,43.5 - parent: 2 - - uid: 19451 + pos: 1.5,-3.5 + parent: 14592 + - uid: 15625 components: - type: Transform - pos: -43.5,43.5 - parent: 2 - - uid: 19452 + pos: -0.5,-1.5 + parent: 14592 + - uid: 15626 components: - type: Transform - pos: -42.5,43.5 - parent: 2 - - uid: 19453 + pos: -1.5,-1.5 + parent: 14592 + - uid: 15627 components: - type: Transform - pos: -41.5,43.5 - parent: 2 - - uid: 19454 + pos: -2.5,-1.5 + parent: 14592 + - uid: 15628 components: - type: Transform - pos: -43.5,43.5 - parent: 2 - - uid: 19455 + pos: -3.5,-1.5 + parent: 14592 + - uid: 15629 components: - type: Transform - pos: -43.5,42.5 - parent: 2 - - uid: 19456 + pos: -4.5,-1.5 + parent: 14592 + - uid: 15630 components: - type: Transform - pos: -43.5,41.5 - parent: 2 - - uid: 19457 + pos: -5.5,-1.5 + parent: 14592 + - uid: 15631 components: - type: Transform - pos: -43.5,40.5 - parent: 2 - - uid: 19462 + pos: -5.5,-1.5 + parent: 14592 + - uid: 15632 components: - type: Transform - pos: -52.5,35.5 - parent: 2 - - uid: 19463 + pos: -5.5,-2.5 + parent: 14592 + - uid: 15633 components: - type: Transform - pos: -52.5,31.5 - parent: 2 - - uid: 19465 + pos: -5.5,-3.5 + parent: 14592 + - uid: 15634 components: - type: Transform - pos: -50.5,36.5 - parent: 2 - - uid: 19466 + pos: -5.5,-4.5 + parent: 14592 + - uid: 15635 components: - type: Transform - pos: -51.5,31.5 - parent: 2 - - uid: 19468 + pos: -6.5,-4.5 + parent: 14592 + - uid: 15636 components: - type: Transform - pos: -49.5,36.5 - parent: 2 - - uid: 19469 + pos: -6.5,-3.5 + parent: 14592 + - uid: 17495 components: - type: Transform - pos: -53.5,31.5 + pos: -16.5,51.5 parent: 2 - - uid: 19471 + - uid: 17563 components: - type: Transform - pos: -48.5,36.5 + pos: -18.5,-13.5 parent: 2 - - uid: 19472 + - uid: 17573 components: - type: Transform - pos: -54.5,31.5 + pos: -27.5,39.5 parent: 2 - - uid: 19474 + - uid: 17574 components: - type: Transform - pos: -47.5,36.5 + pos: -28.5,39.5 parent: 2 - - uid: 19475 + - uid: 17575 components: - type: Transform - pos: -55.5,31.5 + pos: -28.5,40.5 parent: 2 - - uid: 19477 + - uid: 17620 components: - type: Transform - pos: -46.5,36.5 + pos: -17.5,-13.5 parent: 2 - - uid: 19478 + - uid: 17701 components: - type: Transform - pos: -51.5,33.5 + pos: -43.5,22.5 parent: 2 - - uid: 19480 + - uid: 17702 components: - type: Transform - pos: -45.5,36.5 + pos: -43.5,21.5 parent: 2 - - uid: 19481 + - uid: 17703 components: - type: Transform - pos: -51.5,32.5 + pos: -43.5,21.5 parent: 2 - - uid: 19482 + - uid: 17704 components: - type: Transform - pos: -52.5,30.5 + pos: -42.5,21.5 parent: 2 - - uid: 19483 + - uid: 17705 components: - type: Transform - pos: -52.5,29.5 + pos: -41.5,21.5 parent: 2 - - uid: 19484 + - uid: 17706 components: - type: Transform - pos: -52.5,28.5 + pos: -40.5,21.5 parent: 2 - - uid: 19485 + - uid: 17707 components: - type: Transform - pos: -52.5,27.5 + pos: -39.5,21.5 parent: 2 - - uid: 19486 + - uid: 17708 components: - type: Transform - pos: -52.5,26.5 + pos: -38.5,21.5 parent: 2 - - uid: 19487 + - uid: 17709 components: - type: Transform - pos: -52.5,25.5 + pos: -38.5,21.5 parent: 2 - - uid: 19488 + - uid: 17710 components: - type: Transform - pos: -51.5,34.5 + pos: -38.5,20.5 parent: 2 - - uid: 19489 + - uid: 17711 components: - type: Transform - pos: -51.5,35.5 + pos: -38.5,19.5 parent: 2 - - uid: 19490 + - uid: 17712 components: - type: Transform - pos: -51.5,36.5 + pos: -38.5,18.5 parent: 2 - - uid: 19491 + - uid: 17713 components: - type: Transform - pos: -44.5,36.5 + pos: -38.5,17.5 parent: 2 - - uid: 19492 + - uid: 17714 components: - type: Transform - pos: -53.5,35.5 + pos: -38.5,16.5 parent: 2 - - uid: 19493 + - uid: 17715 components: - type: Transform - pos: -54.5,35.5 + pos: -38.5,15.5 parent: 2 - - uid: 19494 + - uid: 17716 components: - type: Transform - pos: -55.5,35.5 + pos: -38.5,14.5 parent: 2 - - uid: 19495 + - uid: 17717 components: - type: Transform - pos: -56.5,35.5 + pos: -38.5,13.5 parent: 2 - - uid: 19496 + - uid: 17718 components: - type: Transform - pos: -57.5,35.5 + pos: -38.5,13.5 parent: 2 - - uid: 19497 + - uid: 17719 components: - type: Transform - pos: -17.5,56.5 + pos: -37.5,13.5 parent: 2 - - uid: 19498 + - uid: 17720 components: - type: Transform - pos: -18.5,59.5 + pos: -36.5,13.5 parent: 2 - - uid: 19499 + - uid: 17721 components: - type: Transform - pos: -17.5,62.5 + pos: -38.5,21.5 parent: 2 - - uid: 19500 + - uid: 17722 components: - type: Transform - pos: -62.5,29.5 + pos: -37.5,21.5 parent: 2 - - uid: 19501 + - uid: 17723 components: - type: Transform - pos: -62.5,28.5 + pos: -36.5,21.5 parent: 2 - - uid: 19502 + - uid: 17724 components: - type: Transform - pos: -62.5,27.5 + pos: -35.5,21.5 parent: 2 - - uid: 19503 + - uid: 17725 components: - type: Transform - pos: -62.5,26.5 + pos: -34.5,21.5 parent: 2 - - uid: 19507 + - uid: 17726 components: - type: Transform - pos: -61.5,26.5 + pos: -33.5,21.5 parent: 2 - - uid: 19508 + - uid: 17727 components: - type: Transform - pos: -60.5,26.5 + pos: -32.5,21.5 parent: 2 - - uid: 19509 + - uid: 17728 components: - type: Transform - pos: -59.5,26.5 + pos: -31.5,21.5 parent: 2 - - uid: 19510 + - uid: 17729 components: - type: Transform - pos: -58.5,26.5 + pos: -30.5,21.5 parent: 2 - - uid: 19511 + - uid: 17730 components: - type: Transform - pos: -57.5,26.5 + pos: -29.5,21.5 parent: 2 - - uid: 19513 + - uid: 17731 components: - type: Transform - pos: -57.5,27.5 + pos: -29.5,23.5 parent: 2 - - uid: 19514 + - uid: 17732 components: - type: Transform - pos: -57.5,28.5 + pos: -29.5,22.5 parent: 2 - - uid: 19515 + - uid: 17733 components: - type: Transform - pos: -57.5,29.5 + pos: -28.5,21.5 parent: 2 - - uid: 19516 + - uid: 17734 components: - type: Transform - pos: -57.5,30.5 + pos: -27.5,21.5 parent: 2 - - uid: 19519 + - uid: 17735 components: - type: Transform - pos: -57.5,25.5 + pos: -26.5,21.5 parent: 2 - - uid: 19520 + - uid: 17736 components: - type: Transform - pos: -57.5,24.5 + pos: -25.5,21.5 parent: 2 - - uid: 19521 + - uid: 17737 components: - type: Transform - pos: -57.5,23.5 + pos: -24.5,21.5 parent: 2 - - uid: 19522 + - uid: 17738 components: - type: Transform - pos: -57.5,22.5 + pos: -23.5,21.5 parent: 2 - - uid: 19523 + - uid: 17739 components: - type: Transform - pos: -57.5,21.5 + pos: -22.5,21.5 parent: 2 - - uid: 19524 + - uid: 17740 components: - type: Transform - pos: -57.5,20.5 + pos: -21.5,21.5 parent: 2 - - uid: 19525 + - uid: 17741 components: - type: Transform - pos: -57.5,19.5 + pos: -20.5,21.5 parent: 2 - - uid: 19533 + - uid: 17742 components: - type: Transform - pos: -63.5,4.5 + pos: -19.5,21.5 parent: 2 - - uid: 19534 + - uid: 17743 components: - type: Transform - pos: -63.5,5.5 + pos: -18.5,21.5 parent: 2 - - uid: 19535 + - uid: 17744 components: - type: Transform - pos: -63.5,6.5 + pos: -17.5,21.5 parent: 2 - - uid: 19537 + - uid: 17745 components: - type: Transform - pos: -59.5,15.5 + pos: -16.5,21.5 parent: 2 - - uid: 19538 + - uid: 17746 components: - type: Transform - pos: -59.5,16.5 + pos: -16.5,21.5 parent: 2 - - uid: 19539 + - uid: 17747 components: - type: Transform - pos: -59.5,17.5 + pos: -16.5,20.5 parent: 2 - - uid: 19540 + - uid: 17748 components: - type: Transform - pos: -62.5,11.5 + pos: -16.5,19.5 parent: 2 - - uid: 19541 + - uid: 17749 components: - type: Transform - pos: -63.5,11.5 + pos: -16.5,18.5 parent: 2 - - uid: 19542 + - uid: 17750 components: - type: Transform - pos: -64.5,11.5 + pos: -16.5,17.5 parent: 2 - - uid: 19543 + - uid: 17751 components: - type: Transform - pos: -14.5,56.5 + pos: -16.5,17.5 parent: 2 - - uid: 19544 + - uid: 17752 components: - type: Transform - pos: -16.5,56.5 + pos: -17.5,17.5 parent: 2 - - uid: 19550 + - uid: 17753 components: - type: Transform - pos: -13.5,56.5 + pos: -18.5,17.5 parent: 2 - - uid: 19551 + - uid: 17754 components: - type: Transform - pos: -50.5,14.5 + pos: -22.5,21.5 parent: 2 - - uid: 19558 + - uid: 17755 components: - type: Transform - pos: -62.5,17.5 + pos: -22.5,22.5 parent: 2 - - uid: 19561 + - uid: 17756 components: - type: Transform - pos: -64.5,16.5 + pos: -22.5,23.5 parent: 2 - - uid: 19581 + - uid: 17757 components: - type: Transform - pos: -65.5,16.5 + pos: -22.5,24.5 parent: 2 - - uid: 19585 + - uid: 17758 components: - type: Transform - pos: -66.5,16.5 + pos: -22.5,25.5 parent: 2 - - uid: 19589 + - uid: 17759 components: - type: Transform - pos: -58.5,11.5 + pos: -22.5,26.5 parent: 2 - - uid: 19590 + - uid: 17760 components: - type: Transform - pos: -57.5,11.5 + pos: -22.5,27.5 parent: 2 - - uid: 19591 + - uid: 17761 components: - type: Transform - pos: -56.5,11.5 + pos: -22.5,28.5 parent: 2 - - uid: 19592 + - uid: 17762 components: - type: Transform - pos: -55.5,11.5 + pos: -22.5,29.5 parent: 2 - - uid: 19593 + - uid: 17763 components: - type: Transform - pos: -46.5,27.5 + pos: -22.5,30.5 parent: 2 - - uid: 19594 + - uid: 17764 components: - type: Transform - pos: -45.5,27.5 + pos: -22.5,30.5 parent: 2 - - uid: 19595 + - uid: 17765 components: - type: Transform - pos: -45.5,28.5 + pos: -21.5,30.5 parent: 2 - - uid: 19596 + - uid: 17766 components: - type: Transform - pos: -45.5,29.5 + pos: -20.5,30.5 parent: 2 - - uid: 19597 + - uid: 17769 components: - type: Transform - pos: -46.5,29.5 + pos: -9.5,49.5 parent: 2 - - uid: 19598 + - uid: 17770 components: - type: Transform - pos: -47.5,29.5 + pos: -9.5,48.5 parent: 2 - - uid: 19600 + - uid: 17771 components: - type: Transform - pos: -47.5,30.5 + pos: -9.5,49.5 parent: 2 - - uid: 19601 + - uid: 17772 components: - type: Transform - pos: -47.5,31.5 + pos: -9.5,47.5 parent: 2 - - uid: 19602 + - uid: 17773 components: - type: Transform - pos: -47.5,32.5 + pos: -9.5,47.5 parent: 2 - - uid: 19607 + - uid: 17774 components: - type: Transform - pos: -45.5,27.5 + pos: -10.5,47.5 parent: 2 - - uid: 19608 + - uid: 17775 components: - type: Transform - pos: -45.5,26.5 + pos: -11.5,47.5 parent: 2 - - uid: 19609 + - uid: 17776 components: - type: Transform - pos: -45.5,25.5 + pos: -12.5,47.5 parent: 2 - - uid: 19612 + - uid: 17777 components: - type: Transform - pos: -46.5,25.5 + pos: -13.5,47.5 parent: 2 - - uid: 19613 + - uid: 17778 components: - type: Transform - pos: -47.5,25.5 + pos: -14.5,47.5 parent: 2 - - uid: 19617 + - uid: 17779 components: - type: Transform - pos: -47.5,24.5 + pos: -14.5,47.5 parent: 2 - - uid: 19618 + - uid: 17782 components: - type: Transform - pos: -47.5,23.5 + pos: -15.5,46.5 parent: 2 - - uid: 19619 + - uid: 17783 components: - type: Transform - pos: -47.5,22.5 + pos: -15.5,46.5 parent: 2 - - uid: 19620 + - uid: 17784 components: - type: Transform - pos: -47.5,21.5 + pos: -15.5,45.5 parent: 2 - - uid: 19621 + - uid: 17785 components: - type: Transform - pos: -47.5,20.5 + pos: -15.5,44.5 parent: 2 - - uid: 19622 + - uid: 17786 components: - type: Transform - pos: -47.5,19.5 + pos: -15.5,43.5 parent: 2 - - uid: 19623 + - uid: 17787 components: - type: Transform - pos: -48.5,19.5 + pos: -15.5,43.5 parent: 2 - - uid: 19624 + - uid: 17788 components: - type: Transform - pos: -49.5,19.5 + pos: -14.5,43.5 parent: 2 - - uid: 19625 + - uid: 17789 components: - type: Transform - pos: -49.5,18.5 + pos: -13.5,43.5 parent: 2 - - uid: 19626 + - uid: 17790 components: - type: Transform - pos: -49.5,17.5 + pos: -12.5,43.5 parent: 2 - - uid: 19627 + - uid: 17791 components: - type: Transform - pos: -49.5,16.5 + pos: -11.5,43.5 parent: 2 - - uid: 19628 + - uid: 17792 components: - type: Transform - pos: -49.5,15.5 + pos: -11.5,43.5 parent: 2 - - uid: 19629 + - uid: 17793 components: - type: Transform - pos: -49.5,14.5 + pos: -11.5,42.5 parent: 2 - - uid: 19630 + - uid: 17794 components: - type: Transform - pos: -50.5,14.5 + pos: -11.5,41.5 parent: 2 - - uid: 19631 + - uid: 17795 components: - type: Transform - pos: -50.5,13.5 + pos: -11.5,40.5 parent: 2 - - uid: 19632 + - uid: 17796 components: - type: Transform - pos: -50.5,12.5 + pos: -11.5,40.5 parent: 2 - - uid: 19633 + - uid: 17797 components: - type: Transform - pos: -50.5,11.5 + pos: -12.5,40.5 parent: 2 - - uid: 19634 + - uid: 17798 components: - type: Transform - pos: -50.5,10.5 + pos: -13.5,40.5 parent: 2 - - uid: 19635 + - uid: 17799 components: - type: Transform - pos: -50.5,9.5 + pos: -13.5,41.5 parent: 2 - - uid: 19636 + - uid: 17800 components: - type: Transform - pos: -51.5,9.5 + pos: -45.5,-3.5 parent: 2 - - uid: 19657 + - uid: 17801 components: - type: Transform - pos: -54.5,4.5 + pos: -49.5,-3.5 parent: 2 - - uid: 19658 + - uid: 17802 components: - type: Transform - pos: -53.5,4.5 + pos: -48.5,-3.5 parent: 2 - - uid: 19659 + - uid: 17803 components: - type: Transform - pos: -52.5,4.5 + pos: -47.5,-3.5 parent: 2 - - uid: 19660 + - uid: 17804 components: - type: Transform - pos: -51.5,4.5 + pos: -46.5,-3.5 parent: 2 - - uid: 19675 + - uid: 17805 components: - type: Transform - pos: -51.5,5.5 + pos: -45.5,-3.5 parent: 2 - - uid: 19676 + - uid: 17806 components: - type: Transform - pos: -51.5,6.5 + pos: -45.5,-2.5 parent: 2 - - uid: 19677 + - uid: 17807 components: - type: Transform - pos: -51.5,7.5 + pos: -45.5,-1.5 parent: 2 - - uid: 19687 + - uid: 17808 components: - type: Transform - pos: -51.5,4.5 + pos: -45.5,-0.5 parent: 2 - - uid: 19688 + - uid: 17809 components: - type: Transform - pos: -51.5,3.5 + pos: -45.5,0.5 parent: 2 - - uid: 19689 + - uid: 17810 components: - type: Transform - pos: -51.5,2.5 + pos: -45.5,1.5 parent: 2 - - uid: 19690 + - uid: 17812 components: - type: Transform - pos: -51.5,1.5 + pos: -45.5,-0.5 parent: 2 - - uid: 19691 + - uid: 17813 components: - type: Transform - pos: -51.5,0.5 + pos: -44.5,-0.5 parent: 2 - - uid: 19692 + - uid: 17814 components: - type: Transform - pos: -51.5,-0.5 + pos: -43.5,-0.5 parent: 2 - - uid: 19693 + - uid: 17815 components: - type: Transform - pos: -51.5,-1.5 + pos: -42.5,-0.5 parent: 2 - - uid: 19694 + - uid: 17816 components: - type: Transform - pos: -51.5,-2.5 + pos: -41.5,-0.5 parent: 2 - - uid: 19695 + - uid: 17817 components: - type: Transform - pos: -51.5,-3.5 + pos: -40.5,-0.5 parent: 2 - - uid: 19696 + - uid: 17818 components: - type: Transform - pos: -51.5,-4.5 + pos: -39.5,-0.5 parent: 2 - - uid: 19697 + - uid: 17819 components: - type: Transform - pos: -51.5,-5.5 + pos: -38.5,-0.5 parent: 2 - - uid: 19698 + - uid: 17820 components: - type: Transform - pos: -51.5,-6.5 + pos: -37.5,-0.5 parent: 2 - - uid: 19699 + - uid: 17821 components: - type: Transform - pos: -51.5,-7.5 + pos: -36.5,-0.5 parent: 2 - - uid: 19700 + - uid: 17822 components: - type: Transform - pos: -51.5,-8.5 + pos: -36.5,-1.5 parent: 2 - - uid: 19704 + - uid: 17823 components: - type: Transform - pos: -50.5,-8.5 + pos: -36.5,-2.5 parent: 2 - - uid: 19705 + - uid: 17824 components: - type: Transform - pos: -50.5,-10.5 + pos: -37.5,-2.5 parent: 2 - - uid: 19712 + - uid: 17826 components: - type: Transform - pos: -50.5,-8.5 + pos: -45.5,1.5 parent: 2 - - uid: 19720 + - uid: 17827 components: - type: Transform - pos: -50.5,-9.5 + pos: -46.5,1.5 parent: 2 - - uid: 19725 + - uid: 17828 components: - type: Transform - pos: -50.5,-11.5 + pos: -47.5,1.5 parent: 2 - - uid: 19726 + - uid: 17829 components: - type: Transform - pos: -50.5,-12.5 + pos: -48.5,1.5 parent: 2 - - uid: 19740 + - uid: 17830 components: - type: Transform - pos: -49.5,-15.5 + pos: -49.5,1.5 parent: 2 - - uid: 19741 + - uid: 17831 components: - type: Transform - pos: -50.5,-13.5 + pos: -50.5,1.5 parent: 2 - - uid: 19754 + - uid: 17832 components: - type: Transform - pos: -50.5,-14.5 + pos: -51.5,1.5 parent: 2 - - uid: 19760 + - uid: 17833 components: - type: Transform - pos: -50.5,-15.5 + pos: -51.5,1.5 parent: 2 - - uid: 19766 + - uid: 17834 components: - type: Transform - pos: -48.5,-15.5 + pos: -51.5,2.5 parent: 2 - - uid: 19767 + - uid: 17835 components: - type: Transform - pos: -48.5,-16.5 + pos: -51.5,3.5 parent: 2 - - uid: 19768 + - uid: 17836 components: - type: Transform - pos: -48.5,-17.5 + pos: -51.5,4.5 parent: 2 - - uid: 19769 + - uid: 17837 components: - type: Transform - pos: -48.5,-19.5 + pos: -51.5,4.5 parent: 2 - - uid: 19797 + - uid: 17838 components: - type: Transform - pos: -48.5,-18.5 + pos: -50.5,4.5 parent: 2 - - uid: 19798 + - uid: 17839 components: - type: Transform - pos: -47.5,-19.5 + pos: -49.5,4.5 parent: 2 - - uid: 19799 + - uid: 17840 components: - type: Transform - pos: -47.5,-20.5 + pos: -48.5,4.5 parent: 2 - - uid: 19800 + - uid: 17841 components: - type: Transform - pos: -47.5,-21.5 + pos: -47.5,4.5 parent: 2 - - uid: 19801 + - uid: 17842 components: - type: Transform - pos: -47.5,-22.5 + pos: -46.5,4.5 parent: 2 - - uid: 19802 + - uid: 17843 components: - type: Transform - pos: -46.5,-23.5 + pos: -45.5,4.5 parent: 2 - - uid: 19812 + - uid: 17844 components: - type: Transform - pos: -46.5,-22.5 + pos: -44.5,4.5 parent: 2 - - uid: 19874 + - uid: 17845 components: - type: Transform - pos: -45.5,29.5 + pos: -43.5,4.5 parent: 2 - - uid: 19875 + - uid: 17846 components: - type: Transform - pos: -44.5,29.5 + pos: -43.5,5.5 parent: 2 - - uid: 19876 + - uid: 17847 components: - type: Transform - pos: -43.5,29.5 + pos: -43.5,6.5 parent: 2 - - uid: 19877 + - uid: 17848 components: - type: Transform - pos: -42.5,29.5 + pos: -43.5,6.5 parent: 2 - - uid: 19878 + - uid: 17849 components: - type: Transform - pos: -41.5,29.5 + pos: -42.5,6.5 parent: 2 - - uid: 19879 + - uid: 17850 components: - type: Transform - pos: -40.5,29.5 + pos: -41.5,6.5 parent: 2 - - uid: 19880 + - uid: 17851 components: - type: Transform - pos: -39.5,29.5 + pos: -36.5,-0.5 parent: 2 - - uid: 19881 + - uid: 17852 components: - type: Transform - pos: -38.5,29.5 + pos: -35.5,0.5 parent: 2 - - uid: 19882 + - uid: 17853 components: - type: Transform - pos: -37.5,29.5 + pos: -36.5,0.5 parent: 2 - - uid: 19890 + - uid: 17855 components: - type: Transform - pos: -37.5,30.5 + pos: -34.5,0.5 parent: 2 - - uid: 19891 + - uid: 17857 components: - type: Transform - pos: -37.5,31.5 + pos: -34.5,1.5 parent: 2 - - uid: 19892 + - uid: 17858 components: - type: Transform - pos: -37.5,32.5 + pos: -34.5,2.5 parent: 2 - - uid: 19893 + - uid: 17859 components: - type: Transform - pos: -37.5,33.5 + pos: -33.5,2.5 parent: 2 - - uid: 19894 + - uid: 17860 components: - type: Transform - pos: -37.5,34.5 + pos: -32.5,2.5 parent: 2 - - uid: 19895 + - uid: 17861 components: - type: Transform - pos: -37.5,35.5 + pos: -31.5,2.5 parent: 2 - - uid: 19896 + - uid: 17862 components: - type: Transform - pos: -37.5,36.5 + pos: -30.5,2.5 parent: 2 - - uid: 19897 + - uid: 17863 components: - type: Transform - pos: -37.5,37.5 + pos: -30.5,3.5 parent: 2 - - uid: 19898 + - uid: 17864 components: - type: Transform - pos: -37.5,38.5 + pos: -30.5,4.5 parent: 2 - - uid: 19907 + - uid: 17865 components: - type: Transform - pos: -36.5,38.5 + pos: -30.5,5.5 parent: 2 - - uid: 19908 + - uid: 17866 components: - type: Transform - pos: -35.5,38.5 + pos: -30.5,6.5 parent: 2 - - uid: 19911 + - uid: 17867 components: - type: Transform - pos: -35.5,39.5 + pos: -30.5,7.5 parent: 2 - - uid: 19912 + - uid: 17868 components: - type: Transform - pos: -34.5,39.5 + pos: -30.5,8.5 parent: 2 - - uid: 19913 + - uid: 17869 components: - type: Transform - pos: -33.5,40.5 + pos: -30.5,9.5 parent: 2 - - uid: 19914 + - uid: 17870 components: - type: Transform - pos: -28.5,54.5 + pos: -30.5,10.5 parent: 2 - - uid: 19915 + - uid: 17872 components: - type: Transform - pos: -33.5,39.5 + pos: -19.5,-13.5 parent: 2 - - uid: 19916 + - uid: 17873 components: - type: Transform - pos: -28.5,52.5 + pos: -20.5,-13.5 parent: 2 - - uid: 19918 + - uid: 17875 components: - type: Transform - pos: -28.5,53.5 + pos: -60.5,32.5 parent: 2 - - uid: 20437 + - uid: 17876 components: - type: Transform - pos: -29.5,53.5 + pos: -60.5,31.5 parent: 2 - - uid: 20438 + - uid: 17877 components: - type: Transform - pos: -30.5,53.5 + pos: -60.5,30.5 parent: 2 - - uid: 20439 + - uid: 17878 components: - type: Transform - pos: -30.5,54.5 + pos: -61.5,30.5 parent: 2 - - uid: 20440 + - uid: 17879 components: - type: Transform - pos: -30.5,55.5 + pos: -61.5,29.5 parent: 2 - - uid: 20443 + - uid: 17880 components: - type: Transform - pos: -30.5,56.5 + pos: -61.5,28.5 parent: 2 - - uid: 20444 + - uid: 17881 components: - type: Transform - pos: -30.5,57.5 + pos: -61.5,27.5 parent: 2 - - uid: 20455 + - uid: 17882 components: - type: Transform - pos: -28.5,52.5 + pos: -61.5,26.5 parent: 2 - - uid: 20456 + - uid: 17884 components: - type: Transform - pos: -27.5,52.5 + pos: -61.5,26.5 parent: 2 - - uid: 20457 + - uid: 17885 components: - type: Transform - pos: -26.5,52.5 + pos: -60.5,26.5 parent: 2 - - uid: 20458 + - uid: 17886 components: - type: Transform - pos: -25.5,52.5 + pos: -59.5,26.5 parent: 2 - - uid: 20459 + - uid: 17887 components: - type: Transform - pos: -24.5,52.5 + pos: -58.5,26.5 parent: 2 - - uid: 20465 + - uid: 17888 components: - type: Transform - pos: -25.5,53.5 + pos: -57.5,26.5 parent: 2 - - uid: 20466 + - uid: 17889 components: - type: Transform - pos: -25.5,54.5 + pos: -57.5,26.5 parent: 2 - - uid: 20467 + - uid: 17890 components: - type: Transform - pos: -25.5,55.5 + pos: -57.5,27.5 parent: 2 - - uid: 20468 + - uid: 17891 components: - type: Transform - pos: -25.5,56.5 + pos: -57.5,28.5 parent: 2 - - uid: 20469 + - uid: 17892 components: - type: Transform - pos: -25.5,57.5 + pos: -57.5,29.5 parent: 2 - - uid: 20470 + - uid: 17893 components: - type: Transform - pos: -25.5,58.5 + pos: -57.5,30.5 parent: 2 - - uid: 20476 + - uid: 17894 components: - type: Transform - pos: -25.5,59.5 + pos: -57.5,31.5 parent: 2 - - uid: 20485 + - uid: 17895 components: - type: Transform - pos: -23.5,52.5 + pos: -57.5,32.5 parent: 2 - - uid: 20486 + - uid: 17896 components: - type: Transform - pos: -23.5,51.5 + pos: -57.5,33.5 parent: 2 - - uid: 20487 + - uid: 17897 components: - type: Transform - pos: -23.5,50.5 + pos: -57.5,34.5 parent: 2 - - uid: 20488 + - uid: 17898 components: - type: Transform - pos: -23.5,49.5 + pos: -56.5,34.5 parent: 2 - - uid: 20510 + - uid: 17899 components: - type: Transform - pos: -22.5,49.5 + pos: -56.5,35.5 parent: 2 - - uid: 20511 + - uid: 17900 components: - type: Transform - pos: -21.5,49.5 + pos: -55.5,35.5 parent: 2 - - uid: 20512 + - uid: 17901 components: - type: Transform - pos: -20.5,49.5 + pos: -54.5,35.5 parent: 2 - - uid: 20513 + - uid: 17902 components: - type: Transform - pos: -19.5,49.5 + pos: -53.5,35.5 parent: 2 - - uid: 20514 + - uid: 17903 components: - type: Transform - pos: -18.5,49.5 + pos: -52.5,35.5 parent: 2 - - uid: 20515 + - uid: 17904 components: - type: Transform - pos: -17.5,49.5 + pos: -51.5,35.5 parent: 2 - - uid: 20516 + - uid: 17905 components: - type: Transform - pos: -16.5,49.5 + pos: -51.5,35.5 parent: 2 - - uid: 20531 + - uid: 17906 components: - type: Transform - pos: -28.5,52.5 + pos: -51.5,36.5 parent: 2 - - uid: 20532 + - uid: 17907 components: - type: Transform - pos: -28.5,51.5 + pos: -51.5,37.5 parent: 2 - - uid: 20533 + - uid: 17908 components: - type: Transform - pos: -28.5,50.5 + pos: -51.5,38.5 parent: 2 - - uid: 20534 + - uid: 17909 components: - type: Transform - pos: -28.5,49.5 + pos: -51.5,39.5 parent: 2 - - uid: 20535 + - uid: 17910 components: - type: Transform - pos: -28.5,48.5 + pos: -51.5,40.5 parent: 2 - - uid: 20536 + - uid: 17911 components: - type: Transform - pos: -28.5,47.5 + pos: -51.5,40.5 parent: 2 - - uid: 20537 + - uid: 17912 components: - type: Transform - pos: -28.5,46.5 + pos: -50.5,40.5 parent: 2 - - uid: 20538 + - uid: 17913 components: - type: Transform - pos: -28.5,45.5 + pos: -49.5,40.5 parent: 2 - - uid: 20546 + - uid: 17914 components: - type: Transform - pos: -28.5,45.5 + pos: -49.5,40.5 parent: 2 - - uid: 20547 + - uid: 17915 components: - type: Transform - pos: -29.5,45.5 + pos: -49.5,39.5 parent: 2 - - uid: 20548 + - uid: 17916 components: - type: Transform - pos: -29.5,44.5 + pos: -49.5,38.5 parent: 2 - - uid: 20549 + - uid: 17917 components: - type: Transform - pos: -30.5,44.5 + pos: -51.5,35.5 parent: 2 - - uid: 20550 + - uid: 17918 components: - type: Transform - pos: -31.5,44.5 + pos: -51.5,34.5 parent: 2 - - uid: 20557 + - uid: 17919 components: - type: Transform - pos: -31.5,43.5 + pos: -51.5,33.5 parent: 2 - - uid: 20558 + - uid: 17920 components: - type: Transform - pos: -32.5,43.5 + pos: -51.5,32.5 parent: 2 - - uid: 20567 + - uid: 17921 components: - type: Transform - pos: -23.5,49.5 + pos: -51.5,31.5 parent: 2 - - uid: 20568 + - uid: 17922 components: - type: Transform - pos: -23.5,48.5 + pos: -51.5,31.5 parent: 2 - - uid: 20569 + - uid: 17923 components: - type: Transform - pos: -23.5,47.5 + pos: -52.5,31.5 parent: 2 - - uid: 20570 + - uid: 17924 components: - type: Transform - pos: -23.5,46.5 + pos: -53.5,31.5 parent: 2 - - uid: 20571 + - uid: 17925 components: - type: Transform - pos: -23.5,45.5 + pos: -54.5,31.5 parent: 2 - - uid: 20572 + - uid: 17926 components: - type: Transform - pos: -23.5,44.5 + pos: -55.5,31.5 parent: 2 - - uid: 20573 + - uid: 17927 components: - type: Transform - pos: -23.5,43.5 + pos: -57.5,25.5 parent: 2 - - uid: 20574 + - uid: 17928 components: - type: Transform - pos: -22.5,43.5 + pos: -57.5,24.5 parent: 2 - - uid: 20575 + - uid: 17929 components: - type: Transform - pos: -21.5,43.5 + pos: -57.5,23.5 parent: 2 - - uid: 20576 + - uid: 17930 components: - type: Transform - pos: -20.5,43.5 + pos: -57.5,22.5 parent: 2 - - uid: 20577 + - uid: 17931 components: - type: Transform - pos: -19.5,43.5 + pos: -57.5,21.5 parent: 2 - - uid: 20578 + - uid: 17932 components: - type: Transform - pos: -18.5,43.5 + pos: -57.5,20.5 parent: 2 - - uid: 20579 + - uid: 17933 components: - type: Transform - pos: -17.5,43.5 + pos: -57.5,19.5 parent: 2 - - uid: 20580 + - uid: 17934 components: - type: Transform - pos: -16.5,43.5 + pos: -57.5,18.5 parent: 2 - - uid: 20608 + - uid: 17935 components: - type: Transform - pos: -30.5,53.5 + pos: -57.5,18.5 parent: 2 - - uid: 20609 + - uid: 17936 components: - type: Transform - pos: -31.5,53.5 + pos: -58.5,18.5 parent: 2 - - uid: 20610 + - uid: 17937 components: - type: Transform - pos: -32.5,53.5 + pos: -59.5,18.5 parent: 2 - - uid: 20617 + - uid: 17938 components: - type: Transform - pos: -33.5,53.5 + pos: -60.5,18.5 parent: 2 - - uid: 20629 + - uid: 17939 components: - type: Transform - pos: -34.5,53.5 + pos: -60.5,18.5 parent: 2 - - uid: 20630 + - uid: 17940 components: - type: Transform - pos: -34.5,52.5 + pos: -60.5,17.5 parent: 2 - - uid: 20631 + - uid: 17941 components: - type: Transform - pos: -34.5,51.5 + pos: -60.5,16.5 parent: 2 - - uid: 20632 + - uid: 17942 components: - type: Transform - pos: -34.5,50.5 + pos: -60.5,15.5 parent: 2 - - uid: 20633 + - uid: 17943 components: - type: Transform - pos: -16.5,50.5 + pos: -60.5,14.5 parent: 2 - - uid: 20634 + - uid: 17944 components: - type: Transform - pos: -16.5,51.5 + pos: -60.5,13.5 parent: 2 - - uid: 20658 + - uid: 17945 components: - type: Transform - pos: -19.5,61.5 + pos: -60.5,12.5 parent: 2 - - uid: 20659 + - uid: 17946 components: - type: Transform - pos: -18.5,61.5 + pos: -60.5,11.5 parent: 2 - - uid: 20660 + - uid: 17947 components: - type: Transform - pos: -17.5,61.5 + pos: -60.5,10.5 parent: 2 - - uid: 20661 + - uid: 17948 components: - type: Transform - pos: -16.5,61.5 + pos: -60.5,9.5 parent: 2 - - uid: 20662 + - uid: 17949 components: - type: Transform - pos: -15.5,61.5 + pos: -60.5,8.5 parent: 2 - - uid: 20669 + - uid: 17950 components: - type: Transform - pos: -15.5,61.5 + pos: -60.5,7.5 parent: 2 - - uid: 20670 + - uid: 17951 components: - type: Transform - pos: -15.5,60.5 + pos: -60.5,6.5 parent: 2 - - uid: 20671 + - uid: 17952 components: - type: Transform - pos: -15.5,59.5 + pos: -60.5,6.5 parent: 2 - - uid: 20672 + - uid: 17953 components: - type: Transform - pos: -15.5,58.5 + pos: -61.5,6.5 parent: 2 - - uid: 20673 + - uid: 17954 components: - type: Transform - pos: -15.5,57.5 + pos: -62.5,6.5 parent: 2 - - uid: 20674 + - uid: 17955 components: - type: Transform - pos: -14.5,61.5 + pos: -63.5,6.5 parent: 2 - - uid: 20675 + - uid: 17956 components: - type: Transform - pos: -13.5,61.5 + pos: -63.5,6.5 parent: 2 - - uid: 20693 + - uid: 17957 components: - type: Transform - pos: -15.5,62.5 + pos: -63.5,5.5 parent: 2 - - uid: 20696 + - uid: 17958 components: - type: Transform - pos: -16.5,59.5 + pos: -63.5,4.5 parent: 2 - - uid: 20697 + - uid: 17960 components: - type: Transform - pos: -17.5,59.5 + pos: -51.5,11.5 parent: 2 - - uid: 20698 + - uid: 17961 components: - type: Transform - pos: -14.5,59.5 + pos: -52.5,11.5 parent: 2 - - uid: 20699 + - uid: 17962 components: - type: Transform - pos: -13.5,59.5 + pos: -53.5,11.5 parent: 2 - - uid: 20700 + - uid: 17963 components: - type: Transform - pos: -12.5,59.5 + pos: -54.5,11.5 parent: 2 - - uid: 20701 + - uid: 17964 components: - type: Transform - pos: -8.5,54.5 + pos: -55.5,11.5 parent: 2 - - uid: 20702 + - uid: 17965 components: - type: Transform - pos: -15.5,56.5 + pos: -56.5,11.5 parent: 2 - - uid: 20703 + - uid: 17966 components: - type: Transform - pos: -8.5,53.5 + pos: -57.5,11.5 parent: 2 - - uid: 20704 + - uid: 17967 components: - type: Transform - pos: -7.5,53.5 + pos: -58.5,11.5 parent: 2 - - uid: 20705 + - uid: 17968 components: - type: Transform - pos: -6.5,53.5 + pos: -59.5,11.5 parent: 2 - - uid: 20706 + - uid: 17969 components: - type: Transform - pos: -5.5,53.5 + pos: -51.5,11.5 parent: 2 - - uid: 20707 + - uid: 17970 components: - type: Transform - pos: -4.5,53.5 + pos: -51.5,12.5 parent: 2 - - uid: 20708 + - uid: 17971 components: - type: Transform - pos: -3.5,53.5 + pos: -51.5,13.5 parent: 2 - - uid: 20709 + - uid: 17972 components: - type: Transform - pos: -2.5,53.5 + pos: -51.5,14.5 parent: 2 - - uid: 20710 + - uid: 17973 components: - type: Transform - pos: -1.5,53.5 + pos: -51.5,15.5 parent: 2 - - uid: 20711 + - uid: 17974 components: - type: Transform - pos: -0.5,53.5 + pos: -51.5,16.5 parent: 2 - - uid: 20712 + - uid: 17975 components: - type: Transform - pos: -0.5,54.5 + pos: -51.5,17.5 parent: 2 - - uid: 20713 + - uid: 17976 components: - type: Transform - pos: -0.5,55.5 + pos: -50.5,17.5 parent: 2 - - uid: 20714 + - uid: 17977 components: - type: Transform - pos: -0.5,56.5 + pos: -50.5,18.5 parent: 2 - - uid: 20715 + - uid: 17978 components: - type: Transform - pos: -0.5,57.5 + pos: -50.5,19.5 parent: 2 - - uid: 20716 + - uid: 17979 components: - type: Transform - pos: -1.5,57.5 + pos: -49.5,19.5 parent: 2 - - uid: 20717 + - uid: 17980 components: - type: Transform - pos: -2.5,57.5 + pos: -49.5,20.5 parent: 2 - - uid: 20718 + - uid: 17981 components: - type: Transform - pos: -3.5,57.5 + pos: -49.5,21.5 parent: 2 - - uid: 20719 + - uid: 17982 components: - type: Transform - pos: -4.5,57.5 + pos: -48.5,21.5 parent: 2 - - uid: 20720 + - uid: 17983 components: - type: Transform - pos: -5.5,57.5 + pos: -48.5,22.5 parent: 2 - - uid: 20721 + - uid: 17984 components: - type: Transform - pos: -6.5,57.5 + pos: -48.5,23.5 parent: 2 - - uid: 20722 + - uid: 17985 components: - type: Transform - pos: -7.5,57.5 + pos: -48.5,24.5 parent: 2 - - uid: 20723 + - uid: 17986 components: - type: Transform - pos: -8.5,57.5 + pos: -47.5,24.5 parent: 2 - - uid: 20724 + - uid: 17987 components: - type: Transform - pos: -8.5,58.5 + pos: -47.5,25.5 parent: 2 - - uid: 20725 + - uid: 17988 components: - type: Transform - pos: -8.5,59.5 + pos: -46.5,25.5 parent: 2 - - uid: 20726 + - uid: 17989 components: - type: Transform - pos: -8.5,60.5 + pos: -46.5,26.5 parent: 2 - - uid: 20727 + - uid: 17990 components: - type: Transform - pos: -8.5,61.5 + pos: -46.5,27.5 parent: 2 - - uid: 20728 + - uid: 17991 components: - type: Transform - pos: -8.5,62.5 + pos: -47.5,27.5 parent: 2 - - uid: 20729 + - uid: 17994 components: - type: Transform - pos: -8.5,63.5 + pos: -9.5,47.5 parent: 2 - - uid: 20730 + - uid: 17995 components: - type: Transform - pos: -9.5,60.5 + pos: -8.5,47.5 parent: 2 - - uid: 20731 + - uid: 17996 components: - type: Transform - pos: -10.5,60.5 + pos: -7.5,47.5 parent: 2 - - uid: 20732 + - uid: 17997 components: - type: Transform - pos: -7.5,60.5 + pos: -7.5,47.5 parent: 2 - - uid: 20733 + - uid: 17998 components: - type: Transform - pos: -6.5,60.5 + pos: -7.5,46.5 parent: 2 - - uid: 20734 + - uid: 17999 components: - type: Transform - pos: -7.5,63.5 + pos: -7.5,45.5 parent: 2 - - uid: 20735 + - uid: 18000 components: - type: Transform - pos: -7.5,64.5 + pos: -7.5,44.5 parent: 2 - - uid: 20736 + - uid: 18001 components: - type: Transform - pos: -7.5,65.5 + pos: -7.5,43.5 parent: 2 - - uid: 20737 + - uid: 18002 components: - type: Transform - pos: -7.5,66.5 + pos: -7.5,42.5 parent: 2 - - uid: 20738 + - uid: 18003 components: - type: Transform - pos: -7.5,67.5 + pos: -7.5,41.5 parent: 2 - - uid: 20739 + - uid: 18004 components: - type: Transform - pos: -7.5,68.5 + pos: -7.5,40.5 parent: 2 - - uid: 20740 + - uid: 18005 components: - type: Transform - pos: -6.5,68.5 + pos: -7.5,39.5 parent: 2 - - uid: 20741 + - uid: 18006 components: - type: Transform - pos: -13.5,62.5 + pos: -7.5,38.5 parent: 2 - - uid: 20742 + - uid: 18007 components: - type: Transform - pos: -13.5,63.5 + pos: -7.5,37.5 parent: 2 - - uid: 20743 + - uid: 18008 components: - type: Transform - pos: -13.5,64.5 + pos: -7.5,37.5 parent: 2 - - uid: 20744 + - uid: 18009 components: - type: Transform - pos: -13.5,65.5 + pos: -7.5,36.5 parent: 2 - - uid: 20745 + - uid: 18010 components: - type: Transform - pos: -13.5,66.5 + pos: -7.5,36.5 parent: 2 - - uid: 20746 + - uid: 18011 components: - type: Transform - pos: -13.5,67.5 + pos: -6.5,36.5 parent: 2 - - uid: 20747 + - uid: 18012 components: - type: Transform - pos: -12.5,67.5 + pos: -5.5,36.5 parent: 2 - - uid: 20748 + - uid: 18013 components: - type: Transform - pos: -9.5,63.5 + pos: -4.5,36.5 parent: 2 - - uid: 20749 + - uid: 18014 components: - type: Transform - pos: -10.5,63.5 + pos: -3.5,36.5 parent: 2 - - uid: 20750 + - uid: 18015 components: - type: Transform - pos: -0.5,57.5 + pos: -3.5,37.5 parent: 2 - - uid: 20751 + - uid: 18016 components: - type: Transform - pos: 0.5,57.5 + pos: -2.5,37.5 parent: 2 - - uid: 20752 + - uid: 18017 components: - type: Transform - pos: 1.5,57.5 + pos: -1.5,37.5 parent: 2 - - uid: 20753 + - uid: 18018 components: - type: Transform - pos: 2.5,57.5 + pos: -1.5,38.5 parent: 2 - - uid: 20754 + - uid: 18019 components: - type: Transform - pos: 3.5,57.5 + pos: -0.5,37.5 parent: 2 - - uid: 20755 + - uid: 18020 components: - type: Transform - pos: 4.5,57.5 + pos: 0.5,37.5 parent: 2 - - uid: 20756 + - uid: 18021 components: - type: Transform - pos: 5.5,57.5 + pos: 0.5,36.5 parent: 2 - - uid: 20757 + - uid: 18022 components: - type: Transform - pos: -0.5,58.5 + pos: 0.5,35.5 parent: 2 - - uid: 20758 + - uid: 18023 components: - type: Transform - pos: -0.5,59.5 + pos: 0.5,34.5 parent: 2 - - uid: 20759 + - uid: 18024 components: - type: Transform - pos: -0.5,60.5 + pos: 0.5,33.5 parent: 2 - - uid: 20760 + - uid: 18025 components: - type: Transform - pos: -0.5,61.5 + pos: 0.5,32.5 parent: 2 - - uid: 20761 + - uid: 18026 components: - type: Transform - pos: -0.5,62.5 + pos: 0.5,31.5 parent: 2 - - uid: 20762 + - uid: 18027 components: - type: Transform - pos: -0.5,63.5 + pos: 0.5,30.5 parent: 2 - - uid: 20763 + - uid: 18028 components: - type: Transform - pos: -0.5,64.5 + pos: 0.5,30.5 parent: 2 - - uid: 20764 + - uid: 18029 components: - type: Transform - pos: -0.5,65.5 + pos: -0.5,30.5 parent: 2 - - uid: 20765 + - uid: 18030 components: - type: Transform - pos: -0.5,66.5 + pos: -1.5,30.5 parent: 2 - - uid: 20766 + - uid: 18031 components: - type: Transform - pos: -0.5,67.5 + pos: -2.5,30.5 parent: 2 - - uid: 20767 + - uid: 18032 components: - type: Transform - pos: -0.5,68.5 + pos: -3.5,30.5 parent: 2 - - uid: 20768 + - uid: 18033 components: - type: Transform - pos: 0.5,68.5 + pos: -3.5,29.5 parent: 2 - - uid: 20769 + - uid: 18034 components: - type: Transform - pos: 1.5,68.5 + pos: -4.5,29.5 parent: 2 - - uid: 20770 + - uid: 18035 components: - type: Transform - pos: 2.5,68.5 + pos: -5.5,29.5 parent: 2 - - uid: 20771 + - uid: 18036 components: - type: Transform - pos: -1.5,68.5 + pos: 18.5,55.5 parent: 2 - - uid: 20772 + - uid: 18037 components: - type: Transform - pos: -2.5,68.5 + pos: 18.5,54.5 parent: 2 - - uid: 20773 + - uid: 18038 components: - type: Transform - pos: 3.5,68.5 + pos: 18.5,54.5 parent: 2 - - uid: 20774 + - uid: 18039 components: - type: Transform - pos: 4.5,68.5 + pos: 17.5,54.5 parent: 2 - - uid: 20775 + - uid: 18040 components: - type: Transform - pos: 5.5,68.5 + pos: 16.5,54.5 parent: 2 - - uid: 20776 + - uid: 18041 components: - type: Transform - pos: 6.5,68.5 + pos: 16.5,54.5 parent: 2 - - uid: 20777 + - uid: 18042 components: - type: Transform - pos: 7.5,68.5 + pos: 16.5,53.5 parent: 2 - - uid: 20778 + - uid: 18043 components: - type: Transform - pos: 7.5,67.5 + pos: 16.5,52.5 parent: 2 - - uid: 20779 + - uid: 18044 components: - type: Transform - pos: 0.5,63.5 + pos: 16.5,51.5 parent: 2 - - uid: 20780 + - uid: 18045 components: - type: Transform - pos: 1.5,63.5 + pos: 16.5,51.5 parent: 2 - - uid: 20781 + - uid: 18046 components: - type: Transform - pos: 2.5,63.5 + pos: 15.5,51.5 parent: 2 - - uid: 20782 + - uid: 18047 components: - type: Transform - pos: 3.5,63.5 + pos: 14.5,51.5 parent: 2 - - uid: 20783 + - uid: 18048 components: - type: Transform - pos: 4.5,63.5 + pos: 13.5,51.5 parent: 2 - - uid: 20784 + - uid: 18049 components: - type: Transform - pos: 5.5,63.5 + pos: 12.5,51.5 parent: 2 - - uid: 20785 + - uid: 18050 components: - type: Transform - pos: 6.5,63.5 + pos: 12.5,52.5 parent: 2 - - uid: 20786 + - uid: 18051 components: - type: Transform - pos: 7.5,63.5 + pos: 11.5,52.5 parent: 2 - - uid: 20787 + - uid: 18052 components: - type: Transform - pos: 7.5,62.5 + pos: 14.5,52.5 parent: 2 - - uid: 20788 + - uid: 18053 components: - type: Transform - pos: 7.5,61.5 + pos: 14.5,53.5 parent: 2 - - uid: 20789 + - uid: 18054 components: - type: Transform - pos: 7.5,60.5 + pos: 14.5,54.5 parent: 2 - - uid: 20790 + - uid: 18055 components: - type: Transform - pos: 7.5,59.5 + pos: 11.5,53.5 parent: 2 - - uid: 20791 + - uid: 18056 components: - type: Transform - pos: 7.5,58.5 + pos: 10.5,53.5 parent: 2 - - uid: 20792 + - uid: 18057 components: - type: Transform - pos: 8.5,58.5 + pos: 9.5,53.5 parent: 2 - - uid: 20793 + - uid: 18058 components: - type: Transform - pos: 9.5,58.5 + pos: 8.5,53.5 parent: 2 - - uid: 20794 + - uid: 18059 components: - type: Transform - pos: 10.5,58.5 + pos: 7.5,53.5 parent: 2 - - uid: 20795 + - uid: 18060 components: - type: Transform - pos: 11.5,58.5 + pos: 6.5,53.5 parent: 2 - - uid: 20796 + - uid: 18061 components: - type: Transform - pos: 12.5,58.5 + pos: 6.5,54.5 parent: 2 - - uid: 20797 + - uid: 18062 components: - type: Transform - pos: 12.5,57.5 + pos: 5.5,54.5 parent: 2 - - uid: 20798 + - uid: 18063 components: - type: Transform - pos: -5.5,29.5 + pos: 4.5,54.5 parent: 2 - - uid: 20799 + - uid: 18064 components: - type: Transform - pos: -4.5,29.5 + pos: 3.5,54.5 parent: 2 - - uid: 20800 + - uid: 18065 components: - type: Transform - pos: -3.5,29.5 + pos: 2.5,54.5 parent: 2 - - uid: 20801 + - uid: 18066 components: - type: Transform - pos: -2.5,29.5 + pos: 1.5,54.5 parent: 2 - - uid: 20802 + - uid: 18067 components: - type: Transform - pos: -1.5,29.5 + pos: 0.5,54.5 parent: 2 - - uid: 20803 + - uid: 18068 components: - type: Transform - pos: -0.5,29.5 + pos: -0.5,54.5 parent: 2 - - uid: 20804 + - uid: 18069 components: - type: Transform - pos: 0.5,29.5 + pos: -1.5,54.5 parent: 2 - - uid: 20805 + - uid: 18070 components: - type: Transform - pos: -4.5,30.5 + pos: -2.5,54.5 parent: 2 - - uid: 20806 + - uid: 18071 components: - type: Transform - pos: -5.5,30.5 + pos: -3.5,54.5 parent: 2 - - uid: 20807 + - uid: 18072 components: - type: Transform - pos: -6.5,30.5 + pos: -4.5,54.5 parent: 2 - - uid: 20808 + - uid: 18073 components: - type: Transform - pos: -7.5,30.5 + pos: -5.5,54.5 parent: 2 - - uid: 20809 + - uid: 18074 components: - type: Transform - pos: -7.5,31.5 + pos: -5.5,53.5 parent: 2 - - uid: 20810 + - uid: 18075 components: - type: Transform - pos: 0.5,30.5 + pos: -6.5,53.5 parent: 2 - - uid: 20811 + - uid: 18076 components: - type: Transform - pos: 0.5,31.5 + pos: -7.5,53.5 parent: 2 - - uid: 20812 + - uid: 18077 components: - type: Transform - pos: 0.5,32.5 + pos: -8.5,53.5 parent: 2 - - uid: 20813 + - uid: 18078 components: - type: Transform - pos: -1.5,38.5 + pos: -8.5,54.5 parent: 2 - - uid: 20814 + - uid: 18079 components: - type: Transform - pos: -0.5,38.5 + pos: -0.5,55.5 parent: 2 - - uid: 20815 + - uid: 18080 components: - type: Transform - pos: 0.5,38.5 + pos: -0.5,56.5 parent: 2 - - uid: 20816 + - uid: 18081 components: - type: Transform - pos: 1.5,38.5 + pos: -0.5,57.5 parent: 2 - - uid: 20817 + - uid: 18082 components: - type: Transform - pos: 1.5,37.5 + pos: -0.5,58.5 parent: 2 - - uid: 20818 + - uid: 18083 components: - type: Transform - pos: 1.5,36.5 + pos: -0.5,59.5 parent: 2 - - uid: 20819 + - uid: 18084 components: - type: Transform - pos: 2.5,36.5 + pos: -0.5,60.5 parent: 2 - - uid: 20820 + - uid: 18085 components: - type: Transform - pos: 3.5,36.5 + pos: -0.5,61.5 parent: 2 - - uid: 20821 + - uid: 18086 components: - type: Transform - pos: 4.5,36.5 + pos: -0.5,62.5 parent: 2 - - uid: 20822 + - uid: 18087 components: - type: Transform - pos: 5.5,36.5 + pos: -0.5,63.5 parent: 2 - - uid: 20823 + - uid: 18088 components: - type: Transform - pos: 6.5,36.5 + pos: -0.5,63.5 parent: 2 - - uid: 20824 + - uid: 18089 components: - type: Transform - pos: 6.5,35.5 + pos: -1.5,63.5 parent: 2 - - uid: 20825 + - uid: 18090 components: - type: Transform - pos: 6.5,34.5 + pos: -2.5,63.5 parent: 2 - - uid: 20826 + - uid: 18091 components: - type: Transform - pos: 6.5,33.5 + pos: -3.5,63.5 parent: 2 - - uid: 20827 + - uid: 18092 components: - type: Transform - pos: 6.5,32.5 + pos: -4.5,63.5 parent: 2 - - uid: 20828 + - uid: 18093 components: - type: Transform - pos: 6.5,31.5 + pos: -4.5,65.5 parent: 2 - - uid: 20829 + - uid: 18094 components: - type: Transform - pos: 6.5,30.5 + pos: -4.5,64.5 parent: 2 - - uid: 20830 + - uid: 18097 components: - type: Transform - pos: 6.5,31.5 + pos: -21.5,67.5 parent: 2 - - uid: 20831 + - uid: 18098 components: - type: Transform - pos: 5.5,31.5 + pos: -22.5,67.5 parent: 2 - - uid: 20832 + - uid: 18099 components: - type: Transform - pos: 4.5,31.5 + pos: -22.5,67.5 parent: 2 - - uid: 20833 + - uid: 18100 components: - type: Transform - pos: 7.5,31.5 + pos: -22.5,66.5 parent: 2 - - uid: 20834 + - uid: 18101 components: - type: Transform - pos: 8.5,31.5 + pos: -22.5,65.5 parent: 2 - - uid: 20835 + - uid: 18102 components: - type: Transform - pos: 4.5,30.5 + pos: -22.5,64.5 parent: 2 - - uid: 20836 + - uid: 18103 components: - type: Transform - pos: 0.5,39.5 + pos: -22.5,63.5 parent: 2 - - uid: 20837 + - uid: 18104 components: - type: Transform - pos: 0.5,40.5 + pos: -22.5,62.5 parent: 2 - - uid: 20838 + - uid: 18105 components: - type: Transform - pos: 0.5,41.5 + pos: -22.5,61.5 parent: 2 - - uid: 20839 + - uid: 18106 components: - type: Transform - pos: 0.5,42.5 + pos: -22.5,60.5 parent: 2 - - uid: 20840 + - uid: 18107 components: - type: Transform - pos: 0.5,43.5 + pos: -22.5,59.5 parent: 2 - - uid: 20841 + - uid: 18108 components: - type: Transform - pos: 0.5,44.5 + pos: -22.5,58.5 parent: 2 - - uid: 20842 + - uid: 18109 components: - type: Transform - pos: 0.5,45.5 + pos: -22.5,57.5 parent: 2 - - uid: 20843 + - uid: 18110 components: - type: Transform - pos: 0.5,46.5 + pos: -22.5,57.5 parent: 2 - - uid: 20844 + - uid: 18111 components: - type: Transform - pos: 0.5,47.5 + pos: -21.5,57.5 parent: 2 - - uid: 20845 + - uid: 18112 components: - type: Transform - pos: 0.5,48.5 + pos: -21.5,57.5 parent: 2 - - uid: 20846 + - uid: 18113 components: - type: Transform - pos: 0.5,49.5 + pos: -21.5,56.5 parent: 2 - - uid: 20847 + - uid: 18114 components: - type: Transform - pos: 0.5,50.5 + pos: -21.5,55.5 parent: 2 - - uid: 20848 + - uid: 18115 components: - type: Transform - pos: 0.5,51.5 + pos: -21.5,54.5 parent: 2 - - uid: 20849 + - uid: 18116 components: - type: Transform - pos: -0.5,43.5 + pos: -20.5,54.5 parent: 2 - - uid: 20850 + - uid: 18117 components: - type: Transform - pos: -1.5,43.5 + pos: -20.5,53.5 parent: 2 - - uid: 20851 + - uid: 18118 components: - type: Transform - pos: -2.5,43.5 + pos: -20.5,52.5 parent: 2 - - uid: 20852 + - uid: 18119 components: - type: Transform - pos: -3.5,43.5 + pos: -20.5,51.5 parent: 2 - - uid: 20853 + - uid: 18120 components: - type: Transform - pos: -4.5,43.5 + pos: -20.5,50.5 parent: 2 - - uid: 20854 + - uid: 18121 components: - type: Transform - pos: -4.5,42.5 + pos: -20.5,50.5 parent: 2 - - uid: 20855 + - uid: 18122 components: - type: Transform - pos: -4.5,41.5 + pos: -21.5,50.5 parent: 2 - - uid: 20856 + - uid: 18123 components: - type: Transform - pos: -4.5,40.5 + pos: -22.5,50.5 parent: 2 - - uid: 20857 + - uid: 18124 components: - type: Transform - pos: -0.5,48.5 + pos: -23.5,50.5 parent: 2 - - uid: 20858 + - uid: 18125 components: - type: Transform - pos: -1.5,48.5 + pos: -24.5,50.5 parent: 2 - - uid: 20859 + - uid: 18126 components: - type: Transform - pos: -2.5,48.5 + pos: -25.5,50.5 parent: 2 - - uid: 20860 + - uid: 18128 components: - type: Transform - pos: -3.5,48.5 + pos: -25.5,51.5 parent: 2 - - uid: 20861 + - uid: 18129 components: - type: Transform - pos: -3.5,49.5 + pos: -25.5,52.5 parent: 2 - - uid: 20862 + - uid: 18130 components: - type: Transform - pos: 1.5,45.5 + pos: -25.5,52.5 parent: 2 - - uid: 20865 + - uid: 18131 components: - type: Transform - pos: 4.5,45.5 + pos: -26.5,52.5 parent: 2 - - uid: 20866 + - uid: 18132 components: - type: Transform - pos: 1.5,49.5 + pos: -27.5,52.5 parent: 2 - - uid: 20868 + - uid: 18133 components: - type: Transform - pos: -5.5,49.5 + pos: -28.5,52.5 parent: 2 - - uid: 20971 + - uid: 18134 components: - type: Transform - pos: 27.5,56.5 + pos: -28.5,52.5 parent: 2 - - uid: 20972 + - uid: 18135 components: - type: Transform - pos: 28.5,56.5 + pos: -28.5,53.5 parent: 2 - - uid: 20973 + - uid: 18136 components: - type: Transform - pos: 29.5,56.5 + pos: -28.5,54.5 parent: 2 - - uid: 20974 + - uid: 18138 components: - type: Transform - pos: 29.5,56.5 + pos: 16.5,51.5 parent: 2 - - uid: 20975 + - uid: 18139 components: - type: Transform - pos: 29.5,55.5 + pos: 17.5,51.5 parent: 2 - - uid: 20976 + - uid: 18140 components: - type: Transform - pos: 29.5,54.5 + pos: 18.5,51.5 parent: 2 - - uid: 20977 + - uid: 18141 components: - type: Transform - pos: 29.5,53.5 + pos: 19.5,51.5 parent: 2 - - uid: 20978 + - uid: 18142 components: - type: Transform - pos: 29.5,53.5 + pos: 24.5,35.5 parent: 2 - - uid: 20979 + - uid: 18143 components: - type: Transform - pos: 28.5,53.5 + pos: 19.5,51.5 parent: 2 - - uid: 20980 + - uid: 18144 components: - type: Transform - pos: 27.5,53.5 + pos: 19.5,50.5 parent: 2 - - uid: 20981 + - uid: 18145 components: - type: Transform - pos: 26.5,53.5 + pos: 19.5,49.5 parent: 2 - - uid: 20982 + - uid: 18146 components: - type: Transform - pos: 25.5,53.5 + pos: 19.5,48.5 parent: 2 - - uid: 20983 + - uid: 18147 components: - type: Transform - pos: 24.5,53.5 + pos: 19.5,47.5 parent: 2 - - uid: 20984 + - uid: 18148 components: - type: Transform - pos: 23.5,53.5 + pos: 19.5,46.5 parent: 2 - - uid: 20985 + - uid: 18149 components: - type: Transform - pos: 22.5,53.5 + pos: 19.5,45.5 parent: 2 - - uid: 20986 + - uid: 18150 components: - type: Transform - pos: 21.5,53.5 + pos: 19.5,44.5 parent: 2 - - uid: 20987 + - uid: 18151 components: - type: Transform - pos: 21.5,54.5 + pos: 19.5,44.5 parent: 2 - - uid: 20988 + - uid: 18152 components: - type: Transform - pos: 25.5,54.5 + pos: 18.5,44.5 parent: 2 - - uid: 20989 + - uid: 18153 components: - type: Transform - pos: 25.5,52.5 + pos: 17.5,44.5 parent: 2 - - uid: 20990 + - uid: 18154 components: - type: Transform - pos: 25.5,51.5 + pos: 16.5,44.5 parent: 2 - - uid: 20991 + - uid: 18155 components: - type: Transform - pos: 29.5,57.5 + pos: 15.5,44.5 parent: 2 - - uid: 20992 + - uid: 18156 components: - type: Transform - pos: 29.5,58.5 + pos: 15.5,45.5 parent: 2 - - uid: 20993 + - uid: 18157 components: - type: Transform - pos: 29.5,58.5 + pos: 14.5,45.5 parent: 2 - - uid: 20994 + - uid: 18158 components: - type: Transform - pos: 28.5,58.5 + pos: 13.5,45.5 parent: 2 - - uid: 20995 + - uid: 18159 components: - type: Transform - pos: 27.5,58.5 + pos: 13.5,44.5 parent: 2 - - uid: 20996 + - uid: 18160 components: - type: Transform - pos: 26.5,58.5 + pos: 23.5,35.5 parent: 2 - - uid: 20997 + - uid: 18161 components: - type: Transform - pos: 25.5,58.5 + pos: 22.5,35.5 parent: 2 - - uid: 20998 + - uid: 18162 components: - type: Transform - pos: 24.5,58.5 + pos: 21.5,35.5 parent: 2 - - uid: 20999 + - uid: 18163 components: - type: Transform - pos: 23.5,58.5 + pos: 20.5,35.5 parent: 2 - - uid: 21000 + - uid: 18164 components: - type: Transform - pos: 22.5,58.5 + pos: 19.5,35.5 parent: 2 - - uid: 21001 + - uid: 18165 components: - type: Transform - pos: 21.5,58.5 + pos: 19.5,35.5 parent: 2 - - uid: 21002 + - uid: 18166 components: - type: Transform - pos: 22.5,62.5 + pos: 19.5,34.5 parent: 2 - - uid: 21003 + - uid: 18167 components: - type: Transform - pos: 23.5,62.5 + pos: 19.5,33.5 parent: 2 - - uid: 21004 + - uid: 18168 components: - type: Transform - pos: 24.5,62.5 + pos: 19.5,32.5 parent: 2 - - uid: 21005 + - uid: 18169 components: - type: Transform - pos: 24.5,61.5 + pos: 19.5,31.5 parent: 2 - - uid: 21006 + - uid: 18170 components: - type: Transform - pos: 24.5,60.5 + pos: 20.5,31.5 parent: 2 - - uid: 21007 + - uid: 18171 components: - type: Transform - pos: 24.5,62.5 + pos: 21.5,31.5 parent: 2 - - uid: 21008 + - uid: 18172 components: - type: Transform - pos: 24.5,63.5 + pos: 22.5,31.5 parent: 2 - - uid: 21009 + - uid: 18173 components: - type: Transform - pos: 24.5,64.5 + pos: 22.5,31.5 parent: 2 - - uid: 21010 + - uid: 18174 components: - type: Transform - pos: 24.5,65.5 + pos: 22.5,30.5 parent: 2 - - uid: 21011 + - uid: 18175 components: - type: Transform - pos: 24.5,66.5 + pos: 22.5,29.5 parent: 2 - - uid: 21012 + - uid: 18176 components: - type: Transform - pos: 24.5,66.5 + pos: 22.5,28.5 parent: 2 - - uid: 21013 + - uid: 18177 components: - type: Transform - pos: 25.5,66.5 + pos: 22.5,27.5 parent: 2 - - uid: 21014 + - uid: 18178 components: - type: Transform - pos: 26.5,66.5 + pos: 23.5,27.5 parent: 2 - - uid: 21015 + - uid: 18179 components: - type: Transform - pos: 27.5,66.5 + pos: 24.5,27.5 parent: 2 - - uid: 21016 + - uid: 18180 components: - type: Transform - pos: 28.5,66.5 + pos: 25.5,27.5 parent: 2 - - uid: 21017 + - uid: 18181 components: - type: Transform - pos: 29.5,66.5 + pos: 26.5,27.5 parent: 2 - - uid: 21018 + - uid: 18182 components: - type: Transform - pos: 29.5,66.5 + pos: 27.5,27.5 parent: 2 - - uid: 21019 + - uid: 18183 components: - type: Transform - pos: 29.5,65.5 + pos: 28.5,27.5 parent: 2 - - uid: 21020 + - uid: 18184 components: - type: Transform - pos: 29.5,64.5 + pos: 28.5,27.5 parent: 2 - - uid: 21021 + - uid: 18185 components: - type: Transform - pos: 29.5,63.5 + pos: 28.5,26.5 parent: 2 - - uid: 21022 + - uid: 18186 components: - type: Transform - pos: 29.5,62.5 + pos: 28.5,25.5 parent: 2 - - uid: 21023 + - uid: 18187 components: - type: Transform - pos: 27.5,62.5 + pos: 27.5,25.5 parent: 2 - - uid: 21024 + - uid: 18188 components: - type: Transform - pos: 27.5,63.5 + pos: 26.5,25.5 parent: 2 - - uid: 21025 + - uid: 18189 components: - type: Transform - pos: 27.5,64.5 + pos: 28.5,25.5 parent: 2 - - uid: 21026 + - uid: 18190 components: - type: Transform - pos: 27.5,65.5 + pos: 28.5,24.5 parent: 2 - - uid: 21027 + - uid: 18191 components: - type: Transform - pos: 27.5,67.5 + pos: 28.5,23.5 parent: 2 - - uid: 21028 + - uid: 18192 components: - type: Transform - pos: 27.5,68.5 + pos: 28.5,22.5 parent: 2 - - uid: 21029 + - uid: 18193 components: - type: Transform - pos: 27.5,69.5 + pos: 28.5,21.5 parent: 2 - - uid: 21030 + - uid: 18194 components: - type: Transform - pos: 27.5,69.5 + pos: 28.5,20.5 parent: 2 - - uid: 21031 + - uid: 18195 components: - type: Transform - pos: 26.5,69.5 + pos: 28.5,19.5 parent: 2 - - uid: 21032 + - uid: 18196 components: - type: Transform - pos: 23.5,66.5 + pos: 28.5,18.5 parent: 2 - - uid: 21033 + - uid: 18197 components: - type: Transform - pos: 22.5,66.5 + pos: 28.5,18.5 parent: 2 - - uid: 21034 + - uid: 18198 components: - type: Transform - pos: 21.5,66.5 + pos: 29.5,18.5 parent: 2 - - uid: 21035 + - uid: 18199 components: - type: Transform - pos: 20.5,66.5 + pos: 30.5,18.5 parent: 2 - - uid: 21036 + - uid: 18200 components: - type: Transform - pos: 19.5,66.5 + pos: 31.5,18.5 parent: 2 - - uid: 21037 + - uid: 18201 components: - type: Transform - pos: 18.5,66.5 + pos: 32.5,18.5 parent: 2 - - uid: 21038 + - uid: 18202 components: - type: Transform - pos: 17.5,66.5 + pos: 33.5,18.5 parent: 2 - - uid: 21039 + - uid: 18203 components: - type: Transform - pos: 20.5,66.5 + pos: 34.5,18.5 parent: 2 - - uid: 21040 + - uid: 18204 components: - type: Transform - pos: 20.5,65.5 + pos: 34.5,19.5 parent: 2 - - uid: 21041 + - uid: 18205 components: - type: Transform - pos: 20.5,64.5 + pos: 35.5,19.5 parent: 2 - - uid: 21042 + - uid: 18206 components: - type: Transform - pos: 20.5,63.5 + pos: 36.5,19.5 parent: 2 - - uid: 21043 + - uid: 18208 components: - type: Transform - pos: 20.5,62.5 + pos: 19.5,49.5 parent: 2 - - uid: 21044 + - uid: 18209 components: - type: Transform - pos: 18.5,66.5 + pos: 61.5,17.5 parent: 2 - - uid: 21045 + - uid: 18210 components: - type: Transform - pos: 18.5,65.5 + pos: 60.5,17.5 parent: 2 - - uid: 21046 + - uid: 18211 components: - type: Transform - pos: 18.5,64.5 + pos: 59.5,17.5 parent: 2 - - uid: 21047 + - uid: 18212 components: - type: Transform - pos: 18.5,63.5 + pos: 58.5,17.5 parent: 2 - - uid: 21048 + - uid: 18213 components: - type: Transform - pos: 18.5,62.5 + pos: 57.5,17.5 parent: 2 - - uid: 21049 + - uid: 18214 components: - type: Transform - pos: 17.5,66.5 + pos: 62.5,17.5 parent: 2 - - uid: 21050 + - uid: 18215 components: - type: Transform - pos: 16.5,66.5 + pos: 63.5,17.5 parent: 2 - - uid: 21051 + - uid: 18216 components: - type: Transform - pos: 15.5,66.5 + pos: 66.5,19.5 parent: 2 - - uid: 21052 + - uid: 18217 components: - type: Transform - pos: 14.5,66.5 + pos: 64.5,17.5 parent: 2 - - uid: 21053 + - uid: 18218 components: - type: Transform - pos: 13.5,66.5 + pos: 66.5,18.5 parent: 2 - - uid: 21054 + - uid: 18219 components: - type: Transform - pos: 13.5,66.5 + pos: 66.5,17.5 parent: 2 - - uid: 21055 + - uid: 18220 components: - type: Transform - pos: 13.5,65.5 + pos: 65.5,17.5 parent: 2 - - uid: 21056 + - uid: 18221 components: - type: Transform - pos: 13.5,64.5 + pos: 66.5,17.5 parent: 2 - - uid: 21057 + - uid: 18222 components: - type: Transform - pos: 13.5,63.5 + pos: 27.5,54.5 parent: 2 - - uid: 21058 + - uid: 18223 components: - type: Transform - pos: 15.5,66.5 + pos: 28.5,54.5 parent: 2 - - uid: 21059 + - uid: 18224 components: - type: Transform - pos: 15.5,65.5 + pos: 28.5,54.5 parent: 2 - - uid: 21060 + - uid: 18225 components: - type: Transform - pos: 15.5,64.5 + pos: 28.5,55.5 parent: 2 - - uid: 21061 + - uid: 18226 components: - type: Transform - pos: 13.5,67.5 + pos: 28.5,56.5 parent: 2 - - uid: 21062 + - uid: 18227 components: - type: Transform - pos: 20.5,66.5 + pos: 27.5,56.5 parent: 2 - - uid: 21063 + - uid: 18228 components: - type: Transform - pos: 20.5,67.5 + pos: 29.5,27.5 parent: 2 - - uid: 21064 + - uid: 18229 components: - type: Transform - pos: 20.5,68.5 + pos: 29.5,28.5 parent: 2 - - uid: 21065 + - uid: 18230 components: - type: Transform - pos: 20.5,69.5 + pos: 29.5,29.5 parent: 2 - - uid: 21066 + - uid: 18231 components: - type: Transform - pos: 20.5,70.5 + pos: 29.5,30.5 parent: 2 - - uid: 21067 + - uid: 18232 components: - type: Transform - pos: 20.5,70.5 + pos: 29.5,31.5 parent: 2 - - uid: 21068 + - uid: 18233 components: - type: Transform - pos: 21.5,70.5 + pos: 29.5,32.5 parent: 2 - - uid: 21069 + - uid: 18234 components: - type: Transform - pos: 22.5,70.5 + pos: 29.5,33.5 parent: 2 - - uid: 21070 + - uid: 18235 components: - type: Transform - pos: 20.5,70.5 + pos: 29.5,33.5 parent: 2 - - uid: 21071 + - uid: 18236 components: - type: Transform - pos: 19.5,70.5 + pos: 30.5,33.5 parent: 2 - - uid: 21072 + - uid: 18237 components: - type: Transform - pos: 18.5,70.5 + pos: 31.5,33.5 parent: 2 - - uid: 21073 + - uid: 18238 components: - type: Transform - pos: 17.5,70.5 + pos: 32.5,33.5 parent: 2 - - uid: 21074 + - uid: 18239 components: - type: Transform - pos: 16.5,70.5 + pos: 33.5,33.5 parent: 2 - - uid: 21075 + - uid: 18240 components: - type: Transform - pos: 15.5,70.5 + pos: 34.5,33.5 parent: 2 - - uid: 21076 + - uid: 18241 components: - type: Transform - pos: 14.5,70.5 + pos: 35.5,33.5 parent: 2 - - uid: 21077 + - uid: 18242 components: - type: Transform - pos: 13.5,70.5 + pos: 36.5,33.5 parent: 2 - - uid: 21078 + - uid: 18243 components: - type: Transform - pos: 12.5,70.5 + pos: 37.5,33.5 parent: 2 - - uid: 21079 + - uid: 18244 components: - type: Transform - pos: 44.5,36.5 + pos: 37.5,33.5 parent: 2 - - uid: 21080 + - uid: 18245 components: - type: Transform - pos: 44.5,35.5 + pos: 37.5,34.5 parent: 2 - - uid: 21081 + - uid: 18246 components: - type: Transform - pos: 44.5,34.5 + pos: 37.5,35.5 parent: 2 - - uid: 21082 + - uid: 18247 components: - type: Transform - pos: 44.5,34.5 + pos: 37.5,36.5 parent: 2 - - uid: 21083 + - uid: 18248 components: - type: Transform - pos: 45.5,34.5 + pos: 37.5,37.5 parent: 2 - - uid: 21084 + - uid: 18249 components: - type: Transform - pos: 46.5,34.5 + pos: 37.5,38.5 parent: 2 - - uid: 21085 + - uid: 18250 components: - type: Transform - pos: 47.5,34.5 + pos: 37.5,39.5 parent: 2 - - uid: 21086 + - uid: 18251 components: - type: Transform - pos: 48.5,34.5 + pos: 37.5,40.5 parent: 2 - - uid: 21087 + - uid: 18252 components: - type: Transform - pos: 48.5,34.5 + pos: 36.5,40.5 parent: 2 - - uid: 21088 + - uid: 18253 components: - type: Transform - pos: 48.5,33.5 + pos: 37.5,38.5 parent: 2 - - uid: 21089 + - uid: 18254 components: - type: Transform - pos: 48.5,32.5 + pos: 38.5,38.5 parent: 2 - - uid: 21090 + - uid: 18255 components: - type: Transform - pos: 47.5,32.5 + pos: 39.5,38.5 parent: 2 - - uid: 21091 + - uid: 18256 components: - type: Transform - pos: 47.5,31.5 + pos: 40.5,38.5 parent: 2 - - uid: 21092 + - uid: 18257 components: - type: Transform - pos: 43.5,34.5 + pos: 41.5,38.5 parent: 2 - - uid: 21093 + - uid: 18258 components: - type: Transform - pos: 43.5,33.5 + pos: 42.5,38.5 parent: 2 - - uid: 21094 + - uid: 18259 components: - type: Transform - pos: 43.5,32.5 + pos: 43.5,38.5 parent: 2 - - uid: 21095 + - uid: 18260 components: - type: Transform - pos: 43.5,31.5 + pos: 44.5,38.5 parent: 2 - - uid: 21096 + - uid: 18261 components: - type: Transform - pos: 44.5,32.5 + pos: 44.5,36.5 parent: 2 - - uid: 21097 + - uid: 18262 components: - type: Transform - pos: 45.5,32.5 + pos: 44.5,37.5 parent: 2 - - uid: 21098 + - uid: 18263 components: - type: Transform - pos: 54.5,35.5 + pos: 44.5,38.5 parent: 2 - - uid: 21099 + - uid: 18264 components: - type: Transform - pos: 53.5,35.5 + pos: 45.5,38.5 parent: 2 - - uid: 21100 + - uid: 18265 components: - type: Transform - pos: 52.5,35.5 + pos: 46.5,38.5 parent: 2 - - uid: 21101 + - uid: 18266 components: - type: Transform - pos: 52.5,35.5 + pos: 47.5,38.5 parent: 2 - - uid: 21102 + - uid: 18267 components: - type: Transform - pos: 52.5,34.5 + pos: 48.5,38.5 parent: 2 - - uid: 21103 + - uid: 18268 components: - type: Transform - pos: 52.5,33.5 + pos: 49.5,38.5 parent: 2 - - uid: 21104 + - uid: 18269 components: - type: Transform - pos: 52.5,32.5 + pos: 50.5,38.5 parent: 2 - - uid: 21105 + - uid: 18270 components: - type: Transform - pos: 52.5,31.5 + pos: 51.5,38.5 parent: 2 - - uid: 21106 + - uid: 18271 components: - type: Transform - pos: 52.5,30.5 + pos: 52.5,38.5 parent: 2 - - uid: 21107 + - uid: 18272 components: - type: Transform - pos: 52.5,29.5 + pos: 52.5,38.5 parent: 2 - - uid: 21108 + - uid: 18273 components: - type: Transform - pos: 52.5,28.5 + pos: 52.5,37.5 parent: 2 - - uid: 21109 + - uid: 18274 components: - type: Transform - pos: 52.5,29.5 + pos: 52.5,36.5 parent: 2 - - uid: 21110 + - uid: 18275 components: - type: Transform - pos: 53.5,29.5 + pos: 52.5,35.5 parent: 2 - - uid: 21111 + - uid: 18276 components: - type: Transform - pos: 54.5,29.5 + pos: 52.5,35.5 parent: 2 - - uid: 21112 + - uid: 18277 components: - type: Transform - pos: 54.5,30.5 + pos: 53.5,35.5 parent: 2 - - uid: 21119 + - uid: 18278 components: - type: Transform - pos: 57.5,37.5 + pos: 54.5,35.5 parent: 2 - - uid: 21120 + - uid: 18279 components: - type: Transform - pos: 57.5,37.5 + pos: 49.5,38.5 parent: 2 - - uid: 21123 + - uid: 18280 components: - type: Transform - pos: 57.5,34.5 + pos: 49.5,39.5 parent: 2 - - uid: 21124 + - uid: 18281 components: - type: Transform - pos: 57.5,33.5 + pos: 49.5,40.5 parent: 2 - - uid: 21125 + - uid: 18282 components: - type: Transform - pos: 57.5,32.5 + pos: 49.5,41.5 parent: 2 - - uid: 21126 + - uid: 18283 components: - type: Transform - pos: 57.5,31.5 + pos: 49.5,42.5 parent: 2 - - uid: 21127 + - uid: 18284 components: - type: Transform - pos: 57.5,30.5 + pos: 49.5,43.5 parent: 2 - - uid: 21128 + - uid: 18285 components: - type: Transform - pos: 57.5,29.5 + pos: 49.5,44.5 parent: 2 - - uid: 21129 + - uid: 18286 components: - type: Transform - pos: 57.5,28.5 + pos: 49.5,45.5 parent: 2 - - uid: 21130 + - uid: 18287 components: - type: Transform - pos: 57.5,29.5 + pos: 49.5,46.5 parent: 2 - - uid: 21137 + - uid: 18288 components: - type: Transform - pos: 58.5,37.5 + pos: 49.5,46.5 parent: 2 - - uid: 21140 + - uid: 18289 components: - type: Transform - pos: 36.5,40.5 + pos: 48.5,46.5 parent: 2 - - uid: 21141 + - uid: 18290 components: - type: Transform - pos: 37.5,40.5 + pos: 47.5,46.5 parent: 2 - - uid: 21142 + - uid: 18291 components: - type: Transform - pos: 38.5,40.5 + pos: 47.5,46.5 parent: 2 - - uid: 21143 + - uid: 18292 components: - type: Transform - pos: 38.5,40.5 + pos: 47.5,47.5 parent: 2 - - uid: 21144 + - uid: 18293 components: - type: Transform - pos: 38.5,39.5 + pos: 47.5,48.5 parent: 2 - - uid: 21145 + - uid: 18294 components: - type: Transform - pos: 38.5,38.5 + pos: 39.5,38.5 parent: 2 - - uid: 21146 + - uid: 18295 components: - type: Transform - pos: 38.5,37.5 + pos: 39.5,39.5 parent: 2 - - uid: 21147 + - uid: 18296 components: - type: Transform - pos: 37.5,37.5 + pos: 39.5,40.5 parent: 2 - - uid: 21148 + - uid: 18297 components: - type: Transform - pos: 37.5,36.5 + pos: 39.5,41.5 parent: 2 - - uid: 21149 + - uid: 18298 components: - type: Transform - pos: 37.5,35.5 + pos: 39.5,42.5 parent: 2 - - uid: 21150 + - uid: 18299 components: - type: Transform - pos: 37.5,34.5 + pos: 39.5,43.5 parent: 2 - - uid: 21151 + - uid: 18300 components: - type: Transform - pos: 37.5,33.5 + pos: 39.5,44.5 parent: 2 - - uid: 21152 + - uid: 18301 components: - type: Transform - pos: 37.5,34.5 + pos: 39.5,45.5 parent: 2 - - uid: 21153 + - uid: 18302 components: - type: Transform - pos: 38.5,34.5 + pos: 39.5,46.5 parent: 2 - - uid: 21154 + - uid: 18304 components: - type: Transform - pos: 39.5,34.5 + pos: 38.5,46.5 parent: 2 - - uid: 21155 + - uid: 18305 components: - type: Transform - pos: 36.5,37.5 + pos: 38.5,47.5 parent: 2 - - uid: 21156 + - uid: 18306 components: - type: Transform - pos: 35.5,37.5 + pos: 38.5,48.5 parent: 2 - - uid: 21157 + - uid: 18307 components: - type: Transform - pos: 34.5,37.5 + pos: 38.5,49.5 parent: 2 - - uid: 21158 + - uid: 18308 components: - type: Transform - pos: 37.5,41.5 + pos: 38.5,50.5 parent: 2 - - uid: 21159 + - uid: 18309 components: - type: Transform - pos: 37.5,42.5 + pos: 38.5,51.5 parent: 2 - - uid: 21160 + - uid: 18310 components: - type: Transform - pos: 37.5,43.5 + pos: 38.5,52.5 parent: 2 - - uid: 21161 + - uid: 18311 components: - type: Transform - pos: 37.5,44.5 + pos: 38.5,53.5 parent: 2 - - uid: 21162 + - uid: 18313 components: - type: Transform - pos: 37.5,44.5 + pos: 38.5,53.5 parent: 2 - - uid: 21163 + - uid: 18314 components: - type: Transform - pos: 36.5,44.5 + pos: 37.5,53.5 parent: 2 - - uid: 21164 + - uid: 18315 components: - type: Transform - pos: 35.5,44.5 + pos: 36.5,53.5 parent: 2 - - uid: 21165 + - uid: 18316 components: - type: Transform - pos: 34.5,44.5 + pos: 35.5,53.5 parent: 2 - - uid: 21166 + - uid: 18317 components: - type: Transform - pos: 33.5,44.5 + pos: 34.5,53.5 parent: 2 - - uid: 21167 + - uid: 18318 components: - type: Transform - pos: 32.5,44.5 + pos: 33.5,53.5 parent: 2 - - uid: 21168 + - uid: 18319 components: - type: Transform - pos: 31.5,44.5 + pos: 32.5,53.5 parent: 2 - - uid: 21169 + - uid: 18320 components: - type: Transform - pos: 30.5,44.5 + pos: 31.5,53.5 parent: 2 - - uid: 21170 + - uid: 18321 components: - type: Transform - pos: 29.5,44.5 + pos: 30.5,53.5 parent: 2 - - uid: 21171 + - uid: 18322 components: - type: Transform - pos: 34.5,45.5 + pos: 29.5,53.5 parent: 2 - - uid: 21172 + - uid: 18323 components: - type: Transform - pos: 34.5,49.5 + pos: 29.5,54.5 parent: 2 - - uid: 21173 + - uid: 18324 components: - type: Transform - pos: 34.5,48.5 + pos: 28.5,57.5 parent: 2 - - uid: 21174 + - uid: 18325 components: - type: Transform - pos: 34.5,47.5 + pos: 28.5,58.5 parent: 2 - - uid: 21175 + - uid: 18326 components: - type: Transform - pos: 34.5,46.5 + pos: 28.5,58.5 parent: 2 - - uid: 21176 + - uid: 18327 components: - type: Transform - pos: 34.5,49.5 + pos: 27.5,58.5 parent: 2 - - uid: 21177 + - uid: 18328 components: - type: Transform - pos: 33.5,49.5 + pos: 26.5,58.5 parent: 2 - - uid: 21178 + - uid: 18329 components: - type: Transform - pos: 32.5,49.5 + pos: 25.5,58.5 parent: 2 - - uid: 21179 + - uid: 18330 components: - type: Transform - pos: 31.5,49.5 + pos: 24.5,58.5 parent: 2 - - uid: 21180 + - uid: 18331 components: - type: Transform - pos: 30.5,49.5 + pos: 23.5,58.5 parent: 2 - - uid: 21181 + - uid: 18332 components: - type: Transform - pos: 29.5,49.5 + pos: 23.5,58.5 parent: 2 - - uid: 21182 + - uid: 18333 components: - type: Transform - pos: 29.5,49.5 + pos: 23.5,59.5 parent: 2 - - uid: 21183 + - uid: 18334 components: - type: Transform - pos: 29.5,48.5 + pos: 23.5,60.5 parent: 2 - - uid: 21184 + - uid: 18335 components: - type: Transform - pos: 29.5,47.5 + pos: 23.5,61.5 parent: 2 - - uid: 21185 + - uid: 18336 components: - type: Transform - pos: 29.5,46.5 + pos: 23.5,62.5 parent: 2 - - uid: 21186 + - uid: 18337 components: - type: Transform - pos: 29.5,45.5 + pos: 23.5,63.5 parent: 2 - - uid: 21187 + - uid: 18347 components: - type: Transform - pos: 29.5,44.5 + pos: 22.5,62.5 parent: 2 - - uid: 21188 + - uid: 18350 components: - type: Transform - pos: 29.5,43.5 + pos: 56.5,17.5 parent: 2 - - uid: 21189 + - uid: 18351 components: - type: Transform - pos: 29.5,42.5 + pos: 55.5,17.5 parent: 2 - - uid: 21190 + - uid: 18352 components: - type: Transform - pos: 29.5,41.5 + pos: 54.5,17.5 parent: 2 - - uid: 21191 + - uid: 18353 components: - type: Transform - pos: 29.5,41.5 + pos: 54.5,18.5 parent: 2 - - uid: 21192 + - uid: 18357 components: - type: Transform - pos: 30.5,41.5 + pos: 62.5,13.5 parent: 2 - - uid: 21193 + - uid: 18358 components: - type: Transform - pos: 31.5,41.5 + pos: 62.5,12.5 parent: 2 - - uid: 21194 + - uid: 18359 components: - type: Transform - pos: 32.5,41.5 + pos: 63.5,12.5 parent: 2 - - uid: 21195 + - uid: 18360 components: - type: Transform - pos: 33.5,41.5 + pos: 64.5,12.5 parent: 2 - - uid: 21196 + - uid: 18361 components: - type: Transform - pos: 34.5,41.5 + pos: 65.5,12.5 parent: 2 - - uid: 21197 + - uid: 18362 components: - type: Transform - pos: 34.5,42.5 + pos: 66.5,12.5 parent: 2 - - uid: 21198 + - uid: 18363 components: - type: Transform - pos: 34.5,43.5 + pos: 66.5,12.5 parent: 2 - - uid: 21199 + - uid: 18364 components: - type: Transform - pos: 34.5,43.5 + pos: 66.5,11.5 parent: 2 - - uid: 21200 + - uid: 18365 components: - type: Transform - pos: 38.5,38.5 + pos: 66.5,10.5 parent: 2 - - uid: 21201 + - uid: 18366 components: - type: Transform - pos: 39.5,38.5 + pos: 66.5,10.5 parent: 2 - - uid: 21202 + - uid: 18367 components: - type: Transform - pos: 40.5,38.5 + pos: 65.5,10.5 parent: 2 - - uid: 21203 + - uid: 18368 components: - type: Transform - pos: 41.5,38.5 + pos: 64.5,10.5 parent: 2 - - uid: 21204 + - uid: 18369 components: - type: Transform - pos: 42.5,38.5 + pos: 63.5,10.5 parent: 2 - - uid: 21205 + - uid: 18370 components: - type: Transform - pos: 43.5,38.5 + pos: 62.5,10.5 parent: 2 - - uid: 21206 + - uid: 18371 components: - type: Transform - pos: 44.5,38.5 + pos: 61.5,10.5 parent: 2 - - uid: 21207 + - uid: 18372 components: - type: Transform - pos: 39.5,40.5 + pos: 60.5,10.5 parent: 2 - - uid: 21208 + - uid: 18373 components: - type: Transform - pos: 39.5,41.5 + pos: 60.5,10.5 parent: 2 - - uid: 21209 + - uid: 18374 components: - type: Transform - pos: 39.5,42.5 + pos: 60.5,9.5 parent: 2 - - uid: 21210 + - uid: 18375 components: - type: Transform - pos: 39.5,43.5 + pos: 60.5,9.5 parent: 2 - - uid: 21211 + - uid: 18376 components: - type: Transform - pos: 39.5,43.5 + pos: 59.5,9.5 parent: 2 - - uid: 21212 + - uid: 18377 components: - type: Transform - pos: 40.5,43.5 + pos: 58.5,9.5 parent: 2 - - uid: 21213 + - uid: 18378 components: - type: Transform - pos: 41.5,43.5 + pos: 57.5,9.5 parent: 2 - - uid: 21214 + - uid: 18380 components: - type: Transform - pos: 42.5,43.5 + pos: 57.5,9.5 parent: 2 - - uid: 21215 + - uid: 18381 components: - type: Transform - pos: 43.5,43.5 + pos: 57.5,8.5 parent: 2 - - uid: 21216 + - uid: 18382 components: - type: Transform - pos: 44.5,43.5 + pos: 57.5,7.5 parent: 2 - - uid: 21217 + - uid: 18383 components: - type: Transform - pos: 45.5,43.5 + pos: 57.5,6.5 parent: 2 - - uid: 21218 + - uid: 18384 components: - type: Transform - pos: 45.5,43.5 + pos: 57.5,5.5 parent: 2 - - uid: 21219 + - uid: 18385 components: - type: Transform - pos: 45.5,42.5 + pos: 57.5,5.5 parent: 2 - - uid: 21220 + - uid: 18386 components: - type: Transform - pos: 45.5,41.5 + pos: 58.5,5.5 parent: 2 - - uid: 21221 + - uid: 18387 components: - type: Transform - pos: 43.5,43.5 + pos: 59.5,5.5 parent: 2 - - uid: 21222 + - uid: 18388 components: - type: Transform - pos: 43.5,42.5 + pos: 60.5,5.5 parent: 2 - - uid: 21223 + - uid: 18389 components: - type: Transform - pos: 43.5,41.5 + pos: 60.5,5.5 parent: 2 - - uid: 21224 + - uid: 18390 components: - type: Transform - pos: 43.5,41.5 + pos: 60.5,6.5 parent: 2 - - uid: 21225 + - uid: 18391 components: - type: Transform - pos: 42.5,41.5 + pos: -8.5,-35.5 parent: 2 - - uid: 21226 + - uid: 18392 components: - type: Transform - pos: 41.5,41.5 + pos: 60.5,6.5 parent: 2 - - uid: 21227 + - uid: 18393 components: - type: Transform - pos: 44.5,44.5 + pos: 61.5,6.5 parent: 2 - - uid: 21228 + - uid: 18394 components: - type: Transform - pos: 47.5,48.5 + pos: 62.5,6.5 parent: 2 - - uid: 21229 + - uid: 18395 components: - type: Transform - pos: 47.5,47.5 + pos: 63.5,6.5 parent: 2 - - uid: 21230 + - uid: 18396 components: - type: Transform - pos: 47.5,47.5 + pos: 64.5,6.5 parent: 2 - - uid: 21231 + - uid: 18397 components: - type: Transform - pos: 46.5,47.5 + pos: 64.5,7.5 parent: 2 - - uid: 21232 + - uid: 18398 components: - type: Transform - pos: 45.5,47.5 + pos: 63.5,5.5 parent: 2 - - uid: 21233 + - uid: 18399 components: - type: Transform - pos: 44.5,47.5 + pos: 63.5,4.5 parent: 2 - - uid: 21234 + - uid: 18400 components: - type: Transform - pos: 44.5,47.5 + pos: 63.5,3.5 parent: 2 - - uid: 21235 + - uid: 18401 components: - type: Transform - pos: 44.5,48.5 + pos: 63.5,2.5 parent: 2 - - uid: 21236 + - uid: 18402 components: - type: Transform - pos: 44.5,49.5 + pos: 63.5,1.5 parent: 2 - - uid: 21237 + - uid: 18403 components: - type: Transform - pos: 44.5,50.5 + pos: 63.5,0.5 parent: 2 - - uid: 21238 + - uid: 18404 components: - type: Transform - pos: 44.5,51.5 + pos: 63.5,-0.5 parent: 2 - - uid: 21239 + - uid: 18405 components: - type: Transform - pos: 44.5,52.5 + pos: 63.5,-1.5 parent: 2 - - uid: 21240 + - uid: 18406 components: - type: Transform - pos: 44.5,53.5 + pos: 63.5,-2.5 parent: 2 - - uid: 21241 + - uid: 18408 components: - type: Transform - pos: 44.5,54.5 + pos: 63.5,-2.5 parent: 2 - - uid: 21242 + - uid: 18409 components: - type: Transform - pos: 44.5,55.5 + pos: 62.5,-2.5 parent: 2 - - uid: 21243 + - uid: 18410 components: - type: Transform - pos: 44.5,56.5 + pos: 61.5,-2.5 parent: 2 - - uid: 21244 + - uid: 18413 components: - type: Transform - pos: 44.5,57.5 + pos: 57.5,-10.5 parent: 2 - - uid: 21245 + - uid: 18414 components: - type: Transform - pos: 44.5,58.5 + pos: 56.5,-10.5 parent: 2 - - uid: 21246 + - uid: 18415 components: - type: Transform - pos: 44.5,58.5 + pos: 56.5,-9.5 parent: 2 - - uid: 21247 + - uid: 18416 components: - type: Transform - pos: 43.5,58.5 + pos: 56.5,-8.5 parent: 2 - - uid: 21248 + - uid: 18417 components: - type: Transform - pos: 42.5,58.5 + pos: 56.5,-7.5 parent: 2 - - uid: 21249 + - uid: 18418 components: - type: Transform - pos: 41.5,58.5 + pos: 56.5,-6.5 parent: 2 - - uid: 21250 + - uid: 18419 components: - type: Transform - pos: 41.5,59.5 + pos: 56.5,-6.5 parent: 2 - - uid: 21251 + - uid: 18420 components: - type: Transform - pos: 45.5,57.5 + pos: 55.5,-6.5 parent: 2 - - uid: 21252 + - uid: 18421 components: - type: Transform - pos: 46.5,57.5 + pos: 54.5,-6.5 parent: 2 - - uid: 21253 + - uid: 18422 components: - type: Transform - pos: 43.5,53.5 + pos: 53.5,-6.5 parent: 2 - - uid: 21254 + - uid: 18423 components: - type: Transform - pos: 42.5,53.5 + pos: 52.5,-6.5 parent: 2 - - uid: 21255 + - uid: 18424 components: - type: Transform - pos: 42.5,52.5 + pos: 52.5,-6.5 parent: 2 - - uid: 21256 + - uid: 18425 components: - type: Transform - pos: 42.5,54.5 + pos: 52.5,-7.5 parent: 2 - - uid: 21257 + - uid: 18426 components: - type: Transform - pos: 45.5,51.5 + pos: 52.5,-8.5 parent: 2 - - uid: 21258 + - uid: 18427 components: - type: Transform - pos: 46.5,51.5 + pos: 52.5,-9.5 parent: 2 - - uid: 21259 + - uid: 18428 components: - type: Transform - pos: 47.5,51.5 + pos: 52.5,-10.5 parent: 2 - - uid: 21260 + - uid: 18429 components: - type: Transform - pos: 47.5,53.5 + pos: 52.5,-11.5 parent: 2 - - uid: 21261 + - uid: 18430 components: - type: Transform - pos: 47.5,52.5 + pos: 54.5,-11.5 parent: 2 - - uid: 21262 + - uid: 18431 components: - type: Transform - pos: 43.5,50.5 + pos: 53.5,-11.5 parent: 2 - - uid: 21263 + - uid: 18432 components: - type: Transform - pos: 47.5,47.5 + pos: 53.5,-5.5 parent: 2 - - uid: 21264 + - uid: 18433 components: - type: Transform - pos: 47.5,46.5 + pos: 53.5,-4.5 parent: 2 - - uid: 21265 + - uid: 18434 components: - type: Transform - pos: 47.5,46.5 + pos: 53.5,-3.5 parent: 2 - - uid: 21266 + - uid: 18435 components: - type: Transform - pos: 48.5,46.5 + pos: 53.5,-2.5 parent: 2 - - uid: 21267 + - uid: 18436 components: - type: Transform - pos: 49.5,46.5 + pos: 53.5,-1.5 parent: 2 - - uid: 21268 + - uid: 18437 components: - type: Transform - pos: 50.5,46.5 + pos: 53.5,-0.5 parent: 2 - - uid: 21269 + - uid: 18438 components: - type: Transform - pos: 50.5,46.5 + pos: 53.5,0.5 parent: 2 - - uid: 21270 + - uid: 18439 components: - type: Transform - pos: 50.5,47.5 + pos: 53.5,0.5 parent: 2 - - uid: 21271 + - uid: 18440 components: - type: Transform - pos: 50.5,48.5 + pos: 52.5,0.5 parent: 2 - - uid: 21272 + - uid: 18441 components: - type: Transform - pos: 50.5,49.5 + pos: 51.5,0.5 parent: 2 - - uid: 21273 + - uid: 18453 components: - type: Transform - pos: 50.5,50.5 + pos: 39.5,0.5 parent: 2 - - uid: 21274 + - uid: 18455 components: - type: Transform - pos: 50.5,51.5 + pos: 54.5,17.5 parent: 2 - - uid: 21275 + - uid: 18456 components: - type: Transform - pos: 50.5,46.5 + pos: 54.5,16.5 parent: 2 - - uid: 21276 + - uid: 18457 components: - type: Transform - pos: 51.5,46.5 + pos: 54.5,16.5 parent: 2 - - uid: 21277 + - uid: 18458 components: - type: Transform - pos: 52.5,46.5 + pos: 53.5,16.5 parent: 2 - - uid: 21278 + - uid: 18459 components: - type: Transform - pos: 53.5,46.5 + pos: 52.5,16.5 parent: 2 - - uid: 21279 + - uid: 18460 components: - type: Transform - pos: 54.5,46.5 + pos: 51.5,16.5 parent: 2 - - uid: 21280 + - uid: 18461 components: - type: Transform - pos: 55.5,46.5 + pos: 51.5,16.5 parent: 2 - - uid: 21281 + - uid: 18462 components: - type: Transform - pos: 56.5,46.5 + pos: 51.5,17.5 parent: 2 - - uid: 21282 + - uid: 18463 components: - type: Transform - pos: 52.5,46.5 + pos: 51.5,18.5 parent: 2 - - uid: 21283 + - uid: 18464 components: - type: Transform - pos: 52.5,47.5 + pos: 51.5,19.5 parent: 2 - - uid: 21284 + - uid: 18465 components: - type: Transform - pos: 52.5,48.5 + pos: 51.5,20.5 parent: 2 - - uid: 21285 + - uid: 18466 components: - type: Transform - pos: 52.5,49.5 + pos: 51.5,21.5 parent: 2 - - uid: 21286 + - uid: 18467 components: - type: Transform - pos: 52.5,50.5 + pos: 51.5,22.5 parent: 2 - - uid: 21287 + - uid: 18468 components: - type: Transform - pos: 52.5,51.5 + pos: 51.5,22.5 parent: 2 - - uid: 21288 + - uid: 18469 components: - type: Transform - pos: 52.5,46.5 + pos: 50.5,22.5 parent: 2 - - uid: 21289 + - uid: 18470 components: - type: Transform - pos: 52.5,45.5 + pos: 49.5,22.5 parent: 2 - - uid: 21290 + - uid: 18471 components: - type: Transform - pos: 52.5,44.5 + pos: 49.5,22.5 parent: 2 - - uid: 21291 + - uid: 18472 components: - type: Transform - pos: 52.5,44.5 + pos: 49.5,23.5 parent: 2 - - uid: 21292 + - uid: 18473 components: - type: Transform - pos: 53.5,44.5 + pos: 49.5,24.5 parent: 2 - - uid: 21293 + - uid: 18474 components: - type: Transform - pos: 54.5,44.5 + pos: 49.5,24.5 parent: 2 - - uid: 21294 + - uid: 18475 components: - type: Transform - pos: 55.5,44.5 + pos: 48.5,24.5 parent: 2 - - uid: 21295 + - uid: 18476 components: - type: Transform - pos: 56.5,44.5 + pos: 47.5,24.5 parent: 2 - - uid: 21296 + - uid: 18477 components: - type: Transform - pos: 57.5,44.5 + pos: 47.5,24.5 parent: 2 - - uid: 21297 + - uid: 18478 components: - type: Transform - pos: 51.5,44.5 + pos: 47.5,25.5 parent: 2 - - uid: 21298 + - uid: 18479 components: - type: Transform - pos: 51.5,43.5 + pos: 47.5,26.5 parent: 2 - - uid: 21299 + - uid: 18480 components: - type: Transform - pos: 51.5,42.5 + pos: 47.5,27.5 parent: 2 - - uid: 21300 + - uid: 18481 components: - type: Transform - pos: 51.5,41.5 + pos: 47.5,27.5 parent: 2 - - uid: 21301 + - uid: 18482 components: - type: Transform - pos: 51.5,41.5 + pos: 46.5,27.5 parent: 2 - - uid: 21302 + - uid: 18483 components: - type: Transform - pos: 52.5,41.5 + pos: 45.5,27.5 parent: 2 - - uid: 21303 + - uid: 18484 components: - type: Transform - pos: 53.5,41.5 + pos: 44.5,27.5 parent: 2 - - uid: 21304 + - uid: 18485 components: - type: Transform - pos: 54.5,41.5 + pos: 43.5,27.5 parent: 2 - - uid: 21305 + - uid: 18486 components: - type: Transform - pos: 55.5,41.5 + pos: 42.5,27.5 parent: 2 - - uid: 21306 + - uid: 18487 components: - type: Transform - pos: 56.5,41.5 + pos: 41.5,27.5 parent: 2 - - uid: 21307 + - uid: 18488 components: - type: Transform - pos: 57.5,41.5 + pos: 40.5,27.5 parent: 2 - - uid: 21308 + - uid: 18489 components: - type: Transform - pos: 52.5,41.5 + pos: 39.5,27.5 parent: 2 - - uid: 21309 + - uid: 18490 components: - type: Transform - pos: 52.5,40.5 + pos: 38.5,27.5 parent: 2 - - uid: 21310 + - uid: 18491 components: - type: Transform - pos: 52.5,39.5 + pos: 38.5,27.5 parent: 2 - - uid: 21311 + - uid: 18492 components: - type: Transform - pos: 44.5,46.5 + pos: 38.5,28.5 parent: 2 - - uid: 21312 + - uid: 18493 components: - type: Transform - pos: 43.5,46.5 + pos: 38.5,29.5 parent: 2 - - uid: 21313 + - uid: 18494 components: - type: Transform - pos: 42.5,46.5 + pos: 38.5,30.5 parent: 2 - - uid: 21314 + - uid: 18495 components: - type: Transform - pos: 41.5,46.5 + pos: 38.5,31.5 parent: 2 - - uid: 21315 + - uid: 18496 components: - type: Transform - pos: 40.5,46.5 + pos: 39.5,30.5 parent: 2 - - uid: 21316 + - uid: 18497 components: - type: Transform - pos: 29.5,53.5 + pos: 40.5,30.5 parent: 2 - - uid: 21317 + - uid: 18498 components: - type: Transform - pos: 30.5,53.5 + pos: 37.5,31.5 parent: 2 - - uid: 21318 + - uid: 18499 components: - type: Transform - pos: 31.5,53.5 + pos: 37.5,32.5 parent: 2 - - uid: 21319 + - uid: 18504 components: - type: Transform - pos: 32.5,53.5 + pos: 27.5,-4.5 parent: 2 - - uid: 21320 + - uid: 18505 components: - type: Transform - pos: 33.5,53.5 + pos: 27.5,-5.5 parent: 2 - - uid: 21321 + - uid: 18506 components: - type: Transform - pos: 34.5,53.5 + pos: 27.5,-5.5 parent: 2 - - uid: 21322 + - uid: 18507 components: - type: Transform - pos: 35.5,53.5 + pos: 28.5,-5.5 parent: 2 - - uid: 21323 + - uid: 18508 components: - type: Transform - pos: 36.5,53.5 + pos: 29.5,-5.5 parent: 2 - - uid: 21324 + - uid: 18509 components: - type: Transform - pos: 37.5,53.5 + pos: 30.5,-5.5 parent: 2 - - uid: 21325 + - uid: 18510 components: - type: Transform - pos: 38.5,53.5 + pos: 31.5,-5.5 parent: 2 - - uid: 21326 + - uid: 18511 components: - type: Transform - pos: 38.5,53.5 + pos: 31.5,-5.5 parent: 2 - - uid: 21327 + - uid: 18512 components: - type: Transform - pos: 38.5,52.5 + pos: 31.5,-4.5 parent: 2 - - uid: 21328 + - uid: 18513 components: - type: Transform - pos: 38.5,51.5 + pos: 31.5,-3.5 parent: 2 - - uid: 21329 + - uid: 18514 components: - type: Transform - pos: 38.5,50.5 + pos: 31.5,-2.5 parent: 2 - - uid: 21330 + - uid: 18515 components: - type: Transform - pos: 38.5,49.5 + pos: 31.5,-1.5 parent: 2 - - uid: 21331 + - uid: 18516 components: - type: Transform - pos: 38.5,48.5 + pos: 31.5,-2.5 parent: 2 - - uid: 21332 + - uid: 18517 components: - type: Transform - pos: 34.5,53.5 + pos: 32.5,-2.5 parent: 2 - - uid: 21333 + - uid: 18518 components: - type: Transform - pos: 34.5,54.5 + pos: 33.5,-2.5 parent: 2 - - uid: 21334 + - uid: 18519 components: - type: Transform - pos: 34.5,55.5 + pos: 34.5,-2.5 parent: 2 - - uid: 21335 + - uid: 18520 components: - type: Transform - pos: 34.5,56.5 + pos: 35.5,-2.5 parent: 2 - - uid: 21336 + - uid: 18523 components: - type: Transform - pos: 34.5,57.5 + pos: 31.5,-5.5 parent: 2 - - uid: 21337 + - uid: 18524 components: - type: Transform - pos: 34.5,58.5 + pos: 31.5,-6.5 parent: 2 - - uid: 21338 + - uid: 18525 components: - type: Transform - pos: 34.5,59.5 + pos: 31.5,-7.5 parent: 2 - - uid: 21339 + - uid: 18526 components: - type: Transform - pos: 34.5,60.5 + pos: 31.5,-8.5 parent: 2 - - uid: 21340 + - uid: 18527 components: - type: Transform - pos: 34.5,61.5 + pos: 31.5,-9.5 parent: 2 - - uid: 21341 + - uid: 18529 components: - type: Transform - pos: 34.5,62.5 + pos: 30.5,-9.5 parent: 2 - - uid: 21342 + - uid: 18530 components: - type: Transform - pos: 34.5,62.5 + pos: 29.5,-9.5 parent: 2 - - uid: 21343 + - uid: 18531 components: - type: Transform - pos: 35.5,62.5 + pos: 28.5,-9.5 parent: 2 - - uid: 21344 + - uid: 18535 components: - type: Transform - pos: 36.5,62.5 + pos: 28.5,-12.5 parent: 2 - - uid: 21345 + - uid: 18536 components: - type: Transform - pos: 34.5,58.5 + pos: 27.5,-12.5 parent: 2 - - uid: 21346 + - uid: 18537 components: - type: Transform - pos: 35.5,58.5 + pos: 27.5,-11.5 parent: 2 - - uid: 21347 + - uid: 18538 components: - type: Transform - pos: 36.5,58.5 + pos: 27.5,-10.5 parent: 2 - - uid: 21348 + - uid: 18540 components: - type: Transform - pos: 37.5,58.5 + pos: 16.5,-34.5 parent: 2 - - uid: 21349 + - uid: 18542 components: - type: Transform - pos: 38.5,58.5 + pos: 17.5,-31.5 parent: 2 - - uid: 21350 + - uid: 18543 components: - type: Transform - pos: 38.5,59.5 + pos: 16.5,-31.5 parent: 2 - - uid: 21351 + - uid: 18545 components: - type: Transform - pos: 38.5,58.5 + pos: 16.5,-31.5 parent: 2 - - uid: 21352 + - uid: 18546 components: - type: Transform - pos: 38.5,57.5 + pos: 16.5,-32.5 parent: 2 - - uid: 21353 + - uid: 18547 components: - type: Transform - pos: 39.5,57.5 + pos: 16.5,-33.5 parent: 2 - - uid: 21354 + - uid: 18548 components: - type: Transform - pos: 33.5,58.5 + pos: 16.5,-33.5 parent: 2 - - uid: 21355 + - uid: 18550 components: - type: Transform - pos: 36.5,63.5 + pos: 16.5,-33.5 parent: 2 - - uid: 21356 + - uid: 18551 components: - type: Transform - pos: 33.5,62.5 + pos: 19.5,-33.5 parent: 2 - - uid: 21357 + - uid: 18552 components: - type: Transform - pos: 37.5,62.5 + pos: 20.5,-33.5 parent: 2 - - uid: 21358 + - uid: 18553 components: - type: Transform - pos: 37.5,61.5 + pos: 21.5,-33.5 parent: 2 - - uid: 21359 + - uid: 18554 components: - type: Transform - pos: 37.5,45.5 + pos: 22.5,-33.5 parent: 2 - - uid: 21360 + - uid: 18555 components: - type: Transform - pos: 50.5,41.5 + pos: 22.5,-32.5 parent: 2 - - uid: 21361 + - uid: 18556 components: - type: Transform - pos: 49.5,41.5 + pos: 22.5,-31.5 parent: 2 - - uid: 21362 + - uid: 18557 components: - type: Transform - pos: 49.5,40.5 + pos: 23.5,-31.5 parent: 2 - - uid: 21363 + - uid: 18558 components: - type: Transform - pos: 49.5,39.5 + pos: 24.5,-31.5 parent: 2 - - uid: 21364 + - uid: 18559 components: - type: Transform - pos: 49.5,38.5 + pos: 24.5,-30.5 parent: 2 - - uid: 21365 + - uid: 18560 components: - type: Transform - pos: 48.5,38.5 + pos: 24.5,-29.5 parent: 2 - - uid: 21366 + - uid: 18561 components: - type: Transform - pos: 47.5,38.5 + pos: 24.5,-32.5 parent: 2 - - uid: 21367 + - uid: 18562 components: - type: Transform - pos: 49.5,37.5 + pos: 25.5,-32.5 parent: 2 - - uid: 21368 + - uid: 18563 components: - type: Transform - pos: 50.5,44.5 + pos: 26.5,-32.5 parent: 2 - - uid: 21369 + - uid: 18564 components: - type: Transform - pos: 49.5,44.5 + pos: 27.5,-32.5 parent: 2 - - uid: 21370 + - uid: 18569 components: - type: Transform - pos: 40.5,30.5 + pos: 16.5,-35.5 parent: 2 - - uid: 21371 + - uid: 18570 components: - type: Transform - pos: 39.5,30.5 + pos: 16.5,-35.5 parent: 2 - - uid: 21372 + - uid: 18571 components: - type: Transform - pos: 38.5,30.5 + pos: 17.5,-35.5 parent: 2 - - uid: 21373 + - uid: 18572 components: - type: Transform - pos: 36.5,19.5 + pos: 18.5,-35.5 parent: 2 - - uid: 21374 + - uid: 18573 components: - type: Transform - pos: 37.5,19.5 + pos: 19.5,-35.5 parent: 2 - - uid: 21375 + - uid: 18574 components: - type: Transform - pos: 38.5,19.5 + pos: 20.5,-35.5 parent: 2 - - uid: 21376 + - uid: 18575 components: - type: Transform - pos: 38.5,19.5 + pos: 20.5,-34.5 parent: 2 - - uid: 21377 + - uid: 18577 components: - type: Transform - pos: 38.5,20.5 + pos: 27.5,-32.5 parent: 2 - - uid: 21378 + - uid: 18578 components: - type: Transform - pos: 38.5,21.5 + pos: 27.5,-31.5 parent: 2 - - uid: 21379 + - uid: 18579 components: - type: Transform - pos: 38.5,22.5 + pos: 27.5,-30.5 parent: 2 - - uid: 21380 + - uid: 18580 components: - type: Transform - pos: 38.5,21.5 + pos: 27.5,-29.5 parent: 2 - - uid: 21381 + - uid: 18581 components: - type: Transform - pos: 39.5,21.5 + pos: 27.5,-28.5 parent: 2 - - uid: 21382 + - uid: 18582 components: - type: Transform - pos: 40.5,21.5 + pos: 27.5,-27.5 parent: 2 - - uid: 21383 + - uid: 18583 components: - type: Transform - pos: 41.5,21.5 + pos: 27.5,-26.5 parent: 2 - - uid: 21384 + - uid: 18584 components: - type: Transform - pos: 42.5,21.5 + pos: 27.5,-25.5 parent: 2 - - uid: 21385 + - uid: 18585 components: - type: Transform - pos: 43.5,21.5 + pos: 27.5,-24.5 parent: 2 - - uid: 21386 + - uid: 18586 components: - type: Transform - pos: 41.5,21.5 + pos: 27.5,-23.5 parent: 2 - - uid: 21387 + - uid: 18587 components: - type: Transform - pos: 41.5,22.5 + pos: 27.5,-23.5 parent: 2 - - uid: 21388 + - uid: 18588 components: - type: Transform - pos: 41.5,23.5 + pos: 26.5,-23.5 parent: 2 - - uid: 21389 + - uid: 18589 components: - type: Transform - pos: 42.5,21.5 + pos: 25.5,-23.5 parent: 2 - - uid: 21390 + - uid: 18590 components: - type: Transform - pos: 42.5,20.5 + pos: 27.5,-23.5 parent: 2 - - uid: 21391 + - uid: 18591 components: - type: Transform - pos: 42.5,19.5 + pos: 28.5,-23.5 parent: 2 - - uid: 21392 + - uid: 18592 components: - type: Transform - pos: 36.5,19.5 + pos: 28.5,-23.5 parent: 2 - - uid: 21393 + - uid: 18593 components: - type: Transform - pos: 35.5,19.5 + pos: 28.5,-22.5 parent: 2 - - uid: 21394 + - uid: 18594 components: - type: Transform - pos: 34.5,19.5 + pos: 28.5,-21.5 parent: 2 - - uid: 21395 + - uid: 18595 components: - type: Transform - pos: 33.5,19.5 + pos: 28.5,-20.5 parent: 2 - - uid: 21396 + - uid: 18596 components: - type: Transform - pos: 32.5,19.5 + pos: 28.5,-20.5 parent: 2 - - uid: 21397 + - uid: 18597 components: - type: Transform - pos: 34.5,20.5 + pos: 29.5,-20.5 parent: 2 - - uid: 21398 + - uid: 18598 components: - type: Transform - pos: 34.5,19.5 + pos: 30.5,-20.5 parent: 2 - - uid: 21399 + - uid: 18599 components: - type: Transform - pos: 34.5,18.5 + pos: 31.5,-20.5 parent: 2 - - uid: 21400 + - uid: 18600 components: - type: Transform - pos: 34.5,17.5 + pos: 32.5,-20.5 parent: 2 - - uid: 21401 + - uid: 18601 components: - type: Transform - pos: 34.5,16.5 + pos: 33.5,-20.5 parent: 2 - - uid: 21402 + - uid: 18602 components: - type: Transform - pos: 33.5,17.5 + pos: 34.5,-20.5 parent: 2 - - uid: 21403 + - uid: 18603 components: - type: Transform - pos: 32.5,17.5 + pos: 35.5,-20.5 parent: 2 - - uid: 21404 + - uid: 18604 components: - type: Transform - pos: 31.5,17.5 + pos: 36.5,-20.5 parent: 2 - - uid: 21405 + - uid: 18605 components: - type: Transform - pos: 31.5,18.5 + pos: 37.5,-20.5 parent: 2 - - uid: 21406 + - uid: 18606 components: - type: Transform - pos: 31.5,16.5 + pos: 38.5,-20.5 parent: 2 - - uid: 21407 + - uid: 18607 components: - type: Transform - pos: 31.5,18.5 + pos: 38.5,-20.5 parent: 2 - - uid: 21408 + - uid: 18608 components: - type: Transform - pos: 30.5,18.5 + pos: 38.5,-21.5 parent: 2 - - uid: 21409 + - uid: 18609 components: - type: Transform - pos: 29.5,18.5 + pos: 38.5,-21.5 parent: 2 - - uid: 21410 + - uid: 18610 components: - type: Transform - pos: 28.5,18.5 + pos: 39.5,-21.5 parent: 2 - - uid: 21411 + - uid: 18611 components: - type: Transform - pos: 28.5,18.5 + pos: 40.5,-21.5 parent: 2 - - uid: 21412 + - uid: 18612 components: - type: Transform - pos: 28.5,17.5 + pos: 41.5,-21.5 parent: 2 - - uid: 21413 + - uid: 18613 components: - type: Transform - pos: 28.5,17.5 + pos: 42.5,-21.5 parent: 2 - - uid: 21414 + - uid: 18614 components: - type: Transform - pos: 27.5,17.5 + pos: 42.5,-20.5 parent: 2 - - uid: 21415 + - uid: 18615 components: - type: Transform - pos: 26.5,17.5 + pos: 42.5,-19.5 parent: 2 - - uid: 21416 + - uid: 18616 components: - type: Transform - pos: 25.5,17.5 + pos: 42.5,-19.5 parent: 2 - - uid: 21417 + - uid: 18617 components: - type: Transform - pos: 24.5,17.5 + pos: 41.5,-19.5 parent: 2 - - uid: 21418 + - uid: 18618 components: - type: Transform - pos: 23.5,17.5 + pos: 40.5,-19.5 parent: 2 - - uid: 21419 + - uid: 18634 components: - type: Transform - pos: 26.5,25.5 + pos: 58.5,-36.5 parent: 2 - - uid: 21420 + - uid: 18635 components: - type: Transform - pos: 27.5,25.5 + pos: 58.5,-37.5 parent: 2 - - uid: 21421 + - uid: 18636 components: - type: Transform - pos: 28.5,25.5 + pos: 58.5,-37.5 parent: 2 - - uid: 21422 + - uid: 18637 components: - type: Transform - pos: 28.5,25.5 + pos: 57.5,-37.5 parent: 2 - - uid: 21423 + - uid: 18638 components: - type: Transform - pos: 28.5,24.5 + pos: 56.5,-37.5 parent: 2 - - uid: 21424 + - uid: 18639 components: - type: Transform - pos: 28.5,23.5 + pos: 55.5,-37.5 parent: 2 - - uid: 21425 + - uid: 18640 components: - type: Transform - pos: 28.5,22.5 + pos: 54.5,-37.5 parent: 2 - - uid: 21426 + - uid: 18641 components: - type: Transform - pos: 28.5,21.5 + pos: 54.5,-37.5 parent: 2 - - uid: 21427 + - uid: 18642 components: - type: Transform - pos: 28.5,22.5 + pos: 54.5,-38.5 parent: 2 - - uid: 21428 + - uid: 18643 components: - type: Transform - pos: 27.5,22.5 + pos: 54.5,-39.5 parent: 2 - - uid: 21429 + - uid: 18644 components: - type: Transform - pos: 26.5,22.5 + pos: 54.5,-40.5 parent: 2 - - uid: 21430 + - uid: 18645 components: - type: Transform - pos: 25.5,22.5 + pos: 54.5,-40.5 parent: 2 - - uid: 21431 + - uid: 18646 components: - type: Transform - pos: 24.5,22.5 + pos: 53.5,-40.5 parent: 2 - - uid: 21432 + - uid: 18647 components: - type: Transform - pos: 23.5,22.5 + pos: 53.5,-40.5 parent: 2 - - uid: 21433 + - uid: 18648 components: - type: Transform - pos: 22.5,22.5 + pos: 53.5,-41.5 parent: 2 - - uid: 21434 + - uid: 18649 components: - type: Transform - pos: 21.5,22.5 + pos: 53.5,-42.5 parent: 2 - - uid: 21435 + - uid: 18650 components: - type: Transform - pos: 20.5,22.5 + pos: 53.5,-43.5 parent: 2 - - uid: 21436 + - uid: 18651 components: - type: Transform - pos: 19.5,22.5 + pos: 53.5,-43.5 parent: 2 - - uid: 21437 + - uid: 18652 components: - type: Transform - pos: 18.5,22.5 + pos: 52.5,-43.5 parent: 2 - - uid: 21438 + - uid: 18653 components: - type: Transform - pos: 18.5,23.5 + pos: 51.5,-43.5 parent: 2 - - uid: 21439 + - uid: 18654 components: - type: Transform - pos: 18.5,21.5 + pos: 50.5,-43.5 parent: 2 - - uid: 21440 + - uid: 18655 components: - type: Transform - pos: 21.5,21.5 + pos: 49.5,-43.5 parent: 2 - - uid: 21441 + - uid: 18656 components: - type: Transform - pos: 21.5,23.5 + pos: 49.5,-43.5 parent: 2 - - uid: 21442 + - uid: 18657 components: - type: Transform - pos: 24.5,23.5 + pos: 49.5,-44.5 parent: 2 - - uid: 21443 + - uid: 18658 components: - type: Transform - pos: 24.5,21.5 + pos: 49.5,-45.5 parent: 2 - - uid: 21444 + - uid: 18659 components: - type: Transform - pos: 29.5,24.5 + pos: 49.5,-46.5 parent: 2 - - uid: 21445 + - uid: 18660 components: - type: Transform - pos: 30.5,24.5 + pos: 49.5,-46.5 parent: 2 - - uid: 21446 + - uid: 18661 components: - type: Transform - pos: 31.5,24.5 + pos: 48.5,-46.5 parent: 2 - - uid: 21447 + - uid: 18662 components: - type: Transform - pos: 32.5,24.5 + pos: 47.5,-46.5 parent: 2 - - uid: 21448 + - uid: 18663 components: - type: Transform - pos: 33.5,24.5 + pos: 46.5,-46.5 parent: 2 - - uid: 21449 + - uid: 18664 components: - type: Transform - pos: 34.5,24.5 + pos: 46.5,-47.5 parent: 2 - - uid: 21450 + - uid: 18665 components: - type: Transform - pos: 32.5,25.5 + pos: 45.5,-46.5 parent: 2 - - uid: 21451 + - uid: 18666 components: - type: Transform - pos: 34.5,23.5 + pos: 44.5,-46.5 parent: 2 - - uid: 21452 + - uid: 18668 components: - type: Transform - pos: 34.5,22.5 + pos: 44.5,-47.5 parent: 2 - - uid: 21453 + - uid: 18669 components: - type: Transform - pos: 33.5,22.5 + pos: 44.5,-48.5 parent: 2 - - uid: 21454 + - uid: 18670 components: - type: Transform - pos: 35.5,24.5 + pos: 44.5,-49.5 parent: 2 - - uid: 21455 + - uid: 18672 components: - type: Transform - pos: 28.5,25.5 + pos: 11.5,-65.5 parent: 2 - - uid: 21456 + - uid: 18673 components: - type: Transform - pos: 28.5,26.5 + pos: 12.5,-65.5 parent: 2 - - uid: 21457 + - uid: 18674 components: - type: Transform - pos: 28.5,27.5 + pos: 13.5,-65.5 parent: 2 - - uid: 21458 + - uid: 18675 components: - type: Transform - pos: 28.5,27.5 + pos: 14.5,-65.5 parent: 2 - - uid: 21459 + - uid: 18676 components: - type: Transform - pos: 27.5,27.5 + pos: 15.5,-65.5 parent: 2 - - uid: 21460 + - uid: 18677 components: - type: Transform - pos: 26.5,27.5 + pos: 16.5,-65.5 parent: 2 - - uid: 21461 + - uid: 18678 components: - type: Transform - pos: 25.5,27.5 + pos: 16.5,-65.5 parent: 2 - - uid: 21462 + - uid: 18679 components: - type: Transform - pos: 24.5,27.5 + pos: 16.5,-64.5 parent: 2 - - uid: 21463 + - uid: 18680 components: - type: Transform - pos: 23.5,27.5 + pos: 16.5,-63.5 parent: 2 - - uid: 21464 + - uid: 18681 components: - type: Transform - pos: 22.5,27.5 + pos: 16.5,-62.5 parent: 2 - - uid: 21465 + - uid: 18682 components: - type: Transform - pos: 22.5,27.5 + pos: 16.5,-62.5 parent: 2 - - uid: 21466 + - uid: 18683 components: - type: Transform - pos: 22.5,28.5 + pos: 15.5,-62.5 parent: 2 - - uid: 21467 + - uid: 18684 components: - type: Transform - pos: 22.5,29.5 + pos: 14.5,-62.5 parent: 2 - - uid: 21468 + - uid: 18685 components: - type: Transform - pos: 22.5,30.5 + pos: 13.5,-62.5 parent: 2 - - uid: 21469 + - uid: 18686 components: - type: Transform - pos: 22.5,31.5 + pos: 13.5,-63.5 parent: 2 - - uid: 21470 + - uid: 18687 components: - type: Transform - pos: 22.5,32.5 + pos: 12.5,-63.5 parent: 2 - - uid: 21471 + - uid: 18688 components: - type: Transform - pos: 22.5,33.5 + pos: 11.5,-63.5 parent: 2 - - uid: 21472 + - uid: 18689 components: - type: Transform - pos: 22.5,31.5 + pos: 10.5,-63.5 parent: 2 - - uid: 21473 + - uid: 18690 components: - type: Transform - pos: 23.5,31.5 + pos: 9.5,-63.5 parent: 2 - - uid: 21474 + - uid: 18691 components: - type: Transform - pos: 24.5,31.5 + pos: 8.5,-63.5 parent: 2 - - uid: 21475 + - uid: 18692 components: - type: Transform - pos: 25.5,31.5 + pos: 7.5,-63.5 parent: 2 - - uid: 21476 + - uid: 18693 components: - type: Transform - pos: 25.5,32.5 + pos: 9.5,-63.5 parent: 2 - - uid: 21477 + - uid: 18694 components: - type: Transform - pos: 25.5,30.5 + pos: 9.5,-62.5 parent: 2 - - uid: 21478 + - uid: 18695 components: - type: Transform - pos: 23.5,29.5 + pos: 9.5,-61.5 parent: 2 - - uid: 21479 + - uid: 18696 components: - type: Transform - pos: 21.5,27.5 + pos: 9.5,-60.5 parent: 2 - - uid: 21480 + - uid: 18697 components: - type: Transform - pos: 34.5,17.5 + pos: 9.5,-59.5 parent: 2 - - uid: 21481 + - uid: 18698 components: - type: Transform - pos: 35.5,17.5 + pos: 9.5,-58.5 parent: 2 - - uid: 21482 + - uid: 18700 components: - type: Transform - pos: 36.5,17.5 + pos: 8.5,-58.5 parent: 2 - - uid: 21483 + - uid: 18701 components: - type: Transform - pos: 37.5,17.5 + pos: 8.5,-57.5 parent: 2 - - uid: 21484 + - uid: 18702 components: - type: Transform - pos: 38.5,17.5 + pos: 8.5,-56.5 parent: 2 - - uid: 21485 + - uid: 18703 components: - type: Transform - pos: 39.5,17.5 + pos: 8.5,-55.5 parent: 2 - - uid: 21486 + - uid: 18704 components: - type: Transform - pos: 38.5,29.5 + pos: 7.5,-55.5 parent: 2 - - uid: 21487 + - uid: 18705 components: - type: Transform - pos: 38.5,28.5 + pos: 6.5,-55.5 parent: 2 - - uid: 21488 + - uid: 18706 components: - type: Transform - pos: 38.5,27.5 + pos: 5.5,-55.5 parent: 2 - - uid: 21489 + - uid: 18707 components: - type: Transform - pos: 38.5,26.5 + pos: 4.5,-55.5 parent: 2 - - uid: 21490 + - uid: 18708 components: - type: Transform - pos: 38.5,26.5 + pos: 3.5,-55.5 parent: 2 - - uid: 21491 + - uid: 18709 components: - type: Transform - pos: 39.5,26.5 + pos: 3.5,-56.5 parent: 2 - - uid: 21492 + - uid: 18711 components: - type: Transform - pos: 40.5,26.5 + pos: 9.5,-64.5 parent: 2 - - uid: 21493 + - uid: 18712 components: - type: Transform - pos: 41.5,26.5 + pos: 9.5,-65.5 parent: 2 - - uid: 21494 + - uid: 18713 components: - type: Transform - pos: 42.5,26.5 + pos: 9.5,-66.5 parent: 2 - - uid: 21495 + - uid: 18714 components: - type: Transform - pos: 43.5,26.5 + pos: 9.5,-67.5 parent: 2 - - uid: 21496 + - uid: 18715 components: - type: Transform - pos: 44.5,26.5 + pos: 9.5,-68.5 parent: 2 - - uid: 21497 + - uid: 18716 components: - type: Transform - pos: 45.5,26.5 + pos: 9.5,-69.5 parent: 2 - - uid: 21498 + - uid: 18717 components: - type: Transform - pos: 46.5,26.5 + pos: 9.5,-70.5 parent: 2 - - uid: 21499 + - uid: 18718 components: - type: Transform - pos: 47.5,26.5 + pos: 9.5,-71.5 parent: 2 - - uid: 21500 + - uid: 18719 components: - type: Transform - pos: 47.5,25.5 + pos: 9.5,-72.5 parent: 2 - - uid: 21501 + - uid: 18720 components: - type: Transform - pos: 47.5,24.5 + pos: 8.5,-72.5 parent: 2 - - uid: 21502 + - uid: 18721 components: - type: Transform - pos: 47.5,23.5 + pos: 7.5,-72.5 parent: 2 - - uid: 21503 + - uid: 18723 components: - type: Transform - pos: 47.5,23.5 + pos: -12.5,-54.5 parent: 2 - - uid: 21504 + - uid: 18724 components: - type: Transform - pos: 48.5,23.5 + pos: -12.5,-55.5 parent: 2 - - uid: 21505 + - uid: 18725 components: - type: Transform - pos: 49.5,23.5 + pos: -12.5,-55.5 parent: 2 - - uid: 21506 + - uid: 18726 components: - type: Transform - pos: 49.5,23.5 + pos: -13.5,-55.5 parent: 2 - - uid: 21507 + - uid: 18727 components: - type: Transform - pos: 49.5,22.5 + pos: -14.5,-55.5 parent: 2 - - uid: 21508 + - uid: 18728 components: - type: Transform - pos: 49.5,21.5 + pos: -15.5,-55.5 parent: 2 - - uid: 21509 + - uid: 18729 components: - type: Transform - pos: 49.5,20.5 + pos: -16.5,-55.5 parent: 2 - - uid: 21510 + - uid: 18730 components: - type: Transform - pos: 49.5,19.5 + pos: -16.5,-55.5 parent: 2 - - uid: 21511 + - uid: 18731 components: - type: Transform - pos: 49.5,18.5 + pos: -16.5,-56.5 parent: 2 - - uid: 21512 + - uid: 18732 components: - type: Transform - pos: 49.5,19.5 + pos: -16.5,-57.5 parent: 2 - - uid: 21513 + - uid: 18733 components: - type: Transform - pos: 50.5,19.5 + pos: -16.5,-58.5 parent: 2 - - uid: 21514 + - uid: 18734 components: - type: Transform - pos: 54.5,18.5 + pos: -16.5,-59.5 parent: 2 - - uid: 21515 + - uid: 18735 components: - type: Transform - pos: 54.5,17.5 + pos: -16.5,-59.5 parent: 2 - - uid: 21516 + - uid: 18736 components: - type: Transform - pos: 54.5,16.5 + pos: -15.5,-59.5 parent: 2 - - uid: 21517 + - uid: 18737 components: - type: Transform - pos: 54.5,16.5 + pos: -14.5,-59.5 parent: 2 - - uid: 21518 + - uid: 18738 components: - type: Transform - pos: 55.5,16.5 + pos: -13.5,-59.5 parent: 2 - - uid: 21519 + - uid: 18739 components: - type: Transform - pos: 56.5,16.5 + pos: -12.5,-59.5 parent: 2 - - uid: 21520 + - uid: 18740 components: - type: Transform - pos: 57.5,16.5 + pos: -11.5,-59.5 parent: 2 - - uid: 21521 + - uid: 18741 components: - type: Transform - pos: 58.5,16.5 + pos: -10.5,-59.5 parent: 2 - - uid: 21522 + - uid: 18742 components: - type: Transform - pos: 59.5,16.5 + pos: -9.5,-59.5 parent: 2 - - uid: 21523 + - uid: 18743 components: - type: Transform - pos: 60.5,16.5 + pos: -8.5,-59.5 parent: 2 - - uid: 21524 + - uid: 18744 components: - type: Transform - pos: 61.5,16.5 + pos: -8.5,-59.5 parent: 2 - - uid: 21525 + - uid: 18745 components: - type: Transform - pos: 59.5,16.5 + pos: -8.5,-60.5 parent: 2 - - uid: 21526 + - uid: 18746 components: - type: Transform - pos: 59.5,17.5 + pos: -8.5,-61.5 parent: 2 - - uid: 21527 + - uid: 18747 components: - type: Transform - pos: 59.5,18.5 + pos: -8.5,-62.5 parent: 2 - - uid: 21528 + - uid: 18748 components: - type: Transform - pos: 59.5,19.5 + pos: -8.5,-63.5 parent: 2 - - uid: 21529 + - uid: 18749 components: - type: Transform - pos: 59.5,20.5 + pos: -8.5,-64.5 parent: 2 - - uid: 21530 + - uid: 18750 components: - type: Transform - pos: 59.5,21.5 + pos: -8.5,-65.5 parent: 2 - - uid: 21531 + - uid: 18751 components: - type: Transform - pos: 59.5,22.5 + pos: -8.5,-66.5 parent: 2 - - uid: 21532 + - uid: 18752 components: - type: Transform - pos: 59.5,23.5 + pos: -8.5,-67.5 parent: 2 - - uid: 21533 + - uid: 18753 components: - type: Transform - pos: 59.5,24.5 + pos: -8.5,-68.5 parent: 2 - - uid: 21534 + - uid: 18754 components: - type: Transform - pos: 59.5,25.5 + pos: -8.5,-68.5 parent: 2 - - uid: 21535 + - uid: 18755 components: - type: Transform - pos: 59.5,22.5 + pos: -7.5,-68.5 parent: 2 - - uid: 21536 + - uid: 18757 components: - type: Transform - pos: 60.5,22.5 + pos: -7.5,-68.5 parent: 2 - - uid: 21537 + - uid: 18758 components: - type: Transform - pos: 61.5,22.5 + pos: -7.5,-69.5 parent: 2 - - uid: 21538 + - uid: 18759 components: - type: Transform - pos: 62.5,22.5 + pos: -7.5,-70.5 parent: 2 - - uid: 21539 + - uid: 18760 components: - type: Transform - pos: 63.5,22.5 + pos: -7.5,-71.5 parent: 2 - - uid: 21540 + - uid: 18761 components: - type: Transform - pos: 64.5,22.5 + pos: -7.5,-72.5 parent: 2 - - uid: 21541 + - uid: 18762 components: - type: Transform - pos: 64.5,22.5 + pos: -7.5,-72.5 parent: 2 - - uid: 21542 + - uid: 18763 components: - type: Transform - pos: 64.5,23.5 + pos: -8.5,-72.5 parent: 2 - - uid: 21543 + - uid: 18764 components: - type: Transform - pos: 64.5,24.5 + pos: -9.5,-72.5 parent: 2 - - uid: 21544 + - uid: 18765 components: - type: Transform - pos: 64.5,21.5 + pos: -10.5,-72.5 parent: 2 - - uid: 21545 + - uid: 18766 components: - type: Transform - pos: 64.5,20.5 + pos: -8.5,-66.5 parent: 2 - - uid: 21546 + - uid: 18767 components: - type: Transform - pos: 64.5,19.5 + pos: -7.5,-66.5 parent: 2 - - uid: 21547 + - uid: 18768 components: - type: Transform - pos: 63.5,19.5 + pos: -6.5,-66.5 parent: 2 - - uid: 21548 + - uid: 18769 components: - type: Transform - pos: 63.5,24.5 + pos: -5.5,-66.5 parent: 2 - - uid: 21549 + - uid: 18770 components: - type: Transform - pos: 63.5,25.5 + pos: -4.5,-66.5 parent: 2 - - uid: 21550 + - uid: 18771 components: - type: Transform - pos: 62.5,25.5 + pos: -3.5,-66.5 parent: 2 - - uid: 21551 + - uid: 18772 components: - type: Transform - pos: 59.5,20.5 + pos: -2.5,-66.5 parent: 2 - - uid: 21552 + - uid: 18773 components: - type: Transform - pos: 58.5,20.5 + pos: -1.5,-66.5 parent: 2 - - uid: 21553 + - uid: 18774 components: - type: Transform - pos: 57.5,20.5 + pos: -1.5,-67.5 parent: 2 - - uid: 21554 + - uid: 18775 components: - type: Transform - pos: 56.5,20.5 + pos: -1.5,-68.5 parent: 2 - - uid: 21555 + - uid: 18776 components: - type: Transform - pos: 55.5,20.5 + pos: 11.5,-38.5 parent: 2 - - uid: 21556 + - uid: 18777 components: - type: Transform - pos: 54.5,20.5 + pos: 11.5,-39.5 parent: 2 - - uid: 21557 + - uid: 18778 components: - type: Transform - pos: 54.5,20.5 + pos: 11.5,-39.5 parent: 2 - - uid: 21558 + - uid: 18779 components: - type: Transform - pos: 54.5,21.5 + pos: 12.5,-39.5 parent: 2 - - uid: 21559 + - uid: 18780 components: - type: Transform - pos: 54.5,22.5 + pos: 13.5,-39.5 parent: 2 - - uid: 21560 + - uid: 18781 components: - type: Transform - pos: 54.5,23.5 + pos: 13.5,-39.5 parent: 2 - - uid: 21561 + - uid: 18782 components: - type: Transform - pos: 54.5,24.5 + pos: 13.5,-38.5 parent: 2 - - uid: 21562 + - uid: 18783 components: - type: Transform - pos: 54.5,23.5 + pos: 13.5,-37.5 parent: 2 - - uid: 21563 + - uid: 18784 components: - type: Transform - pos: 55.5,23.5 + pos: 13.5,-36.5 parent: 2 - - uid: 21564 + - uid: 18785 components: - type: Transform - pos: 56.5,23.5 + pos: 13.5,-35.5 parent: 2 - - uid: 21565 + - uid: 18786 components: - type: Transform - pos: 57.5,23.5 + pos: 12.5,-35.5 parent: 2 - - uid: 21566 + - uid: 18787 components: - type: Transform - pos: 57.5,24.5 + pos: 11.5,-35.5 parent: 2 - - uid: 21567 + - uid: 18788 components: - type: Transform - pos: 57.5,22.5 + pos: 10.5,-35.5 parent: 2 - - uid: 21568 + - uid: 18789 components: - type: Transform - pos: 58.5,16.5 + pos: 9.5,-35.5 parent: 2 - - uid: 21569 + - uid: 18790 components: - type: Transform - pos: 53.5,22.5 + pos: 8.5,-35.5 parent: 2 - - uid: 21570 + - uid: 18791 components: - type: Transform - pos: 58.5,15.5 + pos: 7.5,-35.5 parent: 2 - - uid: 21571 + - uid: 18792 components: - type: Transform - pos: 58.5,14.5 + pos: 10.5,-34.5 parent: 2 - - uid: 21572 + - uid: 18793 components: - type: Transform - pos: 58.5,13.5 + pos: 10.5,-34.5 parent: 2 - - uid: 21573 + - uid: 18794 components: - type: Transform - pos: 58.5,12.5 + pos: 6.5,-35.5 parent: 2 - - uid: 21574 + - uid: 18795 components: - type: Transform - pos: 58.5,12.5 + pos: 5.5,-35.5 parent: 2 - - uid: 21575 + - uid: 18796 components: - type: Transform - pos: 57.5,12.5 + pos: -6.5,-35.5 parent: 2 - - uid: 21576 + - uid: 18797 components: - type: Transform - pos: 56.5,12.5 + pos: -7.5,-35.5 parent: 2 - - uid: 21577 + - uid: 18798 components: - type: Transform - pos: 55.5,12.5 + pos: 4.5,-33.5 parent: 2 - - uid: 21578 + - uid: 18799 components: - type: Transform - pos: 59.5,12.5 + pos: 6.5,-34.5 parent: 2 - - uid: 21579 + - uid: 18800 components: - type: Transform - pos: 64.5,7.5 + pos: 6.5,-33.5 parent: 2 - - uid: 21580 + - uid: 18801 components: - type: Transform - pos: 64.5,6.5 + pos: 6.5,-32.5 parent: 2 - - uid: 21581 + - uid: 18802 components: - type: Transform - pos: 64.5,5.5 + pos: 6.5,-31.5 parent: 2 - - uid: 21582 + - uid: 18803 components: - type: Transform - pos: 64.5,6.5 + pos: 6.5,-30.5 parent: 2 - - uid: 21583 + - uid: 18804 components: - type: Transform - pos: 65.5,6.5 + pos: 6.5,-30.5 parent: 2 - - uid: 21584 + - uid: 18805 components: - type: Transform - pos: 66.5,6.5 + pos: 5.5,-30.5 parent: 2 - - uid: 21585 + - uid: 18806 components: - type: Transform - pos: 67.5,6.5 + pos: 4.5,-30.5 parent: 2 - - uid: 21586 + - uid: 18807 components: - type: Transform - pos: 68.5,6.5 + pos: 3.5,-30.5 parent: 2 - - uid: 21587 + - uid: 18808 components: - type: Transform - pos: 69.5,6.5 + pos: 2.5,-30.5 parent: 2 - - uid: 21588 + - uid: 18809 components: - type: Transform - pos: 69.5,7.5 + pos: 1.5,-30.5 parent: 2 - - uid: 21589 + - uid: 18810 components: - type: Transform - pos: 69.5,5.5 + pos: 0.5,-30.5 parent: 2 - - uid: 21590 + - uid: 18811 components: - type: Transform - pos: 69.5,5.5 + pos: -0.5,-30.5 parent: 2 - - uid: 21591 + - uid: 18812 components: - type: Transform - pos: 70.5,5.5 + pos: -1.5,-30.5 parent: 2 - - uid: 21592 + - uid: 18813 components: - type: Transform - pos: 71.5,5.5 + pos: -2.5,-30.5 parent: 2 - - uid: 21593 + - uid: 18814 components: - type: Transform - pos: 72.5,5.5 + pos: -3.5,-30.5 parent: 2 - - uid: 21594 + - uid: 18815 components: - type: Transform - pos: 73.5,5.5 + pos: -4.5,-30.5 parent: 2 - - uid: 21595 + - uid: 18816 components: - type: Transform - pos: 64.5,6.5 + pos: -4.5,-31.5 parent: 2 - - uid: 21596 + - uid: 18817 components: - type: Transform - pos: 63.5,6.5 + pos: -4.5,-32.5 parent: 2 - - uid: 21597 + - uid: 18819 components: - type: Transform - pos: 62.5,6.5 + pos: -4.5,-32.5 parent: 2 - - uid: 21598 + - uid: 18820 components: - type: Transform - pos: 61.5,6.5 + pos: -5.5,-32.5 parent: 2 - - uid: 21599 + - uid: 18821 components: - type: Transform - pos: 60.5,6.5 + pos: -5.5,-32.5 parent: 2 - - uid: 21600 + - uid: 18822 components: - type: Transform - pos: 59.5,6.5 + pos: -5.5,-33.5 parent: 2 - - uid: 21601 + - uid: 18823 components: - type: Transform - pos: 59.5,6.5 + pos: -5.5,-34.5 parent: 2 - - uid: 21602 + - uid: 18824 components: - type: Transform - pos: 59.5,5.5 + pos: -5.5,-35.5 parent: 2 - - uid: 21603 + - uid: 18825 components: - type: Transform - pos: 59.5,4.5 + pos: -5.5,-35.5 parent: 2 - - uid: 21604 + - uid: 18826 components: - type: Transform - pos: 59.5,4.5 + pos: -4.5,-35.5 parent: 2 - - uid: 21605 + - uid: 18827 components: - type: Transform - pos: 58.5,4.5 + pos: -3.5,-35.5 parent: 2 - - uid: 21606 + - uid: 18828 components: - type: Transform - pos: 57.5,4.5 + pos: -3.5,-35.5 parent: 2 - - uid: 21607 + - uid: 18829 components: - type: Transform - pos: 61.5,-2.5 + pos: -3.5,-36.5 parent: 2 - - uid: 21608 + - uid: 18830 components: - type: Transform - pos: 62.5,-2.5 + pos: -3.5,-37.5 parent: 2 - - uid: 21609 + - uid: 18831 components: - type: Transform - pos: 63.5,-2.5 + pos: -3.5,-38.5 parent: 2 - - uid: 21610 + - uid: 18832 components: - type: Transform - pos: 63.5,-2.5 + pos: -3.5,-39.5 parent: 2 - - uid: 21611 + - uid: 18833 components: - type: Transform - pos: 63.5,-3.5 + pos: -3.5,-40.5 parent: 2 - - uid: 21612 + - uid: 18834 components: - type: Transform - pos: 63.5,-4.5 + pos: -3.5,-41.5 parent: 2 - - uid: 21613 + - uid: 18835 components: - type: Transform - pos: 63.5,-5.5 + pos: -3.5,-42.5 parent: 2 - - uid: 21614 + - uid: 18836 components: - type: Transform - pos: 63.5,-6.5 + pos: -3.5,-43.5 parent: 2 - - uid: 21615 + - uid: 18837 components: - type: Transform - pos: 63.5,-6.5 + pos: -3.5,-44.5 parent: 2 - - uid: 21616 + - uid: 18838 components: - type: Transform - pos: 64.5,-6.5 + pos: -3.5,-45.5 parent: 2 - - uid: 21617 + - uid: 18840 components: - type: Transform - pos: 65.5,-6.5 + pos: -3.5,-45.5 parent: 2 - - uid: 21618 + - uid: 18841 components: - type: Transform - pos: 66.5,-6.5 + pos: -4.5,-45.5 parent: 2 - - uid: 21619 + - uid: 18842 components: - type: Transform - pos: 67.5,-6.5 + pos: -5.5,-45.5 parent: 2 - - uid: 21620 + - uid: 18843 components: - type: Transform - pos: 68.5,-6.5 + pos: -6.5,-45.5 parent: 2 - - uid: 21621 + - uid: 18844 components: - type: Transform - pos: 69.5,-6.5 + pos: -7.5,-45.5 parent: 2 - - uid: 21622 + - uid: 18845 components: - type: Transform - pos: 68.5,-6.5 + pos: -7.5,-44.5 parent: 2 - - uid: 21623 + - uid: 18846 components: - type: Transform - pos: 68.5,-5.5 + pos: -8.5,-44.5 parent: 2 - - uid: 21624 + - uid: 18847 components: - type: Transform - pos: 68.5,-4.5 + pos: -8.5,-44.5 parent: 2 - - uid: 21625 + - uid: 18848 components: - type: Transform - pos: 68.5,-4.5 + pos: -8.5,-43.5 parent: 2 - - uid: 21626 + - uid: 18850 components: - type: Transform - pos: 69.5,-4.5 + pos: -3.5,-43.5 parent: 2 - - uid: 21627 + - uid: 18851 components: - type: Transform - pos: 70.5,-4.5 + pos: -2.5,-43.5 parent: 2 - - uid: 21628 + - uid: 18852 components: - type: Transform - pos: 71.5,-4.5 + pos: -1.5,-43.5 parent: 2 - - uid: 21629 + - uid: 18853 components: - type: Transform - pos: 72.5,-4.5 + pos: -0.5,-43.5 parent: 2 - - uid: 21630 + - uid: 18854 components: - type: Transform - pos: 73.5,-4.5 + pos: 0.5,-43.5 parent: 2 - - uid: 21631 + - uid: 18855 components: - type: Transform - pos: 69.5,-4.5 + pos: 1.5,-43.5 parent: 2 - - uid: 21632 + - uid: 18856 components: - type: Transform - pos: 69.5,-3.5 + pos: 1.5,-43.5 parent: 2 - - uid: 21633 + - uid: 18857 components: - type: Transform - pos: 69.5,-2.5 + pos: 1.5,-44.5 parent: 2 - - uid: 21634 + - uid: 18858 components: - type: Transform - pos: 69.5,-2.5 + pos: 1.5,-44.5 parent: 2 - - uid: 21635 + - uid: 18859 components: - type: Transform - pos: 70.5,-2.5 + pos: 2.5,-44.5 parent: 2 - - uid: 21636 + - uid: 18860 components: - type: Transform - pos: 71.5,-2.5 + pos: 3.5,-44.5 parent: 2 - - uid: 21637 + - uid: 18861 components: - type: Transform - pos: 72.5,-2.5 + pos: 4.5,-44.5 parent: 2 - - uid: 21638 + - uid: 18862 components: - type: Transform - pos: 73.5,-2.5 + pos: 5.5,-44.5 parent: 2 - - uid: 21639 + - uid: 18863 components: - type: Transform - pos: 69.5,-1.5 + pos: 5.5,-43.5 parent: 2 - - uid: 21640 + - uid: 18864 components: - type: Transform - pos: 69.5,-1.5 + pos: 4.5,-43.5 parent: 2 - - uid: 21641 + - uid: 18867 components: - type: Transform - pos: 68.5,-1.5 + pos: 14.5,-38.5 parent: 2 - - uid: 21642 + - uid: 18868 components: - type: Transform - pos: 68.5,-1.5 + pos: 15.5,-38.5 parent: 2 - - uid: 21643 + - uid: 18869 components: - type: Transform - pos: 68.5,-0.5 + pos: 16.5,-38.5 parent: 2 - - uid: 21644 + - uid: 18870 components: - type: Transform - pos: 68.5,0.5 + pos: 17.5,-38.5 parent: 2 - - uid: 21645 + - uid: 18871 components: - type: Transform - pos: 68.5,1.5 + pos: 17.5,-38.5 parent: 2 - - uid: 21646 + - uid: 18872 components: - type: Transform - pos: 68.5,2.5 + pos: 17.5,-39.5 parent: 2 - - uid: 21647 + - uid: 18873 components: - type: Transform - pos: 68.5,3.5 + pos: 17.5,-40.5 parent: 2 - - uid: 21648 + - uid: 18874 components: - type: Transform - pos: 68.5,3.5 + pos: 17.5,-41.5 parent: 2 - - uid: 21649 + - uid: 18875 components: - type: Transform - pos: 69.5,3.5 + pos: 17.5,-42.5 parent: 2 - - uid: 21650 + - uid: 18876 components: - type: Transform - pos: 70.5,3.5 + pos: 17.5,-42.5 parent: 2 - - uid: 21651 + - uid: 18877 components: - type: Transform - pos: 71.5,3.5 + pos: 16.5,-42.5 parent: 2 - - uid: 21652 + - uid: 18878 components: - type: Transform - pos: 72.5,3.5 + pos: 15.5,-42.5 parent: 2 - - uid: 21653 + - uid: 18879 components: - type: Transform - pos: 73.5,3.5 + pos: 14.5,-42.5 parent: 2 - - uid: 21654 + - uid: 18880 components: - type: Transform - pos: 68.5,2.5 + pos: 14.5,-41.5 parent: 2 - - uid: 21655 + - uid: 18881 components: - type: Transform - pos: 67.5,2.5 + pos: 13.5,-41.5 parent: 2 - - uid: 21656 + - uid: 18882 components: - type: Transform - pos: 66.5,2.5 + pos: 12.5,-41.5 parent: 2 - - uid: 21657 + - uid: 18883 components: - type: Transform - pos: 65.5,2.5 + pos: 12.5,-40.5 parent: 2 - - uid: 21658 + - uid: 18885 components: - type: Transform - pos: 64.5,2.5 + pos: 17.5,-43.5 parent: 2 - - uid: 21659 + - uid: 18886 components: - type: Transform - pos: 63.5,2.5 + pos: 18.5,-43.5 parent: 2 - - uid: 21660 + - uid: 18887 components: - type: Transform - pos: 64.5,2.5 + pos: 19.5,-43.5 parent: 2 - - uid: 21661 + - uid: 18888 components: - type: Transform - pos: 64.5,1.5 + pos: 19.5,-42.5 parent: 2 - - uid: 21662 + - uid: 18889 components: - type: Transform - pos: 64.5,0.5 + pos: 43.5,-49.5 parent: 2 - - uid: 21663 + - uid: 18890 components: - type: Transform - pos: 64.5,-0.5 + pos: 42.5,-49.5 parent: 2 - - uid: 21664 + - uid: 18891 components: - type: Transform - pos: 63.5,-0.5 + pos: 41.5,-49.5 parent: 2 - - uid: 21665 + - uid: 18892 components: - type: Transform - pos: 65.5,-0.5 + pos: 40.5,-49.5 parent: 2 - - uid: 21666 + - uid: 18893 components: - type: Transform - pos: 62.5,-0.5 + pos: 39.5,-49.5 parent: 2 - - uid: 21667 + - uid: 18894 components: - type: Transform - pos: 62.5,0.5 + pos: 38.5,-49.5 parent: 2 - - uid: 21668 + - uid: 18895 components: - type: Transform - pos: 62.5,0.5 + pos: 37.5,-49.5 parent: 2 - - uid: 21669 + - uid: 18896 components: - type: Transform - pos: 61.5,0.5 + pos: 36.5,-49.5 parent: 2 - - uid: 21670 + - uid: 18897 components: - type: Transform - pos: 60.5,0.5 + pos: 35.5,-49.5 parent: 2 - - uid: 21671 + - uid: 18898 components: - type: Transform - pos: 59.5,0.5 + pos: 34.5,-49.5 parent: 2 - - uid: 21672 + - uid: 18899 components: - type: Transform - pos: 58.5,0.5 + pos: 33.5,-49.5 parent: 2 - - uid: 21673 + - uid: 18900 components: - type: Transform - pos: 57.5,0.5 + pos: 32.5,-49.5 parent: 2 - - uid: 21674 + - uid: 18901 components: - type: Transform - pos: 56.5,0.5 + pos: 31.5,-49.5 parent: 2 - - uid: 21675 + - uid: 18902 components: - type: Transform - pos: 56.5,1.5 + pos: 30.5,-49.5 parent: 2 - - uid: 21676 + - uid: 18903 components: - type: Transform - pos: 56.5,-0.5 + pos: 30.5,-50.5 parent: 2 - - uid: 21677 + - uid: 18904 components: - type: Transform - pos: 60.5,-0.5 + pos: 29.5,-50.5 parent: 2 - - uid: 21678 + - uid: 18905 components: - type: Transform - pos: 60.5,1.5 + pos: 28.5,-50.5 parent: 2 - - uid: 21679 + - uid: 18906 components: - type: Transform - pos: 61.5,-3.5 + pos: 27.5,-50.5 parent: 2 - - uid: 21680 + - uid: 18907 components: - type: Transform - pos: 60.5,-3.5 + pos: 27.5,-51.5 parent: 2 - - uid: 21681 + - uid: 18908 components: - type: Transform - pos: 59.5,-3.5 + pos: 26.5,-51.5 parent: 2 - - uid: 21682 + - uid: 18909 components: - type: Transform - pos: 58.5,-3.5 + pos: 25.5,-51.5 parent: 2 - - uid: 21683 + - uid: 18910 components: - type: Transform - pos: 57.5,-3.5 + pos: 25.5,-52.5 parent: 2 - - uid: 21684 + - uid: 18911 components: - type: Transform - pos: 56.5,-3.5 + pos: 25.5,-53.5 parent: 2 - - uid: 21685 + - uid: 18912 components: - type: Transform - pos: 61.5,-2.5 + pos: 27.5,-33.5 parent: 2 - - uid: 21686 + - uid: 18913 components: - type: Transform - pos: 54.5,-11.5 + pos: 27.5,-34.5 parent: 2 - - uid: 21687 + - uid: 18914 components: - type: Transform - pos: 53.5,-11.5 + pos: 27.5,-35.5 parent: 2 - - uid: 21688 + - uid: 18915 components: - type: Transform - pos: 52.5,-11.5 + pos: 27.5,-35.5 parent: 2 - - uid: 21689 + - uid: 18916 components: - type: Transform - pos: 52.5,-11.5 + pos: 28.5,-35.5 parent: 2 - - uid: 21690 + - uid: 18917 components: - type: Transform - pos: 52.5,-12.5 + pos: 29.5,-35.5 parent: 2 - - uid: 21691 + - uid: 18918 components: - type: Transform - pos: 52.5,-13.5 + pos: 30.5,-35.5 parent: 2 - - uid: 21692 + - uid: 18919 components: - type: Transform - pos: 52.5,-14.5 + pos: 31.5,-35.5 parent: 2 - - uid: 21693 + - uid: 18920 components: - type: Transform - pos: 52.5,-15.5 + pos: 32.5,-35.5 parent: 2 - - uid: 21694 + - uid: 18921 components: - type: Transform - pos: 52.5,-15.5 + pos: 33.5,-35.5 parent: 2 - - uid: 21695 + - uid: 18922 components: - type: Transform - pos: 53.5,-15.5 + pos: 34.5,-35.5 parent: 2 - - uid: 21696 + - uid: 18923 components: - type: Transform - pos: 54.5,-15.5 + pos: 35.5,-35.5 parent: 2 - - uid: 21697 + - uid: 18924 components: - type: Transform - pos: 55.5,-15.5 + pos: 36.5,-35.5 parent: 2 - - uid: 21698 + - uid: 18925 components: - type: Transform - pos: 56.5,-15.5 + pos: 37.5,-35.5 parent: 2 - - uid: 21699 + - uid: 18926 components: - type: Transform - pos: 57.5,-15.5 + pos: 38.5,-35.5 parent: 2 - - uid: 21700 + - uid: 18927 components: - type: Transform - pos: 58.5,-15.5 + pos: 39.5,-35.5 parent: 2 - - uid: 21701 + - uid: 18928 components: - type: Transform - pos: 59.5,-15.5 + pos: 40.5,-35.5 parent: 2 - - uid: 21702 + - uid: 18930 components: - type: Transform - pos: 60.5,-15.5 + pos: 40.5,-35.5 parent: 2 - - uid: 21703 + - uid: 18931 components: - type: Transform - pos: 61.5,-15.5 + pos: 40.5,-34.5 parent: 2 - - uid: 21704 + - uid: 18932 components: - type: Transform - pos: 62.5,-15.5 + pos: 40.5,-33.5 parent: 2 - - uid: 21705 + - uid: 18933 components: - type: Transform - pos: 63.5,-15.5 + pos: 40.5,-33.5 parent: 2 - - uid: 21706 + - uid: 18934 components: - type: Transform - pos: 57.5,-15.5 + pos: 41.5,-33.5 parent: 2 - - uid: 21707 + - uid: 18935 components: - type: Transform - pos: 57.5,-14.5 + pos: 42.5,-33.5 parent: 2 - - uid: 21708 + - uid: 18936 components: - type: Transform - pos: 57.5,-13.5 + pos: 43.5,-33.5 parent: 2 - - uid: 21709 + - uid: 18937 components: - type: Transform - pos: 57.5,-12.5 + pos: 44.5,-33.5 parent: 2 - - uid: 21710 + - uid: 18938 components: - type: Transform - pos: 56.5,-12.5 + pos: -43.5,-34.5 parent: 2 - - uid: 21711 + - uid: 18939 components: - type: Transform - pos: 57.5,-12.5 + pos: -44.5,-34.5 parent: 2 - - uid: 21712 + - uid: 18940 components: - type: Transform - pos: 58.5,-12.5 + pos: -44.5,-33.5 parent: 2 - - uid: 21713 + - uid: 18941 components: - type: Transform - pos: 56.5,-12.5 + pos: -45.5,-33.5 parent: 2 - - uid: 21714 + - uid: 18942 components: - type: Transform - pos: 57.5,-15.5 + pos: -46.5,-33.5 parent: 2 - - uid: 21715 + - uid: 18943 components: - type: Transform - pos: 57.5,-16.5 + pos: -47.5,-33.5 parent: 2 - - uid: 21716 + - uid: 18944 components: - type: Transform - pos: 57.5,-17.5 + pos: -48.5,-33.5 parent: 2 - - uid: 21717 + - uid: 18945 components: - type: Transform - pos: 57.5,-18.5 + pos: -48.5,-33.5 parent: 2 - - uid: 21718 + - uid: 18946 components: - type: Transform - pos: 56.5,-18.5 + pos: -48.5,-34.5 parent: 2 - - uid: 21719 + - uid: 18947 components: - type: Transform - pos: 58.5,-18.5 + pos: -48.5,-35.5 parent: 2 - - uid: 21720 + - uid: 18948 components: - type: Transform - pos: 63.5,-15.5 + pos: -48.5,-36.5 parent: 2 - - uid: 21721 + - uid: 18949 components: - type: Transform - pos: 63.5,-16.5 + pos: -48.5,-37.5 parent: 2 - - uid: 21722 + - uid: 18950 components: - type: Transform - pos: 63.5,-17.5 + pos: -48.5,-38.5 parent: 2 - - uid: 21723 + - uid: 18951 components: - type: Transform - pos: 63.5,-18.5 + pos: -48.5,-38.5 parent: 2 - - uid: 21724 + - uid: 18952 components: - type: Transform - pos: 62.5,-18.5 + pos: -47.5,-38.5 parent: 2 - - uid: 21725 + - uid: 18953 components: - type: Transform - pos: 63.5,-14.5 + pos: -46.5,-38.5 parent: 2 - - uid: 21726 + - uid: 18954 components: - type: Transform - pos: 63.5,-13.5 + pos: -45.5,-38.5 parent: 2 - - uid: 21727 + - uid: 18955 components: - type: Transform - pos: 63.5,-12.5 + pos: -45.5,-38.5 parent: 2 - - uid: 21728 + - uid: 18956 components: - type: Transform - pos: 62.5,-12.5 + pos: -45.5,-37.5 parent: 2 - - uid: 21729 + - uid: 18957 components: - type: Transform - pos: 62.5,-18.5 + pos: -45.5,-36.5 parent: 2 - - uid: 21730 + - uid: 18958 components: - type: Transform - pos: 61.5,-18.5 + pos: -45.5,-35.5 parent: 2 - - uid: 21731 + - uid: 18959 components: - type: Transform - pos: 60.5,-18.5 + pos: -46.5,-38.5 parent: 2 - - uid: 21732 + - uid: 18960 components: - type: Transform - pos: 60.5,-18.5 + pos: -46.5,-39.5 parent: 2 - - uid: 21733 + - uid: 18961 components: - type: Transform - pos: 60.5,-19.5 + pos: -46.5,-40.5 parent: 2 - - uid: 21734 + - uid: 18962 components: - type: Transform - pos: 60.5,-20.5 + pos: -46.5,-41.5 parent: 2 - - uid: 21735 + - uid: 18963 components: - type: Transform - pos: 60.5,-21.5 + pos: -46.5,-42.5 parent: 2 - - uid: 21736 + - uid: 18964 components: - type: Transform - pos: 60.5,-22.5 + pos: -46.5,-43.5 parent: 2 - - uid: 21737 + - uid: 18965 components: - type: Transform - pos: 60.5,-22.5 + pos: -46.5,-44.5 parent: 2 - - uid: 21738 + - uid: 18966 components: - type: Transform - pos: 59.5,-22.5 + pos: -46.5,-44.5 parent: 2 - - uid: 21739 + - uid: 18967 components: - type: Transform - pos: 58.5,-22.5 + pos: -45.5,-44.5 parent: 2 - - uid: 21740 + - uid: 18969 components: - type: Transform - pos: 57.5,-22.5 + pos: -45.5,-44.5 parent: 2 - - uid: 21741 + - uid: 18970 components: - type: Transform - pos: 56.5,-22.5 + pos: -45.5,-45.5 parent: 2 - - uid: 21742 + - uid: 18971 components: - type: Transform - pos: 56.5,-21.5 + pos: -45.5,-46.5 parent: 2 - - uid: 21743 + - uid: 18972 components: - type: Transform - pos: 55.5,-21.5 + pos: -45.5,-47.5 parent: 2 - - uid: 21744 + - uid: 18973 components: - type: Transform - pos: 54.5,-21.5 + pos: -45.5,-48.5 parent: 2 - - uid: 21745 + - uid: 18974 components: - type: Transform - pos: 53.5,-21.5 + pos: -45.5,-49.5 parent: 2 - - uid: 21746 + - uid: 18975 components: - type: Transform - pos: 53.5,-21.5 + pos: -45.5,-49.5 parent: 2 - - uid: 21747 + - uid: 18976 components: - type: Transform - pos: 53.5,-22.5 + pos: -46.5,-49.5 parent: 2 - - uid: 21748 + - uid: 18977 components: - type: Transform - pos: 53.5,-23.5 + pos: -47.5,-49.5 parent: 2 - - uid: 21749 + - uid: 18978 components: - type: Transform - pos: 53.5,-24.5 + pos: -47.5,-49.5 parent: 2 - - uid: 21750 + - uid: 18979 components: - type: Transform - pos: 53.5,-25.5 + pos: -47.5,-50.5 parent: 2 - - uid: 21751 + - uid: 18980 components: - type: Transform - pos: 53.5,-26.5 + pos: -47.5,-50.5 parent: 2 - - uid: 21752 + - uid: 18981 components: - type: Transform - pos: 53.5,-26.5 + pos: -48.5,-50.5 parent: 2 - - uid: 21753 + - uid: 18982 components: - type: Transform - pos: 52.5,-26.5 + pos: -49.5,-50.5 parent: 2 - - uid: 21754 + - uid: 18984 components: - type: Transform - pos: 51.5,-26.5 + pos: -45.5,-45.5 parent: 2 - - uid: 21755 + - uid: 18985 components: - type: Transform - pos: 50.5,-26.5 + pos: -44.5,-45.5 parent: 2 - - uid: 21756 + - uid: 18986 components: - type: Transform - pos: 54.5,-26.5 + pos: -43.5,-45.5 parent: 2 - - uid: 21757 + - uid: 18987 components: - type: Transform - pos: 52.5,-11.5 + pos: -42.5,-45.5 parent: 2 - - uid: 21758 + - uid: 18988 components: - type: Transform - pos: 52.5,-10.5 + pos: -41.5,-45.5 parent: 2 - - uid: 21759 + - uid: 18989 components: - type: Transform - pos: 52.5,-9.5 + pos: -40.5,-45.5 parent: 2 - - uid: 21760 + - uid: 18990 components: - type: Transform - pos: 52.5,-8.5 + pos: -39.5,-45.5 parent: 2 - - uid: 21761 + - uid: 18991 components: - type: Transform - pos: 52.5,-7.5 + pos: -38.5,-45.5 parent: 2 - - uid: 21762 + - uid: 18992 components: - type: Transform - pos: 53.5,-7.5 + pos: -37.5,-45.5 parent: 2 - - uid: 21763 + - uid: 18993 components: - type: Transform - pos: 53.5,-6.5 + pos: -37.5,-45.5 parent: 2 - - uid: 21764 + - uid: 18994 components: - type: Transform - pos: 53.5,-5.5 + pos: -37.5,-46.5 parent: 2 - - uid: 21765 + - uid: 18995 components: - type: Transform - pos: 53.5,-4.5 + pos: -37.5,-47.5 parent: 2 - - uid: 21766 + - uid: 18996 components: - type: Transform - pos: 53.5,-3.5 + pos: -37.5,-48.5 parent: 2 - - uid: 21767 + - uid: 18998 components: - type: Transform - pos: 39.5,0.5 + pos: -36.5,-48.5 parent: 2 - - uid: 21779 + - uid: 18999 components: - type: Transform - pos: 51.5,0.5 + pos: -36.5,-49.5 parent: 2 - - uid: 21780 + - uid: 19000 components: - type: Transform - pos: 52.5,0.5 + pos: -20.5,-14.5 parent: 2 - - uid: 21781 + - uid: 19001 components: - type: Transform - pos: 53.5,0.5 + pos: -20.5,-15.5 parent: 2 - - uid: 21782 + - uid: 19002 components: - type: Transform - pos: 53.5,0.5 + pos: -20.5,-16.5 parent: 2 - - uid: 21783 + - uid: 19003 components: - type: Transform - pos: 53.5,1.5 + pos: -20.5,-16.5 parent: 2 - - uid: 21784 + - uid: 19004 components: - type: Transform - pos: 53.5,2.5 + pos: -21.5,-16.5 parent: 2 - - uid: 21785 + - uid: 19005 components: - type: Transform - pos: 53.5,3.5 + pos: -22.5,-16.5 parent: 2 - - uid: 21786 + - uid: 19006 components: - type: Transform - pos: 53.5,4.5 + pos: -23.5,-16.5 parent: 2 - - uid: 21787 + - uid: 19007 components: - type: Transform - pos: 53.5,5.5 + pos: -24.5,-16.5 parent: 2 - - uid: 21788 + - uid: 19008 components: - type: Transform - pos: 53.5,6.5 + pos: -25.5,-16.5 parent: 2 - - uid: 21789 + - uid: 19009 components: - type: Transform - pos: 53.5,7.5 + pos: -26.5,-16.5 parent: 2 - - uid: 21790 + - uid: 19010 components: - type: Transform - pos: 53.5,7.5 + pos: -27.5,-16.5 parent: 2 - - uid: 21791 + - uid: 19011 components: - type: Transform - pos: 52.5,7.5 + pos: -27.5,-15.5 parent: 2 - - uid: 21792 + - uid: 19012 components: - type: Transform - pos: 52.5,7.5 + pos: -28.5,-15.5 parent: 2 - - uid: 21793 + - uid: 19013 components: - type: Transform - pos: 52.5,8.5 + pos: -28.5,-14.5 parent: 2 - - uid: 21794 + - uid: 19014 components: - type: Transform - pos: 52.5,9.5 + pos: -29.5,-14.5 parent: 2 - - uid: 21795 + - uid: 19015 components: - type: Transform - pos: 52.5,10.5 + pos: -30.5,-14.5 parent: 2 - - uid: 21796 + - uid: 19017 components: - type: Transform - pos: 52.5,11.5 + pos: -20.5,-16.5 parent: 2 - - uid: 21797 + - uid: 19018 components: - type: Transform - pos: 53.5,0.5 + pos: -19.5,-16.5 parent: 2 - - uid: 21798 + - uid: 19019 components: - type: Transform - pos: 53.5,-0.5 + pos: -19.5,-16.5 parent: 2 - - uid: 21799 + - uid: 19020 components: - type: Transform - pos: 53.5,-1.5 + pos: -19.5,-17.5 parent: 2 - - uid: 21800 + - uid: 19021 components: - type: Transform - pos: 49.5,18.5 + pos: -19.5,-18.5 parent: 2 - - uid: 21801 + - uid: 19022 components: - type: Transform - pos: 49.5,17.5 + pos: -19.5,-19.5 parent: 2 - - uid: 21802 + - uid: 19023 components: - type: Transform - pos: 49.5,17.5 + pos: -19.5,-20.5 parent: 2 - - uid: 21803 + - uid: 19024 components: - type: Transform - pos: 50.5,17.5 + pos: -19.5,-21.5 parent: 2 - - uid: 21804 + - uid: 19026 components: - type: Transform - pos: 51.5,17.5 + pos: -18.5,-21.5 parent: 2 - - uid: 21805 + - uid: 19027 components: - type: Transform - pos: 51.5,17.5 + pos: -17.5,-21.5 parent: 2 - - uid: 21806 + - uid: 19029 components: - type: Transform - pos: 51.5,16.5 + pos: -19.5,-21.5 parent: 2 - - uid: 21807 + - uid: 19030 components: - type: Transform - pos: 51.5,15.5 + pos: -19.5,-22.5 parent: 2 - - uid: 21808 + - uid: 19031 components: - type: Transform - pos: 51.5,14.5 + pos: -19.5,-23.5 parent: 2 - - uid: 21809 + - uid: 19032 components: - type: Transform - pos: 51.5,13.5 + pos: -19.5,-24.5 parent: 2 - - uid: 21810 + - uid: 19033 components: - type: Transform - pos: 52.5,13.5 + pos: -19.5,-25.5 parent: 2 - - uid: 21811 + - uid: 19034 components: - type: Transform - pos: 38.5,29.5 + pos: -19.5,-26.5 parent: 2 - - uid: 21812 + - uid: 19035 components: - type: Transform - pos: 37.5,29.5 + pos: -19.5,-27.5 parent: 2 - - uid: 21813 + - uid: 19036 components: - type: Transform - pos: 36.5,29.5 + pos: -19.5,-28.5 parent: 2 - - uid: 21814 + - uid: 19037 components: - type: Transform - pos: 35.5,29.5 + pos: -19.5,-29.5 parent: 2 - - uid: 21815 + - uid: 19038 components: - type: Transform - pos: 34.5,29.5 + pos: -18.5,-29.5 parent: 2 - - uid: 21816 + - uid: 19039 components: - type: Transform - pos: 33.5,29.5 + pos: -18.5,-30.5 parent: 2 - - uid: 21817 + - uid: 19040 components: - type: Transform - pos: 32.5,29.5 + pos: -18.5,-31.5 parent: 2 - - uid: 21818 + - uid: 19041 components: - type: Transform - pos: 32.5,29.5 + pos: -19.5,-25.5 parent: 2 - - uid: 21819 + - uid: 19042 components: - type: Transform - pos: 32.5,30.5 + pos: -20.5,-25.5 parent: 2 - - uid: 21820 + - uid: 19043 components: - type: Transform - pos: 32.5,31.5 + pos: -21.5,-25.5 parent: 2 - - uid: 21821 + - uid: 19044 components: - type: Transform - pos: 32.5,32.5 + pos: -22.5,-25.5 parent: 2 - - uid: 21822 + - uid: 19045 components: - type: Transform - pos: 32.5,33.5 + pos: -23.5,-25.5 parent: 2 - - uid: 21823 + - uid: 19046 components: - type: Transform - pos: 32.5,34.5 + pos: -24.5,-25.5 parent: 2 - - uid: 21824 + - uid: 19047 components: - type: Transform - pos: 32.5,35.5 + pos: -24.5,-24.5 parent: 2 - - uid: 21825 + - uid: 19048 components: - type: Transform - pos: 32.5,34.5 + pos: -24.5,-23.5 parent: 2 - - uid: 21826 + - uid: 19050 components: - type: Transform - pos: 31.5,34.5 + pos: -24.5,-25.5 parent: 2 - - uid: 21827 + - uid: 19051 components: - type: Transform - pos: 30.5,34.5 + pos: -25.5,-25.5 parent: 2 - - uid: 21828 + - uid: 19052 components: - type: Transform - pos: 29.5,34.5 + pos: -26.5,-25.5 parent: 2 - - uid: 21829 + - uid: 19053 components: - type: Transform - pos: 28.5,34.5 + pos: -27.5,-25.5 parent: 2 - - uid: 21830 + - uid: 19054 components: - type: Transform - pos: 28.5,27.5 + pos: -28.5,-25.5 parent: 2 - - uid: 21831 + - uid: 19055 components: - type: Transform - pos: 28.5,28.5 + pos: -29.5,-25.5 parent: 2 - - uid: 21832 + - uid: 19056 components: - type: Transform - pos: 28.5,29.5 + pos: -30.5,-25.5 parent: 2 - - uid: 21833 + - uid: 19057 components: - type: Transform - pos: 32.5,34.5 + pos: -31.5,-25.5 parent: 2 - - uid: 21834 + - uid: 19058 components: - type: Transform - pos: 33.5,34.5 + pos: -32.5,-25.5 parent: 2 - - uid: 21835 + - uid: 19059 components: - type: Transform - pos: 34.5,34.5 + pos: -32.5,-24.5 parent: 2 - - uid: 21836 + - uid: 19060 components: - type: Transform - pos: 29.5,34.5 + pos: -32.5,-23.5 parent: 2 - - uid: 21837 + - uid: 19061 components: - type: Transform - pos: 29.5,33.5 + pos: -32.5,-22.5 parent: 2 - - uid: 21838 + - uid: 19062 components: - type: Transform - pos: 29.5,32.5 + pos: -32.5,-21.5 parent: 2 - - uid: 21839 + - uid: 19063 components: - type: Transform - pos: 28.5,32.5 + pos: -33.5,-21.5 parent: 2 - - uid: 21840 + - uid: 19064 components: - type: Transform - pos: 30.5,32.5 + pos: -35.5,-21.5 parent: 2 - - uid: 21841 + - uid: 19065 components: - type: Transform - pos: 28.5,34.5 + pos: -34.5,-21.5 parent: 2 - - uid: 21844 + - uid: 19066 components: - type: Transform - pos: 28.5,37.5 + pos: -35.5,-21.5 parent: 2 - - uid: 21845 + - uid: 19067 components: - type: Transform - pos: 28.5,37.5 + pos: -37.5,-21.5 parent: 2 - - uid: 21846 + - uid: 19068 components: - type: Transform - pos: 27.5,37.5 + pos: -39.5,-20.5 parent: 2 - - uid: 21847 + - uid: 19069 components: - type: Transform - pos: 26.5,37.5 + pos: -39.5,-19.5 parent: 2 - - uid: 21848 + - uid: 19070 components: - type: Transform - pos: 13.5,44.5 + pos: -40.5,-18.5 parent: 2 - - uid: 21849 + - uid: 19071 components: - type: Transform - pos: 13.5,45.5 + pos: -41.5,-18.5 parent: 2 - - uid: 21850 + - uid: 19072 components: - type: Transform - pos: 13.5,45.5 + pos: -42.5,-18.5 parent: 2 - - uid: 21851 + - uid: 19073 components: - type: Transform - pos: 14.5,45.5 + pos: -43.5,-18.5 parent: 2 - - uid: 21852 + - uid: 19074 components: - type: Transform - pos: 15.5,45.5 + pos: -44.5,-17.5 parent: 2 - - uid: 21853 + - uid: 19075 components: - type: Transform - pos: 16.5,45.5 + pos: -44.5,-16.5 parent: 2 - - uid: 21854 + - uid: 19077 components: - type: Transform - pos: 16.5,45.5 + pos: -28.5,-26.5 parent: 2 - - uid: 21855 + - uid: 19078 components: - type: Transform - pos: 16.5,44.5 + pos: -28.5,-27.5 parent: 2 - - uid: 21856 + - uid: 19079 components: - type: Transform - pos: 16.5,43.5 + pos: -28.5,-28.5 parent: 2 - - uid: 21857 + - uid: 19080 components: - type: Transform - pos: 16.5,42.5 + pos: -28.5,-29.5 parent: 2 - - uid: 21858 + - uid: 19081 components: - type: Transform - pos: 16.5,42.5 + pos: -28.5,-30.5 parent: 2 - - uid: 21859 + - uid: 19082 components: - type: Transform - pos: 17.5,42.5 + pos: -28.5,-30.5 parent: 2 - - uid: 21860 + - uid: 19083 components: - type: Transform - pos: 18.5,42.5 + pos: -29.5,-30.5 parent: 2 - - uid: 21861 + - uid: 19084 components: - type: Transform - pos: 19.5,42.5 + pos: -30.5,-30.5 parent: 2 - - uid: 21862 + - uid: 19085 components: - type: Transform - pos: 20.5,42.5 + pos: -31.5,-30.5 parent: 2 - - uid: 21863 + - uid: 19086 components: - type: Transform - pos: 21.5,42.5 + pos: -32.5,-30.5 parent: 2 - - uid: 21864 + - uid: 19087 components: - type: Transform - pos: 22.5,42.5 + pos: -33.5,-30.5 parent: 2 - - uid: 21865 + - uid: 19088 components: - type: Transform - pos: 22.5,42.5 + pos: -28.5,-30.5 parent: 2 - - uid: 21866 + - uid: 19089 components: - type: Transform - pos: 22.5,41.5 + pos: -27.5,-30.5 parent: 2 - - uid: 21867 + - uid: 19090 components: - type: Transform - pos: 22.5,40.5 + pos: -26.5,-30.5 parent: 2 - - uid: 21868 + - uid: 19091 components: - type: Transform - pos: 22.5,39.5 + pos: -25.5,-30.5 parent: 2 - - uid: 21869 + - uid: 19092 components: - type: Transform - pos: 22.5,38.5 + pos: -24.5,-30.5 parent: 2 - - uid: 21870 + - uid: 19093 components: - type: Transform - pos: 22.5,39.5 + pos: -23.5,-30.5 parent: 2 - - uid: 21871 + - uid: 19094 components: - type: Transform - pos: 21.5,39.5 + pos: -23.5,-30.5 parent: 2 - - uid: 21872 + - uid: 19095 components: - type: Transform - pos: 20.5,39.5 + pos: -23.5,-31.5 parent: 2 - - uid: 21873 + - uid: 19096 components: - type: Transform - pos: 20.5,42.5 + pos: -23.5,-32.5 parent: 2 - - uid: 21874 + - uid: 19097 components: - type: Transform - pos: 20.5,43.5 + pos: -23.5,-33.5 parent: 2 - - uid: 21875 + - uid: 19098 components: - type: Transform - pos: 20.5,44.5 + pos: -23.5,-34.5 parent: 2 - - uid: 21876 + - uid: 19099 components: - type: Transform - pos: 13.5,45.5 + pos: -24.5,-34.5 parent: 2 - - uid: 21877 + - uid: 19100 components: - type: Transform - pos: 13.5,46.5 + pos: -8.5,-36.5 parent: 2 - - uid: 21878 + - uid: 19101 components: - type: Transform - pos: 13.5,47.5 + pos: -8.5,-37.5 parent: 2 - - uid: 21879 + - uid: 19102 components: - type: Transform - pos: 13.5,46.5 + pos: -9.5,-37.5 parent: 2 - - uid: 21880 + - uid: 19108 components: - type: Transform - pos: 12.5,46.5 + pos: -8.5,-59.5 parent: 2 - - uid: 21881 + - uid: 19109 components: - type: Transform - pos: 11.5,46.5 + pos: -8.5,-58.5 parent: 2 - - uid: 21882 + - uid: 19110 components: - type: Transform - pos: 10.5,46.5 + pos: -7.5,-58.5 parent: 2 - - uid: 21883 + - uid: 19111 components: - type: Transform - pos: 9.5,46.5 + pos: -7.5,-57.5 parent: 2 - - uid: 21884 + - uid: 19112 components: - type: Transform - pos: 8.5,46.5 + pos: -7.5,-56.5 parent: 2 - - uid: 21885 + - uid: 19113 components: - type: Transform - pos: 10.5,46.5 + pos: -7.5,-55.5 parent: 2 - - uid: 21886 + - uid: 19114 components: - type: Transform - pos: 10.5,47.5 + pos: -7.5,-55.5 parent: 2 - - uid: 21887 + - uid: 19115 components: - type: Transform - pos: 10.5,48.5 + pos: -8.5,-55.5 parent: 2 - - uid: 21888 + - uid: 19116 components: - type: Transform - pos: 10.5,49.5 + pos: -8.5,-55.5 parent: 2 - - uid: 21889 + - uid: 19117 components: - type: Transform - pos: 10.5,46.5 + pos: -8.5,-54.5 parent: 2 - - uid: 21890 + - uid: 19118 components: - type: Transform - pos: 10.5,45.5 + pos: -8.5,-53.5 parent: 2 - - uid: 21891 + - uid: 19119 components: - type: Transform - pos: 10.5,44.5 + pos: -8.5,-52.5 parent: 2 - - uid: 21892 + - uid: 19120 components: - type: Transform - pos: 10.5,43.5 + pos: -8.5,-51.5 parent: 2 - - uid: 21893 + - uid: 19121 components: - type: Transform - pos: 10.5,44.5 + pos: -8.5,-51.5 parent: 2 - - uid: 21894 + - uid: 19122 components: - type: Transform - pos: 9.5,44.5 + pos: -9.5,-51.5 parent: 2 - - uid: 21895 + - uid: 19123 components: - type: Transform - pos: 8.5,44.5 + pos: -10.5,-51.5 parent: 2 - - uid: 21896 + - uid: 19124 components: - type: Transform - pos: 8.5,40.5 + pos: -11.5,-51.5 parent: 2 - - uid: 21897 + - uid: 19125 components: - type: Transform - pos: 8.5,41.5 + pos: -12.5,-51.5 parent: 2 - - uid: 21898 + - uid: 19126 components: - type: Transform - pos: 8.5,42.5 + pos: -13.5,-51.5 parent: 2 - - uid: 21899 + - uid: 19127 components: - type: Transform - pos: 8.5,43.5 + pos: -14.5,-51.5 parent: 2 - - uid: 21900 + - uid: 19128 components: - type: Transform - pos: 8.5,44.5 + pos: -14.5,-50.5 parent: 2 - - uid: 21901 + - uid: 19129 components: - type: Transform - pos: 8.5,40.5 + pos: -15.5,-50.5 parent: 2 - - uid: 21902 + - uid: 19130 components: - type: Transform - pos: 7.5,40.5 + pos: -16.5,-50.5 parent: 2 - - uid: 21903 + - uid: 19131 components: - type: Transform - pos: 6.5,40.5 + pos: -17.5,-50.5 parent: 2 - - uid: 21904 + - uid: 19132 components: - type: Transform - pos: 5.5,40.5 + pos: -17.5,-51.5 parent: 2 - - uid: 21905 + - uid: 19133 components: - type: Transform - pos: 4.5,40.5 + pos: -39.5,-45.5 parent: 2 - - uid: 21906 + - uid: 19134 components: - type: Transform - pos: 4.5,41.5 + pos: -39.5,-44.5 parent: 2 - - uid: 21907 + - uid: 19135 components: - type: Transform - pos: 3.5,40.5 + pos: -39.5,-43.5 parent: 2 - - uid: 21908 + - uid: 19136 components: - type: Transform - pos: 12.5,56.5 + pos: -39.5,-42.5 parent: 2 - - uid: 21909 + - uid: 19137 components: - type: Transform - pos: -24.5,-34.5 + pos: -39.5,-41.5 parent: 2 - - uid: 21910 + - uid: 19138 components: - type: Transform - pos: -23.5,-34.5 + pos: -39.5,-41.5 parent: 2 - - uid: 21911 + - uid: 19139 components: - type: Transform - pos: -23.5,-34.5 + pos: -38.5,-41.5 parent: 2 - - uid: 21912 + - uid: 19140 components: - type: Transform - pos: -23.5,-35.5 + pos: -37.5,-41.5 parent: 2 - - uid: 21913 + - uid: 19141 components: - type: Transform - pos: -23.5,-36.5 + pos: -36.5,-41.5 parent: 2 - - uid: 21914 + - uid: 19142 components: - type: Transform - pos: -23.5,-37.5 + pos: -35.5,-41.5 parent: 2 - - uid: 21915 + - uid: 19143 components: - type: Transform - pos: -23.5,-38.5 + pos: -35.5,-42.5 parent: 2 - - uid: 21916 + - uid: 19144 components: - type: Transform - pos: -23.5,-39.5 + pos: -65.5,-19.5 parent: 2 - - uid: 21917 + - uid: 19145 components: - type: Transform - pos: -23.5,-40.5 + pos: -65.5,-20.5 parent: 2 - - uid: 21918 + - uid: 19148 components: - type: Transform - pos: -23.5,-41.5 + pos: -65.5,-21.5 parent: 2 - - uid: 21919 + - uid: 19149 components: - type: Transform - pos: -23.5,-38.5 + pos: -64.5,-21.5 parent: 2 - - uid: 21920 + - uid: 19151 components: - type: Transform - pos: -24.5,-38.5 + pos: -62.5,29.5 parent: 2 - - uid: 21921 + - uid: 19155 components: - type: Transform - pos: -25.5,-38.5 + pos: -23.5,66.5 parent: 2 - - uid: 21922 + - uid: 19156 components: - type: Transform - pos: -25.5,-37.5 + pos: -24.5,66.5 parent: 2 - - uid: 21923 + - uid: 19157 components: - type: Transform - pos: -25.5,-39.5 + pos: 58.5,-39.5 parent: 2 - - uid: 21924 + - uid: 19158 components: - type: Transform - pos: -23.5,-34.5 + pos: 58.5,-38.5 parent: 2 - - uid: 21925 + - uid: 19256 components: - type: Transform - pos: -23.5,-33.5 + pos: -19.5,50.5 parent: 2 - - uid: 21926 + - uid: 19257 components: - type: Transform - pos: -23.5,-32.5 + pos: -18.5,50.5 parent: 2 - - uid: 21927 + - uid: 19258 components: - type: Transform - pos: -23.5,-32.5 + pos: -17.5,50.5 parent: 2 - - uid: 21928 + - uid: 19259 components: - type: Transform - pos: -22.5,-32.5 + pos: -16.5,50.5 parent: 2 - - uid: 21929 + - uid: 19260 components: - type: Transform - pos: -21.5,-32.5 + pos: -16.5,52.5 parent: 2 - - uid: 21930 + - uid: 19261 components: - type: Transform - pos: -20.5,-32.5 + pos: -16.5,53.5 parent: 2 - - uid: 21931 + - uid: 19262 components: - type: Transform - pos: -19.5,-32.5 + pos: -16.5,54.5 parent: 2 - - uid: 21932 + - uid: 19263 components: - type: Transform - pos: -19.5,-32.5 + pos: -16.5,55.5 parent: 2 - - uid: 21933 + - uid: 19264 components: - type: Transform - pos: -19.5,-33.5 + pos: -16.5,56.5 parent: 2 - - uid: 21934 + - uid: 19265 components: - type: Transform - pos: -19.5,-34.5 + pos: -16.5,57.5 parent: 2 - - uid: 21935 + - uid: 19266 components: - type: Transform - pos: -19.5,-35.5 + pos: -16.5,58.5 parent: 2 - - uid: 21936 + - uid: 19267 components: - type: Transform - pos: -19.5,-34.5 + pos: -16.5,59.5 parent: 2 - - uid: 21937 + - uid: 19268 components: - type: Transform - pos: -18.5,-34.5 + pos: -16.5,60.5 parent: 2 - - uid: 21938 + - uid: 19269 components: - type: Transform - pos: -17.5,-34.5 + pos: -16.5,61.5 parent: 2 - - uid: 21939 + - uid: 19270 components: - type: Transform - pos: -16.5,-34.5 + pos: -16.5,61.5 parent: 2 - - uid: 21940 + - uid: 19271 components: - type: Transform - pos: -16.5,-34.5 + pos: -17.5,61.5 parent: 2 - - uid: 21941 + - uid: 19272 components: - type: Transform - pos: -16.5,-35.5 + pos: -18.5,61.5 parent: 2 - - uid: 21942 + - uid: 19273 components: - type: Transform - pos: -16.5,-36.5 + pos: -19.5,61.5 parent: 2 - - uid: 21943 + - uid: 19275 components: - type: Transform - pos: -15.5,-36.5 + pos: -16.5,52.5 parent: 2 - - uid: 21944 + - uid: 19276 components: - type: Transform - pos: -15.5,-37.5 + pos: -15.5,52.5 parent: 2 - - uid: 21945 + - uid: 19277 components: - type: Transform - pos: -15.5,-38.5 + pos: -14.5,52.5 parent: 2 - - uid: 21946 + - uid: 19278 components: - type: Transform - pos: -15.5,-39.5 + pos: -13.5,52.5 parent: 2 - - uid: 21947 + - uid: 19279 components: - type: Transform - pos: -15.5,-40.5 + pos: -12.5,52.5 parent: 2 - - uid: 21948 + - uid: 19280 components: - type: Transform - pos: -16.5,-40.5 + pos: -11.5,52.5 parent: 2 - - uid: 21949 + - uid: 19281 components: - type: Transform - pos: -17.5,-40.5 + pos: -10.5,52.5 parent: 2 - - uid: 21950 + - uid: 19282 components: - type: Transform - pos: -18.5,-40.5 + pos: -9.5,52.5 parent: 2 - - uid: 21951 + - uid: 19283 components: - type: Transform - pos: -19.5,-40.5 + pos: -9.5,53.5 parent: 2 - - uid: 21952 + - uid: 19459 components: - type: Transform - pos: -19.5,-39.5 + pos: -62.5,29.5 parent: 2 - - uid: 21953 + - uid: 19653 components: - type: Transform - pos: -19.5,-41.5 + pos: -51.5,4.5 parent: 2 - - uid: 21954 + - uid: 19654 components: - type: Transform - pos: -17.5,-33.5 + pos: -52.5,4.5 parent: 2 - - uid: 21955 + - uid: 19655 components: - type: Transform - pos: -15.5,-34.5 + pos: -53.5,4.5 parent: 2 - - uid: 21956 + - uid: 19656 components: - type: Transform - pos: -24.5,-23.5 + pos: -54.5,4.5 parent: 2 - - uid: 21957 + - uid: 22036 components: - type: Transform - pos: -24.5,-24.5 + pos: -22.5,-25.5 parent: 2 - - uid: 21958 + - uid: 22037 components: - type: Transform - pos: -24.5,-25.5 + pos: -22.5,-24.5 parent: 2 - - uid: 21959 + - uid: 22038 components: - type: Transform - pos: -24.5,-26.5 + pos: -22.5,-23.5 parent: 2 - - uid: 21960 + - uid: 22039 components: - type: Transform - pos: -24.5,-27.5 + pos: -22.5,-22.5 parent: 2 - - uid: 21961 + - uid: 22040 components: - type: Transform - pos: -24.5,-25.5 + pos: -22.5,-21.5 parent: 2 - - uid: 21962 + - uid: 22041 components: - type: Transform - pos: -25.5,-25.5 + pos: -22.5,-20.5 parent: 2 - - uid: 21963 + - uid: 22042 components: - type: Transform - pos: -26.5,-25.5 + pos: -22.5,-19.5 parent: 2 - - uid: 21964 + - uid: 22043 components: - type: Transform - pos: -27.5,-25.5 + pos: -22.5,-18.5 parent: 2 - - uid: 21965 + - uid: 23387 components: - type: Transform - pos: -28.5,-25.5 + pos: 25.5,-52.5 parent: 2 - - uid: 21966 + - uid: 23388 components: - type: Transform - pos: -23.5,-31.5 + pos: 24.5,-52.5 parent: 2 - - uid: 21967 + - uid: 23389 components: - type: Transform - pos: -23.5,-30.5 + pos: 23.5,-52.5 parent: 2 - - uid: 21968 + - uid: 23390 components: - type: Transform - pos: -24.5,-30.5 + pos: 22.5,-52.5 parent: 2 - - uid: 21969 + - uid: 23391 components: - type: Transform - pos: -24.5,-25.5 + pos: 22.5,-52.5 parent: 2 - - uid: 21970 + - uid: 23392 components: - type: Transform - pos: -23.5,-25.5 + pos: 22.5,-53.5 parent: 2 - - uid: 21971 + - uid: 23393 components: - type: Transform - pos: -22.5,-25.5 + pos: 22.5,-53.5 parent: 2 - - uid: 21972 + - uid: 23394 components: - type: Transform - pos: -21.5,-25.5 + pos: 21.5,-53.5 parent: 2 - - uid: 21973 + - uid: 23395 components: - type: Transform - pos: -20.5,-25.5 + pos: 20.5,-53.5 parent: 2 - - uid: 21974 + - uid: 23396 components: - type: Transform - pos: -19.5,-25.5 + pos: 20.5,-53.5 parent: 2 - - uid: 21975 + - uid: 23397 components: - type: Transform - pos: -19.5,-25.5 + pos: 20.5,-52.5 parent: 2 - - uid: 21976 + - uid: 23398 components: - type: Transform - pos: -19.5,-26.5 + pos: 20.5,-51.5 parent: 2 - - uid: 21977 + - uid: 23399 components: - type: Transform - pos: -19.5,-27.5 + pos: 20.5,-50.5 parent: 2 - - uid: 21978 + - uid: 23400 components: - type: Transform - pos: -19.5,-28.5 + pos: 20.5,-49.5 parent: 2 - - uid: 21979 + - uid: 23401 components: - type: Transform - pos: -19.5,-29.5 + pos: 20.5,-49.5 parent: 2 - - uid: 21980 + - uid: 23402 components: - type: Transform - pos: -19.5,-30.5 + pos: 21.5,-49.5 parent: 2 - - uid: 21981 + - uid: 23403 components: - type: Transform - pos: -19.5,-29.5 + pos: 22.5,-49.5 parent: 2 - - uid: 21982 + - uid: 23404 components: - type: Transform - pos: -18.5,-29.5 + pos: 23.5,-49.5 parent: 2 - - uid: 21983 + - uid: 23536 components: - type: Transform - pos: -17.5,-29.5 + pos: 45.5,21.5 parent: 2 - - uid: 21984 + - uid: 23537 components: - type: Transform - pos: -16.5,-29.5 + pos: 45.5,20.5 parent: 2 - - uid: 21985 + - uid: 23538 components: - type: Transform - pos: -15.5,-29.5 + pos: 45.5,19.5 parent: 2 - - uid: 21986 + - uid: 23539 components: - type: Transform - pos: -14.5,-29.5 + pos: 45.5,18.5 parent: 2 - - uid: 21987 + - uid: 23540 components: - type: Transform - pos: -13.5,-29.5 + pos: 45.5,17.5 parent: 2 - - uid: 21988 + - uid: 23541 components: - type: Transform - pos: -12.5,-29.5 + pos: 45.5,17.5 parent: 2 - - uid: 21989 + - uid: 23542 components: - type: Transform - pos: -11.5,-29.5 + pos: 46.5,17.5 parent: 2 - - uid: 21990 + - uid: 23543 components: - type: Transform - pos: -14.5,-29.5 + pos: 47.5,17.5 parent: 2 - - uid: 21991 + - uid: 23961 components: - type: Transform - pos: -14.5,-28.5 + pos: -21.5,21.5 parent: 2 - - uid: 21992 + - uid: 23962 components: - type: Transform - pos: -14.5,-30.5 + pos: -21.5,20.5 parent: 2 - - uid: 21993 + - uid: 23963 components: - type: Transform - pos: -14.5,-27.5 + pos: -21.5,19.5 parent: 2 - - uid: 21994 + - uid: 23964 components: - type: Transform - pos: -15.5,-27.5 + pos: -21.5,18.5 parent: 2 - - uid: 21995 + - uid: 23965 components: - type: Transform - pos: -17.5,-21.5 + pos: -21.5,18.5 parent: 2 - - uid: 21996 + - uid: 23966 components: - type: Transform - pos: -18.5,-21.5 + pos: -22.5,18.5 parent: 2 - - uid: 21997 + - uid: 23967 components: - type: Transform - pos: -19.5,-21.5 + pos: -23.5,18.5 parent: 2 - - uid: 21998 + - uid: 23968 components: - type: Transform - pos: -19.5,-21.5 + pos: -24.5,18.5 parent: 2 - - uid: 21999 + - uid: 24099 components: - type: Transform - pos: -22.5,-18.5 + pos: 8.5,-34.5 parent: 2 - - uid: 22000 + - uid: 24100 components: - type: Transform - pos: -22.5,-19.5 + pos: 8.5,-33.5 parent: 2 - - uid: 22001 + - uid: 24387 components: - type: Transform - pos: -18.5,-22.5 + pos: -64.5,-21.5 parent: 2 - - uid: 22002 + - uid: 24470 components: - type: Transform - pos: -18.5,-23.5 + pos: 51.5,-0.5 parent: 2 - - uid: 22003 + - uid: 24472 components: - type: Transform - pos: -18.5,-24.5 + pos: 51.5,-1.5 parent: 2 - - uid: 22004 + - uid: 24931 components: - type: Transform - pos: -17.5,-24.5 + pos: -48.5,-31.5 parent: 2 - - uid: 22005 + - uid: 26964 components: - type: Transform - pos: -16.5,-24.5 + pos: -48.5,-30.5 parent: 2 - - uid: 22006 + - uid: 26965 components: - type: Transform - pos: -15.5,-24.5 + pos: -48.5,-29.5 parent: 2 - - uid: 22007 + - uid: 29925 components: - type: Transform - pos: -14.5,-24.5 + pos: -15.5,47.5 parent: 2 - - uid: 22008 + - uid: 30742 components: - type: Transform - pos: -13.5,-24.5 + pos: -48.5,-28.5 parent: 2 - - uid: 22009 + - uid: 30862 components: - type: Transform - pos: -12.5,-24.5 + pos: 39.5,-19.5 parent: 2 - - uid: 22010 + - uid: 31148 components: - type: Transform - pos: -11.5,-24.5 - parent: 2 - - uid: 22011 + pos: 0.5,5.5 + parent: 30892 + - uid: 31149 components: - type: Transform - pos: -11.5,-23.5 - parent: 2 - - uid: 22012 + pos: 0.5,6.5 + parent: 30892 + - uid: 31150 components: - type: Transform - pos: -11.5,-25.5 - parent: 2 - - uid: 22013 + pos: 1.5,6.5 + parent: 30892 + - uid: 31151 components: - type: Transform - pos: -14.5,-23.5 - parent: 2 - - uid: 22014 + pos: 2.5,6.5 + parent: 30892 + - uid: 31152 components: - type: Transform - pos: -19.5,-21.5 - parent: 2 - - uid: 22015 + pos: 3.5,6.5 + parent: 30892 + - uid: 31153 components: - type: Transform - pos: -19.5,-20.5 - parent: 2 - - uid: 22016 + pos: 4.5,6.5 + parent: 30892 + - uid: 31154 components: - type: Transform - pos: -19.5,-19.5 - parent: 2 - - uid: 22017 + pos: 4.5,5.5 + parent: 30892 + - uid: 31155 components: - type: Transform - pos: -19.5,-19.5 - parent: 2 - - uid: 22018 + pos: 4.5,4.5 + parent: 30892 + - uid: 31420 components: - type: Transform - pos: -18.5,-19.5 - parent: 2 - - uid: 22019 + pos: -1.5,1.5 + parent: 31348 + - uid: 31421 components: - type: Transform - pos: -17.5,-19.5 - parent: 2 - - uid: 22020 + pos: -0.5,1.5 + parent: 31348 + - uid: 31422 components: - type: Transform - pos: -16.5,-19.5 - parent: 2 - - uid: 22021 + pos: 0.5,1.5 + parent: 31348 + - uid: 31423 components: - type: Transform - pos: -15.5,-19.5 - parent: 2 - - uid: 22022 + pos: 1.5,1.5 + parent: 31348 + - uid: 31424 components: - type: Transform - pos: -14.5,-19.5 - parent: 2 - - uid: 22023 + pos: 2.5,1.5 + parent: 31348 + - uid: 31560 components: - type: Transform - pos: -13.5,-19.5 + pos: -48.5,-33.5 parent: 2 - - uid: 22024 + - uid: 31576 components: - type: Transform - pos: -15.5,-19.5 + pos: -48.5,-32.5 parent: 2 - - uid: 22025 + - uid: 31847 components: - type: Transform - pos: -15.5,-18.5 + pos: 45.5,-33.5 parent: 2 - - uid: 22026 + - uid: 33001 components: - type: Transform - pos: -15.5,-17.5 - parent: 2 - - uid: 22027 + pos: 2.5,1.5 + parent: 32914 + - uid: 33002 components: - type: Transform - pos: -16.5,-17.5 - parent: 2 - - uid: 22028 + pos: 2.5,0.5 + parent: 32914 + - uid: 33003 components: - type: Transform - pos: -14.5,-17.5 - parent: 2 - - uid: 22029 + pos: 3.5,0.5 + parent: 32914 + - uid: 33004 components: - type: Transform - pos: -13.5,-20.5 - parent: 2 - - uid: 22030 + pos: 4.5,0.5 + parent: 32914 + - uid: 33005 components: - type: Transform - pos: -22.5,-20.5 - parent: 2 - - uid: 22031 + pos: 4.5,1.5 + parent: 32914 + - uid: 33242 components: - type: Transform - pos: -22.5,-21.5 + pos: -47.5,-28.5 parent: 2 - - uid: 22032 + - uid: 33243 components: - type: Transform - pos: -22.5,-22.5 + pos: -46.5,-28.5 parent: 2 - - uid: 22033 + - uid: 33266 components: - type: Transform - pos: -23.5,-21.5 + pos: -19.5,24.5 parent: 2 - - uid: 22034 + - uid: 33267 components: - type: Transform - pos: -22.5,-21.5 + pos: -18.5,24.5 parent: 2 - - uid: 22035 + - uid: 33268 components: - type: Transform - pos: -21.5,-21.5 + pos: -17.5,24.5 parent: 2 - - uid: 22044 + - uid: 33269 components: - type: Transform - pos: -33.5,-30.5 + pos: -16.5,24.5 parent: 2 - - uid: 22045 + - uid: 33270 components: - type: Transform - pos: -32.5,-30.5 + pos: -15.5,24.5 parent: 2 - - uid: 22046 + - uid: 33271 components: - type: Transform - pos: -31.5,-30.5 + pos: -15.5,23.5 parent: 2 - - uid: 22047 + - uid: 33272 components: - type: Transform - pos: -30.5,-30.5 + pos: -15.5,22.5 parent: 2 - - uid: 22048 + - uid: 33273 components: - type: Transform - pos: -29.5,-30.5 + pos: -14.5,22.5 parent: 2 - - uid: 22049 + - uid: 33274 components: - type: Transform - pos: -28.5,-30.5 + pos: -14.5,21.5 parent: 2 - - uid: 22050 + - uid: 33275 components: - type: Transform - pos: -27.5,-30.5 + pos: -13.5,21.5 parent: 2 - - uid: 22051 + - uid: 33276 components: - type: Transform - pos: -30.5,-30.5 + pos: -12.5,21.5 parent: 2 - - uid: 22052 + - uid: 33277 components: - type: Transform - pos: -30.5,-29.5 + pos: -11.5,21.5 parent: 2 - - uid: 22053 + - uid: 33278 components: - type: Transform - pos: -30.5,-28.5 + pos: -10.5,21.5 parent: 2 - - uid: 22054 + - uid: 33279 components: - type: Transform - pos: -30.5,-30.5 + pos: -9.5,21.5 parent: 2 - - uid: 22055 + - uid: 33280 components: - type: Transform - pos: -30.5,-31.5 + pos: -8.5,21.5 parent: 2 - - uid: 22056 + - uid: 33281 components: - type: Transform - pos: -30.5,-32.5 + pos: -7.5,21.5 parent: 2 - - uid: 22057 + - uid: 33282 components: - type: Transform - pos: -30.5,-32.5 + pos: -6.5,21.5 parent: 2 - - uid: 22058 + - uid: 33283 components: - type: Transform - pos: -31.5,-32.5 + pos: -5.5,21.5 parent: 2 - - uid: 22059 + - uid: 33284 components: - type: Transform - pos: -32.5,-32.5 + pos: -4.5,21.5 parent: 2 - - uid: 22060 + - uid: 33285 components: - type: Transform - pos: -33.5,-32.5 + pos: -3.5,21.5 parent: 2 - - uid: 22061 + - uid: 33286 components: - type: Transform - pos: -34.5,-32.5 + pos: -2.5,21.5 parent: 2 - - uid: 22062 + - uid: 33287 components: - type: Transform - pos: -27.5,-30.5 + pos: -1.5,21.5 parent: 2 - - uid: 22063 + - uid: 33288 components: - type: Transform - pos: -27.5,-31.5 + pos: -0.5,21.5 parent: 2 - - uid: 22064 + - uid: 33289 components: - type: Transform - pos: -27.5,-32.5 + pos: 0.5,21.5 parent: 2 - - uid: 22065 + - uid: 33290 components: - type: Transform - pos: -28.5,-32.5 + pos: 0.5,21.5 parent: 2 - - uid: 22066 + - uid: 33291 components: - type: Transform - pos: -26.5,-32.5 + pos: 0.5,20.5 parent: 2 - - uid: 22067 + - uid: 33292 components: - type: Transform - pos: -27.5,-29.5 + pos: 0.5,19.5 parent: 2 - - uid: 22068 + - uid: 33293 components: - type: Transform - pos: -27.5,-28.5 + pos: 0.5,18.5 parent: 2 - - uid: 22069 + - uid: 33737 components: - type: Transform - pos: -28.5,-28.5 + pos: -4.5,-1.5 parent: 2 - - uid: 22070 + - uid: 33738 components: - type: Transform - pos: -26.5,-28.5 + pos: -4.5,-2.5 parent: 2 - - uid: 22071 + - uid: 33739 components: - type: Transform - pos: -31.5,-33.5 + pos: -4.5,-3.5 parent: 2 - - uid: 22072 + - uid: 33740 components: - type: Transform - pos: -44.5,-16.5 + pos: -4.5,-4.5 parent: 2 - - uid: 22073 + - uid: 33741 components: - type: Transform - pos: -44.5,-17.5 + pos: -3.5,-5.5 parent: 2 - - uid: 22074 + - uid: 33742 components: - type: Transform - pos: -44.5,-18.5 + pos: -2.5,-5.5 parent: 2 - - uid: 22075 + - uid: 33743 components: - type: Transform - pos: -44.5,-19.5 + pos: -1.5,-5.5 parent: 2 - - uid: 22076 + - uid: 33744 components: - type: Transform - pos: -44.5,-20.5 + pos: -4.5,-5.5 parent: 2 - - uid: 22077 + - uid: 33745 components: - type: Transform - pos: -44.5,-17.5 + pos: -0.5,-5.5 parent: 2 - - uid: 22078 + - uid: 33746 components: - type: Transform - pos: -43.5,-17.5 + pos: 0.5,-5.5 parent: 2 - - uid: 22079 + - uid: 33747 components: - type: Transform - pos: -42.5,-17.5 + pos: 1.5,-5.5 parent: 2 - - uid: 22080 + - uid: 33748 components: - type: Transform - pos: -42.5,-15.5 + pos: 2.5,-5.5 parent: 2 - - uid: 22081 + - uid: 33749 components: - type: Transform - pos: -42.5,-14.5 + pos: 3.5,-5.5 parent: 2 - - uid: 22082 + - uid: 33750 components: - type: Transform - pos: -42.5,-13.5 + pos: 4.5,-5.5 parent: 2 - - uid: 22083 + - uid: 33751 components: - type: Transform - pos: -42.5,-12.5 + pos: 5.5,-5.5 parent: 2 - - uid: 22084 + - uid: 33752 components: - type: Transform - pos: -42.5,-11.5 + pos: 6.5,-5.5 parent: 2 - - uid: 22085 + - uid: 33753 components: - type: Transform - pos: -42.5,-10.5 + pos: 6.5,-4.5 parent: 2 - - uid: 22086 + - uid: 33754 components: - type: Transform - pos: -42.5,-9.5 + pos: 6.5,-3.5 parent: 2 - - uid: 22087 + - uid: 33841 components: - type: Transform - pos: -43.5,-10.5 + pos: 26.5,-5.5 parent: 2 - - uid: 22088 + - uid: 33842 components: - type: Transform - pos: -44.5,-10.5 + pos: 25.5,-5.5 parent: 2 - - uid: 22089 + - uid: 33843 components: - type: Transform - pos: -45.5,-10.5 + pos: 25.5,-6.5 parent: 2 - - uid: 22090 + - uid: 33844 components: - type: Transform - pos: -46.5,-10.5 + pos: 25.5,-7.5 parent: 2 - - uid: 22091 + - uid: 33845 components: - type: Transform - pos: -40.5,-10.5 + pos: 25.5,-8.5 parent: 2 - - uid: 22092 + - uid: 33846 components: - type: Transform - pos: -41.5,-19.5 + pos: 25.5,-9.5 parent: 2 - - uid: 22093 + - uid: 34775 components: - type: Transform - pos: -41.5,-20.5 + pos: 5.5,14.5 parent: 2 - - uid: 22094 + - uid: 34808 components: - type: Transform - pos: -41.5,-21.5 + pos: 0.5,17.5 parent: 2 - - uid: 22095 + - uid: 34809 components: - type: Transform - pos: -39.5,-19.5 + pos: 0.5,16.5 parent: 2 - - uid: 22096 + - uid: 34810 components: - type: Transform - pos: -38.5,-19.5 + pos: 0.5,15.5 parent: 2 - - uid: 22097 + - uid: 34811 components: - type: Transform - pos: -38.5,-20.5 + pos: 1.5,15.5 parent: 2 - - uid: 22098 + - uid: 34812 components: - type: Transform - pos: -38.5,-18.5 + pos: 2.5,15.5 parent: 2 - - uid: 22099 + - uid: 34813 components: - type: Transform - pos: -28.5,-25.5 + pos: 3.5,15.5 parent: 2 - - uid: 22100 + - uid: 34814 components: - type: Transform - pos: -29.5,-25.5 + pos: 4.5,15.5 parent: 2 - - uid: 22101 + - uid: 34815 components: - type: Transform - pos: -30.5,-25.5 + pos: 5.5,15.5 parent: 2 - - uid: 22102 + - uid: 34816 components: - type: Transform - pos: -31.5,-25.5 + pos: 5.5,13.5 parent: 2 - - uid: 22103 + - uid: 34817 components: - type: Transform - pos: -32.5,-25.5 + pos: 5.5,12.5 parent: 2 - - uid: 22104 + - uid: 34818 components: - type: Transform - pos: -33.5,-25.5 + pos: 5.5,11.5 parent: 2 - - uid: 22105 + - uid: 34819 components: - type: Transform - pos: -34.5,-25.5 + pos: 6.5,11.5 parent: 2 - - uid: 22106 + - uid: 34820 components: - type: Transform - pos: -35.5,-25.5 + pos: 6.5,10.5 parent: 2 - - uid: 22107 + - uid: 34821 components: - type: Transform - pos: -36.5,-25.5 + pos: 7.5,10.5 parent: 2 - - uid: 22108 + - uid: 34822 components: - type: Transform - pos: -37.5,-25.5 + pos: -5.5,3.5 parent: 2 - - uid: 22109 + - uid: 34823 components: - type: Transform - pos: -38.5,-25.5 + pos: 6.5,9.5 parent: 2 - - uid: 22110 + - uid: 34824 components: - type: Transform - pos: -39.5,-25.5 + pos: 6.5,8.5 parent: 2 - - uid: 22111 + - uid: 34825 components: - type: Transform - pos: -38.5,-25.5 + pos: 6.5,7.5 parent: 2 - - uid: 22112 + - uid: 34826 components: - type: Transform - pos: -38.5,-26.5 + pos: 6.5,6.5 parent: 2 - - uid: 22113 + - uid: 34827 components: - type: Transform - pos: -38.5,-27.5 + pos: 6.5,5.5 parent: 2 - - uid: 22114 + - uid: 34828 components: - type: Transform - pos: -38.5,-28.5 + pos: 6.5,4.5 parent: 2 - - uid: 22115 + - uid: 34829 components: - type: Transform - pos: -38.5,-27.5 + pos: 6.5,3.5 parent: 2 - - uid: 22116 + - uid: 34830 components: - type: Transform - pos: -37.5,-27.5 + pos: 6.5,2.5 parent: 2 - - uid: 22117 + - uid: 34831 components: - type: Transform - pos: -36.5,-27.5 + pos: 7.5,2.5 parent: 2 - - uid: 22118 + - uid: 34832 components: - type: Transform - pos: -35.5,-27.5 + pos: 6.5,1.5 parent: 2 - - uid: 22119 + - uid: 34833 components: - type: Transform - pos: -35.5,-28.5 + pos: 5.5,1.5 parent: 2 - - uid: 22120 + - uid: 34834 components: - type: Transform - pos: -35.5,-29.5 + pos: 5.5,0.5 parent: 2 - - uid: 22121 + - uid: 34835 components: - type: Transform - pos: -34.5,-28.5 + pos: 4.5,0.5 parent: 2 - - uid: 22122 + - uid: 34836 components: - type: Transform - pos: -36.5,-24.5 + pos: -3.5,0.5 parent: 2 - - uid: 22123 + - uid: 34837 components: - type: Transform - pos: -30.5,-14.5 + pos: -4.5,0.5 parent: 2 - - uid: 22124 + - uid: 34838 components: - type: Transform - pos: -29.5,-14.5 + pos: -4.5,1.5 parent: 2 - - uid: 22125 + - uid: 34839 components: - type: Transform - pos: -28.5,-14.5 + pos: -5.5,1.5 parent: 2 - - uid: 22126 + - uid: 34840 components: - type: Transform - pos: -27.5,-15.5 + pos: -5.5,2.5 parent: 2 - - uid: 22127 + - uid: 34841 components: - type: Transform - pos: -26.5,-14.5 + pos: -6.5,2.5 parent: 2 - - uid: 22128 + - uid: 34842 components: - type: Transform - pos: -25.5,-14.5 + pos: -5.5,4.5 parent: 2 - - uid: 22129 + - uid: 34843 components: - type: Transform - pos: -24.5,-14.5 + pos: -5.5,5.5 parent: 2 - - uid: 22130 + - uid: 34844 components: - type: Transform - pos: -24.5,-14.5 + pos: -5.5,6.5 parent: 2 - - uid: 22131 + - uid: 34845 components: - type: Transform - pos: -24.5,-13.5 + pos: -5.5,7.5 parent: 2 - - uid: 22132 + - uid: 34846 components: - type: Transform - pos: -24.5,-12.5 + pos: -5.5,8.5 parent: 2 - - uid: 22133 + - uid: 34847 components: - type: Transform - pos: -24.5,-11.5 + pos: -5.5,9.5 parent: 2 - - uid: 22134 + - uid: 34848 components: - type: Transform - pos: -24.5,-10.5 + pos: -5.5,10.5 parent: 2 - - uid: 22135 + - uid: 34849 components: - type: Transform - pos: -28.5,-14.5 + pos: -5.5,11.5 parent: 2 - - uid: 22136 + - uid: 34850 components: - type: Transform - pos: -28.5,-13.5 + pos: -6.5,10.5 parent: 2 - - uid: 22137 + - uid: 34851 components: - type: Transform - pos: -28.5,-12.5 + pos: -4.5,11.5 parent: 2 - - uid: 22138 + - uid: 34852 components: - type: Transform - pos: -28.5,-11.5 + pos: -4.5,12.5 parent: 2 - - uid: 22139 + - uid: 34853 components: - type: Transform - pos: -28.5,-11.5 + pos: -4.5,13.5 parent: 2 - - uid: 22140 + - uid: 34854 components: - type: Transform - pos: -29.5,-11.5 + pos: -4.5,14.5 parent: 2 - - uid: 22141 + - uid: 34855 components: - type: Transform - pos: -30.5,-11.5 + pos: -4.5,15.5 parent: 2 - - uid: 22142 + - uid: 34856 components: - type: Transform - pos: -31.5,-11.5 + pos: -3.5,15.5 parent: 2 - - uid: 22143 + - uid: 34857 components: - type: Transform - pos: -32.5,-11.5 + pos: -2.5,15.5 parent: 2 - - uid: 22144 + - uid: 34858 components: - type: Transform - pos: -27.5,-11.5 + pos: -1.5,15.5 parent: 2 - - uid: 22145 + - uid: 34859 components: - type: Transform - pos: -28.5,-10.5 + pos: -0.5,15.5 parent: 2 - - uid: 22146 + - uid: 34861 components: - type: Transform - pos: -32.5,-10.5 + pos: 1.5,17.5 parent: 2 - - uid: 22147 + - uid: 34862 components: - type: Transform - pos: -33.5,-11.5 + pos: 2.5,17.5 parent: 2 - - uid: 22148 + - uid: 34863 components: - type: Transform - pos: -28.5,-14.5 + pos: 3.5,17.5 parent: 2 - - uid: 22149 + - uid: 35305 components: - type: Transform - pos: -28.5,-15.5 + pos: 54.5,34.5 parent: 2 - - uid: 22150 + - uid: 35306 components: - type: Transform - pos: -28.5,-16.5 + pos: 55.5,34.5 parent: 2 - - uid: 22151 + - uid: 35307 components: - type: Transform - pos: -28.5,-17.5 + pos: 56.5,34.5 parent: 2 - - uid: 22152 + - uid: 35308 components: - type: Transform - pos: -28.5,-18.5 + pos: 57.5,34.5 parent: 2 - - uid: 22153 + - uid: 35309 components: - type: Transform - pos: -28.5,-19.5 + pos: 58.5,34.5 parent: 2 - - uid: 22154 + - uid: 35310 components: - type: Transform - pos: -28.5,-20.5 + pos: 59.5,34.5 parent: 2 - - uid: 22155 + - uid: 35311 components: - type: Transform - pos: -28.5,-21.5 + pos: 60.5,34.5 parent: 2 - - uid: 22156 + - uid: 35312 components: - type: Transform - pos: -27.5,-21.5 + pos: 61.5,34.5 parent: 2 - - uid: 22157 + - uid: 35313 components: - type: Transform - pos: -26.5,-21.5 + pos: 62.5,34.5 parent: 2 - - uid: 22158 + - uid: 35314 components: - type: Transform - pos: -29.5,-21.5 + pos: 63.5,34.5 parent: 2 - - uid: 22159 + - uid: 35315 components: - type: Transform - pos: -28.5,-22.5 + pos: 64.5,34.5 parent: 2 - - uid: 22160 + - uid: 35316 components: - type: Transform - pos: -28.5,-15.5 + pos: 65.5,34.5 parent: 2 - - uid: 22161 + - uid: 35317 components: - type: Transform - pos: -29.5,-15.5 + pos: 66.5,34.5 parent: 2 - - uid: 22162 + - uid: 35318 components: - type: Transform - pos: -30.5,-15.5 + pos: 67.5,34.5 parent: 2 - - uid: 22163 + - uid: 35319 components: - type: Transform - pos: -31.5,-15.5 + pos: 67.5,35.5 parent: 2 - - uid: 22164 + - uid: 35320 components: - type: Transform - pos: -32.5,-15.5 + pos: 67.5,36.5 parent: 2 - - uid: 22165 + - uid: 35321 components: - type: Transform - pos: -32.5,-16.5 + pos: 61.5,35.5 parent: 2 - - uid: 22166 + - uid: 35322 components: - type: Transform - pos: -32.5,-17.5 + pos: 61.5,36.5 parent: 2 - - uid: 22167 + - uid: 35323 components: - type: Transform - pos: -32.5,-14.5 + pos: 61.5,37.5 parent: 2 - - uid: 22168 + - uid: 35324 components: - type: Transform - pos: -26.5,-15.5 + pos: 61.5,38.5 parent: 2 - - uid: 22169 + - uid: 35325 components: - type: Transform - pos: -26.5,-16.5 + pos: 61.5,39.5 parent: 2 - - uid: 22170 + - uid: 35326 components: - type: Transform - pos: -25.5,-16.5 + pos: 61.5,40.5 parent: 2 - - uid: 22171 + - uid: 35327 components: - type: Transform - pos: -24.5,-16.5 + pos: 61.5,41.5 parent: 2 - - uid: 22172 + - uid: 35328 components: - type: Transform - pos: -23.5,-16.5 + pos: 61.5,42.5 parent: 2 - - uid: 22173 + - uid: 35329 components: - type: Transform - pos: -25.5,-17.5 + pos: 61.5,43.5 parent: 2 - - uid: 22174 + - uid: 35330 components: - type: Transform - pos: -25.5,-18.5 + pos: 61.5,44.5 parent: 2 - - uid: 22175 + - uid: 35331 components: - type: Transform - pos: -23.5,-16.5 + pos: 61.5,45.5 parent: 2 - - uid: 22176 + - uid: 35332 components: - type: Transform - pos: -22.5,-16.5 + pos: 61.5,46.5 parent: 2 - - uid: 22177 + - uid: 35333 components: - type: Transform - pos: -21.5,-16.5 + pos: 62.5,46.5 parent: 2 - - uid: 22178 + - uid: 35334 components: - type: Transform - pos: -20.5,-16.5 + pos: 63.5,46.5 parent: 2 - - uid: 22179 + - uid: 35845 components: - type: Transform - pos: -20.5,-16.5 + pos: -89.5,69.5 parent: 2 - - uid: 22180 + - uid: 35846 components: - type: Transform - pos: -20.5,-15.5 + pos: -88.5,68.5 parent: 2 - - uid: 22181 + - uid: 35847 components: - type: Transform - pos: -20.5,-14.5 + pos: -88.5,67.5 parent: 2 - - uid: 22182 + - uid: 35848 components: - type: Transform - pos: -20.5,-13.5 + pos: -89.5,68.5 parent: 2 - - uid: 22183 + - uid: 35849 components: - type: Transform - pos: -20.5,-12.5 + pos: -88.5,66.5 parent: 2 - - uid: 22184 + - uid: 35850 components: - type: Transform - pos: -19.5,-19.5 + pos: -88.5,65.5 parent: 2 - - uid: 22185 + - uid: 35851 components: - type: Transform - pos: -19.5,-18.5 + pos: -88.5,64.5 parent: 2 - - uid: 22186 + - uid: 35852 components: - type: Transform - pos: -20.5,-12.5 + pos: -88.5,63.5 parent: 2 - - uid: 22187 + - uid: 35853 components: - type: Transform - pos: -20.5,-11.5 + pos: -88.5,62.5 parent: 2 - - uid: 22188 + - uid: 35973 components: - type: Transform - pos: -20.5,-10.5 + pos: -61.5,78.5 parent: 2 - - uid: 22189 + - uid: 35974 components: - type: Transform - pos: -20.5,-9.5 + pos: -61.5,77.5 parent: 2 - - uid: 22190 + - uid: 35975 components: - type: Transform - pos: -20.5,-8.5 + pos: -61.5,76.5 parent: 2 - - uid: 22191 + - uid: 35976 components: - type: Transform - pos: -20.5,-7.5 + pos: -62.5,76.5 parent: 2 - - uid: 22192 + - uid: 35977 components: - type: Transform - pos: -20.5,-6.5 + pos: -63.5,76.5 parent: 2 - - uid: 22193 + - uid: 35978 components: - type: Transform - pos: -20.5,-2.5 + pos: -64.5,76.5 parent: 2 - - uid: 22194 + - uid: 35979 components: - type: Transform - pos: -20.5,-1.5 + pos: -65.5,76.5 parent: 2 - - uid: 22195 + - uid: 35980 components: - type: Transform - pos: -20.5,-0.5 + pos: -66.5,76.5 parent: 2 - - uid: 22196 + - uid: 35981 components: - type: Transform - pos: -20.5,0.5 + pos: -67.5,76.5 parent: 2 - - uid: 22197 + - uid: 35982 components: - type: Transform - pos: -20.5,1.5 + pos: -67.5,77.5 parent: 2 - - uid: 22198 + - uid: 35983 components: - type: Transform - pos: -20.5,2.5 + pos: -67.5,78.5 parent: 2 - - uid: 22199 + - uid: 35984 components: - type: Transform - pos: -20.5,3.5 + pos: -67.5,79.5 parent: 2 - - uid: 22200 + - uid: 35985 components: - type: Transform - pos: -20.5,4.5 + pos: -67.5,80.5 parent: 2 - - uid: 22201 + - uid: 35986 components: - type: Transform - pos: -20.5,5.5 + pos: -67.5,81.5 parent: 2 - - uid: 22202 + - uid: 35987 components: - type: Transform - pos: -20.5,6.5 + pos: -67.5,82.5 parent: 2 - - uid: 22203 + - uid: 35988 components: - type: Transform - pos: -20.5,7.5 + pos: -68.5,82.5 parent: 2 - - uid: 22204 + - uid: 35989 components: - type: Transform - pos: -20.5,8.5 + pos: -69.5,82.5 parent: 2 - - uid: 22205 + - uid: 35990 components: - type: Transform - pos: -20.5,9.5 + pos: -70.5,82.5 parent: 2 - - uid: 22206 + - uid: 35991 components: - type: Transform - pos: -20.5,10.5 + pos: -71.5,82.5 parent: 2 - - uid: 22207 + - uid: 35992 components: - type: Transform - pos: -20.5,11.5 + pos: -72.5,82.5 parent: 2 - - uid: 22208 + - uid: 35993 components: - type: Transform - pos: -20.5,12.5 + pos: -73.5,82.5 parent: 2 - - uid: 22209 + - uid: 35994 components: - type: Transform - pos: -20.5,13.5 + pos: -74.5,82.5 parent: 2 - - uid: 22210 + - uid: 35995 components: - type: Transform - pos: -32.5,-25.5 + pos: -75.5,82.5 parent: 2 - - uid: 22211 + - uid: 35996 components: - type: Transform - pos: -32.5,-24.5 + pos: -76.5,82.5 parent: 2 - - uid: 22212 + - uid: 35997 components: - type: Transform - pos: -32.5,-23.5 + pos: -77.5,82.5 parent: 2 - - uid: 22213 + - uid: 35998 components: - type: Transform - pos: -32.5,-22.5 + pos: -78.5,82.5 parent: 2 - - uid: 22214 + - uid: 35999 components: - type: Transform - pos: -32.5,-21.5 + pos: -79.5,82.5 parent: 2 - - uid: 22215 + - uid: 36000 components: - type: Transform - pos: -32.5,-21.5 + pos: -80.5,82.5 parent: 2 - - uid: 22216 + - uid: 36001 components: - type: Transform - pos: -33.5,-21.5 + pos: -81.5,82.5 parent: 2 - - uid: 22217 + - uid: 36002 components: - type: Transform - pos: -34.5,-21.5 + pos: -81.5,81.5 parent: 2 - - uid: 22218 + - uid: 36003 components: - type: Transform - pos: -46.5,-28.5 + pos: -81.5,80.5 parent: 2 - - uid: 22219 + - uid: 36004 components: - type: Transform - pos: -45.5,-28.5 + pos: -81.5,79.5 parent: 2 - - uid: 22220 + - uid: 36005 components: - type: Transform - pos: -45.5,-28.5 + pos: -81.5,78.5 parent: 2 - - uid: 22221 + - uid: 36006 components: - type: Transform - pos: -45.5,-27.5 + pos: -82.5,78.5 parent: 2 - - uid: 22222 + - uid: 36007 components: - type: Transform - pos: -45.5,-26.5 + pos: -82.5,77.5 parent: 2 - - uid: 22223 + - uid: 36008 components: - type: Transform - pos: -45.5,-25.5 + pos: -82.5,76.5 parent: 2 - - uid: 22224 + - uid: 36009 components: - type: Transform - pos: -46.5,-25.5 + pos: -82.5,75.5 parent: 2 - - uid: 22225 + - uid: 36010 components: - type: Transform - pos: -45.5,-28.5 + pos: -82.5,74.5 parent: 2 - - uid: 22226 + - uid: 36011 components: - type: Transform - pos: -44.5,-28.5 + pos: -82.5,73.5 parent: 2 - - uid: 22227 + - uid: 36012 components: - type: Transform - pos: -43.5,-28.5 + pos: -82.5,72.5 parent: 2 - - uid: 22228 + - uid: 36013 components: - type: Transform - pos: -43.5,-28.5 + pos: -82.5,71.5 parent: 2 - - uid: 22229 + - uid: 36014 components: - type: Transform - pos: -43.5,-29.5 + pos: -82.5,70.5 parent: 2 - - uid: 22230 + - uid: 36015 components: - type: Transform - pos: -43.5,-30.5 + pos: -82.5,69.5 parent: 2 - - uid: 22231 + - uid: 36016 components: - type: Transform - pos: -43.5,-31.5 + pos: -82.5,68.5 parent: 2 - - uid: 22232 + - uid: 36017 components: - type: Transform - pos: -43.5,-31.5 + pos: -82.5,67.5 parent: 2 - - uid: 22233 + - uid: 36018 components: - type: Transform - pos: -42.5,-31.5 + pos: -82.5,66.5 parent: 2 - - uid: 22234 + - uid: 36019 components: - type: Transform - pos: -41.5,-31.5 + pos: -82.5,65.5 parent: 2 - - uid: 22235 + - uid: 36020 components: - type: Transform - pos: -39.5,-27.5 + pos: -82.5,64.5 parent: 2 - - uid: 22236 + - uid: 36021 components: - type: Transform - pos: -40.5,-27.5 + pos: -82.5,63.5 parent: 2 - - uid: 22237 + - uid: 36022 components: - type: Transform - pos: -40.5,-31.5 + pos: -82.5,62.5 parent: 2 - - uid: 22238 + - uid: 36023 components: - type: Transform - pos: -40.5,-32.5 + pos: -82.5,61.5 parent: 2 - - uid: 22239 + - uid: 36024 components: - type: Transform - pos: -40.5,-33.5 + pos: -82.5,60.5 parent: 2 - - uid: 22240 + - uid: 36025 components: - type: Transform - pos: -40.5,-34.5 + pos: -82.5,59.5 parent: 2 - - uid: 22241 + - uid: 36026 components: - type: Transform - pos: -40.5,-34.5 + pos: -82.5,58.5 parent: 2 - - uid: 22242 + - uid: 36027 components: - type: Transform - pos: -39.5,-34.5 + pos: -81.5,58.5 parent: 2 - - uid: 22243 + - uid: 36028 components: - type: Transform - pos: -38.5,-34.5 + pos: -80.5,58.5 parent: 2 - - uid: 22244 + - uid: 36029 components: - type: Transform - pos: -37.5,-34.5 + pos: -79.5,58.5 parent: 2 - - uid: 22245 + - uid: 36030 components: - type: Transform - pos: -35.5,-42.5 + pos: -83.5,66.5 parent: 2 - - uid: 22246 + - uid: 36031 components: - type: Transform - pos: -35.5,-41.5 + pos: -84.5,66.5 parent: 2 - - uid: 22247 + - uid: 36032 components: - type: Transform - pos: -35.5,-40.5 + pos: -85.5,66.5 parent: 2 - - uid: 22248 + - uid: 36033 components: - type: Transform - pos: -35.5,-40.5 + pos: -86.5,66.5 parent: 2 - - uid: 22249 + - uid: 36034 components: - type: Transform - pos: -36.5,-40.5 + pos: -87.5,66.5 parent: 2 - - uid: 22250 + - uid: 36035 components: - type: Transform - pos: -37.5,-40.5 + pos: -85.5,72.5 parent: 2 - - uid: 22251 + - uid: 36036 components: - type: Transform - pos: -38.5,-40.5 + pos: -84.5,72.5 parent: 2 - - uid: 22252 + - uid: 36037 components: - type: Transform - pos: -39.5,-40.5 + pos: -83.5,72.5 parent: 2 - - uid: 22253 + - uid: 36038 components: - type: Transform - pos: -40.5,-40.5 + pos: -83.5,78.5 parent: 2 - - uid: 22254 + - uid: 36039 components: - type: Transform - pos: -35.5,-40.5 + pos: -84.5,78.5 parent: 2 - - uid: 22255 + - uid: 36040 components: - type: Transform - pos: -35.5,-36.5 + pos: -85.5,78.5 parent: 2 - - uid: 22256 + - uid: 36041 components: - type: Transform - pos: -35.5,-40.5 + pos: -86.5,78.5 parent: 2 - - uid: 22257 + - uid: 36042 components: - type: Transform - pos: -35.5,-39.5 + pos: -87.5,78.5 parent: 2 - - uid: 22258 + - uid: 36043 components: - type: Transform - pos: -35.5,-38.5 + pos: -88.5,78.5 parent: 2 - - uid: 22259 + - uid: 36044 components: - type: Transform - pos: -35.5,-37.5 + pos: -88.5,79.5 parent: 2 - - uid: 22260 + - uid: 36045 components: - type: Transform - pos: -35.5,-36.5 + pos: -88.5,80.5 parent: 2 - - uid: 22261 + - uid: 36046 components: - type: Transform - pos: -35.5,-35.5 + pos: -88.5,81.5 parent: 2 - - uid: 22262 + - uid: 36047 components: - type: Transform - pos: -35.5,-36.5 + pos: -88.5,82.5 parent: 2 - - uid: 22263 + - uid: 36048 components: - type: Transform - pos: -34.5,-36.5 + pos: -88.5,83.5 parent: 2 - - uid: 22264 + - uid: 36049 components: - type: Transform - pos: -33.5,-36.5 + pos: -74.5,83.5 parent: 2 - - uid: 22265 + - uid: 36050 components: - type: Transform - pos: -32.5,-36.5 + pos: -74.5,84.5 parent: 2 - - uid: 22266 + - uid: 36055 components: - type: Transform - pos: -31.5,-36.5 + pos: -78.5,58.5 parent: 2 - - uid: 22267 + - uid: 36056 components: - type: Transform - pos: -30.5,-36.5 + pos: -77.5,58.5 parent: 2 - - uid: 22268 + - uid: 36057 components: - type: Transform - pos: -29.5,-36.5 + pos: -76.5,58.5 parent: 2 - - uid: 22269 + - uid: 36058 components: - type: Transform - pos: -29.5,-36.5 + pos: -75.5,58.5 parent: 2 - - uid: 22270 + - uid: 36662 components: - type: Transform - pos: -29.5,-37.5 - parent: 2 - - uid: 22271 + pos: 4.5,-8.5 + parent: 36450 + - uid: 36663 components: - type: Transform - pos: -29.5,-38.5 - parent: 2 - - uid: 22272 + pos: 4.5,-7.5 + parent: 36450 + - uid: 36664 components: - type: Transform - pos: -29.5,-39.5 - parent: 2 - - uid: 22273 + pos: 5.5,-7.5 + parent: 36450 + - uid: 36665 components: - type: Transform - pos: -29.5,-39.5 - parent: 2 - - uid: 22274 + pos: 5.5,-6.5 + parent: 36450 + - uid: 36666 components: - type: Transform - pos: -30.5,-39.5 - parent: 2 - - uid: 22275 + pos: 5.5,-5.5 + parent: 36450 + - uid: 36667 components: - type: Transform - pos: -28.5,-39.5 - parent: 2 - - uid: 22276 + pos: 4.5,-5.5 + parent: 36450 + - uid: 36668 components: - type: Transform - pos: -28.5,-40.5 - parent: 2 - - uid: 22277 + pos: 3.5,-5.5 + parent: 36450 + - uid: 36669 components: - type: Transform - pos: -28.5,-41.5 - parent: 2 - - uid: 22278 + pos: 3.5,-6.5 + parent: 36450 + - uid: 36670 components: - type: Transform - pos: -27.5,-41.5 - parent: 2 - - uid: 22279 + pos: 3.5,-4.5 + parent: 36450 + - uid: 36671 components: - type: Transform - pos: -23.5,-42.5 - parent: 2 - - uid: 22280 + pos: 3.5,-3.5 + parent: 36450 + - uid: 36672 components: - type: Transform - pos: -36.5,-37.5 - parent: 2 - - uid: 22281 + pos: 4.5,-3.5 + parent: 36450 + - uid: 36673 components: - type: Transform - pos: -37.5,-37.5 - parent: 2 - - uid: 22282 + pos: 5.5,-3.5 + parent: 36450 + - uid: 36674 components: - type: Transform - pos: -38.5,-37.5 - parent: 2 - - uid: 22283 + pos: 5.5,-2.5 + parent: 36450 + - uid: 36675 components: - type: Transform - pos: -39.5,-37.5 - parent: 2 - - uid: 22284 + pos: 5.5,-1.5 + parent: 36450 + - uid: 36676 components: - type: Transform - pos: -40.5,-37.5 - parent: 2 - - uid: 22285 + pos: 5.5,-0.5 + parent: 36450 + - uid: 36677 components: - type: Transform - pos: -40.5,-36.5 - parent: 2 - - uid: 22286 + pos: 5.5,0.5 + parent: 36450 + - uid: 36678 components: - type: Transform - pos: -40.5,-38.5 - parent: 2 - - uid: 22287 + pos: 5.5,1.5 + parent: 36450 + - uid: 36679 components: - type: Transform - pos: -45.5,-35.5 - parent: 2 - - uid: 22288 + pos: 5.5,2.5 + parent: 36450 + - uid: 36680 components: - type: Transform - pos: -45.5,-36.5 - parent: 2 - - uid: 22289 + pos: 5.5,3.5 + parent: 36450 + - uid: 36681 components: - type: Transform - pos: -45.5,-37.5 - parent: 2 - - uid: 22290 + pos: 6.5,1.5 + parent: 36450 + - uid: 36682 components: - type: Transform - pos: -45.5,-38.5 - parent: 2 - - uid: 22291 + pos: 7.5,1.5 + parent: 36450 + - uid: 36683 components: - type: Transform - pos: -45.5,-39.5 - parent: 2 - - uid: 22292 + pos: 7.5,2.5 + parent: 36450 + - uid: 36754 components: - type: Transform - pos: -45.5,-40.5 + pos: 58.5,-37.5 parent: 2 - - uid: 22293 + - uid: 37138 components: - type: Transform - pos: -45.5,-41.5 - parent: 2 - - uid: 22294 + pos: 27.5,3.5 + parent: 36907 + - uid: 37139 components: - type: Transform - pos: -45.5,-42.5 - parent: 2 - - uid: 22295 + pos: 27.5,2.5 + parent: 36907 + - uid: 37140 components: - type: Transform - pos: -45.5,-43.5 - parent: 2 - - uid: 22296 + pos: 27.5,1.5 + parent: 36907 + - uid: 37141 components: - type: Transform - pos: -45.5,-44.5 - parent: 2 - - uid: 22297 + pos: 26.5,1.5 + parent: 36907 + - uid: 37142 components: - type: Transform - pos: -45.5,-45.5 - parent: 2 - - uid: 22298 + pos: 26.5,0.5 + parent: 36907 + - uid: 37143 components: - type: Transform - pos: -45.5,-46.5 - parent: 2 - - uid: 22299 + pos: 26.5,-0.5 + parent: 36907 + - uid: 37144 components: - type: Transform - pos: -45.5,-43.5 - parent: 2 - - uid: 22300 + pos: 26.5,-1.5 + parent: 36907 + - uid: 37145 components: - type: Transform - pos: -46.5,-43.5 - parent: 2 - - uid: 22301 + pos: 26.5,-2.5 + parent: 36907 + - uid: 37146 components: - type: Transform - pos: -47.5,-43.5 - parent: 2 - - uid: 22302 + pos: 25.5,-2.5 + parent: 36907 + - uid: 37147 components: - type: Transform - pos: -48.5,-43.5 - parent: 2 - - uid: 22303 + pos: 24.5,-2.5 + parent: 36907 + - uid: 37148 components: - type: Transform - pos: -49.5,-43.5 - parent: 2 - - uid: 22304 + pos: 23.5,-2.5 + parent: 36907 + - uid: 37149 components: - type: Transform - pos: -50.5,-43.5 - parent: 2 - - uid: 22305 + pos: 22.5,-2.5 + parent: 36907 + - uid: 37150 components: - type: Transform - pos: -51.5,-43.5 - parent: 2 - - uid: 22306 + pos: 21.5,-2.5 + parent: 36907 + - uid: 37151 components: - type: Transform - pos: -51.5,-44.5 - parent: 2 - - uid: 22307 + pos: 26.5,-3.5 + parent: 36907 + - uid: 37152 components: - type: Transform - pos: -51.5,-45.5 - parent: 2 - - uid: 22308 + pos: 27.5,-3.5 + parent: 36907 + - uid: 37153 components: - type: Transform - pos: -51.5,-45.5 - parent: 2 - - uid: 22309 + pos: 28.5,-3.5 + parent: 36907 + - uid: 37154 components: - type: Transform - pos: -52.5,-45.5 - parent: 2 - - uid: 22310 + pos: 20.5,-2.5 + parent: 36907 + - uid: 37155 components: - type: Transform - pos: -53.5,-45.5 - parent: 2 - - uid: 22311 + pos: 20.5,-3.5 + parent: 36907 + - uid: 37156 components: - type: Transform - pos: -54.5,-45.5 - parent: 2 - - uid: 22312 + pos: 20.5,-4.5 + parent: 36907 + - uid: 37157 components: - type: Transform - pos: -54.5,-43.5 - parent: 2 - - uid: 22313 + pos: 19.5,-4.5 + parent: 36907 + - uid: 37158 components: - type: Transform - pos: -53.5,-43.5 - parent: 2 - - uid: 22314 + pos: 18.5,-4.5 + parent: 36907 + - uid: 37159 components: - type: Transform - pos: -52.5,-43.5 - parent: 2 - - uid: 22315 + pos: 17.5,-3.5 + parent: 36907 + - uid: 37160 components: - type: Transform - pos: -51.5,-43.5 - parent: 2 - - uid: 22316 + pos: 16.5,-4.5 + parent: 36907 + - uid: 37161 + components: + - type: Transform + pos: 17.5,-5.5 + parent: 36907 + - uid: 37162 components: - type: Transform - pos: -50.5,-43.5 - parent: 2 - - uid: 22317 + pos: 17.5,-4.5 + parent: 36907 + - uid: 37163 components: - type: Transform - pos: -50.5,-42.5 - parent: 2 - - uid: 22318 + pos: 15.5,-4.5 + parent: 36907 + - uid: 37164 components: - type: Transform - pos: -50.5,-41.5 - parent: 2 - - uid: 22319 + pos: 14.5,-4.5 + parent: 36907 + - uid: 37165 components: - type: Transform - pos: -50.5,-40.5 - parent: 2 - - uid: 22320 + pos: 13.5,-4.5 + parent: 36907 + - uid: 37166 components: - type: Transform - pos: -50.5,-39.5 - parent: 2 - - uid: 22321 + pos: 12.5,-4.5 + parent: 36907 + - uid: 37167 components: - type: Transform - pos: -50.5,-38.5 - parent: 2 - - uid: 22322 + pos: 11.5,-4.5 + parent: 36907 + - uid: 37168 components: - type: Transform - pos: -50.5,-37.5 - parent: 2 - - uid: 22323 + pos: 20.5,-1.5 + parent: 36907 + - uid: 37169 components: - type: Transform - pos: -50.5,-36.5 - parent: 2 - - uid: 22324 + pos: 20.5,-0.5 + parent: 36907 + - uid: 37170 components: - type: Transform - pos: -50.5,-35.5 - parent: 2 - - uid: 22325 + pos: 20.5,0.5 + parent: 36907 + - uid: 37171 components: - type: Transform - pos: -50.5,-34.5 - parent: 2 - - uid: 22326 + pos: 20.5,1.5 + parent: 36907 + - uid: 37172 components: - type: Transform - pos: -50.5,-33.5 - parent: 2 - - uid: 22327 + pos: 20.5,2.5 + parent: 36907 + - uid: 37173 components: - type: Transform - pos: -45.5,-38.5 - parent: 2 - - uid: 22328 + pos: 19.5,2.5 + parent: 36907 + - uid: 37174 components: - type: Transform - pos: -44.5,-38.5 - parent: 2 - - uid: 22329 + pos: 18.5,2.5 + parent: 36907 + - uid: 37175 components: - type: Transform - pos: -43.5,-38.5 - parent: 2 - - uid: 22330 + pos: 17.5,2.5 + parent: 36907 + - uid: 37176 components: - type: Transform - pos: -42.5,-38.5 - parent: 2 - - uid: 22331 + pos: 17.5,3.5 + parent: 36907 + - uid: 37177 components: - type: Transform - pos: -42.5,-37.5 - parent: 2 - - uid: 22332 + pos: 17.5,4.5 + parent: 36907 + - uid: 37178 components: - type: Transform - pos: -42.5,-39.5 - parent: 2 - - uid: 22333 + pos: 22.5,-3.5 + parent: 36907 + - uid: 37179 components: - type: Transform - pos: -45.5,-42.5 - parent: 2 - - uid: 22334 + pos: 22.5,-4.5 + parent: 36907 + - uid: 37180 components: - type: Transform - pos: -44.5,-42.5 - parent: 2 - - uid: 22335 + pos: 11.5,-5.5 + parent: 36907 + - uid: 37181 components: - type: Transform - pos: -43.5,-42.5 - parent: 2 - - uid: 22336 + pos: 10.5,-5.5 + parent: 36907 + - uid: 37182 components: - type: Transform - pos: -42.5,-42.5 - parent: 2 - - uid: 22337 + pos: 9.5,-5.5 + parent: 36907 + - uid: 37183 components: - type: Transform - pos: -42.5,-43.5 - parent: 2 - - uid: 22338 + pos: 22.5,-5.5 + parent: 36907 + - uid: 37184 components: - type: Transform - pos: -49.5,-50.5 - parent: 2 - - uid: 22339 + pos: 23.5,-5.5 + parent: 36907 + - uid: 37185 components: - type: Transform - pos: -48.5,-50.5 - parent: 2 - - uid: 22340 + pos: 40.5,-30.5 + parent: 36907 + - uid: 37186 components: - type: Transform - pos: -47.5,-50.5 - parent: 2 - - uid: 22341 + pos: 39.5,-30.5 + parent: 36907 + - uid: 37187 components: - type: Transform - pos: -46.5,-50.5 - parent: 2 - - uid: 22342 + pos: 38.5,-30.5 + parent: 36907 + - uid: 37188 components: - type: Transform - pos: -45.5,-50.5 - parent: 2 - - uid: 22343 + pos: 39.5,-31.5 + parent: 36907 + - uid: 37189 components: - type: Transform - pos: -44.5,-50.5 - parent: 2 - - uid: 22344 + pos: 39.5,-29.5 + parent: 36907 + - uid: 42766 components: - type: Transform - pos: -43.5,-50.5 + pos: 59.5,-37.5 parent: 2 - - uid: 22345 + - uid: 42767 components: - type: Transform - pos: -42.5,-50.5 + pos: 59.5,-36.5 parent: 2 - - uid: 22346 +- proto: CableMVStack + entities: + - uid: 603 components: - type: Transform - pos: -43.5,-50.5 + pos: -37.626987,13.836978 parent: 2 - - uid: 22347 + - uid: 617 components: - type: Transform - pos: -43.5,-49.5 + pos: -37.626987,13.836978 parent: 2 - - uid: 22348 + - uid: 1753 components: - type: Transform - pos: -43.5,-48.5 + rot: 1.5707963267948966 rad + pos: 21.652033,36.53337 parent: 2 - - uid: 22349 + - uid: 5204 components: - type: Transform - pos: -47.5,-50.5 + pos: -35.812614,-32.245155 parent: 2 - - uid: 22350 + - uid: 5275 components: - type: Transform - pos: -47.5,-51.5 + pos: -26.491661,-36.17844 parent: 2 - - uid: 22351 + - uid: 7433 components: - type: Transform - pos: -47.5,-52.5 + pos: -37.626987,13.836978 parent: 2 - - uid: 22352 + - uid: 7943 components: - type: Transform - pos: -47.5,-53.5 + pos: -48.637363,3.5006897 parent: 2 - - uid: 22353 + - uid: 7944 components: - type: Transform - pos: -48.5,-53.5 + pos: -48.637363,3.5006897 parent: 2 - - uid: 22354 + - uid: 9553 components: - type: Transform - pos: -49.5,-51.5 + pos: -28.856297,9.44993 parent: 2 - - uid: 22355 + - uid: 11104 components: - type: Transform - pos: -50.5,-51.5 + pos: 10.242294,-46.572758 parent: 2 - - uid: 22356 + - uid: 11105 components: - type: Transform - pos: -47.5,-50.5 + pos: 10.242294,-46.572758 parent: 2 - - uid: 22357 + - uid: 19104 components: - type: Transform - pos: -47.5,-49.5 + rot: 1.5707963267948966 rad + pos: -14.703421,-54.683327 parent: 2 - - uid: 22358 + - uid: 19530 components: - type: Transform - pos: -47.5,-48.5 + pos: -34.408813,17.073624 parent: 2 - - uid: 22359 +- proto: CableMVStack1 + entities: + - uid: 24876 components: - type: Transform - pos: -47.5,-48.5 + rot: 1.5707963267948966 rad + pos: -66.719086,85.24816 parent: 2 - - uid: 22360 +- proto: CableMVStack10 + entities: + - uid: 13766 components: - type: Transform - pos: -48.5,-48.5 - parent: 2 - - uid: 22361 + rot: -1.5707963267948966 rad + pos: 10.602112,10.536591 + parent: 14592 + - uid: 26944 components: - type: Transform - pos: -49.5,-48.5 + rot: 3.141592653589793 rad + pos: -66.43526,80.6461 parent: 2 - - uid: 22362 +- proto: CableTerminal + entities: + - uid: 1270 components: - type: Transform - pos: -50.5,-48.5 + rot: 3.141592653589793 rad + pos: -87.5,63.5 parent: 2 - - uid: 22363 + - uid: 4097 components: - type: Transform - pos: -43.5,-51.5 + rot: 3.141592653589793 rad + pos: -30.5,16.5 parent: 2 - - uid: 22364 + - uid: 4358 components: - type: Transform - pos: -36.5,-49.5 + pos: -23.5,68.5 parent: 2 - - uid: 22365 + - uid: 8017 components: - type: Transform - pos: -36.5,-50.5 + pos: -28.5,15.5 parent: 2 - - uid: 22366 + - uid: 17567 components: - type: Transform - pos: -36.5,-51.5 + rot: 3.141592653589793 rad + pos: -25.5,38.5 parent: 2 - - uid: 22367 + - uid: 18340 components: - type: Transform - pos: -36.5,-52.5 + rot: 3.141592653589793 rad + pos: -85.5,63.5 parent: 2 - - uid: 22368 + - uid: 18621 components: - type: Transform - pos: -36.5,-53.5 + rot: 3.141592653589793 rad + pos: 17.5,-33.5 parent: 2 - - uid: 22369 + - uid: 18756 components: - type: Transform - pos: -36.5,-54.5 + rot: 3.141592653589793 rad + pos: 60.5,-37.5 parent: 2 - - uid: 22370 + - uid: 19408 components: - type: Transform - pos: -36.5,-54.5 + pos: -30.5,15.5 parent: 2 - - uid: 22371 + - uid: 19415 components: - type: Transform - pos: -37.5,-54.5 + pos: -32.5,15.5 parent: 2 - - uid: 22372 + - uid: 19416 components: - type: Transform - pos: -38.5,-54.5 + rot: 3.141592653589793 rad + pos: -28.5,16.5 parent: 2 - - uid: 22373 + - uid: 19428 components: - type: Transform - pos: -39.5,-54.5 + rot: 3.141592653589793 rad + pos: -32.5,16.5 parent: 2 - - uid: 22374 + - uid: 20879 components: - type: Transform - pos: -38.5,-54.5 + rot: -1.5707963267948966 rad + pos: -66.5,-21.5 parent: 2 - - uid: 22375 + - uid: 31137 components: - type: Transform - pos: -38.5,-53.5 - parent: 2 - - uid: 22376 + rot: 1.5707963267948966 rad + pos: -0.5,8.5 + parent: 30892 + - uid: 33988 components: - type: Transform - pos: -38.5,-52.5 + rot: 3.141592653589793 rad + pos: -86.5,63.5 parent: 2 - - uid: 22377 + - uid: 34751 components: - type: Transform - pos: -38.5,-51.5 + rot: -1.5707963267948966 rad + pos: -5.5,3.5 parent: 2 - - uid: 22378 + - uid: 34759 components: - type: Transform - pos: -38.5,-50.5 + rot: -1.5707963267948966 rad + pos: -5.5,9.5 parent: 2 - - uid: 22379 + - uid: 34760 components: - type: Transform - pos: -39.5,-50.5 + rot: 1.5707963267948966 rad + pos: 6.5,9.5 parent: 2 - - uid: 22380 + - uid: 34762 components: - type: Transform - pos: -37.5,-50.5 + rot: 1.5707963267948966 rad + pos: 6.5,3.5 parent: 2 - - uid: 22381 +- proto: Candle + entities: + - uid: 43243 components: - type: Transform - pos: -36.5,-55.5 + pos: -39.888905,-11.569643 parent: 2 - - uid: 22382 + - uid: 43244 components: - type: Transform - pos: -36.5,-49.5 + pos: -40.27432,-9.516132 parent: 2 - - uid: 22383 +- proto: CandleBlueInfinite + entities: + - uid: 43242 components: - type: Transform - pos: -36.5,-48.5 + pos: -71.19587,-1.5347843 parent: 2 - - uid: 22384 +- proto: CandleGreenInfinite + entities: + - uid: 43239 components: - type: Transform - pos: -36.5,-47.5 + pos: -61.02802,-14.838741 parent: 2 - - uid: 22385 + - uid: 43241 components: - type: Transform - pos: -36.5,-46.5 + pos: -63.289017,-8.399146 parent: 2 - - uid: 22386 +- proto: CandleInfinite + entities: + - uid: 43240 components: - type: Transform - pos: -36.5,-45.5 + pos: -55.007187,-9.222634 parent: 2 - - uid: 22387 +- proto: CannabisSeeds + entities: + - uid: 10990 components: - type: Transform - pos: -36.5,-46.5 + rot: 3.141592653589793 rad + pos: 60.382565,-28.442108 parent: 2 - - uid: 22388 + - uid: 10991 components: - type: Transform - pos: -37.5,-46.5 + rot: 3.141592653589793 rad + pos: 60.663815,-28.645233 parent: 2 - - uid: 22389 + - uid: 10992 components: - type: Transform - pos: -38.5,-46.5 + rot: 3.141592653589793 rad + pos: 60.36694,-28.942108 parent: 2 - - uid: 22390 + - uid: 13371 components: - type: Transform - pos: -39.5,-46.5 + rot: 1.5707963267948966 rad + pos: -29.642117,62.3376 parent: 2 - - uid: 22391 +- proto: CapacitorStockPart + entities: + - uid: 619 components: - type: Transform - pos: -38.5,-47.5 + pos: -42.17418,15.037052 parent: 2 - - uid: 22392 + - uid: 626 components: - type: Transform - pos: -38.5,-45.5 + pos: -41.908554,15.005802 parent: 2 - - uid: 22393 + - uid: 628 components: - type: Transform - pos: -40.5,-46.5 + pos: -42.01793,14.583927 parent: 2 - - uid: 22394 + - uid: 3696 components: - type: Transform - pos: -40.5,-45.5 + pos: -31.762547,7.746805 parent: 2 - - uid: 22395 + - uid: 4245 components: - type: Transform - pos: -40.5,-44.5 + pos: -31.746922,7.54368 parent: 2 - - uid: 22396 + - uid: 5190 components: - type: Transform - pos: -38.5,-47.5 + pos: -26.193335,-33.448845 parent: 2 - - uid: 22397 + - uid: 5191 components: - type: Transform - pos: -51.5,-37.5 + pos: -26.48687,-33.540577 parent: 2 - - uid: 22398 + - uid: 5194 components: - type: Transform - pos: -52.5,-37.5 + pos: -30.26795,-28.621511 parent: 2 - - uid: 22399 + - uid: 5195 components: - type: Transform - pos: -53.5,-37.5 + pos: -30.308756,-28.348688 parent: 2 - - uid: 22400 + - uid: 5196 components: - type: Transform - pos: -52.5,-37.5 + pos: -30.565598,-28.513802 parent: 2 - - uid: 22401 + - uid: 5197 components: - type: Transform - pos: -52.5,-38.5 + pos: -31.362677,-28.49006 parent: 2 - - uid: 22402 + - uid: 5206 components: - type: Transform - pos: -52.5,-39.5 + pos: -34.820316,-31.291273 parent: 2 - - uid: 22403 + - uid: 5324 components: - type: Transform - pos: -49.5,-38.5 + pos: -31.74132,-31.321589 parent: 2 - - uid: 22404 + - uid: 5790 components: - type: Transform - pos: -48.5,-38.5 + pos: -41.971054,15.177677 parent: 2 - - uid: 22405 + - uid: 7948 components: - type: Transform - pos: -47.5,-38.5 + pos: -38.753098,4.7506895 parent: 2 - - uid: 22406 + - uid: 7949 components: - type: Transform - pos: -46.5,-45.5 + pos: -38.331223,4.6256895 parent: 2 - - uid: 22407 + - uid: 7959 components: - type: Transform - pos: -47.5,-45.5 + pos: -44.309902,8.4538145 parent: 2 - - uid: 22408 + - uid: 7960 components: - type: Transform - pos: -48.5,-45.5 + pos: -46.872402,8.7663145 parent: 2 - - uid: 22409 + - uid: 7961 components: - type: Transform - pos: -43.5,-42.5 + pos: -48.747402,8.4538145 parent: 2 - - uid: 22410 + - uid: 7962 components: - type: Transform - pos: -43.5,-41.5 + pos: -42.888027,8.4850645 parent: 2 - - uid: 22411 + - uid: 7963 components: - type: Transform - pos: -50.5,-33.5 + pos: -42.122402,8.4225645 parent: 2 - - uid: 22412 + - uid: 7975 components: - type: Transform - pos: -51.5,-33.5 + pos: -38.283134,4.7663145 parent: 2 - - uid: 22413 + - uid: 7976 components: - type: Transform - pos: -52.5,-33.5 + pos: -38.48626,4.7350645 parent: 2 - - uid: 22414 + - uid: 7977 components: - type: Transform - pos: -53.5,-33.5 + pos: -38.67376,4.8131895 parent: 2 - - uid: 22415 + - uid: 7978 components: - type: Transform - pos: -54.5,-33.5 + pos: -38.220634,4.8131895 parent: 2 - - uid: 22416 + - uid: 7979 components: - type: Transform - pos: -54.5,-33.5 + pos: -38.439384,4.7350645 parent: 2 - - uid: 22417 + - uid: 8051 components: - type: Transform - pos: -54.5,-32.5 + pos: -30.21008,27.443024 parent: 2 - - uid: 22418 + - uid: 8069 components: - type: Transform - pos: -54.5,-32.5 + pos: -25.359629,35.694912 parent: 2 - - uid: 22419 + - uid: 8070 components: - type: Transform - pos: -55.5,-32.5 + pos: -25.312754,35.944912 parent: 2 - - uid: 22420 + - uid: 8071 components: - type: Transform - pos: -56.5,-32.5 + pos: -25.219004,36.054287 parent: 2 - - uid: 22421 + - uid: 8072 components: - type: Transform - pos: -57.5,-32.5 + pos: -31.613804,36.418766 parent: 2 - - uid: 22422 + - uid: 9583 components: - type: Transform - pos: -58.5,-32.5 + pos: -31.606297,7.746805 parent: 2 - - uid: 22423 + - uid: 9920 components: - type: Transform - pos: -59.5,-32.5 + pos: -49.177757,3.7670045 parent: 2 - - uid: 22424 + - uid: 9921 components: - type: Transform - pos: -60.5,-32.5 + pos: -49.177757,3.7670045 parent: 2 - - uid: 22425 + - uid: 9922 components: - type: Transform - pos: -60.5,-32.5 + pos: -49.177757,3.7670045 parent: 2 - - uid: 22426 + - uid: 9923 components: - type: Transform - pos: -60.5,-31.5 + pos: -49.177757,3.7670045 parent: 2 - - uid: 22427 + - uid: 9924 components: - type: Transform - pos: -50.5,-31.5 + pos: -49.177757,3.7670045 parent: 2 - - uid: 22428 + - uid: 9925 components: - type: Transform - pos: -50.5,-32.5 + pos: -49.177757,3.7670045 parent: 2 - - uid: 22429 + - uid: 9926 components: - type: Transform - pos: -50.5,-33.5 + pos: -49.177757,3.7670045 parent: 2 - - uid: 22430 + - uid: 9927 components: - type: Transform - pos: -53.5,-32.5 + pos: -49.724632,3.4076295 parent: 2 - - uid: 22431 + - uid: 9928 components: - type: Transform - pos: -53.5,-31.5 + pos: -49.724632,3.4076295 parent: 2 - - uid: 22432 + - uid: 9929 components: - type: Transform - pos: -17.5,-51.5 + pos: -49.724632,3.4076295 parent: 2 - - uid: 22433 + - uid: 9930 components: - type: Transform - pos: -17.5,-50.5 + pos: -49.724632,3.4076295 parent: 2 - - uid: 22434 + - uid: 9931 components: - type: Transform - pos: -17.5,-50.5 + pos: -49.724632,3.4076295 parent: 2 - - uid: 22435 + - uid: 9932 components: - type: Transform - pos: -18.5,-50.5 + pos: -49.724632,3.4076295 parent: 2 - - uid: 22436 + - uid: 9933 components: - type: Transform - pos: -19.5,-50.5 + pos: -49.724632,3.4076295 parent: 2 - - uid: 22437 + - uid: 9934 components: - type: Transform - pos: -20.5,-50.5 + pos: -49.724632,3.4076295 parent: 2 - - uid: 22438 + - uid: 9935 components: - type: Transform - pos: -20.5,-50.5 + pos: -49.724632,3.4076295 parent: 2 - - uid: 22439 + - uid: 9936 components: - type: Transform - pos: -20.5,-51.5 + pos: -49.724632,3.4076295 parent: 2 - - uid: 22440 + - uid: 19526 components: - type: Transform - pos: -20.5,-52.5 + pos: -34.51819,17.839249 parent: 2 - - uid: 22441 + - uid: 19527 components: - type: Transform - pos: -20.5,-53.5 + pos: -34.67444,17.682999 parent: 2 - - uid: 22442 + - uid: 19528 components: - type: Transform - pos: -20.5,-54.5 + pos: -34.408813,17.604874 parent: 2 - - uid: 22443 + - uid: 24761 components: - type: Transform - pos: -20.5,-54.5 + pos: -65.82121,75.69282 parent: 2 - - uid: 22444 + - uid: 31685 components: - type: Transform - pos: -19.5,-54.5 + pos: -66.64435,80.33221 parent: 2 - - uid: 22445 +- proto: CaptainIDCard + entities: + - uid: 6181 components: - type: Transform - pos: -18.5,-54.5 + pos: 7.395649,-38.2433 parent: 2 - - uid: 22446 +- proto: CarbonDioxideCanister + entities: + - uid: 5074 components: - type: Transform - pos: -20.5,-54.5 + pos: -28.5,-9.5 parent: 2 - - uid: 22447 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5075 components: - type: Transform - pos: -21.5,-54.5 + pos: -28.5,-10.5 parent: 2 - - uid: 22448 + - type: AtmosDevice + joinedGrid: 2 + - uid: 27817 components: - type: Transform - pos: -22.5,-54.5 + pos: -56.5,44.5 parent: 2 - - uid: 22449 + - type: AtmosDevice + joinedGrid: 2 + - uid: 35124 components: - type: Transform - pos: -23.5,-54.5 + pos: 61.5,50.5 parent: 2 - - uid: 22450 + - type: AtmosDevice + joinedGrid: 2 +- proto: Carpet + entities: + - uid: 787 components: - type: Transform - pos: -20.5,-50.5 + pos: 17.5,39.5 parent: 2 - - uid: 22451 + - uid: 2095 components: - type: Transform - pos: -20.5,-49.5 + pos: 19.5,41.5 parent: 2 - - uid: 22452 + - uid: 6164 components: - type: Transform - pos: -20.5,-48.5 + pos: 3.5,-37.5 parent: 2 - - uid: 22453 + - uid: 6165 components: - type: Transform - pos: -20.5,-47.5 + pos: 3.5,-36.5 parent: 2 - - uid: 22454 + - uid: 6166 components: - type: Transform - pos: -20.5,-49.5 + pos: 3.5,-35.5 parent: 2 - - uid: 22455 + - uid: 6167 components: - type: Transform - pos: -21.5,-49.5 + pos: 4.5,-37.5 parent: 2 - - uid: 22456 + - uid: 6168 components: - type: Transform - pos: -22.5,-49.5 + pos: 4.5,-36.5 parent: 2 - - uid: 22457 + - uid: 6169 components: - type: Transform - pos: -23.5,-49.5 + pos: 4.5,-35.5 parent: 2 - - uid: 22458 + - uid: 6170 components: - type: Transform - pos: -23.5,-50.5 + pos: 5.5,-37.5 parent: 2 - - uid: 22459 + - uid: 6171 components: - type: Transform - pos: -24.5,-50.5 + pos: 5.5,-36.5 parent: 2 - - uid: 22460 + - uid: 6172 components: - type: Transform - pos: -25.5,-50.5 + pos: 5.5,-35.5 parent: 2 - - uid: 22461 + - uid: 6173 components: - type: Transform - pos: -21.5,-47.5 + pos: 6.5,-37.5 parent: 2 - - uid: 22462 + - uid: 6174 components: - type: Transform - pos: -22.5,-47.5 + pos: 6.5,-36.5 parent: 2 - - uid: 22463 + - uid: 6175 components: - type: Transform - pos: -23.5,-47.5 + pos: 6.5,-35.5 parent: 2 - - uid: 22464 + - uid: 9864 components: - type: Transform - pos: -23.5,-46.5 + pos: 22.5,42.5 parent: 2 - - uid: 22465 + - uid: 9866 components: - type: Transform - pos: -23.5,-45.5 + pos: 21.5,41.5 parent: 2 - - uid: 22466 + - uid: 9867 components: - type: Transform - pos: -23.5,-45.5 + pos: 21.5,42.5 parent: 2 - - uid: 22467 + - uid: 9868 components: - type: Transform - pos: -24.5,-45.5 + pos: 21.5,43.5 parent: 2 - - uid: 22468 + - uid: 9869 components: - type: Transform - pos: -25.5,-45.5 + pos: 20.5,41.5 parent: 2 - - uid: 22469 + - uid: 9870 components: - type: Transform - pos: -26.5,-45.5 + pos: 20.5,42.5 parent: 2 - - uid: 22470 + - uid: 9871 components: - type: Transform - pos: -27.5,-45.5 + pos: 20.5,43.5 parent: 2 - - uid: 22471 + - uid: 9873 components: - type: Transform - pos: -27.5,-45.5 + pos: 19.5,42.5 parent: 2 - - uid: 22472 + - uid: 9874 components: - type: Transform - pos: -27.5,-44.5 + pos: 19.5,43.5 parent: 2 - - uid: 22473 + - uid: 9875 components: - type: Transform - pos: -27.5,-44.5 + pos: 18.5,41.5 parent: 2 - - uid: 22474 + - uid: 9876 components: - type: Transform - pos: -28.5,-44.5 + pos: 18.5,42.5 parent: 2 - - uid: 22475 + - uid: 9877 components: - type: Transform - pos: -29.5,-44.5 + pos: 18.5,43.5 parent: 2 - - uid: 22476 + - uid: 9878 components: - type: Transform - pos: -29.5,-43.5 + pos: 17.5,41.5 parent: 2 - - uid: 22477 + - uid: 9879 components: - type: Transform - pos: -30.5,-43.5 + pos: 17.5,42.5 parent: 2 - - uid: 22478 + - uid: 9880 components: - type: Transform - pos: -31.5,-43.5 + pos: 17.5,43.5 parent: 2 - - uid: 22479 + - uid: 9881 components: - type: Transform - pos: -31.5,-42.5 + pos: 16.5,41.5 parent: 2 - - uid: 22480 + - uid: 9882 components: - type: Transform - pos: -31.5,-41.5 + pos: 16.5,42.5 parent: 2 - - uid: 22481 + - uid: 9883 components: - type: Transform - pos: -16.5,-50.5 + pos: 16.5,43.5 parent: 2 - - uid: 22482 + - uid: 9884 components: - type: Transform - pos: -15.5,-50.5 + pos: 15.5,41.5 parent: 2 - - uid: 22483 + - uid: 9885 components: - type: Transform - pos: -14.5,-50.5 + pos: 15.5,42.5 parent: 2 - - uid: 22484 + - uid: 9886 components: - type: Transform - pos: -13.5,-50.5 + pos: 15.5,43.5 parent: 2 - - uid: 22485 + - uid: 9901 components: - type: Transform - pos: -12.5,-50.5 + pos: 20.5,44.5 parent: 2 - - uid: 22486 + - uid: 9902 components: - type: Transform - pos: -12.5,-50.5 + pos: 19.5,44.5 parent: 2 - - uid: 22487 + - uid: 14448 components: - type: Transform - pos: -12.5,-51.5 + pos: 17.5,40.5 parent: 2 - - uid: 22488 + - uid: 14450 components: - type: Transform - pos: 3.5,-56.5 + pos: 18.5,40.5 parent: 2 - - uid: 22489 + - uid: 14451 components: - type: Transform - pos: 3.5,-55.5 + pos: 18.5,39.5 parent: 2 - - uid: 22490 +- proto: CarpetBlack + entities: + - uid: 7169 components: - type: Transform - pos: 3.5,-54.5 + rot: 1.5707963267948966 rad + pos: 56.5,-14.5 parent: 2 - - uid: 22491 + - uid: 7183 components: - type: Transform - pos: 3.5,-53.5 + rot: 1.5707963267948966 rad + pos: 57.5,-14.5 parent: 2 - - uid: 22492 + - uid: 7185 components: - type: Transform - pos: 3.5,-53.5 + rot: 1.5707963267948966 rad + pos: 58.5,-14.5 parent: 2 - - uid: 22493 + - uid: 7186 components: - type: Transform - pos: 2.5,-53.5 + rot: 1.5707963267948966 rad + pos: 56.5,-16.5 parent: 2 - - uid: 22494 + - uid: 7187 components: - type: Transform - pos: 1.5,-53.5 + rot: 1.5707963267948966 rad + pos: 57.5,-16.5 parent: 2 - - uid: 22495 + - uid: 7188 components: - type: Transform - pos: 0.5,-53.5 + rot: 1.5707963267948966 rad + pos: 58.5,-16.5 parent: 2 - - uid: 22496 + - uid: 7189 components: - type: Transform - pos: -0.5,-53.5 + rot: 1.5707963267948966 rad + pos: 55.5,-16.5 parent: 2 - - uid: 22497 + - uid: 7190 components: - type: Transform - pos: -1.5,-53.5 + rot: 1.5707963267948966 rad + pos: 55.5,-14.5 parent: 2 - - uid: 22498 + - uid: 7191 components: - type: Transform - pos: -2.5,-53.5 + rot: 1.5707963267948966 rad + pos: 59.5,-14.5 parent: 2 - - uid: 22499 + - uid: 7192 components: - type: Transform - pos: 3.5,-55.5 + rot: 1.5707963267948966 rad + pos: 60.5,-14.5 parent: 2 - - uid: 22500 + - uid: 7193 components: - type: Transform - pos: 4.5,-55.5 + rot: 1.5707963267948966 rad + pos: 59.5,-16.5 parent: 2 - - uid: 22501 + - uid: 7194 components: - type: Transform - pos: 5.5,-55.5 + rot: 1.5707963267948966 rad + pos: 60.5,-16.5 parent: 2 - - uid: 22502 + - uid: 7195 components: - type: Transform - pos: 6.5,-55.5 + rot: 1.5707963267948966 rad + pos: 61.5,-16.5 parent: 2 - - uid: 22503 + - uid: 7196 components: - type: Transform - pos: 7.5,-55.5 + rot: 1.5707963267948966 rad + pos: 62.5,-16.5 parent: 2 - - uid: 22504 + - uid: 7197 components: - type: Transform - pos: 8.5,-55.5 + rot: 1.5707963267948966 rad + pos: 62.5,-14.5 parent: 2 - - uid: 22505 + - uid: 7198 components: - type: Transform - pos: 8.5,-55.5 + rot: 1.5707963267948966 rad + pos: 61.5,-14.5 parent: 2 - - uid: 22506 + - uid: 7199 components: - type: Transform - pos: 8.5,-56.5 + rot: 1.5707963267948966 rad + pos: 56.5,-15.5 parent: 2 - - uid: 22507 + - uid: 7200 components: - type: Transform - pos: 8.5,-57.5 + rot: 1.5707963267948966 rad + pos: 58.5,-15.5 parent: 2 - - uid: 22508 + - uid: 7201 components: - type: Transform - pos: 8.5,-58.5 + rot: 1.5707963267948966 rad + pos: 59.5,-15.5 parent: 2 - - uid: 22509 + - uid: 7202 components: - type: Transform - pos: 8.5,-58.5 + rot: 1.5707963267948966 rad + pos: 60.5,-15.5 parent: 2 - - uid: 22510 + - uid: 7203 components: - type: Transform - pos: 7.5,-58.5 + rot: 1.5707963267948966 rad + pos: 61.5,-15.5 parent: 2 - - uid: 22511 + - uid: 7204 components: - type: Transform - pos: 6.5,-58.5 + rot: 1.5707963267948966 rad + pos: 57.5,-15.5 parent: 2 - - uid: 22512 + - uid: 7205 components: - type: Transform - pos: 5.5,-58.5 + rot: 1.5707963267948966 rad + pos: 55.5,-15.5 parent: 2 - - uid: 22513 + - uid: 7206 components: - type: Transform - pos: 8.5,-58.5 + rot: 1.5707963267948966 rad + pos: 62.5,-15.5 parent: 2 - - uid: 22514 + - uid: 8833 components: - type: Transform - pos: 9.5,-58.5 + pos: 53.5,-22.5 parent: 2 - - uid: 22515 + - uid: 8834 components: - type: Transform - pos: 10.5,-58.5 + pos: 53.5,-21.5 parent: 2 - - uid: 22516 + - uid: 8836 components: - type: Transform - pos: 11.5,-58.5 + pos: 54.5,-21.5 parent: 2 - - uid: 22517 + - uid: 8837 components: - type: Transform - pos: 9.5,-58.5 + pos: 52.5,-22.5 parent: 2 - - uid: 22518 + - uid: 8869 components: - type: Transform - pos: 9.5,-59.5 + pos: 57.5,-22.5 parent: 2 - - uid: 22519 + - uid: 8870 components: - type: Transform - pos: 9.5,-60.5 + pos: 57.5,-21.5 parent: 2 - - uid: 22520 + - uid: 8871 components: - type: Transform - pos: 9.5,-61.5 + pos: 58.5,-22.5 parent: 2 - - uid: 22521 + - uid: 8872 components: - type: Transform - pos: -10.5,-72.5 + pos: 58.5,-21.5 parent: 2 - - uid: 22522 + - uid: 8873 components: - type: Transform - pos: -9.5,-72.5 + pos: 59.5,-22.5 parent: 2 - - uid: 22523 + - uid: 8874 components: - type: Transform - pos: -8.5,-72.5 + pos: 59.5,-21.5 parent: 2 - - uid: 22524 + - uid: 8876 components: - type: Transform - pos: -8.5,-72.5 + pos: 56.5,-22.5 parent: 2 - - uid: 22525 + - uid: 8877 components: - type: Transform - pos: -8.5,-73.5 + pos: 56.5,-21.5 parent: 2 - - uid: 22526 + - uid: 8878 components: - type: Transform - pos: -8.5,-74.5 + pos: 60.5,-22.5 parent: 2 - - uid: 22527 + - uid: 8879 components: - type: Transform - pos: -8.5,-75.5 + pos: 60.5,-21.5 parent: 2 - - uid: 22528 + - uid: 8880 components: - type: Transform - pos: -8.5,-76.5 + pos: 57.5,-23.5 parent: 2 - - uid: 22529 + - uid: 8882 components: - type: Transform - pos: -8.5,-77.5 + pos: 59.5,-23.5 parent: 2 - - uid: 22530 + - uid: 8883 components: - type: Transform - pos: -8.5,-78.5 + pos: 57.5,-20.5 parent: 2 - - uid: 22531 + - uid: 8884 components: - type: Transform - pos: -8.5,-79.5 + pos: 58.5,-20.5 parent: 2 - - uid: 22532 + - uid: 8885 components: - type: Transform - pos: -8.5,-80.5 + pos: 59.5,-20.5 parent: 2 - - uid: 22533 + - uid: 36438 components: - type: Transform - pos: -8.5,-81.5 + rot: -1.5707963267948966 rad + pos: 58.5,-23.5 parent: 2 - - uid: 22534 +- proto: CarpetBlue + entities: + - uid: 6132 components: - type: Transform - pos: -8.5,-82.5 + pos: 12.5,-34.5 parent: 2 - - uid: 22535 + - uid: 6133 components: - type: Transform - pos: -8.5,-83.5 + pos: 12.5,-33.5 parent: 2 - - uid: 22536 + - uid: 6134 components: - type: Transform - pos: -8.5,-84.5 + pos: 13.5,-34.5 parent: 2 - - uid: 22537 + - uid: 6135 components: - type: Transform - pos: -8.5,-85.5 + pos: 13.5,-33.5 parent: 2 - - uid: 22538 + - uid: 6136 components: - type: Transform - pos: -8.5,-86.5 + pos: 14.5,-34.5 parent: 2 - - uid: 22539 + - uid: 6137 components: - type: Transform - pos: -8.5,-84.5 + pos: 14.5,-33.5 parent: 2 - - uid: 22540 + - uid: 6138 components: - type: Transform - pos: -9.5,-84.5 + pos: 11.5,-34.5 parent: 2 - - uid: 22541 + - uid: 6139 components: - type: Transform - pos: -10.5,-84.5 + pos: 11.5,-33.5 parent: 2 - - uid: 22542 +- proto: CarpetChapel + entities: + - uid: 3388 components: - type: Transform - pos: -11.5,-84.5 + rot: -1.5707963267948966 rad + pos: 59.5,-17.5 parent: 2 - - uid: 22543 + - uid: 3390 components: - type: Transform - pos: -8.5,-84.5 + rot: -1.5707963267948966 rad + pos: 57.5,-17.5 parent: 2 - - uid: 22544 + - uid: 3391 components: - type: Transform - pos: -7.5,-84.5 + rot: -1.5707963267948966 rad + pos: 59.5,-12.5 parent: 2 - - uid: 22545 + - uid: 3392 components: - type: Transform - pos: -6.5,-84.5 + rot: -1.5707963267948966 rad + pos: 55.5,-17.5 parent: 2 - - uid: 22546 + - uid: 3393 components: - type: Transform - pos: -5.5,-84.5 + rot: -1.5707963267948966 rad + pos: 61.5,-12.5 parent: 2 - - uid: 22547 + - uid: 3394 components: - type: Transform - pos: -8.5,-86.5 + rot: -1.5707963267948966 rad + pos: 57.5,-12.5 parent: 2 - - uid: 22548 + - uid: 3396 components: - type: Transform - pos: -8.5,-87.5 + rot: -1.5707963267948966 rad + pos: 55.5,-12.5 parent: 2 - - uid: 22549 + - uid: 7139 components: - type: Transform - pos: -8.5,-88.5 + rot: -1.5707963267948966 rad + pos: 61.5,-17.5 parent: 2 - - uid: 22550 + - uid: 7140 components: - type: Transform - pos: -11.5,-77.5 + rot: 3.141592653589793 rad + pos: 62.5,-17.5 parent: 2 - - uid: 22551 + - uid: 7141 components: - type: Transform - pos: -10.5,-77.5 + rot: 3.141592653589793 rad + pos: 60.5,-17.5 parent: 2 - - uid: 22552 + - uid: 7142 components: - type: Transform - pos: -9.5,-77.5 + rot: 3.141592653589793 rad + pos: 58.5,-17.5 parent: 2 - - uid: 22553 + - uid: 7143 components: - type: Transform - pos: -8.5,-77.5 + rot: 3.141592653589793 rad + pos: 56.5,-17.5 parent: 2 - - uid: 22554 + - uid: 7144 components: - type: Transform - pos: -7.5,-77.5 + rot: 3.141592653589793 rad + pos: 56.5,-12.5 parent: 2 - - uid: 22555 + - uid: 7145 components: - type: Transform - pos: -6.5,-77.5 + rot: 3.141592653589793 rad + pos: 58.5,-12.5 parent: 2 - - uid: 22556 + - uid: 7146 components: - type: Transform - pos: -5.5,-77.5 + rot: 3.141592653589793 rad + pos: 60.5,-12.5 parent: 2 - - uid: 22557 + - uid: 7147 components: - type: Transform - pos: -8.5,-72.5 + rot: 3.141592653589793 rad + pos: 62.5,-12.5 parent: 2 - - uid: 22558 + - uid: 7148 components: - type: Transform - pos: -8.5,-71.5 + rot: 1.5707963267948966 rad + pos: 62.5,-13.5 parent: 2 - - uid: 22559 + - uid: 7149 components: - type: Transform - pos: -8.5,-70.5 + rot: 1.5707963267948966 rad + pos: 62.5,-18.5 parent: 2 - - uid: 22560 + - uid: 7150 components: - type: Transform - pos: -8.5,-69.5 + rot: 1.5707963267948966 rad + pos: 60.5,-13.5 parent: 2 - - uid: 22561 + - uid: 7151 components: - type: Transform - pos: -8.5,-68.5 + rot: 1.5707963267948966 rad + pos: 60.5,-18.5 parent: 2 - - uid: 22562 + - uid: 7152 components: - type: Transform - pos: -8.5,-67.5 + rot: 1.5707963267948966 rad + pos: 58.5,-13.5 parent: 2 - - uid: 22563 + - uid: 7153 components: - type: Transform - pos: 7.5,-72.5 + rot: 1.5707963267948966 rad + pos: 58.5,-18.5 parent: 2 - - uid: 22564 + - uid: 7154 components: - type: Transform - pos: 8.5,-72.5 + rot: 1.5707963267948966 rad + pos: 56.5,-18.5 parent: 2 - - uid: 22565 + - uid: 7155 components: - type: Transform - pos: 9.5,-72.5 + rot: 1.5707963267948966 rad + pos: 56.5,-13.5 parent: 2 - - uid: 22566 + - uid: 7156 components: - type: Transform - pos: 9.5,-72.5 + pos: 55.5,-13.5 parent: 2 - - uid: 22567 + - uid: 7157 components: - type: Transform - pos: 9.5,-71.5 + pos: 57.5,-13.5 parent: 2 - - uid: 22568 + - uid: 7158 components: - type: Transform - pos: 9.5,-70.5 + pos: 59.5,-13.5 parent: 2 - - uid: 22569 + - uid: 7159 components: - type: Transform - pos: 9.5,-69.5 + pos: 61.5,-13.5 parent: 2 - - uid: 22570 + - uid: 7160 components: - type: Transform - pos: 9.5,-68.5 + pos: 61.5,-18.5 parent: 2 - - uid: 22571 + - uid: 7161 components: - type: Transform - pos: 9.5,-67.5 + pos: 59.5,-18.5 parent: 2 - - uid: 22572 + - uid: 7162 components: - type: Transform - pos: 9.5,-66.5 + pos: 57.5,-18.5 parent: 2 - - uid: 22573 + - uid: 7163 components: - type: Transform - pos: 9.5,-72.5 + pos: 55.5,-18.5 parent: 2 - - uid: 22574 +- proto: CarpetGreen + entities: + - uid: 8343 components: - type: Transform - pos: 9.5,-73.5 + pos: 37.5,20.5 parent: 2 - - uid: 22575 + - uid: 8867 components: - type: Transform - pos: 9.5,-74.5 + pos: 48.5,4.5 parent: 2 - - uid: 22576 + - uid: 9432 components: - type: Transform - pos: 9.5,-75.5 + pos: 48.5,5.5 parent: 2 - - uid: 22577 + - uid: 9763 components: - type: Transform - pos: 9.5,-76.5 + pos: 38.5,20.5 parent: 2 - - uid: 22578 + - uid: 9764 components: - type: Transform - pos: 9.5,-77.5 + pos: 37.5,21.5 parent: 2 - - uid: 22579 + - uid: 9765 components: - type: Transform - pos: 9.5,-78.5 + pos: 37.5,22.5 parent: 2 - - uid: 22580 + - uid: 9766 components: - type: Transform - pos: 9.5,-79.5 + pos: 37.5,23.5 parent: 2 - - uid: 22581 + - uid: 9767 components: - type: Transform - pos: 9.5,-80.5 + pos: 38.5,21.5 parent: 2 - - uid: 22582 + - uid: 9768 components: - type: Transform - pos: 9.5,-81.5 + pos: 38.5,22.5 parent: 2 - - uid: 22583 + - uid: 9769 components: - type: Transform - pos: 9.5,-82.5 + pos: 38.5,23.5 parent: 2 - - uid: 22584 + - uid: 9770 components: - type: Transform - pos: 9.5,-83.5 + pos: 39.5,21.5 parent: 2 - - uid: 22585 + - uid: 11761 components: - type: Transform - pos: 9.5,-84.5 + pos: 39.5,22.5 parent: 2 - - uid: 22586 + - uid: 12321 components: - type: Transform - pos: 9.5,-85.5 + pos: 39.5,23.5 parent: 2 - - uid: 22587 + - uid: 19294 components: - type: Transform - pos: 9.5,-86.5 + pos: 46.5,5.5 parent: 2 - - uid: 22588 + - uid: 19315 components: - type: Transform - pos: 9.5,-87.5 + pos: 47.5,5.5 parent: 2 - - uid: 22589 + - uid: 19360 components: - type: Transform - pos: 9.5,-88.5 + pos: 47.5,4.5 parent: 2 - - uid: 22590 + - uid: 19959 components: - type: Transform - pos: 6.5,-84.5 + pos: 46.5,4.5 parent: 2 - - uid: 22591 +- proto: CarpetOrange + entities: + - uid: 5514 components: - type: Transform - pos: 7.5,-84.5 + pos: -39.5,-54.5 parent: 2 - - uid: 22592 + - uid: 5515 components: - type: Transform - pos: 8.5,-84.5 + pos: -39.5,-53.5 parent: 2 - - uid: 22593 + - uid: 5516 components: - type: Transform - pos: 9.5,-84.5 + pos: -39.5,-52.5 parent: 2 - - uid: 22594 + - uid: 5517 components: - type: Transform - pos: 10.5,-84.5 + pos: -39.5,-51.5 parent: 2 - - uid: 22595 + - uid: 5518 components: - type: Transform - pos: 11.5,-84.5 + pos: -38.5,-54.5 parent: 2 - - uid: 22596 + - uid: 5519 components: - type: Transform - pos: 12.5,-84.5 + pos: -38.5,-53.5 parent: 2 - - uid: 22597 + - uid: 5520 components: - type: Transform - pos: 12.5,-77.5 + pos: -38.5,-52.5 parent: 2 - - uid: 22598 + - uid: 5521 components: - type: Transform - pos: 11.5,-77.5 + pos: -38.5,-51.5 parent: 2 - - uid: 22599 + - uid: 5522 components: - type: Transform - pos: 10.5,-77.5 + pos: -37.5,-54.5 parent: 2 - - uid: 22600 + - uid: 5523 components: - type: Transform - pos: 9.5,-77.5 + pos: -37.5,-53.5 parent: 2 - - uid: 22601 + - uid: 5524 components: - type: Transform - pos: 8.5,-77.5 + pos: -37.5,-52.5 parent: 2 - - uid: 22602 + - uid: 5525 components: - type: Transform - pos: 7.5,-77.5 + pos: -37.5,-51.5 parent: 2 - - uid: 22603 + - uid: 14751 components: - type: Transform - pos: 6.5,-77.5 + pos: -11.5,-66.5 parent: 2 - - uid: 22604 +- proto: CarpetPurple + entities: + - uid: 8547 components: - type: Transform - pos: 6.5,-77.5 + rot: 3.141592653589793 rad + pos: 5.5,31.5 parent: 2 - - uid: 22605 + - uid: 8548 components: - type: Transform - pos: 9.5,-67.5 + rot: 3.141592653589793 rad + pos: 5.5,30.5 parent: 2 - - uid: 22606 + - uid: 8549 components: - type: Transform - pos: 8.5,-67.5 + rot: 3.141592653589793 rad + pos: 6.5,31.5 parent: 2 - - uid: 22607 + - uid: 8550 components: - type: Transform - pos: 7.5,-67.5 + rot: 3.141592653589793 rad + pos: 6.5,30.5 parent: 2 - - uid: 22608 + - uid: 8551 components: - type: Transform - pos: -1.5,-68.5 + rot: 3.141592653589793 rad + pos: 5.5,32.5 parent: 2 - - uid: 22609 + - uid: 8552 components: - type: Transform - pos: -1.5,-67.5 + rot: 3.141592653589793 rad + pos: 6.5,32.5 parent: 2 - - uid: 22610 + - uid: 8553 components: - type: Transform - pos: -1.5,-66.5 + rot: 3.141592653589793 rad + pos: 5.5,29.5 parent: 2 - - uid: 22611 + - uid: 8554 components: - type: Transform - pos: -1.5,-65.5 + rot: 3.141592653589793 rad + pos: 6.5,29.5 parent: 2 - - uid: 22612 + - uid: 10389 components: - type: Transform - pos: -1.5,-64.5 + pos: -16.5,-17.5 parent: 2 - - uid: 22613 + - uid: 10390 components: - type: Transform - pos: -1.5,-66.5 + pos: -16.5,-18.5 parent: 2 - - uid: 22614 + - uid: 10391 components: - type: Transform - pos: -0.5,-66.5 + pos: -16.5,-19.5 parent: 2 - - uid: 22615 + - uid: 10392 components: - type: Transform - pos: 0.5,-66.5 + pos: -15.5,-17.5 parent: 2 - - uid: 22616 + - uid: 10393 components: - type: Transform - pos: 1.5,-66.5 + pos: -15.5,-18.5 parent: 2 - - uid: 22617 + - uid: 10394 components: - type: Transform - pos: 2.5,-66.5 + pos: -15.5,-19.5 parent: 2 - - uid: 22618 + - uid: 10395 components: - type: Transform - pos: 3.5,-66.5 + pos: -14.5,-17.5 parent: 2 - - uid: 22619 + - uid: 10396 components: - type: Transform - pos: 4.5,-66.5 + pos: -14.5,-18.5 parent: 2 - - uid: 22620 + - uid: 10397 components: - type: Transform - pos: 5.5,-66.5 + pos: -14.5,-19.5 parent: 2 - - uid: 22621 +- proto: CarpetSBlue + entities: + - uid: 5749 components: - type: Transform - pos: -1.5,-66.5 + pos: -6.5,-37.5 parent: 2 - - uid: 22622 + - uid: 5750 components: - type: Transform - pos: -2.5,-66.5 + pos: -6.5,-36.5 parent: 2 - - uid: 22623 + - uid: 5751 components: - type: Transform - pos: -3.5,-66.5 + pos: -5.5,-37.5 parent: 2 - - uid: 22624 + - uid: 5752 components: - type: Transform - pos: -4.5,-66.5 + pos: -5.5,-36.5 parent: 2 - - uid: 22625 + - uid: 5753 components: - type: Transform - pos: -5.5,-66.5 + pos: -4.5,-37.5 parent: 2 - - uid: 22626 + - uid: 5754 components: - type: Transform - pos: -6.5,-66.5 + pos: -4.5,-36.5 parent: 2 - - uid: 22627 + - uid: 5755 components: - type: Transform - pos: -7.5,-66.5 + pos: -7.5,-36.5 parent: 2 - - uid: 22628 + - uid: 5756 components: - type: Transform - pos: -6.5,-66.5 + pos: -7.5,-37.5 parent: 2 - - uid: 22629 + - uid: 5757 components: - type: Transform - pos: -6.5,-65.5 + pos: -6.5,-38.5 parent: 2 - - uid: 22630 + - uid: 5758 components: - type: Transform - pos: -6.5,-64.5 + pos: -5.5,-38.5 parent: 2 - - uid: 22631 + - uid: 5759 components: - type: Transform - pos: -6.5,-63.5 + pos: -4.5,-38.5 parent: 2 - - uid: 22632 + - uid: 5760 components: - type: Transform - pos: -6.5,-62.5 + pos: -3.5,-37.5 parent: 2 - - uid: 22633 + - uid: 5761 components: - type: Transform - pos: -6.5,-62.5 + pos: -3.5,-36.5 parent: 2 - - uid: 22634 + - uid: 5762 components: - type: Transform - pos: -5.5,-62.5 + pos: -4.5,-35.5 parent: 2 - - uid: 22635 + - uid: 5763 components: - type: Transform - pos: -4.5,-62.5 + pos: -5.5,-35.5 parent: 2 - - uid: 22636 + - uid: 5764 components: - type: Transform - pos: -3.5,-62.5 + pos: -6.5,-35.5 parent: 2 - - uid: 22637 + - uid: 12249 components: - type: Transform - pos: -2.5,-62.5 + pos: 13.5,-19.5 parent: 2 - - uid: 22638 + - uid: 12250 components: - type: Transform - pos: -1.5,-62.5 + pos: 13.5,-18.5 parent: 2 - - uid: 22639 + - uid: 12251 components: - type: Transform - pos: -0.5,-62.5 + pos: 13.5,-17.5 parent: 2 - - uid: 22640 + - uid: 12252 components: - type: Transform - pos: 0.5,-62.5 + pos: 14.5,-19.5 parent: 2 - - uid: 22641 + - uid: 12253 components: - type: Transform - pos: 2.5,-66.5 + pos: 14.5,-18.5 parent: 2 - - uid: 22642 + - uid: 12254 components: - type: Transform - pos: 2.5,-65.5 + pos: 14.5,-17.5 parent: 2 - - uid: 22643 + - uid: 12255 components: - type: Transform - pos: 2.5,-64.5 + pos: 15.5,-19.5 parent: 2 - - uid: 22644 + - uid: 12256 components: - type: Transform - pos: 2.5,-63.5 + pos: 15.5,-18.5 parent: 2 - - uid: 22645 + - uid: 12257 components: - type: Transform - pos: 3.5,-63.5 + pos: 15.5,-17.5 parent: 2 - - uid: 22646 + - uid: 12259 components: - type: Transform - pos: 3.5,-62.5 + pos: 16.5,-19.5 parent: 2 - - uid: 22647 + - uid: 12260 components: - type: Transform - pos: 3.5,-62.5 + pos: 16.5,-18.5 parent: 2 - - uid: 22648 + - uid: 12261 components: - type: Transform - pos: 4.5,-62.5 + pos: 16.5,-17.5 parent: 2 - - uid: 22649 + - uid: 27291 components: - type: Transform - pos: 5.5,-62.5 + rot: 1.5707963267948966 rad + pos: 40.5,-44.5 parent: 2 - - uid: 22650 + - uid: 27292 components: - type: Transform - pos: 6.5,-62.5 + rot: 1.5707963267948966 rad + pos: 40.5,-43.5 parent: 2 - - uid: 22651 + - uid: 27293 components: - type: Transform - pos: 7.5,-62.5 + rot: 1.5707963267948966 rad + pos: 39.5,-45.5 parent: 2 - - uid: 22652 + - uid: 27294 components: - type: Transform - pos: 8.5,-62.5 + rot: 1.5707963267948966 rad + pos: 39.5,-44.5 parent: 2 - - uid: 22653 + - uid: 27295 components: - type: Transform - pos: 8.5,-62.5 + rot: 1.5707963267948966 rad + pos: 39.5,-43.5 parent: 2 - - uid: 22654 + - uid: 27296 components: - type: Transform - pos: 8.5,-63.5 + rot: 1.5707963267948966 rad + pos: 38.5,-45.5 parent: 2 - - uid: 22655 + - uid: 27297 components: - type: Transform - pos: 9.5,-63.5 + rot: 1.5707963267948966 rad + pos: 38.5,-44.5 parent: 2 - - uid: 22656 + - uid: 27298 components: - type: Transform - pos: 8.5,-64.5 + rot: 1.5707963267948966 rad + pos: 38.5,-43.5 parent: 2 - - uid: 22657 + - uid: 27299 components: - type: Transform - pos: -1.5,-61.5 + rot: 1.5707963267948966 rad + pos: 41.5,-45.5 parent: 2 - - uid: 22658 + - uid: 27300 components: - type: Transform - pos: -7.5,-62.5 + rot: 1.5707963267948966 rad + pos: 41.5,-44.5 parent: 2 - - uid: 22659 + - uid: 27301 components: - type: Transform - pos: -8.5,-62.5 + rot: 1.5707963267948966 rad + pos: 41.5,-43.5 parent: 2 - - uid: 22660 + - uid: 27303 components: - type: Transform - pos: -8.5,-61.5 + rot: 1.5707963267948966 rad + pos: 38.5,-42.5 parent: 2 - - uid: 22661 + - uid: 27304 components: - type: Transform - pos: -8.5,-60.5 + rot: 1.5707963267948966 rad + pos: 38.5,-41.5 parent: 2 - - uid: 22662 + - uid: 27305 components: - type: Transform - pos: -8.5,-59.5 + rot: 1.5707963267948966 rad + pos: 39.5,-42.5 parent: 2 - - uid: 22663 + - uid: 27306 components: - type: Transform - pos: -8.5,-58.5 + rot: 1.5707963267948966 rad + pos: 39.5,-41.5 parent: 2 - - uid: 22664 + - uid: 27307 components: - type: Transform - pos: -9.5,-58.5 + rot: 1.5707963267948966 rad + pos: 40.5,-42.5 parent: 2 - - uid: 22665 + - uid: 27308 components: - type: Transform - pos: -8.5,-58.5 + rot: 1.5707963267948966 rad + pos: 40.5,-41.5 parent: 2 - - uid: 22666 + - uid: 27309 components: - type: Transform - pos: -7.5,-58.5 + rot: 1.5707963267948966 rad + pos: 41.5,-42.5 parent: 2 - - uid: 22667 + - uid: 27310 components: - type: Transform - pos: -6.5,-58.5 + rot: 1.5707963267948966 rad + pos: 41.5,-41.5 parent: 2 - - uid: 22668 + - uid: 27311 components: - type: Transform - pos: -5.5,-58.5 + rot: 1.5707963267948966 rad + pos: 37.5,-40.5 parent: 2 - - uid: 22669 + - uid: 27312 components: - type: Transform - pos: -4.5,-58.5 + rot: 1.5707963267948966 rad + pos: 37.5,-41.5 parent: 2 - - uid: 22670 + - uid: 27313 components: - type: Transform - pos: -10.5,-59.5 + rot: 1.5707963267948966 rad + pos: 37.5,-42.5 parent: 2 - - uid: 22671 + - uid: 27314 components: - type: Transform - pos: -10.5,-58.5 + rot: 1.5707963267948966 rad + pos: 37.5,-43.5 parent: 2 - - uid: 22672 + - uid: 27315 components: - type: Transform - pos: -2.5,-54.5 + rot: 1.5707963267948966 rad + pos: 37.5,-44.5 parent: 2 - - uid: 22673 + - uid: 27316 components: - type: Transform - pos: -2.5,-55.5 + rot: 1.5707963267948966 rad + pos: 37.5,-45.5 parent: 2 - - uid: 22674 + - uid: 27317 components: - type: Transform - pos: -2.5,-55.5 + rot: 1.5707963267948966 rad + pos: 38.5,-40.5 parent: 2 - - uid: 22675 + - uid: 27318 components: - type: Transform - pos: -3.5,-55.5 + rot: 1.5707963267948966 rad + pos: 38.5,-41.5 parent: 2 - - uid: 22676 + - uid: 27319 components: - type: Transform - pos: -4.5,-55.5 + rot: 1.5707963267948966 rad + pos: 38.5,-42.5 parent: 2 - - uid: 22677 + - uid: 27320 components: - type: Transform - pos: -5.5,-55.5 + rot: 1.5707963267948966 rad + pos: 38.5,-43.5 parent: 2 - - uid: 22678 + - uid: 27321 components: - type: Transform - pos: -6.5,-55.5 + rot: 1.5707963267948966 rad + pos: 38.5,-44.5 parent: 2 - - uid: 22679 + - uid: 27322 components: - type: Transform - pos: -7.5,-55.5 + rot: 1.5707963267948966 rad + pos: 38.5,-45.5 parent: 2 - - uid: 22680 + - uid: 27323 components: - type: Transform - pos: -8.5,-55.5 + rot: 1.5707963267948966 rad + pos: 39.5,-40.5 parent: 2 - - uid: 22681 + - uid: 27324 components: - type: Transform - pos: -8.5,-55.5 + rot: 1.5707963267948966 rad + pos: 39.5,-41.5 parent: 2 - - uid: 22682 + - uid: 27325 components: - type: Transform - pos: -8.5,-54.5 + rot: 1.5707963267948966 rad + pos: 39.5,-42.5 parent: 2 - - uid: 22683 + - uid: 27326 components: - type: Transform - pos: -8.5,-53.5 + rot: 1.5707963267948966 rad + pos: 39.5,-43.5 parent: 2 - - uid: 22684 + - uid: 27327 components: - type: Transform - pos: -8.5,-52.5 + rot: 1.5707963267948966 rad + pos: 39.5,-44.5 parent: 2 - - uid: 22685 + - uid: 27328 components: - type: Transform - pos: -8.5,-51.5 + rot: 1.5707963267948966 rad + pos: 39.5,-45.5 parent: 2 - - uid: 22686 + - uid: 27329 components: - type: Transform - pos: -8.5,-50.5 + rot: 1.5707963267948966 rad + pos: 40.5,-40.5 parent: 2 - - uid: 22687 + - uid: 27330 components: - type: Transform - pos: -8.5,-50.5 + rot: 1.5707963267948966 rad + pos: 40.5,-41.5 parent: 2 - - uid: 22688 + - uid: 27331 components: - type: Transform - pos: -9.5,-50.5 + rot: 1.5707963267948966 rad + pos: 40.5,-42.5 parent: 2 - - uid: 22689 + - uid: 27332 components: - type: Transform - pos: -8.5,-43.5 + rot: 1.5707963267948966 rad + pos: 40.5,-43.5 parent: 2 - - uid: 22690 + - uid: 27333 components: - type: Transform - pos: -8.5,-44.5 + rot: 1.5707963267948966 rad + pos: 40.5,-44.5 parent: 2 - - uid: 22691 + - uid: 27334 components: - type: Transform - pos: -8.5,-45.5 + rot: 1.5707963267948966 rad + pos: 40.5,-45.5 parent: 2 - - uid: 22692 + - uid: 27335 components: - type: Transform - pos: -8.5,-45.5 + rot: 1.5707963267948966 rad + pos: 41.5,-40.5 parent: 2 - - uid: 22693 + - uid: 27336 components: - type: Transform - pos: -7.5,-45.5 + rot: 1.5707963267948966 rad + pos: 41.5,-41.5 parent: 2 - - uid: 22694 + - uid: 27337 components: - type: Transform - pos: -6.5,-45.5 + rot: 1.5707963267948966 rad + pos: 41.5,-42.5 parent: 2 - - uid: 22695 + - uid: 27338 components: - type: Transform - pos: -5.5,-45.5 + rot: 1.5707963267948966 rad + pos: 41.5,-43.5 parent: 2 - - uid: 22696 + - uid: 27339 components: - type: Transform - pos: -4.5,-45.5 + rot: 1.5707963267948966 rad + pos: 41.5,-44.5 parent: 2 - - uid: 22697 + - uid: 27340 components: - type: Transform - pos: -3.5,-45.5 + rot: 1.5707963267948966 rad + pos: 41.5,-45.5 parent: 2 - - uid: 22698 +- proto: CarpStatue + entities: + - uid: 33925 components: - type: Transform - pos: -3.5,-45.5 + pos: -58.5,-19.5 parent: 2 - - uid: 22699 + - uid: 37190 components: - type: Transform - pos: -3.5,-46.5 - parent: 2 - - uid: 22700 + pos: 15.5,47.5 + parent: 36907 + - uid: 37191 components: - type: Transform - pos: -3.5,-47.5 - parent: 2 - - uid: 22701 + pos: 14.5,40.5 + parent: 36907 + - uid: 37192 components: - type: Transform - pos: -3.5,-48.5 - parent: 2 - - uid: 22702 + pos: 16.5,40.5 + parent: 36907 + - uid: 37193 components: - type: Transform - pos: -3.5,-48.5 - parent: 2 - - uid: 22703 + pos: 13.5,38.5 + parent: 36907 + - uid: 37194 components: - type: Transform - pos: -4.5,-48.5 - parent: 2 - - uid: 22704 + pos: 17.5,38.5 + parent: 36907 + - uid: 37195 components: - type: Transform - pos: -5.5,-48.5 - parent: 2 - - uid: 22705 + pos: 17.5,41.5 + parent: 36907 + - uid: 37196 components: - type: Transform - pos: -6.5,-48.5 - parent: 2 - - uid: 22706 + pos: 13.5,41.5 + parent: 36907 + - uid: 37197 components: - type: Transform - pos: -7.5,-48.5 - parent: 2 - - uid: 22707 + pos: 14.5,36.5 + parent: 36907 + - uid: 37198 components: - type: Transform - pos: -8.5,-48.5 - parent: 2 - - uid: 22708 + pos: 16.5,36.5 + parent: 36907 +- proto: CartridgePistolPractice + entities: + - uid: 3760 components: - type: Transform - pos: -3.5,-45.5 + pos: 63.11418,-30.554123 parent: 2 - - uid: 22709 + - uid: 12556 components: - type: Transform - pos: -3.5,-44.5 + pos: 62.161057,-29.975998 parent: 2 - - uid: 22710 + - uid: 12559 components: - type: Transform - pos: -3.5,-43.5 + rot: -1.5707963267948966 rad + pos: 62.233402,-29.851093 parent: 2 - - uid: 22711 + - uid: 12560 components: - type: Transform - pos: -3.5,-42.5 + rot: 3.141592653589793 rad + pos: 62.045902,-30.288593 parent: 2 - - uid: 22712 + - uid: 12587 components: - type: Transform - pos: -3.5,-41.5 + rot: 3.141592653589793 rad + pos: 62.764652,-30.288593 parent: 2 - - uid: 22713 + - uid: 12588 components: - type: Transform - pos: -7.5,-43.5 + rot: 3.141592653589793 rad + pos: 62.092777,-29.741718 parent: 2 - - uid: 22714 + - uid: 27607 components: - type: Transform - pos: -7.5,-42.5 - parent: 2 - - uid: 22715 + parent: 10475 + - type: Physics + canCollide: False + - uid: 27610 components: - type: Transform - pos: -7.5,-41.5 + parent: 27609 + - type: Physics + canCollide: False +- proto: CartridgePistolRubber + entities: + - uid: 12590 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 62.077152,-30.069843 parent: 2 - - uid: 22716 + - uid: 12591 components: - type: Transform - pos: -7.5,-41.5 + rot: 3.141592653589793 rad + pos: 61.905277,-30.335468 parent: 2 - - uid: 22717 + - uid: 12592 components: - type: Transform - pos: -8.5,-41.5 + rot: 3.141592653589793 rad + pos: 62.436527,-30.647968 parent: 2 - - uid: 22718 + - uid: 12593 components: - type: Transform - pos: -9.5,-44.5 + rot: 3.141592653589793 rad + pos: 62.702152,-30.772968 parent: 2 - - uid: 22719 + - uid: 12594 components: - type: Transform - pos: -4.5,-42.5 + rot: 3.141592653589793 rad + pos: 62.061527,-30.116718 parent: 2 - - uid: 22720 +- proto: Catwalk + entities: + - uid: 63 components: - type: Transform - pos: -2.5,-42.5 + rot: -1.5707963267948966 rad + pos: 69.5,-42.5 parent: 2 - - uid: 22721 + - uid: 79 components: - type: Transform - pos: -9.5,-37.5 + rot: -1.5707963267948966 rad + pos: 68.5,-42.5 parent: 2 - - uid: 22722 + - uid: 457 components: - type: Transform - pos: -8.5,-37.5 + pos: -44.5,-6.5 parent: 2 - - uid: 22723 + - uid: 576 components: - type: Transform - pos: -7.5,-37.5 + pos: -45.5,-5.5 parent: 2 - - uid: 22724 + - uid: 655 components: - type: Transform - pos: -6.5,-37.5 + rot: 3.141592653589793 rad + pos: -78.5,64.5 parent: 2 - - uid: 22725 + - uid: 692 components: - type: Transform - pos: -5.5,-37.5 + rot: -1.5707963267948966 rad + pos: 69.5,-43.5 parent: 2 - - uid: 22726 + - uid: 4471 components: - type: Transform - pos: -4.5,-37.5 + rot: 1.5707963267948966 rad + pos: 64.5,-54.5 parent: 2 - - uid: 22727 + - uid: 4935 components: - type: Transform - pos: -3.5,-37.5 + rot: 3.141592653589793 rad + pos: -16.5,-10.5 parent: 2 - - uid: 22728 + - uid: 4959 components: - type: Transform - pos: -2.5,-37.5 + pos: -0.5,21.5 parent: 2 - - uid: 22729 + - uid: 5915 components: - type: Transform - pos: -3.5,-37.5 + pos: -18.5,37.5 parent: 2 - - uid: 22730 + - uid: 5994 components: - type: Transform - pos: -3.5,-38.5 + pos: -16.5,39.5 parent: 2 - - uid: 22731 + - uid: 6622 components: - type: Transform - pos: -3.5,-39.5 + pos: -17.5,39.5 parent: 2 - - uid: 22732 + - uid: 6938 components: - type: Transform - pos: -5.5,-37.5 + pos: 21.5,-8.5 parent: 2 - - uid: 22733 + - uid: 7008 components: - type: Transform - pos: -5.5,-36.5 + rot: 1.5707963267948966 rad + pos: -55.5,6.5 parent: 2 - - uid: 22734 + - uid: 7545 components: - type: Transform - pos: -5.5,-35.5 + pos: 0.5,21.5 parent: 2 - - uid: 22735 + - uid: 7928 components: - type: Transform - pos: -5.5,-34.5 + rot: 3.141592653589793 rad + pos: -16.5,-9.5 parent: 2 - - uid: 22736 + - uid: 8024 components: - type: Transform - pos: -5.5,-33.5 + pos: -18.5,39.5 parent: 2 - - uid: 22737 + - uid: 8461 components: - type: Transform - pos: -5.5,-34.5 + pos: -20.5,53.5 parent: 2 - - uid: 22738 + - uid: 8462 components: - type: Transform - pos: -6.5,-34.5 + pos: -20.5,54.5 parent: 2 - - uid: 22739 + - uid: 8464 components: - type: Transform - pos: -7.5,-34.5 + pos: -16.5,66.5 parent: 2 - - uid: 22740 + - uid: 8465 components: - type: Transform - pos: -2.5,-36.5 + pos: -17.5,66.5 parent: 2 - - uid: 22741 + - uid: 8466 components: - type: Transform - pos: -2.5,-35.5 + pos: -18.5,66.5 parent: 2 - - uid: 22742 + - uid: 8468 components: - type: Transform - pos: -7.5,-37.5 + pos: -19.5,65.5 parent: 2 - - uid: 22743 + - uid: 8469 components: - type: Transform - pos: -7.5,-38.5 + pos: -20.5,65.5 parent: 2 - - uid: 22744 + - uid: 8470 components: - type: Transform - pos: -7.5,-39.5 + pos: -20.5,64.5 parent: 2 - - uid: 22745 + - uid: 8472 components: - type: Transform - pos: -4.5,-32.5 + pos: -21.5,63.5 parent: 2 - - uid: 22746 + - uid: 8473 components: - type: Transform - pos: -4.5,-31.5 + pos: -22.5,63.5 parent: 2 - - uid: 22747 + - uid: 8474 components: - type: Transform - pos: -4.5,-30.5 + pos: -23.5,63.5 parent: 2 - - uid: 22748 + - uid: 8475 components: - type: Transform - pos: -4.5,-29.5 + pos: -22.5,62.5 parent: 2 - - uid: 22749 + - uid: 8476 components: - type: Transform - pos: -4.5,-28.5 + pos: -22.5,61.5 parent: 2 - - uid: 22750 + - uid: 8478 components: - type: Transform - pos: -4.5,-30.5 + pos: -22.5,59.5 parent: 2 - - uid: 22751 + - uid: 8479 components: - type: Transform - pos: -5.5,-30.5 + pos: -22.5,58.5 parent: 2 - - uid: 22752 + - uid: 8480 components: - type: Transform - pos: -6.5,-30.5 + pos: -22.5,57.5 parent: 2 - - uid: 22753 + - uid: 8481 components: - type: Transform - pos: -7.5,-30.5 + pos: -22.5,56.5 parent: 2 - - uid: 22754 + - uid: 8482 components: - type: Transform - pos: -8.5,-30.5 + pos: -21.5,56.5 parent: 2 - - uid: 22755 + - uid: 8484 components: - type: Transform - pos: -8.5,-29.5 + pos: -21.5,54.5 parent: 2 - - uid: 22756 + - uid: 8485 components: - type: Transform - pos: -4.5,-30.5 + pos: -20.5,52.5 parent: 2 - - uid: 22757 + - uid: 8489 components: - type: Transform - pos: -3.5,-30.5 + pos: -22.5,64.5 parent: 2 - - uid: 22758 + - uid: 8492 components: - type: Transform - pos: -2.5,-30.5 + pos: -26.5,63.5 parent: 2 - - uid: 22759 + - uid: 8493 components: - type: Transform - pos: -1.5,-30.5 + pos: -27.5,63.5 parent: 2 - - uid: 22760 + - uid: 8495 components: - type: Transform - pos: -0.5,-30.5 + pos: -28.5,63.5 parent: 2 - - uid: 22761 + - uid: 8496 components: - type: Transform - pos: 0.5,-30.5 + pos: -28.5,62.5 parent: 2 - - uid: 22762 + - uid: 8497 components: - type: Transform - pos: 1.5,-30.5 + pos: -29.5,62.5 parent: 2 - - uid: 22763 + - uid: 8498 components: - type: Transform - pos: 2.5,-30.5 + pos: -30.5,62.5 parent: 2 - - uid: 22764 + - uid: 8499 components: - type: Transform - pos: 3.5,-30.5 + pos: -30.5,61.5 parent: 2 - - uid: 22765 + - uid: 8500 components: - type: Transform - pos: 4.5,-30.5 + pos: -31.5,61.5 parent: 2 - - uid: 22766 + - uid: 8501 components: - type: Transform - pos: 5.5,-30.5 + pos: -32.5,61.5 parent: 2 - - uid: 22767 + - uid: 8502 components: - type: Transform - pos: 6.5,-30.5 + pos: -32.5,60.5 parent: 2 - - uid: 22768 + - uid: 8503 components: - type: Transform - pos: 7.5,-30.5 + pos: -33.5,60.5 parent: 2 - - uid: 22769 + - uid: 8504 components: - type: Transform - pos: 8.5,-30.5 + pos: -34.5,60.5 parent: 2 - - uid: 22770 + - uid: 8507 components: - type: Transform - pos: 9.5,-30.5 + pos: -35.5,58.5 parent: 2 - - uid: 22771 + - uid: 8508 components: - type: Transform - pos: 9.5,-30.5 + pos: -37.5,57.5 parent: 2 - - uid: 22772 + - uid: 8509 components: - type: Transform - pos: 9.5,-29.5 + pos: -36.5,58.5 parent: 2 - - uid: 22773 + - uid: 8512 components: - type: Transform - pos: 9.5,-28.5 + pos: -37.5,56.5 parent: 2 - - uid: 22774 + - uid: 8518 components: - type: Transform - pos: 5.5,-30.5 + pos: -40.5,54.5 parent: 2 - - uid: 22775 + - uid: 8519 components: - type: Transform - pos: 5.5,-29.5 + pos: -40.5,53.5 parent: 2 - - uid: 22776 + - uid: 8520 components: - type: Transform - pos: 5.5,-28.5 + pos: -40.5,52.5 parent: 2 - - uid: 22777 + - uid: 8521 components: - type: Transform - pos: 5.5,-27.5 + pos: -40.5,51.5 parent: 2 - - uid: 22778 + - uid: 8522 components: - type: Transform - pos: 5.5,-27.5 + pos: -40.5,50.5 parent: 2 - - uid: 22779 + - uid: 8525 components: - type: Transform - pos: 4.5,-27.5 + pos: -39.5,48.5 parent: 2 - - uid: 22780 + - uid: 8526 components: - type: Transform - pos: 4.5,-26.5 + pos: -38.5,48.5 parent: 2 - - uid: 22781 + - uid: 8527 components: - type: Transform - pos: 3.5,-26.5 + pos: -37.5,48.5 parent: 2 - - uid: 22782 + - uid: 8528 components: - type: Transform - pos: 2.5,-26.5 + pos: -37.5,47.5 parent: 2 - - uid: 22783 + - uid: 8531 components: - type: Transform - pos: 1.5,-26.5 + pos: -35.5,46.5 parent: 2 - - uid: 22784 + - uid: 8532 components: - type: Transform - pos: 0.5,-26.5 + pos: -35.5,45.5 parent: 2 - - uid: 22785 + - uid: 8535 components: - type: Transform - pos: -0.5,-26.5 + pos: -38.5,46.5 parent: 2 - - uid: 22786 + - uid: 8536 components: - type: Transform - pos: -1.5,-26.5 + pos: -38.5,45.5 parent: 2 - - uid: 22787 + - uid: 8881 components: - type: Transform - pos: -2.5,-26.5 + pos: -7.5,-7.5 parent: 2 - - uid: 22788 + - uid: 8898 components: - type: Transform - pos: -3.5,-26.5 + pos: -60.5,57.5 parent: 2 - - uid: 22789 + - uid: 9112 components: - type: Transform - pos: -3.5,-27.5 + pos: -84.5,-22.5 parent: 2 - - uid: 22790 + - uid: 9113 components: - type: Transform - pos: -4.5,-27.5 + pos: -83.5,-22.5 parent: 2 - - uid: 22791 + - uid: 9114 components: - type: Transform - pos: -4.5,-28.5 + pos: -82.5,-22.5 parent: 2 - - uid: 22792 + - uid: 9115 components: - type: Transform - pos: -5.5,-28.5 + pos: -81.5,-22.5 parent: 2 - - uid: 22793 + - uid: 9116 components: - type: Transform - pos: -6.5,-28.5 + pos: -80.5,-22.5 parent: 2 - - uid: 22794 + - uid: 9117 components: - type: Transform - pos: 5.5,-28.5 + pos: -79.5,-22.5 parent: 2 - - uid: 22795 + - uid: 9118 components: - type: Transform - pos: 6.5,-28.5 + pos: -78.5,-22.5 parent: 2 - - uid: 22796 + - uid: 9119 components: - type: Transform - pos: 7.5,-28.5 + pos: -77.5,-22.5 parent: 2 - - uid: 22797 + - uid: 9120 components: - type: Transform - pos: 7.5,-27.5 + pos: -76.5,-22.5 parent: 2 - - uid: 22798 + - uid: 9121 components: - type: Transform - pos: -6.5,-27.5 + pos: -75.5,-22.5 parent: 2 - - uid: 22799 + - uid: 9122 components: - type: Transform - pos: 0.5,-30.5 + pos: -74.5,-22.5 parent: 2 - - uid: 22800 + - uid: 9123 components: - type: Transform - pos: 0.5,-29.5 + pos: -73.5,-22.5 parent: 2 - - uid: 22801 + - uid: 9124 components: - type: Transform - pos: 0.5,-28.5 + pos: -72.5,-22.5 parent: 2 - - uid: 22802 + - uid: 9125 components: - type: Transform - pos: -0.5,-28.5 + pos: -72.5,-23.5 parent: 2 - - uid: 22803 + - uid: 9126 components: - type: Transform - pos: 1.5,-28.5 + pos: -71.5,-23.5 parent: 2 - - uid: 22804 + - uid: 9127 components: - type: Transform - pos: 0.5,-30.5 + pos: -70.5,-23.5 parent: 2 - - uid: 22805 + - uid: 9128 components: - type: Transform - pos: 0.5,-31.5 + pos: -69.5,-23.5 parent: 2 - - uid: 22806 + - uid: 9129 components: - type: Transform - pos: 0.5,-32.5 + pos: -68.5,-23.5 parent: 2 - - uid: 22807 + - uid: 9130 components: - type: Transform - pos: 0.5,-33.5 + pos: -69.5,-19.5 parent: 2 - - uid: 22808 + - uid: 9131 components: - type: Transform - pos: 0.5,-34.5 + pos: -69.5,-20.5 parent: 2 - - uid: 22809 + - uid: 9132 components: - type: Transform - pos: -0.5,-34.5 + pos: -69.5,-21.5 parent: 2 - - uid: 22810 + - uid: 9133 components: - type: Transform - pos: 1.5,-34.5 + pos: -69.5,-22.5 parent: 2 - - uid: 22811 + - uid: 9135 components: - type: Transform - pos: -1.5,-31.5 + pos: -72.5,-24.5 parent: 2 - - uid: 22812 + - uid: 9136 components: - type: Transform - pos: 2.5,-31.5 + pos: -72.5,-25.5 parent: 2 - - uid: 22813 + - uid: 9137 components: - type: Transform - pos: 2.5,-32.5 + pos: -72.5,-26.5 parent: 2 - - uid: 22814 + - uid: 9138 components: - type: Transform - pos: 3.5,-32.5 + pos: -72.5,-27.5 parent: 2 - - uid: 22815 + - uid: 9140 components: - type: Transform - pos: -2.5,-32.5 + pos: -71.5,-27.5 parent: 2 - - uid: 22816 + - uid: 9141 components: - type: Transform - pos: -1.5,-32.5 + pos: -70.5,-27.5 parent: 2 - - uid: 22817 + - uid: 9142 components: - type: Transform - pos: 10.5,-34.5 + pos: -69.5,-27.5 parent: 2 - - uid: 22818 + - uid: 9143 components: - type: Transform - pos: 11.5,-34.5 + pos: -68.5,-27.5 parent: 2 - - uid: 22819 + - uid: 9144 components: - type: Transform - pos: 12.5,-34.5 + pos: -67.5,-27.5 parent: 2 - - uid: 22820 + - uid: 9145 components: - type: Transform - pos: 13.5,-34.5 + pos: -66.5,-27.5 parent: 2 - - uid: 22821 + - uid: 9146 components: - type: Transform - pos: 13.5,-34.5 + pos: -65.5,-27.5 parent: 2 - - uid: 22822 + - uid: 9147 components: - type: Transform - pos: 13.5,-35.5 + pos: -83.5,-21.5 parent: 2 - - uid: 22823 + - uid: 9148 components: - type: Transform - pos: 13.5,-36.5 + pos: -83.5,-20.5 parent: 2 - - uid: 22824 + - uid: 9149 components: - type: Transform - pos: 13.5,-37.5 + pos: -83.5,-19.5 parent: 2 - - uid: 22825 + - uid: 9150 components: - type: Transform - pos: 13.5,-38.5 + pos: -83.5,-18.5 parent: 2 - - uid: 22826 + - uid: 9151 components: - type: Transform - pos: 13.5,-39.5 + pos: -83.5,-17.5 parent: 2 - - uid: 22827 + - uid: 9152 components: - type: Transform - pos: 13.5,-39.5 + pos: -83.5,-16.5 parent: 2 - - uid: 22828 + - uid: 9153 components: - type: Transform - pos: 12.5,-39.5 + pos: -79.5,-16.5 parent: 2 - - uid: 22829 + - uid: 9154 components: - type: Transform - pos: 11.5,-39.5 + pos: -79.5,-17.5 parent: 2 - - uid: 22830 + - uid: 9155 components: - type: Transform - pos: 13.5,-38.5 + pos: -79.5,-18.5 parent: 2 - - uid: 22831 + - uid: 9156 components: - type: Transform - pos: 14.5,-38.5 + pos: -79.5,-19.5 parent: 2 - - uid: 22832 + - uid: 9157 components: - type: Transform - pos: 12.5,-40.5 + pos: -79.5,-20.5 parent: 2 - - uid: 22833 + - uid: 9158 components: - type: Transform - pos: 12.5,-41.5 + pos: -79.5,-21.5 parent: 2 - - uid: 22834 + - uid: 9159 components: - type: Transform - pos: 12.5,-42.5 + pos: -75.5,-21.5 parent: 2 - - uid: 22835 + - uid: 9160 components: - type: Transform - pos: 12.5,-43.5 + pos: -75.5,-20.5 parent: 2 - - uid: 22836 + - uid: 9161 components: - type: Transform - pos: 12.5,-44.5 + pos: -75.5,-19.5 parent: 2 - - uid: 22837 + - uid: 9162 components: - type: Transform - pos: 12.5,-45.5 + pos: -75.5,-18.5 parent: 2 - - uid: 22838 + - uid: 9163 components: - type: Transform - pos: 12.5,-46.5 + pos: -75.5,-17.5 parent: 2 - - uid: 22839 + - uid: 9164 components: - type: Transform - pos: 12.5,-47.5 + pos: -75.5,-16.5 parent: 2 - - uid: 22840 + - uid: 9165 components: - type: Transform - pos: 12.5,-46.5 + pos: -79.5,-15.5 parent: 2 - - uid: 22841 + - uid: 9166 components: - type: Transform - pos: 13.5,-46.5 + pos: -83.5,-23.5 parent: 2 - - uid: 22842 + - uid: 9167 components: - type: Transform - pos: 14.5,-46.5 + pos: -83.5,-24.5 parent: 2 - - uid: 22843 + - uid: 9168 components: - type: Transform - pos: 15.5,-46.5 + pos: -83.5,-25.5 parent: 2 - - uid: 22844 + - uid: 9169 components: - type: Transform - pos: 16.5,-46.5 + pos: -83.5,-26.5 parent: 2 - - uid: 22845 + - uid: 9170 components: - type: Transform - pos: 16.5,-47.5 + pos: -83.5,-27.5 parent: 2 - - uid: 22846 + - uid: 9171 components: - type: Transform - pos: 15.5,-46.5 + pos: -83.5,-28.5 parent: 2 - - uid: 22847 + - uid: 9172 components: - type: Transform - pos: 15.5,-45.5 + pos: -79.5,-29.5 parent: 2 - - uid: 22848 + - uid: 9173 components: - type: Transform - pos: 15.5,-44.5 + pos: -79.5,-28.5 parent: 2 - - uid: 22849 + - uid: 9174 components: - type: Transform - pos: 15.5,-43.5 + pos: -79.5,-27.5 parent: 2 - - uid: 22850 + - uid: 9175 components: - type: Transform - pos: 15.5,-42.5 + pos: -79.5,-26.5 parent: 2 - - uid: 22851 + - uid: 9176 components: - type: Transform - pos: 12.5,-43.5 + pos: -79.5,-25.5 parent: 2 - - uid: 22852 + - uid: 9177 components: - type: Transform - pos: 11.5,-43.5 + pos: -79.5,-24.5 parent: 2 - - uid: 22853 + - uid: 9178 components: - type: Transform - pos: 10.5,-43.5 + pos: -79.5,-23.5 parent: 2 - - uid: 22854 + - uid: 9179 components: - type: Transform - pos: 10.5,-43.5 + pos: -75.5,-23.5 parent: 2 - - uid: 22855 + - uid: 9180 components: - type: Transform - pos: 10.5,-44.5 + pos: -75.5,-24.5 parent: 2 - - uid: 22856 + - uid: 9181 components: - type: Transform - pos: 10.5,-45.5 + pos: -75.5,-25.5 parent: 2 - - uid: 22857 + - uid: 9182 components: - type: Transform - pos: 10.5,-46.5 + pos: -75.5,-26.5 parent: 2 - - uid: 22858 + - uid: 9183 components: - type: Transform - pos: 10.5,-47.5 + pos: -75.5,-27.5 parent: 2 - - uid: 22859 + - uid: 9184 components: - type: Transform - pos: 10.5,-42.5 + pos: -75.5,-28.5 parent: 2 - - uid: 22860 + - uid: 9324 components: - type: Transform - pos: 19.5,-42.5 + rot: 1.5707963267948966 rad + pos: -52.5,21.5 parent: 2 - - uid: 22861 + - uid: 9348 components: - type: Transform - pos: 19.5,-43.5 + rot: 1.5707963267948966 rad + pos: -53.5,20.5 parent: 2 - - uid: 22862 + - uid: 9349 components: - type: Transform - pos: 19.5,-44.5 + rot: 1.5707963267948966 rad + pos: -53.5,21.5 parent: 2 - - uid: 22863 + - uid: 9352 components: - type: Transform - pos: 19.5,-43.5 + rot: 1.5707963267948966 rad + pos: -53.5,17.5 parent: 2 - - uid: 22864 + - uid: 9353 components: - type: Transform - pos: 20.5,-43.5 + rot: 1.5707963267948966 rad + pos: -54.5,17.5 parent: 2 - - uid: 22865 + - uid: 9354 components: - type: Transform - pos: 21.5,-43.5 + rot: 1.5707963267948966 rad + pos: -54.5,16.5 parent: 2 - - uid: 22866 + - uid: 9356 components: - type: Transform - pos: 22.5,-43.5 + rot: 1.5707963267948966 rad + pos: -55.5,15.5 parent: 2 - - uid: 22867 + - uid: 9357 components: - type: Transform - pos: 23.5,-43.5 + rot: 1.5707963267948966 rad + pos: -55.5,14.5 parent: 2 - - uid: 22868 + - uid: 9358 components: - type: Transform - pos: 24.5,-43.5 + rot: 1.5707963267948966 rad + pos: -51.5,21.5 parent: 2 - - uid: 22869 + - uid: 9444 components: - type: Transform - pos: 21.5,-44.5 + rot: 1.5707963267948966 rad + pos: -64.5,-20.5 parent: 2 - - uid: 22870 + - uid: 10671 components: - type: Transform - pos: 20.5,-35.5 + pos: -14.5,39.5 parent: 2 - - uid: 22871 + - uid: 10860 components: - type: Transform - pos: 19.5,-35.5 + pos: 39.5,-54.5 parent: 2 - - uid: 22872 + - uid: 10863 components: - type: Transform - pos: 18.5,-35.5 + pos: 35.5,-57.5 parent: 2 - - uid: 22873 + - uid: 10864 components: - type: Transform - pos: 17.5,-35.5 + pos: 16.5,-63.5 parent: 2 - - uid: 22874 + - uid: 10865 components: - type: Transform - pos: 16.5,-35.5 + pos: 37.5,-57.5 parent: 2 - - uid: 22875 + - uid: 10866 components: - type: Transform - pos: 16.5,-34.5 + pos: 38.5,-55.5 parent: 2 - - uid: 22876 + - uid: 10868 components: - type: Transform - pos: 16.5,-33.5 + pos: 38.5,-56.5 parent: 2 - - uid: 22877 + - uid: 10872 components: - type: Transform - pos: 16.5,-32.5 + pos: 40.5,-54.5 parent: 2 - - uid: 22879 + - uid: 10874 components: - type: Transform - pos: 10.5,-34.5 + pos: 41.5,-53.5 parent: 2 - - uid: 22880 + - uid: 10875 components: - type: Transform - pos: 9.5,-34.5 + pos: 42.5,-52.5 parent: 2 - - uid: 22881 + - uid: 10876 components: - type: Transform - pos: 8.5,-34.5 + pos: 33.5,-58.5 parent: 2 - - uid: 22882 + - uid: 10877 components: - type: Transform - pos: 7.5,-34.5 + pos: 32.5,-59.5 parent: 2 - - uid: 22883 + - uid: 10878 components: - type: Transform - pos: 6.5,-34.5 + pos: 31.5,-59.5 parent: 2 - - uid: 22884 + - uid: 10880 components: - type: Transform - pos: 5.5,-34.5 + pos: 29.5,-60.5 parent: 2 - - uid: 22885 + - uid: 10881 components: - type: Transform - pos: 4.5,-34.5 + pos: 28.5,-61.5 parent: 2 - - uid: 22886 + - uid: 10882 components: - type: Transform - pos: 6.5,-34.5 + pos: 27.5,-61.5 parent: 2 - - uid: 22887 + - uid: 10883 components: - type: Transform - pos: 6.5,-35.5 + pos: 26.5,-62.5 parent: 2 - - uid: 22888 + - uid: 10884 components: - type: Transform - pos: 6.5,-36.5 + pos: 25.5,-62.5 parent: 2 - - uid: 22889 + - uid: 10885 components: - type: Transform - pos: 6.5,-37.5 + pos: 24.5,-62.5 parent: 2 - - uid: 22890 + - uid: 10887 components: - type: Transform - pos: 6.5,-38.5 + pos: 22.5,-63.5 parent: 2 - - uid: 22891 + - uid: 10888 components: - type: Transform - pos: 6.5,-39.5 + pos: 21.5,-64.5 parent: 2 - - uid: 22892 + - uid: 10889 components: - type: Transform - pos: 6.5,-38.5 + pos: 20.5,-64.5 parent: 2 - - uid: 22893 + - uid: 10892 components: - type: Transform - pos: 7.5,-38.5 + pos: 17.5,-64.5 parent: 2 - - uid: 22894 + - uid: 10894 components: - type: Transform - pos: 8.5,-38.5 + pos: 16.5,-65.5 parent: 2 - - uid: 22895 + - uid: 10895 components: - type: Transform - pos: 6.5,-38.5 + pos: 15.5,-65.5 parent: 2 - - uid: 22896 + - uid: 10897 components: - type: Transform - pos: 5.5,-38.5 + pos: 16.5,-62.5 parent: 2 - - uid: 22897 + - uid: 10898 components: - type: Transform - pos: 4.5,-38.5 + pos: 15.5,-62.5 parent: 2 - - uid: 22898 + - uid: 10902 components: - type: Transform - pos: 8.5,-34.5 + pos: 13.5,-59.5 parent: 2 - - uid: 22899 + - uid: 10905 components: - type: Transform - pos: 8.5,-35.5 + pos: 13.5,-63.5 parent: 2 - - uid: 22900 + - uid: 10906 components: - type: Transform - pos: 18.5,-43.5 + pos: 12.5,-63.5 parent: 2 - - uid: 22901 + - uid: 11182 components: - type: Transform - pos: 17.5,-43.5 + rot: 3.141592653589793 rad + pos: 48.5,-46.5 parent: 2 - - uid: 22902 + - uid: 11183 components: - type: Transform - pos: 17.5,-43.5 + rot: 3.141592653589793 rad + pos: 54.5,-40.5 parent: 2 - - uid: 22903 + - uid: 11184 components: - type: Transform - pos: 17.5,-42.5 + rot: 3.141592653589793 rad + pos: 49.5,-43.5 parent: 2 - - uid: 22904 + - uid: 11185 components: - type: Transform - pos: 17.5,-41.5 + rot: 3.141592653589793 rad + pos: 52.5,-43.5 parent: 2 - - uid: 22905 + - uid: 11186 components: - type: Transform - pos: 17.5,-40.5 + rot: 3.141592653589793 rad + pos: 53.5,-42.5 parent: 2 - - uid: 22906 + - uid: 11187 components: - type: Transform - pos: 17.5,-39.5 + rot: 3.141592653589793 rad + pos: 53.5,-41.5 parent: 2 - - uid: 22907 + - uid: 11188 components: - type: Transform - pos: 17.5,-38.5 + rot: 3.141592653589793 rad + pos: 53.5,-40.5 parent: 2 - - uid: 22908 + - uid: 11189 components: - type: Transform - pos: 17.5,-37.5 + rot: 3.141592653589793 rad + pos: 52.5,-40.5 parent: 2 - - uid: 23010 + - uid: 11190 components: - type: Transform - pos: 4.5,-43.5 + rot: 3.141592653589793 rad + pos: 54.5,-39.5 parent: 2 - - uid: 23011 + - uid: 11193 components: - type: Transform - pos: 5.5,-43.5 + rot: 3.141592653589793 rad + pos: 54.5,-37.5 parent: 2 - - uid: 23012 + - uid: 11194 components: - type: Transform - pos: 6.5,-43.5 + rot: 3.141592653589793 rad + pos: 55.5,-37.5 parent: 2 - - uid: 23013 + - uid: 11195 components: - type: Transform - pos: 7.5,-43.5 + rot: 3.141592653589793 rad + pos: 56.5,-37.5 parent: 2 - - uid: 23014 + - uid: 11196 components: - type: Transform - pos: 7.5,-43.5 + rot: 3.141592653589793 rad + pos: 56.5,-35.5 parent: 2 - - uid: 23015 + - uid: 11199 components: - type: Transform - pos: 7.5,-44.5 + rot: 3.141592653589793 rad + pos: 55.5,-34.5 parent: 2 - - uid: 23016 + - uid: 11200 components: - type: Transform - pos: 7.5,-45.5 + rot: 3.141592653589793 rad + pos: 55.5,-32.5 parent: 2 - - uid: 23017 + - uid: 11201 components: - type: Transform - pos: 7.5,-45.5 + rot: 3.141592653589793 rad + pos: 56.5,-31.5 parent: 2 - - uid: 23018 + - uid: 11202 components: - type: Transform - pos: 6.5,-45.5 + rot: 3.141592653589793 rad + pos: 56.5,-29.5 parent: 2 - - uid: 23019 + - uid: 11203 components: - type: Transform - pos: 5.5,-45.5 + rot: 3.141592653589793 rad + pos: 56.5,-27.5 parent: 2 - - uid: 23020 + - uid: 11204 components: - type: Transform - pos: 5.5,-42.5 + rot: 3.141592653589793 rad + pos: 57.5,-26.5 parent: 2 - - uid: 23021 + - uid: 11205 components: - type: Transform - pos: 8.5,-43.5 + rot: 3.141592653589793 rad + pos: 58.5,-26.5 parent: 2 - - uid: 23022 + - uid: 11208 components: - type: Transform - pos: 7.5,-46.5 + rot: 3.141592653589793 rad + pos: 66.5,-16.5 parent: 2 - - uid: 23023 + - uid: 11211 components: - type: Transform - pos: 4.5,-43.5 + rot: 3.141592653589793 rad + pos: 66.5,-15.5 parent: 2 - - uid: 23024 + - uid: 11212 components: - type: Transform - pos: 4.5,-44.5 + rot: 3.141592653589793 rad + pos: 66.5,-14.5 parent: 2 - - uid: 23025 + - uid: 11213 components: - type: Transform - pos: 4.5,-44.5 + rot: 3.141592653589793 rad + pos: 66.5,-13.5 parent: 2 - - uid: 23026 + - uid: 11215 components: - type: Transform - pos: 3.5,-44.5 + rot: 3.141592653589793 rad + pos: 66.5,-10.5 parent: 2 - - uid: 23027 + - uid: 11216 components: - type: Transform - pos: 2.5,-44.5 + rot: 3.141592653589793 rad + pos: 64.5,-9.5 parent: 2 - - uid: 23028 + - uid: 11217 components: - type: Transform - pos: 1.5,-44.5 + rot: 3.141592653589793 rad + pos: 63.5,-9.5 parent: 2 - - uid: 23029 + - uid: 11218 components: - type: Transform - pos: 0.5,-44.5 + rot: 3.141592653589793 rad + pos: 61.5,-9.5 parent: 2 - - uid: 23030 + - uid: 11219 components: - type: Transform - pos: 0.5,-44.5 + rot: 3.141592653589793 rad + pos: 60.5,-9.5 parent: 2 - - uid: 23031 + - uid: 11220 components: - type: Transform - pos: 0.5,-45.5 + rot: 3.141592653589793 rad + pos: 59.5,-9.5 parent: 2 - - uid: 23032 + - uid: 11221 components: - type: Transform - pos: 0.5,-46.5 + rot: 3.141592653589793 rad + pos: 59.5,-8.5 parent: 2 - - uid: 23033 + - uid: 11222 components: - type: Transform - pos: 0.5,-47.5 + rot: 3.141592653589793 rad + pos: 59.5,-7.5 parent: 2 - - uid: 23034 + - uid: 11223 components: - type: Transform - pos: 0.5,-48.5 + rot: 3.141592653589793 rad + pos: 58.5,-6.5 parent: 2 - - uid: 23035 + - uid: 11224 components: - type: Transform - pos: 0.5,-49.5 + rot: 3.141592653589793 rad + pos: 57.5,-6.5 parent: 2 - - uid: 23036 + - uid: 11225 components: - type: Transform - pos: 0.5,-44.5 + rot: 3.141592653589793 rad + pos: 56.5,-6.5 parent: 2 - - uid: 23037 + - uid: 11226 components: - type: Transform - pos: 0.5,-43.5 + rot: 3.141592653589793 rad + pos: 56.5,-7.5 parent: 2 - - uid: 23038 + - uid: 11230 components: - type: Transform - pos: 0.5,-42.5 + rot: 3.141592653589793 rad + pos: 47.5,-46.5 parent: 2 - - uid: 23039 + - uid: 11231 components: - type: Transform - pos: 0.5,-41.5 + rot: 3.141592653589793 rad + pos: 49.5,-44.5 parent: 2 - - uid: 23040 + - uid: 11232 components: - type: Transform - pos: 0.5,-40.5 + rot: 3.141592653589793 rad + pos: 56.5,-34.5 parent: 2 - - uid: 23041 + - uid: 11233 components: - type: Transform - pos: 0.5,-39.5 + rot: 3.141592653589793 rad + pos: 55.5,-33.5 parent: 2 - - uid: 23042 + - uid: 11234 components: - type: Transform - pos: 0.5,-38.5 + rot: 3.141592653589793 rad + pos: 53.5,-43.5 parent: 2 - - uid: 23043 + - uid: 11235 components: - type: Transform - pos: 0.5,-37.5 + rot: 3.141592653589793 rad + pos: 56.5,-32.5 parent: 2 - - uid: 23044 + - uid: 11236 components: - type: Transform - pos: 0.5,-36.5 + rot: 3.141592653589793 rad + pos: 56.5,-28.5 parent: 2 - - uid: 23045 + - uid: 11237 components: - type: Transform - pos: -8.5,-51.5 + rot: 3.141592653589793 rad + pos: 56.5,-26.5 parent: 2 - - uid: 23046 + - uid: 11238 components: - type: Transform - pos: -7.5,-51.5 + rot: 3.141592653589793 rad + pos: 66.5,-9.5 parent: 2 - - uid: 23047 + - uid: 11239 components: - type: Transform - pos: -6.5,-51.5 + rot: 3.141592653589793 rad + pos: 65.5,-9.5 parent: 2 - - uid: 23048 + - uid: 11712 components: - type: Transform - pos: -5.5,-51.5 + rot: -1.5707963267948966 rad + pos: 65.5,-39.5 parent: 2 - - uid: 23049 + - uid: 11795 components: - type: Transform - pos: -4.5,-51.5 + rot: -1.5707963267948966 rad + pos: 65.5,-40.5 parent: 2 - - uid: 23050 + - uid: 11915 components: - type: Transform - pos: -3.5,-51.5 + rot: -1.5707963267948966 rad + pos: 65.5,-42.5 parent: 2 - - uid: 23051 + - uid: 11916 components: - type: Transform - pos: -2.5,-51.5 + rot: -1.5707963267948966 rad + pos: 67.5,-42.5 parent: 2 - - uid: 23052 + - uid: 11917 components: - type: Transform - pos: -1.5,-51.5 + rot: -1.5707963267948966 rad + pos: 65.5,-41.5 parent: 2 - - uid: 23053 + - uid: 12151 components: - type: Transform - pos: 3.5,-53.5 + rot: -1.5707963267948966 rad + pos: 66.5,-42.5 parent: 2 - - uid: 23054 + - uid: 12266 components: - type: Transform - pos: 3.5,-52.5 + rot: 1.5707963267948966 rad + pos: -55.5,7.5 parent: 2 - - uid: 23055 + - uid: 12478 components: - type: Transform - pos: 3.5,-51.5 + rot: 1.5707963267948966 rad + pos: -55.5,8.5 parent: 2 - - uid: 23056 + - uid: 12498 components: - type: Transform - pos: 2.5,-51.5 + pos: -63.5,50.5 parent: 2 - - uid: 23057 + - uid: 12557 components: - type: Transform - pos: 3.5,-51.5 + pos: -63.5,51.5 parent: 2 - - uid: 23058 + - uid: 12558 components: - type: Transform - pos: 4.5,-51.5 + pos: -63.5,53.5 parent: 2 - - uid: 23059 + - uid: 12561 components: - type: Transform - pos: 5.5,-51.5 + pos: -63.5,49.5 parent: 2 - - uid: 23060 + - uid: 12562 components: - type: Transform - pos: 6.5,-51.5 + pos: -63.5,52.5 parent: 2 - - uid: 23061 + - uid: 12563 components: - type: Transform - pos: 7.5,-51.5 + pos: -63.5,47.5 parent: 2 - - uid: 23062 + - uid: 12630 components: - type: Transform - pos: 8.5,-51.5 + pos: -63.5,46.5 parent: 2 - - uid: 23063 + - uid: 12651 components: - type: Transform - pos: 9.5,-51.5 + pos: -63.5,48.5 parent: 2 - - uid: 23064 + - uid: 12707 components: - type: Transform - pos: 10.5,-51.5 + pos: -63.5,43.5 parent: 2 - - uid: 23065 + - uid: 12709 components: - type: Transform - pos: 11.5,-51.5 + pos: -63.5,44.5 parent: 2 - - uid: 23066 + - uid: 12749 components: - type: Transform - pos: 6.5,-50.5 + pos: 10.5,36.5 parent: 2 - - uid: 23067 + - uid: 12753 components: - type: Transform - pos: 11.5,-51.5 + pos: 11.5,39.5 parent: 2 - - uid: 23068 + - uid: 12754 components: - type: Transform - pos: 11.5,-52.5 + pos: 11.5,40.5 parent: 2 - - uid: 23069 + - uid: 12755 components: - type: Transform - pos: 11.5,-52.5 + pos: 10.5,40.5 parent: 2 - - uid: 23070 + - uid: 12756 components: - type: Transform - pos: 12.5,-52.5 + pos: 10.5,41.5 parent: 2 - - uid: 23071 + - uid: 12757 components: - type: Transform - pos: 13.5,-52.5 + pos: 12.5,36.5 parent: 2 - - uid: 23072 + - uid: 12758 components: - type: Transform - pos: 14.5,-52.5 + pos: 13.5,36.5 parent: 2 - - uid: 23073 + - uid: 12759 components: - type: Transform - pos: 15.5,-52.5 + pos: 13.5,35.5 parent: 2 - - uid: 23074 + - uid: 12760 components: - type: Transform - pos: 11.5,-51.5 + pos: 14.5,35.5 parent: 2 - - uid: 23075 + - uid: 12761 components: - type: Transform - pos: 11.5,-50.5 + pos: 15.5,35.5 parent: 2 - - uid: 23076 + - uid: 12762 components: - type: Transform - pos: 11.5,-50.5 + pos: 16.5,35.5 parent: 2 - - uid: 23077 + - uid: 12764 components: - type: Transform - pos: 12.5,-50.5 + pos: 17.5,36.5 parent: 2 - - uid: 23078 + - uid: 12765 components: - type: Transform - pos: 13.5,-50.5 + pos: 18.5,35.5 parent: 2 - - uid: 23079 + - uid: 12766 components: - type: Transform - pos: 14.5,-50.5 + pos: 19.5,35.5 parent: 2 - - uid: 23080 + - uid: 12768 components: - type: Transform - pos: 25.5,-53.5 + pos: 19.5,33.5 parent: 2 - - uid: 23081 + - uid: 12769 components: - type: Transform - pos: 25.5,-52.5 + pos: 19.5,32.5 parent: 2 - - uid: 23082 + - uid: 12770 components: - type: Transform - pos: 25.5,-51.5 + pos: 19.5,31.5 parent: 2 - - uid: 23083 + - uid: 12771 components: - type: Transform - pos: 25.5,-51.5 + pos: 18.5,31.5 parent: 2 - - uid: 23084 + - uid: 12772 components: - type: Transform - pos: 24.5,-51.5 + pos: 18.5,30.5 parent: 2 - - uid: 23085 + - uid: 12773 components: - type: Transform - pos: 23.5,-51.5 + pos: 18.5,29.5 parent: 2 - - uid: 23086 + - uid: 12774 components: - type: Transform - pos: 23.5,-51.5 + pos: 18.5,28.5 parent: 2 - - uid: 23087 + - uid: 12775 components: - type: Transform - pos: 23.5,-52.5 + pos: 18.5,27.5 parent: 2 - - uid: 23088 + - uid: 12777 components: - type: Transform - pos: 23.5,-53.5 + pos: 16.5,27.5 parent: 2 - - uid: 23089 + - uid: 12780 components: - type: Transform - pos: 23.5,-54.5 + pos: 16.5,34.5 parent: 2 - - uid: 23090 + - uid: 12782 components: - type: Transform - pos: 23.5,-54.5 + pos: 16.5,32.5 parent: 2 - - uid: 23091 + - uid: 12783 components: - type: Transform - pos: 22.5,-54.5 + pos: 16.5,31.5 parent: 2 - - uid: 23092 + - uid: 12784 components: - type: Transform - pos: 21.5,-54.5 + pos: 16.5,30.5 parent: 2 - - uid: 23093 + - uid: 12785 components: - type: Transform - pos: 20.5,-54.5 + pos: 16.5,29.5 parent: 2 - - uid: 23094 + - uid: 12786 components: - type: Transform - pos: 19.5,-54.5 + pos: 15.5,29.5 parent: 2 - - uid: 23095 + - uid: 12787 components: - type: Transform - pos: 19.5,-53.5 + pos: 15.5,28.5 parent: 2 - - uid: 23096 + - uid: 12789 components: - type: Transform - pos: 19.5,-52.5 + pos: 13.5,28.5 parent: 2 - - uid: 23097 + - uid: 12790 components: - type: Transform - pos: 19.5,-55.5 + pos: 12.5,28.5 parent: 2 - - uid: 23098 + - uid: 12791 components: - type: Transform - pos: 19.5,-56.5 + pos: 12.5,29.5 parent: 2 - - uid: 23099 + - uid: 12794 components: - type: Transform - pos: 19.5,-56.5 + pos: 15.5,25.5 parent: 2 - - uid: 23100 + - uid: 12795 components: - type: Transform - pos: 19.5,-57.5 + pos: 15.5,24.5 parent: 2 - - uid: 23101 + - uid: 12796 components: - type: Transform - pos: 19.5,-58.5 + pos: 15.5,23.5 parent: 2 - - uid: 23102 + - uid: 12797 components: - type: Transform - pos: 19.5,-59.5 + pos: 15.5,22.5 parent: 2 - - uid: 23103 + - uid: 12798 components: - type: Transform - pos: 19.5,-60.5 + pos: 15.5,21.5 parent: 2 - - uid: 23104 + - uid: 12800 components: - type: Transform - pos: 23.5,-55.5 + pos: 15.5,19.5 parent: 2 - - uid: 23105 + - uid: 12801 components: - type: Transform - pos: 23.5,-56.5 + pos: 15.5,18.5 parent: 2 - - uid: 23106 + - uid: 12802 components: - type: Transform - pos: 23.5,-57.5 + pos: 15.5,17.5 parent: 2 - - uid: 23107 + - uid: 12803 components: - type: Transform - pos: 23.5,-58.5 + pos: 16.5,18.5 parent: 2 - - uid: 23108 + - uid: 12805 components: - type: Transform - pos: 19.5,-55.5 + pos: 18.5,18.5 parent: 2 - - uid: 23109 + - uid: 12806 components: - type: Transform - pos: 18.5,-55.5 + pos: 19.5,18.5 parent: 2 - - uid: 23110 + - uid: 12807 components: - type: Transform - pos: 17.5,-55.5 + pos: 20.5,18.5 parent: 2 - - uid: 23111 + - uid: 12808 components: - type: Transform - pos: 16.5,-55.5 + pos: 20.5,17.5 parent: 2 - - uid: 23112 + - uid: 12811 components: - type: Transform - pos: 15.5,-55.5 + pos: 20.5,14.5 parent: 2 - - uid: 23113 + - uid: 12812 components: - type: Transform - pos: 14.5,-55.5 + pos: 20.5,13.5 parent: 2 - - uid: 23114 + - uid: 12813 components: - type: Transform - pos: 25.5,-51.5 + pos: 21.5,13.5 parent: 2 - - uid: 23115 + - uid: 12814 components: - type: Transform - pos: 26.5,-51.5 + pos: 22.5,13.5 parent: 2 - - uid: 23116 + - uid: 12815 components: - type: Transform - pos: 27.5,-51.5 + pos: 23.5,13.5 parent: 2 - - uid: 23117 + - uid: 12816 components: - type: Transform - pos: 27.5,-51.5 + pos: 24.5,13.5 parent: 2 - - uid: 23118 + - uid: 12817 components: - type: Transform - pos: 27.5,-50.5 + pos: 24.5,12.5 parent: 2 - - uid: 23119 + - uid: 12818 components: - type: Transform - pos: 27.5,-50.5 + pos: 25.5,12.5 parent: 2 - - uid: 23120 + - uid: 12822 components: - type: Transform - pos: 28.5,-50.5 + pos: 28.5,11.5 parent: 2 - - uid: 23121 + - uid: 12823 components: - type: Transform - pos: 29.5,-50.5 + pos: 29.5,11.5 parent: 2 - - uid: 23122 + - uid: 12824 components: - type: Transform - pos: 30.5,-50.5 + pos: 30.5,11.5 parent: 2 - - uid: 23123 + - uid: 12826 components: - type: Transform - pos: 31.5,-50.5 + pos: 30.5,13.5 parent: 2 - - uid: 23124 + - uid: 12827 components: - type: Transform - pos: 31.5,-50.5 + pos: 30.5,14.5 parent: 2 - - uid: 23125 + - uid: 12828 components: - type: Transform - pos: 31.5,-49.5 + pos: 29.5,14.5 parent: 2 - - uid: 23126 + - uid: 12830 components: - type: Transform - pos: 31.5,-49.5 + pos: 29.5,10.5 parent: 2 - - uid: 23127 + - uid: 12831 components: - type: Transform - pos: 32.5,-49.5 + pos: 29.5,9.5 parent: 2 - - uid: 23128 + - uid: 12832 components: - type: Transform - pos: 33.5,-49.5 + pos: 30.5,9.5 parent: 2 - - uid: 23129 + - uid: 12835 components: - type: Transform - pos: 34.5,-49.5 + pos: 33.5,9.5 parent: 2 - - uid: 23130 + - uid: 12836 components: - type: Transform - pos: 35.5,-49.5 + pos: 31.5,8.5 parent: 2 - - uid: 23131 + - uid: 12838 components: - type: Transform - pos: 36.5,-49.5 + pos: 34.5,9.5 parent: 2 - - uid: 23132 + - uid: 12839 components: - type: Transform - pos: 37.5,-49.5 + pos: 34.5,10.5 parent: 2 - - uid: 23133 + - uid: 12842 components: - type: Transform - pos: 33.5,-49.5 + pos: 34.5,13.5 parent: 2 - - uid: 23134 + - uid: 12843 components: - type: Transform - pos: 33.5,-48.5 + pos: 34.5,14.5 parent: 2 - - uid: 23135 + - uid: 12844 components: - type: Transform - pos: 33.5,-47.5 + pos: 35.5,14.5 parent: 2 - - uid: 23136 + - uid: 12845 components: - type: Transform - pos: 33.5,-46.5 + pos: 36.5,14.5 parent: 2 - - uid: 23137 + - uid: 12846 components: - type: Transform - pos: 33.5,-45.5 + pos: 37.5,14.5 parent: 2 - - uid: 23138 + - uid: 12847 components: - type: Transform - pos: 33.5,-44.5 + pos: 38.5,14.5 parent: 2 - - uid: 23139 + - uid: 12848 components: - type: Transform - pos: 33.5,-44.5 + pos: 39.5,14.5 parent: 2 - - uid: 23140 + - uid: 12849 components: - type: Transform - pos: 34.5,-44.5 + pos: 40.5,14.5 parent: 2 - - uid: 23141 + - uid: 12850 components: - type: Transform - pos: 31.5,-50.5 + pos: 41.5,14.5 parent: 2 - - uid: 23142 + - uid: 12851 components: - type: Transform - pos: 31.5,-51.5 + pos: 42.5,14.5 parent: 2 - - uid: 23143 + - uid: 12852 components: - type: Transform - pos: 31.5,-52.5 + pos: 42.5,15.5 parent: 2 - - uid: 23144 + - uid: 12855 components: - type: Transform - pos: 31.5,-53.5 + pos: 44.5,16.5 parent: 2 - - uid: 23145 + - uid: 12856 components: - type: Transform - pos: 31.5,-54.5 + pos: 45.5,16.5 parent: 2 - - uid: 23146 + - uid: 12858 components: - type: Transform - pos: 31.5,-55.5 + pos: 45.5,15.5 parent: 2 - - uid: 23147 + - uid: 12859 components: - type: Transform - pos: 27.5,-51.5 + pos: 46.5,15.5 parent: 2 - - uid: 23148 + - uid: 12860 components: - type: Transform - pos: 27.5,-52.5 + pos: 47.5,15.5 parent: 2 - - uid: 23149 + - uid: 12861 components: - type: Transform - pos: 27.5,-53.5 + pos: 47.5,14.5 parent: 2 - - uid: 23150 + - uid: 12862 components: - type: Transform - pos: 27.5,-54.5 + pos: 47.5,13.5 parent: 2 - - uid: 23151 + - uid: 12863 components: - type: Transform - pos: 27.5,-55.5 + pos: 47.5,12.5 parent: 2 - - uid: 23152 + - uid: 12864 components: - type: Transform - pos: 27.5,-56.5 + pos: 48.5,12.5 parent: 2 - - uid: 23153 + - uid: 12865 components: - type: Transform - pos: 46.5,-47.5 + pos: 48.5,11.5 parent: 2 - - uid: 23154 + - uid: 12866 components: - type: Transform - pos: 45.5,-47.5 + pos: 48.5,10.5 parent: 2 - - uid: 23155 + - uid: 12869 components: - type: Transform - pos: 44.5,-47.5 + pos: 49.5,8.5 parent: 2 - - uid: 23156 + - uid: 12870 components: - type: Transform - pos: 43.5,-47.5 + pos: 48.5,8.5 parent: 2 - - uid: 23157 + - uid: 12871 components: - type: Transform - pos: 44.5,-47.5 + pos: 47.5,8.5 parent: 2 - - uid: 23158 + - uid: 12872 components: - type: Transform - pos: 44.5,-48.5 + pos: 46.5,8.5 parent: 2 - - uid: 23159 + - uid: 12873 components: - type: Transform - pos: 44.5,-49.5 + pos: 45.5,8.5 parent: 2 - - uid: 23160 + - uid: 12874 components: - type: Transform - pos: 44.5,-50.5 + pos: 45.5,9.5 parent: 2 - - uid: 23161 + - uid: 12877 components: - type: Transform - pos: 44.5,-51.5 + pos: 42.5,9.5 parent: 2 - - uid: 23162 + - uid: 12878 components: - type: Transform - pos: 44.5,-52.5 + pos: 41.5,9.5 parent: 2 - - uid: 23163 + - uid: 12879 components: - type: Transform - pos: 44.5,-53.5 + pos: 41.5,8.5 parent: 2 - - uid: 23164 + - uid: 12881 components: - type: Transform - pos: 44.5,-52.5 + pos: 41.5,6.5 parent: 2 - - uid: 23165 + - uid: 12882 components: - type: Transform - pos: 45.5,-52.5 + pos: 40.5,7.5 parent: 2 - - uid: 23166 + - uid: 12883 components: - type: Transform - pos: 46.5,-52.5 + pos: 39.5,7.5 parent: 2 - - uid: 23167 + - uid: 12886 components: - type: Transform - pos: 47.5,-52.5 + pos: 36.5,7.5 parent: 2 - - uid: 23168 + - uid: 12887 components: - type: Transform - pos: 48.5,-52.5 + pos: 36.5,8.5 parent: 2 - - uid: 23169 + - uid: 12888 components: - type: Transform - pos: 48.5,-52.5 + pos: 35.5,8.5 parent: 2 - - uid: 23170 + - uid: 12889 components: - type: Transform - pos: 48.5,-51.5 + pos: 34.5,8.5 parent: 2 - - uid: 23171 + - uid: 12994 components: - type: Transform - pos: 48.5,-50.5 + rot: -1.5707963267948966 rad + pos: -4.5,2.5 parent: 2 - - uid: 23172 + - uid: 12999 components: - type: Transform - pos: 48.5,-49.5 + rot: -1.5707963267948966 rad + pos: -4.5,10.5 parent: 2 - - uid: 23173 + - uid: 13025 components: - type: Transform - pos: 48.5,-48.5 + rot: -1.5707963267948966 rad + pos: -4.5,3.5 parent: 2 - - uid: 23174 + - uid: 13037 components: - type: Transform - pos: 47.5,-49.5 + pos: 56.5,8.5 parent: 2 - - uid: 23175 + - uid: 13056 components: - type: Transform - pos: 49.5,-49.5 + pos: 57.5,8.5 parent: 2 - - uid: 23176 + - uid: 13057 components: - type: Transform - pos: 44.5,-49.5 + pos: 57.5,9.5 parent: 2 - - uid: 23177 + - uid: 13061 components: - type: Transform - pos: 43.5,-49.5 + pos: 60.5,9.5 parent: 2 - - uid: 23178 + - uid: 13062 components: - type: Transform - pos: 42.5,-49.5 + pos: 60.5,10.5 parent: 2 - - uid: 23179 + - uid: 13063 components: - type: Transform - pos: 41.5,-49.5 + pos: 61.5,10.5 parent: 2 - - uid: 23180 + - uid: 13064 components: - type: Transform - pos: 40.5,-49.5 + pos: 62.5,10.5 parent: 2 - - uid: 23181 + - uid: 13065 components: - type: Transform - pos: 39.5,-49.5 + pos: 63.5,10.5 parent: 2 - - uid: 23182 + - uid: 13068 components: - type: Transform - pos: 39.5,-48.5 + pos: 66.5,10.5 parent: 2 - - uid: 23183 + - uid: 13069 components: - type: Transform - pos: 39.5,-50.5 + pos: 66.5,11.5 parent: 2 - - uid: 23184 + - uid: 13070 components: - type: Transform - pos: 42.5,-49.5 + pos: 66.5,12.5 parent: 2 - - uid: 23185 + - uid: 13071 components: - type: Transform - pos: 42.5,-49.5 + pos: 66.5,13.5 parent: 2 - - uid: 23186 + - uid: 13075 components: - type: Transform - pos: 42.5,-50.5 + pos: -2.5,37.5 parent: 2 - - uid: 23187 + - uid: 13078 components: - type: Transform - pos: 42.5,-51.5 + pos: -3.5,37.5 parent: 2 - - uid: 23188 + - uid: 13079 components: - type: Transform - pos: 42.5,-52.5 + pos: -3.5,36.5 parent: 2 - - uid: 23189 + - uid: 13081 components: - type: Transform - pos: 42.5,-53.5 + pos: -5.5,36.5 parent: 2 - - uid: 23190 + - uid: 13082 components: - type: Transform - pos: 42.5,-53.5 + pos: -6.5,36.5 parent: 2 - - uid: 23191 + - uid: 13083 components: - type: Transform - pos: 41.5,-53.5 + pos: -7.5,36.5 parent: 2 - - uid: 23192 + - uid: 13088 components: - type: Transform - pos: 40.5,-53.5 + pos: -7.5,39.5 parent: 2 - - uid: 23193 + - uid: 13089 components: - type: Transform - pos: 40.5,-53.5 + pos: -7.5,40.5 parent: 2 - - uid: 23194 + - uid: 13090 components: - type: Transform - pos: 40.5,-54.5 + pos: -7.5,41.5 parent: 2 - - uid: 23195 + - uid: 13091 components: - type: Transform - pos: 40.5,-54.5 + pos: -7.5,42.5 parent: 2 - - uid: 23196 + - uid: 13093 components: - type: Transform - pos: 39.5,-54.5 + pos: -7.5,44.5 parent: 2 - - uid: 23197 + - uid: 13094 components: - type: Transform - pos: 39.5,-55.5 + pos: -7.5,45.5 parent: 2 - - uid: 23198 + - uid: 13095 components: - type: Transform - pos: 38.5,-55.5 + pos: -7.5,46.5 parent: 2 - - uid: 23199 + - uid: 13096 components: - type: Transform - pos: 38.5,-55.5 + pos: -7.5,47.5 parent: 2 - - uid: 23200 + - uid: 13098 components: - type: Transform - pos: 38.5,-56.5 + pos: -8.5,47.5 parent: 2 - - uid: 23201 + - uid: 13099 components: - type: Transform - pos: 38.5,-57.5 + pos: -9.5,47.5 parent: 2 - - uid: 23202 + - uid: 13102 components: - type: Transform - pos: 38.5,-57.5 + pos: -12.5,47.5 parent: 2 - - uid: 23203 + - uid: 13103 components: - type: Transform - pos: 37.5,-57.5 + pos: -13.5,47.5 parent: 2 - - uid: 23204 + - uid: 13104 components: - type: Transform - pos: 36.5,-57.5 + pos: -14.5,47.5 parent: 2 - - uid: 23205 + - uid: 13117 components: - type: Transform - pos: 35.5,-57.5 + rot: 3.141592653589793 rad + pos: -76.5,61.5 parent: 2 - - uid: 23206 + - uid: 13165 components: - type: Transform - pos: 35.5,-58.5 + pos: -12.5,21.5 parent: 2 - - uid: 23207 + - uid: 13167 components: - type: Transform - pos: 34.5,-58.5 + pos: -10.5,21.5 parent: 2 - - uid: 23208 + - uid: 13168 components: - type: Transform - pos: 33.5,-58.5 + pos: -9.5,21.5 parent: 2 - - uid: 23209 + - uid: 13169 components: - type: Transform - pos: 33.5,-59.5 + pos: -8.5,21.5 parent: 2 - - uid: 23210 + - uid: 13170 components: - type: Transform - pos: 32.5,-59.5 + pos: -7.5,21.5 parent: 2 - - uid: 23211 + - uid: 13171 components: - type: Transform - pos: 31.5,-59.5 + pos: -6.5,21.5 parent: 2 - - uid: 23212 + - uid: 13172 components: - type: Transform - pos: 30.5,-59.5 + pos: -5.5,21.5 parent: 2 - - uid: 23213 + - uid: 13173 components: - type: Transform - pos: 30.5,-60.5 + pos: -4.5,21.5 parent: 2 - - uid: 23214 + - uid: 13174 components: - type: Transform - pos: 29.5,-60.5 + pos: -3.5,21.5 parent: 2 - - uid: 23215 + - uid: 13298 components: - type: Transform - pos: 28.5,-60.5 + rot: 3.141592653589793 rad + pos: -78.5,61.5 parent: 2 - - uid: 23216 + - uid: 13299 components: - type: Transform - pos: 28.5,-61.5 + rot: 3.141592653589793 rad + pos: -77.5,62.5 parent: 2 - - uid: 23217 + - uid: 13305 components: - type: Transform - pos: 27.5,-61.5 + pos: -20.5,-9.5 parent: 2 - - uid: 23218 + - uid: 13306 components: - type: Transform - pos: 26.5,-61.5 + pos: -20.5,-8.5 parent: 2 - - uid: 23219 + - uid: 13307 components: - type: Transform - pos: 26.5,-62.5 + pos: -20.5,-7.5 parent: 2 - - uid: 23220 + - uid: 13311 components: - type: Transform - pos: 25.5,-62.5 + pos: -20.5,-1.5 parent: 2 - - uid: 23221 + - uid: 13312 components: - type: Transform - pos: 24.5,-62.5 + pos: -20.5,-0.5 parent: 2 - - uid: 23222 + - uid: 13314 components: - type: Transform - pos: 23.5,-62.5 + pos: -20.5,2.5 parent: 2 - - uid: 23223 + - uid: 13316 components: - type: Transform - pos: 23.5,-63.5 + pos: -20.5,10.5 parent: 2 - - uid: 23224 + - uid: 13317 components: - type: Transform - pos: 22.5,-63.5 + pos: -20.5,9.5 parent: 2 - - uid: 23225 + - uid: 13318 components: - type: Transform - pos: 21.5,-63.5 + pos: -20.5,8.5 parent: 2 - - uid: 23226 + - uid: 13319 components: - type: Transform - pos: 21.5,-64.5 + pos: -20.5,6.5 parent: 2 - - uid: 23227 + - uid: 13320 components: - type: Transform - pos: 20.5,-64.5 + pos: -20.5,5.5 parent: 2 - - uid: 23228 + - uid: 13321 components: - type: Transform - pos: 19.5,-64.5 + pos: -20.5,4.5 parent: 2 - - uid: 23229 + - uid: 13322 components: - type: Transform - pos: 18.5,-64.5 + pos: -25.5,12.5 parent: 2 - - uid: 23230 + - uid: 13323 components: - type: Transform - pos: 17.5,-64.5 + pos: -20.5,0.5 parent: 2 - - uid: 23231 + - uid: 13348 components: - type: Transform - pos: 16.5,-64.5 + pos: -24.5,12.5 parent: 2 - - uid: 23232 + - uid: 13349 components: - type: Transform - pos: 16.5,-64.5 + pos: -20.5,1.5 parent: 2 - - uid: 23233 + - uid: 13389 components: - type: Transform - pos: 16.5,-63.5 + pos: -66.5,18.5 parent: 2 - - uid: 23234 + - uid: 13625 components: - type: Transform - pos: 16.5,-62.5 + pos: -27.5,12.5 parent: 2 - - uid: 23235 + - uid: 13626 components: - type: Transform - pos: 16.5,-62.5 + pos: -28.5,12.5 parent: 2 - - uid: 23236 + - uid: 13627 components: - type: Transform - pos: 15.5,-62.5 + pos: -29.5,12.5 parent: 2 - - uid: 23237 + - uid: 13628 components: - type: Transform - pos: 14.5,-62.5 + pos: -30.5,12.5 parent: 2 - - uid: 23238 + - uid: 13629 components: - type: Transform - pos: 13.5,-62.5 + pos: -30.5,11.5 parent: 2 - - uid: 23239 + - uid: 13630 components: - type: Transform - pos: 15.5,-62.5 + pos: -31.5,11.5 parent: 2 - - uid: 23240 + - uid: 13631 components: - type: Transform - pos: 15.5,-61.5 + pos: -32.5,11.5 parent: 2 - - uid: 23243 + - uid: 13632 components: - type: Transform - pos: 16.5,-64.5 + pos: -33.5,11.5 parent: 2 - - uid: 23244 + - uid: 13633 components: - type: Transform - pos: 16.5,-65.5 + pos: -34.5,11.5 parent: 2 - - uid: 23245 + - uid: 13634 components: - type: Transform - pos: 16.5,-65.5 + pos: -35.5,11.5 parent: 2 - - uid: 23246 + - uid: 13635 components: - type: Transform - pos: 15.5,-65.5 + pos: -35.5,10.5 parent: 2 - - uid: 23247 + - uid: 13636 components: - type: Transform - pos: 14.5,-65.5 + pos: -35.5,9.5 parent: 2 - - uid: 23248 + - uid: 13637 components: - type: Transform - pos: 13.5,-65.5 + pos: -35.5,8.5 parent: 2 - - uid: 23249 + - uid: 13638 components: - type: Transform - pos: 12.5,-65.5 + pos: -35.5,7.5 parent: 2 - - uid: 23250 + - uid: 13639 components: - type: Transform - pos: 44.5,-33.5 + pos: -36.5,7.5 parent: 2 - - uid: 23251 + - uid: 13640 components: - type: Transform - pos: 43.5,-33.5 + pos: -36.5,6.5 parent: 2 - - uid: 23252 + - uid: 13641 components: - type: Transform - pos: 42.5,-33.5 + pos: -36.5,5.5 parent: 2 - - uid: 23253 + - uid: 13646 components: - type: Transform - pos: 41.5,-33.5 + pos: -45.5,-2.5 parent: 2 - - uid: 23254 + - uid: 13647 components: - type: Transform - pos: 40.5,-33.5 + pos: -45.5,-3.5 parent: 2 - - uid: 23255 + - uid: 13648 components: - type: Transform - pos: 42.5,-33.5 + pos: -44.5,-3.5 parent: 2 - - uid: 23256 + - uid: 13649 components: - type: Transform - pos: 42.5,-34.5 + pos: -44.5,-4.5 parent: 2 - - uid: 23257 + - uid: 13650 components: - type: Transform - pos: 42.5,-35.5 + pos: -44.5,-5.5 parent: 2 - - uid: 23258 + - uid: 13653 components: - type: Transform - pos: 42.5,-36.5 + pos: -43.5,-6.5 parent: 2 - - uid: 23259 + - uid: 13654 components: - type: Transform - pos: 42.5,-35.5 + pos: -42.5,-6.5 parent: 2 - - uid: 23260 + - uid: 13655 components: - type: Transform - pos: 43.5,-35.5 + pos: -41.5,-6.5 parent: 2 - - uid: 23261 + - uid: 13656 components: - type: Transform - pos: 44.5,-35.5 + pos: -42.5,-7.5 parent: 2 - - uid: 23262 + - uid: 13658 components: - type: Transform - pos: 45.5,-35.5 + pos: -40.5,-6.5 parent: 2 - - uid: 23263 + - uid: 13659 components: - type: Transform - pos: 46.5,-35.5 + pos: -40.5,-7.5 parent: 2 - - uid: 23264 + - uid: 13662 components: - type: Transform - pos: 47.5,-35.5 + pos: -39.5,-7.5 parent: 2 - - uid: 23265 + - uid: 13663 components: - type: Transform - pos: 48.5,-35.5 + pos: -38.5,-7.5 parent: 2 - - uid: 23266 + - uid: 13664 components: - type: Transform - pos: 47.5,-35.5 + pos: -37.5,-7.5 parent: 2 - - uid: 23267 + - uid: 13665 components: - type: Transform - pos: 47.5,-36.5 + pos: -36.5,-7.5 parent: 2 - - uid: 23268 + - uid: 13667 components: - type: Transform - pos: 46.5,-37.5 + pos: -36.5,-8.5 parent: 2 - - uid: 23269 + - uid: 13668 components: - type: Transform - pos: 47.5,-37.5 + pos: -36.5,-9.5 parent: 2 - - uid: 23270 + - uid: 13669 components: - type: Transform - pos: 48.5,-37.5 + pos: -36.5,-10.5 parent: 2 - - uid: 23271 + - uid: 13670 components: - type: Transform - pos: 42.5,-36.5 + pos: -36.5,-11.5 parent: 2 - - uid: 23272 + - uid: 13671 components: - type: Transform - pos: 41.5,-36.5 + pos: -35.5,-11.5 parent: 2 - - uid: 23273 + - uid: 13676 components: - type: Transform - pos: 40.5,-36.5 + pos: -46.5,-3.5 parent: 2 - - uid: 23274 + - uid: 13780 components: - type: Transform - pos: 39.5,-36.5 + pos: -32.5,-7.5 parent: 2 - - uid: 23275 + - uid: 13781 components: - type: Transform - pos: 39.5,-36.5 + pos: -31.5,-7.5 parent: 2 - - uid: 23276 + - uid: 13784 components: - type: Transform - pos: 39.5,-37.5 + pos: -34.5,-43.5 parent: 2 - - uid: 23277 + - uid: 13785 components: - type: Transform - pos: 39.5,-38.5 + pos: -34.5,-44.5 parent: 2 - - uid: 23278 + - uid: 13786 components: - type: Transform - pos: 39.5,-39.5 + pos: -34.5,-46.5 parent: 2 - - uid: 23279 + - uid: 13787 components: - type: Transform - pos: 39.5,-40.5 + pos: -33.5,-47.5 parent: 2 - - uid: 23280 + - uid: 13788 components: - type: Transform - pos: 39.5,-41.5 + pos: -33.5,-48.5 parent: 2 - - uid: 23281 + - uid: 13808 components: - type: Transform - pos: 39.5,-42.5 + pos: -20.5,-57.5 parent: 2 - - uid: 23282 + - uid: 13814 components: - type: Transform - pos: 39.5,-43.5 + pos: -23.5,-57.5 parent: 2 - - uid: 23283 + - uid: 13815 components: - type: Transform - pos: 39.5,-44.5 + pos: -22.5,-57.5 parent: 2 - - uid: 23284 + - uid: 13817 components: - type: Transform - pos: 39.5,-45.5 + pos: -18.5,-58.5 parent: 2 - - uid: 23285 + - uid: 13818 components: - type: Transform - pos: 39.5,-44.5 + pos: -17.5,-58.5 parent: 2 - - uid: 23286 + - uid: 13819 components: - type: Transform - pos: 40.5,-44.5 + pos: -21.5,-58.5 parent: 2 - - uid: 23287 + - uid: 13822 components: - type: Transform - pos: 41.5,-44.5 + rot: 1.5707963267948966 rad + pos: -25.5,70.5 parent: 2 - - uid: 23288 + - uid: 13830 components: - type: Transform - pos: 42.5,-44.5 + rot: 1.5707963267948966 rad + pos: -25.5,71.5 parent: 2 - - uid: 23289 + - uid: 13831 components: - type: Transform - pos: 43.5,-44.5 + rot: 1.5707963267948966 rad + pos: -25.5,72.5 parent: 2 - - uid: 23290 + - uid: 13833 components: - type: Transform - pos: 44.5,-44.5 + rot: 1.5707963267948966 rad + pos: -26.5,72.5 parent: 2 - - uid: 23291 + - uid: 13834 components: - type: Transform - pos: 44.5,-44.5 + rot: 1.5707963267948966 rad + pos: -27.5,72.5 parent: 2 - - uid: 23292 + - uid: 13835 components: - type: Transform - pos: 44.5,-43.5 + rot: 1.5707963267948966 rad + pos: -28.5,72.5 parent: 2 - - uid: 23293 + - uid: 13836 components: - type: Transform - pos: 44.5,-42.5 + rot: 1.5707963267948966 rad + pos: -29.5,72.5 parent: 2 - - uid: 23294 + - uid: 13837 components: - type: Transform - pos: 44.5,-41.5 + rot: 1.5707963267948966 rad + pos: -30.5,72.5 parent: 2 - - uid: 23295 + - uid: 13838 components: - type: Transform - pos: 44.5,-40.5 + rot: 1.5707963267948966 rad + pos: -29.5,84.5 parent: 2 - - uid: 23296 + - uid: 13840 components: - type: Transform - pos: 45.5,-43.5 + rot: 1.5707963267948966 rad + pos: -30.5,73.5 parent: 2 - - uid: 23297 + - uid: 13841 components: - type: Transform - pos: 46.5,-43.5 + rot: 1.5707963267948966 rad + pos: -30.5,74.5 parent: 2 - - uid: 23298 + - uid: 13842 components: - type: Transform - pos: 46.5,-43.5 + rot: 1.5707963267948966 rad + pos: -30.5,75.5 parent: 2 - - uid: 23299 + - uid: 13843 components: - type: Transform - pos: 46.5,-42.5 + rot: 1.5707963267948966 rad + pos: -30.5,76.5 parent: 2 - - uid: 23300 + - uid: 13844 components: - type: Transform - pos: 46.5,-41.5 + rot: 1.5707963267948966 rad + pos: -30.5,77.5 parent: 2 - - uid: 23301 + - uid: 13845 components: - type: Transform - pos: 46.5,-40.5 + rot: 1.5707963267948966 rad + pos: -30.5,78.5 parent: 2 - - uid: 23302 + - uid: 13846 components: - type: Transform - pos: 47.5,-40.5 + rot: 1.5707963267948966 rad + pos: -30.5,79.5 parent: 2 - - uid: 23303 + - uid: 13847 components: - type: Transform - pos: 39.5,-46.5 + rot: 1.5707963267948966 rad + pos: -30.5,80.5 parent: 2 - - uid: 23304 + - uid: 13848 components: - type: Transform - pos: 40.5,-46.5 + rot: 1.5707963267948966 rad + pos: -30.5,81.5 parent: 2 - - uid: 23305 + - uid: 13849 components: - type: Transform - pos: 41.5,-46.5 + rot: 1.5707963267948966 rad + pos: -30.5,82.5 parent: 2 - - uid: 23306 + - uid: 13850 components: - type: Transform - pos: 39.5,-41.5 + rot: 1.5707963267948966 rad + pos: -30.5,83.5 parent: 2 - - uid: 23307 + - uid: 13851 components: - type: Transform - pos: 38.5,-41.5 + rot: 1.5707963267948966 rad + pos: -30.5,84.5 parent: 2 - - uid: 23308 + - uid: 13852 components: - type: Transform - pos: 40.5,-41.5 + rot: 1.5707963267948966 rad + pos: -30.5,85.5 parent: 2 - - uid: 23309 + - uid: 13853 components: - type: Transform - pos: 41.5,-41.5 + rot: 1.5707963267948966 rad + pos: -30.5,86.5 parent: 2 - - uid: 23310 + - uid: 13854 components: - type: Transform - pos: 41.5,-40.5 + rot: 1.5707963267948966 rad + pos: -30.5,87.5 parent: 2 - - uid: 23311 + - uid: 13859 components: - type: Transform - pos: 43.5,-33.5 + rot: 1.5707963267948966 rad + pos: -31.5,84.5 parent: 2 - - uid: 23312 + - uid: 13860 components: - type: Transform - pos: 43.5,-32.5 + rot: 1.5707963267948966 rad + pos: -32.5,84.5 parent: 2 - - uid: 23313 + - uid: 13861 components: - type: Transform - pos: 43.5,-31.5 + rot: 1.5707963267948966 rad + pos: -33.5,84.5 parent: 2 - - uid: 23314 + - uid: 13862 components: - type: Transform - pos: 43.5,-31.5 + rot: 1.5707963267948966 rad + pos: -34.5,84.5 parent: 2 - - uid: 23315 + - uid: 13863 components: - type: Transform - pos: 44.5,-31.5 + rot: 1.5707963267948966 rad + pos: -35.5,84.5 parent: 2 - - uid: 23316 + - uid: 13864 components: - type: Transform - pos: 45.5,-31.5 + rot: 1.5707963267948966 rad + pos: -28.5,84.5 parent: 2 - - uid: 23317 + - uid: 13865 components: - type: Transform - pos: 45.5,-31.5 + rot: 1.5707963267948966 rad + pos: -27.5,84.5 parent: 2 - - uid: 23318 + - uid: 13866 components: - type: Transform - pos: 45.5,-30.5 + rot: 1.5707963267948966 rad + pos: -26.5,84.5 parent: 2 - - uid: 23319 + - uid: 13867 components: - type: Transform - pos: 45.5,-29.5 + rot: 1.5707963267948966 rad + pos: -25.5,84.5 parent: 2 - - uid: 23320 + - uid: 13868 components: - type: Transform - pos: 45.5,-28.5 + rot: 1.5707963267948966 rad + pos: -31.5,80.5 parent: 2 - - uid: 23321 + - uid: 13869 components: - type: Transform - pos: 45.5,-27.5 + rot: 1.5707963267948966 rad + pos: -24.5,80.5 parent: 2 - - uid: 23322 + - uid: 13870 components: - type: Transform - pos: 45.5,-27.5 + rot: 1.5707963267948966 rad + pos: -25.5,80.5 parent: 2 - - uid: 23323 + - uid: 13871 components: - type: Transform - pos: 46.5,-27.5 + rot: 1.5707963267948966 rad + pos: -26.5,80.5 parent: 2 - - uid: 23324 + - uid: 13872 components: - type: Transform - pos: 47.5,-27.5 + rot: 1.5707963267948966 rad + pos: -27.5,80.5 parent: 2 - - uid: 23325 + - uid: 13873 components: - type: Transform - pos: 47.5,-27.5 + rot: 1.5707963267948966 rad + pos: -28.5,80.5 parent: 2 - - uid: 23326 + - uid: 13874 components: - type: Transform - pos: 47.5,-26.5 + rot: 1.5707963267948966 rad + pos: -29.5,80.5 parent: 2 - - uid: 23327 + - uid: 13875 components: - type: Transform - pos: 47.5,-25.5 + rot: 1.5707963267948966 rad + pos: -32.5,80.5 parent: 2 - - uid: 23328 + - uid: 13876 components: - type: Transform - pos: 47.5,-24.5 + rot: 1.5707963267948966 rad + pos: -33.5,80.5 parent: 2 - - uid: 23329 + - uid: 13877 components: - type: Transform - pos: 47.5,-23.5 + rot: 1.5707963267948966 rad + pos: -34.5,80.5 parent: 2 - - uid: 23330 + - uid: 13878 components: - type: Transform - pos: 47.5,-23.5 + rot: 1.5707963267948966 rad + pos: -35.5,80.5 parent: 2 - - uid: 23331 + - uid: 13879 components: - type: Transform - pos: 48.5,-23.5 + rot: 1.5707963267948966 rad + pos: -36.5,80.5 parent: 2 - - uid: 23332 + - uid: 13880 components: - type: Transform - pos: 48.5,-22.5 + rot: 1.5707963267948966 rad + pos: -35.5,76.5 parent: 2 - - uid: 23333 + - uid: 13881 components: - type: Transform - pos: 48.5,-21.5 + rot: 1.5707963267948966 rad + pos: -34.5,76.5 parent: 2 - - uid: 23334 + - uid: 13882 components: - type: Transform - pos: 48.5,-20.5 + rot: 1.5707963267948966 rad + pos: -33.5,76.5 parent: 2 - - uid: 23335 + - uid: 13883 components: - type: Transform - pos: 48.5,-20.5 + rot: 1.5707963267948966 rad + pos: -32.5,76.5 parent: 2 - - uid: 23336 + - uid: 13884 components: - type: Transform - pos: 49.5,-20.5 + rot: 1.5707963267948966 rad + pos: -31.5,76.5 parent: 2 - - uid: 23337 + - uid: 13886 components: - type: Transform - pos: 50.5,-20.5 + rot: 1.5707963267948966 rad + pos: -29.5,76.5 parent: 2 - - uid: 23338 + - uid: 13887 components: - type: Transform - pos: 50.5,-20.5 + rot: 1.5707963267948966 rad + pos: -28.5,76.5 parent: 2 - - uid: 23339 + - uid: 13888 components: - type: Transform - pos: 50.5,-19.5 + rot: 1.5707963267948966 rad + pos: -27.5,76.5 parent: 2 - - uid: 23340 + - uid: 13889 components: - type: Transform - pos: 50.5,-18.5 + rot: 1.5707963267948966 rad + pos: -26.5,76.5 parent: 2 - - uid: 23341 + - uid: 13890 components: - type: Transform - pos: 50.5,-17.5 + rot: 1.5707963267948966 rad + pos: -25.5,76.5 parent: 2 - - uid: 23342 + - uid: 13894 components: - type: Transform - pos: 50.5,-16.5 + rot: 1.5707963267948966 rad + pos: 64.5,-46.5 parent: 2 - - uid: 23343 + - uid: 13895 components: - type: Transform - pos: 50.5,-17.5 + rot: 1.5707963267948966 rad + pos: 65.5,-46.5 parent: 2 - - uid: 23344 + - uid: 13896 components: - type: Transform - pos: 51.5,-17.5 + rot: 1.5707963267948966 rad + pos: 66.5,-46.5 parent: 2 - - uid: 23345 + - uid: 13897 components: - type: Transform - pos: 52.5,-17.5 + rot: 1.5707963267948966 rad + pos: 67.5,-46.5 parent: 2 - - uid: 23346 + - uid: 13898 components: - type: Transform - pos: 39.5,-36.5 + rot: 1.5707963267948966 rad + pos: 68.5,-46.5 parent: 2 - - uid: 23347 + - uid: 13899 components: - type: Transform - pos: 38.5,-36.5 + rot: 1.5707963267948966 rad + pos: 69.5,-46.5 parent: 2 - - uid: 23348 + - uid: 13900 components: - type: Transform - pos: 37.5,-36.5 + rot: 1.5707963267948966 rad + pos: 70.5,-46.5 parent: 2 - - uid: 23349 + - uid: 13901 components: - type: Transform - pos: 36.5,-36.5 + rot: 1.5707963267948966 rad + pos: 71.5,-46.5 parent: 2 - - uid: 23350 + - uid: 13902 components: - type: Transform - pos: 35.5,-36.5 + rot: 1.5707963267948966 rad + pos: 72.5,-46.5 parent: 2 - - uid: 23351 + - uid: 13903 components: - type: Transform - pos: 34.5,-36.5 + rot: 1.5707963267948966 rad + pos: 73.5,-46.5 parent: 2 - - uid: 23352 + - uid: 13904 components: - type: Transform - pos: 33.5,-36.5 + rot: 1.5707963267948966 rad + pos: 74.5,-46.5 parent: 2 - - uid: 23353 + - uid: 13907 components: - type: Transform - pos: 32.5,-36.5 + rot: 1.5707963267948966 rad + pos: 75.5,-50.5 parent: 2 - - uid: 23354 + - uid: 13908 components: - type: Transform - pos: 31.5,-36.5 + rot: 1.5707963267948966 rad + pos: 74.5,-50.5 parent: 2 - - uid: 23355 + - uid: 13909 components: - type: Transform - pos: 30.5,-36.5 + rot: 1.5707963267948966 rad + pos: 73.5,-50.5 parent: 2 - - uid: 23356 + - uid: 13910 components: - type: Transform - pos: 29.5,-36.5 + rot: 1.5707963267948966 rad + pos: 72.5,-50.5 parent: 2 - - uid: 23357 + - uid: 13911 components: - type: Transform - pos: 28.5,-36.5 + rot: 1.5707963267948966 rad + pos: 71.5,-50.5 parent: 2 - - uid: 23358 + - uid: 13912 components: - type: Transform - pos: 23.5,-38.5 + rot: 1.5707963267948966 rad + pos: 70.5,-50.5 parent: 2 - - uid: 23359 + - uid: 13913 components: - type: Transform - pos: 24.5,-38.5 + rot: 1.5707963267948966 rad + pos: 69.5,-50.5 parent: 2 - - uid: 23360 + - uid: 13914 components: - type: Transform - pos: 25.5,-38.5 + rot: 1.5707963267948966 rad + pos: 68.5,-50.5 parent: 2 - - uid: 23361 + - uid: 13915 components: - type: Transform - pos: 26.5,-38.5 + rot: 1.5707963267948966 rad + pos: 67.5,-50.5 parent: 2 - - uid: 23362 + - uid: 13917 components: - type: Transform - pos: 27.5,-38.5 + rot: 1.5707963267948966 rad + pos: 65.5,-50.5 parent: 2 - - uid: 23363 + - uid: 13918 components: - type: Transform - pos: 28.5,-38.5 + rot: 1.5707963267948966 rad + pos: 64.5,-50.5 parent: 2 - - uid: 23364 + - uid: 13919 components: - type: Transform - pos: 28.5,-38.5 + rot: 1.5707963267948966 rad + pos: 63.5,-50.5 parent: 2 - - uid: 23365 + - uid: 13920 components: - type: Transform - pos: 28.5,-39.5 + rot: 1.5707963267948966 rad + pos: 65.5,-54.5 parent: 2 - - uid: 23366 + - uid: 13921 components: - type: Transform - pos: 28.5,-40.5 + rot: 1.5707963267948966 rad + pos: 66.5,-54.5 parent: 2 - - uid: 23367 + - uid: 13922 components: - type: Transform - pos: 28.5,-41.5 + rot: 1.5707963267948966 rad + pos: 67.5,-54.5 parent: 2 - - uid: 23368 + - uid: 13923 components: - type: Transform - pos: 28.5,-41.5 + rot: 1.5707963267948966 rad + pos: 68.5,-54.5 parent: 2 - - uid: 23369 + - uid: 13924 components: - type: Transform - pos: 28.5,-41.5 + rot: 1.5707963267948966 rad + pos: 69.5,-54.5 parent: 2 - - uid: 23370 + - uid: 13925 components: - type: Transform - pos: 29.5,-41.5 + rot: 1.5707963267948966 rad + pos: 70.5,-54.5 parent: 2 - - uid: 23371 + - uid: 13926 components: - type: Transform - pos: 30.5,-41.5 + rot: 1.5707963267948966 rad + pos: 71.5,-54.5 parent: 2 - - uid: 23372 + - uid: 13927 components: - type: Transform - pos: 31.5,-41.5 + rot: 1.5707963267948966 rad + pos: 72.5,-54.5 parent: 2 - - uid: 23373 + - uid: 13928 components: - type: Transform - pos: 32.5,-41.5 + rot: 1.5707963267948966 rad + pos: 73.5,-54.5 parent: 2 - - uid: 23374 + - uid: 13929 components: - type: Transform - pos: 33.5,-41.5 + rot: 1.5707963267948966 rad + pos: 74.5,-54.5 parent: 2 - - uid: 23375 + - uid: 13930 components: - type: Transform - pos: 28.5,-38.5 + rot: 1.5707963267948966 rad + pos: 69.5,-57.5 parent: 2 - - uid: 23376 + - uid: 13931 components: - type: Transform - pos: 29.5,-38.5 + rot: 1.5707963267948966 rad + pos: 69.5,-56.5 parent: 2 - - uid: 23377 + - uid: 13932 components: - type: Transform - pos: 30.5,-38.5 + rot: 1.5707963267948966 rad + pos: 69.5,-55.5 parent: 2 - - uid: 23378 + - uid: 13933 components: - type: Transform - pos: 31.5,-38.5 + rot: 1.5707963267948966 rad + pos: 69.5,-53.5 parent: 2 - - uid: 23379 + - uid: 13934 components: - type: Transform - pos: 32.5,-38.5 + rot: 1.5707963267948966 rad + pos: 69.5,-52.5 parent: 2 - - uid: 23380 + - uid: 13935 components: - type: Transform - pos: 33.5,-38.5 + rot: 1.5707963267948966 rad + pos: 69.5,-51.5 parent: 2 - - uid: 23381 + - uid: 13936 components: - type: Transform - pos: 34.5,-38.5 + rot: 1.5707963267948966 rad + pos: 69.5,-49.5 parent: 2 - - uid: 23382 + - uid: 13937 components: - type: Transform - pos: 35.5,-38.5 + rot: 1.5707963267948966 rad + pos: 69.5,-48.5 parent: 2 - - uid: 23383 + - uid: 13938 components: - type: Transform - pos: 35.5,-39.5 + rot: 1.5707963267948966 rad + pos: 69.5,-47.5 parent: 2 - - uid: 23384 + - uid: 13939 components: - type: Transform - pos: 33.5,-40.5 + rot: 1.5707963267948966 rad + pos: 69.5,-45.5 parent: 2 - - uid: 23385 + - uid: 13940 components: - type: Transform - pos: 32.5,-42.5 + rot: 1.5707963267948966 rad + pos: 69.5,-44.5 parent: 2 - - uid: 23405 + - uid: 13970 components: - type: Transform - pos: 23.5,-49.5 + rot: 1.5707963267948966 rad + pos: -25.5,5.5 parent: 2 - - uid: 23406 + - uid: 13974 components: - type: Transform - pos: 22.5,-49.5 + rot: 1.5707963267948966 rad + pos: -25.5,6.5 parent: 2 - - uid: 23407 + - uid: 13975 components: - type: Transform - pos: 21.5,-49.5 + rot: 1.5707963267948966 rad + pos: -25.5,7.5 parent: 2 - - uid: 23408 + - uid: 13976 components: - type: Transform - pos: 20.5,-49.5 + rot: 1.5707963267948966 rad + pos: -26.5,8.5 parent: 2 - - uid: 23409 + - uid: 13977 components: - type: Transform - pos: 19.5,-49.5 + rot: 1.5707963267948966 rad + pos: -26.5,9.5 parent: 2 - - uid: 23410 + - uid: 13978 components: - type: Transform - pos: 18.5,-49.5 + rot: 1.5707963267948966 rad + pos: 22.5,10.5 parent: 2 - - uid: 23411 + - uid: 13979 components: - type: Transform - pos: 17.5,-49.5 + rot: 1.5707963267948966 rad + pos: -18.5,7.5 parent: 2 - - uid: 23412 + - uid: 13982 components: - type: Transform - pos: 17.5,-49.5 + rot: 1.5707963267948966 rad + pos: -18.5,-8.5 parent: 2 - - uid: 23413 + - uid: 13985 components: - type: Transform - pos: 17.5,-50.5 + rot: 1.5707963267948966 rad + pos: -18.5,8.5 parent: 2 - - uid: 23414 + - uid: 13986 components: - type: Transform - pos: 17.5,-51.5 + rot: 1.5707963267948966 rad + pos: -18.5,5.5 parent: 2 - - uid: 23415 + - uid: 13987 components: - type: Transform - pos: 16.5,-50.5 + rot: 1.5707963267948966 rad + pos: -18.5,6.5 parent: 2 - - uid: 23416 + - uid: 13988 components: - type: Transform - pos: 21.5,-49.5 + rot: 1.5707963267948966 rad + pos: -18.5,9.5 parent: 2 - - uid: 23417 + - uid: 13989 components: - type: Transform - pos: 21.5,-48.5 + rot: 1.5707963267948966 rad + pos: -18.5,10.5 parent: 2 - - uid: 23418 + - uid: 13990 components: - type: Transform - pos: 21.5,-47.5 + rot: 1.5707963267948966 rad + pos: -18.5,11.5 parent: 2 - - uid: 23419 + - uid: 13991 components: - type: Transform - pos: 21.5,-46.5 + rot: 1.5707963267948966 rad + pos: -17.5,11.5 parent: 2 - - uid: 23420 + - uid: 13992 components: - type: Transform - pos: 21.5,-47.5 + rot: 1.5707963267948966 rad + pos: -17.5,12.5 parent: 2 - - uid: 23421 + - uid: 13993 components: - type: Transform - pos: 22.5,-47.5 + rot: 1.5707963267948966 rad + pos: -16.5,12.5 parent: 2 - - uid: 23422 + - uid: 13994 components: - type: Transform - pos: 23.5,-47.5 + rot: 1.5707963267948966 rad + pos: 23.5,10.5 parent: 2 - - uid: 23423 + - uid: 13995 components: - type: Transform - pos: 24.5,-47.5 + rot: 1.5707963267948966 rad + pos: 24.5,10.5 parent: 2 - - uid: 23424 + - uid: 13996 components: - type: Transform - pos: 25.5,-47.5 + rot: 1.5707963267948966 rad + pos: 25.5,10.5 parent: 2 - - uid: 23425 + - uid: 13997 components: - type: Transform - pos: 25.5,-47.5 + rot: 1.5707963267948966 rad + pos: 25.5,7.5 parent: 2 - - uid: 23426 + - uid: 13998 components: - type: Transform - pos: 25.5,-46.5 + rot: 1.5707963267948966 rad + pos: 25.5,6.5 parent: 2 - - uid: 23427 + - uid: 14000 components: - type: Transform - pos: 25.5,-45.5 + rot: 1.5707963267948966 rad + pos: 25.5,2.5 parent: 2 - - uid: 23428 + - uid: 14001 components: - type: Transform - pos: 25.5,-45.5 + rot: 1.5707963267948966 rad + pos: 25.5,1.5 parent: 2 - - uid: 23429 + - uid: 14002 components: - type: Transform - pos: 26.5,-45.5 + rot: 1.5707963267948966 rad + pos: 25.5,0.5 parent: 2 - - uid: 23430 + - uid: 14011 components: - type: Transform - pos: 27.5,-45.5 + rot: 1.5707963267948966 rad + pos: 16.5,-13.5 parent: 2 - - uid: 23431 + - uid: 14012 components: - type: Transform - pos: 28.5,-45.5 + rot: 1.5707963267948966 rad + pos: 17.5,-13.5 parent: 2 - - uid: 23432 + - uid: 14013 components: - type: Transform - pos: 28.5,-45.5 + rot: 1.5707963267948966 rad + pos: 17.5,-12.5 parent: 2 - - uid: 23433 + - uid: 14015 components: - type: Transform - pos: 28.5,-44.5 + rot: 1.5707963267948966 rad + pos: 10.5,-20.5 parent: 2 - - uid: 23434 + - uid: 14016 components: - type: Transform - pos: 28.5,-43.5 + rot: 1.5707963267948966 rad + pos: 10.5,-21.5 parent: 2 - - uid: 23435 + - uid: 14017 components: - type: Transform - pos: 28.5,-43.5 + rot: 1.5707963267948966 rad + pos: 10.5,-22.5 parent: 2 - - uid: 23436 + - uid: 14018 components: - type: Transform - pos: 29.5,-43.5 + rot: 1.5707963267948966 rad + pos: 10.5,-23.5 parent: 2 - - uid: 23437 + - uid: 14022 components: - type: Transform - pos: -11.5,-50.5 + rot: 1.5707963267948966 rad + pos: -10.5,-19.5 parent: 2 - - uid: 23438 + - uid: 14023 components: - type: Transform - pos: -11.5,-49.5 + rot: 1.5707963267948966 rad + pos: -10.5,-18.5 parent: 2 - - uid: 23439 + - uid: 14024 components: - type: Transform - pos: -11.5,-48.5 + rot: 1.5707963267948966 rad + pos: -15.5,-13.5 parent: 2 - - uid: 23440 + - uid: 14025 components: - type: Transform - pos: -11.5,-47.5 + rot: 1.5707963267948966 rad + pos: -15.5,-12.5 parent: 2 - - uid: 23441 + - uid: 14027 components: - type: Transform - pos: -11.5,-46.5 + rot: 1.5707963267948966 rad + pos: -16.5,-11.5 parent: 2 - - uid: 23442 + - uid: 14029 components: - type: Transform - pos: -11.5,-45.5 + pos: -63.5,42.5 parent: 2 - - uid: 23443 + - uid: 14030 components: - type: Transform - pos: -11.5,-44.5 + rot: 1.5707963267948966 rad + pos: -15.5,-11.5 parent: 2 - - uid: 23444 + - uid: 14067 components: - type: Transform - pos: -11.5,-43.5 + rot: 1.5707963267948966 rad + pos: -18.5,-7.5 parent: 2 - - uid: 23445 + - uid: 14112 components: - type: Transform - pos: -11.5,-42.5 + rot: -1.5707963267948966 rad + pos: 17.5,11.5 parent: 2 - - uid: 23446 + - uid: 14114 components: - type: Transform - pos: -11.5,-41.5 + rot: -1.5707963267948966 rad + pos: 21.5,10.5 parent: 2 - - uid: 23447 + - uid: 14116 components: - type: Transform - pos: -11.5,-40.5 + rot: -1.5707963267948966 rad + pos: 18.5,11.5 parent: 2 - - uid: 23448 + - uid: 14117 components: - type: Transform - pos: -11.5,-39.5 + rot: -1.5707963267948966 rad + pos: 18.5,10.5 parent: 2 - - uid: 23449 + - uid: 14118 components: - type: Transform - pos: -11.5,-38.5 + rot: -1.5707963267948966 rad + pos: 18.5,9.5 parent: 2 - - uid: 23450 + - uid: 14158 components: - type: Transform - pos: -11.5,-37.5 + pos: 3.5,21.5 parent: 2 - - uid: 23451 + - uid: 14160 components: - type: Transform - pos: -12.5,-40.5 + pos: 3.5,22.5 parent: 2 - - uid: 23452 + - uid: 14161 components: - type: Transform - pos: -11.5,-37.5 + pos: -2.5,22.5 parent: 2 - - uid: 23453 + - uid: 14168 components: - type: Transform - pos: -12.5,-37.5 + pos: -2.5,21.5 parent: 2 - - uid: 23454 + - uid: 14169 components: - type: Transform - pos: -12.5,-36.5 + pos: 3.5,24.5 parent: 2 - - uid: 23455 + - uid: 14170 components: - type: Transform - pos: -12.5,-35.5 + pos: 3.5,25.5 parent: 2 - - uid: 23456 + - uid: 14171 components: - type: Transform - pos: -12.5,-34.5 + pos: 3.5,26.5 parent: 2 - - uid: 23457 + - uid: 14178 components: - type: Transform - pos: 10.5,43.5 + pos: -2.5,24.5 parent: 2 - - uid: 23458 + - uid: 14179 components: - type: Transform - pos: 10.5,42.5 + pos: -2.5,25.5 parent: 2 - - uid: 23459 + - uid: 14180 components: - type: Transform - pos: 10.5,41.5 + pos: -2.5,26.5 parent: 2 - - uid: 23460 + - uid: 14226 components: - type: Transform - pos: 10.5,40.5 + pos: -10.5,-63.5 parent: 2 - - uid: 23461 + - uid: 14227 components: - type: Transform - pos: 11.5,40.5 + pos: -11.5,-63.5 parent: 2 - - uid: 23462 + - uid: 14228 components: - type: Transform - pos: 11.5,39.5 + pos: -12.5,-62.5 parent: 2 - - uid: 23463 + - uid: 14357 components: - type: Transform - pos: 11.5,38.5 + pos: 16.5,54.5 parent: 2 - - uid: 23464 + - uid: 14358 components: - type: Transform - pos: 11.5,37.5 + pos: 16.5,55.5 parent: 2 - - uid: 23465 + - uid: 14359 components: - type: Transform - pos: 11.5,36.5 + pos: 16.5,56.5 parent: 2 - - uid: 23466 + - uid: 14360 components: - type: Transform - pos: 11.5,36.5 + pos: 15.5,56.5 parent: 2 - - uid: 23467 + - uid: 14361 components: - type: Transform - pos: 12.5,36.5 + pos: 16.5,57.5 parent: 2 - - uid: 23468 + - uid: 14362 components: - type: Transform - pos: 13.5,36.5 + pos: 16.5,58.5 parent: 2 - - uid: 23469 + - uid: 14382 components: - type: Transform - pos: 13.5,35.5 + pos: -17.5,37.5 parent: 2 - - uid: 23470 + - uid: 14395 components: - type: Transform - pos: 14.5,35.5 + pos: -11.5,-47.5 parent: 2 - - uid: 23471 + - uid: 14396 components: - type: Transform - pos: 15.5,35.5 + pos: -16.5,-56.5 parent: 2 - - uid: 23472 + - uid: 14397 components: - type: Transform - pos: 16.5,35.5 + pos: -16.5,-55.5 parent: 2 - - uid: 23473 + - uid: 14398 components: - type: Transform - pos: 16.5,35.5 + pos: -15.5,-59.5 parent: 2 - - uid: 23474 + - uid: 14399 components: - type: Transform - pos: 16.5,34.5 + pos: -13.5,-59.5 parent: 2 - - uid: 23475 + - uid: 14400 components: - type: Transform - pos: 16.5,33.5 + pos: -12.5,-59.5 parent: 2 - - uid: 23476 + - uid: 14402 components: - type: Transform - pos: 16.5,32.5 + pos: -11.5,-45.5 parent: 2 - - uid: 23477 + - uid: 14403 components: - type: Transform - pos: 16.5,31.5 + pos: -11.5,-44.5 parent: 2 - - uid: 23478 + - uid: 14404 components: - type: Transform - pos: 16.5,30.5 + pos: -11.5,-43.5 parent: 2 - - uid: 23479 + - uid: 14405 components: - type: Transform - pos: 16.5,29.5 + pos: -12.5,-43.5 parent: 2 - - uid: 23480 + - uid: 14407 components: - type: Transform - pos: 15.5,29.5 + pos: -12.5,-39.5 parent: 2 - - uid: 23481 + - uid: 14408 components: - type: Transform - pos: 15.5,28.5 + pos: -12.5,-38.5 parent: 2 - - uid: 23482 + - uid: 14409 components: - type: Transform - pos: 15.5,27.5 + pos: -12.5,-37.5 parent: 2 - - uid: 23483 + - uid: 14411 components: - type: Transform - pos: 15.5,26.5 + pos: -12.5,-35.5 parent: 2 - - uid: 23484 + - uid: 14412 components: - type: Transform - pos: 15.5,25.5 + pos: -12.5,-34.5 parent: 2 - - uid: 23485 + - uid: 14413 components: - type: Transform - pos: 15.5,24.5 + pos: -13.5,-34.5 parent: 2 - - uid: 23486 + - uid: 14414 components: - type: Transform - pos: 15.5,23.5 + pos: -12.5,-42.5 parent: 2 - - uid: 23487 + - uid: 14510 components: - type: Transform - pos: 15.5,27.5 + pos: -13.5,-7.5 parent: 2 - - uid: 23488 + - uid: 14767 components: - type: Transform - pos: 16.5,27.5 + pos: -16.5,38.5 parent: 2 - - uid: 23489 + - uid: 17590 components: - type: Transform - pos: 17.5,27.5 + pos: -17.5,38.5 parent: 2 - - uid: 23490 + - uid: 17592 components: - type: Transform - pos: 18.5,27.5 + pos: -18.5,38.5 parent: 2 - - uid: 23491 + - uid: 17618 components: - type: Transform - pos: 18.5,27.5 + pos: -15.5,38.5 parent: 2 - - uid: 23492 + - uid: 19172 components: - type: Transform - pos: 18.5,28.5 + rot: 3.141592653589793 rad + pos: 66.5,-50.5 parent: 2 - - uid: 23493 + - uid: 19362 components: - type: Transform - pos: 18.5,29.5 + pos: -18.5,-2.5 parent: 2 - - uid: 23494 + - uid: 19383 components: - type: Transform - pos: 18.5,30.5 + pos: -18.5,-1.5 parent: 2 - - uid: 23495 + - uid: 19425 components: - type: Transform - pos: 15.5,27.5 + pos: 22.5,-2.5 parent: 2 - - uid: 23496 + - uid: 20297 components: - type: Transform - pos: 14.5,27.5 + pos: -55.5,-25.5 parent: 2 - - uid: 23497 + - uid: 20318 components: - type: Transform - pos: 13.5,27.5 + pos: -65.5,30.5 parent: 2 - - uid: 23498 + - uid: 20319 components: - type: Transform - pos: 12.5,27.5 + pos: -65.5,31.5 parent: 2 - - uid: 23499 + - uid: 20320 components: - type: Transform - pos: 12.5,27.5 + pos: -66.5,33.5 parent: 2 - - uid: 23500 + - uid: 20321 components: - type: Transform - pos: 12.5,28.5 + pos: -65.5,33.5 parent: 2 - - uid: 23501 + - uid: 20322 components: - type: Transform - pos: 12.5,29.5 + pos: -65.5,34.5 parent: 2 - - uid: 23502 + - uid: 20323 components: - type: Transform - pos: 12.5,30.5 + pos: -65.5,35.5 parent: 2 - - uid: 23503 + - uid: 20324 components: - type: Transform - pos: 12.5,31.5 + pos: -65.5,36.5 parent: 2 - - uid: 23504 + - uid: 20325 components: - type: Transform - pos: 15.5,24.5 + pos: -64.5,36.5 parent: 2 - - uid: 23505 + - uid: 20326 components: - type: Transform - pos: 15.5,23.5 + pos: -64.5,37.5 parent: 2 - - uid: 23506 + - uid: 20327 components: - type: Transform - pos: 15.5,22.5 + pos: -64.5,38.5 parent: 2 - - uid: 23507 + - uid: 20328 components: - type: Transform - pos: 15.5,21.5 + pos: -64.5,39.5 parent: 2 - - uid: 23508 + - uid: 20329 components: - type: Transform - pos: 15.5,20.5 + pos: -64.5,40.5 parent: 2 - - uid: 23509 + - uid: 20330 components: - type: Transform - pos: 15.5,19.5 + pos: -64.5,41.5 parent: 2 - - uid: 23510 + - uid: 20332 components: - type: Transform - pos: 15.5,18.5 + pos: -64.5,42.5 parent: 2 - - uid: 23511 + - uid: 20333 components: - type: Transform - pos: 16.5,18.5 + pos: -65.5,29.5 parent: 2 - - uid: 23512 + - uid: 20343 components: - type: Transform - pos: 17.5,18.5 + pos: -65.5,53.5 parent: 2 - - uid: 23513 + - uid: 20344 components: - type: Transform - pos: 18.5,18.5 + pos: -60.5,68.5 parent: 2 - - uid: 23514 + - uid: 20345 components: - type: Transform - pos: 19.5,18.5 + pos: -66.5,54.5 parent: 2 - - uid: 23515 + - uid: 20350 components: - type: Transform - pos: 19.5,18.5 + pos: -67.5,55.5 parent: 2 - - uid: 23516 + - uid: 20351 components: - type: Transform - pos: 19.5,17.5 + pos: -68.5,55.5 parent: 2 - - uid: 23517 + - uid: 20352 components: - type: Transform - pos: 19.5,16.5 + pos: -69.5,56.5 parent: 2 - - uid: 23518 + - uid: 20353 components: - type: Transform - pos: 19.5,15.5 + pos: -70.5,56.5 parent: 2 - - uid: 23519 + - uid: 20354 components: - type: Transform - pos: 20.5,15.5 + pos: -69.5,55.5 parent: 2 - - uid: 23520 + - uid: 20355 components: - type: Transform - pos: 20.5,14.5 + pos: -59.5,58.5 parent: 2 - - uid: 23521 + - uid: 20356 components: - type: Transform - pos: 20.5,13.5 + pos: -67.5,54.5 parent: 2 - - uid: 23522 + - uid: 20357 components: - type: Transform - pos: 20.5,13.5 + pos: -66.5,53.5 parent: 2 - - uid: 23523 + - uid: 20359 components: - type: Transform - pos: 20.5,13.5 + pos: -60.5,67.5 parent: 2 - - uid: 23524 + - uid: 20360 components: - type: Transform - pos: 21.5,13.5 + pos: -60.5,66.5 parent: 2 - - uid: 23525 + - uid: 20361 components: - type: Transform - pos: 22.5,13.5 + pos: -59.5,65.5 parent: 2 - - uid: 23526 + - uid: 20362 components: - type: Transform - pos: 23.5,13.5 + pos: -59.5,64.5 parent: 2 - - uid: 23527 + - uid: 20363 components: - type: Transform - pos: 24.5,13.5 + pos: -64.5,53.5 parent: 2 - - uid: 23544 + - uid: 20364 components: - type: Transform - pos: 47.5,17.5 + pos: -60.5,65.5 parent: 2 - - uid: 23545 + - uid: 20365 components: - type: Transform - pos: 46.5,17.5 + pos: -59.5,63.5 parent: 2 - - uid: 23546 + - uid: 20366 components: - type: Transform - pos: 45.5,17.5 + pos: -58.5,62.5 parent: 2 - - uid: 23547 + - uid: 20367 components: - type: Transform - pos: 44.5,17.5 + pos: -59.5,62.5 parent: 2 - - uid: 23548 + - uid: 20368 components: - type: Transform - pos: 45.5,16.5 + pos: -58.5,61.5 parent: 2 - - uid: 23549 + - uid: 20369 components: - type: Transform - pos: 45.5,15.5 + pos: -58.5,60.5 parent: 2 - - uid: 23550 + - uid: 20370 components: - type: Transform - pos: 45.5,15.5 + pos: -57.5,60.5 parent: 2 - - uid: 23551 + - uid: 20371 components: - type: Transform - pos: 47.5,15.5 + pos: -57.5,59.5 parent: 2 - - uid: 23552 + - uid: 20372 components: - type: Transform - pos: 47.5,14.5 + pos: -57.5,58.5 parent: 2 - - uid: 23553 + - uid: 20374 components: - type: Transform - pos: 47.5,13.5 + pos: -63.5,54.5 parent: 2 - - uid: 23554 + - uid: 20375 components: - type: Transform - pos: 47.5,12.5 + pos: -62.5,55.5 parent: 2 - - uid: 23555 + - uid: 20376 components: - type: Transform - pos: 46.5,15.5 + pos: -62.5,54.5 parent: 2 - - uid: 23556 + - uid: 20378 components: - type: Transform - pos: 47.5,12.5 + pos: -61.5,56.5 parent: 2 - - uid: 23557 + - uid: 20379 components: - type: Transform - pos: 48.5,12.5 + pos: -61.5,57.5 parent: 2 - - uid: 23558 + - uid: 20381 components: - type: Transform - pos: 48.5,12.5 + pos: -60.5,58.5 parent: 2 - - uid: 23559 + - uid: 20863 components: - type: Transform - pos: 48.5,11.5 + pos: -63.5,45.5 parent: 2 - - uid: 23560 + - uid: 20864 components: - type: Transform - pos: 48.5,10.5 + pos: -58.5,58.5 parent: 2 - - uid: 23561 + - uid: 20970 components: - type: Transform - pos: 49.5,10.5 + pos: -14.5,-7.5 parent: 2 - - uid: 23562 + - uid: 23740 components: - type: Transform - pos: 49.5,9.5 + pos: -18.5,-0.5 parent: 2 - - uid: 23563 + - uid: 23744 components: - type: Transform - pos: 49.5,8.5 + pos: 14.5,-2.5 parent: 2 - - uid: 23564 + - uid: 24061 components: - type: Transform - pos: 49.5,8.5 + pos: -17.5,-2.5 parent: 2 - - uid: 23565 + - uid: 24062 components: - type: Transform - pos: 48.5,8.5 + pos: 21.5,-2.5 parent: 2 - - uid: 23566 + - uid: 24064 components: - type: Transform - pos: 47.5,8.5 + pos: 23.5,-2.5 parent: 2 - - uid: 23567 + - uid: 24076 components: - type: Transform - pos: 46.5,8.5 + pos: 13.5,-2.5 parent: 2 - - uid: 23568 + - uid: 24077 components: - type: Transform - pos: 45.5,8.5 + pos: -16.5,-2.5 parent: 2 - - uid: 23569 + - uid: 24115 components: - type: Transform - pos: 45.5,9.5 + rot: 3.141592653589793 rad + pos: -78.5,63.5 parent: 2 - - uid: 23570 + - uid: 24130 components: - type: Transform - pos: 44.5,9.5 + pos: -11.5,-2.5 parent: 2 - - uid: 23571 + - uid: 24131 components: - type: Transform - pos: 43.5,9.5 + rot: 3.141592653589793 rad + pos: -77.5,60.5 parent: 2 - - uid: 23572 + - uid: 24134 components: - type: Transform - pos: 42.5,9.5 + pos: -15.5,-7.5 parent: 2 - - uid: 23573 + - uid: 24137 components: - type: Transform - pos: 41.5,9.5 + pos: -16.5,-7.5 parent: 2 - - uid: 23574 + - uid: 24229 components: - type: Transform - pos: 41.5,8.5 + rot: 3.141592653589793 rad + pos: -79.5,60.5 parent: 2 - - uid: 23575 + - uid: 24435 components: - type: Transform - pos: 41.5,7.5 + rot: 3.141592653589793 rad + pos: -79.5,63.5 parent: 2 - - uid: 23576 + - uid: 24546 components: - type: Transform - pos: 41.5,7.5 + rot: -1.5707963267948966 rad + pos: 44.5,-4.5 parent: 2 - - uid: 23577 + - uid: 24549 components: - type: Transform - pos: 40.5,7.5 + rot: -1.5707963267948966 rad + pos: 45.5,-4.5 parent: 2 - - uid: 23578 + - uid: 24550 components: - type: Transform - pos: 39.5,7.5 + rot: -1.5707963267948966 rad + pos: 46.5,-4.5 parent: 2 - - uid: 23579 + - uid: 24553 components: - type: Transform - pos: 38.5,7.5 + pos: -56.5,4.5 parent: 2 - - uid: 23580 + - uid: 24562 components: - type: Transform - pos: 37.5,7.5 + pos: -56.5,1.5 parent: 2 - - uid: 23581 + - uid: 24563 components: - type: Transform - pos: 36.5,7.5 + pos: -56.5,-2.5 parent: 2 - - uid: 23582 + - uid: 24564 components: - type: Transform - pos: 36.5,8.5 + pos: -56.5,-3.5 parent: 2 - - uid: 23583 + - uid: 24565 components: - type: Transform - pos: 35.5,8.5 + pos: -56.5,-5.5 parent: 2 - - uid: 23584 + - uid: 24566 components: - type: Transform - pos: 34.5,8.5 + pos: -57.5,-5.5 parent: 2 - - uid: 23585 + - uid: 24567 components: - type: Transform - pos: 34.5,9.5 + pos: -58.5,-5.5 parent: 2 - - uid: 23586 + - uid: 24569 components: - type: Transform - pos: 33.5,9.5 + pos: -59.5,-6.5 parent: 2 - - uid: 23587 + - uid: 24570 components: - type: Transform - pos: 32.5,9.5 + pos: -59.5,-7.5 parent: 2 - - uid: 23588 + - uid: 24571 components: - type: Transform - pos: 31.5,9.5 + pos: -60.5,-8.5 parent: 2 - - uid: 23589 + - uid: 24572 components: - type: Transform - pos: 30.5,9.5 + pos: -59.5,-9.5 parent: 2 - - uid: 23590 + - uid: 24573 components: - type: Transform - pos: 29.5,9.5 + pos: -59.5,-12.5 parent: 2 - - uid: 23591 + - uid: 24574 components: - type: Transform - pos: 29.5,10.5 + pos: -59.5,-13.5 parent: 2 - - uid: 23592 + - uid: 24575 components: - type: Transform - pos: 29.5,11.5 + pos: -60.5,-16.5 parent: 2 - - uid: 23593 + - uid: 24576 components: - type: Transform - pos: 29.5,11.5 + pos: -60.5,-17.5 parent: 2 - - uid: 23594 + - uid: 24577 components: - type: Transform - pos: 28.5,11.5 + pos: -61.5,-20.5 parent: 2 - - uid: 23595 + - uid: 24578 components: - type: Transform - pos: 27.5,11.5 + pos: -61.5,-21.5 parent: 2 - - uid: 23596 + - uid: 24581 components: - type: Transform - pos: 27.5,12.5 + pos: -59.5,-22.5 parent: 2 - - uid: 23597 + - uid: 24582 components: - type: Transform - pos: 26.5,12.5 + pos: -58.5,-22.5 parent: 2 - - uid: 23598 + - uid: 24583 components: - type: Transform - pos: 30.5,11.5 + pos: -58.5,-23.5 parent: 2 - - uid: 23599 + - uid: 24586 components: - type: Transform - pos: 30.5,12.5 + pos: -56.5,-24.5 parent: 2 - - uid: 23600 + - uid: 24587 components: - type: Transform - pos: 30.5,13.5 + pos: -55.5,-26.5 parent: 2 - - uid: 23601 + - uid: 24588 components: - type: Transform - pos: 30.5,14.5 + pos: -53.5,-26.5 parent: 2 - - uid: 23602 + - uid: 24589 components: - type: Transform - pos: 29.5,14.5 + pos: -52.5,-26.5 parent: 2 - - uid: 23603 + - uid: 24606 components: - type: Transform - pos: 31.5,9.5 + pos: -49.5,-25.5 parent: 2 - - uid: 23604 + - uid: 24607 components: - type: Transform - pos: 31.5,8.5 + pos: -49.5,-26.5 parent: 2 - - uid: 23605 + - uid: 24609 components: - type: Transform - pos: 34.5,9.5 + pos: -48.5,-27.5 parent: 2 - - uid: 23606 + - uid: 24610 components: - type: Transform - pos: 34.5,10.5 + pos: -48.5,-28.5 parent: 2 - - uid: 23607 + - uid: 24611 components: - type: Transform - pos: 34.5,11.5 + pos: -48.5,-29.5 parent: 2 - - uid: 23608 + - uid: 24613 components: - type: Transform - pos: 34.5,12.5 + pos: -48.5,-31.5 parent: 2 - - uid: 23609 + - uid: 24625 components: - type: Transform - pos: 34.5,13.5 + pos: -71.5,57.5 parent: 2 - - uid: 23610 + - uid: 24639 components: - type: Transform - pos: 34.5,14.5 + pos: -70.5,57.5 parent: 2 - - uid: 23611 + - uid: 24696 components: - type: Transform - pos: 34.5,14.5 + rot: 3.141592653589793 rad + pos: -79.5,64.5 parent: 2 - - uid: 23612 + - uid: 26178 components: - type: Transform - pos: 35.5,14.5 + pos: -61.5,55.5 parent: 2 - - uid: 23613 + - uid: 26180 components: - type: Transform - pos: 36.5,14.5 + pos: -66.5,31.5 parent: 2 - - uid: 23614 + - uid: 26181 components: - type: Transform - pos: 37.5,14.5 + pos: -66.5,30.5 parent: 2 - - uid: 23615 + - uid: 26182 components: - type: Transform - pos: 38.5,14.5 + pos: -66.5,29.5 parent: 2 - - uid: 23616 + - uid: 26183 components: - type: Transform - pos: 39.5,14.5 + pos: -66.5,32.5 parent: 2 - - uid: 23617 + - uid: 26188 components: - type: Transform - pos: 40.5,14.5 + rot: 3.141592653589793 rad + pos: -79.5,62.5 parent: 2 - - uid: 23618 + - uid: 27682 components: - type: Transform - pos: 41.5,14.5 + rot: 1.5707963267948966 rad + pos: 57.5,-37.5 parent: 2 - - uid: 23619 + - uid: 31524 components: - type: Transform - pos: 42.5,14.5 + rot: 1.5707963267948966 rad + pos: 16.5,-35.5 parent: 2 - - uid: 23620 + - uid: 31525 components: - type: Transform - pos: 42.5,14.5 + rot: 1.5707963267948966 rad + pos: 17.5,-35.5 parent: 2 - - uid: 23621 + - uid: 31526 components: - type: Transform - pos: 42.5,15.5 + rot: 1.5707963267948966 rad + pos: 17.5,-36.5 parent: 2 - - uid: 23622 + - uid: 31527 components: - type: Transform - pos: 42.5,16.5 + rot: 1.5707963267948966 rad + pos: 17.5,-37.5 parent: 2 - - uid: 23623 + - uid: 31528 components: - type: Transform - pos: 43.5,16.5 + rot: 1.5707963267948966 rad + pos: 17.5,-38.5 parent: 2 - - uid: 23624 + - uid: 31529 components: - type: Transform - pos: 43.5,17.5 + rot: 1.5707963267948966 rad + pos: 16.5,-38.5 parent: 2 - - uid: 23625 + - uid: 31530 components: - type: Transform - pos: 42.5,10.5 + rot: 1.5707963267948966 rad + pos: 17.5,-39.5 parent: 2 - - uid: 23626 + - uid: 31531 components: - type: Transform - pos: 42.5,11.5 + rot: 1.5707963267948966 rad + pos: 17.5,-40.5 parent: 2 - - uid: 23627 + - uid: 31532 components: - type: Transform - pos: 45.5,10.5 + rot: 1.5707963267948966 rad + pos: 17.5,-41.5 parent: 2 - - uid: 23628 + - uid: 31533 components: - type: Transform - pos: 45.5,11.5 + rot: 1.5707963267948966 rad + pos: 17.5,-42.5 parent: 2 - - uid: 23629 + - uid: 31534 components: - type: Transform - pos: 58.5,-39.5 + rot: 1.5707963267948966 rad + pos: 17.5,-43.5 parent: 2 - - uid: 23630 + - uid: 31696 components: - type: Transform - pos: 58.5,-38.5 + pos: 3.5,-8.5 parent: 2 - - uid: 23631 + - uid: 31698 components: - type: Transform - pos: 58.5,-37.5 + pos: -6.5,-7.5 parent: 2 - - uid: 23632 + - uid: 31707 components: - type: Transform - pos: 58.5,-37.5 + pos: 7.5,-7.5 parent: 2 - - uid: 23633 + - uid: 31710 components: - type: Transform - pos: 57.5,-37.5 + pos: 7.5,-8.5 parent: 2 - - uid: 23634 + - uid: 31720 components: - type: Transform - pos: 56.5,-37.5 + pos: 2.5,-9.5 parent: 2 - - uid: 23635 + - uid: 33615 components: - type: Transform - pos: 55.5,-37.5 + pos: -19.5,7.5 parent: 2 - - uid: 23636 + - uid: 33997 components: - type: Transform - pos: 54.5,-37.5 + pos: -85.5,63.5 parent: 2 - - uid: 23637 + - uid: 34003 components: - type: Transform - pos: 54.5,-37.5 + pos: -87.5,63.5 parent: 2 - - uid: 23638 + - uid: 34004 components: - type: Transform - pos: 54.5,-38.5 + pos: -86.5,63.5 parent: 2 - - uid: 23639 + - uid: 34541 components: - type: Transform - pos: 54.5,-39.5 - parent: 2 - - uid: 23640 + rot: 3.141592653589793 rad + pos: 18.5,2.5 + parent: 30892 + - uid: 34542 components: - type: Transform - pos: 54.5,-40.5 - parent: 2 - - uid: 23641 + rot: 3.141592653589793 rad + pos: 16.5,5.5 + parent: 30892 + - uid: 34554 components: - type: Transform - pos: 54.5,-40.5 - parent: 2 - - uid: 23642 + rot: 3.141592653589793 rad + pos: 15.5,3.5 + parent: 30892 + - uid: 34555 components: - type: Transform - pos: 53.5,-40.5 - parent: 2 - - uid: 23643 + rot: 3.141592653589793 rad + pos: 15.5,5.5 + parent: 30892 + - uid: 34592 components: - type: Transform - pos: 53.5,-40.5 - parent: 2 - - uid: 23644 + rot: 3.141592653589793 rad + pos: 18.5,1.5 + parent: 30892 + - uid: 34594 components: - type: Transform - pos: 53.5,-41.5 - parent: 2 - - uid: 23645 + rot: 3.141592653589793 rad + pos: 16.5,4.5 + parent: 30892 + - uid: 34595 components: - type: Transform - pos: 53.5,-42.5 - parent: 2 - - uid: 23646 + rot: 3.141592653589793 rad + pos: 15.5,4.5 + parent: 30892 + - uid: 34596 components: - type: Transform - pos: 53.5,-43.5 - parent: 2 - - uid: 23647 + rot: 3.141592653589793 rad + pos: 17.5,4.5 + parent: 30892 + - uid: 34598 components: - type: Transform - pos: 53.5,-43.5 - parent: 2 - - uid: 23648 + rot: 3.141592653589793 rad + pos: 18.5,4.5 + parent: 30892 + - uid: 34599 components: - type: Transform - pos: 52.5,-43.5 - parent: 2 - - uid: 23649 + rot: 3.141592653589793 rad + pos: 17.5,5.5 + parent: 30892 + - uid: 34600 components: - type: Transform - pos: 51.5,-43.5 - parent: 2 - - uid: 23650 + rot: 3.141592653589793 rad + pos: 17.5,3.5 + parent: 30892 + - uid: 34601 components: - type: Transform - pos: 50.5,-43.5 - parent: 2 - - uid: 23651 + rot: 3.141592653589793 rad + pos: 16.5,3.5 + parent: 30892 + - uid: 34602 components: - type: Transform - pos: 49.5,-43.5 - parent: 2 - - uid: 23652 + rot: 3.141592653589793 rad + pos: 18.5,5.5 + parent: 30892 + - uid: 34603 components: - type: Transform - pos: 49.5,-43.5 - parent: 2 - - uid: 23653 + rot: 3.141592653589793 rad + pos: 19.5,3.5 + parent: 30892 + - uid: 34609 components: - type: Transform - pos: 49.5,-44.5 - parent: 2 - - uid: 23654 + rot: 3.141592653589793 rad + pos: 17.5,6.5 + parent: 30892 + - uid: 34610 components: - type: Transform - pos: 49.5,-45.5 - parent: 2 - - uid: 23655 + rot: 3.141592653589793 rad + pos: 16.5,6.5 + parent: 30892 + - uid: 34611 components: - type: Transform - pos: 56.5,-37.5 - parent: 2 - - uid: 23656 + rot: 3.141592653589793 rad + pos: 19.5,5.5 + parent: 30892 + - uid: 34612 components: - type: Transform - pos: 56.5,-36.5 - parent: 2 - - uid: 23657 + rot: 3.141592653589793 rad + pos: 18.5,3.5 + parent: 30892 + - uid: 34617 components: - type: Transform - pos: 56.5,-35.5 - parent: 2 - - uid: 23658 + rot: 3.141592653589793 rad + pos: 19.5,2.5 + parent: 30892 + - uid: 34915 components: - type: Transform - pos: 56.5,-34.5 + rot: -1.5707963267948966 rad + pos: 5.5,10.5 parent: 2 - - uid: 23659 + - uid: 34935 components: - type: Transform - pos: 55.5,-34.5 + rot: -1.5707963267948966 rad + pos: 0.5,18.5 parent: 2 - - uid: 23660 + - uid: 34936 components: - type: Transform - pos: 55.5,-33.5 + rot: -1.5707963267948966 rad + pos: 0.5,17.5 parent: 2 - - uid: 23661 + - uid: 34937 components: - type: Transform - pos: 55.5,-32.5 + rot: -1.5707963267948966 rad + pos: 0.5,16.5 parent: 2 - - uid: 23662 + - uid: 34938 components: - type: Transform - pos: 55.5,-31.5 + rot: -1.5707963267948966 rad + pos: 0.5,15.5 parent: 2 - - uid: 23663 + - uid: 34939 components: - type: Transform - pos: 56.5,-31.5 + rot: -1.5707963267948966 rad + pos: -0.5,15.5 parent: 2 - - uid: 23664 + - uid: 34940 components: - type: Transform - pos: 56.5,-30.5 + rot: -1.5707963267948966 rad + pos: 1.5,15.5 parent: 2 - - uid: 23665 + - uid: 34941 components: - type: Transform - pos: 56.5,-29.5 + rot: -1.5707963267948966 rad + pos: -0.5,16.5 parent: 2 - - uid: 23666 + - uid: 34942 components: - type: Transform - pos: 56.5,-28.5 + rot: -1.5707963267948966 rad + pos: -0.5,17.5 parent: 2 - - uid: 23667 + - uid: 34943 components: - type: Transform - pos: 56.5,-27.5 + rot: -1.5707963267948966 rad + pos: 1.5,18.5 parent: 2 - - uid: 23668 + - uid: 34944 components: - type: Transform - pos: 56.5,-26.5 + rot: -1.5707963267948966 rad + pos: 1.5,17.5 parent: 2 - - uid: 23669 + - uid: 34945 components: - type: Transform - pos: 56.5,-26.5 + rot: -1.5707963267948966 rad + pos: 1.5,16.5 parent: 2 - - uid: 23670 + - uid: 34946 components: - type: Transform - pos: 57.5,-26.5 + rot: -1.5707963267948966 rad + pos: -0.5,18.5 parent: 2 - - uid: 23671 + - uid: 34953 components: - type: Transform - pos: 58.5,-26.5 + rot: -1.5707963267948966 rad + pos: -3.5,15.5 parent: 2 - - uid: 23672 + - uid: 34954 components: - type: Transform - pos: 59.5,-26.5 + rot: -1.5707963267948966 rad + pos: -4.5,15.5 parent: 2 - - uid: 23673 + - uid: 34955 components: - type: Transform - pos: 60.5,-26.5 + rot: -1.5707963267948966 rad + pos: 5.5,15.5 parent: 2 - - uid: 23674 + - uid: 34956 components: - type: Transform - pos: 61.5,-26.5 + rot: -1.5707963267948966 rad + pos: 4.5,15.5 parent: 2 - - uid: 23675 + - uid: 34957 components: - type: Transform - pos: 61.5,-25.5 + rot: -1.5707963267948966 rad + pos: -0.5,6.5 parent: 2 - - uid: 23676 + - uid: 34958 components: - type: Transform - pos: 62.5,-25.5 + rot: -1.5707963267948966 rad + pos: -1.5,6.5 parent: 2 - - uid: 23677 + - uid: 34959 components: - type: Transform - pos: 63.5,-25.5 + rot: -1.5707963267948966 rad + pos: -2.5,6.5 parent: 2 - - uid: 23678 + - uid: 34960 components: - type: Transform - pos: 64.5,-25.5 + rot: -1.5707963267948966 rad + pos: 0.5,7.5 parent: 2 - - uid: 23679 + - uid: 34961 components: - type: Transform - pos: 64.5,-25.5 + rot: -1.5707963267948966 rad + pos: 0.5,8.5 parent: 2 - - uid: 23680 + - uid: 34962 components: - type: Transform - pos: 64.5,-24.5 + rot: -1.5707963267948966 rad + pos: 0.5,9.5 parent: 2 - - uid: 23681 + - uid: 34963 components: - type: Transform - pos: 66.5,-17.5 + rot: -1.5707963267948966 rad + pos: 1.5,6.5 parent: 2 - - uid: 23682 + - uid: 34964 components: - type: Transform - pos: 66.5,-16.5 + rot: -1.5707963267948966 rad + pos: 2.5,6.5 parent: 2 - - uid: 23683 + - uid: 34965 components: - type: Transform - pos: 66.5,-15.5 + rot: -1.5707963267948966 rad + pos: 3.5,6.5 parent: 2 - - uid: 23684 + - uid: 34966 components: - type: Transform - pos: 66.5,-14.5 + rot: -1.5707963267948966 rad + pos: 4.5,6.5 parent: 2 - - uid: 23685 + - uid: 34967 components: - type: Transform - pos: 66.5,-13.5 + rot: -1.5707963267948966 rad + pos: 0.5,10.5 parent: 2 - - uid: 23686 + - uid: 34968 components: - type: Transform - pos: 66.5,-12.5 + rot: -1.5707963267948966 rad + pos: -3.5,6.5 parent: 2 - - uid: 23687 + - uid: 34969 components: - type: Transform - pos: 66.5,-11.5 + rot: -1.5707963267948966 rad + pos: 0.5,5.5 parent: 2 - - uid: 23688 + - uid: 34970 components: - type: Transform - pos: 66.5,-10.5 + rot: -1.5707963267948966 rad + pos: 0.5,4.5 parent: 2 - - uid: 23689 + - uid: 34971 components: - type: Transform - pos: 66.5,-9.5 + rot: -1.5707963267948966 rad + pos: 0.5,3.5 parent: 2 - - uid: 23690 + - uid: 34972 components: - type: Transform - pos: 66.5,-9.5 + rot: -1.5707963267948966 rad + pos: 0.5,2.5 parent: 2 - - uid: 23691 + - uid: 34973 components: - type: Transform - pos: 65.5,-9.5 + rot: -1.5707963267948966 rad + pos: -0.5,2.5 parent: 2 - - uid: 23692 + - uid: 34974 components: - type: Transform - pos: 64.5,-9.5 + rot: -1.5707963267948966 rad + pos: 1.5,2.5 parent: 2 - - uid: 23693 + - uid: 34975 components: - type: Transform - pos: 63.5,-9.5 + rot: -1.5707963267948966 rad + pos: 4.5,5.5 parent: 2 - - uid: 23694 + - uid: 34976 components: - type: Transform - pos: 62.5,-9.5 + rot: -1.5707963267948966 rad + pos: 4.5,7.5 parent: 2 - - uid: 23695 + - uid: 34977 components: - type: Transform - pos: 61.5,-9.5 + rot: -1.5707963267948966 rad + pos: 1.5,10.5 parent: 2 - - uid: 23696 + - uid: 34978 components: - type: Transform - pos: 60.5,-9.5 + rot: -1.5707963267948966 rad + pos: -0.5,10.5 parent: 2 - - uid: 23697 + - uid: 34979 components: - type: Transform - pos: 59.5,-9.5 + rot: -1.5707963267948966 rad + pos: -3.5,7.5 parent: 2 - - uid: 23698 + - uid: 34980 components: - type: Transform - pos: 60.5,-9.5 + rot: -1.5707963267948966 rad + pos: -3.5,5.5 parent: 2 - - uid: 23699 + - uid: 34981 components: - type: Transform - pos: 60.5,-8.5 + rot: -1.5707963267948966 rad + pos: -3.5,4.5 parent: 2 - - uid: 23700 + - uid: 34982 components: - type: Transform - pos: 60.5,-7.5 + rot: -1.5707963267948966 rad + pos: -3.5,3.5 parent: 2 - - uid: 23701 + - uid: 34983 components: - type: Transform - pos: 61.5,-7.5 + rot: -1.5707963267948966 rad + pos: -2.5,2.5 parent: 2 - - uid: 23702 + - uid: 34984 components: - type: Transform - pos: 62.5,-7.5 + rot: -1.5707963267948966 rad + pos: -1.5,2.5 parent: 2 - - uid: 23703 + - uid: 34985 components: - type: Transform - pos: 63.5,-7.5 + rot: -1.5707963267948966 rad + pos: 2.5,2.5 parent: 2 - - uid: 23704 + - uid: 34986 components: - type: Transform - pos: 59.5,-7.5 + rot: -1.5707963267948966 rad + pos: 3.5,2.5 parent: 2 - - uid: 23705 + - uid: 34987 components: - type: Transform - pos: 58.5,-7.5 + rot: -1.5707963267948966 rad + pos: 4.5,3.5 parent: 2 - - uid: 23706 + - uid: 34988 components: - type: Transform - pos: 57.5,-7.5 + rot: -1.5707963267948966 rad + pos: 4.5,4.5 parent: 2 - - uid: 23707 + - uid: 34989 components: - type: Transform - pos: 56.5,-7.5 + rot: -1.5707963267948966 rad + pos: 4.5,8.5 parent: 2 - - uid: 23708 + - uid: 34990 components: - type: Transform - pos: 56.5,-8.5 + rot: -1.5707963267948966 rad + pos: 4.5,9.5 parent: 2 - - uid: 23709 + - uid: 34991 components: - type: Transform - pos: 56.5,-9.5 + rot: -1.5707963267948966 rad + pos: 3.5,10.5 parent: 2 - - uid: 23710 + - uid: 34992 components: - type: Transform - pos: 56.5,-10.5 + rot: -1.5707963267948966 rad + pos: 2.5,10.5 parent: 2 - - uid: 23791 + - uid: 34993 components: - type: Transform - pos: -34.5,-11.5 + rot: -1.5707963267948966 rad + pos: -1.5,10.5 parent: 2 - - uid: 23792 + - uid: 34994 components: - type: Transform - pos: -35.5,-11.5 + rot: -1.5707963267948966 rad + pos: -2.5,10.5 parent: 2 - - uid: 23793 + - uid: 34995 components: - type: Transform - pos: -36.5,-11.5 + rot: -1.5707963267948966 rad + pos: -3.5,9.5 parent: 2 - - uid: 23794 + - uid: 34996 components: - type: Transform - pos: -36.5,-11.5 + rot: -1.5707963267948966 rad + pos: -3.5,8.5 parent: 2 - - uid: 23795 + - uid: 34997 components: - type: Transform - pos: -36.5,-10.5 + rot: -1.5707963267948966 rad + pos: 5.5,9.5 parent: 2 - - uid: 23796 + - uid: 35617 components: - type: Transform - pos: -36.5,-9.5 + pos: -35.5,60.5 parent: 2 - - uid: 23797 + - uid: 35619 components: - type: Transform - pos: -36.5,-8.5 + pos: -35.5,62.5 parent: 2 - - uid: 23798 + - uid: 35620 components: - type: Transform - pos: -36.5,-7.5 + pos: -35.5,61.5 parent: 2 - - uid: 23799 + - uid: 35621 components: - type: Transform - pos: -37.5,-2.5 + pos: -34.5,61.5 parent: 2 - - uid: 23800 + - uid: 35829 components: - type: Transform - pos: -36.5,-2.5 + rot: 3.141592653589793 rad + pos: -79.5,61.5 parent: 2 - - uid: 23801 + - uid: 36191 components: - type: Transform - pos: -35.5,-2.5 + pos: 3.5,-9.5 parent: 2 - - uid: 23802 + - uid: 36193 components: - type: Transform - pos: -34.5,-2.5 + pos: -0.5,-9.5 parent: 2 - - uid: 23803 + - uid: 36194 components: - type: Transform - pos: -35.5,-2.5 + pos: -1.5,-9.5 parent: 2 - - uid: 23804 + - uid: 36198 components: - type: Transform - pos: -35.5,-1.5 + pos: -2.5,-9.5 parent: 2 - - uid: 23805 + - uid: 36199 components: - type: Transform - pos: -35.5,-0.5 + pos: -2.5,-8.5 parent: 2 - - uid: 23806 + - uid: 36200 components: - type: Transform - pos: -35.5,0.5 + pos: 20.5,-8.5 parent: 2 - - uid: 23807 + - uid: 36201 components: - type: Transform - pos: -35.5,0.5 + pos: -8.5,-7.5 parent: 2 - - uid: 23808 + - uid: 36202 components: - type: Transform - pos: -36.5,0.5 + pos: 19.5,-8.5 parent: 2 - - uid: 23809 + - uid: 36204 components: - type: Transform - pos: -37.5,0.5 + pos: 19.5,-7.5 parent: 2 - - uid: 23810 + - uid: 36205 components: - type: Transform - pos: -38.5,0.5 + pos: 18.5,-7.5 parent: 2 - - uid: 23811 + - uid: 36206 components: - type: Transform - pos: -39.5,0.5 + pos: 17.5,-7.5 parent: 2 - - uid: 23813 + - uid: 36207 components: - type: Transform - pos: -41.5,0.5 + pos: 16.5,-7.5 parent: 2 - - uid: 23814 + - uid: 36208 components: - type: Transform - pos: -42.5,0.5 + pos: 11.5,-7.5 parent: 2 - - uid: 23815 + - uid: 36209 components: - type: Transform - pos: -43.5,0.5 + pos: 10.5,-7.5 parent: 2 - - uid: 23816 + - uid: 36210 components: - type: Transform - pos: -44.5,0.5 + pos: 9.5,-7.5 parent: 2 - - uid: 23817 + - uid: 36211 components: - type: Transform - pos: -45.5,0.5 + pos: 8.5,-7.5 parent: 2 - - uid: 23818 + - uid: 36212 components: - type: Transform - pos: -45.5,0.5 + pos: 15.5,-7.5 parent: 2 - - uid: 23819 + - uid: 36213 components: - type: Transform - pos: -45.5,-0.5 + pos: 14.5,-7.5 parent: 2 - - uid: 23820 + - uid: 36214 components: - type: Transform - pos: -45.5,-1.5 + pos: -10.5,-2.5 parent: 2 - - uid: 23821 + - uid: 36215 components: - type: Transform - pos: -45.5,-2.5 + pos: -3.5,-8.5 parent: 2 - - uid: 23822 + - uid: 36216 components: - type: Transform - pos: -45.5,-3.5 + pos: -4.5,-8.5 parent: 2 - - uid: 23823 + - uid: 36217 components: - type: Transform - pos: -45.5,-4.5 + pos: -9.5,-2.5 parent: 2 - - uid: 23824 + - uid: 36218 components: - type: Transform - pos: -44.5,-4.5 + pos: -6.5,-2.5 parent: 2 - - uid: 23825 + - uid: 36219 components: - type: Transform - pos: -44.5,-5.5 + pos: 7.5,-0.5 parent: 2 - - uid: 23826 + - uid: 36221 components: - type: Transform - pos: -44.5,-6.5 + pos: 8.5,-2.5 parent: 2 - - uid: 23827 + - uid: 36222 components: - type: Transform - pos: -44.5,-6.5 + pos: -6.5,-1.5 parent: 2 - - uid: 23828 + - uid: 36223 components: - type: Transform - pos: -43.5,-6.5 + pos: 7.5,-1.5 parent: 2 - - uid: 23829 + - uid: 36224 components: - type: Transform - pos: -42.5,-6.5 + pos: 7.5,-2.5 parent: 2 - - uid: 23830 + - uid: 36231 components: - type: Transform - pos: -41.5,-6.5 + rot: 1.5707963267948966 rad + pos: 13.5,11.5 parent: 2 - - uid: 23831 + - uid: 36233 components: - type: Transform - pos: -40.5,-6.5 + rot: 1.5707963267948966 rad + pos: 19.5,-9.5 parent: 2 - - uid: 23832 + - uid: 36234 components: - type: Transform - pos: -40.5,-7.5 + rot: 1.5707963267948966 rad + pos: 12.5,13.5 parent: 2 - - uid: 23833 + - uid: 36235 components: - type: Transform - pos: -39.5,-7.5 + rot: 1.5707963267948966 rad + pos: 12.5,14.5 parent: 2 - - uid: 23834 + - uid: 36236 components: - type: Transform - pos: -38.5,-7.5 + rot: 1.5707963267948966 rad + pos: 20.5,-9.5 parent: 2 - - uid: 23835 + - uid: 36237 components: - type: Transform - pos: -40.5,-6.5 + rot: 1.5707963267948966 rad + pos: 12.5,12.5 parent: 2 - - uid: 23836 + - uid: 36238 components: - type: Transform - pos: -40.5,-5.5 + rot: 1.5707963267948966 rad + pos: 12.5,18.5 parent: 2 - - uid: 23837 + - uid: 36239 components: - type: Transform - pos: -40.5,-4.5 + rot: 1.5707963267948966 rad + pos: 11.5,18.5 parent: 2 - - uid: 23838 + - uid: 36240 components: - type: Transform - pos: -40.5,-3.5 + rot: 1.5707963267948966 rad + pos: 10.5,19.5 parent: 2 - - uid: 23839 + - uid: 36242 components: - type: Transform - pos: -41.5,-3.5 + rot: 1.5707963267948966 rad + pos: 10.5,25.5 parent: 2 - - uid: 23840 + - uid: 36243 components: - type: Transform - pos: -39.5,-3.5 + rot: 1.5707963267948966 rad + pos: 10.5,26.5 parent: 2 - - uid: 23841 + - uid: 36244 components: - type: Transform - pos: -34.5,-0.5 + rot: 1.5707963267948966 rad + pos: 5.5,26.5 parent: 2 - - uid: 23842 + - uid: 36245 components: - type: Transform - pos: -33.5,-0.5 + rot: 1.5707963267948966 rad + pos: 0.5,26.5 parent: 2 - - uid: 23843 + - uid: 36246 components: - type: Transform - pos: -32.5,-0.5 + rot: 1.5707963267948966 rad + pos: -0.5,26.5 parent: 2 - - uid: 23844 + - uid: 36260 components: - type: Transform - pos: -32.5,-1.5 + rot: 1.5707963267948966 rad + pos: 13.5,12.5 parent: 2 - - uid: 23845 + - uid: 36261 components: - type: Transform - pos: -32.5,-2.5 + rot: 1.5707963267948966 rad + pos: 18.5,-9.5 parent: 2 - - uid: 23846 + - uid: 36262 components: - type: Transform - pos: -32.5,-3.5 + rot: 1.5707963267948966 rad + pos: 17.5,-9.5 parent: 2 - - uid: 23847 + - uid: 37199 components: - type: Transform - pos: -32.5,-3.5 - parent: 2 - - uid: 23848 + rot: -1.5707963267948966 rad + pos: 20.5,14.5 + parent: 36907 + - uid: 37200 components: - type: Transform - pos: -31.5,-3.5 - parent: 2 - - uid: 23849 + pos: 20.5,15.5 + parent: 36907 + - uid: 37201 components: - type: Transform - pos: -30.5,-3.5 - parent: 2 - - uid: 23850 + pos: 19.5,15.5 + parent: 36907 + - uid: 37202 components: - type: Transform - pos: -29.5,-3.5 - parent: 2 - - uid: 23851 + pos: 24.5,9.5 + parent: 36907 + - uid: 37203 components: - type: Transform - pos: -28.5,-3.5 - parent: 2 - - uid: 23852 + pos: 24.5,8.5 + parent: 36907 + - uid: 37204 components: - type: Transform - pos: -28.5,-3.5 - parent: 2 - - uid: 23853 + pos: 25.5,9.5 + parent: 36907 + - uid: 37205 components: - type: Transform - pos: -28.5,-2.5 - parent: 2 - - uid: 23854 + pos: 25.5,8.5 + parent: 36907 + - uid: 37206 components: - type: Transform - pos: -28.5,-1.5 - parent: 2 - - uid: 23855 + pos: 23.5,9.5 + parent: 36907 + - uid: 37207 components: - type: Transform - pos: -28.5,-0.5 - parent: 2 - - uid: 23856 + pos: 25.5,-17.5 + parent: 36907 + - uid: 37208 components: - type: Transform - pos: -28.5,0.5 - parent: 2 - - uid: 23857 + pos: 28.5,-19.5 + parent: 36907 + - uid: 37209 components: - type: Transform - pos: -28.5,1.5 - parent: 2 - - uid: 23858 + pos: 30.5,-13.5 + parent: 36907 + - uid: 37210 components: - type: Transform - pos: -28.5,2.5 - parent: 2 - - uid: 23859 + pos: 27.5,-17.5 + parent: 36907 + - uid: 37211 components: - type: Transform - pos: -28.5,3.5 - parent: 2 - - uid: 23860 + pos: 26.5,-17.5 + parent: 36907 + - uid: 37212 components: - type: Transform - pos: -30.5,10.5 - parent: 2 - - uid: 23861 + pos: 28.5,-18.5 + parent: 36907 + - uid: 37213 components: - type: Transform - pos: -30.5,9.5 - parent: 2 - - uid: 23862 + pos: 28.5,-17.5 + parent: 36907 + - uid: 37214 components: - type: Transform - pos: -30.5,8.5 - parent: 2 - - uid: 23863 + pos: 29.5,-14.5 + parent: 36907 + - uid: 37215 components: - type: Transform - pos: -30.5,7.5 - parent: 2 - - uid: 23864 + pos: 30.5,-14.5 + parent: 36907 + - uid: 37216 components: - type: Transform - pos: -30.5,6.5 - parent: 2 - - uid: 23865 + pos: 28.5,-15.5 + parent: 36907 + - uid: 37217 components: - type: Transform - pos: -30.5,5.5 - parent: 2 - - uid: 23866 + pos: 28.5,-16.5 + parent: 36907 + - uid: 37218 components: - type: Transform - pos: -30.5,4.5 - parent: 2 - - uid: 23867 + pos: 28.5,-14.5 + parent: 36907 + - uid: 37219 components: - type: Transform - pos: -30.5,6.5 - parent: 2 - - uid: 23868 + pos: 22.5,9.5 + parent: 36907 + - uid: 37220 components: - type: Transform - pos: -29.5,6.5 - parent: 2 - - uid: 23869 + pos: 21.5,9.5 + parent: 36907 + - uid: 37221 components: - type: Transform - pos: -28.5,6.5 - parent: 2 - - uid: 23870 + pos: 20.5,9.5 + parent: 36907 + - uid: 37222 components: - type: Transform - pos: -30.5,6.5 - parent: 2 - - uid: 23872 + pos: 19.5,9.5 + parent: 36907 + - uid: 37223 components: - type: Transform - pos: -32.5,6.5 - parent: 2 - - uid: 23873 + pos: 19.5,10.5 + parent: 36907 + - uid: 37224 components: - type: Transform - pos: -33.5,6.5 - parent: 2 - - uid: 23874 + pos: 19.5,13.5 + parent: 36907 + - uid: 37225 components: - type: Transform - pos: -32.5,6.5 - parent: 2 - - uid: 23875 + pos: 19.5,14.5 + parent: 36907 + - uid: 37226 components: - type: Transform - pos: -32.5,7.5 - parent: 2 - - uid: 23876 + pos: 30.5,-21.5 + parent: 36907 + - uid: 37227 components: - type: Transform - pos: -32.5,8.5 - parent: 2 - - uid: 23877 + pos: 30.5,-22.5 + parent: 36907 + - uid: 37228 components: - type: Transform - pos: -33.5,8.5 - parent: 2 - - uid: 23878 + pos: 30.5,-23.5 + parent: 36907 + - uid: 37229 components: - type: Transform - pos: -32.5,9.5 - parent: 2 - - uid: 23879 + pos: 30.5,-24.5 + parent: 36907 + - uid: 37230 components: - type: Transform - pos: -30.5,9.5 - parent: 2 - - uid: 23880 + pos: 30.5,-25.5 + parent: 36907 + - uid: 37231 components: - type: Transform - pos: -29.5,9.5 - parent: 2 - - uid: 23881 + pos: 30.5,-26.5 + parent: 36907 + - uid: 37232 components: - type: Transform - pos: -28.5,9.5 - parent: 2 - - uid: 23882 + pos: 30.5,-28.5 + parent: 36907 + - uid: 37233 components: - type: Transform - pos: -28.5,8.5 - parent: 2 - - uid: 23883 + pos: 31.5,-21.5 + parent: 36907 + - uid: 37234 components: - type: Transform - pos: -30.5,5.5 - parent: 2 - - uid: 23884 + pos: 31.5,-22.5 + parent: 36907 + - uid: 37235 components: - type: Transform - pos: -30.5,4.5 - parent: 2 - - uid: 23885 + pos: 31.5,-23.5 + parent: 36907 + - uid: 37236 components: - type: Transform - pos: -30.5,3.5 - parent: 2 - - uid: 23886 + pos: 31.5,-24.5 + parent: 36907 + - uid: 37237 components: - type: Transform - pos: -30.5,2.5 - parent: 2 - - uid: 23887 + pos: 31.5,-26.5 + parent: 36907 + - uid: 37238 components: - type: Transform - pos: -30.5,2.5 - parent: 2 - - uid: 23888 + pos: 31.5,-27.5 + parent: 36907 + - uid: 37239 components: - type: Transform - pos: -31.5,2.5 - parent: 2 - - uid: 23889 + pos: 31.5,-28.5 + parent: 36907 + - uid: 42953 components: - type: Transform - pos: -32.5,2.5 + rot: 3.141592653589793 rad + pos: 5.5,3.5 parent: 2 - - uid: 23890 + - uid: 42963 components: - type: Transform - pos: -33.5,2.5 + rot: -1.5707963267948966 rad + pos: 5.5,2.5 parent: 2 - - uid: 23891 + - uid: 42987 components: - type: Transform - pos: -34.5,2.5 + rot: -1.5707963267948966 rad + pos: -4.5,9.5 parent: 2 - - uid: 23892 + - uid: 43049 components: - type: Transform - pos: -35.5,2.5 + pos: -15.5,37.5 parent: 2 - - uid: 23893 + - uid: 43050 components: - type: Transform - pos: -36.5,2.5 + pos: -14.5,38.5 parent: 2 - - uid: 23894 + - uid: 43051 components: - type: Transform - pos: -36.5,2.5 + pos: -15.5,39.5 parent: 2 - - uid: 23895 + - uid: 43052 components: - type: Transform - pos: -36.5,3.5 + pos: -13.5,38.5 parent: 2 - - uid: 23896 + - uid: 43053 components: - type: Transform - pos: -36.5,4.5 + pos: -14.5,37.5 parent: 2 - - uid: 23897 + - uid: 43054 components: - type: Transform - pos: -36.5,5.5 + pos: -16.5,37.5 parent: 2 - - uid: 23898 +- proto: CelloInstrument + entities: + - uid: 14248 components: - type: Transform - pos: -36.5,6.5 + rot: -1.5707963267948966 rad + pos: -14.210152,-66.635345 parent: 2 - - uid: 23899 +- proto: CellRechargerCircuitboard + entities: + - uid: 7887 components: - type: Transform - pos: -36.5,7.5 + pos: -42.550972,8.615101 parent: 2 - - uid: 23900 + - uid: 35690 components: - type: Transform - pos: -35.5,7.5 + rot: 1.5707963267948966 rad + pos: -87.3653,77.63181 parent: 2 - - uid: 23901 +- proto: Chainsaw + entities: + - uid: 35140 components: - type: Transform - pos: -35.5,8.5 + pos: 59.63452,53.628986 parent: 2 - - uid: 23902 +- proto: Chair + entities: + - uid: 87 components: - type: Transform - pos: -35.5,9.5 + pos: 3.5,49.5 parent: 2 - - uid: 23903 + - uid: 786 components: - type: Transform - pos: -35.5,10.5 + rot: -1.5707963267948966 rad + pos: -28.5,51.5 parent: 2 - - uid: 23904 + - uid: 1082 components: - type: Transform - pos: -35.5,11.5 + rot: -1.5707963267948966 rad + pos: -26.5,51.5 parent: 2 - - uid: 23905 + - uid: 1083 components: - type: Transform - pos: -34.5,11.5 + rot: -1.5707963267948966 rad + pos: -27.5,49.5 parent: 2 - - uid: 23906 + - uid: 3132 components: - type: Transform - pos: -33.5,11.5 + pos: -33.5,31.5 parent: 2 - - uid: 23907 + - uid: 3154 components: - type: Transform - pos: -32.5,11.5 + pos: -34.5,31.5 parent: 2 - - uid: 23908 + - uid: 3258 components: - type: Transform - pos: -31.5,11.5 + rot: 1.5707963267948966 rad + pos: 39.5,-16.5 parent: 2 - - uid: 23909 + - uid: 4466 components: - type: Transform - pos: -31.5,12.5 + rot: 1.5707963267948966 rad + pos: 69.5,-3.5 parent: 2 - - uid: 23910 + - uid: 4631 components: - type: Transform - pos: -30.5,12.5 + pos: -44.5,1.5 parent: 2 - - uid: 23911 + - uid: 4635 components: - type: Transform - pos: -29.5,12.5 + rot: 3.141592653589793 rad + pos: 68.5,-7.5 parent: 2 - - uid: 23912 + - uid: 5450 components: - type: Transform - pos: -28.5,12.5 + pos: -57.5,-30.5 parent: 2 - - uid: 23913 + - uid: 5484 components: - type: Transform - pos: -28.5,12.5 + rot: -1.5707963267948966 rad + pos: -60.5,-32.5 parent: 2 - - uid: 23914 + - uid: 5486 components: - type: Transform - pos: -28.5,12.5 + pos: -58.5,-30.5 parent: 2 - - uid: 23915 + - uid: 5487 components: - type: Transform - pos: -27.5,12.5 + pos: -59.5,-32.5 parent: 2 - - uid: 23916 + - uid: 6057 components: - type: Transform - pos: -26.5,12.5 + pos: 7.5,-54.5 parent: 2 - - uid: 23936 + - uid: 7810 components: - type: Transform - pos: 8.5,-33.5 + rot: 3.141592653589793 rad + pos: -33.5,29.5 parent: 2 - - uid: 24029 + - uid: 7815 components: - type: Transform - pos: -51.5,53.5 + rot: 3.141592653589793 rad + pos: -34.5,29.5 parent: 2 - - uid: 24030 + - uid: 8240 components: - type: Transform - pos: -51.5,54.5 + pos: 15.5,32.5 parent: 2 - - uid: 24032 + - uid: 8875 components: - type: Transform - pos: -52.5,51.5 + rot: -1.5707963267948966 rad + pos: 41.5,-16.5 parent: 2 - - uid: 24033 + - uid: 10015 components: - type: Transform - pos: -53.5,51.5 + rot: 3.141592653589793 rad + pos: 30.5,44.5 parent: 2 - - uid: 24034 + - uid: 10209 components: - type: Transform - pos: -54.5,51.5 + rot: 3.141592653589793 rad + pos: 25.5,31.5 parent: 2 - - uid: 24035 + - uid: 10210 components: - type: Transform - pos: -54.5,52.5 + rot: 3.141592653589793 rad + pos: 24.5,31.5 parent: 2 - - uid: 24036 + - uid: 10213 components: - type: Transform - pos: -54.5,53.5 + pos: 24.5,33.5 parent: 2 - - uid: 24037 + - uid: 10214 components: - type: Transform - pos: -54.5,53.5 + pos: 25.5,33.5 parent: 2 - - uid: 24038 + - uid: 10402 components: - type: Transform - pos: -55.5,53.5 + rot: 3.141592653589793 rad + pos: -5.5,-52.5 parent: 2 - - uid: 24039 + - uid: 10406 components: - type: Transform - pos: -56.5,53.5 + pos: 6.5,-54.5 parent: 2 - - uid: 24040 + - uid: 10407 components: - type: Transform - pos: -57.5,53.5 + pos: 5.5,-54.5 parent: 2 - - uid: 24047 + - uid: 10419 components: - type: Transform - pos: -32.5,40.5 + rot: 3.141592653589793 rad + pos: 5.5,-52.5 parent: 2 - - uid: 24048 + - uid: 10420 components: - type: Transform - pos: -31.5,40.5 + rot: 3.141592653589793 rad + pos: -6.5,-52.5 parent: 2 - - uid: 24049 + - uid: 10440 components: - type: Transform - pos: -29.5,43.5 + pos: -6.5,-54.5 parent: 2 - - uid: 24050 + - uid: 10444 components: - type: Transform - pos: -29.5,42.5 + pos: -4.5,-54.5 parent: 2 - - uid: 24051 + - uid: 10488 components: - type: Transform - pos: -30.5,42.5 + rot: 3.141592653589793 rad + pos: 31.5,43.5 parent: 2 - - uid: 24140 + - uid: 10491 components: - type: Transform - pos: -60.5,74.5 + rot: 3.141592653589793 rad + pos: 33.5,44.5 parent: 2 - - uid: 24141 + - uid: 10492 components: - type: Transform - pos: -60.5,73.5 + rot: 3.141592653589793 rad + pos: 31.5,44.5 parent: 2 - - uid: 24142 + - uid: 10493 components: - type: Transform - pos: -60.5,72.5 + rot: 3.141592653589793 rad + pos: 32.5,44.5 parent: 2 - - uid: 24144 + - uid: 10586 components: - type: Transform - pos: -60.5,71.5 + rot: -1.5707963267948966 rad + pos: 65.5,-3.5 parent: 2 - - uid: 24311 + - uid: 10587 components: - type: Transform - pos: -24.5,-54.5 + rot: -1.5707963267948966 rad + pos: 65.5,-2.5 parent: 2 - - uid: 24312 + - uid: 10588 components: - type: Transform - pos: -25.5,-54.5 + rot: -1.5707963267948966 rad + pos: 65.5,-1.5 parent: 2 - - uid: 24313 + - uid: 10589 components: - type: Transform - pos: -26.5,-54.5 + rot: -1.5707963267948966 rad + pos: 65.5,-0.5 parent: 2 - - uid: 24314 + - uid: 10592 components: - type: Transform - pos: -27.5,-54.5 + pos: 64.5,3.5 parent: 2 - - uid: 24315 + - uid: 10595 components: - type: Transform - pos: -28.5,-54.5 + pos: 65.5,3.5 parent: 2 - - uid: 24316 + - uid: 10596 components: - type: Transform - pos: -29.5,-54.5 + pos: 66.5,3.5 parent: 2 - - uid: 24317 + - uid: 10597 components: - type: Transform - pos: -29.5,-54.5 + pos: 67.5,3.5 parent: 2 - - uid: 24318 + - uid: 10598 components: - type: Transform - pos: -29.5,-53.5 + pos: 68.5,3.5 parent: 2 - - uid: 24319 + - uid: 10603 components: - type: Transform - pos: -29.5,-52.5 + rot: 3.141592653589793 rad + pos: 67.5,-7.5 parent: 2 - - uid: 24320 + - uid: 10604 components: - type: Transform - pos: -29.5,-52.5 + rot: 3.141592653589793 rad + pos: 66.5,-7.5 parent: 2 - - uid: 24321 + - uid: 10605 components: - type: Transform - pos: -30.5,-52.5 + rot: 3.141592653589793 rad + pos: 65.5,-7.5 parent: 2 - - uid: 24322 + - uid: 10606 components: - type: Transform - pos: -31.5,-52.5 + rot: 3.141592653589793 rad + pos: 64.5,-7.5 parent: 2 - - uid: 24323 + - uid: 10616 components: - type: Transform - pos: -32.5,-52.5 + rot: 3.141592653589793 rad + pos: 62.5,-6.5 parent: 2 - - uid: 24324 + - uid: 10617 components: - type: Transform - pos: -33.5,-52.5 + pos: 62.5,-4.5 parent: 2 - - uid: 24325 + - uid: 10675 components: - type: Transform - pos: -34.5,-52.5 + rot: 3.141592653589793 rad + pos: -6.5,-82.5 parent: 2 - - uid: 24326 + - uid: 10676 components: - type: Transform - pos: -29.5,-52.5 + rot: 3.141592653589793 rad + pos: 7.5,-82.5 parent: 2 - - uid: 24327 + - uid: 10677 components: - type: Transform - pos: -29.5,-53.5 + pos: -6.5,-80.5 parent: 2 - - uid: 24328 + - uid: 10678 components: - type: Transform - pos: -29.5,-54.5 + pos: 7.5,-80.5 parent: 2 - - uid: 24329 + - uid: 10716 components: - type: Transform - pos: -29.5,-55.5 + rot: 1.5707963267948966 rad + pos: -10.5,-80.5 parent: 2 - - uid: 24330 + - uid: 10723 components: - type: Transform - pos: -29.5,-56.5 + rot: -1.5707963267948966 rad + pos: 11.5,-81.5 parent: 2 - - uid: 24331 + - uid: 10724 components: - type: Transform - pos: -29.5,-57.5 + rot: -1.5707963267948966 rad + pos: 11.5,-80.5 parent: 2 - - uid: 24332 + - uid: 11151 components: - type: Transform - pos: -29.5,-58.5 + rot: -1.5707963267948966 rad + pos: 65.5,-24.5 parent: 2 - - uid: 24333 + - uid: 11269 components: - type: Transform - pos: -29.5,-58.5 + pos: 64.5,-28.5 parent: 2 - - uid: 24334 + - uid: 11404 components: - type: Transform - pos: -30.5,-58.5 + rot: 3.141592653589793 rad + pos: 32.5,43.5 parent: 2 - - uid: 24335 + - uid: 11414 components: - type: Transform - pos: -31.5,-58.5 + rot: -1.5707963267948966 rad + pos: 58.5,-25.5 parent: 2 - - uid: 24336 + - uid: 11449 components: - type: Transform - pos: -32.5,-58.5 + pos: 77.5,43.5 parent: 2 - - uid: 24337 + - uid: 11764 components: - type: Transform - pos: -33.5,-58.5 + pos: 31.5,-28.5 parent: 2 - - uid: 24338 + - uid: 11765 components: - type: Transform - pos: -29.5,-57.5 + pos: 33.5,-28.5 parent: 2 - - uid: 24339 + - uid: 11768 components: - type: Transform - pos: -28.5,-57.5 + pos: 32.5,-28.5 parent: 2 - - uid: 24340 + - uid: 11769 components: - type: Transform - pos: -27.5,-57.5 + pos: 29.5,-28.5 parent: 2 - - uid: 24341 + - uid: 11770 components: - type: Transform - pos: -26.5,-57.5 + pos: 35.5,-28.5 parent: 2 - - uid: 24342 + - uid: 11838 components: - type: Transform - pos: -25.5,-57.5 + rot: 1.5707963267948966 rad + pos: 53.5,25.5 parent: 2 - - uid: 24343 + - uid: 11872 components: - type: Transform - pos: -24.5,-57.5 + rot: -1.5707963267948966 rad + pos: 60.5,24.5 parent: 2 - - uid: 24344 + - uid: 11873 components: - type: Transform - pos: -23.5,-57.5 + rot: -1.5707963267948966 rad + pos: 60.5,23.5 parent: 2 - - uid: 24345 + - uid: 11874 components: - type: Transform - pos: -22.5,-57.5 + rot: -1.5707963267948966 rad + pos: 60.5,22.5 parent: 2 - - uid: 24346 + - uid: 11875 components: - type: Transform - pos: -21.5,-57.5 + rot: -1.5707963267948966 rad + pos: 60.5,21.5 parent: 2 - - uid: 24347 + - uid: 11876 components: - type: Transform - pos: -20.5,-57.5 + rot: -1.5707963267948966 rad + pos: 60.5,20.5 parent: 2 - - uid: 24348 + - uid: 11877 components: - type: Transform - pos: -20.5,-57.5 + rot: -1.5707963267948966 rad + pos: 61.5,24.5 parent: 2 - - uid: 24349 + - uid: 11878 components: - type: Transform - pos: -20.5,-58.5 + rot: -1.5707963267948966 rad + pos: 61.5,23.5 parent: 2 - - uid: 24350 + - uid: 11879 components: - type: Transform - pos: -20.5,-59.5 + rot: -1.5707963267948966 rad + pos: 61.5,22.5 parent: 2 - - uid: 24351 + - uid: 11880 components: - type: Transform - pos: -20.5,-60.5 + rot: -1.5707963267948966 rad + pos: 61.5,21.5 parent: 2 - - uid: 24352 + - uid: 11881 components: - type: Transform - pos: -20.5,-61.5 + rot: -1.5707963267948966 rad + pos: 61.5,20.5 parent: 2 - - uid: 24353 + - uid: 11882 components: - type: Transform - pos: -20.5,-61.5 + rot: -1.5707963267948966 rad + pos: 62.5,24.5 parent: 2 - - uid: 24354 + - uid: 11883 components: - type: Transform - pos: -21.5,-61.5 + rot: -1.5707963267948966 rad + pos: 62.5,23.5 parent: 2 - - uid: 24355 + - uid: 11884 components: - type: Transform - pos: -22.5,-61.5 + rot: -1.5707963267948966 rad + pos: 62.5,22.5 parent: 2 - - uid: 24356 + - uid: 11885 components: - type: Transform - pos: -23.5,-61.5 + rot: -1.5707963267948966 rad + pos: 62.5,21.5 parent: 2 - - uid: 24357 + - uid: 11886 components: - type: Transform - pos: -24.5,-61.5 + rot: -1.5707963267948966 rad + pos: 62.5,20.5 parent: 2 - - uid: 24358 + - uid: 11887 components: - type: Transform - pos: -25.5,-61.5 + rot: -1.5707963267948966 rad + pos: 63.5,24.5 parent: 2 - - uid: 24359 + - uid: 11888 components: - type: Transform - pos: -26.5,-61.5 + rot: -1.5707963267948966 rad + pos: 63.5,23.5 parent: 2 - - uid: 24360 + - uid: 11889 components: - type: Transform - pos: -26.5,-61.5 + rot: -1.5707963267948966 rad + pos: 63.5,22.5 parent: 2 - - uid: 24361 + - uid: 11890 components: - type: Transform - pos: -26.5,-62.5 + rot: -1.5707963267948966 rad + pos: 63.5,21.5 parent: 2 - - uid: 24362 + - uid: 11891 components: - type: Transform - pos: -26.5,-63.5 + rot: -1.5707963267948966 rad + pos: 63.5,20.5 parent: 2 - - uid: 24363 + - uid: 12292 components: - type: Transform - pos: -26.5,-64.5 + rot: 3.141592653589793 rad + pos: 4.5,46.5 parent: 2 - - uid: 24364 + - uid: 12293 components: - type: Transform - pos: -27.5,-61.5 + pos: 4.5,48.5 parent: 2 - - uid: 24390 + - uid: 12315 components: - type: Transform - pos: -7.5,36.5 + rot: -1.5707963267948966 rad + pos: -53.5,16.5 parent: 2 - - uid: 24432 + - uid: 12583 components: - type: Transform - pos: -64.5,-21.5 + rot: 1.5707963267948966 rad + pos: -2.5,-64.5 parent: 2 - - uid: 24433 + - uid: 12584 components: - type: Transform - pos: -64.5,-20.5 + rot: 1.5707963267948966 rad + pos: -2.5,-65.5 parent: 2 - - uid: 24434 + - uid: 12585 components: - type: Transform - pos: -64.5,-20.5 + rot: -1.5707963267948966 rad + pos: 3.5,-64.5 parent: 2 - - uid: 24437 + - uid: 12586 components: - type: Transform - pos: -7.5,37.5 + rot: -1.5707963267948966 rad + pos: 3.5,-65.5 parent: 2 - - uid: 24463 + - uid: 12602 components: - type: Transform - pos: -61.5,-9.5 + rot: -1.5707963267948966 rad + pos: 11.5,-82.5 parent: 2 - - uid: 24471 + - uid: 12623 components: - type: Transform - pos: -61.5,-9.5 + rot: 1.5707963267948966 rad + pos: 69.5,-0.5 parent: 2 - - uid: 24482 + - uid: 12624 components: - type: Transform - pos: 50.5,-1.5 + rot: 1.5707963267948966 rad + pos: 69.5,-2.5 parent: 2 - - uid: 24484 + - uid: 12631 components: - type: Transform - pos: 50.5,-4.5 + rot: 1.5707963267948966 rad + pos: 27.5,-9.5 parent: 2 - - uid: 24485 + - uid: 12632 components: - type: Transform - pos: 50.5,-2.5 + rot: 1.5707963267948966 rad + pos: 27.5,-10.5 parent: 2 - - uid: 24487 + - uid: 12633 components: - type: Transform - pos: 50.5,-3.5 + rot: 1.5707963267948966 rad + pos: 27.5,-11.5 parent: 2 - - uid: 24490 + - uid: 12634 components: - type: Transform - pos: 49.5,-4.5 + rot: 1.5707963267948966 rad + pos: 29.5,-9.5 parent: 2 - - uid: 24491 + - uid: 12635 components: - type: Transform - pos: 48.5,-4.5 + rot: 1.5707963267948966 rad + pos: 29.5,-11.5 parent: 2 - - uid: 24493 + - uid: 12654 components: - type: Transform - pos: 47.5,-4.5 + rot: 1.5707963267948966 rad + pos: 69.5,-1.5 parent: 2 - - uid: 24495 + - uid: 13575 components: - type: Transform - pos: 46.5,-4.5 + pos: -6.5,-61.5 parent: 2 - - uid: 24497 + - uid: 13576 components: - type: Transform - pos: 45.5,-4.5 + pos: -5.5,-61.5 parent: 2 - - uid: 24498 + - uid: 13577 components: - type: Transform - pos: 44.5,-4.5 + pos: -4.5,-61.5 parent: 2 - - uid: 24500 + - uid: 13578 components: - type: Transform - pos: 43.5,-4.5 + pos: 5.5,-61.5 parent: 2 - - uid: 24503 + - uid: 13579 components: - type: Transform - pos: -3.5,37.5 + pos: 6.5,-61.5 parent: 2 - - uid: 24504 + - uid: 13580 components: - type: Transform - pos: 42.5,-4.5 + pos: 7.5,-61.5 parent: 2 - - uid: 24505 + - uid: 13693 components: - type: Transform - pos: 41.5,-4.5 + rot: 1.5707963267948966 rad + pos: -24.5,-32.5 parent: 2 - - uid: 24506 + - uid: 13694 components: - type: Transform - pos: 40.5,-4.5 + rot: 1.5707963267948966 rad + pos: -28.5,-24.5 parent: 2 - - uid: 24507 + - uid: 13696 components: - type: Transform - pos: 39.5,-4.5 + rot: -1.5707963267948966 rad + pos: -26.5,-24.5 parent: 2 - - uid: 24509 + - uid: 13698 components: - type: Transform - pos: 40.5,-0.5 + pos: -35.5,-20.5 parent: 2 - - uid: 24510 + - uid: 13699 components: - type: Transform - pos: 39.5,-4.5 + pos: -34.5,-20.5 parent: 2 - - uid: 24511 + - uid: 13701 components: - type: Transform - pos: 39.5,-3.5 + rot: 1.5707963267948966 rad + pos: -24.5,-31.5 parent: 2 - - uid: 24512 + - uid: 13905 components: - type: Transform - pos: 39.5,-2.5 + rot: -1.5707963267948966 rad + pos: -27.5,51.5 parent: 2 - - uid: 24513 + - uid: 13906 components: - type: Transform - pos: 39.5,-1.5 + rot: -1.5707963267948966 rad + pos: -27.5,50.5 parent: 2 - - uid: 24514 + - uid: 13943 components: - type: Transform - pos: 39.5,-0.5 + rot: 3.141592653589793 rad + pos: 72.5,-0.5 parent: 2 - - uid: 24515 + - uid: 13958 components: - type: Transform - pos: 40.5,0.5 + rot: -1.5707963267948966 rad + pos: -33.5,-44.5 parent: 2 - - uid: 24516 + - uid: 14191 components: - type: Transform - pos: 40.5,1.5 + pos: -41.5,1.5 parent: 2 - - uid: 24517 + - uid: 14219 components: - type: Transform - pos: 40.5,2.5 + pos: -42.5,1.5 parent: 2 - - uid: 24518 + - uid: 14449 components: - type: Transform - pos: 40.5,3.5 + pos: -34.5,49.5 parent: 2 - - uid: 24519 + - uid: 14452 components: - type: Transform - pos: 40.5,4.5 + rot: -1.5707963267948966 rad + pos: -26.5,50.5 parent: 2 - - uid: 24520 + - uid: 14453 components: - type: Transform - pos: 40.5,5.5 + rot: -1.5707963267948966 rad + pos: -26.5,49.5 parent: 2 - - uid: 24521 + - uid: 14454 components: - type: Transform - pos: -7.5,39.5 + rot: -1.5707963267948966 rad + pos: -28.5,50.5 parent: 2 - - uid: 24522 + - uid: 14455 components: - type: Transform - pos: 40.5,5.5 + rot: -1.5707963267948966 rad + pos: -28.5,49.5 parent: 2 - - uid: 24523 + - uid: 14734 components: - type: Transform - pos: 41.5,5.5 + rot: 3.141592653589793 rad + pos: 7.5,-52.5 parent: 2 - - uid: 24524 + - uid: 15338 components: - type: Transform - pos: 42.5,5.5 - parent: 2 - - uid: 24525 + pos: -2.5,-0.5 + parent: 14592 + - uid: 15827 components: - type: Transform - pos: 43.5,5.5 - parent: 2 - - uid: 24526 + rot: 1.5707963267948966 rad + pos: 7.5,-0.5 + parent: 14592 + - uid: 23758 components: - type: Transform - pos: 50.5,4.5 + pos: 72.5,1.5 parent: 2 - - uid: 24527 + - uid: 26663 components: - type: Transform - pos: 43.5,5.5 + rot: 1.5707963267948966 rad + pos: 4.5,37.5 parent: 2 - - uid: 24528 + - uid: 26679 components: - type: Transform - pos: 43.5,6.5 + rot: 3.141592653589793 rad + pos: 7.5,51.5 parent: 2 - - uid: 24529 + - uid: 26849 components: - type: Transform - pos: 43.5,6.5 + rot: 3.141592653589793 rad + pos: 40.5,-37.5 parent: 2 - - uid: 24530 + - uid: 26850 components: - type: Transform - pos: 44.5,6.5 + rot: 3.141592653589793 rad + pos: 41.5,-37.5 parent: 2 - - uid: 24531 + - uid: 27219 components: - type: Transform - pos: 45.5,6.5 + pos: 67.5,17.5 parent: 2 - - uid: 24532 + - uid: 27221 components: - type: Transform - pos: 46.5,6.5 + rot: 3.141592653589793 rad + pos: 67.5,15.5 parent: 2 - - uid: 24533 + - uid: 27391 components: - type: Transform - pos: 47.5,6.5 + rot: -1.5707963267948966 rad + pos: 47.5,-40.5 parent: 2 - - uid: 24534 + - uid: 27392 components: - type: Transform - pos: 48.5,6.5 + rot: 1.5707963267948966 rad + pos: 43.5,-40.5 parent: 2 - - uid: 24535 + - uid: 27693 components: - type: Transform - pos: 49.5,6.5 + rot: 1.5707963267948966 rad + pos: 72.5,-12.5 parent: 2 - - uid: 24536 + - uid: 31643 components: - type: Transform - pos: 49.5,6.5 + rot: -1.5707963267948966 rad + pos: -16.5,69.5 parent: 2 - - uid: 24537 + - uid: 31644 components: - type: Transform - pos: 49.5,5.5 + rot: 1.5707963267948966 rad + pos: -18.5,69.5 parent: 2 - - uid: 24539 + - uid: 32221 components: - type: Transform - pos: 50.5,5.5 + pos: 32.5,35.5 parent: 2 - - uid: 24541 + - uid: 32222 components: - type: Transform - pos: 50.5,3.5 + pos: 33.5,35.5 parent: 2 - - uid: 24542 + - uid: 33460 components: - type: Transform - pos: 50.5,2.5 + rot: 3.141592653589793 rad + pos: 9.5,51.5 parent: 2 - - uid: 24545 + - uid: 33461 components: - type: Transform - pos: 51.5,2.5 + rot: 1.5707963267948966 rad + pos: -7.5,51.5 parent: 2 - - uid: 24590 + - uid: 33465 components: - type: Transform - pos: -55.5,12.5 + pos: -19.5,44.5 parent: 2 - - uid: 24591 + - uid: 33466 components: - type: Transform - pos: -55.5,13.5 + pos: -18.5,44.5 parent: 2 - - uid: 24592 + - uid: 33467 components: - type: Transform - pos: -55.5,14.5 + rot: -1.5707963267948966 rad + pos: -47.5,-17.5 parent: 2 - - uid: 24593 + - uid: 33468 components: - type: Transform - pos: -55.5,15.5 + rot: -1.5707963267948966 rad + pos: -47.5,-18.5 parent: 2 - - uid: 24594 + - uid: 33469 components: - type: Transform - pos: -54.5,15.5 + pos: -40.5,-30.5 parent: 2 - - uid: 24595 + - uid: 33470 components: - type: Transform - pos: -54.5,16.5 + rot: 3.141592653589793 rad + pos: -4.5,-52.5 parent: 2 - - uid: 24596 + - uid: 33471 components: - type: Transform - pos: -54.5,17.5 + rot: 3.141592653589793 rad + pos: 34.5,-40.5 parent: 2 - - uid: 24597 + - uid: 33472 components: - type: Transform - pos: -53.5,17.5 + rot: 3.141592653589793 rad + pos: 33.5,-40.5 parent: 2 - - uid: 24598 + - uid: 33473 components: - type: Transform - pos: -53.5,18.5 + pos: 39.5,-33.5 parent: 2 - - uid: 24599 + - uid: 33474 components: - type: Transform - pos: -53.5,19.5 + rot: -1.5707963267948966 rad + pos: 54.5,-4.5 parent: 2 - - uid: 24600 + - uid: 33475 components: - type: Transform - pos: -53.5,20.5 + rot: -1.5707963267948966 rad + pos: 54.5,-3.5 parent: 2 - - uid: 24601 + - uid: 33476 components: - type: Transform - pos: -53.5,21.5 + rot: -1.5707963267948966 rad + pos: 54.5,-2.5 parent: 2 - - uid: 24602 + - uid: 33482 components: - type: Transform - pos: -52.5,21.5 + rot: 3.141592653589793 rad + pos: -0.5,45.5 parent: 2 - - uid: 24603 + - uid: 33483 components: - type: Transform - pos: -51.5,21.5 + pos: -0.5,47.5 parent: 2 - - uid: 24647 + - uid: 33491 components: - type: Transform - pos: -48.5,-32.5 + pos: 9.5,-49.5 parent: 2 - - uid: 24648 + - uid: 33492 components: - type: Transform - pos: -48.5,-33.5 + pos: 10.5,-49.5 parent: 2 - - uid: 24649 + - uid: 34363 components: - type: Transform - pos: -47.5,-33.5 + rot: -1.5707963267948966 rad + pos: 34.5,-7.5 parent: 2 - - uid: 24650 + - uid: 34364 components: - type: Transform - pos: -47.5,-33.5 + rot: 1.5707963267948966 rad + pos: 32.5,-7.5 parent: 2 - - uid: 24651 + - uid: 35137 components: - type: Transform - pos: -46.5,-33.5 + pos: 56.5,53.5 parent: 2 - - uid: 24652 + - uid: 36323 components: - type: Transform - pos: -45.5,-33.5 + pos: 41.5,-13.5 parent: 2 - - uid: 24681 + - uid: 36330 components: - type: Transform - pos: -16.5,48.5 + rot: -1.5707963267948966 rad + pos: 38.5,-11.5 parent: 2 - - uid: 24724 + - uid: 36331 components: - type: Transform - pos: -78.5,61.5 + rot: -1.5707963267948966 rad + pos: 38.5,-12.5 parent: 2 - - uid: 24733 + - uid: 36776 components: - type: Transform - pos: -77.5,58.5 + rot: -1.5707963267948966 rad + pos: 57.5,40.5 parent: 2 - - uid: 24779 + - uid: 36777 components: - type: Transform - pos: -77.5,60.5 + rot: -1.5707963267948966 rad + pos: 57.5,43.5 parent: 2 - - uid: 24796 + - uid: 36778 components: - type: Transform - pos: -78.5,60.5 + pos: 53.5,51.5 parent: 2 - - uid: 24849 + - uid: 36779 components: - type: Transform - pos: 56.5,38.5 + rot: -1.5707963267948966 rad + pos: 56.5,47.5 parent: 2 - - uid: 24850 + - uid: 36780 components: - type: Transform - pos: 56.5,34.5 + pos: 49.5,51.5 parent: 2 - - uid: 24878 + - uid: 36783 components: - type: Transform - pos: 59.5,-37.5 + rot: -1.5707963267948966 rad + pos: 57.5,37.5 parent: 2 - - uid: 24879 + - uid: 36801 components: - type: Transform - pos: 60.5,-37.5 + rot: 3.141592653589793 rad + pos: -42.5,82.5 parent: 2 - - uid: 24906 + - uid: 36802 components: - type: Transform - pos: 21.5,57.5 + rot: 3.141592653589793 rad + pos: -44.5,82.5 parent: 2 - - uid: 24907 + - uid: 36804 components: - type: Transform - pos: 20.5,57.5 + rot: 3.141592653589793 rad + pos: -44.5,83.5 parent: 2 - - uid: 24908 + - uid: 37240 components: - type: Transform - pos: 19.5,57.5 - parent: 2 - - uid: 24909 + rot: 3.141592653589793 rad + pos: 22.5,-10.5 + parent: 36907 + - uid: 37241 components: - type: Transform - pos: 21.5,59.5 - parent: 2 - - uid: 24910 + rot: 3.141592653589793 rad + pos: 23.5,-10.5 + parent: 36907 + - uid: 37242 components: - type: Transform - pos: 20.5,59.5 - parent: 2 - - uid: 24911 + rot: 3.141592653589793 rad + pos: 24.5,-10.5 + parent: 36907 + - uid: 37243 components: - type: Transform - pos: 19.5,59.5 - parent: 2 - - uid: 24933 + rot: 3.141592653589793 rad + pos: 10.5,-2.5 + parent: 36907 + - uid: 37244 components: - type: Transform - pos: 1.5,53.5 - parent: 2 - - uid: 24934 + pos: 10.5,-0.5 + parent: 36907 + - uid: 43125 components: - type: Transform - pos: 2.5,53.5 + rot: 3.141592653589793 rad + pos: 33.5,45.5 parent: 2 - - uid: 24935 + - uid: 43126 components: - type: Transform - pos: 3.5,53.5 + rot: 3.141592653589793 rad + pos: 32.5,45.5 parent: 2 - - uid: 24936 + - uid: 43127 components: - type: Transform - pos: 4.5,53.5 + rot: 3.141592653589793 rad + pos: 31.5,45.5 parent: 2 - - uid: 24937 + - uid: 43128 components: - type: Transform - pos: 5.5,53.5 + rot: 3.141592653589793 rad + pos: 30.5,45.5 parent: 2 - - uid: 24938 +- proto: ChairCarp + entities: + - uid: 8445 components: - type: Transform - pos: 6.5,53.5 + rot: 1.5707963267948966 rad + pos: 3.5,32.5 parent: 2 - - uid: 24939 + - uid: 33924 components: - type: Transform - pos: 7.5,53.5 + rot: 1.5707963267948966 rad + pos: -55.5,-22.5 parent: 2 - - uid: 24940 +- proto: ChairCursed + entities: + - uid: 10907 components: - type: Transform - pos: 7.5,52.5 + rot: 1.5707963267948966 rad + pos: 34.5,-52.5 parent: 2 - - uid: 24941 + - uid: 10908 components: - type: Transform - pos: 8.5,52.5 + rot: 1.5707963267948966 rad + pos: 34.5,-53.5 parent: 2 - - uid: 24942 + - uid: 10909 components: - type: Transform - pos: 9.5,52.5 + rot: -1.5707963267948966 rad + pos: 36.5,-52.5 parent: 2 - - uid: 24943 + - uid: 10910 components: - type: Transform - pos: 10.5,52.5 + rot: -1.5707963267948966 rad + pos: 36.5,-53.5 parent: 2 - - uid: 24944 +- proto: ChairFolding + entities: + - uid: 3192 components: - type: Transform - pos: 11.5,52.5 + rot: 1.5707963267948966 rad + pos: -7.5,23.5 parent: 2 - - uid: 24945 + - uid: 13729 components: - type: Transform - pos: 12.5,52.5 + rot: -1.5707963267948966 rad + pos: -28.5,-55.5 parent: 2 - - uid: 24946 + - uid: 13730 components: - type: Transform - pos: 13.5,52.5 + rot: -1.5707963267948966 rad + pos: -28.5,-56.5 parent: 2 - - uid: 24947 + - uid: 13731 components: - type: Transform - pos: 14.5,52.5 + rot: -1.5707963267948966 rad + pos: -27.5,-55.5 parent: 2 - - uid: 24948 + - uid: 13732 components: - type: Transform - pos: 14.5,53.5 + pos: -31.5,-52.5 parent: 2 - - uid: 24949 + - uid: 13733 components: - type: Transform - pos: 14.5,54.5 + pos: -30.5,-52.5 parent: 2 - - uid: 24950 + - uid: 14048 components: - type: Transform - pos: 14.5,52.5 + rot: 3.141592653589793 rad + pos: -32.5,-1.5 parent: 2 - - uid: 24951 + - uid: 14049 components: - type: Transform - pos: 14.5,51.5 + rot: 3.141592653589793 rad + pos: -31.5,-1.5 parent: 2 - - uid: 24952 + - uid: 14050 components: - type: Transform - pos: 14.5,51.5 + rot: -1.5707963267948966 rad + pos: -30.5,-0.5 parent: 2 - - uid: 24953 + - uid: 14051 components: - type: Transform - pos: 15.5,51.5 + rot: -1.5707963267948966 rad + pos: -30.5,0.5 parent: 2 - - uid: 24954 + - uid: 14052 components: - type: Transform - pos: 16.5,51.5 + pos: -31.5,1.5 parent: 2 - - uid: 24955 + - uid: 14053 components: - type: Transform - pos: 17.5,51.5 + pos: -32.5,1.5 parent: 2 - - uid: 24956 + - uid: 14134 components: - type: Transform - pos: 17.5,51.5 + rot: -1.5707963267948966 rad + pos: 17.5,8.5 parent: 2 - - uid: 24957 + - uid: 14146 components: - type: Transform - pos: 17.5,50.5 + pos: -8.5,20.5 parent: 2 - - uid: 24958 + - uid: 14149 components: - type: Transform - pos: 17.5,50.5 + rot: 1.5707963267948966 rad + pos: -35.5,3.5 parent: 2 - - uid: 24959 + - uid: 14150 components: - type: Transform - pos: 18.5,50.5 + rot: -1.5707963267948966 rad + pos: -33.5,3.5 parent: 2 - - uid: 24960 + - uid: 14239 components: - type: Transform - pos: 19.5,50.5 + rot: -1.5707963267948966 rad + pos: -53.5,-51.5 parent: 2 - - uid: 24961 + - uid: 14241 components: - type: Transform - pos: 19.5,50.5 + rot: -1.5707963267948966 rad + pos: -53.5,-53.5 parent: 2 - - uid: 24962 + - uid: 14570 components: - type: Transform - pos: 19.5,49.5 + rot: -1.5707963267948966 rad + pos: -35.5,-16.5 parent: 2 - - uid: 24963 + - uid: 14571 components: - type: Transform - pos: 19.5,48.5 + rot: 3.141592653589793 rad + pos: -36.5,-17.5 parent: 2 - - uid: 24964 + - uid: 14573 components: - type: Transform - pos: 19.5,48.5 + pos: -36.5,-15.5 parent: 2 - - uid: 24965 + - uid: 24227 components: - type: Transform - pos: 20.5,48.5 + rot: -1.5707963267948966 rad + pos: 34.5,-63.5 parent: 2 - - uid: 24966 + - uid: 24233 components: - type: Transform - pos: 21.5,48.5 + rot: 1.5707963267948966 rad + pos: 32.5,-63.5 parent: 2 - - uid: 24967 + - uid: 26730 components: - type: Transform - pos: 22.5,48.5 + rot: 3.141592653589793 rad + pos: 34.5,-70.5 parent: 2 - - uid: 24968 + - uid: 31675 components: - type: Transform - pos: 23.5,48.5 + rot: 1.5707963267948966 rad + pos: -16.5,77.5 parent: 2 - - uid: 24969 + - uid: 31756 components: - type: Transform - pos: 24.5,48.5 + pos: 76.5,-57.5 parent: 2 - - uid: 24970 + - uid: 31757 components: - type: Transform - pos: 22.5,47.5 + pos: 77.5,-57.5 parent: 2 - - uid: 24971 + - uid: 36884 components: - type: Transform - pos: 25.5,48.5 + rot: -1.5707963267948966 rad + pos: -82.5,-22.5 parent: 2 - - uid: 24972 + - uid: 37245 components: - type: Transform - pos: 25.5,47.5 - parent: 2 - - uid: 24973 + rot: 1.5707963267948966 rad + pos: 15.5,-10.5 + parent: 36907 + - uid: 37246 components: - type: Transform - pos: 25.5,46.5 - parent: 2 - - uid: 24974 + rot: -1.5707963267948966 rad + pos: 17.5,-10.5 + parent: 36907 +- proto: ChairFoldingSpawnFolded + entities: + - uid: 13692 components: - type: Transform - pos: 25.5,45.5 + pos: -30.499659,-23.96147 parent: 2 - - uid: 24975 + - uid: 13734 components: - type: Transform - pos: 25.5,44.5 + pos: -32.475544,-52.79074 parent: 2 - - uid: 24976 + - uid: 14054 components: - type: Transform - pos: 25.5,43.5 + pos: -27.492933,4.0674667 parent: 2 - - uid: 24977 + - uid: 14055 components: - type: Transform - pos: 25.5,42.5 + pos: -27.492933,3.789959 parent: 2 - - uid: 24978 + - uid: 14147 components: - type: Transform - pos: 25.5,41.5 + rot: -1.5707963267948966 rad + pos: -10.508318,20.823051 parent: 2 - - uid: 24979 + - uid: 14148 components: - type: Transform - pos: 25.5,40.5 + rot: -1.5707963267948966 rad + pos: -10.211443,20.510551 parent: 2 - - uid: 24980 + - uid: 14243 components: - type: Transform - pos: 24.5,45.5 + rot: 3.141592653589793 rad + pos: -52.539906,-50.107502 parent: 2 - - uid: 24981 + - uid: 14244 components: - type: Transform - pos: 25.5,39.5 + rot: 3.141592653589793 rad + pos: -52.39928,-50.295002 parent: 2 - - uid: 24982 + - uid: 31625 components: - type: Transform - pos: 36.5,30.5 + rot: 1.5707963267948966 rad + pos: -16.38071,76.27988 parent: 2 - - uid: 24983 + - uid: 36885 components: - type: Transform - pos: 36.5,28.5 + rot: -1.5707963267948966 rad + pos: -84.60042,-22.25599 parent: 2 - - uid: 24986 +- proto: ChairOfficeDark + entities: + - uid: 4899 components: - type: Transform - pos: -24.5,66.5 + rot: 3.141592653589793 rad + pos: -23.5,-22.5 parent: 2 - - uid: 24987 + - uid: 5121 components: - type: Transform - pos: -23.5,66.5 + pos: -19.5,-35.5 parent: 2 - - uid: 24988 + - uid: 5147 components: - type: Transform - pos: -22.5,66.5 + rot: -1.5707963267948966 rad + pos: -26.5,-38.5 parent: 2 - - uid: 24989 + - uid: 5165 components: - type: Transform - pos: -22.5,66.5 + rot: 3.141592653589793 rad + pos: -32.5,-29.5 parent: 2 - - uid: 24990 + - uid: 5187 components: - type: Transform - pos: -22.5,67.5 + pos: -31.5,-33.5 parent: 2 - - uid: 24991 + - uid: 5242 components: - type: Transform - pos: -22.5,68.5 + rot: -1.5707963267948966 rad + pos: -40.5,-24.5 parent: 2 - - uid: 24992 + - uid: 5494 components: - type: Transform - pos: -22.5,68.5 + rot: 3.141592653589793 rad + pos: -39.5,-54.5 parent: 2 - - uid: 24993 + - uid: 5548 components: - type: Transform - pos: -23.5,68.5 + rot: 3.141592653589793 rad + pos: -37.5,-44.5 parent: 2 - - uid: 24994 + - uid: 5549 components: - type: Transform - pos: -24.5,68.5 + rot: 1.5707963267948966 rad + pos: -42.5,-37.5 parent: 2 - - uid: 24995 + - uid: 5556 components: - type: Transform - pos: -25.5,68.5 + rot: -1.5707963267948966 rad + pos: -48.5,-45.5 parent: 2 - - uid: 26199 + - uid: 5608 components: - type: Transform - pos: -5.5,36.5 + rot: -1.5707963267948966 rad + pos: -8.5,-42.5 parent: 2 - - uid: 26203 + - uid: 5617 components: - type: Transform - pos: -7.5,38.5 + pos: -3.5,-46.5 parent: 2 - - uid: 26917 + - uid: 5689 components: - type: Transform - pos: -4.5,36.5 + pos: -8.5,-45.5 parent: 2 - - uid: 26919 + - uid: 5709 components: - type: Transform - pos: -6.5,36.5 + rot: -1.5707963267948966 rad + pos: -3.5,-36.5 parent: 2 - - uid: 26985 + - uid: 5710 components: - type: Transform - pos: 15.5,-61.5 + rot: 3.141592653589793 rad + pos: -5.5,-38.5 parent: 2 - - uid: 26986 + - uid: 5712 components: - type: Transform - pos: 13.5,-61.5 + rot: 1.5707963267948966 rad + pos: -7.5,-37.5 parent: 2 - - uid: 26987 + - uid: 5715 components: - type: Transform - pos: 13.5,-61.5 + rot: 1.5707963267948966 rad + pos: -7.5,-36.5 parent: 2 - - uid: 26988 + - uid: 5719 components: - type: Transform - pos: 13.5,-59.5 + rot: 3.141592653589793 rad + pos: -6.5,-38.5 parent: 2 - - uid: 26989 + - uid: 5720 components: - type: Transform - pos: 14.5,-59.5 + rot: 3.141592653589793 rad + pos: -4.5,-38.5 parent: 2 - - uid: 27481 + - uid: 5723 components: - type: Transform - pos: -7.5,47.5 + pos: -5.5,-36.5 parent: 2 - - uid: 27482 + - uid: 5727 components: - type: Transform - pos: -7.5,43.5 + rot: -1.5707963267948966 rad + pos: -3.5,-37.5 parent: 2 - - uid: 27486 + - uid: 5799 components: - type: Transform - pos: -7.5,46.5 + rot: 3.141592653589793 rad + pos: -3.5,-26.5 parent: 2 - - uid: 27488 + - uid: 5800 components: - type: Transform - pos: -7.5,45.5 + rot: 3.141592653589793 rad + pos: 0.5,-26.5 parent: 2 - - uid: 27536 + - uid: 5801 components: - type: Transform - pos: -7.5,42.5 + rot: 3.141592653589793 rad + pos: 4.5,-26.5 parent: 2 - - uid: 27547 + - uid: 6122 components: - type: Transform - pos: -7.5,44.5 + rot: 3.141592653589793 rad + pos: 13.5,-34.5 parent: 2 - - uid: 27575 + - uid: 6157 components: - type: Transform - pos: 28.5,36.5 + rot: 3.141592653589793 rad + pos: 8.5,-38.5 parent: 2 - - uid: 27576 + - uid: 6302 components: - type: Transform - pos: 28.5,35.5 + rot: 3.141592653589793 rad + pos: 43.5,35.5 parent: 2 - - uid: 27614 + - uid: 6736 components: - type: Transform - pos: -15.5,47.5 + rot: -1.5707963267948966 rad + pos: 14.5,-17.5 parent: 2 - - uid: 27615 + - uid: 6782 components: - type: Transform - pos: -8.5,47.5 + rot: -1.5707963267948966 rad + pos: 20.5,-30.5 parent: 2 - - uid: 27616 + - uid: 6783 components: - type: Transform - pos: -6.5,47.5 + rot: 1.5707963267948966 rad + pos: 23.5,-35.5 parent: 2 - - uid: 27617 + - uid: 6784 components: - type: Transform - pos: -6.5,48.5 + pos: 24.5,-38.5 parent: 2 - - uid: 27650 + - uid: 6890 components: - type: Transform - pos: 65.5,-37.5 + rot: -1.5707963267948966 rad + pos: 20.5,-12.5 parent: 2 - - uid: 27680 + - uid: 6950 components: - type: Transform - pos: 63.5,-37.5 + rot: -1.5707963267948966 rad + pos: 40.5,-25.5 parent: 2 - - uid: 27681 + - uid: 7333 components: - type: Transform - pos: 64.5,-37.5 + pos: -32.5,33.5 parent: 2 - - uid: 27714 + - uid: 7334 components: - type: Transform - pos: 16.5,52.5 + rot: 3.141592653589793 rad + pos: -32.5,27.5 parent: 2 - - uid: 27715 + - uid: 7368 components: - type: Transform - pos: 16.5,53.5 + rot: 3.141592653589793 rad + pos: 9.5,-28.5 parent: 2 - - uid: 27716 + - uid: 7369 components: - type: Transform - pos: 16.5,54.5 + rot: 3.141592653589793 rad + pos: -8.5,-28.5 parent: 2 - - uid: 27717 + - uid: 7407 components: - type: Transform - pos: 16.5,55.5 + rot: 3.141592653589793 rad + pos: 0.5,-28.5 parent: 2 - - uid: 27718 + - uid: 7776 components: - type: Transform - pos: 16.5,56.5 + pos: -41.5,40.5 parent: 2 - - uid: 27719 + - uid: 7974 components: - type: Transform - pos: 16.5,57.5 + rot: 1.5707963267948966 rad + pos: -39.5,4.5 parent: 2 - - uid: 27720 + - uid: 8052 components: - type: Transform - pos: 16.5,58.5 + pos: -26.5,25.5 parent: 2 - - uid: 27728 + - uid: 8096 components: - type: Transform - pos: -13.5,55.5 + pos: -15.5,15.5 parent: 2 - - uid: 27729 + - uid: 8162 components: - type: Transform - pos: -15.5,55.5 + rot: 1.5707963267948966 rad + pos: -50.5,31.5 parent: 2 - - uid: 27739 + - uid: 8163 components: - type: Transform - pos: -33.5,43.5 + pos: -46.5,35.5 parent: 2 - - uid: 27740 + - uid: 8208 components: - type: Transform - pos: -34.5,43.5 + rot: -1.5707963267948966 rad + pos: -51.5,29.5 parent: 2 - - uid: 27741 + - uid: 8315 components: - type: Transform - pos: -35.5,43.5 + pos: 11.5,56.5 parent: 2 - - uid: 27742 + - uid: 8316 components: - type: Transform - pos: -35.5,43.5 + rot: 3.141592653589793 rad + pos: 13.5,58.5 parent: 2 - - uid: 27743 + - uid: 8494 components: - type: Transform - pos: -35.5,44.5 + rot: 1.5707963267948966 rad + pos: 3.5,29.5 parent: 2 - - uid: 27744 + - uid: 8605 components: - type: Transform - pos: -35.5,45.5 + pos: 34.5,37.5 parent: 2 - - uid: 27745 + - uid: 8832 components: - type: Transform - pos: -35.5,46.5 + rot: 3.141592653589793 rad + pos: 52.5,-22.5 parent: 2 - - uid: 27746 + - uid: 8914 components: - type: Transform - pos: -35.5,46.5 + pos: 40.5,-41.5 parent: 2 - - uid: 27747 + - uid: 8974 components: - type: Transform - pos: -36.5,46.5 + pos: 34.5,-44.5 parent: 2 - - uid: 27748 + - uid: 8976 components: - type: Transform - pos: -37.5,46.5 + rot: -1.5707963267948966 rad + pos: 20.5,-38.5 parent: 2 - - uid: 27749 + - uid: 8978 components: - type: Transform - pos: -38.5,46.5 + rot: 3.141592653589793 rad + pos: 35.5,-46.5 parent: 2 - - uid: 27750 + - uid: 8989 components: - type: Transform - pos: -38.5,46.5 + pos: 35.5,-44.5 parent: 2 - - uid: 27751 + - uid: 8999 components: - type: Transform - pos: -38.5,47.5 + rot: 3.141592653589793 rad + pos: 34.5,-46.5 parent: 2 - - uid: 27752 + - uid: 9034 components: - type: Transform - pos: -38.5,48.5 + pos: 31.5,-55.5 parent: 2 - - uid: 27753 + - uid: 9035 components: - type: Transform - pos: -38.5,48.5 + pos: 27.5,-56.5 parent: 2 - - uid: 27754 + - uid: 9036 components: - type: Transform - pos: -39.5,48.5 + pos: 23.5,-58.5 parent: 2 - - uid: 27755 + - uid: 9037 components: - type: Transform - pos: -40.5,48.5 + pos: 19.5,-60.5 parent: 2 - - uid: 27756 + - uid: 9605 components: - type: Transform - pos: -40.5,48.5 + rot: 1.5707963267948966 rad + pos: 45.5,42.5 parent: 2 - - uid: 27757 + - uid: 9668 components: - type: Transform - pos: -40.5,49.5 + rot: 3.141592653589793 rad + pos: -4.5,33.5 parent: 2 - - uid: 27758 + - uid: 9669 components: - type: Transform - pos: -40.5,50.5 + pos: -3.5,29.5 parent: 2 - - uid: 27759 + - uid: 9670 components: - type: Transform - pos: -40.5,51.5 + pos: -1.5,32.5 parent: 2 - - uid: 27760 + - uid: 9693 components: - type: Transform - pos: -40.5,52.5 + rot: -1.5707963267948966 rad + pos: 54.5,28.5 parent: 2 - - uid: 27761 + - uid: 9694 components: - type: Transform - pos: -40.5,53.5 + rot: -1.5707963267948966 rad + pos: 54.5,29.5 parent: 2 - - uid: 27762 + - uid: 9695 components: - type: Transform - pos: -40.5,54.5 + rot: 1.5707963267948966 rad + pos: 52.5,29.5 parent: 2 - - uid: 27763 + - uid: 9696 components: - type: Transform - pos: -40.5,55.5 + rot: 1.5707963267948966 rad + pos: 52.5,28.5 parent: 2 - - uid: 27764 + - uid: 10168 components: - type: Transform - pos: -40.5,55.5 + pos: -4.5,48.5 parent: 2 - - uid: 27765 + - uid: 10169 components: - type: Transform - pos: -39.5,55.5 + rot: 1.5707963267948966 rad + pos: -3.5,49.5 parent: 2 - - uid: 27766 + - uid: 10264 components: - type: Transform - pos: -38.5,55.5 + rot: 3.141592653589793 rad + pos: 32.5,25.5 parent: 2 - - uid: 27767 + - uid: 10356 components: - type: Transform - pos: -38.5,55.5 + rot: 1.5707963267948966 rad + pos: 38.5,22.5 parent: 2 - - uid: 27768 + - uid: 10516 components: - type: Transform - pos: -38.5,56.5 + rot: 3.141592653589793 rad + pos: 40.5,59.5 parent: 2 - - uid: 27769 + - uid: 10518 components: - type: Transform - pos: -38.5,57.5 + rot: 3.141592653589793 rad + pos: 44.5,58.5 parent: 2 - - uid: 27770 + - uid: 10576 components: - type: Transform - pos: -38.5,57.5 + pos: 67.5,6.5 parent: 2 - - uid: 27771 + - uid: 10577 components: - type: Transform - pos: -37.5,57.5 + pos: 68.5,6.5 parent: 2 - - uid: 27772 + - uid: 10623 components: - type: Transform - pos: -22.5,63.5 + pos: 58.5,3.5 parent: 2 - - uid: 27773 + - uid: 10624 components: - type: Transform - pos: -35.5,57.5 + rot: 3.141592653589793 rad + pos: 58.5,-2.5 parent: 2 - - uid: 27774 + - uid: 10737 components: - type: Transform - pos: -35.5,57.5 + rot: 1.5707963267948966 rad + pos: -3.5,-58.5 parent: 2 - - uid: 27775 + - uid: 10751 components: - type: Transform - pos: -22.5,66.5 + rot: 3.141592653589793 rad + pos: -9.5,-58.5 parent: 2 - - uid: 27776 + - uid: 10760 components: - type: Transform - pos: -22.5,65.5 + rot: 3.141592653589793 rad + pos: -3.5,40.5 parent: 2 - - uid: 27777 + - uid: 10761 components: - type: Transform - pos: -22.5,64.5 + pos: -3.5,42.5 parent: 2 - - uid: 27778 + - uid: 10764 components: - type: Transform - pos: -22.5,63.5 + rot: -1.5707963267948966 rad + pos: -3.5,45.5 parent: 2 - - uid: 27779 + - uid: 11710 components: - type: Transform - pos: -22.5,63.5 + pos: -63.5,-14.5 parent: 2 - - uid: 27780 + - uid: 13149 components: - type: Transform - pos: -23.5,63.5 + rot: -1.5707963267948966 rad + pos: -28.5,38.5 parent: 2 - - uid: 27781 + - uid: 13210 components: - type: Transform - pos: -24.5,63.5 + pos: 4.5,40.5 parent: 2 - - uid: 27782 + - uid: 13272 components: - type: Transform - pos: -25.5,63.5 + rot: 3.141592653589793 rad + pos: 21.5,39.5 parent: 2 - - uid: 27783 + - uid: 14278 components: - type: Transform - pos: -26.5,63.5 + rot: -1.5707963267948966 rad + pos: -67.5,-20.5 parent: 2 - - uid: 27784 + - uid: 14553 components: - type: Transform - pos: -27.5,63.5 + rot: -1.5707963267948966 rad + pos: -40.5,-3.5 parent: 2 - - uid: 27785 + - uid: 14561 components: - type: Transform - pos: -27.5,62.5 + rot: 1.5707963267948966 rad + pos: -42.5,-3.5 parent: 2 - - uid: 27786 + - uid: 18983 components: - type: Transform - pos: -28.5,62.5 + rot: -1.5707963267948966 rad + pos: 13.5,-67.5 parent: 2 - - uid: 27787 + - uid: 19286 components: - type: Transform - pos: -29.5,62.5 + pos: -44.5,21.5 parent: 2 - - uid: 27788 + - uid: 19586 components: - type: Transform - pos: -29.5,61.5 + rot: -1.5707963267948966 rad + pos: -11.5,31.5 parent: 2 - - uid: 27789 + - uid: 24467 components: - type: Transform - pos: -30.5,61.5 + rot: 3.141592653589793 rad + pos: -58.5,-0.5 parent: 2 - - uid: 27790 + - uid: 26194 components: - type: Transform - pos: -30.5,60.5 + rot: -1.5707963267948966 rad + pos: -83.5,75.5 parent: 2 - - uid: 27791 + - uid: 26664 components: - type: Transform - pos: -31.5,60.5 + rot: -1.5707963267948966 rad + pos: -61.5,1.5 parent: 2 - - uid: 27792 + - uid: 27663 components: - type: Transform - pos: -32.5,60.5 + rot: 1.5707963267948966 rad + pos: 61.5,-39.5 parent: 2 - - uid: 27793 + - uid: 30743 components: - type: Transform - pos: -33.5,60.5 + rot: -1.5707963267948966 rad + pos: -11.5,32.5 parent: 2 - - uid: 27794 + - uid: 30759 components: - type: Transform - pos: -34.5,60.5 + pos: -15.5,33.5 parent: 2 - - uid: 27795 + - uid: 30760 components: - type: Transform - pos: -34.5,59.5 + pos: -14.5,33.5 parent: 2 - - uid: 27796 + - uid: 30762 components: - type: Transform - pos: -35.5,59.5 + pos: -13.5,33.5 parent: 2 - - uid: 27797 + - uid: 30763 components: - type: Transform - pos: -35.5,59.5 + rot: 3.141592653589793 rad + pos: -13.5,30.5 parent: 2 - - uid: 27798 + - uid: 30764 components: - type: Transform - pos: -35.5,58.5 + rot: 3.141592653589793 rad + pos: -14.5,30.5 parent: 2 - - uid: 27799 + - uid: 30765 components: - type: Transform - pos: -35.5,57.5 + rot: 3.141592653589793 rad + pos: -15.5,30.5 parent: 2 - - uid: 27800 + - uid: 30766 components: - type: Transform - pos: -22.5,62.5 + rot: 1.5707963267948966 rad + pos: -17.5,32.5 parent: 2 - - uid: 27801 + - uid: 30767 components: - type: Transform - pos: -22.5,61.5 + rot: 1.5707963267948966 rad + pos: -17.5,31.5 parent: 2 - - uid: 27802 + - uid: 31024 components: - type: Transform - pos: -22.5,60.5 + rot: -1.5707963267948966 rad + pos: -12.5,44.5 parent: 2 - - uid: 27803 + - uid: 31241 components: - type: Transform - pos: -22.5,59.5 - parent: 2 - - uid: 27804 + rot: -1.5707963267948966 rad + pos: -0.5,7.5 + parent: 30892 + - uid: 31722 components: - type: Transform - pos: -22.5,58.5 + rot: 3.141592653589793 rad + pos: -85.5,78.5 parent: 2 - - uid: 27805 + - uid: 32113 components: - type: Transform - pos: -22.5,57.5 + pos: -83.5,84.5 parent: 2 - - uid: 27806 + - uid: 32114 components: - type: Transform - pos: -22.5,57.5 + rot: -1.5707963267948966 rad + pos: -81.5,80.5 parent: 2 - - uid: 27807 + - uid: 34207 components: - type: Transform - pos: -21.5,57.5 + rot: 3.141592653589793 rad + pos: -83.5,78.5 parent: 2 - - uid: 27808 + - uid: 34208 components: - type: Transform - pos: -21.5,57.5 + pos: -84.5,84.5 parent: 2 - - uid: 27809 + - uid: 34239 components: - type: Transform - pos: -21.5,56.5 + rot: 3.141592653589793 rad + pos: -68.5,-3.5 parent: 2 - - uid: 27810 + - uid: 35085 components: - type: Transform - pos: -21.5,55.5 + pos: 61.5,28.5 parent: 2 - - uid: 27811 + - uid: 35149 components: - type: Transform - pos: -21.5,54.5 + rot: 3.141592653589793 rad + pos: 56.5,49.5 parent: 2 - - uid: 28603 + - uid: 35444 components: - type: Transform - pos: -40.5,0.5 + rot: -1.5707963267948966 rad + pos: 58.5,28.5 parent: 2 - - uid: 29360 + - uid: 35445 components: - type: Transform - pos: -4.5,49.5 + rot: -1.5707963267948966 rad + pos: 58.5,29.5 parent: 2 - - uid: 30680 + - uid: 35446 components: - type: Transform - pos: 61.5,-37.5 + rot: -1.5707963267948966 rad + pos: 58.5,30.5 parent: 2 - - uid: 30702 + - uid: 35596 components: - type: Transform - pos: -3.5,36.5 + pos: 8.5,-36.5 parent: 2 - - uid: 30725 + - uid: 35665 components: - type: Transform - pos: -62.5,-16.5 + pos: -32.5,64.5 parent: 2 - - uid: 30726 + - uid: 35666 components: - type: Transform - pos: -63.5,-16.5 + rot: 1.5707963267948966 rad + pos: -34.5,63.5 parent: 2 - - uid: 30727 + - uid: 35667 components: - type: Transform - pos: -64.5,-16.5 + rot: 3.141592653589793 rad + pos: -33.5,62.5 parent: 2 - - uid: 30728 + - uid: 35830 components: - type: Transform - pos: -64.5,-15.5 + rot: -1.5707963267948966 rad + pos: -81.5,81.5 parent: 2 - - uid: 30729 +- proto: ChairOfficeLight + entities: + - uid: 3277 components: - type: Transform - pos: -64.5,-14.5 + pos: 30.5,-33.5 parent: 2 - - uid: 30730 + - uid: 3279 components: - type: Transform - pos: -64.5,-13.5 + rot: 1.5707963267948966 rad + pos: 19.5,-17.5 parent: 2 - - uid: 30731 + - uid: 4412 components: - type: Transform - pos: -64.5,-12.5 + rot: -1.5707963267948966 rad + pos: 21.5,-17.5 parent: 2 - - uid: 30732 + - uid: 6728 components: - type: Transform - pos: -65.5,-12.5 + pos: 32.5,-33.5 parent: 2 - - uid: 30738 + - uid: 6729 components: - type: Transform - pos: 15.5,14.5 + pos: 34.5,-33.5 parent: 2 - - uid: 30739 + - uid: 7028 components: - type: Transform - pos: 16.5,14.5 + rot: 3.141592653589793 rad + pos: 28.5,-0.5 parent: 2 - - uid: 30740 + - uid: 7029 components: - type: Transform - pos: 17.5,14.5 + rot: 1.5707963267948966 rad + pos: 33.5,-0.5 parent: 2 - - uid: 30803 + - uid: 7062 components: - type: Transform - pos: 66.5,16.5 + rot: 1.5707963267948966 rad + pos: 28.5,2.5 parent: 2 - - uid: 30804 + - uid: 7065 components: - type: Transform - pos: 66.5,16.5 + pos: 33.5,2.5 parent: 2 - - uid: 30805 + - uid: 7074 components: - type: Transform - pos: 66.5,15.5 + rot: -1.5707963267948966 rad + pos: 33.5,6.5 parent: 2 - - uid: 30806 + - uid: 7082 components: - type: Transform - pos: 66.5,14.5 + rot: 1.5707963267948966 rad + pos: 28.5,6.5 parent: 2 - - uid: 30807 + - uid: 8853 components: - type: Transform - pos: 66.5,13.5 + rot: -1.5707963267948966 rad + pos: 37.5,3.5 parent: 2 - - uid: 30808 + - uid: 8915 components: - type: Transform - pos: 66.5,12.5 + rot: 3.141592653589793 rad + pos: 40.5,-43.5 parent: 2 - - uid: 30809 + - uid: 9692 components: - type: Transform - pos: 66.5,11.5 + pos: 53.5,30.5 parent: 2 - - uid: 30810 + - uid: 10233 components: - type: Transform - pos: 66.5,10.5 + rot: 1.5707963267948966 rad + pos: 29.5,48.5 parent: 2 - - uid: 30811 + - uid: 10240 components: - type: Transform - pos: 66.5,10.5 + rot: -1.5707963267948966 rad + pos: 34.5,48.5 parent: 2 - - uid: 30812 + - uid: 10736 components: - type: Transform - pos: 65.5,10.5 + rot: -1.5707963267948966 rad + pos: 4.5,-58.5 parent: 2 - - uid: 30813 + - uid: 11851 components: - type: Transform - pos: 64.5,10.5 + pos: 57.5,25.5 parent: 2 - - uid: 30814 + - uid: 11862 components: - type: Transform - pos: 63.5,10.5 + rot: 3.141592653589793 rad + pos: 57.5,19.5 parent: 2 - - uid: 30815 + - uid: 11863 components: - type: Transform - pos: 62.5,10.5 + pos: 56.5,25.5 parent: 2 - - uid: 30816 + - uid: 11865 components: - type: Transform - pos: 61.5,10.5 + rot: 3.141592653589793 rad + pos: 56.5,19.5 parent: 2 - - uid: 30817 + - uid: 13251 components: - type: Transform - pos: 60.5,10.5 + pos: 14.5,15.5 parent: 2 - - uid: 30818 + - uid: 15361 components: - type: Transform - pos: 66.5,12.5 + rot: 1.5707963267948966 rad + pos: 47.5,-16.5 parent: 2 - - uid: 30819 + - uid: 35075 components: - type: Transform - pos: 65.5,12.5 + pos: 68.5,28.5 parent: 2 - - uid: 30820 + - uid: 36082 components: - type: Transform - pos: 64.5,12.5 + pos: -88.5,78.5 parent: 2 - - uid: 30821 + - uid: 37247 components: - type: Transform - pos: 63.5,12.5 - parent: 2 - - uid: 30823 + rot: 1.5707963267948966 rad + pos: 17.5,-1.5 + parent: 36907 + - uid: 42940 components: - type: Transform - pos: 33.5,-5.5 + pos: 38.5,8.5 parent: 2 - - uid: 30824 +- proto: ChairPilotSeat + entities: + - uid: 13885 components: - type: Transform - pos: 34.5,-5.5 - parent: 2 - - uid: 30825 + rot: 3.141592653589793 rad + pos: 0.5,-0.5 + parent: 13793 + - uid: 31395 components: - type: Transform - pos: 35.5,-5.5 - parent: 2 - - uid: 30826 + rot: 3.141592653589793 rad + pos: 0.5,3.5 + parent: 31348 + - uid: 31400 components: - type: Transform - pos: 36.5,-5.5 - parent: 2 - - uid: 30827 + rot: 1.5707963267948966 rad + pos: -0.5,1.5 + parent: 31348 + - uid: 31401 components: - type: Transform - pos: 37.5,-5.5 - parent: 2 - - uid: 30828 + rot: 1.5707963267948966 rad + pos: -0.5,0.5 + parent: 31348 + - uid: 31402 components: - type: Transform - pos: 38.5,-5.5 - parent: 2 - - uid: 30829 + rot: -1.5707963267948966 rad + pos: 1.5,1.5 + parent: 31348 + - uid: 31403 components: - type: Transform - pos: 39.5,-5.5 - parent: 2 - - uid: 30830 + rot: -1.5707963267948966 rad + pos: 1.5,0.5 + parent: 31348 + - uid: 32975 components: - type: Transform - pos: 40.5,-5.5 - parent: 2 - - uid: 30831 + rot: 3.141592653589793 rad + pos: 3.5,2.5 + parent: 32914 + - uid: 32976 components: - type: Transform - pos: 41.5,-5.5 - parent: 2 - - uid: 30832 + rot: 3.141592653589793 rad + pos: 1.5,-0.5 + parent: 32914 + - uid: 32977 components: - type: Transform - pos: -19.5,-58.5 - parent: 2 - - uid: 30833 + rot: 3.141592653589793 rad + pos: 2.5,-0.5 + parent: 32914 + - uid: 32978 components: - type: Transform - pos: -18.5,-58.5 - parent: 2 - - uid: 30834 + rot: 3.141592653589793 rad + pos: 5.5,-0.5 + parent: 32914 + - uid: 32979 components: - type: Transform - pos: -17.5,-58.5 - parent: 2 - - uid: 30835 + rot: 3.141592653589793 rad + pos: 4.5,-0.5 + parent: 32914 + - uid: 36582 components: - type: Transform - pos: -16.5,-58.5 - parent: 2 - - uid: 30836 + rot: 3.141592653589793 rad + pos: 2.5,-4.5 + parent: 36450 + - uid: 36587 components: - type: Transform - pos: -16.5,-58.5 - parent: 2 - - uid: 30837 + pos: 7.5,-2.5 + parent: 36450 + - uid: 36591 components: - type: Transform - pos: -16.5,-57.5 - parent: 2 - - uid: 30838 + pos: 3.5,-2.5 + parent: 36450 + - uid: 36592 components: - type: Transform - pos: -16.5,-56.5 - parent: 2 - - uid: 30839 + rot: 3.141592653589793 rad + pos: 8.5,-4.5 + parent: 36450 + - uid: 36594 components: - type: Transform - pos: -16.5,-55.5 - parent: 2 - - uid: 30840 + pos: 2.5,-0.5 + parent: 36450 + - uid: 36598 components: - type: Transform - pos: -16.5,-55.5 - parent: 2 - - uid: 30841 + rot: 1.5707963267948966 rad + pos: 3.5,0.5 + parent: 36450 + - uid: 36599 components: - type: Transform - pos: -15.5,-55.5 - parent: 2 - - uid: 30842 + rot: -1.5707963267948966 rad + pos: 7.5,0.5 + parent: 36450 + - uid: 36601 components: - type: Transform - pos: -14.5,-55.5 - parent: 2 - - uid: 30863 + pos: 8.5,-0.5 + parent: 36450 + - uid: 36608 components: - type: Transform - pos: 39.5,-19.5 - parent: 2 - - uid: 31157 + pos: 8.5,-2.5 + parent: 36450 + - uid: 36612 components: - type: Transform - pos: 4.5,4.5 - parent: 30892 - - uid: 31158 + pos: 2.5,-2.5 + parent: 36450 + - uid: 36617 components: - type: Transform - pos: 3.5,4.5 - parent: 30892 - - uid: 31159 + rot: 3.141592653589793 rad + pos: 4.5,3.5 + parent: 36450 + - uid: 36618 components: - type: Transform - pos: 2.5,4.5 - parent: 30892 - - uid: 31160 + rot: 3.141592653589793 rad + pos: 6.5,3.5 + parent: 36450 +- proto: ChairRitual + entities: + - uid: 36423 components: - type: Transform - pos: 3.5,4.5 - parent: 30892 - - uid: 31161 + rot: -1.5707963267948966 rad + pos: 36.5,-62.5 + parent: 2 +- proto: ChairWeb + entities: + - uid: 37248 components: - type: Transform - pos: 3.5,5.5 - parent: 30892 - - uid: 31162 + pos: 4.5,47.5 + parent: 36907 + - uid: 37249 components: - type: Transform - pos: 3.5,6.5 - parent: 30892 - - uid: 31163 + rot: 3.141592653589793 rad + pos: 4.5,45.5 + parent: 36907 +- proto: ChairWood + entities: + - uid: 6980 components: - type: Transform - pos: 3.5,7.5 - parent: 30892 - - uid: 31164 + rot: -1.5707963267948966 rad + pos: -47.5,10.5 + parent: 2 + - uid: 6981 components: - type: Transform - pos: 3.5,7.5 - parent: 30892 - - uid: 31165 + rot: 1.5707963267948966 rad + pos: -49.5,10.5 + parent: 2 + - uid: 7170 components: - type: Transform - pos: 3.5,8.5 - parent: 30892 - - uid: 31166 + rot: 1.5707963267948966 rad + pos: 58.5,-14.5 + parent: 2 + - uid: 7171 components: - type: Transform - pos: 3.5,9.5 - parent: 30892 - - uid: 31167 + rot: 1.5707963267948966 rad + pos: 57.5,-14.5 + parent: 2 + - uid: 7172 components: - type: Transform - pos: 3.5,10.5 - parent: 30892 - - uid: 31168 + rot: 1.5707963267948966 rad + pos: 56.5,-14.5 + parent: 2 + - uid: 7173 components: - type: Transform - pos: 3.5,6.5 - parent: 30892 - - uid: 31169 + rot: 1.5707963267948966 rad + pos: 56.5,-13.5 + parent: 2 + - uid: 7174 components: - type: Transform - pos: 4.5,6.5 - parent: 30892 - - uid: 31170 + rot: 1.5707963267948966 rad + pos: 57.5,-13.5 + parent: 2 + - uid: 7175 components: - type: Transform - pos: 5.5,6.5 - parent: 30892 - - uid: 31171 + rot: 1.5707963267948966 rad + pos: 58.5,-13.5 + parent: 2 + - uid: 7176 components: - type: Transform - pos: 6.5,6.5 - parent: 30892 - - uid: 31172 + rot: 1.5707963267948966 rad + pos: 59.5,-13.5 + parent: 2 + - uid: 7177 components: - type: Transform - pos: 7.5,6.5 - parent: 30892 - - uid: 31173 + rot: 1.5707963267948966 rad + pos: 56.5,-17.5 + parent: 2 + - uid: 7178 components: - type: Transform - pos: 8.5,6.5 - parent: 30892 - - uid: 31174 + rot: 1.5707963267948966 rad + pos: 56.5,-16.5 + parent: 2 + - uid: 7179 components: - type: Transform - pos: 5.5,6.5 - parent: 30892 - - uid: 31175 + rot: 1.5707963267948966 rad + pos: 57.5,-16.5 + parent: 2 + - uid: 7180 components: - type: Transform - pos: 5.5,7.5 - parent: 30892 - - uid: 31176 + rot: 1.5707963267948966 rad + pos: 57.5,-17.5 + parent: 2 + - uid: 7181 components: - type: Transform - pos: 5.5,8.5 - parent: 30892 - - uid: 31177 + rot: 1.5707963267948966 rad + pos: 58.5,-17.5 + parent: 2 + - uid: 7182 components: - type: Transform - pos: 5.5,9.5 - parent: 30892 - - uid: 31178 + rot: 1.5707963267948966 rad + pos: 58.5,-16.5 + parent: 2 + - uid: 7184 components: - type: Transform - pos: 5.5,10.5 - parent: 30892 - - uid: 31179 + rot: 1.5707963267948966 rad + pos: 59.5,-17.5 + parent: 2 + - uid: 8375 components: - type: Transform - pos: 8.5,6.5 - parent: 30892 - - uid: 31180 + rot: 3.141592653589793 rad + pos: -3.5,57.5 + parent: 2 + - uid: 8377 components: - type: Transform - pos: 8.5,7.5 - parent: 30892 - - uid: 31181 + rot: 3.141592653589793 rad + pos: -2.5,57.5 + parent: 2 + - uid: 8378 components: - type: Transform - pos: 8.5,8.5 - parent: 30892 - - uid: 31182 + rot: 3.141592653589793 rad + pos: -1.5,57.5 + parent: 2 + - uid: 8379 components: - type: Transform - pos: 8.5,9.5 - parent: 30892 - - uid: 31183 + rot: 3.141592653589793 rad + pos: 2.5,58.5 + parent: 2 + - uid: 8380 components: - type: Transform - pos: 8.5,10.5 - parent: 30892 - - uid: 31184 + pos: 2.5,61.5 + parent: 2 + - uid: 8382 components: - type: Transform - pos: 8.5,6.5 - parent: 30892 - - uid: 31185 + pos: -3.5,62.5 + parent: 2 + - uid: 8383 components: - type: Transform - pos: 8.5,5.5 - parent: 30892 - - uid: 31186 + pos: -2.5,62.5 + parent: 2 + - uid: 8384 components: - type: Transform - pos: 8.5,5.5 - parent: 30892 - - uid: 31187 + pos: -1.5,62.5 + parent: 2 + - uid: 8894 components: - type: Transform - pos: 9.5,5.5 - parent: 30892 - - uid: 31188 + rot: 1.5707963267948966 rad + pos: 62.5,-12.5 + parent: 2 + - uid: 9394 components: - type: Transform - pos: 10.5,5.5 - parent: 30892 - - uid: 31189 + pos: 7.5,72.5 + parent: 2 + - uid: 9434 components: - type: Transform - pos: 11.5,5.5 - parent: 30892 - - uid: 31190 + pos: 18.5,-59.5 + parent: 2 + - uid: 9819 components: - type: Transform - pos: 12.5,5.5 - parent: 30892 - - uid: 31191 + pos: 8.5,49.5 + parent: 2 + - uid: 9820 components: - type: Transform - pos: 12.5,5.5 - parent: 30892 - - uid: 31192 + pos: 9.5,49.5 + parent: 2 + - uid: 9821 components: - type: Transform - pos: 12.5,4.5 - parent: 30892 - - uid: 31193 + pos: 10.5,49.5 + parent: 2 + - uid: 9822 components: - type: Transform - pos: 12.5,3.5 - parent: 30892 - - uid: 31194 + rot: 1.5707963267948966 rad + pos: 7.5,46.5 + parent: 2 + - uid: 9825 components: - type: Transform - pos: 12.5,2.5 - parent: 30892 - - uid: 31195 + rot: -1.5707963267948966 rad + pos: 11.5,48.5 + parent: 2 + - uid: 9826 components: - type: Transform - pos: 12.5,4.5 - parent: 30892 - - uid: 31196 + rot: -1.5707963267948966 rad + pos: 11.5,47.5 + parent: 2 + - uid: 9827 components: - type: Transform - pos: 13.5,4.5 - parent: 30892 - - uid: 31197 + rot: -1.5707963267948966 rad + pos: 11.5,46.5 + parent: 2 + - uid: 9828 components: - type: Transform - pos: 14.5,4.5 - parent: 30892 - - uid: 31199 + rot: 3.141592653589793 rad + pos: 10.5,45.5 + parent: 2 + - uid: 9829 components: - type: Transform - pos: 12.5,1.5 - parent: 30892 - - uid: 31200 + rot: 3.141592653589793 rad + pos: 9.5,45.5 + parent: 2 + - uid: 9830 components: - type: Transform - pos: 8.5,4.5 - parent: 30892 - - uid: 31201 + rot: 3.141592653589793 rad + pos: 8.5,45.5 + parent: 2 + - uid: 9831 components: - type: Transform - pos: 8.5,3.5 - parent: 30892 - - uid: 31202 + rot: 1.5707963267948966 rad + pos: 7.5,47.5 + parent: 2 + - uid: 9832 components: - type: Transform - pos: 8.5,2.5 - parent: 30892 - - uid: 31203 + rot: 1.5707963267948966 rad + pos: 7.5,48.5 + parent: 2 + - uid: 10041 components: - type: Transform - pos: 8.5,1.5 - parent: 30892 - - uid: 31204 + rot: 1.5707963267948966 rad + pos: -26.5,-61.5 + parent: 2 + - uid: 10042 components: - type: Transform - pos: 8.5,0.5 - parent: 30892 - - uid: 31205 + rot: -1.5707963267948966 rad + pos: 27.5,70.5 + parent: 2 + - uid: 10043 components: - type: Transform - pos: 8.5,1.5 - parent: 30892 - - uid: 31206 + rot: -1.5707963267948966 rad + pos: 27.5,69.5 + parent: 2 + - uid: 10044 components: - type: Transform - pos: 7.5,1.5 - parent: 30892 - - uid: 31207 + rot: 3.141592653589793 rad + pos: 26.5,68.5 + parent: 2 + - uid: 10052 components: - type: Transform - pos: 6.5,1.5 - parent: 30892 - - uid: 31208 + rot: 1.5707963267948966 rad + pos: -26.5,-64.5 + parent: 2 + - uid: 10053 components: - type: Transform - pos: 5.5,1.5 - parent: 30892 - - uid: 31209 + rot: 1.5707963267948966 rad + pos: -26.5,-63.5 + parent: 2 + - uid: 10056 components: - type: Transform - pos: 4.5,1.5 - parent: 30892 - - uid: 31210 + rot: -1.5707963267948966 rad + pos: -24.5,-63.5 + parent: 2 + - uid: 10057 components: - type: Transform - pos: 3.5,1.5 - parent: 30892 - - uid: 31211 + rot: -1.5707963267948966 rad + pos: -24.5,-64.5 + parent: 2 + - uid: 10068 components: - type: Transform - pos: 2.5,1.5 - parent: 30892 - - uid: 31212 + rot: 1.5707963267948966 rad + pos: 24.5,70.5 + parent: 2 + - uid: 10069 components: - type: Transform - pos: 2.5,0.5 - parent: 30892 - - uid: 31213 + rot: 1.5707963267948966 rad + pos: 24.5,69.5 + parent: 2 + - uid: 10070 components: - type: Transform - pos: 2.5,-0.5 - parent: 30892 - - uid: 31214 + rot: 3.141592653589793 rad + pos: 25.5,68.5 + parent: 2 + - uid: 10640 components: - type: Transform - pos: 2.5,-1.5 - parent: 30892 - - uid: 31215 + rot: -1.5707963267948966 rad + pos: -24.5,-51.5 + parent: 2 + - uid: 10641 components: - type: Transform - pos: 2.5,2.5 - parent: 30892 - - uid: 31216 + rot: 1.5707963267948966 rad + pos: -26.5,-51.5 + parent: 2 + - uid: 11672 components: - type: Transform - pos: 1.5,2.5 - parent: 30892 - - uid: 31217 + pos: -29.5,56.5 + parent: 2 + - uid: 13519 components: - type: Transform - pos: 7.5,3.5 - parent: 30892 - - uid: 31218 + rot: 3.141592653589793 rad + pos: 1.5,58.5 + parent: 2 + - uid: 13541 components: - type: Transform - pos: 6.5,3.5 - parent: 30892 - - uid: 31219 + pos: 1.5,61.5 + parent: 2 + - uid: 13690 components: - type: Transform - pos: 2.5,6.5 - parent: 30892 - - uid: 31220 + rot: 3.141592653589793 rad + pos: -31.5,-60.5 + parent: 2 + - uid: 14252 components: - type: Transform - pos: 1.5,6.5 - parent: 30892 - - uid: 31221 + rot: 3.141592653589793 rad + pos: -15.5,-66.5 + parent: 2 + - uid: 14416 components: - type: Transform - pos: 0.5,6.5 - parent: 30892 - - uid: 31222 + rot: -1.5707963267948966 rad + pos: -28.5,-48.5 + parent: 2 + - uid: 14586 components: - type: Transform - pos: -0.5,6.5 - parent: 30892 - - uid: 31223 + rot: -1.5707963267948966 rad + pos: -33.5,-58.5 + parent: 2 + - uid: 15714 components: - type: Transform - pos: -1.5,6.5 - parent: 30892 - - uid: 31224 + pos: -2.5,-6.5 + parent: 14592 + - uid: 15715 components: - type: Transform - pos: -1.5,5.5 - parent: 30892 - - uid: 31225 + pos: -1.5,-6.5 + parent: 14592 + - uid: 15716 components: - type: Transform - pos: -1.5,4.5 - parent: 30892 - - uid: 31226 + rot: -1.5707963267948966 rad + pos: -0.5,-7.5 + parent: 14592 + - uid: 15717 components: - type: Transform - pos: -1.5,3.5 - parent: 30892 - - uid: 31227 + rot: -1.5707963267948966 rad + pos: -0.5,-8.5 + parent: 14592 + - uid: 29615 components: - type: Transform - pos: -0.5,7.5 - parent: 30892 - - uid: 31228 + rot: 1.5707963267948966 rad + pos: 53.5,-46.5 + parent: 2 + - uid: 31307 components: - type: Transform - pos: -0.5,8.5 + rot: 1.5707963267948966 rad + pos: 8.5,0.5 parent: 30892 - - uid: 31229 + - uid: 31308 components: - type: Transform - pos: 8.5,-0.5 + pos: 7.5,0.5 parent: 30892 - - uid: 31231 + - uid: 32829 components: - type: Transform - pos: 7.5,-0.5 - parent: 30892 - - uid: 31425 + rot: -1.5707963267948966 rad + pos: -13.5,-6.5 + parent: 14592 + - uid: 36823 components: - type: Transform - pos: -1.5,1.5 - parent: 31348 - - uid: 31426 + rot: -1.5707963267948966 rad + pos: 21.5,73.5 + parent: 2 + - uid: 36824 components: - type: Transform - pos: -0.5,1.5 - parent: 31348 - - uid: 31427 + rot: 1.5707963267948966 rad + pos: 19.5,73.5 + parent: 2 + - uid: 37250 components: - type: Transform - pos: 0.5,1.5 - parent: 31348 - - uid: 31428 + pos: 25.5,42.5 + parent: 36907 + - uid: 37251 components: - type: Transform - pos: 1.5,1.5 - parent: 31348 - - uid: 31429 + rot: 3.141592653589793 rad + pos: 25.5,40.5 + parent: 36907 + - uid: 42961 components: - type: Transform - pos: 0.5,1.5 - parent: 31348 - - uid: 31430 + pos: 8.5,-63.5 + parent: 2 + - uid: 42962 components: - type: Transform - pos: 0.5,2.5 - parent: 31348 - - uid: 31431 + rot: 3.141592653589793 rad + pos: 8.5,-65.5 + parent: 2 +- proto: CheapLighter + entities: + - uid: 6857 components: - type: Transform - pos: 0.5,3.5 - parent: 31348 - - uid: 31432 + rot: 3.141592653589793 rad + pos: 31.337814,-34.45202 + parent: 2 + - uid: 8058 components: - type: Transform - pos: 0.5,4.5 - parent: 31348 - - uid: 31433 + pos: -30.703379,33.444912 + parent: 2 +- proto: CheapRollerBed + entities: + - uid: 1375 components: - type: Transform - pos: -1.5,2.5 - parent: 31348 - - uid: 31434 + pos: 36.49067,-12.311466 + parent: 2 + - uid: 2866 components: - type: Transform - pos: -1.5,3.5 - parent: 31348 - - uid: 31435 + pos: 40.496143,-13.264591 + parent: 2 + - uid: 13017 components: - type: Transform - pos: -1.5,3.5 - parent: 31348 - - uid: 31436 + pos: 35.487152,9.799898 + parent: 2 +- proto: CheapRollerBedSpawnFolded + entities: + - uid: 6712 components: - type: Transform - pos: -0.5,3.5 - parent: 31348 - - uid: 31437 + pos: 44.279392,-16.092716 + parent: 2 + - uid: 11477 components: - type: Transform - pos: 0.5,3.5 - parent: 31348 - - uid: 31438 + pos: 44.607517,-16.280216 + parent: 2 +- proto: CheckerBoard + entities: + - uid: 10459 components: - type: Transform - pos: 1.5,3.5 - parent: 31348 - - uid: 31439 + rot: 1.5707963267948966 rad + pos: -31.510332,20.511288 + parent: 2 +- proto: chem_master + entities: + - uid: 5244 components: - type: Transform - pos: 2.5,3.5 - parent: 31348 - - uid: 31440 + pos: -41.5,-24.5 + parent: 2 + - uid: 6233 components: + - type: MetaData + desc: Барный манипулятор напитков + name: БарМастер 5000 - type: Transform - pos: 2.5,2.5 - parent: 31348 - - uid: 31441 + pos: -0.5,69.5 + parent: 2 + - type: ChemMaster + pillDosageLimit: 1 + - uid: 6770 components: - type: Transform - pos: 0.5,0.5 - parent: 31348 - - uid: 31442 + pos: 24.5,-39.5 + parent: 2 + - uid: 6777 components: - type: Transform - pos: 0.5,-0.5 - parent: 31348 - - uid: 31443 + pos: 19.5,-30.5 + parent: 2 + - uid: 6781 components: - type: Transform - pos: 0.5,-1.5 - parent: 31348 - - uid: 31444 + pos: 24.5,-35.5 + parent: 2 +- proto: ChemBag + entities: + - uid: 5269 components: - type: Transform - pos: -0.5,-1.5 - parent: 31348 - - uid: 31445 + pos: -37.26603,-29.357903 + parent: 2 + - uid: 43209 components: - type: Transform - pos: -1.5,-1.5 - parent: 31348 - - uid: 31446 + pos: 24.767805,-36.773174 + parent: 2 + - uid: 43210 components: - type: Transform - pos: 1.5,-1.5 - parent: 31348 - - uid: 31447 + pos: 24.41364,-36.648087 + parent: 2 +- proto: ChemDispenser + entities: + - uid: 6778 components: - type: Transform - pos: 2.5,-1.5 - parent: 31348 - - uid: 31448 + pos: 19.5,-31.5 + parent: 2 + - uid: 6779 components: - type: Transform - pos: 2.5,-0.5 - parent: 31348 - - uid: 31449 + pos: 24.5,-34.5 + parent: 2 + - uid: 6780 components: - type: Transform - pos: -1.5,-0.5 - parent: 31348 - - uid: 31454 + pos: 23.5,-39.5 + parent: 2 +- proto: ChemicalPayload + entities: + - uid: 5131 components: - type: Transform - pos: -71.5,4.5 + pos: -20.688427,-36.56475 parent: 2 - - uid: 31455 + - uid: 5132 components: - type: Transform - pos: -72.5,4.5 + pos: -20.57124,-36.2835 parent: 2 - - uid: 31456 + - uid: 5133 components: - type: Transform - pos: -73.5,4.5 + pos: -20.266552,-36.517876 parent: 2 - - uid: 31457 + - uid: 5257 components: - type: Transform - pos: -71.5,5.5 + pos: -37.48618,-24.257744 parent: 2 - - uid: 31849 + - uid: 5258 components: - type: Transform - pos: 45.5,-33.5 + pos: -37.22934,-24.33113 parent: 2 - - uid: 32974 + - uid: 5259 components: - type: Transform - pos: 62.5,-37.5 + pos: -37.57791,-24.698046 parent: 2 - - uid: 33006 + - uid: 6817 components: - type: Transform - pos: 2.5,1.5 - parent: 32914 - - uid: 33007 + pos: 19.26527,-38.24159 + parent: 2 + - uid: 6818 components: - type: Transform - pos: 3.5,1.5 - parent: 32914 - - uid: 33008 + pos: 19.503765,-38.003094 + parent: 2 + - uid: 6819 components: - type: Transform - pos: 3.5,1.5 - parent: 32914 - - uid: 33009 + pos: 19.26527,-38.24159 + parent: 2 + - uid: 6820 components: - type: Transform - pos: 3.5,2.5 - parent: 32914 - - uid: 33010 + pos: 19.503765,-38.003094 + parent: 2 +- proto: ChemistryEmptyBottle01 + entities: + - uid: 11243 components: - type: Transform - pos: 3.5,3.5 - parent: 32914 - - uid: 33011 + pos: 28.793772,-62.33819 + parent: 2 + - uid: 11244 components: - type: Transform - pos: 2.5,1.5 - parent: 32914 - - uid: 33012 + pos: 28.856272,-62.18194 + parent: 2 + - uid: 11245 components: - type: Transform - pos: 2.5,0.5 - parent: 32914 - - uid: 33013 + pos: 34.83336,-57.532608 + parent: 2 + - uid: 11246 components: - type: Transform - pos: 2.5,-0.5 - parent: 32914 - - uid: 33014 + pos: 14.608128,-60.207542 + parent: 2 + - uid: 11247 components: - type: Transform - pos: 1.5,-0.5 - parent: 32914 - - uid: 33015 + pos: 14.764378,-60.363792 + parent: 2 +- proto: ChemistryEmptyBottle02 + entities: + - uid: 11527 components: - type: Transform - pos: 2.5,-0.5 - parent: 32914 - - uid: 33016 + pos: 56.523537,-34.348644 + parent: 2 + - uid: 11528 components: - type: Transform - pos: 3.5,-0.5 - parent: 32914 - - uid: 33017 + pos: 56.78916,-34.223644 + parent: 2 + - uid: 34242 components: - type: Transform - pos: 4.5,-0.5 - parent: 32914 - - uid: 33018 + pos: -68.201294,-2.4797425 + parent: 2 + - uid: 34243 components: - type: Transform - pos: 5.5,-0.5 - parent: 32914 - - uid: 33019 + rot: -1.5707963267948966 rad + pos: -60.52491,-7.313484 + parent: 2 + - uid: 34247 components: - type: Transform - pos: 1.5,-0.5 - parent: 32914 - - uid: 33020 + pos: -55.273216,-25.588749 + parent: 2 + - uid: 34286 components: - type: Transform - pos: 2.5,1.5 - parent: 32914 - - uid: 33021 + pos: -59.508434,-26.235025 + parent: 2 + - uid: 34287 components: - type: Transform - pos: 1.5,1.5 - parent: 32914 - - uid: 33022 + pos: -59.83656,-26.56315 + parent: 2 +- proto: ChemistryEmptyBottle03 + entities: + - uid: 9466 components: - type: Transform - pos: 4.5,1.5 - parent: 32914 - - uid: 33023 + rot: -1.5707963267948966 rad + pos: -48.21949,11.966724 + parent: 2 + - uid: 11529 components: - type: Transform - pos: 5.5,1.5 - parent: 32914 - - uid: 33024 + pos: 57.279346,-25.453175 + parent: 2 + - uid: 11530 components: - type: Transform - pos: 5.5,-1.5 - parent: 32914 - - uid: 33025 + pos: 60.377674,-25.25005 + parent: 2 + - uid: 11531 components: - type: Transform - pos: 1.5,-1.5 - parent: 32914 - - uid: 33026 + rot: -1.5707963267948966 rad + pos: 60.658924,-25.4688 + parent: 2 + - uid: 34285 components: - type: Transform - pos: 3.5,-1.5 - parent: 32914 - - uid: 33027 + pos: -62.227184,-27.9069 + parent: 2 +- proto: ChemistryEmptyBottle04 + entities: + - uid: 8952 components: + - type: MetaData + name: бутылочка (снотворное) - type: Transform - pos: 3.5,-2.5 - parent: 32914 - - uid: 33028 + parent: 8926 + - type: Tag + tags: + - Bottle + - type: SolutionContainerManager + solutions: + drink: + temperature: 293.15 + canMix: True + canReact: True + maxVol: 30 + name: null + reagents: + - data: null + ReagentId: ChloralHydrate + Quantity: 30 + - type: Physics + canCollide: False + - uid: 34245 components: - type: Transform - pos: 3.5,-3.5 - parent: 32914 - - uid: 33029 + pos: -55.273216,-25.166874 + parent: 2 + - uid: 34246 components: - type: Transform - pos: 5.5,0.5 - parent: 32914 - - uid: 33030 + pos: -55.460716,-25.416874 + parent: 2 + - uid: 34288 components: - type: Transform - pos: 0.5,-0.5 - parent: 32914 - - uid: 33247 + pos: -59.102184,-27.141275 + parent: 2 + - uid: 34289 components: - type: Transform - pos: -2.5,30.5 + pos: -59.02406,-27.578775 parent: 2 - - uid: 33248 +- proto: ChemistryHotplate + entities: + - uid: 6807 components: - type: Transform - pos: -3.5,31.5 + pos: 20.5,-39.5 parent: 2 - - uid: 33249 + - uid: 6808 components: - type: Transform - pos: -3.5,32.5 + pos: 19.5,-39.5 parent: 2 - - uid: 33250 + - uid: 10999 components: - type: Transform - pos: -3.5,33.5 + pos: 58.5,-32.5 parent: 2 - - uid: 33251 + - uid: 11000 components: - type: Transform - pos: -2.5,31.5 + pos: 58.5,-33.5 parent: 2 - - uid: 33388 + - type: ItemPlacer + placedEntities: + - 9390 + - type: PlaceableSurface + isPlaceable: False +- proto: ChemMasterMachineCircuitboard + entities: + - uid: 7877 components: - type: Transform - pos: -62.5,25.5 + pos: -40.482414,8.554195 parent: 2 - - uid: 33389 +- proto: ChessBoard + entities: + - uid: 10092 components: - type: Transform - pos: -62.5,24.5 + rot: 3.141592653589793 rad + pos: 25.413076,69.56931 parent: 2 - - uid: 33390 + - uid: 11817 components: - type: Transform - pos: -62.5,23.5 + rot: 1.5707963267948966 rad + pos: 45.520115,-51.440056 parent: 2 - - uid: 33391 + - uid: 13545 components: - type: Transform - pos: -62.5,22.5 + pos: 2.175203,59.706837 parent: 2 - - uid: 33399 + - uid: 13709 components: - type: Transform - pos: -63.5,25.5 + rot: 1.5707963267948966 rad + pos: -27.496532,-24.419907 parent: 2 - - uid: 33400 + - uid: 14155 components: - type: Transform - pos: -64.5,25.5 + rot: -1.5707963267948966 rad + pos: -34.519836,3.5841439 parent: 2 - - uid: 33401 +- proto: ChurchOrganInstrument + entities: + - uid: 8830 components: - type: Transform - pos: -65.5,25.5 + rot: 1.5707963267948966 rad + pos: 63.5,-12.5 parent: 2 - - uid: 33757 +- proto: Cigar + entities: + - uid: 36432 components: - type: Transform - pos: 6.5,-3.5 + rot: 3.141592653589793 rad + pos: 33.630512,-70.49392 parent: 2 - - uid: 33758 + - uid: 42974 components: - type: Transform - pos: 6.5,-4.5 + pos: 0.50205183,-68.26757 parent: 2 - - uid: 33759 +- proto: CigarCase + entities: + - uid: 7480 components: - type: Transform - pos: 6.5,-5.5 + pos: 4.9013476,-36.238068 parent: 2 - - uid: 33760 + - uid: 13542 components: - type: Transform - pos: 5.5,-5.5 + rot: -1.5707963267948966 rad + pos: 1.6127031,60.488087 parent: 2 - - uid: 33761 +- proto: Cigarette + entities: + - uid: 5347 components: - type: Transform - pos: 4.5,-5.5 + pos: -28.474863,-55.422474 parent: 2 - - uid: 33762 + - uid: 6855 components: - type: Transform - pos: 3.5,-5.5 + pos: 31.00969,-34.280144 parent: 2 - - uid: 33763 + - uid: 6856 components: - type: Transform - pos: 2.5,-5.5 + pos: 31.181564,-34.17077 parent: 2 - - uid: 33764 + - uid: 8201 components: - type: Transform - pos: 1.5,-5.5 + pos: -43.69543,37.73823 parent: 2 - - uid: 33765 + - uid: 14154 components: - type: Transform - pos: 0.5,-5.5 + pos: -7.5708175,20.854301 parent: 2 - - uid: 33766 +- proto: CigaretteFilter + entities: + - uid: 11554 components: - type: Transform - pos: -0.5,-5.5 + pos: 60.111626,-28.190987 parent: 2 - - uid: 33767 +- proto: CigaretteSpent + entities: + - uid: 13771 components: - type: Transform - pos: -1.5,-5.5 + rot: 3.141592653589793 rad + pos: -31.224863,-58.087387 parent: 2 - - uid: 33768 + - uid: 14069 components: - type: Transform - pos: -2.5,-5.5 + pos: -27.137915,1.1468921 parent: 2 - - uid: 33769 +- proto: CigaretteSyndicate + entities: + - uid: 11557 components: - type: Transform - pos: -3.5,-5.5 + pos: 58.333904,-32.075245 parent: 2 - - uid: 33770 + - uid: 11558 components: - type: Transform - pos: -4.5,-5.5 + pos: 59.333904,-28.481495 parent: 2 - - uid: 33771 + - uid: 14153 components: - type: Transform - pos: -5.5,-5.5 + pos: -7.6801925,20.979301 parent: 2 - - uid: 33772 + - uid: 32120 components: - type: Transform - pos: -6.5,-5.5 + pos: -32.400024,12.692311 parent: 2 - - uid: 33773 +- proto: CigarGold + entities: + - uid: 3616 components: - type: Transform - pos: -7.5,-5.5 + pos: 77.34437,42.73657 parent: 2 - - uid: 33774 + - uid: 6161 components: - type: Transform - pos: -8.5,-5.5 + pos: 5.368818,-36.375793 parent: 2 - - uid: 33775 + - uid: 6162 components: - type: Transform - pos: -9.5,-5.5 + pos: 5.4972386,-36.375793 parent: 2 - - uid: 33776 + - uid: 6163 components: - type: Transform - pos: -10.5,-5.5 + pos: 5.6256604,-36.357445 parent: 2 - - uid: 33777 + - uid: 8541 components: - type: Transform - pos: -11.5,-5.5 + pos: 4.3987875,33.014664 parent: 2 - - uid: 33778 + - uid: 27695 components: - type: Transform - pos: -12.5,-5.5 + pos: 72.76552,-13.617206 parent: 2 - - uid: 33779 + - uid: 27696 components: - type: Transform - pos: -13.5,-5.5 + pos: 72.76552,-13.507831 parent: 2 - - uid: 33780 + - uid: 27698 components: - type: Transform - pos: -14.5,-5.5 + pos: 72.76552,-13.335956 parent: 2 - - uid: 33781 + - uid: 35041 components: - type: Transform - pos: -15.5,-5.5 + pos: 71.63582,28.40876 parent: 2 - - uid: 33782 + - uid: 35042 components: - type: Transform - pos: -16.5,-5.5 + pos: 71.76082,28.455635 parent: 2 - - uid: 33783 + - uid: 35193 components: - type: Transform - pos: -17.5,-5.5 + pos: 77.34437,42.569283 parent: 2 - - uid: 33784 + - uid: 43174 components: - type: Transform - pos: -18.5,-5.5 + pos: -70.65817,1.5028677 parent: 2 - - uid: 33785 + - uid: 43175 components: - type: Transform - pos: -19.5,-5.5 + pos: -70.49151,1.5237157 parent: 2 - - uid: 33786 + - uid: 43176 components: - type: Transform - pos: -20.5,-4.5 + pos: -70.31442,1.5549874 parent: 2 - - uid: 33787 +- proto: CigarGoldCase + entities: + - uid: 8539 components: - type: Transform - pos: -21.5,-5.5 + pos: 4.3562346,33.65296 parent: 2 - - uid: 33788 + - uid: 8979 components: - type: Transform - pos: -22.5,-5.5 + pos: 37.35215,-46.361027 parent: 2 - - uid: 33789 + - uid: 9473 components: - type: Transform - pos: -23.5,-5.5 + pos: 41.30889,51.607018 parent: 2 - - uid: 33790 +- proto: CigarGoldSpent + entities: + - uid: 8540 components: - type: Transform - pos: -24.5,-5.5 + pos: 4.69666,32.993385 parent: 2 - - uid: 33791 + - uid: 9472 components: - type: Transform - pos: -25.5,-5.5 + pos: 41.71514,51.294518 parent: 2 - - uid: 33792 + - uid: 27700 components: - type: Transform - pos: -26.5,-5.5 + pos: 72.31239,-13.132831 parent: 2 - - uid: 33793 +- proto: CigarSpent + entities: + - uid: 13200 components: - type: Transform - pos: -27.5,-5.5 + rot: -1.5707963267948966 rad + pos: 15.588345,19.949778 parent: 2 - - uid: 33794 + - uid: 13201 components: - type: Transform - pos: -28.5,-5.5 + rot: -1.5707963267948966 rad + pos: 19.333326,13.844433 parent: 2 - - uid: 33795 + - uid: 13202 components: - type: Transform - pos: -29.5,-5.5 + rot: -1.5707963267948966 rad + pos: 42.667194,10.306165 parent: 2 - - uid: 33796 + - uid: 13747 components: - type: Transform - pos: -21.5,-4.5 + pos: -30.787363,-60.368637 parent: 2 - - uid: 33797 + - uid: 13769 components: - type: Transform - pos: -19.5,-4.5 + pos: -30.365488,-53.266224 parent: 2 - - uid: 33802 + - uid: 14068 components: - type: Transform - pos: 7.5,-5.5 + pos: -28.612368,0.51884913 parent: 2 - - uid: 33803 + - uid: 36433 components: - type: Transform - pos: 8.5,-5.5 + rot: 1.5707963267948966 rad + pos: 35.50672,-69.43057 parent: 2 - - uid: 33804 +- proto: CigPackBlack + entities: + - uid: 8057 components: - type: Transform - pos: 9.5,-5.5 + pos: -30.406504,33.741787 parent: 2 - - uid: 33805 + - uid: 11352 components: - type: Transform - pos: 10.5,-5.5 + pos: 31.571526,48.634026 parent: 2 - - uid: 33806 +- proto: CigPackBlue + entities: + - uid: 14063 components: - type: Transform - pos: 11.5,-5.5 + pos: -27.334927,0.6795559 parent: 2 - - uid: 33807 +- proto: CigPackGreen + entities: + - uid: 8202 components: - type: Transform - pos: 12.5,-5.5 + pos: -47.773556,35.753857 parent: 2 - - uid: 33808 +- proto: CigPackRed + entities: + - uid: 8203 components: - type: Transform - pos: 13.5,-5.5 + pos: -47.88293,35.55073 parent: 2 - - uid: 33809 + - uid: 12328 components: + - type: MetaData + name: Мистр пачка сигарет - type: Transform - pos: 14.5,-5.5 + pos: -53.337753,15.464549 parent: 2 - - uid: 33810 +- proto: CircuitImprinter + entities: + - uid: 5173 components: - type: Transform - pos: 15.5,-5.5 + pos: -28.5,-33.5 parent: 2 - - uid: 33811 +- proto: CleanerDispenser + entities: + - uid: 43267 components: - type: Transform - pos: 16.5,-5.5 + pos: 59.5,14.5 parent: 2 - - uid: 33812 + - uid: 43268 components: - type: Transform - pos: 17.5,-5.5 + pos: -33.5,10.5 parent: 2 - - uid: 33813 + - uid: 43271 components: - type: Transform - pos: 18.5,-5.5 + pos: -32.5,-47.5 parent: 2 - - uid: 33814 +- proto: CloningConsoleComputerCircuitboard + entities: + - uid: 37252 components: - type: Transform - pos: 19.5,-5.5 - parent: 2 - - uid: 33815 + pos: 28.540487,21.44508 + parent: 36907 +- proto: CloningPodMachineCircuitboard + entities: + - uid: 23242 components: - type: Transform - pos: 20.5,-5.5 + pos: 36.50095,12.467041 parent: 2 - - uid: 33816 + - uid: 37253 components: - type: Transform - pos: 21.5,-5.5 + pos: 50.473854,21.455332 + parent: 36907 +- proto: ClosetBombFilled + entities: + - uid: 3634 + components: + - type: Transform + pos: 63.5,31.5 parent: 2 - - uid: 33817 + - uid: 5126 components: - type: Transform - pos: 22.5,-5.5 + pos: -15.5,-33.5 parent: 2 - - uid: 33818 + - uid: 5225 components: - type: Transform - pos: 23.5,-5.5 + pos: -26.5,-14.5 parent: 2 - - uid: 33819 + - uid: 6065 components: - type: Transform - pos: 24.5,-5.5 + pos: 62.5,31.5 parent: 2 - - uid: 33820 +- proto: ClosetChefFilled + entities: + - uid: 13499 components: - type: Transform - pos: 25.5,-5.5 + pos: -6.5,69.5 parent: 2 - - uid: 33827 +- proto: ClosetEmergencyFilledRandom + entities: + - uid: 2179 components: - type: Transform - pos: 26.5,-6.5 + pos: 8.5,-88.5 parent: 2 - - uid: 33828 + - uid: 7431 components: - type: Transform - pos: 26.5,-5.5 + pos: -2.5,-32.5 parent: 2 - - uid: 33829 + - uid: 8590 components: - type: Transform - pos: 26.5,-7.5 + pos: -41.5,51.5 parent: 2 - - uid: 33830 + - uid: 8764 components: - type: Transform - pos: 28.5,-6.5 + pos: 35.5,-39.5 parent: 2 - - uid: 33832 + - uid: 9415 components: - type: Transform - pos: 27.5,-6.5 + pos: -22.5,52.5 parent: 2 - - uid: 33838 + - uid: 10635 components: - type: Transform - pos: 23.5,-8.5 + pos: -9.5,-88.5 parent: 2 - - uid: 33839 + - uid: 10670 components: - type: Transform - pos: 23.5,-7.5 + pos: -10.5,-79.5 parent: 2 - - uid: 33840 + - uid: 10706 components: - type: Transform - pos: 23.5,-6.5 + pos: 7.5,-79.5 parent: 2 - - uid: 33847 + - uid: 10937 components: - type: Transform - pos: 23.5,-9.5 + pos: 24.5,-63.5 parent: 2 - - uid: 33989 + - uid: 11726 components: - type: Transform - pos: -53.5,-13.5 + pos: -65.5,-15.5 parent: 2 - - uid: 33990 + - uid: 12931 components: - type: Transform - pos: -52.5,-13.5 + pos: 11.5,28.5 parent: 2 - - uid: 33991 + - uid: 12932 components: - type: Transform - pos: -51.5,-13.5 + pos: 28.5,8.5 parent: 2 - - uid: 34122 + - uid: 13387 components: - type: Transform - pos: -4.5,14.5 + pos: -56.5,17.5 parent: 2 - - uid: 34398 + - uid: 13548 components: - type: Transform - pos: -62.5,-16.5 + pos: -47.5,-36.5 parent: 2 - - uid: 34399 + - uid: 13549 components: - type: Transform - pos: -61.5,-16.5 + pos: -46.5,-36.5 parent: 2 - - uid: 34400 + - uid: 13891 components: - type: Transform - pos: -60.5,-16.5 + pos: 72.5,-6.5 parent: 2 - - uid: 34401 + - uid: 14376 components: - type: Transform - pos: -60.5,-16.5 + pos: -6.5,47.5 parent: 2 - - uid: 34402 + - uid: 14388 components: - type: Transform - pos: -60.5,-17.5 + pos: 15.5,58.5 parent: 2 - - uid: 34406 + - uid: 14542 components: - type: Transform - pos: -64.5,-21.5 + pos: -13.5,-38.5 parent: 2 - - uid: 34407 + - uid: 14731 components: - type: Transform - pos: -63.5,-21.5 + pos: -12.5,-52.5 parent: 2 - - uid: 34408 + - uid: 26092 components: - type: Transform - pos: -62.5,-21.5 + pos: -10.5,54.5 parent: 2 - - uid: 34409 + - uid: 26594 components: - type: Transform - pos: -61.5,-21.5 + pos: -49.5,-21.5 parent: 2 - - uid: 34410 + - uid: 27515 components: - type: Transform - pos: -61.5,-20.5 + pos: 14.5,53.5 parent: 2 - - uid: 34411 + - uid: 27517 components: - type: Transform - pos: -61.5,-19.5 + pos: 26.5,49.5 parent: 2 - - uid: 34412 + - uid: 27518 components: - type: Transform - pos: -61.5,-18.5 + pos: 35.5,27.5 parent: 2 - - uid: 34413 + - uid: 27519 components: - type: Transform - pos: -60.5,-18.5 + pos: 49.5,16.5 parent: 2 - - uid: 34414 + - uid: 27520 components: - type: Transform - pos: -60.5,-15.5 + pos: 54.5,-7.5 parent: 2 - - uid: 34415 + - uid: 27521 components: - type: Transform - pos: -60.5,-14.5 + pos: 47.5,-28.5 parent: 2 - - uid: 34416 + - uid: 27528 components: - type: Transform - pos: -60.5,-13.5 + pos: 23.5,-45.5 parent: 2 - - uid: 34417 + - uid: 27529 components: - type: Transform - pos: -60.5,-12.5 + pos: 29.5,-48.5 parent: 2 - - uid: 34418 + - uid: 27530 components: - type: Transform - pos: -59.5,-12.5 + pos: -32.5,-42.5 parent: 2 - - uid: 34419 + - uid: 27543 components: - type: Transform - pos: -59.5,-11.5 + pos: -50.5,7.5 parent: 2 - - uid: 34420 + - uid: 27545 components: - type: Transform - pos: -59.5,-10.5 + pos: -36.5,28.5 parent: 2 - - uid: 34421 + - uid: 27633 components: - type: Transform - pos: -59.5,-9.5 + pos: 69.5,-19.5 parent: 2 - - uid: 34422 + - uid: 30736 components: - type: Transform - pos: -59.5,-8.5 + pos: -59.5,70.5 parent: 2 - - uid: 34423 + - uid: 30737 components: - type: Transform - pos: -59.5,-7.5 + pos: -74.5,58.5 parent: 2 - - uid: 34424 + - uid: 30867 components: - type: Transform - pos: -59.5,-6.5 + pos: 5.5,-2.5 parent: 2 - - uid: 34425 + - uid: 31198 components: - type: Transform - pos: -60.5,-8.5 + pos: 50.5,-12.5 parent: 2 - - uid: 34426 + - uid: 31555 components: - type: Transform - pos: -61.5,-8.5 + pos: 29.5,38.5 parent: 2 - - uid: 34427 + - uid: 31566 components: - type: Transform - pos: -62.5,-8.5 + pos: -40.5,35.5 parent: 2 - - uid: 34428 + - uid: 31572 components: - type: Transform - pos: -63.5,-8.5 + pos: -37.5,-33.5 parent: 2 - - uid: 34429 + - uid: 31580 components: - type: Transform - pos: -64.5,-8.5 + pos: -25.5,-44.5 parent: 2 - - uid: 34430 + - uid: 33678 components: - type: Transform - pos: -65.5,-8.5 + pos: -37.5,-10.5 parent: 2 - - uid: 34431 + - uid: 35675 components: - type: Transform - pos: -65.5,-7.5 + pos: -30.5,62.5 parent: 2 - - uid: 34432 + - uid: 36133 components: - type: Transform - pos: -65.5,-6.5 + pos: -83.5,69.5 parent: 2 - - uid: 34433 +- proto: ClosetFireFilled + entities: + - uid: 6129 components: - type: Transform - pos: -65.5,-4.5 + pos: 72.5,-7.5 parent: 2 - - uid: 34434 + - uid: 7432 components: - type: Transform - pos: -65.5,-3.5 + pos: 3.5,-32.5 parent: 2 - - uid: 34435 + - uid: 9382 components: - type: Transform - pos: -66.5,-3.5 + pos: 50.5,-11.5 parent: 2 - - uid: 34436 + - uid: 9471 components: - type: Transform - pos: -65.5,-5.5 + pos: -22.5,51.5 parent: 2 - - uid: 34437 + - uid: 10349 components: - type: Transform - pos: -66.5,-2.5 + pos: 11.5,-79.5 parent: 2 - - uid: 34438 + - uid: 10423 components: - type: Transform - pos: -66.5,-1.5 + pos: -44.5,-7.5 parent: 2 - - uid: 34439 + - uid: 10707 components: - type: Transform - pos: -66.5,-0.5 + pos: -6.5,-79.5 parent: 2 - - uid: 34440 + - uid: 10928 components: - type: Transform - pos: -64.5,-3.5 + pos: 25.5,-63.5 parent: 2 - - uid: 34441 + - uid: 11409 components: - type: Transform - pos: -63.5,-3.5 + pos: 56.5,-39.5 parent: 2 - - uid: 34442 + - uid: 12930 components: - type: Transform - pos: -62.5,-3.5 + pos: 11.5,29.5 parent: 2 - - uid: 34443 + - uid: 12933 components: - type: Transform - pos: -62.5,-2.5 + pos: 28.5,9.5 parent: 2 - - uid: 34444 + - uid: 13301 components: - type: Transform - pos: -62.5,-1.5 + pos: -22.5,15.5 parent: 2 - - uid: 34445 + - uid: 13388 components: - type: Transform - pos: -61.5,-1.5 + pos: -56.5,18.5 parent: 2 - - uid: 34446 + - uid: 13550 components: - type: Transform - pos: -61.5,-0.5 + pos: -53.5,-37.5 parent: 2 - - uid: 34447 + - uid: 14392 components: - type: Transform - pos: -61.5,0.5 + pos: 15.5,57.5 parent: 2 - - uid: 34448 + - uid: 14543 components: - type: Transform - pos: -61.5,1.5 + pos: -13.5,-37.5 parent: 2 - - uid: 34449 + - uid: 14747 components: - type: Transform - pos: -54.5,4.5 + pos: -13.5,-52.5 parent: 2 - - uid: 34450 + - uid: 26636 components: - type: Transform - pos: -55.5,4.5 + pos: -9.5,54.5 parent: 2 - - uid: 34451 + - uid: 27531 components: - type: Transform - pos: -56.5,4.5 + pos: -31.5,-42.5 parent: 2 - - uid: 34452 + - uid: 27532 components: - type: Transform - pos: -56.5,3.5 + pos: 13.5,53.5 parent: 2 - - uid: 34453 + - uid: 27533 components: - type: Transform - pos: -56.5,2.5 + pos: 26.5,48.5 parent: 2 - - uid: 34454 + - uid: 27534 components: - type: Transform - pos: -56.5,1.5 + pos: 36.5,27.5 parent: 2 - - uid: 34455 + - uid: 27535 components: - type: Transform - pos: -56.5,0.5 + pos: 49.5,17.5 parent: 2 - - uid: 34456 + - uid: 27537 components: - type: Transform - pos: -56.5,-0.5 + pos: 47.5,-27.5 parent: 2 - - uid: 34457 + - uid: 27541 components: - type: Transform - pos: -56.5,-1.5 + pos: 24.5,-45.5 parent: 2 - - uid: 34458 + - uid: 27544 components: - type: Transform - pos: -56.5,-2.5 + pos: -50.5,8.5 parent: 2 - - uid: 34459 + - uid: 27546 components: - type: Transform - pos: -57.5,-1.5 + pos: -37.5,28.5 parent: 2 - - uid: 34460 + - uid: 27685 components: - type: Transform - pos: -55.5,5.5 + pos: 57.5,-43.5 parent: 2 - - uid: 34461 + - uid: 30870 components: - type: Transform - pos: -55.5,6.5 + pos: 4.5,-2.5 parent: 2 - - uid: 34462 + - uid: 31553 components: - type: Transform - pos: -55.5,7.5 + pos: 28.5,38.5 parent: 2 - - uid: 34463 + - uid: 31554 components: - type: Transform - pos: -55.5,8.5 + pos: 35.5,-40.5 parent: 2 - - uid: 34464 + - uid: 31565 components: - type: Transform - pos: -56.5,-3.5 + pos: -40.5,36.5 parent: 2 - - uid: 34465 + - uid: 31573 components: - type: Transform - pos: -56.5,-4.5 + pos: -41.5,-33.5 parent: 2 - - uid: 34466 + - uid: 31574 components: - type: Transform - pos: -56.5,-5.5 + pos: 28.5,-48.5 parent: 2 - - uid: 34467 + - uid: 31578 components: - type: Transform - pos: -56.5,-6.5 + pos: -26.5,-44.5 parent: 2 - - uid: 34468 + - uid: 34102 components: - type: Transform - pos: -56.5,-7.5 + pos: -46.5,-31.5 parent: 2 - - uid: 34469 + - uid: 36126 components: - type: Transform - pos: -56.5,-8.5 + pos: -82.5,56.5 parent: 2 - - uid: 34470 +- proto: ClosetJanitorFilled + entities: + - uid: 8747 components: - type: Transform - pos: -56.5,-9.5 + pos: 60.5,12.5 parent: 2 - - uid: 34471 + - 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: + - 8748 + - 8749 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: ClosetL3ScienceFilled + entities: + - uid: 34265 components: - type: Transform - pos: -55.5,-9.5 + pos: -56.5,-24.5 parent: 2 - - uid: 34472 + - uid: 34266 components: - type: Transform - pos: -55.5,-10.5 + pos: -55.5,-5.5 parent: 2 - - uid: 34473 +- proto: ClosetL3SecurityFilled + entities: + - uid: 3633 components: - type: Transform - pos: -55.5,-11.5 + pos: 64.5,31.5 parent: 2 - - uid: 34474 + - uid: 3826 components: - type: Transform - pos: -47.5,-28.5 + pos: 65.5,31.5 parent: 2 - - uid: 34475 +- proto: ClosetL3VirologyFilled + entities: + - uid: 15773 components: - type: Transform - pos: -48.5,-28.5 + pos: 38.5,-0.5 parent: 2 - - uid: 34476 + - uid: 18339 components: - type: Transform - pos: -48.5,-29.5 + pos: 36.5,-0.5 parent: 2 - - uid: 34477 +- proto: ClosetMaintenanceFilledRandom + entities: + - uid: 4484 components: - type: Transform - pos: -48.5,-30.5 + pos: -37.5,42.5 parent: 2 - - uid: 34478 + - uid: 5294 components: - type: Transform - pos: -48.5,-31.5 + pos: -19.5,-12.5 parent: 2 - - uid: 34479 + - uid: 10938 components: - type: Transform - pos: -49.5,-28.5 + pos: 16.5,-58.5 parent: 2 - - uid: 34480 + - uid: 10939 components: - type: Transform - pos: -50.5,-28.5 + pos: 14.5,-63.5 parent: 2 - - uid: 34481 + - uid: 10940 components: - type: Transform - pos: -51.5,-28.5 + pos: 27.5,-59.5 parent: 2 - - uid: 34482 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.1496 + 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: + - 4621 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 11410 components: - type: Transform - pos: -52.5,-28.5 + pos: 56.5,-25.5 parent: 2 - - uid: 34483 + - uid: 11433 components: - type: Transform - pos: -53.5,-28.5 + pos: 60.5,-6.5 parent: 2 - - uid: 34484 + - uid: 11517 components: - type: Transform - pos: -54.5,-28.5 + pos: 65.5,-11.5 parent: 2 - - uid: 34485 + - uid: 11706 components: - type: Transform - pos: -55.5,-28.5 + pos: -65.5,-12.5 parent: 2 - - uid: 34486 + - uid: 12940 components: - type: Transform - pos: -55.5,-27.5 + pos: 14.5,18.5 parent: 2 - - uid: 34487 + - uid: 13296 components: - type: Transform - pos: -55.5,-26.5 + pos: -21.5,15.5 parent: 2 - - uid: 34488 + - uid: 13955 components: - type: Transform - pos: -55.5,-25.5 + pos: -34.5,-49.5 parent: 2 - - uid: 34489 + - uid: 14201 components: - type: Transform - pos: -56.5,-25.5 + pos: -11.5,-61.5 parent: 2 - - uid: 34490 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.1496 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 14540 components: - type: Transform - pos: -57.5,-25.5 + pos: -13.5,-33.5 parent: 2 - - uid: 34491 + - uid: 14541 components: - type: Transform - pos: -57.5,-24.5 + pos: -13.5,-47.5 parent: 2 - - uid: 34492 + - uid: 14565 components: - type: Transform - pos: -58.5,-24.5 + pos: -19.5,-57.5 parent: 2 - - uid: 34493 + - uid: 27629 components: - type: Transform - pos: -58.5,-23.5 + pos: 69.5,-14.5 parent: 2 - - uid: 34494 + - uid: 33677 components: - type: Transform - pos: -58.5,-22.5 + pos: -37.5,-9.5 parent: 2 - - uid: 34495 + - uid: 34063 components: - type: Transform - pos: -58.5,-21.5 + pos: -61.5,-14.5 parent: 2 - - uid: 34496 + - uid: 34097 components: - type: Transform - pos: -58.5,-20.5 + pos: -57.5,-9.5 parent: 2 - - uid: 34497 + - uid: 35645 components: - type: Transform - pos: -57.5,-20.5 + pos: -30.5,64.5 parent: 2 - - uid: 34498 +- proto: ClosetRadiationSuit + entities: + - uid: 8966 components: - type: Transform - pos: -56.5,-20.5 + pos: -58.5,8.5 parent: 2 - - uid: 34499 +- proto: ClosetRadiationSuitFilled + entities: + - uid: 5127 components: - type: Transform - pos: -55.5,-20.5 + pos: -16.5,-33.5 parent: 2 - - uid: 34500 + - uid: 5220 components: - type: Transform - pos: -54.5,-20.5 + pos: -27.5,-14.5 parent: 2 - - uid: 34501 + - uid: 7404 components: - type: Transform - pos: -54.5,-19.5 + pos: -39.5,15.5 parent: 2 - - uid: 34502 + - uid: 9842 components: - type: Transform - pos: -53.5,-19.5 + pos: -54.5,12.5 parent: 2 - - uid: 34503 + - uid: 12280 components: - type: Transform - pos: -52.5,-19.5 + pos: -56.5,14.5 parent: 2 - - uid: 34504 + - uid: 12792 components: - type: Transform - pos: -55.5,-21.5 + pos: -56.5,10.5 parent: 2 - - uid: 34515 + - uid: 13363 components: - type: Transform - pos: -55.5,-13.5 + pos: -58.5,9.5 parent: 2 - - uid: 34516 + - uid: 31326 components: - type: Transform - pos: -55.5,-12.5 + pos: -60.5,-18.5 parent: 2 - - uid: 34517 +- proto: ClosetSteelBase + entities: + - uid: 11169 components: - type: Transform - pos: -55.5,-13.5 + pos: 11.5,-57.5 parent: 2 - - uid: 34518 + - uid: 27553 components: - type: Transform - pos: -55.5,-14.5 + pos: 18.5,-41.5 parent: 2 - - uid: 34519 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.1496 + 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: + - 30322 + - 30056 + - 28414 + - 28260 + - 28081 + - 27577 + - 27564 + - 27556 + - 27555 + - 27554 + - 27568 + - 27569 + - 27570 + - 27571 + - 27572 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 31568 components: - type: Transform - pos: -55.5,-15.5 + pos: -32.5,53.5 parent: 2 - - uid: 34572 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.1496 + 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: + - 33142 + - 33141 + - 33122 + - 33121 + - 33120 + - 33119 + - 31571 + - 31570 + - 31569 + - 33123 + - 33124 + - 33125 + - 33126 + - 33127 + - 33128 + - 33129 + - 33130 + - 33131 + - 33132 + - 33133 + - 33134 + - 33135 + - 33136 + - 33137 + - 33138 + - 33139 + - 33140 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 34528 components: - type: Transform - pos: 16.5,4.5 + pos: 8.5,9.5 parent: 30892 - - uid: 34597 + - uid: 34540 components: - type: Transform - pos: 15.5,4.5 + pos: 2.5,9.5 parent: 30892 - - uid: 34613 + - uid: 34608 components: - type: Transform - pos: 17.5,4.5 + pos: 5.5,9.5 parent: 30892 - - uid: 34860 +- proto: ClosetTool + entities: + - uid: 12946 components: - type: Transform - pos: 5.5,14.5 + pos: 14.5,17.5 parent: 2 - - uid: 34865 +- proto: ClosetToolFilled + entities: + - uid: 564 components: - type: Transform - pos: 3.5,17.5 + pos: -28.5,24.5 parent: 2 - - uid: 34866 + - uid: 8592 components: - type: Transform - pos: 2.5,17.5 + pos: -56.5,12.5 parent: 2 - - uid: 34867 + - uid: 11408 components: - type: Transform - pos: 1.5,17.5 + pos: 55.5,-39.5 parent: 2 - - uid: 34868 + - uid: 12281 components: - type: Transform - pos: 0.5,17.5 + pos: -52.5,20.5 parent: 2 - - uid: 34869 + - uid: 12947 components: - type: Transform - pos: 0.5,16.5 + pos: 14.5,29.5 parent: 2 - - uid: 34870 + - uid: 13365 components: - type: Transform - pos: 0.5,15.5 + pos: -58.5,12.5 parent: 2 - - uid: 34871 + - uid: 13427 components: - type: Transform - pos: 1.5,15.5 + pos: -54.5,10.5 parent: 2 - - uid: 34872 + - uid: 34192 components: - type: Transform - pos: 2.5,15.5 + pos: -85.5,61.5 parent: 2 - - uid: 34873 +- proto: ClosetWallEmergencyFilledRandom + entities: + - uid: 12487 components: - type: Transform - pos: 3.5,15.5 + pos: -46.5,-29.5 parent: 2 - - uid: 34874 + - uid: 27636 components: - type: Transform - pos: 4.5,15.5 + rot: -1.5707963267948966 rad + pos: 68.5,-24.5 parent: 2 - - uid: 34875 + - uid: 34100 components: - type: Transform - pos: 5.5,15.5 + rot: 3.141592653589793 rad + pos: -54.5,-18.5 parent: 2 - - uid: 34876 + - uid: 34101 components: - type: Transform - pos: 5.5,13.5 + rot: 1.5707963267948966 rad + pos: -56.5,-22.5 parent: 2 - - uid: 34877 + - uid: 36649 components: - type: Transform - pos: 5.5,12.5 - parent: 2 - - uid: 34878 + rot: -1.5707963267948966 rad + pos: 9.5,-0.5 + parent: 36450 + - uid: 36650 components: - type: Transform - pos: 5.5,11.5 - parent: 2 - - uid: 34879 + rot: 1.5707963267948966 rad + pos: 1.5,-0.5 + parent: 36450 +- proto: ClosetWallFireFilledRandom + entities: + - uid: 14393 components: - type: Transform - pos: -4.5,13.5 + rot: 1.5707963267948966 rad + pos: -8.5,45.5 parent: 2 - - uid: 34880 + - uid: 34103 components: - type: Transform - pos: 6.5,11.5 + rot: -1.5707963267948966 rad + pos: -57.5,-27.5 parent: 2 - - uid: 34881 + - uid: 34104 components: - type: Transform - pos: 6.5,10.5 + rot: 1.5707963267948966 rad + pos: -62.5,-18.5 parent: 2 - - uid: 34882 + - uid: 34105 components: - type: Transform - pos: 6.5,9.5 + pos: -65.5,-10.5 parent: 2 - - uid: 34883 + - uid: 34106 components: - type: Transform - pos: 6.5,8.5 + pos: -63.5,-1.5 parent: 2 - - uid: 34884 + - uid: 34107 components: - type: Transform - pos: 6.5,7.5 + rot: 1.5707963267948966 rad + pos: -60.5,2.5 parent: 2 - - uid: 34885 + - uid: 34108 components: - type: Transform - pos: 6.5,6.5 + pos: -59.5,-3.5 parent: 2 - - uid: 34886 + - uid: 34109 components: - type: Transform - pos: 6.5,5.5 + rot: -1.5707963267948966 rad + pos: -53.5,-10.5 parent: 2 - - uid: 34887 +- proto: ClosetWallMaintenanceFilledRandom + entities: + - uid: 10941 components: - type: Transform - pos: 6.5,4.5 + pos: 33.5,-57.5 parent: 2 - - uid: 34888 + - uid: 10942 components: - type: Transform - pos: 6.5,3.5 + rot: 1.5707963267948966 rad + pos: 38.5,-53.5 parent: 2 - - uid: 34889 + - uid: 11365 components: - type: Transform - pos: 6.5,2.5 + rot: -1.5707963267948966 rad + pos: 68.5,-16.5 parent: 2 - - uid: 34890 + - uid: 11494 components: - type: Transform - pos: 6.5,1.5 + pos: 57.5,-5.5 parent: 2 - - uid: 34891 + - uid: 11518 components: - type: Transform - pos: 5.5,1.5 + rot: -1.5707963267948966 rad + pos: 57.5,-34.5 parent: 2 - - uid: 34892 + - uid: 11519 components: - type: Transform - pos: -0.5,15.5 + pos: 50.5,-42.5 parent: 2 - - uid: 34893 + - uid: 12653 components: - type: Transform - pos: -1.5,15.5 + rot: -1.5707963267948966 rad + pos: -46.5,-32.5 parent: 2 - - uid: 34894 + - uid: 12938 components: - type: Transform - pos: -2.5,15.5 + pos: 13.5,37.5 parent: 2 - - uid: 34895 + - uid: 12939 components: - type: Transform - pos: -3.5,15.5 + rot: -1.5707963267948966 rad + pos: 19.5,29.5 parent: 2 - - uid: 34896 + - uid: 12941 components: - type: Transform - pos: -4.5,15.5 + pos: 22.5,14.5 parent: 2 - - uid: 34897 + - uid: 12942 components: - type: Transform - pos: -4.5,12.5 + pos: 29.5,12.5 parent: 2 - - uid: 34898 + - uid: 12943 components: - type: Transform - pos: -4.5,11.5 + rot: -1.5707963267948966 rad + pos: 45.5,14.5 parent: 2 - - uid: 34900 + - uid: 12944 components: - type: Transform - pos: -5.5,11.5 + pos: 47.5,9.5 parent: 2 - - uid: 34901 + - uid: 12945 components: - type: Transform - pos: -5.5,10.5 + pos: 36.5,9.5 parent: 2 - - uid: 34902 + - uid: 13107 components: - type: Transform - pos: -5.5,9.5 + pos: 63.5,11.5 parent: 2 - - uid: 34903 + - uid: 14372 components: - type: Transform - pos: -5.5,8.5 + rot: 1.5707963267948966 rad + pos: -8.5,37.5 parent: 2 - - uid: 34904 + - uid: 27686 components: - type: Transform - pos: -5.5,7.5 + rot: 1.5707963267948966 rad + pos: 53.5,-45.5 parent: 2 - - uid: 34905 + - uid: 27687 components: - type: Transform - pos: -5.5,6.5 + pos: 57.5,-40.5 parent: 2 - - uid: 34906 + - uid: 27688 components: - type: Transform - pos: -5.5,5.5 + rot: 1.5707963267948966 rad + pos: 68.5,-21.5 parent: 2 - - uid: 34907 + - uid: 27689 components: - type: Transform - pos: -5.5,4.5 + pos: 70.5,-9.5 parent: 2 - - uid: 34908 + - uid: 34064 components: - type: Transform - pos: -5.5,3.5 + pos: -62.5,-5.5 parent: 2 - - uid: 34909 + - uid: 34065 components: - type: Transform - pos: -5.5,2.5 + rot: 3.141592653589793 rad + pos: -57.5,0.5 parent: 2 - - uid: 34910 + - uid: 34066 components: - type: Transform - pos: -5.5,1.5 + rot: -1.5707963267948966 rad + pos: -54.5,6.5 parent: 2 - - uid: 34911 + - uid: 34067 components: - type: Transform - pos: -4.5,1.5 + rot: -1.5707963267948966 rad + pos: -54.5,-8.5 parent: 2 - - uid: 34928 + - uid: 34068 components: - type: Transform - pos: 0.5,18.5 + pos: -61.5,-15.5 parent: 2 - - uid: 34929 + - uid: 34069 components: - type: Transform - pos: 0.5,19.5 + pos: -62.5,-22.5 parent: 2 - - uid: 34930 + - uid: 34070 components: - type: Transform - pos: 0.5,20.5 + rot: -1.5707963267948966 rad + pos: -58.5,-26.5 parent: 2 - - uid: 34931 + - uid: 34071 components: - type: Transform - pos: 0.5,21.5 + pos: -51.5,-27.5 parent: 2 - - uid: 34932 + - uid: 34072 components: - type: Transform - pos: -0.5,21.5 + pos: -52.5,-23.5 parent: 2 - - uid: 34933 +- proto: ClosetWallWhite + entities: + - uid: 7128 components: - type: Transform - pos: -1.5,21.5 + rot: 1.5707963267948966 rad + pos: 42.5,-40.5 parent: 2 - - uid: 34934 + - uid: 7129 components: - type: Transform - pos: -2.5,21.5 + rot: -1.5707963267948966 rad + pos: 48.5,-40.5 parent: 2 - - uid: 35335 +- proto: ClothingBackpack + entities: + - uid: 9419 components: - type: Transform - pos: 63.5,46.5 + pos: 65.25737,-32.446358 parent: 2 - - uid: 35336 +- proto: ClothingBackpackClown + entities: + - uid: 8568 components: - type: Transform - pos: 62.5,46.5 + rot: 1.5707963267948966 rad + pos: -34.59986,55.65522 parent: 2 - - uid: 35337 +- proto: ClothingBackpackDuffel + entities: + - uid: 9502 components: - type: Transform - pos: 61.5,46.5 + pos: 18.516785,-58.378757 parent: 2 - - uid: 35338 +- proto: ClothingBackpackDuffelMilitary + entities: + - uid: 6927 components: - type: Transform - pos: 60.5,46.5 + pos: 67.58158,-28.378378 parent: 2 - - uid: 35339 +- proto: ClothingBackpackDuffelSurgeryFilled + entities: + - uid: 8868 components: - type: Transform - pos: 60.5,47.5 + pos: 48.382423,-9.461752 parent: 2 - - uid: 35340 + - uid: 9659 components: - type: Transform - pos: 60.5,48.5 + pos: -4.576182,29.764194 parent: 2 - - uid: 35341 + - uid: 12730 components: - type: Transform - pos: 60.5,49.5 + pos: 34.47875,-11.332899 parent: 2 - - uid: 35342 + - uid: 35138 components: - type: Transform - pos: 60.5,50.5 + pos: 60.650146,53.83211 parent: 2 - - uid: 35343 +- proto: ClothingBackpackSatchel + entities: + - uid: 9518 components: - type: Transform - pos: 60.5,51.5 + pos: 26.417082,-54.425804 parent: 2 - - uid: 35344 +- proto: ClothingBackpackSecurity + entities: + - uid: 12555 components: - type: Transform - pos: 60.5,50.5 + rot: 1.5707963267948966 rad + pos: 63.135468,-31.114956 parent: 2 - - uid: 35345 +- proto: ClothingBeltChampion + entities: + - uid: 5616 components: - type: Transform - pos: 59.5,50.5 + pos: 6.572978,-46.420567 parent: 2 - - uid: 35346 + - uid: 14469 components: - type: Transform - pos: 58.5,50.5 + rot: 3.141592653589793 rad + pos: -29.503923,-49.45361 parent: 2 - - uid: 35347 +- proto: ClothingBeltSalvageWebbing + entities: + - uid: 37254 components: - type: Transform - pos: 57.5,50.5 - parent: 2 - - uid: 35348 + pos: 23.485275,-6.3808594 + parent: 36907 +- proto: ClothingBeltStorageWaistbag + entities: + - uid: 9516 components: - type: Transform - pos: 56.5,50.5 + pos: 22.465042,-56.3532 parent: 2 - - uid: 35349 +- proto: ClothingBeltUtility + entities: + - uid: 5377 components: - type: Transform - pos: 60.5,52.5 + pos: -40.53473,-22.61208 parent: 2 - - uid: 35350 + - uid: 5378 components: - type: Transform - pos: 59.5,52.5 + pos: -40.956688,-22.483658 parent: 2 - - uid: 35351 +- proto: ClothingBeltUtilityEngineering + entities: + - uid: 4124 components: - type: Transform - pos: 58.5,52.5 + pos: 22.323908,36.767746 parent: 2 - - uid: 35352 + - uid: 8019 components: - type: Transform - pos: 57.5,52.5 + rot: 1.5707963267948966 rad + pos: -61.334072,31.643364 parent: 2 - - uid: 35353 + - uid: 36401 components: - type: Transform - pos: 56.5,52.5 + pos: -63.46125,75.47644 parent: 2 - - uid: 35354 +- proto: ClothingBeltUtilityFilled + entities: + - uid: 290 components: - type: Transform - pos: 56.5,53.5 + pos: -40.402534,14.881338 parent: 2 - - uid: 35355 + - uid: 558 components: - type: Transform - pos: 61.5,45.5 + pos: -40.63691,14.646963 parent: 2 - - uid: 35356 + - uid: 4920 components: - type: Transform - pos: 61.5,44.5 + pos: -16.569754,-20.50004 parent: 2 - - uid: 35357 + - uid: 5151 components: - type: Transform - pos: 61.5,43.5 + pos: -25.771175,-39.384033 parent: 2 - - uid: 35358 + - uid: 5178 components: - type: Transform - pos: 61.5,42.5 + pos: -35.628685,-31.249018 parent: 2 - - uid: 35359 + - uid: 5323 components: - type: Transform - pos: 61.5,41.5 + pos: -30.787334,-31.413319 parent: 2 - - uid: 35360 + - uid: 7971 components: - type: Transform - pos: 61.5,40.5 + pos: -44.63936,8.5006895 parent: 2 - - uid: 35361 + - uid: 7972 components: - type: Transform - pos: 61.5,39.5 + pos: -46.54561,8.5006895 parent: 2 - - uid: 35362 + - uid: 8060 components: - type: Transform - pos: 61.5,38.5 + pos: -28.422129,33.460537 parent: 2 - - uid: 35363 + - uid: 8061 components: - type: Transform - pos: 61.5,37.5 + pos: -28.594004,33.616787 parent: 2 - - uid: 35364 + - uid: 8062 components: - type: Transform - pos: 61.5,36.5 + pos: -28.781504,33.757412 parent: 2 - - uid: 35365 + - uid: 9700 components: - type: Transform - pos: 61.5,35.5 + pos: -4.4398193,31.483603 parent: 2 - - uid: 35366 + - uid: 11084 components: - type: Transform - pos: 61.5,34.5 + pos: 10.255335,-44.197735 parent: 2 - - uid: 35367 + - uid: 11085 components: - type: Transform - pos: 61.5,33.5 + pos: 10.567835,-44.26718 parent: 2 - - uid: 35368 + - uid: 11086 components: - type: Transform - pos: 61.5,32.5 + pos: 10.172003,-44.51718 parent: 2 - - uid: 35369 + - uid: 11087 components: - type: Transform - pos: 61.5,31.5 + pos: 10.540058,-44.60746 parent: 2 - - uid: 35370 + - uid: 11088 components: - type: Transform - pos: 61.5,30.5 + pos: 10.526169,-44.60273 parent: 2 - - uid: 35371 + - uid: 11089 components: - type: Transform - pos: 61.5,29.5 + pos: 10.5747795,-44.25551 parent: 2 - - uid: 35372 + - uid: 13207 components: - type: Transform - pos: 61.5,28.5 + rot: 3.141592653589793 rad + pos: 12.666548,35.490337 parent: 2 - - uid: 35373 + - uid: 13329 components: - type: Transform - pos: 62.5,30.5 + pos: -24.490963,14.581863 parent: 2 - - uid: 35374 + - uid: 13449 components: - type: Transform - pos: 63.5,30.5 + pos: -53.49087,-38.976738 parent: 2 - - uid: 35375 + - uid: 13540 components: - type: Transform - pos: 64.5,30.5 + pos: -53.50121,-38.4886 parent: 2 - - uid: 35376 + - uid: 34235 components: - type: Transform - pos: 65.5,30.5 + pos: -17.36811,46.706173 parent: 2 - - uid: 35377 + - uid: 34236 components: - type: Transform - pos: 64.5,29.5 + pos: -17.49311,46.581173 parent: 2 - - uid: 35378 + - uid: 37255 components: - type: Transform - pos: 64.5,28.5 - parent: 2 - - uid: 35379 + pos: 26.323723,3.4241478 + parent: 36907 +- proto: ClothingEyesGlasses + entities: + - uid: 5207 components: - type: Transform - pos: 60.5,34.5 + pos: -34.19404,-31.324461 parent: 2 - - uid: 35380 + - uid: 5208 components: - type: Transform - pos: 59.5,34.5 + pos: -30.70832,-28.756035 parent: 2 - - uid: 35381 + - uid: 5278 components: - type: Transform - pos: 67.5,36.5 + pos: -22.602331,-37.2425 parent: 2 - - uid: 35382 + - uid: 8939 components: - type: Transform - pos: 67.5,35.5 + parent: 3438 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 8950 + components: + - type: Transform + parent: 3438 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 14750 + components: + - type: Transform + pos: -11.6084175,-67.53694 parent: 2 - - uid: 35383 +- proto: ClothingEyesGlassesChemical + entities: + - uid: 5268 components: - type: Transform - pos: 67.5,34.5 + pos: -37.522873,-25.596994 parent: 2 - - uid: 35384 + - uid: 6799 components: - type: Transform - pos: 67.5,34.5 + pos: 21.375048,-36.241886 parent: 2 - - uid: 35385 + - uid: 6800 components: - type: Transform - pos: 68.5,34.5 + pos: 21.613544,-36.407 parent: 2 - - uid: 35386 + - uid: 6801 components: - type: Transform - pos: 69.5,34.5 + pos: 21.32001,-36.608807 parent: 2 - - uid: 35387 +- proto: ClothingEyesGlassesMeson + entities: + - uid: 7915 components: - type: Transform - pos: 70.5,34.5 + pos: -43.90299,8.6256895 parent: 2 - - uid: 35388 + - uid: 9641 components: - type: Transform - pos: 71.5,34.5 + pos: -2.6757927,34.730774 parent: 2 - - uid: 35389 + - uid: 9642 components: - type: Transform - pos: 72.5,34.5 + pos: -2.5039177,34.668274 parent: 2 - - uid: 35390 + - uid: 9643 components: - type: Transform - pos: 73.5,34.5 + pos: -2.3789177,34.605774 parent: 2 - - uid: 35391 + - uid: 13954 components: - type: Transform - pos: 74.5,34.5 + pos: -32.270123,-6.4212847 parent: 2 - - uid: 35392 + - uid: 18710 components: - type: Transform - pos: 75.5,34.5 + rot: 1.5707963267948966 rad + pos: 62.565266,12.567092 parent: 2 - - uid: 35393 + - uid: 31130 components: - type: Transform - pos: 76.5,34.5 + pos: -9.655469,43.327152 parent: 2 - - uid: 35394 + - uid: 31138 components: - type: Transform - pos: 77.5,34.5 + pos: -9.374219,43.155277 parent: 2 - - uid: 35395 + - uid: 35066 components: - type: Transform - pos: 66.5,34.5 + pos: 69.19922,27.554941 parent: 2 - - uid: 35396 +- proto: ClothingEyesGlassesSunglasses + entities: + - uid: 10177 components: - type: Transform - pos: 65.5,34.5 + pos: -3.5076618,50.75647 parent: 2 - - uid: 35397 +- proto: ClothingEyesHudDiagnostic + entities: + - uid: 291 components: - type: Transform - pos: 65.5,35.5 + pos: -40.52449,15.424732 parent: 2 - - uid: 35398 + - uid: 292 components: - type: Transform - pos: 65.5,36.5 + pos: -40.39949,15.487232 parent: 2 - - uid: 35399 +- proto: ClothingEyesHudMedical + entities: + - uid: 6641 components: - type: Transform - pos: 65.5,37.5 + pos: 16.696432,-23.248207 parent: 2 - - uid: 35400 + - uid: 6642 components: - type: Transform - pos: 65.5,38.5 + pos: 16.602682,-23.341957 parent: 2 - - uid: 35401 + - uid: 6643 components: - type: Transform - pos: 65.5,39.5 + pos: 16.524557,-23.451332 parent: 2 - - uid: 35402 +- proto: ClothingEyesSalesman + entities: + - uid: 31139 components: - type: Transform - pos: 65.5,40.5 + pos: -10.624219,42.624027 parent: 2 - - uid: 35403 +- proto: ClothingHandsGlovesAerostatic + entities: + - uid: 43055 components: - type: Transform - pos: 65.5,41.5 + rot: 1.5707963267948966 rad + pos: 11.28101,33.071922 parent: 2 - - uid: 35404 +- proto: ClothingHandsGlovesBoxingBlue + entities: + - uid: 8420 components: - type: Transform - pos: 65.5,42.5 + pos: -30.727352,48.654552 parent: 2 - - uid: 35405 + - uid: 13677 components: - type: Transform - pos: 66.5,42.5 + pos: -31.066856,-59.40561 parent: 2 - - uid: 35406 +- proto: ClothingHandsGlovesBoxingGreen + entities: + - uid: 9893 components: - type: Transform - pos: 72.5,33.5 + pos: -30.608456,51.33047 parent: 2 - - uid: 35407 +- proto: ClothingHandsGlovesBoxingRed + entities: + - uid: 9872 components: - type: Transform - pos: 72.5,32.5 + pos: -33.372787,51.360203 parent: 2 - - uid: 35408 + - uid: 13713 components: - type: Transform - pos: 72.5,31.5 + pos: -32.107937,-59.432796 parent: 2 - - uid: 35409 +- proto: ClothingHandsGlovesBoxingYellow + entities: + - uid: 13651 components: - type: Transform - pos: 72.5,30.5 + pos: -31.566856,-55.546234 parent: 2 - - uid: 35410 + - uid: 14445 components: - type: Transform - pos: 72.5,29.5 + pos: -33.362724,48.591904 parent: 2 - - uid: 35411 +- proto: ClothingHandsGlovesColorBlack + entities: + - uid: 5459 components: - type: Transform - pos: 71.5,29.5 + pos: -43.602333,-52.257698 parent: 2 - - uid: 35412 + - uid: 5460 components: - type: Transform - pos: 70.5,29.5 + pos: -43.547295,-52.422813 parent: 2 - - uid: 35413 + - uid: 5461 components: - type: Transform - pos: 69.5,29.5 + pos: -43.46474,-52.532887 parent: 2 - - uid: 35414 + - uid: 5462 components: - type: Transform - pos: 68.5,29.5 + pos: -43.382183,-52.642963 parent: 2 - - uid: 35415 + - uid: 8802 components: - type: Transform - pos: 69.5,28.5 + pos: 54.55156,-25.670208 parent: 2 - - uid: 35416 +- proto: ClothingHandsGlovesColorGray + entities: + - uid: 28414 components: - type: Transform - pos: 69.5,30.5 + parent: 27553 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingHandsGlovesColorGreen + entities: + - uid: 2843 + components: + - type: Transform + pos: 48.499218,-30.792057 parent: 2 - - uid: 35417 + - uid: 2868 components: - type: Transform - pos: 67.5,29.5 + pos: 48.546093,-31.026432 parent: 2 - - uid: 35418 + - uid: 2870 components: - type: Transform - pos: 67.5,30.5 + pos: 48.577343,-31.167057 parent: 2 - - uid: 35419 + - uid: 27555 components: - type: Transform - pos: 69.5,27.5 - parent: 2 - - uid: 35420 + parent: 27553 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingHandsGlovesColorOrange + entities: + - uid: 14032 components: - type: Transform - pos: 68.5,27.5 + pos: -34.5,-48.5 parent: 2 - - uid: 35421 +- proto: ClothingHandsGlovesColorYellow + entities: + - uid: 3295 components: - type: Transform - pos: 73.5,29.5 + pos: 22.558283,36.486496 parent: 2 - - uid: 35478 + - uid: 7443 components: - type: Transform - pos: -13.5,39.5 + pos: -41.181236,10.646734 parent: 2 - - uid: 35479 + - uid: 7444 components: - type: Transform - pos: -13.5,38.5 + pos: -41.306236,10.474859 parent: 2 - - uid: 35480 + - uid: 7471 components: - type: Transform - pos: -13.5,37.5 + pos: -32.065617,36.723553 parent: 2 - - uid: 35481 + - uid: 7473 components: - type: Transform - pos: -12.5,38.5 + pos: -32.503117,36.707928 parent: 2 - - uid: 35482 + - uid: 7474 components: - type: Transform - pos: -11.5,38.5 + pos: -33.034367,36.692303 parent: 2 - - uid: 35483 + - uid: 7475 components: - type: Transform - pos: -10.5,38.5 + pos: -32.190617,36.551678 parent: 2 - - uid: 35484 + - uid: 7476 components: - type: Transform - pos: -9.5,38.5 + pos: -32.67499,36.520428 parent: 2 - - uid: 35485 + - uid: 7477 components: - type: Transform - pos: -14.5,38.5 + pos: -33.11249,36.504803 parent: 2 - - uid: 35486 + - uid: 7921 components: - type: Transform - pos: -15.5,38.5 + pos: -48.523266,6.5398407 parent: 2 - - uid: 35487 + - uid: 7922 components: - type: Transform - pos: -16.5,38.5 + pos: -48.429516,6.7585907 parent: 2 - - uid: 35488 + - uid: 8048 components: - type: Transform - pos: -17.5,38.5 + pos: -28.538204,27.802399 parent: 2 - - uid: 35489 + - uid: 8049 components: - type: Transform - pos: -18.5,38.5 + pos: -28.42883,27.677399 parent: 2 - - uid: 35490 + - uid: 8050 components: - type: Transform - pos: -19.5,38.5 + pos: -28.350704,27.521149 parent: 2 - - uid: 35491 + - uid: 9645 components: - type: Transform - pos: -11.5,31.5 + pos: -2.6601677,34.324524 parent: 2 - - uid: 35492 + - uid: 9646 components: - type: Transform - pos: -11.5,30.5 + pos: -2.5039177,34.2464 parent: 2 - - uid: 35493 + - uid: 9647 components: - type: Transform - pos: -11.5,33.5 + pos: -2.3320427,34.105774 parent: 2 - - uid: 35494 + - uid: 11115 components: - type: Transform - pos: -15.5,33.5 + pos: 10.290123,-45.209297 parent: 2 - - uid: 35495 + - uid: 11116 components: - type: Transform - pos: -14.5,30.5 + pos: 10.560957,-45.29263 parent: 2 - - uid: 35496 + - uid: 11117 components: - type: Transform - pos: -14.5,29.5 + pos: 10.199844,-45.55616 parent: 2 - - uid: 35497 + - uid: 11118 components: - type: Transform - pos: -14.5,31.5 + pos: 10.199844,-45.55616 parent: 2 - - uid: 35517 + - uid: 11119 components: - type: Transform - pos: 74.5,5.5 + pos: 10.547068,-45.576996 parent: 2 - - uid: 35518 + - uid: 11120 components: - type: Transform - pos: 75.5,5.5 + pos: 10.547068,-45.576996 parent: 2 - - uid: 35519 + - uid: 13336 components: - type: Transform - pos: 74.5,-2.5 + pos: -23.454466,14.450413 parent: 2 - - uid: 35520 + - uid: 13777 components: - type: Transform - pos: 75.5,-2.5 + pos: -36.475815,-5.3988543 parent: 2 - - uid: 35521 + - uid: 16120 components: - type: Transform - pos: 74.5,-4.5 - parent: 2 - - uid: 35522 + pos: -4.508362,16.47845 + parent: 14592 + - uid: 18884 components: - type: Transform - pos: 75.5,-4.5 + rot: 3.141592653589793 rad + pos: 55.39995,-10.3648815 parent: 2 - - uid: 35523 + - uid: 31023 components: - type: Transform - pos: 67.5,-12.5 + pos: -9.624219,43.483402 parent: 2 - - uid: 35524 + - uid: 31128 components: - type: Transform - pos: 68.5,-12.5 + pos: -9.467969,43.389652 parent: 2 - - uid: 35525 + - uid: 35061 components: - type: Transform - pos: 69.5,-12.5 + pos: 71.46435,31.582024 parent: 2 - - uid: 35526 + - uid: 36409 components: - type: Transform - pos: 70.5,-12.5 + pos: -63.47023,75.05939 parent: 2 - - uid: 35527 + - uid: 37256 components: - type: Transform - pos: 70.5,-11.5 - parent: 2 - - uid: 35528 + pos: 26.308098,3.7522728 + parent: 36907 +- proto: ClothingHandsGlovesColorYellowBudget + entities: + - uid: 3246 components: - type: Transform - pos: 70.5,-13.5 + pos: 60.221615,-31.073479 parent: 2 - - uid: 35529 + - uid: 9557 components: - type: Transform - pos: 70.5,-14.5 + pos: -30.465672,7.715555 parent: 2 - - uid: 35530 + - uid: 9558 components: - type: Transform - pos: 70.5,-15.5 + pos: -30.356297,7.60618 parent: 2 - - uid: 35531 + - uid: 9559 components: - type: Transform - pos: 70.5,-16.5 + pos: -30.262547,7.496805 parent: 2 - - uid: 35532 + - uid: 13330 components: - type: Transform - pos: 70.5,-17.5 + pos: -23.483664,14.669497 parent: 2 - - uid: 35533 +- proto: ClothingHandsGlovesCombat + entities: + - uid: 13500 components: - type: Transform - pos: 70.5,-18.5 + pos: -53.52046,-39.458168 parent: 2 - - uid: 35534 + - uid: 34336 components: - type: Transform - pos: 70.5,-19.5 + rot: -1.5707963267948966 rad + pos: 29.500427,14.550827 parent: 2 - - uid: 35535 +- proto: ClothingHandsGlovesFingerless + entities: + - uid: 13497 components: - type: Transform - pos: 70.5,-20.5 + pos: -53.52046,-39.910942 parent: 2 - - uid: 35536 + - uid: 13498 components: - type: Transform - pos: 54.5,-42.5 + pos: -53.52046,-39.691856 parent: 2 - - uid: 35537 + - uid: 14247 components: - type: Transform - pos: 55.5,-42.5 + pos: -50.49303,-53.373127 parent: 2 - - uid: 35538 + - uid: 30056 components: - type: Transform - pos: 56.5,-42.5 - parent: 2 - - uid: 35539 + parent: 27553 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingHandsGlovesFingerlessInsulated + entities: + - uid: 13442 components: - type: Transform - pos: 60.5,-38.5 + pos: -40.487114,-46.390434 parent: 2 - - uid: 35647 + - uid: 27554 components: - type: Transform - pos: -35.5,61.5 - parent: 2 - - uid: 35648 + parent: 27553 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingHandsGlovesLatex + entities: + - uid: 5261 components: - type: Transform - pos: -35.5,62.5 + pos: -37.467834,-25.193386 parent: 2 - - uid: 35649 + - uid: 9001 components: - type: Transform - pos: -34.5,61.5 + pos: 41.54138,-45.288765 parent: 2 - - uid: 35650 + - uid: 14568 components: - type: Transform - pos: -30.5,62.5 + pos: -39.530342,-2.3511703 parent: 2 - - uid: 35651 +- proto: ClothingHandsGlovesLeather + entities: + - uid: 13342 components: - type: Transform - pos: -31.5,63.5 + rot: 1.5707963267948966 rad + pos: -19.732817,66.37959 parent: 2 - - uid: 35652 +- proto: ClothingHandsGlovesNitrile + entities: + - uid: 6899 components: - type: Transform - pos: -30.5,63.5 + pos: 21.033796,-11.451857 parent: 2 - - uid: 35653 + - uid: 7030 components: - type: Transform - pos: -31.5,64.5 + pos: 27.507256,-0.40721035 parent: 2 - - uid: 35656 + - uid: 12731 components: - type: Transform - pos: -77.5,59.5 + pos: 33.658577,-13.457899 parent: 2 - - uid: 35854 +- proto: ClothingHandsGlovesRobohands + entities: + - uid: 5186 components: - type: Transform - pos: -88.5,62.5 + pos: -25.408506,-39.521484 parent: 2 - - uid: 35855 + - uid: 27568 components: - type: Transform - pos: -88.5,63.5 - parent: 2 - - uid: 35856 + parent: 27553 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingHandsMercGlovesCombat + entities: + - uid: 13965 components: - type: Transform - pos: -88.5,64.5 + pos: -32.465034,-6.7158546 parent: 2 - - uid: 35857 + - uid: 31702 components: - type: Transform - pos: -88.5,65.5 + pos: 25.62305,76.55609 parent: 2 - - uid: 35858 +- proto: ClothingHeadBandBlack + entities: + - uid: 11379 components: - type: Transform - pos: -88.5,66.5 + pos: 50.15736,-39.18287 parent: 2 - - uid: 35859 + - uid: 11380 components: - type: Transform - pos: -87.5,66.5 + pos: 50.235485,-39.354744 parent: 2 - - uid: 35860 +- proto: ClothingHeadBandSkull + entities: + - uid: 11381 components: - type: Transform - pos: -86.5,66.5 + pos: 50.360485,-39.49537 parent: 2 - - uid: 35861 + - uid: 32828 components: - type: Transform - pos: -85.5,66.5 - parent: 2 - - uid: 35862 + pos: -15.170349,-7.7881546 + parent: 14592 +- proto: ClothingHeadHatBeaverHat + entities: + - uid: 13162 components: - type: Transform - pos: -83.5,66.5 - parent: 2 - - uid: 35863 + parent: 13156 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingHeadHatBeretBrigmedic + entities: + - uid: 42911 components: - type: Transform - pos: -82.5,66.5 + pos: 26.345387,-23.351341 parent: 2 - - uid: 35864 +- proto: ClothingHeadHatBeretEngineering + entities: + - uid: 7331 components: - type: Transform - pos: -84.5,66.5 + pos: -40.46199,15.721607 parent: 2 - - uid: 35865 + - uid: 8042 components: - type: Transform - pos: -82.5,65.5 + pos: -30.553421,27.663626 parent: 2 - - uid: 35866 +- proto: ClothingHeadHatBeretHoS + entities: + - uid: 6970 components: + - type: MetaData + desc: Просто чёрный берет + name: чёрный берет - type: Transform - pos: -82.5,64.5 + pos: 6.6848965,69.4931 parent: 2 - - uid: 35867 +- proto: ClothingHeadHatBeretMerc + entities: + - uid: 9492 components: - type: Transform - pos: -82.5,63.5 + pos: 18.890089,-61.499035 parent: 2 - - uid: 35868 + - uid: 13960 components: - type: Transform - pos: -82.5,62.5 - parent: 2 - - uid: 35869 + parent: 13959 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingHeadHatBeretRND + entities: + - uid: 1291 components: - type: Transform - pos: -82.5,61.5 + pos: -55.52446,-16.405336 parent: 2 - - uid: 35870 +- proto: ClothingHeadHatBeretWarden + entities: + - uid: 9644 components: - type: Transform - pos: -82.5,60.5 + pos: 45.50318,44.621758 parent: 2 - - uid: 35871 +- proto: ClothingHeadHatBowlerHat + entities: + - uid: 4877 components: - type: Transform - pos: -82.5,59.5 - parent: 2 - - uid: 35872 + parent: 4593 + - type: Physics + canCollide: False + - uid: 12319 components: - type: Transform - pos: -82.5,58.5 + pos: -53.35338,15.808299 parent: 2 - - uid: 35873 + - uid: 14200 components: - type: Transform - pos: -82.5,57.5 + pos: -27.50652,-58.35252 parent: 2 - - uid: 35874 +- proto: ClothingHeadHatBunny + entities: + - uid: 27649 components: - type: Transform - pos: -83.5,60.5 + pos: -7.5328174,49.38282 parent: 2 - - uid: 35875 +- proto: ClothingHeadHatCapcap + entities: + - uid: 36873 components: - type: Transform - pos: -84.5,60.5 + pos: 12.4744215,-33.620914 parent: 2 - - uid: 35876 +- proto: ClothingHeadHatCapHoS + entities: + - uid: 10540 components: - type: Transform - pos: -85.5,60.5 - parent: 2 - - uid: 35877 + parent: 10536 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingHeadHatCasa + entities: + - uid: 32077 components: - type: Transform - pos: -86.5,60.5 + pos: 51.497784,-45.088253 parent: 2 - - uid: 35878 +- proto: ClothingHeadHatFedoraBrown + entities: + - uid: 14549 components: - type: Transform - pos: -82.5,67.5 - parent: 2 - - uid: 35879 + parent: 14544 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingHeadHatFedoraGrey + entities: + - uid: 14548 components: - type: Transform - pos: -82.5,68.5 - parent: 2 - - uid: 35880 + parent: 14544 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingHeadHatGreensoft + entities: + - uid: 11252 components: - type: Transform - pos: -85.5,72.5 + pos: 48.260227,-30.252235 parent: 2 - - uid: 35881 +- proto: ClothingHeadHatGreensoftFlipped + entities: + - uid: 2860 components: - type: Transform - pos: -84.5,72.5 + pos: 48.780468,-30.604557 parent: 2 - - uid: 35882 +- proto: ClothingHeadHatHardhatYellow + entities: + - uid: 13282 components: - type: Transform - pos: -83.5,72.5 + pos: 12.456357,35.490005 parent: 2 - - uid: 35883 +- proto: ClothingHeadHatHoodBioJanitor + entities: + - uid: 8748 components: - type: Transform - pos: -82.5,72.5 - parent: 2 - - uid: 35884 + parent: 8747 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingHeadHatHoodCulthood + entities: + - uid: 10921 components: - type: Transform - pos: -82.5,73.5 + pos: 34.315617,-54.2792 parent: 2 - - uid: 35885 + - uid: 37257 components: - type: Transform - pos: -82.5,74.5 - parent: 2 - - uid: 35886 + pos: 41.487965,6.7768097 + parent: 36907 +- proto: ClothingHeadHatMimesoft + entities: + - uid: 24226 components: - type: Transform - pos: -82.5,71.5 + pos: 29.304691,23.044333 parent: 2 - - uid: 35887 +- proto: ClothingHeadHatPaper + entities: + - uid: 8200 components: - type: Transform - pos: -85.5,73.5 + pos: -43.554806,37.80073 parent: 2 - - uid: 35888 + - uid: 13158 components: - type: Transform - pos: -88.5,83.5 - parent: 2 - - uid: 35889 + parent: 13156 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 30797 components: - type: Transform - pos: -88.5,73.5 + pos: -15.838306,32.479298 parent: 2 - - uid: 35890 +- proto: ClothingHeadHatPumpkin + entities: + - uid: 42933 components: - type: Transform - pos: -89.5,73.5 + pos: 13.513553,61.453957 parent: 2 - - uid: 35891 +- proto: ClothingHeadHatSantahat + entities: + - uid: 43171 components: - type: Transform - pos: -86.5,73.5 + pos: -64.55401,3.5042577 parent: 2 - - uid: 35892 +- proto: ClothingHeadHatSombrero + entities: + - uid: 34254 components: - type: Transform - pos: -87.5,73.5 + pos: -64.445,-7.4594793 parent: 2 - - uid: 35893 +- proto: ClothingHeadHatSyndie + entities: + - uid: 37258 components: - type: Transform - pos: -88.5,82.5 - parent: 2 - - uid: 35894 + pos: 16.397953,50.65401 + parent: 36907 + - uid: 37259 components: - type: Transform - pos: -88.5,81.5 - parent: 2 - - uid: 35895 + pos: 1.4386768,42.696 + parent: 36907 +- proto: ClothingHeadHatUshanka + entities: + - uid: 8190 components: - type: Transform - pos: -88.5,80.5 + pos: -42.444054,36.535107 parent: 2 - - uid: 35896 + - uid: 8818 components: - type: Transform - pos: -88.5,79.5 + pos: 30.5868,-53.308765 parent: 2 - - uid: 35897 + - uid: 43178 components: - type: Transform - pos: -88.5,78.5 + pos: -70.82484,-1.2907393 parent: 2 - - uid: 35898 + - uid: 43179 components: - type: Transform - pos: -87.5,78.5 + pos: -70.53317,-1.4679453 parent: 2 - - uid: 35899 +- proto: ClothingHeadHatWelding + entities: + - uid: 35060 components: - type: Transform - pos: -86.5,78.5 + pos: 71.4956,31.550774 parent: 2 - - uid: 35900 +- proto: ClothingHeadHatWeldingMaskFlame + entities: + - uid: 8047 components: - type: Transform - pos: -85.5,78.5 + pos: -34.44409,24.648 parent: 2 - - uid: 35901 + - uid: 8189 components: - type: Transform - pos: -84.5,78.5 + pos: -44.14718,37.80073 parent: 2 - - uid: 35902 +- proto: ClothingHeadHatWeldingMaskFlameBlue + entities: + - uid: 8046 components: - type: Transform - pos: -83.5,78.5 + pos: -34.147217,24.74175 parent: 2 - - uid: 35903 + - uid: 9575 components: - type: Transform - pos: -82.5,78.5 + pos: -32.93442,9.871805 parent: 2 - - uid: 35904 + - uid: 36357 components: - type: Transform - pos: -81.5,78.5 + pos: -63.494766,72.715256 parent: 2 - - uid: 35905 +- proto: ClothingHeadHatWeldingMaskPainted + entities: + - uid: 3795 components: - type: Transform - pos: -81.5,79.5 + pos: -31.059422,7.54368 parent: 2 - - uid: 35906 + - uid: 34137 components: - type: Transform - pos: -81.5,80.5 + pos: -55.189785,-10.968341 parent: 2 - - uid: 35907 +- proto: ClothingHeadHatWitch + entities: + - uid: 13159 components: - type: Transform - pos: -81.5,81.5 - parent: 2 - - uid: 35908 + parent: 13156 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingHeadHatWizard + entities: + - uid: 13163 components: - type: Transform - pos: -81.5,82.5 - parent: 2 - - uid: 35909 + parent: 13156 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingHeadHelmetCosmonaut + entities: + - uid: 35186 components: - type: Transform - pos: -81.5,83.5 + pos: 66.98468,35.739822 parent: 2 - - uid: 35910 +- proto: ClothingHeadHelmetEVALarge + entities: + - uid: 9626 components: - type: Transform - pos: -81.5,84.5 + pos: -0.6957462,28.691769 parent: 2 - - uid: 35911 + - uid: 9627 components: - type: Transform - pos: -82.5,84.5 + pos: 0.35112882,28.691769 parent: 2 - - uid: 35912 + - uid: 9628 components: - type: Transform - pos: -83.5,84.5 + pos: 1.3042538,28.676144 parent: 2 - - uid: 35913 + - uid: 42954 components: - type: Transform - pos: -84.5,84.5 + pos: 10.328957,67.93284 parent: 2 - - uid: 35914 +- proto: ClothingHeadHelmetRiot + entities: + - uid: 2131 components: - type: Transform - pos: -87.5,81.5 + pos: 47.258606,33.46687 parent: 2 - - uid: 35915 + - uid: 10341 components: - type: Transform - pos: -86.5,81.5 + pos: 47.352356,33.638744 parent: 2 - - uid: 35916 + - uid: 10672 components: - type: Transform - pos: -85.5,81.5 + pos: 47.68048,33.46687 parent: 2 - - uid: 35917 + - uid: 10710 components: - type: Transform - pos: -84.5,81.5 + pos: 47.758606,33.669994 parent: 2 - - uid: 35918 +- proto: ClothingHeadHelmetSwat + entities: + - uid: 43124 components: - type: Transform - pos: -74.5,84.5 + pos: 42.584316,31.474602 parent: 2 - - uid: 35919 +- proto: ClothingHeadHelmetTemplar + entities: + - uid: 13161 components: - type: Transform - pos: -74.5,83.5 - parent: 2 - - uid: 35920 + parent: 13156 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingHeadRastaHat + entities: + - uid: 13160 components: - type: Transform - pos: -74.5,82.5 - parent: 2 - - uid: 35921 + parent: 13156 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingMaskBreath + entities: + - uid: 8559 components: - type: Transform - pos: -75.5,82.5 + rot: 1.5707963267948966 rad + pos: -23.33742,66.67563 parent: 2 - - uid: 35922 + - uid: 13230 components: - type: Transform - pos: -76.5,82.5 + pos: 10.605842,67.79091 parent: 2 - - uid: 35923 +- proto: ClothingMaskBreathMedical + entities: + - uid: 5320 components: - type: Transform - pos: -77.5,82.5 + pos: -17.378046,-45.50485 parent: 2 - - uid: 35924 + - uid: 13060 components: - type: Transform - pos: -78.5,82.5 + pos: 34.736702,-12.457899 parent: 2 - - uid: 35925 + - uid: 13066 components: - type: Transform - pos: -76.5,83.5 + pos: 34.627327,-12.567274 parent: 2 - - uid: 35926 +- proto: ClothingMaskClown + entities: + - uid: 43142 components: - type: Transform - pos: -76.5,84.5 + pos: 51.497334,25.414347 parent: 2 - - uid: 35927 +- proto: ClothingMaskGas + entities: + - uid: 621 components: - type: Transform - pos: -76.5,85.5 + pos: -37.33043,13.130802 parent: 2 - - uid: 35928 + - uid: 7322 components: - type: Transform - pos: -76.5,86.5 + pos: -37.533554,13.396427 parent: 2 - - uid: 35929 + - uid: 7402 components: - type: Transform - pos: -73.5,82.5 + pos: -37.70543,13.146427 parent: 2 - - uid: 35930 + - uid: 9629 components: - type: Transform - pos: -72.5,82.5 + pos: -0.6801212,28.348019 parent: 2 - - uid: 35931 + - uid: 9630 components: - type: Transform - pos: -71.5,82.5 + pos: 0.36675382,28.348019 parent: 2 - - uid: 35932 + - uid: 9631 components: - type: Transform - pos: -72.5,83.5 + pos: 1.3042538,28.332394 parent: 2 - - uid: 35933 + - uid: 13513 components: - type: Transform - pos: -72.5,84.5 + rot: -1.5707963267948966 rad + pos: -33.65249,46.26328 parent: 2 - - uid: 35934 + - uid: 15048 components: - type: Transform - pos: -72.5,85.5 - parent: 2 - - uid: 35935 + pos: 14.442017,8.455429 + parent: 14592 +- proto: ClothingMaskGasAtmos + entities: + - uid: 12638 components: - type: Transform - pos: -72.5,86.5 + pos: -41.784317,39.79009 parent: 2 - - uid: 35936 + - uid: 12639 components: - type: Transform - pos: -76.5,81.5 + pos: -41.299942,39.79009 parent: 2 - - uid: 35937 +- proto: ClothingMaskGasMerc + entities: + - uid: 13961 components: - type: Transform - pos: -76.5,80.5 - parent: 2 - - uid: 35938 + parent: 13959 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingMaskGasSecurity + entities: + - uid: 12704 components: - type: Transform - pos: -76.5,79.5 + rot: 1.5707963267948966 rad + pos: 63.33952,-30.587822 parent: 2 - - uid: 35939 + - uid: 35179 components: - type: Transform - pos: -76.5,78.5 + pos: 66.32843,36.692947 parent: 2 - - uid: 35940 + - uid: 35180 components: - type: Transform - pos: -72.5,81.5 + pos: 66.60968,36.521072 parent: 2 - - uid: 35941 +- proto: ClothingMaskGasSyndicate + entities: + - uid: 37260 components: - type: Transform - pos: -72.5,80.5 - parent: 2 - - uid: 35942 + pos: 24.198772,54.469467 + parent: 36907 +- proto: ClothingMaskMuzzle + entities: + - uid: 35141 components: - type: Transform - pos: -72.5,79.5 + pos: 60.056396,53.570786 parent: 2 - - uid: 35943 +- proto: ClothingMaskNeckGaiter + entities: + - uid: 6922 components: - type: Transform - pos: -72.5,78.5 + pos: 65.274506,-28.776432 parent: 2 - - uid: 35944 + - uid: 12361 components: - type: Transform - pos: -72.5,87.5 + pos: 65.20716,-34.729557 parent: 2 - - uid: 35945 + - uid: 12490 components: - type: Transform - pos: -76.5,87.5 + pos: 51.83435,-32.776432 parent: 2 - - uid: 35946 + - uid: 12491 components: - type: Transform - pos: -70.5,82.5 + pos: 49.52185,-30.182682 parent: 2 - - uid: 35947 + - uid: 12494 components: - type: Transform - pos: -61.5,78.5 + pos: 60.267204,-29.448307 parent: 2 - - uid: 35948 + - uid: 12497 components: - type: Transform - pos: -61.5,77.5 + pos: 58.829704,-33.729557 parent: 2 - - uid: 35949 +- proto: ClothingMaskSadMime + entities: + - uid: 6191 components: - type: Transform - pos: -61.5,76.5 + pos: -27.880768,59.84072 parent: 2 - - uid: 35950 +- proto: ClothingMaskScaredMime + entities: + - uid: 6193 components: - type: Transform - pos: -61.5,75.5 + pos: -27.186323,59.799053 parent: 2 - - uid: 35951 +- proto: ClothingMaskSexyClown + entities: + - uid: 36931 components: - type: Transform - pos: -62.5,75.5 - parent: 2 - - uid: 35952 + parent: 36929 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingMaskSexyMime + entities: + - uid: 11676 components: - type: Transform - pos: -63.5,75.5 + pos: -24.497808,59.53982 parent: 2 - - uid: 35953 +- proto: ClothingMaskSterile + entities: + - uid: 6901 components: - type: Transform - pos: -64.5,75.5 + pos: 24.111921,-14.201857 parent: 2 - - uid: 35954 +- proto: ClothingNeckCloakGoliathCloak + entities: + - uid: 9083 components: - type: Transform - pos: -65.5,75.5 + pos: 30.913809,-56.36562 parent: 2 - - uid: 35955 + - uid: 37261 components: - type: Transform - pos: -66.5,75.5 - parent: 2 - - uid: 35956 + pos: 23.271519,-24.864052 + parent: 36907 +- proto: ClothingNeckCloakNanotrasen + entities: + - uid: 4736 components: - type: Transform - pos: -67.5,75.5 + pos: -25.310814,66.512535 parent: 2 - - uid: 35957 +- proto: ClothingNeckCloakPirateCap + entities: + - uid: 31723 components: - type: Transform - pos: -67.5,76.5 + pos: 67.85913,-37.36547 parent: 2 - - uid: 35958 +- proto: ClothingNeckEngineermedal + entities: + - uid: 12600 components: - type: Transform - pos: -67.5,77.5 + rot: -1.5707963267948966 rad + pos: -15.640228,17.760956 parent: 2 - - uid: 35959 +- proto: ClothingNeckHeadphones + entities: + - uid: 10476 components: - type: Transform - pos: -67.5,78.5 + pos: 25.349312,24.786043 parent: 2 - - uid: 35960 + - uid: 10477 components: - type: Transform - pos: -67.5,79.5 + pos: 25.349312,24.786043 parent: 2 - - uid: 35961 + - uid: 10478 components: - type: Transform - pos: -67.5,80.5 + pos: 25.349312,24.786043 parent: 2 - - uid: 35962 + - uid: 10479 components: - type: Transform - pos: -67.5,81.5 + pos: 25.349312,24.786043 parent: 2 - - uid: 35963 + - uid: 10480 components: - type: Transform - pos: -67.5,82.5 + pos: 25.349312,24.786043 parent: 2 - - uid: 35964 +- proto: ClothingNeckHorrific + entities: + - uid: 4638 components: - type: Transform - pos: -67.5,83.5 - parent: 2 - - uid: 35965 + parent: 4593 + - type: Physics + canCollide: False +- proto: ClothingNeckMantleCap + entities: + - uid: 36875 components: - type: Transform - pos: -67.5,84.5 + pos: 7.6406455,-38.537582 parent: 2 - - uid: 35966 +- proto: ClothingNeckMantleCE + entities: + - uid: 8112 components: - type: Transform - pos: -66.5,84.5 + rot: 3.141592653589793 rad + pos: -16.867456,14.583364 parent: 2 - - uid: 35967 +- proto: ClothingNeckMantleCMO + entities: + - uid: 6752 components: - type: Transform - pos: -65.5,84.5 + pos: 16.526154,-15.434147 parent: 2 - - uid: 35968 +- proto: ClothingNeckMantleHOS + entities: + - uid: 10547 components: - type: Transform - pos: -64.5,84.5 + pos: 41.35912,56.680138 parent: 2 - - uid: 35969 +- proto: ClothingNeckMantleHOSShoulder + entities: + - uid: 10548 components: - type: Transform - pos: -60.5,75.5 + pos: 41.70287,56.555138 parent: 2 - - uid: 35970 +- proto: ClothingNeckNanoTrasenPin + entities: + - uid: 31877 components: - type: Transform - pos: -59.5,75.5 + pos: 14.438536,-31.550362 parent: 2 - - uid: 36059 +- proto: ClothingNeckScarfStripedCentcom + entities: + - uid: 24922 components: - type: Transform - pos: -75.5,58.5 + pos: -68.631065,-0.4081936 parent: 2 - - uid: 36072 +- proto: ClothingNeckScarfStripedLightBlue + entities: + - uid: 14127 components: - type: Transform - pos: -78.5,62.5 + pos: -40.679985,22.527159 parent: 2 - - uid: 36073 +- proto: ClothingNeckScarfStripedSyndieGreen + entities: + - uid: 12493 components: - type: Transform - pos: -78.5,63.5 + pos: 53.139843,-29.338932 parent: 2 - - uid: 36074 +- proto: ClothingNeckScarfStripedSyndieRed + entities: + - uid: 13962 components: - type: Transform - pos: -78.5,64.5 - parent: 2 - - uid: 36075 + parent: 13959 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 36443 components: - type: Transform - pos: -77.5,57.5 + pos: 33.44119,-64.773 parent: 2 - - uid: 36076 + - uid: 37262 components: - type: Transform - pos: -77.5,56.5 - parent: 2 - - uid: 36077 + pos: 26.979181,52.34277 + parent: 36907 +- proto: ClothingNeckScarfStripedZebra + entities: + - uid: 24928 components: - type: Transform - pos: -78.5,56.5 + pos: -27.552404,59.94376 parent: 2 - - uid: 36078 +- proto: ClothingNeckSecuritymedal + entities: + - uid: 12601 components: - type: Transform - pos: -78.5,58.5 + rot: 1.5707963267948966 rad + pos: 41.55037,52.668453 parent: 2 - - uid: 36079 +- proto: ClothingNeckSyndicakePin + entities: + - uid: 37263 components: - type: Transform - pos: -75.5,57.5 - parent: 2 - - uid: 36080 + pos: 24.194283,54.520496 + parent: 36907 +- proto: ClothingNeckTieDet + entities: + - uid: 4595 components: - type: Transform - pos: -74.5,57.5 - parent: 2 - - uid: 36081 + parent: 4593 + - type: Physics + canCollide: False + - uid: 14550 components: - type: Transform - pos: -73.5,57.5 - parent: 2 - - uid: 36173 + parent: 14544 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingNeckTieRed + entities: + - uid: 4629 components: - type: Transform - pos: -50.5,-6.5 - parent: 2 - - uid: 36174 + parent: 4593 + - type: Physics + canCollide: False +- proto: ClothingNeckTieSci + entities: + - uid: 4594 components: + - type: MetaData + name: фиолетовый галстук - type: Transform - pos: -49.5,-6.5 - parent: 2 - - uid: 36175 + parent: 4593 + - type: Physics + canCollide: False +- proto: ClothingOuterAerostaticBomberJacket + entities: + - uid: 13073 components: - type: Transform - pos: -48.5,-6.5 + rot: -1.5707963267948966 rad + pos: 11.702885,33.368797 parent: 2 - - uid: 36185 +- proto: ClothingOuterArmorBasicSlim + entities: + - uid: 33689 components: - type: Transform - pos: 52.5,12.5 + pos: -34.531242,-6.5098214 parent: 2 - - uid: 36657 +- proto: ClothingOuterArmorBulletproof + entities: + - uid: 13042 components: - type: Transform - pos: 3.5,-1.5 - parent: 36450 - - uid: 36684 + pos: 46.256447,33.45365 + parent: 2 + - uid: 43047 components: - type: Transform - pos: 3.5,0.5 - parent: 36450 - - uid: 36685 + pos: 46.256447,33.45365 + parent: 2 +- proto: ClothingOuterArmorHeavy + entities: + - uid: 6293 components: - type: Transform - pos: 7.5,2.5 - parent: 36450 - - uid: 36686 + pos: 42.324802,31.605362 + parent: 2 +- proto: ClothingOuterArmorReflective + entities: + - uid: 12988 components: - type: Transform - pos: 7.5,1.5 - parent: 36450 - - uid: 36687 + pos: 46.693947,33.4224 + parent: 2 + - uid: 43048 components: - type: Transform - pos: 7.5,0.5 - parent: 36450 - - uid: 36688 + pos: 46.693947,33.4224 + parent: 2 +- proto: ClothingOuterArmorRiot + entities: + - uid: 10684 components: - type: Transform - pos: 6.5,0.5 - parent: 36450 - - uid: 36689 + pos: 46.383606,33.638744 + parent: 2 + - uid: 10709 components: - type: Transform - pos: 5.5,0.5 - parent: 36450 - - uid: 36690 + pos: 46.758606,33.59187 + parent: 2 +- proto: ClothingOuterBioJanitor + entities: + - uid: 8749 components: - type: Transform - pos: 4.5,0.5 - parent: 36450 - - uid: 36691 + parent: 8747 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingOuterClownPriest + entities: + - uid: 37264 components: - type: Transform - pos: 5.5,1.5 - parent: 36450 - - uid: 36692 + rot: 3.141592653589793 rad + pos: 35.411457,-35.814453 + parent: 36907 +- proto: ClothingOuterCoatBomber + entities: + - uid: 13135 components: - type: Transform - pos: 5.5,2.5 - parent: 36450 - - uid: 36693 + rot: 1.5707963267948966 rad + pos: 11.296635,33.728172 + parent: 2 + - uid: 13157 components: - type: Transform - pos: 5.5,3.5 - parent: 36450 - - uid: 36694 + parent: 13156 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 35070 components: - type: Transform - pos: 4.5,3.5 - parent: 36450 - - uid: 36695 + rot: 1.5707963267948966 rad + pos: 67.49609,28.601816 + parent: 2 +- proto: ClothingOuterCoatCaptain + entities: + - uid: 36880 components: - type: Transform - pos: 6.5,3.5 - parent: 36450 - - uid: 36696 + pos: 4.364187,-36.412582 + parent: 2 +- proto: ClothingOuterCoatDetective + entities: + - uid: 14546 components: - type: Transform - pos: 8.5,2.5 - parent: 36450 - - uid: 36697 + parent: 14544 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingOuterCoatGentle + entities: + - uid: 13164 components: - type: Transform - pos: 9.5,2.5 - parent: 36450 - - uid: 36698 + parent: 13156 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingOuterDogi + entities: + - uid: 42941 components: - type: Transform - pos: 3.5,2.5 - parent: 36450 - - uid: 36699 + pos: 10.592993,64.50188 + parent: 2 +- proto: ClothingOuterHardsuitClown + entities: + - uid: 36932 + components: + - type: Transform + parent: 36929 + - type: GroupExamine + group: + - hoverMessage: "" + contextText: verb-examine-group-other + icon: /Textures/Interface/examine-star.png + components: + - Armor + - ClothingSpeedModifier + entries: + - message: Понижает вашу скорость на [color=yellow]10%[/color]. + priority: 0 + component: ClothingSpeedModifier + - message: >- + Обеспечивает следующую защиту: + + - [color=yellow]Blunt[/color] урон снижается на [color=lightblue]10%[/color]. + + - [color=yellow]Slash[/color] урон снижается на [color=lightblue]10%[/color]. + + - [color=yellow]Piercing[/color] урон снижается на [color=lightblue]10%[/color]. + + - [color=yellow]Caustic[/color] урон снижается на [color=lightblue]20%[/color]. + + - [color=orange]Взрывной[/color] урон снижается на [color=lightblue]10%[/color]. + priority: 0 + component: Armor + title: null + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingOuterHardsuitEVA + entities: + - uid: 9620 components: - type: Transform - pos: 2.5,2.5 - parent: 36450 - - uid: 36700 + pos: -0.30512118,28.532944 + parent: 2 + - uid: 9622 components: - type: Transform - pos: 1.5,2.5 - parent: 36450 - - uid: 36701 + pos: 1.6948788,28.532944 + parent: 2 + - uid: 9623 components: - type: Transform - pos: 4.5,2.5 - parent: 36450 - - uid: 36702 + pos: 0.6948788,28.550564 + parent: 2 +- proto: ClothingOuterHardsuitEVAPrisoner + entities: + - uid: 15865 components: - type: Transform - pos: 3.5,-6.5 - parent: 36450 - - uid: 36703 + pos: 10.546986,67.61435 + parent: 2 +- proto: ClothingOuterHardsuitPirateCap + entities: + - uid: 37265 components: - type: Transform - pos: 3.5,-7.5 - parent: 36450 - - uid: 36704 + pos: 27.484547,28.545828 + parent: 36907 +- proto: ClothingOuterHardsuitSalvage + entities: + - uid: 37266 components: - type: Transform - pos: 4.5,-7.5 - parent: 36450 - - uid: 36705 + pos: 31.492716,14.493112 + parent: 36907 +- proto: ClothingOuterHardsuitSecurity + entities: + - uid: 6282 components: - type: Transform - pos: 5.5,-7.5 - parent: 36450 - - uid: 36706 + pos: 44.309177,30.589737 + parent: 2 + - uid: 6287 components: - type: Transform - pos: 6.5,-7.5 - parent: 36450 - - uid: 36707 + pos: 43.309177,30.589737 + parent: 2 + - uid: 6289 components: - type: Transform - pos: 3.5,-6.5 - parent: 36450 - - uid: 36708 + pos: 43.574802,30.495987 + parent: 2 + - uid: 6290 components: - type: Transform - pos: 3.5,-5.5 - parent: 36450 - - uid: 36709 + pos: 44.512302,30.495987 + parent: 2 +- proto: ClothingOuterRobesCult + entities: + - uid: 37267 components: - type: Transform - pos: 3.5,-4.5 - parent: 36450 - - uid: 36710 + pos: 41.487965,6.4330597 + parent: 36907 +- proto: ClothingOuterRobesJudge + entities: + - uid: 11895 components: - type: Transform - pos: 4.5,-4.5 - parent: 36450 - - uid: 36711 + rot: -1.5707963267948966 rad + pos: 54.56164,22.627266 + parent: 2 +- proto: ClothingOuterStraightjacket + entities: + - uid: 8994 components: - type: Transform - pos: 5.5,-4.5 - parent: 36450 - - uid: 36712 + pos: 47.49192,-44.2751 + parent: 2 + - uid: 8995 components: - type: Transform - pos: 6.5,-4.5 - parent: 36450 - - uid: 36713 + pos: 46.46067,-44.24385 + parent: 2 + - uid: 10834 components: - type: Transform - pos: 7.5,-4.5 - parent: 36450 - - uid: 36714 + pos: 22.323055,59.755577 + parent: 2 + - uid: 10835 components: - type: Transform - pos: 3.5,-3.5 - parent: 36450 - - uid: 36715 + pos: 22.65118,59.864952 + parent: 2 +- proto: ClothingOuterSuitEmergency + entities: + - uid: 8556 components: - type: Transform - pos: 3.5,-2.5 - parent: 36450 - - uid: 36716 + rot: 1.5707963267948966 rad + pos: -23.5896,66.34055 + parent: 2 +- proto: ClothingOuterVestDetective + entities: + - uid: 14545 components: - type: Transform - pos: 3.5,-2.5 - parent: 36450 - - uid: 36717 + parent: 14544 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingOuterWinterCentcom + entities: + - uid: 35602 components: - type: Transform - pos: 8.5,-3.5 - parent: 36450 - - uid: 36718 + pos: -62.587074,0.67701495 + parent: 2 +- proto: ClothingOuterWinterHoS + entities: + - uid: 10541 components: - type: Transform - pos: 7.5,-3.5 - parent: 36450 - - uid: 36719 + parent: 10536 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingOuterWinterRD + entities: + - uid: 12681 components: - type: Transform - pos: 7.5,-2.5 - parent: 36450 - - uid: 36720 + pos: -62.3527,0.56763995 + parent: 2 +- proto: ClothingOuterWinterWeb + entities: + - uid: 37269 components: - type: Transform - pos: 7.5,-1.5 - parent: 36450 - - uid: 36721 + parent: 37268 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 43028 components: - type: Transform - pos: 2.5,-7.5 - parent: 36450 - - uid: 36722 + pos: -47.4845,-10.854216 + parent: 2 +- proto: ClothingShoesAerostatic + entities: + - uid: 13097 components: - type: Transform - pos: 7.5,-7.5 - parent: 36450 - - uid: 36723 + pos: 11.71851,32.728172 + parent: 2 +- proto: ClothingShoesBling + entities: + - uid: 5580 components: - type: Transform - pos: 8.5,-7.5 - parent: 36450 - - uid: 36724 + pos: 8.441862,-46.324104 + parent: 2 +- proto: ClothingShoesBootsCombat + entities: + - uid: 9505 components: - type: Transform - pos: 7.5,-8.5 - parent: 36450 - - uid: 36725 + pos: 20.590014,-60.86715 + parent: 2 +- proto: ClothingShoesBootsMag + entities: + - uid: 11074 components: - type: Transform - pos: 7.5,-9.5 - parent: 36450 - - uid: 36726 + pos: 10.601763,-42.18651 + parent: 2 + - uid: 11075 components: - type: Transform - pos: 3.5,-8.5 - parent: 36450 - - uid: 36727 + pos: 10.594818,-42.554565 + parent: 2 + - uid: 11076 components: - type: Transform - pos: 3.5,-9.5 - parent: 36450 - - uid: 36728 + pos: 10.212873,-42.554565 + parent: 2 + - uid: 11077 components: - type: Transform - pos: 6.5,-9.5 - parent: 36450 - - uid: 36729 + pos: 10.601763,-42.18651 + parent: 2 + - uid: 11078 components: - type: Transform - pos: 4.5,-9.5 - parent: 36450 - - uid: 36730 + pos: 10.594818,-42.554565 + parent: 2 + - uid: 11079 components: - type: Transform - pos: 2.5,0.5 - parent: 36450 - - uid: 36731 + pos: 10.268431,-42.18651 + parent: 2 + - uid: 24170 components: - type: Transform - pos: 1.5,0.5 - parent: 36450 - - uid: 36732 + pos: -61.499123,74.60022 + parent: 2 +- proto: ClothingShoesColorBlack + entities: + - uid: 10806 components: - type: Transform - pos: 8.5,0.5 - parent: 36450 - - uid: 36733 + parent: 10805 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 10807 components: - type: Transform - pos: 9.5,0.5 - parent: 36450 - - uid: 36734 + parent: 10805 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 10808 components: - type: Transform - pos: 2.5,-3.5 - parent: 36450 - - uid: 36735 + parent: 10805 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 10809 components: - type: Transform - pos: 8.5,-1.5 - parent: 36450 - - uid: 36736 + parent: 10805 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 10810 components: - type: Transform - pos: 2.5,-1.5 - parent: 36450 - - uid: 36737 + parent: 10805 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingShoesCult + entities: + - uid: 10920 components: - type: Transform - pos: 1.5,-1.5 - parent: 36450 - - uid: 36738 + pos: 34.58124,-54.49795 + parent: 2 +- proto: ClothingShoesSlippers + entities: + - uid: 8947 components: - type: Transform - pos: 9.5,-1.5 - parent: 36450 - - uid: 36739 + parent: 3438 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 14581 components: - type: Transform - pos: 5.5,-8.5 - parent: 36450 - - uid: 36740 + pos: -12.123278,-66.73031 + parent: 2 +- proto: ClothingShoesWizard + entities: + - uid: 32107 components: + - type: MetaData + desc: Обычная обувь самурая. + name: обувь самурая - type: Transform - pos: 5.5,-9.5 - parent: 36450 - - uid: 36741 + pos: 51.53268,-46.76738 + parent: 2 +- proto: ClothingUniformJumpskirtColorBlack + entities: + - uid: 27564 components: - type: Transform - pos: 3.5,-8.5 - parent: 36450 - - uid: 36742 + parent: 27553 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUniformJumpskirtColorTeal + entities: + - uid: 28260 components: - type: Transform - pos: 7.5,-8.5 - parent: 36450 -- proto: CableApcStack + parent: 27553 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUniformJumpskirtHoS entities: - - uid: 5276 + - uid: 10542 components: - type: Transform - pos: -26.552258,-35.27798 - parent: 2 - - uid: 11103 + parent: 10536 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUniformJumpskirtHoSParadeMale + entities: + - uid: 10538 components: - type: Transform - pos: 10.561739,-46.37831 - parent: 2 - - uid: 19165 + parent: 10536 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUniformJumpskirtOfLife + entities: + - uid: 27577 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.61731,-33.40109 - parent: 2 -- proto: CableApcStack1 + parent: 27553 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUniformJumpskirtPerformer entities: - - uid: 24153 + - uid: 28081 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.23213,78.00937 - parent: 2 - - uid: 24762 + parent: 27553 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUniformJumpskirtPrisoner + entities: + - uid: 10811 components: - type: Transform - rot: 3.141592653589793 rad - pos: -64.7675,77.32345 - parent: 2 - - uid: 25172 + parent: 10805 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 10812 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -64.38347,83.84191 - parent: 2 -- proto: CableApcStack10 - entities: - - uid: 603 + parent: 10805 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 10813 components: - type: Transform - pos: -18.286385,-36.501575 - parent: 2 - - uid: 627 + parent: 10805 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 10814 components: - type: Transform - pos: -42.935852,8.629385 - parent: 2 - - uid: 13767 + parent: 10805 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 10819 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.27826,20.553596 - parent: 14592 -- proto: CableHV + parent: 10805 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUniformJumpskirtPsychologist entities: - - uid: 96 + - uid: 8938 components: - type: Transform - pos: -32.5,14.5 - parent: 2 - - uid: 106 + parent: 3438 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUniformJumpskirtWeb + entities: + - uid: 37270 components: - type: Transform - pos: -18.5,40.5 - parent: 2 - - uid: 118 + parent: 37268 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUniformJumpsuitBartender + entities: + - uid: 7120 components: - type: Transform - pos: -19.5,40.5 + pos: 8.511309,68.36859 parent: 2 - - uid: 469 + - uid: 13682 components: - type: Transform - pos: -17.5,40.5 + pos: -29.488731,-61.43686 parent: 2 - - uid: 742 +- proto: ClothingUniformJumpsuitColorBlack + entities: + - uid: 5871 components: - type: Transform - pos: -27.5,12.5 + pos: 52.650852,-29.64286 parent: 2 - - uid: 743 + - uid: 5872 components: - type: Transform - pos: -33.5,13.5 + pos: 52.244602,-29.61161 parent: 2 - - uid: 1145 +- proto: ClothingUniformJumpsuitColorDarkGreen + entities: + - uid: 2844 components: - type: Transform - pos: -32.5,11.5 + pos: 48.171093,-31.307682 parent: 2 - - uid: 3134 + - uid: 2862 components: - type: Transform - pos: 6.5,8.5 + pos: 48.155468,-30.963932 parent: 2 - - uid: 3166 +- proto: ClothingUniformJumpsuitColorGrey + entities: + - uid: 3100 components: - type: Transform - pos: -22.5,22.5 + pos: -47.952423,11.648771 parent: 2 - - uid: 3196 + - uid: 11389 components: - type: Transform - pos: 44.5,-7.5 + pos: 50.837997,-39.62195 parent: 2 - - uid: 3197 + - uid: 11390 components: - type: Transform - pos: 45.5,-7.5 + pos: 50.791122,-39.4032 parent: 2 - - uid: 3915 + - uid: 11391 components: - type: Transform - pos: -21.5,22.5 + pos: 50.712997,-39.2157 parent: 2 - - uid: 4385 +- proto: ClothingUniformJumpsuitColorPink + entities: + - uid: 27556 components: - type: Transform - pos: -5.5,4.5 - parent: 2 - - uid: 4392 + parent: 27553 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUniformJumpsuitColorTeal + entities: + - uid: 30322 components: - type: Transform - pos: -2.5,12.5 - parent: 2 - - uid: 4816 + parent: 27553 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUniformJumpsuitHawaiBlack + entities: + - uid: 27570 components: - type: Transform - pos: -67.5,-21.5 - parent: 2 - - uid: 4957 + parent: 27553 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUniformJumpsuitHawaiBlue + entities: + - uid: 27571 components: - type: Transform - pos: -4.5,22.5 - parent: 2 - - uid: 5634 + parent: 27553 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUniformJumpsuitHawaiRed + entities: + - uid: 27569 components: - type: Transform - pos: -20.5,22.5 - parent: 2 - - uid: 5996 + parent: 27553 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUniformJumpsuitHawaiYellow + entities: + - uid: 27572 components: - type: Transform - pos: -15.5,34.5 - parent: 2 - - uid: 6366 + parent: 27553 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUniformJumpsuitHoS + entities: + - uid: 10537 components: - type: Transform - pos: -19.5,22.5 - parent: 2 - - uid: 6367 + parent: 10536 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUniformJumpsuitHoSBlue + entities: + - uid: 10539 components: - type: Transform - pos: -16.5,26.5 - parent: 2 - - uid: 6368 + parent: 10536 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUniformJumpsuitHoSParadeMale + entities: + - uid: 10543 components: - type: Transform - pos: -17.5,26.5 - parent: 2 - - uid: 6369 + parent: 10536 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUniformJumpsuitKimono + entities: + - uid: 32075 components: - type: Transform - pos: -18.5,26.5 + pos: 51.49748,-45.648373 parent: 2 - - uid: 6370 +- proto: ClothingUniformJumpsuitPrisoner + entities: + - uid: 10815 components: - type: Transform - pos: -19.5,26.5 - parent: 2 - - uid: 6371 + parent: 10805 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 10816 components: - type: Transform - pos: -20.5,26.5 - parent: 2 - - uid: 7238 + parent: 10805 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 10817 components: - type: Transform - pos: -19.5,37.5 - parent: 2 - - uid: 7250 + parent: 10805 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 10818 components: - type: Transform - pos: -24.5,20.5 - parent: 2 - - uid: 7281 + parent: 10805 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 10820 components: - type: Transform - pos: -15.5,47.5 - parent: 2 - - uid: 7525 + parent: 10805 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUniformJumpsuitPsychologist + entities: + - uid: 8948 components: - type: Transform - pos: 76.5,-49.5 - parent: 2 - - uid: 7526 + parent: 3438 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUniformJumpsuitRecruitSyndie + entities: + - uid: 37275 components: - type: Transform - pos: -30.5,15.5 - parent: 2 - - uid: 7527 + pos: 5.5527782,42.401882 + parent: 36907 +- proto: ClothingUniformJumpsuitSec + entities: + - uid: 7982 components: - type: Transform - pos: -32.5,16.5 + rot: -1.5707963267948966 rad + pos: 63.116886,-30.22433 parent: 2 - - uid: 7528 +- proto: ClothingUniformJumpsuitWeb + entities: + - uid: 37271 components: - type: Transform - pos: -31.5,11.5 - parent: 2 - - uid: 7529 + parent: 37268 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClownRecorder + entities: + - uid: 36933 components: - type: Transform - pos: -32.5,15.5 - parent: 2 - - uid: 7530 + parent: 36929 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: Cobweb1 + entities: + - uid: 9470 components: - type: Transform - pos: -31.5,15.5 + rot: -1.5707963267948966 rad + pos: 47.5,54.5 parent: 2 - - uid: 7541 + - uid: 24259 components: - type: Transform - pos: -29.5,15.5 + rot: 3.141592653589793 rad + pos: 34.5,-65.5 parent: 2 - - uid: 7546 + - uid: 24290 components: - type: Transform - pos: 42.5,-7.5 + rot: -1.5707963267948966 rad + pos: 35.5,-61.5 parent: 2 - - uid: 7778 + - uid: 24693 components: - type: Transform - pos: -28.5,16.5 + pos: 33.5,-61.5 parent: 2 - - uid: 7819 + - uid: 26189 components: - type: Transform - pos: 43.5,-7.5 + pos: -56.5,8.5 parent: 2 - - uid: 8013 + - uid: 27224 components: - type: Transform - pos: -30.5,16.5 + rot: -1.5707963267948966 rad + pos: -28.5,-51.5 parent: 2 - - uid: 8014 + - uid: 30703 components: - type: Transform - pos: -31.5,16.5 + rot: 3.141592653589793 rad + pos: -29.5,-61.5 parent: 2 - - uid: 8015 + - uid: 30720 components: - type: Transform - pos: -33.5,14.5 + rot: -1.5707963267948966 rad + pos: -25.5,-53.5 parent: 2 - - uid: 8022 + - uid: 30721 components: - type: Transform - pos: -16.5,36.5 + pos: -34.5,-51.5 parent: 2 - - uid: 8025 + - uid: 30723 components: - type: Transform - pos: -16.5,38.5 + rot: 1.5707963267948966 rad + pos: -32.5,-60.5 parent: 2 - - uid: 8026 + - uid: 33874 components: - type: Transform - pos: -15.5,36.5 + pos: -68.5,-6.5 parent: 2 - - uid: 8027 + - uid: 33875 components: - type: Transform - pos: -15.5,33.5 + pos: -60.5,-5.5 parent: 2 - - uid: 8035 + - uid: 33879 components: - type: Transform - pos: -17.5,36.5 + pos: -62.5,3.5 parent: 2 - - uid: 8124 + - uid: 33880 components: - type: Transform - pos: -33.5,11.5 + pos: -67.5,-11.5 parent: 2 - - uid: 8125 + - uid: 33881 components: - type: Transform - pos: -33.5,11.5 + pos: -63.5,-19.5 parent: 2 - - uid: 8127 + - uid: 33889 components: - type: Transform - pos: -28.5,14.5 + pos: -63.5,-26.5 parent: 2 - - uid: 8130 + - uid: 33896 components: - type: Transform - pos: -28.5,17.5 + pos: -50.5,-27.5 parent: 2 - - uid: 8132 + - uid: 37276 components: - type: Transform - pos: -30.5,17.5 - parent: 2 - - uid: 8134 + pos: 10.5,3.5 + parent: 36907 + - uid: 37277 components: - type: Transform - pos: -32.5,17.5 - parent: 2 - - uid: 8185 + pos: 4.5,-6.5 + parent: 36907 + - uid: 37278 components: - type: Transform - pos: -22.5,17.5 - parent: 2 - - uid: 9185 + rot: -1.5707963267948966 rad + pos: 27.5,-0.5 + parent: 36907 + - uid: 37279 components: - type: Transform - pos: -84.5,-20.5 - parent: 2 - - uid: 9186 + pos: 18.5,-15.5 + parent: 36907 + - uid: 37280 components: - type: Transform - pos: -84.5,-19.5 - parent: 2 - - uid: 9187 + pos: 26.5,-16.5 + parent: 36907 + - uid: 43018 components: - type: Transform - pos: -84.5,-18.5 + pos: -47.5,-9.5 parent: 2 - - uid: 9188 + - uid: 43019 components: - type: Transform - pos: -84.5,-17.5 + rot: -1.5707963267948966 rad + pos: -46.5,-9.5 parent: 2 - - uid: 9189 + - uid: 43020 components: - type: Transform - pos: -84.5,-16.5 + rot: 1.5707963267948966 rad + pos: -47.5,-11.5 parent: 2 - - uid: 9190 + - uid: 43023 components: - type: Transform - pos: -82.5,-16.5 + pos: -40.5,-9.5 parent: 2 - - uid: 9191 + - uid: 43024 components: - type: Transform - pos: -82.5,-17.5 + rot: 3.141592653589793 rad + pos: -39.5,-11.5 parent: 2 - - uid: 9192 + - uid: 43032 components: - type: Transform - pos: -82.5,-18.5 + pos: -46.5,-13.5 parent: 2 - - uid: 9193 + - uid: 43033 components: - type: Transform - pos: -82.5,-19.5 + rot: 3.141592653589793 rad + pos: -38.5,-15.5 parent: 2 - - uid: 9194 + - uid: 43036 components: - type: Transform - pos: -82.5,-20.5 + rot: 3.141592653589793 rad + pos: -38.5,-22.5 parent: 2 - - uid: 9195 + - uid: 43037 components: - type: Transform - pos: -83.5,-20.5 + rot: 1.5707963267948966 rad + pos: -44.5,-20.5 parent: 2 - - uid: 9196 + - uid: 43038 components: - type: Transform - pos: -83.5,-21.5 + rot: 1.5707963267948966 rad + pos: -43.5,-22.5 parent: 2 - - uid: 9197 + - uid: 43039 components: - type: Transform - pos: -79.5,-21.5 + rot: -1.5707963267948966 rad + pos: -38.5,-17.5 parent: 2 - - uid: 9198 +- proto: Cobweb2 + entities: + - uid: 12637 components: - type: Transform - pos: -79.5,-20.5 + pos: -2.5,45.5 parent: 2 - - uid: 9199 + - uid: 17616 components: - type: Transform - pos: -80.5,-20.5 + rot: 3.141592653589793 rad + pos: -34.5,-58.5 parent: 2 - - uid: 9200 + - uid: 24165 components: - type: Transform - pos: -80.5,-19.5 + pos: 44.5,-18.5 parent: 2 - - uid: 9201 + - uid: 24288 components: - type: Transform - pos: -80.5,-18.5 + rot: 3.141592653589793 rad + pos: 42.5,-22.5 parent: 2 - - uid: 9202 + - uid: 24458 components: - type: Transform - pos: -80.5,-17.5 + rot: 1.5707963267948966 rad + pos: 30.5,-63.5 parent: 2 - - uid: 9203 + - uid: 24694 components: - type: Transform - pos: -80.5,-16.5 + rot: 3.141592653589793 rad + pos: 42.5,-22.5 parent: 2 - - uid: 9204 + - uid: 24720 components: - type: Transform - pos: -80.5,-15.5 + rot: -1.5707963267948966 rad + pos: 43.5,-22.5 parent: 2 - - uid: 9205 + - uid: 30722 components: - type: Transform - pos: -78.5,-15.5 + rot: 3.141592653589793 rad + pos: -33.5,-59.5 parent: 2 - - uid: 9206 + - uid: 30724 components: - type: Transform - pos: -78.5,-16.5 + rot: -1.5707963267948966 rad + pos: -25.5,-58.5 parent: 2 - - uid: 9207 + - uid: 33876 components: - type: Transform - pos: -78.5,-17.5 + pos: -55.5,-0.5 parent: 2 - - uid: 9208 + - uid: 33878 components: - type: Transform - pos: -78.5,-18.5 + pos: -61.5,3.5 parent: 2 - - uid: 9209 + - uid: 33882 components: - type: Transform - pos: -78.5,-19.5 + pos: -50.5,-24.5 parent: 2 - - uid: 9210 + - uid: 33897 components: - type: Transform - pos: -78.5,-20.5 + pos: -46.5,-30.5 parent: 2 - - uid: 9211 + - uid: 33898 components: - type: Transform - pos: -76.5,-16.5 + pos: -44.5,-33.5 parent: 2 - - uid: 9212 + - uid: 33899 components: - type: Transform - pos: -76.5,-17.5 + pos: -55.5,-24.5 parent: 2 - - uid: 9213 + - uid: 37281 components: - type: Transform - pos: -76.5,-18.5 - parent: 2 - - uid: 9214 + pos: 22.5,3.5 + parent: 36907 + - uid: 37282 components: - type: Transform - pos: -76.5,-19.5 - parent: 2 - - uid: 9215 + rot: 3.141592653589793 rad + pos: 24.5,-4.5 + parent: 36907 + - uid: 37283 components: - type: Transform - pos: -76.5,-20.5 - parent: 2 - - uid: 9216 + rot: -1.5707963267948966 rad + pos: 29.5,-15.5 + parent: 36907 + - uid: 43021 components: - type: Transform - pos: -74.5,-20.5 + pos: -39.5,-9.5 parent: 2 - - uid: 9217 + - uid: 43022 components: - type: Transform - pos: -74.5,-19.5 + rot: 3.141592653589793 rad + pos: -40.5,-11.5 parent: 2 - - uid: 9218 + - uid: 43034 components: - type: Transform - pos: -74.5,-18.5 + rot: 3.141592653589793 rad + pos: -46.5,-15.5 parent: 2 - - uid: 9219 + - uid: 43035 components: - type: Transform - pos: -74.5,-17.5 + rot: 3.141592653589793 rad + pos: -45.5,-18.5 parent: 2 - - uid: 9220 + - uid: 43040 components: - type: Transform - pos: -74.5,-16.5 + rot: 1.5707963267948966 rad + pos: -45.5,-17.5 parent: 2 - - uid: 9221 +- proto: CombatKnife + entities: + - uid: 8280 components: - type: Transform - pos: -75.5,-20.5 + pos: 51.370186,-32.586777 parent: 2 - - uid: 9222 + - uid: 31795 components: - type: Transform - pos: -75.5,-21.5 - parent: 2 - - uid: 9223 + parent: 31794 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: CombatMedipen + entities: + - uid: 4387 components: - type: Transform - pos: -75.5,-23.5 + pos: 51.08069,-32.255905 parent: 2 - - uid: 9224 +- proto: ComfyChair + entities: + - uid: 781 components: - type: Transform - pos: -75.5,-24.5 + rot: 3.141592653589793 rad + pos: -34.5,38.5 parent: 2 - - uid: 9225 + - uid: 3358 components: - type: Transform - pos: -76.5,-24.5 + rot: -1.5707963267948966 rad + pos: 1.5,-68.5 parent: 2 - - uid: 9226 + - uid: 4905 components: - type: Transform - pos: -76.5,-25.5 + rot: 3.141592653589793 rad + pos: -14.5,-17.5 parent: 2 - - uid: 9227 + - uid: 5054 components: - type: Transform - pos: -76.5,-26.5 + rot: 3.141592653589793 rad + pos: -12.5,-25.5 parent: 2 - - uid: 9228 + - uid: 5055 components: - type: Transform - pos: -76.5,-27.5 + rot: 3.141592653589793 rad + pos: -13.5,-25.5 parent: 2 - - uid: 9229 + - uid: 5056 components: - type: Transform - pos: -76.5,-28.5 + rot: 3.141592653589793 rad + pos: -14.5,-25.5 parent: 2 - - uid: 9230 + - uid: 5057 components: - type: Transform - pos: -74.5,-28.5 + rot: 1.5707963267948966 rad + pos: -14.5,-22.5 parent: 2 - - uid: 9231 + - uid: 5058 components: - type: Transform - pos: -74.5,-27.5 + rot: -1.5707963267948966 rad + pos: -12.5,-22.5 parent: 2 - - uid: 9232 + - uid: 6084 components: - type: Transform - pos: -74.5,-26.5 + pos: 15.5,36.5 parent: 2 - - uid: 9233 + - uid: 6146 components: - type: Transform - pos: -74.5,-25.5 + pos: 4.5,-35.5 parent: 2 - - uid: 9234 + - uid: 6147 components: - type: Transform - pos: -74.5,-24.5 + pos: 5.5,-35.5 parent: 2 - - uid: 9236 + - uid: 6148 components: - type: Transform - pos: -78.5,-24.5 + rot: 3.141592653589793 rad + pos: 4.5,-37.5 parent: 2 - - uid: 9237 + - uid: 6149 components: - type: Transform - pos: -78.5,-25.5 + rot: 3.141592653589793 rad + pos: 5.5,-37.5 parent: 2 - - uid: 9238 + - uid: 7100 components: - type: Transform - pos: -78.5,-26.5 + rot: 3.141592653589793 rad + pos: 45.5,-37.5 parent: 2 - - uid: 9239 + - uid: 7285 components: - type: Transform - pos: -78.5,-27.5 + rot: 3.141592653589793 rad + pos: -37.5,20.5 parent: 2 - - uid: 9240 + - uid: 7994 components: - type: Transform - pos: -78.5,-28.5 + rot: 1.5707963267948966 rad + pos: -41.5,23.5 parent: 2 - - uid: 9241 + - uid: 7995 components: - type: Transform - pos: -78.5,-29.5 + rot: 1.5707963267948966 rad + pos: -41.5,22.5 parent: 2 - - uid: 9242 + - uid: 7996 components: - type: Transform - pos: -80.5,-29.5 + rot: -1.5707963267948966 rad + pos: -39.5,23.5 parent: 2 - - uid: 9243 + - uid: 7997 components: - type: Transform - pos: -80.5,-28.5 + rot: -1.5707963267948966 rad + pos: -39.5,22.5 parent: 2 - - uid: 9244 + - uid: 8000 components: - type: Transform - pos: -80.5,-27.5 + rot: -1.5707963267948966 rad + pos: -36.5,24.5 parent: 2 - - uid: 9245 + - uid: 8001 components: - type: Transform - pos: -80.5,-26.5 + rot: -1.5707963267948966 rad + pos: -36.5,23.5 parent: 2 - - uid: 9246 + - uid: 8002 components: - type: Transform - pos: -80.5,-25.5 + rot: -1.5707963267948966 rad + pos: -36.5,22.5 parent: 2 - - uid: 9247 + - uid: 8219 components: - type: Transform - pos: -80.5,-24.5 + rot: -1.5707963267948966 rad + pos: -57.5,36.5 parent: 2 - - uid: 9248 + - uid: 8220 components: - type: Transform - pos: -79.5,-24.5 + rot: 1.5707963267948966 rad + pos: -59.5,36.5 parent: 2 - - uid: 9249 + - uid: 8842 components: - type: Transform - pos: -79.5,-23.5 + rot: -1.5707963267948966 rad + pos: 59.5,-21.5 parent: 2 - - uid: 9250 + - uid: 8843 components: - type: Transform - pos: -83.5,-23.5 + rot: 1.5707963267948966 rad + pos: 57.5,-21.5 parent: 2 - - uid: 9251 + - uid: 9343 components: - type: Transform - pos: -83.5,-24.5 + pos: 48.5,-19.5 parent: 2 - - uid: 9252 + - uid: 9392 components: - type: Transform - pos: -82.5,-24.5 + pos: -33.5,43.5 parent: 2 - - uid: 9253 + - uid: 9426 components: - type: Transform - pos: -82.5,-25.5 + rot: 3.141592653589793 rad + pos: -33.5,38.5 parent: 2 - - uid: 9254 + - uid: 10095 components: - type: Transform - pos: -82.5,-26.5 + pos: 18.5,67.5 parent: 2 - - uid: 9255 + - uid: 10200 components: - type: Transform - pos: -82.5,-27.5 + rot: 1.5707963267948966 rad + pos: 21.5,29.5 parent: 2 - - uid: 9256 + - uid: 10204 components: - type: Transform - pos: -82.5,-28.5 + rot: 1.5707963267948966 rad + pos: 21.5,28.5 parent: 2 - - uid: 9257 + - uid: 10276 components: - type: Transform - pos: -84.5,-28.5 + rot: 3.141592653589793 rad + pos: 35.5,63.5 parent: 2 - - uid: 9258 + - uid: 10277 components: - type: Transform - pos: -84.5,-27.5 + rot: 3.141592653589793 rad + pos: 36.5,63.5 parent: 2 - - uid: 9259 + - uid: 10278 components: - type: Transform - pos: -84.5,-26.5 + rot: 3.141592653589793 rad + pos: 34.5,63.5 parent: 2 - - uid: 9260 + - uid: 10348 components: - type: Transform - pos: -84.5,-25.5 + pos: 65.5,8.5 parent: 2 - - uid: 9261 + - uid: 10457 components: - type: Transform - pos: -84.5,-24.5 + rot: -1.5707963267948966 rad + pos: -30.5,20.5 parent: 2 - - uid: 9279 + - uid: 10458 components: - type: Transform - pos: -67.5,-19.5 + rot: 1.5707963267948966 rad + pos: -32.5,20.5 parent: 2 - - uid: 9333 + - uid: 10499 components: - type: Transform - pos: -63.5,23.5 + pos: 46.5,53.5 parent: 2 - - uid: 9334 + - uid: 10550 components: - type: Transform - pos: -62.5,23.5 + rot: 3.141592653589793 rad + pos: 46.5,51.5 parent: 2 - - uid: 9335 + - uid: 10569 components: - type: Transform - pos: -61.5,23.5 + pos: 66.5,8.5 parent: 2 - - uid: 9336 + - uid: 10570 components: - type: Transform - pos: -64.5,23.5 + pos: 67.5,8.5 parent: 2 - - uid: 9938 + - uid: 10679 components: - type: Transform - pos: -19.5,39.5 + pos: 5.5,42.5 parent: 2 - - uid: 12481 + - uid: 11314 components: - type: Transform - pos: 62.5,-39.5 + pos: 31.5,49.5 parent: 2 - - uid: 12484 + - uid: 11316 components: - type: Transform - pos: 62.5,-38.5 + pos: 32.5,49.5 parent: 2 - - uid: 12718 + - uid: 11797 components: - type: Transform - pos: -49.5,-25.5 + pos: 45.5,-53.5 parent: 2 - - uid: 14003 + - uid: 11801 components: - type: Transform - pos: 2.5,-0.5 - parent: 13793 - - uid: 14020 + pos: 44.5,-53.5 + parent: 2 + - uid: 11802 components: - type: Transform - pos: 2.5,-1.5 - parent: 13793 - - uid: 14343 + rot: 1.5707963267948966 rad + pos: 49.5,-50.5 + parent: 2 + - uid: 11803 components: - type: Transform - pos: -48.5,-31.5 + rot: 1.5707963267948966 rad + pos: 49.5,-48.5 parent: 2 - - uid: 14516 + - uid: 11804 components: - type: Transform - pos: -29.5,16.5 + rot: 1.5707963267948966 rad + pos: 49.5,-49.5 parent: 2 - - uid: 14636 + - uid: 11807 components: - type: Transform - pos: -23.5,16.5 + pos: 46.5,-53.5 parent: 2 - - uid: 15566 + - uid: 11815 components: - type: Transform - pos: 14.5,6.5 - parent: 14592 - - uid: 15567 + rot: -1.5707963267948966 rad + pos: 46.5,-51.5 + parent: 2 + - uid: 11816 components: - type: Transform - pos: 15.5,6.5 - parent: 14592 - - uid: 15568 + rot: 1.5707963267948966 rad + pos: 44.5,-51.5 + parent: 2 + - uid: 11864 components: - type: Transform - pos: 15.5,6.5 - parent: 14592 - - uid: 15569 + rot: 1.5707963267948966 rad + pos: 53.5,22.5 + parent: 2 + - uid: 12286 components: - type: Transform - pos: 15.5,5.5 - parent: 14592 - - uid: 15570 + pos: 46.5,-19.5 + parent: 2 + - uid: 12516 components: - type: Transform - pos: 15.5,4.5 - parent: 14592 - - uid: 15571 + rot: -1.5707963267948966 rad + pos: -31.5,40.5 + parent: 2 + - uid: 13038 components: - type: Transform - pos: 15.5,3.5 - parent: 14592 - - uid: 15572 + rot: -1.5707963267948966 rad + pos: 5.5,-6.5 + parent: 2 + - uid: 13951 components: - type: Transform - pos: 15.5,3.5 - parent: 14592 - - uid: 16006 + rot: -1.5707963267948966 rad + pos: -11.5,-66.5 + parent: 2 + - uid: 14056 components: - type: Transform - pos: -23.5,17.5 + pos: -28.5,1.5 parent: 2 - - uid: 17570 + - uid: 14057 components: - type: Transform - pos: -25.5,39.5 + pos: -27.5,1.5 parent: 2 - - uid: 17571 + - uid: 14058 components: - type: Transform - pos: -26.5,39.5 + rot: -1.5707963267948966 rad + pos: -27.5,-1.5 parent: 2 - - uid: 17572 + - uid: 14615 components: - type: Transform - pos: -27.5,39.5 + rot: 3.141592653589793 rad + pos: -65.5,2.5 parent: 2 - - uid: 17591 + - uid: 19584 components: - type: Transform - pos: -15.5,38.5 + pos: -10.5,34.5 parent: 2 - - uid: 18541 + - uid: 19588 components: - type: Transform - pos: -24.5,19.5 + pos: -12.5,34.5 parent: 2 - - uid: 18622 + - uid: 21843 components: - type: Transform - pos: 17.5,-32.5 + rot: -1.5707963267948966 rad + pos: 48.5,-37.5 parent: 2 - - uid: 18623 + - uid: 24072 components: - type: Transform - pos: 17.5,-31.5 + rot: 1.5707963267948966 rad + pos: 37.5,-42.5 parent: 2 - - uid: 19159 + - uid: 26706 components: - type: Transform - pos: 62.5,-49.5 + rot: 1.5707963267948966 rad + pos: 52.5,-18.5 parent: 2 - - uid: 19160 + - uid: 26895 components: - type: Transform - pos: 63.5,-49.5 + rot: 1.5707963267948966 rad + pos: 40.5,-31.5 parent: 2 - - uid: 19161 + - uid: 27093 components: - type: Transform - pos: 64.5,-49.5 + rot: 1.5707963267948966 rad + pos: 46.5,-37.5 parent: 2 - - uid: 19162 + - uid: 30883 components: - type: Transform - pos: 65.5,-49.5 + rot: 1.5707963267948966 rad + pos: 3.5,-6.5 parent: 2 - - uid: 19163 + - uid: 30884 components: - type: Transform - pos: 66.5,-49.5 + pos: -0.5,-7.5 parent: 2 - - uid: 19164 + - uid: 31018 components: - type: Transform - pos: 67.5,-49.5 + rot: 1.5707963267948966 rad + pos: -4.5,-6.5 parent: 2 - - uid: 19166 + - uid: 31019 components: - type: Transform - pos: 62.5,-51.5 + rot: -1.5707963267948966 rad + pos: -2.5,-6.5 parent: 2 - - uid: 19167 + - uid: 31020 components: - type: Transform - pos: 63.5,-51.5 + pos: 1.5,-7.5 parent: 2 - - uid: 19168 + - uid: 31919 components: - type: Transform - pos: 64.5,-51.5 + rot: 3.141592653589793 rad + pos: 14.5,-20.5 parent: 2 - - uid: 19169 + - uid: 35039 components: - type: Transform - pos: 65.5,-51.5 + pos: 72.5,28.5 parent: 2 - - uid: 19170 + - uid: 35597 components: - type: Transform - pos: 66.5,-51.5 + rot: 3.141592653589793 rad + pos: 5.5,-34.5 parent: 2 - - uid: 19171 + - uid: 35630 components: - type: Transform - pos: 67.5,-51.5 + pos: -32.5,66.5 parent: 2 - - uid: 19173 + - uid: 43165 components: - type: Transform - pos: 67.5,-50.5 + rot: -1.5707963267948966 rad + pos: -70.5,0.5 parent: 2 - - uid: 19175 + - uid: 43234 components: - type: Transform - pos: 68.5,-50.5 + rot: -1.5707963267948966 rad + pos: -29.5,66.5 parent: 2 - - uid: 19176 + - uid: 43235 components: - type: Transform - pos: 75.5,-49.5 + rot: -1.5707963267948966 rad + pos: -29.5,65.5 parent: 2 - - uid: 19177 +- proto: CommsComputerCircuitboard + entities: + - uid: 7876 components: - type: Transform - pos: 74.5,-49.5 + pos: -39.46679,8.554195 parent: 2 - - uid: 19178 +- proto: ComputerAlert + entities: + - uid: 559 components: - type: Transform - pos: 73.5,-49.5 + rot: 1.5707963267948966 rad + pos: -33.5,33.5 parent: 2 - - uid: 19179 + - uid: 5773 components: - type: Transform - pos: 72.5,-49.5 + pos: 1.5,-25.5 parent: 2 - - uid: 19180 + - uid: 9606 components: - type: Transform - pos: 71.5,-49.5 + pos: -3.5,34.5 parent: 2 - - uid: 19181 + - uid: 13760 components: - type: Transform - pos: 71.5,-51.5 + pos: -85.5,79.5 parent: 2 - - uid: 19182 +- proto: ComputerAnalysisConsole + entities: + - uid: 5017 components: - type: Transform - pos: 72.5,-51.5 + rot: 3.141592653589793 rad + pos: -27.5,-18.5 parent: 2 - - uid: 19183 + - uid: 5018 components: - type: Transform - pos: 73.5,-51.5 + rot: 1.5707963267948966 rad + pos: -29.5,-16.5 parent: 2 - - uid: 19184 +- proto: computerBodyScanner + entities: + - uid: 3260 components: - type: Transform - pos: 74.5,-51.5 + rot: -1.5707963267948966 rad + pos: 48.5,-11.5 parent: 2 - - uid: 19185 + - uid: 5305 components: - type: Transform - pos: 75.5,-51.5 + pos: -17.5,-43.5 parent: 2 - - uid: 19186 + - uid: 11175 components: - type: Transform - pos: 76.5,-51.5 + pos: 7.5,-57.5 parent: 2 - - uid: 19187 + - uid: 12615 components: - type: Transform - pos: 71.5,-50.5 + rot: 1.5707963267948966 rad + pos: 31.5,-9.5 parent: 2 - - uid: 19188 + - uid: 12629 components: - type: Transform - pos: 70.5,-50.5 + rot: -1.5707963267948966 rad + pos: 34.5,-9.5 parent: 2 - - uid: 19190 +- proto: ComputerBroken + entities: + - uid: 1344 components: - type: Transform - pos: 63.5,-53.5 + rot: -1.5707963267948966 rad + pos: 44.5,-19.5 parent: 2 - - uid: 19191 + - uid: 11503 components: - type: Transform - pos: 64.5,-53.5 + pos: 67.5,-18.5 parent: 2 - - uid: 19192 + - uid: 12952 components: - type: Transform - pos: 65.5,-53.5 + pos: 45.5,12.5 parent: 2 - - uid: 19193 + - uid: 27703 components: - type: Transform - pos: 66.5,-53.5 + rot: 3.141592653589793 rad + pos: -85.5,83.5 parent: 2 - - uid: 19194 + - uid: 34117 components: - type: Transform - pos: 67.5,-53.5 + rot: 1.5707963267948966 rad + pos: -59.5,-0.5 parent: 2 - - uid: 19195 + - uid: 34119 components: - type: Transform - pos: 63.5,-55.5 + rot: 3.141592653589793 rad + pos: -58.5,-2.5 parent: 2 - - uid: 19196 + - uid: 34120 components: - type: Transform - pos: 64.5,-55.5 + rot: 3.141592653589793 rad + pos: -59.5,-2.5 parent: 2 - - uid: 19197 +- proto: ComputerCargoBounty + entities: + - uid: 7332 components: - type: Transform - pos: 65.5,-55.5 + pos: 9.5,-27.5 parent: 2 - - uid: 19198 + - uid: 8561 components: - type: Transform - pos: 66.5,-55.5 + rot: 3.141592653589793 rad + pos: -47.5,-46.5 parent: 2 - - uid: 19199 +- proto: ComputerCargoOrders + entities: + - uid: 5527 components: - type: Transform - pos: 67.5,-55.5 + rot: 1.5707963267948966 rad + pos: -40.5,-52.5 parent: 2 - - uid: 19200 + - uid: 5546 components: - type: Transform - pos: 75.5,-55.5 + rot: 1.5707963267948966 rad + pos: -40.5,-38.5 parent: 2 - - uid: 19201 + - uid: 5557 components: - type: Transform - pos: 74.5,-55.5 + rot: 1.5707963267948966 rad + pos: -49.5,-46.5 parent: 2 - - uid: 19202 + - uid: 7330 components: - type: Transform - pos: 73.5,-55.5 + rot: 3.141592653589793 rad + pos: 3.5,-27.5 parent: 2 - - uid: 19203 + - uid: 8471 components: - type: Transform - pos: 72.5,-55.5 + rot: 3.141592653589793 rad + pos: -42.5,-38.5 parent: 2 - - uid: 19204 +- proto: ComputerCargoShuttle + entities: + - uid: 353 components: - type: Transform - pos: 71.5,-55.5 + rot: 3.141592653589793 rad + pos: 4.5,-28.5 parent: 2 - - uid: 19205 + - uid: 5526 components: - type: Transform - pos: 67.5,-54.5 + rot: 1.5707963267948966 rad + pos: -40.5,-51.5 parent: 2 - - uid: 19206 + - uid: 5555 components: - type: Transform - pos: 68.5,-54.5 + pos: -48.5,-44.5 parent: 2 - - uid: 19207 +- proto: ComputerComms + entities: + - uid: 5775 components: - type: Transform - pos: 71.5,-54.5 + pos: 0.5,-25.5 parent: 2 - - uid: 19208 + - uid: 6156 components: - type: Transform - pos: 70.5,-54.5 + rot: -1.5707963267948966 rad + pos: 9.5,-38.5 parent: 2 - - uid: 19209 +- proto: ComputerCrewMonitoring + entities: + - uid: 6720 components: - type: Transform - pos: 71.5,-53.5 + rot: 1.5707963267948966 rad + pos: -82.5,82.5 parent: 2 - - uid: 19210 + - uid: 6948 components: - type: Transform - pos: 72.5,-53.5 + pos: 30.5,-32.5 parent: 2 - - uid: 19211 + - uid: 7344 components: - type: Transform - pos: 73.5,-53.5 + rot: 3.141592653589793 rad + pos: -3.5,-28.5 parent: 2 - - uid: 19212 + - uid: 9362 components: - type: Transform - pos: 74.5,-53.5 + rot: 3.141592653589793 rad + pos: 47.5,-17.5 parent: 2 - - uid: 19213 + - uid: 10312 components: - type: Transform - pos: 75.5,-53.5 + rot: 1.5707963267948966 rad + pos: 56.5,-3.5 parent: 2 - - uid: 19214 + - uid: 10354 components: - type: Transform - pos: 69.5,-58.5 + pos: 38.5,23.5 parent: 2 - - uid: 19215 + - uid: 33937 components: - type: Transform - pos: 69.5,-57.5 + rot: -1.5707963267948966 rad + pos: -54.5,-22.5 parent: 2 - - uid: 19216 +- proto: ComputerCriminalRecords + entities: + - uid: 5780 components: - type: Transform - pos: 69.5,-56.5 + pos: 4.5,-25.5 parent: 2 - - uid: 19217 + - uid: 6949 components: - type: Transform - pos: 69.5,-55.5 + pos: 41.5,-24.5 parent: 2 - - uid: 19218 + - uid: 8608 components: - type: Transform - pos: 71.5,-47.5 + rot: 1.5707963267948966 rad + pos: 33.5,37.5 parent: 2 - - uid: 19219 + - uid: 9607 components: - type: Transform - pos: 72.5,-47.5 + rot: -1.5707963267948966 rad + pos: 46.5,43.5 parent: 2 - - uid: 19220 + - uid: 10127 components: - type: Transform - pos: 73.5,-47.5 + rot: 3.141592653589793 rad + pos: -3.5,47.5 parent: 2 - - uid: 19221 + - uid: 10263 components: - type: Transform - pos: 74.5,-47.5 + rot: -1.5707963267948966 rad + pos: 59.5,3.5 parent: 2 - - uid: 19222 + - uid: 10741 components: - type: Transform - pos: 75.5,-47.5 + rot: 3.141592653589793 rad + pos: -3.5,-59.5 parent: 2 - - uid: 19223 + - uid: 12223 components: - type: Transform - pos: 75.5,-45.5 + rot: 3.141592653589793 rad + pos: 53.5,19.5 parent: 2 - - uid: 19224 + - uid: 14559 components: - type: Transform - pos: 74.5,-45.5 + pos: -42.5,-2.5 parent: 2 - - uid: 19225 +- proto: ComputerFrame + entities: + - uid: 13109 components: - type: Transform - pos: 73.5,-45.5 + pos: -83.5,79.5 parent: 2 - - uid: 19226 + - uid: 13409 components: - type: Transform - pos: 72.5,-45.5 + pos: -23.5,64.5 parent: 2 - - uid: 19227 + - uid: 36841 components: - type: Transform - pos: 71.5,-45.5 + pos: -0.5,17.5 parent: 2 - - uid: 19228 +- proto: ComputerId + entities: + - uid: 5618 components: - type: Transform - pos: 67.5,-45.5 + rot: 1.5707963267948966 rad + pos: -4.5,-46.5 parent: 2 - - uid: 19229 + - uid: 5774 components: - type: Transform - pos: 66.5,-45.5 + pos: -0.5,-25.5 parent: 2 - - uid: 19230 + - uid: 6155 components: - type: Transform - pos: 65.5,-45.5 + rot: -1.5707963267948966 rad + pos: 9.5,-39.5 parent: 2 - - uid: 19231 + - uid: 10310 components: - type: Transform - pos: 64.5,-45.5 + rot: 1.5707963267948966 rad + pos: 56.5,-2.5 parent: 2 - - uid: 19232 + - uid: 11158 components: - type: Transform - pos: 63.5,-45.5 + pos: -8.5,-57.5 parent: 2 - - uid: 19233 +- proto: ComputerIFF + entities: + - uid: 7346 components: - type: Transform - pos: 63.5,-47.5 + rot: 3.141592653589793 rad + pos: -2.5,-27.5 parent: 2 - - uid: 19234 + - uid: 13829 components: - type: Transform - pos: 64.5,-47.5 - parent: 2 - - uid: 19235 + pos: 1.5,0.5 + parent: 13793 + - uid: 36558 components: - type: Transform - pos: 65.5,-47.5 - parent: 2 - - uid: 19236 + rot: 1.5707963267948966 rad + pos: 3.5,3.5 + parent: 36450 +- proto: ComputerIFFSyndicate + entities: + - uid: 42761 components: - type: Transform - pos: 66.5,-47.5 - parent: 2 - - uid: 19237 + rot: -1.5707963267948966 rad + pos: 40.5,-31.5 + parent: 36907 + - type: ApcPowerReceiver + needsPower: False + - type: PointLight + enabled: True +- proto: ComputerMassMedia + entities: + - uid: 8488 components: - type: Transform - pos: 67.5,-47.5 + rot: -1.5707963267948966 rad + pos: 4.5,29.5 parent: 2 - - uid: 19238 + - uid: 34205 components: - type: Transform - pos: 67.5,-46.5 + rot: 1.5707963267948966 rad + pos: -82.5,81.5 parent: 2 - - uid: 19239 +- proto: ComputerMedicalRecords + entities: + - uid: 3530 components: - type: Transform - pos: 68.5,-46.5 + rot: 1.5707963267948966 rad + pos: -82.5,80.5 parent: 2 - - uid: 19240 + - uid: 6947 components: - type: Transform - pos: 71.5,-46.5 + pos: 34.5,-32.5 parent: 2 - - uid: 19241 + - uid: 7343 components: - type: Transform - pos: 70.5,-46.5 + pos: -8.5,-27.5 parent: 2 - - uid: 19242 + - uid: 10735 components: - type: Transform - pos: 60.5,-37.5 + pos: 4.5,-57.5 parent: 2 - - uid: 19243 + - uid: 18442 components: - type: Transform - pos: 61.5,-37.5 + rot: 3.141592653589793 rad + pos: 46.5,-17.5 parent: 2 - - uid: 19244 +- proto: ComputerPowerMonitoring + entities: + - uid: 560 components: - type: Transform - pos: 62.5,-37.5 + rot: 1.5707963267948966 rad + pos: -33.5,27.5 parent: 2 - - uid: 19245 + - uid: 5777 components: - type: Transform - pos: 63.5,-37.5 + pos: -3.5,-25.5 parent: 2 - - uid: 19297 + - uid: 7539 components: - type: Transform - pos: -39.5,-33.5 + pos: -4.5,22.5 parent: 2 - - uid: 19323 + - uid: 8101 components: - type: Transform - pos: -67.5,-20.5 + rot: 1.5707963267948966 rad + pos: -17.5,15.5 parent: 2 - - uid: 19386 + - uid: 8161 components: - type: Transform - pos: 0.5,18.5 + pos: -50.5,32.5 parent: 2 - - uid: 19387 + - uid: 8515 components: - type: Transform - pos: 0.5,19.5 + rot: 3.141592653589793 rad + pos: -84.5,83.5 parent: 2 - - uid: 19388 + - uid: 30889 components: - type: Transform - pos: 0.5,20.5 + pos: -12.5,45.5 parent: 2 - - uid: 19389 + - uid: 31240 components: - type: Transform - pos: 0.5,21.5 - parent: 2 - - uid: 19390 + rot: -1.5707963267948966 rad + pos: 0.5,7.5 + parent: 30892 + - uid: 36561 components: - type: Transform - pos: 0.5,21.5 - parent: 2 - - uid: 19391 + rot: -1.5707963267948966 rad + pos: 7.5,3.5 + parent: 36450 +- proto: ComputerRadar + entities: + - uid: 5776 components: - type: Transform - pos: -0.5,21.5 + pos: -4.5,-25.5 parent: 2 - - uid: 19392 + - uid: 8102 components: - type: Transform - pos: -1.5,21.5 + rot: 1.5707963267948966 rad + pos: -17.5,16.5 parent: 2 - - uid: 19393 + - uid: 10572 components: - type: Transform - pos: -2.5,21.5 + rot: -1.5707963267948966 rad + pos: 70.5,7.5 parent: 2 - - uid: 19394 + - uid: 31239 components: - type: Transform - pos: -3.5,21.5 - parent: 2 - - uid: 19395 + rot: 1.5707963267948966 rad + pos: -1.5,6.5 + parent: 30892 + - uid: 34206 components: - type: Transform - pos: -4.5,21.5 + rot: 3.141592653589793 rad + pos: -83.5,83.5 parent: 2 - - uid: 19396 + - uid: 36066 components: - type: Transform - pos: -5.5,21.5 + rot: -1.5707963267948966 rad + pos: -81.5,72.5 parent: 2 - - uid: 19397 + - uid: 36560 components: - type: Transform - pos: -6.5,21.5 - parent: 2 - - uid: 19398 + pos: 6.5,4.5 + parent: 36450 +- proto: ComputerResearchAndDevelopment + entities: + - uid: 4897 components: - type: Transform - pos: -7.5,21.5 + pos: -23.5,-21.5 parent: 2 - - uid: 19399 + - uid: 4916 components: - type: Transform - pos: -8.5,21.5 + rot: -1.5707963267948966 rad + pos: -13.5,-18.5 parent: 2 - - uid: 19400 + - uid: 5161 components: - type: Transform - pos: -9.5,21.5 + pos: -32.5,-28.5 parent: 2 - - uid: 19401 + - uid: 5200 components: - type: Transform - pos: -10.5,21.5 + rot: -1.5707963267948966 rad + pos: -30.5,-33.5 parent: 2 - - uid: 19402 + - uid: 5340 components: - type: Transform - pos: -11.5,21.5 + rot: 1.5707963267948966 rad + pos: -41.5,-19.5 parent: 2 - - uid: 19403 +- proto: ComputerSalvageExpedition + entities: + - uid: 5453 components: - type: Transform - pos: -12.5,21.5 + pos: -48.5,-48.5 parent: 2 - - uid: 19404 +- proto: ComputerShuttle + entities: + - uid: 8181 components: - type: Transform - pos: -13.5,21.5 - parent: 2 - - uid: 19406 + pos: 3.5,3.5 + parent: 32914 + - uid: 13824 components: - type: Transform - pos: -27.5,16.5 - parent: 2 - - uid: 19407 + pos: 0.5,0.5 + parent: 13793 + - uid: 31396 components: - type: Transform - pos: -33.5,12.5 - parent: 2 - - uid: 19409 + pos: 0.5,4.5 + parent: 31348 + - uid: 36559 components: - type: Transform - pos: -30.5,14.5 - parent: 2 - - uid: 19410 + pos: 4.5,4.5 + parent: 36450 +- proto: ComputerShuttleCargo + entities: + - uid: 5554 components: - type: Transform - pos: -28.5,18.5 + rot: 1.5707963267948966 rad + pos: -49.5,-45.5 parent: 2 - - uid: 19413 +- proto: ComputerShuttleSalvage + entities: + - uid: 1504 components: - type: Transform - pos: -28.5,12.5 + pos: -47.5,-48.5 parent: 2 - - uid: 19414 +- proto: ComputerSolarControl + entities: + - uid: 5778 components: - type: Transform - pos: -33.5,17.5 + pos: -2.5,-25.5 parent: 2 - - uid: 19420 + - uid: 9278 components: - type: Transform - pos: -30.5,12.5 + rot: -1.5707963267948966 rad + pos: -21.5,68.5 parent: 2 - - uid: 19421 + - uid: 14034 components: - type: Transform - pos: -29.5,12.5 + rot: -1.5707963267948966 rad + pos: 62.5,-39.5 parent: 2 - - uid: 19422 + - uid: 14271 components: - type: Transform - pos: -26.5,12.5 + pos: -67.5,-19.5 parent: 2 - - uid: 19458 + - uid: 31238 components: - type: Transform - pos: -13.5,21.5 - parent: 2 - - uid: 19461 + rot: 1.5707963267948966 rad + pos: -1.5,7.5 + parent: 30892 +- proto: ComputerStationRecords + entities: + - uid: 5779 components: - type: Transform - pos: -14.5,21.5 + pos: 3.5,-25.5 parent: 2 - - uid: 19464 + - uid: 9621 components: - type: Transform - pos: -15.5,21.5 + rot: -1.5707963267948966 rad + pos: 46.5,41.5 parent: 2 - - uid: 19467 + - uid: 10355 components: - type: Transform - pos: -16.5,21.5 + pos: 37.5,23.5 parent: 2 - - uid: 19545 + - uid: 12222 components: - type: Transform - pos: -34.5,14.5 + rot: 3.141592653589793 rad + pos: 54.5,19.5 parent: 2 - - uid: 19546 +- proto: ComputerSurveillanceCameraMonitor + entities: + - uid: 5781 components: - type: Transform - pos: -34.5,15.5 + pos: 5.5,-25.5 parent: 2 - - uid: 19547 + - uid: 6946 components: - type: Transform - pos: -34.5,16.5 + pos: 40.5,-24.5 parent: 2 - - uid: 19548 + - uid: 8452 components: - type: Transform - pos: -34.5,17.5 + rot: -1.5707963267948966 rad + pos: 35.5,37.5 parent: 2 - - uid: 19549 + - uid: 9468 components: - type: Transform - pos: -28.5,15.5 + rot: -1.5707963267948966 rad + pos: 47.5,53.5 parent: 2 - - uid: 19552 + - uid: 9612 components: - type: Transform - pos: -33.5,21.5 + rot: -1.5707963267948966 rad + pos: 46.5,42.5 parent: 2 - - uid: 19553 + - uid: 10150 components: - type: Transform - pos: -27.5,21.5 + pos: -4.5,50.5 parent: 2 - - uid: 19554 + - uid: 10299 components: - type: Transform - pos: -33.5,21.5 + rot: -1.5707963267948966 rad + pos: 59.5,4.5 parent: 2 - - uid: 19555 + - uid: 10755 components: - type: Transform - pos: -20.5,20.5 + pos: -9.5,-57.5 parent: 2 - - uid: 19556 + - uid: 35687 components: - type: Transform - pos: -20.5,19.5 + pos: -71.5,79.5 parent: 2 - - uid: 19557 + - uid: 36162 components: - type: Transform - pos: -20.5,18.5 + rot: -1.5707963267948966 rad + pos: -75.5,78.5 parent: 2 - - uid: 19559 + - uid: 36163 components: - type: Transform - pos: -21.5,31.5 + rot: -1.5707963267948966 rad + pos: -75.5,87.5 parent: 2 - - uid: 19560 +- proto: ComputerSurveillanceWirelessCameraMonitor + entities: + - uid: 1086 components: - type: Transform - pos: -15.5,32.5 + rot: 1.5707963267948966 rad + pos: -73.5,86.5 parent: 2 - - uid: 19567 +- proto: ComputerTechnologyDiskTerminal + entities: + - uid: 4896 components: - type: Transform - pos: -21.5,26.5 + pos: -23.5,-19.5 parent: 2 - - uid: 19568 +- proto: ComputerTelevision + entities: + - uid: 6140 components: - type: Transform - pos: -21.5,27.5 + pos: 11.5,-33.5 parent: 2 - - uid: 19569 + - uid: 6951 components: - type: Transform - pos: -21.5,28.5 + pos: -30.5,-47.5 parent: 2 - - uid: 19570 + - uid: 8511 components: - type: Transform - pos: -21.5,29.5 + pos: 3.5,33.5 parent: 2 - - uid: 19571 +- proto: ComputerTelevisionCircuitboard + entities: + - uid: 7906 components: - type: Transform - pos: -21.5,30.5 + pos: -46.410347,8.740101 parent: 2 - - uid: 19572 + - uid: 7907 components: - type: Transform - pos: -21.5,31.5 + pos: -44.957222,8.646351 parent: 2 - - uid: 19573 +- proto: ContainmentFieldGenerator + entities: + - uid: 7787 components: - type: Transform - pos: -20.5,31.5 + pos: -11.5,24.5 parent: 2 - - uid: 19574 + - uid: 7788 components: - type: Transform - pos: -19.5,31.5 + pos: -12.5,24.5 parent: 2 - - uid: 19575 + - uid: 7789 components: - type: Transform - pos: -18.5,31.5 + pos: -12.5,25.5 parent: 2 - - uid: 19576 + - uid: 7790 components: - type: Transform - pos: -17.5,31.5 + pos: -11.5,25.5 parent: 2 - - uid: 19577 + - uid: 36365 components: - type: Transform - pos: -16.5,31.5 + rot: -1.5707963267948966 rad + pos: -63.5,84.5 parent: 2 - - uid: 19578 +- proto: ContrabassInstrument + entities: + - uid: 8303 components: - type: Transform - pos: -16.5,32.5 + pos: 10.5,56.5 parent: 2 - - uid: 19583 +- proto: ConveyorBelt + entities: + - uid: 5469 components: - type: Transform - pos: -19.5,38.5 + rot: -1.5707963267948966 rad + pos: -55.5,-42.5 parent: 2 - - uid: 19603 + - uid: 5470 components: - type: Transform - pos: -21.5,18.5 + rot: -1.5707963267948966 rad + pos: -54.5,-42.5 parent: 2 - - uid: 19604 + - uid: 5471 components: - type: Transform - pos: -22.5,18.5 + rot: -1.5707963267948966 rad + pos: -53.5,-42.5 parent: 2 - - uid: 19606 + - uid: 5472 components: - type: Transform - pos: -24.5,18.5 + rot: -1.5707963267948966 rad + pos: -52.5,-42.5 parent: 2 - - uid: 19611 + - uid: 5473 components: - type: Transform - pos: -24.5,16.5 + rot: 1.5707963267948966 rad + pos: -55.5,-46.5 parent: 2 - - uid: 19614 + - uid: 5474 components: - type: Transform - pos: -24.5,16.5 + rot: 1.5707963267948966 rad + pos: -54.5,-46.5 parent: 2 - - uid: 19615 + - uid: 5475 components: - type: Transform - pos: -25.5,16.5 + rot: 1.5707963267948966 rad + pos: -53.5,-46.5 parent: 2 - - uid: 19616 + - uid: 5476 components: - type: Transform - pos: -26.5,16.5 + rot: 1.5707963267948966 rad + pos: -52.5,-46.5 parent: 2 - - uid: 19637 + - uid: 11646 components: - type: Transform - pos: -27.5,18.5 + rot: -1.5707963267948966 rad + pos: -68.5,-12.5 parent: 2 - - uid: 19638 + - uid: 11647 components: - type: Transform - pos: -27.5,19.5 + rot: -1.5707963267948966 rad + pos: -67.5,-12.5 parent: 2 - - uid: 19639 + - uid: 11648 components: - type: Transform - pos: -27.5,20.5 + rot: -1.5707963267948966 rad + pos: -66.5,-12.5 parent: 2 - - uid: 19640 + - uid: 11650 components: - type: Transform - pos: -33.5,21.5 + rot: 3.141592653589793 rad + pos: -66.5,-17.5 parent: 2 - - uid: 19642 + - uid: 11651 components: - type: Transform - pos: -33.5,21.5 + rot: -1.5707963267948966 rad + pos: -65.5,-17.5 parent: 2 - - uid: 19643 + - uid: 11684 components: - type: Transform - pos: -32.5,21.5 + rot: 3.141592653589793 rad + pos: -66.5,-16.5 parent: 2 - - uid: 19644 + - uid: 11685 components: - type: Transform - pos: -31.5,21.5 + rot: 3.141592653589793 rad + pos: -66.5,-15.5 parent: 2 - - uid: 19645 + - uid: 11686 components: - type: Transform - pos: -30.5,21.5 + rot: 3.141592653589793 rad + pos: -66.5,-14.5 parent: 2 - - uid: 19646 + - uid: 11687 components: - type: Transform - pos: -29.5,21.5 + rot: 3.141592653589793 rad + pos: -66.5,-13.5 parent: 2 - - uid: 19647 +- proto: CounterMetalFrame + entities: + - uid: 24284 components: - type: Transform - pos: -28.5,21.5 + rot: -1.5707963267948966 rad + pos: -68.5,83.5 parent: 2 - - uid: 19648 +- proto: CrateArtifactContainer + entities: + - uid: 5285 components: - type: Transform - pos: -27.5,21.5 + pos: -33.5,-14.5 parent: 2 - - uid: 19649 + - uid: 36395 components: - type: Transform - pos: -26.5,21.5 + pos: -68.5,80.5 parent: 2 - - uid: 19650 +- proto: CrateChemistrySupplies + entities: + - uid: 5250 components: - type: Transform - pos: -25.5,21.5 + pos: -36.5,-29.5 parent: 2 - - uid: 19651 + - uid: 6338 components: - type: Transform - pos: -24.5,21.5 + pos: 33.5,14.5 parent: 2 - - uid: 19652 + - uid: 6798 components: - type: Transform - pos: -23.5,21.5 + pos: 19.5,-32.5 parent: 2 - - uid: 19661 +- proto: CrateEmergencyInternals + entities: + - uid: 9593 components: - type: Transform - pos: -23.5,21.5 + pos: -33.5,7.5 parent: 2 - - uid: 19662 + - uid: 13502 components: - type: Transform - pos: -23.5,22.5 + pos: -47.5,-39.5 parent: 2 - - uid: 19663 +- proto: CrateEmptySpawner + entities: + - uid: 10929 components: - type: Transform - pos: -23.5,23.5 + pos: 13.5,-58.5 parent: 2 - - uid: 19664 + - uid: 10930 components: - type: Transform - pos: -23.5,24.5 + pos: 32.5,-60.5 parent: 2 - - uid: 19665 + - uid: 11625 components: - type: Transform - pos: -23.5,25.5 + pos: 65.5,-26.5 parent: 2 - - uid: 19666 + - uid: 11724 components: - type: Transform - pos: -23.5,26.5 + pos: -65.5,-13.5 parent: 2 - - uid: 19667 + - uid: 13515 components: - type: Transform - pos: -23.5,27.5 + pos: -45.5,-37.5 parent: 2 - - uid: 19668 + - uid: 14383 components: - type: Transform - pos: -23.5,28.5 + pos: 39.5,8.5 parent: 2 - - uid: 19669 + - uid: 14384 components: - type: Transform - pos: -23.5,29.5 + pos: 41.5,15.5 parent: 2 - - uid: 19670 + - uid: 14385 components: - type: Transform - pos: -23.5,30.5 + pos: 17.5,18.5 parent: 2 - - uid: 19671 + - uid: 31336 components: - type: Transform - pos: -23.5,31.5 + pos: -63.5,-24.5 parent: 2 - - uid: 19672 + - uid: 34318 components: - type: Transform - pos: -23.5,32.5 + pos: -55.5,-3.5 parent: 2 - - uid: 19673 + - uid: 34319 components: - type: Transform - pos: -23.5,33.5 + pos: -55.5,-4.5 parent: 2 - - uid: 19674 + - uid: 34320 components: - type: Transform - pos: -23.5,34.5 + pos: -59.5,1.5 parent: 2 - - uid: 19678 + - uid: 34321 components: - type: Transform - pos: -22.5,34.5 + pos: -55.5,4.5 parent: 2 - - uid: 19679 + - uid: 34322 components: - type: Transform - pos: -22.5,35.5 + pos: -56.5,6.5 parent: 2 - - uid: 19680 + - uid: 34323 components: - type: Transform - pos: -22.5,36.5 + pos: -56.5,8.5 parent: 2 - - uid: 19681 + - uid: 34536 components: - type: Transform - pos: -22.5,37.5 - parent: 2 - - uid: 19682 + pos: 11.5,3.5 + parent: 30892 + - uid: 34537 components: - type: Transform - pos: -22.5,38.5 - parent: 2 - - uid: 19683 + pos: 13.5,1.5 + parent: 30892 + - uid: 34616 components: - type: Transform - pos: -22.5,38.5 - parent: 2 - - uid: 19684 + pos: 13.5,2.5 + parent: 30892 + - uid: 34618 components: - type: Transform - pos: -23.5,38.5 - parent: 2 - - uid: 19685 + pos: 11.5,1.5 + parent: 30892 +- proto: CrateEngineeringAMEControl + entities: + - uid: 5929 components: - type: Transform - pos: -24.5,38.5 + pos: -9.5,45.5 parent: 2 - - uid: 19686 +- proto: CrateEngineeringAMEJar + entities: + - uid: 7234 components: - type: Transform - pos: -25.5,38.5 + pos: -10.5,40.5 parent: 2 - - uid: 19701 + - uid: 7235 components: - type: Transform - pos: -22.5,38.5 + pos: -9.5,40.5 parent: 2 - - uid: 19702 + - uid: 7345 components: - type: Transform - pos: -21.5,38.5 + pos: -39.5,18.5 parent: 2 - - uid: 19703 +- proto: CrateEngineeringAMEShielding + entities: + - uid: 7237 components: - type: Transform - pos: -21.5,38.5 + pos: -9.5,37.5 parent: 2 - - uid: 19706 + - uid: 23970 components: - type: Transform - pos: -21.5,38.5 + pos: -9.5,36.5 parent: 2 - - uid: 19707 +- proto: CrateEngineeringCableBulk + entities: + - uid: 12885 components: - type: Transform - pos: -21.5,39.5 + pos: -27.5,27.5 parent: 2 - - uid: 19708 + - uid: 18667 components: - type: Transform - pos: -21.5,40.5 + pos: 64.5,13.5 parent: 2 - - uid: 19709 +- proto: CrateEngineeringCableHV + entities: + - uid: 24278 components: - type: Transform - pos: -21.5,41.5 + pos: -63.5,83.5 parent: 2 - - uid: 19710 +- proto: CrateEngineeringSecure + entities: + - uid: 31404 components: - type: Transform - pos: -21.5,42.5 - parent: 2 - - uid: 19711 + pos: 1.5,-0.5 + parent: 31348 + - uid: 36811 components: - type: Transform - pos: -21.5,43.5 + pos: 2.5,19.5 parent: 2 - - uid: 19713 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.1496 + 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: + - 36812 + - 36813 + - 36814 + - 36815 + - 36816 + - 36817 + - 36818 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: CrateFilledSpawner + entities: + - uid: 688 components: - type: Transform - pos: -21.5,43.5 + pos: -63.5,-17.5 parent: 2 - - uid: 19714 + - uid: 9235 components: - type: Transform - pos: -20.5,43.5 + pos: 71.5,-9.5 parent: 2 - - uid: 19715 + - uid: 10927 components: - type: Transform - pos: -19.5,43.5 + pos: 16.5,-61.5 parent: 2 - - uid: 19716 + - uid: 11524 components: - type: Transform - pos: -18.5,43.5 + pos: 67.5,-13.5 parent: 2 - - uid: 19717 + - uid: 11607 components: - type: Transform - pos: -17.5,43.5 + pos: 66.5,-26.5 parent: 2 - - uid: 19718 + - uid: 13657 components: - type: Transform - pos: -16.5,43.5 + pos: -51.5,-41.5 parent: 2 - - uid: 19719 + - uid: 13661 components: - type: Transform - pos: -15.5,43.5 + pos: -50.5,-39.5 parent: 2 - - uid: 19721 + - uid: 13666 components: - type: Transform - pos: -15.5,43.5 + pos: -46.5,-43.5 parent: 2 - - uid: 19722 + - uid: 14386 components: - type: Transform - pos: -15.5,44.5 + pos: 18.5,36.5 parent: 2 - - uid: 19723 + - uid: 14390 components: - type: Transform - pos: -15.5,45.5 + pos: 15.5,55.5 parent: 2 - - uid: 19724 + - uid: 31405 components: - type: Transform - pos: -15.5,46.5 - parent: 2 - - uid: 19727 + pos: -0.5,-1.5 + parent: 31348 + - uid: 34315 components: - type: Transform - pos: -15.5,46.5 + pos: -63.5,-19.5 parent: 2 - - uid: 19729 + - uid: 34316 components: - type: Transform - pos: -9.5,47.5 + pos: -52.5,-26.5 parent: 2 - - uid: 19730 +- proto: CrateFoodMRE + entities: + - uid: 14825 components: - type: Transform - pos: -14.5,47.5 - parent: 2 - - uid: 19731 + pos: 2.5,-7.5 + parent: 14592 +- proto: CrateFoodSoftdrinksLarge + entities: + - uid: 14817 components: - type: Transform - pos: -13.5,47.5 - parent: 2 - - uid: 19732 + pos: 2.5,-8.5 + parent: 14592 +- proto: CrateFreezer + entities: + - uid: 33999 components: - type: Transform - pos: -12.5,47.5 + pos: -57.5,-14.5 parent: 2 - - uid: 19733 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.1496 + 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: + - 34002 + - 34001 + - 34000 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 34005 components: - type: Transform - pos: -11.5,47.5 + pos: -53.5,-14.5 parent: 2 - - uid: 19734 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14755 + 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: + - 34010 + - 34009 + - 34008 + - 34007 + - 34006 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 34086 components: - type: Transform - pos: -10.5,47.5 + pos: -47.5,-5.5 parent: 2 - - uid: 19735 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.1496 + 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: + - 34090 + - 34174 + - 34175 + - 34185 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 37284 components: - type: Transform - pos: -9.5,47.5 - parent: 2 - - uid: 19736 + pos: 14.5,-0.5 + parent: 36907 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 37289 + - 37294 + - 37285 + - 37290 + - 37295 + - 37286 + - 37292 + - 37287 + - 37293 + - 37291 + - 37288 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: CrateFunBoardGames + entities: + - uid: 9950 components: - type: Transform - pos: -9.5,48.5 + pos: 29.5,68.5 parent: 2 - - uid: 19737 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.1496 + 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: + - 5622 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 14525 components: - type: Transform - pos: -7.5,47.5 + pos: -12.5,-57.5 parent: 2 - - uid: 19738 +- proto: CrateFunInstrumentsVariety + entities: + - uid: 8306 components: - type: Transform - pos: -9.5,49.5 + pos: 13.5,55.5 parent: 2 - - uid: 19739 +- proto: CrateFunPlushie + entities: + - uid: 14502 components: - type: Transform - pos: -8.5,47.5 + pos: -12.5,-62.5 parent: 2 - - uid: 19742 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.1496 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 +- proto: CrateGenericSteel + entities: + - uid: 10097 components: - type: Transform - pos: -7.5,47.5 + pos: 42.5,40.5 parent: 2 - - uid: 19743 + - 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: + - 10103 + - 10102 + - 10101 + - 10100 + - 10099 + - 10098 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 13341 components: - type: Transform - pos: -7.5,46.5 + pos: -22.5,12.5 parent: 2 - - uid: 19744 + - uid: 13421 components: - type: Transform - pos: -7.5,45.5 + pos: -68.5,5.5 parent: 2 - - uid: 19745 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 75.31249 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 13508 components: - type: Transform - pos: -7.5,44.5 + pos: -44.5,-45.5 parent: 2 - - uid: 19746 + - uid: 13959 components: - type: Transform - pos: -7.5,43.5 + pos: -31.5,-6.5 parent: 2 - - uid: 19747 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14972 + 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: + - 13961 + - 13962 + - 13960 + - 5576 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 14099 components: - type: Transform - pos: -7.5,42.5 - parent: 2 - - uid: 19748 + pos: -2.5,1.5 + parent: 14592 + - uid: 14864 components: - type: Transform - pos: -7.5,41.5 - parent: 2 - - uid: 19749 + pos: -3.5,1.5 + parent: 14592 + - uid: 15135 components: - type: Transform - pos: -7.5,40.5 - parent: 2 - - uid: 19750 + pos: 9.5,23.5 + parent: 14592 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.1496 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 16651 components: - type: Transform - pos: -7.5,39.5 - parent: 2 - - uid: 19751 + pos: -23.5,20.5 + parent: 14592 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.1496 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 37296 components: - type: Transform - pos: -7.5,38.5 - parent: 2 - - uid: 19752 + pos: 21.5,-7.5 + parent: 36907 + - uid: 37297 components: - type: Transform - pos: -7.5,37.5 - parent: 2 - - uid: 19753 + pos: 22.5,-9.5 + parent: 36907 + - uid: 37298 components: - type: Transform - pos: -7.5,36.5 - parent: 2 - - uid: 19755 + pos: 23.5,-8.5 + parent: 36907 +- proto: CrateHydroponicsSeeds + entities: + - uid: 8603 components: - type: Transform - pos: -7.5,36.5 + pos: -14.5,65.5 parent: 2 - - uid: 19756 + - uid: 9837 components: - type: Transform - pos: -6.5,36.5 + pos: 12.5,67.5 parent: 2 - - uid: 19757 + - uid: 13345 components: - type: Transform - pos: -5.5,36.5 + pos: -19.5,13.5 parent: 2 - - uid: 19758 +- proto: CrateHydroponicsTools + entities: + - uid: 13353 components: - type: Transform - pos: -4.5,36.5 + pos: -12.5,66.5 parent: 2 - - uid: 19759 +- proto: CrateHydroSecure + entities: + - uid: 25177 components: - type: Transform - pos: -3.5,36.5 + pos: -12.5,59.5 parent: 2 - - uid: 19761 +- proto: CrateMedicalScrubs + entities: + - uid: 1453 components: - type: Transform - pos: -3.5,37.5 + pos: 40.5,-19.5 parent: 2 - - uid: 19762 + - uid: 11178 components: - type: Transform - pos: -2.5,37.5 + pos: 7.5,-59.5 parent: 2 - - uid: 19763 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 11903 components: - type: Transform - pos: -1.5,37.5 + pos: 34.5,-26.5 parent: 2 - - uid: 19764 + - uid: 12717 components: - type: Transform - pos: -0.5,37.5 + pos: 31.5,-15.5 parent: 2 - - uid: 19765 +- proto: CrateMedicalSurgery + entities: + - uid: 5312 components: - type: Transform - pos: 0.5,37.5 + pos: -18.5,-45.5 parent: 2 - - uid: 19770 + - uid: 12721 components: - type: Transform - pos: 0.5,36.5 + pos: 31.5,-11.5 parent: 2 - - uid: 19771 +- proto: CratePirate + entities: + - uid: 36929 components: - type: Transform - pos: 1.5,36.5 - parent: 2 - - uid: 19772 + pos: 31.5,-40.5 + parent: 36907 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14972 + 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: + - 36931 + - 36935 + - 36932 + - 36933 + - 36934 + - 36930 + - 36936 + - 24264 + - 24266 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: CrateRodentCage + entities: + - uid: 37299 components: - type: Transform - pos: 2.5,36.5 - parent: 2 - - uid: 19773 + pos: 22.5,42.5 + parent: 36907 +- proto: CrateScienceSecure + entities: + - uid: 31328 components: - type: Transform - pos: 3.5,36.5 + pos: -62.5,-7.5 parent: 2 - - uid: 19774 + - type: Lock + locked: False + - type: Fixtures + fixtures: + fix1: + shape: !type:PolygonShape + radius: 0.01 + vertices: + - -0.4,-0.4 + - 0.4,-0.4 + - 0.4,0.29 + - -0.4,0.29 + mask: + - Impassable + - LowImpassable + layer: + - BulletImpassable + - Opaque + density: 50 + hard: True + restitution: 0 + friction: 0.4 + - type: EntityStorage + open: True + removedMasks: 20 + - type: PlaceableSurface + isPlaceable: True +- proto: CrateServiceBooks + entities: + - uid: 13166 components: - type: Transform - pos: 4.5,36.5 + pos: 3.5,42.5 parent: 2 - - uid: 19775 + - uid: 14457 components: - type: Transform - pos: 5.5,36.5 + pos: 22.5,38.5 parent: 2 - - uid: 19776 +- proto: CrateServiceJanitorialSupplies + entities: + - uid: 8751 components: - type: Transform - pos: 6.5,36.5 + pos: 58.5,11.5 parent: 2 - - uid: 19777 + - 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: + - 8752 + - 8753 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: CrateServicePersonnel + entities: + - uid: 5635 components: - type: Transform - pos: 7.5,36.5 + pos: -2.5,-42.5 parent: 2 - - uid: 19778 + - uid: 33244 components: - type: Transform - pos: 8.5,36.5 + pos: -2.5,-41.5 parent: 2 - - uid: 19779 +- proto: CrateStoneGrave + entities: + - uid: 10959 components: + - type: MetaData + desc: 'Могила самого гнилого АВД, из-за которого погиб не один сотрудник станции… из-за его душки… ' + name: Могила бюрократа - type: Transform - pos: 9.5,36.5 + pos: 52.5,-34.5 parent: 2 - - uid: 19780 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.1478 + 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: + - 11281 + - 11275 + - 11276 + - 11277 + - 11278 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: CrateTrashCart + entities: + - uid: 10936 components: - type: Transform - pos: 10.5,36.5 + pos: 18.5,-63.5 parent: 2 - - uid: 19781 + - uid: 13355 components: - type: Transform - pos: 11.5,36.5 + pos: -17.5,65.5 parent: 2 - - uid: 19782 + - uid: 33451 components: - type: Transform - pos: 12.5,36.5 + pos: 46.5,-32.5 parent: 2 - - uid: 19783 +- proto: CrateTrashCartFilled + entities: + - uid: 10935 components: - type: Transform - pos: 13.5,35.5 + pos: 17.5,-63.5 parent: 2 - - uid: 19784 + - uid: 33449 components: - type: Transform - pos: 12.5,36.5 + pos: 37.5,-48.5 parent: 2 - - uid: 19785 +- proto: CrateTrashCartJani + entities: + - uid: 8689 components: - type: Transform - pos: 13.5,36.5 + pos: 55.5,11.5 parent: 2 - - uid: 19786 + - uid: 33448 components: - type: Transform - pos: 14.5,35.5 + pos: -44.5,-24.5 parent: 2 - - uid: 19787 + - uid: 33450 components: - type: Transform - pos: 15.5,35.5 + pos: 38.5,-48.5 parent: 2 - - uid: 19788 +- proto: CrateWeb + entities: + - uid: 37268 components: - type: Transform - pos: 16.5,35.5 - parent: 2 - - uid: 19789 + pos: 6.5,47.5 + parent: 36907 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 37272 + - 37273 + - 37269 + - 37274 + - 37270 + - 37271 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 43030 components: - type: Transform - pos: 17.5,35.5 + pos: -46.5,-9.5 parent: 2 - - uid: 19790 +- proto: CrateWoodenGrave + entities: + - uid: 34280 components: - type: Transform - pos: 18.5,35.5 + pos: 34.5,-61.5 parent: 2 - - uid: 19791 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.1496 + 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: + - 36178 + - 36123 + - 36087 + - 36067 + - 35821 + - 35697 + - 35676 + - 34397 + - 34357 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 37300 components: - type: Transform - pos: 19.5,35.5 - parent: 2 - - uid: 19792 + pos: 53.5,5.5 + parent: 36907 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14972 + 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: + - 37303 + - 37302 + - 37301 + - 24285 + - 24267 + - 37304 + - 24371 + - 37305 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: CrayonBox + entities: + - uid: 2837 components: - type: Transform - pos: 20.5,35.5 + pos: 61.678356,-25.200548 parent: 2 - - uid: 19793 + - uid: 2841 components: - type: Transform - pos: 21.5,35.5 + pos: 61.365856,-25.481798 parent: 2 - - uid: 19794 + - uid: 2842 components: - type: Transform - pos: 22.5,35.5 + pos: 61.31898,-25.200548 parent: 2 - - uid: 19795 + - uid: 6926 components: - type: Transform - pos: 23.5,35.5 + pos: 61.66273,-25.513048 parent: 2 - - uid: 19803 + - uid: 10054 components: - type: Transform - pos: 16.5,35.5 + pos: 26.3496,70.60056 parent: 2 - - uid: 19804 + - uid: 10055 components: - type: Transform - pos: 16.5,34.5 + pos: 26.646475,70.16306 parent: 2 - - uid: 19805 +- proto: CrayonGreen + entities: + - uid: 11534 components: - type: Transform - pos: 16.5,33.5 + pos: 49.853622,-41.18445 parent: 2 - - uid: 19806 + - uid: 14562 components: - type: Transform - pos: 16.5,32.5 + rot: -1.5707963267948966 rad + pos: -21.818346,-57.57476 parent: 2 - - uid: 19807 +- proto: CrayonMime + entities: + - uid: 13511 components: - type: Transform - pos: 16.5,31.5 + rot: -1.5707963267948966 rad + pos: -24.235956,59.76751 parent: 2 - - uid: 19808 +- proto: CrayonRainbow + entities: + - uid: 11669 components: - type: Transform - pos: 16.5,30.5 + pos: -29.548244,55.81198 parent: 2 - - uid: 19809 +- proto: CrayonRed + entities: + - uid: 14506 components: - type: Transform - pos: 16.5,29.5 + pos: -14.469999,-60.1955 parent: 2 - - uid: 19810 + - uid: 36819 components: - type: Transform - pos: 16.5,29.5 + rot: -1.5707963267948966 rad + pos: -43.30138,82.95381 parent: 2 - - uid: 19811 +- proto: CrayonWhite + entities: + - uid: 36820 components: - type: Transform - pos: 15.5,29.5 + rot: 3.141592653589793 rad + pos: -42.83263,84.59444 parent: 2 - - uid: 19813 +- proto: CrayonYellow + entities: + - uid: 36770 components: - type: Transform - pos: 15.5,29.5 + pos: -44.69128,84.89131 parent: 2 - - uid: 19814 +- proto: Crematorium + entities: + - uid: 6103 components: - type: Transform - pos: 15.5,28.5 + rot: 1.5707963267948966 rad + pos: 50.5,-27.5 parent: 2 - - uid: 19815 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.1496 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 6126 components: - type: Transform - pos: 15.5,27.5 + pos: 51.5,-25.5 parent: 2 - - uid: 19816 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.1496 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 +- proto: CrewMonitoringComputerCircuitboard + entities: + - uid: 7891 components: - type: Transform - pos: 15.5,26.5 + pos: -46.488472,3.615101 parent: 2 - - uid: 19817 +- proto: CrewMonitoringServer + entities: + - uid: 1883 components: - type: Transform - pos: 15.5,25.5 + pos: 6.5,-42.5 parent: 2 - - uid: 19818 +- proto: CriminalRecordsComputerCircuitboard + entities: + - uid: 7884 components: - type: Transform - pos: 15.5,24.5 + pos: -38.46679,7.5541954 parent: 2 - - uid: 19819 +- proto: Crowbar + entities: + - uid: 8076 components: - type: Transform - pos: 15.5,23.5 + pos: -29.476185,33.542255 parent: 2 - - uid: 19820 + - uid: 9562 components: - type: Transform - pos: 15.5,22.5 + rot: -1.5707963267948966 rad + pos: -32.12192,9.60618 parent: 2 - - uid: 19821 + - uid: 14202 components: - type: Transform - pos: 15.5,21.5 + pos: -15.882355,-58.71022 parent: 2 - - uid: 19822 +- proto: CrowbarRed + entities: + - uid: 5376 components: - type: Transform - pos: 15.5,20.5 + pos: -43.745262,-21.27283 parent: 2 - - uid: 19823 + - uid: 9560 components: - type: Transform - pos: 15.5,19.5 + pos: -32.668797,9.63743 parent: 2 - - uid: 19824 + - uid: 9561 components: - type: Transform - pos: 15.5,18.5 + rot: -1.5707963267948966 rad + pos: -32.27817,9.590555 parent: 2 - - uid: 19825 + - uid: 14144 components: - type: Transform - pos: 15.5,18.5 + rot: -1.5707963267948966 rad + pos: 10.6621,-20.086193 parent: 2 - - uid: 19826 + - uid: 42955 components: - type: Transform - pos: 16.5,18.5 + pos: 10.467094,67.61252 parent: 2 - - uid: 19827 +- proto: CryogenicSleepUnit + entities: + - uid: 1089 components: - type: Transform - pos: 17.5,18.5 + rot: -1.5707963267948966 rad + pos: 14.5,-56.5 parent: 2 - - uid: 19828 + - uid: 2367 components: - type: Transform - pos: 18.5,18.5 + rot: -1.5707963267948966 rad + pos: 13.5,-56.5 parent: 2 - - uid: 19829 + - uid: 2368 components: - type: Transform - pos: 19.5,18.5 + rot: -1.5707963267948966 rad + pos: 16.5,-54.5 parent: 2 - - uid: 19830 + - uid: 4480 components: - type: Transform - pos: 20.5,18.5 + rot: -1.5707963267948966 rad + pos: 15.5,-54.5 parent: 2 - - uid: 19831 + - uid: 5000 components: - type: Transform - pos: 20.5,18.5 + rot: -1.5707963267948966 rad + pos: 15.5,-56.5 parent: 2 - - uid: 19832 + - uid: 5830 components: - type: Transform - pos: 20.5,17.5 + rot: -1.5707963267948966 rad + pos: 14.5,-54.5 parent: 2 - - uid: 19833 + - uid: 8762 components: - type: Transform - pos: 20.5,16.5 + rot: -1.5707963267948966 rad + pos: 16.5,-56.5 parent: 2 - - uid: 19834 + - uid: 8946 components: - type: Transform - pos: 20.5,15.5 + rot: -1.5707963267948966 rad + pos: 13.5,-54.5 parent: 2 - - uid: 19835 +- proto: CryogenicSleepUnitSpawnerLateJoin + entities: + - uid: 6876 components: - type: Transform - pos: 20.5,14.5 + rot: -1.5707963267948966 rad + pos: 30.5,-55.5 parent: 2 - - uid: 19836 + - uid: 6877 components: - type: Transform - pos: 20.5,13.5 + rot: -1.5707963267948966 rad + pos: 26.5,-56.5 parent: 2 - - uid: 19837 + - uid: 6889 components: - type: Transform - pos: 20.5,13.5 + rot: -1.5707963267948966 rad + pos: 22.5,-58.5 parent: 2 - - uid: 19838 +- proto: CryoPod + entities: + - uid: 11899 components: - type: Transform - pos: 21.5,13.5 + pos: 33.5,-26.5 parent: 2 - - uid: 19839 + - type: AtmosDevice + joinedGrid: 2 + - uid: 29872 components: - type: Transform - pos: 22.5,13.5 + pos: 31.5,-26.5 parent: 2 - - uid: 19840 + - type: AtmosDevice + joinedGrid: 2 +- proto: CryostasisBeaker + entities: + - uid: 5255 components: - type: Transform - pos: 23.5,13.5 + pos: -37.63295,-26.440907 parent: 2 - - uid: 19841 + - uid: 5256 components: - type: Transform - pos: 24.5,13.5 + pos: -37.376106,-26.165718 parent: 2 - - uid: 19842 + - uid: 6806 components: - type: Transform - pos: 24.5,13.5 + pos: 19.356998,-36.205196 parent: 2 - - uid: 19843 + - uid: 6809 components: - type: Transform - pos: 24.5,12.5 + pos: 19.687225,-36.370308 parent: 2 - - uid: 19844 + - uid: 6816 components: - type: Transform - pos: 24.5,12.5 + pos: 23.943472,-33.49 parent: 2 - - uid: 19845 + - uid: 7037 components: - type: Transform - pos: 25.5,12.5 + pos: 34.524017,-0.23533535 parent: 2 - - uid: 19846 + - uid: 34036 components: - type: Transform - pos: 26.5,12.5 + pos: -61.69845,-12.326848 parent: 2 - - uid: 19847 +- proto: CryoxadoneBeakerSmall + entities: + - uid: 34160 components: - type: Transform - pos: 27.5,12.5 + pos: -67.15442,-4.2297425 parent: 2 - - uid: 19848 +- proto: CrystalBlue + entities: + - uid: 34526 components: - type: Transform - pos: 27.5,12.5 + pos: -51.5,-24.5 parent: 2 - - uid: 19849 + - uid: 34651 components: - type: Transform - pos: 27.5,11.5 - parent: 2 - - uid: 19850 + pos: 4.5,14.5 + parent: 30892 +- proto: CrystalCyan + entities: + - uid: 34525 components: - type: Transform - pos: 27.5,11.5 + pos: -59.5,-1.5 parent: 2 - - uid: 19851 + - uid: 34575 components: - type: Transform - pos: 28.5,11.5 - parent: 2 - - uid: 19852 + pos: 17.5,1.5 + parent: 30892 + - uid: 34591 components: - type: Transform - pos: 29.5,11.5 - parent: 2 - - uid: 19853 + pos: 14.5,7.5 + parent: 30892 + - uid: 34648 components: - type: Transform - pos: 29.5,11.5 - parent: 2 - - uid: 19854 + pos: 3.5,15.5 + parent: 30892 +- proto: CrystalGreen + entities: + - uid: 2545 components: - type: Transform - pos: 29.5,10.5 + pos: 41.5,-56.5 parent: 2 - - uid: 19855 + - uid: 2575 components: - type: Transform - pos: 29.5,9.5 + pos: 39.5,-58.5 parent: 2 - - uid: 19856 + - uid: 10867 components: - type: Transform - pos: 30.5,9.5 + pos: 19.5,-65.5 parent: 2 - - uid: 19857 + - uid: 10869 components: - type: Transform - pos: 31.5,9.5 + pos: 15.5,-58.5 parent: 2 - - uid: 19858 + - uid: 10873 components: - type: Transform - pos: 32.5,9.5 + pos: 31.5,-58.5 parent: 2 - - uid: 19859 + - uid: 14687 components: - type: Transform - pos: 33.5,9.5 - parent: 2 - - uid: 19860 + pos: -9.5,3.5 + parent: 14592 + - uid: 15946 components: - type: Transform - pos: 34.5,9.5 - parent: 2 - - uid: 19861 + pos: 2.5,15.5 + parent: 14592 + - uid: 15967 components: - type: Transform - pos: 34.5,9.5 - parent: 2 - - uid: 19862 + pos: -20.5,16.5 + parent: 14592 + - uid: 15997 components: - type: Transform - pos: 34.5,8.5 - parent: 2 - - uid: 19863 + pos: 4.5,22.5 + parent: 14592 + - uid: 24172 components: - type: Transform - pos: 34.5,8.5 + rot: 1.5707963267948966 rad + pos: 35.5,-61.5 parent: 2 - - uid: 19864 + - uid: 24676 components: - type: Transform - pos: 35.5,8.5 + pos: 13.5,-63.5 parent: 2 - - uid: 19865 + - uid: 34524 components: - type: Transform - pos: 36.5,8.5 + pos: -59.5,-13.5 parent: 2 - - uid: 19866 + - uid: 36353 components: - type: Transform - pos: 36.5,8.5 + rot: -1.5707963267948966 rad + pos: 30.5,-63.5 parent: 2 - - uid: 19867 + - uid: 36856 components: - type: Transform - pos: 36.5,7.5 + rot: 3.141592653589793 rad + pos: 36.5,-67.5 parent: 2 - - uid: 19868 + - type: PointLight + energy: 1 + color: '#FFFFFFFF' + radius: 5 + - type: RgbLightController +- proto: CrystalGrey + entities: + - uid: 3107 components: - type: Transform - pos: 36.5,7.5 + rot: 1.5707963267948966 rad + pos: 2.5,50.5 parent: 2 - - uid: 19869 + - uid: 7051 components: - type: Transform - pos: 37.5,7.5 + pos: 3.5,45.5 parent: 2 - - uid: 19870 + - uid: 9487 components: - type: Transform - pos: 38.5,7.5 + rot: 3.141592653589793 rad + pos: 4.5,49.5 parent: 2 - - uid: 19871 + - uid: 30957 components: - type: Transform - pos: 39.5,7.5 + pos: -58.5,-27.5 parent: 2 - - uid: 19872 + - uid: 34523 components: - type: Transform - pos: 40.5,7.5 + pos: -46.5,-30.5 parent: 2 - - uid: 19873 + - uid: 37306 components: - type: Transform - pos: 41.5,7.5 - parent: 2 - - uid: 19883 + pos: 8.5,-14.5 + parent: 36907 + - uid: 37307 components: - type: Transform - pos: 41.5,7.5 - parent: 2 - - uid: 19884 + pos: 57.5,1.5 + parent: 36907 + - type: PointLight + energy: 5 + color: '#675412FF' + - type: RgbLightController + - uid: 37308 components: - type: Transform - pos: 41.5,8.5 - parent: 2 - - uid: 19885 + pos: 13.5,-17.5 + parent: 36907 + - uid: 37309 components: - type: Transform - pos: 41.5,9.5 - parent: 2 - - uid: 19886 + pos: 50.5,-12.5 + parent: 36907 + - uid: 37310 components: - type: Transform - pos: 41.5,9.5 - parent: 2 - - uid: 19887 + pos: 17.5,-20.5 + parent: 36907 + - uid: 37311 components: - type: Transform - pos: 42.5,9.5 - parent: 2 - - uid: 19888 + pos: 55.5,-15.5 + parent: 36907 + - uid: 37312 components: - type: Transform - pos: 43.5,9.5 - parent: 2 - - uid: 19889 + pos: 55.5,-6.5 + parent: 36907 + - uid: 37314 components: - type: Transform - pos: 44.5,9.5 - parent: 2 - - uid: 19899 + pos: 53.5,7.5 + parent: 36907 + - uid: 37315 components: - type: Transform - pos: 44.5,9.5 - parent: 2 - - uid: 19900 + pos: 58.5,15.5 + parent: 36907 + - uid: 37316 components: - type: Transform - pos: 44.5,10.5 - parent: 2 - - uid: 19901 + pos: 46.5,27.5 + parent: 36907 + - uid: 37317 components: - type: Transform - pos: 44.5,11.5 - parent: 2 - - uid: 19902 + rot: 1.5707963267948966 rad + pos: 58.5,-13.5 + parent: 36907 + - uid: 37318 components: - type: Transform - pos: 44.5,12.5 - parent: 2 - - uid: 19903 + pos: 12.5,39.5 + parent: 36907 + - uid: 37319 components: - type: Transform - pos: 44.5,13.5 - parent: 2 - - uid: 19904 + pos: 18.5,39.5 + parent: 36907 + - uid: 37320 components: - type: Transform - pos: 44.5,14.5 - parent: 2 - - uid: 19905 + pos: 8.5,44.5 + parent: 36907 + - uid: 37321 components: - type: Transform - pos: 44.5,15.5 - parent: 2 - - uid: 19906 + pos: 8.5,47.5 + parent: 36907 + - uid: 37322 components: - type: Transform - pos: 44.5,16.5 - parent: 2 - - uid: 19909 + pos: 16.5,42.5 + parent: 36907 + - uid: 37323 components: - type: Transform - pos: 44.5,16.5 - parent: 2 - - uid: 19910 + pos: 14.5,42.5 + parent: 36907 + - uid: 37324 components: - type: Transform - pos: 45.5,16.5 - parent: 2 - - uid: 19917 + pos: 19.5,50.5 + parent: 36907 + - uid: 37325 components: - type: Transform - pos: -55.5,35.5 - parent: 2 - - uid: 19919 + pos: 14.5,52.5 + parent: 36907 + - uid: 37326 components: - type: Transform - pos: -56.5,35.5 - parent: 2 - - uid: 19920 + pos: 5.5,43.5 + parent: 36907 + - uid: 37327 components: - type: Transform - pos: 31.5,9.5 - parent: 2 - - uid: 19921 + pos: 22.5,51.5 + parent: 36907 + - uid: 37328 components: - type: Transform - pos: 31.5,8.5 - parent: 2 - - uid: 19922 + pos: 27.5,54.5 + parent: 36907 + - uid: 37329 components: - type: Transform - pos: 31.5,7.5 - parent: 2 - - uid: 19923 + pos: 16.5,53.5 + parent: 36907 +- proto: CrystalOrange + entities: + - uid: 30877 components: - type: Transform - pos: 31.5,6.5 + pos: -56.5,-12.5 parent: 2 - - uid: 19924 + - uid: 37330 components: - type: Transform - pos: 31.5,5.5 - parent: 2 - - uid: 19925 + pos: 38.5,1.5 + parent: 36907 + - uid: 37331 components: - type: Transform - pos: 31.5,4.5 - parent: 2 - - uid: 19926 + pos: 23.5,-19.5 + parent: 36907 + - uid: 37332 components: - type: Transform - pos: 31.5,3.5 - parent: 2 - - uid: 19927 + pos: 8.5,-4.5 + parent: 36907 + - uid: 37333 components: - type: Transform - pos: 31.5,2.5 - parent: 2 - - uid: 19928 + pos: 3.5,13.5 + parent: 36907 + - uid: 37334 components: - type: Transform - pos: 31.5,1.5 - parent: 2 - - uid: 19929 + pos: -0.5,-8.5 + parent: 36907 + - uid: 37335 components: - type: Transform - pos: 31.5,0.5 - parent: 2 - - uid: 19930 + pos: 1.5,-16.5 + parent: 36907 + - uid: 37336 components: - type: Transform - pos: 31.5,-0.5 - parent: 2 - - uid: 19931 + pos: 36.5,-11.5 + parent: 36907 + - uid: 37337 components: - type: Transform - pos: 31.5,-1.5 - parent: 2 - - uid: 19932 + pos: 24.5,17.5 + parent: 36907 + - uid: 37338 components: - type: Transform - pos: 31.5,-2.5 - parent: 2 - - uid: 19933 + pos: 34.5,-0.5 + parent: 36907 + - type: PointLight + energy: 5 + - uid: 37339 components: - type: Transform - pos: 31.5,-3.5 - parent: 2 - - uid: 19934 + pos: 5.5,7.5 + parent: 36907 + - uid: 37340 components: - type: Transform - pos: 31.5,-4.5 - parent: 2 - - uid: 19935 + pos: 37.5,21.5 + parent: 36907 + - uid: 37341 components: - type: Transform - pos: 31.5,-5.5 - parent: 2 - - uid: 19936 + pos: 21.5,-14.5 + parent: 36907 + - uid: 37342 components: - type: Transform - pos: 31.5,-5.5 - parent: 2 - - uid: 19937 + pos: 2.5,24.5 + parent: 36907 + - uid: 37343 components: - type: Transform - pos: 30.5,-5.5 - parent: 2 - - uid: 19938 + pos: 28.5,-21.5 + parent: 36907 + - uid: 37344 components: - type: Transform - pos: 29.5,-5.5 - parent: 2 - - uid: 19939 + pos: 28.5,-28.5 + parent: 36907 + - uid: 37345 components: - type: Transform - pos: 28.5,-5.5 - parent: 2 - - uid: 19940 + pos: 45.5,5.5 + parent: 36907 + - uid: 37346 components: - type: Transform - pos: 27.5,-5.5 - parent: 2 - - uid: 19941 + pos: 31.5,7.5 + parent: 36907 + - uid: 37347 components: - type: Transform - pos: 27.5,-4.5 - parent: 2 - - uid: 19942 + pos: 12.5,13.5 + parent: 36907 + - uid: 37348 components: - type: Transform - pos: 31.5,-5.5 - parent: 2 - - uid: 19943 + pos: 18.5,7.5 + parent: 36907 + - uid: 37349 components: - type: Transform - pos: 32.5,-5.5 - parent: 2 - - uid: 19944 + pos: 21.5,13.5 + parent: 36907 + - uid: 37350 components: - type: Transform - pos: 33.5,-5.5 - parent: 2 - - uid: 19945 + pos: 26.5,11.5 + parent: 36907 + - uid: 37351 components: - type: Transform - pos: 34.5,-5.5 - parent: 2 - - uid: 19946 + pos: 29.5,-4.5 + parent: 36907 + - uid: 37352 components: - type: Transform - pos: 35.5,-5.5 - parent: 2 - - uid: 19947 + pos: 31.5,-12.5 + parent: 36907 + - uid: 37353 components: - type: Transform - pos: 36.5,-5.5 - parent: 2 - - uid: 19948 + pos: 34.5,15.5 + parent: 36907 + - uid: 37354 components: - type: Transform - pos: 37.5,-5.5 - parent: 2 - - uid: 19949 + pos: 22.5,27.5 + parent: 36907 + - uid: 37355 components: - type: Transform - pos: 38.5,-5.5 - parent: 2 - - uid: 19950 + pos: 7.5,19.5 + parent: 36907 + - uid: 37356 components: - type: Transform - pos: 39.5,-5.5 - parent: 2 - - uid: 19951 + pos: 47.5,17.5 + parent: 36907 + - uid: 37357 components: - type: Transform - pos: 40.5,-5.5 - parent: 2 - - uid: 19952 + pos: 39.5,15.5 + parent: 36907 + - uid: 37358 components: - type: Transform - pos: 41.5,-5.5 - parent: 2 - - uid: 19953 + pos: 33.5,-28.5 + parent: 36907 + - uid: 37359 components: - type: Transform - pos: 41.5,-5.5 - parent: 2 - - uid: 19954 + pos: 25.5,-37.5 + parent: 36907 + - uid: 37360 components: - type: Transform - pos: 41.5,-6.5 - parent: 2 - - uid: 19955 + pos: 36.5,-39.5 + parent: 36907 + - uid: 37361 components: - type: Transform - pos: 41.5,-7.5 - parent: 2 - - uid: 19963 + pos: 27.5,-40.5 + parent: 36907 + - uid: 37362 components: - type: Transform - pos: 46.5,-7.5 - parent: 2 - - uid: 19964 + pos: 27.5,-35.5 + parent: 36907 + - uid: 37363 components: - type: Transform - pos: 47.5,-7.5 - parent: 2 - - uid: 19965 + pos: 25.5,5.5 + parent: 36907 +- proto: CrystalPink + entities: + - uid: 30880 components: - type: Transform - pos: 48.5,-7.5 + pos: -59.5,-17.5 parent: 2 - - uid: 19966 + - uid: 34647 components: - type: Transform - pos: 49.5,-7.5 - parent: 2 - - uid: 19967 + pos: 0.5,14.5 + parent: 30892 + - uid: 34666 components: - type: Transform - pos: 50.5,-7.5 - parent: 2 - - uid: 19968 + pos: 10.5,13.5 + parent: 30892 +- proto: CultAltarSpawner + entities: + - uid: 37364 components: - type: Transform - pos: 51.5,-7.5 - parent: 2 - - uid: 19969 + pos: 24.5,45.5 + parent: 36907 +- proto: Cutlass + entities: + - uid: 15466 components: - type: Transform - pos: 52.5,-7.5 - parent: 2 - - uid: 19970 + pos: 10.324341,11.06093 + parent: 14592 + - uid: 36934 components: - type: Transform - pos: 53.5,-7.5 - parent: 2 - - uid: 19971 + parent: 36929 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: CyberPen + entities: + - uid: 32875 components: - type: Transform - pos: 53.5,-7.5 - parent: 2 - - uid: 19972 + pos: -14.800171,-6.926422 + parent: 14592 +- proto: CyborgEndoskeleton + entities: + - uid: 5281 components: - type: Transform - pos: 53.5,-6.5 + pos: -23.540638,-41.37814 parent: 2 - - uid: 19973 + - uid: 13014 components: - type: Transform - pos: 53.5,-6.5 + pos: 43.110443,11.02913 parent: 2 - - uid: 19974 + - uid: 24382 components: - type: Transform - pos: 54.5,-6.5 - parent: 2 - - uid: 19975 + pos: 39.492138,-17.511719 + parent: 36907 +- proto: d10Dice + entities: + - uid: 43207 components: - type: Transform - pos: 55.5,-6.5 + pos: -70.80196,-3.7425647 parent: 2 - - uid: 19976 +- proto: d12Dice + entities: + - uid: 43204 components: - type: Transform - pos: 56.5,-6.5 + pos: -72.43391,-3.6383257 parent: 2 - - uid: 19977 +- proto: d20Dice + entities: + - uid: 9408 components: - type: Transform - pos: 57.5,-6.5 + rot: 1.5707963267948966 rad + pos: 32.392853,-45.26405 parent: 2 - - uid: 19978 + - uid: 30734 components: - type: Transform - pos: 56.5,-6.5 + rot: 3.141592653589793 rad + pos: -17.369556,34.713673 parent: 2 - - uid: 19979 +- proto: d4Dice + entities: + - uid: 9494 components: - type: Transform - pos: 56.5,-7.5 + rot: 1.5707963267948966 rad + pos: 32.689728,-45.4828 parent: 2 - - uid: 19980 + - uid: 30887 components: - type: Transform - pos: 56.5,-8.5 + rot: 3.141592653589793 rad + pos: -17.619556,34.541798 parent: 2 - - uid: 19981 + - uid: 35595 components: + - type: MetaData + name: lonya d4 - type: Transform - pos: 56.5,-9.5 + pos: -35.96804,-15.444437 parent: 2 - - uid: 19982 +- proto: d6Dice + entities: + - uid: 14133 components: - type: Transform - pos: 56.5,-10.5 + pos: -32.312756,-0.3334638 parent: 2 - - uid: 19983 + - uid: 14135 components: - type: Transform - pos: 57.5,-10.5 + pos: -31.615904,0.5574804 parent: 2 - - uid: 19984 + - uid: 43205 components: - type: Transform - pos: 58.5,-6.5 + pos: -70.66308,-5.2088614 parent: 2 - - uid: 19985 +- proto: d8Dice + entities: + - uid: 43206 components: - type: Transform - pos: 58.5,-7.5 + pos: -71.87141,-4.465289 parent: 2 - - uid: 19986 +- proto: DawInstrumentMachineCircuitboard + entities: + - uid: 7909 components: - type: Transform - pos: 59.5,-7.5 + pos: -44.332222,6.443226 parent: 2 - - uid: 19987 +- proto: DefaultStationBeaconAI + entities: + - uid: 43187 components: - type: Transform - pos: 59.5,-7.5 + pos: -81.5,78.5 parent: 2 - - uid: 19988 +- proto: DefaultStationBeaconAME + entities: + - uid: 43184 components: - type: Transform - pos: 59.5,-8.5 + pos: -12.5,38.5 parent: 2 - - uid: 19989 +- proto: DefaultStationBeaconAnomalyGenerator + entities: + - uid: 43181 components: - type: Transform - pos: 59.5,-9.5 + pos: -13.5,-29.5 parent: 2 - - uid: 19990 +- proto: DefaultStationBeaconArtifactLab + entities: + - uid: 1247 components: - type: Transform - pos: 59.5,-9.5 + pos: -26.5,-16.5 parent: 2 - - uid: 19991 +- proto: DefaultStationBeaconAtmospherics + entities: + - uid: 33917 components: - type: Transform - pos: 60.5,-9.5 + pos: -51.5,35.5 parent: 2 - - uid: 19992 +- proto: DefaultStationBeaconBar + entities: + - uid: 12614 components: - type: Transform - pos: 61.5,-9.5 + pos: 2.5,63.5 parent: 2 - - uid: 19993 +- proto: DefaultStationBeaconBotany + entities: + - uid: 43183 components: - type: Transform - pos: 62.5,-9.5 + pos: -14.5,59.5 parent: 2 - - uid: 19994 +- proto: DefaultStationBeaconBridge + entities: + - uid: 43180 components: - type: Transform - pos: 63.5,-9.5 + pos: 0.5,-29.5 parent: 2 - - uid: 19995 +- proto: DefaultStationBeaconBrig + entities: + - uid: 9995 components: - type: Transform - pos: 64.5,-9.5 + pos: 50.5,42.5 parent: 2 - - uid: 19996 +- proto: DefaultStationBeaconChapel + entities: + - uid: 43203 components: - type: Transform - pos: 65.5,-9.5 + pos: 61.5,-15.5 parent: 2 - - uid: 19997 +- proto: DefaultStationBeaconCourtroom + entities: + - uid: 43186 components: - type: Transform - pos: 66.5,-9.5 + pos: 58.5,22.5 parent: 2 - - uid: 19998 +- proto: DefaultStationBeaconDetectiveRoom + entities: + - uid: 43189 components: - type: Transform - pos: 66.5,-9.5 + pos: 40.5,21.5 parent: 2 - - uid: 19999 +- proto: DefaultStationBeaconDorms + entities: + - uid: 43185 components: - type: Transform - pos: 66.5,-10.5 + pos: 25.5,-51.5 parent: 2 - - uid: 20000 +- proto: DefaultStationBeaconEngineering + entities: + - uid: 43188 components: - type: Transform - pos: 66.5,-11.5 + pos: -22.5,21.5 parent: 2 - - uid: 20001 +- proto: DefaultStationBeaconEVAStorage + entities: + - uid: 43202 components: - type: Transform - pos: 66.5,-12.5 + pos: 14.5,-44.5 parent: 2 - - uid: 20002 +- proto: DefaultStationBeaconGravGen + entities: + - uid: 43182 components: - type: Transform - pos: 66.5,-13.5 + pos: -26.5,38.5 parent: 2 - - uid: 20003 +- proto: DefaultStationBeaconHOPOffice + entities: + - uid: 43195 components: - type: Transform - pos: 66.5,-14.5 + pos: -3.5,-44.5 parent: 2 - - uid: 20004 +- proto: DefaultStationBeaconJanitorsCloset + entities: + - uid: 43190 components: - type: Transform - pos: 66.5,-15.5 + pos: 57.5,12.5 parent: 2 - - uid: 20005 +- proto: DefaultStationBeaconKitchen + entities: + - uid: 43193 components: - type: Transform - pos: 66.5,-16.5 + pos: -8.5,60.5 parent: 2 - - uid: 20006 +- proto: DefaultStationBeaconLawOffice + entities: + - uid: 43196 components: - type: Transform - pos: 66.5,-17.5 + pos: -4.5,42.5 parent: 2 - - uid: 20007 +- proto: DefaultStationBeaconLibrary + entities: + - uid: 26949 components: - type: Transform - pos: 66.5,-18.5 + pos: 15.5,44.5 parent: 2 - - uid: 20016 +- proto: DefaultStationBeaconMedical + entities: + - uid: 43191 components: - type: Transform - pos: 64.5,-22.5 + pos: 32.5,-24.5 parent: 2 - - uid: 20017 +- proto: DefaultStationBeaconMorgue + entities: + - uid: 43192 components: - type: Transform - pos: 64.5,-22.5 + pos: 44.5,-10.5 parent: 2 - - uid: 20018 +- proto: DefaultStationBeaconScience + entities: + - uid: 1246 components: - type: Transform - pos: 64.5,-23.5 + pos: -23.5,-25.5 parent: 2 - - uid: 20019 +- proto: DefaultStationBeaconSingularity + entities: + - uid: 43194 components: - type: Transform - pos: 64.5,-24.5 + pos: 6.5,6.5 parent: 2 - - uid: 20020 +- proto: DefaultStationBeaconSupply + entities: + - uid: 43199 components: - type: Transform - pos: 64.5,-25.5 + pos: -48.5,-41.5 parent: 2 - - uid: 20021 +- proto: DefaultStationBeaconTEG + entities: + - uid: 43200 components: - type: Transform - pos: 64.5,-25.5 + pos: -61.5,25.5 parent: 2 - - uid: 20022 +- proto: DefaultStationBeaconToolRoom + entities: + - uid: 43201 components: - type: Transform - pos: 63.5,-25.5 + pos: -30.5,6.5 parent: 2 - - uid: 20023 +- proto: DefaultStationBeaconWardensOffice + entities: + - uid: 43197 components: - type: Transform - pos: 62.5,-25.5 + pos: 33.5,24.5 parent: 2 - - uid: 20024 +- proto: Defibrillator + entities: + - uid: 37365 components: - type: Transform - pos: 61.5,-25.5 - parent: 2 - - uid: 20025 + pos: 15.491918,-6.4289064 + parent: 36907 +- proto: DefibrillatorCabinetFilled + entities: + - uid: 6659 components: - type: Transform - pos: 61.5,-25.5 + pos: 21.5,-25.5 parent: 2 - - uid: 20026 + - uid: 6685 components: - type: Transform - pos: 61.5,-26.5 + rot: 1.5707963267948966 rad + pos: 11.5,-23.5 parent: 2 - - uid: 20027 + - uid: 6686 components: - type: Transform - pos: 61.5,-26.5 + pos: 29.5,-27.5 parent: 2 - - uid: 20028 + - uid: 6688 components: - type: Transform - pos: 60.5,-26.5 + pos: 27.5,1.5 parent: 2 - - uid: 20029 + - uid: 6897 components: - type: Transform - pos: 59.5,-26.5 + pos: 22.5,-10.5 parent: 2 - - uid: 20030 + - uid: 12378 components: - type: Transform - pos: 58.5,-26.5 + rot: 1.5707963267948966 rad + pos: 35.5,-10.5 parent: 2 - - uid: 20031 + - uid: 12513 components: - type: Transform - pos: 57.5,-26.5 + rot: 1.5707963267948966 rad + pos: -33.5,44.5 parent: 2 - - uid: 20032 + - uid: 13773 components: - type: Transform - pos: 56.5,-26.5 + rot: 1.5707963267948966 rad + pos: 17.5,-17.5 parent: 2 - - uid: 20033 + - uid: 33191 components: - type: Transform - pos: 56.5,-26.5 + pos: 3.5,38.5 parent: 2 - - uid: 20034 + - uid: 33192 components: - type: Transform - pos: 56.5,-27.5 + rot: -1.5707963267948966 rad + pos: 2.5,30.5 parent: 2 - - uid: 20035 + - uid: 33193 components: - type: Transform - pos: 56.5,-28.5 + rot: -1.5707963267948966 rad + pos: 18.5,52.5 parent: 2 - - uid: 20036 + - uid: 33195 components: - type: Transform - pos: 56.5,-29.5 + rot: 3.141592653589793 rad + pos: -39.5,27.5 parent: 2 - - uid: 20037 + - uid: 33196 components: - type: Transform - pos: 56.5,-30.5 + pos: -39.5,2.5 parent: 2 - - uid: 20038 + - uid: 33197 components: - type: Transform - pos: 56.5,-31.5 + rot: 1.5707963267948966 rad + pos: -48.5,-25.5 parent: 2 - - uid: 20039 + - uid: 33198 components: - type: Transform - pos: 56.5,-32.5 + pos: -25.5,-23.5 parent: 2 - - uid: 20040 + - uid: 33199 components: - type: Transform - pos: 56.5,-32.5 + rot: 3.141592653589793 rad + pos: -48.5,-47.5 parent: 2 - - uid: 20041 + - uid: 33200 components: - type: Transform - pos: 55.5,-32.5 + rot: 3.141592653589793 rad + pos: 7.5,-56.5 parent: 2 - - uid: 20042 + - uid: 33202 components: - type: Transform - pos: 55.5,-32.5 + rot: -1.5707963267948966 rad + pos: 55.5,-3.5 parent: 2 - - uid: 20043 + - uid: 33203 components: - type: Transform - pos: 55.5,-33.5 + pos: 58.5,18.5 parent: 2 - - uid: 20044 + - uid: 33204 components: - type: Transform - pos: 55.5,-34.5 + pos: 20.5,56.5 parent: 2 - - uid: 20045 + - uid: 37366 components: - type: Transform - pos: 56.5,-34.5 - parent: 2 - - uid: 20046 + rot: 3.141592653589793 rad + pos: 15.5,-5.5 + parent: 36907 +- proto: DeployableBarrier + entities: + - uid: 89 components: - type: Transform - pos: 56.5,-35.5 + pos: 47.5,16.5 parent: 2 - - uid: 20047 + - uid: 2965 components: - type: Transform - pos: 56.5,-36.5 + pos: 22.5,15.5 parent: 2 - - uid: 20048 + - uid: 2966 components: - type: Transform - pos: 56.5,-37.5 + pos: 23.5,15.5 parent: 2 - - uid: 20049 + - uid: 3694 components: - type: Transform - pos: 56.5,-37.5 + pos: 24.5,15.5 parent: 2 - - uid: 20050 + - uid: 6321 components: - type: Transform - pos: 57.5,-37.5 + pos: 23.5,12.5 parent: 2 - - uid: 20051 + - uid: 6395 components: - type: Transform - pos: 58.5,-37.5 + pos: 25.5,15.5 parent: 2 - - uid: 20052 + - uid: 6396 components: - type: Transform - pos: 58.5,-36.5 + pos: 25.5,16.5 parent: 2 - - uid: 20053 + - uid: 6397 components: - type: Transform - pos: 60.5,-36.5 + pos: 24.5,16.5 parent: 2 - - uid: 20054 + - uid: 6398 components: - type: Transform - pos: 59.5,-36.5 + pos: 23.5,16.5 parent: 2 - - uid: 20055 + - uid: 6399 components: - type: Transform - pos: 58.5,-36.5 + pos: 22.5,16.5 parent: 2 - - uid: 20056 + - uid: 8021 components: - type: Transform - pos: 55.5,-37.5 + pos: 34.5,13.5 parent: 2 - - uid: 20057 + - uid: 10257 components: - type: Transform - pos: 54.5,-37.5 + pos: 68.5,10.5 parent: 2 - - uid: 20058 + - uid: 10258 components: - type: Transform - pos: 54.5,-37.5 + pos: 68.5,9.5 parent: 2 - - uid: 20059 + - uid: 10259 components: - type: Transform - pos: 54.5,-38.5 + pos: 69.5,9.5 parent: 2 - - uid: 20060 + - uid: 10260 components: - type: Transform - pos: 54.5,-39.5 + pos: 69.5,10.5 parent: 2 - - uid: 20061 + - uid: 10261 components: - type: Transform - pos: 54.5,-40.5 + pos: 68.5,8.5 parent: 2 - - uid: 20062 + - uid: 10262 components: - type: Transform - pos: 54.5,-40.5 + pos: 69.5,8.5 parent: 2 - - uid: 20063 + - uid: 13150 components: - type: Transform - pos: 53.5,-40.5 + pos: 20.5,17.5 parent: 2 - - uid: 20064 + - uid: 13206 components: - type: Transform - pos: 53.5,-40.5 + pos: 14.5,36.5 parent: 2 - - uid: 20065 +- proto: DeskBell + entities: + - uid: 8059 components: - type: Transform - pos: 53.5,-41.5 + pos: -32.4065,32.554287 parent: 2 - - uid: 20066 + - uid: 8205 components: - type: Transform - pos: 53.5,-42.5 + pos: -49.426037,31.707102 parent: 2 - - uid: 20067 + - uid: 13537 components: - type: Transform - pos: 53.5,-43.5 + pos: -11.424723,59.612198 parent: 2 - - uid: 20068 + - uid: 31129 components: - type: Transform - pos: 53.5,-43.5 + pos: -13.465442,44.702515 parent: 2 - - uid: 20069 +- proto: DiseaseDiagnoser + entities: + - uid: 7026 components: - type: Transform - pos: 52.5,-43.5 + pos: 27.5,-2.5 parent: 2 - - uid: 20070 +- proto: DisposalBend + entities: + - uid: 7053 components: - type: Transform - pos: 51.5,-43.5 + rot: 3.141592653589793 rad + pos: 39.5,-14.5 parent: 2 - - uid: 20071 + - uid: 7101 components: - type: Transform - pos: 50.5,-43.5 + pos: 41.5,26.5 parent: 2 - - uid: 20072 + - uid: 8285 components: - type: Transform - pos: 49.5,-43.5 + rot: 3.141592653589793 rad + pos: 41.5,25.5 parent: 2 - - uid: 20073 + - uid: 25186 components: - type: Transform - pos: 49.5,-43.5 + pos: -49.5,-18.5 parent: 2 - - uid: 20074 + - uid: 25188 components: - type: Transform - pos: 49.5,-44.5 + rot: 3.141592653589793 rad + pos: -50.5,-18.5 parent: 2 - - uid: 20075 + - uid: 25189 components: - type: Transform - pos: 49.5,-45.5 + pos: -50.5,-16.5 parent: 2 - - uid: 20076 + - uid: 25193 components: - type: Transform - pos: 49.5,-46.5 + rot: 3.141592653589793 rad + pos: -51.5,-16.5 parent: 2 - - uid: 20077 + - uid: 25194 components: - type: Transform - pos: 49.5,-46.5 + pos: -51.5,-12.5 parent: 2 - - uid: 20078 + - uid: 25195 components: - type: Transform - pos: 48.5,-46.5 + rot: 3.141592653589793 rad + pos: -52.5,-12.5 parent: 2 - - uid: 20079 + - uid: 25200 components: - type: Transform - pos: 47.5,-46.5 + pos: -52.5,-7.5 parent: 2 - - uid: 20080 + - uid: 25201 components: - type: Transform - pos: 46.5,-46.5 + rot: 3.141592653589793 rad + pos: -53.5,-7.5 parent: 2 - - uid: 20081 + - uid: 25217 components: - type: Transform - pos: 45.5,-46.5 + rot: 1.5707963267948966 rad + pos: -53.5,8.5 parent: 2 - - uid: 20082 + - uid: 25218 components: - type: Transform - pos: 44.5,-46.5 + rot: -1.5707963267948966 rad + pos: -52.5,8.5 parent: 2 - - uid: 20083 + - uid: 25219 components: - type: Transform - pos: 44.5,-46.5 + rot: -1.5707963267948966 rad + pos: -51.5,13.5 parent: 2 - - uid: 20084 + - uid: 25220 components: - type: Transform - pos: 44.5,-47.5 + rot: 1.5707963267948966 rad + pos: -52.5,13.5 parent: 2 - - uid: 20085 + - uid: 25221 components: - type: Transform - pos: 44.5,-48.5 + rot: -1.5707963267948966 rad + pos: -43.5,40.5 parent: 2 - - uid: 20086 + - uid: 25229 components: - type: Transform - pos: 44.5,-49.5 + rot: 1.5707963267948966 rad + pos: -51.5,17.5 parent: 2 - - uid: 20087 + - uid: 25230 components: - type: Transform - pos: 44.5,-49.5 + rot: -1.5707963267948966 rad + pos: -50.5,17.5 parent: 2 - - uid: 20088 + - uid: 25231 components: - type: Transform - pos: 43.5,-49.5 + rot: -1.5707963267948966 rad + pos: -49.5,19.5 parent: 2 - - uid: 20089 + - uid: 25232 components: - type: Transform - pos: 42.5,-49.5 + rot: 1.5707963267948966 rad + pos: -50.5,19.5 parent: 2 - - uid: 20090 + - uid: 25233 components: - type: Transform - pos: 42.5,-49.5 + rot: -1.5707963267948966 rad + pos: -48.5,21.5 parent: 2 - - uid: 20091 + - uid: 25234 components: - type: Transform - pos: 42.5,-50.5 + rot: 1.5707963267948966 rad + pos: -49.5,21.5 parent: 2 - - uid: 20092 + - uid: 25239 components: - type: Transform - pos: 42.5,-51.5 + rot: 1.5707963267948966 rad + pos: -48.5,24.5 parent: 2 - - uid: 20093 + - uid: 25240 components: - type: Transform - pos: 42.5,-52.5 + rot: -1.5707963267948966 rad + pos: -47.5,24.5 parent: 2 - - uid: 20094 + - uid: 25241 components: - type: Transform - pos: 42.5,-53.5 + rot: -1.5707963267948966 rad + pos: -46.5,26.5 parent: 2 - - uid: 20095 + - uid: 25242 components: - type: Transform - pos: 42.5,-53.5 + rot: 1.5707963267948966 rad + pos: -47.5,26.5 parent: 2 - - uid: 20096 + - uid: 25250 components: - type: Transform - pos: 41.5,-53.5 + rot: 1.5707963267948966 rad + pos: -46.5,33.5 parent: 2 - - uid: 20097 + - uid: 25251 components: - type: Transform - pos: 40.5,-53.5 + rot: -1.5707963267948966 rad + pos: -41.5,33.5 parent: 2 - - uid: 20098 + - uid: 25252 components: - type: Transform - pos: 40.5,-53.5 + rot: 1.5707963267948966 rad + pos: -41.5,34.5 parent: 2 - - uid: 20099 + - uid: 25253 components: - type: Transform - pos: 40.5,-54.5 + rot: -1.5707963267948966 rad + pos: -40.5,34.5 parent: 2 - - uid: 20100 + - uid: 25254 components: - type: Transform - pos: 40.5,-54.5 + rot: 1.5707963267948966 rad + pos: -40.5,36.5 parent: 2 - - uid: 20101 + - uid: 25255 components: - type: Transform - pos: 39.5,-54.5 + rot: -1.5707963267948966 rad + pos: -39.5,36.5 parent: 2 - - uid: 20102 + - uid: 25256 components: - type: Transform - pos: 39.5,-54.5 + rot: -1.5707963267948966 rad + pos: -38.5,37.5 parent: 2 - - uid: 20103 + - uid: 25257 components: - type: Transform - pos: 39.5,-55.5 + rot: -1.5707963267948966 rad + pos: -37.5,38.5 parent: 2 - - uid: 20104 + - uid: 25258 components: - type: Transform - pos: 39.5,-55.5 + rot: -1.5707963267948966 rad + pos: -36.5,39.5 parent: 2 - - uid: 20105 + - uid: 25259 components: - type: Transform - pos: 38.5,-55.5 + rot: -1.5707963267948966 rad + pos: -35.5,40.5 parent: 2 - - uid: 20106 + - uid: 25260 components: - type: Transform - pos: 38.5,-55.5 + rot: -1.5707963267948966 rad + pos: -33.5,41.5 parent: 2 - - uid: 20107 + - uid: 25261 components: - type: Transform - pos: 38.5,-56.5 + rot: 1.5707963267948966 rad + pos: -39.5,37.5 parent: 2 - - uid: 20108 + - uid: 25262 components: - type: Transform - pos: 38.5,-57.5 + rot: 1.5707963267948966 rad + pos: -38.5,38.5 parent: 2 - - uid: 20109 + - uid: 25263 components: - type: Transform - pos: 38.5,-57.5 + rot: 1.5707963267948966 rad + pos: -37.5,39.5 parent: 2 - - uid: 20110 + - uid: 25264 components: - type: Transform - pos: 37.5,-57.5 + rot: 1.5707963267948966 rad + pos: -36.5,40.5 parent: 2 - - uid: 20111 + - uid: 25265 components: - type: Transform - pos: 36.5,-57.5 + rot: 1.5707963267948966 rad + pos: -35.5,41.5 parent: 2 - - uid: 20112 + - uid: 25273 components: - type: Transform - pos: 35.5,-57.5 + rot: 1.5707963267948966 rad + pos: -33.5,43.5 parent: 2 - - uid: 20113 + - uid: 25274 components: - type: Transform - pos: 35.5,-57.5 + rot: -1.5707963267948966 rad + pos: -32.5,43.5 parent: 2 - - uid: 20114 + - uid: 25275 components: - type: Transform - pos: 35.5,-58.5 + rot: 1.5707963267948966 rad + pos: -32.5,44.5 parent: 2 - - uid: 20115 + - uid: 25276 components: - type: Transform - pos: 35.5,-58.5 + rot: 1.5707963267948966 rad + pos: -31.5,45.5 parent: 2 - - uid: 20116 + - uid: 25277 components: - type: Transform - pos: 34.5,-58.5 + rot: 1.5707963267948966 rad + pos: -30.5,46.5 parent: 2 - - uid: 20117 + - uid: 25278 components: - type: Transform - pos: 33.5,-58.5 + rot: -1.5707963267948966 rad + pos: -31.5,44.5 parent: 2 - - uid: 20118 + - uid: 25279 components: - type: Transform - pos: 33.5,-58.5 + rot: -1.5707963267948966 rad + pos: -30.5,45.5 parent: 2 - - uid: 20119 + - uid: 25280 components: - type: Transform - pos: 33.5,-59.5 + rot: -1.5707963267948966 rad + pos: -28.5,46.5 parent: 2 - - uid: 20120 + - uid: 25281 components: - type: Transform - pos: 33.5,-59.5 + rot: 1.5707963267948966 rad + pos: -28.5,47.5 parent: 2 - - uid: 20121 + - uid: 25285 components: - type: Transform - pos: 32.5,-59.5 + rot: -1.5707963267948966 rad + pos: -25.5,47.5 parent: 2 - - uid: 20122 + - uid: 25286 components: - type: Transform - pos: 31.5,-59.5 + rot: 1.5707963267948966 rad + pos: -25.5,48.5 parent: 2 - - uid: 20123 + - uid: 25289 components: - type: Transform - pos: 30.5,-59.5 + rot: -1.5707963267948966 rad + pos: -22.5,48.5 parent: 2 - - uid: 20124 + - uid: 25290 components: - type: Transform - pos: 30.5,-60.5 + rot: 1.5707963267948966 rad + pos: -22.5,50.5 parent: 2 - - uid: 20125 + - uid: 25295 components: - type: Transform - pos: 30.5,-60.5 + rot: -1.5707963267948966 rad + pos: -18.5,50.5 parent: 2 - - uid: 20126 + - uid: 25296 components: - type: Transform - pos: 29.5,-60.5 + rot: 1.5707963267948966 rad + pos: -18.5,51.5 parent: 2 - - uid: 20127 + - uid: 25297 components: - type: Transform - pos: 28.5,-60.5 + rot: -1.5707963267948966 rad + pos: -17.5,51.5 parent: 2 - - uid: 20128 + - uid: 25298 components: - type: Transform - pos: 28.5,-60.5 + rot: 1.5707963267948966 rad + pos: -17.5,53.5 parent: 2 - - uid: 20129 + - uid: 25309 components: - type: Transform - pos: 28.5,-61.5 + rot: -1.5707963267948966 rad + pos: -7.5,53.5 parent: 2 - - uid: 20130 + - uid: 25310 components: - type: Transform - pos: 28.5,-61.5 + rot: 1.5707963267948966 rad + pos: -7.5,54.5 parent: 2 - - uid: 20131 + - uid: 25326 components: - type: Transform - pos: 27.5,-61.5 + pos: 8.5,54.5 parent: 2 - - uid: 20132 + - uid: 25327 components: - type: Transform - pos: 26.5,-61.5 + rot: 3.141592653589793 rad + pos: 8.5,53.5 parent: 2 - - uid: 20133 + - uid: 25328 components: - type: Transform - pos: 26.5,-61.5 + rot: 3.141592653589793 rad + pos: 14.5,52.5 parent: 2 - - uid: 20134 + - uid: 25329 components: - type: Transform - pos: 26.5,-62.5 + pos: 14.5,53.5 parent: 2 - - uid: 20135 + - uid: 25337 components: - type: Transform - pos: 26.5,-62.5 + pos: 17.5,52.5 parent: 2 - - uid: 20136 + - uid: 25338 components: - type: Transform - pos: 25.5,-62.5 + rot: 3.141592653589793 rad + pos: 17.5,51.5 parent: 2 - - uid: 20137 + - uid: 25339 components: - type: Transform - pos: 24.5,-62.5 + rot: 3.141592653589793 rad + pos: 19.5,50.5 parent: 2 - - uid: 20138 + - uid: 25340 components: - type: Transform - pos: 23.5,-62.5 + rot: 3.141592653589793 rad + pos: 21.5,49.5 parent: 2 - - uid: 20139 + - uid: 25341 components: - type: Transform - pos: 23.5,-62.5 + pos: 19.5,51.5 parent: 2 - - uid: 20140 + - uid: 25342 components: - type: Transform - pos: 23.5,-63.5 + pos: 21.5,50.5 parent: 2 - - uid: 20141 + - uid: 25349 components: - type: Transform - pos: 23.5,-63.5 + pos: 26.5,49.5 parent: 2 - - uid: 20142 + - uid: 25359 components: - type: Transform - pos: 22.5,-63.5 + rot: 3.141592653589793 rad + pos: 26.5,39.5 parent: 2 - - uid: 20143 + - uid: 25360 components: - type: Transform - pos: 21.5,-63.5 + rot: 3.141592653589793 rad + pos: 27.5,38.5 parent: 2 - - uid: 20144 + - uid: 25361 components: - type: Transform - pos: 21.5,-64.5 + rot: 3.141592653589793 rad + pos: 29.5,37.5 parent: 2 - - uid: 20145 + - uid: 25362 components: - type: Transform - pos: 20.5,-64.5 + pos: 27.5,39.5 parent: 2 - - uid: 20146 + - uid: 25363 components: - type: Transform - pos: 19.5,-64.5 + pos: 29.5,38.5 parent: 2 - - uid: 20147 + - uid: 25364 components: - type: Transform - pos: 18.5,-64.5 + rot: 3.141592653589793 rad + pos: 31.5,35.5 parent: 2 - - uid: 20148 + - uid: 25371 components: - type: Transform - pos: 17.5,-64.5 + pos: 31.5,37.5 parent: 2 - - uid: 20149 + - uid: 25372 components: - type: Transform - pos: 16.5,-64.5 + pos: 35.5,35.5 parent: 2 - - uid: 20150 + - uid: 25373 components: - type: Transform - pos: 16.5,-65.5 + rot: 3.141592653589793 rad + pos: 35.5,31.5 parent: 2 - - uid: 20151 + - uid: 25374 components: - type: Transform - pos: 15.5,-65.5 + rot: 3.141592653589793 rad + pos: 39.5,28.5 parent: 2 - - uid: 20152 + - uid: 25375 components: - type: Transform - pos: 14.5,-65.5 + rot: 3.141592653589793 rad + pos: 40.5,27.5 parent: 2 - - uid: 20153 + - uid: 25376 components: - type: Transform - pos: 13.5,-65.5 + pos: 40.5,28.5 parent: 2 - - uid: 20154 + - uid: 25377 components: - type: Transform - pos: 12.5,-65.5 + pos: 39.5,31.5 parent: 2 - - uid: 20155 + - uid: 25392 components: - type: Transform - pos: 11.5,-65.5 + pos: 47.5,27.5 parent: 2 - - uid: 20156 + - uid: 25393 components: - type: Transform - pos: 16.5,-64.5 + pos: 48.5,26.5 parent: 2 - - uid: 20157 + - uid: 25394 components: - type: Transform - pos: 16.5,-63.5 + rot: 3.141592653589793 rad + pos: 48.5,24.5 parent: 2 - - uid: 20158 + - uid: 25395 components: - type: Transform - pos: 16.5,-62.5 + rot: 3.141592653589793 rad + pos: 49.5,23.5 parent: 2 - - uid: 20159 + - uid: 25396 components: - type: Transform - pos: 16.5,-62.5 + rot: 3.141592653589793 rad + pos: 50.5,22.5 parent: 2 - - uid: 20160 + - uid: 25397 components: - type: Transform - pos: 15.5,-62.5 + pos: 49.5,24.5 parent: 2 - - uid: 20161 + - uid: 25398 components: - type: Transform - pos: 14.5,-62.5 + pos: 50.5,23.5 parent: 2 - - uid: 20162 + - uid: 25399 components: - type: Transform - pos: 13.5,-62.5 + pos: 51.5,22.5 parent: 2 - - uid: 20163 + - uid: 25400 components: - type: Transform - pos: 13.5,-63.5 + rot: 3.141592653589793 rad + pos: 47.5,26.5 parent: 2 - - uid: 20164 + - uid: 25406 components: - type: Transform - pos: 12.5,-63.5 + rot: 3.141592653589793 rad + pos: 51.5,17.5 parent: 2 - - uid: 20165 + - uid: 25407 components: - type: Transform - pos: 11.5,-63.5 + pos: 53.5,17.5 parent: 2 - - uid: 20166 + - uid: 25416 components: - type: Transform - pos: 10.5,-63.5 + rot: 3.141592653589793 rad + pos: 53.5,8.5 parent: 2 - - uid: 20167 + - uid: 25417 components: - type: Transform - pos: 10.5,-63.5 + pos: 54.5,8.5 parent: 2 - - uid: 20168 + - uid: 25433 components: - type: Transform - pos: 9.5,-63.5 + rot: -1.5707963267948966 rad + pos: 54.5,-7.5 parent: 2 - - uid: 20169 + - uid: 25434 components: - type: Transform - pos: 9.5,-62.5 + rot: 1.5707963267948966 rad + pos: 53.5,-7.5 parent: 2 - - uid: 20170 + - uid: 25435 components: - type: Transform - pos: 8.5,-62.5 + rot: -1.5707963267948966 rad + pos: 53.5,-18.5 parent: 2 - - uid: 20171 + - uid: 25436 components: - type: Transform - pos: 7.5,-62.5 + rot: -1.5707963267948966 rad + pos: 51.5,-19.5 parent: 2 - - uid: 20172 + - uid: 25437 components: - type: Transform - pos: 6.5,-62.5 + rot: 1.5707963267948966 rad + pos: 51.5,-18.5 parent: 2 - - uid: 20173 + - uid: 25438 components: - type: Transform - pos: 5.5,-62.5 + rot: 1.5707963267948966 rad + pos: 50.5,-19.5 parent: 2 - - uid: 20174 + - uid: 25452 components: - type: Transform - pos: 4.5,-62.5 + rot: -1.5707963267948966 rad + pos: 50.5,-22.5 parent: 2 - - uid: 20175 + - uid: 25453 components: - type: Transform - pos: 3.5,-62.5 + rot: 1.5707963267948966 rad + pos: 49.5,-22.5 parent: 2 - - uid: 20176 + - uid: 25454 components: - type: Transform - pos: 2.5,-62.5 + rot: 1.5707963267948966 rad + pos: 48.5,-24.5 parent: 2 - - uid: 20177 + - uid: 25455 components: - type: Transform - pos: 1.5,-62.5 + rot: 1.5707963267948966 rad + pos: 47.5,-26.5 parent: 2 - - uid: 20178 + - uid: 25456 components: - type: Transform - pos: 0.5,-62.5 + rot: 1.5707963267948966 rad + pos: 46.5,-28.5 parent: 2 - - uid: 20179 + - uid: 25457 components: - type: Transform - pos: -0.5,-62.5 + rot: 1.5707963267948966 rad + pos: 45.5,-31.5 parent: 2 - - uid: 20180 + - uid: 25458 components: - type: Transform - pos: -1.5,-62.5 + rot: 1.5707963267948966 rad + pos: 43.5,-32.5 parent: 2 - - uid: 20181 + - uid: 25459 components: - type: Transform - pos: -2.5,-62.5 + rot: -1.5707963267948966 rad + pos: 45.5,-32.5 parent: 2 - - uid: 20182 + - uid: 25460 components: - type: Transform - pos: -3.5,-62.5 + rot: -1.5707963267948966 rad + pos: 46.5,-31.5 parent: 2 - - uid: 20183 + - uid: 25462 components: - type: Transform - pos: -4.5,-62.5 + rot: -1.5707963267948966 rad + pos: 48.5,-26.5 parent: 2 - - uid: 20184 + - uid: 25463 components: - type: Transform - pos: -5.5,-62.5 + rot: -1.5707963267948966 rad + pos: 49.5,-24.5 parent: 2 - - uid: 20185 + - uid: 25464 components: - type: Transform - pos: -6.5,-62.5 + rot: -1.5707963267948966 rad + pos: 47.5,-28.5 parent: 2 - - uid: 20186 + - uid: 25473 components: - type: Transform - pos: -7.5,-62.5 + rot: -1.5707963267948966 rad + pos: 43.5,-36.5 parent: 2 - - uid: 20187 + - uid: 25474 components: - type: Transform - pos: -8.5,-62.5 + rot: -1.5707963267948966 rad + pos: 42.5,-37.5 parent: 2 - - uid: 20188 + - uid: 25475 components: - type: Transform - pos: -8.5,-63.5 + rot: -1.5707963267948966 rad + pos: 36.5,-38.5 parent: 2 - - uid: 20189 + - uid: 25476 components: - type: Transform - pos: -9.5,-63.5 + rot: -1.5707963267948966 rad + pos: 35.5,-40.5 parent: 2 - - uid: 20190 + - uid: 25477 components: - type: Transform - pos: -10.5,-63.5 + rot: -1.5707963267948966 rad + pos: 33.5,-41.5 parent: 2 - - uid: 20191 + - uid: 25478 components: - type: Transform - pos: -11.5,-63.5 + rot: -1.5707963267948966 rad + pos: 32.5,-42.5 parent: 2 - - uid: 20192 + - uid: 25479 components: - type: Transform - pos: -12.5,-63.5 + rot: -1.5707963267948966 rad + pos: 31.5,-43.5 parent: 2 - - uid: 20193 + - uid: 25480 components: - type: Transform - pos: -12.5,-62.5 + rot: -1.5707963267948966 rad + pos: 30.5,-44.5 parent: 2 - - uid: 20194 + - uid: 25481 components: - type: Transform - pos: -13.5,-62.5 + rot: -1.5707963267948966 rad + pos: 29.5,-45.5 parent: 2 - - uid: 20195 + - uid: 25482 components: - type: Transform - pos: -13.5,-62.5 + rot: -1.5707963267948966 rad + pos: 28.5,-46.5 parent: 2 - - uid: 20196 + - uid: 25483 components: - type: Transform - pos: -13.5,-61.5 + rot: -1.5707963267948966 rad + pos: 26.5,-47.5 parent: 2 - - uid: 20197 + - uid: 25484 components: - type: Transform - pos: -13.5,-60.5 + rot: -1.5707963267948966 rad + pos: 24.5,-48.5 parent: 2 - - uid: 20198 + - uid: 25485 components: - type: Transform - pos: -13.5,-59.5 + rot: -1.5707963267948966 rad + pos: 22.5,-49.5 parent: 2 - - uid: 20199 + - uid: 25486 components: - type: Transform - pos: -13.5,-59.5 + rot: -1.5707963267948966 rad + pos: 20.5,-51.5 parent: 2 - - uid: 20200 + - uid: 25487 components: - type: Transform - pos: -14.5,-59.5 + rot: -1.5707963267948966 rad + pos: 16.5,-52.5 parent: 2 - - uid: 20201 + - uid: 25488 components: - type: Transform - pos: -15.5,-59.5 + rot: 1.5707963267948966 rad + pos: 36.5,-37.5 parent: 2 - - uid: 20202 + - uid: 25489 components: - type: Transform - pos: -16.5,-59.5 + rot: 1.5707963267948966 rad + pos: 42.5,-36.5 parent: 2 - - uid: 20203 + - uid: 25490 components: - type: Transform - pos: -16.5,-59.5 + rot: 1.5707963267948966 rad + pos: 35.5,-38.5 parent: 2 - - uid: 20204 + - uid: 25491 components: - type: Transform - pos: -16.5,-58.5 + rot: 1.5707963267948966 rad + pos: 33.5,-40.5 parent: 2 - - uid: 20205 + - uid: 25492 components: - type: Transform - pos: -16.5,-57.5 + rot: 1.5707963267948966 rad + pos: 32.5,-41.5 parent: 2 - - uid: 20206 + - uid: 25493 components: - type: Transform - pos: -16.5,-56.5 + rot: 1.5707963267948966 rad + pos: 31.5,-42.5 parent: 2 - - uid: 20207 + - uid: 25494 components: - type: Transform - pos: -16.5,-55.5 + rot: 1.5707963267948966 rad + pos: 30.5,-43.5 parent: 2 - - uid: 20208 + - uid: 25495 components: - type: Transform - pos: -16.5,-55.5 + rot: 1.5707963267948966 rad + pos: 29.5,-44.5 parent: 2 - - uid: 20209 + - uid: 25496 components: - type: Transform - pos: -15.5,-55.5 + rot: 1.5707963267948966 rad + pos: 28.5,-45.5 parent: 2 - - uid: 20210 + - uid: 25497 components: - type: Transform - pos: -14.5,-55.5 + rot: 1.5707963267948966 rad + pos: 26.5,-46.5 parent: 2 - - uid: 20211 + - uid: 25498 components: - type: Transform - pos: -13.5,-55.5 + rot: 1.5707963267948966 rad + pos: 24.5,-47.5 parent: 2 - - uid: 20212 + - uid: 25499 components: - type: Transform - pos: -12.5,-55.5 + rot: 1.5707963267948966 rad + pos: 22.5,-48.5 parent: 2 - - uid: 20213 + - uid: 25500 components: - type: Transform - pos: -12.5,-54.5 + rot: 1.5707963267948966 rad + pos: 20.5,-49.5 parent: 2 - - uid: 20214 + - uid: 25501 components: - type: Transform - pos: -16.5,-58.5 + rot: 1.5707963267948966 rad + pos: 16.5,-51.5 parent: 2 - - uid: 20215 + - uid: 25523 components: - type: Transform - pos: -17.5,-58.5 + rot: 3.141592653589793 rad + pos: 9.5,-52.5 parent: 2 - - uid: 20216 + - uid: 25524 components: - type: Transform - pos: -18.5,-58.5 + pos: 9.5,-51.5 parent: 2 - - uid: 20217 + - uid: 25550 components: - type: Transform - pos: -19.5,-58.5 + rot: 3.141592653589793 rad + pos: -16.5,-51.5 parent: 2 - - uid: 20218 + - uid: 25551 components: - type: Transform - pos: -20.5,-58.5 + pos: -16.5,-50.5 parent: 2 - - uid: 20219 + - uid: 25558 components: - type: Transform - pos: -20.5,-57.5 + rot: 3.141592653589793 rad + pos: -23.5,-50.5 parent: 2 - - uid: 20220 + - uid: 25559 components: - type: Transform - pos: -21.5,-57.5 + pos: -23.5,-47.5 parent: 2 - - uid: 20221 + - uid: 25560 components: - type: Transform - pos: -22.5,-57.5 + pos: -25.5,-46.5 parent: 2 - - uid: 20222 + - uid: 25561 components: - type: Transform - pos: -23.5,-57.5 + pos: -27.5,-45.5 parent: 2 - - uid: 20223 + - uid: 25562 components: - type: Transform - pos: -24.5,-57.5 + pos: -28.5,-44.5 parent: 2 - - uid: 20224 + - uid: 25563 components: - type: Transform - pos: -25.5,-57.5 + pos: -30.5,-43.5 parent: 2 - - uid: 20225 + - uid: 25564 components: - type: Transform - pos: -26.5,-57.5 + pos: -31.5,-42.5 parent: 2 - - uid: 20226 + - uid: 25565 components: - type: Transform - pos: -26.5,-57.5 + pos: -32.5,-41.5 parent: 2 - - uid: 20227 + - uid: 25566 components: - type: Transform - pos: -26.5,-56.5 + rot: 3.141592653589793 rad + pos: -32.5,-42.5 parent: 2 - - uid: 20228 + - uid: 25567 components: - type: Transform - pos: -26.5,-55.5 + rot: 3.141592653589793 rad + pos: -31.5,-43.5 parent: 2 - - uid: 20229 + - uid: 25568 components: - type: Transform - pos: -26.5,-55.5 + rot: 3.141592653589793 rad + pos: -30.5,-44.5 parent: 2 - - uid: 20230 + - uid: 25569 components: - type: Transform - pos: -27.5,-55.5 + rot: 3.141592653589793 rad + pos: -28.5,-45.5 parent: 2 - - uid: 20231 + - uid: 25570 components: - type: Transform - pos: -28.5,-55.5 + rot: 3.141592653589793 rad + pos: -27.5,-46.5 parent: 2 - - uid: 20232 + - uid: 25571 components: - type: Transform - pos: -29.5,-55.5 + rot: 3.141592653589793 rad + pos: -25.5,-47.5 parent: 2 - - uid: 20233 + - uid: 25591 components: - type: Transform - pos: -29.5,-55.5 + rot: -1.5707963267948966 rad + pos: -36.5,-42.5 parent: 2 - - uid: 20234 + - uid: 25592 components: - type: Transform - pos: -29.5,-54.5 + rot: 1.5707963267948966 rad + pos: -36.5,-41.5 parent: 2 - - uid: 20235 + - uid: 25598 components: - type: Transform - pos: -29.5,-53.5 + rot: 3.141592653589793 rad + pos: -37.5,-47.5 parent: 2 - - uid: 20236 + - uid: 25599 components: - type: Transform - pos: -29.5,-52.5 + rot: 3.141592653589793 rad + pos: -40.5,-42.5 parent: 2 - - uid: 20237 + - uid: 25600 components: - type: Transform - pos: -29.5,-52.5 + pos: -40.5,-33.5 parent: 2 - - uid: 20238 + - uid: 25601 components: - type: Transform - pos: -30.5,-52.5 + pos: -41.5,-32.5 parent: 2 - - uid: 20239 + - uid: 25602 components: - type: Transform - pos: -31.5,-52.5 + pos: -42.5,-31.5 parent: 2 - - uid: 20240 + - uid: 25603 components: - type: Transform - pos: -32.5,-52.5 + pos: -43.5,-30.5 parent: 2 - - uid: 20241 + - uid: 25604 components: - type: Transform - pos: -33.5,-52.5 + pos: -44.5,-28.5 parent: 2 - - uid: 20242 + - uid: 25605 components: - type: Transform - pos: -33.5,-52.5 + pos: -45.5,-27.5 parent: 2 - - uid: 20243 + - uid: 25606 components: - type: Transform - pos: -33.5,-51.5 + pos: -46.5,-25.5 parent: 2 - - uid: 20244 + - uid: 25607 components: - type: Transform - pos: -33.5,-50.5 + pos: -47.5,-23.5 parent: 2 - - uid: 20245 + - uid: 25608 components: - type: Transform - pos: -33.5,-49.5 + pos: -48.5,-21.5 parent: 2 - - uid: 20246 + - uid: 25609 components: - type: Transform - pos: -33.5,-48.5 + rot: 3.141592653589793 rad + pos: -49.5,-21.5 parent: 2 - - uid: 20247 + - uid: 25610 components: - type: Transform - pos: -33.5,-47.5 + rot: 3.141592653589793 rad + pos: -48.5,-23.5 parent: 2 - - uid: 20248 + - uid: 25611 components: - type: Transform - pos: -33.5,-46.5 + rot: 3.141592653589793 rad + pos: -47.5,-25.5 parent: 2 - - uid: 20249 + - uid: 25612 components: - type: Transform - pos: -34.5,-46.5 + rot: 3.141592653589793 rad + pos: -46.5,-27.5 parent: 2 - - uid: 20250 + - uid: 25613 components: - type: Transform - pos: -34.5,-46.5 + rot: 3.141592653589793 rad + pos: -45.5,-28.5 parent: 2 - - uid: 20251 + - uid: 25614 components: - type: Transform - pos: -34.5,-40.5 + rot: 3.141592653589793 rad + pos: -44.5,-30.5 parent: 2 - - uid: 20252 + - uid: 25615 components: - type: Transform - pos: -34.5,-41.5 + rot: 3.141592653589793 rad + pos: -43.5,-31.5 parent: 2 - - uid: 20253 + - uid: 25616 components: - type: Transform - pos: -34.5,-42.5 + rot: 3.141592653589793 rad + pos: -42.5,-32.5 parent: 2 - - uid: 20254 + - uid: 25617 components: - type: Transform - pos: -34.5,-43.5 + rot: 3.141592653589793 rad + pos: -41.5,-33.5 parent: 2 - - uid: 20255 + - uid: 25630 components: - type: Transform - pos: -34.5,-44.5 + pos: -29.5,-35.5 parent: 2 - - uid: 20256 + - uid: 25631 components: - type: Transform - pos: -34.5,-45.5 + rot: 3.141592653589793 rad + pos: -31.5,-35.5 parent: 2 - - uid: 20257 + - uid: 25632 components: - type: Transform - pos: -34.5,-46.5 + rot: 1.5707963267948966 rad + pos: -31.5,-33.5 parent: 2 - - uid: 20258 + - uid: 25645 components: - type: Transform - pos: -34.5,-40.5 + rot: 3.141592653589793 rad + pos: -28.5,22.5 parent: 2 - - uid: 20259 + - uid: 25648 components: - type: Transform - pos: -35.5,-40.5 + rot: 1.5707963267948966 rad + pos: -45.5,40.5 parent: 2 - - uid: 20260 + - uid: 25654 components: - type: Transform - pos: -36.5,-40.5 + pos: -28.5,26.5 parent: 2 - - uid: 20261 + - uid: 25655 components: - type: Transform - pos: -37.5,-40.5 + rot: 3.141592653589793 rad + pos: -32.5,26.5 parent: 2 - - uid: 20262 + - uid: 25661 components: - type: Transform - pos: -38.5,-40.5 + pos: -32.5,29.5 parent: 2 - - uid: 20263 + - uid: 25671 components: - type: Transform - pos: -39.5,-40.5 + rot: 3.141592653589793 rad + pos: -42.5,29.5 parent: 2 - - uid: 20264 + - uid: 25681 components: - type: Transform - pos: -39.5,-40.5 + rot: -1.5707963267948966 rad + pos: 1.5,42.5 parent: 2 - - uid: 20265 + - uid: 25701 components: - type: Transform - pos: -39.5,-39.5 + rot: 3.141592653589793 rad + pos: 11.5,44.5 parent: 2 - - uid: 20266 + - uid: 25709 components: - type: Transform - pos: -39.5,-38.5 + pos: 31.5,42.5 parent: 2 - - uid: 20267 + - uid: 25718 components: - type: Transform - pos: -39.5,-37.5 + pos: 34.5,-35.5 parent: 2 - - uid: 20268 + - uid: 25719 components: - type: Transform - pos: -39.5,-36.5 + rot: 3.141592653589793 rad + pos: 20.5,-35.5 parent: 2 - - uid: 20269 + - uid: 25741 components: - type: Transform - pos: -39.5,-35.5 + rot: 3.141592653589793 rad + pos: 12.5,-26.5 parent: 2 - - uid: 20270 + - uid: 25742 components: - type: Transform - pos: -39.5,-34.5 + pos: 20.5,-26.5 parent: 2 - - uid: 20271 + - uid: 25755 components: - type: Transform - pos: -39.5,-33.5 + rot: 3.141592653589793 rad + pos: -38.5,-40.5 parent: 2 - - uid: 20272 + - uid: 25763 components: - type: Transform - pos: -40.5,-33.5 + pos: -38.5,-32.5 parent: 2 - - uid: 20273 + - uid: 25764 components: - type: Transform - pos: -41.5,-33.5 + rot: 3.141592653589793 rad + pos: -39.5,-32.5 parent: 2 - - uid: 20274 + - uid: 25765 components: - type: Transform - pos: -41.5,-31.5 + pos: -39.5,-31.5 parent: 2 - - uid: 20275 + - uid: 25766 components: - type: Transform - pos: -41.5,-33.5 + rot: 3.141592653589793 rad + pos: -40.5,-31.5 parent: 2 - - uid: 20276 + - uid: 25767 components: - type: Transform - pos: -41.5,-32.5 + rot: 3.141592653589793 rad + pos: -41.5,-30.5 parent: 2 - - uid: 20277 + - uid: 25768 components: - type: Transform - pos: -41.5,-31.5 + rot: 3.141592653589793 rad + pos: -42.5,-29.5 parent: 2 - - uid: 20278 + - uid: 25769 components: - type: Transform - pos: -42.5,-31.5 + rot: 3.141592653589793 rad + pos: -43.5,-27.5 parent: 2 - - uid: 20280 + - uid: 25770 components: - type: Transform - pos: -42.5,-31.5 + rot: 3.141592653589793 rad + pos: -44.5,-26.5 parent: 2 - - uid: 20281 + - uid: 25771 components: - type: Transform - pos: -42.5,-31.5 + rot: 3.141592653589793 rad + pos: -45.5,-24.5 parent: 2 - - uid: 20282 + - uid: 25772 components: - type: Transform - pos: -42.5,-30.5 + rot: 3.141592653589793 rad + pos: -46.5,-22.5 parent: 2 - - uid: 20283 + - uid: 25773 components: - type: Transform - pos: -42.5,-29.5 + rot: 3.141592653589793 rad + pos: -47.5,-20.5 parent: 2 - - uid: 20284 + - uid: 25774 components: - type: Transform - pos: -42.5,-29.5 + rot: 3.141592653589793 rad + pos: -48.5,-17.5 parent: 2 - - uid: 20285 + - uid: 25775 components: - type: Transform - pos: -43.5,-29.5 + rot: 3.141592653589793 rad + pos: -49.5,-15.5 parent: 2 - - uid: 20286 + - uid: 25776 components: - type: Transform - pos: -44.5,-29.5 + rot: 3.141592653589793 rad + pos: -50.5,-11.5 parent: 2 - - uid: 20287 + - uid: 25777 components: - type: Transform - pos: -44.5,-29.5 + rot: 3.141592653589793 rad + pos: -51.5,-6.5 parent: 2 - - uid: 20288 + - uid: 25778 components: - type: Transform - pos: -44.5,-28.5 + pos: -50.5,-6.5 parent: 2 - - uid: 20289 + - uid: 25779 components: - type: Transform - pos: -44.5,-27.5 + pos: -49.5,-11.5 parent: 2 - - uid: 20290 + - uid: 25780 components: - type: Transform - pos: -44.5,-27.5 + pos: -48.5,-15.5 parent: 2 - - uid: 20291 + - uid: 25781 components: - type: Transform - pos: -45.5,-27.5 + pos: -47.5,-17.5 parent: 2 - - uid: 20292 + - uid: 25782 components: - type: Transform - pos: -46.5,-27.5 + pos: -46.5,-20.5 parent: 2 - - uid: 20293 + - uid: 25783 components: - type: Transform - pos: -47.5,-27.5 + pos: -45.5,-22.5 parent: 2 - - uid: 20300 + - uid: 25784 components: - type: Transform - pos: -48.5,-32.5 + pos: -44.5,-24.5 parent: 2 - - uid: 20301 + - uid: 25785 components: - type: Transform - pos: -48.5,-33.5 + pos: -43.5,-26.5 parent: 2 - - uid: 20302 + - uid: 25786 components: - type: Transform - pos: -48.5,-33.5 + pos: -42.5,-27.5 parent: 2 - - uid: 20303 + - uid: 25787 components: - type: Transform - pos: -47.5,-33.5 + pos: -41.5,-29.5 parent: 2 - - uid: 20304 + - uid: 25788 components: - type: Transform - pos: -46.5,-33.5 + pos: -40.5,-30.5 parent: 2 - - uid: 20305 + - uid: 25816 components: - type: Transform - pos: -45.5,-33.5 + rot: 1.5707963267948966 rad + pos: -51.5,7.5 parent: 2 - - uid: 20306 + - uid: 25817 components: - type: Transform - pos: -45.5,-34.5 + rot: 1.5707963267948966 rad + pos: -50.5,12.5 parent: 2 - - uid: 20307 + - uid: 25818 components: - type: Transform - pos: -44.5,-34.5 + rot: 1.5707963267948966 rad + pos: -49.5,13.5 parent: 2 - - uid: 20308 + - uid: 25819 components: - type: Transform - pos: -43.5,-34.5 + rot: -1.5707963267948966 rad + pos: -49.5,12.5 parent: 2 - - uid: 20331 + - uid: 25821 components: - type: Transform - pos: -28.5,76.5 + rot: -1.5707963267948966 rad + pos: -50.5,7.5 parent: 2 - - uid: 20342 + - uid: 25822 components: - type: Transform - pos: -56.5,-4.5 + rot: 1.5707963267948966 rad + pos: -48.5,18.5 parent: 2 - - uid: 20346 + - uid: 25823 components: - type: Transform - pos: -64.5,-20.5 + rot: 1.5707963267948966 rad + pos: -47.5,20.5 parent: 2 - - uid: 20347 + - uid: 25824 components: - type: Transform - pos: -65.5,-20.5 + rot: 1.5707963267948966 rad + pos: -46.5,23.5 parent: 2 - - uid: 20348 + - uid: 25825 components: - type: Transform - pos: -65.5,-19.5 + rot: 1.5707963267948966 rad + pos: -45.5,25.5 parent: 2 - - uid: 20349 + - uid: 25826 components: - type: Transform - pos: -66.5,-19.5 + rot: 1.5707963267948966 rad + pos: -44.5,27.5 parent: 2 - - uid: 20382 + - uid: 25827 components: - type: Transform - pos: -55.5,9.5 + rot: 1.5707963267948966 rad + pos: -43.5,28.5 parent: 2 - - uid: 20383 + - uid: 25830 components: - type: Transform - pos: -55.5,10.5 + rot: 3.141592653589793 rad + pos: -51.5,10.5 parent: 2 - - uid: 20384 + - uid: 25831 components: - type: Transform - pos: -55.5,11.5 + rot: -1.5707963267948966 rad + pos: -50.5,11.5 parent: 2 - - uid: 20385 + - uid: 25839 components: - type: Transform - pos: -55.5,11.5 + rot: -1.5707963267948966 rad + pos: -47.5,18.5 parent: 2 - - uid: 20386 + - uid: 25840 components: - type: Transform - pos: -56.5,11.5 + rot: -1.5707963267948966 rad + pos: -46.5,20.5 parent: 2 - - uid: 20387 + - uid: 25841 components: - type: Transform - pos: -57.5,11.5 + rot: -1.5707963267948966 rad + pos: -45.5,23.5 parent: 2 - - uid: 20388 + - uid: 25842 components: - type: Transform - pos: -58.5,11.5 + rot: -1.5707963267948966 rad + pos: -44.5,25.5 parent: 2 - - uid: 20389 + - uid: 25843 components: - type: Transform - pos: -59.5,11.5 + rot: -1.5707963267948966 rad + pos: -43.5,27.5 parent: 2 - - uid: 20390 + - uid: 25851 components: - type: Transform - pos: -54.5,35.5 + rot: -1.5707963267948966 rad + pos: -36.5,28.5 parent: 2 - - uid: 20391 + - uid: 25861 components: - type: Transform - pos: -57.5,28.5 + rot: -1.5707963267948966 rad + pos: -35.5,37.5 parent: 2 - - uid: 20392 + - uid: 25862 components: - type: Transform - pos: -59.5,11.5 + rot: -1.5707963267948966 rad + pos: -31.5,38.5 parent: 2 - - uid: 20393 + - uid: 25863 components: - type: Transform - pos: -59.5,12.5 + rot: -1.5707963267948966 rad + pos: -30.5,41.5 parent: 2 - - uid: 20394 + - uid: 25864 components: - type: Transform - pos: -59.5,13.5 + rot: -1.5707963267948966 rad + pos: -29.5,42.5 parent: 2 - - uid: 20395 + - uid: 25865 components: - type: Transform - pos: -59.5,14.5 + rot: 1.5707963267948966 rad + pos: -36.5,37.5 parent: 2 - - uid: 20396 + - uid: 25866 components: - type: Transform - pos: -59.5,15.5 + rot: 1.5707963267948966 rad + pos: -35.5,38.5 parent: 2 - - uid: 20397 + - uid: 25867 components: - type: Transform - pos: -59.5,16.5 + rot: 1.5707963267948966 rad + pos: -31.5,41.5 parent: 2 - - uid: 20398 + - uid: 25868 components: - type: Transform - pos: -59.5,17.5 + rot: 1.5707963267948966 rad + pos: -30.5,42.5 parent: 2 - - uid: 20399 + - uid: 25869 components: - type: Transform - pos: -59.5,18.5 + rot: 1.5707963267948966 rad + pos: -29.5,44.5 parent: 2 - - uid: 20400 + - uid: 25870 components: - type: Transform - pos: -57.5,27.5 + rot: 1.5707963267948966 rad + pos: -26.5,45.5 parent: 2 - - uid: 20401 + - uid: 25871 components: - type: Transform - pos: -58.5,18.5 + rot: -1.5707963267948966 rad + pos: -26.5,44.5 parent: 2 - - uid: 20402 + - uid: 25884 components: - type: Transform - pos: -57.5,18.5 + rot: -1.5707963267948966 rad + pos: -21.5,45.5 parent: 2 - - uid: 20403 + - uid: 25885 components: - type: Transform - pos: -57.5,26.5 + rot: -1.5707963267948966 rad + pos: -20.5,46.5 parent: 2 - - uid: 20404 + - uid: 25886 components: - type: Transform - pos: -57.5,18.5 + rot: 1.5707963267948966 rad + pos: -21.5,46.5 parent: 2 - - uid: 20405 + - uid: 25887 components: - type: Transform - pos: -57.5,19.5 + rot: 1.5707963267948966 rad + pos: -20.5,48.5 parent: 2 - - uid: 20406 + - uid: 25888 components: - type: Transform - pos: -57.5,20.5 + rot: 1.5707963267948966 rad + pos: -17.5,49.5 parent: 2 - - uid: 20407 + - uid: 25889 components: - type: Transform - pos: -57.5,21.5 + rot: 1.5707963267948966 rad + pos: -15.5,50.5 parent: 2 - - uid: 20408 + - uid: 25890 components: - type: Transform - pos: -57.5,22.5 + rot: 1.5707963267948966 rad + pos: -11.5,51.5 parent: 2 - - uid: 20409 + - uid: 25891 components: - type: Transform - pos: -57.5,23.5 + rot: 1.5707963267948966 rad + pos: -6.5,52.5 parent: 2 - - uid: 20410 + - uid: 25892 components: - type: Transform - pos: -57.5,24.5 + rot: -1.5707963267948966 rad + pos: -6.5,51.5 parent: 2 - - uid: 20411 + - uid: 25893 components: - type: Transform - pos: -57.5,25.5 + rot: -1.5707963267948966 rad + pos: -11.5,50.5 parent: 2 - - uid: 20412 + - uid: 25894 components: - type: Transform - pos: -57.5,26.5 + rot: -1.5707963267948966 rad + pos: -15.5,49.5 parent: 2 - - uid: 20413 + - uid: 25895 components: - type: Transform - pos: -57.5,26.5 + rot: -1.5707963267948966 rad + pos: -17.5,48.5 parent: 2 - - uid: 20414 + - uid: 25920 components: - type: Transform - pos: -58.5,26.5 + pos: 7.5,52.5 parent: 2 - - uid: 20415 + - uid: 25921 components: - type: Transform - pos: -59.5,26.5 + pos: 13.5,51.5 parent: 2 - - uid: 20416 + - uid: 25922 components: - type: Transform - pos: -60.5,26.5 + pos: 16.5,50.5 parent: 2 - - uid: 20417 + - uid: 25923 components: - type: Transform - pos: -61.5,26.5 + pos: 18.5,49.5 parent: 2 - - uid: 20418 + - uid: 25924 components: - type: Transform - pos: -61.5,26.5 + pos: 23.5,46.5 parent: 2 - - uid: 20419 + - uid: 25925 components: - type: Transform - pos: -61.5,27.5 + pos: 24.5,45.5 parent: 2 - - uid: 20420 + - uid: 25926 components: - type: Transform - pos: -61.5,28.5 + rot: 3.141592653589793 rad + pos: 23.5,45.5 parent: 2 - - uid: 20421 + - uid: 25927 components: - type: Transform - pos: -61.5,29.5 + rot: 3.141592653589793 rad + pos: 18.5,46.5 parent: 2 - - uid: 20422 + - uid: 25928 components: - type: Transform - pos: -61.5,30.5 + rot: 3.141592653589793 rad + pos: 16.5,49.5 parent: 2 - - uid: 20423 + - uid: 25929 components: - type: Transform - pos: -60.5,30.5 + rot: 3.141592653589793 rad + pos: 13.5,50.5 parent: 2 - - uid: 20424 + - uid: 25930 components: - type: Transform - pos: -60.5,31.5 + rot: 3.141592653589793 rad + pos: 7.5,51.5 parent: 2 - - uid: 20425 + - uid: 25951 components: - type: Transform - pos: -60.5,32.5 + rot: 3.141592653589793 rad + pos: 24.5,38.5 parent: 2 - - uid: 20426 + - uid: 25952 components: - type: Transform - pos: -57.5,29.5 + rot: 3.141592653589793 rad + pos: 25.5,37.5 parent: 2 - - uid: 20427 + - uid: 25953 components: - type: Transform - pos: -57.5,30.5 + rot: 3.141592653589793 rad + pos: 26.5,35.5 parent: 2 - - uid: 20428 + - uid: 25954 components: - type: Transform - pos: -57.5,31.5 + rot: 3.141592653589793 rad + pos: 27.5,31.5 parent: 2 - - uid: 20429 + - uid: 25955 components: - type: Transform - pos: -57.5,32.5 + rot: 3.141592653589793 rad + pos: 31.5,28.5 parent: 2 - - uid: 20430 + - uid: 25956 components: - type: Transform - pos: -57.5,33.5 + rot: 3.141592653589793 rad + pos: 35.5,27.5 parent: 2 - - uid: 20431 + - uid: 25957 components: - type: Transform - pos: -57.5,34.5 + rot: 3.141592653589793 rad + pos: 37.5,26.5 parent: 2 - - uid: 20432 + - uid: 25959 components: - type: Transform - pos: -56.5,34.5 + rot: 3.141592653589793 rad + pos: 44.5,24.5 parent: 2 - - uid: 20433 + - uid: 25960 components: - type: Transform - pos: -56.5,35.5 + rot: 3.141592653589793 rad + pos: 46.5,23.5 parent: 2 - - uid: 20434 + - uid: 25961 components: - type: Transform - pos: -53.5,35.5 + rot: 3.141592653589793 rad + pos: 47.5,21.5 parent: 2 - - uid: 20435 + - uid: 25962 components: - type: Transform - pos: -52.5,35.5 + rot: 3.141592653589793 rad + pos: 48.5,18.5 parent: 2 - - uid: 20436 + - uid: 25963 components: - type: Transform - pos: -51.5,35.5 + rot: 3.141592653589793 rad + pos: 49.5,16.5 parent: 2 - - uid: 20441 + - uid: 25964 components: - type: Transform - pos: -21.5,43.5 + rot: 3.141592653589793 rad + pos: 50.5,12.5 parent: 2 - - uid: 20442 + - uid: 25965 components: - type: Transform - pos: -22.5,43.5 + rot: 3.141592653589793 rad + pos: 51.5,7.5 parent: 2 - - uid: 20445 + - uid: 25966 components: - type: Transform - pos: -22.5,46.5 + pos: 52.5,7.5 parent: 2 - - uid: 20446 + - uid: 25967 components: - type: Transform - pos: -23.5,46.5 + pos: 51.5,12.5 parent: 2 - - uid: 20447 + - uid: 25968 components: - type: Transform - pos: -24.5,46.5 + pos: 50.5,16.5 parent: 2 - - uid: 20448 + - uid: 25969 components: - type: Transform - pos: -25.5,46.5 + pos: 49.5,18.5 parent: 2 - - uid: 20449 + - uid: 25970 components: - type: Transform - pos: -26.5,46.5 + pos: 48.5,21.5 parent: 2 - - uid: 20450 + - uid: 25971 components: - type: Transform - pos: -27.5,46.5 + pos: 47.5,23.5 parent: 2 - - uid: 20451 + - uid: 25972 components: - type: Transform - pos: -28.5,46.5 + pos: 46.5,24.5 parent: 2 - - uid: 20452 + - uid: 25973 components: - type: Transform - pos: -22.5,43.5 + pos: 44.5,25.5 parent: 2 - - uid: 20453 + - uid: 25975 components: - type: Transform - pos: -22.5,44.5 + pos: 37.5,27.5 parent: 2 - - uid: 20454 + - uid: 25976 components: - type: Transform - pos: -22.5,45.5 + pos: 35.5,28.5 parent: 2 - - uid: 20460 + - uid: 25977 components: - type: Transform - pos: -28.5,45.5 + pos: 31.5,31.5 parent: 2 - - uid: 20461 + - uid: 25978 components: - type: Transform - pos: -29.5,45.5 + pos: 27.5,35.5 parent: 2 - - uid: 20462 + - uid: 25979 components: - type: Transform - pos: -29.5,44.5 + pos: 26.5,37.5 parent: 2 - - uid: 20463 + - uid: 25980 components: - type: Transform - pos: -30.5,44.5 + pos: 25.5,38.5 parent: 2 - - uid: 20464 + - uid: 26024 components: - type: Transform - pos: -31.5,44.5 + rot: -1.5707963267948966 rad + pos: 52.5,-6.5 parent: 2 - - uid: 20471 + - uid: 26025 components: - type: Transform - pos: -31.5,43.5 + rot: -1.5707963267948966 rad + pos: 51.5,-11.5 parent: 2 - - uid: 20472 + - uid: 26026 components: - type: Transform - pos: -32.5,43.5 + rot: -1.5707963267948966 rad + pos: 50.5,-15.5 parent: 2 - - uid: 20473 + - uid: 26027 components: - type: Transform - pos: -33.5,43.5 + rot: -1.5707963267948966 rad + pos: 49.5,-17.5 parent: 2 - - uid: 20474 + - uid: 26028 components: - type: Transform - pos: -34.5,43.5 + rot: -1.5707963267948966 rad + pos: 48.5,-20.5 parent: 2 - - uid: 20475 + - uid: 26029 components: - type: Transform - pos: -35.5,43.5 + rot: -1.5707963267948966 rad + pos: 47.5,-22.5 parent: 2 - - uid: 20477 + - uid: 26030 components: - type: Transform - pos: -35.5,43.5 + rot: -1.5707963267948966 rad + pos: 46.5,-24.5 parent: 2 - - uid: 20478 + - uid: 26031 components: - type: Transform - pos: -35.5,44.5 + rot: -1.5707963267948966 rad + pos: 45.5,-27.5 parent: 2 - - uid: 20479 + - uid: 26032 components: - type: Transform - pos: -35.5,45.5 + rot: -1.5707963267948966 rad + pos: 44.5,-30.5 parent: 2 - - uid: 20480 + - uid: 26033 components: - type: Transform - pos: -35.5,46.5 + rot: -1.5707963267948966 rad + pos: 43.5,-31.5 parent: 2 - - uid: 20481 + - uid: 26034 components: - type: Transform - pos: -35.5,46.5 + rot: -1.5707963267948966 rad + pos: 40.5,-33.5 parent: 2 - - uid: 20482 + - uid: 26035 components: - type: Transform - pos: -36.5,46.5 + rot: -1.5707963267948966 rad + pos: 39.5,-34.5 parent: 2 - - uid: 20483 + - uid: 26036 components: - type: Transform - pos: -37.5,46.5 + rot: -1.5707963267948966 rad + pos: 36.5,-36.5 parent: 2 - - uid: 20484 + - uid: 26037 components: - type: Transform - pos: -38.5,46.5 + rot: 1.5707963267948966 rad + pos: 36.5,-34.5 parent: 2 - - uid: 20489 + - uid: 26038 components: - type: Transform - pos: -38.5,46.5 + rot: 1.5707963267948966 rad + pos: 39.5,-33.5 parent: 2 - - uid: 20490 + - uid: 26039 components: - type: Transform - pos: -38.5,47.5 + rot: 1.5707963267948966 rad + pos: 40.5,-31.5 parent: 2 - - uid: 20491 + - uid: 26040 components: - type: Transform - pos: -38.5,48.5 + rot: 1.5707963267948966 rad + pos: 43.5,-30.5 parent: 2 - - uid: 20492 + - uid: 26041 components: - type: Transform - pos: -38.5,48.5 + rot: 1.5707963267948966 rad + pos: 44.5,-27.5 parent: 2 - - uid: 20493 + - uid: 26042 components: - type: Transform - pos: -39.5,48.5 + rot: 1.5707963267948966 rad + pos: 45.5,-24.5 parent: 2 - - uid: 20494 + - uid: 26043 components: - type: Transform - pos: -40.5,48.5 + rot: 1.5707963267948966 rad + pos: 46.5,-22.5 parent: 2 - - uid: 20495 + - uid: 26044 components: - type: Transform - pos: -40.5,48.5 + rot: 1.5707963267948966 rad + pos: 47.5,-20.5 parent: 2 - - uid: 20496 + - uid: 26045 components: - type: Transform - pos: -40.5,49.5 + rot: 1.5707963267948966 rad + pos: 48.5,-17.5 parent: 2 - - uid: 20497 + - uid: 26046 components: - type: Transform - pos: -40.5,50.5 + rot: 1.5707963267948966 rad + pos: 49.5,-15.5 parent: 2 - - uid: 20498 + - uid: 26047 components: - type: Transform - pos: -40.5,51.5 + rot: 1.5707963267948966 rad + pos: 50.5,-11.5 parent: 2 - - uid: 20499 + - uid: 26048 components: - type: Transform - pos: -40.5,52.5 + rot: 1.5707963267948966 rad + pos: 51.5,-6.5 parent: 2 - - uid: 20500 + - uid: 26078 components: - type: Transform - pos: -40.5,52.5 + rot: 1.5707963267948966 rad + pos: 28.5,-36.5 parent: 2 - - uid: 20501 + - uid: 26079 components: - type: Transform - pos: -40.5,53.5 + rot: -1.5707963267948966 rad + pos: 28.5,-43.5 parent: 2 - - uid: 20502 + - uid: 26080 components: - type: Transform - pos: -40.5,54.5 + rot: -1.5707963267948966 rad + pos: 27.5,-44.5 parent: 2 - - uid: 20503 + - uid: 26081 components: - type: Transform - pos: -40.5,55.5 + rot: -1.5707963267948966 rad + pos: 26.5,-45.5 parent: 2 - - uid: 20504 + - uid: 26082 components: - type: Transform - pos: -40.5,55.5 + rot: -1.5707963267948966 rad + pos: 23.5,-46.5 parent: 2 - - uid: 20505 + - uid: 26083 components: - type: Transform - pos: -39.5,55.5 + rot: -1.5707963267948966 rad + pos: 19.5,-48.5 parent: 2 - - uid: 20506 + - uid: 26084 components: - type: Transform - pos: -38.5,55.5 + rot: -1.5707963267948966 rad + pos: 18.5,-49.5 parent: 2 - - uid: 20507 + - uid: 26085 components: - type: Transform - pos: -38.5,55.5 + rot: -1.5707963267948966 rad + pos: 9.5,-50.5 parent: 2 - - uid: 20508 + - uid: 26086 components: - type: Transform - pos: -38.5,56.5 + rot: 1.5707963267948966 rad + pos: 9.5,-49.5 parent: 2 - - uid: 20509 + - uid: 26087 components: - type: Transform - pos: -38.5,57.5 + rot: 1.5707963267948966 rad + pos: 18.5,-48.5 parent: 2 - - uid: 20517 + - uid: 26088 components: - type: Transform - pos: -38.5,57.5 + rot: 1.5707963267948966 rad + pos: 19.5,-46.5 parent: 2 - - uid: 20518 + - uid: 26089 components: - type: Transform - pos: -37.5,57.5 + rot: 1.5707963267948966 rad + pos: 23.5,-45.5 parent: 2 - - uid: 20519 + - uid: 26090 components: - type: Transform - pos: -36.5,57.5 + rot: 1.5707963267948966 rad + pos: 26.5,-44.5 parent: 2 - - uid: 20520 + - uid: 26091 components: - type: Transform - pos: -35.5,57.5 + rot: 1.5707963267948966 rad + pos: 27.5,-43.5 parent: 2 - - uid: 20521 + - uid: 26136 components: - type: Transform - pos: -35.5,57.5 + pos: -15.5,-48.5 parent: 2 - - uid: 20522 + - uid: 26137 components: - type: Transform - pos: -35.5,58.5 + pos: -20.5,-46.5 parent: 2 - - uid: 20523 + - uid: 26138 components: - type: Transform - pos: -35.5,59.5 + pos: -22.5,-44.5 parent: 2 - - uid: 20524 + - uid: 26139 components: - type: Transform - pos: -35.5,59.5 + pos: -26.5,-43.5 parent: 2 - - uid: 20525 + - uid: 26140 components: - type: Transform - pos: -34.5,59.5 + pos: -27.5,-41.5 parent: 2 - - uid: 20526 + - uid: 26141 components: - type: Transform - pos: -34.5,60.5 + pos: -28.5,-40.5 parent: 2 - - uid: 20527 + - uid: 26142 components: - type: Transform - pos: -33.5,60.5 + rot: 3.141592653589793 rad + pos: -28.5,-41.5 parent: 2 - - uid: 20528 + - uid: 26143 components: - type: Transform - pos: -32.5,60.5 + rot: 3.141592653589793 rad + pos: -27.5,-43.5 parent: 2 - - uid: 20529 + - uid: 26144 components: - type: Transform - pos: -31.5,60.5 + rot: 3.141592653589793 rad + pos: -26.5,-44.5 parent: 2 - - uid: 20530 + - uid: 26145 components: - type: Transform - pos: -30.5,60.5 + rot: 3.141592653589793 rad + pos: -22.5,-46.5 parent: 2 - - uid: 20539 + - uid: 26146 components: - type: Transform - pos: -30.5,60.5 + rot: 3.141592653589793 rad + pos: -20.5,-48.5 parent: 2 - - uid: 20540 + - uid: 26147 components: - type: Transform - pos: -30.5,61.5 + rot: 3.141592653589793 rad + pos: -15.5,-50.5 parent: 2 - - uid: 20541 + - uid: 26169 components: - type: Transform - pos: -29.5,61.5 + rot: -1.5707963267948966 rad + pos: -63.5,-17.5 parent: 2 - - uid: 20542 + - uid: 26171 components: - type: Transform - pos: -29.5,62.5 + rot: 1.5707963267948966 rad + pos: -63.5,-16.5 parent: 2 - - uid: 20543 + - uid: 26200 components: - type: Transform - pos: -29.5,62.5 + rot: 1.5707963267948966 rad + pos: -55.5,11.5 parent: 2 - - uid: 20544 + - uid: 26212 components: - type: Transform - pos: -28.5,62.5 + pos: -50.5,10.5 parent: 2 - - uid: 20545 + - uid: 26256 components: - type: Transform - pos: -27.5,62.5 + rot: 3.141592653589793 rad + pos: -59.5,10.5 parent: 2 - - uid: 20551 + - uid: 26257 components: - type: Transform - pos: -27.5,63.5 + rot: 1.5707963267948966 rad + pos: -59.5,18.5 parent: 2 - - uid: 20552 + - uid: 26258 components: - type: Transform - pos: -26.5,63.5 + rot: -1.5707963267948966 rad + pos: -57.5,18.5 parent: 2 - - uid: 20553 + - uid: 26259 components: - type: Transform - pos: -25.5,63.5 + rot: 1.5707963267948966 rad + pos: -57.5,35.5 parent: 2 - - uid: 20554 + - uid: 26260 components: - type: Transform - pos: -24.5,63.5 + rot: -1.5707963267948966 rad + pos: -51.5,35.5 parent: 2 - - uid: 20555 + - uid: 26261 components: - type: Transform - pos: -23.5,63.5 + rot: 1.5707963267948966 rad + pos: -51.5,39.5 parent: 2 - - uid: 20556 + - uid: 26286 components: - type: Transform - pos: -22.5,63.5 + rot: 3.141592653589793 rad + pos: -55.5,-34.5 parent: 2 - - uid: 20559 + - uid: 26287 components: - type: Transform - pos: -22.5,63.5 + pos: -52.5,-34.5 parent: 2 - - uid: 20560 + - uid: 26288 components: - type: Transform - pos: -22.5,64.5 + rot: 3.141592653589793 rad + pos: -52.5,-39.5 parent: 2 - - uid: 20561 + - uid: 26343 components: - type: Transform - pos: -22.5,65.5 + rot: 3.141592653589793 rad + pos: -35.5,-25.5 parent: 2 - - uid: 20562 + - uid: 26346 components: - type: Transform - pos: -22.5,66.5 + rot: 3.141592653589793 rad + pos: -32.5,-26.5 parent: 2 - - uid: 20563 + - uid: 26347 components: - type: Transform - pos: -22.5,67.5 + pos: -32.5,-25.5 parent: 2 - - uid: 20564 + - uid: 26351 components: - type: Transform - pos: -21.5,67.5 + pos: -19.5,-16.5 parent: 2 - - uid: 20565 + - uid: 26352 components: - type: Transform - pos: -21.5,68.5 + rot: 1.5707963267948966 rad + pos: -29.5,-16.5 parent: 2 - - uid: 20566 + - uid: 26353 components: - type: Transform - pos: -21.5,68.5 + rot: -1.5707963267948966 rad + pos: -19.5,-25.5 parent: 2 - - uid: 20581 + - uid: 26354 components: - type: Transform - pos: 0.5,37.5 + rot: 1.5707963267948966 rad + pos: -23.5,-25.5 parent: 2 - - uid: 20582 + - uid: 26355 components: - type: Transform - pos: 0.5,38.5 + rot: -1.5707963267948966 rad + pos: -23.5,-30.5 parent: 2 - - uid: 20583 + - uid: 26356 components: - type: Transform - pos: 0.5,39.5 + rot: 1.5707963267948966 rad + pos: -32.5,-30.5 parent: 2 - - uid: 20584 + - uid: 26358 components: - type: Transform - pos: 0.5,40.5 + pos: -31.5,5.5 parent: 2 - - uid: 20585 + - uid: 26359 components: - type: Transform - pos: 0.5,41.5 + rot: -1.5707963267948966 rad + pos: -31.5,1.5 parent: 2 - - uid: 20586 + - uid: 26360 components: - type: Transform - pos: 0.5,42.5 + rot: -1.5707963267948966 rad + pos: -37.5,-0.5 parent: 2 - - uid: 20587 + - uid: 26361 components: - type: Transform - pos: 0.5,43.5 + rot: 1.5707963267948966 rad + pos: -37.5,1.5 parent: 2 - - uid: 20588 + - uid: 26424 components: - type: Transform - pos: 0.5,44.5 + pos: -22.5,30.5 parent: 2 - - uid: 20589 + - uid: 26425 components: - type: Transform - pos: 0.5,45.5 + rot: -1.5707963267948966 rad + pos: -22.5,21.5 parent: 2 - - uid: 20590 + - uid: 26426 components: - type: Transform - pos: 0.5,46.5 + rot: 1.5707963267948966 rad + pos: -39.5,21.5 parent: 2 - - uid: 20591 + - uid: 26448 components: - type: Transform - pos: 0.5,47.5 + rot: 1.5707963267948966 rad + pos: -13.5,63.5 parent: 2 - - uid: 20592 + - uid: 26469 components: - type: Transform - pos: 0.5,48.5 + rot: 3.141592653589793 rad + pos: 0.5,37.5 parent: 2 - - uid: 20593 + - uid: 26473 components: - type: Transform - pos: 0.5,49.5 + rot: -1.5707963267948966 rad + pos: 19.5,44.5 parent: 2 - - uid: 20594 + - uid: 26483 components: - type: Transform - pos: 0.5,50.5 + rot: -1.5707963267948966 rad + pos: 38.5,34.5 parent: 2 - - uid: 20595 + - uid: 26533 components: - type: Transform - pos: 0.5,51.5 + rot: -1.5707963267948966 rad + pos: 44.5,46.5 parent: 2 - - uid: 20596 + - uid: 26534 components: - type: Transform - pos: 0.5,52.5 + rot: 1.5707963267948966 rad + pos: 44.5,50.5 parent: 2 - - uid: 20597 + - uid: 26535 components: - type: Transform - pos: 0.5,53.5 + pos: 38.5,53.5 parent: 2 - - uid: 20598 + - uid: 26536 components: - type: Transform - pos: 0.5,53.5 + rot: 3.141592653589793 rad + pos: 36.5,53.5 parent: 2 - - uid: 20599 + - uid: 26537 components: - type: Transform - pos: 1.5,53.5 + rot: 1.5707963267948966 rad + pos: 36.5,61.5 parent: 2 - - uid: 20600 + - uid: 26548 components: - type: Transform - pos: 2.5,53.5 + rot: 1.5707963267948966 rad + pos: 32.5,43.5 parent: 2 - - uid: 20601 + - uid: 26592 components: - type: Transform - pos: 3.5,53.5 + pos: 62.5,-0.5 parent: 2 - - uid: 20602 + - uid: 26596 components: - type: Transform - pos: 4.5,53.5 + rot: -1.5707963267948966 rad + pos: 52.5,-16.5 parent: 2 - - uid: 20603 + - uid: 26597 components: - type: Transform - pos: 5.5,53.5 + rot: 1.5707963267948966 rad + pos: 52.5,-15.5 parent: 2 - - uid: 20604 + - uid: 26598 components: - type: Transform - pos: 6.5,53.5 + pos: 60.5,-15.5 parent: 2 - - uid: 20605 + - uid: 26632 components: - type: Transform - pos: 7.5,53.5 + rot: -1.5707963267948966 rad + pos: 46.5,-35.5 parent: 2 - - uid: 20606 + - uid: 26635 components: - type: Transform - pos: 8.5,53.5 + rot: 3.141592653589793 rad + pos: 27.5,-37.5 parent: 2 - - uid: 20607 + - uid: 26668 components: - type: Transform - pos: 9.5,53.5 + pos: 27.5,-19.5 parent: 2 - - uid: 20611 + - uid: 26703 components: - type: Transform - pos: 9.5,52.5 + rot: 1.5707963267948966 rad + pos: 1.5,-32.5 parent: 2 - - uid: 20612 + - uid: 26709 components: - type: Transform - pos: 10.5,52.5 + pos: -0.5,-32.5 parent: 2 - - uid: 20613 + - uid: 26710 components: - type: Transform - pos: 11.5,52.5 + rot: 3.141592653589793 rad + pos: -2.5,-36.5 parent: 2 - - uid: 20614 + - uid: 26745 components: - type: Transform - pos: 12.5,52.5 + rot: 1.5707963267948966 rad + pos: 6.5,-28.5 parent: 2 - - uid: 20615 + - uid: 26746 components: - type: Transform - pos: 13.5,52.5 + rot: -1.5707963267948966 rad + pos: 9.5,-28.5 parent: 2 - - uid: 20616 + - uid: 26755 components: - type: Transform - pos: 14.5,52.5 + rot: -1.5707963267948966 rad + pos: 6.5,-39.5 parent: 2 - - uid: 20618 + - uid: 26823 components: - type: Transform - pos: 14.5,51.5 + rot: 3.141592653589793 rad + pos: -7.5,-62.5 parent: 2 - - uid: 20619 + - uid: 26827 components: - type: Transform - pos: 15.5,51.5 + rot: 3.141592653589793 rad + pos: -1.5,-67.5 parent: 2 - - uid: 20620 + - uid: 26829 components: - type: Transform - pos: 16.5,51.5 + rot: 1.5707963267948966 rad + pos: -6.5,-66.5 parent: 2 - - uid: 20621 + - uid: 26830 components: - type: Transform - pos: 16.5,51.5 + rot: -1.5707963267948966 rad + pos: -6.5,-67.5 parent: 2 - - uid: 20622 + - uid: 26831 components: - type: Transform - pos: 16.5,52.5 + rot: 1.5707963267948966 rad + pos: -7.5,-67.5 parent: 2 - - uid: 20623 + - uid: 26832 components: - type: Transform - pos: 16.5,53.5 + pos: 8.5,-67.5 parent: 2 - - uid: 20624 + - uid: 26851 components: - type: Transform - pos: 16.5,54.5 + rot: 3.141592653589793 rad + pos: 19.5,-53.5 parent: 2 - - uid: 20625 + - uid: 26852 components: - type: Transform - pos: 16.5,54.5 + rot: -1.5707963267948966 rad + pos: 23.5,-53.5 parent: 2 - - uid: 20626 + - uid: 26854 components: - type: Transform - pos: 17.5,54.5 + rot: 1.5707963267948966 rad + pos: 23.5,-51.5 parent: 2 - - uid: 20627 + - uid: 26862 components: - type: Transform - pos: 18.5,54.5 + pos: 19.5,-50.5 parent: 2 - - uid: 20628 + - uid: 26863 components: - type: Transform - pos: 18.5,55.5 + rot: 3.141592653589793 rad + pos: 17.5,-50.5 parent: 2 - - uid: 20635 + - uid: 26884 components: - type: Transform - pos: 56.5,8.5 + rot: 1.5707963267948966 rad + pos: 31.5,-49.5 parent: 2 - - uid: 20636 + - uid: 26885 components: - type: Transform - pos: 57.5,8.5 + rot: -1.5707963267948966 rad + pos: 31.5,-51.5 parent: 2 - - uid: 20637 + - uid: 26886 components: - type: Transform - pos: 57.5,9.5 + rot: -1.5707963267948966 rad + pos: 45.5,-49.5 parent: 2 - - uid: 20638 + - uid: 32126 components: - type: Transform - pos: 58.5,9.5 + rot: 3.141592653589793 rad + pos: 50.5,-7.5 parent: 2 - - uid: 20639 + - uid: 32127 components: - type: Transform - pos: 59.5,9.5 + pos: 50.5,-6.5 parent: 2 - - uid: 20640 + - uid: 32444 components: - type: Transform - pos: 60.5,9.5 + rot: 3.141592653589793 rad + pos: 26.5,-6.5 parent: 2 - - uid: 20641 + - uid: 32445 components: - type: Transform - pos: 60.5,10.5 + pos: 26.5,-4.5 parent: 2 - - uid: 20642 + - uid: 32843 components: - type: Transform - pos: 61.5,10.5 + rot: 3.141592653589793 rad + pos: -27.5,-4.5 parent: 2 - - uid: 20643 + - uid: 33358 components: - type: Transform - pos: 62.5,10.5 + pos: 56.5,15.5 parent: 2 - - uid: 20644 + - uid: 36092 components: - type: Transform - pos: 63.5,10.5 + pos: 52.5,38.5 parent: 2 - - uid: 20645 + - uid: 36093 components: - type: Transform - pos: 64.5,10.5 + rot: 3.141592653589793 rad + pos: 52.5,34.5 parent: 2 - - uid: 20646 + - uid: 36094 components: - type: Transform - pos: 65.5,10.5 + rot: -1.5707963267948966 rad + pos: 57.5,34.5 parent: 2 - - uid: 20647 + - uid: 42782 components: - type: Transform - pos: 66.5,10.5 + rot: 1.5707963267948966 rad + pos: -56.5,4.5 parent: 2 - - uid: 20648 + - uid: 42804 components: - type: Transform - pos: 66.5,10.5 + rot: -1.5707963267948966 rad + pos: -60.5,-16.5 parent: 2 - - uid: 20649 + - uid: 42805 components: - type: Transform - pos: 66.5,11.5 + rot: -1.5707963267948966 rad + pos: -59.5,-12.5 parent: 2 - - uid: 20650 + - uid: 42806 components: - type: Transform - pos: 66.5,12.5 + rot: 1.5707963267948966 rad + pos: -60.5,-12.5 parent: 2 - - uid: 20651 + - uid: 42807 components: - type: Transform - pos: 66.5,13.5 + rot: 1.5707963267948966 rad + pos: -59.5,-5.5 parent: 2 - - uid: 20652 + - uid: 42808 components: - type: Transform - pos: 66.5,14.5 + rot: -1.5707963267948966 rad + pos: -56.5,-5.5 parent: 2 - - uid: 20653 + - uid: 42809 components: - type: Transform - pos: 66.5,15.5 + rot: -1.5707963267948966 rad + pos: -55.5,4.5 parent: 2 - - uid: 20654 +- proto: DisposalJunction + entities: + - uid: 1088 components: - type: Transform - pos: 66.5,16.5 + rot: -1.5707963267948966 rad + pos: 48.5,38.5 parent: 2 - - uid: 20655 + - uid: 4630 components: - type: Transform - pos: 66.5,17.5 + rot: -1.5707963267948966 rad + pos: -6.5,-50.5 parent: 2 - - uid: 20656 + - uid: 8690 components: - type: Transform - pos: 66.5,18.5 + rot: 3.141592653589793 rad + pos: 50.5,15.5 parent: 2 - - uid: 20657 + - uid: 13479 components: - type: Transform - pos: 66.5,19.5 + rot: -1.5707963267948966 rad + pos: -48.5,13.5 parent: 2 - - uid: 20663 + - uid: 25882 components: - type: Transform - pos: 66.5,12.5 + rot: -1.5707963267948966 rad + pos: -23.5,45.5 parent: 2 - - uid: 20664 + - uid: 25900 components: - type: Transform - pos: 65.5,12.5 + rot: -1.5707963267948966 rad + pos: -13.5,50.5 parent: 2 - - uid: 20665 + - uid: 25915 components: - type: Transform - pos: 64.5,12.5 + rot: -1.5707963267948966 rad + pos: 2.5,52.5 parent: 2 - - uid: 20666 + - uid: 25982 components: - type: Transform - pos: 63.5,12.5 + rot: 3.141592653589793 rad + pos: 27.5,34.5 parent: 2 - - uid: 20667 + - uid: 26018 components: - type: Transform - pos: 63.5,13.5 + rot: 3.141592653589793 rad + pos: 52.5,-0.5 parent: 2 - - uid: 20668 + - uid: 26056 components: - type: Transform - pos: 62.5,13.5 + rot: 3.141592653589793 rad + pos: 49.5,-16.5 parent: 2 - - uid: 20676 + - uid: 26121 components: - type: Transform - pos: 53.5,-6.5 + rot: -1.5707963267948966 rad + pos: -0.5,-50.5 parent: 2 - - uid: 20677 + - uid: 26150 components: - type: Transform - pos: 53.5,-5.5 + rot: -1.5707963267948966 rad + pos: -17.5,-48.5 parent: 2 - - uid: 20678 + - uid: 26163 components: - type: Transform - pos: 53.5,-4.5 + rot: -1.5707963267948966 rad + pos: -32.5,-40.5 parent: 2 - - uid: 20679 + - uid: 26207 components: - type: Transform - pos: 53.5,-3.5 + pos: -55.5,10.5 parent: 2 - - uid: 20680 + - uid: 26310 components: - type: Transform - pos: 53.5,-2.5 + pos: -23.5,-26.5 parent: 2 - - uid: 20681 + - uid: 26350 components: - type: Transform - pos: 53.5,-1.5 + rot: -1.5707963267948966 rad + pos: -29.5,-30.5 parent: 2 - - uid: 20682 + - uid: 26363 components: - type: Transform - pos: 53.5,-0.5 + rot: 3.141592653589793 rad + pos: -51.5,-0.5 parent: 2 - - uid: 20683 + - uid: 26422 components: - type: Transform - pos: 53.5,0.5 + rot: 3.141592653589793 rad + pos: -22.5,27.5 parent: 2 - - uid: 20684 + - uid: 26487 components: - type: Transform - pos: 53.5,1.5 + pos: 38.5,43.5 parent: 2 - - uid: 20685 + - uid: 26634 components: - type: Transform - pos: 53.5,2.5 + pos: 28.5,-37.5 parent: 2 - - uid: 20686 + - uid: 26715 components: - type: Transform - pos: 53.5,3.5 + pos: -0.5,-36.5 parent: 2 - - uid: 20687 + - uid: 26805 components: - type: Transform - pos: 53.5,4.5 + rot: 3.141592653589793 rad + pos: -1.5,-61.5 parent: 2 - - uid: 20688 + - uid: 26853 components: - type: Transform - pos: 53.5,5.5 + rot: -1.5707963267948966 rad + pos: 24.5,-51.5 parent: 2 - - uid: 20689 + - uid: 26890 components: - type: Transform - pos: 53.5,6.5 + rot: -1.5707963267948966 rad + pos: 7.5,-50.5 parent: 2 - - uid: 20690 +- proto: DisposalJunctionFlipped + entities: + - uid: 1876 components: - type: Transform - pos: 53.5,7.5 + rot: 3.141592653589793 rad + pos: 50.5,-14.5 parent: 2 - - uid: 20691 + - uid: 8033 components: - type: Transform - pos: 53.5,8.5 + rot: 3.141592653589793 rad + pos: 51.5,-7.5 parent: 2 - - uid: 20692 + - uid: 25756 components: - type: Transform - pos: 54.5,8.5 + rot: 3.141592653589793 rad + pos: -38.5,-39.5 parent: 2 - - uid: 20694 + - uid: 25854 components: - type: Transform - pos: 55.5,8.5 + pos: -36.5,30.5 parent: 2 - - uid: 20695 + - uid: 25913 components: - type: Transform - pos: 56.5,8.5 + rot: -1.5707963267948966 rad + pos: 0.5,52.5 parent: 2 - - uid: 20870 + - uid: 25941 components: - type: Transform - pos: -87.5,-22.5 + rot: -1.5707963267948966 rad + pos: 19.5,46.5 parent: 2 - - uid: 20871 + - uid: 25986 components: - type: Transform - pos: -86.5,-22.5 + rot: -1.5707963267948966 rad + pos: 29.5,31.5 parent: 2 - - uid: 20872 + - uid: 26017 components: - type: Transform - pos: -85.5,-22.5 + rot: 3.141592653589793 rad + pos: 52.5,0.5 parent: 2 - - uid: 20873 + - uid: 26104 components: - type: Transform - pos: -84.5,-22.5 + rot: -1.5707963267948966 rad + pos: 17.5,-49.5 parent: 2 - - uid: 20874 + - uid: 26122 components: - type: Transform - pos: -66.5,-21.5 + rot: -1.5707963267948966 rad + pos: -1.5,-50.5 parent: 2 - - uid: 20875 + - uid: 26211 components: - type: Transform - pos: -66.5,-22.5 + rot: -1.5707963267948966 rad + pos: -51.5,11.5 parent: 2 - - uid: 20876 + - uid: 26213 components: - type: Transform - pos: -66.5,-23.5 + pos: -36.5,31.5 parent: 2 - - uid: 20877 + - uid: 26289 components: - type: Transform - pos: -25.5,68.5 + rot: 1.5707963267948966 rad + pos: -44.5,-39.5 parent: 2 - - uid: 20880 + - uid: 26349 components: - type: Transform - pos: -66.5,-23.5 + pos: -23.5,-29.5 parent: 2 - - uid: 20881 + - uid: 26362 components: - type: Transform - pos: -67.5,-23.5 + rot: -1.5707963267948966 rad + pos: -47.5,-0.5 parent: 2 - - uid: 20882 + - uid: 26423 components: - type: Transform - pos: -68.5,-23.5 + rot: 3.141592653589793 rad + pos: -22.5,24.5 parent: 2 - - uid: 20883 + - uid: 26492 components: - type: Transform - pos: -69.5,-23.5 + pos: 38.5,46.5 parent: 2 - - uid: 20884 + - uid: 26495 components: - type: Transform - pos: -23.5,67.5 + pos: 38.5,38.5 parent: 2 - - uid: 20885 + - uid: 26567 components: - type: Transform - pos: -23.5,68.5 + rot: 3.141592653589793 rad + pos: 29.5,26.5 parent: 2 - - uid: 20886 + - uid: 26622 components: - type: Transform - pos: -24.5,68.5 + pos: 36.5,-35.5 parent: 2 - - uid: 20887 + - uid: 26644 components: - type: Transform - pos: -25.5,68.5 + pos: 27.5,-29.5 parent: 2 - - uid: 20888 + - uid: 26806 components: - type: Transform - pos: -25.5,69.5 + rot: 3.141592653589793 rad + pos: -1.5,-62.5 parent: 2 - - uid: 20889 + - uid: 26828 components: - type: Transform - pos: -25.5,70.5 + rot: 3.141592653589793 rad + pos: -1.5,-66.5 parent: 2 - - uid: 20890 + - uid: 32631 components: - type: Transform - pos: -24.5,75.5 + rot: 1.5707963267948966 rad + pos: 2.5,-4.5 parent: 2 - - uid: 20891 +- proto: DisposalMachineFrame + entities: + - uid: 13004 components: - type: Transform - pos: -25.5,75.5 + pos: 15.5,34.5 parent: 2 - - uid: 20892 +- proto: DisposalPipe + entities: + - uid: 31 components: - type: Transform - pos: -26.5,75.5 + rot: 1.5707963267948966 rad + pos: 51.5,0.5 parent: 2 - - uid: 20893 + - uid: 1336 components: - type: Transform - pos: -27.5,75.5 + rot: 1.5707963267948966 rad + pos: 46.5,-14.5 parent: 2 - - uid: 20894 + - uid: 1337 components: - type: Transform - pos: -28.5,75.5 + rot: 1.5707963267948966 rad + pos: 47.5,-14.5 parent: 2 - - uid: 20895 + - uid: 1338 components: - type: Transform - pos: -28.5,77.5 + rot: 1.5707963267948966 rad + pos: 48.5,-14.5 parent: 2 - - uid: 20896 + - uid: 1339 components: - type: Transform - pos: -27.5,77.5 + rot: 1.5707963267948966 rad + pos: 43.5,-14.5 parent: 2 - - uid: 20897 + - uid: 1340 components: - type: Transform - pos: -26.5,77.5 + rot: 1.5707963267948966 rad + pos: 44.5,-14.5 parent: 2 - - uid: 20898 + - uid: 1341 components: - type: Transform - pos: -25.5,77.5 + rot: 1.5707963267948966 rad + pos: 45.5,-14.5 parent: 2 - - uid: 20899 + - uid: 1559 components: - type: Transform - pos: -24.5,77.5 + rot: 1.5707963267948966 rad + pos: 42.5,-14.5 parent: 2 - - uid: 20900 + - uid: 3987 components: - type: Transform - pos: -36.5,75.5 + rot: 1.5707963267948966 rad + pos: 41.5,-14.5 parent: 2 - - uid: 20901 + - uid: 4979 components: - type: Transform - pos: -35.5,75.5 + rot: 1.5707963267948966 rad + pos: 26.5,-2.5 parent: 2 - - uid: 20902 + - uid: 7102 components: - type: Transform - pos: -34.5,75.5 + rot: 1.5707963267948966 rad + pos: 38.5,26.5 parent: 2 - - uid: 20903 + - uid: 7103 components: - type: Transform - pos: -33.5,75.5 + rot: 1.5707963267948966 rad + pos: 40.5,26.5 parent: 2 - - uid: 20904 + - uid: 7104 components: - type: Transform - pos: -32.5,75.5 + rot: 1.5707963267948966 rad + pos: 39.5,26.5 parent: 2 - - uid: 20905 + - uid: 8279 components: - type: Transform - pos: -32.5,76.5 + rot: -1.5707963267948966 rad + pos: 42.5,25.5 parent: 2 - - uid: 20906 + - uid: 8717 components: - type: Transform - pos: -36.5,77.5 + pos: -6.5,-48.5 parent: 2 - - uid: 20907 + - uid: 8718 components: - type: Transform - pos: -35.5,77.5 + pos: -6.5,-47.5 parent: 2 - - uid: 20908 + - uid: 9428 components: - type: Transform - pos: -34.5,77.5 + rot: 1.5707963267948966 rad + pos: 40.5,-14.5 parent: 2 - - uid: 20909 + - uid: 9490 components: - type: Transform - pos: -33.5,77.5 + rot: 1.5707963267948966 rad + pos: 49.5,-14.5 parent: 2 - - uid: 20910 + - uid: 12735 components: - type: Transform - pos: -32.5,77.5 + pos: -6.5,-49.5 parent: 2 - - uid: 20911 + - uid: 14716 components: - type: Transform - pos: -31.5,76.5 + rot: 1.5707963267948966 rad + pos: 51.5,15.5 parent: 2 - - uid: 20912 + - uid: 24684 components: - type: Transform - pos: -29.5,76.5 + rot: 1.5707963267948966 rad + pos: 53.5,15.5 parent: 2 - - uid: 20913 + - uid: 25184 components: - type: Transform - pos: -23.5,79.5 + pos: -49.5,-20.5 parent: 2 - - uid: 20914 + - uid: 25185 components: - type: Transform - pos: -24.5,79.5 + pos: -49.5,-19.5 parent: 2 - - uid: 20915 + - uid: 25187 components: - type: Transform - pos: -25.5,79.5 + pos: -50.5,-17.5 parent: 2 - - uid: 20916 + - uid: 25190 components: - type: Transform - pos: -26.5,79.5 + pos: -51.5,-15.5 parent: 2 - - uid: 20917 + - uid: 25191 components: - type: Transform - pos: -27.5,79.5 + pos: -51.5,-14.5 parent: 2 - - uid: 20918 + - uid: 25192 components: - type: Transform - pos: -28.5,79.5 + pos: -51.5,-13.5 parent: 2 - - uid: 20919 + - uid: 25196 components: - type: Transform - pos: -28.5,81.5 + rot: 3.141592653589793 rad + pos: -52.5,-11.5 parent: 2 - - uid: 20920 + - uid: 25197 components: - type: Transform - pos: -27.5,81.5 + rot: 3.141592653589793 rad + pos: -52.5,-10.5 parent: 2 - - uid: 20921 + - uid: 25198 components: - type: Transform - pos: -26.5,81.5 + rot: 3.141592653589793 rad + pos: -52.5,-9.5 parent: 2 - - uid: 20922 + - uid: 25199 components: - type: Transform - pos: -25.5,81.5 + rot: 3.141592653589793 rad + pos: -52.5,-8.5 parent: 2 - - uid: 20923 + - uid: 25202 components: - type: Transform - pos: -24.5,81.5 + rot: 3.141592653589793 rad + pos: -53.5,-6.5 parent: 2 - - uid: 20924 + - uid: 25203 components: - type: Transform - pos: -23.5,81.5 + rot: 3.141592653589793 rad + pos: -53.5,-5.5 parent: 2 - - uid: 20925 + - uid: 25204 components: - type: Transform - pos: -28.5,80.5 + rot: 3.141592653589793 rad + pos: -53.5,-4.5 parent: 2 - - uid: 20926 + - uid: 25205 components: - type: Transform - pos: -29.5,80.5 + rot: 3.141592653589793 rad + pos: -53.5,-3.5 parent: 2 - - uid: 20927 + - uid: 25206 components: - type: Transform - pos: -31.5,80.5 + rot: 3.141592653589793 rad + pos: -53.5,-2.5 parent: 2 - - uid: 20928 + - uid: 25207 components: - type: Transform - pos: -32.5,80.5 + rot: 3.141592653589793 rad + pos: -53.5,-1.5 parent: 2 - - uid: 20929 + - uid: 25208 components: - type: Transform - pos: -32.5,81.5 + rot: 3.141592653589793 rad + pos: -53.5,-0.5 parent: 2 - - uid: 20930 + - uid: 25209 components: - type: Transform - pos: -33.5,81.5 + rot: 3.141592653589793 rad + pos: -53.5,0.5 parent: 2 - - uid: 20931 + - uid: 25210 components: - type: Transform - pos: -34.5,81.5 + rot: 3.141592653589793 rad + pos: -53.5,1.5 parent: 2 - - uid: 20932 + - uid: 25211 components: - type: Transform - pos: -35.5,81.5 + rot: 3.141592653589793 rad + pos: -53.5,2.5 parent: 2 - - uid: 20933 + - uid: 25212 components: - type: Transform - pos: -36.5,81.5 + rot: 3.141592653589793 rad + pos: -53.5,3.5 parent: 2 - - uid: 20934 + - uid: 25213 components: - type: Transform - pos: -37.5,81.5 + rot: 3.141592653589793 rad + pos: -53.5,4.5 parent: 2 - - uid: 20935 + - uid: 25214 components: - type: Transform - pos: -37.5,79.5 + rot: 3.141592653589793 rad + pos: -53.5,5.5 parent: 2 - - uid: 20936 + - uid: 25215 components: - type: Transform - pos: -36.5,79.5 + rot: 3.141592653589793 rad + pos: -53.5,6.5 parent: 2 - - uid: 20937 + - uid: 25216 components: - type: Transform - pos: -35.5,79.5 + rot: 3.141592653589793 rad + pos: -53.5,7.5 parent: 2 - - uid: 20938 + - uid: 25222 components: - type: Transform - pos: -34.5,79.5 + pos: -52.5,9.5 parent: 2 - - uid: 20939 + - uid: 25223 components: - type: Transform - pos: -33.5,79.5 + pos: -52.5,10.5 parent: 2 - - uid: 20940 + - uid: 25224 components: - type: Transform - pos: -32.5,79.5 + pos: -52.5,11.5 parent: 2 - - uid: 20941 + - uid: 25225 components: - type: Transform - pos: -36.5,83.5 + pos: -52.5,12.5 parent: 2 - - uid: 20942 + - uid: 25226 components: - type: Transform - pos: -35.5,83.5 + pos: -51.5,14.5 parent: 2 - - uid: 20943 + - uid: 25227 components: - type: Transform - pos: -34.5,83.5 + pos: -51.5,15.5 parent: 2 - - uid: 20944 + - uid: 25228 components: - type: Transform - pos: -33.5,83.5 + pos: -51.5,16.5 parent: 2 - - uid: 20945 + - uid: 25235 components: - type: Transform - pos: -32.5,83.5 + pos: -50.5,18.5 parent: 2 - - uid: 20946 + - uid: 25236 components: - type: Transform - pos: -36.5,85.5 + pos: -49.5,20.5 parent: 2 - - uid: 20947 + - uid: 25237 components: - type: Transform - pos: -35.5,85.5 + pos: -48.5,22.5 parent: 2 - - uid: 20948 + - uid: 25238 components: - type: Transform - pos: -34.5,85.5 + pos: -48.5,23.5 parent: 2 - - uid: 20949 + - uid: 25243 components: - type: Transform - pos: -33.5,85.5 + pos: -47.5,25.5 parent: 2 - - uid: 20950 + - uid: 25244 components: - type: Transform - pos: -32.5,85.5 + pos: -46.5,27.5 parent: 2 - - uid: 20951 + - uid: 25245 components: - type: Transform - pos: -32.5,84.5 + pos: -46.5,28.5 parent: 2 - - uid: 20952 + - uid: 25246 components: - type: Transform - pos: -31.5,84.5 + pos: -46.5,29.5 parent: 2 - - uid: 20953 + - uid: 25247 components: - type: Transform - pos: -24.5,85.5 + pos: -46.5,30.5 parent: 2 - - uid: 20954 + - uid: 25248 components: - type: Transform - pos: -25.5,85.5 + pos: -46.5,31.5 parent: 2 - - uid: 20955 + - uid: 25249 components: - type: Transform - pos: -26.5,85.5 + pos: -46.5,32.5 parent: 2 - - uid: 20956 + - uid: 25267 components: - type: Transform - pos: -27.5,85.5 + rot: 1.5707963267948966 rad + pos: -44.5,33.5 parent: 2 - - uid: 20957 + - uid: 25268 components: - type: Transform - pos: -28.5,85.5 + rot: 1.5707963267948966 rad + pos: -43.5,33.5 parent: 2 - - uid: 20958 + - uid: 25270 components: - type: Transform - pos: -28.5,84.5 + rot: 3.141592653589793 rad + pos: -40.5,35.5 parent: 2 - - uid: 20959 + - uid: 25271 components: - type: Transform - pos: -28.5,83.5 + rot: -1.5707963267948966 rad + pos: -34.5,41.5 parent: 2 - - uid: 20960 + - uid: 25272 components: - type: Transform - pos: -27.5,83.5 + rot: 3.141592653589793 rad + pos: -33.5,42.5 parent: 2 - - uid: 20961 + - uid: 25282 components: - type: Transform - pos: -26.5,83.5 + rot: 1.5707963267948966 rad + pos: -29.5,46.5 parent: 2 - - uid: 20962 + - uid: 25283 components: - type: Transform - pos: -25.5,83.5 + rot: 1.5707963267948966 rad + pos: -27.5,47.5 parent: 2 - - uid: 20963 + - uid: 25284 components: - type: Transform - pos: -24.5,83.5 + rot: 1.5707963267948966 rad + pos: -26.5,47.5 parent: 2 - - uid: 20964 + - uid: 25287 components: - type: Transform - pos: -29.5,84.5 + rot: 1.5707963267948966 rad + pos: -24.5,48.5 parent: 2 - - uid: 20965 + - uid: 25288 components: - type: Transform - pos: -30.5,85.5 + rot: 3.141592653589793 rad + pos: -23.5,48.5 parent: 2 - - uid: 20966 + - uid: 25291 components: - type: Transform - pos: -30.5,86.5 + pos: -22.5,49.5 parent: 2 - - uid: 20967 + - uid: 25292 components: - type: Transform - pos: -30.5,87.5 + rot: -1.5707963267948966 rad + pos: -21.5,50.5 parent: 2 - - uid: 20968 + - uid: 25293 components: - type: Transform - pos: -30.5,88.5 + rot: -1.5707963267948966 rad + pos: -20.5,50.5 parent: 2 - - uid: 22909 + - uid: 25294 components: - type: Transform - pos: 9.5,-62.5 + rot: -1.5707963267948966 rad + pos: -19.5,50.5 parent: 2 - - uid: 22910 + - uid: 25299 components: - type: Transform - pos: 9.5,-61.5 + pos: -17.5,52.5 parent: 2 - - uid: 22911 + - uid: 25300 components: - type: Transform - pos: 9.5,-60.5 + rot: -1.5707963267948966 rad + pos: -16.5,53.5 parent: 2 - - uid: 22912 + - uid: 25301 components: - type: Transform - pos: 9.5,-59.5 + rot: -1.5707963267948966 rad + pos: -15.5,53.5 parent: 2 - - uid: 22913 + - uid: 25302 components: - type: Transform - pos: 9.5,-58.5 + rot: -1.5707963267948966 rad + pos: -14.5,53.5 parent: 2 - - uid: 22914 + - uid: 25303 components: - type: Transform - pos: 8.5,-58.5 + rot: -1.5707963267948966 rad + pos: -13.5,53.5 parent: 2 - - uid: 22915 + - uid: 25305 components: - type: Transform - pos: 8.5,-57.5 + rot: -1.5707963267948966 rad + pos: -11.5,53.5 parent: 2 - - uid: 22916 + - uid: 25306 components: - type: Transform - pos: 8.5,-56.5 + rot: -1.5707963267948966 rad + pos: -10.5,53.5 parent: 2 - - uid: 22917 + - uid: 25307 components: - type: Transform - pos: 8.5,-55.5 + rot: -1.5707963267948966 rad + pos: -9.5,53.5 parent: 2 - - uid: 22918 + - uid: 25308 components: - type: Transform - pos: 9.5,-55.5 + rot: -1.5707963267948966 rad + pos: -8.5,53.5 parent: 2 - - uid: 22919 + - uid: 25311 components: - type: Transform - pos: 9.5,-54.5 + rot: 1.5707963267948966 rad + pos: -6.5,54.5 parent: 2 - - uid: 22920 + - uid: 25312 components: - type: Transform - pos: 9.5,-53.5 + rot: 1.5707963267948966 rad + pos: -5.5,54.5 parent: 2 - - uid: 22921 + - uid: 25313 components: - type: Transform - pos: 9.5,-52.5 + rot: 1.5707963267948966 rad + pos: -4.5,54.5 parent: 2 - - uid: 22922 + - uid: 25314 components: - type: Transform - pos: 9.5,-51.5 + rot: 1.5707963267948966 rad + pos: -3.5,54.5 parent: 2 - - uid: 22923 + - uid: 25315 components: - type: Transform - pos: 9.5,-51.5 + rot: 1.5707963267948966 rad + pos: -2.5,54.5 parent: 2 - - uid: 22924 + - uid: 25316 components: - type: Transform - pos: 10.5,-51.5 + rot: 1.5707963267948966 rad + pos: -1.5,54.5 parent: 2 - - uid: 22925 + - uid: 25317 components: - type: Transform - pos: 11.5,-51.5 + rot: 1.5707963267948966 rad + pos: -0.5,54.5 parent: 2 - - uid: 22926 + - uid: 25318 components: - type: Transform - pos: 12.5,-51.5 + rot: 1.5707963267948966 rad + pos: 0.5,54.5 parent: 2 - - uid: 22927 + - uid: 25320 components: - type: Transform - pos: 13.5,-51.5 + rot: 1.5707963267948966 rad + pos: 2.5,54.5 parent: 2 - - uid: 22928 + - uid: 25321 components: - type: Transform - pos: 14.5,-51.5 + rot: 1.5707963267948966 rad + pos: 3.5,54.5 parent: 2 - - uid: 22929 + - uid: 25322 components: - type: Transform - pos: 15.5,-51.5 + rot: 1.5707963267948966 rad + pos: 4.5,54.5 parent: 2 - - uid: 22930 + - uid: 25323 components: - type: Transform - pos: 16.5,-51.5 + rot: 1.5707963267948966 rad + pos: 5.5,54.5 parent: 2 - - uid: 22931 + - uid: 25324 components: - type: Transform - pos: 16.5,-51.5 + rot: 1.5707963267948966 rad + pos: 6.5,54.5 parent: 2 - - uid: 22932 + - uid: 25325 components: - type: Transform - pos: 16.5,-50.5 + rot: 1.5707963267948966 rad + pos: 7.5,54.5 parent: 2 - - uid: 22933 + - uid: 25330 components: - type: Transform - pos: 16.5,-49.5 + rot: -1.5707963267948966 rad + pos: 9.5,53.5 parent: 2 - - uid: 22934 + - uid: 25331 components: - type: Transform - pos: 16.5,-48.5 + rot: -1.5707963267948966 rad + pos: 10.5,53.5 parent: 2 - - uid: 22935 + - uid: 25332 components: - type: Transform - pos: 16.5,-47.5 + rot: 1.5707963267948966 rad + pos: 12.5,53.5 parent: 2 - - uid: 22936 + - uid: 25334 components: - type: Transform - pos: 16.5,-46.5 + rot: -1.5707963267948966 rad + pos: 13.5,53.5 parent: 2 - - uid: 22937 + - uid: 25335 components: - type: Transform - pos: 16.5,-46.5 + rot: -1.5707963267948966 rad + pos: 15.5,52.5 parent: 2 - - uid: 22938 + - uid: 25336 components: - type: Transform - pos: 15.5,-46.5 + rot: -1.5707963267948966 rad + pos: 16.5,52.5 parent: 2 - - uid: 22939 + - uid: 25343 components: - type: Transform - pos: 14.5,-46.5 + rot: -1.5707963267948966 rad + pos: 18.5,51.5 parent: 2 - - uid: 22940 + - uid: 25344 components: - type: Transform - pos: 14.5,-46.5 + rot: -1.5707963267948966 rad + pos: 20.5,50.5 parent: 2 - - uid: 22941 + - uid: 25345 components: - type: Transform - pos: 14.5,-45.5 + rot: -1.5707963267948966 rad + pos: 22.5,49.5 parent: 2 - - uid: 22942 + - uid: 25346 components: - type: Transform - pos: 14.5,-44.5 + rot: -1.5707963267948966 rad + pos: 23.5,49.5 parent: 2 - - uid: 22943 + - uid: 25347 components: - type: Transform - pos: 14.5,-43.5 + rot: -1.5707963267948966 rad + pos: 24.5,49.5 parent: 2 - - uid: 22944 + - uid: 25348 components: - type: Transform - pos: 14.5,-42.5 + rot: -1.5707963267948966 rad + pos: 25.5,49.5 parent: 2 - - uid: 22945 + - uid: 25350 components: - type: Transform - pos: 14.5,-42.5 + pos: 26.5,48.5 parent: 2 - - uid: 22946 + - uid: 25351 components: - type: Transform - pos: 15.5,-42.5 + pos: 26.5,47.5 parent: 2 - - uid: 22947 + - uid: 25352 components: - type: Transform - pos: 16.5,-42.5 + pos: 26.5,46.5 parent: 2 - - uid: 22948 + - uid: 25353 components: - type: Transform - pos: 17.5,-42.5 + pos: 26.5,45.5 parent: 2 - - uid: 22949 + - uid: 25354 components: - type: Transform - pos: 17.5,-42.5 + pos: 26.5,44.5 parent: 2 - - uid: 22950 + - uid: 25355 components: - type: Transform - pos: 17.5,-41.5 + pos: 26.5,43.5 parent: 2 - - uid: 22951 + - uid: 25357 components: - type: Transform - pos: 17.5,-40.5 + pos: 26.5,41.5 parent: 2 - - uid: 22952 + - uid: 25358 components: - type: Transform - pos: 17.5,-39.5 + pos: 26.5,40.5 parent: 2 - - uid: 22953 + - uid: 25365 components: - type: Transform - pos: 17.5,-38.5 + rot: 1.5707963267948966 rad + pos: 28.5,38.5 parent: 2 - - uid: 22954 + - uid: 25366 components: - type: Transform - pos: 17.5,-38.5 + rot: 1.5707963267948966 rad + pos: 30.5,37.5 parent: 2 - - uid: 22955 + - uid: 25367 components: - type: Transform - pos: 16.5,-38.5 + pos: 31.5,36.5 parent: 2 - - uid: 22956 + - uid: 25368 components: - type: Transform - pos: 15.5,-38.5 + rot: -1.5707963267948966 rad + pos: 32.5,35.5 parent: 2 - - uid: 22957 + - uid: 25369 components: - type: Transform - pos: 14.5,-38.5 + rot: -1.5707963267948966 rad + pos: 33.5,35.5 parent: 2 - - uid: 22958 + - uid: 25370 components: - type: Transform - pos: 13.5,-38.5 + rot: -1.5707963267948966 rad + pos: 34.5,35.5 parent: 2 - - uid: 22959 + - uid: 25378 components: - type: Transform - pos: 13.5,-38.5 + pos: 35.5,34.5 parent: 2 - - uid: 22960 + - uid: 25379 components: - type: Transform - pos: 13.5,-39.5 + pos: 35.5,33.5 parent: 2 - - uid: 22961 + - uid: 25380 components: - type: Transform - pos: 13.5,-39.5 + pos: 35.5,32.5 parent: 2 - - uid: 22962 + - uid: 25381 components: - type: Transform - pos: 12.5,-39.5 + rot: -1.5707963267948966 rad + pos: 36.5,31.5 parent: 2 - - uid: 22963 + - uid: 25382 components: - type: Transform - pos: 11.5,-39.5 + rot: -1.5707963267948966 rad + pos: 37.5,31.5 parent: 2 - - uid: 22964 + - uid: 25383 components: - type: Transform - pos: 11.5,-38.5 + rot: -1.5707963267948966 rad + pos: 38.5,31.5 parent: 2 - - uid: 22965 + - uid: 25384 components: - type: Transform - pos: 16.5,-38.5 + rot: 3.141592653589793 rad + pos: 39.5,30.5 parent: 2 - - uid: 22966 + - uid: 25385 components: - type: Transform - pos: 16.5,-37.5 + rot: 3.141592653589793 rad + pos: 39.5,29.5 parent: 2 - - uid: 22967 + - uid: 25386 components: - type: Transform - pos: 16.5,-36.5 + rot: 1.5707963267948966 rad + pos: 41.5,27.5 parent: 2 - - uid: 22968 + - uid: 25387 components: - type: Transform - pos: 16.5,-35.5 + rot: 1.5707963267948966 rad + pos: 42.5,27.5 parent: 2 - - uid: 22969 + - uid: 25388 components: - type: Transform - pos: 16.5,-34.5 + rot: 1.5707963267948966 rad + pos: 43.5,27.5 parent: 2 - - uid: 22970 + - uid: 25389 components: - type: Transform - pos: 16.5,-33.5 + rot: 1.5707963267948966 rad + pos: 44.5,27.5 parent: 2 - - uid: 22971 + - uid: 25390 components: - type: Transform - pos: 17.5,-33.5 + rot: 1.5707963267948966 rad + pos: 45.5,27.5 parent: 2 - - uid: 22972 + - uid: 25391 components: - type: Transform - pos: 42.5,-49.5 + rot: 1.5707963267948966 rad + pos: 46.5,27.5 parent: 2 - - uid: 22973 + - uid: 25401 components: - type: Transform - pos: 41.5,-49.5 + rot: 3.141592653589793 rad + pos: 48.5,25.5 parent: 2 - - uid: 22974 + - uid: 25402 components: - type: Transform - pos: 40.5,-49.5 + rot: 3.141592653589793 rad + pos: 51.5,21.5 parent: 2 - - uid: 22975 + - uid: 25403 components: - type: Transform - pos: 39.5,-49.5 + rot: 3.141592653589793 rad + pos: 51.5,20.5 parent: 2 - - uid: 22976 + - uid: 25404 components: - type: Transform - pos: 38.5,-49.5 + rot: 3.141592653589793 rad + pos: 51.5,19.5 parent: 2 - - uid: 22977 + - uid: 25405 components: - type: Transform - pos: 37.5,-49.5 + rot: 3.141592653589793 rad + pos: 51.5,18.5 parent: 2 - - uid: 22978 + - uid: 25408 components: - type: Transform - pos: 36.5,-49.5 + rot: -1.5707963267948966 rad + pos: 52.5,17.5 parent: 2 - - uid: 22979 + - uid: 25409 components: - type: Transform - pos: 35.5,-49.5 + rot: 3.141592653589793 rad + pos: 53.5,16.5 parent: 2 - - uid: 22980 + - uid: 25410 components: - type: Transform - pos: 34.5,-49.5 + rot: 3.141592653589793 rad + pos: 53.5,15.5 parent: 2 - - uid: 22981 + - uid: 25411 components: - type: Transform - pos: 33.5,-49.5 + rot: 3.141592653589793 rad + pos: 53.5,14.5 parent: 2 - - uid: 22982 + - uid: 25412 components: - type: Transform - pos: 32.5,-49.5 + rot: 3.141592653589793 rad + pos: 53.5,12.5 parent: 2 - - uid: 22983 + - uid: 25413 components: - type: Transform - pos: 31.5,-49.5 + rot: 3.141592653589793 rad + pos: 53.5,11.5 parent: 2 - - uid: 22984 + - uid: 25414 components: - type: Transform - pos: 30.5,-49.5 + rot: 3.141592653589793 rad + pos: 53.5,10.5 parent: 2 - - uid: 22985 + - uid: 25415 components: - type: Transform - pos: 30.5,-50.5 + rot: 3.141592653589793 rad + pos: 53.5,9.5 parent: 2 - - uid: 22986 + - uid: 25418 components: - type: Transform - pos: 29.5,-50.5 + rot: 3.141592653589793 rad + pos: 54.5,7.5 parent: 2 - - uid: 22987 + - uid: 25419 components: - type: Transform - pos: 28.5,-50.5 + rot: 3.141592653589793 rad + pos: 54.5,6.5 parent: 2 - - uid: 22988 + - uid: 25420 components: - type: Transform - pos: 27.5,-50.5 + rot: 3.141592653589793 rad + pos: 54.5,5.5 parent: 2 - - uid: 22989 + - uid: 25421 components: - type: Transform - pos: 27.5,-51.5 + rot: 3.141592653589793 rad + pos: 54.5,4.5 parent: 2 - - uid: 22990 + - uid: 25422 components: - type: Transform - pos: 26.5,-51.5 + rot: 3.141592653589793 rad + pos: 54.5,3.5 parent: 2 - - uid: 22991 + - uid: 25423 components: - type: Transform - pos: 25.5,-51.5 + rot: 3.141592653589793 rad + pos: 54.5,2.5 parent: 2 - - uid: 22992 + - uid: 25424 components: - type: Transform - pos: 25.5,-51.5 + rot: 3.141592653589793 rad + pos: 54.5,1.5 parent: 2 - - uid: 22993 + - uid: 25425 components: - type: Transform - pos: 24.5,-51.5 + rot: 3.141592653589793 rad + pos: 54.5,0.5 parent: 2 - - uid: 22994 + - uid: 25426 components: - type: Transform - pos: 23.5,-51.5 + rot: 3.141592653589793 rad + pos: 54.5,-0.5 parent: 2 - - uid: 22995 + - uid: 25427 components: - type: Transform - pos: 23.5,-52.5 + rot: 3.141592653589793 rad + pos: 54.5,-1.5 parent: 2 - - uid: 22996 + - uid: 25428 components: - type: Transform - pos: 23.5,-53.5 + rot: 3.141592653589793 rad + pos: 54.5,-2.5 parent: 2 - - uid: 22997 + - uid: 25429 components: - type: Transform - pos: 23.5,-54.5 + rot: 3.141592653589793 rad + pos: 54.5,-3.5 parent: 2 - - uid: 22998 + - uid: 25430 components: - type: Transform - pos: 23.5,-54.5 + rot: 3.141592653589793 rad + pos: 54.5,-4.5 parent: 2 - - uid: 22999 + - uid: 25431 components: - type: Transform - pos: 22.5,-54.5 + rot: 3.141592653589793 rad + pos: 54.5,-5.5 parent: 2 - - uid: 23000 + - uid: 25432 components: - type: Transform - pos: 21.5,-54.5 + rot: 3.141592653589793 rad + pos: 54.5,-6.5 parent: 2 - - uid: 23001 + - uid: 25439 components: - type: Transform - pos: 20.5,-54.5 + pos: 53.5,-8.5 parent: 2 - - uid: 23002 + - uid: 25440 components: - type: Transform - pos: 19.5,-54.5 + pos: 53.5,-9.5 parent: 2 - - uid: 23003 + - uid: 25441 components: - type: Transform - pos: 19.5,-54.5 + pos: 53.5,-10.5 parent: 2 - - uid: 23004 + - uid: 25442 components: - type: Transform - pos: 19.5,-53.5 + pos: 53.5,-11.5 parent: 2 - - uid: 23005 + - uid: 25443 components: - type: Transform - pos: 19.5,-52.5 + pos: 53.5,-12.5 parent: 2 - - uid: 23006 + - uid: 25444 components: - type: Transform - pos: 19.5,-51.5 + pos: 53.5,-13.5 parent: 2 - - uid: 23007 + - uid: 25445 components: - type: Transform - pos: 19.5,-50.5 + pos: 53.5,-14.5 parent: 2 - - uid: 23008 + - uid: 25446 components: - type: Transform - pos: 18.5,-51.5 + pos: 53.5,-15.5 parent: 2 - - uid: 23009 + - uid: 25447 components: - type: Transform - pos: 17.5,-51.5 + pos: 53.5,-16.5 parent: 2 - - uid: 23528 + - uid: 25448 components: - type: Transform - pos: 45.5,16.5 + pos: 53.5,-17.5 parent: 2 - - uid: 23529 + - uid: 25449 components: - type: Transform - pos: 45.5,20.5 + rot: -1.5707963267948966 rad + pos: 52.5,-18.5 parent: 2 - - uid: 23530 + - uid: 25450 components: - type: Transform - pos: 45.5,19.5 + rot: 3.141592653589793 rad + pos: 50.5,-20.5 parent: 2 - - uid: 23531 + - uid: 25451 components: - type: Transform - pos: 45.5,18.5 + rot: 3.141592653589793 rad + pos: 50.5,-21.5 parent: 2 - - uid: 23532 + - uid: 25461 components: - type: Transform - pos: 45.5,17.5 + rot: 3.141592653589793 rad + pos: 49.5,-23.5 parent: 2 - - uid: 23534 + - uid: 25465 components: - type: Transform - pos: 45.5,21.5 + rot: 3.141592653589793 rad + pos: 48.5,-25.5 parent: 2 - - uid: 23974 + - uid: 25466 components: - type: Transform - pos: -33.5,27.5 + rot: 3.141592653589793 rad + pos: 47.5,-27.5 parent: 2 - - uid: 23975 + - uid: 25467 components: - type: Transform - pos: -33.5,28.5 + rot: 3.141592653589793 rad + pos: 46.5,-30.5 parent: 2 - - uid: 23980 + - uid: 25468 components: - type: Transform - pos: -33.5,29.5 + rot: 3.141592653589793 rad + pos: 46.5,-29.5 parent: 2 - - uid: 24081 + - uid: 25469 components: - type: Transform - pos: -19.5,36.5 + rot: 1.5707963267948966 rad + pos: 44.5,-32.5 parent: 2 - - uid: 24560 + - uid: 25470 components: - type: Transform - pos: -48.5,-29.5 + pos: 43.5,-33.5 parent: 2 - - uid: 24561 + - uid: 25471 components: - type: Transform - pos: -48.5,-30.5 + pos: 43.5,-34.5 parent: 2 - - uid: 24568 + - uid: 25472 components: - type: Transform - pos: -48.5,-28.5 + pos: 43.5,-35.5 parent: 2 - - uid: 24580 + - uid: 25502 components: - type: Transform - pos: -48.5,-27.5 + rot: 1.5707963267948966 rad + pos: 17.5,-51.5 parent: 2 - - uid: 24584 + - uid: 25503 components: - type: Transform - pos: -49.5,-27.5 + rot: 1.5707963267948966 rad + pos: 18.5,-51.5 parent: 2 - - uid: 24585 + - uid: 25504 components: - type: Transform - pos: -49.5,-26.5 + rot: -1.5707963267948966 rad + pos: 19.5,-51.5 parent: 2 - - uid: 24604 + - uid: 25505 components: - type: Transform - pos: -52.5,-26.5 + pos: 20.5,-50.5 parent: 2 - - uid: 24608 + - uid: 25506 components: - type: Transform - pos: -50.5,-25.5 + rot: -1.5707963267948966 rad + pos: 21.5,-49.5 parent: 2 - - uid: 24612 + - uid: 25507 components: - type: Transform - pos: -54.5,-26.5 + rot: -1.5707963267948966 rad + pos: 23.5,-48.5 parent: 2 - - uid: 24614 + - uid: 25508 components: - type: Transform - pos: -53.5,-26.5 + rot: -1.5707963267948966 rad + pos: 25.5,-47.5 parent: 2 - - uid: 24615 + - uid: 25509 components: - type: Transform - pos: -52.5,-25.5 + rot: -1.5707963267948966 rad + pos: 27.5,-46.5 parent: 2 - - uid: 24616 + - uid: 25511 components: - type: Transform - pos: -51.5,-25.5 + rot: 3.141592653589793 rad + pos: 35.5,-39.5 parent: 2 - - uid: 24617 + - uid: 25512 components: - type: Transform - pos: -55.5,-26.5 + rot: 1.5707963267948966 rad + pos: 37.5,-37.5 parent: 2 - - uid: 24618 + - uid: 25513 components: - type: Transform - pos: -55.5,-25.5 + rot: 1.5707963267948966 rad + pos: 38.5,-37.5 parent: 2 - - uid: 24619 + - uid: 25514 components: - type: Transform - pos: -55.5,-24.5 + rot: 1.5707963267948966 rad + pos: 39.5,-37.5 parent: 2 - - uid: 24620 + - uid: 25515 components: - type: Transform - pos: -56.5,-24.5 + rot: 1.5707963267948966 rad + pos: 40.5,-37.5 parent: 2 - - uid: 24621 + - uid: 25516 components: - type: Transform - pos: -57.5,-24.5 + rot: 1.5707963267948966 rad + pos: 41.5,-37.5 parent: 2 - - uid: 24622 + - uid: 25517 components: - type: Transform - pos: -58.5,-24.5 + rot: 1.5707963267948966 rad + pos: 15.5,-52.5 parent: 2 - - uid: 24623 + - uid: 25518 components: - type: Transform - pos: -58.5,-23.5 + rot: 1.5707963267948966 rad + pos: 14.5,-52.5 parent: 2 - - uid: 24624 + - uid: 25519 components: - type: Transform - pos: -58.5,-22.5 + rot: 1.5707963267948966 rad + pos: 13.5,-52.5 parent: 2 - - uid: 24626 + - uid: 25520 components: - type: Transform - pos: -59.5,-22.5 + rot: 1.5707963267948966 rad + pos: 12.5,-52.5 parent: 2 - - uid: 24627 + - uid: 25521 components: - type: Transform - pos: -60.5,-22.5 + rot: 1.5707963267948966 rad + pos: 11.5,-52.5 parent: 2 - - uid: 24628 + - uid: 25522 components: - type: Transform - pos: -61.5,-22.5 + rot: 1.5707963267948966 rad + pos: 10.5,-52.5 parent: 2 - - uid: 24629 + - uid: 25525 components: - type: Transform - pos: -61.5,-21.5 + rot: -1.5707963267948966 rad + pos: 8.5,-51.5 parent: 2 - - uid: 24630 + - uid: 25526 components: - type: Transform - pos: -61.5,-20.5 + rot: -1.5707963267948966 rad + pos: 7.5,-51.5 parent: 2 - - uid: 24631 + - uid: 25527 components: - type: Transform - pos: -61.5,-19.5 + rot: -1.5707963267948966 rad + pos: 6.5,-51.5 parent: 2 - - uid: 24632 + - uid: 25528 components: - type: Transform - pos: -61.5,-18.5 + rot: -1.5707963267948966 rad + pos: 5.5,-51.5 parent: 2 - - uid: 24633 + - uid: 25529 components: - type: Transform - pos: -60.5,-18.5 + rot: -1.5707963267948966 rad + pos: 4.5,-51.5 parent: 2 - - uid: 24634 + - uid: 25530 components: - type: Transform - pos: -60.5,-17.5 + rot: -1.5707963267948966 rad + pos: 3.5,-51.5 parent: 2 - - uid: 24635 + - uid: 25531 components: - type: Transform - pos: -60.5,-16.5 + rot: -1.5707963267948966 rad + pos: 2.5,-51.5 parent: 2 - - uid: 24636 + - uid: 25533 components: - type: Transform - pos: -60.5,-15.5 + rot: -1.5707963267948966 rad + pos: 0.5,-51.5 parent: 2 - - uid: 24637 + - uid: 25534 components: - type: Transform - pos: -60.5,-14.5 + rot: -1.5707963267948966 rad + pos: -0.5,-51.5 parent: 2 - - uid: 24638 + - uid: 25535 components: - type: Transform - pos: -60.5,-13.5 + rot: -1.5707963267948966 rad + pos: -1.5,-51.5 parent: 2 - - uid: 24640 + - uid: 25536 components: - type: Transform - pos: -59.5,-13.5 + rot: -1.5707963267948966 rad + pos: -2.5,-51.5 parent: 2 - - uid: 24641 + - uid: 25537 components: - type: Transform - pos: -59.5,-12.5 + rot: -1.5707963267948966 rad + pos: -3.5,-51.5 parent: 2 - - uid: 24642 + - uid: 25538 components: - type: Transform - pos: -59.5,-11.5 + rot: -1.5707963267948966 rad + pos: -4.5,-51.5 parent: 2 - - uid: 24643 + - uid: 25539 components: - type: Transform - pos: -59.5,-10.5 + rot: -1.5707963267948966 rad + pos: -5.5,-51.5 parent: 2 - - uid: 24644 + - uid: 25540 components: - type: Transform - pos: -59.5,-9.5 + rot: -1.5707963267948966 rad + pos: -6.5,-51.5 parent: 2 - - uid: 24645 + - uid: 25541 components: - type: Transform - pos: -59.5,-8.5 + rot: -1.5707963267948966 rad + pos: -7.5,-51.5 parent: 2 - - uid: 24646 + - uid: 25542 components: - type: Transform - pos: -59.5,-7.5 + rot: -1.5707963267948966 rad + pos: -8.5,-51.5 parent: 2 - - uid: 24653 + - uid: 25543 components: - type: Transform - pos: -59.5,-6.5 + rot: -1.5707963267948966 rad + pos: -9.5,-51.5 parent: 2 - - uid: 24654 + - uid: 25544 components: - type: Transform - pos: -59.5,-5.5 + rot: -1.5707963267948966 rad + pos: -10.5,-51.5 parent: 2 - - uid: 24655 + - uid: 25545 components: - type: Transform - pos: -58.5,-5.5 + rot: -1.5707963267948966 rad + pos: -11.5,-51.5 parent: 2 - - uid: 24656 + - uid: 25546 components: - type: Transform - pos: -57.5,-5.5 + rot: -1.5707963267948966 rad + pos: -12.5,-51.5 parent: 2 - - uid: 24657 + - uid: 25547 components: - type: Transform - pos: -56.5,-5.5 + rot: -1.5707963267948966 rad + pos: -13.5,-51.5 parent: 2 - - uid: 24658 + - uid: 25548 components: - type: Transform - pos: -56.5,-3.5 + rot: -1.5707963267948966 rad + pos: -14.5,-51.5 parent: 2 - - uid: 24659 + - uid: 25549 components: - type: Transform - pos: -56.5,-2.5 + rot: -1.5707963267948966 rad + pos: -15.5,-51.5 parent: 2 - - uid: 24660 + - uid: 25552 components: - type: Transform - pos: -56.5,-1.5 + rot: -1.5707963267948966 rad + pos: -17.5,-50.5 parent: 2 - - uid: 24661 + - uid: 25553 components: - type: Transform - pos: -56.5,-0.5 + rot: -1.5707963267948966 rad + pos: -18.5,-50.5 parent: 2 - - uid: 24662 + - uid: 25554 components: - type: Transform - pos: -56.5,0.5 + rot: -1.5707963267948966 rad + pos: -19.5,-50.5 parent: 2 - - uid: 24663 + - uid: 25555 components: - type: Transform - pos: -56.5,1.5 + rot: -1.5707963267948966 rad + pos: -20.5,-50.5 parent: 2 - - uid: 24664 + - uid: 25556 components: - type: Transform - pos: -56.5,2.5 + rot: -1.5707963267948966 rad + pos: -21.5,-50.5 parent: 2 - - uid: 24665 + - uid: 25557 components: - type: Transform - pos: -56.5,3.5 + rot: -1.5707963267948966 rad + pos: -22.5,-50.5 parent: 2 - - uid: 24666 + - uid: 25572 components: - type: Transform - pos: -56.5,4.5 + rot: 3.141592653589793 rad + pos: -23.5,-49.5 parent: 2 - - uid: 24667 + - uid: 25573 components: - type: Transform - pos: -56.5,5.5 + rot: 3.141592653589793 rad + pos: -23.5,-48.5 parent: 2 - - uid: 24668 + - uid: 25574 components: - type: Transform - pos: -55.5,5.5 + rot: 1.5707963267948966 rad + pos: -24.5,-47.5 parent: 2 - - uid: 24669 + - uid: 25575 components: - type: Transform - pos: -55.5,6.5 + rot: 1.5707963267948966 rad + pos: -26.5,-46.5 parent: 2 - - uid: 24677 + - uid: 25577 components: - type: Transform - pos: -55.5,7.5 + rot: 1.5707963267948966 rad + pos: -33.5,-41.5 parent: 2 - - uid: 24678 + - uid: 25578 components: - type: Transform - pos: -55.5,8.5 + rot: 1.5707963267948966 rad + pos: -34.5,-41.5 parent: 2 - - uid: 24997 + - uid: 25579 components: - type: Transform - pos: -23.5,30.5 + rot: 1.5707963267948966 rad + pos: -35.5,-41.5 parent: 2 - - uid: 24998 + - uid: 25581 components: - type: Transform - pos: -24.5,30.5 + rot: -1.5707963267948966 rad + pos: -38.5,-42.5 parent: 2 - - uid: 24999 + - uid: 25582 components: - type: Transform - pos: -25.5,30.5 + rot: -1.5707963267948966 rad + pos: -39.5,-42.5 parent: 2 - - uid: 25000 + - uid: 25583 components: - type: Transform - pos: -26.5,30.5 + rot: 3.141592653589793 rad + pos: -40.5,-41.5 parent: 2 - - uid: 25001 + - uid: 25584 components: - type: Transform - pos: -27.5,30.5 + rot: 3.141592653589793 rad + pos: -40.5,-40.5 parent: 2 - - uid: 25002 + - uid: 25585 components: - type: Transform - pos: -28.5,30.5 + rot: 3.141592653589793 rad + pos: -40.5,-39.5 parent: 2 - - uid: 25003 + - uid: 25586 components: - type: Transform - pos: -29.5,30.5 + rot: 3.141592653589793 rad + pos: -40.5,-38.5 parent: 2 - - uid: 25004 + - uid: 25587 components: - type: Transform - pos: -30.5,30.5 + rot: 3.141592653589793 rad + pos: -40.5,-37.5 parent: 2 - - uid: 25005 + - uid: 25588 components: - type: Transform - pos: -31.5,30.5 + rot: 3.141592653589793 rad + pos: -40.5,-36.5 parent: 2 - - uid: 25006 + - uid: 25589 components: - type: Transform - pos: -32.5,30.5 + rot: 3.141592653589793 rad + pos: -40.5,-35.5 parent: 2 - - uid: 25007 + - uid: 25590 components: - type: Transform - pos: -33.5,30.5 + rot: 3.141592653589793 rad + pos: -40.5,-34.5 parent: 2 - - uid: 25008 + - uid: 25593 components: - type: Transform - pos: -34.5,30.5 + pos: -37.5,-43.5 parent: 2 - - uid: 25009 + - uid: 25594 components: - type: Transform - pos: -35.5,30.5 + pos: -37.5,-44.5 parent: 2 - - uid: 25010 + - uid: 25595 components: - type: Transform - pos: -36.5,30.5 + pos: -37.5,-45.5 parent: 2 - - uid: 25011 + - uid: 25596 components: - type: Transform - pos: -37.5,30.5 + pos: -37.5,-46.5 parent: 2 - - uid: 25012 + - uid: 25618 components: - type: Transform - pos: -37.5,29.5 + rot: 3.141592653589793 rad + pos: -44.5,-29.5 parent: 2 - - uid: 25013 + - uid: 25619 components: - type: Transform - pos: -38.5,29.5 + rot: 3.141592653589793 rad + pos: -46.5,-26.5 parent: 2 - - uid: 25014 + - uid: 25620 components: - type: Transform - pos: -39.5,29.5 + rot: 3.141592653589793 rad + pos: -47.5,-24.5 parent: 2 - - uid: 25015 + - uid: 25621 components: - type: Transform - pos: -40.5,29.5 + rot: 3.141592653589793 rad + pos: -48.5,-22.5 parent: 2 - - uid: 25016 + - uid: 25622 components: - type: Transform - pos: -41.5,29.5 + rot: 3.141592653589793 rad + pos: -29.5,-43.5 parent: 2 - - uid: 25017 + - uid: 25623 components: - type: Transform - pos: -42.5,29.5 + rot: 3.141592653589793 rad + pos: -29.5,-42.5 parent: 2 - - uid: 25018 + - uid: 25624 components: - type: Transform - pos: -43.5,29.5 + rot: 3.141592653589793 rad + pos: -29.5,-41.5 parent: 2 - - uid: 25019 + - uid: 25625 components: - type: Transform - pos: -44.5,29.5 + rot: 3.141592653589793 rad + pos: -29.5,-40.5 parent: 2 - - uid: 25020 + - uid: 25626 components: - type: Transform - pos: -45.5,29.5 + rot: 3.141592653589793 rad + pos: -29.5,-39.5 parent: 2 - - uid: 25021 + - uid: 25627 components: - type: Transform - pos: -45.5,29.5 + rot: 3.141592653589793 rad + pos: -29.5,-38.5 parent: 2 - - uid: 25022 + - uid: 25628 components: - type: Transform - pos: -45.5,28.5 + rot: 3.141592653589793 rad + pos: -29.5,-37.5 parent: 2 - - uid: 25023 + - uid: 25629 components: - type: Transform - pos: -45.5,27.5 + rot: 3.141592653589793 rad + pos: -29.5,-36.5 parent: 2 - - uid: 25024 + - uid: 25634 components: - type: Transform - pos: -45.5,26.5 + rot: -1.5707963267948966 rad + pos: -30.5,-33.5 parent: 2 - - uid: 25025 + - uid: 25635 components: - type: Transform - pos: -45.5,25.5 + rot: 3.141592653589793 rad + pos: -31.5,-34.5 parent: 2 - - uid: 25026 + - uid: 25636 components: - type: Transform - pos: -45.5,25.5 + rot: 1.5707963267948966 rad + pos: -30.5,-35.5 parent: 2 - - uid: 25027 + - uid: 25637 components: - type: Transform - pos: -46.5,25.5 + pos: -45.5,34.5 parent: 2 - - uid: 25028 + - uid: 25638 components: - type: Transform - pos: -47.5,25.5 + pos: -45.5,35.5 parent: 2 - - uid: 25029 + - uid: 25639 components: - type: Transform - pos: -47.5,25.5 + pos: -45.5,36.5 parent: 2 - - uid: 25030 + - uid: 25640 components: - type: Transform - pos: -47.5,24.5 + pos: -45.5,37.5 parent: 2 - - uid: 25031 + - uid: 25641 components: - type: Transform - pos: -47.5,23.5 + pos: -45.5,38.5 parent: 2 - - uid: 25032 + - uid: 25642 components: - type: Transform - pos: -47.5,22.5 + pos: -45.5,39.5 parent: 2 - - uid: 25033 + - uid: 25643 components: - type: Transform - pos: -47.5,21.5 + rot: 3.141592653589793 rad + pos: -28.5,24.5 parent: 2 - - uid: 25034 + - uid: 25644 components: - type: Transform - pos: -47.5,20.5 + rot: 3.141592653589793 rad + pos: -28.5,23.5 parent: 2 - - uid: 25035 + - uid: 25647 components: - type: Transform - pos: -47.5,19.5 + rot: 1.5707963267948966 rad + pos: -44.5,40.5 parent: 2 - - uid: 25036 + - uid: 25649 components: - type: Transform - pos: -47.5,19.5 + rot: 3.141592653589793 rad + pos: -43.5,44.5 parent: 2 - - uid: 25037 + - uid: 25650 components: - type: Transform - pos: -48.5,19.5 + rot: 3.141592653589793 rad + pos: -43.5,43.5 parent: 2 - - uid: 25038 + - uid: 25651 components: - type: Transform - pos: -49.5,19.5 + rot: 3.141592653589793 rad + pos: -43.5,42.5 parent: 2 - - uid: 25039 + - uid: 25652 components: - type: Transform - pos: -49.5,19.5 + rot: 3.141592653589793 rad + pos: -43.5,41.5 parent: 2 - - uid: 25040 + - uid: 25653 components: - type: Transform - pos: -49.5,18.5 + rot: 3.141592653589793 rad + pos: -28.5,25.5 parent: 2 - - uid: 25041 + - uid: 25656 components: - type: Transform - pos: -49.5,17.5 + rot: 1.5707963267948966 rad + pos: -31.5,26.5 parent: 2 - - uid: 25042 + - uid: 25657 components: - type: Transform - pos: -49.5,16.5 + rot: 1.5707963267948966 rad + pos: -30.5,26.5 parent: 2 - - uid: 25043 + - uid: 25658 components: - type: Transform - pos: -49.5,15.5 + rot: 1.5707963267948966 rad + pos: -29.5,26.5 parent: 2 - - uid: 25044 + - uid: 25659 components: - type: Transform - pos: -49.5,14.5 + pos: -32.5,27.5 parent: 2 - - uid: 25045 + - uid: 25660 components: - type: Transform - pos: -49.5,13.5 + pos: -32.5,28.5 parent: 2 - - uid: 25046 + - uid: 25662 components: - type: Transform - pos: -49.5,13.5 + rot: -1.5707963267948966 rad + pos: -33.5,29.5 parent: 2 - - uid: 25047 + - uid: 25663 components: - type: Transform - pos: -50.5,13.5 + rot: -1.5707963267948966 rad + pos: -34.5,29.5 parent: 2 - - uid: 25048 + - uid: 25664 components: - type: Transform - pos: -50.5,13.5 + rot: -1.5707963267948966 rad + pos: -35.5,29.5 parent: 2 - - uid: 25049 + - uid: 25665 components: - type: Transform - pos: -50.5,12.5 + rot: -1.5707963267948966 rad + pos: -36.5,29.5 parent: 2 - - uid: 25050 + - uid: 25666 components: - type: Transform - pos: -50.5,11.5 + rot: 1.5707963267948966 rad + pos: -37.5,29.5 parent: 2 - - uid: 25051 + - uid: 25667 components: - type: Transform - pos: -50.5,10.5 + rot: 1.5707963267948966 rad + pos: -38.5,29.5 parent: 2 - - uid: 25052 + - uid: 25668 components: - type: Transform - pos: -50.5,9.5 + rot: 1.5707963267948966 rad + pos: -40.5,29.5 parent: 2 - - uid: 25053 + - uid: 25669 components: - type: Transform - pos: -50.5,8.5 + rot: 1.5707963267948966 rad + pos: -39.5,29.5 parent: 2 - - uid: 25054 + - uid: 25670 components: - type: Transform - pos: -50.5,8.5 + rot: 1.5707963267948966 rad + pos: -41.5,29.5 parent: 2 - - uid: 25055 + - uid: 25672 components: - type: Transform - pos: -51.5,8.5 + rot: 3.141592653589793 rad + pos: -42.5,30.5 parent: 2 - - uid: 25056 + - uid: 25673 components: - type: Transform - pos: -51.5,8.5 + rot: 3.141592653589793 rad + pos: -42.5,31.5 parent: 2 - - uid: 25057 + - uid: 25674 components: - type: Transform - pos: -51.5,7.5 + rot: 3.141592653589793 rad + pos: -42.5,32.5 parent: 2 - - uid: 25058 + - uid: 25676 components: - type: Transform - pos: -51.5,6.5 + pos: -12.5,54.5 parent: 2 - - uid: 25059 + - uid: 25678 components: - type: Transform - pos: -51.5,5.5 + rot: -1.5707963267948966 rad + pos: -1.5,42.5 parent: 2 - - uid: 25060 + - uid: 25679 components: - type: Transform - pos: -51.5,4.5 + rot: -1.5707963267948966 rad + pos: -0.5,42.5 parent: 2 - - uid: 25061 + - uid: 25680 components: - type: Transform - pos: -51.5,3.5 + rot: -1.5707963267948966 rad + pos: 0.5,42.5 parent: 2 - - uid: 25062 + - uid: 25682 components: - type: Transform - pos: -51.5,2.5 + rot: 3.141592653589793 rad + pos: 1.5,43.5 parent: 2 - - uid: 25063 + - uid: 25683 components: - type: Transform - pos: -51.5,1.5 + rot: 3.141592653589793 rad + pos: 1.5,44.5 parent: 2 - - uid: 25064 + - uid: 25684 components: - type: Transform - pos: -51.5,1.5 + rot: 3.141592653589793 rad + pos: 1.5,45.5 parent: 2 - - uid: 25065 + - uid: 25685 components: - type: Transform - pos: -50.5,1.5 + rot: 3.141592653589793 rad + pos: 1.5,46.5 parent: 2 - - uid: 25066 + - uid: 25686 components: - type: Transform - pos: -49.5,1.5 + rot: 3.141592653589793 rad + pos: 1.5,47.5 parent: 2 - - uid: 25067 + - uid: 25687 components: - type: Transform - pos: -48.5,1.5 + rot: 3.141592653589793 rad + pos: 1.5,48.5 parent: 2 - - uid: 25068 + - uid: 25688 components: - type: Transform - pos: -47.5,1.5 + rot: 3.141592653589793 rad + pos: 1.5,49.5 parent: 2 - - uid: 25069 + - uid: 25689 components: - type: Transform - pos: -46.5,1.5 + rot: 3.141592653589793 rad + pos: 1.5,50.5 parent: 2 - - uid: 25070 + - uid: 25690 components: - type: Transform - pos: -45.5,1.5 + rot: 3.141592653589793 rad + pos: 1.5,51.5 parent: 2 - - uid: 25071 + - uid: 25691 components: - type: Transform - pos: -45.5,1.5 + rot: 3.141592653589793 rad + pos: 1.5,52.5 parent: 2 - - uid: 25072 + - uid: 25692 components: - type: Transform - pos: -45.5,0.5 + rot: 3.141592653589793 rad + pos: 1.5,53.5 parent: 2 - - uid: 25073 + - uid: 25693 components: - type: Transform - pos: -45.5,-0.5 + pos: 11.5,52.5 parent: 2 - - uid: 25074 + - uid: 25694 components: - type: Transform - pos: -45.5,-1.5 + pos: 11.5,51.5 parent: 2 - - uid: 25075 + - uid: 25695 components: - type: Transform - pos: -45.5,-2.5 + pos: 11.5,50.5 parent: 2 - - uid: 25076 + - uid: 25696 components: - type: Transform - pos: -45.5,-3.5 + pos: 11.5,49.5 parent: 2 - - uid: 25077 + - uid: 25697 components: - type: Transform - pos: -44.5,-3.5 + pos: 11.5,48.5 parent: 2 - - uid: 25078 + - uid: 25698 components: - type: Transform - pos: -44.5,-4.5 + pos: 11.5,47.5 parent: 2 - - uid: 25079 + - uid: 25699 components: - type: Transform - pos: -44.5,-5.5 + pos: 11.5,46.5 parent: 2 - - uid: 25080 + - uid: 25700 components: - type: Transform - pos: -44.5,-6.5 + pos: 11.5,45.5 parent: 2 - - uid: 25081 + - uid: 25703 components: - type: Transform - pos: -44.5,-6.5 + rot: -1.5707963267948966 rad + pos: 27.5,42.5 parent: 2 - - uid: 25082 + - uid: 25704 components: - type: Transform - pos: -43.5,-6.5 + rot: -1.5707963267948966 rad + pos: 28.5,42.5 parent: 2 - - uid: 25083 + - uid: 25705 components: - type: Transform - pos: -42.5,-6.5 + rot: -1.5707963267948966 rad + pos: 29.5,42.5 parent: 2 - - uid: 25084 + - uid: 25706 components: - type: Transform - pos: -41.5,-6.5 + rot: -1.5707963267948966 rad + pos: 30.5,42.5 parent: 2 - - uid: 25085 + - uid: 25707 components: - type: Transform - pos: -40.5,-6.5 + rot: 3.141592653589793 rad + pos: 31.5,41.5 parent: 2 - - uid: 25086 + - uid: 25712 components: - type: Transform - pos: -40.5,-7.5 + rot: -1.5707963267948966 rad + pos: 54.5,13.5 parent: 2 - - uid: 25087 + - uid: 25714 components: - type: Transform - pos: -39.5,-7.5 + rot: 3.141592653589793 rad + pos: 34.5,-39.5 parent: 2 - - uid: 25088 + - uid: 25715 components: - type: Transform - pos: -38.5,-7.5 + rot: 3.141592653589793 rad + pos: 34.5,-38.5 parent: 2 - - uid: 25089 + - uid: 25716 components: - type: Transform - pos: -37.5,-7.5 + rot: 3.141592653589793 rad + pos: 34.5,-37.5 parent: 2 - - uid: 25090 + - uid: 25717 components: - type: Transform - pos: -36.5,-7.5 + rot: 3.141592653589793 rad + pos: 34.5,-36.5 parent: 2 - - uid: 25091 + - uid: 25720 components: - type: Transform - pos: -36.5,-7.5 + rot: 1.5707963267948966 rad + pos: 21.5,-35.5 parent: 2 - - uid: 25092 + - uid: 25721 components: - type: Transform - pos: -36.5,-8.5 + rot: 1.5707963267948966 rad + pos: 22.5,-35.5 parent: 2 - - uid: 25093 + - uid: 25722 components: - type: Transform - pos: -36.5,-9.5 + rot: 1.5707963267948966 rad + pos: 23.5,-35.5 parent: 2 - - uid: 25094 + - uid: 25723 components: - type: Transform - pos: -36.5,-10.5 + rot: 1.5707963267948966 rad + pos: 24.5,-35.5 parent: 2 - - uid: 25095 + - uid: 25724 components: - type: Transform - pos: -36.5,-11.5 + rot: 1.5707963267948966 rad + pos: 25.5,-35.5 parent: 2 - - uid: 25096 + - uid: 25725 components: - type: Transform - pos: -36.5,-11.5 + rot: 1.5707963267948966 rad + pos: 26.5,-35.5 parent: 2 - - uid: 25097 + - uid: 25726 components: - type: Transform - pos: -35.5,-11.5 + rot: 1.5707963267948966 rad + pos: 27.5,-35.5 parent: 2 - - uid: 25098 + - uid: 25727 components: - type: Transform - pos: -34.5,-11.5 + rot: 1.5707963267948966 rad + pos: 28.5,-35.5 parent: 2 - - uid: 25099 + - uid: 25728 components: - type: Transform - pos: -33.5,-11.5 + rot: 1.5707963267948966 rad + pos: 29.5,-35.5 parent: 2 - - uid: 25100 + - uid: 25729 components: - type: Transform - pos: -32.5,-11.5 + rot: 1.5707963267948966 rad + pos: 30.5,-35.5 parent: 2 - - uid: 25101 + - uid: 25730 components: - type: Transform - pos: -31.5,-11.5 + rot: 1.5707963267948966 rad + pos: 31.5,-35.5 parent: 2 - - uid: 25102 + - uid: 25731 components: - type: Transform - pos: -30.5,-11.5 + rot: 1.5707963267948966 rad + pos: 32.5,-35.5 parent: 2 - - uid: 25103 + - uid: 25732 components: - type: Transform - pos: -29.5,-11.5 + rot: 1.5707963267948966 rad + pos: 33.5,-35.5 parent: 2 - - uid: 25104 + - uid: 25733 components: - type: Transform - pos: -28.5,-11.5 + pos: 20.5,-34.5 parent: 2 - - uid: 25105 + - uid: 25734 components: - type: Transform - pos: -28.5,-11.5 + pos: 20.5,-33.5 parent: 2 - - uid: 25106 + - uid: 25735 components: - type: Transform - pos: -28.5,-12.5 + pos: 20.5,-32.5 parent: 2 - - uid: 25107 + - uid: 25736 components: - type: Transform - pos: -28.5,-13.5 + pos: 20.5,-31.5 parent: 2 - - uid: 25108 + - uid: 25737 components: - type: Transform - pos: -28.5,-14.5 + pos: 20.5,-30.5 parent: 2 - - uid: 25109 + - uid: 25738 components: - type: Transform - pos: -28.5,-15.5 + pos: 20.5,-29.5 parent: 2 - - uid: 25110 + - uid: 25739 components: - type: Transform - pos: -28.5,-16.5 + pos: 20.5,-28.5 parent: 2 - - uid: 25111 + - uid: 25740 components: - type: Transform - pos: -28.5,-16.5 + pos: 20.5,-27.5 parent: 2 - - uid: 25112 + - uid: 25743 components: - type: Transform - pos: -27.5,-16.5 + rot: -1.5707963267948966 rad + pos: 19.5,-26.5 parent: 2 - - uid: 25113 + - uid: 25744 components: - type: Transform - pos: -26.5,-16.5 + rot: -1.5707963267948966 rad + pos: 18.5,-26.5 parent: 2 - - uid: 25114 + - uid: 25745 components: - type: Transform - pos: -25.5,-16.5 + rot: -1.5707963267948966 rad + pos: 17.5,-26.5 parent: 2 - - uid: 25115 + - uid: 25746 components: - type: Transform - pos: -24.5,-16.5 + rot: -1.5707963267948966 rad + pos: 16.5,-26.5 parent: 2 - - uid: 25116 + - uid: 25747 components: - type: Transform - pos: -23.5,-16.5 + rot: -1.5707963267948966 rad + pos: 15.5,-26.5 parent: 2 - - uid: 25117 + - uid: 25748 components: - type: Transform - pos: -22.5,-16.5 + rot: -1.5707963267948966 rad + pos: 14.5,-26.5 parent: 2 - - uid: 25118 + - uid: 25749 components: - type: Transform - pos: -21.5,-16.5 + rot: -1.5707963267948966 rad + pos: 13.5,-26.5 parent: 2 - - uid: 25119 + - uid: 25750 components: - type: Transform - pos: -20.5,-16.5 + rot: 3.141592653589793 rad + pos: 12.5,-25.5 parent: 2 - - uid: 25120 + - uid: 25757 components: - type: Transform - pos: -20.5,-16.5 + pos: -38.5,-38.5 parent: 2 - - uid: 25121 + - uid: 25758 components: - type: Transform - pos: -20.5,-15.5 + pos: -38.5,-37.5 parent: 2 - - uid: 25122 + - uid: 25759 components: - type: Transform - pos: -20.5,-14.5 + pos: -38.5,-36.5 parent: 2 - - uid: 25123 + - uid: 25760 components: - type: Transform - pos: -20.5,-13.5 + pos: -38.5,-35.5 parent: 2 - - uid: 25124 + - uid: 25761 components: - type: Transform - pos: -20.5,-13.5 + pos: -38.5,-34.5 parent: 2 - - uid: 25125 + - uid: 25762 components: - type: Transform - pos: -19.5,-13.5 + pos: -38.5,-33.5 parent: 2 - - uid: 25126 + - uid: 25789 components: - type: Transform - pos: -18.5,-13.5 + pos: -42.5,-28.5 parent: 2 - - uid: 25127 + - uid: 25790 components: - type: Transform - pos: -17.5,-13.5 + pos: -44.5,-25.5 parent: 2 - - uid: 26975 + - uid: 25791 components: - type: Transform - pos: -17.5,38.5 + pos: -45.5,-23.5 parent: 2 - - uid: 26977 + - uid: 25792 components: - type: Transform - pos: -18.5,38.5 + pos: -46.5,-21.5 parent: 2 - - uid: 26979 + - uid: 25793 components: - type: Transform - pos: -15.5,35.5 + pos: -47.5,-19.5 parent: 2 - - uid: 26980 + - uid: 25794 components: - type: Transform - pos: -18.5,36.5 + pos: -47.5,-18.5 parent: 2 - - uid: 27231 + - uid: 25795 components: - type: Transform - pos: -30.5,11.5 + pos: -48.5,-16.5 parent: 2 - - uid: 27996 + - uid: 25796 components: - type: Transform - pos: -15.5,40.5 + pos: -49.5,-14.5 parent: 2 - - uid: 29359 + - uid: 25797 components: - type: Transform - pos: -15.5,39.5 + pos: -49.5,-13.5 parent: 2 - - uid: 31016 + - uid: 25798 components: - type: Transform - pos: -15.5,4.5 - parent: 30892 - - uid: 31017 + pos: -49.5,-12.5 + parent: 2 + - uid: 25799 components: - type: Transform - pos: -14.5,4.5 - parent: 30892 - - uid: 31026 + pos: -50.5,-10.5 + parent: 2 + - uid: 25800 components: - type: Transform - pos: -5.5,4.5 - parent: 30892 - - uid: 31027 + pos: -50.5,-9.5 + parent: 2 + - uid: 25801 components: - type: Transform - pos: -4.5,4.5 - parent: 30892 - - uid: 31028 + pos: -50.5,-8.5 + parent: 2 + - uid: 25802 components: - type: Transform - pos: -14.5,5.5 - parent: 30892 - - uid: 31029 + pos: -50.5,-7.5 + parent: 2 + - uid: 25803 components: - type: Transform - pos: -14.5,6.5 - parent: 30892 - - uid: 31030 + pos: -51.5,-5.5 + parent: 2 + - uid: 25804 components: - type: Transform - pos: -14.5,7.5 - parent: 30892 - - uid: 31031 + pos: -51.5,-4.5 + parent: 2 + - uid: 25805 components: - type: Transform - pos: -14.5,8.5 - parent: 30892 - - uid: 31032 + pos: -51.5,-3.5 + parent: 2 + - uid: 25806 components: - type: Transform - pos: -14.5,9.5 - parent: 30892 - - uid: 31033 + pos: -51.5,-2.5 + parent: 2 + - uid: 25807 components: - type: Transform - pos: -12.5,10.5 - parent: 30892 - - uid: 31034 + pos: -51.5,-1.5 + parent: 2 + - uid: 25809 components: - type: Transform - pos: -12.5,9.5 - parent: 30892 - - uid: 31035 + pos: -51.5,0.5 + parent: 2 + - uid: 25810 components: - type: Transform - pos: -12.5,8.5 - parent: 30892 - - uid: 31036 + pos: -51.5,1.5 + parent: 2 + - uid: 25811 components: - type: Transform - pos: -12.5,7.5 - parent: 30892 - - uid: 31037 + pos: -51.5,2.5 + parent: 2 + - uid: 25812 components: - type: Transform - pos: -12.5,6.5 - parent: 30892 - - uid: 31038 + pos: -51.5,3.5 + parent: 2 + - uid: 25813 components: - type: Transform - pos: -12.5,5.5 - parent: 30892 - - uid: 31040 + pos: -51.5,4.5 + parent: 2 + - uid: 25814 components: - type: Transform - pos: -12.5,3.5 - parent: 30892 - - uid: 31041 + pos: -51.5,5.5 + parent: 2 + - uid: 25815 components: - type: Transform - pos: -12.5,2.5 - parent: 30892 - - uid: 31042 + pos: -51.5,6.5 + parent: 2 + - uid: 25828 components: - type: Transform - pos: -12.5,1.5 - parent: 30892 - - uid: 31043 + pos: -50.5,8.5 + parent: 2 + - uid: 25829 components: - type: Transform - pos: -12.5,0.5 - parent: 30892 - - uid: 31044 + pos: -50.5,9.5 + parent: 2 + - uid: 25832 components: - type: Transform - pos: -12.5,-0.5 - parent: 30892 - - uid: 31045 + pos: -48.5,14.5 + parent: 2 + - uid: 25833 components: - type: Transform - pos: -14.5,-0.5 - parent: 30892 - - uid: 31046 + pos: -48.5,15.5 + parent: 2 + - uid: 25834 components: - type: Transform - pos: -14.5,0.5 - parent: 30892 - - uid: 31047 + pos: -48.5,16.5 + parent: 2 + - uid: 25835 components: - type: Transform - pos: -14.5,1.5 - parent: 30892 - - uid: 31048 + pos: -48.5,17.5 + parent: 2 + - uid: 25836 components: - type: Transform - pos: -14.5,2.5 - parent: 30892 - - uid: 31049 + pos: -47.5,19.5 + parent: 2 + - uid: 25837 components: - type: Transform - pos: -14.5,3.5 - parent: 30892 - - uid: 31051 + pos: -46.5,21.5 + parent: 2 + - uid: 25838 components: - type: Transform - pos: -12.5,-1.5 - parent: 30892 - - uid: 31052 + pos: -46.5,22.5 + parent: 2 + - uid: 25844 components: - type: Transform - pos: -10.5,2.5 - parent: 30892 - - uid: 31053 + rot: 3.141592653589793 rad + pos: -45.5,24.5 + parent: 2 + - uid: 25845 components: - type: Transform - pos: -10.5,3.5 - parent: 30892 - - uid: 31055 + rot: 3.141592653589793 rad + pos: -44.5,26.5 + parent: 2 + - uid: 25846 components: - type: Transform - pos: -10.5,5.5 - parent: 30892 - - uid: 31056 + rot: 1.5707963267948966 rad + pos: -42.5,28.5 + parent: 2 + - uid: 25847 components: - type: Transform - pos: -10.5,6.5 - parent: 30892 - - uid: 31057 + rot: 1.5707963267948966 rad + pos: -41.5,28.5 + parent: 2 + - uid: 25848 components: - type: Transform - pos: -10.5,7.5 - parent: 30892 - - uid: 31058 + rot: 1.5707963267948966 rad + pos: -40.5,28.5 + parent: 2 + - uid: 25849 components: - type: Transform - pos: -10.5,8.5 - parent: 30892 - - uid: 31059 + rot: 1.5707963267948966 rad + pos: -39.5,28.5 + parent: 2 + - uid: 25850 components: - type: Transform - pos: -10.5,9.5 - parent: 30892 - - uid: 31060 + rot: 1.5707963267948966 rad + pos: -38.5,28.5 + parent: 2 + - uid: 25852 components: - type: Transform - pos: -10.5,10.5 - parent: 30892 - - uid: 31061 + rot: -1.5707963267948966 rad + pos: -37.5,28.5 + parent: 2 + - uid: 25853 components: - type: Transform - pos: -10.5,11.5 - parent: 30892 - - uid: 31062 + rot: 3.141592653589793 rad + pos: -36.5,29.5 + parent: 2 + - uid: 25856 components: - type: Transform - pos: -10.5,12.5 - parent: 30892 - - uid: 31063 + rot: 3.141592653589793 rad + pos: -36.5,32.5 + parent: 2 + - uid: 25857 components: - type: Transform - pos: -8.5,11.5 - parent: 30892 - - uid: 31064 + rot: 3.141592653589793 rad + pos: -36.5,33.5 + parent: 2 + - uid: 25858 components: - type: Transform - pos: -8.5,10.5 - parent: 30892 - - uid: 31065 + rot: 3.141592653589793 rad + pos: -36.5,34.5 + parent: 2 + - uid: 25859 components: - type: Transform - pos: -8.5,9.5 - parent: 30892 - - uid: 31066 + rot: 3.141592653589793 rad + pos: -36.5,35.5 + parent: 2 + - uid: 25860 components: - type: Transform - pos: -8.5,8.5 - parent: 30892 - - uid: 31067 + rot: 3.141592653589793 rad + pos: -36.5,36.5 + parent: 2 + - uid: 25872 components: - type: Transform - pos: -8.5,7.5 - parent: 30892 - - uid: 31068 + rot: -1.5707963267948966 rad + pos: -34.5,38.5 + parent: 2 + - uid: 25873 components: - type: Transform - pos: -8.5,6.5 - parent: 30892 - - uid: 31069 + rot: -1.5707963267948966 rad + pos: -33.5,38.5 + parent: 2 + - uid: 25874 components: - type: Transform - pos: -8.5,5.5 - parent: 30892 - - uid: 31071 + rot: -1.5707963267948966 rad + pos: -32.5,38.5 + parent: 2 + - uid: 25875 components: - type: Transform - pos: -8.5,3.5 - parent: 30892 - - uid: 31072 + rot: 3.141592653589793 rad + pos: -31.5,39.5 + parent: 2 + - uid: 25876 components: - type: Transform - pos: -8.5,2.5 - parent: 30892 - - uid: 31073 + rot: 3.141592653589793 rad + pos: -31.5,40.5 + parent: 2 + - uid: 25877 components: - type: Transform - pos: -8.5,1.5 - parent: 30892 - - uid: 31074 + rot: 3.141592653589793 rad + pos: -29.5,43.5 + parent: 2 + - uid: 25878 components: - type: Transform - pos: -6.5,0.5 - parent: 30892 - - uid: 31075 + rot: 1.5707963267948966 rad + pos: -28.5,44.5 + parent: 2 + - uid: 25879 components: - type: Transform - pos: -6.5,1.5 - parent: 30892 - - uid: 31076 + rot: 1.5707963267948966 rad + pos: -27.5,44.5 + parent: 2 + - uid: 25880 components: - type: Transform - pos: -6.5,2.5 - parent: 30892 - - uid: 31079 + rot: 1.5707963267948966 rad + pos: -25.5,45.5 + parent: 2 + - uid: 25881 components: - type: Transform - pos: -6.5,5.5 - parent: 30892 - - uid: 31080 + rot: 1.5707963267948966 rad + pos: -24.5,45.5 + parent: 2 + - uid: 25883 components: - type: Transform - pos: -6.5,6.5 - parent: 30892 - - uid: 31081 + rot: 1.5707963267948966 rad + pos: -22.5,45.5 + parent: 2 + - uid: 25896 components: - type: Transform - pos: -6.5,7.5 - parent: 30892 - - uid: 31082 + rot: -1.5707963267948966 rad + pos: -19.5,48.5 + parent: 2 + - uid: 25897 components: - type: Transform - pos: -6.5,8.5 - parent: 30892 - - uid: 31083 + rot: -1.5707963267948966 rad + pos: -18.5,48.5 + parent: 2 + - uid: 25898 components: - type: Transform - pos: -6.5,9.5 - parent: 30892 - - uid: 31084 + rot: -1.5707963267948966 rad + pos: -16.5,49.5 + parent: 2 + - uid: 25899 components: - type: Transform - pos: -6.5,10.5 - parent: 30892 - - uid: 31133 + rot: -1.5707963267948966 rad + pos: -14.5,50.5 + parent: 2 + - uid: 25901 components: - type: Transform - pos: 0.5,8.5 - parent: 30892 - - uid: 31134 + rot: -1.5707963267948966 rad + pos: -12.5,50.5 + parent: 2 + - uid: 25902 components: - type: Transform - pos: 0.5,7.5 - parent: 30892 - - uid: 31135 + rot: 3.141592653589793 rad + pos: -20.5,47.5 + parent: 2 + - uid: 25903 components: - type: Transform - pos: 0.5,6.5 - parent: 30892 - - uid: 31136 + rot: 1.5707963267948966 rad + pos: -10.5,51.5 + parent: 2 + - uid: 25904 components: - type: Transform - pos: 0.5,5.5 - parent: 30892 - - uid: 31140 + rot: 1.5707963267948966 rad + pos: -9.5,51.5 + parent: 2 + - uid: 25905 components: - type: Transform - pos: -2.5,3.5 - parent: 30892 - - uid: 31141 + rot: 1.5707963267948966 rad + pos: -8.5,51.5 + parent: 2 + - uid: 25906 components: - type: Transform - pos: -1.5,3.5 - parent: 30892 - - uid: 31142 + rot: 1.5707963267948966 rad + pos: -7.5,51.5 + parent: 2 + - uid: 25907 components: - type: Transform - pos: -1.5,4.5 - parent: 30892 - - uid: 31143 + rot: 1.5707963267948966 rad + pos: -5.5,52.5 + parent: 2 + - uid: 25908 components: - type: Transform - pos: -1.5,5.5 - parent: 30892 - - uid: 31144 + rot: 1.5707963267948966 rad + pos: -4.5,52.5 + parent: 2 + - uid: 25909 components: - type: Transform - pos: -1.5,6.5 - parent: 30892 - - uid: 31145 + rot: 1.5707963267948966 rad + pos: -3.5,52.5 + parent: 2 + - uid: 25910 components: - type: Transform - pos: -1.5,7.5 - parent: 30892 - - uid: 31146 + rot: 1.5707963267948966 rad + pos: -2.5,52.5 + parent: 2 + - uid: 25911 components: - type: Transform - pos: -1.5,8.5 - parent: 30892 - - uid: 31147 + rot: 1.5707963267948966 rad + pos: -1.5,52.5 + parent: 2 + - uid: 25912 components: - type: Transform - pos: -0.5,8.5 - parent: 30892 - - uid: 31412 + rot: 1.5707963267948966 rad + pos: -0.5,52.5 + parent: 2 + - uid: 25914 components: - type: Transform - pos: -1.5,-0.5 - parent: 31348 - - uid: 31413 + rot: 1.5707963267948966 rad + pos: 1.5,52.5 + parent: 2 + - uid: 25916 components: - type: Transform - pos: -1.5,0.5 - parent: 31348 - - uid: 31414 + rot: 1.5707963267948966 rad + pos: 3.5,52.5 + parent: 2 + - uid: 25917 components: - type: Transform - pos: -0.5,0.5 - parent: 31348 - - uid: 31415 + rot: 1.5707963267948966 rad + pos: 4.5,52.5 + parent: 2 + - uid: 25918 components: - type: Transform - pos: 0.5,0.5 - parent: 31348 - - uid: 31416 + rot: 1.5707963267948966 rad + pos: 5.5,52.5 + parent: 2 + - uid: 25919 components: - type: Transform - pos: 1.5,0.5 - parent: 31348 - - uid: 31417 + rot: 1.5707963267948966 rad + pos: 6.5,52.5 + parent: 2 + - uid: 25931 components: - type: Transform - pos: 2.5,0.5 - parent: 31348 - - uid: 31418 + rot: 1.5707963267948966 rad + pos: 8.5,51.5 + parent: 2 + - uid: 25932 components: - type: Transform - pos: 2.5,-0.5 - parent: 31348 - - uid: 31419 + rot: 1.5707963267948966 rad + pos: 9.5,51.5 + parent: 2 + - uid: 25933 components: - type: Transform - pos: 2.5,1.5 - parent: 31348 - - uid: 31915 + rot: 1.5707963267948966 rad + pos: 10.5,51.5 + parent: 2 + - uid: 25934 components: - type: Transform - pos: -16.5,40.5 + rot: 1.5707963267948966 rad + pos: 11.5,51.5 parent: 2 - - uid: 32417 + - uid: 25935 components: - type: Transform - pos: 5.5,3.5 + rot: 1.5707963267948966 rad + pos: 12.5,51.5 parent: 2 - - uid: 32850 + - uid: 25936 components: - type: Transform - pos: -14.5,40.5 + rot: 1.5707963267948966 rad + pos: 14.5,50.5 parent: 2 - - uid: 32856 + - uid: 25937 components: - type: Transform - pos: -15.5,37.5 + rot: 1.5707963267948966 rad + pos: 15.5,50.5 parent: 2 - - uid: 32992 + - uid: 25938 components: - type: Transform - pos: 2.5,-2.5 - parent: 32914 - - uid: 32993 + rot: 1.5707963267948966 rad + pos: 17.5,49.5 + parent: 2 + - uid: 25939 components: - type: Transform - pos: 2.5,-1.5 - parent: 32914 - - uid: 32994 + pos: 18.5,48.5 + parent: 2 + - uid: 25940 components: - type: Transform - pos: 3.5,-3.5 - parent: 32914 - - uid: 32995 + pos: 18.5,47.5 + parent: 2 + - uid: 25942 components: - type: Transform - pos: 3.5,-2.5 - parent: 32914 - - uid: 32996 + rot: -1.5707963267948966 rad + pos: 20.5,46.5 + parent: 2 + - uid: 25943 components: - type: Transform - pos: 4.5,-2.5 - parent: 32914 - - uid: 32997 + rot: -1.5707963267948966 rad + pos: 21.5,46.5 + parent: 2 + - uid: 25944 components: - type: Transform - pos: 4.5,-1.5 - parent: 32914 - - uid: 32998 + rot: -1.5707963267948966 rad + pos: 22.5,46.5 + parent: 2 + - uid: 25945 components: - type: Transform - pos: 4.5,-0.5 - parent: 32914 - - uid: 32999 + rot: 3.141592653589793 rad + pos: 24.5,44.5 + parent: 2 + - uid: 25946 components: - type: Transform - pos: 4.5,0.5 - parent: 32914 - - uid: 33000 + rot: 3.141592653589793 rad + pos: 24.5,43.5 + parent: 2 + - uid: 25947 components: - type: Transform - pos: 4.5,1.5 - parent: 32914 - - uid: 33037 + rot: 3.141592653589793 rad + pos: 24.5,42.5 + parent: 2 + - uid: 25948 components: - type: Transform - pos: -33.5,14.5 + rot: 3.141592653589793 rad + pos: 24.5,41.5 parent: 2 - - uid: 33038 + - uid: 25949 components: - type: Transform - pos: -29.5,18.5 + rot: 3.141592653589793 rad + pos: 24.5,40.5 parent: 2 - - uid: 33039 + - uid: 25950 components: - type: Transform - pos: -30.5,18.5 + rot: 3.141592653589793 rad + pos: 24.5,39.5 parent: 2 - - uid: 33040 + - uid: 25981 components: - type: Transform - pos: -31.5,18.5 + pos: 26.5,36.5 parent: 2 - - uid: 33041 + - uid: 25983 components: - type: Transform - pos: -32.5,18.5 + pos: 27.5,33.5 parent: 2 - - uid: 33042 + - uid: 25984 components: - type: Transform - pos: -32.5,13.5 + pos: 27.5,32.5 parent: 2 - - uid: 33043 + - uid: 25985 components: - type: Transform - pos: -31.5,13.5 + rot: -1.5707963267948966 rad + pos: 28.5,31.5 parent: 2 - - uid: 33044 + - uid: 25987 components: - type: Transform - pos: -30.5,13.5 + rot: -1.5707963267948966 rad + pos: 30.5,31.5 parent: 2 - - uid: 33045 + - uid: 25988 components: - type: Transform - pos: -29.5,13.5 + rot: 3.141592653589793 rad + pos: 31.5,30.5 parent: 2 - - uid: 33046 + - uid: 25989 components: - type: Transform - pos: -28.5,13.5 + rot: 3.141592653589793 rad + pos: 31.5,29.5 parent: 2 - - uid: 33047 + - uid: 25990 components: - type: Transform - pos: -33.5,13.5 + rot: 1.5707963267948966 rad + pos: 32.5,28.5 parent: 2 - - uid: 33048 + - uid: 25991 components: - type: Transform - pos: -33.5,18.5 + rot: 1.5707963267948966 rad + pos: 33.5,28.5 parent: 2 - - uid: 33049 + - uid: 25992 components: - type: Transform - pos: -25.5,12.5 + rot: 1.5707963267948966 rad + pos: 34.5,28.5 parent: 2 - - uid: 33050 + - uid: 25993 components: - type: Transform - pos: -24.5,12.5 + rot: 1.5707963267948966 rad + pos: 36.5,27.5 parent: 2 - - uid: 33051 + - uid: 25998 components: - type: Transform - pos: -24.5,12.5 + rot: 1.5707963267948966 rad + pos: 43.5,25.5 parent: 2 - - uid: 33052 + - uid: 25999 components: - type: Transform - pos: -24.5,13.5 + rot: 1.5707963267948966 rad + pos: 45.5,24.5 parent: 2 - - uid: 33053 + - uid: 26000 components: - type: Transform - pos: -24.5,13.5 + pos: 47.5,22.5 parent: 2 - - uid: 33054 + - uid: 26001 components: - type: Transform - pos: -23.5,13.5 + pos: 48.5,20.5 parent: 2 - - uid: 33055 + - uid: 26002 components: - type: Transform - pos: -22.5,13.5 + pos: 48.5,19.5 parent: 2 - - uid: 33056 + - uid: 26003 components: - type: Transform - pos: -21.5,13.5 + pos: 49.5,17.5 parent: 2 - - uid: 33057 + - uid: 26005 components: - type: Transform - pos: -20.5,13.5 + pos: 50.5,14.5 parent: 2 - - uid: 33058 + - uid: 26006 components: - type: Transform - pos: -20.5,13.5 + pos: 50.5,13.5 parent: 2 - - uid: 33059 + - uid: 26007 components: - type: Transform - pos: -20.5,12.5 + pos: 51.5,11.5 parent: 2 - - uid: 33060 + - uid: 26008 components: - type: Transform - pos: -20.5,11.5 + pos: 51.5,10.5 parent: 2 - - uid: 33061 + - uid: 26009 components: - type: Transform - pos: -20.5,10.5 + pos: 51.5,9.5 parent: 2 - - uid: 33062 + - uid: 26010 components: - type: Transform - pos: -20.5,9.5 + pos: 51.5,8.5 parent: 2 - - uid: 33063 + - uid: 26011 components: - type: Transform - pos: -20.5,8.5 + pos: 52.5,6.5 parent: 2 - - uid: 33064 + - uid: 26012 components: - type: Transform - pos: -20.5,7.5 + pos: 52.5,5.5 parent: 2 - - uid: 33065 + - uid: 26013 components: - type: Transform - pos: -20.5,6.5 + pos: 52.5,4.5 parent: 2 - - uid: 33066 + - uid: 26014 components: - type: Transform - pos: -20.5,5.5 + pos: 52.5,3.5 parent: 2 - - uid: 33067 + - uid: 26015 components: - type: Transform - pos: -20.5,4.5 + pos: 52.5,2.5 parent: 2 - - uid: 33068 + - uid: 26016 components: - type: Transform - pos: -20.5,3.5 + pos: 52.5,1.5 parent: 2 - - uid: 33069 + - uid: 26019 components: - type: Transform - pos: -20.5,2.5 + pos: 52.5,-1.5 parent: 2 - - uid: 33070 + - uid: 26020 components: - type: Transform - pos: -20.5,1.5 + pos: 52.5,-2.5 parent: 2 - - uid: 33071 + - uid: 26021 components: - type: Transform - pos: -20.5,0.5 + pos: 52.5,-3.5 parent: 2 - - uid: 33072 + - uid: 26022 components: - type: Transform - pos: -20.5,-0.5 + pos: 52.5,-4.5 parent: 2 - - uid: 33073 + - uid: 26023 components: - type: Transform - pos: -20.5,-1.5 + pos: 52.5,-5.5 parent: 2 - - uid: 33074 + - uid: 26050 components: - type: Transform - pos: -20.5,-2.5 + pos: 51.5,-8.5 parent: 2 - - uid: 33075 + - uid: 26051 components: - type: Transform - pos: -20.5,-3.5 + pos: 51.5,-9.5 parent: 2 - - uid: 33076 + - uid: 26052 components: - type: Transform - pos: -20.5,-4.5 + pos: 51.5,-10.5 parent: 2 - - uid: 33077 + - uid: 26053 components: - type: Transform - pos: -20.5,-5.5 + pos: 50.5,-13.5 parent: 2 - - uid: 33078 + - uid: 26055 components: - type: Transform - pos: -20.5,-6.5 + pos: 50.5,-12.5 parent: 2 - - uid: 33079 + - uid: 26057 components: - type: Transform - pos: -20.5,-7.5 + pos: 48.5,-18.5 parent: 2 - - uid: 33080 + - uid: 26058 components: - type: Transform - pos: -20.5,-8.5 + pos: 48.5,-19.5 parent: 2 - - uid: 33081 + - uid: 26059 components: - type: Transform - pos: -20.5,-9.5 + pos: 47.5,-21.5 parent: 2 - - uid: 33082 + - uid: 26060 components: - type: Transform - pos: -20.5,-10.5 + pos: 46.5,-23.5 parent: 2 - - uid: 33083 + - uid: 26061 components: - type: Transform - pos: -20.5,-11.5 + pos: 45.5,-26.5 parent: 2 - - uid: 33084 + - uid: 26062 components: - type: Transform - pos: -20.5,-12.5 + pos: 45.5,-25.5 parent: 2 - - uid: 33104 + - uid: 26063 components: - type: Transform - pos: -45.5,-3.5 + pos: 44.5,-28.5 parent: 2 - - uid: 33105 + - uid: 26064 components: - type: Transform - pos: -46.5,-3.5 + pos: 44.5,-29.5 parent: 2 - - uid: 33106 + - uid: 26065 components: - type: Transform - pos: -47.5,-3.5 + rot: 3.141592653589793 rad + pos: 40.5,-32.5 parent: 2 - - uid: 33107 + - uid: 26067 components: - type: Transform - pos: -48.5,-3.5 + rot: 1.5707963267948966 rad + pos: 41.5,-31.5 parent: 2 - - uid: 33108 + - uid: 26068 components: - type: Transform - pos: -49.5,-3.5 + rot: 1.5707963267948966 rad + pos: 42.5,-31.5 parent: 2 - - uid: 33118 + - uid: 26069 components: - type: Transform - pos: -13.5,40.5 + rot: 1.5707963267948966 rad + pos: 37.5,-34.5 parent: 2 - - uid: 33145 + - uid: 26070 components: - type: Transform - pos: -12.5,40.5 + rot: 1.5707963267948966 rad + pos: 38.5,-34.5 parent: 2 - - uid: 33146 + - uid: 26071 components: - type: Transform - pos: -12.5,39.5 + rot: 1.5707963267948966 rad + pos: 35.5,-36.5 parent: 2 - - uid: 33174 + - uid: 26072 components: - type: Transform - pos: -12.5,37.5 + rot: 1.5707963267948966 rad + pos: 34.5,-36.5 parent: 2 - - uid: 33184 + - uid: 26073 components: - type: Transform - pos: -12.5,38.5 + rot: 1.5707963267948966 rad + pos: 33.5,-36.5 parent: 2 - - uid: 33189 + - uid: 26074 components: - type: Transform - pos: -12.5,36.5 + rot: 1.5707963267948966 rad + pos: 32.5,-36.5 parent: 2 - - uid: 33190 + - uid: 26075 components: - type: Transform - pos: -13.5,36.5 + rot: 1.5707963267948966 rad + pos: 31.5,-36.5 parent: 2 - - uid: 33194 + - uid: 26076 components: - type: Transform - pos: -14.5,36.5 + rot: 1.5707963267948966 rad + pos: 30.5,-36.5 parent: 2 - - uid: 33205 + - uid: 26077 components: - type: Transform - pos: -14.5,38.5 + rot: 1.5707963267948966 rad + pos: 29.5,-36.5 parent: 2 - - uid: 33206 + - uid: 26093 components: - type: Transform - pos: -13.5,38.5 + pos: 28.5,-38.5 parent: 2 - - uid: 33253 + - uid: 26094 components: - type: Transform - pos: -16.5,26.5 + pos: 28.5,-39.5 parent: 2 - - uid: 33254 + - uid: 26095 components: - type: Transform - pos: -16.5,25.5 + pos: 28.5,-40.5 parent: 2 - - uid: 33255 + - uid: 26096 components: - type: Transform - pos: -16.5,24.5 + pos: 28.5,-41.5 parent: 2 - - uid: 33256 + - uid: 26097 components: - type: Transform - pos: -16.5,23.5 + pos: 28.5,-42.5 parent: 2 - - uid: 33257 + - uid: 26098 components: - type: Transform - pos: -16.5,22.5 + rot: -1.5707963267948966 rad + pos: 25.5,-45.5 parent: 2 - - uid: 33258 + - uid: 26099 components: - type: Transform - pos: -19.5,20.5 + rot: -1.5707963267948966 rad + pos: 24.5,-45.5 parent: 2 - - uid: 33259 + - uid: 26100 components: - type: Transform - pos: -18.5,20.5 + rot: -1.5707963267948966 rad + pos: 22.5,-46.5 parent: 2 - - uid: 33260 + - uid: 26101 components: - type: Transform - pos: -17.5,20.5 + rot: -1.5707963267948966 rad + pos: 20.5,-46.5 parent: 2 - - uid: 33261 + - uid: 26102 components: - type: Transform - pos: -16.5,20.5 + rot: -1.5707963267948966 rad + pos: 21.5,-46.5 parent: 2 - - uid: 33262 + - uid: 26103 components: - type: Transform - pos: -18.5,22.5 + rot: 3.141592653589793 rad + pos: 19.5,-47.5 parent: 2 - - uid: 33263 + - uid: 26105 components: - type: Transform - pos: -18.5,23.5 + rot: 1.5707963267948966 rad + pos: 16.5,-49.5 parent: 2 - - uid: 33264 + - uid: 26106 components: - type: Transform - pos: -18.5,24.5 + rot: 1.5707963267948966 rad + pos: 15.5,-49.5 parent: 2 - - uid: 33265 + - uid: 26107 components: - type: Transform - pos: -19.5,24.5 + rot: 1.5707963267948966 rad + pos: 14.5,-49.5 parent: 2 - - uid: 33710 + - uid: 26108 components: - type: Transform - pos: -19.5,-4.5 + rot: 1.5707963267948966 rad + pos: 13.5,-49.5 parent: 2 - - uid: 33711 + - uid: 26109 components: - type: Transform - pos: -18.5,-4.5 + rot: 1.5707963267948966 rad + pos: 12.5,-49.5 parent: 2 - - uid: 33712 + - uid: 26110 components: - type: Transform - pos: -18.5,-5.5 + rot: 1.5707963267948966 rad + pos: 11.5,-49.5 parent: 2 - - uid: 33713 + - uid: 26111 components: - type: Transform - pos: -17.5,-5.5 + rot: 1.5707963267948966 rad + pos: 10.5,-49.5 parent: 2 - - uid: 33714 + - uid: 26112 components: - type: Transform - pos: -16.5,-5.5 + rot: 1.5707963267948966 rad + pos: 8.5,-50.5 parent: 2 - - uid: 33715 + - uid: 26114 components: - type: Transform - pos: -15.5,-5.5 + rot: 1.5707963267948966 rad + pos: 6.5,-50.5 parent: 2 - - uid: 33716 + - uid: 26115 components: - type: Transform - pos: -15.5,-4.5 + rot: 1.5707963267948966 rad + pos: 5.5,-50.5 parent: 2 - - uid: 33717 + - uid: 26116 components: - type: Transform - pos: -14.5,-4.5 + rot: 1.5707963267948966 rad + pos: 4.5,-50.5 parent: 2 - - uid: 33718 + - uid: 26117 components: - type: Transform - pos: -13.5,-4.5 + rot: 1.5707963267948966 rad + pos: 3.5,-50.5 parent: 2 - - uid: 33719 + - uid: 26118 components: - type: Transform - pos: -12.5,-4.5 + rot: 1.5707963267948966 rad + pos: 2.5,-50.5 parent: 2 - - uid: 33720 + - uid: 26119 components: - type: Transform - pos: -12.5,-5.5 + rot: 1.5707963267948966 rad + pos: 1.5,-50.5 parent: 2 - - uid: 33721 + - uid: 26120 components: - type: Transform - pos: -11.5,-5.5 + rot: 1.5707963267948966 rad + pos: 0.5,-50.5 parent: 2 - - uid: 33722 + - uid: 26123 components: - type: Transform - pos: -10.5,-5.5 + rot: 1.5707963267948966 rad + pos: -2.5,-50.5 parent: 2 - - uid: 33723 + - uid: 26124 components: - type: Transform - pos: -9.5,-5.5 + rot: 1.5707963267948966 rad + pos: -3.5,-50.5 parent: 2 - - uid: 33724 + - uid: 26125 components: - type: Transform - pos: -9.5,-4.5 + rot: 1.5707963267948966 rad + pos: -4.5,-50.5 parent: 2 - - uid: 33725 + - uid: 26126 components: - type: Transform - pos: -8.5,-4.5 + rot: 1.5707963267948966 rad + pos: -5.5,-50.5 parent: 2 - - uid: 33726 + - uid: 26128 components: - type: Transform - pos: -8.5,-5.5 + rot: 1.5707963267948966 rad + pos: -7.5,-50.5 parent: 2 - - uid: 33727 + - uid: 26129 components: - type: Transform - pos: -7.5,-4.5 + rot: 1.5707963267948966 rad + pos: -8.5,-50.5 parent: 2 - - uid: 33728 + - uid: 26130 components: - type: Transform - pos: -6.5,-4.5 + rot: 1.5707963267948966 rad + pos: -9.5,-50.5 parent: 2 - - uid: 33729 + - uid: 26131 components: - type: Transform - pos: -6.5,-5.5 + rot: 1.5707963267948966 rad + pos: -10.5,-50.5 parent: 2 - - uid: 33730 + - uid: 26132 components: - type: Transform - pos: -5.5,-5.5 + rot: 1.5707963267948966 rad + pos: -11.5,-50.5 parent: 2 - - uid: 33731 + - uid: 26133 components: - type: Transform - pos: -4.5,-5.5 + rot: 1.5707963267948966 rad + pos: -12.5,-50.5 parent: 2 - - uid: 33732 + - uid: 26134 components: - type: Transform - pos: -4.5,-4.5 + rot: 1.5707963267948966 rad + pos: -13.5,-50.5 parent: 2 - - uid: 33733 + - uid: 26135 components: - type: Transform - pos: -4.5,-3.5 + rot: 1.5707963267948966 rad + pos: -14.5,-50.5 parent: 2 - - uid: 33734 + - uid: 26148 components: - type: Transform - pos: -4.5,-2.5 + rot: 3.141592653589793 rad + pos: -15.5,-49.5 parent: 2 - - uid: 33735 + - uid: 26149 components: - type: Transform - pos: -4.5,-1.5 + rot: 1.5707963267948966 rad + pos: -16.5,-48.5 parent: 2 - - uid: 33831 + - uid: 26151 components: - type: Transform - pos: 25.5,-5.5 + rot: 1.5707963267948966 rad + pos: -18.5,-48.5 parent: 2 - - uid: 33833 + - uid: 26152 components: - type: Transform - pos: 26.5,-5.5 + rot: 1.5707963267948966 rad + pos: -19.5,-48.5 parent: 2 - - uid: 33834 + - uid: 26153 components: - type: Transform - pos: 25.5,-6.5 + pos: -20.5,-47.5 parent: 2 - - uid: 33835 + - uid: 26154 components: - type: Transform - pos: 25.5,-7.5 + rot: -1.5707963267948966 rad + pos: -21.5,-46.5 parent: 2 - - uid: 33836 + - uid: 26155 components: - type: Transform - pos: 25.5,-8.5 + rot: 3.141592653589793 rad + pos: -22.5,-45.5 parent: 2 - - uid: 33837 + - uid: 26156 components: - type: Transform - pos: 25.5,-9.5 + rot: 1.5707963267948966 rad + pos: -23.5,-44.5 parent: 2 - - uid: 34045 + - uid: 26157 components: - type: Transform - pos: -88.5,63.5 + rot: 1.5707963267948966 rad + pos: -24.5,-44.5 parent: 2 - - uid: 34060 + - uid: 26158 components: - type: Transform - pos: -87.5,69.5 + rot: 1.5707963267948966 rad + pos: -25.5,-44.5 parent: 2 - - uid: 34121 + - uid: 26159 components: - type: Transform - pos: -87.5,68.5 + pos: -27.5,-42.5 parent: 2 - - uid: 34123 + - uid: 26160 components: - type: Transform - pos: -86.5,69.5 + rot: -1.5707963267948966 rad + pos: -29.5,-40.5 parent: 2 - - uid: 34403 + - uid: 26161 components: - type: Transform - pos: -63.5,-20.5 + rot: -1.5707963267948966 rad + pos: -30.5,-40.5 parent: 2 - - uid: 34404 + - uid: 26162 components: - type: Transform - pos: -63.5,-21.5 + rot: -1.5707963267948966 rad + pos: -31.5,-40.5 parent: 2 - - uid: 34405 + - uid: 26164 components: - type: Transform - pos: -62.5,-21.5 + rot: -1.5707963267948966 rad + pos: -33.5,-40.5 parent: 2 - - uid: 34735 + - uid: 26165 components: - type: Transform - pos: -5.5,9.5 + rot: -1.5707963267948966 rad + pos: -34.5,-40.5 parent: 2 - - uid: 34736 + - uid: 26166 components: - type: Transform - pos: -4.5,9.5 + rot: -1.5707963267948966 rad + pos: -35.5,-40.5 parent: 2 - - uid: 34737 + - uid: 26167 components: - type: Transform - pos: -4.5,10.5 + rot: -1.5707963267948966 rad + pos: -36.5,-40.5 parent: 2 - - uid: 34738 + - uid: 26168 components: - type: Transform - pos: -3.5,10.5 + rot: -1.5707963267948966 rad + pos: -37.5,-40.5 parent: 2 - - uid: 34739 + - uid: 26172 components: - type: Transform - pos: -3.5,11.5 + rot: 1.5707963267948966 rad + pos: -64.5,-17.5 parent: 2 - - uid: 34741 + - uid: 26173 components: - type: Transform - pos: -5.5,3.5 + rot: 1.5707963267948966 rad + pos: -62.5,-16.5 parent: 2 - - uid: 34742 + - uid: 26206 components: - type: Transform - pos: -4.5,3.5 + pos: -55.5,9.5 parent: 2 - - uid: 34743 + - uid: 26208 components: - type: Transform - pos: -4.5,2.5 + rot: -1.5707963267948966 rad + pos: -54.5,11.5 parent: 2 - - uid: 34744 + - uid: 26209 components: - type: Transform - pos: -3.5,2.5 + rot: -1.5707963267948966 rad + pos: -53.5,11.5 parent: 2 - - uid: 34745 + - uid: 26210 components: - type: Transform - pos: -3.5,1.5 + rot: -1.5707963267948966 rad + pos: -52.5,11.5 parent: 2 - - uid: 34747 + - uid: 26215 components: - type: Transform - pos: 5.5,2.5 + rot: -1.5707963267948966 rad + pos: -44.5,39.5 parent: 2 - - uid: 34748 + - uid: 26216 components: - type: Transform - pos: 4.5,2.5 + rot: -1.5707963267948966 rad + pos: -45.5,39.5 parent: 2 - - uid: 34749 + - uid: 26217 components: - type: Transform - pos: 4.5,1.5 + rot: -1.5707963267948966 rad + pos: -46.5,39.5 parent: 2 - - uid: 34752 + - uid: 26218 components: - type: Transform - pos: 6.5,3.5 + rot: -1.5707963267948966 rad + pos: -47.5,39.5 parent: 2 - - uid: 34753 + - uid: 26219 components: - type: Transform - pos: 6.5,9.5 + rot: -1.5707963267948966 rad + pos: -48.5,39.5 parent: 2 - - uid: 34754 + - uid: 26220 components: - type: Transform - pos: 5.5,9.5 + rot: -1.5707963267948966 rad + pos: -49.5,39.5 parent: 2 - - uid: 34755 + - uid: 26221 components: - type: Transform - pos: 5.5,10.5 + rot: -1.5707963267948966 rad + pos: -50.5,39.5 parent: 2 - - uid: 34756 + - uid: 26222 components: - type: Transform - pos: 4.5,10.5 + rot: 3.141592653589793 rad + pos: -51.5,37.5 parent: 2 - - uid: 34757 + - uid: 26223 components: - type: Transform - pos: 4.5,11.5 + rot: 3.141592653589793 rad + pos: -51.5,36.5 parent: 2 - - uid: 34761 + - uid: 26224 components: - type: Transform - pos: -6.5,3.5 + rot: 1.5707963267948966 rad + pos: -52.5,35.5 parent: 2 - - uid: 34767 + - uid: 26225 components: - type: Transform - pos: -6.5,4.5 + rot: 1.5707963267948966 rad + pos: -53.5,35.5 parent: 2 - - uid: 34768 + - uid: 26226 components: - type: Transform - pos: -6.5,5.5 + rot: 1.5707963267948966 rad + pos: -54.5,35.5 parent: 2 - - uid: 34769 + - uid: 26227 components: - type: Transform - pos: -6.5,6.5 + rot: 1.5707963267948966 rad + pos: -55.5,35.5 parent: 2 - - uid: 34770 + - uid: 26228 components: - type: Transform - pos: -6.5,7.5 + rot: 1.5707963267948966 rad + pos: -56.5,35.5 parent: 2 - - uid: 34771 + - uid: 26229 components: - type: Transform - pos: -6.5,8.5 + pos: -57.5,34.5 parent: 2 - - uid: 34772 + - uid: 26230 components: - type: Transform - pos: -6.5,9.5 + pos: -57.5,33.5 parent: 2 - - uid: 34773 + - uid: 26231 components: - type: Transform - pos: -6.5,10.5 + pos: -57.5,32.5 parent: 2 - - uid: 34774 + - uid: 26232 components: - type: Transform - pos: -6.5,11.5 + pos: -57.5,31.5 parent: 2 - - uid: 34776 + - uid: 26233 components: - type: Transform - pos: 7.5,3.5 + pos: -57.5,30.5 parent: 2 - - uid: 34777 + - uid: 26234 components: - type: Transform - pos: 7.5,4.5 + pos: -57.5,29.5 parent: 2 - - uid: 34778 + - uid: 26235 components: - type: Transform - pos: 7.5,5.5 + pos: -57.5,28.5 parent: 2 - - uid: 34779 + - uid: 26236 components: - type: Transform - pos: 7.5,6.5 + pos: -57.5,27.5 parent: 2 - - uid: 34780 + - uid: 26237 components: - type: Transform - pos: 7.5,7.5 + pos: -57.5,26.5 parent: 2 - - uid: 34781 + - uid: 26238 components: - type: Transform - pos: 7.5,8.5 + pos: -57.5,25.5 parent: 2 - - uid: 34782 + - uid: 26239 components: - type: Transform - pos: 7.5,9.5 + pos: -57.5,24.5 parent: 2 - - uid: 34783 + - uid: 26240 components: - type: Transform - pos: 7.5,10.5 + pos: -57.5,23.5 parent: 2 - - uid: 34784 + - uid: 26241 components: - type: Transform - pos: 7.5,11.5 + pos: -57.5,22.5 parent: 2 - - uid: 34785 + - uid: 26242 components: - type: Transform - pos: 6.5,11.5 + pos: -57.5,21.5 parent: 2 - - uid: 34786 + - uid: 26243 components: - type: Transform - pos: 6.5,12.5 + pos: -57.5,20.5 parent: 2 - - uid: 34787 + - uid: 26244 components: - type: Transform - pos: -5.5,11.5 + pos: -57.5,19.5 parent: 2 - - uid: 34788 + - uid: 26245 components: - type: Transform - pos: -5.5,12.5 + rot: -1.5707963267948966 rad + pos: -58.5,18.5 parent: 2 - - uid: 34789 + - uid: 26246 components: - type: Transform - pos: -4.5,12.5 + rot: 3.141592653589793 rad + pos: -59.5,17.5 parent: 2 - - uid: 34790 + - uid: 26247 components: - type: Transform - pos: -4.5,13.5 + rot: 3.141592653589793 rad + pos: -59.5,16.5 parent: 2 - - uid: 34791 + - uid: 26248 components: - type: Transform - pos: -4.5,15.5 + rot: 3.141592653589793 rad + pos: -59.5,15.5 parent: 2 - - uid: 34792 + - uid: 26249 components: - type: Transform - pos: -4.5,14.5 + rot: 3.141592653589793 rad + pos: -59.5,14.5 parent: 2 - - uid: 34793 + - uid: 26250 components: - type: Transform - pos: 5.5,12.5 + rot: 3.141592653589793 rad + pos: -59.5,13.5 parent: 2 - - uid: 34794 + - uid: 26251 components: - type: Transform - pos: 5.5,13.5 + rot: 3.141592653589793 rad + pos: -59.5,12.5 parent: 2 - - uid: 34795 + - uid: 26252 components: - type: Transform - pos: 5.5,14.5 + rot: 1.5707963267948966 rad + pos: -58.5,10.5 parent: 2 - - uid: 34796 + - uid: 26253 components: - type: Transform - pos: 5.5,15.5 + rot: 1.5707963267948966 rad + pos: -57.5,10.5 parent: 2 - - uid: 34797 + - uid: 26254 components: - type: Transform - pos: 4.5,15.5 + rot: 1.5707963267948966 rad + pos: -56.5,10.5 parent: 2 - - uid: 34798 + - uid: 26255 components: - type: Transform - pos: 3.5,15.5 + pos: -59.5,11.5 parent: 2 - - uid: 34799 + - uid: 26262 components: - type: Transform - pos: 2.5,15.5 + rot: 1.5707963267948966 rad + pos: -39.5,-39.5 parent: 2 - - uid: 34800 + - uid: 26263 components: - type: Transform - pos: 1.5,15.5 + rot: 1.5707963267948966 rad + pos: -40.5,-39.5 parent: 2 - - uid: 34801 + - uid: 26264 components: - type: Transform - pos: 0.5,15.5 + rot: 1.5707963267948966 rad + pos: -41.5,-39.5 parent: 2 - - uid: 34802 + - uid: 26265 components: - type: Transform - pos: -0.5,15.5 + rot: 1.5707963267948966 rad + pos: -42.5,-39.5 parent: 2 - - uid: 34803 + - uid: 26266 components: - type: Transform - pos: -1.5,15.5 + rot: 1.5707963267948966 rad + pos: -43.5,-39.5 parent: 2 - - uid: 34804 + - uid: 26267 components: - type: Transform - pos: -2.5,15.5 + pos: -44.5,-38.5 parent: 2 - - uid: 34805 + - uid: 26268 components: - type: Transform - pos: -3.5,15.5 + pos: -44.5,-37.5 parent: 2 - - uid: 34806 + - uid: 26269 components: - type: Transform - pos: 0.5,16.5 + rot: -1.5707963267948966 rad + pos: -45.5,-39.5 parent: 2 - - uid: 34807 + - uid: 26270 components: - type: Transform - pos: 0.5,17.5 + rot: -1.5707963267948966 rad + pos: -46.5,-39.5 parent: 2 - - uid: 34998 + - uid: 26271 components: - type: Transform - pos: 6.5,4.5 + rot: -1.5707963267948966 rad + pos: -47.5,-39.5 parent: 2 - - uid: 35831 + - uid: 26272 components: - type: Transform - pos: -85.5,64.5 + rot: -1.5707963267948966 rad + pos: -48.5,-39.5 parent: 2 - - uid: 35832 + - uid: 26273 components: - type: Transform - pos: -86.5,64.5 + rot: -1.5707963267948966 rad + pos: -49.5,-39.5 parent: 2 - - uid: 35833 + - uid: 26274 components: - type: Transform - pos: -87.5,64.5 + rot: -1.5707963267948966 rad + pos: -50.5,-39.5 parent: 2 - - uid: 35834 + - uid: 26275 components: - type: Transform - pos: -88.5,64.5 + rot: -1.5707963267948966 rad + pos: -51.5,-39.5 parent: 2 - - uid: 35835 + - uid: 26276 components: - type: Transform - pos: -88.5,65.5 + rot: 3.141592653589793 rad + pos: -52.5,-38.5 parent: 2 - - uid: 35836 + - uid: 26277 components: - type: Transform - pos: -88.5,66.5 + rot: 3.141592653589793 rad + pos: -52.5,-37.5 parent: 2 - - uid: 35837 + - uid: 26278 components: - type: Transform - pos: -88.5,67.5 + rot: 3.141592653589793 rad + pos: -52.5,-36.5 parent: 2 - - uid: 35842 + - uid: 26279 components: - type: Transform - pos: -88.5,68.5 + rot: 3.141592653589793 rad + pos: -52.5,-35.5 parent: 2 - - uid: 35843 + - uid: 26280 components: - type: Transform - pos: -89.5,68.5 + rot: 1.5707963267948966 rad + pos: -53.5,-34.5 parent: 2 - - uid: 35844 + - uid: 26281 components: - type: Transform - pos: -89.5,69.5 + rot: 1.5707963267948966 rad + pos: -54.5,-34.5 parent: 2 - - uid: 36054 + - uid: 26282 components: - type: Transform - pos: -5.5,8.5 + pos: -55.5,-33.5 parent: 2 - - uid: 36654 + - uid: 26283 components: - type: Transform - pos: 4.5,-8.5 - parent: 36450 - - uid: 36658 + pos: -55.5,-32.5 + parent: 2 + - uid: 26284 components: - type: Transform - pos: 5.5,-8.5 - parent: 36450 - - uid: 36659 + pos: -55.5,-31.5 + parent: 2 + - uid: 26291 components: - type: Transform - pos: 6.5,-8.5 - parent: 36450 - - uid: 36787 + rot: 3.141592653589793 rad + pos: -32.5,-39.5 + parent: 2 + - uid: 26292 components: - type: Transform - pos: 64.5,-37.5 + rot: 3.141592653589793 rad + pos: -32.5,-38.5 parent: 2 - - uid: 36788 + - uid: 26293 components: - type: Transform - pos: 65.5,-37.5 + rot: 3.141592653589793 rad + pos: -32.5,-37.5 parent: 2 - - uid: 36789 + - uid: 26294 components: - type: Transform - pos: 65.5,-38.5 + rot: 3.141592653589793 rad + pos: -32.5,-36.5 parent: 2 - - uid: 36790 + - uid: 26295 components: - type: Transform - pos: 65.5,-39.5 + rot: 3.141592653589793 rad + pos: -32.5,-35.5 parent: 2 - - uid: 36791 + - uid: 26296 components: - type: Transform - pos: 65.5,-40.5 + rot: 3.141592653589793 rad + pos: -32.5,-34.5 parent: 2 - - uid: 36792 + - uid: 26297 components: - type: Transform - pos: 65.5,-41.5 + rot: 3.141592653589793 rad + pos: -32.5,-33.5 parent: 2 - - uid: 36892 + - uid: 26298 components: - type: Transform - pos: -85.5,69.5 + rot: 3.141592653589793 rad + pos: -32.5,-32.5 parent: 2 - - uid: 36893 + - uid: 26299 components: - type: Transform - pos: -87.5,63.5 + rot: 3.141592653589793 rad + pos: -32.5,-31.5 parent: 2 - - uid: 36894 + - uid: 26300 components: - type: Transform - pos: -86.5,63.5 + rot: 3.141592653589793 rad + pos: -29.5,-29.5 parent: 2 - - uid: 36895 + - uid: 26301 components: - type: Transform - pos: -85.5,63.5 + rot: 1.5707963267948966 rad + pos: -31.5,-30.5 parent: 2 - - uid: 36904 + - uid: 26302 components: - type: Transform - pos: -87.5,65.5 + rot: 1.5707963267948966 rad + pos: -30.5,-30.5 parent: 2 - - uid: 36905 + - uid: 26303 components: - type: Transform - pos: -86.5,65.5 + rot: 1.5707963267948966 rad + pos: -28.5,-30.5 parent: 2 - - uid: 36906 + - uid: 26304 components: - type: Transform - pos: -85.5,65.5 + rot: 1.5707963267948966 rad + pos: -27.5,-30.5 parent: 2 - - uid: 42768 + - uid: 26305 components: - type: Transform - pos: 65.5,-22.5 + rot: 1.5707963267948966 rad + pos: -26.5,-30.5 parent: 2 - - uid: 42769 + - uid: 26306 components: - type: Transform - pos: 65.5,-21.5 + rot: 1.5707963267948966 rad + pos: -25.5,-30.5 parent: 2 - - uid: 42770 + - uid: 26307 components: - type: Transform - pos: 66.5,-21.5 + rot: 1.5707963267948966 rad + pos: -24.5,-30.5 parent: 2 - - uid: 42771 + - uid: 26308 components: - type: Transform - pos: 66.5,-20.5 + pos: -23.5,-28.5 parent: 2 - - uid: 42772 + - uid: 26309 components: - type: Transform - pos: 66.5,-19.5 + pos: -23.5,-27.5 parent: 2 - - uid: 42773 + - uid: 26311 components: - type: Transform - pos: -54.5,11.5 + rot: -1.5707963267948966 rad + pos: -22.5,-25.5 parent: 2 - - uid: 42774 + - uid: 26312 components: - type: Transform - pos: -53.5,11.5 + rot: -1.5707963267948966 rad + pos: -21.5,-25.5 parent: 2 - - uid: 42775 + - uid: 26313 components: - type: Transform - pos: -52.5,11.5 + rot: -1.5707963267948966 rad + pos: -20.5,-25.5 parent: 2 - - uid: 42776 + - uid: 26314 components: - type: Transform - pos: -51.5,11.5 + rot: 3.141592653589793 rad + pos: -19.5,-24.5 parent: 2 - - uid: 42924 + - uid: 26315 components: - type: Transform - pos: -3.5,12.5 + rot: 3.141592653589793 rad + pos: -19.5,-23.5 parent: 2 - - uid: 42926 + - uid: 26316 components: - type: Transform - pos: -1.5,12.5 + rot: 3.141592653589793 rad + pos: -19.5,-22.5 parent: 2 - - uid: 42927 + - uid: 26317 components: - type: Transform - pos: -0.5,12.5 + rot: 3.141592653589793 rad + pos: -19.5,-21.5 parent: 2 - - uid: 42928 + - uid: 26318 components: - type: Transform - pos: 0.5,12.5 + rot: 3.141592653589793 rad + pos: -19.5,-20.5 parent: 2 - - uid: 42929 + - uid: 26319 components: - type: Transform - pos: 1.5,12.5 + rot: 3.141592653589793 rad + pos: -19.5,-19.5 parent: 2 - - uid: 42930 + - uid: 26320 components: - type: Transform - pos: 2.5,12.5 + rot: 3.141592653589793 rad + pos: -19.5,-18.5 parent: 2 - - uid: 42931 + - uid: 26321 components: - type: Transform - pos: 3.5,12.5 + rot: 3.141592653589793 rad + pos: -19.5,-17.5 parent: 2 - - uid: 42932 + - uid: 26322 components: - type: Transform - pos: 4.5,12.5 + rot: 1.5707963267948966 rad + pos: -20.5,-16.5 parent: 2 -- proto: CableHVStack - entities: - - uid: 11101 + - uid: 26323 components: - type: Transform - pos: 10.214518,-46.25331 + rot: 1.5707963267948966 rad + pos: -21.5,-16.5 parent: 2 - - uid: 13425 + - uid: 26324 components: - type: Transform - pos: -58.513588,15.565063 + rot: 1.5707963267948966 rad + pos: -22.5,-16.5 parent: 2 - - uid: 18628 + - uid: 26325 components: - type: Transform rot: 1.5707963267948966 rad - pos: 21.323908,36.53337 + pos: -23.5,-16.5 parent: 2 - - uid: 19025 + - uid: 26326 components: - type: Transform rot: 1.5707963267948966 rad - pos: 12.504099,-67.35909 + pos: -24.5,-16.5 parent: 2 - - uid: 19174 + - uid: 26327 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.52356,-33.791714 + rot: 1.5707963267948966 rad + pos: -25.5,-16.5 parent: 2 - - uid: 19536 + - uid: 26328 components: - type: Transform - pos: -34.36194,16.682999 + rot: 1.5707963267948966 rad + pos: -26.5,-16.5 parent: 2 - - uid: 31498 + - uid: 26329 components: - type: Transform - pos: -15.135181,32.229298 + rot: 1.5707963267948966 rad + pos: -27.5,-16.5 parent: 2 -- proto: CableHVStack1 - entities: - - uid: 24156 + - uid: 26330 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -62.510033,77.37032 + rot: 1.5707963267948966 rad + pos: -28.5,-16.5 parent: 2 - - uid: 34552 + - uid: 26331 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.8455505,4.200348 - parent: 30892 - - uid: 34553 + pos: -29.5,-17.5 + parent: 2 + - uid: 26335 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.7205505,3.747223 - parent: 30892 -- proto: CableHVStack10 - entities: - - uid: 949 + rot: 1.5707963267948966 rad + pos: -24.5,-26.5 + parent: 2 + - uid: 26336 components: - type: Transform - pos: -48.342102,8.55126 + rot: 1.5707963267948966 rad + pos: -25.5,-26.5 parent: 2 - - uid: 14026 + - uid: 26337 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.7182617,-0.7181854 - parent: 13793 - - uid: 14264 + rot: 1.5707963267948966 rad + pos: -26.5,-26.5 + parent: 2 + - uid: 26338 components: - type: Transform - pos: -24.701635,73.49714 + rot: 1.5707963267948966 rad + pos: -27.5,-26.5 parent: 2 - - uid: 14272 + - uid: 26339 components: - type: Transform - pos: -71.786125,-21.27849 + rot: 1.5707963267948966 rad + pos: -28.5,-26.5 parent: 2 - - uid: 14273 + - uid: 26340 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -70.130424,-26.46599 + rot: 1.5707963267948966 rad + pos: -29.5,-26.5 parent: 2 - - uid: 14274 + - uid: 26341 components: - type: Transform - pos: -72.85852,-18.550858 + rot: 1.5707963267948966 rad + pos: -30.5,-26.5 parent: 2 - - uid: 34547 + - uid: 26342 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.958832,4.450348 - parent: 30892 -- proto: CableMV - entities: - - uid: 34 + rot: 1.5707963267948966 rad + pos: -31.5,-26.5 + parent: 2 + - uid: 26344 components: - type: Transform - pos: 27.5,-9.5 + rot: 1.5707963267948966 rad + pos: -33.5,-25.5 parent: 2 - - uid: 3625 + - uid: 26345 components: - type: Transform - pos: 54.5,36.5 + rot: 1.5707963267948966 rad + pos: -34.5,-25.5 parent: 2 - - uid: 4862 + - uid: 26364 components: - type: Transform - pos: 50.5,-0.5 + rot: 1.5707963267948966 rad + pos: -50.5,-0.5 parent: 2 - - uid: 11009 + - uid: 26365 components: - type: Transform - pos: 27.5,-8.5 + rot: 1.5707963267948966 rad + pos: -48.5,-0.5 parent: 2 - - uid: 14495 + - uid: 26366 components: - type: Transform - pos: 50.5,-1.5 + rot: 1.5707963267948966 rad + pos: -49.5,-0.5 parent: 2 - - uid: 15573 + - uid: 26367 components: - type: Transform - pos: 15.5,3.5 - parent: 14592 - - uid: 15574 + rot: 1.5707963267948966 rad + pos: -46.5,-0.5 + parent: 2 + - uid: 26368 components: - type: Transform - pos: 14.5,3.5 - parent: 14592 - - uid: 15575 + rot: 1.5707963267948966 rad + pos: -45.5,-0.5 + parent: 2 + - uid: 26369 components: - type: Transform - pos: 13.5,3.5 - parent: 14592 - - uid: 15576 + rot: 1.5707963267948966 rad + pos: -44.5,-0.5 + parent: 2 + - uid: 26370 components: - type: Transform - pos: 12.5,3.5 - parent: 14592 - - uid: 15577 + rot: 1.5707963267948966 rad + pos: -43.5,-0.5 + parent: 2 + - uid: 26371 components: - type: Transform - pos: 11.5,3.5 - parent: 14592 - - uid: 15578 + rot: 1.5707963267948966 rad + pos: -42.5,-0.5 + parent: 2 + - uid: 26372 components: - type: Transform - pos: 11.5,4.5 - parent: 14592 - - uid: 15579 + rot: 1.5707963267948966 rad + pos: -41.5,-0.5 + parent: 2 + - uid: 26373 components: - type: Transform - pos: 11.5,4.5 - parent: 14592 - - uid: 15580 + rot: 1.5707963267948966 rad + pos: -40.5,-0.5 + parent: 2 + - uid: 26374 components: - type: Transform - pos: 10.5,4.5 - parent: 14592 - - uid: 15581 + rot: 1.5707963267948966 rad + pos: -39.5,-0.5 + parent: 2 + - uid: 26375 components: - type: Transform - pos: 9.5,4.5 - parent: 14592 - - uid: 15582 + rot: 1.5707963267948966 rad + pos: -38.5,-0.5 + parent: 2 + - uid: 26376 components: - type: Transform - pos: 8.5,4.5 - parent: 14592 - - uid: 15583 + pos: -37.5,0.5 + parent: 2 + - uid: 26377 components: - type: Transform - pos: 8.5,4.5 - parent: 14592 - - uid: 15584 + rot: -1.5707963267948966 rad + pos: -36.5,1.5 + parent: 2 + - uid: 26378 components: - type: Transform - pos: 8.5,3.5 - parent: 14592 - - uid: 15585 + rot: -1.5707963267948966 rad + pos: -35.5,1.5 + parent: 2 + - uid: 26379 components: - type: Transform - pos: 8.5,2.5 - parent: 14592 - - uid: 15586 + rot: -1.5707963267948966 rad + pos: -34.5,1.5 + parent: 2 + - uid: 26380 components: - type: Transform - pos: 8.5,1.5 - parent: 14592 - - uid: 15587 + rot: -1.5707963267948966 rad + pos: -33.5,1.5 + parent: 2 + - uid: 26381 components: - type: Transform - pos: 8.5,0.5 - parent: 14592 - - uid: 15588 + rot: -1.5707963267948966 rad + pos: -32.5,1.5 + parent: 2 + - uid: 26382 components: - type: Transform - pos: 8.5,0.5 - parent: 14592 - - uid: 15589 + rot: 3.141592653589793 rad + pos: -31.5,2.5 + parent: 2 + - uid: 26383 components: - type: Transform - pos: 9.5,0.5 - parent: 14592 - - uid: 15590 + rot: 3.141592653589793 rad + pos: -31.5,3.5 + parent: 2 + - uid: 26384 components: - type: Transform - pos: 10.5,0.5 - parent: 14592 - - uid: 15591 + rot: -1.5707963267948966 rad + pos: -35.5,30.5 + parent: 2 + - uid: 26385 components: - type: Transform - pos: 11.5,0.5 - parent: 14592 - - uid: 15592 + rot: -1.5707963267948966 rad + pos: -34.5,30.5 + parent: 2 + - uid: 26386 components: - type: Transform - pos: 8.5,0.5 - parent: 14592 - - uid: 15593 + rot: -1.5707963267948966 rad + pos: -33.5,30.5 + parent: 2 + - uid: 26387 components: - type: Transform - pos: 8.5,-0.5 - parent: 14592 - - uid: 15594 + rot: -1.5707963267948966 rad + pos: -32.5,30.5 + parent: 2 + - uid: 26388 components: - type: Transform - pos: 8.5,-1.5 - parent: 14592 - - uid: 15595 + rot: -1.5707963267948966 rad + pos: -31.5,30.5 + parent: 2 + - uid: 26389 components: - type: Transform - pos: 8.5,-2.5 - parent: 14592 - - uid: 15596 + rot: -1.5707963267948966 rad + pos: -30.5,30.5 + parent: 2 + - uid: 26390 components: - type: Transform - pos: 8.5,-3.5 - parent: 14592 - - uid: 15597 + rot: -1.5707963267948966 rad + pos: -29.5,30.5 + parent: 2 + - uid: 26391 components: - type: Transform - pos: 8.5,-3.5 - parent: 14592 - - uid: 15598 + rot: -1.5707963267948966 rad + pos: -28.5,30.5 + parent: 2 + - uid: 26392 components: - type: Transform - pos: 7.5,-3.5 - parent: 14592 - - uid: 15599 + rot: -1.5707963267948966 rad + pos: -27.5,30.5 + parent: 2 + - uid: 26393 components: - type: Transform - pos: 6.5,-3.5 - parent: 14592 - - uid: 15600 + rot: -1.5707963267948966 rad + pos: -26.5,30.5 + parent: 2 + - uid: 26394 components: - type: Transform - pos: 5.5,-3.5 - parent: 14592 - - uid: 15601 + rot: -1.5707963267948966 rad + pos: -25.5,30.5 + parent: 2 + - uid: 26395 components: - type: Transform - pos: 4.5,-3.5 - parent: 14592 - - uid: 15602 + rot: -1.5707963267948966 rad + pos: -24.5,30.5 + parent: 2 + - uid: 26396 components: - type: Transform - pos: 4.5,-3.5 - parent: 14592 - - uid: 15603 + rot: -1.5707963267948966 rad + pos: -23.5,30.5 + parent: 2 + - uid: 26397 components: - type: Transform - pos: 4.5,-2.5 - parent: 14592 - - uid: 15604 + rot: 3.141592653589793 rad + pos: -22.5,29.5 + parent: 2 + - uid: 26398 components: - type: Transform - pos: 4.5,-1.5 - parent: 14592 - - uid: 15605 + rot: 3.141592653589793 rad + pos: -22.5,28.5 + parent: 2 + - uid: 26399 components: - type: Transform - pos: 4.5,-1.5 - parent: 14592 - - uid: 15606 + rot: 3.141592653589793 rad + pos: -22.5,26.5 + parent: 2 + - uid: 26400 components: - type: Transform - pos: 3.5,-1.5 - parent: 14592 - - uid: 15607 + rot: 3.141592653589793 rad + pos: -22.5,25.5 + parent: 2 + - uid: 26401 components: - type: Transform - pos: 2.5,-1.5 - parent: 14592 - - uid: 15608 + rot: 3.141592653589793 rad + pos: -22.5,23.5 + parent: 2 + - uid: 26402 components: - type: Transform - pos: 1.5,-1.5 - parent: 14592 - - uid: 15609 + rot: 3.141592653589793 rad + pos: -22.5,22.5 + parent: 2 + - uid: 26403 components: - type: Transform - pos: 0.5,-1.5 - parent: 14592 - - uid: 15610 + rot: 1.5707963267948966 rad + pos: -23.5,21.5 + parent: 2 + - uid: 26404 components: - type: Transform - pos: -0.5,-1.5 - parent: 14592 - - uid: 15611 + rot: 1.5707963267948966 rad + pos: -24.5,21.5 + parent: 2 + - uid: 26405 components: - type: Transform - pos: -0.5,-1.5 - parent: 14592 - - uid: 15612 + rot: 1.5707963267948966 rad + pos: -25.5,21.5 + parent: 2 + - uid: 26406 components: - type: Transform - pos: -0.5,-0.5 - parent: 14592 - - uid: 15613 + rot: 1.5707963267948966 rad + pos: -26.5,21.5 + parent: 2 + - uid: 26407 components: - type: Transform - pos: -0.5,0.5 - parent: 14592 - - uid: 15614 + rot: 1.5707963267948966 rad + pos: -27.5,21.5 + parent: 2 + - uid: 26408 components: - type: Transform - pos: -0.5,-1.5 - parent: 14592 - - uid: 15615 + rot: 1.5707963267948966 rad + pos: -28.5,21.5 + parent: 2 + - uid: 26409 components: - type: Transform - pos: -0.5,-2.5 - parent: 14592 - - uid: 15616 + rot: 1.5707963267948966 rad + pos: -29.5,21.5 + parent: 2 + - uid: 26410 components: - type: Transform - pos: -0.5,-3.5 - parent: 14592 - - uid: 15617 + rot: 1.5707963267948966 rad + pos: -30.5,21.5 + parent: 2 + - uid: 26411 components: - type: Transform - pos: -0.5,-4.5 - parent: 14592 - - uid: 15618 + rot: 1.5707963267948966 rad + pos: -31.5,21.5 + parent: 2 + - uid: 26412 components: - type: Transform - pos: -0.5,-5.5 - parent: 14592 - - uid: 15619 + rot: 1.5707963267948966 rad + pos: -32.5,21.5 + parent: 2 + - uid: 26413 components: - type: Transform - pos: -0.5,-5.5 - parent: 14592 - - uid: 15620 + rot: 1.5707963267948966 rad + pos: -33.5,21.5 + parent: 2 + - uid: 26414 components: - type: Transform - pos: 0.5,-5.5 - parent: 14592 - - uid: 15621 + rot: 1.5707963267948966 rad + pos: -34.5,21.5 + parent: 2 + - uid: 26415 components: - type: Transform - pos: 1.5,-5.5 - parent: 14592 - - uid: 15622 + rot: 1.5707963267948966 rad + pos: -35.5,21.5 + parent: 2 + - uid: 26416 components: - type: Transform - pos: 1.5,-5.5 - parent: 14592 - - uid: 15623 + rot: 1.5707963267948966 rad + pos: -36.5,21.5 + parent: 2 + - uid: 26417 components: - type: Transform - pos: 1.5,-4.5 - parent: 14592 - - uid: 15624 + rot: 1.5707963267948966 rad + pos: -37.5,21.5 + parent: 2 + - uid: 26418 components: - type: Transform - pos: 1.5,-3.5 - parent: 14592 - - uid: 15625 + rot: 1.5707963267948966 rad + pos: -38.5,21.5 + parent: 2 + - uid: 26427 components: - type: Transform - pos: -0.5,-1.5 - parent: 14592 - - uid: 15626 + rot: 3.141592653589793 rad + pos: -23.5,49.5 + parent: 2 + - uid: 26428 components: - type: Transform - pos: -1.5,-1.5 - parent: 14592 - - uid: 15627 + rot: 3.141592653589793 rad + pos: -23.5,50.5 + parent: 2 + - uid: 26429 components: - type: Transform - pos: -2.5,-1.5 - parent: 14592 - - uid: 15628 + rot: 3.141592653589793 rad + pos: -23.5,51.5 + parent: 2 + - uid: 26430 components: - type: Transform - pos: -3.5,-1.5 - parent: 14592 - - uid: 15629 + rot: 3.141592653589793 rad + pos: -23.5,52.5 + parent: 2 + - uid: 26431 components: - type: Transform - pos: -4.5,-1.5 - parent: 14592 - - uid: 15630 + rot: 3.141592653589793 rad + pos: -23.5,53.5 + parent: 2 + - uid: 26433 components: - type: Transform - pos: -5.5,-1.5 - parent: 14592 - - uid: 15631 + rot: 3.141592653589793 rad + pos: -23.5,47.5 + parent: 2 + - uid: 26434 components: - type: Transform - pos: -5.5,-1.5 - parent: 14592 - - uid: 15632 + rot: 3.141592653589793 rad + pos: -23.5,46.5 + parent: 2 + - uid: 26435 components: - type: Transform - pos: -5.5,-2.5 - parent: 14592 - - uid: 15633 + rot: 1.5707963267948966 rad + pos: -23.5,48.5 + parent: 2 + - uid: 26436 components: - type: Transform - pos: -5.5,-3.5 - parent: 14592 - - uid: 15634 + rot: 3.141592653589793 rad + pos: -13.5,51.5 + parent: 2 + - uid: 26437 components: - type: Transform - pos: -5.5,-4.5 - parent: 14592 - - uid: 15635 + rot: 3.141592653589793 rad + pos: -13.5,52.5 + parent: 2 + - uid: 26438 components: - type: Transform - pos: -6.5,-4.5 - parent: 14592 - - uid: 15636 + rot: 3.141592653589793 rad + pos: -13.5,53.5 + parent: 2 + - uid: 26439 components: - type: Transform - pos: -6.5,-3.5 - parent: 14592 - - uid: 17495 + rot: 3.141592653589793 rad + pos: -13.5,54.5 + parent: 2 + - uid: 26440 components: - type: Transform - pos: -16.5,51.5 + rot: 3.141592653589793 rad + pos: -13.5,55.5 parent: 2 - - uid: 17563 + - uid: 26441 components: - type: Transform - pos: -18.5,-13.5 + rot: 3.141592653589793 rad + pos: -13.5,56.5 parent: 2 - - uid: 17573 + - uid: 26442 components: - type: Transform - pos: -27.5,39.5 + rot: 3.141592653589793 rad + pos: -13.5,57.5 parent: 2 - - uid: 17574 + - uid: 26443 components: - type: Transform - pos: -28.5,39.5 + rot: 3.141592653589793 rad + pos: -13.5,58.5 parent: 2 - - uid: 17575 + - uid: 26444 components: - type: Transform - pos: -28.5,40.5 + rot: 3.141592653589793 rad + pos: -13.5,59.5 parent: 2 - - uid: 17620 + - uid: 26445 components: - type: Transform - pos: -17.5,-13.5 + rot: 3.141592653589793 rad + pos: -13.5,60.5 parent: 2 - - uid: 17701 + - uid: 26446 components: - type: Transform - pos: -43.5,22.5 + rot: 3.141592653589793 rad + pos: -13.5,61.5 parent: 2 - - uid: 17702 + - uid: 26447 components: - type: Transform - pos: -43.5,21.5 + rot: 3.141592653589793 rad + pos: -13.5,62.5 parent: 2 - - uid: 17703 + - uid: 26451 components: - type: Transform - pos: -43.5,21.5 + pos: 2.5,55.5 parent: 2 - - uid: 17704 + - uid: 26452 components: - type: Transform - pos: -42.5,21.5 + pos: 2.5,54.5 parent: 2 - - uid: 17705 + - uid: 26453 components: - type: Transform - pos: -41.5,21.5 + pos: 2.5,53.5 parent: 2 - - uid: 17706 + - uid: 26454 components: - type: Transform - pos: -40.5,21.5 + pos: 0.5,38.5 parent: 2 - - uid: 17707 + - uid: 26455 components: - type: Transform - pos: -39.5,21.5 + pos: 0.5,39.5 parent: 2 - - uid: 17708 + - uid: 26456 components: - type: Transform - pos: -38.5,21.5 + pos: 0.5,40.5 parent: 2 - - uid: 17709 + - uid: 26457 components: - type: Transform - pos: -38.5,21.5 + pos: 0.5,41.5 parent: 2 - - uid: 17710 + - uid: 26458 components: - type: Transform - pos: -38.5,20.5 + pos: 0.5,42.5 parent: 2 - - uid: 17711 + - uid: 26459 components: - type: Transform - pos: -38.5,19.5 + pos: 0.5,43.5 parent: 2 - - uid: 17712 + - uid: 26460 components: - type: Transform - pos: -38.5,18.5 + pos: 0.5,44.5 parent: 2 - - uid: 17713 + - uid: 26461 components: - type: Transform - pos: -38.5,17.5 + pos: 0.5,45.5 parent: 2 - - uid: 17714 + - uid: 26462 components: - type: Transform - pos: -38.5,16.5 + pos: 0.5,46.5 parent: 2 - - uid: 17715 + - uid: 26463 components: - type: Transform - pos: -38.5,15.5 + pos: 0.5,47.5 parent: 2 - - uid: 17716 + - uid: 26464 components: - type: Transform - pos: -38.5,14.5 + pos: 0.5,48.5 parent: 2 - - uid: 17717 + - uid: 26465 components: - type: Transform - pos: -38.5,13.5 + pos: 0.5,49.5 parent: 2 - - uid: 17718 + - uid: 26466 components: - type: Transform - pos: -38.5,13.5 + pos: 0.5,50.5 parent: 2 - - uid: 17719 + - uid: 26467 components: - type: Transform - pos: -37.5,13.5 + pos: 0.5,51.5 parent: 2 - - uid: 17720 + - uid: 26468 components: - type: Transform - pos: -36.5,13.5 + rot: -1.5707963267948966 rad + pos: 1.5,37.5 parent: 2 - - uid: 17721 + - uid: 26471 components: - type: Transform - pos: -38.5,21.5 + rot: 3.141592653589793 rad + pos: 19.5,45.5 parent: 2 - - uid: 17722 + - uid: 26474 components: - type: Transform - pos: -37.5,21.5 + rot: 1.5707963267948966 rad + pos: 37.5,34.5 parent: 2 - - uid: 17723 + - uid: 26475 components: - type: Transform - pos: -36.5,21.5 + rot: 1.5707963267948966 rad + pos: 36.5,34.5 parent: 2 - - uid: 17724 + - uid: 26476 components: - type: Transform - pos: -35.5,21.5 + rot: 1.5707963267948966 rad + pos: 35.5,34.5 parent: 2 - - uid: 17725 + - uid: 26477 components: - type: Transform - pos: -34.5,21.5 + rot: 1.5707963267948966 rad + pos: 34.5,34.5 parent: 2 - - uid: 17726 + - uid: 26478 components: - type: Transform - pos: -33.5,21.5 + rot: 1.5707963267948966 rad + pos: 33.5,34.5 parent: 2 - - uid: 17727 + - uid: 26479 components: - type: Transform - pos: -32.5,21.5 + rot: 1.5707963267948966 rad + pos: 32.5,34.5 parent: 2 - - uid: 17728 + - uid: 26480 components: - type: Transform - pos: -31.5,21.5 + rot: 1.5707963267948966 rad + pos: 31.5,34.5 parent: 2 - - uid: 17729 + - uid: 26481 components: - type: Transform - pos: -30.5,21.5 + rot: 1.5707963267948966 rad + pos: 30.5,34.5 parent: 2 - - uid: 17730 + - uid: 26482 components: - type: Transform - pos: -29.5,21.5 + rot: 1.5707963267948966 rad + pos: 29.5,34.5 parent: 2 - - uid: 17731 + - uid: 26484 components: - type: Transform - pos: -29.5,23.5 + rot: 3.141592653589793 rad + pos: 38.5,35.5 parent: 2 - - uid: 17732 + - uid: 26485 components: - type: Transform - pos: -29.5,22.5 + rot: 3.141592653589793 rad + pos: 38.5,36.5 parent: 2 - - uid: 17733 + - uid: 26486 components: - type: Transform - pos: -28.5,21.5 + rot: 3.141592653589793 rad + pos: 38.5,37.5 parent: 2 - - uid: 17734 + - uid: 26488 components: - type: Transform - pos: -27.5,21.5 + rot: 3.141592653589793 rad + pos: 38.5,39.5 parent: 2 - - uid: 17735 + - uid: 26489 components: - type: Transform - pos: -26.5,21.5 + rot: 3.141592653589793 rad + pos: 38.5,40.5 parent: 2 - - uid: 17736 + - uid: 26490 components: - type: Transform - pos: -25.5,21.5 + rot: 3.141592653589793 rad + pos: 38.5,41.5 parent: 2 - - uid: 17737 + - uid: 26491 components: - type: Transform - pos: -24.5,21.5 + rot: 3.141592653589793 rad + pos: 38.5,42.5 parent: 2 - - uid: 17738 + - uid: 26493 components: - type: Transform - pos: -23.5,21.5 + rot: 3.141592653589793 rad + pos: 38.5,44.5 parent: 2 - - uid: 17739 + - uid: 26494 components: - type: Transform - pos: -22.5,21.5 + rot: 3.141592653589793 rad + pos: 38.5,45.5 parent: 2 - - uid: 17740 + - uid: 26496 components: - type: Transform - pos: -21.5,21.5 + rot: 3.141592653589793 rad + pos: 38.5,47.5 parent: 2 - - uid: 17741 + - uid: 26497 components: - type: Transform - pos: -20.5,21.5 + rot: 3.141592653589793 rad + pos: 38.5,48.5 parent: 2 - - uid: 17742 + - uid: 26498 components: - type: Transform - pos: -19.5,21.5 + rot: 3.141592653589793 rad + pos: 38.5,49.5 parent: 2 - - uid: 17743 + - uid: 26499 components: - type: Transform - pos: -18.5,21.5 + rot: 3.141592653589793 rad + pos: 38.5,50.5 parent: 2 - - uid: 17744 + - uid: 26500 components: - type: Transform - pos: -17.5,21.5 + rot: 3.141592653589793 rad + pos: 38.5,51.5 parent: 2 - - uid: 17745 + - uid: 26501 components: - type: Transform - pos: -16.5,21.5 + rot: 3.141592653589793 rad + pos: 38.5,52.5 parent: 2 - - uid: 17746 + - uid: 26502 components: - type: Transform - pos: -16.5,21.5 + rot: 1.5707963267948966 rad + pos: 37.5,61.5 parent: 2 - - uid: 17747 + - uid: 26503 components: - type: Transform - pos: -16.5,20.5 + pos: 36.5,60.5 parent: 2 - - uid: 17748 + - uid: 26504 components: - type: Transform - pos: -16.5,19.5 + pos: 36.5,59.5 parent: 2 - - uid: 17749 + - uid: 26505 components: - type: Transform - pos: -16.5,18.5 + pos: 36.5,58.5 parent: 2 - - uid: 17750 + - uid: 26506 components: - type: Transform - pos: -16.5,17.5 + pos: 36.5,57.5 parent: 2 - - uid: 17751 + - uid: 26507 components: - type: Transform - pos: -16.5,17.5 + pos: 36.5,56.5 parent: 2 - - uid: 17752 + - uid: 26508 components: - type: Transform - pos: -17.5,17.5 + pos: 36.5,55.5 parent: 2 - - uid: 17753 + - uid: 26509 components: - type: Transform - pos: -18.5,17.5 + pos: 36.5,54.5 parent: 2 - - uid: 17754 + - uid: 26510 components: - type: Transform - pos: -22.5,21.5 + rot: -1.5707963267948966 rad + pos: 37.5,53.5 parent: 2 - - uid: 17755 + - uid: 26511 components: - type: Transform - pos: -22.5,22.5 + rot: 1.5707963267948966 rad + pos: 46.5,50.5 parent: 2 - - uid: 17756 + - uid: 26512 components: - type: Transform - pos: -22.5,23.5 + rot: 1.5707963267948966 rad + pos: 45.5,50.5 parent: 2 - - uid: 17757 + - uid: 26513 components: - type: Transform - pos: -22.5,24.5 + pos: 44.5,49.5 parent: 2 - - uid: 17758 + - uid: 26514 components: - type: Transform - pos: -22.5,25.5 + pos: 44.5,48.5 parent: 2 - - uid: 17759 + - uid: 26515 components: - type: Transform - pos: -22.5,26.5 + pos: 44.5,47.5 parent: 2 - - uid: 17760 + - uid: 26516 components: - type: Transform - pos: -22.5,27.5 + rot: -1.5707963267948966 rad + pos: 43.5,46.5 parent: 2 - - uid: 17761 + - uid: 26517 components: - type: Transform - pos: -22.5,28.5 + rot: -1.5707963267948966 rad + pos: 42.5,46.5 parent: 2 - - uid: 17762 + - uid: 26518 components: - type: Transform - pos: -22.5,29.5 + rot: -1.5707963267948966 rad + pos: 41.5,46.5 parent: 2 - - uid: 17763 + - uid: 26519 components: - type: Transform - pos: -22.5,30.5 + rot: -1.5707963267948966 rad + pos: 40.5,46.5 parent: 2 - - uid: 17764 + - uid: 26520 components: - type: Transform - pos: -22.5,30.5 + rot: -1.5707963267948966 rad + pos: 39.5,46.5 parent: 2 - - uid: 17765 + - uid: 26521 components: - type: Transform - pos: -21.5,30.5 + rot: -1.5707963267948966 rad + pos: 39.5,38.5 parent: 2 - - uid: 17766 + - uid: 26522 components: - type: Transform - pos: -20.5,30.5 + rot: -1.5707963267948966 rad + pos: 40.5,38.5 parent: 2 - - uid: 17769 + - uid: 26523 components: - type: Transform - pos: -9.5,49.5 + rot: -1.5707963267948966 rad + pos: 41.5,38.5 parent: 2 - - uid: 17770 + - uid: 26524 components: - type: Transform - pos: -9.5,48.5 + rot: -1.5707963267948966 rad + pos: 42.5,38.5 parent: 2 - - uid: 17771 + - uid: 26525 components: - type: Transform - pos: -9.5,49.5 + rot: -1.5707963267948966 rad + pos: 43.5,38.5 parent: 2 - - uid: 17772 + - uid: 26526 components: - type: Transform - pos: -9.5,47.5 + rot: -1.5707963267948966 rad + pos: 44.5,38.5 parent: 2 - - uid: 17773 + - uid: 26527 components: - type: Transform - pos: -9.5,47.5 + rot: -1.5707963267948966 rad + pos: 45.5,38.5 parent: 2 - - uid: 17774 + - uid: 26528 components: - type: Transform - pos: -10.5,47.5 + rot: -1.5707963267948966 rad + pos: 46.5,38.5 parent: 2 - - uid: 17775 + - uid: 26529 components: - type: Transform - pos: -11.5,47.5 + rot: -1.5707963267948966 rad + pos: 47.5,38.5 parent: 2 - - uid: 17776 + - uid: 26530 components: - type: Transform - pos: -12.5,47.5 + rot: 3.141592653589793 rad + pos: 48.5,39.5 parent: 2 - - uid: 17777 + - uid: 26541 components: - type: Transform - pos: -13.5,47.5 + rot: 3.141592653589793 rad + pos: 32.5,41.5 parent: 2 - - uid: 17778 + - uid: 26542 components: - type: Transform - pos: -14.5,47.5 + rot: 3.141592653589793 rad + pos: 32.5,42.5 parent: 2 - - uid: 17779 + - uid: 26543 components: - type: Transform - pos: -14.5,47.5 + rot: 1.5707963267948966 rad + pos: 33.5,43.5 parent: 2 - - uid: 17782 + - uid: 26544 components: - type: Transform - pos: -15.5,46.5 + rot: 1.5707963267948966 rad + pos: 34.5,43.5 parent: 2 - - uid: 17783 + - uid: 26545 components: - type: Transform - pos: -15.5,46.5 + rot: 1.5707963267948966 rad + pos: 35.5,43.5 parent: 2 - - uid: 17784 + - uid: 26546 components: - type: Transform - pos: -15.5,45.5 + rot: 1.5707963267948966 rad + pos: 36.5,43.5 parent: 2 - - uid: 17785 + - uid: 26547 components: - type: Transform - pos: -15.5,44.5 + rot: 1.5707963267948966 rad + pos: 37.5,43.5 parent: 2 - - uid: 17786 + - uid: 26549 components: - type: Transform - pos: -15.5,43.5 + rot: -1.5707963267948966 rad + pos: 28.5,34.5 parent: 2 - - uid: 17787 + - uid: 26551 components: - type: Transform - pos: -15.5,43.5 + rot: 3.141592653589793 rad + pos: 29.5,30.5 parent: 2 - - uid: 17788 + - uid: 26552 components: - type: Transform - pos: -14.5,43.5 + rot: 3.141592653589793 rad + pos: 29.5,29.5 parent: 2 - - uid: 17789 + - uid: 26553 components: - type: Transform - pos: -13.5,43.5 + rot: 3.141592653589793 rad + pos: 29.5,28.5 parent: 2 - - uid: 17790 + - uid: 26554 components: - type: Transform - pos: -12.5,43.5 + rot: 3.141592653589793 rad + pos: 29.5,27.5 parent: 2 - - uid: 17791 + - uid: 26555 components: - type: Transform - pos: -11.5,43.5 + rot: 1.5707963267948966 rad + pos: 28.5,26.5 parent: 2 - - uid: 17792 + - uid: 26556 components: - type: Transform - pos: -11.5,43.5 + rot: 1.5707963267948966 rad + pos: 27.5,26.5 parent: 2 - - uid: 17793 + - uid: 26557 components: - type: Transform - pos: -11.5,42.5 + rot: 1.5707963267948966 rad + pos: 26.5,26.5 parent: 2 - - uid: 17794 + - uid: 26558 components: - type: Transform - pos: -11.5,41.5 + pos: 29.5,25.5 parent: 2 - - uid: 17795 + - uid: 26559 components: - type: Transform - pos: -11.5,40.5 + pos: 29.5,24.5 parent: 2 - - uid: 17796 + - uid: 26560 components: - type: Transform - pos: -11.5,40.5 + pos: 29.5,23.5 parent: 2 - - uid: 17797 + - uid: 26561 components: - type: Transform - pos: -12.5,40.5 + pos: 29.5,22.5 parent: 2 - - uid: 17798 + - uid: 26562 components: - type: Transform - pos: -13.5,40.5 + pos: 29.5,21.5 parent: 2 - - uid: 17799 + - uid: 26563 components: - type: Transform - pos: -13.5,41.5 + pos: 29.5,20.5 parent: 2 - - uid: 17800 + - uid: 26564 components: - type: Transform - pos: -45.5,-3.5 + pos: 29.5,19.5 parent: 2 - - uid: 17801 + - uid: 26565 components: - type: Transform - pos: -49.5,-3.5 + pos: 29.5,18.5 parent: 2 - - uid: 17802 + - uid: 26566 components: - type: Transform - pos: -48.5,-3.5 + pos: 29.5,17.5 parent: 2 - - uid: 17803 + - uid: 26582 components: - type: Transform - pos: -47.5,-3.5 + rot: 1.5707963267948966 rad + pos: 53.5,-0.5 parent: 2 - - uid: 17804 + - uid: 26583 components: - type: Transform - pos: -46.5,-3.5 + rot: 1.5707963267948966 rad + pos: 54.5,-0.5 parent: 2 - - uid: 17805 + - uid: 26584 components: - type: Transform - pos: -45.5,-3.5 + rot: 1.5707963267948966 rad + pos: 55.5,-0.5 parent: 2 - - uid: 17806 + - uid: 26585 components: - type: Transform - pos: -45.5,-2.5 + rot: 1.5707963267948966 rad + pos: 56.5,-0.5 parent: 2 - - uid: 17807 + - uid: 26586 components: - type: Transform - pos: -45.5,-1.5 + rot: 1.5707963267948966 rad + pos: 57.5,-0.5 parent: 2 - - uid: 17808 + - uid: 26587 components: - type: Transform - pos: -45.5,-0.5 + rot: 1.5707963267948966 rad + pos: 58.5,-0.5 parent: 2 - - uid: 17809 + - uid: 26588 components: - type: Transform - pos: -45.5,0.5 + rot: 1.5707963267948966 rad + pos: 59.5,-0.5 parent: 2 - - uid: 17810 + - uid: 26589 components: - type: Transform - pos: -45.5,1.5 + rot: 1.5707963267948966 rad + pos: 60.5,-0.5 parent: 2 - - uid: 17812 + - uid: 26590 components: - type: Transform - pos: -45.5,-0.5 + rot: 1.5707963267948966 rad + pos: 61.5,-0.5 parent: 2 - - uid: 17813 + - uid: 26591 components: - type: Transform - pos: -44.5,-0.5 + pos: 62.5,-1.5 parent: 2 - - uid: 17814 + - uid: 26600 components: - type: Transform - pos: -43.5,-0.5 + rot: 1.5707963267948966 rad + pos: 50.5,-16.5 parent: 2 - - uid: 17815 + - uid: 26601 components: - type: Transform - pos: -42.5,-0.5 + rot: 1.5707963267948966 rad + pos: 51.5,-16.5 parent: 2 - - uid: 17816 + - uid: 26602 components: - type: Transform - pos: -41.5,-0.5 + rot: 1.5707963267948966 rad + pos: 53.5,-15.5 parent: 2 - - uid: 17817 + - uid: 26603 components: - type: Transform - pos: -40.5,-0.5 + rot: 1.5707963267948966 rad + pos: 54.5,-15.5 parent: 2 - - uid: 17818 + - uid: 26604 components: - type: Transform - pos: -39.5,-0.5 + rot: 1.5707963267948966 rad + pos: 55.5,-15.5 parent: 2 - - uid: 17819 + - uid: 26605 components: - type: Transform - pos: -38.5,-0.5 + rot: 1.5707963267948966 rad + pos: 56.5,-15.5 parent: 2 - - uid: 17820 + - uid: 26606 components: - type: Transform - pos: -37.5,-0.5 + rot: 1.5707963267948966 rad + pos: 57.5,-15.5 parent: 2 - - uid: 17821 + - uid: 26607 components: - type: Transform - pos: -36.5,-0.5 + rot: 1.5707963267948966 rad + pos: 58.5,-15.5 parent: 2 - - uid: 17822 + - uid: 26608 components: - type: Transform - pos: -36.5,-1.5 + rot: 1.5707963267948966 rad + pos: 59.5,-15.5 parent: 2 - - uid: 17823 + - uid: 26609 components: - type: Transform - pos: -36.5,-2.5 + pos: 60.5,-16.5 parent: 2 - - uid: 17824 + - uid: 26610 components: - type: Transform - pos: -37.5,-2.5 + pos: 60.5,-17.5 parent: 2 - - uid: 17826 + - uid: 26611 components: - type: Transform - pos: -45.5,1.5 + pos: 60.5,-18.5 parent: 2 - - uid: 17827 + - uid: 26612 components: - type: Transform - pos: -46.5,1.5 + pos: 60.5,-19.5 parent: 2 - - uid: 17828 + - uid: 26613 components: - type: Transform - pos: -47.5,1.5 + pos: 60.5,-20.5 parent: 2 - - uid: 17829 + - uid: 26614 components: - type: Transform - pos: -48.5,1.5 + pos: 60.5,-21.5 parent: 2 - - uid: 17830 + - uid: 26615 components: - type: Transform - pos: -49.5,1.5 + pos: 60.5,-22.5 parent: 2 - - uid: 17831 + - uid: 26623 components: - type: Transform - pos: -50.5,1.5 + rot: -1.5707963267948966 rad + pos: 37.5,-35.5 parent: 2 - - uid: 17832 + - uid: 26624 components: - type: Transform - pos: -51.5,1.5 + rot: -1.5707963267948966 rad + pos: 38.5,-35.5 parent: 2 - - uid: 17833 + - uid: 26625 components: - type: Transform - pos: -51.5,1.5 + rot: -1.5707963267948966 rad + pos: 39.5,-35.5 parent: 2 - - uid: 17834 + - uid: 26626 components: - type: Transform - pos: -51.5,2.5 + rot: -1.5707963267948966 rad + pos: 40.5,-35.5 parent: 2 - - uid: 17835 + - uid: 26627 components: - type: Transform - pos: -51.5,3.5 + rot: -1.5707963267948966 rad + pos: 41.5,-35.5 parent: 2 - - uid: 17836 + - uid: 26628 components: - type: Transform - pos: -51.5,4.5 + rot: -1.5707963267948966 rad + pos: 42.5,-35.5 parent: 2 - - uid: 17837 + - uid: 26629 components: - type: Transform - pos: -51.5,4.5 + rot: -1.5707963267948966 rad + pos: 43.5,-35.5 parent: 2 - - uid: 17838 + - uid: 26630 components: - type: Transform - pos: -50.5,4.5 + rot: -1.5707963267948966 rad + pos: 44.5,-35.5 parent: 2 - - uid: 17839 + - uid: 26631 components: - type: Transform - pos: -49.5,4.5 + rot: -1.5707963267948966 rad + pos: 45.5,-35.5 parent: 2 - - uid: 17840 + - uid: 26637 components: - type: Transform - pos: -48.5,4.5 + rot: 3.141592653589793 rad + pos: 27.5,-36.5 parent: 2 - - uid: 17841 + - uid: 26638 components: - type: Transform - pos: -47.5,4.5 + rot: 3.141592653589793 rad + pos: 27.5,-35.5 parent: 2 - - uid: 17842 + - uid: 26639 components: - type: Transform - pos: -46.5,4.5 + rot: 3.141592653589793 rad + pos: 27.5,-34.5 parent: 2 - - uid: 17843 + - uid: 26640 components: - type: Transform - pos: -45.5,4.5 + rot: 3.141592653589793 rad + pos: 27.5,-33.5 parent: 2 - - uid: 17844 + - uid: 26641 components: - type: Transform - pos: -44.5,4.5 + rot: 3.141592653589793 rad + pos: 27.5,-32.5 parent: 2 - - uid: 17845 + - uid: 26642 components: - type: Transform - pos: -43.5,4.5 + rot: 3.141592653589793 rad + pos: 27.5,-31.5 parent: 2 - - uid: 17846 + - uid: 26643 components: - type: Transform - pos: -43.5,5.5 + rot: 3.141592653589793 rad + pos: 27.5,-30.5 parent: 2 - - uid: 17847 + - uid: 26645 components: - type: Transform - pos: -43.5,6.5 + rot: 3.141592653589793 rad + pos: 27.5,-28.5 parent: 2 - - uid: 17848 + - uid: 26646 components: - type: Transform - pos: -43.5,6.5 + rot: 3.141592653589793 rad + pos: 27.5,-27.5 parent: 2 - - uid: 17849 + - uid: 26647 components: - type: Transform - pos: -42.5,6.5 + rot: 3.141592653589793 rad + pos: 27.5,-26.5 parent: 2 - - uid: 17850 + - uid: 26648 components: - type: Transform - pos: -41.5,6.5 + rot: 3.141592653589793 rad + pos: 27.5,-25.5 parent: 2 - - uid: 17851 + - uid: 26649 components: - type: Transform - pos: -36.5,-0.5 + rot: 3.141592653589793 rad + pos: 27.5,-24.5 parent: 2 - - uid: 17852 + - uid: 26650 components: - type: Transform - pos: -35.5,0.5 + rot: 3.141592653589793 rad + pos: 27.5,-23.5 parent: 2 - - uid: 17853 + - uid: 26651 components: - type: Transform - pos: -36.5,0.5 + rot: 3.141592653589793 rad + pos: 27.5,-22.5 parent: 2 - - uid: 17855 + - uid: 26652 components: - type: Transform - pos: -34.5,0.5 + rot: 3.141592653589793 rad + pos: 27.5,-21.5 parent: 2 - - uid: 17857 + - uid: 26653 components: - type: Transform - pos: -34.5,1.5 + rot: 3.141592653589793 rad + pos: 27.5,-20.5 parent: 2 - - uid: 17858 + - uid: 26655 components: - type: Transform - pos: -34.5,2.5 + rot: -1.5707963267948966 rad + pos: 28.5,-29.5 parent: 2 - - uid: 17859 + - uid: 26657 components: - type: Transform - pos: -33.5,2.5 + rot: 1.5707963267948966 rad + pos: 31.5,-2.5 parent: 2 - - uid: 17860 + - uid: 26658 components: - type: Transform - pos: -32.5,2.5 + rot: 1.5707963267948966 rad + pos: 30.5,-2.5 parent: 2 - - uid: 17861 + - uid: 26659 components: - type: Transform - pos: -31.5,2.5 + rot: 1.5707963267948966 rad + pos: 29.5,-2.5 parent: 2 - - uid: 17862 + - uid: 26660 components: - type: Transform - pos: -30.5,2.5 + rot: 1.5707963267948966 rad + pos: 28.5,-2.5 parent: 2 - - uid: 17863 + - uid: 26661 components: - type: Transform - pos: -30.5,3.5 + rot: 1.5707963267948966 rad + pos: 27.5,-2.5 parent: 2 - - uid: 17864 + - uid: 26669 components: - type: Transform - pos: -30.5,4.5 + rot: -1.5707963267948966 rad + pos: 29.5,-29.5 parent: 2 - - uid: 17865 + - uid: 26670 components: - type: Transform - pos: -30.5,5.5 + rot: -1.5707963267948966 rad + pos: 30.5,-29.5 parent: 2 - - uid: 17866 + - uid: 26671 components: - type: Transform - pos: -30.5,6.5 + rot: -1.5707963267948966 rad + pos: 31.5,-29.5 parent: 2 - - uid: 17867 + - uid: 26672 components: - type: Transform - pos: -30.5,7.5 + rot: -1.5707963267948966 rad + pos: 32.5,-29.5 parent: 2 - - uid: 17868 + - uid: 26673 components: - type: Transform - pos: -30.5,8.5 + rot: -1.5707963267948966 rad + pos: 33.5,-29.5 parent: 2 - - uid: 17869 + - uid: 26674 components: - type: Transform - pos: -30.5,9.5 + rot: -1.5707963267948966 rad + pos: 34.5,-29.5 parent: 2 - - uid: 17870 + - uid: 26675 components: - type: Transform - pos: -30.5,10.5 + rot: -1.5707963267948966 rad + pos: 35.5,-29.5 parent: 2 - - uid: 17872 + - uid: 26676 components: - type: Transform - pos: -19.5,-13.5 + rot: -1.5707963267948966 rad + pos: 36.5,-29.5 parent: 2 - - uid: 17873 + - uid: 26677 components: - type: Transform - pos: -20.5,-13.5 + rot: -1.5707963267948966 rad + pos: 37.5,-29.5 parent: 2 - - uid: 17875 + - uid: 26684 components: - type: Transform - pos: -60.5,32.5 + rot: 3.141592653589793 rad + pos: 1.5,-50.5 parent: 2 - - uid: 17876 + - uid: 26685 components: - type: Transform - pos: -60.5,31.5 + rot: 3.141592653589793 rad + pos: 1.5,-49.5 parent: 2 - - uid: 17877 + - uid: 26686 components: - type: Transform - pos: -60.5,30.5 + rot: 3.141592653589793 rad + pos: 1.5,-48.5 parent: 2 - - uid: 17878 + - uid: 26687 components: - type: Transform - pos: -61.5,30.5 + rot: 3.141592653589793 rad + pos: 1.5,-47.5 parent: 2 - - uid: 17879 + - uid: 26688 components: - type: Transform - pos: -61.5,29.5 + rot: 3.141592653589793 rad + pos: 1.5,-46.5 parent: 2 - - uid: 17880 + - uid: 26689 components: - type: Transform - pos: -61.5,28.5 + rot: 3.141592653589793 rad + pos: 1.5,-45.5 parent: 2 - - uid: 17881 + - uid: 26690 components: - type: Transform - pos: -61.5,27.5 + rot: 3.141592653589793 rad + pos: 1.5,-44.5 parent: 2 - - uid: 17882 + - uid: 26691 components: - type: Transform - pos: -61.5,26.5 + rot: 3.141592653589793 rad + pos: 1.5,-43.5 parent: 2 - - uid: 17884 + - uid: 26692 components: - type: Transform - pos: -61.5,26.5 + rot: 3.141592653589793 rad + pos: 1.5,-42.5 parent: 2 - - uid: 17885 + - uid: 26693 components: - type: Transform - pos: -60.5,26.5 + rot: 3.141592653589793 rad + pos: 1.5,-41.5 parent: 2 - - uid: 17886 + - uid: 26694 components: - type: Transform - pos: -59.5,26.5 + rot: 3.141592653589793 rad + pos: 1.5,-40.5 + parent: 2 + - uid: 26695 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-39.5 parent: 2 - - uid: 17887 + - uid: 26696 components: - type: Transform - pos: -58.5,26.5 + rot: 3.141592653589793 rad + pos: 1.5,-38.5 parent: 2 - - uid: 17888 + - uid: 26697 components: - type: Transform - pos: -57.5,26.5 + rot: 3.141592653589793 rad + pos: 1.5,-37.5 parent: 2 - - uid: 17889 + - uid: 26698 components: - type: Transform - pos: -57.5,26.5 + rot: 3.141592653589793 rad + pos: 1.5,-36.5 parent: 2 - - uid: 17890 + - uid: 26699 components: - type: Transform - pos: -57.5,27.5 + rot: 3.141592653589793 rad + pos: 1.5,-35.5 parent: 2 - - uid: 17891 + - uid: 26700 components: - type: Transform - pos: -57.5,28.5 + rot: 3.141592653589793 rad + pos: 1.5,-34.5 parent: 2 - - uid: 17892 + - uid: 26701 components: - type: Transform - pos: -57.5,29.5 + rot: 3.141592653589793 rad + pos: 1.5,-33.5 parent: 2 - - uid: 17893 + - uid: 26711 components: - type: Transform - pos: -57.5,30.5 + rot: 1.5707963267948966 rad + pos: -1.5,-36.5 parent: 2 - - uid: 17894 + - uid: 26712 components: - type: Transform - pos: -57.5,31.5 + pos: -0.5,-35.5 parent: 2 - - uid: 17895 + - uid: 26713 components: - type: Transform - pos: -57.5,32.5 + pos: -0.5,-34.5 parent: 2 - - uid: 17896 + - uid: 26714 components: - type: Transform - pos: -57.5,33.5 + pos: -0.5,-33.5 parent: 2 - - uid: 17897 + - uid: 26716 components: - type: Transform - pos: -57.5,34.5 + pos: -0.5,-37.5 parent: 2 - - uid: 17898 + - uid: 26717 components: - type: Transform - pos: -56.5,34.5 + pos: -0.5,-38.5 parent: 2 - - uid: 17899 + - uid: 26718 components: - type: Transform - pos: -56.5,35.5 + pos: -0.5,-39.5 parent: 2 - - uid: 17900 + - uid: 26719 components: - type: Transform - pos: -55.5,35.5 + pos: -0.5,-40.5 parent: 2 - - uid: 17901 + - uid: 26720 components: - type: Transform - pos: -54.5,35.5 + pos: -0.5,-41.5 parent: 2 - - uid: 17902 + - uid: 26721 components: - type: Transform - pos: -53.5,35.5 + pos: -0.5,-42.5 parent: 2 - - uid: 17903 + - uid: 26722 components: - type: Transform - pos: -52.5,35.5 + pos: -0.5,-43.5 parent: 2 - - uid: 17904 + - uid: 26723 components: - type: Transform - pos: -51.5,35.5 + pos: -0.5,-44.5 parent: 2 - - uid: 17905 + - uid: 26724 components: - type: Transform - pos: -51.5,35.5 + pos: -0.5,-45.5 parent: 2 - - uid: 17906 + - uid: 26725 components: - type: Transform - pos: -51.5,36.5 + pos: -0.5,-46.5 parent: 2 - - uid: 17907 + - uid: 26726 components: - type: Transform - pos: -51.5,37.5 + pos: -0.5,-47.5 parent: 2 - - uid: 17908 + - uid: 26727 components: - type: Transform - pos: -51.5,38.5 + pos: -0.5,-48.5 parent: 2 - - uid: 17909 + - uid: 26728 components: - type: Transform - pos: -51.5,39.5 + pos: -0.5,-49.5 parent: 2 - - uid: 17910 + - uid: 26732 components: - type: Transform - pos: -51.5,40.5 + rot: 1.5707963267948966 rad + pos: 5.5,-39.5 parent: 2 - - uid: 17911 + - uid: 26734 components: - type: Transform - pos: -51.5,40.5 + pos: 6.5,-38.5 parent: 2 - - uid: 17912 + - uid: 26735 components: - type: Transform - pos: -50.5,40.5 + pos: 6.5,-37.5 parent: 2 - - uid: 17913 + - uid: 26736 components: - type: Transform - pos: -49.5,40.5 + pos: 6.5,-36.5 parent: 2 - - uid: 17914 + - uid: 26737 components: - type: Transform - pos: -49.5,40.5 + pos: 6.5,-35.5 parent: 2 - - uid: 17915 + - uid: 26738 components: - type: Transform - pos: -49.5,39.5 + pos: 6.5,-34.5 parent: 2 - - uid: 17916 + - uid: 26739 components: - type: Transform - pos: -49.5,38.5 + pos: 6.5,-33.5 parent: 2 - - uid: 17917 + - uid: 26740 components: - type: Transform - pos: -51.5,35.5 + pos: 6.5,-32.5 parent: 2 - - uid: 17918 + - uid: 26741 components: - type: Transform - pos: -51.5,34.5 + pos: 6.5,-31.5 parent: 2 - - uid: 17919 + - uid: 26742 components: - type: Transform - pos: -51.5,33.5 + pos: 6.5,-30.5 parent: 2 - - uid: 17920 + - uid: 26743 components: - type: Transform - pos: -51.5,32.5 + pos: 6.5,-29.5 parent: 2 - - uid: 17921 + - uid: 26749 components: - type: Transform - pos: -51.5,31.5 + pos: 9.5,-27.5 parent: 2 - - uid: 17922 + - uid: 26750 components: - type: Transform - pos: -51.5,31.5 + pos: 9.5,-26.5 parent: 2 - - uid: 17923 + - uid: 26751 components: - type: Transform - pos: -52.5,31.5 + pos: 9.5,-25.5 parent: 2 - - uid: 17924 + - uid: 26752 components: - type: Transform - pos: -53.5,31.5 + rot: -1.5707963267948966 rad + pos: 8.5,-28.5 parent: 2 - - uid: 17925 + - uid: 26753 components: - type: Transform - pos: -54.5,31.5 + rot: -1.5707963267948966 rad + pos: 7.5,-28.5 parent: 2 - - uid: 17926 + - uid: 26759 components: - type: Transform - pos: -55.5,31.5 + rot: 3.141592653589793 rad + pos: -7.5,-85.5 parent: 2 - - uid: 17927 + - uid: 26760 components: - type: Transform - pos: -57.5,25.5 + rot: 3.141592653589793 rad + pos: -7.5,-84.5 parent: 2 - - uid: 17928 + - uid: 26761 components: - type: Transform - pos: -57.5,24.5 + rot: 3.141592653589793 rad + pos: -7.5,-83.5 parent: 2 - - uid: 17929 + - uid: 26762 components: - type: Transform - pos: -57.5,23.5 + rot: 3.141592653589793 rad + pos: -7.5,-82.5 parent: 2 - - uid: 17930 + - uid: 26763 components: - type: Transform - pos: -57.5,22.5 + rot: 3.141592653589793 rad + pos: -7.5,-81.5 parent: 2 - - uid: 17931 + - uid: 26764 components: - type: Transform - pos: -57.5,21.5 + rot: 3.141592653589793 rad + pos: -7.5,-80.5 parent: 2 - - uid: 17932 + - uid: 26765 components: - type: Transform - pos: -57.5,20.5 + rot: 3.141592653589793 rad + pos: -7.5,-79.5 parent: 2 - - uid: 17933 + - uid: 26766 components: - type: Transform - pos: -57.5,19.5 + rot: 3.141592653589793 rad + pos: -7.5,-78.5 parent: 2 - - uid: 17934 + - uid: 26767 components: - type: Transform - pos: -57.5,18.5 + rot: 3.141592653589793 rad + pos: -7.5,-77.5 parent: 2 - - uid: 17935 + - uid: 26768 components: - type: Transform - pos: -57.5,18.5 + rot: 3.141592653589793 rad + pos: -7.5,-76.5 parent: 2 - - uid: 17936 + - uid: 26769 components: - type: Transform - pos: -58.5,18.5 + rot: 3.141592653589793 rad + pos: -7.5,-75.5 parent: 2 - - uid: 17937 + - uid: 26770 components: - type: Transform - pos: -59.5,18.5 + rot: 3.141592653589793 rad + pos: -7.5,-74.5 parent: 2 - - uid: 17938 + - uid: 26771 components: - type: Transform - pos: -60.5,18.5 + rot: 3.141592653589793 rad + pos: -7.5,-73.5 parent: 2 - - uid: 17939 + - uid: 26772 components: - type: Transform - pos: -60.5,18.5 + rot: 3.141592653589793 rad + pos: -7.5,-72.5 parent: 2 - - uid: 17940 + - uid: 26773 components: - type: Transform - pos: -60.5,17.5 + rot: 3.141592653589793 rad + pos: -7.5,-71.5 parent: 2 - - uid: 17941 + - uid: 26774 components: - type: Transform - pos: -60.5,16.5 + rot: 3.141592653589793 rad + pos: -7.5,-70.5 parent: 2 - - uid: 17942 + - uid: 26775 components: - type: Transform - pos: -60.5,15.5 + rot: 3.141592653589793 rad + pos: -7.5,-69.5 parent: 2 - - uid: 17943 + - uid: 26776 components: - type: Transform - pos: -60.5,14.5 + rot: 3.141592653589793 rad + pos: -7.5,-68.5 parent: 2 - - uid: 17944 + - uid: 26777 components: - type: Transform - pos: -60.5,13.5 + rot: 3.141592653589793 rad + pos: 8.5,-68.5 parent: 2 - - uid: 17945 + - uid: 26778 components: - type: Transform - pos: -60.5,12.5 + rot: 3.141592653589793 rad + pos: 8.5,-69.5 parent: 2 - - uid: 17946 + - uid: 26779 components: - type: Transform - pos: -60.5,11.5 + rot: 3.141592653589793 rad + pos: 8.5,-70.5 parent: 2 - - uid: 17947 + - uid: 26780 components: - type: Transform - pos: -60.5,10.5 + rot: 3.141592653589793 rad + pos: 8.5,-71.5 parent: 2 - - uid: 17948 + - uid: 26781 components: - type: Transform - pos: -60.5,9.5 + rot: 3.141592653589793 rad + pos: 8.5,-72.5 parent: 2 - - uid: 17949 + - uid: 26782 components: - type: Transform - pos: -60.5,8.5 + rot: 3.141592653589793 rad + pos: 8.5,-73.5 parent: 2 - - uid: 17950 + - uid: 26783 components: - type: Transform - pos: -60.5,7.5 + rot: 3.141592653589793 rad + pos: 8.5,-74.5 parent: 2 - - uid: 17951 + - uid: 26784 components: - type: Transform - pos: -60.5,6.5 + rot: 3.141592653589793 rad + pos: 8.5,-75.5 parent: 2 - - uid: 17952 + - uid: 26785 components: - type: Transform - pos: -60.5,6.5 + rot: 3.141592653589793 rad + pos: 8.5,-76.5 parent: 2 - - uid: 17953 + - uid: 26786 components: - type: Transform - pos: -61.5,6.5 + rot: 3.141592653589793 rad + pos: 8.5,-77.5 parent: 2 - - uid: 17954 + - uid: 26787 components: - type: Transform - pos: -62.5,6.5 + rot: 3.141592653589793 rad + pos: 8.5,-78.5 parent: 2 - - uid: 17955 + - uid: 26788 components: - type: Transform - pos: -63.5,6.5 + rot: 3.141592653589793 rad + pos: 8.5,-79.5 parent: 2 - - uid: 17956 + - uid: 26789 components: - type: Transform - pos: -63.5,6.5 + rot: 3.141592653589793 rad + pos: 8.5,-80.5 parent: 2 - - uid: 17957 + - uid: 26790 components: - type: Transform - pos: -63.5,5.5 + rot: 3.141592653589793 rad + pos: 8.5,-81.5 parent: 2 - - uid: 17958 + - uid: 26791 components: - type: Transform - pos: -63.5,4.5 + rot: 3.141592653589793 rad + pos: 8.5,-82.5 parent: 2 - - uid: 17960 + - uid: 26792 components: - type: Transform - pos: -51.5,11.5 + rot: 3.141592653589793 rad + pos: 8.5,-83.5 parent: 2 - - uid: 17961 + - uid: 26793 components: - type: Transform - pos: -52.5,11.5 + rot: 3.141592653589793 rad + pos: 8.5,-84.5 parent: 2 - - uid: 17962 + - uid: 26794 components: - type: Transform - pos: -53.5,11.5 + rot: 3.141592653589793 rad + pos: 8.5,-85.5 parent: 2 - - uid: 17963 + - uid: 26795 components: - type: Transform - pos: -54.5,11.5 + rot: 3.141592653589793 rad + pos: -1.5,-51.5 parent: 2 - - uid: 17964 + - uid: 26796 components: - type: Transform - pos: -55.5,11.5 + rot: 3.141592653589793 rad + pos: -1.5,-52.5 parent: 2 - - uid: 17965 + - uid: 26797 components: - type: Transform - pos: -56.5,11.5 + rot: 3.141592653589793 rad + pos: -1.5,-53.5 parent: 2 - - uid: 17966 + - uid: 26798 components: - type: Transform - pos: -57.5,11.5 + rot: 3.141592653589793 rad + pos: -1.5,-54.5 parent: 2 - - uid: 17967 + - uid: 26799 components: - type: Transform - pos: -58.5,11.5 + rot: 3.141592653589793 rad + pos: -1.5,-55.5 parent: 2 - - uid: 17968 + - uid: 26800 components: - type: Transform - pos: -59.5,11.5 + rot: 3.141592653589793 rad + pos: -1.5,-56.5 parent: 2 - - uid: 17969 + - uid: 26801 components: - type: Transform - pos: -51.5,11.5 + rot: 3.141592653589793 rad + pos: -1.5,-57.5 parent: 2 - - uid: 17970 + - uid: 26802 components: - type: Transform - pos: -51.5,12.5 + rot: 3.141592653589793 rad + pos: -1.5,-58.5 parent: 2 - - uid: 17971 + - uid: 26803 components: - type: Transform - pos: -51.5,13.5 + rot: 3.141592653589793 rad + pos: -1.5,-59.5 parent: 2 - - uid: 17972 + - uid: 26804 components: - type: Transform - pos: -51.5,14.5 + rot: 3.141592653589793 rad + pos: -1.5,-60.5 parent: 2 - - uid: 17973 + - uid: 26809 components: - type: Transform - pos: -51.5,15.5 + rot: -1.5707963267948966 rad + pos: -0.5,-61.5 parent: 2 - - uid: 17974 + - uid: 26810 components: - type: Transform - pos: -51.5,16.5 + rot: -1.5707963267948966 rad + pos: 0.5,-61.5 parent: 2 - - uid: 17975 + - uid: 26811 components: - type: Transform - pos: -51.5,17.5 + rot: -1.5707963267948966 rad + pos: 1.5,-61.5 parent: 2 - - uid: 17976 + - uid: 26812 components: - type: Transform - pos: -50.5,17.5 + rot: -1.5707963267948966 rad + pos: 2.5,-61.5 parent: 2 - - uid: 17977 + - uid: 26813 components: - type: Transform - pos: -50.5,18.5 + rot: -1.5707963267948966 rad + pos: 3.5,-61.5 parent: 2 - - uid: 17978 + - uid: 26814 components: - type: Transform - pos: -50.5,19.5 + rot: -1.5707963267948966 rad + pos: 4.5,-61.5 parent: 2 - - uid: 17979 + - uid: 26815 components: - type: Transform - pos: -49.5,19.5 + rot: -1.5707963267948966 rad + pos: 5.5,-61.5 parent: 2 - - uid: 17980 + - uid: 26816 components: - type: Transform - pos: -49.5,20.5 + rot: -1.5707963267948966 rad + pos: 6.5,-61.5 parent: 2 - - uid: 17981 + - uid: 26817 components: - type: Transform - pos: -49.5,21.5 + rot: -1.5707963267948966 rad + pos: 7.5,-61.5 parent: 2 - - uid: 17982 + - uid: 26818 components: - type: Transform - pos: -48.5,21.5 + rot: -1.5707963267948966 rad + pos: -2.5,-62.5 parent: 2 - - uid: 17983 + - uid: 26819 components: - type: Transform - pos: -48.5,22.5 + rot: -1.5707963267948966 rad + pos: -3.5,-62.5 parent: 2 - - uid: 17984 + - uid: 26820 components: - type: Transform - pos: -48.5,23.5 + rot: -1.5707963267948966 rad + pos: -4.5,-62.5 parent: 2 - - uid: 17985 + - uid: 26821 components: - type: Transform - pos: -48.5,24.5 + rot: -1.5707963267948966 rad + pos: -5.5,-62.5 parent: 2 - - uid: 17986 + - uid: 26822 components: - type: Transform - pos: -47.5,24.5 + rot: -1.5707963267948966 rad + pos: -6.5,-62.5 parent: 2 - - uid: 17987 + - uid: 26833 components: - type: Transform - pos: -47.5,25.5 + rot: -1.5707963267948966 rad + pos: -5.5,-66.5 parent: 2 - - uid: 17988 + - uid: 26834 components: - type: Transform - pos: -46.5,25.5 + rot: -1.5707963267948966 rad + pos: -4.5,-66.5 parent: 2 - - uid: 17989 + - uid: 26835 components: - type: Transform - pos: -46.5,26.5 + rot: -1.5707963267948966 rad + pos: -3.5,-66.5 parent: 2 - - uid: 17990 + - uid: 26836 components: - type: Transform - pos: -46.5,27.5 + rot: -1.5707963267948966 rad + pos: -2.5,-66.5 parent: 2 - - uid: 17991 + - uid: 26837 components: - type: Transform - pos: -47.5,27.5 + rot: -1.5707963267948966 rad + pos: -0.5,-67.5 parent: 2 - - uid: 17994 + - uid: 26838 components: - type: Transform - pos: -9.5,47.5 + rot: -1.5707963267948966 rad + pos: 0.5,-67.5 parent: 2 - - uid: 17995 + - uid: 26839 components: - type: Transform - pos: -8.5,47.5 + rot: -1.5707963267948966 rad + pos: 1.5,-67.5 parent: 2 - - uid: 17996 + - uid: 26840 components: - type: Transform - pos: -7.5,47.5 + rot: -1.5707963267948966 rad + pos: 2.5,-67.5 parent: 2 - - uid: 17997 + - uid: 26841 components: - type: Transform - pos: -7.5,47.5 + rot: -1.5707963267948966 rad + pos: 3.5,-67.5 parent: 2 - - uid: 17998 + - uid: 26842 components: - type: Transform - pos: -7.5,46.5 + rot: -1.5707963267948966 rad + pos: 4.5,-67.5 parent: 2 - - uid: 17999 + - uid: 26843 components: - type: Transform - pos: -7.5,45.5 + rot: -1.5707963267948966 rad + pos: 5.5,-67.5 parent: 2 - - uid: 18000 + - uid: 26844 components: - type: Transform - pos: -7.5,44.5 + rot: -1.5707963267948966 rad + pos: 6.5,-67.5 parent: 2 - - uid: 18001 + - uid: 26845 components: - type: Transform - pos: -7.5,43.5 + rot: -1.5707963267948966 rad + pos: 7.5,-67.5 parent: 2 - - uid: 18002 + - uid: 26846 components: - type: Transform - pos: -7.5,42.5 + rot: 3.141592653589793 rad + pos: -1.5,-65.5 parent: 2 - - uid: 18003 + - uid: 26847 components: - type: Transform - pos: -7.5,41.5 + rot: 3.141592653589793 rad + pos: -1.5,-64.5 parent: 2 - - uid: 18004 + - uid: 26848 components: - type: Transform - pos: -7.5,40.5 + rot: 3.141592653589793 rad + pos: -1.5,-63.5 parent: 2 - - uid: 18005 + - uid: 26855 components: - type: Transform - pos: -7.5,39.5 + pos: 19.5,-52.5 parent: 2 - - uid: 18006 + - uid: 26856 components: - type: Transform - pos: -7.5,38.5 + pos: 23.5,-52.5 parent: 2 - - uid: 18007 + - uid: 26857 components: - type: Transform - pos: -7.5,37.5 + rot: -1.5707963267948966 rad + pos: 20.5,-53.5 parent: 2 - - uid: 18008 + - uid: 26858 components: - type: Transform - pos: -7.5,37.5 + rot: -1.5707963267948966 rad + pos: 21.5,-53.5 parent: 2 - - uid: 18009 + - uid: 26859 components: - type: Transform - pos: -7.5,36.5 + rot: -1.5707963267948966 rad + pos: 22.5,-53.5 parent: 2 - - uid: 18010 + - uid: 26861 components: - type: Transform - pos: -7.5,36.5 + rot: 3.141592653589793 rad + pos: 19.5,-51.5 parent: 2 - - uid: 18011 + - uid: 26864 components: - type: Transform - pos: -6.5,36.5 + rot: 1.5707963267948966 rad + pos: 18.5,-50.5 parent: 2 - - uid: 18012 + - uid: 26865 components: - type: Transform - pos: -5.5,36.5 + rot: 1.5707963267948966 rad + pos: 44.5,-49.5 parent: 2 - - uid: 18013 + - uid: 26866 components: - type: Transform - pos: -4.5,36.5 + rot: 1.5707963267948966 rad + pos: 43.5,-49.5 parent: 2 - - uid: 18014 + - uid: 26867 components: - type: Transform - pos: -3.5,36.5 + rot: 1.5707963267948966 rad + pos: 42.5,-49.5 parent: 2 - - uid: 18015 + - uid: 26868 components: - type: Transform - pos: -3.5,37.5 + rot: 1.5707963267948966 rad + pos: 41.5,-49.5 parent: 2 - - uid: 18016 + - uid: 26869 components: - type: Transform - pos: -2.5,37.5 + rot: 1.5707963267948966 rad + pos: 40.5,-49.5 parent: 2 - - uid: 18017 + - uid: 26870 components: - type: Transform - pos: -1.5,37.5 + rot: 1.5707963267948966 rad + pos: 39.5,-49.5 parent: 2 - - uid: 18018 + - uid: 26871 components: - type: Transform - pos: -1.5,38.5 + rot: 1.5707963267948966 rad + pos: 38.5,-49.5 parent: 2 - - uid: 18019 + - uid: 26872 components: - type: Transform - pos: -0.5,37.5 + rot: 1.5707963267948966 rad + pos: 37.5,-49.5 parent: 2 - - uid: 18020 + - uid: 26873 components: - type: Transform - pos: 0.5,37.5 + rot: 1.5707963267948966 rad + pos: 36.5,-49.5 parent: 2 - - uid: 18021 + - uid: 26874 components: - type: Transform - pos: 0.5,36.5 + rot: 1.5707963267948966 rad + pos: 35.5,-49.5 parent: 2 - - uid: 18022 + - uid: 26875 components: - type: Transform - pos: 0.5,35.5 + rot: 1.5707963267948966 rad + pos: 34.5,-49.5 parent: 2 - - uid: 18023 + - uid: 26876 components: - type: Transform - pos: 0.5,34.5 + rot: 1.5707963267948966 rad + pos: 33.5,-49.5 parent: 2 - - uid: 18024 + - uid: 26877 components: - type: Transform - pos: 0.5,33.5 + rot: 1.5707963267948966 rad + pos: 32.5,-49.5 parent: 2 - - uid: 18025 + - uid: 26878 components: - type: Transform - pos: 0.5,32.5 + rot: 1.5707963267948966 rad + pos: 30.5,-51.5 parent: 2 - - uid: 18026 + - uid: 26879 components: - type: Transform - pos: 0.5,31.5 + rot: 1.5707963267948966 rad + pos: 29.5,-51.5 parent: 2 - - uid: 18027 + - uid: 26880 components: - type: Transform - pos: 0.5,30.5 + rot: 1.5707963267948966 rad + pos: 28.5,-51.5 parent: 2 - - uid: 18028 + - uid: 26881 components: - type: Transform - pos: 0.5,30.5 + rot: 1.5707963267948966 rad + pos: 27.5,-51.5 parent: 2 - - uid: 18029 + - uid: 26882 components: - type: Transform - pos: -0.5,30.5 + rot: 1.5707963267948966 rad + pos: 26.5,-51.5 parent: 2 - - uid: 18030 + - uid: 26883 components: - type: Transform - pos: -1.5,30.5 + pos: 31.5,-50.5 parent: 2 - - uid: 18031 + - uid: 26887 components: - type: Transform - pos: -2.5,30.5 + rot: 3.141592653589793 rad + pos: 45.5,-48.5 parent: 2 - - uid: 18032 + - uid: 26889 components: - type: Transform - pos: -3.5,30.5 + rot: -1.5707963267948966 rad + pos: 25.5,-51.5 parent: 2 - - uid: 18033 + - uid: 27813 components: - type: Transform - pos: -3.5,29.5 + rot: 1.5707963267948966 rad + pos: 52.5,15.5 parent: 2 - - uid: 18034 + - uid: 32128 components: - type: Transform - pos: -4.5,29.5 + rot: -1.5707963267948966 rad + pos: 49.5,-6.5 parent: 2 - - uid: 18035 + - uid: 32129 components: - type: Transform - pos: -5.5,29.5 + rot: -1.5707963267948966 rad + pos: 48.5,-6.5 parent: 2 - - uid: 18036 + - uid: 32131 components: - type: Transform - pos: 18.5,55.5 + rot: -1.5707963267948966 rad + pos: 47.5,-6.5 parent: 2 - - uid: 18037 + - uid: 32132 components: - type: Transform - pos: 18.5,54.5 + rot: -1.5707963267948966 rad + pos: 46.5,-6.5 parent: 2 - - uid: 18038 + - uid: 32141 components: - type: Transform - pos: 18.5,54.5 + rot: -1.5707963267948966 rad + pos: 45.5,-6.5 parent: 2 - - uid: 18039 + - uid: 32159 components: - type: Transform - pos: 17.5,54.5 + rot: -1.5707963267948966 rad + pos: 44.5,-6.5 parent: 2 - - uid: 18040 + - uid: 32178 components: - type: Transform - pos: 16.5,54.5 + rot: -1.5707963267948966 rad + pos: 43.5,-6.5 parent: 2 - - uid: 18041 + - uid: 32223 components: - type: Transform - pos: 16.5,54.5 + rot: -1.5707963267948966 rad + pos: 42.5,-6.5 parent: 2 - - uid: 18042 + - uid: 32224 components: - type: Transform - pos: 16.5,53.5 + rot: -1.5707963267948966 rad + pos: 41.5,-6.5 parent: 2 - - uid: 18043 + - uid: 32259 components: - type: Transform - pos: 16.5,52.5 + rot: -1.5707963267948966 rad + pos: 40.5,-6.5 parent: 2 - - uid: 18044 + - uid: 32299 components: - type: Transform - pos: 16.5,51.5 + rot: -1.5707963267948966 rad + pos: 39.5,-6.5 parent: 2 - - uid: 18045 + - uid: 32302 components: - type: Transform - pos: 16.5,51.5 + rot: -1.5707963267948966 rad + pos: 38.5,-6.5 parent: 2 - - uid: 18046 + - uid: 32319 components: - type: Transform - pos: 15.5,51.5 + rot: -1.5707963267948966 rad + pos: 37.5,-6.5 parent: 2 - - uid: 18047 + - uid: 32324 components: - type: Transform - pos: 14.5,51.5 + rot: -1.5707963267948966 rad + pos: 36.5,-6.5 parent: 2 - - uid: 18048 + - uid: 32353 components: - type: Transform - pos: 13.5,51.5 + rot: -1.5707963267948966 rad + pos: 35.5,-6.5 parent: 2 - - uid: 18049 + - uid: 32377 components: - type: Transform - pos: 12.5,51.5 + rot: -1.5707963267948966 rad + pos: 34.5,-6.5 parent: 2 - - uid: 18050 + - uid: 32428 components: - type: Transform - pos: 12.5,52.5 + rot: -1.5707963267948966 rad + pos: 33.5,-6.5 parent: 2 - - uid: 18051 + - uid: 32429 components: - type: Transform - pos: 11.5,52.5 + rot: -1.5707963267948966 rad + pos: 32.5,-6.5 parent: 2 - - uid: 18052 + - uid: 32439 components: - type: Transform - pos: 14.5,52.5 + rot: -1.5707963267948966 rad + pos: 31.5,-6.5 parent: 2 - - uid: 18053 + - uid: 32440 components: - type: Transform - pos: 14.5,53.5 + rot: -1.5707963267948966 rad + pos: 30.5,-6.5 parent: 2 - - uid: 18054 + - uid: 32441 components: - type: Transform - pos: 14.5,54.5 + rot: -1.5707963267948966 rad + pos: 29.5,-6.5 parent: 2 - - uid: 18055 + - uid: 32442 components: - type: Transform - pos: 11.5,53.5 + rot: -1.5707963267948966 rad + pos: 28.5,-6.5 parent: 2 - - uid: 18056 + - uid: 32443 components: - type: Transform - pos: 10.5,53.5 + rot: -1.5707963267948966 rad + pos: 27.5,-6.5 parent: 2 - - uid: 18057 + - uid: 32451 components: - type: Transform - pos: 9.5,53.5 + pos: 26.5,-5.5 parent: 2 - - uid: 18058 + - uid: 32455 components: - type: Transform - pos: 8.5,53.5 + rot: -1.5707963267948966 rad + pos: 25.5,-4.5 parent: 2 - - uid: 18059 + - uid: 32456 components: - type: Transform - pos: 7.5,53.5 + rot: -1.5707963267948966 rad + pos: 24.5,-4.5 parent: 2 - - uid: 18060 + - uid: 32457 components: - type: Transform - pos: 6.5,53.5 + rot: -1.5707963267948966 rad + pos: 23.5,-4.5 parent: 2 - - uid: 18061 + - uid: 32458 components: - type: Transform - pos: 6.5,54.5 + rot: -1.5707963267948966 rad + pos: 22.5,-4.5 parent: 2 - - uid: 18062 + - uid: 32596 components: - type: Transform - pos: 5.5,54.5 + rot: -1.5707963267948966 rad + pos: 21.5,-4.5 parent: 2 - - uid: 18063 + - uid: 32597 components: - type: Transform - pos: 4.5,54.5 + rot: -1.5707963267948966 rad + pos: 20.5,-4.5 parent: 2 - - uid: 18064 + - uid: 32598 components: - type: Transform - pos: 3.5,54.5 + rot: -1.5707963267948966 rad + pos: 19.5,-4.5 parent: 2 - - uid: 18065 + - uid: 32599 components: - type: Transform - pos: 2.5,54.5 + rot: -1.5707963267948966 rad + pos: 18.5,-4.5 parent: 2 - - uid: 18066 + - uid: 32613 components: - type: Transform - pos: 1.5,54.5 + rot: -1.5707963267948966 rad + pos: 17.5,-4.5 parent: 2 - - uid: 18067 + - uid: 32614 components: - type: Transform - pos: 0.5,54.5 + rot: -1.5707963267948966 rad + pos: 16.5,-4.5 parent: 2 - - uid: 18068 + - uid: 32616 components: - type: Transform - pos: -0.5,54.5 + rot: -1.5707963267948966 rad + pos: 15.5,-4.5 parent: 2 - - uid: 18069 + - uid: 32617 components: - type: Transform - pos: -1.5,54.5 + rot: -1.5707963267948966 rad + pos: 14.5,-4.5 parent: 2 - - uid: 18070 + - uid: 32618 components: - type: Transform - pos: -2.5,54.5 + rot: -1.5707963267948966 rad + pos: 13.5,-4.5 parent: 2 - - uid: 18071 + - uid: 32619 components: - type: Transform - pos: -3.5,54.5 + rot: -1.5707963267948966 rad + pos: 12.5,-4.5 parent: 2 - - uid: 18072 + - uid: 32620 components: - type: Transform - pos: -4.5,54.5 + rot: -1.5707963267948966 rad + pos: 11.5,-4.5 parent: 2 - - uid: 18073 + - uid: 32621 components: - type: Transform - pos: -5.5,54.5 + rot: -1.5707963267948966 rad + pos: 10.5,-4.5 parent: 2 - - uid: 18074 + - uid: 32622 components: - type: Transform - pos: -5.5,53.5 + rot: -1.5707963267948966 rad + pos: 9.5,-4.5 parent: 2 - - uid: 18075 + - uid: 32623 components: - type: Transform - pos: -6.5,53.5 + rot: -1.5707963267948966 rad + pos: 8.5,-4.5 parent: 2 - - uid: 18076 + - uid: 32624 components: - type: Transform - pos: -7.5,53.5 + rot: -1.5707963267948966 rad + pos: 7.5,-4.5 parent: 2 - - uid: 18077 + - uid: 32625 components: - type: Transform - pos: -8.5,53.5 + rot: -1.5707963267948966 rad + pos: 6.5,-4.5 parent: 2 - - uid: 18078 + - uid: 32626 components: - type: Transform - pos: -8.5,54.5 + rot: -1.5707963267948966 rad + pos: 5.5,-4.5 parent: 2 - - uid: 18079 + - uid: 32627 components: - type: Transform - pos: -0.5,55.5 + rot: -1.5707963267948966 rad + pos: 4.5,-4.5 parent: 2 - - uid: 18080 + - uid: 32628 components: - type: Transform - pos: -0.5,56.5 + rot: -1.5707963267948966 rad + pos: 3.5,-4.5 parent: 2 - - uid: 18081 + - uid: 32674 components: - type: Transform - pos: -0.5,57.5 + rot: -1.5707963267948966 rad + pos: 1.5,-4.5 parent: 2 - - uid: 18082 + - uid: 32675 components: - type: Transform - pos: -0.5,58.5 + rot: -1.5707963267948966 rad + pos: 0.5,-4.5 parent: 2 - - uid: 18083 + - uid: 32676 components: - type: Transform - pos: -0.5,59.5 + rot: -1.5707963267948966 rad + pos: -0.5,-4.5 parent: 2 - - uid: 18084 + - uid: 32677 components: - type: Transform - pos: -0.5,60.5 + rot: -1.5707963267948966 rad + pos: -1.5,-4.5 parent: 2 - - uid: 18085 + - uid: 32678 components: - type: Transform - pos: -0.5,61.5 + rot: -1.5707963267948966 rad + pos: -2.5,-4.5 parent: 2 - - uid: 18086 + - uid: 32679 components: - type: Transform - pos: -0.5,62.5 + rot: -1.5707963267948966 rad + pos: -3.5,-4.5 parent: 2 - - uid: 18087 + - uid: 32680 components: - type: Transform - pos: -0.5,63.5 + rot: -1.5707963267948966 rad + pos: -4.5,-4.5 parent: 2 - - uid: 18088 + - uid: 32681 components: - type: Transform - pos: -0.5,63.5 + rot: -1.5707963267948966 rad + pos: -5.5,-4.5 parent: 2 - - uid: 18089 + - uid: 32682 components: - type: Transform - pos: -1.5,63.5 + rot: -1.5707963267948966 rad + pos: -6.5,-4.5 parent: 2 - - uid: 18090 + - uid: 32683 components: - type: Transform - pos: -2.5,63.5 + rot: -1.5707963267948966 rad + pos: -7.5,-4.5 parent: 2 - - uid: 18091 + - uid: 32684 components: - type: Transform - pos: -3.5,63.5 + rot: -1.5707963267948966 rad + pos: -8.5,-4.5 parent: 2 - - uid: 18092 + - uid: 32685 components: - type: Transform - pos: -4.5,63.5 + rot: -1.5707963267948966 rad + pos: -9.5,-4.5 parent: 2 - - uid: 18093 + - uid: 32686 components: - type: Transform - pos: -4.5,65.5 + rot: -1.5707963267948966 rad + pos: -10.5,-4.5 parent: 2 - - uid: 18094 + - uid: 32687 components: - type: Transform - pos: -4.5,64.5 + rot: -1.5707963267948966 rad + pos: -11.5,-4.5 parent: 2 - - uid: 18097 + - uid: 32688 components: - type: Transform - pos: -21.5,67.5 + rot: -1.5707963267948966 rad + pos: -12.5,-4.5 parent: 2 - - uid: 18098 + - uid: 32689 components: - type: Transform - pos: -22.5,67.5 + rot: -1.5707963267948966 rad + pos: -13.5,-4.5 parent: 2 - - uid: 18099 + - uid: 32690 components: - type: Transform - pos: -22.5,67.5 + rot: -1.5707963267948966 rad + pos: -14.5,-4.5 parent: 2 - - uid: 18100 + - uid: 32691 components: - type: Transform - pos: -22.5,66.5 + rot: -1.5707963267948966 rad + pos: -15.5,-4.5 parent: 2 - - uid: 18101 + - uid: 32692 components: - type: Transform - pos: -22.5,65.5 + rot: -1.5707963267948966 rad + pos: -16.5,-4.5 parent: 2 - - uid: 18102 + - uid: 32693 components: - type: Transform - pos: -22.5,64.5 + rot: -1.5707963267948966 rad + pos: -17.5,-4.5 parent: 2 - - uid: 18103 + - uid: 32694 components: - type: Transform - pos: -22.5,63.5 + rot: -1.5707963267948966 rad + pos: -18.5,-4.5 parent: 2 - - uid: 18104 + - uid: 32695 components: - type: Transform - pos: -22.5,62.5 + rot: -1.5707963267948966 rad + pos: -19.5,-4.5 parent: 2 - - uid: 18105 + - uid: 32696 components: - type: Transform - pos: -22.5,61.5 + rot: -1.5707963267948966 rad + pos: -20.5,-4.5 parent: 2 - - uid: 18106 + - uid: 32697 components: - type: Transform - pos: -22.5,60.5 + rot: -1.5707963267948966 rad + pos: -21.5,-4.5 parent: 2 - - uid: 18107 + - uid: 32698 components: - type: Transform - pos: -22.5,59.5 + rot: -1.5707963267948966 rad + pos: -22.5,-4.5 parent: 2 - - uid: 18108 + - uid: 32699 components: - type: Transform - pos: -22.5,58.5 + rot: -1.5707963267948966 rad + pos: -23.5,-4.5 parent: 2 - - uid: 18109 + - uid: 32832 components: - type: Transform - pos: -22.5,57.5 + rot: -1.5707963267948966 rad + pos: -24.5,-4.5 parent: 2 - - uid: 18110 + - uid: 32833 components: - type: Transform - pos: -22.5,57.5 + rot: -1.5707963267948966 rad + pos: -25.5,-4.5 parent: 2 - - uid: 18111 + - uid: 32838 components: - type: Transform - pos: -21.5,57.5 + rot: -1.5707963267948966 rad + pos: -26.5,-4.5 parent: 2 - - uid: 18112 + - uid: 33355 components: - type: Transform - pos: -21.5,57.5 + rot: 1.5707963267948966 rad + pos: 54.5,15.5 parent: 2 - - uid: 18113 + - uid: 33356 components: - type: Transform - pos: -21.5,56.5 + rot: 1.5707963267948966 rad + pos: 55.5,15.5 parent: 2 - - uid: 18114 + - uid: 33357 components: - type: Transform - pos: -21.5,55.5 + pos: 56.5,14.5 parent: 2 - - uid: 18115 + - uid: 36096 components: - type: Transform - pos: -21.5,54.5 + pos: 52.5,35.5 parent: 2 - - uid: 18116 + - uid: 36097 components: - type: Transform - pos: -20.5,54.5 + pos: 52.5,36.5 parent: 2 - - uid: 18117 + - uid: 36098 components: - type: Transform - pos: -20.5,53.5 + pos: 52.5,37.5 parent: 2 - - uid: 18118 + - uid: 36099 components: - type: Transform - pos: -20.5,52.5 + rot: -1.5707963267948966 rad + pos: 49.5,38.5 parent: 2 - - uid: 18119 + - uid: 36100 components: - type: Transform - pos: -20.5,51.5 + rot: -1.5707963267948966 rad + pos: 50.5,38.5 parent: 2 - - uid: 18120 + - uid: 36101 components: - type: Transform - pos: -20.5,50.5 + rot: -1.5707963267948966 rad + pos: 51.5,38.5 parent: 2 - - uid: 18121 + - uid: 36102 components: - type: Transform - pos: -20.5,50.5 + rot: -1.5707963267948966 rad + pos: 53.5,34.5 parent: 2 - - uid: 18122 + - uid: 36103 components: - type: Transform - pos: -21.5,50.5 + rot: -1.5707963267948966 rad + pos: 54.5,34.5 parent: 2 - - uid: 18123 + - uid: 36104 components: - type: Transform - pos: -22.5,50.5 + rot: -1.5707963267948966 rad + pos: 55.5,34.5 parent: 2 - - uid: 18124 + - uid: 36105 components: - type: Transform - pos: -23.5,50.5 + rot: -1.5707963267948966 rad + pos: 56.5,34.5 parent: 2 - - uid: 18125 + - uid: 42778 components: - type: Transform - pos: -24.5,50.5 + pos: -55.5,8.5 parent: 2 - - uid: 18126 + - uid: 42779 components: - type: Transform - pos: -25.5,50.5 + pos: -55.5,7.5 parent: 2 - - uid: 18128 + - uid: 42780 components: - type: Transform - pos: -25.5,51.5 + pos: -55.5,6.5 parent: 2 - - uid: 18129 + - uid: 42781 components: - type: Transform - pos: -25.5,52.5 + pos: -55.5,5.5 parent: 2 - - uid: 18130 + - uid: 42783 components: - type: Transform - pos: -25.5,52.5 + pos: -56.5,3.5 parent: 2 - - uid: 18131 + - uid: 42784 components: - type: Transform - pos: -26.5,52.5 + pos: -56.5,2.5 parent: 2 - - uid: 18132 + - uid: 42785 components: - type: Transform - pos: -27.5,52.5 + pos: -56.5,1.5 parent: 2 - - uid: 18133 + - uid: 42786 components: - type: Transform - pos: -28.5,52.5 + pos: -56.5,0.5 parent: 2 - - uid: 18134 + - uid: 42787 components: - type: Transform - pos: -28.5,52.5 + pos: -56.5,-0.5 parent: 2 - - uid: 18135 + - uid: 42788 components: - type: Transform - pos: -28.5,53.5 + pos: -56.5,-1.5 parent: 2 - - uid: 18136 + - uid: 42789 components: - type: Transform - pos: -28.5,54.5 + pos: -56.5,-2.5 parent: 2 - - uid: 18138 + - uid: 42790 components: - type: Transform - pos: 16.5,51.5 + pos: -56.5,-3.5 parent: 2 - - uid: 18139 + - uid: 42791 components: - type: Transform - pos: 17.5,51.5 + pos: -56.5,-4.5 parent: 2 - - uid: 18140 + - uid: 42792 components: - type: Transform - pos: 18.5,51.5 + rot: -1.5707963267948966 rad + pos: -57.5,-5.5 parent: 2 - - uid: 18141 + - uid: 42793 components: - type: Transform - pos: 19.5,51.5 + rot: -1.5707963267948966 rad + pos: -58.5,-5.5 parent: 2 - - uid: 18142 + - uid: 42794 components: - type: Transform - pos: 24.5,35.5 + rot: 3.141592653589793 rad + pos: -59.5,-6.5 parent: 2 - - uid: 18143 + - uid: 42795 components: - type: Transform - pos: 19.5,51.5 + rot: 3.141592653589793 rad + pos: -59.5,-7.5 parent: 2 - - uid: 18144 + - uid: 42796 components: - type: Transform - pos: 19.5,50.5 + rot: 3.141592653589793 rad + pos: -59.5,-8.5 parent: 2 - - uid: 18145 + - uid: 42797 components: - type: Transform - pos: 19.5,49.5 + rot: 3.141592653589793 rad + pos: -59.5,-9.5 parent: 2 - - uid: 18146 + - uid: 42798 components: - type: Transform - pos: 19.5,48.5 + rot: 3.141592653589793 rad + pos: -59.5,-10.5 parent: 2 - - uid: 18147 + - uid: 42799 components: - type: Transform - pos: 19.5,47.5 + rot: 3.141592653589793 rad + pos: -59.5,-11.5 parent: 2 - - uid: 18148 + - uid: 42800 components: - type: Transform - pos: 19.5,46.5 + rot: 3.141592653589793 rad + pos: -60.5,-13.5 parent: 2 - - uid: 18149 + - uid: 42801 components: - type: Transform - pos: 19.5,45.5 + rot: 3.141592653589793 rad + pos: -60.5,-14.5 parent: 2 - - uid: 18150 + - uid: 42802 components: - type: Transform - pos: 19.5,44.5 + rot: 3.141592653589793 rad + pos: -60.5,-15.5 parent: 2 - - uid: 18151 + - uid: 42803 components: - type: Transform - pos: 19.5,44.5 + rot: 1.5707963267948966 rad + pos: -61.5,-16.5 parent: 2 - - uid: 18152 +- proto: DisposalRouter + entities: + - uid: 25269 components: - type: Transform - pos: 18.5,44.5 + rot: 1.5707963267948966 rad + pos: -42.5,33.5 parent: 2 - - uid: 18153 + - type: DisposalRouter + tags: + - engineering department + - uid: 25319 components: - type: Transform - pos: 17.5,44.5 + rot: 1.5707963267948966 rad + pos: 1.5,54.5 parent: 2 - - uid: 18154 + - type: DisposalRouter + tags: + - lawyer office + - uid: 25333 components: - type: Transform - pos: 16.5,44.5 + rot: 1.5707963267948966 rad + pos: 11.5,53.5 parent: 2 - - uid: 18155 + - type: DisposalRouter + tags: + - library + - uid: 25510 components: - type: Transform - pos: 15.5,44.5 + rot: -1.5707963267948966 rad + pos: 34.5,-40.5 parent: 2 - - uid: 18156 + - type: DisposalRouter + tags: + - medical department + - uid: 25532 components: - type: Transform - pos: 15.5,45.5 + rot: -1.5707963267948966 rad + pos: 1.5,-51.5 parent: 2 - - uid: 18157 + - type: DisposalRouter + tags: + - bridge + - uid: 25576 components: - type: Transform - pos: 14.5,45.5 + rot: -1.5707963267948966 rad + pos: -29.5,-44.5 parent: 2 - - uid: 18158 + - type: DisposalRouter + tags: + - RND +- proto: DisposalRouterFlipped + entities: + - uid: 25266 components: - type: Transform - pos: 13.5,45.5 + rot: 1.5707963267948966 rad + pos: -45.5,33.5 parent: 2 - - uid: 18159 + - type: DisposalRouter + tags: + - atmos + - uid: 25356 components: - type: Transform - pos: 13.5,44.5 + pos: 26.5,42.5 parent: 2 - - uid: 18160 + - type: DisposalRouter + tags: + - brig + - uid: 25580 components: - type: Transform - pos: 23.5,35.5 + rot: -1.5707963267948966 rad + pos: -37.5,-42.5 parent: 2 - - uid: 18161 + - type: DisposalRouter + tags: + - cargo + - uid: 25675 components: - type: Transform - pos: 22.5,35.5 + rot: 1.5707963267948966 rad + pos: -12.5,53.5 parent: 2 - - uid: 18162 + - type: DisposalRouter + tags: + - hydroponics + - uid: 25711 components: - type: Transform - pos: 21.5,35.5 + pos: 53.5,13.5 parent: 2 - - uid: 18163 + - type: DisposalRouter + tags: + - cleaners +- proto: DisposalTrunk + entities: + - uid: 4632 components: - type: Transform - pos: 20.5,35.5 + pos: -6.5,-46.5 parent: 2 - - uid: 18164 + - uid: 7021 components: - type: Transform - pos: 19.5,35.5 + pos: 39.5,-13.5 parent: 2 - - uid: 18165 + - uid: 12156 components: - type: Transform - pos: 19.5,35.5 + rot: 1.5707963267948966 rad + pos: 25.5,-2.5 parent: 2 - - uid: 18166 + - uid: 25175 components: - type: Transform - pos: 19.5,34.5 + rot: 1.5707963267948966 rad + pos: -65.5,-17.5 parent: 2 - - uid: 18167 + - uid: 25304 components: - type: Transform - pos: 19.5,33.5 + pos: -12.5,55.5 parent: 2 - - uid: 18168 + - uid: 25597 components: - type: Transform - pos: 19.5,32.5 + rot: -1.5707963267948966 rad + pos: -36.5,-47.5 parent: 2 - - uid: 18169 + - uid: 25633 components: - type: Transform - pos: 19.5,31.5 + rot: -1.5707963267948966 rad + pos: -29.5,-33.5 parent: 2 - - uid: 18170 + - uid: 25646 components: - type: Transform - pos: 20.5,31.5 + rot: -1.5707963267948966 rad + pos: -27.5,22.5 parent: 2 - - uid: 18171 + - uid: 25677 components: - type: Transform - pos: 21.5,31.5 + rot: 1.5707963267948966 rad + pos: -2.5,42.5 parent: 2 - - uid: 18172 + - uid: 25702 components: - type: Transform - pos: 22.5,31.5 + rot: -1.5707963267948966 rad + pos: 12.5,44.5 parent: 2 - - uid: 18173 + - uid: 25708 components: - type: Transform - pos: 22.5,31.5 + rot: 3.141592653589793 rad + pos: 31.5,40.5 parent: 2 - - uid: 18174 + - uid: 25713 components: - type: Transform - pos: 22.5,30.5 + rot: -1.5707963267948966 rad + pos: 55.5,13.5 parent: 2 - - uid: 18175 + - uid: 25751 components: - type: Transform - pos: 22.5,29.5 + pos: 12.5,-24.5 parent: 2 - - uid: 18176 + - uid: 25752 components: - type: Transform - pos: 22.5,28.5 + rot: 3.141592653589793 rad + pos: -7.5,-86.5 parent: 2 - - uid: 18177 + - uid: 25808 components: - type: Transform - pos: 22.5,27.5 + rot: 3.141592653589793 rad + pos: -47.5,-1.5 parent: 2 - - uid: 18178 + - uid: 25855 components: - type: Transform - pos: 23.5,27.5 + rot: -1.5707963267948966 rad + pos: -35.5,31.5 parent: 2 - - uid: 18179 + - uid: 26113 components: - type: Transform - pos: 24.5,27.5 + pos: 7.5,-49.5 parent: 2 - - uid: 18180 + - uid: 26214 components: - type: Transform - pos: 25.5,27.5 + rot: -1.5707963267948966 rad + pos: -43.5,39.5 parent: 2 - - uid: 18181 + - uid: 26285 components: - type: Transform - pos: 26.5,27.5 + pos: -55.5,-30.5 parent: 2 - - uid: 18182 + - uid: 26290 components: - type: Transform - pos: 27.5,27.5 + pos: -43.5,45.5 parent: 2 - - uid: 18183 + - uid: 26332 components: - type: Transform - pos: 28.5,27.5 + rot: 3.141592653589793 rad + pos: -29.5,-18.5 parent: 2 - - uid: 18184 + - uid: 26333 components: - type: Transform - pos: 28.5,27.5 + rot: -1.5707963267948966 rad + pos: -22.5,-29.5 parent: 2 - - uid: 18185 + - uid: 26334 components: - type: Transform - pos: 28.5,26.5 + pos: -29.5,-28.5 parent: 2 - - uid: 18186 + - uid: 26348 components: - type: Transform - pos: 28.5,25.5 + pos: -35.5,-24.5 parent: 2 - - uid: 18187 + - uid: 26357 components: - type: Transform - pos: 27.5,25.5 + rot: 1.5707963267948966 rad + pos: -32.5,5.5 parent: 2 - - uid: 18188 + - uid: 26419 components: - type: Transform - pos: 26.5,25.5 + rot: 3.141592653589793 rad + pos: -39.5,20.5 parent: 2 - - uid: 18189 + - uid: 26420 components: - type: Transform - pos: 28.5,25.5 + rot: 1.5707963267948966 rad + pos: -23.5,24.5 parent: 2 - - uid: 18190 + - uid: 26421 components: - type: Transform - pos: 28.5,24.5 + rot: -1.5707963267948966 rad + pos: -21.5,27.5 parent: 2 - - uid: 18191 + - uid: 26432 components: - type: Transform - pos: 28.5,23.5 + pos: -23.5,54.5 parent: 2 - - uid: 18192 + - uid: 26449 components: - type: Transform - pos: 28.5,22.5 + rot: -1.5707963267948966 rad + pos: -12.5,63.5 parent: 2 - - uid: 18193 + - uid: 26450 components: - type: Transform - pos: 28.5,21.5 + pos: 2.5,56.5 parent: 2 - - uid: 18194 + - uid: 26470 components: - type: Transform - pos: 28.5,20.5 + rot: -1.5707963267948966 rad + pos: 2.5,37.5 parent: 2 - - uid: 18195 + - uid: 26472 components: - type: Transform - pos: 28.5,19.5 + rot: 1.5707963267948966 rad + pos: 18.5,44.5 parent: 2 - - uid: 18196 + - uid: 26531 components: - type: Transform - pos: 28.5,18.5 + pos: 48.5,40.5 parent: 2 - - uid: 18197 + - uid: 26538 components: - type: Transform - pos: 28.5,18.5 + rot: -1.5707963267948966 rad + pos: 47.5,50.5 parent: 2 - - uid: 18198 + - uid: 26539 components: - type: Transform - pos: 29.5,18.5 + rot: -1.5707963267948966 rad + pos: 38.5,61.5 parent: 2 - - uid: 18199 + - uid: 26540 components: - type: Transform - pos: 30.5,18.5 + rot: 3.141592653589793 rad + pos: 32.5,40.5 parent: 2 - - uid: 18200 + - uid: 26568 components: - type: Transform - pos: 31.5,18.5 + rot: 1.5707963267948966 rad + pos: 25.5,26.5 parent: 2 - - uid: 18201 + - uid: 26569 components: - type: Transform - pos: 32.5,18.5 + rot: 3.141592653589793 rad + pos: 29.5,16.5 parent: 2 - - uid: 18202 + - uid: 26593 components: - type: Transform - pos: 33.5,18.5 + rot: 3.141592653589793 rad + pos: 62.5,-2.5 parent: 2 - - uid: 18203 + - uid: 26599 components: - type: Transform - pos: 34.5,18.5 + rot: 3.141592653589793 rad + pos: 60.5,-23.5 parent: 2 - - uid: 18204 + - uid: 26633 components: - type: Transform - pos: 34.5,19.5 + pos: 46.5,-34.5 parent: 2 - - uid: 18205 + - uid: 26654 components: - type: Transform - pos: 35.5,19.5 + rot: 1.5707963267948966 rad + pos: 26.5,-19.5 parent: 2 - - uid: 18206 + - uid: 26667 components: - type: Transform - pos: 36.5,19.5 + rot: -1.5707963267948966 rad + pos: 32.5,-2.5 parent: 2 - - uid: 18208 + - uid: 26678 components: - type: Transform - pos: 19.5,49.5 + rot: -1.5707963267948966 rad + pos: 38.5,-29.5 parent: 2 - - uid: 18209 + - uid: 26702 components: - type: Transform - pos: 61.5,17.5 + rot: -1.5707963267948966 rad + pos: 2.5,-32.5 parent: 2 - - uid: 18210 + - uid: 26707 components: - type: Transform - pos: 60.5,17.5 + rot: 1.5707963267948966 rad + pos: -1.5,-32.5 parent: 2 - - uid: 18211 + - uid: 26708 components: - type: Transform - pos: 59.5,17.5 + pos: -2.5,-35.5 parent: 2 - - uid: 18212 + - uid: 26731 components: - type: Transform - pos: 58.5,17.5 + rot: 1.5707963267948966 rad + pos: 4.5,-39.5 parent: 2 - - uid: 18213 + - uid: 26748 components: - type: Transform - pos: 57.5,17.5 + pos: 9.5,-24.5 parent: 2 - - uid: 18214 + - uid: 26757 components: - type: Transform - pos: 62.5,17.5 + rot: 3.141592653589793 rad + pos: 8.5,-86.5 parent: 2 - - uid: 18215 + - uid: 26807 components: - type: Transform - pos: 63.5,17.5 + pos: -7.5,-61.5 parent: 2 - - uid: 18216 + - uid: 26808 components: - type: Transform - pos: 66.5,19.5 + rot: -1.5707963267948966 rad + pos: 8.5,-61.5 parent: 2 - - uid: 18217 + - uid: 26860 components: - type: Transform - pos: 64.5,17.5 + pos: 24.5,-50.5 parent: 2 - - uid: 18218 + - uid: 26888 components: - type: Transform - pos: 66.5,18.5 + pos: 45.5,-47.5 parent: 2 - - uid: 18219 + - uid: 26891 components: - type: Transform - pos: 66.5,17.5 + pos: -17.5,-47.5 parent: 2 - - uid: 18220 + - uid: 27606 components: - type: Transform - pos: 65.5,17.5 + pos: -44.5,-36.5 parent: 2 - - uid: 18221 + - uid: 30848 components: - type: Transform - pos: 66.5,17.5 + rot: -1.5707963267948966 rad + pos: -47.5,13.5 parent: 2 - - uid: 18222 + - uid: 32632 components: - type: Transform - pos: 27.5,54.5 + pos: 2.5,-3.5 parent: 2 - - uid: 18223 + - uid: 32844 components: - type: Transform - pos: 28.5,54.5 + pos: -27.5,-3.5 parent: 2 - - uid: 18224 + - uid: 33359 components: - type: Transform - pos: 28.5,54.5 + rot: 3.141592653589793 rad + pos: 56.5,13.5 parent: 2 - - uid: 18225 + - uid: 36095 components: - type: Transform - pos: 28.5,55.5 + pos: 57.5,35.5 parent: 2 - - uid: 18226 +- proto: DisposalUnit + entities: + - uid: 3986 components: - type: Transform - pos: 28.5,56.5 + pos: 39.5,-13.5 parent: 2 - - uid: 18227 + - uid: 4872 components: - type: Transform - pos: 27.5,56.5 + pos: 7.5,-49.5 parent: 2 - - uid: 18228 + - uid: 8429 components: - type: Transform - pos: 29.5,27.5 + pos: -12.5,63.5 parent: 2 - - uid: 18229 + - uid: 8856 components: - type: Transform - pos: 29.5,28.5 + pos: 60.5,-23.5 parent: 2 - - uid: 18230 + - uid: 10373 components: - type: Transform - pos: 29.5,29.5 + pos: -47.5,-1.5 parent: 2 - - uid: 18231 + - uid: 10388 components: - type: Transform - pos: 29.5,30.5 + pos: -22.5,-29.5 parent: 2 - - uid: 18232 + - uid: 11387 components: - type: Transform - pos: 29.5,31.5 + pos: 38.5,61.5 parent: 2 - - uid: 18233 + - uid: 11388 components: - type: Transform - pos: 29.5,32.5 + pos: 47.5,50.5 parent: 2 - - uid: 18234 + - uid: 11392 components: - type: Transform - pos: 29.5,33.5 + pos: 29.5,16.5 parent: 2 - - uid: 18235 + - uid: 11642 components: - type: Transform - pos: 29.5,33.5 + pos: -23.5,24.5 parent: 2 - - uid: 18236 + - uid: 12734 components: - type: Transform - pos: 30.5,33.5 + pos: -39.5,20.5 parent: 2 - - uid: 18237 + - uid: 12736 components: - type: Transform - pos: 31.5,33.5 + pos: -6.5,-46.5 parent: 2 - - uid: 18238 + - uid: 13138 components: - type: Transform - pos: 32.5,33.5 + pos: -1.5,-32.5 parent: 2 - - uid: 18239 + - uid: 13789 components: - type: Transform - pos: 33.5,33.5 + pos: -23.5,54.5 parent: 2 - - uid: 18240 + - uid: 14503 components: - type: Transform - pos: 34.5,33.5 + pos: 2.5,37.5 parent: 2 - - uid: 18241 + - uid: 19580 components: - type: Transform - pos: 35.5,33.5 + pos: -27.5,-3.5 parent: 2 - - uid: 18242 + - uid: 19582 components: - type: Transform - pos: 36.5,33.5 + pos: 2.5,-3.5 parent: 2 - - uid: 18243 + - uid: 24286 components: - type: Transform - pos: 37.5,33.5 + pos: 56.5,13.5 parent: 2 - - uid: 18244 + - uid: 24996 components: - type: Transform - pos: 37.5,33.5 + pos: -7.5,-86.5 parent: 2 - - uid: 18245 + - uid: 25143 components: - type: Transform - pos: 37.5,34.5 + pos: -35.5,-24.5 parent: 2 - - uid: 18246 + - uid: 25144 components: - type: Transform - pos: 37.5,35.5 + pos: -29.5,-28.5 parent: 2 - - uid: 18247 + - uid: 25145 components: - type: Transform - pos: 37.5,36.5 + pos: -11.5,-25.5 parent: 2 - - uid: 18248 + - uid: 25146 components: - type: Transform - pos: 37.5,37.5 + pos: -29.5,-18.5 parent: 2 - - uid: 18249 + - uid: 25147 components: - type: Transform - pos: 37.5,38.5 + pos: -19.5,-32.5 parent: 2 - - uid: 18250 + - uid: 25148 components: - type: Transform - pos: 37.5,39.5 + pos: -44.5,-36.5 parent: 2 - - uid: 18251 + - uid: 25149 components: - type: Transform - pos: 37.5,40.5 + pos: -55.5,-30.5 parent: 2 - - uid: 18252 + - uid: 25150 components: - type: Transform - pos: 36.5,40.5 + pos: -17.5,-47.5 parent: 2 - - uid: 18253 + - uid: 25151 components: - type: Transform - pos: 37.5,38.5 + pos: 8.5,-86.5 parent: 2 - - uid: 18254 + - uid: 25152 components: - type: Transform - pos: 38.5,38.5 + pos: -7.5,-61.5 parent: 2 - - uid: 18255 + - uid: 25153 components: - type: Transform - pos: 39.5,38.5 + pos: 8.5,-61.5 parent: 2 - - uid: 18256 + - uid: 25154 components: - type: Transform - pos: 40.5,38.5 + pos: 24.5,-50.5 parent: 2 - - uid: 18257 + - uid: 25155 components: - type: Transform - pos: 41.5,38.5 + pos: 45.5,-47.5 parent: 2 - - uid: 18258 + - uid: 25156 components: - type: Transform - pos: 42.5,38.5 + pos: 38.5,-29.5 parent: 2 - - uid: 18259 + - uid: 25157 components: - type: Transform - pos: 43.5,38.5 + pos: 26.5,-19.5 parent: 2 - - uid: 18260 + - uid: 25158 components: - type: Transform - pos: 44.5,38.5 + pos: 32.5,-2.5 parent: 2 - - uid: 18261 + - uid: 25159 components: - type: Transform - pos: 44.5,36.5 + pos: 46.5,-34.5 parent: 2 - - uid: 18262 + - uid: 25160 components: - type: Transform - pos: 44.5,37.5 + pos: 62.5,-2.5 parent: 2 - - uid: 18263 + - uid: 25161 components: - type: Transform - pos: 44.5,38.5 + pos: 32.5,40.5 parent: 2 - - uid: 18264 + - uid: 25162 components: - type: Transform - pos: 45.5,38.5 + pos: 48.5,40.5 parent: 2 - - uid: 18265 + - uid: 25163 components: - type: Transform - pos: 46.5,38.5 + pos: 2.5,56.5 parent: 2 - - uid: 18266 + - uid: 25165 components: - type: Transform - pos: 47.5,38.5 + pos: -21.5,27.5 parent: 2 - - uid: 18267 + - uid: 25166 components: - type: Transform - pos: 48.5,38.5 + pos: -35.5,31.5 parent: 2 - - uid: 18268 + - uid: 25167 components: - type: Transform - pos: 49.5,38.5 + pos: -32.5,5.5 parent: 2 - - uid: 18269 + - uid: 25168 components: - type: Transform - pos: 50.5,38.5 + pos: -2.5,-35.5 parent: 2 - - uid: 18270 + - uid: 25169 components: - type: Transform - pos: 51.5,38.5 + pos: 4.5,-39.5 parent: 2 - - uid: 18271 + - uid: 25171 components: - type: Transform - pos: 52.5,38.5 + pos: 18.5,44.5 parent: 2 - - uid: 18272 + - uid: 25173 components: - type: Transform - pos: 52.5,38.5 + pos: -55.5,34.5 parent: 2 - - uid: 18273 + - uid: 25174 components: - type: Transform - pos: 52.5,37.5 + pos: -43.5,39.5 parent: 2 - - uid: 18274 + - uid: 26550 components: - type: Transform - pos: 52.5,36.5 + pos: 25.5,26.5 parent: 2 - - uid: 18275 + - uid: 27557 components: - type: Transform - pos: 52.5,35.5 + pos: 25.5,35.5 parent: 2 - - uid: 18276 + - uid: 30847 components: - type: Transform - pos: 52.5,35.5 + pos: -47.5,13.5 parent: 2 - - uid: 18277 + - uid: 36091 components: - type: Transform - pos: 53.5,35.5 + pos: 57.5,35.5 parent: 2 - - uid: 18278 +- proto: DogBed + entities: + - uid: 5682 components: - type: Transform - pos: 54.5,35.5 + pos: -5.5,-44.5 parent: 2 - - uid: 18279 + - uid: 6771 components: - type: Transform - pos: 49.5,38.5 + pos: 24.5,-17.5 parent: 2 - - uid: 18280 + - uid: 8436 components: + - type: MetaData + name: Паучья лежанка - type: Transform - pos: 49.5,39.5 + pos: 47.5,54.5 parent: 2 - - uid: 18281 + - uid: 12264 components: - type: Transform - pos: 49.5,40.5 + pos: 23.5,-36.5 parent: 2 - - uid: 18282 + - uid: 12519 components: - type: Transform - pos: 49.5,41.5 + pos: -10.5,68.5 parent: 2 - - uid: 18283 + - uid: 12520 components: - type: Transform - pos: 49.5,42.5 + pos: -11.5,68.5 parent: 2 - - uid: 18284 +- proto: DonkpocketBoxSpawner + entities: + - uid: 5060 components: - type: Transform - pos: 49.5,43.5 + rot: -1.5707963267948966 rad + pos: -10.5,-24.5 parent: 2 - - uid: 18285 + - uid: 5539 components: - type: Transform - pos: 49.5,44.5 + pos: -60.5,-30.5 parent: 2 - - uid: 18286 + - uid: 7425 components: - type: Transform - pos: 49.5,45.5 + pos: 7.5,-27.5 parent: 2 - - uid: 18287 + - uid: 7426 components: - type: Transform - pos: 49.5,46.5 + pos: 8.5,-27.5 parent: 2 - - uid: 18288 + - uid: 7991 components: - type: Transform - pos: 49.5,46.5 + pos: -38.5,26.5 parent: 2 - - uid: 18289 + - uid: 8222 components: - type: Transform - pos: 48.5,46.5 + pos: -58.5,33.5 parent: 2 - - uid: 18290 + - uid: 10215 components: - type: Transform - pos: 47.5,46.5 + pos: 21.5,26.5 parent: 2 - - uid: 18291 + - uid: 10216 components: - type: Transform - pos: 47.5,46.5 + pos: 21.5,26.5 parent: 2 - - uid: 18292 + - uid: 11152 components: - type: Transform - pos: 47.5,47.5 + pos: 71.5,-26.5 parent: 2 - - uid: 18293 + - uid: 13524 components: - type: Transform - pos: 47.5,48.5 + pos: -49.5,-44.5 parent: 2 - - uid: 18294 + - uid: 13568 components: - type: Transform - pos: 39.5,38.5 + pos: 60.5,3.5 parent: 2 - - uid: 18295 + - uid: 27091 components: - type: Transform - pos: 39.5,39.5 + pos: 31.5,52.5 parent: 2 - - uid: 18296 + - uid: 31306 components: - type: Transform - pos: 39.5,40.5 - parent: 2 - - uid: 18297 + rot: -1.5707963267948966 rad + pos: 9.5,2.5 + parent: 30892 +- proto: DoorElectronics + entities: + - uid: 7931 components: - type: Transform - pos: 39.5,41.5 + pos: -39.1078,3.439167 parent: 2 - - uid: 18298 + - uid: 7932 components: - type: Transform - pos: 39.5,42.5 + pos: -39.279675,3.782917 parent: 2 - - uid: 18299 + - uid: 7933 components: - type: Transform - pos: 39.5,43.5 + pos: -39.63905,3.751667 parent: 2 - - uid: 18300 + - uid: 7934 components: - type: Transform - pos: 39.5,44.5 + pos: -39.5453,3.486042 parent: 2 - - uid: 18301 +- proto: DoubleEmergencyOxygenTankFilled + entities: + - uid: 8166 components: - type: Transform - pos: 39.5,45.5 + pos: -50.302032,29.495762 parent: 2 - - uid: 18302 + - uid: 8167 components: - type: Transform - pos: 39.5,46.5 + pos: -50.427032,29.745762 parent: 2 - - uid: 18304 +- proto: Dresser + entities: + - uid: 4593 components: - type: Transform - pos: 38.5,46.5 + pos: 37.5,-45.5 parent: 2 - - uid: 18305 + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 4594 + - 4595 + - 4629 + - 4638 + - 4877 + - uid: 4908 components: - type: Transform - pos: 38.5,47.5 + pos: -12.5,-19.5 parent: 2 - - uid: 18306 +- proto: DresserFilled + entities: + - uid: 5613 components: - type: Transform - pos: 38.5,48.5 + pos: -9.5,-41.5 parent: 2 - - uid: 18307 + - uid: 6121 components: - type: Transform - pos: 38.5,49.5 + pos: 12.5,-36.5 parent: 2 - - uid: 18308 + - uid: 13148 components: - type: Transform - pos: 38.5,50.5 + pos: 8.5,39.5 parent: 2 - - uid: 18309 + - uid: 26619 components: - type: Transform - pos: 38.5,51.5 + pos: 47.5,51.5 parent: 2 - - uid: 18310 +- proto: DrinkAbsintheBottleFull + entities: + - uid: 24204 components: - type: Transform - pos: 38.5,52.5 + pos: 38.518837,-60.240944 parent: 2 - - uid: 18311 +- proto: DrinkAmasecGlass + entities: + - uid: 36749 components: - type: Transform - pos: 38.5,53.5 + pos: 33.397324,28.67384 parent: 2 - - uid: 18313 +- proto: DrinkBahamaMama + entities: + - uid: 36615 components: - type: Transform - pos: 38.5,53.5 - parent: 2 - - uid: 18314 + pos: 8.514618,-1.1887264 + parent: 36450 +- proto: DrinkBananaHonkGlass + entities: + - uid: 7080 components: - type: Transform - pos: 37.5,53.5 + pos: 32.477547,3.4052465 parent: 2 - - uid: 18315 +- proto: DrinkBeerBottleFull + entities: + - uid: 10381 components: - type: Transform - pos: 36.5,53.5 + pos: -35.301826,-17.65256 parent: 2 - - uid: 18316 + - uid: 14238 components: - type: Transform - pos: 35.5,53.5 + pos: -53.352406,-51.888752 parent: 2 - - uid: 18317 + - uid: 14242 components: - type: Transform - pos: 34.5,53.5 + pos: -53.68053,-52.216877 parent: 2 - - uid: 18318 + - uid: 26174 components: - type: Transform - pos: 33.5,53.5 + pos: 33.40446,-70.17718 parent: 2 - - uid: 18319 + - uid: 31673 components: - type: Transform - pos: 32.5,53.5 + pos: -16.490086,76.983 parent: 2 - - uid: 18320 + - uid: 31678 components: - type: Transform - pos: 31.5,53.5 + rot: -1.5707963267948966 rad + pos: -16.25571,76.57675 parent: 2 - - uid: 18321 + - uid: 32851 components: - type: Transform - pos: 30.5,53.5 - parent: 2 - - uid: 18322 + pos: -14.703186,-6.0062637 + parent: 14592 + - uid: 32855 components: - type: Transform - pos: 29.5,53.5 - parent: 2 - - uid: 18323 + pos: -14.3966675,-5.991661 + parent: 14592 + - uid: 32858 components: - type: Transform - pos: 29.5,54.5 - parent: 2 - - uid: 18324 + pos: -14.250671,-6.123108 + parent: 14592 + - uid: 32859 components: - type: Transform - pos: 28.5,57.5 - parent: 2 - - uid: 18325 + pos: -14.513428,-6.152321 + parent: 14592 + - uid: 32860 components: - type: Transform - pos: 28.5,58.5 - parent: 2 - - uid: 18326 + pos: -14.338257,-6.298378 + parent: 14592 + - uid: 37367 components: - type: Transform - pos: 28.5,58.5 - parent: 2 - - uid: 18327 + pos: 16.518654,-10.15654 + parent: 36907 + - uid: 37368 components: - type: Transform - pos: 27.5,58.5 - parent: 2 - - uid: 18328 + pos: 24.133484,-6.0355434 + parent: 36907 + - uid: 37369 components: - type: Transform - pos: 26.5,58.5 - parent: 2 - - uid: 18329 + pos: 24.303623,-6.1570997 + parent: 36907 + - uid: 37370 components: - type: Transform - pos: 25.5,58.5 - parent: 2 - - uid: 18330 + pos: 24.546677,-6.0841656 + parent: 36907 + - uid: 37371 components: - type: Transform - pos: 24.5,58.5 - parent: 2 - - uid: 18331 + pos: 25.5513,41.804924 + parent: 36907 + - uid: 37372 components: - type: Transform - pos: 23.5,58.5 - parent: 2 - - uid: 18332 + pos: 57.582478,0.917543 + parent: 36907 + - uid: 37373 components: - type: Transform - pos: 23.5,58.5 - parent: 2 - - uid: 18333 + pos: 57.379036,2.2297597 + parent: 36907 + - uid: 37374 components: - type: Transform - pos: 23.5,59.5 - parent: 2 - - uid: 18334 + pos: 56.836517,1.6415238 + parent: 36907 +- proto: DrinkBeerglass + entities: + - uid: 14587 components: - type: Transform - pos: 23.5,60.5 + pos: -28.524456,-54.377598 parent: 2 - - uid: 18335 +- proto: DrinkBottleBeer + entities: + - uid: 11532 components: - type: Transform - pos: 23.5,61.5 + pos: 67.586876,-12.392559 parent: 2 - - uid: 18336 + - uid: 13574 components: - type: Transform - pos: 23.5,62.5 + pos: 62.17053,8.781519 parent: 2 - - uid: 18337 + - uid: 14518 components: - type: Transform - pos: 23.5,63.5 + pos: -28.337963,-49.343258 parent: 2 - - uid: 18347 + - uid: 32862 components: - type: Transform - pos: 22.5,62.5 - parent: 2 - - uid: 18350 + pos: -13.469299,-6.298378 + parent: 14592 + - uid: 37375 components: - type: Transform - pos: 56.5,17.5 - parent: 2 - - uid: 18351 + rot: -1.5707963267948966 rad + pos: 22.703077,41.533432 + parent: 36907 + - uid: 37376 components: - type: Transform - pos: 55.5,17.5 - parent: 2 - - uid: 18352 + rot: -1.5707963267948966 rad + pos: 23.968956,40.492706 + parent: 36907 +- proto: DrinkBottlePatron + entities: + - uid: 11525 components: - type: Transform - pos: 54.5,17.5 + pos: 59.33849,-10.210609 parent: 2 - - uid: 18353 +- proto: DrinkBottleRum + entities: + - uid: 11526 components: - type: Transform - pos: 54.5,18.5 + rot: -1.5707963267948966 rad + pos: 59.61974,-10.741859 parent: 2 - - uid: 18357 +- proto: DrinkChampagneBottleFull + entities: + - uid: 32065 components: - type: Transform - pos: 62.5,13.5 + pos: 47.62847,-48.291786 parent: 2 - - uid: 18358 +- proto: DrinkChocolateGlass + entities: + - uid: 43249 components: - type: Transform - pos: 62.5,12.5 + pos: 37.238503,61.848515 parent: 2 - - uid: 18359 + - uid: 43250 components: - type: Transform - pos: 63.5,12.5 + pos: 37.363503,61.660885 parent: 2 - - uid: 18360 +- proto: DrinkColaCan + entities: + - uid: 6962 components: - type: Transform - pos: 64.5,12.5 + pos: 40.339653,-26.821903 parent: 2 - - uid: 18361 + - type: SolutionContainerManager + solutions: + drink: + temperature: 293.15 + canMix: False + canReact: True + maxVol: 30 + name: null + reagents: + - data: null + ReagentId: Wine + Quantity: 30 + - uid: 6963 components: - type: Transform - pos: 65.5,12.5 + pos: 40.730278,-26.962528 parent: 2 - - uid: 18362 +- proto: DrinkDoctorsDelightGlass + entities: + - uid: 7108 components: - type: Transform - pos: 66.5,12.5 + pos: 49.379124,-35.311634 parent: 2 - - uid: 18363 + - uid: 7109 components: - type: Transform - pos: 66.5,12.5 + pos: 49.691624,-35.20226 parent: 2 - - uid: 18364 +- proto: DrinkDrGibbCan + entities: + - uid: 9511 components: - type: Transform - pos: 66.5,11.5 + pos: 24.672577,-58.529087 parent: 2 - - uid: 18365 +- proto: DrinkEnergyDrinkCan + entities: + - uid: 9515 components: - type: Transform - pos: 66.5,10.5 + pos: 24.485077,-59.34902 parent: 2 - - uid: 18366 +- proto: DrinkGlass + entities: + - uid: 10163 components: - type: Transform - pos: 66.5,10.5 + pos: 19.78296,70.93561 parent: 2 - - uid: 18367 + - uid: 10187 components: - type: Transform - pos: 65.5,10.5 + pos: 19.591822,70.73248 parent: 2 - - uid: 18368 + - uid: 10191 components: - type: Transform - pos: 64.5,10.5 + pos: 19.435572,70.56061 parent: 2 - - uid: 18369 + - uid: 10192 components: - type: Transform - pos: 63.5,10.5 + pos: 19.294947,70.76373 parent: 2 - - uid: 18370 + - uid: 11644 components: - type: Transform - pos: 62.5,10.5 + pos: 47.551365,-48.20568 parent: 2 - - uid: 18371 + - uid: 11819 components: - type: Transform - pos: 61.5,10.5 + pos: 47.832615,-48.190056 parent: 2 - - uid: 18372 + - uid: 11820 components: - type: Transform - pos: 60.5,10.5 + pos: 47.28574,-48.20568 parent: 2 - - uid: 18373 + - uid: 32866 components: - type: Transform - pos: 60.5,10.5 - parent: 2 - - uid: 18374 + pos: 2.7798462,-5.8792114 + parent: 14592 + - uid: 32869 components: - type: Transform - pos: 60.5,9.5 - parent: 2 - - uid: 18375 + pos: 2.5923462,-5.8792114 + parent: 14592 + - uid: 32870 components: - type: Transform - pos: 60.5,9.5 - parent: 2 - - uid: 18376 + pos: 2.3735962,-5.8792114 + parent: 14592 + - uid: 32871 components: - type: Transform - pos: 59.5,9.5 - parent: 2 - - uid: 18377 + pos: 2.2017212,-5.8635864 + parent: 14592 + - uid: 36170 components: - type: Transform - pos: 58.5,9.5 + pos: -47.247467,-6.869722 parent: 2 - - uid: 18378 + - uid: 36171 components: - type: Transform - pos: 57.5,9.5 + pos: -47.481842,-6.869722 parent: 2 - - uid: 18380 + - uid: 36172 components: - type: Transform - pos: 57.5,9.5 + pos: -47.669342,-6.869722 parent: 2 - - uid: 18381 +- proto: DrinkGoldenCup + entities: + - uid: 14482 components: - type: Transform - pos: 57.5,8.5 + pos: -31.339735,-46.357964 parent: 2 - - uid: 18382 +- proto: DrinkGrapeCan + entities: + - uid: 7389 components: - type: Transform - pos: 57.5,7.5 + pos: -42.346054,14.765334 parent: 2 - - uid: 18383 + - uid: 7403 components: - type: Transform - pos: 57.5,6.5 + pos: -42.58043,14.921584 parent: 2 - - uid: 18384 + - uid: 9509 components: - type: Transform - pos: 57.5,5.5 + pos: 24.656952,-58.263462 parent: 2 - - uid: 18385 +- proto: DrinkGreenTea + entities: + - uid: 9368 components: - type: Transform - pos: 57.5,5.5 + pos: -48.778008,10.637245 parent: 2 - - uid: 18386 + - uid: 9456 components: - type: Transform - pos: 58.5,5.5 + pos: -48.340508,10.512245 parent: 2 - - uid: 18387 + - uid: 42970 components: - type: Transform - pos: 59.5,5.5 + pos: 8.686939,-64.15389 parent: 2 - - uid: 18388 + - uid: 42971 components: - type: Transform - pos: 60.5,5.5 + pos: 8.515064,-64.57577 parent: 2 - - uid: 18389 +- proto: DrinkHotCoco + entities: + - uid: 5229 components: - type: Transform - pos: 60.5,5.5 + pos: -13.706511,-22.357067 parent: 2 - - uid: 18390 + - uid: 5628 components: - type: Transform - pos: 60.5,6.5 + pos: -9.607775,-42.57546 parent: 2 - - uid: 18391 + - uid: 6741 components: - type: Transform - pos: -8.5,-35.5 + pos: 13.796219,-16.293522 parent: 2 - - uid: 18392 + - uid: 11478 components: - type: Transform - pos: 60.5,6.5 + pos: 36.5138,3.0506535 parent: 2 - - uid: 18393 + - uid: 31119 components: - type: Transform - pos: 61.5,6.5 + pos: -11.714604,45.560364 parent: 2 - - uid: 18394 +- proto: DrinkHotCoffee + entities: + - uid: 8831 components: - type: Transform - pos: 62.5,6.5 + pos: 52.818253,-21.218494 parent: 2 - - uid: 18395 + - uid: 8921 components: - type: Transform - pos: 63.5,6.5 + pos: 39.691677,-43.07593 parent: 2 - - uid: 18396 + - uid: 9000 components: - type: Transform - pos: 64.5,6.5 + pos: 41.79138,-45.55439 parent: 2 - - uid: 18397 + - uid: 10241 components: - type: Transform - pos: 64.5,7.5 + pos: 31.44641,25.654678 parent: 2 - - uid: 18398 + - uid: 12530 components: - type: Transform - pos: 63.5,5.5 + pos: -32.232033,38.799683 parent: 2 - - uid: 18399 + - uid: 12531 components: - type: Transform - pos: 63.5,4.5 + pos: -32.700783,38.580933 parent: 2 - - uid: 18400 + - uid: 13546 components: - type: Transform - pos: 63.5,3.5 + pos: -40.35573,-47.018475 parent: 2 - - uid: 18401 + - uid: 13573 components: - type: Transform - pos: 63.5,2.5 + pos: 68.26973,5.475336 parent: 2 - - uid: 18402 +- proto: DrinkIcedTeaCan + entities: + - uid: 9514 components: - type: Transform - pos: 63.5,1.5 + pos: 24.688202,-58.825962 parent: 2 - - uid: 18403 +- proto: DrinkJarWhat + entities: + - uid: 5543 components: + - type: MetaData + name: Банка нюравухи - type: Transform - pos: 63.5,0.5 + pos: -41.452564,-37.387398 parent: 2 - - uid: 18404 +- proto: DrinkLemonadeGlass + entities: + - uid: 10048 components: - type: Transform - pos: 63.5,-0.5 + pos: -21.536694,-63.395775 parent: 2 - - uid: 18405 +- proto: DrinkLemonLimeCan + entities: + - uid: 5061 components: - type: Transform - pos: 63.5,-1.5 + pos: -10.592207,-22.394436 parent: 2 - - uid: 18406 + - uid: 5062 components: - type: Transform - pos: 63.5,-2.5 + pos: -10.35371,-22.651278 parent: 2 - - uid: 18408 + - uid: 5063 components: - type: Transform - pos: 63.5,-2.5 + pos: -10.66559,-22.834736 parent: 2 - - uid: 18409 + - uid: 7988 components: - type: Transform - pos: 62.5,-2.5 + pos: -40.761154,26.545244 parent: 2 - - uid: 18410 + - uid: 7989 components: - type: Transform - pos: 61.5,-2.5 + pos: -40.479904,26.795244 parent: 2 - - uid: 18413 + - uid: 7990 components: - type: Transform - pos: 57.5,-10.5 + pos: -40.43303,26.482744 parent: 2 - - uid: 18414 + - uid: 8073 components: - type: Transform - pos: 56.5,-10.5 + pos: -30.094479,33.546738 parent: 2 - - uid: 18415 + - uid: 9275 components: - type: Transform - pos: 56.5,-9.5 + pos: 24.344452,-58.622837 parent: 2 - - uid: 18416 +- proto: DrinkLimeJuice + entities: + - uid: 6246 components: - type: Transform - pos: 56.5,-8.5 + pos: -3.7487578,68.89485 parent: 2 - - uid: 18417 +- proto: DrinkMilkCarton + entities: + - uid: 12763 components: - type: Transform - pos: 56.5,-7.5 + pos: -10.675495,57.655773 parent: 2 - - uid: 18418 +- proto: DrinkMoonshineGlass + entities: + - uid: 34397 components: - type: Transform - pos: 56.5,-6.5 - parent: 2 - - uid: 18419 + parent: 34280 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 35676 components: - type: Transform - pos: 56.5,-6.5 - parent: 2 - - uid: 18420 + parent: 34280 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 35821 components: - type: Transform - pos: 55.5,-6.5 - parent: 2 - - uid: 18421 + parent: 34280 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 37377 components: - type: Transform - pos: 54.5,-6.5 - parent: 2 - - uid: 18422 + rot: 3.141592653589793 rad + pos: 25.274261,41.72608 + parent: 36907 +- proto: DrinkMugBlue + entities: + - uid: 6757 components: - type: Transform - pos: 53.5,-6.5 + pos: 16.739584,-15.587814 parent: 2 - - uid: 18423 + - uid: 10774 components: - type: Transform - pos: 52.5,-6.5 + pos: -4.2937546,40.839783 parent: 2 - - uid: 18424 + - type: SolutionContainerManager + solutions: + drink: + temperature: 293.15 + canMix: True + canReact: True + maxVol: 20 + name: null + reagents: + - data: null + ReagentId: Coffee + Quantity: 20 + - uid: 27090 components: - type: Transform - pos: 52.5,-6.5 + pos: 30.88635,52.53454 parent: 2 - - uid: 18425 +- proto: DrinkMugDog + entities: + - uid: 5235 components: - type: Transform - pos: 52.5,-7.5 + pos: -24.50151,-17.590546 parent: 2 - - uid: 18426 + - uid: 5683 components: - type: Transform - pos: 52.5,-8.5 + pos: -2.7454734,-46.19485 parent: 2 - - uid: 18427 + - uid: 6845 components: - type: Transform - pos: 52.5,-9.5 + pos: 23.272205,-33.19112 parent: 2 - - uid: 18428 + - uid: 13214 components: - type: Transform - pos: 52.5,-10.5 + pos: 5.5878577,39.755898 parent: 2 - - uid: 18429 +- proto: DrinkMugGreen + entities: + - uid: 5230 components: - type: Transform - pos: 52.5,-11.5 + pos: -10.514324,-24.4485 parent: 2 - - uid: 18430 + - uid: 5717 components: - type: Transform - pos: 54.5,-11.5 + pos: -7.6204095,-34.241974 parent: 2 - - uid: 18431 + - uid: 9390 components: - type: Transform - pos: 53.5,-11.5 + pos: 58.182102,-33.73661 parent: 2 - - uid: 18432 + - type: CollisionWake + enabled: False + - type: Physics + sleepingAllowed: False + - uid: 36748 components: - type: Transform - pos: 53.5,-5.5 + pos: 31.566324,28.67384 parent: 2 - - uid: 18433 +- proto: DrinkMugMetal + entities: + - uid: 27089 components: - type: Transform - pos: 53.5,-4.5 + pos: 32.247406,52.493916 parent: 2 - - uid: 18434 +- proto: DrinkMugMoebius + entities: + - uid: 5233 components: - type: Transform - pos: 53.5,-3.5 + pos: -24.666622,-17.297012 parent: 2 - - uid: 18435 + - uid: 5707 components: - type: Transform - pos: 53.5,-2.5 + pos: -7.8222146,-34.498817 parent: 2 - - uid: 18436 + - uid: 6893 components: - type: Transform - pos: 53.5,-1.5 + pos: 19.615797,-11.858107 parent: 2 - - uid: 18437 + - type: SolutionContainerManager + solutions: + drink: + temperature: 293.15 + canMix: True + canReact: True + maxVol: 20 + name: null + reagents: + - data: null + ReagentId: Coffee + Quantity: 20 +- proto: DrinkMugOne + entities: + - uid: 5496 components: - type: Transform - pos: 53.5,-0.5 + pos: -13.707312,-17.359022 parent: 2 - - uid: 18438 + - type: SolutionContainerManager + solutions: + drink: + temperature: 293.15 + canMix: True + canReact: True + maxVol: 20 + name: null + reagents: + - data: null + ReagentId: Coffee + Quantity: 20 + - uid: 8104 components: - type: Transform - pos: 53.5,0.5 + pos: -14.647409,15.32135 parent: 2 - - uid: 18439 + - type: SolutionContainerManager + solutions: + drink: + temperature: 293.15 + canMix: True + canReact: True + maxVol: 20 + name: null + reagents: + - data: null + ReagentId: Tea + Quantity: 20 + - uid: 10221 components: - type: Transform - pos: 53.5,0.5 + pos: 14.276716,-33.749958 parent: 2 - - uid: 18440 + - type: SolutionContainerManager + solutions: + drink: + temperature: 293.15 + canMix: True + canReact: True + maxVol: 20 + name: null + reagents: + - data: null + ReagentId: Coffee + Quantity: 20 + - uid: 27088 components: - type: Transform - pos: 52.5,0.5 + pos: 32.931057,52.76151 parent: 2 - - uid: 18441 +- proto: DrinkMugRainbow + entities: + - uid: 5228 components: - type: Transform - pos: 51.5,0.5 + pos: -13.3029,-22.283684 parent: 2 - - uid: 18453 + - uid: 5729 components: - type: Transform - pos: 39.5,0.5 + pos: -7.4919887,-34.5722 parent: 2 - - uid: 18455 +- proto: DrinkMugRed + entities: + - uid: 5234 components: - type: Transform - pos: 54.5,17.5 + pos: -24.207975,-17.370396 parent: 2 - - uid: 18456 + - uid: 5718 components: - type: Transform - pos: 54.5,16.5 + pos: -7.253492,-34.38874 parent: 2 - - uid: 18457 + - uid: 10519 components: + - type: MetaData + desc: 'Кровавая кружка с увеличенным внутренним объёмом для жидкостей специально для ГСБ станции спектр! ' + name: Кровавая кружка ГСБ - type: Transform - pos: 54.5,16.5 + pos: 40.759464,60.77053 parent: 2 - - uid: 18458 + - type: SolutionContainerManager + solutions: + drink: + temperature: 293.15 + canMix: True + canReact: True + maxVol: 35 + name: null + reagents: + - data: null + ReagentId: Coffee + Quantity: 35 + - uid: 27087 components: - type: Transform - pos: 53.5,16.5 + pos: 33.287746,52.493916 parent: 2 - - uid: 18459 +- proto: DrinkOrangeJuice + entities: + - uid: 6245 components: - type: Transform - pos: 52.5,16.5 + pos: -3.2901103,68.93155 parent: 2 - - uid: 18460 +- proto: DrinkPatronBottleFull + entities: + - uid: 34000 components: - type: Transform - pos: 51.5,16.5 - parent: 2 - - uid: 18461 + parent: 33999 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 36795 components: - type: Transform - pos: 51.5,16.5 + pos: 43.924664,59.56973 parent: 2 - - uid: 18462 +- proto: DrinkPwrGameCan + entities: + - uid: 2173 components: - type: Transform - pos: 51.5,17.5 + pos: -22.463932,-55.201347 parent: 2 - - uid: 18463 + - uid: 2192 components: - type: Transform - pos: 51.5,18.5 + pos: -22.323307,-55.45916 parent: 2 - - uid: 18464 + - uid: 5541 components: - type: Transform - pos: 51.5,19.5 + pos: -59.350502,-33.355125 parent: 2 - - uid: 18465 + - uid: 5542 components: - type: Transform - pos: 51.5,20.5 + pos: -59.644035,-33.4652 parent: 2 - - uid: 18466 + - uid: 9508 components: - type: Transform - pos: 51.5,21.5 + pos: 24.344452,-58.154087 parent: 2 - - uid: 18467 + - uid: 9987 components: - type: Transform - pos: 51.5,22.5 + pos: -22.67487,-55.435722 parent: 2 - - uid: 18468 +- proto: DrinkRumBottleFull + entities: + - uid: 7047 components: - type: Transform - pos: 51.5,22.5 + pos: 41.387016,50.653893 parent: 2 - - uid: 18469 +- proto: DrinkScrewdriverCocktailGlass + entities: + - uid: 8009 components: - type: Transform - pos: 50.5,22.5 + pos: -40.2483,22.661636 parent: 2 - - uid: 18470 + - uid: 14079 components: - type: Transform - pos: 49.5,22.5 + pos: -28.356445,-1.1315893 parent: 2 - - uid: 18471 +- proto: DrinkShaker + entities: + - uid: 6239 components: - type: Transform - pos: 49.5,22.5 + pos: -2.7391357,69.84244 parent: 2 - - uid: 18472 + - uid: 6240 components: - type: Transform - pos: 49.5,23.5 + pos: -2.4089096,69.60394 parent: 2 - - uid: 18473 + - uid: 6971 components: - type: Transform - pos: 49.5,24.5 + pos: 6.2761497,69.83685 parent: 2 - - uid: 18474 +- proto: DrinkShinyFlask + entities: + - uid: 9507 components: - type: Transform - pos: 49.5,24.5 + pos: 22.578827,-56.388462 parent: 2 - - uid: 18475 +- proto: DrinkShotGlass + entities: + - uid: 7016 components: - type: Transform - pos: 48.5,24.5 + pos: 41.77764,50.607018 parent: 2 - - uid: 18476 + - uid: 8940 components: - type: Transform - pos: 47.5,24.5 - parent: 2 - - uid: 18477 + parent: 3438 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 8958 components: - type: Transform - pos: 47.5,24.5 - parent: 2 - - uid: 18478 + parent: 3438 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 8962 components: - type: Transform - pos: 47.5,25.5 - parent: 2 - - uid: 18479 + parent: 3438 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 11144 components: - type: Transform - pos: 47.5,26.5 + pos: 41.77764,50.888268 parent: 2 - - uid: 18480 + - uid: 11420 components: - type: Transform - pos: 47.5,27.5 + pos: 57.764553,-25.139683 parent: 2 - - uid: 18481 + - uid: 11552 components: - type: Transform - pos: 47.5,27.5 + pos: 41.77764,50.278893 parent: 2 - - uid: 18482 + - uid: 19290 components: - type: Transform - pos: 46.5,27.5 + rot: 1.5707963267948966 rad + pos: -44.509083,20.72111 parent: 2 - - uid: 18483 +- proto: DrinkSilencerGlass + entities: + - uid: 11678 components: - type: Transform - pos: 45.5,27.5 + pos: -24.838087,59.80371 parent: 2 - - uid: 18484 +- proto: DrinkSodaWaterCan + entities: + - uid: 9510 components: - type: Transform - pos: 44.5,27.5 + pos: 24.344452,-58.372837 parent: 2 - - uid: 18485 +- proto: DrinkTeacup + entities: + - uid: 35067 components: - type: Transform - pos: 43.5,27.5 + pos: 68.79297,27.773691 parent: 2 - - uid: 18486 + - uid: 35579 components: - type: Transform - pos: 42.5,27.5 + pos: 30.381569,-16.23629 parent: 2 - - uid: 18487 + - uid: 35580 components: - type: Transform - pos: 41.5,27.5 + pos: 30.615944,-16.36129 parent: 2 - - uid: 18488 +- proto: DrinkTeapot + entities: + - uid: 11270 components: - type: Transform - pos: 40.5,27.5 + pos: -48.481133,10.90287 parent: 2 - - uid: 18489 + - uid: 42964 components: - type: Transform - pos: 39.5,27.5 + pos: 8.265064,-64.26327 parent: 2 - - uid: 18490 +- proto: DrinkVodkaBottleFull + entities: + - uid: 8005 components: - type: Transform - pos: 38.5,27.5 + pos: -40.638924,20.778845 parent: 2 - - uid: 18491 + - uid: 11415 components: - type: Transform - pos: 38.5,27.5 + pos: 57.389553,-24.923407 parent: 2 - - uid: 18492 + - uid: 11416 components: - type: Transform - pos: 38.5,28.5 + rot: -1.5707963267948966 rad + pos: 57.811428,-25.532782 parent: 2 - - uid: 18493 + - uid: 19287 components: - type: Transform - pos: 38.5,29.5 + rot: 1.5707963267948966 rad + pos: -44.884083,20.267984 parent: 2 - - uid: 18494 + - uid: 19288 components: - type: Transform - pos: 38.5,30.5 + rot: 1.5707963267948966 rad + pos: -44.727833,20.43986 parent: 2 - - uid: 18495 + - uid: 33134 components: - type: Transform - pos: 38.5,31.5 - parent: 2 - - uid: 18496 + parent: 31568 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: DrinkVodkaGlass + entities: + - uid: 8006 components: - type: Transform - pos: 39.5,30.5 + pos: -40.2483,20.60697 parent: 2 - - uid: 18497 + - uid: 10067 components: - type: Transform - pos: 40.5,30.5 + pos: -19.536694,-62.44265 parent: 2 - - uid: 18498 + - uid: 14156 components: - type: Transform - pos: 37.5,31.5 + pos: -7.3676925,20.541801 parent: 2 - - uid: 18499 + - uid: 31853 components: - type: Transform - pos: 37.5,32.5 + pos: -10.728931,29.791798 parent: 2 - - uid: 18504 +- proto: DrinkVodkaTonicGlass + entities: + - uid: 31777 components: - type: Transform - pos: 27.5,-4.5 + pos: -10.385181,30.057423 parent: 2 - - uid: 18505 +- proto: DrinkWaterBottleFull + entities: + - uid: 5736 components: - type: Transform - pos: 27.5,-5.5 + pos: -8.189133,-34.333702 parent: 2 - - uid: 18506 + - uid: 5738 components: - type: Transform - pos: 27.5,-5.5 + pos: -8.427629,-34.297012 parent: 2 - - uid: 18507 + - uid: 5740 components: - type: Transform - pos: 28.5,-5.5 + pos: -8.629435,-34.076862 parent: 2 - - uid: 18508 + - uid: 5741 components: - type: Transform - pos: 29.5,-5.5 + pos: -8.409283,-34.076862 parent: 2 - - uid: 18509 + - uid: 5742 components: - type: Transform - pos: 30.5,-5.5 + pos: -8.189133,-34.076862 parent: 2 - - uid: 18510 + - uid: 5743 components: - type: Transform - pos: 31.5,-5.5 + pos: -8.629435,-34.315357 parent: 2 - - uid: 18511 + - uid: 30782 components: - type: Transform - pos: 31.5,-5.5 + pos: -15.213306,32.948048 parent: 2 - - uid: 18512 + - uid: 30783 components: - type: Transform - pos: 31.5,-4.5 + pos: -12.322681,31.744923 parent: 2 - - uid: 18513 + - uid: 30785 components: - type: Transform - pos: 31.5,-3.5 + pos: -12.463306,32.807423 parent: 2 - - uid: 18514 + - uid: 30786 components: - type: Transform - pos: 31.5,-2.5 + pos: -13.510181,31.619923 parent: 2 - - uid: 18515 + - uid: 30787 components: - type: Transform - pos: 31.5,-1.5 + pos: -14.869556,31.619923 parent: 2 - - uid: 18516 + - uid: 30788 components: - type: Transform - pos: 31.5,-2.5 + pos: -16.697681,31.854298 parent: 2 - - uid: 18517 + - uid: 30789 components: - type: Transform - pos: 32.5,-2.5 + pos: -16.541431,32.791798 parent: 2 - - uid: 18518 + - uid: 33136 components: - type: Transform - pos: 33.5,-2.5 - parent: 2 - - uid: 18519 + parent: 31568 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 33138 components: - type: Transform - pos: 34.5,-2.5 - parent: 2 - - uid: 18520 + parent: 31568 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 33139 components: - type: Transform - pos: 35.5,-2.5 - parent: 2 - - uid: 18523 + parent: 31568 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 35456 components: - type: Transform - pos: 31.5,-5.5 + pos: 57.23156,31.116905 parent: 2 - - uid: 18524 + - uid: 35457 components: - type: Transform - pos: 31.5,-6.5 + pos: 57.809685,28.523155 parent: 2 - - uid: 18525 +- proto: DrinkWaterCup + entities: + - uid: 9887 components: - type: Transform - pos: 31.5,-7.5 + pos: 22.314281,43.813885 parent: 2 - - uid: 18526 + - uid: 9892 components: - type: Transform - pos: 31.5,-8.5 + pos: 22.751781,43.57951 parent: 2 - - uid: 18527 + - uid: 9899 components: - type: Transform - pos: 31.5,-9.5 + pos: 22.423656,43.48576 parent: 2 - - uid: 18529 + - uid: 13584 components: - type: Transform - pos: 30.5,-9.5 + pos: -9.665899,-68.28714 parent: 2 - - uid: 18530 + - uid: 13585 components: - type: Transform - pos: 29.5,-9.5 + pos: -9.478399,-68.47464 parent: 2 - - uid: 18531 + - uid: 13586 components: - type: Transform - pos: 28.5,-9.5 + pos: -9.369024,-68.302765 parent: 2 - - uid: 18535 + - uid: 14590 components: - type: Transform - pos: 28.5,-12.5 + pos: 48.027267,-34.431988 parent: 2 - - uid: 18536 + - uid: 14591 components: - type: Transform - pos: 27.5,-12.5 + pos: 48.261642,-34.400738 parent: 2 - - uid: 18537 + - uid: 35464 components: - type: Transform - pos: 27.5,-11.5 + pos: 59.372185,30.78878 parent: 2 - - uid: 18538 + - uid: 35465 components: - type: Transform - pos: 27.5,-10.5 + pos: 59.73156,30.72628 parent: 2 - - uid: 18540 + - uid: 35466 components: - type: Transform - pos: 16.5,-34.5 + pos: 59.48156,30.523155 parent: 2 - - uid: 18542 +- proto: DrinkWhiskeyBottleFull + entities: + - uid: 8942 components: - type: Transform - pos: 17.5,-31.5 - parent: 2 - - uid: 18543 + parent: 3438 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 8963 components: - type: Transform - pos: 16.5,-31.5 - parent: 2 - - uid: 18545 + parent: 3438 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 35043 components: - type: Transform - pos: 16.5,-31.5 + pos: 71.37019,29.00251 parent: 2 - - uid: 18546 +- proto: DrinkWhiskeyColaGlass + entities: + - uid: 36614 components: - type: Transform - pos: 16.5,-32.5 - parent: 2 - - uid: 18547 + pos: 2.4790955,-1.2792244 + parent: 36450 + - uid: 43168 components: - type: Transform - pos: 16.5,-33.5 + pos: -71.61651,-1.0718374 parent: 2 - - uid: 18548 + - uid: 43169 components: - type: Transform - pos: 16.5,-33.5 + pos: -71.47067,-1.301163 parent: 2 - - uid: 18550 +- proto: DrinkWhiskeyGlass + entities: + - uid: 35044 components: - type: Transform - pos: 16.5,-33.5 + pos: 71.68269,28.72126 parent: 2 - - uid: 18551 +- proto: DrinkWineBottleFull + entities: + - uid: 7210 components: - type: Transform - pos: 19.5,-33.5 + pos: 64.67207,-13.163687 parent: 2 - - uid: 18552 +- proto: DrinkWineGlass + entities: + - uid: 7218 components: - type: Transform - pos: 20.5,-33.5 + pos: 64.24573,-13.083241 parent: 2 - - uid: 18553 + - uid: 7219 components: - type: Transform - pos: 21.5,-33.5 + pos: 64.38635,-13.301991 parent: 2 - - uid: 18554 +- proto: Dropper + entities: + - uid: 5262 components: - type: Transform - pos: 22.5,-33.5 + pos: -38.23836,-29.192791 parent: 2 - - uid: 18555 + - uid: 5263 components: - type: Transform - pos: 22.5,-32.5 + pos: -38.07325,-29.394596 parent: 2 - - uid: 18556 + - uid: 5379 components: - type: Transform - pos: 22.5,-31.5 + pos: -43.708572,-22.557041 parent: 2 - - uid: 18557 + - uid: 7035 components: - type: Transform - pos: 23.5,-31.5 + pos: 28.74163,0.54591465 parent: 2 - - uid: 18558 + - uid: 7039 components: - type: Transform - pos: 24.5,-31.5 + pos: 34.503563,-0.62596035 parent: 2 - - uid: 18559 + - uid: 11029 components: - type: Transform - pos: 24.5,-30.5 + rot: 3.141592653589793 rad + pos: 60.699184,-28.195938 parent: 2 - - uid: 18560 + - uid: 11030 components: - type: Transform - pos: 24.5,-29.5 + rot: 3.141592653589793 rad + pos: 58.65231,-33.836563 parent: 2 - - uid: 18561 + - uid: 13376 components: - type: Transform - pos: 24.5,-32.5 + rot: 3.141592653589793 rad + pos: -21.491867,59.77832 parent: 2 - - uid: 18562 + - uid: 14763 components: - type: Transform - pos: 25.5,-32.5 + rot: 3.141592653589793 rad + pos: -12.29076,57.363834 parent: 2 - - uid: 18563 + - uid: 42960 components: - type: Transform - pos: 26.5,-32.5 + pos: 18.334738,18.56966 parent: 2 - - uid: 18564 + - uid: 43010 components: - type: Transform - pos: 27.5,-32.5 + pos: 18.532946,18.391266 parent: 2 - - uid: 18569 +- proto: ElectricGuitarInstrument + entities: + - uid: 8322 components: - type: Transform - pos: 16.5,-35.5 + pos: 13.426756,59.603138 parent: 2 - - uid: 18570 + - uid: 43212 components: - type: Transform - pos: 16.5,-35.5 + pos: 21.549055,-32.43683 parent: 2 - - uid: 18571 +- proto: EmergencyLight + entities: + - uid: 766 components: - type: Transform - pos: 17.5,-35.5 + rot: -1.5707963267948966 rad + pos: -29.5,43.5 parent: 2 - - uid: 18572 + - uid: 4636 components: - type: Transform - pos: 18.5,-35.5 + pos: 68.5,-5.5 parent: 2 - - uid: 18573 + - uid: 6291 components: - type: Transform - pos: 19.5,-35.5 + pos: 78.5,44.5 parent: 2 - - uid: 18574 + - uid: 8244 components: - type: Transform - pos: 20.5,-35.5 + rot: 1.5707963267948966 rad + pos: 21.5,33.5 parent: 2 - - uid: 18575 + - uid: 8591 components: - type: Transform - pos: 20.5,-34.5 + rot: -1.5707963267948966 rad + pos: -18.5,-17.5 parent: 2 - - uid: 18577 + - uid: 8670 components: - type: Transform - pos: 27.5,-32.5 + pos: -27.5,-14.5 parent: 2 - - uid: 18578 + - uid: 8911 components: - type: Transform - pos: 27.5,-31.5 + rot: -1.5707963267948966 rad + pos: 44.5,-19.5 parent: 2 - - uid: 18579 + - uid: 9453 components: - type: Transform - pos: 27.5,-30.5 + rot: 3.141592653589793 rad + pos: 29.5,-3.5 parent: 2 - - uid: 18580 + - uid: 11141 components: - type: Transform - pos: 27.5,-29.5 + rot: 3.141592653589793 rad + pos: 68.5,1.5 parent: 2 - - uid: 18581 + - uid: 12173 components: - type: Transform - pos: 27.5,-28.5 + pos: 8.5,70.5 parent: 2 - - uid: 18582 + - uid: 12684 components: - type: Transform - pos: 27.5,-27.5 + rot: -1.5707963267948966 rad + pos: 72.5,-6.5 parent: 2 - - uid: 18583 + - uid: 15347 components: - type: Transform - pos: 27.5,-26.5 + rot: 1.5707963267948966 rad + pos: 46.5,-21.5 parent: 2 - - uid: 18584 + - uid: 19382 components: - type: Transform - pos: 27.5,-25.5 + rot: 3.141592653589793 rad + pos: -17.5,46.5 parent: 2 - - uid: 18585 + - uid: 19728 components: - type: Transform - pos: 27.5,-24.5 + rot: 3.141592653589793 rad + pos: -11.5,29.5 parent: 2 - - uid: 18586 + - uid: 21132 components: - type: Transform - pos: 27.5,-23.5 + pos: 54.5,31.5 parent: 2 - - uid: 18587 + - uid: 29110 components: - type: Transform - pos: 27.5,-23.5 + pos: 63.5,31.5 parent: 2 - - uid: 18588 + - uid: 29112 components: - type: Transform - pos: 26.5,-23.5 + pos: 57.5,35.5 parent: 2 - - uid: 18589 + - uid: 29117 components: - type: Transform - pos: 25.5,-23.5 + pos: 68.5,31.5 parent: 2 - - uid: 18590 + - uid: 30744 components: - type: Transform - pos: 27.5,-23.5 + pos: -18.5,34.5 parent: 2 - - uid: 18591 + - uid: 30747 components: - type: Transform - pos: 28.5,-23.5 + rot: 3.141592653589793 rad + pos: -19.5,-5.5 parent: 2 - - uid: 18592 + - uid: 30851 components: - type: Transform - pos: 28.5,-23.5 + rot: 3.141592653589793 rad + pos: 14.5,-5.5 parent: 2 - - uid: 18593 + - uid: 32272 components: - type: Transform - pos: 28.5,-22.5 + pos: -30.5,-9.5 parent: 2 - - uid: 18594 + - uid: 32273 components: - type: Transform - pos: 28.5,-21.5 + rot: -1.5707963267948966 rad + pos: -18.5,-25.5 parent: 2 - - uid: 18595 + - uid: 32275 components: - type: Transform - pos: 28.5,-20.5 + rot: 1.5707963267948966 rad + pos: -33.5,-23.5 parent: 2 - - uid: 18596 + - uid: 32276 components: - type: Transform - pos: 28.5,-20.5 + rot: 1.5707963267948966 rad + pos: -44.5,-19.5 parent: 2 - - uid: 18597 + - uid: 32277 components: - type: Transform - pos: 29.5,-20.5 + rot: 1.5707963267948966 rad + pos: -43.5,-12.5 parent: 2 - - uid: 18598 + - uid: 32278 components: - type: Transform - pos: 30.5,-20.5 + rot: -1.5707963267948966 rad + pos: -35.5,-26.5 parent: 2 - - uid: 18599 + - uid: 32279 components: - type: Transform - pos: 31.5,-20.5 + rot: 1.5707963267948966 rad + pos: -32.5,-30.5 parent: 2 - - uid: 18600 + - uid: 32280 components: - type: Transform - pos: 32.5,-20.5 + rot: -1.5707963267948966 rad + pos: -26.5,-31.5 parent: 2 - - uid: 18601 + - uid: 32281 components: - type: Transform - pos: 33.5,-20.5 + rot: 3.141592653589793 rad + pos: -25.5,-26.5 parent: 2 - - uid: 18602 + - uid: 32282 components: - type: Transform - pos: 34.5,-20.5 + rot: 1.5707963267948966 rad + pos: -24.5,-31.5 parent: 2 - - uid: 18603 + - uid: 32283 components: - type: Transform - pos: 35.5,-20.5 + pos: -17.5,-28.5 parent: 2 - - uid: 18604 + - uid: 32284 components: - type: Transform - pos: 36.5,-20.5 + pos: -13.5,-22.5 parent: 2 - - uid: 18605 + - uid: 32285 components: - type: Transform - pos: 37.5,-20.5 + rot: -1.5707963267948966 rad + pos: -13.5,-18.5 parent: 2 - - uid: 18606 + - uid: 32286 components: - type: Transform - pos: 38.5,-20.5 + pos: -17.5,-33.5 parent: 2 - - uid: 18607 + - uid: 32287 components: - type: Transform - pos: 38.5,-20.5 + pos: -22.5,-36.5 parent: 2 - - uid: 18608 + - uid: 32288 components: - type: Transform - pos: 38.5,-21.5 + pos: -26.5,-44.5 parent: 2 - - uid: 18609 + - uid: 32289 components: - type: Transform - pos: 38.5,-21.5 + pos: -19.5,-47.5 parent: 2 - - uid: 18610 + - uid: 32290 components: - type: Transform - pos: 39.5,-21.5 + rot: 3.141592653589793 rad + pos: -11.5,-52.5 parent: 2 - - uid: 18611 + - uid: 32291 components: - type: Transform - pos: 40.5,-21.5 + pos: -2.5,-50.5 parent: 2 - - uid: 18612 + - uid: 32292 components: - type: Transform - pos: 41.5,-21.5 + pos: 8.5,-50.5 parent: 2 - - uid: 18613 + - uid: 32293 components: - type: Transform - pos: 42.5,-21.5 + pos: 15.5,-49.5 parent: 2 - - uid: 18614 + - uid: 32294 components: - type: Transform - pos: 42.5,-20.5 + pos: 22.5,-46.5 parent: 2 - - uid: 18615 + - uid: 32295 components: - type: Transform - pos: 42.5,-19.5 + pos: 28.5,-42.5 parent: 2 - - uid: 18616 + - uid: 32296 components: - type: Transform - pos: 42.5,-19.5 + rot: -1.5707963267948966 rad + pos: 35.5,-40.5 parent: 2 - - uid: 18617 + - uid: 32297 components: - type: Transform - pos: 41.5,-19.5 + rot: 1.5707963267948966 rad + pos: 39.5,-33.5 parent: 2 - - uid: 18618 + - uid: 32298 components: - type: Transform - pos: 40.5,-19.5 + rot: 1.5707963267948966 rad + pos: 45.5,-26.5 parent: 2 - - uid: 18634 + - uid: 32304 components: - type: Transform - pos: 58.5,-36.5 + rot: 1.5707963267948966 rad + pos: 52.5,3.5 parent: 2 - - uid: 18635 + - uid: 32305 components: - type: Transform - pos: 58.5,-37.5 + rot: 1.5707963267948966 rad + pos: 51.5,9.5 parent: 2 - - uid: 18636 + - uid: 32306 components: - type: Transform - pos: 58.5,-37.5 + rot: 1.5707963267948966 rad + pos: 49.5,17.5 parent: 2 - - uid: 18637 + - uid: 32307 components: - type: Transform - pos: 57.5,-37.5 + rot: 1.5707963267948966 rad + pos: 46.5,23.5 parent: 2 - - uid: 18638 + - uid: 32308 components: - type: Transform - pos: 56.5,-37.5 + rot: 3.141592653589793 rad + pos: 36.5,27.5 parent: 2 - - uid: 18639 + - uid: 32310 components: - type: Transform - pos: 55.5,-37.5 + rot: 3.141592653589793 rad + pos: 24.5,37.5 parent: 2 - - uid: 18640 + - uid: 32312 components: - type: Transform - pos: 54.5,-37.5 + rot: 3.141592653589793 rad + pos: 31.5,28.5 parent: 2 - - uid: 18641 + - uid: 32313 components: - type: Transform - pos: 54.5,-37.5 + rot: 3.141592653589793 rad + pos: 23.5,45.5 parent: 2 - - uid: 18642 + - uid: 32315 components: - type: Transform - pos: 54.5,-38.5 + rot: 3.141592653589793 rad + pos: 17.5,49.5 parent: 2 - - uid: 18643 + - uid: 32316 components: - type: Transform - pos: 54.5,-39.5 + rot: 3.141592653589793 rad + pos: 10.5,51.5 parent: 2 - - uid: 18644 + - uid: 32317 components: - type: Transform - pos: 54.5,-40.5 + rot: 3.141592653589793 rad + pos: 3.5,52.5 parent: 2 - - uid: 18645 + - uid: 32318 components: - type: Transform - pos: 54.5,-40.5 + rot: 3.141592653589793 rad + pos: -8.5,51.5 parent: 2 - - uid: 18646 + - uid: 32320 components: - type: Transform - pos: 53.5,-40.5 + rot: 3.141592653589793 rad + pos: -24.5,45.5 parent: 2 - - uid: 18647 + - uid: 32325 components: - type: Transform - pos: 53.5,-40.5 + rot: 3.141592653589793 rad + pos: -34.5,38.5 parent: 2 - - uid: 18648 + - uid: 32326 components: - type: Transform - pos: 53.5,-41.5 + rot: 3.141592653589793 rad + pos: -36.5,35.5 parent: 2 - - uid: 18649 + - uid: 32327 components: - type: Transform - pos: 53.5,-42.5 + rot: 3.141592653589793 rad + pos: -38.5,28.5 parent: 2 - - uid: 18650 + - uid: 32328 components: - type: Transform - pos: 53.5,-43.5 + pos: -44.5,33.5 parent: 2 - - uid: 18651 + - uid: 32329 components: - type: Transform - pos: 53.5,-43.5 + rot: -1.5707963267948966 rad + pos: -45.5,23.5 parent: 2 - - uid: 18652 + - uid: 32330 components: - type: Transform - pos: 52.5,-43.5 + rot: -1.5707963267948966 rad + pos: -47.5,18.5 parent: 2 - - uid: 18653 + - uid: 32331 components: - type: Transform - pos: 51.5,-43.5 + rot: -1.5707963267948966 rad + pos: -47.5,13.5 parent: 2 - - uid: 18654 + - uid: 32332 components: - type: Transform - pos: 50.5,-43.5 + rot: -1.5707963267948966 rad + pos: -50.5,7.5 parent: 2 - - uid: 18655 + - uid: 32334 components: - type: Transform - pos: 49.5,-43.5 + rot: 1.5707963267948966 rad + pos: -53.5,1.5 parent: 2 - - uid: 18656 + - uid: 32335 components: - type: Transform - pos: 49.5,-43.5 + pos: -47.5,1.5 parent: 2 - - uid: 18657 + - uid: 32336 components: - type: Transform - pos: 49.5,-44.5 + pos: -41.5,1.5 parent: 2 - - uid: 18658 + - uid: 32337 components: - type: Transform - pos: 49.5,-45.5 + pos: -34.5,3.5 parent: 2 - - uid: 18659 + - uid: 32338 components: - type: Transform - pos: 49.5,-46.5 + rot: -1.5707963267948966 rad + pos: -27.5,-3.5 parent: 2 - - uid: 18660 + - uid: 32339 components: - type: Transform - pos: 49.5,-46.5 + rot: 3.141592653589793 rad + pos: -35.5,-3.5 parent: 2 - - uid: 18661 + - uid: 32340 components: - type: Transform - pos: 48.5,-46.5 + pos: -31.5,9.5 parent: 2 - - uid: 18662 + - uid: 32342 components: - type: Transform - pos: 47.5,-46.5 + rot: -1.5707963267948966 rad + pos: -37.5,11.5 parent: 2 - - uid: 18663 + - uid: 32343 components: - type: Transform - pos: 46.5,-46.5 + pos: -44.5,18.5 parent: 2 - - uid: 18664 + - uid: 32344 components: - type: Transform - pos: 46.5,-47.5 + pos: -39.5,26.5 parent: 2 - - uid: 18665 + - uid: 32345 components: - type: Transform - pos: 45.5,-46.5 + rot: -1.5707963267948966 rad + pos: -36.5,20.5 parent: 2 - - uid: 18666 + - uid: 32346 components: - type: Transform - pos: 44.5,-46.5 + rot: 3.141592653589793 rad + pos: -30.5,24.5 parent: 2 - - uid: 18668 + - uid: 32347 components: - type: Transform - pos: 44.5,-47.5 + pos: -30.5,36.5 parent: 2 - - uid: 18669 + - uid: 32348 components: - type: Transform - pos: 44.5,-48.5 + pos: -25.5,31.5 parent: 2 - - uid: 18670 + - uid: 32349 components: - type: Transform - pos: 44.5,-49.5 + rot: -1.5707963267948966 rad + pos: -21.5,25.5 parent: 2 - - uid: 18672 + - uid: 32350 components: - type: Transform - pos: 11.5,-65.5 + pos: -30.5,22.5 parent: 2 - - uid: 18673 + - uid: 32351 components: - type: Transform - pos: 12.5,-65.5 + rot: -1.5707963267948966 rad + pos: -14.5,20.5 parent: 2 - - uid: 18674 + - uid: 32352 components: - type: Transform - pos: 13.5,-65.5 + pos: -15.5,27.5 parent: 2 - - uid: 18675 + - uid: 32354 components: - type: Transform - pos: 14.5,-65.5 + pos: -11.5,45.5 parent: 2 - - uid: 18676 + - uid: 32355 components: - type: Transform - pos: 15.5,-65.5 + pos: -15.5,40.5 parent: 2 - - uid: 18677 + - uid: 32356 components: - type: Transform - pos: 16.5,-65.5 + pos: -17.5,44.5 parent: 2 - - uid: 18678 + - uid: 32357 components: - type: Transform - pos: 16.5,-65.5 + rot: -1.5707963267948966 rad + pos: -21.5,39.5 parent: 2 - - uid: 18679 + - uid: 32358 components: - type: Transform - pos: 16.5,-64.5 + rot: 3.141592653589793 rad + pos: -26.5,38.5 parent: 2 - - uid: 18680 + - uid: 32360 components: - type: Transform - pos: 16.5,-63.5 + pos: -26.5,55.5 parent: 2 - - uid: 18681 + - uid: 32361 components: - type: Transform - pos: 16.5,-62.5 + pos: -32.5,53.5 parent: 2 - - uid: 18682 + - uid: 32363 components: - type: Transform - pos: 16.5,-62.5 + pos: -15.5,18.5 parent: 2 - - uid: 18683 + - uid: 32364 components: - type: Transform - pos: 15.5,-62.5 + pos: -21.5,15.5 parent: 2 - - uid: 18684 + - uid: 32365 components: - type: Transform - pos: 14.5,-62.5 + rot: 3.141592653589793 rad + pos: -21.5,17.5 parent: 2 - - uid: 18685 + - uid: 32366 components: - type: Transform - pos: 13.5,-62.5 + rot: -1.5707963267948966 rad + pos: -26.5,17.5 parent: 2 - - uid: 18686 + - uid: 32367 components: - type: Transform - pos: 13.5,-63.5 + rot: 1.5707963267948966 rad + pos: -34.5,14.5 parent: 2 - - uid: 18687 + - uid: 32368 components: - type: Transform - pos: 12.5,-63.5 + pos: -12.5,63.5 parent: 2 - - uid: 18688 + - uid: 32369 components: - type: Transform - pos: 11.5,-63.5 + rot: 1.5707963267948966 rad + pos: -18.5,57.5 parent: 2 - - uid: 18689 + - uid: 32370 components: - type: Transform - pos: 10.5,-63.5 + pos: -14.5,68.5 parent: 2 - - uid: 18690 + - uid: 32371 components: - type: Transform - pos: 9.5,-63.5 + pos: -6.5,64.5 parent: 2 - - uid: 18691 + - uid: 32372 components: - type: Transform - pos: 8.5,-63.5 + rot: 3.141592653589793 rad + pos: -10.5,56.5 parent: 2 - - uid: 18692 + - uid: 32373 components: - type: Transform - pos: 7.5,-63.5 + pos: -5.5,69.5 parent: 2 - - uid: 18693 + - uid: 32375 components: - type: Transform - pos: 9.5,-63.5 + rot: 1.5707963267948966 rad + pos: -3.5,66.5 parent: 2 - - uid: 18694 + - uid: 32376 components: - type: Transform - pos: 9.5,-62.5 + rot: -1.5707963267948966 rad + pos: 4.5,66.5 parent: 2 - - uid: 18695 + - uid: 32379 components: - type: Transform - pos: 9.5,-61.5 + rot: 1.5707963267948966 rad + pos: -4.5,56.5 parent: 2 - - uid: 18696 + - uid: 32381 components: - type: Transform - pos: 9.5,-60.5 + rot: -1.5707963267948966 rad + pos: 8.5,56.5 parent: 2 - - uid: 18697 + - uid: 32382 components: - type: Transform - pos: 9.5,-59.5 + pos: -4.5,64.5 parent: 2 - - uid: 18698 + - uid: 32383 components: - type: Transform - pos: 9.5,-58.5 + pos: 5.5,64.5 parent: 2 - - uid: 18700 + - uid: 32385 components: - type: Transform - pos: 8.5,-58.5 + pos: 11.5,59.5 parent: 2 - - uid: 18701 + - uid: 32386 components: - type: Transform - pos: 8.5,-57.5 + rot: 3.141592653589793 rad + pos: 13.5,63.5 parent: 2 - - uid: 18702 + - uid: 32387 components: - type: Transform - pos: 8.5,-56.5 + pos: 17.5,71.5 parent: 2 - - uid: 18703 + - uid: 32388 components: - type: Transform - pos: 8.5,-55.5 + rot: -1.5707963267948966 rad + pos: 29.5,67.5 parent: 2 - - uid: 18704 + - uid: 32389 components: - type: Transform - pos: 7.5,-55.5 + rot: 3.141592653589793 rad + pos: 21.5,65.5 parent: 2 - - uid: 18705 + - uid: 32390 components: - type: Transform - pos: 6.5,-55.5 + pos: 21.5,59.5 parent: 2 - - uid: 18706 + - uid: 32391 components: - type: Transform - pos: 5.5,-55.5 + rot: -1.5707963267948966 rad + pos: 30.5,57.5 parent: 2 - - uid: 18707 + - uid: 32392 components: - type: Transform - pos: 4.5,-55.5 + rot: 1.5707963267948966 rad + pos: 33.5,63.5 parent: 2 - - uid: 18708 + - uid: 32393 components: - type: Transform - pos: 3.5,-55.5 + rot: 3.141592653589793 rad + pos: 32.5,56.5 parent: 2 - - uid: 18709 + - uid: 32394 components: - type: Transform - pos: 3.5,-56.5 + pos: 38.5,59.5 parent: 2 - - uid: 18711 + - uid: 32395 components: - type: Transform - pos: 9.5,-64.5 + pos: 42.5,59.5 parent: 2 - - uid: 18712 + - uid: 32397 components: - type: Transform - pos: 9.5,-65.5 + pos: 43.5,54.5 parent: 2 - - uid: 18713 + - uid: 32398 components: - type: Transform - pos: 9.5,-66.5 + rot: -1.5707963267948966 rad + pos: 39.5,52.5 parent: 2 - - uid: 18714 + - uid: 32399 components: - type: Transform - pos: 9.5,-67.5 + rot: 3.141592653589793 rad + pos: 29.5,52.5 parent: 2 - - uid: 18715 + - uid: 32400 components: - type: Transform - pos: 9.5,-68.5 + rot: 3.141592653589793 rad + pos: 23.5,51.5 parent: 2 - - uid: 18716 + - uid: 32401 components: - type: Transform - pos: 9.5,-69.5 + rot: 1.5707963267948966 rad + pos: 28.5,48.5 parent: 2 - - uid: 18717 + - uid: 32402 components: - type: Transform - pos: 9.5,-70.5 + rot: 1.5707963267948966 rad + pos: 28.5,42.5 parent: 2 - - uid: 18718 + - uid: 32403 components: - type: Transform - pos: 9.5,-71.5 + rot: 1.5707963267948966 rad + pos: 37.5,39.5 parent: 2 - - uid: 18719 + - uid: 32406 components: - type: Transform - pos: 9.5,-72.5 + rot: 1.5707963267948966 rad + pos: 36.5,51.5 parent: 2 - - uid: 18720 + - uid: 32408 components: - type: Transform - pos: 8.5,-72.5 + rot: 1.5707963267948966 rad + pos: 41.5,42.5 parent: 2 - - uid: 18721 + - uid: 32409 components: - type: Transform - pos: 7.5,-72.5 + rot: 3.141592653589793 rad + pos: 42.5,37.5 parent: 2 - - uid: 18723 + - uid: 32411 components: - type: Transform - pos: -12.5,-54.5 + rot: 3.141592653589793 rad + pos: 49.5,37.5 parent: 2 - - uid: 18724 + - uid: 32413 components: - type: Transform - pos: -12.5,-55.5 + pos: 53.5,44.5 parent: 2 - - uid: 18725 + - uid: 32414 components: - type: Transform - pos: -12.5,-55.5 + pos: 48.5,47.5 parent: 2 - - uid: 18726 + - uid: 32418 components: - type: Transform - pos: -13.5,-55.5 + rot: 1.5707963267948966 rad + pos: 53.5,23.5 parent: 2 - - uid: 18727 + - uid: 32419 components: - type: Transform - pos: -14.5,-55.5 + pos: 63.5,25.5 parent: 2 - - uid: 18728 + - uid: 32420 components: - type: Transform - pos: -15.5,-55.5 + rot: 3.141592653589793 rad + pos: 60.5,19.5 parent: 2 - - uid: 18729 + - uid: 32422 components: - type: Transform - pos: -16.5,-55.5 + rot: 3.141592653589793 rad + pos: 64.5,15.5 parent: 2 - - uid: 18730 + - uid: 32423 components: - type: Transform - pos: -16.5,-55.5 + pos: 53.5,17.5 parent: 2 - - uid: 18731 + - uid: 32424 components: - type: Transform - pos: -16.5,-56.5 + pos: 55.5,13.5 parent: 2 - - uid: 18732 + - uid: 32425 components: - type: Transform - pos: -16.5,-57.5 + pos: 58.5,5.5 parent: 2 - - uid: 18733 + - uid: 32426 components: - type: Transform - pos: -16.5,-58.5 + pos: 64.5,6.5 parent: 2 - - uid: 18734 + - uid: 32427 components: - type: Transform - pos: -16.5,-59.5 + rot: -1.5707963267948966 rad + pos: 70.5,6.5 parent: 2 - - uid: 18735 + - uid: 32431 components: - type: Transform - pos: -16.5,-59.5 + rot: 1.5707963267948966 rad + pos: 62.5,-1.5 parent: 2 - - uid: 18736 + - uid: 32432 components: - type: Transform - pos: -15.5,-59.5 + rot: -1.5707963267948966 rad + pos: 60.5,-4.5 parent: 2 - - uid: 18737 + - uid: 32433 components: - type: Transform - pos: -14.5,-59.5 + rot: 1.5707963267948966 rad + pos: 55.5,-14.5 parent: 2 - - uid: 18738 + - uid: 32434 components: - type: Transform - pos: -13.5,-59.5 + rot: 1.5707963267948966 rad + pos: 55.5,-16.5 parent: 2 - - uid: 18739 + - uid: 32435 components: - type: Transform - pos: -12.5,-59.5 + rot: -1.5707963267948966 rad + pos: 64.5,-15.5 parent: 2 - - uid: 18740 + - uid: 32436 components: - type: Transform - pos: -11.5,-59.5 + rot: 3.141592653589793 rad + pos: 59.5,-23.5 parent: 2 - - uid: 18741 + - uid: 32437 components: - type: Transform - pos: -10.5,-59.5 + pos: 52.5,-21.5 parent: 2 - - uid: 18742 + - uid: 32438 components: - type: Transform - pos: -9.5,-59.5 + rot: 3.141592653589793 rad + pos: 51.5,-27.5 parent: 2 - - uid: 18743 + - uid: 32446 components: - type: Transform - pos: -8.5,-59.5 + rot: 3.141592653589793 rad + pos: 32.5,-2.5 parent: 2 - - uid: 18744 + - uid: 32447 components: - type: Transform - pos: -8.5,-59.5 + pos: 27.5,6.5 parent: 2 - - uid: 18745 + - uid: 32448 components: - type: Transform - pos: -8.5,-60.5 + pos: 34.5,6.5 parent: 2 - - uid: 18746 + - uid: 32449 components: - type: Transform - pos: -8.5,-61.5 + rot: 3.141592653589793 rad + pos: 34.5,2.5 parent: 2 - - uid: 18747 + - uid: 32450 components: - type: Transform - pos: -8.5,-62.5 + rot: 3.141592653589793 rad + pos: 27.5,2.5 parent: 2 - - uid: 18748 + - uid: 32452 components: - type: Transform - pos: -8.5,-63.5 + pos: 22.5,-11.5 parent: 2 - - uid: 18749 + - uid: 32453 components: - type: Transform - pos: -8.5,-64.5 + pos: 21.5,-16.5 parent: 2 - - uid: 18750 + - uid: 32454 components: - type: Transform - pos: -8.5,-65.5 + rot: -1.5707963267948966 rad + pos: 16.5,-16.5 parent: 2 - - uid: 18751 + - uid: 32459 components: - type: Transform - pos: -8.5,-66.5 + rot: 1.5707963267948966 rad + pos: 26.5,-25.5 parent: 2 - - uid: 18752 + - uid: 32460 components: - type: Transform - pos: -8.5,-67.5 + rot: -1.5707963267948966 rad + pos: 38.5,-23.5 parent: 2 - - uid: 18753 + - uid: 32461 components: - type: Transform - pos: -8.5,-68.5 + rot: -1.5707963267948966 rad + pos: 37.5,-32.5 parent: 2 - - uid: 18754 + - uid: 32462 components: - type: Transform - pos: -8.5,-68.5 + rot: 3.141592653589793 rad + pos: 26.5,-32.5 parent: 2 - - uid: 18755 + - uid: 32463 components: - type: Transform - pos: -7.5,-68.5 + pos: 31.5,-28.5 parent: 2 - - uid: 18757 + - uid: 32464 components: - type: Transform - pos: -7.5,-68.5 + pos: 33.5,-28.5 parent: 2 - - uid: 18758 + - uid: 32465 components: - type: Transform - pos: -7.5,-69.5 + rot: 3.141592653589793 rad + pos: 28.5,-40.5 parent: 2 - - uid: 18759 + - uid: 32466 components: - type: Transform - pos: -7.5,-70.5 + rot: 3.141592653589793 rad + pos: 34.5,-40.5 parent: 2 - - uid: 18760 + - uid: 32467 components: - type: Transform - pos: -7.5,-71.5 + rot: 1.5707963267948966 rad + pos: 19.5,-38.5 parent: 2 - - uid: 18761 + - uid: 32468 components: - type: Transform - pos: -7.5,-72.5 + rot: 1.5707963267948966 rad + pos: 19.5,-31.5 parent: 2 - - uid: 18762 + - uid: 32469 components: - type: Transform - pos: -7.5,-72.5 + rot: 1.5707963267948966 rad + pos: 37.5,-42.5 parent: 2 - - uid: 18763 + - uid: 32470 components: - type: Transform - pos: -8.5,-72.5 + rot: 3.141592653589793 rad + pos: 45.5,-44.5 parent: 2 - - uid: 18764 + - uid: 32471 components: - type: Transform - pos: -9.5,-72.5 + rot: -1.5707963267948966 rad + pos: 49.5,-36.5 parent: 2 - - uid: 18765 + - uid: 32472 components: - type: Transform - pos: -10.5,-72.5 + pos: 19.5,-43.5 parent: 2 - - uid: 18766 + - uid: 32473 components: - type: Transform - pos: -8.5,-66.5 + rot: -1.5707963267948966 rad + pos: 14.5,-35.5 parent: 2 - - uid: 18767 + - uid: 32474 components: - type: Transform - pos: -7.5,-66.5 + rot: 3.141592653589793 rad + pos: 4.5,-39.5 parent: 2 - - uid: 18768 + - uid: 32475 components: - type: Transform - pos: -6.5,-66.5 + rot: 3.141592653589793 rad + pos: 7.5,-39.5 parent: 2 - - uid: 18769 + - uid: 32476 components: - type: Transform - pos: -5.5,-66.5 + rot: 3.141592653589793 rad + pos: -4.5,-31.5 parent: 2 - - uid: 18770 + - uid: 32477 components: - type: Transform - pos: -4.5,-66.5 + rot: 3.141592653589793 rad + pos: 5.5,-31.5 parent: 2 - - uid: 18771 + - uid: 32479 components: - type: Transform - pos: -3.5,-66.5 + pos: 9.5,-27.5 parent: 2 - - uid: 18772 + - uid: 32480 components: - type: Transform - pos: -2.5,-66.5 + pos: -8.5,-27.5 parent: 2 - - uid: 18773 + - uid: 32482 components: - type: Transform - pos: -1.5,-66.5 + rot: 1.5707963267948966 rad + pos: -8.5,-31.5 parent: 2 - - uid: 18774 + - uid: 32483 components: - type: Transform - pos: -1.5,-67.5 + rot: -1.5707963267948966 rad + pos: 9.5,-31.5 parent: 2 - - uid: 18775 + - uid: 32484 components: - type: Transform - pos: -1.5,-68.5 + rot: 1.5707963267948966 rad + pos: -0.5,-39.5 parent: 2 - - uid: 18776 + - uid: 32485 components: - type: Transform - pos: 11.5,-38.5 + rot: -1.5707963267948966 rad + pos: 1.5,-43.5 parent: 2 - - uid: 18777 + - uid: 32486 components: - type: Transform - pos: 11.5,-39.5 + rot: 1.5707963267948966 rad + pos: -0.5,-48.5 parent: 2 - - uid: 18778 + - uid: 32487 components: - type: Transform - pos: 11.5,-39.5 + rot: 1.5707963267948966 rad + pos: -5.5,-42.5 parent: 2 - - uid: 18779 + - uid: 32488 components: - type: Transform - pos: 12.5,-39.5 + rot: -1.5707963267948966 rad + pos: -2.5,-46.5 parent: 2 - - uid: 18780 + - uid: 32489 components: - type: Transform - pos: 13.5,-39.5 + rot: 1.5707963267948966 rad + pos: -9.5,-46.5 parent: 2 - - uid: 18781 + - uid: 32490 components: - type: Transform - pos: 13.5,-39.5 + rot: 1.5707963267948966 rad + pos: -8.5,-39.5 parent: 2 - - uid: 18782 + - uid: 32491 components: - type: Transform - pos: 13.5,-38.5 + rot: -1.5707963267948966 rad + pos: -2.5,-34.5 parent: 2 - - uid: 18783 + - uid: 32493 components: - type: Transform - pos: 13.5,-37.5 + pos: 7.5,-42.5 parent: 2 - - uid: 18784 + - uid: 32494 components: - type: Transform - pos: 13.5,-36.5 + rot: 3.141592653589793 rad + pos: 7.5,-46.5 parent: 2 - - uid: 18785 + - uid: 32496 components: - type: Transform - pos: 13.5,-35.5 + pos: 12.5,-41.5 parent: 2 - - uid: 18786 + - uid: 32497 components: - type: Transform - pos: 12.5,-35.5 + rot: -1.5707963267948966 rad + pos: 16.5,-47.5 parent: 2 - - uid: 18787 + - uid: 32498 components: - type: Transform - pos: 11.5,-35.5 + rot: 1.5707963267948966 rad + pos: 10.5,-46.5 parent: 2 - - uid: 18788 + - uid: 32499 components: - type: Transform - pos: 10.5,-35.5 + rot: 3.141592653589793 rad + pos: -2.5,-55.5 parent: 2 - - uid: 18789 + - uid: 32500 components: - type: Transform - pos: 9.5,-35.5 + rot: 3.141592653589793 rad + pos: 3.5,-55.5 parent: 2 - - uid: 18790 + - uid: 32501 components: - type: Transform - pos: 8.5,-35.5 + rot: 3.141592653589793 rad + pos: 9.5,-55.5 parent: 2 - - uid: 18791 + - uid: 32503 components: - type: Transform - pos: 7.5,-35.5 + rot: 3.141592653589793 rad + pos: -8.5,-55.5 parent: 2 - - uid: 18792 + - uid: 32504 components: - type: Transform - pos: 10.5,-34.5 + rot: 1.5707963267948966 rad + pos: -8.5,-64.5 parent: 2 - - uid: 18793 + - uid: 32506 components: - type: Transform - pos: 10.5,-34.5 + rot: -1.5707963267948966 rad + pos: 9.5,-64.5 parent: 2 - - uid: 18794 + - uid: 32507 components: - type: Transform - pos: 6.5,-35.5 + rot: -1.5707963267948966 rad + pos: 10.5,-72.5 parent: 2 - - uid: 18795 + - uid: 32509 components: - type: Transform - pos: 5.5,-35.5 + rot: -1.5707963267948966 rad + pos: 10.5,-85.5 parent: 2 - - uid: 18796 + - uid: 32510 components: - type: Transform - pos: -6.5,-35.5 + rot: 1.5707963267948966 rad + pos: -9.5,-85.5 parent: 2 - - uid: 18797 + - uid: 32511 components: - type: Transform - pos: -7.5,-35.5 + rot: 1.5707963267948966 rad + pos: -9.5,-72.5 parent: 2 - - uid: 18798 + - uid: 32513 components: - type: Transform - pos: 4.5,-33.5 + rot: 1.5707963267948966 rad + pos: -26.5,-50.5 parent: 2 - - uid: 18799 + - uid: 32514 components: - type: Transform - pos: 6.5,-34.5 + rot: -1.5707963267948966 rad + pos: -18.5,-53.5 parent: 2 - - uid: 18800 + - uid: 32515 components: - type: Transform - pos: 6.5,-33.5 + rot: -1.5707963267948966 rad + pos: -36.5,-47.5 parent: 2 - - uid: 18801 + - uid: 32516 components: - type: Transform - pos: 6.5,-32.5 + rot: -1.5707963267948966 rad + pos: -36.5,-53.5 parent: 2 - - uid: 18802 + - uid: 32517 components: - type: Transform - pos: 6.5,-31.5 + rot: 3.141592653589793 rad + pos: -46.5,-51.5 parent: 2 - - uid: 18803 + - uid: 32518 components: - type: Transform - pos: 6.5,-30.5 + rot: 3.141592653589793 rad + pos: -50.5,-46.5 parent: 2 - - uid: 18804 + - uid: 32519 components: - type: Transform - pos: 6.5,-30.5 + pos: -45.5,-36.5 parent: 2 - - uid: 18805 + - uid: 32520 components: - type: Transform - pos: 5.5,-30.5 + pos: -51.5,-36.5 parent: 2 - - uid: 18806 + - uid: 32521 components: - type: Transform - pos: 4.5,-30.5 + pos: -54.5,-30.5 parent: 2 - - uid: 18807 + - uid: 32522 components: - type: Transform - pos: 3.5,-30.5 + pos: -60.5,-30.5 parent: 2 - - uid: 18808 + - uid: 32523 components: - type: Transform - pos: 2.5,-30.5 + rot: -1.5707963267948966 rad + pos: -42.5,-43.5 parent: 2 - - uid: 18809 + - uid: 32524 components: - type: Transform - pos: 1.5,-30.5 + rot: 1.5707963267948966 rad + pos: -40.5,-35.5 parent: 2 - - uid: 18810 + - uid: 32525 components: - type: Transform - pos: 0.5,-30.5 + pos: -27.5,-41.5 parent: 2 - - uid: 18811 + - uid: 32526 components: - type: Transform - pos: -0.5,-30.5 + rot: 3.141592653589793 rad + pos: -35.5,-41.5 parent: 2 - - uid: 18812 + - uid: 32527 components: - type: Transform - pos: -1.5,-30.5 + pos: -41.5,-29.5 parent: 2 - - uid: 18813 + - uid: 32528 components: - type: Transform - pos: -2.5,-30.5 + rot: -1.5707963267948966 rad + pos: -45.5,-22.5 parent: 2 - - uid: 18814 + - uid: 32529 components: - type: Transform - pos: -3.5,-30.5 + rot: 1.5707963267948966 rad + pos: -50.5,-18.5 parent: 2 - - uid: 18815 + - uid: 32530 components: - type: Transform - pos: -4.5,-30.5 + rot: -1.5707963267948966 rad + pos: -49.5,-13.5 parent: 2 - - uid: 18816 + - uid: 32531 components: - type: Transform - pos: -4.5,-31.5 + rot: 1.5707963267948966 rad + pos: -52.5,-9.5 parent: 2 - - uid: 18817 + - uid: 32532 components: - type: Transform - pos: -4.5,-32.5 + rot: -1.5707963267948966 rad + pos: -51.5,-3.5 parent: 2 - - uid: 18819 + - uid: 32533 components: - type: Transform - pos: -4.5,-32.5 + rot: 3.141592653589793 rad + pos: -67.5,5.5 parent: 2 - - uid: 18820 + - uid: 32535 components: - type: Transform - pos: -5.5,-32.5 + rot: 3.141592653589793 rad + pos: -58.5,5.5 parent: 2 - - uid: 18821 + - uid: 32536 components: - type: Transform - pos: -5.5,-32.5 + pos: -58.5,18.5 parent: 2 - - uid: 18822 + - uid: 32537 components: - type: Transform - pos: -5.5,-33.5 + pos: -64.5,18.5 parent: 2 - - uid: 18823 + - uid: 32538 components: - type: Transform - pos: -5.5,-34.5 + pos: -54.5,12.5 parent: 2 - - uid: 18824 + - uid: 32539 components: - type: Transform - pos: -5.5,-35.5 + rot: 3.141592653589793 rad + pos: -56.5,10.5 parent: 2 - - uid: 18825 + - uid: 32540 components: - type: Transform - pos: -5.5,-35.5 + rot: 3.141592653589793 rad + pos: -58.5,20.5 parent: 2 - - uid: 18826 + - uid: 32541 components: - type: Transform - pos: -4.5,-35.5 + rot: -1.5707963267948966 rad + pos: -60.5,24.5 parent: 2 - - uid: 18827 + - uid: 32542 components: - type: Transform - pos: -3.5,-35.5 + rot: 1.5707963267948966 rad + pos: -66.5,21.5 parent: 2 - - uid: 18828 + - uid: 32543 components: - type: Transform - pos: -3.5,-35.5 + rot: -1.5707963267948966 rad + pos: -56.5,25.5 parent: 2 - - uid: 18829 + - uid: 32544 components: - type: Transform - pos: -3.5,-36.5 + rot: 1.5707963267948966 rad + pos: -58.5,30.5 parent: 2 - - uid: 18830 + - uid: 32546 components: - type: Transform - pos: -3.5,-37.5 + rot: 3.141592653589793 rad + pos: -52.5,23.5 parent: 2 - - uid: 18831 + - uid: 32547 components: - type: Transform - pos: -3.5,-38.5 + rot: 1.5707963267948966 rad + pos: -54.5,31.5 parent: 2 - - uid: 18832 + - uid: 32548 components: - type: Transform - pos: -3.5,-39.5 + rot: -1.5707963267948966 rad + pos: -50.5,29.5 parent: 2 - - uid: 18833 + - uid: 32549 components: - type: Transform - pos: -3.5,-40.5 + rot: 3.141592653589793 rad + pos: -56.5,33.5 parent: 2 - - uid: 18834 + - uid: 32550 components: - type: Transform - pos: -3.5,-41.5 + rot: 3.141592653589793 rad + pos: -52.5,34.5 parent: 2 - - uid: 18835 + - uid: 32551 components: - type: Transform - pos: -3.5,-42.5 + pos: -46.5,37.5 parent: 2 - - uid: 18836 + - uid: 32552 components: - type: Transform - pos: -3.5,-43.5 + rot: 3.141592653589793 rad + pos: -49.5,39.5 parent: 2 - - uid: 18837 + - uid: 32554 components: - type: Transform - pos: -3.5,-44.5 + rot: 3.141592653589793 rad + pos: -42.5,39.5 parent: 2 - - uid: 18838 + - uid: 32556 components: - type: Transform - pos: -3.5,-45.5 + rot: -1.5707963267948966 rad + pos: -54.5,51.5 parent: 2 - - uid: 18840 + - uid: 32557 components: - type: Transform - pos: -3.5,-45.5 + rot: 1.5707963267948966 rad + pos: -48.5,51.5 parent: 2 - - uid: 18841 + - uid: 32558 components: - type: Transform - pos: -4.5,-45.5 + pos: -42.5,45.5 parent: 2 - - uid: 18842 + - uid: 32559 components: - type: Transform - pos: -5.5,-45.5 + pos: -30.5,58.5 parent: 2 - - uid: 18843 + - uid: 32560 components: - type: Transform - pos: -6.5,-45.5 + pos: -26.5,60.5 parent: 2 - - uid: 18844 + - uid: 32561 components: - type: Transform - pos: -7.5,-45.5 + rot: 1.5707963267948966 rad + pos: -5.5,41.5 parent: 2 - - uid: 18845 + - uid: 32562 components: - type: Transform - pos: -7.5,-44.5 + pos: 5.5,42.5 parent: 2 - - uid: 18846 + - uid: 32563 components: - type: Transform - pos: -8.5,-44.5 + pos: 10.5,49.5 parent: 2 - - uid: 18847 + - uid: 32564 components: - type: Transform - pos: -8.5,-44.5 + rot: 3.141592653589793 rad + pos: 9.5,43.5 parent: 2 - - uid: 18848 + - uid: 32566 components: - type: Transform - pos: -8.5,-43.5 + pos: 17.5,44.5 parent: 2 - - uid: 18850 + - uid: 32567 components: - type: Transform - pos: -3.5,-43.5 + rot: 3.141592653589793 rad + pos: 21.5,38.5 parent: 2 - - uid: 18851 + - uid: 32568 components: - type: Transform - pos: -2.5,-43.5 + rot: 1.5707963267948966 rad + pos: 14.5,41.5 parent: 2 - - uid: 18852 + - uid: 32569 components: - type: Transform - pos: -1.5,-43.5 + rot: -1.5707963267948966 rad + pos: 26.5,42.5 parent: 2 - - uid: 18853 + - uid: 32570 components: - type: Transform - pos: -0.5,-43.5 + rot: 1.5707963267948966 rad + pos: 21.5,27.5 parent: 2 - - uid: 18854 + - uid: 32572 components: - type: Transform - pos: 0.5,-43.5 + rot: -1.5707963267948966 rad + pos: 29.5,27.5 parent: 2 - - uid: 18855 + - uid: 32573 components: - type: Transform - pos: 1.5,-43.5 + rot: 1.5707963267948966 rad + pos: 27.5,19.5 parent: 2 - - uid: 18856 + - uid: 32574 components: - type: Transform - pos: 1.5,-43.5 + pos: 33.5,20.5 parent: 2 - - uid: 18857 + - uid: 32575 components: - type: Transform - pos: 1.5,-44.5 + pos: 37.5,17.5 parent: 2 - - uid: 18858 + - uid: 32576 components: - type: Transform - pos: 1.5,-44.5 + rot: 3.141592653589793 rad + pos: 39.5,19.5 parent: 2 - - uid: 18859 + - uid: 32577 components: - type: Transform - pos: 2.5,-44.5 + rot: -1.5707963267948966 rad + pos: 35.5,23.5 parent: 2 - - uid: 18860 + - uid: 32578 components: - type: Transform - pos: 3.5,-44.5 + rot: 1.5707963267948966 rad + pos: 22.5,17.5 parent: 2 - - uid: 18861 + - uid: 32579 components: - type: Transform - pos: 4.5,-44.5 + pos: 24.5,24.5 parent: 2 - - uid: 18862 + - uid: 32580 components: - type: Transform - pos: 5.5,-44.5 + rot: 3.141592653589793 rad + pos: 24.5,20.5 parent: 2 - - uid: 18863 + - uid: 32581 components: - type: Transform - pos: 5.5,-43.5 + pos: 35.5,38.5 parent: 2 - - uid: 18864 + - uid: 32582 components: - type: Transform - pos: 4.5,-43.5 + rot: -1.5707963267948966 rad + pos: 39.5,33.5 parent: 2 - - uid: 18867 + - uid: 32583 components: - type: Transform - pos: 14.5,-38.5 + rot: 1.5707963267948966 rad + pos: 42.5,34.5 parent: 2 - - uid: 18868 + - uid: 32585 components: - type: Transform - pos: 15.5,-38.5 + rot: -1.5707963267948966 rad + pos: 49.5,30.5 parent: 2 - - uid: 18869 + - uid: 32586 components: - type: Transform - pos: 16.5,-38.5 + rot: -1.5707963267948966 rad + pos: 49.5,33.5 parent: 2 - - uid: 18870 + - uid: 32587 components: - type: Transform - pos: 17.5,-38.5 + pos: 47.5,35.5 parent: 2 - - uid: 18871 + - uid: 32600 components: - type: Transform - pos: 17.5,-38.5 + pos: 21.5,-53.5 parent: 2 - - uid: 18872 + - uid: 32601 components: - type: Transform - pos: 17.5,-39.5 + pos: 27.5,-49.5 parent: 2 - - uid: 18873 + - uid: 32602 components: - type: Transform - pos: 17.5,-40.5 + pos: 33.5,-44.5 parent: 2 - - uid: 18874 + - uid: 32603 components: - type: Transform - pos: 17.5,-41.5 + pos: 38.5,-48.5 parent: 2 - - uid: 18875 + - uid: 32604 components: - type: Transform - pos: 17.5,-42.5 + pos: 45.5,-46.5 parent: 2 - - uid: 18876 + - uid: 32605 components: - type: Transform - pos: 17.5,-42.5 + rot: 1.5707963267948966 rad + pos: 44.5,-52.5 parent: 2 - - uid: 18877 + - uid: 32606 components: - type: Transform - pos: 16.5,-42.5 + pos: 48.5,-48.5 parent: 2 - - uid: 18878 + - uid: 32607 components: - type: Transform - pos: 15.5,-42.5 + pos: -47.5,8.5 parent: 2 - - uid: 18879 + - uid: 32608 components: - type: Transform - pos: 14.5,-42.5 + pos: -43.5,8.5 parent: 2 - - uid: 18880 + - uid: 32609 components: - type: Transform - pos: 14.5,-41.5 + pos: -38.5,8.5 parent: 2 - - uid: 18881 + - uid: 32610 components: - type: Transform - pos: 13.5,-41.5 + rot: 3.141592653589793 rad + pos: -45.5,3.5 parent: 2 - - uid: 18882 + - uid: 35079 components: - type: Transform - pos: 12.5,-41.5 + rot: 1.5707963267948966 rad + pos: 67.5,28.5 parent: 2 - - uid: 18883 + - uid: 35428 components: - type: Transform - pos: 12.5,-40.5 + pos: 2.5,-3.5 parent: 2 - - uid: 18885 + - uid: 35505 components: - type: Transform - pos: 17.5,-43.5 + rot: 3.141592653589793 rad + pos: -1.5,-6.5 parent: 2 - - uid: 18886 + - uid: 35543 components: - type: Transform - pos: 18.5,-43.5 + pos: 73.5,35.5 parent: 2 - - uid: 18887 + - uid: 35544 components: - type: Transform - pos: 19.5,-43.5 + rot: -1.5707963267948966 rad + pos: 66.5,36.5 parent: 2 - - uid: 18888 + - uid: 35545 components: - type: Transform - pos: 19.5,-42.5 + pos: 65.5,43.5 parent: 2 - - uid: 18889 + - uid: 35546 components: - type: Transform - pos: 43.5,-49.5 + rot: 3.141592653589793 rad + pos: 76.5,33.5 parent: 2 - - uid: 18890 + - uid: 35547 components: - type: Transform - pos: 42.5,-49.5 + rot: -1.5707963267948966 rad + pos: 62.5,41.5 parent: 2 - - uid: 18891 + - uid: 35548 components: - type: Transform - pos: 41.5,-49.5 + rot: -1.5707963267948966 rad + pos: 62.5,47.5 parent: 2 - - uid: 18892 + - uid: 35549 components: - type: Transform - pos: 40.5,-49.5 + rot: 3.141592653589793 rad + pos: 59.5,49.5 parent: 2 - - uid: 18893 + - uid: 35550 components: - type: Transform - pos: 39.5,-49.5 + rot: -1.5707963267948966 rad + pos: 38.5,-2.5 parent: 2 - - uid: 18894 + - uid: 35551 components: - type: Transform - pos: 38.5,-49.5 + rot: -1.5707963267948966 rad + pos: 38.5,2.5 parent: 2 - - uid: 18895 + - uid: 35552 components: - type: Transform - pos: 37.5,-49.5 + pos: 48.5,-5.5 parent: 2 - - uid: 18896 + - uid: 35553 components: - type: Transform - pos: 36.5,-49.5 + rot: 3.141592653589793 rad + pos: 40.5,-7.5 parent: 2 - - uid: 18897 + - uid: 35554 components: - type: Transform - pos: 35.5,-49.5 + pos: 29.5,-5.5 parent: 2 - - uid: 18898 + - uid: 35555 components: - type: Transform - pos: 34.5,-49.5 + pos: 22.5,-4.5 parent: 2 - - uid: 18899 + - uid: 35558 components: - type: Transform - pos: 33.5,-49.5 + rot: 3.141592653589793 rad + pos: -11.5,-5.5 parent: 2 - - uid: 18900 + - uid: 35560 components: - type: Transform - pos: 32.5,-49.5 + rot: 3.141592653589793 rad + pos: -30.5,-4.5 parent: 2 - - uid: 18901 + - uid: 35562 components: - type: Transform - pos: 31.5,-49.5 + pos: 29.5,-9.5 parent: 2 - - uid: 18902 + - uid: 35563 components: - type: Transform - pos: 30.5,-49.5 + pos: 32.5,-9.5 parent: 2 - - uid: 18903 + - uid: 35564 components: - type: Transform - pos: 30.5,-50.5 + pos: 38.5,-10.5 parent: 2 - - uid: 18904 + - uid: 35565 components: - type: Transform - pos: 29.5,-50.5 + pos: 44.5,-9.5 parent: 2 - - uid: 18905 + - uid: 35566 components: - type: Transform - pos: 28.5,-50.5 + pos: 41.5,-13.5 parent: 2 - - uid: 18906 + - uid: 35567 components: - type: Transform - pos: 27.5,-50.5 + rot: 3.141592653589793 rad + pos: 45.5,-16.5 parent: 2 - - uid: 18907 + - uid: 35568 components: - type: Transform - pos: 27.5,-51.5 + rot: 1.5707963267948966 rad + pos: 36.5,-18.5 parent: 2 - - uid: 18908 + - uid: 35569 components: - type: Transform - pos: 26.5,-51.5 + rot: 1.5707963267948966 rad + pos: 30.5,-17.5 parent: 2 - - uid: 18909 + - uid: 35570 components: - type: Transform - pos: 25.5,-51.5 + pos: 29.5,-13.5 parent: 2 - - uid: 18910 + - uid: 35571 components: - type: Transform - pos: 25.5,-52.5 + pos: 29.5,-19.5 parent: 2 - - uid: 18911 + - uid: 35572 components: - type: Transform - pos: 25.5,-53.5 + pos: 35.5,-19.5 parent: 2 - - uid: 18912 + - uid: 35573 components: - type: Transform - pos: 27.5,-33.5 + rot: 1.5707963267948966 rad + pos: 46.5,-21.5 parent: 2 - - uid: 18913 + - uid: 36896 components: - type: Transform - pos: 27.5,-34.5 + rot: -1.5707963267948966 rad + pos: -81.5,61.5 parent: 2 - - uid: 18914 + - uid: 36897 components: - type: Transform - pos: 27.5,-35.5 + rot: 1.5707963267948966 rad + pos: -79.5,61.5 parent: 2 - - uid: 18915 + - uid: 36898 components: - type: Transform - pos: 27.5,-35.5 + pos: -81.5,75.5 parent: 2 - - uid: 18916 + - uid: 36899 components: - type: Transform - pos: 28.5,-35.5 + rot: -1.5707963267948966 rad + pos: -80.5,80.5 parent: 2 - - uid: 18917 + - uid: 36900 components: - type: Transform - pos: 29.5,-35.5 + rot: 3.141592653589793 rad + pos: -74.5,81.5 parent: 2 - - uid: 18918 + - uid: 36901 components: - type: Transform - pos: 30.5,-35.5 + rot: 1.5707963267948966 rad + pos: -68.5,78.5 parent: 2 - - uid: 18919 + - uid: 36902 components: - type: Transform - pos: 31.5,-35.5 + rot: 3.141592653589793 rad + pos: -74.5,56.5 parent: 2 - - uid: 18920 + - uid: 36903 components: - type: Transform - pos: 32.5,-35.5 + rot: 1.5707963267948966 rad + pos: -61.5,71.5 parent: 2 - - uid: 18921 + - uid: 43108 components: - type: Transform - pos: 33.5,-35.5 + rot: -1.5707963267948966 rad + pos: 79.5,38.5 parent: 2 - - uid: 18922 +- proto: EmergencyMedipen + entities: + - uid: 6875 components: - type: Transform - pos: 34.5,-35.5 + pos: 21.678297,-14.592482 parent: 2 - - uid: 18923 + - uid: 6878 components: - type: Transform - pos: 35.5,-35.5 + pos: 21.678297,-14.592482 parent: 2 - - uid: 18924 + - uid: 6881 components: - type: Transform - pos: 36.5,-35.5 + pos: 21.678297,-14.592482 parent: 2 - - uid: 18925 + - uid: 13221 components: - type: Transform - pos: 37.5,-35.5 + rot: 3.141592653589793 rad + pos: 26.4033,-21.526682 parent: 2 - - uid: 18926 + - uid: 13223 components: - type: Transform - pos: 38.5,-35.5 + rot: 1.5707963267948966 rad + pos: 30.798504,-16.754307 parent: 2 - - uid: 18927 + - uid: 13265 components: - type: Transform - pos: 39.5,-35.5 + pos: 40.406425,-11.419872 parent: 2 - - uid: 18928 + - uid: 19473 components: - type: Transform - pos: 40.5,-35.5 + pos: 40.500175,-11.513622 parent: 2 - - uid: 18930 + - uid: 42967 components: - type: Transform - pos: 40.5,-35.5 + rot: -1.5707963267948966 rad + pos: 45.761864,-16.548794 parent: 2 - - uid: 18931 + - uid: 42968 components: - type: Transform - pos: 40.5,-34.5 + rot: -1.5707963267948966 rad + pos: 45.87124,-16.376919 parent: 2 - - uid: 18932 + - uid: 42979 components: - type: Transform - pos: 40.5,-33.5 + rot: -1.5707963267948966 rad + pos: 45.824364,-16.423794 parent: 2 - - uid: 18933 +- proto: EmergencyOxygenTankFilled + entities: + - uid: 42956 components: - type: Transform - pos: 40.5,-33.5 + pos: 10.546986,67.33819 parent: 2 - - uid: 18934 + - uid: 42958 components: - type: Transform - pos: 41.5,-33.5 + pos: 10.249673,67.340965 parent: 2 - - uid: 18935 +- proto: EmergencyRollerBed + entities: + - uid: 1417 components: - type: Transform - pos: 42.5,-33.5 + pos: 48.48052,-13.389591 parent: 2 - - uid: 18936 +- proto: Emitter + entities: + - uid: 7791 components: - type: Transform - pos: 43.5,-33.5 + pos: -11.5,26.5 parent: 2 - - uid: 18937 + - uid: 7792 components: - type: Transform - pos: 44.5,-33.5 + pos: -11.5,27.5 parent: 2 - - uid: 18938 + - uid: 7793 components: - type: Transform - pos: -43.5,-34.5 + pos: -12.5,27.5 parent: 2 - - uid: 18939 + - uid: 7794 components: - type: Transform - pos: -44.5,-34.5 + pos: -12.5,26.5 parent: 2 - - uid: 18940 + - uid: 7795 components: - type: Transform - pos: -44.5,-33.5 + pos: -13.5,26.5 parent: 2 - - uid: 18941 + - uid: 7796 components: - type: Transform - pos: -45.5,-33.5 + pos: -13.5,27.5 parent: 2 - - uid: 18942 + - uid: 7797 components: - type: Transform - pos: -46.5,-33.5 + pos: -14.5,27.5 parent: 2 - - uid: 18943 + - uid: 7798 components: - type: Transform - pos: -47.5,-33.5 + pos: -14.5,26.5 parent: 2 - - uid: 18944 +- proto: EmitterCircuitboard + entities: + - uid: 7911 components: - type: Transform - pos: -48.5,-33.5 + pos: -46.597847,6.677601 parent: 2 - - uid: 18945 +- proto: EncryptionKeyCargo + entities: + - uid: 27639 components: - type: Transform - pos: -48.5,-33.5 - parent: 2 - - uid: 18946 + parent: 7253 + - type: Physics + canCollide: False +- proto: EncryptionKeyCommand + entities: + - uid: 33667 components: - type: Transform - pos: -48.5,-34.5 - parent: 2 - - uid: 18947 + parent: 33666 + - type: Physics + canCollide: False +- proto: EncryptionKeyCommon + entities: + - uid: 31697 components: - type: Transform - pos: -48.5,-35.5 + pos: -81.43331,73.57854 parent: 2 - - uid: 18948 + - uid: 31706 components: - type: Transform - pos: -48.5,-36.5 + pos: -81.60519,73.64104 parent: 2 - - uid: 18949 + - uid: 33669 components: - type: Transform - pos: -48.5,-37.5 - parent: 2 - - uid: 18950 + parent: 33668 + - type: Physics + canCollide: False +- proto: EncryptionKeyEngineering + entities: + - uid: 27704 components: - type: Transform - pos: -48.5,-38.5 - parent: 2 - - uid: 18951 + parent: 8031 + - type: Physics + canCollide: False +- proto: EncryptionKeyMedical + entities: + - uid: 27701 components: - type: Transform - pos: -48.5,-38.5 - parent: 2 - - uid: 18952 + parent: 8029 + - type: Physics + canCollide: False +- proto: EncryptionKeyScience + entities: + - uid: 27697 components: - type: Transform - pos: -47.5,-38.5 - parent: 2 - - uid: 18953 + parent: 7255 + - type: Physics + canCollide: False +- proto: EncryptionKeySecurity + entities: + - uid: 26196 components: - type: Transform - pos: -46.5,-38.5 - parent: 2 - - uid: 18954 + parent: 7227 + - type: Physics + canCollide: False +- proto: EncryptionKeyService + entities: + - uid: 26195 components: - type: Transform - pos: -45.5,-38.5 - parent: 2 - - uid: 18955 + parent: 414 + - type: Physics + canCollide: False +- proto: EpinephrineChemistryBottle + entities: + - uid: 6644 components: - type: Transform - pos: -45.5,-38.5 + pos: 16.774557,-27.185707 parent: 2 - - uid: 18956 + - uid: 6645 components: - type: Transform - pos: -45.5,-37.5 + pos: 16.774557,-27.295082 parent: 2 - - uid: 18957 + - uid: 6646 components: - type: Transform - pos: -45.5,-36.5 + pos: 16.774557,-27.451332 parent: 2 - - uid: 18958 + - uid: 6872 components: - type: Transform - pos: -45.5,-35.5 + pos: 21.256422,-14.451857 parent: 2 - - uid: 18959 + - uid: 6873 components: - type: Transform - pos: -46.5,-38.5 + pos: 21.365797,-14.311232 parent: 2 - - uid: 18960 + - uid: 6874 components: - type: Transform - pos: -46.5,-39.5 + pos: 21.490797,-14.201857 parent: 2 - - uid: 18961 + - uid: 30868 components: - type: Transform - pos: -46.5,-40.5 + rot: -1.5707963267948966 rad + pos: -62.55531,-27.93815 parent: 2 - - uid: 18962 + - uid: 34244 components: - type: Transform - pos: -46.5,-41.5 + pos: -60.353035,-7.485359 parent: 2 - - uid: 18963 +- proto: ExosuitFabricator + entities: + - uid: 5141 components: - type: Transform - pos: -46.5,-42.5 + pos: -24.5,-36.5 parent: 2 - - uid: 18964 +- proto: ExtendedEmergencyOxygenTankFilled + entities: + - uid: 8175 components: - type: Transform - pos: -46.5,-43.5 + pos: -50.645782,29.917637 parent: 2 - - uid: 18965 +- proto: ExtinguisherCabinet + entities: + - uid: 12935 components: - type: Transform - pos: -46.5,-44.5 + pos: 44.5,18.5 parent: 2 - - uid: 18966 + - uid: 12937 components: - type: Transform - pos: -46.5,-44.5 + pos: 15.5,33.5 parent: 2 - - uid: 18967 + - uid: 14369 components: - type: Transform - pos: -45.5,-44.5 + rot: 1.5707963267948966 rad + pos: -6.5,38.5 parent: 2 - - uid: 18969 + - uid: 14370 components: - type: Transform - pos: -45.5,-44.5 + rot: 1.5707963267948966 rad + pos: 61.5,11.5 parent: 2 - - uid: 18970 +- proto: ExtinguisherCabinetFilled + entities: + - uid: 2717 components: - type: Transform - pos: -45.5,-45.5 + pos: 25.5,60.5 parent: 2 - - uid: 18971 + - uid: 5024 components: - type: Transform - pos: -45.5,-46.5 + pos: -26.5,-13.5 parent: 2 - - uid: 18972 + - uid: 5102 components: - type: Transform - pos: -45.5,-47.5 + pos: -40.5,-16.5 parent: 2 - - uid: 18973 + - uid: 5103 components: - type: Transform - pos: -45.5,-48.5 + pos: -44.5,-12.5 parent: 2 - - uid: 18974 + - type: ItemCabinet + opened: True + - uid: 5273 components: - type: Transform - pos: -45.5,-49.5 + rot: 3.141592653589793 rad + pos: -17.5,-32.5 parent: 2 - - uid: 18975 + - uid: 10943 components: - type: Transform - pos: -45.5,-49.5 + rot: 1.5707963267948966 rad + pos: 24.5,-60.5 parent: 2 - - uid: 18976 + - uid: 12485 components: - type: Transform - pos: -46.5,-49.5 + rot: -1.5707963267948966 rad + pos: -57.5,4.5 parent: 2 - - uid: 18977 + - uid: 12936 components: - type: Transform - pos: -47.5,-49.5 + pos: 17.5,19.5 parent: 2 - - uid: 18978 + - uid: 14368 components: - type: Transform - pos: -47.5,-49.5 + rot: 1.5707963267948966 rad + pos: -14.5,48.5 parent: 2 - - uid: 18979 + - uid: 24195 components: - type: Transform - pos: -47.5,-50.5 + rot: -1.5707963267948966 rad + pos: 34.5,-18.5 parent: 2 - - uid: 18980 + - uid: 24198 components: - type: Transform - pos: -47.5,-50.5 + rot: -1.5707963267948966 rad + pos: 47.5,-12.5 parent: 2 - - uid: 18981 + - uid: 24199 components: - type: Transform - pos: -48.5,-50.5 + rot: -1.5707963267948966 rad + pos: 25.5,-22.5 parent: 2 - - uid: 18982 + - uid: 25994 components: - type: Transform - pos: -49.5,-50.5 + pos: 41.5,48.5 parent: 2 - - uid: 18984 + - uid: 34098 components: - type: Transform - pos: -45.5,-45.5 + rot: -1.5707963267948966 rad + pos: -61.5,-7.5 parent: 2 - - uid: 18985 + - uid: 34186 components: - type: Transform - pos: -44.5,-45.5 + rot: 3.141592653589793 rad + pos: -79.5,79.5 parent: 2 - - uid: 18986 + - uid: 34187 components: - type: Transform - pos: -43.5,-45.5 + rot: 3.141592653589793 rad + pos: -69.5,79.5 parent: 2 - - uid: 18987 + - uid: 36084 components: - type: Transform - pos: -42.5,-45.5 + pos: -78.5,59.5 parent: 2 - - uid: 18988 + - uid: 36641 components: - type: Transform - pos: -41.5,-45.5 - parent: 2 - - uid: 18989 + pos: 6.5,2.5 + parent: 36450 + - uid: 36642 components: - type: Transform - pos: -40.5,-45.5 - parent: 2 - - uid: 18990 + pos: 4.5,2.5 + parent: 36450 + - uid: 37378 components: - type: Transform - pos: -39.5,-45.5 - parent: 2 - - uid: 18991 + rot: -1.5707963267948966 rad + pos: 23.5,-4.5 + parent: 36907 + - uid: 37379 components: - type: Transform - pos: -38.5,-45.5 - parent: 2 - - uid: 18992 + rot: -1.5707963267948966 rad + pos: 23.5,-0.5 + parent: 36907 +- proto: ExtinguisherCabinetFilledOpen + entities: + - uid: 12459 components: - type: Transform - pos: -37.5,-45.5 + rot: -1.5707963267948966 rad + pos: -1.5,45.5 parent: 2 - - uid: 18993 + - uid: 12934 components: - type: Transform - pos: -37.5,-45.5 + pos: 32.5,10.5 parent: 2 - - uid: 18994 + - uid: 34110 components: - type: Transform - pos: -37.5,-46.5 + rot: -1.5707963267948966 rad + pos: -50.5,-29.5 parent: 2 - - uid: 18995 +- proto: ExtinguisherCabinetOpen + entities: + - uid: 10944 components: - type: Transform - pos: -37.5,-47.5 + pos: 36.5,-55.5 parent: 2 - - uid: 18996 + - uid: 34099 components: - type: Transform - pos: -37.5,-48.5 + rot: -1.5707963267948966 rad + pos: -60.5,-19.5 parent: 2 - - uid: 18998 +- proto: FatExtractorMachineCircuitboard + entities: + - uid: 34135 components: - type: Transform - pos: -36.5,-48.5 + pos: -56.61166,-11.030841 parent: 2 - - uid: 18999 +- proto: FaxMachineBase + entities: + - uid: 5497 components: - type: Transform - pos: -36.5,-49.5 + pos: -15.5,-16.5 parent: 2 - - uid: 19000 + - type: FaxMachine + name: НР + - uid: 5528 components: - type: Transform - pos: -20.5,-14.5 + pos: -40.5,-53.5 parent: 2 - - uid: 19001 + - type: FaxMachine + name: КМ + - uid: 5690 components: - type: Transform - pos: -20.5,-15.5 + pos: -9.5,-45.5 parent: 2 - - uid: 19002 + - type: FaxMachine + name: ГП + - uid: 6158 components: - type: Transform - pos: -20.5,-16.5 + pos: 7.5,-37.5 parent: 2 - - uid: 19003 + - type: FaxMachine + receiveStationGoal: True + name: капитан + - uid: 6740 components: - type: Transform - pos: -20.5,-16.5 + pos: 14.5,-16.5 parent: 2 - - uid: 19004 + - type: FaxMachine + name: ГВ + - uid: 7394 components: - type: Transform - pos: -21.5,-16.5 + pos: 2.5,-28.5 parent: 2 - - uid: 19005 + - type: FaxMachine + name: мостик + - uid: 8108 components: - type: Transform - pos: -22.5,-16.5 + pos: -14.5,14.5 parent: 2 - - uid: 19006 + - type: FaxMachine + name: СИ + - uid: 10245 components: - type: Transform - pos: -23.5,-16.5 + pos: 33.5,26.5 parent: 2 - - uid: 19007 + - type: FaxMachine + name: Кабинет смотрителя. + - uid: 10526 components: - type: Transform - pos: -24.5,-16.5 + pos: 45.5,59.5 parent: 2 - - uid: 19008 + - type: FaxMachine + name: ГСБ + - uid: 10772 components: - type: Transform - pos: -25.5,-16.5 + pos: -2.5,41.5 parent: 2 - - uid: 19009 + - type: FaxMachine + name: АВД +- proto: FenceMetalBroken + entities: + - uid: 11508 components: - type: Transform - pos: -26.5,-16.5 + rot: -1.5707963267948966 rad + pos: 49.5,-45.5 parent: 2 - - uid: 19010 + - uid: 42965 components: - type: Transform - pos: -27.5,-16.5 + rot: 3.141592653589793 rad + pos: 17.5,27.5 parent: 2 - - uid: 19011 +- proto: FenceMetalCorner + entities: + - uid: 31272 components: - type: Transform - pos: -27.5,-15.5 + pos: -59.5,-4.5 parent: 2 - - uid: 19012 + - uid: 37380 components: - type: Transform - pos: -28.5,-15.5 - parent: 2 - - uid: 19013 + rot: 1.5707963267948966 rad + pos: 29.5,-10.5 + parent: 36907 + - uid: 37381 components: - type: Transform - pos: -28.5,-14.5 - parent: 2 - - uid: 19014 + rot: 1.5707963267948966 rad + pos: 29.5,-6.5 + parent: 36907 +- proto: FenceMetalGate + entities: + - uid: 2831 components: - type: Transform - pos: -29.5,-14.5 + pos: 15.5,20.5 parent: 2 - - uid: 19015 + - uid: 31273 components: - type: Transform - pos: -30.5,-14.5 + rot: -1.5707963267948966 rad + pos: -66.5,-9.5 parent: 2 - - uid: 19017 + - uid: 36298 components: - type: Transform - pos: -20.5,-16.5 + rot: -1.5707963267948966 rad + pos: 20.5,-8.5 parent: 2 - - uid: 19018 + - uid: 37382 components: - type: Transform - pos: -19.5,-16.5 - parent: 2 - - uid: 19019 + rot: -1.5707963267948966 rad + pos: 28.5,-12.5 + parent: 36907 + - uid: 37383 components: - type: Transform - pos: -19.5,-16.5 - parent: 2 - - uid: 19020 + rot: -1.5707963267948966 rad + pos: 4.5,-12.5 + parent: 36907 + - uid: 37384 components: - type: Transform - pos: -19.5,-17.5 + rot: 3.141592653589793 rad + pos: 7.5,-13.5 + parent: 36907 + - uid: 42855 + components: + - type: Transform + pos: 16.5,33.5 parent: 2 - - uid: 19021 +- proto: FenceMetalStraight + entities: + - uid: 36299 components: - type: Transform - pos: -19.5,-18.5 + rot: 3.141592653589793 rad + pos: 20.5,-7.5 parent: 2 - - uid: 19022 + - uid: 36300 components: - type: Transform - pos: -19.5,-19.5 + pos: 20.5,-9.5 parent: 2 - - uid: 19023 +- proto: filingCabinet + entities: + - uid: 8250 components: - type: Transform - pos: -19.5,-20.5 + pos: 7.5,32.5 parent: 2 - - uid: 19024 + - uid: 8251 components: - type: Transform - pos: -19.5,-21.5 + pos: 7.5,33.5 parent: 2 - - uid: 19026 + - uid: 8338 components: - type: Transform - pos: -18.5,-21.5 + pos: 9.5,33.5 parent: 2 - - uid: 19027 + - uid: 8439 components: - type: Transform - pos: -17.5,-21.5 + pos: 9.5,32.5 parent: 2 - - uid: 19029 + - uid: 35461 components: - type: Transform - pos: -19.5,-21.5 + pos: 59.5,27.5 parent: 2 - - uid: 19030 +- proto: filingCabinetDrawer + entities: + - uid: 6772 components: - type: Transform - pos: -19.5,-22.5 + pos: 18.5,-16.5 parent: 2 - - uid: 19031 +- proto: filingCabinetDrawerRandom + entities: + - uid: 8098 components: - type: Transform - pos: -19.5,-23.5 + pos: -13.5,17.5 parent: 2 - - uid: 19032 +- proto: filingCabinetRandom + entities: + - uid: 6773 components: - type: Transform - pos: -19.5,-24.5 + pos: 24.5,-16.5 parent: 2 - - uid: 19033 + - uid: 6774 components: - type: Transform - pos: -19.5,-25.5 + pos: 23.5,-16.5 parent: 2 - - uid: 19034 + - uid: 6775 components: - type: Transform - pos: -19.5,-26.5 + pos: 22.5,-16.5 parent: 2 - - uid: 19035 + - uid: 8844 components: - type: Transform - pos: -19.5,-27.5 + pos: 57.5,-20.5 parent: 2 - - uid: 19036 + - uid: 10769 components: - type: Transform - pos: -19.5,-28.5 + pos: -2.5,40.5 parent: 2 - - uid: 19037 + - uid: 10770 components: - type: Transform - pos: -19.5,-29.5 + pos: -2.5,39.5 parent: 2 - - uid: 19038 + - uid: 12892 components: - type: Transform - pos: -18.5,-29.5 + pos: 43.5,8.5 parent: 2 - - uid: 19039 +- proto: FireAlarm + entities: + - uid: 6262 components: - type: Transform - pos: -18.5,-30.5 + pos: -43.5,27.5 parent: 2 - - uid: 19040 + - type: DeviceList + devices: + - 27264 + - 27109 + - 27107 + - 27094 + - 27095 + - 27097 + - 27098 + - 27104 + - 27105 + - 27106 + - 27268 + - 27267 + - 27273 + - 32148 + - type: AtmosDevice + joinedGrid: 2 + - uid: 6314 components: - type: Transform - pos: -18.5,-31.5 + rot: 1.5707963267948966 rad + pos: 24.5,36.5 parent: 2 - - uid: 19041 + - type: DeviceList + devices: + - 27229 + - 27228 + - 27227 + - 27136 + - 27137 + - 27149 + - 27150 + - 27151 + - 27152 + - 27147 + - 27004 + - 27146 + - 27145 + - 31904 + - 31901 + - 27156 + - type: AtmosDevice + joinedGrid: 2 + - uid: 6324 components: - type: Transform - pos: -19.5,-25.5 + rot: 3.141592653589793 rad + pos: 42.5,28.5 parent: 2 - - uid: 19042 + - type: DeviceList + devices: + - 27229 + - 27228 + - 27227 + - 27136 + - 27137 + - 27149 + - 27150 + - 27151 + - 27152 + - 27147 + - 27004 + - 27146 + - 27145 + - 31904 + - 31901 + - 27156 + - type: AtmosDevice + joinedGrid: 2 + - uid: 7489 components: - type: Transform - pos: -20.5,-25.5 + rot: 3.141592653589793 rad + pos: 44.5,28.5 parent: 2 - - uid: 19043 + - type: DeviceList + devices: + - 31834 + - 31833 + - 31832 + - 31868 + - 31869 + - 31870 + - 27147 + - 27004 + - 27146 + - 31873 + - type: AtmosDevice + joinedGrid: 2 + - uid: 7832 components: - type: Transform - pos: -21.5,-25.5 + rot: 1.5707963267948966 rad + pos: 61.5,2.5 parent: 2 - - uid: 19044 + - type: DeviceList + devices: + - 27209 + - 27208 + - 27207 + - 27213 + - 27214 + - 27212 + - 27211 + - 27210 + - 31854 + - type: AtmosDevice + joinedGrid: 2 + - uid: 7834 components: - type: Transform - pos: -22.5,-25.5 + rot: 3.141592653589793 rad + pos: 21.5,-52.5 parent: 2 - - uid: 19045 + - type: DeviceList + devices: + - 27425 + - 27426 + - 27427 + - 31785 + - 31786 + - 31787 + - 31788 + - 27422 + - 27421 + - 27420 + - 3758 + - 13050 + - type: AtmosDevice + joinedGrid: 2 + - uid: 7835 components: - type: Transform - pos: -23.5,-25.5 + rot: 1.5707963267948966 rad + pos: 42.5,-47.5 parent: 2 - - uid: 19046 + - type: DeviceList + devices: + - 27428 + - 27425 + - 27426 + - 27427 + - 27429 + - 31556 + - type: AtmosDevice + joinedGrid: 2 + - uid: 7836 components: - type: Transform - pos: -24.5,-25.5 + rot: 3.141592653589793 rad + pos: 40.5,-47.5 parent: 2 - - uid: 19047 + - type: DeviceList + devices: + - 27425 + - 27426 + - 27427 + - 31785 + - 31786 + - 31787 + - 31788 + - 27422 + - 27421 + - 27420 + - 3758 + - 13050 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8671 components: - type: Transform - pos: -24.5,-24.5 + rot: 3.141592653589793 rad + pos: -20.5,-27.5 parent: 2 - - uid: 19048 + - type: DeviceList + devices: + - 27375 + - 27380 + - 32268 + - type: AtmosDevice + joinedGrid: 2 + - uid: 10739 components: - type: Transform - pos: -24.5,-23.5 + rot: 3.141592653589793 rad + pos: 11.5,54.5 parent: 2 - - uid: 19050 + - type: DeviceList + devices: + - 32016 + - 27227 + - 27228 + - 27229 + - 27134 + - 27132 + - 27133 + - 31893 + - 27170 + - 32022 + - 32034 + - 32035 + - 32036 + - type: AtmosDevice + joinedGrid: 2 + - uid: 11334 components: - type: Transform - pos: -24.5,-25.5 + pos: 23.5,-29.5 parent: 2 - - uid: 19051 + - type: DeviceList + devices: + - 27448 + - 27442 + - 27441 + - 27450 + - 27449 + - 11333 + - type: AtmosDevice + joinedGrid: 2 + - uid: 23761 components: - type: Transform - pos: -25.5,-25.5 + pos: 68.5,0.5 parent: 2 - - uid: 19052 + - type: DeviceList + devices: + - 27215 + - 27212 + - 27211 + - 27210 + - 27218 + - 13941 + - 31864 + - type: AtmosDevice + joinedGrid: 2 + - uid: 24872 components: - type: Transform - pos: -26.5,-25.5 + pos: -12.5,41.5 parent: 2 - - uid: 19053 + - type: DeviceList + devices: + - 32135 + - 32119 + - 32134 + - 5810 + - 5793 + - 7490 + - type: AtmosDevice + joinedGrid: 2 + - uid: 27119 components: - type: Transform - pos: -27.5,-25.5 + rot: 3.141592653589793 rad + pos: -1.5,55.5 parent: 2 - - uid: 19054 + - type: DeviceList + devices: + - 32036 + - 32035 + - 32034 + - 27580 + - 27581 + - 27582 + - 32031 + - 32032 + - 32033 + - 32039 + - 27117 + - 27118 + - type: AtmosDevice + joinedGrid: 2 + - uid: 27120 components: - type: Transform - pos: -28.5,-25.5 + pos: 2.5,55.5 parent: 2 - - uid: 19055 + - type: DeviceList + devices: + - 27235 + - 27234 + - 27233 + - 27232 + - 19412 + - 27197 + - 27242 + - 27243 + - 27244 + - 27245 + - 27246 + - 27247 + - 27248 + - 27249 + - 27230 + - 27251 + - 27250 + - 31713 + - 27118 + - 27117 + - 32054 + - type: AtmosDevice + joinedGrid: 2 + - uid: 27121 components: - type: Transform - pos: -29.5,-25.5 + rot: 1.5707963267948966 rad + pos: -4.5,66.5 parent: 2 - - uid: 19056 + - type: DeviceList + devices: + - 27249 + - 27248 + - 27247 + - 27246 + - 27245 + - 27244 + - 27243 + - 27242 + - 27197 + - type: AtmosDevice + joinedGrid: 2 + - uid: 27122 components: - type: Transform - pos: -30.5,-25.5 + rot: -1.5707963267948966 rad + pos: -5.5,58.5 parent: 2 - - uid: 19057 + - type: DeviceList + devices: + - 27230 + - 27239 + - 27238 + - 27237 + - 27235 + - 27234 + - 27233 + - 27232 + - 32055 + - type: AtmosDevice + joinedGrid: 2 + - uid: 27516 components: - type: Transform - pos: -31.5,-25.5 + rot: 1.5707963267948966 rad + pos: -59.5,21.5 parent: 2 - - uid: 19058 + - type: DeviceList + devices: + - 27513 + - 32200 + - 27512 + - 32203 + - type: AtmosDevice + joinedGrid: 2 + - uid: 27522 components: - type: Transform - pos: -32.5,-25.5 + rot: 1.5707963267948966 rad + pos: -59.5,29.5 parent: 2 - - uid: 19059 + - type: DeviceList + devices: + - 27514 + - 27512 + - 27099 + - 27523 + - 13041 + - type: AtmosDevice + joinedGrid: 2 + - uid: 27524 components: - type: Transform - pos: -32.5,-24.5 + rot: -1.5707963267948966 rad + pos: -49.5,35.5 parent: 2 - - uid: 19060 + - type: DeviceList + devices: + - 27525 + - 27096 + - 27100 + - 27526 + - 32185 + - type: AtmosDevice + joinedGrid: 2 + - uid: 27538 components: - type: Transform - pos: -32.5,-23.5 + rot: -1.5707963267948966 rad + pos: -43.5,26.5 parent: 2 - - uid: 19061 + - type: DeviceList + devices: + - 32216 + - 32218 + - 32215 + - 32233 + - 27102 + - 27103 + - 27106 + - 27105 + - 27104 + - 32209 + - type: AtmosDevice + joinedGrid: 2 + - uid: 27548 components: - type: Transform - pos: -32.5,-22.5 + rot: -1.5707963267948966 rad + pos: 27.5,40.5 parent: 2 - - uid: 19062 + - type: DeviceList + devices: + - 32016 + - 27227 + - 27228 + - 27229 + - 27134 + - 27132 + - 27133 + - 31893 + - 27170 + - 32022 + - 32034 + - 32035 + - 32036 + - type: AtmosDevice + joinedGrid: 2 + - uid: 27549 components: - type: Transform - pos: -32.5,-21.5 + rot: -1.5707963267948966 rad + pos: 40.5,34.5 parent: 2 - - uid: 19063 + - type: DeviceList + devices: + - 27227 + - 27228 + - 27229 + - 27152 + - 27151 + - 27150 + - 27149 + - 27154 + - 27153 + - 31917 + - type: AtmosDevice + joinedGrid: 2 + - uid: 27558 components: - type: Transform - pos: -33.5,-21.5 + rot: -1.5707963267948966 rad + pos: 47.5,-31.5 parent: 2 - - uid: 19064 + - type: DeviceList + devices: + - 27433 + - 27434 + - 27435 + - 27438 + - 27437 + - 27436 + - 27475 + - 27476 + - 27431 + - 27494 + - 27493 + - 27492 + - 27432 + - 31562 + - type: AtmosDevice + joinedGrid: 2 + - uid: 27559 components: - type: Transform - pos: -35.5,-21.5 + rot: -1.5707963267948966 rad + pos: 47.5,-29.5 parent: 2 - - uid: 19065 + - type: DeviceList + devices: + - 27492 + - 27493 + - 27494 + - 27472 + - 31588 + - 27489 + - 27225 + - 31590 + - 31591 + - 31592 + - type: AtmosDevice + joinedGrid: 2 + - uid: 27560 components: - type: Transform - pos: -34.5,-21.5 + pos: 34.5,-22.5 parent: 2 - - uid: 19066 + - type: DeviceList + devices: + - 31582 + - 27436 + - 27437 + - 27440 + - 27446 + - 27439 + - 27450 + - 27449 + - 27470 + - 27476 + - 27475 + - 27453 + - 27454 + - 11335 + - 33798 + - 33800 + - 31602 + - 33708 + - 33848 + - 33822 + - 33707 + - type: AtmosDevice + joinedGrid: 2 + - uid: 27561 components: - type: Transform - pos: -35.5,-21.5 + rot: 3.141592653589793 rad + pos: 30.5,-22.5 parent: 2 - - uid: 19067 + - type: DeviceList + devices: + - 31579 + - 33798 + - 33800 + - 31602 + - 33708 + - 33848 + - 33822 + - 27453 + - 33707 + - type: AtmosDevice + joinedGrid: 2 + - uid: 27563 components: - type: Transform - pos: -37.5,-21.5 + rot: 3.141592653589793 rad + pos: 32.5,-41.5 parent: 2 - - uid: 19068 + - type: DeviceList + devices: + - 27420 + - 27421 + - 27422 + - 31649 + - 31650 + - 31651 + - 31825 + - 27435 + - 27434 + - 27433 + - 31791 + - type: AtmosDevice + joinedGrid: 2 + - uid: 27567 components: - type: Transform - pos: -39.5,-20.5 + pos: 28.5,-41.5 parent: 2 - - uid: 19069 + - type: DeviceList + devices: + - 27433 + - 27434 + - 27435 + - 27438 + - 27437 + - 27436 + - 27475 + - 27476 + - 27431 + - 27494 + - 27493 + - 27492 + - 27432 + - 31562 + - type: AtmosDevice + joinedGrid: 2 + - uid: 27573 components: - type: Transform - pos: -39.5,-19.5 + pos: -37.5,-34.5 parent: 2 - - uid: 19070 + - type: DeviceList + devices: + - 32212 + - 32213 + - 32214 + - 27302 + - 27393 + - 27343 + - 27342 + - 27341 + - 32257 + - 32260 + - type: AtmosDevice + joinedGrid: 2 + - uid: 27574 components: - type: Transform - pos: -40.5,-18.5 + rot: 3.141592653589793 rad + pos: -41.5,-34.5 parent: 2 - - uid: 19071 + - type: DeviceList + devices: + - 27360 + - 27359 + - 27358 + - 27362 + - 27363 + - 27364 + - 27365 + - 27341 + - 27342 + - 27343 + - 27345 + - 27344 + - 27346 + - 27351 + - 32201 + - 32258 + - type: AtmosDevice + joinedGrid: 2 + - uid: 27578 components: - type: Transform - pos: -41.5,-18.5 + pos: -40.5,34.5 parent: 2 - - uid: 19072 + - type: DeviceList + devices: + - 27264 + - 27109 + - 27107 + - 32040 + - 32041 + - 32042 + - 32043 + - 32044 + - 32045 + - 32028 + - 32029 + - 32030 + - 27113 + - 27111 + - 27112 + - 27474 + - 32064 + - 12511 + - type: AtmosDevice + joinedGrid: 2 + - uid: 27579 components: - type: Transform - pos: -42.5,-18.5 + rot: 3.141592653589793 rad + pos: -36.5,34.5 parent: 2 - - uid: 19073 + - type: DeviceList + devices: + - 27264 + - 27109 + - 27107 + - 27094 + - 27095 + - 27097 + - 27098 + - 27104 + - 27105 + - 27106 + - 27268 + - 27267 + - 27273 + - 32148 + - 12511 + - type: AtmosDevice + joinedGrid: 2 + - uid: 27583 components: - type: Transform - pos: -43.5,-18.5 + rot: -1.5707963267948966 rad + pos: 39.5,58.5 parent: 2 - - uid: 19074 + - type: DeviceList + devices: + - 27166 + - 27167 + - 27186 + - 27188 + - 31962 + - type: AtmosDevice + joinedGrid: 2 + - uid: 27584 components: - type: Transform - pos: -44.5,-17.5 + rot: 1.5707963267948966 rad + pos: 27.5,45.5 parent: 2 - - uid: 19075 + - type: DeviceList + devices: + - 27165 + - 27164 + - 27163 + - 27162 + - 31940 + - 31939 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31552 components: - type: Transform - pos: -44.5,-16.5 + rot: 1.5707963267948966 rad + pos: -19.5,56.5 parent: 2 - - uid: 19077 + - type: DeviceList + devices: + - 27115 + - 27240 + - 27239 + - 27238 + - 27237 + - 32112 + - 27241 + - 27116 + - 32070 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31586 components: - type: Transform - pos: -28.5,-26.5 + pos: 22.5,-40.5 parent: 2 - - uid: 19078 + - type: DeviceList + devices: + - 27438 + - 27440 + - 27446 + - 27439 + - 27441 + - 27442 + - 31583 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31595 components: - type: Transform - pos: -28.5,-27.5 + rot: 3.141592653589793 rad + pos: 50.5,-10.5 parent: 2 - - uid: 19079 + - type: DeviceList + devices: + - 31590 + - 31591 + - 31592 + - 27225 + - 27492 + - 27493 + - 27494 + - 31588 + - 31593 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31598 components: - type: Transform - pos: -28.5,-28.5 + pos: 40.5,-30.5 parent: 2 - - uid: 19080 + - type: DeviceList + devices: + - 27471 + - 27472 + - 27470 + - 31600 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31615 components: - type: Transform - pos: -28.5,-29.5 + rot: -1.5707963267948966 rad + pos: 35.5,4.5 parent: 2 - - uid: 19081 + - type: DeviceList + devices: + - 31622 + - 27461 + - 27460 + - 27463 + - 27462 + - 31621 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31616 components: - type: Transform - pos: -28.5,-30.5 + pos: 33.5,-3.5 parent: 2 - - uid: 19082 + - type: DeviceList + devices: + - 33684 + - 31623 + - 31622 + - 27461 + - 27460 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31626 components: - type: Transform - pos: -28.5,-30.5 + rot: 1.5707963267948966 rad + pos: 17.5,-18.5 parent: 2 - - uid: 19083 + - type: DeviceList + devices: + - 27452 + - 27453 + - 31628 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31632 components: - type: Transform - pos: -29.5,-30.5 + rot: -1.5707963267948966 rad + pos: 11.5,-75.5 parent: 2 - - uid: 19084 + - type: DeviceList + devices: + - 27404 + - 27405 + - 27406 + - 31561 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31634 components: - type: Transform - pos: -30.5,-30.5 + rot: 1.5707963267948966 rad + pos: -10.5,-75.5 parent: 2 - - uid: 19085 + - type: DeviceList + devices: + - 27409 + - 27408 + - 27407 + - 31629 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31637 components: - type: Transform - pos: -31.5,-30.5 + rot: 1.5707963267948966 rad + pos: -9.5,-62.5 parent: 2 - - uid: 19086 + - type: DeviceList + devices: + - 27404 + - 27405 + - 27406 + - 27504 + - 27401 + - 27414 + - 27415 + - 27416 + - 27417 + - 27397 + - 27503 + - 27407 + - 27408 + - 27409 + - 31636 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31638 components: - type: Transform - pos: -32.5,-30.5 + rot: -1.5707963267948966 rad + pos: 10.5,-62.5 parent: 2 - - uid: 19087 + - type: DeviceList + devices: + - 27404 + - 27405 + - 27406 + - 27504 + - 27401 + - 27414 + - 27415 + - 27416 + - 27417 + - 27397 + - 27503 + - 27407 + - 27408 + - 27409 + - 31636 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31642 components: - type: Transform - pos: -33.5,-30.5 + pos: -2.5,-56.5 parent: 2 - - uid: 19088 + - type: DeviceList + devices: + - 27417 + - 27416 + - 27415 + - 27414 + - 27413 + - 27412 + - 27411 + - 27410 + - 27399 + - 27400 + - 31640 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31654 components: - type: Transform - pos: -28.5,-30.5 + rot: 3.141592653589793 rad + pos: 9.5,-48.5 parent: 2 - - uid: 19089 + - type: DeviceList + devices: + - 31646 + - 31647 + - 31648 + - 31656 + - 31660 + - 31659 + - 31664 + - 31665 + - 31666 + - 31651 + - 31650 + - 31649 + - 31670 + - 27402 + - 27413 + - 27412 + - 27411 + - 27410 + - 27396 + - 31652 + - 31653 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31655 components: - type: Transform - pos: -27.5,-30.5 + rot: 3.141592653589793 rad + pos: -12.5,-48.5 parent: 2 - - uid: 19090 + - type: DeviceList + devices: + - 31646 + - 31647 + - 31648 + - 31656 + - 31660 + - 31659 + - 31664 + - 31665 + - 31666 + - 31651 + - 31650 + - 31649 + - 31670 + - 27402 + - 27413 + - 27412 + - 27411 + - 27410 + - 27396 + - 31652 + - 31653 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31721 components: - type: Transform - pos: -26.5,-30.5 + rot: 1.5707963267948966 rad + pos: -1.5,-44.5 parent: 2 - - uid: 19091 + - type: DeviceList + devices: + - 31664 + - 31665 + - 31666 + - 31681 + - 31671 + - 31677 + - 31731 + - 31730 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31725 components: - type: Transform - pos: -25.5,-30.5 + rot: 1.5707963267948966 rad + pos: -6.5,-42.5 parent: 2 - - uid: 19092 + - type: DeviceList + devices: + - 31658 + - 31681 + - 31682 + - 31691 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31726 components: - type: Transform - pos: -24.5,-30.5 + rot: -1.5707963267948966 rad + pos: 2.5,-36.5 parent: 2 - - uid: 19093 + - type: DeviceList + devices: + - 31664 + - 31665 + - 31666 + - 31681 + - 31671 + - 31677 + - 31731 + - 31730 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31737 components: - type: Transform - pos: -23.5,-30.5 + pos: 5.5,-32.5 parent: 2 - - uid: 19094 + - type: DeviceList + devices: + - 31686 + - 31680 + - 31679 + - 31684 + - 31733 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31744 components: - type: Transform - pos: -23.5,-30.5 + rot: 3.141592653589793 rad + pos: 9.5,-33.5 parent: 2 - - uid: 19095 + - type: DeviceList + devices: + - 31686 + - 31687 + - 30 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31746 components: - type: Transform - pos: -23.5,-31.5 + rot: 3.141592653589793 rad + pos: -6.5,-32.5 parent: 2 - - uid: 19096 + - type: DeviceList + devices: + - 31682 + - 31684 + - 31749 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31769 components: - type: Transform - pos: -23.5,-32.5 + pos: 8.5,-60.5 parent: 2 - - uid: 19097 + - type: DeviceList + devices: + - 27401 + - 27403 + - 27402 + - 27400 + - 31762 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31771 components: - type: Transform - pos: -23.5,-33.5 + pos: -7.5,-60.5 parent: 2 - - uid: 19098 + - type: DeviceList + devices: + - 27397 + - 27398 + - 27399 + - 27396 + - 31754 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31823 components: - type: Transform - pos: -23.5,-34.5 + pos: 21.5,-50.5 parent: 2 - - uid: 19099 + - type: DeviceList + devices: + - 27420 + - 27421 + - 27422 + - 31649 + - 31650 + - 31651 + - 31825 + - 27435 + - 27434 + - 27433 + - 31791 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31837 components: - type: Transform - pos: -24.5,-34.5 + rot: 3.141592653589793 rad + pos: 55.5,2.5 parent: 2 - - uid: 19100 + - type: DeviceList + devices: + - 31592 + - 31591 + - 31590 + - 27223 + - 27206 + - 27205 + - 27204 + - 27209 + - 27208 + - 27207 + - 31834 + - 31833 + - 31832 + - 31838 + - 31873 + - 33240 + - 33241 + - 33294 + - 31593 + - 33301 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31857 components: - type: Transform - pos: -8.5,-36.5 + rot: 1.5707963267948966 rad + pos: 61.5,5.5 parent: 2 - - uid: 19101 + - type: DeviceList + devices: + - 27217 + - 27218 + - 31856 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31858 components: - type: Transform - pos: -8.5,-37.5 + rot: -1.5707963267948966 rad + pos: 61.5,5.5 parent: 2 - - uid: 19102 + - type: DeviceList + devices: + - 27216 + - 27217 + - 27213 + - 31818 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31862 components: - type: Transform - pos: -9.5,-37.5 + rot: -1.5707963267948966 rad + pos: 61.5,-4.5 parent: 2 - - uid: 19108 + - type: DeviceList + devices: + - 27215 + - 27214 + - 31835 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31867 components: - type: Transform - pos: -8.5,-59.5 + rot: 3.141592653589793 rad + pos: 66.5,-4.5 parent: 2 - - uid: 19109 + - type: DeviceList + devices: + - 27215 + - 27212 + - 27211 + - 27210 + - 27218 + - 13941 + - 31864 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31875 components: - type: Transform - pos: -8.5,-58.5 + rot: -1.5707963267948966 rad + pos: 54.5,14.5 parent: 2 - - uid: 19110 + - type: DeviceList + devices: + - 31834 + - 31833 + - 31832 + - 31868 + - 31869 + - 31870 + - 27147 + - 27004 + - 27146 + - 31873 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31876 components: - type: Transform - pos: -7.5,-58.5 + pos: 55.5,14.5 parent: 2 - - uid: 19111 + - type: DeviceList + devices: + - 31868 + - 31869 + - 31870 + - 31872 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31882 components: - type: Transform - pos: -7.5,-57.5 + pos: 60.5,18.5 parent: 2 - - uid: 19112 + - type: DeviceList + devices: + - 27201 + - 31883 + - 31884 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31888 components: - type: Transform - pos: -7.5,-56.5 + rot: 1.5707963267948966 rad + pos: 36.5,20.5 parent: 2 - - uid: 19113 + - type: DeviceList + devices: + - 27145 + - 31887 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31918 components: - type: Transform - pos: -7.5,-55.5 + rot: 1.5707963267948966 rad + pos: 36.5,37.5 parent: 2 - - uid: 19114 + - type: DeviceList + devices: + - 27155 + - 27154 + - 27153 + - 27159 + - 27158 + - 27196 + - 27185 + - 27161 + - 27160 + - 27162 + - 27163 + - 27164 + - 27165 + - 31921 + - 31920 + - 8816 + - 31926 + - 31923 + - 31924 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31928 components: - type: Transform - pos: -7.5,-55.5 + rot: -1.5707963267948966 rad + pos: 41.5,45.5 parent: 2 - - uid: 19115 + - type: DeviceList + devices: + - 27155 + - 27154 + - 27153 + - 27159 + - 27158 + - 27196 + - 27185 + - 27161 + - 27160 + - 27162 + - 27163 + - 27164 + - 27165 + - 31921 + - 31920 + - 8816 + - 31926 + - 31923 + - 31924 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31930 components: - type: Transform - pos: -8.5,-55.5 + pos: 48.5,36.5 parent: 2 - - uid: 19116 + - type: DeviceList + devices: + - 27155 + - 27154 + - 27153 + - 27159 + - 27158 + - 27196 + - 27185 + - 27161 + - 27160 + - 27162 + - 27163 + - 27164 + - 27165 + - 31921 + - 31920 + - 8816 + - 31926 + - 31923 + - 31924 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31947 components: - type: Transform - pos: -8.5,-55.5 + rot: 3.141592653589793 rad + pos: 43.5,55.5 parent: 2 - - uid: 19117 + - type: DeviceList + devices: + - 27185 + - 27187 + - 31945 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31964 components: - type: Transform - pos: -8.5,-54.5 + rot: -1.5707963267948966 rad + pos: 40.5,52.5 parent: 2 - - uid: 19118 + - type: DeviceList + devices: + - 8816 + - 31920 + - 31921 + - 27167 + - 27166 + - 27169 + - 27168 + - 27171 + - 31956 + - 31958 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31965 components: - type: Transform - pos: -8.5,-53.5 + rot: 3.141592653589793 rad + pos: 28.5,60.5 parent: 2 - - uid: 19119 + - type: DeviceList + devices: + - 8816 + - 31920 + - 31921 + - 27167 + - 27166 + - 27169 + - 27168 + - 27171 + - 31956 + - 31958 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31969 components: - type: Transform - pos: -8.5,-52.5 + rot: -1.5707963267948966 rad + pos: 27.5,51.5 parent: 2 - - uid: 19120 + - type: DeviceList + devices: + - 27170 + - 27169 + - 27168 + - 31960 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31978 components: - type: Transform - pos: -8.5,-51.5 + rot: 1.5707963267948966 rad + pos: 20.5,58.5 parent: 2 - - uid: 19121 + - type: DeviceList + devices: + - 27171 + - 27175 + - 27174 + - 27172 + - 27173 + - 31981 + - 31980 + - 31961 + - 31974 + - 27183 + - 27184 + - 27181 + - 27182 + - 27177 + - 27178 + - 27179 + - 27180 + - 27176 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31979 components: - type: Transform - pos: -8.5,-51.5 + rot: 3.141592653589793 rad + pos: 22.5,68.5 parent: 2 - - uid: 19122 + - type: DeviceList + devices: + - 27171 + - 27175 + - 27174 + - 27172 + - 27173 + - 31981 + - 31980 + - 31961 + - 31974 + - 27183 + - 27184 + - 27181 + - 27182 + - 27177 + - 27178 + - 27179 + - 27180 + - 27176 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31993 components: - type: Transform - pos: -9.5,-51.5 + rot: -1.5707963267948966 rad + pos: 30.5,28.5 parent: 2 - - uid: 19123 + - type: DeviceList + devices: + - 27137 + - 27136 + - 27138 + - 27140 + - 27142 + - 27141 + - 27143 + - 27148 + - 31988 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31996 components: - type: Transform - pos: -10.5,-51.5 + rot: -1.5707963267948966 rad + pos: 26.5,29.5 parent: 2 - - uid: 19124 + - type: DeviceList + devices: + - 31997 + - 27138 + - 31991 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32000 components: - type: Transform - pos: -11.5,-51.5 + rot: 1.5707963267948966 rad + pos: 30.5,23.5 parent: 2 - - uid: 19125 + - type: DeviceList + devices: + - 27148 + - 31992 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32003 components: - type: Transform - pos: -12.5,-51.5 + rot: 1.5707963267948966 rad + pos: 30.5,20.5 parent: 2 - - uid: 19126 + - type: DeviceList + devices: + - 27143 + - 27144 + - 31989 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32006 components: - type: Transform - pos: -13.5,-51.5 + rot: 3.141592653589793 rad + pos: 24.5,25.5 parent: 2 - - uid: 19127 + - type: DeviceList + devices: + - 27140 + - 31990 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32012 components: - type: Transform - pos: -14.5,-51.5 + rot: 1.5707963267948966 rad + pos: 13.5,43.5 parent: 2 - - uid: 19128 + - type: DeviceList + devices: + - 27132 + - 27133 + - 27134 + - 27135 + - 27131 + - 32018 + - 32014 + - 32013 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32084 components: - type: Transform - pos: -14.5,-50.5 + rot: 1.5707963267948966 rad + pos: -5.5,48.5 parent: 2 - - uid: 19129 + - type: DeviceList + devices: + - 32086 + - 32081 + - 32083 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32087 components: - type: Transform - pos: -15.5,-50.5 + rot: 1.5707963267948966 rad + pos: -6.5,41.5 parent: 2 - - uid: 19130 + - type: DeviceList + devices: + - 27123 + - 27124 + - 32080 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32093 components: - type: Transform - pos: -16.5,-50.5 + pos: 1.5,34.5 parent: 2 - - uid: 19131 + - type: DeviceList + devices: + - 28385 + - 28919 + - 32079 + - 27129 + - 27128 + - 27127 + - 27125 + - 27126 + - 27123 + - 32086 + - 27582 + - 27581 + - 27580 + - 32095 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32094 components: - type: Transform - pos: -17.5,-50.5 + rot: 1.5707963267948966 rad + pos: -1.5,41.5 parent: 2 - - uid: 19132 + - type: DeviceList + devices: + - 28385 + - 28919 + - 32079 + - 27129 + - 27128 + - 27127 + - 27125 + - 27126 + - 27123 + - 32086 + - 27582 + - 27581 + - 27580 + - 32095 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32099 components: - type: Transform - pos: -17.5,-51.5 + rot: 1.5707963267948966 rad + pos: 2.5,28.5 parent: 2 - - uid: 19133 + - type: DeviceList + devices: + - 27128 + - 27127 + - 32097 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32102 components: - type: Transform - pos: -39.5,-45.5 + pos: -1.5,27.5 parent: 2 - - uid: 19134 + - type: DeviceList + devices: + - 27125 + - 27130 + - 32100 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32109 components: - type: Transform - pos: -39.5,-44.5 + rot: 1.5707963267948966 rad + pos: -19.5,51.5 parent: 2 - - uid: 19135 + - type: DeviceList + devices: + - 32030 + - 32029 + - 32028 + - 32031 + - 32032 + - 32033 + - 27240 + - 27115 + - 32015 + - 12511 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32110 components: - type: Transform - pos: -39.5,-43.5 + rot: -1.5707963267948966 rad + pos: -5.5,51.5 parent: 2 - - uid: 19136 + - type: DeviceList + devices: + - 32030 + - 32029 + - 32028 + - 32031 + - 32032 + - 32033 + - 27240 + - 27115 + - 32015 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32121 components: - type: Transform - pos: -39.5,-42.5 + rot: -1.5707963267948966 rad + pos: -19.5,47.5 parent: 2 - - uid: 19137 + - type: DeviceList + devices: + - 27264 + - 27109 + - 27107 + - 32040 + - 32041 + - 32042 + - 32043 + - 32044 + - 32045 + - 32028 + - 32029 + - 32030 + - 27113 + - 27111 + - 27112 + - 27474 + - 32064 + - 12511 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32122 components: - type: Transform - pos: -39.5,-41.5 + rot: 1.5707963267948966 rad + pos: -24.5,42.5 parent: 2 - - uid: 19138 + - type: DeviceList + devices: + - 12511 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32124 components: - type: Transform - pos: -39.5,-41.5 + rot: 3.141592653589793 rad + pos: -19.5,45.5 parent: 2 - - uid: 19139 + - type: DeviceList + devices: + - 32045 + - 32044 + - 32043 + - 32119 + - 12511 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32130 components: - type: Transform - pos: -38.5,-41.5 + rot: 1.5707963267948966 rad + pos: -24.5,37.5 parent: 2 - - uid: 19140 + - type: DeviceList + devices: + - 32042 + - 32041 + - 32040 + - 27261 + - 27260 + - 32118 + - 12511 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32139 components: - type: Transform - pos: -37.5,-41.5 + rot: 3.141592653589793 rad + pos: -27.5,28.5 parent: 2 - - uid: 19141 + - type: DeviceList + devices: + - 27275 + - 31613 + - 27267 + - 27268 + - 2660 + - 32177 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32140 components: - type: Transform - pos: -36.5,-41.5 + rot: -1.5707963267948966 rad + pos: -8.5,38.5 parent: 2 - - uid: 19142 + - type: DeviceList + devices: + - 32164 + - 32134 + - 24439 + - 32135 + - 7490 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32151 components: - type: Transform - pos: -35.5,-41.5 + pos: -27.5,32.5 parent: 2 - - uid: 19143 + - type: DeviceList + devices: + - 31614 + - 31619 + - 27262 + - 27263 + - 32150 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32152 components: - type: Transform - pos: -35.5,-42.5 + rot: 1.5707963267948966 rad + pos: -28.5,29.5 parent: 2 - - uid: 19144 + - type: DeviceList + devices: + - 2715 + - 27282 + - 27278 + - 27279 + - 27280 + - 31611 + - 31612 + - 27260 + - 31619 + - 31614 + - 27273 + - 31613 + - 27275 + - 32149 + - 32154 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32156 components: - type: Transform - pos: -65.5,-19.5 + pos: -26.5,19.5 parent: 2 - - uid: 19145 + - type: DeviceList + devices: + - 2715 + - 27282 + - 27278 + - 27279 + - 27280 + - 31611 + - 31612 + - 27260 + - 31619 + - 31614 + - 27273 + - 31613 + - 27275 + - 32149 + - 32154 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32162 components: - type: Transform - pos: -65.5,-20.5 + rot: 1.5707963267948966 rad + pos: -19.5,30.5 parent: 2 - - uid: 19148 + - type: DeviceList + devices: + - 31611 + - 31612 + - 32164 + - 32134 + - 32149 + - 24439 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32168 components: - type: Transform - pos: -65.5,-21.5 + rot: -1.5707963267948966 rad + pos: -25.5,18.5 parent: 2 - - uid: 19149 + - type: DeviceList + devices: + - 27282 + - 32166 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32170 components: - type: Transform - pos: -64.5,-21.5 + pos: -38.5,9.5 parent: 2 - - uid: 19151 + - type: DeviceList + devices: + - 27266 + - 32147 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32172 components: - type: Transform - pos: -62.5,29.5 + rot: -1.5707963267948966 rad + pos: -35.5,22.5 parent: 2 - - uid: 19155 + - type: DeviceList + devices: + - 2660 + - 27266 + - 2715 + - 32167 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32184 components: - type: Transform - pos: -23.5,66.5 + rot: 1.5707963267948966 rad + pos: -53.5,39.5 parent: 2 - - uid: 19156 + - type: DeviceList + devices: + - 27525 + - 32183 + - 32182 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32187 components: - type: Transform - pos: -24.5,66.5 + rot: 1.5707963267948966 rad + pos: -49.5,35.5 parent: 2 - - uid: 19157 + - type: DeviceList + devices: + - 27094 + - 27096 + - 32186 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32197 components: - type: Transform - pos: 58.5,-39.5 + rot: 1.5707963267948966 rad + pos: -62.5,9.5 parent: 2 - - uid: 19158 + - type: DeviceList + devices: + - 27102 + - 32198 + - 32138 + - 27101 + - 32199 + - 32171 + - 27513 + - 32195 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32207 components: - type: Transform - pos: 58.5,-38.5 + rot: 1.5707963267948966 rad + pos: -55.5,28.5 parent: 2 - - uid: 19256 + - type: DeviceList + devices: + - 27098 + - 27097 + - 27100 + - 27099 + - 32205 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32208 components: - type: Transform - pos: -19.5,50.5 + rot: 3.141592653589793 rad + pos: -26.5,-43.5 parent: 2 - - uid: 19257 + - type: DeviceList + devices: + - 27358 + - 27359 + - 27360 + - 32404 + - 32405 + - 31646 + - 31647 + - 31648 + - 32396 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32219 components: - type: Transform - pos: -18.5,50.5 + rot: 1.5707963267948966 rad + pos: -54.5,-0.5 parent: 2 - - uid: 19258 + - type: DeviceList + devices: + - 32212 + - 32213 + - 32214 + - 27287 + - 27288 + - 27289 + - 32216 + - 32218 + - 32215 + - 32220 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32232 components: - type: Transform - pos: -17.5,50.5 + rot: 1.5707963267948966 rad + pos: -54.5,5.5 parent: 2 - - uid: 19259 + - type: DeviceList + devices: + - 32216 + - 32218 + - 32215 + - 32233 + - 27102 + - 27103 + - 27106 + - 27105 + - 27104 + - 32209 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32239 components: - type: Transform - pos: -16.5,50.5 + rot: 1.5707963267948966 rad + pos: -37.5,2.5 parent: 2 - - uid: 19260 + - type: DeviceList + devices: + - 27287 + - 27288 + - 27289 + - 32241 + - 27286 + - 27285 + - 27284 + - 32242 + - 32227 + - 32229 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32240 components: - type: Transform - pos: -16.5,52.5 + rot: 1.5707963267948966 rad + pos: -34.5,7.5 parent: 2 - - uid: 19261 + - type: DeviceList + devices: + - 27284 + - 27285 + - 27286 + - 15038 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32248 components: - type: Transform - pos: -16.5,53.5 + rot: 3.141592653589793 rad + pos: -49.5,2.5 parent: 2 - - uid: 19262 + - type: DeviceList + devices: + - 27287 + - 27288 + - 27289 + - 32241 + - 27286 + - 27285 + - 27284 + - 32242 + - 32227 + - 32229 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32254 components: - type: Transform - pos: -16.5,54.5 + rot: 1.5707963267948966 rad + pos: -54.5,-5.5 parent: 2 - - uid: 19263 + - type: DeviceList + devices: + - 32212 + - 32213 + - 32214 + - 27302 + - 27393 + - 27343 + - 27342 + - 27341 + - 32257 + - 32260 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32274 components: - type: Transform - pos: -16.5,55.5 + pos: -30.5,-43.5 parent: 2 - - uid: 19264 + - type: DeviceList + devices: + - 27360 + - 27359 + - 27358 + - 27362 + - 27363 + - 27364 + - 27365 + - 27341 + - 27342 + - 27343 + - 27345 + - 27344 + - 27346 + - 27351 + - 32201 + - 32258 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32309 components: - type: Transform - pos: -16.5,56.5 + rot: 3.141592653589793 rad + pos: -52.5,-29.5 parent: 2 - - uid: 19265 + - type: DeviceList + devices: + - 32323 + - 32322 + - 32321 + - 27356 + - 27355 + - 32333 + - 32314 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32311 components: - type: Transform - pos: -16.5,57.5 + rot: 3.141592653589793 rad + pos: -44.5,-35.5 parent: 2 - - uid: 19266 + - type: DeviceList + devices: + - 27344 + - 27345 + - 32341 + - 32323 + - 32322 + - 32321 + - 27353 + - 27506 + - 27348 + - 32300 + - 32301 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32362 components: - type: Transform - pos: -16.5,58.5 + rot: 3.141592653589793 rad + pos: -47.5,-47.5 parent: 2 - - uid: 19267 + - type: DeviceList + devices: + - 27506 + - 27353 + - 32303 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32378 components: - type: Transform - pos: -16.5,59.5 + rot: 1.5707963267948966 rad + pos: -41.5,-46.5 parent: 2 - - uid: 19268 + - type: DeviceList + devices: + - 27349 + - 27350 + - 27347 + - 27346 + - 27348 + - 32380 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32407 components: - type: Transform - pos: -16.5,60.5 + rot: 1.5707963267948966 rad + pos: -23.5,-52.5 parent: 2 - - uid: 19269 + - type: DeviceList + devices: + - 27395 + - 32405 + - 32404 + - 32410 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32421 components: - type: Transform - pos: -16.5,61.5 + rot: -1.5707963267948966 rad + pos: -14.5,-47.5 parent: 2 - - uid: 19270 + - type: DeviceList + devices: + - 27358 + - 27359 + - 27360 + - 32404 + - 32405 + - 31646 + - 31647 + - 31648 + - 32396 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32481 components: - type: Transform - pos: -16.5,61.5 + rot: -1.5707963267948966 rad + pos: -34.5,-26.5 parent: 2 - - uid: 19271 + - type: DeviceList + devices: + - 27383 + - 27393 + - 32262 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32502 components: - type: Transform - pos: -17.5,61.5 + rot: 1.5707963267948966 rad + pos: -36.5,-33.5 parent: 2 - - uid: 19272 + - type: DeviceList + devices: + - 27365 + - 27364 + - 27363 + - 27367 + - 27366 + - 32263 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32505 components: - type: Transform - pos: -18.5,61.5 + rot: 1.5707963267948966 rad + pos: -25.5,-29.5 parent: 2 - - uid: 19273 + - type: DeviceList + devices: + - 27368 + - 27374 + - 27367 + - 27375 + - 27376 + - 27378 + - 27381 + - 27382 + - 27377 + - 27366 + - 27383 + - 27389 + - 32264 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32508 components: - type: Transform - pos: -19.5,61.5 + pos: -29.5,-27.5 parent: 2 - - uid: 19275 + - type: DeviceList + devices: + - 27368 + - 27374 + - 27367 + - 27375 + - 27376 + - 27378 + - 27381 + - 27382 + - 27377 + - 27366 + - 27383 + - 27389 + - 32264 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32512 components: - type: Transform - pos: -16.5,52.5 + rot: -1.5707963267948966 rad + pos: -21.5,-40.5 parent: 2 - - uid: 19276 + - type: DeviceList + devices: + - 27361 + - 27362 + - 27368 + - 32271 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32555 components: - type: Transform - pos: -15.5,52.5 + rot: 1.5707963267948966 rad + pos: -21.5,-33.5 parent: 2 - - uid: 19277 + - type: DeviceList + devices: + - 27374 + - 27373 + - 27372 + - 32270 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32589 components: - type: Transform - pos: -14.5,52.5 + rot: 1.5707963267948966 rad + pos: -17.5,-23.5 parent: 2 - - uid: 19278 + - type: DeviceList + devices: + - 27376 + - 32267 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32591 components: - type: Transform - pos: -13.5,52.5 + pos: -27.5,-13.5 parent: 2 - - uid: 19279 + - type: DeviceList + devices: + - 27385 + - 27388 + - 32266 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32592 components: - type: Transform - pos: -12.5,52.5 + rot: -1.5707963267948966 rad + pos: -22.5,-15.5 parent: 2 - - uid: 19280 + - type: DeviceList + devices: + - 27382 + - 27385 + - 32595 + - 32594 + - 32265 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32615 components: - type: Transform - pos: -11.5,52.5 + rot: 1.5707963267948966 rad + pos: -50.5,5.5 parent: 2 - - uid: 19281 + - type: DeviceList + devices: + - 32233 + - 32611 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32630 components: - type: Transform - pos: -10.5,52.5 + rot: -1.5707963267948966 rad + pos: -35.5,-54.5 parent: 2 - - uid: 19282 + - type: DeviceList + devices: + - 27349 + - 32629 + - type: AtmosDevice + joinedGrid: 2 + - uid: 33238 components: - type: Transform - pos: -9.5,52.5 + rot: 1.5707963267948966 rad + pos: 51.5,-2.5 parent: 2 - - uid: 19283 + - type: DeviceList + devices: + - 27209 + - 27208 + - 27207 + - 27206 + - 27205 + - 27204 + - 31832 + - 31833 + - 31834 + - 31873 + - 31592 + - 31591 + - 31590 + - 33240 + - 33241 + - 33294 + - 31593 + - 33301 + - type: AtmosDevice + joinedGrid: 2 + - uid: 33239 components: - type: Transform - pos: -9.5,53.5 + rot: 3.141592653589793 rad + pos: 47.5,-4.5 parent: 2 - - uid: 19459 + - type: DeviceList + devices: + - 31838 + - 33294 + - 33241 + - 33240 + - 33301 + - 33235 + - 7901 + - 33220 + - 33295 + - 7902 + - 33527 + - 33681 + - 31237 + - 33683 + - 33684 + - type: AtmosDevice + joinedGrid: 2 + - uid: 33634 components: - type: Transform - pos: -62.5,29.5 + rot: 1.5707963267948966 rad + pos: 43.5,-3.5 parent: 2 - - uid: 19653 + - type: DeviceList + devices: + - 33220 + - 7901 + - 33235 + - 33236 + - 27206 + - 27205 + - 27204 + - 31838 + - 33301 + - 33656 + - type: AtmosDevice + joinedGrid: 2 + - uid: 33657 components: - type: Transform - pos: -51.5,4.5 + rot: 3.141592653589793 rad + pos: 50.5,-4.5 parent: 2 - - uid: 19654 + - type: DeviceList + devices: + - 31838 + - 33294 + - 33241 + - 33240 + - 33301 + - 33235 + - 7901 + - 33220 + - type: AtmosDevice + joinedGrid: 2 + - uid: 33658 components: - type: Transform - pos: -52.5,4.5 + rot: 3.141592653589793 rad + pos: 25.5,-3.5 parent: 2 - - uid: 19655 + - type: DeviceList + devices: + - 33301 + - 33295 + - 7902 + - 33527 + - 33681 + - 31237 + - 33683 + - 33684 + - type: AtmosDevice + joinedGrid: 2 + - uid: 33659 components: - type: Transform - pos: -53.5,4.5 + rot: 3.141592653589793 rad + pos: 23.5,-3.5 parent: 2 - - uid: 19656 + - type: DeviceList + devices: + - 33301 + - 33295 + - 7902 + - 33527 + - type: AtmosDevice + joinedGrid: 2 + - uid: 33660 components: - type: Transform - pos: -54.5,4.5 + rot: 3.141592653589793 rad + pos: -24.5,-3.5 parent: 2 - - uid: 22036 + - type: DeviceList + devices: + - 33297 + - 33296 + - 32227 + - 33527 + - 33703 + - 33704 + - type: AtmosDevice + joinedGrid: 2 + - uid: 33661 components: - type: Transform - pos: -22.5,-25.5 + rot: 3.141592653589793 rad + pos: -26.5,-3.5 parent: 2 - - uid: 22037 + - type: DeviceList + devices: + - 33297 + - 33296 + - 32227 + - 33527 + - 33703 + - 33704 + - type: AtmosDevice + joinedGrid: 2 + - uid: 33687 components: - type: Transform - pos: -22.5,-24.5 + rot: -1.5707963267948966 rad + pos: 39.5,-2.5 parent: 2 - - uid: 22038 + - type: DeviceList + devices: + - 33681 + - 31623 + - 31622 + - 33301 + - 33685 + - 33684 + - type: AtmosDevice + joinedGrid: 2 + - uid: 33702 components: - type: Transform - pos: -22.5,-23.5 + rot: 1.5707963267948966 rad + pos: -5.5,-3.5 parent: 2 - - uid: 22039 + - type: DeviceList + devices: + - 33527 + - 33301 + - 7902 + - 33295 + - 33704 + - 33703 + - 33296 + - 33297 + - 32227 + - type: AtmosDevice + joinedGrid: 2 + - uid: 33755 components: - type: Transform - pos: -22.5,-22.5 + rot: 3.141592653589793 rad + pos: 40.5,-12.5 parent: 2 - - uid: 22040 + - type: DeviceList + devices: + - 33799 + - 33674 + - 31593 + - 31602 + - 33301 + - 11335 + - 33800 + - 27467 + - 31603 + - 33798 + - 31237 + - type: AtmosDevice + joinedGrid: 2 + - uid: 33851 components: - type: Transform - pos: -22.5,-21.5 + rot: -1.5707963267948966 rad + pos: 35.5,-13.5 parent: 2 - - uid: 22041 + - type: DeviceList + devices: + - 33826 + - 33850 + - 33708 + - 33849 + - 33707 + - type: AtmosDevice + joinedGrid: 2 + - uid: 33852 components: - type: Transform - pos: -22.5,-20.5 + rot: 1.5707963267948966 rad + pos: 30.5,-15.5 parent: 2 - - uid: 22042 + - type: DeviceList + devices: + - 33850 + - 33848 + - 33826 + - 33708 + - 11335 + - type: AtmosDevice + joinedGrid: 2 + - uid: 33853 components: - type: Transform - pos: -22.5,-19.5 + rot: 3.141592653589793 rad + pos: 29.5,-12.5 parent: 2 - - uid: 22043 + - type: DeviceList + devices: + - 33707 + - 33821 + - 33849 + - 33822 + - 27454 + - 33825 + - 33824 + - 33826 + - 11335 + - type: AtmosDevice + joinedGrid: 2 + - uid: 33854 components: - type: Transform - pos: -22.5,-18.5 + rot: 3.141592653589793 rad + pos: 29.5,-8.5 parent: 2 - - uid: 23387 + - type: DeviceList + devices: + - 33683 + - 33821 + - 33824 + - 33707 + - 33301 + - type: AtmosDevice + joinedGrid: 2 + - uid: 33855 components: - type: Transform - pos: 25.5,-52.5 + pos: 25.5,-15.5 parent: 2 - - uid: 23388 + - type: DeviceList + devices: + - 33856 + - 33825 + - 27454 + - 33707 + - type: AtmosDevice + joinedGrid: 2 + - uid: 34088 components: - type: Transform - pos: 24.5,-52.5 + rot: 1.5707963267948966 rad + pos: -67.5,74.5 parent: 2 - - uid: 23389 + - type: DeviceList + devices: + - 34204 + - type: AtmosDevice + joinedGrid: 2 + - uid: 34220 components: - type: Transform - pos: 23.5,-52.5 + rot: -1.5707963267948966 rad + pos: -80.5,74.5 parent: 2 - - uid: 23390 + - type: DeviceList + devices: + - 34199 + - 34198 + - type: AtmosDevice + joinedGrid: 2 + - uid: 34221 components: - type: Transform - pos: 22.5,-52.5 + rot: -1.5707963267948966 rad + pos: -80.5,65.5 parent: 2 - - uid: 23391 + - type: DeviceList + devices: + - 34198 + - 34202 + - 34201 + - 34200 + - type: AtmosDevice + joinedGrid: 2 + - uid: 34222 components: - type: Transform - pos: 22.5,-52.5 + pos: -77.5,54.5 parent: 2 - - uid: 23392 + - type: DeviceList + devices: + - 34202 + - type: AtmosDevice + joinedGrid: 2 + - uid: 34223 components: - type: Transform - pos: 22.5,-53.5 + rot: -1.5707963267948966 rad + pos: -69.5,81.5 parent: 2 - - uid: 23393 + - type: DeviceList + devices: + - 34204 + - 34203 + - type: AtmosDevice + joinedGrid: 2 + - uid: 35273 components: - type: Transform - pos: 22.5,-53.5 + rot: 1.5707963267948966 rad + pos: 63.5,36.5 parent: 2 - - uid: 23394 + - type: DeviceList + devices: + - 43107 + - 35259 + - 35267 + - 35258 + - 35285 + - 35266 + - 35269 + - 35260 + - type: AtmosDevice + joinedGrid: 2 + - uid: 35274 components: - type: Transform - pos: 21.5,-53.5 + rot: 3.141592653589793 rad + pos: 73.5,32.5 parent: 2 - - uid: 23395 + - type: DeviceList + devices: + - 35259 + - 35267 + - 35258 + - 43107 + - type: AtmosDevice + joinedGrid: 2 + - uid: 35275 components: - type: Transform - pos: 20.5,-53.5 + rot: -1.5707963267948966 rad + pos: 61.5,51.5 parent: 2 - - uid: 23396 + - type: DeviceList + devices: + - 35263 + - 35270 + - 35262 + - type: AtmosDevice + joinedGrid: 2 + - uid: 35276 components: - type: Transform - pos: 20.5,-53.5 + rot: -1.5707963267948966 rad + pos: 63.5,38.5 parent: 2 - - uid: 23397 + - type: DeviceList + devices: + - 35281 + - 35282 + - 35283 + - 35285 + - 35263 + - 35262 + - 35270 + - 43107 + - type: AtmosDevice + joinedGrid: 2 + - uid: 35277 components: - type: Transform - pos: 20.5,-52.5 + pos: 55.5,32.5 parent: 2 - - uid: 23398 + - type: DeviceList + devices: + - 35278 + - 35264 + - 35279 + - 35280 + - 35257 + - 27196 + - 35286 + - 35287 + - type: AtmosDevice + joinedGrid: 2 + - uid: 35284 components: - type: Transform - pos: 20.5,-51.5 + rot: -1.5707963267948966 rad + pos: 63.5,33.5 parent: 2 - - uid: 23399 + - type: DeviceList + devices: + - 35257 + - 35285 + - 35263 + - 35258 + - 35287 + - 35286 + - 35278 + - 35279 + - 35280 + - 35281 + - 35282 + - 35283 + - 43107 + - type: AtmosDevice + joinedGrid: 2 + - uid: 36187 components: - type: Transform - pos: 20.5,-50.5 + rot: -1.5707963267948966 rad + pos: -79.5,80.5 parent: 2 - - uid: 23400 + - type: DeviceList + devices: + - 34203 + - 34199 + - type: AtmosDevice + joinedGrid: 2 +- proto: FireAlarmElectronics + entities: + - uid: 7924 components: - type: Transform - pos: 20.5,-49.5 + pos: -47.770138,3.548542 parent: 2 - - uid: 23401 + - uid: 7925 components: - type: Transform - pos: 20.5,-49.5 + pos: -47.520138,3.689167 parent: 2 - - uid: 23402 +- proto: FireAxeCabinet + entities: + - uid: 14217 components: - type: Transform - pos: 21.5,-49.5 + rot: 3.141592653589793 rad + pos: -12.5,-64.5 parent: 2 - - uid: 23403 +- proto: FireAxeCabinetFilled + entities: + - uid: 4485 components: - type: Transform - pos: 22.5,-49.5 + rot: 3.141592653589793 rad + pos: -47.5,38.5 parent: 2 - - uid: 23404 + - uid: 7418 components: - type: Transform - pos: 23.5,-49.5 + rot: 3.141592653589793 rad + pos: -3.5,-32.5 parent: 2 - - uid: 23536 +- proto: Firelock + entities: + - uid: 31575 components: - type: Transform - pos: 45.5,21.5 + rot: -1.5707963267948966 rad + pos: 18.5,-35.5 parent: 2 - - uid: 23537 + - uid: 31594 components: - type: Transform - pos: 45.5,20.5 + rot: 3.141592653589793 rad + pos: 55.5,-26.5 parent: 2 - - uid: 23538 + - uid: 31656 components: - type: Transform - pos: 45.5,19.5 + rot: 3.141592653589793 rad + pos: -11.5,-48.5 parent: 2 - - uid: 23539 + - uid: 31785 components: - type: Transform - pos: 45.5,18.5 + pos: 31.5,-52.5 parent: 2 - - uid: 23540 + - uid: 31786 components: - type: Transform - pos: 45.5,17.5 + pos: 27.5,-53.5 parent: 2 - - uid: 23541 + - uid: 31787 components: - type: Transform - pos: 45.5,17.5 + pos: 23.5,-55.5 parent: 2 - - uid: 23542 + - uid: 31788 components: - type: Transform - pos: 46.5,17.5 + pos: 19.5,-57.5 parent: 2 - - uid: 23543 + - uid: 31980 components: - type: Transform - pos: 47.5,17.5 + rot: 3.141592653589793 rad + pos: 23.5,64.5 parent: 2 - - uid: 23961 + - uid: 31981 components: - type: Transform - pos: -21.5,21.5 + rot: 3.141592653589793 rad + pos: 24.5,64.5 parent: 2 - - uid: 23962 + - uid: 31997 components: - type: Transform - pos: -21.5,20.5 + rot: 1.5707963267948966 rad + pos: 20.5,31.5 parent: 2 - - uid: 23963 + - uid: 32022 components: - type: Transform - pos: -21.5,19.5 + pos: 16.5,53.5 parent: 2 - - uid: 23964 + - uid: 32081 components: - type: Transform - pos: -21.5,18.5 + rot: 3.141592653589793 rad + pos: -5.5,49.5 parent: 2 - - uid: 23965 + - uid: 32171 components: - type: Transform - pos: -21.5,18.5 + rot: 1.5707963267948966 rad + pos: -59.5,4.5 parent: 2 - - uid: 23966 + - uid: 32415 components: - type: Transform - pos: -22.5,18.5 + pos: 78.5,41.5 parent: 2 - - uid: 23967 + - uid: 34198 components: - type: Transform - pos: -23.5,18.5 + pos: -82.5,70.5 parent: 2 - - uid: 23968 + - uid: 34199 components: - type: Transform - pos: -24.5,18.5 + pos: -82.5,76.5 parent: 2 - - uid: 24099 + - uid: 34200 components: - type: Transform - pos: 8.5,-34.5 + pos: -84.5,66.5 parent: 2 - - uid: 24100 + - uid: 34201 components: - type: Transform - pos: 8.5,-33.5 + pos: -84.5,60.5 parent: 2 - - uid: 24387 + - uid: 34202 components: - type: Transform - pos: -64.5,-21.5 + pos: -80.5,58.5 parent: 2 - - uid: 24470 + - uid: 34203 components: - type: Transform - pos: 51.5,-0.5 + pos: -79.5,82.5 parent: 2 - - uid: 24472 + - uid: 34204 components: - type: Transform - pos: 51.5,-1.5 + pos: -69.5,82.5 parent: 2 - - uid: 24931 + - uid: 35264 components: - type: Transform - pos: -48.5,-31.5 + rot: -1.5707963267948966 rad + pos: 58.5,32.5 parent: 2 - - uid: 26964 + - uid: 35265 components: - type: Transform - pos: -48.5,-30.5 + rot: -1.5707963267948966 rad + pos: 61.5,32.5 parent: 2 - - uid: 26965 + - uid: 35266 components: - type: Transform - pos: -48.5,-29.5 + rot: -1.5707963267948966 rad + pos: 63.5,34.5 parent: 2 - - uid: 29925 + - uid: 35267 components: - type: Transform - pos: -15.5,47.5 + rot: -1.5707963267948966 rad + pos: 72.5,32.5 parent: 2 - - uid: 30742 + - uid: 35269 components: - type: Transform - pos: -48.5,-28.5 + rot: -1.5707963267948966 rad + pos: 65.5,41.5 parent: 2 - - uid: 30862 + - uid: 35270 components: - type: Transform - pos: 39.5,-19.5 + rot: -1.5707963267948966 rad + pos: 60.5,48.5 parent: 2 - - uid: 31148 - components: - - type: Transform - pos: 0.5,5.5 - parent: 30892 - - uid: 31149 - components: - - type: Transform - pos: 0.5,6.5 - parent: 30892 - - uid: 31150 - components: - - type: Transform - pos: 1.5,6.5 - parent: 30892 - - uid: 31151 - components: - - type: Transform - pos: 2.5,6.5 - parent: 30892 - - uid: 31152 - components: - - type: Transform - pos: 3.5,6.5 - parent: 30892 - - uid: 31153 - components: - - type: Transform - pos: 4.5,6.5 - parent: 30892 - - uid: 31154 - components: - - type: Transform - pos: 4.5,5.5 - parent: 30892 - - uid: 31155 - components: - - type: Transform - pos: 4.5,4.5 - parent: 30892 - - uid: 31420 - components: - - type: Transform - pos: -1.5,1.5 - parent: 31348 - - uid: 31421 - components: - - type: Transform - pos: -0.5,1.5 - parent: 31348 - - uid: 31422 - components: - - type: Transform - pos: 0.5,1.5 - parent: 31348 - - uid: 31423 - components: - - type: Transform - pos: 1.5,1.5 - parent: 31348 - - uid: 31424 - components: - - type: Transform - pos: 2.5,1.5 - parent: 31348 - - uid: 31560 + - uid: 35278 components: - type: Transform - pos: -48.5,-33.5 + pos: 59.5,33.5 parent: 2 - - uid: 31576 + - uid: 35279 components: - type: Transform - pos: -48.5,-32.5 + pos: 59.5,34.5 parent: 2 - - uid: 31847 + - uid: 35280 components: - type: Transform - pos: 45.5,-33.5 + pos: 59.5,35.5 parent: 2 - - uid: 33001 - components: - - type: Transform - pos: 2.5,1.5 - parent: 32914 - - uid: 33002 - components: - - type: Transform - pos: 2.5,0.5 - parent: 32914 - - uid: 33003 - components: - - type: Transform - pos: 3.5,0.5 - parent: 32914 - - uid: 33004 - components: - - type: Transform - pos: 4.5,0.5 - parent: 32914 - - uid: 33005 + - uid: 35281 components: - type: Transform - pos: 4.5,1.5 - parent: 32914 - - uid: 33242 + pos: 60.5,36.5 + parent: 2 + - uid: 35282 components: - type: Transform - pos: -47.5,-28.5 + pos: 61.5,36.5 parent: 2 - - uid: 33243 + - uid: 35283 components: - type: Transform - pos: -46.5,-28.5 + pos: 62.5,36.5 parent: 2 - - uid: 33266 + - uid: 36605 components: - type: Transform - pos: -19.5,24.5 - parent: 2 - - uid: 33267 + rot: -1.5707963267948966 rad + pos: 2.5,1.5 + parent: 36450 + - uid: 36638 components: - type: Transform - pos: -18.5,24.5 - parent: 2 - - uid: 33268 + rot: -1.5707963267948966 rad + pos: 5.5,2.5 + parent: 36450 + - uid: 36639 components: - type: Transform - pos: -17.5,24.5 - parent: 2 - - uid: 33269 + rot: -1.5707963267948966 rad + pos: 8.5,1.5 + parent: 36450 + - uid: 36640 components: - type: Transform - pos: -16.5,24.5 - parent: 2 - - uid: 33270 + rot: -1.5707963267948966 rad + pos: 5.5,-6.5 + parent: 36450 +- proto: FirelockEdge + entities: + - uid: 19412 components: - type: Transform - pos: -15.5,24.5 + rot: 1.5707963267948966 rad + pos: -5.5,63.5 parent: 2 - - uid: 33271 + - uid: 21842 components: - type: Transform - pos: -15.5,23.5 + rot: 1.5707963267948966 rad + pos: 58.5,20.5 parent: 2 - - uid: 33272 + - uid: 27189 components: - type: Transform - pos: -15.5,22.5 + rot: 3.141592653589793 rad + pos: 50.5,48.5 parent: 2 - - uid: 33273 + - uid: 27190 components: - type: Transform - pos: -14.5,22.5 + rot: 3.141592653589793 rad + pos: 52.5,48.5 parent: 2 - - uid: 33274 + - uid: 27191 components: - type: Transform - pos: -14.5,21.5 + rot: 1.5707963267948966 rad + pos: 53.5,46.5 parent: 2 - - uid: 33275 + - uid: 27192 components: - type: Transform - pos: -13.5,21.5 + rot: 1.5707963267948966 rad + pos: 54.5,44.5 parent: 2 - - uid: 33276 + - uid: 27193 components: - type: Transform - pos: -12.5,21.5 + rot: 1.5707963267948966 rad + pos: 54.5,41.5 parent: 2 - - uid: 33277 + - uid: 27197 components: - type: Transform - pos: -11.5,21.5 + pos: -3.5,65.5 parent: 2 - - uid: 33278 + - uid: 27202 components: - type: Transform - pos: -10.5,21.5 + rot: 1.5707963267948966 rad + pos: 58.5,24.5 parent: 2 - - uid: 33279 + - uid: 27232 components: - type: Transform - pos: -9.5,21.5 + rot: 1.5707963267948966 rad + pos: -5.5,62.5 parent: 2 - - uid: 33280 + - uid: 27233 components: - type: Transform - pos: -8.5,21.5 + rot: 1.5707963267948966 rad + pos: -5.5,61.5 parent: 2 - - uid: 33281 + - uid: 27234 components: - type: Transform - pos: -7.5,21.5 + rot: 1.5707963267948966 rad + pos: -5.5,60.5 parent: 2 - - uid: 33282 + - uid: 27235 components: - type: Transform - pos: -6.5,21.5 + rot: 1.5707963267948966 rad + pos: -5.5,59.5 parent: 2 - - uid: 33283 + - uid: 27242 components: - type: Transform - pos: -5.5,21.5 + pos: -2.5,65.5 parent: 2 - - uid: 33284 + - uid: 27243 components: - type: Transform - pos: -4.5,21.5 + pos: -1.5,65.5 parent: 2 - - uid: 33285 + - uid: 27244 components: - type: Transform - pos: -3.5,21.5 + pos: -0.5,65.5 parent: 2 - - uid: 33286 + - uid: 27245 components: - type: Transform - pos: -2.5,21.5 + pos: 0.5,65.5 parent: 2 - - uid: 33287 + - uid: 27246 components: - type: Transform - pos: -1.5,21.5 + pos: 1.5,65.5 parent: 2 - - uid: 33288 + - uid: 27247 components: - type: Transform - pos: -0.5,21.5 + pos: 2.5,65.5 parent: 2 - - uid: 33289 + - uid: 27248 components: - type: Transform - pos: 0.5,21.5 + pos: 3.5,65.5 parent: 2 - - uid: 33290 + - uid: 27249 components: - type: Transform - pos: 0.5,21.5 + pos: 4.5,65.5 parent: 2 - - uid: 33291 +- proto: FirelockElectronics + entities: + - uid: 7893 components: - type: Transform - pos: 0.5,20.5 + pos: -44.523266,8.774216 parent: 2 - - uid: 33292 + - uid: 7894 components: - type: Transform - pos: 0.5,19.5 + pos: -45.492016,8.602341 parent: 2 - - uid: 33293 + - uid: 7895 components: - type: Transform - pos: 0.5,18.5 + pos: -45.78889,8.758591 parent: 2 - - uid: 33737 +- proto: FirelockFrame + entities: + - uid: 1045 components: - type: Transform - pos: -4.5,-1.5 + pos: -35.5,-14.5 parent: 2 - - uid: 33738 + - uid: 13005 components: - type: Transform - pos: -4.5,-2.5 + pos: 11.5,35.5 parent: 2 - - uid: 33739 +- proto: FirelockGlass + entities: + - uid: 2660 components: - type: Transform - pos: -4.5,-3.5 + pos: -35.5,25.5 parent: 2 - - uid: 33740 + - uid: 2715 components: - type: Transform - pos: -4.5,-4.5 + pos: -35.5,21.5 parent: 2 - - uid: 33741 + - uid: 5793 components: - type: Transform - pos: -3.5,-5.5 + rot: -1.5707963267948966 rad + pos: -13.5,44.5 parent: 2 - - uid: 33742 + - uid: 5810 components: - type: Transform - pos: -2.5,-5.5 + rot: -1.5707963267948966 rad + pos: -13.5,42.5 parent: 2 - - uid: 33743 + - uid: 7490 components: - type: Transform - pos: -1.5,-5.5 + rot: -1.5707963267948966 rad + pos: -11.5,41.5 parent: 2 - - uid: 33744 + - uid: 7901 components: - type: Transform - pos: -4.5,-5.5 + rot: -1.5707963267948966 rad + pos: 45.5,-4.5 parent: 2 - - uid: 33745 + - uid: 7902 components: - type: Transform - pos: -0.5,-5.5 + rot: 1.5707963267948966 rad + pos: 24.5,-5.5 parent: 2 - - uid: 33746 + - uid: 8816 components: - type: Transform - pos: 0.5,-5.5 + rot: 1.5707963267948966 rad + pos: 37.5,50.5 parent: 2 - - uid: 33747 + - uid: 12511 components: - type: Transform - pos: 1.5,-5.5 + rot: -1.5707963267948966 rad + pos: -35.5,44.5 parent: 2 - - uid: 33748 + - uid: 24439 components: - type: Transform - pos: 2.5,-5.5 + rot: -1.5707963267948966 rad + pos: -14.5,35.5 parent: 2 - - uid: 33749 + - uid: 27004 components: - type: Transform - pos: 3.5,-5.5 + pos: 43.5,26.5 parent: 2 - - uid: 33750 + - uid: 27068 components: - type: Transform - pos: 4.5,-5.5 + pos: 61.5,-7.5 parent: 2 - - uid: 33751 + - uid: 27094 components: - type: Transform - pos: 5.5,-5.5 + pos: -43.5,34.5 parent: 2 - - uid: 33752 + - uid: 27095 components: - type: Transform - pos: 6.5,-5.5 + pos: -46.5,34.5 parent: 2 - - uid: 33753 + - uid: 27096 components: - type: Transform - pos: 6.5,-4.5 + pos: -49.5,36.5 parent: 2 - - uid: 33754 + - uid: 27097 components: - type: Transform - pos: 6.5,-3.5 + pos: -49.5,31.5 parent: 2 - - uid: 33841 + - uid: 27098 components: - type: Transform - pos: 26.5,-5.5 + pos: -49.5,28.5 parent: 2 - - uid: 33842 + - uid: 27099 components: - type: Transform - pos: 25.5,-5.5 + pos: -55.5,29.5 parent: 2 - - uid: 33843 + - uid: 27100 components: - type: Transform - pos: 25.5,-6.5 + pos: -51.5,33.5 parent: 2 - - uid: 33844 + - uid: 27101 components: - type: Transform - pos: 25.5,-7.5 + pos: -57.5,11.5 parent: 2 - - uid: 33845 + - uid: 27102 components: - type: Transform - pos: 25.5,-8.5 + pos: -53.5,11.5 parent: 2 - - uid: 33846 + - uid: 27103 components: - type: Transform - pos: 25.5,-9.5 + pos: -50.5,21.5 parent: 2 - - uid: 34775 + - uid: 27104 components: - type: Transform - pos: 5.5,14.5 + pos: -46.5,27.5 parent: 2 - - uid: 34808 + - uid: 27105 components: - type: Transform - pos: 0.5,17.5 + pos: -45.5,27.5 parent: 2 - - uid: 34809 + - uid: 27106 components: - type: Transform - pos: 0.5,16.5 + pos: -44.5,27.5 parent: 2 - - uid: 34810 + - uid: 27107 components: - type: Transform - pos: 0.5,15.5 + pos: -39.5,34.5 parent: 2 - - uid: 34811 + - uid: 27109 components: - type: Transform - pos: 1.5,15.5 + pos: -38.5,34.5 parent: 2 - - uid: 34812 + - uid: 27111 components: - type: Transform - pos: 2.5,15.5 + pos: -25.5,56.5 parent: 2 - - uid: 34813 + - uid: 27112 components: - type: Transform - pos: 3.5,15.5 + pos: -30.5,54.5 parent: 2 - - uid: 34814 + - uid: 27113 components: - type: Transform - pos: 4.5,15.5 + pos: -20.5,51.5 parent: 2 - - uid: 34815 + - uid: 27115 components: - type: Transform - pos: 5.5,15.5 + pos: -16.5,54.5 parent: 2 - - uid: 34816 + - uid: 27116 components: - type: Transform - pos: 5.5,13.5 + pos: -15.5,66.5 parent: 2 - - uid: 34817 + - uid: 27117 components: - type: Transform - pos: 5.5,12.5 + pos: -0.5,55.5 parent: 2 - - uid: 34818 + - uid: 27118 components: - type: Transform - pos: 5.5,11.5 + pos: 1.5,55.5 parent: 2 - - uid: 34819 + - uid: 27123 components: - type: Transform - pos: 6.5,11.5 + pos: -1.5,43.5 parent: 2 - - uid: 34820 + - uid: 27124 components: - type: Transform - pos: 6.5,10.5 + pos: -6.5,40.5 parent: 2 - - uid: 34821 + - uid: 27125 components: - type: Transform - pos: 7.5,10.5 + pos: 0.5,34.5 parent: 2 - - uid: 34822 + - uid: 27126 components: - type: Transform - pos: -5.5,3.5 + pos: -1.5,37.5 parent: 2 - - uid: 34823 + - uid: 27127 components: - type: Transform - pos: 6.5,9.5 + pos: 5.5,34.5 parent: 2 - - uid: 34824 + - uid: 27128 components: - type: Transform - pos: 6.5,8.5 + pos: 6.5,34.5 parent: 2 - - uid: 34825 + - uid: 27129 components: - type: Transform - pos: 6.5,7.5 + pos: 9.5,36.5 parent: 2 - - uid: 34826 + - uid: 27130 components: - type: Transform - pos: 6.5,6.5 + pos: -5.5,30.5 parent: 2 - - uid: 34827 + - uid: 27131 components: - type: Transform - pos: 6.5,5.5 + pos: 10.5,42.5 parent: 2 - - uid: 34828 + - uid: 27132 components: - type: Transform - pos: 6.5,4.5 + pos: 20.5,45.5 parent: 2 - - uid: 34829 + - uid: 27133 components: - type: Transform - pos: 6.5,3.5 + pos: 19.5,45.5 parent: 2 - - uid: 34830 + - uid: 27134 components: - type: Transform - pos: 6.5,2.5 + pos: 23.5,42.5 parent: 2 - - uid: 34831 + - uid: 27135 components: - type: Transform - pos: 7.5,2.5 + pos: 17.5,37.5 parent: 2 - - uid: 34832 + - uid: 27136 components: - type: Transform - pos: 6.5,1.5 + pos: 27.5,30.5 parent: 2 - - uid: 34833 + - uid: 27137 components: - type: Transform - pos: 5.5,1.5 + pos: 29.5,30.5 parent: 2 - - uid: 34834 + - uid: 27138 components: - type: Transform - pos: 5.5,0.5 + pos: 26.5,27.5 parent: 2 - - uid: 34835 + - uid: 27140 components: - type: Transform - pos: 4.5,0.5 + pos: 26.5,22.5 parent: 2 - - uid: 34836 + - uid: 27141 components: - type: Transform - pos: -3.5,0.5 + pos: 28.5,15.5 parent: 2 - - uid: 34837 + - uid: 27142 components: - type: Transform - pos: -4.5,0.5 + pos: 26.5,17.5 parent: 2 - - uid: 34838 + - uid: 27143 components: - type: Transform - pos: -4.5,1.5 + pos: 30.5,18.5 parent: 2 - - uid: 34839 + - uid: 27144 components: - type: Transform - pos: -5.5,1.5 + pos: 36.5,17.5 parent: 2 - - uid: 34840 + - uid: 27145 components: - type: Transform - pos: -5.5,2.5 + pos: 41.5,24.5 parent: 2 - - uid: 34841 + - uid: 27146 components: - type: Transform - pos: -6.5,2.5 + pos: 43.5,25.5 parent: 2 - - uid: 34842 + - uid: 27147 components: - type: Transform - pos: -5.5,4.5 + pos: 43.5,27.5 parent: 2 - - uid: 34843 + - uid: 27148 components: - type: Transform - pos: -5.5,5.5 + pos: 30.5,24.5 parent: 2 - - uid: 34844 + - uid: 27149 components: - type: Transform - pos: -5.5,6.5 + pos: 36.5,35.5 parent: 2 - - uid: 34845 + - uid: 27150 components: - type: Transform - pos: -5.5,7.5 + pos: 36.5,33.5 parent: 2 - - uid: 34846 + - uid: 27151 components: - type: Transform - pos: -5.5,8.5 + pos: 37.5,32.5 parent: 2 - - uid: 34847 + - uid: 27152 components: - type: Transform - pos: -5.5,9.5 + pos: 39.5,32.5 parent: 2 - - uid: 34848 + - uid: 27153 components: - type: Transform - pos: -5.5,10.5 + pos: 39.5,36.5 parent: 2 - - uid: 34849 + - uid: 27154 components: - type: Transform - pos: -5.5,11.5 + pos: 37.5,36.5 parent: 2 - - uid: 34850 + - uid: 27155 components: - type: Transform - pos: -6.5,10.5 + pos: 36.5,38.5 parent: 2 - - uid: 34851 + - uid: 27156 components: - type: Transform - pos: -4.5,11.5 + pos: 34.5,36.5 parent: 2 - - uid: 34852 + - uid: 27157 components: - type: Transform - pos: -4.5,12.5 + pos: 43.5,36.5 parent: 2 - - uid: 34853 + - uid: 27158 components: - type: Transform - pos: -4.5,13.5 + pos: 46.5,36.5 parent: 2 - - uid: 34854 + - uid: 27159 components: - type: Transform - pos: -4.5,14.5 + pos: 45.5,36.5 parent: 2 - - uid: 34855 + - uid: 27160 components: - type: Transform - pos: -4.5,15.5 + pos: 40.5,41.5 parent: 2 - - uid: 34856 + - uid: 27161 components: - type: Transform - pos: -3.5,15.5 + pos: 40.5,43.5 parent: 2 - - uid: 34857 + - uid: 27162 components: - type: Transform - pos: -2.5,15.5 + pos: 36.5,43.5 parent: 2 - - uid: 34858 + - uid: 27163 components: - type: Transform - pos: -1.5,15.5 + pos: 36.5,44.5 parent: 2 - - uid: 34859 + - uid: 27164 components: - type: Transform - pos: -0.5,15.5 + pos: 36.5,45.5 parent: 2 - - uid: 34861 + - uid: 27165 components: - type: Transform - pos: 1.5,17.5 + pos: 36.5,46.5 parent: 2 - - uid: 34862 + - uid: 27166 components: - type: Transform - pos: 2.5,17.5 + pos: 34.5,55.5 parent: 2 - - uid: 34863 + - uid: 27167 components: - type: Transform - pos: 3.5,17.5 + pos: 36.5,55.5 parent: 2 - - uid: 35305 + - uid: 27168 components: - type: Transform - pos: 54.5,34.5 + pos: 27.5,54.5 parent: 2 - - uid: 35306 + - uid: 27169 components: - type: Transform - pos: 55.5,34.5 + pos: 27.5,53.5 parent: 2 - - uid: 35307 + - uid: 27170 components: - type: Transform - pos: 56.5,34.5 + pos: 25.5,50.5 parent: 2 - - uid: 35308 + - uid: 27171 components: - type: Transform - pos: 57.5,34.5 + pos: 27.5,58.5 parent: 2 - - uid: 35309 + - uid: 27172 components: - type: Transform - pos: 58.5,34.5 + pos: 24.5,61.5 parent: 2 - - uid: 35310 + - uid: 27173 components: - type: Transform - pos: 59.5,34.5 + pos: 23.5,61.5 parent: 2 - - uid: 35311 + - uid: 27174 components: - type: Transform - pos: 60.5,34.5 + pos: 20.5,59.5 parent: 2 - - uid: 35312 + - uid: 27175 components: - type: Transform - pos: 61.5,34.5 + pos: 20.5,57.5 parent: 2 - - uid: 35313 + - uid: 27176 components: - type: Transform - pos: 62.5,34.5 + pos: 16.5,70.5 parent: 2 - - uid: 35314 + - uid: 27177 components: - type: Transform - pos: 63.5,34.5 + pos: 16.5,66.5 parent: 2 - - uid: 35315 + - uid: 27178 components: - type: Transform - pos: 64.5,34.5 + pos: 19.5,68.5 parent: 2 - - uid: 35316 + - uid: 27179 components: - type: Transform - pos: 65.5,34.5 + pos: 20.5,68.5 parent: 2 - - uid: 35317 + - uid: 27180 components: - type: Transform - pos: 66.5,34.5 + pos: 23.5,70.5 parent: 2 - - uid: 35318 + - uid: 27181 components: - type: Transform - pos: 67.5,34.5 + pos: 20.5,64.5 parent: 2 - - uid: 35319 + - uid: 27182 components: - type: Transform - pos: 67.5,35.5 + pos: 18.5,64.5 parent: 2 - - uid: 35320 + - uid: 27183 components: - type: Transform - pos: 67.5,36.5 + pos: 27.5,64.5 parent: 2 - - uid: 35321 + - uid: 27184 components: - type: Transform - pos: 61.5,35.5 + pos: 29.5,64.5 parent: 2 - - uid: 35322 + - uid: 27185 components: - type: Transform - pos: 61.5,36.5 + pos: 44.5,48.5 parent: 2 - - uid: 35323 + - uid: 27186 components: - type: Transform - pos: 61.5,37.5 + pos: 36.5,60.5 parent: 2 - - uid: 35324 + - uid: 27187 components: - type: Transform - pos: 61.5,38.5 + pos: 44.5,55.5 parent: 2 - - uid: 35325 + - uid: 27188 components: - type: Transform - pos: 61.5,39.5 + pos: 34.5,60.5 parent: 2 - - uid: 35326 + - uid: 27196 components: - type: Transform - pos: 61.5,40.5 + rot: 1.5707963267948966 rad + pos: 52.5,32.5 parent: 2 - - uid: 35327 + - uid: 27198 components: - type: Transform - pos: 61.5,41.5 + rot: 1.5707963267948966 rad + pos: 57.5,10.5 parent: 2 - - uid: 35328 + - uid: 27200 components: - type: Transform - pos: 61.5,42.5 + rot: 1.5707963267948966 rad + pos: 66.5,14.5 parent: 2 - - uid: 35329 + - uid: 27201 components: - type: Transform - pos: 61.5,43.5 + rot: 1.5707963267948966 rad + pos: 59.5,18.5 parent: 2 - - uid: 35330 + - uid: 27203 components: - type: Transform - pos: 61.5,44.5 + pos: 55.5,8.5 parent: 2 - - uid: 35331 + - uid: 27204 components: - type: Transform - pos: 61.5,45.5 + pos: 51.5,1.5 parent: 2 - - uid: 35332 + - uid: 27205 components: - type: Transform - pos: 61.5,46.5 + pos: 51.5,0.5 parent: 2 - - uid: 35333 + - uid: 27206 components: - type: Transform - pos: 62.5,46.5 + pos: 51.5,-0.5 parent: 2 - - uid: 35334 + - uid: 27207 components: - type: Transform - pos: 63.5,46.5 + pos: 56.5,1.5 parent: 2 - - uid: 35845 + - uid: 27208 components: - type: Transform - pos: -89.5,69.5 + pos: 56.5,0.5 parent: 2 - - uid: 35846 + - uid: 27209 components: - type: Transform - pos: -88.5,68.5 + pos: 56.5,-0.5 parent: 2 - - uid: 35847 + - uid: 27210 components: - type: Transform - pos: -88.5,67.5 + pos: 60.5,1.5 parent: 2 - - uid: 35848 + - uid: 27211 components: - type: Transform - pos: -89.5,68.5 + pos: 60.5,0.5 parent: 2 - - uid: 35849 + - uid: 27212 components: - type: Transform - pos: -88.5,66.5 + pos: 60.5,-0.5 parent: 2 - - uid: 35850 + - uid: 27213 components: - type: Transform - pos: -88.5,65.5 + pos: 58.5,2.5 parent: 2 - - uid: 35851 + - uid: 27214 components: - type: Transform - pos: -88.5,64.5 + pos: 58.5,-1.5 parent: 2 - - uid: 35852 + - uid: 27215 components: - type: Transform - pos: -88.5,63.5 + pos: 61.5,-3.5 parent: 2 - - uid: 35853 + - uid: 27216 components: - type: Transform - pos: -88.5,62.5 + pos: 57.5,6.5 parent: 2 - - uid: 35973 + - uid: 27217 components: - type: Transform - pos: -61.5,78.5 + pos: 61.5,6.5 parent: 2 - - uid: 35974 + - uid: 27218 components: - type: Transform - pos: -61.5,77.5 + pos: 63.5,4.5 parent: 2 - - uid: 35975 + - uid: 27223 components: - type: Transform - pos: -61.5,76.5 + pos: 55.5,-6.5 parent: 2 - - uid: 35976 + - uid: 27225 components: - type: Transform - pos: -62.5,76.5 + pos: 54.5,-15.5 parent: 2 - - uid: 35977 + - uid: 27226 components: - type: Transform - pos: -63.5,76.5 + pos: 60.5,-19.5 parent: 2 - - uid: 35978 + - uid: 27227 components: - type: Transform - pos: -64.5,76.5 + pos: 26.5,39.5 parent: 2 - - uid: 35979 + - uid: 27228 components: - type: Transform - pos: -65.5,76.5 + pos: 25.5,39.5 parent: 2 - - uid: 35980 + - uid: 27229 components: - type: Transform - pos: -66.5,76.5 + pos: 24.5,39.5 parent: 2 - - uid: 35981 + - uid: 27230 components: - type: Transform - pos: -67.5,76.5 + pos: -5.5,57.5 parent: 2 - - uid: 35982 + - uid: 27236 components: - type: Transform - pos: -67.5,77.5 + pos: -11.5,62.5 parent: 2 - - uid: 35983 + - uid: 27237 components: - type: Transform - pos: -67.5,78.5 + pos: -11.5,61.5 parent: 2 - - uid: 35984 + - uid: 27238 components: - type: Transform - pos: -67.5,79.5 + pos: -11.5,60.5 parent: 2 - - uid: 35985 + - uid: 27239 components: - type: Transform - pos: -67.5,80.5 + pos: -11.5,59.5 parent: 2 - - uid: 35986 + - uid: 27240 components: - type: Transform - pos: -67.5,81.5 + pos: -13.5,54.5 parent: 2 - - uid: 35987 + - uid: 27241 components: - type: Transform - pos: -67.5,82.5 + pos: -16.5,64.5 parent: 2 - - uid: 35988 + - uid: 27250 components: - type: Transform - pos: -68.5,82.5 + pos: 7.5,65.5 parent: 2 - - uid: 35989 + - uid: 27251 components: - type: Transform - pos: -69.5,82.5 + rot: 1.5707963267948966 rad + pos: 9.5,58.5 parent: 2 - - uid: 35990 + - uid: 27252 components: - type: Transform - pos: -70.5,82.5 + rot: 1.5707963267948966 rad + pos: 14.5,56.5 parent: 2 - - uid: 35991 + - uid: 27260 components: - type: Transform - pos: -71.5,82.5 + pos: -22.5,36.5 parent: 2 - - uid: 35992 + - uid: 27261 components: - type: Transform - pos: -72.5,82.5 + pos: -24.5,38.5 parent: 2 - - uid: 35993 + - uid: 27262 components: - type: Transform - pos: -73.5,82.5 + pos: -31.5,32.5 parent: 2 - - uid: 35994 + - uid: 27263 components: - type: Transform - pos: -74.5,82.5 + pos: -32.5,32.5 parent: 2 - - uid: 35995 + - uid: 27264 components: - type: Transform - pos: -75.5,82.5 + pos: -37.5,34.5 parent: 2 - - uid: 35996 + - uid: 27266 components: - type: Transform - pos: -76.5,82.5 + pos: -38.5,19.5 parent: 2 - - uid: 35997 + - uid: 27267 components: - type: Transform - pos: -77.5,82.5 + pos: -31.5,28.5 parent: 2 - - uid: 35998 + - uid: 27268 components: - type: Transform - pos: -78.5,82.5 + pos: -32.5,28.5 parent: 2 - - uid: 35999 + - uid: 27273 components: - type: Transform - pos: -79.5,82.5 + pos: -28.5,30.5 parent: 2 - - uid: 36000 + - uid: 27275 components: - type: Transform - pos: -80.5,82.5 + pos: -24.5,26.5 parent: 2 - - uid: 36001 + - uid: 27278 components: - type: Transform - pos: -81.5,82.5 + pos: -20.5,16.5 parent: 2 - - uid: 36002 + - uid: 27279 components: - type: Transform - pos: -81.5,81.5 + pos: -16.5,19.5 parent: 2 - - uid: 36003 + - uid: 27280 components: - type: Transform - pos: -81.5,80.5 + pos: -18.5,23.5 parent: 2 - - uid: 36004 + - uid: 27282 components: - type: Transform - pos: -81.5,79.5 + pos: -27.5,19.5 parent: 2 - - uid: 36005 + - uid: 27283 components: - type: Transform - pos: -81.5,78.5 + pos: -25.5,16.5 parent: 2 - - uid: 36006 + - uid: 27284 components: - type: Transform - pos: -82.5,78.5 + pos: -31.5,4.5 parent: 2 - - uid: 36007 + - uid: 27285 components: - type: Transform - pos: -82.5,77.5 + pos: -30.5,4.5 parent: 2 - - uid: 36008 + - uid: 27286 components: - type: Transform - pos: -82.5,76.5 + pos: -29.5,4.5 parent: 2 - - uid: 36009 + - uid: 27287 components: - type: Transform - pos: -82.5,75.5 + pos: -50.5,-0.5 parent: 2 - - uid: 36010 + - uid: 27288 components: - type: Transform - pos: -82.5,74.5 + pos: -50.5,0.5 parent: 2 - - uid: 36011 + - uid: 27289 components: - type: Transform - pos: -82.5,73.5 + pos: -50.5,1.5 parent: 2 - - uid: 36012 + - uid: 27302 components: - type: Transform - pos: -82.5,72.5 + pos: -47.5,-27.5 parent: 2 - - uid: 36013 + - uid: 27341 components: - type: Transform - pos: -82.5,71.5 + pos: -38.5,-34.5 parent: 2 - - uid: 36014 + - uid: 27342 components: - type: Transform - pos: -82.5,70.5 + pos: -39.5,-34.5 parent: 2 - - uid: 36015 + - uid: 27343 components: - type: Transform - pos: -82.5,69.5 + pos: -40.5,-34.5 parent: 2 - - uid: 36016 + - uid: 27344 components: - type: Transform - pos: -82.5,68.5 + pos: -41.5,-40.5 parent: 2 - - uid: 36017 + - uid: 27345 components: - type: Transform - pos: -82.5,67.5 + pos: -41.5,-37.5 parent: 2 - - uid: 36018 + - uid: 27346 components: - type: Transform - pos: -82.5,66.5 + pos: -39.5,-43.5 parent: 2 - - uid: 36019 + - uid: 27347 components: - type: Transform - pos: -82.5,65.5 + pos: -37.5,-43.5 parent: 2 - - uid: 36020 + - uid: 27348 components: - type: Transform - pos: -82.5,64.5 + pos: -41.5,-45.5 parent: 2 - - uid: 36021 + - uid: 27349 components: - type: Transform - pos: -82.5,63.5 + pos: -38.5,-49.5 parent: 2 - - uid: 36022 + - uid: 27350 components: - type: Transform - pos: -82.5,62.5 + pos: -35.5,-46.5 parent: 2 - - uid: 36023 + - uid: 27351 components: - type: Transform - pos: -82.5,61.5 + pos: -34.5,-42.5 parent: 2 - - uid: 36024 + - uid: 27352 components: - type: Transform - pos: -82.5,60.5 + pos: -44.5,-47.5 parent: 2 - - uid: 36025 + - uid: 27353 components: - type: Transform - pos: -82.5,59.5 + pos: -45.5,-47.5 parent: 2 - - uid: 36026 + - uid: 27355 components: - type: Transform - pos: -82.5,58.5 + pos: -56.5,-31.5 parent: 2 - - uid: 36027 + - uid: 27356 components: - type: Transform - pos: -81.5,58.5 + pos: -56.5,-32.5 parent: 2 - - uid: 36028 + - uid: 27358 components: - type: Transform - pos: -80.5,58.5 + pos: -27.5,-43.5 parent: 2 - - uid: 36029 + - uid: 27359 components: - type: Transform - pos: -79.5,58.5 + pos: -28.5,-43.5 parent: 2 - - uid: 36030 + - uid: 27360 components: - type: Transform - pos: -83.5,66.5 + pos: -29.5,-43.5 parent: 2 - - uid: 36031 + - uid: 27361 components: - type: Transform - pos: -84.5,66.5 + pos: -26.5,-41.5 parent: 2 - - uid: 36032 + - uid: 27362 components: - type: Transform - pos: -85.5,66.5 + pos: -27.5,-38.5 parent: 2 - - uid: 36033 + - uid: 27363 components: - type: Transform - pos: -86.5,66.5 + pos: -31.5,-34.5 parent: 2 - - uid: 36034 + - uid: 27364 components: - type: Transform - pos: -87.5,66.5 + pos: -32.5,-34.5 parent: 2 - - uid: 36035 + - uid: 27365 components: - type: Transform - pos: -85.5,72.5 + pos: -35.5,-34.5 parent: 2 - - uid: 36036 + - uid: 27366 components: - type: Transform - pos: -84.5,72.5 + pos: -28.5,-27.5 parent: 2 - - uid: 36037 + - uid: 27367 components: - type: Transform - pos: -83.5,72.5 + pos: -25.5,-30.5 parent: 2 - - uid: 36038 + - uid: 27368 components: - type: Transform - pos: -83.5,78.5 + pos: -23.5,-35.5 parent: 2 - - uid: 36039 + - uid: 27369 components: - type: Transform - pos: -84.5,78.5 + pos: -24.5,-43.5 parent: 2 - - uid: 36040 + - uid: 27370 components: - type: Transform - pos: -85.5,78.5 + pos: -23.5,-43.5 parent: 2 - - uid: 36041 + - uid: 27371 components: - type: Transform - pos: -86.5,78.5 + pos: -22.5,-43.5 parent: 2 - - uid: 36042 + - uid: 27372 components: - type: Transform - pos: -87.5,78.5 + pos: -15.5,-37.5 parent: 2 - - uid: 36043 + - uid: 27373 components: - type: Transform - pos: -88.5,78.5 + pos: -14.5,-34.5 parent: 2 - - uid: 36044 + - uid: 27374 components: - type: Transform - pos: -88.5,79.5 + pos: -21.5,-32.5 parent: 2 - - uid: 36045 + - uid: 27375 components: - type: Transform - pos: -88.5,80.5 + pos: -19.5,-27.5 parent: 2 - - uid: 36046 + - uid: 27376 components: - type: Transform - pos: -88.5,81.5 + pos: -17.5,-24.5 parent: 2 - - uid: 36047 + - uid: 27377 components: - type: Transform - pos: -88.5,82.5 + pos: -22.5,-23.5 parent: 2 - - uid: 36048 + - uid: 27378 components: - type: Transform - pos: -88.5,83.5 + pos: -17.5,-19.5 parent: 2 - - uid: 36049 + - uid: 27380 components: - type: Transform - pos: -74.5,83.5 + pos: -15.5,-26.5 parent: 2 - - uid: 36050 + - uid: 27381 components: - type: Transform - pos: -74.5,84.5 + pos: -20.5,-14.5 parent: 2 - - uid: 36055 + - uid: 27382 components: - type: Transform - pos: -78.5,58.5 + pos: -22.5,-16.5 parent: 2 - - uid: 36056 + - uid: 27383 components: - type: Transform - pos: -77.5,58.5 + pos: -34.5,-25.5 parent: 2 - - uid: 36057 + - uid: 27385 components: - type: Transform - pos: -76.5,58.5 + pos: -28.5,-13.5 parent: 2 - - uid: 36058 + - uid: 27388 components: - type: Transform - pos: -75.5,58.5 + pos: -34.5,-11.5 parent: 2 - - uid: 36662 + - uid: 27389 components: - type: Transform - pos: 4.5,-8.5 - parent: 36450 - - uid: 36663 + pos: -37.5,-21.5 + parent: 2 + - uid: 27390 components: - type: Transform - pos: 4.5,-7.5 - parent: 36450 - - uid: 36664 + pos: -42.5,-8.5 + parent: 2 + - uid: 27393 components: - type: Transform - pos: 5.5,-7.5 - parent: 36450 - - uid: 36665 + pos: -41.5,-27.5 + parent: 2 + - uid: 27395 components: - type: Transform - pos: 5.5,-6.5 - parent: 36450 - - uid: 36666 + pos: -24.5,-54.5 + parent: 2 + - uid: 27396 components: - type: Transform - pos: 5.5,-5.5 - parent: 36450 - - uid: 36667 + pos: -7.5,-56.5 + parent: 2 + - uid: 27397 components: - type: Transform - pos: 4.5,-5.5 - parent: 36450 - - uid: 36668 + pos: -8.5,-60.5 + parent: 2 + - uid: 27398 components: - type: Transform - pos: 3.5,-5.5 - parent: 36450 - - uid: 36669 + pos: -11.5,-59.5 + parent: 2 + - uid: 27399 components: - type: Transform - pos: 3.5,-6.5 - parent: 36450 - - uid: 36670 + pos: -2.5,-58.5 + parent: 2 + - uid: 27400 components: - type: Transform - pos: 3.5,-4.5 - parent: 36450 - - uid: 36671 + pos: 3.5,-58.5 + parent: 2 + - uid: 27401 components: - type: Transform - pos: 3.5,-3.5 - parent: 36450 - - uid: 36672 + pos: 9.5,-60.5 + parent: 2 + - uid: 27402 components: - type: Transform - pos: 4.5,-3.5 - parent: 36450 - - uid: 36673 + pos: 8.5,-56.5 + parent: 2 + - uid: 27403 components: - type: Transform - pos: 5.5,-3.5 - parent: 36450 - - uid: 36674 + pos: 12.5,-59.5 + parent: 2 + - uid: 27404 components: - type: Transform - pos: 5.5,-2.5 - parent: 36450 - - uid: 36675 + pos: 8.5,-69.5 + parent: 2 + - uid: 27405 components: - type: Transform - pos: 5.5,-1.5 - parent: 36450 - - uid: 36676 + pos: 9.5,-69.5 + parent: 2 + - uid: 27406 components: - type: Transform - pos: 5.5,-0.5 - parent: 36450 - - uid: 36677 + pos: 10.5,-69.5 + parent: 2 + - uid: 27407 components: - type: Transform - pos: 5.5,0.5 - parent: 36450 - - uid: 36678 + pos: -7.5,-69.5 + parent: 2 + - uid: 27408 components: - type: Transform - pos: 5.5,1.5 - parent: 36450 - - uid: 36679 + pos: -8.5,-69.5 + parent: 2 + - uid: 27409 components: - type: Transform - pos: 5.5,2.5 - parent: 36450 - - uid: 36680 + pos: -9.5,-69.5 + parent: 2 + - uid: 27410 components: - type: Transform - pos: 5.5,3.5 - parent: 36450 - - uid: 36681 + pos: -1.5,-56.5 + parent: 2 + - uid: 27411 components: - type: Transform - pos: 6.5,1.5 - parent: 36450 - - uid: 36682 + pos: -0.5,-56.5 + parent: 2 + - uid: 27412 components: - type: Transform - pos: 7.5,1.5 - parent: 36450 - - uid: 36683 + pos: 1.5,-56.5 + parent: 2 + - uid: 27413 components: - type: Transform - pos: 7.5,2.5 - parent: 36450 - - uid: 36754 + pos: 2.5,-56.5 + parent: 2 + - uid: 27414 components: - type: Transform - pos: 58.5,-37.5 + pos: 2.5,-60.5 parent: 2 - - uid: 42766 + - uid: 27415 components: - type: Transform - pos: 59.5,-37.5 + pos: 1.5,-60.5 parent: 2 - - uid: 42767 + - uid: 27416 components: - type: Transform - pos: 59.5,-36.5 + pos: -0.5,-60.5 parent: 2 -- proto: CableMVStack - entities: - - uid: 1753 + - uid: 27417 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 21.652033,36.53337 + pos: -1.5,-60.5 parent: 2 - - uid: 5275 + - uid: 27418 components: - type: Transform - pos: -26.491661,-36.17844 + pos: 16.5,-42.5 parent: 2 - - uid: 11105 + - uid: 27419 components: - type: Transform - pos: 10.242294,-46.572758 + pos: 18.5,-43.5 parent: 2 - - uid: 19530 + - uid: 27420 components: - type: Transform - pos: -34.408813,17.073624 + pos: 20.5,-52.5 parent: 2 -- proto: CableMVStack1 - entities: - - uid: 24876 + - uid: 27421 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -66.719086,85.24816 + pos: 19.5,-52.5 parent: 2 -- proto: CableMVStack10 - entities: - - uid: 619 + - uid: 27422 components: - type: Transform - pos: -45.920227,3.598135 + pos: 18.5,-52.5 parent: 2 - - uid: 13766 + - uid: 27425 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.602112,10.536591 - parent: 14592 - - uid: 26944 + pos: 41.5,-50.5 + parent: 2 + - uid: 27426 components: - type: Transform - rot: 3.141592653589793 rad - pos: -66.43526,80.6461 + pos: 41.5,-49.5 parent: 2 -- proto: CableTerminal - entities: - - uid: 1270 + - uid: 27427 components: - type: Transform - rot: 3.141592653589793 rad - pos: -87.5,63.5 + pos: 41.5,-48.5 parent: 2 - - uid: 4097 + - uid: 27428 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,16.5 + pos: 42.5,-51.5 parent: 2 - - uid: 4358 + - uid: 27429 components: - type: Transform - pos: -23.5,68.5 + pos: 46.5,-46.5 parent: 2 - - uid: 8017 + - uid: 27430 components: - type: Transform - pos: -28.5,15.5 + pos: 42.5,-44.5 parent: 2 - - uid: 17567 + - uid: 27431 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,38.5 + pos: 39.5,-38.5 parent: 2 - - uid: 18340 + - uid: 27432 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,63.5 + pos: 44.5,-36.5 parent: 2 - - uid: 18621 + - uid: 27433 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-33.5 + pos: 31.5,-41.5 parent: 2 - - uid: 18756 + - uid: 27434 components: - type: Transform - rot: 3.141592653589793 rad - pos: 60.5,-37.5 + pos: 30.5,-41.5 parent: 2 - - uid: 19408 + - uid: 27435 components: - type: Transform - pos: -30.5,15.5 + pos: 29.5,-41.5 parent: 2 - - uid: 19415 + - uid: 27436 components: - type: Transform - pos: -32.5,15.5 + pos: 28.5,-33.5 parent: 2 - - uid: 19416 + - uid: 27437 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,16.5 + pos: 27.5,-33.5 parent: 2 - - uid: 19428 + - uid: 27438 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,16.5 + pos: 25.5,-38.5 parent: 2 - - uid: 20879 + - uid: 27439 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -66.5,-21.5 + pos: 25.5,-30.5 parent: 2 - - uid: 31137 + - uid: 27440 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,8.5 - parent: 30892 - - uid: 33988 + pos: 25.5,-32.5 + parent: 2 + - uid: 27441 components: - type: Transform - rot: 3.141592653589793 rad - pos: -86.5,63.5 + pos: 21.5,-29.5 parent: 2 - - uid: 34751 + - uid: 27442 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,3.5 + pos: 20.5,-29.5 parent: 2 - - uid: 34759 + - uid: 27446 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,9.5 + pos: 25.5,-31.5 parent: 2 - - uid: 34760 + - uid: 27448 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,9.5 + pos: 17.5,-26.5 parent: 2 - - uid: 34762 + - uid: 27449 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,3.5 + pos: 25.5,-26.5 parent: 2 -- proto: CannabisSeeds - entities: - - uid: 13371 + - uid: 27450 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.642117,62.3376 + pos: 25.5,-27.5 parent: 2 -- proto: CapacitorStockPart - entities: - - uid: 31685 + - uid: 27452 components: - type: Transform - pos: -66.64435,80.33221 + pos: 17.5,-19.5 parent: 2 -- proto: CaptainIDCard - entities: - - uid: 6181 + - uid: 27453 components: - type: Transform - pos: 7.395649,-38.2433 + pos: 25.5,-18.5 parent: 2 -- proto: CarbonDioxideCanister - entities: - - uid: 5074 + - uid: 27454 components: - type: Transform - pos: -28.5,-9.5 + pos: 26.5,-13.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 27817 + - uid: 27460 components: - type: Transform - pos: -56.5,44.5 + pos: 31.5,1.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 35124 + - uid: 27461 components: - type: Transform - pos: 61.5,50.5 + pos: 30.5,1.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: Carpet - entities: - - uid: 787 + - uid: 27462 components: - type: Transform - pos: 17.5,39.5 + pos: 31.5,7.5 parent: 2 - - uid: 2095 + - uid: 27463 components: - type: Transform - pos: 19.5,41.5 + pos: 30.5,7.5 parent: 2 - - uid: 6164 + - uid: 27467 components: - type: Transform - pos: 3.5,-37.5 + pos: 42.5,-17.5 parent: 2 - - uid: 6165 + - uid: 27470 components: - type: Transform - pos: 3.5,-36.5 + pos: 39.5,-25.5 parent: 2 - - uid: 6166 + - uid: 27471 components: - type: Transform - pos: 3.5,-35.5 + pos: 39.5,-28.5 parent: 2 - - uid: 6167 + - uid: 27472 components: - type: Transform - pos: 4.5,-37.5 + pos: 43.5,-27.5 parent: 2 - - uid: 6168 + - uid: 27475 components: - type: Transform - pos: 4.5,-36.5 + pos: 36.5,-33.5 parent: 2 - - uid: 6169 + - uid: 27476 components: - type: Transform - pos: 4.5,-35.5 + pos: 37.5,-33.5 parent: 2 - - uid: 6170 + - uid: 27489 components: - type: Transform - pos: 5.5,-37.5 + pos: 49.5,-26.5 parent: 2 - - uid: 6171 + - uid: 27492 components: - type: Transform - pos: 5.5,-36.5 + pos: 46.5,-30.5 parent: 2 - - uid: 6172 + - uid: 27493 components: - type: Transform - pos: 5.5,-35.5 + pos: 45.5,-30.5 parent: 2 - - uid: 6173 + - uid: 27494 components: - type: Transform - pos: 6.5,-37.5 + pos: 44.5,-30.5 parent: 2 - - uid: 6174 + - uid: 27503 components: - type: Transform - pos: 6.5,-36.5 + pos: -9.5,-63.5 parent: 2 - - uid: 6175 + - uid: 27504 components: - type: Transform - pos: 6.5,-35.5 + pos: 10.5,-63.5 parent: 2 - - uid: 9864 + - uid: 27506 components: - type: Transform - pos: 22.5,42.5 + pos: -43.5,-47.5 parent: 2 - - uid: 9866 + - uid: 27512 components: - type: Transform - pos: 21.5,41.5 + pos: -57.5,23.5 parent: 2 - - uid: 9867 + - uid: 27513 components: - type: Transform - pos: 21.5,42.5 + pos: -57.5,19.5 parent: 2 - - uid: 9868 + - uid: 27514 components: - type: Transform - pos: 21.5,43.5 + pos: -59.5,26.5 parent: 2 - - uid: 9869 + - uid: 27523 components: - type: Transform - pos: 20.5,41.5 + pos: -57.5,32.5 parent: 2 - - uid: 9870 + - uid: 27525 components: - type: Transform - pos: 20.5,42.5 + pos: -51.5,38.5 parent: 2 - - uid: 9871 + - uid: 27526 components: - type: Transform - pos: 20.5,43.5 + pos: -54.5,35.5 parent: 2 - - uid: 9873 + - uid: 27580 components: - type: Transform - pos: 19.5,42.5 + pos: 1.5,51.5 parent: 2 - - uid: 9874 + - uid: 27581 components: - type: Transform - pos: 19.5,43.5 + pos: 0.5,51.5 parent: 2 - - uid: 9875 + - uid: 27582 components: - type: Transform - pos: 18.5,41.5 + pos: -0.5,51.5 parent: 2 - - uid: 9876 + - uid: 31237 components: - type: Transform - pos: 18.5,42.5 + rot: 1.5707963267948966 rad + pos: 37.5,-9.5 parent: 2 - - uid: 9877 + - uid: 31590 components: - type: Transform - pos: 18.5,43.5 + pos: 51.5,-10.5 parent: 2 - - uid: 9878 + - uid: 31591 components: - type: Transform - pos: 17.5,41.5 + pos: 52.5,-10.5 parent: 2 - - uid: 9879 + - uid: 31592 components: - type: Transform - pos: 17.5,42.5 + pos: 53.5,-10.5 parent: 2 - - uid: 9880 + - uid: 31611 components: - type: Transform - pos: 17.5,43.5 + rot: 1.5707963267948966 rad + pos: -19.5,31.5 parent: 2 - - uid: 9881 + - uid: 31612 components: - type: Transform - pos: 16.5,41.5 + rot: 1.5707963267948966 rad + pos: -19.5,32.5 parent: 2 - - uid: 9882 + - uid: 31613 components: - type: Transform - pos: 16.5,42.5 + rot: 1.5707963267948966 rad + pos: -26.5,28.5 parent: 2 - - uid: 9883 + - uid: 31614 components: - type: Transform - pos: 16.5,43.5 + rot: 1.5707963267948966 rad + pos: -26.5,32.5 parent: 2 - - uid: 9884 + - uid: 31619 components: - type: Transform - pos: 15.5,41.5 + pos: -24.5,34.5 parent: 2 - - uid: 9885 + - uid: 31623 components: - type: Transform - pos: 15.5,42.5 + rot: -1.5707963267948966 rad + pos: 35.5,-1.5 parent: 2 - - uid: 9886 + - uid: 31646 components: - type: Transform - pos: 15.5,43.5 + pos: -14.5,-51.5 parent: 2 - - uid: 9901 + - uid: 31647 components: - type: Transform - pos: 20.5,44.5 + pos: -14.5,-50.5 parent: 2 - - uid: 9902 + - uid: 31648 components: - type: Transform - pos: 19.5,44.5 + pos: -14.5,-49.5 parent: 2 - - uid: 14448 + - uid: 31649 components: - type: Transform - pos: 17.5,40.5 + pos: 17.5,-51.5 parent: 2 - - uid: 14450 + - uid: 31650 components: - type: Transform - pos: 18.5,40.5 + pos: 17.5,-50.5 parent: 2 - - uid: 14451 + - uid: 31651 components: - type: Transform - pos: 18.5,39.5 + pos: 17.5,-49.5 parent: 2 -- proto: CarpetBlack - entities: - - uid: 7169 + - uid: 31658 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,-14.5 + rot: 3.141592653589793 rad + pos: -3.5,-47.5 parent: 2 - - uid: 7183 + - uid: 31659 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,-14.5 + rot: 3.141592653589793 rad + pos: -3.5,-49.5 parent: 2 - - uid: 7185 + - uid: 31660 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,-14.5 + rot: 3.141592653589793 rad + pos: -9.5,-49.5 parent: 2 - - uid: 7186 + - uid: 31664 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,-16.5 + rot: 3.141592653589793 rad + pos: -0.5,-49.5 parent: 2 - - uid: 7187 + - uid: 31665 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,-16.5 + rot: 3.141592653589793 rad + pos: 0.5,-49.5 parent: 2 - - uid: 7188 + - uid: 31666 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,-16.5 + rot: 3.141592653589793 rad + pos: 1.5,-49.5 parent: 2 - - uid: 7189 + - uid: 31670 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,-16.5 + rot: 3.141592653589793 rad + pos: 16.5,-48.5 parent: 2 - - uid: 7190 + - uid: 31671 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,-14.5 + pos: -0.5,-35.5 parent: 2 - - uid: 7191 + - uid: 31677 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,-14.5 + pos: 1.5,-35.5 parent: 2 - - uid: 7192 + - uid: 31679 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 60.5,-14.5 + pos: -0.5,-33.5 parent: 2 - - uid: 7193 + - uid: 31680 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,-16.5 + pos: 1.5,-33.5 parent: 2 - - uid: 7194 + - uid: 31681 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 60.5,-16.5 + pos: -1.5,-43.5 parent: 2 - - uid: 7195 + - uid: 31682 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 61.5,-16.5 + pos: -3.5,-40.5 parent: 2 - - uid: 7196 + - uid: 31684 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,-16.5 + pos: -5.5,-32.5 parent: 2 - - uid: 7197 + - uid: 31686 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,-14.5 + pos: 6.5,-32.5 parent: 2 - - uid: 7198 + - uid: 31687 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 61.5,-14.5 + pos: 10.5,-35.5 parent: 2 - - uid: 7199 + - uid: 31713 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,-15.5 + pos: 5.5,68.5 parent: 2 - - uid: 7200 + - uid: 31825 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,-15.5 + pos: 20.5,-45.5 parent: 2 - - uid: 7201 + - uid: 31832 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,-15.5 + pos: 51.5,11.5 parent: 2 - - uid: 7202 + - uid: 31833 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 60.5,-15.5 + pos: 52.5,11.5 parent: 2 - - uid: 7203 + - uid: 31834 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 61.5,-15.5 + pos: 53.5,11.5 parent: 2 - - uid: 7204 + - uid: 31868 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,-15.5 + rot: 3.141592653589793 rad + pos: 54.5,15.5 parent: 2 - - uid: 7205 + - uid: 31869 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,-15.5 + rot: 3.141592653589793 rad + pos: 54.5,16.5 parent: 2 - - uid: 7206 + - uid: 31870 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,-15.5 + rot: 3.141592653589793 rad + pos: 54.5,17.5 parent: 2 - - uid: 8833 + - uid: 31920 components: - type: Transform - pos: 53.5,-22.5 + rot: 1.5707963267948966 rad + pos: 38.5,50.5 parent: 2 - - uid: 8834 + - uid: 31921 components: - type: Transform - pos: 53.5,-21.5 + rot: 1.5707963267948966 rad + pos: 39.5,50.5 parent: 2 - - uid: 8836 + - uid: 32018 components: - type: Transform - pos: 54.5,-21.5 + rot: 1.5707963267948966 rad + pos: 8.5,42.5 parent: 2 - - uid: 8837 + - uid: 32028 components: - type: Transform - pos: 52.5,-22.5 + pos: -19.5,48.5 parent: 2 - - uid: 8869 + - uid: 32029 components: - type: Transform - pos: 57.5,-22.5 + pos: -19.5,49.5 parent: 2 - - uid: 8870 + - uid: 32030 components: - type: Transform - pos: 57.5,-21.5 + pos: -19.5,50.5 parent: 2 - - uid: 8871 + - uid: 32031 components: - type: Transform - pos: 58.5,-22.5 + pos: -5.5,52.5 parent: 2 - - uid: 8872 + - uid: 32032 components: - type: Transform - pos: 58.5,-21.5 + pos: -5.5,53.5 parent: 2 - - uid: 8873 + - uid: 32033 components: - type: Transform - pos: 59.5,-22.5 + pos: -5.5,54.5 parent: 2 - - uid: 8874 + - uid: 32034 components: - type: Transform - pos: 59.5,-21.5 + pos: 6.5,52.5 parent: 2 - - uid: 8876 + - uid: 32035 components: - type: Transform - pos: 56.5,-22.5 + pos: 6.5,53.5 parent: 2 - - uid: 8877 + - uid: 32036 components: - type: Transform - pos: 56.5,-21.5 + pos: 6.5,54.5 parent: 2 - - uid: 8878 + - uid: 32040 components: - type: Transform - pos: 60.5,-22.5 + pos: -23.5,41.5 parent: 2 - - uid: 8879 + - uid: 32041 components: - type: Transform - pos: 60.5,-21.5 + pos: -22.5,41.5 parent: 2 - - uid: 8880 + - uid: 32042 components: - type: Transform - pos: 57.5,-23.5 + pos: -21.5,41.5 parent: 2 - - uid: 8882 + - uid: 32043 components: - type: Transform - pos: 59.5,-23.5 + pos: -20.5,42.5 parent: 2 - - uid: 8883 + - uid: 32044 components: - type: Transform - pos: 57.5,-20.5 + pos: -20.5,43.5 parent: 2 - - uid: 8884 + - uid: 32045 components: - type: Transform - pos: 58.5,-20.5 + pos: -20.5,44.5 parent: 2 - - uid: 8885 + - uid: 32086 components: - type: Transform - pos: 59.5,-20.5 + rot: 1.5707963267948966 rad + pos: -1.5,48.5 parent: 2 - - uid: 36438 + - uid: 32112 components: - type: Transform rot: -1.5707963267948966 rad - pos: 58.5,-23.5 + pos: -13.5,64.5 parent: 2 -- proto: CarpetBlue - entities: - - uid: 6132 + - uid: 32138 components: - type: Transform - pos: 12.5,-34.5 + rot: 1.5707963267948966 rad + pos: -55.5,9.5 parent: 2 - - uid: 6133 + - uid: 32183 components: - type: Transform - pos: 12.5,-33.5 + rot: 3.141592653589793 rad + pos: -39.5,43.5 parent: 2 - - uid: 6134 + - uid: 32198 components: - type: Transform - pos: 13.5,-34.5 + rot: 1.5707963267948966 rad + pos: -55.5,13.5 parent: 2 - - uid: 6135 + - uid: 32199 components: - type: Transform - pos: 13.5,-33.5 + rot: 1.5707963267948966 rad + pos: -62.5,11.5 parent: 2 - - uid: 6136 + - uid: 32200 components: - type: Transform - pos: 14.5,-34.5 + rot: -1.5707963267948966 rad + pos: -55.5,21.5 parent: 2 - - uid: 6137 + - uid: 32212 components: - type: Transform - pos: 14.5,-33.5 + rot: 1.5707963267948966 rad + pos: -51.5,-4.5 parent: 2 - - uid: 6138 + - uid: 32213 components: - type: Transform - pos: 11.5,-34.5 + rot: 1.5707963267948966 rad + pos: -52.5,-4.5 parent: 2 - - uid: 6139 + - uid: 32214 components: - type: Transform - pos: 11.5,-33.5 + rot: 1.5707963267948966 rad + pos: -53.5,-4.5 parent: 2 -- proto: CarpetChapel - entities: - - uid: 3388 + - uid: 32215 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,-17.5 + rot: 1.5707963267948966 rad + pos: -53.5,3.5 parent: 2 - - uid: 3390 + - uid: 32216 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 57.5,-17.5 + rot: 1.5707963267948966 rad + pos: -51.5,3.5 parent: 2 - - uid: 3391 + - uid: 32218 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,-12.5 + rot: 1.5707963267948966 rad + pos: -52.5,3.5 parent: 2 - - uid: 3392 + - uid: 32233 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-17.5 + rot: 1.5707963267948966 rad + pos: -50.5,4.5 parent: 2 - - uid: 3393 + - uid: 32241 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,-12.5 + rot: 1.5707963267948966 rad + pos: -45.5,-1.5 parent: 2 - - uid: 3394 + - uid: 32242 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 57.5,-12.5 + rot: 1.5707963267948966 rad + pos: -36.5,4.5 parent: 2 - - uid: 3396 + - uid: 32321 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-12.5 + rot: 3.141592653589793 rad + pos: -53.5,-35.5 parent: 2 - - uid: 7139 + - uid: 32322 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,-17.5 + rot: 3.141592653589793 rad + pos: -52.5,-35.5 parent: 2 - - uid: 7140 + - uid: 32323 components: - type: Transform rot: 3.141592653589793 rad - pos: 62.5,-17.5 + pos: -50.5,-35.5 parent: 2 - - uid: 7141 + - uid: 32333 components: - type: Transform rot: 3.141592653589793 rad - pos: 60.5,-17.5 + pos: -53.5,-29.5 parent: 2 - - uid: 7142 + - uid: 32341 components: - type: Transform rot: 3.141592653589793 rad - pos: 58.5,-17.5 + pos: -48.5,-35.5 parent: 2 - - uid: 7143 + - uid: 32404 components: - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,-17.5 + rot: 1.5707963267948966 rad + pos: -21.5,-51.5 parent: 2 - - uid: 7144 + - uid: 32405 components: - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,-12.5 + rot: 1.5707963267948966 rad + pos: -20.5,-51.5 parent: 2 - - uid: 7145 + - uid: 32594 components: - type: Transform rot: 3.141592653589793 rad - pos: 58.5,-12.5 + pos: -30.5,-15.5 parent: 2 - - uid: 7146 + - uid: 32595 components: - type: Transform rot: 3.141592653589793 rad - pos: 60.5,-12.5 + pos: -28.5,-19.5 parent: 2 - - uid: 7147 + - uid: 33220 components: - type: Transform - rot: 3.141592653589793 rad - pos: 62.5,-12.5 + rot: -1.5707963267948966 rad + pos: 44.5,-4.5 parent: 2 - - uid: 7148 + - uid: 33235 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,-13.5 + rot: -1.5707963267948966 rad + pos: 46.5,-4.5 parent: 2 - - uid: 7149 + - uid: 33240 components: - type: Transform rot: 1.5707963267948966 rad - pos: 62.5,-18.5 + pos: 49.5,-7.5 parent: 2 - - uid: 7150 + - uid: 33241 components: - type: Transform rot: 1.5707963267948966 rad - pos: 60.5,-13.5 + pos: 49.5,-6.5 parent: 2 - - uid: 7151 + - uid: 33294 components: - type: Transform rot: 1.5707963267948966 rad - pos: 60.5,-18.5 + pos: 49.5,-5.5 parent: 2 - - uid: 7152 + - uid: 33295 components: - type: Transform rot: 1.5707963267948966 rad - pos: 58.5,-13.5 + pos: 24.5,-4.5 parent: 2 - - uid: 7153 + - uid: 33296 components: - type: Transform rot: 1.5707963267948966 rad - pos: 58.5,-18.5 + pos: -25.5,-5.5 parent: 2 - - uid: 7154 + - uid: 33297 components: - type: Transform rot: 1.5707963267948966 rad - pos: 56.5,-18.5 + pos: -25.5,-4.5 parent: 2 - - uid: 7155 + - uid: 33656 components: - type: Transform rot: 1.5707963267948966 rad - pos: 56.5,-13.5 + pos: 41.5,5.5 parent: 2 - - uid: 7156 + - uid: 33674 components: - type: Transform - pos: 55.5,-13.5 + rot: 3.141592653589793 rad + pos: 49.5,-14.5 parent: 2 - - uid: 7157 + - uid: 33681 components: - type: Transform - pos: 57.5,-13.5 + rot: 3.141592653589793 rad + pos: 37.5,-3.5 parent: 2 - - uid: 7158 + - uid: 33683 components: - type: Transform - pos: 59.5,-13.5 + rot: 3.141592653589793 rad + pos: 28.5,-8.5 parent: 2 - - uid: 7159 + - uid: 33685 components: - type: Transform - pos: 61.5,-13.5 + rot: 3.141592653589793 rad + pos: 37.5,0.5 parent: 2 - - uid: 7160 + - uid: 33703 components: - type: Transform - pos: 61.5,-18.5 + rot: 1.5707963267948966 rad + pos: -20.5,-3.5 parent: 2 - - uid: 7161 + - uid: 33704 components: - type: Transform - pos: 59.5,-18.5 + rot: 1.5707963267948966 rad + pos: -20.5,-6.5 parent: 2 - - uid: 7162 + - uid: 33798 components: - type: Transform - pos: 57.5,-18.5 + rot: 3.141592653589793 rad + pos: 36.5,-17.5 parent: 2 - - uid: 7163 + - uid: 33799 components: - type: Transform - pos: 55.5,-18.5 + rot: 3.141592653589793 rad + pos: 48.5,-16.5 parent: 2 -- proto: CarpetGreen - entities: - - uid: 8343 + - uid: 33800 components: - type: Transform - pos: 37.5,20.5 + rot: 3.141592653589793 rad + pos: 38.5,-17.5 parent: 2 - - uid: 8867 + - uid: 33821 components: - type: Transform - pos: 48.5,4.5 + rot: 3.141592653589793 rad + pos: 28.5,-12.5 parent: 2 - - uid: 9432 + - uid: 33822 components: - type: Transform - pos: 48.5,5.5 + rot: 3.141592653589793 rad + pos: 28.5,-15.5 parent: 2 - - uid: 9763 + - uid: 33848 components: - type: Transform - pos: 38.5,20.5 + rot: 3.141592653589793 rad + pos: 32.5,-18.5 parent: 2 - - uid: 9764 + - uid: 33849 components: - type: Transform - pos: 37.5,21.5 + rot: 3.141592653589793 rad + pos: 30.5,-13.5 parent: 2 - - uid: 9765 + - uid: 33850 components: - type: Transform - pos: 37.5,22.5 + rot: 3.141592653589793 rad + pos: 32.5,-14.5 parent: 2 - - uid: 9766 + - uid: 33856 components: - type: Transform - pos: 37.5,23.5 + pos: 23.5,-10.5 parent: 2 - - uid: 9767 + - uid: 36574 components: - type: Transform - pos: 38.5,21.5 - parent: 2 - - uid: 9768 + pos: 3.5,1.5 + parent: 32914 +- proto: Fireplace + entities: + - uid: 1272 components: - type: Transform - pos: 38.5,22.5 + pos: -65.5,3.5 parent: 2 - - uid: 9769 + - uid: 2330 components: - type: Transform - pos: 38.5,23.5 + pos: 4.5,42.5 parent: 2 - - uid: 9770 + - uid: 6150 components: - type: Transform - pos: 39.5,21.5 + pos: 5.5,-33.5 parent: 2 - - uid: 11761 + - uid: 7232 components: - type: Transform - pos: 39.5,22.5 + pos: -11.5,34.5 parent: 2 - - uid: 12321 + - uid: 9458 components: - type: Transform - pos: 39.5,23.5 + pos: -34.5,43.5 parent: 2 - - uid: 19294 + - uid: 33886 components: - type: Transform - pos: 46.5,5.5 + pos: -33.5,66.5 parent: 2 - - uid: 19315 + - uid: 37385 components: - type: Transform - pos: 47.5,5.5 - parent: 2 - - uid: 19360 + pos: 23.5,42.5 + parent: 36907 +- proto: Flash + entities: + - uid: 6964 components: - type: Transform - pos: 47.5,4.5 + rot: 1.5707963267948966 rad + pos: 40.49081,-26.376793 parent: 2 - - uid: 19959 + - uid: 11174 components: - type: Transform - pos: 46.5,4.5 + pos: -10.495579,-57.406933 parent: 2 -- proto: CarpetOrange +- proto: FlashlightLantern entities: - - uid: 5514 + - uid: 8409 components: - type: Transform - pos: -39.5,-54.5 + pos: -40.565002,-47.867085 parent: 2 - - uid: 5515 + - uid: 9591 components: - type: Transform - pos: -39.5,-53.5 + pos: -33.84067,9.246805 parent: 2 - - uid: 5516 + - uid: 9592 components: - type: Transform - pos: -39.5,-52.5 + pos: -33.87192,9.465555 parent: 2 - - uid: 5517 + - uid: 13446 components: - type: Transform - pos: -39.5,-51.5 + pos: -40.565002,-47.531155 parent: 2 - - uid: 5518 + - uid: 13758 components: - type: Transform - pos: -38.5,-54.5 + pos: -25.49348,-55.364323 parent: 2 - - uid: 5519 + - uid: 14834 components: - type: Transform - pos: -38.5,-53.5 - parent: 2 - - uid: 5520 + pos: -0.73864746,2.7218761 + parent: 14592 + - uid: 15541 components: - type: Transform - pos: -38.5,-52.5 - parent: 2 - - uid: 5521 + pos: -1.5790405,16.246357 + parent: 14592 + - uid: 15756 components: - type: Transform - pos: -38.5,-51.5 - parent: 2 - - uid: 5522 + pos: -0.36364746,2.7218761 + parent: 14592 + - uid: 15757 components: - type: Transform - pos: -37.5,-54.5 - parent: 2 - - uid: 5523 + pos: -0.70739746,2.5031261 + parent: 14592 + - uid: 15767 components: - type: Transform - pos: -37.5,-53.5 + pos: -0.42614746,2.4562511 + parent: 14592 +- proto: FlashlightSeclite + entities: + - uid: 11362 + components: + - type: Transform + pos: 29.664177,47.62695 parent: 2 - - uid: 5524 + - uid: 12995 components: - type: Transform - pos: -37.5,-52.5 + pos: 19.51374,28.514942 parent: 2 - - uid: 5525 + - uid: 13562 components: - type: Transform - pos: -37.5,-51.5 + pos: 56.483494,5.7297125 parent: 2 - - uid: 14751 + - uid: 13563 components: - type: Transform - pos: -11.5,-66.5 + pos: 56.468895,5.437599 parent: 2 -- proto: CarpetPurple +- proto: FlippoLighter entities: - - uid: 8547 + - uid: 43177 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,31.5 + rot: -1.5707963267948966 rad + pos: -70.57484,1.7530413 parent: 2 - - uid: 8548 +- proto: Floodlight + entities: + - uid: 36908 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,30.5 - parent: 2 - - uid: 8549 + pos: 54.4087,22.765203 + parent: 36907 + - uid: 37386 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,31.5 - parent: 2 - - uid: 8550 + pos: 24.64384,8.825104 + parent: 36907 + - uid: 37387 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,30.5 - parent: 2 - - uid: 8551 + pos: 20.593699,14.643574 + parent: 36907 + - type: RgbLightController +- proto: FloodlightBroken + entities: + - uid: 12951 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,32.5 + pos: 37.050327,7.176613 parent: 2 - - uid: 8552 + - uid: 12956 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,32.5 + rot: 1.5707963267948966 rad + pos: 46.112827,17.07574 parent: 2 - - uid: 8553 + - uid: 12958 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,29.5 + rot: -1.5707963267948966 rad + pos: 28.271149,12.341367 parent: 2 - - uid: 8554 + - uid: 12959 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,29.5 + rot: 1.5707963267948966 rad + pos: 20.05882,13.685117 parent: 2 - - uid: 10389 + - uid: 12960 components: - type: Transform - pos: -16.5,-17.5 + pos: 19.93382,17.965178 parent: 2 - - uid: 10390 + - uid: 12961 components: - type: Transform - pos: -16.5,-18.5 + pos: 12.903784,26.83336 parent: 2 - - uid: 10391 + - uid: 12962 components: - type: Transform - pos: -16.5,-19.5 + pos: 18.935034,27.925573 parent: 2 - - uid: 10392 + - uid: 12963 components: - type: Transform - pos: -15.5,-17.5 + rot: -1.5707963267948966 rad + pos: 15.700659,31.970604 parent: 2 - - uid: 10393 + - uid: 42918 components: - type: Transform - pos: -15.5,-18.5 + pos: 18.720375,35.025925 parent: 2 - - uid: 10394 +- proto: FloorBananiumEntity + entities: + - uid: 37388 components: - type: Transform - pos: -15.5,-19.5 - parent: 2 - - uid: 10395 + pos: 31.5,-29.5 + parent: 36907 + - uid: 37389 components: - type: Transform - pos: -14.5,-17.5 - parent: 2 - - uid: 10396 + pos: 31.5,-30.5 + parent: 36907 + - uid: 37390 components: - type: Transform - pos: -14.5,-18.5 - parent: 2 - - uid: 10397 + pos: 30.5,-30.5 + parent: 36907 + - uid: 37391 components: - type: Transform - pos: -14.5,-19.5 - parent: 2 -- proto: CarpetSBlue + pos: 31.5,-40.5 + parent: 36907 + - uid: 37392 + components: + - type: Transform + pos: 30.5,-29.5 + parent: 36907 +- proto: FloorChasmEntity entities: - - uid: 5749 + - uid: 37393 components: - type: Transform - pos: -6.5,-37.5 - parent: 2 - - uid: 5750 + pos: 26.5,-16.5 + parent: 36907 + - uid: 37394 components: - type: Transform - pos: -6.5,-36.5 - parent: 2 - - uid: 5751 + pos: 28.5,-17.5 + parent: 36907 + - uid: 37395 components: - type: Transform - pos: -5.5,-37.5 - parent: 2 - - uid: 5752 + pos: 27.5,-17.5 + parent: 36907 + - uid: 37396 components: - type: Transform - pos: -5.5,-36.5 - parent: 2 - - uid: 5753 + pos: 27.5,-18.5 + parent: 36907 + - uid: 37397 components: - type: Transform - pos: -4.5,-37.5 - parent: 2 - - uid: 5754 + pos: 27.5,-16.5 + parent: 36907 + - uid: 37398 components: - type: Transform - pos: -4.5,-36.5 - parent: 2 - - uid: 5755 + pos: 28.5,-16.5 + parent: 36907 + - uid: 37399 components: - type: Transform - pos: -7.5,-36.5 - parent: 2 - - uid: 5756 + pos: 28.5,-14.5 + parent: 36907 + - uid: 37400 components: - type: Transform - pos: -7.5,-37.5 - parent: 2 - - uid: 5757 + pos: 29.5,-15.5 + parent: 36907 + - uid: 37401 components: - type: Transform - pos: -6.5,-38.5 - parent: 2 - - uid: 5758 + pos: 28.5,-15.5 + parent: 36907 + - uid: 37402 components: - type: Transform - pos: -5.5,-38.5 - parent: 2 - - uid: 5759 + pos: 29.5,-14.5 + parent: 36907 + - uid: 37403 components: - type: Transform - pos: -4.5,-38.5 - parent: 2 - - uid: 5760 + pos: 3.5,5.5 + parent: 36907 + - uid: 37404 components: - type: Transform - pos: -3.5,-37.5 - parent: 2 - - uid: 5761 + pos: 9.5,7.5 + parent: 36907 + - uid: 37405 components: - type: Transform - pos: -3.5,-36.5 - parent: 2 - - uid: 5762 + pos: 10.5,7.5 + parent: 36907 + - uid: 37406 components: - type: Transform - pos: -4.5,-35.5 - parent: 2 - - uid: 5763 + pos: 1.5,5.5 + parent: 36907 + - uid: 37407 components: - type: Transform - pos: -5.5,-35.5 - parent: 2 - - uid: 5764 + pos: 2.5,5.5 + parent: 36907 + - uid: 37408 components: - type: Transform - pos: -6.5,-35.5 - parent: 2 - - uid: 12249 + pos: 2.5,4.5 + parent: 36907 + - uid: 37409 components: - type: Transform - pos: 13.5,-19.5 - parent: 2 - - uid: 12250 + rot: 1.5707963267948966 rad + pos: 45.5,-0.5 + parent: 36907 + - uid: 37410 components: - type: Transform - pos: 13.5,-18.5 - parent: 2 - - uid: 12251 + rot: 1.5707963267948966 rad + pos: 44.5,-0.5 + parent: 36907 + - uid: 37411 components: - type: Transform - pos: 13.5,-17.5 - parent: 2 - - uid: 12252 + pos: 2.5,6.5 + parent: 36907 + - uid: 37412 components: - type: Transform - pos: 14.5,-19.5 - parent: 2 - - uid: 12253 + pos: 2.5,6.5 + parent: 36907 + - uid: 37413 components: - type: Transform - pos: 14.5,-18.5 - parent: 2 - - uid: 12254 + rot: 1.5707963267948966 rad + pos: 59.5,28.5 + parent: 36907 + - uid: 37414 components: - type: Transform - pos: 14.5,-17.5 - parent: 2 - - uid: 12255 + rot: 1.5707963267948966 rad + pos: 45.5,0.5 + parent: 36907 + - uid: 37415 components: - type: Transform - pos: 15.5,-19.5 - parent: 2 - - uid: 12256 + rot: 1.5707963267948966 rad + pos: 59.5,29.5 + parent: 36907 + - uid: 37416 components: - type: Transform - pos: 15.5,-18.5 - parent: 2 - - uid: 12257 + rot: 1.5707963267948966 rad + pos: 5.5,15.5 + parent: 36907 + - uid: 37417 components: - type: Transform - pos: 15.5,-17.5 - parent: 2 - - uid: 12259 + rot: 1.5707963267948966 rad + pos: 3.5,13.5 + parent: 36907 + - uid: 37418 components: - type: Transform - pos: 16.5,-19.5 - parent: 2 - - uid: 12260 + rot: 1.5707963267948966 rad + pos: 4.5,17.5 + parent: 36907 + - uid: 37419 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,14.5 + parent: 36907 + - uid: 37420 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,14.5 + parent: 36907 + - uid: 37421 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-11.5 + parent: 36907 + - uid: 37422 components: - type: Transform - pos: 16.5,-18.5 - parent: 2 - - uid: 12261 + rot: 1.5707963267948966 rad + pos: 27.5,17.5 + parent: 36907 + - uid: 37423 components: - type: Transform - pos: 16.5,-17.5 - parent: 2 - - uid: 27291 + rot: 1.5707963267948966 rad + pos: 58.5,28.5 + parent: 36907 + - uid: 37424 components: - type: Transform rot: 1.5707963267948966 rad - pos: 40.5,-44.5 - parent: 2 - - uid: 27292 + pos: 2.5,18.5 + parent: 36907 + - uid: 37425 components: - type: Transform rot: 1.5707963267948966 rad - pos: 40.5,-43.5 - parent: 2 - - uid: 27293 + pos: 5.5,16.5 + parent: 36907 + - uid: 37426 components: - type: Transform rot: 1.5707963267948966 rad - pos: 39.5,-45.5 - parent: 2 - - uid: 27294 + pos: 4.5,15.5 + parent: 36907 + - uid: 37427 components: - type: Transform rot: 1.5707963267948966 rad - pos: 39.5,-44.5 - parent: 2 - - uid: 27295 + pos: 4.5,16.5 + parent: 36907 + - uid: 37428 components: - type: Transform rot: 1.5707963267948966 rad - pos: 39.5,-43.5 - parent: 2 - - uid: 27296 + pos: 3.5,15.5 + parent: 36907 + - uid: 37429 components: - type: Transform rot: 1.5707963267948966 rad - pos: 38.5,-45.5 - parent: 2 - - uid: 27297 + pos: 2.5,15.5 + parent: 36907 + - uid: 37430 components: - type: Transform rot: 1.5707963267948966 rad - pos: 38.5,-44.5 - parent: 2 - - uid: 27298 + pos: 2.5,16.5 + parent: 36907 + - uid: 37431 components: - type: Transform rot: 1.5707963267948966 rad - pos: 38.5,-43.5 - parent: 2 - - uid: 27299 + pos: 2.5,17.5 + parent: 36907 + - uid: 37432 components: - type: Transform rot: 1.5707963267948966 rad - pos: 41.5,-45.5 - parent: 2 - - uid: 27300 + pos: 1.5,-9.5 + parent: 36907 + - uid: 37433 components: - type: Transform rot: 1.5707963267948966 rad - pos: 41.5,-44.5 - parent: 2 - - uid: 27301 + pos: 1.5,-8.5 + parent: 36907 + - uid: 37434 components: - type: Transform rot: 1.5707963267948966 rad - pos: 41.5,-43.5 - parent: 2 - - uid: 27303 + pos: 2.5,-10.5 + parent: 36907 + - uid: 37435 components: - type: Transform rot: 1.5707963267948966 rad - pos: 38.5,-42.5 - parent: 2 - - uid: 27304 + pos: 26.5,17.5 + parent: 36907 + - uid: 37436 components: - type: Transform rot: 1.5707963267948966 rad - pos: 38.5,-41.5 - parent: 2 - - uid: 27305 + pos: 25.5,17.5 + parent: 36907 + - uid: 37437 components: - type: Transform rot: 1.5707963267948966 rad - pos: 39.5,-42.5 - parent: 2 - - uid: 27306 + pos: 26.5,14.5 + parent: 36907 + - uid: 37438 components: - type: Transform rot: 1.5707963267948966 rad - pos: 39.5,-41.5 - parent: 2 - - uid: 27307 + pos: 26.5,16.5 + parent: 36907 + - uid: 37439 components: - type: Transform rot: 1.5707963267948966 rad - pos: 40.5,-42.5 - parent: 2 - - uid: 27308 + pos: 47.5,11.5 + parent: 36907 + - uid: 37440 components: - type: Transform rot: 1.5707963267948966 rad - pos: 40.5,-41.5 - parent: 2 - - uid: 27309 + pos: 48.5,10.5 + parent: 36907 + - uid: 37441 components: - type: Transform rot: 1.5707963267948966 rad - pos: 41.5,-42.5 - parent: 2 - - uid: 27310 + pos: 48.5,9.5 + parent: 36907 + - uid: 37442 components: - type: Transform rot: 1.5707963267948966 rad - pos: 41.5,-41.5 - parent: 2 - - uid: 27311 + pos: 4.5,14.5 + parent: 36907 + - uid: 37443 components: - type: Transform rot: 1.5707963267948966 rad - pos: 37.5,-40.5 - parent: 2 - - uid: 27312 + pos: 3.5,16.5 + parent: 36907 + - uid: 37444 components: - type: Transform rot: 1.5707963267948966 rad - pos: 37.5,-41.5 - parent: 2 - - uid: 27313 + pos: 3.5,17.5 + parent: 36907 + - uid: 37445 components: - type: Transform rot: 1.5707963267948966 rad - pos: 37.5,-42.5 - parent: 2 - - uid: 27314 + pos: 1.5,-11.5 + parent: 36907 + - uid: 37446 components: - type: Transform rot: 1.5707963267948966 rad - pos: 37.5,-43.5 - parent: 2 - - uid: 27315 + pos: 1.5,-10.5 + parent: 36907 + - uid: 37447 components: - type: Transform rot: 1.5707963267948966 rad - pos: 37.5,-44.5 - parent: 2 - - uid: 27316 + pos: 27.5,15.5 + parent: 36907 + - uid: 37448 components: - type: Transform rot: 1.5707963267948966 rad - pos: 37.5,-45.5 - parent: 2 - - uid: 27317 + pos: 27.5,16.5 + parent: 36907 + - uid: 37449 components: - type: Transform rot: 1.5707963267948966 rad - pos: 38.5,-40.5 - parent: 2 - - uid: 27318 + pos: 26.5,15.5 + parent: 36907 + - uid: 37450 components: - type: Transform rot: 1.5707963267948966 rad - pos: 38.5,-41.5 - parent: 2 - - uid: 27319 + pos: 25.5,14.5 + parent: 36907 + - uid: 37451 components: - type: Transform rot: 1.5707963267948966 rad - pos: 38.5,-42.5 - parent: 2 - - uid: 27320 + pos: 58.5,29.5 + parent: 36907 + - uid: 37452 components: - type: Transform rot: 1.5707963267948966 rad - pos: 38.5,-43.5 - parent: 2 - - uid: 27321 + pos: 24.5,15.5 + parent: 36907 + - uid: 37453 components: - type: Transform rot: 1.5707963267948966 rad - pos: 38.5,-44.5 - parent: 2 - - uid: 27322 + pos: 46.5,11.5 + parent: 36907 + - uid: 37454 components: - type: Transform rot: 1.5707963267948966 rad - pos: 38.5,-45.5 - parent: 2 - - uid: 27323 + pos: 0.5,-10.5 + parent: 36907 + - uid: 37455 components: - type: Transform rot: 1.5707963267948966 rad - pos: 39.5,-40.5 - parent: 2 - - uid: 27324 + pos: 25.5,15.5 + parent: 36907 + - uid: 37456 components: - type: Transform rot: 1.5707963267948966 rad - pos: 39.5,-41.5 - parent: 2 - - uid: 27325 + pos: 25.5,16.5 + parent: 36907 + - uid: 37457 components: - type: Transform rot: 1.5707963267948966 rad - pos: 39.5,-42.5 - parent: 2 - - uid: 27326 + pos: 24.5,16.5 + parent: 36907 + - uid: 37458 components: - type: Transform rot: 1.5707963267948966 rad - pos: 39.5,-43.5 - parent: 2 - - uid: 27327 + pos: 45.5,10.5 + parent: 36907 + - uid: 37459 components: - type: Transform rot: 1.5707963267948966 rad - pos: 39.5,-44.5 - parent: 2 - - uid: 27328 + pos: 35.5,-1.5 + parent: 36907 + - uid: 37460 components: - type: Transform rot: 1.5707963267948966 rad - pos: 39.5,-45.5 - parent: 2 - - uid: 27329 + pos: 46.5,10.5 + parent: 36907 + - uid: 37461 components: - type: Transform rot: 1.5707963267948966 rad - pos: 40.5,-40.5 - parent: 2 - - uid: 27330 + pos: 34.5,-0.5 + parent: 36907 + - uid: 37462 components: - type: Transform rot: 1.5707963267948966 rad - pos: 40.5,-41.5 - parent: 2 - - uid: 27331 + pos: 47.5,10.5 + parent: 36907 + - uid: 37463 components: - type: Transform rot: 1.5707963267948966 rad - pos: 40.5,-42.5 - parent: 2 - - uid: 27332 + pos: 35.5,-0.5 + parent: 36907 + - uid: 37464 components: - type: Transform rot: 1.5707963267948966 rad - pos: 40.5,-43.5 - parent: 2 - - uid: 27333 + pos: 0.5,-9.5 + parent: 36907 + - uid: 37465 components: - type: Transform rot: 1.5707963267948966 rad - pos: 40.5,-44.5 - parent: 2 - - uid: 27334 + pos: 2.5,-8.5 + parent: 36907 + - uid: 37466 components: - type: Transform rot: 1.5707963267948966 rad - pos: 40.5,-45.5 - parent: 2 - - uid: 27335 + pos: 2.5,-9.5 + parent: 36907 + - uid: 37467 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,27.5 + parent: 36907 + - uid: 37468 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.5,28.5 + parent: 36907 + - uid: 37469 components: - type: Transform rot: 1.5707963267948966 rad - pos: 41.5,-40.5 - parent: 2 - - uid: 27336 + pos: 21.5,-13.5 + parent: 36907 + - uid: 37470 components: - type: Transform rot: 1.5707963267948966 rad - pos: 41.5,-41.5 - parent: 2 - - uid: 27337 + pos: 20.5,-13.5 + parent: 36907 + - uid: 37471 components: - type: Transform rot: 1.5707963267948966 rad - pos: 41.5,-42.5 - parent: 2 - - uid: 27338 + pos: 20.5,-14.5 + parent: 36907 + - uid: 37472 components: - type: Transform rot: 1.5707963267948966 rad - pos: 41.5,-43.5 - parent: 2 - - uid: 27339 + pos: 20.5,-15.5 + parent: 36907 + - uid: 37473 components: - type: Transform rot: 1.5707963267948966 rad - pos: 41.5,-44.5 - parent: 2 - - uid: 27340 + pos: 19.5,-15.5 + parent: 36907 +- proto: FloorDrain + entities: + - uid: 5831 components: - type: Transform rot: 1.5707963267948966 rad - pos: 41.5,-45.5 + pos: 20.5,-43.5 parent: 2 -- proto: CarpStatue - entities: - - uid: 33925 + - type: Fixtures + fixtures: {} + - uid: 7831 components: - type: Transform - pos: -58.5,-19.5 + rot: -1.5707963267948966 rad + pos: 23.5,-33.5 parent: 2 -- proto: CartridgePistolPractice - entities: - - uid: 12588 + - type: Fixtures + fixtures: {} + - uid: 8229 components: - type: Transform - rot: 3.141592653589793 rad - pos: 62.092777,-29.741718 + pos: -8.5,68.5 parent: 2 -- proto: Catwalk - entities: - - uid: 63 + - type: Fixtures + fixtures: {} + - uid: 8765 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 69.5,-42.5 + pos: 56.5,12.5 parent: 2 - - uid: 79 + - type: Fixtures + fixtures: {} + - uid: 8766 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 68.5,-42.5 + pos: 59.5,12.5 parent: 2 - - uid: 457 + - type: Fixtures + fixtures: {} + - uid: 8895 components: - type: Transform - pos: -44.5,-6.5 + pos: 48.5,-10.5 parent: 2 - - uid: 576 + - type: Fixtures + fixtures: {} + - uid: 13080 components: - type: Transform - pos: -45.5,-5.5 + rot: 1.5707963267948966 rad + pos: 22.5,-32.5 parent: 2 - - uid: 655 + - type: Fixtures + fixtures: {} + - uid: 13122 components: - type: Transform rot: 3.141592653589793 rad - pos: -78.5,64.5 + pos: 34.5,-10.5 parent: 2 - - uid: 692 + - type: Fixtures + fixtures: {} + - uid: 13130 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 69.5,-43.5 + rot: 3.141592653589793 rad + pos: 31.5,-10.5 parent: 2 - - uid: 4471 + - type: Fixtures + fixtures: {} + - uid: 13185 components: - type: Transform rot: 1.5707963267948966 rad - pos: 64.5,-54.5 + pos: 22.5,-37.5 parent: 2 - - uid: 4935 + - type: Fixtures + fixtures: {} + - uid: 18450 components: - type: Transform rot: 3.141592653589793 rad - pos: -16.5,-10.5 + pos: 42.5,-21.5 parent: 2 - - uid: 4959 + - type: Fixtures + fixtures: {} + - uid: 31836 components: - type: Transform - pos: -0.5,21.5 + rot: -1.5707963267948966 rad + pos: 21.5,-39.5 parent: 2 - - uid: 5604 + - type: Fixtures + fixtures: {} +- proto: FloorLavaEntity + entities: + - uid: 37474 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,-40.5 - parent: 2 - - uid: 5915 + pos: -4.5,34.5 + parent: 36907 + - uid: 37475 components: - type: Transform - pos: -18.5,37.5 - parent: 2 - - uid: 5994 + pos: -4.5,33.5 + parent: 36907 + - uid: 37476 components: - type: Transform - pos: -16.5,39.5 - parent: 2 - - uid: 6622 + pos: -4.5,32.5 + parent: 36907 + - uid: 37477 components: - type: Transform - pos: -17.5,39.5 - parent: 2 - - uid: 6938 + pos: -4.5,31.5 + parent: 36907 + - uid: 37478 components: - type: Transform - pos: 21.5,-8.5 - parent: 2 - - uid: 7008 + pos: -4.5,30.5 + parent: 36907 + - uid: 37479 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,6.5 - parent: 2 - - uid: 7545 + pos: -4.5,29.5 + parent: 36907 + - uid: 37480 components: - type: Transform - pos: 0.5,21.5 - parent: 2 - - uid: 7928 + pos: -4.5,28.5 + parent: 36907 + - uid: 37481 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-9.5 - parent: 2 - - uid: 8024 + pos: -4.5,27.5 + parent: 36907 + - uid: 37482 components: - type: Transform - pos: -18.5,39.5 - parent: 2 - - uid: 8461 + pos: -4.5,26.5 + parent: 36907 + - uid: 37483 components: - type: Transform - pos: -20.5,53.5 - parent: 2 - - uid: 8462 + pos: -4.5,25.5 + parent: 36907 + - uid: 37484 components: - type: Transform - pos: -20.5,54.5 - parent: 2 - - uid: 8464 + pos: -4.5,24.5 + parent: 36907 + - uid: 37485 components: - type: Transform - pos: -16.5,66.5 - parent: 2 - - uid: 8465 + pos: -4.5,23.5 + parent: 36907 + - uid: 37486 components: - type: Transform - pos: -17.5,66.5 - parent: 2 - - uid: 8466 + pos: -4.5,22.5 + parent: 36907 + - uid: 37487 components: - type: Transform - pos: -18.5,66.5 - parent: 2 - - uid: 8468 + pos: -4.5,21.5 + parent: 36907 + - uid: 37488 components: - type: Transform - pos: -19.5,65.5 - parent: 2 - - uid: 8469 + pos: -4.5,20.5 + parent: 36907 + - uid: 37489 components: - type: Transform - pos: -20.5,65.5 - parent: 2 - - uid: 8470 + pos: -4.5,19.5 + parent: 36907 + - uid: 37490 components: - type: Transform - pos: -20.5,64.5 - parent: 2 - - uid: 8472 + pos: -4.5,18.5 + parent: 36907 + - uid: 37491 components: - type: Transform - pos: -21.5,63.5 - parent: 2 - - uid: 8473 + pos: -4.5,17.5 + parent: 36907 + - uid: 37492 components: - type: Transform - pos: -22.5,63.5 - parent: 2 - - uid: 8474 + pos: -4.5,16.5 + parent: 36907 + - uid: 37493 components: - type: Transform - pos: -23.5,63.5 - parent: 2 - - uid: 8475 + pos: -4.5,15.5 + parent: 36907 + - uid: 37494 components: - type: Transform - pos: -22.5,62.5 - parent: 2 - - uid: 8476 + pos: -4.5,14.5 + parent: 36907 + - uid: 37495 components: - type: Transform - pos: -22.5,61.5 - parent: 2 - - uid: 8478 + pos: -4.5,13.5 + parent: 36907 + - uid: 37496 components: - type: Transform - pos: -22.5,59.5 - parent: 2 - - uid: 8479 + pos: -4.5,12.5 + parent: 36907 + - uid: 37497 components: - type: Transform - pos: -22.5,58.5 - parent: 2 - - uid: 8480 + pos: -4.5,11.5 + parent: 36907 + - uid: 37498 components: - type: Transform - pos: -22.5,57.5 - parent: 2 - - uid: 8481 + pos: -4.5,10.5 + parent: 36907 + - uid: 37499 components: - type: Transform - pos: -22.5,56.5 - parent: 2 - - uid: 8482 + pos: -4.5,9.5 + parent: 36907 + - uid: 37500 components: - type: Transform - pos: -21.5,56.5 - parent: 2 - - uid: 8484 + pos: -4.5,8.5 + parent: 36907 + - uid: 37501 components: - type: Transform - pos: -21.5,54.5 - parent: 2 - - uid: 8485 + pos: -4.5,7.5 + parent: 36907 + - uid: 37502 components: - type: Transform - pos: -20.5,52.5 - parent: 2 - - uid: 8489 + pos: -4.5,6.5 + parent: 36907 + - uid: 37503 components: - type: Transform - pos: -22.5,64.5 - parent: 2 - - uid: 8492 + pos: -4.5,5.5 + parent: 36907 + - uid: 37504 components: - type: Transform - pos: -26.5,63.5 - parent: 2 - - uid: 8493 + pos: -4.5,4.5 + parent: 36907 + - uid: 37505 components: - type: Transform - pos: -27.5,63.5 - parent: 2 - - uid: 8495 + pos: -4.5,3.5 + parent: 36907 + - uid: 37506 components: - type: Transform - pos: -28.5,63.5 - parent: 2 - - uid: 8496 + pos: -4.5,2.5 + parent: 36907 + - uid: 37507 components: - type: Transform - pos: -28.5,62.5 - parent: 2 - - uid: 8497 + pos: -4.5,1.5 + parent: 36907 + - uid: 37508 components: - type: Transform - pos: -29.5,62.5 - parent: 2 - - uid: 8498 + pos: -4.5,0.5 + parent: 36907 + - uid: 37509 components: - type: Transform - pos: -30.5,62.5 - parent: 2 - - uid: 8499 + pos: -4.5,-0.5 + parent: 36907 + - uid: 37510 components: - type: Transform - pos: -30.5,61.5 - parent: 2 - - uid: 8500 + pos: -4.5,-1.5 + parent: 36907 + - uid: 37511 components: - type: Transform - pos: -31.5,61.5 - parent: 2 - - uid: 8501 + pos: -4.5,-2.5 + parent: 36907 + - uid: 37512 components: - type: Transform - pos: -32.5,61.5 - parent: 2 - - uid: 8502 + pos: -4.5,-3.5 + parent: 36907 + - uid: 37513 components: - type: Transform - pos: -32.5,60.5 - parent: 2 - - uid: 8503 + pos: -4.5,-4.5 + parent: 36907 + - uid: 37514 components: - type: Transform - pos: -33.5,60.5 - parent: 2 - - uid: 8504 + pos: -4.5,-5.5 + parent: 36907 + - uid: 37515 components: - type: Transform - pos: -34.5,60.5 - parent: 2 - - uid: 8507 + pos: -4.5,-6.5 + parent: 36907 + - uid: 37516 components: - type: Transform - pos: -35.5,58.5 - parent: 2 - - uid: 8508 + pos: -4.5,-7.5 + parent: 36907 + - uid: 37517 components: - type: Transform - pos: -37.5,57.5 - parent: 2 - - uid: 8509 + pos: -4.5,-8.5 + parent: 36907 + - uid: 37518 components: - type: Transform - pos: -36.5,58.5 - parent: 2 - - uid: 8512 + pos: -4.5,-9.5 + parent: 36907 + - uid: 37519 components: - type: Transform - pos: -37.5,56.5 - parent: 2 - - uid: 8518 + pos: -4.5,-10.5 + parent: 36907 + - uid: 37520 components: - type: Transform - pos: -40.5,54.5 - parent: 2 - - uid: 8519 + pos: -4.5,-11.5 + parent: 36907 + - uid: 37521 components: - type: Transform - pos: -40.5,53.5 - parent: 2 - - uid: 8520 + pos: -4.5,-12.5 + parent: 36907 + - uid: 37522 components: - type: Transform - pos: -40.5,52.5 - parent: 2 - - uid: 8521 + pos: -4.5,-13.5 + parent: 36907 + - uid: 37523 components: - type: Transform - pos: -40.5,51.5 - parent: 2 - - uid: 8522 + pos: -4.5,-14.5 + parent: 36907 + - uid: 37524 components: - type: Transform - pos: -40.5,50.5 - parent: 2 - - uid: 8525 + pos: -4.5,-15.5 + parent: 36907 + - uid: 37525 components: - type: Transform - pos: -39.5,48.5 - parent: 2 - - uid: 8526 + pos: -4.5,-16.5 + parent: 36907 + - uid: 37526 components: - type: Transform - pos: -38.5,48.5 - parent: 2 - - uid: 8527 + pos: -4.5,-17.5 + parent: 36907 + - uid: 37527 components: - type: Transform - pos: -37.5,48.5 - parent: 2 - - uid: 8528 + pos: -4.5,-18.5 + parent: 36907 + - uid: 37528 components: - type: Transform - pos: -37.5,47.5 - parent: 2 - - uid: 8531 + pos: -4.5,-19.5 + parent: 36907 + - uid: 37529 components: - type: Transform - pos: -35.5,46.5 - parent: 2 - - uid: 8532 + pos: -4.5,-20.5 + parent: 36907 + - uid: 37530 components: - type: Transform - pos: -35.5,45.5 - parent: 2 - - uid: 8535 + pos: -4.5,-21.5 + parent: 36907 + - uid: 37531 components: - type: Transform - pos: -38.5,46.5 - parent: 2 - - uid: 8536 + pos: -4.5,-22.5 + parent: 36907 + - uid: 37532 components: - type: Transform - pos: -38.5,45.5 - parent: 2 - - uid: 8881 + pos: -4.5,-23.5 + parent: 36907 + - uid: 37533 components: - type: Transform - pos: -7.5,-7.5 - parent: 2 - - uid: 8898 + pos: -4.5,-24.5 + parent: 36907 + - uid: 37534 components: - type: Transform - pos: -60.5,57.5 - parent: 2 - - uid: 9112 + pos: -4.5,-25.5 + parent: 36907 + - uid: 37535 components: - type: Transform - pos: -84.5,-22.5 - parent: 2 - - uid: 9113 + pos: -4.5,-26.5 + parent: 36907 + - uid: 37536 components: - type: Transform - pos: -83.5,-22.5 - parent: 2 - - uid: 9114 + pos: -4.5,-27.5 + parent: 36907 + - uid: 37537 components: - type: Transform - pos: -82.5,-22.5 - parent: 2 - - uid: 9115 + pos: -5.5,34.5 + parent: 36907 + - uid: 37538 components: - type: Transform - pos: -81.5,-22.5 - parent: 2 - - uid: 9116 + pos: -5.5,33.5 + parent: 36907 + - uid: 37539 components: - type: Transform - pos: -80.5,-22.5 - parent: 2 - - uid: 9117 + pos: -5.5,32.5 + parent: 36907 + - uid: 37540 components: - type: Transform - pos: -79.5,-22.5 - parent: 2 - - uid: 9118 + pos: -5.5,31.5 + parent: 36907 + - uid: 37541 components: - type: Transform - pos: -78.5,-22.5 - parent: 2 - - uid: 9119 + pos: -5.5,30.5 + parent: 36907 + - uid: 37542 components: - type: Transform - pos: -77.5,-22.5 - parent: 2 - - uid: 9120 + pos: -5.5,29.5 + parent: 36907 + - uid: 37543 components: - type: Transform - pos: -76.5,-22.5 - parent: 2 - - uid: 9121 + pos: -5.5,28.5 + parent: 36907 + - uid: 37544 components: - type: Transform - pos: -75.5,-22.5 - parent: 2 - - uid: 9122 + pos: -5.5,27.5 + parent: 36907 + - uid: 37545 components: - type: Transform - pos: -74.5,-22.5 - parent: 2 - - uid: 9123 + pos: -5.5,26.5 + parent: 36907 + - uid: 37546 components: - type: Transform - pos: -73.5,-22.5 - parent: 2 - - uid: 9124 + pos: -5.5,25.5 + parent: 36907 + - uid: 37547 components: - type: Transform - pos: -72.5,-22.5 - parent: 2 - - uid: 9125 + pos: -5.5,24.5 + parent: 36907 + - uid: 37548 components: - type: Transform - pos: -72.5,-23.5 - parent: 2 - - uid: 9126 + pos: -5.5,23.5 + parent: 36907 + - uid: 37549 components: - type: Transform - pos: -71.5,-23.5 - parent: 2 - - uid: 9127 + pos: -5.5,22.5 + parent: 36907 + - uid: 37550 components: - type: Transform - pos: -70.5,-23.5 - parent: 2 - - uid: 9128 + pos: -5.5,21.5 + parent: 36907 + - uid: 37551 components: - type: Transform - pos: -69.5,-23.5 - parent: 2 - - uid: 9129 + pos: -5.5,20.5 + parent: 36907 + - uid: 37552 components: - type: Transform - pos: -68.5,-23.5 - parent: 2 - - uid: 9130 + pos: -5.5,19.5 + parent: 36907 + - uid: 37553 components: - type: Transform - pos: -69.5,-19.5 - parent: 2 - - uid: 9131 + pos: -5.5,18.5 + parent: 36907 + - uid: 37554 components: - type: Transform - pos: -69.5,-20.5 - parent: 2 - - uid: 9132 + pos: -5.5,17.5 + parent: 36907 + - uid: 37555 components: - type: Transform - pos: -69.5,-21.5 - parent: 2 - - uid: 9133 + pos: -5.5,16.5 + parent: 36907 + - uid: 37556 components: - type: Transform - pos: -69.5,-22.5 - parent: 2 - - uid: 9135 + pos: -5.5,15.5 + parent: 36907 + - uid: 37557 components: - type: Transform - pos: -72.5,-24.5 - parent: 2 - - uid: 9136 + pos: -5.5,14.5 + parent: 36907 + - uid: 37558 components: - type: Transform - pos: -72.5,-25.5 - parent: 2 - - uid: 9137 + pos: -5.5,13.5 + parent: 36907 + - uid: 37559 components: - type: Transform - pos: -72.5,-26.5 - parent: 2 - - uid: 9138 + pos: -5.5,12.5 + parent: 36907 + - uid: 37560 components: - type: Transform - pos: -72.5,-27.5 - parent: 2 - - uid: 9140 + pos: -5.5,11.5 + parent: 36907 + - uid: 37561 components: - type: Transform - pos: -71.5,-27.5 - parent: 2 - - uid: 9141 + pos: -5.5,10.5 + parent: 36907 + - uid: 37562 components: - type: Transform - pos: -70.5,-27.5 - parent: 2 - - uid: 9142 + pos: -5.5,9.5 + parent: 36907 + - uid: 37563 components: - type: Transform - pos: -69.5,-27.5 - parent: 2 - - uid: 9143 + pos: -5.5,8.5 + parent: 36907 + - uid: 37564 components: - type: Transform - pos: -68.5,-27.5 - parent: 2 - - uid: 9144 + pos: -5.5,7.5 + parent: 36907 + - uid: 37565 components: - type: Transform - pos: -67.5,-27.5 - parent: 2 - - uid: 9145 + pos: -5.5,6.5 + parent: 36907 + - uid: 37566 components: - type: Transform - pos: -66.5,-27.5 - parent: 2 - - uid: 9146 + pos: -5.5,5.5 + parent: 36907 + - uid: 37567 components: - type: Transform - pos: -65.5,-27.5 - parent: 2 - - uid: 9147 + pos: -5.5,4.5 + parent: 36907 + - uid: 37568 components: - type: Transform - pos: -83.5,-21.5 - parent: 2 - - uid: 9148 + pos: -5.5,3.5 + parent: 36907 + - uid: 37569 components: - type: Transform - pos: -83.5,-20.5 - parent: 2 - - uid: 9149 + pos: -5.5,2.5 + parent: 36907 + - uid: 37570 components: - type: Transform - pos: -83.5,-19.5 - parent: 2 - - uid: 9150 + pos: -5.5,1.5 + parent: 36907 + - uid: 37571 components: - type: Transform - pos: -83.5,-18.5 - parent: 2 - - uid: 9151 + pos: -5.5,0.5 + parent: 36907 + - uid: 37572 components: - type: Transform - pos: -83.5,-17.5 - parent: 2 - - uid: 9152 + pos: -5.5,-0.5 + parent: 36907 + - uid: 37573 components: - type: Transform - pos: -83.5,-16.5 - parent: 2 - - uid: 9153 + pos: -5.5,-1.5 + parent: 36907 + - uid: 37574 components: - type: Transform - pos: -79.5,-16.5 - parent: 2 - - uid: 9154 + pos: -5.5,-2.5 + parent: 36907 + - uid: 37575 components: - type: Transform - pos: -79.5,-17.5 - parent: 2 - - uid: 9155 + pos: -5.5,-3.5 + parent: 36907 + - uid: 37576 components: - type: Transform - pos: -79.5,-18.5 - parent: 2 - - uid: 9156 + pos: -5.5,-4.5 + parent: 36907 + - uid: 37577 components: - type: Transform - pos: -79.5,-19.5 - parent: 2 - - uid: 9157 + pos: -5.5,-5.5 + parent: 36907 + - uid: 37578 components: - type: Transform - pos: -79.5,-20.5 - parent: 2 - - uid: 9158 + pos: -5.5,-6.5 + parent: 36907 + - uid: 37579 components: - type: Transform - pos: -79.5,-21.5 - parent: 2 - - uid: 9159 + pos: -5.5,-7.5 + parent: 36907 + - uid: 37580 components: - type: Transform - pos: -75.5,-21.5 - parent: 2 - - uid: 9160 + pos: -5.5,-8.5 + parent: 36907 + - uid: 37581 components: - type: Transform - pos: -75.5,-20.5 - parent: 2 - - uid: 9161 + pos: -5.5,-9.5 + parent: 36907 + - uid: 37582 components: - type: Transform - pos: -75.5,-19.5 - parent: 2 - - uid: 9162 + pos: -5.5,-10.5 + parent: 36907 + - uid: 37583 components: - type: Transform - pos: -75.5,-18.5 - parent: 2 - - uid: 9163 + pos: -5.5,-11.5 + parent: 36907 + - uid: 37584 components: - type: Transform - pos: -75.5,-17.5 - parent: 2 - - uid: 9164 + pos: -5.5,-12.5 + parent: 36907 + - uid: 37585 components: - type: Transform - pos: -75.5,-16.5 - parent: 2 - - uid: 9165 + pos: -5.5,-13.5 + parent: 36907 + - uid: 37586 components: - type: Transform - pos: -79.5,-15.5 - parent: 2 - - uid: 9166 + pos: -5.5,-14.5 + parent: 36907 + - uid: 37587 components: - type: Transform - pos: -83.5,-23.5 - parent: 2 - - uid: 9167 + pos: -5.5,-15.5 + parent: 36907 + - uid: 37588 components: - type: Transform - pos: -83.5,-24.5 - parent: 2 - - uid: 9168 + pos: -5.5,-16.5 + parent: 36907 + - uid: 37589 components: - type: Transform - pos: -83.5,-25.5 - parent: 2 - - uid: 9169 + pos: -5.5,-17.5 + parent: 36907 + - uid: 37590 components: - type: Transform - pos: -83.5,-26.5 - parent: 2 - - uid: 9170 + pos: -5.5,-18.5 + parent: 36907 + - uid: 37591 components: - type: Transform - pos: -83.5,-27.5 - parent: 2 - - uid: 9171 + pos: -5.5,-19.5 + parent: 36907 + - uid: 37592 components: - type: Transform - pos: -83.5,-28.5 - parent: 2 - - uid: 9172 + pos: -5.5,-20.5 + parent: 36907 + - uid: 37593 components: - type: Transform - pos: -79.5,-29.5 - parent: 2 - - uid: 9173 + pos: -5.5,-21.5 + parent: 36907 + - uid: 37594 components: - type: Transform - pos: -79.5,-28.5 - parent: 2 - - uid: 9174 + pos: -5.5,-22.5 + parent: 36907 + - uid: 37595 components: - type: Transform - pos: -79.5,-27.5 - parent: 2 - - uid: 9175 + pos: -5.5,-23.5 + parent: 36907 + - uid: 37596 components: - type: Transform - pos: -79.5,-26.5 - parent: 2 - - uid: 9176 + pos: -5.5,-24.5 + parent: 36907 + - uid: 37597 components: - type: Transform - pos: -79.5,-25.5 - parent: 2 - - uid: 9177 + pos: -5.5,-25.5 + parent: 36907 + - uid: 37598 components: - type: Transform - pos: -79.5,-24.5 - parent: 2 - - uid: 9178 + pos: -5.5,-26.5 + parent: 36907 + - uid: 37599 components: - type: Transform - pos: -79.5,-23.5 - parent: 2 - - uid: 9179 + pos: -5.5,-27.5 + parent: 36907 + - uid: 37600 components: - type: Transform - pos: -75.5,-23.5 - parent: 2 - - uid: 9180 + pos: -3.5,-27.5 + parent: 36907 + - uid: 37601 components: - type: Transform - pos: -75.5,-24.5 - parent: 2 - - uid: 9181 + pos: -3.5,-26.5 + parent: 36907 + - uid: 37602 components: - type: Transform - pos: -75.5,-25.5 - parent: 2 - - uid: 9182 + pos: -2.5,-27.5 + parent: 36907 + - uid: 37603 components: - type: Transform - pos: -75.5,-26.5 - parent: 2 - - uid: 9183 + pos: -2.5,-26.5 + parent: 36907 + - uid: 37604 components: - type: Transform - pos: -75.5,-27.5 - parent: 2 - - uid: 9184 + pos: -1.5,-27.5 + parent: 36907 + - uid: 37605 components: - type: Transform - pos: -75.5,-28.5 - parent: 2 - - uid: 9324 + pos: -1.5,-26.5 + parent: 36907 + - uid: 37606 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,21.5 - parent: 2 - - uid: 9348 + pos: -0.5,-27.5 + parent: 36907 + - uid: 37607 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,20.5 - parent: 2 - - uid: 9349 + pos: -0.5,-26.5 + parent: 36907 + - uid: 37608 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,21.5 - parent: 2 - - uid: 9352 + pos: 0.5,-27.5 + parent: 36907 + - uid: 37609 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,17.5 - parent: 2 - - uid: 9353 + pos: 0.5,-26.5 + parent: 36907 + - uid: 37610 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,17.5 - parent: 2 - - uid: 9354 + pos: 1.5,-27.5 + parent: 36907 + - uid: 37611 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,16.5 - parent: 2 - - uid: 9356 + pos: 1.5,-26.5 + parent: 36907 + - uid: 37612 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,15.5 - parent: 2 - - uid: 9357 + pos: 2.5,-27.5 + parent: 36907 + - uid: 37613 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,14.5 - parent: 2 - - uid: 9358 + pos: 2.5,-26.5 + parent: 36907 + - uid: 37614 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,21.5 - parent: 2 - - uid: 9444 + pos: 3.5,-27.5 + parent: 36907 + - uid: 37615 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -64.5,-20.5 - parent: 2 - - uid: 10671 + pos: 3.5,-26.5 + parent: 36907 + - uid: 37616 components: - type: Transform - pos: -14.5,39.5 - parent: 2 - - uid: 10860 + pos: 4.5,-27.5 + parent: 36907 + - uid: 37617 components: - type: Transform - pos: 39.5,-54.5 - parent: 2 - - uid: 10863 + pos: 4.5,-26.5 + parent: 36907 + - uid: 37618 components: - type: Transform - pos: 35.5,-57.5 - parent: 2 - - uid: 10864 + pos: 5.5,-27.5 + parent: 36907 + - uid: 37619 components: - type: Transform - pos: 16.5,-63.5 - parent: 2 - - uid: 10865 + pos: 5.5,-26.5 + parent: 36907 + - uid: 37620 components: - type: Transform - pos: 37.5,-57.5 - parent: 2 - - uid: 10866 + pos: 6.5,-27.5 + parent: 36907 + - uid: 37621 + components: + - type: Transform + pos: 6.5,-26.5 + parent: 36907 + - uid: 37622 + components: + - type: Transform + pos: 7.5,-27.5 + parent: 36907 + - uid: 37623 + components: + - type: Transform + pos: 7.5,-26.5 + parent: 36907 + - uid: 37624 + components: + - type: Transform + pos: 8.5,-27.5 + parent: 36907 + - uid: 37625 + components: + - type: Transform + pos: 8.5,-26.5 + parent: 36907 + - uid: 37626 + components: + - type: Transform + pos: 9.5,-27.5 + parent: 36907 + - uid: 37627 + components: + - type: Transform + pos: 9.5,-26.5 + parent: 36907 + - uid: 37628 + components: + - type: Transform + pos: 10.5,-27.5 + parent: 36907 + - uid: 37629 + components: + - type: Transform + pos: 10.5,-26.5 + parent: 36907 + - uid: 37630 + components: + - type: Transform + pos: 11.5,-27.5 + parent: 36907 + - uid: 37631 + components: + - type: Transform + pos: 11.5,-26.5 + parent: 36907 + - uid: 37632 + components: + - type: Transform + pos: 12.5,-27.5 + parent: 36907 + - uid: 37633 + components: + - type: Transform + pos: 12.5,-26.5 + parent: 36907 + - uid: 37634 + components: + - type: Transform + pos: 13.5,-27.5 + parent: 36907 + - uid: 37635 + components: + - type: Transform + pos: 13.5,-26.5 + parent: 36907 + - uid: 37636 + components: + - type: Transform + pos: 14.5,-27.5 + parent: 36907 + - uid: 37637 + components: + - type: Transform + pos: 14.5,-26.5 + parent: 36907 + - uid: 37638 + components: + - type: Transform + pos: 15.5,-27.5 + parent: 36907 + - uid: 37639 + components: + - type: Transform + pos: 15.5,-26.5 + parent: 36907 + - uid: 37640 + components: + - type: Transform + pos: 16.5,-27.5 + parent: 36907 + - uid: 37641 + components: + - type: Transform + pos: 16.5,-26.5 + parent: 36907 + - uid: 37642 + components: + - type: Transform + pos: 17.5,-27.5 + parent: 36907 + - uid: 37643 + components: + - type: Transform + pos: 17.5,-26.5 + parent: 36907 + - uid: 37644 + components: + - type: Transform + pos: 18.5,-27.5 + parent: 36907 + - uid: 37645 + components: + - type: Transform + pos: 18.5,-26.5 + parent: 36907 + - uid: 37646 + components: + - type: Transform + pos: 19.5,-27.5 + parent: 36907 + - uid: 37647 + components: + - type: Transform + pos: 19.5,-26.5 + parent: 36907 + - uid: 37648 + components: + - type: Transform + pos: 20.5,-27.5 + parent: 36907 + - uid: 37649 + components: + - type: Transform + pos: 20.5,-26.5 + parent: 36907 + - uid: 37650 + components: + - type: Transform + pos: 21.5,-27.5 + parent: 36907 + - uid: 37651 + components: + - type: Transform + pos: 21.5,-26.5 + parent: 36907 + - uid: 37652 + components: + - type: Transform + pos: 22.5,-27.5 + parent: 36907 + - uid: 37653 + components: + - type: Transform + pos: 22.5,-26.5 + parent: 36907 + - uid: 37654 + components: + - type: Transform + pos: 23.5,-27.5 + parent: 36907 + - uid: 37655 + components: + - type: Transform + pos: 23.5,-26.5 + parent: 36907 + - uid: 37656 + components: + - type: Transform + pos: 24.5,-27.5 + parent: 36907 + - uid: 37657 + components: + - type: Transform + pos: 24.5,-26.5 + parent: 36907 + - uid: 37658 + components: + - type: Transform + pos: 25.5,-27.5 + parent: 36907 + - uid: 37659 + components: + - type: Transform + pos: 25.5,-26.5 + parent: 36907 + - uid: 37660 + components: + - type: Transform + pos: 26.5,-27.5 + parent: 36907 + - uid: 37661 + components: + - type: Transform + pos: 26.5,-26.5 + parent: 36907 + - uid: 37662 + components: + - type: Transform + pos: 27.5,-27.5 + parent: 36907 + - uid: 37663 + components: + - type: Transform + pos: 27.5,-26.5 + parent: 36907 + - uid: 37664 + components: + - type: Transform + pos: 28.5,-27.5 + parent: 36907 + - uid: 37665 + components: + - type: Transform + pos: 28.5,-26.5 + parent: 36907 + - uid: 37666 + components: + - type: Transform + pos: 29.5,-27.5 + parent: 36907 + - uid: 37667 + components: + - type: Transform + pos: 29.5,-26.5 + parent: 36907 + - uid: 37668 + components: + - type: Transform + pos: 32.5,-27.5 + parent: 36907 + - uid: 37669 + components: + - type: Transform + pos: 32.5,-26.5 + parent: 36907 + - uid: 37670 + components: + - type: Transform + pos: 33.5,-27.5 + parent: 36907 + - uid: 37671 + components: + - type: Transform + pos: 33.5,-26.5 + parent: 36907 + - uid: 37672 + components: + - type: Transform + pos: 34.5,-27.5 + parent: 36907 + - uid: 37673 + components: + - type: Transform + pos: 34.5,-26.5 + parent: 36907 + - uid: 37674 + components: + - type: Transform + pos: 35.5,-27.5 + parent: 36907 + - uid: 37675 + components: + - type: Transform + pos: 35.5,-26.5 + parent: 36907 + - uid: 37676 components: - type: Transform - pos: 38.5,-55.5 - parent: 2 - - uid: 10868 + pos: 36.5,-27.5 + parent: 36907 + - uid: 37677 components: - type: Transform - pos: 38.5,-56.5 - parent: 2 - - uid: 10872 + pos: 36.5,-26.5 + parent: 36907 + - uid: 37678 components: - type: Transform - pos: 40.5,-54.5 - parent: 2 - - uid: 10874 + pos: 37.5,-27.5 + parent: 36907 + - uid: 37679 components: - type: Transform - pos: 41.5,-53.5 - parent: 2 - - uid: 10875 + pos: 37.5,-26.5 + parent: 36907 + - uid: 37680 components: - type: Transform - pos: 42.5,-52.5 - parent: 2 - - uid: 10876 + pos: 38.5,-27.5 + parent: 36907 + - uid: 37681 components: - type: Transform - pos: 33.5,-58.5 - parent: 2 - - uid: 10877 + pos: 38.5,-26.5 + parent: 36907 + - uid: 37682 components: - type: Transform - pos: 32.5,-59.5 - parent: 2 - - uid: 10878 + pos: 39.5,-27.5 + parent: 36907 + - uid: 37683 components: - type: Transform - pos: 31.5,-59.5 - parent: 2 - - uid: 10880 + pos: 39.5,-26.5 + parent: 36907 + - uid: 37684 components: - type: Transform - pos: 29.5,-60.5 - parent: 2 - - uid: 10881 + pos: 40.5,-27.5 + parent: 36907 + - uid: 37685 components: - type: Transform - pos: 28.5,-61.5 - parent: 2 - - uid: 10882 + pos: 40.5,-26.5 + parent: 36907 + - uid: 37686 components: - type: Transform - pos: 27.5,-61.5 - parent: 2 - - uid: 10883 + pos: 41.5,-27.5 + parent: 36907 + - uid: 37687 components: - type: Transform - pos: 26.5,-62.5 - parent: 2 - - uid: 10884 + pos: 41.5,-26.5 + parent: 36907 + - uid: 37688 components: - type: Transform - pos: 25.5,-62.5 - parent: 2 - - uid: 10885 + pos: 42.5,-27.5 + parent: 36907 + - uid: 37689 components: - type: Transform - pos: 24.5,-62.5 - parent: 2 - - uid: 10887 + pos: 42.5,-26.5 + parent: 36907 + - uid: 37690 components: - type: Transform - pos: 22.5,-63.5 - parent: 2 - - uid: 10888 + pos: 43.5,-27.5 + parent: 36907 + - uid: 37691 components: - type: Transform - pos: 21.5,-64.5 - parent: 2 - - uid: 10889 + pos: 43.5,-26.5 + parent: 36907 + - uid: 37692 components: - type: Transform - pos: 20.5,-64.5 - parent: 2 - - uid: 10892 + pos: 44.5,-27.5 + parent: 36907 + - uid: 37693 components: - type: Transform - pos: 17.5,-64.5 - parent: 2 - - uid: 10894 + pos: 44.5,-26.5 + parent: 36907 + - uid: 37694 components: - type: Transform - pos: 16.5,-65.5 - parent: 2 - - uid: 10895 + pos: 45.5,-27.5 + parent: 36907 + - uid: 37695 components: - type: Transform - pos: 15.5,-65.5 - parent: 2 - - uid: 10897 + pos: 45.5,-26.5 + parent: 36907 + - uid: 37696 components: - type: Transform - pos: 16.5,-62.5 - parent: 2 - - uid: 10898 + pos: 46.5,-27.5 + parent: 36907 + - uid: 37697 components: - type: Transform - pos: 15.5,-62.5 - parent: 2 - - uid: 10902 + pos: 46.5,-26.5 + parent: 36907 + - uid: 37698 components: - type: Transform - pos: 13.5,-59.5 - parent: 2 - - uid: 10905 + pos: 47.5,-27.5 + parent: 36907 + - uid: 37699 components: - type: Transform - pos: 13.5,-63.5 - parent: 2 - - uid: 10906 + pos: 47.5,-26.5 + parent: 36907 + - uid: 37700 components: - type: Transform - pos: 12.5,-63.5 - parent: 2 - - uid: 11182 + pos: 48.5,-27.5 + parent: 36907 + - uid: 37701 components: - type: Transform - rot: 3.141592653589793 rad - pos: 48.5,-46.5 - parent: 2 - - uid: 11183 + pos: 48.5,-26.5 + parent: 36907 + - uid: 37702 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-40.5 - parent: 2 - - uid: 11184 + pos: 49.5,-27.5 + parent: 36907 + - uid: 37703 components: - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,-43.5 - parent: 2 - - uid: 11185 + pos: 49.5,-26.5 + parent: 36907 + - uid: 37704 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,-43.5 - parent: 2 - - uid: 11186 + pos: 50.5,-27.5 + parent: 36907 + - uid: 37705 components: - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,-42.5 - parent: 2 - - uid: 11187 + pos: 50.5,-26.5 + parent: 36907 + - uid: 37706 components: - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,-41.5 - parent: 2 - - uid: 11188 + pos: 51.5,-27.5 + parent: 36907 + - uid: 37707 components: - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,-40.5 - parent: 2 - - uid: 11189 + pos: 51.5,-26.5 + parent: 36907 + - uid: 37708 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,-40.5 - parent: 2 - - uid: 11190 + pos: 52.5,-27.5 + parent: 36907 + - uid: 37709 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-39.5 - parent: 2 - - uid: 11193 + pos: 52.5,-26.5 + parent: 36907 + - uid: 37710 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-37.5 - parent: 2 - - uid: 11194 + pos: 53.5,-27.5 + parent: 36907 + - uid: 37711 components: - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,-37.5 - parent: 2 - - uid: 11195 + pos: 53.5,-26.5 + parent: 36907 + - uid: 37712 components: - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,-37.5 - parent: 2 - - uid: 11196 + pos: 54.5,-27.5 + parent: 36907 + - uid: 37713 components: - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,-35.5 - parent: 2 - - uid: 11199 + pos: 54.5,-26.5 + parent: 36907 + - uid: 37714 components: - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,-34.5 - parent: 2 - - uid: 11200 + pos: 55.5,-27.5 + parent: 36907 + - uid: 37715 components: - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,-32.5 - parent: 2 - - uid: 11201 + pos: 55.5,-26.5 + parent: 36907 + - uid: 37716 components: - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,-31.5 - parent: 2 - - uid: 11202 + pos: 56.5,-27.5 + parent: 36907 + - uid: 37717 components: - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,-29.5 - parent: 2 - - uid: 11203 + pos: 56.5,-26.5 + parent: 36907 + - uid: 37718 components: - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,-27.5 - parent: 2 - - uid: 11204 + pos: 57.5,-27.5 + parent: 36907 + - uid: 37719 components: - type: Transform - rot: 3.141592653589793 rad pos: 57.5,-26.5 - parent: 2 - - uid: 11205 + parent: 36907 + - uid: 37720 components: - type: Transform - rot: 3.141592653589793 rad - pos: 58.5,-26.5 - parent: 2 - - uid: 11208 + pos: 58.5,-27.5 + parent: 36907 + - uid: 37721 components: - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,-16.5 - parent: 2 - - uid: 11211 + pos: 58.5,-26.5 + parent: 36907 + - uid: 37722 components: - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,-15.5 - parent: 2 - - uid: 11212 + pos: 59.5,-27.5 + parent: 36907 + - uid: 37723 components: - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,-14.5 - parent: 2 - - uid: 11213 + pos: 59.5,-26.5 + parent: 36907 + - uid: 37724 components: - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,-13.5 - parent: 2 - - uid: 11215 + pos: 60.5,-27.5 + parent: 36907 + - uid: 37725 components: - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,-10.5 - parent: 2 - - uid: 11216 + pos: 60.5,-26.5 + parent: 36907 + - uid: 37726 components: - type: Transform - rot: 3.141592653589793 rad - pos: 64.5,-9.5 - parent: 2 - - uid: 11217 + pos: 61.5,-27.5 + parent: 36907 + - uid: 37727 components: - type: Transform - rot: 3.141592653589793 rad - pos: 63.5,-9.5 - parent: 2 - - uid: 11218 + pos: 61.5,-26.5 + parent: 36907 + - uid: 37728 components: - type: Transform - rot: 3.141592653589793 rad - pos: 61.5,-9.5 - parent: 2 - - uid: 11219 + pos: 62.5,-27.5 + parent: 36907 + - uid: 37729 components: - type: Transform - rot: 3.141592653589793 rad - pos: 60.5,-9.5 - parent: 2 - - uid: 11220 + pos: 62.5,-26.5 + parent: 36907 + - uid: 37730 components: - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,-9.5 - parent: 2 - - uid: 11221 + pos: 63.5,-27.5 + parent: 36907 + - uid: 37731 components: - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,-8.5 - parent: 2 - - uid: 11222 + pos: 63.5,-26.5 + parent: 36907 + - uid: 37732 components: - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,-7.5 - parent: 2 - - uid: 11223 + pos: 64.5,-27.5 + parent: 36907 + - uid: 37733 components: - type: Transform - rot: 3.141592653589793 rad - pos: 58.5,-6.5 - parent: 2 - - uid: 11224 + pos: 64.5,-26.5 + parent: 36907 + - uid: 37734 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,-6.5 - parent: 2 - - uid: 11225 + pos: 65.5,-27.5 + parent: 36907 + - uid: 37735 components: - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,-6.5 - parent: 2 - - uid: 11226 + pos: 65.5,-26.5 + parent: 36907 + - uid: 37736 components: - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,-7.5 - parent: 2 - - uid: 11230 + pos: 66.5,-27.5 + parent: 36907 + - uid: 37737 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-46.5 - parent: 2 - - uid: 11231 + pos: 66.5,-26.5 + parent: 36907 + - uid: 37738 components: - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,-44.5 - parent: 2 - - uid: 11232 + pos: 66.5,-25.5 + parent: 36907 + - uid: 37739 components: - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,-34.5 - parent: 2 - - uid: 11233 + pos: 66.5,-24.5 + parent: 36907 + - uid: 37740 components: - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,-33.5 - parent: 2 - - uid: 11234 + pos: 66.5,-23.5 + parent: 36907 + - uid: 37741 components: - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,-43.5 - parent: 2 - - uid: 11235 + pos: 66.5,-22.5 + parent: 36907 + - uid: 37742 components: - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,-32.5 - parent: 2 - - uid: 11236 + pos: 66.5,-21.5 + parent: 36907 + - uid: 37743 components: - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,-28.5 - parent: 2 - - uid: 11237 + pos: 66.5,-20.5 + parent: 36907 + - uid: 37744 components: - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,-26.5 - parent: 2 - - uid: 11238 + pos: 66.5,-19.5 + parent: 36907 + - uid: 37745 components: - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,-9.5 - parent: 2 - - uid: 11239 + pos: 66.5,-18.5 + parent: 36907 + - uid: 37746 components: - type: Transform - rot: 3.141592653589793 rad - pos: 65.5,-9.5 - parent: 2 - - uid: 11712 + pos: 66.5,-17.5 + parent: 36907 + - uid: 37747 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 65.5,-39.5 - parent: 2 - - uid: 11795 + pos: 66.5,-16.5 + parent: 36907 + - uid: 37748 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 65.5,-40.5 - parent: 2 - - uid: 11915 + pos: 66.5,-15.5 + parent: 36907 + - uid: 37749 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 65.5,-42.5 - parent: 2 - - uid: 11916 + pos: 66.5,-14.5 + parent: 36907 + - uid: 37750 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 67.5,-42.5 - parent: 2 - - uid: 11917 + pos: 66.5,-13.5 + parent: 36907 + - uid: 37751 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 65.5,-41.5 - parent: 2 - - uid: 12151 + pos: 66.5,-12.5 + parent: 36907 + - uid: 37752 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 66.5,-42.5 - parent: 2 - - uid: 12266 + pos: 66.5,-11.5 + parent: 36907 + - uid: 37753 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,7.5 - parent: 2 - - uid: 12478 + pos: 66.5,-10.5 + parent: 36907 + - uid: 37754 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,8.5 - parent: 2 - - uid: 12498 + pos: 66.5,-9.5 + parent: 36907 + - uid: 37755 components: - type: Transform - pos: -63.5,50.5 - parent: 2 - - uid: 12557 + pos: 66.5,-8.5 + parent: 36907 + - uid: 37756 components: - type: Transform - pos: -63.5,51.5 - parent: 2 - - uid: 12558 + pos: 66.5,-7.5 + parent: 36907 + - uid: 37757 components: - type: Transform - pos: -63.5,53.5 - parent: 2 - - uid: 12561 + pos: 66.5,-6.5 + parent: 36907 + - uid: 37758 components: - type: Transform - pos: -63.5,49.5 - parent: 2 - - uid: 12562 + pos: 66.5,-5.5 + parent: 36907 + - uid: 37759 components: - type: Transform - pos: -63.5,52.5 - parent: 2 - - uid: 12563 + pos: 66.5,-4.5 + parent: 36907 + - uid: 37760 components: - type: Transform - pos: -63.5,47.5 - parent: 2 - - uid: 12630 + pos: 66.5,-3.5 + parent: 36907 + - uid: 37761 components: - type: Transform - pos: -63.5,46.5 - parent: 2 - - uid: 12651 + pos: 66.5,-2.5 + parent: 36907 + - uid: 37762 components: - type: Transform - pos: -63.5,48.5 - parent: 2 - - uid: 12707 + pos: 66.5,-1.5 + parent: 36907 + - uid: 37763 components: - type: Transform - pos: -63.5,43.5 - parent: 2 - - uid: 12709 + pos: 66.5,-0.5 + parent: 36907 + - uid: 37764 components: - type: Transform - pos: -63.5,44.5 - parent: 2 - - uid: 12749 + pos: 66.5,0.5 + parent: 36907 + - uid: 37765 components: - type: Transform - pos: 10.5,36.5 - parent: 2 - - uid: 12753 + pos: 66.5,1.5 + parent: 36907 + - uid: 37766 components: - type: Transform - pos: 11.5,39.5 - parent: 2 - - uid: 12754 + pos: 66.5,2.5 + parent: 36907 + - uid: 37767 components: - type: Transform - pos: 11.5,40.5 - parent: 2 - - uid: 12755 + pos: 66.5,3.5 + parent: 36907 + - uid: 37768 components: - type: Transform - pos: 10.5,40.5 - parent: 2 - - uid: 12756 + pos: 66.5,4.5 + parent: 36907 + - uid: 37769 components: - type: Transform - pos: 10.5,41.5 - parent: 2 - - uid: 12757 + pos: 66.5,5.5 + parent: 36907 + - uid: 37770 components: - type: Transform - pos: 12.5,36.5 - parent: 2 - - uid: 12758 + pos: 66.5,6.5 + parent: 36907 + - uid: 37771 components: - type: Transform - pos: 13.5,36.5 - parent: 2 - - uid: 12759 + pos: 66.5,7.5 + parent: 36907 + - uid: 37772 components: - type: Transform - pos: 13.5,35.5 - parent: 2 - - uid: 12760 + pos: 66.5,8.5 + parent: 36907 + - uid: 37773 components: - type: Transform - pos: 14.5,35.5 - parent: 2 - - uid: 12761 + pos: 66.5,9.5 + parent: 36907 + - uid: 37774 components: - type: Transform - pos: 15.5,35.5 - parent: 2 - - uid: 12762 + pos: 66.5,10.5 + parent: 36907 + - uid: 37775 components: - type: Transform - pos: 16.5,35.5 - parent: 2 - - uid: 12764 + pos: 66.5,11.5 + parent: 36907 + - uid: 37776 components: - type: Transform - pos: 17.5,36.5 - parent: 2 - - uid: 12765 + pos: 66.5,12.5 + parent: 36907 + - uid: 37777 components: - type: Transform - pos: 18.5,35.5 - parent: 2 - - uid: 12766 + pos: 66.5,13.5 + parent: 36907 + - uid: 37778 components: - type: Transform - pos: 19.5,35.5 - parent: 2 - - uid: 12768 + pos: 66.5,14.5 + parent: 36907 + - uid: 37779 components: - type: Transform - pos: 19.5,33.5 - parent: 2 - - uid: 12769 + pos: 66.5,15.5 + parent: 36907 + - uid: 37780 components: - type: Transform - pos: 19.5,32.5 - parent: 2 - - uid: 12770 + pos: 66.5,16.5 + parent: 36907 + - uid: 37781 components: - type: Transform - pos: 19.5,31.5 - parent: 2 - - uid: 12771 + pos: 66.5,17.5 + parent: 36907 + - uid: 37782 components: - type: Transform - pos: 18.5,31.5 - parent: 2 - - uid: 12772 + pos: 66.5,18.5 + parent: 36907 + - uid: 37783 components: - type: Transform - pos: 18.5,30.5 - parent: 2 - - uid: 12773 + pos: 66.5,19.5 + parent: 36907 + - uid: 37784 components: - type: Transform - pos: 18.5,29.5 - parent: 2 - - uid: 12774 + pos: 66.5,20.5 + parent: 36907 + - uid: 37785 components: - type: Transform - pos: 18.5,28.5 - parent: 2 - - uid: 12775 + pos: 66.5,21.5 + parent: 36907 + - uid: 37786 components: - type: Transform - pos: 18.5,27.5 - parent: 2 - - uid: 12777 + pos: 66.5,22.5 + parent: 36907 + - uid: 37787 components: - type: Transform - pos: 16.5,27.5 - parent: 2 - - uid: 12780 + pos: 66.5,23.5 + parent: 36907 + - uid: 37788 components: - type: Transform - pos: 16.5,34.5 - parent: 2 - - uid: 12782 + pos: 66.5,24.5 + parent: 36907 + - uid: 37789 components: - type: Transform - pos: 16.5,32.5 - parent: 2 - - uid: 12783 + pos: 66.5,25.5 + parent: 36907 + - uid: 37790 components: - type: Transform - pos: 16.5,31.5 - parent: 2 - - uid: 12784 + pos: 66.5,26.5 + parent: 36907 + - uid: 37791 components: - type: Transform - pos: 16.5,30.5 - parent: 2 - - uid: 12785 + pos: 66.5,27.5 + parent: 36907 + - uid: 37792 components: - type: Transform - pos: 16.5,29.5 - parent: 2 - - uid: 12786 + pos: 66.5,28.5 + parent: 36907 + - uid: 37793 components: - type: Transform - pos: 15.5,29.5 - parent: 2 - - uid: 12787 + pos: 66.5,29.5 + parent: 36907 + - uid: 37794 components: - type: Transform - pos: 15.5,28.5 - parent: 2 - - uid: 12789 + pos: 66.5,30.5 + parent: 36907 + - uid: 37795 components: - type: Transform - pos: 13.5,28.5 - parent: 2 - - uid: 12790 + pos: 66.5,31.5 + parent: 36907 + - uid: 37796 components: - type: Transform - pos: 12.5,28.5 - parent: 2 - - uid: 12791 + pos: 66.5,32.5 + parent: 36907 + - uid: 37797 components: - type: Transform - pos: 12.5,29.5 - parent: 2 - - uid: 12794 + pos: 66.5,33.5 + parent: 36907 + - uid: 37798 components: - type: Transform - pos: 15.5,25.5 - parent: 2 - - uid: 12795 + pos: 66.5,34.5 + parent: 36907 + - uid: 37799 components: - type: Transform - pos: 15.5,24.5 - parent: 2 - - uid: 12796 + pos: 65.5,-25.5 + parent: 36907 + - uid: 37800 components: - type: Transform - pos: 15.5,23.5 - parent: 2 - - uid: 12797 + pos: 65.5,-24.5 + parent: 36907 + - uid: 37801 components: - type: Transform - pos: 15.5,22.5 - parent: 2 - - uid: 12798 + pos: 65.5,-23.5 + parent: 36907 + - uid: 37802 components: - type: Transform - pos: 15.5,21.5 - parent: 2 - - uid: 12800 + pos: 65.5,-22.5 + parent: 36907 + - uid: 37803 components: - type: Transform - pos: 15.5,19.5 - parent: 2 - - uid: 12801 + pos: 65.5,-21.5 + parent: 36907 + - uid: 37804 components: - type: Transform - pos: 15.5,18.5 - parent: 2 - - uid: 12802 + pos: 65.5,-20.5 + parent: 36907 + - uid: 37805 components: - type: Transform - pos: 15.5,17.5 - parent: 2 - - uid: 12803 + pos: 65.5,-19.5 + parent: 36907 + - uid: 37806 components: - type: Transform - pos: 16.5,18.5 - parent: 2 - - uid: 12805 + pos: 65.5,-18.5 + parent: 36907 + - uid: 37807 components: - type: Transform - pos: 18.5,18.5 - parent: 2 - - uid: 12806 + pos: 65.5,-17.5 + parent: 36907 + - uid: 37808 components: - type: Transform - pos: 19.5,18.5 - parent: 2 - - uid: 12807 + pos: 65.5,-16.5 + parent: 36907 + - uid: 37809 components: - type: Transform - pos: 20.5,18.5 - parent: 2 - - uid: 12808 + pos: 65.5,-15.5 + parent: 36907 + - uid: 37810 components: - type: Transform - pos: 20.5,17.5 - parent: 2 - - uid: 12811 + pos: 65.5,-14.5 + parent: 36907 + - uid: 37811 components: - type: Transform - pos: 20.5,14.5 - parent: 2 - - uid: 12812 + pos: 65.5,-13.5 + parent: 36907 + - uid: 37812 components: - type: Transform - pos: 20.5,13.5 - parent: 2 - - uid: 12813 + pos: 65.5,-12.5 + parent: 36907 + - uid: 37813 components: - type: Transform - pos: 21.5,13.5 - parent: 2 - - uid: 12814 + pos: 65.5,-11.5 + parent: 36907 + - uid: 37814 components: - type: Transform - pos: 22.5,13.5 - parent: 2 - - uid: 12815 + pos: 65.5,-10.5 + parent: 36907 + - uid: 37815 components: - type: Transform - pos: 23.5,13.5 - parent: 2 - - uid: 12816 + pos: 65.5,-9.5 + parent: 36907 + - uid: 37816 components: - type: Transform - pos: 24.5,13.5 - parent: 2 - - uid: 12817 + pos: 65.5,-8.5 + parent: 36907 + - uid: 37817 components: - type: Transform - pos: 24.5,12.5 - parent: 2 - - uid: 12818 + pos: 65.5,-7.5 + parent: 36907 + - uid: 37818 components: - type: Transform - pos: 25.5,12.5 - parent: 2 - - uid: 12822 + pos: 65.5,-6.5 + parent: 36907 + - uid: 37819 components: - type: Transform - pos: 28.5,11.5 - parent: 2 - - uid: 12823 + pos: 65.5,-5.5 + parent: 36907 + - uid: 37820 components: - type: Transform - pos: 29.5,11.5 - parent: 2 - - uid: 12824 + pos: 65.5,-4.5 + parent: 36907 + - uid: 37821 components: - type: Transform - pos: 30.5,11.5 - parent: 2 - - uid: 12826 + pos: 65.5,-3.5 + parent: 36907 + - uid: 37822 components: - type: Transform - pos: 30.5,13.5 - parent: 2 - - uid: 12827 + pos: 65.5,-2.5 + parent: 36907 + - uid: 37823 components: - type: Transform - pos: 30.5,14.5 - parent: 2 - - uid: 12828 + pos: 65.5,-1.5 + parent: 36907 + - uid: 37824 components: - type: Transform - pos: 29.5,14.5 - parent: 2 - - uid: 12830 + pos: 65.5,-0.5 + parent: 36907 + - uid: 37825 components: - type: Transform - pos: 29.5,10.5 - parent: 2 - - uid: 12831 + pos: 65.5,0.5 + parent: 36907 + - uid: 37826 components: - type: Transform - pos: 29.5,9.5 - parent: 2 - - uid: 12832 + pos: 65.5,1.5 + parent: 36907 + - uid: 37827 components: - type: Transform - pos: 30.5,9.5 - parent: 2 - - uid: 12835 + pos: 65.5,2.5 + parent: 36907 + - uid: 37828 components: - type: Transform - pos: 33.5,9.5 - parent: 2 - - uid: 12836 + pos: 65.5,3.5 + parent: 36907 + - uid: 37829 components: - type: Transform - pos: 31.5,8.5 - parent: 2 - - uid: 12838 + pos: 65.5,4.5 + parent: 36907 + - uid: 37830 components: - type: Transform - pos: 34.5,9.5 - parent: 2 - - uid: 12839 + pos: 65.5,5.5 + parent: 36907 + - uid: 37831 components: - type: Transform - pos: 34.5,10.5 - parent: 2 - - uid: 12842 + pos: 65.5,6.5 + parent: 36907 + - uid: 37832 components: - type: Transform - pos: 34.5,13.5 - parent: 2 - - uid: 12843 + pos: 65.5,7.5 + parent: 36907 + - uid: 37833 components: - type: Transform - pos: 34.5,14.5 - parent: 2 - - uid: 12844 + pos: 65.5,8.5 + parent: 36907 + - uid: 37834 components: - type: Transform - pos: 35.5,14.5 - parent: 2 - - uid: 12845 + pos: 65.5,9.5 + parent: 36907 + - uid: 37835 components: - type: Transform - pos: 36.5,14.5 - parent: 2 - - uid: 12846 + pos: 65.5,10.5 + parent: 36907 + - uid: 37836 components: - type: Transform - pos: 37.5,14.5 - parent: 2 - - uid: 12847 + pos: 65.5,11.5 + parent: 36907 + - uid: 37837 components: - type: Transform - pos: 38.5,14.5 - parent: 2 - - uid: 12848 + pos: 65.5,12.5 + parent: 36907 + - uid: 37838 components: - type: Transform - pos: 39.5,14.5 - parent: 2 - - uid: 12849 + pos: 65.5,13.5 + parent: 36907 + - uid: 37839 components: - type: Transform - pos: 40.5,14.5 - parent: 2 - - uid: 12850 + pos: 65.5,14.5 + parent: 36907 + - uid: 37840 components: - type: Transform - pos: 41.5,14.5 - parent: 2 - - uid: 12851 + pos: 65.5,15.5 + parent: 36907 + - uid: 37841 components: - type: Transform - pos: 42.5,14.5 - parent: 2 - - uid: 12852 + pos: 65.5,16.5 + parent: 36907 + - uid: 37842 components: - type: Transform - pos: 42.5,15.5 - parent: 2 - - uid: 12855 + pos: 65.5,17.5 + parent: 36907 + - uid: 37843 components: - type: Transform - pos: 44.5,16.5 - parent: 2 - - uid: 12856 + pos: 65.5,18.5 + parent: 36907 + - uid: 37844 components: - type: Transform - pos: 45.5,16.5 - parent: 2 - - uid: 12858 + pos: 65.5,19.5 + parent: 36907 + - uid: 37845 components: - type: Transform - pos: 45.5,15.5 - parent: 2 - - uid: 12859 + pos: 65.5,20.5 + parent: 36907 + - uid: 37846 components: - type: Transform - pos: 46.5,15.5 - parent: 2 - - uid: 12860 + pos: 65.5,21.5 + parent: 36907 + - uid: 37847 components: - type: Transform - pos: 47.5,15.5 - parent: 2 - - uid: 12861 + pos: 65.5,22.5 + parent: 36907 + - uid: 37848 components: - type: Transform - pos: 47.5,14.5 - parent: 2 - - uid: 12862 + pos: 65.5,23.5 + parent: 36907 + - uid: 37849 components: - type: Transform - pos: 47.5,13.5 - parent: 2 - - uid: 12863 + pos: 65.5,24.5 + parent: 36907 + - uid: 37850 components: - type: Transform - pos: 47.5,12.5 - parent: 2 - - uid: 12864 + pos: 65.5,25.5 + parent: 36907 + - uid: 37851 components: - type: Transform - pos: 48.5,12.5 - parent: 2 - - uid: 12865 + pos: 65.5,26.5 + parent: 36907 + - uid: 37852 components: - type: Transform - pos: 48.5,11.5 - parent: 2 - - uid: 12866 + pos: 65.5,27.5 + parent: 36907 + - uid: 37853 components: - type: Transform - pos: 48.5,10.5 - parent: 2 - - uid: 12869 + pos: 65.5,28.5 + parent: 36907 + - uid: 37854 components: - type: Transform - pos: 49.5,8.5 - parent: 2 - - uid: 12870 + pos: 65.5,29.5 + parent: 36907 + - uid: 37855 components: - type: Transform - pos: 48.5,8.5 - parent: 2 - - uid: 12871 + pos: 65.5,30.5 + parent: 36907 + - uid: 37856 components: - type: Transform - pos: 47.5,8.5 - parent: 2 - - uid: 12872 + pos: 65.5,31.5 + parent: 36907 + - uid: 37857 components: - type: Transform - pos: 46.5,8.5 - parent: 2 - - uid: 12873 + pos: 65.5,32.5 + parent: 36907 + - uid: 37858 components: - type: Transform - pos: 45.5,8.5 - parent: 2 - - uid: 12874 + pos: 65.5,33.5 + parent: 36907 + - uid: 37859 components: - type: Transform - pos: 45.5,9.5 - parent: 2 - - uid: 12877 + pos: 65.5,34.5 + parent: 36907 + - uid: 37860 components: - type: Transform - pos: 42.5,9.5 - parent: 2 - - uid: 12878 + pos: 64.5,33.5 + parent: 36907 + - uid: 37861 components: - type: Transform - pos: 41.5,9.5 - parent: 2 - - uid: 12879 + pos: 64.5,34.5 + parent: 36907 + - uid: 37862 components: - type: Transform - pos: 41.5,8.5 - parent: 2 - - uid: 12881 + pos: 63.5,33.5 + parent: 36907 + - uid: 37863 components: - type: Transform - pos: 41.5,6.5 - parent: 2 - - uid: 12882 + pos: 63.5,34.5 + parent: 36907 + - uid: 37864 components: - type: Transform - pos: 40.5,7.5 - parent: 2 - - uid: 12883 + pos: 62.5,33.5 + parent: 36907 + - uid: 37865 components: - type: Transform - pos: 39.5,7.5 - parent: 2 - - uid: 12886 + pos: 62.5,34.5 + parent: 36907 + - uid: 37866 components: - type: Transform - pos: 36.5,7.5 - parent: 2 - - uid: 12887 + pos: 61.5,33.5 + parent: 36907 + - uid: 37867 components: - type: Transform - pos: 36.5,8.5 - parent: 2 - - uid: 12888 + pos: 61.5,34.5 + parent: 36907 + - uid: 37868 components: - type: Transform - pos: 35.5,8.5 - parent: 2 - - uid: 12889 + pos: 60.5,33.5 + parent: 36907 + - uid: 37869 components: - type: Transform - pos: 34.5,8.5 - parent: 2 - - uid: 12994 + pos: 60.5,34.5 + parent: 36907 + - uid: 37870 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,2.5 - parent: 2 - - uid: 12999 + pos: 59.5,33.5 + parent: 36907 + - uid: 37871 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,10.5 - parent: 2 - - uid: 13025 + pos: 59.5,34.5 + parent: 36907 + - uid: 37872 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,3.5 - parent: 2 - - uid: 13037 + pos: 58.5,33.5 + parent: 36907 + - uid: 37873 components: - type: Transform - pos: 56.5,8.5 - parent: 2 - - uid: 13056 + pos: 58.5,34.5 + parent: 36907 + - uid: 37874 components: - type: Transform - pos: 57.5,8.5 - parent: 2 - - uid: 13057 + pos: 57.5,33.5 + parent: 36907 + - uid: 37875 components: - type: Transform - pos: 57.5,9.5 - parent: 2 - - uid: 13061 + pos: 57.5,34.5 + parent: 36907 + - uid: 37876 components: - type: Transform - pos: 60.5,9.5 - parent: 2 - - uid: 13062 + pos: 56.5,33.5 + parent: 36907 + - uid: 37877 components: - type: Transform - pos: 60.5,10.5 - parent: 2 - - uid: 13063 + pos: 56.5,34.5 + parent: 36907 + - uid: 37878 components: - type: Transform - pos: 61.5,10.5 - parent: 2 - - uid: 13064 + pos: 55.5,33.5 + parent: 36907 + - uid: 37879 components: - type: Transform - pos: 62.5,10.5 - parent: 2 - - uid: 13065 + pos: 55.5,34.5 + parent: 36907 + - uid: 37880 components: - type: Transform - pos: 63.5,10.5 - parent: 2 - - uid: 13068 + pos: 54.5,33.5 + parent: 36907 + - uid: 37881 components: - type: Transform - pos: 66.5,10.5 - parent: 2 - - uid: 13069 + pos: 54.5,34.5 + parent: 36907 + - uid: 37882 components: - type: Transform - pos: 66.5,11.5 - parent: 2 - - uid: 13070 + pos: 53.5,33.5 + parent: 36907 + - uid: 37883 components: - type: Transform - pos: 66.5,12.5 - parent: 2 - - uid: 13071 + pos: 53.5,34.5 + parent: 36907 + - uid: 37884 components: - type: Transform - pos: 66.5,13.5 - parent: 2 - - uid: 13075 + pos: 52.5,33.5 + parent: 36907 + - uid: 37885 components: - type: Transform - pos: -2.5,37.5 - parent: 2 - - uid: 13078 + pos: 52.5,34.5 + parent: 36907 + - uid: 37886 components: - type: Transform - pos: -3.5,37.5 - parent: 2 - - uid: 13079 + pos: 51.5,33.5 + parent: 36907 + - uid: 37887 components: - type: Transform - pos: -3.5,36.5 - parent: 2 - - uid: 13081 + pos: 51.5,34.5 + parent: 36907 + - uid: 37888 components: - type: Transform - pos: -5.5,36.5 - parent: 2 - - uid: 13082 + pos: 50.5,33.5 + parent: 36907 + - uid: 37889 components: - type: Transform - pos: -6.5,36.5 - parent: 2 - - uid: 13083 + pos: 50.5,34.5 + parent: 36907 + - uid: 37890 components: - type: Transform - pos: -7.5,36.5 - parent: 2 - - uid: 13088 + pos: 49.5,33.5 + parent: 36907 + - uid: 37891 components: - type: Transform - pos: -7.5,39.5 - parent: 2 - - uid: 13089 + pos: 49.5,34.5 + parent: 36907 + - uid: 37892 components: - type: Transform - pos: -7.5,40.5 - parent: 2 - - uid: 13090 + pos: 48.5,33.5 + parent: 36907 + - uid: 37893 components: - type: Transform - pos: -7.5,41.5 - parent: 2 - - uid: 13091 + pos: 48.5,34.5 + parent: 36907 + - uid: 37894 components: - type: Transform - pos: -7.5,42.5 - parent: 2 - - uid: 13093 + pos: 47.5,33.5 + parent: 36907 + - uid: 37895 components: - type: Transform - pos: -7.5,44.5 - parent: 2 - - uid: 13094 + pos: 47.5,34.5 + parent: 36907 + - uid: 37896 components: - type: Transform - pos: -7.5,45.5 - parent: 2 - - uid: 13095 + pos: 46.5,33.5 + parent: 36907 + - uid: 37897 components: - type: Transform - pos: -7.5,46.5 - parent: 2 - - uid: 13096 + pos: 46.5,34.5 + parent: 36907 + - uid: 37898 components: - type: Transform - pos: -7.5,47.5 - parent: 2 - - uid: 13098 + pos: 45.5,33.5 + parent: 36907 + - uid: 37899 components: - type: Transform - pos: -8.5,47.5 - parent: 2 - - uid: 13099 + pos: 45.5,34.5 + parent: 36907 + - uid: 37900 components: - type: Transform - pos: -9.5,47.5 - parent: 2 - - uid: 13102 + pos: 44.5,33.5 + parent: 36907 + - uid: 37901 components: - type: Transform - pos: -12.5,47.5 - parent: 2 - - uid: 13103 + pos: 44.5,34.5 + parent: 36907 + - uid: 37902 components: - type: Transform - pos: -13.5,47.5 - parent: 2 - - uid: 13104 + pos: 43.5,33.5 + parent: 36907 + - uid: 37903 components: - type: Transform - pos: -14.5,47.5 - parent: 2 - - uid: 13117 + pos: 43.5,34.5 + parent: 36907 + - uid: 37904 components: - type: Transform - rot: 3.141592653589793 rad - pos: -76.5,61.5 - parent: 2 - - uid: 13165 + pos: 42.5,33.5 + parent: 36907 + - uid: 37905 components: - type: Transform - pos: -12.5,21.5 - parent: 2 - - uid: 13167 + pos: 42.5,34.5 + parent: 36907 + - uid: 37906 components: - type: Transform - pos: -10.5,21.5 - parent: 2 - - uid: 13168 + pos: 41.5,33.5 + parent: 36907 + - uid: 37907 components: - type: Transform - pos: -9.5,21.5 - parent: 2 - - uid: 13169 + pos: 41.5,34.5 + parent: 36907 + - uid: 37908 components: - type: Transform - pos: -8.5,21.5 - parent: 2 - - uid: 13170 + pos: 40.5,33.5 + parent: 36907 + - uid: 37909 components: - type: Transform - pos: -7.5,21.5 - parent: 2 - - uid: 13171 + pos: 40.5,34.5 + parent: 36907 + - uid: 37910 components: - type: Transform - pos: -6.5,21.5 - parent: 2 - - uid: 13172 + pos: 39.5,33.5 + parent: 36907 + - uid: 37911 components: - type: Transform - pos: -5.5,21.5 - parent: 2 - - uid: 13173 + pos: 39.5,34.5 + parent: 36907 + - uid: 37912 components: - type: Transform - pos: -4.5,21.5 - parent: 2 - - uid: 13174 + pos: 38.5,33.5 + parent: 36907 + - uid: 37913 components: - type: Transform - pos: -3.5,21.5 - parent: 2 - - uid: 13298 + pos: 38.5,34.5 + parent: 36907 + - uid: 37914 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,61.5 - parent: 2 - - uid: 13299 + pos: 37.5,33.5 + parent: 36907 + - uid: 37915 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,62.5 - parent: 2 - - uid: 13305 + pos: 37.5,34.5 + parent: 36907 + - uid: 37916 components: - type: Transform - pos: -20.5,-9.5 - parent: 2 - - uid: 13306 + pos: 36.5,33.5 + parent: 36907 + - uid: 37917 components: - type: Transform - pos: -20.5,-8.5 - parent: 2 - - uid: 13307 + pos: 36.5,34.5 + parent: 36907 + - uid: 37918 components: - type: Transform - pos: -20.5,-7.5 - parent: 2 - - uid: 13311 + pos: 35.5,33.5 + parent: 36907 + - uid: 37919 components: - type: Transform - pos: -20.5,-1.5 - parent: 2 - - uid: 13312 + pos: 35.5,34.5 + parent: 36907 + - uid: 37920 components: - type: Transform - pos: -20.5,-0.5 - parent: 2 - - uid: 13314 + pos: 34.5,33.5 + parent: 36907 + - uid: 37921 components: - type: Transform - pos: -20.5,2.5 - parent: 2 - - uid: 13316 + pos: 34.5,34.5 + parent: 36907 + - uid: 37922 components: - type: Transform - pos: -20.5,10.5 - parent: 2 - - uid: 13317 + pos: 33.5,33.5 + parent: 36907 + - uid: 37923 components: - type: Transform - pos: -20.5,9.5 - parent: 2 - - uid: 13318 + pos: 33.5,34.5 + parent: 36907 + - uid: 37924 components: - type: Transform - pos: -20.5,8.5 - parent: 2 - - uid: 13319 + pos: 32.5,33.5 + parent: 36907 + - uid: 37925 components: - type: Transform - pos: -20.5,6.5 - parent: 2 - - uid: 13320 + pos: 32.5,34.5 + parent: 36907 + - uid: 37926 components: - type: Transform - pos: -20.5,5.5 - parent: 2 - - uid: 13321 + pos: 31.5,33.5 + parent: 36907 + - uid: 37927 components: - type: Transform - pos: -20.5,4.5 - parent: 2 - - uid: 13322 + pos: 31.5,34.5 + parent: 36907 + - uid: 37928 components: - type: Transform - pos: -25.5,12.5 - parent: 2 - - uid: 13323 + pos: 30.5,33.5 + parent: 36907 + - uid: 37929 components: - type: Transform - pos: -20.5,0.5 - parent: 2 - - uid: 13348 + pos: 30.5,34.5 + parent: 36907 + - uid: 37930 components: - type: Transform - pos: -24.5,12.5 - parent: 2 - - uid: 13349 + pos: 29.5,33.5 + parent: 36907 + - uid: 37931 components: - type: Transform - pos: -20.5,1.5 - parent: 2 - - uid: 13389 + pos: 29.5,34.5 + parent: 36907 + - uid: 37932 components: - type: Transform - pos: -66.5,18.5 - parent: 2 - - uid: 13625 + pos: 28.5,33.5 + parent: 36907 + - uid: 37933 components: - type: Transform - pos: -27.5,12.5 - parent: 2 - - uid: 13626 + pos: 28.5,34.5 + parent: 36907 + - uid: 37934 components: - type: Transform - pos: -28.5,12.5 - parent: 2 - - uid: 13627 + pos: 27.5,33.5 + parent: 36907 + - uid: 37935 components: - type: Transform - pos: -29.5,12.5 - parent: 2 - - uid: 13628 + pos: 27.5,34.5 + parent: 36907 + - uid: 37936 components: - type: Transform - pos: -30.5,12.5 - parent: 2 - - uid: 13629 + pos: 26.5,33.5 + parent: 36907 + - uid: 37937 components: - type: Transform - pos: -30.5,11.5 - parent: 2 - - uid: 13630 + pos: 26.5,34.5 + parent: 36907 + - uid: 37938 components: - type: Transform - pos: -31.5,11.5 - parent: 2 - - uid: 13631 + pos: 25.5,33.5 + parent: 36907 + - uid: 37939 components: - type: Transform - pos: -32.5,11.5 - parent: 2 - - uid: 13632 + pos: 25.5,34.5 + parent: 36907 + - uid: 37940 components: - type: Transform - pos: -33.5,11.5 - parent: 2 - - uid: 13633 + pos: 24.5,33.5 + parent: 36907 + - uid: 37941 components: - type: Transform - pos: -34.5,11.5 - parent: 2 - - uid: 13634 + pos: 24.5,34.5 + parent: 36907 + - uid: 37942 components: - type: Transform - pos: -35.5,11.5 - parent: 2 - - uid: 13635 + pos: 23.5,33.5 + parent: 36907 + - uid: 37943 components: - type: Transform - pos: -35.5,10.5 - parent: 2 - - uid: 13636 + pos: 23.5,34.5 + parent: 36907 + - uid: 37944 components: - type: Transform - pos: -35.5,9.5 - parent: 2 - - uid: 13637 + pos: 22.5,33.5 + parent: 36907 + - uid: 37945 components: - type: Transform - pos: -35.5,8.5 - parent: 2 - - uid: 13638 + pos: 22.5,34.5 + parent: 36907 + - uid: 37946 components: - type: Transform - pos: -35.5,7.5 - parent: 2 - - uid: 13639 + pos: 21.5,33.5 + parent: 36907 + - uid: 37947 components: - type: Transform - pos: -36.5,7.5 - parent: 2 - - uid: 13640 + pos: 21.5,34.5 + parent: 36907 + - uid: 37948 components: - type: Transform - pos: -36.5,6.5 - parent: 2 - - uid: 13641 + pos: 20.5,33.5 + parent: 36907 + - uid: 37949 components: - type: Transform - pos: -36.5,5.5 - parent: 2 - - uid: 13646 + pos: 20.5,34.5 + parent: 36907 + - uid: 37950 components: - type: Transform - pos: -45.5,-2.5 - parent: 2 - - uid: 13647 + pos: 19.5,33.5 + parent: 36907 + - uid: 37951 components: - type: Transform - pos: -45.5,-3.5 - parent: 2 - - uid: 13648 + pos: 19.5,34.5 + parent: 36907 + - uid: 37952 components: - type: Transform - pos: -44.5,-3.5 - parent: 2 - - uid: 13649 + pos: 18.5,33.5 + parent: 36907 + - uid: 37953 components: - type: Transform - pos: -44.5,-4.5 - parent: 2 - - uid: 13650 + pos: 18.5,34.5 + parent: 36907 + - uid: 37954 components: - type: Transform - pos: -44.5,-5.5 - parent: 2 - - uid: 13653 + pos: 17.5,34.5 + parent: 36907 + - uid: 37956 components: - type: Transform - pos: -43.5,-6.5 - parent: 2 - - uid: 13654 + pos: 14.5,33.5 + parent: 36907 + - uid: 37958 components: - type: Transform - pos: -42.5,-6.5 - parent: 2 - - uid: 13655 + pos: 13.5,33.5 + parent: 36907 + - uid: 37959 components: - type: Transform - pos: -41.5,-6.5 - parent: 2 - - uid: 13656 + pos: 13.5,34.5 + parent: 36907 + - uid: 37960 components: - type: Transform - pos: -42.5,-7.5 - parent: 2 - - uid: 13658 + pos: 12.5,33.5 + parent: 36907 + - uid: 37961 components: - type: Transform - pos: -40.5,-6.5 - parent: 2 - - uid: 13659 + pos: 12.5,34.5 + parent: 36907 + - uid: 37962 components: - type: Transform - pos: -40.5,-7.5 - parent: 2 - - uid: 13662 + pos: 11.5,33.5 + parent: 36907 + - uid: 37963 components: - type: Transform - pos: -39.5,-7.5 - parent: 2 - - uid: 13663 + pos: 11.5,34.5 + parent: 36907 + - uid: 37964 components: - type: Transform - pos: -38.5,-7.5 - parent: 2 - - uid: 13664 + pos: 10.5,33.5 + parent: 36907 + - uid: 37965 components: - type: Transform - pos: -37.5,-7.5 - parent: 2 - - uid: 13665 + pos: 10.5,34.5 + parent: 36907 + - uid: 37966 components: - type: Transform - pos: -36.5,-7.5 - parent: 2 - - uid: 13667 + pos: 9.5,33.5 + parent: 36907 + - uid: 37967 components: - type: Transform - pos: -36.5,-8.5 - parent: 2 - - uid: 13668 + pos: 9.5,34.5 + parent: 36907 + - uid: 37968 components: - type: Transform - pos: -36.5,-9.5 - parent: 2 - - uid: 13669 + pos: 8.5,33.5 + parent: 36907 + - uid: 37969 components: - type: Transform - pos: -36.5,-10.5 - parent: 2 - - uid: 13670 + pos: 8.5,34.5 + parent: 36907 + - uid: 37970 components: - type: Transform - pos: -36.5,-11.5 - parent: 2 - - uid: 13671 + pos: 7.5,33.5 + parent: 36907 + - uid: 37971 components: - type: Transform - pos: -35.5,-11.5 - parent: 2 - - uid: 13676 + pos: 7.5,34.5 + parent: 36907 + - uid: 37972 components: - type: Transform - pos: -46.5,-3.5 - parent: 2 - - uid: 13780 + pos: 6.5,33.5 + parent: 36907 + - uid: 37973 components: - type: Transform - pos: -32.5,-7.5 - parent: 2 - - uid: 13781 + pos: 6.5,34.5 + parent: 36907 + - uid: 37974 components: - type: Transform - pos: -31.5,-7.5 - parent: 2 - - uid: 13784 + pos: 5.5,33.5 + parent: 36907 + - uid: 37975 components: - type: Transform - pos: -34.5,-43.5 - parent: 2 - - uid: 13785 + pos: 5.5,34.5 + parent: 36907 + - uid: 37976 components: - type: Transform - pos: -34.5,-44.5 - parent: 2 - - uid: 13786 + pos: 4.5,33.5 + parent: 36907 + - uid: 37977 components: - type: Transform - pos: -34.5,-46.5 - parent: 2 - - uid: 13787 + pos: 4.5,34.5 + parent: 36907 + - uid: 37978 components: - type: Transform - pos: -33.5,-47.5 - parent: 2 - - uid: 13788 + pos: 3.5,33.5 + parent: 36907 + - uid: 37979 components: - type: Transform - pos: -33.5,-48.5 - parent: 2 - - uid: 13808 + pos: 3.5,34.5 + parent: 36907 + - uid: 37980 components: - type: Transform - pos: -20.5,-57.5 - parent: 2 - - uid: 13814 + pos: 2.5,33.5 + parent: 36907 + - uid: 37981 components: - type: Transform - pos: -23.5,-57.5 - parent: 2 - - uid: 13815 + pos: 2.5,34.5 + parent: 36907 + - uid: 37982 components: - type: Transform - pos: -22.5,-57.5 - parent: 2 - - uid: 13817 + pos: 1.5,33.5 + parent: 36907 + - uid: 37983 components: - type: Transform - pos: -18.5,-58.5 - parent: 2 - - uid: 13818 + pos: 1.5,34.5 + parent: 36907 + - uid: 37984 components: - type: Transform - pos: -17.5,-58.5 - parent: 2 - - uid: 13819 + pos: 0.5,33.5 + parent: 36907 + - uid: 37985 components: - type: Transform - pos: -21.5,-58.5 - parent: 2 - - uid: 13822 + pos: 0.5,34.5 + parent: 36907 + - uid: 37986 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,70.5 - parent: 2 - - uid: 13830 + pos: -0.5,33.5 + parent: 36907 + - uid: 37987 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,71.5 - parent: 2 - - uid: 13831 + pos: -0.5,34.5 + parent: 36907 + - uid: 37988 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,72.5 - parent: 2 - - uid: 13833 + pos: -1.5,33.5 + parent: 36907 + - uid: 37989 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,72.5 - parent: 2 - - uid: 13834 + pos: -1.5,34.5 + parent: 36907 + - uid: 37990 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,72.5 - parent: 2 - - uid: 13835 + pos: -2.5,33.5 + parent: 36907 + - uid: 37991 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,72.5 - parent: 2 - - uid: 13836 + pos: -2.5,34.5 + parent: 36907 + - uid: 37992 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,72.5 - parent: 2 - - uid: 13837 + pos: -3.5,33.5 + parent: 36907 + - uid: 37993 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,72.5 - parent: 2 - - uid: 13838 + pos: -3.5,34.5 + parent: 36907 + - uid: 37994 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,84.5 - parent: 2 - - uid: 13840 + pos: -3.5,32.5 + parent: 36907 + - uid: 37995 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,73.5 - parent: 2 - - uid: 13841 + pos: -3.5,31.5 + parent: 36907 + - uid: 37996 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,74.5 - parent: 2 - - uid: 13842 + pos: -2.5,32.5 + parent: 36907 + - uid: 37997 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,75.5 - parent: 2 - - uid: 13843 + pos: -2.5,31.5 + parent: 36907 + - uid: 37998 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,76.5 - parent: 2 - - uid: 13844 + pos: -3.5,25.5 + parent: 36907 + - uid: 37999 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,77.5 - parent: 2 - - uid: 13845 + pos: -2.5,5.5 + parent: 36907 + - uid: 38000 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,78.5 - parent: 2 - - uid: 13846 + pos: -3.5,30.5 + parent: 36907 + - uid: 38001 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,79.5 - parent: 2 - - uid: 13847 + pos: 6.5,1.5 + parent: 36907 + - uid: 38002 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,80.5 - parent: 2 - - uid: 13848 + pos: 6.5,0.5 + parent: 36907 + - uid: 38003 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,81.5 - parent: 2 - - uid: 13849 + pos: -2.5,6.5 + parent: 36907 + - uid: 38004 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,82.5 - parent: 2 - - uid: 13850 + pos: 6.5,-1.5 + parent: 36907 + - uid: 38005 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,83.5 - parent: 2 - - uid: 13851 + pos: 6.5,-2.5 + parent: 36907 + - uid: 38006 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,84.5 - parent: 2 - - uid: 13852 + pos: -2.5,7.5 + parent: 36907 + - uid: 38007 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,85.5 - parent: 2 - - uid: 13853 + pos: -3.5,28.5 + parent: 36907 + - uid: 38008 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,86.5 - parent: 2 - - uid: 13854 + pos: -2.5,8.5 + parent: 36907 + - uid: 38009 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,87.5 - parent: 2 - - uid: 13859 + pos: -3.5,24.5 + parent: 36907 + - uid: 38010 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,84.5 - parent: 2 - - uid: 13860 + pos: 5.5,3.5 + parent: 36907 + - uid: 38011 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,84.5 - parent: 2 - - uid: 13861 + pos: 5.5,2.5 + parent: 36907 + - uid: 38012 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,84.5 - parent: 2 - - uid: 13862 + pos: 5.5,1.5 + parent: 36907 + - uid: 38013 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,84.5 - parent: 2 - - uid: 13863 + pos: 5.5,0.5 + parent: 36907 + - uid: 38014 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,84.5 - parent: 2 - - uid: 13864 + pos: 5.5,-0.5 + parent: 36907 + - uid: 38015 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,84.5 - parent: 2 - - uid: 13865 + pos: 5.5,-1.5 + parent: 36907 + - uid: 38016 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,84.5 - parent: 2 - - uid: 13866 + pos: 5.5,-2.5 + parent: 36907 + - uid: 38017 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,84.5 - parent: 2 - - uid: 13867 + pos: 5.5,-3.5 + parent: 36907 + - uid: 38018 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,84.5 - parent: 2 - - uid: 13868 + pos: -3.5,26.5 + parent: 36907 + - uid: 38019 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,80.5 - parent: 2 - - uid: 13869 + pos: -3.5,27.5 + parent: 36907 + - uid: 38020 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,80.5 - parent: 2 - - uid: 13870 + pos: 4.5,4.5 + parent: 36907 + - uid: 38021 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,80.5 - parent: 2 - - uid: 13871 + pos: 4.5,3.5 + parent: 36907 + - uid: 38022 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,80.5 - parent: 2 - - uid: 13872 + pos: 4.5,2.5 + parent: 36907 + - uid: 38023 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,80.5 - parent: 2 - - uid: 13873 + pos: 4.5,1.5 + parent: 36907 + - uid: 38024 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,80.5 - parent: 2 - - uid: 13874 + pos: 4.5,0.5 + parent: 36907 + - uid: 38025 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,80.5 - parent: 2 - - uid: 13875 + pos: 4.5,-0.5 + parent: 36907 + - uid: 38026 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,80.5 - parent: 2 - - uid: 13876 + pos: 4.5,-1.5 + parent: 36907 + - uid: 38027 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,80.5 - parent: 2 - - uid: 13877 + pos: 4.5,-2.5 + parent: 36907 + - uid: 38028 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,80.5 - parent: 2 - - uid: 13878 + pos: 4.5,-3.5 + parent: 36907 + - uid: 38029 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,80.5 - parent: 2 - - uid: 13879 + pos: 4.5,-4.5 + parent: 36907 + - uid: 38030 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,80.5 - parent: 2 - - uid: 13880 + pos: -2.5,9.5 + parent: 36907 + - uid: 38031 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,76.5 - parent: 2 - - uid: 13881 + pos: 3.5,4.5 + parent: 36907 + - uid: 38032 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,76.5 - parent: 2 - - uid: 13882 + pos: 3.5,3.5 + parent: 36907 + - uid: 38033 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,76.5 - parent: 2 - - uid: 13883 + pos: 3.5,2.5 + parent: 36907 + - uid: 38034 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,76.5 - parent: 2 - - uid: 13884 + pos: 3.5,1.5 + parent: 36907 + - uid: 38035 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,76.5 - parent: 2 - - uid: 13886 + pos: 3.5,0.5 + parent: 36907 + - uid: 38036 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,76.5 - parent: 2 - - uid: 13887 + pos: 3.5,-0.5 + parent: 36907 + - uid: 38037 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,76.5 - parent: 2 - - uid: 13888 + pos: 3.5,-1.5 + parent: 36907 + - uid: 38038 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,76.5 - parent: 2 - - uid: 13889 + pos: 3.5,-2.5 + parent: 36907 + - uid: 38039 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,76.5 - parent: 2 - - uid: 13890 + pos: 3.5,-3.5 + parent: 36907 + - uid: 38040 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,76.5 - parent: 2 - - uid: 13894 + pos: 3.5,-4.5 + parent: 36907 + - uid: 38041 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,-46.5 - parent: 2 - - uid: 13895 + pos: -3.5,29.5 + parent: 36907 + - uid: 38042 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 65.5,-46.5 - parent: 2 - - uid: 13896 + pos: 2.5,3.5 + parent: 36907 + - uid: 38043 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,-46.5 - parent: 2 - - uid: 13897 + pos: 2.5,2.5 + parent: 36907 + - uid: 38044 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 67.5,-46.5 - parent: 2 - - uid: 13898 + pos: 2.5,1.5 + parent: 36907 + - uid: 38045 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 68.5,-46.5 - parent: 2 - - uid: 13899 + pos: 2.5,0.5 + parent: 36907 + - uid: 38046 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,-46.5 - parent: 2 - - uid: 13900 + pos: 2.5,-0.5 + parent: 36907 + - uid: 38047 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 70.5,-46.5 - parent: 2 - - uid: 13901 + pos: 2.5,-1.5 + parent: 36907 + - uid: 38048 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 71.5,-46.5 - parent: 2 - - uid: 13902 + pos: 2.5,-2.5 + parent: 36907 + - uid: 38049 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 72.5,-46.5 - parent: 2 - - uid: 13903 + pos: 2.5,-3.5 + parent: 36907 + - uid: 38050 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 73.5,-46.5 - parent: 2 - - uid: 13904 + pos: 2.5,-4.5 + parent: 36907 + - uid: 38051 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 74.5,-46.5 - parent: 2 - - uid: 13907 + pos: 2.5,-5.5 + parent: 36907 + - uid: 38052 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 75.5,-50.5 - parent: 2 - - uid: 13908 + pos: 1.5,4.5 + parent: 36907 + - uid: 38053 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 74.5,-50.5 - parent: 2 - - uid: 13909 + pos: 1.5,3.5 + parent: 36907 + - uid: 38054 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 73.5,-50.5 - parent: 2 - - uid: 13910 + pos: 1.5,2.5 + parent: 36907 + - uid: 38055 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 72.5,-50.5 - parent: 2 - - uid: 13911 + pos: 1.5,1.5 + parent: 36907 + - uid: 38056 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 71.5,-50.5 - parent: 2 - - uid: 13912 + pos: 1.5,0.5 + parent: 36907 + - uid: 38057 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 70.5,-50.5 - parent: 2 - - uid: 13913 + pos: 1.5,-0.5 + parent: 36907 + - uid: 38058 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,-50.5 - parent: 2 - - uid: 13914 + pos: 1.5,-1.5 + parent: 36907 + - uid: 38059 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 68.5,-50.5 - parent: 2 - - uid: 13915 + pos: 1.5,-2.5 + parent: 36907 + - uid: 38060 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 67.5,-50.5 - parent: 2 - - uid: 13917 + pos: 1.5,-3.5 + parent: 36907 + - uid: 38061 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 65.5,-50.5 - parent: 2 - - uid: 13918 + pos: 1.5,-4.5 + parent: 36907 + - uid: 38062 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,-50.5 - parent: 2 - - uid: 13919 + pos: 1.5,-5.5 + parent: 36907 + - uid: 38063 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 63.5,-50.5 - parent: 2 - - uid: 13920 + pos: 0.5,4.5 + parent: 36907 + - uid: 38064 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 65.5,-54.5 - parent: 2 - - uid: 13921 + pos: 0.5,3.5 + parent: 36907 + - uid: 38065 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,-54.5 - parent: 2 - - uid: 13922 + pos: 0.5,2.5 + parent: 36907 + - uid: 38066 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 67.5,-54.5 - parent: 2 - - uid: 13923 + pos: 0.5,1.5 + parent: 36907 + - uid: 38067 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 68.5,-54.5 - parent: 2 - - uid: 13924 + pos: 0.5,0.5 + parent: 36907 + - uid: 38068 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,-54.5 - parent: 2 - - uid: 13925 + pos: 0.5,-0.5 + parent: 36907 + - uid: 38069 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 70.5,-54.5 - parent: 2 - - uid: 13926 + pos: 0.5,-1.5 + parent: 36907 + - uid: 38070 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 71.5,-54.5 - parent: 2 - - uid: 13927 + pos: 0.5,-2.5 + parent: 36907 + - uid: 38071 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 72.5,-54.5 - parent: 2 - - uid: 13928 + pos: 0.5,-3.5 + parent: 36907 + - uid: 38072 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 73.5,-54.5 - parent: 2 - - uid: 13929 + pos: 0.5,-4.5 + parent: 36907 + - uid: 38073 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 74.5,-54.5 - parent: 2 - - uid: 13930 + pos: 0.5,-5.5 + parent: 36907 + - uid: 38074 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,-57.5 - parent: 2 - - uid: 13931 + pos: -0.5,4.5 + parent: 36907 + - uid: 38075 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,-56.5 - parent: 2 - - uid: 13932 + pos: -0.5,3.5 + parent: 36907 + - uid: 38076 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,-55.5 - parent: 2 - - uid: 13933 + pos: -0.5,2.5 + parent: 36907 + - uid: 38077 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,-53.5 - parent: 2 - - uid: 13934 + pos: -0.5,1.5 + parent: 36907 + - uid: 38078 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,-52.5 - parent: 2 - - uid: 13935 + pos: -0.5,0.5 + parent: 36907 + - uid: 38079 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,-51.5 - parent: 2 - - uid: 13936 + pos: -0.5,-0.5 + parent: 36907 + - uid: 38080 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,-49.5 - parent: 2 - - uid: 13937 + pos: -0.5,-1.5 + parent: 36907 + - uid: 38081 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,-48.5 - parent: 2 - - uid: 13938 + pos: -0.5,-2.5 + parent: 36907 + - uid: 38082 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,-47.5 - parent: 2 - - uid: 13939 + pos: -0.5,-3.5 + parent: 36907 + - uid: 38083 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,-45.5 - parent: 2 - - uid: 13940 + pos: -0.5,-4.5 + parent: 36907 + - uid: 38084 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,-44.5 - parent: 2 - - uid: 13970 + pos: -0.5,-5.5 + parent: 36907 + - uid: 38085 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,5.5 - parent: 2 - - uid: 13974 + pos: -1.5,4.5 + parent: 36907 + - uid: 38086 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,6.5 - parent: 2 - - uid: 13975 + pos: -1.5,3.5 + parent: 36907 + - uid: 38087 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,7.5 - parent: 2 - - uid: 13976 + pos: -1.5,2.5 + parent: 36907 + - uid: 38088 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,8.5 - parent: 2 - - uid: 13977 + pos: -1.5,1.5 + parent: 36907 + - uid: 38089 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,9.5 - parent: 2 - - uid: 13978 + pos: -1.5,0.5 + parent: 36907 + - uid: 38090 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,10.5 - parent: 2 - - uid: 13979 + pos: -1.5,-0.5 + parent: 36907 + - uid: 38091 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,7.5 - parent: 2 - - uid: 13982 + pos: -1.5,-1.5 + parent: 36907 + - uid: 38092 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-8.5 - parent: 2 - - uid: 13985 + pos: -1.5,-2.5 + parent: 36907 + - uid: 38093 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,8.5 - parent: 2 - - uid: 13986 + pos: -1.5,-3.5 + parent: 36907 + - uid: 38094 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,5.5 - parent: 2 - - uid: 13987 + pos: -1.5,-4.5 + parent: 36907 + - uid: 38095 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,6.5 - parent: 2 - - uid: 13988 + pos: -1.5,-5.5 + parent: 36907 + - uid: 38096 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,9.5 - parent: 2 - - uid: 13989 + pos: -2.5,4.5 + parent: 36907 + - uid: 38097 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,10.5 - parent: 2 - - uid: 13990 + pos: -2.5,3.5 + parent: 36907 + - uid: 38098 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,11.5 - parent: 2 - - uid: 13991 + pos: -2.5,2.5 + parent: 36907 + - uid: 38099 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,11.5 - parent: 2 - - uid: 13992 + pos: -2.5,1.5 + parent: 36907 + - uid: 38100 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,12.5 - parent: 2 - - uid: 13993 + pos: -2.5,0.5 + parent: 36907 + - uid: 38101 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,12.5 - parent: 2 - - uid: 13994 + pos: -2.5,-0.5 + parent: 36907 + - uid: 38102 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,10.5 - parent: 2 - - uid: 13995 + pos: -2.5,-1.5 + parent: 36907 + - uid: 38103 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,10.5 - parent: 2 - - uid: 13996 + pos: -2.5,-2.5 + parent: 36907 + - uid: 38104 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,10.5 - parent: 2 - - uid: 13997 + pos: -2.5,-3.5 + parent: 36907 + - uid: 38105 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,7.5 - parent: 2 - - uid: 13998 + pos: -2.5,-4.5 + parent: 36907 + - uid: 38106 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,6.5 - parent: 2 - - uid: 14000 + pos: -2.5,-5.5 + parent: 36907 + - uid: 38107 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,2.5 - parent: 2 - - uid: 14001 + pos: -3.5,4.5 + parent: 36907 + - uid: 38108 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,1.5 - parent: 2 - - uid: 14002 + pos: -3.5,3.5 + parent: 36907 + - uid: 38109 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,0.5 - parent: 2 - - uid: 14011 + pos: -3.5,2.5 + parent: 36907 + - uid: 38110 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,-13.5 - parent: 2 - - uid: 14012 + pos: -3.5,1.5 + parent: 36907 + - uid: 38111 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-13.5 - parent: 2 - - uid: 14013 + pos: -3.5,0.5 + parent: 36907 + - uid: 38112 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-12.5 - parent: 2 - - uid: 14015 + pos: -3.5,-0.5 + parent: 36907 + - uid: 38113 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-20.5 - parent: 2 - - uid: 14016 + pos: -3.5,-1.5 + parent: 36907 + - uid: 38114 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-21.5 - parent: 2 - - uid: 14017 + pos: -3.5,-2.5 + parent: 36907 + - uid: 38115 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-22.5 - parent: 2 - - uid: 14018 + pos: -3.5,-3.5 + parent: 36907 + - uid: 38116 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-23.5 - parent: 2 - - uid: 14022 + pos: -3.5,-4.5 + parent: 36907 + - uid: 38117 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-19.5 - parent: 2 - - uid: 14023 + pos: -3.5,-5.5 + parent: 36907 + - uid: 38118 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-18.5 - parent: 2 - - uid: 14024 + pos: -3.5,-6.5 + parent: 36907 + - uid: 38119 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-13.5 - parent: 2 - - uid: 14025 + pos: -3.5,-7.5 + parent: 36907 + - uid: 38120 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-12.5 - parent: 2 - - uid: 14027 + pos: -3.5,-8.5 + parent: 36907 + - uid: 38121 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-11.5 - parent: 2 - - uid: 14029 + pos: -3.5,-9.5 + parent: 36907 + - uid: 38122 components: - type: Transform - pos: -63.5,42.5 - parent: 2 - - uid: 14030 + pos: -3.5,-10.5 + parent: 36907 + - uid: 38123 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-11.5 - parent: 2 - - uid: 14067 + pos: -3.5,-11.5 + parent: 36907 + - uid: 38124 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-7.5 - parent: 2 - - uid: 14112 + pos: -3.5,-12.5 + parent: 36907 + - uid: 38125 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,11.5 - parent: 2 - - uid: 14114 + pos: -3.5,-13.5 + parent: 36907 + - uid: 38126 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,10.5 - parent: 2 - - uid: 14116 + pos: -3.5,-14.5 + parent: 36907 + - uid: 38127 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,11.5 - parent: 2 - - uid: 14117 + pos: -3.5,-15.5 + parent: 36907 + - uid: 38128 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,10.5 - parent: 2 - - uid: 14118 + pos: -3.5,-16.5 + parent: 36907 + - uid: 38129 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,9.5 - parent: 2 - - uid: 14158 + pos: -2.5,-6.5 + parent: 36907 + - uid: 38130 components: - type: Transform - pos: 3.5,21.5 - parent: 2 - - uid: 14160 + pos: -2.5,-7.5 + parent: 36907 + - uid: 38131 components: - type: Transform - pos: 3.5,22.5 - parent: 2 - - uid: 14161 + pos: -2.5,-8.5 + parent: 36907 + - uid: 38132 components: - type: Transform - pos: -2.5,22.5 - parent: 2 - - uid: 14168 + pos: -2.5,-9.5 + parent: 36907 + - uid: 38133 components: - type: Transform - pos: -2.5,21.5 - parent: 2 - - uid: 14169 + pos: -2.5,-10.5 + parent: 36907 + - uid: 38134 components: - type: Transform - pos: 3.5,24.5 - parent: 2 - - uid: 14170 + pos: -2.5,-11.5 + parent: 36907 + - uid: 38135 components: - type: Transform - pos: 3.5,25.5 - parent: 2 - - uid: 14171 + pos: -2.5,-12.5 + parent: 36907 + - uid: 38136 components: - type: Transform - pos: 3.5,26.5 - parent: 2 - - uid: 14178 + pos: -2.5,-13.5 + parent: 36907 + - uid: 38137 components: - type: Transform - pos: -2.5,24.5 - parent: 2 - - uid: 14179 + pos: -2.5,-14.5 + parent: 36907 + - uid: 38138 components: - type: Transform - pos: -2.5,25.5 - parent: 2 - - uid: 14180 + pos: -2.5,-15.5 + parent: 36907 + - uid: 38139 components: - type: Transform - pos: -2.5,26.5 - parent: 2 - - uid: 14226 + pos: -2.5,-16.5 + parent: 36907 + - uid: 38140 components: - type: Transform - pos: -10.5,-63.5 - parent: 2 - - uid: 14227 + pos: -1.5,-6.5 + parent: 36907 + - uid: 38141 components: - type: Transform - pos: -11.5,-63.5 - parent: 2 - - uid: 14228 + pos: -1.5,-7.5 + parent: 36907 + - uid: 38142 components: - type: Transform - pos: -12.5,-62.5 - parent: 2 - - uid: 14357 + pos: -1.5,-8.5 + parent: 36907 + - uid: 38143 components: - type: Transform - pos: 16.5,54.5 - parent: 2 - - uid: 14358 + pos: -1.5,-9.5 + parent: 36907 + - uid: 38144 components: - type: Transform - pos: 16.5,55.5 - parent: 2 - - uid: 14359 + pos: -1.5,-10.5 + parent: 36907 + - uid: 38145 components: - type: Transform - pos: 16.5,56.5 - parent: 2 - - uid: 14360 + pos: -1.5,-11.5 + parent: 36907 + - uid: 38146 components: - type: Transform - pos: 15.5,56.5 - parent: 2 - - uid: 14361 + pos: -1.5,-12.5 + parent: 36907 + - uid: 38147 components: - type: Transform - pos: 16.5,57.5 - parent: 2 - - uid: 14362 + pos: -1.5,-13.5 + parent: 36907 + - uid: 38148 components: - type: Transform - pos: 16.5,58.5 - parent: 2 - - uid: 14382 + pos: -1.5,-14.5 + parent: 36907 + - uid: 38149 components: - type: Transform - pos: -17.5,37.5 - parent: 2 - - uid: 14395 + pos: -1.5,-15.5 + parent: 36907 + - uid: 38150 components: - type: Transform - pos: -11.5,-47.5 - parent: 2 - - uid: 14396 + pos: -1.5,-16.5 + parent: 36907 + - uid: 38151 components: - type: Transform - pos: -16.5,-56.5 - parent: 2 - - uid: 14397 + pos: -0.5,-6.5 + parent: 36907 + - uid: 38152 components: - type: Transform - pos: -16.5,-55.5 - parent: 2 - - uid: 14398 + pos: -0.5,-7.5 + parent: 36907 + - uid: 38153 components: - type: Transform - pos: -15.5,-59.5 - parent: 2 - - uid: 14399 + pos: -0.5,-8.5 + parent: 36907 + - uid: 38154 components: - type: Transform - pos: -13.5,-59.5 - parent: 2 - - uid: 14400 + pos: -3.5,13.5 + parent: 36907 + - uid: 38155 components: - type: Transform - pos: -12.5,-59.5 - parent: 2 - - uid: 14402 + pos: -3.5,14.5 + parent: 36907 + - uid: 38156 components: - type: Transform - pos: -11.5,-45.5 - parent: 2 - - uid: 14403 + pos: -0.5,-11.5 + parent: 36907 + - uid: 38157 components: - type: Transform - pos: -11.5,-44.5 - parent: 2 - - uid: 14404 + pos: -0.5,-12.5 + parent: 36907 + - uid: 38158 components: - type: Transform - pos: -11.5,-43.5 - parent: 2 - - uid: 14405 + pos: -0.5,-13.5 + parent: 36907 + - uid: 38159 components: - type: Transform - pos: -12.5,-43.5 - parent: 2 - - uid: 14407 + pos: -0.5,-14.5 + parent: 36907 + - uid: 38160 components: - type: Transform - pos: -12.5,-39.5 - parent: 2 - - uid: 14408 + pos: -0.5,-15.5 + parent: 36907 + - uid: 38161 components: - type: Transform - pos: -12.5,-38.5 - parent: 2 - - uid: 14409 + pos: -0.5,-16.5 + parent: 36907 + - uid: 38162 components: - type: Transform - pos: -12.5,-37.5 - parent: 2 - - uid: 14411 + pos: 0.5,-6.5 + parent: 36907 + - uid: 38163 components: - type: Transform - pos: -12.5,-35.5 - parent: 2 - - uid: 14412 + pos: 0.5,-7.5 + parent: 36907 + - uid: 38164 components: - type: Transform - pos: -12.5,-34.5 - parent: 2 - - uid: 14413 + pos: 0.5,-8.5 + parent: 36907 + - uid: 38165 components: - type: Transform - pos: -13.5,-34.5 - parent: 2 - - uid: 14414 + pos: -3.5,21.5 + parent: 36907 + - uid: 38166 components: - type: Transform - pos: -12.5,-42.5 - parent: 2 - - uid: 14510 + pos: -3.5,16.5 + parent: 36907 + - uid: 38167 components: - type: Transform - pos: -13.5,-7.5 - parent: 2 - - uid: 14767 + pos: -3.5,15.5 + parent: 36907 + - uid: 38168 components: - type: Transform - pos: -16.5,38.5 - parent: 2 - - uid: 17590 + pos: 0.5,-12.5 + parent: 36907 + - uid: 38169 components: - type: Transform - pos: -17.5,38.5 - parent: 2 - - uid: 17592 + pos: 0.5,-13.5 + parent: 36907 + - uid: 38170 components: - type: Transform - pos: -18.5,38.5 - parent: 2 - - uid: 17618 + pos: 0.5,-14.5 + parent: 36907 + - uid: 38171 components: - type: Transform - pos: -15.5,38.5 - parent: 2 - - uid: 19172 + pos: 0.5,-15.5 + parent: 36907 + - uid: 38172 components: - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,-50.5 - parent: 2 - - uid: 19362 + pos: 0.5,-16.5 + parent: 36907 + - uid: 38173 components: - type: Transform - pos: -18.5,-2.5 - parent: 2 - - uid: 19383 + pos: 1.5,-6.5 + parent: 36907 + - uid: 38174 components: - type: Transform - pos: -18.5,-1.5 - parent: 2 - - uid: 19425 + pos: 1.5,-7.5 + parent: 36907 + - uid: 38175 components: - type: Transform - pos: 22.5,-2.5 - parent: 2 - - uid: 20297 + pos: -3.5,23.5 + parent: 36907 + - uid: 38176 components: - type: Transform - pos: -55.5,-25.5 - parent: 2 - - uid: 20318 + pos: -3.5,22.5 + parent: 36907 + - uid: 38177 components: - type: Transform - pos: -65.5,30.5 - parent: 2 - - uid: 20319 + pos: -3.5,17.5 + parent: 36907 + - uid: 38178 components: - type: Transform - pos: -65.5,31.5 - parent: 2 - - uid: 20320 + pos: -3.5,20.5 + parent: 36907 + - uid: 38179 components: - type: Transform - pos: -66.5,33.5 - parent: 2 - - uid: 20321 + pos: -3.5,19.5 + parent: 36907 + - uid: 38180 components: - type: Transform - pos: -65.5,33.5 - parent: 2 - - uid: 20322 + pos: -3.5,12.5 + parent: 36907 + - uid: 38181 components: - type: Transform - pos: -65.5,34.5 - parent: 2 - - uid: 20323 + pos: -3.5,18.5 + parent: 36907 + - uid: 38182 components: - type: Transform - pos: -65.5,35.5 - parent: 2 - - uid: 20324 + pos: 1.5,-15.5 + parent: 36907 + - uid: 38183 components: - type: Transform - pos: -65.5,36.5 - parent: 2 - - uid: 20325 + pos: 1.5,-16.5 + parent: 36907 + - uid: 38184 components: - type: Transform - pos: -64.5,36.5 - parent: 2 - - uid: 20326 + pos: -3.5,-17.5 + parent: 36907 + - uid: 38185 components: - type: Transform - pos: -64.5,37.5 - parent: 2 - - uid: 20327 + pos: -3.5,-18.5 + parent: 36907 + - uid: 38186 components: - type: Transform - pos: -64.5,38.5 - parent: 2 - - uid: 20328 + pos: -3.5,-19.5 + parent: 36907 + - uid: 38187 components: - type: Transform - pos: -64.5,39.5 - parent: 2 - - uid: 20329 + pos: -3.5,-20.5 + parent: 36907 + - uid: 38188 components: - type: Transform - pos: -64.5,40.5 - parent: 2 - - uid: 20330 + pos: -3.5,-21.5 + parent: 36907 + - uid: 38189 components: - type: Transform - pos: -64.5,41.5 - parent: 2 - - uid: 20332 + pos: -3.5,-22.5 + parent: 36907 + - uid: 38190 components: - type: Transform - pos: -64.5,42.5 - parent: 2 - - uid: 20333 + pos: -3.5,-23.5 + parent: 36907 + - uid: 38191 components: - type: Transform - pos: -65.5,29.5 - parent: 2 - - uid: 20343 + pos: -3.5,-24.5 + parent: 36907 + - uid: 38192 components: - type: Transform - pos: -65.5,53.5 - parent: 2 - - uid: 20344 + pos: -3.5,-25.5 + parent: 36907 + - uid: 38193 components: - type: Transform - pos: -60.5,68.5 - parent: 2 - - uid: 20345 + pos: -2.5,-17.5 + parent: 36907 + - uid: 38194 components: - type: Transform - pos: -66.5,54.5 - parent: 2 - - uid: 20350 + pos: -2.5,-18.5 + parent: 36907 + - uid: 38195 components: - type: Transform - pos: -67.5,55.5 - parent: 2 - - uid: 20351 + pos: -2.5,-19.5 + parent: 36907 + - uid: 38196 components: - type: Transform - pos: -68.5,55.5 - parent: 2 - - uid: 20352 + pos: -2.5,-20.5 + parent: 36907 + - uid: 38197 components: - type: Transform - pos: -69.5,56.5 - parent: 2 - - uid: 20353 + pos: -2.5,-21.5 + parent: 36907 + - uid: 38198 components: - type: Transform - pos: -70.5,56.5 - parent: 2 - - uid: 20354 + pos: -2.5,-22.5 + parent: 36907 + - uid: 38199 components: - type: Transform - pos: -69.5,55.5 - parent: 2 - - uid: 20355 + pos: -2.5,-23.5 + parent: 36907 + - uid: 38200 components: - type: Transform - pos: -59.5,58.5 - parent: 2 - - uid: 20356 + pos: -2.5,-24.5 + parent: 36907 + - uid: 38201 components: - type: Transform - pos: -67.5,54.5 - parent: 2 - - uid: 20357 + pos: -2.5,-25.5 + parent: 36907 + - uid: 38202 components: - type: Transform - pos: -66.5,53.5 - parent: 2 - - uid: 20359 + pos: -1.5,-17.5 + parent: 36907 + - uid: 38203 components: - type: Transform - pos: -60.5,67.5 - parent: 2 - - uid: 20360 + pos: -1.5,-18.5 + parent: 36907 + - uid: 38204 components: - type: Transform - pos: -60.5,66.5 - parent: 2 - - uid: 20361 + pos: -1.5,-19.5 + parent: 36907 + - uid: 38205 components: - type: Transform - pos: -59.5,65.5 - parent: 2 - - uid: 20362 + pos: -1.5,-20.5 + parent: 36907 + - uid: 38206 components: - type: Transform - pos: -59.5,64.5 - parent: 2 - - uid: 20363 + pos: -1.5,-21.5 + parent: 36907 + - uid: 38207 components: - type: Transform - pos: -64.5,53.5 - parent: 2 - - uid: 20364 + pos: -1.5,-22.5 + parent: 36907 + - uid: 38208 components: - type: Transform - pos: -60.5,65.5 - parent: 2 - - uid: 20365 + pos: -1.5,-23.5 + parent: 36907 + - uid: 38209 components: - type: Transform - pos: -59.5,63.5 - parent: 2 - - uid: 20366 + pos: -1.5,-24.5 + parent: 36907 + - uid: 38210 components: - type: Transform - pos: -58.5,62.5 - parent: 2 - - uid: 20367 + pos: -1.5,-25.5 + parent: 36907 + - uid: 38211 components: - type: Transform - pos: -59.5,62.5 - parent: 2 - - uid: 20368 + pos: -0.5,-17.5 + parent: 36907 + - uid: 38212 components: - type: Transform - pos: -58.5,61.5 - parent: 2 - - uid: 20369 + pos: -0.5,-18.5 + parent: 36907 + - uid: 38213 components: - type: Transform - pos: -58.5,60.5 - parent: 2 - - uid: 20370 + pos: -0.5,-19.5 + parent: 36907 + - uid: 38214 components: - type: Transform - pos: -57.5,60.5 - parent: 2 - - uid: 20371 + pos: -0.5,-20.5 + parent: 36907 + - uid: 38215 components: - type: Transform - pos: -57.5,59.5 - parent: 2 - - uid: 20372 + pos: -0.5,-21.5 + parent: 36907 + - uid: 38216 components: - type: Transform - pos: -57.5,58.5 - parent: 2 - - uid: 20374 + pos: -0.5,-22.5 + parent: 36907 + - uid: 38217 components: - type: Transform - pos: -63.5,54.5 - parent: 2 - - uid: 20375 + pos: -0.5,-23.5 + parent: 36907 + - uid: 38218 components: - type: Transform - pos: -62.5,55.5 - parent: 2 - - uid: 20376 + pos: -0.5,-24.5 + parent: 36907 + - uid: 38219 components: - type: Transform - pos: -62.5,54.5 - parent: 2 - - uid: 20378 + pos: -0.5,-25.5 + parent: 36907 + - uid: 38220 components: - type: Transform - pos: -61.5,56.5 - parent: 2 - - uid: 20379 + pos: 0.5,-17.5 + parent: 36907 + - uid: 38221 components: - type: Transform - pos: -61.5,57.5 - parent: 2 - - uid: 20381 + pos: -3.5,9.5 + parent: 36907 + - uid: 38222 components: - type: Transform - pos: -60.5,58.5 - parent: 2 - - uid: 20863 + pos: 0.5,-19.5 + parent: 36907 + - uid: 38223 components: - type: Transform - pos: -63.5,45.5 - parent: 2 - - uid: 20864 + pos: 0.5,-20.5 + parent: 36907 + - uid: 38224 components: - type: Transform - pos: -58.5,58.5 - parent: 2 - - uid: 20970 + pos: 0.5,-21.5 + parent: 36907 + - uid: 38225 components: - type: Transform - pos: -14.5,-7.5 - parent: 2 - - uid: 23740 + pos: -3.5,5.5 + parent: 36907 + - uid: 38226 components: - type: Transform - pos: -18.5,-0.5 - parent: 2 - - uid: 23744 + pos: 0.5,-23.5 + parent: 36907 + - uid: 38227 components: - type: Transform - pos: 14.5,-2.5 - parent: 2 - - uid: 24061 + pos: 0.5,-24.5 + parent: 36907 + - uid: 38228 components: - type: Transform - pos: -17.5,-2.5 - parent: 2 - - uid: 24062 + pos: 0.5,-25.5 + parent: 36907 + - uid: 38229 components: - type: Transform - pos: 21.5,-2.5 - parent: 2 - - uid: 24064 + pos: -3.5,11.5 + parent: 36907 + - uid: 38230 components: - type: Transform - pos: 23.5,-2.5 - parent: 2 - - uid: 24076 + pos: -3.5,10.5 + parent: 36907 + - uid: 38231 components: - type: Transform - pos: 13.5,-2.5 - parent: 2 - - uid: 24077 + pos: 1.5,-19.5 + parent: 36907 + - uid: 38232 components: - type: Transform - pos: -16.5,-2.5 - parent: 2 - - uid: 24115 + pos: 1.5,-20.5 + parent: 36907 + - uid: 38233 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,63.5 - parent: 2 - - uid: 24130 + pos: -3.5,8.5 + parent: 36907 + - uid: 38234 components: - type: Transform - pos: -11.5,-2.5 - parent: 2 - - uid: 24131 + pos: -3.5,7.5 + parent: 36907 + - uid: 38235 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,60.5 - parent: 2 - - uid: 24134 + pos: -3.5,6.5 + parent: 36907 + - uid: 38236 components: - type: Transform - pos: -15.5,-7.5 - parent: 2 - - uid: 24137 + pos: 1.5,-24.5 + parent: 36907 + - uid: 38237 components: - type: Transform - pos: -16.5,-7.5 - parent: 2 - - uid: 24229 + pos: 1.5,-25.5 + parent: 36907 + - uid: 38238 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,60.5 - parent: 2 - - uid: 24435 + pos: -2.5,10.5 + parent: 36907 + - uid: 38239 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,63.5 - parent: 2 - - uid: 24546 + pos: -2.5,11.5 + parent: 36907 + - uid: 38240 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,-4.5 - parent: 2 - - uid: 24549 + pos: -2.5,12.5 + parent: 36907 + - uid: 38241 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,-4.5 - parent: 2 - - uid: 24550 + pos: -2.5,13.5 + parent: 36907 + - uid: 38242 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-4.5 - parent: 2 - - uid: 24553 + pos: -2.5,14.5 + parent: 36907 + - uid: 38243 components: - type: Transform - pos: -56.5,4.5 - parent: 2 - - uid: 24562 + pos: -2.5,15.5 + parent: 36907 + - uid: 38244 components: - type: Transform - pos: -56.5,1.5 - parent: 2 - - uid: 24563 + pos: -2.5,16.5 + parent: 36907 + - uid: 38245 components: - type: Transform - pos: -56.5,-2.5 - parent: 2 - - uid: 24564 + pos: -2.5,17.5 + parent: 36907 + - uid: 38246 components: - type: Transform - pos: -56.5,-3.5 - parent: 2 - - uid: 24565 + pos: -2.5,18.5 + parent: 36907 + - uid: 38247 components: - type: Transform - pos: -56.5,-5.5 - parent: 2 - - uid: 24566 + pos: -2.5,19.5 + parent: 36907 + - uid: 38248 components: - type: Transform - pos: -57.5,-5.5 - parent: 2 - - uid: 24567 + pos: -2.5,20.5 + parent: 36907 + - uid: 38249 components: - type: Transform - pos: -58.5,-5.5 - parent: 2 - - uid: 24569 + pos: -2.5,21.5 + parent: 36907 + - uid: 38250 components: - type: Transform - pos: -59.5,-6.5 - parent: 2 - - uid: 24570 + pos: -2.5,22.5 + parent: 36907 + - uid: 38251 components: - type: Transform - pos: -59.5,-7.5 - parent: 2 - - uid: 24571 + pos: -2.5,23.5 + parent: 36907 + - uid: 38252 components: - type: Transform - pos: -60.5,-8.5 - parent: 2 - - uid: 24572 + pos: -2.5,24.5 + parent: 36907 + - uid: 38253 components: - type: Transform - pos: -59.5,-9.5 - parent: 2 - - uid: 24573 + pos: -2.5,25.5 + parent: 36907 + - uid: 38254 components: - type: Transform - pos: -59.5,-12.5 - parent: 2 - - uid: 24574 + pos: -2.5,26.5 + parent: 36907 + - uid: 38255 components: - type: Transform - pos: -59.5,-13.5 - parent: 2 - - uid: 24575 + pos: -2.5,27.5 + parent: 36907 + - uid: 38256 components: - type: Transform - pos: -60.5,-16.5 - parent: 2 - - uid: 24576 + pos: -2.5,28.5 + parent: 36907 + - uid: 38257 components: - type: Transform - pos: -60.5,-17.5 - parent: 2 - - uid: 24577 + pos: -2.5,29.5 + parent: 36907 + - uid: 38258 components: - type: Transform - pos: -61.5,-20.5 - parent: 2 - - uid: 24578 + pos: -2.5,30.5 + parent: 36907 + - uid: 38259 components: - type: Transform - pos: -61.5,-21.5 - parent: 2 - - uid: 24581 + pos: -1.5,5.5 + parent: 36907 + - uid: 38260 components: - type: Transform - pos: -59.5,-22.5 - parent: 2 - - uid: 24582 + pos: -1.5,6.5 + parent: 36907 + - uid: 38261 components: - type: Transform - pos: -58.5,-22.5 - parent: 2 - - uid: 24583 + pos: -1.5,7.5 + parent: 36907 + - uid: 38262 components: - type: Transform - pos: -58.5,-23.5 - parent: 2 - - uid: 24586 + pos: -1.5,8.5 + parent: 36907 + - uid: 38263 components: - type: Transform - pos: -56.5,-24.5 - parent: 2 - - uid: 24587 + pos: -1.5,9.5 + parent: 36907 + - uid: 38264 components: - type: Transform - pos: -55.5,-26.5 - parent: 2 - - uid: 24588 + pos: -1.5,10.5 + parent: 36907 + - uid: 38265 components: - type: Transform - pos: -53.5,-26.5 - parent: 2 - - uid: 24589 + pos: -1.5,11.5 + parent: 36907 + - uid: 38266 components: - type: Transform - pos: -52.5,-26.5 - parent: 2 - - uid: 24606 + pos: -1.5,12.5 + parent: 36907 + - uid: 38267 components: - type: Transform - pos: -49.5,-25.5 - parent: 2 - - uid: 24607 + pos: -1.5,13.5 + parent: 36907 + - uid: 38268 components: - type: Transform - pos: -49.5,-26.5 - parent: 2 - - uid: 24609 + pos: -1.5,14.5 + parent: 36907 + - uid: 38269 components: - type: Transform - pos: -48.5,-27.5 - parent: 2 - - uid: 24610 + pos: -1.5,15.5 + parent: 36907 + - uid: 38270 components: - type: Transform - pos: -48.5,-28.5 - parent: 2 - - uid: 24611 + pos: -1.5,16.5 + parent: 36907 + - uid: 38271 components: - type: Transform - pos: -48.5,-29.5 - parent: 2 - - uid: 24613 + pos: -1.5,17.5 + parent: 36907 + - uid: 38272 components: - type: Transform - pos: -48.5,-31.5 - parent: 2 - - uid: 24625 + pos: -1.5,18.5 + parent: 36907 + - uid: 38273 components: - type: Transform - pos: -71.5,57.5 - parent: 2 - - uid: 24639 + pos: -1.5,19.5 + parent: 36907 + - uid: 38274 components: - type: Transform - pos: -70.5,57.5 - parent: 2 - - uid: 24696 + pos: -1.5,20.5 + parent: 36907 + - uid: 38275 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,64.5 - parent: 2 - - uid: 26178 + pos: -1.5,21.5 + parent: 36907 + - uid: 38276 components: - type: Transform - pos: -61.5,55.5 - parent: 2 - - uid: 26180 + pos: -1.5,22.5 + parent: 36907 + - uid: 38277 components: - type: Transform - pos: -66.5,31.5 - parent: 2 - - uid: 26181 + pos: -1.5,23.5 + parent: 36907 + - uid: 38278 components: - type: Transform - pos: -66.5,30.5 - parent: 2 - - uid: 26182 + pos: -1.5,24.5 + parent: 36907 + - uid: 38279 components: - type: Transform - pos: -66.5,29.5 - parent: 2 - - uid: 26183 + pos: -1.5,25.5 + parent: 36907 + - uid: 38280 components: - type: Transform - pos: -66.5,32.5 - parent: 2 - - uid: 26188 + pos: -1.5,26.5 + parent: 36907 + - uid: 38281 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,62.5 - parent: 2 - - uid: 27682 + pos: -1.5,27.5 + parent: 36907 + - uid: 38282 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,-37.5 - parent: 2 - - uid: 31458 + pos: -1.5,28.5 + parent: 36907 + - uid: 38283 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -73.5,4.5 - parent: 2 - - uid: 31459 + pos: -1.5,29.5 + parent: 36907 + - uid: 38284 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -72.5,4.5 - parent: 2 - - uid: 31460 + pos: -1.5,30.5 + parent: 36907 + - uid: 38285 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -71.5,4.5 - parent: 2 - - uid: 31461 + pos: -0.5,5.5 + parent: 36907 + - uid: 38286 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -71.5,5.5 - parent: 2 - - uid: 31462 + pos: -0.5,6.5 + parent: 36907 + - uid: 38287 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -71.5,6.5 - parent: 2 - - uid: 31463 + pos: -0.5,7.5 + parent: 36907 + - uid: 38288 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -70.5,6.5 - parent: 2 - - uid: 31524 + pos: -0.5,8.5 + parent: 36907 + - uid: 38289 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,-35.5 - parent: 2 - - uid: 31525 + pos: -0.5,9.5 + parent: 36907 + - uid: 38290 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-35.5 - parent: 2 - - uid: 31526 + pos: -0.5,10.5 + parent: 36907 + - uid: 38291 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-36.5 - parent: 2 - - uid: 31527 + pos: -0.5,11.5 + parent: 36907 + - uid: 38292 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-37.5 - parent: 2 - - uid: 31528 + pos: -0.5,12.5 + parent: 36907 + - uid: 38293 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-38.5 - parent: 2 - - uid: 31529 + pos: -0.5,13.5 + parent: 36907 + - uid: 38294 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,-38.5 - parent: 2 - - uid: 31530 + pos: -0.5,14.5 + parent: 36907 + - uid: 38295 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-39.5 - parent: 2 - - uid: 31531 + pos: -0.5,15.5 + parent: 36907 + - uid: 38296 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-40.5 - parent: 2 - - uid: 31532 + pos: -0.5,16.5 + parent: 36907 + - uid: 38297 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-41.5 - parent: 2 - - uid: 31533 + pos: -0.5,17.5 + parent: 36907 + - uid: 38298 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-42.5 - parent: 2 - - uid: 31534 + pos: -0.5,18.5 + parent: 36907 + - uid: 38299 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-43.5 - parent: 2 - - uid: 31696 + pos: -0.5,19.5 + parent: 36907 + - uid: 38300 components: - type: Transform - pos: 3.5,-8.5 - parent: 2 - - uid: 31698 + pos: -0.5,20.5 + parent: 36907 + - uid: 38301 components: - type: Transform - pos: -6.5,-7.5 - parent: 2 - - uid: 31707 + pos: -0.5,21.5 + parent: 36907 + - uid: 38302 components: - type: Transform - pos: 7.5,-7.5 - parent: 2 - - uid: 31710 + pos: -0.5,22.5 + parent: 36907 + - uid: 38303 components: - type: Transform - pos: 7.5,-8.5 - parent: 2 - - uid: 31720 + pos: -0.5,23.5 + parent: 36907 + - uid: 38304 components: - type: Transform - pos: 2.5,-9.5 - parent: 2 - - uid: 33615 + pos: -0.5,24.5 + parent: 36907 + - uid: 38305 components: - type: Transform - pos: -19.5,7.5 - parent: 2 - - uid: 33997 + pos: -0.5,25.5 + parent: 36907 + - uid: 38306 components: - type: Transform - pos: -85.5,63.5 - parent: 2 - - uid: 34003 + pos: -0.5,26.5 + parent: 36907 + - uid: 38307 components: - type: Transform - pos: -87.5,63.5 - parent: 2 - - uid: 34004 + pos: -0.5,27.5 + parent: 36907 + - uid: 38308 components: - type: Transform - pos: -86.5,63.5 - parent: 2 - - uid: 34541 + pos: -0.5,28.5 + parent: 36907 + - uid: 38309 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,2.5 - parent: 30892 - - uid: 34542 + pos: -0.5,29.5 + parent: 36907 + - uid: 38310 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,5.5 - parent: 30892 - - uid: 34554 + pos: -0.5,30.5 + parent: 36907 + - uid: 38311 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,3.5 - parent: 30892 - - uid: 34555 + pos: 0.5,5.5 + parent: 36907 + - uid: 38312 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,5.5 - parent: 30892 - - uid: 34592 + pos: 0.5,6.5 + parent: 36907 + - uid: 38313 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,1.5 - parent: 30892 - - uid: 34594 + pos: 0.5,7.5 + parent: 36907 + - uid: 38314 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,4.5 - parent: 30892 - - uid: 34595 + pos: 0.5,8.5 + parent: 36907 + - uid: 38315 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,4.5 - parent: 30892 - - uid: 34596 + pos: 0.5,9.5 + parent: 36907 + - uid: 38316 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,4.5 - parent: 30892 - - uid: 34598 + pos: 0.5,10.5 + parent: 36907 + - uid: 38317 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,4.5 - parent: 30892 - - uid: 34599 + pos: 0.5,11.5 + parent: 36907 + - uid: 38318 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,5.5 - parent: 30892 - - uid: 34600 + pos: 0.5,12.5 + parent: 36907 + - uid: 38319 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,3.5 - parent: 30892 - - uid: 34601 + pos: 0.5,13.5 + parent: 36907 + - uid: 38320 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,3.5 - parent: 30892 - - uid: 34602 + pos: 0.5,14.5 + parent: 36907 + - uid: 38321 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,5.5 - parent: 30892 - - uid: 34603 + pos: 0.5,15.5 + parent: 36907 + - uid: 38322 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,3.5 - parent: 30892 - - uid: 34609 + pos: 0.5,16.5 + parent: 36907 + - uid: 38323 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,6.5 - parent: 30892 - - uid: 34610 + pos: 0.5,17.5 + parent: 36907 + - uid: 38324 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,6.5 - parent: 30892 - - uid: 34611 + pos: 0.5,18.5 + parent: 36907 + - uid: 38325 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,5.5 - parent: 30892 - - uid: 34612 + pos: 0.5,19.5 + parent: 36907 + - uid: 38326 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,3.5 - parent: 30892 - - uid: 34617 + pos: 0.5,20.5 + parent: 36907 + - uid: 38327 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,2.5 - parent: 30892 - - uid: 34915 + pos: 0.5,21.5 + parent: 36907 + - uid: 38328 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,10.5 - parent: 2 - - uid: 34935 + pos: 0.5,22.5 + parent: 36907 + - uid: 38329 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,18.5 - parent: 2 - - uid: 34936 + pos: 0.5,23.5 + parent: 36907 + - uid: 38330 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,17.5 - parent: 2 - - uid: 34937 + pos: 0.5,24.5 + parent: 36907 + - uid: 38331 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,16.5 - parent: 2 - - uid: 34938 + pos: 0.5,25.5 + parent: 36907 + - uid: 38332 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,15.5 - parent: 2 - - uid: 34939 + pos: 0.5,26.5 + parent: 36907 + - uid: 38333 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,15.5 - parent: 2 - - uid: 34940 + pos: 0.5,27.5 + parent: 36907 + - uid: 38334 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,15.5 - parent: 2 - - uid: 34941 + pos: 0.5,28.5 + parent: 36907 + - uid: 38335 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,16.5 - parent: 2 - - uid: 34942 + pos: 0.5,29.5 + parent: 36907 + - uid: 38336 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,17.5 - parent: 2 - - uid: 34943 + pos: 0.5,30.5 + parent: 36907 + - uid: 38337 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,18.5 - parent: 2 - - uid: 34944 + pos: 1.5,6.5 + parent: 36907 + - uid: 38338 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,17.5 - parent: 2 - - uid: 34945 + pos: 1.5,7.5 + parent: 36907 + - uid: 38339 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,16.5 - parent: 2 - - uid: 34946 + pos: 1.5,8.5 + parent: 36907 + - uid: 38340 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,18.5 - parent: 2 - - uid: 34953 + pos: 1.5,9.5 + parent: 36907 + - uid: 38341 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,15.5 - parent: 2 - - uid: 34954 + pos: 1.5,10.5 + parent: 36907 + - uid: 38342 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,15.5 - parent: 2 - - uid: 34955 + pos: 1.5,11.5 + parent: 36907 + - uid: 38343 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,15.5 - parent: 2 - - uid: 34956 + pos: 1.5,12.5 + parent: 36907 + - uid: 38344 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,15.5 - parent: 2 - - uid: 34957 + pos: 1.5,13.5 + parent: 36907 + - uid: 38345 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,6.5 - parent: 2 - - uid: 34958 + pos: 1.5,14.5 + parent: 36907 + - uid: 38346 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,6.5 - parent: 2 - - uid: 34959 + pos: 1.5,15.5 + parent: 36907 + - uid: 38347 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,6.5 - parent: 2 - - uid: 34960 + pos: 1.5,16.5 + parent: 36907 + - uid: 38348 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,7.5 - parent: 2 - - uid: 34961 + pos: 1.5,17.5 + parent: 36907 + - uid: 38349 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,8.5 - parent: 2 - - uid: 34962 + pos: 1.5,18.5 + parent: 36907 + - uid: 38350 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,9.5 - parent: 2 - - uid: 34963 + pos: 1.5,19.5 + parent: 36907 + - uid: 38351 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,6.5 - parent: 2 - - uid: 34964 + pos: 1.5,20.5 + parent: 36907 + - uid: 38352 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,6.5 - parent: 2 - - uid: 34965 + pos: 1.5,21.5 + parent: 36907 + - uid: 38353 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,6.5 - parent: 2 - - uid: 34966 + pos: 1.5,22.5 + parent: 36907 + - uid: 38354 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,6.5 - parent: 2 - - uid: 34967 + pos: 1.5,23.5 + parent: 36907 + - uid: 38355 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,10.5 - parent: 2 - - uid: 34968 + pos: 1.5,24.5 + parent: 36907 + - uid: 38356 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,6.5 - parent: 2 - - uid: 34969 + pos: 1.5,25.5 + parent: 36907 + - uid: 38357 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,5.5 - parent: 2 - - uid: 34970 + pos: 1.5,26.5 + parent: 36907 + - uid: 38358 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,4.5 - parent: 2 - - uid: 34971 + pos: 1.5,27.5 + parent: 36907 + - uid: 38359 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,3.5 - parent: 2 - - uid: 34972 + pos: 1.5,28.5 + parent: 36907 + - uid: 38360 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,2.5 - parent: 2 - - uid: 34973 + pos: 1.5,29.5 + parent: 36907 + - uid: 38361 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,2.5 - parent: 2 - - uid: 34974 + pos: 1.5,30.5 + parent: 36907 + - uid: 38362 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,2.5 - parent: 2 - - uid: 34975 + pos: -1.5,32.5 + parent: 36907 + - uid: 38363 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,5.5 - parent: 2 - - uid: 34976 + pos: -1.5,31.5 + parent: 36907 + - uid: 38364 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,7.5 - parent: 2 - - uid: 34977 + pos: -1.5,30.5 + parent: 36907 + - uid: 38365 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,10.5 - parent: 2 - - uid: 34978 + pos: -0.5,32.5 + parent: 36907 + - uid: 38366 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,10.5 - parent: 2 - - uid: 34979 + pos: -0.5,31.5 + parent: 36907 + - uid: 38367 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,7.5 - parent: 2 - - uid: 34980 + pos: -0.5,30.5 + parent: 36907 + - uid: 38368 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,5.5 - parent: 2 - - uid: 34981 + pos: 0.5,32.5 + parent: 36907 + - uid: 38369 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,4.5 - parent: 2 - - uid: 34982 + pos: 0.5,31.5 + parent: 36907 + - uid: 38370 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,3.5 - parent: 2 - - uid: 34983 + pos: 0.5,30.5 + parent: 36907 + - uid: 38371 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,2.5 - parent: 2 - - uid: 34984 + pos: 1.5,32.5 + parent: 36907 + - uid: 38372 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,2.5 - parent: 2 - - uid: 34985 + pos: 1.5,31.5 + parent: 36907 + - uid: 38373 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,2.5 - parent: 2 - - uid: 34986 + pos: 1.5,30.5 + parent: 36907 + - uid: 38374 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,2.5 - parent: 2 - - uid: 34987 + pos: 2.5,32.5 + parent: 36907 + - uid: 38375 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,3.5 - parent: 2 - - uid: 34988 + pos: 2.5,31.5 + parent: 36907 + - uid: 38376 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,4.5 - parent: 2 - - uid: 34989 + pos: 2.5,30.5 + parent: 36907 + - uid: 38377 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,8.5 - parent: 2 - - uid: 34990 + pos: 3.5,32.5 + parent: 36907 + - uid: 38378 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,9.5 - parent: 2 - - uid: 34991 + pos: 3.5,31.5 + parent: 36907 + - uid: 38379 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,10.5 - parent: 2 - - uid: 34992 + pos: 3.5,30.5 + parent: 36907 + - uid: 38380 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,10.5 - parent: 2 - - uid: 34993 + pos: 4.5,32.5 + parent: 36907 + - uid: 38381 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,10.5 - parent: 2 - - uid: 34994 + pos: 4.5,31.5 + parent: 36907 + - uid: 38382 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,10.5 - parent: 2 - - uid: 34995 + pos: 4.5,30.5 + parent: 36907 + - uid: 38383 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,9.5 - parent: 2 - - uid: 34996 + pos: 5.5,32.5 + parent: 36907 + - uid: 38384 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,8.5 - parent: 2 - - uid: 34997 + pos: 5.5,31.5 + parent: 36907 + - uid: 38385 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,9.5 - parent: 2 - - uid: 35617 + pos: 5.5,30.5 + parent: 36907 + - uid: 38386 components: - type: Transform - pos: -35.5,60.5 - parent: 2 - - uid: 35619 + pos: 6.5,32.5 + parent: 36907 + - uid: 38387 components: - type: Transform - pos: -35.5,62.5 - parent: 2 - - uid: 35620 + pos: 6.5,31.5 + parent: 36907 + - uid: 38388 components: - type: Transform - pos: -35.5,61.5 - parent: 2 - - uid: 35621 + pos: 6.5,30.5 + parent: 36907 + - uid: 38389 components: - type: Transform - pos: -34.5,61.5 - parent: 2 - - uid: 35829 + pos: 7.5,32.5 + parent: 36907 + - uid: 38390 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,61.5 - parent: 2 - - uid: 36191 + pos: 7.5,31.5 + parent: 36907 + - uid: 38391 + components: + - type: Transform + pos: 7.5,30.5 + parent: 36907 + - uid: 38392 + components: + - type: Transform + pos: 8.5,32.5 + parent: 36907 + - uid: 38393 components: - type: Transform - pos: 3.5,-9.5 - parent: 2 - - uid: 36193 + pos: 8.5,31.5 + parent: 36907 + - uid: 38394 components: - type: Transform - pos: -0.5,-9.5 - parent: 2 - - uid: 36194 + pos: 8.5,30.5 + parent: 36907 + - uid: 38395 components: - type: Transform - pos: -1.5,-9.5 - parent: 2 - - uid: 36198 + pos: 9.5,32.5 + parent: 36907 + - uid: 38396 components: - type: Transform - pos: -2.5,-9.5 - parent: 2 - - uid: 36199 + pos: 9.5,31.5 + parent: 36907 + - uid: 38397 components: - type: Transform - pos: -2.5,-8.5 - parent: 2 - - uid: 36200 + pos: 9.5,30.5 + parent: 36907 + - uid: 38398 components: - type: Transform - pos: 20.5,-8.5 - parent: 2 - - uid: 36201 + pos: 10.5,32.5 + parent: 36907 + - uid: 38399 components: - type: Transform - pos: -8.5,-7.5 - parent: 2 - - uid: 36202 + pos: 10.5,31.5 + parent: 36907 + - uid: 38400 components: - type: Transform - pos: 19.5,-8.5 - parent: 2 - - uid: 36204 + pos: 10.5,30.5 + parent: 36907 + - uid: 38401 components: - type: Transform - pos: 19.5,-7.5 - parent: 2 - - uid: 36205 + pos: 11.5,32.5 + parent: 36907 + - uid: 38402 components: - type: Transform - pos: 18.5,-7.5 - parent: 2 - - uid: 36206 + pos: 11.5,31.5 + parent: 36907 + - uid: 38403 components: - type: Transform - pos: 17.5,-7.5 - parent: 2 - - uid: 36207 + pos: 11.5,30.5 + parent: 36907 + - uid: 38404 components: - type: Transform - pos: 16.5,-7.5 - parent: 2 - - uid: 36208 + pos: 12.5,32.5 + parent: 36907 + - uid: 38405 components: - type: Transform - pos: 11.5,-7.5 - parent: 2 - - uid: 36209 + pos: 12.5,31.5 + parent: 36907 + - uid: 38406 components: - type: Transform - pos: 10.5,-7.5 - parent: 2 - - uid: 36210 + pos: 12.5,30.5 + parent: 36907 + - uid: 38407 components: - type: Transform - pos: 9.5,-7.5 - parent: 2 - - uid: 36211 + pos: 13.5,32.5 + parent: 36907 + - uid: 38408 components: - type: Transform - pos: 8.5,-7.5 - parent: 2 - - uid: 36212 + pos: 13.5,31.5 + parent: 36907 + - uid: 38409 components: - type: Transform - pos: 15.5,-7.5 - parent: 2 - - uid: 36213 + pos: 13.5,30.5 + parent: 36907 + - uid: 38410 components: - type: Transform - pos: 14.5,-7.5 - parent: 2 - - uid: 36214 + pos: 14.5,32.5 + parent: 36907 + - uid: 38411 components: - type: Transform - pos: -10.5,-2.5 - parent: 2 - - uid: 36215 + pos: 14.5,31.5 + parent: 36907 + - uid: 38412 components: - type: Transform - pos: -3.5,-8.5 - parent: 2 - - uid: 36216 + pos: 14.5,30.5 + parent: 36907 + - uid: 38413 components: - type: Transform - pos: -4.5,-8.5 - parent: 2 - - uid: 36217 + pos: 15.5,32.5 + parent: 36907 + - uid: 38414 components: - type: Transform - pos: -9.5,-2.5 - parent: 2 - - uid: 36218 + pos: 15.5,31.5 + parent: 36907 + - uid: 38415 components: - type: Transform - pos: -6.5,-2.5 - parent: 2 - - uid: 36219 + pos: 15.5,30.5 + parent: 36907 + - uid: 38417 components: - type: Transform - pos: 7.5,-0.5 - parent: 2 - - uid: 36221 + pos: 16.5,31.5 + parent: 36907 + - uid: 38418 components: - type: Transform - pos: 8.5,-2.5 - parent: 2 - - uid: 36222 + pos: 16.5,30.5 + parent: 36907 + - uid: 38420 components: - type: Transform - pos: -6.5,-1.5 - parent: 2 - - uid: 36223 + pos: 17.5,30.5 + parent: 36907 + - uid: 38422 components: - type: Transform - pos: 7.5,-1.5 - parent: 2 - - uid: 36224 + pos: 19.5,32.5 + parent: 36907 + - uid: 38423 components: - type: Transform - pos: 7.5,-2.5 - parent: 2 - - uid: 36231 + pos: 20.5,32.5 + parent: 36907 + - uid: 38424 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,11.5 - parent: 2 - - uid: 36233 + pos: 20.5,31.5 + parent: 36907 + - uid: 38425 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-9.5 - parent: 2 - - uid: 36234 + pos: 21.5,32.5 + parent: 36907 + - uid: 38426 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,13.5 - parent: 2 - - uid: 36235 + pos: 21.5,31.5 + parent: 36907 + - uid: 38427 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,14.5 - parent: 2 - - uid: 36236 + pos: 21.5,30.5 + parent: 36907 + - uid: 38428 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,-9.5 - parent: 2 - - uid: 36237 + pos: 22.5,32.5 + parent: 36907 + - uid: 38429 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,12.5 - parent: 2 - - uid: 36238 + pos: 22.5,31.5 + parent: 36907 + - uid: 38430 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,18.5 - parent: 2 - - uid: 36239 + pos: 22.5,30.5 + parent: 36907 + - uid: 38431 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,18.5 - parent: 2 - - uid: 36240 + pos: 23.5,32.5 + parent: 36907 + - uid: 38432 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,19.5 - parent: 2 - - uid: 36242 + pos: 23.5,31.5 + parent: 36907 + - uid: 38433 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,25.5 - parent: 2 - - uid: 36243 + pos: 23.5,30.5 + parent: 36907 + - uid: 38434 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,26.5 - parent: 2 - - uid: 36244 + pos: 24.5,32.5 + parent: 36907 + - uid: 38435 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,26.5 - parent: 2 - - uid: 36245 + pos: 24.5,31.5 + parent: 36907 + - uid: 38436 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,26.5 - parent: 2 - - uid: 36246 + pos: 24.5,30.5 + parent: 36907 + - uid: 38437 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,26.5 - parent: 2 - - uid: 36260 + pos: 25.5,32.5 + parent: 36907 + - uid: 38438 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,12.5 - parent: 2 - - uid: 36261 + pos: 25.5,31.5 + parent: 36907 + - uid: 38439 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-9.5 - parent: 2 - - uid: 36262 + pos: 25.5,30.5 + parent: 36907 + - uid: 38440 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-9.5 - parent: 2 - - uid: 42953 + pos: 26.5,32.5 + parent: 36907 + - uid: 38441 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,3.5 - parent: 2 - - uid: 42963 + pos: 26.5,31.5 + parent: 36907 + - uid: 38442 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,2.5 - parent: 2 - - uid: 42987 + pos: 26.5,30.5 + parent: 36907 + - uid: 38443 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,9.5 - parent: 2 - - uid: 43049 + pos: 27.5,32.5 + parent: 36907 + - uid: 38444 components: - type: Transform - pos: -15.5,37.5 - parent: 2 - - uid: 43050 + pos: 27.5,31.5 + parent: 36907 + - uid: 38445 components: - type: Transform - pos: -14.5,38.5 - parent: 2 - - uid: 43051 + pos: 27.5,30.5 + parent: 36907 + - uid: 38446 components: - type: Transform - pos: -15.5,39.5 - parent: 2 - - uid: 43052 + pos: 28.5,32.5 + parent: 36907 + - uid: 38447 components: - type: Transform - pos: -13.5,38.5 - parent: 2 - - uid: 43053 + pos: 28.5,31.5 + parent: 36907 + - uid: 38448 components: - type: Transform - pos: -14.5,37.5 - parent: 2 - - uid: 43054 + pos: 28.5,30.5 + parent: 36907 + - uid: 38449 components: - type: Transform - pos: -16.5,37.5 - parent: 2 -- proto: CelloInstrument - entities: - - uid: 14248 + pos: 29.5,32.5 + parent: 36907 + - uid: 38450 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.210152,-66.635345 - parent: 2 -- proto: CellRechargerCircuitboard - entities: - - uid: 35690 + pos: 29.5,31.5 + parent: 36907 + - uid: 38451 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -87.3653,77.63181 - parent: 2 -- proto: Chair - entities: - - uid: 87 + pos: 29.5,30.5 + parent: 36907 + - uid: 38452 components: - type: Transform - pos: 3.5,49.5 - parent: 2 - - uid: 786 + pos: 30.5,32.5 + parent: 36907 + - uid: 38453 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,51.5 - parent: 2 - - uid: 1082 + pos: 30.5,31.5 + parent: 36907 + - uid: 38454 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,51.5 - parent: 2 - - uid: 1083 + pos: 30.5,30.5 + parent: 36907 + - uid: 38455 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,49.5 - parent: 2 - - uid: 3132 + pos: 31.5,32.5 + parent: 36907 + - uid: 38456 components: - type: Transform - pos: -33.5,31.5 - parent: 2 - - uid: 3154 + pos: 31.5,31.5 + parent: 36907 + - uid: 38457 components: - type: Transform - pos: -34.5,31.5 - parent: 2 - - uid: 3258 + pos: 31.5,30.5 + parent: 36907 + - uid: 38458 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-16.5 - parent: 2 - - uid: 4466 + pos: 32.5,32.5 + parent: 36907 + - uid: 38459 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,-3.5 - parent: 2 - - uid: 4631 + pos: 32.5,31.5 + parent: 36907 + - uid: 38460 components: - type: Transform - pos: -44.5,1.5 - parent: 2 - - uid: 4635 + pos: 32.5,30.5 + parent: 36907 + - uid: 38461 components: - type: Transform - rot: 3.141592653589793 rad - pos: 68.5,-7.5 - parent: 2 - - uid: 5450 + pos: 33.5,32.5 + parent: 36907 + - uid: 38462 components: - type: Transform - pos: -57.5,-30.5 - parent: 2 - - uid: 5484 + pos: 33.5,31.5 + parent: 36907 + - uid: 38463 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,-32.5 - parent: 2 - - uid: 5486 + pos: 33.5,30.5 + parent: 36907 + - uid: 38464 components: - type: Transform - pos: -58.5,-30.5 - parent: 2 - - uid: 5487 + pos: 34.5,32.5 + parent: 36907 + - uid: 38465 components: - type: Transform - pos: -59.5,-32.5 - parent: 2 - - uid: 6057 + pos: 34.5,31.5 + parent: 36907 + - uid: 38466 components: - type: Transform - pos: 7.5,-54.5 - parent: 2 - - uid: 7810 + pos: 34.5,30.5 + parent: 36907 + - uid: 38467 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,29.5 - parent: 2 - - uid: 7815 + pos: 35.5,32.5 + parent: 36907 + - uid: 38468 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,29.5 - parent: 2 - - uid: 8240 + pos: 35.5,31.5 + parent: 36907 + - uid: 38469 components: - type: Transform - pos: 15.5,32.5 - parent: 2 - - uid: 8875 + pos: 35.5,30.5 + parent: 36907 + - uid: 38470 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,-16.5 - parent: 2 - - uid: 10015 + pos: 36.5,32.5 + parent: 36907 + - uid: 38471 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,44.5 - parent: 2 - - uid: 10209 + pos: 36.5,31.5 + parent: 36907 + - uid: 38472 components: - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,31.5 - parent: 2 - - uid: 10210 + pos: 36.5,30.5 + parent: 36907 + - uid: 38473 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,31.5 - parent: 2 - - uid: 10213 + pos: 37.5,32.5 + parent: 36907 + - uid: 38474 components: - type: Transform - pos: 24.5,33.5 - parent: 2 - - uid: 10214 + pos: 37.5,31.5 + parent: 36907 + - uid: 38475 components: - type: Transform - pos: 25.5,33.5 - parent: 2 - - uid: 10219 + pos: 37.5,30.5 + parent: 36907 + - uid: 38476 components: - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,42.5 - parent: 2 - - uid: 10231 + pos: 38.5,32.5 + parent: 36907 + - uid: 38477 components: - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,42.5 - parent: 2 - - uid: 10402 + pos: 38.5,31.5 + parent: 36907 + - uid: 38478 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-52.5 - parent: 2 - - uid: 10406 + pos: 38.5,30.5 + parent: 36907 + - uid: 38479 components: - type: Transform - pos: 6.5,-54.5 - parent: 2 - - uid: 10407 + pos: 39.5,32.5 + parent: 36907 + - uid: 38480 components: - type: Transform - pos: 5.5,-54.5 - parent: 2 - - uid: 10419 + pos: 39.5,31.5 + parent: 36907 + - uid: 38481 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-52.5 - parent: 2 - - uid: 10420 + pos: 39.5,30.5 + parent: 36907 + - uid: 38482 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-52.5 - parent: 2 - - uid: 10440 + pos: 40.5,32.5 + parent: 36907 + - uid: 38483 components: - type: Transform - pos: -6.5,-54.5 - parent: 2 - - uid: 10444 + pos: 40.5,31.5 + parent: 36907 + - uid: 38484 components: - type: Transform - pos: -4.5,-54.5 - parent: 2 - - uid: 10487 + pos: 40.5,30.5 + parent: 36907 + - uid: 38485 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,43.5 - parent: 2 - - uid: 10488 + pos: 41.5,32.5 + parent: 36907 + - uid: 38486 components: - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,43.5 - parent: 2 - - uid: 10489 + pos: 41.5,31.5 + parent: 36907 + - uid: 38487 components: - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,43.5 - parent: 2 - - uid: 10490 + pos: 41.5,30.5 + parent: 36907 + - uid: 38488 components: - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,43.5 - parent: 2 - - uid: 10491 + pos: 42.5,32.5 + parent: 36907 + - uid: 38489 components: - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,44.5 - parent: 2 - - uid: 10492 + pos: 42.5,31.5 + parent: 36907 + - uid: 38490 components: - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,44.5 - parent: 2 - - uid: 10493 + pos: 42.5,30.5 + parent: 36907 + - uid: 38491 components: - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,44.5 - parent: 2 - - uid: 10586 + pos: 43.5,32.5 + parent: 36907 + - uid: 38492 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 65.5,-3.5 - parent: 2 - - uid: 10587 + pos: 43.5,31.5 + parent: 36907 + - uid: 38493 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 65.5,-2.5 - parent: 2 - - uid: 10588 + pos: 43.5,30.5 + parent: 36907 + - uid: 38494 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 65.5,-1.5 - parent: 2 - - uid: 10589 + pos: 44.5,32.5 + parent: 36907 + - uid: 38495 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 65.5,-0.5 - parent: 2 - - uid: 10592 + pos: 44.5,31.5 + parent: 36907 + - uid: 38496 components: - type: Transform - pos: 64.5,3.5 - parent: 2 - - uid: 10595 + pos: 44.5,30.5 + parent: 36907 + - uid: 38497 components: - type: Transform - pos: 65.5,3.5 - parent: 2 - - uid: 10596 + pos: 45.5,32.5 + parent: 36907 + - uid: 38498 components: - type: Transform - pos: 66.5,3.5 - parent: 2 - - uid: 10597 + pos: 45.5,31.5 + parent: 36907 + - uid: 38499 components: - type: Transform - pos: 67.5,3.5 - parent: 2 - - uid: 10598 + pos: 45.5,30.5 + parent: 36907 + - uid: 38500 components: - type: Transform - pos: 68.5,3.5 - parent: 2 - - uid: 10603 + pos: 46.5,32.5 + parent: 36907 + - uid: 38501 components: - type: Transform - rot: 3.141592653589793 rad - pos: 67.5,-7.5 - parent: 2 - - uid: 10604 + pos: 46.5,31.5 + parent: 36907 + - uid: 38502 components: - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,-7.5 - parent: 2 - - uid: 10605 + pos: 46.5,30.5 + parent: 36907 + - uid: 38503 components: - type: Transform - rot: 3.141592653589793 rad - pos: 65.5,-7.5 - parent: 2 - - uid: 10606 + pos: 47.5,32.5 + parent: 36907 + - uid: 38504 components: - type: Transform - rot: 3.141592653589793 rad - pos: 64.5,-7.5 - parent: 2 - - uid: 10616 + pos: 47.5,31.5 + parent: 36907 + - uid: 38505 components: - type: Transform - rot: 3.141592653589793 rad - pos: 62.5,-6.5 - parent: 2 - - uid: 10617 + pos: 47.5,30.5 + parent: 36907 + - uid: 38506 components: - type: Transform - pos: 62.5,-4.5 - parent: 2 - - uid: 10675 + pos: 48.5,32.5 + parent: 36907 + - uid: 38507 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-82.5 - parent: 2 - - uid: 10676 + pos: 48.5,31.5 + parent: 36907 + - uid: 38508 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-82.5 - parent: 2 - - uid: 10677 + pos: 48.5,30.5 + parent: 36907 + - uid: 38509 components: - type: Transform - pos: -6.5,-80.5 - parent: 2 - - uid: 10678 + pos: 49.5,32.5 + parent: 36907 + - uid: 38510 components: - type: Transform - pos: 7.5,-80.5 - parent: 2 - - uid: 10716 + pos: 49.5,31.5 + parent: 36907 + - uid: 38511 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-80.5 - parent: 2 - - uid: 10723 + pos: 49.5,30.5 + parent: 36907 + - uid: 38512 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-81.5 - parent: 2 - - uid: 10724 + pos: 50.5,32.5 + parent: 36907 + - uid: 38513 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-80.5 - parent: 2 - - uid: 11151 + pos: 50.5,31.5 + parent: 36907 + - uid: 38514 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 65.5,-24.5 - parent: 2 - - uid: 11269 + pos: 50.5,30.5 + parent: 36907 + - uid: 38515 components: - type: Transform - pos: 64.5,-28.5 - parent: 2 - - uid: 11414 + pos: 51.5,32.5 + parent: 36907 + - uid: 38516 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 58.5,-25.5 - parent: 2 - - uid: 11764 + pos: 51.5,31.5 + parent: 36907 + - uid: 38517 components: - type: Transform - pos: 31.5,-28.5 - parent: 2 - - uid: 11765 + pos: 51.5,30.5 + parent: 36907 + - uid: 38518 components: - type: Transform - pos: 33.5,-28.5 - parent: 2 - - uid: 11768 + pos: 52.5,32.5 + parent: 36907 + - uid: 38519 components: - type: Transform - pos: 32.5,-28.5 - parent: 2 - - uid: 11769 + pos: 52.5,31.5 + parent: 36907 + - uid: 38520 components: - type: Transform - pos: 29.5,-28.5 - parent: 2 - - uid: 11770 + pos: 52.5,30.5 + parent: 36907 + - uid: 38521 components: - type: Transform - pos: 35.5,-28.5 - parent: 2 - - uid: 11838 + pos: 53.5,32.5 + parent: 36907 + - uid: 38522 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,25.5 - parent: 2 - - uid: 11872 + pos: 53.5,31.5 + parent: 36907 + - uid: 38523 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 60.5,24.5 - parent: 2 - - uid: 11873 + pos: 53.5,30.5 + parent: 36907 + - uid: 38524 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 60.5,23.5 - parent: 2 - - uid: 11874 + pos: 54.5,32.5 + parent: 36907 + - uid: 38525 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 60.5,22.5 - parent: 2 - - uid: 11875 + pos: 54.5,31.5 + parent: 36907 + - uid: 38526 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 60.5,21.5 - parent: 2 - - uid: 11876 + pos: 54.5,30.5 + parent: 36907 + - uid: 38527 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 60.5,20.5 - parent: 2 - - uid: 11877 + pos: 55.5,32.5 + parent: 36907 + - uid: 38528 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,24.5 - parent: 2 - - uid: 11878 + pos: 55.5,31.5 + parent: 36907 + - uid: 38529 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,23.5 - parent: 2 - - uid: 11879 + pos: 55.5,30.5 + parent: 36907 + - uid: 38530 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,22.5 - parent: 2 - - uid: 11880 + pos: 56.5,32.5 + parent: 36907 + - uid: 38531 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,21.5 - parent: 2 - - uid: 11881 + pos: 56.5,31.5 + parent: 36907 + - uid: 38532 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,20.5 - parent: 2 - - uid: 11882 + pos: 56.5,30.5 + parent: 36907 + - uid: 38533 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,24.5 - parent: 2 - - uid: 11883 + pos: 57.5,32.5 + parent: 36907 + - uid: 38534 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,23.5 - parent: 2 - - uid: 11884 + pos: 57.5,31.5 + parent: 36907 + - uid: 38535 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,22.5 - parent: 2 - - uid: 11885 + pos: 57.5,30.5 + parent: 36907 + - uid: 38536 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,21.5 - parent: 2 - - uid: 11886 + pos: 58.5,32.5 + parent: 36907 + - uid: 38537 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,20.5 - parent: 2 - - uid: 11887 + pos: 58.5,31.5 + parent: 36907 + - uid: 38538 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 63.5,24.5 - parent: 2 - - uid: 11888 + pos: 58.5,30.5 + parent: 36907 + - uid: 38539 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 63.5,23.5 - parent: 2 - - uid: 11889 + pos: 59.5,32.5 + parent: 36907 + - uid: 38540 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 63.5,22.5 - parent: 2 - - uid: 11890 + pos: 59.5,31.5 + parent: 36907 + - uid: 38541 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 63.5,21.5 - parent: 2 - - uid: 11891 + pos: 59.5,30.5 + parent: 36907 + - uid: 38542 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 63.5,20.5 - parent: 2 - - uid: 12292 + pos: 60.5,32.5 + parent: 36907 + - uid: 38543 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,46.5 - parent: 2 - - uid: 12293 + pos: 60.5,31.5 + parent: 36907 + - uid: 38544 components: - type: Transform - pos: 4.5,48.5 - parent: 2 - - uid: 12315 + pos: 60.5,30.5 + parent: 36907 + - uid: 38545 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,16.5 - parent: 2 - - uid: 12583 + pos: 61.5,32.5 + parent: 36907 + - uid: 38546 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-64.5 - parent: 2 - - uid: 12584 + pos: 61.5,31.5 + parent: 36907 + - uid: 38547 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-65.5 - parent: 2 - - uid: 12585 + pos: 61.5,30.5 + parent: 36907 + - uid: 38548 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-64.5 - parent: 2 - - uid: 12586 + pos: 62.5,32.5 + parent: 36907 + - uid: 38549 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-65.5 - parent: 2 - - uid: 12602 + pos: 62.5,31.5 + parent: 36907 + - uid: 38550 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-82.5 - parent: 2 - - uid: 12623 + pos: 62.5,30.5 + parent: 36907 + - uid: 38551 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,-0.5 - parent: 2 - - uid: 12624 + pos: 63.5,32.5 + parent: 36907 + - uid: 38552 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,-2.5 - parent: 2 - - uid: 12631 + pos: 63.5,31.5 + parent: 36907 + - uid: 38553 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,-9.5 - parent: 2 - - uid: 12632 + pos: 63.5,30.5 + parent: 36907 + - uid: 38554 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,-10.5 - parent: 2 - - uid: 12633 + pos: 64.5,32.5 + parent: 36907 + - uid: 38555 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,-11.5 - parent: 2 - - uid: 12634 + pos: 64.5,31.5 + parent: 36907 + - uid: 38556 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-9.5 - parent: 2 - - uid: 12635 + pos: 64.5,30.5 + parent: 36907 + - uid: 38557 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-11.5 - parent: 2 - - uid: 12654 + pos: 60.5,29.5 + parent: 36907 + - uid: 38558 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,-1.5 - parent: 2 - - uid: 13575 + pos: 60.5,28.5 + parent: 36907 + - uid: 38559 components: - type: Transform - pos: -6.5,-61.5 - parent: 2 - - uid: 13576 + pos: 60.5,27.5 + parent: 36907 + - uid: 38560 components: - type: Transform - pos: -5.5,-61.5 - parent: 2 - - uid: 13577 + pos: 60.5,26.5 + parent: 36907 + - uid: 38561 components: - type: Transform - pos: -4.5,-61.5 - parent: 2 - - uid: 13578 + pos: 60.5,25.5 + parent: 36907 + - uid: 38562 components: - type: Transform - pos: 5.5,-61.5 - parent: 2 - - uid: 13579 + pos: 60.5,24.5 + parent: 36907 + - uid: 38563 components: - type: Transform - pos: 6.5,-61.5 - parent: 2 - - uid: 13580 + pos: 60.5,23.5 + parent: 36907 + - uid: 38564 components: - type: Transform - pos: 7.5,-61.5 - parent: 2 - - uid: 13693 + pos: 60.5,22.5 + parent: 36907 + - uid: 38565 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,-32.5 - parent: 2 - - uid: 13694 + pos: 60.5,21.5 + parent: 36907 + - uid: 38566 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-24.5 - parent: 2 - - uid: 13696 + pos: 60.5,20.5 + parent: 36907 + - uid: 38567 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-24.5 - parent: 2 - - uid: 13698 + pos: 60.5,19.5 + parent: 36907 + - uid: 38568 components: - type: Transform - pos: -35.5,-20.5 - parent: 2 - - uid: 13699 + pos: 60.5,18.5 + parent: 36907 + - uid: 38569 components: - type: Transform - pos: -34.5,-20.5 - parent: 2 - - uid: 13701 + pos: 60.5,17.5 + parent: 36907 + - uid: 38570 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,-31.5 - parent: 2 - - uid: 13905 + pos: 60.5,16.5 + parent: 36907 + - uid: 38571 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,51.5 - parent: 2 - - uid: 13906 + pos: 60.5,15.5 + parent: 36907 + - uid: 38572 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,50.5 - parent: 2 - - uid: 13943 + pos: 60.5,14.5 + parent: 36907 + - uid: 38573 components: - type: Transform - rot: 3.141592653589793 rad - pos: 72.5,-0.5 - parent: 2 - - uid: 13958 + pos: 60.5,13.5 + parent: 36907 + - uid: 38574 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-44.5 - parent: 2 - - uid: 14191 + pos: 60.5,12.5 + parent: 36907 + - uid: 38575 components: - type: Transform - pos: -41.5,1.5 - parent: 2 - - uid: 14219 + pos: 60.5,11.5 + parent: 36907 + - uid: 38576 components: - type: Transform - pos: -42.5,1.5 - parent: 2 - - uid: 14449 + pos: 60.5,10.5 + parent: 36907 + - uid: 38577 components: - type: Transform - pos: -34.5,49.5 - parent: 2 - - uid: 14452 + pos: 60.5,9.5 + parent: 36907 + - uid: 38578 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,50.5 - parent: 2 - - uid: 14453 + pos: 60.5,8.5 + parent: 36907 + - uid: 38579 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,49.5 - parent: 2 - - uid: 14454 + pos: 60.5,7.5 + parent: 36907 + - uid: 38580 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,50.5 - parent: 2 - - uid: 14455 + pos: 60.5,6.5 + parent: 36907 + - uid: 38581 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,49.5 - parent: 2 - - uid: 14734 + pos: 60.5,5.5 + parent: 36907 + - uid: 38582 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-52.5 - parent: 2 - - uid: 15338 + pos: 60.5,4.5 + parent: 36907 + - uid: 38583 components: - type: Transform - pos: -2.5,-0.5 - parent: 14592 - - uid: 15827 + pos: 60.5,3.5 + parent: 36907 + - uid: 38584 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-0.5 - parent: 14592 - - uid: 23758 + pos: 60.5,2.5 + parent: 36907 + - uid: 38585 components: - type: Transform - pos: 72.5,1.5 - parent: 2 - - uid: 26663 + pos: 60.5,1.5 + parent: 36907 + - uid: 38586 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,37.5 - parent: 2 - - uid: 26679 + pos: 60.5,0.5 + parent: 36907 + - uid: 38587 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,51.5 - parent: 2 - - uid: 26849 + pos: 60.5,-0.5 + parent: 36907 + - uid: 38588 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-37.5 - parent: 2 - - uid: 26850 + pos: 60.5,-1.5 + parent: 36907 + - uid: 38589 components: - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,-37.5 - parent: 2 - - uid: 27219 + pos: 60.5,-2.5 + parent: 36907 + - uid: 38590 components: - type: Transform - pos: 67.5,17.5 - parent: 2 - - uid: 27221 + pos: 60.5,-3.5 + parent: 36907 + - uid: 38591 components: - type: Transform - rot: 3.141592653589793 rad - pos: 67.5,15.5 - parent: 2 - - uid: 27391 + pos: 60.5,-4.5 + parent: 36907 + - uid: 38592 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,-40.5 - parent: 2 - - uid: 27392 + pos: 60.5,-5.5 + parent: 36907 + - uid: 38593 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 43.5,-40.5 - parent: 2 - - uid: 27693 + pos: 60.5,-6.5 + parent: 36907 + - uid: 38594 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 72.5,-12.5 - parent: 2 - - uid: 31643 + pos: 60.5,-7.5 + parent: 36907 + - uid: 38595 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,69.5 - parent: 2 - - uid: 31644 + pos: 60.5,-8.5 + parent: 36907 + - uid: 38596 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,69.5 - parent: 2 - - uid: 32221 + pos: 60.5,-9.5 + parent: 36907 + - uid: 38597 components: - type: Transform - pos: 32.5,35.5 - parent: 2 - - uid: 32222 + pos: 60.5,-10.5 + parent: 36907 + - uid: 38598 components: - type: Transform - pos: 33.5,35.5 - parent: 2 - - uid: 33460 + pos: 60.5,-11.5 + parent: 36907 + - uid: 38599 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,51.5 - parent: 2 - - uid: 33461 + pos: 60.5,-12.5 + parent: 36907 + - uid: 38600 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,51.5 - parent: 2 - - uid: 33465 + pos: 60.5,-13.5 + parent: 36907 + - uid: 38601 components: - type: Transform - pos: -19.5,44.5 - parent: 2 - - uid: 33466 + pos: 60.5,-14.5 + parent: 36907 + - uid: 38602 components: - type: Transform - pos: -18.5,44.5 - parent: 2 - - uid: 33467 + pos: 60.5,-15.5 + parent: 36907 + - uid: 38603 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,-17.5 - parent: 2 - - uid: 33468 + pos: 60.5,-16.5 + parent: 36907 + - uid: 38604 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,-18.5 - parent: 2 - - uid: 33469 + pos: 60.5,-17.5 + parent: 36907 + - uid: 38605 components: - type: Transform - pos: -40.5,-30.5 - parent: 2 - - uid: 33470 + pos: 60.5,-18.5 + parent: 36907 + - uid: 38606 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-52.5 - parent: 2 - - uid: 33471 + pos: 60.5,-19.5 + parent: 36907 + - uid: 38607 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-40.5 - parent: 2 - - uid: 33472 + pos: 60.5,-20.5 + parent: 36907 + - uid: 38608 components: - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,-40.5 - parent: 2 - - uid: 33473 + pos: 60.5,-21.5 + parent: 36907 + - uid: 38609 components: - type: Transform - pos: 39.5,-33.5 - parent: 2 - - uid: 33474 + pos: 60.5,-22.5 + parent: 36907 + - uid: 38610 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,-4.5 - parent: 2 - - uid: 33475 + pos: 60.5,-23.5 + parent: 36907 + - uid: 38611 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,-3.5 - parent: 2 - - uid: 33476 + pos: 60.5,-24.5 + parent: 36907 + - uid: 38612 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,-2.5 - parent: 2 - - uid: 33482 + pos: 60.5,-25.5 + parent: 36907 + - uid: 38613 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,45.5 - parent: 2 - - uid: 33483 + pos: 61.5,29.5 + parent: 36907 + - uid: 38614 components: - type: Transform - pos: -0.5,47.5 - parent: 2 - - uid: 33491 + pos: 61.5,28.5 + parent: 36907 + - uid: 38615 components: - type: Transform - pos: 9.5,-49.5 - parent: 2 - - uid: 33492 + pos: 61.5,27.5 + parent: 36907 + - uid: 38616 components: - type: Transform - pos: 10.5,-49.5 - parent: 2 - - uid: 34363 + pos: 61.5,26.5 + parent: 36907 + - uid: 38617 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-7.5 - parent: 2 - - uid: 34364 + pos: 61.5,25.5 + parent: 36907 + - uid: 38618 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,-7.5 - parent: 2 - - uid: 35137 + pos: 61.5,24.5 + parent: 36907 + - uid: 38619 components: - type: Transform - pos: 56.5,53.5 - parent: 2 - - uid: 36323 + pos: 61.5,23.5 + parent: 36907 + - uid: 38620 components: - type: Transform - pos: 41.5,-13.5 - parent: 2 - - uid: 36330 + pos: 61.5,22.5 + parent: 36907 + - uid: 38621 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,-11.5 - parent: 2 - - uid: 36331 + pos: 61.5,21.5 + parent: 36907 + - uid: 38622 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,-12.5 - parent: 2 - - uid: 36776 + pos: 61.5,20.5 + parent: 36907 + - uid: 38623 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 57.5,40.5 - parent: 2 - - uid: 36777 + pos: 61.5,19.5 + parent: 36907 + - uid: 38624 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 57.5,43.5 - parent: 2 - - uid: 36778 + pos: 61.5,18.5 + parent: 36907 + - uid: 38625 components: - type: Transform - pos: 53.5,51.5 - parent: 2 - - uid: 36779 + pos: 61.5,17.5 + parent: 36907 + - uid: 38626 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,47.5 - parent: 2 - - uid: 36780 + pos: 61.5,16.5 + parent: 36907 + - uid: 38627 components: - type: Transform - pos: 49.5,51.5 - parent: 2 - - uid: 36783 + pos: 61.5,15.5 + parent: 36907 + - uid: 38628 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 57.5,37.5 - parent: 2 -- proto: ChairCarp - entities: - - uid: 8445 + pos: 61.5,14.5 + parent: 36907 + - uid: 38629 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,32.5 - parent: 2 - - uid: 33924 + pos: 61.5,13.5 + parent: 36907 + - uid: 38630 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,-22.5 - parent: 2 -- proto: ChairCursed - entities: - - uid: 10907 + pos: 61.5,12.5 + parent: 36907 + - uid: 38631 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-52.5 - parent: 2 - - uid: 10908 + pos: 61.5,11.5 + parent: 36907 + - uid: 38632 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-53.5 - parent: 2 - - uid: 10909 + pos: 61.5,10.5 + parent: 36907 + - uid: 38633 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-52.5 - parent: 2 - - uid: 10910 + pos: 61.5,9.5 + parent: 36907 + - uid: 38634 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-53.5 - parent: 2 -- proto: ChairFolding - entities: - - uid: 3192 + pos: 61.5,8.5 + parent: 36907 + - uid: 38635 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,23.5 - parent: 2 - - uid: 13729 + pos: 61.5,7.5 + parent: 36907 + - uid: 38636 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-55.5 - parent: 2 - - uid: 13730 + pos: 61.5,6.5 + parent: 36907 + - uid: 38637 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-56.5 - parent: 2 - - uid: 13731 + pos: 61.5,5.5 + parent: 36907 + - uid: 38638 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-55.5 - parent: 2 - - uid: 13732 + pos: 61.5,4.5 + parent: 36907 + - uid: 38639 components: - type: Transform - pos: -31.5,-52.5 - parent: 2 - - uid: 13733 + pos: 61.5,3.5 + parent: 36907 + - uid: 38640 components: - type: Transform - pos: -30.5,-52.5 - parent: 2 - - uid: 14048 + pos: 61.5,2.5 + parent: 36907 + - uid: 38641 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-1.5 - parent: 2 - - uid: 14049 + pos: 61.5,1.5 + parent: 36907 + - uid: 38642 components: - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,-1.5 - parent: 2 - - uid: 14050 + pos: 61.5,0.5 + parent: 36907 + - uid: 38643 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,-0.5 - parent: 2 - - uid: 14051 + pos: 61.5,-0.5 + parent: 36907 + - uid: 38644 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,0.5 - parent: 2 - - uid: 14052 + pos: 61.5,-1.5 + parent: 36907 + - uid: 38645 components: - type: Transform - pos: -31.5,1.5 - parent: 2 - - uid: 14053 + pos: 61.5,-2.5 + parent: 36907 + - uid: 38646 components: - type: Transform - pos: -32.5,1.5 - parent: 2 - - uid: 14134 + pos: 61.5,-3.5 + parent: 36907 + - uid: 38647 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,8.5 - parent: 2 - - uid: 14146 + pos: 61.5,-4.5 + parent: 36907 + - uid: 38648 components: - type: Transform - pos: -8.5,20.5 - parent: 2 - - uid: 14149 + pos: 61.5,-5.5 + parent: 36907 + - uid: 38649 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,3.5 - parent: 2 - - uid: 14150 + pos: 61.5,-6.5 + parent: 36907 + - uid: 38650 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,3.5 - parent: 2 - - uid: 14239 + pos: 61.5,-7.5 + parent: 36907 + - uid: 38651 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,-51.5 - parent: 2 - - uid: 14241 + pos: 61.5,-8.5 + parent: 36907 + - uid: 38652 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,-53.5 - parent: 2 - - uid: 14571 + pos: 61.5,-9.5 + parent: 36907 + - uid: 38653 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,-17.5 - parent: 2 - - uid: 24227 + pos: 61.5,-10.5 + parent: 36907 + - uid: 38654 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-63.5 - parent: 2 - - uid: 24233 + pos: 61.5,-11.5 + parent: 36907 + - uid: 38655 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,-63.5 - parent: 2 - - uid: 26730 + pos: 61.5,-12.5 + parent: 36907 + - uid: 38656 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-70.5 - parent: 2 - - uid: 31675 + pos: 61.5,-13.5 + parent: 36907 + - uid: 38657 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,77.5 - parent: 2 - - uid: 31756 + pos: 61.5,-14.5 + parent: 36907 + - uid: 38658 components: - type: Transform - pos: 76.5,-57.5 - parent: 2 - - uid: 31757 + pos: 61.5,-15.5 + parent: 36907 + - uid: 38659 components: - type: Transform - pos: 77.5,-57.5 - parent: 2 - - uid: 36884 + pos: 61.5,-16.5 + parent: 36907 + - uid: 38660 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -82.5,-22.5 - parent: 2 -- proto: ChairFoldingSpawnFolded - entities: - - uid: 13692 + pos: 61.5,-17.5 + parent: 36907 + - uid: 38661 components: - type: Transform - pos: -30.499659,-23.96147 - parent: 2 - - uid: 13734 + pos: 61.5,-18.5 + parent: 36907 + - uid: 38662 components: - type: Transform - pos: -32.475544,-52.79074 - parent: 2 - - uid: 14054 + pos: 61.5,-19.5 + parent: 36907 + - uid: 38663 components: - type: Transform - pos: -27.492933,4.0674667 - parent: 2 - - uid: 14055 + pos: 61.5,-20.5 + parent: 36907 + - uid: 38664 components: - type: Transform - pos: -27.492933,3.789959 - parent: 2 - - uid: 14147 + pos: 61.5,-21.5 + parent: 36907 + - uid: 38665 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.508318,20.823051 - parent: 2 - - uid: 14148 + pos: 61.5,-22.5 + parent: 36907 + - uid: 38666 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.211443,20.510551 - parent: 2 - - uid: 14243 + pos: 61.5,-23.5 + parent: 36907 + - uid: 38667 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.539906,-50.107502 - parent: 2 - - uid: 14244 + pos: 61.5,-24.5 + parent: 36907 + - uid: 38668 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.39928,-50.295002 - parent: 2 - - uid: 31625 + pos: 61.5,-25.5 + parent: 36907 + - uid: 38669 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.38071,76.27988 - parent: 2 - - uid: 36885 + pos: 62.5,29.5 + parent: 36907 + - uid: 38670 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -84.60042,-22.25599 - parent: 2 -- proto: ChairOfficeDark - entities: - - uid: 4899 + pos: 62.5,28.5 + parent: 36907 + - uid: 38671 components: - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,-22.5 - parent: 2 - - uid: 5121 + pos: 62.5,27.5 + parent: 36907 + - uid: 38672 components: - type: Transform - pos: -19.5,-35.5 - parent: 2 - - uid: 5147 + pos: 62.5,26.5 + parent: 36907 + - uid: 38673 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-38.5 - parent: 2 - - uid: 5165 + pos: 62.5,25.5 + parent: 36907 + - uid: 38674 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-29.5 - parent: 2 - - uid: 5187 + pos: 62.5,24.5 + parent: 36907 + - uid: 38675 components: - type: Transform - pos: -31.5,-33.5 - parent: 2 - - uid: 5242 + pos: 62.5,23.5 + parent: 36907 + - uid: 38676 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-24.5 - parent: 2 - - uid: 5494 + pos: 62.5,22.5 + parent: 36907 + - uid: 38677 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,-54.5 - parent: 2 - - uid: 5548 + pos: 62.5,21.5 + parent: 36907 + - uid: 38678 components: - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,-44.5 - parent: 2 - - uid: 5549 + pos: 62.5,20.5 + parent: 36907 + - uid: 38679 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,-37.5 - parent: 2 - - uid: 5556 + pos: 62.5,19.5 + parent: 36907 + - uid: 38680 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-45.5 - parent: 2 - - uid: 5608 + pos: 62.5,18.5 + parent: 36907 + - uid: 38681 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-42.5 - parent: 2 - - uid: 5617 + pos: 62.5,17.5 + parent: 36907 + - uid: 38682 components: - type: Transform - pos: -3.5,-46.5 - parent: 2 - - uid: 5689 + pos: 62.5,16.5 + parent: 36907 + - uid: 38683 components: - type: Transform - pos: -8.5,-45.5 - parent: 2 - - uid: 5709 + pos: 62.5,15.5 + parent: 36907 + - uid: 38684 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-36.5 - parent: 2 - - uid: 5710 + pos: 62.5,14.5 + parent: 36907 + - uid: 38685 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-38.5 - parent: 2 - - uid: 5712 + pos: 62.5,13.5 + parent: 36907 + - uid: 38686 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-37.5 - parent: 2 - - uid: 5715 + pos: 62.5,12.5 + parent: 36907 + - uid: 38687 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-36.5 - parent: 2 - - uid: 5719 + pos: 62.5,11.5 + parent: 36907 + - uid: 38688 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-38.5 - parent: 2 - - uid: 5720 + pos: 62.5,10.5 + parent: 36907 + - uid: 38689 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-38.5 - parent: 2 - - uid: 5723 + pos: 62.5,9.5 + parent: 36907 + - uid: 38690 components: - type: Transform - pos: -5.5,-36.5 - parent: 2 - - uid: 5727 + pos: 62.5,8.5 + parent: 36907 + - uid: 38691 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-37.5 - parent: 2 - - uid: 5799 + pos: 62.5,7.5 + parent: 36907 + - uid: 38692 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-26.5 - parent: 2 - - uid: 5800 + pos: 62.5,6.5 + parent: 36907 + - uid: 38693 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-26.5 - parent: 2 - - uid: 5801 + pos: 62.5,5.5 + parent: 36907 + - uid: 38694 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-26.5 - parent: 2 - - uid: 6122 + pos: 62.5,4.5 + parent: 36907 + - uid: 38695 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-34.5 - parent: 2 - - uid: 6157 + pos: 62.5,3.5 + parent: 36907 + - uid: 38696 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-38.5 - parent: 2 - - uid: 6302 + pos: 62.5,2.5 + parent: 36907 + - uid: 38697 components: - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,35.5 - parent: 2 - - uid: 6736 + pos: 62.5,1.5 + parent: 36907 + - uid: 38698 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-17.5 - parent: 2 - - uid: 6782 + pos: 62.5,0.5 + parent: 36907 + - uid: 38699 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-30.5 - parent: 2 - - uid: 6783 + pos: 62.5,-0.5 + parent: 36907 + - uid: 38700 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-35.5 - parent: 2 - - uid: 6784 + pos: 62.5,-1.5 + parent: 36907 + - uid: 38701 components: - type: Transform - pos: 24.5,-38.5 - parent: 2 - - uid: 6890 + pos: 62.5,-2.5 + parent: 36907 + - uid: 38702 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-12.5 - parent: 2 - - uid: 6950 + pos: 62.5,-3.5 + parent: 36907 + - uid: 38703 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,-25.5 - parent: 2 - - uid: 7333 + pos: 62.5,-4.5 + parent: 36907 + - uid: 38704 components: - type: Transform - pos: -32.5,33.5 - parent: 2 - - uid: 7334 + pos: 62.5,-5.5 + parent: 36907 + - uid: 38705 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,27.5 - parent: 2 - - uid: 7368 + pos: 62.5,-6.5 + parent: 36907 + - uid: 38706 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-28.5 - parent: 2 - - uid: 7369 + pos: 62.5,-7.5 + parent: 36907 + - uid: 38707 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-28.5 - parent: 2 - - uid: 7407 + pos: 62.5,-8.5 + parent: 36907 + - uid: 38708 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-28.5 - parent: 2 - - uid: 7776 + pos: 62.5,-9.5 + parent: 36907 + - uid: 38709 components: - type: Transform - pos: -41.5,40.5 - parent: 2 - - uid: 7974 + pos: 62.5,-10.5 + parent: 36907 + - uid: 38710 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,4.5 - parent: 2 - - uid: 8052 + pos: 62.5,-11.5 + parent: 36907 + - uid: 38711 components: - type: Transform - pos: -26.5,25.5 - parent: 2 - - uid: 8096 + pos: 62.5,-12.5 + parent: 36907 + - uid: 38712 components: - type: Transform - pos: -15.5,15.5 - parent: 2 - - uid: 8162 + pos: 62.5,-13.5 + parent: 36907 + - uid: 38713 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,31.5 - parent: 2 - - uid: 8163 + pos: 62.5,-14.5 + parent: 36907 + - uid: 38714 components: - type: Transform - pos: -46.5,35.5 - parent: 2 - - uid: 8208 + pos: 62.5,-15.5 + parent: 36907 + - uid: 38715 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,29.5 - parent: 2 - - uid: 8315 + pos: 62.5,-16.5 + parent: 36907 + - uid: 38716 components: - type: Transform - pos: 11.5,56.5 - parent: 2 - - uid: 8316 + pos: 62.5,-17.5 + parent: 36907 + - uid: 38717 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,58.5 - parent: 2 - - uid: 8494 + pos: 62.5,-18.5 + parent: 36907 + - uid: 38718 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,29.5 - parent: 2 - - uid: 8605 + pos: 62.5,-19.5 + parent: 36907 + - uid: 38719 components: - type: Transform - pos: 34.5,37.5 - parent: 2 - - uid: 8832 + pos: 62.5,-20.5 + parent: 36907 + - uid: 38720 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,-22.5 - parent: 2 - - uid: 8914 + pos: 62.5,-21.5 + parent: 36907 + - uid: 38721 components: - type: Transform - pos: 40.5,-41.5 - parent: 2 - - uid: 8974 + pos: 62.5,-22.5 + parent: 36907 + - uid: 38722 components: - type: Transform - pos: 34.5,-44.5 - parent: 2 - - uid: 8976 + pos: 62.5,-23.5 + parent: 36907 + - uid: 38723 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-38.5 - parent: 2 - - uid: 8978 + pos: 62.5,-24.5 + parent: 36907 + - uid: 38724 components: - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,-46.5 - parent: 2 - - uid: 8989 + pos: 62.5,-25.5 + parent: 36907 + - uid: 38725 components: - type: Transform - pos: 35.5,-44.5 - parent: 2 - - uid: 8999 + pos: 63.5,29.5 + parent: 36907 + - uid: 38726 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-46.5 - parent: 2 - - uid: 9034 + pos: 63.5,28.5 + parent: 36907 + - uid: 38727 components: - type: Transform - pos: 31.5,-55.5 - parent: 2 - - uid: 9035 + pos: 63.5,27.5 + parent: 36907 + - uid: 38728 components: - type: Transform - pos: 27.5,-56.5 - parent: 2 - - uid: 9036 + pos: 63.5,26.5 + parent: 36907 + - uid: 38729 components: - type: Transform - pos: 23.5,-58.5 - parent: 2 - - uid: 9037 + pos: 63.5,25.5 + parent: 36907 + - uid: 38730 components: - type: Transform - pos: 19.5,-60.5 - parent: 2 - - uid: 9605 + pos: 63.5,24.5 + parent: 36907 + - uid: 38731 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,42.5 - parent: 2 - - uid: 9668 + pos: 63.5,23.5 + parent: 36907 + - uid: 38732 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,33.5 - parent: 2 - - uid: 9669 + pos: 63.5,22.5 + parent: 36907 + - uid: 38733 components: - type: Transform - pos: -3.5,29.5 - parent: 2 - - uid: 9670 + pos: 63.5,21.5 + parent: 36907 + - uid: 38734 components: - type: Transform - pos: -1.5,32.5 - parent: 2 - - uid: 9693 + pos: 63.5,20.5 + parent: 36907 + - uid: 38735 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,28.5 - parent: 2 - - uid: 9694 + pos: 63.5,19.5 + parent: 36907 + - uid: 38736 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,29.5 - parent: 2 - - uid: 9695 + pos: 63.5,18.5 + parent: 36907 + - uid: 38737 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,29.5 - parent: 2 - - uid: 9696 + pos: 63.5,17.5 + parent: 36907 + - uid: 38738 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,28.5 - parent: 2 - - uid: 10168 + pos: 63.5,16.5 + parent: 36907 + - uid: 38739 components: - type: Transform - pos: -4.5,48.5 - parent: 2 - - uid: 10169 + pos: 63.5,15.5 + parent: 36907 + - uid: 38740 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,49.5 - parent: 2 - - uid: 10264 + pos: 63.5,14.5 + parent: 36907 + - uid: 38741 components: - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,25.5 - parent: 2 - - uid: 10356 + pos: 63.5,13.5 + parent: 36907 + - uid: 38742 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,22.5 - parent: 2 - - uid: 10516 + pos: 63.5,12.5 + parent: 36907 + - uid: 38743 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,59.5 - parent: 2 - - uid: 10518 + pos: 63.5,11.5 + parent: 36907 + - uid: 38744 components: - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,58.5 - parent: 2 - - uid: 10576 + pos: 63.5,10.5 + parent: 36907 + - uid: 38745 components: - type: Transform - pos: 67.5,6.5 - parent: 2 - - uid: 10577 + pos: 63.5,9.5 + parent: 36907 + - uid: 38746 components: - type: Transform - pos: 68.5,6.5 - parent: 2 - - uid: 10623 + pos: 63.5,8.5 + parent: 36907 + - uid: 38747 components: - type: Transform - pos: 58.5,3.5 - parent: 2 - - uid: 10624 + pos: 63.5,7.5 + parent: 36907 + - uid: 38748 components: - type: Transform - rot: 3.141592653589793 rad - pos: 58.5,-2.5 - parent: 2 - - uid: 10737 + pos: 63.5,6.5 + parent: 36907 + - uid: 38749 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-58.5 - parent: 2 - - uid: 10751 + pos: 63.5,5.5 + parent: 36907 + - uid: 38750 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-58.5 - parent: 2 - - uid: 10760 + pos: 63.5,4.5 + parent: 36907 + - uid: 38751 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,40.5 - parent: 2 - - uid: 10761 + pos: 63.5,3.5 + parent: 36907 + - uid: 38752 components: - type: Transform - pos: -3.5,42.5 - parent: 2 - - uid: 10764 + pos: 63.5,2.5 + parent: 36907 + - uid: 38753 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,45.5 - parent: 2 - - uid: 11710 + pos: 63.5,1.5 + parent: 36907 + - uid: 38754 components: - type: Transform - pos: -63.5,-14.5 - parent: 2 - - uid: 13149 + pos: 63.5,0.5 + parent: 36907 + - uid: 38755 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,38.5 - parent: 2 - - uid: 13210 + pos: 63.5,-0.5 + parent: 36907 + - uid: 38756 components: - type: Transform - pos: 4.5,40.5 - parent: 2 - - uid: 13272 + pos: 63.5,-1.5 + parent: 36907 + - uid: 38757 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,39.5 - parent: 2 - - uid: 14278 + pos: 63.5,-2.5 + parent: 36907 + - uid: 38758 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,-20.5 - parent: 2 - - uid: 14553 + pos: 63.5,-3.5 + parent: 36907 + - uid: 38759 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-3.5 - parent: 2 - - uid: 14561 + pos: 63.5,-4.5 + parent: 36907 + - uid: 38760 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,-3.5 - parent: 2 - - uid: 18983 + pos: 63.5,-5.5 + parent: 36907 + - uid: 38761 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-67.5 - parent: 2 - - uid: 19286 + pos: 63.5,-6.5 + parent: 36907 + - uid: 38762 components: - type: Transform - pos: -44.5,21.5 - parent: 2 - - uid: 19586 + pos: 63.5,-7.5 + parent: 36907 + - uid: 38763 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,31.5 - parent: 2 - - uid: 24467 + pos: 63.5,-8.5 + parent: 36907 + - uid: 38764 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-0.5 - parent: 2 - - uid: 26194 + pos: 63.5,-9.5 + parent: 36907 + - uid: 38765 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,75.5 - parent: 2 - - uid: 26664 + pos: 63.5,-10.5 + parent: 36907 + - uid: 38766 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,1.5 - parent: 2 - - uid: 27663 + pos: 63.5,-11.5 + parent: 36907 + - uid: 38767 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 61.5,-39.5 - parent: 2 - - uid: 30743 + pos: 63.5,-12.5 + parent: 36907 + - uid: 38768 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,32.5 - parent: 2 - - uid: 30759 + pos: 63.5,-13.5 + parent: 36907 + - uid: 38769 components: - type: Transform - pos: -15.5,33.5 - parent: 2 - - uid: 30760 + pos: 63.5,-14.5 + parent: 36907 + - uid: 38770 components: - type: Transform - pos: -14.5,33.5 - parent: 2 - - uid: 30762 + pos: 63.5,-15.5 + parent: 36907 + - uid: 38771 components: - type: Transform - pos: -13.5,33.5 - parent: 2 - - uid: 30763 + pos: 63.5,-16.5 + parent: 36907 + - uid: 38772 components: - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,30.5 - parent: 2 - - uid: 30764 + pos: 63.5,-17.5 + parent: 36907 + - uid: 38773 components: - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,30.5 - parent: 2 - - uid: 30765 + pos: 63.5,-18.5 + parent: 36907 + - uid: 38774 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,30.5 - parent: 2 - - uid: 30766 + pos: 63.5,-19.5 + parent: 36907 + - uid: 38775 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,32.5 - parent: 2 - - uid: 30767 + pos: 63.5,-20.5 + parent: 36907 + - uid: 38776 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,31.5 - parent: 2 - - uid: 31024 + pos: 63.5,-21.5 + parent: 36907 + - uid: 38777 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,44.5 - parent: 2 - - uid: 31241 + pos: 63.5,-22.5 + parent: 36907 + - uid: 38778 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,7.5 - parent: 30892 - - uid: 31722 + pos: 63.5,-23.5 + parent: 36907 + - uid: 38779 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,78.5 - parent: 2 - - uid: 32113 + pos: 63.5,-24.5 + parent: 36907 + - uid: 38780 components: - type: Transform - pos: -83.5,84.5 - parent: 2 - - uid: 32114 + pos: 63.5,-25.5 + parent: 36907 + - uid: 38781 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,80.5 - parent: 2 - - uid: 34207 + pos: 64.5,29.5 + parent: 36907 + - uid: 38782 components: - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,78.5 - parent: 2 - - uid: 34208 + pos: 64.5,28.5 + parent: 36907 + - uid: 38783 components: - type: Transform - pos: -84.5,84.5 - parent: 2 - - uid: 34239 + pos: 64.5,27.5 + parent: 36907 + - uid: 38784 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,-3.5 - parent: 2 - - uid: 35085 + pos: 64.5,26.5 + parent: 36907 + - uid: 38785 components: - type: Transform - pos: 61.5,28.5 - parent: 2 - - uid: 35149 + pos: 64.5,25.5 + parent: 36907 + - uid: 38786 components: - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,49.5 - parent: 2 - - uid: 35444 + pos: 64.5,24.5 + parent: 36907 + - uid: 38787 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 58.5,28.5 - parent: 2 - - uid: 35445 + pos: 64.5,23.5 + parent: 36907 + - uid: 38788 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 58.5,29.5 - parent: 2 - - uid: 35446 + pos: 64.5,22.5 + parent: 36907 + - uid: 38789 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 58.5,30.5 - parent: 2 - - uid: 35596 + pos: 64.5,21.5 + parent: 36907 + - uid: 38790 components: - type: Transform - pos: 8.5,-36.5 - parent: 2 - - uid: 35665 + pos: 64.5,20.5 + parent: 36907 + - uid: 38791 components: - type: Transform - pos: -32.5,64.5 - parent: 2 - - uid: 35666 + pos: 64.5,19.5 + parent: 36907 + - uid: 38792 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,63.5 - parent: 2 - - uid: 35667 + pos: 64.5,18.5 + parent: 36907 + - uid: 38793 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,62.5 - parent: 2 - - uid: 35830 + pos: 64.5,17.5 + parent: 36907 + - uid: 38794 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,81.5 - parent: 2 -- proto: ChairOfficeLight - entities: - - uid: 3277 + pos: 64.5,16.5 + parent: 36907 + - uid: 38795 components: - type: Transform - pos: 30.5,-33.5 - parent: 2 - - uid: 3279 + pos: 64.5,15.5 + parent: 36907 + - uid: 38796 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-17.5 - parent: 2 - - uid: 4412 + pos: 64.5,14.5 + parent: 36907 + - uid: 38797 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-17.5 - parent: 2 - - uid: 6728 + pos: 64.5,13.5 + parent: 36907 + - uid: 38798 components: - type: Transform - pos: 32.5,-33.5 - parent: 2 - - uid: 6729 + pos: 64.5,12.5 + parent: 36907 + - uid: 38799 components: - type: Transform - pos: 34.5,-33.5 - parent: 2 - - uid: 7028 + pos: 64.5,11.5 + parent: 36907 + - uid: 38800 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-0.5 - parent: 2 - - uid: 7029 + pos: 64.5,10.5 + parent: 36907 + - uid: 38801 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-0.5 - parent: 2 - - uid: 7062 + pos: 64.5,9.5 + parent: 36907 + - uid: 38802 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,2.5 - parent: 2 - - uid: 7065 + pos: 64.5,8.5 + parent: 36907 + - uid: 38803 components: - type: Transform - pos: 33.5,2.5 - parent: 2 - - uid: 7074 + pos: 64.5,7.5 + parent: 36907 + - uid: 38804 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,6.5 - parent: 2 - - uid: 7082 + pos: 64.5,6.5 + parent: 36907 + - uid: 38805 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,6.5 - parent: 2 - - uid: 8853 + pos: 64.5,5.5 + parent: 36907 + - uid: 38806 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,3.5 - parent: 2 - - uid: 8915 + pos: 64.5,4.5 + parent: 36907 + - uid: 38807 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-43.5 - parent: 2 - - uid: 9692 + pos: 64.5,3.5 + parent: 36907 + - uid: 38808 components: - type: Transform - pos: 53.5,30.5 - parent: 2 - - uid: 10233 + pos: 64.5,2.5 + parent: 36907 + - uid: 38809 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,48.5 - parent: 2 - - uid: 10240 + pos: 64.5,1.5 + parent: 36907 + - uid: 38810 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,48.5 - parent: 2 - - uid: 10736 + pos: 64.5,0.5 + parent: 36907 + - uid: 38811 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-58.5 - parent: 2 - - uid: 11851 + pos: 64.5,-0.5 + parent: 36907 + - uid: 38812 components: - type: Transform - pos: 57.5,25.5 - parent: 2 - - uid: 11862 + pos: 64.5,-1.5 + parent: 36907 + - uid: 38813 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,19.5 - parent: 2 - - uid: 11863 + pos: 64.5,-2.5 + parent: 36907 + - uid: 38814 components: - type: Transform - pos: 56.5,25.5 - parent: 2 - - uid: 11865 + pos: 64.5,-3.5 + parent: 36907 + - uid: 38815 components: - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,19.5 - parent: 2 - - uid: 13251 + pos: 64.5,-4.5 + parent: 36907 + - uid: 38816 components: - type: Transform - pos: 14.5,15.5 - parent: 2 - - uid: 15361 + pos: 64.5,-5.5 + parent: 36907 + - uid: 38817 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,-16.5 - parent: 2 - - uid: 35075 + pos: 64.5,-6.5 + parent: 36907 + - uid: 38818 components: - type: Transform - pos: 68.5,28.5 - parent: 2 - - uid: 36082 + pos: 64.5,-7.5 + parent: 36907 + - uid: 38819 components: - type: Transform - pos: -88.5,78.5 - parent: 2 - - uid: 42940 + pos: 64.5,-8.5 + parent: 36907 + - uid: 38820 components: - type: Transform - pos: 38.5,8.5 - parent: 2 -- proto: ChairPilotSeat - entities: - - uid: 13885 + pos: 64.5,-9.5 + parent: 36907 + - uid: 38821 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-0.5 - parent: 13793 - - uid: 31395 + pos: 64.5,-10.5 + parent: 36907 + - uid: 38822 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,3.5 - parent: 31348 - - uid: 31400 + pos: 64.5,-11.5 + parent: 36907 + - uid: 38823 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,1.5 - parent: 31348 - - uid: 31401 + pos: 64.5,-12.5 + parent: 36907 + - uid: 38824 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,0.5 - parent: 31348 - - uid: 31402 + pos: 64.5,-13.5 + parent: 36907 + - uid: 38825 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,1.5 - parent: 31348 - - uid: 31403 + pos: 64.5,-14.5 + parent: 36907 + - uid: 38826 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,0.5 - parent: 31348 - - uid: 32975 + pos: 64.5,-15.5 + parent: 36907 + - uid: 38827 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,2.5 - parent: 32914 - - uid: 32976 + pos: 64.5,-16.5 + parent: 36907 + - uid: 38828 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-0.5 - parent: 32914 - - uid: 32977 + pos: 64.5,-17.5 + parent: 36907 + - uid: 38829 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-0.5 - parent: 32914 - - uid: 32978 + pos: 64.5,-18.5 + parent: 36907 + - uid: 38830 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-0.5 - parent: 32914 - - uid: 32979 + pos: 64.5,-19.5 + parent: 36907 + - uid: 38831 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-0.5 - parent: 32914 - - uid: 36582 + pos: 64.5,-20.5 + parent: 36907 + - uid: 38832 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-4.5 - parent: 36450 - - uid: 36587 + pos: 64.5,-21.5 + parent: 36907 + - uid: 38833 components: - type: Transform - pos: 7.5,-2.5 - parent: 36450 - - uid: 36591 + pos: 64.5,-22.5 + parent: 36907 + - uid: 38834 components: - type: Transform - pos: 3.5,-2.5 - parent: 36450 - - uid: 36592 + pos: 64.5,-23.5 + parent: 36907 + - uid: 38835 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-4.5 - parent: 36450 - - uid: 36594 + pos: 64.5,-24.5 + parent: 36907 + - uid: 38836 components: - type: Transform - pos: 2.5,-0.5 - parent: 36450 - - uid: 36598 + pos: 64.5,-25.5 + parent: 36907 + - uid: 38837 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,0.5 - parent: 36450 - - uid: 36599 + pos: 59.5,-22.5 + parent: 36907 + - uid: 38838 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,0.5 - parent: 36450 - - uid: 36601 + pos: 59.5,-23.5 + parent: 36907 + - uid: 38839 components: - type: Transform - pos: 8.5,-0.5 - parent: 36450 - - uid: 36608 + pos: 59.5,-24.5 + parent: 36907 + - uid: 38840 components: - type: Transform - pos: 8.5,-2.5 - parent: 36450 - - uid: 36612 + pos: 59.5,-25.5 + parent: 36907 + - uid: 38841 components: - type: Transform - pos: 2.5,-2.5 - parent: 36450 - - uid: 36617 + pos: 58.5,-22.5 + parent: 36907 + - uid: 38842 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,3.5 - parent: 36450 - - uid: 36618 + pos: 58.5,-23.5 + parent: 36907 + - uid: 38843 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,3.5 - parent: 36450 -- proto: ChairRitual - entities: - - uid: 36423 + pos: 58.5,-24.5 + parent: 36907 + - uid: 38844 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-62.5 - parent: 2 -- proto: ChairWood - entities: - - uid: 6980 + pos: 58.5,-25.5 + parent: 36907 + - uid: 38845 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,10.5 - parent: 2 - - uid: 6981 + pos: 57.5,-22.5 + parent: 36907 + - uid: 38846 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,10.5 - parent: 2 - - uid: 7170 + pos: 57.5,-23.5 + parent: 36907 + - uid: 38847 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,-14.5 - parent: 2 - - uid: 7171 + pos: 57.5,-24.5 + parent: 36907 + - uid: 38848 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,-14.5 - parent: 2 - - uid: 7172 + pos: 57.5,-25.5 + parent: 36907 + - uid: 38849 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,-14.5 - parent: 2 - - uid: 7173 + pos: 56.5,-22.5 + parent: 36907 + - uid: 38850 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,-13.5 - parent: 2 - - uid: 7174 + pos: 56.5,-23.5 + parent: 36907 + - uid: 38851 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,-13.5 - parent: 2 - - uid: 7175 + pos: 56.5,-24.5 + parent: 36907 + - uid: 38852 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,-13.5 - parent: 2 - - uid: 7176 + pos: 56.5,-25.5 + parent: 36907 + - uid: 38853 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,-13.5 - parent: 2 - - uid: 7177 + pos: 55.5,-22.5 + parent: 36907 + - uid: 38854 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,-17.5 - parent: 2 - - uid: 7178 + pos: 55.5,-23.5 + parent: 36907 + - uid: 38855 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,-16.5 - parent: 2 - - uid: 7179 + pos: 55.5,-24.5 + parent: 36907 + - uid: 38856 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,-16.5 - parent: 2 - - uid: 7180 + pos: 55.5,-25.5 + parent: 36907 + - uid: 38857 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,-17.5 - parent: 2 - - uid: 7181 + pos: 54.5,-22.5 + parent: 36907 + - uid: 38858 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,-17.5 - parent: 2 - - uid: 7182 + pos: 54.5,-23.5 + parent: 36907 + - uid: 38859 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,-16.5 - parent: 2 - - uid: 7184 + pos: 54.5,-24.5 + parent: 36907 + - uid: 38860 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,-17.5 - parent: 2 - - uid: 8375 + pos: 54.5,-25.5 + parent: 36907 + - uid: 38861 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,57.5 - parent: 2 - - uid: 8377 + pos: 53.5,-22.5 + parent: 36907 + - uid: 38862 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,57.5 - parent: 2 - - uid: 8378 + pos: 53.5,-23.5 + parent: 36907 + - uid: 38863 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,57.5 - parent: 2 - - uid: 8379 + pos: 53.5,-24.5 + parent: 36907 + - uid: 38864 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,58.5 - parent: 2 - - uid: 8380 + pos: 53.5,-25.5 + parent: 36907 + - uid: 38865 components: - type: Transform - pos: 2.5,61.5 - parent: 2 - - uid: 8382 + pos: 52.5,-22.5 + parent: 36907 + - uid: 38866 components: - type: Transform - pos: -3.5,62.5 - parent: 2 - - uid: 8383 + pos: 52.5,-23.5 + parent: 36907 + - uid: 38867 components: - type: Transform - pos: -2.5,62.5 - parent: 2 - - uid: 8384 + pos: 52.5,-24.5 + parent: 36907 + - uid: 38868 components: - type: Transform - pos: -1.5,62.5 - parent: 2 - - uid: 8894 + pos: 52.5,-25.5 + parent: 36907 + - uid: 38869 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,-12.5 - parent: 2 - - uid: 9394 + pos: 51.5,-22.5 + parent: 36907 + - uid: 38870 components: - type: Transform - pos: 7.5,72.5 - parent: 2 - - uid: 9434 + pos: 51.5,-23.5 + parent: 36907 + - uid: 38871 components: - type: Transform - pos: 18.5,-59.5 - parent: 2 - - uid: 9819 + pos: 51.5,-24.5 + parent: 36907 + - uid: 38872 components: - type: Transform - pos: 8.5,49.5 - parent: 2 - - uid: 9820 + pos: 51.5,-25.5 + parent: 36907 + - uid: 38873 components: - type: Transform - pos: 9.5,49.5 - parent: 2 - - uid: 9821 + pos: 50.5,-22.5 + parent: 36907 + - uid: 38874 components: - type: Transform - pos: 10.5,49.5 - parent: 2 - - uid: 9822 + pos: 50.5,-23.5 + parent: 36907 + - uid: 38875 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,46.5 - parent: 2 - - uid: 9825 + pos: 50.5,-24.5 + parent: 36907 + - uid: 38876 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,48.5 - parent: 2 - - uid: 9826 + pos: 50.5,-25.5 + parent: 36907 + - uid: 38877 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,47.5 - parent: 2 - - uid: 9827 + pos: 49.5,-22.5 + parent: 36907 + - uid: 38878 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,46.5 - parent: 2 - - uid: 9828 + pos: 49.5,-23.5 + parent: 36907 + - uid: 38879 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,45.5 - parent: 2 - - uid: 9829 + pos: 49.5,-24.5 + parent: 36907 + - uid: 38880 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,45.5 - parent: 2 - - uid: 9830 + pos: 49.5,-25.5 + parent: 36907 + - uid: 38881 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,45.5 - parent: 2 - - uid: 9831 + pos: 48.5,-22.5 + parent: 36907 + - uid: 38882 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,47.5 - parent: 2 - - uid: 9832 + pos: 48.5,-23.5 + parent: 36907 + - uid: 38883 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,48.5 - parent: 2 - - uid: 10041 + pos: 48.5,-24.5 + parent: 36907 + - uid: 38884 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-61.5 - parent: 2 - - uid: 10042 + pos: 48.5,-25.5 + parent: 36907 + - uid: 38885 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,70.5 - parent: 2 - - uid: 10043 + pos: 47.5,-22.5 + parent: 36907 + - uid: 38886 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,69.5 - parent: 2 - - uid: 10044 + pos: 47.5,-23.5 + parent: 36907 + - uid: 38887 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,68.5 - parent: 2 - - uid: 10052 + pos: 47.5,-24.5 + parent: 36907 + - uid: 38888 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-64.5 - parent: 2 - - uid: 10053 + pos: 47.5,-25.5 + parent: 36907 + - uid: 38889 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-63.5 - parent: 2 - - uid: 10056 + pos: 46.5,-22.5 + parent: 36907 + - uid: 38890 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-63.5 - parent: 2 - - uid: 10057 + pos: 46.5,-23.5 + parent: 36907 + - uid: 38891 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-64.5 - parent: 2 - - uid: 10068 + pos: 46.5,-24.5 + parent: 36907 + - uid: 38892 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,70.5 - parent: 2 - - uid: 10069 + pos: 46.5,-25.5 + parent: 36907 + - uid: 38893 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,69.5 - parent: 2 - - uid: 10070 + pos: 45.5,-22.5 + parent: 36907 + - uid: 38894 components: - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,68.5 - parent: 2 - - uid: 10640 + pos: 45.5,-23.5 + parent: 36907 + - uid: 38895 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-51.5 - parent: 2 - - uid: 10641 + pos: 45.5,-24.5 + parent: 36907 + - uid: 38896 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-51.5 - parent: 2 - - uid: 11672 + pos: 45.5,-25.5 + parent: 36907 + - uid: 38897 components: - type: Transform - pos: -29.5,56.5 - parent: 2 - - uid: 13519 + pos: 44.5,-22.5 + parent: 36907 + - uid: 38898 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,58.5 - parent: 2 - - uid: 13541 + pos: 44.5,-23.5 + parent: 36907 + - uid: 38899 components: - type: Transform - pos: 1.5,61.5 - parent: 2 - - uid: 13690 + pos: 44.5,-24.5 + parent: 36907 + - uid: 38900 components: - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,-60.5 - parent: 2 - - uid: 14252 + pos: 44.5,-25.5 + parent: 36907 + - uid: 38901 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-66.5 - parent: 2 - - uid: 14416 + pos: 43.5,-22.5 + parent: 36907 + - uid: 38902 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-48.5 - parent: 2 - - uid: 14586 + pos: 43.5,-23.5 + parent: 36907 + - uid: 38903 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-58.5 - parent: 2 - - uid: 15714 + pos: 43.5,-24.5 + parent: 36907 + - uid: 38904 components: - type: Transform - pos: -2.5,-6.5 - parent: 14592 - - uid: 15715 + pos: 43.5,-25.5 + parent: 36907 + - uid: 38905 components: - type: Transform - pos: -1.5,-6.5 - parent: 14592 - - uid: 15716 + pos: 42.5,-22.5 + parent: 36907 + - uid: 38906 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-7.5 - parent: 14592 - - uid: 15717 + pos: 42.5,-23.5 + parent: 36907 + - uid: 38907 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-8.5 - parent: 14592 - - uid: 29615 + pos: 42.5,-24.5 + parent: 36907 + - uid: 38908 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,-46.5 - parent: 2 - - uid: 31307 + pos: 42.5,-25.5 + parent: 36907 + - uid: 38909 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,0.5 - parent: 30892 - - uid: 31308 + pos: 41.5,-22.5 + parent: 36907 + - uid: 38910 components: - type: Transform - pos: 7.5,0.5 - parent: 30892 - - uid: 32829 + pos: 41.5,-23.5 + parent: 36907 + - uid: 38911 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-6.5 - parent: 14592 - - uid: 42961 + pos: 41.5,-24.5 + parent: 36907 + - uid: 38912 components: - type: Transform - pos: 8.5,-63.5 - parent: 2 - - uid: 42962 + pos: 41.5,-25.5 + parent: 36907 + - uid: 38913 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-65.5 - parent: 2 -- proto: CheapLighter - entities: - - uid: 6857 + pos: 40.5,-22.5 + parent: 36907 + - uid: 38914 components: - type: Transform - rot: 3.141592653589793 rad - pos: 31.337814,-34.45202 - parent: 2 - - uid: 8058 + pos: 40.5,-23.5 + parent: 36907 + - uid: 38915 components: - type: Transform - pos: -30.703379,33.444912 - parent: 2 -- proto: CheapRollerBed - entities: - - uid: 1375 + pos: 40.5,-24.5 + parent: 36907 + - uid: 38916 components: - type: Transform - pos: 36.49067,-12.311466 - parent: 2 - - uid: 2866 + pos: 40.5,-25.5 + parent: 36907 + - uid: 38917 components: - type: Transform - pos: 40.496143,-13.264591 - parent: 2 - - uid: 13017 + pos: 39.5,-22.5 + parent: 36907 + - uid: 38918 components: - type: Transform - pos: 35.487152,9.799898 - parent: 2 -- proto: CheapRollerBedSpawnFolded - entities: - - uid: 6712 + pos: 39.5,-23.5 + parent: 36907 + - uid: 38919 components: - type: Transform - pos: 44.279392,-16.092716 - parent: 2 - - uid: 11477 + pos: 39.5,-24.5 + parent: 36907 + - uid: 38920 components: - type: Transform - pos: 44.607517,-16.280216 - parent: 2 -- proto: CheckerBoard - entities: - - uid: 10459 + pos: 39.5,-25.5 + parent: 36907 + - uid: 38921 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.510332,20.511288 - parent: 2 -- proto: chem_master - entities: - - uid: 5244 + pos: 38.5,-22.5 + parent: 36907 + - uid: 38922 components: - type: Transform - pos: -41.5,-24.5 - parent: 2 - - uid: 6233 + pos: 38.5,-23.5 + parent: 36907 + - uid: 38923 components: - - type: MetaData - desc: Барный манипулятор напитков. - name: БарМастер 5000 - type: Transform - pos: -0.5,69.5 - parent: 2 - - type: ChemMaster - pillDosageLimit: 1 - - uid: 6770 + pos: 38.5,-24.5 + parent: 36907 + - uid: 38924 components: - type: Transform - pos: 24.5,-39.5 - parent: 2 - - uid: 6777 + pos: 38.5,-25.5 + parent: 36907 + - uid: 38925 components: - type: Transform - pos: 19.5,-30.5 - parent: 2 - - uid: 6781 + pos: 37.5,-22.5 + parent: 36907 + - uid: 38926 components: - type: Transform - pos: 24.5,-35.5 - parent: 2 -- proto: ChemBag - entities: - - uid: 5269 + pos: 37.5,-23.5 + parent: 36907 + - uid: 38927 components: - type: Transform - pos: -37.26603,-29.357903 - parent: 2 - - uid: 6805 + pos: 37.5,-24.5 + parent: 36907 + - uid: 38928 components: - type: Transform - pos: 21.521814,-39.48911 - parent: 2 -- proto: ChemDispenser - entities: - - uid: 6778 + pos: 37.5,-25.5 + parent: 36907 + - uid: 38929 components: - type: Transform - pos: 19.5,-31.5 - parent: 2 - - uid: 6779 + pos: 36.5,-22.5 + parent: 36907 + - uid: 38930 components: - type: Transform - pos: 24.5,-34.5 - parent: 2 - - uid: 6780 + pos: 36.5,-23.5 + parent: 36907 + - uid: 38931 components: - type: Transform - pos: 23.5,-39.5 - parent: 2 -- proto: ChemicalPayload - entities: - - uid: 5131 + pos: 36.5,-24.5 + parent: 36907 + - uid: 38932 components: - type: Transform - pos: -20.688427,-36.56475 - parent: 2 - - uid: 5257 + pos: 36.5,-25.5 + parent: 36907 + - uid: 38933 components: - type: Transform - pos: -37.48618,-24.257744 - parent: 2 -- proto: ChemistryEmptyBottle01 - entities: - - uid: 11243 + pos: 35.5,-22.5 + parent: 36907 + - uid: 38934 components: - type: Transform - pos: 28.793772,-62.33819 - parent: 2 - - uid: 11244 + pos: 35.5,-23.5 + parent: 36907 + - uid: 38935 components: - type: Transform - pos: 28.856272,-62.18194 - parent: 2 - - uid: 11245 + pos: 35.5,-24.5 + parent: 36907 + - uid: 38936 components: - type: Transform - pos: 34.83336,-57.532608 - parent: 2 - - uid: 11246 + pos: 35.5,-25.5 + parent: 36907 + - uid: 38937 components: - type: Transform - pos: 14.608128,-60.207542 - parent: 2 - - uid: 11247 + pos: 34.5,-22.5 + parent: 36907 + - uid: 38938 components: - type: Transform - pos: 14.764378,-60.363792 - parent: 2 -- proto: ChemistryEmptyBottle02 - entities: - - uid: 11527 + pos: 34.5,-23.5 + parent: 36907 + - uid: 38939 components: - type: Transform - pos: 56.523537,-34.348644 - parent: 2 - - uid: 11528 + pos: 34.5,-24.5 + parent: 36907 + - uid: 38940 components: - type: Transform - pos: 56.78916,-34.223644 - parent: 2 - - uid: 34247 + pos: 34.5,-25.5 + parent: 36907 + - uid: 38941 components: - type: Transform - pos: -55.273216,-25.588749 - parent: 2 - - uid: 34286 + pos: 33.5,-22.5 + parent: 36907 + - uid: 38942 components: - type: Transform - parent: 34070 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ChemistryEmptyBottle03 - entities: - - uid: 9466 + pos: 33.5,-23.5 + parent: 36907 + - uid: 38943 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.21949,11.966724 - parent: 2 - - uid: 11529 + pos: 33.5,-24.5 + parent: 36907 + - uid: 38944 components: - type: Transform - pos: 57.279346,-25.453175 - parent: 2 - - uid: 11530 + pos: 33.5,-25.5 + parent: 36907 + - uid: 38945 components: - type: Transform - pos: 60.377674,-25.25005 - parent: 2 - - uid: 11531 + pos: 32.5,-22.5 + parent: 36907 + - uid: 38946 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 60.658924,-25.4688 - parent: 2 -- proto: ChemistryEmptyBottle04 - entities: - - uid: 8952 + pos: 32.5,-23.5 + parent: 36907 + - uid: 38947 components: - - type: MetaData - name: бутылочка (снотворное) - type: Transform - parent: 8926 - - type: Tag - tags: - - Bottle - - type: SolutionContainerManager - solutions: - drink: - temperature: 293.15 - canMix: True - canReact: True - maxVol: 30 - name: null - reagents: - - data: null - ReagentId: ChloralHydrate - Quantity: 30 - - type: Physics - canCollide: False - - uid: 34245 + pos: 32.5,-24.5 + parent: 36907 + - uid: 38948 components: - type: Transform - pos: -55.273216,-25.166874 - parent: 2 - - uid: 34246 + pos: 32.5,-25.5 + parent: 36907 + - uid: 38949 components: - type: Transform - pos: -55.460716,-25.416874 - parent: 2 - - uid: 34288 + pos: 29.5,-22.5 + parent: 36907 + - uid: 38950 components: - type: Transform - pos: -59.102184,-27.141275 - parent: 2 - - uid: 34289 + pos: 29.5,-23.5 + parent: 36907 + - uid: 38951 components: - type: Transform - pos: -59.02406,-27.578775 - parent: 2 -- proto: ChemistryHotplate - entities: - - uid: 6808 + pos: 29.5,-24.5 + parent: 36907 + - uid: 38952 components: - type: Transform - pos: 19.5,-39.5 - parent: 2 -- proto: ChessBoard - entities: - - uid: 10092 + pos: 29.5,-25.5 + parent: 36907 + - uid: 38953 components: - type: Transform - rot: 3.141592653589793 rad - pos: 25.413076,69.56931 - parent: 2 - - uid: 11817 + pos: 28.5,-22.5 + parent: 36907 + - uid: 38954 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 45.520115,-51.440056 - parent: 2 - - uid: 13545 + pos: 28.5,-23.5 + parent: 36907 + - uid: 38955 components: - type: Transform - pos: 2.175203,59.706837 - parent: 2 - - uid: 13709 + pos: 28.5,-24.5 + parent: 36907 + - uid: 38956 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.496532,-24.419907 - parent: 2 - - uid: 14155 + pos: 28.5,-25.5 + parent: 36907 + - uid: 38957 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.519836,3.5841439 - parent: 2 -- proto: ChurchOrganInstrument - entities: - - uid: 8830 + pos: 27.5,-22.5 + parent: 36907 + - uid: 38958 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 63.5,-12.5 - parent: 2 -- proto: Cigar - entities: - - uid: 36432 + pos: 27.5,-23.5 + parent: 36907 + - uid: 38959 components: - type: Transform - rot: 3.141592653589793 rad - pos: 33.630512,-70.49392 - parent: 2 - - uid: 42974 + pos: 27.5,-24.5 + parent: 36907 + - uid: 38960 components: - type: Transform - pos: 0.50205183,-68.26757 - parent: 2 -- proto: CigarCase - entities: - - uid: 7480 + pos: 27.5,-25.5 + parent: 36907 + - uid: 38961 components: - type: Transform - pos: 4.9013476,-36.238068 - parent: 2 - - uid: 13542 + pos: 26.5,-22.5 + parent: 36907 + - uid: 38962 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.6127031,60.488087 - parent: 2 -- proto: Cigarette - entities: - - uid: 5347 + pos: 26.5,-23.5 + parent: 36907 + - uid: 38963 components: - type: Transform - pos: -28.474863,-55.422474 - parent: 2 - - uid: 6855 + pos: 26.5,-24.5 + parent: 36907 + - uid: 38964 components: - type: Transform - pos: 31.00969,-34.280144 - parent: 2 - - uid: 6856 + pos: 26.5,-25.5 + parent: 36907 + - uid: 38965 components: - type: Transform - pos: 31.181564,-34.17077 - parent: 2 - - uid: 8201 + pos: 25.5,-22.5 + parent: 36907 + - uid: 38966 components: - type: Transform - pos: -43.69543,37.73823 - parent: 2 - - uid: 14154 + pos: 25.5,-23.5 + parent: 36907 + - uid: 38967 components: - type: Transform - pos: -7.5708175,20.854301 - parent: 2 -- proto: CigaretteFilter - entities: - - uid: 11554 + pos: 25.5,-24.5 + parent: 36907 + - uid: 38968 components: - type: Transform - pos: 60.111626,-28.190987 - parent: 2 -- proto: CigaretteSpent - entities: - - uid: 13771 + pos: 25.5,-25.5 + parent: 36907 + - uid: 38969 components: - type: Transform - rot: 3.141592653589793 rad - pos: -31.224863,-58.087387 - parent: 2 - - uid: 14069 + pos: 24.5,-22.5 + parent: 36907 + - uid: 38970 components: - type: Transform - pos: -27.137915,1.1468921 - parent: 2 -- proto: CigaretteSyndicate - entities: - - uid: 11557 + pos: 24.5,-23.5 + parent: 36907 + - uid: 38971 components: - type: Transform - pos: 58.333904,-32.075245 - parent: 2 - - uid: 11558 + pos: 24.5,-24.5 + parent: 36907 + - uid: 38972 components: - type: Transform - pos: 59.333904,-28.481495 - parent: 2 - - uid: 14153 + pos: 24.5,-25.5 + parent: 36907 + - uid: 38973 components: - type: Transform - pos: -7.6801925,20.979301 - parent: 2 - - uid: 32120 + pos: 23.5,-22.5 + parent: 36907 + - uid: 38974 components: - type: Transform - pos: -32.400024,12.692311 - parent: 2 -- proto: CigarGold - entities: - - uid: 6161 + pos: 23.5,-23.5 + parent: 36907 + - uid: 38975 components: - type: Transform - pos: 5.368818,-36.375793 - parent: 2 - - uid: 6162 + pos: 23.5,-24.5 + parent: 36907 + - uid: 38976 components: - type: Transform - pos: 5.4972386,-36.375793 - parent: 2 - - uid: 6163 + pos: 23.5,-25.5 + parent: 36907 + - uid: 38977 components: - type: Transform - pos: 5.6256604,-36.357445 - parent: 2 - - uid: 8541 + pos: 22.5,-22.5 + parent: 36907 + - uid: 38978 components: - type: Transform - pos: 4.3987875,33.014664 - parent: 2 - - uid: 27698 + pos: 22.5,-23.5 + parent: 36907 + - uid: 38979 components: - type: Transform - pos: 72.76552,-13.335956 - parent: 2 - - uid: 35041 + pos: 22.5,-24.5 + parent: 36907 + - uid: 38980 components: - type: Transform - pos: 71.63582,28.40876 - parent: 2 - - uid: 35042 + pos: 22.5,-25.5 + parent: 36907 + - uid: 38981 components: - type: Transform - pos: 71.76082,28.455635 - parent: 2 -- proto: CigarGoldCase - entities: - - uid: 8539 + pos: 21.5,-22.5 + parent: 36907 + - uid: 38982 components: - type: Transform - pos: 4.3562346,33.65296 - parent: 2 - - uid: 8979 + pos: 21.5,-23.5 + parent: 36907 + - uid: 38983 components: - type: Transform - pos: 37.35215,-46.361027 - parent: 2 - - uid: 9473 + pos: 21.5,-24.5 + parent: 36907 + - uid: 38984 components: - type: Transform - pos: 41.30889,51.607018 - parent: 2 -- proto: CigarGoldSpent - entities: - - uid: 8540 + pos: 21.5,-25.5 + parent: 36907 + - uid: 38985 components: - type: Transform - pos: 4.69666,32.993385 - parent: 2 - - uid: 9472 + pos: 20.5,-22.5 + parent: 36907 + - uid: 38986 components: - type: Transform - pos: 41.71514,51.294518 - parent: 2 - - uid: 27700 + pos: 20.5,-23.5 + parent: 36907 + - uid: 38987 components: - type: Transform - pos: 72.31239,-13.132831 - parent: 2 -- proto: CigarSpent - entities: - - uid: 13200 + pos: 20.5,-24.5 + parent: 36907 + - uid: 38988 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.588345,19.949778 - parent: 2 - - uid: 13201 + pos: 20.5,-25.5 + parent: 36907 + - uid: 38989 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.333326,13.844433 - parent: 2 - - uid: 13202 + pos: 19.5,-22.5 + parent: 36907 + - uid: 38990 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 42.667194,10.306165 - parent: 2 - - uid: 13747 + pos: 19.5,-23.5 + parent: 36907 + - uid: 38991 components: - type: Transform - pos: -30.787363,-60.368637 - parent: 2 - - uid: 13769 + pos: 19.5,-24.5 + parent: 36907 + - uid: 38992 components: - type: Transform - pos: -30.365488,-53.266224 - parent: 2 - - uid: 14068 + pos: 19.5,-25.5 + parent: 36907 + - uid: 38993 components: - type: Transform - pos: -28.612368,0.51884913 - parent: 2 - - uid: 36433 + pos: 18.5,-22.5 + parent: 36907 + - uid: 38994 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.50672,-69.43057 - parent: 2 -- proto: CigPackBlack - entities: - - uid: 8057 + pos: 18.5,-23.5 + parent: 36907 + - uid: 38995 components: - type: Transform - pos: -30.406504,33.741787 - parent: 2 - - uid: 11352 + pos: 18.5,-24.5 + parent: 36907 + - uid: 38996 components: - type: Transform - pos: 31.571526,48.634026 - parent: 2 -- proto: CigPackBlue - entities: - - uid: 14063 + pos: 18.5,-25.5 + parent: 36907 + - uid: 38997 components: - type: Transform - pos: -27.334927,0.6795559 - parent: 2 -- proto: CigPackGreen - entities: - - uid: 8202 + pos: 17.5,-22.5 + parent: 36907 + - uid: 38998 components: - type: Transform - pos: -47.773556,35.753857 - parent: 2 -- proto: CigPackRed - entities: - - uid: 8203 + pos: 17.5,-23.5 + parent: 36907 + - uid: 38999 components: - type: Transform - pos: -47.88293,35.55073 - parent: 2 - - uid: 12328 + pos: 17.5,-24.5 + parent: 36907 + - uid: 39000 components: - - type: MetaData - name: Мистр пачка сигарет - type: Transform - pos: -53.337753,15.464549 - parent: 2 -- proto: CircuitImprinter - entities: - - uid: 5173 + pos: 17.5,-25.5 + parent: 36907 + - uid: 39001 components: - type: Transform - pos: -28.5,-33.5 - parent: 2 -- proto: CloningPodMachineCircuitboard - entities: - - uid: 23242 + pos: 16.5,-22.5 + parent: 36907 + - uid: 39002 components: - type: Transform - pos: 36.50095,12.467041 - parent: 2 -- proto: ClosetBombFilled - entities: - - uid: 3634 + pos: 16.5,-23.5 + parent: 36907 + - uid: 39003 components: - type: Transform - pos: 63.5,31.5 - parent: 2 - - uid: 5126 + pos: 16.5,-24.5 + parent: 36907 + - uid: 39004 components: - type: Transform - pos: -15.5,-33.5 - parent: 2 - - uid: 5225 + pos: 16.5,-25.5 + parent: 36907 + - uid: 39005 components: - type: Transform - pos: -26.5,-14.5 - parent: 2 -- proto: ClosetChefFilled - entities: - - uid: 13499 + pos: 15.5,-22.5 + parent: 36907 + - uid: 39006 components: - type: Transform - pos: -6.5,69.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 234.99966 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 -- proto: ClosetEmergencyFilledRandom - entities: - - uid: 2179 + pos: 15.5,-23.5 + parent: 36907 + - uid: 39007 components: - type: Transform - pos: 8.5,-88.5 - parent: 2 - - uid: 7431 + pos: 15.5,-24.5 + parent: 36907 + - uid: 39008 components: - type: Transform - pos: -2.5,-32.5 - parent: 2 - - uid: 8590 + pos: 15.5,-25.5 + parent: 36907 + - uid: 39009 components: - type: Transform - pos: -41.5,51.5 - parent: 2 - - uid: 8764 + pos: 14.5,-22.5 + parent: 36907 + - uid: 39010 components: - type: Transform - pos: 35.5,-39.5 - parent: 2 - - uid: 9415 + pos: 14.5,-23.5 + parent: 36907 + - uid: 39011 components: - type: Transform - pos: -22.5,52.5 - parent: 2 - - uid: 10635 + pos: 14.5,-24.5 + parent: 36907 + - uid: 39012 components: - type: Transform - pos: -9.5,-88.5 - parent: 2 - - uid: 10670 + pos: 14.5,-25.5 + parent: 36907 + - uid: 39013 components: - type: Transform - pos: -10.5,-79.5 - parent: 2 - - uid: 10706 + pos: 13.5,-22.5 + parent: 36907 + - uid: 39014 components: - type: Transform - pos: 7.5,-79.5 - parent: 2 - - uid: 10937 + pos: 13.5,-23.5 + parent: 36907 + - uid: 39015 components: - type: Transform - pos: 24.5,-63.5 - parent: 2 - - uid: 11726 + pos: 13.5,-24.5 + parent: 36907 + - uid: 39016 components: - type: Transform - pos: -65.5,-15.5 - parent: 2 - - uid: 12931 + pos: 13.5,-25.5 + parent: 36907 + - uid: 39017 components: - type: Transform - pos: 11.5,28.5 - parent: 2 - - uid: 12932 + pos: 12.5,-22.5 + parent: 36907 + - uid: 39018 components: - type: Transform - pos: 28.5,8.5 - parent: 2 - - uid: 13387 + pos: 12.5,-23.5 + parent: 36907 + - uid: 39019 components: - type: Transform - pos: -56.5,17.5 - parent: 2 - - uid: 13548 + pos: 12.5,-24.5 + parent: 36907 + - uid: 39020 components: - type: Transform - pos: -47.5,-36.5 - parent: 2 - - uid: 13549 + pos: 12.5,-25.5 + parent: 36907 + - uid: 39021 components: - type: Transform - pos: -46.5,-36.5 - parent: 2 - - uid: 13891 + pos: 11.5,-22.5 + parent: 36907 + - uid: 39022 components: - type: Transform - pos: 72.5,-6.5 - parent: 2 - - uid: 14376 + pos: 11.5,-23.5 + parent: 36907 + - uid: 39023 components: - type: Transform - pos: -6.5,47.5 - parent: 2 - - uid: 14388 + pos: 11.5,-24.5 + parent: 36907 + - uid: 39024 components: - type: Transform - pos: 15.5,58.5 - parent: 2 - - uid: 14542 + pos: 11.5,-25.5 + parent: 36907 + - uid: 39025 components: - type: Transform - pos: -13.5,-38.5 - parent: 2 - - uid: 14731 + pos: 10.5,-22.5 + parent: 36907 + - uid: 39026 components: - type: Transform - pos: -12.5,-52.5 - parent: 2 - - uid: 26092 + pos: 10.5,-23.5 + parent: 36907 + - uid: 39027 components: - type: Transform - pos: -10.5,54.5 - parent: 2 - - uid: 26594 + pos: 10.5,-24.5 + parent: 36907 + - uid: 39028 components: - type: Transform - pos: -49.5,-21.5 - parent: 2 - - uid: 27515 + pos: 10.5,-25.5 + parent: 36907 + - uid: 39029 components: - type: Transform - pos: 14.5,53.5 - parent: 2 - - uid: 27517 + pos: 9.5,-22.5 + parent: 36907 + - uid: 39030 components: - type: Transform - pos: 26.5,49.5 - parent: 2 - - uid: 27518 + pos: 9.5,-23.5 + parent: 36907 + - uid: 39031 components: - type: Transform - pos: 35.5,27.5 - parent: 2 - - uid: 27519 + pos: 9.5,-24.5 + parent: 36907 + - uid: 39032 components: - type: Transform - pos: 49.5,16.5 - parent: 2 - - uid: 27520 + pos: 9.5,-25.5 + parent: 36907 + - uid: 39033 components: - type: Transform - pos: 54.5,-7.5 - parent: 2 - - uid: 27521 + pos: 8.5,-22.5 + parent: 36907 + - uid: 39034 components: - type: Transform - pos: 47.5,-28.5 - parent: 2 - - uid: 27528 + pos: 8.5,-23.5 + parent: 36907 + - uid: 39035 components: - type: Transform - pos: 23.5,-45.5 - parent: 2 - - uid: 27529 + pos: 8.5,-24.5 + parent: 36907 + - uid: 39036 components: - type: Transform - pos: 29.5,-48.5 - parent: 2 - - uid: 27530 + pos: 8.5,-25.5 + parent: 36907 + - uid: 39037 components: - type: Transform - pos: -32.5,-42.5 - parent: 2 - - uid: 27543 + pos: 7.5,-22.5 + parent: 36907 + - uid: 39038 components: - type: Transform - pos: -50.5,7.5 - parent: 2 - - uid: 27545 + pos: 7.5,-23.5 + parent: 36907 + - uid: 39039 components: - type: Transform - pos: -36.5,28.5 - parent: 2 - - uid: 27633 + pos: 7.5,-24.5 + parent: 36907 + - uid: 39040 components: - type: Transform - pos: 69.5,-19.5 - parent: 2 - - uid: 30736 + pos: 7.5,-25.5 + parent: 36907 + - uid: 39041 components: - type: Transform - pos: -59.5,70.5 - parent: 2 - - uid: 30737 + pos: 6.5,-22.5 + parent: 36907 + - uid: 39042 components: - type: Transform - pos: -74.5,58.5 - parent: 2 - - uid: 30867 + pos: 6.5,-23.5 + parent: 36907 + - uid: 39043 components: - type: Transform - pos: 5.5,-2.5 - parent: 2 - - uid: 31198 + pos: 6.5,-24.5 + parent: 36907 + - uid: 39044 components: - type: Transform - pos: 50.5,-12.5 - parent: 2 - - uid: 31555 + pos: 6.5,-25.5 + parent: 36907 + - uid: 39045 components: - type: Transform - pos: 29.5,38.5 - parent: 2 - - uid: 31566 + pos: 5.5,-22.5 + parent: 36907 + - uid: 39046 components: - type: Transform - pos: -40.5,35.5 - parent: 2 - - uid: 31572 + pos: 5.5,-23.5 + parent: 36907 + - uid: 39047 components: - type: Transform - pos: -37.5,-33.5 - parent: 2 - - uid: 31580 + pos: 5.5,-24.5 + parent: 36907 + - uid: 39048 components: - type: Transform - pos: -25.5,-44.5 - parent: 2 - - uid: 33678 + pos: 5.5,-25.5 + parent: 36907 + - uid: 39049 components: - type: Transform - pos: -37.5,-10.5 - parent: 2 - - uid: 35675 + pos: 4.5,-22.5 + parent: 36907 + - uid: 39050 components: - type: Transform - pos: -30.5,62.5 - parent: 2 - - uid: 36133 + pos: 4.5,-23.5 + parent: 36907 + - uid: 39051 components: - type: Transform - pos: -83.5,69.5 - parent: 2 -- proto: ClosetFireFilled - entities: - - uid: 6129 + pos: 4.5,-24.5 + parent: 36907 + - uid: 39052 components: - type: Transform - pos: 72.5,-7.5 - parent: 2 - - uid: 7432 + pos: 4.5,-25.5 + parent: 36907 + - uid: 39053 + components: + - type: Transform + pos: 3.5,-22.5 + parent: 36907 + - uid: 39054 components: - type: Transform - pos: 3.5,-32.5 - parent: 2 - - uid: 9382 + pos: 3.5,-23.5 + parent: 36907 + - uid: 39055 components: - type: Transform - pos: 50.5,-11.5 - parent: 2 - - uid: 9471 + pos: 3.5,-24.5 + parent: 36907 + - uid: 39056 components: - type: Transform - pos: -22.5,51.5 - parent: 2 - - uid: 10349 + pos: 3.5,-25.5 + parent: 36907 + - uid: 39057 components: - type: Transform - pos: 11.5,-79.5 - parent: 2 - - uid: 10423 + pos: 2.5,-22.5 + parent: 36907 + - uid: 39058 components: - type: Transform - pos: -44.5,-7.5 - parent: 2 - - uid: 10707 + pos: 2.5,-23.5 + parent: 36907 + - uid: 39059 components: - type: Transform - pos: -6.5,-79.5 - parent: 2 - - uid: 10928 + pos: 2.5,-24.5 + parent: 36907 + - uid: 39060 components: - type: Transform - pos: 25.5,-63.5 - parent: 2 - - uid: 11409 + pos: 2.5,-25.5 + parent: 36907 + - uid: 39061 components: - type: Transform - pos: 56.5,-39.5 - parent: 2 - - uid: 12930 + pos: 2.5,12.5 + parent: 36907 + - uid: 39062 components: - type: Transform - pos: 11.5,29.5 - parent: 2 - - uid: 12933 + pos: 2.5,11.5 + parent: 36907 + - uid: 39063 components: - type: Transform - pos: 28.5,9.5 - parent: 2 - - uid: 13301 + pos: 2.5,10.5 + parent: 36907 + - uid: 39064 components: - type: Transform - pos: -22.5,15.5 - parent: 2 - - uid: 13388 + pos: 2.5,9.5 + parent: 36907 + - uid: 39065 components: - type: Transform - pos: -56.5,18.5 - parent: 2 - - uid: 13550 + pos: 2.5,8.5 + parent: 36907 + - uid: 39066 components: - type: Transform - pos: -53.5,-37.5 - parent: 2 - - uid: 14392 + pos: 2.5,7.5 + parent: 36907 + - uid: 39067 components: - type: Transform - pos: 15.5,57.5 - parent: 2 - - uid: 14543 + pos: 3.5,12.5 + parent: 36907 + - uid: 39068 components: - type: Transform - pos: -13.5,-37.5 - parent: 2 - - uid: 14747 + pos: 3.5,11.5 + parent: 36907 + - uid: 39069 components: - type: Transform - pos: -13.5,-52.5 - parent: 2 - - uid: 26636 + pos: 3.5,10.5 + parent: 36907 + - uid: 39070 components: - type: Transform - pos: -9.5,54.5 - parent: 2 - - uid: 27531 + pos: 3.5,9.5 + parent: 36907 + - uid: 39071 components: - type: Transform - pos: -31.5,-42.5 - parent: 2 - - uid: 27532 + pos: 3.5,8.5 + parent: 36907 + - uid: 39072 components: - type: Transform - pos: 13.5,53.5 - parent: 2 - - uid: 27533 + pos: 3.5,7.5 + parent: 36907 + - uid: 39073 components: - type: Transform - pos: 26.5,48.5 - parent: 2 - - uid: 27534 + pos: 3.5,6.5 + parent: 36907 + - uid: 39074 components: - type: Transform - pos: 36.5,27.5 - parent: 2 - - uid: 27535 + pos: 4.5,12.5 + parent: 36907 + - uid: 39075 components: - type: Transform - pos: 49.5,17.5 - parent: 2 - - uid: 27537 + pos: 4.5,11.5 + parent: 36907 + - uid: 39076 components: - type: Transform - pos: 47.5,-27.5 - parent: 2 - - uid: 27541 + pos: 4.5,10.5 + parent: 36907 + - uid: 39077 components: - type: Transform - pos: 24.5,-45.5 - parent: 2 - - uid: 27544 + pos: 4.5,9.5 + parent: 36907 + - uid: 39078 components: - type: Transform - pos: -50.5,8.5 - parent: 2 - - uid: 27546 + pos: 4.5,8.5 + parent: 36907 + - uid: 39079 components: - type: Transform - pos: -37.5,28.5 - parent: 2 - - uid: 27685 + pos: 4.5,7.5 + parent: 36907 + - uid: 39080 components: - type: Transform - pos: 57.5,-43.5 - parent: 2 - - uid: 30870 + pos: 4.5,6.5 + parent: 36907 + - uid: 39081 components: - type: Transform - pos: 4.5,-2.5 - parent: 2 - - uid: 31553 + pos: 5.5,12.5 + parent: 36907 + - uid: 39082 components: - type: Transform - pos: 28.5,38.5 - parent: 2 - - uid: 31554 + pos: 5.5,11.5 + parent: 36907 + - uid: 39083 components: - type: Transform - pos: 35.5,-40.5 - parent: 2 - - uid: 31565 + pos: 5.5,10.5 + parent: 36907 + - uid: 39084 components: - type: Transform - pos: -40.5,36.5 - parent: 2 - - uid: 31573 + pos: 5.5,9.5 + parent: 36907 + - uid: 39085 components: - type: Transform - pos: -41.5,-33.5 - parent: 2 - - uid: 31574 + pos: 5.5,8.5 + parent: 36907 + - uid: 39086 components: - type: Transform - pos: 28.5,-48.5 - parent: 2 - - uid: 31578 + pos: 5.5,7.5 + parent: 36907 + - uid: 39087 components: - type: Transform - pos: -26.5,-44.5 - parent: 2 - - uid: 34102 + pos: 6.5,12.5 + parent: 36907 + - uid: 39088 components: - type: Transform - pos: -46.5,-31.5 - parent: 2 - - uid: 36126 + pos: 6.5,11.5 + parent: 36907 + - uid: 39089 components: - type: Transform - pos: -82.5,56.5 - parent: 2 -- proto: ClosetJanitorFilled - entities: - - uid: 8747 + pos: 6.5,10.5 + parent: 36907 + - uid: 39090 components: - type: Transform - pos: 60.5,12.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: - - 8748 - - 8749 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: ClosetL3ScienceFilled - entities: - - uid: 34265 + pos: 6.5,9.5 + parent: 36907 + - uid: 39091 components: - type: Transform - pos: -56.5,-24.5 - parent: 2 - - uid: 34266 + pos: 6.5,8.5 + parent: 36907 + - uid: 39092 components: - type: Transform - pos: -55.5,-5.5 - parent: 2 -- proto: ClosetL3SecurityFilled - entities: - - uid: 3826 + pos: 6.5,7.5 + parent: 36907 + - uid: 39093 components: - type: Transform - pos: 65.5,31.5 - parent: 2 -- proto: ClosetL3VirologyFilled - entities: - - uid: 15773 + pos: 6.5,6.5 + parent: 36907 + - uid: 39094 components: - type: Transform - pos: 38.5,-0.5 - parent: 2 - - uid: 18339 + pos: 7.5,12.5 + parent: 36907 + - uid: 39095 components: - type: Transform - pos: 36.5,-0.5 - parent: 2 -- proto: ClosetMaintenanceFilledRandom - entities: - - uid: 4484 + pos: 7.5,11.5 + parent: 36907 + - uid: 39096 components: - type: Transform - pos: -37.5,42.5 - parent: 2 - - uid: 5294 + pos: 7.5,10.5 + parent: 36907 + - uid: 39097 components: - type: Transform - pos: -19.5,-12.5 - parent: 2 - - uid: 10938 + pos: 7.5,9.5 + parent: 36907 + - uid: 39098 components: - type: Transform - pos: 16.5,-58.5 - parent: 2 - - uid: 10939 + pos: 7.5,8.5 + parent: 36907 + - uid: 39099 components: - type: Transform - pos: 14.5,-63.5 - parent: 2 - - uid: 10940 + pos: 7.5,7.5 + parent: 36907 + - uid: 39100 components: - type: Transform - pos: 27.5,-59.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - 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: - - 4621 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 11410 + pos: 7.5,6.5 + parent: 36907 + - uid: 39101 components: - type: Transform - pos: 56.5,-25.5 - parent: 2 - - uid: 11433 + pos: 8.5,12.5 + parent: 36907 + - uid: 39102 components: - type: Transform - pos: 60.5,-6.5 - parent: 2 - - uid: 11517 + pos: 8.5,11.5 + parent: 36907 + - uid: 39103 components: - type: Transform - pos: 65.5,-11.5 - parent: 2 - - uid: 11706 + pos: 8.5,10.5 + parent: 36907 + - uid: 39104 components: - type: Transform - pos: -65.5,-12.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 12940 + pos: 8.5,9.5 + parent: 36907 + - uid: 39105 components: - type: Transform - pos: 14.5,18.5 - parent: 2 - - uid: 13296 + pos: 8.5,8.5 + parent: 36907 + - uid: 39106 components: - type: Transform - pos: -21.5,15.5 - parent: 2 - - uid: 13955 + pos: 8.5,7.5 + parent: 36907 + - uid: 39107 components: - type: Transform - pos: -34.5,-49.5 - parent: 2 - - uid: 14201 + pos: 9.5,12.5 + parent: 36907 + - uid: 39108 components: - type: Transform - pos: -11.5,-61.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 14540 + pos: 9.5,11.5 + parent: 36907 + - uid: 39109 components: - type: Transform - pos: -13.5,-33.5 - parent: 2 - - uid: 14541 + pos: 9.5,10.5 + parent: 36907 + - uid: 39110 components: - type: Transform - pos: -13.5,-47.5 - parent: 2 - - uid: 14565 + pos: 9.5,9.5 + parent: 36907 + - uid: 39111 components: - type: Transform - pos: -19.5,-57.5 - parent: 2 - - uid: 27629 + pos: 9.5,8.5 + parent: 36907 + - uid: 39112 components: - type: Transform - pos: 69.5,-14.5 - parent: 2 - - uid: 33677 + pos: 27.5,14.5 + parent: 36907 + - uid: 39113 components: - type: Transform - pos: -37.5,-9.5 - parent: 2 - - uid: 34063 + pos: 30.5,18.5 + parent: 36907 + - uid: 39114 components: - type: Transform - pos: -61.5,-14.5 - parent: 2 - - uid: 34097 + pos: 10.5,12.5 + parent: 36907 + - uid: 39115 components: - type: Transform - pos: -57.5,-9.5 - parent: 2 -- proto: ClosetRadiationSuit - entities: - - uid: 8966 + pos: 10.5,11.5 + parent: 36907 + - uid: 39116 components: - type: Transform - pos: -58.5,8.5 - parent: 2 -- proto: ClosetRadiationSuitFilled - entities: - - uid: 5127 + pos: 10.5,10.5 + parent: 36907 + - uid: 39117 components: - type: Transform - pos: -16.5,-33.5 - parent: 2 - - uid: 5220 + pos: 10.5,9.5 + parent: 36907 + - uid: 39118 components: - type: Transform - pos: -27.5,-14.5 - parent: 2 - - uid: 7404 + pos: 10.5,8.5 + parent: 36907 + - uid: 39119 components: - type: Transform - pos: -39.5,15.5 - parent: 2 - - uid: 9842 + pos: 11.5,12.5 + parent: 36907 + - uid: 39120 components: - type: Transform - pos: -54.5,12.5 - parent: 2 - - uid: 12280 + pos: 11.5,11.5 + parent: 36907 + - uid: 39121 components: - type: Transform - pos: -56.5,14.5 - parent: 2 - - uid: 12792 + pos: 11.5,10.5 + parent: 36907 + - uid: 39122 components: - type: Transform - pos: -56.5,10.5 - parent: 2 - - uid: 13363 + pos: 11.5,9.5 + parent: 36907 + - uid: 39123 components: - type: Transform - pos: -58.5,9.5 - parent: 2 - - uid: 31326 + pos: 11.5,8.5 + parent: 36907 + - uid: 39124 components: - type: Transform - pos: -60.5,-18.5 - parent: 2 -- proto: ClosetSteelBase - entities: - - uid: 11169 + pos: 11.5,7.5 + parent: 36907 + - uid: 39125 components: - type: Transform - pos: 11.5,-57.5 - parent: 2 - - uid: 27553 + pos: 11.5,6.5 + parent: 36907 + - uid: 39126 components: - type: Transform - pos: 18.5,-41.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - 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: - - 30322 - - 30056 - - 28414 - - 28260 - - 28081 - - 27577 - - 27564 - - 27556 - - 27555 - - 27554 - - 27568 - - 27569 - - 27570 - - 27571 - - 27572 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 34528 + pos: 12.5,12.5 + parent: 36907 + - uid: 39127 components: - type: Transform - pos: 8.5,9.5 - parent: 30892 - - uid: 34540 + pos: 12.5,11.5 + parent: 36907 + - uid: 39128 components: - type: Transform - pos: 2.5,9.5 - parent: 30892 - - uid: 34608 + pos: 12.5,10.5 + parent: 36907 + - uid: 39129 components: - type: Transform - pos: 5.5,9.5 - parent: 30892 -- proto: ClosetTool - entities: - - uid: 12946 + pos: 12.5,9.5 + parent: 36907 + - uid: 39130 components: - type: Transform - pos: 14.5,17.5 - parent: 2 -- proto: ClosetToolFilled - entities: - - uid: 564 + pos: 12.5,8.5 + parent: 36907 + - uid: 39131 components: - type: Transform - pos: -28.5,24.5 - parent: 2 - - uid: 8592 + pos: 12.5,7.5 + parent: 36907 + - uid: 39132 components: - type: Transform - pos: -56.5,12.5 - parent: 2 - - uid: 11408 + pos: 12.5,6.5 + parent: 36907 + - uid: 39133 components: - type: Transform - pos: 55.5,-39.5 - parent: 2 - - uid: 12281 + pos: 13.5,12.5 + parent: 36907 + - uid: 39134 components: - type: Transform - pos: -52.5,20.5 - parent: 2 - - uid: 12947 + pos: 13.5,11.5 + parent: 36907 + - uid: 39135 components: - type: Transform - pos: 14.5,29.5 - parent: 2 - - uid: 13365 + pos: 13.5,10.5 + parent: 36907 + - uid: 39136 components: - type: Transform - pos: -58.5,12.5 - parent: 2 - - uid: 13427 + pos: 13.5,9.5 + parent: 36907 + - uid: 39137 components: - type: Transform - pos: -54.5,10.5 - parent: 2 - - uid: 34192 + pos: 13.5,8.5 + parent: 36907 + - uid: 39138 components: - type: Transform - pos: -85.5,61.5 - parent: 2 -- proto: ClosetWallEmergencyFilledRandom - entities: - - uid: 12487 + pos: 13.5,7.5 + parent: 36907 + - uid: 39139 components: - type: Transform - pos: -46.5,-29.5 - parent: 2 - - uid: 27636 + pos: 14.5,12.5 + parent: 36907 + - uid: 39140 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 68.5,-24.5 - parent: 2 - - uid: 34100 + pos: 14.5,11.5 + parent: 36907 + - uid: 39141 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,-18.5 - parent: 2 - - uid: 34101 + pos: 19.5,10.5 + parent: 36907 + - uid: 39142 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,-22.5 - parent: 2 - - uid: 36649 + pos: 14.5,9.5 + parent: 36907 + - uid: 39143 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-0.5 - parent: 36450 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 36650 + pos: 14.5,8.5 + parent: 36907 + - uid: 39144 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-0.5 - parent: 36450 -- proto: ClosetWallFireFilledRandom - entities: - - uid: 14393 + pos: 15.5,12.5 + parent: 36907 + - uid: 39145 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,45.5 - parent: 2 - - uid: 34103 + pos: 15.5,11.5 + parent: 36907 + - uid: 39146 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,-27.5 - parent: 2 - - uid: 34104 + pos: 15.5,10.5 + parent: 36907 + - uid: 39147 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -62.5,-18.5 - parent: 2 - - uid: 34105 + pos: 15.5,9.5 + parent: 36907 + - uid: 39148 components: - type: Transform - pos: -65.5,-10.5 - parent: 2 - - uid: 34106 + pos: 15.5,8.5 + parent: 36907 + - uid: 39149 components: - type: Transform - pos: -63.5,-1.5 - parent: 2 - - uid: 34107 + pos: 16.5,12.5 + parent: 36907 + - uid: 39150 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,2.5 - parent: 2 - - uid: 34108 + pos: 16.5,11.5 + parent: 36907 + - uid: 39151 components: - type: Transform - pos: -59.5,-3.5 - parent: 2 - - uid: 34109 + pos: 16.5,10.5 + parent: 36907 + - uid: 39152 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,-10.5 - parent: 2 -- proto: ClosetWallMaintenanceFilledRandom - entities: - - uid: 10941 + pos: 16.5,9.5 + parent: 36907 + - uid: 39153 components: - type: Transform - pos: 33.5,-57.5 - parent: 2 - - uid: 10942 + pos: 16.5,8.5 + parent: 36907 + - uid: 39154 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-53.5 - parent: 2 - - uid: 11365 + pos: 16.5,7.5 + parent: 36907 + - uid: 39155 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 68.5,-16.5 - parent: 2 - - uid: 11494 + pos: 17.5,11.5 + parent: 36907 + - uid: 39156 components: - type: Transform - pos: 57.5,-5.5 - parent: 2 - - uid: 11518 + pos: 17.5,10.5 + parent: 36907 + - uid: 39157 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 57.5,-34.5 - parent: 2 - - uid: 11519 + pos: 17.5,9.5 + parent: 36907 + - uid: 39158 components: - type: Transform - pos: 50.5,-42.5 - parent: 2 - - uid: 12653 + pos: 17.5,8.5 + parent: 36907 + - uid: 39159 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,-32.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 12938 + pos: 17.5,7.5 + parent: 36907 + - uid: 39160 components: - type: Transform - pos: 13.5,37.5 - parent: 2 - - uid: 12939 + pos: 28.5,14.5 + parent: 36907 + - uid: 39161 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,29.5 - parent: 2 - - uid: 12941 + pos: 22.5,16.5 + parent: 36907 + - uid: 39162 components: - type: Transform - pos: 22.5,14.5 - parent: 2 - - uid: 12942 + pos: 18.5,10.5 + parent: 36907 + - uid: 39163 components: - type: Transform - pos: 29.5,12.5 - parent: 2 - - uid: 12943 + pos: 18.5,9.5 + parent: 36907 + - uid: 39164 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,14.5 - parent: 2 - - uid: 12944 + pos: 18.5,8.5 + parent: 36907 + - uid: 39165 components: - type: Transform - pos: 47.5,9.5 - parent: 2 - - uid: 12945 + pos: 26.5,13.5 + parent: 36907 + - uid: 39166 components: - type: Transform - pos: 36.5,9.5 - parent: 2 - - uid: 13107 + pos: 30.5,19.5 + parent: 36907 + - uid: 39167 components: - type: Transform - pos: 63.5,11.5 - parent: 2 - - uid: 14372 + pos: 19.5,12.5 + parent: 36907 + - uid: 39168 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,37.5 - parent: 2 - - uid: 27686 + pos: 19.5,11.5 + parent: 36907 + - uid: 39169 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,-45.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - 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: - - 29616 - - uid: 27687 + pos: 19.5,9.5 + parent: 36907 + - uid: 39170 components: - type: Transform - pos: 57.5,-40.5 - parent: 2 - - uid: 27688 + pos: 19.5,8.5 + parent: 36907 + - uid: 39171 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 68.5,-21.5 - parent: 2 - - uid: 27689 + pos: 19.5,7.5 + parent: 36907 + - uid: 39172 components: - type: Transform - pos: 70.5,-9.5 - parent: 2 - - uid: 34064 + pos: 20.5,12.5 + parent: 36907 + - uid: 39173 components: - type: Transform - pos: -62.5,-5.5 - parent: 2 - - uid: 34065 + pos: 20.5,11.5 + parent: 36907 + - uid: 39174 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,0.5 - parent: 2 - - uid: 34066 + pos: 20.5,10.5 + parent: 36907 + - uid: 39175 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,6.5 - parent: 2 - - uid: 34067 + pos: 20.5,9.5 + parent: 36907 + - uid: 39176 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,-8.5 - parent: 2 - - uid: 34068 + pos: 20.5,8.5 + parent: 36907 + - uid: 39177 components: - type: Transform - pos: -61.5,-15.5 - parent: 2 - - uid: 34069 + pos: 20.5,7.5 + parent: 36907 + - uid: 39178 components: - type: Transform - pos: -62.5,-22.5 - parent: 2 - - uid: 34070 + pos: 20.5,6.5 + parent: 36907 + - uid: 39179 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,-26.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - 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: - - 34286 - - uid: 34071 + pos: 21.5,11.5 + parent: 36907 + - uid: 39180 components: - type: Transform - pos: -51.5,-27.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 34072 + pos: 21.5,10.5 + parent: 36907 + - uid: 39181 components: - type: Transform - pos: -52.5,-23.5 - parent: 2 -- proto: ClosetWallWhite - entities: - - uid: 7128 + pos: 21.5,9.5 + parent: 36907 + - uid: 39182 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-40.5 - parent: 2 - - uid: 7129 + pos: 21.5,8.5 + parent: 36907 + - uid: 39183 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,-40.5 - parent: 2 -- proto: ClothingBackpackClown - entities: - - uid: 8568 + pos: 21.5,7.5 + parent: 36907 + - uid: 39184 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.59986,55.65522 - parent: 2 -- proto: ClothingBackpackDuffelSurgeryFilled - entities: - - uid: 8868 + pos: 21.5,6.5 + parent: 36907 + - uid: 39185 components: - type: Transform - pos: 48.382423,-9.461752 - parent: 2 - - uid: 12730 + pos: 22.5,12.5 + parent: 36907 + - uid: 39186 components: - type: Transform - pos: 34.47875,-11.332899 - parent: 2 -- proto: ClothingBackpackSatchel - entities: - - uid: 9518 + pos: 22.5,11.5 + parent: 36907 + - uid: 39187 components: - type: Transform - pos: 26.417082,-54.425804 - parent: 2 -- proto: ClothingBeltChampion - entities: - - uid: 5616 + pos: 22.5,10.5 + parent: 36907 + - uid: 39188 components: - type: Transform - pos: 6.572978,-46.420567 - parent: 2 -- proto: ClothingBeltUtility - entities: - - uid: 5377 + pos: 22.5,9.5 + parent: 36907 + - uid: 39189 components: - type: Transform - pos: -40.53473,-22.61208 - parent: 2 -- proto: ClothingBeltUtilityEngineering - entities: - - uid: 4124 + pos: 22.5,8.5 + parent: 36907 + - uid: 39190 components: - type: Transform - pos: 22.323908,36.767746 - parent: 2 - - uid: 8019 + pos: 22.5,7.5 + parent: 36907 + - uid: 39191 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -61.334072,31.643364 - parent: 2 -- proto: ClothingBeltUtilityFilled - entities: - - uid: 290 + pos: 23.5,12.5 + parent: 36907 + - uid: 39192 components: - type: Transform - pos: -40.402534,14.881338 - parent: 2 - - uid: 558 + pos: 23.5,11.5 + parent: 36907 + - uid: 39193 components: - type: Transform - pos: -40.63691,14.646963 - parent: 2 - - uid: 5151 + pos: 23.5,10.5 + parent: 36907 + - uid: 39194 components: - type: Transform - pos: -25.771175,-39.384033 - parent: 2 - - uid: 5178 + pos: 23.5,9.5 + parent: 36907 + - uid: 39195 components: - type: Transform - pos: -35.628685,-31.249018 - parent: 2 - - uid: 8060 + pos: 23.5,8.5 + parent: 36907 + - uid: 39196 components: - type: Transform - pos: -28.422129,33.460537 - parent: 2 - - uid: 8062 + pos: 23.5,7.5 + parent: 36907 + - uid: 39197 components: - type: Transform - pos: -28.781504,33.757412 - parent: 2 - - uid: 11086 + pos: 29.5,19.5 + parent: 36907 + - uid: 39198 components: - type: Transform - pos: 10.172003,-44.51718 - parent: 2 - - uid: 11088 + pos: 4.5,13.5 + parent: 36907 + - uid: 39199 components: - type: Transform - pos: 10.526169,-44.60273 - parent: 2 - - uid: 13329 + pos: 5.5,13.5 + parent: 36907 + - uid: 39200 components: - type: Transform - pos: -24.490963,14.581863 - parent: 2 - - uid: 34235 + pos: 6.5,13.5 + parent: 36907 + - uid: 39201 components: - type: Transform - pos: -17.36811,46.706173 - parent: 2 - - uid: 34236 + pos: 6.5,14.5 + parent: 36907 + - uid: 39202 components: - type: Transform - pos: -17.49311,46.581173 - parent: 2 -- proto: ClothingEyesGlasses - entities: - - uid: 5207 + pos: 9.5,13.5 + parent: 36907 + - uid: 39203 components: - type: Transform - pos: -34.19404,-31.324461 - parent: 2 - - uid: 5208 + pos: 10.5,13.5 + parent: 36907 + - uid: 39204 components: - type: Transform - pos: -30.435514,-29.439348 - parent: 2 - - uid: 5278 + pos: 11.5,13.5 + parent: 36907 + - uid: 39205 components: - type: Transform - pos: -22.602331,-37.2425 - parent: 2 - - uid: 14750 + pos: 5.5,14.5 + parent: 36907 + - uid: 39206 components: - type: Transform - pos: -11.6084175,-67.53694 - parent: 2 -- proto: ClothingEyesGlassesMeson - entities: - - uid: 18710 + pos: 2.5,13.5 + parent: 36907 + - uid: 39207 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 62.565266,12.567092 - parent: 2 - - uid: 31138 + pos: 13.5,13.5 + parent: 36907 + - uid: 39208 components: - type: Transform - pos: -9.374219,43.155277 - parent: 2 -- proto: ClothingEyesGlassesSunglasses - entities: - - uid: 10177 + pos: 10.5,14.5 + parent: 36907 + - uid: 39209 components: - type: Transform - pos: -3.5076618,50.75647 - parent: 2 -- proto: ClothingEyesHudDiagnostic - entities: - - uid: 291 + pos: 11.5,14.5 + parent: 36907 + - uid: 39210 components: - type: Transform - pos: -40.52449,15.424732 - parent: 2 - - uid: 292 + pos: 14.5,13.5 + parent: 36907 + - uid: 39211 components: - type: Transform - pos: -40.39949,15.487232 - parent: 2 -- proto: ClothingEyesHudMedical - entities: - - uid: 6641 + pos: 8.5,13.5 + parent: 36907 + - uid: 39212 components: - type: Transform - pos: 16.696432,-23.248207 - parent: 2 - - uid: 6642 + pos: 23.5,17.5 + parent: 36907 + - uid: 39213 components: - type: Transform - pos: 16.602682,-23.341957 - parent: 2 - - uid: 6643 + pos: 28.5,15.5 + parent: 36907 + - uid: 39214 components: - type: Transform - pos: 16.524557,-23.451332 - parent: 2 -- proto: ClothingEyesSalesman - entities: - - uid: 31139 + pos: 28.5,16.5 + parent: 36907 + - uid: 39215 components: - type: Transform - pos: -10.624219,42.624027 - parent: 2 -- proto: ClothingHandsGlovesAerostatic - entities: - - uid: 43055 + pos: 29.5,17.5 + parent: 36907 + - uid: 39216 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 11.28101,33.071922 - parent: 2 -- proto: ClothingHandsGlovesBoxingBlue - entities: - - uid: 8420 + pos: 24.5,17.5 + parent: 36907 + - uid: 39217 components: - type: Transform - pos: -30.727352,48.654552 - parent: 2 - - uid: 13677 + pos: 29.5,18.5 + parent: 36907 + - uid: 39218 components: - type: Transform - pos: -31.066856,-59.40561 - parent: 2 -- proto: ClothingHandsGlovesBoxingGreen - entities: - - uid: 9893 + pos: 28.5,17.5 + parent: 36907 + - uid: 39219 components: - type: Transform - pos: -30.608456,51.33047 - parent: 2 -- proto: ClothingHandsGlovesBoxingRed - entities: - - uid: 9872 + pos: 28.5,18.5 + parent: 36907 + - uid: 39220 components: - type: Transform - pos: -33.372787,51.360203 - parent: 2 - - uid: 13713 + pos: 26.5,18.5 + parent: 36907 + - uid: 39221 components: - type: Transform - pos: -32.107937,-59.432796 - parent: 2 -- proto: ClothingHandsGlovesBoxingYellow - entities: - - uid: 13651 + pos: 27.5,18.5 + parent: 36907 + - uid: 39222 components: - type: Transform - pos: -31.566856,-55.546234 - parent: 2 - - uid: 14445 + pos: 25.5,18.5 + parent: 36907 + - uid: 39223 components: - type: Transform - pos: -33.362724,48.591904 - parent: 2 -- proto: ClothingHandsGlovesColorBlack - entities: - - uid: 5459 + pos: 24.5,18.5 + parent: 36907 + - uid: 39224 components: - type: Transform - pos: -43.602333,-52.257698 - parent: 2 - - uid: 5460 + pos: 21.5,14.5 + parent: 36907 + - uid: 39225 components: - type: Transform - pos: -43.547295,-52.422813 - parent: 2 - - uid: 5461 + pos: 22.5,15.5 + parent: 36907 + - uid: 39226 components: - type: Transform - pos: -43.46474,-52.532887 - parent: 2 - - uid: 5462 + pos: 25.5,13.5 + parent: 36907 + - uid: 39227 components: - type: Transform - pos: -43.382183,-52.642963 - parent: 2 - - uid: 8802 + pos: 23.5,15.5 + parent: 36907 + - uid: 39228 components: - type: Transform - pos: 54.55156,-25.670208 - parent: 2 -- proto: ClothingHandsGlovesColorGray - entities: - - uid: 28414 + pos: 23.5,14.5 + parent: 36907 + - uid: 39229 components: - type: Transform - parent: 27553 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingHandsGlovesColorGreen - entities: - - uid: 2843 + pos: 23.5,13.5 + parent: 36907 + - uid: 39230 + components: + - type: Transform + pos: 24.5,12.5 + parent: 36907 + - uid: 39231 components: - type: Transform - pos: 48.499218,-30.792057 - parent: 2 - - uid: 27555 + pos: 24.5,13.5 + parent: 36907 + - uid: 39232 components: - type: Transform - parent: 27553 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingHandsGlovesColorOrange - entities: - - uid: 14032 + pos: 21.5,12.5 + parent: 36907 + - uid: 39233 components: - type: Transform - pos: -34.5,-48.5 - parent: 2 -- proto: ClothingHandsGlovesColorPurple - entities: - - uid: 618 + pos: 25.5,12.5 + parent: 36907 + - uid: 39234 components: - type: Transform - pos: -16.446918,-20.514402 - parent: 2 -- proto: ClothingHandsGlovesColorYellow - entities: - - uid: 3295 + pos: 27.5,12.5 + parent: 36907 + - uid: 39235 components: - type: Transform - pos: 22.558283,36.486496 - parent: 2 - - uid: 7443 + pos: 22.5,13.5 + parent: 36907 + - uid: 39236 components: - type: Transform - pos: -41.181236,10.646734 - parent: 2 - - uid: 7471 + pos: 23.5,16.5 + parent: 36907 + - uid: 39237 components: - type: Transform - pos: -32.065617,36.723553 - parent: 2 - - uid: 7473 + pos: 28.5,13.5 + parent: 36907 + - uid: 39238 components: - type: Transform - pos: -25.603779,36.604282 - parent: 2 - - uid: 7474 + pos: 26.5,12.5 + parent: 36907 + - uid: 39239 components: - type: Transform - pos: -33.034367,36.692303 - parent: 2 - - uid: 11115 + pos: 22.5,14.5 + parent: 36907 + - uid: 39240 components: - type: Transform - pos: 10.290123,-45.209297 - parent: 2 - - uid: 11117 + pos: 29.5,13.5 + parent: 36907 + - uid: 39241 components: - type: Transform - pos: 10.199844,-45.55616 - parent: 2 - - uid: 11118 + pos: 24.5,14.5 + parent: 36907 + - uid: 39242 components: - type: Transform - pos: 10.199844,-45.55616 - parent: 2 - - uid: 16120 + pos: 21.5,15.5 + parent: 36907 + - uid: 39243 components: - type: Transform - pos: -4.508362,16.47845 - parent: 14592 - - uid: 31128 + pos: 31.5,19.5 + parent: 36907 + - uid: 39244 components: - type: Transform - pos: -9.467969,43.389652 - parent: 2 -- proto: ClothingHandsGlovesColorYellowBudget - entities: - - uid: 628 + pos: 27.5,13.5 + parent: 36907 + - uid: 39245 components: - type: Transform - pos: -35.482075,-5.4914165 - parent: 2 - - uid: 783 + rot: 1.5707963267948966 rad + pos: 48.5,7.5 + parent: 36907 + - uid: 39246 components: - type: Transform - pos: -23.48244,14.497682 - parent: 2 - - uid: 9557 + rot: 1.5707963267948966 rad + pos: 48.5,8.5 + parent: 36907 + - uid: 39247 components: - type: Transform - pos: -30.465672,7.715555 - parent: 2 -- proto: ClothingHandsGlovesCombat - entities: - - uid: 34336 + rot: 1.5707963267948966 rad + pos: 45.5,8.5 + parent: 36907 + - uid: 39248 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.500427,14.550827 - parent: 2 -- proto: ClothingHandsGlovesFingerless - entities: - - uid: 13497 + rot: 1.5707963267948966 rad + pos: 34.5,0.5 + parent: 36907 + - uid: 39249 components: - type: Transform - pos: -53.52046,-39.910942 - parent: 2 - - uid: 13498 + rot: 1.5707963267948966 rad + pos: 47.5,-4.5 + parent: 36907 + - uid: 39250 components: - type: Transform - pos: -53.52046,-39.691856 - parent: 2 - - uid: 14247 + rot: 1.5707963267948966 rad + pos: 46.5,-1.5 + parent: 36907 + - uid: 39251 components: - type: Transform - pos: -50.49303,-53.373127 - parent: 2 - - uid: 30056 + rot: 1.5707963267948966 rad + pos: 47.5,2.5 + parent: 36907 + - uid: 39252 components: - type: Transform - parent: 27553 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingHandsGlovesFingerlessInsulated - entities: - - uid: 13442 + rot: 1.5707963267948966 rad + pos: 48.5,6.5 + parent: 36907 + - uid: 39253 components: - type: Transform - pos: -40.487114,-46.390434 - parent: 2 - - uid: 27554 + rot: 1.5707963267948966 rad + pos: 47.5,3.5 + parent: 36907 + - uid: 39254 components: - type: Transform - parent: 27553 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingHandsGlovesLatex - entities: - - uid: 5261 + rot: 1.5707963267948966 rad + pos: 45.5,7.5 + parent: 36907 + - uid: 39255 components: - type: Transform - pos: -37.467834,-25.193386 - parent: 2 - - uid: 9001 + rot: 1.5707963267948966 rad + pos: 45.5,6.5 + parent: 36907 + - uid: 39256 components: - type: Transform - pos: 41.54138,-45.288765 - parent: 2 - - uid: 14568 + rot: 1.5707963267948966 rad + pos: 45.5,9.5 + parent: 36907 + - uid: 39257 components: - type: Transform - pos: -39.530342,-2.3511703 - parent: 2 -- proto: ClothingHandsGlovesLeather - entities: - - uid: 13342 + rot: 1.5707963267948966 rad + pos: 44.5,-4.5 + parent: 36907 + - uid: 39258 components: - type: Transform rot: 1.5707963267948966 rad - pos: -19.732817,66.37959 - parent: 2 -- proto: ClothingHandsGlovesNitrile - entities: - - uid: 6899 + pos: 47.5,-2.5 + parent: 36907 + - uid: 39259 components: - type: Transform - pos: 21.033796,-11.451857 - parent: 2 - - uid: 7030 + rot: 1.5707963267948966 rad + pos: 46.5,-2.5 + parent: 36907 + - uid: 39260 components: - type: Transform - pos: 27.507256,-0.40721035 - parent: 2 - - uid: 12731 + rot: 1.5707963267948966 rad + pos: 37.5,9.5 + parent: 36907 + - uid: 39261 components: - type: Transform - pos: 33.658577,-13.457899 - parent: 2 -- proto: ClothingHandsGlovesRobohands - entities: - - uid: 5186 + rot: 1.5707963267948966 rad + pos: 37.5,10.5 + parent: 36907 + - uid: 39262 components: - type: Transform - pos: -22.518007,-37.828037 - parent: 2 - - uid: 27568 + rot: 1.5707963267948966 rad + pos: 44.5,8.5 + parent: 36907 + - uid: 39263 components: - type: Transform - parent: 27553 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingHeadBandSkull - entities: - - uid: 32828 + rot: 1.5707963267948966 rad + pos: 47.5,5.5 + parent: 36907 + - uid: 39264 components: - type: Transform - pos: -15.170349,-7.7881546 - parent: 14592 -- proto: ClothingHeadHatBeaverHat - entities: - - uid: 13162 + rot: 1.5707963267948966 rad + pos: 47.5,6.5 + parent: 36907 + - uid: 39265 components: - type: Transform - parent: 13156 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingHeadHatBeretBrigmedic - entities: - - uid: 42911 + rot: 1.5707963267948966 rad + pos: 47.5,7.5 + parent: 36907 + - uid: 39266 components: - type: Transform - pos: 26.345387,-23.351341 - parent: 2 -- proto: ClothingHeadHatBeretEngineering - entities: - - uid: 7331 + rot: 1.5707963267948966 rad + pos: 47.5,9.5 + parent: 36907 + - uid: 39267 components: - type: Transform - pos: -40.46199,15.721607 - parent: 2 - - uid: 8042 + rot: 1.5707963267948966 rad + pos: 46.5,8.5 + parent: 36907 + - uid: 39268 components: - type: Transform - pos: -30.553421,27.663626 - parent: 2 -- proto: ClothingHeadHatBeretHoS - entities: - - uid: 6970 + rot: 1.5707963267948966 rad + pos: 46.5,9.5 + parent: 36907 + - uid: 39269 components: - - type: MetaData - desc: Просто чёрный берет. - name: чёрный берет - type: Transform - pos: 6.6848965,69.4931 - parent: 2 -- proto: ClothingHeadHatBowlerHat - entities: - - uid: 4877 + rot: 1.5707963267948966 rad + pos: 47.5,4.5 + parent: 36907 + - uid: 39270 components: - type: Transform - parent: 4593 - - type: Physics - canCollide: False - - uid: 12319 + rot: 1.5707963267948966 rad + pos: 44.5,-5.5 + parent: 36907 + - uid: 39271 components: - type: Transform - pos: -53.35338,15.808299 - parent: 2 - - uid: 14200 + rot: 1.5707963267948966 rad + pos: 47.5,-3.5 + parent: 36907 + - uid: 39272 components: - type: Transform - pos: -27.50652,-58.35252 - parent: 2 -- proto: ClothingHeadHatBunny - entities: - - uid: 5601 + rot: 1.5707963267948966 rad + pos: 36.5,13.5 + parent: 36907 + - uid: 39273 components: - type: Transform - pos: 50.446728,-41.351326 - parent: 2 - - uid: 27649 + rot: 1.5707963267948966 rad + pos: 40.5,14.5 + parent: 36907 + - uid: 39274 components: - type: Transform - pos: -7.5328174,49.38282 - parent: 2 -- proto: ClothingHeadHatCapcap - entities: - - uid: 36873 + rot: 1.5707963267948966 rad + pos: 36.5,9.5 + parent: 36907 + - uid: 39275 components: - type: Transform - pos: 12.4744215,-33.620914 - parent: 2 -- proto: ClothingHeadHatFedoraBrown - entities: - - uid: 14549 + rot: 1.5707963267948966 rad + pos: 46.5,1.5 + parent: 36907 + - uid: 39276 components: - type: Transform - parent: 14544 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingHeadHatFedoraGrey - entities: - - uid: 14548 + rot: 1.5707963267948966 rad + pos: 46.5,0.5 + parent: 36907 + - uid: 39277 components: - type: Transform - parent: 14544 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingHeadHatGreensoft - entities: - - uid: 11252 + rot: 1.5707963267948966 rad + pos: 46.5,2.5 + parent: 36907 + - uid: 39278 components: - type: Transform - pos: 48.260227,-30.252235 - parent: 2 -- proto: ClothingHeadHatHoodBioJanitor - entities: - - uid: 8748 + rot: 1.5707963267948966 rad + pos: 47.5,8.5 + parent: 36907 + - uid: 39279 components: - type: Transform - parent: 8747 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingHeadHatHoodCulthood - entities: - - uid: 10921 + rot: 1.5707963267948966 rad + pos: 46.5,5.5 + parent: 36907 + - uid: 39280 components: - type: Transform - pos: 34.315617,-54.2792 - parent: 2 -- proto: ClothingHeadHatMimesoft - entities: - - uid: 24226 + rot: 1.5707963267948966 rad + pos: 46.5,7.5 + parent: 36907 + - uid: 39281 components: - type: Transform - pos: 29.304691,23.044333 - parent: 2 -- proto: ClothingHeadHatPaper - entities: - - uid: 8200 + rot: 1.5707963267948966 rad + pos: 32.5,-1.5 + parent: 36907 + - uid: 39282 components: - type: Transform - pos: -43.554806,37.80073 - parent: 2 - - uid: 13158 + rot: 1.5707963267948966 rad + pos: 32.5,-0.5 + parent: 36907 + - uid: 39283 components: - type: Transform - parent: 13156 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 30797 + rot: 1.5707963267948966 rad + pos: 40.5,13.5 + parent: 36907 + - uid: 39284 components: - type: Transform - pos: -15.838306,32.479298 - parent: 2 -- proto: ClothingHeadHatSombrero - entities: - - uid: 34254 + rot: 1.5707963267948966 rad + pos: 37.5,13.5 + parent: 36907 + - uid: 39285 components: - type: Transform - pos: -64.445,-7.4594793 - parent: 2 -- proto: ClothingHeadHatUshanka - entities: - - uid: 8190 + rot: 1.5707963267948966 rad + pos: 38.5,16.5 + parent: 36907 + - uid: 39286 components: - type: Transform - pos: -42.444054,36.535107 - parent: 2 - - uid: 8818 + rot: 1.5707963267948966 rad + pos: 39.5,13.5 + parent: 36907 + - uid: 39287 components: - type: Transform - pos: 30.5868,-53.308765 - parent: 2 -- proto: ClothingHeadHatWelding - entities: - - uid: 35060 + rot: 1.5707963267948966 rad + pos: 39.5,14.5 + parent: 36907 + - uid: 39288 components: - type: Transform - pos: 71.4956,31.550774 - parent: 2 -- proto: ClothingHeadHatWeldingMaskFlame - entities: - - uid: 8047 + rot: 1.5707963267948966 rad + pos: 36.5,10.5 + parent: 36907 + - uid: 39289 components: - type: Transform - pos: -34.44409,24.648 - parent: 2 - - uid: 8189 + rot: 1.5707963267948966 rad + pos: 48.5,1.5 + parent: 36907 + - uid: 39290 components: - type: Transform - pos: -44.14718,37.80073 - parent: 2 -- proto: ClothingHeadHatWeldingMaskFlameBlue - entities: - - uid: 8046 + rot: 1.5707963267948966 rad + pos: 47.5,-1.5 + parent: 36907 + - uid: 39291 components: - type: Transform - pos: -34.147217,24.74175 - parent: 2 - - uid: 9575 + rot: 1.5707963267948966 rad + pos: 45.5,4.5 + parent: 36907 + - uid: 39292 components: - type: Transform - pos: -32.93442,9.871805 - parent: 2 - - uid: 36357 + rot: 1.5707963267948966 rad + pos: 46.5,-0.5 + parent: 36907 + - uid: 39293 components: - type: Transform - pos: -63.494766,72.715256 - parent: 2 -- proto: ClothingHeadHatWeldingMaskPainted - entities: - - uid: 3795 + rot: 1.5707963267948966 rad + pos: 46.5,3.5 + parent: 36907 + - uid: 39294 components: - type: Transform - pos: -31.059422,7.54368 - parent: 2 - - uid: 34137 + rot: 1.5707963267948966 rad + pos: 47.5,0.5 + parent: 36907 + - uid: 39295 components: - type: Transform - pos: -55.189785,-10.968341 - parent: 2 -- proto: ClothingHeadHatWitch - entities: - - uid: 13159 + rot: 1.5707963267948966 rad + pos: 46.5,6.5 + parent: 36907 + - uid: 39296 components: - type: Transform - parent: 13156 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingHeadHatWizard - entities: - - uid: 13163 + rot: 1.5707963267948966 rad + pos: 33.5,-0.5 + parent: 36907 + - uid: 39297 components: - type: Transform - parent: 13156 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingHeadHelmetCosmonaut - entities: - - uid: 35186 + rot: 1.5707963267948966 rad + pos: 33.5,0.5 + parent: 36907 + - uid: 39298 components: - type: Transform - pos: 66.98468,35.739822 - parent: 2 -- proto: ClothingHeadHelmetEVALarge - entities: - - uid: 9626 + rot: 1.5707963267948966 rad + pos: 38.5,-10.5 + parent: 36907 + - uid: 39299 components: - type: Transform - pos: -0.6957462,28.691769 - parent: 2 - - uid: 9627 + rot: 1.5707963267948966 rad + pos: 17.5,12.5 + parent: 36907 + - uid: 39300 components: - type: Transform - pos: 0.35112882,28.691769 - parent: 2 - - uid: 9628 + rot: 1.5707963267948966 rad + pos: 38.5,13.5 + parent: 36907 + - uid: 39301 components: - type: Transform - pos: 1.3042538,28.676144 - parent: 2 - - uid: 42954 + rot: 1.5707963267948966 rad + pos: 38.5,14.5 + parent: 36907 + - uid: 39302 components: - type: Transform - pos: 10.328957,67.93284 - parent: 2 -- proto: ClothingHeadHelmetRiot - entities: - - uid: 2131 + rot: 1.5707963267948966 rad + pos: 38.5,15.5 + parent: 36907 + - uid: 39303 components: - type: Transform - pos: 47.258606,33.46687 - parent: 2 - - uid: 10341 + rot: 1.5707963267948966 rad + pos: 38.5,17.5 + parent: 36907 + - uid: 39304 components: - type: Transform - pos: 47.352356,33.638744 - parent: 2 - - uid: 10672 + rot: 1.5707963267948966 rad + pos: 48.5,0.5 + parent: 36907 + - uid: 39305 components: - type: Transform - pos: 47.68048,33.46687 - parent: 2 - - uid: 10710 + rot: 1.5707963267948966 rad + pos: 48.5,-0.5 + parent: 36907 + - uid: 39306 components: - type: Transform - pos: 47.758606,33.669994 - parent: 2 -- proto: ClothingHeadHelmetTemplar - entities: - - uid: 13161 + rot: 1.5707963267948966 rad + pos: 45.5,2.5 + parent: 36907 + - uid: 39307 components: - type: Transform - parent: 13156 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingHeadRastaHat - entities: - - uid: 13160 + rot: 1.5707963267948966 rad + pos: 45.5,3.5 + parent: 36907 + - uid: 39308 components: - type: Transform - parent: 13156 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingMaskBreath - entities: - - uid: 8559 + rot: 1.5707963267948966 rad + pos: 46.5,4.5 + parent: 36907 + - uid: 39309 components: - type: Transform rot: 1.5707963267948966 rad - pos: -23.33742,66.67563 - parent: 2 - - uid: 13230 + pos: 47.5,-0.5 + parent: 36907 + - uid: 39310 components: - type: Transform - pos: 10.605842,67.79091 - parent: 2 -- proto: ClothingMaskBreathMedical - entities: - - uid: 5320 + rot: 1.5707963267948966 rad + pos: 32.5,0.5 + parent: 36907 + - uid: 39311 components: - type: Transform - pos: -17.378046,-45.50485 - parent: 2 - - uid: 13060 + rot: 1.5707963267948966 rad + pos: 38.5,-11.5 + parent: 36907 + - uid: 39312 components: - type: Transform - pos: 34.736702,-12.457899 - parent: 2 - - uid: 13066 + rot: 1.5707963267948966 rad + pos: 37.5,-10.5 + parent: 36907 + - uid: 39313 components: - type: Transform - pos: 34.627327,-12.567274 - parent: 2 -- proto: ClothingMaskGas - entities: - - uid: 621 + rot: 1.5707963267948966 rad + pos: 35.5,10.5 + parent: 36907 + - uid: 39314 components: - type: Transform - pos: -37.33043,13.130802 - parent: 2 - - uid: 9629 + rot: 1.5707963267948966 rad + pos: 48.5,3.5 + parent: 36907 + - uid: 39315 components: - type: Transform - pos: -0.6801212,28.348019 - parent: 2 - - uid: 9630 + rot: 1.5707963267948966 rad + pos: 45.5,1.5 + parent: 36907 + - uid: 39316 components: - type: Transform - pos: 0.36675382,28.348019 - parent: 2 - - uid: 9631 + rot: 1.5707963267948966 rad + pos: 43.5,-1.5 + parent: 36907 + - uid: 39317 components: - type: Transform - pos: 1.3042538,28.332394 - parent: 2 - - uid: 13513 + rot: 1.5707963267948966 rad + pos: 47.5,1.5 + parent: 36907 + - uid: 39318 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.65249,46.26328 - parent: 2 - - uid: 15048 + rot: 1.5707963267948966 rad + pos: 44.5,9.5 + parent: 36907 + - uid: 39319 components: - type: Transform - pos: 14.442017,8.455429 - parent: 14592 -- proto: ClothingMaskGasAtmos - entities: - - uid: 12638 + rot: 1.5707963267948966 rad + pos: 37.5,-11.5 + parent: 36907 + - uid: 39320 components: - type: Transform - pos: -41.784317,39.79009 - parent: 2 - - uid: 12639 + rot: 1.5707963267948966 rad + pos: 18.5,16.5 + parent: 36907 + - uid: 39321 components: - type: Transform - pos: -41.299942,39.79009 - parent: 2 -- proto: ClothingMaskGasSecurity - entities: - - uid: 35179 + rot: 1.5707963267948966 rad + pos: 18.5,15.5 + parent: 36907 + - uid: 39322 components: - type: Transform - pos: 66.32843,36.692947 - parent: 2 -- proto: ClothingMaskMuzzle - entities: - - uid: 35141 + rot: 1.5707963267948966 rad + pos: 37.5,15.5 + parent: 36907 + - uid: 39323 components: - type: Transform - pos: 60.056396,53.570786 - parent: 2 -- proto: ClothingMaskNeckGaiter - entities: - - uid: 12361 + rot: 1.5707963267948966 rad + pos: 37.5,16.5 + parent: 36907 + - uid: 39324 components: - type: Transform - pos: 65.52981,-33.368465 - parent: 2 -- proto: ClothingMaskSadMime - entities: - - uid: 6191 + rot: 1.5707963267948966 rad + pos: 45.5,-1.5 + parent: 36907 + - uid: 39325 components: - type: Transform - pos: -27.880768,59.84072 - parent: 2 -- proto: ClothingMaskScaredMime - entities: - - uid: 6193 + rot: 1.5707963267948966 rad + pos: 44.5,-1.5 + parent: 36907 + - uid: 39326 components: - type: Transform - pos: -27.186323,59.799053 - parent: 2 -- proto: ClothingMaskSexyMime - entities: - - uid: 11676 + rot: 1.5707963267948966 rad + pos: 18.5,14.5 + parent: 36907 + - uid: 39327 components: - type: Transform - pos: -24.497808,59.53982 - parent: 2 -- proto: ClothingMaskSterile - entities: - - uid: 6901 + rot: 1.5707963267948966 rad + pos: 15.5,13.5 + parent: 36907 + - uid: 39328 components: - type: Transform - pos: 24.111921,-14.201857 - parent: 2 -- proto: ClothingNeckCloakGoliathCloak - entities: - - uid: 9083 + rot: 1.5707963267948966 rad + pos: 17.5,14.5 + parent: 36907 + - uid: 39329 components: - type: Transform - pos: 30.913809,-56.36562 - parent: 2 -- proto: ClothingNeckCloakNanotrasen - entities: - - uid: 4736 + rot: 1.5707963267948966 rad + pos: 37.5,14.5 + parent: 36907 + - uid: 39330 components: - type: Transform - pos: -25.310814,66.512535 - parent: 2 -- proto: ClothingNeckHeadphones - entities: - - uid: 10476 + rot: 1.5707963267948966 rad + pos: 46.5,-4.5 + parent: 36907 + - uid: 39331 components: - type: Transform - pos: 25.349312,24.786043 - parent: 2 - - uid: 10477 + rot: 1.5707963267948966 rad + pos: 46.5,-3.5 + parent: 36907 + - uid: 39332 components: - type: Transform - pos: 25.349312,24.786043 - parent: 2 - - uid: 10478 + rot: 1.5707963267948966 rad + pos: 42.5,-2.5 + parent: 36907 + - uid: 39333 components: - type: Transform - pos: 25.349312,24.786043 - parent: 2 - - uid: 10479 + rot: 1.5707963267948966 rad + pos: 17.5,16.5 + parent: 36907 + - uid: 39334 components: - type: Transform - pos: 25.349312,24.786043 - parent: 2 - - uid: 10480 + rot: 1.5707963267948966 rad + pos: 17.5,15.5 + parent: 36907 + - uid: 39335 components: - type: Transform - pos: 25.349312,24.786043 - parent: 2 -- proto: ClothingNeckHorrific - entities: - - uid: 4638 + rot: 1.5707963267948966 rad + pos: 17.5,13.5 + parent: 36907 + - uid: 39336 components: - type: Transform - parent: 4593 - - type: Physics - canCollide: False -- proto: ClothingNeckMantleCap - entities: - - uid: 36875 + rot: 1.5707963267948966 rad + pos: 16.5,14.5 + parent: 36907 + - uid: 39337 components: - type: Transform - pos: 7.6406455,-38.537582 - parent: 2 -- proto: ClothingNeckMantleCE - entities: - - uid: 8112 + rot: 1.5707963267948966 rad + pos: 16.5,13.5 + parent: 36907 + - uid: 39338 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.867456,14.583364 - parent: 2 -- proto: ClothingNeckMantleCMO - entities: - - uid: 6752 + rot: 1.5707963267948966 rad + pos: 16.5,15.5 + parent: 36907 + - uid: 39339 components: - type: Transform - pos: 16.526154,-15.434147 - parent: 2 -- proto: ClothingNeckMantleHOS - entities: - - uid: 10547 + rot: 1.5707963267948966 rad + pos: 15.5,14.5 + parent: 36907 + - uid: 39340 components: - type: Transform - pos: 41.35912,56.680138 - parent: 2 -- proto: ClothingNeckMantleHOSShoulder - entities: - - uid: 10548 + rot: 1.5707963267948966 rad + pos: 47.5,-8.5 + parent: 36907 + - uid: 39341 components: - type: Transform - pos: 41.70287,56.555138 - parent: 2 -- proto: ClothingNeckNanoTrasenPin - entities: - - uid: 31877 + rot: 1.5707963267948966 rad + pos: 44.5,-3.5 + parent: 36907 + - uid: 39342 components: - type: Transform - pos: 14.438536,-31.550362 - parent: 2 -- proto: ClothingNeckScarfStripedCentcom - entities: - - uid: 24922 + rot: 1.5707963267948966 rad + pos: 43.5,-0.5 + parent: 36907 + - uid: 39343 components: - type: Transform - pos: -68.631065,-0.4081936 - parent: 2 -- proto: ClothingNeckScarfStripedLightBlue - entities: - - uid: 14127 + rot: 1.5707963267948966 rad + pos: 45.5,-2.5 + parent: 36907 + - uid: 39344 components: - type: Transform - pos: -40.679985,22.527159 - parent: 2 -- proto: ClothingNeckScarfStripedSyndieGreen - entities: - - uid: 12493 + rot: 1.5707963267948966 rad + pos: 43.5,-2.5 + parent: 36907 + - uid: 39345 components: - type: Transform - pos: 53.139843,-29.338932 - parent: 2 -- proto: ClothingNeckScarfStripedSyndieRed - entities: - - uid: 36443 + rot: 1.5707963267948966 rad + pos: 48.5,-7.5 + parent: 36907 + - uid: 39346 components: - type: Transform - pos: 33.44119,-64.773 - parent: 2 -- proto: ClothingNeckScarfStripedZebra - entities: - - uid: 24928 + rot: 1.5707963267948966 rad + pos: 48.5,-6.5 + parent: 36907 + - uid: 39347 components: - type: Transform - pos: -27.552404,59.94376 - parent: 2 -- proto: ClothingNeckSciencemedal - entities: - - uid: 34262 + rot: 1.5707963267948966 rad + pos: 47.5,-7.5 + parent: 36907 + - uid: 39348 components: - type: Transform - pos: -55.472656,-16.512865 - parent: 2 -- proto: ClothingNeckSecuritymedal - entities: - - uid: 12601 + rot: 1.5707963267948966 rad + pos: 48.5,-8.5 + parent: 36907 + - uid: 39349 components: - type: Transform rot: 1.5707963267948966 rad - pos: 41.55037,52.668453 - parent: 2 -- proto: ClothingNeckTieDet - entities: - - uid: 4595 + pos: 45.5,-3.5 + parent: 36907 + - uid: 39350 components: - type: Transform - parent: 4593 - - type: Physics - canCollide: False - - uid: 14550 + rot: 1.5707963267948966 rad + pos: 46.5,-8.5 + parent: 36907 + - uid: 39351 components: - type: Transform - parent: 14544 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingNeckTieRed - entities: - - uid: 4629 + rot: 1.5707963267948966 rad + pos: 36.5,-9.5 + parent: 36907 + - uid: 39352 components: - type: Transform - parent: 4593 - - type: Physics - canCollide: False -- proto: ClothingNeckTieSci - entities: - - uid: 4594 + rot: 1.5707963267948966 rad + pos: 35.5,-10.5 + parent: 36907 + - uid: 39353 components: - - type: MetaData - name: фиолетовый галстук - type: Transform - parent: 4593 - - type: Physics - canCollide: False -- proto: ClothingOuterAerostaticBomberJacket - entities: - - uid: 13073 + rot: 1.5707963267948966 rad + pos: 34.5,-10.5 + parent: 36907 + - uid: 39354 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.702885,33.368797 - parent: 2 -- proto: ClothingOuterArmorBulletproof - entities: - - uid: 13042 + rot: 1.5707963267948966 rad + pos: 47.5,-9.5 + parent: 36907 + - uid: 39355 components: - type: Transform - pos: 46.256447,33.45365 - parent: 2 - - uid: 43047 + rot: 1.5707963267948966 rad + pos: 47.5,-6.5 + parent: 36907 + - uid: 39356 components: - type: Transform - pos: 46.256447,33.45365 - parent: 2 -- proto: ClothingOuterArmorHeavy - entities: - - uid: 6293 + rot: 1.5707963267948966 rad + pos: 47.5,-5.5 + parent: 36907 + - uid: 39357 components: - type: Transform - pos: 42.324802,31.605362 - parent: 2 -- proto: ClothingOuterArmorReflective - entities: - - uid: 12988 + rot: 1.5707963267948966 rad + pos: 36.5,-8.5 + parent: 36907 + - uid: 39358 components: - type: Transform - pos: 46.693947,33.4224 - parent: 2 - - uid: 43048 + rot: 1.5707963267948966 rad + pos: 36.5,-10.5 + parent: 36907 + - uid: 39359 components: - type: Transform - pos: 46.693947,33.4224 - parent: 2 -- proto: ClothingOuterArmorRiot - entities: - - uid: 10684 + rot: 1.5707963267948966 rad + pos: 35.5,-9.5 + parent: 36907 + - uid: 39360 components: - type: Transform - pos: 46.383606,33.638744 - parent: 2 - - uid: 10709 + rot: 1.5707963267948966 rad + pos: 35.5,-8.5 + parent: 36907 + - uid: 39361 components: - type: Transform - pos: 46.758606,33.59187 - parent: 2 -- proto: ClothingOuterBioJanitor - entities: - - uid: 8749 + rot: 1.5707963267948966 rad + pos: 46.5,-5.5 + parent: 36907 + - uid: 39362 components: - type: Transform - parent: 8747 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingOuterCoatBomber - entities: - - uid: 13135 + rot: 1.5707963267948966 rad + pos: 46.5,-6.5 + parent: 36907 + - uid: 39363 components: - type: Transform rot: 1.5707963267948966 rad - pos: 11.296635,33.728172 - parent: 2 - - uid: 13157 + pos: 33.5,-10.5 + parent: 36907 + - uid: 39364 components: - type: Transform - parent: 13156 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 35070 + rot: 1.5707963267948966 rad + pos: 34.5,-8.5 + parent: 36907 + - uid: 39365 components: - type: Transform rot: 1.5707963267948966 rad - pos: 67.49609,28.601816 - parent: 2 -- proto: ClothingOuterCoatCaptain - entities: - - uid: 36880 + pos: 37.5,-9.5 + parent: 36907 + - uid: 39366 components: - type: Transform - pos: 4.364187,-36.412582 - parent: 2 -- proto: ClothingOuterCoatDetective - entities: - - uid: 14546 + rot: 1.5707963267948966 rad + pos: 46.5,-9.5 + parent: 36907 + - uid: 39367 components: - type: Transform - parent: 14544 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingOuterCoatGentle - entities: - - uid: 13164 + rot: 1.5707963267948966 rad + pos: 33.5,-9.5 + parent: 36907 + - uid: 39368 components: - type: Transform - parent: 13156 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingOuterDogi - entities: - - uid: 42941 + rot: 1.5707963267948966 rad + pos: 46.5,-7.5 + parent: 36907 + - uid: 39369 components: - type: Transform - pos: 10.592993,64.50188 - parent: 2 -- proto: ClothingOuterHardsuitEVA - entities: - - uid: 9620 + rot: 1.5707963267948966 rad + pos: 34.5,-9.5 + parent: 36907 + - uid: 39370 components: - type: Transform - pos: -0.30512118,28.532944 - parent: 2 - - uid: 9622 + rot: 1.5707963267948966 rad + pos: 31.5,1.5 + parent: 36907 + - uid: 39371 components: - type: Transform - pos: 1.6948788,28.532944 - parent: 2 - - uid: 9623 + rot: 1.5707963267948966 rad + pos: 34.5,2.5 + parent: 36907 + - uid: 39372 components: - type: Transform - pos: 0.6948788,28.550564 - parent: 2 -- proto: ClothingOuterHardsuitEVAPrisoner - entities: - - uid: 15865 + rot: 1.5707963267948966 rad + pos: 35.5,1.5 + parent: 36907 + - uid: 39373 components: - type: Transform - pos: 10.546986,67.61435 - parent: 2 -- proto: ClothingOuterHardsuitSecurity - entities: - - uid: 6282 + rot: 1.5707963267948966 rad + pos: 33.5,1.5 + parent: 36907 + - uid: 39374 components: - type: Transform - pos: 44.309177,30.589737 - parent: 2 - - uid: 6287 + rot: 1.5707963267948966 rad + pos: 31.5,2.5 + parent: 36907 + - uid: 39375 components: - type: Transform - pos: 43.309177,30.589737 - parent: 2 - - uid: 6289 + rot: 1.5707963267948966 rad + pos: 34.5,1.5 + parent: 36907 + - uid: 39376 components: - type: Transform - pos: 43.574802,30.495987 - parent: 2 - - uid: 6290 + rot: 1.5707963267948966 rad + pos: 35.5,0.5 + parent: 36907 + - uid: 39377 components: - type: Transform - pos: 44.512302,30.495987 - parent: 2 - - uid: 6291 + rot: 1.5707963267948966 rad + pos: 33.5,2.5 + parent: 36907 + - uid: 39378 components: - type: Transform - pos: 44.293552,31.558487 - parent: 2 - - uid: 6292 + rot: 1.5707963267948966 rad + pos: 45.5,-4.5 + parent: 36907 + - uid: 39379 components: - type: Transform - pos: 44.512302,31.433487 - parent: 2 -- proto: ClothingOuterRobesJudge - entities: - - uid: 11895 + rot: 1.5707963267948966 rad + pos: 33.5,-1.5 + parent: 36907 + - uid: 39380 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 54.56164,22.627266 - parent: 2 -- proto: ClothingOuterStraightjacket - entities: - - uid: 8994 + rot: 1.5707963267948966 rad + pos: 32.5,2.5 + parent: 36907 + - uid: 39381 components: - type: Transform - pos: 47.49192,-44.2751 - parent: 2 - - uid: 8995 + rot: 1.5707963267948966 rad + pos: 32.5,1.5 + parent: 36907 + - uid: 39382 components: - type: Transform - pos: 46.46067,-44.24385 - parent: 2 - - uid: 10834 + rot: 1.5707963267948966 rad + pos: 33.5,-2.5 + parent: 36907 + - uid: 39383 components: - type: Transform - pos: 22.323055,59.755577 - parent: 2 - - uid: 10835 + rot: 1.5707963267948966 rad + pos: 33.5,-3.5 + parent: 36907 + - uid: 39384 components: - type: Transform - pos: 22.65118,59.864952 - parent: 2 -- proto: ClothingOuterSuitEmergency - entities: - - uid: 8556 + rot: 1.5707963267948966 rad + pos: 34.5,-4.5 + parent: 36907 + - uid: 39385 components: - type: Transform rot: 1.5707963267948966 rad - pos: -23.5896,66.34055 - parent: 2 -- proto: ClothingOuterVestDetective - entities: - - uid: 14545 + pos: 34.5,-2.5 + parent: 36907 + - uid: 39386 components: - type: Transform - parent: 14544 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingOuterWinterCentcom - entities: - - uid: 35602 + rot: 1.5707963267948966 rad + pos: 34.5,-3.5 + parent: 36907 + - uid: 39387 components: - type: Transform - pos: -62.587074,0.67701495 - parent: 2 -- proto: ClothingOuterWinterRD - entities: - - uid: 12681 + rot: 1.5707963267948966 rad + pos: 35.5,-4.5 + parent: 36907 + - uid: 39388 components: - type: Transform - pos: -62.3527,0.56763995 - parent: 2 -- proto: ClothingOuterWinterWeb - entities: - - uid: 43028 + rot: 1.5707963267948966 rad + pos: 44.5,-2.5 + parent: 36907 + - uid: 39389 components: - type: Transform - pos: -47.4845,-10.854216 - parent: 2 -- proto: ClothingShoesAerostatic - entities: - - uid: 13097 + rot: 1.5707963267948966 rad + pos: 34.5,-1.5 + parent: 36907 + - uid: 39390 components: - type: Transform - pos: 11.71851,32.728172 - parent: 2 -- proto: ClothingShoesBling - entities: - - uid: 5580 + rot: 1.5707963267948966 rad + pos: 35.5,-3.5 + parent: 36907 + - uid: 39391 components: - type: Transform - pos: 8.441862,-46.324104 - parent: 2 -- proto: ClothingShoesBootsMag - entities: - - uid: 11076 + rot: 1.5707963267948966 rad + pos: 41.5,0.5 + parent: 36907 + - uid: 39392 components: - type: Transform - pos: 10.212873,-42.554565 - parent: 2 - - uid: 11079 + rot: 1.5707963267948966 rad + pos: 40.5,0.5 + parent: 36907 + - uid: 39393 components: - type: Transform - pos: 10.268431,-42.18651 - parent: 2 - - uid: 24170 + rot: 1.5707963267948966 rad + pos: 40.5,-0.5 + parent: 36907 + - uid: 39394 components: - type: Transform - pos: -61.499123,74.60022 - parent: 2 -- proto: ClothingShoesColorBlack - entities: - - uid: 10806 + rot: 1.5707963267948966 rad + pos: 39.5,-0.5 + parent: 36907 + - uid: 39395 components: - type: Transform - parent: 10805 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 10807 + rot: 1.5707963267948966 rad + pos: 39.5,-1.5 + parent: 36907 + - uid: 39396 components: - type: Transform - parent: 10805 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 10808 + rot: 1.5707963267948966 rad + pos: 35.5,-2.5 + parent: 36907 + - uid: 39397 components: - type: Transform - parent: 10805 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 10809 + rot: 1.5707963267948966 rad + pos: 45.5,-6.5 + parent: 36907 + - uid: 39398 components: - type: Transform - parent: 10805 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 10810 + rot: 1.5707963267948966 rad + pos: 45.5,-7.5 + parent: 36907 + - uid: 39399 components: - type: Transform - parent: 10805 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingShoesCult - entities: - - uid: 10920 + rot: 1.5707963267948966 rad + pos: 42.5,-1.5 + parent: 36907 + - uid: 39400 components: - type: Transform - pos: 34.58124,-54.49795 - parent: 2 -- proto: ClothingShoesSlippers - entities: - - uid: 14581 + rot: 1.5707963267948966 rad + pos: 40.5,-1.5 + parent: 36907 + - uid: 39401 components: - type: Transform - pos: -12.123278,-66.73031 - parent: 2 -- proto: ClothingUniformJumpskirtColorBlack - entities: - - uid: 27564 + rot: 1.5707963267948966 rad + pos: 40.5,-2.5 + parent: 36907 + - uid: 39402 components: - type: Transform - parent: 27553 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingUniformJumpskirtColorTeal - entities: - - uid: 28260 + rot: 1.5707963267948966 rad + pos: 41.5,-1.5 + parent: 36907 + - uid: 39403 components: - type: Transform - parent: 27553 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingUniformJumpskirtOfLife - entities: - - uid: 27577 + rot: 1.5707963267948966 rad + pos: 41.5,-2.5 + parent: 36907 + - uid: 39404 components: - type: Transform - parent: 27553 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingUniformJumpskirtPerformer - entities: - - uid: 28081 + rot: 1.5707963267948966 rad + pos: 41.5,-0.5 + parent: 36907 + - uid: 39405 components: - type: Transform - parent: 27553 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingUniformJumpskirtPrisoner - entities: - - uid: 10811 + rot: 1.5707963267948966 rad + pos: 45.5,-8.5 + parent: 36907 + - uid: 39406 components: - type: Transform - parent: 10805 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 10812 + rot: 1.5707963267948966 rad + pos: 42.5,-0.5 + parent: 36907 + - uid: 39407 components: - type: Transform - parent: 10805 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 10813 + rot: 1.5707963267948966 rad + pos: 45.5,-5.5 + parent: 36907 + - uid: 39408 components: - type: Transform - parent: 10805 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 10814 + pos: 28.5,19.5 + parent: 36907 + - uid: 39409 components: - type: Transform - parent: 10805 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 10819 + pos: 26.5,19.5 + parent: 36907 + - uid: 39410 components: - type: Transform - parent: 10805 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingUniformJumpsuitBartender - entities: - - uid: 7120 + pos: 27.5,19.5 + parent: 36907 + - uid: 39411 components: - type: Transform - pos: 8.511309,68.36859 - parent: 2 - - uid: 13682 + pos: 25.5,19.5 + parent: 36907 + - uid: 39412 components: - type: Transform - pos: -29.488731,-61.43686 - parent: 2 -- proto: ClothingUniformJumpsuitColorDarkGreen - entities: - - uid: 2862 + pos: 24.5,19.5 + parent: 36907 + - uid: 39413 components: - type: Transform - pos: 48.481018,-31.401165 - parent: 2 -- proto: ClothingUniformJumpsuitColorGrey - entities: - - uid: 3100 + pos: 23.5,18.5 + parent: 36907 + - uid: 39414 components: - type: Transform - pos: -47.952423,11.648771 - parent: 2 -- proto: ClothingUniformJumpsuitColorPink - entities: - - uid: 27556 + pos: 22.5,17.5 + parent: 36907 + - uid: 39415 components: - type: Transform - parent: 27553 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingUniformJumpsuitColorTeal - entities: - - uid: 30322 + pos: 24.5,11.5 + parent: 36907 + - uid: 39416 components: - type: Transform - parent: 27553 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingUniformJumpsuitHawaiBlack - entities: - - uid: 27570 + pos: 25.5,11.5 + parent: 36907 + - uid: 39417 components: - type: Transform - parent: 27553 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingUniformJumpsuitHawaiBlue - entities: - - uid: 27571 + pos: 24.5,10.5 + parent: 36907 + - uid: 39418 components: - type: Transform - parent: 27553 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingUniformJumpsuitHawaiRed - entities: - - uid: 27569 + pos: 18.5,11.5 + parent: 36907 + - uid: 39419 components: - type: Transform - parent: 27553 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingUniformJumpsuitHawaiYellow - entities: - - uid: 27572 + pos: 18.5,12.5 + parent: 36907 + - uid: 39420 components: - type: Transform - parent: 27553 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingUniformJumpsuitPrisoner - entities: - - uid: 10815 + pos: 19.5,13.5 + parent: 36907 + - uid: 39421 components: - type: Transform - parent: 10805 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 10816 + pos: 20.5,13.5 + parent: 36907 + - uid: 39422 components: - type: Transform - parent: 10805 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 10817 + pos: 14.5,10.5 + parent: 36907 + - uid: 39423 components: - type: Transform - parent: 10805 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 10818 + rot: 3.141592653589793 rad + pos: 29.5,-32.5 + parent: 36907 + - uid: 39424 components: - type: Transform - parent: 10805 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 10820 + rot: 3.141592653589793 rad + pos: 28.5,-33.5 + parent: 36907 + - uid: 39425 components: - type: Transform - parent: 10805 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: Cobweb1 - entities: - - uid: 9470 + rot: 3.141592653589793 rad + pos: 27.5,-33.5 + parent: 36907 + - uid: 39426 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,54.5 - parent: 2 - - uid: 24259 + rot: 3.141592653589793 rad + pos: 27.5,-34.5 + parent: 36907 + - uid: 39427 components: - type: Transform rot: 3.141592653589793 rad - pos: 34.5,-65.5 - parent: 2 - - uid: 24290 + pos: 26.5,-34.5 + parent: 36907 + - uid: 39428 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-61.5 - parent: 2 - - uid: 24693 + rot: 3.141592653589793 rad + pos: 26.5,-35.5 + parent: 36907 + - uid: 39429 components: - type: Transform - pos: 33.5,-61.5 - parent: 2 - - uid: 26189 + rot: 3.141592653589793 rad + pos: 25.5,-35.5 + parent: 36907 + - uid: 39430 components: - type: Transform - pos: -56.5,8.5 - parent: 2 - - uid: 27224 + rot: 3.141592653589793 rad + pos: 25.5,-36.5 + parent: 36907 + - uid: 39431 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-51.5 - parent: 2 - - uid: 30703 + rot: 3.141592653589793 rad + pos: 24.5,-36.5 + parent: 36907 + - uid: 39432 components: - type: Transform rot: 3.141592653589793 rad - pos: -29.5,-61.5 - parent: 2 - - uid: 30720 + pos: 24.5,-37.5 + parent: 36907 + - uid: 39433 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-53.5 - parent: 2 - - uid: 30721 + rot: 3.141592653589793 rad + pos: 23.5,-37.5 + parent: 36907 + - uid: 39434 components: - type: Transform - pos: -34.5,-51.5 - parent: 2 - - uid: 30723 + rot: 3.141592653589793 rad + pos: 22.5,-37.5 + parent: 36907 + - uid: 39435 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-60.5 - parent: 2 - - uid: 33874 + rot: 3.141592653589793 rad + pos: 22.5,-38.5 + parent: 36907 + - uid: 39436 components: - type: Transform - pos: -68.5,-6.5 - parent: 2 - - uid: 33875 + rot: 3.141592653589793 rad + pos: 22.5,-39.5 + parent: 36907 + - uid: 39437 components: - type: Transform - pos: -60.5,-5.5 - parent: 2 - - uid: 33879 + rot: 3.141592653589793 rad + pos: 23.5,-39.5 + parent: 36907 + - uid: 39438 components: - type: Transform - pos: -62.5,3.5 - parent: 2 - - uid: 33880 + rot: 3.141592653589793 rad + pos: 24.5,-39.5 + parent: 36907 + - uid: 39439 components: - type: Transform - pos: -67.5,-11.5 - parent: 2 - - uid: 33881 + rot: 3.141592653589793 rad + pos: 24.5,-40.5 + parent: 36907 + - uid: 39440 components: - type: Transform - pos: -63.5,-19.5 - parent: 2 - - uid: 33889 + rot: 3.141592653589793 rad + pos: 25.5,-40.5 + parent: 36907 + - uid: 39441 components: - type: Transform - pos: -63.5,-26.5 - parent: 2 - - uid: 33896 + rot: 3.141592653589793 rad + pos: 26.5,-40.5 + parent: 36907 + - uid: 39442 components: - type: Transform - pos: -50.5,-27.5 - parent: 2 - - uid: 43018 + rot: 3.141592653589793 rad + pos: 26.5,-41.5 + parent: 36907 + - uid: 39443 components: - type: Transform - pos: -47.5,-9.5 - parent: 2 - - uid: 43019 + rot: 3.141592653589793 rad + pos: 27.5,-41.5 + parent: 36907 + - uid: 39444 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,-9.5 - parent: 2 - - uid: 43020 + rot: 3.141592653589793 rad + pos: 28.5,-41.5 + parent: 36907 + - uid: 39445 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-11.5 - parent: 2 - - uid: 43023 + rot: 3.141592653589793 rad + pos: 29.5,-41.5 + parent: 36907 + - uid: 39446 components: - type: Transform - pos: -40.5,-9.5 - parent: 2 - - uid: 43024 + rot: 3.141592653589793 rad + pos: 30.5,-41.5 + parent: 36907 + - uid: 39447 components: - type: Transform rot: 3.141592653589793 rad - pos: -39.5,-11.5 - parent: 2 - - uid: 43032 + pos: 31.5,-41.5 + parent: 36907 + - uid: 39448 components: - type: Transform - pos: -46.5,-13.5 - parent: 2 - - uid: 43033 + rot: 3.141592653589793 rad + pos: 32.5,-41.5 + parent: 36907 + - uid: 39449 components: - type: Transform rot: 3.141592653589793 rad - pos: -38.5,-15.5 - parent: 2 - - uid: 43036 + pos: 33.5,-41.5 + parent: 36907 + - uid: 39450 components: - type: Transform rot: 3.141592653589793 rad - pos: -38.5,-22.5 - parent: 2 - - uid: 43037 + pos: 34.5,-41.5 + parent: 36907 + - uid: 39451 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,-20.5 - parent: 2 - - uid: 43038 + rot: 3.141592653589793 rad + pos: 34.5,-42.5 + parent: 36907 + - uid: 39452 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-22.5 - parent: 2 - - uid: 43039 + rot: 3.141592653589793 rad + pos: 35.5,-42.5 + parent: 36907 + - uid: 39453 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-17.5 - parent: 2 -- proto: Cobweb2 - entities: - - uid: 12637 + rot: 3.141592653589793 rad + pos: 35.5,-41.5 + parent: 36907 + - uid: 39454 components: - type: Transform - pos: -2.5,45.5 - parent: 2 - - uid: 17616 + rot: 3.141592653589793 rad + pos: 36.5,-41.5 + parent: 36907 + - uid: 39455 components: - type: Transform rot: 3.141592653589793 rad - pos: -34.5,-58.5 - parent: 2 - - uid: 24165 + pos: 36.5,-40.5 + parent: 36907 + - uid: 39456 components: - type: Transform - pos: 44.5,-18.5 - parent: 2 - - uid: 24288 + rot: 3.141592653589793 rad + pos: 37.5,-40.5 + parent: 36907 + - uid: 39457 components: - type: Transform rot: 3.141592653589793 rad - pos: 42.5,-22.5 - parent: 2 - - uid: 24458 + pos: 37.5,-39.5 + parent: 36907 + - uid: 39458 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,-63.5 - parent: 2 - - uid: 24694 + rot: 3.141592653589793 rad + pos: 37.5,-38.5 + parent: 36907 + - uid: 39459 components: - type: Transform rot: 3.141592653589793 rad - pos: 42.5,-22.5 - parent: 2 - - uid: 24720 + pos: 36.5,-38.5 + parent: 36907 + - uid: 39460 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,-22.5 - parent: 2 - - uid: 30722 + rot: 3.141592653589793 rad + pos: 36.5,-37.5 + parent: 36907 + - uid: 39461 components: - type: Transform rot: 3.141592653589793 rad - pos: -33.5,-59.5 - parent: 2 - - uid: 30724 + pos: 36.5,-36.5 + parent: 36907 + - uid: 39462 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-58.5 - parent: 2 - - uid: 33876 + rot: 3.141592653589793 rad + pos: 36.5,-35.5 + parent: 36907 + - uid: 39463 components: - type: Transform - pos: -55.5,-0.5 - parent: 2 - - uid: 33878 + rot: 3.141592653589793 rad + pos: 36.5,-34.5 + parent: 36907 + - uid: 39464 components: - type: Transform - pos: -61.5,3.5 - parent: 2 - - uid: 33882 + rot: 3.141592653589793 rad + pos: 35.5,-34.5 + parent: 36907 + - uid: 39465 components: - type: Transform - pos: -50.5,-24.5 - parent: 2 - - uid: 33897 + rot: 3.141592653589793 rad + pos: 35.5,-33.5 + parent: 36907 + - uid: 39466 components: - type: Transform - pos: -46.5,-30.5 - parent: 2 - - uid: 33898 + rot: 3.141592653589793 rad + pos: 34.5,-33.5 + parent: 36907 + - uid: 39467 components: - type: Transform - pos: -44.5,-33.5 - parent: 2 - - uid: 33899 + rot: 3.141592653589793 rad + pos: 34.5,-32.5 + parent: 36907 + - uid: 39468 components: - type: Transform - pos: -55.5,-24.5 - parent: 2 - - uid: 43021 + rot: 3.141592653589793 rad + pos: 33.5,-32.5 + parent: 36907 + - uid: 39469 components: - type: Transform - pos: -39.5,-9.5 - parent: 2 - - uid: 43022 + rot: 3.141592653589793 rad + pos: 32.5,-32.5 + parent: 36907 + - uid: 39470 components: - type: Transform rot: 3.141592653589793 rad - pos: -40.5,-11.5 - parent: 2 - - uid: 43034 + pos: 30.5,-22.5 + parent: 36907 + - uid: 39471 components: - type: Transform rot: 3.141592653589793 rad - pos: -46.5,-15.5 - parent: 2 - - uid: 43035 + pos: 30.5,-23.5 + parent: 36907 + - uid: 39472 components: - type: Transform rot: 3.141592653589793 rad - pos: -45.5,-18.5 - parent: 2 - - uid: 43040 + pos: 30.5,-24.5 + parent: 36907 + - uid: 39473 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-17.5 - parent: 2 -- proto: ComfyChair - entities: - - uid: 781 + rot: 3.141592653589793 rad + pos: 30.5,-25.5 + parent: 36907 + - uid: 39474 components: - type: Transform rot: 3.141592653589793 rad - pos: -34.5,38.5 - parent: 2 - - uid: 3358 + pos: 30.5,-26.5 + parent: 36907 + - uid: 39475 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-68.5 - parent: 2 - - uid: 4905 + rot: 3.141592653589793 rad + pos: 30.5,-27.5 + parent: 36907 + - uid: 39476 components: - type: Transform rot: 3.141592653589793 rad - pos: -14.5,-17.5 - parent: 2 - - uid: 5054 + pos: 31.5,-22.5 + parent: 36907 + - uid: 39477 components: - type: Transform rot: 3.141592653589793 rad - pos: -12.5,-25.5 - parent: 2 - - uid: 5055 + pos: 31.5,-23.5 + parent: 36907 + - uid: 39478 components: - type: Transform rot: 3.141592653589793 rad - pos: -13.5,-25.5 - parent: 2 - - uid: 5056 + pos: 31.5,-24.5 + parent: 36907 + - uid: 39479 components: - type: Transform rot: 3.141592653589793 rad - pos: -14.5,-25.5 - parent: 2 - - uid: 5057 + pos: 31.5,-25.5 + parent: 36907 + - uid: 39480 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-22.5 - parent: 2 - - uid: 5058 + rot: 3.141592653589793 rad + pos: 31.5,-26.5 + parent: 36907 + - uid: 39481 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-22.5 - parent: 2 - - uid: 6084 + rot: 3.141592653589793 rad + pos: 31.5,-27.5 + parent: 36907 + - uid: 39482 components: - type: Transform - pos: 15.5,36.5 - parent: 2 - - uid: 6146 + pos: 28.5,-32.5 + parent: 36907 +- proto: FloorTileItemDark + entities: + - uid: 10106 components: - type: Transform - pos: 4.5,-35.5 + pos: -18.997126,-60.68203 parent: 2 - - uid: 6147 + - uid: 10107 components: - type: Transform - pos: 5.5,-35.5 + pos: -24.528376,-62.064842 parent: 2 - - uid: 6148 + - uid: 10109 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-37.5 + pos: -18.622126,-60.846092 parent: 2 - - uid: 6149 + - uid: 10110 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-37.5 + pos: -18.551813,-60.377342 parent: 2 - - uid: 7100 + - uid: 10111 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,-37.5 + pos: -23.426813,-64.43203 parent: 2 - - uid: 7285 + - uid: 10112 components: - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,20.5 + pos: -23.403376,-63.846092 parent: 2 - - uid: 7994 + - uid: 10113 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,23.5 + pos: -22.911188,-63.541405 parent: 2 - - uid: 7995 + - uid: 10114 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,22.5 + pos: -24.176813,-61.760155 parent: 2 - - uid: 7996 + - uid: 10115 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,23.5 + pos: -24.411188,-61.15078 parent: 2 - - uid: 7997 + - uid: 24261 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,22.5 + pos: -66.11877,84.782234 parent: 2 - - uid: 8000 + - uid: 24715 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,24.5 + pos: -64.95992,83.95532 parent: 2 - - uid: 8001 +- proto: FloorTileItemGCircuit + entities: + - uid: 6719 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,23.5 + pos: 63.566544,-23.30463 parent: 2 - - uid: 8002 + - uid: 7457 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,22.5 + pos: 63.23842,-23.21088 parent: 2 - - uid: 8219 + - uid: 11156 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,36.5 + pos: 63.629044,-23.49213 parent: 2 - - uid: 8220 + - uid: 11253 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,36.5 + pos: 63.26967,-23.64838 parent: 2 - - uid: 8842 + - uid: 12296 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,-21.5 + pos: 63.316544,-23.14838 parent: 2 - - uid: 8843 +- proto: FloorTileItemSteelMaint + entities: + - uid: 11027 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,-21.5 + rot: 3.141592653589793 rad + pos: 60.761684,-33.149063 parent: 2 - - uid: 9343 + - uid: 11454 components: - type: Transform - pos: 48.5,-19.5 + pos: 52.53362,-31.645664 parent: 2 - - uid: 9392 + - uid: 11455 components: - type: Transform - pos: -33.5,43.5 + pos: 57.15862,-29.770664 parent: 2 - - uid: 9426 + - uid: 11456 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,38.5 + pos: 61.483143,-26.484718 parent: 2 - - uid: 10095 + - uid: 11458 components: - type: Transform - pos: 18.5,67.5 + pos: 67.811264,-13.245947 parent: 2 - - uid: 10200 + - uid: 11459 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,29.5 + pos: 63.170643,-10.699072 parent: 2 - - uid: 10204 + - uid: 11461 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,28.5 + pos: 56.24821,-38.38203 parent: 2 - - uid: 10276 + - uid: 11462 components: - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,63.5 + pos: 52.06462,-43.67283 parent: 2 - - uid: 10277 + - uid: 12722 components: - type: Transform rot: 3.141592653589793 rad - pos: 36.5,63.5 + pos: -54.467995,15.290931 parent: 2 - - uid: 10278 + - uid: 12723 components: - type: Transform rot: 3.141592653589793 rad - pos: 34.5,63.5 + pos: -53.32737,19.439785 parent: 2 - - uid: 10348 +- proto: FloorTileItemWood + entities: + - uid: 13594 components: - type: Transform - pos: 65.5,8.5 + pos: -28.125494,-57.901176 parent: 2 - - uid: 10457 + - uid: 13750 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,20.5 + pos: -26.250494,-54.63555 parent: 2 - - uid: 10458 + - uid: 13764 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,20.5 + pos: -32.896027,-52.39573 parent: 2 - - uid: 10499 + - uid: 14576 components: - type: Transform - pos: 46.5,53.5 + pos: -38.667118,-3.4190705 parent: 2 - - uid: 10550 +- proto: FloorTileItemWoodPattern + entities: + - uid: 11586 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,51.5 + rot: -1.5707963267948966 rad + pos: -15.022148,-62.30449 parent: 2 - - uid: 10569 +- proto: FloorWaterEntity + entities: + - uid: 1286 components: - type: Transform - pos: 66.5,8.5 + pos: 42.5,-1.5 parent: 2 - - uid: 10570 + - uid: 1357 components: - type: Transform - pos: 67.5,8.5 + pos: 42.5,-2.5 parent: 2 - - uid: 10679 + - uid: 1455 components: - type: Transform - pos: 5.5,42.5 + pos: 41.5,-3.5 parent: 2 - - uid: 11314 + - uid: 1464 components: - type: Transform - pos: 31.5,49.5 + pos: 40.5,-1.5 parent: 2 - - uid: 11316 + - uid: 1557 components: - type: Transform - pos: 32.5,49.5 + pos: 40.5,-3.5 parent: 2 - - uid: 11797 + - uid: 1872 components: - type: Transform - pos: 45.5,-53.5 + pos: 40.5,-2.5 parent: 2 - - uid: 11801 + - uid: 2689 components: - type: Transform - pos: 44.5,-53.5 + pos: 42.5,-3.5 parent: 2 - - uid: 11802 + - uid: 5006 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,-50.5 + rot: 3.141592653589793 rad + pos: 41.5,-3.5 parent: 2 - - uid: 11803 + - uid: 9270 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,-48.5 + pos: 40.5,-0.5 parent: 2 - - uid: 11804 + - uid: 9340 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,-49.5 + pos: 41.5,-0.5 parent: 2 - - uid: 11807 + - uid: 12412 components: - type: Transform - pos: 46.5,-53.5 + pos: 41.5,-2.5 parent: 2 - - uid: 11815 + - uid: 12464 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-51.5 + rot: 3.141592653589793 rad + pos: 41.5,-2.5 parent: 2 - - uid: 11816 + - uid: 13190 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-51.5 + pos: 32.5,-4.5 parent: 2 - - uid: 11864 + - uid: 13191 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,22.5 + pos: 33.5,-4.5 parent: 2 - - uid: 12286 + - uid: 13192 components: - type: Transform - pos: 46.5,-19.5 + pos: 34.5,-4.5 parent: 2 - - uid: 12516 + - uid: 16996 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,40.5 + rot: 3.141592653589793 rad + pos: 41.5,-1.5 parent: 2 - - uid: 13038 + - uid: 17767 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-6.5 + rot: 3.141592653589793 rad + pos: 40.5,-2.5 parent: 2 - - uid: 13951 + - uid: 18127 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-66.5 + rot: 3.141592653589793 rad + pos: 40.5,-1.5 parent: 2 - - uid: 14056 + - uid: 18444 components: - type: Transform - pos: -28.5,1.5 + rot: 3.141592653589793 rad + pos: 42.5,-2.5 parent: 2 - - uid: 14057 + - uid: 18452 components: - type: Transform - pos: -27.5,1.5 + rot: 3.141592653589793 rad + pos: 40.5,-3.5 parent: 2 - - uid: 14058 + - uid: 18533 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-1.5 + rot: 3.141592653589793 rad + pos: 42.5,-3.5 parent: 2 - - uid: 14615 + - uid: 30852 components: - type: Transform - rot: 3.141592653589793 rad - pos: -65.5,2.5 + pos: 41.5,-1.5 parent: 2 - - uid: 19584 +- proto: FloraTree01 + entities: + - uid: 7826 components: - type: Transform - pos: -10.5,34.5 + pos: -39.9523,30.944632 parent: 2 - - uid: 19588 + - uid: 10960 components: - type: Transform - pos: -12.5,34.5 + pos: 28.07815,-62.570465 parent: 2 - - uid: 21843 + - uid: 14336 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,-37.5 + pos: 47.059574,-0.53676367 parent: 2 - - uid: 24072 +- proto: FloraTree02 + entities: + - uid: 1354 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,-42.5 + pos: 49.134457,2.0030313 parent: 2 - - uid: 26706 + - uid: 6982 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,-18.5 + pos: -47.590508,11.99662 parent: 2 - - uid: 26895 + - uid: 10963 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,-31.5 + pos: 34.64072,-57.09694 parent: 2 - - uid: 27093 + - uid: 13438 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-37.5 + pos: -4.433402,-65.100914 parent: 2 - - uid: 30883 + - uid: 14719 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-6.5 + pos: 11.195709,-55.284077 parent: 2 - - uid: 30884 + - uid: 36420 components: - type: Transform - pos: -0.5,-7.5 + pos: 33.526375,-65.41543 parent: 2 - - uid: 31018 +- proto: FloraTree03 + entities: + - uid: 10445 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-6.5 + pos: -10.121479,-55.453133 parent: 2 - - uid: 31019 + - uid: 14316 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-6.5 + pos: 45.372074,-1.1305137 parent: 2 - - uid: 31020 +- proto: FloraTree04 + entities: + - uid: 4 components: - type: Transform - pos: 1.5,-7.5 + pos: 44.653324,-0.19301373 parent: 2 - - uid: 31919 + - uid: 9486 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-20.5 + pos: -45.10855,31.054007 parent: 2 - - uid: 35039 + - uid: 10961 components: - type: Transform - pos: 72.5,28.5 + pos: 15.662411,-64.4162 parent: 2 - - uid: 35597 + - uid: 13581 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-34.5 + pos: 5.623178,-65.21029 parent: 2 - - uid: 35630 +- proto: FloraTree05 + entities: + - uid: 6372 components: - type: Transform - pos: -32.5,66.5 + pos: -62.27406,-27.31315 parent: 2 -- proto: CommsComputerCircuitboard - entities: - - uid: 594 + - uid: 14311 components: - type: Transform - pos: -39.452168,8.520275 + pos: 43.5127,2.8382363 parent: 2 -- proto: ComputerAlert +- proto: FloraTree06 entities: - - uid: 559 + - uid: 10962 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,33.5 + pos: 19.729193,-63.601715 parent: 2 - - uid: 5773 + - uid: 10964 components: - type: Transform - pos: 1.5,-25.5 + pos: 40.612972,-56.224445 parent: 2 - - uid: 9606 + - uid: 10965 components: - type: Transform - pos: -3.5,34.5 + pos: 15.318445,-60.054314 parent: 2 - - uid: 13760 +- proto: FloraTreeConifer02 + entities: + - uid: 12306 components: - type: Transform - pos: -85.5,79.5 + pos: -68.054955,2.9633858 parent: 2 -- proto: ComputerAnalysisConsole +- proto: FloraTreeConifer03 entities: - - uid: 5017 + - uid: 39483 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-18.5 - parent: 2 - - uid: 5018 + pos: 24.215508,53.354607 + parent: 36907 +- proto: FloraTreeLarge03 + entities: + - uid: 15507 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-16.5 + pos: 45.611694,-0.17645389 parent: 2 -- proto: computerBodyScanner +- proto: FloraTreeLarge04 entities: - - uid: 3260 + - uid: 14317 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,-11.5 + pos: 41.434574,1.5413613 parent: 2 - - uid: 5305 +- proto: FloraTreeSnow01 + entities: + - uid: 39484 components: - type: Transform - pos: -17.5,-43.5 - parent: 2 - - uid: 11175 + pos: 19.355444,51.79352 + parent: 36907 +- proto: FloraTreeSnow04 + entities: + - uid: 39485 components: - type: Transform - pos: 7.5,-57.5 - parent: 2 - - uid: 12615 + pos: 23.153076,51.408905 + parent: 36907 + - uid: 39486 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,-9.5 - parent: 2 - - uid: 12629 + pos: 17.434023,50.436058 + parent: 36907 +- proto: FloraTreeSnow06 + entities: + - uid: 39487 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-9.5 - parent: 2 -- proto: ComputerBroken + pos: 27.176758,51.454155 + parent: 36907 +- proto: FloraTreeStump entities: - - uid: 1344 + - uid: 39488 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,-19.5 - parent: 2 - - uid: 11503 + pos: 55.281433,26.827354 + parent: 36907 +- proto: FlyAmanitaSeeds + entities: + - uid: 12748 components: - type: Transform - pos: 67.5,-18.5 + pos: 39.16924,-54.450157 parent: 2 - - uid: 12952 +- proto: FoamCutlass + entities: + - uid: 31732 components: - type: Transform - pos: 45.5,12.5 + pos: 68.04199,-37.31558 parent: 2 - - uid: 27703 + - uid: 36830 components: - type: Transform rot: 3.141592653589793 rad - pos: -85.5,83.5 + pos: -78.18148,74.99884 parent: 2 - - uid: 34117 +- proto: FoodBakedBunHoney + entities: + - uid: 10779 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,-0.5 + pos: -4.481254,40.480408 parent: 2 - - uid: 34119 +- proto: FoodBakedBunHotX + entities: + - uid: 9794 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-2.5 + pos: -13.423908,-17.586927 parent: 2 - - uid: 34120 + - uid: 36799 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-2.5 + pos: 30.688402,57.89961 parent: 2 -- proto: ComputerCargoBounty +- proto: FoodBakedBunMeat entities: - - uid: 7332 + - uid: 10244 components: - type: Transform - pos: 9.5,-27.5 + pos: 14.387789,-33.99997 parent: 2 - - uid: 8561 +- proto: FoodBakedCookie + entities: + - uid: 6747 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,-46.5 + pos: 13.921219,-16.637272 parent: 2 -- proto: ComputerCargoOrders +- proto: FoodBakedCookieRaisin entities: - - uid: 5527 + - uid: 6892 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-52.5 + pos: 19.553297,-12.576857 parent: 2 - - uid: 5546 + - uid: 6896 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-38.5 + pos: 19.350172,-12.326857 parent: 2 - - uid: 5557 + - uid: 9108 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,-46.5 + pos: 36.7013,2.5194035 parent: 2 - - uid: 7330 + - uid: 31121 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-27.5 + pos: -11.464604,45.35724 parent: 2 - - uid: 8471 + - uid: 31122 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-38.5 + pos: -11.292729,45.45099 parent: 2 -- proto: ComputerCargoShuttle +- proto: FoodBakedCookieSugar entities: - - uid: 353 + - uid: 43106 components: - type: Transform rot: 3.141592653589793 rad - pos: 4.5,-28.5 + pos: 79.21339,33.52854 parent: 2 - - uid: 5526 +- proto: FoodBakedMuffinBerry + entities: + - uid: 10520 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-51.5 + pos: 40.43276,60.4824 parent: 2 - - uid: 5555 +- proto: FoodBakedPancake + entities: + - uid: 8390 components: - type: Transform - pos: -48.5,-44.5 + pos: 5.3684278,39.519073 parent: 2 -- proto: ComputerComms +- proto: FoodBakedPancakeBb entities: - - uid: 5775 + - uid: 8376 components: - type: Transform - pos: 0.5,-25.5 + pos: 5.3840528,39.550323 parent: 2 - - uid: 6156 +- proto: FoodBakedPretzel + entities: + - uid: 36800 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-38.5 + pos: 45.032307,44.638657 parent: 2 -- proto: ComputerCrewMonitoring +- proto: FoodBanana entities: - - uid: 6720 + - uid: 6198 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.502075,56.65838 + parent: 2 +- proto: FoodBowlBigTrash + entities: + - uid: 39489 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.857212,41.359077 + parent: 36907 +- proto: FoodBoxDonkpocket + entities: + - uid: 27082 + components: + - type: Transform + pos: 30.536755,59.577415 + parent: 2 +- proto: FoodBoxDonut + entities: + - uid: 10164 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -82.5,82.5 + pos: -2.3305786,49.5273 parent: 2 - - uid: 6948 + - uid: 10211 components: - type: Transform - pos: 30.5,-32.5 + pos: 23.468481,26.600367 parent: 2 - - uid: 7344 +- proto: FoodBoxPizzaFilled + entities: + - uid: 5540 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-28.5 + pos: -61.478626,-32.272717 parent: 2 - - uid: 9362 + - uid: 5845 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-17.5 + pos: 47.528538,-37.312767 parent: 2 - - uid: 10312 + - uid: 8008 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,-3.5 + pos: -40.4983,23.771011 parent: 2 - - uid: 10354 + - uid: 10202 components: - type: Transform - pos: 38.5,23.5 + pos: 24.921606,32.73538 parent: 2 - - uid: 33937 + - uid: 30879 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,-22.5 + pos: -16.619556,34.760548 parent: 2 -- proto: ComputerCriminalRecords +- proto: FoodBreadBanana entities: - - uid: 5780 + - uid: 36935 components: - type: Transform - pos: 4.5,-25.5 + parent: 36929 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodBreadBananaSlice + entities: + - uid: 7083 + components: + - type: Transform + pos: 29.461922,5.7958717 parent: 2 - - uid: 6949 + - uid: 7084 components: - type: Transform - pos: 41.5,-24.5 + pos: 29.321297,5.6083717 parent: 2 - - uid: 8608 + - uid: 8077 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,37.5 + pos: -29.757435,33.74538 parent: 2 - - uid: 9607 + - uid: 8105 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,43.5 + pos: -14.336206,15.586975 parent: 2 - - uid: 10127 + - uid: 8106 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,47.5 + pos: -14.383081,15.743225 parent: 2 - - uid: 10263 +- proto: FoodBreadCreamcheeseSlice + entities: + - uid: 8835 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,3.5 + pos: 52.70602,-21.524298 parent: 2 - - uid: 10741 +- proto: FoodBreadMimana + entities: + - uid: 6192 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-59.5 + pos: -27.512712,60.549053 parent: 2 - - uid: 12223 +- proto: FoodBreadMoldySlice + entities: + - uid: 10060 components: - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,19.5 + pos: -25.536694,-63.4739 parent: 2 - - uid: 14559 + - uid: 10061 components: - type: Transform - pos: -42.5,-2.5 + pos: -21.630444,-64.3489 parent: 2 -- proto: ComputerFrame +- proto: FoodBreadPlainSlice entities: - - uid: 13109 + - uid: 7212 components: - type: Transform - pos: -83.5,79.5 + pos: 64.6676,-13.801991 parent: 2 - - uid: 13409 + - uid: 7213 components: - type: Transform - pos: -23.5,64.5 + pos: 64.3551,-13.848866 parent: 2 - - uid: 36841 + - uid: 7214 components: - type: Transform - pos: -0.5,17.5 + pos: 64.7301,-14.005116 parent: 2 -- proto: ComputerId - entities: - - uid: 5618 + - uid: 7215 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-46.5 + pos: 64.3551,-14.083241 parent: 2 - - uid: 5774 + - uid: 7216 components: - type: Transform - pos: -0.5,-25.5 + pos: 64.74573,-14.270741 parent: 2 - - uid: 6155 + - uid: 7217 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-39.5 + pos: 64.37073,-14.301991 parent: 2 - - uid: 10310 +- proto: FoodBreadVolcanic + entities: + - uid: 35594 components: + - type: MetaData + name: Оседланный хлеб - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,-2.5 + pos: -35.546165,-18.444437 parent: 2 - - uid: 11158 +- proto: FoodBurgerCarp + entities: + - uid: 33927 components: - type: Transform - pos: -8.5,-57.5 + pos: -51.699505,-22.274364 parent: 2 -- proto: ComputerIFF + - uid: 34090 + components: + - type: Transform + parent: 34086 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodBurgerCrazy entities: - - uid: 7346 + - uid: 14145 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-27.5 + pos: -32.363216,0.6056552 parent: 2 - - uid: 13829 +- proto: FoodBurgerPlain + entities: + - uid: 37285 components: - type: Transform - pos: 1.5,0.5 - parent: 13793 - - uid: 36558 + parent: 37284 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 37286 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,3.5 - parent: 36450 -- proto: ComputerMassMedia + parent: 37284 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 37287 + components: + - type: Transform + parent: 37284 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 37288 + components: + - type: Transform + parent: 37284 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodBurgerRobot entities: - - uid: 8488 + - uid: 35671 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,29.5 + pos: -32.3083,63.58207 parent: 2 - - uid: 34205 +- proto: FoodBurgerTofu + entities: + - uid: 14517 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -82.5,81.5 + pos: -28.795357,-49.34752 parent: 2 -- proto: ComputerMedicalRecords +- proto: FoodCakeCheese entities: - - uid: 3530 + - uid: 39490 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -82.5,80.5 - parent: 2 - - uid: 6947 + pos: 0.480011,42.570816 + parent: 36907 +- proto: FoodCakeSlimeSlice + entities: + - uid: 5374 components: - type: Transform - pos: 34.5,-32.5 + pos: -39.525707,-14.210343 parent: 2 - - uid: 7343 + - uid: 14391 components: - type: Transform - pos: -8.5,-27.5 + pos: -2.675267,-28.897732 parent: 2 - - uid: 10735 +- proto: FoodCakeSpaceman + entities: + - uid: 39491 components: - type: Transform - pos: 4.5,-57.5 - parent: 2 - - uid: 18442 + pos: 0.5252209,39.561768 + parent: 36907 +- proto: FoodCakeSpacemanSlice + entities: + - uid: 35187 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-17.5 + pos: 68.44407,35.692947 parent: 2 -- proto: ComputerPowerMonitoring +- proto: FoodCakeSuppermatter entities: - - uid: 560 + - uid: 4477 components: - type: Transform rot: 1.5707963267948966 rad - pos: -33.5,27.5 + pos: -66.65692,11.511962 parent: 2 - - uid: 5777 +- proto: FoodCakeSuppermatterSlice + entities: + - uid: 4476 components: - type: Transform - pos: -3.5,-25.5 + rot: 1.5707963267948966 rad + pos: -67.50067,10.605712 parent: 2 - - uid: 7539 + - uid: 4481 components: - type: Transform - pos: -4.5,22.5 + rot: 1.5707963267948966 rad + pos: -65.68817,10.871337 parent: 2 - - uid: 8101 + - uid: 4486 components: - type: Transform rot: 1.5707963267948966 rad - pos: -17.5,15.5 + pos: -66.4538,12.590087 parent: 2 - - uid: 8161 + - uid: 30876 components: - type: Transform - pos: -50.5,32.5 + pos: -14.057056,32.073048 parent: 2 - - uid: 8515 +- proto: FoodCannabisButter + entities: + - uid: 24704 components: - type: Transform - rot: 3.141592653589793 rad - pos: -84.5,83.5 + pos: 33.514397,-63.39824 parent: 2 - - uid: 30889 +- proto: FoodCartCold + entities: + - uid: 13528 components: - type: Transform - pos: -12.5,45.5 + rot: -1.5707963267948966 rad + pos: -10.5,62.5 parent: 2 - - uid: 31240 +- proto: FoodCartHot + entities: + - uid: 13529 components: - type: Transform rot: -1.5707963267948966 rad - pos: 0.5,7.5 - parent: 30892 - - uid: 36561 + pos: -10.5,61.5 + parent: 2 +- proto: FoodCheese + entities: + - uid: 10130 components: + - type: MetaData + desc: Это великий строительный сыр! + name: СТРОИТЕЛЬНЫЙ СЫР - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,3.5 - parent: 36450 -- proto: ComputerRadar + pos: 74.65391,0.5560865 + parent: 2 +- proto: FoodCheeseSlice entities: - - uid: 5776 + - uid: 9974 components: + - type: MetaData + desc: 'Это великий кусочек строителя этой станции… Многие полегло пока ее строили, но она готова, и работает во славу НТ! Слава партии! ' + name: кусок строителя - type: Transform - pos: -4.5,-25.5 + pos: 74.71873,1.5049706 parent: 2 - - uid: 8102 + - uid: 10131 components: + - type: MetaData + desc: 'Это огрызок строителя этой станции… Многие полегло пока ее строили, но она готова, и работает во славу НТ! Слава партии! ' + name: огрызок строителя - type: Transform rot: 1.5707963267948966 rad - pos: -17.5,16.5 + pos: 74.5581,-0.4177853 parent: 2 - - uid: 10572 + - uid: 13536 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 70.5,7.5 + pos: -8.333729,61.63132 parent: 2 - - uid: 31239 +- proto: FoodCondimentBottleEnzyme + entities: + - uid: 10182 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,6.5 - parent: 30892 - - uid: 34206 + pos: 14.032215,71.7515 + parent: 2 + - uid: 13433 components: - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,83.5 + pos: -7.3473706,56.64015 parent: 2 - - uid: 36066 +- proto: FoodCondimentPacketAstrotame + entities: + - uid: 35182 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,72.5 + pos: 66.32843,36.177322 parent: 2 - - uid: 36560 + - uid: 35183 components: - type: Transform - pos: 6.5,4.5 - parent: 36450 -- proto: ComputerResearchAndDevelopment - entities: - - uid: 4897 + pos: 66.469055,36.052322 + parent: 2 + - uid: 35184 components: - type: Transform - pos: -23.5,-21.5 + pos: 66.57843,35.958572 parent: 2 - - uid: 4916 +- proto: FoodCondimentPacketHotsauce + entities: + - uid: 2265 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-18.5 + pos: -8.699831,61.558823 parent: 2 - - uid: 5161 +- proto: FoodCondimentPacketSoy + entities: + - uid: 13538 components: - type: Transform - pos: -32.5,-28.5 + pos: -8.699831,58.855698 parent: 2 - - uid: 5200 +- proto: FoodContainerEgg + entities: + - uid: 8581 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,-33.5 + pos: -8.314701,59.881535 parent: 2 - - uid: 5340 + - uid: 10184 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-19.5 + pos: 13.500965,71.84587 parent: 2 -- proto: ComputerSalvageExpedition - entities: - - uid: 5453 + - uid: 13523 components: - type: Transform - pos: -48.5,-48.5 + pos: -9.445587,64.984726 parent: 2 -- proto: ComputerShuttle +- proto: FoodDonkpocket entities: - - uid: 8181 + - uid: 36793 components: - type: Transform - pos: 3.5,3.5 - parent: 32914 - - uid: 13824 + pos: 55.4926,47.634197 + parent: 2 +- proto: FoodDonkpocketHonk + entities: + - uid: 8566 components: - type: Transform - pos: 0.5,0.5 - parent: 13793 - - uid: 31396 + rot: 1.5707963267948966 rad + pos: -34.78736,55.34272 + parent: 2 +- proto: FoodDonutCaramel + entities: + - uid: 8922 components: - type: Transform - pos: 0.5,4.5 - parent: 31348 - - uid: 36559 + pos: 39.457302,-43.41968 + parent: 2 +- proto: FoodDonutChaos + entities: + - uid: 7107 components: - type: Transform - pos: 4.5,4.5 - parent: 36450 -- proto: ComputerShuttleCargo + pos: 47.7385,-34.217884 + parent: 2 +- proto: FoodDonutJellyBungo entities: - - uid: 5554 + - uid: 31311 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,-45.5 - parent: 2 -- proto: ComputerShuttleSalvage + pos: 9.66803,0.26992798 + parent: 30892 +- proto: FoodDonutJellyChocolate entities: - - uid: 1504 + - uid: 9523 components: - type: Transform - pos: -47.5,-48.5 + pos: 27.729582,-57.25393 parent: 2 -- proto: ComputerSolarControl +- proto: FoodDonutJellySlugcat entities: - - uid: 5778 + - uid: 8084 components: - type: Transform - pos: -2.5,-25.5 + pos: -39.474224,26.606138 parent: 2 - - uid: 9278 +- proto: FoodDonutJellySpaceman + entities: + - uid: 10138 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,68.5 + pos: -2.2680783,49.88147 parent: 2 - - uid: 14034 + - uid: 35185 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,-39.5 + pos: 69.01593,35.755447 parent: 2 - - uid: 14271 +- proto: FoodDonutJellySweetpea + entities: + - uid: 10157 components: - type: Transform - pos: -67.5,-19.5 + pos: -2.5389118,49.9648 parent: 2 - - uid: 31238 + - uid: 31310 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,7.5 + pos: 9.44928,0.629303 parent: 30892 -- proto: ComputerStationRecords +- proto: FoodDonutSweetpea entities: - - uid: 5779 + - uid: 7106 components: - type: Transform - pos: 3.5,-25.5 + pos: 47.347874,-34.467884 parent: 2 - - uid: 9621 +- proto: FoodDough + entities: + - uid: 9786 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,41.5 - parent: 2 - - uid: 10355 + parent: 9903 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9840 components: - type: Transform - pos: 37.5,23.5 + pos: -8.644245,62.124523 parent: 2 - - uid: 12222 + - uid: 9888 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,19.5 - parent: 2 -- proto: ComputerSurveillanceCameraMonitor + parent: 9903 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9947 + components: + - type: Transform + parent: 9903 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9954 + components: + - type: Transform + parent: 9903 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9973 + components: + - type: Transform + parent: 9903 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodDoughFlat entities: - - uid: 5781 + - uid: 9789 components: - type: Transform - pos: 5.5,-25.5 - parent: 2 - - uid: 6946 + parent: 9903 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9863 components: - type: Transform - pos: 40.5,-24.5 - parent: 2 - - uid: 8452 + parent: 9903 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9953 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,37.5 - parent: 2 - - uid: 9468 + parent: 9903 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodFrozenFreezy + entities: + - uid: 5604 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,53.5 - parent: 2 - - uid: 9612 + parent: 5581 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5605 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,42.5 - parent: 2 - - uid: 10150 + parent: 5581 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5606 components: - type: Transform - pos: -4.5,50.5 - parent: 2 - - uid: 10299 + parent: 5581 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodFrozenPopsicleBerry + entities: + - uid: 5583 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,4.5 - parent: 2 - - uid: 10755 + parent: 5581 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5599 components: - type: Transform - pos: -9.5,-57.5 - parent: 2 - - uid: 35687 + parent: 5581 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5600 components: - type: Transform - pos: -71.5,79.5 - parent: 2 - - uid: 36162 + parent: 5581 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5601 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -75.5,78.5 - parent: 2 - - uid: 36163 + parent: 5581 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5602 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -75.5,87.5 - parent: 2 -- proto: ComputerSurveillanceWirelessCameraMonitor - entities: - - uid: 1086 + parent: 5581 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5603 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -73.5,86.5 - parent: 2 -- proto: ComputerTechnologyDiskTerminal - entities: - - uid: 4896 + parent: 5581 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 31801 components: - type: Transform - pos: -23.5,-19.5 - parent: 2 -- proto: ComputerTelevision + parent: 31794 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodFrozenPopsicleJumbo entities: - - uid: 6140 + - uid: 5592 components: - type: Transform - pos: 11.5,-33.5 - parent: 2 - - uid: 6951 + parent: 5581 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5593 components: - type: Transform - pos: -30.5,-47.5 - parent: 2 - - uid: 8511 + parent: 5581 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5594 components: - type: Transform - pos: 3.5,33.5 - parent: 2 -- proto: ContainmentFieldGenerator - entities: - - uid: 7788 + parent: 5581 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5595 components: - type: Transform - pos: -12.5,24.5 - parent: 2 -- proto: ContrabassInstrument - entities: - - uid: 8303 + parent: 5581 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5598 components: - type: Transform - pos: 10.5,56.5 - parent: 2 -- proto: ConveyorBelt + parent: 5581 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 31797 + components: + - type: Transform + parent: 31794 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodFrozenPopsicleOrange entities: - - uid: 5469 + - uid: 5588 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,-42.5 - parent: 2 - - uid: 5470 + parent: 5581 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5589 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,-42.5 - parent: 2 - - uid: 5471 + parent: 5581 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5590 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,-42.5 - parent: 2 - - uid: 5472 + parent: 5581 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5591 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,-42.5 - parent: 2 - - uid: 5473 + parent: 5581 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5596 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,-46.5 - parent: 2 - - uid: 5474 + parent: 5581 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 31800 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,-46.5 - parent: 2 - - uid: 5475 + parent: 31794 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 31803 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,-46.5 - parent: 2 - - uid: 5476 + parent: 31794 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 31805 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,-46.5 - parent: 2 - - uid: 11646 + parent: 31794 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 31806 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -68.5,-12.5 - parent: 2 - - uid: 11647 + parent: 31794 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodFrozenSandwich + entities: + - uid: 5582 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,-12.5 - parent: 2 - - uid: 11648 + parent: 5581 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5585 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -66.5,-12.5 - parent: 2 - - uid: 11650 + parent: 5581 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5586 components: - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,-17.5 - parent: 2 - - uid: 11651 + parent: 5581 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5587 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -65.5,-17.5 - parent: 2 - - uid: 11684 + parent: 5581 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 31798 components: - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,-16.5 - parent: 2 - - uid: 11685 + parent: 31794 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodFrozenSandwichStrawberry + entities: + - uid: 31799 components: - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,-15.5 - parent: 2 - - uid: 11686 + parent: 31794 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 31802 components: - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,-14.5 - parent: 2 - - uid: 11687 + parent: 31794 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 31804 components: - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,-13.5 - parent: 2 -- proto: CounterMetalFrame + parent: 31794 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodFrozenSnowconeTrash entities: - - uid: 24284 + - uid: 6854 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -68.5,83.5 + pos: 33.828842,-34.373894 parent: 2 -- proto: CrateArtifactContainer - entities: - - uid: 5285 + - uid: 30798 components: - type: Transform - pos: -33.5,-14.5 + pos: -15.635181,32.323048 parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 36395 +- proto: FoodFrozenSundae + entities: + - uid: 5584 components: - type: Transform - pos: -68.5,80.5 - parent: 2 -- proto: CrateChemistrySupplies + parent: 5581 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5597 + components: + - type: Transform + parent: 5581 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 31796 + components: + - type: Transform + parent: 31794 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodLemon entities: - - uid: 5250 + - uid: 6241 components: - type: Transform - pos: -36.5,-29.5 + pos: 3.406739,69.622284 parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 6338 + - uid: 6242 components: - type: Transform - pos: 33.5,14.5 + pos: 3.571852,69.86079 parent: 2 -- proto: CrateEmergencyInternals - entities: - - uid: 9593 + - uid: 6243 components: - type: Transform - pos: -33.5,7.5 + pos: 3.7736568,69.67732 parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 13502 +- proto: FoodLime + entities: + - uid: 6244 components: - type: Transform - pos: -47.5,-39.5 + pos: 4.067191,69.86079 parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 -- proto: CrateEmptySpawner +- proto: FoodMealCubancarp entities: - - uid: 10929 + - uid: 10425 components: - type: Transform - pos: 13.5,-58.5 + pos: -49.309967,-5.088472 parent: 2 - - uid: 10930 +- proto: FoodMealNachosCuban + entities: + - uid: 31127 components: - type: Transform - pos: 32.5,-60.5 + pos: -9.905469,42.686527 parent: 2 - - uid: 11625 +- proto: FoodMealSashimi + entities: + - uid: 34175 components: - type: Transform - pos: 65.5,-26.5 - parent: 2 - - uid: 11724 + parent: 34086 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 34185 components: - type: Transform - pos: -65.5,-13.5 - parent: 2 - - uid: 13515 + parent: 34086 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 36165 components: - type: Transform - pos: -45.5,-37.5 + pos: -49.513092,-6.275972 parent: 2 - - uid: 14383 +- proto: FoodMeat + entities: + - uid: 8524 components: - type: Transform - pos: 39.5,8.5 - parent: 2 - - uid: 14384 + parent: 8523 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 8529 components: - type: Transform - pos: 41.5,15.5 - parent: 2 - - uid: 14385 + parent: 8523 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 8530 components: - type: Transform - pos: 17.5,18.5 - parent: 2 - - uid: 31336 + parent: 8523 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 8534 components: - type: Transform - pos: -63.5,-24.5 - parent: 2 - - uid: 34318 + parent: 8523 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 8537 components: - type: Transform - pos: -55.5,-3.5 - parent: 2 - - uid: 34319 + parent: 8523 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 8538 components: - type: Transform - pos: -55.5,-4.5 - parent: 2 - - uid: 34320 + parent: 8523 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 8585 components: - type: Transform - pos: -59.5,1.5 - parent: 2 - - uid: 34321 + parent: 8523 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 8596 components: - type: Transform - pos: -55.5,4.5 - parent: 2 - - uid: 34322 + parent: 8523 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9685 components: - type: Transform - pos: -56.5,6.5 - parent: 2 - - uid: 34323 + parent: 8523 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9839 components: - type: Transform - pos: -56.5,8.5 - parent: 2 - - uid: 34536 + parent: 8523 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9948 components: - type: Transform - pos: 11.5,3.5 - parent: 30892 - - uid: 34537 + parent: 9903 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9955 components: - type: Transform - pos: 13.5,1.5 - parent: 30892 - - uid: 34616 + parent: 9903 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9956 components: - type: Transform - pos: 13.5,2.5 - parent: 30892 - - uid: 34618 + parent: 9903 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9970 components: - type: Transform - pos: 11.5,1.5 - parent: 30892 -- proto: CrateEngineeringAMEControl - entities: - - uid: 5929 + parent: 9903 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9971 components: - type: Transform - pos: -9.5,45.5 - parent: 2 -- proto: CrateEngineeringAMEJar - entities: - - uid: 7345 + parent: 9903 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9972 components: - type: Transform - pos: -39.5,18.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 -- proto: CrateEngineeringAMEShielding - entities: - - uid: 7237 + parent: 9903 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 10655 components: - type: Transform - pos: -9.5,37.5 - parent: 2 - - uid: 23970 + parent: 8523 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 11133 components: - type: Transform - pos: -9.5,36.5 - parent: 2 -- proto: CrateEngineeringSecure - entities: - - uid: 31404 + parent: 8523 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 12752 components: - type: Transform - pos: 1.5,-0.5 - parent: 31348 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 -- proto: CrateFilledSpawner - entities: - - uid: 688 + parent: 8523 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 13351 components: + - type: MetaData + name: Мясо коровы, по имени - Дэнди - type: Transform - pos: -63.5,-17.5 + rot: 1.5707963267948966 rad + pos: -26.74462,62.452473 parent: 2 - - uid: 11524 + - uid: 13352 components: + - type: MetaData + name: Мясо коровы, по имени - Дэнди - type: Transform - pos: 67.5,-13.5 + rot: 1.5707963267948966 rad + pos: -26.416494,62.624348 parent: 2 - - uid: 14386 + - uid: 13416 components: - type: Transform - pos: 18.5,36.5 - parent: 2 - - uid: 31405 + parent: 8523 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 37289 components: - type: Transform - pos: -0.5,-1.5 - parent: 31348 - - uid: 34315 + parent: 37284 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 37290 components: - type: Transform - pos: -63.5,-19.5 - parent: 2 -- proto: CrateFoodMRE - entities: - - uid: 14825 + parent: 37284 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 37291 components: - type: Transform - pos: 2.5,-7.5 - parent: 14592 -- proto: CrateFoodSoftdrinksLarge + parent: 37284 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodMeatFish entities: - - uid: 14817 + - uid: 33926 components: - type: Transform - pos: 2.5,-8.5 - parent: 14592 -- proto: CrateFreezer + pos: -52.18388,-20.899364 + parent: 2 + - uid: 34174 + components: + - type: Transform + parent: 34086 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodMeatHuman entities: - - uid: 33999 + - uid: 39492 components: - type: Transform - pos: -57.5,-14.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - 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: - - 34002 - - 34001 - - 34000 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 34005 + pos: 4.4747176,46.521446 + parent: 36907 +- proto: FoodMeatHumanKebab + entities: + - uid: 14575 components: - type: Transform - pos: -53.5,-14.5 + rot: 3.141592653589793 rad + pos: -36.512165,-16.496569 parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1497 - 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: - - 34010 - - 34009 - - 34008 - - 34007 - - 34006 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: CrateFunBoardGames +- proto: FoodMeatRatdoubleKebab entities: - - uid: 9950 + - uid: 39493 components: - type: Transform - pos: 29.5,68.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - 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: - - 5622 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: CrateFunPlushie + pos: 10.490752,-1.3140831 + parent: 36907 +- proto: FoodMeatRatKebab entities: - - uid: 14502 + - uid: 39494 components: - type: Transform - pos: -12.5,-62.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 -- proto: CrateGenericSteel + pos: 16.397125,-11.414647 + parent: 36907 +- proto: FoodMeatRotten entities: - - uid: 10097 + - uid: 37272 components: - type: Transform - pos: 42.5,40.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14972 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 13341 + parent: 37268 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 37273 components: - type: Transform - pos: -22.5,12.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 13421 + parent: 37268 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 37274 components: - type: Transform - pos: -68.5,5.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: 13508 + parent: 37268 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodMeatSalamiSlice + entities: + - uid: 19289 components: - type: Transform - pos: -44.5,-45.5 + rot: 1.5707963267948966 rad + pos: -44.790333,20.75236 parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.8856695 - - 7.0937095 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 14099 +- proto: FoodMeatSlime + entities: + - uid: 34006 components: - type: Transform - pos: -2.5,1.5 - parent: 14592 - - uid: 14864 + parent: 34005 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 34007 components: - type: Transform - pos: -3.5,1.5 - parent: 14592 - - uid: 15135 + parent: 34005 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 34008 components: - type: Transform - pos: 9.5,23.5 - parent: 14592 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 16651 + parent: 34005 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 34009 components: - type: Transform - pos: -23.5,20.5 - parent: 14592 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 -- proto: CrateHydroponicsSeeds + parent: 34005 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 34010 + components: + - type: Transform + parent: 34005 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodMeatSpiderlegCooked entities: - - uid: 8603 + - uid: 43031 components: - type: Transform - pos: -14.5,65.5 + pos: -47.54879,-11.747737 parent: 2 - - uid: 9837 +- proto: FoodMeatXeno + entities: + - uid: 13606 components: - type: Transform - pos: 12.5,67.5 + pos: -46.39155,-11.245484 parent: 2 -- proto: CrateHydroponicsTools - entities: - - uid: 13353 + - uid: 13608 components: - type: Transform - pos: -12.5,66.5 + pos: -46.977486,-9.768922 parent: 2 -- proto: CrateHydroSecure +- proto: FoodOrange entities: - - uid: 25177 + - uid: 2960 components: - type: Transform - pos: -12.5,59.5 + pos: -3.510191,68.39114 parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 -- proto: CrateMedicalScrubs +- proto: FoodPieBananaCream entities: - - uid: 1453 + - uid: 1491 components: - type: Transform - pos: 40.5,-19.5 + pos: -32.158325,55.59588 parent: 2 - - uid: 11178 + - uid: 6190 components: - type: Transform - pos: 7.5,-59.5 + pos: -32.30416,55.90838 parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 11903 + - uid: 6194 components: - type: Transform - pos: 34.5,-26.5 + pos: -32.637493,55.75213 parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 12717 + - uid: 6203 components: - type: Transform - pos: 31.5,-15.5 + pos: -32.679157,55.929214 parent: 2 -- proto: CrateMedicalSurgery - entities: - - uid: 5312 + - uid: 6204 components: - type: Transform - pos: -18.5,-45.5 + pos: -32.522907,55.575047 parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 12721 + - uid: 6206 components: - type: Transform - pos: 31.5,-11.5 + pos: -32.231243,55.37713 parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 -- proto: CrateScienceSecure +- proto: FoodPizzaArnoldSlice entities: - - uid: 31328 + - uid: 8225 components: - type: Transform - pos: -62.5,-7.5 + pos: -58.62688,34.743755 parent: 2 - - type: Lock - locked: False - - type: Fixtures - fixtures: - fix1: - shape: !type:PolygonShape - radius: 0.01 - vertices: - - -0.4,-0.4 - - 0.4,-0.4 - - 0.4,0.29 - - -0.4,0.29 - mask: - - Impassable - - LowImpassable - layer: - - BulletImpassable - - Opaque - density: 50 - hard: True - restitution: 0 - friction: 0.4 - - type: EntityStorage - open: True - removedMasks: 20 - - type: PlaceableSurface - isPlaceable: True -- proto: CrateServiceBooks +- proto: FoodPizzaDonkpocketSlice entities: - - uid: 13166 + - uid: 36781 components: - type: Transform - pos: 3.5,42.5 + pos: 49.457077,50.66587 parent: 2 - - uid: 14457 +- proto: FoodPizzaMargheritaSlice + entities: + - uid: 8227 components: - type: Transform - pos: 22.5,38.5 + pos: -58.423756,34.712505 parent: 2 -- proto: CrateStoneGrave - entities: - - uid: 10959 + - uid: 31470 components: - - type: MetaData - desc: Могила самого гнилого АВД, из-за которого погиб не один сотрудник станции… Из-за его душки… - name: Могила бюрократа - type: Transform - pos: 52.5,-34.5 + pos: -16.119556,32.760548 parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14972 - 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: - - 11275 - - 11276 - - 11277 - - 11278 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: CrateTrashCart +- proto: FoodPizzaMeatSlice entities: - - uid: 10936 + - uid: 10242 components: - type: Transform - pos: 18.5,-63.5 + pos: 31.509815,26.156141 parent: 2 - - uid: 13355 +- proto: FoodPizzaMoldySlice + entities: + - uid: 10062 components: - type: Transform - pos: -17.5,65.5 + pos: -20.192944,-62.3489 parent: 2 - - uid: 33451 + - uid: 10063 components: - type: Transform - pos: 46.5,-32.5 + pos: -21.052319,-63.31765 parent: 2 -- proto: CrateTrashCartFilled +- proto: FoodPizzaMushroomSlice entities: - - uid: 10935 - components: - - type: Transform - pos: 17.5,-63.5 - parent: 2 - - uid: 33449 + - uid: 35069 components: - type: Transform - pos: 37.5,-48.5 + pos: 68.29297,27.601816 parent: 2 -- proto: CrateTrashCartJani +- proto: FoodPizzaPineappleSlice entities: - - uid: 8689 + - uid: 14098 components: - type: Transform - pos: 55.5,11.5 + pos: -28.619987,-1.4462643 parent: 2 - - uid: 33448 +- proto: FoodPizzaSassysage + entities: + - uid: 23986 components: - type: Transform - pos: -44.5,-24.5 + pos: 71.360825,-26.477333 parent: 2 - - uid: 33450 +- proto: FoodPizzaVegetableSlice + entities: + - uid: 36785 components: - type: Transform - pos: 38.5,-48.5 + pos: 56.400284,43.689156 parent: 2 -- proto: CrateWeb +- proto: FoodPlate entities: - - uid: 43030 + - uid: 8226 components: - type: Transform - pos: -46.5,-9.5 + pos: -58.580006,34.837505 parent: 2 -- proto: CrateWoodenGrave +- proto: FoodPlatePlastic entities: - - uid: 34280 + - uid: 8079 components: - type: Transform - pos: 34.5,-61.5 + pos: -38.545734,26.6321 parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - 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: - - 34357 - - 36067 - - 36087 - - 36123 - - 36178 - - 34397 - - 35676 - - 35697 - - 35821 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: CrayonBox +- proto: FoodPlateSmall entities: - - uid: 2837 + - uid: 8339 components: - type: Transform - pos: 61.678356,-25.200548 + pos: 5.3684278,39.56595 parent: 2 - - uid: 2841 + - uid: 10193 components: - type: Transform - pos: 61.365856,-25.481798 + pos: 31.48983,26.171766 parent: 2 - - uid: 2842 + - uid: 30874 components: - type: Transform - pos: 61.31898,-25.200548 + pos: -14.057056,32.104298 parent: 2 - - uid: 6926 + - uid: 35068 components: - type: Transform - pos: 61.66273,-25.513048 + pos: 68.32422,27.633066 parent: 2 - - uid: 10054 +- proto: FoodPlateSmallTrash + entities: + - uid: 14251 components: - type: Transform - pos: 26.3496,70.60056 + pos: -51.11452,-53.37955 parent: 2 - - uid: 10055 +- proto: FoodPoppy + entities: + - uid: 36253 components: - type: Transform - pos: 26.646475,70.16306 + pos: 43.834663,-10.021852 parent: 2 -- proto: CrayonGreen +- proto: FoodRiceBoiled entities: - - uid: 14562 + - uid: 8228 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.818346,-57.57476 + pos: -58.48945,36.85313 parent: 2 -- proto: CrayonMime +- proto: FoodRiceEgg entities: - - uid: 13511 + - uid: 32103 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.235956,59.76751 + pos: 51.52406,-46.540943 parent: 2 -- proto: CrayonRainbow +- proto: FoodRicePork entities: - - uid: 11669 + - uid: 32104 components: - type: Transform - pos: -29.548244,55.81198 + pos: 51.55531,-46.11907 parent: 2 -- proto: CrayonRed +- proto: FoodShakerPepper entities: - - uid: 14506 + - uid: 43274 components: - type: Transform - pos: -14.469999,-60.1955 + pos: -55.37302,-16.035007 parent: 2 -- proto: Crematorium +- proto: FoodSnackChips entities: - - uid: 6103 + - uid: 6960 components: - type: Transform rot: 1.5707963267948966 rad - pos: 50.5,-27.5 + pos: 40.355278,-27.290653 parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 6126 + - uid: 6961 components: - type: Transform - pos: 51.5,-25.5 + rot: 1.5707963267948966 rad + pos: 40.574028,-27.415653 parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 -- proto: CrewMonitoringServer - entities: - - uid: 1883 + - uid: 7992 components: - type: Transform - pos: 6.5,-42.5 + pos: -41.636154,25.513994 parent: 2 -- proto: Crowbar - entities: - - uid: 8076 + - uid: 43246 components: - type: Transform - pos: -29.476185,33.542255 + pos: 37.62739,61.79987 parent: 2 - - uid: 9562 + - uid: 43247 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.12192,9.60618 + pos: 37.71767,61.61224 parent: 2 - - uid: 14202 + - uid: 43248 components: - type: Transform - pos: -15.882355,-58.71022 + pos: 37.759335,61.51495 parent: 2 -- proto: CrowbarRed +- proto: FoodSnackChocolate entities: - - uid: 5376 + - uid: 6753 components: - type: Transform - pos: -43.534004,-21.800283 + rot: -1.5707963267948966 rad + pos: 24.708887,-19.496647 parent: 2 - - uid: 9561 + - uid: 6754 components: - type: Transform rot: -1.5707963267948966 rad - pos: -32.27817,9.590555 + pos: 24.646387,-19.637272 parent: 2 - - uid: 14144 + - uid: 6755 components: - type: Transform rot: -1.5707963267948966 rad - pos: 10.6621,-20.086193 + pos: 24.599512,-19.777897 parent: 2 - - uid: 42955 + - uid: 9522 components: - type: Transform - pos: 10.467094,67.61252 + rot: 3.141592653589793 rad + pos: 27.854582,-57.47268 parent: 2 -- proto: CryogenicSleepUnit +- proto: FoodSnackRaisins entities: - - uid: 4482 + - uid: 9959 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-54.5 + pos: 19.491405,71.49372 parent: 2 - - uid: 5588 +- proto: FoodSoupMushroom + entities: + - uid: 2584 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-54.5 + pos: 41.629192,-58.096066 parent: 2 -- proto: CryogenicSleepUnitSpawner - entities: - - uid: 5583 + - uid: 37292 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-56.5 - parent: 2 -- proto: CryogenicSleepUnitSpawnerLateJoin - entities: - - uid: 5585 + parent: 37284 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 37293 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-56.5 - parent: 2 -- proto: CryoPod + parent: 37284 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodSoupPea entities: - - uid: 11899 + - uid: 37294 components: - type: Transform - pos: 33.5,-26.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 29872 + parent: 37284 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 37295 components: - type: Transform - pos: 31.5,-26.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: CryostasisBeaker + parent: 37284 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodSpaceshroom entities: - - uid: 5255 + - uid: 2681 components: - type: Transform - pos: -37.63295,-26.440907 + pos: 40.347942,-58.54919 parent: 2 - - uid: 6806 +- proto: FoodSpaceshroomCooked + entities: + - uid: 2675 components: - type: Transform - pos: 19.356998,-36.205196 + pos: 40.363567,-58.23669 parent: 2 - - uid: 7037 +- proto: FoodTacoRat + entities: + - uid: 43100 components: - type: Transform - pos: 34.524017,-0.23533535 + pos: 79.41364,34.09104 parent: 2 - - uid: 34036 +- proto: FoodTartCoco + entities: + - uid: 12667 components: - type: Transform - pos: -61.69845,-12.326848 + pos: 4.670804,47.7716 parent: 2 -- proto: CrystalBlue +- proto: FoodTartGapple entities: - - uid: 34526 + - uid: 5621 components: - type: Transform - pos: -51.5,-24.5 + pos: 7.463603,-46.358067 parent: 2 - - uid: 34651 - components: - - type: Transform - pos: 4.5,14.5 - parent: 30892 -- proto: CrystalCyan +- proto: FoodWatermelonSlice entities: - - uid: 34525 + - uid: 8078 components: - type: Transform - pos: -59.5,-1.5 + pos: -38.386013,26.611265 parent: 2 - - uid: 34575 - components: - - type: Transform - pos: 17.5,1.5 - parent: 30892 - - uid: 34591 + - uid: 8080 components: - type: Transform - pos: 14.5,7.5 - parent: 30892 - - uid: 34648 + pos: -38.684624,26.625154 + parent: 2 + - uid: 8081 components: - type: Transform - pos: 3.5,15.5 - parent: 30892 -- proto: CrystalGreen + pos: -38.344345,26.597376 + parent: 2 +- proto: Football entities: - - uid: 2545 + - uid: 27022 components: - type: Transform - pos: 41.5,-56.5 + rot: -1.5707963267948966 rad + pos: -31.645884,-46.503784 parent: 2 - - uid: 2575 + - uid: 33233 components: - type: Transform - pos: 39.5,-58.5 + rot: 1.5707963267948966 rad + pos: -12.196227,22.634771 parent: 2 - - uid: 10867 +- proto: Fork + entities: + - uid: 8083 components: - type: Transform - pos: 19.5,-65.5 + pos: -39.942974,26.528013 parent: 2 - - uid: 10869 + - uid: 13450 components: - type: Transform - pos: 15.5,-58.5 + rot: -1.5707963267948966 rad + pos: -5.4306054,63.03368 parent: 2 - - uid: 10873 +- proto: ForkPlastic + entities: + - uid: 9941 components: - type: Transform - pos: 31.5,-58.5 + pos: 20.227177,71.415596 parent: 2 - - uid: 14687 - components: - - type: Transform - pos: -9.5,3.5 - parent: 14592 - - uid: 15946 + - uid: 9942 components: - type: Transform - pos: 2.5,15.5 - parent: 14592 - - uid: 15967 + pos: 20.133427,71.46247 + parent: 2 +- proto: FuelDispenser + entities: + - uid: 43269 components: - type: Transform - pos: -20.5,16.5 - parent: 14592 - - uid: 15997 + pos: -32.5,10.5 + parent: 2 + - uid: 43270 components: - type: Transform - pos: 4.5,22.5 - parent: 14592 - - uid: 24172 + pos: -58.5,-14.5 + parent: 2 +- proto: Fulton + entities: + - uid: 39495 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-61.5 - parent: 2 - - uid: 24676 + pos: 27.674528,-2.2692947 + parent: 36907 +- proto: FultonBeacon + entities: + - uid: 39496 components: - type: Transform - pos: 13.5,-63.5 - parent: 2 - - uid: 34524 + pos: 27.315153,-2.2692947 + parent: 36907 +- proto: GarlicSeeds + entities: + - uid: 12746 components: - type: Transform - pos: -59.5,-13.5 + pos: 26.170109,-60.151546 parent: 2 - - uid: 36353 +- proto: GasAnalyzer + entities: + - uid: 7782 components: - type: Transform rot: -1.5707963267948966 rad - pos: 30.5,-63.5 + pos: -40.615242,40.65728 parent: 2 - - uid: 36856 + - uid: 11640 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-67.5 + pos: -23.720615,22.584047 parent: 2 - - type: PointLight - energy: 1 - color: '#FFFFFFFF' - radius: 5 - - type: RgbLightController -- proto: CrystalGrey - entities: - - uid: 3107 + - uid: 13501 components: - type: Transform rot: 1.5707963267948966 rad - pos: 2.5,50.5 + pos: -34.634884,60.69488 parent: 2 - - uid: 7051 + - uid: 27502 components: - type: Transform - pos: 3.5,45.5 + rot: -1.5707963267948966 rad + pos: -56.522747,26.935585 parent: 2 - - uid: 9487 + - uid: 36083 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,49.5 + pos: -78.46176,63.601357 parent: 2 - - uid: 30957 +- proto: GasCanisterBrokenBase + entities: + - uid: 36377 components: - type: Transform - pos: -58.5,-27.5 + pos: -59.5,79.5 parent: 2 - - uid: 34523 + - uid: 39497 components: - type: Transform - pos: -46.5,-30.5 - parent: 2 -- proto: CrystalOrange + pos: 19.5,28.5 + parent: 36907 + - type: PointLight + energy: 2 + color: '#10603050' +- proto: GasFilter entities: - - uid: 30877 + - uid: 7654 components: - type: Transform - pos: -56.5,-12.5 + rot: 3.141592653589793 rad + pos: 34.5,-25.5 parent: 2 -- proto: CrystalPink + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' +- proto: GasFilterFlipped entities: - - uid: 30880 + - uid: 830 components: - type: Transform - pos: -59.5,-17.5 + rot: 3.141592653589793 rad + pos: -40.5,42.5 parent: 2 - - uid: 34647 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7595 components: - type: Transform - pos: 0.5,14.5 - parent: 30892 - - uid: 34666 + pos: 30.5,-25.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7657 components: - type: Transform - pos: 10.5,13.5 - parent: 30892 -- proto: Cutlass - entities: - - uid: 15466 + pos: -52.5,45.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7658 components: - type: Transform - pos: 10.324341,11.06093 - parent: 14592 -- proto: CyberPen - entities: - - uid: 32875 + pos: -52.5,47.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7660 components: - type: Transform - pos: -14.800171,-6.926422 - parent: 14592 -- proto: d20Dice - entities: - - uid: 9408 + pos: -52.5,49.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7728 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.392853,-45.26405 + rot: -1.5707963267948966 rad + pos: -48.5,45.5 parent: 2 - - uid: 30734 + - type: AtmosDevice + joinedGrid: 2 + - uid: 7763 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.369556,34.713673 + rot: -1.5707963267948966 rad + pos: -49.5,45.5 parent: 2 -- proto: d4Dice - entities: - - uid: 9494 + - type: AtmosDevice + joinedGrid: 2 + - uid: 7785 components: - type: Transform rot: 1.5707963267948966 rad - pos: 32.689728,-45.4828 + pos: -40.5,41.5 parent: 2 - - uid: 30887 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29934 components: - type: Transform rot: 3.141592653589793 rad - pos: -17.619556,34.541798 + pos: 32.5,-25.5 parent: 2 -- proto: d6Dice + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' +- proto: GasMinerCarbonDioxide entities: - - uid: 14133 + - uid: 7504 components: - type: Transform - pos: -32.312756,-0.3334638 + pos: -57.5,44.5 parent: 2 - - uid: 14135 + - type: AtmosDevice + joinedGrid: 2 +- proto: GasMinerNitrogenStationLarge + entities: + - uid: 7502 components: - type: Transform - pos: -31.615904,0.5574804 + pos: -57.5,42.5 parent: 2 -- proto: DefaultStationBeaconAI + - type: AtmosDevice + joinedGrid: 2 +- proto: GasMinerOxygenStationLarge entities: - - uid: 5581 + - uid: 7501 components: - type: Transform - pos: -81.5,78.5 + pos: -57.5,40.5 parent: 2 -- proto: DefaultStationBeaconAICore + - type: AtmosDevice + joinedGrid: 2 +- proto: GasMinerPlasma entities: - - uid: 5197 + - uid: 7661 components: - type: Transform - pos: -84.5,80.5 + rot: 1.5707963267948966 rad + pos: -57.5,48.5 parent: 2 -- proto: DefaultStationBeaconAISatellite + - type: AtmosDevice + joinedGrid: 2 +- proto: GasMinerWaterVapor entities: - - uid: 5382 + - uid: 7659 components: - type: Transform - pos: -78.5,57.5 + rot: 1.5707963267948966 rad + pos: -57.5,46.5 parent: 2 -- proto: DefaultStationBeaconAME + - type: AtmosDevice + joinedGrid: 2 +- proto: GasMixer entities: - - uid: 5194 + - uid: 8571 components: - type: Transform - pos: -11.5,38.5 + anchored: False + rot: 3.141592653589793 rad + pos: -36.5,51.5 parent: 2 -- proto: DefaultStationBeaconAnomalyGenerator - entities: - - uid: 5191 + - type: Physics + canCollide: True + bodyType: Dynamic + - uid: 8572 components: - type: Transform - pos: -15.5,-29.5 + anchored: False + rot: 3.141592653589793 rad + pos: -36.5,52.5 parent: 2 -- proto: DefaultStationBeaconArmory - entities: - - uid: 5282 + - type: Physics + canCollide: True + bodyType: Dynamic + - uid: 9111 components: - type: Transform - pos: 46.5,34.5 + rot: -1.5707963267948966 rad + pos: -66.5,23.5 parent: 2 -- proto: DefaultStationBeaconArrivals - entities: - - uid: 5323 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14007 components: - type: Transform - pos: 0.5,-65.5 - parent: 2 -- proto: DefaultStationBeaconArtifactLab - entities: - - uid: 5180 + rot: -1.5707963267948966 rad + pos: 11.5,4.5 + parent: 14592 + - type: AtmosDevice + joinedGrid: 14592 + - uid: 24711 components: - type: Transform - pos: -26.5,-17.5 + pos: -78.5,62.5 parent: 2 -- proto: DefaultStationBeaconAtmospherics + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' +- proto: GasMixerFlipped entities: - - uid: 5185 + - uid: 7554 components: - type: Transform - pos: -48.5,43.5 + pos: -51.5,44.5 parent: 2 -- proto: DefaultStationBeaconBar - entities: - - uid: 5188 + - type: AtmosDevice + joinedGrid: 2 + - uid: 7555 components: - type: Transform - pos: 0.5,67.5 + pos: -51.5,46.5 parent: 2 -- proto: DefaultStationBeaconBotany - entities: - - uid: 5193 + - type: AtmosDevice + joinedGrid: 2 + - uid: 7556 components: - type: Transform - pos: -16.5,59.5 + pos: -50.5,42.5 parent: 2 -- proto: DefaultStationBeaconBridge - entities: - - uid: 5239 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#17E8E2FF' + - uid: 7604 components: - type: Transform - pos: 0.5,-29.5 + rot: -1.5707963267948966 rad + pos: -49.5,40.5 parent: 2 -- proto: DefaultStationBeaconBrig - entities: - - uid: 5295 + - type: GasMixer + inletTwoConcentration: 0.79 + inletOneConcentration: 0.21 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#17E8E2FF' + - uid: 7696 components: - type: Transform - pos: 52.5,42.5 + pos: -51.5,48.5 parent: 2 -- proto: DefaultStationBeaconCaptainsQuarters + - type: AtmosDevice + joinedGrid: 2 +- proto: GasOutletInjector entities: - - uid: 5206 + - uid: 7693 components: - type: Transform - pos: 6.5,-34.5 + rot: 3.141592653589793 rad + pos: -58.5,44.5 parent: 2 -- proto: DefaultStationBeaconCERoom - entities: - - uid: 5253 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7694 components: - type: Transform - pos: -16.5,16.5 + rot: 3.141592653589793 rad + pos: -58.5,46.5 parent: 2 -- proto: DefaultStationBeaconChapel - entities: - - uid: 5564 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7695 components: - type: Transform - pos: 60.5,-15.5 + rot: 3.141592653589793 rad + pos: -58.5,48.5 parent: 2 -- proto: DefaultStationBeaconChemistry - entities: - - uid: 5530 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7777 components: - type: Transform - pos: 22.5,-34.5 + rot: 3.141592653589793 rad + pos: -58.5,42.5 parent: 2 -- proto: DefaultStationBeaconCMORoom - entities: - - uid: 5240 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9053 components: - type: Transform - pos: 22.5,-18.5 + rot: 3.141592653589793 rad + pos: -58.5,40.5 parent: 2 -- proto: DefaultStationBeaconCourtroom - entities: - - uid: 5196 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35122 components: - type: Transform - pos: 59.5,22.5 + pos: 55.5,52.5 parent: 2 -- proto: DefaultStationBeaconCryonics - entities: - - uid: 5259 + - type: AtmosDevice + joinedGrid: 2 + - uid: 35123 components: - type: Transform - pos: 32.5,-23.5 + pos: 57.5,52.5 parent: 2 -- proto: DefaultStationBeaconDetectiveRoom + - type: AtmosDevice + joinedGrid: 2 +- proto: GasPassiveVent entities: - - uid: 5256 + - uid: 5218 components: - type: Transform - pos: 40.5,21.5 + pos: -25.5,-10.5 parent: 2 -- proto: DefaultStationBeaconDisposals - entities: - - uid: 5274 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5219 components: - type: Transform - pos: -64.5,-15.5 + pos: -23.5,-10.5 parent: 2 -- proto: DefaultStationBeaconDorms - entities: - - uid: 5195 + - type: AtmosDevice + joinedGrid: 2 + - uid: 7505 components: - type: Transform - pos: 29.5,-50.5 + rot: 1.5707963267948966 rad + pos: -56.5,40.5 parent: 2 -- proto: DefaultStationBeaconEngineering - entities: - - uid: 5198 + - type: AtmosDevice + joinedGrid: 2 + - uid: 7506 components: - type: Transform - pos: -22.5,30.5 + rot: 1.5707963267948966 rad + pos: -56.5,42.5 parent: 2 -- proto: DefaultStationBeaconEvac - entities: - - uid: 5574 + - type: AtmosDevice + joinedGrid: 2 + - uid: 7507 components: - type: Transform - pos: 70.5,-2.5 + rot: 1.5707963267948966 rad + pos: -56.5,44.5 parent: 2 -- proto: DefaultStationBeaconEVAStorage - entities: - - uid: 5547 + - type: AtmosDevice + joinedGrid: 2 + - uid: 7620 components: - type: Transform - pos: 14.5,-44.5 + pos: -46.5,50.5 parent: 2 -- proto: DefaultStationBeaconGravGen - entities: - - uid: 5192 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#17E8E2FF' + - uid: 7652 components: - type: Transform - pos: -27.5,38.5 + rot: 1.5707963267948966 rad + pos: -56.5,48.5 parent: 2 -- proto: DefaultStationBeaconHOPOffice - entities: - - uid: 5292 + - type: AtmosDevice + joinedGrid: 2 + - uid: 7653 components: - type: Transform - pos: -5.5,-45.5 + rot: 1.5707963267948966 rad + pos: -56.5,46.5 parent: 2 -- proto: DefaultStationBeaconHOSRoom - entities: - - uid: 5243 + - type: AtmosDevice + joinedGrid: 2 + - uid: 7768 components: - type: Transform - pos: 44.5,53.5 + pos: -47.5,48.5 parent: 2 -- proto: DefaultStationBeaconJanitorsCloset - entities: - - uid: 5258 + - type: AtmosDevice + joinedGrid: 2 + - uid: 7775 components: - type: Transform - pos: 58.5,11.5 + rot: 1.5707963267948966 rad + pos: -54.5,50.5 parent: 2 -- proto: DefaultStationBeaconKitchen - entities: - - uid: 5265 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9044 components: - type: Transform - pos: -8.5,60.5 + rot: 1.5707963267948966 rad + pos: -56.5,52.5 parent: 2 -- proto: DefaultStationBeaconLawOffice - entities: - - uid: 5291 + - type: AtmosDevice + joinedGrid: 2 + - uid: 9297 components: - type: Transform - pos: -3.5,43.5 + rot: 1.5707963267948966 rad + pos: -70.5,23.5 parent: 2 -- proto: DefaultStationBeaconLibrary - entities: - - uid: 5189 + - type: AtmosDevice + joinedGrid: 2 + - uid: 9298 components: - type: Transform - pos: 17.5,42.5 + rot: 1.5707963267948966 rad + pos: -70.5,22.5 parent: 2 -- proto: DefaultStationBeaconMedical - entities: - - uid: 5268 + - type: AtmosDevice + joinedGrid: 2 + - uid: 9322 components: - type: Transform - pos: 32.5,-29.5 + rot: 1.5707963267948966 rad + pos: -68.5,20.5 parent: 2 -- proto: DefaultStationBeaconMorgue - entities: - - uid: 5270 + - type: AtmosDevice + joinedGrid: 2 + - uid: 15822 components: - type: Transform - pos: 44.5,-11.5 - parent: 2 -- proto: DefaultStationBeaconPermaBrig - entities: - - uid: 5296 + rot: 1.5707963267948966 rad + pos: -0.5,-1.5 + parent: 14592 + - type: AtmosDevice + joinedGrid: 14592 + - uid: 15823 components: - type: Transform - pos: 20.5,66.5 - parent: 2 -- proto: DefaultStationBeaconPowerBank - entities: - - uid: 5576 + rot: 3.141592653589793 rad + pos: -0.5,-7.5 + parent: 14592 + - type: AtmosDevice + joinedGrid: 14592 + - uid: 15824 components: - type: Transform - pos: -27.5,16.5 - parent: 2 -- proto: DefaultStationBeaconQMRoom - entities: - - uid: 5251 + rot: 3.141592653589793 rad + pos: -5.5,-8.5 + parent: 14592 + - type: AtmosDevice + joinedGrid: 14592 + - uid: 15825 components: - type: Transform - pos: -38.5,-50.5 - parent: 2 -- proto: DefaultStationBeaconRDRoom - entities: - - uid: 5252 + rot: 3.141592653589793 rad + pos: 6.5,-8.5 + parent: 14592 + - type: AtmosDevice + joinedGrid: 14592 + - uid: 15826 components: - type: Transform - pos: -15.5,-19.5 + rot: 3.141592653589793 rad + pos: 8.5,0.5 + parent: 14592 + - type: AtmosDevice + joinedGrid: 14592 + - uid: 33218 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,42.5 parent: 2 -- proto: DefaultStationBeaconRobotics - entities: - - uid: 5324 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35574 components: - type: Transform - pos: -23.5,-38.5 + pos: -71.5,59.5 parent: 2 -- proto: DefaultStationBeaconSalvage + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' +- proto: GasPipeBend entities: - - uid: 5458 + - uid: 1085 components: - type: Transform - pos: -47.5,-50.5 + rot: 1.5707963267948966 rad + pos: -80.5,81.5 parent: 2 -- proto: DefaultStationBeaconScience - entities: - - uid: 5279 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1239 components: - type: Transform - pos: -31.5,-32.5 + pos: 47.5,50.5 parent: 2 -- proto: DefaultStationBeaconSecurity - entities: - - uid: 5290 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1240 components: - type: Transform - pos: 35.5,58.5 + rot: 3.141592653589793 rad + pos: 45.5,50.5 parent: 2 -- proto: DefaultStationBeaconSecurityCheckpoint - entities: - - uid: 5202 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3248 components: - type: Transform - pos: -3.5,48.5 + rot: 1.5707963267948966 rad + pos: 38.5,-13.5 parent: 2 - - uid: 5203 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3372 components: - type: Transform - pos: 63.5,6.5 + rot: -1.5707963267948966 rad + pos: 43.5,50.5 parent: 2 - - uid: 5204 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5956 components: - type: Transform - pos: 41.5,-28.5 + pos: -60.5,39.5 parent: 2 - - uid: 5205 + - uid: 7007 components: - type: Transform - pos: -7.5,-58.5 + rot: 1.5707963267948966 rad + pos: 28.5,-9.5 parent: 2 -- proto: DefaultStationBeaconServerRoom - entities: - - uid: 5325 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7558 components: - type: Transform - pos: -22.5,-20.5 + rot: 3.141592653589793 rad + pos: -51.5,41.5 parent: 2 -- proto: DefaultStationBeaconService - entities: - - uid: 5326 + - type: AtmosPipeColor + color: '#17E8E2FF' + - uid: 7561 components: - type: Transform - pos: 0.5,58.5 + pos: -50.5,43.5 parent: 2 -- proto: DefaultStationBeaconSingularity - entities: - - uid: 5575 + - uid: 7562 components: - type: Transform - pos: 1.5,18.5 + rot: 3.141592653589793 rad + pos: -51.5,43.5 parent: 2 -- proto: DefaultStationBeaconSolars - entities: - - uid: 5328 + - uid: 7603 components: - type: Transform - pos: -66.5,-20.5 + pos: -49.5,41.5 parent: 2 - - uid: 5368 + - type: AtmosPipeColor + color: '#17E8E2FF' + - uid: 7607 components: - type: Transform - pos: -22.5,68.5 + rot: -1.5707963267948966 rad + pos: -46.5,40.5 parent: 2 - - uid: 5378 + - type: AtmosPipeColor + color: '#17E8E2FF' + - uid: 7617 components: - type: Transform - pos: 61.5,-38.5 + rot: -1.5707963267948966 rad + pos: -45.5,44.5 parent: 2 -- proto: DefaultStationBeaconSupply - entities: - - uid: 5327 + - type: AtmosPipeColor + color: '#17E8E2FF' + - uid: 7633 components: - type: Transform - pos: -47.5,-42.5 + rot: -1.5707963267948966 rad + pos: -44.5,39.5 parent: 2 -- proto: DefaultStationBeaconSurgery - entities: - - uid: 5281 + - type: AtmosPipeColor + color: '#17E8E2FF' + - uid: 7640 components: - type: Transform - pos: 33.5,-11.5 + rot: 1.5707963267948966 rad + pos: -51.5,39.5 parent: 2 -- proto: DefaultStationBeaconTechVault - entities: - - uid: 5456 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7685 components: - type: Transform - pos: -43.5,6.5 + rot: 1.5707963267948966 rad + pos: -58.5,49.5 parent: 2 -- proto: DefaultStationBeaconTEG - entities: - - uid: 5381 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7686 components: - type: Transform - pos: -62.5,25.5 + rot: 1.5707963267948966 rad + pos: -58.5,47.5 parent: 2 -- proto: DefaultStationBeaconTelecoms - entities: - - uid: 5454 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7687 components: - type: Transform - pos: -86.5,73.5 + rot: 1.5707963267948966 rad + pos: -58.5,45.5 parent: 2 -- proto: DefaultStationBeaconTheater - entities: - - uid: 5380 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7688 components: - type: Transform - pos: 7.5,58.5 + rot: 1.5707963267948966 rad + pos: -58.5,43.5 parent: 2 -- proto: DefaultStationBeaconToolRoom - entities: - - uid: 5457 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7689 components: - type: Transform - pos: -30.5,6.5 + rot: 1.5707963267948966 rad + pos: -58.5,41.5 parent: 2 -- proto: DefaultStationBeaconVault - entities: - - uid: 5529 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7726 components: - type: Transform - pos: 6.5,-44.5 + rot: 3.141592653589793 rad + pos: -60.5,38.5 parent: 2 -- proto: DefaultStationBeaconWardensOffice - entities: - - uid: 5190 + - uid: 7732 components: - type: Transform - pos: 44.5,42.5 + rot: 1.5707963267948966 rad + pos: -58.5,54.5 parent: 2 -- proto: DefibrillatorCabinetFilled - entities: - - uid: 6659 + - uid: 7748 components: - type: Transform - pos: 21.5,-25.5 + pos: -50.5,54.5 parent: 2 - - uid: 6685 + - uid: 7756 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-23.5 + rot: -1.5707963267948966 rad + pos: -47.5,45.5 parent: 2 - - uid: 6686 + - uid: 7762 components: - type: Transform - pos: 29.5,-27.5 + rot: 3.141592653589793 rad + pos: -50.5,45.5 parent: 2 - - uid: 6688 + - uid: 7773 components: - type: Transform - pos: 27.5,1.5 + pos: -52.5,50.5 parent: 2 - - uid: 6897 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7812 components: - type: Transform - pos: 22.5,-10.5 + rot: -1.5707963267948966 rad + pos: 30.5,-9.5 parent: 2 - - uid: 12378 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8235 components: - type: Transform rot: 1.5707963267948966 rad - pos: 35.5,-10.5 + pos: -7.5,67.5 parent: 2 - - uid: 12513 + - uid: 8236 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,44.5 + rot: 3.141592653589793 rad + pos: -6.5,66.5 parent: 2 - - uid: 13773 + - uid: 8639 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-17.5 + pos: 52.5,37.5 parent: 2 - - uid: 33191 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8819 components: - type: Transform - pos: 3.5,38.5 + pos: -51.5,52.5 parent: 2 - - uid: 33192 + - uid: 9003 components: - type: Transform rot: -1.5707963267948966 rad - pos: 2.5,30.5 + pos: -63.5,35.5 parent: 2 - - uid: 33193 + - uid: 9065 components: - type: Transform rot: -1.5707963267948966 rad - pos: 18.5,52.5 + pos: -60.5,42.5 parent: 2 - - uid: 33195 + - uid: 9071 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,27.5 + rot: 1.5707963267948966 rad + pos: -63.5,39.5 parent: 2 - - uid: 33196 + - uid: 9075 components: - type: Transform - pos: -39.5,2.5 + rot: -1.5707963267948966 rad + pos: -64.5,32.5 parent: 2 - - uid: 33197 + - uid: 9076 components: - type: Transform rot: 1.5707963267948966 rad - pos: -48.5,-25.5 + pos: -64.5,35.5 parent: 2 - - uid: 33198 + - uid: 9080 components: - type: Transform - pos: -25.5,-23.5 + rot: -1.5707963267948966 rad + pos: -64.5,36.5 parent: 2 - - uid: 33199 + - uid: 9081 components: - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,-47.5 + rot: -1.5707963267948966 rad + pos: -65.5,35.5 parent: 2 - - uid: 33200 + - uid: 9082 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-56.5 + rot: 1.5707963267948966 rad + pos: -63.5,42.5 parent: 2 - - uid: 33202 + - uid: 9085 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-3.5 + rot: 1.5707963267948966 rad + pos: -65.5,36.5 parent: 2 - - uid: 33203 + - uid: 9086 components: - type: Transform - pos: 58.5,18.5 + rot: -1.5707963267948966 rad + pos: -63.5,40.5 parent: 2 - - uid: 33204 + - uid: 9087 components: - type: Transform - pos: 20.5,56.5 + rot: 1.5707963267948966 rad + pos: -64.5,40.5 parent: 2 -- proto: DeployableBarrier - entities: - - uid: 89 + - uid: 9091 components: - type: Transform - pos: 47.5,16.5 + rot: 1.5707963267948966 rad + pos: -66.5,35.5 parent: 2 - - uid: 2965 + - uid: 9092 components: - type: Transform - pos: 22.5,15.5 + rot: 1.5707963267948966 rad + pos: -65.5,32.5 parent: 2 - - uid: 2966 + - uid: 9105 components: - type: Transform - pos: 23.5,15.5 + pos: -60.5,22.5 parent: 2 - - uid: 3694 + - uid: 9106 components: - type: Transform - pos: 24.5,15.5 + pos: -44.5,46.5 parent: 2 - - uid: 6321 + - type: AtmosPipeColor + color: '#17E8E2FF' + - uid: 9110 components: - type: Transform - pos: 23.5,12.5 + rot: -1.5707963267948966 rad + pos: -65.5,23.5 parent: 2 - - uid: 6395 + - uid: 9313 components: - type: Transform - pos: 25.5,15.5 + rot: -1.5707963267948966 rad + pos: -54.5,38.5 parent: 2 - - uid: 6396 + - uid: 9314 components: - type: Transform - pos: 25.5,16.5 + rot: -1.5707963267948966 rad + pos: -60.5,20.5 parent: 2 - - uid: 6397 + - uid: 9484 components: - type: Transform - pos: 24.5,16.5 + rot: 1.5707963267948966 rad + pos: 41.5,50.5 parent: 2 - - uid: 6398 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 13377 components: - type: Transform - pos: 23.5,16.5 + rot: 3.141592653589793 rad + pos: -79.5,62.5 parent: 2 - - uid: 6399 + - type: AtmosPipeColor + color: '#17E8E2FF' + - uid: 13379 components: - type: Transform - pos: 22.5,16.5 + rot: 3.141592653589793 rad + pos: 32.5,-21.5 parent: 2 - - uid: 8021 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 15778 components: - type: Transform - pos: 34.5,13.5 - parent: 2 - - uid: 10257 + rot: -1.5707963267948966 rad + pos: 12.5,4.5 + parent: 14592 + - uid: 15798 components: - type: Transform - pos: 68.5,10.5 - parent: 2 - - uid: 10258 + pos: 4.5,-1.5 + parent: 14592 + - uid: 15799 components: - type: Transform - pos: 68.5,9.5 - parent: 2 - - uid: 10259 + rot: -1.5707963267948966 rad + pos: 8.5,-3.5 + parent: 14592 + - uid: 15800 components: - type: Transform - pos: 69.5,9.5 - parent: 2 - - uid: 10260 + rot: 3.141592653589793 rad + pos: 4.5,-3.5 + parent: 14592 + - uid: 15801 components: - type: Transform - pos: 69.5,10.5 + rot: 1.5707963267948966 rad + pos: 8.5,4.5 + parent: 14592 + - uid: 15803 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-1.5 + parent: 14592 + - uid: 24121 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -78.5,59.5 parent: 2 - - uid: 10261 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27823 components: - type: Transform - pos: 68.5,8.5 + rot: -1.5707963267948966 rad + pos: -38.5,37.5 parent: 2 - - uid: 10262 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27824 components: - type: Transform - pos: 69.5,8.5 + rot: -1.5707963267948966 rad + pos: -37.5,38.5 parent: 2 - - uid: 13150 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27825 components: - type: Transform - pos: 20.5,17.5 + rot: -1.5707963267948966 rad + pos: -36.5,39.5 parent: 2 - - uid: 13206 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27826 components: - type: Transform - pos: 14.5,36.5 + rot: -1.5707963267948966 rad + pos: -35.5,40.5 parent: 2 -- proto: DeskBell - entities: - - uid: 8059 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27828 components: - type: Transform - pos: -32.4065,32.554287 + rot: -1.5707963267948966 rad + pos: -32.5,43.5 parent: 2 - - uid: 8205 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27829 components: - type: Transform - pos: -49.426037,31.707102 + rot: -1.5707963267948966 rad + pos: -31.5,44.5 parent: 2 - - uid: 13537 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27830 components: - type: Transform - pos: -11.424723,59.612198 + rot: -1.5707963267948966 rad + pos: -30.5,45.5 parent: 2 - - uid: 31129 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27831 components: - type: Transform - pos: -13.465442,44.702515 + rot: -1.5707963267948966 rad + pos: -28.5,46.5 parent: 2 -- proto: DiseaseDiagnoser - entities: - - uid: 7026 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27832 components: - type: Transform - pos: 27.5,-2.5 + rot: -1.5707963267948966 rad + pos: -25.5,47.5 parent: 2 -- proto: DisposalBend - entities: - - uid: 7053 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27833 components: - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,-14.5 + rot: -1.5707963267948966 rad + pos: -22.5,48.5 parent: 2 - - uid: 7101 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27834 components: - type: Transform - pos: 41.5,26.5 + rot: -1.5707963267948966 rad + pos: -18.5,50.5 parent: 2 - - uid: 8285 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27835 components: - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,25.5 + rot: -1.5707963267948966 rad + pos: -17.5,51.5 parent: 2 - - uid: 25186 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27836 components: - type: Transform - pos: -49.5,-18.5 + rot: -1.5707963267948966 rad + pos: -7.5,53.5 parent: 2 - - uid: 25188 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27837 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,-18.5 + rot: 1.5707963267948966 rad + pos: -7.5,54.5 parent: 2 - - uid: 25189 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27838 components: - type: Transform - pos: -50.5,-16.5 + rot: 1.5707963267948966 rad + pos: -17.5,53.5 parent: 2 - - uid: 25193 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27839 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-16.5 + rot: 1.5707963267948966 rad + pos: -18.5,51.5 parent: 2 - - uid: 25194 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27840 components: - type: Transform - pos: -51.5,-12.5 + rot: 1.5707963267948966 rad + pos: -22.5,50.5 parent: 2 - - uid: 25195 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27841 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-12.5 + rot: 1.5707963267948966 rad + pos: -25.5,48.5 parent: 2 - - uid: 25200 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27843 components: - type: Transform - pos: -52.5,-7.5 + rot: 1.5707963267948966 rad + pos: -30.5,46.5 parent: 2 - - uid: 25201 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27844 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,-7.5 + rot: 1.5707963267948966 rad + pos: -31.5,45.5 parent: 2 - - uid: 25217 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27845 components: - type: Transform rot: 1.5707963267948966 rad - pos: -53.5,8.5 + pos: -32.5,44.5 parent: 2 - - uid: 25218 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27846 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,8.5 + rot: 1.5707963267948966 rad + pos: -33.5,43.5 parent: 2 - - uid: 25219 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27847 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,13.5 + rot: 1.5707963267948966 rad + pos: -35.5,41.5 parent: 2 - - uid: 25220 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27848 components: - type: Transform rot: 1.5707963267948966 rad - pos: -52.5,13.5 + pos: -36.5,40.5 parent: 2 - - uid: 25221 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27849 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,40.5 + rot: 1.5707963267948966 rad + pos: -37.5,39.5 parent: 2 - - uid: 25229 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27850 components: - type: Transform rot: 1.5707963267948966 rad - pos: -51.5,17.5 + pos: -38.5,38.5 parent: 2 - - uid: 25230 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27851 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,17.5 + rot: 1.5707963267948966 rad + pos: -39.5,37.5 parent: 2 - - uid: 25231 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27890 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,19.5 + pos: 8.5,54.5 parent: 2 - - uid: 25232 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27891 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,19.5 + pos: 14.5,53.5 parent: 2 - - uid: 25233 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27892 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,21.5 + pos: 17.5,52.5 parent: 2 - - uid: 25234 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27893 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,21.5 + pos: 19.5,51.5 parent: 2 - - uid: 25239 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27894 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,24.5 + pos: 21.5,50.5 parent: 2 - - uid: 25240 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27895 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,24.5 + pos: 26.5,49.5 parent: 2 - - uid: 25241 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27896 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,26.5 + pos: 29.5,38.5 parent: 2 - - uid: 25242 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27897 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,26.5 + pos: 31.5,37.5 parent: 2 - - uid: 25250 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27898 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,33.5 + pos: 35.5,35.5 parent: 2 - - uid: 25251 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27900 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,33.5 + pos: 40.5,28.5 parent: 2 - - uid: 25252 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27901 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,34.5 + pos: 47.5,27.5 parent: 2 - - uid: 25253 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27902 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,34.5 + pos: 48.5,26.5 parent: 2 - - uid: 25254 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27903 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,36.5 + pos: 49.5,24.5 parent: 2 - - uid: 25255 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27904 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,36.5 + pos: 50.5,23.5 parent: 2 - - uid: 25256 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27905 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,37.5 + pos: 51.5,22.5 parent: 2 - - uid: 25257 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27907 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,38.5 + rot: 3.141592653589793 rad + pos: 51.5,17.5 parent: 2 - - uid: 25258 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27908 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,39.5 + rot: 3.141592653589793 rad + pos: 50.5,22.5 parent: 2 - - uid: 25259 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27909 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,40.5 + rot: 3.141592653589793 rad + pos: 49.5,23.5 parent: 2 - - uid: 25260 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27910 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,41.5 + rot: 3.141592653589793 rad + pos: 47.5,26.5 parent: 2 - - uid: 25261 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27912 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,37.5 + rot: 3.141592653589793 rad + pos: 39.5,28.5 parent: 2 - - uid: 25262 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27913 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,38.5 + rot: 3.141592653589793 rad + pos: 35.5,31.5 parent: 2 - - uid: 25263 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27915 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,39.5 + rot: 3.141592653589793 rad + pos: 29.5,37.5 parent: 2 - - uid: 25264 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27916 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,40.5 + rot: 3.141592653589793 rad + pos: 26.5,38.5 parent: 2 - - uid: 25265 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27917 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,41.5 + rot: 3.141592653589793 rad + pos: 21.5,49.5 parent: 2 - - uid: 25273 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27918 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,43.5 + rot: 3.141592653589793 rad + pos: 19.5,50.5 parent: 2 - - uid: 25274 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27919 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,43.5 + rot: 3.141592653589793 rad + pos: 17.5,51.5 parent: 2 - - uid: 25275 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27920 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,44.5 + rot: 3.141592653589793 rad + pos: 14.5,52.5 parent: 2 - - uid: 25276 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27921 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,45.5 + rot: 3.141592653589793 rad + pos: 8.5,53.5 parent: 2 - - uid: 25277 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27967 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,46.5 + rot: 3.141592653589793 rad + pos: 48.5,24.5 parent: 2 - - uid: 25278 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27981 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,44.5 + pos: 54.5,8.5 parent: 2 - - uid: 25279 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27982 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,45.5 + rot: 3.141592653589793 rad + pos: 53.5,8.5 parent: 2 - - uid: 25280 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28007 components: - type: Transform rot: -1.5707963267948966 rad - pos: -28.5,46.5 + pos: 58.5,-23.5 parent: 2 - - uid: 25281 + - uid: 28151 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,47.5 + rot: -1.5707963267948966 rad + pos: -46.5,26.5 parent: 2 - - uid: 25285 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28152 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,47.5 + rot: 1.5707963267948966 rad + pos: -47.5,26.5 parent: 2 - - uid: 25286 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28153 components: - type: Transform rot: 1.5707963267948966 rad - pos: -25.5,48.5 + pos: -48.5,24.5 parent: 2 - - uid: 25289 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28154 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,48.5 + rot: 1.5707963267948966 rad + pos: -49.5,21.5 parent: 2 - - uid: 25290 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28155 components: - type: Transform rot: 1.5707963267948966 rad - pos: -22.5,50.5 + pos: -50.5,19.5 parent: 2 - - uid: 25295 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28156 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,50.5 + rot: 1.5707963267948966 rad + pos: -51.5,17.5 parent: 2 - - uid: 25296 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28157 components: - type: Transform rot: 1.5707963267948966 rad - pos: -18.5,51.5 + pos: -52.5,13.5 parent: 2 - - uid: 25297 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28158 components: - type: Transform rot: -1.5707963267948966 rad - pos: -17.5,51.5 + pos: -51.5,13.5 parent: 2 - - uid: 25298 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28159 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,53.5 + rot: -1.5707963267948966 rad + pos: -50.5,17.5 parent: 2 - - uid: 25309 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28160 components: - type: Transform rot: -1.5707963267948966 rad - pos: -7.5,53.5 + pos: -49.5,19.5 parent: 2 - - uid: 25310 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28161 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,54.5 + rot: -1.5707963267948966 rad + pos: -48.5,21.5 parent: 2 - - uid: 25326 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28162 components: - type: Transform - pos: 8.5,54.5 + rot: -1.5707963267948966 rad + pos: -47.5,24.5 parent: 2 - - uid: 25327 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28163 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,53.5 + rot: -1.5707963267948966 rad + pos: -52.5,8.5 parent: 2 - - uid: 25328 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28164 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,52.5 + rot: 1.5707963267948966 rad + pos: -53.5,8.5 parent: 2 - - uid: 25329 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28165 components: - type: Transform - pos: 14.5,53.5 + pos: -52.5,-7.5 parent: 2 - - uid: 25337 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28166 components: - type: Transform - pos: 17.5,52.5 + rot: 3.141592653589793 rad + pos: -53.5,-7.5 parent: 2 - - uid: 25338 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28167 components: - type: Transform rot: 3.141592653589793 rad - pos: 17.5,51.5 + pos: -52.5,-12.5 parent: 2 - - uid: 25339 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28168 components: - type: Transform rot: 3.141592653589793 rad - pos: 19.5,50.5 + pos: -51.5,-16.5 parent: 2 - - uid: 25340 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28169 components: - type: Transform rot: 3.141592653589793 rad - pos: 21.5,49.5 + pos: -50.5,-18.5 parent: 2 - - uid: 25341 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28170 components: - type: Transform - pos: 19.5,51.5 + rot: 3.141592653589793 rad + pos: -49.5,-21.5 parent: 2 - - uid: 25342 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28171 components: - type: Transform - pos: 21.5,50.5 + rot: 3.141592653589793 rad + pos: -48.5,-23.5 parent: 2 - - uid: 25349 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28172 components: - type: Transform - pos: 26.5,49.5 + rot: 3.141592653589793 rad + pos: -47.5,-25.5 parent: 2 - - uid: 25359 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28173 components: - type: Transform rot: 3.141592653589793 rad - pos: 26.5,39.5 + pos: -46.5,-27.5 parent: 2 - - uid: 25360 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28174 components: - type: Transform rot: 3.141592653589793 rad - pos: 27.5,38.5 + pos: -45.5,-28.5 parent: 2 - - uid: 25361 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28175 components: - type: Transform rot: 3.141592653589793 rad - pos: 29.5,37.5 + pos: -44.5,-30.5 parent: 2 - - uid: 25362 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28176 components: - type: Transform - pos: 27.5,39.5 + rot: 3.141592653589793 rad + pos: -43.5,-31.5 parent: 2 - - uid: 25363 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28177 components: - type: Transform - pos: 29.5,38.5 + rot: 3.141592653589793 rad + pos: -42.5,-32.5 parent: 2 - - uid: 25364 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28178 components: - type: Transform rot: 3.141592653589793 rad - pos: 31.5,35.5 + pos: -41.5,-33.5 parent: 2 - - uid: 25371 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28179 components: - type: Transform - pos: 31.5,37.5 + rot: 3.141592653589793 rad + pos: -40.5,-41.5 parent: 2 - - uid: 25372 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28180 components: - type: Transform - pos: 35.5,35.5 + rot: 3.141592653589793 rad + pos: -32.5,-42.5 parent: 2 - - uid: 25373 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28181 components: - type: Transform rot: 3.141592653589793 rad - pos: 35.5,31.5 + pos: -29.5,-44.5 parent: 2 - - uid: 25374 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28182 components: - type: Transform rot: 3.141592653589793 rad - pos: 39.5,28.5 + pos: -28.5,-45.5 parent: 2 - - uid: 25375 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28183 components: - type: Transform rot: 3.141592653589793 rad - pos: 40.5,27.5 + pos: -27.5,-46.5 parent: 2 - - uid: 25376 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28184 components: - type: Transform - pos: 40.5,28.5 + rot: 3.141592653589793 rad + pos: -25.5,-47.5 parent: 2 - - uid: 25377 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28185 components: - type: Transform - pos: 39.5,31.5 + rot: 3.141592653589793 rad + pos: -23.5,-50.5 parent: 2 - - uid: 25392 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28186 components: - type: Transform - pos: 47.5,27.5 + rot: 3.141592653589793 rad + pos: -16.5,-51.5 parent: 2 - - uid: 25393 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28187 components: - type: Transform - pos: 48.5,26.5 + rot: 3.141592653589793 rad + pos: 9.5,-52.5 parent: 2 - - uid: 25394 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28188 components: - type: Transform - rot: 3.141592653589793 rad - pos: 48.5,24.5 + rot: -1.5707963267948966 rad + pos: 16.5,-52.5 parent: 2 - - uid: 25395 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28189 components: - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,23.5 + rot: -1.5707963267948966 rad + pos: 20.5,-51.5 parent: 2 - - uid: 25396 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28190 components: - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,22.5 + rot: -1.5707963267948966 rad + pos: 22.5,-49.5 parent: 2 - - uid: 25397 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28191 components: - type: Transform - pos: 49.5,24.5 + rot: -1.5707963267948966 rad + pos: 24.5,-48.5 parent: 2 - - uid: 25398 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28192 components: - type: Transform - pos: 50.5,23.5 + rot: -1.5707963267948966 rad + pos: 26.5,-47.5 parent: 2 - - uid: 25399 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28193 components: - type: Transform - pos: 51.5,22.5 + rot: -1.5707963267948966 rad + pos: 28.5,-46.5 parent: 2 - - uid: 25400 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28194 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,26.5 + rot: -1.5707963267948966 rad + pos: 29.5,-45.5 parent: 2 - - uid: 25406 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28195 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,17.5 + rot: -1.5707963267948966 rad + pos: 30.5,-44.5 parent: 2 - - uid: 25407 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28196 components: - type: Transform - pos: 53.5,17.5 + rot: -1.5707963267948966 rad + pos: 31.5,-43.5 parent: 2 - - uid: 25416 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28197 components: - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,8.5 + rot: -1.5707963267948966 rad + pos: 35.5,-40.5 parent: 2 - - uid: 25417 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28198 components: - type: Transform - pos: 54.5,8.5 + rot: -1.5707963267948966 rad + pos: 36.5,-38.5 parent: 2 - - uid: 25433 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28199 components: - type: Transform rot: -1.5707963267948966 rad - pos: 54.5,-7.5 + pos: 42.5,-37.5 parent: 2 - - uid: 25434 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28201 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,-7.5 + rot: -1.5707963267948966 rad + pos: 45.5,-32.5 parent: 2 - - uid: 25435 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28202 components: - type: Transform rot: -1.5707963267948966 rad - pos: 53.5,-18.5 + pos: 46.5,-31.5 parent: 2 - - uid: 25436 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28203 components: - type: Transform rot: -1.5707963267948966 rad - pos: 51.5,-19.5 + pos: 47.5,-28.5 parent: 2 - - uid: 25437 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28204 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,-18.5 + rot: -1.5707963267948966 rad + pos: 48.5,-26.5 parent: 2 - - uid: 25438 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28205 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,-19.5 + rot: -1.5707963267948966 rad + pos: 49.5,-24.5 parent: 2 - - uid: 25452 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28206 components: - type: Transform rot: -1.5707963267948966 rad pos: 50.5,-22.5 parent: 2 - - uid: 25453 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28207 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,-22.5 + rot: -1.5707963267948966 rad + pos: 51.5,-19.5 parent: 2 - - uid: 25454 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28208 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,-24.5 + rot: -1.5707963267948966 rad + pos: 53.5,-18.5 parent: 2 - - uid: 25455 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28209 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,-26.5 + rot: -1.5707963267948966 rad + pos: 54.5,-7.5 parent: 2 - - uid: 25456 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28210 components: - type: Transform rot: 1.5707963267948966 rad - pos: 46.5,-28.5 + pos: 53.5,-7.5 parent: 2 - - uid: 25457 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28211 components: - type: Transform rot: 1.5707963267948966 rad - pos: 45.5,-31.5 + pos: 51.5,-18.5 parent: 2 - - uid: 25458 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28212 components: - type: Transform rot: 1.5707963267948966 rad - pos: 43.5,-32.5 - parent: 2 - - uid: 25459 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,-32.5 + pos: 50.5,-19.5 parent: 2 - - uid: 25460 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28213 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-31.5 + rot: 1.5707963267948966 rad + pos: 49.5,-22.5 parent: 2 - - uid: 25462 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28214 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,-26.5 + rot: 1.5707963267948966 rad + pos: 48.5,-24.5 parent: 2 - - uid: 25463 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28216 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,-24.5 + rot: 1.5707963267948966 rad + pos: 46.5,-28.5 parent: 2 - - uid: 25464 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28217 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,-28.5 + rot: 1.5707963267948966 rad + pos: 45.5,-31.5 parent: 2 - - uid: 25473 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28218 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,-36.5 + rot: 1.5707963267948966 rad + pos: 43.5,-32.5 parent: 2 - - uid: 25474 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28219 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,-37.5 + rot: 1.5707963267948966 rad + pos: 42.5,-36.5 parent: 2 - - uid: 25475 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28220 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-38.5 + rot: 1.5707963267948966 rad + pos: 36.5,-37.5 parent: 2 - - uid: 25476 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28221 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-40.5 + rot: 1.5707963267948966 rad + pos: 35.5,-38.5 parent: 2 - - uid: 25477 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28222 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-41.5 + rot: 1.5707963267948966 rad + pos: 31.5,-40.5 parent: 2 - - uid: 25478 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28223 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-42.5 + rot: 1.5707963267948966 rad + pos: 30.5,-43.5 parent: 2 - - uid: 25479 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28224 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-43.5 + rot: 1.5707963267948966 rad + pos: 29.5,-44.5 parent: 2 - - uid: 25480 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28225 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-44.5 + rot: 1.5707963267948966 rad + pos: 28.5,-45.5 parent: 2 - - uid: 25481 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28226 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-45.5 + rot: 1.5707963267948966 rad + pos: 26.5,-46.5 parent: 2 - - uid: 25482 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28227 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,-46.5 + rot: 1.5707963267948966 rad + pos: 24.5,-47.5 parent: 2 - - uid: 25483 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28228 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-47.5 + rot: 1.5707963267948966 rad + pos: 22.5,-48.5 parent: 2 - - uid: 25484 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28229 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,-48.5 + rot: 1.5707963267948966 rad + pos: 20.5,-49.5 parent: 2 - - uid: 25485 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28230 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,-49.5 + rot: 1.5707963267948966 rad + pos: 16.5,-51.5 parent: 2 - - uid: 25486 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28231 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-51.5 + pos: 9.5,-51.5 parent: 2 - - uid: 25487 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28232 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-52.5 + pos: -16.5,-50.5 parent: 2 - - uid: 25488 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28233 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-37.5 + pos: -23.5,-47.5 parent: 2 - - uid: 25489 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28235 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-36.5 + pos: -27.5,-45.5 parent: 2 - - uid: 25490 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28236 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-38.5 + pos: -28.5,-44.5 parent: 2 - - uid: 25491 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28237 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-40.5 + pos: -29.5,-42.5 parent: 2 - - uid: 25492 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28239 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,-41.5 + pos: -40.5,-33.5 parent: 2 - - uid: 25493 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28240 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,-42.5 + pos: -41.5,-32.5 parent: 2 - - uid: 25494 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28242 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,-43.5 + pos: -43.5,-30.5 parent: 2 - - uid: 25495 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28243 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-44.5 + pos: -44.5,-28.5 parent: 2 - - uid: 25496 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28244 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,-45.5 + pos: -45.5,-27.5 parent: 2 - - uid: 25497 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28245 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-46.5 + pos: -46.5,-25.5 parent: 2 - - uid: 25498 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28246 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,-47.5 + pos: -47.5,-23.5 parent: 2 - - uid: 25499 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28247 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,-48.5 + pos: -48.5,-21.5 parent: 2 - - uid: 25500 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28248 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,-49.5 + pos: -49.5,-18.5 parent: 2 - - uid: 25501 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28249 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,-51.5 + pos: -50.5,-16.5 parent: 2 - - uid: 25523 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28250 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-52.5 + pos: -51.5,-12.5 parent: 2 - - uid: 25524 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28261 components: - type: Transform - pos: 9.5,-51.5 + rot: -1.5707963267948966 rad + pos: -38.5,-39.5 parent: 2 - - uid: 25550 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28316 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-51.5 + pos: -24.5,-14.5 parent: 2 - - uid: 25551 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28384 components: - type: Transform - pos: -16.5,-50.5 + rot: -1.5707963267948966 rad + pos: -45.5,35.5 parent: 2 - - uid: 25558 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28437 components: - type: Transform rot: 3.141592653589793 rad - pos: -23.5,-50.5 + pos: -20.5,-33.5 parent: 2 - - uid: 25559 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28524 components: - type: Transform - pos: -23.5,-47.5 + rot: -1.5707963267948966 rad + pos: -31.5,-33.5 parent: 2 - - uid: 25560 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28561 components: - type: Transform - pos: -25.5,-46.5 + rot: -1.5707963267948966 rad + pos: 57.5,-20.5 parent: 2 - - uid: 25561 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28587 components: - type: Transform - pos: -27.5,-45.5 + rot: -1.5707963267948966 rad + pos: 32.5,-51.5 parent: 2 - - uid: 25562 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28686 components: - type: Transform - pos: -28.5,-44.5 + rot: -1.5707963267948966 rad + pos: -45.5,5.5 parent: 2 - - uid: 25563 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28718 components: - type: Transform - pos: -30.5,-43.5 + rot: -1.5707963267948966 rad + pos: -30.5,41.5 parent: 2 - - uid: 25564 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28719 components: - type: Transform - pos: -31.5,-42.5 + rot: -1.5707963267948966 rad + pos: -29.5,42.5 parent: 2 - - uid: 25565 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28720 components: - type: Transform - pos: -32.5,-41.5 + rot: -1.5707963267948966 rad + pos: -26.5,44.5 parent: 2 - - uid: 25566 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28722 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-42.5 + rot: -1.5707963267948966 rad + pos: -20.5,46.5 parent: 2 - - uid: 25567 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28723 components: - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,-43.5 + rot: -1.5707963267948966 rad + pos: -17.5,48.5 parent: 2 - - uid: 25568 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28724 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-44.5 + rot: -1.5707963267948966 rad + pos: -15.5,49.5 parent: 2 - - uid: 25569 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28725 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,-45.5 + rot: -1.5707963267948966 rad + pos: -11.5,50.5 parent: 2 - - uid: 25570 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28726 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-46.5 + rot: -1.5707963267948966 rad + pos: -6.5,51.5 parent: 2 - - uid: 25571 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28727 components: - type: Transform rot: 3.141592653589793 rad - pos: -25.5,-47.5 + pos: 7.5,51.5 parent: 2 - - uid: 25591 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28728 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,-42.5 + rot: 3.141592653589793 rad + pos: 13.5,50.5 parent: 2 - - uid: 25592 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28729 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,-41.5 + rot: 3.141592653589793 rad + pos: 16.5,49.5 parent: 2 - - uid: 25598 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28731 components: - type: Transform rot: 3.141592653589793 rad - pos: -37.5,-47.5 + pos: 23.5,45.5 parent: 2 - - uid: 25599 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28732 components: - type: Transform rot: 3.141592653589793 rad - pos: -40.5,-42.5 + pos: 24.5,38.5 parent: 2 - - uid: 25600 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28733 components: - type: Transform - pos: -40.5,-33.5 + rot: 3.141592653589793 rad + pos: 25.5,37.5 parent: 2 - - uid: 25601 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28734 components: - type: Transform - pos: -41.5,-32.5 + rot: 3.141592653589793 rad + pos: 26.5,35.5 parent: 2 - - uid: 25602 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28735 components: - type: Transform - pos: -42.5,-31.5 + rot: 3.141592653589793 rad + pos: 27.5,31.5 parent: 2 - - uid: 25603 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28736 components: - type: Transform - pos: -43.5,-30.5 + rot: 3.141592653589793 rad + pos: 31.5,28.5 parent: 2 - - uid: 25604 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28737 components: - type: Transform - pos: -44.5,-28.5 + rot: 3.141592653589793 rad + pos: 35.5,27.5 parent: 2 - - uid: 25605 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28738 components: - type: Transform - pos: -45.5,-27.5 + rot: 3.141592653589793 rad + pos: 37.5,26.5 parent: 2 - - uid: 25606 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28739 components: - type: Transform - pos: -46.5,-25.5 + rot: 3.141592653589793 rad + pos: 41.5,25.5 parent: 2 - - uid: 25607 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28740 components: - type: Transform - pos: -47.5,-23.5 + rot: 3.141592653589793 rad + pos: 44.5,24.5 parent: 2 - - uid: 25608 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28741 components: - type: Transform - pos: -48.5,-21.5 + rot: 3.141592653589793 rad + pos: 46.5,23.5 parent: 2 - - uid: 25609 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28742 components: - type: Transform rot: 3.141592653589793 rad - pos: -49.5,-21.5 + pos: 47.5,21.5 parent: 2 - - uid: 25610 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28743 components: - type: Transform rot: 3.141592653589793 rad - pos: -48.5,-23.5 + pos: 48.5,18.5 parent: 2 - - uid: 25611 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28744 components: - type: Transform rot: 3.141592653589793 rad - pos: -47.5,-25.5 + pos: 49.5,16.5 parent: 2 - - uid: 25612 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28745 components: - type: Transform rot: 3.141592653589793 rad - pos: -46.5,-27.5 + pos: 50.5,12.5 parent: 2 - - uid: 25613 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28746 components: - type: Transform rot: 3.141592653589793 rad - pos: -45.5,-28.5 + pos: 51.5,7.5 parent: 2 - - uid: 25614 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28747 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-30.5 + rot: -1.5707963267948966 rad + pos: 52.5,-6.5 parent: 2 - - uid: 25615 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28748 components: - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,-31.5 + rot: -1.5707963267948966 rad + pos: 51.5,-11.5 parent: 2 - - uid: 25616 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28749 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-32.5 + rot: -1.5707963267948966 rad + pos: 50.5,-15.5 parent: 2 - - uid: 25617 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28750 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-33.5 + rot: -1.5707963267948966 rad + pos: 49.5,-17.5 parent: 2 - - uid: 25630 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28751 components: - type: Transform - pos: -29.5,-35.5 + rot: -1.5707963267948966 rad + pos: 48.5,-20.5 parent: 2 - - uid: 25631 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28752 components: - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,-35.5 + rot: -1.5707963267948966 rad + pos: 47.5,-22.5 parent: 2 - - uid: 25632 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28753 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-33.5 + rot: -1.5707963267948966 rad + pos: 46.5,-24.5 parent: 2 - - uid: 25645 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28754 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,22.5 + rot: -1.5707963267948966 rad + pos: 45.5,-27.5 parent: 2 - - uid: 25648 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28755 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,40.5 + rot: -1.5707963267948966 rad + pos: 44.5,-31.5 parent: 2 - - uid: 25654 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28759 components: - type: Transform - pos: -28.5,26.5 + rot: -1.5707963267948966 rad + pos: 39.5,-34.5 parent: 2 - - uid: 25655 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28760 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,26.5 + rot: -1.5707963267948966 rad + pos: 36.5,-36.5 parent: 2 - - uid: 25661 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28761 components: - type: Transform - pos: -32.5,29.5 + rot: -1.5707963267948966 rad + pos: 29.5,-43.5 parent: 2 - - uid: 25671 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28762 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,29.5 + rot: -1.5707963267948966 rad + pos: 27.5,-44.5 parent: 2 - - uid: 25681 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28763 components: - type: Transform rot: -1.5707963267948966 rad - pos: 1.5,42.5 + pos: 26.5,-45.5 parent: 2 - - uid: 25701 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28764 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,44.5 + rot: -1.5707963267948966 rad + pos: 23.5,-46.5 parent: 2 - - uid: 25709 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28766 components: - type: Transform - pos: 31.5,42.5 + rot: -1.5707963267948966 rad + pos: 18.5,-49.5 parent: 2 - - uid: 25718 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28767 components: - type: Transform - pos: 34.5,-35.5 + rot: -1.5707963267948966 rad + pos: 9.5,-50.5 parent: 2 - - uid: 25719 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28768 components: - type: Transform rot: 3.141592653589793 rad - pos: 20.5,-35.5 + pos: -15.5,-50.5 parent: 2 - - uid: 25741 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28769 components: - type: Transform rot: 3.141592653589793 rad - pos: 12.5,-26.5 + pos: -20.5,-48.5 parent: 2 - - uid: 25742 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28770 components: - type: Transform - pos: 20.5,-26.5 + rot: 3.141592653589793 rad + pos: -22.5,-46.5 parent: 2 - - uid: 25755 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28771 components: - type: Transform rot: 3.141592653589793 rad - pos: -38.5,-40.5 + pos: -27.5,-44.5 parent: 2 - - uid: 25763 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28772 components: - type: Transform - pos: -38.5,-32.5 + rot: 3.141592653589793 rad + pos: -28.5,-41.5 parent: 2 - - uid: 25764 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28773 components: - type: Transform rot: 3.141592653589793 rad - pos: -39.5,-32.5 + pos: -31.5,-40.5 parent: 2 - - uid: 25765 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28775 components: - type: Transform - pos: -39.5,-31.5 + rot: 3.141592653589793 rad + pos: -39.5,-32.5 parent: 2 - - uid: 25766 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28776 components: - type: Transform rot: 3.141592653589793 rad pos: -40.5,-31.5 parent: 2 - - uid: 25767 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28777 components: - type: Transform rot: 3.141592653589793 rad pos: -41.5,-30.5 parent: 2 - - uid: 25768 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28778 components: - type: Transform rot: 3.141592653589793 rad pos: -42.5,-29.5 parent: 2 - - uid: 25769 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28779 components: - type: Transform rot: 3.141592653589793 rad pos: -43.5,-27.5 parent: 2 - - uid: 25770 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28780 components: - type: Transform rot: 3.141592653589793 rad pos: -44.5,-26.5 parent: 2 - - uid: 25771 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28781 components: - type: Transform rot: 3.141592653589793 rad pos: -45.5,-24.5 parent: 2 - - uid: 25772 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28782 components: - type: Transform rot: 3.141592653589793 rad pos: -46.5,-22.5 parent: 2 - - uid: 25773 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28783 components: - type: Transform rot: 3.141592653589793 rad pos: -47.5,-20.5 parent: 2 - - uid: 25774 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28784 components: - type: Transform rot: 3.141592653589793 rad pos: -48.5,-17.5 parent: 2 - - uid: 25775 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28785 components: - type: Transform rot: 3.141592653589793 rad pos: -49.5,-15.5 parent: 2 - - uid: 25776 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28786 components: - type: Transform rot: 3.141592653589793 rad pos: -50.5,-11.5 parent: 2 - - uid: 25777 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28787 components: - type: Transform rot: 3.141592653589793 rad pos: -51.5,-6.5 parent: 2 - - uid: 25778 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28788 components: - type: Transform - pos: -50.5,-6.5 + rot: -1.5707963267948966 rad + pos: -50.5,7.5 parent: 2 - - uid: 25779 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28789 components: - type: Transform - pos: -49.5,-11.5 + rot: -1.5707963267948966 rad + pos: -49.5,12.5 parent: 2 - - uid: 25780 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28790 components: - type: Transform - pos: -48.5,-15.5 + rot: -1.5707963267948966 rad + pos: -48.5,13.5 parent: 2 - - uid: 25781 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28791 components: - type: Transform - pos: -47.5,-17.5 + rot: -1.5707963267948966 rad + pos: -47.5,18.5 parent: 2 - - uid: 25782 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28792 components: - type: Transform - pos: -46.5,-20.5 + rot: -1.5707963267948966 rad + pos: -46.5,20.5 parent: 2 - - uid: 25783 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28793 components: - type: Transform - pos: -45.5,-22.5 + rot: -1.5707963267948966 rad + pos: -45.5,23.5 parent: 2 - - uid: 25784 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28794 components: - type: Transform - pos: -44.5,-24.5 + rot: -1.5707963267948966 rad + pos: -44.5,25.5 parent: 2 - - uid: 25785 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28795 components: - type: Transform - pos: -43.5,-26.5 + rot: -1.5707963267948966 rad + pos: -37.5,28.5 parent: 2 - - uid: 25786 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28796 components: - type: Transform - pos: -42.5,-27.5 + rot: -1.5707963267948966 rad + pos: -36.5,35.5 parent: 2 - - uid: 25787 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28797 components: - type: Transform - pos: -41.5,-29.5 + rot: -1.5707963267948966 rad + pos: -35.5,37.5 parent: 2 - - uid: 25788 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28798 components: - type: Transform - pos: -40.5,-30.5 + rot: -1.5707963267948966 rad + pos: -31.5,38.5 parent: 2 - - uid: 25816 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28799 components: - type: Transform rot: 1.5707963267948966 rad - pos: -51.5,7.5 + pos: -31.5,41.5 parent: 2 - - uid: 25817 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28800 components: - type: Transform rot: 1.5707963267948966 rad - pos: -50.5,12.5 + pos: -30.5,42.5 parent: 2 - - uid: 25818 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28801 components: - type: Transform rot: 1.5707963267948966 rad - pos: -49.5,13.5 + pos: -29.5,44.5 parent: 2 - - uid: 25819 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28803 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,12.5 + rot: 1.5707963267948966 rad + pos: -21.5,46.5 parent: 2 - - uid: 25821 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28804 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,7.5 + rot: 1.5707963267948966 rad + pos: -20.5,48.5 parent: 2 - - uid: 25822 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28805 components: - type: Transform rot: 1.5707963267948966 rad - pos: -48.5,18.5 + pos: -17.5,49.5 parent: 2 - - uid: 25823 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28806 components: - type: Transform rot: 1.5707963267948966 rad - pos: -47.5,20.5 + pos: -15.5,50.5 parent: 2 - - uid: 25824 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28807 components: - type: Transform rot: 1.5707963267948966 rad - pos: -46.5,23.5 + pos: -11.5,51.5 parent: 2 - - uid: 25825 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28808 components: - type: Transform rot: 1.5707963267948966 rad - pos: -45.5,25.5 + pos: -6.5,52.5 parent: 2 - - uid: 25826 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28809 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,27.5 + pos: 7.5,52.5 parent: 2 - - uid: 25827 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28810 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,28.5 + pos: 13.5,51.5 parent: 2 - - uid: 25830 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28811 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,10.5 + pos: 16.5,50.5 parent: 2 - - uid: 25831 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28812 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,11.5 + pos: 18.5,49.5 parent: 2 - - uid: 25839 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28813 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,18.5 + pos: 23.5,46.5 parent: 2 - - uid: 25840 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28814 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,20.5 + pos: 24.5,45.5 parent: 2 - - uid: 25841 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28815 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,23.5 + pos: 25.5,38.5 parent: 2 - - uid: 25842 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28816 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,25.5 + pos: 26.5,37.5 parent: 2 - - uid: 25843 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28817 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,27.5 + pos: 27.5,35.5 parent: 2 - - uid: 25851 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28818 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,28.5 + pos: 31.5,31.5 parent: 2 - - uid: 25861 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28819 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,37.5 + pos: 35.5,28.5 parent: 2 - - uid: 25862 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28821 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,38.5 + pos: 41.5,26.5 parent: 2 - - uid: 25863 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28822 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,41.5 + pos: 44.5,25.5 parent: 2 - - uid: 25864 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28823 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,42.5 + pos: 46.5,24.5 parent: 2 - - uid: 25865 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28824 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,37.5 + pos: 47.5,23.5 parent: 2 - - uid: 25866 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28825 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,38.5 + pos: 48.5,21.5 parent: 2 - - uid: 25867 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28826 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,41.5 + pos: 49.5,18.5 parent: 2 - - uid: 25868 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28827 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,42.5 + pos: 50.5,16.5 parent: 2 - - uid: 25869 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28828 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,44.5 + pos: 51.5,12.5 parent: 2 - - uid: 25870 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28829 + components: + - type: Transform + pos: 52.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28830 components: - type: Transform rot: 1.5707963267948966 rad - pos: -26.5,45.5 + pos: 51.5,-6.5 parent: 2 - - uid: 25871 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28831 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,44.5 + rot: 1.5707963267948966 rad + pos: 50.5,-11.5 parent: 2 - - uid: 25884 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28832 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,45.5 + rot: 1.5707963267948966 rad + pos: 49.5,-15.5 parent: 2 - - uid: 25885 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28833 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,46.5 + rot: 1.5707963267948966 rad + pos: 48.5,-17.5 parent: 2 - - uid: 25886 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28834 components: - type: Transform rot: 1.5707963267948966 rad - pos: -21.5,46.5 + pos: 47.5,-20.5 parent: 2 - - uid: 25887 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28835 components: - type: Transform rot: 1.5707963267948966 rad - pos: -20.5,48.5 + pos: 46.5,-22.5 parent: 2 - - uid: 25888 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28836 components: - type: Transform rot: 1.5707963267948966 rad - pos: -17.5,49.5 + pos: 45.5,-24.5 parent: 2 - - uid: 25889 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28837 components: - type: Transform rot: 1.5707963267948966 rad - pos: -15.5,50.5 + pos: 44.5,-27.5 parent: 2 - - uid: 25890 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28838 components: - type: Transform rot: 1.5707963267948966 rad - pos: -11.5,51.5 + pos: 40.5,-31.5 parent: 2 - - uid: 25891 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28839 components: - type: Transform rot: 1.5707963267948966 rad - pos: -6.5,52.5 + pos: 39.5,-33.5 parent: 2 - - uid: 25892 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28840 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,51.5 + rot: 1.5707963267948966 rad + pos: 36.5,-34.5 parent: 2 - - uid: 25893 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28842 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,50.5 + pos: 29.5,-40.5 parent: 2 - - uid: 25894 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28843 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,49.5 + rot: 3.141592653589793 rad + pos: 28.5,-40.5 parent: 2 - - uid: 25895 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28844 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,48.5 + rot: 1.5707963267948966 rad + pos: 27.5,-43.5 parent: 2 - - uid: 25920 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28845 components: - type: Transform - pos: 7.5,52.5 + rot: 1.5707963267948966 rad + pos: 26.5,-44.5 parent: 2 - - uid: 25921 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28846 components: - type: Transform - pos: 13.5,51.5 + rot: 1.5707963267948966 rad + pos: 23.5,-45.5 parent: 2 - - uid: 25922 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28847 components: - type: Transform - pos: 16.5,50.5 + rot: 1.5707963267948966 rad + pos: 19.5,-46.5 parent: 2 - - uid: 25923 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28848 components: - type: Transform - pos: 18.5,49.5 + rot: 1.5707963267948966 rad + pos: 18.5,-48.5 parent: 2 - - uid: 25924 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28849 components: - type: Transform - pos: 23.5,46.5 + rot: 1.5707963267948966 rad + pos: 9.5,-49.5 parent: 2 - - uid: 25925 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28850 components: - type: Transform - pos: 24.5,45.5 + pos: -15.5,-48.5 parent: 2 - - uid: 25926 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28851 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,45.5 + pos: -20.5,-46.5 parent: 2 - - uid: 25927 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28852 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,46.5 + pos: -22.5,-44.5 parent: 2 - - uid: 25928 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28853 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,49.5 + pos: -27.5,-41.5 parent: 2 - - uid: 25929 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28854 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,50.5 + pos: -28.5,-40.5 parent: 2 - - uid: 25930 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28855 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,51.5 + pos: -31.5,-36.5 parent: 2 - - uid: 25951 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28856 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,38.5 + pos: -38.5,-32.5 parent: 2 - - uid: 25952 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28857 components: - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,37.5 + pos: -39.5,-31.5 parent: 2 - - uid: 25953 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28858 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,35.5 + pos: -40.5,-30.5 parent: 2 - - uid: 25954 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28859 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,31.5 + pos: -41.5,-29.5 parent: 2 - - uid: 25955 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28860 components: - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,28.5 + pos: -42.5,-27.5 parent: 2 - - uid: 25956 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28861 components: - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,27.5 + pos: -44.5,-24.5 parent: 2 - - uid: 25957 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28862 components: - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,26.5 + pos: -43.5,-26.5 parent: 2 - - uid: 25959 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28863 components: - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,24.5 + pos: -45.5,-22.5 parent: 2 - - uid: 25960 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28864 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,23.5 + pos: -46.5,-20.5 parent: 2 - - uid: 25961 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28865 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,21.5 + pos: -47.5,-17.5 parent: 2 - - uid: 25962 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28866 components: - type: Transform - rot: 3.141592653589793 rad - pos: 48.5,18.5 + pos: -48.5,-15.5 parent: 2 - - uid: 25963 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28867 components: - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,16.5 + pos: -49.5,-11.5 parent: 2 - - uid: 25964 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28868 components: - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,12.5 + pos: -50.5,-6.5 parent: 2 - - uid: 25965 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28869 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,7.5 + rot: 1.5707963267948966 rad + pos: -51.5,7.5 parent: 2 - - uid: 25966 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28870 components: - type: Transform - pos: 52.5,7.5 + rot: 1.5707963267948966 rad + pos: -50.5,12.5 parent: 2 - - uid: 25967 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28871 components: - type: Transform - pos: 51.5,12.5 + rot: 1.5707963267948966 rad + pos: -49.5,13.5 parent: 2 - - uid: 25968 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28872 components: - type: Transform - pos: 50.5,16.5 + rot: 1.5707963267948966 rad + pos: -48.5,18.5 parent: 2 - - uid: 25969 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28873 components: - type: Transform - pos: 49.5,18.5 + rot: 1.5707963267948966 rad + pos: -47.5,20.5 parent: 2 - - uid: 25970 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28874 components: - type: Transform - pos: 48.5,21.5 + rot: 1.5707963267948966 rad + pos: -46.5,23.5 parent: 2 - - uid: 25971 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28875 components: - type: Transform - pos: 47.5,23.5 + rot: 1.5707963267948966 rad + pos: -45.5,25.5 parent: 2 - - uid: 25972 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28877 components: - type: Transform - pos: 46.5,24.5 + rot: 1.5707963267948966 rad + pos: -37.5,35.5 parent: 2 - - uid: 25973 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28878 components: - type: Transform - pos: 44.5,25.5 + rot: 1.5707963267948966 rad + pos: -36.5,37.5 parent: 2 - - uid: 25975 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28879 components: - type: Transform - pos: 37.5,27.5 + rot: 1.5707963267948966 rad + pos: -35.5,38.5 parent: 2 - - uid: 25976 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28921 components: - type: Transform - pos: 35.5,28.5 + pos: 3.5,37.5 parent: 2 - - uid: 25977 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28947 components: - type: Transform - pos: 31.5,31.5 + rot: -1.5707963267948966 rad + pos: 5.5,35.5 parent: 2 - - uid: 25978 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28960 components: - type: Transform - pos: 27.5,35.5 + rot: 1.5707963267948966 rad + pos: -51.5,31.5 parent: 2 - - uid: 25979 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28961 components: - type: Transform - pos: 26.5,37.5 + rot: 1.5707963267948966 rad + pos: -2.5,32.5 parent: 2 - - uid: 25980 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28962 components: - type: Transform - pos: 25.5,38.5 + rot: 1.5707963267948966 rad + pos: -0.5,31.5 parent: 2 - - uid: 26024 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28963 components: - type: Transform rot: -1.5707963267948966 rad - pos: 52.5,-6.5 + pos: -0.5,32.5 parent: 2 - - uid: 26025 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28968 components: - type: Transform rot: -1.5707963267948966 rad - pos: 51.5,-11.5 + pos: 1.5,31.5 parent: 2 - - uid: 26026 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28976 components: - type: Transform rot: -1.5707963267948966 rad - pos: 50.5,-15.5 + pos: -51.5,30.5 parent: 2 - - uid: 26027 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28997 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,-17.5 + rot: 1.5707963267948966 rad + pos: -57.5,35.5 parent: 2 - - uid: 26028 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29005 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,-20.5 + rot: 3.141592653589793 rad + pos: -52.5,34.5 parent: 2 - - uid: 26029 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29028 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,-22.5 + pos: -51.5,34.5 parent: 2 - - uid: 26030 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29029 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-24.5 + pos: 39.5,54.5 parent: 2 - - uid: 26031 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29030 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,-27.5 + pos: 37.5,52.5 parent: 2 - - uid: 26032 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29048 components: - type: Transform rot: -1.5707963267948966 rad - pos: 44.5,-30.5 + pos: -51.5,32.5 parent: 2 - - uid: 26033 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29049 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,-31.5 + rot: 1.5707963267948966 rad + pos: -52.5,32.5 parent: 2 - - uid: 26034 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29050 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,-33.5 + rot: 3.141592653589793 rad + pos: 24.5,59.5 parent: 2 - - uid: 26035 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29051 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,-34.5 + rot: 3.141592653589793 rad + pos: 23.5,57.5 parent: 2 - - uid: 26036 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29052 components: - type: Transform rot: -1.5707963267948966 rad - pos: 36.5,-36.5 + pos: -52.5,31.5 parent: 2 - - uid: 26037 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29053 components: - type: Transform rot: 1.5707963267948966 rad - pos: 36.5,-34.5 + pos: -53.5,31.5 parent: 2 - - uid: 26038 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29054 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-33.5 + pos: 23.5,65.5 parent: 2 - - uid: 26039 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29055 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,-31.5 + rot: 3.141592653589793 rad + pos: 22.5,65.5 parent: 2 - - uid: 26040 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29072 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 43.5,-30.5 + pos: -51.5,29.5 parent: 2 - - uid: 26041 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29083 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-27.5 + pos: 30.5,59.5 parent: 2 - - uid: 26042 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29084 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,-24.5 + pos: 28.5,57.5 parent: 2 - - uid: 26043 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29134 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-22.5 + rot: -1.5707963267948966 rad + pos: -57.5,27.5 parent: 2 - - uid: 26044 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29138 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,-20.5 + rot: 3.141592653589793 rad + pos: 50.5,41.5 parent: 2 - - uid: 26045 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29139 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,-17.5 + rot: 3.141592653589793 rad + pos: 49.5,43.5 parent: 2 - - uid: 26046 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29140 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,-15.5 + pos: 50.5,47.5 parent: 2 - - uid: 26047 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29141 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,-11.5 + pos: 49.5,46.5 parent: 2 - - uid: 26048 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29170 components: - type: Transform rot: 1.5707963267948966 rad - pos: 51.5,-6.5 + pos: 33.5,44.5 parent: 2 - - uid: 26078 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29171 components: - type: Transform rot: 1.5707963267948966 rad - pos: 28.5,-36.5 + pos: 30.5,45.5 parent: 2 - - uid: 26079 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29182 components: - type: Transform rot: -1.5707963267948966 rad - pos: 28.5,-43.5 + pos: -50.5,35.5 parent: 2 - - uid: 26080 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29183 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,-44.5 + rot: 1.5707963267948966 rad + pos: -50.5,36.5 parent: 2 - - uid: 26081 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29188 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-45.5 + rot: 3.141592653589793 rad + pos: 27.5,17.5 parent: 2 - - uid: 26082 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29203 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-46.5 + rot: 3.141592653589793 rad + pos: -59.5,11.5 parent: 2 - - uid: 26083 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29204 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-48.5 + pos: -59.5,12.5 parent: 2 - - uid: 26084 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29206 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-49.5 + pos: 51.5,38.5 parent: 2 - - uid: 26085 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29207 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-50.5 + pos: -38.5,33.5 parent: 2 - - uid: 26086 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29215 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-49.5 + rot: 3.141592653589793 rad + pos: -38.5,30.5 parent: 2 - - uid: 26087 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29252 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-48.5 + rot: 3.141592653589793 rad + pos: 51.5,33.5 parent: 2 - - uid: 26088 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29296 components: - type: Transform rot: 1.5707963267948966 rad - pos: 19.5,-46.5 + pos: 8.5,46.5 parent: 2 - - uid: 26089 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29297 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-45.5 + rot: 3.141592653589793 rad + pos: -27.5,15.5 parent: 2 - - uid: 26090 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29313 components: - type: Transform rot: 1.5707963267948966 rad - pos: 26.5,-44.5 + pos: 10.5,47.5 parent: 2 - - uid: 26091 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29329 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,-43.5 + rot: -1.5707963267948966 rad + pos: 22.5,47.5 parent: 2 - - uid: 26136 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29330 components: - type: Transform - pos: -15.5,-48.5 + rot: 3.141592653589793 rad + pos: -39.5,20.5 parent: 2 - - uid: 26137 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29344 components: - type: Transform - pos: -20.5,-46.5 + rot: -1.5707963267948966 rad + pos: -38.5,16.5 parent: 2 - - uid: 26138 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29346 components: - type: Transform - pos: -22.5,-44.5 + rot: 3.141592653589793 rad + pos: -40.5,16.5 parent: 2 - - uid: 26139 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29356 components: - type: Transform - pos: -26.5,-43.5 + pos: -15.5,43.5 parent: 2 - - uid: 26140 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29361 components: - type: Transform - pos: -27.5,-41.5 + rot: 3.141592653589793 rad + pos: 22.5,27.5 parent: 2 - - uid: 26141 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29362 components: - type: Transform - pos: -28.5,-40.5 + rot: 3.141592653589793 rad + pos: 24.5,28.5 parent: 2 - - uid: 26142 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29363 components: - type: Transform rot: 3.141592653589793 rad - pos: -28.5,-41.5 + pos: 29.5,19.5 parent: 2 - - uid: 26143 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29384 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-43.5 + rot: -1.5707963267948966 rad + pos: -43.5,4.5 parent: 2 - - uid: 26144 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29389 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-44.5 + rot: -1.5707963267948966 rad + pos: 28.5,29.5 parent: 2 - - uid: 26145 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29390 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-46.5 + rot: 1.5707963267948966 rad + pos: 27.5,29.5 parent: 2 - - uid: 26146 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29461 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-48.5 + rot: 1.5707963267948966 rad + pos: -32.5,-33.5 parent: 2 - - uid: 26147 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29462 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-50.5 + rot: 1.5707963267948966 rad + pos: -31.5,-32.5 parent: 2 - - uid: 26169 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29466 components: - type: Transform rot: -1.5707963267948966 rad - pos: -63.5,-17.5 + pos: -29.5,-32.5 parent: 2 - - uid: 26171 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29488 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -63.5,-16.5 + pos: -28.5,-26.5 parent: 2 - - uid: 26200 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29497 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,11.5 + rot: 3.141592653589793 rad + pos: -31.5,-26.5 parent: 2 - - uid: 26212 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29515 components: - type: Transform - pos: -50.5,10.5 + rot: -1.5707963267948966 rad + pos: -23.5,-38.5 parent: 2 - - uid: 26256 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29519 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,10.5 + pos: -20.5,-32.5 parent: 2 - - uid: 26257 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29522 + components: + - type: Transform + pos: -18.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29528 components: - type: Transform rot: 1.5707963267948966 rad - pos: -59.5,18.5 + pos: -23.5,-25.5 parent: 2 - - uid: 26258 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29535 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,18.5 + pos: 62.5,17.5 parent: 2 - - uid: 26259 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29536 components: - type: Transform rot: 1.5707963267948966 rad - pos: -57.5,35.5 + pos: -36.5,-25.5 parent: 2 - - uid: 26260 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29539 components: - type: Transform rot: -1.5707963267948966 rad - pos: -51.5,35.5 + pos: 60.5,15.5 parent: 2 - - uid: 26261 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29550 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,39.5 + rot: -1.5707963267948966 rad + pos: -12.5,-25.5 parent: 2 - - uid: 26286 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29586 + components: + - type: Transform + pos: -19.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29606 components: - type: Transform rot: 3.141592653589793 rad - pos: -55.5,-34.5 + pos: -21.5,-17.5 parent: 2 - - uid: 26287 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29607 components: - type: Transform - pos: -52.5,-34.5 + pos: -21.5,-16.5 parent: 2 - - uid: 26288 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29631 components: - type: Transform rot: 3.141592653589793 rad - pos: -52.5,-39.5 + pos: -29.5,-16.5 parent: 2 - - uid: 26343 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29638 components: - type: Transform rot: 3.141592653589793 rad - pos: -35.5,-25.5 + pos: 64.5,-5.5 parent: 2 - - uid: 26346 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29639 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-26.5 + pos: 64.5,1.5 parent: 2 - - uid: 26347 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29641 components: - type: Transform - pos: -32.5,-25.5 + rot: -1.5707963267948966 rad + pos: 65.5,-0.5 parent: 2 - - uid: 26351 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29702 components: - type: Transform - pos: -19.5,-16.5 + rot: -1.5707963267948966 rad + pos: -45.5,-48.5 parent: 2 - - uid: 26352 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29703 components: - type: Transform rot: 1.5707963267948966 rad - pos: -29.5,-16.5 + pos: -46.5,-48.5 parent: 2 - - uid: 26353 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29715 components: - type: Transform rot: -1.5707963267948966 rad - pos: -19.5,-25.5 + pos: 66.5,2.5 parent: 2 - - uid: 26354 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29716 components: - type: Transform rot: 1.5707963267948966 rad - pos: -23.5,-25.5 + pos: 65.5,2.5 parent: 2 - - uid: 26355 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29718 components: - type: Transform rot: -1.5707963267948966 rad - pos: -23.5,-30.5 + pos: 68.5,0.5 parent: 2 - - uid: 26356 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29734 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-30.5 + pos: 58.5,-17.5 parent: 2 - - uid: 26358 + - uid: 29735 components: - type: Transform - pos: -31.5,5.5 + pos: 57.5,-13.5 parent: 2 - - uid: 26359 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29753 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,1.5 + pos: 2.5,-57.5 parent: 2 - - uid: 26360 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29769 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-0.5 + rot: 3.141592653589793 rad + pos: -8.5,-62.5 parent: 2 - - uid: 26361 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29772 components: - type: Transform rot: 1.5707963267948966 rad - pos: -37.5,1.5 + pos: -8.5,-59.5 parent: 2 - - uid: 26424 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29774 components: - type: Transform - pos: -22.5,30.5 + rot: -1.5707963267948966 rad + pos: -6.5,-59.5 parent: 2 - - uid: 26425 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29803 components: - type: Transform rot: -1.5707963267948966 rad - pos: -22.5,21.5 + pos: 9.5,-62.5 parent: 2 - - uid: 26426 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29807 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,21.5 + pos: 9.5,-59.5 parent: 2 - - uid: 26448 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29810 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,63.5 + rot: 3.141592653589793 rad + pos: 6.5,-59.5 parent: 2 - - uid: 26469 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29831 components: - type: Transform rot: 3.141592653589793 rad - pos: 0.5,37.5 + pos: -44.5,35.5 parent: 2 - - uid: 26473 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29834 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,44.5 + pos: 32.5,-38.5 parent: 2 - - uid: 26483 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29835 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,34.5 + rot: 3.141592653589793 rad + pos: 26.5,-38.5 parent: 2 - - uid: 26533 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29871 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,46.5 + rot: 3.141592653589793 rad + pos: -6.5,57.5 parent: 2 - - uid: 26534 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29888 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,50.5 + rot: -1.5707963267948966 rad + pos: 27.5,-16.5 parent: 2 - - uid: 26535 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29889 components: - type: Transform - pos: 38.5,53.5 + rot: -1.5707963267948966 rad + pos: 29.5,-17.5 parent: 2 - - uid: 26536 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29890 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,53.5 + rot: 1.5707963267948966 rad + pos: 26.5,-16.5 parent: 2 - - uid: 26537 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29891 components: - type: Transform rot: 1.5707963267948966 rad - pos: 36.5,61.5 + pos: 28.5,-17.5 parent: 2 - - uid: 26548 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29892 components: - type: Transform rot: 1.5707963267948966 rad - pos: 32.5,43.5 + pos: 27.5,-11.5 parent: 2 - - uid: 26592 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29893 components: - type: Transform - pos: 62.5,-0.5 + rot: -1.5707963267948966 rad + pos: 28.5,-11.5 parent: 2 - - uid: 26596 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29923 components: - type: Transform rot: -1.5707963267948966 rad - pos: 52.5,-16.5 + pos: 31.5,-10.5 parent: 2 - - uid: 26597 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29924 components: - type: Transform rot: 1.5707963267948966 rad - pos: 52.5,-15.5 - parent: 2 - - uid: 26598 - components: - - type: Transform - pos: 60.5,-15.5 + pos: 29.5,-10.5 parent: 2 - - uid: 26632 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29930 components: - type: Transform rot: -1.5707963267948966 rad - pos: 46.5,-35.5 + pos: 32.5,-1.5 parent: 2 - - uid: 26635 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29931 components: - type: Transform rot: 3.141592653589793 rad - pos: 27.5,-37.5 - parent: 2 - - uid: 26668 - components: - - type: Transform - pos: 27.5,-19.5 + pos: 29.5,-1.5 parent: 2 - - uid: 26703 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29935 components: - type: Transform rot: 1.5707963267948966 rad - pos: 1.5,-32.5 + pos: 37.5,-15.5 parent: 2 - - uid: 26709 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29942 components: - type: Transform - pos: -0.5,-32.5 + rot: 3.141592653589793 rad + pos: 34.5,-21.5 parent: 2 - - uid: 26710 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29943 components: - type: Transform rot: 3.141592653589793 rad - pos: -2.5,-36.5 + pos: 30.5,-27.5 parent: 2 - - uid: 26745 + - uid: 29947 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-28.5 + rot: -1.5707963267948966 rad + pos: 36.5,-30.5 parent: 2 - - uid: 26746 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29948 components: - type: Transform rot: -1.5707963267948966 rad - pos: 9.5,-28.5 + pos: 38.5,-31.5 parent: 2 - - uid: 26755 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29986 components: - type: Transform rot: -1.5707963267948966 rad - pos: 6.5,-39.5 + pos: 34.5,-27.5 parent: 2 - - uid: 26823 + - uid: 30031 components: - type: Transform rot: 3.141592653589793 rad - pos: -7.5,-62.5 + pos: 20.5,-27.5 parent: 2 - - uid: 26827 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30060 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-67.5 + rot: 1.5707963267948966 rad + pos: -16.5,57.5 parent: 2 - - uid: 26829 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30063 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-66.5 + rot: -1.5707963267948966 rad + pos: -13.5,57.5 parent: 2 - - uid: 26830 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30064 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-67.5 + pos: -13.5,58.5 parent: 2 - - uid: 26831 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30095 components: - type: Transform rot: 1.5707963267948966 rad - pos: -7.5,-67.5 + pos: -44.5,37.5 parent: 2 - - uid: 26832 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30100 components: - type: Transform - pos: 8.5,-67.5 + rot: -1.5707963267948966 rad + pos: -43.5,37.5 parent: 2 - - uid: 26851 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30104 components: - type: Transform rot: 3.141592653589793 rad pos: 19.5,-53.5 parent: 2 - - uid: 26852 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30110 components: - type: Transform rot: -1.5707963267948966 rad pos: 23.5,-53.5 parent: 2 - - uid: 26854 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-51.5 - parent: 2 - - uid: 26862 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30111 components: - type: Transform - pos: 19.5,-50.5 + rot: -1.5707963267948966 rad + pos: 24.5,-54.5 parent: 2 - - uid: 26863 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30112 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-50.5 + rot: 1.5707963267948966 rad + pos: 24.5,-52.5 parent: 2 - - uid: 26884 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30113 components: - type: Transform rot: 1.5707963267948966 rad - pos: 31.5,-49.5 + pos: 23.5,-51.5 parent: 2 - - uid: 26885 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30114 components: - type: Transform rot: -1.5707963267948966 rad - pos: 31.5,-51.5 + pos: 28.5,-52.5 parent: 2 - - uid: 26886 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30115 components: - type: Transform rot: -1.5707963267948966 rad - pos: 45.5,-49.5 + pos: 27.5,-51.5 parent: 2 - - uid: 32126 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30116 components: - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-7.5 + rot: 1.5707963267948966 rad + pos: 27.5,-50.5 parent: 2 - - uid: 32127 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30117 components: - type: Transform - pos: 50.5,-6.5 + rot: 1.5707963267948966 rad + pos: 28.5,-51.5 parent: 2 - - uid: 32444 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30119 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,-6.5 + rot: -1.5707963267948966 rad + pos: 31.5,-50.5 parent: 2 - - uid: 32445 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30120 components: - type: Transform - pos: 26.5,-4.5 + rot: 1.5707963267948966 rad + pos: 31.5,-48.5 parent: 2 - - uid: 32843 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30122 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-4.5 + pos: 47.5,-48.5 parent: 2 - - uid: 33358 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30123 components: - type: Transform - pos: 56.5,15.5 + pos: 45.5,-50.5 parent: 2 - - uid: 36092 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30177 components: - type: Transform - pos: 52.5,38.5 + pos: -6.5,64.5 parent: 2 - - uid: 36093 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30178 components: - type: Transform rot: 3.141592653589793 rad - pos: 52.5,34.5 + pos: -7.5,64.5 parent: 2 - - uid: 36094 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30186 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 57.5,34.5 + rot: 1.5707963267948966 rad + pos: -6.5,-31.5 parent: 2 - - uid: 42782 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30187 components: - type: Transform rot: 1.5707963267948966 rad - pos: -56.5,4.5 + pos: -4.5,-30.5 parent: 2 - - uid: 42804 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30188 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,-16.5 + pos: 7.5,-30.5 parent: 2 - - uid: 42805 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30189 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,-12.5 + rot: 3.141592653589793 rad + pos: 7.5,-34.5 parent: 2 - - uid: 42806 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30190 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30191 + components: + - type: Transform + pos: 5.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30301 components: - type: Transform rot: 1.5707963267948966 rad - pos: -60.5,-12.5 + pos: -1.5,-57.5 parent: 2 - - uid: 42807 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30306 components: - type: Transform rot: 1.5707963267948966 rad - pos: -59.5,-5.5 + pos: -22.5,44.5 parent: 2 - - uid: 42808 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30315 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,-5.5 + pos: 10.5,-67.5 parent: 2 - - uid: 42809 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30321 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,4.5 + pos: -14.5,44.5 parent: 2 -- proto: DisposalJunction - entities: - - uid: 1088 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30323 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,38.5 + rot: 1.5707963267948966 rad + pos: -9.5,-67.5 parent: 2 - - uid: 4630 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30324 components: - type: Transform rot: -1.5707963267948966 rad - pos: -6.5,-50.5 + pos: -22.5,34.5 parent: 2 - - uid: 8690 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30346 components: - type: Transform rot: 3.141592653589793 rad - pos: 50.5,15.5 + pos: -30.5,34.5 parent: 2 - - uid: 13479 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30357 components: - type: Transform rot: -1.5707963267948966 rad - pos: -48.5,13.5 + pos: -17.5,32.5 parent: 2 - - uid: 25882 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30389 components: - type: Transform rot: -1.5707963267948966 rad - pos: -23.5,45.5 + pos: 4.5,-59.5 parent: 2 - - uid: 25900 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30390 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,50.5 + rot: 1.5707963267948966 rad + pos: 4.5,-57.5 parent: 2 - - uid: 25915 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30391 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,52.5 + rot: 1.5707963267948966 rad + pos: -30.5,26.5 parent: 2 - - uid: 25982 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30392 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,34.5 + pos: 8.5,-57.5 parent: 2 - - uid: 26018 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30403 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,-0.5 + rot: 1.5707963267948966 rad + pos: -32.5,27.5 parent: 2 - - uid: 26056 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30411 components: - type: Transform rot: 3.141592653589793 rad - pos: 49.5,-16.5 + pos: -28.5,17.5 parent: 2 - - uid: 26121 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30429 components: - type: Transform rot: -1.5707963267948966 rad - pos: -0.5,-50.5 + pos: -37.5,15.5 parent: 2 - - uid: 26150 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30433 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-48.5 + rot: 3.141592653589793 rad + pos: -42.5,15.5 parent: 2 - - uid: 26163 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30476 components: - type: Transform rot: -1.5707963267948966 rad - pos: -32.5,-40.5 - parent: 2 - - uid: 26207 - components: - - type: Transform - pos: -55.5,10.5 + pos: 14.5,-50.5 parent: 2 - - uid: 26310 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30478 components: - type: Transform - pos: -23.5,-26.5 + rot: 1.5707963267948966 rad + pos: 13.5,-50.5 parent: 2 - - uid: 26350 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30508 components: - type: Transform rot: -1.5707963267948966 rad - pos: -29.5,-30.5 + pos: -31.5,1.5 parent: 2 - - uid: 26363 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30509 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-0.5 + rot: -1.5707963267948966 rad + pos: -29.5,-0.5 parent: 2 - - uid: 26422 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30563 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,27.5 + pos: -17.5,31.5 parent: 2 - - uid: 26487 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30572 components: - type: Transform - pos: 38.5,43.5 + rot: 1.5707963267948966 rad + pos: -35.5,-31.5 parent: 2 - - uid: 26634 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30585 components: - type: Transform - pos: 28.5,-37.5 + pos: -22.5,-33.5 parent: 2 - - uid: 26715 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30587 components: - type: Transform - pos: -0.5,-36.5 + pos: -16.5,-34.5 parent: 2 - - uid: 26805 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30593 components: - type: Transform rot: 3.141592653589793 rad - pos: -1.5,-61.5 + pos: -24.5,-33.5 parent: 2 - - uid: 26853 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30594 components: - type: Transform rot: -1.5707963267948966 rad - pos: 24.5,-51.5 + pos: -22.5,-37.5 parent: 2 - - uid: 26890 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30604 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-50.5 + rot: 3.141592653589793 rad + pos: -27.5,-26.5 parent: 2 -- proto: DisposalJunctionFlipped - entities: - - uid: 1876 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30605 components: - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-14.5 + pos: -27.5,-25.5 parent: 2 - - uid: 8033 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30608 components: - type: Transform rot: 3.141592653589793 rad - pos: 51.5,-7.5 + pos: -30.5,-25.5 parent: 2 - - uid: 25756 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30609 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,-39.5 + pos: -30.5,-24.5 parent: 2 - - uid: 25854 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30617 components: - type: Transform - pos: -36.5,30.5 + rot: 1.5707963267948966 rad + pos: -38.5,-24.5 parent: 2 - - uid: 25913 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30628 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,52.5 + rot: 3.141592653589793 rad + pos: -19.5,-30.5 parent: 2 - - uid: 25941 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30637 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,46.5 + rot: 3.141592653589793 rad + pos: -18.5,-29.5 parent: 2 - - uid: 25986 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30646 components: - type: Transform rot: -1.5707963267948966 rad - pos: 29.5,31.5 + pos: -14.5,-24.5 parent: 2 - - uid: 26017 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30655 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,0.5 + pos: -18.5,-15.5 parent: 2 - - uid: 26104 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30665 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-49.5 + rot: 3.141592653589793 rad + pos: -28.5,-14.5 parent: 2 - - uid: 26122 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30667 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-50.5 + rot: 1.5707963267948966 rad + pos: -28.5,-12.5 parent: 2 - - uid: 26211 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30668 components: - type: Transform rot: -1.5707963267948966 rad - pos: -51.5,11.5 + pos: -27.5,-12.5 parent: 2 - - uid: 26213 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30693 components: - type: Transform - pos: -36.5,31.5 + rot: 3.141592653589793 rad + pos: -8.5,61.5 parent: 2 - - uid: 26289 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30708 components: - type: Transform rot: 1.5707963267948966 rad - pos: -44.5,-39.5 - parent: 2 - - uid: 26349 - components: - - type: Transform - pos: -23.5,-29.5 + pos: -13.5,62.5 parent: 2 - - uid: 26362 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30709 components: - type: Transform rot: -1.5707963267948966 rad - pos: -47.5,-0.5 + pos: -13.5,60.5 parent: 2 - - uid: 26423 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30711 components: - type: Transform rot: 3.141592653589793 rad - pos: -22.5,24.5 + pos: -15.5,42.5 parent: 2 - - uid: 26492 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30713 components: - type: Transform - pos: 38.5,46.5 + rot: 3.141592653589793 rad + pos: -14.5,43.5 parent: 2 - - uid: 26495 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33163 components: - type: Transform - pos: 38.5,38.5 + rot: -1.5707963267948966 rad + pos: 33.5,-25.5 parent: 2 - - uid: 26567 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33168 components: - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,26.5 + rot: 1.5707963267948966 rad + pos: 33.5,-20.5 parent: 2 - - uid: 26622 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33171 components: - type: Transform - pos: 36.5,-35.5 + rot: 1.5707963267948966 rad + pos: 30.5,-24.5 parent: 2 - - uid: 26644 + - uid: 33173 components: - type: Transform - pos: 27.5,-29.5 + pos: 34.5,-24.5 parent: 2 - - uid: 26806 + - uid: 33230 components: - type: Transform rot: 3.141592653589793 rad - pos: -1.5,-62.5 + pos: -11.5,39.5 parent: 2 - - uid: 26828 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33231 components: - type: Transform rot: 3.141592653589793 rad - pos: -1.5,-66.5 - parent: 2 - - uid: 32631 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-4.5 + pos: -12.5,37.5 parent: 2 -- proto: DisposalMachineFrame - entities: - - uid: 13004 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33361 components: - type: Transform - pos: 15.5,34.5 + pos: -54.5,50.5 parent: 2 -- proto: DisposalPipe - entities: - - uid: 31 + - uid: 33367 components: - type: Transform rot: 1.5707963267948966 rad - pos: 51.5,0.5 + pos: -60.5,50.5 parent: 2 - - uid: 1336 + - uid: 33606 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-14.5 + rot: 3.141592653589793 rad + pos: 27.5,-5.5 parent: 2 - - uid: 1337 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33607 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,-14.5 + pos: 27.5,-4.5 parent: 2 - - uid: 1338 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33608 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,-14.5 + rot: 3.141592653589793 rad + pos: 25.5,-7.5 parent: 2 - - uid: 1339 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33609 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 43.5,-14.5 + pos: 25.5,-5.5 parent: 2 - - uid: 1340 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33611 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-14.5 + rot: 3.141592653589793 rad + pos: -29.5,-5.5 parent: 2 - - uid: 1341 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33612 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,-14.5 + rot: 3.141592653589793 rad + pos: -28.5,-4.5 parent: 2 - - uid: 1559 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35120 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-14.5 + rot: 3.141592653589793 rad + pos: 55.5,49.5 parent: 2 - - uid: 3987 + - uid: 35121 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-14.5 + rot: 3.141592653589793 rad + pos: 57.5,50.5 parent: 2 - - uid: 4979 + - uid: 35212 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-2.5 + rot: -1.5707963267948966 rad + pos: 54.5,30.5 parent: 2 - - uid: 7102 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35213 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,26.5 + rot: 3.141592653589793 rad + pos: 52.5,28.5 parent: 2 - - uid: 7103 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35232 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,26.5 + rot: -1.5707963267948966 rad + pos: 59.5,30.5 parent: 2 - - uid: 7104 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35233 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,26.5 + rot: 3.141592653589793 rad + pos: 57.5,28.5 parent: 2 - - uid: 8279 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35255 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,25.5 + pos: 66.5,35.5 parent: 2 - - uid: 8717 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35256 components: - type: Transform - pos: -6.5,-48.5 + rot: -1.5707963267948966 rad + pos: 68.5,33.5 parent: 2 - - uid: 8718 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35663 components: - type: Transform - pos: -6.5,-47.5 + rot: -1.5707963267948966 rad + pos: -80.5,78.5 parent: 2 - - uid: 9428 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35731 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,-14.5 + pos: -81.5,84.5 parent: 2 - - uid: 9490 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35749 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,-14.5 + rot: -1.5707963267948966 rad + pos: -81.5,62.5 parent: 2 - - uid: 12735 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35750 components: - type: Transform - pos: -6.5,-49.5 + pos: -77.5,58.5 parent: 2 - - uid: 14716 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35751 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,15.5 + rot: -1.5707963267948966 rad + pos: -71.5,57.5 parent: 2 - - uid: 24684 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35760 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,15.5 + rot: 3.141592653589793 rad + pos: -82.5,58.5 parent: 2 - - uid: 25184 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35761 components: - type: Transform - pos: -49.5,-20.5 + rot: -1.5707963267948966 rad + pos: -81.5,73.5 parent: 2 - - uid: 25185 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35763 components: - type: Transform - pos: -49.5,-19.5 + rot: 1.5707963267948966 rad + pos: -82.5,77.5 parent: 2 - - uid: 25187 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35764 components: - type: Transform - pos: -50.5,-17.5 + rot: -1.5707963267948966 rad + pos: -81.5,77.5 parent: 2 - - uid: 25190 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35766 components: - type: Transform - pos: -51.5,-15.5 + pos: -67.5,82.5 parent: 2 - - uid: 25191 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35767 components: - type: Transform - pos: -51.5,-14.5 + rot: 3.141592653589793 rad + pos: -67.5,76.5 parent: 2 - - uid: 25192 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35790 components: - type: Transform - pos: -51.5,-13.5 + pos: -87.5,79.5 parent: 2 - - uid: 25196 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35791 components: - type: Transform rot: 3.141592653589793 rad - pos: -52.5,-11.5 + pos: -87.5,78.5 parent: 2 - - uid: 25197 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35823 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-10.5 + pos: -68.5,81.5 parent: 2 - - uid: 25198 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35824 components: - type: Transform rot: 3.141592653589793 rad - pos: -52.5,-9.5 + pos: -68.5,75.5 parent: 2 - - uid: 25199 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35825 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-8.5 + pos: -63.5,75.5 parent: 2 - - uid: 25202 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 42877 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,-6.5 + pos: -0.5,20.5 parent: 2 - - uid: 25203 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 42889 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,-5.5 + pos: 1.5,22.5 parent: 2 - - uid: 25204 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 42951 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,-4.5 + pos: 31.5,-21.5 parent: 2 - - uid: 25205 + - uid: 42988 components: - type: Transform rot: 3.141592653589793 rad - pos: -53.5,-3.5 + pos: -5.5,-2.5 parent: 2 - - uid: 25206 + - uid: 42994 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,-2.5 + rot: 1.5707963267948966 rad + pos: -2.5,13.5 parent: 2 - - uid: 25207 + - uid: 43002 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,-1.5 + pos: 3.5,13.5 parent: 2 - - uid: 25208 +- proto: GasPipeFourway + entities: + - uid: 8413 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,-0.5 + pos: 31.5,-23.5 parent: 2 - - uid: 25209 + - uid: 27827 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,0.5 + pos: 1.5,52.5 parent: 2 - - uid: 25210 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 27989 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,1.5 + pos: 54.5,1.5 parent: 2 - - uid: 25211 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28052 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,2.5 + pos: 1.5,-51.5 parent: 2 - - uid: 25212 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28518 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,3.5 + pos: 29.5,31.5 parent: 2 - - uid: 25213 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28550 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,4.5 + pos: 52.5,-0.5 parent: 2 - - uid: 25214 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28614 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,5.5 + pos: -0.5,-50.5 parent: 2 - - uid: 25215 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28721 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,6.5 + pos: -21.5,44.5 parent: 2 - - uid: 25216 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28923 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,7.5 + pos: -0.5,54.5 parent: 2 - - uid: 25222 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29529 components: - type: Transform - pos: -52.5,9.5 + pos: 58.5,15.5 parent: 2 - - uid: 25223 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29538 components: - type: Transform - pos: -52.5,10.5 + pos: -19.5,-25.5 parent: 2 - - uid: 25224 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29636 components: - type: Transform - pos: -52.5,11.5 + pos: 59.5,1.5 parent: 2 - - uid: 25225 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29637 components: - type: Transform - pos: -52.5,12.5 + pos: 57.5,-0.5 parent: 2 - - uid: 25226 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29791 components: - type: Transform - pos: -51.5,14.5 + pos: 38.5,-37.5 parent: 2 - - uid: 25227 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30184 components: - type: Transform - pos: -51.5,15.5 + pos: -0.5,-31.5 parent: 2 - - uid: 25228 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30185 components: - type: Transform - pos: -51.5,16.5 + pos: 1.5,-30.5 parent: 2 - - uid: 25235 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30566 components: - type: Transform - pos: -50.5,18.5 + pos: -35.5,-36.5 parent: 2 - - uid: 25236 + - type: AtmosPipeColor + color: '#FF0000FF' +- proto: GasPipeStraight + entities: + - uid: 1029 components: - type: Transform - pos: -49.5,20.5 + rot: 3.141592653589793 rad + pos: 32.5,-26.5 parent: 2 - - uid: 25237 + - uid: 1087 components: - type: Transform - pos: -48.5,22.5 + rot: -1.5707963267948966 rad + pos: -72.5,57.5 parent: 2 - - uid: 25238 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1356 components: - type: Transform - pos: -48.5,23.5 + rot: 1.5707963267948966 rad + pos: 35.5,-25.5 parent: 2 - - uid: 25243 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1860 components: - type: Transform - pos: -47.5,25.5 + rot: -1.5707963267948966 rad + pos: -11.5,43.5 parent: 2 - - uid: 25244 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4206 components: - type: Transform - pos: -46.5,27.5 + rot: 3.141592653589793 rad + pos: 60.5,36.5 parent: 2 - - uid: 25245 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4304 components: - type: Transform - pos: -46.5,28.5 + rot: -1.5707963267948966 rad + pos: -75.5,57.5 parent: 2 - - uid: 25246 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4389 components: - type: Transform - pos: -46.5,29.5 + rot: 1.5707963267948966 rad + pos: 28.5,-21.5 parent: 2 - - uid: 25247 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4732 components: - type: Transform - pos: -46.5,30.5 + rot: -1.5707963267948966 rad + pos: -74.5,57.5 parent: 2 - - uid: 25248 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4834 components: - type: Transform - pos: -46.5,31.5 + rot: 3.141592653589793 rad + pos: 60.5,38.5 parent: 2 - - uid: 25249 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5214 components: - type: Transform - pos: -46.5,32.5 + rot: 3.141592653589793 rad + pos: -25.5,-13.5 parent: 2 - - uid: 25267 + - uid: 5215 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,33.5 + rot: 3.141592653589793 rad + pos: -23.5,-13.5 parent: 2 - - uid: 25268 + - uid: 5216 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,33.5 + rot: 3.141592653589793 rad + pos: -25.5,-11.5 parent: 2 - - uid: 25270 + - uid: 5217 components: - type: Transform rot: 3.141592653589793 rad - pos: -40.5,35.5 + pos: -23.5,-11.5 parent: 2 - - uid: 25271 + - uid: 5894 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,41.5 + rot: 3.141592653589793 rad + pos: 14.5,-44.5 parent: 2 - - uid: 25272 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6008 components: - type: Transform rot: 3.141592653589793 rad - pos: -33.5,42.5 + pos: 30.5,-8.5 parent: 2 - - uid: 25282 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6350 components: - type: Transform rot: 1.5707963267948966 rad - pos: -29.5,46.5 + pos: 27.5,-21.5 parent: 2 - - uid: 25283 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6930 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,47.5 + rot: -1.5707963267948966 rad + pos: 39.5,-13.5 parent: 2 - - uid: 25284 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6931 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,47.5 + rot: 3.141592653589793 rad + pos: 38.5,-22.5 parent: 2 - - uid: 25287 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6933 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,48.5 + pos: 49.5,-16.5 parent: 2 - - uid: 25288 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 6934 components: - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,48.5 + pos: 38.5,-17.5 parent: 2 - - uid: 25291 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6935 components: - type: Transform - pos: -22.5,49.5 + pos: 38.5,-19.5 parent: 2 - - uid: 25292 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6965 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,50.5 + pos: 38.5,-20.5 parent: 2 - - uid: 25293 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6966 components: - type: Transform rot: -1.5707963267948966 rad - pos: -20.5,50.5 + pos: 39.5,-18.5 parent: 2 - - uid: 25294 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7509 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,50.5 + rot: 1.5707963267948966 rad + pos: -55.5,40.5 parent: 2 - - uid: 25299 + - uid: 7510 components: - type: Transform - pos: -17.5,52.5 + rot: 1.5707963267948966 rad + pos: -55.5,42.5 parent: 2 - - uid: 25300 + - uid: 7511 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,53.5 + rot: 1.5707963267948966 rad + pos: -55.5,44.5 parent: 2 - - uid: 25301 + - uid: 7512 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,53.5 + rot: 1.5707963267948966 rad + pos: -55.5,46.5 parent: 2 - - uid: 25302 + - uid: 7514 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,53.5 + rot: 1.5707963267948966 rad + pos: -53.5,40.5 parent: 2 - - uid: 25303 + - uid: 7515 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,53.5 + rot: 1.5707963267948966 rad + pos: -54.5,42.5 parent: 2 - - uid: 25305 + - uid: 7516 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,53.5 + rot: 1.5707963267948966 rad + pos: -53.5,42.5 parent: 2 - - uid: 25306 + - uid: 7517 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,53.5 + rot: 1.5707963267948966 rad + pos: -54.5,44.5 parent: 2 - - uid: 25307 + - uid: 7518 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,53.5 + rot: 1.5707963267948966 rad + pos: -53.5,44.5 parent: 2 - - uid: 25308 + - uid: 7519 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,53.5 + rot: 1.5707963267948966 rad + pos: -54.5,46.5 parent: 2 - - uid: 25311 + - uid: 7520 components: - type: Transform rot: 1.5707963267948966 rad - pos: -6.5,54.5 + pos: -53.5,46.5 parent: 2 - - uid: 25312 + - uid: 7557 components: - type: Transform rot: 1.5707963267948966 rad - pos: -5.5,54.5 + pos: -50.5,41.5 parent: 2 - - uid: 25313 + - type: AtmosPipeColor + color: '#17E8E2FF' + - uid: 7559 components: - type: Transform rot: 1.5707963267948966 rad - pos: -4.5,54.5 + pos: -51.5,40.5 parent: 2 - - uid: 25314 + - type: AtmosPipeColor + color: '#17E8E2FF' + - uid: 7560 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,54.5 + pos: -50.5,41.5 parent: 2 - - uid: 25315 + - type: AtmosPipeColor + color: '#17E8E2FF' + - uid: 7563 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,54.5 + pos: -51.5,45.5 parent: 2 - - uid: 25316 + - uid: 7601 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,54.5 + rot: 3.141592653589793 rad + pos: 30.5,-26.5 parent: 2 - - uid: 25317 + - uid: 7605 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,54.5 + rot: -1.5707963267948966 rad + pos: -48.5,40.5 parent: 2 - - uid: 25318 + - type: AtmosPipeColor + color: '#17E8E2FF' + - uid: 7606 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,54.5 + rot: -1.5707963267948966 rad + pos: -47.5,40.5 parent: 2 - - uid: 25320 + - type: AtmosPipeColor + color: '#17E8E2FF' + - uid: 7608 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,54.5 + rot: 3.141592653589793 rad + pos: -46.5,41.5 parent: 2 - - uid: 25321 + - type: AtmosPipeColor + color: '#17E8E2FF' + - uid: 7609 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,54.5 + rot: 3.141592653589793 rad + pos: -46.5,42.5 parent: 2 - - uid: 25322 + - type: AtmosPipeColor + color: '#17E8E2FF' + - uid: 7610 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,54.5 + rot: 3.141592653589793 rad + pos: -46.5,43.5 parent: 2 - - uid: 25323 + - type: AtmosPipeColor + color: '#17E8E2FF' + - uid: 7614 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,54.5 + rot: 3.141592653589793 rad + pos: -46.5,47.5 parent: 2 - - uid: 25324 + - type: AtmosPipeColor + color: '#17E8E2FF' + - uid: 7615 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,54.5 + rot: 3.141592653589793 rad + pos: -46.5,48.5 parent: 2 - - uid: 25325 + - type: AtmosPipeColor + color: '#17E8E2FF' + - uid: 7616 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,54.5 + rot: 3.141592653589793 rad + pos: -46.5,49.5 parent: 2 - - uid: 25330 + - type: AtmosPipeColor + color: '#17E8E2FF' + - uid: 7619 components: - type: Transform rot: -1.5707963267948966 rad - pos: 9.5,53.5 + pos: -56.5,38.5 parent: 2 - - uid: 25331 + - uid: 7623 components: - type: Transform rot: -1.5707963267948966 rad - pos: 10.5,53.5 + pos: -58.5,38.5 parent: 2 - - uid: 25332 + - uid: 7624 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,53.5 + rot: -1.5707963267948966 rad + pos: -57.5,38.5 parent: 2 - - uid: 25334 + - uid: 7625 components: - type: Transform rot: -1.5707963267948966 rad - pos: 13.5,53.5 + pos: -53.5,52.5 parent: 2 - - uid: 25335 + - uid: 7626 components: - type: Transform rot: -1.5707963267948966 rad - pos: 15.5,52.5 + pos: -55.5,38.5 parent: 2 - - uid: 25336 + - uid: 7627 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,52.5 + pos: -44.5,45.5 parent: 2 - - uid: 25343 + - type: AtmosPipeColor + color: '#17E8E2FF' + - uid: 7628 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,51.5 + pos: -44.5,44.5 parent: 2 - - uid: 25344 + - type: AtmosPipeColor + color: '#17E8E2FF' + - uid: 7629 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,50.5 + pos: -44.5,43.5 parent: 2 - - uid: 25345 + - type: AtmosPipeColor + color: '#17E8E2FF' + - uid: 7630 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,49.5 + pos: -44.5,42.5 parent: 2 - - uid: 25346 + - type: AtmosPipeColor + color: '#17E8E2FF' + - uid: 7631 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,49.5 + pos: -44.5,41.5 parent: 2 - - uid: 25347 + - type: AtmosPipeColor + color: '#17E8E2FF' + - uid: 7632 + components: + - type: Transform + pos: -44.5,40.5 + parent: 2 + - type: AtmosPipeColor + color: '#17E8E2FF' + - uid: 7634 components: - type: Transform rot: -1.5707963267948966 rad - pos: 24.5,49.5 + pos: -45.5,39.5 parent: 2 - - uid: 25348 + - type: AtmosPipeColor + color: '#17E8E2FF' + - uid: 7635 components: - type: Transform rot: -1.5707963267948966 rad - pos: 25.5,49.5 + pos: -46.5,39.5 parent: 2 - - uid: 25350 + - type: AtmosPipeColor + color: '#17E8E2FF' + - uid: 7636 components: - type: Transform - pos: 26.5,48.5 + rot: -1.5707963267948966 rad + pos: -47.5,39.5 parent: 2 - - uid: 25351 + - type: AtmosPipeColor + color: '#17E8E2FF' + - uid: 7637 components: - type: Transform - pos: 26.5,47.5 + rot: -1.5707963267948966 rad + pos: -48.5,39.5 parent: 2 - - uid: 25352 + - type: AtmosPipeColor + color: '#17E8E2FF' + - uid: 7638 components: - type: Transform - pos: 26.5,46.5 + rot: -1.5707963267948966 rad + pos: -49.5,39.5 parent: 2 - - uid: 25353 + - type: AtmosPipeColor + color: '#17E8E2FF' + - uid: 7641 components: - type: Transform - pos: 26.5,45.5 + pos: -66.5,25.5 parent: 2 - - uid: 25354 + - uid: 7646 components: - type: Transform - pos: 26.5,44.5 + pos: -52.5,40.5 parent: 2 - - uid: 25355 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7647 components: - type: Transform - pos: 26.5,43.5 + rot: 3.141592653589793 rad + pos: 34.5,-26.5 parent: 2 - - uid: 25357 + - uid: 7648 components: - type: Transform - pos: 26.5,41.5 + rot: -1.5707963267948966 rad + pos: -53.5,41.5 parent: 2 - - uid: 25358 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7649 components: - type: Transform - pos: 26.5,40.5 + rot: 1.5707963267948966 rad + pos: -55.5,48.5 parent: 2 - - uid: 25365 + - uid: 7650 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,38.5 + pos: -54.5,39.5 parent: 2 - - uid: 25366 + - uid: 7651 components: - type: Transform rot: 1.5707963267948966 rad - pos: 30.5,37.5 + pos: -53.5,48.5 parent: 2 - - uid: 25367 + - uid: 7655 components: - type: Transform - pos: 31.5,36.5 + pos: -52.5,41.5 parent: 2 - - uid: 25368 + - uid: 7656 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,35.5 + rot: 3.141592653589793 rad + pos: -52.5,42.5 parent: 2 - - uid: 25369 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7662 components: - type: Transform rot: -1.5707963267948966 rad - pos: 33.5,35.5 + pos: -57.5,41.5 parent: 2 - - uid: 25370 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7663 components: - type: Transform rot: -1.5707963267948966 rad - pos: 34.5,35.5 + pos: -56.5,41.5 parent: 2 - - uid: 25378 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7664 components: - type: Transform - pos: 35.5,34.5 + rot: -1.5707963267948966 rad + pos: -55.5,41.5 parent: 2 - - uid: 25379 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7665 components: - type: Transform - pos: 35.5,33.5 + rot: -1.5707963267948966 rad + pos: -57.5,43.5 parent: 2 - - uid: 25380 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7666 components: - type: Transform - pos: 35.5,32.5 + rot: -1.5707963267948966 rad + pos: -56.5,43.5 parent: 2 - - uid: 25381 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7667 components: - type: Transform rot: -1.5707963267948966 rad - pos: 36.5,31.5 + pos: -55.5,43.5 parent: 2 - - uid: 25382 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7669 components: - type: Transform rot: -1.5707963267948966 rad - pos: 37.5,31.5 + pos: -53.5,43.5 parent: 2 - - uid: 25383 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7670 components: - type: Transform rot: -1.5707963267948966 rad - pos: 38.5,31.5 + pos: -57.5,45.5 parent: 2 - - uid: 25384 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7671 components: - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,30.5 + rot: -1.5707963267948966 rad + pos: -56.5,45.5 parent: 2 - - uid: 25385 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7672 components: - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,29.5 + rot: -1.5707963267948966 rad + pos: -55.5,45.5 parent: 2 - - uid: 25386 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7673 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,27.5 + rot: -1.5707963267948966 rad + pos: -54.5,45.5 parent: 2 - - uid: 25387 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7674 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,27.5 + rot: -1.5707963267948966 rad + pos: -53.5,45.5 parent: 2 - - uid: 25388 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7675 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 43.5,27.5 + rot: -1.5707963267948966 rad + pos: -57.5,47.5 parent: 2 - - uid: 25389 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7676 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,27.5 + rot: -1.5707963267948966 rad + pos: -56.5,47.5 parent: 2 - - uid: 25390 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7677 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,27.5 + rot: -1.5707963267948966 rad + pos: -55.5,47.5 parent: 2 - - uid: 25391 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7678 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,27.5 + rot: -1.5707963267948966 rad + pos: -54.5,47.5 parent: 2 - - uid: 25401 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7679 components: - type: Transform - rot: 3.141592653589793 rad - pos: 48.5,25.5 + rot: -1.5707963267948966 rad + pos: -53.5,47.5 parent: 2 - - uid: 25402 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7680 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,21.5 + rot: -1.5707963267948966 rad + pos: -57.5,49.5 parent: 2 - - uid: 25403 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7681 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,20.5 + rot: -1.5707963267948966 rad + pos: -56.5,49.5 parent: 2 - - uid: 25404 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7682 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,19.5 + rot: -1.5707963267948966 rad + pos: -55.5,49.5 parent: 2 - - uid: 25405 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7683 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,18.5 + rot: -1.5707963267948966 rad + pos: -54.5,49.5 parent: 2 - - uid: 25408 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7684 components: - type: Transform rot: -1.5707963267948966 rad - pos: 52.5,17.5 + pos: -53.5,49.5 parent: 2 - - uid: 25409 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7690 components: - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,16.5 + pos: -51.5,47.5 parent: 2 - - uid: 25410 + - uid: 7700 components: - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,15.5 + pos: -51.5,49.5 parent: 2 - - uid: 25411 + - uid: 7701 components: - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,14.5 + pos: -51.5,50.5 parent: 2 - - uid: 25412 + - uid: 7702 components: - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,12.5 + pos: -51.5,51.5 parent: 2 - - uid: 25413 + - uid: 7717 components: - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,11.5 + pos: -51.5,37.5 parent: 2 - - uid: 25414 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7718 components: - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,10.5 + pos: -51.5,38.5 parent: 2 - - uid: 25415 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7719 components: - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,9.5 + pos: -52.5,37.5 parent: 2 - - uid: 25418 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7720 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,7.5 + pos: -52.5,38.5 parent: 2 - - uid: 25419 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7727 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,6.5 + rot: 1.5707963267948966 rad + pos: -55.5,54.5 parent: 2 - - uid: 25420 + - uid: 7729 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,5.5 + rot: 1.5707963267948966 rad + pos: -56.5,54.5 parent: 2 - - uid: 25421 + - uid: 7730 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,4.5 + rot: -1.5707963267948966 rad + pos: -59.5,38.5 parent: 2 - - uid: 25422 + - uid: 7731 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,3.5 + rot: 1.5707963267948966 rad + pos: -57.5,54.5 parent: 2 - - uid: 25423 + - uid: 7744 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,2.5 + rot: -1.5707963267948966 rad + pos: -54.5,54.5 parent: 2 - - uid: 25424 + - uid: 7745 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,1.5 + rot: -1.5707963267948966 rad + pos: -53.5,54.5 parent: 2 - - uid: 25425 + - uid: 7747 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,0.5 + rot: 1.5707963267948966 rad + pos: -51.5,54.5 parent: 2 - - uid: 25426 + - uid: 7749 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-0.5 + pos: -50.5,53.5 parent: 2 - - uid: 25427 + - uid: 7750 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-1.5 + pos: -50.5,52.5 parent: 2 - - uid: 25428 + - uid: 7751 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-2.5 + pos: -50.5,51.5 parent: 2 - - uid: 25429 + - uid: 7752 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-3.5 + pos: -50.5,50.5 parent: 2 - - uid: 25430 + - uid: 7753 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-4.5 + pos: -50.5,49.5 parent: 2 - - uid: 25431 + - uid: 7754 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-5.5 + pos: -50.5,48.5 parent: 2 - - uid: 25432 + - uid: 7755 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-6.5 + pos: -50.5,47.5 parent: 2 - - uid: 25439 + - uid: 7757 components: - type: Transform - pos: 53.5,-8.5 + pos: -52.5,43.5 parent: 2 - - uid: 25440 + - uid: 7758 components: - type: Transform - pos: 53.5,-9.5 + rot: 3.141592653589793 rad + pos: -52.5,44.5 parent: 2 - - uid: 25441 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7759 components: - type: Transform - pos: 53.5,-10.5 + rot: 3.141592653589793 rad + pos: -52.5,46.5 parent: 2 - - uid: 25442 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7760 components: - type: Transform - pos: 53.5,-11.5 + rot: 3.141592653589793 rad + pos: -52.5,48.5 parent: 2 - - uid: 25443 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7761 components: - type: Transform - pos: 53.5,-12.5 + rot: 3.141592653589793 rad + pos: -50.5,46.5 parent: 2 - - uid: 25444 + - uid: 7766 components: - type: Transform - pos: 53.5,-13.5 + rot: 3.141592653589793 rad + pos: -47.5,47.5 parent: 2 - - uid: 25445 + - uid: 7767 components: - type: Transform - pos: 53.5,-14.5 + rot: 3.141592653589793 rad + pos: -47.5,46.5 parent: 2 - - uid: 25446 + - uid: 7774 components: - type: Transform - pos: 53.5,-15.5 + rot: -1.5707963267948966 rad + pos: -53.5,50.5 parent: 2 - - uid: 25447 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7780 components: - type: Transform - pos: 53.5,-16.5 + rot: 1.5707963267948966 rad + pos: -54.5,43.5 parent: 2 - - uid: 25448 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7781 components: - type: Transform - pos: 53.5,-17.5 + rot: 1.5707963267948966 rad + pos: -54.5,41.5 parent: 2 - - uid: 25449 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7800 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,-18.5 + rot: 1.5707963267948966 rad + pos: 40.5,-5.5 parent: 2 - - uid: 25450 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8372 components: - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-20.5 + rot: 1.5707963267948966 rad + pos: -21.5,22.5 parent: 2 - - uid: 25451 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8640 components: - type: Transform rot: 3.141592653589793 rad - pos: 50.5,-21.5 + pos: 51.5,34.5 parent: 2 - - uid: 25461 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8641 components: - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,-23.5 + rot: 1.5707963267948966 rad + pos: 52.5,33.5 parent: 2 - - uid: 25465 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8642 components: - type: Transform - rot: 3.141592653589793 rad - pos: 48.5,-25.5 + rot: 1.5707963267948966 rad + pos: 53.5,33.5 parent: 2 - - uid: 25466 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8643 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-27.5 + rot: 1.5707963267948966 rad + pos: 53.5,35.5 parent: 2 - - uid: 25467 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8644 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-30.5 + pos: 52.5,36.5 parent: 2 - - uid: 25468 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8672 components: - type: Transform rot: 3.141592653589793 rad - pos: 46.5,-29.5 + pos: 60.5,37.5 parent: 2 - - uid: 25469 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9047 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-32.5 + rot: -1.5707963267948966 rad + pos: -55.5,52.5 parent: 2 - - uid: 25470 + - uid: 9052 components: - type: Transform - pos: 43.5,-33.5 + pos: -60.5,47.5 parent: 2 - - uid: 25471 + - uid: 9061 components: - type: Transform - pos: 43.5,-34.5 + pos: -60.5,46.5 parent: 2 - - uid: 25472 + - uid: 9062 components: - type: Transform - pos: 43.5,-35.5 + pos: -60.5,45.5 parent: 2 - - uid: 25502 + - uid: 9063 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-51.5 + pos: -60.5,44.5 parent: 2 - - uid: 25503 + - uid: 9064 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-51.5 + pos: -60.5,43.5 parent: 2 - - uid: 25504 + - uid: 9066 components: - type: Transform rot: -1.5707963267948966 rad - pos: 19.5,-51.5 + pos: -61.5,42.5 parent: 2 - - uid: 25505 + - uid: 9069 components: - type: Transform - pos: 20.5,-50.5 + pos: -66.5,28.5 parent: 2 - - uid: 25506 + - uid: 9070 components: - type: Transform rot: -1.5707963267948966 rad - pos: 21.5,-49.5 + pos: -62.5,39.5 parent: 2 - - uid: 25507 + - uid: 9072 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-48.5 + pos: -63.5,38.5 parent: 2 - - uid: 25508 + - uid: 9073 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,-47.5 + pos: -63.5,37.5 parent: 2 - - uid: 25509 + - uid: 9074 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,-46.5 + pos: -63.5,36.5 parent: 2 - - uid: 25511 + - uid: 9077 components: - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,-39.5 + pos: -64.5,34.5 parent: 2 - - uid: 25512 + - uid: 9078 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,-37.5 + pos: -64.5,33.5 parent: 2 - - uid: 25513 + - uid: 9079 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-37.5 + rot: -1.5707963267948966 rad + pos: -62.5,42.5 parent: 2 - - uid: 25514 + - uid: 9084 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-37.5 + pos: -63.5,41.5 parent: 2 - - uid: 25515 + - uid: 9088 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,-37.5 + pos: -64.5,39.5 parent: 2 - - uid: 25516 + - uid: 9089 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-37.5 + pos: -64.5,38.5 parent: 2 - - uid: 25517 + - uid: 9090 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,-52.5 + pos: -64.5,37.5 parent: 2 - - uid: 25518 + - uid: 9093 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-52.5 + pos: -66.5,34.5 parent: 2 - - uid: 25519 + - uid: 9094 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-52.5 + pos: -66.5,33.5 parent: 2 - - uid: 25520 + - uid: 9095 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-52.5 + pos: -66.5,32.5 parent: 2 - - uid: 25521 + - uid: 9096 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-52.5 + pos: -66.5,31.5 parent: 2 - - uid: 25522 + - uid: 9097 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-52.5 + pos: -66.5,30.5 parent: 2 - - uid: 25525 + - uid: 9098 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-51.5 + pos: -66.5,29.5 parent: 2 - - uid: 25526 + - uid: 9099 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-51.5 + pos: -65.5,31.5 parent: 2 - - uid: 25527 + - uid: 9100 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-51.5 + pos: -65.5,30.5 parent: 2 - - uid: 25528 + - uid: 9101 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-51.5 + pos: -65.5,29.5 parent: 2 - - uid: 25529 + - uid: 9102 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-51.5 + pos: -66.5,27.5 parent: 2 - - uid: 25530 + - uid: 9103 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-51.5 + pos: -65.5,28.5 parent: 2 - - uid: 25531 + - uid: 9104 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-51.5 + pos: -65.5,27.5 parent: 2 - - uid: 25533 + - uid: 9107 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-51.5 + pos: -66.5,24.5 parent: 2 - - uid: 25534 + - uid: 9109 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-51.5 + pos: -65.5,24.5 parent: 2 - - uid: 25535 + - uid: 9139 components: - type: Transform rot: -1.5707963267948966 rad - pos: -1.5,-51.5 + pos: -68.5,23.5 parent: 2 - - uid: 25536 + - uid: 9299 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-51.5 + rot: 1.5707963267948966 rad + pos: -69.5,23.5 parent: 2 - - uid: 25537 + - uid: 9300 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-51.5 + rot: 1.5707963267948966 rad + pos: -69.5,22.5 parent: 2 - - uid: 25538 + - uid: 9301 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-51.5 + rot: 1.5707963267948966 rad + pos: -68.5,22.5 parent: 2 - - uid: 25539 + - uid: 9302 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-51.5 + rot: 1.5707963267948966 rad + pos: -67.5,22.5 parent: 2 - - uid: 25540 + - uid: 9309 components: - type: Transform rot: -1.5707963267948966 rad - pos: -6.5,-51.5 + pos: -54.5,52.5 parent: 2 - - uid: 25541 + - uid: 9311 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-51.5 + pos: -60.5,48.5 parent: 2 - - uid: 25542 + - uid: 9312 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-51.5 + rot: 3.141592653589793 rad + pos: -60.5,21.5 parent: 2 - - uid: 25543 + - uid: 9315 components: - type: Transform rot: -1.5707963267948966 rad - pos: -9.5,-51.5 + pos: -61.5,20.5 parent: 2 - - uid: 25544 + - uid: 9316 components: - type: Transform rot: -1.5707963267948966 rad - pos: -10.5,-51.5 + pos: -62.5,20.5 parent: 2 - - uid: 25545 + - uid: 9317 components: - type: Transform rot: -1.5707963267948966 rad - pos: -11.5,-51.5 + pos: -63.5,20.5 parent: 2 - - uid: 25546 + - uid: 9319 components: - type: Transform rot: -1.5707963267948966 rad - pos: -12.5,-51.5 + pos: -65.5,20.5 parent: 2 - - uid: 25547 + - uid: 9320 components: - type: Transform rot: -1.5707963267948966 rad - pos: -13.5,-51.5 + pos: -66.5,20.5 parent: 2 - - uid: 25548 + - uid: 9321 components: - type: Transform rot: -1.5707963267948966 rad - pos: -14.5,-51.5 + pos: -67.5,20.5 parent: 2 - - uid: 25549 + - uid: 9396 components: - type: Transform rot: -1.5707963267948966 rad - pos: -15.5,-51.5 + pos: 40.5,-13.5 parent: 2 - - uid: 25552 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9478 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-50.5 + pos: 38.5,-16.5 parent: 2 - - uid: 25553 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9479 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-50.5 + pos: 38.5,-15.5 parent: 2 - - uid: 25554 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9482 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-50.5 + pos: 38.5,-14.5 parent: 2 - - uid: 25555 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9498 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-50.5 + rot: 3.141592653589793 rad + pos: 60.5,41.5 parent: 2 - - uid: 25556 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9917 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-50.5 + rot: 1.5707963267948966 rad + pos: 37.5,-7.5 parent: 2 - - uid: 25557 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9918 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-50.5 + rot: 1.5707963267948966 rad + pos: 38.5,-7.5 parent: 2 - - uid: 25572 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9975 components: - type: Transform rot: 3.141592653589793 rad - pos: -23.5,-49.5 + pos: 60.5,40.5 parent: 2 - - uid: 25573 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 10134 components: - type: Transform rot: 3.141592653589793 rad - pos: -23.5,-48.5 + pos: 51.5,35.5 parent: 2 - - uid: 25574 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 11037 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,-47.5 + rot: 3.141592653589793 rad + pos: 60.5,39.5 parent: 2 - - uid: 25575 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 11610 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-46.5 + rot: 3.141592653589793 rad + pos: 47.5,48.5 parent: 2 - - uid: 25577 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 11611 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-41.5 + rot: 3.141592653589793 rad + pos: 47.5,49.5 parent: 2 - - uid: 25578 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 11757 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,-41.5 + pos: 33.5,-23.5 parent: 2 - - uid: 25579 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 11758 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,-41.5 + rot: 3.141592653589793 rad + pos: 33.5,-22.5 parent: 2 - - uid: 25581 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 11788 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-42.5 + pos: 41.5,49.5 parent: 2 - - uid: 25582 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 11901 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,-42.5 + rot: 3.141592653589793 rad + pos: 36.5,-24.5 parent: 2 - - uid: 25583 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 11904 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-41.5 + pos: 33.5,-24.5 parent: 2 - - uid: 25584 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12383 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-40.5 + rot: 1.5707963267948966 rad + pos: 45.5,46.5 parent: 2 - - uid: 25585 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12386 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-39.5 + rot: -1.5707963267948966 rad + pos: 42.5,50.5 parent: 2 - - uid: 25586 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12387 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-38.5 + rot: -1.5707963267948966 rad + pos: 46.5,50.5 parent: 2 - - uid: 25587 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12510 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-37.5 + rot: 1.5707963267948966 rad + pos: -67.5,23.5 parent: 2 - - uid: 25588 + - uid: 12955 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-36.5 + rot: 1.5707963267948966 rad + pos: -11.5,20.5 parent: 2 - - uid: 25589 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12957 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-35.5 + rot: 1.5707963267948966 rad + pos: -12.5,20.5 parent: 2 - - uid: 25590 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12964 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-34.5 + rot: 1.5707963267948966 rad + pos: -14.5,20.5 parent: 2 - - uid: 25593 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12965 components: - type: Transform - pos: -37.5,-43.5 + rot: 1.5707963267948966 rad + pos: -13.5,20.5 parent: 2 - - uid: 25594 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12977 components: - type: Transform - pos: -37.5,-44.5 + rot: 1.5707963267948966 rad + pos: -18.5,20.5 parent: 2 - - uid: 25595 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12983 components: - type: Transform - pos: -37.5,-45.5 + rot: 1.5707963267948966 rad + pos: -19.5,20.5 parent: 2 - - uid: 25596 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 13129 components: - type: Transform - pos: -37.5,-46.5 + rot: 1.5707963267948966 rad + pos: 29.5,-9.5 parent: 2 - - uid: 25618 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 13944 components: - type: Transform rot: 3.141592653589793 rad - pos: -44.5,-29.5 + pos: 47.5,47.5 parent: 2 - - uid: 25619 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14083 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-26.5 - parent: 2 - - uid: 25620 + pos: 11.5,5.5 + parent: 14592 + - uid: 15565 components: - type: Transform rot: 3.141592653589793 rad - pos: -47.5,-24.5 - parent: 2 - - uid: 25621 + pos: 8.5,-2.5 + parent: 14592 + - uid: 15777 components: - type: Transform rot: 3.141592653589793 rad - pos: -48.5,-22.5 - parent: 2 - - uid: 25622 + pos: 12.5,5.5 + parent: 14592 + - uid: 15779 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-43.5 - parent: 2 - - uid: 25623 + rot: -1.5707963267948966 rad + pos: 9.5,4.5 + parent: 14592 + - uid: 15780 components: - type: Transform rot: 3.141592653589793 rad - pos: -29.5,-42.5 - parent: 2 - - uid: 25624 + pos: 8.5,3.5 + parent: 14592 + - uid: 15781 components: - type: Transform rot: 3.141592653589793 rad - pos: -29.5,-41.5 - parent: 2 - - uid: 25625 + pos: 8.5,1.5 + parent: 14592 + - uid: 15782 components: - type: Transform rot: 3.141592653589793 rad - pos: -29.5,-40.5 - parent: 2 - - uid: 25626 + pos: 8.5,0.5 + parent: 14592 + - uid: 15783 components: - type: Transform rot: 3.141592653589793 rad - pos: -29.5,-39.5 - parent: 2 - - uid: 25627 + pos: 8.5,-0.5 + parent: 14592 + - uid: 15785 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-38.5 - parent: 2 - - uid: 25628 + rot: 1.5707963267948966 rad + pos: 7.5,-3.5 + parent: 14592 + - uid: 15787 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-37.5 - parent: 2 - - uid: 25629 + rot: 1.5707963267948966 rad + pos: 5.5,-3.5 + parent: 14592 + - uid: 15788 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-36.5 - parent: 2 - - uid: 25634 + pos: 4.5,-2.5 + parent: 14592 + - uid: 15789 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,-33.5 - parent: 2 - - uid: 25635 + rot: 1.5707963267948966 rad + pos: 3.5,-1.5 + parent: 14592 + - uid: 15790 components: - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,-34.5 - parent: 2 - - uid: 25636 + rot: -1.5707963267948966 rad + pos: 2.5,-1.5 + parent: 14592 + - uid: 15791 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-35.5 - parent: 2 - - uid: 25637 + rot: -1.5707963267948966 rad + pos: 1.5,-1.5 + parent: 14592 + - uid: 15792 components: - type: Transform - pos: -45.5,34.5 - parent: 2 - - uid: 25638 + rot: -1.5707963267948966 rad + pos: 0.5,-1.5 + parent: 14592 + - uid: 15793 components: - type: Transform - pos: -45.5,35.5 - parent: 2 - - uid: 25639 + rot: -1.5707963267948966 rad + pos: -1.5,-1.5 + parent: 14592 + - uid: 15794 components: - type: Transform - pos: -45.5,36.5 - parent: 2 - - uid: 25640 + rot: -1.5707963267948966 rad + pos: -2.5,-1.5 + parent: 14592 + - uid: 15795 components: - type: Transform - pos: -45.5,37.5 - parent: 2 - - uid: 25641 + rot: -1.5707963267948966 rad + pos: -3.5,-1.5 + parent: 14592 + - uid: 15796 components: - type: Transform - pos: -45.5,38.5 - parent: 2 - - uid: 25642 + rot: -1.5707963267948966 rad + pos: -4.5,-1.5 + parent: 14592 + - uid: 15797 components: - type: Transform - pos: -45.5,39.5 - parent: 2 - - uid: 25643 + rot: 3.141592653589793 rad + pos: -6.5,-0.5 + parent: 14592 + - uid: 15805 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,24.5 - parent: 2 - - uid: 25644 + pos: -5.5,-2.5 + parent: 14592 + - uid: 15806 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,23.5 - parent: 2 - - uid: 25647 + pos: -5.5,-3.5 + parent: 14592 + - uid: 15807 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,40.5 - parent: 2 - - uid: 25649 + pos: -5.5,-4.5 + parent: 14592 + - uid: 15808 components: - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,44.5 - parent: 2 - - uid: 25650 + pos: -5.5,-5.5 + parent: 14592 + - uid: 15809 components: - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,43.5 - parent: 2 - - uid: 25651 + pos: -5.5,-6.5 + parent: 14592 + - uid: 15810 components: - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,42.5 - parent: 2 - - uid: 25652 + pos: -5.5,-7.5 + parent: 14592 + - uid: 15811 components: - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,41.5 - parent: 2 - - uid: 25653 + pos: -0.5,-4.5 + parent: 14592 + - uid: 15812 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,25.5 - parent: 2 - - uid: 25656 + pos: -0.5,-2.5 + parent: 14592 + - uid: 15813 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,26.5 - parent: 2 - - uid: 25657 + pos: -0.5,-5.5 + parent: 14592 + - uid: 15814 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,26.5 - parent: 2 - - uid: 25658 + pos: -0.5,-6.5 + parent: 14592 + - uid: 15815 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,26.5 - parent: 2 - - uid: 25659 + pos: 6.5,-4.5 + parent: 14592 + - uid: 15816 components: - type: Transform - pos: -32.5,27.5 - parent: 2 - - uid: 25660 + pos: 6.5,-5.5 + parent: 14592 + - uid: 15817 components: - type: Transform - pos: -32.5,28.5 - parent: 2 - - uid: 25662 + pos: 6.5,-6.5 + parent: 14592 + - uid: 15818 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,29.5 - parent: 2 - - uid: 25663 + pos: 6.5,-7.5 + parent: 14592 + - uid: 23812 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,29.5 + rot: 1.5707963267948966 rad + pos: -42.5,1.5 parent: 2 - - uid: 25664 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 27821 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,29.5 + pos: -39.5,35.5 parent: 2 - - uid: 25665 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27822 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,29.5 + pos: -39.5,36.5 parent: 2 - - uid: 25666 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27852 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,29.5 + pos: -39.5,34.5 parent: 2 - - uid: 25667 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27854 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,29.5 + rot: 3.141592653589793 rad + pos: -33.5,42.5 parent: 2 - - uid: 25668 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27855 components: - type: Transform rot: 1.5707963267948966 rad - pos: -40.5,29.5 + pos: -34.5,41.5 parent: 2 - - uid: 25669 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27856 components: - type: Transform rot: 1.5707963267948966 rad - pos: -39.5,29.5 + pos: -29.5,46.5 parent: 2 - - uid: 25670 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27857 components: - type: Transform rot: 1.5707963267948966 rad - pos: -41.5,29.5 + pos: -27.5,47.5 parent: 2 - - uid: 25672 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27858 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,30.5 + rot: 1.5707963267948966 rad + pos: -26.5,47.5 parent: 2 - - uid: 25673 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27859 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,31.5 + rot: 1.5707963267948966 rad + pos: -24.5,48.5 parent: 2 - - uid: 25674 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27860 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,32.5 + pos: -6.5,-33.5 parent: 2 - - uid: 25676 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 27861 components: - type: Transform - pos: -12.5,54.5 + pos: -22.5,49.5 parent: 2 - - uid: 25678 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27862 components: - type: Transform rot: -1.5707963267948966 rad - pos: -1.5,42.5 + pos: -21.5,50.5 parent: 2 - - uid: 25679 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27863 components: - type: Transform rot: -1.5707963267948966 rad - pos: -0.5,42.5 + pos: -20.5,50.5 parent: 2 - - uid: 25680 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27864 components: - type: Transform rot: -1.5707963267948966 rad - pos: 0.5,42.5 + pos: -19.5,50.5 parent: 2 - - uid: 25682 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27865 components: - type: Transform rot: 3.141592653589793 rad - pos: 1.5,43.5 + pos: -17.5,52.5 parent: 2 - - uid: 25683 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27867 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,44.5 + rot: 1.5707963267948966 rad + pos: -15.5,53.5 parent: 2 - - uid: 25684 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27868 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,45.5 + rot: 1.5707963267948966 rad + pos: -14.5,53.5 parent: 2 - - uid: 25685 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27869 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,46.5 + rot: 1.5707963267948966 rad + pos: -13.5,53.5 parent: 2 - - uid: 25686 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27870 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,47.5 + rot: 1.5707963267948966 rad + pos: -12.5,53.5 parent: 2 - - uid: 25687 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27871 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,48.5 + rot: 1.5707963267948966 rad + pos: -11.5,53.5 parent: 2 - - uid: 25688 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27872 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,49.5 + rot: 1.5707963267948966 rad + pos: -10.5,53.5 parent: 2 - - uid: 25689 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27873 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,50.5 + rot: 1.5707963267948966 rad + pos: -9.5,53.5 parent: 2 - - uid: 25690 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27874 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,51.5 + rot: 1.5707963267948966 rad + pos: -8.5,53.5 parent: 2 - - uid: 25691 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27875 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,52.5 + rot: 1.5707963267948966 rad + pos: -6.5,54.5 parent: 2 - - uid: 25692 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27876 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,53.5 + rot: 1.5707963267948966 rad + pos: -5.5,54.5 parent: 2 - - uid: 25693 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27877 components: - type: Transform - pos: 11.5,52.5 + rot: 1.5707963267948966 rad + pos: -4.5,54.5 parent: 2 - - uid: 25694 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27879 components: - type: Transform - pos: 11.5,51.5 + rot: 1.5707963267948966 rad + pos: -2.5,54.5 parent: 2 - - uid: 25695 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27880 components: - type: Transform - pos: 11.5,50.5 + rot: 1.5707963267948966 rad + pos: -1.5,54.5 parent: 2 - - uid: 25696 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27881 components: - type: Transform - pos: 11.5,49.5 + pos: -46.5,34.5 parent: 2 - - uid: 25697 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27882 components: - type: Transform - pos: 11.5,48.5 + rot: 1.5707963267948966 rad + pos: 0.5,54.5 parent: 2 - - uid: 25698 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27883 components: - type: Transform - pos: 11.5,47.5 + rot: 1.5707963267948966 rad + pos: 1.5,54.5 parent: 2 - - uid: 25699 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27884 components: - type: Transform - pos: 11.5,46.5 + rot: 1.5707963267948966 rad + pos: 2.5,54.5 parent: 2 - - uid: 25700 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27886 components: - type: Transform - pos: 11.5,45.5 + rot: 1.5707963267948966 rad + pos: 4.5,54.5 parent: 2 - - uid: 25703 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27887 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,42.5 + rot: 1.5707963267948966 rad + pos: 5.5,54.5 parent: 2 - - uid: 25704 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27888 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,42.5 + rot: 1.5707963267948966 rad + pos: 6.5,54.5 parent: 2 - - uid: 25705 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27889 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,42.5 + rot: 1.5707963267948966 rad + pos: 7.5,54.5 parent: 2 - - uid: 25706 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27899 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,42.5 + rot: 1.5707963267948966 rad + pos: 34.5,44.5 parent: 2 - - uid: 25707 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 27922 components: - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,41.5 + rot: 1.5707963267948966 rad + pos: 9.5,53.5 parent: 2 - - uid: 25712 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27923 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,13.5 + rot: 1.5707963267948966 rad + pos: 10.5,53.5 parent: 2 - - uid: 25714 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27924 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-39.5 + rot: 1.5707963267948966 rad + pos: 11.5,53.5 parent: 2 - - uid: 25715 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27925 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-38.5 + rot: 1.5707963267948966 rad + pos: 12.5,53.5 parent: 2 - - uid: 25716 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27926 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-37.5 + rot: 1.5707963267948966 rad + pos: 13.5,53.5 parent: 2 - - uid: 25717 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27927 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-36.5 + rot: 1.5707963267948966 rad + pos: 15.5,52.5 parent: 2 - - uid: 25720 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27928 components: - type: Transform rot: 1.5707963267948966 rad - pos: 21.5,-35.5 + pos: 16.5,52.5 parent: 2 - - uid: 25721 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27929 components: - type: Transform rot: 1.5707963267948966 rad - pos: 22.5,-35.5 + pos: 18.5,51.5 parent: 2 - - uid: 25722 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27930 components: - type: Transform rot: 1.5707963267948966 rad - pos: 23.5,-35.5 + pos: 20.5,50.5 parent: 2 - - uid: 25723 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27931 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,-35.5 + pos: -38.5,19.5 parent: 2 - - uid: 25724 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27932 components: - type: Transform rot: 1.5707963267948966 rad - pos: 25.5,-35.5 + pos: 23.5,49.5 parent: 2 - - uid: 25725 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27933 components: - type: Transform rot: 1.5707963267948966 rad - pos: 26.5,-35.5 + pos: 24.5,49.5 parent: 2 - - uid: 25726 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27934 components: - type: Transform rot: 1.5707963267948966 rad - pos: 27.5,-35.5 + pos: 25.5,49.5 parent: 2 - - uid: 25727 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27935 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,-35.5 + pos: 26.5,48.5 parent: 2 - - uid: 25728 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27936 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-35.5 + pos: 26.5,47.5 parent: 2 - - uid: 25729 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27937 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,-35.5 + pos: 26.5,46.5 parent: 2 - - uid: 25730 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27938 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,-35.5 + pos: 26.5,45.5 parent: 2 - - uid: 25731 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27939 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,-35.5 + pos: 26.5,44.5 parent: 2 - - uid: 25732 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27940 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-35.5 + pos: 26.5,43.5 parent: 2 - - uid: 25733 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27942 components: - type: Transform - pos: 20.5,-34.5 + pos: 26.5,41.5 parent: 2 - - uid: 25734 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27943 components: - type: Transform - pos: 20.5,-33.5 + pos: 26.5,40.5 parent: 2 - - uid: 25735 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27944 components: - type: Transform - pos: 20.5,-32.5 + pos: 26.5,39.5 parent: 2 - - uid: 25736 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27945 components: - type: Transform - pos: 20.5,-31.5 + rot: -1.5707963267948966 rad + pos: 27.5,38.5 parent: 2 - - uid: 25737 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27947 components: - type: Transform - pos: 20.5,-30.5 + rot: -1.5707963267948966 rad + pos: 30.5,37.5 parent: 2 - - uid: 25738 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27948 components: - type: Transform - pos: 20.5,-29.5 + rot: 3.141592653589793 rad + pos: 31.5,36.5 parent: 2 - - uid: 25739 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27949 components: - type: Transform - pos: 20.5,-28.5 + rot: 1.5707963267948966 rad + pos: 32.5,28.5 parent: 2 - - uid: 25740 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 27950 components: - type: Transform - pos: 20.5,-27.5 + rot: 1.5707963267948966 rad + pos: 33.5,35.5 parent: 2 - - uid: 25743 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27951 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-26.5 + rot: 1.5707963267948966 rad + pos: 34.5,35.5 parent: 2 - - uid: 25744 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27952 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-26.5 + pos: 35.5,34.5 parent: 2 - - uid: 25745 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27953 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-26.5 + pos: 35.5,33.5 parent: 2 - - uid: 25746 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27954 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-26.5 + pos: 35.5,32.5 parent: 2 - - uid: 25747 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27955 components: - type: Transform rot: -1.5707963267948966 rad - pos: 15.5,-26.5 + pos: 36.5,31.5 parent: 2 - - uid: 25748 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27956 components: - type: Transform rot: -1.5707963267948966 rad - pos: 14.5,-26.5 + pos: 37.5,31.5 parent: 2 - - uid: 25749 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27957 components: - type: Transform rot: -1.5707963267948966 rad - pos: 13.5,-26.5 + pos: 38.5,31.5 parent: 2 - - uid: 25750 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27958 components: - type: Transform rot: 3.141592653589793 rad - pos: 12.5,-25.5 + pos: 39.5,30.5 parent: 2 - - uid: 25757 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27960 components: - type: Transform - pos: -38.5,-38.5 + rot: 1.5707963267948966 rad + pos: 41.5,27.5 parent: 2 - - uid: 25758 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27961 components: - type: Transform - pos: -38.5,-37.5 + rot: 1.5707963267948966 rad + pos: 42.5,27.5 parent: 2 - - uid: 25759 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27962 components: - type: Transform - pos: -38.5,-36.5 + rot: 1.5707963267948966 rad + pos: 43.5,27.5 parent: 2 - - uid: 25760 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27963 components: - type: Transform - pos: -38.5,-35.5 + rot: 1.5707963267948966 rad + pos: 44.5,27.5 parent: 2 - - uid: 25761 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27964 components: - type: Transform - pos: -38.5,-34.5 + rot: 1.5707963267948966 rad + pos: 45.5,27.5 parent: 2 - - uid: 25762 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27965 components: - type: Transform - pos: -38.5,-33.5 + rot: 1.5707963267948966 rad + pos: 46.5,27.5 parent: 2 - - uid: 25789 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27966 components: - type: Transform - pos: -42.5,-28.5 + pos: 48.5,25.5 parent: 2 - - uid: 25790 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27968 components: - type: Transform - pos: -44.5,-25.5 + rot: 3.141592653589793 rad + pos: 51.5,21.5 parent: 2 - - uid: 25791 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27970 components: - type: Transform - pos: -45.5,-23.5 + rot: 3.141592653589793 rad + pos: 51.5,19.5 parent: 2 - - uid: 25792 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27971 components: - type: Transform - pos: -46.5,-21.5 + rot: 3.141592653589793 rad + pos: 51.5,18.5 parent: 2 - - uid: 25793 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27972 components: - type: Transform - pos: -47.5,-19.5 + rot: 1.5707963267948966 rad + pos: 52.5,17.5 parent: 2 - - uid: 25794 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27973 components: - type: Transform - pos: -47.5,-18.5 + pos: 53.5,16.5 parent: 2 - - uid: 25795 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27974 components: - type: Transform - pos: -48.5,-16.5 + pos: 53.5,15.5 parent: 2 - - uid: 25796 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27975 components: - type: Transform - pos: -49.5,-14.5 + pos: 53.5,14.5 parent: 2 - - uid: 25797 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27976 components: - type: Transform - pos: -49.5,-13.5 + pos: 53.5,13.5 parent: 2 - - uid: 25798 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27977 components: - type: Transform - pos: -49.5,-12.5 + pos: 53.5,12.5 parent: 2 - - uid: 25799 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27978 components: - type: Transform - pos: -50.5,-10.5 + pos: 53.5,11.5 parent: 2 - - uid: 25800 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27979 components: - type: Transform - pos: -50.5,-9.5 + pos: 53.5,10.5 parent: 2 - - uid: 25801 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27980 components: - type: Transform - pos: -50.5,-8.5 + pos: 53.5,9.5 parent: 2 - - uid: 25802 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27983 components: - type: Transform - pos: -50.5,-7.5 + rot: 3.141592653589793 rad + pos: 54.5,7.5 parent: 2 - - uid: 25803 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27984 components: - type: Transform - pos: -51.5,-5.5 + rot: 3.141592653589793 rad + pos: 54.5,6.5 parent: 2 - - uid: 25804 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27985 components: - type: Transform - pos: -51.5,-4.5 + rot: 3.141592653589793 rad + pos: 54.5,5.5 parent: 2 - - uid: 25805 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27986 components: - type: Transform - pos: -51.5,-3.5 + rot: 3.141592653589793 rad + pos: 54.5,4.5 parent: 2 - - uid: 25806 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27987 components: - type: Transform - pos: -51.5,-2.5 + rot: 3.141592653589793 rad + pos: 54.5,3.5 parent: 2 - - uid: 25807 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27988 components: - type: Transform - pos: -51.5,-1.5 + rot: 3.141592653589793 rad + pos: 54.5,2.5 parent: 2 - - uid: 25809 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27990 components: - type: Transform - pos: -51.5,0.5 + rot: 3.141592653589793 rad + pos: 54.5,0.5 parent: 2 - - uid: 25810 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27991 components: - type: Transform - pos: -51.5,1.5 + rot: 3.141592653589793 rad + pos: 54.5,-0.5 parent: 2 - - uid: 25811 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27992 components: - type: Transform - pos: -51.5,2.5 + rot: 3.141592653589793 rad + pos: 54.5,-1.5 parent: 2 - - uid: 25812 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27993 components: - type: Transform - pos: -51.5,3.5 + rot: 3.141592653589793 rad + pos: 54.5,-2.5 parent: 2 - - uid: 25813 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27994 components: - type: Transform - pos: -51.5,4.5 + rot: 3.141592653589793 rad + pos: 54.5,-3.5 parent: 2 - - uid: 25814 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27995 components: - type: Transform - pos: -51.5,5.5 + rot: 3.141592653589793 rad + pos: 54.5,-4.5 parent: 2 - - uid: 25815 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27997 components: - type: Transform - pos: -51.5,6.5 + rot: 3.141592653589793 rad + pos: 54.5,-6.5 parent: 2 - - uid: 25828 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27998 components: - type: Transform - pos: -50.5,8.5 + rot: 3.141592653589793 rad + pos: 53.5,-8.5 parent: 2 - - uid: 25829 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27999 components: - type: Transform - pos: -50.5,9.5 + rot: 3.141592653589793 rad + pos: 53.5,-9.5 parent: 2 - - uid: 25832 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28000 components: - type: Transform - pos: -48.5,14.5 + rot: 3.141592653589793 rad + pos: 53.5,-10.5 parent: 2 - - uid: 25833 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28001 components: - type: Transform - pos: -48.5,15.5 + rot: 3.141592653589793 rad + pos: 53.5,-11.5 parent: 2 - - uid: 25834 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28002 components: - type: Transform - pos: -48.5,16.5 + rot: 3.141592653589793 rad + pos: 53.5,-12.5 parent: 2 - - uid: 25835 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28003 components: - type: Transform - pos: -48.5,17.5 + rot: 3.141592653589793 rad + pos: 53.5,-13.5 parent: 2 - - uid: 25836 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28005 components: - type: Transform - pos: -47.5,19.5 + rot: 3.141592653589793 rad + pos: 53.5,-15.5 parent: 2 - - uid: 25837 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28006 components: - type: Transform - pos: -46.5,21.5 + rot: 3.141592653589793 rad + pos: 53.5,-16.5 parent: 2 - - uid: 25838 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28008 components: - type: Transform - pos: -46.5,22.5 + rot: 1.5707963267948966 rad + pos: 52.5,-18.5 parent: 2 - - uid: 25844 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28009 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,24.5 + pos: 50.5,-20.5 parent: 2 - - uid: 25845 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28010 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,26.5 + pos: 50.5,-21.5 parent: 2 - - uid: 25846 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28011 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,28.5 + pos: 49.5,-23.5 parent: 2 - - uid: 25847 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28012 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,28.5 + pos: 48.5,-25.5 parent: 2 - - uid: 25848 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28013 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,28.5 + pos: 47.5,-27.5 parent: 2 - - uid: 25849 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28014 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,28.5 + pos: 46.5,-29.5 parent: 2 - - uid: 25850 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28015 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,28.5 + pos: 46.5,-30.5 parent: 2 - - uid: 25852 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28016 components: - type: Transform rot: -1.5707963267948966 rad - pos: -37.5,28.5 + pos: 44.5,-32.5 parent: 2 - - uid: 25853 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28017 components: - type: Transform rot: 3.141592653589793 rad - pos: -36.5,29.5 + pos: 43.5,-33.5 parent: 2 - - uid: 25856 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28018 components: - type: Transform rot: 3.141592653589793 rad - pos: -36.5,32.5 + pos: 43.5,-34.5 parent: 2 - - uid: 25857 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28019 components: - type: Transform rot: 3.141592653589793 rad - pos: -36.5,33.5 + pos: 43.5,-35.5 parent: 2 - - uid: 25858 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28020 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,34.5 + rot: 1.5707963267948966 rad + pos: 41.5,-37.5 parent: 2 - - uid: 25859 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28021 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,35.5 + rot: 1.5707963267948966 rad + pos: 40.5,-37.5 parent: 2 - - uid: 25860 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28022 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,36.5 + rot: 1.5707963267948966 rad + pos: 39.5,-37.5 parent: 2 - - uid: 25872 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28024 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,38.5 + rot: 1.5707963267948966 rad + pos: 37.5,-37.5 parent: 2 - - uid: 25873 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28025 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,38.5 + pos: 35.5,-39.5 parent: 2 - - uid: 25874 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28026 components: - type: Transform rot: -1.5707963267948966 rad - pos: -32.5,38.5 + pos: 34.5,-40.5 parent: 2 - - uid: 25875 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28027 components: - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,39.5 + rot: -1.5707963267948966 rad + pos: 33.5,-40.5 parent: 2 - - uid: 25876 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28029 components: - type: Transform rot: 3.141592653589793 rad - pos: -31.5,40.5 + pos: 31.5,-41.5 parent: 2 - - uid: 25877 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28030 components: - type: Transform rot: 3.141592653589793 rad - pos: -29.5,43.5 + pos: 31.5,-42.5 parent: 2 - - uid: 25878 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28031 components: - type: Transform rot: 1.5707963267948966 rad - pos: -28.5,44.5 + pos: 27.5,-46.5 parent: 2 - - uid: 25879 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28032 components: - type: Transform rot: 1.5707963267948966 rad - pos: -27.5,44.5 + pos: 25.5,-47.5 parent: 2 - - uid: 25880 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28033 components: - type: Transform rot: 1.5707963267948966 rad - pos: -25.5,45.5 + pos: 23.5,-48.5 parent: 2 - - uid: 25881 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28034 components: - type: Transform rot: 1.5707963267948966 rad - pos: -24.5,45.5 + pos: 21.5,-49.5 parent: 2 - - uid: 25883 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28035 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,45.5 + pos: 20.5,-50.5 parent: 2 - - uid: 25896 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28036 components: - type: Transform rot: -1.5707963267948966 rad - pos: -19.5,48.5 + pos: 19.5,-51.5 parent: 2 - - uid: 25897 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28037 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,48.5 + pos: 38.5,-39.5 parent: 2 - - uid: 25898 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28038 components: - type: Transform rot: -1.5707963267948966 rad - pos: -16.5,49.5 + pos: 17.5,-51.5 parent: 2 - - uid: 25899 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28039 components: - type: Transform rot: -1.5707963267948966 rad - pos: -14.5,50.5 + pos: 15.5,-52.5 parent: 2 - - uid: 25901 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28040 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,50.5 + rot: 1.5707963267948966 rad + pos: 44.5,-36.5 parent: 2 - - uid: 25902 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28041 components: - type: Transform rot: 3.141592653589793 rad - pos: -20.5,47.5 + pos: 14.5,-45.5 parent: 2 - - uid: 25903 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28042 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,51.5 + rot: -1.5707963267948966 rad + pos: 12.5,-52.5 parent: 2 - - uid: 25904 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28043 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,51.5 + rot: -1.5707963267948966 rad + pos: 11.5,-52.5 parent: 2 - - uid: 25905 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28044 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,51.5 + rot: -1.5707963267948966 rad + pos: 10.5,-52.5 parent: 2 - - uid: 25906 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28045 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,51.5 + rot: -1.5707963267948966 rad + pos: 8.5,-51.5 parent: 2 - - uid: 25907 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28046 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,52.5 + rot: -1.5707963267948966 rad + pos: 7.5,-51.5 parent: 2 - - uid: 25908 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28047 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,52.5 + rot: -1.5707963267948966 rad + pos: 6.5,-51.5 parent: 2 - - uid: 25909 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28048 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,52.5 + rot: -1.5707963267948966 rad + pos: 5.5,-51.5 parent: 2 - - uid: 25910 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28049 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,52.5 + rot: -1.5707963267948966 rad + pos: 4.5,-51.5 parent: 2 - - uid: 25911 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28050 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,52.5 + rot: -1.5707963267948966 rad + pos: 3.5,-51.5 parent: 2 - - uid: 25912 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28051 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,52.5 + rot: -1.5707963267948966 rad + pos: 2.5,-51.5 parent: 2 - - uid: 25914 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28053 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,52.5 + rot: -1.5707963267948966 rad + pos: 0.5,-51.5 parent: 2 - - uid: 25916 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28054 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,52.5 + rot: -1.5707963267948966 rad + pos: -0.5,-51.5 parent: 2 - - uid: 25917 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28055 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,52.5 + rot: -1.5707963267948966 rad + pos: -1.5,-51.5 parent: 2 - - uid: 25918 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28056 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,52.5 + rot: -1.5707963267948966 rad + pos: -2.5,-51.5 parent: 2 - - uid: 25919 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28057 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,52.5 + rot: -1.5707963267948966 rad + pos: -3.5,-51.5 parent: 2 - - uid: 25931 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28058 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,51.5 + rot: -1.5707963267948966 rad + pos: -4.5,-51.5 parent: 2 - - uid: 25932 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28059 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,51.5 + rot: -1.5707963267948966 rad + pos: -5.5,-51.5 parent: 2 - - uid: 25933 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28060 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,51.5 + rot: -1.5707963267948966 rad + pos: -6.5,-51.5 parent: 2 - - uid: 25934 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28061 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,51.5 + rot: -1.5707963267948966 rad + pos: -7.5,-51.5 parent: 2 - - uid: 25935 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28063 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,51.5 + rot: -1.5707963267948966 rad + pos: -9.5,-51.5 parent: 2 - - uid: 25936 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28064 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,50.5 + rot: -1.5707963267948966 rad + pos: -10.5,-51.5 parent: 2 - - uid: 25937 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28065 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,50.5 + rot: -1.5707963267948966 rad + pos: -11.5,-51.5 parent: 2 - - uid: 25938 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28066 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,49.5 + rot: -1.5707963267948966 rad + pos: -12.5,-51.5 parent: 2 - - uid: 25939 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28067 components: - type: Transform - pos: 18.5,48.5 + rot: -1.5707963267948966 rad + pos: -13.5,-51.5 parent: 2 - - uid: 25940 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28068 components: - type: Transform - pos: 18.5,47.5 + rot: -1.5707963267948966 rad + pos: -14.5,-51.5 parent: 2 - - uid: 25942 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28069 components: - type: Transform rot: -1.5707963267948966 rad - pos: 20.5,46.5 + pos: -15.5,-51.5 parent: 2 - - uid: 25943 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28070 components: - type: Transform rot: -1.5707963267948966 rad - pos: 21.5,46.5 + pos: -17.5,-50.5 parent: 2 - - uid: 25944 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28071 components: - type: Transform rot: -1.5707963267948966 rad - pos: 22.5,46.5 + pos: -18.5,-50.5 parent: 2 - - uid: 25945 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28072 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,44.5 + rot: -1.5707963267948966 rad + pos: -19.5,-50.5 parent: 2 - - uid: 25946 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28073 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,43.5 + rot: -1.5707963267948966 rad + pos: -20.5,-50.5 parent: 2 - - uid: 25947 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28074 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,42.5 + rot: -1.5707963267948966 rad + pos: -21.5,-50.5 parent: 2 - - uid: 25948 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28075 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,41.5 + rot: -1.5707963267948966 rad + pos: -22.5,-50.5 parent: 2 - - uid: 25949 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28076 components: - type: Transform rot: 3.141592653589793 rad - pos: 24.5,40.5 + pos: -23.5,-49.5 parent: 2 - - uid: 25950 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28077 components: - type: Transform rot: 3.141592653589793 rad - pos: 24.5,39.5 + pos: -23.5,-48.5 parent: 2 - - uid: 25981 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28078 components: - type: Transform - pos: 26.5,36.5 + rot: 1.5707963267948966 rad + pos: -24.5,-47.5 parent: 2 - - uid: 25983 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28079 components: - type: Transform - pos: 27.5,33.5 + rot: 1.5707963267948966 rad + pos: -26.5,-46.5 parent: 2 - - uid: 25984 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28080 components: - type: Transform - pos: 27.5,32.5 + pos: -29.5,-43.5 parent: 2 - - uid: 25985 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28082 components: - type: Transform rot: -1.5707963267948966 rad - pos: 28.5,31.5 + pos: -31.5,-42.5 parent: 2 - - uid: 25987 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28084 components: - type: Transform rot: -1.5707963267948966 rad - pos: 30.5,31.5 + pos: -34.5,-41.5 parent: 2 - - uid: 25988 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28085 components: - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,30.5 + rot: -1.5707963267948966 rad + pos: -35.5,-41.5 parent: 2 - - uid: 25989 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28086 components: - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,29.5 + rot: -1.5707963267948966 rad + pos: -36.5,-41.5 parent: 2 - - uid: 25990 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28087 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,28.5 + rot: -1.5707963267948966 rad + pos: -37.5,-41.5 parent: 2 - - uid: 25991 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28088 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,28.5 + rot: -1.5707963267948966 rad + pos: -38.5,-41.5 parent: 2 - - uid: 25992 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28091 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,28.5 + rot: 3.141592653589793 rad + pos: -40.5,-39.5 parent: 2 - - uid: 25993 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28092 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,27.5 + rot: 3.141592653589793 rad + pos: -40.5,-38.5 parent: 2 - - uid: 25998 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28093 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 43.5,25.5 + rot: 3.141592653589793 rad + pos: -40.5,-37.5 parent: 2 - - uid: 25999 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28094 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,24.5 + rot: 3.141592653589793 rad + pos: -40.5,-36.5 parent: 2 - - uid: 26000 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28095 components: - type: Transform - pos: 47.5,22.5 + rot: 3.141592653589793 rad + pos: -40.5,-35.5 parent: 2 - - uid: 26001 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28096 components: - type: Transform - pos: 48.5,20.5 + rot: 3.141592653589793 rad + pos: -40.5,-34.5 parent: 2 - - uid: 26002 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28097 components: - type: Transform - pos: 48.5,19.5 + rot: 3.141592653589793 rad + pos: -44.5,-29.5 parent: 2 - - uid: 26003 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28098 components: - type: Transform - pos: 49.5,17.5 + rot: 3.141592653589793 rad + pos: -46.5,-26.5 parent: 2 - - uid: 26005 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28099 components: - type: Transform - pos: 50.5,14.5 + rot: 3.141592653589793 rad + pos: -47.5,-24.5 parent: 2 - - uid: 26006 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28100 components: - type: Transform - pos: 50.5,13.5 + rot: 3.141592653589793 rad + pos: -48.5,-22.5 parent: 2 - - uid: 26007 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28101 components: - type: Transform - pos: 51.5,11.5 + rot: 3.141592653589793 rad + pos: -49.5,-20.5 parent: 2 - - uid: 26008 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28102 components: - type: Transform - pos: 51.5,10.5 + rot: 3.141592653589793 rad + pos: -49.5,-19.5 parent: 2 - - uid: 26009 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28103 components: - type: Transform - pos: 51.5,9.5 + rot: 3.141592653589793 rad + pos: -50.5,-17.5 parent: 2 - - uid: 26010 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28104 components: - type: Transform - pos: 51.5,8.5 + rot: 3.141592653589793 rad + pos: -51.5,-15.5 parent: 2 - - uid: 26011 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28105 components: - type: Transform - pos: 52.5,6.5 + rot: 3.141592653589793 rad + pos: -51.5,-14.5 parent: 2 - - uid: 26012 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28106 components: - type: Transform - pos: 52.5,5.5 + rot: 3.141592653589793 rad + pos: -51.5,-13.5 parent: 2 - - uid: 26013 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28107 components: - type: Transform - pos: 52.5,4.5 + rot: 3.141592653589793 rad + pos: -52.5,-11.5 parent: 2 - - uid: 26014 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28108 components: - type: Transform - pos: 52.5,3.5 + rot: 3.141592653589793 rad + pos: -52.5,-10.5 parent: 2 - - uid: 26015 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28109 components: - type: Transform - pos: 52.5,2.5 + rot: 3.141592653589793 rad + pos: -52.5,-9.5 parent: 2 - - uid: 26016 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28110 components: - type: Transform - pos: 52.5,1.5 + rot: 3.141592653589793 rad + pos: -52.5,-8.5 parent: 2 - - uid: 26019 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28111 components: - type: Transform - pos: 52.5,-1.5 + rot: 3.141592653589793 rad + pos: -53.5,-6.5 parent: 2 - - uid: 26020 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28112 components: - type: Transform - pos: 52.5,-2.5 + rot: 3.141592653589793 rad + pos: -53.5,-5.5 parent: 2 - - uid: 26021 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28113 components: - type: Transform - pos: 52.5,-3.5 + rot: 3.141592653589793 rad + pos: -53.5,-4.5 parent: 2 - - uid: 26022 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28114 components: - type: Transform - pos: 52.5,-4.5 + rot: 3.141592653589793 rad + pos: -53.5,-3.5 parent: 2 - - uid: 26023 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28115 components: - type: Transform - pos: 52.5,-5.5 + rot: 3.141592653589793 rad + pos: -53.5,-2.5 parent: 2 - - uid: 26050 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28116 components: - type: Transform - pos: 51.5,-8.5 + rot: 3.141592653589793 rad + pos: -53.5,-1.5 parent: 2 - - uid: 26051 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28117 components: - type: Transform - pos: 51.5,-9.5 + pos: 29.5,29.5 parent: 2 - - uid: 26052 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28118 components: - type: Transform - pos: 51.5,-10.5 + rot: 3.141592653589793 rad + pos: -53.5,0.5 parent: 2 - - uid: 26053 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28119 components: - type: Transform - pos: 50.5,-13.5 + rot: 3.141592653589793 rad + pos: -53.5,1.5 parent: 2 - - uid: 26055 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28120 components: - type: Transform - pos: 50.5,-12.5 + rot: 3.141592653589793 rad + pos: -53.5,2.5 parent: 2 - - uid: 26057 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28121 components: - type: Transform - pos: 48.5,-18.5 + rot: 3.141592653589793 rad + pos: -53.5,3.5 parent: 2 - - uid: 26058 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28123 components: - type: Transform - pos: 48.5,-19.5 + rot: 3.141592653589793 rad + pos: -53.5,5.5 parent: 2 - - uid: 26059 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28124 components: - type: Transform - pos: 47.5,-21.5 + rot: 3.141592653589793 rad + pos: -53.5,6.5 parent: 2 - - uid: 26060 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28125 components: - type: Transform - pos: 46.5,-23.5 + rot: 3.141592653589793 rad + pos: -53.5,7.5 parent: 2 - - uid: 26061 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28126 components: - type: Transform - pos: 45.5,-26.5 + rot: 3.141592653589793 rad + pos: -52.5,9.5 parent: 2 - - uid: 26062 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28127 components: - type: Transform - pos: 45.5,-25.5 + rot: 3.141592653589793 rad + pos: -52.5,10.5 parent: 2 - - uid: 26063 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28128 components: - type: Transform - pos: 44.5,-28.5 + rot: 1.5707963267948966 rad + pos: 27.5,52.5 parent: 2 - - uid: 26064 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28129 components: - type: Transform - pos: 44.5,-29.5 + rot: 3.141592653589793 rad + pos: -52.5,12.5 parent: 2 - - uid: 26065 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28130 components: - type: Transform rot: 3.141592653589793 rad - pos: 40.5,-32.5 + pos: -51.5,14.5 parent: 2 - - uid: 26067 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28132 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-31.5 + rot: 3.141592653589793 rad + pos: -51.5,16.5 parent: 2 - - uid: 26068 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28133 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-31.5 + rot: 3.141592653589793 rad + pos: -50.5,18.5 parent: 2 - - uid: 26069 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28134 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,-34.5 + rot: 3.141592653589793 rad + pos: -49.5,20.5 parent: 2 - - uid: 26070 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28135 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-34.5 + rot: 3.141592653589793 rad + pos: -48.5,22.5 parent: 2 - - uid: 26071 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28136 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-36.5 + rot: 3.141592653589793 rad + pos: -48.5,23.5 parent: 2 - - uid: 26072 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28137 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-36.5 + rot: 3.141592653589793 rad + pos: -47.5,25.5 parent: 2 - - uid: 26073 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28138 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-36.5 + rot: 3.141592653589793 rad + pos: -46.5,27.5 parent: 2 - - uid: 26074 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28139 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,-36.5 + rot: 3.141592653589793 rad + pos: -46.5,28.5 parent: 2 - - uid: 26075 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28140 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,-36.5 + rot: 3.141592653589793 rad + pos: -46.5,29.5 parent: 2 - - uid: 26076 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28141 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,-36.5 + rot: 3.141592653589793 rad + pos: -46.5,30.5 parent: 2 - - uid: 26077 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28143 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-36.5 + rot: 3.141592653589793 rad + pos: -46.5,32.5 parent: 2 - - uid: 26093 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28144 components: - type: Transform - pos: 28.5,-38.5 + rot: 1.5707963267948966 rad + pos: -45.5,33.5 parent: 2 - - uid: 26094 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28145 components: - type: Transform - pos: 28.5,-39.5 + rot: 1.5707963267948966 rad + pos: -44.5,33.5 parent: 2 - - uid: 26095 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28146 components: - type: Transform - pos: 28.5,-40.5 + rot: 1.5707963267948966 rad + pos: 2.5,37.5 parent: 2 - - uid: 26096 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28147 components: - type: Transform - pos: 28.5,-41.5 + rot: 1.5707963267948966 rad + pos: -42.5,33.5 parent: 2 - - uid: 26097 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28149 components: - type: Transform - pos: 28.5,-42.5 + rot: 1.5707963267948966 rad + pos: -40.5,33.5 parent: 2 - - uid: 26098 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28234 components: - type: Transform rot: -1.5707963267948966 rad - pos: 25.5,-45.5 + pos: 53.5,-0.5 parent: 2 - - uid: 26099 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28238 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,-45.5 + rot: 3.141592653589793 rad + pos: -32.5,-39.5 parent: 2 - - uid: 26100 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28262 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,-46.5 + rot: 3.141592653589793 rad + pos: -38.5,-38.5 parent: 2 - - uid: 26101 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28264 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-46.5 + pos: -37.5,-38.5 parent: 2 - - uid: 26102 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28294 components: - type: Transform rot: -1.5707963267948966 rad - pos: 21.5,-46.5 - parent: 2 - - uid: 26103 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-47.5 + pos: 25.5,-34.5 parent: 2 - - uid: 26105 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28329 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,-49.5 + rot: -1.5707963267948966 rad + pos: -24.5,22.5 parent: 2 - - uid: 26106 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28342 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,-49.5 + rot: 3.141592653589793 rad + pos: 1.5,-50.5 parent: 2 - - uid: 26107 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28359 components: - type: Transform rot: 1.5707963267948966 rad - pos: 14.5,-49.5 + pos: 25.5,21.5 parent: 2 - - uid: 26108 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28377 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-49.5 + pos: -37.5,-37.5 parent: 2 - - uid: 26109 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28388 components: - type: Transform rot: 1.5707963267948966 rad - pos: 12.5,-49.5 + pos: 26.5,52.5 parent: 2 - - uid: 26110 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28422 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-49.5 + rot: -1.5707963267948966 rad + pos: 23.5,-34.5 parent: 2 - - uid: 26111 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28428 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-49.5 + rot: -1.5707963267948966 rad + pos: 24.5,-34.5 parent: 2 - - uid: 26112 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28462 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-50.5 + rot: -1.5707963267948966 rad + pos: -1.5,32.5 parent: 2 - - uid: 26114 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28464 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-50.5 + pos: -0.5,34.5 parent: 2 - - uid: 26115 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28465 components: - type: Transform rot: 1.5707963267948966 rad - pos: 5.5,-50.5 + pos: -25.5,45.5 parent: 2 - - uid: 26116 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28466 components: - type: Transform rot: 1.5707963267948966 rad - pos: 4.5,-50.5 + pos: -24.5,45.5 parent: 2 - - uid: 26117 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28468 components: - type: Transform rot: 1.5707963267948966 rad - pos: 3.5,-50.5 + pos: -22.5,45.5 parent: 2 - - uid: 26118 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28469 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-50.5 + rot: -1.5707963267948966 rad + pos: -19.5,48.5 parent: 2 - - uid: 26119 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28470 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-50.5 + pos: -20.5,47.5 parent: 2 - - uid: 26120 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28471 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-50.5 + rot: -1.5707963267948966 rad + pos: -18.5,48.5 parent: 2 - - uid: 26123 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28472 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-50.5 + rot: -1.5707963267948966 rad + pos: -16.5,49.5 parent: 2 - - uid: 26124 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28473 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-50.5 + rot: -1.5707963267948966 rad + pos: -14.5,50.5 parent: 2 - - uid: 26125 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28474 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-50.5 + rot: -1.5707963267948966 rad + pos: -13.5,50.5 parent: 2 - - uid: 26126 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28475 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-50.5 + rot: -1.5707963267948966 rad + pos: -12.5,50.5 parent: 2 - - uid: 26128 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28476 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-50.5 + rot: -1.5707963267948966 rad + pos: -10.5,51.5 parent: 2 - - uid: 26129 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28477 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-50.5 + rot: -1.5707963267948966 rad + pos: -9.5,51.5 parent: 2 - - uid: 26130 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28478 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-50.5 + rot: -1.5707963267948966 rad + pos: -8.5,51.5 parent: 2 - - uid: 26131 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28479 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-50.5 + rot: -1.5707963267948966 rad + pos: -7.5,51.5 parent: 2 - - uid: 26132 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28480 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-50.5 + rot: -1.5707963267948966 rad + pos: -5.5,52.5 parent: 2 - - uid: 26133 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28481 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-50.5 + rot: -1.5707963267948966 rad + pos: -4.5,52.5 parent: 2 - - uid: 26134 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28482 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-50.5 + rot: -1.5707963267948966 rad + pos: -3.5,52.5 parent: 2 - - uid: 26135 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28483 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-50.5 + rot: -1.5707963267948966 rad + pos: -2.5,52.5 parent: 2 - - uid: 26148 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28485 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-49.5 + rot: -1.5707963267948966 rad + pos: -0.5,52.5 parent: 2 - - uid: 26149 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28486 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-48.5 + rot: -1.5707963267948966 rad + pos: 0.5,52.5 parent: 2 - - uid: 26151 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28488 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-48.5 + rot: -1.5707963267948966 rad + pos: 2.5,52.5 parent: 2 - - uid: 26152 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28489 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-48.5 + rot: -1.5707963267948966 rad + pos: 3.5,52.5 parent: 2 - - uid: 26153 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28490 components: - type: Transform - pos: -20.5,-47.5 + rot: -1.5707963267948966 rad + pos: 4.5,52.5 parent: 2 - - uid: 26154 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28491 components: - type: Transform rot: -1.5707963267948966 rad - pos: -21.5,-46.5 + pos: 5.5,52.5 parent: 2 - - uid: 26155 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28492 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-45.5 + rot: -1.5707963267948966 rad + pos: 6.5,52.5 parent: 2 - - uid: 26156 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28493 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-44.5 + rot: -1.5707963267948966 rad + pos: 8.5,51.5 parent: 2 - - uid: 26157 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28494 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,-44.5 + rot: -1.5707963267948966 rad + pos: 9.5,51.5 parent: 2 - - uid: 26158 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28495 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-44.5 + rot: -1.5707963267948966 rad + pos: 10.5,51.5 parent: 2 - - uid: 26159 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28496 components: - type: Transform - pos: -27.5,-42.5 + rot: -1.5707963267948966 rad + pos: 11.5,51.5 parent: 2 - - uid: 26160 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28497 components: - type: Transform rot: -1.5707963267948966 rad - pos: -29.5,-40.5 + pos: 12.5,51.5 parent: 2 - - uid: 26161 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28498 components: - type: Transform rot: -1.5707963267948966 rad - pos: -30.5,-40.5 + pos: 14.5,50.5 parent: 2 - - uid: 26162 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28499 components: - type: Transform rot: -1.5707963267948966 rad - pos: -31.5,-40.5 + pos: 15.5,50.5 parent: 2 - - uid: 26164 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28500 components: - type: Transform rot: -1.5707963267948966 rad - pos: -33.5,-40.5 + pos: 17.5,49.5 parent: 2 - - uid: 26165 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28501 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-40.5 + rot: 3.141592653589793 rad + pos: 18.5,47.5 parent: 2 - - uid: 26166 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28502 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-40.5 + rot: 3.141592653589793 rad + pos: 18.5,48.5 parent: 2 - - uid: 26167 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28503 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,-40.5 + rot: 1.5707963267948966 rad + pos: 19.5,46.5 parent: 2 - - uid: 26168 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28504 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-40.5 + rot: 1.5707963267948966 rad + pos: 20.5,46.5 parent: 2 - - uid: 26172 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28505 components: - type: Transform rot: 1.5707963267948966 rad - pos: -64.5,-17.5 + pos: 21.5,46.5 parent: 2 - - uid: 26173 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28506 components: - type: Transform rot: 1.5707963267948966 rad - pos: -62.5,-16.5 + pos: 22.5,46.5 parent: 2 - - uid: 26206 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28508 components: - type: Transform - pos: -55.5,9.5 + pos: 24.5,43.5 parent: 2 - - uid: 26208 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28509 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,11.5 + pos: 24.5,42.5 parent: 2 - - uid: 26209 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28510 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,11.5 + pos: 24.5,41.5 parent: 2 - - uid: 26210 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28511 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,11.5 + pos: 24.5,40.5 parent: 2 - - uid: 26215 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28512 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,39.5 + pos: 24.5,39.5 parent: 2 - - uid: 26216 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28513 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,39.5 + pos: 26.5,36.5 parent: 2 - - uid: 26217 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28514 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,39.5 + pos: 27.5,34.5 parent: 2 - - uid: 26218 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28515 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,39.5 + pos: 27.5,33.5 parent: 2 - - uid: 26219 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28516 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,39.5 + pos: 27.5,32.5 parent: 2 - - uid: 26220 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28517 components: - type: Transform rot: -1.5707963267948966 rad - pos: -49.5,39.5 + pos: 28.5,31.5 parent: 2 - - uid: 26221 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28519 components: - type: Transform rot: -1.5707963267948966 rad - pos: -50.5,39.5 + pos: 30.5,31.5 parent: 2 - - uid: 26222 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28520 components: - type: Transform rot: 3.141592653589793 rad - pos: -51.5,37.5 + pos: 31.5,29.5 parent: 2 - - uid: 26223 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28521 components: - type: Transform rot: 3.141592653589793 rad - pos: -51.5,36.5 + pos: 31.5,30.5 parent: 2 - - uid: 26224 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28522 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,35.5 + rot: 3.141592653589793 rad + pos: -32.5,-40.5 parent: 2 - - uid: 26225 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28523 components: - type: Transform rot: 1.5707963267948966 rad - pos: -53.5,35.5 + pos: 33.5,28.5 parent: 2 - - uid: 26226 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28525 components: - type: Transform rot: 1.5707963267948966 rad - pos: -54.5,35.5 + pos: 36.5,27.5 parent: 2 - - uid: 26227 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28526 components: - type: Transform rot: 1.5707963267948966 rad - pos: -55.5,35.5 + pos: 38.5,26.5 parent: 2 - - uid: 26228 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28528 components: - type: Transform rot: 1.5707963267948966 rad - pos: -56.5,35.5 + pos: 40.5,26.5 parent: 2 - - uid: 26229 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28530 components: - type: Transform - pos: -57.5,34.5 + rot: 1.5707963267948966 rad + pos: 43.5,25.5 parent: 2 - - uid: 26230 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28531 components: - type: Transform - pos: -57.5,33.5 + rot: 1.5707963267948966 rad + pos: 45.5,24.5 parent: 2 - - uid: 26231 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28532 components: - type: Transform - pos: -57.5,32.5 + pos: 47.5,22.5 parent: 2 - - uid: 26232 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28534 components: - type: Transform - pos: -57.5,31.5 + pos: 48.5,20.5 parent: 2 - - uid: 26233 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28535 components: - type: Transform - pos: -57.5,30.5 + pos: 49.5,17.5 parent: 2 - - uid: 26234 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28537 components: - type: Transform - pos: -57.5,29.5 + pos: 50.5,14.5 parent: 2 - - uid: 26235 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28538 components: - type: Transform - pos: -57.5,28.5 + pos: 50.5,13.5 parent: 2 - - uid: 26236 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28539 components: - type: Transform - pos: -57.5,27.5 + pos: 51.5,11.5 parent: 2 - - uid: 26237 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28540 components: - type: Transform - pos: -57.5,26.5 + pos: 51.5,10.5 parent: 2 - - uid: 26238 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28541 components: - type: Transform - pos: -57.5,25.5 + pos: 51.5,9.5 parent: 2 - - uid: 26239 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28542 components: - type: Transform - pos: -57.5,24.5 + pos: 51.5,8.5 parent: 2 - - uid: 26240 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28543 components: - type: Transform - pos: -57.5,23.5 + pos: 52.5,6.5 parent: 2 - - uid: 26241 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28544 components: - type: Transform - pos: -57.5,22.5 + pos: 52.5,5.5 parent: 2 - - uid: 26242 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28545 components: - type: Transform - pos: -57.5,21.5 + pos: 52.5,4.5 parent: 2 - - uid: 26243 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28546 components: - type: Transform - pos: -57.5,20.5 + pos: 52.5,3.5 parent: 2 - - uid: 26244 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28547 components: - type: Transform - pos: -57.5,19.5 + pos: 52.5,2.5 parent: 2 - - uid: 26245 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28548 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,18.5 + pos: 52.5,1.5 parent: 2 - - uid: 26246 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28549 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,17.5 + pos: 52.5,0.5 parent: 2 - - uid: 26247 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28551 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,16.5 + pos: 52.5,-1.5 parent: 2 - - uid: 26248 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28552 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,15.5 + pos: 52.5,-2.5 parent: 2 - - uid: 26249 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28553 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,14.5 + pos: 52.5,-3.5 parent: 2 - - uid: 26250 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28554 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,13.5 + pos: 52.5,-4.5 parent: 2 - - uid: 26251 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28555 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,12.5 + pos: 52.5,-5.5 parent: 2 - - uid: 26252 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28557 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,10.5 + pos: 51.5,-8.5 parent: 2 - - uid: 26253 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28558 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,10.5 + pos: 51.5,-9.5 parent: 2 - - uid: 26254 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28559 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,10.5 + pos: 51.5,-10.5 parent: 2 - - uid: 26255 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28562 components: - type: Transform - pos: -59.5,11.5 + pos: 50.5,-14.5 parent: 2 - - uid: 26262 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28564 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-39.5 + pos: 48.5,-18.5 parent: 2 - - uid: 26263 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28565 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-39.5 + pos: 48.5,-19.5 parent: 2 - - uid: 26264 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28566 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-39.5 + pos: 47.5,-21.5 parent: 2 - - uid: 26265 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28567 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,-39.5 + pos: 46.5,-23.5 parent: 2 - - uid: 26266 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28569 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-39.5 + pos: 45.5,-26.5 parent: 2 - - uid: 26267 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28570 components: - type: Transform - pos: -44.5,-38.5 + pos: 44.5,-28.5 parent: 2 - - uid: 26268 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28571 components: - type: Transform - pos: -44.5,-37.5 + pos: 44.5,-29.5 parent: 2 - - uid: 26269 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28572 components: - type: Transform rot: -1.5707963267948966 rad - pos: -45.5,-39.5 + pos: 42.5,-31.5 parent: 2 - - uid: 26270 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28573 components: - type: Transform rot: -1.5707963267948966 rad - pos: -46.5,-39.5 + pos: 41.5,-31.5 parent: 2 - - uid: 26271 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28574 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,-39.5 + rot: 3.141592653589793 rad + pos: 40.5,-32.5 parent: 2 - - uid: 26272 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28575 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-39.5 + rot: 1.5707963267948966 rad + pos: 38.5,-34.5 parent: 2 - - uid: 26273 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28577 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-39.5 + rot: 1.5707963267948966 rad + pos: 35.5,-36.5 parent: 2 - - uid: 26274 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28578 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,-39.5 + rot: 1.5707963267948966 rad + pos: 34.5,-36.5 parent: 2 - - uid: 26275 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28579 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,-39.5 + rot: 1.5707963267948966 rad + pos: 33.5,-36.5 parent: 2 - - uid: 26276 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28580 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-38.5 + rot: 1.5707963267948966 rad + pos: 32.5,-36.5 parent: 2 - - uid: 26277 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28581 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-37.5 + rot: 1.5707963267948966 rad + pos: 31.5,-36.5 parent: 2 - - uid: 26278 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28582 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-36.5 + rot: 1.5707963267948966 rad + pos: 30.5,-36.5 parent: 2 - - uid: 26279 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28583 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-35.5 + rot: 1.5707963267948966 rad + pos: 29.5,-36.5 parent: 2 - - uid: 26280 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28584 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,-34.5 + pos: 36.5,-35.5 parent: 2 - - uid: 26281 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28585 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,-34.5 + pos: 28.5,-37.5 parent: 2 - - uid: 26282 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28586 components: - type: Transform - pos: -55.5,-33.5 + pos: 28.5,-38.5 parent: 2 - - uid: 26283 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28588 components: - type: Transform - pos: -55.5,-32.5 + pos: 29.5,-41.5 parent: 2 - - uid: 26284 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28589 components: - type: Transform - pos: -55.5,-31.5 + pos: 29.5,-42.5 parent: 2 - - uid: 26291 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28590 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-39.5 + rot: -1.5707963267948966 rad + pos: 28.5,-43.5 parent: 2 - - uid: 26292 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28591 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-38.5 + rot: -1.5707963267948966 rad + pos: 25.5,-45.5 parent: 2 - - uid: 26293 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28593 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-37.5 + rot: -1.5707963267948966 rad + pos: 22.5,-46.5 parent: 2 - - uid: 26294 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28594 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-36.5 + rot: -1.5707963267948966 rad + pos: 21.5,-46.5 parent: 2 - - uid: 26295 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28595 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-35.5 + rot: -1.5707963267948966 rad + pos: 20.5,-46.5 parent: 2 - - uid: 26296 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28596 components: - type: Transform rot: 3.141592653589793 rad - pos: -32.5,-34.5 + pos: 19.5,-47.5 parent: 2 - - uid: 26297 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28597 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-33.5 + rot: 1.5707963267948966 rad + pos: 17.5,-49.5 parent: 2 - - uid: 26298 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28598 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-32.5 + rot: 1.5707963267948966 rad + pos: 16.5,-49.5 parent: 2 - - uid: 26299 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28599 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-31.5 + rot: 1.5707963267948966 rad + pos: 15.5,-49.5 parent: 2 - - uid: 26300 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28600 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-29.5 + rot: 1.5707963267948966 rad + pos: 14.5,-49.5 parent: 2 - - uid: 26301 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28601 components: - type: Transform rot: 1.5707963267948966 rad - pos: -31.5,-30.5 + pos: 13.5,-49.5 parent: 2 - - uid: 26302 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28604 components: - type: Transform rot: 1.5707963267948966 rad - pos: -30.5,-30.5 + pos: 10.5,-49.5 parent: 2 - - uid: 26303 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28605 components: - type: Transform rot: 1.5707963267948966 rad - pos: -28.5,-30.5 + pos: 8.5,-50.5 parent: 2 - - uid: 26304 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28606 components: - type: Transform rot: 1.5707963267948966 rad - pos: -27.5,-30.5 + pos: 7.5,-50.5 parent: 2 - - uid: 26305 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28607 components: - type: Transform rot: 1.5707963267948966 rad - pos: -26.5,-30.5 + pos: 6.5,-50.5 parent: 2 - - uid: 26306 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28608 components: - type: Transform rot: 1.5707963267948966 rad - pos: -25.5,-30.5 + pos: 5.5,-50.5 parent: 2 - - uid: 26307 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28609 components: - type: Transform rot: 1.5707963267948966 rad - pos: -24.5,-30.5 + pos: 4.5,-50.5 parent: 2 - - uid: 26308 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28610 components: - type: Transform - pos: -23.5,-28.5 + rot: 1.5707963267948966 rad + pos: 3.5,-50.5 parent: 2 - - uid: 26309 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28611 components: - type: Transform - pos: -23.5,-27.5 + rot: 1.5707963267948966 rad + pos: 2.5,-50.5 parent: 2 - - uid: 26311 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28612 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-25.5 + rot: 1.5707963267948966 rad + pos: 1.5,-50.5 parent: 2 - - uid: 26312 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28613 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-25.5 + rot: 1.5707963267948966 rad + pos: 0.5,-50.5 parent: 2 - - uid: 26313 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28615 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-25.5 + rot: 1.5707963267948966 rad + pos: -1.5,-50.5 parent: 2 - - uid: 26314 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28616 components: - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-24.5 + rot: 1.5707963267948966 rad + pos: -2.5,-50.5 parent: 2 - - uid: 26315 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28617 components: - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-23.5 + rot: 1.5707963267948966 rad + pos: -3.5,-50.5 parent: 2 - - uid: 26316 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28618 components: - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-22.5 + rot: 1.5707963267948966 rad + pos: -4.5,-50.5 parent: 2 - - uid: 26317 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28619 components: - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-21.5 + rot: 1.5707963267948966 rad + pos: -5.5,-50.5 parent: 2 - - uid: 26318 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28620 components: - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-20.5 + rot: 1.5707963267948966 rad + pos: -6.5,-50.5 parent: 2 - - uid: 26319 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28621 components: - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-19.5 + rot: 1.5707963267948966 rad + pos: -7.5,-50.5 parent: 2 - - uid: 26320 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28622 components: - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-18.5 + rot: 1.5707963267948966 rad + pos: -8.5,-50.5 parent: 2 - - uid: 26321 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28623 components: - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-17.5 + rot: 1.5707963267948966 rad + pos: -9.5,-50.5 parent: 2 - - uid: 26322 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28625 components: - type: Transform rot: 1.5707963267948966 rad - pos: -20.5,-16.5 + pos: -11.5,-50.5 parent: 2 - - uid: 26323 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28626 components: - type: Transform rot: 1.5707963267948966 rad - pos: -21.5,-16.5 + pos: -12.5,-50.5 parent: 2 - - uid: 26324 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28627 components: - type: Transform rot: 1.5707963267948966 rad - pos: -22.5,-16.5 + pos: -13.5,-50.5 parent: 2 - - uid: 26325 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28628 components: - type: Transform rot: 1.5707963267948966 rad - pos: -23.5,-16.5 + pos: -14.5,-50.5 parent: 2 - - uid: 26326 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28629 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,-16.5 + pos: -15.5,-49.5 parent: 2 - - uid: 26327 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28630 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-16.5 + rot: -1.5707963267948966 rad + pos: -16.5,-48.5 parent: 2 - - uid: 26328 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28631 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-16.5 + rot: -1.5707963267948966 rad + pos: -17.5,-48.5 parent: 2 - - uid: 26329 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28632 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-16.5 + rot: -1.5707963267948966 rad + pos: -18.5,-48.5 parent: 2 - - uid: 26330 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28633 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-16.5 + rot: -1.5707963267948966 rad + pos: -19.5,-48.5 parent: 2 - - uid: 26331 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28634 components: - type: Transform - pos: -29.5,-17.5 + rot: 3.141592653589793 rad + pos: -20.5,-47.5 parent: 2 - - uid: 26335 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28635 components: - type: Transform rot: 1.5707963267948966 rad - pos: -24.5,-26.5 + pos: -21.5,-46.5 parent: 2 - - uid: 26336 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28636 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-26.5 + pos: -22.5,-45.5 parent: 2 - - uid: 26337 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28638 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-26.5 + rot: -1.5707963267948966 rad + pos: -24.5,-44.5 parent: 2 - - uid: 26338 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28639 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-26.5 + rot: -1.5707963267948966 rad + pos: -25.5,-44.5 parent: 2 - - uid: 26339 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28640 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-26.5 + rot: -1.5707963267948966 rad + pos: -26.5,-44.5 parent: 2 - - uid: 26340 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28641 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-26.5 + rot: 3.141592653589793 rad + pos: -27.5,-43.5 parent: 2 - - uid: 26341 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28642 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-26.5 + rot: 3.141592653589793 rad + pos: -27.5,-42.5 parent: 2 - - uid: 26342 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28643 components: - type: Transform rot: 1.5707963267948966 rad - pos: -31.5,-26.5 + pos: -29.5,-40.5 parent: 2 - - uid: 26344 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28644 components: - type: Transform rot: 1.5707963267948966 rad - pos: -33.5,-25.5 + pos: -30.5,-40.5 parent: 2 - - uid: 26345 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28645 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,-25.5 + pos: -31.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28646 + components: + - type: Transform + pos: -31.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28647 + components: + - type: Transform + pos: -31.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28648 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,-36.5 parent: 2 - - uid: 26364 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28649 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,-0.5 + rot: -1.5707963267948966 rad + pos: -33.5,-36.5 parent: 2 - - uid: 26365 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28650 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,-0.5 + rot: -1.5707963267948966 rad + pos: -34.5,-36.5 parent: 2 - - uid: 26366 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28651 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,-0.5 + rot: -1.5707963267948966 rad + pos: -18.5,31.5 parent: 2 - - uid: 26367 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28652 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-0.5 + rot: -1.5707963267948966 rad + pos: -36.5,-36.5 parent: 2 - - uid: 26368 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28654 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-0.5 + rot: 3.141592653589793 rad + pos: -38.5,-35.5 parent: 2 - - uid: 26369 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28655 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,-0.5 + rot: 3.141592653589793 rad + pos: -38.5,-34.5 parent: 2 - - uid: 26370 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28656 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-0.5 + rot: 3.141592653589793 rad + pos: -38.5,-33.5 parent: 2 - - uid: 26371 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28657 components: - type: Transform rot: 1.5707963267948966 rad - pos: -42.5,-0.5 + pos: -45.5,1.5 parent: 2 - - uid: 26372 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28658 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-0.5 + rot: 3.141592653589793 rad + pos: -44.5,-25.5 parent: 2 - - uid: 26373 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28659 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-0.5 + rot: 3.141592653589793 rad + pos: -45.5,-23.5 parent: 2 - - uid: 26374 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28660 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-0.5 + rot: 3.141592653589793 rad + pos: -46.5,-21.5 parent: 2 - - uid: 26375 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28661 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,-0.5 + rot: 3.141592653589793 rad + pos: -47.5,-19.5 parent: 2 - - uid: 26376 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28662 components: - type: Transform - pos: -37.5,0.5 + rot: 3.141592653589793 rad + pos: -47.5,-18.5 parent: 2 - - uid: 26377 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28663 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,1.5 + rot: 3.141592653589793 rad + pos: -48.5,-16.5 parent: 2 - - uid: 26378 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28664 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,1.5 + rot: 3.141592653589793 rad + pos: -49.5,-14.5 parent: 2 - - uid: 26379 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28665 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,1.5 + rot: 3.141592653589793 rad + pos: -49.5,-13.5 parent: 2 - - uid: 26380 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28666 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,1.5 + rot: 3.141592653589793 rad + pos: -49.5,-12.5 parent: 2 - - uid: 26381 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28667 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,1.5 + rot: 3.141592653589793 rad + pos: -50.5,-9.5 parent: 2 - - uid: 26382 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28668 components: - type: Transform rot: 3.141592653589793 rad - pos: -31.5,2.5 + pos: -50.5,-10.5 parent: 2 - - uid: 26383 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28669 components: - type: Transform rot: 3.141592653589793 rad - pos: -31.5,3.5 + pos: -50.5,-8.5 parent: 2 - - uid: 26384 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28670 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,30.5 + rot: 3.141592653589793 rad + pos: -50.5,-7.5 parent: 2 - - uid: 26385 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28671 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,30.5 + rot: 3.141592653589793 rad + pos: -51.5,-5.5 parent: 2 - - uid: 26386 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28672 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,30.5 + rot: 3.141592653589793 rad + pos: -51.5,-4.5 parent: 2 - - uid: 26387 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28673 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,30.5 + rot: 3.141592653589793 rad + pos: -51.5,-3.5 parent: 2 - - uid: 26388 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28674 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,30.5 + rot: 3.141592653589793 rad + pos: -51.5,-2.5 parent: 2 - - uid: 26389 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28675 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,30.5 + rot: 3.141592653589793 rad + pos: -51.5,-1.5 parent: 2 - - uid: 26390 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28676 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,30.5 + rot: 3.141592653589793 rad + pos: -51.5,-0.5 parent: 2 - - uid: 26391 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28677 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,30.5 + rot: 3.141592653589793 rad + pos: -51.5,0.5 parent: 2 - - uid: 26392 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28678 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,30.5 + rot: 1.5707963267948966 rad + pos: -50.5,1.5 parent: 2 - - uid: 26393 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28679 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,30.5 + rot: 3.141592653589793 rad + pos: -51.5,2.5 parent: 2 - - uid: 26394 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28680 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,30.5 + rot: 3.141592653589793 rad + pos: -51.5,3.5 parent: 2 - - uid: 26395 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28681 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,30.5 + rot: 3.141592653589793 rad + pos: -51.5,4.5 parent: 2 - - uid: 26396 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28683 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,30.5 + rot: 3.141592653589793 rad + pos: -51.5,6.5 parent: 2 - - uid: 26397 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28684 components: - type: Transform rot: 3.141592653589793 rad - pos: -22.5,29.5 + pos: -50.5,8.5 parent: 2 - - uid: 26398 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28685 components: - type: Transform rot: 3.141592653589793 rad - pos: -22.5,28.5 + pos: -50.5,9.5 parent: 2 - - uid: 26399 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28687 components: - type: Transform rot: 3.141592653589793 rad - pos: -22.5,26.5 + pos: -50.5,11.5 parent: 2 - - uid: 26400 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28689 components: - type: Transform rot: 3.141592653589793 rad - pos: -22.5,25.5 + pos: -48.5,15.5 parent: 2 - - uid: 26401 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28690 components: - type: Transform rot: 3.141592653589793 rad - pos: -22.5,23.5 + pos: -48.5,16.5 parent: 2 - - uid: 26402 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28691 components: - type: Transform rot: 3.141592653589793 rad - pos: -22.5,22.5 + pos: -48.5,17.5 parent: 2 - - uid: 26403 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28692 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,21.5 + rot: 3.141592653589793 rad + pos: -47.5,19.5 parent: 2 - - uid: 26404 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28693 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,21.5 + rot: 3.141592653589793 rad + pos: -46.5,21.5 parent: 2 - - uid: 26405 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28694 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,21.5 + rot: 3.141592653589793 rad + pos: -46.5,22.5 parent: 2 - - uid: 26406 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28695 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,21.5 + rot: 3.141592653589793 rad + pos: -45.5,24.5 parent: 2 - - uid: 26407 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28696 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,21.5 + rot: 3.141592653589793 rad + pos: -44.5,26.5 parent: 2 - - uid: 26408 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28697 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,21.5 + rot: 3.141592653589793 rad + pos: -44.5,27.5 parent: 2 - - uid: 26409 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28699 components: - type: Transform rot: 1.5707963267948966 rad - pos: -29.5,21.5 + pos: -42.5,28.5 parent: 2 - - uid: 26410 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28701 components: - type: Transform rot: 1.5707963267948966 rad - pos: -30.5,21.5 + pos: -40.5,28.5 parent: 2 - - uid: 26411 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28702 components: - type: Transform rot: 1.5707963267948966 rad - pos: -31.5,21.5 + pos: -39.5,28.5 parent: 2 - - uid: 26412 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28703 components: - type: Transform rot: 1.5707963267948966 rad - pos: -32.5,21.5 + pos: -38.5,28.5 parent: 2 - - uid: 26413 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28704 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,21.5 + pos: -36.5,36.5 parent: 2 - - uid: 26414 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28705 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,21.5 + pos: -37.5,29.5 parent: 2 - - uid: 26415 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28706 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,21.5 + pos: -37.5,30.5 parent: 2 - - uid: 26416 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28707 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,21.5 + pos: -37.5,31.5 parent: 2 - - uid: 26417 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28708 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,21.5 + pos: -37.5,32.5 parent: 2 - - uid: 26418 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28709 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,21.5 + pos: -37.5,33.5 parent: 2 - - uid: 26427 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28710 components: - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,49.5 + rot: -1.5707963267948966 rad + pos: -34.5,38.5 parent: 2 - - uid: 26428 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28712 components: - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,50.5 + rot: -1.5707963267948966 rad + pos: -32.5,38.5 parent: 2 - - uid: 26429 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28713 components: - type: Transform rot: 3.141592653589793 rad - pos: -23.5,51.5 + pos: -31.5,39.5 parent: 2 - - uid: 26430 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28714 components: - type: Transform rot: 3.141592653589793 rad - pos: -23.5,52.5 + pos: -31.5,40.5 parent: 2 - - uid: 26431 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28715 components: - type: Transform rot: 3.141592653589793 rad - pos: -23.5,53.5 + pos: -29.5,43.5 parent: 2 - - uid: 26433 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28716 components: - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,47.5 + rot: 1.5707963267948966 rad + pos: -28.5,44.5 parent: 2 - - uid: 26434 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28717 components: - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,46.5 + rot: 1.5707963267948966 rad + pos: -27.5,44.5 parent: 2 - - uid: 26435 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28730 components: - type: Transform rot: 1.5707963267948966 rad - pos: -23.5,48.5 + pos: -25.5,20.5 parent: 2 - - uid: 26436 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28756 components: - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,51.5 + rot: -1.5707963267948966 rad + pos: 43.5,-31.5 parent: 2 - - uid: 26437 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28757 components: - type: Transform rot: 3.141592653589793 rad - pos: -13.5,52.5 + pos: 44.5,-30.5 parent: 2 - - uid: 26438 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28802 components: - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,53.5 + rot: -1.5707963267948966 rad + pos: -3.5,-30.5 parent: 2 - - uid: 26439 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28820 components: - type: Transform rot: 3.141592653589793 rad - pos: -13.5,54.5 + pos: -51.5,36.5 parent: 2 - - uid: 26440 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28876 components: - type: Transform rot: 3.141592653589793 rad - pos: -13.5,55.5 + pos: 33.5,42.5 parent: 2 - - uid: 26441 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28880 components: - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,56.5 + pos: 28.5,-39.5 parent: 2 - - uid: 26442 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28882 components: - type: Transform rot: 3.141592653589793 rad - pos: -13.5,57.5 + pos: 1.5,53.5 parent: 2 - - uid: 26443 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28883 components: - type: Transform rot: 3.141592653589793 rad - pos: -13.5,58.5 + pos: 1.5,54.5 parent: 2 - - uid: 26444 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28884 components: - type: Transform rot: 3.141592653589793 rad - pos: -13.5,59.5 + pos: 1.5,55.5 parent: 2 - - uid: 26445 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28885 components: - type: Transform rot: 3.141592653589793 rad - pos: -13.5,60.5 + pos: 1.5,56.5 parent: 2 - - uid: 26446 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28886 components: - type: Transform rot: 3.141592653589793 rad - pos: -13.5,61.5 + pos: 1.5,57.5 parent: 2 - - uid: 26447 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28887 components: - type: Transform rot: 3.141592653589793 rad - pos: -13.5,62.5 + pos: 1.5,58.5 parent: 2 - - uid: 26451 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28888 components: - type: Transform - pos: 2.5,55.5 + rot: 3.141592653589793 rad + pos: 1.5,59.5 parent: 2 - - uid: 26452 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28889 components: - type: Transform - pos: 2.5,54.5 + rot: 3.141592653589793 rad + pos: 1.5,60.5 parent: 2 - - uid: 26453 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28890 components: - type: Transform - pos: 2.5,53.5 + rot: 3.141592653589793 rad + pos: 1.5,61.5 parent: 2 - - uid: 26454 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28892 components: - type: Transform - pos: 0.5,38.5 + rot: 3.141592653589793 rad + pos: 3.5,55.5 parent: 2 - - uid: 26455 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28893 components: - type: Transform - pos: 0.5,39.5 + rot: 3.141592653589793 rad + pos: 3.5,56.5 parent: 2 - - uid: 26456 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28895 components: - type: Transform - pos: 0.5,40.5 + rot: 3.141592653589793 rad + pos: 3.5,58.5 parent: 2 - - uid: 26457 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28896 components: - type: Transform - pos: 0.5,41.5 + rot: 3.141592653589793 rad + pos: 3.5,59.5 parent: 2 - - uid: 26458 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28897 components: - type: Transform - pos: 0.5,42.5 + rot: 3.141592653589793 rad + pos: 3.5,60.5 parent: 2 - - uid: 26459 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28898 components: - type: Transform - pos: 0.5,43.5 + rot: 3.141592653589793 rad + pos: 3.5,61.5 parent: 2 - - uid: 26460 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28899 components: - type: Transform - pos: 0.5,44.5 + rot: 3.141592653589793 rad + pos: 3.5,62.5 parent: 2 - - uid: 26461 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28900 components: - type: Transform - pos: 0.5,45.5 + pos: -28.5,48.5 parent: 2 - - uid: 26462 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28901 components: - type: Transform - pos: 0.5,46.5 + pos: -28.5,49.5 parent: 2 - - uid: 26463 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28902 components: - type: Transform - pos: 0.5,47.5 + pos: -28.5,50.5 parent: 2 - - uid: 26464 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28903 components: - type: Transform - pos: 0.5,48.5 + pos: -28.5,51.5 parent: 2 - - uid: 26465 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28904 components: - type: Transform - pos: 0.5,49.5 + rot: 3.141592653589793 rad + pos: 1.5,51.5 parent: 2 - - uid: 26466 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28905 components: - type: Transform - pos: 0.5,50.5 + rot: 3.141592653589793 rad + pos: 1.5,50.5 parent: 2 - - uid: 26467 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28906 components: - type: Transform - pos: 0.5,51.5 + rot: 3.141592653589793 rad + pos: 1.5,49.5 parent: 2 - - uid: 26468 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28907 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,37.5 + rot: 3.141592653589793 rad + pos: 1.5,48.5 parent: 2 - - uid: 26471 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28908 components: - type: Transform rot: 3.141592653589793 rad - pos: 19.5,45.5 + pos: 1.5,47.5 parent: 2 - - uid: 26474 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28909 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,34.5 + rot: 3.141592653589793 rad + pos: 1.5,46.5 parent: 2 - - uid: 26475 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28910 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,34.5 + rot: 3.141592653589793 rad + pos: 1.5,45.5 parent: 2 - - uid: 26476 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28912 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,34.5 + rot: 3.141592653589793 rad + pos: 1.5,43.5 parent: 2 - - uid: 26477 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28913 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,34.5 + rot: 3.141592653589793 rad + pos: 1.5,42.5 parent: 2 - - uid: 26478 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28914 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,34.5 + rot: 3.141592653589793 rad + pos: 1.5,41.5 parent: 2 - - uid: 26479 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28915 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,34.5 + rot: 3.141592653589793 rad + pos: 1.5,40.5 parent: 2 - - uid: 26480 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28916 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,34.5 + rot: 3.141592653589793 rad + pos: 1.5,39.5 parent: 2 - - uid: 26481 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28917 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,34.5 + rot: 3.141592653589793 rad + pos: 1.5,38.5 parent: 2 - - uid: 26482 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28920 components: - type: Transform rot: 1.5707963267948966 rad - pos: 29.5,34.5 - parent: 2 - - uid: 26484 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,35.5 + pos: -43.5,33.5 parent: 2 - - uid: 26485 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28924 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,36.5 + pos: -0.5,53.5 parent: 2 - - uid: 26486 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28925 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,37.5 + pos: -0.5,52.5 parent: 2 - - uid: 26488 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28926 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,39.5 + pos: -0.5,51.5 parent: 2 - - uid: 26489 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28927 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,40.5 + pos: -0.5,50.5 parent: 2 - - uid: 26490 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28928 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,41.5 + pos: -0.5,49.5 parent: 2 - - uid: 26491 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28929 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,42.5 + pos: -0.5,48.5 parent: 2 - - uid: 26493 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28930 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,44.5 + pos: -0.5,47.5 parent: 2 - - uid: 26494 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28931 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,45.5 + pos: -0.5,46.5 parent: 2 - - uid: 26496 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28932 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,47.5 + pos: -0.5,45.5 parent: 2 - - uid: 26497 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28933 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,48.5 + pos: -0.5,44.5 parent: 2 - - uid: 26498 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28934 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,49.5 + pos: -0.5,43.5 parent: 2 - - uid: 26499 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28935 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,50.5 + rot: -1.5707963267948966 rad + pos: -3.5,44.5 parent: 2 - - uid: 26500 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28936 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,51.5 + pos: -0.5,41.5 parent: 2 - - uid: 26501 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28937 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,52.5 + pos: -0.5,40.5 parent: 2 - - uid: 26502 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28938 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,61.5 + pos: -0.5,39.5 parent: 2 - - uid: 26503 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28939 components: - type: Transform - pos: 36.5,60.5 + pos: -0.5,38.5 parent: 2 - - uid: 26504 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28940 components: - type: Transform - pos: 36.5,59.5 + pos: -0.5,37.5 parent: 2 - - uid: 26505 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28941 components: - type: Transform - pos: 36.5,58.5 + pos: -0.5,36.5 parent: 2 - - uid: 26506 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28942 components: - type: Transform - pos: 36.5,57.5 + rot: -1.5707963267948966 rad + pos: 0.5,35.5 parent: 2 - - uid: 26507 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28943 components: - type: Transform - pos: 36.5,56.5 + rot: -1.5707963267948966 rad + pos: 1.5,35.5 parent: 2 - - uid: 26508 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28944 components: - type: Transform - pos: 36.5,55.5 + rot: -1.5707963267948966 rad + pos: 2.5,35.5 parent: 2 - - uid: 26509 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28945 components: - type: Transform - pos: 36.5,54.5 + rot: -1.5707963267948966 rad + pos: 3.5,35.5 parent: 2 - - uid: 26510 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28946 components: - type: Transform rot: -1.5707963267948966 rad - pos: 37.5,53.5 + pos: 4.5,35.5 parent: 2 - - uid: 26511 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28949 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,50.5 + rot: -1.5707963267948966 rad + pos: -2.5,44.5 parent: 2 - - uid: 26512 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28950 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,50.5 + rot: -1.5707963267948966 rad + pos: -1.5,44.5 parent: 2 - - uid: 26513 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28951 components: - type: Transform - pos: 44.5,49.5 + rot: -1.5707963267948966 rad + pos: -0.5,44.5 parent: 2 - - uid: 26514 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28952 components: - type: Transform - pos: 44.5,48.5 + rot: -1.5707963267948966 rad + pos: 0.5,44.5 parent: 2 - - uid: 26515 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28953 components: - type: Transform - pos: 44.5,47.5 + rot: -1.5707963267948966 rad + pos: -1.5,42.5 parent: 2 - - uid: 26516 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28954 components: - type: Transform rot: -1.5707963267948966 rad - pos: 43.5,46.5 + pos: -2.5,42.5 parent: 2 - - uid: 26517 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28955 components: - type: Transform rot: -1.5707963267948966 rad - pos: 42.5,46.5 + pos: -3.5,42.5 parent: 2 - - uid: 26518 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28956 components: - type: Transform rot: -1.5707963267948966 rad - pos: 41.5,46.5 + pos: -47.5,31.5 parent: 2 - - uid: 26519 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28957 components: - type: Transform rot: -1.5707963267948966 rad - pos: 40.5,46.5 + pos: -48.5,31.5 parent: 2 - - uid: 26520 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28958 components: - type: Transform rot: -1.5707963267948966 rad - pos: 39.5,46.5 + pos: -49.5,31.5 parent: 2 - - uid: 26521 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28959 components: - type: Transform rot: -1.5707963267948966 rad - pos: 39.5,38.5 + pos: -50.5,31.5 parent: 2 - - uid: 26522 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28964 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,38.5 + rot: 3.141592653589793 rad + pos: -2.5,31.5 parent: 2 - - uid: 26523 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28965 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,38.5 + pos: -0.5,33.5 parent: 2 - - uid: 26524 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28969 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,38.5 + pos: 1.5,36.5 parent: 2 - - uid: 26525 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28970 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,38.5 + pos: 1.5,35.5 parent: 2 - - uid: 26526 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28971 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,38.5 + pos: 1.5,34.5 parent: 2 - - uid: 26527 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28972 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,38.5 + pos: 1.5,33.5 parent: 2 - - uid: 26528 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28973 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,38.5 + pos: 1.5,32.5 parent: 2 - - uid: 26529 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28974 components: - type: Transform rot: -1.5707963267948966 rad - pos: 47.5,38.5 + pos: 0.5,31.5 parent: 2 - - uid: 26530 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28979 components: - type: Transform rot: 3.141592653589793 rad - pos: 48.5,39.5 + pos: 37.5,29.5 parent: 2 - - uid: 26541 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28980 components: - type: Transform rot: 3.141592653589793 rad - pos: 32.5,41.5 + pos: 37.5,28.5 parent: 2 - - uid: 26542 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28981 components: - type: Transform rot: 3.141592653589793 rad - pos: 32.5,42.5 - parent: 2 - - uid: 26543 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,43.5 + pos: 37.5,30.5 parent: 2 - - uid: 26544 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28982 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,43.5 + rot: 3.141592653589793 rad + pos: 37.5,31.5 parent: 2 - - uid: 26545 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28983 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,43.5 + rot: 3.141592653589793 rad + pos: 37.5,32.5 parent: 2 - - uid: 26546 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28984 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,43.5 + rot: 3.141592653589793 rad + pos: 37.5,33.5 parent: 2 - - uid: 26547 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28985 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,43.5 + rot: 3.141592653589793 rad + pos: 37.5,34.5 parent: 2 - - uid: 26549 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28986 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,34.5 + rot: 3.141592653589793 rad + pos: 37.5,35.5 parent: 2 - - uid: 26551 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28987 components: - type: Transform rot: 3.141592653589793 rad - pos: 29.5,30.5 + pos: 37.5,36.5 parent: 2 - - uid: 26552 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28989 components: - type: Transform rot: 3.141592653589793 rad - pos: 29.5,29.5 + pos: 37.5,38.5 parent: 2 - - uid: 26553 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28990 components: - type: Transform rot: 3.141592653589793 rad - pos: 29.5,28.5 + pos: 37.5,39.5 parent: 2 - - uid: 26554 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28991 components: - type: Transform rot: 3.141592653589793 rad - pos: 29.5,27.5 + pos: 37.5,40.5 parent: 2 - - uid: 26555 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28992 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,26.5 + rot: 3.141592653589793 rad + pos: 37.5,41.5 parent: 2 - - uid: 26556 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28993 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,26.5 + rot: 3.141592653589793 rad + pos: 37.5,42.5 parent: 2 - - uid: 26557 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28994 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,26.5 + rot: 3.141592653589793 rad + pos: 37.5,43.5 parent: 2 - - uid: 26558 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28996 components: - type: Transform - pos: 29.5,25.5 + rot: 3.141592653589793 rad + pos: 37.5,45.5 parent: 2 - - uid: 26559 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28998 components: - type: Transform - pos: 29.5,24.5 + rot: 3.141592653589793 rad + pos: 37.5,47.5 parent: 2 - - uid: 26560 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28999 components: - type: Transform - pos: 29.5,23.5 + rot: 3.141592653589793 rad + pos: 37.5,48.5 parent: 2 - - uid: 26561 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29000 components: - type: Transform - pos: 29.5,22.5 + rot: 3.141592653589793 rad + pos: 37.5,49.5 parent: 2 - - uid: 26562 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29001 components: - type: Transform - pos: 29.5,21.5 + rot: 3.141592653589793 rad + pos: 37.5,50.5 parent: 2 - - uid: 26563 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29002 components: - type: Transform - pos: 29.5,20.5 + rot: 3.141592653589793 rad + pos: 37.5,51.5 parent: 2 - - uid: 26564 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29003 components: - type: Transform - pos: 29.5,19.5 + rot: 3.141592653589793 rad + pos: -52.5,36.5 parent: 2 - - uid: 26565 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29004 components: - type: Transform - pos: 29.5,18.5 + rot: 3.141592653589793 rad + pos: -52.5,35.5 parent: 2 - - uid: 26566 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29006 components: - type: Transform - pos: 29.5,17.5 + rot: 3.141592653589793 rad + pos: 39.5,32.5 parent: 2 - - uid: 26582 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29007 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,-0.5 + rot: 3.141592653589793 rad + pos: 39.5,33.5 parent: 2 - - uid: 26583 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29008 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,-0.5 + rot: 3.141592653589793 rad + pos: 39.5,34.5 parent: 2 - - uid: 26584 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29009 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,-0.5 + rot: 3.141592653589793 rad + pos: 39.5,35.5 parent: 2 - - uid: 26585 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29010 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,-0.5 + rot: 3.141592653589793 rad + pos: 39.5,36.5 parent: 2 - - uid: 26586 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29011 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,-0.5 + rot: 3.141592653589793 rad + pos: 39.5,37.5 parent: 2 - - uid: 26587 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29012 components: - type: Transform rot: 1.5707963267948966 rad - pos: 58.5,-0.5 + pos: -20.5,-34.5 parent: 2 - - uid: 26588 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29013 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,-0.5 + rot: 3.141592653589793 rad + pos: 39.5,39.5 parent: 2 - - uid: 26589 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29014 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 60.5,-0.5 + rot: 3.141592653589793 rad + pos: 39.5,40.5 parent: 2 - - uid: 26590 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29015 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 61.5,-0.5 + rot: 3.141592653589793 rad + pos: 39.5,41.5 parent: 2 - - uid: 26591 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29016 components: - type: Transform - pos: 62.5,-1.5 + rot: 3.141592653589793 rad + pos: 39.5,42.5 parent: 2 - - uid: 26600 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29017 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,-16.5 + rot: 3.141592653589793 rad + pos: 39.5,43.5 parent: 2 - - uid: 26601 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29018 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,-16.5 + rot: 3.141592653589793 rad + pos: 39.5,44.5 parent: 2 - - uid: 26602 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29020 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,-15.5 + rot: 3.141592653589793 rad + pos: 39.5,46.5 parent: 2 - - uid: 26603 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29022 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,-15.5 + rot: 3.141592653589793 rad + pos: 39.5,48.5 parent: 2 - - uid: 26604 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29023 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,-15.5 + rot: 3.141592653589793 rad + pos: 39.5,49.5 parent: 2 - - uid: 26605 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29024 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,-15.5 + rot: 3.141592653589793 rad + pos: 39.5,50.5 parent: 2 - - uid: 26606 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29025 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,-15.5 + rot: 3.141592653589793 rad + pos: 39.5,51.5 parent: 2 - - uid: 26607 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29026 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,-15.5 + rot: 3.141592653589793 rad + pos: 39.5,52.5 parent: 2 - - uid: 26608 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29027 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,-15.5 + rot: 3.141592653589793 rad + pos: 39.5,53.5 parent: 2 - - uid: 26609 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29032 components: - type: Transform - pos: 60.5,-16.5 + rot: -1.5707963267948966 rad + pos: 35.5,52.5 parent: 2 - - uid: 26610 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29033 components: - type: Transform - pos: 60.5,-17.5 + rot: -1.5707963267948966 rad + pos: 34.5,52.5 parent: 2 - - uid: 26611 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29034 components: - type: Transform - pos: 60.5,-18.5 + rot: -1.5707963267948966 rad + pos: 33.5,52.5 parent: 2 - - uid: 26612 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29035 components: - type: Transform - pos: 60.5,-19.5 + rot: -1.5707963267948966 rad + pos: 32.5,52.5 parent: 2 - - uid: 26613 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29036 components: - type: Transform - pos: 60.5,-20.5 + rot: -1.5707963267948966 rad + pos: 31.5,52.5 parent: 2 - - uid: 26614 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29037 components: - type: Transform - pos: 60.5,-21.5 + rot: -1.5707963267948966 rad + pos: 30.5,52.5 parent: 2 - - uid: 26615 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29038 components: - type: Transform - pos: 60.5,-22.5 + rot: -1.5707963267948966 rad + pos: 29.5,52.5 parent: 2 - - uid: 26623 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29039 components: - type: Transform rot: -1.5707963267948966 rad - pos: 37.5,-35.5 + pos: 38.5,54.5 parent: 2 - - uid: 26624 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29040 components: - type: Transform rot: -1.5707963267948966 rad - pos: 38.5,-35.5 + pos: 37.5,54.5 parent: 2 - - uid: 26625 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29041 components: - type: Transform rot: -1.5707963267948966 rad - pos: 39.5,-35.5 + pos: 36.5,54.5 parent: 2 - - uid: 26626 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29042 components: - type: Transform rot: -1.5707963267948966 rad - pos: 40.5,-35.5 + pos: 35.5,54.5 parent: 2 - - uid: 26627 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29044 components: - type: Transform rot: -1.5707963267948966 rad - pos: 41.5,-35.5 + pos: 33.5,54.5 parent: 2 - - uid: 26628 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29045 components: - type: Transform rot: -1.5707963267948966 rad - pos: 42.5,-35.5 + pos: 32.5,54.5 parent: 2 - - uid: 26629 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29046 components: - type: Transform rot: -1.5707963267948966 rad - pos: 43.5,-35.5 + pos: 31.5,54.5 parent: 2 - - uid: 26630 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29047 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,-35.5 + pos: -51.5,33.5 parent: 2 - - uid: 26631 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29056 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,-35.5 + pos: -53.5,30.5 parent: 2 - - uid: 26637 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29057 components: - type: Transform rot: 3.141592653589793 rad - pos: 27.5,-36.5 + pos: 24.5,60.5 parent: 2 - - uid: 26638 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29058 components: - type: Transform rot: 3.141592653589793 rad - pos: 27.5,-35.5 + pos: 24.5,61.5 parent: 2 - - uid: 26639 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29059 components: - type: Transform rot: 3.141592653589793 rad - pos: 27.5,-34.5 + pos: 24.5,62.5 parent: 2 - - uid: 26640 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29060 components: - type: Transform rot: 3.141592653589793 rad - pos: 27.5,-33.5 + pos: 24.5,63.5 parent: 2 - - uid: 26641 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29061 components: - type: Transform rot: 3.141592653589793 rad - pos: 27.5,-32.5 + pos: 24.5,64.5 parent: 2 - - uid: 26642 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29062 components: - type: Transform rot: 3.141592653589793 rad - pos: 27.5,-31.5 + pos: 24.5,65.5 parent: 2 - - uid: 26643 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29063 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,-30.5 + rot: 1.5707963267948966 rad + pos: 43.5,47.5 parent: 2 - - uid: 26645 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29064 components: - type: Transform rot: 3.141592653589793 rad - pos: 27.5,-28.5 + pos: 23.5,64.5 parent: 2 - - uid: 26646 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29065 components: - type: Transform rot: 3.141592653589793 rad - pos: 27.5,-27.5 + pos: 23.5,63.5 parent: 2 - - uid: 26647 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29066 components: - type: Transform rot: 3.141592653589793 rad - pos: 27.5,-26.5 + pos: 23.5,62.5 parent: 2 - - uid: 26648 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29067 components: - type: Transform rot: 3.141592653589793 rad - pos: 27.5,-25.5 + pos: 23.5,61.5 parent: 2 - - uid: 26649 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29068 components: - type: Transform rot: 3.141592653589793 rad - pos: 27.5,-24.5 + pos: 23.5,60.5 parent: 2 - - uid: 26650 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29069 components: - type: Transform rot: 3.141592653589793 rad - pos: 27.5,-23.5 + pos: 23.5,59.5 parent: 2 - - uid: 26651 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29070 components: - type: Transform rot: 3.141592653589793 rad - pos: 27.5,-22.5 + pos: 23.5,58.5 parent: 2 - - uid: 26652 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29071 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,-21.5 + rot: 1.5707963267948966 rad + pos: -52.5,29.5 parent: 2 - - uid: 26653 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29073 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,-20.5 + rot: 1.5707963267948966 rad + pos: 25.5,59.5 parent: 2 - - uid: 26655 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29074 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,-29.5 + rot: 1.5707963267948966 rad + pos: 26.5,59.5 parent: 2 - - uid: 26657 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29075 components: - type: Transform rot: 1.5707963267948966 rad - pos: 31.5,-2.5 + pos: 27.5,59.5 parent: 2 - - uid: 26658 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29076 components: - type: Transform rot: 1.5707963267948966 rad - pos: 30.5,-2.5 + pos: 28.5,59.5 parent: 2 - - uid: 26659 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29077 components: - type: Transform rot: 1.5707963267948966 rad - pos: 29.5,-2.5 + pos: 29.5,59.5 parent: 2 - - uid: 26660 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29079 components: - type: Transform rot: 1.5707963267948966 rad - pos: 28.5,-2.5 + pos: 24.5,57.5 parent: 2 - - uid: 26661 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29080 components: - type: Transform rot: 1.5707963267948966 rad - pos: 27.5,-2.5 + pos: 25.5,57.5 parent: 2 - - uid: 26669 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29081 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-29.5 + rot: 1.5707963267948966 rad + pos: 26.5,57.5 parent: 2 - - uid: 26670 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29082 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-29.5 + rot: 1.5707963267948966 rad + pos: 27.5,57.5 parent: 2 - - uid: 26671 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29087 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-29.5 + rot: 3.141592653589793 rad + pos: 28.5,53.5 parent: 2 - - uid: 26672 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29088 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-29.5 + rot: 3.141592653589793 rad + pos: 28.5,54.5 parent: 2 - - uid: 26673 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29089 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-29.5 + rot: 3.141592653589793 rad + pos: 28.5,55.5 parent: 2 - - uid: 26674 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29090 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-29.5 + rot: 3.141592653589793 rad + pos: 28.5,56.5 parent: 2 - - uid: 26675 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29091 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-29.5 + rot: 3.141592653589793 rad + pos: 30.5,55.5 parent: 2 - - uid: 26676 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29092 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-29.5 + rot: 3.141592653589793 rad + pos: 30.5,56.5 parent: 2 - - uid: 26677 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29093 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-29.5 + rot: 3.141592653589793 rad + pos: 30.5,57.5 parent: 2 - - uid: 26684 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29094 components: - type: Transform rot: 3.141592653589793 rad - pos: 1.5,-50.5 + pos: 30.5,58.5 parent: 2 - - uid: 26685 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29095 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-49.5 + rot: 1.5707963267948966 rad + pos: -52.5,35.5 parent: 2 - - uid: 26686 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29096 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-48.5 + rot: 1.5707963267948966 rad + pos: -53.5,35.5 parent: 2 - - uid: 26687 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29097 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-47.5 + rot: 1.5707963267948966 rad + pos: -54.5,35.5 parent: 2 - - uid: 26688 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29098 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-46.5 + rot: 1.5707963267948966 rad + pos: -55.5,35.5 parent: 2 - - uid: 26689 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29099 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-45.5 + rot: 1.5707963267948966 rad + pos: -56.5,35.5 parent: 2 - - uid: 26690 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29100 components: - type: Transform rot: 3.141592653589793 rad - pos: 1.5,-44.5 + pos: 34.5,55.5 parent: 2 - - uid: 26691 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29101 components: - type: Transform rot: 3.141592653589793 rad - pos: 1.5,-43.5 + pos: 34.5,56.5 parent: 2 - - uid: 26692 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29102 components: - type: Transform rot: 3.141592653589793 rad - pos: 1.5,-42.5 + pos: 36.5,56.5 parent: 2 - - uid: 26693 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29103 components: - type: Transform rot: 3.141592653589793 rad - pos: 1.5,-41.5 + pos: 36.5,55.5 parent: 2 - - uid: 26694 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29104 components: - type: Transform rot: 3.141592653589793 rad - pos: 1.5,-40.5 + pos: 36.5,54.5 parent: 2 - - uid: 26695 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29105 components: - type: Transform rot: 3.141592653589793 rad - pos: 1.5,-39.5 + pos: 36.5,53.5 parent: 2 - - uid: 26696 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29106 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-38.5 + pos: 41.5,48.5 parent: 2 - - uid: 26697 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29113 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-37.5 + rot: 1.5707963267948966 rad + pos: -54.5,29.5 parent: 2 - - uid: 26698 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29114 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-36.5 + rot: 1.5707963267948966 rad + pos: -55.5,29.5 parent: 2 - - uid: 26699 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29115 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-35.5 + rot: 1.5707963267948966 rad + pos: -56.5,29.5 parent: 2 - - uid: 26700 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29116 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-34.5 + rot: 1.5707963267948966 rad + pos: -57.5,29.5 parent: 2 - - uid: 26701 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29120 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-33.5 + pos: -57.5,34.5 parent: 2 - - uid: 26711 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29121 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-36.5 + pos: -57.5,33.5 parent: 2 - - uid: 26712 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29122 components: - type: Transform - pos: -0.5,-35.5 + pos: -57.5,32.5 parent: 2 - - uid: 26713 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29123 components: - type: Transform - pos: -0.5,-34.5 + pos: -57.5,31.5 parent: 2 - - uid: 26714 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29124 components: - type: Transform - pos: -0.5,-33.5 + pos: -57.5,30.5 parent: 2 - - uid: 26716 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29125 components: - type: Transform - pos: -0.5,-37.5 + pos: -57.5,29.5 parent: 2 - - uid: 26717 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29126 components: - type: Transform - pos: -0.5,-38.5 + pos: -57.5,28.5 parent: 2 - - uid: 26718 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29127 components: - type: Transform - pos: -0.5,-39.5 + rot: 1.5707963267948966 rad + pos: 38.5,46.5 parent: 2 - - uid: 26719 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29128 components: - type: Transform - pos: -0.5,-40.5 + rot: 1.5707963267948966 rad + pos: 39.5,46.5 parent: 2 - - uid: 26720 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29129 components: - type: Transform - pos: -0.5,-41.5 + rot: 1.5707963267948966 rad + pos: 40.5,46.5 parent: 2 - - uid: 26721 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29130 components: - type: Transform - pos: -0.5,-42.5 + rot: 1.5707963267948966 rad + pos: 41.5,46.5 parent: 2 - - uid: 26722 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29131 components: - type: Transform - pos: -0.5,-43.5 + rot: 1.5707963267948966 rad + pos: 42.5,46.5 parent: 2 - - uid: 26723 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29132 components: - type: Transform - pos: -0.5,-44.5 + rot: 1.5707963267948966 rad + pos: 43.5,46.5 parent: 2 - - uid: 26724 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29133 components: - type: Transform - pos: -0.5,-45.5 + rot: 1.5707963267948966 rad + pos: 44.5,46.5 parent: 2 - - uid: 26725 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29135 components: - type: Transform - pos: -0.5,-46.5 + rot: 1.5707963267948966 rad + pos: 42.5,47.5 parent: 2 - - uid: 26726 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29137 components: - type: Transform - pos: -0.5,-47.5 + rot: 1.5707963267948966 rad + pos: 40.5,47.5 parent: 2 - - uid: 26727 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29142 components: - type: Transform - pos: -0.5,-48.5 + rot: 1.5707963267948966 rad + pos: 44.5,47.5 parent: 2 - - uid: 26728 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29143 components: - type: Transform - pos: -0.5,-49.5 + rot: 1.5707963267948966 rad + pos: 45.5,47.5 parent: 2 - - uid: 26732 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29144 components: - type: Transform rot: 1.5707963267948966 rad - pos: 5.5,-39.5 + pos: 46.5,47.5 parent: 2 - - uid: 26734 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29145 components: - type: Transform - pos: 6.5,-38.5 + rot: 1.5707963267948966 rad + pos: 47.5,47.5 parent: 2 - - uid: 26735 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29146 components: - type: Transform - pos: 6.5,-37.5 + rot: 1.5707963267948966 rad + pos: 48.5,47.5 parent: 2 - - uid: 26736 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29147 components: - type: Transform - pos: 6.5,-36.5 + rot: 1.5707963267948966 rad + pos: 49.5,47.5 parent: 2 - - uid: 26737 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29148 components: - type: Transform - pos: 6.5,-35.5 + rot: 1.5707963267948966 rad + pos: 46.5,46.5 parent: 2 - - uid: 26738 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29150 components: - type: Transform - pos: 6.5,-34.5 + rot: 1.5707963267948966 rad + pos: 48.5,46.5 parent: 2 - - uid: 26739 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29151 components: - type: Transform - pos: 6.5,-33.5 + pos: 50.5,46.5 parent: 2 - - uid: 26740 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29152 components: - type: Transform - pos: 6.5,-32.5 + pos: 50.5,45.5 parent: 2 - - uid: 26741 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29153 + components: + - type: Transform + pos: 50.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29154 + components: + - type: Transform + pos: 50.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29155 + components: + - type: Transform + pos: 50.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29156 + components: + - type: Transform + pos: 49.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29157 + components: + - type: Transform + pos: 49.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29158 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29159 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29160 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29161 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29162 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29163 components: - type: Transform - pos: 6.5,-31.5 + rot: -1.5707963267948966 rad + pos: -46.5,28.5 parent: 2 - - uid: 26742 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29164 components: - type: Transform - pos: 6.5,-30.5 + rot: -1.5707963267948966 rad + pos: -45.5,28.5 parent: 2 - - uid: 26743 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29165 components: - type: Transform - pos: 6.5,-29.5 + rot: 3.141592653589793 rad + pos: 33.5,43.5 parent: 2 - - uid: 26749 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29167 components: - type: Transform - pos: 9.5,-27.5 + rot: 3.141592653589793 rad + pos: 30.5,42.5 parent: 2 - - uid: 26750 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29168 components: - type: Transform - pos: 9.5,-26.5 + rot: 3.141592653589793 rad + pos: 30.5,43.5 parent: 2 - - uid: 26751 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29169 components: - type: Transform - pos: 9.5,-25.5 + rot: 3.141592653589793 rad + pos: 30.5,44.5 parent: 2 - - uid: 26752 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29172 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-28.5 + rot: 1.5707963267948966 rad + pos: 31.5,45.5 parent: 2 - - uid: 26753 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29173 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-28.5 + rot: 1.5707963267948966 rad + pos: 32.5,45.5 parent: 2 - - uid: 26759 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29174 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-85.5 + rot: 1.5707963267948966 rad + pos: 33.5,45.5 parent: 2 - - uid: 26760 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29175 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-84.5 + rot: 1.5707963267948966 rad + pos: 34.5,45.5 parent: 2 - - uid: 26761 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29176 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-83.5 + rot: 1.5707963267948966 rad + pos: 35.5,45.5 parent: 2 - - uid: 26762 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29177 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-82.5 + rot: 1.5707963267948966 rad + pos: 36.5,45.5 parent: 2 - - uid: 26763 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29178 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-81.5 + rot: 1.5707963267948966 rad + pos: 37.5,45.5 parent: 2 - - uid: 26764 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29179 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-80.5 + rot: 1.5707963267948966 rad + pos: 38.5,45.5 parent: 2 - - uid: 26765 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29180 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-79.5 + rot: 1.5707963267948966 rad + pos: 35.5,44.5 parent: 2 - - uid: 26766 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29181 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-78.5 + rot: 1.5707963267948966 rad + pos: 36.5,44.5 parent: 2 - - uid: 26767 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29185 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-77.5 + rot: 1.5707963267948966 rad + pos: -49.5,36.5 parent: 2 - - uid: 26768 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29186 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-76.5 + rot: 1.5707963267948966 rad + pos: -48.5,36.5 parent: 2 - - uid: 26769 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29187 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-75.5 + rot: 1.5707963267948966 rad + pos: -47.5,36.5 parent: 2 - - uid: 26770 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29190 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-74.5 + rot: 1.5707963267948966 rad + pos: 25.5,52.5 parent: 2 - - uid: 26771 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29191 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-73.5 + rot: 1.5707963267948966 rad + pos: 25.5,54.5 parent: 2 - - uid: 26772 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29192 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-72.5 + rot: 1.5707963267948966 rad + pos: 26.5,54.5 parent: 2 - - uid: 26773 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29193 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-71.5 + rot: 1.5707963267948966 rad + pos: 27.5,54.5 parent: 2 - - uid: 26774 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29194 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-70.5 + rot: 1.5707963267948966 rad + pos: 28.5,54.5 parent: 2 - - uid: 26775 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29195 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-69.5 + rot: 1.5707963267948966 rad + pos: 29.5,54.5 parent: 2 - - uid: 26776 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29197 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-68.5 + rot: -1.5707963267948966 rad + pos: -53.5,11.5 parent: 2 - - uid: 26777 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29198 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-68.5 + rot: -1.5707963267948966 rad + pos: -54.5,11.5 parent: 2 - - uid: 26778 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29199 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-69.5 + rot: -1.5707963267948966 rad + pos: -55.5,11.5 parent: 2 - - uid: 26779 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29200 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-70.5 + rot: -1.5707963267948966 rad + pos: -56.5,11.5 parent: 2 - - uid: 26780 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29201 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-71.5 + rot: -1.5707963267948966 rad + pos: -57.5,11.5 parent: 2 - - uid: 26781 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29202 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-72.5 + rot: -1.5707963267948966 rad + pos: -58.5,11.5 parent: 2 - - uid: 26782 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29208 components: - type: Transform rot: 3.141592653589793 rad - pos: 8.5,-73.5 + pos: 45.5,33.5 parent: 2 - - uid: 26783 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29209 components: - type: Transform rot: 3.141592653589793 rad - pos: 8.5,-74.5 + pos: 45.5,34.5 parent: 2 - - uid: 26784 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29210 components: - type: Transform rot: 3.141592653589793 rad - pos: 8.5,-75.5 + pos: 45.5,35.5 parent: 2 - - uid: 26785 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29211 components: - type: Transform rot: 3.141592653589793 rad - pos: 8.5,-76.5 + pos: 45.5,36.5 parent: 2 - - uid: 26786 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29212 components: - type: Transform rot: 3.141592653589793 rad - pos: 8.5,-77.5 + pos: 45.5,37.5 parent: 2 - - uid: 26787 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29213 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-78.5 + pos: -38.5,32.5 parent: 2 - - uid: 26788 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29214 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-79.5 + pos: -38.5,31.5 parent: 2 - - uid: 26789 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29216 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-80.5 + rot: 1.5707963267948966 rad + pos: 40.5,38.5 parent: 2 - - uid: 26790 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29217 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-81.5 + rot: 1.5707963267948966 rad + pos: 41.5,38.5 parent: 2 - - uid: 26791 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29218 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-82.5 + rot: 1.5707963267948966 rad + pos: 42.5,38.5 parent: 2 - - uid: 26792 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29219 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-83.5 + rot: 1.5707963267948966 rad + pos: 43.5,38.5 parent: 2 - - uid: 26793 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29220 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-84.5 + rot: 1.5707963267948966 rad + pos: 44.5,38.5 parent: 2 - - uid: 26794 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29221 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-85.5 + rot: 1.5707963267948966 rad + pos: 46.5,38.5 parent: 2 - - uid: 26795 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29222 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-51.5 + rot: 1.5707963267948966 rad + pos: 47.5,38.5 parent: 2 - - uid: 26796 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29223 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-52.5 + rot: 1.5707963267948966 rad + pos: 48.5,38.5 parent: 2 - - uid: 26797 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29224 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-53.5 + rot: 1.5707963267948966 rad + pos: 49.5,38.5 parent: 2 - - uid: 26798 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29225 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-54.5 + rot: 1.5707963267948966 rad + pos: 50.5,38.5 parent: 2 - - uid: 26799 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29231 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-55.5 + pos: 51.5,37.5 parent: 2 - - uid: 26800 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29232 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-56.5 + pos: 51.5,36.5 parent: 2 - - uid: 26801 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29233 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-57.5 + rot: 1.5707963267948966 rad + pos: -37.5,30.5 parent: 2 - - uid: 26802 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29234 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-58.5 + rot: 1.5707963267948966 rad + pos: -36.5,30.5 parent: 2 - - uid: 26803 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29235 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-59.5 + rot: 1.5707963267948966 rad + pos: -35.5,30.5 parent: 2 - - uid: 26804 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29236 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-60.5 + rot: 1.5707963267948966 rad + pos: -34.5,30.5 parent: 2 - - uid: 26809 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29237 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-61.5 + rot: 1.5707963267948966 rad + pos: -33.5,30.5 parent: 2 - - uid: 26810 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29239 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-61.5 + rot: 1.5707963267948966 rad + pos: -31.5,30.5 parent: 2 - - uid: 26811 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29240 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-61.5 + rot: 1.5707963267948966 rad + pos: -30.5,30.5 parent: 2 - - uid: 26812 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29241 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-61.5 + rot: 1.5707963267948966 rad + pos: -29.5,30.5 parent: 2 - - uid: 26813 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29242 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-61.5 + rot: 1.5707963267948966 rad + pos: -28.5,30.5 parent: 2 - - uid: 26814 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29243 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-61.5 + rot: 1.5707963267948966 rad + pos: -27.5,30.5 parent: 2 - - uid: 26815 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29244 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-61.5 + rot: 1.5707963267948966 rad + pos: -26.5,30.5 parent: 2 - - uid: 26816 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29245 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-61.5 + rot: 1.5707963267948966 rad + pos: -25.5,30.5 parent: 2 - - uid: 26817 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29246 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-61.5 + rot: 1.5707963267948966 rad + pos: -24.5,30.5 parent: 2 - - uid: 26818 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29247 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-62.5 + rot: 1.5707963267948966 rad + pos: -23.5,30.5 parent: 2 - - uid: 26819 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29248 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-62.5 + rot: 1.5707963267948966 rad + pos: -22.5,30.5 parent: 2 - - uid: 26820 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29254 components: - type: Transform rot: -1.5707963267948966 rad - pos: -4.5,-62.5 + pos: 51.5,37.5 parent: 2 - - uid: 26821 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29255 components: - type: Transform rot: -1.5707963267948966 rad - pos: -5.5,-62.5 + pos: 50.5,37.5 parent: 2 - - uid: 26822 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29256 components: - type: Transform rot: -1.5707963267948966 rad - pos: -6.5,-62.5 + pos: 49.5,37.5 parent: 2 - - uid: 26833 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29257 components: - type: Transform rot: -1.5707963267948966 rad - pos: -5.5,-66.5 + pos: 48.5,37.5 parent: 2 - - uid: 26834 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29258 components: - type: Transform rot: -1.5707963267948966 rad - pos: -4.5,-66.5 + pos: 46.5,37.5 parent: 2 - - uid: 26835 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29259 components: - type: Transform rot: -1.5707963267948966 rad - pos: -3.5,-66.5 + pos: 45.5,37.5 parent: 2 - - uid: 26836 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29260 components: - type: Transform rot: -1.5707963267948966 rad - pos: -2.5,-66.5 + pos: 44.5,37.5 parent: 2 - - uid: 26837 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29261 components: - type: Transform rot: -1.5707963267948966 rad - pos: -0.5,-67.5 + pos: 43.5,37.5 parent: 2 - - uid: 26838 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29262 components: - type: Transform rot: -1.5707963267948966 rad - pos: 0.5,-67.5 + pos: 42.5,37.5 parent: 2 - - uid: 26839 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29263 components: - type: Transform rot: -1.5707963267948966 rad - pos: 1.5,-67.5 + pos: 41.5,37.5 parent: 2 - - uid: 26840 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29264 components: - type: Transform rot: -1.5707963267948966 rad - pos: 2.5,-67.5 + pos: 40.5,37.5 parent: 2 - - uid: 26841 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29265 components: - type: Transform rot: -1.5707963267948966 rad - pos: 3.5,-67.5 + pos: 39.5,37.5 parent: 2 - - uid: 26842 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29266 components: - type: Transform rot: -1.5707963267948966 rad - pos: 4.5,-67.5 + pos: 38.5,37.5 parent: 2 - - uid: 26843 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29271 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-67.5 + pos: 47.5,36.5 parent: 2 - - uid: 26844 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29272 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-67.5 + pos: 47.5,35.5 parent: 2 - - uid: 26845 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29273 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-67.5 + pos: 47.5,34.5 parent: 2 - - uid: 26846 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29274 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-65.5 + pos: 47.5,33.5 parent: 2 - - uid: 26847 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29275 components: - type: Transform rot: 3.141592653589793 rad - pos: -1.5,-64.5 + pos: -21.5,29.5 parent: 2 - - uid: 26848 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29276 components: - type: Transform rot: 3.141592653589793 rad - pos: -1.5,-63.5 - parent: 2 - - uid: 26855 - components: - - type: Transform - pos: 19.5,-52.5 + pos: -21.5,28.5 parent: 2 - - uid: 26856 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29278 components: - type: Transform - pos: 23.5,-52.5 + rot: 3.141592653589793 rad + pos: -21.5,26.5 parent: 2 - - uid: 26857 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29279 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-53.5 + rot: 3.141592653589793 rad + pos: -21.5,25.5 parent: 2 - - uid: 26858 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29280 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-53.5 + rot: 3.141592653589793 rad + pos: -21.5,24.5 parent: 2 - - uid: 26859 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29281 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,-53.5 + rot: 3.141592653589793 rad + pos: -21.5,23.5 parent: 2 - - uid: 26861 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29282 components: - type: Transform rot: 3.141592653589793 rad - pos: 19.5,-51.5 + pos: -21.5,22.5 parent: 2 - - uid: 26864 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29283 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-50.5 + rot: 3.141592653589793 rad + pos: -21.5,21.5 parent: 2 - - uid: 26865 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29285 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-49.5 + rot: -1.5707963267948966 rad + pos: -22.5,20.5 parent: 2 - - uid: 26866 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29286 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 43.5,-49.5 + rot: -1.5707963267948966 rad + pos: -23.5,20.5 parent: 2 - - uid: 26867 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29288 components: - type: Transform rot: 1.5707963267948966 rad - pos: 42.5,-49.5 + pos: -26.5,20.5 parent: 2 - - uid: 26868 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29292 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-49.5 + pos: -27.5,19.5 parent: 2 - - uid: 26869 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29293 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,-49.5 + pos: -27.5,18.5 parent: 2 - - uid: 26870 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29294 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-49.5 + pos: -27.5,17.5 parent: 2 - - uid: 26871 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29295 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-49.5 + pos: -27.5,16.5 parent: 2 - - uid: 26872 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29298 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,-49.5 + pos: 8.5,45.5 parent: 2 - - uid: 26873 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29299 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-49.5 + rot: -1.5707963267948966 rad + pos: 9.5,46.5 parent: 2 - - uid: 26874 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29300 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-49.5 + rot: -1.5707963267948966 rad + pos: 10.5,46.5 parent: 2 - - uid: 26875 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29301 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-49.5 + rot: -1.5707963267948966 rad + pos: 11.5,46.5 parent: 2 - - uid: 26876 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29302 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-49.5 + rot: -1.5707963267948966 rad + pos: 12.5,46.5 parent: 2 - - uid: 26877 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29303 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,-49.5 + rot: -1.5707963267948966 rad + pos: 13.5,46.5 parent: 2 - - uid: 26878 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29304 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,-51.5 + rot: -1.5707963267948966 rad + pos: 15.5,46.5 parent: 2 - - uid: 26879 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29305 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-51.5 + rot: -1.5707963267948966 rad + pos: 16.5,46.5 parent: 2 - - uid: 26880 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29306 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,-51.5 + rot: -1.5707963267948966 rad + pos: 17.5,46.5 parent: 2 - - uid: 26881 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29307 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,-51.5 + rot: 3.141592653589793 rad + pos: 14.5,45.5 parent: 2 - - uid: 26882 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29308 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-51.5 + rot: 3.141592653589793 rad + pos: 16.5,45.5 parent: 2 - - uid: 26883 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29309 components: - type: Transform - pos: 31.5,-50.5 + rot: 3.141592653589793 rad + pos: 16.5,46.5 parent: 2 - - uid: 26887 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29310 components: - type: Transform rot: 3.141592653589793 rad - pos: 45.5,-48.5 + pos: 10.5,45.5 parent: 2 - - uid: 26889 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29311 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,-51.5 + rot: 3.141592653589793 rad + pos: 10.5,46.5 parent: 2 - - uid: 27813 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29314 components: - type: Transform rot: 1.5707963267948966 rad - pos: 52.5,15.5 + pos: 11.5,47.5 parent: 2 - - uid: 32128 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29315 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,-6.5 + rot: 1.5707963267948966 rad + pos: 12.5,47.5 parent: 2 - - uid: 32129 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29316 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,-6.5 + rot: 1.5707963267948966 rad + pos: 13.5,47.5 parent: 2 - - uid: 32131 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29317 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,-6.5 + rot: 1.5707963267948966 rad + pos: 14.5,47.5 parent: 2 - - uid: 32132 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29318 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-6.5 + rot: 1.5707963267948966 rad + pos: 15.5,47.5 parent: 2 - - uid: 32141 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29319 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,-6.5 + rot: 1.5707963267948966 rad + pos: -28.5,20.5 parent: 2 - - uid: 32159 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29320 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,-6.5 + rot: 1.5707963267948966 rad + pos: -29.5,20.5 parent: 2 - - uid: 32178 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29321 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,-6.5 + rot: 1.5707963267948966 rad + pos: -30.5,20.5 parent: 2 - - uid: 32223 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29322 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,-6.5 + rot: 1.5707963267948966 rad + pos: -31.5,20.5 parent: 2 - - uid: 32224 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29323 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,-6.5 + rot: 1.5707963267948966 rad + pos: -32.5,20.5 parent: 2 - - uid: 32259 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29324 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,-6.5 + rot: 1.5707963267948966 rad + pos: -33.5,20.5 parent: 2 - - uid: 32299 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29325 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,-6.5 + rot: 1.5707963267948966 rad + pos: -34.5,20.5 parent: 2 - - uid: 32302 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29326 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,-6.5 + rot: 1.5707963267948966 rad + pos: -35.5,20.5 parent: 2 - - uid: 32319 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29327 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-6.5 + rot: 1.5707963267948966 rad + pos: -36.5,20.5 parent: 2 - - uid: 32324 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29328 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-6.5 + rot: 1.5707963267948966 rad + pos: -37.5,20.5 parent: 2 - - uid: 32353 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29331 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-6.5 + rot: 3.141592653589793 rad + pos: -39.5,21.5 parent: 2 - - uid: 32377 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29332 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-6.5 + rot: 3.141592653589793 rad + pos: -39.5,22.5 parent: 2 - - uid: 32428 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29333 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-6.5 + rot: 3.141592653589793 rad + pos: -39.5,23.5 parent: 2 - - uid: 32429 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29334 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-6.5 + rot: 1.5707963267948966 rad + pos: 17.5,47.5 parent: 2 - - uid: 32439 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29335 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-6.5 + rot: 1.5707963267948966 rad + pos: 18.5,47.5 parent: 2 - - uid: 32440 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29336 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-6.5 + rot: 1.5707963267948966 rad + pos: 19.5,47.5 parent: 2 - - uid: 32441 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29337 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-6.5 + rot: 1.5707963267948966 rad + pos: 20.5,47.5 parent: 2 - - uid: 32442 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29338 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,-6.5 + rot: 1.5707963267948966 rad + pos: 21.5,47.5 parent: 2 - - uid: 32443 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29339 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,-6.5 + pos: 22.5,48.5 parent: 2 - - uid: 32451 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29341 components: - type: Transform - pos: 26.5,-5.5 + pos: -38.5,18.5 parent: 2 - - uid: 32455 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29342 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,-4.5 + pos: -38.5,17.5 parent: 2 - - uid: 32456 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29345 components: - type: Transform rot: -1.5707963267948966 rad - pos: 24.5,-4.5 + pos: -39.5,16.5 parent: 2 - - uid: 32457 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29347 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-4.5 + pos: -23.5,44.5 parent: 2 - - uid: 32458 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29348 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,-4.5 + rot: 1.5707963267948966 rad + pos: -22.5,43.5 parent: 2 - - uid: 32596 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29349 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-4.5 + rot: 1.5707963267948966 rad + pos: -21.5,43.5 parent: 2 - - uid: 32597 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29350 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-4.5 + rot: 1.5707963267948966 rad + pos: -20.5,43.5 parent: 2 - - uid: 32598 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29351 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-4.5 + rot: 1.5707963267948966 rad + pos: -19.5,43.5 parent: 2 - - uid: 32599 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29352 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-4.5 + rot: 1.5707963267948966 rad + pos: -18.5,43.5 parent: 2 - - uid: 32613 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29353 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-4.5 + rot: 1.5707963267948966 rad + pos: -17.5,43.5 parent: 2 - - uid: 32614 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29354 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-4.5 + rot: 1.5707963267948966 rad + pos: -16.5,43.5 parent: 2 - - uid: 32616 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29355 components: - type: Transform rot: -1.5707963267948966 rad - pos: 15.5,-4.5 + pos: -14.5,42.5 parent: 2 - - uid: 32617 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29357 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-4.5 + rot: 1.5707963267948966 rad + pos: -13.5,43.5 parent: 2 - - uid: 32618 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29365 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-4.5 + rot: 3.141592653589793 rad + pos: -46.5,37.5 parent: 2 - - uid: 32619 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29366 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-4.5 + rot: 3.141592653589793 rad + pos: -46.5,38.5 parent: 2 - - uid: 32620 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29375 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-4.5 + rot: 1.5707963267948966 rad + pos: -52.5,4.5 parent: 2 - - uid: 32621 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29376 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-4.5 + rot: 1.5707963267948966 rad + pos: -51.5,4.5 parent: 2 - - uid: 32622 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29377 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-4.5 + rot: 1.5707963267948966 rad + pos: -50.5,4.5 parent: 2 - - uid: 32623 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29378 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-4.5 + rot: 1.5707963267948966 rad + pos: -49.5,4.5 parent: 2 - - uid: 32624 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29379 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-4.5 + rot: 1.5707963267948966 rad + pos: -48.5,4.5 parent: 2 - - uid: 32625 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29380 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-4.5 + rot: 1.5707963267948966 rad + pos: -47.5,4.5 parent: 2 - - uid: 32626 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29381 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-4.5 + rot: 1.5707963267948966 rad + pos: -46.5,4.5 parent: 2 - - uid: 32627 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29382 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-4.5 + rot: 1.5707963267948966 rad + pos: -45.5,4.5 parent: 2 - - uid: 32628 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29383 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-4.5 + rot: 1.5707963267948966 rad + pos: -44.5,4.5 parent: 2 - - uid: 32674 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29385 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-4.5 + rot: 3.141592653589793 rad + pos: -43.5,5.5 parent: 2 - - uid: 32675 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29386 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-4.5 + rot: 3.141592653589793 rad + pos: -43.5,6.5 parent: 2 - - uid: 32676 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29387 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-4.5 + pos: -33.5,-40.5 parent: 2 - - uid: 32677 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29388 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-4.5 + pos: -33.5,-39.5 parent: 2 - - uid: 32678 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29391 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-4.5 + pos: 28.5,30.5 parent: 2 - - uid: 32679 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29392 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-4.5 + pos: 28.5,31.5 parent: 2 - - uid: 32680 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29393 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-4.5 + pos: 28.5,32.5 parent: 2 - - uid: 32681 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29394 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-4.5 + pos: 28.5,33.5 parent: 2 - - uid: 32682 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29395 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-4.5 + pos: 28.5,34.5 parent: 2 - - uid: 32683 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29396 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-4.5 + pos: 28.5,35.5 parent: 2 - - uid: 32684 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29397 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-4.5 + pos: 28.5,36.5 parent: 2 - - uid: 32685 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29398 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-4.5 + pos: 28.5,37.5 parent: 2 - - uid: 32686 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29399 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-4.5 + pos: 29.5,30.5 parent: 2 - - uid: 32687 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29401 components: - type: Transform rot: -1.5707963267948966 rad - pos: -11.5,-4.5 + pos: 25.5,28.5 parent: 2 - - uid: 32688 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29402 components: - type: Transform rot: -1.5707963267948966 rad - pos: -12.5,-4.5 + pos: 26.5,28.5 parent: 2 - - uid: 32689 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29403 components: - type: Transform rot: -1.5707963267948966 rad - pos: -13.5,-4.5 + pos: 27.5,28.5 parent: 2 - - uid: 32690 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29404 components: - type: Transform rot: -1.5707963267948966 rad - pos: -14.5,-4.5 + pos: 28.5,28.5 parent: 2 - - uid: 32691 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29405 components: - type: Transform rot: -1.5707963267948966 rad - pos: -15.5,-4.5 + pos: 23.5,27.5 parent: 2 - - uid: 32692 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29406 components: - type: Transform rot: -1.5707963267948966 rad - pos: -16.5,-4.5 + pos: 24.5,27.5 parent: 2 - - uid: 32693 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29407 components: - type: Transform rot: -1.5707963267948966 rad - pos: -17.5,-4.5 + pos: 25.5,27.5 parent: 2 - - uid: 32694 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29408 components: - type: Transform rot: -1.5707963267948966 rad - pos: -18.5,-4.5 + pos: 26.5,27.5 parent: 2 - - uid: 32695 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29409 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-4.5 + rot: 3.141592653589793 rad + pos: 24.5,29.5 parent: 2 - - uid: 32696 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29410 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-4.5 + rot: 3.141592653589793 rad + pos: 22.5,28.5 parent: 2 - - uid: 32697 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29411 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-4.5 + rot: 3.141592653589793 rad + pos: 22.5,29.5 parent: 2 - - uid: 32698 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29412 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-4.5 + rot: 1.5707963267948966 rad + pos: -52.5,-0.5 parent: 2 - - uid: 32699 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29413 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-4.5 + rot: 1.5707963267948966 rad + pos: -51.5,-0.5 parent: 2 - - uid: 32832 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29414 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-4.5 + rot: 1.5707963267948966 rad + pos: -50.5,-0.5 parent: 2 - - uid: 32833 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29415 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-4.5 + rot: 1.5707963267948966 rad + pos: -49.5,-0.5 parent: 2 - - uid: 32838 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29416 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-4.5 + rot: 1.5707963267948966 rad + pos: -48.5,-0.5 parent: 2 - - uid: 33355 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29417 components: - type: Transform rot: 1.5707963267948966 rad - pos: 54.5,15.5 + pos: -47.5,-0.5 parent: 2 - - uid: 33356 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29418 components: - type: Transform rot: 1.5707963267948966 rad - pos: 55.5,15.5 + pos: -46.5,-0.5 parent: 2 - - uid: 33357 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29419 components: - type: Transform - pos: 56.5,14.5 + rot: 1.5707963267948966 rad + pos: -45.5,-0.5 parent: 2 - - uid: 36096 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29420 components: - type: Transform - pos: 52.5,35.5 + rot: 1.5707963267948966 rad + pos: -44.5,-0.5 parent: 2 - - uid: 36097 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29421 components: - type: Transform - pos: 52.5,36.5 + rot: 1.5707963267948966 rad + pos: -43.5,-0.5 parent: 2 - - uid: 36098 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29422 components: - type: Transform - pos: 52.5,37.5 + rot: 1.5707963267948966 rad + pos: -42.5,-0.5 parent: 2 - - uid: 36099 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29423 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,38.5 + rot: 3.141592653589793 rad + pos: 29.5,27.5 parent: 2 - - uid: 36100 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29424 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,38.5 + rot: 3.141592653589793 rad + pos: 29.5,26.5 parent: 2 - - uid: 36101 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29425 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,38.5 + rot: 3.141592653589793 rad + pos: 29.5,25.5 parent: 2 - - uid: 36102 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29426 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,34.5 + rot: 3.141592653589793 rad + pos: 27.5,23.5 parent: 2 - - uid: 36103 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29427 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,34.5 + rot: 3.141592653589793 rad + pos: 27.5,24.5 parent: 2 - - uid: 36104 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29428 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,34.5 + rot: 3.141592653589793 rad + pos: 27.5,25.5 parent: 2 - - uid: 36105 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29429 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,34.5 + rot: 3.141592653589793 rad + pos: 27.5,26.5 parent: 2 - - uid: 42778 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29430 components: - type: Transform - pos: -55.5,8.5 + rot: 3.141592653589793 rad + pos: 27.5,28.5 parent: 2 - - uid: 42779 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29432 components: - type: Transform - pos: -55.5,7.5 + rot: 1.5707963267948966 rad + pos: 26.5,21.5 parent: 2 - - uid: 42780 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29433 components: - type: Transform - pos: -55.5,6.5 + rot: 1.5707963267948966 rad + pos: 25.5,23.5 parent: 2 - - uid: 42781 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29434 components: - type: Transform - pos: -55.5,5.5 + rot: 1.5707963267948966 rad + pos: 26.5,23.5 parent: 2 - - uid: 42783 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29435 components: - type: Transform - pos: -56.5,3.5 + rot: 1.5707963267948966 rad + pos: 27.5,23.5 parent: 2 - - uid: 42784 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29436 components: - type: Transform - pos: -56.5,2.5 + rot: 1.5707963267948966 rad + pos: 28.5,23.5 parent: 2 - - uid: 42785 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29438 components: - type: Transform - pos: -56.5,1.5 + pos: 29.5,22.5 parent: 2 - - uid: 42786 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29439 components: - type: Transform - pos: -56.5,0.5 + pos: 29.5,21.5 parent: 2 - - uid: 42787 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29440 components: - type: Transform - pos: -56.5,-0.5 + pos: 29.5,20.5 parent: 2 - - uid: 42788 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29441 components: - type: Transform - pos: -56.5,-1.5 + rot: -1.5707963267948966 rad + pos: 30.5,19.5 parent: 2 - - uid: 42789 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29442 components: - type: Transform - pos: -56.5,-2.5 + rot: -1.5707963267948966 rad + pos: 31.5,19.5 parent: 2 - - uid: 42790 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29443 components: - type: Transform - pos: -56.5,-3.5 + rot: -1.5707963267948966 rad + pos: 32.5,19.5 parent: 2 - - uid: 42791 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29444 components: - type: Transform - pos: -56.5,-4.5 + rot: -1.5707963267948966 rad + pos: 33.5,19.5 parent: 2 - - uid: 42792 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29445 components: - type: Transform rot: -1.5707963267948966 rad - pos: -57.5,-5.5 + pos: 33.5,17.5 parent: 2 - - uid: 42793 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29446 components: - type: Transform rot: -1.5707963267948966 rad - pos: -58.5,-5.5 + pos: 32.5,17.5 parent: 2 - - uid: 42794 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29447 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-6.5 + rot: -1.5707963267948966 rad + pos: 31.5,17.5 parent: 2 - - uid: 42795 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29448 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-7.5 + rot: -1.5707963267948966 rad + pos: 30.5,17.5 parent: 2 - - uid: 42796 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29449 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-8.5 + rot: -1.5707963267948966 rad + pos: 29.5,17.5 parent: 2 - - uid: 42797 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29450 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-9.5 + rot: -1.5707963267948966 rad + pos: 28.5,17.5 parent: 2 - - uid: 42798 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29451 components: - type: Transform rot: 3.141592653589793 rad - pos: -59.5,-10.5 + pos: 27.5,18.5 parent: 2 - - uid: 42799 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29452 components: - type: Transform rot: 3.141592653589793 rad - pos: -59.5,-11.5 + pos: 27.5,19.5 parent: 2 - - uid: 42800 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29453 components: - type: Transform rot: 3.141592653589793 rad - pos: -60.5,-13.5 + pos: 27.5,20.5 parent: 2 - - uid: 42801 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29456 components: - type: Transform rot: 3.141592653589793 rad - pos: -60.5,-14.5 + pos: -32.5,-38.5 parent: 2 - - uid: 42802 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29457 components: - type: Transform rot: 3.141592653589793 rad - pos: -60.5,-15.5 + pos: -32.5,-37.5 parent: 2 - - uid: 42803 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29458 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -61.5,-16.5 + rot: 3.141592653589793 rad + pos: -32.5,-36.5 parent: 2 -- proto: DisposalRouter - entities: - - uid: 25269 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29459 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,33.5 + rot: 3.141592653589793 rad + pos: -32.5,-35.5 parent: 2 - - type: DisposalRouter - tags: - - engineering department - - uid: 25319 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29460 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,54.5 + rot: 3.141592653589793 rad + pos: -32.5,-34.5 parent: 2 - - type: DisposalRouter - tags: - - lawyer office - - uid: 25333 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29464 components: - type: Transform rot: 1.5707963267948966 rad - pos: 11.5,53.5 + pos: -30.5,-32.5 parent: 2 - - type: DisposalRouter - tags: - - library - - uid: 25510 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29467 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-40.5 + pos: 34.5,24.5 parent: 2 - - type: DisposalRouter - tags: - - medical department - - uid: 25532 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29468 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-51.5 + pos: 34.5,25.5 parent: 2 - - type: DisposalRouter - tags: - - bridge - - uid: 25576 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29469 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-44.5 + pos: 34.5,26.5 parent: 2 - - type: DisposalRouter - tags: - - RND -- proto: DisposalRouterFlipped - entities: - - uid: 25266 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29470 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,33.5 + pos: 34.5,27.5 parent: 2 - - type: DisposalRouter - tags: - - atmos - - uid: 25356 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29471 components: - type: Transform - pos: 26.5,42.5 + rot: 3.141592653589793 rad + pos: -29.5,-31.5 parent: 2 - - type: DisposalRouter - tags: - - brig - - uid: 25580 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29473 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-42.5 + pos: 32.5,24.5 parent: 2 - - type: DisposalRouter - tags: - - cargo - - uid: 25675 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29474 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,53.5 + pos: 32.5,25.5 parent: 2 - - type: DisposalRouter - tags: - - hydroponics - - uid: 25711 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29475 components: - type: Transform - pos: 53.5,13.5 + pos: 32.5,26.5 parent: 2 - - type: DisposalRouter - tags: - - cleaners -- proto: DisposalTrunk - entities: - - uid: 4632 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29476 components: - type: Transform - pos: -6.5,-46.5 + pos: 32.5,27.5 parent: 2 - - uid: 7021 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29477 components: - type: Transform - pos: 39.5,-13.5 + pos: 32.5,28.5 parent: 2 - - uid: 12156 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29478 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-2.5 + pos: 32.5,29.5 parent: 2 - - uid: 25175 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29479 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,-17.5 + pos: 32.5,30.5 parent: 2 - - uid: 25304 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29480 components: - type: Transform - pos: -12.5,55.5 + pos: 32.5,31.5 parent: 2 - - uid: 25597 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29481 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,-47.5 + pos: 32.5,32.5 parent: 2 - - uid: 25633 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29482 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-33.5 + pos: 32.5,33.5 parent: 2 - - uid: 25646 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29483 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,22.5 + pos: 32.5,34.5 parent: 2 - - uid: 25677 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29485 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,42.5 + rot: 3.141592653589793 rad + pos: -28.5,-29.5 parent: 2 - - uid: 25702 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29486 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,44.5 + rot: 3.141592653589793 rad + pos: -28.5,-27.5 parent: 2 - - uid: 25708 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29487 components: - type: Transform rot: 3.141592653589793 rad - pos: 31.5,40.5 + pos: -28.5,-28.5 parent: 2 - - uid: 25713 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29489 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,13.5 + pos: 40.5,26.5 parent: 2 - - uid: 25751 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29490 components: - type: Transform - pos: 12.5,-24.5 + pos: 40.5,25.5 parent: 2 - - uid: 25752 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29491 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-86.5 + pos: 40.5,24.5 parent: 2 - - uid: 25808 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29492 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,-1.5 + pos: 40.5,23.5 parent: 2 - - uid: 25855 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29493 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,31.5 + pos: 40.5,22.5 parent: 2 - - uid: 26113 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29494 components: - type: Transform - pos: 7.5,-49.5 + pos: 40.5,21.5 parent: 2 - - uid: 26214 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29495 components: - type: Transform rot: -1.5707963267948966 rad - pos: -43.5,39.5 + pos: -29.5,-26.5 parent: 2 - - uid: 26285 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29496 components: - type: Transform - pos: -55.5,-30.5 + rot: -1.5707963267948966 rad + pos: -30.5,-26.5 parent: 2 - - uid: 26290 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29498 components: - type: Transform - pos: -43.5,45.5 + pos: 42.5,21.5 parent: 2 - - uid: 26332 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29499 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-18.5 + pos: 42.5,22.5 parent: 2 - - uid: 26333 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29500 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-29.5 + pos: 42.5,23.5 parent: 2 - - uid: 26334 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29501 components: - type: Transform - pos: -29.5,-28.5 + pos: 42.5,24.5 parent: 2 - - uid: 26348 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29503 components: - type: Transform - pos: -35.5,-24.5 + rot: 1.5707963267948966 rad + pos: -27.5,-30.5 parent: 2 - - uid: 26357 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29504 components: - type: Transform rot: 1.5707963267948966 rad - pos: -32.5,5.5 + pos: -26.5,-30.5 parent: 2 - - uid: 26419 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29505 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,20.5 + rot: 1.5707963267948966 rad + pos: -25.5,-30.5 parent: 2 - - uid: 26420 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29506 components: - type: Transform rot: 1.5707963267948966 rad - pos: -23.5,24.5 + pos: -24.5,-30.5 parent: 2 - - uid: 26421 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29508 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,27.5 + pos: -23.5,-31.5 parent: 2 - - uid: 26432 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29510 components: - type: Transform - pos: -23.5,54.5 + pos: -23.5,-33.5 parent: 2 - - uid: 26449 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29511 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,63.5 + pos: -23.5,-34.5 parent: 2 - - uid: 26450 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29512 components: - type: Transform - pos: 2.5,56.5 + pos: -23.5,-35.5 parent: 2 - - uid: 26470 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29513 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,37.5 + pos: -23.5,-36.5 parent: 2 - - uid: 26472 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29514 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,44.5 + pos: -23.5,-37.5 parent: 2 - - uid: 26531 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29516 components: - type: Transform - pos: 48.5,40.5 + rot: -1.5707963267948966 rad + pos: -24.5,-38.5 parent: 2 - - uid: 26538 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29517 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,50.5 + rot: 1.5707963267948966 rad + pos: -22.5,-32.5 parent: 2 - - uid: 26539 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29518 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,61.5 + rot: 1.5707963267948966 rad + pos: -21.5,-32.5 parent: 2 - - uid: 26540 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29520 components: - type: Transform rot: 3.141592653589793 rad - pos: 32.5,40.5 + pos: -21.5,43.5 parent: 2 - - uid: 26568 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29521 components: - type: Transform rot: 1.5707963267948966 rad - pos: 25.5,26.5 + pos: -19.5,-33.5 parent: 2 - - uid: 26569 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29523 + components: + - type: Transform + pos: -18.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29524 components: - type: Transform rot: 3.141592653589793 rad - pos: 29.5,16.5 + pos: -23.5,-29.5 parent: 2 - - uid: 26593 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29525 components: - type: Transform rot: 3.141592653589793 rad - pos: 62.5,-2.5 + pos: -23.5,-28.5 parent: 2 - - uid: 26599 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29526 components: - type: Transform rot: 3.141592653589793 rad - pos: 60.5,-23.5 + pos: -23.5,-27.5 parent: 2 - - uid: 26633 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29527 components: - type: Transform - pos: 46.5,-34.5 + rot: 3.141592653589793 rad + pos: -23.5,-26.5 parent: 2 - - uid: 26654 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29531 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-19.5 + rot: -1.5707963267948966 rad + pos: -32.5,-25.5 parent: 2 - - uid: 26667 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29532 components: - type: Transform rot: -1.5707963267948966 rad - pos: 32.5,-2.5 + pos: -33.5,-25.5 parent: 2 - - uid: 26678 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29533 components: - type: Transform rot: -1.5707963267948966 rad - pos: 38.5,-29.5 + pos: -34.5,-25.5 parent: 2 - - uid: 26702 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29534 components: - type: Transform rot: -1.5707963267948966 rad - pos: 2.5,-32.5 + pos: -35.5,-25.5 parent: 2 - - uid: 26707 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29537 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-32.5 + pos: -36.5,-26.5 parent: 2 - - uid: 26708 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29540 components: - type: Transform - pos: -2.5,-35.5 + rot: -1.5707963267948966 rad + pos: -22.5,-25.5 parent: 2 - - uid: 26731 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29541 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-39.5 + rot: -1.5707963267948966 rad + pos: -21.5,-25.5 parent: 2 - - uid: 26748 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29542 components: - type: Transform - pos: 9.5,-24.5 + rot: -1.5707963267948966 rad + pos: -20.5,-25.5 parent: 2 - - uid: 26757 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29544 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-86.5 + rot: -1.5707963267948966 rad + pos: -18.5,-25.5 parent: 2 - - uid: 26807 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29545 components: - type: Transform - pos: -7.5,-61.5 + rot: -1.5707963267948966 rad + pos: -17.5,-25.5 parent: 2 - - uid: 26808 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29546 components: - type: Transform rot: -1.5707963267948966 rad - pos: 8.5,-61.5 + pos: -16.5,-25.5 parent: 2 - - uid: 26860 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29547 components: - type: Transform - pos: 24.5,-50.5 + rot: -1.5707963267948966 rad + pos: -15.5,-25.5 parent: 2 - - uid: 26888 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29548 components: - type: Transform - pos: 45.5,-47.5 + rot: -1.5707963267948966 rad + pos: -14.5,-25.5 parent: 2 - - uid: 26891 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29549 components: - type: Transform - pos: -17.5,-47.5 + rot: -1.5707963267948966 rad + pos: -13.5,-25.5 parent: 2 - - uid: 27606 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29551 components: - type: Transform - pos: -44.5,-36.5 + rot: -1.5707963267948966 rad + pos: 51.5,15.5 parent: 2 - - uid: 30848 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29552 components: - type: Transform rot: -1.5707963267948966 rad - pos: -47.5,13.5 + pos: 52.5,15.5 parent: 2 - - uid: 32632 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29553 components: - type: Transform - pos: 2.5,-3.5 + rot: -1.5707963267948966 rad + pos: 53.5,15.5 parent: 2 - - uid: 32844 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29554 components: - type: Transform - pos: -27.5,-3.5 + rot: -1.5707963267948966 rad + pos: 54.5,15.5 parent: 2 - - uid: 33359 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29555 components: - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,13.5 + rot: -1.5707963267948966 rad + pos: 55.5,15.5 parent: 2 - - uid: 36095 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29556 components: - type: Transform - pos: 57.5,35.5 + rot: -1.5707963267948966 rad + pos: 56.5,15.5 parent: 2 -- proto: DisposalUnit - entities: - - uid: 3986 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29557 components: - type: Transform - pos: 39.5,-13.5 + rot: -1.5707963267948966 rad + pos: 57.5,15.5 parent: 2 - - uid: 4872 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29558 components: - type: Transform - pos: 7.5,-49.5 + rot: 3.141592653589793 rad + pos: 58.5,14.5 parent: 2 - - uid: 8429 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29559 components: - type: Transform - pos: -12.5,63.5 + rot: 3.141592653589793 rad + pos: 58.5,13.5 parent: 2 - - uid: 8856 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29560 components: - type: Transform - pos: 60.5,-23.5 + rot: 3.141592653589793 rad + pos: -12.5,-24.5 parent: 2 - - uid: 10373 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29561 components: - type: Transform - pos: -47.5,-1.5 + rot: 1.5707963267948966 rad + pos: 59.5,15.5 parent: 2 - - uid: 10388 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29562 components: - type: Transform - pos: -22.5,-29.5 + pos: 60.5,16.5 parent: 2 - - uid: 11387 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29563 components: - type: Transform - pos: 38.5,61.5 + pos: 60.5,17.5 parent: 2 - - uid: 11388 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29564 components: - type: Transform - pos: 47.5,50.5 + pos: 60.5,18.5 parent: 2 - - uid: 11392 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29565 components: - type: Transform - pos: 29.5,16.5 + pos: 60.5,19.5 parent: 2 - - uid: 11642 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29566 components: - type: Transform - pos: -23.5,24.5 + pos: 60.5,20.5 parent: 2 - - uid: 12734 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29567 components: - type: Transform - pos: -39.5,20.5 + pos: 60.5,21.5 parent: 2 - - uid: 12736 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29568 components: - type: Transform - pos: -6.5,-46.5 + pos: 60.5,22.5 parent: 2 - - uid: 13138 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29569 components: - type: Transform - pos: -1.5,-32.5 + rot: 1.5707963267948966 rad + pos: 59.5,17.5 parent: 2 - - uid: 13789 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29570 components: - type: Transform - pos: -23.5,54.5 + rot: 1.5707963267948966 rad + pos: 60.5,17.5 parent: 2 - - uid: 14503 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29571 components: - type: Transform - pos: 2.5,37.5 + rot: 1.5707963267948966 rad + pos: 61.5,17.5 parent: 2 - - uid: 19580 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29572 components: - type: Transform - pos: -27.5,-3.5 + rot: 3.141592653589793 rad + pos: -19.5,-24.5 parent: 2 - - uid: 19582 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29573 components: - type: Transform - pos: 2.5,-3.5 + rot: 3.141592653589793 rad + pos: -19.5,-23.5 parent: 2 - - uid: 24286 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29574 components: - type: Transform - pos: 56.5,13.5 + rot: 3.141592653589793 rad + pos: -19.5,-22.5 parent: 2 - - uid: 24996 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29575 components: - type: Transform - pos: -7.5,-86.5 + rot: 3.141592653589793 rad + pos: -19.5,-21.5 parent: 2 - - uid: 25143 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29576 components: - type: Transform - pos: -35.5,-24.5 + rot: 3.141592653589793 rad + pos: -19.5,-20.5 parent: 2 - - uid: 25144 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29577 components: - type: Transform - pos: -29.5,-28.5 + rot: 3.141592653589793 rad + pos: -19.5,-19.5 parent: 2 - - uid: 25145 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29578 components: - type: Transform - pos: -11.5,-25.5 + rot: 3.141592653589793 rad + pos: -19.5,-18.5 parent: 2 - - uid: 25146 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29579 components: - type: Transform - pos: -29.5,-18.5 + pos: 57.5,16.5 parent: 2 - - uid: 25147 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29580 components: - type: Transform - pos: -19.5,-32.5 + pos: 57.5,15.5 parent: 2 - - uid: 25148 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29581 components: - type: Transform - pos: -44.5,-36.5 + pos: 57.5,14.5 parent: 2 - - uid: 25149 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29582 components: - type: Transform - pos: -55.5,-30.5 + pos: 57.5,13.5 parent: 2 - - uid: 25150 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29583 components: - type: Transform - pos: -17.5,-47.5 + rot: -1.5707963267948966 rad + pos: 54.5,17.5 parent: 2 - - uid: 25151 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29584 components: - type: Transform - pos: 8.5,-86.5 + rot: -1.5707963267948966 rad + pos: 55.5,17.5 parent: 2 - - uid: 25152 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29585 components: - type: Transform - pos: -7.5,-61.5 + rot: -1.5707963267948966 rad + pos: 56.5,17.5 parent: 2 - - uid: 25153 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29587 components: - type: Transform - pos: 8.5,-61.5 + rot: 3.141592653589793 rad + pos: 58.5,18.5 parent: 2 - - uid: 25154 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29588 components: - type: Transform - pos: 24.5,-50.5 + rot: 3.141592653589793 rad + pos: 58.5,19.5 parent: 2 - - uid: 25155 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29589 components: - type: Transform - pos: 45.5,-47.5 + rot: 3.141592653589793 rad + pos: 58.5,20.5 parent: 2 - - uid: 25156 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29590 components: - type: Transform - pos: 38.5,-29.5 + rot: -1.5707963267948966 rad + pos: 57.5,21.5 parent: 2 - - uid: 25157 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29593 components: - type: Transform - pos: 26.5,-19.5 + rot: -1.5707963267948966 rad + pos: 59.5,21.5 parent: 2 - - uid: 25158 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29594 components: - type: Transform - pos: 32.5,-2.5 + rot: -1.5707963267948966 rad + pos: 60.5,21.5 parent: 2 - - uid: 25159 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29595 components: - type: Transform - pos: 46.5,-34.5 + rot: -1.5707963267948966 rad + pos: 61.5,21.5 parent: 2 - - uid: 25160 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29596 components: - type: Transform - pos: 62.5,-2.5 + rot: -1.5707963267948966 rad + pos: 62.5,21.5 parent: 2 - - uid: 25161 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29597 components: - type: Transform - pos: 32.5,40.5 + rot: -1.5707963267948966 rad + pos: 63.5,21.5 parent: 2 - - uid: 25162 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29598 components: - type: Transform - pos: 48.5,40.5 + rot: 1.5707963267948966 rad + pos: -20.5,-17.5 parent: 2 - - uid: 25163 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29599 components: - type: Transform - pos: 2.5,56.5 + rot: -1.5707963267948966 rad + pos: 63.5,23.5 parent: 2 - - uid: 25165 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29600 components: - type: Transform - pos: -21.5,27.5 + rot: -1.5707963267948966 rad + pos: 62.5,23.5 parent: 2 - - uid: 25166 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29601 components: - type: Transform - pos: -35.5,31.5 + rot: -1.5707963267948966 rad + pos: 61.5,23.5 parent: 2 - - uid: 25167 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29602 components: - type: Transform - pos: -32.5,5.5 + rot: 1.5707963267948966 rad + pos: -23.5,-21.5 parent: 2 - - uid: 25168 + - uid: 29603 components: - type: Transform - pos: -2.5,-35.5 + rot: -1.5707963267948966 rad + pos: 59.5,23.5 parent: 2 - - uid: 25169 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29604 components: - type: Transform - pos: 4.5,-39.5 + rot: -1.5707963267948966 rad + pos: 58.5,23.5 parent: 2 - - uid: 25171 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29605 components: - type: Transform - pos: 18.5,44.5 + rot: -1.5707963267948966 rad + pos: 57.5,23.5 parent: 2 - - uid: 25173 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29608 components: - type: Transform - pos: -55.5,34.5 + rot: -1.5707963267948966 rad + pos: -22.5,-16.5 parent: 2 - - uid: 25174 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29609 components: - type: Transform - pos: -43.5,39.5 + rot: -1.5707963267948966 rad + pos: -23.5,-16.5 parent: 2 - - uid: 26550 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29610 components: - type: Transform - pos: 25.5,26.5 + rot: -1.5707963267948966 rad + pos: -24.5,-16.5 parent: 2 - - uid: 27557 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29611 components: - type: Transform - pos: 25.5,35.5 + rot: -1.5707963267948966 rad + pos: -25.5,-16.5 parent: 2 - - uid: 30847 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29612 components: - type: Transform - pos: -47.5,13.5 + rot: -1.5707963267948966 rad + pos: -26.5,-16.5 parent: 2 - - uid: 36091 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29622 components: - type: Transform - pos: 57.5,35.5 + rot: 1.5707963267948966 rad + pos: 51.5,-0.5 parent: 2 -- proto: DogBed - entities: - - uid: 5682 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29623 components: - type: Transform - pos: -5.5,-44.5 + rot: 1.5707963267948966 rad + pos: -28.5,-16.5 parent: 2 - - uid: 6771 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29624 components: - type: Transform - pos: 24.5,-17.5 + rot: 1.5707963267948966 rad + pos: 53.5,1.5 parent: 2 - - uid: 8436 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29625 components: - - type: MetaData - name: паучья лежанка - type: Transform - pos: 47.5,54.5 + rot: 1.5707963267948966 rad + pos: 52.5,1.5 parent: 2 - - uid: 12264 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29626 components: - type: Transform - pos: 23.5,-36.5 + rot: 1.5707963267948966 rad + pos: 51.5,1.5 parent: 2 - - uid: 12519 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29632 components: - type: Transform - pos: -10.5,68.5 + rot: 3.141592653589793 rad + pos: -29.5,-15.5 parent: 2 - - uid: 12520 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29633 components: - type: Transform - pos: -11.5,68.5 + rot: 3.141592653589793 rad + pos: -29.5,-14.5 parent: 2 -- proto: DonkpocketBoxSpawner - entities: - - uid: 5060 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29634 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-24.5 + rot: 3.141592653589793 rad + pos: -29.5,-13.5 parent: 2 - - uid: 5539 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29635 components: - type: Transform - pos: -60.5,-30.5 + rot: 3.141592653589793 rad + pos: -29.5,-12.5 parent: 2 - - uid: 7426 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29642 components: - type: Transform - pos: 8.5,-27.5 + rot: -1.5707963267948966 rad + pos: 54.5,-0.5 parent: 2 - - uid: 7991 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29644 components: - type: Transform - pos: -38.5,26.5 + rot: -1.5707963267948966 rad + pos: 56.5,-0.5 parent: 2 - - uid: 8222 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29646 components: - type: Transform - pos: -58.5,33.5 + rot: -1.5707963267948966 rad + pos: 58.5,-0.5 parent: 2 - - uid: 10215 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29647 components: - type: Transform - pos: 21.5,26.5 + rot: -1.5707963267948966 rad + pos: 59.5,-0.5 parent: 2 - - uid: 10216 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29648 components: - type: Transform - pos: 21.5,26.5 + rot: -1.5707963267948966 rad + pos: 60.5,-0.5 parent: 2 - - uid: 11152 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29649 components: - type: Transform - pos: 71.5,-26.5 + rot: -1.5707963267948966 rad + pos: 61.5,-0.5 parent: 2 - - uid: 13524 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29650 components: - type: Transform - pos: -49.5,-44.5 + rot: -1.5707963267948966 rad + pos: 62.5,-0.5 parent: 2 - - uid: 13568 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29651 components: - type: Transform - pos: 60.5,3.5 + rot: -1.5707963267948966 rad + pos: 63.5,-0.5 parent: 2 - - uid: 27091 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29652 components: - type: Transform - pos: 31.5,52.5 + rot: -1.5707963267948966 rad + pos: 64.5,-0.5 parent: 2 - - uid: 31306 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29653 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,2.5 - parent: 30892 -- proto: DoubleEmergencyOxygenTankFilled - entities: - - uid: 8166 + rot: 3.141592653589793 rad + pos: 65.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29654 components: - type: Transform - pos: -50.302032,29.495762 + rot: 1.5707963267948966 rad + pos: 55.5,1.5 parent: 2 - - uid: 8167 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29655 components: - type: Transform - pos: -50.427032,29.745762 + rot: 1.5707963267948966 rad + pos: 56.5,1.5 parent: 2 -- proto: Dresser - entities: - - uid: 4593 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29656 components: - type: Transform - pos: 37.5,-45.5 + rot: 1.5707963267948966 rad + pos: 57.5,1.5 parent: 2 - - type: ContainerContainer - containers: - storagebase: !type:Container - showEnts: False - occludes: True - ents: - - 4594 - - 4595 - - 4629 - - 4638 - - 4877 -- proto: DresserCaptainFilled - entities: - - uid: 5133 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29657 components: - type: Transform - pos: 12.5,-36.5 + rot: 1.5707963267948966 rad + pos: 58.5,1.5 parent: 2 -- proto: DresserChiefEngineerFilled - entities: - - uid: 5135 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29658 components: - type: Transform - pos: -13.5,17.5 + rot: 1.5707963267948966 rad + pos: 60.5,1.5 parent: 2 -- proto: DresserChiefMedicalOfficerFilled - entities: - - uid: 5167 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29659 components: - type: Transform - pos: 16.5,-16.5 + rot: 1.5707963267948966 rad + pos: 61.5,1.5 parent: 2 -- proto: DresserFilled - entities: - - uid: 13148 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29660 components: - type: Transform - pos: 8.5,39.5 + rot: 1.5707963267948966 rad + pos: 62.5,1.5 parent: 2 - - uid: 26619 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29661 components: - type: Transform - pos: 47.5,51.5 + rot: 1.5707963267948966 rad + pos: 63.5,1.5 parent: 2 -- proto: DresserHeadOfPersonnelFilled - entities: - - uid: 5132 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29662 components: - type: Transform - pos: -9.5,-41.5 + pos: 64.5,-0.5 parent: 2 -- proto: DresserHeadOfSecurityFilled - entities: - - uid: 5137 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29663 components: - type: Transform - pos: 41.5,56.5 + pos: 64.5,-1.5 parent: 2 -- proto: DresserQuarterMasterFilled - entities: - - uid: 5179 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29664 components: - type: Transform - pos: -36.5,-53.5 + pos: 64.5,-2.5 parent: 2 -- proto: DresserResearchDirectorFilled - entities: - - uid: 4908 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29665 components: - type: Transform - pos: -12.5,-19.5 + pos: 64.5,-3.5 parent: 2 -- proto: DresserWardenFilled - entities: - - uid: 5136 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29666 components: - type: Transform - pos: 35.5,25.5 + pos: 64.5,-4.5 parent: 2 -- proto: DrinkAbsintheBottleFull - entities: - - uid: 24204 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29667 components: - type: Transform - pos: 38.518837,-60.240944 + rot: -1.5707963267948966 rad + pos: 65.5,-5.5 parent: 2 -- proto: DrinkAmasecGlass - entities: - - uid: 36749 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29669 components: - type: Transform - pos: 33.397324,28.67384 + rot: 3.141592653589793 rad + pos: 59.5,0.5 parent: 2 -- proto: DrinkBahamaMama - entities: - - uid: 36615 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29670 components: - type: Transform - pos: 8.514618,-1.1887264 - parent: 36450 -- proto: DrinkBananaHonkGlass - entities: - - uid: 7080 + rot: 3.141592653589793 rad + pos: 59.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29671 components: - type: Transform - pos: 32.477547,3.4052465 + rot: 3.141592653589793 rad + pos: 59.5,-1.5 parent: 2 -- proto: DrinkBeerBottleFull - entities: - - uid: 14238 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29672 components: - type: Transform - pos: -53.352406,-51.888752 + rot: 3.141592653589793 rad + pos: 59.5,-2.5 parent: 2 - - uid: 14242 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29673 components: - type: Transform - pos: -53.68053,-52.216877 + rot: 3.141592653589793 rad + pos: 57.5,-2.5 parent: 2 - - uid: 26174 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29674 components: - type: Transform - pos: 33.40446,-70.17718 + rot: 3.141592653589793 rad + pos: 57.5,-1.5 parent: 2 - - uid: 31673 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29675 components: - type: Transform - pos: -16.490086,76.983 + rot: 3.141592653589793 rad + pos: -39.5,-42.5 parent: 2 - - uid: 31678 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29676 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.25571,76.57675 + rot: 3.141592653589793 rad + pos: -39.5,-43.5 parent: 2 - - uid: 32851 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29677 components: - type: Transform - pos: -14.703186,-6.0062637 - parent: 14592 - - uid: 32855 + rot: 3.141592653589793 rad + pos: -39.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29678 components: - type: Transform - pos: -14.3966675,-5.991661 - parent: 14592 - - uid: 32858 + rot: 3.141592653589793 rad + pos: 57.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29679 components: - type: Transform - pos: -14.250671,-6.123108 - parent: 14592 - - uid: 32859 + rot: 3.141592653589793 rad + pos: 57.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29680 components: - type: Transform - pos: -14.513428,-6.152321 - parent: 14592 - - uid: 32860 + rot: 3.141592653589793 rad + pos: 57.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29681 components: - type: Transform - pos: -14.338257,-6.298378 - parent: 14592 -- proto: DrinkBeerglass - entities: - - uid: 14587 + rot: 3.141592653589793 rad + pos: 57.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29682 components: - type: Transform - pos: -28.524456,-54.377598 + rot: 3.141592653589793 rad + pos: 57.5,4.5 parent: 2 -- proto: DrinkBottleBeer - entities: - - uid: 11532 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29683 components: - type: Transform - pos: 67.586876,-12.392559 + rot: 3.141592653589793 rad + pos: 59.5,2.5 parent: 2 - - uid: 13574 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29684 components: - type: Transform - pos: 62.17053,8.781519 + rot: 3.141592653589793 rad + pos: 59.5,3.5 parent: 2 - - uid: 14518 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29685 components: - type: Transform - pos: -28.337963,-49.343258 + rot: 3.141592653589793 rad + pos: 59.5,4.5 parent: 2 - - uid: 32862 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29686 components: - type: Transform - pos: -13.469299,-6.298378 - parent: 14592 -- proto: DrinkBottlePatron - entities: - - uid: 11525 + rot: 1.5707963267948966 rad + pos: -41.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29687 components: - type: Transform - pos: 59.33849,-10.210609 + rot: 1.5707963267948966 rad + pos: -42.5,-40.5 parent: 2 -- proto: DrinkBottleRum - entities: - - uid: 11526 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29688 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 59.61974,-10.741859 + rot: 1.5707963267948966 rad + pos: -43.5,-40.5 parent: 2 -- proto: DrinkChampagneBottleFull - entities: - - uid: 32065 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29689 components: - type: Transform - pos: 47.62847,-48.291786 + rot: 1.5707963267948966 rad + pos: -44.5,-40.5 parent: 2 -- proto: DrinkDemonsBlood - entities: - - uid: 34125 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29692 components: - type: Transform - pos: -55.470196,-15.510008 + pos: -46.5,-41.5 parent: 2 -- proto: DrinkEnergyDrinkCan - entities: - - uid: 9515 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29693 components: - type: Transform - pos: 24.485077,-59.34902 + pos: -46.5,-42.5 parent: 2 -- proto: DrinkGlass - entities: - - uid: 10163 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29694 components: - type: Transform - pos: 19.78296,70.93561 + pos: -46.5,-39.5 parent: 2 - - uid: 10187 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29695 components: - type: Transform - pos: 19.591822,70.73248 + pos: -45.5,-41.5 parent: 2 - - uid: 10191 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29696 components: - type: Transform - pos: 19.435572,70.56061 + pos: -45.5,-42.5 parent: 2 - - uid: 10192 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29697 components: - type: Transform - pos: 19.294947,70.76373 + pos: -45.5,-43.5 parent: 2 - - uid: 11644 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29698 components: - type: Transform - pos: 47.551365,-48.20568 + pos: -45.5,-44.5 parent: 2 - - uid: 11819 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29699 components: - type: Transform - pos: 47.832615,-48.190056 + pos: -45.5,-45.5 parent: 2 - - uid: 11820 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29700 components: - type: Transform - pos: 47.28574,-48.20568 + pos: -45.5,-46.5 parent: 2 - - uid: 32866 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29701 components: - type: Transform - pos: 2.7798462,-5.8792114 - parent: 14592 - - uid: 32869 + pos: -45.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29704 components: - - type: Transform - pos: 2.5923462,-5.8792114 - parent: 14592 - - uid: 32870 + - type: Transform + pos: -46.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29705 components: - type: Transform - pos: 2.3735962,-5.8792114 - parent: 14592 - - uid: 32871 + rot: 3.141592653589793 rad + pos: 68.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29706 components: - type: Transform - pos: 2.2017212,-5.8635864 - parent: 14592 - - uid: 36170 + rot: 3.141592653589793 rad + pos: 68.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29707 components: - type: Transform - pos: -47.247467,-6.869722 + rot: 3.141592653589793 rad + pos: 68.5,4.5 parent: 2 - - uid: 36171 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29708 components: - type: Transform - pos: -47.481842,-6.869722 + rot: 3.141592653589793 rad + pos: 68.5,3.5 parent: 2 - - uid: 36172 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29709 components: - type: Transform - pos: -47.669342,-6.869722 + rot: 3.141592653589793 rad + pos: 68.5,2.5 parent: 2 -- proto: DrinkGrapeCan - entities: - - uid: 7389 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29710 components: - type: Transform - pos: -42.346054,14.765334 + rot: 3.141592653589793 rad + pos: 68.5,1.5 parent: 2 - - uid: 7403 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29711 components: - type: Transform - pos: -42.58043,14.921584 + rot: 3.141592653589793 rad + pos: 66.5,6.5 parent: 2 -- proto: DrinkGreenTea - entities: - - uid: 9368 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29712 components: - type: Transform - pos: -48.778008,10.637245 + rot: 3.141592653589793 rad + pos: 66.5,5.5 parent: 2 - - uid: 9456 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29713 components: - type: Transform - pos: -48.340508,10.512245 + rot: 3.141592653589793 rad + pos: 66.5,4.5 parent: 2 - - uid: 42970 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29714 components: - type: Transform - pos: 8.686939,-64.15389 + rot: 3.141592653589793 rad + pos: 66.5,3.5 parent: 2 - - uid: 42971 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29717 components: - type: Transform - pos: 8.515064,-64.57577 + pos: -39.5,-45.5 parent: 2 -- proto: DrinkHotCoco - entities: - - uid: 5229 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29719 components: - type: Transform - pos: -13.706511,-22.357067 + rot: -1.5707963267948966 rad + pos: 65.5,0.5 parent: 2 - - uid: 5628 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29720 components: - type: Transform - pos: -9.607775,-42.57546 + rot: -1.5707963267948966 rad + pos: 66.5,0.5 parent: 2 - - uid: 6741 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29721 components: - type: Transform - pos: 13.796219,-16.293522 + rot: -1.5707963267948966 rad + pos: 67.5,0.5 parent: 2 - - uid: 11478 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29722 components: - type: Transform - pos: 36.5138,3.0506535 + rot: -1.5707963267948966 rad + pos: 57.5,-23.5 parent: 2 - - uid: 31119 + - uid: 29723 components: - type: Transform - pos: -11.714604,45.560364 + rot: 3.141592653589793 rad + pos: 58.5,-22.5 parent: 2 -- proto: DrinkHotCoffee - entities: - - uid: 8831 + - uid: 29724 components: - type: Transform - pos: 52.818253,-21.218494 + rot: 3.141592653589793 rad + pos: 58.5,-21.5 parent: 2 - - uid: 8921 + - uid: 29725 components: - type: Transform - pos: 39.691677,-43.07593 + rot: 3.141592653589793 rad + pos: 58.5,-20.5 parent: 2 - - uid: 9000 + - uid: 29726 components: - type: Transform - pos: 41.79138,-45.55439 + rot: 3.141592653589793 rad + pos: 58.5,-19.5 parent: 2 - - uid: 10241 + - uid: 29727 components: - type: Transform - pos: 31.44641,25.654678 + rot: 3.141592653589793 rad + pos: 58.5,-18.5 parent: 2 - - uid: 12530 + - uid: 29728 components: - type: Transform - pos: -32.232033,38.799683 + rot: 3.141592653589793 rad + pos: 57.5,-19.5 parent: 2 - - uid: 12531 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29729 components: - type: Transform - pos: -32.700783,38.580933 + rot: 3.141592653589793 rad + pos: 57.5,-18.5 parent: 2 - - uid: 13546 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29730 components: - type: Transform - pos: -40.35573,-47.018475 + rot: 3.141592653589793 rad + pos: 57.5,-17.5 parent: 2 - - uid: 13573 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29731 components: - type: Transform - pos: 68.26973,5.475336 + rot: 3.141592653589793 rad + pos: 57.5,-16.5 parent: 2 -- proto: DrinkJarWhat - entities: - - uid: 5543 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29732 components: - - type: MetaData - name: банка нюравухи - type: Transform - pos: -41.452564,-37.387398 + rot: 3.141592653589793 rad + pos: 57.5,-15.5 parent: 2 -- proto: DrinkLemonadeGlass - entities: - - uid: 10048 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29733 components: - type: Transform - pos: -21.536694,-63.395775 + rot: 3.141592653589793 rad + pos: 57.5,-14.5 parent: 2 -- proto: DrinkLemonLimeCan - entities: - - uid: 5061 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29740 components: - type: Transform - pos: -10.592207,-22.394436 + rot: 1.5707963267948966 rad + pos: 51.5,-13.5 parent: 2 - - uid: 5062 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29741 components: - type: Transform - pos: -10.35371,-22.651278 + rot: 1.5707963267948966 rad + pos: 52.5,-13.5 parent: 2 - - uid: 5063 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29742 components: - type: Transform - pos: -10.66559,-22.834736 + rot: 1.5707963267948966 rad + pos: 53.5,-13.5 parent: 2 - - uid: 7988 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29743 components: - type: Transform - pos: -40.761154,26.545244 + rot: 1.5707963267948966 rad + pos: 54.5,-13.5 parent: 2 - - uid: 7989 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29744 components: - type: Transform - pos: -40.479904,26.795244 + rot: 1.5707963267948966 rad + pos: 55.5,-13.5 parent: 2 - - uid: 7990 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29745 components: - type: Transform - pos: -40.43303,26.482744 + rot: 1.5707963267948966 rad + pos: 54.5,-17.5 parent: 2 - - uid: 8073 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29746 components: - type: Transform - pos: -30.094479,33.546738 + rot: 1.5707963267948966 rad + pos: 55.5,-17.5 parent: 2 -- proto: DrinkLimeJuice - entities: - - uid: 6246 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29747 components: - type: Transform - pos: -3.7487578,68.89485 + pos: 1.5,-52.5 parent: 2 -- proto: DrinkMilkCarton - entities: - - uid: 12763 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29748 components: - type: Transform - pos: -10.675495,57.655773 + pos: 1.5,-53.5 parent: 2 -- proto: DrinkMoonshineGlass - entities: - - uid: 34397 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29749 components: - type: Transform - parent: 34280 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 35676 + pos: 1.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29750 components: - type: Transform - parent: 34280 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 35821 + pos: 1.5,-55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29751 components: - type: Transform - parent: 34280 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: DrinkMugBlue - entities: - - uid: 6757 + pos: 1.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29754 components: - type: Transform - pos: 16.739584,-15.587814 + pos: 2.5,-58.5 parent: 2 - - uid: 10774 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29755 components: - type: Transform - pos: -4.2937546,40.839783 + pos: 2.5,-59.5 parent: 2 - - type: SolutionContainerManager - solutions: - drink: - temperature: 293.15 - canMix: True - canReact: True - maxVol: 20 - name: null - reagents: - - data: null - ReagentId: Coffee - Quantity: 20 - - uid: 27090 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29756 components: - type: Transform - pos: 30.88635,52.53454 + pos: 2.5,-60.5 parent: 2 -- proto: DrinkMugDog - entities: - - uid: 5235 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29757 components: - type: Transform - pos: -24.50151,-17.590546 + pos: 2.5,-61.5 parent: 2 - - uid: 5683 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29759 components: - type: Transform - pos: -2.7454734,-46.19485 + rot: -1.5707963267948966 rad + pos: 1.5,-62.5 parent: 2 - - uid: 6845 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29760 components: - type: Transform - pos: 23.272205,-33.19112 + rot: -1.5707963267948966 rad + pos: 0.5,-62.5 parent: 2 - - uid: 13214 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29761 components: - type: Transform - pos: 5.5878577,39.755898 + rot: -1.5707963267948966 rad + pos: -0.5,-62.5 parent: 2 -- proto: DrinkMugGreen - entities: - - uid: 5230 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29762 components: - type: Transform - pos: -10.514324,-24.4485 + rot: -1.5707963267948966 rad + pos: -1.5,-62.5 parent: 2 - - uid: 5717 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29763 components: - type: Transform - pos: -7.6204095,-34.241974 + rot: -1.5707963267948966 rad + pos: -2.5,-62.5 parent: 2 - - uid: 9390 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29764 components: - type: Transform - pos: 58.182102,-33.73661 + rot: -1.5707963267948966 rad + pos: -3.5,-62.5 parent: 2 - - type: Physics - sleepingAllowed: False - - uid: 36748 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29765 components: - type: Transform - pos: 31.566324,28.67384 + rot: -1.5707963267948966 rad + pos: -4.5,-62.5 parent: 2 -- proto: DrinkMugMetal - entities: - - uid: 27089 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29766 components: - type: Transform - pos: 32.247406,52.493916 + rot: -1.5707963267948966 rad + pos: -5.5,-62.5 parent: 2 -- proto: DrinkMugMoebius - entities: - - uid: 5233 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29767 components: - type: Transform - pos: -24.666622,-17.297012 + rot: -1.5707963267948966 rad + pos: -6.5,-62.5 parent: 2 - - uid: 5707 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29770 components: - type: Transform - pos: -7.8222146,-34.498817 + pos: -8.5,-61.5 parent: 2 - - uid: 6893 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29771 components: - type: Transform - pos: 19.615797,-11.858107 + pos: -8.5,-60.5 parent: 2 - - type: SolutionContainerManager - solutions: - drink: - temperature: 293.15 - canMix: True - canReact: True - maxVol: 20 - name: null - reagents: - - data: null - ReagentId: Coffee - Quantity: 20 -- proto: DrinkMugOne - entities: - - uid: 5496 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29773 components: - type: Transform - pos: -13.707312,-17.359022 + rot: 1.5707963267948966 rad + pos: -7.5,-59.5 parent: 2 - - type: SolutionContainerManager - solutions: - drink: - temperature: 293.15 - canMix: True - canReact: True - maxVol: 20 - name: null - reagents: - - data: null - ReagentId: Coffee - Quantity: 20 - - uid: 8104 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29775 components: - type: Transform - pos: -14.647409,15.32135 + pos: -7.5,-63.5 parent: 2 - - type: SolutionContainerManager - solutions: - drink: - temperature: 293.15 - canMix: True - canReact: True - maxVol: 20 - name: null - reagents: - - data: null - ReagentId: Tea - Quantity: 20 - - uid: 10221 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29776 components: - type: Transform - pos: 14.276716,-33.749958 + pos: -7.5,-64.5 parent: 2 - - type: SolutionContainerManager - solutions: - drink: - temperature: 293.15 - canMix: True - canReact: True - maxVol: 20 - name: null - reagents: - - data: null - ReagentId: Coffee - Quantity: 20 - - uid: 27088 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29777 components: - type: Transform - pos: 32.931057,52.76151 + pos: -7.5,-65.5 parent: 2 -- proto: DrinkMugRainbow - entities: - - uid: 5228 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29778 components: - type: Transform - pos: -13.3029,-22.283684 + pos: -7.5,-66.5 parent: 2 - - uid: 5729 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29779 components: - type: Transform - pos: -7.4919887,-34.5722 + pos: -7.5,-67.5 parent: 2 -- proto: DrinkMugRed - entities: - - uid: 5234 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29780 components: - type: Transform - pos: -24.207975,-17.370396 + pos: -7.5,-68.5 parent: 2 - - uid: 5718 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29781 components: - type: Transform - pos: -7.253492,-34.38874 + pos: -7.5,-69.5 parent: 2 - - uid: 10519 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29782 components: - - type: MetaData - desc: Кровавая кружка с увеличенным внутренним объёмом для жидкостей, специально для ГСБ станции спектр! - name: кровавая кружка ГСБ - type: Transform - pos: 40.759464,60.77053 + pos: -7.5,-70.5 parent: 2 - - type: SolutionContainerManager - solutions: - drink: - temperature: 293.15 - canMix: True - canReact: True - maxVol: 35 - name: null - reagents: - - data: null - ReagentId: Coffee - Quantity: 35 - - uid: 27087 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29783 components: - type: Transform - pos: 33.287746,52.493916 + pos: -7.5,-71.5 parent: 2 -- proto: DrinkOrangeJuice - entities: - - uid: 6245 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29784 components: - type: Transform - pos: -3.2901103,68.93155 + pos: -7.5,-72.5 parent: 2 -- proto: DrinkPatronBottleFull - entities: - - uid: 34000 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29785 components: - type: Transform - parent: 33999 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 36795 + pos: -7.5,-73.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29786 components: - type: Transform - pos: 43.924664,59.56973 + rot: 1.5707963267948966 rad + pos: 3.5,-62.5 parent: 2 -- proto: DrinkPwrGameCan - entities: - - uid: 2173 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29787 components: - type: Transform - pos: -22.463932,-55.201347 + rot: 1.5707963267948966 rad + pos: 4.5,-62.5 parent: 2 - - uid: 2192 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29788 components: - type: Transform - pos: -22.323307,-55.45916 + rot: 1.5707963267948966 rad + pos: 5.5,-62.5 parent: 2 - - uid: 5541 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29789 components: - type: Transform - pos: -59.350502,-33.355125 + rot: 1.5707963267948966 rad + pos: 6.5,-62.5 parent: 2 - - uid: 5542 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29790 components: - type: Transform - pos: -59.644035,-33.4652 + rot: 1.5707963267948966 rad + pos: 7.5,-62.5 parent: 2 - - uid: 9987 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29792 components: - type: Transform - pos: -22.67487,-55.435722 + pos: 8.5,-63.5 parent: 2 -- proto: DrinkRumBottleFull - entities: - - uid: 7047 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29793 components: - type: Transform - pos: 41.387016,50.653893 + pos: 8.5,-64.5 parent: 2 -- proto: DrinkScrewdriverCocktailGlass - entities: - - uid: 8009 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29794 components: - type: Transform - pos: -40.2483,22.661636 + pos: 8.5,-65.5 parent: 2 - - uid: 14079 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29795 components: - type: Transform - pos: -28.356445,-1.1315893 + pos: 8.5,-66.5 parent: 2 -- proto: DrinkShaker - entities: - - uid: 6239 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29796 components: - type: Transform - pos: -2.7391357,69.84244 + pos: 8.5,-67.5 parent: 2 - - uid: 6240 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29797 components: - type: Transform - pos: -2.4089096,69.60394 + pos: 8.5,-68.5 parent: 2 - - uid: 6971 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29798 components: - type: Transform - pos: 6.2761497,69.83685 + pos: 8.5,-69.5 parent: 2 -- proto: DrinkShinyFlask - entities: - - uid: 9507 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29799 components: - type: Transform - pos: 22.578827,-56.388462 + pos: 8.5,-70.5 parent: 2 -- proto: DrinkShotGlass - entities: - - uid: 11420 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29800 components: - type: Transform - pos: 57.764553,-25.139683 + pos: 8.5,-71.5 parent: 2 - - uid: 11552 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29801 components: - type: Transform - pos: 41.77764,50.278893 + pos: 8.5,-72.5 parent: 2 - - uid: 19290 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29802 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.509083,20.72111 + pos: 8.5,-73.5 parent: 2 -- proto: DrinkSilencerGlass - entities: - - uid: 11678 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29805 components: - type: Transform - pos: -24.838087,59.80371 + rot: 3.141592653589793 rad + pos: 9.5,-61.5 parent: 2 -- proto: DrinkTeacup - entities: - - uid: 35067 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29806 components: - type: Transform - pos: 68.79297,27.773691 + rot: 3.141592653589793 rad + pos: 9.5,-60.5 parent: 2 - - uid: 35579 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29808 components: - type: Transform - pos: 30.381569,-16.23629 + rot: -1.5707963267948966 rad + pos: 8.5,-59.5 parent: 2 - - uid: 35580 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29809 components: - type: Transform - pos: 30.615944,-16.36129 + rot: -1.5707963267948966 rad + pos: 7.5,-59.5 parent: 2 -- proto: DrinkTeapot - entities: - - uid: 11270 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29811 components: - type: Transform - pos: -48.481133,10.90287 + rot: 1.5707963267948966 rad + pos: 45.5,-36.5 parent: 2 - - uid: 42964 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29812 components: - type: Transform - pos: 8.265064,-64.26327 + rot: 1.5707963267948966 rad + pos: 46.5,-36.5 parent: 2 -- proto: DrinkVodkaBottleFull - entities: - - uid: 8005 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29813 components: - type: Transform - pos: -40.638924,20.778845 + rot: 1.5707963267948966 rad + pos: 47.5,-36.5 parent: 2 - - uid: 11415 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29815 components: - type: Transform - pos: 57.389553,-24.923407 + rot: 1.5707963267948966 rad + pos: 47.5,-35.5 parent: 2 - - uid: 11416 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29816 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 57.811428,-25.532782 + rot: 1.5707963267948966 rad + pos: 46.5,-35.5 parent: 2 - - uid: 19287 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29817 components: - type: Transform rot: 1.5707963267948966 rad - pos: -44.884083,20.267984 + pos: 45.5,-35.5 parent: 2 - - uid: 19288 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29818 components: - type: Transform rot: 1.5707963267948966 rad - pos: -44.727833,20.43986 + pos: 44.5,-35.5 parent: 2 -- proto: DrinkVodkaGlass - entities: - - uid: 8006 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29819 components: - type: Transform - pos: -40.2483,20.60697 + rot: 1.5707963267948966 rad + pos: 43.5,-35.5 parent: 2 - - uid: 10067 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29820 components: - type: Transform - pos: -19.536694,-62.44265 + rot: 1.5707963267948966 rad + pos: 42.5,-35.5 parent: 2 - - uid: 14156 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29821 components: - type: Transform - pos: -7.3676925,20.541801 + rot: 1.5707963267948966 rad + pos: 41.5,-35.5 parent: 2 - - uid: 31853 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29822 components: - type: Transform - pos: -10.728931,29.791798 + pos: 40.5,-39.5 parent: 2 -- proto: DrinkVodkaTonicGlass - entities: - - uid: 31777 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29823 components: - type: Transform - pos: -10.385181,30.057423 + pos: 40.5,-38.5 parent: 2 -- proto: DrinkWaterBottleFull - entities: - - uid: 5740 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29824 components: - type: Transform - pos: -8.629435,-34.076862 + pos: 40.5,-37.5 parent: 2 - - uid: 5741 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29825 components: - type: Transform - pos: -8.409283,-34.076862 + pos: 40.5,-36.5 parent: 2 - - uid: 30782 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29826 components: - type: Transform - pos: -15.213306,32.948048 + pos: 40.5,-34.5 parent: 2 - - uid: 30783 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29827 components: - type: Transform - pos: -12.322681,31.744923 + pos: 38.5,-38.5 parent: 2 - - uid: 30785 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29829 components: - type: Transform - pos: -12.463306,32.807423 + pos: 18.5,-52.5 parent: 2 - - uid: 30786 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29830 components: - type: Transform - pos: -13.510181,31.619923 + pos: 18.5,-53.5 parent: 2 - - uid: 30787 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29832 components: - type: Transform - pos: -14.869556,31.619923 + pos: 18.5,-55.5 parent: 2 - - uid: 30788 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29833 components: - type: Transform - pos: -16.697681,31.854298 + rot: 3.141592653589793 rad + pos: 32.5,-39.5 parent: 2 - - uid: 30789 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29836 components: - type: Transform - pos: -16.541431,32.791798 + rot: 1.5707963267948966 rad + pos: 31.5,-38.5 parent: 2 - - uid: 35456 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29837 components: - type: Transform - pos: 57.23156,31.116905 + rot: 1.5707963267948966 rad + pos: 30.5,-38.5 parent: 2 - - uid: 35457 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29838 components: - type: Transform - pos: 57.809685,28.523155 + rot: 1.5707963267948966 rad + pos: 29.5,-38.5 parent: 2 -- proto: DrinkWaterCup - entities: - - uid: 9887 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29839 components: - type: Transform - pos: 22.314281,43.813885 + rot: 1.5707963267948966 rad + pos: 28.5,-38.5 parent: 2 - - uid: 9892 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29840 components: - type: Transform - pos: 22.751781,43.57951 + rot: 1.5707963267948966 rad + pos: 27.5,-38.5 parent: 2 - - uid: 9899 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29841 components: - type: Transform - pos: 22.423656,43.48576 + pos: 26.5,-37.5 parent: 2 - - uid: 13584 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29842 components: - type: Transform - pos: -9.665899,-68.28714 + pos: 26.5,-36.5 parent: 2 - - uid: 13585 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29843 components: - type: Transform - pos: -9.478399,-68.47464 + pos: 26.5,-35.5 parent: 2 - - uid: 13586 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29845 components: - type: Transform - pos: -9.369024,-68.302765 + pos: 26.5,-33.5 parent: 2 - - uid: 14590 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29846 components: - type: Transform - pos: 48.027267,-34.431988 + pos: 26.5,-32.5 parent: 2 - - uid: 14591 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29848 components: - type: Transform - pos: 48.261642,-34.400738 + pos: 26.5,-30.5 parent: 2 - - uid: 35464 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29849 components: - type: Transform - pos: 59.372185,30.78878 + pos: 26.5,-29.5 parent: 2 - - uid: 35465 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29850 components: - type: Transform - pos: 59.73156,30.72628 + pos: 28.5,-35.5 parent: 2 - - uid: 35466 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29851 components: - type: Transform - pos: 59.48156,30.523155 + pos: 28.5,-34.5 parent: 2 -- proto: DrinkWhiskeyBottleFull - entities: - - uid: 35043 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29852 components: - type: Transform - pos: 71.37019,29.00251 + pos: 28.5,-33.5 parent: 2 -- proto: DrinkWhiskeyColaGlass - entities: - - uid: 36614 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29854 components: - type: Transform - pos: 2.4790955,-1.2792244 - parent: 36450 -- proto: DrinkWhiskeyGlass - entities: - - uid: 35044 + pos: 28.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29856 components: - type: Transform - pos: 71.68269,28.72126 + pos: 28.5,-29.5 parent: 2 -- proto: DrinkWineBottleFull - entities: - - uid: 7210 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29857 components: - type: Transform - pos: 64.67207,-13.163687 + pos: 28.5,-28.5 parent: 2 -- proto: DrinkWineGlass - entities: - - uid: 7218 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29859 components: - type: Transform - pos: 64.24573,-13.083241 + pos: 28.5,-26.5 parent: 2 -- proto: Dropper - entities: - - uid: 5262 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29860 components: - type: Transform - pos: -38.23836,-29.192791 + pos: 26.5,-28.5 parent: 2 - - uid: 5263 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29861 components: - type: Transform - pos: -38.07325,-29.394596 + pos: 26.5,-27.5 parent: 2 - - uid: 5379 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29862 components: - type: Transform - pos: -43.708572,-22.557041 + pos: 26.5,-26.5 parent: 2 - - uid: 7035 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29863 components: - type: Transform - pos: 28.74163,0.54591465 + pos: 26.5,-25.5 parent: 2 - - uid: 7039 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29864 components: - type: Transform - pos: 34.503563,-0.62596035 + pos: 26.5,-24.5 parent: 2 - - uid: 11029 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29865 components: - type: Transform - rot: 3.141592653589793 rad - pos: 60.699184,-28.195938 + pos: 26.5,-23.5 parent: 2 - - uid: 14763 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29866 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.29076,57.363834 + pos: 26.5,-22.5 parent: 2 - - uid: 42960 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29868 components: - type: Transform - pos: 18.334738,18.56966 + pos: 26.5,-20.5 parent: 2 - - uid: 43010 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29869 components: - type: Transform - pos: 18.532946,18.391266 + pos: 26.5,-19.5 parent: 2 -- proto: EmergencyLight - entities: - - uid: 766 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29870 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,43.5 + pos: 26.5,-18.5 parent: 2 - - uid: 4636 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29873 components: - type: Transform - pos: 68.5,-5.5 + pos: 28.5,-24.5 parent: 2 - - uid: 8244 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29874 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,33.5 + pos: 28.5,-23.5 parent: 2 - - uid: 8591 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29875 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-17.5 + pos: 28.5,-22.5 parent: 2 - - uid: 8670 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29876 components: - type: Transform - pos: -27.5,-14.5 + pos: 28.5,-21.5 parent: 2 - - uid: 8911 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29877 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,-19.5 + pos: 28.5,-20.5 parent: 2 - - uid: 9453 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29878 components: - type: Transform rot: 3.141592653589793 rad - pos: 29.5,-3.5 + pos: -6.5,58.5 parent: 2 - - uid: 11141 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29879 components: - type: Transform - rot: 3.141592653589793 rad - pos: 68.5,1.5 + pos: 28.5,-18.5 parent: 2 - - uid: 12173 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29880 components: - type: Transform - pos: 8.5,70.5 + pos: 27.5,-15.5 parent: 2 - - uid: 12684 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29881 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 72.5,-6.5 + pos: 27.5,-14.5 parent: 2 - - uid: 15347 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29882 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-21.5 + pos: 27.5,-13.5 parent: 2 - - uid: 19382 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29883 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,46.5 + pos: 27.5,-12.5 parent: 2 - - uid: 19728 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29884 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,29.5 + pos: 29.5,-16.5 parent: 2 - - uid: 21132 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29885 components: - type: Transform - pos: 54.5,31.5 + pos: 29.5,-15.5 parent: 2 - - uid: 29110 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29886 components: - type: Transform - pos: 63.5,31.5 + pos: 29.5,-14.5 parent: 2 - - uid: 29112 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29887 components: - type: Transform - pos: 57.5,35.5 + pos: 29.5,-13.5 parent: 2 - - uid: 29117 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29894 components: - type: Transform - pos: 68.5,31.5 + rot: 3.141592653589793 rad + pos: 29.5,-12.5 parent: 2 - - uid: 30744 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29895 components: - type: Transform - pos: -18.5,34.5 + rot: 3.141592653589793 rad + pos: 29.5,-11.5 parent: 2 - - uid: 30747 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29896 components: - type: Transform rot: 3.141592653589793 rad - pos: -19.5,-5.5 + pos: 28.5,-10.5 parent: 2 - - uid: 30851 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29898 components: - type: Transform rot: 3.141592653589793 rad - pos: 14.5,-5.5 + pos: 30.5,-7.5 parent: 2 - - uid: 32272 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29899 components: - type: Transform - pos: -30.5,-9.5 + rot: 3.141592653589793 rad + pos: 30.5,-6.5 parent: 2 - - uid: 32273 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29900 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-25.5 + rot: 3.141592653589793 rad + pos: 30.5,-5.5 parent: 2 - - uid: 32275 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29901 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-23.5 + rot: 3.141592653589793 rad + pos: 30.5,-4.5 parent: 2 - - uid: 32276 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29902 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,-19.5 + rot: 3.141592653589793 rad + pos: 30.5,-3.5 parent: 2 - - uid: 32277 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29903 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-12.5 + rot: 3.141592653589793 rad + pos: 30.5,-2.5 parent: 2 - - uid: 32278 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29905 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-26.5 + rot: 3.141592653589793 rad + pos: 30.5,-0.5 parent: 2 - - uid: 32279 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29906 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-30.5 + rot: 3.141592653589793 rad + pos: 30.5,0.5 parent: 2 - - uid: 32280 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29907 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-31.5 + rot: 3.141592653589793 rad + pos: 30.5,1.5 parent: 2 - - uid: 32281 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29908 components: - type: Transform rot: 3.141592653589793 rad - pos: -25.5,-26.5 + pos: 30.5,2.5 parent: 2 - - uid: 32282 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29909 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,-31.5 + rot: 3.141592653589793 rad + pos: 30.5,3.5 parent: 2 - - uid: 32283 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29910 components: - type: Transform - pos: -17.5,-28.5 + pos: 31.5,3.5 parent: 2 - - uid: 32284 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29911 components: - type: Transform - pos: -13.5,-22.5 + pos: 31.5,2.5 parent: 2 - - uid: 32285 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29912 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-18.5 + pos: 31.5,1.5 parent: 2 - - uid: 32286 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29913 components: - type: Transform - pos: -17.5,-33.5 + pos: 31.5,0.5 parent: 2 - - uid: 32287 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29914 components: - type: Transform - pos: -22.5,-36.5 + pos: 31.5,-0.5 parent: 2 - - uid: 32288 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29915 components: - type: Transform - pos: -26.5,-44.5 + pos: 31.5,-2.5 parent: 2 - - uid: 32289 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29916 components: - type: Transform - pos: -19.5,-47.5 + pos: 31.5,-3.5 parent: 2 - - uid: 32290 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29917 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-52.5 + pos: 31.5,-4.5 parent: 2 - - uid: 32291 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29918 components: - type: Transform - pos: -2.5,-50.5 + pos: 31.5,-5.5 parent: 2 - - uid: 32292 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29919 components: - type: Transform - pos: 8.5,-50.5 + pos: 31.5,-6.5 parent: 2 - - uid: 32293 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29920 components: - type: Transform - pos: 15.5,-49.5 + pos: 31.5,-7.5 parent: 2 - - uid: 32294 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29921 components: - type: Transform - pos: 22.5,-46.5 + pos: 31.5,-9.5 parent: 2 - - uid: 32295 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29922 components: - type: Transform - pos: 28.5,-42.5 + pos: 31.5,-8.5 parent: 2 - - uid: 32296 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29927 components: - type: Transform rot: -1.5707963267948966 rad - pos: 35.5,-40.5 + pos: 30.5,-10.5 parent: 2 - - uid: 32297 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29946 components: - type: Transform rot: 1.5707963267948966 rad - pos: 39.5,-33.5 + pos: 29.5,-25.5 parent: 2 - - uid: 32298 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29951 components: - type: Transform rot: 1.5707963267948966 rad - pos: 45.5,-26.5 + pos: 27.5,-31.5 parent: 2 - - uid: 32304 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29952 components: - type: Transform rot: 1.5707963267948966 rad - pos: 52.5,3.5 + pos: 28.5,-31.5 parent: 2 - - uid: 32305 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29953 components: - type: Transform rot: 1.5707963267948966 rad - pos: 51.5,9.5 + pos: 29.5,-31.5 parent: 2 - - uid: 32306 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29954 components: - type: Transform rot: 1.5707963267948966 rad - pos: 49.5,17.5 + pos: 30.5,-31.5 parent: 2 - - uid: 32307 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29955 components: - type: Transform rot: 1.5707963267948966 rad - pos: 46.5,23.5 - parent: 2 - - uid: 32308 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,27.5 - parent: 2 - - uid: 32310 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,37.5 - parent: 2 - - uid: 32312 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,28.5 - parent: 2 - - uid: 32313 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,45.5 + pos: 31.5,-31.5 parent: 2 - - uid: 32315 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29956 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,49.5 + rot: 1.5707963267948966 rad + pos: 32.5,-31.5 parent: 2 - - uid: 32316 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29957 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,51.5 + rot: 1.5707963267948966 rad + pos: 29.5,-30.5 parent: 2 - - uid: 32317 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29958 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,52.5 + rot: 1.5707963267948966 rad + pos: 30.5,-30.5 parent: 2 - - uid: 32318 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29959 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,51.5 + rot: 1.5707963267948966 rad + pos: 32.5,-30.5 parent: 2 - - uid: 32320 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29960 components: - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,45.5 + rot: 1.5707963267948966 rad + pos: 33.5,-30.5 parent: 2 - - uid: 32325 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29961 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,38.5 + rot: 1.5707963267948966 rad + pos: 34.5,-30.5 parent: 2 - - uid: 32326 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29962 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,35.5 + rot: 1.5707963267948966 rad + pos: 35.5,-30.5 parent: 2 - - uid: 32327 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29963 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,28.5 + rot: 1.5707963267948966 rad + pos: 34.5,-31.5 parent: 2 - - uid: 32328 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29964 components: - type: Transform - pos: -44.5,33.5 + rot: 1.5707963267948966 rad + pos: 35.5,-31.5 parent: 2 - - uid: 32329 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29965 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,23.5 + rot: 1.5707963267948966 rad + pos: 36.5,-31.5 parent: 2 - - uid: 32330 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29966 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,18.5 + rot: 1.5707963267948966 rad + pos: 37.5,-31.5 parent: 2 - - uid: 32331 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29967 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,13.5 + pos: 33.5,-30.5 parent: 2 - - uid: 32332 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29968 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,7.5 + pos: 36.5,-29.5 parent: 2 - - uid: 32334 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29969 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,1.5 + pos: 38.5,-30.5 parent: 2 - - uid: 32335 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29970 components: - type: Transform - pos: -47.5,1.5 + pos: 38.5,-29.5 parent: 2 - - uid: 32336 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29971 components: - type: Transform - pos: -41.5,1.5 + pos: 38.5,-28.5 parent: 2 - - uid: 32337 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29972 components: - type: Transform - pos: -34.5,3.5 + pos: 38.5,-27.5 parent: 2 - - uid: 32338 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29973 components: - type: Transform rot: -1.5707963267948966 rad - pos: -27.5,-3.5 - parent: 2 - - uid: 32339 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-3.5 + pos: 39.5,-26.5 parent: 2 - - uid: 32340 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29974 components: - type: Transform - pos: -31.5,9.5 + rot: -1.5707963267948966 rad + pos: 40.5,-26.5 parent: 2 - - uid: 32342 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29975 components: - type: Transform rot: -1.5707963267948966 rad - pos: -37.5,11.5 + pos: 37.5,-28.5 parent: 2 - - uid: 32343 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29976 components: - type: Transform - pos: -44.5,18.5 + rot: -1.5707963267948966 rad + pos: 38.5,-28.5 parent: 2 - - uid: 32344 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29977 components: - type: Transform - pos: -39.5,26.5 + rot: -1.5707963267948966 rad + pos: 39.5,-28.5 parent: 2 - - uid: 32345 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29978 components: - type: Transform rot: -1.5707963267948966 rad - pos: -36.5,20.5 + pos: 40.5,-28.5 parent: 2 - - uid: 32346 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29979 components: - type: Transform rot: 3.141592653589793 rad - pos: -30.5,24.5 + pos: 36.5,-27.5 parent: 2 - - uid: 32347 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29980 components: - type: Transform - pos: -30.5,36.5 + rot: 3.141592653589793 rad + pos: 36.5,-26.5 parent: 2 - - uid: 32348 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29982 components: - type: Transform - pos: -25.5,31.5 + rot: 3.141592653589793 rad + pos: 38.5,-25.5 parent: 2 - - uid: 32349 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29983 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,25.5 + rot: 3.141592653589793 rad + pos: 38.5,-24.5 parent: 2 - - uid: 32350 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29984 components: - type: Transform - pos: -30.5,22.5 + rot: 3.141592653589793 rad + pos: 38.5,-23.5 parent: 2 - - uid: 32351 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29989 components: - type: Transform rot: -1.5707963267948966 rad - pos: -14.5,20.5 + pos: 33.5,-23.5 parent: 2 - - uid: 32352 + - uid: 29991 components: - type: Transform - pos: -15.5,27.5 + rot: -1.5707963267948966 rad + pos: 35.5,-21.5 parent: 2 - - uid: 32354 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29992 components: - type: Transform - pos: -11.5,45.5 + rot: -1.5707963267948966 rad + pos: 36.5,-21.5 parent: 2 - - uid: 32355 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29993 components: - type: Transform - pos: -15.5,40.5 + rot: -1.5707963267948966 rad + pos: 37.5,-21.5 parent: 2 - - uid: 32356 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29995 components: - type: Transform - pos: -17.5,44.5 + rot: 3.141592653589793 rad + pos: 36.5,-23.5 parent: 2 - - uid: 32357 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29996 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,39.5 + rot: 3.141592653589793 rad + pos: 36.5,-22.5 parent: 2 - - uid: 32358 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29997 components: - type: Transform rot: 3.141592653589793 rad - pos: -26.5,38.5 + pos: 36.5,-21.5 parent: 2 - - uid: 32360 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29998 components: - type: Transform - pos: -26.5,55.5 + rot: 1.5707963267948966 rad + pos: 38.5,-20.5 parent: 2 - - uid: 32361 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29999 components: - type: Transform - pos: -32.5,53.5 + rot: 1.5707963267948966 rad + pos: 39.5,-20.5 parent: 2 - - uid: 32363 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30000 components: - type: Transform - pos: -15.5,18.5 + rot: 1.5707963267948966 rad + pos: 40.5,-20.5 parent: 2 - - uid: 32364 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30001 components: - type: Transform - pos: -21.5,15.5 + rot: 1.5707963267948966 rad + pos: 41.5,-20.5 parent: 2 - - uid: 32365 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30002 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,17.5 + rot: 1.5707963267948966 rad + pos: 42.5,-20.5 parent: 2 - - uid: 32366 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30003 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,17.5 + rot: 1.5707963267948966 rad + pos: 42.5,-18.5 parent: 2 - - uid: 32367 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30004 components: - type: Transform rot: 1.5707963267948966 rad - pos: -34.5,14.5 + pos: 41.5,-18.5 parent: 2 - - uid: 32368 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30005 components: - type: Transform - pos: -12.5,63.5 + rot: 1.5707963267948966 rad + pos: 40.5,-18.5 parent: 2 - - uid: 32369 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30006 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,57.5 + pos: 37.5,-19.5 parent: 2 - - uid: 32370 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30007 components: - type: Transform - pos: -14.5,68.5 + pos: 37.5,-18.5 parent: 2 - - uid: 32371 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30008 components: - type: Transform - pos: -6.5,64.5 + pos: 37.5,-17.5 parent: 2 - - uid: 32372 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30009 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,56.5 + pos: 37.5,-16.5 parent: 2 - - uid: 32373 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30012 components: - type: Transform - pos: -5.5,69.5 + rot: 1.5707963267948966 rad + pos: 38.5,-15.5 parent: 2 - - uid: 32375 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30013 components: - type: Transform rot: 1.5707963267948966 rad - pos: -3.5,66.5 + pos: 39.5,-15.5 parent: 2 - - uid: 32376 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30014 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,66.5 + rot: 1.5707963267948966 rad + pos: 40.5,-15.5 parent: 2 - - uid: 32379 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30015 components: - type: Transform rot: 1.5707963267948966 rad - pos: -4.5,56.5 + pos: 41.5,-15.5 parent: 2 - - uid: 32381 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30016 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,56.5 + rot: 1.5707963267948966 rad + pos: 42.5,-15.5 parent: 2 - - uid: 32382 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30017 components: - type: Transform - pos: -4.5,64.5 + rot: 1.5707963267948966 rad + pos: 43.5,-15.5 parent: 2 - - uid: 32383 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30018 components: - type: Transform - pos: 5.5,64.5 + rot: 1.5707963267948966 rad + pos: 43.5,-13.5 parent: 2 - - uid: 32385 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30019 components: - type: Transform - pos: 11.5,59.5 + rot: 1.5707963267948966 rad + pos: 42.5,-13.5 parent: 2 - - uid: 32386 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30020 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,63.5 + rot: 1.5707963267948966 rad + pos: 41.5,-13.5 parent: 2 - - uid: 32387 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30025 components: - type: Transform - pos: 17.5,71.5 + rot: -1.5707963267948966 rad + pos: 22.5,-32.5 parent: 2 - - uid: 32388 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30026 components: - type: Transform rot: -1.5707963267948966 rad - pos: 29.5,67.5 + pos: 23.5,-32.5 parent: 2 - - uid: 32389 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30027 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,65.5 + rot: -1.5707963267948966 rad + pos: 24.5,-32.5 parent: 2 - - uid: 32390 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30028 components: - type: Transform - pos: 21.5,59.5 + rot: -1.5707963267948966 rad + pos: 25.5,-32.5 parent: 2 - - uid: 32391 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30029 components: - type: Transform rot: -1.5707963267948966 rad - pos: 30.5,57.5 + pos: 26.5,-32.5 parent: 2 - - uid: 32392 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30030 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,63.5 + rot: -1.5707963267948966 rad + pos: 27.5,-32.5 parent: 2 - - uid: 32393 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30032 components: - type: Transform rot: 3.141592653589793 rad - pos: 32.5,56.5 + pos: 22.5,-33.5 parent: 2 - - uid: 32394 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30033 components: - type: Transform - pos: 38.5,59.5 + rot: 3.141592653589793 rad + pos: 22.5,-32.5 parent: 2 - - uid: 32395 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30034 components: - type: Transform - pos: 42.5,59.5 + rot: 3.141592653589793 rad + pos: 22.5,-31.5 parent: 2 - - uid: 32397 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30035 components: - type: Transform - pos: 43.5,54.5 + rot: 3.141592653589793 rad + pos: 22.5,-30.5 parent: 2 - - uid: 32398 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30036 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,52.5 + rot: 3.141592653589793 rad + pos: 22.5,-29.5 parent: 2 - - uid: 32399 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30037 components: - type: Transform rot: 3.141592653589793 rad - pos: 29.5,52.5 + pos: 22.5,-28.5 parent: 2 - - uid: 32400 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30038 components: - type: Transform rot: 3.141592653589793 rad - pos: 23.5,51.5 + pos: 22.5,-27.5 parent: 2 - - uid: 32401 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30039 components: - type: Transform rot: 1.5707963267948966 rad - pos: 28.5,48.5 + pos: 21.5,-27.5 parent: 2 - - uid: 32402 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30040 components: - type: Transform rot: 1.5707963267948966 rad - pos: 28.5,42.5 + pos: 22.5,-27.5 parent: 2 - - uid: 32403 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30041 components: - type: Transform rot: 1.5707963267948966 rad - pos: 37.5,39.5 + pos: 23.5,-27.5 parent: 2 - - uid: 32406 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30042 components: - type: Transform rot: 1.5707963267948966 rad - pos: 36.5,51.5 + pos: 24.5,-27.5 parent: 2 - - uid: 32408 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30043 components: - type: Transform rot: 1.5707963267948966 rad - pos: 41.5,42.5 - parent: 2 - - uid: 32409 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,37.5 - parent: 2 - - uid: 32411 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,37.5 - parent: 2 - - uid: 32413 - components: - - type: Transform - pos: 53.5,44.5 + pos: 25.5,-27.5 parent: 2 - - uid: 32414 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30044 components: - type: Transform - pos: 48.5,47.5 + rot: 1.5707963267948966 rad + pos: 26.5,-27.5 parent: 2 - - uid: 32418 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30045 components: - type: Transform rot: 1.5707963267948966 rad - pos: 53.5,23.5 + pos: 27.5,-27.5 parent: 2 - - uid: 32419 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30049 components: - type: Transform - pos: 63.5,25.5 + rot: 3.141592653589793 rad + pos: -43.5,29.5 parent: 2 - - uid: 32420 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30050 components: - type: Transform rot: 3.141592653589793 rad - pos: 60.5,19.5 + pos: -43.5,30.5 parent: 2 - - uid: 32422 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30051 components: - type: Transform rot: 3.141592653589793 rad - pos: 64.5,15.5 + pos: -43.5,31.5 parent: 2 - - uid: 32423 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30052 components: - type: Transform - pos: 53.5,17.5 + rot: 3.141592653589793 rad + pos: -43.5,32.5 parent: 2 - - uid: 32424 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30053 components: - type: Transform - pos: 55.5,13.5 + rot: 3.141592653589793 rad + pos: -43.5,33.5 parent: 2 - - uid: 32425 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30054 components: - type: Transform - pos: 58.5,5.5 + rot: 3.141592653589793 rad + pos: -43.5,34.5 parent: 2 - - uid: 32426 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30057 components: - type: Transform - pos: 64.5,6.5 + rot: 3.141592653589793 rad + pos: -16.5,54.5 parent: 2 - - uid: 32427 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30058 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 70.5,6.5 + rot: 3.141592653589793 rad + pos: -16.5,55.5 parent: 2 - - uid: 32431 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30059 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,-1.5 + rot: 3.141592653589793 rad + pos: -16.5,56.5 parent: 2 - - uid: 32432 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30061 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 60.5,-4.5 + rot: 1.5707963267948966 rad + pos: -15.5,57.5 parent: 2 - - uid: 32433 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30062 components: - type: Transform rot: 1.5707963267948966 rad - pos: 55.5,-14.5 + pos: -14.5,57.5 parent: 2 - - uid: 32434 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30066 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,-16.5 + rot: -1.5707963267948966 rad + pos: 2.5,57.5 parent: 2 - - uid: 32435 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30067 components: - type: Transform rot: -1.5707963267948966 rad - pos: 64.5,-15.5 + pos: 1.5,57.5 parent: 2 - - uid: 32436 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30068 components: - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,-23.5 + rot: -1.5707963267948966 rad + pos: 0.5,57.5 parent: 2 - - uid: 32437 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30069 components: - type: Transform - pos: 52.5,-21.5 + rot: -1.5707963267948966 rad + pos: -0.5,57.5 parent: 2 - - uid: 32438 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30070 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,-27.5 + rot: -1.5707963267948966 rad + pos: -1.5,57.5 parent: 2 - - uid: 32446 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30071 components: - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,-2.5 + rot: -1.5707963267948966 rad + pos: -2.5,57.5 parent: 2 - - uid: 32447 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30072 components: - type: Transform - pos: 27.5,6.5 + rot: -1.5707963267948966 rad + pos: -3.5,57.5 parent: 2 - - uid: 32448 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30073 components: - type: Transform - pos: 34.5,6.5 + rot: -1.5707963267948966 rad + pos: -4.5,57.5 parent: 2 - - uid: 32449 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30074 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,2.5 + rot: -1.5707963267948966 rad + pos: -5.5,57.5 parent: 2 - - uid: 32450 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30076 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,2.5 + rot: -1.5707963267948966 rad + pos: 35.5,-48.5 parent: 2 - - uid: 32452 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30078 components: - type: Transform - pos: 22.5,-11.5 + rot: -1.5707963267948966 rad + pos: 22.5,-17.5 parent: 2 - - uid: 32453 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30079 components: - type: Transform - pos: 21.5,-16.5 + rot: -1.5707963267948966 rad + pos: 23.5,-17.5 parent: 2 - - uid: 32454 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30080 components: - type: Transform rot: -1.5707963267948966 rad - pos: 16.5,-16.5 + pos: 24.5,-17.5 parent: 2 - - uid: 32459 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30081 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-25.5 + rot: -1.5707963267948966 rad + pos: 25.5,-17.5 parent: 2 - - uid: 32460 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30082 components: - type: Transform rot: -1.5707963267948966 rad - pos: 38.5,-23.5 + pos: 22.5,-19.5 parent: 2 - - uid: 32461 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30083 components: - type: Transform rot: -1.5707963267948966 rad - pos: 37.5,-32.5 + pos: 23.5,-19.5 parent: 2 - - uid: 32462 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30084 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,-32.5 + rot: -1.5707963267948966 rad + pos: 24.5,-19.5 parent: 2 - - uid: 32463 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30085 components: - type: Transform - pos: 31.5,-28.5 + rot: -1.5707963267948966 rad + pos: 25.5,-19.5 parent: 2 - - uid: 32464 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30086 components: - type: Transform - pos: 33.5,-28.5 + rot: -1.5707963267948966 rad + pos: 26.5,-19.5 parent: 2 - - uid: 32465 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30087 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-40.5 + rot: -1.5707963267948966 rad + pos: 27.5,-19.5 parent: 2 - - uid: 32466 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30089 components: - type: Transform rot: 3.141592653589793 rad - pos: 34.5,-40.5 + pos: -44.5,36.5 parent: 2 - - uid: 32467 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30090 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-38.5 + rot: -1.5707963267948966 rad + pos: 19.5,-54.5 parent: 2 - - uid: 32468 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30091 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-31.5 + rot: -1.5707963267948966 rad + pos: 20.5,-54.5 parent: 2 - - uid: 32469 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30092 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,-42.5 + rot: -1.5707963267948966 rad + pos: 21.5,-54.5 parent: 2 - - uid: 32470 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30093 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,-44.5 + rot: -1.5707963267948966 rad + pos: 22.5,-54.5 parent: 2 - - uid: 32471 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30094 components: - type: Transform rot: -1.5707963267948966 rad - pos: 49.5,-36.5 + pos: 23.5,-54.5 parent: 2 - - uid: 32472 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30096 components: - type: Transform - pos: 19.5,-43.5 + rot: 3.141592653589793 rad + pos: 19.5,-49.5 parent: 2 - - uid: 32473 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30097 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-35.5 + rot: 3.141592653589793 rad + pos: 19.5,-50.5 parent: 2 - - uid: 32474 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30098 components: - type: Transform rot: 3.141592653589793 rad - pos: 4.5,-39.5 + pos: 19.5,-51.5 parent: 2 - - uid: 32475 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30099 components: - type: Transform rot: 3.141592653589793 rad - pos: 7.5,-39.5 + pos: 19.5,-52.5 parent: 2 - - uid: 32476 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30102 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-31.5 + rot: 1.5707963267948966 rad + pos: 21.5,-53.5 parent: 2 - - uid: 32477 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30103 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30105 components: - type: Transform rot: 3.141592653589793 rad - pos: 5.5,-31.5 + pos: -43.5,38.5 parent: 2 - - uid: 32479 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30106 components: - type: Transform - pos: 9.5,-27.5 + rot: 3.141592653589793 rad + pos: -43.5,39.5 parent: 2 - - uid: 32480 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30108 components: - type: Transform - pos: -8.5,-27.5 + pos: 20.5,-54.5 parent: 2 - - uid: 32482 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30109 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-31.5 + pos: 20.5,-55.5 parent: 2 - - uid: 32483 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30124 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-31.5 + pos: 24.5,-53.5 parent: 2 - - uid: 32484 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30125 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-39.5 + pos: 23.5,-52.5 parent: 2 - - uid: 32485 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30126 components: - type: Transform rot: -1.5707963267948966 rad - pos: 1.5,-43.5 + pos: 25.5,-52.5 parent: 2 - - uid: 32486 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30127 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-48.5 + rot: -1.5707963267948966 rad + pos: 26.5,-52.5 parent: 2 - - uid: 32487 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30128 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-42.5 + rot: -1.5707963267948966 rad + pos: 27.5,-52.5 parent: 2 - - uid: 32488 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30129 components: - type: Transform rot: -1.5707963267948966 rad - pos: -2.5,-46.5 + pos: 24.5,-51.5 parent: 2 - - uid: 32489 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30130 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-46.5 + rot: -1.5707963267948966 rad + pos: 25.5,-51.5 parent: 2 - - uid: 32490 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30131 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-39.5 + rot: -1.5707963267948966 rad + pos: 26.5,-51.5 parent: 2 - - uid: 32491 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30132 components: - type: Transform rot: -1.5707963267948966 rad - pos: -2.5,-34.5 + pos: 29.5,-51.5 parent: 2 - - uid: 32493 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30133 components: - type: Transform - pos: 7.5,-42.5 + rot: -1.5707963267948966 rad + pos: 30.5,-51.5 parent: 2 - - uid: 32494 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30134 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-46.5 + rot: -1.5707963267948966 rad + pos: 31.5,-51.5 parent: 2 - - uid: 32496 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30135 components: - type: Transform - pos: 12.5,-41.5 + rot: -1.5707963267948966 rad + pos: 28.5,-50.5 parent: 2 - - uid: 32497 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30136 components: - type: Transform rot: -1.5707963267948966 rad - pos: 16.5,-47.5 + pos: 29.5,-50.5 parent: 2 - - uid: 32498 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30137 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-46.5 + rot: -1.5707963267948966 rad + pos: 30.5,-50.5 parent: 2 - - uid: 32499 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30138 components: - type: Transform rot: 3.141592653589793 rad - pos: -2.5,-55.5 + pos: 31.5,-49.5 parent: 2 - - uid: 32500 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30139 components: - type: Transform rot: 3.141592653589793 rad - pos: 3.5,-55.5 + pos: 32.5,-49.5 parent: 2 - - uid: 32501 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30140 components: - type: Transform rot: 3.141592653589793 rad - pos: 9.5,-55.5 + pos: 32.5,-48.5 parent: 2 - - uid: 32503 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30141 components: - type: Transform rot: 3.141592653589793 rad - pos: -8.5,-55.5 + pos: 32.5,-47.5 parent: 2 - - uid: 32504 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30142 components: - type: Transform rot: 1.5707963267948966 rad - pos: -8.5,-64.5 + pos: 32.5,-48.5 parent: 2 - - uid: 32506 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30143 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-64.5 + rot: 1.5707963267948966 rad + pos: 33.5,-48.5 parent: 2 - - uid: 32507 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30144 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-72.5 + pos: 34.5,-47.5 parent: 2 - - uid: 32509 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30145 components: - type: Transform rot: -1.5707963267948966 rad - pos: 10.5,-85.5 + pos: 33.5,-50.5 parent: 2 - - uid: 32510 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30146 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-85.5 + rot: -1.5707963267948966 rad + pos: 34.5,-50.5 parent: 2 - - uid: 32511 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30147 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-72.5 + rot: -1.5707963267948966 rad + pos: 35.5,-50.5 parent: 2 - - uid: 32513 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30148 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-50.5 + rot: -1.5707963267948966 rad + pos: 36.5,-50.5 parent: 2 - - uid: 32514 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30149 components: - type: Transform rot: -1.5707963267948966 rad - pos: -18.5,-53.5 + pos: 37.5,-50.5 parent: 2 - - uid: 32515 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30150 components: - type: Transform rot: -1.5707963267948966 rad - pos: -36.5,-47.5 + pos: 38.5,-50.5 parent: 2 - - uid: 32516 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30151 components: - type: Transform rot: -1.5707963267948966 rad - pos: -36.5,-53.5 + pos: 39.5,-50.5 parent: 2 - - uid: 32517 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30152 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-51.5 + rot: -1.5707963267948966 rad + pos: 40.5,-50.5 parent: 2 - - uid: 32518 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30153 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,-46.5 + rot: -1.5707963267948966 rad + pos: 41.5,-50.5 parent: 2 - - uid: 32519 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30154 components: - type: Transform - pos: -45.5,-36.5 + rot: -1.5707963267948966 rad + pos: 42.5,-50.5 parent: 2 - - uid: 32520 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30155 components: - type: Transform - pos: -51.5,-36.5 + rot: -1.5707963267948966 rad + pos: 43.5,-50.5 parent: 2 - - uid: 32521 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30156 components: - type: Transform - pos: -54.5,-30.5 + rot: -1.5707963267948966 rad + pos: 44.5,-50.5 parent: 2 - - uid: 32522 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30157 components: - type: Transform - pos: -60.5,-30.5 + rot: -1.5707963267948966 rad + pos: 36.5,-48.5 parent: 2 - - uid: 32523 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30158 components: - type: Transform rot: -1.5707963267948966 rad - pos: -42.5,-43.5 + pos: 37.5,-48.5 parent: 2 - - uid: 32524 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30159 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-35.5 + rot: -1.5707963267948966 rad + pos: 38.5,-48.5 parent: 2 - - uid: 32525 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30160 components: - type: Transform - pos: -27.5,-41.5 + rot: -1.5707963267948966 rad + pos: 39.5,-48.5 parent: 2 - - uid: 32526 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30161 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-41.5 + rot: -1.5707963267948966 rad + pos: 40.5,-48.5 parent: 2 - - uid: 32527 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30162 components: - type: Transform - pos: -41.5,-29.5 + rot: -1.5707963267948966 rad + pos: 41.5,-48.5 parent: 2 - - uid: 32528 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30163 components: - type: Transform rot: -1.5707963267948966 rad - pos: -45.5,-22.5 + pos: 42.5,-48.5 parent: 2 - - uid: 32529 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30164 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,-18.5 + rot: -1.5707963267948966 rad + pos: 43.5,-48.5 parent: 2 - - uid: 32530 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30165 components: - type: Transform rot: -1.5707963267948966 rad - pos: -49.5,-13.5 + pos: 44.5,-48.5 parent: 2 - - uid: 32531 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30166 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,-9.5 + rot: -1.5707963267948966 rad + pos: 45.5,-48.5 parent: 2 - - uid: 32532 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30167 components: - type: Transform rot: -1.5707963267948966 rad - pos: -51.5,-3.5 + pos: 46.5,-48.5 parent: 2 - - uid: 32533 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30168 components: - type: Transform rot: 3.141592653589793 rad - pos: -67.5,5.5 + pos: 45.5,-51.5 parent: 2 - - uid: 32535 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30170 components: - type: Transform rot: 3.141592653589793 rad - pos: -58.5,5.5 + pos: 47.5,-51.5 parent: 2 - - uid: 32536 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30171 components: - type: Transform - pos: -58.5,18.5 + rot: 3.141592653589793 rad + pos: 47.5,-50.5 parent: 2 - - uid: 32537 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30172 components: - type: Transform - pos: -64.5,18.5 + rot: 3.141592653589793 rad + pos: 47.5,-49.5 parent: 2 - - uid: 32538 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30173 components: - type: Transform - pos: -54.5,12.5 + rot: 3.141592653589793 rad + pos: -6.5,60.5 parent: 2 - - uid: 32539 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30174 components: - type: Transform rot: 3.141592653589793 rad - pos: -56.5,10.5 + pos: -6.5,61.5 parent: 2 - - uid: 32540 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30175 components: - type: Transform rot: 3.141592653589793 rad - pos: -58.5,20.5 + pos: -6.5,62.5 parent: 2 - - uid: 32541 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30176 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,24.5 + rot: 3.141592653589793 rad + pos: -6.5,63.5 parent: 2 - - uid: 32542 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30179 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -66.5,21.5 + rot: 3.141592653589793 rad + pos: -7.5,65.5 parent: 2 - - uid: 32543 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30192 components: - type: Transform rot: -1.5707963267948966 rad - pos: -56.5,25.5 + pos: 6.5,-36.5 parent: 2 - - uid: 32544 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30193 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,30.5 + rot: -1.5707963267948966 rad + pos: 7.5,-36.5 parent: 2 - - uid: 32546 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30194 components: - type: Transform rot: 3.141592653589793 rad - pos: -52.5,23.5 - parent: 2 - - uid: 32547 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,31.5 - parent: 2 - - uid: 32548 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,29.5 + pos: 5.5,-35.5 parent: 2 - - uid: 32549 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30195 components: - type: Transform rot: 3.141592653589793 rad - pos: -56.5,33.5 + pos: 5.5,-34.5 parent: 2 - - uid: 32550 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30196 components: - type: Transform rot: 3.141592653589793 rad - pos: -52.5,34.5 + pos: 5.5,-33.5 parent: 2 - - uid: 32551 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30197 components: - type: Transform - pos: -46.5,37.5 + rot: 3.141592653589793 rad + pos: 5.5,-32.5 parent: 2 - - uid: 32552 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30198 components: - type: Transform rot: 3.141592653589793 rad - pos: -49.5,39.5 + pos: 7.5,-33.5 parent: 2 - - uid: 32554 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30199 components: - type: Transform rot: 3.141592653589793 rad - pos: -42.5,39.5 + pos: 7.5,-32.5 parent: 2 - - uid: 32556 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30200 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,51.5 + rot: 3.141592653589793 rad + pos: 7.5,-31.5 parent: 2 - - uid: 32557 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30201 components: - type: Transform rot: 1.5707963267948966 rad - pos: -48.5,51.5 + pos: 6.5,-30.5 parent: 2 - - uid: 32558 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30202 components: - type: Transform - pos: -42.5,45.5 + rot: 1.5707963267948966 rad + pos: 5.5,-30.5 parent: 2 - - uid: 32559 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30203 components: - type: Transform - pos: -30.5,58.5 + rot: 1.5707963267948966 rad + pos: 4.5,-30.5 parent: 2 - - uid: 32560 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30204 components: - type: Transform - pos: -26.5,60.5 + rot: 1.5707963267948966 rad + pos: 3.5,-30.5 parent: 2 - - uid: 32561 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30205 components: - type: Transform rot: 1.5707963267948966 rad - pos: -5.5,41.5 + pos: 2.5,-30.5 parent: 2 - - uid: 32562 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30206 components: - type: Transform - pos: 5.5,42.5 + pos: 1.5,-31.5 parent: 2 - - uid: 32563 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30207 components: - type: Transform - pos: 10.5,49.5 + pos: 1.5,-32.5 parent: 2 - - uid: 32564 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30208 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,43.5 + pos: 1.5,-33.5 parent: 2 - - uid: 32566 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30209 components: - type: Transform - pos: 17.5,44.5 + pos: 1.5,-34.5 parent: 2 - - uid: 32567 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30210 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,38.5 + pos: 1.5,-35.5 parent: 2 - - uid: 32568 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30211 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,41.5 + pos: 1.5,-36.5 parent: 2 - - uid: 32569 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30212 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,42.5 + pos: 1.5,-37.5 parent: 2 - - uid: 32570 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30213 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,27.5 + pos: 1.5,-38.5 parent: 2 - - uid: 32572 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30214 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,27.5 + pos: 1.5,-39.5 parent: 2 - - uid: 32573 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30215 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,19.5 + pos: 1.5,-40.5 parent: 2 - - uid: 32574 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30216 components: - type: Transform - pos: 33.5,20.5 + pos: 1.5,-41.5 parent: 2 - - uid: 32575 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30217 components: - type: Transform - pos: 37.5,17.5 + pos: 1.5,-42.5 parent: 2 - - uid: 32576 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30218 components: - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,19.5 + pos: 1.5,-43.5 parent: 2 - - uid: 32577 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30219 components: - type: Transform rot: -1.5707963267948966 rad - pos: 35.5,23.5 + pos: 2.5,-45.5 parent: 2 - - uid: 32578 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30220 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,17.5 + rot: -1.5707963267948966 rad + pos: 3.5,-45.5 parent: 2 - - uid: 32579 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30221 components: - type: Transform - pos: 24.5,24.5 + rot: -1.5707963267948966 rad + pos: 4.5,-45.5 parent: 2 - - uid: 32580 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30222 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,20.5 + rot: -1.5707963267948966 rad + pos: 5.5,-45.5 parent: 2 - - uid: 32581 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30223 components: - type: Transform - pos: 35.5,38.5 + rot: -1.5707963267948966 rad + pos: 6.5,-45.5 parent: 2 - - uid: 32582 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30224 components: - type: Transform rot: -1.5707963267948966 rad - pos: 39.5,33.5 + pos: 6.5,-43.5 parent: 2 - - uid: 32583 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30225 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,34.5 + rot: -1.5707963267948966 rad + pos: 5.5,-43.5 parent: 2 - - uid: 32585 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30226 components: - type: Transform rot: -1.5707963267948966 rad - pos: 49.5,30.5 + pos: 4.5,-43.5 parent: 2 - - uid: 32586 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30227 components: - type: Transform rot: -1.5707963267948966 rad - pos: 49.5,33.5 + pos: 3.5,-43.5 parent: 2 - - uid: 32587 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30228 components: - type: Transform - pos: 47.5,35.5 + rot: -1.5707963267948966 rad + pos: 2.5,-43.5 parent: 2 - - uid: 32600 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30229 components: - type: Transform - pos: 21.5,-53.5 + rot: -1.5707963267948966 rad + pos: 1.5,-43.5 parent: 2 - - uid: 32601 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30230 components: - type: Transform - pos: 27.5,-49.5 + rot: -1.5707963267948966 rad + pos: 0.5,-43.5 parent: 2 - - uid: 32602 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30231 components: - type: Transform - pos: 33.5,-44.5 + rot: -1.5707963267948966 rad + pos: -1.5,-42.5 parent: 2 - - uid: 32603 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30232 components: - type: Transform - pos: 38.5,-48.5 + rot: -1.5707963267948966 rad + pos: -2.5,-42.5 parent: 2 - - uid: 32604 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30233 components: - type: Transform - pos: 45.5,-46.5 + rot: -1.5707963267948966 rad + pos: -3.5,-42.5 parent: 2 - - uid: 32605 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30234 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-52.5 + rot: -1.5707963267948966 rad + pos: -3.5,-44.5 parent: 2 - - uid: 32606 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30235 components: - type: Transform - pos: 48.5,-48.5 + rot: -1.5707963267948966 rad + pos: -2.5,-44.5 parent: 2 - - uid: 32607 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30236 components: - type: Transform - pos: -47.5,8.5 + rot: -1.5707963267948966 rad + pos: -1.5,-44.5 parent: 2 - - uid: 32608 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30237 components: - type: Transform - pos: -43.5,8.5 + rot: -1.5707963267948966 rad + pos: -0.5,-44.5 parent: 2 - - uid: 32609 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30238 components: - type: Transform - pos: -38.5,8.5 + rot: -1.5707963267948966 rad + pos: 0.5,-44.5 parent: 2 - - uid: 32610 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30239 components: - type: Transform rot: 3.141592653589793 rad - pos: -45.5,3.5 - parent: 2 - - uid: 35079 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 67.5,28.5 - parent: 2 - - uid: 35428 - components: - - type: Transform - pos: 2.5,-3.5 + pos: -0.5,-44.5 parent: 2 - - uid: 35505 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30240 components: - type: Transform rot: 3.141592653589793 rad - pos: -1.5,-6.5 - parent: 2 - - uid: 35543 - components: - - type: Transform - pos: 73.5,35.5 - parent: 2 - - uid: 35544 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 66.5,36.5 - parent: 2 - - uid: 35545 - components: - - type: Transform - pos: 65.5,43.5 + pos: -0.5,-45.5 parent: 2 - - uid: 35546 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30241 components: - type: Transform rot: 3.141592653589793 rad - pos: 76.5,33.5 + pos: -0.5,-46.5 parent: 2 - - uid: 35547 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30242 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,41.5 + rot: 3.141592653589793 rad + pos: -0.5,-47.5 parent: 2 - - uid: 35548 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30243 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,47.5 + rot: 3.141592653589793 rad + pos: -0.5,-48.5 parent: 2 - - uid: 35549 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30244 components: - type: Transform rot: 3.141592653589793 rad - pos: 59.5,49.5 + pos: -0.5,-49.5 parent: 2 - - uid: 35550 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30245 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,-2.5 + rot: 3.141592653589793 rad + pos: 1.5,-49.5 parent: 2 - - uid: 35551 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30246 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,2.5 + rot: 3.141592653589793 rad + pos: 1.5,-48.5 parent: 2 - - uid: 35552 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30247 components: - type: Transform - pos: 48.5,-5.5 + rot: 3.141592653589793 rad + pos: 1.5,-47.5 parent: 2 - - uid: 35553 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30248 components: - type: Transform rot: 3.141592653589793 rad - pos: 40.5,-7.5 + pos: 1.5,-46.5 parent: 2 - - uid: 35554 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30249 components: - type: Transform - pos: 29.5,-5.5 + rot: 1.5707963267948966 rad + pos: -23.5,45.5 parent: 2 - - uid: 35555 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30250 components: - type: Transform - pos: 22.5,-4.5 + rot: 3.141592653589793 rad + pos: -0.5,-41.5 parent: 2 - - uid: 35558 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30251 components: - type: Transform rot: 3.141592653589793 rad - pos: -11.5,-5.5 + pos: -0.5,-40.5 parent: 2 - - uid: 35560 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30252 components: - type: Transform rot: 3.141592653589793 rad - pos: -30.5,-4.5 + pos: -0.5,-39.5 parent: 2 - - uid: 35562 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30253 components: - type: Transform - pos: 29.5,-9.5 + rot: 3.141592653589793 rad + pos: -0.5,-38.5 parent: 2 - - uid: 35563 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30254 components: - type: Transform - pos: 32.5,-9.5 + rot: 3.141592653589793 rad + pos: -0.5,-37.5 parent: 2 - - uid: 35564 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30255 components: - type: Transform - pos: 38.5,-10.5 + rot: 3.141592653589793 rad + pos: -0.5,-36.5 parent: 2 - - uid: 35565 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30256 components: - type: Transform - pos: 44.5,-9.5 + rot: 3.141592653589793 rad + pos: -0.5,-35.5 parent: 2 - - uid: 35566 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30257 components: - type: Transform - pos: 41.5,-13.5 + rot: 3.141592653589793 rad + pos: -0.5,-34.5 parent: 2 - - uid: 35567 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30258 components: - type: Transform rot: 3.141592653589793 rad - pos: 45.5,-16.5 + pos: -0.5,-33.5 parent: 2 - - uid: 35568 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30259 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-18.5 + rot: 3.141592653589793 rad + pos: -0.5,-32.5 parent: 2 - - uid: 35569 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30260 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,-17.5 + pos: -23.5,45.5 parent: 2 - - uid: 35570 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30261 components: - type: Transform - pos: 29.5,-13.5 + pos: -23.5,47.5 parent: 2 - - uid: 35571 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30262 components: - type: Transform - pos: 29.5,-19.5 + pos: -23.5,46.5 parent: 2 - - uid: 35572 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30263 components: - type: Transform - pos: 35.5,-19.5 + rot: 3.141592653589793 rad + pos: -0.5,-30.5 parent: 2 - - uid: 35573 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30264 components: - type: Transform rot: 1.5707963267948966 rad - pos: 46.5,-21.5 + pos: -1.5,-31.5 parent: 2 - - uid: 36896 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30265 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,61.5 + rot: 1.5707963267948966 rad + pos: -2.5,-31.5 parent: 2 - - uid: 36897 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30266 components: - type: Transform rot: 1.5707963267948966 rad - pos: -79.5,61.5 + pos: -3.5,-31.5 parent: 2 - - uid: 36898 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30267 components: - type: Transform - pos: -81.5,75.5 + rot: 1.5707963267948966 rad + pos: -4.5,-31.5 parent: 2 - - uid: 36899 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30268 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -80.5,80.5 + rot: 1.5707963267948966 rad + pos: -5.5,-31.5 parent: 2 - - uid: 36900 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30269 components: - type: Transform - rot: 3.141592653589793 rad - pos: -74.5,81.5 + pos: -6.5,-32.5 parent: 2 - - uid: 36901 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30271 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -68.5,78.5 + pos: -4.5,-33.5 parent: 2 - - uid: 36902 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30272 components: - type: Transform - rot: 3.141592653589793 rad - pos: -74.5,56.5 + pos: -4.5,-32.5 parent: 2 - - uid: 36903 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30273 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -61.5,71.5 + pos: -4.5,-31.5 parent: 2 -- proto: EmergencyMedipen - entities: - - uid: 13136 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30274 components: - type: Transform rot: -1.5707963267948966 rad - pos: -21.224876,-13.29436 + pos: -2.5,-30.5 parent: 2 - - uid: 13223 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30275 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.798504,-16.754307 + rot: -1.5707963267948966 rad + pos: -1.5,-30.5 parent: 2 - - uid: 42967 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30276 components: - type: Transform rot: -1.5707963267948966 rad - pos: 45.761864,-16.548794 + pos: -0.5,-30.5 parent: 2 - - uid: 42968 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30277 components: - type: Transform rot: -1.5707963267948966 rad - pos: 45.87124,-16.376919 + pos: 0.5,-30.5 parent: 2 - - uid: 42979 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30279 components: - type: Transform rot: -1.5707963267948966 rad - pos: 45.824364,-16.423794 + pos: 0.5,-31.5 parent: 2 -- proto: EmergencyOxygenTankFilled - entities: - - uid: 42956 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30280 components: - type: Transform - pos: 10.546986,67.33819 + rot: -1.5707963267948966 rad + pos: 1.5,-31.5 parent: 2 - - uid: 42958 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30281 components: - type: Transform - pos: 10.249673,67.340965 + rot: -1.5707963267948966 rad + pos: 2.5,-31.5 parent: 2 -- proto: EmergencyRollerBed - entities: - - uid: 1417 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30282 components: - type: Transform - pos: 48.48052,-13.389591 + rot: -1.5707963267948966 rad + pos: 3.5,-31.5 parent: 2 -- proto: Emitter - entities: - - uid: 7792 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30283 components: - type: Transform - pos: -11.5,27.5 + rot: -1.5707963267948966 rad + pos: 4.5,-31.5 parent: 2 -- proto: EncryptionKeyCargo - entities: - - uid: 27639 - components: - - type: Transform - parent: 7253 - - type: Physics - canCollide: False -- proto: EncryptionKeyCommand - entities: - - uid: 33667 - components: - - type: Transform - parent: 33666 - - type: Physics - canCollide: False -- proto: EncryptionKeyCommon - entities: - - uid: 31697 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30284 components: - type: Transform - pos: -81.43331,73.57854 + pos: -26.5,46.5 parent: 2 - - uid: 31706 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30285 components: - type: Transform - pos: -81.60519,73.64104 + pos: -26.5,47.5 parent: 2 - - uid: 33669 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30286 components: - type: Transform - parent: 33668 - - type: Physics - canCollide: False -- proto: EncryptionKeyEngineering - entities: - - uid: 27704 + pos: -26.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30287 components: - type: Transform - parent: 8031 - - type: Physics - canCollide: False -- proto: EncryptionKeyMedical - entities: - - uid: 27701 + pos: -26.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30288 components: - type: Transform - parent: 8029 - - type: Physics - canCollide: False -- proto: EncryptionKeyScience - entities: - - uid: 27697 + pos: -26.5,50.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30289 components: - type: Transform - parent: 7255 - - type: Physics - canCollide: False -- proto: EncryptionKeySecurity - entities: - - uid: 26196 + pos: -26.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30290 components: - type: Transform - parent: 7227 - - type: Physics - canCollide: False -- proto: EncryptionKeyService - entities: - - uid: 26195 + rot: 3.141592653589793 rad + pos: -0.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30291 components: - type: Transform - parent: 414 - - type: Physics - canCollide: False -- proto: EpinephrineChemistryBottle - entities: - - uid: 6644 + rot: 3.141592653589793 rad + pos: -0.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30292 components: - type: Transform - pos: 16.701328,-27.436728 + rot: 3.141592653589793 rad + pos: -0.5,-53.5 parent: 2 - - uid: 6646 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30293 components: - type: Transform - pos: 16.279453,-27.483603 + rot: 3.141592653589793 rad + pos: -0.5,-54.5 parent: 2 -- proto: ExosuitFabricator - entities: - - uid: 5141 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30294 components: - type: Transform - pos: -24.5,-36.5 + rot: 3.141592653589793 rad + pos: -0.5,-55.5 parent: 2 -- proto: ExtendedEmergencyOxygenTankFilled - entities: - - uid: 8175 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30295 components: - type: Transform - pos: -50.645782,29.917637 + rot: 3.141592653589793 rad + pos: -0.5,-56.5 parent: 2 -- proto: ExtinguisherCabinet - entities: - - uid: 12935 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30298 components: - type: Transform - pos: 44.5,18.5 + rot: 3.141592653589793 rad + pos: -1.5,-60.5 parent: 2 - - uid: 12937 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30299 components: - type: Transform - pos: 15.5,33.5 + rot: 3.141592653589793 rad + pos: -1.5,-61.5 parent: 2 - - uid: 14369 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30300 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,38.5 + rot: 3.141592653589793 rad + pos: -1.5,-62.5 parent: 2 - - uid: 14370 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30304 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 61.5,11.5 + pos: -22.5,43.5 parent: 2 -- proto: ExtinguisherCabinetFilled - entities: - - uid: 2717 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30305 components: - type: Transform - pos: 25.5,60.5 + rot: -1.5707963267948966 rad + pos: -20.5,44.5 parent: 2 - - uid: 5024 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30307 components: - type: Transform - pos: -26.5,-13.5 + pos: -22.5,42.5 parent: 2 - - uid: 5102 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30308 components: - type: Transform - pos: -40.5,-16.5 + pos: -22.5,41.5 parent: 2 - - uid: 5103 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30309 components: - type: Transform - pos: -44.5,-12.5 + pos: -22.5,40.5 parent: 2 - - type: ItemCabinet - opened: True - - uid: 5273 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30310 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,-32.5 + pos: -22.5,39.5 parent: 2 - - uid: 10943 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30311 components: - type: Transform rot: 1.5707963267948966 rad - pos: 24.5,-60.5 + pos: -18.5,-34.5 parent: 2 - - uid: 12485 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30312 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,4.5 + pos: -22.5,37.5 parent: 2 - - uid: 12936 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30313 components: - type: Transform - pos: 17.5,19.5 + pos: -22.5,36.5 parent: 2 - - uid: 14368 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30314 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,48.5 + pos: -22.5,35.5 parent: 2 - - uid: 24195 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30316 components: - type: Transform rot: -1.5707963267948966 rad - pos: 34.5,-18.5 + pos: -19.5,44.5 parent: 2 - - uid: 24198 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30317 components: - type: Transform rot: -1.5707963267948966 rad - pos: 47.5,-12.5 + pos: -18.5,44.5 parent: 2 - - uid: 24199 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30318 components: - type: Transform rot: -1.5707963267948966 rad - pos: 25.5,-22.5 + pos: -17.5,44.5 parent: 2 - - uid: 25994 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30319 components: - type: Transform - pos: 41.5,48.5 + rot: -1.5707963267948966 rad + pos: -16.5,44.5 parent: 2 - - uid: 34098 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30320 components: - type: Transform rot: -1.5707963267948966 rad - pos: -61.5,-7.5 + pos: -15.5,44.5 parent: 2 - - uid: 34186 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30325 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,79.5 + pos: -9.5,-73.5 parent: 2 - - uid: 34187 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30326 components: - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,79.5 + pos: -9.5,-72.5 parent: 2 - - uid: 36084 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30327 components: - type: Transform - pos: -78.5,59.5 + pos: -9.5,-71.5 parent: 2 - - uid: 36641 - components: - - type: Transform - pos: 6.5,2.5 - parent: 36450 - - uid: 36642 - components: - - type: Transform - pos: 4.5,2.5 - parent: 36450 -- proto: ExtinguisherCabinetFilledOpen - entities: - - uid: 12459 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30328 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,45.5 + pos: -9.5,-70.5 parent: 2 - - uid: 12934 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30329 components: - type: Transform - pos: 32.5,10.5 + pos: -9.5,-69.5 parent: 2 - - uid: 34110 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30330 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,-29.5 + pos: -9.5,-68.5 parent: 2 -- proto: ExtinguisherCabinetOpen - entities: - - uid: 10944 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30331 components: - type: Transform - pos: 36.5,-55.5 + rot: 1.5707963267948966 rad + pos: -2.5,-67.5 parent: 2 - - uid: 34099 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30333 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,-19.5 + pos: 10.5,-73.5 parent: 2 -- proto: FaxMachineBase - entities: - - uid: 5497 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30334 components: - type: Transform - pos: -15.5,-16.5 + pos: 10.5,-72.5 parent: 2 - - type: FaxMachine - name: НР - - uid: 5528 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30335 components: - type: Transform - pos: -40.5,-53.5 + pos: 10.5,-71.5 parent: 2 - - type: FaxMachine - name: КМ - - uid: 5690 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30336 components: - type: Transform - pos: -9.5,-45.5 + pos: 10.5,-70.5 parent: 2 - - type: FaxMachine - name: ГП - - uid: 6158 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30337 components: - type: Transform - pos: 7.5,-37.5 + pos: 10.5,-69.5 parent: 2 - - type: FaxMachine - receiveStationGoal: True - name: капитан - - uid: 6740 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30338 components: - type: Transform - pos: 14.5,-16.5 + pos: 10.5,-68.5 parent: 2 - - type: FaxMachine - name: ГВ - - uid: 7394 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30340 components: - type: Transform - pos: 2.5,-28.5 + rot: 1.5707963267948966 rad + pos: -24.5,34.5 parent: 2 - - type: FaxMachine - name: мостик - - uid: 8108 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30341 components: - type: Transform - pos: -14.5,14.5 + rot: 1.5707963267948966 rad + pos: -25.5,34.5 parent: 2 - - type: FaxMachine - name: СИ - - uid: 10245 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30342 components: - type: Transform - pos: 33.5,26.5 + rot: 1.5707963267948966 rad + pos: -26.5,34.5 parent: 2 - - type: FaxMachine - name: кабинет смотрителя - - uid: 10526 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30343 components: - type: Transform - pos: 45.5,59.5 + rot: 1.5707963267948966 rad + pos: -27.5,34.5 parent: 2 - - type: FaxMachine - name: ГСБ - - uid: 10772 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30344 components: - type: Transform - pos: -2.5,41.5 + rot: 1.5707963267948966 rad + pos: -28.5,34.5 parent: 2 - - type: FaxMachine - name: АВД -- proto: FenceMetalBroken - entities: - - uid: 11508 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30345 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,-45.5 + rot: 1.5707963267948966 rad + pos: -29.5,34.5 parent: 2 - - uid: 42965 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30347 components: - type: Transform rot: 3.141592653589793 rad - pos: 17.5,27.5 + pos: -32.5,31.5 parent: 2 -- proto: FenceMetalCorner - entities: - - uid: 31272 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30348 components: - type: Transform - pos: -59.5,-4.5 + rot: 3.141592653589793 rad + pos: -32.5,32.5 parent: 2 -- proto: FenceMetalGate - entities: - - uid: 2831 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30349 components: - type: Transform - pos: 15.5,20.5 + rot: 3.141592653589793 rad + pos: -32.5,33.5 parent: 2 - - uid: 31273 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30350 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -66.5,-9.5 + rot: 3.141592653589793 rad + pos: -32.5,34.5 parent: 2 - - uid: 36298 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30351 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-8.5 + rot: 1.5707963267948966 rad + pos: -22.5,32.5 parent: 2 - - uid: 42855 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30352 components: - type: Transform - pos: 16.5,33.5 + rot: 1.5707963267948966 rad + pos: -21.5,32.5 parent: 2 -- proto: FenceMetalStraight - entities: - - uid: 36299 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30353 components: - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-7.5 + rot: 1.5707963267948966 rad + pos: -20.5,32.5 parent: 2 - - uid: 36300 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30354 components: - type: Transform - pos: 20.5,-9.5 + rot: 1.5707963267948966 rad + pos: -19.5,32.5 parent: 2 -- proto: filingCabinet - entities: - - uid: 8250 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30355 components: - type: Transform - pos: 7.5,32.5 + rot: 1.5707963267948966 rad + pos: -18.5,32.5 parent: 2 - - uid: 8251 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30358 components: - type: Transform - pos: 7.5,33.5 + pos: -23.5,31.5 parent: 2 - - uid: 8338 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30359 components: - type: Transform - pos: 9.5,33.5 + rot: 3.141592653589793 rad + pos: -17.5,33.5 parent: 2 - - uid: 8439 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30360 components: - type: Transform - pos: 9.5,32.5 + pos: -23.5,30.5 parent: 2 - - uid: 35461 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30361 components: - type: Transform - pos: 59.5,27.5 + pos: -23.5,29.5 parent: 2 -- proto: filingCabinetDrawer - entities: - - uid: 6772 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30362 components: - type: Transform - pos: 18.5,-16.5 + pos: -23.5,28.5 parent: 2 -- proto: filingCabinetRandom - entities: - - uid: 6773 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30363 components: - type: Transform - pos: 24.5,-16.5 + pos: -23.5,27.5 parent: 2 - - uid: 6774 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30365 components: - type: Transform - pos: 23.5,-16.5 + pos: -23.5,25.5 parent: 2 - - uid: 6775 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30366 components: - type: Transform - pos: 22.5,-16.5 + pos: -23.5,24.5 parent: 2 - - uid: 8844 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30367 components: - type: Transform - pos: 57.5,-20.5 + pos: -23.5,23.5 parent: 2 - - uid: 10769 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30369 components: - type: Transform - pos: -2.5,40.5 + rot: -1.5707963267948966 rad + pos: -25.5,22.5 parent: 2 - - uid: 10770 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30372 components: - type: Transform - pos: -2.5,39.5 + rot: 1.5707963267948966 rad + pos: -2.5,-58.5 parent: 2 - - uid: 12892 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30373 components: - type: Transform - pos: 43.5,8.5 + rot: 1.5707963267948966 rad + pos: -3.5,-58.5 parent: 2 -- proto: FireAlarm - entities: - - uid: 6262 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30374 components: - type: Transform - pos: -43.5,27.5 + rot: 1.5707963267948966 rad + pos: -0.5,-59.5 parent: 2 - - type: DeviceList - devices: - - 27264 - - 27109 - - 27107 - - 27094 - - 27095 - - 27097 - - 27098 - - 27104 - - 27105 - - 27106 - - 27268 - - 27267 - - 27273 - - 32148 - - type: AtmosDevice - joinedGrid: 2 - - uid: 6314 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30375 components: - type: Transform rot: 1.5707963267948966 rad - pos: 24.5,36.5 + pos: 0.5,-59.5 parent: 2 - - type: DeviceList - devices: - - 27229 - - 27228 - - 27227 - - 27136 - - 27137 - - 27149 - - 27150 - - 27151 - - 27152 - - 27147 - - 27004 - - 27146 - - 27145 - - 31904 - - 31901 - - 27156 - - type: AtmosDevice - joinedGrid: 2 - - uid: 6324 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30376 components: - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,28.5 + rot: 1.5707963267948966 rad + pos: 1.5,-59.5 parent: 2 - - type: DeviceList - devices: - - 27229 - - 27228 - - 27227 - - 27136 - - 27137 - - 27149 - - 27150 - - 27151 - - 27152 - - 27147 - - 27004 - - 27146 - - 27145 - - 31904 - - 31901 - - 27156 - - type: AtmosDevice - joinedGrid: 2 - - uid: 7489 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30377 components: - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,28.5 + rot: 1.5707963267948966 rad + pos: 2.5,-59.5 parent: 2 - - type: DeviceList - devices: - - 31834 - - 31833 - - 31832 - - 31868 - - 31869 - - 31870 - - 27147 - - 27004 - - 27146 - - 31873 - - type: AtmosDevice - joinedGrid: 2 - - uid: 7832 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30378 components: - type: Transform rot: 1.5707963267948966 rad - pos: 61.5,2.5 + pos: 3.5,-59.5 parent: 2 - - type: DeviceList - devices: - - 27209 - - 27208 - - 27207 - - 27213 - - 27214 - - 27212 - - 27211 - - 27210 - - 31854 - - type: AtmosDevice - joinedGrid: 2 - - uid: 7834 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30379 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,-52.5 + rot: 1.5707963267948966 rad + pos: 5.5,-57.5 parent: 2 - - type: DeviceList - devices: - - 27425 - - 27426 - - 27427 - - 31785 - - 31786 - - 31787 - - 31788 - - 27422 - - 27421 - - 27420 - - 3758 - - 13050 - - type: AtmosDevice - joinedGrid: 2 - - uid: 7835 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30380 components: - type: Transform rot: 1.5707963267948966 rad - pos: 42.5,-47.5 + pos: 6.5,-57.5 parent: 2 - - type: DeviceList - devices: - - 27428 - - 27425 - - 27426 - - 27427 - - 27429 - - 31556 - - type: AtmosDevice - joinedGrid: 2 - - uid: 7836 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30381 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-47.5 + rot: 1.5707963267948966 rad + pos: 7.5,-57.5 parent: 2 - - type: DeviceList - devices: - - 27425 - - 27426 - - 27427 - - 31785 - - 31786 - - 31787 - - 31788 - - 27422 - - 27421 - - 27420 - - 3758 - - 13050 - - type: AtmosDevice - joinedGrid: 2 - - uid: 8671 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30382 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-27.5 + pos: 4.5,-58.5 parent: 2 - - type: DeviceList - devices: - - 27375 - - 27380 - - 32268 - - type: AtmosDevice - joinedGrid: 2 - - uid: 10739 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30383 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,54.5 + rot: -1.5707963267948966 rad + pos: -24.5,26.5 parent: 2 - - type: DeviceList - devices: - - 32016 - - 27227 - - 27228 - - 27229 - - 27134 - - 27132 - - 27133 - - 31893 - - 27170 - - 32022 - - 32034 - - 32035 - - 32036 - - type: AtmosDevice - joinedGrid: 2 - - uid: 11334 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30384 components: - type: Transform - pos: 23.5,-29.5 + rot: -1.5707963267948966 rad + pos: -25.5,26.5 parent: 2 - - type: DeviceList - devices: - - 27448 - - 27442 - - 27441 - - 27450 - - 27449 - - 11333 - - type: AtmosDevice - joinedGrid: 2 - - uid: 23761 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30385 components: - type: Transform - pos: 68.5,0.5 + rot: -1.5707963267948966 rad + pos: -26.5,26.5 parent: 2 - - type: DeviceList - devices: - - 27215 - - 27212 - - 27211 - - 27210 - - 27218 - - 13941 - - 31864 - - type: AtmosDevice - joinedGrid: 2 - - uid: 24872 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30386 components: - type: Transform - pos: -12.5,41.5 + rot: -1.5707963267948966 rad + pos: -27.5,26.5 parent: 2 - - type: DeviceList - devices: - - 32135 - - 32119 - - 32134 - - 5810 - - 5793 - - 7490 - - type: AtmosDevice - joinedGrid: 2 - - uid: 27119 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30387 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,55.5 + rot: -1.5707963267948966 rad + pos: -28.5,26.5 parent: 2 - - type: DeviceList - devices: - - 32036 - - 32035 - - 32034 - - 27580 - - 27581 - - 27582 - - 32031 - - 32032 - - 32033 - - 32039 - - 27117 - - 27118 - - type: AtmosDevice - joinedGrid: 2 - - uid: 27120 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30388 components: - type: Transform - pos: 2.5,55.5 + rot: -1.5707963267948966 rad + pos: -29.5,26.5 parent: 2 - - type: DeviceList - devices: - - 27235 - - 27234 - - 27233 - - 27232 - - 19412 - - 27197 - - 27242 - - 27243 - - 27244 - - 27245 - - 27246 - - 27247 - - 27248 - - 27249 - - 27230 - - 27251 - - 27250 - - 31713 - - 27118 - - 27117 - - 32054 - - type: AtmosDevice - joinedGrid: 2 - - uid: 27121 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30393 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,66.5 + rot: -1.5707963267948966 rad + pos: -22.5,27.5 parent: 2 - - type: DeviceList - devices: - - 27249 - - 27248 - - 27247 - - 27246 - - 27245 - - 27244 - - 27243 - - 27242 - - 27197 - - type: AtmosDevice - joinedGrid: 2 - - uid: 27122 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30394 components: - type: Transform rot: -1.5707963267948966 rad - pos: -5.5,58.5 + pos: -23.5,27.5 parent: 2 - - type: DeviceList - devices: - - 27230 - - 27239 - - 27238 - - 27237 - - 27235 - - 27234 - - 27233 - - 27232 - - 32055 - - type: AtmosDevice - joinedGrid: 2 - - uid: 27516 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30395 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,21.5 + rot: -1.5707963267948966 rad + pos: -24.5,27.5 parent: 2 - - type: DeviceList - devices: - - 27513 - - 32200 - - 27512 - - 32203 - - type: AtmosDevice - joinedGrid: 2 - - uid: 27522 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30396 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,29.5 + rot: -1.5707963267948966 rad + pos: -25.5,27.5 parent: 2 - - type: DeviceList - devices: - - 27514 - - 27512 - - 27099 - - 27523 - - 13041 - - type: AtmosDevice - joinedGrid: 2 - - uid: 27524 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30397 components: - type: Transform rot: -1.5707963267948966 rad - pos: -49.5,35.5 + pos: -26.5,27.5 parent: 2 - - type: DeviceList - devices: - - 27525 - - 27096 - - 27100 - - 27526 - - 32185 - - type: AtmosDevice - joinedGrid: 2 - - uid: 27538 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30398 components: - type: Transform rot: -1.5707963267948966 rad - pos: -43.5,26.5 + pos: -27.5,27.5 parent: 2 - - type: DeviceList - devices: - - 32216 - - 32218 - - 32215 - - 32233 - - 27102 - - 27103 - - 27106 - - 27105 - - 27104 - - 32209 - - type: AtmosDevice - joinedGrid: 2 - - uid: 27548 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30399 components: - type: Transform rot: -1.5707963267948966 rad - pos: 27.5,40.5 + pos: -28.5,27.5 parent: 2 - - type: DeviceList - devices: - - 32016 - - 27227 - - 27228 - - 27229 - - 27134 - - 27132 - - 27133 - - 31893 - - 27170 - - 32022 - - 32034 - - 32035 - - 32036 - - type: AtmosDevice - joinedGrid: 2 - - uid: 27549 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30400 components: - type: Transform rot: -1.5707963267948966 rad - pos: 40.5,34.5 + pos: -29.5,27.5 parent: 2 - - type: DeviceList - devices: - - 27227 - - 27228 - - 27229 - - 27152 - - 27151 - - 27150 - - 27149 - - 27154 - - 27153 - - 31917 - - type: AtmosDevice - joinedGrid: 2 - - uid: 27558 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30401 components: - type: Transform rot: -1.5707963267948966 rad - pos: 47.5,-31.5 + pos: -30.5,27.5 parent: 2 - - type: DeviceList - devices: - - 27433 - - 27434 - - 27435 - - 27438 - - 27437 - - 27436 - - 27475 - - 27476 - - 27431 - - 27494 - - 27493 - - 27492 - - 27432 - - 31562 - - type: AtmosDevice - joinedGrid: 2 - - uid: 27559 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30402 components: - type: Transform rot: -1.5707963267948966 rad - pos: 47.5,-29.5 + pos: -31.5,27.5 parent: 2 - - type: DeviceList - devices: - - 27492 - - 27493 - - 27494 - - 27472 - - 31588 - - 27489 - - 27225 - - 31590 - - 31591 - - 31592 - - type: AtmosDevice - joinedGrid: 2 - - uid: 27560 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30404 components: - type: Transform - pos: 34.5,-22.5 + pos: -32.5,26.5 parent: 2 - - type: DeviceList - devices: - - 31582 - - 27436 - - 27437 - - 27440 - - 27446 - - 27439 - - 27450 - - 27449 - - 27470 - - 27476 - - 27475 - - 27453 - - 27454 - - 11335 - - 33798 - - 33800 - - 31602 - - 33708 - - 33848 - - 33822 - - 33707 - - type: AtmosDevice - joinedGrid: 2 - - uid: 27561 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30405 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-22.5 + rot: 1.5707963267948966 rad + pos: -27.5,22.5 parent: 2 - - type: DeviceList - devices: - - 31579 - - 33798 - - 33800 - - 31602 - - 33708 - - 33848 - - 33822 - - 27453 - - 33707 - - type: AtmosDevice - joinedGrid: 2 - - uid: 27563 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30407 components: - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,-41.5 + pos: -28.5,21.5 parent: 2 - - type: DeviceList - devices: - - 27420 - - 27421 - - 27422 - - 31649 - - 31650 - - 31651 - - 31825 - - 27435 - - 27434 - - 27433 - - 31791 - - type: AtmosDevice - joinedGrid: 2 - - uid: 27567 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30408 components: - type: Transform - pos: 28.5,-41.5 + pos: -28.5,20.5 parent: 2 - - type: DeviceList - devices: - - 27433 - - 27434 - - 27435 - - 27438 - - 27437 - - 27436 - - 27475 - - 27476 - - 27431 - - 27494 - - 27493 - - 27492 - - 27432 - - 31562 - - type: AtmosDevice - joinedGrid: 2 - - uid: 27573 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30409 components: - type: Transform - pos: -37.5,-34.5 + pos: -28.5,19.5 parent: 2 - - type: DeviceList - devices: - - 32212 - - 32213 - - 32214 - - 27302 - - 27393 - - 27343 - - 27342 - - 27341 - - 32257 - - 32260 - - type: AtmosDevice - joinedGrid: 2 - - uid: 27574 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30410 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-34.5 + pos: -28.5,18.5 parent: 2 - - type: DeviceList - devices: - - 27360 - - 27359 - - 27358 - - 27362 - - 27363 - - 27364 - - 27365 - - 27341 - - 27342 - - 27343 - - 27345 - - 27344 - - 27346 - - 27351 - - 32201 - - 32258 - - type: AtmosDevice - joinedGrid: 2 - - uid: 27578 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30412 components: - type: Transform - pos: -40.5,34.5 + rot: 1.5707963267948966 rad + pos: -27.5,17.5 parent: 2 - - type: DeviceList - devices: - - 27264 - - 27109 - - 27107 - - 32040 - - 32041 - - 32042 - - 32043 - - 32044 - - 32045 - - 32028 - - 32029 - - 32030 - - 27113 - - 27111 - - 27112 - - 27474 - - 32064 - - 12511 - - type: AtmosDevice - joinedGrid: 2 - - uid: 27579 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30413 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,34.5 + rot: 1.5707963267948966 rad + pos: -29.5,22.5 parent: 2 - - type: DeviceList - devices: - - 27264 - - 27109 - - 27107 - - 27094 - - 27095 - - 27097 - - 27098 - - 27104 - - 27105 - - 27106 - - 27268 - - 27267 - - 27273 - - 32148 - - 12511 - - type: AtmosDevice - joinedGrid: 2 - - uid: 27583 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30414 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,58.5 + rot: 1.5707963267948966 rad + pos: -30.5,22.5 parent: 2 - - type: DeviceList - devices: - - 27166 - - 27167 - - 27186 - - 27188 - - 31962 - - type: AtmosDevice - joinedGrid: 2 - - uid: 27584 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30415 components: - type: Transform rot: 1.5707963267948966 rad - pos: 27.5,45.5 + pos: -31.5,22.5 parent: 2 - - type: DeviceList - devices: - - 27165 - - 27164 - - 27163 - - 27162 - - 31940 - - 31939 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31552 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30416 components: - type: Transform rot: 1.5707963267948966 rad - pos: -19.5,56.5 + pos: -32.5,22.5 parent: 2 - - type: DeviceList - devices: - - 27115 - - 27240 - - 27239 - - 27238 - - 27237 - - 32112 - - 27241 - - 27116 - - 32070 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31586 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30417 components: - type: Transform - pos: 22.5,-40.5 + rot: 1.5707963267948966 rad + pos: -33.5,22.5 parent: 2 - - type: DeviceList - devices: - - 27438 - - 27440 - - 27446 - - 27439 - - 27441 - - 27442 - - 31583 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31595 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30418 components: - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-10.5 + rot: 1.5707963267948966 rad + pos: -34.5,22.5 parent: 2 - - type: DeviceList - devices: - - 31590 - - 31591 - - 31592 - - 27225 - - 27492 - - 27493 - - 27494 - - 31588 - - 31593 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31598 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30419 components: - type: Transform - pos: 40.5,-30.5 + rot: 1.5707963267948966 rad + pos: -35.5,22.5 parent: 2 - - type: DeviceList - devices: - - 27471 - - 27472 - - 27470 - - 31600 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31615 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30420 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,4.5 + rot: 1.5707963267948966 rad + pos: -36.5,22.5 parent: 2 - - type: DeviceList - devices: - - 31622 - - 27461 - - 27460 - - 27463 - - 27462 - - 31621 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31616 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30422 components: - type: Transform - pos: 33.5,-3.5 + rot: 3.141592653589793 rad + pos: -37.5,23.5 parent: 2 - - type: DeviceList - devices: - - 33684 - - 31623 - - 31622 - - 27461 - - 27460 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31626 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30423 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-18.5 + pos: -37.5,21.5 parent: 2 - - type: DeviceList - devices: - - 27452 - - 27453 - - 31628 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31632 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30424 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-75.5 + pos: -37.5,20.5 parent: 2 - - type: DeviceList - devices: - - 27404 - - 27405 - - 27406 - - 31561 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31634 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30425 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-75.5 + pos: -37.5,19.5 parent: 2 - - type: DeviceList - devices: - - 27409 - - 27408 - - 27407 - - 31629 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31637 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30426 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-62.5 + pos: -37.5,18.5 parent: 2 - - type: DeviceList - devices: - - 27404 - - 27405 - - 27406 - - 27504 - - 27401 - - 27414 - - 27415 - - 27416 - - 27417 - - 27397 - - 27503 - - 27407 - - 27408 - - 27409 - - 31636 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31638 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30427 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-62.5 + pos: -37.5,17.5 parent: 2 - - type: DeviceList - devices: - - 27404 - - 27405 - - 27406 - - 27504 - - 27401 - - 27414 - - 27415 - - 27416 - - 27417 - - 27397 - - 27503 - - 27407 - - 27408 - - 27409 - - 31636 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31642 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30428 components: - type: Transform - pos: -2.5,-56.5 + pos: -37.5,16.5 parent: 2 - - type: DeviceList - devices: - - 27417 - - 27416 - - 27415 - - 27414 - - 27413 - - 27412 - - 27411 - - 27410 - - 27399 - - 27400 - - 31640 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31654 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30430 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-48.5 + rot: -1.5707963267948966 rad + pos: -38.5,15.5 parent: 2 - - type: DeviceList - devices: - - 31646 - - 31647 - - 31648 - - 31656 - - 31660 - - 31659 - - 31664 - - 31665 - - 31666 - - 31651 - - 31650 - - 31649 - - 31670 - - 27402 - - 27413 - - 27412 - - 27411 - - 27410 - - 27396 - - 31652 - - 31653 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31655 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30431 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-48.5 + pos: -22.5,38.5 parent: 2 - - type: DeviceList - devices: - - 31646 - - 31647 - - 31648 - - 31656 - - 31660 - - 31659 - - 31664 - - 31665 - - 31666 - - 31651 - - 31650 - - 31649 - - 31670 - - 27402 - - 27413 - - 27412 - - 27411 - - 27410 - - 27396 - - 31652 - - 31653 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31721 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30432 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-44.5 + rot: -1.5707963267948966 rad + pos: -39.5,15.5 parent: 2 - - type: DeviceList - devices: - - 31664 - - 31665 - - 31666 - - 31681 - - 31671 - - 31677 - - 31731 - - 31730 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31725 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30434 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-42.5 + rot: -1.5707963267948966 rad + pos: -40.5,15.5 parent: 2 - - type: DeviceList - devices: - - 31658 - - 31681 - - 31682 - - 31691 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31726 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30435 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30436 components: - type: Transform rot: -1.5707963267948966 rad - pos: 2.5,-36.5 + pos: -41.5,15.5 parent: 2 - - type: DeviceList - devices: - - 31664 - - 31665 - - 31666 - - 31681 - - 31671 - - 31677 - - 31731 - - 31730 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31737 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30437 components: - type: Transform - pos: 5.5,-32.5 + rot: 1.5707963267948966 rad + pos: -17.5,-34.5 parent: 2 - - type: DeviceList - devices: - - 31686 - - 31680 - - 31679 - - 31684 - - 31733 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31744 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30438 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-33.5 + pos: -22.5,-36.5 parent: 2 - - type: DeviceList - devices: - - 31686 - - 31687 - - 30 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31746 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30440 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-32.5 + rot: 1.5707963267948966 rad + pos: 9.5,-67.5 parent: 2 - - type: DeviceList - devices: - - 31682 - - 31684 - - 31749 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31769 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30441 components: - type: Transform - pos: 8.5,-60.5 + rot: 1.5707963267948966 rad + pos: 8.5,-67.5 parent: 2 - - type: DeviceList - devices: - - 27401 - - 27403 - - 27402 - - 27400 - - 31762 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31771 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30442 components: - type: Transform - pos: -7.5,-60.5 + rot: 1.5707963267948966 rad + pos: 7.5,-67.5 parent: 2 - - type: DeviceList - devices: - - 27397 - - 27398 - - 27399 - - 27396 - - 31754 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31823 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30443 components: - type: Transform - pos: 21.5,-50.5 + rot: 1.5707963267948966 rad + pos: 6.5,-67.5 parent: 2 - - type: DeviceList - devices: - - 27420 - - 27421 - - 27422 - - 31649 - - 31650 - - 31651 - - 31825 - - 27435 - - 27434 - - 27433 - - 31791 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31837 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30444 components: - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,2.5 + rot: 1.5707963267948966 rad + pos: 5.5,-67.5 parent: 2 - - type: DeviceList - devices: - - 31592 - - 31591 - - 31590 - - 27223 - - 27206 - - 27205 - - 27204 - - 27209 - - 27208 - - 27207 - - 31834 - - 31833 - - 31832 - - 31838 - - 31873 - - 33240 - - 33241 - - 33294 - - 31593 - - 33301 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31857 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30445 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-67.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30446 components: - type: Transform rot: 1.5707963267948966 rad - pos: 61.5,5.5 + pos: 3.5,-67.5 parent: 2 - - type: DeviceList - devices: - - 27217 - - 27218 - - 31856 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31858 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30447 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,5.5 + rot: 1.5707963267948966 rad + pos: 2.5,-67.5 parent: 2 - - type: DeviceList - devices: - - 27216 - - 27217 - - 27213 - - 31818 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31862 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30448 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,-4.5 + rot: 1.5707963267948966 rad + pos: 1.5,-67.5 parent: 2 - - type: DeviceList - devices: - - 27215 - - 27214 - - 31835 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31867 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30449 components: - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,-4.5 + rot: 1.5707963267948966 rad + pos: 0.5,-67.5 parent: 2 - - type: DeviceList - devices: - - 27215 - - 27212 - - 27211 - - 27210 - - 27218 - - 13941 - - 31864 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31875 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30450 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,14.5 + rot: 1.5707963267948966 rad + pos: -0.5,-67.5 parent: 2 - - type: DeviceList - devices: - - 31834 - - 31833 - - 31832 - - 31868 - - 31869 - - 31870 - - 27147 - - 27004 - - 27146 - - 31873 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31876 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30451 components: - type: Transform - pos: 55.5,14.5 + rot: 1.5707963267948966 rad + pos: -3.5,-67.5 parent: 2 - - type: DeviceList - devices: - - 31868 - - 31869 - - 31870 - - 31872 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31882 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30452 components: - type: Transform - pos: 60.5,18.5 + rot: 1.5707963267948966 rad + pos: -4.5,-67.5 parent: 2 - - type: DeviceList - devices: - - 27201 - - 31883 - - 31884 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31888 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30453 components: - type: Transform rot: 1.5707963267948966 rad - pos: 36.5,20.5 + pos: -5.5,-67.5 parent: 2 - - type: DeviceList - devices: - - 27145 - - 31887 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31918 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30454 components: - type: Transform rot: 1.5707963267948966 rad - pos: 36.5,37.5 + pos: -6.5,-67.5 parent: 2 - - type: DeviceList - devices: - - 27155 - - 27154 - - 27153 - - 27159 - - 27158 - - 27196 - - 27185 - - 27161 - - 27160 - - 27162 - - 27163 - - 27164 - - 27165 - - 31921 - - 31920 - - 8816 - - 31926 - - 31923 - - 31924 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31928 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30455 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,45.5 + rot: 1.5707963267948966 rad + pos: -7.5,-67.5 parent: 2 - - type: DeviceList - devices: - - 27155 - - 27154 - - 27153 - - 27159 - - 27158 - - 27196 - - 27185 - - 27161 - - 27160 - - 27162 - - 27163 - - 27164 - - 27165 - - 31921 - - 31920 - - 8816 - - 31926 - - 31923 - - 31924 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31930 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30456 components: - type: Transform - pos: 48.5,36.5 + rot: 1.5707963267948966 rad + pos: -8.5,-67.5 parent: 2 - - type: DeviceList - devices: - - 27155 - - 27154 - - 27153 - - 27159 - - 27158 - - 27196 - - 27185 - - 27161 - - 27160 - - 27162 - - 27163 - - 27164 - - 27165 - - 31921 - - 31920 - - 8816 - - 31926 - - 31923 - - 31924 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31947 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30457 components: - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,55.5 + pos: -1.5,-66.5 parent: 2 - - type: DeviceList - devices: - - 27185 - - 27187 - - 31945 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31964 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30458 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,52.5 + pos: -1.5,-65.5 parent: 2 - - type: DeviceList - devices: - - 8816 - - 31920 - - 31921 - - 27167 - - 27166 - - 27169 - - 27168 - - 27171 - - 31956 - - 31958 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31965 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30459 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,60.5 + pos: -1.5,-64.5 parent: 2 - - type: DeviceList - devices: - - 8816 - - 31920 - - 31921 - - 27167 - - 27166 - - 27169 - - 27168 - - 27171 - - 31956 - - 31958 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31969 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30460 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,51.5 + pos: -1.5,-63.5 parent: 2 - - type: DeviceList - devices: - - 27170 - - 27169 - - 27168 - - 31960 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31978 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30461 components: - type: Transform rot: 1.5707963267948966 rad - pos: 20.5,58.5 + pos: -40.5,-0.5 parent: 2 - - type: DeviceList - devices: - - 27171 - - 27175 - - 27174 - - 27172 - - 27173 - - 31981 - - 31980 - - 31961 - - 31974 - - 27183 - - 27184 - - 27181 - - 27182 - - 27177 - - 27178 - - 27179 - - 27180 - - 27176 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31979 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30462 components: - type: Transform rot: 3.141592653589793 rad - pos: 22.5,68.5 + pos: 11.5,-47.5 parent: 2 - - type: DeviceList - devices: - - 27171 - - 27175 - - 27174 - - 27172 - - 27173 - - 31981 - - 31980 - - 31961 - - 31974 - - 27183 - - 27184 - - 27181 - - 27182 - - 27177 - - 27178 - - 27179 - - 27180 - - 27176 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31993 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30463 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,28.5 + rot: 1.5707963267948966 rad + pos: -39.5,-0.5 parent: 2 - - type: DeviceList - devices: - - 27137 - - 27136 - - 27138 - - 27140 - - 27142 - - 27141 - - 27143 - - 27148 - - 31988 - - type: AtmosDevice - joinedGrid: 2 - - uid: 31996 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30464 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,29.5 + rot: 3.141592653589793 rad + pos: 14.5,-46.5 parent: 2 - - type: DeviceList - devices: - - 31997 - - 27138 - - 31991 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32000 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30465 components: - type: Transform rot: 1.5707963267948966 rad - pos: 30.5,23.5 + pos: -38.5,-0.5 parent: 2 - - type: DeviceList - devices: - - 27148 - - 31992 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32003 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30466 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,20.5 + rot: 3.141592653589793 rad + pos: 14.5,-47.5 parent: 2 - - type: DeviceList - devices: - - 27143 - - 27144 - - 31989 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32006 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30467 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,25.5 + rot: 1.5707963267948966 rad + pos: -37.5,-0.5 parent: 2 - - type: DeviceList - devices: - - 27140 - - 31990 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32012 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30469 components: - type: Transform rot: 1.5707963267948966 rad - pos: 13.5,43.5 + pos: -36.5,-0.5 parent: 2 - - type: DeviceList - devices: - - 27132 - - 27133 - - 27134 - - 27135 - - 27131 - - 32018 - - 32014 - - 32013 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32084 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30470 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,48.5 + rot: 3.141592653589793 rad + pos: 14.5,-48.5 parent: 2 - - type: DeviceList - devices: - - 32086 - - 32081 - - 32083 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32087 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30471 components: - type: Transform rot: 1.5707963267948966 rad - pos: -6.5,41.5 + pos: -35.5,-0.5 parent: 2 - - type: DeviceList - devices: - - 27123 - - 27124 - - 32080 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32093 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30472 components: - type: Transform - pos: 1.5,34.5 + rot: 3.141592653589793 rad + pos: 13.5,-51.5 parent: 2 - - type: DeviceList - devices: - - 28385 - - 28919 - - 32079 - - 27129 - - 27128 - - 27127 - - 27125 - - 27126 - - 27123 - - 32086 - - 27582 - - 27581 - - 27580 - - 32095 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32094 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30473 components: - type: Transform rot: 1.5707963267948966 rad - pos: -1.5,41.5 + pos: -34.5,-0.5 parent: 2 - - type: DeviceList - devices: - - 28385 - - 28919 - - 32079 - - 27129 - - 27128 - - 27127 - - 27125 - - 27126 - - 27123 - - 32086 - - 27582 - - 27581 - - 27580 - - 32095 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32099 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30475 components: - type: Transform rot: 1.5707963267948966 rad - pos: 2.5,28.5 + pos: -33.5,-0.5 parent: 2 - - type: DeviceList - devices: - - 27128 - - 27127 - - 32097 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32102 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30477 components: - type: Transform - pos: -1.5,27.5 + rot: 1.5707963267948966 rad + pos: -32.5,-0.5 parent: 2 - - type: DeviceList - devices: - - 27125 - - 27130 - - 32100 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32109 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30480 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,51.5 + rot: 3.141592653589793 rad + pos: 11.5,-48.5 parent: 2 - - type: DeviceList - devices: - - 32030 - - 32029 - - 32028 - - 32031 - - 32032 - - 32033 - - 27240 - - 27115 - - 32015 - - 12511 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32110 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30481 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,51.5 + pos: -31.5,2.5 parent: 2 - - type: DeviceList - devices: - - 32030 - - 32029 - - 32028 - - 32031 - - 32032 - - 32033 - - 27240 - - 27115 - - 32015 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32121 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30482 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,47.5 + rot: 3.141592653589793 rad + pos: 14.5,-49.5 parent: 2 - - type: DeviceList - devices: - - 27264 - - 27109 - - 27107 - - 32040 - - 32041 - - 32042 - - 32043 - - 32044 - - 32045 - - 32028 - - 32029 - - 32030 - - 27113 - - 27111 - - 27112 - - 27474 - - 32064 - - 12511 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32122 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30484 components: - type: Transform rot: 1.5707963267948966 rad - pos: -24.5,42.5 + pos: -49.5,1.5 parent: 2 - - type: DeviceList - devices: - - 12511 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32124 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30485 components: - type: Transform rot: 3.141592653589793 rad - pos: -19.5,45.5 + pos: 11.5,-46.5 parent: 2 - - type: DeviceList - devices: - - 32045 - - 32044 - - 32043 - - 32119 - - 12511 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32130 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30486 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,37.5 + rot: 3.141592653589793 rad + pos: 11.5,-45.5 parent: 2 - - type: DeviceList - devices: - - 32042 - - 32041 - - 32040 - - 27261 - - 27260 - - 32118 - - 12511 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32139 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30487 components: - type: Transform rot: 3.141592653589793 rad - pos: -27.5,28.5 + pos: 11.5,-44.5 parent: 2 - - type: DeviceList - devices: - - 27275 - - 31613 - - 27267 - - 27268 - - 2660 - - 32177 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32140 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30488 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,38.5 + rot: 1.5707963267948966 rad + pos: -48.5,1.5 parent: 2 - - type: DeviceList - devices: - - 32164 - - 32134 - - 24439 - - 32135 - - 7490 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32151 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30489 components: - type: Transform - pos: -27.5,32.5 + rot: 1.5707963267948966 rad + pos: -47.5,1.5 parent: 2 - - type: DeviceList - devices: - - 31614 - - 31619 - - 27262 - - 27263 - - 32150 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32152 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30490 components: - type: Transform rot: 1.5707963267948966 rad - pos: -28.5,29.5 + pos: -46.5,1.5 parent: 2 - - type: DeviceList - devices: - - 2715 - - 27282 - - 27278 - - 27279 - - 27280 - - 31611 - - 31612 - - 27260 - - 31619 - - 31614 - - 27273 - - 31613 - - 27275 - - 32149 - - 32154 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32156 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30492 components: - type: Transform - pos: -26.5,19.5 + rot: 1.5707963267948966 rad + pos: -43.5,1.5 parent: 2 - - type: DeviceList - devices: - - 2715 - - 27282 - - 27278 - - 27279 - - 27280 - - 31611 - - 31612 - - 27260 - - 31619 - - 31614 - - 27273 - - 31613 - - 27275 - - 32149 - - 32154 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32162 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30493 components: - type: Transform rot: 1.5707963267948966 rad - pos: -19.5,30.5 + pos: -41.5,1.5 parent: 2 - - type: DeviceList - devices: - - 31611 - - 31612 - - 32164 - - 32134 - - 32149 - - 24439 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32168 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30494 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,18.5 + rot: 1.5707963267948966 rad + pos: -40.5,1.5 parent: 2 - - type: DeviceList - devices: - - 27282 - - 32166 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32170 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30495 components: - type: Transform - pos: -38.5,9.5 + rot: 1.5707963267948966 rad + pos: -39.5,1.5 parent: 2 - - type: DeviceList - devices: - - 27266 - - 32147 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32172 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30496 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,22.5 + rot: 1.5707963267948966 rad + pos: -38.5,1.5 parent: 2 - - type: DeviceList - devices: - - 2660 - - 27266 - - 2715 - - 32167 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32184 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30497 components: - type: Transform rot: 1.5707963267948966 rad - pos: -53.5,39.5 + pos: -37.5,1.5 parent: 2 - - type: DeviceList - devices: - - 27525 - - 32183 - - 32182 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32187 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30498 components: - type: Transform rot: 1.5707963267948966 rad - pos: -49.5,35.5 + pos: -36.5,1.5 parent: 2 - - type: DeviceList - devices: - - 27094 - - 27096 - - 32186 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32197 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30499 components: - type: Transform rot: 1.5707963267948966 rad - pos: -62.5,9.5 + pos: -35.5,1.5 parent: 2 - - type: DeviceList - devices: - - 27102 - - 32198 - - 32138 - - 27101 - - 32199 - - 32171 - - 27513 - - 32195 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32207 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30500 components: - type: Transform rot: 1.5707963267948966 rad - pos: -55.5,28.5 + pos: -34.5,1.5 parent: 2 - - type: DeviceList - devices: - - 27098 - - 27097 - - 27100 - - 27099 - - 32205 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32208 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30501 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-43.5 + rot: 1.5707963267948966 rad + pos: -33.5,1.5 parent: 2 - - type: DeviceList - devices: - - 27358 - - 27359 - - 27360 - - 32404 - - 32405 - - 31646 - - 31647 - - 31648 - - 32396 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32219 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30502 components: - type: Transform rot: 1.5707963267948966 rad - pos: -54.5,-0.5 + pos: -32.5,1.5 parent: 2 - - type: DeviceList - devices: - - 32212 - - 32213 - - 32214 - - 27287 - - 27288 - - 27289 - - 32216 - - 32218 - - 32215 - - 32220 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32232 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30503 + components: + - type: Transform + pos: -31.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30504 + components: + - type: Transform + pos: -31.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30505 + components: + - type: Transform + pos: -31.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30506 + components: + - type: Transform + pos: -31.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30507 + components: + - type: Transform + pos: -31.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30510 components: - type: Transform rot: 1.5707963267948966 rad - pos: -54.5,5.5 + pos: -31.5,-0.5 parent: 2 - - type: DeviceList - devices: - - 32216 - - 32218 - - 32215 - - 32233 - - 27102 - - 27103 - - 27106 - - 27105 - - 27104 - - 32209 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32239 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30511 components: - type: Transform rot: 1.5707963267948966 rad - pos: -37.5,2.5 + pos: -30.5,-0.5 parent: 2 - - type: DeviceList - devices: - - 27287 - - 27288 - - 27289 - - 32241 - - 27286 - - 27285 - - 27284 - - 32242 - - 32227 - - 32229 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32240 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30512 + components: + - type: Transform + pos: -29.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30513 + components: + - type: Transform + pos: -29.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30514 + components: + - type: Transform + pos: -29.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30515 + components: + - type: Transform + pos: -29.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30516 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,7.5 + pos: -29.5,4.5 parent: 2 - - type: DeviceList - devices: - - 27284 - - 27285 - - 27286 - - 15038 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32248 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30517 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,2.5 + pos: -29.5,5.5 parent: 2 - - type: DeviceList - devices: - - 27287 - - 27288 - - 27289 - - 32241 - - 27286 - - 27285 - - 27284 - - 32242 - - 32227 - - 32229 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32254 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30518 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,-5.5 + pos: -29.5,6.5 parent: 2 - - type: DeviceList - devices: - - 32212 - - 32213 - - 32214 - - 27302 - - 27393 - - 27343 - - 27342 - - 27341 - - 32257 - - 32260 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32274 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30519 components: - type: Transform - pos: -30.5,-43.5 + pos: -29.5,7.5 parent: 2 - - type: DeviceList - devices: - - 27360 - - 27359 - - 27358 - - 27362 - - 27363 - - 27364 - - 27365 - - 27341 - - 27342 - - 27343 - - 27345 - - 27344 - - 27346 - - 27351 - - 32201 - - 32258 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32309 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30520 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-29.5 + rot: 1.5707963267948966 rad + pos: -50.5,5.5 parent: 2 - - type: DeviceList - devices: - - 32323 - - 32322 - - 32321 - - 27356 - - 27355 - - 32333 - - 32314 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32311 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30521 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-35.5 + rot: 1.5707963267948966 rad + pos: -49.5,5.5 parent: 2 - - type: DeviceList - devices: - - 27344 - - 27345 - - 32341 - - 32323 - - 32322 - - 32321 - - 27353 - - 27506 - - 27348 - - 32300 - - 32301 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32362 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30522 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,-47.5 + rot: 1.5707963267948966 rad + pos: -48.5,5.5 parent: 2 - - type: DeviceList - devices: - - 27506 - - 27353 - - 32303 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32378 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30523 components: - type: Transform rot: 1.5707963267948966 rad - pos: -41.5,-46.5 + pos: -47.5,5.5 parent: 2 - - type: DeviceList - devices: - - 27349 - - 27350 - - 27347 - - 27346 - - 27348 - - 32380 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32407 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30524 components: - type: Transform rot: 1.5707963267948966 rad - pos: -23.5,-52.5 + pos: -46.5,5.5 parent: 2 - - type: DeviceList - devices: - - 27395 - - 32405 - - 32404 - - 32410 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32421 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30525 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-47.5 + pos: -45.5,6.5 parent: 2 - - type: DeviceList - devices: - - 27358 - - 27359 - - 27360 - - 32404 - - 32405 - - 31646 - - 31647 - - 31648 - - 32396 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32481 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30527 components: - type: Transform rot: -1.5707963267948966 rad - pos: -34.5,-26.5 + pos: -51.5,10.5 parent: 2 - - type: DeviceList - devices: - - 27383 - - 27393 - - 32262 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32502 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30528 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,-33.5 + rot: -1.5707963267948966 rad + pos: -52.5,10.5 parent: 2 - - type: DeviceList - devices: - - 27365 - - 27364 - - 27363 - - 27367 - - 27366 - - 32263 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32505 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30529 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-29.5 + rot: -1.5707963267948966 rad + pos: -53.5,10.5 parent: 2 - - type: DeviceList - devices: - - 27368 - - 27374 - - 27367 - - 27375 - - 27376 - - 27378 - - 27381 - - 27382 - - 27377 - - 27366 - - 27383 - - 27389 - - 32264 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32508 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30530 components: - type: Transform - pos: -29.5,-27.5 + rot: -1.5707963267948966 rad + pos: -54.5,10.5 parent: 2 - - type: DeviceList - devices: - - 27368 - - 27374 - - 27367 - - 27375 - - 27376 - - 27378 - - 27381 - - 27382 - - 27377 - - 27366 - - 27383 - - 27389 - - 32264 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32512 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30531 components: - type: Transform rot: -1.5707963267948966 rad - pos: -21.5,-40.5 + pos: -55.5,10.5 parent: 2 - - type: DeviceList - devices: - - 27361 - - 27362 - - 27368 - - 32271 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32555 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30532 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-33.5 + rot: -1.5707963267948966 rad + pos: -56.5,10.5 parent: 2 - - type: DeviceList - devices: - - 27374 - - 27373 - - 27372 - - 32270 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32589 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30533 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-23.5 + rot: -1.5707963267948966 rad + pos: -57.5,10.5 parent: 2 - - type: DeviceList - devices: - - 27376 - - 32267 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32591 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30534 components: - type: Transform - pos: -27.5,-13.5 + rot: -1.5707963267948966 rad + pos: -58.5,10.5 parent: 2 - - type: DeviceList - devices: - - 27385 - - 27388 - - 32266 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32592 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30535 components: - type: Transform rot: -1.5707963267948966 rad - pos: -22.5,-15.5 + pos: -59.5,10.5 parent: 2 - - type: DeviceList - devices: - - 27382 - - 27385 - - 32595 - - 32594 - - 32265 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32615 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30536 + components: + - type: Transform + pos: -35.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30537 + components: + - type: Transform + pos: -38.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30538 components: - type: Transform rot: 1.5707963267948966 rad - pos: -50.5,5.5 + pos: -39.5,-39.5 parent: 2 - - type: DeviceList - devices: - - 32233 - - 32611 - - type: AtmosDevice - joinedGrid: 2 - - uid: 32630 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30539 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-54.5 + rot: 1.5707963267948966 rad + pos: -40.5,-39.5 parent: 2 - - type: DeviceList - devices: - - 27349 - - 32629 - - type: AtmosDevice - joinedGrid: 2 - - uid: 33238 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30540 components: - type: Transform rot: 1.5707963267948966 rad - pos: 51.5,-2.5 + pos: -41.5,-39.5 parent: 2 - - type: DeviceList - devices: - - 27209 - - 27208 - - 27207 - - 27206 - - 27205 - - 27204 - - 31832 - - 31833 - - 31834 - - 31873 - - 31592 - - 31591 - - 31590 - - 33240 - - 33241 - - 33294 - - 31593 - - 33301 - - type: AtmosDevice - joinedGrid: 2 - - uid: 33239 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30541 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-4.5 + rot: 1.5707963267948966 rad + pos: -42.5,-39.5 parent: 2 - - type: DeviceList - devices: - - 31838 - - 33294 - - 33241 - - 33240 - - 33301 - - 33235 - - 7901 - - 33220 - - 33295 - - 7902 - - 33527 - - 33681 - - 31237 - - 33683 - - 33684 - - type: AtmosDevice - joinedGrid: 2 - - uid: 33634 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30542 components: - type: Transform rot: 1.5707963267948966 rad - pos: 43.5,-3.5 + pos: -43.5,-39.5 parent: 2 - - type: DeviceList - devices: - - 33220 - - 7901 - - 33235 - - 33236 - - 27206 - - 27205 - - 27204 - - 31838 - - 33301 - - 33656 - - type: AtmosDevice - joinedGrid: 2 - - uid: 33657 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30544 components: - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-4.5 + rot: 1.5707963267948966 rad + pos: -45.5,-39.5 parent: 2 - - type: DeviceList - devices: - - 31838 - - 33294 - - 33241 - - 33240 - - 33301 - - 33235 - - 7901 - - 33220 - - type: AtmosDevice - joinedGrid: 2 - - uid: 33658 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30545 components: - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,-3.5 + rot: 1.5707963267948966 rad + pos: -46.5,-39.5 parent: 2 - - type: DeviceList - devices: - - 33301 - - 33295 - - 7902 - - 33527 - - 33681 - - 31237 - - 33683 - - 33684 - - type: AtmosDevice - joinedGrid: 2 - - uid: 33659 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30546 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,-3.5 + rot: 1.5707963267948966 rad + pos: -47.5,-39.5 parent: 2 - - type: DeviceList - devices: - - 33301 - - 33295 - - 7902 - - 33527 - - type: AtmosDevice - joinedGrid: 2 - - uid: 33660 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30548 components: - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,-3.5 + pos: -48.5,-40.5 parent: 2 - - type: DeviceList - devices: - - 33297 - - 33296 - - 32227 - - 33527 - - 33703 - - 33704 - - type: AtmosDevice - joinedGrid: 2 - - uid: 33661 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30549 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-3.5 + pos: -48.5,-41.5 parent: 2 - - type: DeviceList - devices: - - 33297 - - 33296 - - 32227 - - 33527 - - 33703 - - 33704 - - type: AtmosDevice - joinedGrid: 2 - - uid: 33687 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30550 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,-2.5 + pos: -48.5,-42.5 parent: 2 - - type: DeviceList - devices: - - 33681 - - 31623 - - 31622 - - 33301 - - 33685 - - 33684 - - type: AtmosDevice - joinedGrid: 2 - - uid: 33702 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30552 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-3.5 + pos: -44.5,-40.5 parent: 2 - - type: DeviceList - devices: - - 33527 - - 33301 - - 7902 - - 33295 - - 33704 - - 33703 - - 33296 - - 33297 - - 32227 - - type: AtmosDevice - joinedGrid: 2 - - uid: 33755 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30553 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-12.5 + pos: -44.5,-41.5 parent: 2 - - type: DeviceList - devices: - - 33799 - - 33674 - - 31593 - - 31602 - - 33301 - - 11335 - - 33800 - - 27467 - - 31603 - - 33798 - - 31237 - - type: AtmosDevice - joinedGrid: 2 - - uid: 33851 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30554 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-13.5 + pos: -44.5,-42.5 parent: 2 - - type: DeviceList - devices: - - 33826 - - 33850 - - 33708 - - 33849 - - 33707 - - type: AtmosDevice - joinedGrid: 2 - - uid: 33852 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30555 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,-15.5 + pos: -44.5,-43.5 parent: 2 - - type: DeviceList - devices: - - 33850 - - 33848 - - 33826 - - 33708 - - 11335 - - type: AtmosDevice - joinedGrid: 2 - - uid: 33853 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30556 components: - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,-12.5 + pos: -44.5,-44.5 parent: 2 - - type: DeviceList - devices: - - 33707 - - 33821 - - 33849 - - 33822 - - 27454 - - 33825 - - 33824 - - 33826 - - 11335 - - type: AtmosDevice - joinedGrid: 2 - - uid: 33854 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30557 components: - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,-8.5 + pos: -44.5,-45.5 parent: 2 - - type: DeviceList - devices: - - 33683 - - 33821 - - 33824 - - 33707 - - 33301 - - type: AtmosDevice - joinedGrid: 2 - - uid: 33855 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30558 components: - type: Transform - pos: 25.5,-15.5 + pos: -44.5,-46.5 parent: 2 - - type: DeviceList - devices: - - 33856 - - 33825 - - 27454 - - 33707 - - type: AtmosDevice - joinedGrid: 2 - - uid: 34088 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30559 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -67.5,74.5 + pos: -44.5,-47.5 parent: 2 - - type: DeviceList - devices: - - 34204 - - type: AtmosDevice - joinedGrid: 2 - - uid: 34220 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30560 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -80.5,74.5 + pos: -44.5,-48.5 parent: 2 - - type: DeviceList - devices: - - 34199 - - 34198 - - type: AtmosDevice - joinedGrid: 2 - - uid: 34221 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30561 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -80.5,65.5 + pos: -44.5,-49.5 parent: 2 - - type: DeviceList - devices: - - 34198 - - 34202 - - 34201 - - 34200 - - type: AtmosDevice - joinedGrid: 2 - - uid: 34222 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30564 components: - type: Transform - pos: -77.5,54.5 + pos: -17.5,30.5 parent: 2 - - type: DeviceList - devices: - - 34202 - - type: AtmosDevice - joinedGrid: 2 - - uid: 34223 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30565 components: - type: Transform rot: -1.5707963267948966 rad - pos: -69.5,81.5 + pos: -20.5,31.5 parent: 2 - - type: DeviceList - devices: - - 34204 - - 34203 - - type: AtmosDevice - joinedGrid: 2 - - uid: 35273 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30567 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 63.5,36.5 + rot: -1.5707963267948966 rad + pos: -19.5,31.5 parent: 2 - - type: DeviceList - devices: - - 35261 - - 35259 - - 35267 - - 35268 - - 35258 - - 35285 - - 35266 - - 35269 - - 35260 - - type: AtmosDevice - joinedGrid: 2 - - uid: 35274 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30569 components: - type: Transform - rot: 3.141592653589793 rad - pos: 73.5,32.5 + pos: -35.5,-34.5 parent: 2 - - type: DeviceList - devices: - - 35259 - - 35267 - - 35258 - - type: AtmosDevice - joinedGrid: 2 - - uid: 35275 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30570 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,51.5 + pos: -35.5,-33.5 parent: 2 - - type: DeviceList - devices: - - 35263 - - 35270 - - 35262 - - type: AtmosDevice - joinedGrid: 2 - - uid: 35276 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30571 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 63.5,38.5 + pos: -35.5,-32.5 parent: 2 - - type: DeviceList - devices: - - 35281 - - 35282 - - 35283 - - 35285 - - 35263 - - 35262 - - 35270 - - type: AtmosDevice - joinedGrid: 2 - - uid: 35277 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30573 components: - type: Transform - pos: 55.5,32.5 + rot: 1.5707963267948966 rad + pos: -34.5,-31.5 parent: 2 - - type: DeviceList - devices: - - 35278 - - 35264 - - 35279 - - 35280 - - 35257 - - 27196 - - 35286 - - 35287 - - type: AtmosDevice - joinedGrid: 2 - - uid: 35284 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30574 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 63.5,33.5 + rot: 1.5707963267948966 rad + pos: -33.5,-31.5 parent: 2 - - type: DeviceList - devices: - - 35257 - - 35285 - - 35263 - - 35258 - - 35287 - - 35286 - - 35278 - - 35279 - - 35280 - - 35281 - - 35282 - - 35283 - - type: AtmosDevice - joinedGrid: 2 - - uid: 36187 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30575 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -79.5,80.5 + rot: 1.5707963267948966 rad + pos: -32.5,-31.5 parent: 2 - - type: DeviceList - devices: - - 34203 - - 34199 - - type: AtmosDevice - joinedGrid: 2 -- proto: FireAxeCabinet - entities: - - uid: 14217 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30577 components: - type: Transform rot: 3.141592653589793 rad - pos: -12.5,-64.5 + pos: -31.5,-30.5 parent: 2 -- proto: FireAxeCabinetFilled - entities: - - uid: 4485 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30578 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,38.5 + rot: 1.5707963267948966 rad + pos: -30.5,-31.5 parent: 2 - - uid: 7418 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30579 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-32.5 + rot: 1.5707963267948966 rad + pos: -29.5,-31.5 parent: 2 -- proto: Firelock - entities: - - uid: 5586 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30580 components: - type: Transform rot: 1.5707963267948966 rad - pos: 16.5,-55.5 + pos: -28.5,-31.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 31783 - - uid: 31575 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30581 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-35.5 + rot: 1.5707963267948966 rad + pos: -27.5,-31.5 parent: 2 - - uid: 31594 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30582 components: - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,-26.5 + rot: 1.5707963267948966 rad + pos: -26.5,-31.5 parent: 2 - - uid: 31656 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30583 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-48.5 + rot: 1.5707963267948966 rad + pos: -25.5,-31.5 parent: 2 - - uid: 31785 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30586 components: - type: Transform - pos: 31.5,-52.5 + rot: 1.5707963267948966 rad + pos: -21.5,-34.5 parent: 2 - - uid: 31786 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30588 components: - type: Transform - pos: 27.5,-53.5 + pos: -22.5,-35.5 parent: 2 - - uid: 31787 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30589 components: - type: Transform - pos: 23.5,-55.5 + rot: -1.5707963267948966 rad + pos: -23.5,-33.5 parent: 2 - - uid: 31788 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30590 components: - type: Transform - pos: 19.5,-57.5 + rot: 1.5707963267948966 rad + pos: -19.5,-34.5 parent: 2 - - uid: 31980 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30592 components: - type: Transform rot: 3.141592653589793 rad - pos: 23.5,64.5 + pos: -24.5,-32.5 parent: 2 - - uid: 31981 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30595 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,64.5 + rot: -1.5707963267948966 rad + pos: -23.5,-37.5 parent: 2 - - uid: 31997 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30596 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,31.5 + rot: -1.5707963267948966 rad + pos: -24.5,-37.5 parent: 2 - - uid: 32022 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30597 components: - type: Transform - pos: 16.5,53.5 + rot: 3.141592653589793 rad + pos: -24.5,-30.5 parent: 2 - - uid: 32081 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30598 components: - type: Transform rot: 3.141592653589793 rad - pos: -5.5,49.5 + pos: -24.5,-29.5 parent: 2 - - uid: 32171 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30599 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,4.5 + rot: 3.141592653589793 rad + pos: -24.5,-28.5 parent: 2 - - uid: 34198 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30600 components: - type: Transform - pos: -82.5,70.5 + rot: 3.141592653589793 rad + pos: -24.5,-27.5 parent: 2 - - uid: 34199 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30602 components: - type: Transform - pos: -82.5,76.5 + rot: -1.5707963267948966 rad + pos: -25.5,-26.5 parent: 2 - - uid: 34200 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30603 components: - type: Transform - pos: -84.5,66.5 + rot: -1.5707963267948966 rad + pos: -26.5,-26.5 parent: 2 - - uid: 34201 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30606 components: - type: Transform - pos: -84.5,60.5 + rot: -1.5707963267948966 rad + pos: -28.5,-25.5 parent: 2 - - uid: 34202 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30610 components: - type: Transform - pos: -80.5,58.5 + rot: -1.5707963267948966 rad + pos: -31.5,-24.5 parent: 2 - - uid: 34203 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30611 components: - type: Transform - pos: -79.5,82.5 + rot: -1.5707963267948966 rad + pos: -32.5,-24.5 parent: 2 - - uid: 34204 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30612 components: - type: Transform - pos: -69.5,82.5 + rot: -1.5707963267948966 rad + pos: -33.5,-24.5 parent: 2 - - uid: 35264 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30613 components: - type: Transform rot: -1.5707963267948966 rad - pos: 58.5,32.5 + pos: -34.5,-24.5 parent: 2 - - uid: 35265 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30614 components: - type: Transform rot: -1.5707963267948966 rad - pos: 61.5,32.5 + pos: -35.5,-24.5 parent: 2 - - uid: 35266 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30615 components: - type: Transform rot: -1.5707963267948966 rad - pos: 63.5,34.5 + pos: -36.5,-24.5 parent: 2 - - uid: 35267 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30616 components: - type: Transform rot: -1.5707963267948966 rad - pos: 72.5,32.5 + pos: -37.5,-24.5 parent: 2 - - uid: 35268 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30618 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 75.5,34.5 + pos: -38.5,-25.5 parent: 2 - - uid: 35269 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30619 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 65.5,41.5 + pos: -38.5,-26.5 parent: 2 - - uid: 35270 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30620 components: - type: Transform rot: -1.5707963267948966 rad - pos: 60.5,48.5 + pos: -23.5,-26.5 parent: 2 - - uid: 35278 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30621 components: - type: Transform - pos: 59.5,33.5 + rot: -1.5707963267948966 rad + pos: -22.5,-26.5 parent: 2 - - uid: 35279 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30622 components: - type: Transform - pos: 59.5,34.5 + rot: -1.5707963267948966 rad + pos: -21.5,-26.5 parent: 2 - - uid: 35280 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30623 components: - type: Transform - pos: 59.5,35.5 + rot: -1.5707963267948966 rad + pos: -20.5,-26.5 parent: 2 - - uid: 35281 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30624 components: - type: Transform - pos: 60.5,36.5 + rot: 3.141592653589793 rad + pos: -19.5,-26.5 parent: 2 - - uid: 35282 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30625 components: - type: Transform - pos: 61.5,36.5 + rot: 3.141592653589793 rad + pos: -19.5,-27.5 parent: 2 - - uid: 35283 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30626 components: - type: Transform - pos: 62.5,36.5 + rot: 3.141592653589793 rad + pos: -19.5,-28.5 parent: 2 - - uid: 36605 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30627 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,1.5 - parent: 36450 - - uid: 36638 + rot: 3.141592653589793 rad + pos: -19.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30629 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,2.5 - parent: 36450 - - uid: 36639 + rot: 1.5707963267948966 rad + pos: -18.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30630 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,1.5 - parent: 36450 - - uid: 36640 + rot: 1.5707963267948966 rad + pos: -17.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30631 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-6.5 - parent: 36450 -- proto: FirelockEdge - entities: - - uid: 19412 + rot: 1.5707963267948966 rad + pos: -16.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30632 components: - type: Transform rot: 1.5707963267948966 rad - pos: -5.5,63.5 + pos: -15.5,-30.5 parent: 2 - - uid: 21842 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30634 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,20.5 + rot: -1.5707963267948966 rad + pos: -19.5,-26.5 parent: 2 - - uid: 27189 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30635 components: - type: Transform rot: 3.141592653589793 rad - pos: 50.5,48.5 + pos: -18.5,-27.5 parent: 2 - - uid: 27190 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30636 components: - type: Transform rot: 3.141592653589793 rad - pos: 52.5,48.5 + pos: -18.5,-28.5 parent: 2 - - uid: 27191 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30638 components: - type: Transform rot: 1.5707963267948966 rad - pos: 53.5,46.5 + pos: -17.5,-29.5 parent: 2 - - uid: 27192 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30639 components: - type: Transform rot: 1.5707963267948966 rad - pos: 54.5,44.5 + pos: -16.5,-29.5 parent: 2 - - uid: 27193 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30640 components: - type: Transform rot: 1.5707963267948966 rad - pos: 54.5,41.5 + pos: -15.5,-29.5 parent: 2 - - uid: 27197 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30641 components: - type: Transform - pos: -3.5,65.5 + pos: -18.5,-25.5 parent: 2 - - uid: 27202 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30643 components: - type: Transform rot: 1.5707963267948966 rad - pos: 58.5,24.5 + pos: -17.5,-24.5 parent: 2 - - uid: 27232 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30644 components: - type: Transform rot: 1.5707963267948966 rad - pos: -5.5,62.5 + pos: -16.5,-24.5 parent: 2 - - uid: 27233 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30645 components: - type: Transform rot: 1.5707963267948966 rad - pos: -5.5,61.5 + pos: -15.5,-24.5 parent: 2 - - uid: 27234 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30647 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,60.5 + pos: -18.5,-23.5 parent: 2 - - uid: 27235 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30648 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,59.5 + pos: -18.5,-22.5 parent: 2 - - uid: 27242 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30649 components: - type: Transform - pos: -2.5,65.5 + pos: -18.5,-21.5 parent: 2 - - uid: 27243 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30650 components: - type: Transform - pos: -1.5,65.5 + pos: -18.5,-20.5 parent: 2 - - uid: 27244 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30651 components: - type: Transform - pos: -0.5,65.5 + pos: -18.5,-19.5 parent: 2 - - uid: 27245 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30652 components: - type: Transform - pos: 0.5,65.5 + pos: -18.5,-18.5 parent: 2 - - uid: 27246 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30653 components: - type: Transform - pos: 1.5,65.5 + pos: -18.5,-17.5 parent: 2 - - uid: 27247 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30654 components: - type: Transform - pos: 2.5,65.5 + pos: -18.5,-16.5 parent: 2 - - uid: 27248 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30656 components: - type: Transform - pos: 3.5,65.5 + rot: -1.5707963267948966 rad + pos: -19.5,-15.5 parent: 2 - - uid: 27249 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30657 components: - type: Transform - pos: 4.5,65.5 + rot: -1.5707963267948966 rad + pos: -20.5,-15.5 parent: 2 -- proto: FirelockFrame - entities: - - uid: 1045 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30658 components: - type: Transform - pos: -35.5,-14.5 + rot: -1.5707963267948966 rad + pos: -21.5,-15.5 parent: 2 - - uid: 13005 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30659 components: - type: Transform - pos: 11.5,35.5 + rot: -1.5707963267948966 rad + pos: -22.5,-15.5 parent: 2 -- proto: FirelockGlass - entities: - - uid: 2660 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30660 components: - type: Transform - pos: -35.5,25.5 + rot: -1.5707963267948966 rad + pos: -23.5,-15.5 parent: 2 - - uid: 2715 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30662 components: - type: Transform - pos: -35.5,21.5 + rot: -1.5707963267948966 rad + pos: -25.5,-14.5 parent: 2 - - uid: 5793 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30663 components: - type: Transform rot: -1.5707963267948966 rad - pos: -13.5,44.5 + pos: -26.5,-14.5 parent: 2 - - uid: 5810 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30664 components: - type: Transform rot: -1.5707963267948966 rad - pos: -13.5,42.5 + pos: -27.5,-14.5 parent: 2 - - uid: 7490 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30666 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,41.5 + rot: 3.141592653589793 rad + pos: -28.5,-13.5 parent: 2 - - uid: 7901 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30669 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,-4.5 + pos: -37.5,-39.5 parent: 2 - - uid: 7902 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30670 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,-5.5 + pos: -37.5,-40.5 parent: 2 - - uid: 8816 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30671 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,50.5 + pos: -37.5,-41.5 parent: 2 - - uid: 12511 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30672 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,44.5 + pos: -37.5,-42.5 parent: 2 - - uid: 24439 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30673 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,35.5 + pos: -37.5,-43.5 parent: 2 - - uid: 27004 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30674 components: - type: Transform - pos: 43.5,26.5 + pos: -37.5,-44.5 parent: 2 - - uid: 27068 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30675 components: - type: Transform - pos: 61.5,-7.5 + pos: -37.5,-45.5 parent: 2 - - uid: 27094 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30677 components: - type: Transform - pos: -43.5,34.5 + pos: -10.5,-51.5 parent: 2 - - uid: 27095 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30683 components: - type: Transform - pos: -46.5,34.5 + rot: -1.5707963267948966 rad + pos: 0.5,62.5 parent: 2 - - uid: 27096 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30684 components: - type: Transform - pos: -49.5,36.5 + rot: -1.5707963267948966 rad + pos: -0.5,62.5 parent: 2 - - uid: 27097 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30685 components: - type: Transform - pos: -49.5,31.5 + rot: -1.5707963267948966 rad + pos: -1.5,62.5 parent: 2 - - uid: 27098 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30686 components: - type: Transform - pos: -49.5,28.5 + rot: -1.5707963267948966 rad + pos: -2.5,62.5 parent: 2 - - uid: 27099 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30687 components: - type: Transform - pos: -55.5,29.5 + rot: -1.5707963267948966 rad + pos: -3.5,62.5 parent: 2 - - uid: 27100 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30688 components: - type: Transform - pos: -51.5,33.5 + rot: -1.5707963267948966 rad + pos: -4.5,62.5 parent: 2 - - uid: 27101 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30689 components: - type: Transform - pos: -57.5,11.5 + rot: -1.5707963267948966 rad + pos: -5.5,62.5 parent: 2 - - uid: 27102 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30690 components: - type: Transform - pos: -53.5,11.5 + rot: -1.5707963267948966 rad + pos: -6.5,62.5 parent: 2 - - uid: 27103 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30694 components: - type: Transform - pos: -50.5,21.5 + rot: -1.5707963267948966 rad + pos: -7.5,62.5 parent: 2 - - uid: 27104 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30704 components: - type: Transform - pos: -46.5,27.5 + rot: -1.5707963267948966 rad + pos: -9.5,62.5 parent: 2 - - uid: 27105 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30705 components: - type: Transform - pos: -45.5,27.5 + rot: -1.5707963267948966 rad + pos: -10.5,62.5 parent: 2 - - uid: 27106 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30706 components: - type: Transform - pos: -44.5,27.5 + rot: -1.5707963267948966 rad + pos: -11.5,62.5 parent: 2 - - uid: 27107 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30707 components: - type: Transform - pos: -39.5,34.5 + rot: -1.5707963267948966 rad + pos: -12.5,62.5 parent: 2 - - uid: 27109 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30710 components: - type: Transform - pos: -38.5,34.5 + rot: 3.141592653589793 rad + pos: -13.5,61.5 parent: 2 - - uid: 27111 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30712 components: - type: Transform - pos: -25.5,56.5 + rot: -1.5707963267948966 rad + pos: -13.5,42.5 parent: 2 - - uid: 27112 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30714 components: - type: Transform - pos: -30.5,54.5 + rot: 1.5707963267948966 rad + pos: -13.5,43.5 parent: 2 - - uid: 27113 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30784 components: - type: Transform - pos: -20.5,51.5 + rot: -1.5707963267948966 rad + pos: -61.5,39.5 parent: 2 - - uid: 27115 + - uid: 31025 components: - type: Transform - pos: -16.5,54.5 + rot: -1.5707963267948966 rad + pos: -76.5,57.5 parent: 2 - - uid: 27116 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 31760 components: - type: Transform - pos: -15.5,66.5 + pos: -71.5,58.5 parent: 2 - - uid: 27117 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 31968 components: - type: Transform - pos: -0.5,55.5 + rot: 1.5707963267948966 rad + pos: -16.5,20.5 parent: 2 - - uid: 27118 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 32571 components: - type: Transform - pos: 1.5,55.5 + rot: 1.5707963267948966 rad + pos: -15.5,20.5 parent: 2 - - uid: 27123 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33169 components: - type: Transform - pos: -1.5,43.5 + rot: 1.5707963267948966 rad + pos: 34.5,-20.5 parent: 2 - - uid: 27124 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33170 components: - type: Transform - pos: -6.5,40.5 + rot: 1.5707963267948966 rad + pos: 35.5,-20.5 parent: 2 - - uid: 27125 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33172 components: - type: Transform - pos: 0.5,34.5 + rot: 1.5707963267948966 rad + pos: 33.5,-24.5 parent: 2 - - uid: 27126 + - uid: 33176 components: - type: Transform - pos: -1.5,37.5 + rot: 1.5707963267948966 rad + pos: 32.5,-24.5 parent: 2 - - uid: 27127 + - uid: 33210 components: - type: Transform - pos: 5.5,34.5 + rot: -1.5707963267948966 rad + pos: -12.5,42.5 parent: 2 - - uid: 27128 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33213 components: - type: Transform - pos: 6.5,34.5 + rot: 1.5707963267948966 rad + pos: -20.5,20.5 parent: 2 - - uid: 27129 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33221 components: - type: Transform - pos: 9.5,36.5 + pos: -11.5,41.5 parent: 2 - - uid: 27130 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33222 components: - type: Transform - pos: -5.5,30.5 + pos: -11.5,40.5 parent: 2 - - uid: 27131 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33223 components: - type: Transform - pos: 10.5,42.5 + pos: -12.5,42.5 parent: 2 - - uid: 27132 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33225 components: - type: Transform - pos: 20.5,45.5 + pos: -12.5,41.5 parent: 2 - - uid: 27133 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33226 components: - type: Transform - pos: 19.5,45.5 + pos: -12.5,40.5 parent: 2 - - uid: 27134 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33227 components: - type: Transform - pos: 23.5,42.5 + pos: -12.5,39.5 parent: 2 - - uid: 27135 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33228 components: - type: Transform - pos: 17.5,37.5 + pos: -12.5,38.5 parent: 2 - - uid: 27136 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33232 components: - type: Transform - pos: 27.5,30.5 + rot: 1.5707963267948966 rad + pos: -11.5,37.5 parent: 2 - - uid: 27137 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33302 components: - type: Transform - pos: 29.5,30.5 + rot: -1.5707963267948966 rad + pos: 50.5,-7.5 parent: 2 - - uid: 27138 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33303 components: - type: Transform - pos: 26.5,27.5 + rot: -1.5707963267948966 rad + pos: 49.5,-7.5 parent: 2 - - uid: 27140 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33304 components: - type: Transform - pos: 26.5,22.5 + rot: -1.5707963267948966 rad + pos: 48.5,-7.5 parent: 2 - - uid: 27141 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33305 components: - type: Transform - pos: 28.5,15.5 + rot: -1.5707963267948966 rad + pos: 47.5,-7.5 parent: 2 - - uid: 27142 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33306 components: - type: Transform - pos: 26.5,17.5 + rot: -1.5707963267948966 rad + pos: 46.5,-7.5 parent: 2 - - uid: 27143 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33307 components: - type: Transform - pos: 30.5,18.5 + rot: -1.5707963267948966 rad + pos: 45.5,-7.5 parent: 2 - - uid: 27144 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33308 components: - type: Transform - pos: 36.5,17.5 + rot: -1.5707963267948966 rad + pos: 44.5,-7.5 parent: 2 - - uid: 27145 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33309 components: - type: Transform - pos: 41.5,24.5 + rot: -1.5707963267948966 rad + pos: 43.5,-7.5 parent: 2 - - uid: 27146 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33310 components: - type: Transform - pos: 43.5,25.5 + rot: -1.5707963267948966 rad + pos: 42.5,-7.5 parent: 2 - - uid: 27147 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33311 components: - type: Transform - pos: 43.5,27.5 + rot: -1.5707963267948966 rad + pos: 41.5,-7.5 parent: 2 - - uid: 27148 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33312 components: - type: Transform - pos: 30.5,24.5 + rot: -1.5707963267948966 rad + pos: 40.5,-7.5 parent: 2 - - uid: 27149 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33313 components: - type: Transform - pos: 36.5,35.5 + rot: -1.5707963267948966 rad + pos: 42.5,-5.5 parent: 2 - - uid: 27150 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33314 components: - type: Transform - pos: 36.5,33.5 + rot: -1.5707963267948966 rad + pos: 43.5,-5.5 parent: 2 - - uid: 27151 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33315 components: - type: Transform - pos: 37.5,32.5 + rot: -1.5707963267948966 rad + pos: 44.5,-5.5 parent: 2 - - uid: 27152 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33316 components: - type: Transform - pos: 39.5,32.5 + rot: -1.5707963267948966 rad + pos: 45.5,-5.5 parent: 2 - - uid: 27153 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33317 components: - type: Transform - pos: 39.5,36.5 + rot: -1.5707963267948966 rad + pos: 46.5,-5.5 parent: 2 - - uid: 27154 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33318 components: - type: Transform - pos: 37.5,36.5 + rot: -1.5707963267948966 rad + pos: 47.5,-5.5 parent: 2 - - uid: 27155 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33319 components: - type: Transform - pos: 36.5,38.5 + rot: -1.5707963267948966 rad + pos: 48.5,-5.5 parent: 2 - - uid: 27156 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33320 components: - type: Transform - pos: 34.5,36.5 + rot: -1.5707963267948966 rad + pos: 49.5,-5.5 parent: 2 - - uid: 27157 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33321 components: - type: Transform - pos: 43.5,36.5 + rot: -1.5707963267948966 rad + pos: 50.5,-5.5 parent: 2 - - uid: 27158 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33322 components: - type: Transform - pos: 46.5,36.5 + rot: -1.5707963267948966 rad + pos: 51.5,-5.5 parent: 2 - - uid: 27159 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33323 components: - type: Transform - pos: 45.5,36.5 + rot: -1.5707963267948966 rad + pos: 52.5,-5.5 parent: 2 - - uid: 27160 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33324 components: - type: Transform - pos: 40.5,41.5 + rot: -1.5707963267948966 rad + pos: 53.5,-5.5 parent: 2 - - uid: 27161 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33327 components: - type: Transform - pos: 40.5,43.5 + rot: 1.5707963267948966 rad + pos: 36.5,-7.5 parent: 2 - - uid: 27162 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33328 components: - type: Transform - pos: 36.5,43.5 + rot: 1.5707963267948966 rad + pos: 35.5,-7.5 parent: 2 - - uid: 27163 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33329 components: - type: Transform - pos: 36.5,44.5 + rot: 1.5707963267948966 rad + pos: 34.5,-7.5 parent: 2 - - uid: 27164 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33330 components: - type: Transform - pos: 36.5,45.5 + rot: 1.5707963267948966 rad + pos: 33.5,-7.5 parent: 2 - - uid: 27165 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33331 components: - type: Transform - pos: 36.5,46.5 + rot: 1.5707963267948966 rad + pos: 32.5,-7.5 parent: 2 - - uid: 27166 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33332 components: - type: Transform - pos: 34.5,55.5 + rot: 1.5707963267948966 rad + pos: 31.5,-7.5 parent: 2 - - uid: 27167 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33333 components: - type: Transform - pos: 36.5,55.5 + rot: 1.5707963267948966 rad + pos: 30.5,-7.5 parent: 2 - - uid: 27168 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33334 components: - type: Transform - pos: 27.5,54.5 + rot: 1.5707963267948966 rad + pos: 29.5,-7.5 parent: 2 - - uid: 27169 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33335 components: - type: Transform - pos: 27.5,53.5 + rot: 1.5707963267948966 rad + pos: 28.5,-7.5 parent: 2 - - uid: 27170 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33336 components: - type: Transform - pos: 25.5,50.5 + rot: 1.5707963267948966 rad + pos: 27.5,-7.5 parent: 2 - - uid: 27171 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33337 components: - type: Transform - pos: 27.5,58.5 + rot: 1.5707963267948966 rad + pos: 26.5,-7.5 parent: 2 - - uid: 27172 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33338 components: - type: Transform - pos: 24.5,61.5 + rot: 1.5707963267948966 rad + pos: 39.5,-5.5 parent: 2 - - uid: 27173 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33339 components: - type: Transform - pos: 23.5,61.5 + rot: 1.5707963267948966 rad + pos: 38.5,-5.5 parent: 2 - - uid: 27174 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33340 components: - type: Transform - pos: 20.5,59.5 + rot: 1.5707963267948966 rad + pos: 37.5,-5.5 parent: 2 - - uid: 27175 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33341 components: - type: Transform - pos: 20.5,57.5 + rot: 1.5707963267948966 rad + pos: 36.5,-5.5 parent: 2 - - uid: 27176 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33342 components: - type: Transform - pos: 16.5,70.5 + rot: 1.5707963267948966 rad + pos: 35.5,-5.5 parent: 2 - - uid: 27177 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33343 components: - type: Transform - pos: 16.5,66.5 + rot: 1.5707963267948966 rad + pos: 34.5,-5.5 parent: 2 - - uid: 27178 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33344 components: - type: Transform - pos: 19.5,68.5 + rot: 1.5707963267948966 rad + pos: 33.5,-5.5 parent: 2 - - uid: 27179 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33345 components: - type: Transform - pos: 20.5,68.5 + rot: 1.5707963267948966 rad + pos: 32.5,-5.5 parent: 2 - - uid: 27180 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33346 components: - type: Transform - pos: 23.5,70.5 + rot: 1.5707963267948966 rad + pos: 31.5,-5.5 parent: 2 - - uid: 27181 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33347 components: - type: Transform - pos: 20.5,64.5 + rot: 1.5707963267948966 rad + pos: 30.5,-5.5 parent: 2 - - uid: 27182 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33348 components: - type: Transform - pos: 18.5,64.5 + rot: 1.5707963267948966 rad + pos: 29.5,-5.5 parent: 2 - - uid: 27183 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33349 components: - type: Transform - pos: 27.5,64.5 + rot: 1.5707963267948966 rad + pos: 28.5,-5.5 parent: 2 - - uid: 27184 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33350 components: - type: Transform - pos: 29.5,64.5 + pos: 25.5,-6.5 parent: 2 - - uid: 27185 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33351 components: - type: Transform - pos: 44.5,48.5 + rot: -1.5707963267948966 rad + pos: 26.5,-4.5 parent: 2 - - uid: 27186 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33352 components: - type: Transform - pos: 36.5,60.5 + rot: -1.5707963267948966 rad + pos: 25.5,-4.5 parent: 2 - - uid: 27187 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33360 components: - type: Transform - pos: 44.5,55.5 + rot: 3.141592653589793 rad + pos: -54.5,49.5 parent: 2 - - uid: 27188 + - uid: 33362 components: - type: Transform - pos: 34.5,60.5 + rot: -1.5707963267948966 rad + pos: -55.5,50.5 parent: 2 - - uid: 27196 + - uid: 33363 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,32.5 + rot: -1.5707963267948966 rad + pos: -56.5,50.5 parent: 2 - - uid: 27198 + - uid: 33364 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,10.5 + rot: -1.5707963267948966 rad + pos: -57.5,50.5 parent: 2 - - uid: 27200 + - uid: 33365 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,14.5 + rot: -1.5707963267948966 rad + pos: -58.5,50.5 parent: 2 - - uid: 27201 + - uid: 33366 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,18.5 + rot: -1.5707963267948966 rad + pos: -59.5,50.5 parent: 2 - - uid: 27203 + - uid: 33368 components: - type: Transform - pos: 55.5,8.5 + pos: -60.5,49.5 parent: 2 - - uid: 27204 + - uid: 33369 components: - type: Transform - pos: 51.5,1.5 + pos: -66.5,25.5 parent: 2 - - uid: 27205 + - uid: 33372 components: - type: Transform - pos: 51.5,0.5 + rot: -1.5707963267948966 rad + pos: 24.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33376 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -64.5,21.5 + parent: 2 + - uid: 33387 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-4.5 parent: 2 - - uid: 27206 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33452 components: - type: Transform - pos: 51.5,-0.5 + rot: -1.5707963267948966 rad + pos: 22.5,-4.5 parent: 2 - - uid: 27207 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33453 components: - type: Transform - pos: 56.5,1.5 + rot: -1.5707963267948966 rad + pos: 21.5,-4.5 parent: 2 - - uid: 27208 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33454 components: - type: Transform - pos: 56.5,0.5 + rot: -1.5707963267948966 rad + pos: 20.5,-4.5 parent: 2 - - uid: 27209 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33455 components: - type: Transform - pos: 56.5,-0.5 + rot: -1.5707963267948966 rad + pos: 19.5,-4.5 parent: 2 - - uid: 27210 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33456 components: - type: Transform - pos: 60.5,1.5 + rot: -1.5707963267948966 rad + pos: 18.5,-4.5 parent: 2 - - uid: 27211 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33457 components: - type: Transform - pos: 60.5,0.5 + rot: -1.5707963267948966 rad + pos: 17.5,-4.5 parent: 2 - - uid: 27212 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33458 components: - type: Transform - pos: 60.5,-0.5 + rot: -1.5707963267948966 rad + pos: 16.5,-4.5 parent: 2 - - uid: 27213 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33459 components: - type: Transform - pos: 58.5,2.5 + rot: -1.5707963267948966 rad + pos: 15.5,-4.5 parent: 2 - - uid: 27214 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33481 components: - type: Transform - pos: 58.5,-1.5 + rot: -1.5707963267948966 rad + pos: 14.5,-4.5 parent: 2 - - uid: 27215 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33510 components: - type: Transform - pos: 61.5,-3.5 + rot: -1.5707963267948966 rad + pos: 13.5,-4.5 parent: 2 - - uid: 27216 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33511 components: - type: Transform - pos: 57.5,6.5 + rot: -1.5707963267948966 rad + pos: 12.5,-4.5 parent: 2 - - uid: 27217 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33512 components: - type: Transform - pos: 61.5,6.5 + rot: -1.5707963267948966 rad + pos: 11.5,-4.5 parent: 2 - - uid: 27218 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33513 components: - type: Transform - pos: 63.5,4.5 + rot: -1.5707963267948966 rad + pos: 10.5,-4.5 parent: 2 - - uid: 27223 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33514 components: - type: Transform - pos: 55.5,-6.5 + rot: -1.5707963267948966 rad + pos: 9.5,-4.5 parent: 2 - - uid: 27225 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33515 components: - type: Transform - pos: 54.5,-15.5 + rot: -1.5707963267948966 rad + pos: 8.5,-4.5 parent: 2 - - uid: 27226 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33516 components: - type: Transform - pos: 60.5,-19.5 + rot: -1.5707963267948966 rad + pos: 7.5,-4.5 parent: 2 - - uid: 27227 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33517 components: - type: Transform - pos: 26.5,39.5 + rot: -1.5707963267948966 rad + pos: 6.5,-4.5 parent: 2 - - uid: 27228 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33518 components: - type: Transform - pos: 25.5,39.5 + rot: -1.5707963267948966 rad + pos: 5.5,-4.5 parent: 2 - - uid: 27229 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33519 components: - type: Transform - pos: 24.5,39.5 + rot: -1.5707963267948966 rad + pos: 4.5,-4.5 parent: 2 - - uid: 27230 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33520 components: - type: Transform - pos: -5.5,57.5 + rot: -1.5707963267948966 rad + pos: 3.5,-4.5 parent: 2 - - uid: 27236 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33521 components: - type: Transform - pos: -11.5,62.5 + rot: -1.5707963267948966 rad + pos: 2.5,-4.5 parent: 2 - - uid: 27237 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33522 components: - type: Transform - pos: -11.5,61.5 + rot: -1.5707963267948966 rad + pos: 1.5,-4.5 parent: 2 - - uid: 27238 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33523 components: - type: Transform - pos: -11.5,60.5 + rot: -1.5707963267948966 rad + pos: 0.5,-4.5 parent: 2 - - uid: 27239 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33524 components: - type: Transform - pos: -11.5,59.5 + rot: -1.5707963267948966 rad + pos: -0.5,-4.5 parent: 2 - - uid: 27240 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33525 components: - type: Transform - pos: -13.5,54.5 + rot: -1.5707963267948966 rad + pos: -1.5,-4.5 parent: 2 - - uid: 27241 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33526 components: - type: Transform - pos: -16.5,64.5 + rot: -1.5707963267948966 rad + pos: -2.5,-4.5 parent: 2 - - uid: 27250 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33528 components: - type: Transform - pos: 7.5,65.5 + rot: -1.5707963267948966 rad + pos: -4.5,-4.5 parent: 2 - - uid: 27251 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33529 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,58.5 + rot: -1.5707963267948966 rad + pos: -5.5,-4.5 parent: 2 - - uid: 27252 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33530 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,56.5 + rot: -1.5707963267948966 rad + pos: -6.5,-4.5 parent: 2 - - uid: 27260 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33531 components: - type: Transform - pos: -22.5,36.5 + rot: -1.5707963267948966 rad + pos: -7.5,-4.5 parent: 2 - - uid: 27261 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33532 components: - type: Transform - pos: -24.5,38.5 + rot: -1.5707963267948966 rad + pos: -8.5,-4.5 parent: 2 - - uid: 27262 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33533 components: - type: Transform - pos: -31.5,32.5 + rot: -1.5707963267948966 rad + pos: -9.5,-4.5 parent: 2 - - uid: 27263 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33534 components: - type: Transform - pos: -32.5,32.5 + rot: -1.5707963267948966 rad + pos: -10.5,-4.5 parent: 2 - - uid: 27264 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33535 components: - type: Transform - pos: -37.5,34.5 + rot: -1.5707963267948966 rad + pos: -11.5,-4.5 parent: 2 - - uid: 27266 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33536 components: - type: Transform - pos: -38.5,19.5 + rot: -1.5707963267948966 rad + pos: -12.5,-4.5 parent: 2 - - uid: 27267 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33537 components: - type: Transform - pos: -31.5,28.5 + rot: -1.5707963267948966 rad + pos: -13.5,-4.5 parent: 2 - - uid: 27268 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33538 components: - type: Transform - pos: -32.5,28.5 + rot: -1.5707963267948966 rad + pos: -14.5,-4.5 parent: 2 - - uid: 27273 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33539 components: - type: Transform - pos: -28.5,30.5 + rot: -1.5707963267948966 rad + pos: -15.5,-4.5 parent: 2 - - uid: 27275 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33540 components: - type: Transform - pos: -24.5,26.5 + rot: -1.5707963267948966 rad + pos: -16.5,-4.5 parent: 2 - - uid: 27278 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33541 components: - type: Transform - pos: -20.5,16.5 + rot: -1.5707963267948966 rad + pos: -17.5,-4.5 parent: 2 - - uid: 27279 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33542 components: - type: Transform - pos: -16.5,19.5 + rot: -1.5707963267948966 rad + pos: -18.5,-4.5 parent: 2 - - uid: 27280 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33543 components: - type: Transform - pos: -18.5,23.5 + rot: -1.5707963267948966 rad + pos: -19.5,-4.5 parent: 2 - - uid: 27282 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33544 components: - type: Transform - pos: -27.5,19.5 + rot: -1.5707963267948966 rad + pos: -20.5,-4.5 parent: 2 - - uid: 27283 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33545 components: - type: Transform - pos: -25.5,16.5 + rot: -1.5707963267948966 rad + pos: -21.5,-4.5 parent: 2 - - uid: 27284 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33546 components: - type: Transform - pos: -31.5,4.5 + rot: -1.5707963267948966 rad + pos: -22.5,-4.5 parent: 2 - - uid: 27285 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33547 components: - type: Transform - pos: -30.5,4.5 + rot: -1.5707963267948966 rad + pos: -23.5,-4.5 parent: 2 - - uid: 27286 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33548 components: - type: Transform - pos: -29.5,4.5 + rot: -1.5707963267948966 rad + pos: -24.5,-4.5 parent: 2 - - uid: 27287 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33549 components: - type: Transform - pos: -50.5,-0.5 + rot: -1.5707963267948966 rad + pos: -25.5,-4.5 parent: 2 - - uid: 27288 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33550 components: - type: Transform - pos: -50.5,0.5 + rot: -1.5707963267948966 rad + pos: -26.5,-4.5 parent: 2 - - uid: 27289 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33551 components: - type: Transform - pos: -50.5,1.5 + rot: -1.5707963267948966 rad + pos: -27.5,-4.5 parent: 2 - - uid: 27302 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33552 components: - type: Transform - pos: -47.5,-27.5 + rot: -1.5707963267948966 rad + pos: -28.5,-5.5 parent: 2 - - uid: 27341 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33553 components: - type: Transform - pos: -38.5,-34.5 + rot: -1.5707963267948966 rad + pos: -27.5,-5.5 parent: 2 - - uid: 27342 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33554 components: - type: Transform - pos: -39.5,-34.5 + rot: -1.5707963267948966 rad + pos: -26.5,-5.5 parent: 2 - - uid: 27343 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33555 components: - type: Transform - pos: -40.5,-34.5 + rot: -1.5707963267948966 rad + pos: -25.5,-5.5 parent: 2 - - uid: 27344 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33556 components: - type: Transform - pos: -41.5,-40.5 + rot: -1.5707963267948966 rad + pos: -24.5,-5.5 parent: 2 - - uid: 27345 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33557 components: - type: Transform - pos: -41.5,-37.5 + rot: -1.5707963267948966 rad + pos: -23.5,-5.5 parent: 2 - - uid: 27346 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33558 components: - type: Transform - pos: -39.5,-43.5 + rot: -1.5707963267948966 rad + pos: -22.5,-5.5 parent: 2 - - uid: 27347 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33559 components: - type: Transform - pos: -37.5,-43.5 + rot: -1.5707963267948966 rad + pos: -21.5,-5.5 parent: 2 - - uid: 27348 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33560 components: - type: Transform - pos: -41.5,-45.5 + rot: -1.5707963267948966 rad + pos: -20.5,-5.5 parent: 2 - - uid: 27349 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33561 components: - type: Transform - pos: -38.5,-49.5 + rot: -1.5707963267948966 rad + pos: -19.5,-5.5 parent: 2 - - uid: 27350 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33562 components: - type: Transform - pos: -35.5,-46.5 + rot: -1.5707963267948966 rad + pos: -18.5,-5.5 parent: 2 - - uid: 27351 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33563 components: - type: Transform - pos: -34.5,-42.5 + rot: -1.5707963267948966 rad + pos: -17.5,-5.5 parent: 2 - - uid: 27352 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33564 components: - type: Transform - pos: -44.5,-47.5 + rot: -1.5707963267948966 rad + pos: -16.5,-5.5 parent: 2 - - uid: 27353 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33565 components: - type: Transform - pos: -45.5,-47.5 + rot: -1.5707963267948966 rad + pos: -15.5,-5.5 parent: 2 - - uid: 27355 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33566 components: - type: Transform - pos: -56.5,-31.5 + rot: -1.5707963267948966 rad + pos: -14.5,-5.5 parent: 2 - - uid: 27356 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33567 components: - type: Transform - pos: -56.5,-32.5 + rot: -1.5707963267948966 rad + pos: -13.5,-5.5 parent: 2 - - uid: 27358 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33568 components: - type: Transform - pos: -27.5,-43.5 + rot: -1.5707963267948966 rad + pos: -12.5,-5.5 parent: 2 - - uid: 27359 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33569 components: - type: Transform - pos: -28.5,-43.5 + rot: -1.5707963267948966 rad + pos: -11.5,-5.5 parent: 2 - - uid: 27360 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33570 components: - type: Transform - pos: -29.5,-43.5 + rot: -1.5707963267948966 rad + pos: -10.5,-5.5 parent: 2 - - uid: 27361 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33571 components: - type: Transform - pos: -26.5,-41.5 + rot: -1.5707963267948966 rad + pos: -9.5,-5.5 parent: 2 - - uid: 27362 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33572 components: - type: Transform - pos: -27.5,-38.5 + rot: -1.5707963267948966 rad + pos: -8.5,-5.5 parent: 2 - - uid: 27363 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33573 components: - type: Transform - pos: -31.5,-34.5 + rot: -1.5707963267948966 rad + pos: -7.5,-5.5 parent: 2 - - uid: 27364 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33574 components: - type: Transform - pos: -32.5,-34.5 + rot: -1.5707963267948966 rad + pos: -6.5,-5.5 parent: 2 - - uid: 27365 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33575 components: - type: Transform - pos: -35.5,-34.5 + rot: -1.5707963267948966 rad + pos: -5.5,-5.5 parent: 2 - - uid: 27366 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33576 components: - type: Transform - pos: -28.5,-27.5 + rot: -1.5707963267948966 rad + pos: -4.5,-5.5 parent: 2 - - uid: 27367 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33577 components: - type: Transform - pos: -25.5,-30.5 + rot: -1.5707963267948966 rad + pos: -3.5,-5.5 parent: 2 - - uid: 27368 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33578 components: - type: Transform - pos: -23.5,-35.5 + rot: -1.5707963267948966 rad + pos: -2.5,-5.5 parent: 2 - - uid: 27369 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33579 components: - type: Transform - pos: -24.5,-43.5 + rot: -1.5707963267948966 rad + pos: -1.5,-5.5 parent: 2 - - uid: 27370 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33580 components: - type: Transform - pos: -23.5,-43.5 + rot: -1.5707963267948966 rad + pos: -0.5,-5.5 parent: 2 - - uid: 27371 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33581 components: - type: Transform - pos: -22.5,-43.5 + rot: -1.5707963267948966 rad + pos: 0.5,-5.5 parent: 2 - - uid: 27372 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33582 components: - type: Transform - pos: -15.5,-37.5 + rot: -1.5707963267948966 rad + pos: 1.5,-5.5 parent: 2 - - uid: 27373 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33583 components: - type: Transform - pos: -14.5,-34.5 + rot: -1.5707963267948966 rad + pos: 2.5,-5.5 parent: 2 - - uid: 27374 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33584 components: - type: Transform - pos: -21.5,-32.5 + rot: -1.5707963267948966 rad + pos: 3.5,-5.5 parent: 2 - - uid: 27375 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33586 components: - type: Transform - pos: -19.5,-27.5 + rot: -1.5707963267948966 rad + pos: 5.5,-5.5 parent: 2 - - uid: 27376 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33587 components: - type: Transform - pos: -17.5,-24.5 + rot: -1.5707963267948966 rad + pos: 6.5,-5.5 parent: 2 - - uid: 27377 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33588 components: - type: Transform - pos: -22.5,-23.5 + rot: -1.5707963267948966 rad + pos: 7.5,-5.5 parent: 2 - - uid: 27378 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33589 components: - type: Transform - pos: -17.5,-19.5 + rot: -1.5707963267948966 rad + pos: 8.5,-5.5 parent: 2 - - uid: 27380 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33590 components: - type: Transform - pos: -15.5,-26.5 + rot: -1.5707963267948966 rad + pos: 9.5,-5.5 parent: 2 - - uid: 27381 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33591 components: - type: Transform - pos: -20.5,-14.5 + rot: -1.5707963267948966 rad + pos: 10.5,-5.5 parent: 2 - - uid: 27382 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33592 components: - type: Transform - pos: -22.5,-16.5 + rot: -1.5707963267948966 rad + pos: 11.5,-5.5 parent: 2 - - uid: 27383 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33593 components: - type: Transform - pos: -34.5,-25.5 + rot: -1.5707963267948966 rad + pos: 12.5,-5.5 parent: 2 - - uid: 27385 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33594 components: - type: Transform - pos: -28.5,-13.5 + rot: -1.5707963267948966 rad + pos: 13.5,-5.5 parent: 2 - - uid: 27388 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33595 components: - type: Transform - pos: -34.5,-11.5 + rot: -1.5707963267948966 rad + pos: 14.5,-5.5 parent: 2 - - uid: 27389 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33596 components: - type: Transform - pos: -37.5,-21.5 + rot: -1.5707963267948966 rad + pos: 15.5,-5.5 parent: 2 - - uid: 27390 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33597 components: - type: Transform - pos: -42.5,-8.5 + rot: -1.5707963267948966 rad + pos: 16.5,-5.5 parent: 2 - - uid: 27393 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33598 components: - type: Transform - pos: -41.5,-27.5 + rot: -1.5707963267948966 rad + pos: 17.5,-5.5 parent: 2 - - uid: 27395 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33599 components: - type: Transform - pos: -24.5,-54.5 + rot: -1.5707963267948966 rad + pos: 18.5,-5.5 parent: 2 - - uid: 27396 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33600 components: - type: Transform - pos: -7.5,-56.5 + rot: -1.5707963267948966 rad + pos: 19.5,-5.5 parent: 2 - - uid: 27397 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33601 components: - type: Transform - pos: -8.5,-60.5 + rot: -1.5707963267948966 rad + pos: 20.5,-5.5 parent: 2 - - uid: 27398 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33602 components: - type: Transform - pos: -11.5,-59.5 + rot: -1.5707963267948966 rad + pos: 21.5,-5.5 parent: 2 - - uid: 27399 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33603 components: - type: Transform - pos: -2.5,-58.5 + rot: -1.5707963267948966 rad + pos: 22.5,-5.5 parent: 2 - - uid: 27400 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33604 components: - type: Transform - pos: 3.5,-58.5 + rot: -1.5707963267948966 rad + pos: 23.5,-5.5 parent: 2 - - uid: 27401 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33605 components: - type: Transform - pos: 9.5,-60.5 + rot: -1.5707963267948966 rad + pos: 24.5,-5.5 parent: 2 - - uid: 27402 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33690 components: - type: Transform - pos: 8.5,-56.5 + rot: 3.141592653589793 rad + pos: 32.5,-20.5 parent: 2 - - uid: 27403 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33691 components: - type: Transform - pos: 12.5,-59.5 + rot: 3.141592653589793 rad + pos: 32.5,-19.5 parent: 2 - - uid: 27404 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33692 components: - type: Transform - pos: 8.5,-69.5 + rot: 3.141592653589793 rad + pos: 32.5,-18.5 parent: 2 - - uid: 27405 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33693 components: - type: Transform - pos: 9.5,-69.5 + rot: 3.141592653589793 rad + pos: 32.5,-17.5 parent: 2 - - uid: 27406 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33694 components: - type: Transform - pos: 10.5,-69.5 + rot: 3.141592653589793 rad + pos: 34.5,-20.5 parent: 2 - - uid: 27407 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33695 components: - type: Transform - pos: -7.5,-69.5 + rot: 3.141592653589793 rad + pos: 34.5,-19.5 parent: 2 - - uid: 27408 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33696 components: - type: Transform - pos: -8.5,-69.5 + rot: 3.141592653589793 rad + pos: 34.5,-18.5 parent: 2 - - uid: 27409 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33697 components: - type: Transform - pos: -9.5,-69.5 + rot: 3.141592653589793 rad + pos: 34.5,-17.5 parent: 2 - - uid: 27410 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 34215 components: - type: Transform - pos: -1.5,-56.5 + pos: -29.5,-4.5 parent: 2 - - uid: 27411 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 34740 components: - type: Transform - pos: -0.5,-56.5 + rot: 1.5707963267948966 rad + pos: -22.5,22.5 parent: 2 - - uid: 27412 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 34746 components: - type: Transform - pos: 1.5,-56.5 + rot: 1.5707963267948966 rad + pos: -17.5,20.5 parent: 2 - - uid: 27413 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35111 components: - type: Transform - pos: 2.5,-56.5 + rot: -1.5707963267948966 rad + pos: 60.5,49.5 parent: 2 - - uid: 27414 + - uid: 35112 components: - type: Transform - pos: 2.5,-60.5 + rot: -1.5707963267948966 rad + pos: 60.5,50.5 parent: 2 - - uid: 27415 + - uid: 35113 components: - type: Transform - pos: 1.5,-60.5 + rot: -1.5707963267948966 rad + pos: 58.5,50.5 parent: 2 - - uid: 27416 + - uid: 35114 components: - type: Transform - pos: -0.5,-60.5 + rot: -1.5707963267948966 rad + pos: 58.5,49.5 parent: 2 - - uid: 27417 + - uid: 35115 components: - type: Transform - pos: -1.5,-60.5 + rot: -1.5707963267948966 rad + pos: 57.5,49.5 parent: 2 - - uid: 27418 + - uid: 35116 components: - type: Transform - pos: 16.5,-42.5 + rot: -1.5707963267948966 rad + pos: 56.5,49.5 parent: 2 - - uid: 27419 + - uid: 35117 components: - type: Transform - pos: 18.5,-43.5 + rot: 3.141592653589793 rad + pos: 55.5,50.5 parent: 2 - - uid: 27420 + - uid: 35118 components: - type: Transform - pos: 20.5,-52.5 + rot: 3.141592653589793 rad + pos: 55.5,51.5 parent: 2 - - uid: 27421 + - uid: 35119 components: - type: Transform - pos: 19.5,-52.5 + rot: 3.141592653589793 rad + pos: 57.5,51.5 parent: 2 - - uid: 27422 + - uid: 35214 components: - type: Transform - pos: 18.5,-52.5 + rot: 3.141592653589793 rad + pos: 52.5,29.5 parent: 2 - - uid: 27425 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35215 components: - type: Transform - pos: 41.5,-50.5 + rot: 3.141592653589793 rad + pos: 52.5,30.5 parent: 2 - - uid: 27426 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35216 components: - type: Transform - pos: 41.5,-49.5 + rot: 3.141592653589793 rad + pos: 52.5,31.5 parent: 2 - - uid: 27427 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35217 components: - type: Transform - pos: 41.5,-48.5 + rot: 3.141592653589793 rad + pos: 52.5,32.5 parent: 2 - - uid: 27428 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35218 components: - type: Transform - pos: 42.5,-51.5 + rot: 3.141592653589793 rad + pos: 52.5,33.5 parent: 2 - - uid: 27429 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35219 components: - type: Transform - pos: 46.5,-46.5 + rot: 3.141592653589793 rad + pos: 52.5,34.5 parent: 2 - - uid: 27430 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35220 components: - type: Transform - pos: 42.5,-44.5 + rot: 3.141592653589793 rad + pos: 54.5,31.5 parent: 2 - - uid: 27431 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35221 components: - type: Transform - pos: 39.5,-38.5 + rot: 3.141592653589793 rad + pos: 54.5,32.5 parent: 2 - - uid: 27432 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35222 components: - type: Transform - pos: 44.5,-36.5 + rot: 3.141592653589793 rad + pos: 59.5,31.5 parent: 2 - - uid: 27433 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35223 components: - type: Transform - pos: 31.5,-41.5 + rot: 3.141592653589793 rad + pos: 59.5,32.5 parent: 2 - - uid: 27434 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35224 components: - type: Transform - pos: 30.5,-41.5 + rot: 3.141592653589793 rad + pos: 57.5,29.5 parent: 2 - - uid: 27435 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35225 components: - type: Transform - pos: 29.5,-41.5 + rot: 3.141592653589793 rad + pos: 57.5,30.5 parent: 2 - - uid: 27436 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35226 components: - type: Transform - pos: 28.5,-33.5 + rot: 3.141592653589793 rad + pos: 57.5,31.5 parent: 2 - - uid: 27437 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35227 components: - type: Transform - pos: 27.5,-33.5 + rot: 3.141592653589793 rad + pos: 57.5,32.5 parent: 2 - - uid: 27438 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35228 components: - type: Transform - pos: 25.5,-38.5 + rot: 3.141592653589793 rad + pos: 57.5,33.5 parent: 2 - - uid: 27439 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35229 components: - type: Transform - pos: 25.5,-30.5 + rot: 3.141592653589793 rad + pos: 57.5,34.5 parent: 2 - - uid: 27440 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35234 components: - type: Transform - pos: 25.5,-32.5 + rot: 1.5707963267948966 rad + pos: 55.5,35.5 parent: 2 - - uid: 27441 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35235 components: - type: Transform - pos: 21.5,-29.5 + rot: 1.5707963267948966 rad + pos: 56.5,35.5 parent: 2 - - uid: 27442 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35236 components: - type: Transform - pos: 20.5,-29.5 + rot: 1.5707963267948966 rad + pos: 55.5,33.5 parent: 2 - - uid: 27446 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35237 components: - type: Transform - pos: 25.5,-31.5 + rot: 1.5707963267948966 rad + pos: 57.5,33.5 parent: 2 - - uid: 27448 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35238 components: - type: Transform - pos: 17.5,-26.5 + rot: 1.5707963267948966 rad + pos: 58.5,33.5 parent: 2 - - uid: 27449 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35239 components: - type: Transform - pos: 25.5,-26.5 + rot: 1.5707963267948966 rad + pos: 60.5,33.5 parent: 2 - - uid: 27450 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35240 components: - type: Transform - pos: 25.5,-27.5 + rot: 1.5707963267948966 rad + pos: 61.5,33.5 parent: 2 - - uid: 27452 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35242 components: - type: Transform - pos: 17.5,-19.5 + rot: 1.5707963267948966 rad + pos: 63.5,33.5 parent: 2 - - uid: 27453 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35243 components: - type: Transform - pos: 25.5,-18.5 + rot: 1.5707963267948966 rad + pos: 64.5,33.5 parent: 2 - - uid: 27454 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35244 components: - type: Transform - pos: 26.5,-13.5 + rot: 1.5707963267948966 rad + pos: 65.5,33.5 parent: 2 - - uid: 27460 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35245 components: - type: Transform - pos: 31.5,1.5 + rot: 1.5707963267948966 rad + pos: 66.5,33.5 parent: 2 - - uid: 27461 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35246 components: - type: Transform - pos: 30.5,1.5 + rot: 1.5707963267948966 rad + pos: 67.5,33.5 parent: 2 - - uid: 27462 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35247 components: - type: Transform - pos: 31.5,7.5 + rot: 1.5707963267948966 rad + pos: 58.5,35.5 parent: 2 - - uid: 27463 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35248 components: - type: Transform - pos: 30.5,7.5 + rot: 1.5707963267948966 rad + pos: 59.5,35.5 parent: 2 - - uid: 27467 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35250 components: - type: Transform - pos: 42.5,-17.5 + rot: 1.5707963267948966 rad + pos: 61.5,35.5 parent: 2 - - uid: 27470 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35251 components: - type: Transform - pos: 39.5,-25.5 + rot: 1.5707963267948966 rad + pos: 62.5,35.5 parent: 2 - - uid: 27471 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35252 components: - type: Transform - pos: 39.5,-28.5 + rot: 1.5707963267948966 rad + pos: 63.5,35.5 parent: 2 - - uid: 27472 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35253 components: - type: Transform - pos: 43.5,-27.5 + rot: 1.5707963267948966 rad + pos: 64.5,35.5 parent: 2 - - uid: 27475 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35254 components: - type: Transform - pos: 36.5,-33.5 + rot: 1.5707963267948966 rad + pos: 65.5,35.5 parent: 2 - - uid: 27476 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35293 components: - type: Transform - pos: 37.5,-33.5 + rot: 3.141592653589793 rad + pos: 60.5,42.5 parent: 2 - - uid: 27489 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35294 components: - type: Transform - pos: 49.5,-26.5 + rot: 3.141592653589793 rad + pos: 62.5,34.5 parent: 2 - - uid: 27492 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35295 components: - type: Transform - pos: 46.5,-30.5 + rot: 3.141592653589793 rad + pos: 62.5,35.5 parent: 2 - - uid: 27493 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35296 components: - type: Transform - pos: 45.5,-30.5 + rot: 3.141592653589793 rad + pos: 62.5,36.5 parent: 2 - - uid: 27494 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35297 components: - type: Transform - pos: 44.5,-30.5 + rot: 3.141592653589793 rad + pos: 62.5,37.5 parent: 2 - - uid: 27503 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35298 components: - type: Transform - pos: -9.5,-63.5 + rot: 3.141592653589793 rad + pos: 62.5,38.5 parent: 2 - - uid: 27504 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35299 components: - type: Transform - pos: 10.5,-63.5 + rot: 3.141592653589793 rad + pos: 62.5,39.5 parent: 2 - - uid: 27506 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35300 components: - type: Transform - pos: -43.5,-47.5 + rot: 3.141592653589793 rad + pos: 62.5,40.5 parent: 2 - - uid: 27512 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35301 components: - type: Transform - pos: -57.5,23.5 + rot: 3.141592653589793 rad + pos: 62.5,41.5 parent: 2 - - uid: 27513 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35302 components: - type: Transform - pos: -57.5,19.5 + rot: 3.141592653589793 rad + pos: 62.5,42.5 parent: 2 - - uid: 27514 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35577 components: - type: Transform - pos: -59.5,26.5 + rot: -1.5707963267948966 rad + pos: -73.5,57.5 parent: 2 - - uid: 27523 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35689 components: - type: Transform - pos: -57.5,32.5 + pos: -82.5,72.5 parent: 2 - - uid: 27525 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35703 components: - type: Transform - pos: -51.5,38.5 + rot: -1.5707963267948966 rad + pos: -72.5,82.5 parent: 2 - - uid: 27526 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35705 components: - type: Transform - pos: -54.5,35.5 + rot: -1.5707963267948966 rad + pos: -64.5,76.5 parent: 2 - - uid: 27580 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35706 components: - type: Transform - pos: 1.5,51.5 + rot: -1.5707963267948966 rad + pos: -63.5,76.5 parent: 2 - - uid: 27581 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35711 components: - type: Transform - pos: 0.5,51.5 + rot: 1.5707963267948966 rad + pos: -62.5,76.5 parent: 2 - - uid: 27582 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35712 components: - type: Transform - pos: -0.5,51.5 + rot: 1.5707963267948966 rad + pos: -65.5,76.5 parent: 2 - - uid: 31237 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35713 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,-9.5 + pos: -67.5,77.5 parent: 2 - - uid: 31590 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35714 components: - type: Transform - pos: 51.5,-10.5 + pos: -67.5,78.5 parent: 2 - - uid: 31591 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35715 components: - type: Transform - pos: 52.5,-10.5 + pos: -67.5,79.5 parent: 2 - - uid: 31592 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35716 components: - type: Transform - pos: 53.5,-10.5 + pos: -67.5,80.5 parent: 2 - - uid: 31611 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35717 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,31.5 + pos: -67.5,81.5 parent: 2 - - uid: 31612 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35718 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,32.5 + rot: -1.5707963267948966 rad + pos: -68.5,82.5 parent: 2 - - uid: 31613 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35719 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,28.5 + rot: -1.5707963267948966 rad + pos: -69.5,82.5 parent: 2 - - uid: 31614 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35720 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,32.5 + rot: -1.5707963267948966 rad + pos: -70.5,82.5 parent: 2 - - uid: 31619 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35722 components: - type: Transform - pos: -24.5,34.5 + rot: -1.5707963267948966 rad + pos: -75.5,81.5 parent: 2 - - uid: 31623 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35723 components: - type: Transform rot: -1.5707963267948966 rad - pos: 35.5,-1.5 + pos: -73.5,82.5 parent: 2 - - uid: 31646 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35724 components: - type: Transform - pos: -14.5,-51.5 + rot: -1.5707963267948966 rad + pos: -74.5,82.5 parent: 2 - - uid: 31647 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35725 components: - type: Transform - pos: -14.5,-50.5 + rot: -1.5707963267948966 rad + pos: -75.5,82.5 parent: 2 - - uid: 31648 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35726 components: - type: Transform - pos: -14.5,-49.5 + rot: -1.5707963267948966 rad + pos: -76.5,82.5 parent: 2 - - uid: 31649 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35727 components: - type: Transform - pos: 17.5,-51.5 + rot: -1.5707963267948966 rad + pos: -77.5,82.5 parent: 2 - - uid: 31650 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35728 components: - type: Transform - pos: 17.5,-50.5 + rot: -1.5707963267948966 rad + pos: -78.5,82.5 parent: 2 - - uid: 31651 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35729 components: - type: Transform - pos: 17.5,-49.5 + rot: -1.5707963267948966 rad + pos: -79.5,82.5 parent: 2 - - uid: 31658 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35730 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-47.5 + rot: -1.5707963267948966 rad + pos: -80.5,82.5 parent: 2 - - uid: 31659 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35733 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-49.5 + pos: -81.5,83.5 parent: 2 - - uid: 31660 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35734 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-49.5 + pos: -81.5,81.5 parent: 2 - - uid: 31664 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35735 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-49.5 + pos: -81.5,79.5 parent: 2 - - uid: 31665 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35736 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-49.5 + pos: -81.5,80.5 parent: 2 - - uid: 31666 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35737 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-49.5 + pos: -82.5,76.5 parent: 2 - - uid: 31670 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35738 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-48.5 + pos: -82.5,75.5 parent: 2 - - uid: 31671 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35739 components: - type: Transform - pos: -0.5,-35.5 + pos: -82.5,74.5 parent: 2 - - uid: 31677 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35740 components: - type: Transform - pos: 1.5,-35.5 + pos: -82.5,71.5 parent: 2 - - uid: 31679 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35741 components: - type: Transform - pos: -0.5,-33.5 + pos: -82.5,70.5 parent: 2 - - uid: 31680 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35742 components: - type: Transform - pos: 1.5,-33.5 + pos: -82.5,69.5 parent: 2 - - uid: 31681 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35743 components: - type: Transform - pos: -1.5,-43.5 + pos: -82.5,68.5 parent: 2 - - uid: 31682 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35744 components: - type: Transform - pos: -3.5,-40.5 + pos: -82.5,67.5 parent: 2 - - uid: 31684 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35745 components: - type: Transform - pos: -5.5,-32.5 + pos: -82.5,66.5 parent: 2 - - uid: 31686 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35746 components: - type: Transform - pos: 6.5,-32.5 + pos: -82.5,65.5 parent: 2 - - uid: 31687 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35747 components: - type: Transform - pos: 10.5,-35.5 + pos: -82.5,64.5 parent: 2 - - uid: 31713 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35748 components: - type: Transform - pos: 5.5,68.5 + pos: -82.5,63.5 parent: 2 - - uid: 31825 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35752 components: - type: Transform - pos: 20.5,-45.5 + rot: -1.5707963267948966 rad + pos: -78.5,58.5 parent: 2 - - uid: 31832 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35753 components: - type: Transform - pos: 51.5,11.5 + rot: -1.5707963267948966 rad + pos: -79.5,58.5 parent: 2 - - uid: 31833 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35754 components: - type: Transform - pos: 52.5,11.5 + rot: -1.5707963267948966 rad + pos: -80.5,58.5 parent: 2 - - uid: 31834 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35755 components: - type: Transform - pos: 53.5,11.5 + rot: -1.5707963267948966 rad + pos: -81.5,58.5 parent: 2 - - uid: 31868 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35756 components: - type: Transform rot: 3.141592653589793 rad - pos: 54.5,15.5 + pos: -82.5,59.5 parent: 2 - - uid: 31869 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35757 components: - type: Transform rot: 3.141592653589793 rad - pos: 54.5,16.5 + pos: -82.5,60.5 parent: 2 - - uid: 31870 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35758 components: - type: Transform rot: 3.141592653589793 rad - pos: 54.5,17.5 + pos: -82.5,61.5 parent: 2 - - uid: 31920 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35765 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,50.5 + rot: 3.141592653589793 rad + pos: -81.5,78.5 parent: 2 - - uid: 31921 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35768 components: - type: Transform rot: 1.5707963267948966 rad - pos: 39.5,50.5 + pos: -66.5,76.5 parent: 2 - - uid: 32018 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35770 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,42.5 + rot: -1.5707963267948966 rad + pos: -74.5,81.5 parent: 2 - - uid: 32028 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35771 components: - type: Transform - pos: -19.5,48.5 + rot: -1.5707963267948966 rad + pos: -73.5,81.5 parent: 2 - - uid: 32029 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35772 components: - type: Transform - pos: -19.5,49.5 + rot: -1.5707963267948966 rad + pos: -72.5,81.5 parent: 2 - - uid: 32030 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35773 components: - type: Transform - pos: -19.5,50.5 + rot: -1.5707963267948966 rad + pos: -71.5,81.5 parent: 2 - - uid: 32031 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35774 components: - type: Transform - pos: -5.5,52.5 + rot: -1.5707963267948966 rad + pos: -70.5,81.5 parent: 2 - - uid: 32032 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35775 components: - type: Transform - pos: -5.5,53.5 + rot: -1.5707963267948966 rad + pos: -69.5,81.5 parent: 2 - - uid: 32033 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35776 components: - type: Transform - pos: -5.5,54.5 + rot: 3.141592653589793 rad + pos: -68.5,80.5 parent: 2 - - uid: 32034 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35777 components: - type: Transform - pos: 6.5,52.5 + rot: 3.141592653589793 rad + pos: -68.5,79.5 parent: 2 - - uid: 32035 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35778 components: - type: Transform - pos: 6.5,53.5 + rot: 3.141592653589793 rad + pos: -68.5,78.5 parent: 2 - - uid: 32036 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35779 components: - type: Transform - pos: 6.5,54.5 + rot: 3.141592653589793 rad + pos: -68.5,77.5 parent: 2 - - uid: 32040 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35780 components: - type: Transform - pos: -23.5,41.5 + rot: 3.141592653589793 rad + pos: -68.5,76.5 parent: 2 - - uid: 32041 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35781 components: - type: Transform - pos: -22.5,41.5 + rot: 1.5707963267948966 rad + pos: -67.5,75.5 parent: 2 - - uid: 32042 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35782 components: - type: Transform - pos: -21.5,41.5 + rot: 1.5707963267948966 rad + pos: -66.5,75.5 parent: 2 - - uid: 32043 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35783 components: - type: Transform - pos: -20.5,42.5 + rot: 1.5707963267948966 rad + pos: -65.5,75.5 parent: 2 - - uid: 32044 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35784 components: - type: Transform - pos: -20.5,43.5 + rot: 1.5707963267948966 rad + pos: -64.5,75.5 parent: 2 - - uid: 32045 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35785 components: - type: Transform - pos: -20.5,44.5 + rot: 1.5707963267948966 rad + pos: -77.5,81.5 parent: 2 - - uid: 32086 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35786 components: - type: Transform rot: 1.5707963267948966 rad - pos: -1.5,48.5 + pos: -78.5,81.5 parent: 2 - - uid: 32112 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35787 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,64.5 + rot: 1.5707963267948966 rad + pos: -79.5,81.5 parent: 2 - - uid: 32138 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35788 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,9.5 + pos: -80.5,80.5 parent: 2 - - uid: 32183 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35789 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,43.5 + pos: -80.5,79.5 parent: 2 - - uid: 32198 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35792 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,13.5 + rot: -1.5707963267948966 rad + pos: -81.5,78.5 parent: 2 - - uid: 32199 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35793 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -62.5,11.5 + rot: -1.5707963267948966 rad + pos: -82.5,78.5 parent: 2 - - uid: 32200 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35794 components: - type: Transform rot: -1.5707963267948966 rad - pos: -55.5,21.5 + pos: -86.5,78.5 parent: 2 - - uid: 32212 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35795 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,-4.5 + rot: -1.5707963267948966 rad + pos: -85.5,78.5 parent: 2 - - uid: 32213 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35796 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,-4.5 + rot: -1.5707963267948966 rad + pos: -84.5,78.5 parent: 2 - - uid: 32214 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35799 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,-4.5 + pos: -83.5,77.5 parent: 2 - - uid: 32215 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35800 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,3.5 + pos: -83.5,76.5 parent: 2 - - uid: 32216 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35801 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,3.5 + pos: -83.5,75.5 parent: 2 - - uid: 32218 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35802 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,3.5 + pos: -83.5,74.5 parent: 2 - - uid: 32233 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35803 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,4.5 + pos: -83.5,73.5 parent: 2 - - uid: 32241 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35804 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-1.5 + pos: -83.5,71.5 parent: 2 - - uid: 32242 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35805 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,4.5 + pos: -83.5,70.5 parent: 2 - - uid: 32321 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35806 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,-35.5 + pos: -83.5,69.5 parent: 2 - - uid: 32322 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35807 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-35.5 + pos: -83.5,68.5 parent: 2 - - uid: 32323 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35808 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,-35.5 + pos: -83.5,67.5 parent: 2 - - uid: 32333 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35811 components: - type: Transform rot: 3.141592653589793 rad - pos: -53.5,-29.5 + pos: -83.5,65.5 parent: 2 - - uid: 32341 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35812 components: - type: Transform rot: 3.141592653589793 rad - pos: -48.5,-35.5 + pos: -83.5,64.5 parent: 2 - - uid: 32404 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35813 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-51.5 + rot: 3.141592653589793 rad + pos: -83.5,63.5 parent: 2 - - uid: 32405 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35814 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-51.5 + rot: 3.141592653589793 rad + pos: -83.5,62.5 parent: 2 - - uid: 32594 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35815 components: - type: Transform rot: 3.141592653589793 rad - pos: -30.5,-15.5 + pos: -83.5,61.5 parent: 2 - - uid: 32595 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35816 components: - type: Transform rot: 3.141592653589793 rad - pos: -28.5,-19.5 + pos: -83.5,60.5 parent: 2 - - uid: 33220 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35818 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,-4.5 + rot: 1.5707963267948966 rad + pos: -82.5,59.5 parent: 2 - - uid: 33235 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35819 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-4.5 + rot: 1.5707963267948966 rad + pos: -81.5,59.5 parent: 2 - - uid: 33240 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35820 components: - type: Transform rot: 1.5707963267948966 rad - pos: 49.5,-7.5 + pos: -80.5,59.5 parent: 2 - - uid: 33241 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35838 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,-6.5 + rot: -1.5707963267948966 rad + pos: -84.5,66.5 parent: 2 - - uid: 33294 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35839 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,-5.5 + rot: -1.5707963267948966 rad + pos: -85.5,66.5 parent: 2 - - uid: 33295 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35840 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,-4.5 + rot: -1.5707963267948966 rad + pos: -86.5,66.5 parent: 2 - - uid: 33296 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35841 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-5.5 + rot: -1.5707963267948966 rad + pos: -87.5,66.5 parent: 2 - - uid: 33297 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 36068 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-4.5 + pos: -79.5,64.5 parent: 2 - - uid: 33656 + - type: AtmosPipeColor + color: '#17E8E2FF' + - uid: 36069 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,5.5 + pos: -79.5,63.5 parent: 2 - - uid: 33674 + - type: AtmosPipeColor + color: '#17E8E2FF' + - uid: 36070 components: - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,-14.5 + pos: -78.5,64.5 parent: 2 - - uid: 33681 + - type: AtmosPipeColor + color: '#17E8E2FF' + - uid: 36071 components: - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,-3.5 + pos: -78.5,63.5 parent: 2 - - uid: 33683 + - type: AtmosPipeColor + color: '#17E8E2FF' + - uid: 42856 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-8.5 + rot: 1.5707963267948966 rad + pos: -20.5,22.5 parent: 2 - - uid: 33685 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 42857 components: - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,0.5 + rot: 1.5707963267948966 rad + pos: -19.5,22.5 parent: 2 - - uid: 33703 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 42858 components: - type: Transform rot: 1.5707963267948966 rad - pos: -20.5,-3.5 + pos: -18.5,22.5 parent: 2 - - uid: 33704 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 42859 components: - type: Transform rot: 1.5707963267948966 rad - pos: -20.5,-6.5 + pos: -17.5,22.5 parent: 2 - - uid: 33798 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 42860 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-17.5 + rot: 1.5707963267948966 rad + pos: -16.5,22.5 parent: 2 - - uid: 33799 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 42861 components: - type: Transform - rot: 3.141592653589793 rad - pos: 48.5,-16.5 + rot: 1.5707963267948966 rad + pos: -15.5,22.5 parent: 2 - - uid: 33800 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 42862 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,-17.5 + rot: 1.5707963267948966 rad + pos: -14.5,22.5 parent: 2 - - uid: 33821 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 42863 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-12.5 + rot: 1.5707963267948966 rad + pos: -13.5,22.5 parent: 2 - - uid: 33822 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 42864 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-15.5 + rot: 1.5707963267948966 rad + pos: -12.5,22.5 parent: 2 - - uid: 33848 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 42865 components: - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,-18.5 + rot: 1.5707963267948966 rad + pos: -11.5,22.5 parent: 2 - - uid: 33849 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 42866 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-13.5 + rot: 1.5707963267948966 rad + pos: -10.5,22.5 parent: 2 - - uid: 33850 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 42867 components: - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,-14.5 + rot: 1.5707963267948966 rad + pos: -9.5,22.5 parent: 2 - - uid: 33856 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 42868 components: - type: Transform - pos: 23.5,-10.5 + rot: 1.5707963267948966 rad + pos: -8.5,22.5 parent: 2 - - uid: 36574 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 42869 components: - type: Transform - pos: 3.5,1.5 - parent: 32914 -- proto: Fireplace - entities: - - uid: 1272 + rot: 1.5707963267948966 rad + pos: -7.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 42870 components: - type: Transform - pos: -65.5,3.5 + rot: 1.5707963267948966 rad + pos: -6.5,22.5 parent: 2 - - uid: 2330 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 42871 components: - type: Transform - pos: 4.5,42.5 + rot: 1.5707963267948966 rad + pos: -5.5,22.5 parent: 2 - - uid: 6150 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 42872 components: - type: Transform - pos: 5.5,-33.5 + rot: 1.5707963267948966 rad + pos: -4.5,22.5 parent: 2 - - uid: 7232 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 42873 components: - type: Transform - pos: -11.5,34.5 + rot: 1.5707963267948966 rad + pos: -3.5,22.5 parent: 2 - - uid: 9458 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 42874 components: - type: Transform - pos: -34.5,43.5 + rot: 1.5707963267948966 rad + pos: -2.5,22.5 parent: 2 - - uid: 33886 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 42875 components: - type: Transform - pos: -33.5,66.5 + rot: 1.5707963267948966 rad + pos: -1.5,22.5 parent: 2 -- proto: Flash - entities: - - uid: 6964 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 42876 components: - type: Transform - pos: 40.476826,-26.745022 + rot: 1.5707963267948966 rad + pos: -0.5,22.5 parent: 2 - - uid: 11174 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 42878 components: - type: Transform - pos: -10.495579,-57.406933 + rot: 1.5707963267948966 rad + pos: -10.5,20.5 parent: 2 -- proto: FlashlightLantern - entities: - - uid: 9591 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 42879 components: - type: Transform - pos: -33.593403,8.766578 + rot: 1.5707963267948966 rad + pos: -9.5,20.5 parent: 2 - - type: HandheldLight - toggleActionEntity: 1236 - - type: ContainerContainer - containers: - cell_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - actions: !type:Container - showEnts: False - occludes: True - ents: - - 1236 - - type: ActionsContainer - - uid: 9592 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 42880 components: - type: Transform - pos: -29.031624,9.683133 + rot: 1.5707963267948966 rad + pos: -8.5,20.5 parent: 2 - - type: HandheldLight - toggleActionEntity: 1237 - - type: ContainerContainer - containers: - cell_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - actions: !type:Container - showEnts: False - occludes: True - ents: - - 1237 - - type: ActionsContainer - - uid: 13446 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 42881 components: - type: Transform - pos: -40.565002,-47.531155 + rot: 1.5707963267948966 rad + pos: -7.5,20.5 parent: 2 - - uid: 13758 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 42882 components: - type: Transform - pos: -25.49348,-55.364323 + rot: 1.5707963267948966 rad + pos: -6.5,20.5 parent: 2 - - uid: 14834 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 42883 components: - type: Transform - pos: -0.73864746,2.7218761 - parent: 14592 - - uid: 15541 + rot: 1.5707963267948966 rad + pos: -5.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 42884 components: - type: Transform - pos: -1.5790405,16.246357 - parent: 14592 - - uid: 15756 + rot: 1.5707963267948966 rad + pos: -4.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 42885 components: - type: Transform - pos: -0.36364746,2.7218761 - parent: 14592 - - uid: 15757 + rot: 1.5707963267948966 rad + pos: -3.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 42886 components: - type: Transform - pos: -0.70739746,2.5031261 - parent: 14592 - - uid: 15767 + rot: 1.5707963267948966 rad + pos: -2.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 42887 components: - type: Transform - pos: -0.42614746,2.4562511 - parent: 14592 -- proto: FlashlightSeclite - entities: - - uid: 11362 + rot: 1.5707963267948966 rad + pos: -1.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 42892 components: - type: Transform - pos: 29.664177,47.62695 + rot: -1.5707963267948966 rad + pos: 0.5,22.5 parent: 2 - - uid: 13562 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 42893 components: - type: Transform - pos: 56.483494,5.7297125 + rot: 3.141592653589793 rad + pos: 1.5,21.5 parent: 2 -- proto: FloodlightBroken - entities: - - uid: 12951 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 42894 components: - type: Transform - pos: 37.050327,7.176613 + rot: 3.141592653589793 rad + pos: 1.5,20.5 parent: 2 - - uid: 12956 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 42914 components: - type: Transform rot: 1.5707963267948966 rad - pos: 46.112827,17.07574 + pos: 29.5,-21.5 parent: 2 - - uid: 12958 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 42916 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.271149,12.341367 + pos: 31.5,-22.5 parent: 2 - - uid: 12959 + - uid: 42969 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 20.05882,13.685117 + pos: -5.5,0.5 parent: 2 - - uid: 12960 + - uid: 42975 components: - type: Transform - pos: 19.93382,17.965178 + rot: 3.141592653589793 rad + pos: -5.5,-0.5 parent: 2 - - uid: 12961 + - uid: 42976 components: - type: Transform - pos: 12.903784,26.83336 + rot: 3.141592653589793 rad + pos: -5.5,-1.5 parent: 2 - - uid: 12962 + - uid: 42977 components: - type: Transform - pos: 18.935034,27.925573 + rot: 1.5707963267948966 rad + pos: -4.5,-2.5 parent: 2 - - uid: 12963 + - uid: 42978 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.700659,31.970604 + rot: 1.5707963267948966 rad + pos: -3.5,-2.5 parent: 2 - - uid: 42918 + - uid: 42980 components: - type: Transform - pos: 18.720375,35.025925 + rot: 1.5707963267948966 rad + pos: -1.5,-2.5 parent: 2 -- proto: FloorDrain - entities: - - uid: 5831 + - uid: 42981 components: - type: Transform rot: 1.5707963267948966 rad - pos: 20.5,-43.5 + pos: -0.5,-2.5 parent: 2 - - type: Fixtures - fixtures: {} - - uid: 7831 + - uid: 42982 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-33.5 + rot: 1.5707963267948966 rad + pos: 0.5,-2.5 parent: 2 - - type: Fixtures - fixtures: {} - - uid: 8229 + - uid: 42983 components: - type: Transform - pos: -8.5,68.5 + rot: 1.5707963267948966 rad + pos: 1.5,-2.5 parent: 2 - - type: Fixtures - fixtures: {} - - uid: 8765 + - uid: 42984 components: - type: Transform - pos: 56.5,12.5 + rot: 1.5707963267948966 rad + pos: 2.5,-2.5 parent: 2 - - type: Fixtures - fixtures: {} - - uid: 8766 + - uid: 42996 components: - type: Transform - pos: 59.5,12.5 + pos: -0.5,18.5 parent: 2 - - type: Fixtures - fixtures: {} - - uid: 8895 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 42997 components: - type: Transform - pos: 48.5,-10.5 + pos: -0.5,17.5 parent: 2 - - type: Fixtures - fixtures: {} - - uid: 13080 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 42998 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,-32.5 + pos: -0.5,16.5 parent: 2 - - type: Fixtures - fixtures: {} - - uid: 13122 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 42999 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-10.5 + pos: -0.5,15.5 parent: 2 - - type: Fixtures - fixtures: {} - - uid: 13130 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 43006 components: - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,-10.5 + pos: 1.5,15.5 parent: 2 - - type: Fixtures - fixtures: {} - - uid: 13185 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 43007 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,-37.5 + pos: 1.5,16.5 parent: 2 - - type: Fixtures - fixtures: {} - - uid: 18450 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 43008 components: - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,-21.5 + pos: 1.5,17.5 parent: 2 - - type: Fixtures - fixtures: {} - - uid: 31836 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 43009 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-39.5 + pos: 1.5,18.5 parent: 2 - - type: Fixtures - fixtures: {} -- proto: FloorTileItemDark + - type: AtmosPipeColor + color: '#FF0000FF' +- proto: GasPipeTJunction entities: - - uid: 10106 + - uid: 1282 components: - type: Transform - pos: -18.997126,-60.68203 + rot: 3.141592653589793 rad + pos: 33.5,-27.5 parent: 2 - - uid: 10107 + - uid: 1352 components: - type: Transform - pos: -24.528376,-62.064842 + pos: 36.5,-20.5 parent: 2 - - uid: 10109 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4863 components: - type: Transform - pos: -18.622126,-60.846092 + rot: 3.141592653589793 rad + pos: 31.5,-27.5 parent: 2 - - uid: 10110 + - uid: 4945 components: - type: Transform - pos: -18.551813,-60.377342 + rot: -1.5707963267948966 rad + pos: 54.5,-5.5 parent: 2 - - uid: 10111 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4946 components: - type: Transform - pos: -23.426813,-64.43203 + rot: -1.5707963267948966 rad + pos: 51.5,-7.5 parent: 2 - - uid: 10112 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5985 components: - type: Transform - pos: -23.403376,-63.846092 + pos: -12.5,43.5 parent: 2 - - uid: 10113 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 6932 components: - type: Transform - pos: -22.911188,-63.541405 + rot: -1.5707963267948966 rad + pos: 38.5,-21.5 parent: 2 - - uid: 10114 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6936 components: - type: Transform - pos: -24.176813,-61.760155 + rot: 1.5707963267948966 rad + pos: 38.5,-18.5 parent: 2 - - uid: 10115 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6942 components: - type: Transform - pos: -24.411188,-61.15078 + rot: 1.5707963267948966 rad + pos: 28.5,-25.5 parent: 2 - - uid: 24261 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 6943 components: - type: Transform - pos: -66.11877,84.782234 + rot: -1.5707963267948966 rad + pos: 36.5,-25.5 parent: 2 - - uid: 24715 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7538 components: - type: Transform - pos: -64.95992,83.95532 + pos: -51.5,42.5 parent: 2 -- proto: FloorTileItemGCircuit - entities: - - uid: 6719 + - type: AtmosPipeColor + color: '#17E8E2FF' + - uid: 7553 components: - type: Transform - pos: 63.566544,-23.30463 + rot: 3.141592653589793 rad + pos: -50.5,40.5 parent: 2 - - uid: 7457 + - type: AtmosPipeColor + color: '#17E8E2FF' + - uid: 7611 components: - type: Transform - pos: 63.23842,-23.21088 + rot: 1.5707963267948966 rad + pos: -46.5,44.5 parent: 2 - - uid: 11156 + - type: AtmosPipeColor + color: '#17E8E2FF' + - uid: 7612 components: - type: Transform - pos: 63.629044,-23.49213 + rot: 1.5707963267948966 rad + pos: -46.5,46.5 parent: 2 - - uid: 11253 + - type: AtmosPipeColor + color: '#17E8E2FF' + - uid: 7622 components: - type: Transform - pos: 63.26967,-23.64838 + pos: -45.5,46.5 parent: 2 - - uid: 12296 + - type: AtmosPipeColor + color: '#17E8E2FF' + - uid: 7721 components: - type: Transform - pos: 63.316544,-23.14838 + pos: -54.5,40.5 parent: 2 -- proto: FloorTileItemSteelMaint - entities: - - uid: 11027 + - uid: 7725 components: - type: Transform - rot: 3.141592653589793 rad - pos: 60.761684,-33.149063 + pos: -54.5,40.5 parent: 2 - - uid: 11454 + - uid: 7743 components: - type: Transform - pos: 52.53362,-31.645664 + rot: 3.141592653589793 rad + pos: -54.5,48.5 parent: 2 - - uid: 11455 + - uid: 8237 components: - type: Transform - pos: 57.15862,-29.770664 + rot: -1.5707963267948966 rad + pos: -6.5,67.5 parent: 2 - - uid: 11456 + - uid: 8412 components: - type: Transform - pos: 61.483143,-26.484718 + rot: 1.5707963267948966 rad + pos: 26.5,-21.5 parent: 2 - - uid: 11458 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9310 components: - type: Transform - pos: 67.811264,-13.245947 + rot: 1.5707963267948966 rad + pos: -65.5,25.5 parent: 2 - - uid: 11459 + - uid: 10464 components: - type: Transform - pos: 63.170643,-10.699072 + rot: 3.141592653589793 rad + pos: -30.5,-42.5 parent: 2 - - uid: 11461 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 10466 components: - type: Transform - pos: 56.24821,-38.38203 + rot: 1.5707963267948966 rad + pos: -35.5,-35.5 parent: 2 - - uid: 11462 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 11130 components: - type: Transform - pos: 52.06462,-43.67283 + rot: 1.5707963267948966 rad + pos: 52.5,35.5 parent: 2 - - uid: 12722 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 11689 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.467995,15.290931 + pos: -79.5,59.5 parent: 2 - - uid: 12723 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 11900 components: - type: Transform rot: 3.141592653589793 rad - pos: -53.32737,19.439785 + pos: 32.5,-27.5 parent: 2 -- proto: FloorTileItemWood - entities: - - uid: 13594 + - uid: 15786 components: - type: Transform - pos: -28.125494,-57.901176 - parent: 2 - - uid: 13750 + pos: 6.5,-3.5 + parent: 14592 + - uid: 15802 components: - type: Transform - pos: -26.250494,-54.63555 - parent: 2 - - uid: 13764 + pos: -5.5,-1.5 + parent: 14592 + - uid: 15804 components: - type: Transform - pos: -32.896027,-52.39573 - parent: 2 - - uid: 14576 + pos: -0.5,-1.5 + parent: 14592 + - uid: 17825 components: - type: Transform - pos: -38.667118,-3.4190705 + rot: 3.141592653589793 rad + pos: 41.5,47.5 parent: 2 -- proto: FloorTileItemWoodPattern - entities: - - uid: 11586 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 18342 components: - type: Transform rot: -1.5707963267948966 rad - pos: -15.022148,-62.30449 + pos: -76.5,61.5 parent: 2 -- proto: FloorWaterEntity - entities: - - uid: 1286 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 23993 components: - type: Transform - pos: 42.5,-1.5 + rot: 1.5707963267948966 rad + pos: -78.5,61.5 parent: 2 - - uid: 1357 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 24853 components: - type: Transform - pos: 42.5,-2.5 + rot: 3.141592653589793 rad + pos: 47.5,46.5 parent: 2 - - uid: 1455 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 27842 components: - type: Transform - pos: 41.5,-3.5 + rot: 1.5707963267948966 rad + pos: -28.5,47.5 parent: 2 - - uid: 1464 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27853 components: - type: Transform - pos: 40.5,-1.5 + rot: 3.141592653589793 rad + pos: -39.5,33.5 parent: 2 - - uid: 1557 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27866 components: - type: Transform - pos: 40.5,-3.5 + rot: 3.141592653589793 rad + pos: -16.5,53.5 parent: 2 - - uid: 1872 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27878 components: - type: Transform - pos: 40.5,-2.5 + rot: 3.141592653589793 rad + pos: -1.5,52.5 parent: 2 - - uid: 2689 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 27885 components: - type: Transform - pos: 42.5,-3.5 + rot: -1.5707963267948966 rad + pos: -33.5,41.5 parent: 2 - - uid: 5006 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27906 components: - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,-3.5 + rot: 1.5707963267948966 rad + pos: 50.5,15.5 parent: 2 - - uid: 9270 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 27911 components: - type: Transform - pos: 40.5,-0.5 + rot: 1.5707963267948966 rad + pos: 40.5,27.5 parent: 2 - - uid: 9340 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27914 components: - type: Transform - pos: 41.5,-0.5 + rot: 1.5707963267948966 rad + pos: 31.5,35.5 parent: 2 - - uid: 12412 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27941 components: - type: Transform - pos: 41.5,-2.5 + rot: 1.5707963267948966 rad + pos: 24.5,44.5 parent: 2 - - uid: 12464 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 27946 components: - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,-2.5 + pos: 28.5,38.5 parent: 2 - - uid: 13190 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27959 components: - type: Transform - pos: 32.5,-4.5 + rot: -1.5707963267948966 rad + pos: -32.5,-41.5 parent: 2 - - uid: 13191 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 27969 components: - type: Transform - pos: 33.5,-4.5 + rot: 1.5707963267948966 rad + pos: 48.5,19.5 parent: 2 - - uid: 13192 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28004 components: - type: Transform - pos: 34.5,-4.5 + rot: -1.5707963267948966 rad + pos: 53.5,-14.5 parent: 2 - - uid: 16996 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28023 components: - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,-1.5 + pos: 8.5,-62.5 parent: 2 - - uid: 17767 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28028 components: - type: Transform rot: 3.141592653589793 rad - pos: 40.5,-2.5 + pos: 32.5,-40.5 parent: 2 - - uid: 18127 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28062 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-1.5 + pos: -8.5,-51.5 parent: 2 - - uid: 18444 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28083 components: - type: Transform rot: 3.141592653589793 rad - pos: 42.5,-2.5 + pos: -33.5,-41.5 parent: 2 - - uid: 18452 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28089 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-3.5 + pos: -39.5,-41.5 parent: 2 - - uid: 18533 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28090 components: - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,-3.5 + rot: 1.5707963267948966 rad + pos: 64.5,0.5 parent: 2 - - uid: 30852 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28122 components: - type: Transform - pos: 41.5,-1.5 + rot: 1.5707963267948966 rad + pos: -53.5,4.5 parent: 2 -- proto: FloraTree01 - entities: - - uid: 7826 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28131 components: - type: Transform - pos: -39.9523,30.944632 + rot: 1.5707963267948966 rad + pos: -51.5,15.5 parent: 2 - - uid: 10960 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28142 components: - type: Transform - pos: 28.07815,-62.570465 + rot: -1.5707963267948966 rad + pos: 1.5,44.5 parent: 2 - - uid: 14336 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28148 components: - type: Transform - pos: 47.059574,-0.53676367 + pos: -41.5,33.5 parent: 2 -- proto: FloraTree02 - entities: - - uid: 1354 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28150 components: - type: Transform - pos: 49.134457,2.0030313 + rot: 1.5707963267948966 rad + pos: -46.5,33.5 parent: 2 - - uid: 6982 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28200 components: - type: Transform - pos: -47.590508,11.99662 + rot: 3.141592653589793 rad + pos: 43.5,-36.5 parent: 2 - - uid: 10963 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28215 components: - type: Transform - pos: 34.64072,-57.09694 + rot: 3.141592653589793 rad + pos: 2.5,-62.5 parent: 2 - - uid: 13438 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28241 components: - type: Transform - pos: -4.433402,-65.100914 + rot: -1.5707963267948966 rad + pos: -42.5,-31.5 parent: 2 - - uid: 14719 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28251 components: - type: Transform - pos: 11.195709,-55.284077 + pos: -21.5,31.5 parent: 2 - - uid: 36420 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28295 components: - type: Transform - pos: 33.526375,-65.41543 + rot: 3.141592653589793 rad + pos: -41.5,28.5 parent: 2 -- proto: FloraTree03 - entities: - - uid: 10445 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28298 components: - type: Transform - pos: -10.121479,-55.453133 + rot: -1.5707963267948966 rad + pos: 28.5,-27.5 parent: 2 - - uid: 14316 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28328 components: - type: Transform - pos: 45.372074,-1.1305137 + rot: 1.5707963267948966 rad + pos: -23.5,32.5 parent: 2 -- proto: FloraTree04 - entities: - - uid: 4 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28344 components: - type: Transform - pos: 44.653324,-0.19301373 + rot: -1.5707963267948966 rad + pos: 39.5,29.5 parent: 2 - - uid: 9486 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28398 components: - type: Transform - pos: -45.10855,31.054007 + rot: 1.5707963267948966 rad + pos: -23.5,43.5 parent: 2 - - uid: 10961 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28440 components: - type: Transform - pos: 15.662411,-64.4162 + rot: -1.5707963267948966 rad + pos: 40.5,-33.5 parent: 2 - - uid: 13581 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28484 components: - type: Transform - pos: 5.623178,-65.21029 + pos: -3.5,54.5 parent: 2 -- proto: FloraTree05 - entities: - - uid: 6372 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28487 components: - type: Transform - pos: -62.27406,-27.31315 + rot: 3.141592653589793 rad + pos: 3.5,54.5 parent: 2 - - uid: 14311 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28507 components: - type: Transform - pos: 43.5127,2.8382363 + rot: -1.5707963267948966 rad + pos: 26.5,42.5 parent: 2 -- proto: FloraTree06 - entities: - - uid: 10962 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28527 components: - type: Transform - pos: 19.729193,-63.601715 + rot: 3.141592653589793 rad + pos: 39.5,26.5 parent: 2 - - uid: 10964 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28529 components: - type: Transform - pos: 40.612972,-56.224445 + pos: 42.5,25.5 parent: 2 - - uid: 10965 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28533 components: - type: Transform - pos: 15.318445,-60.054314 + rot: -1.5707963267948966 rad + pos: 51.5,20.5 parent: 2 -- proto: FloraTreeConifer02 - entities: - - uid: 12306 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28536 components: - type: Transform - pos: -68.054955,2.9633858 + rot: -1.5707963267948966 rad + pos: -23.5,-30.5 parent: 2 -- proto: FlyAmanitaSeeds - entities: - - uid: 12748 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28560 components: - type: Transform - pos: 39.16924,-54.450157 + rot: 1.5707963267948966 rad + pos: 50.5,-12.5 parent: 2 -- proto: FoamCutlass - entities: - - uid: 36830 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28568 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.18148,74.99884 + pos: 47.5,-26.5 parent: 2 -- proto: FoodBakedBunHoney - entities: - - uid: 10779 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28576 components: - type: Transform - pos: -4.481254,40.480408 + pos: 37.5,-34.5 parent: 2 -- proto: FoodBakedBunHotX - entities: - - uid: 9794 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28592 components: - type: Transform - pos: -13.423908,-17.586927 + pos: 24.5,-45.5 parent: 2 - - uid: 36799 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28602 components: - type: Transform - pos: 30.688402,57.89961 + pos: 12.5,-49.5 parent: 2 -- proto: FoodBakedBunMeat - entities: - - uid: 10244 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28624 components: - type: Transform - pos: 14.387789,-33.99997 + pos: -10.5,-50.5 parent: 2 -- proto: FoodBakedCookie - entities: - - uid: 6747 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28637 components: - type: Transform - pos: 13.921219,-16.637272 + pos: -23.5,-44.5 parent: 2 -- proto: FoodBakedCookieRaisin - entities: - - uid: 6892 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28653 components: - type: Transform - pos: 19.553297,-12.576857 + pos: -37.5,-36.5 parent: 2 - - uid: 6896 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28682 components: - type: Transform - pos: 19.350172,-12.326857 + rot: 1.5707963267948966 rad + pos: -51.5,5.5 parent: 2 - - uid: 9108 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28688 components: - type: Transform - pos: 36.7013,2.5194035 + rot: -1.5707963267948966 rad + pos: -48.5,14.5 parent: 2 - - uid: 31121 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28698 components: - type: Transform - pos: -11.464604,45.35724 + rot: 3.141592653589793 rad + pos: -43.5,28.5 parent: 2 - - uid: 31122 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28711 components: - type: Transform - pos: -11.292729,45.45099 + rot: 3.141592653589793 rad + pos: -33.5,38.5 parent: 2 -- proto: FoodBakedMuffinBerry - entities: - - uid: 10520 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28765 components: - type: Transform - pos: 40.43276,60.4824 + rot: 1.5707963267948966 rad + pos: 18.5,-54.5 parent: 2 -- proto: FoodBakedPancake - entities: - - uid: 8390 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28774 components: - type: Transform - pos: 5.3684278,39.519073 + rot: 1.5707963267948966 rad + pos: -38.5,-36.5 parent: 2 -- proto: FoodBakedPancakeBb - entities: - - uid: 8376 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28841 components: - type: Transform - pos: 5.3840528,39.550323 + rot: 1.5707963267948966 rad + pos: 28.5,-36.5 parent: 2 -- proto: FoodBanana - entities: - - uid: 6198 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28881 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.502075,56.65838 + rot: -1.5707963267948966 rad + pos: -0.5,42.5 parent: 2 -- proto: FoodBoxDonkpocket - entities: - - uid: 27082 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28891 components: - type: Transform - pos: 30.536755,59.577415 + rot: -1.5707963267948966 rad + pos: 1.5,62.5 parent: 2 -- proto: FoodBoxDonut - entities: - - uid: 10164 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28894 components: - type: Transform - pos: -2.3305786,49.5273 + rot: -1.5707963267948966 rad + pos: 3.5,57.5 parent: 2 - - uid: 10211 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28911 components: - type: Transform - pos: 23.468481,26.600367 + rot: -1.5707963267948966 rad + pos: -46.5,31.5 parent: 2 -- proto: FoodBoxPizzaFilled - entities: - - uid: 5540 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28918 components: - type: Transform - pos: -61.478626,-32.272717 + rot: 1.5707963267948966 rad + pos: 1.5,37.5 parent: 2 - - uid: 5845 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28922 components: - type: Transform - pos: 47.528538,-37.312767 + rot: 1.5707963267948966 rad + pos: -46.5,35.5 parent: 2 - - uid: 8008 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28948 components: - type: Transform - pos: -40.4983,23.771011 + rot: 1.5707963267948966 rad + pos: -0.5,35.5 parent: 2 - - uid: 10202 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28975 components: - type: Transform - pos: 24.921606,32.73538 + rot: -1.5707963267948966 rad + pos: 39.5,31.5 parent: 2 - - uid: 30879 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28977 components: - type: Transform - pos: -16.619556,34.760548 + rot: -1.5707963267948966 rad + pos: 37.5,27.5 parent: 2 -- proto: FoodBreadBananaSlice - entities: - - uid: 7083 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28988 components: - type: Transform - pos: 29.461922,5.7958717 + pos: 45.5,38.5 parent: 2 - - uid: 7084 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28995 components: - type: Transform - pos: 29.321297,5.6083717 + rot: 3.141592653589793 rad + pos: -51.5,35.5 parent: 2 - - uid: 8077 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29019 components: - type: Transform - pos: -29.757435,33.74538 + rot: -1.5707963267948966 rad + pos: 37.5,44.5 parent: 2 - - uid: 8105 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29021 components: - type: Transform - pos: -14.336206,15.586975 + rot: 1.5707963267948966 rad + pos: 37.5,46.5 parent: 2 - - uid: 8106 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29031 components: - type: Transform - pos: -14.383081,15.743225 + rot: 3.141592653589793 rad + pos: 34.5,54.5 parent: 2 -- proto: FoodBreadCreamcheeseSlice - entities: - - uid: 8835 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29043 components: - type: Transform - pos: 52.70602,-21.524298 + rot: 3.141592653589793 rad + pos: 36.5,52.5 parent: 2 -- proto: FoodBreadMimana - entities: - - uid: 6192 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29078 components: - type: Transform - pos: -27.512712,60.549053 + rot: 3.141592653589793 rad + pos: -51.5,28.5 parent: 2 -- proto: FoodBreadMoldySlice - entities: - - uid: 10060 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29085 components: - type: Transform - pos: -25.536694,-63.4739 + rot: 3.141592653589793 rad + pos: 28.5,52.5 parent: 2 - - uid: 10061 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29086 components: - type: Transform - pos: -21.630444,-64.3489 + rot: 3.141592653589793 rad + pos: 30.5,54.5 parent: 2 -- proto: FoodBreadPlainSlice - entities: - - uid: 7212 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29107 + components: + - type: Transform + pos: 54.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29108 components: - type: Transform - pos: 64.6676,-13.801991 + rot: 3.141592653589793 rad + pos: -53.5,29.5 parent: 2 - - uid: 7216 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29109 components: - type: Transform - pos: 64.74573,-14.270741 + pos: 54.5,33.5 parent: 2 -- proto: FoodBurgerCarp - entities: - - uid: 33927 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29119 components: - type: Transform - pos: -51.699505,-22.274364 + rot: 1.5707963267948966 rad + pos: 39.5,47.5 parent: 2 -- proto: FoodBurgerTofu - entities: - - uid: 14517 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29166 components: - type: Transform - pos: -28.795357,-49.34752 + pos: -44.5,28.5 parent: 2 -- proto: FoodCakeSlimeSlice - entities: - - uid: 5374 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29184 components: - type: Transform - pos: -39.525707,-14.210343 + rot: -1.5707963267948966 rad + pos: 39.5,45.5 parent: 2 - - uid: 14391 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29196 components: - type: Transform - pos: -2.675267,-28.897732 + rot: -1.5707963267948966 rad + pos: -52.5,11.5 parent: 2 -- proto: FoodCakeSpacemanSlice - entities: - - uid: 35187 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29238 components: - type: Transform - pos: 68.44407,35.692947 + rot: 3.141592653589793 rad + pos: -32.5,30.5 parent: 2 -- proto: FoodCakeSuppermatter - entities: - - uid: 4477 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29267 components: - type: Transform rot: 1.5707963267948966 rad - pos: -66.65692,11.511962 + pos: 37.5,37.5 parent: 2 -- proto: FoodCakeSuppermatterSlice - entities: - - uid: 4476 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29268 components: - type: Transform rot: 1.5707963267948966 rad - pos: -67.50067,10.605712 + pos: 39.5,38.5 parent: 2 - - uid: 4481 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29269 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -65.68817,10.871337 + rot: -1.5707963267948966 rad + pos: -21.5,30.5 parent: 2 - - uid: 4486 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29270 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -66.4538,12.590087 + pos: 47.5,37.5 parent: 2 - - uid: 30876 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29277 components: - type: Transform - pos: -14.057056,32.073048 + rot: -1.5707963267948966 rad + pos: -21.5,27.5 parent: 2 -- proto: FoodCannabisButter - entities: - - uid: 24704 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29287 components: - type: Transform - pos: 33.514397,-63.39824 + rot: 3.141592653589793 rad + pos: -24.5,20.5 parent: 2 -- proto: FoodCartCold - entities: - - uid: 13528 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29289 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,62.5 + rot: 3.141592653589793 rad + pos: 18.5,46.5 parent: 2 -- proto: FoodCartHot - entities: - - uid: 13529 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29290 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,61.5 + pos: -27.5,20.5 parent: 2 -- proto: FoodCheese - entities: - - uid: 10130 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29291 components: - - type: MetaData - desc: Это великий строительный сыр! - name: СТРОИТЕЛЬНЫЙ СЫР - type: Transform - pos: 74.65391,0.5560865 + pos: 14.5,46.5 parent: 2 -- proto: FoodCheeseSlice - entities: - - uid: 9974 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29312 components: - - type: MetaData - desc: Это великий кусочек строителя этой станции… Многие полегли пока её строили, но она готова, и работает во славу НТ! Слава партии! - name: кусок строителя - type: Transform - pos: 74.71873,1.5049706 + pos: 16.5,47.5 parent: 2 - - uid: 10131 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29340 components: - - type: MetaData - desc: Это огрызок строителя этой станции… Многие полегли пока её строили, но она готова, и работает во славу НТ! Слава партии! - name: огрызок строителя - type: Transform - rot: 1.5707963267948966 rad - pos: 74.5581,-0.4177853 + pos: -38.5,20.5 parent: 2 - - uid: 13536 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29343 components: - type: Transform - pos: -8.333729,61.63132 + pos: 22.5,49.5 parent: 2 -- proto: FoodCondimentBottleEnzyme - entities: - - uid: 10182 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29364 components: - type: Transform - pos: 14.032215,71.7515 + rot: -1.5707963267948966 rad + pos: -46.5,36.5 parent: 2 - - uid: 13433 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29368 components: - type: Transform - pos: -7.3473706,56.64015 + rot: -1.5707963267948966 rad + pos: 29.5,28.5 parent: 2 -- proto: FoodCondimentPacketAstrotame - entities: - - uid: 35182 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29369 components: - type: Transform - pos: 66.32843,36.177322 + rot: -1.5707963267948966 rad + pos: 27.5,27.5 parent: 2 -- proto: FoodCondimentPacketHotsauce - entities: - - uid: 2265 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29370 components: - type: Transform - pos: -8.699831,61.558823 + rot: -1.5707963267948966 rad + pos: 29.5,24.5 parent: 2 -- proto: FoodCondimentPacketSoy - entities: - - uid: 13538 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29371 components: - type: Transform - pos: -8.699831,58.855698 + rot: -1.5707963267948966 rad + pos: 29.5,23.5 parent: 2 -- proto: FoodContainerEgg - entities: - - uid: 8581 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29372 components: - type: Transform - pos: -8.314701,59.881535 + rot: 1.5707963267948966 rad + pos: 27.5,22.5 parent: 2 - - uid: 10184 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29373 components: - type: Transform - pos: 13.500965,71.84587 + rot: -1.5707963267948966 rad + pos: 27.5,21.5 parent: 2 - - uid: 13523 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29400 components: - type: Transform - pos: -9.445587,64.984726 + rot: 1.5707963267948966 rad + pos: -53.5,-0.5 parent: 2 -- proto: FoodDonkpocketHonk - entities: - - uid: 8566 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29431 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.78736,55.34272 + rot: 3.141592653589793 rad + pos: -41.5,-0.5 parent: 2 -- proto: FoodDonutCaramel - entities: - - uid: 8922 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29463 components: - type: Transform - pos: 39.457302,-43.41968 + pos: 34.5,28.5 parent: 2 -- proto: FoodDonutChaos - entities: - - uid: 7107 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29465 components: - type: Transform - pos: 47.7385,-34.217884 + pos: 32.5,35.5 parent: 2 -- proto: FoodDonutJellyBungo - entities: - - uid: 31311 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29472 components: - type: Transform - pos: 9.66803,0.26992798 - parent: 30892 -- proto: FoodDonutJellyChocolate - entities: - - uid: 9523 + rot: 1.5707963267948966 rad + pos: -29.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29484 components: - type: Transform - pos: 27.729582,-57.25393 + rot: 3.141592653589793 rad + pos: -28.5,-30.5 parent: 2 -- proto: FoodDonutJellySlugcat - entities: - - uid: 8084 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29502 components: - type: Transform - pos: -39.474224,26.606138 + rot: -1.5707963267948966 rad + pos: -31.5,-25.5 parent: 2 -- proto: FoodDonutJellySpaceman - entities: - - uid: 10138 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29507 components: - type: Transform - pos: -2.2680783,49.88147 + pos: 53.5,17.5 parent: 2 - - uid: 35185 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29509 components: - type: Transform - pos: 69.01593,35.755447 + rot: 1.5707963267948966 rad + pos: -23.5,-32.5 parent: 2 -- proto: FoodDonutJellySweetpea - entities: - - uid: 10157 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29530 components: - type: Transform - pos: -2.5389118,49.9648 + pos: 57.5,17.5 parent: 2 - - uid: 31310 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29543 components: - type: Transform - pos: 9.44928,0.629303 - parent: 30892 -- proto: FoodDonutSweetpea - entities: - - uid: 7106 + rot: 3.141592653589793 rad + pos: 58.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29591 components: - type: Transform - pos: 47.347874,-34.467884 + pos: 58.5,21.5 parent: 2 -- proto: FoodDough - entities: - - uid: 9786 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29592 components: - type: Transform - parent: 9903 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 9840 + pos: 60.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29613 components: - type: Transform - pos: -8.644245,62.124523 + rot: 3.141592653589793 rad + pos: -27.5,-16.5 parent: 2 - - uid: 9888 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29640 components: - type: Transform - parent: 9903 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 9947 + rot: 1.5707963267948966 rad + pos: 65.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29643 components: - type: Transform - parent: 9903 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 9954 + rot: 3.141592653589793 rad + pos: 55.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29645 components: - type: Transform - parent: 9903 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 9973 + rot: -1.5707963267948966 rad + pos: -25.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29668 components: - type: Transform - parent: 9903 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: FoodDoughFlat - entities: - - uid: 9789 + rot: -1.5707963267948966 rad + pos: -40.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29690 components: - type: Transform - parent: 9903 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 9863 + pos: -45.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29691 components: - type: Transform - parent: 9903 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 9953 + rot: 1.5707963267948966 rad + pos: -46.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29736 components: - type: Transform - parent: 9903 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: FoodFrozenSnowconeTrash - entities: - - uid: 6854 + rot: 3.141592653589793 rad + pos: 56.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29737 components: - type: Transform - pos: 33.828842,-34.373894 + pos: 56.5,-17.5 parent: 2 - - uid: 30798 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29738 components: - type: Transform - pos: -15.635181,32.323048 + rot: 1.5707963267948966 rad + pos: 50.5,-13.5 parent: 2 -- proto: FoodLemon - entities: - - uid: 6242 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29739 components: - type: Transform - pos: 3.571852,69.86079 + rot: 1.5707963267948966 rad + pos: 53.5,-17.5 parent: 2 -- proto: FoodMealCubancarp - entities: - - uid: 10425 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29752 components: - type: Transform - pos: -49.309967,-5.088472 + rot: 1.5707963267948966 rad + pos: 1.5,-57.5 parent: 2 -- proto: FoodMealNachosCuban - entities: - - uid: 31127 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29758 components: - type: Transform - pos: -9.905469,42.686527 + rot: 1.5707963267948966 rad + pos: 45.5,-25.5 parent: 2 -- proto: FoodMealSashimi - entities: - - uid: 36165 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29768 components: - type: Transform - pos: -49.513092,-6.275972 + pos: -7.5,-62.5 parent: 2 -- proto: FoodMeat - entities: - - uid: 9948 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29804 components: - type: Transform - parent: 9903 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 9955 + rot: 1.5707963267948966 rad + pos: 40.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29814 components: - type: Transform - parent: 9903 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 9956 + rot: 3.141592653589793 rad + pos: 14.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29828 components: - type: Transform - parent: 9903 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 9970 + pos: 18.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29844 components: - type: Transform - parent: 9903 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 9971 + rot: -1.5707963267948966 rad + pos: 26.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29847 components: - type: Transform - parent: 9903 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 9972 + rot: 1.5707963267948966 rad + pos: 26.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29853 components: - type: Transform - parent: 9903 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 13351 + rot: -1.5707963267948966 rad + pos: 28.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29855 components: - - type: MetaData - name: мясо коровы, по имени - Дэнди - type: Transform rot: 1.5707963267948966 rad - pos: -26.74462,62.452473 + pos: 28.5,-30.5 parent: 2 - - uid: 13352 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29858 components: - - type: MetaData - name: мясо коровы, по имени - Дэнди - type: Transform - rot: 1.5707963267948966 rad - pos: -26.416494,62.624348 + rot: 3.141592653589793 rad + pos: 22.5,-34.5 parent: 2 -- proto: FoodMeatFish - entities: - - uid: 33926 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29904 components: - type: Transform - pos: -52.18388,-20.899364 + rot: -1.5707963267948966 rad + pos: 30.5,-1.5 parent: 2 -- proto: FoodMeatSalamiSlice - entities: - - uid: 19289 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29929 components: - type: Transform rot: 1.5707963267948966 rad - pos: -44.790333,20.75236 + pos: 31.5,-1.5 parent: 2 -- proto: FoodMeatSlime - entities: - - uid: 34006 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29932 components: - type: Transform - parent: 34005 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 34007 + rot: 1.5707963267948966 rad + pos: 36.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29933 components: - type: Transform - parent: 34005 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 34008 + rot: 1.5707963267948966 rad + pos: 38.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 29936 components: - type: Transform - parent: 34005 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 34009 + rot: 3.141592653589793 rad + pos: 37.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29949 components: - type: Transform - parent: 34005 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 34010 + rot: 3.141592653589793 rad + pos: 31.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 29950 components: - type: Transform - parent: 34005 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: FoodMeatSpiderlegCooked - entities: - - uid: 43031 + rot: 3.141592653589793 rad + pos: 33.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30055 components: - type: Transform - pos: -47.54879,-11.747737 + rot: -1.5707963267948966 rad + pos: -43.5,35.5 parent: 2 -- proto: FoodMeatXeno - entities: - - uid: 13606 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30075 components: - type: Transform - pos: -46.39155,-11.245484 + rot: -1.5707963267948966 rad + pos: 26.5,-17.5 parent: 2 - - uid: 13608 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30077 components: - type: Transform - pos: -46.977486,-9.768922 + rot: -1.5707963267948966 rad + pos: 28.5,-19.5 parent: 2 -- proto: FoodOrange - entities: - - uid: 2960 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30088 components: - type: Transform - pos: -3.510191,68.39114 + rot: -1.5707963267948966 rad + pos: 19.5,-48.5 parent: 2 -- proto: FoodPizzaArnoldSlice - entities: - - uid: 8225 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30107 components: - type: Transform - pos: -58.62688,34.743755 + pos: 20.5,-53.5 parent: 2 -- proto: FoodPizzaMargheritaSlice - entities: - - uid: 8227 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30118 components: - type: Transform - pos: -58.423756,34.712505 + rot: 1.5707963267948966 rad + pos: 32.5,-50.5 parent: 2 - - uid: 31470 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30121 components: - type: Transform - pos: -16.119556,32.760548 + rot: 3.141592653589793 rad + pos: 34.5,-48.5 parent: 2 -- proto: FoodPizzaMeatSlice - entities: - - uid: 10242 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30169 components: - type: Transform - pos: 31.509815,26.156141 + rot: -1.5707963267948966 rad + pos: -6.5,59.5 parent: 2 -- proto: FoodPizzaMoldySlice - entities: - - uid: 10062 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30180 components: - type: Transform - pos: -20.192944,-62.3489 + rot: 1.5707963267948966 rad + pos: -0.5,-43.5 parent: 2 - - uid: 10063 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30181 components: - type: Transform - pos: -21.052319,-63.31765 + rot: 1.5707963267948966 rad + pos: 1.5,-45.5 parent: 2 -- proto: FoodPizzaMushroomSlice - entities: - - uid: 35069 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30182 components: - type: Transform - pos: 68.29297,27.601816 + rot: -1.5707963267948966 rad + pos: 1.5,-44.5 parent: 2 -- proto: FoodPizzaPineappleSlice - entities: - - uid: 14098 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30183 components: - type: Transform - pos: -28.619987,-1.4462643 + rot: -1.5707963267948966 rad + pos: -0.5,-42.5 parent: 2 -- proto: FoodPizzaSassysage - entities: - - uid: 23986 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30270 components: - type: Transform - pos: 71.360825,-26.477333 + pos: -23.5,48.5 parent: 2 -- proto: FoodPizzaVegetableSlice - entities: - - uid: 36785 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30278 components: - type: Transform - pos: 56.400284,43.689156 + rot: 1.5707963267948966 rad + pos: -26.5,45.5 parent: 2 -- proto: FoodPlate - entities: - - uid: 8226 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30296 components: - type: Transform - pos: -58.580006,34.837505 + rot: 1.5707963267948966 rad + pos: -23.5,33.5 parent: 2 -- proto: FoodPlatePlastic - entities: - - uid: 8079 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30297 components: - type: Transform - pos: -38.545734,26.6321 + rot: 1.5707963267948966 rad + pos: -1.5,-59.5 parent: 2 -- proto: FoodPlateSmall - entities: - - uid: 8339 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30302 components: - type: Transform - pos: 5.3684278,39.56595 + rot: -1.5707963267948966 rad + pos: -0.5,-57.5 parent: 2 - - uid: 10193 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30303 components: - type: Transform - pos: 31.48983,26.171766 + rot: -1.5707963267948966 rad + pos: -21.5,45.5 parent: 2 - - uid: 30874 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30332 components: - type: Transform - pos: -14.057056,32.104298 + pos: -23.5,34.5 parent: 2 - - uid: 35068 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30339 components: - type: Transform - pos: 68.32422,27.633066 + rot: -1.5707963267948966 rad + pos: -1.5,-58.5 parent: 2 -- proto: FoodPlateSmallTrash - entities: - - uid: 14251 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30364 components: - type: Transform - pos: -51.11452,-53.37955 + rot: -1.5707963267948966 rad + pos: -23.5,26.5 parent: 2 -- proto: FoodPoppy - entities: - - uid: 36253 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30371 components: - type: Transform - pos: 43.834663,-10.021852 + pos: -26.5,22.5 parent: 2 -- proto: FoodRiceBoiled - entities: - - uid: 8228 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30406 components: - type: Transform - pos: -58.48945,36.85313 + pos: -28.5,22.5 parent: 2 -- proto: FoodSnackChips - entities: - - uid: 7992 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30421 components: - type: Transform - pos: -41.636154,25.513994 + rot: 1.5707963267948966 rad + pos: -37.5,22.5 parent: 2 -- proto: FoodSnackChocolate - entities: - - uid: 6753 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30439 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.708887,-19.496647 + rot: 3.141592653589793 rad + pos: -1.5,-67.5 parent: 2 - - uid: 6754 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30468 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.646387,-19.637272 + rot: 3.141592653589793 rad + pos: 11.5,-49.5 parent: 2 - - uid: 6755 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30474 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.599512,-19.777897 + rot: 3.141592653589793 rad + pos: 13.5,-52.5 parent: 2 - - uid: 9522 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 30479 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.854582,-57.47268 + pos: -44.5,1.5 parent: 2 -- proto: FoodSnackRaisins - entities: - - uid: 9959 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30483 components: - type: Transform - pos: 19.491405,71.49372 + rot: 1.5707963267948966 rad + pos: -51.5,1.5 parent: 2 -- proto: FoodSoupMushroom - entities: - - uid: 2584 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30491 components: - type: Transform - pos: 41.629192,-58.096066 + rot: -1.5707963267948966 rad + pos: -42.5,-28.5 parent: 2 -- proto: FoodSpaceshroom - entities: - - uid: 2681 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30526 components: - type: Transform - pos: 40.347942,-58.54919 + rot: -1.5707963267948966 rad + pos: -50.5,10.5 parent: 2 -- proto: FoodSpaceshroomCooked - entities: - - uid: 2675 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30543 components: - type: Transform - pos: 40.363567,-58.23669 + pos: -44.5,-39.5 parent: 2 -- proto: FoodTacoRat - entities: - - uid: 1287 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30547 components: - type: Transform - parent: 1252 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: FoodTartCoco - entities: - - uid: 12667 + rot: 1.5707963267948966 rad + pos: -48.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30576 components: - type: Transform - pos: 4.670804,47.7716 + rot: 3.141592653589793 rad + pos: -31.5,-31.5 parent: 2 -- proto: FoodTartGapple - entities: - - uid: 5621 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30584 components: - type: Transform - pos: 7.463603,-46.358067 + rot: 1.5707963267948966 rad + pos: -22.5,-34.5 parent: 2 -- proto: FoodWatermelonSlice - entities: - - uid: 8078 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30591 components: - type: Transform - pos: -38.386013,26.611265 + rot: -1.5707963267948966 rad + pos: -24.5,-31.5 parent: 2 - - uid: 8080 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30601 components: - type: Transform - pos: -38.684624,26.625154 + pos: -24.5,-26.5 parent: 2 - - uid: 8081 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30607 components: - type: Transform - pos: -38.344345,26.597376 + rot: 3.141592653589793 rad + pos: -29.5,-25.5 parent: 2 -- proto: Football - entities: - - uid: 27022 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30633 components: - type: Transform rot: -1.5707963267948966 rad - pos: -31.645884,-46.503784 + pos: -18.5,-26.5 parent: 2 - - uid: 33233 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30642 components: - type: Transform rot: 1.5707963267948966 rad - pos: -12.196227,22.634771 + pos: -18.5,-24.5 parent: 2 -- proto: Fork - entities: - - uid: 8083 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30661 components: - type: Transform - pos: -39.942974,26.528013 + rot: 3.141592653589793 rad + pos: -24.5,-15.5 parent: 2 - - uid: 13450 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 30692 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.4306054,63.03368 + pos: -8.5,62.5 parent: 2 -- proto: ForkPlastic - entities: - - uid: 9941 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33149 components: - type: Transform - pos: 20.227177,71.415596 + pos: 32.5,-23.5 parent: 2 - - uid: 9942 + - uid: 33164 components: - type: Transform - pos: 20.133427,71.46247 + rot: 3.141592653589793 rad + pos: 31.5,-24.5 parent: 2 -- proto: GarlicSeeds - entities: - - uid: 12746 + - uid: 33167 components: - type: Transform - pos: 26.170109,-60.151546 + rot: -1.5707963267948966 rad + pos: 33.5,-21.5 parent: 2 -- proto: GasAnalyzer - entities: - - uid: 7782 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33177 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.615242,40.65728 + rot: 3.141592653589793 rad + pos: -21.5,20.5 parent: 2 - - uid: 11640 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33219 components: - type: Transform - pos: -23.720615,22.584047 + pos: -11.5,42.5 parent: 2 - - uid: 27502 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33325 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.522747,26.935585 + pos: 41.5,-5.5 parent: 2 - - uid: 36083 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 33326 components: - type: Transform - pos: -78.46176,63.601357 + rot: 3.141592653589793 rad + pos: 39.5,-7.5 parent: 2 -- proto: GasCanisterBrokenBase - entities: - - uid: 36377 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 33373 components: - type: Transform - pos: -59.5,79.5 + rot: 3.141592653589793 rad + pos: -64.5,20.5 parent: 2 -- proto: GasFilter - entities: - - uid: 7654 + - uid: 33585 components: - type: Transform rot: 3.141592653589793 rad - pos: 34.5,-25.5 + pos: -3.5,-4.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor - color: '#FF0000FF' -- proto: GasFilterFlipped - entities: - - uid: 830 + color: '#0000FFFF' + - uid: 33624 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,42.5 + pos: 4.5,-5.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 7595 + - uid: 35211 components: - type: Transform - pos: 30.5,-25.5 + rot: 3.141592653589793 rad + pos: 56.5,33.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7657 + color: '#0000FFFF' + - uid: 35230 components: - type: Transform - pos: -52.5,45.5 + pos: 59.5,33.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7658 + color: '#0000FFFF' + - uid: 35231 components: - type: Transform - pos: -52.5,47.5 + pos: 57.5,35.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 7660 + - uid: 35241 components: - type: Transform - pos: -52.5,49.5 + rot: 3.141592653589793 rad + pos: 60.5,35.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 7728 + - uid: 35249 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,45.5 + rot: 3.141592653589793 rad + pos: 62.5,33.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 7763 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35721 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,45.5 + rot: 3.141592653589793 rad + pos: -71.5,82.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 7785 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35732 components: - type: Transform rot: 1.5707963267948966 rad - pos: -40.5,41.5 + pos: -81.5,82.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 29934 + - uid: 35759 components: - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,-25.5 + rot: 1.5707963267948966 rad + pos: -82.5,62.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' -- proto: GasMinerCarbonDioxide - entities: - - uid: 7504 + - uid: 35762 components: - type: Transform - pos: -57.5,44.5 + rot: 1.5707963267948966 rad + pos: -82.5,73.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: GasMinerNitrogenStationLarge - entities: - - uid: 7502 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 35797 components: - type: Transform - pos: -57.5,42.5 + pos: -83.5,78.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: GasMinerOxygenStationLarge - entities: - - uid: 7501 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35809 components: - type: Transform - pos: -57.5,40.5 + rot: -1.5707963267948966 rad + pos: -83.5,66.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: GasMinerPlasma - entities: - - uid: 7661 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35810 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,48.5 + rot: -1.5707963267948966 rad + pos: -83.5,72.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: GasMinerWaterVapor - entities: - - uid: 7659 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35817 components: - type: Transform rot: 1.5707963267948966 rad - pos: -57.5,46.5 + pos: -83.5,59.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: GasMixer - entities: - - uid: 8571 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 35822 components: - type: Transform - anchored: False rot: 3.141592653589793 rad - pos: -36.5,51.5 + pos: -76.5,81.5 parent: 2 - - type: Physics - canCollide: True - bodyType: Dynamic - - uid: 8572 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 36164 components: - type: Transform - anchored: False - rot: 3.141592653589793 rad - pos: -36.5,52.5 + rot: 1.5707963267948966 rad + pos: -77.5,57.5 parent: 2 - - type: Physics - canCollide: True - bodyType: Dynamic - - uid: 9111 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 42854 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -66.5,23.5 + rot: 3.141592653589793 rad + pos: -23.5,22.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 14007 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 42891 components: - type: Transform rot: -1.5707963267948966 rad - pos: 11.5,4.5 - parent: 14592 - - type: AtmosDevice - joinedGrid: 14592 - - uid: 24711 + pos: -0.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 42902 components: - type: Transform - pos: -78.5,62.5 + rot: 1.5707963267948966 rad + pos: 1.5,19.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor - color: '#0000FFFF' -- proto: GasMixerFlipped + color: '#FF0000FF' +- proto: GasPort entities: - - uid: 7554 + - uid: 5210 components: - type: Transform - pos: -51.5,44.5 + rot: 3.141592653589793 rad + pos: -25.5,-14.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 7555 + - uid: 5211 components: - type: Transform - pos: -51.5,46.5 + rot: 3.141592653589793 rad + pos: -23.5,-14.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 7556 + - uid: 7764 components: - type: Transform - pos: -50.5,42.5 + pos: -49.5,46.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - type: AtmosPipeColor - color: '#17E8E2FF' - - uid: 7604 + - uid: 7765 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,40.5 + pos: -48.5,46.5 parent: 2 - - type: GasMixer - inletTwoConcentration: 0.79 - inletOneConcentration: 0.21 - type: AtmosDevice joinedGrid: 2 - - type: AtmosPipeColor - color: '#17E8E2FF' - - uid: 7696 + - uid: 11902 components: - type: Transform - pos: -51.5,48.5 + rot: 1.5707963267948966 rad + pos: 30.5,-23.5 parent: 2 - type: AtmosDevice joinedGrid: 2 -- proto: GasOutletInjector - entities: - - uid: 7693 + - uid: 15820 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,44.5 - parent: 2 + pos: 11.5,6.5 + parent: 14592 - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7694 + joinedGrid: 14592 + - uid: 15821 + components: + - type: Transform + pos: 12.5,6.5 + parent: 14592 + - type: AtmosDevice + joinedGrid: 14592 + - uid: 24052 components: - type: Transform rot: 3.141592653589793 rad - pos: -58.5,46.5 + pos: -76.5,60.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7695 + color: '#0000FFFF' + - uid: 24703 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,48.5 + pos: -76.5,62.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7777 + color: '#0000FFFF' + - uid: 24712 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,42.5 + pos: -78.5,65.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 9053 + color: '#17E8E2FF' + - uid: 24731 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,40.5 + pos: -79.5,65.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35122 + color: '#17E8E2FF' + - uid: 35107 components: - type: Transform - pos: 55.5,52.5 + rot: -1.5707963267948966 rad + pos: 61.5,49.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 35123 + - uid: 35108 components: - type: Transform - pos: 57.5,52.5 + rot: -1.5707963267948966 rad + pos: 61.5,50.5 parent: 2 - type: AtmosDevice joinedGrid: 2 -- proto: GasPassiveVent +- proto: GasPressurePump entities: - - uid: 5218 + - uid: 35 components: - type: Transform - pos: -25.5,-10.5 + rot: 1.5707963267948966 rad + pos: -52.5,48.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 5219 + - uid: 1001 components: - type: Transform - pos: -23.5,-10.5 + rot: 1.5707963267948966 rad + pos: -52.5,46.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 7505 + - uid: 1002 components: - type: Transform rot: 1.5707963267948966 rad - pos: -56.5,40.5 + pos: -52.5,44.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 7506 + - uid: 5212 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,42.5 + pos: -23.5,-12.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 7507 + - uid: 5213 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,44.5 + rot: 3.141592653589793 rad + pos: -25.5,-12.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 7620 + - uid: 7613 components: - type: Transform - pos: -46.5,50.5 + rot: 3.141592653589793 rad + pos: -46.5,45.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor color: '#17E8E2FF' - - uid: 7652 + - uid: 7639 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,48.5 + rot: -1.5707963267948966 rad + pos: -50.5,39.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 7653 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7724 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,46.5 + pos: -65.5,26.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 7768 + - uid: 7746 components: - type: Transform - pos: -47.5,48.5 + rot: 1.5707963267948966 rad + pos: -52.5,54.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 7775 + - uid: 8234 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,50.5 + rot: 3.141592653589793 rad + pos: -7.5,66.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 9044 + color: '#0000FFFF' + - uid: 9050 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,52.5 + rot: -1.5707963267948966 rad + pos: -52.5,52.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 9297 + - uid: 9058 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -70.5,23.5 + pos: -66.5,26.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 9298 + - uid: 9276 components: - type: Transform rot: 1.5707963267948966 rad - pos: -70.5,22.5 + pos: -66.5,22.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 9322 + - uid: 9307 components: - type: Transform rot: 1.5707963267948966 rad - pos: -68.5,20.5 + pos: -61.5,22.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 15822 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-1.5 - parent: 14592 - - type: AtmosDevice - joinedGrid: 14592 - - uid: 15823 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-7.5 - parent: 14592 - - type: AtmosDevice - joinedGrid: 14592 - - uid: 15824 + - uid: 9318 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-8.5 - parent: 14592 + pos: -64.5,22.5 + parent: 2 - type: AtmosDevice - joinedGrid: 14592 - - uid: 15825 + joinedGrid: 2 + - uid: 15819 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-8.5 + pos: 12.5,5.5 parent: 14592 - type: AtmosDevice joinedGrid: 14592 - - uid: 15826 + - uid: 24875 components: - type: Transform rot: 3.141592653589793 rad - pos: 8.5,0.5 - parent: 14592 - - type: AtmosDevice - joinedGrid: 14592 - - uid: 35574 - components: - - type: Transform - pos: -71.5,59.5 + pos: -52.5,39.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' -- proto: GasPipeBend - entities: - - uid: 1085 + - uid: 33165 components: - type: Transform rot: 1.5707963267948966 rad - pos: -80.5,81.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 1239 - components: - - type: Transform - pos: 47.5,50.5 + pos: -52.5,40.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1240 + - type: AtmosDevice + joinedGrid: 2 + - uid: 33166 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,50.5 + rot: 1.5707963267948966 rad + pos: -52.5,42.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 3248 + - type: AtmosDevice + joinedGrid: 2 + - uid: 33175 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-13.5 + pos: 32.5,-24.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3372 + - type: AtmosDevice + joinedGrid: 2 + - uid: 35109 components: - type: Transform rot: -1.5707963267948966 rad - pos: 43.5,50.5 + pos: 59.5,49.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 5956 + - type: AtmosDevice + joinedGrid: 2 + - uid: 35110 components: - type: Transform - pos: -60.5,39.5 + rot: -1.5707963267948966 rad + pos: 59.5,50.5 parent: 2 - - uid: 7007 + - type: AtmosDevice + joinedGrid: 2 + - uid: 42917 components: - type: Transform rot: 1.5707963267948966 rad - pos: 28.5,-9.5 + pos: 30.5,-21.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 7558 +- proto: GasThermoMachineFreezer + entities: + - uid: 950 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,41.5 + rot: -1.5707963267948966 rad + pos: -40.5,45.5 parent: 2 - - type: AtmosPipeColor - color: '#17E8E2FF' - - uid: 7561 + - type: AtmosDevice + joinedGrid: 2 + - uid: 7621 components: - type: Transform - pos: -50.5,43.5 + rot: -1.5707963267948966 rad + pos: -41.5,45.5 parent: 2 - - uid: 7562 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8233 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,43.5 + rot: -1.5707963267948966 rad + pos: -5.5,66.5 parent: 2 - - uid: 7603 + - type: AtmosDevice + joinedGrid: 2 + - uid: 27456 components: - type: Transform - pos: -49.5,41.5 + pos: -64.5,-2.5 parent: 2 - - type: AtmosPipeColor - color: '#17E8E2FF' - - uid: 7607 + - type: AtmosDevice + joinedGrid: 2 + - uid: 29990 components: - type: Transform rot: -1.5707963267948966 rad - pos: -46.5,40.5 + pos: 34.5,-23.5 parent: 2 - - type: AtmosPipeColor - color: '#17E8E2FF' - - uid: 7617 + - type: AtmosDevice + joinedGrid: 2 + - uid: 34147 components: - type: Transform rot: -1.5707963267948966 rad - pos: -45.5,44.5 + pos: -53.5,-15.5 parent: 2 - - type: AtmosPipeColor - color: '#17E8E2FF' - - uid: 7633 + - type: AtmosDevice + joinedGrid: 2 +- proto: GasThermoMachineHeater + entities: + - uid: 829 components: - type: Transform rot: -1.5707963267948966 rad - pos: -44.5,39.5 + pos: -42.5,45.5 parent: 2 - - type: AtmosPipeColor - color: '#17E8E2FF' - - uid: 7640 + - type: AtmosDevice + joinedGrid: 2 +- proto: GasValve + entities: + - uid: 24071 components: - type: Transform rot: 1.5707963267948966 rad - pos: -51.5,39.5 + pos: -77.5,61.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 7685 + - uid: 24118 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,49.5 + pos: -78.5,60.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7686 + color: '#0000FFFF' +- proto: GasVentPump + entities: + - uid: 1636 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,47.5 + rot: 3.141592653589793 rad + pos: -2.5,30.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7687 + color: '#0000FFFF' + - uid: 8238 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,45.5 + pos: -6.5,68.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7688 + - type: AtmosDevice + joinedGrid: 2 + - uid: 9395 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,43.5 + pos: 62.5,43.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7689 + color: '#0000FFFF' + - uid: 10473 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,41.5 + pos: -29.5,8.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7726 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -60.5,38.5 - parent: 2 - - uid: 7732 + color: '#0000FFFF' + - uid: 10843 components: - type: Transform rot: 1.5707963267948966 rad - pos: -58.5,54.5 - parent: 2 - - uid: 7748 - components: - - type: Transform - pos: -50.5,54.5 - parent: 2 - - uid: 7756 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,45.5 + pos: -1.5,19.5 parent: 2 - - uid: 7762 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 13226 components: - type: Transform rot: 3.141592653589793 rad - pos: -50.5,45.5 - parent: 2 - - uid: 7773 - components: - - type: Transform - pos: -52.5,50.5 + pos: -0.5,14.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7812 + color: '#0000FFFF' + - uid: 28254 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-9.5 + pos: -24.5,21.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 8235 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,67.5 - parent: 2 - - uid: 8236 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,66.5 - parent: 2 - - uid: 8639 + - uid: 28255 components: - type: Transform - pos: 52.5,37.5 + pos: -39.5,24.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8819 - components: - - type: Transform - pos: -51.5,52.5 - parent: 2 - - uid: 9003 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,35.5 - parent: 2 - - uid: 9065 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,42.5 - parent: 2 - - uid: 9071 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -63.5,39.5 - parent: 2 - - uid: 9075 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,32.5 - parent: 2 - - uid: 9076 + color: '#0000FFFF' + - uid: 28271 components: - type: Transform rot: 1.5707963267948966 rad - pos: -64.5,35.5 - parent: 2 - - uid: 9080 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,36.5 + pos: 24.5,54.5 parent: 2 - - uid: 9081 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28300 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -65.5,35.5 + pos: 30.5,4.5 parent: 2 - - uid: 9082 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28301 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -63.5,42.5 + pos: 29.5,-0.5 parent: 2 - - uid: 9085 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28321 components: - type: Transform rot: 1.5707963267948966 rad - pos: -65.5,36.5 + pos: -25.5,-38.5 parent: 2 - - uid: 9086 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28327 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,40.5 + rot: 3.141592653589793 rad + pos: -7.5,-74.5 parent: 2 - - uid: 9087 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28347 components: - type: Transform rot: 1.5707963267948966 rad - pos: -64.5,40.5 + pos: 52.5,-14.5 parent: 2 - - uid: 9091 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28352 components: - type: Transform rot: 1.5707963267948966 rad - pos: -66.5,35.5 + pos: 21.5,-34.5 parent: 2 - - uid: 9092 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28363 components: - type: Transform rot: 1.5707963267948966 rad - pos: -65.5,32.5 - parent: 2 - - uid: 9105 - components: - - type: Transform - pos: -60.5,22.5 + pos: -22.5,31.5 parent: 2 - - uid: 9106 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28366 components: - type: Transform - pos: -44.5,46.5 + rot: 3.141592653589793 rad + pos: -32.5,25.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#17E8E2FF' - - uid: 9110 + color: '#0000FFFF' + - uid: 28367 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -65.5,23.5 + pos: -32.5,35.5 parent: 2 - - uid: 9313 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28368 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,38.5 + pos: -40.5,17.5 parent: 2 - - uid: 9314 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28369 components: - type: Transform rot: -1.5707963267948966 rad - pos: -60.5,20.5 + pos: -26.5,15.5 parent: 2 - - uid: 9484 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28370 components: - type: Transform rot: 1.5707963267948966 rad - pos: 41.5,50.5 + pos: -58.5,27.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 13377 + - uid: 28371 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,62.5 + rot: 1.5707963267948966 rad + pos: -52.5,30.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#17E8E2FF' - - uid: 13379 + color: '#0000FFFF' + - uid: 28372 components: - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,-21.5 + pos: -45.5,36.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 15778 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,4.5 - parent: 14592 - - uid: 15798 - components: - - type: Transform - pos: 4.5,-1.5 - parent: 14592 - - uid: 15799 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-3.5 - parent: 14592 - - uid: 15800 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-3.5 - parent: 14592 - - uid: 15801 + color: '#0000FFFF' + - uid: 28373 components: - type: Transform rot: 1.5707963267948966 rad - pos: 8.5,4.5 - parent: 14592 - - uid: 15803 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-1.5 - parent: 14592 - - uid: 24121 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -78.5,59.5 + pos: -60.5,12.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27823 + - uid: 28374 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,37.5 + pos: -28.5,52.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27824 + - uid: 28375 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,38.5 + rot: 3.141592653589793 rad + pos: -23.5,42.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27825 + - uid: 28376 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,39.5 + rot: 3.141592653589793 rad + pos: -33.5,40.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27826 + - uid: 28378 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,40.5 + rot: 1.5707963267948966 rad + pos: -14.5,58.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27828 + - uid: 28379 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,43.5 + rot: 1.5707963267948966 rad + pos: -7.5,59.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27829 + - uid: 28380 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,44.5 + rot: 3.141592653589793 rad + pos: -3.5,53.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27830 + - uid: 28381 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,45.5 + pos: 3.5,63.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27831 + - uid: 28382 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,46.5 + rot: 1.5707963267948966 rad + pos: -4.5,42.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27832 + - uid: 28385 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,47.5 + pos: 5.5,36.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27833 + - uid: 28386 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,48.5 + rot: 3.141592653589793 rad + pos: 10.5,44.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27834 + - uid: 28387 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,50.5 + rot: 3.141592653589793 rad + pos: 16.5,44.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27835 + - uid: 28389 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,51.5 + pos: 24.5,66.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27836 + - uid: 28390 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,53.5 + pos: 34.5,57.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27837 + - uid: 28391 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,54.5 + rot: 3.141592653589793 rad + pos: 30.5,41.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27838 + - uid: 28392 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,53.5 + pos: 43.5,51.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27839 + - uid: 28393 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,51.5 + rot: -1.5707963267948966 rad + pos: 51.5,41.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27840 + - uid: 28394 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,50.5 + rot: 3.141592653589793 rad + pos: 45.5,32.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27841 + - uid: 28396 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,48.5 + rot: 3.141592653589793 rad + pos: 31.5,34.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27843 + - uid: 28397 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,46.5 + pos: 22.5,30.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27844 + - uid: 28399 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,45.5 + rot: -1.5707963267948966 rad + pos: 34.5,17.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27845 + - uid: 28400 components: - type: Transform rot: 1.5707963267948966 rad - pos: -32.5,44.5 + pos: 24.5,21.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27846 + - uid: 28401 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,43.5 + rot: 3.141592653589793 rad + pos: 40.5,20.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27847 + - uid: 28402 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,41.5 + rot: 3.141592653589793 rad + pos: 32.5,23.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27848 + - uid: 28403 components: - type: Transform rot: 1.5707963267948966 rad - pos: -36.5,40.5 + pos: 50.5,20.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27849 + - uid: 28404 components: - type: Transform rot: 1.5707963267948966 rad - pos: -37.5,39.5 + pos: 56.5,21.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27850 + - uid: 28405 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,38.5 + rot: -1.5707963267948966 rad + pos: 64.5,21.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27851 + - uid: 28406 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,37.5 + rot: 3.141592653589793 rad + pos: 62.5,16.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27890 + - uid: 28407 components: - type: Transform - pos: 8.5,54.5 + rot: 3.141592653589793 rad + pos: 57.5,12.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27891 + - uid: 28408 components: - type: Transform - pos: 14.5,53.5 + pos: 59.5,5.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27892 + - uid: 28410 components: - type: Transform - pos: 17.5,52.5 + rot: -1.5707963267948966 rad + pos: 66.5,-5.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27893 + - uid: 28411 components: - type: Transform - pos: 19.5,51.5 + pos: 68.5,7.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27894 + - uid: 28412 components: - type: Transform - pos: 21.5,50.5 + rot: 3.141592653589793 rad + pos: 59.5,-3.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27895 + - uid: 28415 components: - type: Transform - pos: 26.5,49.5 + rot: 1.5707963267948966 rad + pos: 46.5,-26.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27896 + - uid: 28416 components: - type: Transform - pos: 29.5,38.5 + rot: 1.5707963267948966 rad + pos: 56.5,-23.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27897 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28417 components: - type: Transform - pos: 31.5,37.5 + rot: 3.141592653589793 rad + pos: 56.5,-18.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27898 + - uid: 28418 components: - type: Transform - pos: 35.5,35.5 + rot: -1.5707963267948966 rad + pos: 48.5,-36.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27900 + - uid: 28419 components: - type: Transform - pos: 40.5,28.5 + pos: 38.5,-36.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27901 + - uid: 28420 components: - type: Transform - pos: 47.5,27.5 + pos: 33.5,-29.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27902 + - uid: 28421 components: - type: Transform - pos: 48.5,26.5 + pos: 34.5,-20.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27903 + - uid: 28425 components: - type: Transform - pos: 49.5,24.5 + rot: 1.5707963267948966 rad + pos: 21.5,-17.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27904 + - uid: 28426 components: - type: Transform - pos: 50.5,23.5 + pos: 22.5,-26.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27905 + - uid: 28427 components: - type: Transform - pos: 51.5,22.5 + rot: -1.5707963267948966 rad + pos: 7.5,-45.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27907 + - uid: 28429 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,17.5 + rot: -1.5707963267948966 rad + pos: 41.5,-26.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27908 + - uid: 28431 components: - type: Transform rot: 3.141592653589793 rad - pos: 50.5,22.5 + pos: 18.5,-56.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27909 + - uid: 28432 components: - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,23.5 + pos: 32.5,-46.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27910 + - uid: 28433 components: - type: Transform rot: 3.141592653589793 rad - pos: 47.5,26.5 + pos: 38.5,-40.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27912 + - uid: 28434 components: - type: Transform rot: 3.141592653589793 rad - pos: 39.5,28.5 + pos: 45.5,-52.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27913 + - uid: 28435 components: - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,31.5 + pos: 14.5,-51.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27915 + - uid: 28436 components: - type: Transform rot: 3.141592653589793 rad - pos: 29.5,37.5 + pos: 1.5,-58.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27916 + - uid: 28438 components: - type: Transform rot: 3.141592653589793 rad - pos: 26.5,38.5 + pos: 8.5,-74.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27917 + - uid: 28439 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,49.5 + pos: -6.5,-58.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27918 + - uid: 28441 components: - type: Transform rot: 3.141592653589793 rad - pos: 19.5,50.5 + pos: -8.5,-52.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27919 + - uid: 28442 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,51.5 + pos: -25.5,-45.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27920 + - uid: 28443 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,52.5 + pos: -33.5,-38.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27921 + - uid: 28444 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,53.5 + pos: -29.5,-29.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27967 + - uid: 28445 components: - type: Transform rot: 3.141592653589793 rad - pos: 48.5,24.5 + pos: -36.5,-27.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27981 + - uid: 28446 components: - type: Transform - pos: 54.5,8.5 + pos: -31.5,-24.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 27982 + - uid: 28448 components: - type: Transform rot: 3.141592653589793 rad - pos: 53.5,8.5 + pos: -18.5,-35.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 28007 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 58.5,-23.5 - parent: 2 - - uid: 28151 + - uid: 28449 components: - type: Transform rot: -1.5707963267948966 rad - pos: -46.5,26.5 + pos: -14.5,-30.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 28152 + - uid: 28450 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,26.5 + pos: -12.5,-23.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 28153 + - uid: 28451 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,24.5 + pos: -27.5,-15.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 28154 + - uid: 28452 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,21.5 + pos: -29.5,-11.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 28155 + - uid: 28453 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,19.5 + pos: -41.5,0.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 28156 + - uid: 28454 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,17.5 + pos: -46.5,-38.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 28157 + - uid: 28455 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,13.5 + rot: 3.141592653589793 rad + pos: -46.5,-43.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 28158 + - uid: 28456 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,13.5 + rot: 3.141592653589793 rad + pos: -39.5,-46.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 28159 + - uid: 28457 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,17.5 + rot: 3.141592653589793 rad + pos: -46.5,-50.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 28160 + - uid: 28458 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,19.5 + pos: -42.5,-30.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 28161 + - uid: 28459 components: - type: Transform rot: -1.5707963267948966 rad - pos: -48.5,21.5 + pos: -50.5,15.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 28162 + - uid: 28460 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,24.5 + rot: 3.141592653589793 rad + pos: -41.5,32.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 28163 + - uid: 28461 components: - type: Transform rot: -1.5707963267948966 rad - pos: -52.5,8.5 + pos: 7.5,31.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28164 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28700 components: - type: Transform rot: 1.5707963267948966 rad - pos: -53.5,8.5 + pos: -4.5,-44.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 28165 + - uid: 28758 components: - type: Transform - pos: -52.5,-7.5 + pos: 6.5,-58.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 28166 + - uid: 28978 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,-7.5 + rot: 1.5707963267948966 rad + pos: 25.5,42.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 28167 + - uid: 29358 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-12.5 + rot: -1.5707963267948966 rad + pos: 28.5,22.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 28168 + - uid: 29367 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-16.5 + pos: -46.5,39.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 28169 + - uid: 29374 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,-18.5 + pos: -43.5,7.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 28170 + - uid: 29454 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,-21.5 + rot: 1.5707963267948966 rad + pos: 38.5,29.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 28171 + - uid: 29938 components: - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,-23.5 + rot: -1.5707963267948966 rad + pos: 43.5,-18.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 28172 + - uid: 29939 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,-25.5 + rot: -1.5707963267948966 rad + pos: 44.5,-13.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 28173 + - uid: 30046 components: - type: Transform rot: 3.141592653589793 rad - pos: -46.5,-27.5 + pos: -4.5,-34.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 28174 + - uid: 30047 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,-28.5 + pos: 1.5,-29.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 28175 + - uid: 30048 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-30.5 + rot: -1.5707963267948966 rad + pos: 8.5,-34.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 28176 + - uid: 30065 components: - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,-31.5 + pos: 14.5,-43.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 28177 + - uid: 30562 components: - type: Transform rot: 3.141592653589793 rad - pos: -42.5,-32.5 + pos: -17.5,29.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 28178 + - uid: 31815 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-33.5 + rot: -1.5707963267948966 rad + pos: 24.5,-48.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 28179 + - uid: 31840 components: - type: Transform rot: 3.141592653589793 rad - pos: -40.5,-41.5 + pos: 54.5,0.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 28180 + - uid: 32256 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-42.5 + pos: -30.5,-41.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 28181 + - uid: 33215 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-44.5 + rot: -1.5707963267948966 rad + pos: -10.5,39.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 28182 + - uid: 33300 components: - type: Transform rot: 3.141592653589793 rad - pos: -28.5,-45.5 + pos: 41.5,-6.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 28183 + - uid: 33623 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-46.5 + pos: -3.5,-3.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 28184 + - uid: 33698 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-47.5 + pos: 34.5,-16.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 28185 + - uid: 33701 components: - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,-50.5 + pos: 27.5,-14.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 28186 + - uid: 34217 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-51.5 + pos: -28.5,-3.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 28187 + - uid: 35203 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-52.5 + pos: 56.5,34.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 28188 + - uid: 35205 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-52.5 + pos: 68.5,34.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 28189 + - uid: 35207 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-51.5 + rot: 1.5707963267948966 rad + pos: 58.5,30.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 28190 + - uid: 35210 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,-49.5 + rot: 1.5707963267948966 rad + pos: 53.5,30.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 28191 + - uid: 35694 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,-48.5 + pos: -76.5,82.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 28192 + - uid: 35698 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-47.5 + rot: 3.141592653589793 rad + pos: -83.5,58.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 28193 + - uid: 35699 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,-46.5 + rot: 1.5707963267948966 rad + pos: -88.5,66.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 28194 + - uid: 35701 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-45.5 + rot: 1.5707963267948966 rad + pos: -84.5,72.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 28195 + - uid: 35702 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-44.5 + rot: 1.5707963267948966 rad + pos: -88.5,79.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 28196 + - uid: 35704 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-43.5 + rot: 3.141592653589793 rad + pos: -63.5,74.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 28197 + - uid: 36188 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-40.5 + rot: 3.141592653589793 rad + pos: -79.5,58.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 28198 +- proto: GasVentScrubber + entities: + - uid: 7733 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-38.5 + rot: 3.141592653589793 rad + pos: -58.5,53.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28199 + - type: AtmosDevice + joinedGrid: 2 + - uid: 7734 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,-37.5 + rot: 1.5707963267948966 rad + pos: -58.5,54.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28201 + - type: AtmosDevice + joinedGrid: 2 + - uid: 7903 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,-32.5 + rot: 3.141592653589793 rad + pos: 4.5,-6.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28202 + color: '#FF0000FF' + - uid: 8272 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-31.5 + pos: 60.5,43.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28203 + color: '#FF0000FF' + - uid: 10468 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,-28.5 + pos: -31.5,8.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28204 + color: '#FF0000FF' + - uid: 10844 components: - type: Transform rot: -1.5707963267948966 rad - pos: 48.5,-26.5 + pos: 2.5,19.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28205 + color: '#FF0000FF' + - uid: 23871 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,-24.5 + rot: 1.5707963267948966 rad + pos: -25.5,-15.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28206 + color: '#FF0000FF' + - uid: 27814 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,-22.5 + rot: 3.141592653589793 rad + pos: -9.5,-74.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28207 + color: '#FF0000FF' + - uid: 28252 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,-19.5 + pos: -30.5,35.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28208 + color: '#FF0000FF' + - uid: 28253 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,-18.5 + rot: 3.141592653589793 rad + pos: -30.5,25.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28209 + color: '#FF0000FF' + - uid: 28256 components: - type: Transform rot: -1.5707963267948966 rad - pos: 54.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28210 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28211 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28212 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,-19.5 + pos: -26.5,17.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28213 + color: '#FF0000FF' + - uid: 28257 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,-22.5 + pos: -37.5,24.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28214 + color: '#FF0000FF' + - uid: 28258 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,-24.5 + pos: -42.5,17.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28216 + color: '#FF0000FF' + - uid: 28259 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-28.5 + pos: -45.5,7.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28217 + color: '#FF0000FF' + - uid: 28263 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,-31.5 + pos: -17.5,34.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28218 + color: '#FF0000FF' + - uid: 28265 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 43.5,-32.5 + rot: 3.141592653589793 rad + pos: -21.5,42.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28219 + color: '#FF0000FF' + - uid: 28266 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-36.5 + pos: -26.5,52.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28220 + color: '#FF0000FF' + - uid: 28267 components: - type: Transform rot: 1.5707963267948966 rad - pos: 36.5,-37.5 + pos: -14.5,60.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28221 + color: '#FF0000FF' + - uid: 28268 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-38.5 + rot: -1.5707963267948966 rad + pos: -7.5,61.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28222 + color: '#FF0000FF' + - uid: 28269 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,-40.5 + pos: 1.5,63.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28223 + color: '#FF0000FF' + - uid: 28270 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,-43.5 + pos: 22.5,66.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28224 + color: '#FF0000FF' + - uid: 28272 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-44.5 + pos: 36.5,57.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28225 + color: '#FF0000FF' + - uid: 28273 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,-45.5 + pos: 45.5,51.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28226 + color: '#FF0000FF' + - uid: 28274 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-46.5 + rot: 3.141592653589793 rad + pos: 33.5,41.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28227 + color: '#FF0000FF' + - uid: 28275 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,-47.5 + rot: -1.5707963267948966 rad + pos: 51.5,43.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28228 + color: '#FF0000FF' + - uid: 28276 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,-48.5 + rot: 3.141592653589793 rad + pos: 47.5,32.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28229 + color: '#FF0000FF' + - uid: 28278 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,-49.5 + pos: 24.5,30.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28230 + color: '#FF0000FF' + - uid: 28279 components: - type: Transform rot: 1.5707963267948966 rad - pos: 16.5,-51.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28231 - components: - - type: Transform - pos: 9.5,-51.5 + pos: 24.5,23.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28232 + color: '#FF0000FF' + - uid: 28280 components: - type: Transform - pos: -16.5,-50.5 + rot: 3.141592653589793 rad + pos: 34.5,23.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28233 + color: '#FF0000FF' + - uid: 28281 components: - type: Transform - pos: -23.5,-47.5 + rot: 3.141592653589793 rad + pos: 42.5,20.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28235 + color: '#FF0000FF' + - uid: 28282 components: - type: Transform - pos: -27.5,-45.5 + rot: -1.5707963267948966 rad + pos: 34.5,19.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28236 + color: '#FF0000FF' + - uid: 28283 components: - type: Transform - pos: -28.5,-44.5 + rot: 1.5707963267948966 rad + pos: 56.5,23.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28237 + color: '#FF0000FF' + - uid: 28284 components: - type: Transform - pos: -29.5,-42.5 + rot: -1.5707963267948966 rad + pos: 64.5,23.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28239 + color: '#FF0000FF' + - uid: 28285 components: - type: Transform - pos: -40.5,-33.5 + rot: 3.141592653589793 rad + pos: 58.5,12.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28240 + color: '#FF0000FF' + - uid: 28286 components: - type: Transform - pos: -41.5,-32.5 + pos: 57.5,5.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28242 + color: '#FF0000FF' + - uid: 28287 components: - type: Transform - pos: -43.5,-30.5 + rot: 3.141592653589793 rad + pos: 57.5,-3.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28243 + color: '#FF0000FF' + - uid: 28288 components: - type: Transform - pos: -44.5,-28.5 + rot: -1.5707963267948966 rad + pos: 66.5,1.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28244 + color: '#FF0000FF' + - uid: 28289 components: - type: Transform - pos: -45.5,-27.5 + pos: 66.5,7.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28245 + color: '#FF0000FF' + - uid: 28290 components: - type: Transform - pos: -46.5,-25.5 + pos: 56.5,-12.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28246 + color: '#FF0000FF' + - uid: 28291 components: - type: Transform - pos: -47.5,-23.5 + rot: 1.5707963267948966 rad + pos: 56.5,-20.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28247 + color: '#FF0000FF' + - uid: 28292 components: - type: Transform - pos: -48.5,-21.5 + rot: -1.5707963267948966 rad + pos: 48.5,-35.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28248 + color: '#FF0000FF' + - uid: 28293 components: - type: Transform - pos: -49.5,-18.5 + rot: 3.141592653589793 rad + pos: 40.5,-40.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28249 + color: '#FF0000FF' + - uid: 28296 components: - type: Transform - pos: -50.5,-16.5 + pos: 20.5,-26.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28250 + color: '#FF0000FF' + - uid: 28297 components: - type: Transform - pos: -51.5,-12.5 + pos: 32.5,-20.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28261 + color: '#FF0000FF' + - uid: 28299 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-39.5 + rot: 1.5707963267948966 rad + pos: 21.5,-19.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28316 + - uid: 28302 components: - type: Transform - pos: -24.5,-14.5 + pos: 31.5,-29.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28384 + - uid: 28303 components: - type: Transform rot: -1.5707963267948966 rad - pos: -45.5,35.5 + pos: 41.5,-28.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28437 + color: '#FF0000FF' + - uid: 28304 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-33.5 + rot: -1.5707963267948966 rad + pos: 43.5,-20.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28524 + color: '#FF0000FF' + - uid: 28305 components: - type: Transform rot: -1.5707963267948966 rad - pos: -31.5,-33.5 + pos: 44.5,-15.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28561 + color: '#FF0000FF' + - uid: 28306 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 57.5,-20.5 + rot: 3.141592653589793 rad + pos: 47.5,-52.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28587 + - uid: 28307 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-51.5 + pos: 34.5,-46.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28686 + color: '#FF0000FF' + - uid: 28308 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,5.5 + rot: 3.141592653589793 rad + pos: 20.5,-56.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28718 + - uid: 28309 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,41.5 + pos: 11.5,-43.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28719 + - uid: 28310 components: - type: Transform rot: -1.5707963267948966 rad - pos: -29.5,42.5 + pos: 7.5,-43.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28720 + - uid: 28311 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,44.5 + rot: 1.5707963267948966 rad + pos: -4.5,-42.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28722 + - uid: 28312 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,46.5 + rot: 3.141592653589793 rad + pos: -6.5,-34.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28723 + - uid: 28313 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,48.5 + pos: -0.5,-29.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28724 + - uid: 28314 components: - type: Transform rot: -1.5707963267948966 rad - pos: -15.5,49.5 + pos: 8.5,-36.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28725 + - uid: 28315 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,50.5 + pos: -27.5,-11.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28726 + - uid: 28317 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,51.5 + pos: -29.5,-24.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28727 + - uid: 28318 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,51.5 + pos: -31.5,-29.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28728 + - uid: 28319 components: - type: Transform rot: 3.141592653589793 rad - pos: 13.5,50.5 + pos: -38.5,-27.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28729 + - uid: 28320 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,49.5 + pos: -43.5,-15.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28731 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28322 components: - type: Transform rot: 3.141592653589793 rad - pos: 23.5,45.5 + pos: -16.5,-35.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28732 + - uid: 28323 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,38.5 + rot: -1.5707963267948966 rad + pos: -14.5,-29.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28733 + - uid: 28324 components: - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,37.5 + pos: -14.5,-23.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28734 + - uid: 28325 components: - type: Transform rot: 3.141592653589793 rad - pos: 26.5,35.5 + pos: -0.5,-58.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28735 + - uid: 28326 components: - type: Transform rot: 3.141592653589793 rad - pos: 27.5,31.5 + pos: 10.5,-74.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28736 + - uid: 28330 components: - type: Transform rot: 3.141592653589793 rad - pos: 31.5,28.5 + pos: -37.5,-46.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28737 + - uid: 28331 components: - type: Transform rot: 3.141592653589793 rad - pos: 35.5,27.5 + pos: -44.5,-50.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28738 + - uid: 28332 components: - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,26.5 + rot: 1.5707963267948966 rad + pos: -60.5,10.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28739 + - uid: 28333 components: - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,25.5 + pos: -48.5,-38.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28740 + - uid: 28334 components: - type: Transform rot: 3.141592653589793 rad - pos: 44.5,24.5 + pos: -48.5,-43.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28741 + - uid: 28335 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,23.5 + rot: 1.5707963267948966 rad + pos: -52.5,28.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28742 + - uid: 28336 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,21.5 + pos: -43.5,36.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28743 + - uid: 28337 components: - type: Transform - rot: 3.141592653589793 rad - pos: 48.5,18.5 + rot: 1.5707963267948966 rad + pos: -58.5,29.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28744 + - uid: 28338 components: - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,16.5 + pos: -1.5,53.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28745 + - uid: 28339 components: - type: Transform rot: 3.141592653589793 rad - pos: 50.5,12.5 + pos: 8.5,44.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28746 + - uid: 28340 components: - type: Transform rot: 3.141592653589793 rad - pos: 51.5,7.5 + pos: 14.5,44.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28747 + - uid: 28341 components: - type: Transform rot: -1.5707963267948966 rad - pos: 52.5,-6.5 + pos: 25.5,44.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28748 + - uid: 28343 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,-11.5 + pos: 29.5,32.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28749 + - uid: 28345 components: - type: Transform rot: -1.5707963267948966 rad - pos: 50.5,-15.5 + pos: 49.5,19.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28750 + - uid: 28346 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,-17.5 + pos: 58.5,16.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28751 + - uid: 28349 components: - type: Transform rot: -1.5707963267948966 rad - pos: 48.5,-20.5 + pos: 51.5,-12.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28752 + - uid: 28350 components: - type: Transform rot: -1.5707963267948966 rad - pos: 47.5,-22.5 + pos: 46.5,-25.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28753 + - uid: 28351 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-24.5 + rot: 3.141592653589793 rad + pos: 37.5,-35.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28754 + - uid: 28353 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,-27.5 + rot: 3.141592653589793 rad + pos: 24.5,-46.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28755 + - uid: 28354 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,-31.5 + rot: 3.141592653589793 rad + pos: 12.5,-50.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28759 + - uid: 28355 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,-34.5 + rot: 3.141592653589793 rad + pos: -10.5,-52.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28760 + - uid: 28356 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-36.5 + rot: 3.141592653589793 rad + pos: -23.5,-45.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28761 + - uid: 28357 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-43.5 + rot: 3.141592653589793 rad + pos: -35.5,-38.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28762 + - uid: 28358 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,-44.5 + rot: 1.5707963267948966 rad + pos: -43.5,-28.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28763 + - uid: 28360 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-45.5 + rot: 1.5707963267948966 rad + pos: -49.5,14.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28764 + - uid: 28361 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-46.5 + pos: -41.5,29.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28766 + - uid: 28362 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-49.5 + pos: -33.5,39.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28767 + - uid: 28364 components: - type: Transform rot: -1.5707963267948966 rad - pos: 9.5,-50.5 + pos: -22.5,33.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28768 + - uid: 28365 components: - type: Transform rot: 3.141592653589793 rad - pos: -15.5,-50.5 + pos: -26.5,21.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28769 + - uid: 28383 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-48.5 + rot: 1.5707963267948966 rad + pos: -4.5,44.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28770 + - uid: 28413 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-46.5 + pos: 55.5,0.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28771 + - uid: 28423 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-44.5 + pos: 32.5,-0.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28772 + - uid: 28424 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,-41.5 + pos: 31.5,4.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28773 + - uid: 28430 components: - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,-40.5 + rot: 1.5707963267948966 rad + pos: 21.5,-32.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28775 + - uid: 28447 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,-32.5 + rot: 1.5707963267948966 rad + pos: -25.5,-37.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28776 + - uid: 28463 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-31.5 + rot: -1.5707963267948966 rad + pos: 7.5,29.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28777 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28467 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-30.5 + rot: 1.5707963267948966 rad + pos: 28.5,24.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28778 + - uid: 28919 components: - type: Transform rot: 3.141592653589793 rad - pos: -42.5,-29.5 + pos: 3.5,36.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28779 + - uid: 28967 components: - type: Transform rot: 3.141592653589793 rad - pos: -43.5,-27.5 + pos: -0.5,30.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28780 + - uid: 29189 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-26.5 + rot: 1.5707963267948966 rad + pos: 24.5,52.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28781 + - uid: 29437 components: - type: Transform rot: 3.141592653589793 rad - pos: -45.5,-24.5 + pos: -44.5,0.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28782 + - uid: 29455 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-22.5 + pos: 39.5,27.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28783 + - uid: 30101 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,-20.5 + pos: -43.5,40.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28784 + - uid: 30356 components: - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,-17.5 + rot: 1.5707963267948966 rad + pos: -4.5,-58.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28785 + - uid: 30370 components: - type: Transform rot: 3.141592653589793 rad - pos: -49.5,-15.5 + pos: 8.5,-58.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28786 + - uid: 32255 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,-11.5 + rot: -1.5707963267948966 rad + pos: -34.5,-35.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28787 + - uid: 33216 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-6.5 + rot: -1.5707963267948966 rad + pos: -10.5,37.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28788 + - uid: 33217 components: - type: Transform rot: -1.5707963267948966 rad - pos: -50.5,7.5 + pos: -10.5,43.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28789 + - uid: 33299 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,12.5 + pos: 39.5,-6.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28790 + - uid: 33699 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,13.5 + pos: 32.5,-16.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28791 + - uid: 33700 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,18.5 + pos: 29.5,-14.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28792 + - uid: 34219 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,20.5 + pos: -29.5,-3.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28793 + - uid: 35204 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,23.5 + rot: 3.141592653589793 rad + pos: 54.5,34.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28794 + - uid: 35206 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,25.5 + rot: 3.141592653589793 rad + pos: 66.5,34.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28795 + - uid: 35208 components: - type: Transform rot: -1.5707963267948966 rad - pos: -37.5,28.5 + pos: 58.5,28.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28796 + - uid: 35209 components: - type: Transform rot: -1.5707963267948966 rad - pos: -36.5,35.5 + pos: 53.5,28.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28797 + - uid: 35691 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,37.5 + pos: -81.5,63.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28798 + - uid: 35692 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,38.5 + pos: -81.5,74.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28799 + - uid: 35693 components: - type: Transform rot: 1.5707963267948966 rad - pos: -31.5,41.5 + pos: -82.5,84.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28800 + - uid: 35695 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,42.5 + rot: -1.5707963267948966 rad + pos: -61.5,76.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28801 + - uid: 35696 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,44.5 + rot: 3.141592653589793 rad + pos: -77.5,56.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28803 + - uid: 35700 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,46.5 + pos: -86.5,68.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28804 + - type: AtmosDevice + joinedGrid: 2 + - uid: 35769 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,48.5 + pos: -71.5,83.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28805 + - uid: 43000 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,49.5 + rot: 3.141592653589793 rad + pos: 1.5,14.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 28806 +- proto: GasVolumePump + entities: + - uid: 7618 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,50.5 + rot: 3.141592653589793 rad + pos: -45.5,45.5 parent: 2 + - type: AtmosDevice + joinedGrid: 2 - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28807 + color: '#17E8E2FF' +- proto: Gateway + entities: + - uid: 9784 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,51.5 + pos: -7.5,33.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28808 + - type: Gateway + enabled: True + - uid: 43285 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,52.5 + pos: 5.5,-8.5 + parent: 36907 + - type: Gateway + enabled: True +- proto: Gauze + entities: + - uid: 10343 + components: + - type: Transform + pos: 24.698479,51.587063 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28809 + - uid: 12231 components: - type: Transform - pos: 7.5,52.5 + pos: 26.548803,-21.891413 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28810 + - uid: 12232 components: - type: Transform - pos: 13.5,51.5 + pos: 26.489355,-22.159004 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28811 +- proto: GeigerCounter + entities: + - uid: 13380 components: - type: Transform - pos: 16.5,50.5 + pos: -63.721565,8.711062 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28812 + - uid: 13381 components: - type: Transform - pos: 18.5,49.5 + pos: -63.517185,8.535795 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28813 +- proto: GeneratorBasic15kW + entities: + - uid: 13981 components: - type: Transform - pos: 23.5,46.5 + pos: 2.5,-0.5 + parent: 13793 + - uid: 14688 + components: + - type: Transform + pos: 15.5,4.5 + parent: 14592 + - uid: 14912 + components: + - type: Transform + pos: 15.5,6.5 + parent: 14592 + - uid: 15452 + components: + - type: Transform + pos: 14.5,6.5 + parent: 14592 + - uid: 15454 + components: + - type: Transform + pos: 15.5,5.5 + parent: 14592 + - uid: 33996 + components: + - type: Transform + pos: -86.5,69.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28814 + - uid: 34020 components: - type: Transform - pos: 24.5,45.5 + pos: -85.5,69.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28815 + - uid: 34044 components: - type: Transform - pos: 25.5,38.5 + pos: -87.5,69.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28816 + - uid: 39499 components: - type: Transform - pos: 26.5,37.5 + pos: 24.5,2.5 + parent: 36907 + - uid: 39500 + components: + - type: Transform + pos: 24.5,3.5 + parent: 36907 +- proto: GeneratorRTG + entities: + - uid: 2109 + components: + - type: Transform + pos: 14.5,-39.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28817 + - uid: 14492 components: - type: Transform - pos: 27.5,35.5 + pos: -65.5,83.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28818 + - uid: 36556 components: - type: Transform - pos: 31.5,31.5 + pos: 6.5,-8.5 + parent: 36450 + - uid: 36557 + components: + - type: Transform + pos: 5.5,-8.5 + parent: 36450 +- proto: GeneratorRTGDamaged + entities: + - uid: 13600 + components: + - type: Transform + pos: -39.5,-10.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28819 +- proto: GeneratorWallmountBasic + entities: + - uid: 31406 components: - type: Transform - pos: 35.5,28.5 + pos: -1.5,0.5 + parent: 31348 + - uid: 31407 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 31348 + - uid: 31408 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 31348 + - uid: 31409 + components: + - type: Transform + pos: 2.5,0.5 + parent: 31348 + - uid: 32985 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 32914 + - uid: 32986 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 32914 + - uid: 32987 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 32914 + - uid: 32988 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 32914 + - uid: 32989 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 32914 + - uid: 39501 + components: + - type: Transform + pos: 39.5,-29.5 + parent: 36907 + - uid: 39502 + components: + - type: Transform + pos: 40.5,-30.5 + parent: 36907 +- proto: Girder + entities: + - uid: 14428 + components: + - type: Transform + pos: -17.5,-57.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28821 + - uid: 15942 components: - type: Transform - pos: 41.5,26.5 + pos: -1.5,17.5 + parent: 14592 + - uid: 15953 + components: + - type: Transform + pos: 0.5,17.5 + parent: 14592 + - uid: 16022 + components: + - type: Transform + pos: -1.5,15.5 + parent: 14592 + - uid: 16075 + components: + - type: Transform + pos: 0.5,15.5 + parent: 14592 + - uid: 16077 + components: + - type: Transform + pos: 0.5,16.5 + parent: 14592 +- proto: GlowstickBase + entities: + - uid: 2836 + components: + - type: Transform + pos: 62.407364,-28.473955 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28822 + - uid: 5002 components: - type: Transform - pos: 44.5,25.5 + pos: 62.73549,-28.630205 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28823 + - uid: 6717 components: - type: Transform - pos: 46.5,24.5 + pos: 62.438614,-28.442705 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28824 + - uid: 6928 components: - type: Transform - pos: 47.5,23.5 + pos: 62.48549,-28.442705 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28825 + - uid: 9412 components: - type: Transform - pos: 48.5,21.5 + pos: 62.282364,-28.317705 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28826 + - uid: 11019 components: - type: Transform - pos: 49.5,18.5 + pos: 62.36049,-28.442705 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28827 + - uid: 12274 components: - type: Transform - pos: 50.5,16.5 + pos: 53.603977,-29.439735 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28828 + - uid: 33121 components: - type: Transform - pos: 51.5,12.5 + parent: 31568 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 33125 + components: + - type: Transform + parent: 31568 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 33126 + components: + - type: Transform + parent: 31568 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 33128 + components: + - type: Transform + parent: 31568 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 33486 + components: + - type: Transform + pos: -33.547775,51.528877 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28829 + - uid: 33489 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.373695,48.467884 + parent: 2 +- proto: GlowstickBlue + entities: + - uid: 33120 + components: + - type: Transform + parent: 31568 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 33131 + components: + - type: Transform + parent: 31568 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 33132 + components: + - type: Transform + parent: 31568 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 33133 + components: + - type: Transform + parent: 31568 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: GlowstickPurple + entities: + - uid: 33123 + components: + - type: Transform + parent: 31568 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 33127 + components: + - type: Transform + parent: 31568 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 33129 + components: + - type: Transform + parent: 31568 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 33130 + components: + - type: Transform + parent: 31568 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: GlowstickRed + entities: + - uid: 31569 + components: + - type: Transform + parent: 31568 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 31571 + components: + - type: Transform + parent: 31568 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 33119 + components: + - type: Transform + parent: 31568 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 33142 + components: + - type: Transform + parent: 31568 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 33488 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.579025,48.388252 + parent: 2 +- proto: GlowstickYellow + entities: + - uid: 31570 + components: + - type: Transform + parent: 31568 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 33122 + components: + - type: Transform + parent: 31568 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 33124 + components: + - type: Transform + parent: 31568 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 33141 + components: + - type: Transform + parent: 31568 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 33487 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.391527,51.435127 + parent: 2 +- proto: GoldOre1 + entities: + - uid: 35631 + components: + - type: Transform + pos: -36.103928,63.054745 + parent: 2 + - uid: 35632 + components: + - type: Transform + pos: -35.447678,63.91412 + parent: 2 +- proto: GrassBattlemap + entities: + - uid: 9835 + components: + - type: Transform + pos: 9.750498,47.369194 + parent: 2 +- proto: GravityGenerator + entities: + - uid: 7221 + components: + - type: Transform + pos: -26.5,42.5 + parent: 2 +- proto: GravityGeneratorMini + entities: + - uid: 32910 components: - type: Transform - pos: 52.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28830 + pos: -0.5,4.5 + parent: 30892 + - type: Stealth + - type: StealthOnMove + - uid: 32911 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28831 + pos: 2.5,-1.5 + parent: 31348 + - type: Stealth + - type: StealthOnMove + - type: Visibility + layer: 8 + - uid: 32984 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28832 + pos: 3.5,-2.5 + parent: 32914 + - type: Stealth + - type: StealthOnMove + - type: Visibility + layer: 8 + - uid: 33186 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28833 + pos: 13.5,6.5 + parent: 14592 + - uid: 36553 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28834 + pos: 3.5,-7.5 + parent: 36450 + - uid: 39503 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28835 + pos: 24.5,1.5 + parent: 36907 +- proto: Grille + entities: + - uid: 38 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-22.5 + pos: -46.5,49.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28836 + - uid: 44 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,-24.5 + pos: -73.5,84.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28837 + - uid: 98 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-27.5 + pos: -53.5,49.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28838 + - uid: 415 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,-31.5 + pos: -15.5,35.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28839 + - uid: 436 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-33.5 + pos: -86.5,80.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28840 + - uid: 492 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-34.5 + rot: -1.5707963267948966 rad + pos: 69.5,-39.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28842 + - uid: 575 components: - type: Transform - pos: 29.5,-40.5 + rot: -1.5707963267948966 rad + pos: 66.5,-33.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28843 + - uid: 588 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-40.5 + rot: -1.5707963267948966 rad + pos: 68.5,-36.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28844 + - uid: 590 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,-43.5 + rot: -1.5707963267948966 rad + pos: 68.5,-35.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28845 + - uid: 591 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-44.5 + rot: -1.5707963267948966 rad + pos: 66.5,-35.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28846 + - uid: 689 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-45.5 + rot: -1.5707963267948966 rad + pos: 66.5,-34.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28847 + - uid: 758 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-46.5 + pos: -53.5,50.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28848 + - uid: 782 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-48.5 + pos: 0.5,-2.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28849 + - uid: 825 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-49.5 + pos: -53.5,52.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28850 + - uid: 1033 components: - type: Transform - pos: -15.5,-48.5 + pos: -0.5,-2.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28851 + - uid: 1131 components: - type: Transform - pos: -20.5,-46.5 + pos: 27.5,57.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28852 + - uid: 1210 components: - type: Transform - pos: -22.5,-44.5 + pos: 38.5,32.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28853 + - uid: 1238 components: - type: Transform - pos: -27.5,-41.5 + pos: -15.5,-6.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28854 + - uid: 1241 components: - type: Transform - pos: -28.5,-40.5 + pos: 10.5,-3.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28855 + - uid: 1242 components: - type: Transform - pos: -31.5,-36.5 + pos: 19.5,-3.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28856 + - uid: 1250 components: - type: Transform - pos: -38.5,-32.5 + pos: 16.5,-6.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28857 + - uid: 1258 components: - type: Transform - pos: -39.5,-31.5 + pos: 36.5,34.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28858 + - uid: 1267 components: - type: Transform - pos: -40.5,-30.5 + pos: 17.5,-6.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28859 + - uid: 1271 components: - type: Transform - pos: -41.5,-29.5 + rot: 3.141592653589793 rad + pos: -63.5,2.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28860 + - uid: 1276 components: - type: Transform - pos: -42.5,-27.5 + rot: 3.141592653589793 rad + pos: -63.5,1.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28861 + - uid: 1288 components: - type: Transform - pos: -44.5,-24.5 + pos: -78.5,84.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28862 + - uid: 1331 components: - type: Transform - pos: -43.5,-26.5 + pos: 73.5,-19.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28863 + - uid: 1404 components: - type: Transform - pos: -45.5,-22.5 + pos: 73.5,-23.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28864 + - uid: 1409 components: - type: Transform - pos: -46.5,-20.5 + pos: 73.5,-21.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28865 + - uid: 2090 components: - type: Transform - pos: -47.5,-17.5 + pos: -5.5,-81.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28866 + - uid: 2557 components: - type: Transform - pos: -48.5,-15.5 + pos: 63.5,-57.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28867 + - uid: 2570 components: - type: Transform - pos: -49.5,-11.5 + pos: 67.5,-57.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28868 + - uid: 2577 components: - type: Transform - pos: -50.5,-6.5 + pos: 67.5,-58.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28869 + - uid: 2716 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,7.5 + rot: 3.141592653589793 rad + pos: 44.5,-37.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28870 + - uid: 2812 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,12.5 + pos: -10.5,-3.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28871 + - uid: 2813 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,13.5 + pos: -9.5,-3.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28872 + - uid: 2814 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,18.5 + pos: -8.5,-3.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28873 + - uid: 2821 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,20.5 + pos: -15.5,-3.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28874 + - uid: 2825 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,23.5 + pos: -7.5,-3.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28875 + - uid: 2827 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,25.5 + pos: -14.5,-3.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28877 + - uid: 2829 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,35.5 + pos: -6.5,5.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28878 + - uid: 2830 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,37.5 + pos: -6.5,7.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28879 + - uid: 2832 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,38.5 + pos: 7.5,7.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28921 + - uid: 2833 components: - type: Transform - pos: 3.5,37.5 + pos: -6.5,6.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28947 + - uid: 2852 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,35.5 + pos: 21.5,-23.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28960 + - uid: 2853 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,31.5 + pos: 21.5,-24.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28961 + - uid: 3123 components: - type: Transform rot: 1.5707963267948966 rad - pos: -2.5,32.5 + pos: 59.5,37.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28962 + - uid: 3245 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,31.5 + pos: 19.5,-6.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28963 + - uid: 3270 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,32.5 + pos: -4.5,-7.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28968 + - uid: 3272 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,31.5 + pos: -93.5,76.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28976 + - uid: 3280 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,30.5 + pos: 21.5,-22.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28997 + - uid: 3440 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,35.5 + pos: 75.5,-0.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29005 + - uid: 3441 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,34.5 + pos: 75.5,0.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29028 + - uid: 3442 components: - type: Transform - pos: -51.5,34.5 + pos: 74.5,-1.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29029 + - uid: 3443 components: - type: Transform - pos: 39.5,54.5 + pos: 74.5,-3.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29030 + - uid: 3444 components: - type: Transform - pos: 37.5,52.5 + pos: 75.5,1.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29048 + - uid: 3450 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,32.5 + pos: 74.5,2.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29049 + - uid: 3615 components: - type: Transform rot: 1.5707963267948966 rad - pos: -52.5,32.5 + pos: 75.5,25.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29050 + - uid: 3617 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,59.5 + rot: 1.5707963267948966 rad + pos: 66.5,47.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29051 + - uid: 3631 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,57.5 + pos: 56.5,28.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29052 + - uid: 3632 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,31.5 + pos: 56.5,29.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29053 + - uid: 3642 components: - type: Transform rot: 1.5707963267948966 rad - pos: -53.5,31.5 + pos: 63.5,55.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29054 + - uid: 3809 components: - type: Transform - pos: 23.5,65.5 + pos: 47.5,40.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29055 + - uid: 3816 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,65.5 + pos: 46.5,40.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29072 + - uid: 3824 components: - type: Transform - pos: -51.5,29.5 + rot: 1.5707963267948966 rad + pos: 74.5,25.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29083 + - uid: 3829 components: - type: Transform - pos: 30.5,59.5 + pos: -16.5,-3.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29084 + - uid: 4104 components: - type: Transform - pos: 28.5,57.5 + pos: -14.5,54.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29134 + - uid: 4390 components: - type: Transform rot: -1.5707963267948966 rad - pos: -57.5,27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29138 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,41.5 + pos: 34.5,-27.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29139 + - uid: 4454 components: - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,43.5 + pos: -49.5,59.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29140 + - uid: 4461 components: - type: Transform - pos: 50.5,47.5 + pos: -48.5,59.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29141 + - uid: 4462 components: - type: Transform - pos: 49.5,46.5 + pos: -47.5,59.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29170 + - uid: 4463 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,44.5 + pos: -45.5,61.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29171 + - uid: 4464 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,45.5 + pos: -44.5,61.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29182 + - uid: 4469 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,35.5 + pos: -53.5,57.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29183 + - uid: 4470 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,36.5 + pos: -52.5,57.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29188 + - uid: 4478 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,17.5 + pos: -55.5,56.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29203 + - uid: 4487 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,11.5 + pos: -63.5,38.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29204 + - uid: 4491 components: - type: Transform - pos: -59.5,12.5 + pos: -64.5,34.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29206 + - uid: 4492 components: - type: Transform - pos: 51.5,38.5 + pos: -71.5,33.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29207 + - uid: 4493 components: - type: Transform - pos: -38.5,33.5 + pos: -71.5,34.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29215 + - uid: 4494 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,30.5 + pos: -74.5,31.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29252 + - uid: 4495 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,33.5 + pos: -74.5,30.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29296 + - uid: 4496 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,46.5 + pos: -74.5,29.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29297 + - uid: 4497 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,15.5 + pos: -76.5,27.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29313 + - uid: 4498 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,47.5 + pos: -76.5,28.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29329 + - uid: 4499 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,47.5 + pos: -76.5,22.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29330 + - uid: 4500 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,20.5 + pos: -75.5,17.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29344 + - uid: 4501 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,16.5 + pos: -76.5,21.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29346 + - uid: 4503 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,16.5 + pos: -75.5,16.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29356 + - uid: 4504 components: - type: Transform - pos: -15.5,43.5 + pos: -72.5,13.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29361 + - uid: 4505 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,27.5 + pos: -72.5,12.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29362 + - uid: 4506 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,28.5 + pos: -72.5,11.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29363 + - uid: 4508 components: - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,19.5 + rot: -1.5707963267948966 rad + pos: -73.5,6.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29384 + - uid: 4511 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,4.5 + pos: -68.5,35.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29389 + - uid: 4512 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,29.5 + pos: -67.5,35.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29390 + - uid: 4513 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,29.5 + pos: -84.5,-14.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29461 + - uid: 4515 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-33.5 + pos: -77.5,-13.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29462 + - uid: 4516 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-32.5 + pos: -78.5,-13.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29466 + - uid: 4517 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-32.5 + pos: -80.5,-13.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29488 + - uid: 4518 components: - type: Transform - pos: -28.5,-26.5 + pos: -81.5,-13.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29497 + - uid: 4520 components: - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,-26.5 + pos: -85.5,-14.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29515 + - uid: 4521 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-38.5 + pos: -86.5,-14.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29519 + - uid: 4522 components: - type: Transform - pos: -20.5,-32.5 + pos: -78.5,-31.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29522 + - uid: 4524 components: - type: Transform - pos: -18.5,-33.5 + pos: -86.5,-17.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29528 + - uid: 4525 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-25.5 + pos: -86.5,-18.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29535 + - uid: 4526 components: - type: Transform - pos: 62.5,17.5 + pos: -86.5,-27.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29536 + - uid: 4527 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,-25.5 + pos: -86.5,-28.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29539 + - uid: 4528 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 60.5,15.5 + pos: -86.5,-30.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29550 + - uid: 4529 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-25.5 + pos: -87.5,-20.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29586 + - uid: 4530 components: - type: Transform - pos: -19.5,-17.5 + pos: -86.5,-20.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29606 + - uid: 4531 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,-17.5 + pos: -87.5,-24.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29607 + - uid: 4532 components: - type: Transform - pos: -21.5,-16.5 + pos: -86.5,-24.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29631 + - uid: 4533 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-16.5 + pos: -89.5,-22.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29638 + - uid: 4534 components: - type: Transform - rot: 3.141592653589793 rad - pos: 64.5,-5.5 + pos: -86.5,-26.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29639 + - uid: 4536 components: - type: Transform - pos: 64.5,1.5 + pos: -89.5,-23.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29641 + - uid: 4537 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 65.5,-0.5 + pos: -85.5,-30.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29702 + - uid: 4538 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,-48.5 + pos: -84.5,-30.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29703 + - uid: 4539 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-48.5 + pos: -82.5,-31.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29715 + - uid: 4540 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 66.5,2.5 + pos: -81.5,-31.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29716 + - uid: 4542 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 65.5,2.5 + pos: -77.5,-31.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29718 + - uid: 4543 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 68.5,0.5 + pos: -76.5,-31.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29734 + - uid: 4545 components: - type: Transform - pos: 58.5,-17.5 + pos: -74.5,-30.5 parent: 2 - - uid: 29735 + - uid: 4546 components: - type: Transform - pos: 57.5,-13.5 + pos: -73.5,-30.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29753 + - uid: 4548 components: - type: Transform - pos: 2.5,-57.5 + pos: -74.5,-14.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29769 + - uid: 4549 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-62.5 + pos: -73.5,-14.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29772 + - uid: 4551 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-59.5 + pos: -68.5,-29.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29774 + - uid: 4552 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-59.5 + pos: -67.5,-29.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29803 + - uid: 4554 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-62.5 + pos: -78.5,-10.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29807 + - uid: 4555 components: - type: Transform - pos: 9.5,-59.5 + pos: -78.5,-9.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29810 + - uid: 4557 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-59.5 + pos: -73.5,-7.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29831 + - uid: 4558 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,35.5 + pos: -73.5,-6.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29834 + - uid: 4568 components: - type: Transform - pos: 32.5,-38.5 + pos: 13.5,-70.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29835 + - uid: 4569 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,-38.5 + pos: -12.5,-70.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29871 + - uid: 4570 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,57.5 + pos: -12.5,-71.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29888 + - uid: 4571 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,-16.5 + pos: -12.5,-73.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29889 + - uid: 4572 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-17.5 + pos: -12.5,-74.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29890 + - uid: 4573 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-16.5 + pos: -12.5,-87.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29891 + - uid: 4574 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,-17.5 + pos: -12.5,-88.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29892 + - uid: 4575 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,-11.5 + pos: 13.5,-71.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29893 + - uid: 4576 components: - type: Transform rot: -1.5707963267948966 rad - pos: 28.5,-11.5 + pos: -73.5,7.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29923 + - uid: 4577 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-10.5 + pos: 13.5,-74.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29924 + - uid: 4578 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-10.5 + pos: 13.5,-87.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29930 + - uid: 4579 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-1.5 + pos: 13.5,-88.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29931 + - uid: 4581 components: - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,-1.5 + pos: 78.5,-52.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29935 + - uid: 4582 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,-15.5 + pos: 78.5,-48.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29942 + - uid: 4583 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-21.5 + pos: 78.5,-49.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29943 + - uid: 4589 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-27.5 + pos: 73.5,-43.5 parent: 2 - - uid: 29947 + - uid: 4590 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-30.5 + pos: 72.5,-43.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29948 + - uid: 4591 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,-31.5 + pos: 77.5,-44.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29986 + - uid: 4599 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-27.5 + pos: 77.5,-56.5 parent: 2 - - uid: 30031 + - uid: 4600 components: - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-27.5 + pos: 75.5,-57.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30060 + - uid: 4601 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,57.5 + pos: 74.5,-57.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30063 + - uid: 4603 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,57.5 + pos: 71.5,-58.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30064 + - uid: 4605 components: - type: Transform - pos: -13.5,58.5 + pos: 40.5,-59.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30095 + - uid: 4607 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,37.5 + pos: 71.5,-57.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30100 + - uid: 4609 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,37.5 + pos: 70.5,-60.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30104 + - uid: 4639 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-53.5 + pos: 74.5,-5.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30110 + - uid: 4640 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-53.5 + pos: 75.5,-5.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30111 + - uid: 4641 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,-54.5 + pos: 72.5,10.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30112 + - uid: 4642 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,-52.5 + pos: 72.5,11.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30113 + - uid: 4644 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-51.5 + rot: -1.5707963267948966 rad + pos: 71.5,16.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30114 + - uid: 4645 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,-52.5 + pos: 69.5,21.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30115 + - uid: 4646 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,-51.5 + pos: 69.5,22.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30116 + - uid: 4647 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,-50.5 + pos: 31.5,71.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30117 + - uid: 4648 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,-51.5 + pos: 32.5,71.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30119 + - uid: 4649 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-50.5 + pos: 34.5,69.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30120 + - uid: 4650 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,-48.5 + pos: 35.5,69.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30122 + - uid: 4652 components: - type: Transform - pos: 47.5,-48.5 + pos: 38.5,68.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30123 + - uid: 4653 components: - type: Transform - pos: 45.5,-50.5 + pos: 39.5,68.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30177 + - uid: 4654 components: - type: Transform - pos: -6.5,64.5 + pos: 40.5,68.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30178 + - uid: 4655 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,64.5 + pos: 43.5,63.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30186 + - uid: 4656 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-31.5 + pos: 44.5,63.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30187 + - uid: 4659 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-30.5 + pos: 50.5,56.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30188 + - uid: 4660 components: - type: Transform - pos: 7.5,-30.5 + pos: 50.5,57.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30189 + - uid: 4663 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-34.5 + pos: 49.5,61.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30190 + - uid: 4664 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-36.5 + pos: 49.5,62.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30191 + - uid: 4667 components: - type: Transform - pos: 5.5,-31.5 + pos: 8.5,73.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30301 + - uid: 4676 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-57.5 + pos: 28.5,75.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30306 + - uid: 4677 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,44.5 + pos: 27.5,75.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30315 + - uid: 4679 components: - type: Transform - pos: 10.5,-67.5 + pos: 24.5,76.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30321 + - uid: 4680 components: - type: Transform - pos: -14.5,44.5 + pos: 23.5,76.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30323 + - uid: 4681 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-67.5 + pos: 22.5,76.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30324 + - uid: 4683 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,34.5 + pos: 19.5,75.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30346 + - uid: 4684 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,34.5 + pos: 18.5,75.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30357 + - uid: 4685 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,32.5 + pos: 16.5,74.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30389 + - uid: 4686 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-59.5 + pos: 15.5,74.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30390 + - uid: 4687 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-57.5 + pos: 14.5,74.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30391 + - uid: 4688 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,26.5 + pos: 29.5,73.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30392 + - uid: 4691 components: - type: Transform - pos: 8.5,-57.5 + pos: -18.5,77.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30403 + - uid: 4692 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,27.5 + pos: -17.5,77.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30411 + - uid: 4693 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,17.5 + pos: -15.5,74.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30429 + - uid: 4694 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,15.5 + pos: -14.5,74.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30433 + - uid: 4697 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,15.5 + pos: -10.5,72.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30476 + - uid: 4698 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-50.5 + pos: -9.5,72.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30478 + - uid: 4699 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-50.5 + pos: -39.5,81.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30508 + - uid: 4700 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,1.5 + pos: -21.5,78.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30509 + - uid: 4701 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-0.5 + pos: -21.5,79.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30563 + - uid: 4702 components: - type: Transform - pos: -17.5,31.5 + pos: -21.5,81.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30572 + - uid: 4703 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,-31.5 + pos: -21.5,82.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30585 + - uid: 4704 components: - type: Transform - pos: -22.5,-33.5 + pos: -22.5,85.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30587 + - uid: 4706 components: - type: Transform - pos: -16.5,-34.5 + pos: -22.5,84.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30593 + - uid: 4707 components: - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,-33.5 + pos: -24.5,87.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30594 + - uid: 4708 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-37.5 + pos: -25.5,87.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30604 + - uid: 4709 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-26.5 + pos: -26.5,87.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30605 + - uid: 4711 components: - type: Transform - pos: -27.5,-25.5 + pos: -28.5,87.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30608 + - uid: 4712 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-25.5 + pos: -32.5,87.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30609 + - uid: 4713 components: - type: Transform - pos: -30.5,-24.5 + pos: -32.5,88.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30617 + - uid: 4714 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,-24.5 + pos: -31.5,90.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30628 + - uid: 4715 components: - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-30.5 + pos: -30.5,90.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30637 + - uid: 4716 components: - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,-29.5 + pos: -29.5,90.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30646 + - uid: 4717 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-24.5 + pos: -34.5,87.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30655 + - uid: 4718 components: - type: Transform - pos: -18.5,-15.5 + pos: -35.5,87.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30665 + - uid: 4720 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,-14.5 + pos: -38.5,86.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30667 + - uid: 4721 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-12.5 + pos: -38.5,85.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30668 + - uid: 4722 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-12.5 + pos: -38.5,84.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30693 + - uid: 4723 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,61.5 + pos: -39.5,82.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30708 + - uid: 4724 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,62.5 + pos: -39.5,79.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30709 + - uid: 4725 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,60.5 + pos: -39.5,78.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30711 + - uid: 4726 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,42.5 + pos: -38.5,76.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30713 + - uid: 4727 components: - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,43.5 + pos: -38.5,75.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33163 + - uid: 4729 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-25.5 + pos: -36.5,73.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33168 + - uid: 4730 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-20.5 + pos: -35.5,73.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33171 + - uid: 4731 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,-24.5 + pos: -34.5,73.5 parent: 2 - - uid: 33173 + - uid: 4737 components: - type: Transform - pos: 34.5,-24.5 + pos: -35.5,70.5 parent: 2 - - uid: 33230 + - uid: 4738 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,39.5 + pos: 6.5,74.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33231 + - uid: 4739 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,37.5 + pos: 6.5,74.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33361 + - uid: 4740 components: - type: Transform - pos: -54.5,50.5 + pos: 5.5,74.5 parent: 2 - - uid: 33367 + - uid: 4741 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,50.5 + pos: 4.5,74.5 parent: 2 - - uid: 33606 + - uid: 4742 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,-5.5 + pos: 2.5,75.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33607 + - uid: 4743 components: - type: Transform - pos: 27.5,-4.5 + pos: 1.5,75.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33608 + - uid: 4745 components: - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,-7.5 + pos: -1.5,74.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33609 + - uid: 4746 components: - type: Transform - pos: 25.5,-5.5 + pos: -2.5,74.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33611 + - uid: 4747 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-5.5 + pos: -3.5,74.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33612 + - uid: 4748 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,-4.5 + pos: -5.5,73.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35120 + - uid: 4749 components: - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,49.5 + pos: -6.5,73.5 parent: 2 - - uid: 35121 + - uid: 4750 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,50.5 + pos: -7.5,73.5 parent: 2 - - uid: 35212 + - uid: 4844 components: - type: Transform rot: -1.5707963267948966 rad - pos: 54.5,30.5 + pos: 63.5,-43.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35213 + - uid: 4857 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,28.5 + rot: 1.5707963267948966 rad + pos: 39.5,-20.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35232 + - uid: 4858 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,30.5 + pos: 8.5,-3.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35233 + - uid: 4859 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,28.5 + pos: 16.5,-3.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35255 + - uid: 4861 components: - type: Transform - pos: 66.5,35.5 + pos: 15.5,-3.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35256 + - uid: 4868 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 68.5,33.5 + pos: 75.5,-3.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35663 + - uid: 4891 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -80.5,78.5 + pos: -19.5,-7.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35731 + - uid: 4923 components: - type: Transform - pos: -81.5,84.5 + pos: -30.5,-17.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35749 + - uid: 4924 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,62.5 + pos: -30.5,-16.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35750 + - uid: 4925 components: - type: Transform - pos: -77.5,58.5 + pos: -27.5,-19.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35751 + - uid: 4926 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -71.5,57.5 + pos: -26.5,-19.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35760 + - uid: 4927 components: - type: Transform - rot: 3.141592653589793 rad - pos: -82.5,58.5 + pos: -25.5,-13.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35761 + - uid: 4928 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,73.5 + pos: -25.5,-11.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35763 + - uid: 4929 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -82.5,77.5 + pos: -23.5,-11.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35764 + - uid: 4930 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,77.5 + pos: -23.5,-13.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35766 + - uid: 4936 components: - type: Transform - pos: -67.5,82.5 + pos: -19.5,-1.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35767 + - uid: 4937 components: - type: Transform - rot: 3.141592653589793 rad - pos: -67.5,76.5 + pos: -19.5,-0.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35790 + - uid: 4938 components: - type: Transform - pos: -87.5,79.5 + pos: -19.5,0.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35791 + - uid: 4939 components: - type: Transform - rot: 3.141592653589793 rad - pos: -87.5,78.5 + pos: -19.5,1.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35823 + - uid: 4940 components: - type: Transform - pos: -68.5,81.5 + pos: -19.5,2.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35824 + - uid: 4941 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,75.5 + pos: -19.5,3.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35825 + - uid: 4942 components: - type: Transform - pos: -63.5,75.5 + pos: -19.5,4.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 42877 + - uid: 4943 components: - type: Transform - pos: -0.5,20.5 + pos: -19.5,5.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 42889 + - uid: 4944 components: - type: Transform - pos: 1.5,22.5 + pos: -19.5,6.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 42951 + - uid: 4947 components: - type: Transform - pos: 31.5,-21.5 + pos: -21.5,6.5 parent: 2 - - uid: 42988 + - uid: 4948 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-2.5 + pos: -21.5,5.5 parent: 2 - - uid: 42994 + - uid: 4949 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,13.5 + pos: -21.5,4.5 parent: 2 - - uid: 43002 + - uid: 4950 components: - type: Transform - pos: 3.5,13.5 + pos: -21.5,3.5 parent: 2 -- proto: GasPipeFourway - entities: - - uid: 8413 + - uid: 4951 components: - type: Transform - pos: 31.5,-23.5 + pos: -21.5,2.5 parent: 2 - - uid: 27827 + - uid: 4952 components: - type: Transform - pos: 1.5,52.5 + pos: -21.5,1.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 27989 + - uid: 4953 components: - type: Transform - pos: 54.5,1.5 + pos: -21.5,0.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28052 + - uid: 4954 components: - type: Transform - pos: 1.5,-51.5 + pos: -21.5,-0.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28518 + - uid: 4955 components: - type: Transform - pos: 29.5,31.5 + pos: -21.5,-1.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28550 + - uid: 4960 components: - type: Transform - pos: 52.5,-0.5 + pos: -26.5,-2.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28614 + - uid: 4961 components: - type: Transform - pos: -0.5,-50.5 + pos: -26.5,-1.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28721 + - uid: 4962 components: - type: Transform - pos: -21.5,44.5 + pos: -26.5,-0.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28923 + - uid: 4963 components: - type: Transform - pos: -0.5,54.5 + pos: -26.5,0.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29529 + - uid: 4964 components: - type: Transform - pos: 58.5,15.5 + pos: -26.5,1.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29538 + - uid: 4965 components: - type: Transform - pos: -19.5,-25.5 + pos: -26.5,2.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29636 + - uid: 4966 components: - type: Transform - pos: 59.5,1.5 + pos: -26.5,3.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29637 + - uid: 4967 components: - type: Transform - pos: 57.5,-0.5 + pos: -7.5,-25.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29791 + - uid: 4968 components: - type: Transform - pos: 38.5,-37.5 + pos: -15.5,-15.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30184 + - uid: 4969 components: - type: Transform - pos: -0.5,-31.5 + pos: -14.5,-15.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30185 + - uid: 4970 components: - type: Transform - pos: 1.5,-30.5 + pos: -13.5,-15.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30566 + - uid: 4972 components: - type: Transform - pos: -35.5,-36.5 + pos: -12.5,-16.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' -- proto: GasPipeStraight - entities: - - uid: 1029 + - uid: 4973 components: - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,-26.5 + pos: -12.5,-17.5 parent: 2 - - uid: 1087 + - uid: 4974 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,57.5 + pos: -10.5,-21.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1356 + - uid: 4975 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-25.5 + pos: -9.5,-21.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 1860 + - uid: 4976 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,43.5 + pos: -9.5,-22.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4206 + - uid: 4977 components: - type: Transform - rot: 3.141592653589793 rad - pos: 60.5,36.5 + pos: -9.5,-23.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4304 + - uid: 4978 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -75.5,57.5 + pos: -9.5,-24.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4389 + - uid: 4980 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,-21.5 + pos: -6.5,-25.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4732 + - uid: 4983 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -74.5,57.5 + pos: -5.5,-24.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4834 + - uid: 4985 components: - type: Transform - rot: 3.141592653589793 rad - pos: 60.5,38.5 + pos: -4.5,-24.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5214 + - uid: 4987 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-13.5 + pos: -3.5,-24.5 parent: 2 - - uid: 5215 + - uid: 4989 components: - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,-13.5 + pos: -2.5,-24.5 parent: 2 - - uid: 5216 + - uid: 4991 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-11.5 + pos: -1.5,-24.5 parent: 2 - - uid: 5217 + - uid: 4993 components: - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,-11.5 + pos: -0.5,-24.5 parent: 2 - - uid: 5894 + - uid: 4995 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-44.5 + pos: 0.5,-24.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 6008 + - uid: 4997 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-8.5 + pos: 1.5,-24.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 6350 + - uid: 4999 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,-21.5 + pos: 2.5,-24.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 6930 + - uid: 5001 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,-13.5 + pos: 3.5,-24.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 6931 + - uid: 5003 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,-22.5 + pos: 4.5,-24.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 6933 + - uid: 5004 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 2 + - uid: 5005 components: - type: Transform - pos: 49.5,-16.5 + pos: 5.5,-24.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 6934 + - uid: 5007 components: - type: Transform - pos: 38.5,-17.5 + pos: 6.5,-24.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 6935 + - uid: 5010 components: - type: Transform - pos: 38.5,-19.5 + pos: 7.5,-25.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 6965 + - uid: 5011 components: - type: Transform - pos: 38.5,-20.5 + pos: 8.5,-25.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 6966 + - uid: 5086 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,-18.5 + pos: 11.5,-3.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 7509 + - uid: 5088 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,40.5 + pos: -40.5,-15.5 parent: 2 - - uid: 7510 + - uid: 5089 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,42.5 + pos: -40.5,-13.5 parent: 2 - - uid: 7511 + - uid: 5090 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,44.5 + pos: -41.5,-11.5 parent: 2 - - uid: 7512 + - uid: 5091 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,46.5 + pos: -41.5,-9.5 parent: 2 - - uid: 7514 + - uid: 5092 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,40.5 + pos: -45.5,-9.5 parent: 2 - - uid: 7515 + - uid: 5094 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,42.5 + pos: -8.5,-6.5 parent: 2 - - uid: 7516 + - uid: 5113 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,42.5 + pos: -19.5,-37.5 parent: 2 - - uid: 7517 + - uid: 5114 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,44.5 + pos: -18.5,-37.5 parent: 2 - - uid: 7518 + - uid: 5115 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,44.5 + pos: -17.5,-37.5 parent: 2 - - uid: 7519 + - uid: 5157 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,46.5 + pos: -33.5,-34.5 parent: 2 - - uid: 7520 + - uid: 5158 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,46.5 + pos: -30.5,-34.5 parent: 2 - - uid: 7557 + - uid: 5159 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,41.5 + pos: -27.5,-37.5 parent: 2 - - type: AtmosPipeColor - color: '#17E8E2FF' - - uid: 7559 + - uid: 5160 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,40.5 + pos: -27.5,-39.5 parent: 2 - - type: AtmosPipeColor - color: '#17E8E2FF' - - uid: 7560 + - uid: 5389 components: - type: Transform - pos: -50.5,41.5 + pos: -54.5,-40.5 parent: 2 - - type: AtmosPipeColor - color: '#17E8E2FF' - - uid: 7563 + - uid: 5390 components: - type: Transform - pos: -51.5,45.5 + pos: -54.5,-39.5 parent: 2 - - uid: 7601 + - uid: 5391 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-26.5 + pos: -54.5,-38.5 parent: 2 - - uid: 7605 + - uid: 5392 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,40.5 + pos: -54.5,-37.5 parent: 2 - - type: AtmosPipeColor - color: '#17E8E2FF' - - uid: 7606 + - uid: 5393 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,40.5 + pos: -41.5,-39.5 parent: 2 - - type: AtmosPipeColor - color: '#17E8E2FF' - - uid: 7608 + - uid: 5394 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,41.5 + pos: -41.5,-41.5 parent: 2 - - type: AtmosPipeColor - color: '#17E8E2FF' - - uid: 7609 + - uid: 5395 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,42.5 + pos: -40.5,-43.5 parent: 2 - - type: AtmosPipeColor - color: '#17E8E2FF' - - uid: 7610 + - uid: 5396 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,43.5 + pos: -61.5,-34.5 parent: 2 - - type: AtmosPipeColor - color: '#17E8E2FF' - - uid: 7614 + - uid: 5397 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,47.5 + pos: -62.5,-34.5 parent: 2 - - type: AtmosPipeColor - color: '#17E8E2FF' - - uid: 7615 + - uid: 5398 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,48.5 + pos: -62.5,-33.5 parent: 2 - - type: AtmosPipeColor - color: '#17E8E2FF' - - uid: 7616 + - uid: 5399 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,49.5 + pos: -62.5,-32.5 parent: 2 - - type: AtmosPipeColor - color: '#17E8E2FF' - - uid: 7619 + - uid: 5400 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,38.5 + pos: -62.5,-31.5 parent: 2 - - uid: 7623 + - uid: 5418 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,38.5 + pos: -39.5,-56.5 parent: 2 - - uid: 7624 + - uid: 5419 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,38.5 + pos: -38.5,-56.5 parent: 2 - - uid: 7625 + - uid: 5420 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,52.5 + pos: -37.5,-56.5 parent: 2 - - uid: 7626 + - uid: 5421 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,38.5 + pos: -37.5,-49.5 parent: 2 - - uid: 7627 + - uid: 5422 components: - type: Transform - pos: -44.5,45.5 + pos: -39.5,-49.5 parent: 2 - - type: AtmosPipeColor - color: '#17E8E2FF' - - uid: 7628 + - uid: 5479 components: - type: Transform - pos: -44.5,44.5 + pos: -46.5,-47.5 parent: 2 - - type: AtmosPipeColor - color: '#17E8E2FF' - - uid: 7629 + - uid: 5485 components: - type: Transform - pos: -44.5,43.5 + pos: -0.5,-0.5 parent: 2 - - type: AtmosPipeColor - color: '#17E8E2FF' - - uid: 7630 + - uid: 5561 components: - type: Transform - pos: -44.5,42.5 + pos: -55.5,-44.5 parent: 2 - - type: AtmosPipeColor - color: '#17E8E2FF' - - uid: 7631 + - uid: 5562 components: - type: Transform - pos: -44.5,41.5 + pos: -54.5,-44.5 parent: 2 - - type: AtmosPipeColor - color: '#17E8E2FF' - - uid: 7632 + - uid: 5563 components: - type: Transform - pos: -44.5,40.5 + pos: -53.5,-44.5 parent: 2 - - type: AtmosPipeColor - color: '#17E8E2FF' - - uid: 7634 + - uid: 5698 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,39.5 + pos: -8.5,-47.5 parent: 2 - - type: AtmosPipeColor - color: '#17E8E2FF' - - uid: 7635 + - uid: 5699 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,39.5 + pos: -6.5,-47.5 parent: 2 - - type: AtmosPipeColor - color: '#17E8E2FF' - - uid: 7636 + - uid: 5700 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,39.5 + pos: -5.5,-47.5 parent: 2 - - type: AtmosPipeColor - color: '#17E8E2FF' - - uid: 7637 + - uid: 5701 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,39.5 + pos: -8.5,-49.5 parent: 2 - - type: AtmosPipeColor - color: '#17E8E2FF' - - uid: 7638 + - uid: 5702 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,39.5 + pos: -7.5,-49.5 parent: 2 - - type: AtmosPipeColor - color: '#17E8E2FF' - - uid: 7641 + - uid: 5703 components: - type: Transform - pos: -66.5,25.5 + pos: -6.5,-49.5 parent: 2 - - uid: 7646 + - uid: 5704 components: - type: Transform - pos: -52.5,40.5 + pos: -5.5,-49.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7647 + - uid: 5705 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-26.5 + pos: -4.5,-49.5 parent: 2 - - uid: 7648 + - uid: 5765 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,41.5 + pos: -1.5,-38.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7649 + - uid: 5766 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,48.5 + pos: -1.5,-37.5 parent: 2 - - uid: 7650 + - uid: 5767 components: - type: Transform - pos: -54.5,39.5 + pos: -1.5,-36.5 parent: 2 - - uid: 7651 + - uid: 5771 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,48.5 + pos: -7.5,-26.5 parent: 2 - - uid: 7655 + - uid: 5772 components: - type: Transform - pos: -52.5,41.5 + pos: 8.5,-26.5 parent: 2 - - uid: 7656 + - uid: 5835 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,42.5 + pos: 25.5,-35.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7662 + - uid: 5836 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,41.5 + pos: 25.5,-36.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7663 + - uid: 5837 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,41.5 + pos: 26.5,-40.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7664 + - uid: 5838 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,41.5 + pos: 27.5,-40.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7665 + - uid: 5839 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,43.5 + pos: 27.5,-41.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7666 + - uid: 5840 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,43.5 + pos: 31.5,-47.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7667 + - uid: 5841 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,43.5 + pos: 35.5,-47.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7669 + - uid: 5842 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,43.5 + pos: 38.5,-38.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7670 + - uid: 5843 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,45.5 + pos: 40.5,-38.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7671 + - uid: 5844 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,45.5 + pos: 41.5,-38.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7672 + - uid: 5849 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,45.5 + pos: 39.5,-29.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7673 + - uid: 5850 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,45.5 + pos: 39.5,-27.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7674 + - uid: 5851 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,45.5 + pos: 39.5,-26.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7675 + - uid: 5852 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,47.5 + pos: 39.5,-24.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7676 + - uid: 5853 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,47.5 + pos: 16.5,-28.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7677 + - uid: 5854 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,47.5 + pos: 15.5,-28.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7678 + - uid: 5855 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,47.5 + pos: 14.5,-28.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7679 + - uid: 5856 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,47.5 + pos: 13.5,-28.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7680 + - uid: 5857 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,49.5 + pos: 11.5,-18.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7681 + - uid: 5858 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,49.5 + pos: 11.5,-17.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7682 + - uid: 5859 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,49.5 + pos: 12.5,-17.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7683 + - uid: 5860 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,49.5 + pos: 12.5,-16.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7684 + - uid: 5862 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,49.5 + pos: 13.5,-15.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7690 + - uid: 5863 components: - type: Transform - pos: -51.5,47.5 + pos: 14.5,-15.5 parent: 2 - - uid: 7700 + - uid: 5864 components: - type: Transform - pos: -51.5,49.5 + pos: 14.5,-14.5 parent: 2 - - uid: 7701 + - uid: 5865 components: - type: Transform - pos: -51.5,50.5 + pos: 15.5,-14.5 parent: 2 - - uid: 7702 + - uid: 5866 components: - type: Transform - pos: -51.5,51.5 + pos: 18.5,-11.5 parent: 2 - - uid: 7717 + - uid: 5867 components: - type: Transform - pos: -51.5,37.5 + pos: 18.5,-10.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 7718 + - uid: 5868 components: - type: Transform - pos: -51.5,38.5 + pos: 19.5,-10.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 7719 + - uid: 5869 components: - type: Transform - pos: -52.5,37.5 + pos: 20.5,-10.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7720 + - uid: 5870 components: - type: Transform - pos: -52.5,38.5 + pos: 21.5,-10.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7727 + - uid: 5875 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,54.5 + pos: 30.5,-11.5 parent: 2 - - uid: 7729 + - uid: 5877 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,54.5 + pos: -10.5,-6.5 parent: 2 - - uid: 7730 + - uid: 5878 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,38.5 + pos: 26.5,-1.5 parent: 2 - - uid: 7731 + - uid: 5879 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,54.5 + pos: 26.5,-0.5 parent: 2 - - uid: 7744 + - uid: 5880 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,54.5 + pos: 26.5,3.5 parent: 2 - - uid: 7745 + - uid: 5881 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,54.5 + pos: 26.5,4.5 parent: 2 - - uid: 7747 + - uid: 5882 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,54.5 + pos: 26.5,5.5 parent: 2 - - uid: 7749 + - uid: 5883 components: - type: Transform - pos: -50.5,53.5 + pos: 28.5,1.5 parent: 2 - - uid: 7750 + - uid: 5884 components: - type: Transform - pos: -50.5,52.5 + pos: 29.5,1.5 parent: 2 - - uid: 7751 + - uid: 5885 components: - type: Transform - pos: -50.5,51.5 + pos: 33.5,1.5 parent: 2 - - uid: 7752 + - uid: 5886 components: - type: Transform - pos: -50.5,50.5 + pos: 32.5,1.5 parent: 2 - - uid: 7753 + - uid: 5887 components: - type: Transform - pos: -50.5,49.5 + pos: 34.5,1.5 parent: 2 - - uid: 7754 + - uid: 5895 components: - type: Transform - pos: -50.5,48.5 + pos: -55.5,48.5 parent: 2 - - uid: 7755 + - uid: 5938 components: - type: Transform - pos: -50.5,47.5 + pos: -49.5,32.5 parent: 2 - - uid: 7757 + - uid: 5939 components: - type: Transform - pos: -52.5,43.5 + pos: -49.5,30.5 parent: 2 - - uid: 7758 + - uid: 5940 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,44.5 + pos: -47.5,34.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7759 + - uid: 5941 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,46.5 + pos: -45.5,34.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7760 + - uid: 5942 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,48.5 + pos: -54.5,34.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7761 + - uid: 5943 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,46.5 + pos: -54.5,36.5 parent: 2 - - uid: 7766 + - uid: 5944 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,47.5 + pos: -60.5,34.5 parent: 2 - - uid: 7767 + - uid: 5945 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,46.5 + pos: -60.5,35.5 parent: 2 - - uid: 7774 + - uid: 5946 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,50.5 + pos: -60.5,36.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7780 + - uid: 5947 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,43.5 + pos: -53.5,40.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7781 + - uid: 5948 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,41.5 + pos: -53.5,41.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7800 + - uid: 5949 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,-5.5 + pos: -53.5,42.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 8372 + - uid: 5950 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,22.5 + pos: -53.5,43.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8640 + - uid: 5951 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,34.5 + pos: -53.5,44.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 8641 + - uid: 5952 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,33.5 + pos: -53.5,45.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 8642 + - uid: 5953 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,33.5 + pos: -53.5,46.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 8643 + - uid: 5954 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,35.5 + pos: -53.5,47.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8644 + - uid: 5955 components: - type: Transform - pos: 52.5,36.5 + pos: -53.5,48.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8672 + - uid: 5959 components: - type: Transform - rot: 3.141592653589793 rad - pos: 60.5,37.5 + pos: -58.5,57.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 9047 + - uid: 5960 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,52.5 + pos: -57.5,57.5 parent: 2 - - uid: 9052 + - uid: 5964 components: - type: Transform - pos: -60.5,47.5 + pos: -59.5,27.5 parent: 2 - - uid: 9061 + - uid: 5965 components: - type: Transform - pos: -60.5,46.5 + pos: -59.5,25.5 parent: 2 - - uid: 9062 + - uid: 5966 components: - type: Transform - pos: -60.5,45.5 + pos: -67.5,24.5 parent: 2 - - uid: 9063 + - uid: 5967 components: - type: Transform - pos: -60.5,44.5 + pos: -67.5,25.5 parent: 2 - - uid: 9064 + - uid: 5968 components: - type: Transform - pos: -60.5,43.5 + pos: -67.5,26.5 parent: 2 - - uid: 9066 + - uid: 5969 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,42.5 + pos: -66.5,27.5 parent: 2 - - uid: 9069 + - uid: 5970 components: - type: Transform - pos: -66.5,28.5 + pos: -65.5,27.5 parent: 2 - - uid: 9070 + - uid: 5971 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,39.5 + pos: -39.5,19.5 parent: 2 - - uid: 9072 + - uid: 5972 components: - type: Transform - pos: -63.5,38.5 + pos: -37.5,19.5 parent: 2 - - uid: 9073 + - uid: 5973 components: - type: Transform - pos: -63.5,37.5 + pos: -33.5,19.5 parent: 2 - - uid: 9074 + - uid: 5974 components: - type: Transform - pos: -63.5,36.5 + pos: -32.5,19.5 parent: 2 - - uid: 9077 + - uid: 5975 components: - type: Transform - pos: -64.5,34.5 + pos: -31.5,19.5 parent: 2 - - uid: 9078 + - uid: 5976 components: - type: Transform - pos: -64.5,33.5 + pos: -30.5,19.5 parent: 2 - - uid: 9079 + - uid: 5977 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,42.5 + pos: -29.5,19.5 parent: 2 - - uid: 9084 + - uid: 5978 components: - type: Transform - pos: -63.5,41.5 + pos: -33.5,28.5 parent: 2 - - uid: 9088 + - uid: 5979 components: - type: Transform - pos: -64.5,39.5 + pos: -33.5,32.5 parent: 2 - - uid: 9089 + - uid: 5980 components: - type: Transform - pos: -64.5,38.5 + pos: -30.5,32.5 parent: 2 - - uid: 9090 + - uid: 5981 components: - type: Transform - pos: -64.5,37.5 + pos: -30.5,28.5 parent: 2 - - uid: 9093 + - uid: 5982 components: - type: Transform - pos: -66.5,34.5 + pos: -15.5,13.5 parent: 2 - - uid: 9094 + - uid: 5983 components: - type: Transform - pos: -66.5,33.5 + pos: -14.5,13.5 parent: 2 - - uid: 9095 + - uid: 5984 components: - type: Transform - pos: -66.5,32.5 + pos: -13.5,13.5 parent: 2 - - uid: 9096 + - uid: 5986 components: - type: Transform - pos: -66.5,31.5 + pos: -12.5,14.5 parent: 2 - - uid: 9097 + - uid: 5987 components: - type: Transform - pos: -66.5,30.5 + pos: -12.5,15.5 parent: 2 - - uid: 9098 + - uid: 5988 components: - type: Transform - pos: -66.5,29.5 + pos: -12.5,16.5 parent: 2 - - uid: 9099 + - uid: 5989 components: - type: Transform - pos: -65.5,31.5 + pos: -10.5,24.5 parent: 2 - - uid: 9100 + - uid: 5990 components: - type: Transform - pos: -65.5,30.5 + pos: -10.5,25.5 parent: 2 - - uid: 9101 + - uid: 5991 components: - type: Transform - pos: -65.5,29.5 + pos: -10.5,26.5 parent: 2 - - uid: 9102 + - uid: 5992 components: - type: Transform - pos: -66.5,27.5 + pos: -25.5,40.5 parent: 2 - - uid: 9103 + - uid: 5993 components: - type: Transform - pos: -65.5,28.5 + pos: -27.5,40.5 parent: 2 - - uid: 9104 + - uid: 6009 components: - type: Transform - pos: -65.5,27.5 + pos: 15.5,12.5 parent: 2 - - uid: 9107 + - uid: 6010 components: - type: Transform - pos: -66.5,24.5 + pos: 14.5,12.5 parent: 2 - - uid: 9109 + - uid: 6011 components: - type: Transform - pos: -65.5,24.5 + pos: 14.5,13.5 parent: 2 - - uid: 9139 + - uid: 6012 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -68.5,23.5 + pos: 13.5,13.5 parent: 2 - - uid: 9299 + - uid: 6013 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -69.5,23.5 + pos: 13.5,14.5 parent: 2 - - uid: 9300 + - uid: 6014 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -69.5,22.5 + pos: 13.5,15.5 parent: 2 - - uid: 9301 + - uid: 6015 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -68.5,22.5 + pos: 12.5,19.5 parent: 2 - - uid: 9302 + - uid: 6016 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -67.5,22.5 + pos: 11.5,19.5 parent: 2 - - uid: 9309 + - uid: 6017 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,52.5 + pos: 11.5,21.5 parent: 2 - - uid: 9311 + - uid: 6018 components: - type: Transform - pos: -60.5,48.5 + pos: 11.5,20.5 parent: 2 - - uid: 9312 + - uid: 6019 components: - type: Transform - rot: 3.141592653589793 rad - pos: -60.5,21.5 + pos: 7.5,28.5 parent: 2 - - uid: 9315 + - uid: 6020 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,20.5 + pos: 8.5,28.5 parent: 2 - - uid: 9316 + - uid: 6021 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,20.5 + pos: 9.5,28.5 parent: 2 - - uid: 9317 + - uid: 6022 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,20.5 + pos: -1.5,42.5 parent: 2 - - uid: 9319 + - uid: 6023 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -65.5,20.5 + pos: -1.5,44.5 parent: 2 - - uid: 9320 + - uid: 6024 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -66.5,20.5 + pos: -1.5,47.5 parent: 2 - - uid: 9321 + - uid: 6025 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,20.5 + pos: -1.5,49.5 parent: 2 - - uid: 9396 + - uid: 6026 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,-13.5 + pos: -1.5,50.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 9478 + - uid: 6027 components: - type: Transform - pos: 38.5,-16.5 + pos: -1.5,51.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 9479 + - uid: 6028 components: - type: Transform - pos: 38.5,-15.5 + pos: -2.5,51.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 9482 + - uid: 6029 components: - type: Transform - pos: 38.5,-14.5 + pos: -3.5,51.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 9498 + - uid: 6030 components: - type: Transform - rot: 3.141592653589793 rad - pos: 60.5,41.5 + pos: -4.5,51.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 9917 + - uid: 6110 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,-7.5 + pos: 0.5,-35.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 9918 + - uid: 6111 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-7.5 + pos: 0.5,-33.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 9975 + - uid: 6112 components: - type: Transform - rot: 3.141592653589793 rad - pos: 60.5,40.5 + pos: 14.5,-32.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 10134 + - uid: 6113 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,35.5 + pos: 13.5,-32.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 11037 + - uid: 6114 components: - type: Transform - rot: 3.141592653589793 rad - pos: 60.5,39.5 + pos: 12.5,-32.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 11610 + - uid: 6217 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,48.5 + pos: -7.5,70.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 11611 + - uid: 6218 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,49.5 + pos: -6.5,70.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 11757 + - uid: 6219 components: - type: Transform - pos: 33.5,-23.5 + pos: -2.5,70.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 11758 + - uid: 6220 components: - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,-22.5 + pos: -1.5,70.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 11788 + - uid: 6221 components: - type: Transform - pos: 41.5,49.5 + pos: -0.5,70.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 11901 + - uid: 6222 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-24.5 + pos: 0.5,70.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 11904 + - uid: 6223 components: - type: Transform - pos: 33.5,-24.5 + pos: 1.5,70.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12383 + - uid: 6224 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,46.5 + pos: 2.5,70.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12386 + - uid: 6225 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,50.5 + pos: 3.5,70.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12387 + - uid: 6258 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,50.5 + pos: 27.5,59.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 12510 + - uid: 6260 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -67.5,23.5 + pos: -12.5,54.5 parent: 2 - - uid: 12955 + - uid: 6609 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,20.5 + pos: 29.5,-33.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12957 + - uid: 6610 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,20.5 + pos: 35.5,-33.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12964 + - uid: 6725 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,20.5 + pos: -34.5,-7.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12965 + - uid: 6920 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,20.5 + pos: -2.5,-7.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12977 + - uid: 6925 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,20.5 + pos: -3.5,-7.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 12983 + - uid: 6992 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,20.5 + pos: -93.5,70.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 13129 + - uid: 7009 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-9.5 + pos: 3.5,-7.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 13944 + - uid: 7014 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,47.5 + pos: 0.5,-8.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 14083 + - uid: 7049 components: - type: Transform - pos: 11.5,5.5 - parent: 14592 - - uid: 15565 + pos: -93.5,69.5 + parent: 2 + - uid: 7052 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-2.5 - parent: 14592 - - uid: 15777 + rot: -1.5707963267948966 rad + pos: 70.5,-41.5 + parent: 2 + - uid: 7114 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,5.5 - parent: 14592 - - uid: 15779 + pos: 43.5,-42.5 + parent: 2 + - uid: 7115 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,4.5 - parent: 14592 - - uid: 15780 + pos: 47.5,-42.5 + parent: 2 + - uid: 7231 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,3.5 - parent: 14592 - - uid: 15781 + pos: -85.5,75.5 + parent: 2 + - uid: 7252 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,1.5 - parent: 14592 - - uid: 15782 + pos: -85.5,71.5 + parent: 2 + - uid: 7521 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,0.5 - parent: 14592 - - uid: 15783 + pos: -55.5,40.5 + parent: 2 + - uid: 7522 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-0.5 - parent: 14592 - - uid: 15785 + pos: -55.5,42.5 + parent: 2 + - uid: 7523 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-3.5 - parent: 14592 - - uid: 15787 + pos: -55.5,44.5 + parent: 2 + - uid: 7524 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-3.5 - parent: 14592 - - uid: 15788 + pos: -55.5,46.5 + parent: 2 + - uid: 7585 components: - type: Transform - pos: 4.5,-2.5 - parent: 14592 - - uid: 15789 + pos: -52.5,55.5 + parent: 2 + - uid: 7586 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-1.5 - parent: 14592 - - uid: 15790 + pos: -51.5,55.5 + parent: 2 + - uid: 7587 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-1.5 - parent: 14592 - - uid: 15791 + pos: -50.5,55.5 + parent: 2 + - uid: 7588 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-1.5 - parent: 14592 - - uid: 15792 + pos: -53.5,53.5 + parent: 2 + - uid: 7589 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-1.5 - parent: 14592 - - uid: 15793 + pos: -53.5,54.5 + parent: 2 + - uid: 7590 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-1.5 - parent: 14592 - - uid: 15794 + pos: -44.5,47.5 + parent: 2 + - uid: 7591 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-1.5 - parent: 14592 - - uid: 15795 + pos: -45.5,47.5 + parent: 2 + - uid: 7592 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-1.5 - parent: 14592 - - uid: 15796 + pos: -46.5,47.5 + parent: 2 + - uid: 7593 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-1.5 - parent: 14592 - - uid: 15797 + pos: -47.5,47.5 + parent: 2 + - uid: 7594 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-0.5 - parent: 14592 - - uid: 15805 + pos: -48.5,47.5 + parent: 2 + - uid: 7596 components: - type: Transform - pos: -5.5,-2.5 - parent: 14592 - - uid: 15806 + pos: -49.5,48.5 + parent: 2 + - uid: 7597 components: - type: Transform - pos: -5.5,-3.5 - parent: 14592 - - uid: 15807 + pos: -49.5,49.5 + parent: 2 + - uid: 7598 components: - type: Transform - pos: -5.5,-4.5 - parent: 14592 - - uid: 15808 + pos: -49.5,50.5 + parent: 2 + - uid: 7600 components: - type: Transform - pos: -5.5,-5.5 - parent: 14592 - - uid: 15809 + pos: -49.5,52.5 + parent: 2 + - uid: 7602 components: - type: Transform - pos: -5.5,-6.5 - parent: 14592 - - uid: 15810 + pos: -49.5,54.5 + parent: 2 + - uid: 7714 components: - type: Transform - pos: -5.5,-7.5 - parent: 14592 - - uid: 15811 + pos: -55.5,52.5 + parent: 2 + - uid: 7715 components: - type: Transform - pos: -0.5,-4.5 - parent: 14592 - - uid: 15812 + pos: -55.5,54.5 + parent: 2 + - uid: 7769 components: - type: Transform - pos: -0.5,-2.5 - parent: 14592 - - uid: 15813 + pos: -45.5,49.5 + parent: 2 + - uid: 7929 components: - type: Transform - pos: -0.5,-5.5 - parent: 14592 - - uid: 15814 + pos: -41.5,7.5 + parent: 2 + - uid: 7953 components: - type: Transform - pos: -0.5,-6.5 - parent: 14592 - - uid: 15815 + pos: -41.5,8.5 + parent: 2 + - uid: 8277 components: - type: Transform - pos: 6.5,-4.5 - parent: 14592 - - uid: 15816 + pos: -7.5,-6.5 + parent: 2 + - uid: 8286 components: - type: Transform - pos: 6.5,-5.5 - parent: 14592 - - uid: 15817 + pos: 7.5,5.5 + parent: 2 + - uid: 8292 components: - type: Transform - pos: 6.5,-6.5 - parent: 14592 - - uid: 15818 + pos: 7.5,6.5 + parent: 2 + - uid: 8294 components: - type: Transform - pos: 6.5,-7.5 - parent: 14592 - - uid: 23812 + pos: 15.5,-6.5 + parent: 2 + - uid: 8335 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,1.5 + pos: 14.5,62.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 27821 + - uid: 8613 components: - type: Transform - pos: -39.5,35.5 + pos: 33.5,36.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27822 + - uid: 8614 components: - type: Transform - pos: -39.5,36.5 + pos: 35.5,36.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27852 + - uid: 8615 components: - type: Transform - pos: -39.5,34.5 + pos: 36.5,41.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27854 + - uid: 8616 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,42.5 + pos: 36.5,42.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27855 + - uid: 8622 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,41.5 + pos: 47.5,41.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27856 + - uid: 8623 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,46.5 + pos: 47.5,42.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27857 + - uid: 8624 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,47.5 + pos: 47.5,43.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27858 + - uid: 8625 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,47.5 + pos: 47.5,44.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27859 + - uid: 8626 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,48.5 + pos: 46.5,44.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27860 + - uid: 8627 components: - type: Transform - pos: -6.5,-33.5 + pos: 45.5,45.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 27861 + - uid: 8628 components: - type: Transform - pos: -22.5,49.5 + pos: 44.5,45.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27862 + - uid: 8629 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,50.5 + pos: 43.5,45.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27863 + - uid: 8630 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,50.5 + pos: 42.5,45.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27864 + - uid: 8631 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,50.5 + pos: 54.5,40.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27865 + - uid: 8632 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,52.5 + pos: 54.5,43.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27867 + - uid: 8633 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,53.5 + pos: 59.5,40.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27868 + - uid: 8634 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,53.5 + pos: 59.5,41.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27869 + - uid: 8635 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,53.5 + pos: 59.5,43.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27870 + - uid: 8636 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,53.5 + pos: 59.5,44.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27871 + - uid: 8645 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,53.5 + pos: 58.5,46.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27872 + - uid: 8646 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,53.5 + pos: 58.5,47.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27873 + - uid: 8647 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,53.5 + pos: 53.5,47.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27874 + - uid: 8648 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,53.5 + pos: 49.5,48.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27875 + - uid: 8649 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,54.5 + pos: 49.5,53.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27876 + - uid: 8650 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,54.5 + pos: 50.5,53.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27877 + - uid: 8651 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,54.5 + pos: 52.5,53.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27879 + - uid: 8652 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,54.5 + pos: 53.5,53.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27880 + - uid: 8653 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,54.5 + pos: 47.5,56.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27881 + - uid: 8654 components: - type: Transform - pos: -46.5,34.5 + pos: 47.5,57.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27882 + - uid: 8655 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,54.5 + pos: 47.5,58.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27883 + - uid: 8656 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,54.5 + pos: 45.5,60.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27884 + - uid: 8657 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,54.5 + pos: 44.5,60.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27886 + - uid: 8658 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,54.5 + pos: 43.5,60.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27887 + - uid: 8659 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,54.5 + pos: 39.5,62.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27888 + - uid: 8660 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,54.5 + pos: 39.5,63.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27889 + - uid: 8661 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,54.5 + pos: 38.5,63.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27899 + - uid: 8662 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,44.5 + pos: 38.5,64.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 27922 + - uid: 8663 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,53.5 + pos: 37.5,64.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27923 + - uid: 8664 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,53.5 + pos: 37.5,65.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27924 + - uid: 8665 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,53.5 + pos: 36.5,65.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27925 + - uid: 8666 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,53.5 + pos: 35.5,65.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27926 + - uid: 8667 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,53.5 + pos: 34.5,65.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27927 + - uid: 8668 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,52.5 + pos: 33.5,65.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27928 + - uid: 8669 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,52.5 + pos: 33.5,64.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27929 + - uid: 8673 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,51.5 + pos: 35.5,55.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27930 + - uid: 8674 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,50.5 + pos: 21.5,72.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27931 + - uid: 8675 components: - type: Transform - pos: -38.5,19.5 + pos: 20.5,72.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27932 + - uid: 8676 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,49.5 + pos: 19.5,72.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27933 + - uid: 8677 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,49.5 + pos: 18.5,72.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27934 + - uid: 8678 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,49.5 + pos: 16.5,71.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27935 + - uid: 8679 components: - type: Transform - pos: 26.5,48.5 + pos: 16.5,69.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27936 + - uid: 8680 components: - type: Transform - pos: 26.5,47.5 + pos: 14.5,72.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27937 + - uid: 8681 components: - type: Transform - pos: 26.5,46.5 + pos: 13.5,72.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27938 + - uid: 8682 components: - type: Transform - pos: 26.5,45.5 + pos: 13.5,68.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27939 + - uid: 8683 components: - type: Transform - pos: 26.5,44.5 + pos: 14.5,68.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27940 + - uid: 8684 components: - type: Transform - pos: 26.5,43.5 + pos: 16.5,67.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27942 + - uid: 8685 components: - type: Transform - pos: 26.5,41.5 + pos: 16.5,65.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27943 + - uid: 8686 components: - type: Transform - pos: 26.5,40.5 + pos: 13.5,60.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27944 + - uid: 8687 components: - type: Transform - pos: 26.5,39.5 + pos: 73.5,6.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27945 + - uid: 8691 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,38.5 + pos: 55.5,18.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27947 + - uid: 8692 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,37.5 + pos: 56.5,18.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27948 + - uid: 8693 components: - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,36.5 + pos: 57.5,18.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27949 + - uid: 8694 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,28.5 + pos: 52.5,20.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 27950 + - uid: 8695 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,35.5 + pos: 52.5,21.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27951 + - uid: 8696 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,35.5 + pos: 52.5,22.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27952 + - uid: 8697 components: - type: Transform - pos: 35.5,34.5 + pos: 61.5,18.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27953 + - uid: 8698 components: - type: Transform - pos: 35.5,33.5 + pos: 62.5,18.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27954 + - uid: 8699 components: - type: Transform - pos: 35.5,32.5 + pos: 63.5,18.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27955 + - uid: 8700 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,31.5 + pos: 68.5,15.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27956 + - uid: 8701 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,31.5 + pos: 68.5,16.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27957 + - uid: 8702 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,31.5 + pos: 68.5,17.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27958 + - uid: 8703 components: - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,30.5 + pos: 66.5,21.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27960 + - uid: 8704 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,27.5 + pos: 66.5,22.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27961 + - uid: 8705 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,27.5 + pos: 66.5,23.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27962 + - uid: 8706 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 43.5,27.5 + pos: 65.5,4.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27963 + - uid: 8707 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,27.5 + pos: 66.5,4.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27964 + - uid: 8708 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,27.5 + pos: 67.5,4.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27965 + - uid: 8709 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,27.5 + pos: 68.5,4.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27966 + - uid: 8710 components: - type: Transform - pos: 48.5,25.5 + pos: 69.5,4.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27968 + - uid: 8711 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,21.5 + pos: 71.5,7.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27970 + - uid: 8714 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,19.5 + pos: 75.5,6.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27971 + - uid: 8731 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,18.5 + pos: 42.5,24.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27972 + - uid: 8732 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,17.5 + pos: 40.5,24.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27973 + - uid: 8733 components: - type: Transform - pos: 53.5,16.5 + pos: 39.5,24.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27974 + - uid: 8734 components: - type: Transform - pos: 53.5,15.5 + pos: 38.5,24.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27975 + - uid: 8735 components: - type: Transform - pos: 53.5,14.5 + pos: 33.5,27.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27976 + - uid: 8736 components: - type: Transform - pos: 53.5,13.5 + pos: 32.5,27.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27977 + - uid: 8737 components: - type: Transform - pos: 53.5,12.5 + pos: 28.5,30.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27978 + - uid: 8738 components: - type: Transform - pos: 53.5,11.5 + pos: 26.5,31.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27979 + - uid: 8739 components: - type: Transform - pos: 53.5,10.5 + pos: 26.5,32.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27980 + - uid: 8740 components: - type: Transform - pos: 53.5,9.5 + pos: 26.5,33.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27983 + - uid: 8741 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,7.5 + pos: 26.5,28.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27984 + - uid: 8742 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,6.5 + pos: 26.5,26.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27985 + - uid: 8743 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,5.5 + pos: 26.5,23.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27986 + - uid: 8744 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,4.5 + pos: 26.5,21.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27987 + - uid: 8745 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,3.5 + pos: 30.5,19.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27988 + - uid: 8746 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,2.5 + pos: 30.5,17.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27990 + - uid: 8750 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,0.5 + pos: 38.5,36.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27991 + - uid: 8754 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-0.5 + pos: 36.5,47.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27992 + - uid: 8755 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-1.5 + pos: 36.5,48.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27993 + - uid: 8756 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-2.5 + pos: 33.5,51.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27994 + - uid: 8757 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-3.5 + pos: 32.5,51.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27995 + - uid: 8758 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-4.5 + pos: 31.5,51.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27997 + - uid: 8759 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-6.5 + pos: 30.5,51.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27998 + - uid: 8760 components: - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,-8.5 + pos: 27.5,52.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27999 + - uid: 8761 components: - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,-9.5 + pos: 27.5,55.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28000 + - uid: 8857 components: - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,-10.5 + pos: -93.5,66.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28001 + - uid: 8891 components: - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,-11.5 + pos: -93.5,72.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28002 + - uid: 8900 components: - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,-12.5 + pos: -78.5,80.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28003 + - uid: 9264 components: - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,-13.5 + pos: -68.5,-19.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28005 + - uid: 9265 components: - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,-15.5 + pos: -68.5,-20.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28006 + - uid: 9266 components: - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,-16.5 + pos: -68.5,-21.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28008 + - uid: 9267 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,-18.5 + pos: -62.5,-14.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28009 + - uid: 9268 components: - type: Transform - pos: 50.5,-20.5 + pos: -62.5,-13.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28010 + - uid: 9269 components: - type: Transform - pos: 50.5,-21.5 + pos: -62.5,-12.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28011 + - uid: 9295 components: - type: Transform - pos: 49.5,-23.5 + rot: 3.141592653589793 rad + pos: -69.5,22.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28012 + - uid: 9296 components: - type: Transform - pos: 48.5,-25.5 + rot: 3.141592653589793 rad + pos: -69.5,23.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28013 + - uid: 9381 components: - type: Transform - pos: 47.5,-27.5 + pos: -74.5,78.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28014 + - uid: 9391 components: - type: Transform - pos: 46.5,-29.5 + pos: 10.5,-6.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28015 + - uid: 9393 components: - type: Transform - pos: 46.5,-30.5 + pos: 30.5,-10.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28016 + - uid: 9405 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,-32.5 + pos: -9.5,-6.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28017 + - uid: 9406 components: - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-33.5 + pos: -0.5,-8.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28018 + - uid: 9429 components: - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-34.5 + pos: -17.5,-3.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28019 + - uid: 9431 components: - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-35.5 + rot: -1.5707963267948966 rad + pos: 29.5,-26.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28020 + - uid: 9438 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-37.5 + rot: -1.5707963267948966 rad + pos: 62.5,-42.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28021 + - uid: 9475 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,-37.5 + pos: 7.5,71.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28022 + - uid: 9571 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-37.5 + pos: 42.5,39.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28024 + - uid: 9572 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,-37.5 + pos: 43.5,39.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28025 + - uid: 9573 components: - type: Transform - pos: 35.5,-39.5 + pos: 44.5,39.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28026 + - uid: 9574 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-40.5 + pos: 45.5,39.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28027 + - uid: 9676 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-40.5 + rot: 3.141592653589793 rad + pos: -5.5,32.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28029 + - uid: 9677 components: - type: Transform rot: 3.141592653589793 rad - pos: 31.5,-41.5 + pos: -5.5,33.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28030 + - uid: 9678 components: - type: Transform rot: 3.141592653589793 rad - pos: 31.5,-42.5 + pos: -5.5,34.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28031 + - uid: 9702 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,-46.5 + pos: 17.5,46.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28032 + - uid: 9703 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-47.5 + pos: 17.5,47.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28033 + - uid: 9704 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-48.5 + pos: 18.5,45.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28034 + - uid: 9705 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,-49.5 + pos: 21.5,45.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28035 + - uid: 9706 components: - type: Transform - pos: 20.5,-50.5 + pos: 23.5,43.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28036 + - uid: 9707 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-51.5 + pos: 23.5,41.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28037 + - uid: 9720 components: - type: Transform - pos: 38.5,-39.5 + pos: -5.5,-82.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28038 + - uid: 9731 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-51.5 + pos: -5.5,-80.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28039 + - uid: 9732 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-52.5 + pos: -5.5,-79.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28040 + - uid: 9733 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-36.5 + pos: -11.5,-82.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28041 + - uid: 9734 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-45.5 + pos: -11.5,-81.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28042 + - uid: 9735 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-52.5 + pos: -11.5,-80.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28043 + - uid: 9736 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-52.5 + pos: -11.5,-79.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28044 + - uid: 9737 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-52.5 + pos: 6.5,-82.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28045 + - uid: 9738 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-51.5 + pos: 6.5,-81.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28046 + - uid: 9739 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-51.5 + pos: 6.5,-80.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28047 + - uid: 9740 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-51.5 + pos: 6.5,-79.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28048 + - uid: 9741 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-51.5 + pos: -4.5,-68.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28049 + - uid: 9742 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-51.5 + pos: -3.5,-68.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28050 + - uid: 9743 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-51.5 + pos: -2.5,-68.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28051 + - uid: 9745 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-51.5 + pos: -0.5,-69.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28053 + - uid: 9746 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-51.5 + pos: 0.5,-69.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28054 + - uid: 9747 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-51.5 + pos: 1.5,-69.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28055 + - uid: 9748 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-51.5 + pos: 3.5,-68.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28056 + - uid: 9749 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-51.5 + pos: 4.5,-68.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28057 + - uid: 9750 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-51.5 + pos: 5.5,-68.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28058 + - uid: 9751 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-51.5 + pos: 12.5,-82.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28059 + - uid: 9752 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-51.5 + pos: 12.5,-81.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28060 + - uid: 9753 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-51.5 + pos: 12.5,-80.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28061 + - uid: 9754 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-51.5 + pos: 12.5,-79.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28063 + - uid: 9958 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-51.5 + pos: -24.5,-48.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28064 + - uid: 9961 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-51.5 + pos: -19.5,-51.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28065 + - uid: 9985 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-51.5 + pos: 35.5,60.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28066 + - uid: 10003 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-51.5 + pos: -15.5,-67.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28067 + - uid: 10004 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-51.5 + pos: -16.5,-67.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28068 + - uid: 10005 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-51.5 + pos: -22.5,-65.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28069 + - uid: 10006 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,-51.5 + pos: -23.5,-65.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28070 + - uid: 10007 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-50.5 + pos: -24.5,-65.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28071 + - uid: 10008 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-50.5 + pos: -25.5,-65.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28072 + - uid: 10009 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-50.5 + pos: -26.5,-65.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28073 + - uid: 10185 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-50.5 + pos: 57.5,-1.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28074 + - uid: 10188 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-50.5 + pos: 59.5,2.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28075 + - uid: 10189 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-50.5 + pos: 57.5,2.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28076 + - uid: 10190 components: - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,-49.5 + pos: 59.5,-1.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28077 + - uid: 10347 components: - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,-48.5 + pos: -22.5,-51.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28078 + - uid: 10562 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,-47.5 + pos: 42.5,48.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28079 + - uid: 10563 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-46.5 + pos: 43.5,48.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28080 + - uid: 10564 components: - type: Transform - pos: -29.5,-43.5 + pos: 45.5,48.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28082 + - uid: 10565 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-42.5 + pos: 46.5,48.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28084 + - uid: 10593 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-41.5 + rot: 1.5707963267948966 rad + pos: 73.5,-11.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28085 + - uid: 10611 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-41.5 + pos: -74.5,85.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28086 + - uid: 10654 components: - type: Transform rot: -1.5707963267948966 rad - pos: -36.5,-41.5 + pos: 62.5,-43.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28087 + - uid: 10687 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-41.5 + rot: 3.141592653589793 rad + pos: -2.5,-59.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28088 + - uid: 10688 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-41.5 + rot: 3.141592653589793 rad + pos: -2.5,-57.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28091 + - uid: 10689 components: - type: Transform rot: 3.141592653589793 rad - pos: -40.5,-39.5 + pos: 3.5,-57.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28092 + - uid: 10690 components: - type: Transform rot: 3.141592653589793 rad - pos: -40.5,-38.5 + pos: 3.5,-59.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28093 + - uid: 10691 components: - type: Transform rot: 3.141592653589793 rad - pos: -40.5,-37.5 + pos: 5.5,-60.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28094 + - uid: 10692 components: - type: Transform rot: 3.141592653589793 rad - pos: -40.5,-36.5 + pos: 6.5,-60.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28095 + - uid: 10693 components: - type: Transform rot: 3.141592653589793 rad - pos: -40.5,-35.5 + pos: 7.5,-60.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28096 + - uid: 10694 components: - type: Transform rot: 3.141592653589793 rad - pos: -40.5,-34.5 + pos: 5.5,-56.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28097 + - uid: 10695 components: - type: Transform rot: 3.141592653589793 rad - pos: -44.5,-29.5 + pos: 4.5,-56.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28098 + - uid: 10696 components: - type: Transform rot: 3.141592653589793 rad - pos: -46.5,-26.5 + pos: -4.5,-56.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28099 + - uid: 10697 components: - type: Transform rot: 3.141592653589793 rad - pos: -47.5,-24.5 + pos: -3.5,-56.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28100 + - uid: 10698 components: - type: Transform rot: 3.141592653589793 rad - pos: -48.5,-22.5 + pos: -4.5,-60.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28101 + - uid: 10699 components: - type: Transform rot: 3.141592653589793 rad - pos: -49.5,-20.5 + pos: -5.5,-60.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28102 + - uid: 10700 components: - type: Transform rot: 3.141592653589793 rad - pos: -49.5,-19.5 + pos: -6.5,-60.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28103 + - uid: 10870 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,-17.5 + pos: 41.5,-59.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28104 + - uid: 11001 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-15.5 + pos: 0.5,-0.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28105 + - uid: 11010 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-14.5 + pos: 17.5,-3.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28106 + - uid: 11138 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-13.5 + pos: 18.5,-6.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28107 + - uid: 11139 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-11.5 + pos: 5.5,-7.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28108 + - uid: 11140 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-10.5 + pos: 4.5,-7.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28109 + - uid: 11145 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-9.5 + pos: 73.5,-13.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28110 + - uid: 11155 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-8.5 + pos: -44.5,-13.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28111 + - uid: 11209 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,-6.5 + rot: 1.5707963267948966 rad + pos: -67.5,23.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28112 + - uid: 11210 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,-5.5 + rot: 1.5707963267948966 rad + pos: -67.5,22.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28113 + - uid: 11254 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,-4.5 + pos: 72.5,-22.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28114 + - uid: 11255 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,-3.5 + pos: 9.5,-3.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28115 + - uid: 11256 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,-2.5 + pos: 18.5,-3.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28116 + - uid: 11257 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,-1.5 + pos: 11.5,-6.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28117 + - uid: 11258 components: - type: Transform - pos: 29.5,29.5 + pos: -77.5,80.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28118 + - uid: 11265 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,0.5 + rot: -1.5707963267948966 rad + pos: 61.5,-40.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28119 + - uid: 11412 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,1.5 + pos: 56.5,30.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28120 + - uid: 11428 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,2.5 + rot: 1.5707963267948966 rad + pos: 66.5,46.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28121 + - uid: 11429 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,3.5 + rot: 1.5707963267948966 rad + pos: 63.5,54.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28123 + - uid: 11435 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,5.5 + rot: 1.5707963267948966 rad + pos: 65.5,49.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28124 + - uid: 11437 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,6.5 + rot: 1.5707963267948966 rad + pos: 65.5,51.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28125 + - uid: 11440 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,7.5 + rot: 1.5707963267948966 rad + pos: 71.5,24.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28126 + - uid: 11473 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,9.5 + rot: 1.5707963267948966 rad + pos: 76.5,29.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28127 + - uid: 11485 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,10.5 + pos: 70.5,26.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28128 + - uid: 11488 components: - type: Transform rot: 1.5707963267948966 rad - pos: 27.5,52.5 + pos: 77.5,31.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28129 + - uid: 11570 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,12.5 + rot: 1.5707963267948966 rad + pos: 59.5,38.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28130 + - uid: 11571 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,14.5 + rot: 1.5707963267948966 rad + pos: 63.5,52.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28132 + - uid: 11613 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,16.5 + rot: 1.5707963267948966 rad + pos: 72.5,24.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28133 + - uid: 11631 components: - type: Transform rot: 3.141592653589793 rad - pos: -50.5,18.5 + pos: 44.5,-35.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28134 + - uid: 12234 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,20.5 + pos: 9.5,-6.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28135 + - uid: 12302 components: - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,22.5 + pos: 1.5,-8.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28136 + - uid: 12389 components: - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,23.5 + pos: 30.5,-9.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28137 + - uid: 12414 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,25.5 + pos: 1.5,-0.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28138 + - uid: 12416 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,27.5 + pos: -17.5,-6.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28139 + - uid: 12432 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,28.5 + pos: -16.5,-6.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28140 + - uid: 12455 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,29.5 + rot: -1.5707963267948966 rad + pos: 60.5,-43.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28141 + - uid: 12473 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,30.5 + rot: 1.5707963267948966 rad + pos: 39.5,-22.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28143 + - uid: 12479 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,32.5 + pos: -14.5,-6.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28144 + - uid: 12480 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,33.5 + pos: -74.5,87.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28145 + - uid: 12500 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,33.5 + pos: 8.5,-6.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28146 + - uid: 12641 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,37.5 + pos: 73.5,0.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28147 + - uid: 12642 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,33.5 + pos: 75.5,4.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28149 + - uid: 12720 + components: + - type: Transform + pos: -91.5,60.5 + parent: 2 + - uid: 13556 components: - type: Transform rot: 1.5707963267948966 rad - pos: -40.5,33.5 + pos: 76.5,28.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28234 + - uid: 13856 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,-0.5 + pos: 74.5,4.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28238 + - uid: 13945 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-39.5 + pos: 73.5,-0.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28262 + - uid: 14183 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,-38.5 + pos: -44.5,-15.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28264 + - uid: 14184 components: - type: Transform - pos: -37.5,-38.5 + pos: -2.5,23.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28294 + - uid: 14185 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,-34.5 + pos: 3.5,23.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28329 + - uid: 14259 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,22.5 + pos: -23.5,69.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28342 + - uid: 14260 + components: + - type: Transform + pos: -22.5,69.5 + parent: 2 + - uid: 14261 + components: + - type: Transform + pos: -21.5,69.5 + parent: 2 + - uid: 14446 + components: + - type: Transform + pos: -17.5,-62.5 + parent: 2 + - uid: 14477 + components: + - type: Transform + pos: -85.5,72.5 + parent: 2 + - uid: 14497 components: - type: Transform rot: 3.141592653589793 rad - pos: 1.5,-50.5 + pos: -63.5,0.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28359 + - uid: 17594 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,21.5 + pos: -13.5,35.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28377 + - uid: 17600 components: - type: Transform - pos: -37.5,-37.5 + pos: -85.5,74.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28388 + - uid: 17608 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,52.5 + pos: -86.5,89.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28422 + - uid: 17610 + components: + - type: Transform + pos: -92.5,83.5 + parent: 2 + - uid: 17611 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-34.5 + pos: -93.5,80.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28428 + - uid: 17613 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,-34.5 + pos: -92.5,82.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28462 + - uid: 17615 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,32.5 + pos: -85.5,89.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28464 + - uid: 19251 components: - type: Transform - pos: -0.5,34.5 + pos: 73.5,1.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28465 + - uid: 19253 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,45.5 + pos: 74.5,6.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28466 + - uid: 19313 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,45.5 + pos: -91.5,85.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28468 + - uid: 19338 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,45.5 + pos: -92.5,62.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28469 + - uid: 19340 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,48.5 + pos: -91.5,86.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28470 + - uid: 19342 components: - type: Transform - pos: -20.5,47.5 + pos: -93.5,79.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28471 + - uid: 19351 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,48.5 + pos: -83.5,90.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28472 + - uid: 20869 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,49.5 + pos: -92.5,63.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28473 + - uid: 21114 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,50.5 + rot: 1.5707963267948966 rad + pos: 63.5,51.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28474 + - uid: 21115 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,50.5 + rot: 1.5707963267948966 rad + pos: 65.5,50.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28475 + - uid: 21768 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,50.5 + pos: -85.5,54.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28476 + - uid: 21770 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,51.5 + pos: -93.5,65.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28477 + - uid: 21771 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,51.5 + pos: -93.5,77.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28478 + - uid: 21772 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,51.5 + pos: -91.5,59.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28479 + - uid: 23711 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,51.5 + pos: -93.5,73.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28480 + - uid: 23713 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,52.5 + pos: -80.5,90.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28481 + - uid: 23715 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,52.5 + pos: -86.5,54.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28482 + - uid: 23716 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,52.5 + pos: -79.5,90.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28483 + - uid: 23759 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,52.5 + rot: 1.5707963267948966 rad + pos: 73.5,-12.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28485 + - uid: 24058 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,52.5 + pos: 53.5,-57.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28486 + - uid: 24166 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,52.5 + pos: 30.5,-70.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28488 + - uid: 24169 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,52.5 + pos: 27.5,-69.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28489 + - uid: 24187 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,52.5 + rot: 1.5707963267948966 rad + pos: 54.5,37.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28490 + - uid: 24201 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,52.5 + pos: 27.5,-67.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28491 + - uid: 24244 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,52.5 + pos: -90.5,57.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28492 + - uid: 24248 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,52.5 + pos: -88.5,55.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28493 + - uid: 24255 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,51.5 + pos: 41.5,-64.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28494 + - uid: 24273 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,51.5 + pos: -79.5,49.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28495 + - uid: 24274 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,51.5 + pos: -75.5,90.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28496 + - uid: 24277 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,51.5 + pos: -76.5,90.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28497 + - uid: 24293 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,51.5 + pos: -73.5,90.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28498 + - uid: 24300 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,50.5 + pos: -72.5,90.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28499 + - uid: 24388 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,50.5 + pos: -69.5,90.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28500 + - uid: 24389 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,49.5 + pos: -68.5,90.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28501 + - uid: 24392 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,47.5 + pos: -66.5,89.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28502 + - uid: 24393 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,48.5 + pos: -65.5,89.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28503 + - uid: 24394 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,46.5 + pos: -63.5,88.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28504 + - uid: 24395 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,46.5 + pos: -62.5,88.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28505 + - uid: 24396 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,46.5 + pos: -57.5,82.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28506 + - uid: 24397 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,46.5 + pos: -57.5,83.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28508 + - uid: 24398 components: - type: Transform - pos: 24.5,43.5 + pos: -60.5,87.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28509 + - uid: 24399 components: - type: Transform - pos: 24.5,42.5 + pos: -58.5,85.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28510 + - uid: 24400 components: - type: Transform - pos: 24.5,41.5 + pos: -56.5,79.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28511 + - uid: 24401 components: - type: Transform - pos: 24.5,40.5 + pos: -56.5,80.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28512 + - uid: 24402 components: - type: Transform - pos: 24.5,39.5 + pos: -55.5,76.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28513 + - uid: 24403 components: - type: Transform - pos: 26.5,36.5 + pos: -55.5,77.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28514 + - uid: 24404 components: - type: Transform - pos: 27.5,34.5 + pos: -55.5,74.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28515 + - uid: 24405 components: - type: Transform - pos: 27.5,33.5 + pos: -55.5,73.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28516 + - uid: 24406 components: - type: Transform - pos: 27.5,32.5 + pos: -83.5,53.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28517 + - uid: 24407 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,31.5 + pos: -82.5,53.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28519 + - uid: 24408 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,31.5 + pos: -81.5,51.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28520 + - uid: 24409 components: - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,29.5 + pos: -80.5,51.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28521 + - uid: 24410 components: - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,30.5 + pos: -79.5,48.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28522 + - uid: 24411 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-40.5 + pos: -77.5,47.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28523 + - uid: 24412 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,28.5 + pos: -77.5,46.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28525 + - uid: 24413 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,27.5 + pos: -76.5,44.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28526 + - uid: 24414 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,26.5 + pos: -76.5,43.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28528 + - uid: 24415 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,26.5 + pos: -74.5,42.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28530 + - uid: 24416 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 43.5,25.5 + pos: -74.5,41.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28531 + - uid: 24417 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,24.5 + pos: -72.5,35.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28532 + - uid: 24418 components: - type: Transform - pos: 47.5,22.5 + pos: -73.5,38.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28534 + - uid: 24420 components: - type: Transform - pos: 48.5,20.5 + pos: -72.5,38.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28535 + - uid: 24421 components: - type: Transform - pos: 49.5,17.5 + pos: -53.5,71.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28537 + - uid: 24422 components: - type: Transform - pos: 50.5,14.5 + pos: -52.5,71.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28538 + - uid: 24423 components: - type: Transform - pos: 50.5,13.5 + pos: -50.5,70.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28539 + - uid: 24424 components: - type: Transform - pos: 51.5,11.5 + pos: -49.5,70.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28540 + - uid: 24425 components: - type: Transform - pos: 51.5,10.5 + pos: -49.5,69.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28541 + - uid: 24426 components: - type: Transform - pos: 51.5,9.5 + pos: -44.5,67.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28542 + - uid: 24427 components: - type: Transform - pos: 51.5,8.5 + pos: -46.5,69.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28543 + - uid: 24428 components: - type: Transform - pos: 52.5,6.5 + pos: -47.5,69.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28544 + - uid: 24429 components: - type: Transform - pos: 52.5,5.5 + pos: -42.5,67.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28545 + - uid: 24430 components: - type: Transform - pos: 52.5,4.5 + pos: -41.5,67.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28546 + - uid: 24431 components: - type: Transform - pos: 52.5,3.5 + pos: -39.5,66.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28547 + - uid: 24436 components: - type: Transform - pos: 52.5,2.5 + pos: -82.5,90.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28548 + - uid: 24552 components: - type: Transform - pos: 52.5,1.5 + pos: -59.5,0.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28549 + - uid: 24695 components: - type: Transform - pos: 52.5,0.5 + pos: 40.5,-69.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28551 + - uid: 24706 components: - type: Transform - pos: 52.5,-1.5 + pos: 41.5,-65.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28552 + - uid: 24725 components: - type: Transform - pos: 52.5,-2.5 + pos: 41.5,-62.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28553 + - uid: 24750 components: - type: Transform - pos: 52.5,-3.5 + pos: 32.5,-70.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28554 + - uid: 27003 components: - type: Transform - pos: 52.5,-4.5 + pos: 25.5,-17.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28555 + - uid: 27007 components: - type: Transform - pos: 52.5,-5.5 + pos: 25.5,-19.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28557 + - uid: 27020 components: - type: Transform - pos: 51.5,-8.5 + rot: 1.5707963267948966 rad + pos: -25.5,-48.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28558 + - uid: 27114 components: - type: Transform - pos: 51.5,-9.5 + pos: -88.5,88.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28559 + - uid: 27458 components: - type: Transform - pos: 51.5,-10.5 + pos: 39.5,-70.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28562 + - uid: 27637 components: - type: Transform - pos: 50.5,-14.5 + rot: -1.5707963267948966 rad + pos: 62.5,-40.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28564 + - uid: 27641 components: - type: Transform - pos: 48.5,-18.5 + rot: -1.5707963267948966 rad + pos: 63.5,-39.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28565 + - uid: 27652 components: - type: Transform - pos: 48.5,-19.5 + pos: -70.5,84.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28566 + - uid: 27653 components: - type: Transform - pos: 47.5,-21.5 + pos: -75.5,84.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28567 + - uid: 27654 components: - type: Transform - pos: 46.5,-23.5 + pos: -71.5,84.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28569 + - uid: 27655 components: - type: Transform - pos: 45.5,-26.5 + pos: -71.5,80.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28570 + - uid: 27656 components: - type: Transform - pos: 44.5,-28.5 + pos: -75.5,80.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28571 + - uid: 27657 components: - type: Transform - pos: 44.5,-29.5 + pos: -70.5,80.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28572 + - uid: 27658 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,-31.5 + pos: -74.5,79.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28573 + - uid: 27659 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,-31.5 + pos: -73.5,80.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28574 + - uid: 27668 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-32.5 + pos: -77.5,84.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28575 + - uid: 27674 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-34.5 + pos: -74.5,86.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28577 + - uid: 27707 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-36.5 + pos: 56.5,-48.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28578 + - uid: 27708 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-36.5 + pos: 55.5,-48.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28579 + - uid: 28409 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-36.5 + rot: -1.5707963267948966 rad + pos: -86.5,79.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28580 + - uid: 28563 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,-36.5 + rot: -1.5707963267948966 rad + pos: -82.5,79.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28581 + - uid: 29614 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,-36.5 + rot: -1.5707963267948966 rad + pos: -82.5,83.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28582 + - uid: 30024 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,-36.5 + pos: -89.5,88.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28583 + - uid: 30718 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-36.5 + rot: 3.141592653589793 rad + pos: -86.5,83.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28584 + - uid: 30741 components: - type: Transform - pos: 36.5,-35.5 + pos: -37.5,62.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28585 + - uid: 30948 components: - type: Transform - pos: 28.5,-37.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28586 + rot: 1.5707963267948966 rad + pos: -1.5,9.5 + parent: 30892 + - uid: 30953 components: - type: Transform - pos: 28.5,-38.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28588 + rot: 1.5707963267948966 rad + pos: -1.5,8.5 + parent: 30892 + - uid: 30970 components: - type: Transform - pos: 29.5,-41.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28589 + rot: 1.5707963267948966 rad + pos: -0.5,9.5 + parent: 30892 + - uid: 30971 components: - type: Transform - pos: 29.5,-42.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28590 + rot: -1.5707963267948966 rad + pos: -15.5,12.5 + parent: 30892 + - uid: 30972 components: - type: Transform rot: -1.5707963267948966 rad - pos: 28.5,-43.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28591 + pos: -14.5,12.5 + parent: 30892 + - uid: 30973 components: - type: Transform rot: -1.5707963267948966 rad - pos: 25.5,-45.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28593 + pos: -13.5,12.5 + parent: 30892 + - uid: 30974 components: - type: Transform rot: -1.5707963267948966 rad - pos: 22.5,-46.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28594 + pos: -16.5,10.5 + parent: 30892 + - uid: 30975 components: - type: Transform rot: -1.5707963267948966 rad - pos: 21.5,-46.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28595 + pos: -16.5,9.5 + parent: 30892 + - uid: 30976 components: - type: Transform rot: -1.5707963267948966 rad - pos: 20.5,-46.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28596 + pos: -17.5,7.5 + parent: 30892 + - uid: 30977 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-47.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28597 + rot: -1.5707963267948966 rad + pos: -17.5,6.5 + parent: 30892 + - uid: 30978 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-49.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28598 + rot: -1.5707963267948966 rad + pos: -17.5,4.5 + parent: 30892 + - uid: 30979 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,-49.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28599 + rot: -1.5707963267948966 rad + pos: -17.5,3.5 + parent: 30892 + - uid: 30980 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,-49.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28600 + rot: -1.5707963267948966 rad + pos: -16.5,1.5 + parent: 30892 + - uid: 30981 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-49.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28601 + rot: -1.5707963267948966 rad + pos: -16.5,0.5 + parent: 30892 + - uid: 30982 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-49.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28604 + rot: -1.5707963267948966 rad + pos: -16.5,-1.5 + parent: 30892 + - uid: 30983 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-49.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28605 + rot: -1.5707963267948966 rad + pos: -16.5,-2.5 + parent: 30892 + - uid: 30984 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-50.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28606 + rot: -1.5707963267948966 rad + pos: -14.5,-2.5 + parent: 30892 + - uid: 30985 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-50.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28607 + rot: -1.5707963267948966 rad + pos: -13.5,-2.5 + parent: 30892 + - uid: 30986 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-50.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28608 + rot: -1.5707963267948966 rad + pos: -12.5,-3.5 + parent: 30892 + - uid: 30987 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-50.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28609 + rot: -1.5707963267948966 rad + pos: -11.5,-3.5 + parent: 30892 + - uid: 31090 components: - type: Transform rot: 1.5707963267948966 rad - pos: 4.5,-50.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28610 + pos: -2.5,6.5 + parent: 30892 + - uid: 31094 components: - type: Transform rot: 1.5707963267948966 rad - pos: 3.5,-50.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28611 + pos: -2.5,8.5 + parent: 30892 + - uid: 31095 components: - type: Transform rot: 1.5707963267948966 rad - pos: 2.5,-50.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28612 + pos: -2.5,7.5 + parent: 30892 + - uid: 31109 components: - type: Transform rot: 1.5707963267948966 rad - pos: 1.5,-50.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28613 + pos: 6.5,-1.5 + parent: 30892 + - uid: 31111 components: - type: Transform rot: 1.5707963267948966 rad - pos: 0.5,-50.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28615 + pos: 7.5,-1.5 + parent: 30892 + - uid: 31112 components: - type: Transform rot: 1.5707963267948966 rad - pos: -1.5,-50.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28616 + pos: 8.5,-1.5 + parent: 30892 + - uid: 31113 components: - type: Transform rot: 1.5707963267948966 rad - pos: -2.5,-50.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28617 + pos: 9.5,-1.5 + parent: 30892 + - uid: 31114 components: - type: Transform rot: 1.5707963267948966 rad - pos: -3.5,-50.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28618 + pos: 10.5,-1.5 + parent: 30892 + - uid: 31115 components: - type: Transform rot: 1.5707963267948966 rad - pos: -4.5,-50.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28619 + pos: 10.5,-0.5 + parent: 30892 + - uid: 31255 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-50.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28620 + pos: 2.5,12.5 + parent: 30892 + - uid: 31256 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-50.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28621 + pos: 3.5,12.5 + parent: 30892 + - uid: 31257 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-50.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28622 + pos: 5.5,12.5 + parent: 30892 + - uid: 31258 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-50.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28623 + pos: 6.5,12.5 + parent: 30892 + - uid: 31259 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-50.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28625 + pos: 8.5,12.5 + parent: 30892 + - uid: 31260 + components: + - type: Transform + pos: 9.5,12.5 + parent: 30892 + - uid: 31397 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-50.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28626 + pos: -0.5,4.5 + parent: 31348 + - uid: 31398 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-50.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28627 + pos: 0.5,5.5 + parent: 31348 + - uid: 31399 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-50.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28628 + pos: 1.5,4.5 + parent: 31348 + - uid: 31451 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-50.5 + rot: -1.5707963267948966 rad + pos: -73.5,2.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28629 + - uid: 31690 components: - type: Transform - pos: -15.5,-49.5 + pos: 28.5,-70.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28630 + - uid: 31700 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-48.5 + pos: -78.5,59.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28631 + - uid: 31701 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-48.5 + pos: -79.5,59.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28632 + - uid: 31764 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-48.5 + pos: 70.5,-25.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28633 + - uid: 32009 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-48.5 + pos: 44.5,-60.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28634 + - uid: 32010 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-47.5 + pos: 46.5,-59.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28635 + - uid: 32011 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-46.5 + pos: 46.5,-60.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28636 + - uid: 32053 components: - type: Transform - pos: -22.5,-45.5 + pos: 45.5,-60.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28638 + - uid: 32057 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-44.5 + pos: 49.5,-59.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28639 + - uid: 32058 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-44.5 + pos: 50.5,-59.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28640 + - uid: 32059 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-44.5 + pos: 50.5,-58.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28641 + - uid: 32060 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-43.5 + pos: 53.5,-56.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28642 + - uid: 32061 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-42.5 + pos: 53.5,-54.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28643 + - uid: 32062 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-40.5 + pos: 53.5,-51.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28644 + - uid: 32063 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-40.5 + pos: 53.5,-50.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28645 + - uid: 32959 components: - type: Transform - pos: -31.5,-39.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28646 + rot: 1.5707963267948966 rad + pos: 1.5,1.5 + parent: 32914 + - uid: 32960 components: - type: Transform - pos: -31.5,-38.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28647 + rot: 1.5707963267948966 rad + pos: 5.5,1.5 + parent: 32914 + - uid: 32961 components: - type: Transform - pos: -31.5,-37.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28648 + rot: 1.5707963267948966 rad + pos: 5.5,-1.5 + parent: 32914 + - uid: 32962 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-36.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28649 + rot: 1.5707963267948966 rad + pos: 1.5,-1.5 + parent: 32914 + - uid: 32963 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-36.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28650 + rot: 1.5707963267948966 rad + pos: 2.5,2.5 + parent: 32914 + - uid: 32964 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-36.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28651 + rot: 1.5707963267948966 rad + pos: 2.5,3.5 + parent: 32914 + - uid: 32965 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28652 + rot: 1.5707963267948966 rad + pos: 3.5,4.5 + parent: 32914 + - uid: 32966 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,-36.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28654 + rot: 1.5707963267948966 rad + pos: 4.5,3.5 + parent: 32914 + - uid: 32967 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,-35.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28655 + rot: 1.5707963267948966 rad + pos: 4.5,2.5 + parent: 32914 + - uid: 33429 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,-34.5 + rot: -1.5707963267948966 rad + pos: -63.5,78.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28656 + - uid: 33877 components: - type: Transform rot: 3.141592653589793 rad - pos: -38.5,-33.5 + pos: -53.5,-22.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28657 + - uid: 33883 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,1.5 + pos: -65.5,79.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28658 + - uid: 33884 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-25.5 + pos: -65.5,80.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28659 + - uid: 33885 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,-23.5 + pos: -65.5,81.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28660 + - uid: 33888 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-21.5 + pos: -62.5,78.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28661 + - uid: 33890 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,-19.5 + pos: -61.5,79.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28662 + - uid: 33891 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,-18.5 + pos: -61.5,80.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28663 + - uid: 33892 components: - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,-16.5 + pos: -61.5,81.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28664 + - uid: 33893 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,-14.5 + pos: -62.5,82.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28665 + - uid: 33894 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,-13.5 + pos: -63.5,82.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28666 + - uid: 33895 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,-12.5 + pos: -64.5,82.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28667 + - uid: 33914 components: - type: Transform rot: 3.141592653589793 rad - pos: -50.5,-9.5 + pos: -53.5,-21.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28668 + - uid: 33915 components: - type: Transform rot: 3.141592653589793 rad - pos: -50.5,-10.5 + pos: -53.5,-20.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28669 + - uid: 33974 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,-8.5 + pos: -69.5,-3.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28670 + - uid: 34209 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,-7.5 + pos: -86.5,82.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28671 + - uid: 34758 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-5.5 + rot: -1.5707963267948966 rad + pos: 30.5,-27.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28672 + - uid: 35018 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-4.5 + pos: 67.5,38.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28673 + - uid: 35046 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-3.5 + pos: 71.5,26.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28674 + - uid: 35047 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-2.5 + pos: 71.5,27.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28675 + - uid: 35048 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-1.5 + pos: 72.5,27.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28676 + - uid: 35049 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-0.5 + pos: 73.5,27.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28677 + - uid: 35050 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,0.5 + pos: 73.5,28.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28678 + - uid: 35051 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,1.5 + pos: 74.5,28.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28679 + - uid: 35052 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,2.5 + pos: 74.5,29.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28680 + - uid: 35053 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,3.5 + pos: 74.5,30.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28681 + - uid: 35054 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,4.5 + pos: 75.5,30.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28683 + - uid: 35055 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,6.5 + pos: 75.5,31.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28684 + - uid: 35097 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,8.5 + pos: 67.5,39.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28685 + - uid: 35134 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,9.5 + rot: -1.5707963267948966 rad + pos: 57.5,51.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28687 + - uid: 35135 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,11.5 + rot: -1.5707963267948966 rad + pos: 56.5,51.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28689 + - uid: 35136 components: - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,15.5 + rot: -1.5707963267948966 rad + pos: 55.5,51.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28690 + - uid: 35268 components: - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,16.5 + rot: 1.5707963267948966 rad + pos: 76.5,49.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28691 + - uid: 35615 components: - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,17.5 + pos: -37.5,63.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28692 + - uid: 35708 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,19.5 + rot: -1.5707963267948966 rad + pos: -64.5,78.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28693 + - uid: 36189 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,21.5 + pos: -76.5,59.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28694 + - uid: 36349 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,22.5 + pos: -62.5,73.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28695 + - uid: 36350 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,24.5 + pos: -62.5,74.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28696 + - uid: 36407 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,26.5 + pos: 37.5,-70.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28697 + - uid: 36424 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,27.5 + pos: 35.5,-70.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28699 + - uid: 36531 components: - type: Transform rot: 1.5707963267948966 rad - pos: -42.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28701 + pos: 9.5,-4.5 + parent: 36450 + - uid: 36532 components: - type: Transform rot: 1.5707963267948966 rad - pos: -40.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28702 + pos: 9.5,-3.5 + parent: 36450 + - uid: 36533 components: - type: Transform rot: 1.5707963267948966 rad - pos: -39.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28703 + pos: 9.5,-2.5 + parent: 36450 + - uid: 36534 components: - type: Transform rot: 1.5707963267948966 rad - pos: -38.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28704 - components: - - type: Transform - pos: -36.5,36.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28705 + pos: 8.5,3.5 + parent: 36450 + - uid: 36535 components: - type: Transform - pos: -37.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28706 + rot: 1.5707963267948966 rad + pos: 8.5,4.5 + parent: 36450 + - uid: 36536 components: - type: Transform - pos: -37.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28707 + rot: 1.5707963267948966 rad + pos: 7.5,4.5 + parent: 36450 + - uid: 36537 components: - type: Transform - pos: -37.5,31.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28708 + rot: 1.5707963267948966 rad + pos: 7.5,5.5 + parent: 36450 + - uid: 36538 components: - type: Transform - pos: -37.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28709 + rot: 1.5707963267948966 rad + pos: 6.5,5.5 + parent: 36450 + - uid: 36539 components: - type: Transform - pos: -37.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28710 + rot: 1.5707963267948966 rad + pos: 5.5,5.5 + parent: 36450 + - uid: 36540 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,38.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28712 + rot: 1.5707963267948966 rad + pos: 4.5,5.5 + parent: 36450 + - uid: 36541 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,38.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28713 + rot: 1.5707963267948966 rad + pos: 3.5,5.5 + parent: 36450 + - uid: 36542 components: - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,39.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28714 + rot: 1.5707963267948966 rad + pos: 3.5,4.5 + parent: 36450 + - uid: 36543 components: - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,40.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28715 + rot: 1.5707963267948966 rad + pos: 2.5,4.5 + parent: 36450 + - uid: 36544 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,43.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28716 + rot: 1.5707963267948966 rad + pos: 2.5,3.5 + parent: 36450 + - uid: 36581 components: - type: Transform rot: 1.5707963267948966 rad - pos: -28.5,44.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28717 + pos: 1.5,-4.5 + parent: 36450 + - uid: 36583 components: - type: Transform rot: 1.5707963267948966 rad - pos: -27.5,44.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28730 + pos: 1.5,-2.5 + parent: 36450 + - uid: 36602 components: - type: Transform rot: 1.5707963267948966 rad - pos: -25.5,20.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28756 + pos: 1.5,-3.5 + parent: 36450 + - uid: 39504 components: - type: Transform rot: -1.5707963267948966 rad - pos: 43.5,-31.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28757 + pos: 18.5,-3.5 + parent: 36907 + - uid: 39505 components: - type: Transform rot: 3.141592653589793 rad - pos: 44.5,-30.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28802 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28820 + pos: 13.5,4.5 + parent: 36907 + - uid: 39506 components: - type: Transform rot: 3.141592653589793 rad - pos: -51.5,36.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28876 + pos: 12.5,4.5 + parent: 36907 + - uid: 39507 components: - type: Transform rot: 3.141592653589793 rad - pos: 33.5,42.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28880 + pos: 14.5,4.5 + parent: 36907 + - uid: 39508 components: - type: Transform - pos: 28.5,-39.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28882 + rot: -1.5707963267948966 rad + pos: 17.5,0.5 + parent: 36907 + - uid: 39509 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,53.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28883 + rot: -1.5707963267948966 rad + pos: 16.5,0.5 + parent: 36907 + - uid: 39510 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,54.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28884 + rot: -1.5707963267948966 rad + pos: 15.5,0.5 + parent: 36907 + - uid: 39511 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,55.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28885 + rot: -1.5707963267948966 rad + pos: 14.5,-3.5 + parent: 36907 + - uid: 39512 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,56.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28886 + rot: -1.5707963267948966 rad + pos: 15.5,-9.5 + parent: 36907 + - uid: 39513 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,57.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28887 + rot: -1.5707963267948966 rad + pos: 16.5,-9.5 + parent: 36907 + - uid: 39514 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,58.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28888 + rot: -1.5707963267948966 rad + pos: 17.5,-9.5 + parent: 36907 + - uid: 39515 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,59.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28889 + rot: -1.5707963267948966 rad + pos: 18.5,-5.5 + parent: 36907 + - uid: 39516 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,60.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28890 + rot: -1.5707963267948966 rad + pos: 14.5,-5.5 + parent: 36907 + - uid: 39517 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,61.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28892 + rot: -1.5707963267948966 rad + pos: 13.5,-1.5 + parent: 36907 + - uid: 39518 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,55.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28893 + rot: -1.5707963267948966 rad + pos: 13.5,-2.5 + parent: 36907 + - uid: 39519 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,56.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28895 + rot: -1.5707963267948966 rad + pos: 13.5,-0.5 + parent: 36907 + - uid: 39520 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,58.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28896 + rot: -1.5707963267948966 rad + pos: 19.5,-0.5 + parent: 36907 + - uid: 39521 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,59.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28897 + rot: -1.5707963267948966 rad + pos: 19.5,-1.5 + parent: 36907 + - uid: 39522 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28898 + rot: -1.5707963267948966 rad + pos: 19.5,-2.5 + parent: 36907 + - uid: 39523 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,61.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28899 + rot: -1.5707963267948966 rad + pos: 13.5,-6.5 + parent: 36907 + - uid: 39524 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,62.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28900 + rot: -1.5707963267948966 rad + pos: 13.5,-7.5 + parent: 36907 + - uid: 39525 components: - type: Transform - pos: -28.5,48.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28901 + rot: -1.5707963267948966 rad + pos: 13.5,-8.5 + parent: 36907 + - uid: 39526 components: - type: Transform - pos: -28.5,49.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28902 + rot: -1.5707963267948966 rad + pos: 19.5,-6.5 + parent: 36907 + - uid: 39527 components: - type: Transform - pos: -28.5,50.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28903 + rot: -1.5707963267948966 rad + pos: 19.5,-7.5 + parent: 36907 + - uid: 39528 components: - type: Transform - pos: -28.5,51.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28904 + rot: -1.5707963267948966 rad + pos: 19.5,-8.5 + parent: 36907 + - uid: 39529 components: - type: Transform rot: 3.141592653589793 rad - pos: 1.5,51.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28905 + pos: 9.5,0.5 + parent: 36907 + - uid: 39530 components: - type: Transform rot: 3.141592653589793 rad - pos: 1.5,50.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28906 + pos: 9.5,-0.5 + parent: 36907 + - uid: 39531 components: - type: Transform rot: 3.141592653589793 rad - pos: 1.5,49.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28907 + pos: 9.5,-2.5 + parent: 36907 + - uid: 39532 components: - type: Transform rot: 3.141592653589793 rad - pos: 1.5,48.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28908 + pos: 9.5,-3.5 + parent: 36907 + - uid: 39533 components: - type: Transform rot: 3.141592653589793 rad - pos: 1.5,47.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28909 + pos: 18.5,4.5 + parent: 36907 + - uid: 39534 components: - type: Transform rot: 3.141592653589793 rad - pos: 1.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28910 + pos: 19.5,4.5 + parent: 36907 + - uid: 39535 components: - type: Transform rot: 3.141592653589793 rad - pos: 1.5,45.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28912 + pos: 20.5,4.5 + parent: 36907 + - uid: 42910 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,43.5 + pos: 3.5,12.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28913 + - uid: 42912 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,42.5 + pos: -2.5,12.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28914 + - uid: 42942 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,41.5 + pos: -2.5,11.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28915 + - uid: 42943 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,40.5 + pos: -1.5,11.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28916 + - uid: 42944 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,39.5 + pos: -0.5,11.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28917 + - uid: 42945 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,38.5 + pos: 0.5,11.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28920 + - uid: 42946 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,33.5 + pos: 1.5,11.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28924 + - uid: 42947 components: - type: Transform - pos: -0.5,53.5 + pos: 2.5,11.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28925 + - uid: 42948 components: - type: Transform - pos: -0.5,52.5 + pos: 3.5,11.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28926 + - uid: 42949 components: - type: Transform - pos: -0.5,51.5 + rot: -1.5707963267948966 rad + pos: 33.5,-27.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28927 + - uid: 42950 components: - type: Transform - pos: -0.5,50.5 + rot: -1.5707963267948966 rad + pos: 31.5,-27.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28928 + - uid: 42952 components: - type: Transform - pos: -0.5,49.5 + rot: -1.5707963267948966 rad + pos: 35.5,-26.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28929 + - uid: 43109 components: - type: Transform - pos: -0.5,48.5 + rot: 1.5707963267948966 rad + pos: 76.5,48.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28930 + - uid: 43110 components: - type: Transform - pos: -0.5,47.5 + rot: 1.5707963267948966 rad + pos: 77.5,46.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28931 + - uid: 43144 components: - type: Transform - pos: -0.5,46.5 + pos: -72.5,-0.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28932 + - uid: 43145 components: - type: Transform - pos: -0.5,45.5 + pos: -72.5,0.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28933 + - uid: 43150 components: - type: Transform - pos: -0.5,44.5 + pos: -74.5,-4.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28934 + - uid: 43151 components: - type: Transform - pos: -0.5,43.5 + pos: -74.5,-3.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28935 + - uid: 43152 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,44.5 + pos: -74.5,-2.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28936 + - uid: 43164 components: - type: Transform - pos: -0.5,41.5 + pos: -72.5,1.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28937 +- proto: GrilleBroken + entities: + - uid: 962 components: - type: Transform - pos: -0.5,40.5 + pos: -34.5,-6.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28938 + - uid: 1778 components: - type: Transform - pos: -0.5,39.5 + pos: -45.5,-11.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28939 + - uid: 4651 components: - type: Transform - pos: -0.5,38.5 + rot: 1.5707963267948966 rad + pos: 30.5,71.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28940 + - uid: 4772 components: - type: Transform - pos: -0.5,37.5 + rot: 1.5707963267948966 rad + pos: -42.5,-12.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28941 + - uid: 4812 components: - type: Transform - pos: -0.5,36.5 + rot: 1.5707963267948966 rad + pos: 55.5,-33.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28942 + - uid: 4852 components: - type: Transform rot: -1.5707963267948966 rad - pos: 0.5,35.5 + pos: 54.5,-33.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28943 + - uid: 5385 components: - type: Transform rot: -1.5707963267948966 rad - pos: 1.5,35.5 + pos: -43.5,-15.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28944 + - uid: 5386 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,35.5 + rot: 1.5707963267948966 rad + pos: -38.5,-19.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28945 + - uid: 5768 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,35.5 + pos: 64.5,-10.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28946 + - uid: 7048 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,35.5 + rot: 3.141592653589793 rad + pos: 64.5,-9.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28949 + - uid: 9447 components: - type: Transform rot: -1.5707963267948966 rad - pos: -2.5,44.5 + pos: -78.5,90.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28950 + - uid: 14422 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,44.5 + rot: 3.141592653589793 rad + pos: -17.5,-63.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28951 + - uid: 14447 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,44.5 + pos: -17.5,-63.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28952 + - uid: 17780 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,44.5 + pos: -91.5,87.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28953 + - uid: 19308 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,42.5 + pos: -93.5,78.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28954 + - uid: 23931 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,42.5 + rot: 3.141592653589793 rad + pos: 59.5,-43.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28955 + - uid: 23944 components: - type: Transform rot: -1.5707963267948966 rad - pos: -3.5,42.5 + pos: 59.5,-9.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28956 + - uid: 23946 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,31.5 + pos: 69.5,-12.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28957 + - uid: 23950 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,31.5 + rot: 1.5707963267948966 rad + pos: 67.5,-20.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28958 + - uid: 23953 components: - type: Transform rot: -1.5707963267948966 rad - pos: -49.5,31.5 + pos: 63.5,-20.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28959 + - uid: 23955 components: - type: Transform rot: -1.5707963267948966 rad - pos: -50.5,31.5 + pos: 69.5,-20.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28964 + - uid: 23956 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,31.5 + pos: 64.5,-35.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28965 + - uid: 23958 components: - type: Transform - pos: -0.5,33.5 + rot: 1.5707963267948966 rad + pos: 57.5,-30.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28969 + - uid: 23959 components: - type: Transform - pos: 1.5,36.5 + pos: 52.5,-32.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28970 + - uid: 23981 components: - type: Transform - pos: 1.5,35.5 + rot: 1.5707963267948966 rad + pos: 59.5,-43.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28971 + - uid: 23987 components: - type: Transform - pos: 1.5,34.5 + rot: 3.141592653589793 rad + pos: 60.5,-42.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28972 + - uid: 23990 components: - type: Transform - pos: 1.5,33.5 + rot: 1.5707963267948966 rad + pos: 61.5,-42.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28973 + - uid: 23994 components: - type: Transform - pos: 1.5,32.5 + rot: 1.5707963267948966 rad + pos: 61.5,-43.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28974 + - uid: 23997 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,31.5 + pos: 63.5,-42.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28979 + - uid: 23998 components: - type: Transform rot: 3.141592653589793 rad - pos: 37.5,29.5 + pos: 63.5,-41.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28980 + - uid: 23999 components: - type: Transform rot: 3.141592653589793 rad - pos: 37.5,28.5 + pos: 69.5,-40.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28981 + - uid: 24000 components: - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,30.5 + rot: 1.5707963267948966 rad + pos: 71.5,-43.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28982 + - uid: 24002 components: - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,31.5 + pos: 65.5,-43.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28983 + - uid: 24005 components: - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,32.5 + pos: 64.5,-43.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28984 + - uid: 24006 components: - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,33.5 + rot: -1.5707963267948966 rad + pos: 64.5,-43.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28985 + - uid: 24009 components: - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,34.5 + rot: -1.5707963267948966 rad + pos: 64.5,-40.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28986 + - uid: 24010 components: - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,35.5 + rot: -1.5707963267948966 rad + pos: 64.5,-41.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28987 + - uid: 24012 components: - type: Transform rot: 3.141592653589793 rad - pos: 37.5,36.5 + pos: 54.5,-48.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28989 + - uid: 24013 components: - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,38.5 + rot: 1.5707963267948966 rad + pos: 54.5,-48.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28990 + - uid: 24015 components: - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,39.5 + pos: 53.5,-49.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28991 + - uid: 24016 components: - type: Transform rot: 3.141592653589793 rad - pos: 37.5,40.5 + pos: 53.5,-52.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28992 + - uid: 24017 components: - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,41.5 + rot: 1.5707963267948966 rad + pos: 53.5,-52.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28993 + - uid: 24042 components: - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,42.5 + rot: 1.5707963267948966 rad + pos: 53.5,-55.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28994 + - uid: 24043 components: - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,43.5 + pos: 53.5,-55.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28996 + - uid: 24440 components: - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,45.5 + rot: -1.5707963267948966 rad + pos: -61.5,88.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28998 + - uid: 24441 components: - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,47.5 + rot: -1.5707963267948966 rad + pos: -43.5,67.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28999 + - uid: 24442 components: - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,48.5 + rot: -1.5707963267948966 rad + pos: -74.5,90.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29000 + - uid: 24443 components: - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,49.5 + rot: 1.5707963267948966 rad + pos: -70.5,90.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29001 + - uid: 24444 components: - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,50.5 + pos: -66.5,90.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29002 + - uid: 24445 components: - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,51.5 + rot: -1.5707963267948966 rad + pos: -59.5,87.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29003 + - uid: 24446 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,36.5 + pos: -56.5,81.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29004 + - uid: 24447 components: - type: Transform rot: 3.141592653589793 rad - pos: -52.5,35.5 + pos: -46.5,68.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29006 + - uid: 24448 components: - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,32.5 + rot: -1.5707963267948966 rad + pos: -55.5,79.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29007 + - uid: 24449 components: - type: Transform rot: 3.141592653589793 rad - pos: 39.5,33.5 + pos: -55.5,75.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29008 + - uid: 24450 components: - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,34.5 + pos: -55.5,75.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29009 + - uid: 24452 components: - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,35.5 + rot: 1.5707963267948966 rad + pos: -54.5,71.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29010 + - uid: 24453 components: - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,36.5 + rot: 1.5707963267948966 rad + pos: -51.5,70.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29011 + - uid: 24454 components: - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,37.5 + pos: -79.5,50.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29012 + - uid: 24455 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-34.5 + rot: -1.5707963267948966 rad + pos: -48.5,69.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29013 + - uid: 24456 components: - type: Transform rot: 3.141592653589793 rad - pos: 39.5,39.5 + pos: -41.5,66.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29014 + - uid: 24459 components: - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,40.5 + rot: -1.5707963267948966 rad + pos: -46.5,59.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29015 + - uid: 24461 components: - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,41.5 + rot: 1.5707963267948966 rad + pos: -50.5,59.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29016 + - uid: 24462 components: - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,42.5 + rot: 1.5707963267948966 rad + pos: -54.5,57.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29017 + - uid: 24464 components: - type: Transform rot: 3.141592653589793 rad - pos: 39.5,43.5 + pos: -77.5,45.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29018 + - uid: 24465 components: - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,44.5 + rot: 1.5707963267948966 rad + pos: -59.5,57.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29020 + - uid: 24466 components: - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,46.5 + rot: -1.5707963267948966 rad + pos: -75.5,43.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29022 + - uid: 24468 components: - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,48.5 + rot: 1.5707963267948966 rad + pos: -75.5,42.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29023 + - uid: 24469 components: - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,49.5 + pos: -72.5,36.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29024 + - uid: 24474 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -69.5,35.5 + parent: 2 + - uid: 24475 + components: + - type: Transform + pos: -73.5,39.5 + parent: 2 + - uid: 24476 components: - type: Transform rot: 3.141592653589793 rad - pos: 39.5,50.5 + pos: -82.5,52.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29025 + - uid: 24477 components: - type: Transform rot: 3.141592653589793 rad - pos: 39.5,51.5 + pos: -90.5,56.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29026 + - uid: 24478 components: - type: Transform rot: 3.141592653589793 rad - pos: 39.5,52.5 + pos: -85.5,55.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29027 + - uid: 24479 components: - type: Transform rot: 3.141592653589793 rad - pos: 39.5,53.5 + pos: -79.5,53.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29032 + - uid: 24480 components: - type: Transform rot: -1.5707963267948966 rad - pos: 35.5,52.5 + pos: -79.5,51.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29033 + - uid: 24481 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,52.5 + rot: 1.5707963267948966 rad + pos: -89.5,55.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29034 + - uid: 24483 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,52.5 + pos: -90.5,58.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29035 + - uid: 24486 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,52.5 + rot: 1.5707963267948966 rad + pos: -90.5,60.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29036 + - uid: 24488 components: - type: Transform rot: -1.5707963267948966 rad - pos: 31.5,52.5 + pos: -90.5,60.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29037 + - uid: 24489 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,52.5 + rot: 1.5707963267948966 rad + pos: -92.5,60.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29038 + - uid: 24492 components: - type: Transform rot: -1.5707963267948966 rad - pos: 29.5,52.5 + pos: -91.5,63.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29039 + - uid: 24496 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,54.5 + rot: 1.5707963267948966 rad + pos: -92.5,71.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29040 + - uid: 24499 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,54.5 + pos: -93.5,67.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29041 + - uid: 24501 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,54.5 + rot: 3.141592653589793 rad + pos: -93.5,75.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29042 + - uid: 24502 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,54.5 + rot: 3.141592653589793 rad + pos: -93.5,71.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29044 + - uid: 24538 components: - type: Transform rot: -1.5707963267948966 rad - pos: 33.5,54.5 + pos: -76.5,47.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29045 + - uid: 24540 components: - type: Transform rot: -1.5707963267948966 rad - pos: 32.5,54.5 + pos: -56.5,76.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29046 + - uid: 24543 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,54.5 + pos: -63.5,87.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29047 + - uid: 24544 components: - type: Transform - pos: -51.5,33.5 + pos: -69.5,89.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29056 + - uid: 24547 components: - type: Transform - pos: -53.5,30.5 + pos: -79.5,89.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29057 + - uid: 27061 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,60.5 + pos: -93.5,81.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29058 + - uid: 30368 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,61.5 + rot: -1.5707963267948966 rad + pos: 40.5,13.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29059 + - uid: 30695 components: - type: Transform rot: 3.141592653589793 rad - pos: 24.5,62.5 + pos: -92.5,81.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29060 + - uid: 30696 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,63.5 + pos: -92.5,84.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29061 + - uid: 30697 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,64.5 + pos: -85.5,88.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29062 + - uid: 30698 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,65.5 + rot: -1.5707963267948966 rad + pos: -87.5,88.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29063 + - uid: 30699 components: - type: Transform rot: 1.5707963267948966 rad - pos: 43.5,47.5 + pos: -84.5,90.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29064 + - uid: 30700 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,64.5 + rot: -1.5707963267948966 rad + pos: -81.5,90.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29065 + - uid: 30701 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,63.5 + rot: 1.5707963267948966 rad + pos: -91.5,82.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29066 + - uid: 30715 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,62.5 + rot: 1.5707963267948966 rad + pos: -92.5,76.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29067 + - uid: 30716 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,61.5 + rot: -1.5707963267948966 rad + pos: -92.5,76.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29068 + - uid: 30717 components: - type: Transform rot: 3.141592653589793 rad - pos: 23.5,60.5 + pos: -85.5,88.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29069 + - uid: 31277 components: - type: Transform rot: 3.141592653589793 rad - pos: 23.5,59.5 + pos: -54.5,-26.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29070 + - uid: 31278 components: - type: Transform rot: 3.141592653589793 rad - pos: 23.5,58.5 + pos: -52.5,-28.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29071 + - uid: 31279 components: - type: Transform rot: 1.5707963267948966 rad - pos: -52.5,29.5 + pos: -59.5,-26.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29073 + - uid: 31280 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,59.5 + rot: 3.141592653589793 rad + pos: -59.5,-20.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29074 + - uid: 31281 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,59.5 + rot: 3.141592653589793 rad + pos: -61.5,-16.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29075 + - uid: 31283 components: - type: Transform rot: 1.5707963267948966 rad - pos: 27.5,59.5 + pos: -59.5,-13.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29076 + - uid: 31284 components: - type: Transform rot: 1.5707963267948966 rad - pos: 28.5,59.5 + pos: -62.5,-9.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29077 + - uid: 31285 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,59.5 + rot: -1.5707963267948966 rad + pos: -60.5,-7.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29079 + - uid: 31286 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,57.5 + rot: 3.141592653589793 rad + pos: -57.5,-4.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29080 + - uid: 31287 components: - type: Transform rot: 1.5707963267948966 rad - pos: 25.5,57.5 + pos: -55.5,1.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29081 + - uid: 31288 components: - type: Transform rot: 1.5707963267948966 rad - pos: 26.5,57.5 + pos: -55.5,3.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29082 + - uid: 33621 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,57.5 + rot: -1.5707963267948966 rad + pos: -12.5,13.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29087 + - uid: 33622 components: - type: Transform rot: 3.141592653589793 rad - pos: 28.5,53.5 + pos: -12.5,13.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29088 + - uid: 33679 components: - type: Transform rot: 3.141592653589793 rad - pos: 28.5,54.5 + pos: -34.5,-6.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29089 + - uid: 33680 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,55.5 + rot: 1.5707963267948966 rad + pos: -34.5,-6.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29090 + - uid: 36265 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,56.5 + rot: 1.5707963267948966 rad + pos: 25.5,1.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29091 + - uid: 36267 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,55.5 + pos: 12.5,-2.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29092 + - uid: 36268 components: - type: Transform rot: 3.141592653589793 rad - pos: 30.5,56.5 + pos: 20.5,-2.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29093 + - uid: 36269 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,57.5 + rot: 1.5707963267948966 rad + pos: 25.5,-2.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29094 + - uid: 36270 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,58.5 + rot: 1.5707963267948966 rad + pos: 25.5,7.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29095 + - uid: 36271 components: - type: Transform rot: 1.5707963267948966 rad - pos: -52.5,35.5 + pos: 26.5,9.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29096 + - uid: 36272 components: - type: Transform rot: 1.5707963267948966 rad - pos: -53.5,35.5 + pos: 26.5,8.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29097 + - uid: 36273 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,35.5 + rot: 3.141592653589793 rad + pos: 21.5,11.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29098 + - uid: 36274 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,35.5 + rot: 3.141592653589793 rad + pos: 14.5,11.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29099 + - uid: 36275 components: - type: Transform rot: 1.5707963267948966 rad - pos: -56.5,35.5 + pos: 10.5,26.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29100 + - uid: 36276 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,55.5 + rot: 1.5707963267948966 rad + pos: 12.5,15.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29101 + - uid: 36277 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,56.5 + rot: 1.5707963267948966 rad + pos: 10.5,20.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29102 + - uid: 36278 components: - type: Transform rot: 3.141592653589793 rad - pos: 36.5,56.5 + pos: -2.5,26.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29103 + - uid: 36279 components: - type: Transform rot: 3.141592653589793 rad - pos: 36.5,55.5 + pos: 1.5,26.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29104 + - uid: 36280 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,54.5 + rot: 1.5707963267948966 rad + pos: -3.5,20.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29105 + - uid: 36281 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,53.5 + rot: -1.5707963267948966 rad + pos: -18.5,9.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29106 + - uid: 36282 components: - type: Transform - pos: 41.5,48.5 + rot: -1.5707963267948966 rad + pos: -11.5,18.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29113 + - uid: 36283 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,29.5 + rot: -1.5707963267948966 rad + pos: -11.5,19.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29114 + - uid: 36284 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,29.5 + rot: -1.5707963267948966 rad + pos: -18.5,5.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29115 + - uid: 36285 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,29.5 + rot: -1.5707963267948966 rad + pos: -18.5,-0.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29116 + - uid: 36286 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,29.5 + pos: -18.5,-2.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29120 + - uid: 36288 components: - type: Transform - pos: -57.5,34.5 + rot: 3.141592653589793 rad + pos: -12.5,-7.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29121 + - uid: 36289 components: - type: Transform - pos: -57.5,33.5 + rot: 3.141592653589793 rad + pos: -6.5,-7.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29122 + - uid: 36290 components: - type: Transform - pos: -57.5,32.5 + rot: 3.141592653589793 rad + pos: -5.5,-8.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29123 + - uid: 36291 components: - type: Transform - pos: -57.5,31.5 + rot: 3.141592653589793 rad + pos: 2.5,-9.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29124 + - uid: 36292 components: - type: Transform - pos: -57.5,30.5 + rot: -1.5707963267948966 rad + pos: 7.5,-7.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29125 + - uid: 36294 components: - type: Transform - pos: -57.5,29.5 + rot: 3.141592653589793 rad + pos: 14.5,-7.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29126 + - uid: 36295 components: - type: Transform - pos: -57.5,28.5 + rot: 3.141592653589793 rad + pos: 20.5,-7.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29127 + - uid: 36296 components: - type: Transform rot: 1.5707963267948966 rad - pos: 38.5,46.5 + pos: 21.5,-9.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29128 + - uid: 36297 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29129 + pos: 23.5,-2.5 + parent: 2 + - uid: 42985 components: - type: Transform rot: 1.5707963267948966 rad - pos: 40.5,46.5 + pos: 40.5,13.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29130 +- proto: GrilleSpawner + entities: + - uid: 4490 components: - type: Transform rot: 1.5707963267948966 rad - pos: 41.5,46.5 + pos: -64.5,35.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29131 + - uid: 4502 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,46.5 + pos: -69.5,35.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29132 + - uid: 4509 components: - type: Transform rot: 1.5707963267948966 rad - pos: 43.5,46.5 + pos: -63.5,37.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29133 + - uid: 4510 components: - type: Transform rot: 1.5707963267948966 rad - pos: 44.5,46.5 + pos: -75.5,15.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29135 + - uid: 4523 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,47.5 + pos: -76.5,-13.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29137 + - uid: 4535 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,47.5 + pos: -82.5,-13.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29142 + - uid: 4541 components: - type: Transform rot: 1.5707963267948966 rad - pos: 44.5,47.5 + pos: -86.5,-16.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29143 + - uid: 4544 components: - type: Transform rot: 1.5707963267948966 rad - pos: 45.5,47.5 + pos: -89.5,-21.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29144 + - uid: 4553 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,47.5 + rot: 3.141592653589793 rad + pos: -80.5,-31.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29145 + - uid: 4556 components: - type: Transform rot: 1.5707963267948966 rad - pos: 47.5,47.5 + pos: -78.5,-11.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29146 + - uid: 4559 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,47.5 + pos: -72.5,-14.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29147 + - uid: 4564 components: - type: Transform rot: 1.5707963267948966 rad - pos: 49.5,47.5 + pos: -73.5,-8.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29148 + - uid: 4580 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,46.5 + rot: -1.5707963267948966 rad + pos: 13.5,-73.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29150 + - uid: 4585 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,46.5 + rot: 3.141592653589793 rad + pos: 65.5,-57.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29151 + - uid: 4586 components: - type: Transform - pos: 50.5,46.5 + rot: -1.5707963267948966 rad + pos: 77.5,-45.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29152 + - uid: 4587 components: - type: Transform - pos: 50.5,45.5 + rot: -1.5707963267948966 rad + pos: 78.5,-51.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29153 + - uid: 4588 components: - type: Transform - pos: 50.5,44.5 + rot: 3.141592653589793 rad + pos: 64.5,-57.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29154 + - uid: 4592 components: - type: Transform - pos: 50.5,43.5 + rot: 3.141592653589793 rad + pos: 69.5,-60.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29155 + - uid: 4602 components: - type: Transform - pos: 50.5,42.5 + rot: 3.141592653589793 rad + pos: 68.5,-60.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29156 + - uid: 4604 components: - type: Transform - pos: 49.5,44.5 + rot: 3.141592653589793 rad + pos: 73.5,-57.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29157 + - uid: 4606 components: - type: Transform - pos: 49.5,45.5 + pos: 74.5,-43.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29158 + - uid: 4627 components: - type: Transform rot: -1.5707963267948966 rad - pos: 50.5,43.5 + pos: 77.5,-55.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29159 + - uid: 4628 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,28.5 + pos: -43.5,61.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29160 + - uid: 4643 components: - type: Transform rot: -1.5707963267948966 rad - pos: -49.5,28.5 + pos: 71.5,15.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29161 + - uid: 4657 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,28.5 + pos: 45.5,63.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29162 + - uid: 4662 components: - type: Transform rot: -1.5707963267948966 rad - pos: -47.5,28.5 + pos: 49.5,60.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29163 + - uid: 4668 components: - type: Transform rot: -1.5707963267948966 rad - pos: -46.5,28.5 + pos: 50.5,58.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29164 + - uid: 4682 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,28.5 + pos: 20.5,75.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29165 + - uid: 4690 components: - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,43.5 + pos: 26.5,75.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29167 + - uid: 4695 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,42.5 + pos: -13.5,74.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29168 + - uid: 4705 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,43.5 + pos: 9.5,73.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29169 + - uid: 4719 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,44.5 + rot: -1.5707963267948966 rad + pos: -28.5,88.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29172 + - uid: 4728 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,45.5 + pos: -36.5,87.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29173 + - uid: 13821 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,45.5 + pos: -51.5,57.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29174 + - uid: 14188 components: - type: Transform rot: 1.5707963267948966 rad - pos: 33.5,45.5 + pos: -71.5,32.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29175 + - uid: 14199 components: - type: Transform rot: 1.5707963267948966 rad - pos: 34.5,45.5 + pos: -38.5,74.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29176 + - uid: 14203 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,45.5 + pos: 0.5,75.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29177 + - uid: 14207 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,45.5 + pos: -11.5,72.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29178 + - uid: 14208 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,45.5 + rot: -1.5707963267948966 rad + pos: -22.5,86.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29179 + - uid: 14211 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,45.5 + pos: 36.5,69.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29180 + - uid: 14231 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,44.5 + rot: 3.141592653589793 rad + pos: -72.5,-30.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29181 + - uid: 14232 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,44.5 + rot: 3.141592653589793 rad + pos: -69.5,-29.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29185 + - uid: 24253 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,36.5 + pos: 40.5,-67.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29186 + - uid: 24709 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,36.5 + pos: 41.5,-63.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29187 + - uid: 24734 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,36.5 + pos: 29.5,-70.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29190 + - uid: 24736 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,52.5 + pos: 40.5,-68.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29191 + - uid: 24745 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,54.5 + pos: 27.5,-68.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29192 + - uid: 24748 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,54.5 + pos: 38.5,-70.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29193 + - uid: 31450 components: - type: Transform rot: 1.5707963267948966 rad - pos: 27.5,54.5 + pos: -73.5,8.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29194 +- proto: GroundCannabis + entities: + - uid: 9351 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,54.5 + pos: -31.814867,-7.5969048 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29195 + - uid: 10993 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,54.5 + pos: 59.30444,-28.207733 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29197 + - uid: 10994 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,11.5 + pos: 59.601315,-28.317108 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29198 + - uid: 10995 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,11.5 + pos: 59.788815,-28.145233 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29199 + - uid: 12398 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,11.5 + pos: -31.205492,-7.1984677 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29200 + - uid: 24158 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,11.5 + pos: 45.457268,59.04783 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29201 +- proto: Gyroscope + entities: + - uid: 13983 components: - type: Transform rot: -1.5707963267948966 rad - pos: -57.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29202 + pos: 2.5,0.5 + parent: 13793 + - uid: 32973 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29208 + rot: 1.5707963267948966 rad + pos: 3.5,-1.5 + parent: 32914 + - uid: 33144 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29209 + pos: -1.5,-1.5 + parent: 31348 + - type: Stealth + - type: StealthOnMove + - type: Visibility + layer: 8 + - uid: 36554 components: - type: Transform rot: 3.141592653589793 rad - pos: 45.5,34.5 + pos: 7.5,-7.5 + parent: 36450 + - uid: 39536 + components: + - type: Transform + pos: 3.5,28.5 + parent: 36907 +- proto: GyroscopeMachineCircuitboard + entities: + - uid: 9937 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.302757,3.5638795 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29210 +- proto: Handcuffs + entities: + - uid: 3460 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,35.5 + rot: -1.5707963267948966 rad + pos: 64.21359,-32.69308 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29211 + - uid: 6959 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,36.5 + pos: 42.517395,-24.46731 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29212 + - uid: 10365 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,37.5 + pos: 42.477165,23.504288 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29213 + - uid: 13566 components: - type: Transform - pos: -38.5,32.5 + pos: 56.54775,3.7871606 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29214 + - uid: 13567 components: - type: Transform - pos: -38.5,31.5 + pos: 56.62074,3.5388646 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29216 + - uid: 35142 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,38.5 + pos: 60.57202,53.39891 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29217 + - uid: 36796 components: - type: Transform rot: 1.5707963267948966 rad - pos: 41.5,38.5 + pos: 48.555546,42.9004 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29218 + - uid: 36797 components: - type: Transform rot: 1.5707963267948966 rad - pos: 42.5,38.5 + pos: 48.645966,42.493156 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29219 +- proto: HandheldGPSBasic + entities: + - uid: 4242 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 43.5,38.5 + pos: -29.528172,9.715555 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29220 + - uid: 9565 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,38.5 + pos: -29.746922,9.69993 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29221 + - uid: 9566 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,38.5 + pos: -29.934422,9.69993 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29222 + - uid: 11109 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,38.5 + pos: 15.276857,-45.20369 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29223 + - uid: 11110 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,38.5 + pos: 15.519913,-45.210636 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29224 + - uid: 11111 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,38.5 + pos: 15.756025,-45.20369 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29225 + - uid: 11112 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,38.5 + pos: 15.762968,-45.398136 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29231 + - uid: 11113 components: - type: Transform - pos: 51.5,37.5 + pos: 15.547691,-45.412025 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29232 + - uid: 11114 components: - type: Transform - pos: 51.5,36.5 + pos: 15.297691,-45.42591 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29233 + - uid: 24178 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,30.5 + pos: -61.449738,73.615845 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29234 + - uid: 24240 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,30.5 + pos: -61.637238,73.709595 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29235 +- proto: HandheldHealthAnalyzerEmpty + entities: + - uid: 5313 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,30.5 + pos: -19.468155,-43.42278 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29236 +- proto: HandheldHealthAnalyzerUnpowered + entities: + - uid: 8937 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,30.5 + parent: 3438 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9680 + components: + - type: Transform + pos: 1.3426738,30.849281 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29237 + - uid: 10334 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,30.5 + pos: 20.520952,54.496033 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29239 + - uid: 11157 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,30.5 + pos: 6.719006,-59.254253 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29240 +- proto: HandLabeler + entities: + - uid: 10364 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,30.5 + pos: 39.63175,21.79245 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29241 +- proto: HeadArachnid + entities: + - uid: 39537 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,30.5 + rot: -1.5707963267948966 rad + pos: 22.389572,47.210873 + parent: 36907 +- proto: HeadBorgEngineer + entities: + - uid: 13008 + components: + - type: Transform + pos: 12.163687,39.258526 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29242 +- proto: HeadBorgMining + entities: + - uid: 39538 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,30.5 + pos: 20.129414,17.72067 + parent: 36907 +- proto: HeadSkeleton + entities: + - uid: 11278 + components: + - type: MetaData + desc: не бедный Йорик... + name: череп бюрократа + - type: Transform + parent: 10959 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 27694 + components: + - type: Transform + pos: 72.60927,-12.445331 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29243 + - uid: 31727 components: + - type: MetaData + name: Йорик черныя бородка - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,30.5 + pos: 67.38443,-37.41072 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29244 + - uid: 32827 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,30.5 + pos: -15.666687,-7.583679 + parent: 14592 + - uid: 36293 + components: + - type: MetaData + desc: Шоки! + name: Шоки мэн + - type: Transform + pos: 40.62073,-10.806794 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29245 +- proto: HighSecArmoryLocked + entities: + - uid: 6061 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,30.5 + pos: 45.5,36.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29246 + - uid: 6062 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,30.5 + pos: 46.5,36.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29247 +- proto: HighSecCommandLocked + entities: + - uid: 4794 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,30.5 + pos: 4.5,-44.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29248 + - uid: 4795 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,30.5 + pos: 2.5,-44.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29254 + - uid: 5927 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,37.5 + pos: -24.5,38.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29255 + - uid: 8491 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,37.5 + pos: -39.5,6.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29256 + - uid: 26573 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,37.5 + pos: -79.5,82.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29257 + - uid: 27632 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,37.5 + pos: -82.5,76.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29258 + - uid: 33672 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,37.5 + rot: 3.141592653589793 rad + pos: -89.5,73.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29259 +- proto: HighSecDoor + entities: + - uid: 33913 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,37.5 + rot: 3.141592653589793 rad + pos: -53.5,-19.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29260 +- proto: HolofanProjector + entities: + - uid: 828 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,37.5 + pos: -40.68678,39.991463 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29261 + - uid: 7397 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,37.5 + pos: -40.64293,10.484084 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29262 + - uid: 7398 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,37.5 + pos: -40.39293,10.734084 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29263 + - uid: 7668 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,37.5 + pos: -40.702404,40.257088 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29264 + - uid: 27505 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,37.5 + rot: 3.141592653589793 rad + pos: -56.344402,26.489597 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29265 +- proto: HoloprojectorSecurity + entities: + - uid: 10166 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,37.5 + pos: 44.49741,44.583923 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29266 +- proto: HospitalCurtains + entities: + - uid: 6678 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,37.5 + pos: 18.5,-25.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29271 + - uid: 6681 components: - type: Transform - pos: 47.5,36.5 + pos: 20.5,-25.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29272 + - uid: 6682 components: - type: Transform - pos: 47.5,35.5 + pos: 24.5,-25.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29273 + - uid: 6683 components: - type: Transform - pos: 47.5,34.5 + pos: 22.5,-25.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29274 + - uid: 11166 components: - type: Transform - pos: 47.5,33.5 + pos: 11.5,-58.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29275 + - uid: 11167 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,29.5 + pos: 9.5,-57.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29276 + - uid: 11168 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,28.5 + pos: 9.5,-58.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29278 +- proto: HospitalCurtainsOpen + entities: + - uid: 2838 components: - type: Transform rot: 3.141592653589793 rad - pos: -21.5,26.5 + pos: 23.5,-25.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29279 + - uid: 4226 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,25.5 + pos: 17.5,61.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29280 + - uid: 6032 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,24.5 + pos: 26.5,61.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29281 + - uid: 6680 components: - type: Transform rot: 3.141592653589793 rad - pos: -21.5,23.5 + pos: 19.5,-25.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29282 + - uid: 6862 components: - type: Transform rot: 3.141592653589793 rad - pos: -21.5,22.5 + pos: 25.5,-11.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29283 + - uid: 8091 components: - type: Transform rot: 3.141592653589793 rad - pos: -21.5,21.5 + pos: -13.5,18.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29285 + - uid: 8808 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,20.5 + pos: 52.5,-23.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29286 + - uid: 9744 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,20.5 + pos: 35.5,24.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29288 + - uid: 9779 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,20.5 + pos: 30.5,61.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29292 + - uid: 9780 components: - type: Transform - pos: -27.5,19.5 + pos: 21.5,61.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29293 + - uid: 10368 components: - type: Transform - pos: -27.5,18.5 + pos: 43.5,19.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29294 + - uid: 10767 components: - type: Transform - pos: -27.5,17.5 + pos: -5.5,45.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29295 + - uid: 11170 components: - type: Transform - pos: -27.5,16.5 + pos: 10.5,-58.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29298 + - uid: 15503 components: - type: Transform - pos: 8.5,45.5 + rot: 3.141592653589793 rad + pos: -4.5,-4.5 + parent: 14592 + - uid: 15504 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-6.5 + parent: 14592 + - uid: 15505 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-8.5 + parent: 14592 + - uid: 24419 + components: + - type: Transform + pos: 49.5,-2.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29299 + - uid: 35028 components: - type: Transform rot: -1.5707963267948966 rad - pos: 9.5,46.5 + pos: 74.5,31.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29300 + - uid: 39539 components: - type: Transform rot: -1.5707963267948966 rad - pos: 10.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29301 + pos: 15.5,-8.5 + parent: 36907 + - uid: 39540 components: - type: Transform rot: -1.5707963267948966 rad - pos: 11.5,46.5 + pos: 17.5,-8.5 + parent: 36907 +- proto: HotplateMachineCircuitboard + entities: + - uid: 7910 + components: + - type: Transform + pos: -44.644722,6.677601 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29302 + - uid: 34134 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,46.5 + pos: -56.54916,-10.265216 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29303 +- proto: HydroponicsToolClippers + entities: + - uid: 1248 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,46.5 + pos: 62.462543,-35.090557 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29304 + - uid: 10996 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,46.5 + pos: 60.445065,-29.442108 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29305 + - uid: 13343 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,46.5 + rot: 1.5707963267948966 rad + pos: -19.435068,66.65609 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29306 +- proto: HydroponicsToolMiniHoe + entities: + - uid: 9910 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,46.5 + pos: 13.657608,67.70435 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29307 + - uid: 9911 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,45.5 + pos: 13.438858,67.6106 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29308 + - uid: 10997 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,45.5 + pos: 60.67944,-29.270233 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29309 + - uid: 12283 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,46.5 + rot: 1.5707963267948966 rad + pos: 63.25688,-35.164455 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29310 +- proto: HydroponicsToolSpade + entities: + - uid: 1249 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,45.5 + pos: 64.790665,-34.981182 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29311 + - uid: 9912 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,46.5 + pos: 14.669674,67.57257 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29314 + - uid: 13344 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,47.5 + pos: -19.341318,66.46859 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29315 +- proto: hydroponicsTray + entities: + - uid: 3250 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,47.5 + pos: 63.5,-35.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29316 + - uid: 3256 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,47.5 + pos: 62.5,-35.5 + parent: 2 + - uid: 3259 + components: + - type: Transform + pos: 65.5,-35.5 + parent: 2 + - uid: 8328 + components: + - type: Transform + pos: -19.5,58.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29317 + - uid: 8329 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,47.5 + pos: -19.5,59.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29318 + - uid: 8330 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,47.5 + pos: -19.5,60.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29319 + - uid: 8405 components: - type: Transform rot: 1.5707963267948966 rad - pos: -28.5,20.5 + pos: -14.5,55.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29320 + - uid: 8406 components: - type: Transform rot: 1.5707963267948966 rad - pos: -29.5,20.5 + pos: -15.5,55.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29321 + - uid: 8411 components: - type: Transform rot: 1.5707963267948966 rad - pos: -30.5,20.5 + pos: -18.5,62.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29322 + - uid: 8414 components: - type: Transform rot: 1.5707963267948966 rad - pos: -31.5,20.5 + pos: -18.5,56.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29323 + - uid: 8422 components: - type: Transform rot: 1.5707963267948966 rad - pos: -32.5,20.5 + pos: -15.5,63.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29324 + - uid: 8423 components: - type: Transform rot: 1.5707963267948966 rad - pos: -33.5,20.5 + pos: -14.5,63.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29325 + - uid: 10021 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,20.5 + pos: 12.5,65.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29326 + - uid: 10022 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,20.5 + pos: 12.5,64.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29327 + - uid: 10023 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,20.5 + pos: 12.5,63.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29328 + - uid: 10024 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,20.5 + pos: 15.5,65.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29331 + - uid: 10025 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,21.5 + pos: 15.5,64.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29332 + - uid: 10026 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,22.5 + pos: 15.5,63.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29333 + - uid: 13361 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,23.5 + pos: -17.5,55.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29334 + - uid: 13362 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,47.5 + pos: -17.5,63.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29335 + - uid: 42895 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,47.5 + pos: -15.5,62.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29336 + - uid: 42896 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,47.5 + pos: -14.5,62.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29337 + - uid: 42897 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,47.5 + pos: -15.5,56.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29338 + - uid: 42898 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,47.5 + pos: -14.5,56.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29339 + - uid: 42899 components: - type: Transform - pos: 22.5,48.5 + pos: -18.5,58.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29341 + - uid: 42900 components: - type: Transform - pos: -38.5,18.5 + pos: -18.5,59.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29342 + - uid: 42901 components: - type: Transform - pos: -38.5,17.5 + pos: -18.5,60.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29345 +- proto: InflatableDoor + entities: + - uid: 13401 components: - type: Transform rot: -1.5707963267948966 rad - pos: -39.5,16.5 + pos: -16.5,65.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29347 + - uid: 31274 components: - type: Transform - pos: -23.5,44.5 + rot: 3.141592653589793 rad + pos: -61.5,-19.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29348 + - uid: 31275 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,43.5 + rot: 3.141592653589793 rad + pos: -62.5,-24.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29349 + - uid: 31276 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,43.5 + rot: 3.141592653589793 rad + pos: -62.5,-23.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29350 +- proto: InflatableDoorStack + entities: + - uid: 13246 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,43.5 + pos: -63.42881,7.595649 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29351 +- proto: InflatableWall + entities: + - uid: 6002 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,43.5 + pos: 10.5,69.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29352 + - uid: 8241 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,43.5 + pos: 44.5,13.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29353 + - uid: 8281 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,43.5 + pos: 30.5,13.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29354 + - uid: 8287 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,43.5 + pos: 19.5,33.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29355 + - uid: 12914 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,42.5 + pos: 37.5,10.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29357 + - uid: 13074 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,43.5 + pos: 13.5,21.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29365 + - uid: 26192 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,37.5 + pos: -49.5,-26.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29366 + - uid: 34558 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,38.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29375 + pos: 9.5,9.5 + parent: 30892 + - uid: 34570 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29376 + pos: 2.5,10.5 + parent: 30892 + - uid: 34571 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29377 + pos: 6.5,9.5 + parent: 30892 + - uid: 34578 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29378 + pos: 2.5,6.5 + parent: 30892 + - uid: 34579 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29379 + pos: 4.5,7.5 + parent: 30892 + - uid: 34580 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,4.5 + pos: 7.5,5.5 + parent: 30892 + - uid: 34581 + components: + - type: Transform + pos: 8.5,1.5 + parent: 30892 + - uid: 34582 + components: + - type: Transform + pos: 6.5,1.5 + parent: 30892 + - uid: 34583 + components: + - type: Transform + pos: 5.5,7.5 + parent: 30892 + - uid: 34584 + components: + - type: Transform + pos: 1.5,3.5 + parent: 30892 + - uid: 34587 + components: + - type: Transform + pos: 5.5,2.5 + parent: 30892 + - uid: 34642 + components: + - type: Transform + pos: 2.5,2.5 + parent: 30892 + - uid: 34728 + components: + - type: Transform + pos: 12.5,5.5 + parent: 30892 +- proto: InflatableWallStack + entities: + - uid: 13382 + components: + - type: Transform + pos: -63.706184,7.9607897 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29380 +- proto: InflatableWallStack1 + entities: + - uid: 3135 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,4.5 + pos: 42.807594,11.320285 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29381 + - uid: 7844 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,4.5 + pos: 24.527311,12.50684 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29382 +- proto: IngotGold + entities: + - uid: 5564 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,4.5 + pos: 8.535612,-42.33973 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29383 + - uid: 5574 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,4.5 + pos: 8.332487,-42.574104 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29385 + - uid: 5575 components: - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,5.5 + pos: 8.613737,-42.761604 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29386 +- proto: IngotGold1 + entities: + - uid: 8063 components: - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,6.5 + pos: -25.734629,35.773037 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29387 + - uid: 8064 components: - type: Transform - pos: -33.5,-40.5 + pos: -25.687754,35.585537 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29388 + - uid: 8065 components: - type: Transform - pos: -33.5,-39.5 + pos: -25.656504,35.413662 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29391 + - uid: 8066 components: - type: Transform - pos: 28.5,30.5 + pos: -25.406504,35.476162 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29392 +- proto: IngotSilver + entities: + - uid: 1881 components: - type: Transform - pos: 28.5,31.5 + pos: 7.4746995,-42.379395 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29393 +- proto: IngotSilver1 + entities: + - uid: 7449 components: - type: Transform - pos: 28.5,32.5 + pos: -42.705162,14.445399 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29394 + - uid: 7450 components: - type: Transform - pos: 28.5,33.5 + pos: -42.470787,14.414149 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29395 +- proto: IntercomCommand + entities: + - uid: 33156 components: - type: Transform - pos: 28.5,34.5 + rot: -1.5707963267948966 rad + pos: 2.5,-37.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29396 + - uid: 33960 components: - type: Transform - pos: 28.5,35.5 + rot: 1.5707963267948966 rad + pos: -89.5,74.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29397 +- proto: IntercomCommon + entities: + - uid: 33152 components: - type: Transform - pos: 28.5,36.5 + pos: 53.5,18.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29398 + - uid: 33155 components: - type: Transform - pos: 28.5,37.5 + pos: 10.5,-48.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29399 + - uid: 33962 components: - type: Transform - pos: 29.5,30.5 + rot: 1.5707963267948966 rad + pos: -89.5,72.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29401 +- proto: IntercomElectronics + entities: + - uid: 7916 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,28.5 + pos: -49.59671,3.767292 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29402 + - uid: 7917 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,28.5 + pos: -49.31546,3.564167 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29403 +- proto: IntercomEngineering + entities: + - uid: 33159 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,28.5 + rot: 3.141592653589793 rad + pos: -34.5,28.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29404 + - uid: 33161 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,28.5 + pos: -44.5,34.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29405 +- proto: IntercomMedical + entities: + - uid: 33153 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,27.5 + pos: 39.5,-32.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29406 + - uid: 33154 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,27.5 + rot: 3.141592653589793 rad + pos: 33.5,-41.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29407 +- proto: IntercomScience + entities: + - uid: 33157 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,27.5 + pos: -28.5,-34.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29408 + - uid: 33158 components: - type: Transform rot: -1.5707963267948966 rad - pos: 26.5,27.5 + pos: -26.5,-42.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29409 +- proto: IntercomSecurity + entities: + - uid: 33150 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,29.5 + rot: 1.5707963267948966 rad + pos: 26.5,34.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29410 + - uid: 33151 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,28.5 + pos: 36.5,32.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29411 +- proto: IntercomService + entities: + - uid: 33148 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,29.5 + pos: -5.5,55.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29412 + - uid: 33162 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,-0.5 + rot: -1.5707963267948966 rad + pos: 9.5,63.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29413 +- proto: IntercomSupply + entities: + - uid: 33160 components: - type: Transform rot: 1.5707963267948966 rad - pos: -51.5,-0.5 + pos: -41.5,-35.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29414 +- proto: JanitorialTrolley + entities: + - uid: 31491 components: - type: Transform rot: 1.5707963267948966 rad - pos: -50.5,-0.5 + pos: 57.5,13.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29415 +- proto: JetpackBlueFilled + entities: + - uid: 618 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,-0.5 + pos: -37.580112,12.711978 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29416 + - uid: 5787 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,-0.5 + pos: -37.345737,12.571353 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29417 + - uid: 11080 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-0.5 + pos: 10.151312,-43.2268 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29418 + - uid: 11081 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-0.5 + pos: 10.567978,-43.24069 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29419 + - uid: 11082 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-0.5 + pos: 10.151312,-43.455967 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29420 + - uid: 11083 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,-0.5 + pos: 10.561033,-43.4768 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29421 + - uid: 31317 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-0.5 + pos: 7.2192383,7.834259 + parent: 30892 + - uid: 31318 + components: + - type: Transform + pos: 7.4536133,7.693634 + parent: 30892 +- proto: JetpackMiniFilled + entities: + - uid: 12276 + components: + - type: Transform + pos: 22.538185,-11.373977 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29422 + - uid: 14138 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,-0.5 + rot: -1.5707963267948966 rad + pos: 17.680826,9.389683 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29423 + - uid: 24737 components: - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,27.5 + pos: -59.607483,74.81841 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29424 +- proto: JetpackSecurityFilled + entities: + - uid: 11405 components: - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,26.5 + pos: 44.274094,31.638664 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29425 + - uid: 11439 components: - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,25.5 + pos: 44.461594,31.451164 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29426 + - uid: 35038 components: - type: Transform rot: 3.141592653589793 rad - pos: 27.5,23.5 + pos: 67.54909,29.443747 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29427 + - uid: 35165 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,24.5 + pos: 64.29824,42.738525 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29428 + - uid: 35166 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,25.5 + pos: 64.54824,42.519775 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29429 + - uid: 35198 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,26.5 + pos: 72.31646,35.703228 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29430 + - uid: 35199 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,28.5 + pos: 72.613335,35.531353 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29432 + - uid: 43096 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,21.5 + pos: 77.45163,44.528976 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29433 +- proto: Joint + entities: + - uid: 1251 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,23.5 + pos: 41.324516,51.138268 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29434 + - uid: 1388 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,23.5 + pos: 68.690956,-30.394003 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29435 + - uid: 1390 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,23.5 + pos: 68.42533,-30.565878 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29436 + - uid: 2580 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,23.5 + pos: 41.519817,-58.26794 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29438 + - uid: 2581 components: - type: Transform - pos: 29.5,22.5 + pos: 41.785442,-58.36169 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29439 + - uid: 2993 components: - type: Transform - pos: 29.5,21.5 + pos: 68.39408,-30.394003 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29440 + - uid: 3083 components: - type: Transform - pos: 29.5,20.5 + pos: 68.753456,-30.628378 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29441 + - uid: 4658 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,19.5 + pos: -31.39181,0.34686887 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29442 + - uid: 9361 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,19.5 + pos: 41.449516,51.278893 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29443 + - uid: 9464 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,19.5 + pos: 41.59014,51.107018 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29444 + - uid: 10859 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,19.5 + pos: 41.691692,-58.54919 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29445 + - uid: 14210 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,17.5 + pos: -31.318817,0.1716013 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29446 +- proto: Jug + entities: + - uid: 10846 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,17.5 + pos: 24.697847,-37.446255 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29447 +- proto: Katana + entities: + - uid: 32074 components: + - type: MetaData + name: тысячелетняя боль - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,17.5 + pos: 51.467392,-46.415047 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29448 +- proto: KitchenKnife + entities: + - uid: 3129 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,17.5 + rot: 1.5707963267948966 rad + pos: -8.550495,59.155773 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29449 + - uid: 5375 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,17.5 + pos: -42.58947,-19.419893 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29450 + - uid: 30878 components: - type: Transform rot: -1.5707963267948966 rad - pos: 28.5,17.5 + pos: -10.541431,30.588673 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29451 +- proto: KitchenMicrowave + entities: + - uid: 5059 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,18.5 + pos: -11.5,-22.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29452 + - uid: 5538 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,19.5 + pos: -61.5,-30.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29453 + - uid: 7105 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,20.5 + pos: 49.5,-34.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29456 + - uid: 7984 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-38.5 + pos: -41.5,26.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29457 + - uid: 8221 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-37.5 + pos: -59.5,34.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29458 + - uid: 9916 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-36.5 + pos: 12.5,71.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29459 + - uid: 10212 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-35.5 + pos: 22.5,26.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29460 + - uid: 13404 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-34.5 + pos: -8.5,56.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29464 + - uid: 13405 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-32.5 + pos: -6.5,64.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29467 + - uid: 14823 components: - type: Transform - pos: 34.5,24.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29468 + pos: 2.5,-4.5 + parent: 14592 + - uid: 31305 components: - type: Transform - pos: 34.5,25.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29469 + pos: 9.5,3.5 + parent: 30892 + - uid: 36168 components: - type: Transform - pos: 34.5,26.5 + pos: -47.5,-7.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29470 +- proto: KitchenReagentGrinder + entities: + - uid: 6250 components: - type: Transform - pos: 34.5,27.5 + pos: -3.5,69.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29471 + - uid: 6833 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-31.5 + pos: 24.5,-36.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29473 + - uid: 7032 components: - type: Transform - pos: 32.5,24.5 + pos: 27.5,0.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29474 + - uid: 8246 components: - type: Transform - pos: 32.5,25.5 + pos: -10.5,56.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29475 + - uid: 8399 components: - type: Transform - pos: 32.5,26.5 + pos: -12.5,56.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29476 + - uid: 8483 components: - type: Transform - pos: 32.5,27.5 + pos: -8.5,62.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29477 + - uid: 9957 components: - type: Transform - pos: 32.5,28.5 + pos: 15.5,71.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29478 + - uid: 10998 components: - type: Transform - pos: 32.5,29.5 + pos: 60.5,-34.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29479 + - uid: 42923 components: - type: Transform - pos: 32.5,30.5 + pos: 20.5,18.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29480 +- proto: KitchenSpike + entities: + - uid: 8230 components: - type: Transform - pos: 32.5,31.5 + pos: -8.5,69.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29481 + - uid: 13350 components: - type: Transform - pos: 32.5,32.5 + pos: -7.5,69.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29482 +- proto: KnifePlastic + entities: + - uid: 9945 components: - type: Transform - pos: 32.5,33.5 + pos: 14.965668,71.58092 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29483 + - uid: 9946 components: - type: Transform - pos: 32.5,34.5 + pos: 14.809418,71.72154 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29485 + - uid: 10195 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,-29.5 + pos: 25.484106,32.588924 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29486 +- proto: KukriKnife + entities: + - uid: 11149 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,-27.5 + rot: -1.5707963267948966 rad + pos: 50.432686,-32.524277 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29487 +- proto: Lamp + entities: + - uid: 4909 components: - type: Transform rot: 3.141592653589793 rad - pos: -28.5,-28.5 + pos: -13.432606,-17.069357 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29489 + - uid: 5495 components: - type: Transform - pos: 40.5,26.5 + rot: 3.141592653589793 rad + pos: -38.60169,-53.31649 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29490 + - uid: 5611 components: - type: Transform - pos: 40.5,25.5 + pos: -9.701525,-42.10671 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29491 + - uid: 5691 components: - type: Transform - pos: 40.5,24.5 + rot: 3.141592653589793 rad + pos: -7.781431,-46.249886 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29492 + - uid: 6124 components: - type: Transform - pos: 40.5,23.5 + rot: 3.141592653589793 rad + pos: 14.460348,-33.37931 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29493 + - uid: 6159 components: - type: Transform - pos: 40.5,22.5 + rot: 3.141592653589793 rad + pos: 9.368223,-37.274742 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29494 + - uid: 6756 components: - type: Transform - pos: 40.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29495 + rot: -1.5707963267948966 rad + pos: 13.343094,-16.324772 + parent: 2 + - uid: 6769 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-26.5 + rot: 1.5707963267948966 rad + pos: 20.65414,-18.26676 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29496 + - uid: 6891 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,-26.5 + rot: 3.141592653589793 rad + pos: 20.709547,-11.217482 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29498 + - uid: 7092 components: - type: Transform - pos: 42.5,21.5 + rot: 1.5707963267948966 rad + pos: 29.430672,2.6239965 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29499 + - uid: 7094 components: - type: Transform - pos: 42.5,22.5 + rot: -1.5707963267948966 rad + pos: 32.58692,6.8427467 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29500 + - uid: 7413 components: - type: Transform - pos: 42.5,23.5 + rot: 3.141592653589793 rad + pos: 1.605889,-27.31449 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29501 + - uid: 7427 components: - type: Transform - pos: 42.5,24.5 + rot: 3.141592653589793 rad + pos: -7.3676395,-28.36782 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29503 + - uid: 7428 components: - type: Transform rot: 1.5707963267948966 rad - pos: -27.5,-30.5 + pos: 8.653591,-29.021933 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29504 + - uid: 7930 components: - type: Transform rot: 1.5707963267948966 rad - pos: -26.5,-30.5 + pos: -38.33001,3.8444397 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29505 + - uid: 8003 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-30.5 + rot: 3.141592653589793 rad + pos: -36.3733,20.810095 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29506 + - uid: 8053 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,-30.5 + rot: 3.141592653589793 rad + pos: -26.047724,24.568024 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29508 + - uid: 8103 components: - type: Transform - pos: -23.5,-31.5 + pos: -16.25953,14.63385 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29510 + - uid: 8490 components: - type: Transform - pos: -23.5,-33.5 + rot: -1.5707963267948966 rad + pos: -26.872665,64.76516 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29511 + - uid: 8822 components: - type: Transform - pos: -23.5,-34.5 + pos: 52.28634,-21.112112 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29512 + - uid: 8916 components: - type: Transform - pos: -23.5,-35.5 + rot: 3.141592653589793 rad + pos: 41.082302,-42.23218 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29513 + - uid: 9046 components: - type: Transform - pos: -23.5,-36.5 + rot: 3.141592653589793 rad + pos: 20.310188,-61.35446 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29514 + - uid: 9051 components: - type: Transform - pos: -23.5,-37.5 + rot: 3.141592653589793 rad + pos: 28.198904,-57.15915 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29516 + - uid: 9440 components: - type: Transform rot: -1.5707963267948966 rad - pos: -24.5,-38.5 + pos: 36.54505,4.5506535 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29517 + - uid: 9671 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-32.5 + rot: 3.141592653589793 rad + pos: -2.8603435,28.70184 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29518 + - uid: 9983 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-32.5 + pos: 53.483753,29.504316 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29520 + - uid: 10147 components: - type: Transform rot: 3.141592653589793 rad - pos: -21.5,43.5 + pos: -4.2159953,47.641884 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29521 + - uid: 10217 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-33.5 + pos: 31.840195,26.769136 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29523 + - uid: 10363 components: - type: Transform - pos: -18.5,-34.5 + rot: -1.5707963267948966 rad + pos: 39.538,23.308075 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29524 + - uid: 10378 components: - type: Transform rot: 3.141592653589793 rad - pos: -23.5,-29.5 + pos: -22.291826,-27.264996 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29525 + - uid: 10460 components: - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,-28.5 + rot: -1.5707963267948966 rad + pos: -23.509851,23.595352 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29526 + - uid: 10513 components: - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,-27.5 + rot: -1.5707963267948966 rad + pos: 40.30314,60.93938 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29527 + - uid: 10514 components: - type: Transform rot: 3.141592653589793 rad - pos: -23.5,-26.5 + pos: 44.91764,59.888107 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29531 + - uid: 10517 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-25.5 + rot: 3.141592653589793 rad + pos: 47.380463,52.79094 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29532 + - uid: 10771 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-25.5 + pos: -4.762504,45.900494 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29533 + - uid: 10773 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-25.5 + pos: -3.9656293,41.777283 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29534 + - uid: 11357 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-25.5 + pos: -34.797527,48.75775 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29537 + - uid: 11372 components: - type: Transform - pos: -36.5,-26.5 + rot: 3.141592653589793 rad + pos: 33.554882,49.324257 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29540 + - uid: 11711 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-25.5 + rot: 3.141592653589793 rad + pos: -63.268257,-15.147072 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29541 + - uid: 12230 components: - type: Transform rot: -1.5707963267948966 rad - pos: -21.5,-25.5 + pos: 26.494593,-21.216274 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29542 + - uid: 13213 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-25.5 + pos: 3.8222327,39.802773 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29544 + - uid: 13253 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-25.5 + pos: -29.743938,38.571423 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29545 + - uid: 13273 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-25.5 + rot: 3.141592653589793 rad + pos: 22.292105,40.7987 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29546 + - uid: 14246 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-25.5 + pos: 29.828913,59.647503 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29547 + - uid: 14560 components: - type: Transform rot: -1.5707963267948966 rad - pos: -15.5,-25.5 + pos: -41.327217,-2.3511703 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29548 + - uid: 24920 components: - type: Transform rot: -1.5707963267948966 rad - pos: -14.5,-25.5 + pos: -64.443565,3.8574314 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29549 + - uid: 27259 components: - type: Transform rot: -1.5707963267948966 rad - pos: -13.5,-25.5 + pos: 29.543503,23.40139 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29551 + - uid: 27478 components: - type: Transform rot: -1.5707963267948966 rad - pos: 51.5,15.5 + pos: -62.516083,2.3263583 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29552 + - uid: 27498 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,15.5 + rot: 1.5707963267948966 rad + pos: -56.4633,25.627357 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29553 + - uid: 31261 components: - type: Transform rot: -1.5707963267948966 rad - pos: 53.5,15.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29554 + pos: 2.2228699,11.924805 + parent: 30892 + - uid: 31262 components: - type: Transform rot: -1.5707963267948966 rad - pos: 54.5,15.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29555 + pos: 5.25412,11.90918 + parent: 30892 + - uid: 31263 components: - type: Transform rot: -1.5707963267948966 rad - pos: 55.5,15.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29556 + pos: 8.300995,11.893555 + parent: 30892 + - uid: 33938 components: - type: Transform rot: -1.5707963267948966 rad - pos: 56.5,15.5 + pos: -54.397663,-20.519001 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29557 + - uid: 34240 components: - type: Transform rot: -1.5707963267948966 rad - pos: 57.5,15.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29558 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 58.5,14.5 + pos: -68.732544,-2.0109925 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29559 + - uid: 34344 components: - type: Transform - rot: 3.141592653589793 rad - pos: 58.5,13.5 + pos: 46.243824,-21.207546 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29560 + - uid: 35147 components: - type: Transform rot: 3.141592653589793 rad - pos: -12.5,-24.5 + pos: 57.32403,50.66601 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29561 + - uid: 35168 components: - type: Transform rot: 1.5707963267948966 rad - pos: 59.5,15.5 + pos: 77.67894,42.550694 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29562 + - uid: 35447 components: - type: Transform - pos: 60.5,16.5 + rot: -1.5707963267948966 rad + pos: 57.559685,31.241905 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29563 + - uid: 35448 components: - type: Transform - pos: 60.5,17.5 + rot: 1.5707963267948966 rad + pos: 57.54406,27.960655 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29564 + - uid: 35688 components: - type: Transform - pos: 60.5,18.5 + rot: 3.141592653589793 rad + pos: -87.84814,77.72556 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29565 + - uid: 39541 components: - type: Transform - pos: 60.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29566 + rot: 3.141592653589793 rad + pos: 27.538145,40.71521 + parent: 36907 +- proto: LampBanana + entities: + - uid: 6199 components: - type: Transform - pos: 60.5,20.5 + pos: -31.470825,55.72088 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29567 + - uid: 7093 components: - type: Transform - pos: 60.5,21.5 + rot: -1.5707963267948966 rad + pos: 32.58692,2.7802465 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29568 +- proto: LampGold + entities: + - uid: 7091 components: - type: Transform - pos: 60.5,22.5 + pos: 29.446297,6.8739967 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29569 + - uid: 9049 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,17.5 + rot: -1.5707963267948966 rad + pos: 32.27703,-56.174774 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29570 + - uid: 9512 components: - type: Transform rot: 1.5707963267948966 rad - pos: 60.5,17.5 + pos: 22.641327,-59.341587 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29571 + - uid: 9833 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 61.5,17.5 + pos: 14.601498,42.675472 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29572 + - uid: 9890 components: - type: Transform rot: 3.141592653589793 rad - pos: -19.5,-24.5 + pos: 15.554623,42.894222 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29573 + - uid: 9907 components: - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-23.5 + pos: 16.476498,42.612972 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29574 + - uid: 13270 components: - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-22.5 + pos: 16.458784,47.947136 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29575 + - uid: 14218 components: - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-21.5 + pos: -11.522598,-67.25806 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29576 +- proto: LampInterrogator + entities: + - uid: 12884 components: - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-20.5 + pos: 42.676193,12.787292 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29577 +- proto: LandMineKick + entities: + - uid: 13220 components: - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-19.5 + pos: 26.452675,12.447554 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29578 +- proto: LandMineModular + entities: + - uid: 5125 components: - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-18.5 + pos: -17.722591,-36.447563 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29579 +- proto: Lantern + entities: + - uid: 7164 components: - type: Transform - pos: 57.5,16.5 + pos: 62.496574,-14.236179 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29580 + - uid: 7168 components: - type: Transform - pos: 57.5,15.5 + pos: 62.5122,-16.220554 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29581 +- proto: LargeBeaker + entities: + - uid: 5251 components: - type: Transform - pos: 57.5,14.5 + pos: -38.550243,-24.202707 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29582 + - uid: 5252 components: - type: Transform - pos: 57.5,13.5 + pos: -38.770393,-24.33113 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29583 + - uid: 5253 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,17.5 + pos: -38.42182,-24.422857 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29584 + - uid: 5254 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,17.5 + pos: -38.164978,-24.202707 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29585 + - uid: 5265 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,17.5 + pos: -40.806786,-26.349176 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29587 + - uid: 5342 components: - type: Transform - rot: 3.141592653589793 rad - pos: 58.5,18.5 + pos: -39.844845,-17.339308 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29588 + - uid: 5343 components: - type: Transform - rot: 3.141592653589793 rad - pos: 58.5,19.5 + pos: -39.257774,-17.431038 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29589 + - uid: 6944 components: - type: Transform - rot: 3.141592653589793 rad - pos: 58.5,20.5 + pos: 32.318367,-26.233532 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29590 + - type: SolutionContainerManager + solutions: + beaker: + temperature: 293.15 + canMix: True + canReact: True + maxVol: 100 + name: null + reagents: + - data: null + ReagentId: Cryoxadone + Quantity: 100 + - uid: 6945 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 57.5,21.5 + pos: 32.677742,-26.389782 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29593 + - type: SolutionContainerManager + solutions: + beaker: + temperature: 293.15 + canMix: True + canReact: True + maxVol: 100 + name: null + reagents: + - data: null + ReagentId: Cryoxadone + Quantity: 100 + - uid: 7038 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,21.5 + pos: 34.269188,0.48341465 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29594 + - uid: 34038 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 60.5,21.5 + pos: -61.526573,-12.608098 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29595 +- proto: LauncherCreamPie + entities: + - uid: 13506 components: - type: Transform rot: -1.5707963267948966 rad - pos: 61.5,21.5 + pos: -32.621124,56.23626 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29596 +- proto: LeavesCannabis + entities: + - uid: 3156 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,21.5 + pos: 68.51908,-29.269003 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29597 + - uid: 9450 components: - type: Transform rot: -1.5707963267948966 rad - pos: 63.5,21.5 + pos: 68.23783,-29.565878 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29598 + - uid: 12297 components: - type: Transform rot: 1.5707963267948966 rad - pos: -20.5,-17.5 + pos: 68.76908,-30.222128 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29599 +- proto: LeavesCannabisDried + entities: + - uid: 1382 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 63.5,23.5 + rot: 3.141592653589793 rad + pos: 68.659706,-29.940878 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29600 + - uid: 1386 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,23.5 + pos: 68.409706,-29.972128 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29601 + - uid: 12336 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,23.5 + pos: 68.690956,-29.237753 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29602 +- proto: LeftArmBorg + entities: + - uid: 34126 components: - type: Transform rot: 1.5707963267948966 rad - pos: -23.5,-21.5 + pos: -54.86166,-10.733966 parent: 2 - - uid: 29603 +- proto: LeftArmBorgEngineer + entities: + - uid: 13010 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,23.5 + pos: 15.400686,21.878305 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29604 +- proto: LeftArmSkeleton + entities: + - uid: 11276 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 58.5,23.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29605 + parent: 10959 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 39542 components: - type: Transform rot: -1.5707963267948966 rad - pos: 57.5,23.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29608 + pos: 5.44673,47.45012 + parent: 36907 +- proto: LeftLegBorgEngineer + entities: + - uid: 13009 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-16.5 + pos: 19.369436,31.91456 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29609 +- proto: LeftLegBorgJanitor + entities: + - uid: 13043 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-16.5 + pos: 13.273216,20.792284 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29610 +- proto: LeftLegSkeleton + entities: + - uid: 11275 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29611 + parent: 10959 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 39543 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29612 + rot: 3.141592653589793 rad + pos: 5.4015203,45.708035 + parent: 36907 +- proto: LegionnaireBonfire + entities: + - uid: 39544 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29622 + pos: 33.5,-33.5 + parent: 36907 +- proto: LightBulb + entities: + - uid: 36437 components: - type: Transform rot: 1.5707963267948966 rad - pos: 51.5,-0.5 + pos: -64.234314,83.235634 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29623 +- proto: LightBulbBroken + entities: + - uid: 12979 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-16.5 + pos: 34.92618,14.289656 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29624 + - uid: 12980 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,1.5 + pos: 38.635296,6.225562 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29625 + - uid: 12981 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,1.5 + pos: 49.46638,8.319312 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29626 + - uid: 12982 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,1.5 + pos: 45.43513,11.397437 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29632 + - uid: 12984 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-15.5 + pos: 19.17321,14.956638 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29633 + - uid: 12985 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-14.5 + pos: 15.079397,22.631187 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29634 + - uid: 12986 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-13.5 + pos: 18.360647,27.099937 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29635 + - uid: 12987 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-12.5 + pos: 12.141897,29.474937 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29642 + - uid: 13757 components: - type: Transform rot: -1.5707963267948966 rad - pos: 54.5,-0.5 + pos: -32.50985,-51.269714 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29644 + - uid: 36447 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-0.5 + rot: 1.5707963267948966 rad + pos: -64.5028,77.65472 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29646 +- proto: Lighter + entities: + - uid: 8204 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 58.5,-0.5 + pos: -48.086056,35.45698 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29647 + - uid: 8505 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,-0.5 + pos: 4.8030424,33.41892 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29648 + - uid: 8980 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 60.5,-0.5 + pos: 37.7584,-46.579777 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29649 + - uid: 8981 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,-0.5 + pos: 37.9459,-46.361027 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29650 + - uid: 10500 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,-0.5 + pos: 41.74639,51.638268 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29651 + - uid: 11351 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 63.5,-0.5 + pos: 31.071526,48.6184 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29652 + - uid: 12332 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 64.5,-0.5 + pos: -53.69713,15.402049 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29653 + - uid: 13972 components: - type: Transform - rot: 3.141592653589793 rad - pos: 65.5,0.5 + pos: -28.021059,0.6795559 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29654 + - uid: 27699 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,1.5 + pos: 72.29677,-13.585956 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29655 + - uid: 32416 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,1.5 + rot: -1.5707963267948966 rad + pos: 77.7347,42.829506 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29656 + - uid: 35045 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,1.5 + pos: 71.26082,28.37751 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29657 +- proto: LightHeadBorg + entities: + - uid: 34023 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,1.5 + pos: -55.096035,-9.780841 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29658 +- proto: LightImplanter + entities: + - uid: 31605 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 60.5,1.5 + pos: -61.542103,-3.05542 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29659 +- proto: LightPostSmall + entities: + - uid: 39545 components: - type: Transform rot: 1.5707963267948966 rad - pos: 61.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29660 + pos: 30.5,-10.5 + parent: 36907 + - type: PointLight + color: '#E8820FFF' + - uid: 39546 components: - type: Transform rot: 1.5707963267948966 rad - pos: 62.5,1.5 + pos: 30.5,-6.5 + parent: 36907 + - type: PointLight + color: '#E8820FFF' +- proto: LightReplacer + entities: + - uid: 7456 + components: + - type: Transform + pos: -42.297413,12.621227 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29661 +- proto: LightTube + entities: + - uid: 31844 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 63.5,1.5 + pos: 61.889652,-29.935112 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29662 +- proto: LightTubeBroken + entities: + - uid: 11506 components: - type: Transform - pos: 64.5,-0.5 + pos: 68.55745,-25.580296 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29663 + - uid: 12893 components: - type: Transform - pos: 64.5,-1.5 + pos: 46.646664,15.590828 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29664 + - uid: 12968 components: - type: Transform - pos: 64.5,-2.5 + pos: 16.037169,17.516422 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29665 + - uid: 12969 components: - type: Transform - pos: 64.5,-3.5 + pos: 25.700079,13.496366 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29666 + - uid: 12970 components: - type: Transform - pos: 64.5,-4.5 + pos: 29.168375,8.532779 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29667 + - uid: 12971 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 65.5,-5.5 + pos: 35.17853,8.360904 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29669 + - uid: 12972 components: - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,0.5 + pos: 30.694157,14.329654 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29670 + - uid: 12973 components: - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,-0.5 + pos: 40.05484,6.6211166 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29671 + - uid: 12974 components: - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,-1.5 + pos: 45.841557,8.356268 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29672 + - uid: 12975 components: - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,-2.5 + pos: 42.185307,11.778143 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29673 + - uid: 12976 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,-2.5 + pos: 48.346752,12.012131 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29674 + - uid: 12978 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,-1.5 + pos: 43.799877,17.340256 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29675 + - uid: 31848 components: - type: Transform rot: 3.141592653589793 rad - pos: -39.5,-42.5 + pos: 59.23409,-32.81367 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29676 +- proto: LockerAtmosphericsFilledHardsuit + entities: + - uid: 8152 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,-43.5 + pos: -54.5,32.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29677 + - uid: 8153 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,-44.5 + pos: -53.5,32.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29678 + - uid: 8154 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,0.5 + pos: -52.5,32.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29679 +- proto: LockerBooze + entities: + - uid: 13156 components: + - type: MetaData + desc: 'всякие шляпки ' + name: Гардероб - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,1.5 + pos: 7.5,41.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29680 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 93.465614 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: Lock + locked: False + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 13164 + - 13163 + - 13162 + - 13161 + - 13160 + - 13159 + - 13158 + - 13157 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: LockerBoozeFilled + entities: + - uid: 784 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,2.5 + pos: 8.5,69.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29681 + - uid: 12273 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,3.5 + pos: 8.5,66.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29682 + - uid: 39547 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29683 + pos: 24.5,42.5 + parent: 36907 +- proto: LockerBotanistFilled + entities: + - uid: 8386 components: - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,2.5 + pos: -12.5,68.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29684 + - uid: 8388 components: - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,3.5 + pos: -13.5,68.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29685 + - uid: 13359 components: - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,4.5 + pos: -14.5,68.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29686 +- proto: LockerCaptainFilledHardsuit + entities: + - uid: 6120 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-40.5 + pos: 11.5,-36.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29687 +- proto: LockerChemistryFilled + entities: + - uid: 6796 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,-40.5 + pos: 22.5,-30.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29688 + - uid: 6797 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-40.5 + pos: 23.5,-30.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29689 +- proto: LockerChiefEngineerFilled + entities: + - uid: 8097 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,-40.5 + pos: -17.5,18.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29692 +- proto: LockerChiefMedicalOfficerFilled + entities: + - uid: 6738 components: - type: Transform - pos: -46.5,-41.5 + pos: 16.5,-20.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29693 +- proto: LockerDetective + entities: + - uid: 10536 components: + - type: MetaData + name: гардероб ГСБ - type: Transform - pos: -46.5,-42.5 + pos: 42.5,56.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29694 + - 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: + - 10543 + - 10542 + - 10541 + - 10540 + - 10539 + - 10538 + - 10537 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 14544 components: - type: Transform - pos: -46.5,-39.5 + pos: -38.5,-2.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29695 + - 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: + - 14545 + - 14546 + - 14547 + - 14548 + - 14549 + - 14550 + - 14551 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: LockerDetectiveFilled + entities: + - uid: 10267 components: - type: Transform - pos: -45.5,-41.5 + pos: 43.5,22.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29696 +- proto: LockerElectricalSuppliesFilled + entities: + - uid: 565 components: - type: Transform - pos: -45.5,-42.5 + pos: -28.5,36.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29697 + - uid: 7347 components: - type: Transform - pos: -45.5,-43.5 + pos: -37.5,10.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29698 + - uid: 12949 components: - type: Transform - pos: -45.5,-44.5 + pos: 31.5,13.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29699 + - uid: 34191 components: - type: Transform - pos: -45.5,-45.5 + pos: -85.5,58.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29700 +- proto: LockerEngineerFilledHardsuit + entities: + - uid: 587 components: - type: Transform - pos: -45.5,-46.5 + pos: -45.5,13.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29701 + - uid: 593 components: - type: Transform - pos: -45.5,-47.5 + pos: -45.5,12.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29704 + - uid: 7260 components: - type: Transform - pos: -46.5,-49.5 + pos: -45.5,18.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29705 + - uid: 7262 components: - type: Transform - rot: 3.141592653589793 rad - pos: 68.5,6.5 + pos: -44.5,18.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29706 + - uid: 7263 components: - type: Transform - rot: 3.141592653589793 rad - pos: 68.5,5.5 + pos: -43.5,18.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29707 + - uid: 7265 components: - type: Transform - rot: 3.141592653589793 rad - pos: 68.5,4.5 + pos: -42.5,18.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29708 + - uid: 7272 components: - type: Transform - rot: 3.141592653589793 rad - pos: 68.5,3.5 + pos: -45.5,14.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29709 + - uid: 7388 components: - type: Transform - rot: 3.141592653589793 rad - pos: 68.5,2.5 + pos: -45.5,11.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29710 + - uid: 7400 components: - type: Transform - rot: 3.141592653589793 rad - pos: 68.5,1.5 + pos: -45.5,10.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29711 +- proto: LockerEvidence + entities: + - uid: 7013 components: - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,6.5 + pos: 51.5,47.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29712 + - uid: 11572 components: - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,5.5 + pos: 38.5,16.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29713 + - uid: 11579 components: - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,4.5 + pos: 37.5,16.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29714 + - uid: 11580 components: - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,3.5 + pos: 39.5,16.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29717 + - uid: 12431 components: - type: Transform - pos: -39.5,-45.5 + pos: 48.5,47.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29719 + - uid: 12433 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 65.5,0.5 + pos: 53.5,39.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29720 + - uid: 12434 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 66.5,0.5 + pos: 52.5,45.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29721 + - uid: 12435 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 67.5,0.5 + pos: 53.5,42.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29722 + - uid: 13560 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 57.5,-23.5 + pos: 60.5,7.5 parent: 2 - - uid: 29723 + - uid: 14831 components: - type: Transform - rot: 3.141592653589793 rad - pos: 58.5,-22.5 - parent: 2 - - uid: 29724 + pos: 7.5,-8.5 + parent: 14592 + - uid: 14890 components: - type: Transform - rot: 3.141592653589793 rad - pos: 58.5,-21.5 - parent: 2 - - uid: 29725 + pos: 7.5,-9.5 + parent: 14592 + - uid: 14891 components: - type: Transform - rot: 3.141592653589793 rad - pos: 58.5,-20.5 - parent: 2 - - uid: 29726 + pos: 7.5,-7.5 + parent: 14592 + - uid: 35154 components: - type: Transform - rot: 3.141592653589793 rad - pos: 58.5,-19.5 + pos: 53.5,36.5 parent: 2 - - uid: 29727 +- proto: LockerFreezer + entities: + - uid: 8523 components: - type: Transform - rot: 3.141592653589793 rad - pos: 58.5,-18.5 + pos: -5.5,69.5 parent: 2 - - uid: 29728 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 27.660543 + 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: + - 8524 + - 8529 + - 8530 + - 8534 + - 8537 + - 8538 + - 8585 + - 8596 + - 9685 + - 9839 + - 10655 + - 11133 + - 12752 + - 13416 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 31794 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,-19.5 + pos: -30.5,-63.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29729 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.1496 + 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: + - 31806 + - 31795 + - 31796 + - 31797 + - 31798 + - 31799 + - 31800 + - 31801 + - 31802 + - 31803 + - 31804 + - 31805 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: LockerFreezerBase + entities: + - uid: 5581 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,-18.5 + pos: 4.5,-42.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29730 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.1497 + 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: + - 5606 + - 5605 + - 5604 + - 5603 + - 5602 + - 5601 + - 5600 + - 5599 + - 5598 + - 5597 + - 5596 + - 5595 + - 5594 + - 5593 + - 5592 + - 5591 + - 5590 + - 5589 + - 5588 + - 5587 + - 5586 + - 5585 + - 5584 + - 5583 + - 5582 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 9903 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,-17.5 + pos: 15.5,69.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29731 + - type: Lock + locked: False + - 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: + - 9972 + - 9971 + - 9970 + - 9956 + - 9955 + - 9954 + - 9953 + - 9948 + - 9947 + - 9888 + - 9863 + - 9789 + - 9786 + - 9973 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 34011 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,-16.5 + pos: -57.5,-17.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29732 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.1496 + 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: + - 34018 + - 34017 + - 34016 + - 34015 + - 34014 + - 34013 + - 34012 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: LockerHeadOfPersonnel + entities: + - uid: 13587 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,-15.5 + pos: 56.5,-4.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29733 +- proto: LockerHeadOfPersonnelFilled + entities: + - uid: 5607 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,-14.5 + pos: -7.5,-41.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29740 +- proto: LockerHeadOfSecurityFilled + entities: + - uid: 10504 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,-13.5 + pos: 42.5,59.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29741 +- proto: LockerMedical + entities: + - uid: 3438 components: + - type: MetaData + name: шкаф психолога - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,-13.5 + pos: 39.5,-46.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29742 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14957 + 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: + - 8949 + - 8953 + - 8948 + - 8950 + - 8954 + - 8956 + - 8957 + - 8958 + - 8960 + - 8962 + - 8963 + - 8936 + - 8937 + - 8938 + - 8939 + - 8964 + - 8935 + - 8940 + - 8941 + - 8942 + - 8943 + - 8944 + - 8945 + - 8947 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: LockerMedicalFilled + entities: + - uid: 6619 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,-13.5 + pos: 12.5,-27.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29743 + - uid: 6620 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,-13.5 + pos: 12.5,-26.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29744 + - uid: 6621 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,-13.5 + pos: 12.5,-25.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29745 +- proto: LockerMedicineFilled + entities: + - uid: 6708 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,-17.5 + pos: 21.5,-26.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29746 + - uid: 6710 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,-17.5 + pos: 38.5,-30.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29747 +- proto: LockerParamedicFilled + entities: + - uid: 6864 components: - type: Transform - pos: 1.5,-52.5 + pos: 25.5,-12.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29748 +- proto: LockerQuarterMasterFilled + entities: + - uid: 5488 components: - type: Transform - pos: 1.5,-53.5 + pos: -39.5,-55.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29749 +- proto: LockerResearchDirectorFilledHardsuit + entities: + - uid: 4915 components: - type: Transform - pos: 1.5,-54.5 + pos: -16.5,-16.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29750 +- proto: LockerSalvageSpecialistFilledHardsuit + entities: + - uid: 5441 components: - type: Transform - pos: 1.5,-55.5 + pos: -42.5,-48.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29751 + - uid: 5442 components: - type: Transform - pos: 1.5,-56.5 + pos: -42.5,-49.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29754 + - uid: 5443 components: - type: Transform - pos: 2.5,-58.5 + pos: -42.5,-50.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29755 + - uid: 5444 components: - type: Transform - pos: 2.5,-59.5 + pos: -42.5,-51.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29756 +- proto: LockerScienceFilled + entities: + - uid: 10382 components: - type: Transform - pos: 2.5,-60.5 + pos: -31.5,-21.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29757 + - uid: 10383 components: - type: Transform - pos: 2.5,-61.5 + pos: -31.5,-22.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29759 + - uid: 10384 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-62.5 + pos: -31.5,-23.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29760 +- proto: LockerSecurityFilled + entities: + - uid: 10032 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-62.5 + pos: 32.5,57.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29761 + - uid: 10136 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-62.5 + pos: 32.5,59.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29762 + - uid: 10143 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-62.5 + pos: 32.5,58.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29763 + - uid: 10144 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-62.5 + pos: 34.5,16.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29764 + - uid: 10159 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-62.5 + pos: 33.5,20.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29765 + - uid: 10160 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-62.5 + pos: 35.5,20.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29766 + - uid: 10167 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-62.5 + pos: -2.5,47.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29767 + - uid: 10171 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-62.5 + pos: 34.5,20.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29770 + - uid: 10173 components: - type: Transform - pos: -8.5,-61.5 + pos: 33.5,16.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29771 + - uid: 10174 components: - type: Transform - pos: -8.5,-60.5 + pos: 32.5,56.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29773 + - uid: 10176 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-59.5 + pos: 35.5,16.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29775 + - uid: 10748 components: - type: Transform - pos: -7.5,-63.5 + pos: -5.5,-57.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29776 + - uid: 13561 components: - type: Transform - pos: -7.5,-64.5 + pos: 59.5,7.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29777 +- proto: LockerWallMedical + entities: + - uid: 8923 components: - type: Transform - pos: -7.5,-65.5 + rot: 3.141592653589793 rad + pos: 43.5,-45.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29778 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.1496 + 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: + - 8926 + - 11264 +- proto: LockerWallMedicalDoctorFilled + entities: + - uid: 6677 components: - type: Transform - pos: -7.5,-66.5 + rot: -1.5707963267948966 rad + pos: 17.5,-27.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29779 +- proto: LockerWallMedicalFilled + entities: + - uid: 31567 components: - type: Transform - pos: -7.5,-67.5 + rot: 1.5707963267948966 rad + pos: -35.5,52.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29780 +- proto: LockerWardenFilled + entities: + - uid: 10086 components: - type: Transform - pos: -7.5,-68.5 + pos: 35.5,22.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29781 +- proto: LockerWeldingSuppliesFilled + entities: + - uid: 355 components: - type: Transform - pos: -7.5,-69.5 + pos: -29.5,36.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29782 + - uid: 563 components: - type: Transform - pos: -7.5,-70.5 + pos: -27.5,24.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29783 + - uid: 11617 components: - type: Transform - pos: -7.5,-71.5 + pos: 37.5,-55.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29784 + - uid: 12948 components: - type: Transform - pos: -7.5,-72.5 + pos: 31.5,14.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29785 + - uid: 12950 components: - type: Transform - pos: -7.5,-73.5 + pos: 46.5,14.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29786 + - uid: 13366 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-62.5 + pos: -58.5,13.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29787 + - uid: 17609 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-62.5 + pos: 58.5,-41.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29788 + - uid: 34180 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-62.5 + pos: -88.5,61.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29789 +- proto: LuxuryPen + entities: + - uid: 31452 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-62.5 + rot: 3.141592653589793 rad + pos: 78.56894,33.49988 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29790 + - uid: 43275 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-62.5 + pos: 52.52713,-34.69252 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29792 +- proto: MachineAnomalyGenerator + entities: + - uid: 5025 components: - type: Transform - pos: 8.5,-63.5 + pos: -12.5,-28.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29793 +- proto: MachineAnomalyVessel + entities: + - uid: 1762 components: - type: Transform - pos: 8.5,-64.5 + rot: 3.141592653589793 rad + pos: -16.5,-31.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29794 + - uid: 1764 components: - type: Transform - pos: 8.5,-65.5 + rot: 3.141592653589793 rad + pos: -15.5,-31.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29795 + - uid: 5111 components: - type: Transform - pos: 8.5,-66.5 + rot: 3.141592653589793 rad + pos: -17.5,-31.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29796 +- proto: MachineAPE + entities: + - uid: 5026 components: - type: Transform - pos: 8.5,-67.5 + rot: 3.141592653589793 rad + pos: -11.5,-31.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29797 + - uid: 5029 components: - type: Transform - pos: 8.5,-68.5 + rot: 3.141592653589793 rad + pos: -12.5,-31.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29798 + - uid: 5030 components: - type: Transform - pos: 8.5,-69.5 + rot: 3.141592653589793 rad + pos: -13.5,-31.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29799 +- proto: MachineArtifactAnalyzer + entities: + - uid: 5015 components: - type: Transform - pos: 8.5,-70.5 + pos: -32.5,-16.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29800 + - uid: 5016 components: - type: Transform - pos: 8.5,-71.5 + pos: -27.5,-21.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29801 +- proto: MachineCentrifuge + entities: + - uid: 9993 components: - type: Transform - pos: 8.5,-72.5 + pos: 21.5,-39.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29802 +- proto: MachineElectrolysisUnit + entities: + - uid: 9994 components: - type: Transform - pos: 8.5,-73.5 + pos: 21.5,-33.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29805 +- proto: MachineFrame + entities: + - uid: 8827 components: - type: Transform rot: 3.141592653589793 rad - pos: 9.5,-61.5 + pos: 44.5,-20.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29806 + - uid: 11002 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-60.5 + pos: 61.5,-34.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29808 + - uid: 35680 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-59.5 + rot: 3.141592653589793 rad + pos: -81.5,85.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29809 + - uid: 36829 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-59.5 + pos: 0.5,15.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29811 + - uid: 36832 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,-36.5 + pos: -0.5,15.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29812 + - uid: 36833 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-36.5 + pos: 0.5,17.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29813 + - uid: 36834 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,-36.5 + pos: 0.5,16.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29815 + - uid: 36836 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,-35.5 + pos: 1.5,15.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29816 + - uid: 36837 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-35.5 + pos: 0.5,18.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29817 +- proto: MachineFrameDestroyed + entities: + - uid: 13003 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,-35.5 + pos: 13.5,29.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29818 + - uid: 14043 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-35.5 + pos: -33.5,-45.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29819 + - uid: 24125 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 43.5,-35.5 + pos: -68.5,77.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29820 + - uid: 39548 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-35.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29821 + pos: 38.5,-8.5 + parent: 36907 +- proto: MachineParticleAcceleratorEmitterForeCircuitboard + entities: + - uid: 36814 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-35.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29822 + parent: 36811 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: MachineParticleAcceleratorEmitterPortCircuitboard + entities: + - uid: 36816 components: - type: Transform - pos: 40.5,-39.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29823 + parent: 36811 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: MachineParticleAcceleratorEmitterStarboardCircuitboard + entities: + - uid: 36815 components: - type: Transform - pos: 40.5,-38.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29824 + parent: 36811 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: MachineParticleAcceleratorEndCapCircuitboard + entities: + - uid: 36812 components: - type: Transform - pos: 40.5,-37.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29825 + parent: 36811 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: MachineParticleAcceleratorFuelChamberCircuitboard + entities: + - uid: 36813 components: - type: Transform - pos: 40.5,-36.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29826 + parent: 36811 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: MachineParticleAcceleratorPowerBoxCircuitboard + entities: + - uid: 36817 components: - type: Transform - pos: 40.5,-34.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29827 + parent: 36811 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: MagazineBoxLightRifle + entities: + - uid: 10534 components: - type: Transform - pos: 38.5,-38.5 + rot: 1.5707963267948966 rad + pos: 41.57899,54.658283 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29829 +- proto: MagazineBoxLightRiflePractice + entities: + - uid: 10485 components: - type: Transform - pos: 18.5,-52.5 + pos: 25.708687,21.020418 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29830 +- proto: MagazineBoxMagnum + entities: + - uid: 10512 components: - type: Transform - pos: 18.5,-53.5 + pos: 45.723385,58.539196 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29832 +- proto: MagazineBoxMagnumPractice + entities: + - uid: 10483 components: - type: Transform - pos: 18.5,-55.5 + pos: 25.739937,21.582918 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29833 +- proto: MagazineBoxPistolPractice + entities: + - uid: 10482 components: - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,-39.5 + pos: 25.364937,21.661043 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29836 +- proto: MagazineBoxRiflePractice + entities: + - uid: 10484 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,-38.5 + pos: 25.364937,21.254793 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29837 +- proto: MagazineLightRifle + entities: + - uid: 10531 components: - type: Transform rot: 1.5707963267948966 rad - pos: 30.5,-38.5 + pos: 41.39149,53.58016 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29838 + - uid: 10532 components: - type: Transform rot: 1.5707963267948966 rad - pos: 29.5,-38.5 + pos: 41.532116,53.470783 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29839 + - uid: 10533 components: - type: Transform rot: 1.5707963267948966 rad - pos: 28.5,-38.5 + pos: 41.67274,53.345783 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29840 +- proto: MagazinePistolHighCapacity + entities: + - uid: 15346 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,-38.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29841 + pos: -5.506897,14.331968 + parent: 14592 + - uid: 15854 components: - type: Transform - pos: 26.5,-37.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29842 + pos: 7.357971,3.5853138 + parent: 14592 + - uid: 15855 components: - type: Transform - pos: 26.5,-36.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29843 + pos: 7.592346,3.5696888 + parent: 14592 + - uid: 15856 components: - type: Transform - pos: 26.5,-35.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29845 + pos: 7.311096,3.5071888 + parent: 14592 + - uid: 15857 components: - type: Transform - pos: 26.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29846 + pos: 7.561096,3.5071888 + parent: 14592 + - uid: 15858 components: - type: Transform - pos: 26.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29848 + pos: 7.326721,3.4759388 + parent: 14592 + - uid: 15859 components: - type: Transform - pos: 26.5,-30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29849 + pos: 7.592346,3.4603138 + parent: 14592 + - uid: 39549 components: - type: Transform - pos: 26.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29850 + pos: 58.406605,8.400146 + parent: 36907 + - uid: 39550 components: - type: Transform - pos: 28.5,-35.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29851 + pos: 58.687855,8.415771 + parent: 36907 +- proto: MagazinePistolPractice + entities: + - uid: 27608 components: - type: Transform - pos: 28.5,-34.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29852 + parent: 10475 + - type: BallisticAmmoProvider + unspawnedCount: 10 + - type: Physics + canCollide: False +- proto: MagazinePistolRubber + entities: + - uid: 6906 components: - type: Transform - pos: 28.5,-33.5 + pos: 45.50636,33.870255 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29854 + - uid: 19470 components: - type: Transform - pos: 28.5,-31.5 + pos: 45.31886,33.714005 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29856 + - uid: 19476 components: - type: Transform - pos: 28.5,-29.5 + pos: 45.834484,33.839005 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29857 + - uid: 19479 components: - type: Transform - pos: 28.5,-28.5 + pos: 45.646984,33.714005 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29859 + - uid: 19562 components: - type: Transform - pos: 28.5,-26.5 + pos: 45.66261,33.85463 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29860 + - uid: 19563 components: - type: Transform - pos: 26.5,-28.5 + pos: 45.53761,33.714005 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29861 + - uid: 19564 components: - type: Transform - pos: 26.5,-27.5 + pos: 45.334484,33.870255 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29862 + - uid: 19566 components: - type: Transform - pos: 26.5,-26.5 + pos: 45.803234,33.69838 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29863 + - uid: 30956 components: - type: Transform - pos: 26.5,-25.5 + pos: 13.609368,20.387629 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29864 +- proto: MagazinePistolSubMachineGun + entities: + - uid: 6320 components: - type: Transform - pos: 26.5,-24.5 + pos: 49.733242,30.61518 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29865 + - uid: 6339 components: - type: Transform - pos: 26.5,-23.5 + pos: 49.561367,30.412054 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29866 + - uid: 6340 components: - type: Transform - pos: 26.5,-22.5 + pos: 49.373867,30.55268 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29868 + - uid: 6341 components: - type: Transform - pos: 26.5,-20.5 + pos: 49.389492,30.36518 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29869 +- proto: MagazinePistolSubMachineGunPractice + entities: + - uid: 27611 components: - type: Transform - pos: 26.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29870 + parent: 27609 + - type: BallisticAmmoProvider + unspawnedCount: 35 + - type: Physics + canCollide: False +- proto: MagazinePistolSubMachineGunRubber + entities: + - uid: 6380 components: - type: Transform - pos: 26.5,-18.5 + rot: 1.5707963267948966 rad + pos: 49.313732,33.69493 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29873 + - uid: 6381 components: - type: Transform - pos: 28.5,-24.5 + rot: 1.5707963267948966 rad + pos: 49.516857,33.648056 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29874 + - uid: 6382 components: - type: Transform - pos: 28.5,-23.5 + rot: 1.5707963267948966 rad + pos: 49.485607,33.523056 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29875 + - uid: 6383 components: - type: Transform - pos: 28.5,-22.5 + rot: 1.5707963267948966 rad + pos: 49.657482,33.47618 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29876 +- proto: MagazinePistolSubMachineGunTopMounted + entities: + - uid: 15860 components: - type: Transform - pos: 28.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29877 + pos: 7.311096,5.757189 + parent: 14592 + - uid: 15862 components: - type: Transform - pos: 28.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29878 + pos: 7.576721,5.725939 + parent: 14592 +- proto: MagazineRifle + entities: + - uid: 6318 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,58.5 + pos: 48.686367,30.662054 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29879 + - uid: 6319 components: - type: Transform - pos: 28.5,-18.5 + pos: 48.733242,30.42768 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29880 + - uid: 6334 components: - type: Transform - pos: 27.5,-15.5 + pos: 48.201992,30.61518 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29881 + - uid: 6335 components: - type: Transform - pos: 27.5,-14.5 + pos: 48.248867,30.412054 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29882 + - uid: 6336 components: - type: Transform - pos: 27.5,-13.5 + pos: 48.389492,30.61518 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29883 + - uid: 6337 components: - type: Transform - pos: 27.5,-12.5 + pos: 48.467617,30.36518 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29884 +- proto: MagicDiceBag + entities: + - uid: 13543 components: - type: Transform - pos: 29.5,-16.5 + pos: 1.5502031,59.72246 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29885 +- proto: MailingUnit + entities: + - uid: 12683 components: - type: Transform - pos: 29.5,-15.5 + pos: -12.5,55.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29886 + - type: MailingUnit + tag: hydroponics + - uid: 12733 components: - type: Transform - pos: 29.5,-14.5 + pos: 12.5,-24.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29887 + - type: MailingUnit + tag: medical department + - uid: 13510 components: - type: Transform - pos: 29.5,-13.5 + pos: 2.5,-32.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29894 + - type: MailingUnit + tag: bridge + - uid: 25164 components: - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,-12.5 + pos: -27.5,22.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29895 + - type: MailingUnit + tag: engineering department + - uid: 25176 components: - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,-11.5 + pos: -43.5,45.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29896 + - type: MailingUnit + tag: atmos + - uid: 25178 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-10.5 + pos: -2.5,42.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29898 + - type: MailingUnit + tag: lawyer office + - uid: 25179 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-7.5 + pos: 12.5,44.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29899 + - type: MailingUnit + tag: library + - uid: 25180 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-6.5 + pos: 31.5,40.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29900 + - type: MailingUnit + tag: brig + - uid: 25181 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-5.5 + pos: -29.5,-33.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29901 + - type: MailingUnit + tag: RND + - uid: 25182 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-4.5 + pos: -36.5,-47.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29902 + - type: MailingUnit + tag: cargo + - uid: 25710 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-3.5 + pos: 55.5,13.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29903 + - type: MailingUnit + tag: cleaners +- proto: MailingUnitElectronics + entities: + - uid: 7926 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-2.5 + pos: -47.129513,3.470417 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29905 + - uid: 7927 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-0.5 + pos: -46.957638,3.689167 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29906 +- proto: MaintenanceFluffSpawner + entities: + - uid: 8333 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,0.5 + pos: -17.5,67.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29907 + - uid: 8346 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,1.5 + pos: -34.5,57.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29908 + - uid: 8364 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,2.5 + pos: -41.5,54.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29909 + - uid: 9725 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,3.5 + pos: -38.5,41.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29910 + - uid: 10230 components: - type: Transform - pos: 31.5,3.5 + pos: 43.5,17.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29911 + - uid: 10385 components: - type: Transform - pos: 31.5,2.5 + rot: 3.141592653589793 rad + pos: -33.5,-46.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29912 + - uid: 10424 components: - type: Transform - pos: 31.5,1.5 + pos: -45.5,-7.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29913 + - uid: 10957 components: - type: Transform - pos: 31.5,0.5 + pos: 22.5,-61.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29914 + - uid: 10958 components: - type: Transform - pos: 31.5,-0.5 + pos: 30.5,-58.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29915 + - uid: 11522 components: - type: Transform - pos: 31.5,-2.5 + pos: 63.5,-9.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29916 + - uid: 13126 components: - type: Transform - pos: 31.5,-3.5 + pos: 16.5,36.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29917 + - uid: 13203 components: - type: Transform - pos: 31.5,-4.5 + rot: -1.5707963267948966 rad + pos: 19.5,13.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29918 + - uid: 13274 components: - type: Transform - pos: 31.5,-5.5 + pos: 12.5,20.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29919 + - uid: 13289 components: - type: Transform - pos: 31.5,-6.5 + pos: 46.5,9.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29920 + - uid: 13426 components: - type: Transform - pos: 31.5,-7.5 + rot: 1.5707963267948966 rad + pos: -21.5,61.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29921 + - uid: 13444 components: - type: Transform - pos: 31.5,-9.5 + pos: -20.5,56.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29922 + - uid: 13486 components: - type: Transform - pos: 31.5,-8.5 + pos: -34.5,45.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29927 + - uid: 14761 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-10.5 + rot: 3.141592653589793 rad + pos: -18.5,-57.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29946 + - uid: 14762 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-25.5 + rot: 3.141592653589793 rad + pos: -16.5,-62.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29951 + - uid: 17604 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,-31.5 + pos: 69.5,-21.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29952 + - uid: 18534 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,-31.5 + pos: 69.5,-10.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29953 + - uid: 32880 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29954 + pos: -18.5,13.5 + parent: 14592 + - uid: 32881 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,-31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29955 + pos: -19.5,15.5 + parent: 14592 + - uid: 32882 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,-31.5 + pos: -16.5,20.5 + parent: 14592 + - uid: 34027 + components: + - type: Transform + pos: -58.5,0.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29956 + - uid: 34032 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,-31.5 + pos: -68.5,-4.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29957 + - uid: 34295 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-30.5 + pos: -61.5,-26.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29958 + - uid: 36307 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,-30.5 + pos: 7.5,-7.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29959 + - uid: 36314 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,-30.5 + pos: -18.5,0.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29960 + - uid: 42995 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-30.5 + pos: 14.5,14.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29961 +- proto: MaintenancePlantSpawner + entities: + - uid: 2114 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-30.5 + pos: 11.5,-62.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29962 + - uid: 2552 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-30.5 + pos: 31.5,-64.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29963 + - uid: 2569 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-31.5 + pos: 35.5,-64.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29964 + - uid: 2571 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-31.5 + pos: 41.5,-55.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29965 + - uid: 2574 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-31.5 + pos: 38.5,-57.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29966 + - uid: 8586 components: - type: Transform rot: 1.5707963267948966 rad - pos: 37.5,-31.5 + pos: -19.5,54.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29967 + - uid: 8604 components: - type: Transform - pos: 33.5,-30.5 + rot: 1.5707963267948966 rad + pos: -36.5,48.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29968 + - uid: 9783 components: - type: Transform - pos: 36.5,-29.5 + pos: 22.5,-64.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29969 + - uid: 10442 components: - type: Transform - pos: 38.5,-30.5 + pos: -27.5,11.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29970 + - uid: 10879 components: - type: Transform - pos: 38.5,-29.5 + pos: 28.5,-59.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29971 + - uid: 10886 components: - type: Transform - pos: 38.5,-28.5 + pos: 26.5,-63.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29972 + - uid: 10891 components: - type: Transform - pos: 38.5,-27.5 + pos: 20.5,-63.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29973 + - uid: 10899 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,-26.5 + pos: 42.5,-53.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29974 + - uid: 10901 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,-26.5 + pos: 14.5,-58.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29975 + - uid: 10903 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-28.5 + pos: 16.5,-60.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29976 + - uid: 10950 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,-28.5 + pos: 18.5,-65.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29977 + - uid: 11214 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,-28.5 + pos: 54.5,-41.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29978 + - uid: 11240 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,-28.5 + pos: 63.5,-26.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29979 + - uid: 11241 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-27.5 + pos: 60.5,-10.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29980 + - uid: 13137 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-26.5 + pos: 33.5,8.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29982 + - uid: 13267 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,-25.5 + pos: 40.5,6.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29983 + - uid: 14380 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,-24.5 + pos: -11.5,48.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29984 + - uid: 14556 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,-23.5 + pos: -11.5,-41.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29989 + - uid: 14557 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-23.5 + pos: -11.5,-40.5 parent: 2 - - uid: 29991 + - uid: 24819 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29992 + pos: 47.5,-14.5 + parent: 36907 + - uid: 24826 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29993 + pos: 51.5,3.5 + parent: 36907 + - uid: 24828 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29995 + pos: 56.5,18.5 + parent: 36907 + - uid: 24829 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29996 + pos: 53.5,23.5 + parent: 36907 + - uid: 27684 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-22.5 + pos: 54.5,-43.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29997 + - uid: 32904 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29998 + pos: 10.5,10.5 + parent: 14592 + - uid: 32905 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29999 + pos: 10.5,14.5 + parent: 14592 + - uid: 32906 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30000 + pos: -8.5,13.5 + parent: 14592 + - uid: 32907 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30001 + pos: -0.5,16.5 + parent: 14592 + - uid: 32908 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30002 + pos: 3.5,14.5 + parent: 14592 + - uid: 32909 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30003 + pos: 2.5,11.5 + parent: 14592 + - uid: 33969 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-18.5 + pos: -55.5,-19.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30004 + - uid: 34041 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-18.5 + pos: -50.5,-27.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30005 + - uid: 34042 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,-18.5 + pos: -47.5,-34.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30006 + - uid: 34046 components: - type: Transform - pos: 37.5,-19.5 + pos: -64.5,-23.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30007 + - uid: 34047 components: - type: Transform - pos: 37.5,-18.5 + pos: -61.5,-18.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30008 + - uid: 34048 components: - type: Transform - pos: 37.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30009 + pos: -58.5,-11.5 + parent: 2 + - uid: 34049 components: - type: Transform - pos: 37.5,-16.5 + pos: -63.5,-9.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30012 + - uid: 34050 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-15.5 + pos: -67.5,-6.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30013 + - uid: 34051 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-15.5 + pos: -66.5,-4.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30014 + - uid: 34052 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,-15.5 + pos: -61.5,-1.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30015 + - uid: 34053 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-15.5 + pos: -58.5,-4.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30016 + - uid: 34054 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-15.5 + pos: -54.5,-11.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30017 + - uid: 34293 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 43.5,-15.5 + pos: -61.5,-28.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30018 + - uid: 39551 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 43.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30019 + pos: 7.5,-17.5 + parent: 36907 + - uid: 39552 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30020 + pos: 11.5,-20.5 + parent: 36907 + - uid: 39553 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30025 + pos: 50.5,-18.5 + parent: 36907 + - uid: 39554 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30026 + pos: 52.5,-3.5 + parent: 36907 + - uid: 39555 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30027 + pos: 52.5,14.5 + parent: 36907 + - uid: 39556 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30028 + pos: 46.5,23.5 + parent: 36907 + - uid: 39557 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30029 + pos: 50.5,19.5 + parent: 36907 + - uid: 39558 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30030 + pos: 50.5,9.5 + parent: 36907 + - uid: 39559 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30032 + pos: 40.5,3.5 + parent: 36907 +- proto: MaintenanceToolSpawner + entities: + - uid: 1858 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-33.5 + pos: 65.5,10.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30033 + - uid: 8331 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-32.5 + pos: -24.5,64.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30034 + - uid: 8407 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-31.5 + pos: -39.5,49.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30035 + - uid: 8477 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-30.5 + rot: 1.5707963267948966 rad + pos: -28.5,62.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30036 + - uid: 10441 components: - type: Transform rot: 3.141592653589793 rad - pos: 22.5,-29.5 + pos: -36.5,8.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30037 + - uid: 10925 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-28.5 + pos: 26.5,-59.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30038 + - uid: 10926 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-27.5 + pos: 30.5,-61.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30039 + - uid: 10948 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,-27.5 + pos: 39.5,-53.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30040 + - uid: 11162 components: - type: Transform rot: 1.5707963267948966 rad - pos: 22.5,-27.5 + pos: -39.5,56.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30041 + - uid: 11198 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-27.5 + pos: 11.5,-61.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30042 + - uid: 11307 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,-27.5 + pos: 20.5,-65.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30043 + - uid: 11521 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-27.5 + pos: 55.5,-38.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30044 + - uid: 11523 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-27.5 + pos: 62.5,-9.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30045 + - uid: 11719 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,-27.5 + pos: -67.5,-13.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30049 + - uid: 11720 components: - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,29.5 + pos: -67.5,-11.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30050 + - uid: 12312 components: - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,30.5 + pos: -54.5,19.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30051 + - uid: 12313 components: - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,31.5 + pos: -54.5,18.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30052 + - uid: 13140 components: - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,32.5 + pos: 33.5,13.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30053 + - uid: 13205 components: - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,33.5 + rot: -1.5707963267948966 rad + pos: 18.5,32.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30054 + - uid: 13259 components: - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,34.5 + pos: 12.5,38.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30057 + - uid: 13278 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,54.5 + pos: 32.5,8.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30058 + - uid: 13288 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,55.5 + pos: 40.5,9.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30059 + - uid: 13422 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,56.5 + rot: -1.5707963267948966 rad + pos: -20.5,63.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30061 + - uid: 13485 components: - type: Transform rot: 1.5707963267948966 rad - pos: -15.5,57.5 + pos: -33.5,60.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30062 + - uid: 13806 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,57.5 + pos: 56.5,9.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30066 + - uid: 14306 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,57.5 + pos: 13.5,27.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30067 + - uid: 14310 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,57.5 + pos: -67.5,-11.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30068 + - uid: 14379 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,57.5 + pos: -2.5,36.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30069 + - uid: 14555 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,57.5 + pos: -11.5,-33.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30070 + - uid: 15863 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,57.5 + pos: 15.5,13.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30071 + - uid: 17781 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,57.5 + pos: 70.5,-24.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30072 + - uid: 32706 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,57.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30073 + pos: -23.5,21.5 + parent: 14592 + - uid: 32878 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,57.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30074 + pos: -34.5,6.5 + parent: 14592 + - uid: 32879 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,57.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30076 + pos: -22.5,20.5 + parent: 14592 + - uid: 32883 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-48.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30078 + pos: -24.5,26.5 + parent: 14592 + - uid: 32884 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30079 + pos: -23.5,25.5 + parent: 14592 + - uid: 32885 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30080 + pos: -5.5,22.5 + parent: 14592 + - uid: 32886 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30081 + pos: -4.5,21.5 + parent: 14592 + - uid: 32887 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30082 + pos: -5.5,30.5 + parent: 14592 + - uid: 32888 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30083 + pos: -3.5,32.5 + parent: 14592 + - uid: 32889 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30084 + pos: 2.5,27.5 + parent: 14592 + - uid: 32893 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30085 + pos: 5.5,28.5 + parent: 14592 + - uid: 32894 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30086 + pos: 4.5,28.5 + parent: 14592 + - uid: 32895 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30087 + pos: 9.5,22.5 + parent: 14592 + - uid: 32896 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30089 + pos: 19.5,23.5 + parent: 14592 + - uid: 32897 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,36.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30090 + pos: 20.5,18.5 + parent: 14592 + - uid: 32898 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-54.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30091 + pos: 23.5,17.5 + parent: 14592 + - uid: 32899 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-54.5 + pos: 20.5,26.5 + parent: 14592 + - uid: 32900 + components: + - type: Transform + pos: 17.5,28.5 + parent: 14592 + - uid: 32901 + components: + - type: Transform + pos: 10.5,15.5 + parent: 14592 + - uid: 32902 + components: + - type: Transform + pos: 9.5,10.5 + parent: 14592 + - uid: 32903 + components: + - type: Transform + pos: 18.5,5.5 + parent: 14592 + - uid: 34025 + components: + - type: Transform + pos: -59.5,-14.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30092 + - uid: 34028 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-54.5 + pos: -61.5,-11.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30093 + - uid: 34031 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,-54.5 + pos: -62.5,-4.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30094 + - uid: 34037 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-54.5 + pos: -59.5,-16.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30096 + - uid: 34168 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-49.5 + pos: -55.5,-7.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30097 + - uid: 34170 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-50.5 + pos: -56.5,-17.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30098 + - uid: 34294 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-51.5 + pos: -63.5,-26.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30099 + - uid: 34296 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-52.5 + pos: -58.5,-28.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30102 + - uid: 34297 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,-53.5 + pos: -60.5,-28.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30103 + - uid: 34299 components: - type: Transform rot: 1.5707963267948966 rad - pos: 22.5,-53.5 + pos: -50.5,-24.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30105 + - uid: 36088 components: - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,38.5 + pos: -67.5,-3.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30106 + - uid: 36287 components: - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,39.5 + pos: 16.5,-13.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30108 + - uid: 36308 components: - type: Transform - pos: 20.5,-54.5 + pos: 10.5,-23.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30109 + - uid: 36309 components: - type: Transform - pos: 20.5,-55.5 + pos: -18.5,-7.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30124 + - uid: 36310 components: - type: Transform - pos: 24.5,-53.5 + pos: -10.5,-19.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30125 + - uid: 36311 components: - type: Transform - pos: 23.5,-52.5 + pos: -16.5,-11.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30126 + - uid: 36312 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,-52.5 + pos: -6.5,-7.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30127 + - uid: 36313 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-52.5 + pos: -6.5,-0.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30128 + - uid: 36316 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,-52.5 + pos: 10.5,26.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30129 + - uid: 36317 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,-51.5 + pos: 0.5,26.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30130 +- proto: MaintenanceWeaponSpawner + entities: + - uid: 6917 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,-51.5 + pos: -18.5,10.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30131 + - uid: 10924 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-51.5 + pos: 23.5,-61.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30132 + - uid: 11031 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-51.5 + pos: 61.5,-29.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30133 + - uid: 11364 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-51.5 + pos: 67.5,-15.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30134 + - uid: 11520 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-51.5 + pos: 58.5,-6.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30135 + - uid: 11543 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,-50.5 + pos: 57.5,-29.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30136 + - uid: 13204 components: - type: Transform rot: -1.5707963267948966 rad - pos: 29.5,-50.5 + pos: 19.5,14.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30137 + - uid: 13292 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-50.5 + pos: 46.5,17.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30138 + - uid: 13443 components: - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,-49.5 + pos: -25.5,64.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30139 + - uid: 13595 components: - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,-49.5 + pos: 60.5,-32.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30140 + - uid: 13805 components: - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,-48.5 + pos: 56.5,7.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30141 + - uid: 14337 components: - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,-47.5 + pos: 57.5,-29.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30142 + - uid: 14338 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,-48.5 + pos: 67.5,-15.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30143 + - uid: 14381 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-48.5 + pos: -7.5,49.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30144 + - uid: 14554 components: - type: Transform - pos: 34.5,-47.5 + pos: -13.5,-41.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30145 + - uid: 18446 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-50.5 + pos: 71.5,-16.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30146 + - uid: 19152 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-50.5 + pos: 71.5,-15.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30147 + - uid: 24379 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-50.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30148 + pos: 31.5,-37.5 + parent: 36907 + - uid: 24787 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-50.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30149 + pos: 39.5,4.5 + parent: 36907 + - uid: 31916 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-50.5 + pos: -23.5,17.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30150 + - uid: 32876 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,-50.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30151 + pos: -25.5,10.5 + parent: 14592 + - uid: 32877 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,-50.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30152 + pos: -28.5,11.5 + parent: 14592 + - uid: 32890 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,-50.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30153 + pos: 2.5,22.5 + parent: 14592 + - uid: 32891 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,-50.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30154 + pos: 3.5,21.5 + parent: 14592 + - uid: 32892 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,-50.5 + pos: 3.5,20.5 + parent: 14592 + - uid: 34033 + components: + - type: Transform + pos: -61.5,-2.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30155 + - uid: 34039 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,-50.5 + pos: -51.5,-20.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30156 + - uid: 36315 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,-50.5 + pos: 7.5,-0.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30157 + - uid: 39560 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-48.5 + pos: 58.5,-7.5 + parent: 36907 + - uid: 39561 + components: + - type: Transform + pos: 21.5,-20.5 + parent: 36907 +- proto: Matchbox + entities: + - uid: 3522 + components: + - type: Transform + pos: 54.74305,-25.265951 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30158 + - uid: 13544 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-48.5 + pos: 2.206453,60.519337 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30159 +- proto: MatchstickSpent + entities: + - uid: 13058 components: - type: Transform rot: -1.5707963267948966 rad - pos: 38.5,-48.5 + pos: 39.0802,6.6913786 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30160 + - uid: 13194 components: - type: Transform rot: -1.5707963267948966 rad - pos: 39.5,-48.5 + pos: 33.61145,10.660129 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30161 + - uid: 13195 components: - type: Transform rot: -1.5707963267948966 rad - pos: 40.5,-48.5 + pos: 25.492235,13.778375 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30162 + - uid: 13196 components: - type: Transform rot: -1.5707963267948966 rad - pos: 41.5,-48.5 + pos: 12.25399,23.963928 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30163 + - uid: 13197 components: - type: Transform rot: -1.5707963267948966 rad - pos: 42.5,-48.5 + pos: 14.550865,27.663643 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30164 + - uid: 13198 components: - type: Transform rot: -1.5707963267948966 rad - pos: 43.5,-48.5 + pos: 19.617727,27.466135 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30165 + - uid: 13199 components: - type: Transform rot: -1.5707963267948966 rad - pos: 44.5,-48.5 + pos: 18.428988,34.361855 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30166 +- proto: MaterialCardboard + entities: + - uid: 8040 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,-48.5 + pos: -25.560522,24.600058 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30167 +- proto: MaterialCloth + entities: + - uid: 7458 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-48.5 + pos: -41.69989,12.645887 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30168 + - uid: 33245 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,-51.5 + pos: -5.628959,-42.081833 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30170 +- proto: MaterialCloth1 + entities: + - uid: 9329 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-51.5 + pos: 32.20382,-56.576557 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30171 + - uid: 9330 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-50.5 + pos: 31.992882,-56.36562 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30172 + - uid: 11594 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-49.5 + pos: 26.702389,61.42449 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30173 + - uid: 11595 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,60.5 + pos: 26.639889,61.377617 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30174 +- proto: MaterialDurathread + entities: + - uid: 7459 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,61.5 + pos: -41.26239,12.458387 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30175 + - uid: 33246 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,62.5 + pos: -5.347709,-42.425583 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30176 +- proto: MaterialDurathread1 + entities: + - uid: 9331 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,63.5 + pos: 30.375692,-56.506245 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30179 + - uid: 9332 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,65.5 + pos: 30.30538,-56.435932 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30192 +- proto: MaterialHideBear + entities: + - uid: 8041 components: + - type: MetaData + desc: Вставай Валера работать пора! + name: Валера - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-36.5 + pos: -29.123022,27.600058 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30193 +- proto: MaterialReclaimer + entities: + - uid: 5559 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-36.5 + pos: -50.5,-31.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30194 + - uid: 39562 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-35.5 + pos: 26.5,-6.5 + parent: 36907 +- proto: MaterialReclaimerMachineCircuitboard + entities: + - uid: 7879 + components: + - type: Transform + pos: -40.419914,7.4604454 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30195 +- proto: MaterialSheetMeat1 + entities: + - uid: 33237 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-34.5 + pos: -63.74343,-4.3439345 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30196 + - uid: 33682 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-33.5 + pos: -63.665306,-4.5783095 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30197 + - uid: 33706 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-32.5 + pos: -63.33718,-4.4064345 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30198 +- proto: MaterialWoodPlank + entities: + - uid: 8038 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-33.5 + rot: -1.5707963267948966 rad + pos: -25.715933,36.497284 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30199 + - uid: 8039 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-32.5 + rot: -1.5707963267948966 rad + pos: -25.434683,36.48166 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30200 +- proto: MaterialWoodPlank1 + entities: + - uid: 13209 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-31.5 + pos: 45.92693,15.587362 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30201 + - uid: 13222 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-30.5 + rot: -1.5707963267948966 rad + pos: 15.4881,28.773167 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30202 + - uid: 13224 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-30.5 + rot: 3.141592653589793 rad + pos: 22.737213,13.531947 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30203 + - uid: 13225 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-30.5 + pos: 19.440338,16.516323 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30204 + - uid: 13231 components: - type: Transform rot: 1.5707963267948966 rad - pos: 3.5,-30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30205 + pos: 33.091442,9.539338 + parent: 2 + - uid: 13233 components: - type: Transform rot: 1.5707963267948966 rad - pos: 2.5,-30.5 + pos: 40.16927,14.622995 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30206 + - uid: 13720 components: - type: Transform - pos: 1.5,-31.5 + pos: -29.487448,-58.479588 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30207 + - uid: 13751 components: - type: Transform - pos: 1.5,-32.5 + pos: -34.207108,-54.0652 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30208 + - uid: 13752 components: - type: Transform - pos: 1.5,-33.5 + rot: -1.5707963267948966 rad + pos: -25.887642,-56.580826 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30209 + - uid: 34556 components: - type: Transform - pos: 1.5,-34.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30210 + pos: 6.6589355,0.52038574 + parent: 30892 + - uid: 34590 components: - type: Transform - pos: 1.5,-35.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30211 + pos: 6.5808105,0.36413574 + parent: 30892 + - uid: 43005 components: - type: Transform - pos: 1.5,-36.5 + rot: 3.141592653589793 rad + pos: 41.43727,16.272629 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30212 +- proto: MatterBinStockPart + entities: + - uid: 5188 components: - type: Transform - pos: 1.5,-37.5 + pos: -26.376795,-33.04524 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30213 + - uid: 5189 components: - type: Transform - pos: 1.5,-38.5 + pos: -26.615292,-33.100273 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30214 + - uid: 5198 components: - type: Transform - pos: 1.5,-39.5 + pos: -31.648006,-28.275305 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30215 + - uid: 5327 components: - type: Transform - pos: 1.5,-40.5 + pos: -30.27365,-31.615124 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30216 + - uid: 5328 components: - type: Transform - pos: 1.5,-41.5 + pos: -31.30102,-31.193167 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30217 + - uid: 5382 components: - type: Transform - pos: 1.5,-42.5 + pos: -43.36,-21.566362 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30218 + - uid: 7964 components: - type: Transform - pos: 1.5,-43.5 + pos: -40.028652,3.7194397 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30219 + - uid: 7965 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-45.5 + pos: -40.872402,3.5163147 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30220 + - uid: 7966 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-45.5 + pos: -41.231777,3.7194397 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30221 +- proto: Mattress + entities: + - uid: 3648 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-45.5 + pos: 30.5,61.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30222 + - uid: 9679 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-45.5 + pos: 17.5,61.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30223 + - uid: 9711 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-45.5 + pos: 21.5,61.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30224 + - uid: 9777 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-43.5 + pos: 26.5,61.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30225 + - uid: 10579 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-43.5 + pos: 63.5,8.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30226 + - uid: 10797 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-43.5 + pos: 18.5,57.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30227 + - uid: 10798 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-43.5 + pos: 18.5,59.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30228 + - uid: 15495 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-43.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30229 + pos: -4.5,-8.5 + parent: 14592 + - uid: 15496 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-43.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30230 + pos: -4.5,-6.5 + parent: 14592 + - uid: 15499 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-43.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30231 + pos: -4.5,-4.5 + parent: 14592 + - uid: 23717 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-42.5 + pos: 49.5,-2.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30232 +- proto: MedicalBed + entities: + - uid: 6401 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-42.5 + pos: 20.5,55.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30233 + - uid: 6402 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-42.5 + pos: 20.5,53.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30234 + - uid: 6661 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-44.5 + pos: 24.5,-24.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30235 + - uid: 6662 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-44.5 + pos: 24.5,-22.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30236 + - uid: 6663 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-44.5 + pos: 20.5,-22.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30237 + - uid: 6667 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-44.5 + pos: 20.5,-24.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30238 + - uid: 6669 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-44.5 + pos: 22.5,-24.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30239 + - uid: 6670 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-44.5 + pos: 22.5,-22.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30240 + - uid: 6671 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-45.5 + pos: 18.5,-24.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30241 + - uid: 6672 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-46.5 + pos: 18.5,-22.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30242 + - uid: 7058 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-47.5 + pos: 34.5,2.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30243 + - uid: 7059 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-48.5 + pos: 27.5,2.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30244 + - uid: 7060 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-49.5 + pos: 27.5,6.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30245 + - uid: 7061 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-49.5 + pos: 34.5,6.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30246 + - uid: 12715 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-48.5 + pos: 65.5,-32.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30247 + - uid: 39563 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-47.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30248 + pos: 17.5,-8.5 + parent: 36907 + - uid: 39564 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-46.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30249 + pos: 15.5,-8.5 + parent: 36907 +- proto: MedicalRecordsComputerCircuitboard + entities: + - uid: 35670 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,45.5 + pos: -80.48006,77.671906 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30250 +- proto: MedicalScanner + entities: + - uid: 951 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-41.5 + pos: 6.5,-57.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30251 +- proto: MedicalTechFab + entities: + - uid: 6617 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-40.5 + pos: 16.5,-24.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30252 +- proto: MedicalTechFabCircuitboard + entities: + - uid: 39565 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-39.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30253 + pos: 39.502155,-14.445389 + parent: 36907 +- proto: MedicatedSuture + entities: + - uid: 6657 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-38.5 + pos: 16.20711,-27.562775 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30254 + - uid: 6658 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-37.5 + pos: 16.402798,-27.481237 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30255 + - uid: 9517 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-36.5 + pos: -1.4980571,28.680845 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30256 + - uid: 9664 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-35.5 + pos: -1.7011821,28.462095 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30257 +- proto: Medkit + entities: + - uid: 15556 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-34.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30258 + pos: -20.276367,15.51433 + parent: 14592 +- proto: MedkitAdvancedFilled + entities: + - uid: 5454 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-33.5 + pos: -46.58393,-48.3784 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30259 + - uid: 6702 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-32.5 + pos: 24.635708,-23.276316 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30260 + - uid: 6762 components: - type: Transform - pos: -23.5,45.5 + pos: 23.569471,-20.48155 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30261 + - uid: 6871 components: - type: Transform - pos: -23.5,47.5 + pos: 23.584547,-14.389357 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30262 + - uid: 9651 components: - type: Transform - pos: -23.5,46.5 + pos: -2.1914177,33.574524 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30263 +- proto: MedkitBruteFilled + entities: + - uid: 627 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-30.5 + pos: -41.283554,14.880802 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30264 + - uid: 6632 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-31.5 + pos: 15.758932,-22.201332 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30265 + - uid: 6633 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-31.5 + pos: 15.680807,-22.295082 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30266 + - uid: 6634 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-31.5 + pos: 15.571432,-22.451332 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30267 + - uid: 8892 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-31.5 + pos: 47.339153,-15.211298 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30268 + - uid: 9648 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-31.5 + pos: -1.6757927,33.8714 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30269 + - uid: 10290 components: - type: Transform - pos: -6.5,-32.5 + pos: 25.670189,55.496227 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30271 + - uid: 29617 components: - type: Transform - pos: -4.5,-33.5 + pos: 54.33955,-45.3021 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30272 + - uid: 29618 components: - type: Transform - pos: -4.5,-32.5 + pos: 65.672714,-33.24811 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30273 + - uid: 33943 components: - type: Transform - pos: -4.5,-31.5 + pos: -56.612442,-21.269001 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30274 + - uid: 35601 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-30.5 + pos: 16.70376,-36.490902 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30275 + - uid: 39566 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30276 + pos: 14.318253,-8.258233 + parent: 36907 + - uid: 39567 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30277 + pos: 14.443253,-8.461358 + parent: 36907 +- proto: MedkitBurnFilled + entities: + - uid: 616 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-30.5 + pos: -41.533554,14.615177 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30279 + - uid: 6638 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-31.5 + pos: 16.649557,-22.716957 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30280 + - uid: 6639 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-31.5 + pos: 16.493307,-22.826332 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30281 + - uid: 6640 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-31.5 + pos: 16.352682,-22.966957 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30282 + - uid: 6997 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-31.5 + pos: 47.60478,-15.492548 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30283 + - uid: 9649 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-31.5 + pos: -1.4882927,33.699524 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30284 + - uid: 39568 components: - type: Transform - pos: -26.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30285 + pos: 18.349503,-8.273857 + parent: 36907 + - uid: 39569 components: - type: Transform - pos: -26.5,47.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30286 + pos: 18.474503,-8.508232 + parent: 36907 +- proto: MedkitCombatFilled + entities: + - uid: 9503 components: - type: Transform - pos: -26.5,48.5 + pos: 19.78241,-61.472507 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30287 + - uid: 10285 components: - type: Transform - pos: -26.5,49.5 + pos: 24.359156,55.71091 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30288 +- proto: MedkitFilled + entities: + - uid: 6687 components: - type: Transform - pos: -26.5,50.5 + pos: 35.182243,-34.47461 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30289 + - uid: 6698 components: - type: Transform - pos: -26.5,51.5 + pos: 19.338455,-28.216331 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30290 + - uid: 6761 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-51.5 + pos: 23.819471,-20.2628 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30291 + - uid: 10286 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-52.5 + pos: 24.645432,55.49216 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30292 + - uid: 10333 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-53.5 + pos: 20.677202,54.808533 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30293 + - uid: 12724 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-54.5 + pos: 65.47503,-33.759346 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30294 + - uid: 13533 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-55.5 + pos: -39.499638,-48.47744 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30295 + - uid: 13735 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-56.5 + pos: -34.510414,-55.762733 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30298 +- proto: MedkitOxygenFilled + entities: + - uid: 6629 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-60.5 + pos: 15.102682,-22.201332 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30299 + - uid: 6630 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-61.5 + pos: 15.024557,-22.295082 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30300 + - uid: 6631 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-62.5 + pos: 14.930807,-22.435707 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30304 + - uid: 9650 components: - type: Transform - pos: -22.5,43.5 + pos: -1.3320427,33.512024 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30305 + - uid: 10289 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,44.5 + pos: 25.420189,55.699352 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30307 + - uid: 35600 components: - type: Transform - pos: -22.5,42.5 + pos: 16.406885,-36.209652 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30308 + - uid: 39570 components: - type: Transform - pos: -22.5,41.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30309 + pos: 18.780777,-8.305108 + parent: 36907 +- proto: MedkitRadiationFilled + entities: + - uid: 6626 components: - type: Transform - pos: -22.5,40.5 + pos: 14.477682,-22.201332 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30310 + - uid: 6627 components: - type: Transform - pos: -22.5,39.5 + pos: 14.399557,-22.310707 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30311 + - uid: 6628 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-34.5 + pos: 14.321432,-22.435707 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30312 + - uid: 10288 components: - type: Transform - pos: -22.5,37.5 + pos: 26.654564,55.496227 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30313 + - uid: 36303 components: - type: Transform - pos: -22.5,36.5 + pos: 21.673862,-7.56215 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30314 +- proto: MedkitToxinFilled + entities: + - uid: 6635 components: - type: Transform - pos: -22.5,35.5 + pos: 16.415182,-22.201332 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30316 + - uid: 6636 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,44.5 + pos: 16.337057,-22.326332 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30317 + - uid: 6637 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,44.5 + pos: 16.258932,-22.451332 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30318 + - uid: 10287 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,44.5 + pos: 26.403625,55.69973 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30319 + - uid: 33944 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,44.5 + pos: -56.315567,-21.487751 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30320 + - uid: 36302 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,44.5 + pos: 21.361362,-7.24965 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30325 + - uid: 39571 components: - type: Transform - pos: -9.5,-73.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30326 + pos: 14.740128,-8.242608 + parent: 36907 +- proto: MetalDoor + entities: + - uid: 12279 components: - type: Transform - pos: -9.5,-72.5 + pos: 66.5,-30.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30327 + - uid: 42765 components: - type: Transform - pos: -9.5,-71.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30328 + pos: 3.5,42.5 + parent: 36907 +- proto: MicroManipulatorStockPart + entities: + - uid: 5192 components: - type: Transform - pos: -9.5,-70.5 + pos: -27.587624,-33.21035 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30329 + - uid: 5193 components: - type: Transform - pos: -9.5,-69.5 + pos: -27.165668,-33.48554 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30330 + - uid: 5325 components: - type: Transform - pos: -9.5,-68.5 + pos: -31.447786,-31.468357 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30331 + - uid: 5326 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-67.5 + pos: -30.291994,-31.321589 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30333 + - uid: 5380 components: - type: Transform - pos: 10.5,-73.5 + rot: 3.141592653589793 rad + pos: -43.525112,-22.080048 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30334 + - uid: 5381 components: - type: Transform - pos: 10.5,-72.5 + rot: 3.141592653589793 rad + pos: -43.286613,-22.373583 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30335 + - uid: 7954 components: - type: Transform - pos: 10.5,-71.5 + pos: -41.659348,3.6413147 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30336 + - uid: 7955 components: - type: Transform - pos: 10.5,-70.5 + pos: -41.409348,3.4538147 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30337 + - uid: 7956 components: - type: Transform - pos: 10.5,-69.5 + pos: -41.003098,3.7194397 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30338 + - uid: 7957 components: - type: Transform - pos: 10.5,-68.5 + pos: -40.612473,3.5319397 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30340 + - uid: 7958 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,34.5 + pos: -40.268723,3.4850647 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30341 + - uid: 19529 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,34.5 + pos: -34.73694,17.401749 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30342 + - uid: 29926 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,34.5 + pos: -63.578804,75.664825 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30343 + - uid: 35064 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,34.5 + pos: 69.62109,27.742441 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30344 +- proto: MicrophoneInstrument + entities: + - uid: 2553 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,34.5 + pos: -16.460152,-63.596397 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30345 + - uid: 8326 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,34.5 + pos: 10.618246,59.581863 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30347 +- proto: MicrowaveMachineCircuitboard + entities: + - uid: 7938 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,31.5 + pos: -42.334656,6.454792 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30348 +- proto: MinimoogInstrument + entities: + - uid: 8321 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,32.5 + pos: 12.5,55.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30349 +- proto: MiningDrill + entities: + - uid: 5458 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,33.5 + pos: -42.50158,-52.532887 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30350 + - uid: 27508 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,34.5 + rot: -1.5707963267948966 rad + pos: -53.280804,-50.617958 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30351 +- proto: Mirror + entities: + - uid: 13745 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,32.5 + pos: 21.5,-45.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30352 + - uid: 13746 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,32.5 + pos: 19.5,-45.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30353 + - uid: 14028 components: - type: Transform rot: 1.5707963267948966 rad - pos: -20.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30354 + pos: -8.5,-5.5 + parent: 14592 + - uid: 14070 components: - type: Transform rot: 1.5707963267948966 rad - pos: -19.5,32.5 + pos: -8.5,-4.5 + parent: 14592 + - uid: 14182 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,1.5 + parent: 14592 + - uid: 14771 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,2.5 + parent: 14592 +- proto: MMI + entities: + - uid: 34133 + components: + - type: Transform + pos: -56.783535,-11.577716 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30355 +- proto: ModularGrenade + entities: + - uid: 5122 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,32.5 + pos: -20.675716,-35.580376 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30358 + - uid: 5123 components: - type: Transform - pos: -23.5,31.5 + pos: -20.464779,-35.346 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30359 + - uid: 5124 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,33.5 + pos: -20.300716,-35.674126 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30360 + - uid: 6821 components: - type: Transform - pos: -23.5,30.5 + pos: 19.283615,-38.626854 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30361 + - uid: 6822 components: - type: Transform - pos: -23.5,29.5 + pos: 19.283615,-38.626854 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30362 + - uid: 6823 components: - type: Transform - pos: -23.5,28.5 + pos: 19.283615,-38.626854 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30363 + - uid: 6824 components: - type: Transform - pos: -23.5,27.5 + pos: 19.283615,-38.626854 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30365 +- proto: ModularReceiver + entities: + - uid: 11549 components: - type: Transform - pos: -23.5,25.5 + pos: 49.569603,-41.18115 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30366 +- proto: MoonBattlemap + entities: + - uid: 9836 components: - type: Transform - pos: -23.5,24.5 + pos: 9.156748,47.400444 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30367 +- proto: MopBucketFull + entities: + - uid: 8768 components: - type: Transform - pos: -23.5,23.5 + pos: 59.112293,13.531916 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30369 + - uid: 13718 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,22.5 + pos: -24.615639,-27.49881 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30372 + - uid: 14852 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-58.5 + pos: 2.843689,3.8090057 + parent: 14592 + - uid: 43098 + components: + - type: Transform + pos: 79.64802,35.473854 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30373 +- proto: MopItem + entities: + - uid: 8752 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-58.5 + parent: 8751 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 8753 + components: + - type: Transform + parent: 8751 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 11294 + components: + - type: Transform + pos: 52.471085,-38.47019 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30374 + - uid: 11295 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-59.5 + pos: 52.48671,-38.642063 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30375 + - uid: 11592 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-59.5 + pos: 22.602066,69.46922 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30376 + - uid: 13721 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-59.5 + pos: -24.630238,-27.557232 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30377 + - uid: 14021 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-59.5 + pos: -34.5,-48.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30378 + - uid: 14707 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-59.5 + pos: 2.718689,3.6996307 + parent: 14592 +- proto: Morgue + entities: + - uid: 6912 + components: + - type: Transform + pos: 41.5,-9.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30379 + - uid: 6914 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-57.5 + pos: 44.5,-9.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30380 + - uid: 6918 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-57.5 + pos: 43.5,-9.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30381 + - uid: 6919 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-57.5 + pos: 42.5,-9.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30382 + - uid: 7722 components: - type: Transform - pos: 4.5,-58.5 + pos: 46.5,-9.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30383 + - uid: 8770 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,26.5 + rot: 3.141592653589793 rad + pos: 52.5,-27.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30384 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.1496 + 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: + - 12524 + - uid: 8771 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,26.5 + rot: 3.141592653589793 rad + pos: 53.5,-27.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30385 + - uid: 8772 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,26.5 + rot: 3.141592653589793 rad + pos: 54.5,-27.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30386 + - uid: 11153 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,26.5 + pos: 47.5,-9.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30387 + - uid: 12396 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,26.5 + pos: 45.5,-9.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30388 + - uid: 13284 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,26.5 + rot: 1.5707963267948966 rad + pos: 36.5,6.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30393 +- proto: Mousetrap + entities: + - uid: 13293 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,27.5 + pos: 35.53481,-54.430954 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30394 +- proto: Multitool + entities: + - uid: 5022 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,27.5 + pos: -26.373625,-18.28058 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30395 + - uid: 5201 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,27.5 + pos: -35.610813,-31.437935 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30396 + - uid: 5277 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,27.5 + pos: -26.528353,-36.30686 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30397 + - uid: 7390 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,27.5 + pos: -37.81191,14.547473 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30398 + - uid: 7391 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,27.5 + pos: -37.81191,14.547473 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30399 + - uid: 7392 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,27.5 + pos: -37.81191,14.547473 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30400 + - uid: 10125 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,27.5 + pos: 31.771591,22.587019 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30401 + - uid: 13778 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,27.5 + pos: -36.490414,-5.471882 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30402 + - uid: 21121 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,27.5 + pos: 62.356384,29.209929 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30404 + - uid: 35082 components: - type: Transform - pos: -32.5,26.5 + pos: 62.59076,29.022429 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30405 +- proto: NettleSeeds + entities: + - uid: 12745 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,22.5 + pos: 15.538027,-65.8078 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30407 +- proto: NetworkConfigurator + entities: + - uid: 5368 components: - type: Transform - pos: -28.5,21.5 + pos: -38.40661,-17.338633 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30408 + - uid: 7386 components: - type: Transform - pos: -28.5,20.5 + pos: -41.08699,15.690357 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30409 + - uid: 7387 components: - type: Transform - pos: -28.5,19.5 + pos: -41.24324,15.565357 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30410 + - uid: 7412 components: - type: Transform - pos: -28.5,18.5 + pos: -41.352615,15.487232 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30412 + - uid: 24376 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,17.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30413 + pos: 39.472862,-30.654785 + parent: 36907 +- proto: NitrogenCanister + entities: + - uid: 5064 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,22.5 + pos: -33.5,-9.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30414 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5065 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,22.5 + pos: -33.5,-10.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30415 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5451 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,22.5 + pos: -45.5,-51.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30416 + - type: AtmosDevice + joinedGrid: 2 + - uid: 7267 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,22.5 + pos: -45.5,16.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30417 + - type: AtmosDevice + joinedGrid: 2 + - uid: 7970 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,22.5 + pos: -40.5,5.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30418 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8056 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,22.5 + pos: -34.5,34.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30419 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8139 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,22.5 + pos: -52.5,23.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30420 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8140 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,22.5 + pos: -52.5,24.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30422 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8147 components: - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,23.5 + pos: -52.5,25.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30423 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8820 components: - type: Transform - pos: -37.5,21.5 + pos: -20.5,62.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30424 + - type: AtmosDevice + joinedGrid: 2 + - uid: 9543 components: - type: Transform - pos: -37.5,20.5 + pos: -33.5,6.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30425 + - type: AtmosDevice + joinedGrid: 2 + - uid: 11073 components: - type: Transform - pos: -37.5,19.5 + pos: 15.5,-44.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30426 + - type: AtmosDevice + joinedGrid: 2 + - uid: 11509 components: - type: Transform - pos: -37.5,18.5 + pos: 52.5,-41.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30427 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12911 components: - type: Transform - pos: -37.5,17.5 + pos: 38.5,12.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30428 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12924 components: - type: Transform - pos: -37.5,16.5 + pos: 40.5,11.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30430 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12927 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,15.5 + pos: 42.5,17.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30431 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12928 components: - type: Transform - pos: -22.5,38.5 + pos: 18.5,26.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30432 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13086 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,15.5 + pos: 68.5,13.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30434 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14008 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,15.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30435 + pos: 11.5,6.5 + parent: 14592 + - type: AtmosDevice + joinedGrid: 14592 + - uid: 14364 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,16.5 + pos: -5.5,37.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30436 + - type: AtmosDevice + joinedGrid: 2 + - uid: 27631 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,15.5 + pos: 71.5,-19.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30437 + - type: AtmosDevice + joinedGrid: 2 + - uid: 27816 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-34.5 + pos: -56.5,42.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30438 + - type: AtmosDevice + joinedGrid: 2 + - uid: 34091 components: - type: Transform - pos: -22.5,-36.5 + pos: -57.5,3.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30440 + - type: AtmosDevice + joinedGrid: 2 +- proto: NitrogenTankFilled + entities: + - uid: 5084 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-67.5 + pos: -31.759748,-12.387444 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30441 + - uid: 8174 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-67.5 + pos: -54.661407,28.511387 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30442 + - uid: 14137 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-67.5 + pos: 19.555826,7.702183 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30443 + - uid: 14276 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-67.5 + pos: -65.63977,-21.316483 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30444 + - uid: 36304 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-67.5 + pos: 19.158237,-9.265275 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30445 +- proto: NitrousOxideCanister + entities: + - uid: 8565 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-67.5 + pos: -36.5,50.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30446 + - type: AtmosDevice + joinedGrid: 2 + - uid: 16909 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-67.5 + pos: -79.5,65.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30447 + - type: AtmosDevice + joinedGrid: 2 + - uid: 24122 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-67.5 + pos: -79.5,55.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30448 + - type: AtmosDevice + joinedGrid: 2 + - uid: 35125 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-67.5 + pos: 61.5,49.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30449 + - type: AtmosDevice + joinedGrid: 2 +- proto: NitrousOxideTankFilled + entities: + - uid: 5082 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-67.5 + pos: -32.383507,-12.369098 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30450 + - uid: 5319 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-67.5 + pos: -17.653234,-45.376427 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30451 + - uid: 8172 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-67.5 + pos: -54.270782,28.448887 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30452 + - uid: 12732 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-67.5 + pos: 34.502327,-11.942274 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30453 + - uid: 13059 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-67.5 + pos: 34.502327,-12.223524 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30454 +- proto: NodeScanner + entities: + - uid: 5223 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-67.5 + pos: -29.640749,-14.242264 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30455 +- proto: NuclearBomb + entities: + - uid: 5573 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-67.5 + pos: 8.5,-44.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30456 +- proto: NukeCodePaperStation + entities: + - uid: 43198 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-67.5 + pos: -74.95674,75.53501 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30457 +- proto: Ointment + entities: + - uid: 6705 components: - type: Transform - pos: -1.5,-66.5 + pos: 22.727734,-23.47812 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30458 + - uid: 10336 components: - type: Transform - pos: -1.5,-65.5 + pos: 23.929123,51.653435 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30459 + - uid: 10337 components: - type: Transform - pos: -1.5,-64.5 + pos: 23.897873,51.54406 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30460 + - uid: 33135 components: - type: Transform - pos: -1.5,-63.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30461 + parent: 31568 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: OperatingTable + entities: + - uid: 1406 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-0.5 + pos: 48.5,-10.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30462 + - uid: 5306 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-47.5 + pos: -18.5,-43.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30463 + - uid: 6226 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-0.5 + pos: 31.5,-10.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30464 + - uid: 12612 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-46.5 + pos: 34.5,-10.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30465 + - uid: 39572 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30466 + pos: 14.5,-6.5 + parent: 36907 +- proto: OreBag + entities: + - uid: 15763 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-47.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30467 + rot: -1.5707963267948966 rad + pos: -7.554199,1.9726334 + parent: 14592 + - uid: 15764 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30469 + rot: -1.5707963267948966 rad + pos: -7.460449,1.6757584 + parent: 14592 + - uid: 15765 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30470 + rot: -1.5707963267948966 rad + pos: -7.663574,1.5351334 + parent: 14592 + - uid: 15766 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-48.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30471 + rot: -1.5707963267948966 rad + pos: -7.569824,1.7382584 + parent: 14592 + - uid: 35669 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,-0.5 + pos: -33.511425,63.597694 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30472 +- proto: OreProcessor + entities: + - uid: 5455 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-51.5 + pos: -43.5,-47.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30473 + - uid: 14862 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30475 + pos: -7.5,3.5 + parent: 14592 + - uid: 39573 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30477 + pos: 25.5,-6.5 + parent: 36907 +- proto: OreProcessorMachineCircuitboard + entities: + - uid: 7878 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-0.5 + pos: -40.59179,7.6323204 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30480 +- proto: OxygenCanister + entities: + - uid: 561 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-48.5 + pos: -45.5,15.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30481 + - type: AtmosDevice + joinedGrid: 2 + - uid: 4483 components: - type: Transform - pos: -31.5,2.5 + pos: -37.5,43.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30482 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5070 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-49.5 + pos: -30.5,-9.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30484 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5071 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,1.5 + pos: -30.5,-10.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30485 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5452 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-46.5 + pos: -46.5,-51.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30486 + - type: AtmosDevice + joinedGrid: 2 + - uid: 7783 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-45.5 + pos: -40.5,44.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30487 + - type: AtmosDevice + joinedGrid: 2 + - uid: 7969 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-44.5 + pos: -41.5,5.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30488 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8055 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,1.5 + pos: -34.5,35.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30489 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8137 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,1.5 + pos: -51.5,23.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30490 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8138 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,1.5 + pos: -51.5,24.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30492 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8146 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,1.5 + pos: -51.5,25.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30493 + - type: AtmosDevice + joinedGrid: 2 + - uid: 9542 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,1.5 + pos: -33.5,5.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30494 + - type: AtmosDevice + joinedGrid: 2 + - uid: 11072 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,1.5 + pos: 15.5,-43.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30495 + - type: AtmosDevice + joinedGrid: 2 + - uid: 11511 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,1.5 + pos: 52.5,-42.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30496 + - type: AtmosDevice + joinedGrid: 2 + - uid: 11703 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,1.5 + pos: -63.5,-12.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30497 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12912 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,1.5 + pos: 38.5,11.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30498 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12925 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,1.5 + pos: 40.5,10.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30499 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12926 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,1.5 + pos: 41.5,17.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30500 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12929 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,1.5 + pos: 19.5,26.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30501 + - type: AtmosDevice + joinedGrid: 2 + - uid: 13087 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,1.5 + pos: 68.5,12.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30502 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14363 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,1.5 + pos: -4.5,37.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30503 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14977 components: - type: Transform - pos: -31.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30504 + pos: -14.5,0.5 + parent: 14592 + - type: AtmosDevice + joinedGrid: 14592 + - uid: 15774 components: - type: Transform - pos: -31.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30505 + pos: 12.5,6.5 + parent: 14592 + - type: AtmosDevice + joinedGrid: 14592 + - uid: 23992 components: - type: Transform - pos: -31.5,5.5 + pos: -78.5,65.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30506 + - type: AtmosDevice + joinedGrid: 2 + - uid: 24732 components: - type: Transform - pos: -31.5,6.5 + pos: -78.5,55.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30507 + - type: AtmosDevice + joinedGrid: 2 + - uid: 27630 components: - type: Transform - pos: -31.5,7.5 + pos: 71.5,-18.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30510 + - type: AtmosDevice + joinedGrid: 2 + - uid: 27815 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-0.5 + pos: -56.5,40.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30511 + - type: AtmosDevice + joinedGrid: 2 +- proto: OxygenTank + entities: + - uid: 14722 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30512 + rot: -1.5707963267948966 rad + pos: -13.4192505,1.3515606 + parent: 14592 +- proto: OxygenTankFilled + entities: + - uid: 5081 components: - type: Transform - pos: -29.5,0.5 + pos: -32.69539,-12.332406 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30513 + - uid: 8168 components: - type: Transform - pos: -29.5,1.5 + pos: -54.317657,27.433262 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30514 + - uid: 8169 components: - type: Transform - pos: -29.5,2.5 + pos: -54.364532,27.605137 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30515 + - uid: 8171 components: - type: Transform - pos: -29.5,3.5 + pos: -54.739532,27.527012 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30516 + - uid: 14136 components: - type: Transform - pos: -29.5,4.5 + pos: 19.352701,7.749058 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30517 + - uid: 14277 components: - type: Transform - pos: -29.5,5.5 + pos: -65.530396,-21.519608 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30518 + - uid: 24877 components: - type: Transform - pos: -29.5,6.5 + rot: 1.5707963267948966 rad + pos: -23.509115,66.461105 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30519 + - uid: 36305 components: - type: Transform - pos: -29.5,7.5 + pos: 19.736362,-9.077775 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30520 +- proto: PackPaperRollingFilters + entities: + - uid: 11555 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,5.5 + pos: 58.767876,-32.253487 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30521 + - uid: 12640 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,5.5 + pos: -31.22893,-7.6672173 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30522 +- proto: PaintingOlympia + entities: + - uid: 32066 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,5.5 + pos: -64.5,-1.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30523 +- proto: PaintingSadClown + entities: + - uid: 6184 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,5.5 + pos: -32.5,59.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30524 +- proto: PaintingSkeletonBoof + entities: + - uid: 1389 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,5.5 + pos: 54.5,-30.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30525 + - uid: 2582 components: - type: Transform - pos: -45.5,6.5 + pos: 42.5,-55.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30527 + - uid: 3099 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,10.5 + pos: 59.5,-27.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30528 +- proto: PaintingSkeletonCigarette + entities: + - uid: 8909 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,10.5 + rot: 1.5707963267948966 rad + pos: 72.5,-10.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30529 +- proto: PanFluteInstrument + entities: + - uid: 14534 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,10.5 + pos: -18.463154,-57.400505 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30530 +- proto: Paper + entities: + - uid: 1038 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,10.5 + pos: -4.5565886,-57.43783 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30531 + - uid: 1416 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,10.5 + pos: -64.07986,73.90426 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30532 + - uid: 3357 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30533 + pos: -4.228464,-57.390957 + parent: 2 + - uid: 4910 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,10.5 + pos: -14.698473,-16.555672 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30534 + - uid: 4911 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,10.5 + pos: -14.478321,-16.29883 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30535 + - uid: 4912 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,10.5 + pos: -14.368246,-16.500635 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30536 + - uid: 5499 components: - type: Transform - pos: -35.5,-37.5 + pos: -39.62906,-53.49995 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30537 + - uid: 5500 components: - type: Transform - pos: -38.5,-37.5 + pos: -39.500637,-53.298145 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30538 + - uid: 5501 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-39.5 + pos: -39.262142,-53.46326 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30539 + - uid: 5660 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-39.5 + pos: -2.6165712,-46.580112 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30540 + - uid: 5661 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-39.5 + pos: -2.6165712,-46.580112 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30541 + - uid: 5662 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,-39.5 + pos: -2.6165712,-46.580112 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30542 + - uid: 5663 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-39.5 + pos: -2.6165712,-46.580112 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30544 + - uid: 5664 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-39.5 + pos: -2.6165712,-46.580112 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30545 + - uid: 5665 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-39.5 + pos: -2.6165712,-46.580112 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30546 + - uid: 5666 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-39.5 + pos: -2.6165712,-46.580112 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30548 + - uid: 5667 components: - type: Transform - pos: -48.5,-40.5 + pos: -2.6165712,-46.580112 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30549 + - uid: 5668 components: - type: Transform - pos: -48.5,-41.5 + pos: -2.6165712,-46.580112 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30550 + - uid: 5669 components: - type: Transform - pos: -48.5,-42.5 + pos: -2.6165712,-46.580112 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30552 + - uid: 5670 components: - type: Transform - pos: -44.5,-40.5 + pos: -2.6165712,-46.580112 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30553 + - uid: 5671 components: - type: Transform - pos: -44.5,-41.5 + pos: -2.6165712,-46.580112 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30554 + - uid: 5672 components: - type: Transform - pos: -44.5,-42.5 + pos: -2.6165712,-46.580112 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30555 + - uid: 6089 components: - type: Transform - pos: -44.5,-43.5 + pos: 67.393814,5.7090263 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30556 + - uid: 6160 components: - type: Transform - pos: -44.5,-44.5 + pos: 8.542658,-37.4582 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30557 + - uid: 6304 components: - type: Transform - pos: -44.5,-45.5 + pos: 44.32924,35.6539 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30558 + - uid: 6305 components: - type: Transform - pos: -44.5,-46.5 + pos: 44.45424,35.4039 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30559 + - uid: 6306 components: - type: Transform - pos: -44.5,-47.5 + pos: 44.563614,35.669525 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30560 + - uid: 6743 components: - type: Transform - pos: -44.5,-48.5 + rot: 1.5707963267948966 rad + pos: 13.655848,-17.137272 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30561 + - uid: 6744 components: - type: Transform - pos: -44.5,-49.5 + rot: 1.5707963267948966 rad + pos: 13.390223,-17.277897 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30564 + - uid: 6745 components: - type: Transform - pos: -17.5,30.5 + rot: 1.5707963267948966 rad + pos: 13.624598,-17.496647 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30565 + - uid: 6763 components: - type: Transform rot: -1.5707963267948966 rad - pos: -20.5,31.5 + pos: 20.542183,-17.5116 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30567 + - type: Paper + content: >+ + ███╗░░██╗████████╗ + + ████╗░██║╚══██╔══╝ Форма NT-№XXX-MED-PRQ + + ██╔██╗██║░░░██║░░░ Запрос на производство + + ██║╚████║░░░██║░░░ лекарственных препаратов + + ██║░╚███║░░░██║░░░ + + ╚═╝░░╚══╝░░░╚═╝░░░ + + ════════════════════════════════════════ + + Я, (Имя Фамилия), в должности главного врача требую от химиков выполнить заказ лекарственных препаратов на текущую смену: + - Бикаридин: \[14u](900u) + - Дермалин: \[10u](600u) + - Аритразин: (600u) + - Сигинат: \[10u](300u) + - Дексалин плюс: \[15u](1200u) + - Диловен: \[15u](900u) + Место для печатей – Главный врач + + - uid: 6765 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,31.5 + pos: 19.846922,-16.322096 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30569 + - uid: 6767 components: - type: Transform - pos: -35.5,-34.5 + pos: 19.571733,-16.39548 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30570 + - uid: 6768 components: - type: Transform - pos: -35.5,-33.5 + pos: 19.31489,-16.285404 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30571 + - uid: 6848 components: - type: Transform - pos: -35.5,-32.5 + rot: 3.141592653589793 rad + pos: 30.31305,-34.483284 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30573 + - uid: 6849 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,-31.5 + rot: 3.141592653589793 rad + pos: 30.5943,-34.34266 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30574 + - uid: 6850 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-31.5 + rot: 3.141592653589793 rad + pos: 32.516174,-34.46766 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30575 + - uid: 6851 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-31.5 + rot: 3.141592653589793 rad + pos: 34.391174,-34.514534 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30577 + - uid: 6852 components: - type: Transform rot: 3.141592653589793 rad - pos: -31.5,-30.5 + pos: 34.266174,-34.389534 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30578 + - uid: 6853 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-31.5 + rot: 3.141592653589793 rad + pos: 34.56305,-34.358284 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30579 + - uid: 6967 components: - type: Transform rot: 1.5707963267948966 rad - pos: -29.5,-31.5 + pos: 36.5138,3.4725285 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30580 + - uid: 7063 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-31.5 + rot: -1.5707963267948966 rad + pos: 29.571297,3.1083715 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30581 + - uid: 7078 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-31.5 + rot: -1.5707963267948966 rad + pos: 29.508797,6.2333717 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30582 + - uid: 7085 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-31.5 + rot: -1.5707963267948966 rad + pos: 29.383797,6.2958717 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30583 + - uid: 7086 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-31.5 + rot: -1.5707963267948966 rad + pos: 29.383797,2.9364965 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30586 + - uid: 7087 components: - type: Transform rot: 1.5707963267948966 rad - pos: -21.5,-34.5 + pos: 32.68067,3.0146215 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30588 + - uid: 7088 components: - type: Transform - pos: -22.5,-35.5 + rot: 1.5707963267948966 rad + pos: 32.446297,2.8896215 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30589 + - uid: 7089 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-33.5 + rot: 1.5707963267948966 rad + pos: 32.665047,6.1708717 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30590 + - uid: 7090 components: - type: Transform rot: 1.5707963267948966 rad - pos: -19.5,-34.5 + pos: 32.46192,6.2177467 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30592 + - uid: 7419 components: - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,-32.5 + pos: 3.392444,-29.289526 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30595 + - uid: 7420 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-37.5 + pos: 3.659961,-29.289526 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30596 + - uid: 7421 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-37.5 + pos: 3.8085818,-29.319258 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30597 + - uid: 7422 components: - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,-30.5 + pos: 3.9869242,-29.34899 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30598 + - uid: 7423 components: - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,-29.5 + pos: 4.0463724,-29.34899 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30599 + - uid: 7537 components: - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,-28.5 + rot: -1.5707963267948966 rad + pos: -6.5596976,23.599556 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30600 + - uid: 8004 components: - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,-27.5 + pos: -36.670174,20.48197 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30602 + - uid: 8109 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-26.5 + rot: 3.141592653589793 rad + pos: -15.664331,14.614614 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30603 + - uid: 8110 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-26.5 + rot: 3.141592653589793 rad + pos: -15.461206,14.489614 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30606 + - uid: 8111 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-25.5 + rot: 3.141592653589793 rad + pos: -15.304956,14.755239 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30610 + - uid: 8291 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-24.5 + rot: 3.141592653589793 rad + pos: 3.3996778,39.706573 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30611 + - uid: 8301 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-24.5 + rot: 3.141592653589793 rad + pos: 3.2278028,39.9097 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30612 + - uid: 8302 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-24.5 + rot: 3.141592653589793 rad + pos: 3.2590528,39.56595 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30613 + - uid: 8446 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-24.5 + rot: 3.141592653589793 rad + pos: 4.7604895,30.78062 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30614 + - uid: 8447 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-24.5 + rot: 3.141592653589793 rad + pos: 4.50517,30.5253 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30615 + - uid: 8448 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,-24.5 + rot: 3.141592653589793 rad + pos: 4.4413404,30.759342 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30616 + - uid: 8449 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-24.5 + rot: 3.141592653589793 rad + pos: 4.186021,30.58913 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30618 + - uid: 8450 components: - type: Transform - pos: -38.5,-25.5 + rot: 3.141592653589793 rad + pos: 4.015808,30.631683 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30619 + - uid: 8451 components: - type: Transform - pos: -38.5,-26.5 + rot: 3.141592653589793 rad + pos: 4.143468,30.844448 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30620 + - uid: 8454 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-26.5 + rot: 1.5707963267948966 rad + pos: 4.4838934,30.376364 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30621 + - uid: 8455 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-26.5 + pos: 4.2711277,30.674236 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30622 + - uid: 8456 components: - type: Transform rot: -1.5707963267948966 rad - pos: -21.5,-26.5 + pos: 4.50517,30.65296 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30623 + - uid: 8457 components: - type: Transform rot: -1.5707963267948966 rad - pos: -20.5,-26.5 + pos: 4.2285748,30.610407 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30624 + - uid: 8458 components: - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-26.5 + rot: -1.5707963267948966 rad + pos: 4.6753826,30.418919 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30625 + - uid: 8459 components: - type: Transform rot: 3.141592653589793 rad - pos: -19.5,-27.5 + pos: 4.7179365,30.65296 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30626 + - uid: 8460 components: - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-28.5 + pos: 4.000144,30.460312 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30627 + - uid: 8487 components: - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-29.5 + pos: 3.420064,30.546577 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30629 + - type: Paper + content: >- + ----------------------------------Черновик---------------------------------- + + + Всех приветствую! С вами репортёр Керн Грей, и сегодня мы поговорим и возьмём интервью у нашего капитана. + + Главные вопросы интервью: + + Здраствуйте капитан, а как вы попали на свою должность? + + А сколько вы зарабатываете за смену? + + Тяжело ли работать капитаном? + + У вас уже есть личный крейсер? Только честно! + + Использовали ли вы свою власть во своё благо? + + Думаю и после этих вопросов у СБ уже появятся ко мне вопросы, поэтому только 5. Пожелайте мне уд..... + - uid: 8863 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-30.5 + pos: 57.53701,-22.533714 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30630 + - uid: 8917 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-30.5 + pos: 40.582302,-42.48218 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30631 + - uid: 8918 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-30.5 + pos: 40.426052,-42.404057 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30632 + - uid: 9056 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-30.5 + rot: -1.5707963267948966 rad + pos: 20.418236,-60.3674 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30634 + - uid: 9057 components: - type: Transform rot: -1.5707963267948966 rad - pos: -19.5,-26.5 + pos: 20.629173,-60.5549 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30635 + - uid: 9068 components: - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,-27.5 + pos: 37.60755,4.5037785 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30636 + - uid: 9274 components: - type: Transform rot: 3.141592653589793 rad - pos: -18.5,-28.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30638 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-29.5 + pos: 24.125702,-59.544712 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30639 + - uid: 9304 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-29.5 + rot: -1.5707963267948966 rad + pos: 32.452106,-55.357807 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30640 + - uid: 9305 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-29.5 + rot: 3.141592653589793 rad + pos: 26.358356,-57.443745 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30641 + - uid: 9306 components: - type: Transform - pos: -18.5,-25.5 + rot: 3.141592653589793 rad + pos: 26.475544,-57.514057 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30643 + - uid: 9308 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-24.5 + rot: -1.5707963267948966 rad + pos: 32.52242,-55.52187 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30644 + - uid: 9410 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-24.5 + pos: 35.720978,-45.4828 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30645 + - uid: 9411 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-24.5 + pos: 35.330353,-45.57655 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30647 + - uid: 9424 components: - type: Transform - pos: -18.5,-23.5 + rot: 3.141592653589793 rad + pos: 34.517853,-45.32655 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30648 + - uid: 9425 components: - type: Transform - pos: -18.5,-22.5 + rot: 3.141592653589793 rad + pos: 34.720978,-45.248425 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30649 + - uid: 9442 components: - type: Transform - pos: -18.5,-21.5 + pos: 37.3888,4.6600285 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30650 + - uid: 9513 components: - type: Transform - pos: -18.5,-20.5 + rot: 3.141592653589793 rad + pos: 23.985077,-59.435337 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30651 + - uid: 9672 components: - type: Transform - pos: -18.5,-19.5 + rot: 3.141592653589793 rad + pos: -4.2040935,28.63934 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30652 + - uid: 9673 components: - type: Transform - pos: -18.5,-18.5 + rot: 3.141592653589793 rad + pos: -4.3603435,28.561214 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30653 + - uid: 9674 components: - type: Transform - pos: -18.5,-17.5 + rot: 3.141592653589793 rad + pos: -4.1103435,28.45184 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30654 + - uid: 9772 components: - type: Transform - pos: -18.5,-16.5 + rot: 3.141592653589793 rad + pos: 40.988968,-58.459785 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30656 + - type: Paper + stampState: paper_stamp-ce + stampedBy: + - stampedColor: '#C69B17FF' + stampedName: stamp-component-stamped-name-ce + content: > + Форма NT-ENG-REP + + Отчет о ситуации в южных технических тоннелях + + + Я как Старший инженер станции Спектр хочу вам сообщить. В общем, если не расписывать, то тут трындец. Все буквально заросло растениями выросли какие-то кристаллы и тут начали активно процветать космогрибы. Скажу чёстно я виг знает, как это убирать нормально. Повезло хоть то, что они энерго сеть не трогают и все работает пока нормально. Тут было довольно много бутылок... химики сказали, что это какой-то мутаген, но я виг знает. Ботаники говорят, что должен помочь космоотчиститель, но еще не проверяли. Могу предположить, что какой-то болван решил тут устроить свой мини садик, но что-то пошло не так. Также у нас в этих технических тоннелей пропало 3 дионы… и это трындец.. + - uid: 10088 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-15.5 + rot: 3.141592653589793 rad + pos: 25.616201,70.63181 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30657 + - uid: 10137 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-15.5 + rot: 3.141592653589793 rad + pos: -4.5493283,47.60022 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30658 + - uid: 10178 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-15.5 + pos: -2.7368286,50.60022 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30659 + - uid: 10179 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-15.5 + pos: -2.6014118,50.5273 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30660 + - uid: 10228 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-15.5 + pos: 32.718334,26.718077 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30662 + - uid: 10229 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-14.5 + pos: 32.51521,26.593077 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30663 + - uid: 10250 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-14.5 + rot: 3.141592653589793 rad + pos: 43.56493,40.745155 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30664 + - uid: 10251 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-14.5 + rot: 3.141592653589793 rad + pos: 43.78368,40.557655 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30666 + - uid: 10523 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,-13.5 + pos: 44.370766,59.481857 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30669 + - uid: 10524 components: - type: Transform - pos: -37.5,-39.5 + pos: 44.44889,59.700607 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30670 + - uid: 10525 components: - type: Transform - pos: -37.5,-40.5 + pos: 44.60514,59.466232 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30671 + - uid: 10775 components: - type: Transform - pos: -37.5,-41.5 + rot: 1.5707963267948966 rad + pos: -4.2781296,45.589603 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30672 + - uid: 10776 components: - type: Transform - pos: -37.5,-42.5 + rot: 1.5707963267948966 rad + pos: -4.371879,45.652103 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30673 + - uid: 11159 components: - type: Transform - pos: -37.5,-43.5 + pos: -4.6034636,-57.390957 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30674 + - uid: 11281 components: - type: Transform - pos: -37.5,-44.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30675 + parent: 10959 + - type: Paper + stampState: paper_stamp-centcom + stampedBy: + - stampedColor: '#006600FF' + stampedName: stamp-component-stamped-name-centcom + content: > + [color=#1b487e]███░███░░░░██░░░░[/color] + + [color=#1b487e]░██░████░░░██░░░░[/color] [head=3]Бланк документа[/head] + + [color=#1b487e]░░█░██░██░░██░█░░[/color] [head=3]NanoTrasen[/head] + + [color=#1b487e]░░░░██░░██░██░██░[/color] [bold]Station Spectrum ЦК-СБ[/bold] + + [color=#1b487e]░░░░██░░░████░███[/color] + + ============================================= + Разрешение на пытки + ============================================= + + Дата: 15.12.3023 + + Составитель документа: Маер Антигленс + + Должность составителя: НШЦК + + + Внимание! Всем станциям типа Spectrum в связи с чрезвычайным положением дел и наблюдением на объектах диверсий. Приказ о разрешение на пытки любыми методами вступает в силу. + + + С данных пор, всему составу СБ, при задержании от 2XX статей КЗ разрешается проводить не полу смертельные пытки с целью выявления информации. Начиная с 3XX статей КЗ разрешаются применять любые меры по получению информации у задержанного. + + ============================================= + [italic]Место для печатей[/italic] + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 11332 components: - type: Transform - pos: -37.5,-45.5 + rot: -1.5707963267948966 rad + pos: 30.40512,48.57354 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30677 + - uid: 11338 components: - type: Transform - pos: -10.5,-51.5 + rot: 3.141592653589793 rad + pos: 32.514313,48.65756 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30683 + - uid: 11339 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,62.5 + rot: 3.141592653589793 rad + pos: 32.342438,48.59506 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30684 + - uid: 11341 components: - type: Transform rot: -1.5707963267948966 rad - pos: -0.5,62.5 + pos: 34.512836,47.500763 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30685 + - uid: 11636 components: - type: Transform rot: -1.5707963267948966 rad - pos: -1.5,62.5 + pos: 53.544888,28.729881 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30686 + - uid: 11637 components: - type: Transform rot: -1.5707963267948966 rad - pos: -2.5,62.5 + pos: 53.419888,28.604881 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30687 + - uid: 11667 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,62.5 + pos: -29.787827,55.62448 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30688 + - uid: 11713 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,62.5 + rot: 3.141592653589793 rad + pos: -63.479195,-15.568947 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30689 + - uid: 11714 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,62.5 + rot: 3.141592653589793 rad + pos: -63.666695,-15.381447 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30690 + - uid: 12058 components: - type: Transform rot: -1.5707963267948966 rad - pos: -6.5,62.5 + pos: 54.644176,22.06614 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30694 + - uid: 12059 components: - type: Transform rot: -1.5707963267948966 rad - pos: -7.5,62.5 + pos: 54.456676,21.988014 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30704 + - uid: 12060 components: - type: Transform rot: -1.5707963267948966 rad - pos: -9.5,62.5 + pos: 54.56605,22.03489 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30705 + - uid: 12066 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,62.5 + pos: 56.5973,20.738014 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30706 + - uid: 12067 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,62.5 + pos: 56.675426,20.53489 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30707 + - uid: 12072 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,62.5 + rot: 3.141592653589793 rad + pos: 56.664772,24.778402 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30710 + - uid: 12078 components: - type: Transform rot: 3.141592653589793 rad - pos: -13.5,61.5 + pos: 56.321022,24.575277 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30712 + - uid: 12088 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,42.5 + rot: 3.141592653589793 rad + pos: 56.430397,24.544027 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30714 + - uid: 12089 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,43.5 + rot: 3.141592653589793 rad + pos: 56.414772,24.559652 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30784 + - uid: 12090 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,39.5 + pos: 57.633522,20.68205 parent: 2 - - uid: 31025 + - uid: 12129 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -76.5,57.5 + rot: 3.141592653589793 rad + pos: 57.677128,24.612928 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 31760 + - uid: 12245 components: - type: Transform - pos: -71.5,58.5 + pos: 37.185677,4.6287785 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 31968 + - uid: 12443 components: - type: Transform rot: 1.5707963267948966 rad - pos: -16.5,20.5 + pos: 48.68698,41.857563 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 32571 + - uid: 12444 components: - type: Transform rot: 1.5707963267948966 rad - pos: -15.5,20.5 + pos: 48.546356,41.779438 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33169 + - uid: 12461 components: - type: Transform rot: 1.5707963267948966 rad - pos: 34.5,-20.5 + pos: 48.577568,43.671432 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33170 + - uid: 12532 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-20.5 + pos: -32.294533,38.440308 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33172 + - uid: 12533 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-24.5 + pos: -32.294533,38.440308 parent: 2 - - uid: 33176 + - uid: 12534 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,-24.5 + pos: -32.294533,38.440308 parent: 2 - - uid: 33210 + - uid: 12993 components: - type: Transform rot: -1.5707963267948966 rad - pos: -12.5,42.5 + pos: 42.952503,9.34425 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33213 + - uid: 12997 components: - type: Transform rot: 1.5707963267948966 rad - pos: -20.5,20.5 + pos: 45.231903,9.22532 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33221 + - uid: 13000 components: - type: Transform - pos: -11.5,41.5 + rot: 3.141592653589793 rad + pos: 42.992146,10.434439 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33222 + - uid: 13002 components: - type: Transform - pos: -11.5,40.5 + pos: 44.042652,9.562287 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33223 + - uid: 13045 components: - type: Transform - pos: -12.5,42.5 + pos: 54.285397,-23.358324 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33225 + - type: Paper + stampState: paper_stamp-chaplain + stampedBy: + - stampedColor: '#D70601FF' + stampedName: stamp-component-stamped-name-chaplain + - stampedColor: '#00BE00FF' + stampedName: stamp-component-stamped-name-approved + - stampedColor: '#006600FF' + stampedName: stamp-component-stamped-name-centcom + content: >- + Форма NT-NT14 Spectrum-SEC-PMT + + Разрешение на ношение оружия + + Должность: Священник + + Причина: Быть рукой господа и для защиты божьего дома. + + Тип оружия: двуствольное ружьё. + + Вид патронов и их количество: + + 1 коробка травматических патронов (.50). + + Я, нижеподписавшийся, заявляю, что никогда не использую выданное мне оружие в корыстных целях, а только в целях самообороны. + + Место для печатей. + - uid: 13255 components: - type: Transform - pos: -12.5,41.5 + rot: -1.5707963267948966 rad + pos: 42.238953,8.333348 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33226 + - uid: 13285 components: - type: Transform - pos: -12.5,40.5 + pos: 21.58898,40.540886 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33227 + - uid: 13287 components: - type: Transform - pos: -12.5,39.5 + pos: 21.424917,40.77526 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33228 + - uid: 13539 components: - type: Transform - pos: -12.5,38.5 + pos: -42.961517,-36.52345 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33232 + - uid: 13571 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,37.5 + pos: 67.437614,5.5191536 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33302 + - uid: 14037 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,-7.5 + rot: 3.141592653589793 rad + pos: -34.381393,48.579357 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33303 + - uid: 14042 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,-7.5 + rot: 3.141592653589793 rad + pos: -34.470566,48.63882 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33304 + - uid: 14304 components: - type: Transform rot: -1.5707963267948966 rad - pos: 48.5,-7.5 + pos: 44.082294,10.414617 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33305 + - uid: 14563 components: - type: Transform rot: -1.5707963267948966 rad - pos: 47.5,-7.5 + pos: -41.499092,-3.4761703 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33306 + - uid: 14564 components: - type: Transform rot: -1.5707963267948966 rad - pos: 46.5,-7.5 + pos: -41.749092,-3.0230453 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33307 + - uid: 24203 components: - type: Transform rot: -1.5707963267948966 rad - pos: 45.5,-7.5 + pos: -60.06423,77.23238 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33308 + - uid: 27077 components: - type: Transform rot: -1.5707963267948966 rad - pos: 44.5,-7.5 + pos: 30.38632,58.719666 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33309 + - uid: 27078 components: - type: Transform rot: -1.5707963267948966 rad - pos: 43.5,-7.5 + pos: 30.534937,58.54127 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33310 + - uid: 27079 components: - type: Transform rot: -1.5707963267948966 rad - pos: 42.5,-7.5 + pos: 30.326872,58.362877 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33311 + - uid: 27080 components: - type: Transform rot: -1.5707963267948966 rad - pos: 41.5,-7.5 + pos: 30.326872,58.303413 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33312 + - uid: 27269 components: - type: Transform rot: -1.5707963267948966 rad - pos: 40.5,-7.5 + pos: 29.34132,22.376661 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33313 + - uid: 27270 components: - type: Transform rot: -1.5707963267948966 rad - pos: 42.5,-5.5 + pos: 29.400768,22.049604 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33314 + - uid: 27271 components: - type: Transform rot: -1.5707963267948966 rad - pos: 43.5,-5.5 + pos: 29.371044,21.87121 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33315 + - uid: 27272 components: - type: Transform rot: -1.5707963267948966 rad - pos: 44.5,-5.5 + pos: 29.311596,21.841478 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33316 + - uid: 27465 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,-5.5 + rot: 1.5707963267948966 rad + pos: -62.633087,1.8263582 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33317 + - uid: 27466 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-5.5 + rot: 1.5707963267948966 rad + pos: -62.336212,1.4357332 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33318 + - uid: 27499 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,-5.5 + rot: 3.141592653589793 rad + pos: -56.433575,27.530231 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33319 + - uid: 27500 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,-5.5 + rot: 3.141592653589793 rad + pos: -56.55247,27.5005 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33320 + - uid: 27501 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,-5.5 + rot: 3.141592653589793 rad + pos: -56.70109,27.5005 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33321 + - uid: 31264 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,-5.5 + pos: 2.5666199,11.487305 + parent: 30892 + - uid: 31265 + components: + - type: Transform + pos: 5.613495,11.487305 + parent: 30892 + - uid: 31266 + components: + - type: Transform + pos: 8.613495,11.50293 + parent: 30892 + - uid: 32861 + components: + - type: Transform + pos: -14.725464,-6.5466766 + parent: 14592 + - type: Paper + content: >- + Я старался как мог... + + Но мне это не осилить... + - uid: 33494 + components: + - type: Transform + pos: -2.6333628,-53.257805 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33322 + - uid: 33495 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,-5.5 + pos: -2.6333628,-53.257805 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33323 + - uid: 33496 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,-5.5 + pos: -2.6333628,-53.257805 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33324 + - uid: 33497 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,-5.5 + pos: -2.6333628,-53.257805 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33327 + - uid: 33498 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-7.5 + pos: -2.6333628,-53.257805 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33328 + - uid: 33499 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-7.5 + pos: -2.6333628,-53.257805 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33329 + - uid: 33939 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-7.5 + rot: -1.5707963267948966 rad + pos: -54.38204,-21.034626 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33330 + - uid: 33940 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-7.5 + rot: -1.5707963267948966 rad + pos: -54.491413,-21.362751 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33331 + - uid: 33941 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,-7.5 + rot: -1.5707963267948966 rad + pos: -54.303913,-21.472126 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33332 + - uid: 35071 components: - type: Transform rot: 1.5707963267948966 rad - pos: 31.5,-7.5 + pos: 67.30859,28.008066 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33333 + - uid: 35072 components: - type: Transform rot: 1.5707963267948966 rad - pos: 30.5,-7.5 + pos: 67.41797,27.851816 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33334 + - uid: 35073 components: - type: Transform rot: 1.5707963267948966 rad - pos: 29.5,-7.5 + pos: 67.74609,28.101816 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33335 + - uid: 35090 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,-7.5 + rot: 3.141592653589793 rad + pos: 61.543884,27.678679 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33336 + - uid: 35091 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,-7.5 + rot: 3.141592653589793 rad + pos: 61.450134,27.553679 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33337 + - uid: 35092 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-7.5 + rot: 3.141592653589793 rad + pos: 61.731384,27.506804 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33338 + - uid: 35143 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-5.5 + pos: 56.214657,50.66601 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33339 + - uid: 35144 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-5.5 + pos: 56.44903,50.400387 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33340 + - uid: 35145 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,-5.5 + pos: 56.527157,50.587887 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33341 + - uid: 35449 components: - type: Transform rot: 1.5707963267948966 rad - pos: 36.5,-5.5 + pos: 57.45031,30.53878 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33342 + - uid: 35450 components: - type: Transform rot: 1.5707963267948966 rad - pos: 35.5,-5.5 + pos: 57.54406,29.960655 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33343 + - uid: 35451 components: - type: Transform rot: 1.5707963267948966 rad - pos: 34.5,-5.5 + pos: 57.35656,29.429405 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33344 + - uid: 35452 components: - type: Transform rot: 1.5707963267948966 rad - pos: 33.5,-5.5 + pos: 57.528435,28.97628 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33345 + - uid: 35453 components: - type: Transform rot: 1.5707963267948966 rad - pos: 32.5,-5.5 + pos: 57.57531,28.63253 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33346 + - uid: 36435 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,-5.5 + pos: -87.65925,82.54161 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33347 + - uid: 36440 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,-5.5 + pos: -87.62494,82.69936 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33348 + - uid: 36751 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-5.5 + rot: 3.141592653589793 rad + pos: 32.425312,28.76434 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33349 + - uid: 36752 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,-5.5 + rot: 3.141592653589793 rad + pos: 32.312286,28.605968 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33350 + - uid: 36753 components: - type: Transform - pos: 25.5,-6.5 + rot: 3.141592653589793 rad + pos: 32.108845,28.741714 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33351 + - uid: 42909 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-4.5 + rot: 3.141592653589793 rad + pos: 43.190353,8.293705 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33352 + - uid: 42913 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,-4.5 + pos: 41.386658,8.531564 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33360 + - uid: 42992 components: - type: Transform rot: 3.141592653589793 rad - pos: -54.5,49.5 + pos: 42.080387,9.245141 parent: 2 - - uid: 33362 + - uid: 43003 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,50.5 + pos: 41.92182,10.2164 parent: 2 - - uid: 33363 + - uid: 43004 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,50.5 + rot: 1.5707963267948966 rad + pos: 43.249817,10.097471 parent: 2 - - uid: 33364 +- proto: PaperBin10 + entities: + - uid: 4914 components: - type: Transform rot: -1.5707963267948966 rad - pos: -57.5,50.5 + pos: -13.5,-16.5 parent: 2 - - uid: 33365 + - uid: 5498 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,50.5 + pos: -40.5,-54.5 parent: 2 - - uid: 33366 + - uid: 5673 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,50.5 + pos: -5.5,-41.5 parent: 2 - - uid: 33368 + - uid: 6742 components: - type: Transform - pos: -60.5,49.5 + rot: 3.141592653589793 rad + pos: 13.5,-18.5 parent: 2 - - uid: 33369 + - uid: 6776 components: - type: Transform - pos: -66.5,25.5 + rot: 1.5707963267948966 rad + pos: 22.5,-20.5 parent: 2 - - uid: 33372 + - uid: 7415 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,-4.5 + rot: 1.5707963267948966 rad + pos: -1.5,-28.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33376 + - uid: 8107 components: - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,21.5 + pos: -17.5,14.5 parent: 2 - - uid: 33387 + - uid: 8164 components: - type: Transform rot: -1.5707963267948966 rad - pos: 23.5,-4.5 + pos: -50.5,30.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33452 + - uid: 8319 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,-4.5 + rot: 3.141592653589793 rad + pos: 10.5,55.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33453 + - uid: 8845 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-4.5 + rot: 1.5707963267948966 rad + pos: 58.5,-20.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33454 + - uid: 8919 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-4.5 + pos: 39.5,-42.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33455 + - uid: 10377 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-4.5 + pos: -22.5,-26.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33456 + - uid: 10461 components: - type: Transform rot: -1.5707963267948966 rad - pos: 18.5,-4.5 + pos: -26.5,22.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33457 + - uid: 10551 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-4.5 + rot: 1.5707963267948966 rad + pos: 45.5,53.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33458 + - uid: 10778 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-4.5 + rot: 3.141592653589793 rad + pos: -4.5,41.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33459 + - uid: 13441 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-4.5 + pos: -42.5,-36.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33481 + - uid: 13588 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-4.5 + pos: 60.5,-2.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33510 + - uid: 27076 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-4.5 + pos: 30.5,56.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33511 + - uid: 27274 components: - type: Transform rot: -1.5707963267948966 rad - pos: 12.5,-4.5 + pos: 29.5,20.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33512 + - uid: 33942 components: - type: Transform rot: -1.5707963267948966 rad - pos: 11.5,-4.5 + pos: -56.5,-19.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33513 +- proto: PaperBin5 + entities: + - uid: 11181 components: - type: Transform rot: -1.5707963267948966 rad - pos: 10.5,-4.5 + pos: 5.5,-59.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33514 + - uid: 11331 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-4.5 + pos: 33.5,48.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33515 + - uid: 11584 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-4.5 + pos: 40.5,19.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33516 + - uid: 26900 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-4.5 + rot: 3.141592653589793 rad + pos: 41.5,-31.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33517 +- proto: PaperCaptainsThoughts + entities: + - uid: 12719 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-4.5 + pos: 13.6344185,-33.38214 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33518 + - uid: 32189 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-4.5 + pos: 13.7125435,-33.304016 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33519 + - uid: 32190 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-4.5 + pos: 13.5719185,-33.44464 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33520 + - uid: 32191 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-4.5 + pos: 13.4781685,-33.50714 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33521 + - uid: 32192 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-4.5 + pos: 13.4000435,-33.585266 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33522 + - uid: 32193 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-4.5 + pos: 12.9000435,-33.53839 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33523 + - uid: 32194 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-4.5 + pos: 12.9625435,-33.53839 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33524 + - uid: 32196 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-4.5 + pos: 13.0250435,-33.53839 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33525 +- proto: PaperCNCSheet + entities: + - uid: 9810 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-4.5 + pos: 8.953623,46.54107 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33526 + - uid: 9812 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-4.5 + pos: 9.891123,46.57232 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33528 + - uid: 9813 components: - type: Transform rot: -1.5707963267948966 rad - pos: -4.5,-4.5 + pos: 8.406748,47.19732 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33529 + - uid: 9814 components: - type: Transform rot: -1.5707963267948966 rad - pos: -5.5,-4.5 + pos: 8.437998,48.10357 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33530 + - uid: 9815 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-4.5 + rot: 3.141592653589793 rad + pos: 9.078623,48.60357 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33531 + - uid: 9816 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-4.5 + rot: 3.141592653589793 rad + pos: 9.828623,48.60357 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33532 + - uid: 9817 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-4.5 + rot: 1.5707963267948966 rad + pos: 10.547373,48.087944 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33533 + - uid: 9818 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-4.5 + rot: 1.5707963267948966 rad + pos: 10.516123,47.431694 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33534 + - uid: 10071 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-4.5 + rot: 3.141592653589793 rad + pos: 25.991201,69.49119 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33535 + - uid: 10073 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-4.5 + rot: 3.141592653589793 rad + pos: 26.084951,69.91306 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33536 +- proto: PaperOffice + entities: + - uid: 5609 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-4.5 + rot: 1.5707963267948966 rad + pos: -9.264025,-42.35671 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33537 + - uid: 5645 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-4.5 + pos: -2.249653,-46.561768 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33538 + - uid: 5646 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-4.5 + pos: -2.249653,-46.561768 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33539 + - uid: 5647 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,-4.5 + pos: -2.249653,-46.561768 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33540 + - uid: 5648 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-4.5 + pos: -2.249653,-46.561768 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33541 + - uid: 5649 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-4.5 + pos: -2.249653,-46.561768 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33542 + - uid: 5650 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-4.5 + pos: -2.249653,-46.561768 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33543 + - uid: 5651 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-4.5 + pos: -2.249653,-46.561768 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33544 + - uid: 5652 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-4.5 + pos: -2.249653,-46.561768 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33545 + - uid: 5653 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-4.5 + pos: -2.249653,-46.561768 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33546 + - uid: 5654 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-4.5 + pos: -2.249653,-46.561768 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33547 + - uid: 5655 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-4.5 + pos: -2.249653,-46.561768 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33548 + - uid: 5656 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-4.5 + pos: -2.249653,-46.561768 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33549 + - uid: 5657 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-4.5 + pos: -2.249653,-46.561768 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33550 + - uid: 5658 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-4.5 + pos: -2.249653,-46.561768 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33551 + - uid: 5659 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-4.5 + pos: -2.249653,-46.561768 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33552 + - uid: 5693 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-5.5 + rot: 3.141592653589793 rad + pos: -8.423538,-46.304924 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33553 + - uid: 5694 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-5.5 + rot: 3.141592653589793 rad + pos: -8.698727,-46.415 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33554 + - uid: 5695 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-5.5 + rot: 3.141592653589793 rad + pos: -8.3685,-46.543423 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33555 + - uid: 8197 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-5.5 + pos: -47.41418,35.70698 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33556 + - uid: 8198 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-5.5 + pos: -47.28918,35.597607 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33557 + - uid: 8199 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-5.5 + pos: -47.461056,35.503857 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33558 + - uid: 9323 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-5.5 + pos: -18.448532,-43.461872 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33559 + - type: Paper + stampState: paper_stamp-rd + stampedBy: + - stampedColor: '#1F66A0FF' + stampedName: stamp-component-stamped-name-rd + - stampedColor: '#006600FF' + stampedName: stamp-component-stamped-name-centcom + - stampedColor: '#00BE00FF' + stampedName: stamp-component-stamped-name-approved + content: >- + Форма NT-RND-СС-ORD + + Запрос на проведение операций + + Я, в должности Научного Руководителя, прошу разрешение на проведение научным отделом процедур эвтаназии. + + С последствиями данного решения ознакомлен, лекцию от главного врача прослушал. По окончании процедур мозг должен быть погружен в борга. + + Услуги эвтаназии не классифицированы NanoTrasen, как несущие экономические убытки и будут проводиться только добровольно. + + Место для печатей + - uid: 10549 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-5.5 + rot: 3.141592653589793 rad + pos: 46.76493,52.65004 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33560 + - uid: 10554 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-5.5 + rot: 3.141592653589793 rad + pos: 46.624306,52.446915 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33561 + - uid: 10556 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-5.5 + rot: 3.141592653589793 rad + pos: 46.38993,52.634415 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33562 + - uid: 10768 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-5.5 + pos: -3.3093793,41.652283 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33563 + - uid: 10780 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-5.5 + pos: -3.2156293,41.464783 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33564 + - uid: 10781 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-5.5 + pos: -3.4656293,41.542908 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33565 + - uid: 13589 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,-5.5 + pos: 59.3864,-2.3533242 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33566 + - uid: 13590 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-5.5 + pos: 59.54698,-2.4847748 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33567 + - uid: 30790 components: - type: Transform rot: -1.5707963267948966 rad - pos: -13.5,-5.5 + pos: -16.447681,32.198048 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33568 + - uid: 30791 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.432056,32.135548 + parent: 2 + - uid: 30792 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-5.5 + rot: 1.5707963267948966 rad + pos: -12.760181,31.729298 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33569 + - uid: 30793 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-5.5 + rot: 3.141592653589793 rad + pos: -14.791431,32.651173 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33570 + - uid: 30794 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-5.5 + rot: 3.141592653589793 rad + pos: -14.572681,32.541798 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33571 + - uid: 30795 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-5.5 + pos: -15.541431,31.588673 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33572 + - uid: 30796 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-5.5 + pos: -15.869556,31.666798 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33573 + - uid: 33500 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-5.5 + pos: -2.3989878,-53.33593 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33574 + - uid: 33501 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-5.5 + pos: -2.3989878,-53.33593 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33575 + - uid: 33502 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-5.5 + pos: -2.3989878,-53.33593 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33576 + - uid: 33503 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-5.5 + pos: -2.3989878,-53.33593 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33577 + - uid: 33504 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-5.5 + pos: -2.3989878,-53.33593 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33578 + - uid: 33505 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-5.5 + pos: -2.3989878,-53.33593 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33579 + - uid: 33506 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-5.5 + pos: -2.3989878,-53.33593 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33580 +- proto: PaperRolling + entities: + - uid: 11556 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-5.5 + pos: 58.861626,-34.597237 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33581 + - uid: 12399 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-5.5 + pos: -31.60393,-7.5969048 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33582 +- proto: ParticleAcceleratorComputerCircuitboard + entities: + - uid: 36818 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33583 + parent: 36811 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ParticleAcceleratorControlBox + entities: + - uid: 36362 components: - type: Transform rot: -1.5707963267948966 rad - pos: 2.5,-5.5 + pos: -62.5,83.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33584 +- proto: ParticleAcceleratorEmitterForeUnfinished + entities: + - uid: 36363 components: - type: Transform rot: -1.5707963267948966 rad - pos: 3.5,-5.5 + pos: -65.5,85.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33586 +- proto: ParticleAcceleratorPowerBox + entities: + - uid: 36364 components: - type: Transform rot: -1.5707963267948966 rad - pos: 5.5,-5.5 + pos: -64.5,85.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33587 +- proto: PartRodMetal + entities: + - uid: 7379 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-5.5 + pos: -37.10466,14.672473 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33588 + - uid: 7380 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-5.5 + pos: -37.10466,14.672473 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33589 + - uid: 7381 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-5.5 + pos: -37.10466,14.672473 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33590 + - uid: 7382 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-5.5 + pos: -37.10466,14.672473 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33591 + - uid: 7383 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-5.5 + pos: -37.10466,14.672473 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33592 + - uid: 7463 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-5.5 + pos: -27.558155,36.61276 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33593 + - uid: 8186 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-5.5 + pos: -43.194054,37.660107 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33594 + - uid: 8187 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-5.5 + pos: -43.194054,37.660107 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33595 + - uid: 9554 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-5.5 + pos: -28.528172,9.559305 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33596 + - uid: 9555 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-5.5 + pos: -28.528172,9.559305 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33597 + - uid: 10105 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-5.5 + pos: -27.583063,-62.73218 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33598 +- proto: PartRodMetal1 + entities: + - uid: 1862 components: - type: Transform rot: -1.5707963267948966 rad - pos: 17.5,-5.5 + pos: -11.721912,47.588623 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33599 + - uid: 1864 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-5.5 + rot: 1.5707963267948966 rad + pos: -7.128163,48.291748 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33600 + - uid: 1866 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-5.5 + pos: -7.5266004,43.604248 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33601 + - uid: 1868 components: - type: Transform rot: -1.5707963267948966 rad - pos: 20.5,-5.5 + pos: -7.4328504,38.588623 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33602 + - uid: 1870 components: - type: Transform rot: -1.5707963267948966 rad - pos: 21.5,-5.5 + pos: -4.7141004,36.432373 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33603 + - uid: 9481 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,-5.5 + pos: -56.649525,5.668337 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33604 + - uid: 9488 components: - type: Transform rot: -1.5707963267948966 rad - pos: 23.5,-5.5 + pos: -53.625523,21.089968 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33605 + - uid: 10644 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,-5.5 + pos: -54.81619,14.888328 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33690 + - uid: 11020 components: - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,-20.5 + pos: 59.80856,-33.57094 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33691 + - uid: 11021 components: - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,-19.5 + rot: -1.5707963267948966 rad + pos: 59.62106,-30.055313 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33692 + - uid: 11023 components: - type: Transform rot: 3.141592653589793 rad - pos: 32.5,-18.5 + pos: 61.65231,-28.727188 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33693 + - uid: 11436 components: - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,-17.5 + pos: 53.551346,-42.405945 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33694 + - uid: 11463 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-20.5 + rot: -1.5707963267948966 rad + pos: 56.029198,-30.359934 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33695 + - uid: 11464 components: - type: Transform rot: 3.141592653589793 rad - pos: 34.5,-19.5 + pos: 60.451073,-25.766184 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33696 + - uid: 11466 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-18.5 + rot: -1.5707963267948966 rad + pos: 66.86984,-12.947062 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33697 + - uid: 11467 components: - type: Transform rot: 3.141592653589793 rad - pos: 34.5,-17.5 + pos: 62.260468,-9.662397 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 34215 + - uid: 11468 components: - type: Transform - pos: -29.5,-4.5 + rot: 1.5707963267948966 rad + pos: 60.479218,-8.474897 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 34740 + - uid: 11469 components: - type: Transform rot: 1.5707963267948966 rad - pos: -22.5,22.5 + pos: 58.291718,-7.2561474 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 34746 + - uid: 11470 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,20.5 + pos: 55.86473,-36.65606 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35111 + - uid: 11471 components: - type: Transform rot: -1.5707963267948966 rad - pos: 60.5,49.5 + pos: 49.52069,-45.46502 parent: 2 - - uid: 35112 + - uid: 11766 components: - type: Transform rot: -1.5707963267948966 rad - pos: 60.5,50.5 + pos: 16.217415,31.358315 parent: 2 - - uid: 35113 + - uid: 12661 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 58.5,50.5 + pos: 15.801178,30.525806 parent: 2 - - uid: 35114 + - uid: 12776 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 58.5,49.5 + pos: 19.33266,27.488665 parent: 2 - - uid: 35115 + - uid: 24228 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 57.5,49.5 + pos: -64.36289,83.55347 parent: 2 - - uid: 35116 + - uid: 36372 components: - type: Transform rot: -1.5707963267948966 rad - pos: 56.5,49.5 + pos: -66.05039,85.00659 parent: 2 - - uid: 35117 + - uid: 39574 components: - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,50.5 - parent: 2 - - uid: 35118 + pos: 30.534122,-27.368511 + parent: 36907 + - uid: 39575 components: - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,51.5 - parent: 2 - - uid: 35119 + pos: 31.460926,-25.42281 + parent: 36907 + - uid: 39576 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,51.5 - parent: 2 - - uid: 35214 + pos: 20.46729,11.440983 + parent: 36907 + - uid: 39577 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35215 + pos: 18.71729,12.364808 + parent: 36907 +- proto: PassengerIDCard + entities: + - uid: 4621 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35216 + parent: 10940 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: Pen + entities: + - uid: 1334 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,31.5 + pos: 36.373177,3.9100285 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35217 + - uid: 3453 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,32.5 + pos: 32.298466,26.644136 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35218 + - uid: 4913 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,33.5 + rot: -1.5707963267948966 rad + pos: -14.038021,-16.500635 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35219 + - uid: 5629 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,34.5 + rot: 1.5707963267948966 rad + pos: -9.326525,-42.38796 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35220 + - uid: 5674 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,31.5 + pos: -5.111613,-41.59003 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35221 + - uid: 5675 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,32.5 + pos: -5.056575,-41.443264 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35222 + - uid: 5676 components: - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,31.5 + pos: -5.056575,-41.27815 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35223 + - uid: 5692 components: - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,32.5 + rot: 1.5707963267948966 rad + pos: -9.157373,-46.139812 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35224 + - uid: 5746 components: - type: Transform rot: 3.141592653589793 rad - pos: 57.5,29.5 + pos: -6.6113853,-36.920475 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35225 + - uid: 5747 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,30.5 + rot: 1.5707963267948966 rad + pos: -4.299803,-36.975513 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35226 + - uid: 5748 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,31.5 + pos: -5.16206,-37.56258 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35227 + - uid: 6108 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,32.5 + rot: -1.5707963267948966 rad + pos: 13.983355,-33.526077 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35228 + - uid: 6179 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,33.5 + rot: -1.5707963267948966 rad + pos: 8.880041,-37.55618 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35229 + - uid: 6307 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,34.5 + rot: -1.5707963267948966 rad + pos: 44.813614,35.357025 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35234 + - uid: 6746 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,35.5 + pos: 13.437098,-16.902897 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35235 + - uid: 6766 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,35.5 + rot: 3.141592653589793 rad + pos: 20.523838,-17.700182 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35236 + - uid: 6895 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,33.5 + rot: -1.5707963267948966 rad + pos: 20.240797,-11.514357 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35237 + - uid: 7414 components: - type: Transform rot: 1.5707963267948966 rad - pos: 57.5,33.5 + pos: 0.7298142,-27.313375 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35238 + - uid: 8114 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,33.5 + rot: -1.5707963267948966 rad + pos: -14.976831,14.758589 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35239 + - uid: 8308 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 60.5,33.5 + rot: -1.5707963267948966 rad + pos: 4.6965528,39.675323 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35240 + - uid: 8320 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 61.5,33.5 + rot: 3.141592653589793 rad + pos: 11.575693,55.411648 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35242 + - uid: 8486 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 63.5,33.5 + rot: -1.5707963267948966 rad + pos: 3.7179365,30.71679 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35243 + - uid: 8612 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,33.5 + pos: 33.256516,38.38528 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35244 + - uid: 8861 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 65.5,33.5 + pos: 57.771053,-22.299673 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35245 + - uid: 8920 components: - type: Transform rot: 1.5707963267948966 rad - pos: 66.5,33.5 + pos: 40.269802,-42.51343 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35246 + - uid: 9493 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 67.5,33.5 + pos: 34.345978,-45.19458 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35247 + - uid: 9495 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,35.5 + rot: 3.141592653589793 rad + pos: 35.689728,-45.585205 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35248 + - uid: 9497 components: - type: Transform rot: 1.5707963267948966 rad - pos: 59.5,35.5 + pos: 34.658478,-45.63208 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35250 + - uid: 9519 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 61.5,35.5 + rot: -1.5707963267948966 rad + pos: 28.292082,-56.269554 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35251 + - uid: 9675 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,35.5 + rot: 3.141592653589793 rad + pos: -3.9072185,28.70184 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35252 + - uid: 10089 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 63.5,35.5 + rot: 3.141592653589793 rad + pos: 25.506826,70.20994 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35253 + - uid: 10139 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,35.5 + pos: -4.7159953,47.53772 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35254 + - uid: 10253 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 65.5,35.5 + rot: -1.5707963267948966 rad + pos: 43.857094,40.81525 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35293 + - uid: 10379 components: - type: Transform - rot: 3.141592653589793 rad - pos: 60.5,42.5 + rot: 1.5707963267948966 rad + pos: -22.529617,-28.42456 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35294 + - uid: 10701 components: - type: Transform - rot: 3.141592653589793 rad - pos: 62.5,34.5 + pos: 6.2327366,42.456524 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35295 + - uid: 10777 components: - type: Transform rot: 3.141592653589793 rad - pos: 62.5,35.5 + pos: -4.418754,45.433353 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35296 + - uid: 10789 components: - type: Transform rot: 3.141592653589793 rad - pos: 62.5,36.5 + pos: -3.0593793,41.402283 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35297 + - uid: 11343 components: - type: Transform - rot: 3.141592653589793 rad - pos: 62.5,37.5 + pos: 32.128384,48.668373 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35298 + - uid: 11344 components: - type: Transform - rot: 3.141592653589793 rad - pos: 62.5,38.5 + pos: 30.413109,48.980873 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35299 + - uid: 11345 components: - type: Transform - rot: 3.141592653589793 rad - pos: 62.5,39.5 + rot: -1.5707963267948966 rad + pos: 34.472115,47.793373 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35300 + - uid: 11374 components: - type: Transform - rot: 3.141592653589793 rad - pos: 62.5,40.5 + pos: 30.392296,49.13195 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35301 + - uid: 11638 components: - type: Transform - rot: 3.141592653589793 rad - pos: 62.5,41.5 + pos: 53.3893,28.938004 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35302 + - uid: 11643 components: - type: Transform - rot: 3.141592653589793 rad - pos: 62.5,42.5 + pos: 39.455353,21.46135 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35577 + - uid: 12448 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -73.5,57.5 + pos: 48.421356,42.138813 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35689 + - uid: 12535 components: - type: Transform - pos: -82.5,72.5 + rot: 1.5707963267948966 rad + pos: -32.20921,38.341637 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35703 + - uid: 12536 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,82.5 + rot: 1.5707963267948966 rad + pos: -32.349834,38.35726 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35705 + - uid: 12751 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,76.5 + pos: -26.51396,64.7412 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35706 + - uid: 13048 components: + - type: MetaData + desc: Похоже на этой ручке засохшая кровь - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,76.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35711 + parent: 8564 + - type: Physics + canCollide: False + - uid: 13120 components: - type: Transform rot: 1.5707963267948966 rad - pos: -62.5,76.5 + pos: 41.29456,10.086763 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35712 + - uid: 13281 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,76.5 + rot: 3.141592653589793 rad + pos: 22.010855,40.470573 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35713 + - uid: 13283 components: - type: Transform - pos: -67.5,77.5 + rot: -1.5707963267948966 rad + pos: 21.940542,40.77526 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35714 + - uid: 13572 components: - type: Transform - pos: -67.5,78.5 + pos: 67.74418,5.723632 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35715 + - uid: 14493 components: - type: Transform - pos: -67.5,79.5 + pos: -31.586203,-59.449936 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35716 + - uid: 26976 components: - type: Transform - pos: -67.5,80.5 + rot: -1.5707963267948966 rad + pos: -62.336212,1.8576082 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35717 + - uid: 27276 components: - type: Transform - pos: -67.5,81.5 + rot: 1.5707963267948966 rad + pos: 29.549385,21.09817 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35718 + - uid: 27277 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -68.5,82.5 + rot: 1.5707963267948966 rad + pos: 29.400768,21.365759 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35719 + - uid: 30800 components: - type: Transform rot: -1.5707963267948966 rad - pos: -69.5,82.5 + pos: -15.650806,31.557423 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35720 + - uid: 30881 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,82.5 + rot: 3.141592653589793 rad + pos: -12.478931,32.338673 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35722 + - uid: 31267 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -75.5,81.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35723 + rot: 1.5707963267948966 rad + pos: 2.4416199,11.393555 + parent: 30892 + - uid: 31268 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -73.5,82.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35724 + rot: 1.5707963267948966 rad + pos: 5.519745,11.424805 + parent: 30892 + - uid: 31269 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -74.5,82.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35725 + rot: 1.5707963267948966 rad + pos: 8.47287,11.456055 + parent: 30892 + - uid: 33507 components: - type: Transform rot: -1.5707963267948966 rad - pos: -75.5,82.5 + pos: -2.7114878,-53.507805 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35726 + - uid: 33508 components: - type: Transform rot: -1.5707963267948966 rad - pos: -76.5,82.5 + pos: -2.5239878,-53.49218 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35727 + - uid: 33509 components: - type: Transform rot: -1.5707963267948966 rad - pos: -77.5,82.5 + pos: -2.3521128,-53.49218 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35728 + - uid: 35093 components: - type: Transform rot: -1.5707963267948966 rad - pos: -78.5,82.5 + pos: 61.71576,27.631804 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35729 + - uid: 35146 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -79.5,82.5 + pos: 55.933407,50.587887 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35730 + - uid: 35454 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -80.5,82.5 + rot: 1.5707963267948966 rad + pos: 57.66906,30.41378 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35733 + - uid: 35455 components: - type: Transform - pos: -81.5,83.5 + pos: 57.54406,28.773155 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35734 + - uid: 36750 components: - type: Transform - pos: -81.5,81.5 + rot: 1.5707963267948966 rad + pos: 32.922623,28.605968 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35735 +- proto: PenCap + entities: + - uid: 9521 components: - type: Transform - pos: -81.5,79.5 + rot: -1.5707963267948966 rad + pos: 28.792082,-56.44143 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35736 + - uid: 43104 components: - type: Transform - pos: -81.5,80.5 + rot: 3.141592653589793 rad + pos: 78.3462,33.45823 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35737 +- proto: PenHop + entities: + - uid: 9520 components: - type: Transform - pos: -82.5,76.5 + rot: -1.5707963267948966 rad + pos: 28.588957,-56.332054 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35738 + - uid: 13591 components: - type: Transform - pos: -82.5,75.5 + pos: 59.840145,-2.2510846 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35739 + - uid: 43103 components: - type: Transform - pos: -82.5,74.5 + rot: 3.141592653589793 rad + pos: 78.06495,33.55198 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35740 +- proto: PersonalAI + entities: + - uid: 5199 components: - type: Transform - pos: -82.5,71.5 + pos: -33.54395,-31.430798 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35741 + - uid: 30799 components: - type: Transform - pos: -82.5,70.5 + pos: -13.322681,32.323048 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35742 +- proto: PhoneInstrument + entities: + - uid: 6128 components: - type: Transform - pos: -82.5,69.5 + pos: 12.552374,-33.305923 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35743 + - uid: 6178 components: - type: Transform - pos: -82.5,68.5 + pos: 8.109514,-37.299335 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35744 + - uid: 8517 components: - type: Transform - pos: -82.5,67.5 + pos: 4.4838934,32.504025 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35745 +- proto: PianoInstrument + entities: + - uid: 8278 components: - type: Transform - pos: -82.5,66.5 + pos: 6.5,59.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35746 + - uid: 9981 components: - type: Transform - pos: -82.5,65.5 + rot: 1.5707963267948966 rad + pos: -25.5,-61.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35747 +- proto: Pickaxe + entities: + - uid: 15045 components: - type: Transform - pos: -82.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35748 + pos: 0.50213623,5.59268 + parent: 14592 + - uid: 15759 components: - type: Transform - pos: -82.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35752 + rot: -1.5707963267948966 rad + pos: -7.554199,2.5507584 + parent: 14592 + - uid: 15760 components: - type: Transform rot: -1.5707963267948966 rad - pos: -78.5,58.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35753 + pos: -7.554199,2.3007584 + parent: 14592 + - uid: 15761 components: - type: Transform rot: -1.5707963267948966 rad - pos: -79.5,58.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35754 + pos: -7.366699,2.6445084 + parent: 14592 + - uid: 15762 components: - type: Transform rot: -1.5707963267948966 rad - pos: -80.5,58.5 + pos: -7.601074,2.1288834 + parent: 14592 + - uid: 16076 + components: + - type: Transform + pos: -0.5477905,17.308857 + parent: 14592 + - uid: 35644 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.16436,64.36748 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35755 + - uid: 43277 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.88269,5.6135864 + parent: 30892 + - uid: 43278 + components: + - type: Transform + pos: 18.035034,3.7059937 + parent: 30892 +- proto: Pill + entities: + - uid: 8955 components: + - type: MetaData + name: снотворное - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,58.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35756 + parent: 8926 + - type: SolutionContainerManager + solutions: + food: + temperature: 293.15 + canMix: False + canReact: True + maxVol: 20 + name: null + reagents: + - data: null + ReagentId: ChloralHydrate + Quantity: 20 + - type: Physics + canCollide: False + - uid: 8987 components: + - type: MetaData + name: снотворное - type: Transform - rot: 3.141592653589793 rad - pos: -82.5,59.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35757 + parent: 8926 + - type: SolutionContainerManager + solutions: + food: + temperature: 293.15 + canMix: False + canReact: True + maxVol: 20 + name: null + reagents: + - data: null + ReagentId: ChloralHydrate + Quantity: 20 + - type: Physics + canCollide: False + - uid: 9386 components: + - type: MetaData + name: снотворное - type: Transform - rot: 3.141592653589793 rad - pos: -82.5,60.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35758 + parent: 8926 + - type: SolutionContainerManager + solutions: + food: + temperature: 293.15 + canMix: False + canReact: True + maxVol: 20 + name: null + reagents: + - data: null + ReagentId: ChloralHydrate + Quantity: 20 + - type: Physics + canCollide: False + - uid: 9409 components: + - type: MetaData + name: снотворное - type: Transform - rot: 3.141592653589793 rad - pos: -82.5,61.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35765 + parent: 8926 + - type: SolutionContainerManager + solutions: + food: + temperature: 293.15 + canMix: False + canReact: True + maxVol: 20 + name: null + reagents: + - data: null + ReagentId: ChloralHydrate + Quantity: 20 + - type: Physics + canCollide: False + - uid: 9451 components: + - type: MetaData + name: снотворное - type: Transform - rot: 3.141592653589793 rad - pos: -81.5,78.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35768 + parent: 8926 + - type: SolutionContainerManager + solutions: + food: + temperature: 293.15 + canMix: False + canReact: True + maxVol: 20 + name: null + reagents: + - data: null + ReagentId: ChloralHydrate + Quantity: 20 + - type: Physics + canCollide: False + - uid: 10529 components: + - type: MetaData + name: снотворное - type: Transform - rot: 1.5707963267948966 rad - pos: -66.5,76.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35770 + parent: 8926 + - type: SolutionContainerManager + solutions: + food: + temperature: 293.15 + canMix: False + canReact: True + maxVol: 20 + name: null + reagents: + - data: null + ReagentId: ChloralHydrate + Quantity: 20 + - type: Physics + canCollide: False +- proto: PillAmbuzol + entities: + - uid: 7044 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -74.5,81.5 + pos: 34.649426,0.7988645 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35771 +- proto: PillBicaridine + entities: + - uid: 8935 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -73.5,81.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35772 + parent: 3438 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 8936 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,81.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35773 + parent: 3438 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 8941 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -71.5,81.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35774 + parent: 3438 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: PillCanister + entities: + - uid: 6886 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,81.5 + pos: 23.006422,-14.498732 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35775 + - uid: 6887 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -69.5,81.5 + pos: 23.209547,-14.326857 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35776 + - uid: 6888 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,80.5 + pos: 23.240797,-14.529982 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35777 + - uid: 11012 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,79.5 + pos: 58.449184,-33.07094 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35778 + - uid: 11013 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,78.5 + pos: 58.792934,-32.836563 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35779 +- proto: PillDermaline + entities: + - uid: 8949 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,77.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35780 + parent: 3438 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 8953 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,76.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35781 + parent: 3438 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 8954 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -67.5,75.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35782 + parent: 3438 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: PillIron + entities: + - uid: 7045 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -66.5,75.5 + pos: 34.7588,0.5801145 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35783 + - uid: 8943 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,75.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35784 + parent: 3438 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 8944 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -64.5,75.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35785 + parent: 3438 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 8945 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -77.5,81.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35786 + parent: 3438 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: PillSpaceDrugs + entities: + - uid: 1287 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -78.5,81.5 + pos: 58.66464,-33.87787 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35787 + - uid: 1304 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,81.5 + pos: 59.66464,-28.674746 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35788 + - uid: 1329 components: - type: Transform - pos: -80.5,80.5 + pos: 58.25839,-33.19037 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35789 + - uid: 9414 components: - type: Transform - pos: -80.5,79.5 + pos: 60.85214,-28.205996 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35792 + - uid: 11600 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,78.5 + pos: 58.35768,-32.775585 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35793 + - uid: 11604 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -82.5,78.5 + pos: 59.467056,-29.29121 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35794 +- proto: PillTricordrazine + entities: + - uid: 7046 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -86.5,78.5 + pos: 34.29005,0.7676145 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35795 +- proto: PlaqueAtmos + entities: + - uid: 1004 components: + - type: MetaData + desc: '"Данная газовая система будет готова к любым бедам. Кроме плазмы."' - type: Transform - rot: -1.5707963267948966 rad - pos: -85.5,78.5 + pos: -43.5,46.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35796 +- proto: PlasmaCanister + entities: + - uid: 5072 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -84.5,78.5 + pos: -29.5,-9.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35799 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5073 components: - type: Transform - pos: -83.5,77.5 + pos: -29.5,-10.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35800 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8143 components: - type: Transform - pos: -83.5,76.5 + pos: -54.5,23.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35801 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8144 components: - type: Transform - pos: -83.5,75.5 + pos: -54.5,24.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35802 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8149 components: - type: Transform - pos: -83.5,74.5 + pos: -54.5,25.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35803 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8453 components: - type: Transform - pos: -83.5,73.5 + pos: -37.5,50.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35804 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12907 components: - type: Transform - pos: -83.5,71.5 + pos: 36.5,11.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35805 + - type: AtmosDevice + joinedGrid: 2 + - uid: 27819 components: - type: Transform - pos: -83.5,70.5 + pos: -56.5,48.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35806 + - type: AtmosDevice + joinedGrid: 2 +- proto: PlasmaReinforcedWindowDirectional + entities: + - uid: 8787 components: - type: Transform - pos: -83.5,69.5 + pos: -67.5,13.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35807 + - uid: 8788 components: - type: Transform - pos: -83.5,68.5 + pos: -66.5,13.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35808 + - uid: 8789 components: - type: Transform - pos: -83.5,67.5 + pos: -65.5,13.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35811 + - uid: 8790 components: - type: Transform rot: 3.141592653589793 rad - pos: -83.5,65.5 + pos: -67.5,9.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35812 + - uid: 8791 components: - type: Transform rot: 3.141592653589793 rad - pos: -83.5,64.5 + pos: -66.5,9.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35813 + - uid: 8792 components: - type: Transform rot: 3.141592653589793 rad - pos: -83.5,63.5 + pos: -65.5,9.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35814 + - uid: 13794 components: - type: Transform rot: 3.141592653589793 rad - pos: -83.5,62.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35815 + pos: 0.5,0.5 + parent: 13793 + - uid: 13802 components: - type: Transform rot: 3.141592653589793 rad - pos: -83.5,61.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35816 + pos: 1.5,0.5 + parent: 13793 + - uid: 13803 components: - type: Transform rot: 3.141592653589793 rad - pos: -83.5,60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35818 + pos: 2.5,0.5 + parent: 13793 + - uid: 13804 components: - type: Transform rot: 1.5707963267948966 rad - pos: -82.5,59.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35819 + pos: 2.5,0.5 + parent: 13793 + - uid: 13807 components: - type: Transform rot: 1.5707963267948966 rad - pos: -81.5,59.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35820 + pos: 2.5,-0.5 + parent: 13793 + - uid: 13809 components: - type: Transform rot: 1.5707963267948966 rad - pos: -80.5,59.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35838 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -84.5,66.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35839 + pos: 2.5,-1.5 + parent: 13793 + - uid: 13810 components: - type: Transform rot: -1.5707963267948966 rad - pos: -85.5,66.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35840 + pos: 0.5,0.5 + parent: 13793 + - uid: 13811 components: - type: Transform rot: -1.5707963267948966 rad - pos: -86.5,66.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35841 + pos: 0.5,-0.5 + parent: 13793 + - uid: 13812 components: - type: Transform rot: -1.5707963267948966 rad - pos: -87.5,66.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 36068 - components: - - type: Transform - pos: -79.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#17E8E2FF' - - uid: 36069 - components: - - type: Transform - pos: -79.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#17E8E2FF' - - uid: 36070 - components: - - type: Transform - pos: -78.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#17E8E2FF' - - uid: 36071 + pos: 0.5,-1.5 + parent: 13793 + - uid: 13813 components: - type: Transform - pos: -78.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#17E8E2FF' - - uid: 42856 + pos: 0.5,-1.5 + parent: 13793 + - uid: 13816 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 42857 + pos: 2.5,-1.5 + parent: 13793 +- proto: PlasmaTankFilled + entities: + - uid: 5085 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,22.5 + pos: -31.429522,-12.552557 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 42858 + - uid: 14240 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,22.5 + pos: -50.27951,37.4935 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 42859 + - uid: 18207 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,22.5 + pos: -50.606472,37.5827 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 42860 + - uid: 33178 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,22.5 + pos: -26.000555,22.61768 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 42861 + - uid: 33182 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,22.5 + pos: -25.875555,22.61768 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 42862 + - uid: 33183 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,22.5 + pos: -25.76618,22.61768 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 42863 +- proto: PlasmaWindowDirectional + entities: + - uid: 32243 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,22.5 + pos: -34.5,-39.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 42864 + - uid: 32249 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,22.5 + rot: -1.5707963267948966 rad + pos: -32.5,-38.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 42865 + - uid: 32250 components: - type: Transform rot: 1.5707963267948966 rad - pos: -11.5,22.5 + pos: -36.5,-38.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 42866 +- proto: PlasticBanana + entities: + - uid: 6185 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,22.5 + rot: -1.5707963267948966 rad + pos: -32.564575,56.491714 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 42867 +- proto: PlasticFlapsAirtightClear + entities: + - uid: 1502 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,22.5 + pos: -55.5,-42.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 42868 + - uid: 1506 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,22.5 + pos: -53.5,-42.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 42869 + - uid: 1507 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,22.5 + pos: -53.5,-46.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 42870 + - uid: 1508 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,22.5 + pos: -55.5,-46.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 42871 + - uid: 10749 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,22.5 + pos: -68.5,-12.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 42872 +- proto: PlushieAtmosian + entities: + - uid: 7551 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,22.5 + pos: 4.5038548,48.57482 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 42873 + - uid: 8085 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,22.5 + pos: -36.48985,23.631996 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 42874 + - uid: 11419 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,22.5 + pos: 58.483303,-25.342808 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 42875 + - uid: 30886 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,22.5 + pos: -11.478931,31.573048 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 42876 + - uid: 31661 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,22.5 + pos: -16.47272,69.611084 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 42878 + - uid: 33478 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,20.5 + pos: 54.561493,-3.3215237 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 42879 + - uid: 36863 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,20.5 + pos: -75.83101,76.1163 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 42880 + - uid: 42973 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,20.5 + pos: 1.5489268,-68.36132 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 42881 + - uid: 43014 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,20.5 + pos: 31.436012,-23.481411 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 42882 +- proto: PlushieBee + entities: + - uid: 10913 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,20.5 + pos: 36.521748,-52.451077 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 42883 + - uid: 33477 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,20.5 + pos: 54.530243,-2.4308987 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 42884 + - uid: 36853 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,20.5 + rot: -1.5707963267948966 rad + pos: -77.98726,72.31943 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 42885 +- proto: PlushieCarp + entities: + - uid: 7077 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,20.5 + pos: 34.408005,6.3707705 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 42886 + - uid: 13260 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,20.5 + pos: 33.40769,-4.520498 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 42887 + - uid: 13262 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,20.5 + pos: 33.954563,-4.176748 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 42892 + - uid: 36868 components: - type: Transform rot: -1.5707963267948966 rad - pos: 0.5,22.5 + pos: -78.846634,71.10068 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 42893 +- proto: PlushieHampter + entities: + - uid: 1412 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,21.5 + pos: 7.5105247,72.3681 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 42894 + - uid: 6125 components: + - type: MetaData + desc: Очень похож на... Гамлета? - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,20.5 + pos: 14.478693,-34.406677 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 42914 + - uid: 8087 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-21.5 + pos: -36.55044,24.551762 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 42916 + - uid: 8957 components: - type: Transform - pos: 31.5,-22.5 - parent: 2 - - uid: 42969 + parent: 3438 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 10916 components: - type: Transform - pos: -5.5,0.5 + pos: 34.521748,-52.513577 parent: 2 - - uid: 42975 + - uid: 12334 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-0.5 + pos: -53.50963,16.511425 parent: 2 - - uid: 42976 + - uid: 14256 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-1.5 + pos: 69.56956,-3.5169506 parent: 2 - - uid: 42977 + - uid: 35157 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-2.5 + pos: 12.890292,-89.670715 parent: 2 - - uid: 42978 + - uid: 36826 components: + - type: MetaData + name: Хомский Армянский - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-2.5 + pos: 21.512625,73.51527 parent: 2 - - uid: 42980 + - uid: 36871 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-2.5 + pos: -78.197105,75.545715 parent: 2 - - uid: 42981 + - uid: 36874 components: + - type: MetaData + name: Bollo - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-2.5 + pos: -35.604713,-17.988935 parent: 2 - - uid: 42982 +- proto: PlushieLamp + entities: + - uid: 13790 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-2.5 + pos: 46.489853,-39.26208 parent: 2 - - uid: 42983 + - uid: 14420 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-2.5 + pos: 43.460793,-39.21683 parent: 2 - - uid: 42984 + - uid: 31645 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-2.5 + pos: -17.488937,69.85947 parent: 2 - - uid: 42996 +- proto: PlushieLizard + entities: + - uid: 9467 components: - type: Transform - pos: -0.5,18.5 + pos: -47.449883,10.55912 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 42997 + - uid: 18997 components: - type: Transform - pos: -0.5,17.5 + rot: -1.5707963267948966 rad + pos: 13.527565,-67.51282 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 42998 + - uid: 27640 components: + - type: MetaData + desc: Пе + name: плюшевый Милос - type: Transform - pos: -0.5,16.5 + pos: 35.467957,24.38743 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 42999 + - uid: 33480 components: - type: Transform - pos: -0.5,15.5 + pos: 65.50311,-0.40527308 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 43006 + - uid: 36844 components: - type: Transform - pos: 1.5,15.5 + pos: -51.53743,64.52546 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 43007 + - uid: 39578 components: - type: Transform - pos: 1.5,16.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 43008 + pos: 10.475127,-0.5484581 + parent: 36907 + - uid: 42957 components: - type: Transform - pos: 1.5,17.5 + pos: -3.350688,-6.336355 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 43009 + - uid: 43012 components: - type: Transform - pos: 1.5,18.5 + pos: 23.676085,-33.129364 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' -- proto: GasPipeTJunction +- proto: PlushieMoth entities: - - uid: 1282 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,-27.5 - parent: 2 - - uid: 1352 - components: - - type: Transform - pos: 36.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4863 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,-27.5 - parent: 2 - - uid: 4945 + - uid: 21134 components: - type: Transform rot: -1.5707963267948966 rad - pos: 54.5,-5.5 + pos: -77.83101,73.27255 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 4946 + - uid: 31606 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,-7.5 + pos: -14.510181,33.557423 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 5985 + - uid: 33463 components: - type: Transform - pos: -12.5,43.5 + pos: -7.4337435,51.60653 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 6932 + - uid: 42972 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,-21.5 + pos: 8.499439,-63.482018 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 6936 + - uid: 43015 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-18.5 + pos: -3.5128324,-46.520187 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 6942 +- proto: PlushieNar + entities: + - uid: 10915 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,-25.5 + pos: 35.474873,-52.232327 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 6943 +- proto: PlushieNuke + entities: + - uid: 35540 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-25.5 + pos: 72.80984,7.836225 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7538 + - uid: 36864 components: - type: Transform - pos: -51.5,42.5 + pos: -74.49367,75.34593 parent: 2 - - type: AtmosPipeColor - color: '#17E8E2FF' - - uid: 7553 +- proto: PlushieRGBee + entities: + - uid: 10096 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,40.5 + pos: -23.583063,-60.404057 parent: 2 - - type: AtmosPipeColor - color: '#17E8E2FF' - - uid: 7611 + - uid: 43013 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,44.5 + pos: 14.469068,-17.547258 parent: 2 - - type: AtmosPipeColor - color: '#17E8E2FF' - - uid: 7612 +- proto: PlushieRouny + entities: + - uid: 1381 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,46.5 + pos: 63.9515,-23.929731 parent: 2 - - type: AtmosPipeColor - color: '#17E8E2FF' - - uid: 7622 + - uid: 31608 components: - type: Transform - pos: -45.5,46.5 + rot: 1.5707963267948966 rad + pos: -17.463306,31.869923 parent: 2 - - type: AtmosPipeColor - color: '#17E8E2FF' - - uid: 7721 + - uid: 31758 components: - type: Transform - pos: -54.5,40.5 + pos: 76.45097,-57.389874 parent: 2 - - uid: 7725 + - uid: 36825 components: + - type: MetaData + name: руня армянский - type: Transform - pos: -54.5,40.5 + rot: 1.5707963267948966 rad + pos: 19.481375,73.81214 parent: 2 - - uid: 7743 + - uid: 36862 components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,48.5 + - type: Transform + pos: -78.45601,68.56943 parent: 2 - - uid: 8237 +- proto: PlushieSharkBlue + entities: + - uid: 13218 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,67.5 + pos: 34.239597,-4.482835 parent: 2 - - uid: 8412 + - uid: 26681 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-21.5 + pos: 19.437319,-14.513319 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 9310 + - uid: 34272 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,25.5 + pos: 42.321365,-3.0761108 parent: 2 - - uid: 10464 +- proto: PlushieSharkGrey + entities: + - uid: 6201 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-42.5 + pos: -27.425907,58.296864 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 10466 + - uid: 13217 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,-35.5 + pos: 32.817722,-4.43596 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 11130 + - uid: 33298 components: + - type: MetaData + desc: Почему она мяукает? + name: бладканискула - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,35.5 + pos: -26.50422,9.332587 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 11689 +- proto: PlushieSharkPink + entities: + - uid: 13440 components: - type: Transform - pos: -79.5,59.5 + pos: 62.538414,-5.437458 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 11900 + - uid: 43016 components: - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,-27.5 + pos: -12.619969,-20.62486 parent: 2 - - uid: 15786 +- proto: PlushieSlime + entities: + - uid: 5373 components: - type: Transform - pos: 6.5,-3.5 - parent: 14592 - - uid: 15802 + pos: -38.62676,-14.724028 + parent: 2 + - uid: 5512 components: - type: Transform - pos: -5.5,-1.5 - parent: 14592 - - uid: 15804 + pos: -36.623882,-55.548733 + parent: 2 + - uid: 5623 components: - type: Transform - pos: -0.5,-1.5 - parent: 14592 - - uid: 17825 + pos: 4.510478,-46.37369 + parent: 2 + - uid: 5630 components: - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,47.5 + pos: -8.585333,-41.528584 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 18342 + - uid: 7079 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -76.5,61.5 + pos: 15.382383,-15.572651 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 23993 + - uid: 10917 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -78.5,61.5 + pos: 34.506123,-53.56045 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 24853 + - uid: 13229 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,46.5 + pos: -13.546805,18.275084 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 27842 + - uid: 14389 components: + - type: MetaData + desc: 'Говорят, что этот слаймик не только разработал чертеж этой станции, но создал ее большую часть ' + name: нурановидный слаймик - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,47.5 + pos: -2.5011754,-28.501125 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27853 + - uid: 35458 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,33.5 + pos: 58.497185,27.679405 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27866 + - uid: 35593 components: + - type: MetaData + name: слаймик Nyranu - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,53.5 + pos: -36.483665,-14.413187 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27878 + - uid: 36859 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,52.5 + pos: -78.23726,69.63193 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 27885 + - uid: 42915 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,41.5 + pos: 41.433613,60.293617 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27906 + - uid: 43065 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,15.5 + pos: 14.4105835,-36.52142 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 27911 +- proto: PlushieSnake + entities: + - uid: 34271 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,27.5 + pos: 49.39949,-2.4042358 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27914 + - uid: 36870 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,35.5 + rot: -1.5707963267948966 rad + pos: -79.33101,71.5538 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27941 +- proto: PlushieSpaceLizard + entities: + - uid: 8086 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,44.5 + pos: -36.472317,22.583012 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 27946 + - uid: 24753 components: + - type: MetaData + desc: 'Смотрит в космос и выглядит задумчевым. О чём думаешь, увушник? ' + name: ll_misha_ll - type: Transform - pos: 28.5,38.5 + pos: -12.526893,-89.54573 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27959 + - uid: 31585 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-41.5 + pos: 77.54472,-57.43675 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 27969 + - uid: 33479 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,19.5 + pos: 54.577118,-4.3683987 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28004 + - uid: 36846 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,-14.5 + pos: -52.53743,63.603584 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28023 + - uid: 36848 components: - type: Transform - pos: 8.5,-62.5 + pos: -52.490555,64.58796 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28028 + - uid: 36849 components: - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,-40.5 + pos: -50.28743,64.61921 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28062 + - uid: 36850 components: - type: Transform - pos: -8.5,-51.5 + pos: -50.28743,64.61921 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28083 + - uid: 36851 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,-41.5 + pos: -51.50618,65.46296 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28089 + - uid: 36852 components: - type: Transform - pos: -39.5,-41.5 + pos: -51.03743,63.24421 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28090 + - uid: 36865 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,0.5 + pos: -75.440384,75.41318 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28122 + - uid: 42937 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,4.5 + pos: -2.5248446,-8.504497 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28131 +- proto: PlushieVox + entities: + - uid: 13252 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,15.5 + pos: 14.490486,15.638744 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28142 + - uid: 36869 components: - type: Transform rot: -1.5707963267948966 rad - pos: 1.5,44.5 + pos: -79.36226,73.13193 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28148 +- proto: PlushieXeno + entities: + - uid: 10914 components: - type: Transform - pos: -41.5,33.5 + pos: 36.568623,-53.37295 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28150 + - uid: 31662 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,33.5 + pos: -18.491638,69.62671 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28200 + - uid: 36861 components: - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-36.5 + pos: -77.065384,69.41318 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28215 +- proto: PonderingOrb + entities: + - uid: 10094 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,-62.5 + pos: -22.504938,-60.310307 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28241 +- proto: PortableFlasher + entities: + - uid: 51 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,-31.5 + pos: 26.5,13.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28251 + - uid: 2961 components: - type: Transform - pos: -21.5,31.5 + pos: 25.5,18.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28295 + - uid: 2962 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,28.5 + pos: 23.5,18.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28298 + - uid: 2963 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,-27.5 + pos: 24.5,18.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28328 + - uid: 2964 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,32.5 + pos: 22.5,18.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28344 +- proto: PortableGeneratorJrPacman + entities: + - uid: 11465 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,29.5 + pos: 55.5,-36.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28398 + - uid: 11497 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,43.5 + pos: 59.5,-6.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28440 + - uid: 34324 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,-33.5 + pos: -56.5,7.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28484 + - uid: 34325 components: - type: Transform - pos: -3.5,54.5 + pos: -63.5,-2.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28487 + - uid: 34326 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,54.5 + pos: -61.5,-17.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28507 + - uid: 34327 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,42.5 + pos: -63.5,-23.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28527 + - uid: 34328 components: - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,26.5 + pos: -54.5,-27.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28529 + - uid: 34329 components: - type: Transform - pos: 42.5,25.5 + pos: -47.5,-32.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28533 + - uid: 35030 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,20.5 + pos: 68.5,31.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28536 + - uid: 35598 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-30.5 + pos: 16.5,-39.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28560 +- proto: PortableGeneratorJrPacmanMachineCircuitboard + entities: + - uid: 34136 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,-12.5 + pos: -56.752285,-10.718341 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28568 +- proto: PortableScrubber + entities: + - uid: 7314 components: - type: Transform - pos: 47.5,-26.5 + pos: -31.5,24.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28576 + - uid: 8043 components: - type: Transform - pos: 37.5,-34.5 + pos: -30.5,24.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28592 + - uid: 8044 components: - type: Transform - pos: 24.5,-45.5 + pos: -29.5,24.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28602 + - uid: 8150 components: - type: Transform - pos: 12.5,-49.5 + pos: -48.5,33.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28624 + - uid: 8151 components: - type: Transform - pos: -10.5,-50.5 + pos: -47.5,33.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28637 + - uid: 8206 components: - type: Transform - pos: -23.5,-44.5 + pos: -48.5,37.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28653 + - uid: 8207 components: - type: Transform - pos: -37.5,-36.5 + pos: -47.5,37.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28682 + - uid: 14157 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,5.5 + pos: -33.5,-4.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28688 +- proto: PortableScrubberMachineCircuitBoard + entities: + - uid: 7912 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,14.5 + pos: -46.379097,6.458851 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28698 +- proto: PosterBroken + entities: + - uid: 31935 components: - type: Transform rot: 3.141592653589793 rad - pos: -43.5,28.5 + pos: 65.5,-15.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28711 +- proto: PosterContrabandAtmosiaDeclarationIndependence + entities: + - uid: 12246 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,38.5 + rot: -1.5707963267948966 rad + pos: -55.5,16.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28765 + - uid: 13491 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-54.5 + pos: -38.5,51.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28774 +- proto: PosterContrabandBorgFancy + entities: + - uid: 35605 components: - type: Transform rot: 1.5707963267948966 rad - pos: -38.5,-36.5 + pos: -89.5,77.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28841 +- proto: PosterContrabandBountyHunters + entities: + - uid: 12538 components: - type: Transform rot: 1.5707963267948966 rad - pos: 28.5,-36.5 + pos: -30.5,40.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28881 +- proto: PosterContrabandClown + entities: + - uid: 6183 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,42.5 + pos: -31.5,54.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28891 +- proto: PosterContrabandCybersun600 + entities: + - uid: 32073 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,62.5 + pos: 52.5,-45.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28894 + - uid: 32101 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,57.5 + pos: 50.5,-45.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28911 +- proto: PosterContrabandDDayPromo + entities: + - uid: 32051 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,31.5 + rot: 3.141592653589793 rad + pos: -47.5,16.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28918 +- proto: PosterContrabandEAT + entities: + - uid: 31985 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,37.5 + rot: -1.5707963267948966 rad + pos: -5.5,56.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28922 +- proto: PosterContrabandHighEffectEngineering + entities: + - uid: 13325 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,35.5 + pos: -40.5,19.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28948 + - uid: 27642 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,35.5 + rot: 3.141592653589793 rad + pos: -14.5,41.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28975 + - uid: 31952 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,31.5 + pos: -12.5,35.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28977 +- proto: PosterContrabandKosmicheskayaStantsiya + entities: + - uid: 31986 components: - type: Transform rot: -1.5707963267948966 rad - pos: 37.5,27.5 + pos: 10.5,71.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28988 +- proto: PosterContrabandKudzu + entities: + - uid: 8400 components: - type: Transform - pos: 45.5,38.5 + rot: 1.5707963267948966 rad + pos: -20.5,59.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28995 +- proto: PosterContrabandLustyExomorph + entities: + - uid: 31657 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,35.5 + pos: -20.5,69.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29019 +- proto: PosterContrabandNuclearDeviceInformational + entities: + - uid: 31126 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,44.5 + pos: -10.5,46.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29021 + - uid: 31752 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,46.5 + pos: 70.5,11.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29031 +- proto: PosterContrabandPwrGame + entities: + - uid: 9986 components: - type: Transform rot: 3.141592653589793 rad - pos: 34.5,54.5 + pos: -18.5,-51.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29043 + - uid: 31982 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,52.5 + rot: -1.5707963267948966 rad + pos: 5.5,66.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29078 +- proto: PosterContrabandRedRum + entities: + - uid: 31819 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,28.5 + pos: -40.5,-55.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29085 +- proto: PosterContrabandRise + entities: + - uid: 11375 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,52.5 + rot: 1.5707963267948966 rad + pos: 51.5,-39.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29086 +- proto: PosterContrabandSpaceCube + entities: + - uid: 4475 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,54.5 + pos: 15.5,-53.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29107 +- proto: PosterContrabandTools + entities: + - uid: 14206 components: - type: Transform - pos: 54.5,35.5 + rot: 1.5707963267948966 rad + pos: -86.5,62.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29108 + - uid: 32020 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,29.5 + rot: -1.5707963267948966 rad + pos: -62.5,19.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29109 +- proto: PosterContrabandUnreadableAnnouncement + entities: + - uid: 31938 components: - type: Transform - pos: 54.5,33.5 + rot: 3.141592653589793 rad + pos: 62.5,11.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29119 +- proto: PosterLegitBlessThisSpess + entities: + - uid: 31984 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,47.5 + rot: -1.5707963267948966 rad + pos: 5.5,67.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29166 +- proto: PosterLegitBuild + entities: + - uid: 32021 components: - type: Transform - pos: -44.5,28.5 + rot: -1.5707963267948966 rad + pos: -32.5,4.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29184 +- proto: PosterLegitCarpMount + entities: + - uid: 6983 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,45.5 + rot: 1.5707963267948966 rad + pos: 46.5,55.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29196 + - uid: 14498 components: - type: Transform rot: -1.5707963267948966 rad - pos: -52.5,11.5 + pos: -13.5,-56.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29238 + - uid: 39579 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29267 + pos: 23.5,43.5 + parent: 36907 + - uid: 39580 components: - type: Transform rot: 1.5707963267948966 rad - pos: 37.5,37.5 + pos: 24.5,-5.5 + parent: 36907 +- proto: PosterLegitDoNotQuestion + entities: + - uid: 31925 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,-42.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29268 +- proto: PosterLegitFruitBowl + entities: + - uid: 31922 components: - type: Transform rot: 1.5707963267948966 rad - pos: 39.5,38.5 + pos: 36.5,-41.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29269 +- proto: PosterLegitGetYourLEGS + entities: + - uid: 31892 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,30.5 + pos: 17.5,-25.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29270 +- proto: PosterLegitHighClassMartini + entities: + - uid: 31927 components: - type: Transform - pos: 47.5,37.5 + rot: 1.5707963267948966 rad + pos: 50.5,-36.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29277 +- proto: PosterLegitLoveIan + entities: + - uid: 5681 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,27.5 + pos: -4.5,-40.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29287 + - uid: 12309 components: - type: Transform rot: 3.141592653589793 rad - pos: -24.5,20.5 + pos: -36.5,41.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29289 +- proto: PosterLegitMime + entities: + - uid: 6212 + components: + - type: Transform + pos: -26.5,61.5 + parent: 2 +- proto: PosterLegitNanomichiAd + entities: + - uid: 32047 components: - type: Transform rot: 3.141592653589793 rad - pos: 18.5,46.5 + pos: -56.5,-33.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29290 +- proto: PosterLegitNanotrasenLogo + entities: + - uid: 14513 components: - type: Transform - pos: -27.5,20.5 + rot: 1.5707963267948966 rad + pos: -82.5,83.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29291 + - uid: 24148 components: - type: Transform - pos: 14.5,46.5 + pos: -86.5,79.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29312 +- proto: PosterLegitNTTGC + entities: + - uid: 31827 components: - type: Transform - pos: 16.5,47.5 + pos: 13.5,42.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29340 +- proto: PosterLegitPeriodicTable + entities: + - uid: 31829 components: - type: Transform - pos: -38.5,20.5 + pos: 22.5,-29.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29343 + - uid: 31830 components: - type: Transform - pos: 22.5,49.5 + pos: 25.5,-34.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29364 + - uid: 31831 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,36.5 + pos: 23.5,-40.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29368 +- proto: PosterLegitSafetyEyeProtection + entities: + - uid: 31822 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,28.5 + pos: -13.5,22.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29369 +- proto: PosterLegitSafetyInternals + entities: + - uid: 7833 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,27.5 + pos: -53.5,55.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29370 +- proto: PosterLegitSafetyReport + entities: + - uid: 31808 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,24.5 + pos: 56.5,-1.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29371 + - uid: 31820 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,23.5 + pos: 56.5,2.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29372 +- proto: PosterLegitTheOwl + entities: + - uid: 12529 components: - type: Transform rot: 1.5707963267948966 rad - pos: 27.5,22.5 + pos: -32.5,45.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29373 +- proto: PosterLegitUeNo + entities: + - uid: 14475 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,21.5 + pos: 9.5,41.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29400 +- proto: PottedPlant1 + entities: + - uid: 35031 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,-0.5 + pos: 69.5,31.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29431 +- proto: PottedPlant10 + entities: + - uid: 11562 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-0.5 + pos: 36.5,51.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29463 +- proto: PottedPlant14 + entities: + - uid: 34337 components: - type: Transform - pos: 34.5,28.5 + pos: 29.5,14.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29465 +- proto: PottedPlant16 + entities: + - uid: 11596 components: - type: Transform - pos: 32.5,35.5 + pos: 51.5,27.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29472 + - uid: 11606 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-30.5 + pos: 35.5,59.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29484 +- proto: PottedPlant17 + entities: + - uid: 36410 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,-30.5 + pos: -2.5,-48.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29502 +- proto: PottedPlant21 + entities: + - uid: 10226 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-25.5 + pos: 35.5,25.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29507 +- proto: PottedPlant27 + entities: + - uid: 10027 components: - type: Transform - pos: 53.5,17.5 + pos: 17.5,67.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29509 + - uid: 11605 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-32.5 + pos: 38.5,62.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29530 +- proto: PottedPlant28 + entities: + - uid: 33207 components: - type: Transform - pos: 57.5,17.5 + pos: -12.5,22.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29543 +- proto: PottedPlant3 + entities: + - uid: 11568 components: - type: Transform - rot: 3.141592653589793 rad - pos: 58.5,17.5 + pos: 50.5,36.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29591 + - uid: 11920 components: - type: Transform - pos: 58.5,21.5 + pos: 64.5,25.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29592 +- proto: PottedPlant6 + entities: + - uid: 11359 components: - type: Transform - pos: 60.5,23.5 + pos: 28.5,41.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29613 + - uid: 11918 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-16.5 + pos: 64.5,19.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29640 +- proto: PottedPlantAlt1 + entities: + - uid: 11360 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 65.5,1.5 + pos: 35.5,41.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29643 +- proto: PottedPlantAlt2 + entities: + - uid: 11561 components: - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,-0.5 + pos: 28.5,52.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29645 + - uid: 12287 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-46.5 + pos: 55.5,27.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29668 + - uid: 36647 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-40.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29690 + pos: 3.5,-1.5 + parent: 36450 +- proto: PottedPlantAlt7 + entities: + - uid: 10555 components: - type: Transform - pos: -45.5,-40.5 + pos: -5.5,-54.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29691 + - uid: 36648 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-40.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29736 + pos: 7.5,-1.5 + parent: 36450 +- proto: PottedPlantAlt8 + entities: + - uid: 11563 components: - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,-13.5 + pos: 40.5,48.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29737 + - uid: 31716 components: - type: Transform - pos: 56.5,-17.5 + pos: -25.5,-51.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29738 +- proto: PottedPlantRandom + entities: + - uid: 2835 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,-13.5 + pos: 45.5,50.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29739 + - uid: 3131 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,-17.5 + pos: 43.5,50.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29752 + - uid: 3373 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-57.5 + pos: 69.5,0.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29758 + - uid: 4465 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,-25.5 + pos: -27.5,-0.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29768 + - uid: 4625 components: - type: Transform - pos: -7.5,-62.5 + pos: 69.5,-4.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29804 + - uid: 5283 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,-35.5 + pos: -28.5,-35.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29814 + - uid: 5284 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-52.5 + pos: -36.5,-35.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29828 + - uid: 5286 components: - type: Transform - pos: 18.5,-51.5 + pos: -40.5,-42.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29844 + - uid: 5287 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-34.5 + pos: -40.5,-36.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29847 + - uid: 5288 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-31.5 + pos: -36.5,-42.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29853 + - uid: 5289 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,-32.5 + pos: -28.5,-40.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29855 + - uid: 6376 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,-30.5 + pos: -17.5,53.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29858 + - uid: 8415 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-34.5 + pos: 8.5,56.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29904 + - uid: 8416 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-1.5 + pos: 8.5,64.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29929 + - uid: 8437 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,-1.5 + pos: 62.5,47.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29932 + - uid: 9524 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-28.5 + pos: -10.5,-81.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29933 + - uid: 10386 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-26.5 + pos: -10.5,-25.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29936 + - uid: 10387 components: - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,-20.5 + pos: -36.5,-20.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29949 + - uid: 10553 components: - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,-30.5 + pos: 45.5,56.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29950 + - uid: 10610 components: - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,-31.5 + pos: 69.5,3.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30055 + - uid: 10615 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,35.5 + pos: 62.5,-1.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30075 + - uid: 10619 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-17.5 + pos: 65.5,0.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30077 + - uid: 10620 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,-19.5 + pos: 65.5,-4.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30088 + - uid: 10725 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-48.5 + pos: 11.5,-81.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30107 + - uid: 10727 components: - type: Transform - pos: 20.5,-53.5 + pos: 10.5,-86.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30118 + - uid: 10729 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,-50.5 + pos: -6.5,-68.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30121 + - uid: 11160 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-48.5 + pos: -7.5,-59.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30169 + - uid: 11502 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,59.5 + pos: 37.5,21.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30180 + - uid: 11504 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-43.5 + pos: 35.5,49.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30181 + - uid: 11559 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-45.5 + pos: 47.5,39.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30182 + - uid: 11560 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-44.5 + pos: 41.5,19.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30183 + - uid: 11566 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-42.5 + pos: 28.5,49.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30270 + - uid: 11567 components: - type: Transform - pos: -23.5,48.5 + pos: 47.5,45.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30278 + - uid: 12285 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,45.5 + pos: 3.5,-2.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30296 + - uid: 12699 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,33.5 + pos: 72.5,-1.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30297 + - uid: 12739 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-59.5 + pos: 32.5,-58.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30302 + - uid: 12740 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-57.5 + pos: 36.5,-56.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30303 + - uid: 12741 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,45.5 + pos: 25.5,-61.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30332 + - uid: 12742 components: - type: Transform - pos: -23.5,34.5 + pos: 12.5,-61.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30339 + - uid: 12743 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-58.5 + pos: 15.5,-66.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30364 + - uid: 12744 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,26.5 + pos: 23.5,-64.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30371 + - uid: 13040 components: - type: Transform - pos: -26.5,22.5 + pos: 28.5,-5.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30406 + - uid: 13175 components: - type: Transform - pos: -28.5,22.5 + pos: 27.5,16.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30421 + - uid: 13286 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,22.5 + pos: -30.5,36.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30439 + - uid: 13290 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-67.5 + pos: -27.5,33.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30468 + - uid: 13333 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-49.5 + pos: 22.5,71.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30474 + - uid: 13334 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-52.5 + pos: 17.5,71.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30479 + - uid: 13337 components: - type: Transform - pos: -44.5,1.5 + pos: 28.5,29.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30483 + - uid: 13338 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,1.5 + pos: 28.5,59.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30491 + - uid: 13471 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,-28.5 + pos: -50.5,-49.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30526 + - uid: 13474 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,10.5 + pos: -42.5,-46.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30543 + - uid: 13476 components: - type: Transform - pos: -44.5,-39.5 + pos: -36.5,-48.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30547 + - uid: 13680 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,-39.5 + pos: -22.5,-34.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30576 + - uid: 13681 components: - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,-31.5 + pos: -36.5,-22.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30584 + - uid: 13683 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-34.5 + pos: -33.5,-20.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30591 + - uid: 13684 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-31.5 + pos: -29.5,-24.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30601 + - uid: 13685 components: - type: Transform - pos: -24.5,-26.5 + pos: -25.5,-24.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30607 + - uid: 13686 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-25.5 + pos: -33.5,-26.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30633 + - uid: 13687 components: - type: Transform - rot: -1.5707963267948966 rad pos: -18.5,-26.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30642 + - uid: 13688 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-24.5 + pos: -21.5,-17.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30661 + - uid: 13689 components: - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,-15.5 + pos: -21.5,-15.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30692 + - uid: 13858 components: - type: Transform - pos: -8.5,62.5 + pos: 72.5,2.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33149 + - uid: 14140 components: - type: Transform - pos: 32.5,-23.5 - parent: 2 - - uid: 33164 + pos: -6.5,-8.5 + parent: 14592 + - uid: 14141 components: - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,-24.5 - parent: 2 - - uid: 33167 + pos: -7.5,-0.5 + parent: 14592 + - uid: 14162 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33177 + pos: -6.5,-8.5 + parent: 14592 + - uid: 14166 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,20.5 + pos: -32.5,3.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33219 + - uid: 14167 components: - type: Transform - pos: -11.5,42.5 + pos: -28.5,3.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33325 + - uid: 14425 components: - type: Transform - pos: 41.5,-5.5 + pos: 40.5,39.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33326 + - uid: 14426 components: - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,-7.5 + pos: 40.5,45.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33373 + - uid: 14882 components: - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,20.5 - parent: 2 - - uid: 33585 + pos: -7.5,-2.5 + parent: 14592 + - uid: 14884 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33624 + pos: 4.5,-0.5 + parent: 14592 + - uid: 14941 components: - type: Transform pos: 4.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35211 + parent: 14592 + - uid: 14959 components: - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35230 + pos: 8.5,-5.5 + parent: 14592 + - uid: 19249 components: - type: Transform - pos: 59.5,33.5 + pos: 72.5,-3.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35231 + - uid: 20311 components: - type: Transform - pos: 57.5,35.5 + pos: -2.5,-2.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35241 + - uid: 24216 components: - type: Transform - rot: 3.141592653589793 rad - pos: 60.5,35.5 + pos: 15.5,-49.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35249 + - uid: 26680 components: - type: Transform - rot: 3.141592653589793 rad - pos: 62.5,33.5 + pos: 21.5,50.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35721 + - uid: 27443 components: - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,82.5 + pos: 24.5,-56.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35732 + - uid: 27444 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -81.5,82.5 + pos: 28.5,-54.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35759 + - uid: 27445 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -82.5,62.5 + pos: 32.5,-53.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35762 + - uid: 27447 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -82.5,73.5 + pos: 20.5,-58.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35797 + - uid: 31022 components: - type: Transform - pos: -83.5,78.5 + pos: 26.5,-7.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35809 + - uid: 31340 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,66.5 + pos: -55.5,-24.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35810 + - uid: 31341 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,72.5 + pos: -56.5,-28.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35817 + - uid: 31342 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -83.5,59.5 + pos: -58.5,-12.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35822 + - uid: 31695 components: - type: Transform - rot: 3.141592653589793 rad - pos: -76.5,81.5 + pos: -47.5,18.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 36164 + - uid: 31740 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -77.5,57.5 + pos: -15.5,34.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 42854 + - uid: 31750 components: - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,22.5 + pos: -13.5,34.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 42891 + - uid: 31761 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,19.5 + pos: -18.5,30.5 parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 42902 + - uid: 31765 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,19.5 + pos: -18.5,33.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' -- proto: GasPort - entities: - - uid: 5210 + - uid: 31782 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-14.5 + pos: -13.5,29.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 5211 + - uid: 32225 components: - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,-14.5 + pos: 35.5,32.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 7764 + - uid: 32226 components: - type: Transform - pos: -49.5,46.5 + pos: 36.5,31.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 7765 + - uid: 34365 components: - type: Transform - pos: -48.5,46.5 + pos: 31.5,-5.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 11902 + - uid: 34366 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,-23.5 + pos: 35.5,-5.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 15820 - components: - - type: Transform - pos: 11.5,6.5 - parent: 14592 - - type: AtmosDevice - joinedGrid: 14592 - - uid: 15821 + - uid: 34375 components: - type: Transform - pos: 12.5,6.5 - parent: 14592 - - type: AtmosDevice - joinedGrid: 14592 - - uid: 24052 + pos: 48.5,-7.5 + parent: 2 + - uid: 34376 components: - type: Transform - rot: 3.141592653589793 rad - pos: -76.5,60.5 + pos: 44.5,-7.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 24703 + - uid: 34377 components: - type: Transform - pos: -76.5,62.5 + pos: 43.5,-5.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 24712 + - uid: 34378 components: - type: Transform - pos: -78.5,65.5 + pos: 39.5,-5.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#17E8E2FF' - - uid: 24731 + - uid: 34383 components: - type: Transform - pos: -79.5,65.5 + pos: -31.5,-4.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#17E8E2FF' - - uid: 35107 + - uid: 36106 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,49.5 + pos: -18.5,51.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 35108 + - uid: 36332 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,50.5 + pos: -45.5,1.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: GasPressurePump - entities: - - uid: 35 + - uid: 36335 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,48.5 + pos: -48.5,24.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 1001 + - uid: 36336 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,46.5 + pos: -35.5,37.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 1002 + - uid: 36413 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,44.5 + pos: 24.5,-54.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 5212 + - uid: 36414 components: - type: Transform - pos: -23.5,-12.5 + pos: 28.5,-52.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 5213 + - uid: 36415 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-12.5 + pos: 32.5,-51.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 7613 + - uid: 36418 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,45.5 + pos: 45.5,-24.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#17E8E2FF' - - uid: 7639 + - uid: 36419 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,39.5 + pos: 49.5,-24.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 7724 + - uid: 36744 components: - type: Transform - pos: -65.5,26.5 + pos: 49.5,52.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 7746 + - uid: 36747 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,54.5 + pos: 58.5,41.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 8234 + - uid: 36760 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,66.5 + pos: 59.5,47.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 9050 + - uid: 36764 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,52.5 + pos: 52.5,52.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 9058 + - uid: 36766 components: - type: Transform - pos: -66.5,26.5 + pos: 57.5,47.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 9276 + - uid: 36822 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -66.5,22.5 + pos: 8.5,67.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 9307 + - uid: 39581 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -61.5,22.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 9318 + pos: 16.5,3.5 + parent: 36907 + - uid: 39582 components: - type: Transform - pos: -64.5,22.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 15819 + pos: 4.5,-10.5 + parent: 36907 + - uid: 39583 components: - type: Transform - pos: 12.5,5.5 - parent: 14592 - - type: AtmosDevice - joinedGrid: 14592 - - uid: 24875 + pos: 4.5,-6.5 + parent: 36907 + - uid: 39584 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,39.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33165 + pos: 16.5,-8.5 + parent: 36907 + - uid: 39585 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,40.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 33166 + pos: 17.5,-6.5 + parent: 36907 + - uid: 39586 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,42.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 33175 + pos: 14.5,-2.5 + parent: 36907 + - uid: 39587 components: - type: Transform - pos: 32.5,-24.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 35109 + pos: 24.5,-0.5 + parent: 36907 + - uid: 39588 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,49.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 35110 + pos: 27.5,-4.5 + parent: 36907 + - uid: 39589 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,50.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 42917 + pos: 24.5,-4.5 + parent: 36907 + - uid: 39590 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,-21.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' -- proto: GasThermoMachineFreezer - entities: - - uid: 950 + pos: 27.5,1.5 + parent: 36907 + - uid: 39591 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,45.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 7621 + pos: 27.5,1.5 + parent: 36907 + - uid: 39592 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,45.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 8233 + pos: 27.5,-6.5 + parent: 36907 + - uid: 39593 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,66.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 27456 + pos: 27.5,-10.5 + parent: 36907 + - uid: 39594 components: - type: Transform - pos: -64.5,-2.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 29990 + pos: 10.5,3.5 + parent: 36907 + - uid: 39595 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-23.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 34147 + pos: 12.5,-10.5 + parent: 36907 + - uid: 39596 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,-15.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: GasThermoMachineHeater - entities: - - uid: 829 + pos: 20.5,-10.5 + parent: 36907 + - uid: 39597 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,45.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: GasValve - entities: - - uid: 24071 + pos: 22.5,3.5 + parent: 36907 + - uid: 39598 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -77.5,61.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 24118 + pos: 13.5,3.5 + parent: 36907 + - uid: 39599 components: - type: Transform - pos: -78.5,60.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' -- proto: GasVentPump - entities: - - uid: 1636 + pos: 19.5,3.5 + parent: 36907 + - uid: 39600 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,30.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3797 + pos: 20.5,-0.5 + parent: 36907 + - uid: 39601 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,42.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 8238 + pos: 20.5,-2.5 + parent: 36907 + - uid: 39602 components: - type: Transform - pos: -6.5,68.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 9395 + pos: 12.5,-0.5 + parent: 36907 + - uid: 39603 components: - type: Transform - pos: 62.5,43.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 10473 + pos: 12.5,-2.5 + parent: 36907 + - uid: 39604 components: - type: Transform - pos: -29.5,8.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 10843 + pos: 6.5,49.5 + parent: 36907 +- proto: PottedPlantRandomPlastic + entities: + - uid: 1351 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,19.5 + pos: 40.5,-22.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 13226 + - uid: 1454 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,14.5 + pos: 40.5,-20.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28254 + - uid: 7258 components: - type: Transform - pos: -24.5,21.5 + pos: 9.5,-32.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28255 + - uid: 7259 components: - type: Transform - pos: -39.5,24.5 + pos: -8.5,-32.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28271 + - uid: 7481 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,54.5 + pos: 7.5,-33.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28300 + - uid: 7482 components: - type: Transform - pos: 30.5,4.5 + pos: 9.5,-34.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28301 + - uid: 7483 components: - type: Transform - pos: 29.5,-0.5 + pos: 3.5,-39.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28321 + - uid: 7484 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-38.5 + pos: 3.5,-34.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28327 + - uid: 7485 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-74.5 + pos: -2.5,-39.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28347 + - uid: 7486 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,-14.5 + pos: -4.5,-33.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28352 + - uid: 7487 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,-34.5 + pos: -6.5,-33.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28363 + - uid: 9370 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,31.5 + pos: 37.5,-18.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28366 + - uid: 9376 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,25.5 + pos: 20.5,-14.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28367 + - uid: 9465 components: - type: Transform - pos: -32.5,35.5 + pos: -28.5,44.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28368 + - uid: 10398 components: - type: Transform - pos: -40.5,17.5 + pos: -20.5,-30.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28369 + - uid: 10399 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,15.5 + pos: -14.5,-31.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28370 + - uid: 10412 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,27.5 + pos: -21.5,17.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28371 + - uid: 10413 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,30.5 + pos: -34.5,22.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28372 + - uid: 10414 components: - type: Transform - pos: -45.5,36.5 + pos: -34.5,20.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28373 + - uid: 10421 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,12.5 + pos: -14.5,20.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28374 + - uid: 10422 components: - type: Transform - pos: -28.5,52.5 + pos: -19.5,17.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28375 + - uid: 10448 components: - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,42.5 + pos: -14.5,22.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28376 + - uid: 10449 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,40.5 + pos: -27.5,31.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28378 + - uid: 10450 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,58.5 + pos: -27.5,29.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28379 + - uid: 10726 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,59.5 + pos: -9.5,-86.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28380 + - uid: 10728 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,53.5 + pos: 7.5,-68.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28381 + - uid: 12301 components: - type: Transform - pos: 3.5,63.5 + pos: 18.5,-27.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28382 + - uid: 12320 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,42.5 + pos: 29.5,-19.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28385 + - uid: 12325 components: - type: Transform - pos: 5.5,36.5 + pos: 26.5,-16.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28386 + - uid: 12329 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,44.5 + pos: 18.5,-20.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28387 + - uid: 12330 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,44.5 + pos: 21.5,-20.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28389 + - uid: 12331 components: - type: Transform - pos: 24.5,66.5 + pos: 12.5,-20.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28390 + - uid: 12335 components: - type: Transform - pos: 34.5,57.5 + pos: 29.5,-31.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28391 + - uid: 12337 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,41.5 + pos: 35.5,-31.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28392 + - uid: 12338 components: - type: Transform - pos: 43.5,51.5 + pos: 26.5,-29.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28393 + - uid: 12339 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,41.5 + pos: 23.5,-28.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28394 + - uid: 12347 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,32.5 + pos: 13.5,-27.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28396 + - uid: 12353 components: - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,34.5 + pos: 22.5,-39.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28397 + - uid: 12363 components: - type: Transform - pos: 22.5,30.5 + pos: 36.5,-27.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28399 + - uid: 12364 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,17.5 + pos: 38.5,-23.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28400 + - uid: 12379 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,21.5 + pos: 27.5,4.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28401 + - uid: 12380 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,20.5 + pos: 34.5,4.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28402 + - uid: 12382 components: - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,23.5 + pos: 25.5,-14.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28403 + - uid: 12514 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,20.5 + pos: -23.5,53.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28404 + - uid: 13186 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,21.5 + pos: 27.5,-14.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28405 + - uid: 13187 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 64.5,21.5 + pos: 29.5,-14.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28406 + - uid: 13374 components: - type: Transform - rot: 3.141592653589793 rad - pos: 62.5,16.5 + pos: -34.5,-52.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28407 + - uid: 14410 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,12.5 + pos: 17.5,65.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28408 + - uid: 14434 components: - type: Transform - pos: 59.5,5.5 + pos: -27.5,55.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28410 + - uid: 14435 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 66.5,-5.5 + pos: -24.5,55.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28411 + - uid: 14474 components: - type: Transform - pos: 68.5,7.5 + pos: -20.5,46.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28412 + - uid: 14479 components: - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,-3.5 + pos: -23.5,37.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28415 + - uid: 14480 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-26.5 + pos: -21.5,37.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28416 + - uid: 14499 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,-23.5 + pos: -0.5,35.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 28417 + - uid: 14500 components: - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,-18.5 + pos: 8.5,35.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28418 + - uid: 14501 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,-36.5 + pos: 8.5,37.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28419 + - uid: 14650 components: - type: Transform - pos: 38.5,-36.5 + pos: -58.5,24.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28420 + - uid: 14651 components: - type: Transform - pos: 33.5,-29.5 + pos: -56.5,24.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28421 + - uid: 14652 components: - type: Transform - pos: 34.5,-20.5 + pos: -56.5,22.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28425 + - uid: 14658 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,-17.5 + pos: -58.5,22.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28426 + - uid: 14666 components: - type: Transform - pos: 22.5,-26.5 + pos: -58.5,20.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28427 + - uid: 14667 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-45.5 + pos: -56.5,20.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28429 + - uid: 14668 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,-26.5 + pos: -56.5,31.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28431 + - uid: 14669 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-56.5 + pos: -58.5,31.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28432 + - uid: 14672 components: - type: Transform - pos: 32.5,-46.5 + pos: -56.5,33.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28433 + - uid: 14674 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,-40.5 + pos: -50.5,27.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28434 + - uid: 14683 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,-52.5 + pos: -53.5,34.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28435 + - uid: 14686 components: - type: Transform - pos: 14.5,-51.5 + pos: -53.5,36.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28436 + - uid: 25974 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-58.5 + pos: 51.5,33.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28438 + - uid: 27357 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-74.5 + pos: 38.5,-39.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28439 + - uid: 27384 components: - type: Transform - pos: -6.5,-58.5 + pos: 43.5,-41.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28441 + - uid: 27394 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-52.5 + pos: 47.5,-41.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28442 + - uid: 27424 components: - type: Transform - pos: -25.5,-45.5 + pos: 26.5,-49.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28443 + - uid: 27469 components: - type: Transform - pos: -33.5,-38.5 + pos: -36.5,-52.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28444 + - uid: 27477 components: - type: Transform - pos: -29.5,-29.5 + pos: -55.5,-34.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28445 + - uid: 27479 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,-27.5 + pos: -51.5,-30.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28446 + - uid: 27490 components: - type: Transform - pos: -31.5,-24.5 + pos: -39.5,-28.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28448 + - uid: 27491 components: - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,-35.5 + pos: -35.5,-27.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28449 + - uid: 27510 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-30.5 + pos: -24.5,57.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28450 + - uid: 27511 components: - type: Transform - pos: -12.5,-23.5 + pos: -29.5,57.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28451 + - uid: 32845 components: - type: Transform - pos: -27.5,-15.5 + pos: -17.5,44.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28452 + - uid: 35586 components: - type: Transform - pos: -29.5,-11.5 + pos: 34.5,-16.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28453 + - uid: 36768 components: - type: Transform - pos: -41.5,0.5 + pos: 58.5,44.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28454 + - uid: 36769 components: - type: Transform - pos: -46.5,-38.5 + pos: 58.5,38.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28455 +- proto: PottedPlantRD + entities: + - uid: 8564 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-43.5 + pos: -35.5,55.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28456 + - type: ContainerContainer + containers: + stash: !type:ContainerSlot + showEnts: False + occludes: True + ent: 13048 + - uid: 34261 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,-46.5 + pos: -64.5,-9.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28457 +- proto: PowerCellHighPrinted + entities: + - uid: 12415 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-50.5 + rot: -1.5707963267948966 rad + pos: -30.807055,-7.1984677 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28458 +- proto: PowerCellMedium + entities: + - uid: 9588 components: - type: Transform - pos: -42.5,-30.5 + pos: -31.059422,9.69993 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28459 + - uid: 9589 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,15.5 + pos: -30.918797,9.57493 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28460 +- proto: PowerCellMediumPrinted + entities: + - uid: 36399 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,32.5 + pos: -59.67713,78.64805 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28461 +- proto: PowerCellPotato + entities: + - uid: 13967 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,31.5 + pos: -30.945904,-28.109547 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 28700 +- proto: PowerCellRecharger + entities: + - uid: 5110 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-44.5 + rot: -1.5707963267948966 rad + pos: -32.5,-34.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28758 + - uid: 5144 components: - type: Transform - pos: 6.5,-58.5 + pos: -26.5,-39.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 28978 + - uid: 7416 components: - type: Transform rot: 1.5707963267948966 rad - pos: 25.5,42.5 + pos: -3.5,-29.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29358 + - uid: 9584 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,22.5 + pos: -31.5,9.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29367 + - uid: 10161 components: - type: Transform - pos: -46.5,39.5 + pos: 33.5,22.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29374 + - uid: 10243 components: - type: Transform - pos: -43.5,7.5 + pos: 38.5,54.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29454 + - uid: 11147 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,29.5 + pos: -5.5,-59.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29938 + - uid: 11179 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,-18.5 + pos: 6.5,-59.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 29939 + - uid: 11356 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,-13.5 + pos: 29.5,40.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30046 + - uid: 12220 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-34.5 + rot: 1.5707963267948966 rad + pos: 26.5,-20.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30047 + - uid: 13493 components: - type: Transform - pos: 1.5,-29.5 + pos: -53.5,-40.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30048 + - uid: 13582 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-34.5 + pos: -65.5,74.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30065 + - uid: 15758 components: - type: Transform - pos: 14.5,-43.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 30562 + pos: -0.5,1.5 + parent: 14592 + - uid: 33673 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,29.5 + pos: -84.5,74.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 31815 + - uid: 34195 components: - type: Transform rot: -1.5707963267948966 rad - pos: 24.5,-48.5 + pos: -87.5,60.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 31840 + - uid: 34229 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,0.5 + pos: -18.5,47.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 32256 + - uid: 39605 components: - type: Transform - pos: -30.5,-41.5 + pos: 18.5,3.5 + parent: 36907 +- proto: PowerDrill + entities: + - uid: 4919 + components: + - type: Transform + pos: -16.459679,-20.298235 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33215 + - uid: 9697 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,39.5 + pos: -4.4866943,32.639854 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33300 + - uid: 34073 components: - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,-6.5 + pos: -54.29916,-10.546466 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33623 +- proto: Poweredlight + entities: + - uid: 407 components: - type: Transform - pos: -3.5,-3.5 + rot: 1.5707963267948966 rad + pos: -78.5,78.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33698 + - uid: 647 components: - type: Transform - pos: 34.5,-16.5 + rot: 3.141592653589793 rad + pos: -46.5,-0.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 33701 + - uid: 656 components: - type: Transform - pos: 27.5,-14.5 + pos: -38.5,1.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 34217 + - uid: 1376 components: - type: Transform - pos: -28.5,-3.5 + rot: 1.5707963267948966 rad + pos: 19.5,-28.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35203 + - uid: 1411 components: - type: Transform - pos: 56.5,34.5 + rot: -1.5707963267948966 rad + pos: 48.5,-10.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35205 + - uid: 2533 components: - type: Transform - pos: 68.5,34.5 + rot: 3.141592653589793 rad + pos: 20.5,-5.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35207 + - uid: 2535 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,30.5 + rot: 3.141592653589793 rad + pos: 2.5,-6.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35210 + - uid: 2536 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,30.5 + rot: 3.141592653589793 rad + pos: -21.5,-5.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35694 + - uid: 2551 components: - type: Transform - pos: -76.5,82.5 + pos: -1.5,-3.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35698 + - uid: 2839 components: - type: Transform rot: 3.141592653589793 rad - pos: -83.5,58.5 + pos: 12.5,-5.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35699 + - uid: 2840 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -88.5,66.5 + rot: 3.141592653589793 rad + pos: 66.5,1.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35701 + - uid: 3269 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -84.5,72.5 + pos: 43.5,-5.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35702 + - uid: 3669 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -88.5,79.5 + rot: 3.141592653589793 rad + pos: 22.5,-28.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 35704 + - uid: 4479 components: - type: Transform rot: 3.141592653589793 rad - pos: -63.5,74.5 + pos: 18.5,-56.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 36188 + - uid: 4626 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,58.5 + rot: -1.5707963267948966 rad + pos: 72.5,-5.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' -- proto: GasVentScrubber - entities: - - uid: 7733 + - uid: 5846 components: - type: Transform rot: 3.141592653589793 rad - pos: -58.5,53.5 + pos: 37.5,56.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 7734 + - uid: 6994 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,54.5 + rot: -1.5707963267948966 rad + pos: 44.5,-19.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 7903 + - uid: 7599 components: - type: Transform rot: 3.141592653589793 rad - pos: 4.5,-6.5 + pos: 58.5,11.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 8272 + - uid: 8170 components: - type: Transform - pos: 60.5,43.5 + rot: 3.141592653589793 rad + pos: 32.5,-26.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 10468 + - uid: 8270 components: - type: Transform - pos: -31.5,8.5 + rot: 1.5707963267948966 rad + pos: 40.5,-10.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 10844 + - uid: 9383 + components: + - type: Transform + pos: 24.5,-11.5 + parent: 2 + - uid: 9417 components: - type: Transform rot: -1.5707963267948966 rad - pos: 2.5,19.5 + pos: -28.5,44.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 23871 + - uid: 9418 components: - type: Transform rot: 1.5707963267948966 rad - pos: -25.5,-15.5 + pos: -30.5,47.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 27814 + - uid: 9439 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-74.5 + rot: 1.5707963267948966 rad + pos: 36.5,-26.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28252 + - uid: 9480 components: - type: Transform - pos: -30.5,35.5 + rot: -1.5707963267948966 rad + pos: -50.5,51.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28253 + - uid: 9773 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,25.5 + rot: -1.5707963267948966 rad + pos: 28.5,-23.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28256 + - uid: 10601 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,17.5 + pos: 4.5,-25.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28257 + - uid: 11327 components: - type: Transform - pos: -37.5,24.5 + rot: 1.5707963267948966 rad + pos: -17.5,15.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28258 + - uid: 11608 components: - type: Transform - pos: -42.5,17.5 + pos: -14.5,18.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28259 + - uid: 12203 components: - type: Transform - pos: -45.5,7.5 + pos: 6.5,70.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28263 + - type: Timer + - uid: 12400 components: - type: Transform - pos: -17.5,34.5 + rot: 1.5707963267948966 rad + pos: 12.5,-27.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28265 + - uid: 12401 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,42.5 + rot: -1.5707963267948966 rad + pos: -25.5,27.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28266 + - uid: 12402 components: - type: Transform - pos: -26.5,52.5 + rot: 3.141592653589793 rad + pos: -36.5,-22.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28267 + - uid: 12403 components: - type: Transform rot: 1.5707963267948966 rad - pos: -14.5,60.5 + pos: -16.5,-22.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28268 + - uid: 12404 + components: + - type: Transform + pos: 41.5,-24.5 + parent: 2 + - uid: 12405 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,-29.5 + parent: 2 + - uid: 12406 components: - type: Transform rot: -1.5707963267948966 rad - pos: -7.5,61.5 + pos: -34.5,-29.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28269 + - uid: 12407 components: - type: Transform - pos: 1.5,63.5 + rot: 3.141592653589793 rad + pos: -39.5,-28.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28270 + - uid: 12408 components: - type: Transform - pos: 22.5,66.5 + pos: -49.5,5.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28272 + - uid: 12409 components: - type: Transform - pos: 36.5,57.5 + pos: -26.5,18.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28273 + - uid: 12410 components: - type: Transform - pos: 45.5,51.5 + rot: 3.141592653589793 rad + pos: -32.5,14.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28274 + - uid: 12411 components: - type: Transform rot: 3.141592653589793 rad - pos: 33.5,41.5 + pos: 34.5,-21.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28275 + - uid: 12418 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,43.5 + pos: -17.5,40.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28276 + - uid: 12420 components: - type: Transform rot: 3.141592653589793 rad - pos: 47.5,32.5 + pos: 21.5,-14.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28278 + - uid: 12421 components: - type: Transform - pos: 24.5,30.5 + rot: 1.5707963267948966 rad + pos: 18.5,-18.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28279 + - uid: 12422 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,23.5 + pos: 22.5,-16.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28280 + - uid: 12423 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,23.5 + rot: 1.5707963267948966 rad + pos: 12.5,-19.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28281 + - uid: 12424 components: - type: Transform rot: 3.141592653589793 rad - pos: 42.5,20.5 + pos: 15.5,-20.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28282 + - uid: 12425 components: - type: Transform rot: -1.5707963267948966 rad - pos: 34.5,19.5 + pos: 16.5,-17.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28283 + - uid: 12426 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,23.5 + pos: 19.5,-22.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28284 + - uid: 12427 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 64.5,23.5 + pos: 23.5,-22.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28285 + - uid: 12428 components: - type: Transform - rot: 3.141592653589793 rad - pos: 58.5,12.5 + pos: 14.5,-22.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28286 + - uid: 12429 components: - type: Transform - pos: 57.5,5.5 + rot: -1.5707963267948966 rad + pos: -9.5,39.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28287 + - uid: 12430 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,-3.5 + rot: -1.5707963267948966 rad + pos: -9.5,37.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28288 + - uid: 12436 components: - type: Transform rot: -1.5707963267948966 rad - pos: 66.5,1.5 + pos: -42.5,37.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28289 + - uid: 12437 components: - type: Transform - pos: 66.5,7.5 + rot: 1.5707963267948966 rad + pos: 19.5,-37.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28290 + - uid: 12438 components: - type: Transform - pos: 56.5,-12.5 + rot: 3.141592653589793 rad + pos: -52.5,23.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28291 + - uid: 12442 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,-34.5 + parent: 2 + - uid: 12445 components: - type: Transform rot: 1.5707963267948966 rad - pos: 56.5,-20.5 + pos: -48.5,35.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28292 + - uid: 12446 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,-35.5 + pos: 29.5,-28.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28293 + - uid: 12447 components: - type: Transform rot: 3.141592653589793 rad - pos: 40.5,-40.5 + pos: 29.5,-31.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28296 + - uid: 12449 components: - type: Transform - pos: 20.5,-26.5 + rot: 3.141592653589793 rad + pos: 35.5,-31.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28297 + - uid: 12450 components: - type: Transform - pos: 32.5,-20.5 + pos: -24.5,-36.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28299 + - uid: 12452 components: - type: Transform rot: 1.5707963267948966 rad - pos: 21.5,-19.5 + pos: 26.5,-29.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28302 + - uid: 12515 components: - type: Transform - pos: 31.5,-29.5 + rot: -1.5707963267948966 rad + pos: -20.5,46.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28303 + - uid: 12539 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,-28.5 + rot: 3.141592653589793 rad + pos: -40.5,28.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28304 + - uid: 12627 components: - type: Transform rot: -1.5707963267948966 rad - pos: 43.5,-20.5 + pos: 9.5,-28.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28305 + - uid: 12628 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,-15.5 + rot: 3.141592653589793 rad + pos: -3.5,-31.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28306 + - uid: 12643 components: - type: Transform rot: 3.141592653589793 rad - pos: 47.5,-52.5 + pos: 33.5,-7.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28307 + - uid: 12644 components: - type: Transform - pos: 34.5,-46.5 + pos: 39.5,-5.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28308 + - uid: 12645 components: - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-56.5 + pos: 28.5,-5.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28309 + - uid: 12652 components: - type: Transform - pos: 11.5,-43.5 + rot: 1.5707963267948966 rad + pos: 68.5,10.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28310 + - uid: 12662 components: - type: Transform rot: -1.5707963267948966 rad - pos: 7.5,-43.5 + pos: -42.5,-42.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28311 + - uid: 12666 components: - type: Transform rot: 1.5707963267948966 rad - pos: -4.5,-42.5 + pos: -61.5,-30.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28312 + - uid: 12674 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-34.5 + pos: 11.5,-33.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28313 + - uid: 12675 components: - type: Transform - pos: -0.5,-29.5 + rot: -1.5707963267948966 rad + pos: -57.5,-33.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28314 + - uid: 12687 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-36.5 + pos: -3.5,-25.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28315 + - uid: 12688 components: - type: Transform - pos: -27.5,-11.5 + rot: 3.141592653589793 rad + pos: 4.5,-31.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28317 + - uid: 12689 components: - type: Transform - pos: -29.5,-24.5 + rot: 1.5707963267948966 rad + pos: -8.5,-28.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28318 + - uid: 12690 components: - type: Transform - pos: -31.5,-29.5 + rot: 3.141592653589793 rad + pos: 3.5,-39.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28319 + - uid: 12691 components: - type: Transform rot: 3.141592653589793 rad - pos: -38.5,-27.5 + pos: 9.5,-39.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28320 + - uid: 12692 components: - type: Transform - pos: -43.5,-15.5 + pos: 4.5,-34.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 28322 + - uid: 12693 components: - type: Transform rot: 3.141592653589793 rad - pos: -16.5,-35.5 + pos: 12.5,-36.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28323 + - uid: 12702 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-29.5 + pos: 8.5,-34.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28324 + - uid: 12703 components: - type: Transform - pos: -14.5,-23.5 + rot: 3.141592653589793 rad + pos: -8.5,-32.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28325 + - uid: 12708 components: - type: Transform rot: 3.141592653589793 rad - pos: -0.5,-58.5 + pos: 9.5,-32.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28326 + - uid: 13188 components: - type: Transform rot: 3.141592653589793 rad - pos: 10.5,-74.5 + pos: 48.5,-7.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28330 + - uid: 14087 components: - type: Transform rot: 3.141592653589793 rad - pos: -37.5,-46.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28331 + pos: 2.5,-2.5 + parent: 14592 + - uid: 14433 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-50.5 + rot: 1.5707963267948966 rad + pos: 21.5,32.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28332 + - uid: 14514 components: - type: Transform rot: 1.5707963267948966 rad - pos: -60.5,10.5 + pos: -0.5,46.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28333 + - type: Timer + - uid: 14515 components: - type: Transform - pos: -48.5,-38.5 + rot: 1.5707963267948966 rad + pos: -0.5,36.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28334 + - uid: 14519 components: - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,-43.5 + rot: 1.5707963267948966 rad + pos: -34.5,51.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28335 + - type: DeviceLinkSink + links: + - 33143 + - uid: 14520 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,28.5 + pos: -28.5,53.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28336 + - type: DeviceLinkSink + links: + - 33143 + - uid: 14521 components: - type: Transform - pos: -43.5,36.5 + pos: -31.5,53.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28337 + - type: DeviceLinkSink + links: + - 33143 + - uid: 14522 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,29.5 + rot: -1.5707963267948966 rad + pos: -23.5,53.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28338 + - uid: 14531 components: - type: Transform - pos: -1.5,53.5 + pos: -31.5,58.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28339 + - uid: 14532 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,44.5 + pos: -25.5,60.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28340 + - uid: 14863 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,2.5 + parent: 14592 + - uid: 15345 components: - type: Transform rot: 3.141592653589793 rad - pos: 14.5,44.5 + pos: 43.5,-16.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28341 + - uid: 15350 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,44.5 + rot: 1.5707963267948966 rad + pos: 46.5,-20.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28343 + - uid: 15719 components: - type: Transform - pos: 29.5,32.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28345 + rot: 1.5707963267948966 rad + pos: -7.5,-6.5 + parent: 14592 + - uid: 15720 components: - type: Transform rot: -1.5707963267948966 rad - pos: 49.5,19.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28346 + pos: -4.5,-6.5 + parent: 14592 + - uid: 15721 components: - type: Transform - pos: 58.5,16.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28349 + rot: 1.5707963267948966 rad + pos: -2.5,-6.5 + parent: 14592 + - uid: 15722 components: - type: Transform rot: -1.5707963267948966 rad - pos: 51.5,-12.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28350 + pos: 2.5,-6.5 + parent: 14592 + - uid: 15723 components: - type: Transform rot: -1.5707963267948966 rad - pos: 46.5,-25.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28351 + pos: 7.5,-8.5 + parent: 14592 + - uid: 15724 components: - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,-35.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28353 + rot: 1.5707963267948966 rad + pos: 4.5,-8.5 + parent: 14592 + - uid: 15725 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,-46.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28354 + rot: 1.5707963267948966 rad + pos: 4.5,-4.5 + parent: 14592 + - uid: 15726 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-50.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28355 + rot: -1.5707963267948966 rad + pos: 10.5,-3.5 + parent: 14592 + - uid: 15727 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-52.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28356 + pos: 9.5,1.5 + parent: 14592 + - uid: 15728 + components: + - type: Transform + pos: 7.5,5.5 + parent: 14592 + - uid: 15729 components: - type: Transform rot: 3.141592653589793 rad - pos: -23.5,-45.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28357 + pos: 7.5,3.5 + parent: 14592 + - uid: 15730 components: - type: Transform rot: 3.141592653589793 rad - pos: -35.5,-38.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28358 + pos: 13.5,3.5 + parent: 14592 + - uid: 15731 + components: + - type: Transform + pos: 14.5,6.5 + parent: 14592 + - uid: 15732 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 14592 + - uid: 15734 components: - type: Transform rot: 1.5707963267948966 rad - pos: -43.5,-28.5 + pos: -7.5,-1.5 + parent: 14592 + - uid: 15771 + components: + - type: Transform + pos: -1.5,3.5 + parent: 14592 + - uid: 17854 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,41.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28360 + - uid: 18379 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,14.5 + rot: -1.5707963267948966 rad + pos: 34.5,40.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28361 + - uid: 19250 components: - type: Transform - pos: -41.5,29.5 + rot: 1.5707963267948966 rad + pos: 69.5,0.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28362 + - uid: 19274 components: - type: Transform - pos: -33.5,39.5 + rot: 3.141592653589793 rad + pos: 41.5,-22.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28364 + - uid: 19427 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,33.5 + pos: 4.5,37.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28365 + - uid: 23719 components: - type: Transform rot: 3.141592653589793 rad - pos: -26.5,21.5 + pos: 28.5,41.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28383 + - uid: 23720 components: - type: Transform rot: 1.5707963267948966 rad - pos: -4.5,44.5 + pos: 27.5,-2.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28413 + - uid: 23721 components: - type: Transform - pos: 55.5,0.5 + rot: -1.5707963267948966 rad + pos: 34.5,0.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28423 + - uid: 23722 + components: + - type: Transform + pos: -35.5,-24.5 + parent: 2 + - uid: 23723 components: - type: Transform - pos: 32.5,-0.5 + pos: -16.5,34.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28424 + - uid: 23724 components: - type: Transform - pos: 31.5,4.5 + rot: 3.141592653589793 rad + pos: -17.5,36.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28430 + - uid: 23725 components: - type: Transform rot: 1.5707963267948966 rad - pos: 21.5,-32.5 + pos: 27.5,2.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28447 + - uid: 23726 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-37.5 + pos: 33.5,6.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28463 + - uid: 23727 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,29.5 + pos: 11.5,-41.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 28467 + - uid: 23728 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,24.5 + pos: 14.5,-41.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28919 + - uid: 23729 components: - type: Transform rot: 3.141592653589793 rad - pos: 3.5,36.5 + pos: 10.5,-47.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 28967 + - uid: 23730 components: - type: Transform rot: 3.141592653589793 rad - pos: -0.5,30.5 + pos: 15.5,-47.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29189 + - uid: 23735 components: - type: Transform rot: 1.5707963267948966 rad - pos: 24.5,52.5 + pos: -9.5,-45.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29437 + - uid: 23736 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,0.5 + rot: -1.5707963267948966 rad + pos: -2.5,-45.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 29455 + - uid: 23737 components: - type: Transform - pos: 39.5,27.5 + pos: -4.5,-41.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30101 + - uid: 23741 components: - type: Transform - pos: -43.5,40.5 + rot: 1.5707963267948966 rad + pos: -2.5,-53.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30356 + - uid: 23743 components: - type: Transform rot: 1.5707963267948966 rad - pos: -4.5,-58.5 + pos: 9.5,-53.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 30370 + - uid: 23745 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-58.5 + pos: 2.5,-50.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 32255 + - uid: 23746 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-35.5 + rot: 3.141592653589793 rad + pos: -5.5,-55.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33216 + - uid: 23747 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,37.5 + rot: 3.141592653589793 rad + pos: 6.5,-55.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33217 + - uid: 23748 components: - type: Transform rot: -1.5707963267948966 rad - pos: -10.5,43.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33299 - components: - - type: Transform - pos: 39.5,-6.5 + pos: 1.5,-45.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33699 + - uid: 23749 components: - type: Transform - pos: 32.5,-16.5 + rot: 1.5707963267948966 rad + pos: -0.5,-45.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 33700 + - uid: 23752 components: - type: Transform - pos: 29.5,-14.5 + rot: 1.5707963267948966 rad + pos: -0.5,-40.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 34219 + - uid: 23753 components: - type: Transform - pos: -29.5,-3.5 + rot: -1.5707963267948966 rad + pos: 1.5,-40.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35204 + - uid: 23768 components: - type: Transform rot: 3.141592653589793 rad - pos: 54.5,34.5 + pos: -2.5,-39.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35206 + - uid: 23769 components: - type: Transform rot: 3.141592653589793 rad - pos: 66.5,34.5 + pos: -8.5,-39.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35208 + - uid: 23772 components: - type: Transform rot: -1.5707963267948966 rad - pos: 58.5,28.5 + pos: -22.5,-31.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35209 + - uid: 23773 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,28.5 + rot: 3.141592653589793 rad + pos: -26.5,-26.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35691 + - uid: 23774 components: - type: Transform - pos: -81.5,63.5 + rot: 1.5707963267948966 rad + pos: -85.5,80.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35692 + - uid: 23775 components: - type: Transform - pos: -81.5,74.5 + rot: 3.141592653589793 rad + pos: -32.5,-26.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35693 + - uid: 23776 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -82.5,84.5 + rot: -1.5707963267948966 rad + pos: -31.5,-21.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35695 + - uid: 23777 components: - type: Transform rot: -1.5707963267948966 rad - pos: -61.5,76.5 + pos: -18.5,-21.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35696 + - uid: 23778 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,56.5 + rot: -1.5707963267948966 rad + pos: -18.5,-16.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 35700 + - uid: 23779 components: - type: Transform - pos: -86.5,68.5 + rot: 1.5707963267948966 rad + pos: -16.5,-18.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 35769 + - uid: 23781 components: - type: Transform - pos: -71.5,83.5 + rot: 1.5707963267948966 rad + pos: -85.5,82.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 43000 + - uid: 23782 components: - type: Transform rot: 3.141592653589793 rad - pos: 1.5,14.5 + pos: -13.5,-25.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' -- proto: GasVolumePump - entities: - - uid: 7618 + - uid: 23783 components: - type: Transform rot: 3.141592653589793 rad - pos: -45.5,45.5 + pos: -14.5,-31.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#17E8E2FF' -- proto: Gateway - entities: - - uid: 9784 + - uid: 23784 components: - type: Transform - pos: -7.5,33.5 + pos: -14.5,-27.5 parent: 2 -- proto: Gauze - entities: - - uid: 10343 + - uid: 23785 components: - type: Transform - pos: 24.698479,51.587063 + rot: 1.5707963267948966 rad + pos: -20.5,-29.5 parent: 2 -- proto: GeigerCounter - entities: - - uid: 13380 + - uid: 23786 components: - type: Transform - pos: -63.721565,8.711062 + rot: 1.5707963267948966 rad + pos: -35.5,-32.5 parent: 2 -- proto: GeneratorBasic15kW - entities: - - uid: 13981 + - uid: 23787 components: - type: Transform - pos: 2.5,-0.5 - parent: 13793 - - uid: 14688 + rot: -1.5707963267948966 rad + pos: -26.5,-32.5 + parent: 2 + - uid: 23788 components: - type: Transform - pos: 15.5,4.5 - parent: 14592 - - uid: 14912 + pos: -30.5,-28.5 + parent: 2 + - uid: 23789 components: - type: Transform - pos: 15.5,6.5 - parent: 14592 - - uid: 15452 + rot: 1.5707963267948966 rad + pos: -58.5,21.5 + parent: 2 + - uid: 23790 components: - type: Transform - pos: 14.5,6.5 - parent: 14592 - - uid: 15454 + rot: -1.5707963267948966 rad + pos: -54.5,12.5 + parent: 2 + - uid: 23920 components: - type: Transform - pos: 15.5,5.5 - parent: 14592 - - uid: 33996 + rot: 1.5707963267948966 rad + pos: -56.5,10.5 + parent: 2 + - uid: 23921 components: - type: Transform - pos: -86.5,69.5 + rot: 1.5707963267948966 rad + pos: -45.5,12.5 parent: 2 - - uid: 34020 + - uid: 23922 components: - type: Transform - pos: -85.5,69.5 + rot: -1.5707963267948966 rad + pos: -37.5,12.5 parent: 2 - - uid: 34044 + - uid: 23923 components: - type: Transform - pos: -87.5,69.5 + pos: -39.5,8.5 parent: 2 -- proto: GeneratorRTG - entities: - - uid: 2109 + - uid: 23924 components: - type: Transform - pos: 14.5,-39.5 + rot: 3.141592653589793 rad + pos: -39.5,3.5 parent: 2 - - uid: 36556 + - uid: 23925 components: - type: Transform - pos: 6.5,-8.5 - parent: 36450 - - uid: 36557 + rot: -1.5707963267948966 rad + pos: 28.5,-18.5 + parent: 2 + - uid: 23926 components: - type: Transform - pos: 5.5,-8.5 - parent: 36450 -- proto: GeneratorRTGDamaged - entities: - - uid: 13600 + pos: -46.5,8.5 + parent: 2 + - uid: 23927 components: - type: Transform - pos: -39.5,-10.5 + rot: 1.5707963267948966 rad + pos: -45.5,17.5 parent: 2 -- proto: GeneratorWallmountBasic - entities: - - uid: 31406 + - uid: 23928 components: - type: Transform - pos: -1.5,0.5 - parent: 31348 - - uid: 31407 + rot: -1.5707963267948966 rad + pos: -36.5,17.5 + parent: 2 + - uid: 23930 components: - type: Transform - pos: -1.5,-0.5 - parent: 31348 - - uid: 31408 + rot: 1.5707963267948966 rad + pos: -34.5,24.5 + parent: 2 + - uid: 23932 components: - type: Transform - pos: 2.5,-0.5 - parent: 31348 - - uid: 31409 + pos: -41.5,26.5 + parent: 2 + - uid: 23933 components: - type: Transform - pos: 2.5,0.5 - parent: 31348 - - uid: 32985 + pos: -36.5,26.5 + parent: 2 + - uid: 23934 components: - type: Transform - pos: 2.5,-1.5 - parent: 32914 - - uid: 32986 + rot: 3.141592653589793 rad + pos: -36.5,20.5 + parent: 2 + - uid: 23935 components: - type: Transform - pos: 2.5,-2.5 - parent: 32914 - - uid: 32987 + rot: 3.141592653589793 rad + pos: -41.5,20.5 + parent: 2 + - uid: 23938 components: - type: Transform - pos: 4.5,-2.5 - parent: 32914 - - uid: 32988 + pos: -29.5,27.5 + parent: 2 + - uid: 23939 components: - type: Transform - pos: 4.5,-1.5 - parent: 32914 - - uid: 32989 + rot: 3.141592653589793 rad + pos: -29.5,33.5 + parent: 2 + - uid: 23940 components: - type: Transform - pos: 3.5,-3.5 - parent: 32914 -- proto: Girder - entities: - - uid: 14428 + rot: 1.5707963267948966 rad + pos: -34.5,33.5 + parent: 2 + - uid: 23942 components: - type: Transform - pos: -17.5,-57.5 + rot: -1.5707963267948966 rad + pos: -25.5,36.5 parent: 2 - - uid: 15942 + - uid: 23945 components: - type: Transform - pos: -1.5,17.5 - parent: 14592 - - uid: 15953 + rot: 3.141592653589793 rad + pos: -24.5,29.5 + parent: 2 + - uid: 23947 components: - type: Transform - pos: 0.5,17.5 - parent: 14592 - - uid: 16022 + rot: -1.5707963267948966 rad + pos: -21.5,33.5 + parent: 2 + - uid: 23948 components: - type: Transform - pos: -1.5,15.5 - parent: 14592 - - uid: 16075 + rot: -1.5707963267948966 rad + pos: -21.5,23.5 + parent: 2 + - uid: 23949 components: - type: Transform - pos: 0.5,15.5 - parent: 14592 - - uid: 16077 + rot: 1.5707963267948966 rad + pos: -23.5,23.5 + parent: 2 + - uid: 23951 components: - type: Transform - pos: 0.5,16.5 - parent: 14592 -- proto: GlowstickBase - entities: - - uid: 33486 + rot: 3.141592653589793 rad + pos: -17.5,20.5 + parent: 2 + - uid: 23952 components: - type: Transform - pos: -33.547775,51.528877 + rot: -1.5707963267948966 rad + pos: -19.5,19.5 parent: 2 - - uid: 33489 + - uid: 23954 + components: + - type: Transform + pos: -28.5,22.5 + parent: 2 + - uid: 23957 components: - type: Transform rot: 3.141592653589793 rad - pos: -30.373695,48.467884 + pos: -34.5,20.5 parent: 2 -- proto: GlowstickRed - entities: - - uid: 33488 + - uid: 23983 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.579025,48.388252 + pos: -16.5,44.5 parent: 2 -- proto: GlowstickYellow - entities: - - uid: 33487 + - uid: 23984 + components: + - type: Transform + pos: -10.5,45.5 + parent: 2 + - uid: 23988 components: - type: Transform rot: -1.5707963267948966 rad - pos: -30.391527,51.435127 + pos: -21.5,40.5 parent: 2 -- proto: GrassBattlemap - entities: - - uid: 9835 + - uid: 23989 components: - type: Transform - pos: 9.750498,47.369194 + rot: 3.141592653589793 rad + pos: -27.5,38.5 parent: 2 -- proto: GravityGenerator - entities: - - uid: 7221 + - uid: 23991 components: - type: Transform - pos: -26.5,42.5 + pos: -35.5,31.5 parent: 2 -- proto: GravityGeneratorMini - entities: - - uid: 32910 + - uid: 23996 components: - type: Transform - pos: -0.5,4.5 - parent: 30892 - - type: Stealth - - type: StealthOnMove - - uid: 32911 + pos: -48.5,33.5 + parent: 2 + - uid: 24001 components: - type: Transform - pos: 2.5,-1.5 - parent: 31348 - - type: Stealth - - type: StealthOnMove - - type: Visibility - layer: 8 - - uid: 32984 + rot: 1.5707963267948966 rad + pos: -52.5,37.5 + parent: 2 + - uid: 24003 components: - type: Transform - pos: 3.5,-2.5 - parent: 32914 - - type: Stealth - - type: StealthOnMove - - type: Visibility - layer: 8 - - uid: 33186 + rot: 3.141592653589793 rad + pos: -50.5,34.5 + parent: 2 + - uid: 24004 components: - type: Transform - pos: 13.5,6.5 - parent: 14592 - - uid: 36553 + pos: -58.5,36.5 + parent: 2 + - uid: 24007 components: - type: Transform - pos: 3.5,-7.5 - parent: 36450 -- proto: Grille - entities: - - uid: 38 + rot: -1.5707963267948966 rad + pos: -56.5,28.5 + parent: 2 + - uid: 24008 components: - type: Transform - pos: -46.5,49.5 + rot: 1.5707963267948966 rad + pos: -58.5,24.5 parent: 2 - - uid: 44 + - uid: 24011 components: - type: Transform - pos: -73.5,84.5 + rot: -1.5707963267948966 rad + pos: -50.5,27.5 parent: 2 - - uid: 98 + - uid: 24014 components: - type: Transform - pos: -53.5,49.5 + pos: -54.5,32.5 parent: 2 - - uid: 415 + - uid: 24031 components: - type: Transform - pos: -15.5,35.5 + rot: 1.5707963267948966 rad + pos: -58.5,53.5 parent: 2 - - uid: 436 + - uid: 24041 components: - type: Transform - pos: -86.5,80.5 + rot: 3.141592653589793 rad + pos: -52.5,39.5 parent: 2 - - uid: 492 + - uid: 24044 components: - type: Transform rot: -1.5707963267948966 rad - pos: 69.5,-39.5 + pos: -40.5,44.5 parent: 2 - - uid: 575 + - uid: 24045 components: - type: Transform rot: -1.5707963267948966 rad - pos: 66.5,-33.5 + pos: -44.5,46.5 parent: 2 - - uid: 588 + - uid: 24046 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 68.5,-36.5 + rot: 3.141592653589793 rad + pos: -45.5,39.5 parent: 2 - - uid: 590 + - uid: 24053 components: - type: Transform rot: -1.5707963267948966 rad - pos: 68.5,-35.5 + pos: -35.5,37.5 parent: 2 - - uid: 591 + - uid: 24059 components: - type: Transform rot: -1.5707963267948966 rad - pos: 66.5,-35.5 + pos: -31.5,39.5 parent: 2 - - uid: 689 + - uid: 24060 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 66.5,-34.5 + rot: 1.5707963267948966 rad + pos: -47.5,25.5 parent: 2 - - uid: 758 + - uid: 24063 components: - type: Transform - pos: -53.5,50.5 + rot: -1.5707963267948966 rad + pos: -47.5,19.5 parent: 2 - - uid: 782 + - uid: 24065 components: - type: Transform - pos: 0.5,-2.5 + rot: -1.5707963267948966 rad + pos: -47.5,14.5 parent: 2 - - uid: 825 + - uid: 24066 components: - type: Transform - pos: -53.5,52.5 + rot: 1.5707963267948966 rad + pos: -52.5,9.5 parent: 2 - - uid: 1033 + - uid: 24068 components: - type: Transform - pos: -0.5,-2.5 + rot: 1.5707963267948966 rad + pos: -53.5,2.5 parent: 2 - - uid: 1131 + - uid: 24074 components: - type: Transform - pos: 27.5,57.5 + pos: -33.5,3.5 parent: 2 - - uid: 1210 + - uid: 24075 components: - type: Transform - pos: 38.5,32.5 + pos: -27.5,3.5 parent: 2 - - uid: 1238 + - uid: 24080 components: - type: Transform - pos: -15.5,-6.5 + rot: 3.141592653589793 rad + pos: -32.5,-4.5 parent: 2 - - uid: 1241 + - uid: 24083 components: - type: Transform - pos: 10.5,-3.5 + pos: -22.5,-19.5 parent: 2 - - uid: 1242 + - uid: 24088 components: - type: Transform - pos: 19.5,-3.5 + rot: 1.5707963267948966 rad + pos: -29.5,-18.5 parent: 2 - - uid: 1250 + - uid: 24089 components: - type: Transform - pos: 16.5,-6.5 + rot: -1.5707963267948966 rad + pos: -25.5,-18.5 parent: 2 - - uid: 1258 + - uid: 24090 components: - type: Transform - pos: 36.5,34.5 + rot: -1.5707963267948966 rad + pos: -23.5,-14.5 parent: 2 - - uid: 1267 + - uid: 24091 components: - type: Transform - pos: 17.5,-6.5 + rot: 1.5707963267948966 rad + pos: -29.5,-14.5 parent: 2 - - uid: 1271 + - uid: 24110 components: - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,2.5 + rot: -1.5707963267948966 rad + pos: -51.5,-2.5 parent: 2 - - uid: 1276 + - uid: 24116 components: - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,1.5 + rot: -1.5707963267948966 rad + pos: -48.5,-16.5 parent: 2 - - uid: 1288 + - uid: 24119 components: - type: Transform - pos: -78.5,84.5 + rot: 1.5707963267948966 rad + pos: -47.5,-24.5 parent: 2 - - uid: 1331 + - uid: 24129 components: - type: Transform - pos: 73.5,-19.5 + rot: 3.141592653589793 rad + pos: -36.5,-42.5 parent: 2 - - uid: 1404 + - type: Timer + - uid: 24132 components: - type: Transform - pos: 73.5,-23.5 + rot: -1.5707963267948966 rad + pos: -28.5,-40.5 parent: 2 - - uid: 1409 + - uid: 24139 components: - type: Transform - pos: 73.5,-21.5 + rot: -1.5707963267948966 rad + pos: -22.5,-41.5 parent: 2 - - uid: 2090 + - uid: 24143 components: - type: Transform - pos: -5.5,-81.5 + rot: 1.5707963267948966 rad + pos: -24.5,-31.5 parent: 2 - - uid: 2557 + - uid: 24145 components: - type: Transform - pos: 63.5,-57.5 + pos: -20.5,-24.5 parent: 2 - - uid: 2570 + - uid: 24154 components: - type: Transform - pos: 67.5,-57.5 + pos: 6.5,-49.5 parent: 2 - - uid: 2577 + - uid: 24155 components: - type: Transform - pos: 67.5,-58.5 + rot: 3.141592653589793 rad + pos: -6.5,56.5 parent: 2 - - uid: 2716 + - uid: 24159 components: - type: Transform rot: 3.141592653589793 rad - pos: 44.5,-37.5 + pos: 10.5,-59.5 parent: 2 - - uid: 2812 + - uid: 24160 components: - type: Transform - pos: -10.5,-3.5 + pos: 7.5,-57.5 parent: 2 - - uid: 2813 + - uid: 24162 components: - type: Transform - pos: -9.5,-3.5 + rot: 3.141592653589793 rad + pos: 0.5,-59.5 parent: 2 - - uid: 2814 + - uid: 24163 components: - type: Transform - pos: -8.5,-3.5 + pos: -3.5,-61.5 parent: 2 - - uid: 2821 + - uid: 24164 components: - type: Transform - pos: -15.5,-3.5 + rot: 3.141592653589793 rad + pos: 8.5,35.5 parent: 2 - - uid: 2825 + - uid: 24167 components: - type: Transform - pos: -7.5,-3.5 + rot: -1.5707963267948966 rad + pos: 9.5,-65.5 parent: 2 - - uid: 2827 + - uid: 24168 components: - type: Transform - pos: -14.5,-3.5 + rot: 1.5707963267948966 rad + pos: -8.5,-65.5 parent: 2 - - uid: 2829 + - uid: 24171 components: - type: Transform - pos: -6.5,5.5 + rot: 3.141592653589793 rad + pos: 2.5,-67.5 parent: 2 - - uid: 2830 + - type: Timer + - uid: 24173 components: - type: Transform - pos: -6.5,7.5 + pos: 0.5,-61.5 parent: 2 - - uid: 2832 + - type: Timer + - uid: 24174 components: - type: Transform - pos: 7.5,7.5 + rot: -1.5707963267948966 rad + pos: 10.5,-71.5 parent: 2 - - uid: 2833 + - uid: 24176 components: - type: Transform - pos: -6.5,6.5 + rot: 1.5707963267948966 rad + pos: 8.5,-78.5 parent: 2 - - uid: 2852 + - uid: 24179 components: - type: Transform - pos: 21.5,-23.5 + rot: -1.5707963267948966 rad + pos: 10.5,-83.5 parent: 2 - - uid: 2853 + - uid: 24183 components: - type: Transform - pos: 21.5,-24.5 + rot: 1.5707963267948966 rad + pos: -9.5,-83.5 parent: 2 - - uid: 3123 + - uid: 24184 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-78.5 + parent: 2 + - uid: 24186 components: - type: Transform rot: 1.5707963267948966 rad - pos: 59.5,37.5 + pos: -9.5,-71.5 parent: 2 - - uid: 3245 + - uid: 24188 components: - type: Transform - pos: 19.5,-6.5 + pos: 14.5,-54.5 parent: 2 - - uid: 3270 + - uid: 24189 components: - type: Transform - pos: -4.5,-7.5 + rot: -1.5707963267948966 rad + pos: 20.5,-60.5 parent: 2 - - uid: 3272 + - uid: 24190 components: - type: Transform - pos: -93.5,76.5 + rot: -1.5707963267948966 rad + pos: 24.5,-58.5 parent: 2 - - uid: 3280 + - uid: 24191 components: - type: Transform - pos: 21.5,-22.5 + rot: -1.5707963267948966 rad + pos: 28.5,-56.5 parent: 2 - - uid: 3440 + - uid: 24192 components: - type: Transform - pos: 75.5,-0.5 + rot: -1.5707963267948966 rad + pos: 32.5,-55.5 parent: 2 - - uid: 3441 + - uid: 24194 components: - type: Transform - pos: 75.5,0.5 + rot: -1.5707963267948966 rad + pos: 24.5,-54.5 parent: 2 - - uid: 3442 + - uid: 24196 components: - type: Transform - pos: 74.5,-1.5 + rot: 3.141592653589793 rad + pos: 28.5,-52.5 parent: 2 - - uid: 3443 + - uid: 24197 components: - type: Transform - pos: 74.5,-3.5 + rot: 1.5707963267948966 rad + pos: 28.5,-48.5 parent: 2 - - uid: 3444 + - uid: 24200 components: - type: Transform - pos: 75.5,1.5 + rot: -1.5707963267948966 rad + pos: 35.5,-45.5 parent: 2 - - uid: 3450 + - uid: 24202 components: - type: Transform - pos: 74.5,2.5 + rot: 3.141592653589793 rad + pos: 36.5,-50.5 parent: 2 - - uid: 3615 + - uid: 24205 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 75.5,25.5 + rot: -1.5707963267948966 rad + pos: 44.5,-40.5 parent: 2 - - uid: 3616 + - uid: 24206 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 77.5,37.5 + rot: -1.5707963267948966 rad + pos: 47.5,-40.5 parent: 2 - - uid: 3617 + - uid: 24207 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,47.5 + rot: 3.141592653589793 rad + pos: 44.5,-44.5 parent: 2 - - uid: 3631 + - uid: 24208 components: - type: Transform - pos: 56.5,28.5 + rot: 3.141592653589793 rad + pos: 46.5,-44.5 parent: 2 - - uid: 3632 + - uid: 24209 components: - type: Transform - pos: 56.5,29.5 + pos: -32.5,9.5 parent: 2 - - uid: 3642 + - uid: 24210 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 63.5,55.5 + rot: -1.5707963267948966 rad + pos: 41.5,-46.5 parent: 2 - - uid: 3809 + - uid: 24212 components: - type: Transform - pos: 47.5,40.5 + rot: 3.141592653589793 rad + pos: 43.5,-50.5 parent: 2 - - uid: 3816 + - uid: 24213 components: - type: Transform - pos: 46.5,40.5 + pos: 44.5,-46.5 parent: 2 - - uid: 3824 + - uid: 24214 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 74.5,25.5 + pos: 50.5,-48.5 parent: 2 - - uid: 3829 + - uid: 24215 components: - type: Transform - pos: -16.5,-3.5 + rot: 1.5707963267948966 rad + pos: 44.5,-54.5 parent: 2 - - uid: 4104 + - uid: 24217 components: - type: Transform - pos: -14.5,54.5 + rot: 1.5707963267948966 rad + pos: -51.5,-13.5 parent: 2 - - uid: 4390 + - uid: 24218 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-27.5 + pos: 47.5,-34.5 parent: 2 - - uid: 4454 + - uid: 24223 components: - type: Transform - pos: -49.5,59.5 + pos: -38.5,-32.5 parent: 2 - - uid: 4461 + - uid: 24225 components: - type: Transform - pos: -48.5,59.5 + pos: -36.5,-35.5 parent: 2 - - uid: 4462 + - uid: 24230 components: - type: Transform - pos: -47.5,59.5 + rot: 1.5707963267948966 rad + pos: 26.5,-41.5 parent: 2 - - uid: 4463 + - uid: 24232 components: - type: Transform - pos: -45.5,61.5 + pos: 26.5,-34.5 parent: 2 - - uid: 4464 + - uid: 24234 components: - type: Transform - pos: -44.5,61.5 + rot: 3.141592653589793 rad + pos: 35.5,-40.5 parent: 2 - - uid: 4469 + - uid: 24235 components: - type: Transform - pos: -53.5,57.5 + rot: 1.5707963267948966 rad + pos: -40.5,-36.5 parent: 2 - - uid: 4470 + - uid: 24236 components: - type: Transform - pos: -52.5,57.5 + rot: -1.5707963267948966 rad + pos: 36.5,-38.5 parent: 2 - - uid: 4478 + - uid: 24237 components: - type: Transform - pos: -55.5,56.5 + pos: 38.5,-34.5 parent: 2 - - uid: 4479 + - uid: 24239 components: - type: Transform rot: 1.5707963267948966 rad - pos: 16.5,-54.5 + pos: 40.5,-31.5 parent: 2 - - uid: 4480 + - uid: 24241 components: - type: Transform rot: 1.5707963267948966 rad - pos: 16.5,-56.5 + pos: 45.5,-24.5 parent: 2 - - uid: 4487 + - uid: 24242 components: - type: Transform - pos: -63.5,38.5 + rot: -1.5707963267948966 rad + pos: 47.5,-28.5 parent: 2 - - uid: 4491 + - uid: 24243 components: - type: Transform - pos: -64.5,34.5 + rot: 1.5707963267948966 rad + pos: -22.5,-52.5 parent: 2 - - uid: 4492 + - uid: 24245 components: - type: Transform - pos: -71.5,33.5 + rot: 3.141592653589793 rad + pos: -18.5,-55.5 parent: 2 - - uid: 4493 + - uid: 24249 components: - type: Transform - pos: -71.5,34.5 + rot: -1.5707963267948966 rad + pos: 53.5,-10.5 parent: 2 - - uid: 4494 + - uid: 24251 components: - type: Transform - pos: -74.5,31.5 + rot: 3.141592653589793 rad + pos: -14.5,-51.5 parent: 2 - - uid: 4495 + - uid: 24252 components: - type: Transform - pos: -74.5,30.5 + rot: 1.5707963267948966 rad + pos: 52.5,-1.5 parent: 2 - - uid: 4496 + - uid: 24254 components: - type: Transform - pos: -74.5,29.5 + rot: -1.5707963267948966 rad + pos: 54.5,2.5 parent: 2 - - uid: 4497 + - uid: 24257 components: - type: Transform - pos: -76.5,27.5 + rot: 3.141592653589793 rad + pos: 61.5,-0.5 parent: 2 - - uid: 4498 + - uid: 24258 components: - type: Transform - pos: -76.5,28.5 + rot: 1.5707963267948966 rad + pos: -10.5,-58.5 parent: 2 - - uid: 4499 + - uid: 24260 components: - type: Transform - pos: -76.5,22.5 + rot: 3.141592653589793 rad + pos: 56.5,3.5 parent: 2 - - uid: 4500 + - uid: 24262 components: - type: Transform - pos: -75.5,17.5 + pos: 60.5,7.5 parent: 2 - - uid: 4501 + - uid: 24263 components: - type: Transform - pos: -76.5,21.5 + rot: 3.141592653589793 rad + pos: 62.5,5.5 parent: 2 - - uid: 4503 + - uid: 24265 components: - type: Transform - pos: -75.5,16.5 + rot: 3.141592653589793 rad + pos: 70.5,5.5 parent: 2 - - uid: 4504 + - uid: 24268 components: - type: Transform - pos: -72.5,13.5 + rot: -1.5707963267948966 rad + pos: 63.5,8.5 parent: 2 - - uid: 4505 + - uid: 24275 components: - type: Transform - pos: -72.5,12.5 + rot: -1.5707963267948966 rad + pos: 65.5,-4.5 parent: 2 - - uid: 4506 + - uid: 24276 components: - type: Transform - pos: -72.5,11.5 + pos: 4.5,-61.5 parent: 2 - - uid: 4508 + - type: Timer + - uid: 24279 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -73.5,6.5 + rot: 3.141592653589793 rad + pos: 63.5,-7.5 parent: 2 - - uid: 4511 + - uid: 24280 components: - type: Transform - pos: -68.5,35.5 + rot: 3.141592653589793 rad + pos: 69.5,-7.5 parent: 2 - - uid: 4512 + - uid: 24282 components: - type: Transform - pos: -67.5,35.5 + rot: 3.141592653589793 rad + pos: 17.5,-51.5 parent: 2 - - uid: 4513 + - uid: 24283 components: - type: Transform - pos: -84.5,-14.5 + rot: -1.5707963267948966 rad + pos: -8.5,-53.5 parent: 2 - - uid: 4515 + - uid: 24287 components: - type: Transform - pos: -77.5,-13.5 + pos: 58.5,-20.5 parent: 2 - - uid: 4516 + - uid: 24289 components: - type: Transform - pos: -78.5,-13.5 + rot: 1.5707963267948966 rad + pos: 52.5,-22.5 parent: 2 - - uid: 4517 + - uid: 24291 components: - type: Transform - pos: -80.5,-13.5 + pos: 51.5,-25.5 parent: 2 - - uid: 4518 + - uid: 24292 components: - type: Transform - pos: -81.5,-13.5 + pos: 54.5,-25.5 parent: 2 - - uid: 4520 + - uid: 24305 components: - type: Transform - pos: -85.5,-14.5 + rot: 3.141592653589793 rad + pos: -40.5,-48.5 parent: 2 - - uid: 4521 + - uid: 24306 components: - type: Transform - pos: -86.5,-14.5 + rot: -1.5707963267948966 rad + pos: -36.5,-52.5 parent: 2 - - uid: 4522 + - uid: 24307 components: - type: Transform - pos: -78.5,-31.5 + rot: 1.5707963267948966 rad + pos: -40.5,-52.5 parent: 2 - - uid: 4524 + - uid: 24365 components: - type: Transform - pos: -86.5,-17.5 + rot: 3.141592653589793 rad + pos: -36.5,-48.5 parent: 2 - - uid: 4525 + - uid: 24366 components: - type: Transform - pos: -86.5,-18.5 + pos: -38.5,-44.5 parent: 2 - - uid: 4526 + - type: Timer + - uid: 24367 components: - type: Transform - pos: -86.5,-27.5 + pos: -49.5,-48.5 parent: 2 - - uid: 4527 + - uid: 24368 components: - type: Transform - pos: -86.5,-28.5 + rot: 1.5707963267948966 rad + pos: -48.5,-50.5 parent: 2 - - uid: 4528 + - uid: 24369 components: - type: Transform - pos: -86.5,-30.5 + rot: 3.141592653589793 rad + pos: -45.5,-51.5 parent: 2 - - uid: 4529 + - uid: 24370 components: - type: Transform - pos: -87.5,-20.5 + rot: -1.5707963267948966 rad + pos: -42.5,-49.5 parent: 2 - - uid: 4530 + - uid: 24372 components: - type: Transform - pos: -86.5,-20.5 + rot: 3.141592653589793 rad + pos: -47.5,-46.5 parent: 2 - - uid: 4531 + - uid: 24373 components: - type: Transform - pos: -87.5,-24.5 + rot: 3.141592653589793 rad + pos: -42.5,-46.5 parent: 2 - - uid: 4532 + - uid: 24374 components: - type: Transform - pos: -86.5,-24.5 + rot: 1.5707963267948966 rad + pos: -52.5,-41.5 parent: 2 - - uid: 4533 + - uid: 24377 components: - type: Transform - pos: -89.5,-22.5 + rot: -1.5707963267948966 rad + pos: -42.5,-36.5 parent: 2 - - uid: 4534 + - uid: 24378 components: - type: Transform - pos: -86.5,-26.5 + pos: -49.5,-36.5 parent: 2 - - uid: 4536 + - uid: 24380 components: - type: Transform - pos: -89.5,-23.5 + rot: 1.5707963267948966 rad + pos: -55.5,-33.5 parent: 2 - - uid: 4537 + - uid: 24381 components: - type: Transform - pos: -85.5,-30.5 + rot: -1.5707963267948966 rad + pos: -50.5,-33.5 parent: 2 - - uid: 4538 + - uid: 24384 components: - type: Transform - pos: -84.5,-30.5 + rot: -1.5707963267948966 rad + pos: -52.5,-52.5 parent: 2 - - uid: 4539 + - uid: 24685 components: - type: Transform - pos: -82.5,-31.5 + rot: 3.141592653589793 rad + pos: 54.5,19.5 parent: 2 - - uid: 4540 + - uid: 24686 components: - type: Transform - pos: -81.5,-31.5 + pos: 54.5,25.5 parent: 2 - - uid: 4542 + - uid: 24687 components: - type: Transform - pos: -77.5,-31.5 + pos: 58.5,25.5 parent: 2 - - uid: 4543 + - uid: 24688 components: - type: Transform - pos: -76.5,-31.5 + rot: 3.141592653589793 rad + pos: 58.5,19.5 parent: 2 - - uid: 4545 + - uid: 24689 components: - type: Transform - pos: -74.5,-30.5 + rot: 3.141592653589793 rad + pos: 64.5,19.5 parent: 2 - - uid: 4546 + - uid: 24690 components: - type: Transform - pos: -73.5,-30.5 + pos: 64.5,25.5 parent: 2 - - uid: 4548 + - uid: 24691 components: - type: Transform - pos: -74.5,-14.5 + pos: 65.5,23.5 parent: 2 - - uid: 4549 + - uid: 24692 components: - type: Transform - pos: -73.5,-14.5 + rot: 3.141592653589793 rad + pos: 65.5,21.5 parent: 2 - - uid: 4551 + - uid: 24697 components: - type: Transform - pos: -68.5,-29.5 + rot: 1.5707963267948966 rad + pos: 37.5,-45.5 parent: 2 - - uid: 4552 + - uid: 24698 components: - type: Transform - pos: -67.5,-29.5 + pos: 65.5,17.5 parent: 2 - - uid: 4554 + - uid: 24699 components: - type: Transform - pos: -78.5,-10.5 + rot: 1.5707963267948966 rad + pos: 38.5,-39.5 parent: 2 - - uid: 4555 + - uid: 24700 components: - type: Transform - pos: -78.5,-9.5 + rot: 3.141592653589793 rad + pos: 60.5,15.5 parent: 2 - - uid: 4557 + - uid: 24702 components: - type: Transform - pos: -73.5,-7.5 + rot: -1.5707963267948966 rad + pos: 51.5,18.5 parent: 2 - - uid: 4558 + - uid: 24705 components: - type: Transform - pos: -73.5,-6.5 + rot: 1.5707963267948966 rad + pos: 37.5,21.5 parent: 2 - - uid: 4568 + - uid: 24708 components: - type: Transform - pos: 13.5,-70.5 + rot: -1.5707963267948966 rad + pos: 48.5,26.5 parent: 2 - - uid: 4569 + - uid: 24710 components: - type: Transform - pos: -12.5,-70.5 + rot: 3.141592653589793 rad + pos: 34.5,22.5 parent: 2 - - uid: 4570 + - uid: 24713 components: - type: Transform - pos: -12.5,-71.5 + rot: 3.141592653589793 rad + pos: 53.5,-18.5 parent: 2 - - uid: 4571 + - uid: 24714 components: - type: Transform - pos: -12.5,-73.5 + pos: 36.5,31.5 parent: 2 - - uid: 4572 + - uid: 24716 components: - type: Transform - pos: -12.5,-74.5 + rot: 1.5707963267948966 rad + pos: 31.5,30.5 parent: 2 - - uid: 4573 + - uid: 24717 components: - type: Transform - pos: -12.5,-87.5 + rot: 3.141592653589793 rad + pos: 32.5,22.5 parent: 2 - - uid: 4574 + - uid: 24719 components: - type: Transform - pos: -12.5,-88.5 + pos: 32.5,35.5 parent: 2 - - uid: 4575 + - uid: 24721 components: - type: Transform - pos: 13.5,-71.5 + rot: 1.5707963267948966 rad + pos: 27.5,34.5 parent: 2 - - uid: 4576 + - uid: 24722 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -73.5,7.5 + pos: 28.5,38.5 parent: 2 - - uid: 4577 + - uid: 24723 components: - type: Transform - pos: 13.5,-74.5 + rot: 1.5707963267948966 rad + pos: 24.5,40.5 parent: 2 - - uid: 4578 + - uid: 24726 components: - type: Transform - pos: 13.5,-87.5 + rot: -1.5707963267948966 rad + pos: 26.5,47.5 parent: 2 - - uid: 4579 + - uid: 24727 components: - type: Transform - pos: 13.5,-88.5 + rot: 1.5707963267948966 rad + pos: 19.5,-47.5 parent: 2 - - uid: 4581 + - uid: 24728 components: - type: Transform - pos: 78.5,-52.5 + rot: 3.141592653589793 rad + pos: 27.5,-46.5 parent: 2 - - uid: 4582 + - uid: 24729 components: - type: Transform - pos: 78.5,-48.5 + rot: 1.5707963267948966 rad + pos: 28.5,-42.5 parent: 2 - - uid: 4583 + - uid: 24730 components: - type: Transform - pos: 78.5,-49.5 + pos: 18.5,51.5 parent: 2 - - uid: 4589 + - uid: 24735 components: - type: Transform - pos: 73.5,-43.5 + rot: 3.141592653589793 rad + pos: 5.5,52.5 parent: 2 - - uid: 4590 + - uid: 24739 components: - type: Transform - pos: 72.5,-43.5 + rot: 1.5707963267948966 rad + pos: -10.5,64.5 parent: 2 - - uid: 4591 + - uid: 24740 components: - type: Transform - pos: 77.5,-44.5 + pos: -10.5,68.5 parent: 2 - - uid: 4599 + - uid: 24741 components: - type: Transform - pos: 77.5,-56.5 + pos: -13.5,68.5 parent: 2 - - uid: 4600 + - uid: 24742 components: - type: Transform - pos: 75.5,-57.5 + pos: -14.5,63.5 parent: 2 - - uid: 4601 + - uid: 24746 components: - type: Transform - pos: 74.5,-57.5 + rot: -1.5707963267948966 rad + pos: -12.5,58.5 parent: 2 - - uid: 4603 + - uid: 24747 components: - type: Transform - pos: 71.5,-58.5 + pos: -15.5,53.5 parent: 2 - - uid: 4605 + - uid: 24751 components: - type: Transform - pos: 40.5,-59.5 + pos: -9.5,54.5 parent: 2 - - uid: 4607 + - uid: 24752 components: - type: Transform - pos: 71.5,-57.5 + pos: -6.5,54.5 parent: 2 - - uid: 4609 + - uid: 24754 components: - type: Transform - pos: 70.5,-60.5 + rot: 1.5707963267948966 rad + pos: -4.5,58.5 parent: 2 - - uid: 4639 + - uid: 24755 components: - type: Transform - pos: 74.5,-5.5 + rot: 1.5707963267948966 rad + pos: -4.5,64.5 parent: 2 - - uid: 4640 + - uid: 24756 components: - type: Transform - pos: 75.5,-5.5 + rot: -1.5707963267948966 rad + pos: 8.5,64.5 parent: 2 - - uid: 4641 + - uid: 24757 components: - type: Transform - pos: 72.5,10.5 + rot: -1.5707963267948966 rad + pos: 8.5,60.5 parent: 2 - - uid: 4642 + - uid: 24758 components: - type: Transform - pos: 72.5,11.5 + rot: -1.5707963267948966 rad + pos: 4.5,67.5 parent: 2 - - uid: 4644 + - type: Timer + - uid: 24759 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 71.5,16.5 + pos: 12.5,59.5 parent: 2 - - uid: 4645 + - uid: 24760 components: - type: Transform - pos: 69.5,21.5 + rot: 3.141592653589793 rad + pos: 12.5,55.5 parent: 2 - - uid: 4646 + - uid: 24763 components: - type: Transform - pos: 69.5,22.5 + pos: -3.5,69.5 parent: 2 - - uid: 4647 + - uid: 24764 components: - type: Transform - pos: 31.5,71.5 + rot: 3.141592653589793 rad + pos: 51.5,7.5 parent: 2 - - uid: 4648 + - uid: 24765 components: - type: Transform - pos: 32.5,71.5 + rot: 3.141592653589793 rad + pos: 58.5,-4.5 parent: 2 - - uid: 4649 + - uid: 24766 components: - type: Transform - pos: 34.5,69.5 + rot: 3.141592653589793 rad + pos: 8.5,66.5 parent: 2 - - uid: 4650 + - type: Timer + - uid: 24767 components: - type: Transform - pos: 35.5,69.5 + pos: -5.5,69.5 parent: 2 - - uid: 4652 + - uid: 24768 components: - type: Transform - pos: 38.5,68.5 + rot: 3.141592653589793 rad + pos: -8.5,66.5 parent: 2 - - uid: 4653 + - uid: 24769 components: - type: Transform - pos: 39.5,68.5 + rot: 3.141592653589793 rad + pos: -3.5,47.5 parent: 2 - - uid: 4654 + - uid: 24770 components: - type: Transform - pos: 40.5,68.5 + rot: 1.5707963267948966 rad + pos: -5.5,45.5 parent: 2 - - uid: 4655 + - uid: 24771 components: - type: Transform - pos: 43.5,63.5 + rot: -1.5707963267948966 rad + pos: -2.5,45.5 parent: 2 - - uid: 4656 + - uid: 24772 components: - type: Transform - pos: 44.5,63.5 + rot: 1.5707963267948966 rad + pos: -5.5,39.5 parent: 2 - - uid: 4659 + - uid: 24773 components: - type: Transform - pos: 50.5,56.5 + rot: 3.141592653589793 rad + pos: 51.5,7.5 parent: 2 - - uid: 4660 + - uid: 24774 components: - type: Transform - pos: 50.5,57.5 + rot: 3.141592653589793 rad + pos: 4.5,39.5 parent: 2 - - uid: 4663 + - uid: 24775 components: - type: Transform - pos: 49.5,61.5 + rot: 3.141592653589793 rad + pos: 7.5,39.5 parent: 2 - - uid: 4664 + - uid: 24777 components: - type: Transform - pos: 49.5,62.5 + rot: -1.5707963267948966 rad + pos: 12.5,44.5 parent: 2 - - uid: 4667 + - uid: 24778 components: - type: Transform - pos: 8.5,73.5 + rot: 1.5707963267948966 rad + pos: 7.5,48.5 parent: 2 - - uid: 4676 + - uid: 24780 components: - type: Transform - pos: 28.5,75.5 + pos: 15.5,47.5 parent: 2 - - uid: 4677 + - uid: 24781 components: - type: Transform - pos: 27.5,75.5 + rot: 1.5707963267948966 rad + pos: 14.5,42.5 parent: 2 - - uid: 4679 + - uid: 24782 components: - type: Transform - pos: 24.5,76.5 + rot: -1.5707963267948966 rad + pos: 21.5,44.5 parent: 2 - - uid: 4680 + - uid: 24784 components: - type: Transform - pos: 23.5,76.5 + rot: 1.5707963267948966 rad + pos: 14.5,39.5 parent: 2 - - uid: 4681 + - uid: 24785 components: - type: Transform - pos: 22.5,76.5 + pos: 24.5,33.5 parent: 2 - - uid: 4683 + - uid: 24786 components: - type: Transform - pos: 19.5,75.5 + rot: 3.141592653589793 rad + pos: 22.5,38.5 parent: 2 - - uid: 4684 + - uid: 24789 components: - type: Transform - pos: 18.5,75.5 + rot: 3.141592653589793 rad + pos: 22.5,26.5 parent: 2 - - uid: 4685 + - uid: 24791 components: - type: Transform - pos: 16.5,74.5 + rot: 1.5707963267948966 rad + pos: 27.5,29.5 parent: 2 - - uid: 4686 + - uid: 24792 components: - type: Transform - pos: 15.5,74.5 + rot: -1.5707963267948966 rad + pos: 29.5,29.5 parent: 2 - - uid: 4687 + - uid: 24793 components: - type: Transform - pos: 14.5,74.5 + rot: 1.5707963267948966 rad + pos: 27.5,20.5 parent: 2 - - uid: 4688 + - uid: 24797 components: - type: Transform - pos: 29.5,73.5 + pos: 32.5,20.5 parent: 2 - - uid: 4691 + - uid: 24798 components: - type: Transform - pos: -18.5,77.5 + rot: 3.141592653589793 rad + pos: 32.5,16.5 parent: 2 - - uid: 4692 + - uid: 24799 components: - type: Transform - pos: -17.5,77.5 + rot: -1.5707963267948966 rad + pos: 35.5,18.5 parent: 2 - - uid: 4693 + - uid: 24801 components: - type: Transform - pos: -15.5,74.5 + rot: 1.5707963267948966 rad + pos: 22.5,16.5 parent: 2 - - uid: 4694 + - uid: 24802 components: - type: Transform - pos: -14.5,74.5 + rot: -1.5707963267948966 rad + pos: 25.5,16.5 parent: 2 - - uid: 4697 + - uid: 24810 components: - type: Transform - pos: -10.5,72.5 + rot: 1.5707963267948966 rad + pos: 42.5,31.5 parent: 2 - - uid: 4698 + - uid: 24811 components: - type: Transform - pos: -9.5,72.5 + rot: -1.5707963267948966 rad + pos: 49.5,31.5 parent: 2 - - uid: 4699 + - uid: 24812 components: - type: Transform - pos: -39.5,81.5 + rot: -1.5707963267948966 rad + pos: 49.5,34.5 parent: 2 - - uid: 4700 + - uid: 24813 components: - type: Transform - pos: -21.5,78.5 + rot: 1.5707963267948966 rad + pos: 42.5,34.5 parent: 2 - - uid: 4701 + - uid: 24815 components: - type: Transform - pos: -21.5,79.5 + rot: 1.5707963267948966 rad + pos: 42.5,44.5 parent: 2 - - uid: 4702 + - uid: 24820 components: - type: Transform - pos: -21.5,81.5 + pos: 34.5,38.5 parent: 2 - - uid: 4703 + - uid: 24821 components: - type: Transform - pos: -21.5,82.5 + rot: -1.5707963267948966 rad + pos: 39.5,34.5 parent: 2 - - uid: 4704 + - uid: 24822 components: - type: Transform - pos: -22.5,85.5 + rot: 3.141592653589793 rad + pos: 41.5,37.5 parent: 2 - - uid: 4706 + - uid: 24823 components: - type: Transform - pos: -22.5,84.5 + rot: 1.5707963267948966 rad + pos: 37.5,40.5 parent: 2 - - uid: 4707 + - uid: 24824 components: - type: Transform - pos: -24.5,87.5 + rot: 1.5707963267948966 rad + pos: 37.5,49.5 parent: 2 - - uid: 4708 + - uid: 24825 components: - type: Transform - pos: -25.5,87.5 + rot: -1.5707963267948966 rad + pos: 39.5,44.5 parent: 2 - - uid: 4709 + - uid: 24827 components: - type: Transform - pos: -26.5,87.5 + rot: 1.5707963267948966 rad + pos: 29.5,50.5 parent: 2 - - uid: 4711 + - uid: 24833 components: - type: Transform - pos: -28.5,87.5 + pos: 35.5,49.5 parent: 2 - - uid: 4712 + - uid: 24835 components: - type: Transform - pos: -32.5,87.5 + rot: 1.5707963267948966 rad + pos: 41.5,50.5 parent: 2 - - uid: 4713 + - uid: 24837 components: - type: Transform - pos: -32.5,88.5 + rot: -1.5707963267948966 rad + pos: 47.5,54.5 parent: 2 - - uid: 4714 + - uid: 24841 components: - type: Transform - pos: -31.5,90.5 + rot: 1.5707963267948966 rad + pos: 41.5,57.5 parent: 2 - - uid: 4715 + - uid: 24852 components: - type: Transform - pos: -30.5,90.5 + rot: 1.5707963267948966 rad + pos: 51.5,35.5 parent: 2 - - uid: 4716 + - uid: 24854 components: - type: Transform - pos: -29.5,90.5 + rot: 3.141592653589793 rad + pos: 50.5,36.5 parent: 2 - - uid: 4717 + - uid: 24855 components: - type: Transform - pos: -34.5,87.5 + pos: 51.5,47.5 parent: 2 - - uid: 4718 + - uid: 24857 components: - type: Transform - pos: -35.5,87.5 + rot: -1.5707963267948966 rad + pos: 53.5,42.5 parent: 2 - - uid: 4720 + - uid: 24860 components: - type: Transform - pos: -38.5,86.5 + rot: 3.141592653589793 rad + pos: 46.5,46.5 parent: 2 - - uid: 4721 + - uid: 24861 components: - type: Transform - pos: -38.5,85.5 + rot: 3.141592653589793 rad + pos: 41.5,46.5 parent: 2 - - uid: 4722 + - uid: 24862 components: - type: Transform - pos: -38.5,84.5 + pos: 46.5,38.5 parent: 2 - - uid: 4723 + - uid: 24864 components: - type: Transform - pos: -39.5,82.5 + rot: 3.141592653589793 rad + pos: 33.5,61.5 parent: 2 - - uid: 4724 + - uid: 24865 components: - type: Transform - pos: -39.5,79.5 + rot: 3.141592653589793 rad + pos: 37.5,61.5 parent: 2 - - uid: 4725 + - uid: 24867 components: - type: Transform - pos: -39.5,78.5 + pos: 37.5,59.5 parent: 2 - - uid: 4726 + - uid: 24868 components: - type: Transform - pos: -38.5,76.5 + rot: 1.5707963267948966 rad + pos: 28.5,56.5 parent: 2 - - uid: 4727 + - uid: 24870 components: - type: Transform - pos: -38.5,75.5 + rot: -1.5707963267948966 rad + pos: 43.5,21.5 parent: 2 - - uid: 4729 + - uid: 24888 components: - type: Transform - pos: -36.5,73.5 + pos: -1.5,33.5 parent: 2 - - uid: 4730 + - uid: 24889 components: - type: Transform - pos: -35.5,73.5 + rot: 3.141592653589793 rad + pos: -1.5,28.5 parent: 2 - - uid: 4731 + - uid: 24890 components: - type: Transform - pos: -34.5,73.5 + pos: -7.5,34.5 parent: 2 - - uid: 4737 + - uid: 24891 components: - type: Transform - pos: -35.5,70.5 + rot: 3.141592653589793 rad + pos: -7.5,29.5 parent: 2 - - uid: 4738 + - uid: 24892 components: - type: Transform - pos: 6.5,74.5 + rot: -1.5707963267948966 rad + pos: 1.5,32.5 parent: 2 - - uid: 4739 + - uid: 24893 components: - type: Transform - pos: 6.5,74.5 + rot: -1.5707963267948966 rad + pos: 1.5,29.5 parent: 2 - - uid: 4740 + - uid: 24894 components: - type: Transform - pos: 5.5,74.5 + rot: 1.5707963267948966 rad + pos: 3.5,32.5 parent: 2 - - uid: 4741 + - uid: 24895 components: - type: Transform - pos: 4.5,74.5 + rot: 1.5707963267948966 rad + pos: 3.5,29.5 parent: 2 - - uid: 4742 + - uid: 24896 components: - type: Transform - pos: 2.5,75.5 + pos: 8.5,33.5 parent: 2 - - uid: 4743 + - uid: 24897 components: - type: Transform - pos: 1.5,75.5 + rot: 3.141592653589793 rad + pos: 35.5,52.5 parent: 2 - - uid: 4745 + - uid: 24899 components: - type: Transform - pos: -1.5,74.5 + pos: 21.5,55.5 parent: 2 - - uid: 4746 + - uid: 24902 components: - type: Transform - pos: -2.5,74.5 + rot: 3.141592653589793 rad + pos: 24.5,51.5 parent: 2 - - uid: 4747 + - uid: 24903 components: - type: Transform - pos: -3.5,74.5 + rot: 1.5707963267948966 rad + pos: 21.5,58.5 parent: 2 - - uid: 4748 + - uid: 24912 components: - type: Transform - pos: -5.5,73.5 + pos: 26.5,59.5 parent: 2 - - uid: 4749 + - uid: 24916 components: - type: Transform - pos: -6.5,73.5 + rot: 1.5707963267948966 rad + pos: 20.5,62.5 parent: 2 - - uid: 4750 + - uid: 24917 components: - type: Transform - pos: -7.5,73.5 + rot: -1.5707963267948966 rad + pos: 18.5,62.5 parent: 2 - - uid: 4844 + - uid: 24918 components: - type: Transform rot: -1.5707963267948966 rad - pos: 63.5,-43.5 + pos: 27.5,62.5 parent: 2 - - uid: 4857 + - uid: 24919 components: - type: Transform rot: 1.5707963267948966 rad - pos: 39.5,-20.5 + pos: 29.5,62.5 parent: 2 - - uid: 4858 + - uid: 24921 components: - type: Transform - pos: 8.5,-3.5 + rot: 3.141592653589793 rad + pos: 19.5,65.5 parent: 2 - - uid: 4859 + - uid: 24923 components: - type: Transform - pos: 16.5,-3.5 + rot: 3.141592653589793 rad + pos: 25.5,65.5 parent: 2 - - uid: 4861 + - uid: 24924 components: - type: Transform - pos: 15.5,-3.5 + rot: 3.141592653589793 rad + pos: 18.5,69.5 parent: 2 - - uid: 4868 + - uid: 24925 components: - type: Transform - pos: 75.5,-3.5 + rot: 3.141592653589793 rad + pos: 21.5,69.5 parent: 2 - - uid: 4891 + - uid: 24926 components: - type: Transform - pos: -19.5,-7.5 + rot: 1.5707963267948966 rad + pos: 12.5,70.5 parent: 2 - - uid: 4923 + - uid: 24927 components: - type: Transform - pos: -30.5,-17.5 + pos: 12.5,67.5 parent: 2 - - uid: 4924 + - uid: 24930 components: - type: Transform - pos: -30.5,-16.5 + rot: 3.141592653589793 rad + pos: 15.5,63.5 parent: 2 - - uid: 4925 + - uid: 24932 components: - type: Transform - pos: -27.5,-19.5 + pos: 29.5,68.5 parent: 2 - - uid: 4926 + - uid: 25958 components: - type: Transform - pos: -26.5,-19.5 + rot: 3.141592653589793 rad + pos: 42.5,-37.5 parent: 2 - - uid: 4927 + - uid: 26744 components: - type: Transform - pos: -25.5,-13.5 + rot: -1.5707963267948966 rad + pos: 64.5,-15.5 parent: 2 - - uid: 4928 + - uid: 26754 components: - type: Transform - pos: -25.5,-11.5 + rot: 1.5707963267948966 rad + pos: 55.5,-16.5 parent: 2 - - uid: 4929 + - uid: 26963 components: - type: Transform - pos: -23.5,-11.5 + rot: 1.5707963267948966 rad + pos: -40.5,-26.5 parent: 2 - - uid: 4930 + - uid: 26997 components: - type: Transform - pos: -23.5,-13.5 + pos: 42.5,27.5 parent: 2 - - uid: 4936 + - uid: 27092 components: - type: Transform - pos: -19.5,-1.5 + rot: 3.141592653589793 rad + pos: 33.5,56.5 parent: 2 - - uid: 4937 + - uid: 27290 components: - type: Transform - pos: -19.5,-0.5 + pos: 52.5,17.5 parent: 2 - - uid: 4938 + - uid: 27457 components: - type: Transform - pos: -19.5,0.5 + rot: 3.141592653589793 rad + pos: 2.5,56.5 parent: 2 - - uid: 4939 + - uid: 27459 components: - type: Transform - pos: -19.5,1.5 + rot: 3.141592653589793 rad + pos: -19.5,58.5 parent: 2 - - uid: 4940 + - uid: 27651 components: - type: Transform - pos: -19.5,2.5 + rot: -1.5707963267948966 rad + pos: 62.5,-38.5 parent: 2 - - uid: 4941 + - uid: 27726 components: - type: Transform - pos: -19.5,3.5 + rot: -1.5707963267948966 rad + pos: 25.5,20.5 parent: 2 - - uid: 4942 + - uid: 27727 components: - type: Transform - pos: -19.5,4.5 + rot: -1.5707963267948966 rad + pos: 25.5,24.5 parent: 2 - - uid: 4943 + - uid: 29928 components: - type: Transform - pos: -19.5,5.5 + rot: -1.5707963267948966 rad + pos: -70.5,86.5 parent: 2 - - uid: 4944 + - uid: 29937 components: - type: Transform - pos: -19.5,6.5 + rot: 1.5707963267948966 rad + pos: -78.5,86.5 parent: 2 - - uid: 4947 + - uid: 29940 components: - type: Transform - pos: -21.5,6.5 + rot: -1.5707963267948966 rad + pos: -70.5,78.5 parent: 2 - - uid: 4948 + - uid: 29941 components: - type: Transform - pos: -21.5,5.5 + pos: -74.5,83.5 parent: 2 - - uid: 4949 + - uid: 29944 components: - type: Transform - pos: -21.5,4.5 + rot: 3.141592653589793 rad + pos: -74.5,81.5 parent: 2 - - uid: 4950 + - uid: 30745 components: - type: Transform - pos: -21.5,3.5 + rot: 1.5707963267948966 rad + pos: -18.5,30.5 parent: 2 - - uid: 4951 + - uid: 30746 components: - type: Transform - pos: -21.5,2.5 + rot: -1.5707963267948966 rad + pos: -10.5,33.5 parent: 2 - - uid: 4952 + - uid: 30758 components: - type: Transform - pos: -21.5,1.5 + rot: 3.141592653589793 rad + pos: -16.5,46.5 parent: 2 - - uid: 4953 + - uid: 30849 components: - type: Transform - pos: -21.5,0.5 + rot: 1.5707963267948966 rad + pos: -63.5,15.5 parent: 2 - - uid: 4954 + - uid: 30850 components: - type: Transform - pos: -21.5,-0.5 + rot: 1.5707963267948966 rad + pos: -63.5,7.5 parent: 2 - - uid: 4955 + - uid: 30854 components: - type: Transform - pos: -21.5,-1.5 + rot: 3.141592653589793 rad + pos: -60.5,5.5 parent: 2 - - uid: 4960 + - uid: 30855 components: - type: Transform - pos: -26.5,-2.5 + pos: -60.5,18.5 parent: 2 - - uid: 4961 + - uid: 31630 components: - type: Transform - pos: -26.5,-1.5 + rot: 3.141592653589793 rad + pos: 12.5,51.5 parent: 2 - - uid: 4962 + - uid: 31688 components: - type: Transform - pos: -26.5,-0.5 + rot: 3.141592653589793 rad + pos: 43.5,-2.5 parent: 2 - - uid: 4963 + - uid: 31692 components: - type: Transform - pos: -26.5,0.5 + rot: 3.141592653589793 rad + pos: -17.5,-50.5 parent: 2 - - uid: 4964 + - uid: 32980 components: - type: Transform - pos: -26.5,1.5 - parent: 2 - - uid: 4965 + pos: 2.5,0.5 + parent: 32914 + - uid: 32981 components: - type: Transform - pos: -26.5,2.5 - parent: 2 - - uid: 4966 + pos: 4.5,0.5 + parent: 32914 + - uid: 32982 components: - type: Transform - pos: -26.5,3.5 - parent: 2 - - uid: 4967 + rot: 3.141592653589793 rad + pos: 2.5,2.5 + parent: 32914 + - uid: 32983 components: - type: Transform - pos: -7.5,-25.5 - parent: 2 - - uid: 4968 + rot: 3.141592653589793 rad + pos: 4.5,2.5 + parent: 32914 + - uid: 33098 components: - type: Transform - pos: -15.5,-15.5 - parent: 2 - - uid: 4969 + pos: -0.5,2.5 + parent: 31348 + - uid: 33099 components: - type: Transform - pos: -14.5,-15.5 - parent: 2 - - uid: 4970 + pos: 1.5,2.5 + parent: 31348 + - uid: 33100 components: - type: Transform - pos: -13.5,-15.5 - parent: 2 - - uid: 4972 + rot: 1.5707963267948966 rad + pos: -0.5,-0.5 + parent: 31348 + - uid: 33101 components: - type: Transform - pos: -12.5,-16.5 - parent: 2 - - uid: 4973 + rot: -1.5707963267948966 rad + pos: 1.5,-0.5 + parent: 31348 + - uid: 33102 components: - type: Transform - pos: -12.5,-17.5 - parent: 2 - - uid: 4974 + rot: 3.141592653589793 rad + pos: -0.5,4.5 + parent: 31348 + - uid: 33103 components: - type: Transform - pos: -10.5,-21.5 - parent: 2 - - uid: 4975 + rot: 3.141592653589793 rad + pos: 1.5,4.5 + parent: 31348 + - uid: 34189 components: - type: Transform - pos: -9.5,-21.5 + rot: 1.5707963267948966 rad + pos: -88.5,65.5 parent: 2 - - uid: 4976 + - uid: 34190 components: - type: Transform - pos: -9.5,-22.5 + rot: -1.5707963267948966 rad + pos: -85.5,68.5 parent: 2 - - uid: 4977 + - uid: 34350 components: - type: Transform - pos: -9.5,-23.5 + rot: -1.5707963267948966 rad + pos: 38.5,-11.5 parent: 2 - - uid: 4978 + - uid: 34351 components: - type: Transform - pos: -9.5,-24.5 + rot: 1.5707963267948966 rad + pos: 36.5,-15.5 parent: 2 - - uid: 4980 + - uid: 34353 components: - type: Transform - pos: -6.5,-25.5 + rot: 3.141592653589793 rad + pos: 47.5,-17.5 parent: 2 - - uid: 4983 + - uid: 34354 components: - type: Transform - pos: -5.5,-24.5 + rot: 1.5707963267948966 rad + pos: 30.5,-16.5 parent: 2 - - uid: 4985 + - uid: 34355 components: - type: Transform - pos: -4.5,-24.5 + rot: -1.5707963267948966 rad + pos: 34.5,-16.5 parent: 2 - - uid: 4987 + - uid: 34356 components: - type: Transform - pos: -3.5,-24.5 + rot: 3.141592653589793 rad + pos: 34.5,-13.5 parent: 2 - - uid: 4989 + - uid: 34358 components: - type: Transform - pos: -2.5,-24.5 + rot: 3.141592653589793 rad + pos: 27.5,-14.5 parent: 2 - - uid: 4991 + - uid: 34359 components: - type: Transform - pos: -1.5,-24.5 + rot: 1.5707963267948966 rad + pos: 27.5,-10.5 parent: 2 - - uid: 4993 + - uid: 34361 components: - type: Transform - pos: -0.5,-24.5 + rot: -1.5707963267948966 rad + pos: 38.5,3.5 parent: 2 - - uid: 4995 + - uid: 34585 components: - type: Transform - pos: 0.5,-24.5 - parent: 2 - - uid: 4997 + rot: 1.5707963267948966 rad + pos: 11.5,3.5 + parent: 30892 + - uid: 34588 components: - type: Transform - pos: 1.5,-24.5 - parent: 2 - - uid: 4999 + rot: 3.141592653589793 rad + pos: 3.5,1.5 + parent: 30892 + - uid: 34589 components: - type: Transform - pos: 2.5,-24.5 - parent: 2 - - uid: 5001 + rot: 1.5707963267948966 rad + pos: 2.5,5.5 + parent: 30892 + - uid: 34593 components: - type: Transform - pos: 3.5,-24.5 - parent: 2 - - uid: 5003 + rot: -1.5707963267948966 rad + pos: 9.5,1.5 + parent: 30892 + - uid: 34699 components: - type: Transform - pos: 4.5,-24.5 - parent: 2 - - uid: 5004 + rot: -1.5707963267948966 rad + pos: 9.5,6.5 + parent: 30892 + - uid: 35080 components: - type: Transform - pos: 1.5,-2.5 + pos: 69.5,31.5 parent: 2 - - uid: 5005 + - uid: 35081 components: - type: Transform - pos: 5.5,-24.5 + rot: 3.141592653589793 rad + pos: 69.5,27.5 parent: 2 - - uid: 5007 + - uid: 35162 components: - type: Transform - pos: 6.5,-24.5 + pos: 69.5,35.5 parent: 2 - - uid: 5010 + - uid: 35422 components: - type: Transform - pos: 7.5,-25.5 + rot: 1.5707963267948966 rad + pos: 61.5,30.5 parent: 2 - - uid: 5011 + - uid: 35423 components: - type: Transform - pos: 8.5,-25.5 + rot: -1.5707963267948966 rad + pos: 65.5,30.5 parent: 2 - - uid: 5086 + - uid: 35425 components: - type: Transform - pos: 11.5,-3.5 + pos: 74.5,35.5 parent: 2 - - uid: 5088 + - uid: 35426 components: - type: Transform - pos: -40.5,-15.5 + rot: 1.5707963267948966 rad + pos: 64.5,33.5 parent: 2 - - uid: 5089 + - uid: 35429 components: - type: Transform - pos: -40.5,-13.5 + pos: 66.5,40.5 parent: 2 - - uid: 5090 + - uid: 35433 components: - type: Transform - pos: -41.5,-11.5 + rot: 1.5707963267948966 rad + pos: 60.5,45.5 parent: 2 - - uid: 5091 + - uid: 35434 components: - type: Transform - pos: -41.5,-9.5 + rot: -1.5707963267948966 rad + pos: 62.5,39.5 parent: 2 - - uid: 5092 + - uid: 35435 components: - type: Transform - pos: -45.5,-9.5 + pos: 58.5,35.5 parent: 2 - - uid: 5094 + - uid: 36153 components: - type: Transform - pos: -8.5,-6.5 + rot: 1.5707963267948966 rad + pos: -79.5,56.5 parent: 2 - - uid: 5113 + - uid: 36154 components: - type: Transform - pos: -19.5,-37.5 + rot: 1.5707963267948966 rad + pos: -79.5,62.5 parent: 2 - - uid: 5114 + - uid: 36155 components: - type: Transform - pos: -18.5,-37.5 + rot: 3.141592653589793 rad + pos: -83.5,57.5 parent: 2 - - uid: 5115 + - uid: 36156 components: - type: Transform - pos: -17.5,-37.5 + rot: 1.5707963267948966 rad + pos: -83.5,62.5 parent: 2 - - uid: 5157 + - uid: 36157 components: - type: Transform - pos: -33.5,-34.5 + rot: 3.141592653589793 rad + pos: -83.5,71.5 parent: 2 - - uid: 5158 + - uid: 36158 components: - type: Transform - pos: -30.5,-34.5 + pos: -84.5,75.5 parent: 2 - - uid: 5159 + - uid: 36159 components: - type: Transform - pos: -27.5,-37.5 + rot: 1.5707963267948966 rad + pos: -88.5,74.5 parent: 2 - - uid: 5160 + - uid: 36160 components: - type: Transform - pos: -27.5,-39.5 + rot: 1.5707963267948966 rad + pos: -90.5,73.5 parent: 2 - - uid: 5389 + - uid: 36161 components: - type: Transform - pos: -54.5,-40.5 + rot: -1.5707963267948966 rad + pos: -81.5,67.5 parent: 2 - - uid: 5390 + - uid: 36408 components: - type: Transform - pos: -54.5,-39.5 + rot: 1.5707963267948966 rad + pos: -44.5,-29.5 parent: 2 - - uid: 5391 + - uid: 36416 components: - type: Transform - pos: -54.5,-38.5 + rot: 1.5707963267948966 rad + pos: -53.5,-6.5 parent: 2 - - uid: 5392 + - uid: 36421 components: - type: Transform - pos: -54.5,-37.5 + rot: 3.141592653589793 rad + pos: -32.5,-42.5 parent: 2 - - uid: 5393 + - uid: 36431 components: - type: Transform - pos: -41.5,-39.5 + rot: 1.5707963267948966 rad + pos: 55.5,-14.5 parent: 2 - - uid: 5394 + - uid: 36434 components: - type: Transform - pos: -41.5,-41.5 + rot: 3.141592653589793 rad + pos: -28.5,5.5 parent: 2 - - uid: 5395 + - uid: 36439 components: - type: Transform - pos: -40.5,-43.5 + rot: 3.141592653589793 rad + pos: -12.5,-5.5 parent: 2 - - uid: 5396 + - uid: 36441 components: - type: Transform - pos: -61.5,-34.5 + rot: 3.141592653589793 rad + pos: 43.5,-2.5 parent: 2 - - uid: 5397 + - uid: 36442 components: - type: Transform - pos: -62.5,-34.5 + rot: 1.5707963267948966 rad + pos: -4.5,-6.5 parent: 2 - - uid: 5398 + - uid: 36444 components: - type: Transform - pos: -62.5,-33.5 + pos: 5.5,-2.5 parent: 2 - - uid: 5399 + - uid: 36586 components: - type: Transform - pos: -62.5,-32.5 - parent: 2 - - uid: 5400 + pos: 6.5,1.5 + parent: 36450 + - uid: 36609 components: - type: Transform - pos: -62.5,-31.5 - parent: 2 - - uid: 5418 + rot: 1.5707963267948966 rad + pos: 3.5,-5.5 + parent: 36450 + - uid: 36610 components: - type: Transform - pos: -39.5,-56.5 - parent: 2 - - uid: 5419 + rot: -1.5707963267948966 rad + pos: 7.5,-5.5 + parent: 36450 + - uid: 36616 components: - type: Transform - pos: -38.5,-56.5 - parent: 2 - - uid: 5420 + pos: 4.5,1.5 + parent: 36450 + - uid: 36619 components: - type: Transform - pos: -37.5,-56.5 - parent: 2 - - uid: 5421 + rot: 3.141592653589793 rad + pos: 8.5,-4.5 + parent: 36450 + - uid: 36621 components: - type: Transform - pos: -37.5,-49.5 - parent: 2 - - uid: 5422 + rot: 3.141592653589793 rad + pos: 2.5,-4.5 + parent: 36450 + - uid: 36622 components: - type: Transform - pos: -39.5,-49.5 - parent: 2 - - uid: 5479 + pos: 2.5,-0.5 + parent: 36450 + - uid: 36623 components: - type: Transform - pos: -46.5,-47.5 - parent: 2 - - uid: 5485 + pos: 8.5,-0.5 + parent: 36450 + - uid: 39606 components: - type: Transform - pos: -0.5,-0.5 - parent: 2 - - uid: 5561 + rot: 3.141592653589793 rad + pos: 13.5,-4.5 + parent: 36907 + - uid: 39607 components: - type: Transform - pos: -55.5,-44.5 - parent: 2 - - uid: 5562 + rot: 3.141592653589793 rad + pos: 15.5,-2.5 + parent: 36907 + - uid: 39608 components: - type: Transform - pos: -54.5,-44.5 - parent: 2 - - uid: 5563 + pos: 19.5,-4.5 + parent: 36907 + - uid: 39609 components: - type: Transform - pos: -53.5,-44.5 - parent: 2 - - uid: 5698 + pos: 16.5,3.5 + parent: 36907 + - uid: 39610 components: - type: Transform - pos: -8.5,-47.5 - parent: 2 - - uid: 5699 + rot: 3.141592653589793 rad + pos: 17.5,-2.5 + parent: 36907 + - uid: 39611 components: - type: Transform - pos: -6.5,-47.5 - parent: 2 - - uid: 5700 + pos: 15.5,-6.5 + parent: 36907 + - uid: 39612 components: - type: Transform - pos: -5.5,-47.5 - parent: 2 - - uid: 5701 + pos: 17.5,-6.5 + parent: 36907 + - uid: 39613 components: - type: Transform - pos: -8.5,-49.5 - parent: 2 - - uid: 5702 + rot: -1.5707963267948966 rad + pos: 22.5,0.5 + parent: 36907 + - type: RevenantOverloadedLights + - uid: 39614 components: - type: Transform - pos: -7.5,-49.5 - parent: 2 - - uid: 5703 + pos: 24.5,-0.5 + parent: 36907 + - uid: 39615 components: - type: Transform - pos: -6.5,-49.5 - parent: 2 - - uid: 5704 + rot: -1.5707963267948966 rad + pos: 27.5,-3.5 + parent: 36907 + - type: RevenantOverloadedLights + - uid: 43089 components: - type: Transform - pos: -5.5,-49.5 + pos: 77.5,40.5 parent: 2 - - uid: 5705 + - uid: 43090 components: - type: Transform - pos: -4.5,-49.5 + pos: 79.5,40.5 parent: 2 - - uid: 5765 +- proto: PoweredlightEmpty + entities: + - uid: 31772 components: - type: Transform - pos: -1.5,-38.5 + rot: 3.141592653589793 rad + pos: -40.5,-22.5 parent: 2 - - uid: 5766 + - uid: 31773 components: - type: Transform - pos: -1.5,-37.5 + rot: 3.141592653589793 rad + pos: -41.5,-22.5 parent: 2 - - uid: 5767 + - uid: 31774 components: - type: Transform - pos: -1.5,-36.5 + rot: 1.5707963267948966 rad + pos: -43.5,-16.5 parent: 2 - - uid: 5771 + - uid: 31775 components: - type: Transform - pos: -7.5,-26.5 + rot: -1.5707963267948966 rad + pos: -41.5,-16.5 parent: 2 - - uid: 5772 + - uid: 31776 components: - type: Transform - pos: 8.5,-26.5 + rot: -1.5707963267948966 rad + pos: -38.5,-14.5 parent: 2 - - uid: 5835 + - uid: 31778 components: - type: Transform - pos: 25.5,-35.5 + rot: 1.5707963267948966 rad + pos: -47.5,-10.5 parent: 2 - - uid: 5836 + - uid: 31779 components: - type: Transform - pos: 25.5,-36.5 + rot: -1.5707963267948966 rad + pos: -39.5,-10.5 parent: 2 - - uid: 5837 + - uid: 31780 components: - type: Transform - pos: 26.5,-40.5 + pos: -43.5,-9.5 parent: 2 - - uid: 5838 + - uid: 31842 components: - type: Transform - pos: 27.5,-40.5 + rot: 1.5707963267948966 rad + pos: 59.5,-29.5 parent: 2 - - uid: 5839 + - uid: 31843 components: - type: Transform - pos: 27.5,-41.5 + rot: 1.5707963267948966 rad + pos: 59.5,-31.5 parent: 2 - - uid: 5840 +- proto: PoweredlightExterior + entities: + - uid: 23765 components: - type: Transform - pos: 31.5,-47.5 + pos: -2.5,-34.5 parent: 2 - - uid: 5841 + - uid: 23766 components: - type: Transform - pos: 35.5,-47.5 + pos: -8.5,-34.5 parent: 2 - - uid: 5842 + - uid: 23771 components: - type: Transform - pos: 38.5,-38.5 + pos: -18.5,-33.5 parent: 2 - - uid: 5843 +- proto: PoweredLightPostSmall + entities: + - uid: 13697 components: - type: Transform - pos: 40.5,-38.5 + pos: -29.5,-57.5 parent: 2 - - uid: 5844 + - uid: 16090 components: - type: Transform - pos: 41.5,-38.5 - parent: 2 - - uid: 5849 + pos: -13.5,9.5 + parent: 14592 + - uid: 16091 components: - type: Transform - pos: 39.5,-29.5 - parent: 2 - - uid: 5850 + pos: -0.5,7.5 + parent: 14592 + - uid: 16105 components: - type: Transform - pos: 39.5,-27.5 - parent: 2 - - uid: 5851 + pos: -7.5,13.5 + parent: 14592 +- proto: PoweredLightPostSmallEmpty + entities: + - uid: 13695 components: - type: Transform - pos: 39.5,-26.5 + pos: -33.5,-53.5 parent: 2 - - uid: 5852 + - uid: 13700 components: - type: Transform - pos: 39.5,-24.5 + pos: -29.5,-53.5 parent: 2 - - uid: 5853 +- proto: PoweredlightSodium + entities: + - uid: 9004 components: - type: Transform - pos: 16.5,-28.5 + rot: -1.5707963267948966 rad + pos: 49.5,2.5 parent: 2 - - uid: 5854 + - uid: 9402 components: - type: Transform - pos: 15.5,-28.5 + rot: 1.5707963267948966 rad + pos: -66.5,20.5 parent: 2 - - uid: 5855 + - uid: 10594 components: - type: Transform - pos: 14.5,-28.5 + rot: -1.5707963267948966 rad + pos: 65.5,-31.5 parent: 2 - - uid: 5856 + - uid: 13294 components: - type: Transform - pos: 13.5,-28.5 + pos: 33.5,-4.5 parent: 2 - - uid: 5857 + - uid: 21769 components: - type: Transform - pos: 11.5,-18.5 + pos: 42.5,3.5 parent: 2 - - uid: 5858 + - uid: 23731 components: - type: Transform - pos: 11.5,-17.5 + pos: 6.5,-42.5 parent: 2 - - uid: 5859 + - uid: 23732 components: - type: Transform - pos: 12.5,-17.5 + rot: 3.141592653589793 rad + pos: 6.5,-46.5 parent: 2 - - uid: 5860 + - uid: 24020 components: - type: Transform - pos: 12.5,-16.5 + rot: -1.5707963267948966 rad + pos: -60.5,23.5 parent: 2 - - uid: 5862 + - uid: 24451 components: - type: Transform - pos: 13.5,-15.5 + rot: 1.5707963267948966 rad + pos: 44.5,4.5 parent: 2 - - uid: 5863 + - uid: 36627 components: - type: Transform - pos: 14.5,-15.5 - parent: 2 - - uid: 5864 + rot: 3.141592653589793 rad + pos: 2.5,5.5 + parent: 36450 + - type: DeviceLinkSink + links: + - 36633 + - uid: 36629 components: - type: Transform - pos: 14.5,-14.5 - parent: 2 - - uid: 5865 + rot: 3.141592653589793 rad + pos: 8.5,5.5 + parent: 36450 + - type: DeviceLinkSink + links: + - 36633 + - uid: 36630 components: - type: Transform - pos: 15.5,-14.5 - parent: 2 - - uid: 5866 + rot: -1.5707963267948966 rad + pos: 2.5,5.5 + parent: 36450 + - type: DeviceLinkSink + links: + - 36633 + - uid: 36631 components: - type: Transform - pos: 18.5,-11.5 - parent: 2 - - uid: 5867 + rot: 1.5707963267948966 rad + pos: 8.5,5.5 + parent: 36450 + - type: DeviceLinkSink + links: + - 36633 + - uid: 39616 components: - type: Transform - pos: 18.5,-10.5 - parent: 2 - - uid: 5868 + pos: 4.5,-6.5 + parent: 36907 + - uid: 39617 components: - type: Transform - pos: 19.5,-10.5 - parent: 2 - - uid: 5869 + rot: 3.141592653589793 rad + pos: 7.5,-10.5 + parent: 36907 + - uid: 39618 components: - type: Transform - pos: 20.5,-10.5 - parent: 2 - - uid: 5870 + rot: -1.5707963267948966 rad + pos: 12.5,-5.5 + parent: 36907 + - uid: 39619 components: - type: Transform - pos: 21.5,-10.5 - parent: 2 - - uid: 5875 + rot: 1.5707963267948966 rad + pos: 10.5,1.5 + parent: 36907 + - type: RevenantOverloadedLights + - uid: 39620 components: - type: Transform - pos: 30.5,-11.5 - parent: 2 - - uid: 5877 + rot: 3.141592653589793 rad + pos: 12.5,-10.5 + parent: 36907 + - uid: 39621 components: - type: Transform - pos: -10.5,-6.5 - parent: 2 - - uid: 5878 + rot: 1.5707963267948966 rad + pos: 20.5,-9.5 + parent: 36907 + - type: RevenantOverloadedLights + - uid: 39622 components: - type: Transform - pos: 26.5,-1.5 - parent: 2 - - uid: 5879 + rot: 1.5707963267948966 rad + pos: 24.5,2.5 + parent: 36907 + - uid: 39623 components: - type: Transform - pos: 26.5,-0.5 - parent: 2 - - uid: 5880 + rot: -1.5707963267948966 rad + pos: 27.5,2.5 + parent: 36907 + - uid: 39624 components: - type: Transform - pos: 26.5,3.5 - parent: 2 - - uid: 5881 + rot: 3.141592653589793 rad + pos: 25.5,-10.5 + parent: 36907 + - uid: 39625 components: - type: Transform - pos: 26.5,4.5 - parent: 2 - - uid: 5882 + pos: 25.5,-6.5 + parent: 36907 +- proto: PoweredSmallLight + entities: + - uid: 21 components: - type: Transform - pos: 26.5,5.5 + rot: -1.5707963267948966 rad + pos: 56.5,-31.5 parent: 2 - - uid: 5883 + - uid: 3614 components: - type: Transform - pos: 28.5,1.5 + pos: 56.5,38.5 parent: 2 - - uid: 5884 + - uid: 6006 components: - type: Transform - pos: 29.5,1.5 + rot: 3.141592653589793 rad + pos: 67.5,-30.5 parent: 2 - - uid: 5885 + - uid: 9421 components: - type: Transform - pos: 33.5,1.5 + rot: 1.5707963267948966 rad + pos: 56.5,-28.5 parent: 2 - - uid: 5886 + - uid: 9730 components: - type: Transform - pos: 32.5,1.5 + rot: 3.141592653589793 rad + pos: -5.5,-84.5 parent: 2 - - uid: 5887 + - uid: 11324 components: - type: Transform - pos: 34.5,1.5 + pos: 59.5,9.5 parent: 2 - - uid: 5895 + - uid: 11325 components: - type: Transform - pos: -55.5,48.5 + rot: 3.141592653589793 rad + pos: 46.5,19.5 parent: 2 - - uid: 5938 + - type: Timer + - uid: 11326 components: - type: Transform - pos: -49.5,32.5 + rot: -1.5707963267948966 rad + pos: 17.5,15.5 parent: 2 - - uid: 5939 + - uid: 11328 components: - type: Transform - pos: -49.5,30.5 + pos: 63.5,13.5 parent: 2 - - uid: 5940 + - uid: 11329 components: - type: Transform - pos: -47.5,34.5 + rot: 1.5707963267948966 rad + pos: 66.5,11.5 parent: 2 - - uid: 5941 + - uid: 12300 components: - type: Transform - pos: -45.5,34.5 + pos: 49.5,-29.5 parent: 2 - - uid: 5942 + - uid: 12676 components: - type: Transform - pos: -54.5,34.5 + rot: 3.141592653589793 rad + pos: 11.5,-39.5 parent: 2 - - uid: 5943 + - uid: 18448 components: - type: Transform - pos: -54.5,36.5 + rot: 3.141592653589793 rad + pos: 43.5,-22.5 parent: 2 - - uid: 5944 + - uid: 23718 components: - type: Transform - pos: -60.5,34.5 + rot: -1.5707963267948966 rad + pos: 38.5,-0.5 parent: 2 - - uid: 5945 + - uid: 23733 components: - type: Transform - pos: -60.5,35.5 + rot: 3.141592653589793 rad + pos: 3.5,-44.5 parent: 2 - - uid: 5946 + - uid: 23734 components: - type: Transform - pos: -60.5,36.5 + rot: -1.5707963267948966 rad + pos: -7.5,-42.5 parent: 2 - - uid: 5947 + - uid: 23739 components: - type: Transform - pos: -53.5,40.5 + pos: -2.5,-48.5 parent: 2 - - uid: 5948 + - uid: 23750 components: - type: Transform - pos: -53.5,41.5 + rot: 1.5707963267948966 rad + pos: -0.5,-34.5 parent: 2 - - uid: 5949 + - uid: 23751 components: - type: Transform - pos: -53.5,42.5 + rot: -1.5707963267948966 rad + pos: 1.5,-34.5 parent: 2 - - uid: 5950 + - uid: 23762 components: - type: Transform - pos: -53.5,43.5 + rot: 3.141592653589793 rad + pos: 13.5,-39.5 parent: 2 - - uid: 5951 + - uid: 23763 components: - type: Transform - pos: -53.5,44.5 + rot: 1.5707963267948966 rad + pos: 16.5,-37.5 parent: 2 - - uid: 5952 + - uid: 23764 components: - type: Transform - pos: -53.5,45.5 + rot: 1.5707963267948966 rad + pos: 16.5,-32.5 parent: 2 - - uid: 5953 + - uid: 23767 components: - type: Transform - pos: -53.5,46.5 + rot: 1.5707963267948966 rad + pos: -20.5,-40.5 parent: 2 - - uid: 5954 + - uid: 23770 components: - type: Transform - pos: -53.5,47.5 + rot: -1.5707963267948966 rad + pos: -15.5,-40.5 parent: 2 - - uid: 5955 + - uid: 23780 components: - type: Transform - pos: -53.5,48.5 + rot: -1.5707963267948966 rad + pos: -12.5,-19.5 parent: 2 - - uid: 5959 + - uid: 23917 components: - type: Transform - pos: -58.5,57.5 + rot: 1.5707963267948966 rad + pos: -42.5,-3.5 parent: 2 - - uid: 5960 + - uid: 23918 components: - type: Transform - pos: -57.5,57.5 + pos: -43.5,-6.5 parent: 2 - - uid: 5964 + - uid: 23919 components: - type: Transform - pos: -59.5,27.5 + rot: -1.5707963267948966 rad + pos: -35.5,-9.5 parent: 2 - - uid: 5965 + - uid: 23929 components: - type: Transform - pos: -59.5,25.5 + rot: -1.5707963267948966 rad + pos: -43.5,20.5 parent: 2 - - uid: 5966 + - uid: 23960 components: - type: Transform - pos: -67.5,24.5 + rot: -1.5707963267948966 rad + pos: -23.5,17.5 parent: 2 - - uid: 5967 + - uid: 23973 components: - type: Transform - pos: -67.5,25.5 + rot: 3.141592653589793 rad + pos: -17.5,24.5 parent: 2 - - uid: 5968 + - uid: 23976 components: - type: Transform - pos: -67.5,26.5 + pos: -13.5,27.5 parent: 2 - - uid: 5969 + - uid: 24019 components: - type: Transform - pos: -66.5,27.5 + pos: -63.5,30.5 parent: 2 - - uid: 5970 + - uid: 24021 components: - type: Transform - pos: -65.5,27.5 + rot: -1.5707963267948966 rad + pos: -60.5,31.5 parent: 2 - - uid: 5971 + - uid: 24084 components: - type: Transform - pos: -39.5,19.5 + rot: -1.5707963267948966 rad + pos: -25.5,-21.5 parent: 2 - - uid: 5972 + - uid: 24085 components: - type: Transform - pos: -37.5,19.5 + rot: 1.5707963267948966 rad + pos: -29.5,-21.5 parent: 2 - - uid: 5973 + - uid: 24086 components: - type: Transform - pos: -33.5,19.5 + pos: -32.5,-14.5 parent: 2 - - uid: 5974 + - uid: 24087 components: - type: Transform - pos: -32.5,19.5 + rot: 3.141592653589793 rad + pos: -32.5,-18.5 parent: 2 - - uid: 5975 + - uid: 24092 components: - type: Transform - pos: -31.5,19.5 + rot: -1.5707963267948966 rad + pos: -23.5,-12.5 parent: 2 - - uid: 5976 + - uid: 24093 components: - type: Transform - pos: -30.5,19.5 + rot: 1.5707963267948966 rad + pos: -25.5,-12.5 parent: 2 - - uid: 5977 + - uid: 24095 components: - type: Transform - pos: -29.5,19.5 + rot: -1.5707963267948966 rad + pos: -20.5,-9.5 parent: 2 - - uid: 5978 + - uid: 24097 components: - type: Transform - pos: -33.5,28.5 + rot: 1.5707963267948966 rad + pos: -20.5,7.5 parent: 2 - - uid: 5979 + - uid: 24098 components: - type: Transform - pos: -33.5,32.5 + rot: -1.5707963267948966 rad + pos: -20.5,10.5 parent: 2 - - uid: 5980 + - uid: 24101 components: - type: Transform - pos: -30.5,32.5 + rot: 3.141592653589793 rad + pos: -23.5,12.5 parent: 2 - - uid: 5981 + - uid: 24102 components: - type: Transform - pos: -30.5,28.5 + pos: -30.5,12.5 parent: 2 - - uid: 5982 + - uid: 24103 components: - type: Transform - pos: -15.5,13.5 + rot: -1.5707963267948966 rad + pos: -35.5,7.5 parent: 2 - - uid: 5983 + - uid: 24104 components: - type: Transform - pos: -14.5,13.5 + pos: -44.5,-33.5 parent: 2 - - uid: 5984 + - uid: 24105 components: - type: Transform - pos: -13.5,13.5 + pos: -31.5,-9.5 parent: 2 - - uid: 5986 + - uid: 24106 components: - type: Transform - pos: -12.5,14.5 + pos: -29.5,-9.5 parent: 2 - - uid: 5987 + - uid: 24107 components: - type: Transform - pos: -12.5,15.5 + rot: 3.141592653589793 rad + pos: -31.5,-12.5 parent: 2 - - uid: 5988 + - uid: 24108 components: - type: Transform - pos: -12.5,16.5 + rot: 3.141592653589793 rad + pos: -29.5,-12.5 parent: 2 - - uid: 5989 + - uid: 24138 components: - type: Transform - pos: -10.5,24.5 + rot: -1.5707963267948966 rad + pos: -22.5,-45.5 parent: 2 - - uid: 5990 + - uid: 24147 components: - type: Transform - pos: -10.5,25.5 + pos: -26.5,-49.5 parent: 2 - - uid: 5991 + - uid: 24180 components: - type: Transform - pos: -10.5,26.5 + rot: -1.5707963267948966 rad + pos: 10.5,-88.5 parent: 2 - - uid: 5992 + - uid: 24181 components: - type: Transform - pos: -25.5,40.5 + rot: -1.5707963267948966 rad + pos: -7.5,-88.5 parent: 2 - - uid: 5993 + - uid: 24220 components: - type: Transform - pos: -27.5,40.5 + rot: -1.5707963267948966 rad + pos: -73.5,56.5 parent: 2 - - uid: 6009 + - uid: 24294 components: - type: Transform - pos: 15.5,12.5 + pos: 58.5,-6.5 parent: 2 - - uid: 6010 + - uid: 24295 components: - type: Transform - pos: 14.5,12.5 + rot: -1.5707963267948966 rad + pos: 67.5,-13.5 parent: 2 - - uid: 6011 + - uid: 24296 components: - type: Transform - pos: 14.5,13.5 + rot: 1.5707963267948966 rad + pos: 64.5,-21.5 parent: 2 - - uid: 6012 + - uid: 24297 components: - type: Transform - pos: 13.5,13.5 + rot: 3.141592653589793 rad + pos: 62.5,-26.5 parent: 2 - - uid: 6013 + - uid: 24298 components: - type: Transform - pos: 13.5,14.5 + rot: 1.5707963267948966 rad + pos: 54.5,-34.5 parent: 2 - - uid: 6014 + - uid: 24299 components: - type: Transform - pos: 13.5,15.5 + pos: 49.5,-43.5 parent: 2 - - uid: 6015 + - uid: 24301 components: - type: Transform - pos: 12.5,19.5 + pos: 12.5,-65.5 parent: 2 - - uid: 6016 + - uid: 24302 components: - type: Transform - pos: 11.5,19.5 + pos: -14.5,-62.5 parent: 2 - - uid: 6017 + - uid: 24303 components: - type: Transform - pos: 11.5,21.5 + pos: -20.5,-57.5 parent: 2 - - uid: 6018 + - uid: 24304 components: - type: Transform - pos: 11.5,20.5 + rot: -1.5707963267948966 rad + pos: -33.5,-46.5 parent: 2 - - uid: 6019 + - uid: 24308 components: - type: Transform - pos: 7.5,28.5 + pos: -26.5,-60.5 parent: 2 - - uid: 6020 + - uid: 24309 components: - type: Transform - pos: 8.5,28.5 + pos: -19.5,-60.5 parent: 2 - - uid: 6021 + - uid: 24310 components: - type: Transform - pos: 9.5,28.5 + rot: 1.5707963267948966 rad + pos: -26.5,-64.5 parent: 2 - - uid: 6022 + - uid: 24385 components: - type: Transform - pos: -1.5,42.5 + pos: -54.5,-42.5 parent: 2 - - uid: 6023 + - uid: 24386 components: - type: Transform - pos: -1.5,44.5 + rot: 3.141592653589793 rad + pos: -54.5,-46.5 parent: 2 - - uid: 6024 + - uid: 24670 components: - type: Transform - pos: -1.5,47.5 + pos: 20.5,-41.5 parent: 2 - - uid: 6025 + - uid: 24671 components: - type: Transform - pos: -1.5,49.5 + pos: 22.5,-41.5 parent: 2 - - uid: 6026 + - uid: 24672 components: - type: Transform - pos: -1.5,50.5 + pos: 24.5,-41.5 parent: 2 - - uid: 6027 + - uid: 24673 components: - type: Transform - pos: -1.5,51.5 + pos: 21.5,-43.5 parent: 2 - - uid: 6028 + - uid: 24674 components: - type: Transform - pos: -2.5,51.5 + rot: 1.5707963267948966 rad + pos: 19.5,-44.5 parent: 2 - - uid: 6029 + - uid: 24675 components: - type: Transform - pos: -3.5,51.5 + rot: -1.5707963267948966 rad + pos: 24.5,-43.5 parent: 2 - - uid: 6030 + - uid: 24800 components: - type: Transform - pos: -4.5,51.5 + pos: 38.5,17.5 parent: 2 - - uid: 6110 + - uid: 24803 components: - type: Transform - pos: 0.5,-35.5 + rot: -1.5707963267948966 rad + pos: 45.5,11.5 parent: 2 - - uid: 6111 + - uid: 24804 components: - type: Transform - pos: 0.5,-33.5 + rot: 3.141592653589793 rad + pos: 34.5,8.5 parent: 2 - - uid: 6112 + - uid: 24805 components: - type: Transform - pos: 14.5,-32.5 + pos: 25.5,13.5 parent: 2 - - uid: 6113 + - uid: 24806 components: - type: Transform - pos: 13.5,-32.5 + pos: 30.5,14.5 parent: 2 - - uid: 6114 + - uid: 24807 components: - type: Transform - pos: 12.5,-32.5 + pos: 16.5,18.5 parent: 2 - - uid: 6217 + - uid: 24808 components: - type: Transform - pos: -7.5,70.5 + rot: 3.141592653589793 rad + pos: 17.5,27.5 parent: 2 - - uid: 6218 + - uid: 24809 components: - type: Transform - pos: -6.5,70.5 + rot: 3.141592653589793 rad + pos: 13.5,35.5 parent: 2 - - uid: 6219 + - uid: 24839 components: - type: Transform - pos: -2.5,70.5 + pos: 40.5,60.5 parent: 2 - - uid: 6220 + - uid: 24840 components: - type: Transform - pos: -1.5,70.5 + pos: 46.5,58.5 parent: 2 - - uid: 6221 + - uid: 24842 components: - type: Transform - pos: -0.5,70.5 + rot: -1.5707963267948966 rad + pos: 50.5,50.5 parent: 2 - - uid: 6222 + - uid: 24843 components: - type: Transform - pos: 0.5,70.5 + rot: 1.5707963267948966 rad + pos: 52.5,50.5 parent: 2 - - uid: 6223 + - uid: 24844 components: - type: Transform - pos: 1.5,70.5 + rot: 3.141592653589793 rad + pos: 55.5,46.5 parent: 2 - - uid: 6224 + - uid: 24845 components: - type: Transform - pos: 2.5,70.5 + pos: 56.5,44.5 parent: 2 - - uid: 6225 + - uid: 24846 components: - type: Transform - pos: 3.5,70.5 + pos: 56.5,41.5 parent: 2 - - uid: 6258 + - uid: 24851 components: - type: Transform - pos: 27.5,59.5 + pos: 53.5,31.5 parent: 2 - - uid: 6260 + - uid: 24904 components: - type: Transform - pos: -12.5,54.5 + rot: 1.5707963267948966 rad + pos: 18.5,58.5 parent: 2 - - uid: 6609 + - uid: 24914 components: - type: Transform - pos: 29.5,-33.5 + rot: 1.5707963267948966 rad + pos: 23.5,62.5 parent: 2 - - uid: 6610 + - uid: 24915 components: - type: Transform - pos: 35.5,-33.5 + rot: -1.5707963267948966 rad + pos: 24.5,62.5 parent: 2 - - uid: 6725 + - uid: 24984 components: - type: Transform - pos: -34.5,-7.5 + rot: -1.5707963267948966 rad + pos: -21.5,67.5 parent: 2 - - uid: 6920 + - uid: 24985 components: - type: Transform - pos: -2.5,-7.5 + rot: 3.141592653589793 rad + pos: -25.5,68.5 parent: 2 - - uid: 6925 + - uid: 27386 components: - type: Transform - pos: -3.5,-7.5 + pos: -87.5,61.5 parent: 2 - - uid: 6992 + - uid: 27613 components: - type: Transform - pos: -93.5,70.5 + rot: 1.5707963267948966 rad + pos: -10.5,22.5 parent: 2 - - uid: 7009 + - uid: 27671 components: - type: Transform - pos: 3.5,-7.5 + rot: 1.5707963267948966 rad + pos: 59.5,-38.5 parent: 2 - - uid: 7014 + - uid: 27711 components: - type: Transform - pos: 0.5,-8.5 + pos: 20.5,11.5 parent: 2 - - uid: 7049 + - uid: 27712 components: - type: Transform - pos: -93.5,69.5 + rot: -1.5707963267948966 rad + pos: 48.5,12.5 parent: 2 - - uid: 7052 + - uid: 27713 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 70.5,-41.5 + pos: 38.5,14.5 parent: 2 - - uid: 7114 + - uid: 27721 components: - type: Transform - pos: 43.5,-42.5 + rot: -1.5707963267948966 rad + pos: 16.5,57.5 parent: 2 - - uid: 7115 + - uid: 27722 components: - type: Transform - pos: 47.5,-42.5 + pos: 18.5,24.5 parent: 2 - - uid: 7231 + - uid: 27723 components: - type: Transform - pos: -85.5,75.5 + pos: 21.5,24.5 parent: 2 - - uid: 7252 + - uid: 27724 components: - type: Transform - pos: -85.5,71.5 + rot: 3.141592653589793 rad + pos: 21.5,20.5 parent: 2 - - uid: 7521 + - uid: 27725 components: - type: Transform - pos: -55.5,40.5 + rot: 3.141592653589793 rad + pos: 18.5,20.5 parent: 2 - - uid: 7522 + - uid: 27730 components: - type: Transform - pos: -55.5,42.5 + rot: 1.5707963267948966 rad + pos: -30.5,-44.5 parent: 2 - - uid: 7523 + - uid: 27731 components: - type: Transform - pos: -55.5,44.5 + rot: 1.5707963267948966 rad + pos: -7.5,48.5 parent: 2 - - uid: 7524 + - uid: 27733 components: - type: Transform - pos: -55.5,46.5 + pos: -6.5,37.5 parent: 2 - - uid: 7585 + - uid: 27734 components: - type: Transform - pos: -52.5,55.5 + pos: -21.5,64.5 parent: 2 - - uid: 7586 + - uid: 27735 components: - type: Transform - pos: -51.5,55.5 + pos: -34.5,60.5 parent: 2 - - uid: 7587 + - uid: 27736 components: - type: Transform - pos: -50.5,55.5 + rot: -1.5707963267948966 rad + pos: -39.5,50.5 parent: 2 - - uid: 7588 + - uid: 27737 components: - type: Transform - pos: -53.5,53.5 + rot: -1.5707963267948966 rad + pos: -36.5,52.5 parent: 2 - - uid: 7589 + - uid: 27738 components: - type: Transform - pos: -53.5,54.5 + rot: 3.141592653589793 rad + pos: -36.5,45.5 parent: 2 - - uid: 7590 + - uid: 27812 components: - type: Transform - pos: -44.5,47.5 + pos: -20.5,56.5 parent: 2 - - uid: 7591 + - uid: 30822 components: - type: Transform - pos: -45.5,47.5 + pos: 57.5,-9.5 parent: 2 - - uid: 7592 + - uid: 30843 components: - type: Transform - pos: -46.5,47.5 + pos: -13.5,-54.5 parent: 2 - - uid: 7593 + - uid: 30856 components: - type: Transform - pos: -47.5,47.5 + pos: -66.5,18.5 parent: 2 - - uid: 7594 + - uid: 30857 components: - type: Transform - pos: -48.5,47.5 + pos: -66.5,16.5 parent: 2 - - uid: 7596 + - uid: 30858 components: - type: Transform - pos: -49.5,48.5 + rot: 3.141592653589793 rad + pos: -66.5,5.5 parent: 2 - - uid: 7597 + - uid: 30859 components: - type: Transform - pos: -49.5,49.5 + rot: -1.5707963267948966 rad + pos: -65.5,8.5 parent: 2 - - uid: 7598 + - uid: 30860 components: - type: Transform - pos: -49.5,50.5 + rot: -1.5707963267948966 rad + pos: -65.5,14.5 parent: 2 - - uid: 7600 + - uid: 30861 components: - type: Transform - pos: -49.5,52.5 + pos: -63.5,12.5 parent: 2 - - uid: 7602 + - uid: 30865 components: - type: Transform - pos: -49.5,54.5 + rot: -1.5707963267948966 rad + pos: -53.5,16.5 parent: 2 - - uid: 7714 + - uid: 30866 components: - type: Transform - pos: -55.5,52.5 + pos: -53.5,21.5 parent: 2 - - uid: 7715 + - uid: 30872 components: - type: Transform - pos: -55.5,54.5 + pos: -64.5,-11.5 parent: 2 - - uid: 7769 + - uid: 30873 components: - type: Transform - pos: -45.5,49.5 + rot: 3.141592653589793 rad + pos: -64.5,-17.5 parent: 2 - - uid: 7929 + - uid: 30888 components: - type: Transform - pos: -41.5,7.5 + rot: -1.5707963267948966 rad + pos: -65.5,-21.5 parent: 2 - - uid: 7953 + - uid: 31315 components: - type: Transform - pos: -41.5,8.5 - parent: 2 - - uid: 8277 + rot: -1.5707963267948966 rad + pos: -3.5,4.5 + parent: 30892 + - uid: 31322 components: - type: Transform - pos: -7.5,-6.5 - parent: 2 - - uid: 8286 + rot: -1.5707963267948966 rad + pos: 3.5,10.5 + parent: 30892 + - uid: 31323 components: - type: Transform - pos: 7.5,5.5 - parent: 2 - - uid: 8292 + rot: -1.5707963267948966 rad + pos: 6.5,10.5 + parent: 30892 + - uid: 31324 components: - type: Transform - pos: 7.5,6.5 - parent: 2 - - uid: 8294 + rot: -1.5707963267948966 rad + pos: 9.5,10.5 + parent: 30892 + - uid: 31325 components: - type: Transform - pos: 15.5,-6.5 - parent: 2 - - uid: 8335 + rot: -1.5707963267948966 rad + pos: -1.5,3.5 + parent: 30892 + - uid: 31327 components: - type: Transform - pos: 14.5,62.5 - parent: 2 - - uid: 8613 + rot: 3.141592653589793 rad + pos: -0.5,5.5 + parent: 30892 + - uid: 31329 components: - type: Transform - pos: 33.5,36.5 - parent: 2 - - uid: 8614 + rot: -1.5707963267948966 rad + pos: 2.5,-0.5 + parent: 30892 + - uid: 31522 components: - type: Transform - pos: 35.5,36.5 + rot: -1.5707963267948966 rad + pos: -11.5,-36.5 parent: 2 - - uid: 8615 + - uid: 31523 components: - type: Transform - pos: 36.5,41.5 + rot: 1.5707963267948966 rad + pos: -12.5,-45.5 parent: 2 - - uid: 8616 + - uid: 31663 components: - type: Transform - pos: 36.5,42.5 + rot: 3.141592653589793 rad + pos: -38.5,55.5 parent: 2 - - uid: 8622 + - uid: 31667 components: - type: Transform - pos: 47.5,41.5 + rot: -1.5707963267948966 rad + pos: -40.5,58.5 parent: 2 - - uid: 8623 + - uid: 31669 components: - type: Transform - pos: 47.5,42.5 + rot: 3.141592653589793 rad + pos: -38.5,41.5 parent: 2 - - uid: 8624 + - uid: 31672 components: - type: Transform - pos: 47.5,43.5 + rot: 3.141592653589793 rad + pos: -19.5,68.5 parent: 2 - - uid: 8625 + - uid: 31839 components: - type: Transform - pos: 47.5,44.5 + rot: 1.5707963267948966 rad + pos: 54.5,-38.5 parent: 2 - - uid: 8626 + - uid: 33110 components: - type: Transform - pos: 46.5,44.5 + pos: -11.5,-77.5 parent: 2 - - uid: 8627 + - uid: 33111 components: - type: Transform - pos: 45.5,45.5 + pos: -5.5,-77.5 parent: 2 - - uid: 8628 + - uid: 33112 components: - type: Transform - pos: 44.5,45.5 + rot: 3.141592653589793 rad + pos: -11.5,-84.5 parent: 2 - - uid: 8629 + - uid: 33113 components: - type: Transform - pos: 43.5,45.5 + pos: 12.5,-77.5 parent: 2 - - uid: 8630 + - uid: 33114 components: - type: Transform - pos: 42.5,45.5 + rot: 3.141592653589793 rad + pos: 6.5,-84.5 parent: 2 - - uid: 8631 + - uid: 33115 components: - type: Transform - pos: 54.5,40.5 + rot: 3.141592653589793 rad + pos: 12.5,-84.5 parent: 2 - - uid: 8632 + - uid: 33117 components: - type: Transform - pos: 54.5,43.5 + pos: 6.5,-77.5 parent: 2 - - uid: 8633 + - uid: 33865 components: - type: Transform - pos: 59.5,40.5 + rot: 3.141592653589793 rad + pos: -61.5,70.5 parent: 2 - - uid: 8634 + - uid: 34360 components: - type: Transform - pos: 59.5,41.5 + rot: -1.5707963267948966 rad + pos: 23.5,-8.5 parent: 2 - - uid: 8635 + - uid: 34505 components: - type: Transform - pos: 59.5,43.5 + pos: -52.5,-19.5 parent: 2 - - uid: 8636 + - uid: 34506 components: - type: Transform - pos: 59.5,44.5 + rot: 1.5707963267948966 rad + pos: -56.5,-21.5 parent: 2 - - uid: 8645 + - uid: 34507 components: - type: Transform - pos: 58.5,46.5 + pos: -58.5,-4.5 parent: 2 - - uid: 8646 + - uid: 34508 components: - type: Transform - pos: 58.5,47.5 + rot: -1.5707963267948966 rad + pos: -55.5,2.5 parent: 2 - - uid: 8647 + - uid: 34509 components: - type: Transform - pos: 53.5,47.5 + rot: -1.5707963267948966 rad + pos: -61.5,-1.5 parent: 2 - - uid: 8648 + - uid: 34510 components: - type: Transform - pos: 49.5,48.5 + rot: 3.141592653589793 rad + pos: -66.5,-4.5 parent: 2 - - uid: 8649 + - uid: 34511 components: - type: Transform - pos: 49.5,53.5 + rot: 1.5707963267948966 rad + pos: -66.5,-1.5 parent: 2 - - uid: 8650 + - uid: 34512 components: - type: Transform - pos: 50.5,53.5 + rot: 1.5707963267948966 rad + pos: -65.5,-8.5 parent: 2 - - uid: 8651 + - uid: 34513 components: - type: Transform - pos: 52.5,53.5 + rot: 3.141592653589793 rad + pos: -56.5,-17.5 parent: 2 - - uid: 8652 + - uid: 34514 components: - type: Transform - pos: 53.5,53.5 + rot: 3.141592653589793 rad + pos: -54.5,-17.5 parent: 2 - - uid: 8653 + - uid: 34520 components: - type: Transform - pos: 47.5,56.5 + pos: -59.5,-20.5 parent: 2 - - uid: 8654 + - uid: 34521 components: - type: Transform - pos: 47.5,57.5 + pos: -51.5,-28.5 parent: 2 - - uid: 8655 + - uid: 34522 components: - type: Transform - pos: 47.5,58.5 + rot: -1.5707963267948966 rad + pos: -47.5,-32.5 parent: 2 - - uid: 8656 + - uid: 34899 components: - type: Transform - pos: 45.5,60.5 + rot: -1.5707963267948966 rad + pos: 6.5,1.5 parent: 2 - - uid: 8657 + - uid: 34912 components: - type: Transform - pos: 44.5,60.5 + rot: 1.5707963267948966 rad + pos: -5.5,11.5 parent: 2 - - uid: 8658 + - uid: 34913 components: - type: Transform - pos: 43.5,60.5 + rot: -1.5707963267948966 rad + pos: 6.5,11.5 parent: 2 - - uid: 8659 + - uid: 34914 components: - type: Transform - pos: 39.5,62.5 + rot: 1.5707963267948966 rad + pos: -5.5,1.5 parent: 2 - - uid: 8660 + - uid: 34916 components: - type: Transform - pos: 39.5,63.5 + rot: 1.5707963267948966 rad + pos: -1.5,14.5 parent: 2 - - uid: 8661 + - uid: 34917 components: - type: Transform - pos: 38.5,63.5 + pos: 0.5,21.5 parent: 2 - - uid: 8662 + - uid: 34918 components: - type: Transform - pos: 38.5,64.5 + pos: 5.5,15.5 parent: 2 - - uid: 8663 + - uid: 34919 components: - type: Transform - pos: 37.5,64.5 + pos: -4.5,15.5 parent: 2 - - uid: 8664 + - uid: 34920 components: - type: Transform - pos: 37.5,65.5 + rot: 3.141592653589793 rad + pos: 3.5,0.5 parent: 2 - - uid: 8665 + - uid: 34921 components: - type: Transform - pos: 36.5,65.5 + rot: 3.141592653589793 rad + pos: -2.5,0.5 parent: 2 - - uid: 8666 + - uid: 34924 components: - type: Transform - pos: 35.5,65.5 + rot: -1.5707963267948966 rad + pos: 2.5,19.5 parent: 2 - - uid: 8667 + - uid: 34925 components: - type: Transform - pos: 34.5,65.5 + rot: -1.5707963267948966 rad + pos: 2.5,14.5 parent: 2 - - uid: 8668 + - uid: 34926 components: - type: Transform - pos: 33.5,65.5 + rot: 1.5707963267948966 rad + pos: -1.5,19.5 parent: 2 - - uid: 8669 + - uid: 34927 components: - type: Transform - pos: 33.5,64.5 + rot: -1.5707963267948966 rad + pos: -2.5,22.5 parent: 2 - - uid: 8673 + - uid: 35430 components: - type: Transform - pos: 35.5,55.5 + rot: 1.5707963267948966 rad + pos: 55.5,52.5 parent: 2 - - uid: 8674 + - uid: 35431 components: - type: Transform - pos: 21.5,72.5 + rot: -1.5707963267948966 rad + pos: 60.5,52.5 parent: 2 - - uid: 8675 + - uid: 35432 components: - type: Transform - pos: 20.5,72.5 + rot: 3.141592653589793 rad + pos: 58.5,49.5 parent: 2 - - uid: 8676 + - uid: 35436 components: - type: Transform - pos: 19.5,72.5 + rot: 1.5707963267948966 rad + pos: 65.5,43.5 parent: 2 - - uid: 8677 + - uid: 35512 components: - type: Transform - pos: 18.5,72.5 + rot: -1.5707963267948966 rad + pos: 71.5,-17.5 parent: 2 - - uid: 8678 + - uid: 35513 components: - type: Transform - pos: 16.5,71.5 + rot: 3.141592653589793 rad + pos: 56.5,-43.5 parent: 2 - - uid: 8679 + - uid: 35514 components: - type: Transform - pos: 16.5,69.5 + pos: 72.5,-11.5 parent: 2 - - uid: 8680 + - uid: 35515 components: - type: Transform - pos: 14.5,72.5 + pos: 75.5,-2.5 parent: 2 - - uid: 8681 + - uid: 35516 components: - type: Transform - pos: 13.5,72.5 + rot: 3.141592653589793 rad + pos: 75.5,3.5 parent: 2 - - uid: 8682 + - uid: 35639 components: - type: Transform - pos: 13.5,68.5 + rot: 3.141592653589793 rad + pos: -36.5,62.5 parent: 2 - - uid: 8683 + - uid: 35654 components: - type: Transform - pos: 14.5,68.5 + rot: -1.5707963267948966 rad + pos: -30.5,64.5 parent: 2 - - uid: 8684 + - uid: 36177 components: - type: Transform - pos: 16.5,67.5 + pos: -48.5,-5.5 parent: 2 - - uid: 8685 + - uid: 36373 components: - type: Transform - pos: 16.5,65.5 + pos: -65.5,77.5 parent: 2 - - uid: 8686 + - uid: 36445 components: - type: Transform - pos: 13.5,60.5 + rot: 3.141592653589793 rad + pos: -59.5,73.5 parent: 2 - - uid: 8687 + - type: Timer + - uid: 36446 components: - type: Transform - pos: 73.5,6.5 + rot: 1.5707963267948966 rad + pos: -60.5,78.5 parent: 2 - - uid: 8691 + - type: Timer + - uid: 36448 components: - type: Transform - pos: 55.5,18.5 + rot: 1.5707963267948966 rad + pos: -68.5,84.5 parent: 2 - - uid: 8692 + - uid: 36624 components: - type: Transform - pos: 56.5,18.5 - parent: 2 - - uid: 8693 + pos: 4.5,-7.5 + parent: 36450 + - uid: 36625 components: - type: Transform - pos: 57.5,18.5 - parent: 2 - - uid: 8694 + pos: 6.5,-7.5 + parent: 36450 + - uid: 36626 components: - type: Transform - pos: 52.5,20.5 - parent: 2 - - uid: 8695 + rot: 3.141592653589793 rad + pos: 6.5,3.5 + parent: 36450 + - uid: 36628 components: - type: Transform - pos: 52.5,21.5 - parent: 2 - - uid: 8696 + rot: 3.141592653589793 rad + pos: 4.5,3.5 + parent: 36450 + - uid: 43094 components: - type: Transform - pos: 52.5,22.5 + rot: 1.5707963267948966 rad + pos: 77.5,43.5 parent: 2 - - uid: 8697 +- proto: PoweredSmallLightEmpty + entities: + - uid: 1236 components: - type: Transform - pos: 61.5,18.5 + pos: -32.5,-6.5 parent: 2 - - uid: 8698 +- proto: PresentRandom + entities: + - uid: 43172 components: - type: Transform - pos: 62.5,18.5 + pos: -67.89776,2.691193 parent: 2 - - uid: 8699 + - uid: 43173 components: - type: Transform - pos: 63.5,18.5 + pos: -67.36651,3.0664537 parent: 2 - - uid: 8700 + - uid: 43255 components: - type: Transform - pos: 68.5,15.5 + pos: 12.270445,20.47305 parent: 2 - - uid: 8701 + - uid: 43256 components: - type: Transform - pos: 68.5,16.5 + pos: 12.270445,33.639458 parent: 2 - - uid: 8702 + - uid: 43259 components: - type: Transform - pos: 68.5,17.5 + pos: -35.434547,6.41126 parent: 2 - - uid: 8703 + - uid: 43260 components: - type: Transform - pos: 66.5,21.5 + pos: -47.31135,11.351019 parent: 2 - - uid: 8704 + - uid: 43261 components: - type: Transform - pos: 66.5,22.5 + pos: -47.863434,11.486529 parent: 2 - - uid: 8705 + - uid: 43265 components: - type: Transform - pos: 66.5,23.5 + pos: -25.215237,-56.202435 parent: 2 - - uid: 8706 + - uid: 43266 components: - type: Transform - pos: 65.5,4.5 + pos: -10.50045,-61.407143 parent: 2 - - uid: 8707 +- proto: PresentRandomCash + entities: + - uid: 43258 components: - type: Transform - pos: 66.5,4.5 + pos: -3.6420336,37.70552 parent: 2 - - uid: 8708 + - uid: 43263 components: - type: Transform - pos: 67.5,4.5 + pos: -62.660053,-28.66482 parent: 2 - - uid: 8709 + - uid: 43264 components: - type: Transform - pos: 68.5,4.5 + pos: -47.09688,-31.656479 parent: 2 - - uid: 8710 +- proto: PresentRandomInsane + entities: + - uid: 43251 components: - type: Transform - pos: 69.5,4.5 + pos: 48.263443,-32.386192 parent: 2 - - uid: 8711 + - uid: 43252 components: - type: Transform - pos: 71.5,7.5 + pos: 48.69053,-32.584248 parent: 2 - - uid: 8714 + - uid: 43253 components: - type: Transform - pos: 75.5,6.5 + pos: 69.27669,-15.187272 parent: 2 - - uid: 8731 + - uid: 43262 components: - type: Transform - pos: 42.5,24.5 + pos: -59.35851,3.552423 parent: 2 - - uid: 8732 +- proto: PresentRandomUnsafe + entities: + - uid: 43254 components: - type: Transform - pos: 40.5,24.5 + pos: 67.4681,13.639437 parent: 2 - - uid: 8733 + - uid: 43257 components: - type: Transform - pos: 39.5,24.5 + pos: 12.502486,41.682243 parent: 2 - - uid: 8734 +- proto: Protolathe + entities: + - uid: 537 components: - type: Transform - pos: 38.5,24.5 + pos: -41.5,18.5 parent: 2 - - uid: 8735 + - uid: 5170 components: - type: Transform - pos: 33.5,27.5 + pos: -28.5,-31.5 parent: 2 - - uid: 8736 + - uid: 39626 components: - type: Transform - pos: 32.5,27.5 - parent: 2 - - uid: 8737 + pos: 45.5,16.5 + parent: 36907 +- proto: ProtolatheMachineCircuitboard + entities: + - uid: 7900 components: - type: Transform - pos: 28.5,30.5 + pos: -42.566597,6.724476 parent: 2 - - uid: 8738 +- proto: Rack + entities: + - uid: 3 components: - type: Transform - pos: 26.5,31.5 + pos: 22.5,-11.5 parent: 2 - - uid: 8739 + - uid: 1132 components: - type: Transform - pos: 26.5,32.5 + pos: 14.5,67.5 parent: 2 - - uid: 8740 + - uid: 2408 components: - type: Transform - pos: 26.5,33.5 + pos: 10.5,-42.5 parent: 2 - - uid: 8741 + - uid: 2409 components: - type: Transform - pos: 26.5,28.5 + pos: 10.5,-43.5 parent: 2 - - uid: 8742 + - uid: 2410 components: - type: Transform - pos: 26.5,26.5 + pos: 10.5,-44.5 parent: 2 - - uid: 8743 + - uid: 3127 components: - type: Transform - pos: 26.5,23.5 + rot: 1.5707963267948966 rad + pos: -21.5,59.5 parent: 2 - - uid: 8744 + - uid: 4127 components: - type: Transform - pos: 26.5,21.5 + pos: 21.5,36.5 parent: 2 - - uid: 8745 + - uid: 4310 components: - type: Transform - pos: 30.5,19.5 + pos: 10.5,-45.5 parent: 2 - - uid: 8746 + - uid: 4311 components: - type: Transform - pos: 30.5,17.5 + pos: 10.5,-46.5 parent: 2 - - uid: 8750 + - uid: 4689 components: - type: Transform - pos: 38.5,36.5 + rot: 3.141592653589793 rad + pos: -10.5,-61.5 parent: 2 - - uid: 8754 + - uid: 4917 components: - type: Transform - pos: 36.5,47.5 + rot: -1.5707963267948966 rad + pos: -16.5,-20.5 parent: 2 - - uid: 8755 + - uid: 4918 components: - type: Transform - pos: 36.5,48.5 + rot: -1.5707963267948966 rad + pos: -15.5,-20.5 parent: 2 - - uid: 8756 + - uid: 5181 components: - type: Transform - pos: 33.5,51.5 + pos: -26.5,-28.5 parent: 2 - - uid: 8757 + - uid: 5293 components: - type: Transform - pos: 32.5,51.5 + pos: -21.5,-12.5 parent: 2 - - uid: 8758 + - uid: 6247 components: - type: Transform - pos: 31.5,51.5 + rot: -1.5707963267948966 rad + pos: 49.5,30.5 parent: 2 - - uid: 8759 + - uid: 6264 components: - type: Transform - pos: 30.5,51.5 + rot: 3.141592653589793 rad + pos: 42.5,34.5 parent: 2 - - uid: 8760 + - uid: 6265 components: - type: Transform - pos: 27.5,52.5 + rot: 3.141592653589793 rad + pos: 42.5,33.5 parent: 2 - - uid: 8761 + - uid: 6266 components: - type: Transform - pos: 27.5,55.5 + rot: 3.141592653589793 rad + pos: 42.5,32.5 parent: 2 - - uid: 8857 + - uid: 6268 components: - type: Transform - pos: -93.5,66.5 + rot: 3.141592653589793 rad + pos: 49.5,31.5 parent: 2 - - uid: 8891 + - uid: 6269 components: - type: Transform - pos: -93.5,72.5 + rot: 3.141592653589793 rad + pos: 49.5,32.5 parent: 2 - - uid: 8900 + - uid: 6270 components: - type: Transform - pos: -78.5,80.5 + rot: 3.141592653589793 rad + pos: 49.5,33.5 parent: 2 - - uid: 9264 + - uid: 6271 components: - type: Transform - pos: -68.5,-19.5 + rot: 3.141592653589793 rad + pos: 49.5,34.5 parent: 2 - - uid: 9265 + - uid: 6274 components: - type: Transform - pos: -68.5,-20.5 + rot: 3.141592653589793 rad + pos: 48.5,35.5 parent: 2 - - uid: 9266 + - uid: 6275 components: - type: Transform - pos: -68.5,-21.5 + rot: 3.141592653589793 rad + pos: 47.5,35.5 parent: 2 - - uid: 9267 + - uid: 6279 components: - type: Transform - pos: -62.5,-14.5 + rot: 3.141592653589793 rad + pos: 46.5,30.5 parent: 2 - - uid: 9268 + - uid: 6280 components: - type: Transform - pos: -62.5,-13.5 + rot: 3.141592653589793 rad + pos: 47.5,30.5 parent: 2 - - uid: 9269 + - uid: 6281 components: - type: Transform - pos: -62.5,-12.5 + rot: 3.141592653589793 rad + pos: 48.5,30.5 parent: 2 - - uid: 9295 + - uid: 6283 components: - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,22.5 + rot: 1.5707963267948966 rad + pos: 42.5,31.5 parent: 2 - - uid: 9296 + - uid: 6284 components: - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,23.5 + rot: 1.5707963267948966 rad + pos: 43.5,30.5 parent: 2 - - uid: 9381 + - uid: 6285 components: - type: Transform - pos: -74.5,78.5 + rot: 1.5707963267948966 rad + pos: 44.5,30.5 parent: 2 - - uid: 9391 + - uid: 6288 components: - type: Transform - pos: 10.5,-6.5 + rot: 1.5707963267948966 rad + pos: 44.5,31.5 parent: 2 - - uid: 9393 + - uid: 6294 components: - type: Transform - pos: 30.5,-10.5 + pos: 45.5,30.5 parent: 2 - - uid: 9405 + - uid: 6296 components: - type: Transform - pos: -9.5,-6.5 + pos: 45.5,31.5 parent: 2 - - uid: 9406 + - uid: 6297 components: - type: Transform - pos: -0.5,-8.5 + pos: 45.5,33.5 parent: 2 - - uid: 9429 + - uid: 6298 components: - type: Transform - pos: -17.5,-3.5 + pos: 46.5,33.5 parent: 2 - - uid: 9431 + - uid: 6299 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-26.5 + pos: 47.5,33.5 parent: 2 - - uid: 9438 + - uid: 6723 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,-42.5 + pos: 71.5,-16.5 parent: 2 - - uid: 9475 + - uid: 6724 components: - type: Transform - pos: 7.5,71.5 + pos: 69.5,-10.5 parent: 2 - - uid: 9571 + - uid: 6840 components: - type: Transform - pos: 42.5,39.5 + pos: 16.5,-25.5 parent: 2 - - uid: 9572 + - uid: 7452 components: - type: Transform - pos: 43.5,39.5 + pos: -41.5,12.5 parent: 2 - - uid: 9573 + - uid: 7453 components: - type: Transform - pos: 44.5,39.5 + pos: -40.5,12.5 parent: 2 - - uid: 9574 + - uid: 7531 components: - type: Transform - pos: 45.5,39.5 + rot: 1.5707963267948966 rad + pos: -54.5,28.5 parent: 2 - - uid: 9676 + - uid: 7532 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,32.5 + rot: 1.5707963267948966 rad + pos: -54.5,27.5 parent: 2 - - uid: 9677 + - uid: 7845 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,33.5 + rot: -1.5707963267948966 rad + pos: -40.5,7.5 parent: 2 - - uid: 9678 + - uid: 7846 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,34.5 + rot: -1.5707963267948966 rad + pos: -40.5,8.5 parent: 2 - - uid: 9702 + - uid: 7847 components: - type: Transform - pos: 17.5,46.5 + rot: -1.5707963267948966 rad + pos: -39.5,8.5 parent: 2 - - uid: 9703 + - uid: 7848 components: - type: Transform - pos: 17.5,47.5 + rot: -1.5707963267948966 rad + pos: -38.5,8.5 parent: 2 - - uid: 9704 + - uid: 7849 components: - type: Transform - pos: 18.5,45.5 + rot: -1.5707963267948966 rad + pos: -38.5,7.5 parent: 2 - - uid: 9705 + - uid: 7859 components: - type: Transform - pos: 21.5,45.5 + rot: -1.5707963267948966 rad + pos: -46.5,6.5 parent: 2 - - uid: 9706 + - uid: 7860 components: - type: Transform - pos: 23.5,43.5 + rot: -1.5707963267948966 rad + pos: -44.5,6.5 parent: 2 - - uid: 9707 + - uid: 7861 components: - type: Transform - pos: 23.5,41.5 + rot: -1.5707963267948966 rad + pos: -42.5,6.5 parent: 2 - - uid: 9720 + - uid: 7862 components: - type: Transform - pos: -5.5,-82.5 + rot: -1.5707963267948966 rad + pos: -46.5,5.5 parent: 2 - - uid: 9731 + - uid: 7863 components: - type: Transform - pos: -5.5,-80.5 + rot: -1.5707963267948966 rad + pos: -44.5,5.5 parent: 2 - - uid: 9732 + - uid: 7864 components: - type: Transform - pos: -5.5,-79.5 + rot: -1.5707963267948966 rad + pos: -42.5,5.5 parent: 2 - - uid: 9733 + - uid: 8555 components: - type: Transform - pos: -11.5,-82.5 + rot: 3.141592653589793 rad + pos: -23.5,66.5 parent: 2 - - uid: 9734 + - uid: 8575 components: - type: Transform - pos: -11.5,-81.5 + rot: 3.141592653589793 rad + pos: -25.5,64.5 parent: 2 - - uid: 9735 + - uid: 8576 components: - type: Transform - pos: -11.5,-80.5 + rot: 3.141592653589793 rad + pos: -24.5,64.5 parent: 2 - - uid: 9736 + - uid: 8577 components: - type: Transform - pos: -11.5,-79.5 + rot: 3.141592653589793 rad + pos: -17.5,67.5 parent: 2 - - uid: 9737 + - uid: 8579 components: - type: Transform - pos: 6.5,-82.5 + rot: 3.141592653589793 rad + pos: -34.5,57.5 parent: 2 - - uid: 9738 + - uid: 8595 components: - type: Transform - pos: 6.5,-81.5 + pos: -34.5,45.5 parent: 2 - - uid: 9739 + - uid: 8902 components: - type: Transform - pos: 6.5,-80.5 + rot: 1.5707963267948966 rad + pos: 54.5,-45.5 parent: 2 - - uid: 9740 + - uid: 8992 components: - type: Transform - pos: 6.5,-79.5 + pos: 47.5,-44.5 parent: 2 - - uid: 9741 + - uid: 8993 components: - type: Transform - pos: -4.5,-68.5 + pos: 46.5,-44.5 parent: 2 - - uid: 9742 + - uid: 9613 components: - type: Transform - pos: -3.5,-68.5 + pos: 1.5,28.5 parent: 2 - - uid: 9743 + - uid: 9618 components: - type: Transform - pos: -2.5,-68.5 + rot: 1.5707963267948966 rad + pos: 0.5,28.5 parent: 2 - - uid: 9745 + - uid: 9619 components: - type: Transform - pos: -0.5,-69.5 + rot: 1.5707963267948966 rad + pos: -0.5,28.5 parent: 2 - - uid: 9746 + - uid: 9624 components: - type: Transform - pos: 0.5,-69.5 + pos: 43.5,44.5 parent: 2 - - uid: 9747 + - uid: 9698 components: - type: Transform - pos: 1.5,-69.5 + pos: 51.5,31.5 parent: 2 - - uid: 9748 + - uid: 9908 components: - type: Transform - pos: 3.5,-68.5 + pos: 13.5,67.5 parent: 2 - - uid: 9749 + - uid: 10093 components: - type: Transform - pos: 4.5,-68.5 + pos: 31.5,22.5 parent: 2 - - uid: 9750 + - uid: 10282 components: - type: Transform - pos: 5.5,-68.5 + pos: 26.5,55.5 parent: 2 - - uid: 9751 + - uid: 10283 components: - type: Transform - pos: 12.5,-82.5 + pos: 25.5,55.5 parent: 2 - - uid: 9752 + - uid: 10284 components: - type: Transform - pos: 12.5,-81.5 + pos: 24.5,55.5 parent: 2 - - uid: 9753 + - uid: 10416 components: - type: Transform - pos: 12.5,-80.5 + rot: 3.141592653589793 rad + pos: -36.5,8.5 parent: 2 - - uid: 9754 + - uid: 10417 components: - type: Transform - pos: 12.5,-79.5 + pos: -45.5,-7.5 parent: 2 - - uid: 9958 + - uid: 10509 components: - type: Transform - pos: -24.5,-48.5 + rot: -1.5707963267948966 rad + pos: 46.5,56.5 parent: 2 - - uid: 9961 + - uid: 10804 components: - type: Transform - pos: -19.5,-51.5 + pos: 22.5,59.5 parent: 2 - - uid: 9985 + - uid: 10871 components: - type: Transform - pos: 35.5,60.5 + rot: 3.141592653589793 rad + pos: 10.5,-47.5 parent: 2 - - uid: 10003 + - uid: 10922 components: - type: Transform - pos: -15.5,-67.5 + pos: 26.5,-59.5 parent: 2 - - uid: 10004 + - uid: 10923 components: - type: Transform - pos: -16.5,-67.5 + pos: 23.5,-61.5 parent: 2 - - uid: 10005 + - uid: 10945 components: - type: Transform - pos: -22.5,-65.5 + pos: 22.5,-61.5 parent: 2 - - uid: 10006 + - uid: 10949 components: - type: Transform - pos: -23.5,-65.5 + pos: 20.5,-65.5 parent: 2 - - uid: 10007 + - uid: 10951 components: - type: Transform - pos: -24.5,-65.5 + pos: 30.5,-58.5 parent: 2 - - uid: 10008 + - uid: 10952 components: - type: Transform - pos: -25.5,-65.5 + pos: 39.5,-53.5 parent: 2 - - uid: 10009 + - uid: 11161 components: - type: Transform - pos: -26.5,-65.5 + rot: 1.5707963267948966 rad + pos: -39.5,56.5 parent: 2 - - uid: 10185 + - uid: 11206 components: - type: Transform - pos: 57.5,-1.5 + pos: 11.5,-61.5 parent: 2 - - uid: 10188 + - uid: 11363 components: - type: Transform - pos: 59.5,2.5 + pos: 67.5,-15.5 parent: 2 - - uid: 10189 + - uid: 11496 components: - type: Transform - pos: 57.5,2.5 + pos: 58.5,-6.5 parent: 2 - - uid: 10190 + - uid: 11515 components: - type: Transform - pos: 59.5,-1.5 + rot: 3.141592653589793 rad + pos: 63.5,-9.5 parent: 2 - - uid: 10347 + - uid: 11516 components: - type: Transform - pos: -22.5,-51.5 + rot: 3.141592653589793 rad + pos: 62.5,-9.5 parent: 2 - - uid: 10562 + - uid: 11541 components: - type: Transform - pos: 42.5,48.5 + pos: 57.5,-29.5 parent: 2 - - uid: 10563 + - uid: 11542 components: - type: Transform - pos: 43.5,48.5 + pos: 56.5,-32.5 parent: 2 - - uid: 10564 + - uid: 11716 components: - type: Transform - pos: 45.5,48.5 + rot: 3.141592653589793 rad + pos: -67.5,-13.5 parent: 2 - - uid: 10565 + - uid: 11717 components: - type: Transform - pos: 46.5,48.5 + rot: 3.141592653589793 rad + pos: -67.5,-11.5 parent: 2 - - uid: 10593 + - uid: 11718 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 73.5,-11.5 + rot: 3.141592653589793 rad + pos: -65.5,-16.5 parent: 2 - - uid: 10611 + - uid: 12310 components: - type: Transform - pos: -74.5,85.5 + pos: -54.5,18.5 parent: 2 - - uid: 10654 + - uid: 12311 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,-43.5 + pos: -54.5,19.5 parent: 2 - - uid: 10687 + - uid: 12453 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-59.5 + pos: 71.5,-15.5 parent: 2 - - uid: 10688 + - uid: 13015 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-57.5 + pos: 40.5,9.5 parent: 2 - - uid: 10689 + - uid: 13016 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-57.5 + pos: 46.5,9.5 parent: 2 - - uid: 10690 + - uid: 13018 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-59.5 + pos: 43.5,17.5 parent: 2 - - uid: 10691 + - uid: 13019 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-60.5 + pos: 43.5,15.5 parent: 2 - - uid: 10692 + - uid: 13020 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-60.5 + pos: 33.5,11.5 parent: 2 - - uid: 10693 + - uid: 13021 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-60.5 + pos: 33.5,12.5 parent: 2 - - uid: 10694 + - uid: 13022 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-56.5 + pos: 32.5,8.5 parent: 2 - - uid: 10695 + - uid: 13023 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-56.5 + pos: 19.5,13.5 parent: 2 - - uid: 10696 + - uid: 13024 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-56.5 + pos: 19.5,14.5 parent: 2 - - uid: 10697 + - uid: 13026 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-56.5 + pos: 18.5,32.5 parent: 2 - - uid: 10698 + - uid: 13027 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-60.5 + pos: 12.5,35.5 parent: 2 - - uid: 10699 + - uid: 13303 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-60.5 + pos: -24.5,14.5 parent: 2 - - uid: 10700 + - uid: 13304 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-60.5 + pos: -23.5,14.5 parent: 2 - - uid: 10870 + - uid: 13313 components: - type: Transform - pos: 41.5,-59.5 + rot: -1.5707963267948966 rad + pos: -19.5,66.5 parent: 2 - - uid: 11001 + - uid: 13315 components: - type: Transform - pos: 0.5,-0.5 + rot: 1.5707963267948966 rad + pos: -21.5,60.5 parent: 2 - - uid: 11010 + - uid: 13324 components: - type: Transform - pos: 17.5,-3.5 + rot: -1.5707963267948966 rad + pos: -22.5,56.5 parent: 2 - - uid: 11138 + - uid: 13487 components: - type: Transform - pos: 18.5,-6.5 + pos: -38.5,41.5 parent: 2 - - uid: 11139 + - uid: 13748 components: - type: Transform - pos: 5.5,-7.5 + pos: -25.5,-55.5 parent: 2 - - uid: 11140 + - uid: 13774 components: - type: Transform - pos: 4.5,-7.5 + pos: -35.5,-5.5 parent: 2 - - uid: 11145 + - uid: 13775 components: - type: Transform - pos: 73.5,-13.5 + pos: -36.5,-5.5 parent: 2 - - uid: 11155 + - uid: 13792 components: - type: Transform - pos: -44.5,-13.5 + pos: 56.5,9.5 parent: 2 - - uid: 11209 + - uid: 13797 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -67.5,23.5 + pos: 56.5,7.5 parent: 2 - - uid: 11210 + - uid: 13948 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -67.5,22.5 + rot: 3.141592653589793 rad + pos: -29.5,60.5 parent: 2 - - uid: 11254 + - uid: 13949 components: - type: Transform - pos: 72.5,-22.5 + pos: -32.5,-6.5 parent: 2 - - uid: 11255 + - uid: 13956 components: - type: Transform - pos: 9.5,-3.5 + pos: -34.5,-48.5 parent: 2 - - uid: 11256 + - uid: 14275 components: - type: Transform - pos: 18.5,-3.5 + pos: -65.5,-21.5 parent: 2 - - uid: 11257 + - uid: 14305 components: - type: Transform - pos: 11.5,-6.5 + pos: -39.5,49.5 parent: 2 - - uid: 11258 + - uid: 14373 components: - type: Transform - pos: -77.5,80.5 + rot: 1.5707963267948966 rad + pos: -6.5,37.5 parent: 2 - - uid: 11265 + - uid: 14374 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,-40.5 + rot: 1.5707963267948966 rad + pos: -2.5,36.5 parent: 2 - - uid: 11405 + - uid: 14375 components: - type: Transform rot: 1.5707963267948966 rad - pos: 77.5,29.5 + pos: -7.5,49.5 parent: 2 - - uid: 11412 + - uid: 14387 components: - type: Transform - pos: 56.5,30.5 + pos: 15.5,59.5 parent: 2 - - uid: 11428 + - uid: 14440 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,46.5 + pos: -18.5,-57.5 parent: 2 - - uid: 11429 + - uid: 14538 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 63.5,54.5 + pos: -11.5,-33.5 parent: 2 - - uid: 11435 + - uid: 14539 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 65.5,49.5 + pos: -13.5,-41.5 parent: 2 - - uid: 11437 + - uid: 15830 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 65.5,51.5 - parent: 2 - - uid: 11439 + pos: 6.5,5.5 + parent: 14592 + - uid: 15831 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 77.5,28.5 - parent: 2 - - uid: 11440 + pos: 7.5,5.5 + parent: 14592 + - uid: 15832 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 71.5,24.5 - parent: 2 - - uid: 11449 + pos: 9.5,5.5 + parent: 14592 + - uid: 15833 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 77.5,39.5 - parent: 2 - - uid: 11472 + pos: 9.5,3.5 + parent: 14592 + - uid: 15834 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 77.5,30.5 - parent: 2 - - uid: 11485 + pos: 7.5,3.5 + parent: 14592 + - uid: 15835 components: - type: Transform - pos: 70.5,26.5 - parent: 2 - - uid: 11570 + pos: 6.5,3.5 + parent: 14592 + - uid: 18338 components: - type: Transform rot: 1.5707963267948966 rad - pos: 59.5,38.5 + pos: -61.5,31.5 parent: 2 - - uid: 11571 + - uid: 18839 components: - type: Transform rot: 1.5707963267948966 rad - pos: 63.5,52.5 + pos: 55.5,-10.5 parent: 2 - - uid: 11613 + - uid: 19103 components: - type: Transform rot: 1.5707963267948966 rad - pos: 72.5,24.5 + pos: -14.5,-54.5 parent: 2 - - uid: 11631 + - uid: 19150 components: - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-35.5 + rot: 1.5707963267948966 rad + pos: -44.5,-33.5 parent: 2 - - uid: 12234 + - uid: 27666 components: - type: Transform - pos: 9.5,-6.5 + rot: 1.5707963267948966 rad + pos: 59.5,-39.5 parent: 2 - - uid: 12302 + - uid: 29619 components: - type: Transform - pos: 1.5,-8.5 + pos: 61.5,-37.5 parent: 2 - - uid: 12389 + - uid: 31316 components: - type: Transform - pos: 30.5,-9.5 - parent: 2 - - uid: 12414 + pos: 7.5,7.5 + parent: 30892 + - uid: 31335 components: - type: Transform - pos: 1.5,-0.5 + pos: -57.5,-23.5 parent: 2 - - uid: 12416 + - uid: 33992 components: - type: Transform - pos: -17.5,-6.5 + pos: -53.5,-17.5 parent: 2 - - uid: 12432 + - uid: 33994 components: - type: Transform - pos: -16.5,-6.5 + pos: -53.5,-16.5 parent: 2 - - uid: 12455 + - uid: 34093 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 60.5,-43.5 + rot: 1.5707963267948966 rad + pos: -57.5,-16.5 parent: 2 - - uid: 12473 + - uid: 34298 components: - type: Transform rot: 1.5707963267948966 rad - pos: 39.5,-22.5 + pos: -50.5,-24.5 parent: 2 - - uid: 12479 + - uid: 35037 components: - type: Transform - pos: -14.5,-6.5 + rot: -1.5707963267948966 rad + pos: 67.5,29.5 parent: 2 - - uid: 12480 + - uid: 35058 components: - type: Transform - pos: -74.5,87.5 + rot: 1.5707963267948966 rad + pos: 70.5,31.5 parent: 2 - - uid: 12500 + - uid: 35059 components: - type: Transform - pos: 8.5,-6.5 + rot: 1.5707963267948966 rad + pos: 71.5,31.5 parent: 2 - - uid: 12641 + - uid: 35164 components: - type: Transform - pos: 73.5,0.5 + rot: 3.141592653589793 rad + pos: 64.5,42.5 parent: 2 - - uid: 12642 + - uid: 35167 components: - type: Transform - pos: 75.5,4.5 + pos: 72.5,35.5 parent: 2 - - uid: 12720 + - uid: 35599 components: - type: Transform - pos: -91.5,60.5 + rot: 3.141592653589793 rad + pos: 16.5,-36.5 parent: 2 - - uid: 13856 + - uid: 36301 components: - type: Transform - pos: 74.5,4.5 + pos: 21.5,-7.5 parent: 2 - - uid: 13945 + - uid: 36422 components: - type: Transform - pos: 73.5,-0.5 + rot: 3.141592653589793 rad + pos: -61.5,74.5 parent: 2 - - uid: 14183 + - uid: 42925 components: - type: Transform - pos: -44.5,-15.5 + pos: 46.5,19.5 parent: 2 - - uid: 14184 + - uid: 43092 components: - type: Transform - pos: -2.5,23.5 + rot: -1.5707963267948966 rad + pos: 77.5,44.5 parent: 2 - - uid: 14185 +- proto: RadiationCollector + entities: + - uid: 3194 components: - type: Transform - pos: 3.5,23.5 + pos: -5.5,23.5 parent: 2 - - uid: 14259 + - uid: 7804 components: - type: Transform - pos: -23.5,69.5 + pos: -16.5,27.5 parent: 2 - - uid: 14260 + - uid: 7805 components: - type: Transform - pos: -22.5,69.5 + pos: -16.5,26.5 parent: 2 - - uid: 14261 + - uid: 7806 components: - type: Transform - pos: -21.5,69.5 + pos: -15.5,26.5 parent: 2 - - uid: 14446 + - uid: 7807 components: - type: Transform - pos: -17.5,-62.5 + pos: -15.5,27.5 parent: 2 - - uid: 14477 + - uid: 8781 components: - type: Transform - pos: -85.5,72.5 + pos: -67.5,9.5 parent: 2 - - uid: 14497 + - uid: 8782 components: - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,0.5 + pos: -66.5,9.5 parent: 2 - - uid: 17594 + - uid: 8783 components: - type: Transform - pos: -13.5,35.5 + pos: -65.5,9.5 parent: 2 - - uid: 17600 + - uid: 8784 components: - type: Transform - pos: -85.5,74.5 + pos: -67.5,13.5 parent: 2 - - uid: 17608 + - uid: 8785 components: - type: Transform - pos: -86.5,89.5 + pos: -66.5,13.5 parent: 2 - - uid: 17610 + - uid: 8786 components: - type: Transform - pos: -92.5,83.5 + pos: -65.5,13.5 parent: 2 - - uid: 17611 +- proto: RadioJammer + entities: + - uid: 5576 components: - type: Transform - pos: -93.5,80.5 - parent: 2 - - uid: 17613 + parent: 13959 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: Railing + entities: + - uid: 20 components: - type: Transform - pos: -92.5,82.5 + rot: 1.5707963267948966 rad + pos: -46.5,30.5 parent: 2 - - uid: 17615 + - uid: 88 components: - type: Transform - pos: -85.5,89.5 + rot: 1.5707963267948966 rad + pos: -41.5,31.5 parent: 2 - - uid: 19251 + - uid: 93 components: - type: Transform - pos: 73.5,1.5 + rot: 3.141592653589793 rad + pos: -45.5,29.5 parent: 2 - - uid: 19253 + - uid: 487 components: - type: Transform - pos: 74.5,6.5 + rot: -1.5707963267948966 rad + pos: -38.5,30.5 parent: 2 - - uid: 19313 + - uid: 1383 components: - type: Transform - pos: -91.5,85.5 + rot: 3.141592653589793 rad + pos: -44.5,29.5 parent: 2 - - uid: 19338 + - uid: 1391 components: - type: Transform - pos: -92.5,62.5 + rot: 3.141592653589793 rad + pos: 35.5,-24.5 parent: 2 - - uid: 19340 + - uid: 1538 components: - type: Transform - pos: -91.5,86.5 + rot: -1.5707963267948966 rad + pos: 31.5,-22.5 parent: 2 - - uid: 19342 + - uid: 1884 components: - type: Transform - pos: -93.5,79.5 + rot: 1.5707963267948966 rad + pos: 33.5,-22.5 parent: 2 - - uid: 19351 + - uid: 1898 components: - type: Transform - pos: -83.5,90.5 + rot: -1.5707963267948966 rad + pos: 0.5,-59.5 parent: 2 - - uid: 20869 + - uid: 2119 components: - type: Transform - pos: -92.5,63.5 + rot: 1.5707963267948966 rad + pos: 0.5,-57.5 parent: 2 - - uid: 21113 + - uid: 2178 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 76.5,42.5 + rot: -1.5707963267948966 rad + pos: 0.5,-58.5 parent: 2 - - uid: 21114 + - uid: 2194 components: - type: Transform rot: 1.5707963267948966 rad - pos: 63.5,51.5 + pos: 0.5,-58.5 parent: 2 - - uid: 21115 + - uid: 4550 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 65.5,50.5 + pos: -15.5,-64.5 parent: 2 - - uid: 21768 + - uid: 6721 components: - type: Transform - pos: -85.5,54.5 + pos: 29.5,-25.5 parent: 2 - - uid: 21770 + - uid: 6911 components: - type: Transform - pos: -93.5,65.5 + pos: -45.5,32.5 parent: 2 - - uid: 21771 + - uid: 6984 components: - type: Transform - pos: -93.5,77.5 + pos: -39.5,32.5 parent: 2 - - uid: 21772 + - uid: 7001 components: - type: Transform - pos: -91.5,59.5 + rot: -1.5707963267948966 rad + pos: 2.5,44.5 parent: 2 - - uid: 23711 + - uid: 7012 components: - type: Transform - pos: -93.5,73.5 + rot: 1.5707963267948966 rad + pos: -41.5,30.5 parent: 2 - - uid: 23713 + - uid: 7054 components: - type: Transform - pos: -80.5,90.5 + pos: -40.5,32.5 parent: 2 - - uid: 23715 + - uid: 7373 components: - type: Transform - pos: -86.5,54.5 + rot: -1.5707963267948966 rad + pos: -1.5,-25.5 parent: 2 - - uid: 23716 + - uid: 7376 components: - type: Transform - pos: -79.5,90.5 + rot: 1.5707963267948966 rad + pos: -1.5,-25.5 parent: 2 - - uid: 23759 + - uid: 7377 components: - type: Transform rot: 1.5707963267948966 rad - pos: 73.5,-12.5 + pos: 2.5,-25.5 parent: 2 - - uid: 24058 + - uid: 7378 components: - type: Transform - pos: 53.5,-57.5 + rot: -1.5707963267948966 rad + pos: 2.5,-25.5 parent: 2 - - uid: 24166 + - uid: 8253 components: - type: Transform - pos: 30.5,-70.5 + pos: 5.5,62.5 parent: 2 - - uid: 24169 + - uid: 8256 components: - type: Transform - pos: 27.5,-69.5 + rot: 1.5707963267948966 rad + pos: 4.5,61.5 parent: 2 - - uid: 24187 + - uid: 8257 components: - type: Transform rot: 1.5707963267948966 rad - pos: 54.5,37.5 + pos: 4.5,60.5 parent: 2 - - uid: 24201 + - uid: 8258 components: - type: Transform - pos: 27.5,-67.5 + rot: 1.5707963267948966 rad + pos: 4.5,59.5 parent: 2 - - uid: 24244 + - uid: 8259 components: - type: Transform - pos: -90.5,57.5 + rot: 1.5707963267948966 rad + pos: 4.5,58.5 parent: 2 - - uid: 24248 + - uid: 8260 components: - type: Transform - pos: -88.5,55.5 + rot: 1.5707963267948966 rad + pos: 4.5,57.5 parent: 2 - - uid: 24255 + - uid: 8261 components: - type: Transform - pos: 41.5,-64.5 + rot: 1.5707963267948966 rad + pos: 4.5,56.5 parent: 2 - - uid: 24273 + - uid: 8298 components: - type: Transform - pos: -79.5,49.5 + rot: -1.5707963267948966 rad + pos: 2.5,50.5 parent: 2 - - uid: 24274 + - uid: 8347 components: - type: Transform - pos: -75.5,90.5 + rot: -1.5707963267948966 rad + pos: -14.5,58.5 parent: 2 - - uid: 24277 + - uid: 8348 components: - type: Transform - pos: -76.5,90.5 + rot: -1.5707963267948966 rad + pos: -14.5,59.5 parent: 2 - - uid: 24293 + - uid: 8349 components: - type: Transform - pos: -73.5,90.5 + rot: 3.141592653589793 rad + pos: -15.5,57.5 parent: 2 - - uid: 24300 + - uid: 8350 components: - type: Transform - pos: -72.5,90.5 + rot: 1.5707963267948966 rad + pos: -16.5,59.5 parent: 2 - - uid: 24388 + - uid: 8351 components: - type: Transform - pos: -69.5,90.5 + rot: -1.5707963267948966 rad + pos: -14.5,60.5 parent: 2 - - uid: 24389 + - uid: 8352 components: - type: Transform - pos: -68.5,90.5 + pos: -15.5,61.5 parent: 2 - - uid: 24392 + - uid: 8353 components: - type: Transform - pos: -66.5,89.5 + rot: 1.5707963267948966 rad + pos: -16.5,60.5 parent: 2 - - uid: 24393 + - uid: 8354 components: - type: Transform - pos: -65.5,89.5 + rot: 1.5707963267948966 rad + pos: -16.5,58.5 parent: 2 - - uid: 24394 + - uid: 8421 components: - type: Transform - pos: -63.5,88.5 + rot: 1.5707963267948966 rad + pos: -30.5,50.5 parent: 2 - - uid: 24395 + - uid: 8829 components: - type: Transform - pos: -62.5,88.5 + rot: 1.5707963267948966 rad + pos: 38.5,-4.5 parent: 2 - - uid: 24396 + - uid: 8848 components: - type: Transform - pos: -57.5,82.5 + rot: -1.5707963267948966 rad + pos: 36.5,-4.5 parent: 2 - - uid: 24397 + - uid: 9441 components: - type: Transform - pos: -57.5,83.5 + rot: 3.141592653589793 rad + pos: 29.5,-24.5 parent: 2 - - uid: 24398 + - uid: 9455 components: - type: Transform - pos: -60.5,87.5 + rot: 3.141592653589793 rad + pos: -39.5,29.5 parent: 2 - - uid: 24399 + - uid: 9477 components: - type: Transform - pos: -58.5,85.5 + pos: 35.5,-25.5 parent: 2 - - uid: 24400 + - uid: 9793 components: - type: Transform - pos: -56.5,79.5 + rot: -1.5707963267948966 rad + pos: -33.5,50.5 parent: 2 - - uid: 24401 + - uid: 9841 components: - type: Transform - pos: -56.5,80.5 + rot: 1.5707963267948966 rad + pos: -30.5,49.5 parent: 2 - - uid: 24402 + - uid: 9976 components: - type: Transform - pos: -55.5,76.5 + rot: 3.141592653589793 rad + pos: -26.5,-62.5 parent: 2 - - uid: 24403 + - uid: 9977 components: - type: Transform - pos: -55.5,77.5 + rot: 3.141592653589793 rad + pos: -27.5,-62.5 parent: 2 - - uid: 24404 + - uid: 10037 components: - type: Transform - pos: -55.5,74.5 + rot: -1.5707963267948966 rad + pos: -24.5,-61.5 parent: 2 - - uid: 24405 + - uid: 10058 components: - type: Transform - pos: -55.5,73.5 + rot: 3.141592653589793 rad + pos: -25.5,-62.5 parent: 2 - - uid: 24406 + - uid: 10430 components: - type: Transform - pos: -83.5,53.5 + rot: 1.5707963267948966 rad + pos: -9.5,-55.5 parent: 2 - - uid: 24407 + - uid: 10431 components: - type: Transform - pos: -82.5,53.5 + rot: 3.141592653589793 rad + pos: -10.5,-54.5 parent: 2 - - uid: 24408 + - uid: 10432 components: - type: Transform - pos: -81.5,51.5 + rot: 3.141592653589793 rad + pos: 11.5,-54.5 parent: 2 - - uid: 24409 + - uid: 10433 components: - type: Transform - pos: -80.5,51.5 + rot: -1.5707963267948966 rad + pos: 10.5,-55.5 parent: 2 - - uid: 24410 + - uid: 10634 components: - type: Transform - pos: -79.5,48.5 + rot: 1.5707963267948966 rad + pos: 0.5,-59.5 parent: 2 - - uid: 24411 + - uid: 10636 components: - type: Transform - pos: -77.5,47.5 + rot: -1.5707963267948966 rad + pos: 0.5,-57.5 parent: 2 - - uid: 24412 + - uid: 10642 components: - type: Transform - pos: -77.5,46.5 + pos: -4.5,-63.5 parent: 2 - - uid: 24413 + - uid: 10643 components: - type: Transform - pos: -76.5,44.5 + pos: -3.5,-63.5 parent: 2 - - uid: 24414 + - uid: 10645 components: - type: Transform - pos: -76.5,43.5 + rot: 3.141592653589793 rad + pos: -4.5,-66.5 parent: 2 - - uid: 24415 + - uid: 10646 components: - type: Transform - pos: -74.5,42.5 + rot: 3.141592653589793 rad + pos: -3.5,-66.5 parent: 2 - - uid: 24416 + - uid: 10649 components: - type: Transform - pos: -74.5,41.5 + rot: 3.141592653589793 rad + pos: 4.5,-66.5 parent: 2 - - uid: 24417 + - uid: 10650 components: - type: Transform - pos: -72.5,35.5 + rot: 3.141592653589793 rad + pos: 5.5,-66.5 parent: 2 - - uid: 24418 + - uid: 10651 components: - type: Transform - pos: -73.5,38.5 + rot: -1.5707963267948966 rad + pos: -2.5,-64.5 parent: 2 - - uid: 24420 + - uid: 10652 components: - type: Transform - pos: -72.5,38.5 + pos: 4.5,-63.5 parent: 2 - - uid: 24421 + - uid: 10653 components: - type: Transform - pos: -53.5,71.5 + pos: 5.5,-63.5 parent: 2 - - uid: 24422 + - uid: 10656 components: - type: Transform - pos: -52.5,71.5 + pos: 6.5,-63.5 parent: 2 - - uid: 24423 + - uid: 10657 components: - type: Transform - pos: -50.5,70.5 + rot: -1.5707963267948966 rad + pos: -2.5,-65.5 parent: 2 - - uid: 24424 + - uid: 10665 components: - type: Transform - pos: -49.5,70.5 + rot: 1.5707963267948966 rad + pos: 3.5,-64.5 parent: 2 - - uid: 24425 + - uid: 10666 components: - type: Transform - pos: -49.5,69.5 + rot: 1.5707963267948966 rad + pos: 3.5,-65.5 parent: 2 - - uid: 24426 + - uid: 10667 components: - type: Transform - pos: -44.5,67.5 + rot: -1.5707963267948966 rad + pos: 7.5,-65.5 parent: 2 - - uid: 24427 + - uid: 10668 components: - type: Transform - pos: -46.5,69.5 + rot: -1.5707963267948966 rad + pos: 7.5,-64.5 parent: 2 - - uid: 24428 + - uid: 10669 components: - type: Transform - pos: -47.5,69.5 + rot: 3.141592653589793 rad + pos: 6.5,-66.5 parent: 2 - - uid: 24429 + - uid: 11191 components: - type: Transform - pos: -42.5,67.5 + pos: -5.5,-63.5 parent: 2 - - uid: 24430 + - uid: 11263 components: - type: Transform - pos: -41.5,67.5 + pos: -44.5,32.5 parent: 2 - - uid: 24431 + - uid: 11272 components: - type: Transform - pos: -39.5,66.5 + rot: -1.5707963267948966 rad + pos: -38.5,31.5 parent: 2 - - uid: 24436 + - uid: 11413 components: - type: Transform - pos: -82.5,90.5 + rot: -1.5707963267948966 rad + pos: 63.5,29.5 parent: 2 - - uid: 24552 + - uid: 11421 components: - type: Transform - pos: -59.5,0.5 + rot: 1.5707963267948966 rad + pos: 65.5,29.5 parent: 2 - - uid: 24695 + - uid: 12171 components: - type: Transform - pos: 40.5,-69.5 + rot: 3.141592653589793 rad + pos: -40.5,29.5 parent: 2 - - uid: 24706 + - uid: 12394 components: - type: Transform - pos: 41.5,-65.5 + rot: -1.5707963267948966 rad + pos: -43.5,30.5 parent: 2 - - uid: 24725 + - uid: 12395 components: - type: Transform - pos: 41.5,-62.5 + rot: 1.5707963267948966 rad + pos: -46.5,31.5 parent: 2 - - uid: 24750 + - uid: 12475 components: - type: Transform - pos: 32.5,-70.5 + rot: -1.5707963267948966 rad + pos: -43.5,31.5 parent: 2 - - uid: 27003 + - uid: 12482 components: - type: Transform - pos: 25.5,-17.5 + rot: 3.141592653589793 rad + pos: -27.5,-5.5 parent: 2 - - uid: 27007 + - uid: 12483 components: - type: Transform - pos: 25.5,-19.5 + rot: 3.141592653589793 rad + pos: -26.5,-5.5 parent: 2 - - uid: 27020 + - uid: 12488 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-48.5 + rot: 3.141592653589793 rad + pos: -29.5,-5.5 parent: 2 - - uid: 27114 + - uid: 12492 components: - type: Transform - pos: -88.5,88.5 + rot: 3.141592653589793 rad + pos: -28.5,-5.5 parent: 2 - - uid: 27458 + - uid: 12579 components: - type: Transform - pos: 39.5,-70.5 + rot: 1.5707963267948966 rad + pos: -6.5,-65.5 parent: 2 - - uid: 27637 + - uid: 12580 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,-40.5 + rot: 1.5707963267948966 rad + pos: -6.5,-64.5 parent: 2 - - uid: 27641 + - uid: 12582 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 63.5,-39.5 + rot: 3.141592653589793 rad + pos: -5.5,-66.5 parent: 2 - - uid: 27652 + - uid: 13601 components: - type: Transform - pos: -70.5,84.5 + rot: 1.5707963267948966 rad + pos: -3.5,-61.5 parent: 2 - - uid: 27653 + - uid: 13602 components: - type: Transform - pos: -75.5,84.5 + rot: 3.141592653589793 rad + pos: 3.5,-62.5 parent: 2 - - uid: 27654 + - uid: 13603 components: - type: Transform - pos: -71.5,84.5 + rot: -1.5707963267948966 rad + pos: -1.5,-61.5 parent: 2 - - uid: 27655 + - uid: 13604 components: - type: Transform - pos: -71.5,80.5 + rot: 3.141592653589793 rad + pos: -2.5,-62.5 parent: 2 - - uid: 27656 + - uid: 13605 components: - type: Transform - pos: -75.5,80.5 + rot: 1.5707963267948966 rad + pos: 2.5,-61.5 parent: 2 - - uid: 27657 + - uid: 13607 components: - type: Transform - pos: -70.5,80.5 + rot: -1.5707963267948966 rad + pos: 4.5,-61.5 parent: 2 - - uid: 27658 + - uid: 13613 components: - type: Transform - pos: -74.5,79.5 + rot: 1.5707963267948966 rad + pos: -33.5,-56.5 parent: 2 - - uid: 27659 + - uid: 13614 components: - type: Transform - pos: -73.5,80.5 + rot: 1.5707963267948966 rad + pos: -33.5,-55.5 parent: 2 - - uid: 27668 + - uid: 13615 components: - type: Transform - pos: -77.5,84.5 + rot: 1.5707963267948966 rad + pos: -33.5,-54.5 parent: 2 - - uid: 27674 + - uid: 13616 components: - type: Transform - pos: -74.5,86.5 + rot: 3.141592653589793 rad + pos: -32.5,-57.5 parent: 2 - - uid: 27707 + - uid: 13617 components: - type: Transform - pos: 56.5,-48.5 + rot: 3.141592653589793 rad + pos: -31.5,-57.5 parent: 2 - - uid: 27708 + - uid: 13618 components: - type: Transform - pos: 55.5,-48.5 + rot: 3.141592653589793 rad + pos: -30.5,-57.5 parent: 2 - - uid: 28409 + - uid: 13619 components: - type: Transform rot: -1.5707963267948966 rad - pos: -86.5,79.5 + pos: -29.5,-56.5 parent: 2 - - uid: 28563 + - uid: 13620 components: - type: Transform rot: -1.5707963267948966 rad - pos: -82.5,79.5 + pos: -29.5,-55.5 parent: 2 - - uid: 29614 + - uid: 13621 components: - type: Transform rot: -1.5707963267948966 rad - pos: -82.5,83.5 + pos: -29.5,-54.5 parent: 2 - - uid: 30024 + - uid: 13622 components: - type: Transform - pos: -89.5,88.5 + pos: -32.5,-53.5 parent: 2 - - uid: 30718 + - uid: 13623 components: - type: Transform - rot: 3.141592653589793 rad - pos: -86.5,83.5 + pos: -31.5,-53.5 parent: 2 - - uid: 30741 + - uid: 13624 components: - type: Transform - pos: -37.5,62.5 + pos: -30.5,-53.5 parent: 2 - - uid: 30948 + - uid: 13823 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,9.5 - parent: 30892 - - uid: 30953 + pos: -31.5,48.5 + parent: 2 + - uid: 14071 components: - type: Transform rot: 1.5707963267948966 rad - pos: -1.5,8.5 - parent: 30892 - - uid: 30970 + pos: -18.5,6.5 + parent: 2 + - uid: 14072 components: - type: Transform rot: 1.5707963267948966 rad - pos: -0.5,9.5 - parent: 30892 - - uid: 30971 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,12.5 - parent: 30892 - - uid: 30972 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,12.5 - parent: 30892 - - uid: 30973 + pos: -18.5,7.5 + parent: 2 + - uid: 14073 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,12.5 - parent: 30892 - - uid: 30974 + rot: 1.5707963267948966 rad + pos: -18.5,8.5 + parent: 2 + - uid: 14074 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,10.5 - parent: 30892 - - uid: 30975 + rot: 1.5707963267948966 rad + pos: -18.5,9.5 + parent: 2 + - uid: 14077 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,9.5 - parent: 30892 - - uid: 30976 + pos: -16.5,12.5 + parent: 2 + - uid: 14080 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,7.5 - parent: 30892 - - uid: 30977 + rot: 1.5707963267948966 rad + pos: -18.5,10.5 + parent: 2 + - uid: 14084 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,6.5 - parent: 30892 - - uid: 30978 + rot: 1.5707963267948966 rad + pos: -18.5,-7.5 + parent: 2 + - uid: 14085 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,4.5 - parent: 30892 - - uid: 30979 + rot: 1.5707963267948966 rad + pos: -18.5,-8.5 + parent: 2 + - uid: 14093 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,3.5 - parent: 30892 - - uid: 30980 + rot: 1.5707963267948966 rad + pos: -10.5,-18.5 + parent: 2 + - uid: 14094 components: - type: Transform rot: -1.5707963267948966 rad - pos: -16.5,1.5 - parent: 30892 - - uid: 30981 + pos: 10.5,-22.5 + parent: 2 + - uid: 14095 components: - type: Transform rot: -1.5707963267948966 rad - pos: -16.5,0.5 - parent: 30892 - - uid: 30982 + pos: 10.5,-21.5 + parent: 2 + - uid: 14096 components: - type: Transform rot: -1.5707963267948966 rad - pos: -16.5,-1.5 - parent: 30892 - - uid: 30983 + pos: 10.5,-20.5 + parent: 2 + - uid: 14102 components: - type: Transform rot: -1.5707963267948966 rad - pos: -16.5,-2.5 - parent: 30892 - - uid: 30984 + pos: 25.5,6.5 + parent: 2 + - uid: 14106 components: - type: Transform rot: -1.5707963267948966 rad - pos: -14.5,-2.5 - parent: 30892 - - uid: 30985 + pos: 25.5,0.5 + parent: 2 + - uid: 14107 components: - type: Transform rot: -1.5707963267948966 rad - pos: -13.5,-2.5 - parent: 30892 - - uid: 30986 + pos: 25.5,1.5 + parent: 2 + - uid: 14108 components: - type: Transform rot: -1.5707963267948966 rad - pos: -12.5,-3.5 - parent: 30892 - - uid: 30987 + pos: 25.5,2.5 + parent: 2 + - uid: 14109 components: - type: Transform rot: -1.5707963267948966 rad - pos: -11.5,-3.5 - parent: 30892 - - uid: 31090 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,6.5 - parent: 30892 - - uid: 31094 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,8.5 - parent: 30892 - - uid: 31095 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,7.5 - parent: 30892 - - uid: 31109 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-1.5 - parent: 30892 - - uid: 31111 + pos: 25.5,7.5 + parent: 2 + - uid: 14110 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-1.5 - parent: 30892 - - uid: 31112 + pos: 23.5,10.5 + parent: 2 + - uid: 14111 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-1.5 - parent: 30892 - - uid: 31113 + pos: 24.5,10.5 + parent: 2 + - uid: 14124 components: - type: Transform rot: 1.5707963267948966 rad - pos: 9.5,-1.5 - parent: 30892 - - uid: 31114 + pos: 19.5,9.5 + parent: 2 + - uid: 14125 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-1.5 - parent: 30892 - - uid: 31115 + rot: -1.5707963267948966 rad + pos: 17.5,10.5 + parent: 2 + - uid: 14128 components: - type: Transform rot: 1.5707963267948966 rad - pos: 10.5,-0.5 - parent: 30892 - - uid: 31255 - components: - - type: Transform - pos: 2.5,12.5 - parent: 30892 - - uid: 31256 - components: - - type: Transform - pos: 3.5,12.5 - parent: 30892 - - uid: 31257 + pos: 19.5,10.5 + parent: 2 + - uid: 14129 components: - type: Transform - pos: 5.5,12.5 - parent: 30892 - - uid: 31258 + rot: -1.5707963267948966 rad + pos: 17.5,9.5 + parent: 2 + - uid: 14236 components: - type: Transform - pos: 6.5,12.5 - parent: 30892 - - uid: 31259 + pos: -50.5,-53.5 + parent: 2 + - uid: 14237 components: - type: Transform - pos: 8.5,12.5 - parent: 30892 - - uid: 31260 + pos: -51.5,-53.5 + parent: 2 + - uid: 14253 components: - type: Transform - pos: 9.5,12.5 - parent: 30892 - - uid: 31397 + pos: -14.5,-64.5 + parent: 2 + - uid: 14353 components: - type: Transform - pos: -0.5,4.5 - parent: 31348 - - uid: 31398 + pos: 6.5,-8.5 + parent: 2 + - uid: 14406 components: - type: Transform - pos: 0.5,5.5 - parent: 31348 - - uid: 31399 + rot: -1.5707963267948966 rad + pos: -33.5,49.5 + parent: 2 + - uid: 14415 components: - type: Transform - pos: 1.5,4.5 - parent: 31348 - - uid: 31451 + pos: -32.5,48.5 + parent: 2 + - uid: 17617 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -73.5,2.5 + pos: -7.5,-7.5 parent: 2 - - uid: 31452 + - uid: 19426 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -73.5,1.5 + rot: 3.141592653589793 rad + pos: -10.5,-2.5 parent: 2 - - uid: 31690 + - uid: 19460 components: - type: Transform - pos: 28.5,-70.5 + pos: -15.5,-7.5 parent: 2 - - uid: 31700 + - uid: 19610 components: - type: Transform - pos: -78.5,59.5 + pos: 9.5,-7.5 parent: 2 - - uid: 31701 + - uid: 20010 components: - type: Transform - pos: -79.5,59.5 + pos: 15.5,-7.5 parent: 2 - - uid: 31764 + - uid: 23738 components: - type: Transform - pos: 70.5,-25.5 + pos: -13.5,-7.5 parent: 2 - - uid: 32009 + - uid: 23742 components: - type: Transform - pos: 44.5,-60.5 + rot: 3.141592653589793 rad + pos: -17.5,-2.5 parent: 2 - - uid: 32010 + - uid: 24067 components: - type: Transform - pos: 46.5,-59.5 + rot: 3.141592653589793 rad + pos: -11.5,-2.5 parent: 2 - - uid: 32011 + - uid: 24069 components: - type: Transform - pos: 46.5,-60.5 + rot: 3.141592653589793 rad + pos: -16.5,-2.5 parent: 2 - - uid: 32053 + - uid: 24070 components: - type: Transform - pos: 45.5,-60.5 + rot: -1.5707963267948966 rad + pos: -6.5,-0.5 parent: 2 - - uid: 32057 + - uid: 24078 components: - type: Transform - pos: 49.5,-59.5 + rot: 1.5707963267948966 rad + pos: -18.5,-0.5 parent: 2 - - uid: 32058 + - uid: 24079 components: - type: Transform - pos: 50.5,-59.5 + pos: 10.5,-7.5 parent: 2 - - uid: 32059 + - uid: 24109 components: - type: Transform - pos: 50.5,-58.5 + pos: -3.5,-8.5 parent: 2 - - uid: 32060 + - uid: 24117 components: - type: Transform - pos: 53.5,-56.5 + pos: -4.5,-8.5 parent: 2 - - uid: 32061 + - uid: 24120 components: - type: Transform - pos: 53.5,-54.5 + pos: -1.5,-9.5 parent: 2 - - uid: 32062 + - uid: 24123 components: - type: Transform - pos: 53.5,-51.5 + pos: -14.5,-7.5 parent: 2 - - uid: 32063 + - uid: 24133 components: - type: Transform - pos: 53.5,-50.5 + rot: 3.141592653589793 rad + pos: 14.5,-2.5 parent: 2 - - uid: 32412 + - uid: 24185 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 77.5,38.5 + rot: 3.141592653589793 rad + pos: -59.5,77.5 parent: 2 - - uid: 32415 + - uid: 24211 components: - type: Transform rot: 1.5707963267948966 rad - pos: 76.5,44.5 + pos: -66.5,83.5 parent: 2 - - uid: 32416 + - uid: 26579 components: - type: Transform rot: 1.5707963267948966 rad - pos: 76.5,41.5 + pos: 46.5,-12.5 parent: 2 - - uid: 32959 + - uid: 26704 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,1.5 - parent: 32914 - - uid: 32960 + rot: -1.5707963267948966 rad + pos: 52.5,-18.5 + parent: 2 + - uid: 26893 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,1.5 - parent: 32914 - - uid: 32961 + rot: -1.5707963267948966 rad + pos: 42.5,-31.5 + parent: 2 + - uid: 26894 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-1.5 - parent: 32914 - - uid: 32962 + rot: -1.5707963267948966 rad + pos: 42.5,-32.5 + parent: 2 + - uid: 26899 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-1.5 - parent: 32914 - - uid: 32963 + rot: 3.141592653589793 rad + pos: 41.5,-33.5 + parent: 2 + - uid: 26984 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,2.5 - parent: 32914 - - uid: 32964 + rot: -1.5707963267948966 rad + pos: 42.5,-12.5 + parent: 2 + - uid: 27527 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,3.5 - parent: 32914 - - uid: 32965 + rot: 3.141592653589793 rad + pos: 38.5,25.5 + parent: 2 + - uid: 30962 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,4.5 - parent: 32914 - - uid: 32966 + rot: -1.5707963267948966 rad + pos: 36.5,-8.5 + parent: 2 + - uid: 30965 components: - type: Transform rot: 1.5707963267948966 rad - pos: 4.5,3.5 - parent: 32914 - - uid: 32967 + pos: 38.5,-8.5 + parent: 2 + - uid: 31270 components: - type: Transform rot: 1.5707963267948966 rad - pos: 4.5,2.5 - parent: 32914 - - uid: 33429 + pos: 31.5,6.5 + parent: 2 + - uid: 31271 components: - type: Transform rot: -1.5707963267948966 rad - pos: -63.5,78.5 + pos: 30.5,6.5 parent: 2 - - uid: 33877 + - uid: 32088 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,-22.5 + pos: -14.5,43.5 parent: 2 - - uid: 33883 + - uid: 32634 components: - type: Transform - pos: -65.5,79.5 + rot: 3.141592653589793 rad + pos: -20.5,32.5 parent: 2 - - uid: 33884 + - uid: 32673 components: - type: Transform - pos: -65.5,80.5 + pos: -20.5,31.5 parent: 2 - - uid: 33885 + - uid: 33993 components: - type: Transform - pos: -65.5,81.5 + pos: -87.5,65.5 parent: 2 - - uid: 33888 + - uid: 33998 components: - type: Transform - pos: -62.5,78.5 + pos: -86.5,65.5 parent: 2 - - uid: 33890 + - uid: 34019 components: - type: Transform - pos: -61.5,79.5 + pos: -85.5,65.5 parent: 2 - - uid: 33891 + - uid: 34574 components: - type: Transform - pos: -61.5,80.5 - parent: 2 - - uid: 33892 + rot: 3.141592653589793 rad + pos: 16.5,2.5 + parent: 30892 + - uid: 35506 components: - type: Transform - pos: -61.5,81.5 + rot: 3.141592653589793 rad + pos: 21.5,-4.5 parent: 2 - - uid: 33893 + - uid: 35507 components: - type: Transform - pos: -62.5,82.5 + pos: 21.5,-5.5 parent: 2 - - uid: 33894 + - uid: 35508 components: - type: Transform - pos: -63.5,82.5 + pos: 6.5,-5.5 parent: 2 - - uid: 33895 + - uid: 35509 components: - type: Transform - pos: -64.5,82.5 + rot: 3.141592653589793 rad + pos: 6.5,-4.5 parent: 2 - - uid: 33914 + - uid: 35510 components: - type: Transform rot: 3.141592653589793 rad - pos: -53.5,-21.5 + pos: -5.5,-4.5 parent: 2 - - uid: 33915 + - uid: 35511 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,-20.5 + pos: -5.5,-5.5 parent: 2 - - uid: 34209 + - uid: 36195 components: - type: Transform - pos: -86.5,82.5 + rot: 3.141592653589793 rad + pos: 22.5,-2.5 parent: 2 - - uid: 34758 + - uid: 36196 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-27.5 + rot: 3.141592653589793 rad + pos: 21.5,-2.5 parent: 2 - - uid: 35018 + - uid: 36197 components: - type: Transform - pos: 67.5,38.5 + rot: 3.141592653589793 rad + pos: 13.5,-2.5 parent: 2 - - uid: 35046 + - uid: 36203 components: - type: Transform - pos: 71.5,26.5 + rot: 3.141592653589793 rad + pos: 23.5,-2.5 parent: 2 - - uid: 35047 + - uid: 36220 components: - type: Transform - pos: 71.5,27.5 + rot: 1.5707963267948966 rad + pos: 7.5,-0.5 parent: 2 - - uid: 35048 + - uid: 36229 components: - type: Transform - pos: 72.5,27.5 + pos: 16.5,-7.5 parent: 2 - - uid: 35049 + - uid: 36230 components: - type: Transform - pos: 73.5,27.5 + pos: 17.5,-7.5 parent: 2 - - uid: 35050 + - uid: 36250 components: - type: Transform - pos: 73.5,28.5 + rot: -1.5707963267948966 rad + pos: 12.5,14.5 parent: 2 - - uid: 35051 + - uid: 36251 components: - type: Transform - pos: 74.5,28.5 + pos: 11.5,18.5 parent: 2 - - uid: 35052 + - uid: 36252 components: - type: Transform - pos: 74.5,29.5 + rot: -1.5707963267948966 rad + pos: 10.5,20.5 parent: 2 - - uid: 35053 + - uid: 36254 components: - type: Transform - pos: 74.5,30.5 + rot: -1.5707963267948966 rad + pos: 10.5,25.5 parent: 2 - - uid: 35054 + - uid: 36256 components: - type: Transform - pos: 75.5,30.5 + pos: 5.5,26.5 parent: 2 - - uid: 35055 + - uid: 36257 components: - type: Transform - pos: 75.5,31.5 + pos: -0.5,26.5 parent: 2 - - uid: 35097 + - uid: 36263 components: - type: Transform - pos: 67.5,39.5 + pos: -1.5,26.5 parent: 2 - - uid: 35134 + - uid: 36411 components: - type: Transform rot: -1.5707963267948966 rad - pos: 57.5,51.5 + pos: -66.5,76.5 parent: 2 - - uid: 35135 + - uid: 36412 components: - type: Transform rot: -1.5707963267948966 rad - pos: 56.5,51.5 + pos: -66.5,75.5 parent: 2 - - uid: 35136 + - uid: 36593 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 36450 + - uid: 36596 + components: + - type: Transform + pos: 6.5,-4.5 + parent: 36450 + - uid: 36597 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 36450 + - uid: 36603 + components: + - type: Transform + pos: 8.5,-1.5 + parent: 36450 + - uid: 36606 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 36450 + - uid: 39627 components: - type: Transform rot: -1.5707963267948966 rad - pos: 55.5,51.5 - parent: 2 - - uid: 35615 + pos: 20.5,12.5 + parent: 36907 + - uid: 39628 components: - type: Transform - pos: -37.5,63.5 - parent: 2 - - uid: 35708 + pos: 20.5,9.5 + parent: 36907 + - uid: 39629 components: - type: Transform rot: -1.5707963267948966 rad - pos: -64.5,78.5 - parent: 2 - - uid: 36189 + pos: 28.5,-16.5 + parent: 36907 + - uid: 39630 components: - type: Transform - pos: -76.5,59.5 - parent: 2 - - uid: 36349 + rot: 3.141592653589793 rad + pos: 27.5,-17.5 + parent: 36907 + - uid: 39631 components: - type: Transform - pos: -62.5,73.5 - parent: 2 - - uid: 36350 + rot: 3.141592653589793 rad + pos: 26.5,-17.5 + parent: 36907 + - uid: 39632 components: - type: Transform - pos: -62.5,74.5 - parent: 2 - - uid: 36407 + rot: 3.141592653589793 rad + pos: 25.5,-17.5 + parent: 36907 + - uid: 39633 components: - type: Transform - pos: 37.5,-70.5 - parent: 2 - - uid: 36424 + rot: 3.141592653589793 rad + pos: 4.5,-10.5 + parent: 36907 + - uid: 39634 components: - type: Transform - pos: 35.5,-70.5 - parent: 2 - - uid: 36531 + rot: 3.141592653589793 rad + pos: 5.5,-10.5 + parent: 36907 + - uid: 39635 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-4.5 - parent: 36450 - - uid: 36532 + rot: 3.141592653589793 rad + pos: 6.5,-10.5 + parent: 36907 + - uid: 39636 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-3.5 - parent: 36450 - - uid: 36533 + pos: 4.5,-6.5 + parent: 36907 + - uid: 39637 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-2.5 - parent: 36450 - - uid: 36534 + pos: 5.5,-6.5 + parent: 36907 + - uid: 39638 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,3.5 - parent: 36450 - - uid: 36535 + pos: 6.5,-6.5 + parent: 36907 + - uid: 39639 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,4.5 - parent: 36450 - - uid: 36536 + pos: 27.5,-6.5 + parent: 36907 + - uid: 39640 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,4.5 - parent: 36450 - - uid: 36537 + rot: 3.141592653589793 rad + pos: 27.5,-10.5 + parent: 36907 + - uid: 39641 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,5.5 - parent: 36450 - - uid: 36538 + pos: 21.5,9.5 + parent: 36907 + - uid: 39642 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,5.5 - parent: 36450 - - uid: 36539 + pos: 22.5,9.5 + parent: 36907 + - uid: 39643 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,5.5 - parent: 36450 - - uid: 36540 + pos: 23.5,9.5 + parent: 36907 + - uid: 39644 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,5.5 - parent: 36450 - - uid: 36541 + pos: 21.5,10.5 + parent: 36907 + - uid: 39645 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,5.5 - parent: 36450 - - uid: 36542 + pos: 22.5,10.5 + parent: 36907 + - uid: 39646 + components: + - type: Transform + pos: 23.5,10.5 + parent: 36907 + - uid: 39647 + components: + - type: Transform + pos: 24.5,10.5 + parent: 36907 + - uid: 39648 + components: + - type: Transform + pos: 25.5,10.5 + parent: 36907 + - uid: 39649 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,14.5 + parent: 36907 + - uid: 39650 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,15.5 + parent: 36907 + - uid: 39651 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,10.5 + parent: 36907 + - uid: 39652 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,11.5 + parent: 36907 + - uid: 39653 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,13.5 + parent: 36907 + - uid: 39654 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,14.5 + parent: 36907 + - uid: 39655 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,15.5 + parent: 36907 + - uid: 39656 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-22.5 + parent: 36907 + - uid: 39657 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-23.5 + parent: 36907 + - uid: 39658 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-24.5 + parent: 36907 + - uid: 39659 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-25.5 + parent: 36907 + - uid: 39660 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-26.5 + parent: 36907 + - uid: 39661 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-27.5 + parent: 36907 + - uid: 39662 components: - type: Transform rot: 1.5707963267948966 rad - pos: 3.5,4.5 - parent: 36450 - - uid: 36543 + pos: 31.5,-22.5 + parent: 36907 + - uid: 39663 components: - type: Transform rot: 1.5707963267948966 rad - pos: 2.5,4.5 - parent: 36450 - - uid: 36544 + pos: 31.5,-23.5 + parent: 36907 + - uid: 39664 components: - type: Transform rot: 1.5707963267948966 rad - pos: 2.5,3.5 - parent: 36450 - - uid: 36581 + pos: 31.5,-24.5 + parent: 36907 + - uid: 39665 components: - type: Transform rot: 1.5707963267948966 rad - pos: 1.5,-4.5 - parent: 36450 - - uid: 36583 + pos: 31.5,-25.5 + parent: 36907 + - uid: 39666 components: - type: Transform rot: 1.5707963267948966 rad - pos: 1.5,-2.5 - parent: 36450 - - uid: 36602 + pos: 31.5,-26.5 + parent: 36907 + - uid: 39667 components: - type: Transform rot: 1.5707963267948966 rad - pos: 1.5,-3.5 - parent: 36450 - - uid: 42910 + pos: 31.5,-27.5 + parent: 36907 + - uid: 43138 components: - type: Transform - pos: 3.5,12.5 + rot: 1.5707963267948966 rad + pos: 0.5,-61.5 parent: 2 - - uid: 42912 + - uid: 43141 components: - type: Transform - pos: -2.5,12.5 + rot: -1.5707963267948966 rad + pos: 0.5,-61.5 parent: 2 - - uid: 42942 +- proto: RailingCorner + entities: + - uid: 6909 components: - type: Transform - pos: -2.5,11.5 + rot: -1.5707963267948966 rad + pos: 2.5,49.5 parent: 2 - - uid: 42943 + - uid: 6999 components: - type: Transform - pos: -1.5,11.5 + rot: 3.141592653589793 rad + pos: 2.5,45.5 parent: 2 - - uid: 42944 + - uid: 7821 components: - type: Transform - pos: -0.5,11.5 + pos: 6.5,62.5 parent: 2 - - uid: 42945 + - uid: 8419 components: - type: Transform - pos: 0.5,11.5 + rot: 3.141592653589793 rad + pos: -33.5,51.5 parent: 2 - - uid: 42946 + - uid: 10016 components: - type: Transform - pos: 1.5,11.5 + pos: -30.5,48.5 parent: 2 - - uid: 42947 + - uid: 10429 components: - type: Transform - pos: 2.5,11.5 + rot: 1.5707963267948966 rad + pos: -9.5,-54.5 parent: 2 - - uid: 42948 + - uid: 10434 components: - type: Transform - pos: 3.5,11.5 + rot: 3.141592653589793 rad + pos: 10.5,-54.5 parent: 2 - - uid: 42949 + - uid: 13052 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-27.5 + rot: 1.5707963267948966 rad + pos: 39.5,25.5 parent: 2 - - uid: 42950 + - uid: 13378 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-27.5 + rot: 1.5707963267948966 rad + pos: -30.5,51.5 parent: 2 - - uid: 42952 + - uid: 14076 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-26.5 + pos: -17.5,11.5 parent: 2 -- proto: GrilleBroken - entities: - - uid: 962 + - uid: 14088 components: - type: Transform - pos: -34.5,-6.5 + rot: 1.5707963267948966 rad + pos: -15.5,-11.5 parent: 2 - - uid: 1778 + - uid: 14115 components: - type: Transform - pos: -45.5,-11.5 + rot: -1.5707963267948966 rad + pos: 21.5,10.5 parent: 2 - - uid: 4651 + - uid: 14120 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,71.5 + rot: -1.5707963267948966 rad + pos: 17.5,7.5 parent: 2 - - uid: 4772 + - uid: 14123 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,-12.5 + pos: 19.5,7.5 parent: 2 - - uid: 4812 + - uid: 14427 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,-33.5 + rot: -1.5707963267948966 rad + pos: -33.5,48.5 parent: 2 - - uid: 4852 + - uid: 23977 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,-33.5 + pos: 7.5,-8.5 parent: 2 - - uid: 5385 + - uid: 24096 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-15.5 + pos: 3.5,-9.5 parent: 2 - - uid: 5386 + - uid: 24114 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,-19.5 + rot: -1.5707963267948966 rad + pos: -2.5,-9.5 parent: 2 - - uid: 5768 + - uid: 26705 components: - type: Transform - pos: 64.5,-10.5 + rot: 3.141592653589793 rad + pos: 52.5,-17.5 parent: 2 - - uid: 7048 + - uid: 31464 components: - type: Transform rot: 3.141592653589793 rad - pos: 64.5,-9.5 + pos: -74.5,5.5 parent: 2 - - uid: 9447 + - uid: 31465 components: - type: Transform rot: -1.5707963267948966 rad - pos: -78.5,90.5 + pos: -74.5,3.5 parent: 2 - - uid: 14422 + - uid: 31699 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,-63.5 + rot: -1.5707963267948966 rad + pos: 12.5,12.5 parent: 2 - - uid: 14447 + - uid: 34573 components: - type: Transform - pos: -17.5,-63.5 - parent: 2 - - uid: 17780 + rot: 1.5707963267948966 rad + pos: 17.5,2.5 + parent: 30892 + - uid: 34586 components: - type: Transform - pos: -91.5,87.5 - parent: 2 - - uid: 19308 + pos: 15.5,6.5 + parent: 30892 + - uid: 36248 components: - type: Transform - pos: -93.5,78.5 + rot: -1.5707963267948966 rad + pos: 10.5,18.5 parent: 2 - - uid: 23931 + - uid: 36259 components: - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,-43.5 + rot: -1.5707963267948966 rad + pos: 17.5,-9.5 parent: 2 - - uid: 23944 + - uid: 36579 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 36450 + - uid: 36584 components: - type: Transform rot: -1.5707963267948966 rad - pos: 59.5,-9.5 - parent: 2 - - uid: 23946 + pos: 7.5,-1.5 + parent: 36450 + - uid: 39668 components: - type: Transform - pos: 69.5,-12.5 - parent: 2 - - uid: 23950 + rot: 3.141592653589793 rad + pos: 20.5,13.5 + parent: 36907 + - uid: 39669 components: - type: Transform rot: 1.5707963267948966 rad - pos: 67.5,-20.5 - parent: 2 - - uid: 23953 + pos: 27.5,-18.5 + parent: 36907 + - uid: 39670 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-15.5 + parent: 36907 + - uid: 39671 components: - type: Transform rot: -1.5707963267948966 rad - pos: 63.5,-20.5 - parent: 2 - - uid: 23955 + pos: 19.5,9.5 + parent: 36907 + - uid: 39672 components: - type: Transform rot: -1.5707963267948966 rad - pos: 69.5,-20.5 - parent: 2 - - uid: 23956 + pos: 24.5,8.5 + parent: 36907 + - uid: 39673 components: - type: Transform - pos: 64.5,-35.5 + rot: -1.5707963267948966 rad + pos: 20.5,10.5 + parent: 36907 +- proto: RailingCornerSmall + entities: + - uid: 81 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,63.5 parent: 2 - - uid: 23958 + - uid: 92 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,-30.5 + rot: 3.141592653589793 rad + pos: -41.5,32.5 parent: 2 - - uid: 23959 + - uid: 1385 components: - type: Transform - pos: 52.5,-32.5 + rot: -1.5707963267948966 rad + pos: -41.5,29.5 parent: 2 - - uid: 23981 + - uid: 3101 components: - type: Transform rot: 1.5707963267948966 rad - pos: 59.5,-43.5 + pos: -38.5,32.5 parent: 2 - - uid: 23987 + - uid: 5579 components: - type: Transform rot: 3.141592653589793 rad - pos: 60.5,-42.5 + pos: -46.5,32.5 parent: 2 - - uid: 23990 + - uid: 6986 components: - type: Transform rot: 1.5707963267948966 rad - pos: 61.5,-42.5 + pos: -43.5,32.5 parent: 2 - - uid: 23994 + - uid: 8255 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 61.5,-43.5 + rot: 3.141592653589793 rad + pos: 4.5,62.5 parent: 2 - - uid: 23997 + - uid: 8355 components: - type: Transform - pos: 63.5,-42.5 + pos: -14.5,57.5 parent: 2 - - uid: 23998 + - uid: 8356 components: - type: Transform - rot: 3.141592653589793 rad - pos: 63.5,-41.5 + rot: -1.5707963267948966 rad + pos: -16.5,57.5 parent: 2 - - uid: 23999 + - uid: 8357 components: - type: Transform rot: 3.141592653589793 rad - pos: 69.5,-40.5 + pos: -16.5,61.5 parent: 2 - - uid: 24000 + - uid: 8358 components: - type: Transform rot: 1.5707963267948966 rad - pos: 71.5,-43.5 + pos: -14.5,61.5 parent: 2 - - uid: 24002 + - uid: 8901 components: - type: Transform - pos: 65.5,-43.5 + rot: -1.5707963267948966 rad + pos: -18.5,-2.5 parent: 2 - - uid: 24005 + - uid: 9387 components: - type: Transform - pos: 64.5,-43.5 + pos: -43.5,29.5 parent: 2 - - uid: 24006 + - uid: 9782 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 64.5,-43.5 + pos: -24.5,-62.5 parent: 2 - - uid: 24009 + - uid: 10662 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 64.5,-40.5 + pos: -2.5,-66.5 parent: 2 - - uid: 24010 + - uid: 10663 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 64.5,-41.5 + rot: 3.141592653589793 rad + pos: 3.5,-63.5 parent: 2 - - uid: 24012 + - uid: 10664 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-48.5 + pos: 7.5,-66.5 parent: 2 - - uid: 24013 + - uid: 10947 components: - type: Transform rot: 1.5707963267948966 rad - pos: 54.5,-48.5 + pos: -2.5,-63.5 parent: 2 - - uid: 24015 + - uid: 11135 components: - type: Transform - pos: 53.5,-49.5 + rot: -1.5707963267948966 rad + pos: 3.5,-66.5 parent: 2 - - uid: 24016 + - uid: 11192 components: - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,-52.5 + rot: -1.5707963267948966 rad + pos: -6.5,-66.5 parent: 2 - - uid: 24017 + - uid: 11197 components: - type: Transform rot: 1.5707963267948966 rad - pos: 53.5,-52.5 + pos: 7.5,-63.5 parent: 2 - - uid: 24042 + - uid: 12290 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,-55.5 + pos: -38.5,29.5 parent: 2 - - uid: 24043 + - uid: 12457 components: - type: Transform - pos: 53.5,-55.5 + rot: -1.5707963267948966 rad + pos: -46.5,29.5 parent: 2 - - uid: 24440 + - uid: 12581 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,88.5 + rot: 3.141592653589793 rad + pos: -6.5,-63.5 parent: 2 - - uid: 24441 + - uid: 13609 components: - type: Transform rot: -1.5707963267948966 rad - pos: -43.5,67.5 + pos: -3.5,-62.5 parent: 2 - - uid: 24442 + - uid: 13610 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -74.5,90.5 + pos: -1.5,-62.5 parent: 2 - - uid: 24443 + - uid: 13611 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -70.5,90.5 + rot: -1.5707963267948966 rad + pos: 2.5,-62.5 parent: 2 - - uid: 24444 + - uid: 13612 components: - type: Transform - pos: -66.5,90.5 + pos: 4.5,-62.5 parent: 2 - - uid: 24445 + - uid: 13642 components: - type: Transform rot: -1.5707963267948966 rad - pos: -59.5,87.5 + pos: -33.5,-57.5 parent: 2 - - uid: 24446 + - uid: 13643 components: - type: Transform - pos: -56.5,81.5 + rot: 3.141592653589793 rad + pos: -33.5,-53.5 parent: 2 - - uid: 24447 + - uid: 13644 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,68.5 + rot: 1.5707963267948966 rad + pos: -29.5,-53.5 parent: 2 - - uid: 24448 + - uid: 13645 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,79.5 + pos: -29.5,-57.5 parent: 2 - - uid: 24449 + - uid: 14075 components: - type: Transform rot: 3.141592653589793 rad - pos: -55.5,75.5 + pos: -17.5,12.5 parent: 2 - - uid: 24450 + - uid: 14078 components: - type: Transform - pos: -55.5,75.5 + rot: 3.141592653589793 rad + pos: -18.5,11.5 parent: 2 - - uid: 24452 + - uid: 14081 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,71.5 + rot: -1.5707963267948966 rad + pos: -18.5,5.5 parent: 2 - - uid: 24453 + - uid: 14092 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-12.5 + parent: 2 + - uid: 14113 components: - type: Transform rot: 1.5707963267948966 rad - pos: -51.5,70.5 + pos: 25.5,10.5 parent: 2 - - uid: 24454 + - uid: 14126 components: - type: Transform - pos: -79.5,50.5 + rot: 1.5707963267948966 rad + pos: 17.5,11.5 parent: 2 - - uid: 24455 + - uid: 14130 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,69.5 + rot: 3.141592653589793 rad + pos: 19.5,11.5 parent: 2 - - uid: 24456 + - uid: 23979 components: - type: Transform rot: 3.141592653589793 rad - pos: -41.5,66.5 + pos: 3.5,-8.5 parent: 2 - - uid: 24459 + - uid: 24082 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,59.5 + rot: 3.141592653589793 rad + pos: 7.5,-7.5 parent: 2 - - uid: 24461 + - uid: 24113 components: - type: Transform rot: 1.5707963267948966 rad - pos: -50.5,59.5 + pos: -2.5,-8.5 parent: 2 - - uid: 24462 + - uid: 26898 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,57.5 + pos: 42.5,-33.5 parent: 2 - - uid: 24464 + - uid: 31466 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,45.5 + pos: -73.5,5.5 parent: 2 - - uid: 24465 + - uid: 31467 components: - type: Transform rot: 1.5707963267948966 rad - pos: -59.5,57.5 + pos: -73.5,3.5 parent: 2 - - uid: 24466 + - uid: 34188 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -75.5,43.5 + pos: -88.5,68.5 parent: 2 - - uid: 24468 + - uid: 36232 components: - type: Transform rot: 1.5707963267948966 rad - pos: -75.5,42.5 + pos: 18.5,-9.5 parent: 2 - - uid: 24469 + - uid: 36241 components: - type: Transform - pos: -72.5,36.5 + pos: 10.5,24.5 parent: 2 - - uid: 24474 + - uid: 36247 components: - type: Transform rot: 1.5707963267948966 rad - pos: -69.5,35.5 + pos: 13.5,12.5 parent: 2 - - uid: 24475 + - uid: 36255 components: - type: Transform - pos: -73.5,39.5 + rot: 1.5707963267948966 rad + pos: 10.5,26.5 parent: 2 - - uid: 24476 + - uid: 36258 components: - type: Transform - rot: 3.141592653589793 rad - pos: -82.5,52.5 + rot: 1.5707963267948966 rad + pos: 6.5,26.5 parent: 2 - - uid: 24477 + - uid: 36264 components: - type: Transform rot: 3.141592653589793 rad - pos: -90.5,56.5 + pos: -2.5,26.5 parent: 2 - - uid: 24478 + - uid: 36417 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,55.5 + rot: -1.5707963267948966 rad + pos: -66.5,82.5 parent: 2 - - uid: 24479 + - uid: 36595 components: - type: Transform rot: 3.141592653589793 rad - pos: -79.5,53.5 - parent: 2 - - uid: 24480 + pos: 3.5,-0.5 + parent: 36450 + - uid: 36613 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-0.5 + parent: 36450 + - uid: 36645 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-4.5 + parent: 36450 + - uid: 36646 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-4.5 + parent: 36450 + - uid: 39674 + components: + - type: Transform + pos: 21.5,13.5 + parent: 36907 + - uid: 39675 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-3.5 + parent: 36907 + - uid: 39676 + components: + - type: Transform + pos: 20.5,-5.5 + parent: 36907 + - uid: 39677 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-12.5 + parent: 36907 + - uid: 39678 + components: + - type: Transform + pos: 28.5,-17.5 + parent: 36907 + - uid: 39679 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-3.5 + parent: 36907 + - uid: 39680 components: - type: Transform rot: -1.5707963267948966 rad - pos: -79.5,51.5 - parent: 2 - - uid: 24481 + pos: 12.5,-5.5 + parent: 36907 + - uid: 39681 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-12.5 + parent: 36907 + - uid: 39682 + components: + - type: Transform + pos: 7.5,-10.5 + parent: 36907 + - uid: 39683 components: - type: Transform rot: 1.5707963267948966 rad - pos: -89.5,55.5 - parent: 2 - - uid: 24483 + pos: 7.5,-6.5 + parent: 36907 + - uid: 39684 components: - type: Transform - pos: -90.5,58.5 - parent: 2 - - uid: 24486 + rot: 3.141592653589793 rad + pos: 26.5,-6.5 + parent: 36907 + - uid: 39685 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-10.5 + parent: 36907 + - uid: 39686 components: - type: Transform rot: 1.5707963267948966 rad - pos: -90.5,60.5 - parent: 2 - - uid: 24488 + pos: 24.5,9.5 + parent: 36907 + - uid: 39687 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-21.5 + parent: 36907 + - uid: 39688 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-21.5 + parent: 36907 + - uid: 39689 + components: + - type: Transform + pos: 30.5,-28.5 + parent: 36907 + - uid: 39690 components: - type: Transform rot: -1.5707963267948966 rad - pos: -90.5,60.5 - parent: 2 - - uid: 24489 + pos: 31.5,-28.5 + parent: 36907 +- proto: RandomArcade + entities: + - uid: 1281 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -92.5,60.5 + pos: 21.5,67.5 parent: 2 - - uid: 24492 + - uid: 2185 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -91.5,63.5 + pos: -18.5,-52.5 parent: 2 - - uid: 24496 + - uid: 2186 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -92.5,71.5 + pos: -19.5,-52.5 parent: 2 - - uid: 24499 + - uid: 6941 components: - type: Transform - pos: -93.5,67.5 + pos: 22.5,67.5 parent: 2 - - uid: 24501 + - uid: 9988 components: - type: Transform - rot: 3.141592653589793 rad - pos: -93.5,75.5 + pos: -22.5,-52.5 parent: 2 - - uid: 24502 + - uid: 13756 components: - type: Transform - rot: 3.141592653589793 rad - pos: -93.5,71.5 + pos: -26.5,-53.5 parent: 2 - - uid: 24538 + - uid: 14438 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -76.5,47.5 + pos: 5.5,64.5 parent: 2 - - uid: 24540 + - uid: 14439 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,76.5 + pos: 6.5,64.5 parent: 2 - - uid: 24543 + - uid: 14960 components: - type: Transform - pos: -63.5,87.5 - parent: 2 - - uid: 24544 + rot: 3.141592653589793 rad + pos: -3.5,-2.5 + parent: 14592 + - uid: 15047 components: - type: Transform - pos: -69.5,89.5 - parent: 2 - - uid: 24547 + rot: 3.141592653589793 rad + pos: -2.5,-2.5 + parent: 14592 + - uid: 31459 components: - type: Transform - pos: -79.5,89.5 + rot: 3.141592653589793 rad + pos: -21.5,-55.5 parent: 2 - - uid: 27061 + - uid: 31460 components: - type: Transform - pos: -93.5,81.5 + rot: 3.141592653589793 rad + pos: -20.5,-55.5 parent: 2 - - uid: 30368 + - uid: 31461 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,13.5 + rot: 3.141592653589793 rad + pos: -18.5,-55.5 parent: 2 - - uid: 30695 + - uid: 31462 components: - type: Transform rot: 3.141592653589793 rad - pos: -92.5,81.5 + pos: -19.5,-55.5 parent: 2 - - uid: 30696 + - uid: 39691 components: - type: Transform - pos: -92.5,84.5 - parent: 2 - - uid: 30697 + pos: 12.5,3.5 + parent: 36907 + - uid: 39692 components: - type: Transform - pos: -85.5,88.5 - parent: 2 - - uid: 30698 + pos: 20.5,3.5 + parent: 36907 +- proto: RandomArtifactSpawner + entities: + - uid: 5282 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -87.5,88.5 + pos: -27.5,-21.5 parent: 2 - - uid: 30699 + - uid: 34146 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -84.5,90.5 + pos: -57.5,-15.5 parent: 2 - - uid: 30700 +- proto: RandomArtifactSpawner20 + entities: + - uid: 39693 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,90.5 - parent: 2 - - uid: 30701 + pos: 2.5,39.5 + parent: 36907 +- proto: RandomDrinkBottle + entities: + - uid: 8435 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -91.5,82.5 + pos: -1.5,61.5 parent: 2 - - uid: 30715 + - uid: 9683 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -92.5,76.5 + pos: 4.5,66.5 parent: 2 - - uid: 30716 + - uid: 9684 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -92.5,76.5 + pos: 4.5,69.5 parent: 2 - - uid: 30717 + - uid: 10410 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,88.5 + pos: -12.5,-58.5 parent: 2 - - uid: 31277 + - uid: 34346 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,-26.5 + pos: 50.5,-22.5 parent: 2 - - uid: 31278 + - uid: 39694 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-28.5 - parent: 2 - - uid: 31279 + pos: 24.5,45.5 + parent: 36907 +- proto: RandomDrinkGlass + entities: + - uid: 6987 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,-26.5 + pos: 47.5,5.5 parent: 2 - - uid: 31280 + - uid: 8403 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-20.5 + pos: -2.5,58.5 parent: 2 - - uid: 31281 + - uid: 9681 components: - type: Transform - rot: 3.141592653589793 rad - pos: -61.5,-16.5 + pos: -0.5,65.5 parent: 2 - - uid: 31283 + - uid: 9682 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,-13.5 + pos: 2.5,65.5 parent: 2 - - uid: 31284 + - uid: 13447 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -62.5,-9.5 + pos: -2.5,65.5 parent: 2 - - uid: 31285 + - uid: 13527 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,-7.5 + pos: -3.5,65.5 parent: 2 - - uid: 31286 + - uid: 14222 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,-4.5 + pos: -43.5,1.5 parent: 2 - - uid: 31287 + - uid: 14223 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,1.5 + pos: 7.5,-81.5 parent: 2 - - uid: 31288 + - uid: 31319 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,3.5 - parent: 2 - - uid: 33621 + pos: 6.5,-0.5 + parent: 30892 + - uid: 31320 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,13.5 - parent: 2 - - uid: 33622 + pos: 8.5,-0.5 + parent: 30892 + - uid: 32867 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,13.5 - parent: 2 - - uid: 33679 + pos: 2.5,-6.5 + parent: 14592 + - uid: 34347 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,-6.5 + pos: 47.5,-19.5 parent: 2 - - uid: 33680 + - uid: 36249 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,-6.5 + pos: 33.5,-7.5 parent: 2 - - uid: 36265 + - uid: 39695 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,1.5 - parent: 2 - - uid: 36267 + pos: 18.5,-1.5 + parent: 36907 + - uid: 39696 components: - type: Transform - pos: 12.5,-2.5 - parent: 2 - - uid: 36268 + pos: 25.5,45.5 + parent: 36907 +- proto: RandomFoodBakedSingle + entities: + - uid: 8402 components: - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-2.5 + pos: -1.5,58.5 parent: 2 - - uid: 36269 + - uid: 13525 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-2.5 + pos: -5.5,59.5 parent: 2 - - uid: 36270 + - uid: 32872 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,7.5 - parent: 2 - - uid: 36271 + pos: -1.5,-7.5 + parent: 14592 + - uid: 33464 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,9.5 + pos: -6.5,51.5 parent: 2 - - uid: 36272 +- proto: RandomFoodBakedWhole + entities: + - uid: 13521 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,8.5 + pos: -5.5,61.5 parent: 2 - - uid: 36273 +- proto: RandomFoodMeal + entities: + - uid: 8401 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,11.5 + pos: -3.5,58.5 parent: 2 - - uid: 36274 + - uid: 26666 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,11.5 + pos: 5.5,37.5 parent: 2 - - uid: 36275 + - uid: 33485 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,26.5 + pos: -0.5,46.5 parent: 2 - - uid: 36276 +- proto: RandomFoodSingle + entities: + - uid: 3243 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,15.5 + pos: 48.5,5.5 parent: 2 - - uid: 36277 + - uid: 6056 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,20.5 + pos: 6.5,-52.5 parent: 2 - - uid: 36278 + - uid: 7500 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,26.5 + pos: 46.5,4.5 parent: 2 - - uid: 36279 + - uid: 8584 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,26.5 + pos: -2.5,61.5 parent: 2 - - uid: 36280 + - uid: 27222 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,20.5 + pos: 67.5,16.5 parent: 2 - - uid: 36281 + - uid: 31321 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,9.5 - parent: 2 - - uid: 36282 + pos: 7.5,-0.5 + parent: 30892 + - uid: 32873 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,18.5 - parent: 2 - - uid: 36283 + pos: -2.5,-7.5 + parent: 14592 + - uid: 32874 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,19.5 - parent: 2 - - uid: 36284 + pos: -1.5,-8.5 + parent: 14592 + - uid: 36329 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,5.5 + pos: 40.5,-16.5 parent: 2 - - uid: 36285 +- proto: RandomInstruments + entities: + - uid: 8408 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-0.5 + pos: 15.5,59.5 parent: 2 - - uid: 36286 +- proto: RandomPainting + entities: + - uid: 31338 components: - type: Transform - pos: -18.5,-2.5 + pos: -62.5,-20.5 parent: 2 - - uid: 36288 + - uid: 31339 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-7.5 + pos: -54.5,-25.5 parent: 2 - - uid: 36289 +- proto: RandomPosterAny + entities: + - uid: 2406 components: - type: Transform rot: 3.141592653589793 rad - pos: -6.5,-7.5 + pos: 38.5,-58.5 parent: 2 - - uid: 36290 + - uid: 10931 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-8.5 + pos: 39.5,-52.5 parent: 2 - - uid: 36291 + - uid: 10933 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-9.5 + pos: 29.5,-58.5 parent: 2 - - uid: 36292 + - uid: 10934 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-7.5 + pos: 21.5,-62.5 parent: 2 - - uid: 36294 + - uid: 31476 components: - type: Transform rot: 3.141592653589793 rad - pos: 14.5,-7.5 + pos: 65.5,18.5 parent: 2 - - uid: 36295 + - uid: 31477 components: - type: Transform rot: 3.141592653589793 rad - pos: 20.5,-7.5 + pos: 61.5,14.5 parent: 2 - - uid: 36296 + - uid: 31510 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,-9.5 + pos: -58.5,-10.5 parent: 2 - - uid: 36297 + - uid: 31518 components: - type: Transform - pos: 23.5,-2.5 + pos: -64.5,-5.5 parent: 2 - - uid: 42985 + - uid: 31809 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,13.5 + pos: -33.5,-60.5 parent: 2 -- proto: GrilleSpawner - entities: - - uid: 4490 + - uid: 31810 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -64.5,35.5 + pos: -32.5,-50.5 parent: 2 - - uid: 4502 + - uid: 31811 components: - type: Transform - pos: -69.5,35.5 + pos: -27.5,-52.5 parent: 2 - - uid: 4509 + - uid: 31812 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -63.5,37.5 + pos: -34.5,-59.5 parent: 2 - - uid: 4510 + - uid: 31813 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -75.5,15.5 + pos: -32.5,-61.5 parent: 2 - - uid: 4523 + - uid: 31814 components: - type: Transform - pos: -76.5,-13.5 + pos: -34.5,-50.5 parent: 2 - - uid: 4535 + - uid: 31910 components: - type: Transform - pos: -82.5,-13.5 + pos: -36.5,-13.5 parent: 2 - - uid: 4541 + - uid: 31912 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -86.5,-16.5 + pos: -21.5,7.5 parent: 2 - - uid: 4544 + - uid: 31913 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -89.5,-21.5 + pos: -19.5,-8.5 parent: 2 - - uid: 4553 + - uid: 31957 components: - type: Transform - rot: 3.141592653589793 rad - pos: -80.5,-31.5 + pos: -25.5,61.5 parent: 2 - - uid: 4556 + - uid: 31959 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -78.5,-11.5 + pos: -30.5,59.5 parent: 2 - - uid: 4559 + - uid: 36192 components: - type: Transform - pos: -72.5,-14.5 + pos: 7.5,-6.5 parent: 2 - - uid: 4564 + - uid: 36227 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -73.5,-8.5 + pos: -19.5,-3.5 parent: 2 - - uid: 4580 +- proto: RandomPosterContraband + entities: + - uid: 12521 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-73.5 + pos: 54.5,-35.5 parent: 2 - - uid: 4585 + - uid: 12522 components: - type: Transform - rot: 3.141592653589793 rad - pos: 65.5,-57.5 + pos: 64.5,-27.5 parent: 2 - - uid: 4586 + - uid: 13039 components: - type: Transform rot: -1.5707963267948966 rad - pos: 77.5,-45.5 + pos: 72.5,-17.5 parent: 2 - - uid: 4587 + - uid: 24127 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 78.5,-51.5 + pos: 67.5,-14.5 parent: 2 - - uid: 4588 + - uid: 31485 components: - type: Transform rot: 3.141592653589793 rad - pos: 64.5,-57.5 + pos: 28.5,39.5 parent: 2 - - uid: 4592 + - uid: 31507 components: - type: Transform rot: 3.141592653589793 rad - pos: 69.5,-60.5 + pos: -38.5,-8.5 parent: 2 - - uid: 4602 + - uid: 31683 components: - type: Transform - rot: 3.141592653589793 rad - pos: 68.5,-60.5 + pos: -17.5,-64.5 parent: 2 - - uid: 4604 + - uid: 31817 components: - type: Transform - rot: 3.141592653589793 rad - pos: 73.5,-57.5 + pos: -17.5,-65.5 parent: 2 - - uid: 4606 + - uid: 31890 components: - type: Transform - pos: 74.5,-43.5 + pos: 16.5,-30.5 parent: 2 - - uid: 4627 +- proto: RandomPosterLegit + entities: + - uid: 2404 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 77.5,-55.5 + pos: 25.5,-55.5 parent: 2 - - uid: 4628 + - uid: 6908 components: - type: Transform - pos: -43.5,61.5 + pos: 51.5,51.5 parent: 2 - - uid: 4643 + - uid: 8345 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 71.5,15.5 + pos: -10.5,-69.5 parent: 2 - - uid: 4657 + - uid: 8638 components: - type: Transform - pos: 45.5,63.5 + pos: 56.5,39.5 parent: 2 - - uid: 4662 + - uid: 9771 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,60.5 + pos: -14.5,-52.5 parent: 2 - - uid: 4668 + - uid: 11908 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,58.5 + pos: 35.5,-22.5 parent: 2 - - uid: 4682 + - uid: 11909 components: - type: Transform - pos: 20.5,75.5 + pos: 25.5,-21.5 parent: 2 - - uid: 4690 + - uid: 11910 components: - type: Transform - pos: 26.5,75.5 + pos: 35.5,-11.5 parent: 2 - - uid: 4695 + - uid: 11911 components: - type: Transform - pos: -13.5,74.5 + pos: 35.5,-32.5 parent: 2 - - uid: 4705 + - uid: 12694 components: - type: Transform - pos: 9.5,73.5 + pos: -48.5,34.5 parent: 2 - - uid: 4719 + - uid: 12701 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,88.5 + pos: -6.5,-56.5 parent: 2 - - uid: 4728 + - uid: 24128 components: - type: Transform - pos: -36.5,87.5 + pos: 65.5,-8.5 parent: 2 - - uid: 13821 + - uid: 24683 components: - type: Transform - pos: -51.5,57.5 + pos: -5.5,50.5 parent: 2 - - uid: 14188 + - uid: 26004 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -71.5,32.5 + pos: -24.5,43.5 parent: 2 - - uid: 14199 + - uid: 31468 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,74.5 + rot: 3.141592653589793 rad + pos: 43.5,-30.5 parent: 2 - - uid: 14203 + - uid: 31469 components: - type: Transform - pos: 0.5,75.5 + rot: 3.141592653589793 rad + pos: 51.5,-21.5 parent: 2 - - uid: 14207 + - uid: 31471 components: - type: Transform - pos: -11.5,72.5 + rot: 3.141592653589793 rad + pos: 51.5,-4.5 parent: 2 - - uid: 14208 + - uid: 31472 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,86.5 + rot: 3.141592653589793 rad + pos: 51.5,3.5 parent: 2 - - uid: 14211 + - uid: 31473 components: - type: Transform - pos: 36.5,69.5 + rot: 3.141592653589793 rad + pos: 55.5,7.5 parent: 2 - - uid: 14231 + - uid: 31474 components: - type: Transform rot: 3.141592653589793 rad - pos: -72.5,-30.5 + pos: 50.5,10.5 parent: 2 - - uid: 14232 + - uid: 31475 components: - type: Transform rot: 3.141592653589793 rad - pos: -69.5,-29.5 + pos: 49.5,14.5 parent: 2 - - uid: 24253 + - uid: 31478 components: - type: Transform - pos: 40.5,-67.5 + rot: 3.141592653589793 rad + pos: 55.5,26.5 parent: 2 - - uid: 24709 + - uid: 31479 components: - type: Transform - pos: 41.5,-63.5 + rot: 3.141592653589793 rad + pos: 61.5,26.5 parent: 2 - - uid: 24734 + - uid: 31480 components: - type: Transform - pos: 29.5,-70.5 + rot: 3.141592653589793 rad + pos: 37.5,25.5 parent: 2 - - uid: 24736 + - uid: 31481 components: - type: Transform - pos: 40.5,-68.5 + rot: 3.141592653589793 rad + pos: 49.5,25.5 parent: 2 - - uid: 24745 + - uid: 31482 components: - type: Transform - pos: 27.5,-68.5 + rot: 3.141592653589793 rad + pos: 40.5,31.5 parent: 2 - - uid: 24748 + - uid: 31483 components: - type: Transform - pos: 38.5,-70.5 + rot: 3.141592653589793 rad + pos: 32.5,36.5 parent: 2 - - uid: 31450 + - uid: 31484 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -73.5,8.5 + rot: 3.141592653589793 rad + pos: 30.5,30.5 parent: 2 - - uid: 31453 + - uid: 31486 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -73.5,0.5 + rot: 3.141592653589793 rad + pos: 24.5,35.5 parent: 2 -- proto: Gyroscope - entities: - - uid: 13983 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,0.5 - parent: 13793 - - uid: 32973 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-1.5 - parent: 32914 - - uid: 33144 - components: - - type: Transform - pos: -1.5,-1.5 - parent: 31348 - - type: Stealth - - type: StealthOnMove - - type: Visibility - layer: 8 - - uid: 36554 + - uid: 31487 components: - type: Transform rot: 3.141592653589793 rad - pos: 7.5,-7.5 - parent: 36450 -- proto: Handcuffs - entities: - - uid: 10365 + pos: 22.5,45.5 + parent: 2 + - uid: 31488 components: - type: Transform - pos: 42.477165,23.504288 + rot: 3.141592653589793 rad + pos: 18.5,52.5 parent: 2 - - uid: 13567 + - uid: 31489 components: - type: Transform - pos: 56.62074,3.5388646 + rot: 3.141592653589793 rad + pos: 13.5,49.5 parent: 2 - - uid: 36796 + - uid: 31490 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 48.555546,42.9004 + rot: 3.141592653589793 rad + pos: 9.5,54.5 parent: 2 - - uid: 36797 + - uid: 31492 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 48.645966,42.493156 + pos: 4.5,-49.5 parent: 2 -- proto: HandheldGPSBasic - entities: - - uid: 9566 + - uid: 31493 components: - type: Transform - pos: -29.934422,9.69993 + rot: 3.141592653589793 rad + pos: -11.5,54.5 parent: 2 - - uid: 11110 + - uid: 31494 components: - type: Transform - pos: 15.519913,-45.210636 + rot: 3.141592653589793 rad + pos: -18.5,45.5 parent: 2 - - uid: 11113 + - uid: 31495 components: - type: Transform - pos: 15.547691,-45.412025 + pos: 6.5,51.5 parent: 2 - - uid: 24240 + - uid: 31496 components: - type: Transform - pos: -61.637238,73.709595 + rot: 3.141592653589793 rad + pos: -29.5,54.5 parent: 2 -- proto: HandheldHealthAnalyzerEmpty - entities: - - uid: 5313 + - uid: 31497 components: - type: Transform - pos: -19.468155,-43.42278 + rot: 3.141592653589793 rad + pos: -35.5,49.5 parent: 2 -- proto: HandheldHealthAnalyzerUnpowered - entities: - - uid: 10334 + - uid: 31499 components: - type: Transform - pos: 20.520952,54.496033 + rot: 3.141592653589793 rad + pos: -40.5,37.5 parent: 2 -- proto: HandLabeler - entities: - - uid: 10364 + - uid: 31500 components: - type: Transform - pos: 39.63175,21.79245 + rot: 3.141592653589793 rad + pos: -35.5,32.5 parent: 2 -- proto: HeadSkeleton - entities: - - uid: 11278 + - uid: 31502 components: - - type: MetaData - desc: Не бедный Йорик... - name: череп бюрократа - type: Transform - parent: 10959 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 27694 + rot: 3.141592653589793 rad + pos: -44.5,24.5 + parent: 2 + - uid: 31503 components: - type: Transform - pos: 72.60927,-12.445331 + rot: 3.141592653589793 rad + pos: -51.5,18.5 parent: 2 - - uid: 32827 + - uid: 31504 components: - type: Transform - pos: -15.666687,-7.583679 - parent: 14592 - - uid: 36293 + rot: 3.141592653589793 rad + pos: -54.5,8.5 + parent: 2 + - uid: 31505 components: - - type: MetaData - desc: Шоки! - name: Шоки мэн - type: Transform - pos: 40.62073,-10.806794 + rot: 3.141592653589793 rad + pos: -50.5,2.5 parent: 2 -- proto: HighSecArmoryLocked - entities: - - uid: 6061 + - uid: 31506 components: - type: Transform - pos: 45.5,36.5 + rot: 3.141592653589793 rad + pos: -40.5,2.5 parent: 2 - - uid: 6062 + - uid: 31508 components: - type: Transform - pos: 46.5,36.5 + rot: 3.141592653589793 rad + pos: -33.5,-5.5 parent: 2 -- proto: HighSecCommandLocked - entities: - - uid: 4794 + - uid: 31509 components: - type: Transform - pos: 4.5,-44.5 + rot: 3.141592653589793 rad + pos: -54.5,-4.5 parent: 2 - - uid: 4795 + - uid: 31511 components: - type: Transform - pos: 2.5,-44.5 + rot: 3.141592653589793 rad + pos: -49.5,-22.5 parent: 2 - - uid: 5927 + - uid: 31512 components: - type: Transform - pos: -24.5,38.5 + rot: 3.141592653589793 rad + pos: -45.5,-29.5 parent: 2 - - uid: 8491 + - uid: 31513 components: - type: Transform - pos: -39.5,6.5 + rot: 3.141592653589793 rad + pos: -37.5,-32.5 parent: 2 - - uid: 26573 + - uid: 31514 components: - type: Transform - pos: -79.5,82.5 + rot: 3.141592653589793 rad + pos: -33.5,-42.5 parent: 2 - - uid: 27632 + - uid: 31515 components: - type: Transform - pos: -82.5,76.5 + rot: 3.141592653589793 rad + pos: -41.5,-42.5 parent: 2 - - uid: 33672 + - uid: 31516 components: - type: Transform rot: 3.141592653589793 rad - pos: -89.5,73.5 + pos: -27.5,-47.5 parent: 2 -- proto: HighSecDoor - entities: - - uid: 33913 + - uid: 31517 components: - type: Transform rot: 3.141592653589793 rad - pos: -53.5,-19.5 + pos: -14.5,-48.5 parent: 2 -- proto: HolofanProjector - entities: - - uid: 828 + - uid: 31519 components: - type: Transform - pos: -40.68678,39.991463 + rot: 3.141592653589793 rad + pos: 12.5,-53.5 parent: 2 - - uid: 7668 + - uid: 31520 components: - type: Transform - pos: -40.702404,40.257088 + rot: 3.141592653589793 rad + pos: 25.5,-44.5 parent: 2 - - uid: 27505 + - uid: 31521 components: - type: Transform rot: 3.141592653589793 rad - pos: -56.344402,26.489597 + pos: 34.5,-41.5 parent: 2 -- proto: HospitalCurtains - entities: - - uid: 6678 + - uid: 31816 components: - type: Transform - pos: 18.5,-25.5 + pos: -14.5,-57.5 parent: 2 - - uid: 6681 + - uid: 31894 components: - type: Transform - pos: 20.5,-25.5 + pos: 10.5,-28.5 parent: 2 - - uid: 6682 + - uid: 31895 components: - type: Transform - pos: 24.5,-25.5 + pos: -9.5,-28.5 parent: 2 - - uid: 6683 + - uid: 31896 components: - type: Transform - pos: 22.5,-25.5 + pos: 10.5,-30.5 parent: 2 - - uid: 11166 + - uid: 31897 components: - type: Transform - pos: 11.5,-58.5 + pos: 10.5,-29.5 parent: 2 - - uid: 11167 + - uid: 31898 components: - type: Transform - pos: 9.5,-57.5 + pos: -9.5,-29.5 parent: 2 - - uid: 11168 + - uid: 31902 components: - type: Transform - pos: 9.5,-58.5 + pos: 18.5,-47.5 parent: 2 -- proto: HospitalCurtainsOpen - entities: - - uid: 2838 + - uid: 31905 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,-25.5 + pos: 13.5,-40.5 parent: 2 - - uid: 4226 + - uid: 31906 components: - type: Transform - pos: 17.5,61.5 + pos: -9.5,-30.5 parent: 2 - - uid: 6032 + - uid: 31907 components: - type: Transform - pos: 26.5,61.5 + pos: -14.5,-21.5 parent: 2 - - uid: 6680 + - uid: 31908 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-25.5 + pos: -12.5,-21.5 parent: 2 - - uid: 6862 + - uid: 32071 components: - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,-11.5 + pos: 43.5,-53.5 parent: 2 - - uid: 8091 + - uid: 32072 components: - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,18.5 + pos: 49.5,-47.5 parent: 2 - - uid: 8808 + - uid: 32210 components: - type: Transform - pos: 52.5,-23.5 + pos: 56.5,42.5 parent: 2 - - uid: 9744 + - uid: 32211 components: - type: Transform - pos: 35.5,24.5 + pos: 56.5,45.5 parent: 2 - - uid: 9779 + - uid: 32217 components: - type: Transform - pos: 30.5,61.5 + pos: 56.5,48.5 parent: 2 - - uid: 9780 + - uid: 32228 components: - type: Transform - pos: 21.5,61.5 + pos: 29.5,-55.5 parent: 2 - - uid: 10368 + - uid: 34379 components: - type: Transform - pos: 43.5,19.5 + pos: 54.5,-10.5 parent: 2 - - uid: 10767 + - uid: 36225 components: - type: Transform - pos: -5.5,45.5 + pos: 20.5,-3.5 parent: 2 - - uid: 11170 + - uid: 36226 components: - type: Transform - pos: 10.5,-58.5 + pos: 42.5,-4.5 parent: 2 - - uid: 15503 + - uid: 36228 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-4.5 - parent: 14592 - - uid: 15504 + pos: -6.5,-6.5 + parent: 2 + - uid: 39697 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-6.5 - parent: 14592 - - uid: 15505 + pos: 8.5,-5.5 + parent: 36907 + - uid: 39698 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-8.5 - parent: 14592 - - uid: 24419 + pos: 16.5,4.5 + parent: 36907 + - uid: 39699 components: - type: Transform - pos: 49.5,-2.5 - parent: 2 - - uid: 35028 + pos: 25.5,-5.5 + parent: 36907 + - uid: 39700 components: - type: Transform rot: -1.5707963267948966 rad - pos: 74.5,31.5 - parent: 2 -- proto: HydroponicsToolClippers - entities: - - uid: 1248 + pos: 23.5,0.5 + parent: 36907 + - uid: 39701 components: - type: Transform - pos: 62.462543,-35.090557 - parent: 2 - - uid: 13343 + rot: 1.5707963267948966 rad + pos: 9.5,-1.5 + parent: 36907 +- proto: RandomScienceCorpseSpawner + entities: + - uid: 30882 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.435068,66.65609 + pos: -52.5,-21.5 parent: 2 -- proto: HydroponicsToolMiniHoe +- proto: RandomSnacks entities: - - uid: 9910 + - uid: 6384 components: - type: Transform - pos: 13.657608,67.70435 + pos: 72.5,0.5 parent: 2 - - uid: 9911 + - uid: 39702 components: - type: Transform - pos: 13.438858,67.6106 - parent: 2 - - uid: 10997 + pos: 14.5,3.5 + parent: 36907 + - uid: 39703 components: - type: Transform - pos: 60.67944,-29.270233 - parent: 2 - - uid: 12283 + pos: 17.5,-0.5 + parent: 36907 + - uid: 39704 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 63.25688,-35.164455 - parent: 2 -- proto: HydroponicsToolSpade + pos: 18.5,-0.5 + parent: 36907 +- proto: RandomSoap entities: - - uid: 1249 + - uid: 13776 components: - type: Transform - pos: 64.790665,-34.981182 + pos: -35.5,-5.5 parent: 2 - - uid: 9912 + - uid: 31337 components: - type: Transform - pos: 14.669674,67.57257 + pos: -58.5,-22.5 parent: 2 - - uid: 13344 +- proto: RandomSpawner + entities: + - uid: 6292 components: - type: Transform - pos: -19.341318,66.46859 + pos: 74.5,35.5 parent: 2 -- proto: hydroponicsTray - entities: - - uid: 3250 + - uid: 8304 components: - type: Transform - pos: 63.5,-35.5 + pos: 47.5,8.5 parent: 2 - - uid: 3256 + - uid: 8307 components: - type: Transform - pos: 62.5,-35.5 + pos: 45.5,16.5 parent: 2 - - uid: 3259 + - uid: 8370 components: - type: Transform - pos: 65.5,-35.5 + pos: 16.5,27.5 parent: 2 - - uid: 8328 + - uid: 8410 components: - type: Transform - pos: -19.5,58.5 + pos: 11.5,37.5 parent: 2 - - uid: 8329 + - uid: 8424 components: - type: Transform - pos: -19.5,59.5 + pos: 0.5,62.5 parent: 2 - - uid: 8330 + - uid: 8426 components: - type: Transform - pos: -19.5,60.5 + pos: -16.5,57.5 parent: 2 - - uid: 8405 + - uid: 8427 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,55.5 + pos: 4.5,56.5 parent: 2 - - uid: 8406 + - uid: 8438 + components: + - type: Transform + pos: 7.5,68.5 + parent: 2 + - uid: 8597 components: - type: Transform rot: 1.5707963267948966 rad - pos: -15.5,55.5 + pos: -40.5,47.5 parent: 2 - - uid: 8411 + - uid: 8598 components: - type: Transform rot: 1.5707963267948966 rad - pos: -18.5,62.5 + pos: -37.5,55.5 parent: 2 - - uid: 8414 + - uid: 8599 components: - type: Transform rot: 1.5707963267948966 rad - pos: -18.5,56.5 + pos: -32.5,61.5 parent: 2 - - uid: 8422 + - uid: 8600 components: - type: Transform rot: 1.5707963267948966 rad - pos: -15.5,63.5 + pos: -22.5,63.5 parent: 2 - - uid: 8423 + - uid: 8601 components: - type: Transform rot: 1.5707963267948966 rad - pos: -14.5,63.5 + pos: -22.5,58.5 parent: 2 - - uid: 10021 + - uid: 8602 components: - type: Transform - pos: 12.5,65.5 + rot: 1.5707963267948966 rad + pos: -19.5,64.5 parent: 2 - - uid: 10022 + - uid: 9067 components: - type: Transform - pos: 12.5,64.5 + pos: 30.5,-0.5 parent: 2 - - uid: 10023 + - uid: 9709 components: - type: Transform - pos: 12.5,63.5 + rot: 3.141592653589793 rad + pos: -12.5,-50.5 parent: 2 - - uid: 10024 + - uid: 10219 components: - type: Transform - pos: 15.5,65.5 + pos: 65.5,33.5 parent: 2 - - uid: 10025 + - uid: 10231 components: - type: Transform - pos: 15.5,64.5 + pos: 75.5,33.5 parent: 2 - - uid: 10026 + - uid: 10489 components: - type: Transform - pos: 15.5,63.5 + pos: 77.5,40.5 parent: 2 - - uid: 13361 + - uid: 11121 components: - type: Transform - pos: -17.5,55.5 + pos: 15.5,-61.5 parent: 2 - - uid: 13362 + - uid: 11122 components: - type: Transform - pos: -17.5,63.5 + pos: 22.5,-63.5 parent: 2 - - uid: 42895 + - uid: 11123 components: - type: Transform - pos: -15.5,62.5 + pos: 29.5,-59.5 parent: 2 - - uid: 42896 + - uid: 11124 components: - type: Transform - pos: -14.5,62.5 + pos: 41.5,-54.5 parent: 2 - - uid: 42897 + - uid: 12341 components: - type: Transform - pos: -15.5,56.5 + rot: 1.5707963267948966 rad + pos: 39.5,17.5 parent: 2 - - uid: 42898 + - uid: 12342 components: - type: Transform - pos: -14.5,56.5 + rot: 3.141592653589793 rad + pos: 20.5,23.5 parent: 2 - - uid: 42899 + - uid: 12343 components: - type: Transform - pos: -18.5,58.5 + rot: -1.5707963267948966 rad + pos: 31.5,17.5 parent: 2 - - uid: 42900 + - uid: 12344 components: - type: Transform - pos: -18.5,59.5 + rot: 1.5707963267948966 rad + pos: 28.5,18.5 parent: 2 - - uid: 42901 + - uid: 12345 components: - type: Transform - pos: -18.5,60.5 + pos: 39.5,47.5 parent: 2 -- proto: InflatableDoor - entities: - - uid: 13401 + - uid: 12346 components: - type: Transform rot: -1.5707963267948966 rad - pos: -16.5,65.5 + pos: 33.5,25.5 parent: 2 - - uid: 31274 + - uid: 12348 components: - type: Transform - rot: 3.141592653589793 rad - pos: -61.5,-19.5 + rot: 1.5707963267948966 rad + pos: 48.5,34.5 parent: 2 - - uid: 31275 + - uid: 12349 components: - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,-24.5 + rot: -1.5707963267948966 rad + pos: 40.5,23.5 parent: 2 - - uid: 31276 + - uid: 12350 components: - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,-23.5 + rot: -1.5707963267948966 rad + pos: 29.5,50.5 parent: 2 -- proto: InflatableDoorStack - entities: - - uid: 13246 + - uid: 12351 components: - type: Transform - pos: -63.42881,7.595649 + rot: -1.5707963267948966 rad + pos: 22.5,32.5 parent: 2 -- proto: InflatableWall - entities: - - uid: 6002 + - uid: 12352 components: - type: Transform - pos: 10.5,69.5 + pos: 25.5,38.5 parent: 2 - - uid: 8241 + - uid: 12354 components: - type: Transform - pos: 44.5,13.5 + rot: -1.5707963267948966 rad + pos: 14.5,70.5 parent: 2 - - uid: 8281 + - uid: 12355 components: - type: Transform - pos: 30.5,13.5 + rot: 1.5707963267948966 rad + pos: 39.5,28.5 parent: 2 - - uid: 8287 + - uid: 12356 components: - type: Transform - pos: 19.5,33.5 + pos: 37.5,34.5 parent: 2 - - uid: 12914 + - uid: 12357 components: - type: Transform - pos: 37.5,10.5 + rot: 1.5707963267948966 rad + pos: 30.5,62.5 parent: 2 - - uid: 13074 + - uid: 12358 components: - type: Transform - pos: 13.5,21.5 + pos: 22.5,54.5 parent: 2 - - uid: 26192 + - uid: 12360 components: - type: Transform - pos: -49.5,-26.5 + pos: 52.5,40.5 parent: 2 - - uid: 34558 + - uid: 12365 components: - type: Transform - pos: 9.5,9.5 - parent: 30892 - - uid: 34570 + rot: -1.5707963267948966 rad + pos: 56.5,22.5 + parent: 2 + - uid: 12366 components: - type: Transform - pos: 2.5,10.5 - parent: 30892 - - uid: 34571 + pos: 64.5,17.5 + parent: 2 + - uid: 12367 components: - type: Transform - pos: 6.5,9.5 - parent: 30892 - - uid: 34578 + rot: -1.5707963267948966 rad + pos: 55.5,16.5 + parent: 2 + - uid: 12385 components: - type: Transform - pos: 2.5,6.5 - parent: 30892 - - uid: 34579 + rot: 3.141592653589793 rad + pos: 59.5,-8.5 + parent: 2 + - uid: 12388 components: - type: Transform - pos: 4.5,7.5 - parent: 30892 - - uid: 34580 + rot: 3.141592653589793 rad + pos: 65.5,-25.5 + parent: 2 + - uid: 12390 components: - type: Transform - pos: 7.5,5.5 - parent: 30892 - - uid: 34581 + rot: 3.141592653589793 rad + pos: 56.5,-26.5 + parent: 2 + - uid: 12391 components: - type: Transform - pos: 8.5,1.5 - parent: 30892 - - uid: 34582 + rot: 3.141592653589793 rad + pos: 56.5,-35.5 + parent: 2 + - uid: 12392 components: - type: Transform - pos: 6.5,1.5 - parent: 30892 - - uid: 34583 + rot: 3.141592653589793 rad + pos: 53.5,-43.5 + parent: 2 + - uid: 12868 components: - type: Transform - pos: 5.5,7.5 - parent: 30892 - - uid: 34584 + pos: 29.5,14.5 + parent: 2 + - uid: 12880 components: - type: Transform - pos: 1.5,3.5 - parent: 30892 - - uid: 34587 + pos: 12.5,25.5 + parent: 2 + - uid: 13028 components: - type: Transform - pos: 5.5,2.5 - parent: 30892 - - uid: 34642 + pos: 12.5,40.5 + parent: 2 + - uid: 13029 components: - type: Transform - pos: 2.5,2.5 - parent: 30892 - - uid: 34728 + pos: 14.5,35.5 + parent: 2 + - uid: 13030 components: - type: Transform - pos: 12.5,5.5 - parent: 30892 -- proto: InflatableWallStack - entities: - - uid: 13382 + pos: 19.5,30.5 + parent: 2 + - uid: 13031 components: - type: Transform - pos: -63.706184,7.9607897 + pos: 40.5,7.5 parent: 2 -- proto: InflatableWallStack1 - entities: - - uid: 3135 + - uid: 13032 components: - type: Transform - pos: 42.807594,11.320285 + pos: 16.5,18.5 parent: 2 - - uid: 7844 + - uid: 13033 components: - type: Transform - pos: 24.527311,12.50684 + pos: 20.5,14.5 parent: 2 -- proto: IngotGold1 - entities: - - uid: 1491 + - uid: 13034 components: - type: Transform - pos: 8.323847,-42.348774 + pos: 34.5,10.5 parent: 2 - - type: Stack - count: 5 -- proto: IngotSilver1 - entities: - - uid: 5065 + - uid: 13035 components: - type: Transform - pos: 7.683222,-42.39565 + pos: 42.5,15.5 parent: 2 - - type: Stack - count: 5 -- proto: IntercomCommand - entities: - - uid: 33156 + - uid: 13036 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-37.5 + pos: 47.5,14.5 parent: 2 - - uid: 33960 + - uid: 13101 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -89.5,74.5 + pos: 67.5,12.5 parent: 2 -- proto: IntercomCommon - entities: - - uid: 33152 + - uid: 13142 components: - type: Transform - pos: 53.5,18.5 + pos: 30.5,11.5 parent: 2 - - uid: 33155 + - uid: 13143 components: - type: Transform - pos: 10.5,-48.5 + pos: 29.5,8.5 parent: 2 - - uid: 33962 + - uid: 13144 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -89.5,72.5 + pos: 25.5,12.5 parent: 2 -- proto: IntercomEngineering - entities: - - uid: 33159 + - uid: 13145 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,28.5 + pos: 15.5,23.5 parent: 2 - - uid: 33161 + - uid: 13146 components: - type: Transform - pos: -44.5,34.5 + pos: 12.5,28.5 parent: 2 -- proto: IntercomMedical - entities: - - uid: 33153 + - uid: 13147 components: - type: Transform - pos: 39.5,-32.5 + pos: 16.5,32.5 parent: 2 - - uid: 33154 + - uid: 13179 components: - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,-41.5 + pos: 37.5,14.5 parent: 2 -- proto: IntercomScience - entities: - - uid: 33157 + - uid: 13193 components: - type: Transform - pos: -28.5,-34.5 + pos: 44.5,11.5 parent: 2 - - uid: 33158 + - uid: 13478 components: - type: Transform rot: -1.5707963267948966 rad - pos: -26.5,-42.5 + pos: -35.5,57.5 parent: 2 -- proto: IntercomSecurity - entities: - - uid: 33150 + - uid: 13480 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,34.5 + rot: -1.5707963267948966 rad + pos: -38.5,42.5 parent: 2 - - uid: 33151 + - uid: 13481 components: - type: Transform - pos: 36.5,32.5 + rot: -1.5707963267948966 rad + pos: -37.5,47.5 parent: 2 -- proto: IntercomService - entities: - - uid: 33148 + - uid: 13482 components: - type: Transform - pos: -5.5,55.5 + rot: -1.5707963267948966 rad + pos: -41.5,53.5 parent: 2 - - uid: 33162 + - uid: 13483 components: - type: Transform rot: -1.5707963267948966 rad - pos: 9.5,63.5 + pos: -39.5,54.5 parent: 2 -- proto: IntercomSupply - entities: - - uid: 33160 + - uid: 13484 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-35.5 + rot: -1.5707963267948966 rad + pos: -35.5,59.5 parent: 2 -- proto: JanitorialTrolley - entities: - - uid: 31491 + - uid: 13593 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,13.5 + pos: -20.5,-17.5 parent: 2 -- proto: JetpackBlueFilled - entities: - - uid: 5787 + - uid: 13597 components: - type: Transform - pos: -37.345737,12.571353 + pos: 8.5,-84.5 parent: 2 - - uid: 11080 + - uid: 13674 components: - type: Transform - pos: 10.151312,-43.2268 + pos: -26.5,-16.5 parent: 2 - - uid: 11082 + - uid: 13678 components: - type: Transform - pos: 10.151312,-43.455967 + pos: -22.5,-33.5 parent: 2 - - uid: 31317 - components: - - type: Transform - pos: 7.2192383,7.834259 - parent: 30892 - - uid: 31318 - components: - - type: Transform - pos: 7.4536133,7.693634 - parent: 30892 -- proto: JetpackMiniFilled - entities: - - uid: 14138 + - uid: 13710 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.680826,9.389683 + pos: -34.5,-22.5 parent: 2 -- proto: JetpackSecurityFilled - entities: - - uid: 35038 + - uid: 13711 components: - type: Transform - rot: 3.141592653589793 rad - pos: 67.54909,29.443747 + pos: -31.5,-26.5 parent: 2 - - uid: 35168 + - uid: 13714 components: - type: Transform - pos: 76.56534,33.57206 + pos: -24.5,-29.5 parent: 2 -- proto: Joint - entities: - - uid: 1388 + - uid: 13715 components: - type: Transform - pos: 68.690956,-30.394003 + pos: -30.5,-11.5 parent: 2 - - uid: 1390 + - uid: 13716 components: - type: Transform - pos: 68.42533,-30.565878 + pos: -38.5,-27.5 parent: 2 - - uid: 2580 + - uid: 13717 components: - type: Transform - pos: 41.519817,-58.26794 + pos: -18.5,-22.5 parent: 2 - - uid: 2581 + - uid: 13740 components: - type: Transform - pos: 41.785442,-58.36169 + pos: -26.5,-58.5 parent: 2 - - uid: 2993 + - uid: 13741 components: - type: Transform - pos: 68.39408,-30.394003 + pos: -28.5,-53.5 parent: 2 - - uid: 3083 + - uid: 13742 components: - type: Transform - pos: 68.753456,-30.628378 + pos: -32.5,-56.5 parent: 2 - - uid: 4658 + - uid: 13743 components: - type: Transform - pos: -31.39181,0.34686887 + pos: -9.5,-75.5 parent: 2 - - uid: 10859 + - uid: 13744 components: - type: Transform - pos: 41.691692,-58.54919 + pos: 2.5,-62.5 parent: 2 - - uid: 14210 + - uid: 13999 components: - type: Transform - pos: -31.318817,0.1716013 + pos: -34.5,-45.5 parent: 2 -- proto: Jug - entities: - - uid: 10846 + - uid: 14164 components: - type: Transform - pos: 24.697847,-37.446255 - parent: 2 -- proto: KitchenKnife - entities: - - uid: 3129 + pos: -7.5,-6.5 + parent: 14592 + - uid: 14174 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.550495,59.155773 - parent: 2 - - uid: 5375 + pos: -5.5,-5.5 + parent: 14592 + - uid: 14181 components: - type: Transform - pos: -42.58947,-19.419893 + pos: -29.5,1.5 parent: 2 - - uid: 30878 + - uid: 14189 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.541431,30.588673 + pos: -36.5,3.5 parent: 2 -- proto: KitchenMicrowave - entities: - - uid: 5059 + - uid: 14308 components: - type: Transform - pos: -11.5,-22.5 + pos: 9.5,-76.5 parent: 2 - - uid: 5538 + - uid: 14318 components: - type: Transform - pos: -61.5,-30.5 + pos: -40.5,-19.5 parent: 2 - - uid: 7105 + - uid: 14319 components: - type: Transform - pos: 49.5,-34.5 + pos: -43.5,-11.5 parent: 2 - - uid: 7984 + - uid: 14320 components: - type: Transform - pos: -41.5,26.5 + pos: -32.5,-32.5 parent: 2 - - uid: 8221 + - uid: 14321 components: - type: Transform - pos: -59.5,34.5 + pos: -29.5,-41.5 parent: 2 - - uid: 9916 + - uid: 14322 components: - type: Transform - pos: 12.5,71.5 + pos: -37.5,-37.5 parent: 2 - - uid: 10212 + - uid: 14323 components: - type: Transform - pos: 22.5,26.5 + pos: -24.5,-37.5 parent: 2 - - uid: 13404 + - uid: 14324 components: - type: Transform - pos: -8.5,56.5 + pos: -17.5,-34.5 parent: 2 - - uid: 13405 + - uid: 14325 components: - type: Transform - pos: -6.5,64.5 + pos: 1.5,-30.5 parent: 2 - - uid: 14823 - components: - - type: Transform - pos: 2.5,-4.5 - parent: 14592 - - uid: 31305 + - uid: 14326 components: - type: Transform - pos: 9.5,3.5 - parent: 30892 - - uid: 36168 + pos: -5.5,-28.5 + parent: 2 + - uid: 14327 components: - type: Transform - pos: -47.5,-7.5 + pos: -3.5,-43.5 parent: 2 -- proto: KitchenReagentGrinder - entities: - - uid: 6250 + - uid: 14328 components: - type: Transform - pos: -3.5,69.5 + pos: 0.5,-34.5 parent: 2 - - uid: 6833 + - uid: 14329 components: - type: Transform - pos: 24.5,-36.5 + pos: -0.5,-41.5 parent: 2 - - uid: 7032 + - uid: 14330 components: - type: Transform - pos: 27.5,0.5 + pos: 1.5,-53.5 parent: 2 - - uid: 8246 + - uid: 14331 components: - type: Transform - pos: -10.5,56.5 + pos: -0.5,-57.5 parent: 2 - - uid: 8399 + - uid: 14332 components: - type: Transform - pos: -12.5,56.5 + pos: 19.5,-55.5 parent: 2 - - uid: 8483 + - uid: 14333 components: - type: Transform - pos: -8.5,62.5 + pos: 24.5,-51.5 parent: 2 - - uid: 9957 + - uid: 14334 components: - type: Transform - pos: 15.5,71.5 + pos: 37.5,-50.5 parent: 2 - - uid: 10998 + - uid: 14335 components: - type: Transform - pos: 60.5,-34.5 + pos: 48.5,-49.5 parent: 2 - - uid: 42923 + - uid: 14339 components: - type: Transform - pos: 20.5,18.5 + pos: 63.5,-7.5 parent: 2 -- proto: KitchenSpike - entities: - - uid: 8230 + - uid: 14340 components: - type: Transform - pos: -8.5,69.5 + pos: 58.5,-4.5 parent: 2 - - uid: 13350 + - uid: 14341 components: - type: Transform - pos: -7.5,69.5 + pos: 66.5,7.5 parent: 2 -- proto: KnifePlastic - entities: - - uid: 9945 + - uid: 14529 components: - type: Transform - pos: 14.965668,71.58092 + pos: -30.5,-48.5 parent: 2 - - uid: 9946 + - uid: 14535 components: - type: Transform - pos: 14.809418,71.72154 + pos: -13.5,-59.5 parent: 2 - - uid: 10195 + - uid: 14537 components: - type: Transform - pos: 25.484106,32.588924 + pos: -12.5,-63.5 parent: 2 -- proto: Lamp - entities: - - uid: 4909 + - uid: 14865 components: - type: Transform - rot: 3.141592653589793 rad - pos: -13.432606,-17.069357 - parent: 2 - - uid: 5495 + pos: -3.5,-1.5 + parent: 14592 + - uid: 14874 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.60169,-53.31649 - parent: 2 - - uid: 5611 + pos: 1.5,-0.5 + parent: 14592 + - uid: 14875 components: - type: Transform - pos: -9.701525,-42.10671 - parent: 2 - - uid: 5691 + pos: 7.5,-4.5 + parent: 14592 + - uid: 18631 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.781431,-46.249886 + rot: 1.5707963267948966 rad + pos: 22.5,35.5 parent: 2 - - uid: 6124 + - uid: 18722 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.460348,-33.37931 + rot: 1.5707963267948966 rad + pos: 63.5,12.5 parent: 2 - - uid: 6159 + - uid: 18818 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.368223,-37.274742 + rot: 1.5707963267948966 rad + pos: 56.5,-10.5 parent: 2 - - uid: 6756 + - uid: 19028 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.343094,-16.324772 + rot: 1.5707963267948966 rad + pos: 12.5,-66.5 parent: 2 - - uid: 6769 + - uid: 19107 components: - type: Transform rot: 1.5707963267948966 rad - pos: 20.65414,-18.26676 + pos: -13.5,-55.5 parent: 2 - - uid: 6891 + - uid: 19189 components: - type: Transform rot: 3.141592653589793 rad - pos: 20.709547,-11.217482 + pos: -44.5,-34.5 parent: 2 - - uid: 7092 + - uid: 19254 components: - type: Transform rot: 1.5707963267948966 rad - pos: 29.430672,2.6239965 + pos: -60.5,30.5 parent: 2 - - uid: 7094 + - uid: 19291 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.58692,6.8427467 + rot: 1.5707963267948966 rad + pos: -43.5,20.5 parent: 2 - - uid: 7413 + - uid: 24247 components: - type: Transform rot: 3.141592653589793 rad - pos: 1.605889,-27.31449 + pos: 43.5,-19.5 parent: 2 - - uid: 7427 + - uid: 26532 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.3676395,-28.36782 + rot: 1.5707963267948966 rad + pos: 42.5,-20.5 parent: 2 - - uid: 7428 + - uid: 32849 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.653591,-29.021933 + pos: -14.5,44.5 parent: 2 - - uid: 7930 + - uid: 33370 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.33001,3.8444397 + pos: 27.5,-30.5 parent: 2 - - uid: 8003 + - uid: 33371 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.3733,20.810095 + pos: 36.5,-21.5 parent: 2 - - uid: 8053 + - uid: 33374 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.047724,24.568024 + pos: 53.5,0.5 parent: 2 - - uid: 8103 + - uid: 33375 components: - type: Transform - pos: -16.25953,14.63385 + pos: 53.5,13.5 parent: 2 - - uid: 8490 + - uid: 33377 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.872665,64.76516 + pos: 33.5,31.5 parent: 2 - - uid: 8822 + - uid: 33378 components: - type: Transform - pos: 52.28634,-21.112112 + pos: 23.5,47.5 parent: 2 - - uid: 8916 + - uid: 33379 components: - type: Transform - rot: 3.141592653589793 rad - pos: 41.082302,-42.23218 + pos: 1.5,52.5 parent: 2 - - uid: 9046 + - uid: 33380 components: - type: Transform - rot: 3.141592653589793 rad - pos: 20.310188,-61.35446 + pos: -0.5,60.5 parent: 2 - - uid: 9051 + - uid: 33381 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.198904,-57.15915 + pos: 1.5,38.5 parent: 2 - - uid: 9440 + - uid: 33382 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.54505,4.5506535 + pos: 7.5,35.5 parent: 2 - - uid: 9671 + - uid: 33383 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.8603435,28.70184 + pos: -3.5,44.5 parent: 2 - - uid: 9983 + - uid: 33384 components: - type: Transform - pos: 53.483753,29.504316 + pos: -13.5,50.5 parent: 2 - - uid: 10147 + - uid: 33385 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.2159953,47.641884 + pos: -24.5,49.5 parent: 2 - - uid: 10217 + - uid: 33386 components: - type: Transform - pos: 31.840195,26.769136 + pos: -24.5,46.5 parent: 2 - - uid: 10363 + - uid: 33392 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 39.538,23.308075 + pos: -22.5,29.5 parent: 2 - - uid: 10378 + - uid: 33393 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.291826,-27.264996 + pos: -32.5,30.5 parent: 2 - - uid: 10460 + - uid: 33394 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.509851,23.595352 + pos: -18.5,21.5 parent: 2 - - uid: 10513 + - uid: 33395 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 40.30314,60.93938 + pos: -30.5,18.5 parent: 2 - - uid: 10514 + - uid: 33396 components: - type: Transform - rot: 3.141592653589793 rad - pos: 44.91764,59.888107 + pos: -38.5,22.5 parent: 2 - - uid: 10517 + - uid: 33397 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.380463,52.79094 + pos: -43.5,29.5 parent: 2 - - uid: 10771 + - uid: 33398 components: - type: Transform - pos: -4.762504,45.900494 + pos: -37.5,33.5 parent: 2 - - uid: 10773 + - uid: 33402 components: - type: Transform - pos: -3.9656293,41.777283 + pos: -47.5,36.5 parent: 2 - - uid: 11357 + - uid: 33403 components: - type: Transform - pos: -34.797527,48.75775 + pos: -42.5,44.5 parent: 2 - - uid: 11372 + - uid: 33404 components: - type: Transform - rot: 3.141592653589793 rad - pos: 33.554882,49.324257 + pos: -52.5,27.5 parent: 2 - - uid: 11711 + - uid: 33405 components: - type: Transform - rot: 3.141592653589793 rad - pos: -63.268257,-15.147072 + pos: -47.5,21.5 parent: 2 - - uid: 12230 + - uid: 33406 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.494593,-21.216274 + pos: -51.5,13.5 parent: 2 - - uid: 13213 + - uid: 33407 components: - type: Transform - pos: 3.8222327,39.802773 + pos: -51.5,4.5 parent: 2 - - uid: 13253 + - uid: 33408 components: - type: Transform - pos: -29.743938,38.571423 + pos: -48.5,-0.5 parent: 2 - - uid: 13273 + - uid: 33409 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.292105,40.7987 + pos: -33.5,2.5 parent: 2 - - uid: 14246 + - uid: 33410 components: - type: Transform - pos: 29.828913,59.647503 + pos: -53.5,-6.5 parent: 2 - - uid: 14560 + - uid: 33411 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.327217,-2.3511703 + pos: -45.5,-5.5 parent: 2 - - uid: 24920 + - uid: 33412 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -64.443565,3.8574314 + pos: -36.5,-7.5 parent: 2 - - uid: 27259 + - uid: 33413 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.543503,23.40139 + pos: -51.5,-13.5 parent: 2 - - uid: 27478 + - uid: 33414 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -62.516083,2.3263583 + pos: -45.5,-24.5 parent: 2 - - uid: 27498 + - uid: 33415 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.4633,25.627357 + pos: -41.5,-31.5 parent: 2 - - uid: 31261 + - uid: 33416 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.2228699,11.924805 - parent: 30892 - - uid: 31262 + pos: -38.5,-35.5 + parent: 2 + - uid: 33417 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.25412,11.90918 - parent: 30892 - - uid: 31263 + pos: -43.5,-41.5 + parent: 2 + - uid: 33418 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.300995,11.893555 - parent: 30892 - - uid: 33938 + pos: -51.5,-44.5 + parent: 2 + - uid: 33419 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.397663,-20.519001 + pos: -51.5,-34.5 parent: 2 - - uid: 34240 + - uid: 33420 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -68.732544,-2.0109925 + pos: -39.5,-47.5 parent: 2 - - uid: 34344 + - uid: 33421 components: - type: Transform - pos: 46.243824,-21.207546 + pos: -27.5,-46.5 parent: 2 - - uid: 35147 + - uid: 33422 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.32403,50.66601 + pos: -18.5,-48.5 parent: 2 - - uid: 35447 + - uid: 33423 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 57.559685,31.241905 + pos: -11.5,-42.5 parent: 2 - - uid: 35448 + - uid: 33424 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 57.54406,27.960655 + pos: -11.5,-37.5 parent: 2 - - uid: 35688 + - uid: 33425 components: - type: Transform - rot: 3.141592653589793 rad - pos: -87.84814,77.72556 + pos: -11.5,-35.5 parent: 2 -- proto: LampBanana - entities: - - uid: 6199 + - uid: 33426 components: - type: Transform - pos: -31.470825,55.72088 + pos: -2.5,-38.5 parent: 2 - - uid: 7093 + - uid: 33427 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.58692,2.7802465 + pos: -5.5,-30.5 parent: 2 -- proto: LampGold - entities: - - uid: 7091 + - uid: 33428 components: - type: Transform - pos: 29.446297,6.8739967 + pos: 6.5,-28.5 parent: 2 - - uid: 9049 + - uid: 33430 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.27703,-56.174774 + pos: 0.5,-44.5 parent: 2 - - uid: 9512 + - uid: 33431 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 22.641327,-59.341587 + pos: 5.5,-45.5 parent: 2 - - uid: 9833 + - uid: 33432 components: - type: Transform - pos: 14.601498,42.675472 + pos: 27.5,-43.5 parent: 2 - - uid: 9890 + - uid: 33433 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.554623,42.894222 + pos: 14.5,-50.5 parent: 2 - - uid: 9907 + - uid: 33434 components: - type: Transform - pos: 16.476498,42.612972 + pos: 21.5,-43.5 parent: 2 - - uid: 13270 + - uid: 33435 components: - type: Transform - pos: 16.458784,47.947136 + pos: 33.5,-39.5 parent: 2 - - uid: 14218 + - uid: 33436 components: - type: Transform - pos: -11.522598,-67.25806 + pos: 29.5,-36.5 parent: 2 -- proto: LampInterrogator - entities: - - uid: 12884 + - uid: 33437 components: - type: Transform - pos: 42.676193,12.787292 + pos: 41.5,-34.5 parent: 2 -- proto: Lantern - entities: - - uid: 7164 + - uid: 33438 components: - type: Transform - pos: 62.496574,-14.236179 + pos: 46.5,-35.5 parent: 2 - - uid: 7168 + - uid: 33439 components: - type: Transform - pos: 62.5122,-16.220554 + pos: 47.5,-22.5 parent: 2 -- proto: LargeBeaker - entities: - - uid: 5254 + - uid: 33440 components: - type: Transform - pos: -38.164978,-24.202707 + pos: 53.5,-15.5 parent: 2 - - uid: 5342 + - uid: 33441 components: - type: Transform - pos: -39.844845,-17.339308 + pos: 60.5,-13.5 parent: 2 - - uid: 5343 + - uid: 33442 components: - type: Transform - pos: -39.257774,-17.431038 + pos: 69.5,2.5 parent: 2 - - uid: 7038 + - uid: 33443 components: - type: Transform - pos: 34.269188,0.48341465 + pos: 64.5,6.5 parent: 2 - - uid: 34038 + - uid: 33444 components: - type: Transform - pos: -61.526573,-12.608098 + pos: 59.5,6.5 parent: 2 -- proto: LeavesCannabisDried - entities: - - uid: 1382 + - uid: 33445 components: - type: Transform - rot: 3.141592653589793 rad - pos: 68.659706,-29.940878 + pos: 48.5,38.5 parent: 2 -- proto: LeftArmBorgEngineer - entities: - - uid: 13010 + - uid: 33446 components: - type: Transform - pos: 15.400686,21.878305 + pos: 13.5,46.5 parent: 2 -- proto: LeftArmSkeleton - entities: - - uid: 11276 + - uid: 33447 components: - type: Transform - parent: 10959 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: LeftLegSkeleton - entities: - - uid: 11275 + pos: 1.5,45.5 + parent: 2 + - uid: 34607 components: - type: Transform - parent: 10959 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: LightBulb - entities: - - uid: 36437 + pos: 9.5,6.5 + parent: 30892 + - uid: 34645 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -64.234314,83.235634 - parent: 2 -- proto: LightBulbBroken - entities: - - uid: 12979 + pos: 11.5,4.5 + parent: 30892 + - uid: 34657 components: - type: Transform - pos: 34.92618,14.289656 - parent: 2 - - uid: 12980 + pos: 3.5,4.5 + parent: 30892 + - uid: 34661 components: - type: Transform - pos: 38.635296,6.225562 - parent: 2 - - uid: 12981 + pos: 7.5,4.5 + parent: 30892 + - uid: 34663 components: - type: Transform - pos: 49.46638,8.319312 - parent: 2 - - uid: 12982 + pos: 3.5,7.5 + parent: 30892 + - uid: 34664 components: - type: Transform - pos: 45.43513,11.397437 - parent: 2 - - uid: 12984 + pos: 7.5,1.5 + parent: 30892 + - uid: 34665 components: - type: Transform - pos: 19.17321,14.956638 - parent: 2 - - uid: 12985 + pos: 1.5,2.5 + parent: 30892 + - uid: 35056 components: - type: Transform - pos: 15.079397,22.631187 + pos: 69.5,29.5 parent: 2 - - uid: 12986 + - uid: 35587 components: - type: Transform - pos: 18.360647,27.099937 + pos: 33.5,-16.5 parent: 2 - - uid: 12987 + - uid: 35588 components: - type: Transform - pos: 12.141897,29.474937 + pos: 28.5,-10.5 parent: 2 - - uid: 13757 + - uid: 35589 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.50985,-51.269714 + pos: 28.5,-14.5 parent: 2 - - uid: 36447 + - uid: 35590 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -64.5028,77.65472 + pos: 37.5,-11.5 parent: 2 -- proto: Lighter - entities: - - uid: 8204 + - uid: 35591 components: - type: Transform - pos: -48.086056,35.45698 + pos: 43.5,-15.5 parent: 2 - - uid: 8505 + - uid: 35592 components: - type: Transform - pos: 4.8030424,33.41892 + pos: 46.5,-10.5 parent: 2 - - uid: 8980 + - uid: 36318 components: - type: Transform - pos: 37.7584,-46.579777 + pos: 25.5,-1.5 parent: 2 - - uid: 8981 + - uid: 36319 components: - type: Transform - pos: 37.9459,-46.361027 + pos: 10.5,18.5 parent: 2 - - uid: 10500 + - uid: 36320 components: - type: Transform - pos: 41.74639,51.638268 + pos: 12.5,15.5 parent: 2 - - uid: 11351 + - uid: 36321 components: - type: Transform - pos: 31.071526,48.6184 + pos: 19.5,11.5 parent: 2 - - uid: 12332 + - uid: 36322 components: - type: Transform - pos: -53.69713,15.402049 + pos: 25.5,-2.5 parent: 2 - - uid: 13972 + - uid: 36324 components: - type: Transform - pos: -28.021059,0.6795559 + pos: 24.5,-2.5 parent: 2 - - uid: 27699 + - uid: 36325 components: - type: Transform - pos: 72.29677,-13.585956 + pos: 19.5,-7.5 parent: 2 - - uid: 35045 + - uid: 36326 components: - type: Transform - pos: 71.26082,28.37751 + pos: 0.5,-9.5 parent: 2 -- proto: LightReplacer - entities: - - uid: 7456 + - uid: 36327 components: - type: Transform - pos: -42.297413,12.621227 + pos: -16.5,-9.5 parent: 2 -- proto: LightTube - entities: - - uid: 31844 + - uid: 36333 components: - type: Transform - pos: 61.889652,-29.935112 + pos: -39.5,1.5 parent: 2 -- proto: LightTubeBroken - entities: - - uid: 11506 + - uid: 36426 components: - type: Transform - pos: 68.55745,-25.580296 + rot: 3.141592653589793 rad + pos: 40.5,-21.5 parent: 2 - - uid: 12893 + - uid: 36427 components: - type: Transform - pos: 46.646664,15.590828 + rot: 3.141592653589793 rad + pos: 40.5,-21.5 parent: 2 - - uid: 12968 + - uid: 36428 components: - type: Transform - pos: 16.037169,17.516422 + rot: 3.141592653589793 rad + pos: 41.5,-22.5 parent: 2 - - uid: 12969 + - uid: 36855 components: - type: Transform - pos: 25.700079,13.496366 + pos: 52.5,8.5 parent: 2 - - uid: 12970 + - uid: 36876 components: - type: Transform - pos: 29.168375,8.532779 + pos: 14.5,-4.5 parent: 2 - - uid: 12971 + - uid: 36881 components: - type: Transform - pos: 35.17853,8.360904 + pos: -17.5,-5.5 parent: 2 - - uid: 12972 + - uid: 36882 components: - type: Transform - pos: 30.694157,14.329654 + pos: -20.5,3.5 parent: 2 - - uid: 12973 + - uid: 39705 components: - type: Transform - pos: 40.05484,6.6211166 - parent: 2 - - uid: 12974 + pos: 8.5,-10.5 + parent: 36907 + - uid: 39706 components: - type: Transform - pos: 45.841557,8.356268 - parent: 2 - - uid: 12975 + pos: 11.5,-7.5 + parent: 36907 + - uid: 39707 components: - type: Transform - pos: 42.185307,11.778143 - parent: 2 - - uid: 12976 + pos: 11.5,1.5 + parent: 36907 + - uid: 39708 components: - type: Transform - pos: 48.346752,12.012131 - parent: 2 - - uid: 12978 + pos: 14.5,-4.5 + parent: 36907 + - uid: 39709 components: - type: Transform - pos: 43.799877,17.340256 - parent: 2 - - uid: 31848 + pos: 24.5,-8.5 + parent: 36907 + - uid: 39710 components: - type: Transform - rot: 3.141592653589793 rad - pos: 59.23409,-32.81367 - parent: 2 -- proto: LockerAtmosphericsFilledHardsuit - entities: - - uid: 8152 + pos: 21.5,-0.5 + parent: 36907 + - uid: 39711 components: - type: Transform - pos: -54.5,32.5 - parent: 2 - - uid: 8153 + pos: 16.5,2.5 + parent: 36907 + - uid: 39712 components: - type: Transform - pos: -53.5,32.5 - parent: 2 - - uid: 8154 + pos: 21.5,-4.5 + parent: 36907 + - uid: 39713 components: - type: Transform - pos: -52.5,32.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 -- proto: LockerBooze - entities: - - uid: 13156 + pos: 25.5,-1.5 + parent: 36907 + - uid: 39714 components: - - type: MetaData - desc: Всякие шляпки. - name: гардероб - type: Transform - pos: 7.5,41.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14972 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: Lock - locked: False - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 13157 - - 13158 - - 13159 - - 13160 - - 13161 - - 13162 - - 13163 - - 13164 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: LockerBoozeFilled - entities: - - uid: 784 + pos: 26.5,2.5 + parent: 36907 + - uid: 39715 components: - type: Transform - pos: 8.5,69.5 - parent: 2 -- proto: LockerBotanistFilled - entities: - - uid: 8386 + pos: 27.5,-3.5 + parent: 36907 + - uid: 39716 components: - type: Transform - pos: -12.5,68.5 - parent: 2 - - uid: 8388 + pos: 39.5,5.5 + parent: 36907 + - uid: 43111 components: - type: Transform - pos: -13.5,68.5 + pos: 79.5,38.5 parent: 2 - - uid: 13359 + - uid: 43130 components: - type: Transform - pos: -14.5,68.5 + pos: 77.5,36.5 parent: 2 -- proto: LockerCaptainFilledHardsuit - entities: - - uid: 6120 + - uid: 43131 components: - type: Transform - pos: 11.5,-36.5 + pos: 78.5,40.5 parent: 2 -- proto: LockerChemistryFilled - entities: - - uid: 6796 + - uid: 43132 components: - type: Transform - pos: 22.5,-30.5 + pos: 79.5,42.5 parent: 2 - - uid: 6797 + - uid: 43133 components: - type: Transform - pos: 23.5,-30.5 + pos: 78.5,43.5 parent: 2 -- proto: LockerChiefEngineerFilled +- proto: RandomVending entities: - - uid: 8097 + - uid: 9363 components: - type: Transform - pos: -17.5,18.5 + pos: -49.5,-9.5 parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 -- proto: LockerChiefMedicalOfficerFilled - entities: - - uid: 6738 + - uid: 15828 components: - type: Transform - pos: 16.5,-20.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 -- proto: LockerDetective - entities: - - uid: 14544 + pos: 7.5,1.5 + parent: 14592 + - uid: 15829 components: - type: Transform - pos: -38.5,-2.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: - - 14545 - - 14546 - - 14547 - - 14548 - - 14549 - - 14550 - - 14551 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: LockerDetectiveFilled - entities: - - uid: 10267 + pos: 10.5,1.5 + parent: 14592 + - uid: 36125 components: - type: Transform - pos: 43.5,22.5 + pos: -81.5,56.5 parent: 2 -- proto: LockerElectricalSuppliesFilled - entities: - - uid: 565 + - uid: 39717 components: - type: Transform - pos: -28.5,36.5 - parent: 2 - - uid: 7347 + rot: 3.141592653589793 rad + pos: 13.5,1.5 + parent: 36907 + - uid: 39718 components: - type: Transform - pos: -37.5,10.5 - parent: 2 - - uid: 12949 + rot: 3.141592653589793 rad + pos: 14.5,1.5 + parent: 36907 + - uid: 39719 components: - type: Transform - pos: 31.5,13.5 - parent: 2 - - uid: 34191 + rot: 3.141592653589793 rad + pos: 18.5,1.5 + parent: 36907 + - uid: 39720 components: - type: Transform - pos: -85.5,58.5 - parent: 2 -- proto: LockerEngineerFilledHardsuit + rot: 3.141592653589793 rad + pos: 19.5,1.5 + parent: 36907 +- proto: RandomVendingDrinks entities: - - uid: 587 + - uid: 2180 components: - type: Transform - pos: -45.5,13.5 + pos: -16.5,-47.5 parent: 2 - - uid: 593 + - uid: 2337 components: - type: Transform - pos: -45.5,12.5 + pos: 6.5,-49.5 parent: 2 - - uid: 7260 + - uid: 4735 components: - type: Transform - pos: -45.5,18.5 + pos: -27.5,-2.5 parent: 2 - - uid: 7262 + - uid: 5052 components: - type: Transform - pos: -44.5,18.5 + pos: -15.5,-22.5 parent: 2 - - uid: 7263 + - uid: 5537 components: - type: Transform - pos: -43.5,18.5 + pos: -58.5,-33.5 parent: 2 - - uid: 7265 + - uid: 6053 components: - type: Transform - pos: -42.5,18.5 + pos: 70.5,-7.5 parent: 2 - - uid: 7272 + - uid: 7987 components: - type: Transform - pos: -45.5,14.5 + pos: -36.5,26.5 parent: 2 - - uid: 7388 + - uid: 9008 components: - type: Transform - pos: -45.5,11.5 + pos: 22.5,-52.5 parent: 2 - - uid: 7400 + - uid: 9939 components: - type: Transform - pos: -45.5,10.5 + pos: 12.5,69.5 parent: 2 -- proto: LockerEvidence - entities: - - uid: 7013 + - uid: 10600 components: - type: Transform - pos: 51.5,47.5 + pos: 62.5,2.5 parent: 2 - - uid: 11572 + - uid: 10718 components: - type: Transform - pos: 38.5,16.5 + pos: 11.5,-82.5 parent: 2 - - uid: 11579 + - uid: 11500 components: - type: Transform - pos: 37.5,16.5 + pos: 63.5,-20.5 parent: 2 - - uid: 11580 + - uid: 11641 components: - type: Transform - pos: 39.5,16.5 + pos: -21.5,29.5 parent: 2 - - uid: 12431 + - uid: 11809 components: - type: Transform - pos: 48.5,47.5 + pos: 43.5,-46.5 parent: 2 - - uid: 12433 + - uid: 11892 components: - type: Transform - pos: 53.5,39.5 + pos: 65.5,23.5 parent: 2 - - uid: 12434 + - uid: 11893 components: - type: Transform - pos: 52.5,45.5 + pos: 65.5,22.5 parent: 2 - - uid: 12435 + - uid: 13724 components: - type: Transform - pos: 53.5,42.5 + pos: -28.5,-51.5 parent: 2 - - uid: 13560 + - uid: 14213 components: - type: Transform - pos: 60.5,7.5 + pos: -48.5,-1.5 parent: 2 - - uid: 14831 + - uid: 14437 components: - type: Transform - pos: 7.5,-8.5 - parent: 14592 - - uid: 14890 + pos: -34.5,53.5 + parent: 2 + - uid: 15327 components: - type: Transform - pos: 7.5,-9.5 + pos: -0.5,-0.5 parent: 14592 - - uid: 14891 + - uid: 15713 components: - type: Transform - pos: 7.5,-7.5 + pos: -1.5,-4.5 parent: 14592 - - uid: 35154 + - uid: 26617 components: - type: Transform - pos: 53.5,36.5 + pos: -53.5,8.5 parent: 2 -- proto: LockerFreezer - entities: - - uid: 1252 + - uid: 26825 components: - type: Transform - pos: 4.5,-42.5 + pos: 47.5,21.5 parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14957 - moles: - - 1.734816 - - 6.5262127 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 1287 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 1329 + - uid: 30845 components: - type: Transform - pos: -5.5,69.5 + pos: -47.5,15.5 parent: 2 - - uid: 1764 + - uid: 30955 components: - type: Transform - pos: -57.5,-17.5 + pos: 2.5,-6.5 parent: 2 -- proto: LockerFreezerBase - entities: - - uid: 9903 + - uid: 31314 components: - type: Transform - pos: 15.5,69.5 - parent: 2 - - type: Lock - locked: False - - 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: - - 9972 - - 9971 - - 9970 - - 9956 - - 9955 - - 9954 - - 9953 - - 9948 - - 9947 - - 9888 - - 9863 - - 9789 - - 9786 - - 9973 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: LockerHeadOfPersonnel - entities: - - uid: 1777 + pos: 4.5,5.5 + parent: 30892 + - uid: 32231 components: - type: Transform - pos: 56.5,-4.5 + pos: 31.5,37.5 parent: 2 -- proto: LockerHeadOfPersonnelFilled - entities: - - uid: 5607 + - uid: 34340 components: - type: Transform - pos: -7.5,-41.5 + pos: 46.5,-22.5 parent: 2 -- proto: LockerHeadOfSecurityFilled - entities: - - uid: 10504 + - uid: 35151 components: - type: Transform - pos: 42.5,59.5 + pos: 63.5,45.5 parent: 2 -- proto: LockerMedical - entities: - - uid: 596 + - uid: 35201 components: - - type: MetaData - name: шкаф психолога - type: Transform - pos: 39.5,-46.5 + pos: 55.5,35.5 parent: 2 -- proto: LockerMedicalFilled + - uid: 39721 + components: + - type: Transform + pos: 15.5,-0.5 + parent: 36907 +- proto: RandomVendingSnacks entities: - - uid: 6619 + - uid: 2106 components: - type: Transform - pos: 12.5,-27.5 + pos: 5.5,-49.5 parent: 2 - - uid: 6620 + - uid: 2113 components: - type: Transform - pos: 12.5,-26.5 + pos: -15.5,-47.5 parent: 2 - - uid: 6621 + - uid: 2554 components: - type: Transform - pos: 12.5,-25.5 + pos: -49.5,-1.5 parent: 2 -- proto: LockerMedicineFilled - entities: - - uid: 6708 + - uid: 4696 components: - type: Transform - pos: 21.5,-26.5 + pos: -27.5,2.5 parent: 2 - - uid: 6710 + - uid: 5051 components: - type: Transform - pos: 38.5,-30.5 + pos: -16.5,-22.5 parent: 2 -- proto: LockerParamedicFilled - entities: - - uid: 6864 + - uid: 5536 components: - type: Transform - pos: 25.5,-12.5 + pos: -57.5,-33.5 parent: 2 -- proto: LockerQuarterMasterFilled - entities: - - uid: 5488 + - uid: 7986 components: - type: Transform - pos: -39.5,-55.5 + pos: -37.5,26.5 parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 -- proto: LockerResearchDirectorFilledHardsuit - entities: - - uid: 4915 + - uid: 9007 components: - type: Transform - pos: -16.5,-16.5 + pos: 22.5,-51.5 parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 -- proto: LockerSalvageSpecialistFilledHardsuit - entities: - - uid: 5441 + - uid: 9371 components: - type: Transform - pos: -42.5,-48.5 + pos: -49.5,-10.5 parent: 2 - - uid: 5442 + - uid: 9940 components: - type: Transform - pos: -42.5,-49.5 + pos: 13.5,69.5 parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 5443 + - uid: 10280 components: - type: Transform - pos: -42.5,-50.5 + pos: 32.5,62.5 parent: 2 - - uid: 5444 + - uid: 10599 components: - type: Transform - pos: -42.5,-51.5 + pos: 62.5,3.5 parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 -- proto: LockerScienceFilled - entities: - - uid: 10382 + - uid: 10722 components: - type: Transform - pos: -31.5,-21.5 + pos: -10.5,-82.5 parent: 2 - - uid: 10383 + - uid: 11501 components: - type: Transform - pos: -31.5,-22.5 + pos: 63.5,-22.5 parent: 2 - - uid: 10384 + - uid: 11824 components: - type: Transform - pos: -31.5,-23.5 + pos: 43.5,-47.5 parent: 2 -- proto: LockerSecurityFilled - entities: - - uid: 10032 + - uid: 11894 components: - type: Transform - pos: 32.5,57.5 + pos: 65.5,21.5 parent: 2 - - uid: 10136 + - uid: 12698 components: - type: Transform - pos: 32.5,59.5 + pos: 69.5,-7.5 parent: 2 - - uid: 10143 + - uid: 12747 components: - type: Transform - pos: 32.5,58.5 + pos: -21.5,28.5 parent: 2 - - uid: 10144 + - uid: 13373 components: - type: Transform - pos: 34.5,16.5 + pos: -33.5,53.5 parent: 2 - - uid: 10159 + - uid: 15323 components: - type: Transform - pos: 33.5,20.5 - parent: 2 - - uid: 10160 + pos: -1.5,-0.5 + parent: 14592 + - uid: 15712 components: - type: Transform - pos: 35.5,20.5 + pos: -2.5,-4.5 + parent: 14592 + - uid: 26824 + components: + - type: Transform + pos: 50.5,12.5 parent: 2 - - uid: 10167 + - uid: 30775 components: - type: Transform - pos: -2.5,47.5 + pos: -19.5,29.5 parent: 2 - - uid: 10171 + - uid: 30846 components: - type: Transform - pos: 34.5,20.5 + pos: -47.5,14.5 parent: 2 - - uid: 10173 + - uid: 30891 components: - type: Transform - pos: 33.5,16.5 + pos: -1.5,-6.5 parent: 2 - - uid: 10174 + - uid: 31313 components: - type: Transform - pos: 32.5,56.5 + pos: 5.5,5.5 + parent: 30892 + - uid: 32230 + components: + - type: Transform + pos: 30.5,37.5 parent: 2 - - uid: 10176 + - uid: 34339 components: - type: Transform - pos: 35.5,16.5 + pos: 46.5,-23.5 parent: 2 - - uid: 10748 + - uid: 35200 components: - type: Transform - pos: -5.5,-57.5 + pos: 63.5,44.5 parent: 2 - - uid: 13561 + - uid: 35202 components: - type: Transform - pos: 59.5,7.5 + pos: 56.5,35.5 parent: 2 -- proto: LockerWallMedical + - uid: 39722 + components: + - type: Transform + pos: 16.5,-0.5 + parent: 36907 +- proto: RCD entities: - - uid: 8923 + - uid: 8117 components: - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-45.5 + pos: -15.539331,18.62481 parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - 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: - - 8926 - - 11264 -- proto: LockerWallMedicalDoctorFilled +- proto: RCDAmmo entities: - - uid: 6677 + - uid: 8118 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-27.5 + pos: -15.726831,18.296684 parent: 2 -- proto: LockerWallMedicalFilled - entities: - - uid: 31567 + - uid: 8119 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,52.5 + pos: -15.554956,18.21856 parent: 2 -- proto: LockerWardenFilled - entities: - - uid: 10086 + - uid: 8120 components: - type: Transform - pos: 35.5,22.5 + pos: -15.367456,18.15606 parent: 2 -- proto: LockerWeldingSuppliesFilled +- proto: ReagentContainerFlour entities: - - uid: 355 + - uid: 13434 components: - type: Transform - pos: -29.5,36.5 + pos: -8.612995,64.74953 parent: 2 - - uid: 563 + - uid: 13435 components: - type: Transform - pos: -27.5,24.5 + pos: -9.81612,56.562023 parent: 2 - - uid: 11617 +- proto: ReagentContainerSugar + entities: + - uid: 13522 components: - type: Transform - pos: 37.5,-55.5 + pos: -8.258087,58.54723 parent: 2 - - uid: 12948 +- proto: ReagentGrinderMachineCircuitboard + entities: + - uid: 7885 components: - type: Transform - pos: 31.5,14.5 + pos: -42.471035,5.615101 parent: 2 - - uid: 12950 +- proto: Recycler + entities: + - uid: 11688 components: - type: Transform - pos: 46.5,14.5 + rot: 3.141592653589793 rad + pos: -66.5,-14.5 parent: 2 - - uid: 13366 +- proto: RegenerativeMesh + entities: + - uid: 6655 components: - type: Transform - pos: -58.5,13.5 + pos: 16.435413,-27.252932 parent: 2 - - uid: 17609 + - uid: 6656 components: - type: Transform - pos: 58.5,-41.5 + pos: 16.20711,-27.367085 parent: 2 - - uid: 34180 + - uid: 9665 components: - type: Transform - pos: -88.5,61.5 + pos: -2.0605571,28.649595 parent: 2 -- proto: MachineAnomalyGenerator - entities: - - uid: 5025 + - uid: 9666 components: - type: Transform - pos: -12.5,-28.5 + pos: -2.2949321,28.44647 parent: 2 -- proto: MachineAnomalyVessel +- proto: ReinforcedGirder entities: - - uid: 5111 + - uid: 1090 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,-31.5 + pos: -35.5,-13.5 parent: 2 -- proto: MachineAPE +- proto: ReinforcedPlasmaWindow entities: - - uid: 5030 + - uid: 998 components: - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-31.5 + pos: -55.5,40.5 parent: 2 -- proto: MachineArtifactAnalyzer - entities: - - uid: 5015 + - uid: 999 components: - type: Transform - pos: -32.5,-16.5 + pos: -55.5,42.5 parent: 2 - - uid: 5016 + - uid: 1012 components: - type: Transform - pos: -27.5,-21.5 + pos: -55.5,46.5 parent: 2 -- proto: MachineFrame - entities: - - uid: 4242 + - uid: 1018 components: - type: Transform - pos: -32.5,17.5 + pos: -55.5,44.5 parent: 2 - - uid: 4922 + - uid: 5897 components: - type: Transform - pos: 7.5,9.5 + pos: -55.5,48.5 parent: 2 - - uid: 5002 + - uid: 33900 components: - type: Transform - pos: 7.5,3.5 + pos: -53.5,-22.5 parent: 2 - - uid: 5026 + - uid: 33901 components: - type: Transform - pos: -6.5,3.5 + pos: -53.5,-21.5 parent: 2 - - uid: 5069 + - uid: 33902 components: - type: Transform - pos: -41.5,-25.5 + pos: -53.5,-20.5 parent: 2 - - uid: 5124 +- proto: ReinforcedShiv + entities: + - uid: 11544 components: - type: Transform - pos: -32.5,14.5 + rot: -1.5707963267948966 rad + pos: 56.52988,-32.354298 parent: 2 - - uid: 5125 + - uid: 43056 components: - type: Transform - pos: -30.5,14.5 + rot: 3.141592653589793 rad + pos: 13.68726,31.8063 parent: 2 - - uid: 5129 +- proto: ReinforcedUraniumWindow + entities: + - uid: 458 components: - type: Transform - pos: -30.5,17.5 + rot: 3.141592653589793 rad + pos: 7.5,5.5 parent: 2 - - uid: 8827 + - uid: 982 components: - type: Transform rot: 3.141592653589793 rad - pos: 44.5,-20.5 + pos: 7.5,6.5 parent: 2 - - uid: 11002 + - uid: 983 components: - type: Transform - pos: 61.5,-34.5 + rot: 3.141592653589793 rad + pos: 7.5,7.5 parent: 2 - - uid: 35680 + - uid: 996 components: - type: Transform rot: 3.141592653589793 rad - pos: -81.5,85.5 + pos: -6.5,6.5 parent: 2 - - uid: 36829 + - uid: 997 components: - type: Transform - pos: 0.5,15.5 + rot: 3.141592653589793 rad + pos: -6.5,5.5 parent: 2 - - uid: 36832 + - uid: 1003 components: - type: Transform - pos: -0.5,15.5 + rot: 3.141592653589793 rad + pos: -6.5,7.5 parent: 2 - - uid: 36833 + - uid: 5560 components: - type: Transform - pos: 0.5,17.5 + rot: 3.141592653589793 rad + pos: 0.5,-2.5 parent: 2 - - uid: 36834 + - uid: 6000 components: - type: Transform - pos: 0.5,16.5 + rot: 3.141592653589793 rad + pos: 1.5,-2.5 parent: 2 - - uid: 36836 + - uid: 7825 components: - type: Transform - pos: 1.5,15.5 + rot: 3.141592653589793 rad + pos: -0.5,-2.5 parent: 2 - - uid: 36837 + - uid: 13127 components: - type: Transform - pos: 0.5,18.5 + rot: 3.141592653589793 rad + pos: 1.5,-0.5 parent: 2 -- proto: MachineFrameDestroyed + - uid: 13176 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-0.5 + parent: 2 + - uid: 13308 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-0.5 + parent: 2 +- proto: ReinforcedWindow entities: - - uid: 13003 + - uid: 61 components: - type: Transform - pos: 13.5,29.5 + pos: -86.5,82.5 parent: 2 - - uid: 14043 + - uid: 65 components: - type: Transform - pos: -33.5,-45.5 + rot: 3.141592653589793 rad + pos: -4.5,-7.5 parent: 2 - - uid: 24125 + - uid: 68 components: - type: Transform - pos: -68.5,77.5 + rot: 3.141592653589793 rad + pos: -3.5,-7.5 parent: 2 -- proto: MagazinePistol - entities: - - uid: 2844 + - uid: 69 components: - type: Transform - pos: 42.857864,32.470932 + rot: 3.141592653589793 rad + pos: -2.5,-7.5 parent: 2 - - uid: 2870 + - uid: 70 components: - type: Transform - pos: 42.295364,32.486557 + rot: 3.141592653589793 rad + pos: -0.5,-8.5 parent: 2 - - uid: 3127 + - uid: 84 components: - type: Transform - pos: 42.59224,32.486557 + rot: 3.141592653589793 rad + pos: 3.5,-7.5 parent: 2 -- proto: MagazinePistolHighCapacity - entities: - - uid: 15346 + - uid: 85 components: - type: Transform - pos: -5.506897,14.331968 - parent: 14592 - - uid: 15854 + rot: 3.141592653589793 rad + pos: 4.5,-7.5 + parent: 2 + - uid: 86 components: - type: Transform - pos: 7.357971,3.5853138 - parent: 14592 - - uid: 15855 + rot: 3.141592653589793 rad + pos: 1.5,-8.5 + parent: 2 + - uid: 117 components: - type: Transform - pos: 7.592346,3.5696888 - parent: 14592 - - uid: 15856 + pos: -14.5,13.5 + parent: 2 + - uid: 119 components: - type: Transform - pos: 7.311096,3.5071888 - parent: 14592 - - uid: 15857 + pos: -13.5,13.5 + parent: 2 + - uid: 120 components: - type: Transform - pos: 7.561096,3.5071888 - parent: 14592 - - uid: 15858 + pos: -15.5,13.5 + parent: 2 + - uid: 128 components: - type: Transform - pos: 7.326721,3.4759388 - parent: 14592 - - uid: 15859 + pos: -12.5,14.5 + parent: 2 + - uid: 129 components: - type: Transform - pos: 7.592346,3.4603138 - parent: 14592 -- proto: MagazinePistolRubber - entities: - - uid: 2860 + pos: -12.5,15.5 + parent: 2 + - uid: 130 components: - type: Transform - pos: 45.576614,33.424057 + pos: -12.5,16.5 parent: 2 - - uid: 2868 + - uid: 156 components: - type: Transform - pos: 45.295364,33.470932 + pos: 8.5,28.5 parent: 2 - - uid: 3185 + - uid: 157 components: - type: Transform - pos: 45.764114,33.424057 + pos: 7.5,28.5 parent: 2 -- proto: MagazinePistolSubMachineGun - entities: - - uid: 6320 + - uid: 158 components: - type: Transform - pos: 49.733242,30.61518 + pos: 9.5,28.5 parent: 2 - - uid: 6339 + - uid: 170 components: - type: Transform - pos: 49.561367,30.412054 + pos: -10.5,24.5 parent: 2 -- proto: MagazinePistolSubMachineGunRubber - entities: - - uid: 6381 + - uid: 171 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 49.516857,33.648056 + pos: -10.5,25.5 parent: 2 - - uid: 6383 + - uid: 172 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 49.657482,33.47618 + pos: -10.5,26.5 parent: 2 -- proto: MagazinePistolSubMachineGunTopMounted - entities: - - uid: 1881 + - uid: 356 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.797752,53.533726 + pos: -33.5,32.5 parent: 2 - - uid: 15860 + - uid: 357 components: - type: Transform - pos: 7.311096,5.757189 - parent: 14592 - - uid: 15862 + pos: -30.5,32.5 + parent: 2 + - uid: 358 components: - type: Transform - pos: 7.576721,5.725939 - parent: 14592 -- proto: MagazineRifle - entities: - - uid: 6334 + pos: -33.5,28.5 + parent: 2 + - uid: 359 components: - type: Transform - pos: 48.201992,30.61518 + pos: -30.5,28.5 parent: 2 - - uid: 6335 + - uid: 360 components: - type: Transform - pos: 48.47548,30.432487 + pos: -39.5,19.5 parent: 2 -- proto: MagazineRifleRubber - entities: - - uid: 3195 + - uid: 361 components: - type: Transform - pos: 48.78798,30.479362 + pos: -37.5,19.5 parent: 2 -- proto: MagazineShotgunIncendiary - entities: - - uid: 3460 + - uid: 362 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 45.575886,31.28935 + pos: -33.5,19.5 parent: 2 -- proto: MagicDiceBag - entities: - - uid: 13543 + - uid: 363 components: - type: Transform - pos: 1.5502031,59.72246 + pos: -32.5,19.5 parent: 2 -- proto: MailingUnit - entities: - - uid: 12683 + - uid: 364 components: - type: Transform - pos: -12.5,55.5 + pos: -31.5,19.5 parent: 2 - - type: MailingUnit - tag: hydroponics - - uid: 12733 + - uid: 365 components: - type: Transform - pos: 12.5,-24.5 + pos: -30.5,19.5 parent: 2 - - type: MailingUnit - tag: medical department - - uid: 13510 + - uid: 366 components: - type: Transform - pos: 2.5,-32.5 + pos: -29.5,19.5 parent: 2 - - type: MailingUnit - tag: bridge - - uid: 25164 + - uid: 386 components: - type: Transform - pos: -27.5,22.5 + pos: -27.5,40.5 parent: 2 - - type: MailingUnit - tag: engineering department - - uid: 25176 + - uid: 387 components: - type: Transform - pos: -43.5,45.5 + pos: -25.5,40.5 parent: 2 - - type: MailingUnit - tag: atmos - - uid: 25178 + - uid: 477 components: - type: Transform - pos: -2.5,42.5 + pos: -19.5,6.5 parent: 2 - - type: MailingUnit - tag: lawyer office - - uid: 25179 + - uid: 478 components: - type: Transform - pos: 12.5,44.5 + pos: -19.5,5.5 parent: 2 - - type: MailingUnit - tag: library - - uid: 25180 + - uid: 479 components: - type: Transform - pos: 31.5,40.5 + pos: -19.5,4.5 parent: 2 - - type: MailingUnit - tag: brig - - uid: 25181 + - uid: 480 components: - type: Transform - pos: -29.5,-33.5 + pos: -19.5,3.5 parent: 2 - - type: MailingUnit - tag: RND - - uid: 25182 + - uid: 481 components: - type: Transform - pos: -36.5,-47.5 + pos: -19.5,2.5 parent: 2 - - type: MailingUnit - tag: cargo - - uid: 25710 + - uid: 482 components: - type: Transform - pos: 55.5,13.5 + pos: -19.5,1.5 parent: 2 - - type: MailingUnit - tag: cleaners -- proto: MaintenanceFluffSpawner - entities: - - uid: 8333 + - uid: 483 components: - type: Transform - pos: -17.5,67.5 + pos: -19.5,0.5 parent: 2 - - uid: 8346 + - uid: 484 components: - type: Transform - pos: -34.5,57.5 + pos: -19.5,-0.5 parent: 2 - - uid: 8364 + - uid: 485 components: - type: Transform - pos: -41.5,54.5 + pos: -19.5,-1.5 parent: 2 - - uid: 9725 + - uid: 491 components: - type: Transform - pos: -38.5,41.5 + pos: -19.5,-7.5 parent: 2 - - uid: 10230 + - uid: 496 components: - type: Transform - pos: 43.5,17.5 + pos: -21.5,-1.5 parent: 2 - - uid: 10385 + - uid: 497 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,-46.5 + pos: -21.5,-0.5 parent: 2 - - uid: 10424 + - uid: 498 components: - type: Transform - pos: -45.5,-7.5 + pos: -21.5,0.5 parent: 2 - - uid: 10957 + - uid: 499 components: - type: Transform - pos: 22.5,-61.5 + pos: -21.5,1.5 parent: 2 - - uid: 10958 + - uid: 500 components: - type: Transform - pos: 30.5,-58.5 + pos: -21.5,2.5 parent: 2 - - uid: 13126 + - uid: 501 components: - type: Transform - pos: 16.5,36.5 + pos: -21.5,3.5 parent: 2 - - uid: 13203 + - uid: 502 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,13.5 + pos: -21.5,4.5 parent: 2 - - uid: 13274 + - uid: 503 components: - type: Transform - pos: 12.5,20.5 + pos: -21.5,5.5 parent: 2 - - uid: 13289 + - uid: 504 components: - type: Transform - pos: 46.5,9.5 + pos: -21.5,6.5 parent: 2 - - uid: 13426 + - uid: 505 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,61.5 + pos: -26.5,-2.5 parent: 2 - - uid: 13444 + - uid: 513 components: - type: Transform - pos: -20.5,56.5 + pos: -25.5,-11.5 parent: 2 - - uid: 13486 + - uid: 514 components: - type: Transform - pos: -34.5,45.5 + pos: -25.5,-13.5 parent: 2 - - uid: 14761 + - uid: 515 components: - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,-57.5 + pos: -23.5,-13.5 parent: 2 - - uid: 14762 + - uid: 516 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-62.5 + pos: -23.5,-11.5 parent: 2 - - uid: 18534 + - uid: 530 components: - type: Transform - pos: 69.5,-10.5 + pos: -26.5,-1.5 parent: 2 - - uid: 32880 + - uid: 531 components: - type: Transform - pos: -18.5,13.5 - parent: 14592 - - uid: 32881 + pos: -26.5,-0.5 + parent: 2 + - uid: 532 components: - type: Transform - pos: -19.5,15.5 - parent: 14592 - - uid: 32882 + pos: -26.5,0.5 + parent: 2 + - uid: 533 components: - type: Transform - pos: -16.5,20.5 - parent: 14592 - - uid: 34027 + pos: -26.5,1.5 + parent: 2 + - uid: 534 components: - type: Transform - pos: -58.5,0.5 + pos: -26.5,2.5 parent: 2 - - uid: 34032 + - uid: 535 components: - type: Transform - pos: -68.5,-4.5 + pos: -26.5,3.5 parent: 2 - - uid: 34295 + - uid: 663 components: - type: Transform - pos: -61.5,-26.5 + pos: -41.5,-9.5 parent: 2 - - uid: 36307 + - uid: 737 components: - type: Transform - pos: 7.5,-7.5 + pos: -49.5,30.5 parent: 2 - - uid: 42995 + - uid: 738 components: - type: Transform - pos: 14.5,14.5 + pos: -49.5,32.5 parent: 2 -- proto: MaintenancePlantSpawner - entities: - - uid: 2114 + - uid: 739 components: - type: Transform - pos: 11.5,-62.5 + pos: -47.5,34.5 parent: 2 - - uid: 2552 + - uid: 740 components: - type: Transform - pos: 31.5,-64.5 + pos: -45.5,34.5 parent: 2 - - uid: 2569 + - uid: 846 components: - type: Transform - pos: 35.5,-64.5 + pos: -49.5,52.5 parent: 2 - - uid: 2571 + - uid: 900 components: - type: Transform - pos: 41.5,-55.5 + pos: -60.5,34.5 parent: 2 - - uid: 2574 + - uid: 901 components: - type: Transform - pos: 38.5,-57.5 + pos: -60.5,35.5 parent: 2 - - uid: 8586 + - uid: 902 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,54.5 + pos: -60.5,36.5 parent: 2 - - uid: 8604 + - uid: 918 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,48.5 + pos: -59.5,27.5 parent: 2 - - uid: 9783 + - uid: 919 components: - type: Transform - pos: 22.5,-64.5 + pos: -59.5,25.5 parent: 2 - - uid: 10442 + - uid: 922 components: - type: Transform - pos: -27.5,11.5 + pos: -47.5,47.5 parent: 2 - - uid: 10879 + - uid: 926 components: - type: Transform - pos: 28.5,-59.5 + pos: -66.5,27.5 parent: 2 - - uid: 10886 + - uid: 927 components: - type: Transform - pos: 26.5,-63.5 + pos: -65.5,27.5 parent: 2 - - uid: 10891 + - uid: 928 components: - type: Transform - pos: 20.5,-63.5 + pos: -67.5,26.5 parent: 2 - - uid: 10899 + - uid: 929 components: - type: Transform - pos: 42.5,-53.5 + pos: -67.5,25.5 parent: 2 - - uid: 10901 + - uid: 930 components: - type: Transform - pos: 14.5,-58.5 + pos: -67.5,24.5 parent: 2 - - uid: 10903 + - uid: 952 components: - type: Transform - pos: 16.5,-60.5 + pos: -49.5,54.5 parent: 2 - - uid: 10950 + - uid: 954 components: - type: Transform - pos: 18.5,-65.5 + pos: -53.5,52.5 parent: 2 - - uid: 11214 + - uid: 961 components: - type: Transform - pos: 54.5,-41.5 + pos: -85.5,74.5 parent: 2 - - uid: 11240 + - uid: 963 components: - type: Transform - pos: 63.5,-26.5 + pos: -53.5,48.5 parent: 2 - - uid: 11241 + - uid: 964 components: - type: Transform - pos: 60.5,-10.5 + pos: -53.5,47.5 parent: 2 - - uid: 13137 + - uid: 965 components: - type: Transform - pos: 33.5,8.5 + pos: -53.5,46.5 parent: 2 - - uid: 13267 + - uid: 966 components: - type: Transform - pos: 40.5,6.5 + pos: -53.5,45.5 parent: 2 - - uid: 14380 + - uid: 967 components: - type: Transform - pos: -11.5,48.5 + pos: -53.5,44.5 parent: 2 - - uid: 14556 + - uid: 968 components: - type: Transform - pos: -11.5,-41.5 + pos: -53.5,43.5 parent: 2 - - uid: 14557 + - uid: 969 components: - type: Transform - pos: -11.5,-40.5 + pos: -53.5,42.5 parent: 2 - - uid: 27684 + - uid: 970 components: - type: Transform - pos: 54.5,-43.5 + pos: -53.5,41.5 parent: 2 - - uid: 32904 + - uid: 971 components: - type: Transform - pos: 10.5,10.5 - parent: 14592 - - uid: 32905 + pos: -53.5,40.5 + parent: 2 + - uid: 1016 components: - type: Transform - pos: 10.5,14.5 - parent: 14592 - - uid: 32906 + pos: -53.5,49.5 + parent: 2 + - uid: 1017 components: - type: Transform - pos: -8.5,13.5 - parent: 14592 - - uid: 32907 + pos: -53.5,50.5 + parent: 2 + - uid: 1020 components: - type: Transform - pos: -0.5,16.5 - parent: 14592 - - uid: 32908 + pos: -52.5,55.5 + parent: 2 + - uid: 1021 components: - type: Transform - pos: 3.5,14.5 - parent: 14592 - - uid: 32909 + pos: -46.5,47.5 + parent: 2 + - uid: 1023 components: - type: Transform - pos: 2.5,11.5 - parent: 14592 - - uid: 33969 + pos: -50.5,55.5 + parent: 2 + - uid: 1024 components: - type: Transform - pos: -55.5,-19.5 + pos: -51.5,55.5 parent: 2 - - uid: 34041 + - uid: 1027 components: - type: Transform - pos: -50.5,-27.5 + pos: -54.5,34.5 parent: 2 - - uid: 34042 + - uid: 1028 components: - type: Transform - pos: -47.5,-34.5 + pos: -54.5,36.5 parent: 2 - - uid: 34046 + - uid: 1031 components: - type: Transform - pos: -64.5,-23.5 + pos: -48.5,47.5 parent: 2 - - uid: 34047 + - uid: 1211 components: - type: Transform - pos: -61.5,-18.5 + pos: 38.5,32.5 parent: 2 - - uid: 34048 + - uid: 1260 components: - type: Transform - pos: -58.5,-11.5 + pos: 38.5,36.5 parent: 2 - - uid: 34049 + - uid: 1261 components: - type: Transform - pos: -63.5,-9.5 + pos: 36.5,34.5 parent: 2 - - uid: 34050 + - uid: 1326 components: - type: Transform - pos: -67.5,-6.5 + pos: -62.5,-14.5 parent: 2 - - uid: 34051 + - uid: 1327 components: - type: Transform - pos: -66.5,-4.5 + pos: -62.5,-13.5 parent: 2 - - uid: 34052 + - uid: 1328 components: - type: Transform - pos: -61.5,-1.5 + pos: -62.5,-12.5 parent: 2 - - uid: 34053 + - uid: 1392 components: - type: Transform - pos: -58.5,-4.5 + pos: -68.5,-21.5 parent: 2 - - uid: 34054 + - uid: 1393 components: - type: Transform - pos: -54.5,-11.5 + pos: -68.5,-20.5 parent: 2 - - uid: 34293 + - uid: 1394 components: - type: Transform - pos: -61.5,-28.5 + pos: -68.5,-19.5 parent: 2 -- proto: MaintenanceToolSpawner - entities: - - uid: 1858 + - uid: 1432 components: - type: Transform - pos: 65.5,10.5 + pos: -62.5,-31.5 parent: 2 - - uid: 8407 + - uid: 1433 components: - type: Transform - pos: -39.5,49.5 + pos: -62.5,-32.5 parent: 2 - - uid: 10441 + - uid: 1434 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,8.5 + pos: -62.5,-33.5 parent: 2 - - uid: 10925 + - uid: 1435 components: - type: Transform - pos: 26.5,-59.5 + pos: -62.5,-34.5 parent: 2 - - uid: 10948 + - uid: 1436 components: - type: Transform - pos: 39.5,-53.5 + pos: -61.5,-34.5 parent: 2 - - uid: 11162 + - uid: 1497 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,56.5 + pos: -54.5,-37.5 parent: 2 - - uid: 11198 + - uid: 1498 components: - type: Transform - pos: 11.5,-61.5 + pos: -54.5,-38.5 parent: 2 - - uid: 11521 + - uid: 1499 components: - type: Transform - pos: 55.5,-38.5 + pos: -54.5,-39.5 parent: 2 - - uid: 13140 + - uid: 1500 components: - type: Transform - pos: 33.5,13.5 + pos: -54.5,-40.5 parent: 2 - - uid: 13288 + - uid: 1509 components: - type: Transform - pos: 40.5,9.5 + pos: -55.5,-44.5 parent: 2 - - uid: 13422 + - uid: 1540 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,63.5 + pos: -41.5,-11.5 parent: 2 - - uid: 13806 + - uid: 1547 components: - type: Transform - pos: 56.5,9.5 + pos: -45.5,-9.5 parent: 2 - - uid: 14306 + - uid: 1558 components: - type: Transform - pos: 13.5,27.5 + pos: -40.5,-15.5 parent: 2 - - uid: 14310 + - uid: 1592 components: - type: Transform - pos: -67.5,-11.5 + pos: -15.5,-15.5 parent: 2 - - uid: 14379 + - uid: 1593 components: - type: Transform - pos: -2.5,36.5 + pos: -14.5,-15.5 parent: 2 - - uid: 14555 + - uid: 1594 components: - type: Transform - pos: -11.5,-33.5 + pos: -13.5,-15.5 parent: 2 - - uid: 15863 + - uid: 1596 components: - type: Transform - pos: 15.5,13.5 + pos: -12.5,-16.5 parent: 2 - - uid: 17781 + - uid: 1597 components: - type: Transform - pos: 70.5,-24.5 + pos: -12.5,-17.5 parent: 2 - - uid: 32706 + - uid: 1625 components: - type: Transform - pos: -23.5,21.5 - parent: 14592 - - uid: 32878 + pos: -10.5,-21.5 + parent: 2 + - uid: 1626 components: - type: Transform - pos: -34.5,6.5 - parent: 14592 - - uid: 32879 + pos: -9.5,-21.5 + parent: 2 + - uid: 1627 components: - type: Transform - pos: -22.5,20.5 - parent: 14592 - - uid: 32883 + pos: -9.5,-22.5 + parent: 2 + - uid: 1628 components: - type: Transform - pos: -24.5,26.5 - parent: 14592 - - uid: 32884 + pos: -9.5,-23.5 + parent: 2 + - uid: 1629 components: - type: Transform - pos: -23.5,25.5 - parent: 14592 - - uid: 32885 + pos: -9.5,-24.5 + parent: 2 + - uid: 1723 components: - type: Transform - pos: -5.5,22.5 - parent: 14592 - - uid: 32886 + pos: -30.5,-34.5 + parent: 2 + - uid: 1724 components: - type: Transform - pos: -4.5,21.5 - parent: 14592 - - uid: 32887 + pos: -33.5,-34.5 + parent: 2 + - uid: 1737 components: - type: Transform - pos: -5.5,30.5 - parent: 14592 - - uid: 32888 + pos: -27.5,-37.5 + parent: 2 + - uid: 1738 components: - type: Transform - pos: -3.5,32.5 - parent: 14592 - - uid: 32889 + pos: -27.5,-39.5 + parent: 2 + - uid: 1739 components: - type: Transform - pos: 2.5,27.5 - parent: 14592 - - uid: 32893 + pos: -7.5,-25.5 + parent: 2 + - uid: 1850 components: - type: Transform - pos: 5.5,28.5 - parent: 14592 - - uid: 32894 + pos: -6.5,-25.5 + parent: 2 + - uid: 1853 components: - type: Transform - pos: 4.5,28.5 - parent: 14592 - - uid: 32895 + pos: -5.5,-24.5 + parent: 2 + - uid: 1855 components: - type: Transform - pos: 9.5,22.5 - parent: 14592 - - uid: 32896 + pos: -4.5,-24.5 + parent: 2 + - uid: 1857 components: - type: Transform - pos: 19.5,23.5 - parent: 14592 - - uid: 32897 + pos: -3.5,-24.5 + parent: 2 + - uid: 1859 components: - type: Transform - pos: 20.5,18.5 - parent: 14592 - - uid: 32898 + pos: -2.5,-24.5 + parent: 2 + - uid: 1861 components: - type: Transform - pos: 23.5,17.5 - parent: 14592 - - uid: 32899 + pos: -0.5,-24.5 + parent: 2 + - uid: 1863 components: - type: Transform - pos: 20.5,26.5 - parent: 14592 - - uid: 32900 + pos: 0.5,-24.5 + parent: 2 + - uid: 1865 components: - type: Transform - pos: 17.5,28.5 - parent: 14592 - - uid: 32901 + pos: 1.5,-24.5 + parent: 2 + - uid: 1867 components: - type: Transform - pos: 10.5,15.5 - parent: 14592 - - uid: 32902 + pos: 3.5,-24.5 + parent: 2 + - uid: 1869 components: - type: Transform - pos: 9.5,10.5 - parent: 14592 - - uid: 32903 + pos: 4.5,-24.5 + parent: 2 + - uid: 1871 components: - type: Transform - pos: 18.5,5.5 - parent: 14592 - - uid: 34028 + pos: 5.5,-24.5 + parent: 2 + - uid: 1873 components: - type: Transform - pos: -61.5,-11.5 + pos: -1.5,-24.5 parent: 2 - - uid: 36308 + - uid: 1875 components: - type: Transform - pos: 10.5,-23.5 + pos: 2.5,-24.5 parent: 2 -- proto: MaintenanceWeaponSpawner - entities: - - uid: 10924 + - uid: 1877 components: - type: Transform - pos: 23.5,-61.5 + pos: 6.5,-24.5 parent: 2 - - uid: 11520 + - uid: 1880 components: - type: Transform - pos: 58.5,-6.5 + pos: 7.5,-25.5 parent: 2 - - uid: 11543 + - uid: 1882 components: - type: Transform - pos: 57.5,-29.5 + pos: 8.5,-25.5 parent: 2 - - uid: 13292 + - uid: 1954 components: - type: Transform - pos: 46.5,17.5 + pos: -1.5,-38.5 parent: 2 - - uid: 13805 + - uid: 1955 components: - type: Transform - pos: 56.5,7.5 + pos: -1.5,-37.5 parent: 2 - - uid: 14337 + - uid: 1956 components: - type: Transform - pos: 57.5,-29.5 + pos: -1.5,-36.5 parent: 2 - - uid: 14338 + - uid: 1957 components: - type: Transform - pos: 67.5,-15.5 + pos: 0.5,-35.5 parent: 2 - - uid: 14381 + - uid: 1958 components: - type: Transform - pos: -7.5,49.5 + pos: 0.5,-33.5 parent: 2 - - uid: 14554 + - uid: 1981 components: - type: Transform - pos: -13.5,-41.5 + pos: -5.5,-47.5 parent: 2 - - uid: 31916 + - uid: 1982 components: - type: Transform - pos: -23.5,17.5 + pos: -6.5,-47.5 parent: 2 - - uid: 32876 + - uid: 1983 components: - type: Transform - pos: -25.5,10.5 - parent: 14592 - - uid: 32877 + pos: -8.5,-47.5 + parent: 2 + - uid: 1993 components: - type: Transform - pos: -28.5,11.5 - parent: 14592 - - uid: 32890 + pos: -8.5,-49.5 + parent: 2 + - uid: 1994 components: - type: Transform - pos: 2.5,22.5 - parent: 14592 - - uid: 32891 + pos: -7.5,-49.5 + parent: 2 + - uid: 1995 components: - type: Transform - pos: 3.5,21.5 - parent: 14592 - - uid: 32892 + pos: -6.5,-49.5 + parent: 2 + - uid: 1996 components: - type: Transform - pos: 3.5,20.5 - parent: 14592 - - uid: 36315 + pos: -5.5,-49.5 + parent: 2 + - uid: 1997 components: - type: Transform - pos: 7.5,-0.5 + pos: -4.5,-49.5 parent: 2 -- proto: Matchbox - entities: - - uid: 3522 + - uid: 1998 components: - type: Transform - pos: 54.74305,-25.265951 + pos: -49.5,50.5 parent: 2 - - uid: 13544 + - uid: 2081 components: - type: Transform - pos: 2.206453,60.519337 + pos: -38.5,-56.5 parent: 2 -- proto: MatchstickSpent - entities: - - uid: 13058 + - uid: 2083 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 39.0802,6.6913786 + pos: -37.5,-56.5 parent: 2 - - uid: 13194 + - uid: 2093 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.61145,10.660129 + pos: -39.5,-56.5 parent: 2 - - uid: 13195 + - uid: 2122 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.492235,13.778375 + rot: 3.141592653589793 rad + pos: -4.5,-60.5 parent: 2 - - uid: 13196 + - uid: 2153 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.25399,23.963928 + pos: -26.5,-65.5 parent: 2 - - uid: 13197 + - uid: 2154 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.550865,27.663643 + pos: -25.5,-65.5 parent: 2 - - uid: 13198 + - uid: 2155 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.617727,27.466135 + pos: -24.5,-65.5 parent: 2 - - uid: 13199 + - uid: 2156 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.428988,34.361855 + pos: -23.5,-65.5 parent: 2 -- proto: MaterialCloth1 - entities: - - uid: 9329 + - uid: 2157 components: - type: Transform - pos: 32.20382,-56.576557 + pos: -22.5,-65.5 parent: 2 - - uid: 11594 + - uid: 2159 components: - type: Transform - pos: 26.702389,61.42449 + pos: -16.5,-67.5 parent: 2 - - uid: 11595 + - uid: 2160 components: - type: Transform - pos: 26.639889,61.377617 + pos: -15.5,-67.5 parent: 2 -- proto: MaterialDurathread1 - entities: - - uid: 9331 + - uid: 2170 components: - type: Transform - pos: 30.375692,-56.506245 + rot: 3.141592653589793 rad + pos: 7.5,-60.5 parent: 2 - - uid: 9332 + - uid: 2172 components: - type: Transform - pos: 30.30538,-56.435932 + rot: 3.141592653589793 rad + pos: -4.5,-56.5 parent: 2 -- proto: MaterialReclaimer - entities: - - uid: 5559 + - uid: 2200 components: - type: Transform - pos: -50.5,-31.5 + pos: -0.5,-69.5 parent: 2 -- proto: MaterialSheetMeat1 - entities: - - uid: 33237 + - uid: 2201 components: - type: Transform - pos: -63.74343,-4.3439345 + pos: 0.5,-69.5 parent: 2 - - uid: 33682 + - uid: 2202 components: - type: Transform - pos: -63.665306,-4.5783095 + pos: 1.5,-69.5 parent: 2 - - uid: 33706 + - uid: 2205 components: - type: Transform - pos: -63.33718,-4.4064345 + pos: -2.5,-68.5 parent: 2 -- proto: MaterialWoodPlank1 - entities: - - uid: 13209 + - uid: 2206 components: - type: Transform - pos: 45.92693,15.587362 + pos: -3.5,-68.5 parent: 2 - - uid: 13222 + - uid: 2207 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.4881,28.773167 + pos: -4.5,-68.5 parent: 2 - - uid: 13224 + - uid: 2208 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.737213,13.531947 + pos: 3.5,-68.5 parent: 2 - - uid: 13225 + - uid: 2209 components: - type: Transform - pos: 19.440338,16.516323 + pos: 4.5,-68.5 parent: 2 - - uid: 13231 + - uid: 2210 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.091442,9.539338 + pos: 5.5,-68.5 parent: 2 - - uid: 13233 + - uid: 2258 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 40.16927,14.622995 + pos: -11.5,-79.5 parent: 2 - - uid: 13720 + - uid: 2259 components: - type: Transform - pos: -29.487448,-58.479588 + pos: -11.5,-80.5 parent: 2 - - uid: 13751 + - uid: 2260 components: - type: Transform - pos: -34.207108,-54.0652 + pos: -11.5,-81.5 parent: 2 - - uid: 13752 + - uid: 2261 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.887642,-56.580826 + pos: -11.5,-82.5 parent: 2 - - uid: 34556 + - uid: 2262 components: - type: Transform - pos: 6.6589355,0.52038574 - parent: 30892 - - uid: 34590 + pos: -5.5,-82.5 + parent: 2 + - uid: 2263 components: - type: Transform - pos: 6.5808105,0.36413574 - parent: 30892 - - uid: 43005 + pos: -5.5,-81.5 + parent: 2 + - uid: 2264 components: - type: Transform - rot: 3.141592653589793 rad - pos: 41.43727,16.272629 + pos: -5.5,-80.5 parent: 2 -- proto: Mattress - entities: - - uid: 3648 + - uid: 2284 components: - type: Transform - pos: 30.5,61.5 + pos: 6.5,-82.5 parent: 2 - - uid: 9679 + - uid: 2323 components: - type: Transform - pos: 17.5,61.5 + pos: 6.5,-81.5 parent: 2 - - uid: 9711 + - uid: 2324 components: - type: Transform - pos: 21.5,61.5 + pos: 6.5,-80.5 parent: 2 - - uid: 9777 + - uid: 2325 components: - type: Transform - pos: 26.5,61.5 + pos: 6.5,-79.5 parent: 2 - - uid: 10579 + - uid: 2326 components: - type: Transform - pos: 63.5,8.5 + pos: 12.5,-79.5 parent: 2 - - uid: 10797 + - uid: 2327 components: - type: Transform - pos: 18.5,57.5 + pos: 12.5,-80.5 parent: 2 - - uid: 10798 + - uid: 2328 components: - type: Transform - pos: 18.5,59.5 + pos: 12.5,-81.5 parent: 2 - - uid: 15495 + - uid: 2329 components: - type: Transform - pos: -4.5,-8.5 - parent: 14592 - - uid: 15496 + pos: 12.5,-82.5 + parent: 2 + - uid: 2334 components: - type: Transform - pos: -4.5,-6.5 - parent: 14592 - - uid: 15499 + rot: 3.141592653589793 rad + pos: -3.5,-56.5 + parent: 2 + - uid: 2346 components: - type: Transform - pos: -4.5,-4.5 - parent: 14592 - - uid: 23717 + rot: 3.141592653589793 rad + pos: -6.5,-60.5 + parent: 2 + - uid: 2348 components: - type: Transform - pos: 49.5,-2.5 + rot: 3.141592653589793 rad + pos: -2.5,-59.5 parent: 2 -- proto: MedicalBed - entities: - - uid: 6401 + - uid: 2349 components: - type: Transform - pos: 20.5,55.5 + rot: 3.141592653589793 rad + pos: -5.5,-60.5 parent: 2 - - uid: 6402 + - uid: 2445 components: - type: Transform - pos: 20.5,53.5 + pos: 12.5,-32.5 parent: 2 - - uid: 6661 + - uid: 2446 components: - type: Transform - pos: 24.5,-24.5 + pos: 14.5,-32.5 parent: 2 - - uid: 6662 + - uid: 2447 components: - type: Transform - pos: 24.5,-22.5 + pos: 13.5,-32.5 parent: 2 - - uid: 6663 + - uid: 2448 components: - type: Transform - pos: 20.5,-22.5 + pos: 13.5,-28.5 parent: 2 - - uid: 6667 + - uid: 2449 components: - type: Transform - pos: 20.5,-24.5 + pos: 14.5,-28.5 parent: 2 - - uid: 6669 + - uid: 2450 components: - type: Transform - pos: 22.5,-24.5 + pos: 15.5,-28.5 parent: 2 - - uid: 6670 + - uid: 2451 components: - type: Transform - pos: 22.5,-22.5 + pos: 16.5,-28.5 parent: 2 - - uid: 6671 + - uid: 2585 components: - type: Transform - pos: 18.5,-24.5 + pos: 52.5,-50.5 parent: 2 - - uid: 6672 + - uid: 2586 components: - type: Transform - pos: 18.5,-22.5 + pos: 47.5,-56.5 parent: 2 - - uid: 7058 + - uid: 2652 components: - type: Transform - pos: 34.5,2.5 + pos: 47.5,-42.5 parent: 2 - - uid: 7059 + - uid: 2669 components: - type: Transform - pos: 27.5,2.5 + pos: 43.5,-42.5 parent: 2 - - uid: 7060 + - uid: 2682 components: - type: Transform - pos: 27.5,6.5 + pos: 46.5,-56.5 parent: 2 - - uid: 7061 + - uid: 2731 components: - type: Transform - pos: 34.5,6.5 + pos: -63.5,2.5 parent: 2 - - uid: 12715 + - uid: 2744 components: - type: Transform - pos: 65.5,-32.5 + pos: 75.5,-5.5 parent: 2 -- proto: MedicalScanner - entities: - - uid: 951 + - uid: 2749 components: - type: Transform - pos: 6.5,-57.5 + pos: -78.5,80.5 parent: 2 -- proto: MedicalTechFab - entities: - - uid: 6617 + - uid: 2753 components: - type: Transform - pos: 16.5,-24.5 + pos: 11.5,-18.5 parent: 2 -- proto: MedicalTechFabCircuitboard - entities: - - uid: 4245 + - uid: 2769 components: - type: Transform - pos: -40.508305,7.44215 + pos: 11.5,-17.5 parent: 2 -- proto: Medkit - entities: - - uid: 15556 + - uid: 2770 components: - type: Transform - pos: -20.276367,15.51433 - parent: 14592 -- proto: MedkitAdvancedFilled - entities: - - uid: 6871 + pos: 12.5,-17.5 + parent: 2 + - uid: 2771 components: - type: Transform - pos: 23.70759,-14.4568205 + pos: 12.5,-16.5 parent: 2 -- proto: MedkitBruteFilled - entities: - - uid: 6632 + - uid: 2773 components: - type: Transform - pos: 15.758932,-22.201332 + pos: 13.5,-15.5 parent: 2 -- proto: MedkitBurnFilled - entities: - - uid: 6638 + - uid: 2774 components: - type: Transform - pos: 16.649557,-22.716957 + pos: 14.5,-15.5 parent: 2 -- proto: MedkitCombatFilled - entities: - - uid: 9503 + - uid: 2776 components: - type: Transform - pos: 18.673733,-61.413155 + pos: 14.5,-14.5 parent: 2 - - uid: 10285 + - uid: 2777 components: - type: Transform - pos: 24.359156,55.71091 + pos: 15.5,-14.5 parent: 2 -- proto: MedkitFilled - entities: - - uid: 6698 + - uid: 2782 components: - type: Transform - pos: 19.338455,-28.216331 + pos: 18.5,-11.5 parent: 2 - - uid: 6761 + - uid: 2783 components: - type: Transform - pos: 23.819471,-20.2628 + pos: 18.5,-10.5 parent: 2 -- proto: MedkitOxygenFilled - entities: - - uid: 6629 + - uid: 2784 components: - type: Transform - pos: 15.102682,-22.201332 + pos: 19.5,-10.5 parent: 2 - - uid: 10289 + - uid: 2785 components: - type: Transform - pos: 25.420189,55.699352 + pos: 20.5,-10.5 parent: 2 - - uid: 35600 + - uid: 2786 components: - type: Transform - pos: 16.535273,-36.550312 + pos: 21.5,-10.5 parent: 2 -- proto: MedkitRadiationFilled - entities: - - uid: 6626 + - uid: 2810 components: - type: Transform - pos: 14.477682,-22.201332 + pos: 73.5,-13.5 parent: 2 - - uid: 10288 + - uid: 2811 components: - type: Transform - pos: 26.654564,55.496227 + pos: -73.5,80.5 parent: 2 -- proto: MedkitToxinFilled - entities: - - uid: 6635 + - uid: 2874 components: - type: Transform - pos: 16.415182,-22.201332 + pos: 26.5,-1.5 parent: 2 -- proto: MetalDoor - entities: - - uid: 12279 + - uid: 2875 components: - type: Transform - pos: 66.5,-30.5 + pos: 26.5,-0.5 parent: 2 -- proto: MicrophoneInstrument - entities: - - uid: 2553 + - uid: 2877 components: - type: Transform - pos: -16.460152,-63.596397 + pos: 26.5,3.5 parent: 2 - - uid: 8326 + - uid: 2880 components: - type: Transform - pos: 10.618246,59.581863 + pos: 26.5,4.5 parent: 2 -- proto: MicrowaveMachineCircuitboard - entities: - - uid: 7938 + - uid: 2881 components: - type: Transform - pos: -42.334656,6.454792 + pos: 26.5,5.5 parent: 2 -- proto: MinimoogInstrument - entities: - - uid: 8321 + - uid: 2898 components: - type: Transform - pos: 12.5,55.5 + pos: 29.5,1.5 parent: 2 -- proto: Mirror - entities: - - uid: 13745 + - uid: 2899 components: - type: Transform - pos: 21.5,-45.5 + pos: 34.5,1.5 parent: 2 - - uid: 13746 + - uid: 2901 components: - type: Transform - pos: 19.5,-45.5 + pos: 33.5,1.5 parent: 2 - - uid: 14028 + - uid: 2902 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-5.5 - parent: 14592 - - uid: 14070 + pos: 32.5,1.5 + parent: 2 + - uid: 2903 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-4.5 - parent: 14592 - - uid: 14182 + pos: 28.5,1.5 + parent: 2 + - uid: 2975 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,1.5 - parent: 14592 - - uid: 14771 + pos: 26.5,21.5 + parent: 2 + - uid: 2976 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,2.5 - parent: 14592 -- proto: ModularGrenade - entities: - - uid: 5122 + pos: 26.5,23.5 + parent: 2 + - uid: 2977 components: - type: Transform - pos: -20.675716,-35.580376 + pos: 30.5,19.5 parent: 2 -- proto: MoonBattlemap - entities: - - uid: 9836 + - uid: 2978 components: - type: Transform - pos: 9.156748,47.400444 + pos: 30.5,17.5 parent: 2 -- proto: MopBucketFull - entities: - - uid: 8768 + - uid: 3014 components: - type: Transform - pos: 59.112293,13.531916 + pos: 11.5,19.5 parent: 2 - - uid: 13718 + - uid: 3015 components: - type: Transform - pos: -24.615639,-27.49881 + pos: 12.5,19.5 parent: 2 - - uid: 14852 + - uid: 3020 components: - type: Transform - pos: 2.843689,3.8090057 - parent: 14592 -- proto: MopItem - entities: - - uid: 11294 + pos: 11.5,20.5 + parent: 2 + - uid: 3021 components: - type: Transform - pos: 52.471085,-38.47019 + pos: 11.5,21.5 parent: 2 - - uid: 11592 + - uid: 3028 components: - type: Transform - pos: 22.602066,69.46922 + pos: 13.5,15.5 parent: 2 - - uid: 13721 + - uid: 3029 components: - type: Transform - pos: -24.630238,-27.557232 + pos: 13.5,14.5 parent: 2 - - uid: 14021 + - uid: 3031 components: - type: Transform - pos: -34.5,-48.5 + pos: 14.5,13.5 parent: 2 - - uid: 14707 + - uid: 3034 components: - type: Transform - pos: 2.718689,3.6996307 - parent: 14592 -- proto: Morgue - entities: - - uid: 6912 + pos: 13.5,13.5 + parent: 2 + - uid: 3035 components: - type: Transform - pos: 41.5,-9.5 + pos: 14.5,12.5 parent: 2 - - uid: 6914 + - uid: 3036 components: - type: Transform - pos: 44.5,-9.5 + pos: 15.5,12.5 parent: 2 - - uid: 6918 + - uid: 3058 components: - type: Transform - pos: 43.5,-9.5 + pos: 26.5,26.5 parent: 2 - - uid: 6919 + - uid: 3059 components: - type: Transform - pos: 42.5,-9.5 + pos: 26.5,28.5 parent: 2 - - uid: 7722 + - uid: 3060 components: - type: Transform - pos: 46.5,-9.5 + pos: 28.5,30.5 parent: 2 - - uid: 8770 + - uid: 3076 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,-27.5 + pos: 32.5,27.5 parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - 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: - - 12524 - - uid: 8771 + - uid: 3077 components: - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,-27.5 + pos: 33.5,27.5 parent: 2 - - uid: 8772 + - uid: 3085 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-27.5 + pos: 38.5,24.5 parent: 2 - - uid: 11153 + - uid: 3086 components: - type: Transform - pos: 47.5,-9.5 + pos: 39.5,24.5 parent: 2 - - uid: 12396 + - uid: 3087 components: - type: Transform - pos: 45.5,-9.5 + pos: 40.5,24.5 parent: 2 - - uid: 13284 + - uid: 3088 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,6.5 + pos: 42.5,24.5 parent: 2 -- proto: Mousetrap - entities: - - uid: 13293 + - uid: 3231 components: - type: Transform - pos: 35.53481,-54.430954 + pos: 26.5,31.5 parent: 2 -- proto: Multitool - entities: - - uid: 5022 + - uid: 3232 components: - type: Transform - pos: -26.373625,-18.28058 + pos: 26.5,32.5 parent: 2 - - uid: 5201 + - uid: 3233 components: - type: Transform - pos: -31.010862,-31.39457 + pos: 26.5,33.5 parent: 2 - - uid: 5277 + - uid: 3286 components: - type: Transform - pos: -26.536633,-35.777637 + pos: 39.5,-24.5 parent: 2 - - uid: 7390 + - uid: 3288 components: - type: Transform - pos: -37.81191,14.547473 + pos: 39.5,-26.5 parent: 2 - - uid: 7391 + - uid: 3289 components: - type: Transform - pos: -37.81191,14.547473 + pos: 39.5,-27.5 parent: 2 - - uid: 7392 + - uid: 3290 components: - type: Transform - pos: -37.81191,14.547473 + pos: 39.5,-29.5 parent: 2 - - uid: 10125 + - uid: 3338 components: - type: Transform - pos: 31.771591,22.587019 + pos: 74.5,-3.5 parent: 2 - - uid: 13778 + - uid: 3339 components: - type: Transform - pos: -36.490414,-5.471882 + pos: 75.5,-3.5 parent: 2 - - uid: 21121 + - uid: 3344 components: - type: Transform - pos: 62.356384,29.209929 + rot: 1.5707963267948966 rad + pos: 75.5,0.5 parent: 2 -- proto: NetworkConfigurator - entities: - - uid: 3844 + - uid: 3374 components: - type: Transform - pos: -15.539696,18.566439 + rot: 1.5707963267948966 rad + pos: 72.5,-22.5 parent: 2 -- proto: NitrogenCanister - entities: - - uid: 5064 + - uid: 3435 components: - type: Transform - pos: -33.5,-9.5 + rot: 1.5707963267948966 rad + pos: 75.5,1.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 5451 + - uid: 3436 components: - type: Transform - pos: -45.5,-51.5 + rot: 1.5707963267948966 rad + pos: 75.5,-0.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 7267 + - uid: 3467 components: - type: Transform - pos: -45.5,16.5 + pos: 71.5,7.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 7970 + - uid: 3479 components: - type: Transform - pos: -40.5,5.5 + pos: 69.5,4.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 8056 + - uid: 3480 components: - type: Transform - pos: -34.5,34.5 + pos: 68.5,4.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 8139 + - uid: 3481 components: - type: Transform - pos: -52.5,23.5 + pos: 67.5,4.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 8820 + - uid: 3482 components: - type: Transform - pos: -20.5,62.5 + pos: 66.5,4.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 9543 + - uid: 3483 components: - type: Transform - pos: -33.5,6.5 + pos: 65.5,4.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 11073 + - uid: 3507 components: - type: Transform - pos: 15.5,-44.5 + pos: 59.5,2.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 11509 + - uid: 3508 components: - type: Transform - pos: 52.5,-41.5 + pos: 57.5,2.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 12911 + - uid: 3554 components: - type: Transform - pos: 38.5,12.5 + pos: 68.5,15.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 12924 + - uid: 3555 components: - type: Transform - pos: 40.5,11.5 + pos: 68.5,16.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 12927 + - uid: 3556 components: - type: Transform - pos: 42.5,17.5 + pos: 68.5,17.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13086 + - uid: 3562 components: - type: Transform - pos: 68.5,13.5 + pos: 66.5,21.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 14008 + - uid: 3563 components: - type: Transform - pos: 11.5,6.5 - parent: 14592 - - type: AtmosDevice - joinedGrid: 14592 - - uid: 14364 + pos: 66.5,22.5 + parent: 2 + - uid: 3564 components: - type: Transform - pos: -5.5,37.5 + pos: 66.5,23.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 27631 + - uid: 3599 components: - type: Transform - pos: 71.5,-19.5 + pos: 63.5,18.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 27816 + - uid: 3600 components: - type: Transform - pos: -56.5,42.5 + pos: 62.5,18.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 34091 + - uid: 3601 components: - type: Transform - pos: -57.5,3.5 + pos: 61.5,18.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: NitrogenTankFilled - entities: - - uid: 5084 + - uid: 3602 components: - type: Transform - pos: -31.759748,-12.387444 + pos: 57.5,18.5 parent: 2 - - uid: 8174 + - uid: 3603 components: - type: Transform - pos: -54.661407,28.511387 + pos: 56.5,18.5 parent: 2 - - uid: 14137 + - uid: 3604 components: - type: Transform - pos: 19.555826,7.702183 + pos: 55.5,18.5 parent: 2 - - uid: 14276 + - uid: 3605 components: - type: Transform - pos: -65.63977,-21.316483 + pos: 52.5,20.5 parent: 2 - - uid: 36304 + - uid: 3606 components: - type: Transform - pos: 19.158237,-9.265275 + pos: 52.5,21.5 parent: 2 -- proto: NitrousOxideCanister - entities: - - uid: 8565 + - uid: 3607 components: - type: Transform - pos: -36.5,50.5 + pos: 52.5,22.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 16909 + - uid: 3611 components: - type: Transform - pos: -79.5,65.5 + rot: -1.5707963267948966 rad + pos: 71.5,27.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 24122 + - uid: 3649 components: - type: Transform - pos: -79.5,55.5 + pos: 59.5,41.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 35125 + - uid: 3650 components: - type: Transform - pos: 61.5,49.5 + pos: 59.5,43.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: NitrousOxideTankFilled - entities: - - uid: 5082 + - uid: 3651 components: - type: Transform - pos: -32.383507,-12.369098 + pos: 59.5,44.5 parent: 2 - - uid: 5319 + - uid: 3652 components: - type: Transform - pos: -17.653234,-45.376427 + pos: 58.5,46.5 parent: 2 - - uid: 8172 + - uid: 3653 components: - type: Transform - pos: -54.270782,28.448887 + pos: 58.5,47.5 parent: 2 - - uid: 12732 + - uid: 3672 components: - type: Transform - pos: 34.502327,-11.942274 + pos: 54.5,40.5 parent: 2 - - uid: 13059 + - uid: 3673 components: - type: Transform - pos: 34.502327,-12.223524 + pos: 54.5,43.5 parent: 2 -- proto: NodeScanner - entities: - - uid: 5223 + - uid: 3674 components: - type: Transform - pos: -29.640749,-14.242264 + pos: 53.5,47.5 parent: 2 -- proto: NuclearBomb - entities: - - uid: 5573 + - uid: 3766 components: - type: Transform - pos: 8.5,-44.5 + pos: 33.5,36.5 parent: 2 -- proto: Ointment - entities: - - uid: 6705 + - uid: 3767 components: - type: Transform - pos: 22.727734,-23.47812 + pos: 36.5,41.5 parent: 2 - - uid: 10336 + - uid: 3768 components: - type: Transform - pos: 23.929123,51.653435 + pos: 35.5,36.5 parent: 2 -- proto: OperatingTable - entities: - - uid: 1406 + - uid: 3769 components: - type: Transform - pos: 48.5,-10.5 + pos: 36.5,42.5 parent: 2 - - uid: 5306 + - uid: 3770 components: - type: Transform - pos: -18.5,-43.5 + pos: 36.5,47.5 parent: 2 - - uid: 6226 + - uid: 3771 components: - type: Transform - pos: 31.5,-10.5 + pos: 36.5,48.5 parent: 2 - - uid: 12612 + - uid: 3777 components: - type: Transform - pos: 34.5,-10.5 + pos: 32.5,51.5 parent: 2 -- proto: OreBag - entities: - - uid: 15763 + - uid: 3778 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.554199,1.9726334 - parent: 14592 - - uid: 15764 + pos: 33.5,51.5 + parent: 2 + - uid: 3779 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.460449,1.6757584 - parent: 14592 - - uid: 15765 + pos: 31.5,51.5 + parent: 2 + - uid: 3780 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.663574,1.5351334 - parent: 14592 - - uid: 15766 + pos: 30.5,51.5 + parent: 2 + - uid: 3798 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.569824,1.7382584 - parent: 14592 -- proto: OreProcessor - entities: - - uid: 5455 + pos: 47.5,40.5 + parent: 2 + - uid: 3800 components: - type: Transform - pos: -43.5,-47.5 + pos: 47.5,41.5 parent: 2 - - uid: 14862 + - uid: 3801 components: - type: Transform - pos: -7.5,3.5 - parent: 14592 -- proto: OxygenCanister - entities: - - uid: 561 + pos: 47.5,42.5 + parent: 2 + - uid: 3802 components: - type: Transform - pos: -45.5,15.5 + pos: 47.5,43.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 4483 + - uid: 3803 components: - type: Transform - pos: -37.5,43.5 + pos: 47.5,44.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 5070 + - uid: 3804 components: - type: Transform - pos: -30.5,-9.5 + pos: 46.5,44.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 5452 + - uid: 3805 components: - type: Transform - pos: -46.5,-51.5 + pos: 45.5,45.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 7783 + - uid: 3806 components: - type: Transform - pos: -40.5,44.5 + pos: 44.5,45.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 7969 + - uid: 3807 components: - type: Transform - pos: -41.5,5.5 + pos: 43.5,45.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 8055 + - uid: 3808 components: - type: Transform - pos: -34.5,35.5 + pos: 42.5,45.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 8137 + - uid: 3815 components: - type: Transform - pos: -51.5,23.5 + pos: 46.5,40.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 9542 + - uid: 3817 components: - type: Transform - pos: -33.5,5.5 + pos: 37.5,65.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 11072 + - uid: 3820 components: - type: Transform - pos: 15.5,-43.5 + pos: 49.5,48.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 11511 + - uid: 3855 components: - type: Transform - pos: 52.5,-42.5 + pos: 50.5,53.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 11703 + - uid: 3856 components: - type: Transform - pos: -63.5,-12.5 + pos: 49.5,53.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 12912 + - uid: 3857 components: - type: Transform - pos: 38.5,11.5 + pos: 53.5,53.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 12925 + - uid: 3858 components: - type: Transform - pos: 40.5,10.5 + pos: 52.5,53.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 12926 + - uid: 3872 components: - type: Transform - pos: 41.5,17.5 + pos: 47.5,56.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 12929 + - uid: 3873 components: - type: Transform - pos: 19.5,26.5 + pos: 47.5,57.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 13087 + - uid: 3874 components: - type: Transform - pos: 68.5,12.5 + pos: 47.5,58.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 14363 + - uid: 3875 components: - type: Transform - pos: -4.5,37.5 + pos: 45.5,60.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 14977 + - uid: 3876 components: - type: Transform - pos: -14.5,0.5 - parent: 14592 - - type: AtmosDevice - joinedGrid: 14592 - - uid: 15774 + pos: 44.5,60.5 + parent: 2 + - uid: 3877 components: - type: Transform - pos: 12.5,6.5 - parent: 14592 - - type: AtmosDevice - joinedGrid: 14592 - - uid: 23992 + pos: 43.5,60.5 + parent: 2 + - uid: 3884 components: - type: Transform - pos: -78.5,65.5 + pos: 35.5,55.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 24732 + - uid: 3905 components: - type: Transform - pos: -78.5,55.5 + pos: 39.5,62.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 27630 + - uid: 3906 components: - type: Transform - pos: 71.5,-18.5 + pos: 39.5,63.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 27815 + - uid: 3907 components: - type: Transform - pos: -56.5,40.5 + pos: 38.5,63.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: OxygenTank - entities: - - uid: 14722 + - uid: 3908 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.4192505,1.3515606 - parent: 14592 -- proto: OxygenTankFilled - entities: - - uid: 5081 + pos: 38.5,64.5 + parent: 2 + - uid: 3909 components: - type: Transform - pos: -32.69539,-12.332406 + pos: 37.5,64.5 parent: 2 - - uid: 8168 + - uid: 3910 components: - type: Transform - pos: -54.317657,27.433262 + pos: 36.5,65.5 parent: 2 - - uid: 8169 + - uid: 3911 components: - type: Transform - pos: -54.364532,27.605137 + pos: 35.5,65.5 parent: 2 - - uid: 8171 + - uid: 3912 components: - type: Transform - pos: -54.739532,27.527012 + pos: 34.5,65.5 parent: 2 - - uid: 14136 + - uid: 3913 components: - type: Transform - pos: 19.352701,7.749058 + pos: 33.5,65.5 parent: 2 - - uid: 14277 + - uid: 3914 components: - type: Transform - pos: -65.530396,-21.519608 + pos: 33.5,64.5 parent: 2 - - uid: 24877 + - uid: 3949 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.509115,66.461105 + pos: 18.5,72.5 parent: 2 - - uid: 36305 + - uid: 3950 components: - type: Transform - pos: 19.736362,-9.077775 + pos: 19.5,72.5 parent: 2 -- proto: PaintingOlympia - entities: - - uid: 32066 + - uid: 3951 components: - type: Transform - pos: -64.5,-1.5 + pos: 20.5,72.5 parent: 2 -- proto: PaintingSadClown - entities: - - uid: 6184 + - uid: 3952 components: - type: Transform - pos: -32.5,59.5 + pos: 21.5,72.5 parent: 2 -- proto: PaintingSkeletonBoof - entities: - - uid: 1389 + - uid: 3953 components: - type: Transform - pos: 54.5,-30.5 + pos: 14.5,72.5 parent: 2 - - uid: 2582 + - uid: 3954 components: - type: Transform - pos: 42.5,-55.5 + pos: 13.5,72.5 parent: 2 - - uid: 3099 + - uid: 3955 components: - type: Transform - pos: 59.5,-27.5 + pos: 14.5,68.5 parent: 2 -- proto: PaintingSkeletonCigarette - entities: - - uid: 8909 + - uid: 3956 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 72.5,-10.5 + pos: 13.5,68.5 parent: 2 -- proto: PanFluteInstrument - entities: - - uid: 14534 + - uid: 3957 components: - type: Transform - pos: -18.463154,-57.400505 + pos: 16.5,69.5 parent: 2 -- proto: Paper - entities: - - uid: 1038 + - uid: 3958 components: - type: Transform - pos: -4.5565886,-57.43783 + pos: 16.5,71.5 parent: 2 - - uid: 1416 + - uid: 3959 components: - type: Transform - pos: -64.07986,73.90426 + pos: 16.5,67.5 parent: 2 - - uid: 3357 + - uid: 3960 components: - type: Transform - pos: -4.228464,-57.390957 + pos: 16.5,65.5 parent: 2 - - uid: 4910 + - uid: 3980 components: - type: Transform - pos: -14.698473,-16.555672 + pos: 52.5,-52.5 parent: 2 - - uid: 4911 + - uid: 3983 components: - type: Transform - pos: -14.478321,-16.29883 + pos: -7.5,70.5 parent: 2 - - uid: 4912 + - uid: 3984 components: - type: Transform - pos: -14.368246,-16.500635 + pos: -6.5,70.5 parent: 2 - - uid: 5067 + - uid: 3991 components: - type: Transform - pos: -36.385136,-16.508776 + pos: 3.5,70.5 parent: 2 - - type: Paper - content: Как пусто... - - uid: 5499 + - uid: 3992 components: - type: Transform - pos: -39.62906,-53.49995 + pos: 2.5,70.5 parent: 2 - - uid: 5500 + - uid: 3993 components: - type: Transform - pos: -39.500637,-53.298145 + pos: 1.5,70.5 parent: 2 - - uid: 5501 + - uid: 3994 components: - type: Transform - pos: -39.262142,-53.46326 + pos: 0.5,70.5 parent: 2 - - uid: 5660 + - uid: 3995 components: - type: Transform - pos: -2.6165712,-46.580112 + pos: -0.5,70.5 parent: 2 - - uid: 5661 + - uid: 3996 components: - type: Transform - pos: -2.6165712,-46.580112 + pos: -1.5,70.5 parent: 2 - - uid: 5662 + - uid: 3997 components: - type: Transform - pos: -2.6165712,-46.580112 + pos: -2.5,70.5 parent: 2 - - uid: 5663 + - uid: 4021 components: - type: Transform - pos: -2.6165712,-46.580112 + pos: 14.5,62.5 parent: 2 - - uid: 5664 + - uid: 4022 components: - type: Transform - pos: -2.6165712,-46.580112 + pos: 13.5,60.5 parent: 2 - - uid: 5665 + - uid: 4061 components: - type: Transform - pos: -2.6165712,-46.580112 + pos: 27.5,55.5 parent: 2 - - uid: 5666 + - uid: 4062 components: - type: Transform - pos: -2.6165712,-46.580112 + pos: 27.5,52.5 parent: 2 - - uid: 5667 + - uid: 4215 components: - type: Transform - pos: -2.6165712,-46.580112 + pos: -1.5,42.5 parent: 2 - - uid: 5668 + - uid: 4216 components: - type: Transform - pos: -2.6165712,-46.580112 + pos: -1.5,44.5 parent: 2 - - uid: 5669 + - uid: 4217 components: - type: Transform - pos: -2.6165712,-46.580112 + pos: -1.5,47.5 parent: 2 - - uid: 5670 + - uid: 4218 components: - type: Transform - pos: -2.6165712,-46.580112 + pos: -1.5,49.5 parent: 2 - - uid: 5671 + - uid: 4219 components: - type: Transform - pos: -2.6165712,-46.580112 + pos: -1.5,50.5 parent: 2 - - uid: 5672 + - uid: 4220 components: - type: Transform - pos: -2.6165712,-46.580112 + pos: -1.5,51.5 parent: 2 - - uid: 6089 + - uid: 4221 components: - type: Transform - pos: 67.393814,5.7090263 + pos: -2.5,51.5 parent: 2 - - uid: 6160 + - uid: 4222 components: - type: Transform - pos: 8.542658,-37.4582 + pos: -3.5,51.5 parent: 2 - - uid: 6304 + - uid: 4223 components: - type: Transform - pos: 44.32924,35.6539 + pos: -4.5,51.5 parent: 2 - - uid: 6305 + - uid: 4305 components: - type: Transform - pos: 44.45424,35.4039 + pos: -22.5,69.5 parent: 2 - - uid: 6306 + - uid: 4306 components: - type: Transform - pos: 44.563614,35.669525 + pos: -21.5,69.5 parent: 2 - - uid: 6743 + - uid: 4367 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.655848,-17.137272 + pos: 25.5,-36.5 parent: 2 - - uid: 6744 + - uid: 4368 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.390223,-17.277897 + pos: 25.5,-35.5 parent: 2 - - uid: 6745 + - uid: 4369 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.624598,-17.496647 + pos: 29.5,-33.5 parent: 2 - - uid: 6763 + - uid: 4377 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.542183,-17.5116 + pos: 35.5,-33.5 parent: 2 - - type: Paper - content: >+ - ███╗░░██╗████████╗ - - ████╗░██║╚══██╔══╝ Форма NT-№XXX-MED-PRQ - - ██╔██╗██║░░░██║░░░ Запрос на производство - - ██║╚████║░░░██║░░░ лекарственных препаратов - - ██║░╚███║░░░██║░░░ - - ╚═╝░░╚══╝░░░╚═╝░░░ - - ════════════════════════════════════════ - - Я, (Имя Фамилия), в должности главного врача требую от химиков выполнить заказ лекарственных препаратов на текущую смену: - - Бикаридин: \[14u](900u) - - Дермалин: \[10u](600u) - - Аритразин: (600u) - - Сигинат: \[10u](300u) - - Дексалин плюс: \[15u](1200u) - - Диловен: \[15u](900u) - Место для печатей – Главный врач - - - uid: 6765 + - uid: 4409 components: - type: Transform - pos: 19.846922,-16.322096 + pos: 25.5,-19.5 parent: 2 - - uid: 6767 + - uid: 4410 components: - type: Transform - pos: 19.571733,-16.39548 + pos: 25.5,-17.5 parent: 2 - - uid: 6768 + - uid: 4448 components: - type: Transform - pos: 19.31489,-16.285404 + pos: 57.5,-1.5 parent: 2 - - uid: 6848 + - uid: 4449 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.31305,-34.483284 + pos: 59.5,-1.5 parent: 2 - - uid: 6849 + - uid: 4472 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5943,-34.34266 + pos: -49.5,49.5 parent: 2 - - uid: 6850 + - uid: 4473 components: - type: Transform - rot: 3.141592653589793 rad - pos: 32.516174,-34.46766 + pos: -53.5,53.5 parent: 2 - - uid: 6851 + - uid: 4584 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.391174,-34.514534 + pos: 50.5,-55.5 parent: 2 - - uid: 6852 + - uid: 4596 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.266174,-34.389534 + pos: 51.5,-52.5 parent: 2 - - uid: 6853 + - uid: 4597 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.56305,-34.358284 + pos: 44.5,-56.5 parent: 2 - - uid: 6967 + - uid: 4598 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5138,3.4725285 + pos: 45.5,-56.5 parent: 2 - - uid: 7063 + - uid: 4608 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.571297,3.1083715 + pos: 41.5,-59.5 parent: 2 - - uid: 7078 + - uid: 4611 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.508797,6.2333717 + pos: 40.5,-59.5 parent: 2 - - uid: 7085 + - uid: 4618 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.383797,6.2958717 + pos: 51.5,-53.5 parent: 2 - - uid: 7086 + - uid: 4734 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.383797,2.9364965 + pos: -37.5,62.5 parent: 2 - - uid: 7087 + - uid: 4754 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.68067,3.0146215 + pos: 50.5,-54.5 parent: 2 - - uid: 7088 + - uid: 4774 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.446297,2.8896215 + pos: -19.5,-37.5 parent: 2 - - uid: 7089 + - uid: 4775 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.665047,6.1708717 + pos: -18.5,-37.5 parent: 2 - - uid: 7090 + - uid: 4776 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.46192,6.2177467 + pos: -17.5,-37.5 parent: 2 - - uid: 7419 + - uid: 4780 components: - type: Transform - pos: 3.392444,-29.289526 + pos: -27.5,-19.5 parent: 2 - - uid: 7420 + - uid: 4781 components: - type: Transform - pos: 3.659961,-29.289526 + pos: -26.5,-19.5 parent: 2 - - uid: 7421 + - uid: 4782 components: - type: Transform - pos: 3.8085818,-29.319258 + pos: -30.5,-16.5 parent: 2 - - uid: 7422 + - uid: 4783 components: - type: Transform - pos: 3.9869242,-29.34899 + pos: -30.5,-17.5 parent: 2 - - uid: 7423 + - uid: 4874 components: - type: Transform - pos: 4.0463724,-29.34899 + pos: 73.5,6.5 parent: 2 - - uid: 7537 + - uid: 4931 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5596976,23.599556 + rot: 3.141592653589793 rad + pos: 0.5,-8.5 parent: 2 - - uid: 8004 + - uid: 5226 components: - type: Transform - pos: -36.670174,20.48197 + pos: -53.5,-44.5 parent: 2 - - uid: 8109 + - uid: 5415 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.664331,14.614614 + pos: -39.5,-49.5 parent: 2 - - uid: 8110 + - uid: 5416 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.461206,14.489614 + pos: -37.5,-49.5 parent: 2 - - uid: 8111 + - uid: 5447 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.304956,14.755239 + pos: -54.5,-44.5 parent: 2 - - uid: 8291 + - uid: 5769 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.3996778,39.706573 + pos: -7.5,-26.5 parent: 2 - - uid: 8301 + - uid: 5770 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.2278028,39.9097 + pos: 8.5,-26.5 parent: 2 - - uid: 8302 + - uid: 5898 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.2590528,39.56595 + pos: -45.5,47.5 parent: 2 - - uid: 8446 + - uid: 6924 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.7604895,30.78062 + rot: 1.5707963267948966 rad + pos: -74.5,87.5 parent: 2 - - uid: 8447 + - uid: 7229 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.50517,30.5253 + pos: -85.5,72.5 parent: 2 - - uid: 8448 + - uid: 7233 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.4413404,30.759342 + pos: -85.5,75.5 parent: 2 - - uid: 8449 + - uid: 7239 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.186021,30.58913 + pos: -86.5,80.5 parent: 2 - - uid: 8450 + - uid: 7245 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.015808,30.631683 + pos: -85.5,71.5 parent: 2 - - uid: 8451 + - uid: 7549 components: - type: Transform rot: 3.141592653589793 rad - pos: 4.143468,30.844448 + pos: 5.5,-7.5 parent: 2 - - uid: 8454 + - uid: 7565 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.4838934,30.376364 + pos: -49.5,48.5 parent: 2 - - uid: 8455 + - uid: 7584 components: - type: Transform - pos: 4.2711277,30.674236 + pos: -53.5,54.5 parent: 2 - - uid: 8456 + - uid: 7712 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.50517,30.65296 + pos: -55.5,52.5 parent: 2 - - uid: 8457 + - uid: 7713 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.2285748,30.610407 + pos: -55.5,54.5 parent: 2 - - uid: 8458 + - uid: 7770 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.6753826,30.418919 + pos: -46.5,49.5 parent: 2 - - uid: 8459 + - uid: 7771 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.7179365,30.65296 + pos: -45.5,49.5 parent: 2 - - uid: 8460 + - uid: 7839 components: - type: Transform - pos: 4.000144,30.460312 + pos: -41.5,7.5 parent: 2 - - uid: 8487 + - uid: 7840 components: - type: Transform - pos: 3.420064,30.546577 + pos: -41.5,8.5 parent: 2 - - type: Paper - content: >- - ----------------------------------Черновик---------------------------------- - - - Всех приветствую! С вами репортёр Керн Грей, и сегодня мы поговорим и возьмём интервью у нашего капитана. - - Главные вопросы интервью: - - Здраствуйте капитан, а как вы попали на свою должность? - - А сколько вы зарабатываете за смену? - - Тяжело ли работать капитаном? - - У вас уже есть личный крейсер? Только честно! - - Использовали ли вы свою власть во своё благо? - - Думаю и после этих вопросов у СБ уже появятся ко мне вопросы, поэтому только 5. Пожелайте мне уд..... - - uid: 8863 + - uid: 8580 components: - type: Transform - pos: 57.53701,-22.533714 + pos: 73.5,0.5 parent: 2 - - uid: 8917 + - uid: 8722 components: - type: Transform - pos: 40.582302,-42.48218 + pos: 74.5,-5.5 parent: 2 - - uid: 8918 + - uid: 8728 components: - type: Transform - pos: 40.426052,-42.404057 + pos: 66.5,-35.5 parent: 2 - - uid: 9056 + - uid: 8862 components: - type: Transform rot: -1.5707963267948966 rad - pos: 20.418236,-60.3674 + pos: -40.5,-13.5 parent: 2 - - uid: 9057 + - uid: 8904 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.629173,-60.5549 + pos: -59.5,0.5 parent: 2 - - uid: 9068 + - uid: 9293 components: - type: Transform - pos: 37.60755,4.5037785 + rot: 3.141592653589793 rad + pos: -69.5,22.5 parent: 2 - - uid: 9274 + - uid: 9294 components: - type: Transform rot: 3.141592653589793 rad - pos: 24.125702,-59.544712 + pos: -69.5,23.5 parent: 2 - - uid: 9304 + - uid: 9567 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.452106,-55.357807 + pos: 42.5,39.5 parent: 2 - - uid: 9305 + - uid: 9568 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.358356,-57.443745 + pos: 43.5,39.5 parent: 2 - - uid: 9306 + - uid: 9569 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.475544,-57.514057 + pos: 44.5,39.5 parent: 2 - - uid: 9308 + - uid: 9570 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.52242,-55.52187 + pos: 45.5,39.5 parent: 2 - - uid: 9410 + - uid: 9600 components: - type: Transform - pos: 35.720978,-45.4828 + rot: -1.5707963267948966 rad + pos: -5.5,32.5 parent: 2 - - uid: 9411 + - uid: 9601 components: - type: Transform - pos: 35.330353,-45.57655 + rot: -1.5707963267948966 rad + pos: -5.5,33.5 parent: 2 - - uid: 9424 + - uid: 9602 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.517853,-45.32655 + rot: -1.5707963267948966 rad + pos: -5.5,34.5 parent: 2 - - uid: 9425 + - uid: 9758 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.720978,-45.248425 + pos: 27.5,59.5 parent: 2 - - uid: 9442 + - uid: 9897 components: - type: Transform - pos: 37.3888,4.6600285 + pos: 27.5,57.5 parent: 2 - - uid: 9513 + - uid: 10000 components: - type: Transform rot: 3.141592653589793 rad - pos: 23.985077,-59.435337 + pos: 5.5,-60.5 parent: 2 - - uid: 9672 + - uid: 10001 components: - type: Transform rot: 3.141592653589793 rad - pos: -4.2040935,28.63934 + pos: 4.5,-56.5 parent: 2 - - uid: 9673 + - uid: 10031 components: - type: Transform rot: 3.141592653589793 rad - pos: -4.3603435,28.561214 + pos: 42.5,48.5 parent: 2 - - uid: 9674 + - uid: 10040 components: - type: Transform rot: 3.141592653589793 rad - pos: -4.1103435,28.45184 + pos: 43.5,48.5 parent: 2 - - uid: 9772 + - uid: 10128 components: - type: Transform rot: 3.141592653589793 rad - pos: 40.988968,-58.459785 + pos: 3.5,-57.5 parent: 2 - - type: Paper - stampState: paper_stamp-ce - stampedBy: - - stampedColor: '#C69B17FF' - stampedName: stamp-component-stamped-name-ce - content: > - Форма NT-ENG-REP - - Отчет о ситуации в южных технических тоннелях - - - Я как Старший инженер станции Спектр хочу вам сообщить. В общем, если не расписывать, то тут трындец. Все буквально заросло растениями выросли какие-то кристаллы и тут начали активно процветать космогрибы. Скажу чёстно я виг знает, как это убирать нормально. Повезло хоть то, что они энерго сеть не трогают и все работает пока нормально. Тут было довольно много бутылок... химики сказали, что это какой-то мутаген, но я виг знает. Ботаники говорят, что должен помочь космоотчиститель, но еще не проверяли. Могу предположить, что какой-то болван решил тут устроить свой мини садик, но что-то пошло не так. Также у нас в этих технических тоннелей пропало 3 дионы… и это трындец.. - - uid: 10088 + - uid: 10129 components: - type: Transform rot: 3.141592653589793 rad - pos: 25.616201,70.63181 + pos: 6.5,-60.5 parent: 2 - - uid: 10137 + - uid: 10146 components: - type: Transform rot: 3.141592653589793 rad - pos: -4.5493283,47.60022 + pos: 3.5,-59.5 parent: 2 - - uid: 10178 + - uid: 10220 components: - type: Transform - pos: -2.7368286,50.60022 + rot: 3.141592653589793 rad + pos: 45.5,48.5 parent: 2 - - uid: 10179 + - uid: 10223 components: - type: Transform - pos: -2.6014118,50.5273 + rot: 3.141592653589793 rad + pos: 46.5,48.5 parent: 2 - - uid: 10228 + - uid: 10270 components: - type: Transform - pos: 32.718334,26.718077 + pos: 35.5,60.5 parent: 2 - - uid: 10229 + - uid: 10340 components: - type: Transform - pos: 32.51521,26.593077 + rot: 3.141592653589793 rad + pos: -2.5,-57.5 parent: 2 - - uid: 10250 + - uid: 10609 components: - type: Transform - rot: 3.141592653589793 rad - pos: 43.56493,40.745155 + pos: 66.5,-34.5 parent: 2 - - uid: 10251 + - uid: 10625 components: - type: Transform rot: 3.141592653589793 rad - pos: 43.78368,40.557655 + pos: 5.5,-56.5 parent: 2 - - uid: 10523 + - uid: 10845 components: - type: Transform - pos: 44.370766,59.481857 + rot: 1.5707963267948966 rad + pos: -2.5,11.5 parent: 2 - - uid: 10524 + - uid: 10847 components: - type: Transform - pos: 44.44889,59.700607 + pos: 48.5,-56.5 parent: 2 - - uid: 10525 + - uid: 10849 components: - type: Transform - pos: 44.60514,59.466232 + pos: 51.5,-54.5 parent: 2 - - uid: 10775 + - uid: 10850 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.2781296,45.589603 + pos: 52.5,-51.5 parent: 2 - - uid: 10776 + - uid: 10851 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.371879,45.652103 + pos: 48.5,-55.5 parent: 2 - - uid: 11159 + - uid: 10852 components: - type: Transform - pos: -4.6034636,-57.390957 + pos: 49.5,-55.5 parent: 2 - - uid: 11332 + - uid: 10853 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.40512,48.57354 + pos: 52.5,-49.5 parent: 2 - - uid: 11338 + - uid: 10855 components: - type: Transform - rot: 3.141592653589793 rad - pos: 32.514313,48.65756 + pos: 52.5,-48.5 parent: 2 - - uid: 11339 + - uid: 11274 components: - type: Transform - rot: 3.141592653589793 rad - pos: 32.342438,48.59506 + pos: -10.5,-6.5 parent: 2 - - uid: 11341 + - uid: 11303 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.512836,47.500763 + pos: -10.5,-3.5 parent: 2 - - uid: 11636 + - uid: 11304 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 53.544888,28.729881 + pos: -9.5,-3.5 parent: 2 - - uid: 11637 + - uid: 11305 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 53.419888,28.604881 + pos: -8.5,-3.5 parent: 2 - - uid: 11667 + - uid: 11306 components: - type: Transform - pos: -29.787827,55.62448 + pos: -7.5,-3.5 parent: 2 - - uid: 11713 + - uid: 11311 components: - type: Transform - rot: 3.141592653589793 rad - pos: -63.479195,-15.568947 + pos: 17.5,-3.5 parent: 2 - - uid: 11714 + - uid: 11313 components: - type: Transform - rot: 3.141592653589793 rad - pos: -63.666695,-15.381447 + pos: 16.5,-3.5 parent: 2 - - uid: 12058 + - uid: 11315 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 54.644176,22.06614 + pos: 18.5,-3.5 parent: 2 - - uid: 12059 + - uid: 11317 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 54.456676,21.988014 + pos: 19.5,-3.5 parent: 2 - - uid: 12060 + - uid: 11318 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 54.56605,22.03489 + pos: 11.5,-6.5 parent: 2 - - uid: 12066 + - uid: 11340 components: - type: Transform - pos: 56.5973,20.738014 + pos: -16.5,-6.5 parent: 2 - - uid: 12067 + - uid: 11346 components: - type: Transform - pos: 56.675426,20.53489 + pos: 9.5,-6.5 parent: 2 - - uid: 12072 + - uid: 11347 components: - type: Transform - rot: 3.141592653589793 rad - pos: 56.664772,24.778402 + pos: 10.5,-6.5 parent: 2 - - uid: 12078 + - uid: 11348 components: - type: Transform - rot: 3.141592653589793 rad - pos: 56.321022,24.575277 + pos: 8.5,-6.5 parent: 2 - - uid: 12088 + - uid: 11355 components: - type: Transform - rot: 3.141592653589793 rad - pos: 56.430397,24.544027 + pos: -14.5,-3.5 parent: 2 - - uid: 12089 + - uid: 11400 components: - type: Transform - rot: 3.141592653589793 rad - pos: 56.414772,24.559652 + pos: -15.5,-3.5 parent: 2 - - uid: 12090 + - uid: 11402 components: - type: Transform - pos: 57.633522,20.68205 + pos: -16.5,-3.5 parent: 2 - - uid: 12129 + - uid: 11441 components: - type: Transform rot: 3.141592653589793 rad - pos: 57.677128,24.612928 + pos: 59.5,38.5 parent: 2 - - uid: 12245 + - uid: 11450 components: - type: Transform - pos: 37.185677,4.6287785 + pos: -17.5,-3.5 parent: 2 - - uid: 12443 + - uid: 11457 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 48.68698,41.857563 + pos: -17.5,-6.5 parent: 2 - - uid: 12444 + - uid: 11564 components: - type: Transform rot: 1.5707963267948966 rad - pos: 48.546356,41.779438 + pos: -67.5,23.5 parent: 2 - - uid: 12461 + - uid: 11692 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 48.577568,43.671432 + pos: 15.5,-6.5 parent: 2 - - uid: 12532 + - uid: 12168 components: - type: Transform - pos: -32.294533,38.440308 + pos: 16.5,-6.5 parent: 2 - - uid: 12533 + - uid: 12169 components: - type: Transform - pos: -32.294533,38.440308 + pos: 15.5,-3.5 parent: 2 - - uid: 12534 + - uid: 12207 components: - type: Transform - pos: -32.294533,38.440308 + pos: -15.5,-6.5 parent: 2 - - uid: 12993 + - uid: 12221 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 42.952503,9.34425 + pos: 18.5,-6.5 parent: 2 - - uid: 12997 + - uid: 12224 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 45.231903,9.22532 + pos: 17.5,-6.5 parent: 2 - - uid: 13000 + - uid: 12226 components: - type: Transform - rot: 3.141592653589793 rad - pos: 42.992146,10.434439 + pos: -7.5,-6.5 parent: 2 - - uid: 13002 + - uid: 12227 components: - type: Transform - pos: 44.042652,9.562287 + pos: -8.5,-6.5 parent: 2 - - uid: 13045 + - uid: 12228 components: - type: Transform - pos: 54.285397,-23.358324 + pos: -9.5,-6.5 parent: 2 - - type: Paper - stampState: paper_stamp-chaplain - stampedBy: - - stampedColor: '#D70601FF' - stampedName: stamp-component-stamped-name-chaplain - - stampedColor: '#00BE00FF' - stampedName: stamp-component-stamped-name-approved - - stampedColor: '#006600FF' - stampedName: stamp-component-stamped-name-centcom - content: >- - Форма NT-NT14 Spectrum-SEC-PMT - - Разрешение на ношение оружия - - Должность: Священник - - Причина: Быть рукой господа и для защиты божьего дома. - - Тип оружия: двуствольное ружьё. - - Вид патронов и их количество: - - 1 коробка травматических патронов (.50). - - Я, нижеподписавшийся, заявляю, что никогда не использую выданное мне оружие в корыстных целях, а только в целях самообороны. - - Место для печатей. - - uid: 13255 + - uid: 12236 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 42.238953,8.333348 + pos: -14.5,-6.5 parent: 2 - - uid: 13285 + - uid: 12237 components: - type: Transform - pos: 21.58898,40.540886 + pos: 9.5,-3.5 parent: 2 - - uid: 13287 + - uid: 12238 components: - type: Transform - pos: 21.424917,40.77526 + pos: 19.5,-6.5 parent: 2 - - uid: 13539 + - uid: 12239 components: - type: Transform - pos: -42.961517,-36.52345 + pos: 10.5,-3.5 parent: 2 - - uid: 13571 + - uid: 12242 components: - type: Transform - pos: 67.437614,5.5191536 + pos: 11.5,-3.5 parent: 2 - - uid: 14037 + - uid: 12243 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.381393,48.579357 + pos: 8.5,-3.5 parent: 2 - - uid: 14042 + - uid: 12308 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.470566,48.63882 + pos: 7.5,71.5 parent: 2 - - uid: 14304 + - uid: 12369 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 44.082294,10.414617 + pos: -79.5,59.5 parent: 2 - - uid: 14563 + - uid: 12456 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.499092,-3.4761703 + pos: -44.5,-13.5 parent: 2 - - uid: 14564 + - uid: 12507 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.749092,-3.0230453 + rot: 1.5707963267948966 rad + pos: -67.5,22.5 parent: 2 - - uid: 24203 + - uid: 12621 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.06423,77.23238 + pos: 74.5,6.5 parent: 2 - - uid: 27077 + - uid: 13136 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.38632,58.719666 + pos: -72.5,-0.5 parent: 2 - - uid: 27078 + - uid: 13451 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.534937,58.54127 + pos: -5.5,-79.5 parent: 2 - - uid: 27079 + - uid: 13942 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.326872,58.362877 + rot: 1.5707963267948966 rad + pos: 73.5,-12.5 parent: 2 - - uid: 27080 + - uid: 13946 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.326872,58.303413 + pos: 73.5,-0.5 parent: 2 - - uid: 27269 + - uid: 13947 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.34132,22.376661 + pos: 73.5,1.5 parent: 2 - - uid: 27270 + - uid: 14031 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.400768,22.049604 + pos: -44.5,-15.5 parent: 2 - - uid: 27271 + - uid: 14038 components: - type: Transform rot: -1.5707963267948966 rad - pos: 29.371044,21.87121 + pos: 62.5,-40.5 parent: 2 - - uid: 27272 + - uid: 14040 components: - type: Transform rot: -1.5707963267948966 rad - pos: 29.311596,21.841478 + pos: 61.5,-40.5 parent: 2 - - uid: 27465 + - uid: 14041 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -62.633087,1.8263582 + rot: -1.5707963267948966 rad + pos: 63.5,-39.5 parent: 2 - - uid: 27466 + - uid: 14298 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -62.336212,1.4357332 + pos: 75.5,6.5 parent: 2 - - uid: 27499 + - uid: 14301 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.433575,27.530231 + pos: 73.5,-19.5 parent: 2 - - uid: 27500 + - uid: 14302 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.55247,27.5005 + pos: 73.5,-21.5 parent: 2 - - uid: 27501 + - uid: 14476 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.70109,27.5005 + pos: 73.5,-23.5 parent: 2 - - uid: 31264 - components: - - type: Transform - pos: 2.5666199,11.487305 - parent: 30892 - - uid: 31265 - components: - - type: Transform - pos: 5.613495,11.487305 - parent: 30892 - - uid: 31266 - components: - - type: Transform - pos: 8.613495,11.50293 - parent: 30892 - - uid: 32861 + - uid: 14483 components: - type: Transform - pos: -14.725464,-6.5466766 - parent: 14592 - - type: Paper - content: >- - Я старался как мог... - - Но мне это не осилить... - - uid: 33494 + rot: 1.5707963267948966 rad + pos: 73.5,-11.5 + parent: 2 + - uid: 14507 components: - type: Transform - pos: -2.6333628,-53.257805 + pos: -63.5,1.5 parent: 2 - - uid: 33495 + - uid: 14512 components: - type: Transform - pos: -2.6333628,-53.257805 + rot: 3.141592653589793 rad + pos: -78.5,59.5 parent: 2 - - uid: 33496 + - uid: 15488 components: - type: Transform - pos: -2.6333628,-53.257805 + pos: -63.5,0.5 parent: 2 - - uid: 33497 + - uid: 19248 components: - type: Transform - pos: -2.6333628,-53.257805 + pos: 74.5,-1.5 parent: 2 - - uid: 33498 + - uid: 21139 components: - type: Transform - pos: -2.6333628,-53.257805 + rot: 3.141592653589793 rad + pos: 54.5,37.5 parent: 2 - - uid: 33499 + - uid: 21774 components: - type: Transform - pos: -2.6333628,-53.257805 + pos: -13.5,35.5 parent: 2 - - uid: 33939 + - uid: 23712 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.38204,-21.034626 + pos: -15.5,35.5 parent: 2 - - uid: 33940 + - uid: 23754 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.491413,-21.362751 + pos: 74.5,2.5 parent: 2 - - uid: 33941 + - uid: 23756 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.303913,-21.472126 + pos: 75.5,4.5 parent: 2 - - uid: 35071 + - uid: 23757 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 67.30859,28.008066 + pos: 74.5,4.5 parent: 2 - - uid: 35072 + - uid: 24271 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 67.41797,27.851816 + pos: 66.5,-33.5 parent: 2 - - uid: 35073 + - uid: 24847 components: - type: Transform rot: 1.5707963267948966 rad - pos: 67.74609,28.101816 + pos: 59.5,40.5 parent: 2 - - uid: 35090 + - uid: 26902 components: - type: Transform - rot: 3.141592653589793 rad - pos: 61.543884,27.678679 + pos: -72.5,0.5 parent: 2 - - uid: 35091 + - uid: 27110 components: - type: Transform - rot: 3.141592653589793 rad - pos: 61.450134,27.553679 + pos: -75.5,84.5 parent: 2 - - uid: 35092 + - uid: 27139 components: - type: Transform rot: 3.141592653589793 rad - pos: 61.731384,27.506804 - parent: 2 - - uid: 35143 - components: - - type: Transform - pos: 56.214657,50.66601 + pos: 59.5,37.5 parent: 2 - - uid: 35144 + - uid: 27455 components: - type: Transform - pos: 56.44903,50.400387 + pos: -77.5,80.5 parent: 2 - - uid: 35145 + - uid: 27638 components: - type: Transform - pos: 56.527157,50.587887 + pos: -75.5,80.5 parent: 2 - - uid: 35449 + - uid: 27643 components: - type: Transform rot: 1.5707963267948966 rad - pos: 57.45031,30.53878 + pos: -74.5,86.5 parent: 2 - - uid: 35450 + - uid: 27644 components: - type: Transform rot: 1.5707963267948966 rad - pos: 57.54406,29.960655 + pos: -74.5,85.5 parent: 2 - - uid: 35451 + - uid: 27661 components: - type: Transform rot: 1.5707963267948966 rad - pos: 57.35656,29.429405 + pos: -74.5,79.5 parent: 2 - - uid: 35452 + - uid: 27662 components: - type: Transform rot: 1.5707963267948966 rad - pos: 57.528435,28.97628 + pos: -74.5,78.5 parent: 2 - - uid: 35453 + - uid: 27669 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 57.57531,28.63253 + pos: -71.5,80.5 parent: 2 - - uid: 36435 + - uid: 27670 components: - type: Transform - pos: -87.65925,82.54161 + pos: -70.5,80.5 parent: 2 - - uid: 36440 + - uid: 27672 components: - type: Transform - pos: -87.62494,82.69936 + pos: -70.5,84.5 parent: 2 - - uid: 36751 + - uid: 27673 components: - type: Transform - rot: 3.141592653589793 rad - pos: 32.425312,28.76434 + pos: -71.5,84.5 parent: 2 - - uid: 36752 + - uid: 27675 components: - type: Transform - rot: 3.141592653589793 rad - pos: 32.312286,28.605968 + pos: -73.5,84.5 parent: 2 - - uid: 36753 + - uid: 27677 components: - type: Transform - rot: 3.141592653589793 rad - pos: 32.108845,28.741714 + pos: -77.5,84.5 parent: 2 - - uid: 42909 + - uid: 27678 components: - type: Transform - rot: 3.141592653589793 rad - pos: 43.190353,8.293705 + pos: -78.5,84.5 parent: 2 - - uid: 42913 + - uid: 27705 components: - type: Transform - pos: 41.386658,8.531564 + rot: -1.5707963267948966 rad + pos: -82.5,83.5 parent: 2 - - uid: 42992 + - uid: 27706 components: - type: Transform - rot: 3.141592653589793 rad - pos: 42.080387,9.245141 + rot: -1.5707963267948966 rad + pos: -82.5,79.5 parent: 2 - - uid: 43003 + - uid: 27709 components: - type: Transform - pos: 41.92182,10.2164 + rot: -1.5707963267948966 rad + pos: -86.5,79.5 parent: 2 - - uid: 43004 + - uid: 29985 components: - type: Transform rot: 1.5707963267948966 rad - pos: 43.249817,10.097471 + pos: -44.5,47.5 parent: 2 -- proto: PaperBin10 - entities: - - uid: 4914 + - uid: 30719 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-16.5 + rot: 3.141592653589793 rad + pos: -86.5,83.5 parent: 2 - - uid: 5498 + - uid: 30912 components: - type: Transform - pos: -40.5,-54.5 - parent: 2 - - uid: 5673 + rot: 1.5707963267948966 rad + pos: -2.5,8.5 + parent: 30892 + - uid: 30913 components: - type: Transform - pos: -5.5,-41.5 - parent: 2 - - uid: 6742 + rot: 1.5707963267948966 rad + pos: -0.5,9.5 + parent: 30892 + - uid: 30914 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-18.5 - parent: 2 - - uid: 6776 + rot: 1.5707963267948966 rad + pos: -2.5,7.5 + parent: 30892 + - uid: 30915 components: - type: Transform rot: 1.5707963267948966 rad - pos: 22.5,-20.5 - parent: 2 - - uid: 7415 + pos: -2.5,6.5 + parent: 30892 + - uid: 30917 components: - type: Transform rot: 1.5707963267948966 rad - pos: -1.5,-28.5 - parent: 2 - - uid: 8107 + pos: -1.5,8.5 + parent: 30892 + - uid: 30918 components: - type: Transform - pos: -17.5,14.5 - parent: 2 - - uid: 8164 + rot: 1.5707963267948966 rad + pos: -1.5,9.5 + parent: 30892 + - uid: 30924 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,30.5 - parent: 2 - - uid: 8319 + pos: 9.5,12.5 + parent: 30892 + - uid: 30925 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,55.5 - parent: 2 - - uid: 8845 + pos: 8.5,12.5 + parent: 30892 + - uid: 30927 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,-20.5 - parent: 2 - - uid: 8919 + pos: 6.5,12.5 + parent: 30892 + - uid: 30928 components: - type: Transform - pos: 39.5,-42.5 - parent: 2 - - uid: 10377 + pos: 5.5,12.5 + parent: 30892 + - uid: 30930 components: - type: Transform - pos: -22.5,-26.5 - parent: 2 - - uid: 10461 + pos: 3.5,12.5 + parent: 30892 + - uid: 30931 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,22.5 - parent: 2 - - uid: 10551 + pos: 2.5,12.5 + parent: 30892 + - uid: 30942 components: - type: Transform rot: 1.5707963267948966 rad - pos: 45.5,53.5 - parent: 2 - - uid: 10778 + pos: 10.5,-0.5 + parent: 30892 + - uid: 30943 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,41.5 - parent: 2 - - uid: 13441 + rot: 1.5707963267948966 rad + pos: 10.5,-1.5 + parent: 30892 + - uid: 31078 components: - type: Transform - pos: -42.5,-36.5 - parent: 2 - - uid: 13588 + rot: 1.5707963267948966 rad + pos: 6.5,-1.5 + parent: 30892 + - uid: 31085 components: - type: Transform - pos: 60.5,-2.5 - parent: 2 - - uid: 27076 + rot: 1.5707963267948966 rad + pos: 7.5,-1.5 + parent: 30892 + - uid: 31086 components: - type: Transform - pos: 30.5,56.5 - parent: 2 - - uid: 27274 + rot: 1.5707963267948966 rad + pos: 8.5,-1.5 + parent: 30892 + - uid: 31087 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,20.5 - parent: 2 - - uid: 33942 + rot: 1.5707963267948966 rad + pos: 9.5,-1.5 + parent: 30892 + - uid: 31709 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,-19.5 + pos: -76.5,59.5 parent: 2 -- proto: PaperBin5 - entities: - - uid: 11181 + - uid: 33858 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-59.5 + pos: -65.5,80.5 parent: 2 - - uid: 11331 + - uid: 33863 components: - type: Transform - pos: 33.5,48.5 + pos: -65.5,81.5 parent: 2 - - uid: 11584 + - uid: 33864 components: - type: Transform - pos: 40.5,19.5 + pos: -65.5,79.5 parent: 2 - - uid: 26900 + - uid: 33868 components: - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,-31.5 + pos: -61.5,79.5 parent: 2 -- proto: PaperCaptainsThoughts - entities: - - uid: 12719 + - uid: 33869 components: - type: Transform - pos: 13.6344185,-33.38214 + pos: -61.5,80.5 parent: 2 - - uid: 32189 + - uid: 33870 components: - type: Transform - pos: 13.7125435,-33.304016 + pos: -61.5,81.5 parent: 2 - - uid: 32190 + - uid: 33871 components: - type: Transform - pos: 13.5719185,-33.44464 + pos: -62.5,82.5 parent: 2 - - uid: 32191 + - uid: 33872 components: - type: Transform - pos: 13.4781685,-33.50714 + pos: -63.5,82.5 parent: 2 - - uid: 32192 + - uid: 33873 components: - type: Transform - pos: 13.4000435,-33.585266 + pos: -64.5,82.5 parent: 2 - - uid: 32193 + - uid: 33978 components: - type: Transform - pos: 12.9000435,-33.53839 + pos: -37.5,63.5 parent: 2 - - uid: 32194 + - uid: 34156 components: - type: Transform - pos: 12.9625435,-33.53839 + pos: -69.5,-3.5 parent: 2 - - uid: 32196 + - uid: 34999 components: - type: Transform - pos: 13.0250435,-33.53839 + pos: 67.5,38.5 parent: 2 -- proto: PaperCNCSheet - entities: - - uid: 9810 + - uid: 35000 components: - type: Transform - pos: 8.953623,46.54107 + pos: 67.5,39.5 parent: 2 - - uid: 9812 + - uid: 35011 components: - type: Transform - pos: 9.891123,46.57232 + rot: -1.5707963267948966 rad + pos: 70.5,26.5 parent: 2 - - uid: 9813 + - uid: 35012 components: - type: Transform rot: -1.5707963267948966 rad - pos: 8.406748,47.19732 + pos: 75.5,31.5 parent: 2 - - uid: 9814 + - uid: 35013 components: - type: Transform rot: -1.5707963267948966 rad - pos: 8.437998,48.10357 + pos: 71.5,26.5 parent: 2 - - uid: 9815 + - uid: 35014 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.078623,48.60357 + rot: -1.5707963267948966 rad + pos: 75.5,30.5 parent: 2 - - uid: 9816 + - uid: 35015 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.828623,48.60357 + rot: -1.5707963267948966 rad + pos: 74.5,30.5 parent: 2 - - uid: 9817 + - uid: 35016 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.547373,48.087944 + rot: -1.5707963267948966 rad + pos: 74.5,29.5 parent: 2 - - uid: 9818 + - uid: 35017 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.516123,47.431694 + rot: -1.5707963267948966 rad + pos: 74.5,28.5 parent: 2 - - uid: 10071 + - uid: 35019 components: - type: Transform - rot: 3.141592653589793 rad - pos: 25.991201,69.49119 + rot: -1.5707963267948966 rad + pos: 73.5,27.5 parent: 2 - - uid: 10073 + - uid: 35020 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.084951,69.91306 + rot: -1.5707963267948966 rad + pos: 72.5,27.5 parent: 2 -- proto: PaperOffice - entities: - - uid: 5609 + - uid: 35098 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.264025,-42.35671 + pos: 73.5,28.5 parent: 2 - - uid: 5645 + - uid: 35100 components: - type: Transform - pos: -2.249653,-46.561768 + pos: 55.5,51.5 parent: 2 - - uid: 5646 + - uid: 35101 components: - type: Transform - pos: -2.249653,-46.561768 + pos: 56.5,51.5 parent: 2 - - uid: 5647 + - uid: 35102 components: - type: Transform - pos: -2.249653,-46.561768 + pos: 57.5,51.5 parent: 2 - - uid: 5648 + - uid: 35624 components: - type: Transform - pos: -2.249653,-46.561768 + pos: -23.5,69.5 parent: 2 - - uid: 5649 + - uid: 35707 components: - type: Transform - pos: -2.249653,-46.561768 + rot: -1.5707963267948966 rad + pos: -64.5,78.5 parent: 2 - - uid: 5650 + - uid: 35709 components: - type: Transform - pos: -2.249653,-46.561768 + rot: -1.5707963267948966 rad + pos: -63.5,78.5 parent: 2 - - uid: 5651 + - uid: 35710 components: - type: Transform - pos: -2.249653,-46.561768 + rot: -1.5707963267948966 rad + pos: -62.5,78.5 parent: 2 - - uid: 5652 + - uid: 36347 components: - type: Transform - pos: -2.249653,-46.561768 + pos: -62.5,73.5 parent: 2 - - uid: 5653 + - uid: 36348 components: - type: Transform - pos: -2.249653,-46.561768 + pos: -62.5,74.5 parent: 2 - - uid: 5654 + - uid: 39723 components: - type: Transform - pos: -2.249653,-46.561768 - parent: 2 - - uid: 5655 + rot: -1.5707963267948966 rad + pos: 16.5,-9.5 + parent: 36907 + - uid: 39724 components: - type: Transform - pos: -2.249653,-46.561768 - parent: 2 - - uid: 5656 + rot: -1.5707963267948966 rad + pos: 19.5,-7.5 + parent: 36907 + - uid: 39725 components: - type: Transform - pos: -2.249653,-46.561768 - parent: 2 - - uid: 5657 + rot: -1.5707963267948966 rad + pos: 13.5,-7.5 + parent: 36907 + - uid: 39726 components: - type: Transform - pos: -2.249653,-46.561768 - parent: 2 - - uid: 5658 + rot: -1.5707963267948966 rad + pos: 13.5,-6.5 + parent: 36907 + - uid: 39727 components: - type: Transform - pos: -2.249653,-46.561768 - parent: 2 - - uid: 5659 + rot: -1.5707963267948966 rad + pos: 19.5,-6.5 + parent: 36907 + - uid: 39728 components: - type: Transform - pos: -2.249653,-46.561768 - parent: 2 - - uid: 5693 + rot: 3.141592653589793 rad + pos: 9.5,-2.5 + parent: 36907 + - uid: 39729 components: - type: Transform rot: 3.141592653589793 rad - pos: -8.423538,-46.304924 - parent: 2 - - uid: 5694 + pos: 9.5,-3.5 + parent: 36907 + - uid: 39730 components: - type: Transform rot: 3.141592653589793 rad - pos: -8.698727,-46.415 - parent: 2 - - uid: 5695 + pos: 9.5,-0.5 + parent: 36907 + - uid: 39731 components: - type: Transform rot: 3.141592653589793 rad - pos: -8.3685,-46.543423 - parent: 2 - - uid: 8197 + pos: 9.5,0.5 + parent: 36907 + - uid: 39732 components: - type: Transform - pos: -47.41418,35.70698 - parent: 2 - - uid: 8198 + rot: 3.141592653589793 rad + pos: 12.5,4.5 + parent: 36907 + - uid: 39733 components: - type: Transform - pos: -47.28918,35.597607 - parent: 2 - - uid: 8199 + rot: 3.141592653589793 rad + pos: 14.5,4.5 + parent: 36907 + - uid: 39734 components: - type: Transform - pos: -47.461056,35.503857 - parent: 2 - - uid: 9323 + rot: 3.141592653589793 rad + pos: 13.5,4.5 + parent: 36907 + - uid: 39735 components: - type: Transform - pos: -18.448532,-43.461872 - parent: 2 - - type: Paper - stampState: paper_stamp-rd - stampedBy: - - stampedColor: '#1F66A0FF' - stampedName: stamp-component-stamped-name-rd - - stampedColor: '#006600FF' - stampedName: stamp-component-stamped-name-centcom - - stampedColor: '#00BE00FF' - stampedName: stamp-component-stamped-name-approved - content: >- - Форма NT-RND-СС-ORD - - Запрос на проведение операций - - Я, в должности Научного Руководителя, прошу разрешение на проведение научным отделом процедур эвтаназии. - - С последствиями данного решения ознакомлен, лекцию от главного врача прослушал. По окончании процедур мозг должен быть погружен в борга. - - Услуги эвтаназии не классифицированы NanoTrasen, как несущие экономические убытки и будут проводиться только добровольно. - - Место для печатей - - uid: 10549 + rot: -1.5707963267948966 rad + pos: 19.5,-8.5 + parent: 36907 + - uid: 39736 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.76493,52.65004 - parent: 2 - - uid: 10554 + rot: -1.5707963267948966 rad + pos: 13.5,-8.5 + parent: 36907 + - uid: 39737 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.624306,52.446915 - parent: 2 - - uid: 10556 + rot: -1.5707963267948966 rad + pos: 13.5,-0.5 + parent: 36907 + - uid: 39738 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.38993,52.634415 - parent: 2 - - uid: 10768 + rot: -1.5707963267948966 rad + pos: 15.5,-9.5 + parent: 36907 + - uid: 39739 components: - type: Transform - pos: -3.3093793,41.652283 - parent: 2 - - uid: 10780 + rot: -1.5707963267948966 rad + pos: 13.5,-2.5 + parent: 36907 + - uid: 39740 components: - type: Transform - pos: -3.2156293,41.464783 - parent: 2 - - uid: 10781 + rot: -1.5707963267948966 rad + pos: 13.5,-1.5 + parent: 36907 + - uid: 39741 components: - type: Transform - pos: -3.4656293,41.542908 - parent: 2 - - uid: 13589 + rot: -1.5707963267948966 rad + pos: 17.5,-9.5 + parent: 36907 + - uid: 39742 components: - type: Transform - pos: 59.3864,-2.3533242 - parent: 2 - - uid: 13590 + rot: -1.5707963267948966 rad + pos: 19.5,-0.5 + parent: 36907 + - uid: 39743 components: - type: Transform - pos: 59.54698,-2.4847748 - parent: 2 - - uid: 30790 + rot: -1.5707963267948966 rad + pos: 18.5,-5.5 + parent: 36907 + - uid: 39744 components: - type: Transform rot: -1.5707963267948966 rad - pos: -16.447681,32.198048 - parent: 2 - - uid: 30791 + pos: 15.5,0.5 + parent: 36907 + - uid: 39745 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.432056,32.135548 - parent: 2 - - uid: 30792 + rot: -1.5707963267948966 rad + pos: 14.5,-5.5 + parent: 36907 + - uid: 39746 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.760181,31.729298 - parent: 2 - - uid: 30793 + rot: -1.5707963267948966 rad + pos: 18.5,-3.5 + parent: 36907 + - uid: 39747 components: - type: Transform - rot: 3.141592653589793 rad - pos: -14.791431,32.651173 - parent: 2 - - uid: 30794 + rot: -1.5707963267948966 rad + pos: 16.5,0.5 + parent: 36907 + - uid: 39748 components: - type: Transform - rot: 3.141592653589793 rad - pos: -14.572681,32.541798 - parent: 2 - - uid: 30795 + rot: -1.5707963267948966 rad + pos: 14.5,-3.5 + parent: 36907 + - uid: 39749 components: - type: Transform - pos: -15.541431,31.588673 - parent: 2 - - uid: 30796 + rot: -1.5707963267948966 rad + pos: 17.5,0.5 + parent: 36907 + - uid: 39750 components: - type: Transform - pos: -15.869556,31.666798 - parent: 2 - - uid: 33500 + rot: -1.5707963267948966 rad + pos: 19.5,-2.5 + parent: 36907 + - uid: 39751 components: - type: Transform - pos: -2.3989878,-53.33593 - parent: 2 - - uid: 33501 + rot: -1.5707963267948966 rad + pos: 19.5,-1.5 + parent: 36907 + - uid: 39752 components: - type: Transform - pos: -2.3989878,-53.33593 - parent: 2 - - uid: 33502 + rot: 3.141592653589793 rad + pos: 18.5,4.5 + parent: 36907 + - uid: 39753 components: - type: Transform - pos: -2.3989878,-53.33593 - parent: 2 - - uid: 33503 + rot: 3.141592653589793 rad + pos: 19.5,4.5 + parent: 36907 + - uid: 39754 components: - type: Transform - pos: -2.3989878,-53.33593 - parent: 2 - - uid: 33504 + rot: 3.141592653589793 rad + pos: 20.5,4.5 + parent: 36907 + - uid: 42903 components: - type: Transform - pos: -2.3989878,-53.33593 + rot: 1.5707963267948966 rad + pos: -1.5,11.5 parent: 2 - - uid: 33505 + - uid: 42904 components: - type: Transform - pos: -2.3989878,-53.33593 + rot: 1.5707963267948966 rad + pos: -0.5,11.5 parent: 2 - - uid: 33506 + - uid: 42905 components: - type: Transform - pos: -2.3989878,-53.33593 + rot: 1.5707963267948966 rad + pos: 0.5,11.5 parent: 2 -- proto: PaperRolling - entities: - - uid: 11556 + - uid: 42906 components: - type: Transform - pos: 58.861626,-34.597237 + rot: 1.5707963267948966 rad + pos: 1.5,11.5 parent: 2 -- proto: ParticleAcceleratorEmitterForeUnfinished - entities: - - uid: 36363 + - uid: 42907 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -65.5,85.5 + rot: 1.5707963267948966 rad + pos: 2.5,11.5 parent: 2 -- proto: ParticleAcceleratorPowerBox - entities: - - uid: 36364 + - uid: 42908 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,85.5 + rot: 1.5707963267948966 rad + pos: 3.5,11.5 parent: 2 -- proto: PartRodMetal1 - entities: - - uid: 1862 + - uid: 42993 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.721912,47.588623 + pos: 3.5,12.5 parent: 2 - - uid: 1864 + - uid: 43001 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.128163,48.291748 + pos: -2.5,12.5 parent: 2 - - uid: 1866 + - uid: 43143 components: - type: Transform - pos: -7.5266004,43.604248 + pos: -72.5,1.5 parent: 2 - - uid: 1868 +- proto: RemoteSignaller + entities: + - uid: 39755 components: + - type: MetaData + name: Пульт от БоссРума - type: Transform - rot: -1.5707963267948966 rad - pos: -7.4328504,38.588623 - parent: 2 - - uid: 1870 + pos: 25.328861,41.356934 + parent: 36907 + - type: DeviceLinkSource + linkedPorts: + 37029: + - Pressed: Toggle + 37030: + - Pressed: Toggle +- proto: ResearchAndDevelopmentServer + entities: + - uid: 4892 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.7141004,36.432373 + pos: -21.5,-19.5 parent: 2 - - uid: 9481 +- proto: RevolverCapGun + entities: + - uid: 14487 components: - type: Transform - pos: -56.649525,5.668337 + pos: -15.485554,-57.338005 parent: 2 - - uid: 9488 + - uid: 39756 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.625523,21.089968 - parent: 2 - - uid: 10644 + pos: 6.558851,50.58246 + parent: 36907 +- proto: RiceSeeds + entities: + - uid: 32105 components: - type: Transform - pos: -54.81619,14.888328 + pos: 51.723587,-45.756214 parent: 2 - - uid: 11020 +- proto: RightArmBorgEngineer + entities: + - uid: 13012 components: - type: Transform - pos: 59.80856,-33.57094 + pos: 24.7862,13.630453 parent: 2 - - uid: 11021 +- proto: RightArmSkeleton + entities: + - uid: 24832 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 59.62106,-30.055313 - parent: 2 - - uid: 11023 + pos: 3.9447346,21.809082 + parent: 36907 +- proto: RightFootSkeleton + entities: + - uid: 11277 components: - type: Transform - rot: 3.141592653589793 rad - pos: 61.65231,-28.727188 - parent: 2 - - uid: 11436 + parent: 10959 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 24383 components: - type: Transform - pos: 53.551346,-42.405945 - parent: 2 - - uid: 11463 + pos: 6.7703533,18.234375 + parent: 36907 +- proto: RightLegBorgEngineer + entities: + - uid: 13011 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 56.029198,-30.359934 + pos: 19.477045,16.602457 parent: 2 - - uid: 11464 +- proto: RiotBulletShield + entities: + - uid: 10714 components: - type: Transform - rot: 3.141592653589793 rad - pos: 60.451073,-25.766184 + pos: 49.74298,32.65437 parent: 2 - - uid: 11466 + - uid: 10715 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 66.86984,-12.947062 + pos: 49.55548,32.65437 parent: 2 - - uid: 11467 + - uid: 10717 components: - type: Transform - rot: 3.141592653589793 rad - pos: 62.260468,-9.662397 + pos: 49.30548,32.669994 parent: 2 - - uid: 11468 + - uid: 35088 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 60.479218,-8.474897 + pos: 62.52826,27.553679 parent: 2 - - uid: 11469 +- proto: RiotLaserShield + entities: + - uid: 10719 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 58.291718,-7.2561474 + pos: 49.74298,32.49812 parent: 2 - - uid: 11470 + - uid: 10720 components: - type: Transform - pos: 55.86473,-36.65606 + pos: 49.571106,32.482494 parent: 2 - - uid: 11471 + - uid: 10721 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 49.52069,-45.46502 + pos: 49.321106,32.482494 parent: 2 - - uid: 11766 + - uid: 35089 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.217415,31.358315 + pos: 62.30951,27.694304 parent: 2 - - uid: 12661 +- proto: RiotShield + entities: + - uid: 10711 components: - type: Transform - pos: 15.801178,30.525806 + pos: 49.74298,32.81062 parent: 2 - - uid: 12776 + - uid: 10712 components: - type: Transform - pos: 19.33266,27.488665 + pos: 49.58673,32.81062 parent: 2 - - uid: 24228 + - uid: 10713 components: - type: Transform - pos: -64.36289,83.55347 + pos: 49.36798,32.826244 parent: 2 - - uid: 36372 + - uid: 35087 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -66.05039,85.00659 + pos: 62.762634,27.428679 parent: 2 -- proto: PassengerIDCard +- proto: RitualDagger entities: - - uid: 4621 + - uid: 39757 components: - type: Transform - parent: 10940 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: Pen + pos: 41.550465,6.4174347 + parent: 36907 +- proto: RobustHarvestChemistryBottle entities: - - uid: 1334 + - uid: 13412 components: - type: Transform - pos: 36.373177,3.9100285 + pos: -21.58341,59.409893 parent: 2 - - uid: 3453 + - uid: 13413 components: - type: Transform - pos: 32.298466,26.644136 + pos: -21.30216,59.441143 parent: 2 - - uid: 4913 + - uid: 14432 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.038021,-16.500635 + pos: -21.474035,59.581768 parent: 2 - - uid: 5629 +- proto: RockGuitarInstrument + entities: + - uid: 8323 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.326525,-42.38796 + pos: 12.809734,59.581863 parent: 2 - - uid: 5674 +- proto: RollerBed + entities: + - uid: 2867 components: - type: Transform - pos: -5.111613,-41.59003 + pos: 36.49067,-14.311466 parent: 2 - - uid: 5675 + - uid: 8893 components: - type: Transform - pos: -5.056575,-41.443264 + pos: 36.49067,-13.342716 parent: 2 - - uid: 5676 + - uid: 10300 components: - type: Transform - pos: -5.056575,-41.27815 + pos: 26.521809,51.50985 parent: 2 - - uid: 5692 + - uid: 15341 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.157373,-46.139812 + pos: 36.506294,-15.295841 parent: 2 - - uid: 5746 +- proto: RollerBedSpawnFolded + entities: + - uid: 8826 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.6113853,-36.920475 + pos: 45.295017,-16.155216 parent: 2 - - uid: 5747 +- proto: RollingPin + entities: + - uid: 42990 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.299803,-36.975513 + rot: -1.5707963267948966 rad + pos: -8.450272,62.25933 parent: 2 - - uid: 5748 +- proto: RPED + entities: + - uid: 36405 components: - type: Transform - pos: -5.16206,-37.56258 + pos: -66.38118,75.7228 parent: 2 - - uid: 6108 +- proto: RubberStampApproved + entities: + - uid: 5643 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.983355,-33.526077 + pos: -2.2679992,-45.901314 parent: 2 - - uid: 6179 + - uid: 6123 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.880041,-37.55618 + pos: 14.772228,-34.00307 parent: 2 - - uid: 6307 + - uid: 10561 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 44.813614,35.357025 + pos: 45.81799,52.46254 parent: 2 - - uid: 6746 + - uid: 10788 components: - type: Transform - pos: 13.437098,-16.902897 + pos: -3.8250043,41.449158 parent: 2 - - uid: 6766 + - uid: 12150 components: - type: Transform - rot: 3.141592653589793 rad - pos: 20.523838,-17.700182 + pos: 54.44254,23.334019 parent: 2 - - uid: 6895 + - uid: 13526 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.240797,-11.514357 + pos: -38.93405,-53.339836 parent: 2 - - uid: 7414 +- proto: RubberStampCE + entities: + - uid: 8113 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.7298142,-27.313375 + pos: -14.976831,14.502644 parent: 2 - - uid: 8114 +- proto: RubberStampChaplain + entities: + - uid: 8858 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.976831,14.758589 + pos: 57.345524,-22.19329 parent: 2 - - uid: 8308 +- proto: RubberStampCMO + entities: + - uid: 6751 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.6965528,39.675323 + pos: 13.327723,-17.527897 parent: 2 - - uid: 8320 +- proto: RubberStampDenied + entities: + - uid: 5644 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.575693,55.411648 + pos: -2.5615335,-45.919662 parent: 2 - - uid: 8486 + - uid: 6131 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.7179365,30.71679 + pos: 14.643806,-33.727882 parent: 2 - - uid: 8612 + - uid: 10560 components: - type: Transform - pos: 33.256516,38.38528 + pos: 46.083614,52.74379 parent: 2 - - uid: 8861 + - uid: 10787 components: - type: Transform - pos: 57.771053,-22.299673 + pos: -4.1062546,41.371033 parent: 2 - - uid: 8920 + - uid: 12152 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 40.269802,-42.51343 + pos: 54.53629,23.193394 parent: 2 - - uid: 9493 + - uid: 13488 components: - type: Transform - pos: 34.345978,-45.19458 + pos: -38.919456,-53.57353 parent: 2 - - uid: 9495 +- proto: RubberStampHop + entities: + - uid: 5642 components: - type: Transform - rot: 3.141592653589793 rad - pos: 35.689728,-45.585205 + pos: -2.3964205,-46.121468 parent: 2 - - uid: 9497 +- proto: RubberStampHos + entities: + - uid: 10559 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 34.658478,-45.63208 + pos: 46.13049,52.446915 parent: 2 - - uid: 9519 +- proto: SadTromboneImplanter + entities: + - uid: 24264 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.292082,-56.269554 - parent: 2 - - uid: 9675 + parent: 36929 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: SalvageCanisterSpawner + entities: + - uid: 12909 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.9072185,28.70184 + pos: 37.5,12.5 parent: 2 - - uid: 10089 + - uid: 34313 components: - type: Transform - rot: 3.141592653589793 rad - pos: 25.506826,70.20994 + pos: -55.5,-21.5 parent: 2 - - uid: 10139 + - uid: 34314 components: - type: Transform - pos: -4.7159953,47.53772 + pos: -64.5,-14.5 parent: 2 - - uid: 10253 + - uid: 39758 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 43.857094,40.81525 - parent: 2 - - uid: 10379 + pos: 4.5,-20.5 + parent: 36907 + - uid: 39759 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.529617,-28.42456 - parent: 2 - - uid: 10701 + pos: 53.5,-8.5 + parent: 36907 + - uid: 39760 components: - type: Transform - pos: 6.2327366,42.456524 - parent: 2 - - uid: 10777 + pos: 55.5,-19.5 + parent: 36907 + - uid: 39761 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.418754,45.433353 - parent: 2 - - uid: 10789 + pos: 22.5,-16.5 + parent: 36907 + - uid: 39762 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.0593793,41.402283 - parent: 2 - - uid: 11343 + pos: 55.5,1.5 + parent: 36907 + - uid: 39763 components: - type: Transform - pos: 32.128384,48.668373 - parent: 2 - - uid: 11344 + pos: 40.5,-19.5 + parent: 36907 + - uid: 39764 components: - type: Transform - pos: 30.413109,48.980873 - parent: 2 - - uid: 11345 + pos: 56.5,8.5 + parent: 36907 + - uid: 39765 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.472115,47.793373 - parent: 2 - - uid: 11374 + pos: 17.5,-21.5 + parent: 36907 + - uid: 39766 components: - type: Transform - pos: 30.392296,49.13195 - parent: 2 - - uid: 11638 + pos: 53.5,11.5 + parent: 36907 + - uid: 39767 components: - type: Transform - pos: 53.3893,28.938004 - parent: 2 - - uid: 11643 + pos: 58.5,21.5 + parent: 36907 + - uid: 39768 components: - type: Transform - pos: 39.455353,21.46135 - parent: 2 - - uid: 12448 + pos: 54.5,17.5 + parent: 36907 + - uid: 39769 components: - type: Transform - pos: 48.421356,42.138813 - parent: 2 - - uid: 12535 + pos: 49.5,23.5 + parent: 36907 + - uid: 39770 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.20921,38.341637 - parent: 2 - - uid: 12536 + pos: 35.5,28.5 + parent: 36907 + - uid: 39771 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.349834,38.35726 - parent: 2 - - uid: 12751 + pos: 26.5,22.5 + parent: 36907 + - uid: 39772 components: - type: Transform - pos: -26.51396,64.7412 - parent: 2 - - uid: 13048 + pos: 13.5,29.5 + parent: 36907 + - uid: 39773 components: - - type: MetaData - desc: Похоже на этой ручке засохшая кровь. - type: Transform - parent: 8564 - - type: Physics - canCollide: False - - uid: 13120 + pos: 37.5,-21.5 + parent: 36907 + - uid: 39774 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.29456,10.086763 - parent: 2 - - uid: 13281 + pos: 39.5,2.5 + parent: 36907 +- proto: SalvageHumanCorpseSpawner + entities: + - uid: 36266 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.010855,40.470573 + pos: 43.5,-10.5 parent: 2 - - uid: 13283 +- proto: SalvageLootSpawner + entities: + - uid: 34300 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.940542,40.77526 + pos: -57.5,-23.5 parent: 2 - - uid: 13572 + - uid: 34301 components: - type: Transform - pos: 67.74418,5.723632 + pos: -49.5,-29.5 parent: 2 - - uid: 14493 + - uid: 34303 components: - type: Transform - pos: -31.586203,-59.449936 + pos: -56.5,-11.5 parent: 2 - - uid: 26976 + - uid: 34305 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -62.336212,1.8576082 + pos: -61.5,-27.5 parent: 2 - - uid: 27276 + - uid: 34306 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 29.549385,21.09817 + pos: -59.5,-26.5 parent: 2 - - uid: 27277 + - uid: 34307 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 29.400768,21.365759 + pos: -56.5,-25.5 parent: 2 - - uid: 30800 + - uid: 34308 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.650806,31.557423 + pos: -54.5,-28.5 parent: 2 - - uid: 30881 + - uid: 34309 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.478931,32.338673 + pos: -47.5,-33.5 parent: 2 - - uid: 31267 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.4416199,11.393555 - parent: 30892 - - uid: 31268 + - uid: 34310 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.519745,11.424805 - parent: 30892 - - uid: 31269 + pos: -47.5,-29.5 + parent: 2 + - uid: 39809 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.47287,11.456055 - parent: 30892 - - uid: 33507 + pos: 52.5,8.5 + parent: 36907 +- proto: SalvageMagnet + entities: + - uid: 27509 components: - type: Transform rot: -1.5707963267948966 rad - pos: -2.7114878,-53.507805 + pos: -53.5,-49.5 parent: 2 - - uid: 33508 + - uid: 34545 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5239878,-53.49218 - parent: 2 - - uid: 33509 + pos: 15.5,5.5 + parent: 30892 +- proto: SalvageMaterialCrateSpawner + entities: + - uid: 34317 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.3521128,-53.49218 + pos: -55.5,-2.5 parent: 2 - - uid: 35093 + - uid: 34529 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 61.71576,27.631804 - parent: 2 - - uid: 35146 + pos: 11.5,2.5 + parent: 30892 + - uid: 34614 components: - type: Transform - pos: 55.933407,50.587887 - parent: 2 - - uid: 35454 + pos: 13.5,3.5 + parent: 30892 + - uid: 39775 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 57.66906,30.41378 - parent: 2 - - uid: 35455 + pos: 25.5,7.5 + parent: 36907 + - uid: 39776 components: - type: Transform - pos: 57.54406,28.773155 - parent: 2 - - uid: 36750 + pos: 35.5,23.5 + parent: 36907 + - uid: 39777 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.922623,28.605968 - parent: 2 -- proto: PersonalAI - entities: - - uid: 5199 + pos: 44.5,-11.5 + parent: 36907 + - uid: 39778 components: - type: Transform - pos: -33.54395,-31.430798 - parent: 2 - - uid: 30799 + pos: 9.5,26.5 + parent: 36907 + - uid: 39779 components: - type: Transform - pos: -13.322681,32.323048 - parent: 2 -- proto: PhoneInstrument - entities: - - uid: 6128 + pos: 27.5,22.5 + parent: 36907 + - uid: 39780 components: - type: Transform - pos: 12.552374,-33.305923 - parent: 2 - - uid: 6178 + pos: 32.5,29.5 + parent: 36907 + - uid: 39781 components: - type: Transform - pos: 8.109514,-37.299335 - parent: 2 - - uid: 8517 + pos: 40.5,29.5 + parent: 36907 + - uid: 39782 components: - type: Transform - pos: 4.4838934,32.504025 - parent: 2 -- proto: PianoInstrument - entities: - - uid: 8278 + pos: 34.5,9.5 + parent: 36907 + - uid: 39783 components: - type: Transform - pos: 6.5,59.5 - parent: 2 - - uid: 9981 + pos: 17.5,23.5 + parent: 36907 + - uid: 39784 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-61.5 - parent: 2 -- proto: Pickaxe - entities: - - uid: 15045 + pos: 11.5,23.5 + parent: 36907 + - uid: 39785 components: - type: Transform - pos: 0.50213623,5.59268 - parent: 14592 - - uid: 15759 + pos: 44.5,25.5 + parent: 36907 + - uid: 39786 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.554199,2.5507584 - parent: 14592 - - uid: 15760 + pos: 52.5,19.5 + parent: 36907 + - uid: 39787 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.554199,2.3007584 - parent: 14592 - - uid: 15761 + pos: 49.5,29.5 + parent: 36907 + - uid: 39788 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.366699,2.6445084 - parent: 14592 - - uid: 15762 + pos: 50.5,23.5 + parent: 36907 + - uid: 39789 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.601074,2.1288834 - parent: 14592 - - uid: 16076 + pos: 56.5,27.5 + parent: 36907 + - uid: 39790 components: - type: Transform - pos: -0.5477905,17.308857 - parent: 14592 - - uid: 35644 + pos: 53.5,17.5 + parent: 36907 + - uid: 39791 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.16436,64.36748 - parent: 2 -- proto: Pill - entities: - - uid: 8955 + pos: 59.5,23.5 + parent: 36907 + - uid: 39792 components: - - type: MetaData - name: снотворное - type: Transform - parent: 8926 - - type: SolutionContainerManager - solutions: - food: - temperature: 293.15 - canMix: False - canReact: True - maxVol: 20 - name: null - reagents: - - data: null - ReagentId: ChloralHydrate - Quantity: 20 - - type: Physics - canCollide: False - - uid: 8987 + pos: 52.5,-15.5 + parent: 36907 + - uid: 39793 components: - - type: MetaData - name: снотворное - type: Transform - parent: 8926 - - type: SolutionContainerManager - solutions: - food: - temperature: 293.15 - canMix: False - canReact: True - maxVol: 20 - name: null - reagents: - - data: null - ReagentId: ChloralHydrate - Quantity: 20 - - type: Physics - canCollide: False - - uid: 9386 + pos: 57.5,-2.5 + parent: 36907 + - uid: 39794 components: - - type: MetaData - name: снотворное - type: Transform - parent: 8926 - - type: SolutionContainerManager - solutions: - food: - temperature: 293.15 - canMix: False - canReact: True - maxVol: 20 - name: null - reagents: - - data: null - ReagentId: ChloralHydrate - Quantity: 20 - - type: Physics - canCollide: False - - uid: 9409 + pos: 57.5,3.5 + parent: 36907 + - uid: 39795 components: - - type: MetaData - name: снотворное - type: Transform - parent: 8926 - - type: SolutionContainerManager - solutions: - food: - temperature: 293.15 - canMix: False - canReact: True - maxVol: 20 - name: null - reagents: - - data: null - ReagentId: ChloralHydrate - Quantity: 20 - - type: Physics - canCollide: False - - uid: 9451 + pos: 59.5,16.5 + parent: 36907 + - uid: 39796 components: - - type: MetaData - name: снотворное - type: Transform - parent: 8926 - - type: SolutionContainerManager - solutions: - food: - temperature: 293.15 - canMix: False - canReact: True - maxVol: 20 - name: null - reagents: - - data: null - ReagentId: ChloralHydrate - Quantity: 20 - - type: Physics - canCollide: False - - uid: 10529 + pos: 57.5,-14.5 + parent: 36907 + - uid: 39797 components: - - type: MetaData - name: снотворное - type: Transform - parent: 8926 - - type: SolutionContainerManager - solutions: - food: - temperature: 293.15 - canMix: False - canReact: True - maxVol: 20 - name: null - reagents: - - data: null - ReagentId: ChloralHydrate - Quantity: 20 - - type: Physics - canCollide: False -- proto: PillCanister - entities: - - uid: 6886 + pos: 52.5,-21.5 + parent: 36907 + - uid: 39798 components: - type: Transform - pos: 22.311478,-14.4724455 - parent: 2 - - uid: 6887 + pos: 43.5,-21.5 + parent: 36907 + - uid: 39799 components: - type: Transform - pos: 23.209547,-14.326857 - parent: 2 - - uid: 6888 + pos: 37.5,-19.5 + parent: 36907 + - uid: 39800 components: - type: Transform - pos: 22.764603,-14.4255705 - parent: 2 -- proto: PillSpaceDrugs - entities: - - uid: 11604 + pos: 24.5,-19.5 + parent: 36907 + - uid: 39801 + components: + - type: Transform + pos: 5.5,-16.5 + parent: 36907 + - uid: 39802 components: - type: Transform - pos: 59.467056,-29.29121 - parent: 2 -- proto: PlaqueAtmos - entities: - - uid: 1004 + pos: 10.5,-19.5 + parent: 36907 + - uid: 39803 components: - - type: MetaData - desc: '"Данная газовая система будет готова к любым бедам. Кроме плазмы."' - type: Transform - pos: -43.5,46.5 - parent: 2 -- proto: PlasmaCanister - entities: - - uid: 5072 + pos: 17.5,-16.5 + parent: 36907 + - uid: 39804 components: - type: Transform - pos: -29.5,-9.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 8143 + pos: 0.5,-22.5 + parent: 36907 + - uid: 39805 components: - type: Transform - pos: -54.5,23.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 8453 + pos: 47.5,-20.5 + parent: 36907 + - uid: 39806 components: - type: Transform - pos: -37.5,50.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 12907 + pos: 57.5,12.5 + parent: 36907 + - uid: 39807 components: - type: Transform - pos: 36.5,11.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 27819 + pos: 5.5,-14.5 + parent: 36907 + - uid: 39808 components: - type: Transform - pos: -56.5,48.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: PlasmaReinforcedWindowDirectional + pos: 41.5,3.5 + parent: 36907 +- proto: Saw entities: - - uid: 8787 + - uid: 13072 components: - type: Transform - pos: -67.5,13.5 + pos: 34.58152,-13.05435 parent: 2 - - uid: 8788 +- proto: SawElectric + entities: + - uid: 9489 components: - type: Transform - pos: -66.5,13.5 + pos: 63.563614,-28.755205 parent: 2 - - uid: 8789 + - uid: 13067 components: - type: Transform - pos: -65.5,13.5 + pos: 34.45652,-12.851225 parent: 2 - - uid: 8790 +- proto: SawImprov + entities: + - uid: 9454 components: - type: Transform - rot: 3.141592653589793 rad - pos: -67.5,9.5 + pos: 53.401436,-29.899277 parent: 2 - - uid: 8791 +- proto: SaxophoneInstrument + entities: + - uid: 14257 components: - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,9.5 + pos: -14.428902,-64.92452 parent: 2 - - uid: 8792 +- proto: ScalpelShiv + entities: + - uid: 11545 components: - type: Transform rot: 3.141592653589793 rad - pos: -65.5,9.5 + pos: 56.71738,-32.588673 parent: 2 - - uid: 13794 + - uid: 11589 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,0.5 - parent: 13793 - - uid: 13802 + pos: 25.937449,69.60387 + parent: 2 + - uid: 11590 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,0.5 - parent: 13793 - - uid: 13803 + pos: 17.50545,61.37015 + parent: 2 + - uid: 13782 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,0.5 - parent: 13793 - - uid: 13804 + pos: -4.515869,-8.623001 + parent: 14592 + - uid: 13791 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,0.5 - parent: 13793 - - uid: 13807 + pos: 4.7039185,3.7856598 + parent: 14592 +- proto: Screwdriver + entities: + - uid: 606 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-0.5 - parent: 13793 - - uid: 13809 + pos: -40.533554,15.146427 + parent: 2 + - uid: 5130 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-1.5 - parent: 13793 - - uid: 13810 + pos: -18.60249,-36.260063 + parent: 2 + - uid: 5209 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,0.5 - parent: 13793 - - uid: 13811 + pos: -34.615997,-31.544613 + parent: 2 + - uid: 6812 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-0.5 - parent: 13793 - - uid: 13812 + rot: 1.5707963267948966 rad + pos: 19.70557,-38.59016 + parent: 2 + - uid: 7057 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-1.5 - parent: 13793 - - uid: 13813 + rot: 3.141592653589793 rad + pos: 60.289318,-31.418121 + parent: 2 + - uid: 7952 components: - type: Transform - pos: 0.5,-1.5 - parent: 13793 - - uid: 13816 + rot: 1.5707963267948966 rad + pos: -38.73626,3.9069397 + parent: 2 + - uid: 8010 components: - type: Transform - pos: 2.5,-1.5 - parent: 13793 -- proto: PlasmaTankFilled - entities: - - uid: 5085 + pos: -40.6233,23.067886 + parent: 2 + - uid: 9585 components: - type: Transform - pos: -31.429522,-12.552557 + pos: -31.684422,9.809305 parent: 2 - - uid: 14240 + - uid: 11337 components: - type: Transform - pos: -50.27951,37.4935 + pos: -6.583135,23.857368 parent: 2 - - uid: 18207 + - uid: 11448 components: - type: Transform - pos: -50.606472,37.5827 + pos: 62.450134,29.725554 parent: 2 - - uid: 33178 + - uid: 11475 components: - type: Transform - pos: -26.000555,22.61768 + pos: 62.575134,29.538054 parent: 2 - - uid: 33182 + - uid: 18865 components: - type: Transform - pos: -25.875555,22.61768 + pos: 55.478073,-10.6305065 parent: 2 - - uid: 33183 + - uid: 19106 components: - type: Transform - pos: -25.76618,22.61768 + rot: 1.5707963267948966 rad + pos: -14.344046,-54.57395 parent: 2 -- proto: PlasmaWindowDirectional - entities: - - uid: 32243 + - uid: 31557 components: - type: Transform - pos: -34.5,-39.5 + pos: -14.963306,31.963673 parent: 2 - - uid: 32249 + - uid: 35065 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-38.5 + pos: 69.49609,27.523691 parent: 2 - - uid: 32250 + - uid: 35677 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,-38.5 + rot: 3.141592653589793 rad + pos: -88.462616,77.75003 parent: 2 -- proto: PlasticBanana +- proto: SeashellInstrument entities: - - uid: 6185 + - uid: 8975 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.564575,56.491714 + pos: 38.240112,-46.600674 parent: 2 -- proto: PlasticFlapsAirtightClear +- proto: SecurityTechFab entities: - - uid: 1502 + - uid: 10090 components: - type: Transform - pos: -55.5,-42.5 + pos: 42.5,44.5 parent: 2 - - uid: 1506 +- proto: SecurityTechFabCircuitboard + entities: + - uid: 9919 components: - type: Transform - pos: -53.5,-42.5 + pos: -38.343708,7.359788 parent: 2 - - uid: 1507 +- proto: SeedExtractor + entities: + - uid: 8340 components: - type: Transform - pos: -53.5,-46.5 + pos: -15.5,59.5 parent: 2 - - uid: 1508 + - uid: 9949 components: - type: Transform - pos: -55.5,-46.5 + pos: 14.5,63.5 parent: 2 - - uid: 10749 +- proto: ShardGlass + entities: + - uid: 9430 components: - type: Transform - pos: -68.5,-12.5 + rot: 1.5707963267948966 rad + pos: 40.274193,12.965907 parent: 2 -- proto: PlushieAtmosian - entities: - - uid: 7551 + - uid: 10842 components: - type: Transform - pos: 4.5038548,48.57482 + rot: -1.5707963267948966 rad + pos: 40.55168,13.6993065 parent: 2 - - uid: 8085 + - uid: 11015 components: - type: Transform - pos: -36.48985,23.631996 + pos: 59.292934,-33.38344 parent: 2 - - uid: 11419 + - uid: 11016 components: - type: Transform - pos: 58.483303,-25.342808 + pos: 59.511684,-30.711563 parent: 2 - - uid: 30886 + - uid: 11017 components: - type: Transform - pos: -11.478931,31.573048 + pos: 61.18356,-33.47719 parent: 2 - - uid: 31661 + - uid: 11452 components: - type: Transform - pos: -16.47272,69.611084 + pos: 53.330494,-30.50504 parent: 2 - - uid: 33478 + - uid: 13263 components: - type: Transform - pos: 54.561493,-3.3215237 + pos: 40.73007,13.441626 parent: 2 - - uid: 36863 + - uid: 14460 components: - type: Transform - pos: -75.83101,76.1163 + rot: 3.141592653589793 rad + pos: -30.332048,-49.48486 parent: 2 - - uid: 42973 + - uid: 14467 components: - type: Transform - pos: 1.5489268,-68.36132 + rot: -1.5707963267948966 rad + pos: -29.506035,-48.431942 parent: 2 - - uid: 43014 + - uid: 34258 components: - type: Transform - pos: 31.436012,-23.481411 + rot: 3.141592653589793 rad + pos: -56.618446,2.0733948 parent: 2 -- proto: PlushieBee +- proto: ShardGlassPlasma entities: - - uid: 10913 + - uid: 5622 components: - type: Transform - pos: 36.521748,-52.451077 + parent: 9950 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 34251 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.506798,-16.894909 parent: 2 - - uid: 33477 + - uid: 34252 components: - type: Transform - pos: 54.530243,-2.4308987 + rot: 3.141592653589793 rad + pos: -60.631798,-17.457409 parent: 2 - - uid: 36853 + - uid: 34259 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -77.98726,72.31943 + rot: 3.141592653589793 rad + pos: -58.94657,2.4015198 parent: 2 -- proto: PlushieCarp +- proto: ShardGlassReinforced entities: - - uid: 7077 + - uid: 34249 components: - type: Transform - pos: 34.408005,6.3707705 + rot: 3.141592653589793 rad + pos: -59.637306,-20.510885 parent: 2 - - uid: 13260 + - uid: 34250 components: - type: Transform - pos: 33.40769,-4.520498 + rot: 3.141592653589793 rad + pos: -58.637306,-21.55776 parent: 2 - - uid: 13262 + - uid: 34260 components: - type: Transform - pos: 33.954563,-4.176748 + rot: 1.5707963267948966 rad + pos: -55.712196,2.4015198 parent: 2 - - uid: 36868 + - uid: 36179 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -78.846634,71.10068 + rot: 3.141592653589793 rad + pos: 41.861626,-21.58635 parent: 2 -- proto: PlushieHampter +- proto: ShardGlassUranium entities: - - uid: 1412 + - uid: 11018 components: - type: Transform - pos: 7.5105247,72.3681 + pos: 60.792934,-32.32094 parent: 2 - - uid: 6125 + - uid: 34253 components: - - type: MetaData - desc: Очень похож на... Гамлета? - type: Transform - pos: 14.478693,-34.406677 + rot: -1.5707963267948966 rad + pos: -63.368538,-8.630445 parent: 2 - - uid: 8087 + - uid: 34255 components: - type: Transform - pos: -36.55044,24.551762 + rot: 3.141592653589793 rad + pos: -59.725758,-8.218026 parent: 2 - - uid: 10916 + - uid: 34256 components: - type: Transform - pos: 34.521748,-52.513577 + rot: 3.141592653589793 rad + pos: -55.850758,-4.700441 parent: 2 - - uid: 12334 + - uid: 34257 components: - type: Transform - pos: -53.50963,16.511425 + rot: 3.141592653589793 rad + pos: -59.132008,1.5265198 parent: 2 - - uid: 14256 +- proto: SheetGlass + entities: + - uid: 948 components: - type: Transform - pos: 69.56956,-3.5169506 + pos: -40.490875,39.428963 parent: 2 - - uid: 35157 + - uid: 4922 components: - type: Transform - pos: 12.890292,-89.670715 + pos: -15.395617,-20.481693 parent: 2 - - uid: 36871 + - uid: 5183 components: - type: Transform - pos: -78.197105,75.545715 + pos: -26.386211,-28.497133 parent: 2 -- proto: PlushieLamp - entities: - - uid: 13790 + - uid: 5184 components: - type: Transform - pos: 46.489853,-39.26208 + pos: -26.386211,-28.497133 parent: 2 - - uid: 14420 + - uid: 5270 components: - type: Transform - pos: 43.460793,-39.21683 + pos: -21.36314,-21.491861 parent: 2 - - uid: 31645 + - uid: 5274 components: - type: Transform - pos: -17.488937,69.85947 + pos: -26.436625,-35.60972 parent: 2 -- proto: PlushieLizard - entities: - - uid: 9467 + - uid: 5295 components: - type: Transform - pos: -47.449883,10.55912 + pos: -21.630215,-12.37575 parent: 2 - - uid: 18997 + - uid: 6847 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.527565,-67.51282 + pos: 16.623388,-25.438765 parent: 2 - - uid: 27640 + - uid: 7358 components: - - type: MetaData - desc: Пе. - name: плюшевый Милос - type: Transform - pos: 35.467957,24.38743 + pos: -36.41716,15.141223 parent: 2 - - uid: 33480 + - uid: 7359 components: - type: Transform - pos: 65.50311,-0.40527308 + pos: -36.41716,15.141223 parent: 2 - - uid: 36844 + - uid: 7360 components: - type: Transform - pos: -51.53743,64.52546 + pos: -36.41716,15.141223 parent: 2 - - uid: 42957 + - uid: 7361 components: - type: Transform - pos: -3.350688,-6.336355 + pos: -36.41716,15.141223 parent: 2 - - uid: 43012 + - uid: 7362 components: - type: Transform - pos: 23.676085,-33.129364 + pos: -36.41716,15.141223 parent: 2 -- proto: PlushieMoth - entities: - - uid: 21134 + - uid: 7468 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -77.83101,73.27255 + pos: -27.06077,36.531773 parent: 2 - - uid: 31606 + - uid: 7469 components: - type: Transform - pos: -14.510181,33.557423 + pos: -27.06077,36.531773 parent: 2 - - uid: 33463 + - uid: 8184 components: - type: Transform - pos: -7.4337435,51.60653 + pos: -42.36593,36.98823 parent: 2 - - uid: 42972 + - uid: 8570 components: - type: Transform - pos: 8.499439,-63.482018 + rot: 1.5707963267948966 rad + pos: -36.403156,53.622078 parent: 2 - - uid: 43015 + - uid: 9550 components: - type: Transform - pos: -3.5128324,-46.520187 + pos: -33.450047,8.48118 parent: 2 -- proto: PlushieNar - entities: - - uid: 10915 + - uid: 9551 components: - type: Transform - pos: 35.474873,-52.232327 + pos: -33.450047,8.48118 parent: 2 -- proto: PlushieNuke - entities: - - uid: 35540 + - uid: 10101 components: - type: Transform - pos: 72.80984,7.836225 - parent: 2 - - uid: 36864 + parent: 10097 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 10103 components: - type: Transform - pos: -74.49367,75.34593 - parent: 2 -- proto: PlushieRGBee - entities: - - uid: 10096 + parent: 10097 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 10108 components: - type: Transform - pos: -23.583063,-60.404057 + pos: -27.01275,-62.955467 parent: 2 - - uid: 43013 + - uid: 11092 components: - type: Transform - pos: 14.469068,-17.547258 + pos: 10.526958,-41.42625 parent: 2 -- proto: PlushieRouny - entities: - - uid: 1381 + - uid: 11093 components: - type: Transform - pos: 63.9515,-23.929731 + pos: 10.526958,-41.42625 parent: 2 - - uid: 31608 + - uid: 13385 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.463306,31.869923 + pos: -63.57416,15.003444 parent: 2 - - uid: 31758 + - uid: 31708 components: - type: Transform - pos: 76.45097,-57.389874 + rot: -1.5707963267948966 rad + pos: -89.53486,67.344635 parent: 2 - - uid: 36862 + - uid: 39810 components: - type: Transform - pos: -78.45601,68.56943 - parent: 2 -- proto: PlushieSharkBlue + pos: 25.69532,3.580066 + parent: 36907 +- proto: SheetGlass10 entities: - - uid: 13218 + - uid: 1141 components: - type: Transform - pos: 34.239597,-4.482835 + pos: 33.653896,11.450914 parent: 2 - - uid: 26681 +- proto: Sheetifier + entities: + - uid: 34024 components: - type: Transform - pos: 19.437319,-14.513319 + pos: -57.5,-4.5 parent: 2 - - uid: 34272 + - uid: 39811 components: - type: Transform - pos: 42.321365,-3.0761108 - parent: 2 -- proto: PlushieSharkGrey + pos: 27.5,-0.5 + parent: 36907 +- proto: SheetPlasma entities: - - uid: 6201 + - uid: 5042 components: - type: Transform - pos: -27.425907,58.296864 + pos: -16.521103,-27.496744 parent: 2 - - uid: 13217 + - uid: 7454 components: - type: Transform - pos: 32.817722,-4.43596 + pos: -40.516163,12.543102 parent: 2 - - uid: 33298 + - uid: 13384 components: - - type: MetaData - desc: Почему она мяукает? - name: бладканискула - type: Transform - pos: -26.50422,9.332587 + pos: -63.471973,14.506851 parent: 2 -- proto: PlushieSharkPink +- proto: SheetPlasma1 entities: - - uid: 13440 + - uid: 6834 components: - type: Transform - pos: 62.538414,-5.437458 + pos: 24.420465,-37.159184 parent: 2 - - uid: 43016 + - uid: 6835 components: - type: Transform - pos: -15.491453,-20.514402 + pos: 24.585579,-37.17753 parent: 2 -- proto: PlushieSlime - entities: - - uid: 5373 + - uid: 6836 components: - type: Transform - pos: -38.62676,-14.724028 + pos: 24.475504,-37.30595 parent: 2 - - uid: 5512 + - uid: 7034 components: - type: Transform - pos: -36.623882,-55.548733 + pos: 28.038506,0.59278965 parent: 2 - - uid: 5600 +- proto: SheetPlasteel + entities: + - uid: 826 components: - type: Transform - pos: 50.446728,-41.533062 + pos: -40.97525,39.382088 parent: 2 - - uid: 5623 + - uid: 7353 components: - type: Transform - pos: 4.510478,-46.37369 + pos: -36.432785,15.453723 parent: 2 - - uid: 5630 + - uid: 7354 components: - type: Transform - pos: -8.585333,-41.528584 + pos: -36.432785,15.453723 parent: 2 - - uid: 7079 + - uid: 7355 components: - type: Transform - pos: 15.382383,-15.572651 + pos: -36.432785,15.453723 parent: 2 - - uid: 10917 + - uid: 7356 components: - type: Transform - pos: 34.506123,-53.56045 + pos: -36.432785,15.453723 parent: 2 - - uid: 13229 + - uid: 7357 components: - type: Transform - pos: -13.546805,18.275084 + pos: -36.432785,15.453723 parent: 2 - - uid: 14389 + - uid: 7466 components: - - type: MetaData - desc: Говорят, что этот слаймик не только разработал чертёж этой станции, но и создал её большую часть. - name: нурановидный слаймик - type: Transform - pos: -2.5011754,-28.501125 + pos: -25.40452,25.214355 parent: 2 - - uid: 35458 + - uid: 7467 components: - type: Transform - pos: 58.497185,27.679405 + pos: -25.40452,25.214355 parent: 2 - - uid: 36859 + - uid: 7947 components: - type: Transform - pos: -78.23726,69.63193 + pos: -38.418873,5.2506895 parent: 2 - - uid: 42915 + - uid: 8182 components: - type: Transform - pos: 41.433613,60.293617 + pos: -42.36593,37.347607 parent: 2 - - uid: 43065 + - uid: 11094 components: - type: Transform - pos: 14.4105835,-36.52142 + pos: 10.21286,-47.374554 parent: 2 -- proto: PlushieSnake - entities: - - uid: 34271 + - uid: 11095 components: - type: Transform - pos: 49.39949,-2.4042358 + pos: 10.21286,-47.374554 parent: 2 - - uid: 36870 + - uid: 13248 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -79.33101,71.5538 + pos: -29.528357,39.672424 parent: 2 -- proto: PlushieSpaceLizard - entities: - - uid: 8086 + - uid: 36361 components: - type: Transform - pos: -36.472317,22.583012 + pos: -65.52062,73.94427 parent: 2 - - uid: 24753 +- proto: SheetPlasteel10 + entities: + - uid: 4083 components: - - type: MetaData - desc: Смотрит в космос и выглядит задумчивым. О чём думаешь, увушник? - name: ll_misha_ll - type: Transform - pos: -12.526893,-89.54573 + pos: 33.49064,12.447724 parent: 2 - - uid: 31585 + - uid: 8262 components: - type: Transform - pos: 77.54472,-57.43675 + pos: 41.54646,7.4587994 parent: 2 - - uid: 33479 + - uid: 13227 components: - type: Transform - pos: 54.577118,-4.3683987 + pos: 12.571953,27.445189 parent: 2 - - uid: 36846 + - uid: 29981 components: - type: Transform - pos: -52.53743,63.603584 + rot: 1.5707963267948966 rad + pos: -21.349607,60.723785 parent: 2 - - uid: 36848 +- proto: SheetPlastic + entities: + - uid: 5180 components: - type: Transform - pos: -52.490555,64.58796 + pos: -30.440655,-29.230968 parent: 2 - - uid: 36849 + - uid: 5202 components: - type: Transform - pos: -50.28743,64.61921 + pos: -30.382233,-29.328157 parent: 2 - - uid: 36850 + - uid: 5296 components: - type: Transform - pos: -50.28743,64.61921 + pos: -21.465103,-12.574012 parent: 2 - - uid: 36851 + - uid: 6846 components: - type: Transform - pos: -51.50618,65.46296 + pos: 16.476622,-25.32869 parent: 2 - - uid: 36852 + - uid: 7370 components: - type: Transform - pos: -51.03743,63.24421 + pos: -36.370285,14.609973 parent: 2 - - uid: 36865 + - uid: 7371 components: - type: Transform - pos: -75.440384,75.41318 + pos: -36.370285,14.609973 parent: 2 - - uid: 42937 + - uid: 7372 components: - type: Transform - pos: -2.5248446,-8.504497 + pos: -36.370285,14.609973 parent: 2 -- proto: PlushieVox - entities: - - uid: 13252 + - uid: 7374 components: - type: Transform - pos: 14.490486,15.638744 + pos: -36.370285,14.609973 parent: 2 - - uid: 36869 + - uid: 7375 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -79.36226,73.13193 + pos: -36.370285,14.609973 parent: 2 -- proto: PlushieXeno - entities: - - uid: 10914 + - uid: 10100 components: - type: Transform - pos: 36.568623,-53.37295 - parent: 2 - - uid: 31662 + parent: 10097 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 10102 components: - type: Transform - pos: -18.491638,69.62671 - parent: 2 - - uid: 36861 + parent: 10097 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 34234 components: - type: Transform - pos: -77.065384,69.41318 + pos: -15.477485,46.471798 parent: 2 -- proto: PonderingOrb +- proto: SheetRGlass entities: - - uid: 10094 + - uid: 7363 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.504938,-60.310307 + pos: -36.401535,14.875598 parent: 2 -- proto: PortableFlasher - entities: - - uid: 51 + - uid: 7364 components: - type: Transform - pos: 26.5,13.5 + pos: -36.401535,14.875598 parent: 2 - - uid: 2961 + - uid: 7365 components: - type: Transform - pos: 25.5,18.5 + pos: -36.401535,14.875598 parent: 2 - - uid: 2962 + - uid: 7366 components: - type: Transform - pos: 23.5,18.5 + pos: -36.401535,14.875598 parent: 2 - - uid: 2963 + - uid: 7367 components: - type: Transform - pos: 24.5,18.5 + pos: -36.401535,14.875598 parent: 2 - - uid: 2964 + - uid: 11096 components: - type: Transform - pos: 22.5,18.5 + pos: 10.511471,-47.52733 parent: 2 -- proto: PortableGeneratorJrPacman - entities: - - uid: 35030 + - uid: 11097 components: - type: Transform - pos: 68.5,31.5 + pos: 10.511471,-47.52733 parent: 2 - - uid: 35598 + - uid: 13249 components: - type: Transform - pos: 16.5,-39.5 + pos: -29.572153,39.3511 parent: 2 -- proto: PortableScrubber - entities: - - uid: 7314 + - uid: 36406 components: - type: Transform - pos: -31.5,24.5 + pos: -65.508194,75.52309 parent: 2 - - uid: 8044 +- proto: SheetSteel + entities: + - uid: 947 components: - type: Transform - pos: -29.5,24.5 + pos: -41.578598,39.30913 parent: 2 - - uid: 8150 + - uid: 949 components: - type: Transform - pos: -48.5,33.5 + pos: -41.594223,39.34038 parent: 2 - - uid: 8151 + - uid: 1777 components: - type: Transform - pos: -47.5,33.5 + pos: -26.711813,-35.444603 parent: 2 - - uid: 8206 + - uid: 4921 components: - type: Transform - pos: -48.5,37.5 + pos: -15.615767,-20.389963 parent: 2 - - uid: 8207 + - uid: 5182 components: - type: Transform - pos: -47.5,37.5 + pos: -26.606363,-28.350367 parent: 2 - - uid: 14157 + - uid: 5185 components: - type: Transform - pos: -33.5,-4.5 + pos: -26.606363,-28.33202 parent: 2 -- proto: PortableScrubberMachineCircuitBoard - entities: - - uid: 7912 + - uid: 6839 components: - type: Transform - pos: -46.379097,6.458851 + pos: 16.329855,-25.273651 parent: 2 -- proto: PosterBroken - entities: - - uid: 31935 + - uid: 7348 components: - type: Transform - rot: 3.141592653589793 rad - pos: 65.5,-15.5 + pos: -36.44841,15.703723 parent: 2 -- proto: PosterContrabandAtmosiaDeclarationIndependence - entities: - - uid: 12246 + - uid: 7349 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,16.5 + pos: -36.44841,15.703723 parent: 2 - - uid: 13491 + - uid: 7350 components: - type: Transform - pos: -38.5,51.5 + pos: -36.44841,15.703723 parent: 2 -- proto: PosterContrabandBorgFancy - entities: - - uid: 35605 + - uid: 7351 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -89.5,77.5 + pos: -36.44841,15.703723 parent: 2 -- proto: PosterContrabandBountyHunters - entities: - - uid: 12538 + - uid: 7352 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,40.5 + pos: -36.44841,15.703723 parent: 2 -- proto: PosterContrabandClown - entities: - - uid: 6183 + - uid: 7446 components: - type: Transform - pos: -31.5,54.5 + pos: -42.517662,10.601649 parent: 2 -- proto: PosterContrabandCybersun600 - entities: - - uid: 32073 + - uid: 7447 components: - type: Transform - pos: 52.5,-45.5 + pos: -42.517662,10.601649 parent: 2 - - uid: 32101 + - uid: 7448 components: - type: Transform - pos: 50.5,-45.5 + pos: -42.517662,10.601649 parent: 2 -- proto: PosterContrabandDDayPromo - entities: - - uid: 32051 + - uid: 7460 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,16.5 + pos: -25.463985,25.549591 parent: 2 -- proto: PosterContrabandEAT - entities: - - uid: 31985 + - uid: 7461 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,56.5 + pos: -25.463985,25.549591 parent: 2 -- proto: PosterContrabandHighEffectEngineering - entities: - - uid: 13325 + - uid: 7462 components: - type: Transform - pos: -40.5,19.5 + pos: -25.463985,25.549591 parent: 2 - - uid: 27642 + - uid: 7945 components: - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,41.5 + pos: -38.496998,5.5475645 parent: 2 - - uid: 31952 + - uid: 7946 components: - type: Transform - pos: -12.5,35.5 + pos: -38.496998,5.5475645 parent: 2 -- proto: PosterContrabandKosmicheskayaStantsiya - entities: - - uid: 31986 + - uid: 8180 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,71.5 + pos: -42.569054,37.58198 parent: 2 -- proto: PosterContrabandKudzu - entities: - - uid: 8400 + - uid: 8569 components: - type: Transform rot: 1.5707963267948966 rad - pos: -20.5,59.5 - parent: 2 -- proto: PosterContrabandLustyExomorph - entities: - - uid: 31657 - components: - - type: Transform - pos: -20.5,69.5 + pos: -36.66878,53.387703 parent: 2 -- proto: PosterContrabandNuclearDeviceInformational - entities: - - uid: 31126 + - uid: 9548 components: - type: Transform - pos: -10.5,46.5 + pos: -33.68442,8.66868 parent: 2 - - uid: 31752 + - uid: 9549 components: - type: Transform - pos: 70.5,11.5 + pos: -33.68442,8.66868 parent: 2 -- proto: PosterContrabandPwrGame - entities: - - uid: 9986 + - uid: 10098 components: - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,-51.5 - parent: 2 - - uid: 31982 + parent: 10097 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 10099 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,66.5 - parent: 2 -- proto: PosterContrabandRedRum - entities: - - uid: 31819 + parent: 10097 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 10104 components: - type: Transform - pos: -40.5,-55.5 + pos: -27.598688,-63.622803 parent: 2 -- proto: PosterContrabandRise - entities: - - uid: 11375 + - uid: 11090 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,-39.5 + pos: 10.277117,-41.231808 parent: 2 -- proto: PosterContrabandSpaceCube - entities: - - uid: 4475 + - uid: 11091 components: - type: Transform - pos: 15.5,-53.5 + pos: 10.277117,-41.231808 parent: 2 -- proto: PosterContrabandTools - entities: - - uid: 14206 + - uid: 13386 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -86.5,62.5 + pos: -63.58876,15.543853 parent: 2 - - uid: 32020 + - uid: 29620 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,19.5 + pos: 61.401165,-37.288536 parent: 2 -- proto: PosterContrabandUnreadableAnnouncement - entities: - - uid: 31938 + - uid: 29621 components: - type: Transform - rot: 3.141592653589793 rad - pos: 62.5,11.5 + pos: 61.57304,-37.507286 parent: 2 -- proto: PosterLegitBlessThisSpess - entities: - - uid: 31984 + - uid: 31123 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,67.5 + pos: -9.499219,44.670902 parent: 2 -- proto: PosterLegitBuild - entities: - - uid: 32021 + - uid: 34157 components: - type: Transform rot: -1.5707963267948966 rad - pos: -32.5,4.5 - parent: 2 -- proto: PosterLegitCarpMount - entities: - - uid: 6983 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,55.5 + pos: -89.49595,67.58272 parent: 2 - - uid: 14498 + - uid: 34233 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-56.5 + pos: -15.633735,46.674923 parent: 2 -- proto: PosterLegitDoNotQuestion - entities: - - uid: 31925 + - uid: 36360 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-42.5 + pos: -65.51039,73.652756 parent: 2 -- proto: PosterLegitFruitBowl - entities: - - uid: 31922 + - uid: 39812 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-41.5 - parent: 2 -- proto: PosterLegitGetYourLEGS + pos: 25.460945,3.626941 + parent: 36907 +- proto: SheetSteel1 entities: - - uid: 31892 + - uid: 7811 components: - type: Transform - pos: 17.5,-25.5 + rot: -1.5707963267948966 rad + pos: 41.46712,12.430503 parent: 2 -- proto: PosterLegitHighClassMartini - entities: - - uid: 31927 + - uid: 10438 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,-36.5 + rot: -1.5707963267948966 rad + pos: -34.708786,11.801503 parent: 2 -- proto: PosterLegitLoveIan - entities: - - uid: 5681 + - uid: 10439 components: - type: Transform - pos: -4.5,-40.5 + rot: 3.141592653589793 rad + pos: -33.01452,12.634012 parent: 2 - - uid: 12309 + - uid: 11024 components: - type: Transform rot: 3.141592653589793 rad - pos: -36.5,41.5 + pos: 60.824184,-34.53969 parent: 2 -- proto: PosterLegitMime - entities: - - uid: 6212 + - uid: 11025 components: - type: Transform - pos: -26.5,61.5 + rot: 3.141592653589793 rad + pos: 59.417934,-32.086563 parent: 2 -- proto: PosterLegitNanomichiAd - entities: - - uid: 32047 + - uid: 11026 components: - type: Transform rot: 3.141592653589793 rad - pos: -56.5,-33.5 + pos: 59.667934,-32.586563 parent: 2 -- proto: PosterLegitNanotrasenLogo - entities: - - uid: 14513 + - uid: 24231 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -82.5,83.5 + pos: -64.00352,84.81909 parent: 2 - - uid: 24148 +- proto: SheetSteel10 + entities: + - uid: 4084 components: - type: Transform - pos: -86.5,79.5 + pos: 33.419933,11.560289 parent: 2 -- proto: PosterLegitNTTGC - entities: - - uid: 31827 + - uid: 8467 components: - type: Transform - pos: 13.5,42.5 + pos: -36.487114,-44.462486 parent: 2 -- proto: PosterLegitPeriodicTable - entities: - - uid: 31829 + - uid: 13228 components: - type: Transform - pos: 22.5,-29.5 + pos: 18.613407,31.453093 parent: 2 - - uid: 31830 + - uid: 13232 components: - type: Transform - pos: 25.5,-34.5 + pos: 12.510366,38.6385 parent: 2 - - uid: 31831 + - uid: 29988 components: - type: Transform - pos: 23.5,-40.5 + rot: 1.5707963267948966 rad + pos: -21.490232,60.348785 parent: 2 -- proto: PosterLegitSafetyEyeProtection +- proto: ShellShotgun entities: - - uid: 31822 + - uid: 24285 components: - type: Transform - pos: -13.5,22.5 - parent: 2 -- proto: PosterLegitSafetyInternals + parent: 37300 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ShellShotgunBeanbag entities: - - uid: 7833 + - uid: 11383 components: - type: Transform - pos: -53.5,55.5 + pos: 49.37611,-41.52662 parent: 2 -- proto: PosterLegitSafetyReport - entities: - - uid: 31808 + - uid: 11384 components: - type: Transform - pos: 56.5,-1.5 + pos: 49.65736,-41.49537 parent: 2 - - uid: 31820 + - uid: 11386 components: - type: Transform - pos: 56.5,2.5 + pos: 49.50111,-41.49537 parent: 2 -- proto: PosterLegitTheOwl +- proto: ShellShotgunImprovised entities: - - uid: 12529 + - uid: 11382 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,45.5 + pos: 49.77549,-41.543823 parent: 2 -- proto: PosterLegitUeNo - entities: - - uid: 14475 + - uid: 11535 components: - type: Transform - pos: 9.5,41.5 + pos: 49.77549,-41.543823 parent: 2 -- proto: PottedPlant1 - entities: - - uid: 35031 + - uid: 11536 components: - type: Transform - pos: 69.5,31.5 + pos: 49.77549,-41.543823 parent: 2 -- proto: PottedPlant10 - entities: - - uid: 11562 + - uid: 11537 components: - type: Transform - pos: 36.5,51.5 + pos: 49.77549,-41.543823 parent: 2 -- proto: PottedPlant14 - entities: - - uid: 34337 + - uid: 11539 components: - type: Transform - pos: 29.5,14.5 + pos: 49.83799,-41.606323 parent: 2 -- proto: PottedPlant16 - entities: - - uid: 11596 + - uid: 11540 components: - type: Transform - pos: 51.5,27.5 + pos: 49.80674,-41.5907 parent: 2 - - uid: 11606 + - uid: 12596 components: - type: Transform - pos: 35.5,59.5 + rot: 1.5707963267948966 rad + pos: 65.37402,-32.856987 parent: 2 -- proto: PottedPlant17 - entities: - - uid: 36410 + - uid: 24267 components: - type: Transform - pos: -2.5,-48.5 - parent: 2 -- proto: PottedPlant27 - entities: - - uid: 10027 + parent: 37300 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 24371 components: - type: Transform - pos: 17.5,67.5 - parent: 2 - - uid: 11605 + parent: 37300 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 34357 components: - type: Transform - pos: 38.5,62.5 - parent: 2 -- proto: PottedPlant28 - entities: - - uid: 33207 + parent: 34280 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 36067 components: - type: Transform - pos: -12.5,22.5 - parent: 2 -- proto: PottedPlant3 - entities: - - uid: 11568 + parent: 34280 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 36087 components: - type: Transform - pos: 50.5,36.5 - parent: 2 - - uid: 11920 + parent: 34280 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 36123 components: - type: Transform - pos: 64.5,25.5 - parent: 2 -- proto: PottedPlant6 - entities: - - uid: 11359 + parent: 34280 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 36178 components: - type: Transform - pos: 28.5,41.5 - parent: 2 - - uid: 11918 + parent: 34280 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 37301 components: - type: Transform - pos: 64.5,19.5 - parent: 2 -- proto: PottedPlantAlt1 - entities: - - uid: 11360 + parent: 37300 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 37302 components: - type: Transform - pos: 35.5,41.5 - parent: 2 -- proto: PottedPlantAlt2 - entities: - - uid: 11561 + parent: 37300 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 37303 components: - type: Transform - pos: 28.5,52.5 - parent: 2 - - uid: 12287 + parent: 37300 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 39813 components: - type: Transform - pos: 55.5,27.5 - parent: 2 - - uid: 36647 + rot: -1.5707963267948966 rad + pos: 24.228859,54.65695 + parent: 36907 + - uid: 39814 components: - type: Transform - pos: 3.5,-1.5 - parent: 36450 -- proto: PottedPlantAlt7 - entities: - - uid: 10555 + rot: -1.5707963267948966 rad + pos: 24.183647,54.475952 + parent: 36907 + - uid: 39815 components: - type: Transform - pos: -5.5,-54.5 - parent: 2 - - uid: 36648 + rot: -1.5707963267948966 rad + pos: 24.228859,54.566452 + parent: 36907 + - uid: 39816 components: - type: Transform - pos: 7.5,-1.5 - parent: 36450 -- proto: PottedPlantAlt8 - entities: - - uid: 11563 + rot: -1.5707963267948966 rad + pos: 24.183647,54.543827 + parent: 36907 + - uid: 39817 components: - type: Transform - pos: 40.5,48.5 - parent: 2 - - uid: 31716 + rot: -1.5707963267948966 rad + pos: 24.228859,54.543827 + parent: 36907 +- proto: ShippingContainerDeforest + entities: + - uid: 31332 components: - type: Transform - pos: -25.5,-51.5 + pos: -60.5,-22.5 parent: 2 -- proto: PottedPlantRandom +- proto: ShippingContainerNanotrasen entities: - - uid: 598 + - uid: 8381 components: - type: Transform - pos: 6.5,66.5 + pos: -53.5,-32.5 parent: 2 - - uid: 599 + - uid: 36186 components: - type: Transform - pos: 8.5,66.5 + pos: -67.5,86.5 parent: 2 - - uid: 2835 +- proto: Shovel + entities: + - uid: 11290 components: - type: Transform - pos: 45.5,50.5 + pos: 51.48671,-36.53269 parent: 2 - - uid: 3131 + - uid: 11291 components: - type: Transform - pos: 43.5,50.5 + pos: 51.471085,-36.798313 parent: 2 - - uid: 3373 + - uid: 36429 components: - type: Transform - pos: 69.5,0.5 + rot: 1.5707963267948966 rad + pos: 33.967754,-61.56411 parent: 2 - - uid: 4465 + - uid: 39818 components: - type: Transform - pos: -27.5,-0.5 - parent: 2 - - uid: 4625 + rot: 1.5707963267948966 rad + pos: 52.782524,5.363307 + parent: 36907 +- proto: ShowcaseRobot + entities: + - uid: 31559 components: - type: Transform - pos: 69.5,-4.5 + pos: -55.5,-8.5 parent: 2 - - uid: 5283 +- proto: ShuttersFrame + entities: + - uid: 13132 components: - type: Transform - pos: -28.5,-35.5 + pos: 12.5,30.5 parent: 2 - - uid: 5284 +- proto: ShuttersNormal + entities: + - uid: 10988 components: - type: Transform - pos: -36.5,-35.5 + rot: -1.5707963267948966 rad + pos: -41.5,8.5 parent: 2 - - uid: 5286 + - uid: 11551 components: - type: Transform - pos: -40.5,-42.5 + rot: -1.5707963267948966 rad + pos: -41.5,7.5 parent: 2 - - uid: 5287 + - uid: 33628 components: - type: Transform - pos: -40.5,-36.5 + rot: -1.5707963267948966 rad + pos: 11.5,21.5 parent: 2 - - uid: 5288 + - type: DeviceLinkSink + links: + - 33632 + - uid: 33629 components: - type: Transform - pos: -36.5,-42.5 + pos: 12.5,19.5 parent: 2 - - uid: 5289 + - type: DeviceLinkSink + links: + - 33632 + - uid: 33630 components: - type: Transform - pos: -28.5,-40.5 + rot: -1.5707963267948966 rad + pos: 11.5,20.5 parent: 2 - - uid: 6376 + - type: DeviceLinkSink + links: + - 33632 + - uid: 33631 components: - type: Transform - pos: -17.5,53.5 + pos: 11.5,19.5 parent: 2 - - uid: 8415 + - type: DeviceLinkSink + links: + - 33632 +- proto: ShuttersNormalOpen + entities: + - uid: 1852 components: - type: Transform - pos: 8.5,56.5 + rot: -1.5707963267948966 rad + pos: 18.5,-11.5 parent: 2 - - uid: 8416 + - type: DeviceLinkSink + links: + - 1595 + - uid: 2772 components: - type: Transform - pos: 8.5,64.5 + rot: 3.141592653589793 rad + pos: -7.5,-25.5 parent: 2 - - uid: 8437 + - type: DeviceLinkSink + links: + - 33655 + - uid: 5009 components: - type: Transform - pos: 62.5,47.5 + rot: 1.5707963267948966 rad + pos: -12.5,-17.5 parent: 2 - - uid: 9524 + - type: DeviceLinkSink + links: + - 33664 + - uid: 5423 components: - type: Transform - pos: -10.5,-81.5 + pos: -52.5,-35.5 parent: 2 - - uid: 10386 + - uid: 5424 components: - type: Transform - pos: -10.5,-25.5 + pos: -53.5,-35.5 parent: 2 - - uid: 10387 + - uid: 5861 components: - type: Transform - pos: -36.5,-20.5 + rot: 3.141592653589793 rad + pos: -6.5,-25.5 parent: 2 - - uid: 10553 + - type: DeviceLinkSink + links: + - 33655 + - uid: 8968 components: - type: Transform - pos: 45.5,56.5 + pos: 41.5,-38.5 parent: 2 - - uid: 10610 + - type: DeviceLinkSink + links: + - 12527 + - uid: 8970 components: - type: Transform - pos: 69.5,3.5 + pos: 38.5,-38.5 parent: 2 - - uid: 10615 + - type: DeviceLinkSink + links: + - 12527 + - uid: 8977 components: - type: Transform - pos: 62.5,-1.5 + pos: 40.5,-38.5 parent: 2 - - uid: 10619 + - type: DeviceLinkSink + links: + - 12527 + - uid: 10637 components: - type: Transform - pos: 65.5,0.5 + pos: -1.5,-56.5 parent: 2 - - uid: 10620 + - uid: 10638 components: - type: Transform - pos: 65.5,-4.5 + pos: -0.5,-56.5 parent: 2 - - uid: 10725 + - uid: 10639 components: - type: Transform - pos: 11.5,-81.5 + pos: 1.5,-56.5 parent: 2 - - uid: 10727 + - uid: 10730 components: - type: Transform - pos: 10.5,-86.5 + pos: 2.5,-56.5 parent: 2 - - uid: 10729 + - uid: 10731 components: - type: Transform - pos: -6.5,-68.5 + pos: -1.5,-60.5 parent: 2 - - uid: 11160 + - uid: 10732 components: - type: Transform - pos: -7.5,-59.5 + pos: -0.5,-60.5 parent: 2 - - uid: 11502 + - uid: 10733 components: - type: Transform - pos: 37.5,21.5 + pos: 1.5,-60.5 parent: 2 - - uid: 11504 + - uid: 10734 components: - type: Transform - pos: 35.5,49.5 + pos: 2.5,-60.5 parent: 2 - - uid: 11559 + - uid: 19587 components: - type: Transform - pos: 47.5,39.5 + rot: -1.5707963267948966 rad + pos: 11.5,-17.5 parent: 2 - - uid: 11560 + - type: DeviceLinkSink + links: + - 31865 + - uid: 30773 components: - type: Transform - pos: 41.5,19.5 + rot: -1.5707963267948966 rad + pos: 11.5,-18.5 parent: 2 - - uid: 11566 + - type: DeviceLinkSink + links: + - 31865 + - uid: 31535 components: - type: Transform - pos: 28.5,49.5 + pos: -8.5,-47.5 parent: 2 - - uid: 11567 + - type: DeviceLinkSink + links: + - 31541 + - uid: 31536 components: - type: Transform - pos: 47.5,45.5 + pos: -6.5,-47.5 parent: 2 - - uid: 12285 + - type: DeviceLinkSink + links: + - 31541 + - uid: 31537 components: - type: Transform - pos: 3.5,-2.5 + pos: -5.5,-47.5 parent: 2 - - uid: 12699 + - type: DeviceLinkSink + links: + - 31541 + - uid: 31538 components: - type: Transform - pos: 72.5,-1.5 + pos: -3.5,-47.5 parent: 2 - - uid: 12739 + - type: DeviceLinkSink + links: + - 31541 + - uid: 31539 components: - type: Transform - pos: 32.5,-58.5 + pos: -9.5,-49.5 parent: 2 - - uid: 12740 + - type: DeviceLinkSink + links: + - 31541 + - uid: 31540 components: - type: Transform - pos: 36.5,-56.5 + pos: -3.5,-49.5 parent: 2 - - uid: 12741 + - type: DeviceLinkSink + links: + - 31541 + - uid: 31745 components: - type: Transform - pos: 25.5,-61.5 + rot: -1.5707963267948966 rad + pos: 12.5,-16.5 parent: 2 - - uid: 12742 + - type: DeviceLinkSink + links: + - 31865 + - uid: 31766 components: - type: Transform - pos: 12.5,-61.5 + rot: -1.5707963267948966 rad + pos: 12.5,-17.5 parent: 2 - - uid: 12743 + - type: DeviceLinkSink + links: + - 31865 + - uid: 31784 components: - type: Transform - pos: 15.5,-66.5 + rot: 3.141592653589793 rad + pos: 13.5,-15.5 parent: 2 - - uid: 12744 + - type: DeviceLinkSink + links: + - 31865 + - uid: 31790 components: - type: Transform - pos: 23.5,-64.5 + rot: 3.141592653589793 rad + pos: 14.5,-15.5 parent: 2 - - uid: 13040 + - type: DeviceLinkSink + links: + - 31865 + - uid: 31845 components: - type: Transform - pos: 28.5,-5.5 + rot: 3.141592653589793 rad + pos: 14.5,-14.5 parent: 2 - - uid: 13175 + - type: DeviceLinkSink + links: + - 31865 + - uid: 31846 components: - type: Transform - pos: 27.5,16.5 + rot: 3.141592653589793 rad + pos: 15.5,-14.5 parent: 2 - - uid: 13286 + - type: DeviceLinkSink + links: + - 31865 + - uid: 31851 components: - type: Transform - pos: -30.5,36.5 + rot: 1.5707963267948966 rad + pos: -12.5,-16.5 parent: 2 - - uid: 13290 + - type: DeviceLinkSink + links: + - 33664 + - uid: 31852 components: - type: Transform - pos: -27.5,33.5 + rot: 3.141592653589793 rad + pos: -13.5,-15.5 parent: 2 - - uid: 13333 + - type: DeviceLinkSink + links: + - 33664 + - uid: 33614 components: - type: Transform - pos: 22.5,71.5 + pos: -15.5,13.5 parent: 2 - - uid: 13334 + - uid: 33616 components: - type: Transform - pos: 17.5,71.5 + pos: -14.5,13.5 parent: 2 - - uid: 13337 + - uid: 33617 components: - type: Transform - pos: 28.5,29.5 + rot: 1.5707963267948966 rad + pos: -12.5,16.5 parent: 2 - - uid: 13338 + - uid: 33618 components: - type: Transform - pos: 28.5,59.5 + rot: 1.5707963267948966 rad + pos: -12.5,15.5 parent: 2 - - uid: 13471 + - uid: 33619 components: - type: Transform - pos: -50.5,-49.5 + rot: 1.5707963267948966 rad + pos: -12.5,14.5 parent: 2 - - uid: 13474 + - uid: 33620 components: - type: Transform - pos: -42.5,-46.5 + pos: -13.5,13.5 parent: 2 - - uid: 13476 + - uid: 33625 components: - type: Transform - pos: -36.5,-48.5 + pos: 7.5,28.5 parent: 2 - - uid: 13680 + - type: DeviceLinkSink + links: + - 33633 + - uid: 33626 components: - type: Transform - pos: -22.5,-34.5 + pos: 8.5,28.5 parent: 2 - - uid: 13681 + - type: DeviceLinkSink + links: + - 33633 + - uid: 33627 components: - type: Transform - pos: -36.5,-22.5 + pos: 9.5,28.5 parent: 2 - - uid: 13683 + - type: DeviceLinkSink + links: + - 33633 + - uid: 33635 components: - type: Transform - pos: -33.5,-20.5 + rot: -1.5707963267948966 rad + pos: 18.5,-10.5 parent: 2 - - uid: 13684 + - type: DeviceLinkSink + links: + - 1595 + - uid: 33636 components: - type: Transform - pos: -29.5,-24.5 + rot: 3.141592653589793 rad + pos: 19.5,-10.5 parent: 2 - - uid: 13685 + - type: DeviceLinkSink + links: + - 1595 + - uid: 33637 components: - type: Transform - pos: -25.5,-24.5 + rot: 3.141592653589793 rad + pos: 20.5,-10.5 parent: 2 - - uid: 13686 + - type: DeviceLinkSink + links: + - 1595 + - uid: 33638 components: - type: Transform - pos: -33.5,-26.5 + rot: 3.141592653589793 rad + pos: 21.5,-10.5 parent: 2 - - uid: 13687 + - type: DeviceLinkSink + links: + - 1595 + - uid: 33640 components: - type: Transform - pos: -18.5,-26.5 + rot: 3.141592653589793 rad + pos: -5.5,-24.5 parent: 2 - - uid: 13688 + - type: DeviceLinkSink + links: + - 33655 + - uid: 33641 components: - type: Transform - pos: -21.5,-17.5 + rot: 3.141592653589793 rad + pos: -4.5,-24.5 parent: 2 - - uid: 13689 + - type: DeviceLinkSink + links: + - 33655 + - uid: 33642 components: - type: Transform - pos: -21.5,-15.5 + rot: 3.141592653589793 rad + pos: -3.5,-24.5 parent: 2 - - uid: 13858 + - type: DeviceLinkSink + links: + - 33655 + - uid: 33643 components: - type: Transform - pos: 72.5,2.5 + rot: 3.141592653589793 rad + pos: -2.5,-24.5 parent: 2 - - uid: 14140 + - type: DeviceLinkSink + links: + - 33655 + - uid: 33644 components: - type: Transform - pos: -6.5,-8.5 - parent: 14592 - - uid: 14141 + rot: 3.141592653589793 rad + pos: -1.5,-24.5 + parent: 2 + - type: DeviceLinkSink + links: + - 33655 + - uid: 33645 components: - type: Transform - pos: -7.5,-0.5 - parent: 14592 - - uid: 14162 + rot: 3.141592653589793 rad + pos: -0.5,-24.5 + parent: 2 + - type: DeviceLinkSink + links: + - 33655 + - uid: 33646 components: - type: Transform - pos: -6.5,-8.5 - parent: 14592 - - uid: 14166 + rot: 3.141592653589793 rad + pos: 0.5,-24.5 + parent: 2 + - type: DeviceLinkSink + links: + - 33655 + - uid: 33647 components: - type: Transform - pos: -32.5,3.5 + rot: 3.141592653589793 rad + pos: 1.5,-24.5 parent: 2 - - uid: 14167 + - type: DeviceLinkSink + links: + - 33655 + - uid: 33648 components: - type: Transform - pos: -28.5,3.5 + rot: 3.141592653589793 rad + pos: 2.5,-24.5 parent: 2 - - uid: 14425 + - type: DeviceLinkSink + links: + - 33655 + - uid: 33649 components: - type: Transform - pos: 40.5,39.5 + rot: 3.141592653589793 rad + pos: 3.5,-24.5 parent: 2 - - uid: 14426 + - type: DeviceLinkSink + links: + - 33655 + - uid: 33650 components: - type: Transform - pos: 40.5,45.5 + rot: 3.141592653589793 rad + pos: 4.5,-24.5 parent: 2 - - uid: 14882 + - type: DeviceLinkSink + links: + - 33655 + - uid: 33651 components: - type: Transform - pos: -7.5,-2.5 - parent: 14592 - - uid: 14884 + rot: 3.141592653589793 rad + pos: 5.5,-24.5 + parent: 2 + - type: DeviceLinkSink + links: + - 33655 + - uid: 33652 components: - type: Transform - pos: 4.5,-0.5 - parent: 14592 - - uid: 14941 + rot: 3.141592653589793 rad + pos: 6.5,-24.5 + parent: 2 + - type: DeviceLinkSink + links: + - 33655 + - uid: 33653 components: - type: Transform - pos: 4.5,-5.5 - parent: 14592 - - uid: 14959 + rot: 3.141592653589793 rad + pos: 7.5,-25.5 + parent: 2 + - type: DeviceLinkSink + links: + - 33655 + - uid: 33654 components: - type: Transform - pos: 8.5,-5.5 - parent: 14592 - - uid: 19249 + rot: 3.141592653589793 rad + pos: 8.5,-25.5 + parent: 2 + - type: DeviceLinkSink + links: + - 33655 + - uid: 33662 components: - type: Transform - pos: 72.5,-3.5 + rot: 3.141592653589793 rad + pos: -14.5,-15.5 parent: 2 - - uid: 20311 + - type: DeviceLinkSink + links: + - 33664 + - uid: 33663 components: - type: Transform - pos: -2.5,-2.5 + rot: 3.141592653589793 rad + pos: -15.5,-15.5 parent: 2 - - uid: 24216 + - type: DeviceLinkSink + links: + - 33664 +- proto: ShuttersRadiation + entities: + - uid: 28556 components: - type: Transform - pos: 15.5,-49.5 + rot: 1.5707963267948966 rad + pos: -10.5,26.5 parent: 2 - - uid: 26680 + - type: DeviceLinkSink + links: + - 33211 + - uid: 33208 components: - type: Transform - pos: 21.5,50.5 + rot: 1.5707963267948966 rad + pos: -10.5,25.5 parent: 2 - - uid: 27443 + - type: DeviceLinkSink + links: + - 33211 + - uid: 33209 components: - type: Transform - pos: 24.5,-56.5 + rot: 1.5707963267948966 rad + pos: -10.5,24.5 parent: 2 - - uid: 27444 + - type: DeviceLinkSink + links: + - 33211 +- proto: ShuttersRadiationOpen + entities: + - uid: 957 components: - type: Transform - pos: 28.5,-54.5 + rot: -1.5707963267948966 rad + pos: -6.5,5.5 parent: 2 - - uid: 27445 + - uid: 7242 components: - type: Transform - pos: 32.5,-53.5 + rot: 3.141592653589793 rad + pos: 0.5,-0.5 parent: 2 - - uid: 27447 + - type: DeviceLinkSink + links: + - 7256 + - uid: 7243 components: - type: Transform - pos: 20.5,-58.5 + rot: 3.141592653589793 rad + pos: 1.5,-0.5 parent: 2 - - uid: 31022 + - type: DeviceLinkSink + links: + - 7256 + - uid: 7247 components: - type: Transform - pos: 26.5,-7.5 + rot: 3.141592653589793 rad + pos: -0.5,-0.5 parent: 2 - - uid: 31340 + - type: DeviceLinkSink + links: + - 7256 + - uid: 13001 components: - type: Transform - pos: -55.5,-24.5 + pos: -1.5,13.5 parent: 2 - - uid: 31341 + - type: DeviceLinkSink + links: + - 12996 + - uid: 13269 components: - type: Transform - pos: -56.5,-28.5 + pos: 2.5,13.5 parent: 2 - - uid: 31342 + - type: DeviceLinkSink + links: + - 12996 + - uid: 17605 components: - type: Transform - pos: -58.5,-12.5 + pos: 0.5,-2.5 parent: 2 - - uid: 31695 + - type: DeviceLinkSink + links: + - 8030 + - uid: 17606 components: - type: Transform - pos: -47.5,18.5 + pos: 1.5,-2.5 parent: 2 - - uid: 31740 + - type: DeviceLinkSink + links: + - 8030 + - uid: 17607 components: - type: Transform - pos: -15.5,34.5 + rot: -1.5707963267948966 rad + pos: -6.5,6.5 parent: 2 - - uid: 31750 + - uid: 19579 components: - type: Transform - pos: -13.5,34.5 + pos: -0.5,-2.5 parent: 2 - - uid: 31761 + - type: DeviceLinkSink + links: + - 8030 + - uid: 27646 components: - type: Transform - pos: -18.5,30.5 + rot: -1.5707963267948966 rad + pos: -6.5,7.5 parent: 2 - - uid: 31765 + - uid: 27648 components: - type: Transform - pos: -18.5,33.5 + rot: 1.5707963267948966 rad + pos: 7.5,5.5 parent: 2 - - uid: 31782 + - uid: 27664 components: - type: Transform - pos: -13.5,29.5 + rot: 1.5707963267948966 rad + pos: 7.5,7.5 parent: 2 - - uid: 32225 + - uid: 27665 components: - type: Transform - pos: 35.5,32.5 + rot: 1.5707963267948966 rad + pos: 7.5,6.5 parent: 2 - - uid: 32226 + - uid: 27667 components: - type: Transform - pos: 36.5,31.5 + pos: 0.5,13.5 parent: 2 - - uid: 34365 + - type: DeviceLinkSink + links: + - 12996 + - uid: 27710 components: - type: Transform - pos: 31.5,-5.5 + pos: -0.5,13.5 parent: 2 - - uid: 34366 + - type: DeviceLinkSink + links: + - 12996 + - uid: 27732 components: - type: Transform - pos: 35.5,-5.5 + pos: 1.5,13.5 parent: 2 - - uid: 34375 + - type: DeviceLinkSink + links: + - 12996 +- proto: ShuttersWindowOpen + entities: + - uid: 8391 components: - type: Transform - pos: 48.5,-7.5 + rot: 1.5707963267948966 rad + pos: -5.5,63.5 parent: 2 - - uid: 34376 + - type: DeviceLinkSink + links: + - 8397 + - uid: 8392 components: - type: Transform - pos: 44.5,-7.5 + rot: 1.5707963267948966 rad + pos: -5.5,62.5 parent: 2 - - uid: 34377 + - type: DeviceLinkSink + links: + - 8397 + - uid: 8393 components: - type: Transform - pos: 43.5,-5.5 + rot: 1.5707963267948966 rad + pos: -5.5,61.5 parent: 2 - - uid: 34378 + - type: DeviceLinkSink + links: + - 8397 + - uid: 8394 components: - type: Transform - pos: 39.5,-5.5 + rot: 1.5707963267948966 rad + pos: -5.5,60.5 parent: 2 - - uid: 34383 + - type: DeviceLinkSink + links: + - 8397 + - uid: 8395 components: - type: Transform - pos: -31.5,-4.5 + rot: 1.5707963267948966 rad + pos: -5.5,59.5 parent: 2 - - uid: 36106 + - type: DeviceLinkSink + links: + - 8397 + - uid: 10297 components: - type: Transform - pos: -18.5,51.5 + pos: 56.5,0.5 parent: 2 - - uid: 36332 + - type: DeviceLinkSink + links: + - 13558 + - uid: 10298 components: - type: Transform - pos: -45.5,1.5 + pos: 56.5,-0.5 parent: 2 - - uid: 36335 + - type: DeviceLinkSink + links: + - 13558 + - uid: 10319 components: - type: Transform - pos: -48.5,24.5 + pos: 56.5,1.5 parent: 2 - - uid: 36336 + - type: DeviceLinkSink + links: + - 13558 + - uid: 10320 components: - type: Transform - pos: -35.5,37.5 + pos: 60.5,1.5 parent: 2 - - uid: 36413 + - type: DeviceLinkSink + links: + - 13558 + - uid: 10321 components: - type: Transform - pos: 24.5,-54.5 + pos: 60.5,0.5 parent: 2 - - uid: 36414 + - type: DeviceLinkSink + links: + - 13558 + - uid: 10322 components: - type: Transform - pos: 28.5,-52.5 + pos: 60.5,-0.5 parent: 2 - - uid: 36415 + - type: DeviceLinkSink + links: + - 13558 + - uid: 36620 components: - type: Transform - pos: 32.5,-51.5 - parent: 2 - - uid: 36418 + pos: 5.5,2.5 + parent: 36450 + - type: DeviceLinkSink + links: + - 36644 +- proto: ShuttleWindow + entities: + - uid: 31374 components: - type: Transform - pos: 45.5,-24.5 - parent: 2 - - uid: 36419 + rot: -1.5707963267948966 rad + pos: -0.5,4.5 + parent: 31348 + - uid: 31375 components: - type: Transform - pos: 49.5,-24.5 - parent: 2 - - uid: 36744 + rot: -1.5707963267948966 rad + pos: 0.5,5.5 + parent: 31348 + - uid: 31376 components: - type: Transform - pos: 49.5,52.5 - parent: 2 - - uid: 36747 + rot: -1.5707963267948966 rad + pos: 1.5,4.5 + parent: 31348 + - uid: 32941 components: - type: Transform - pos: 58.5,41.5 - parent: 2 - - uid: 36760 + rot: -1.5707963267948966 rad + pos: 1.5,-1.5 + parent: 32914 + - uid: 32942 components: - type: Transform - pos: 59.5,47.5 - parent: 2 - - uid: 36764 + rot: -1.5707963267948966 rad + pos: 1.5,1.5 + parent: 32914 + - uid: 32943 components: - type: Transform - pos: 52.5,52.5 - parent: 2 - - uid: 36766 + rot: -1.5707963267948966 rad + pos: 5.5,1.5 + parent: 32914 + - uid: 32944 components: - type: Transform - pos: 57.5,47.5 - parent: 2 -- proto: PottedPlantRandomPlastic - entities: - - uid: 1351 + rot: -1.5707963267948966 rad + pos: 5.5,-1.5 + parent: 32914 + - uid: 32945 components: - type: Transform - pos: 40.5,-22.5 - parent: 2 - - uid: 1454 + rot: -1.5707963267948966 rad + pos: 2.5,2.5 + parent: 32914 + - uid: 32946 components: - type: Transform - pos: 40.5,-20.5 - parent: 2 - - uid: 7258 + rot: -1.5707963267948966 rad + pos: 2.5,3.5 + parent: 32914 + - uid: 32947 components: - type: Transform - pos: 9.5,-32.5 - parent: 2 - - uid: 7259 + rot: -1.5707963267948966 rad + pos: 3.5,4.5 + parent: 32914 + - uid: 32948 components: - type: Transform - pos: -8.5,-32.5 - parent: 2 - - uid: 7481 + rot: -1.5707963267948966 rad + pos: 4.5,3.5 + parent: 32914 + - uid: 32949 components: - type: Transform - pos: 7.5,-33.5 - parent: 2 - - uid: 7482 + rot: -1.5707963267948966 rad + pos: 4.5,2.5 + parent: 32914 + - uid: 36478 components: - type: Transform - pos: 9.5,-34.5 - parent: 2 - - uid: 7483 + rot: 1.5707963267948966 rad + pos: 9.5,-2.5 + parent: 36450 + - uid: 36498 components: - type: Transform - pos: 3.5,-39.5 - parent: 2 - - uid: 7484 + rot: 1.5707963267948966 rad + pos: 9.5,-4.5 + parent: 36450 + - uid: 36514 components: - type: Transform - pos: 3.5,-34.5 - parent: 2 - - uid: 7485 + pos: 2.5,3.5 + parent: 36450 + - uid: 36515 components: - type: Transform - pos: -2.5,-39.5 - parent: 2 - - uid: 7486 + pos: 2.5,4.5 + parent: 36450 + - uid: 36516 components: - type: Transform - pos: -4.5,-33.5 - parent: 2 - - uid: 7487 + pos: 3.5,4.5 + parent: 36450 + - uid: 36517 components: - type: Transform - pos: -6.5,-33.5 - parent: 2 - - uid: 9370 + pos: 3.5,5.5 + parent: 36450 + - uid: 36518 components: - type: Transform - pos: 37.5,-18.5 - parent: 2 - - uid: 9376 + pos: 4.5,5.5 + parent: 36450 + - uid: 36519 components: - type: Transform - pos: 20.5,-14.5 - parent: 2 - - uid: 9465 + pos: 5.5,5.5 + parent: 36450 + - uid: 36520 components: - type: Transform - pos: -28.5,44.5 - parent: 2 - - uid: 10398 + pos: 6.5,5.5 + parent: 36450 + - uid: 36521 components: - type: Transform - pos: -20.5,-30.5 - parent: 2 - - uid: 10399 + pos: 7.5,5.5 + parent: 36450 + - uid: 36522 components: - type: Transform - pos: -14.5,-31.5 - parent: 2 - - uid: 10412 + pos: 7.5,4.5 + parent: 36450 + - uid: 36523 components: - type: Transform - pos: -21.5,17.5 - parent: 2 - - uid: 10413 + pos: 8.5,4.5 + parent: 36450 + - uid: 36524 components: - type: Transform - pos: -34.5,22.5 - parent: 2 - - uid: 10414 + pos: 8.5,3.5 + parent: 36450 + - uid: 36580 components: - type: Transform - pos: -34.5,20.5 - parent: 2 - - uid: 10421 + rot: 1.5707963267948966 rad + pos: 1.5,-4.5 + parent: 36450 + - uid: 36588 components: - type: Transform - pos: -14.5,20.5 - parent: 2 - - uid: 10422 + rot: 1.5707963267948966 rad + pos: 1.5,-2.5 + parent: 36450 + - uid: 36589 components: - type: Transform - pos: -19.5,17.5 - parent: 2 - - uid: 10448 + rot: 1.5707963267948966 rad + pos: 1.5,-3.5 + parent: 36450 + - uid: 36600 components: - type: Transform - pos: -14.5,22.5 - parent: 2 - - uid: 10449 + rot: 1.5707963267948966 rad + pos: 9.5,-3.5 + parent: 36450 +- proto: SignAi + entities: + - uid: 34179 components: - type: Transform - pos: -27.5,31.5 + rot: -1.5707963267948966 rad + pos: -81.5,76.5 parent: 2 - - uid: 10450 + - uid: 34182 components: - type: Transform - pos: -27.5,29.5 + rot: -1.5707963267948966 rad + pos: -79.5,81.5 parent: 2 - - uid: 10726 +- proto: SignalButton + entities: + - uid: 1595 components: - type: Transform - pos: -9.5,-86.5 + rot: 1.5707963267948966 rad + pos: 18.5,-12.5 parent: 2 - - uid: 10728 + - type: DeviceLinkSource + linkedPorts: + 1852: + - Pressed: Toggle + 33635: + - Pressed: Toggle + 33636: + - Pressed: Toggle + 33637: + - Pressed: Toggle + 33638: + - Pressed: Toggle + - uid: 5028 components: - type: Transform - pos: 7.5,-68.5 + rot: -1.5707963267948966 rad + pos: -22.5,-14.5 parent: 2 - - uid: 12301 + - uid: 5272 components: - type: Transform - pos: 18.5,-27.5 + rot: -1.5707963267948966 rad + pos: -21.5,-41.5 parent: 2 - - uid: 12320 + - uid: 7256 components: - type: Transform - pos: 29.5,-19.5 + rot: 3.141592653589793 rad + pos: 2.5,-0.5 parent: 2 - - uid: 12325 + - type: DeviceLinkSource + linkedPorts: + 7243: + - Pressed: Toggle + 7242: + - Pressed: Toggle + 7247: + - Pressed: Toggle + - uid: 7513 components: - type: Transform - pos: 26.5,-16.5 + rot: 1.5707963267948966 rad + pos: -53.5,52.5 parent: 2 - - uid: 12329 + - type: DeviceLinkSource + linkedPorts: + 7716: + - Pressed: Toggle + - uid: 8030 components: - type: Transform - pos: 18.5,-20.5 + pos: 2.5,-2.5 parent: 2 - - uid: 12330 + - type: DeviceLinkSource + linkedPorts: + 17606: + - Pressed: Toggle + 17605: + - Pressed: Toggle + 19579: + - Pressed: Toggle + - uid: 8397 components: - type: Transform - pos: 21.5,-20.5 + pos: -8.5,65.5 parent: 2 - - uid: 12331 + - type: DeviceLinkSource + linkedPorts: + 8391: + - Pressed: Toggle + 8392: + - Pressed: Toggle + 8393: + - Pressed: Toggle + 8394: + - Pressed: Toggle + 8395: + - Pressed: Toggle + - uid: 9303 components: - type: Transform - pos: 12.5,-20.5 + rot: 1.5707963267948966 rad + pos: -67.5,21.5 parent: 2 - - uid: 12335 + - type: DeviceLinkSource + linkedPorts: + 9285: + - Pressed: Toggle + - uid: 9952 components: - type: Transform - pos: 29.5,-31.5 + pos: -40.5,9.5 parent: 2 - - uid: 12337 + - uid: 11142 components: - type: Transform - pos: 35.5,-31.5 + pos: -3.6646934,-57.49578 parent: 2 - - uid: 12338 + - uid: 11143 components: - type: Transform - pos: 26.5,-29.5 + pos: -3.4303184,-57.49578 parent: 2 - - uid: 12339 + - uid: 12523 components: - type: Transform - pos: 23.5,-28.5 + rot: 1.5707963267948966 rad + pos: 42.5,-43.5 parent: 2 - - uid: 12347 + - type: DeviceLinkSource + linkedPorts: + 7122: + - Pressed: Toggle + 7112: + - Pressed: Toggle + - uid: 12526 components: - type: Transform - pos: 13.5,-27.5 + rot: -1.5707963267948966 rad + pos: 48.5,-43.5 parent: 2 - - uid: 12353 + - type: DeviceLinkSource + linkedPorts: + 7113: + - Pressed: Toggle + 7123: + - Pressed: Toggle + - uid: 12527 components: - type: Transform - pos: 22.5,-39.5 + rot: -1.5707963267948966 rad + pos: 42.5,-43.5 parent: 2 - - uid: 12363 + - type: DeviceLinkSource + linkedPorts: + 8968: + - Pressed: Toggle + 8977: + - Pressed: Toggle + 8970: + - Pressed: Toggle + - uid: 12617 components: - type: Transform - pos: 36.5,-27.5 + rot: 3.141592653589793 rad + pos: 59.5,11.5 parent: 2 - - uid: 12364 + - type: DeviceLinkSource + linkedPorts: + 3734: + - Pressed: Toggle + 3744: + - Pressed: Toggle + - uid: 12996 components: - type: Transform - pos: 38.5,-23.5 + rot: -1.5707963267948966 rad + pos: 3.5,18.5 parent: 2 - - uid: 12379 + - type: DeviceLinkSource + linkedPorts: + 13001: + - Pressed: Toggle + 27710: + - Pressed: Toggle + 27667: + - Pressed: Toggle + 27732: + - Pressed: Toggle + 13269: + - Pressed: Toggle + - uid: 13368 components: - type: Transform - pos: 27.5,4.5 + pos: -64.5,7.5 parent: 2 - - uid: 12380 + - uid: 13370 components: - type: Transform - pos: 34.5,4.5 + rot: 3.141592653589793 rad + pos: -64.5,15.5 parent: 2 - - uid: 12382 + - uid: 13558 components: - type: Transform - pos: 25.5,-14.5 + rot: 3.141592653589793 rad + pos: 57.5,3.5 parent: 2 - - uid: 12514 + - type: DeviceLinkSource + linkedPorts: + 10319: + - Pressed: Toggle + 10297: + - Pressed: Toggle + 10298: + - Pressed: Toggle + 10320: + - Pressed: Toggle + 10321: + - Pressed: Toggle + 10322: + - Pressed: Toggle + 10331: + - Pressed: DoorBolt + 10330: + - Pressed: DoorBolt + 10329: + - Pressed: DoorBolt + - uid: 14090 components: - type: Transform - pos: -23.5,53.5 - parent: 2 - - uid: 13186 + rot: 3.141592653589793 rad + pos: -2.5,4.5 + parent: 14592 + - type: DeviceLinkSource + linkedPorts: + 14104: + - Pressed: Toggle + 13799: + - Pressed: Toggle + 14103: + - Pressed: Toggle + 14175: + - Pressed: Toggle + - uid: 30551 components: - type: Transform - pos: 27.5,-14.5 + pos: -14.5,23.5 parent: 2 - - uid: 13187 + - type: DeviceLinkSource + linkedPorts: + 5932: + - Pressed: Toggle + 5933: + - Pressed: Toggle + - uid: 31541 components: - type: Transform - pos: 29.5,-14.5 + rot: 3.141592653589793 rad + pos: -7.2589545,-46.222797 parent: 2 - - uid: 13374 + - type: DeviceLinkSource + linkedPorts: + 31535: + - Pressed: Toggle + 31536: + - Pressed: Toggle + 31537: + - Pressed: Toggle + 31538: + - Pressed: Toggle + 31539: + - Pressed: Toggle + 31540: + - Pressed: Toggle + - uid: 31865 components: - type: Transform - pos: -34.5,-52.5 + rot: -1.5707963267948966 rad + pos: 17.5,-16.5 parent: 2 - - uid: 14410 + - type: DeviceLinkSource + linkedPorts: + 30773: + - Pressed: Toggle + 19587: + - Pressed: Toggle + 31766: + - Pressed: Toggle + 31745: + - Pressed: Toggle + 31784: + - Pressed: Toggle + 31790: + - Pressed: Toggle + 31845: + - Pressed: Toggle + 31846: + - Pressed: Toggle + - uid: 33143 components: - type: Transform - pos: 17.5,65.5 + rot: 1.5707963267948966 rad + pos: -35.5,50.5 parent: 2 - - uid: 14434 + - type: DeviceLinkSource + linkedPorts: + 14519: + - Pressed: Toggle + 14521: + - Pressed: Toggle + 14520: + - Pressed: Toggle + - uid: 33211 components: - type: Transform - pos: -27.5,55.5 + rot: -1.5707963267948966 rad + pos: -10.5,27.5 parent: 2 - - uid: 14435 + - type: DeviceLinkSource + linkedPorts: + 28556: + - Pressed: Toggle + 33208: + - Pressed: Toggle + 33209: + - Pressed: Toggle + - uid: 33632 components: - type: Transform - pos: -24.5,55.5 + pos: 13.5,22.5 parent: 2 - - uid: 14474 + - type: DeviceLinkSource + linkedPorts: + 33629: + - Pressed: Toggle + 33631: + - Pressed: Toggle + 33630: + - Pressed: Toggle + 33628: + - Pressed: Toggle + - uid: 33633 components: - type: Transform - pos: -20.5,46.5 + rot: 3.141592653589793 rad + pos: 6.5,28.5 parent: 2 - - uid: 14479 + - type: DeviceLinkSource + linkedPorts: + 33625: + - Pressed: Toggle + 33626: + - Pressed: Toggle + 33627: + - Pressed: Toggle + - uid: 33655 components: - type: Transform - pos: -23.5,37.5 + rot: 3.141592653589793 rad + pos: 2.5,-27.5 parent: 2 - - uid: 14480 + - type: DeviceLinkSource + linkedPorts: + 33653: + - Pressed: Toggle + 33654: + - Pressed: Toggle + 33652: + - Pressed: Toggle + 33651: + - Pressed: Toggle + 33650: + - Pressed: Toggle + 33649: + - Pressed: Toggle + 33648: + - Pressed: Toggle + 33647: + - Pressed: Toggle + 33646: + - Pressed: Toggle + 33645: + - Pressed: Toggle + 33644: + - Pressed: Toggle + 33643: + - Pressed: Toggle + 33642: + - Pressed: Toggle + 33641: + - Pressed: Toggle + 33640: + - Pressed: Toggle + 5861: + - Pressed: Toggle + 2772: + - Pressed: Toggle + - uid: 33664 components: - type: Transform - pos: -21.5,37.5 + rot: -1.5707963267948966 rad + pos: -12.5,-18.5 parent: 2 - - uid: 14499 + - type: DeviceLinkSource + linkedPorts: + 5009: + - Pressed: Toggle + 31851: + - Pressed: Toggle + 31852: + - Pressed: Toggle + 33662: + - Pressed: Toggle + 33663: + - Pressed: Toggle + - uid: 35148 components: - type: Transform - pos: -0.5,35.5 + rot: 1.5707963267948966 rad + pos: 55.370907,49.525387 parent: 2 - - uid: 14500 + - type: DeviceLinkSource + linkedPorts: + 29149: + - Pressed: Toggle + 29118: + - Pressed: Toggle + 29136: + - Pressed: Toggle + 35105: + - Pressed: Toggle + - uid: 36633 components: - type: Transform - pos: 8.5,35.5 - parent: 2 - - uid: 14501 + pos: 5.5,4.5 + parent: 36450 + - type: DeviceLinkSource + linkedPorts: + 36627: + - Pressed: Toggle + 36630: + - Pressed: Toggle + 36631: + - Pressed: Toggle + 36629: + - Pressed: Toggle + - uid: 36877 components: - type: Transform - pos: 8.5,37.5 + rot: 1.5707963267948966 rad + pos: 23.5,-41.5 parent: 2 - - uid: 14650 + - type: DeviceLinkSource + linkedPorts: + 5828: + - Pressed: DoorBolt + - uid: 36878 components: - type: Transform - pos: -58.5,24.5 + rot: 1.5707963267948966 rad + pos: 19.5,-41.5 parent: 2 - - uid: 14651 + - type: DeviceLinkSource + linkedPorts: + 5822: + - Pressed: DoorBolt + - uid: 36879 components: - type: Transform - pos: -56.5,24.5 + rot: 1.5707963267948966 rad + pos: 21.5,-41.5 parent: 2 - - uid: 14652 + - type: DeviceLinkSource + linkedPorts: + 5827: + - Pressed: DoorBolt + - uid: 39821 components: - type: Transform - pos: -56.5,22.5 - parent: 2 - - uid: 14658 + pos: 26.5,-5.5 + parent: 36907 + - type: DeviceLinkSource + linkedPorts: + 37028: + - Pressed: Toggle + 37027: + - Pressed: Toggle + 37026: + - Pressed: Toggle + - uid: 39822 components: - type: Transform - pos: -58.5,22.5 - parent: 2 - - uid: 14666 + rot: 3.141592653589793 rad + pos: 26.5,-11.5 + parent: 36907 + - type: DeviceLinkSource + linkedPorts: + 37028: + - Pressed: Toggle + 37027: + - Pressed: Toggle + 37026: + - Pressed: Toggle +- proto: SignalSwitch + entities: + - uid: 36644 components: - type: Transform - pos: -58.5,20.5 - parent: 2 - - uid: 14667 + pos: 5.478325,5.0917625 + parent: 36450 + - type: DeviceLinkSource + linkedPorts: + 36620: + - On: Toggle + - Off: Toggle +- proto: SignalTrigger + entities: + - uid: 5136 components: - type: Transform - pos: -56.5,20.5 + pos: -19.188427,-36.30694 parent: 2 - - uid: 14668 + - uid: 6829 components: - type: Transform - pos: -56.5,31.5 + pos: 19.742262,-39.287308 parent: 2 - - uid: 14669 + - uid: 6830 components: - type: Transform - pos: -58.5,31.5 + pos: 19.742262,-39.287308 parent: 2 - - uid: 14672 +- proto: SignAnomaly2 + entities: + - uid: 5237 components: - type: Transform - pos: -56.5,33.5 + pos: -18.5,-27.5 parent: 2 - - uid: 14674 +- proto: SignArmory + entities: + - uid: 33961 components: - type: Transform - pos: -50.5,27.5 + rot: 3.141592653589793 rad + pos: -66.5,-8.5 parent: 2 - - uid: 14683 +- proto: SignAtmos + entities: + - uid: 8213 components: - type: Transform - pos: -53.5,34.5 + rot: 3.141592653589793 rad + pos: -50.5,38.5 parent: 2 - - uid: 14686 + - uid: 32089 components: - type: Transform - pos: -53.5,36.5 + rot: 3.141592653589793 rad + pos: -49.5,33.5 parent: 2 - - uid: 25974 + - uid: 32090 components: - type: Transform - pos: 51.5,33.5 + rot: 3.141592653589793 rad + pos: -42.5,34.5 parent: 2 - - uid: 27357 +- proto: SignBar + entities: + - uid: 31933 components: - type: Transform - pos: 38.5,-39.5 + pos: 6.5,65.5 parent: 2 - - uid: 27384 +- proto: SignBio + entities: + - uid: 34392 components: - type: Transform - pos: 43.5,-41.5 + pos: 35.5,-4.5 parent: 2 - - uid: 27394 +- proto: SignCanisters + entities: + - uid: 5236 components: - type: Transform - pos: 47.5,-41.5 + pos: -29.5,-13.5 parent: 2 - - uid: 27424 +- proto: SignCargo + entities: + - uid: 13516 components: - type: Transform - pos: 26.5,-49.5 + pos: -41.5,-38.5 parent: 2 - - uid: 27469 +- proto: SignChemistry1 + entities: + - uid: 6802 components: - type: Transform - pos: -36.5,-52.5 + pos: 25.5,-37.5 parent: 2 - - uid: 27477 +- proto: SignDangerMed + entities: + - uid: 24817 components: - type: Transform - pos: -55.5,-34.5 - parent: 2 - - uid: 27479 + rot: -1.5707963267948966 rad + pos: 32.5,-28.5 + parent: 36907 + - uid: 30959 components: - type: Transform - pos: -51.5,-30.5 + rot: 1.5707963267948966 rad + pos: -57.5,-21.5 parent: 2 - - uid: 27490 +- proto: SignDirectionalBar + entities: + - uid: 12599 components: - type: Transform - pos: -39.5,-28.5 + rot: 3.141592653589793 rad + pos: -35.508663,33.319706 parent: 2 - - uid: 27491 + - uid: 31975 components: - type: Transform - pos: -35.5,-27.5 + rot: 3.141592653589793 rad + pos: 51.421474,23.371029 parent: 2 - - uid: 27510 + - uid: 32026 components: - type: Transform - pos: -24.5,57.5 + rot: 1.5707963267948966 rad + pos: 26.52796,-43.34523 parent: 2 - - uid: 27511 + - uid: 32076 components: - type: Transform - pos: -29.5,57.5 + rot: 3.141592653589793 rad + pos: -54.43929,-1.1730628 parent: 2 - - uid: 32845 +- proto: SignDirectionalBridge + entities: + - uid: 12547 components: - type: Transform - pos: -17.5,44.5 + rot: -1.5707963267948966 rad + pos: -42.48175,27.456108 parent: 2 - - uid: 35586 + - uid: 15868 components: - type: Transform - pos: 34.5,-16.5 + rot: -1.5707963267948966 rad + pos: 28.197735,-47.594536 parent: 2 - - uid: 36768 + - uid: 31967 components: - type: Transform - pos: 58.5,44.5 + pos: 46.629234,22.658125 parent: 2 - - uid: 36769 + - uid: 32056 components: - type: Transform - pos: 58.5,38.5 + rot: 3.141592653589793 rad + pos: -1.4346136,-49.198734 parent: 2 -- proto: PottedPlantRD - entities: - - uid: 8564 + - uid: 32067 components: - type: Transform - pos: -35.5,55.5 + pos: -50.50959,-1.412925 parent: 2 - - type: ContainerContainer - containers: - stash: !type:ContainerSlot - showEnts: False - occludes: True - ent: 13048 - - uid: 34261 + - uid: 34389 components: - type: Transform - pos: -64.5,-9.5 + pos: 54.497997,-8.803735 parent: 2 -- proto: PowerCellMedium +- proto: SignDirectionalBrig entities: - - uid: 9588 + - uid: 31973 components: - type: Transform - pos: -31.059422,9.69993 + rot: 3.141592653589793 rad + pos: 51.420933,23.176584 parent: 2 -- proto: PowerCellMediumPrinted - entities: - - uid: 36399 + - uid: 32037 components: - type: Transform - pos: -59.67713,78.64805 + rot: 1.5707963267948966 rad + pos: 2.470491,-49.785763 parent: 2 -- proto: PowerCellPotato +- proto: SignDirectionalChapel entities: - - uid: 13967 + - uid: 32023 components: - type: Transform - pos: -31.422798,-28.411407 + rot: 1.5707963267948966 rad + pos: 26.52796,-43.741062 parent: 2 -- proto: PowerCellRecharger +- proto: SignDirectionalDorms entities: - - uid: 5110 + - uid: 31966 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-34.5 + pos: 46.629234,22.873404 parent: 2 - - uid: 5144 + - uid: 32005 components: - type: Transform - pos: -26.5,-39.5 + pos: 17.631721,-52.172585 parent: 2 - - uid: 7416 + - uid: 32046 components: - type: Transform rot: 1.5707963267948966 rad - pos: -3.5,-29.5 - parent: 2 - - uid: 9584 - components: - - type: Transform - pos: -31.5,9.5 + pos: 2.470491,-49.197803 parent: 2 - - uid: 10161 +- proto: SignDirectionalEng + entities: + - uid: 30890 components: - type: Transform - pos: 33.5,22.5 + rot: -1.5707963267948966 rad + pos: 49.52926,-8.211655 parent: 2 - - uid: 10243 + - uid: 31949 components: - type: Transform - pos: 38.5,54.5 + rot: -1.5707963267948966 rad + pos: 2.4389596,51.240826 parent: 2 - - uid: 11147 + - uid: 32008 components: - type: Transform - pos: -5.5,-59.5 + rot: -1.5707963267948966 rad + pos: 28.19598,-47.40311 parent: 2 - - uid: 11179 + - uid: 32048 components: - type: Transform - pos: 6.5,-59.5 + rot: -1.5707963267948966 rad + pos: -1.4344422,-49.776505 parent: 2 - - uid: 11356 + - uid: 32078 components: - type: Transform - pos: 29.5,40.5 + rot: 3.141592653589793 rad + pos: -54.44392,-1.3767666 parent: 2 - - uid: 12220 + - uid: 32096 components: - type: Transform rot: 1.5707963267948966 rad - pos: 26.5,-20.5 + pos: -35.501106,28.782234 parent: 2 - - uid: 13493 +- proto: SignDirectionalEvac + entities: + - uid: 12597 components: - type: Transform - pos: -53.5,-40.5 + rot: 3.141592653589793 rad + pos: -35.508663,33.699337 parent: 2 - - uid: 13582 + - uid: 31970 components: - type: Transform - pos: -65.5,74.5 + pos: 46.629234,22.449791 parent: 2 - - uid: 15758 - components: - - type: Transform - pos: -0.5,1.5 - parent: 14592 - - uid: 33673 + - uid: 31994 components: - type: Transform - pos: -84.5,74.5 + rot: 1.5707963267948966 rad + pos: 55.428627,-1.1356192 parent: 2 - - uid: 34195 + - uid: 32002 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -87.5,60.5 + rot: 3.141592653589793 rad + pos: 28.190914,-47.20762 parent: 2 - - uid: 34229 + - uid: 32052 components: - type: Transform - pos: -18.5,47.5 + rot: 1.5707963267948966 rad + pos: 2.4712188,-49.38889 parent: 2 -- proto: Poweredlight - entities: - - uid: 407 + - uid: 34384 components: - type: Transform rot: 1.5707963267948966 rad - pos: -78.5,78.5 + pos: -30.452625,-5.4115086 parent: 2 - - uid: 647 + - uid: 34387 components: - type: Transform rot: 3.141592653589793 rad - pos: -46.5,-0.5 + pos: 54.49565,-8.405355 parent: 2 - - uid: 656 +- proto: SignDirectionalFood + entities: + - uid: 12598 components: - type: Transform - pos: -38.5,1.5 + rot: 3.141592653589793 rad + pos: -35.508663,33.50952 parent: 2 - - uid: 1304 + - uid: 32024 components: - type: Transform rot: 1.5707963267948966 rad - pos: -3.5,69.5 + pos: 26.52796,-43.539673 parent: 2 - - uid: 1376 + - uid: 32082 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-28.5 + rot: 3.141592653589793 rad + pos: -54.44392,-1.5712109 parent: 2 - - uid: 1411 + - uid: 36176 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,-10.5 + rot: 1.5707963267948966 rad + pos: -50.5,-4.5 parent: 2 - - uid: 2533 +- proto: SignDirectionalGravity + entities: + - uid: 32085 components: - type: Transform rot: 3.141592653589793 rad - pos: 20.5,-5.5 + pos: -54.44392,-1.7749147 parent: 2 - - uid: 2535 + - uid: 34382 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-6.5 + rot: -1.5707963267948966 rad + pos: 49.528976,-8.841134 parent: 2 - - uid: 2536 +- proto: SignDirectionalHydro + entities: + - uid: 31983 components: - type: Transform rot: 3.141592653589793 rad - pos: -21.5,-5.5 + pos: 51.420918,23.580555 parent: 2 - - uid: 2551 +- proto: SignDirectionalJanitor + entities: + - uid: 7822 components: - type: Transform - pos: -1.5,-3.5 + rot: 1.5707963267948966 rad + pos: 54.5,13.5 parent: 2 - - uid: 2839 + - uid: 34388 components: - type: Transform rot: 3.141592653589793 rad - pos: 12.5,-5.5 + pos: 54.497997,-8.60466 parent: 2 - - uid: 2840 +- proto: SignDirectionalLibrary + entities: + - uid: 31987 components: - type: Transform rot: 3.141592653589793 rad - pos: 66.5,1.5 + pos: 51.413975,23.768055 parent: 2 - - uid: 3269 + - uid: 32025 components: - type: Transform - pos: 43.5,-5.5 + rot: 1.5707963267948966 rad + pos: 26.52796,-43.150784 parent: 2 - - uid: 3669 +- proto: SignDirectionalMed + entities: + - uid: 12548 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-28.5 + rot: -1.5707963267948966 rad + pos: -42.47712,27.261663 parent: 2 - - uid: 4626 + - uid: 14165 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 72.5,-5.5 + rot: 1.5707963267948966 rad + pos: -30.452625,-5.2101197 parent: 2 - - uid: 5584 + - uid: 30958 components: - type: Transform rot: 1.5707963267948966 rad - pos: 13.5,-55.5 + pos: -50.500797,-1.199158 parent: 2 - - uid: 5587 + - uid: 31941 components: - type: Transform rot: 1.5707963267948966 rad - pos: 18.5,-53.5 + pos: 2.4389596,51.8502 parent: 2 - - uid: 5846 + - uid: 31971 components: - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,56.5 + pos: 46.629234,22.241459 parent: 2 - - uid: 6994 + - uid: 32038 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.470491,-49.58669 + parent: 2 +- proto: SignDirectionalSci + entities: + - uid: 12540 components: - type: Transform rot: -1.5707963267948966 rad - pos: 44.5,-19.5 + pos: -42.48175,27.831108 parent: 2 - - uid: 7599 + - uid: 31550 components: - type: Transform - rot: 3.141592653589793 rad - pos: 58.5,11.5 + rot: -1.5707963267948966 rad + pos: 27.494593,-47.59061 parent: 2 - - uid: 8170 + - uid: 31943 components: - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,-26.5 + rot: -1.5707963267948966 rad + pos: 2.4389596,51.63145 parent: 2 - - uid: 8270 + - uid: 32049 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,-10.5 + rot: -1.5707963267948966 rad + pos: -1.4344422,-49.59132 parent: 2 - - uid: 9383 + - uid: 32068 components: - type: Transform - pos: 24.5,-11.5 + pos: -50.50959,-1.6258881 parent: 2 - - uid: 9417 + - uid: 34380 components: - type: Transform rot: -1.5707963267948966 rad - pos: -28.5,44.5 + pos: 49.52926,-8.419988 parent: 2 - - uid: 9418 +- proto: SignDirectionalSec + entities: + - uid: 12549 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,47.5 + rot: 3.141592653589793 rad + pos: -35.508663,33.889153 parent: 2 - - uid: 9439 + - uid: 31953 components: - type: Transform rot: 1.5707963267948966 rad - pos: 36.5,-26.5 + pos: 3.1569586,51.85211 parent: 2 - - uid: 9480 + - uid: 31998 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,51.5 + rot: 3.141592653589793 rad + pos: 27.49647,-47.20762 parent: 2 - - uid: 9773 + - uid: 34385 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,-23.5 + rot: 1.5707963267948966 rad + pos: -30.459568,-5.626786 parent: 2 - - uid: 10601 + - uid: 34386 components: - type: Transform - pos: 4.5,-25.5 + rot: 3.141592653589793 rad + pos: 54.49565,-8.217855 parent: 2 - - uid: 11327 +- proto: SignDirectionalSolar + entities: + - uid: 8546 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,15.5 + rot: 3.141592653589793 rad + pos: -23.5,65.5 parent: 2 - - uid: 11608 +- proto: SignDirectionalSupply + entities: + - uid: 12544 components: - type: Transform - pos: -14.5,18.5 + rot: -1.5707963267948966 rad + pos: -42.48175,27.645922 parent: 2 - - uid: 12203 + - uid: 31946 components: - type: Transform - pos: 6.5,70.5 + rot: -1.5707963267948966 rad + pos: 2.4389596,51.44395 parent: 2 - - type: Timer - - uid: 12400 + - uid: 32001 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-27.5 + rot: -1.5707963267948966 rad + pos: 27.49647,-47.402065 parent: 2 - - uid: 12401 + - uid: 32050 components: - type: Transform rot: -1.5707963267948966 rad - pos: -25.5,27.5 + pos: -1.4344422,-49.387615 parent: 2 - - uid: 12402 + - uid: 32069 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,-22.5 + pos: -50.50959,-1.8203325 parent: 2 - - uid: 12403 + - uid: 34381 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-22.5 + rot: -1.5707963267948966 rad + pos: 49.528976,-8.632801 parent: 2 - - uid: 12404 +- proto: SignDirectionalWash + entities: + - uid: 34394 components: - type: Transform - pos: 41.5,-24.5 + rot: 3.141592653589793 rad + pos: 18.5,-46.5 parent: 2 - - uid: 12405 + - uid: 34395 components: - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,-29.5 + rot: -1.5707963267948966 rad + pos: 22.5,-45.5 parent: 2 - - uid: 12406 +- proto: SignElectricalMed + entities: + - uid: 33229 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-29.5 + pos: -56.5,9.5 parent: 2 - - uid: 12407 + - uid: 34172 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,-28.5 + rot: -1.5707963267948966 rad + pos: -84.5,67.5 parent: 2 - - uid: 12408 + - uid: 34947 components: - type: Transform - pos: -49.5,5.5 + rot: -1.5707963267948966 rad + pos: -1.5,22.5 parent: 2 - - uid: 12409 +- proto: SignEngine + entities: + - uid: 31929 components: - type: Transform - pos: -26.5,18.5 + pos: -62.5,13.5 parent: 2 - - uid: 12410 +- proto: SignEngineering + entities: + - uid: 13326 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,14.5 + pos: -28.5,31.5 parent: 2 - - uid: 12411 + - uid: 32091 components: - type: Transform rot: 3.141592653589793 rad - pos: 34.5,-21.5 + pos: -21.5,36.5 parent: 2 - - uid: 12418 + - uid: 34173 components: - type: Transform - pos: -17.5,40.5 + rot: -1.5707963267948966 rad + pos: -80.5,57.5 parent: 2 - - uid: 12420 + - uid: 36151 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,-14.5 + pos: -72.5,58.5 parent: 2 - - uid: 12421 +- proto: SignEVA + entities: + - uid: 9367 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-18.5 + pos: 15.5,-48.5 parent: 2 - - uid: 12422 +- proto: SignExamroom + entities: + - uid: 11739 components: - type: Transform - pos: 22.5,-16.5 + pos: 25.5,-25.5 parent: 2 - - uid: 12423 +- proto: SignFlammableMed + entities: + - uid: 34112 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-19.5 + rot: -1.5707963267948966 rad + pos: -57.5,-3.5 parent: 2 - - uid: 12424 +- proto: SignGravity + entities: + - uid: 31931 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-20.5 + pos: -24.5,39.5 parent: 2 - - uid: 12425 +- proto: SignHydro1 + entities: + - uid: 13354 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-17.5 + pos: -15.5,67.5 parent: 2 - - uid: 12426 +- proto: SignHydro2 + entities: + - uid: 704 components: - type: Transform - pos: 19.5,-22.5 + rot: 1.5707963267948966 rad + pos: -17.5,64.5 parent: 2 - - uid: 12427 +- proto: SignHydro3 + entities: + - uid: 8337 components: - type: Transform - pos: 23.5,-22.5 + pos: -15.5,54.5 parent: 2 - - uid: 12428 +- proto: SignInterrogation + entities: + - uid: 6400 components: - type: Transform - pos: 14.5,-22.5 + pos: 53.5,32.5 parent: 2 - - uid: 12429 +- proto: SignJanitor + entities: + - uid: 42888 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,39.5 + pos: 54.5,11.5 parent: 2 - - uid: 12430 +- proto: SignLawyer + entities: + - uid: 42890 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,37.5 + pos: -1.5,40.5 parent: 2 - - uid: 12436 +- proto: SignLibrary + entities: + - uid: 9776 components: - type: Transform rot: -1.5707963267948966 rad - pos: -42.5,37.5 + pos: 17.5,45.5 parent: 2 - - uid: 12437 + - uid: 9778 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-37.5 + rot: -1.5707963267948966 rad + pos: 23.5,40.5 parent: 2 - - uid: 12438 +- proto: SignMagneticsMed + entities: + - uid: 31292 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,23.5 + rot: 1.5707963267948966 rad + pos: -61.5,-6.5 parent: 2 - - uid: 12442 +- proto: SignMail + entities: + - uid: 14489 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,-34.5 + rot: 1.5707963267948966 rad + pos: -38.5,-43.5 parent: 2 - - uid: 12445 + - uid: 25183 components: - type: Transform rot: 1.5707963267948966 rad - pos: -48.5,35.5 + pos: -41.5,-44.5 parent: 2 - - uid: 12446 +- proto: SignMedical + entities: + - uid: 34390 components: - type: Transform - pos: 29.5,-28.5 + pos: 35.5,-8.5 parent: 2 - - uid: 12447 +- proto: SignMorgue + entities: + - uid: 1191 components: - type: Transform rot: 3.141592653589793 rad - pos: 29.5,-31.5 + pos: 49.5,-25.5 parent: 2 - - uid: 12449 + - uid: 34393 components: - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,-31.5 + pos: 49.5,-13.5 parent: 2 - - uid: 12450 +- proto: SignNosmoking + entities: + - uid: 36190 components: - type: Transform - pos: -24.5,-36.5 + pos: -76.5,59.5 parent: 2 - - uid: 12452 +- proto: SignPrison + entities: + - uid: 31747 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-29.5 + pos: 22.5,60.5 parent: 2 - - uid: 12515 +- proto: SignRadiation + entities: + - uid: 12804 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,46.5 + pos: -62.5,10.5 parent: 2 - - uid: 12539 + - uid: 13358 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,28.5 + pos: -62.5,12.5 parent: 2 - - uid: 12627 +- proto: SignRadiationMed + entities: + - uid: 705 components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-28.5 + - type: Transform + pos: -57.5,12.5 parent: 2 - - uid: 12628 + - uid: 10222 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-31.5 + pos: -53.5,12.5 parent: 2 - - uid: 12643 + - uid: 12841 components: - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,-7.5 + pos: -57.5,10.5 parent: 2 - - uid: 12644 + - uid: 12853 components: - type: Transform - pos: 39.5,-5.5 + pos: -53.5,10.5 parent: 2 - - uid: 12645 + - uid: 13428 components: - type: Transform - pos: 28.5,-5.5 + pos: -58.5,19.5 parent: 2 - - uid: 12652 + - uid: 13429 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 68.5,10.5 + pos: -56.5,19.5 parent: 2 - - uid: 12662 + - uid: 13430 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,-42.5 + pos: -58.5,23.5 parent: 2 - - uid: 12666 + - uid: 13431 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -61.5,-30.5 + pos: -56.5,23.5 parent: 2 - - uid: 12674 + - uid: 31309 components: - type: Transform - pos: 11.5,-33.5 + pos: -62.5,-17.5 parent: 2 - - uid: 12675 + - uid: 34951 components: - type: Transform rot: -1.5707963267948966 rad - pos: -57.5,-33.5 + pos: -1.5,-1.5 parent: 2 - - uid: 12687 + - uid: 34952 components: - type: Transform - pos: -3.5,-25.5 + rot: -1.5707963267948966 rad + pos: 2.5,-1.5 parent: 2 - - uid: 12688 +- proto: SignRedFive + entities: + - uid: 27589 components: - type: Transform rot: 3.141592653589793 rad - pos: 4.5,-31.5 + pos: 55.5,39.5 parent: 2 - - uid: 12689 +- proto: SignRedFour + entities: + - uid: 27588 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-28.5 + rot: 3.141592653589793 rad + pos: 55.5,42.5 parent: 2 - - uid: 12690 +- proto: SignRedOne + entities: + - uid: 27585 components: - type: Transform rot: 3.141592653589793 rad - pos: 3.5,-39.5 + pos: 51.5,49.5 parent: 2 - - uid: 12691 +- proto: SignRedSix + entities: + - uid: 35153 components: - type: Transform rot: 3.141592653589793 rad - pos: 9.5,-39.5 + pos: 55.5,36.5 parent: 2 - - uid: 12692 +- proto: SignRedThree + entities: + - uid: 27587 components: - type: Transform - pos: 4.5,-34.5 + rot: 3.141592653589793 rad + pos: 54.5,45.5 parent: 2 - - uid: 12693 +- proto: SignRedTwo + entities: + - uid: 27586 components: - type: Transform rot: 3.141592653589793 rad - pos: 12.5,-36.5 + pos: 54.5,49.5 parent: 2 - - uid: 12702 +- proto: SignRND + entities: + - uid: 5154 components: - type: Transform - pos: 8.5,-34.5 + pos: -36.5,-34.5 parent: 2 - - uid: 12703 + - uid: 5155 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-32.5 + pos: -29.5,-34.5 parent: 2 - - uid: 12708 +- proto: SignRobo + entities: + - uid: 5153 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-32.5 + pos: -27.5,-40.5 parent: 2 - - uid: 13188 + - uid: 5156 components: - type: Transform - rot: 3.141592653589793 rad - pos: 48.5,-7.5 + pos: -27.5,-36.5 parent: 2 - - uid: 14087 + - uid: 31294 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-2.5 - parent: 14592 - - uid: 14433 + pos: -57.5,-10.5 + parent: 2 +- proto: SignScience + entities: + - uid: 31291 components: - type: Transform rot: 1.5707963267948966 rad - pos: 21.5,32.5 + pos: -61.5,-9.5 parent: 2 - - uid: 14514 +- proto: SignScience1 + entities: + - uid: 31551 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,46.5 + pos: -60.5,1.5 parent: 2 - - type: Timer - - uid: 14515 +- proto: SignSecurearea + entities: + - uid: 31293 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,36.5 + pos: -57.5,-6.5 parent: 2 - - uid: 14519 +- proto: SignSecureMed + entities: + - uid: 24818 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,51.5 - parent: 2 - - type: DeviceLinkSink - links: - - 33143 - - uid: 14520 + rot: -1.5707963267948966 rad + pos: 29.5,-28.5 + parent: 36907 + - uid: 31295 components: - type: Transform - pos: -28.5,53.5 + pos: -56.5,-13.5 parent: 2 - - type: DeviceLinkSink - links: - - 33143 - - uid: 14521 + - uid: 31296 components: - type: Transform - pos: -31.5,53.5 + pos: -54.5,-13.5 parent: 2 - - type: DeviceLinkSink - links: - - 33143 - - uid: 14522 + - uid: 34948 components: - type: Transform rot: -1.5707963267948966 rad - pos: -23.5,53.5 + pos: -2.5,20.5 parent: 2 - - uid: 14531 + - uid: 34949 components: - type: Transform - pos: -31.5,58.5 + rot: -1.5707963267948966 rad + pos: -2.5,13.5 parent: 2 - - uid: 14532 + - uid: 34950 components: - type: Transform - pos: -25.5,60.5 + rot: -1.5707963267948966 rad + pos: 3.5,13.5 parent: 2 - - uid: 14863 +- proto: SignSecureSmall + entities: + - uid: 34178 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,2.5 - parent: 14592 - - uid: 15345 + rot: -1.5707963267948966 rad + pos: -83.5,76.5 + parent: 2 + - uid: 34181 components: - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-16.5 + rot: -1.5707963267948966 rad + pos: -79.5,83.5 parent: 2 - - uid: 15350 + - uid: 36575 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-20.5 - parent: 2 - - uid: 15719 + pos: 0.5,1.5 + parent: 32914 + - uid: 36576 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-6.5 - parent: 14592 - - uid: 15720 + pos: 6.5,1.5 + parent: 32914 +- proto: SignSecureSmallRed + entities: + - uid: 36577 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-6.5 - parent: 14592 - - uid: 15721 + pos: 0.5,-0.5 + parent: 32914 + - uid: 36578 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-6.5 - parent: 14592 - - uid: 15722 + pos: 6.5,-0.5 + parent: 32914 + - uid: 36590 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-6.5 - parent: 14592 - - uid: 15723 + pos: 0.5,2.5 + parent: 36450 + - uid: 36651 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-8.5 - parent: 14592 - - uid: 15724 + pos: 10.5,2.5 + parent: 36450 + - uid: 36652 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-8.5 - parent: 14592 - - uid: 15725 + pos: 10.5,0.5 + parent: 36450 + - uid: 36653 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-4.5 - parent: 14592 - - uid: 15726 + pos: 0.5,0.5 + parent: 36450 + - uid: 36655 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-3.5 - parent: 14592 - - uid: 15727 + pos: 2.5,-8.5 + parent: 36450 + - uid: 36656 components: - type: Transform - pos: 9.5,1.5 - parent: 14592 - - uid: 15728 + pos: 8.5,-8.5 + parent: 36450 +- proto: SignShield + entities: + - uid: 35086 components: - type: Transform - pos: 7.5,5.5 - parent: 14592 - - uid: 15729 + pos: 62.5,32.5 + parent: 2 +- proto: SignShock + entities: + - uid: 33224 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,3.5 - parent: 14592 - - uid: 15730 + pos: -47.5,-28.5 + parent: 2 +- proto: SignSomethingOld2 + entities: + - uid: 36367 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,3.5 - parent: 14592 - - uid: 15731 + pos: -29.5,63.5 + parent: 2 +- proto: SignSpace + entities: + - uid: 35094 components: - type: Transform - pos: 14.5,6.5 - parent: 14592 - - uid: 15732 + rot: -1.5707963267948966 rad + pos: 63.5,35.5 + parent: 2 + - uid: 35095 components: - type: Transform - pos: -2.5,-0.5 - parent: 14592 - - uid: 15734 + rot: -1.5707963267948966 rad + pos: 66.5,41.5 + parent: 2 + - uid: 43088 components: - type: Transform rot: 1.5707963267948966 rad - pos: -7.5,-1.5 - parent: 14592 - - uid: 15771 + pos: 77.5,41.5 + parent: 2 +- proto: SignTelecomms + entities: + - uid: 34177 components: - type: Transform - pos: -1.5,3.5 - parent: 14592 - - uid: 17854 + rot: -1.5707963267948966 rad + pos: -69.5,83.5 + parent: 2 +- proto: SignToolStorage + entities: + - uid: 33823 components: - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,41.5 + rot: -1.5707963267948966 rad + pos: -84.5,59.5 parent: 2 - - uid: 18379 + - uid: 34396 components: - type: Transform rot: -1.5707963267948966 rad - pos: 34.5,40.5 + pos: -14.5,49.5 parent: 2 - - uid: 19250 +- proto: SignToxins + entities: + - uid: 5227 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,0.5 + pos: -34.5,-24.5 parent: 2 - - uid: 19274 + - uid: 5271 components: - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,-22.5 + pos: -41.5,-28.5 parent: 2 - - uid: 19427 +- proto: SignVirology + entities: + - uid: 34391 components: - type: Transform - pos: 4.5,37.5 + pos: 39.5,-4.5 parent: 2 - - uid: 23719 +- proto: SignXenolab + entities: + - uid: 5238 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,41.5 + pos: -37.5,-20.5 parent: 2 - - uid: 23720 + - uid: 31289 components: - type: Transform rot: 1.5707963267948966 rad - pos: 27.5,-2.5 + pos: -55.5,0.5 parent: 2 - - uid: 23721 + - uid: 31290 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,0.5 + rot: 1.5707963267948966 rad + pos: -57.5,-19.5 parent: 2 - - uid: 23722 +- proto: SilverOre1 + entities: + - uid: 35633 components: - type: Transform - pos: -35.5,-24.5 + pos: -33.697678,61.273495 parent: 2 - - uid: 23723 + - uid: 35642 components: - type: Transform - pos: -16.5,34.5 + pos: -33.244553,61.585995 parent: 2 - - uid: 23724 +- proto: SingularityGenerator + entities: + - uid: 7801 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,36.5 + pos: -19.5,27.5 parent: 2 - - uid: 23725 +- proto: SingularityToy + entities: + - uid: 36872 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,2.5 + rot: 3.141592653589793 rad + pos: -92.3692,79.47385 parent: 2 - - uid: 23726 +- proto: Sink + entities: + - uid: 5832 components: - type: Transform - pos: 33.5,6.5 + rot: 3.141592653589793 rad + pos: 19.5,-44.5 parent: 2 - - uid: 23727 + - uid: 5833 components: - type: Transform - pos: 11.5,-41.5 + rot: 3.141592653589793 rad + pos: 21.5,-44.5 parent: 2 - - uid: 23728 +- proto: SinkStemlessWater + entities: + - uid: 14009 components: - type: Transform - pos: 14.5,-41.5 + rot: 1.5707963267948966 rad + pos: -7.5,-5.5 + parent: 14592 + - uid: 14010 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-4.5 + parent: 14592 + - uid: 14066 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-5.5 + parent: 14592 + - uid: 14101 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,2.5 + parent: 14592 + - uid: 14186 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,1.5 + parent: 14592 +- proto: SinkWide + entities: + - uid: 3268 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-1.5 parent: 2 - - uid: 23729 + - uid: 6238 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-47.5 + rot: 1.5707963267948966 rad + pos: -3.5,67.5 parent: 2 - - uid: 23730 + - uid: 8767 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-47.5 + pos: 59.5,13.5 parent: 2 - - uid: 23735 + - uid: 9914 components: - type: Transform rot: 1.5707963267948966 rad - pos: -9.5,-45.5 + pos: 12.5,70.5 parent: 2 - - uid: 23736 + - uid: 12518 components: - type: Transform rot: -1.5707963267948966 rad - pos: -2.5,-45.5 + pos: -6.5,58.5 parent: 2 - - uid: 23737 +- proto: SmallLight + entities: + - uid: 2872 components: - type: Transform - pos: -4.5,-41.5 + pos: -70.5,23.5 parent: 2 - - uid: 23741 + - uid: 14629 + components: + - type: Transform + pos: 3.5,3.5 + parent: 14592 + - uid: 31693 components: - type: Transform rot: 1.5707963267948966 rad - pos: -2.5,-53.5 + pos: -9.5,-48.5 parent: 2 - - uid: 23743 +- proto: SmartFridge + entities: + - uid: 4820 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-53.5 + pos: 21.5,-29.5 parent: 2 - - uid: 23745 + - uid: 4821 components: - type: Transform - pos: 2.5,-50.5 + pos: 25.5,-31.5 parent: 2 - - uid: 23746 + - uid: 5334 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-55.5 + pos: -45.5,-17.5 parent: 2 - - uid: 23747 + - uid: 12809 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-55.5 + pos: -11.5,62.5 parent: 2 - - uid: 23748 + - uid: 13076 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-45.5 + pos: 31.5,-12.5 parent: 2 - - uid: 23749 + - uid: 31330 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-45.5 + pos: -60.5,-11.5 parent: 2 - - uid: 23752 +- proto: SMESBasic + entities: + - uid: 8126 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-40.5 + pos: -28.5,14.5 parent: 2 - - uid: 23753 + - uid: 8128 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-40.5 + pos: -30.5,14.5 parent: 2 - - uid: 23768 + - uid: 8131 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-39.5 + pos: -32.5,14.5 parent: 2 - - uid: 23769 + - uid: 8133 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-39.5 + pos: -32.5,17.5 parent: 2 - - uid: 23772 + - uid: 14288 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-31.5 + pos: 60.5,-36.5 parent: 2 - - uid: 23773 + - uid: 17566 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-26.5 + pos: -25.5,39.5 parent: 2 - - uid: 23774 + - uid: 18619 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -85.5,80.5 + pos: 17.5,-32.5 parent: 2 - - uid: 23775 + - uid: 19423 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-26.5 + pos: -28.5,17.5 parent: 2 - - uid: 23776 + - uid: 19424 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-21.5 + pos: -30.5,17.5 parent: 2 - - uid: 23777 + - uid: 20878 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-21.5 + pos: -67.5,-21.5 parent: 2 - - uid: 23778 + - uid: 20969 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-16.5 + pos: -23.5,67.5 parent: 2 - - uid: 23779 + - uid: 31132 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-18.5 + pos: 0.5,8.5 + parent: 30892 + - uid: 33801 + components: + - type: Transform + pos: -86.5,64.5 parent: 2 - - uid: 23781 + - uid: 33985 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -85.5,82.5 + pos: -85.5,64.5 parent: 2 - - uid: 23782 + - uid: 33986 components: - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-25.5 + pos: -87.5,64.5 parent: 2 - - uid: 23783 + - uid: 34763 components: - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,-31.5 + pos: -6.5,3.5 parent: 2 - - uid: 23784 + - uid: 34764 components: - type: Transform - pos: -14.5,-27.5 + pos: -6.5,9.5 parent: 2 - - uid: 23785 + - uid: 34765 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-29.5 + pos: 7.5,9.5 parent: 2 - - uid: 23786 + - uid: 34766 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,-32.5 + pos: 7.5,3.5 parent: 2 - - uid: 23787 +- proto: SMESMachineCircuitboard + entities: + - uid: 7888 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-32.5 + pos: -48.550972,8.740101 parent: 2 - - uid: 23788 + - uid: 7889 components: - type: Transform - pos: -30.5,-28.5 + pos: -48.379097,8.615101 parent: 2 - - uid: 23789 + - uid: 7890 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,21.5 + pos: -48.207222,8.521351 parent: 2 - - uid: 23790 + - uid: 19512 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,12.5 + rot: 3.141592653589793 rad + pos: -34.64319,18.776749 parent: 2 - - uid: 23920 + - uid: 19517 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,10.5 + rot: 3.141592653589793 rad + pos: -34.471313,18.495499 parent: 2 - - uid: 23921 +- proto: SmokingPipeFilledCannabis + entities: + - uid: 14547 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,12.5 + parent: 14544 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: SnowBattlemap + entities: + - uid: 9834 + components: + - type: Transform + pos: 9.437998,47.931694 parent: 2 - - uid: 23922 +- proto: SoakedCigarette + entities: + - uid: 14064 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,12.5 + pos: -27.729088,0.65034413 parent: 2 - - uid: 23923 +- proto: Soap + entities: + - uid: 14195 components: - type: Transform - pos: -39.5,8.5 + pos: 3.779541,2.8792267 + parent: 14592 +- proto: SoapHomemade + entities: + - uid: 11591 + components: + - type: Transform + pos: 29.449444,61.321484 parent: 2 - - uid: 23924 +- proto: SoapSyndie + entities: + - uid: 13783 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,3.5 + pos: -32.548805,-7.604307 parent: 2 - - uid: 23925 +- proto: soda_dispenser + entities: + - uid: 1237 components: - type: Transform rot: -1.5707963267948966 rad - pos: 28.5,-18.5 + pos: -30.5,-7.5 parent: 2 - - uid: 23926 + - uid: 6236 components: - type: Transform - pos: -46.5,8.5 + pos: 0.5,69.5 parent: 2 - - uid: 23927 + - uid: 10010 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,17.5 + rot: 3.141592653589793 rad + pos: -20.5,-65.5 parent: 2 - - uid: 23928 + - uid: 11798 + components: + - type: Transform + pos: 48.5,-48.5 + parent: 2 + - uid: 32868 components: - type: Transform rot: -1.5707963267948966 rad - pos: -36.5,17.5 + pos: 2.5,-5.5 + parent: 14592 + - uid: 36169 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,-6.5 parent: 2 - - uid: 23930 +- proto: SolarPanel + entities: + - uid: 6248 components: - type: Transform rot: 1.5707963267948966 rad - pos: -34.5,24.5 + pos: -84.5,-16.5 parent: 2 - - uid: 23932 + - uid: 6403 components: - type: Transform - pos: -41.5,26.5 + pos: -36.5,77.5 parent: 2 - - uid: 23933 + - uid: 6404 components: - type: Transform - pos: -36.5,26.5 + pos: -35.5,77.5 parent: 2 - - uid: 23934 + - uid: 6405 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,20.5 + pos: -34.5,77.5 parent: 2 - - uid: 23935 + - uid: 6406 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,20.5 + pos: -33.5,77.5 parent: 2 - - uid: 23938 + - uid: 6407 components: - type: Transform - pos: -29.5,27.5 + pos: -32.5,77.5 parent: 2 - - uid: 23939 + - uid: 6408 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,33.5 + pos: -36.5,75.5 parent: 2 - - uid: 23940 + - uid: 6409 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,33.5 + pos: -35.5,75.5 parent: 2 - - uid: 23942 + - uid: 6410 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,36.5 + pos: -34.5,75.5 parent: 2 - - uid: 23945 + - uid: 6411 components: - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,29.5 + pos: -33.5,75.5 parent: 2 - - uid: 23947 + - uid: 6412 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,33.5 + pos: -32.5,75.5 parent: 2 - - uid: 23948 + - uid: 6413 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,23.5 + pos: -28.5,77.5 parent: 2 - - uid: 23949 + - uid: 6414 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,23.5 + pos: -27.5,77.5 parent: 2 - - uid: 23951 + - uid: 6415 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,20.5 + pos: -26.5,77.5 parent: 2 - - uid: 23952 + - uid: 6416 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,19.5 + pos: -25.5,77.5 parent: 2 - - uid: 23954 + - uid: 6417 components: - type: Transform - pos: -28.5,22.5 + pos: -24.5,77.5 parent: 2 - - uid: 23957 + - uid: 6418 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,20.5 + pos: -24.5,75.5 parent: 2 - - uid: 23983 + - uid: 6419 components: - type: Transform - pos: -16.5,44.5 + pos: -25.5,75.5 parent: 2 - - uid: 23984 + - uid: 6420 components: - type: Transform - pos: -10.5,45.5 + pos: -26.5,75.5 parent: 2 - - uid: 23988 + - uid: 6421 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,40.5 + pos: -27.5,75.5 parent: 2 - - uid: 23989 + - uid: 6422 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,38.5 + pos: -28.5,75.5 parent: 2 - - uid: 23991 + - uid: 6423 components: - type: Transform - pos: -35.5,31.5 + pos: -28.5,81.5 parent: 2 - - uid: 23996 + - uid: 6424 components: - type: Transform - pos: -48.5,33.5 + pos: -27.5,81.5 parent: 2 - - uid: 24001 + - uid: 6425 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,37.5 + pos: -26.5,81.5 parent: 2 - - uid: 24003 + - uid: 6426 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,34.5 + pos: -25.5,81.5 parent: 2 - - uid: 24004 + - uid: 6427 components: - type: Transform - pos: -58.5,36.5 + pos: -24.5,81.5 parent: 2 - - uid: 24007 + - uid: 6428 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,28.5 + pos: -23.5,81.5 parent: 2 - - uid: 24008 + - uid: 6429 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,24.5 + pos: -23.5,79.5 parent: 2 - - uid: 24011 + - uid: 6430 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,27.5 + pos: -24.5,79.5 parent: 2 - - uid: 24014 + - uid: 6431 components: - type: Transform - pos: -54.5,32.5 + pos: -25.5,79.5 parent: 2 - - uid: 24031 + - uid: 6432 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,53.5 + pos: -26.5,79.5 parent: 2 - - uid: 24041 + - uid: 6433 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,39.5 + pos: -27.5,79.5 parent: 2 - - uid: 24044 + - uid: 6434 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,44.5 + pos: -28.5,79.5 parent: 2 - - uid: 24045 + - uid: 6435 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,46.5 + pos: -32.5,81.5 parent: 2 - - uid: 24046 + - uid: 6436 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,39.5 + pos: -33.5,81.5 parent: 2 - - uid: 24053 + - uid: 6437 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,37.5 + pos: -34.5,81.5 parent: 2 - - uid: 24059 + - uid: 6438 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,39.5 + pos: -35.5,81.5 parent: 2 - - uid: 24060 + - uid: 6439 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,25.5 + pos: -36.5,81.5 parent: 2 - - uid: 24063 + - uid: 6440 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,19.5 + pos: -37.5,81.5 parent: 2 - - uid: 24065 + - uid: 6441 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,14.5 + pos: -37.5,79.5 parent: 2 - - uid: 24066 + - uid: 6442 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,9.5 + pos: -36.5,79.5 parent: 2 - - uid: 24068 + - uid: 6443 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,2.5 + pos: -35.5,79.5 parent: 2 - - uid: 24074 + - uid: 6444 components: - type: Transform - pos: -33.5,3.5 + pos: -34.5,79.5 parent: 2 - - uid: 24075 + - uid: 6445 components: - type: Transform - pos: -27.5,3.5 + pos: -33.5,79.5 parent: 2 - - uid: 24080 + - uid: 6446 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-4.5 + pos: -32.5,79.5 parent: 2 - - uid: 24083 + - uid: 6447 components: - type: Transform - pos: -22.5,-19.5 + pos: -36.5,85.5 parent: 2 - - uid: 24088 + - uid: 6448 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-18.5 + pos: -35.5,85.5 parent: 2 - - uid: 24089 + - uid: 6449 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-18.5 + pos: -34.5,85.5 parent: 2 - - uid: 24090 + - uid: 6450 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-14.5 + pos: -33.5,85.5 parent: 2 - - uid: 24091 + - uid: 6451 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-14.5 + pos: -32.5,85.5 parent: 2 - - uid: 24110 + - uid: 6452 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,-2.5 + pos: -32.5,83.5 parent: 2 - - uid: 24116 + - uid: 6453 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-16.5 + pos: -33.5,83.5 parent: 2 - - uid: 24119 + - uid: 6454 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-24.5 + pos: -34.5,83.5 parent: 2 - - uid: 24129 + - uid: 6455 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,-42.5 + pos: -35.5,83.5 parent: 2 - - type: Timer - - uid: 24132 + - uid: 6456 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-40.5 + pos: -36.5,83.5 parent: 2 - - uid: 24139 + - uid: 6457 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-41.5 + pos: -28.5,83.5 parent: 2 - - uid: 24143 + - uid: 6458 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,-31.5 + pos: -27.5,83.5 parent: 2 - - uid: 24145 + - uid: 6459 components: - type: Transform - pos: -20.5,-24.5 + pos: -26.5,83.5 parent: 2 - - uid: 24154 + - uid: 6460 components: - type: Transform - pos: 6.5,-49.5 + pos: -25.5,83.5 parent: 2 - - uid: 24155 + - uid: 6461 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,56.5 + pos: -24.5,83.5 parent: 2 - - uid: 24159 + - uid: 6462 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-59.5 + pos: -24.5,85.5 parent: 2 - - uid: 24160 + - uid: 6463 components: - type: Transform - pos: 7.5,-57.5 + pos: -25.5,85.5 parent: 2 - - uid: 24162 + - uid: 6464 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-59.5 + pos: -26.5,85.5 parent: 2 - - uid: 24163 + - uid: 6465 components: - type: Transform - pos: -3.5,-61.5 + pos: -27.5,85.5 parent: 2 - - uid: 24164 + - uid: 6466 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,35.5 + pos: -28.5,85.5 parent: 2 - - uid: 24167 + - uid: 6468 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-65.5 + rot: 1.5707963267948966 rad + pos: -84.5,-17.5 parent: 2 - - uid: 24168 + - uid: 6469 components: - type: Transform rot: 1.5707963267948966 rad - pos: -8.5,-65.5 + pos: -84.5,-18.5 parent: 2 - - uid: 24171 + - uid: 6470 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-67.5 + rot: 1.5707963267948966 rad + pos: -84.5,-19.5 parent: 2 - - type: Timer - - uid: 24173 + - uid: 6471 components: - type: Transform - pos: 0.5,-61.5 + rot: 1.5707963267948966 rad + pos: -84.5,-20.5 parent: 2 - - type: Timer - - uid: 24174 + - uid: 6472 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-71.5 + rot: 1.5707963267948966 rad + pos: -82.5,-20.5 parent: 2 - - uid: 24176 + - uid: 6473 components: - type: Transform rot: 1.5707963267948966 rad - pos: 8.5,-78.5 + pos: -82.5,-19.5 parent: 2 - - uid: 24179 + - uid: 6474 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-83.5 + rot: 1.5707963267948966 rad + pos: -82.5,-18.5 parent: 2 - - uid: 24183 + - uid: 6475 components: - type: Transform rot: 1.5707963267948966 rad - pos: -9.5,-83.5 + pos: -82.5,-17.5 parent: 2 - - uid: 24184 + - uid: 6476 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-78.5 + rot: 1.5707963267948966 rad + pos: -82.5,-16.5 parent: 2 - - uid: 24186 + - uid: 6477 components: - type: Transform rot: 1.5707963267948966 rad - pos: -9.5,-71.5 + pos: -80.5,-15.5 parent: 2 - - uid: 24189 + - uid: 6478 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-60.5 + rot: 1.5707963267948966 rad + pos: -80.5,-16.5 parent: 2 - - uid: 24190 + - uid: 6479 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,-58.5 + rot: 1.5707963267948966 rad + pos: -80.5,-17.5 parent: 2 - - uid: 24191 + - uid: 6480 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,-56.5 + rot: 1.5707963267948966 rad + pos: -80.5,-18.5 parent: 2 - - uid: 24192 + - uid: 6481 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-55.5 + rot: 1.5707963267948966 rad + pos: -80.5,-19.5 parent: 2 - - uid: 24194 + - uid: 6482 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,-54.5 + rot: 1.5707963267948966 rad + pos: -80.5,-20.5 parent: 2 - - uid: 24196 + - uid: 6483 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-52.5 + rot: 1.5707963267948966 rad + pos: -78.5,-20.5 parent: 2 - - uid: 24197 + - uid: 6484 components: - type: Transform rot: 1.5707963267948966 rad - pos: 28.5,-48.5 + pos: -78.5,-19.5 parent: 2 - - uid: 24200 + - uid: 6485 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-45.5 + rot: 1.5707963267948966 rad + pos: -78.5,-18.5 parent: 2 - - uid: 24202 + - uid: 6486 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-50.5 + rot: 1.5707963267948966 rad + pos: -78.5,-17.5 parent: 2 - - uid: 24205 + - uid: 6487 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,-40.5 + rot: 1.5707963267948966 rad + pos: -78.5,-16.5 parent: 2 - - uid: 24206 + - uid: 6488 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,-40.5 + rot: 1.5707963267948966 rad + pos: -78.5,-15.5 parent: 2 - - uid: 24207 + - uid: 6489 components: - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-44.5 + rot: 1.5707963267948966 rad + pos: -76.5,-16.5 parent: 2 - - uid: 24208 + - uid: 6490 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-44.5 + rot: 1.5707963267948966 rad + pos: -76.5,-17.5 parent: 2 - - uid: 24209 + - uid: 6491 components: - type: Transform - pos: -32.5,9.5 + rot: 1.5707963267948966 rad + pos: -76.5,-18.5 parent: 2 - - uid: 24210 + - uid: 6492 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,-46.5 + rot: 1.5707963267948966 rad + pos: -76.5,-19.5 parent: 2 - - uid: 24212 + - uid: 6493 components: - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-50.5 + rot: 1.5707963267948966 rad + pos: -76.5,-20.5 parent: 2 - - uid: 24213 + - uid: 6494 components: - type: Transform - pos: 44.5,-46.5 + rot: 1.5707963267948966 rad + pos: -74.5,-20.5 parent: 2 - - uid: 24214 + - uid: 6495 components: - type: Transform - pos: 50.5,-48.5 + rot: 1.5707963267948966 rad + pos: -74.5,-19.5 parent: 2 - - uid: 24215 + - uid: 6496 components: - type: Transform rot: 1.5707963267948966 rad - pos: 44.5,-54.5 + pos: -74.5,-18.5 parent: 2 - - uid: 24217 + - uid: 6497 components: - type: Transform rot: 1.5707963267948966 rad - pos: -51.5,-13.5 + pos: -74.5,-17.5 parent: 2 - - uid: 24218 + - uid: 6498 components: - type: Transform - pos: 47.5,-34.5 + rot: 1.5707963267948966 rad + pos: -74.5,-16.5 parent: 2 - - uid: 24223 + - uid: 6499 components: - type: Transform - pos: -38.5,-32.5 + rot: 1.5707963267948966 rad + pos: -74.5,-24.5 parent: 2 - - uid: 24225 + - uid: 6500 components: - type: Transform - pos: -36.5,-35.5 + rot: 1.5707963267948966 rad + pos: -74.5,-25.5 parent: 2 - - uid: 24230 + - uid: 6501 components: - type: Transform rot: 1.5707963267948966 rad - pos: 26.5,-41.5 + pos: -74.5,-26.5 parent: 2 - - uid: 24232 + - uid: 6502 components: - type: Transform - pos: 26.5,-34.5 + rot: 1.5707963267948966 rad + pos: -74.5,-27.5 parent: 2 - - uid: 24234 + - uid: 6503 components: - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,-40.5 + rot: 1.5707963267948966 rad + pos: -74.5,-28.5 parent: 2 - - uid: 24235 + - uid: 6504 components: - type: Transform rot: 1.5707963267948966 rad - pos: -40.5,-36.5 + pos: -76.5,-28.5 parent: 2 - - uid: 24236 + - uid: 6505 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-38.5 + rot: 1.5707963267948966 rad + pos: -76.5,-27.5 parent: 2 - - uid: 24237 + - uid: 6506 components: - type: Transform - pos: 38.5,-34.5 + rot: 1.5707963267948966 rad + pos: -76.5,-26.5 parent: 2 - - uid: 24239 + - uid: 6507 components: - type: Transform rot: 1.5707963267948966 rad - pos: 40.5,-31.5 + pos: -76.5,-25.5 parent: 2 - - uid: 24241 + - uid: 6508 components: - type: Transform rot: 1.5707963267948966 rad - pos: 45.5,-24.5 + pos: -76.5,-24.5 parent: 2 - - uid: 24242 + - uid: 6509 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,-28.5 + rot: 1.5707963267948966 rad + pos: -78.5,-24.5 parent: 2 - - uid: 24243 + - uid: 6510 components: - type: Transform rot: 1.5707963267948966 rad - pos: -22.5,-52.5 + pos: -78.5,-25.5 parent: 2 - - uid: 24245 + - uid: 6511 components: - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,-55.5 + rot: 1.5707963267948966 rad + pos: -78.5,-26.5 parent: 2 - - uid: 24249 + - uid: 6512 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,-10.5 + rot: 1.5707963267948966 rad + pos: -78.5,-27.5 parent: 2 - - uid: 24251 + - uid: 6513 components: - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,-51.5 + rot: 1.5707963267948966 rad + pos: -78.5,-28.5 parent: 2 - - uid: 24252 + - uid: 6514 components: - type: Transform rot: 1.5707963267948966 rad - pos: 52.5,-1.5 + pos: -78.5,-29.5 parent: 2 - - uid: 24254 + - uid: 6515 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,2.5 + rot: 1.5707963267948966 rad + pos: -80.5,-29.5 parent: 2 - - uid: 24257 + - uid: 6516 components: - type: Transform - rot: 3.141592653589793 rad - pos: 61.5,-0.5 + rot: 1.5707963267948966 rad + pos: -80.5,-28.5 parent: 2 - - uid: 24258 + - uid: 6517 components: - type: Transform rot: 1.5707963267948966 rad - pos: -10.5,-58.5 + pos: -80.5,-27.5 parent: 2 - - uid: 24260 + - uid: 6518 components: - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,3.5 + rot: 1.5707963267948966 rad + pos: -80.5,-26.5 parent: 2 - - uid: 24262 + - uid: 6519 components: - type: Transform - pos: 60.5,7.5 + rot: 1.5707963267948966 rad + pos: -80.5,-25.5 parent: 2 - - uid: 24263 + - uid: 6520 components: - type: Transform - rot: 3.141592653589793 rad - pos: 62.5,5.5 + rot: 1.5707963267948966 rad + pos: -80.5,-24.5 parent: 2 - - uid: 24265 + - uid: 6521 components: - type: Transform - rot: 3.141592653589793 rad - pos: 70.5,5.5 + rot: 1.5707963267948966 rad + pos: -82.5,-24.5 parent: 2 - - uid: 24268 + - uid: 6522 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 63.5,8.5 + rot: 1.5707963267948966 rad + pos: -82.5,-25.5 parent: 2 - - uid: 24275 + - uid: 6523 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 65.5,-4.5 + rot: 1.5707963267948966 rad + pos: -82.5,-26.5 parent: 2 - - uid: 24276 + - uid: 6524 components: - type: Transform - pos: 4.5,-61.5 + rot: 1.5707963267948966 rad + pos: -82.5,-27.5 parent: 2 - - type: Timer - - uid: 24279 + - uid: 6525 components: - type: Transform - rot: 3.141592653589793 rad - pos: 63.5,-7.5 + rot: 1.5707963267948966 rad + pos: -82.5,-28.5 parent: 2 - - uid: 24280 + - uid: 6527 components: - type: Transform - rot: 3.141592653589793 rad - pos: 69.5,-7.5 + rot: 1.5707963267948966 rad + pos: -84.5,-28.5 parent: 2 - - uid: 24282 + - uid: 6528 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-51.5 + rot: 1.5707963267948966 rad + pos: -84.5,-27.5 parent: 2 - - uid: 24283 + - uid: 6529 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-53.5 + rot: 1.5707963267948966 rad + pos: -84.5,-26.5 parent: 2 - - uid: 24287 + - uid: 6530 components: - type: Transform - pos: 58.5,-20.5 + rot: 1.5707963267948966 rad + pos: -84.5,-25.5 parent: 2 - - uid: 24289 + - uid: 6531 components: - type: Transform rot: 1.5707963267948966 rad - pos: 52.5,-22.5 + pos: -84.5,-24.5 parent: 2 - - uid: 24291 + - uid: 6532 components: - type: Transform - pos: 51.5,-25.5 + pos: 63.5,-47.5 parent: 2 - - uid: 24292 + - uid: 6533 components: - type: Transform - pos: 54.5,-25.5 + pos: 64.5,-47.5 parent: 2 - - uid: 24305 + - uid: 6534 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-48.5 + pos: 65.5,-47.5 parent: 2 - - uid: 24306 + - uid: 6535 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,-52.5 + pos: 66.5,-47.5 parent: 2 - - uid: 24307 + - uid: 6536 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-52.5 + pos: 67.5,-47.5 parent: 2 - - uid: 24365 + - uid: 6537 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,-48.5 + pos: 67.5,-45.5 parent: 2 - - uid: 24366 + - uid: 6538 components: - type: Transform - pos: -38.5,-44.5 + pos: 66.5,-45.5 parent: 2 - - type: Timer - - uid: 24367 + - uid: 6539 components: - type: Transform - pos: -49.5,-48.5 + pos: 65.5,-45.5 parent: 2 - - uid: 24368 + - uid: 6540 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,-50.5 + pos: 64.5,-45.5 parent: 2 - - uid: 24369 + - uid: 6541 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,-51.5 + pos: 63.5,-45.5 parent: 2 - - uid: 24370 + - uid: 6542 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,-49.5 + pos: 62.5,-49.5 parent: 2 - - uid: 24372 + - uid: 6543 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,-46.5 + pos: 63.5,-49.5 parent: 2 - - uid: 24373 + - uid: 6544 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-46.5 + pos: 64.5,-49.5 parent: 2 - - uid: 24374 + - uid: 6545 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,-41.5 + pos: 65.5,-49.5 parent: 2 - - uid: 24377 + - uid: 6546 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,-36.5 + pos: 66.5,-49.5 parent: 2 - - uid: 24378 + - uid: 6547 components: - type: Transform - pos: -49.5,-36.5 + pos: 67.5,-49.5 parent: 2 - - uid: 24380 + - uid: 6548 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,-33.5 + pos: 67.5,-51.5 parent: 2 - - uid: 24381 + - uid: 6549 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,-33.5 + pos: 66.5,-51.5 parent: 2 - - uid: 24384 + - uid: 6550 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,-52.5 + pos: 65.5,-51.5 parent: 2 - - uid: 24685 + - uid: 6551 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,19.5 + pos: 64.5,-51.5 parent: 2 - - uid: 24686 + - uid: 6552 components: - type: Transform - pos: 54.5,25.5 + pos: 63.5,-51.5 parent: 2 - - uid: 24687 + - uid: 6553 components: - type: Transform - pos: 58.5,25.5 + pos: 62.5,-51.5 parent: 2 - - uid: 24688 + - uid: 6554 components: - type: Transform - rot: 3.141592653589793 rad - pos: 58.5,19.5 + pos: 63.5,-53.5 parent: 2 - - uid: 24689 + - uid: 6555 components: - type: Transform - rot: 3.141592653589793 rad - pos: 64.5,19.5 + pos: 64.5,-53.5 parent: 2 - - uid: 24690 + - uid: 6556 components: - type: Transform - pos: 64.5,25.5 + pos: 65.5,-53.5 parent: 2 - - uid: 24691 + - uid: 6557 components: - type: Transform - pos: 65.5,23.5 + pos: 66.5,-53.5 parent: 2 - - uid: 24692 + - uid: 6558 components: - type: Transform - rot: 3.141592653589793 rad - pos: 65.5,21.5 + pos: 67.5,-53.5 parent: 2 - - uid: 24697 + - uid: 6559 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,-45.5 + pos: 67.5,-55.5 parent: 2 - - uid: 24698 + - uid: 6560 components: - type: Transform - pos: 65.5,17.5 + pos: 66.5,-55.5 parent: 2 - - uid: 24699 + - uid: 6561 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-39.5 + pos: 65.5,-55.5 parent: 2 - - uid: 24700 + - uid: 6562 components: - type: Transform - rot: 3.141592653589793 rad - pos: 60.5,15.5 + pos: 64.5,-55.5 parent: 2 - - uid: 24702 + - uid: 6563 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,18.5 + pos: 63.5,-55.5 parent: 2 - - uid: 24705 + - uid: 6564 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,21.5 + pos: 71.5,-53.5 parent: 2 - - uid: 24708 + - uid: 6565 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,26.5 + pos: 72.5,-53.5 parent: 2 - - uid: 24710 + - uid: 6566 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,22.5 + pos: 73.5,-53.5 parent: 2 - - uid: 24713 + - uid: 6567 components: - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,-18.5 + pos: 74.5,-53.5 parent: 2 - - uid: 24714 + - uid: 6568 components: - type: Transform - pos: 36.5,31.5 + pos: 75.5,-53.5 parent: 2 - - uid: 24716 + - uid: 6569 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,30.5 + pos: 75.5,-55.5 parent: 2 - - uid: 24717 + - uid: 6570 components: - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,22.5 + pos: 74.5,-55.5 parent: 2 - - uid: 24719 + - uid: 6571 components: - type: Transform - pos: 32.5,35.5 + pos: 73.5,-55.5 parent: 2 - - uid: 24721 + - uid: 6572 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,34.5 + pos: 72.5,-55.5 parent: 2 - - uid: 24722 + - uid: 6573 components: - type: Transform - pos: 28.5,38.5 + pos: 71.5,-55.5 parent: 2 - - uid: 24723 + - uid: 6574 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,40.5 + pos: 71.5,-51.5 parent: 2 - - uid: 24726 + - uid: 6575 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,47.5 + pos: 72.5,-51.5 parent: 2 - - uid: 24727 + - uid: 6576 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-47.5 + pos: 73.5,-51.5 parent: 2 - - uid: 24728 + - uid: 6577 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,-46.5 + pos: 74.5,-51.5 parent: 2 - - uid: 24729 + - uid: 6578 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,-42.5 + pos: 75.5,-51.5 parent: 2 - - uid: 24730 + - uid: 6579 components: - type: Transform - pos: 18.5,51.5 + pos: 76.5,-51.5 parent: 2 - - uid: 24735 + - uid: 6580 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,52.5 + pos: 76.5,-49.5 parent: 2 - - uid: 24739 + - uid: 6581 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,64.5 + pos: 75.5,-49.5 parent: 2 - - uid: 24740 + - uid: 6582 components: - type: Transform - pos: -10.5,68.5 + pos: 74.5,-49.5 parent: 2 - - uid: 24741 + - uid: 6583 components: - type: Transform - pos: -13.5,68.5 + pos: 73.5,-49.5 parent: 2 - - uid: 24742 + - uid: 6584 components: - type: Transform - pos: -14.5,63.5 + pos: 72.5,-49.5 parent: 2 - - uid: 24746 + - uid: 6585 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,58.5 + pos: 71.5,-49.5 parent: 2 - - uid: 24747 + - uid: 6586 components: - type: Transform - pos: -15.5,53.5 + pos: 71.5,-47.5 parent: 2 - - uid: 24751 + - uid: 6587 components: - type: Transform - pos: -9.5,54.5 + pos: 72.5,-47.5 parent: 2 - - uid: 24752 + - uid: 6588 components: - type: Transform - pos: -6.5,54.5 + pos: 73.5,-47.5 parent: 2 - - uid: 24754 + - uid: 6589 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,58.5 + pos: 74.5,-47.5 parent: 2 - - uid: 24755 + - uid: 6590 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,64.5 + pos: 75.5,-47.5 parent: 2 - - uid: 24756 + - uid: 6591 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,64.5 + pos: 75.5,-45.5 parent: 2 - - uid: 24757 + - uid: 6592 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,60.5 + pos: 74.5,-45.5 parent: 2 - - uid: 24758 + - uid: 6593 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,67.5 + pos: 73.5,-45.5 parent: 2 - - type: Timer - - uid: 24759 + - uid: 6594 components: - type: Transform - pos: 12.5,59.5 + pos: 72.5,-45.5 parent: 2 - - uid: 24760 + - uid: 6595 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,55.5 + pos: 71.5,-45.5 parent: 2 - - uid: 24764 + - uid: 30893 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,7.5 - parent: 2 - - uid: 24765 + rot: 1.5707963267948966 rad + pos: -12.5,-0.5 + parent: 30892 + - uid: 30989 components: - type: Transform - rot: 3.141592653589793 rad - pos: 58.5,-4.5 - parent: 2 - - uid: 24766 + rot: 1.5707963267948966 rad + pos: -14.5,9.5 + parent: 30892 + - uid: 30990 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,66.5 - parent: 2 - - type: Timer - - uid: 24767 + rot: 1.5707963267948966 rad + pos: -12.5,5.5 + parent: 30892 + - uid: 30991 components: - type: Transform - pos: -5.5,69.5 - parent: 2 - - uid: 24768 + rot: 1.5707963267948966 rad + pos: -12.5,8.5 + parent: 30892 + - uid: 30992 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,66.5 - parent: 2 - - uid: 24769 + rot: 1.5707963267948966 rad + pos: -10.5,11.5 + parent: 30892 + - uid: 30993 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,47.5 - parent: 2 - - uid: 24770 + rot: 1.5707963267948966 rad + pos: -10.5,8.5 + parent: 30892 + - uid: 30994 components: - type: Transform rot: 1.5707963267948966 rad - pos: -5.5,45.5 - parent: 2 - - uid: 24771 + pos: -8.5,6.5 + parent: 30892 + - uid: 30995 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,45.5 - parent: 2 - - uid: 24772 + rot: 1.5707963267948966 rad + pos: -8.5,9.5 + parent: 30892 + - uid: 30996 components: - type: Transform rot: 1.5707963267948966 rad - pos: -5.5,39.5 - parent: 2 - - uid: 24773 + pos: -6.5,9.5 + parent: 30892 + - uid: 30997 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,7.5 - parent: 2 - - uid: 24774 + rot: 1.5707963267948966 rad + pos: -6.5,7.5 + parent: 30892 + - uid: 30998 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,39.5 - parent: 2 - - uid: 24775 + rot: 1.5707963267948966 rad + pos: -6.5,0.5 + parent: 30892 + - uid: 30999 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,39.5 - parent: 2 - - uid: 24777 + rot: 1.5707963267948966 rad + pos: -8.5,2.5 + parent: 30892 + - uid: 31000 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,44.5 - parent: 2 - - uid: 24778 + rot: 1.5707963267948966 rad + pos: -10.5,2.5 + parent: 30892 + - uid: 31001 components: - type: Transform rot: 1.5707963267948966 rad - pos: 7.5,48.5 - parent: 2 - - uid: 24780 + pos: -12.5,1.5 + parent: 30892 + - uid: 31002 components: - type: Transform - pos: 15.5,47.5 - parent: 2 - - uid: 24781 + rot: 1.5707963267948966 rad + pos: -14.5,0.5 + parent: 30892 + - uid: 31003 components: - type: Transform rot: 1.5707963267948966 rad - pos: 14.5,42.5 - parent: 2 - - uid: 24782 + pos: -14.5,2.5 + parent: 30892 + - uid: 31004 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,44.5 - parent: 2 - - uid: 24784 + rot: 1.5707963267948966 rad + pos: -14.5,6.5 + parent: 30892 + - uid: 31005 components: - type: Transform rot: 1.5707963267948966 rad - pos: 14.5,39.5 - parent: 2 - - uid: 24785 + pos: -10.5,5.5 + parent: 30892 + - uid: 31006 components: - type: Transform - pos: 24.5,33.5 - parent: 2 - - uid: 24786 + rot: 1.5707963267948966 rad + pos: -12.5,10.5 + parent: 30892 + - uid: 31007 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,38.5 - parent: 2 - - uid: 24789 + rot: 1.5707963267948966 rad + pos: -6.5,2.5 + parent: 30892 +- proto: SolarPanelBroken + entities: + - uid: 12989 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,26.5 + pos: 13.5,26.5 parent: 2 - - uid: 24791 + - uid: 12990 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,29.5 + pos: 16.5,29.5 parent: 2 - - uid: 24792 + - uid: 12991 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,29.5 + pos: 10.5,35.5 parent: 2 - - uid: 24793 + - uid: 31008 components: - type: Transform rot: 1.5707963267948966 rad - pos: 27.5,20.5 - parent: 2 - - uid: 24797 + pos: -12.5,6.5 + parent: 30892 + - uid: 31009 components: - type: Transform - pos: 32.5,20.5 - parent: 2 - - uid: 24798 + rot: 1.5707963267948966 rad + pos: -10.5,10.5 + parent: 30892 + - uid: 31010 components: - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,16.5 - parent: 2 - - uid: 24799 + rot: 1.5707963267948966 rad + pos: -10.5,3.5 + parent: 30892 + - uid: 31011 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,18.5 - parent: 2 - - uid: 24801 + rot: 1.5707963267948966 rad + pos: -12.5,2.5 + parent: 30892 + - uid: 31012 components: - type: Transform rot: 1.5707963267948966 rad - pos: 22.5,16.5 - parent: 2 - - uid: 24802 + pos: -14.5,-0.5 + parent: 30892 + - uid: 31013 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,16.5 - parent: 2 - - uid: 24810 + rot: 1.5707963267948966 rad + pos: -6.5,8.5 + parent: 30892 + - uid: 31014 components: - type: Transform rot: 1.5707963267948966 rad - pos: 42.5,31.5 - parent: 2 - - uid: 24811 + pos: -14.5,8.5 + parent: 30892 + - uid: 31015 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,31.5 - parent: 2 - - uid: 24812 + rot: 1.5707963267948966 rad + pos: -6.5,1.5 + parent: 30892 +- proto: SolarTracker + entities: + - uid: 6467 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,34.5 + pos: -30.5,88.5 parent: 2 - - uid: 24813 + - uid: 6526 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,34.5 + pos: 69.5,-58.5 parent: 2 - - uid: 24815 + - uid: 14230 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,44.5 + pos: -87.5,-22.5 parent: 2 - - uid: 24820 + - uid: 30988 components: - type: Transform - pos: 34.5,38.5 - parent: 2 - - uid: 24821 + pos: -15.5,4.5 + parent: 30892 +- proto: SolidSecretDoor + entities: + - uid: 1988 components: - type: Transform rot: -1.5707963267948966 rad - pos: 39.5,34.5 + pos: 54.5,-31.5 parent: 2 - - uid: 24822 + - uid: 13759 components: - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,37.5 + rot: -1.5707963267948966 rad + pos: -33.5,-7.5 parent: 2 - - uid: 24823 +- proto: SpaceCash10 + entities: + - uid: 7010 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,40.5 + pos: 68.253456,-28.612753 parent: 2 - - uid: 24824 + - uid: 12291 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,49.5 + pos: 68.628456,-28.534628 parent: 2 - - uid: 24825 + - uid: 13652 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,44.5 + pos: -30.531487,-59.40561 parent: 2 - - uid: 24827 + - uid: 13672 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,50.5 + pos: -30.618553,-59.28061 parent: 2 - - uid: 24833 + - uid: 14131 components: - type: Transform - pos: 35.5,49.5 + pos: -31.547392,-0.26043588 parent: 2 - - uid: 24835 +- proto: SpaceCash100 + entities: + - uid: 12 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,50.5 + pos: 68.45658,-28.284628 parent: 2 - - uid: 24837 + - uid: 12524 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,54.5 + parent: 8770 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 13660 + components: + - type: Transform + pos: -32.36929,-59.327484 parent: 2 - - uid: 24841 + - uid: 14132 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,57.5 + pos: -31.795568,-0.041350782 parent: 2 - - uid: 24852 +- proto: SpaceCash1000 + entities: + - uid: 36567 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,35.5 + pos: 42.54165,54.673992 parent: 2 - - uid: 24854 +- proto: SpaceCash500 + entities: + - uid: 5529 components: - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,36.5 + pos: -36.483376,-50.984467 parent: 2 - - uid: 24855 + - uid: 5530 components: - type: Transform - pos: 51.5,47.5 + pos: -36.31826,-51.24131 parent: 2 - - uid: 24857 +- proto: SpacemenFigureSpawner + entities: + - uid: 2332 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,42.5 + pos: 8.5,48.5 parent: 2 - - uid: 24860 + - uid: 2339 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,46.5 + pos: 10.5,46.5 parent: 2 - - uid: 24861 +- proto: Spaceshroom + entities: + - uid: 2568 components: - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,46.5 + pos: 42.5,-57.5 parent: 2 - - uid: 24862 + - uid: 10858 components: - type: Transform - pos: 46.5,38.5 + pos: 38.5,-54.5 parent: 2 - - uid: 24864 + - uid: 10862 components: - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,61.5 + pos: 36.5,-57.5 parent: 2 - - uid: 24865 +- proto: SpaceTickSpawner + entities: + - uid: 42764 + components: + - type: Transform + pos: 14.5,53.5 + parent: 36907 +- proto: SpaceVillainArcade + entities: + - uid: 14019 components: - type: Transform rot: 3.141592653589793 rad - pos: 37.5,61.5 + pos: -32.5,-4.5 parent: 2 - - uid: 24867 +- proto: SpawnMobAlexander + entities: + - uid: 27063 components: - type: Transform - pos: 37.5,59.5 + pos: -8.5,63.5 parent: 2 - - uid: 24868 +- proto: SpawnMobBear + entities: + - uid: 39825 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,56.5 - parent: 2 - - uid: 24870 + pos: 22.5,53.5 + parent: 36907 + - uid: 39826 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,21.5 - parent: 2 - - uid: 24888 + pos: 24.5,51.5 + parent: 36907 +- proto: SpawnMobBee + entities: + - uid: 34273 components: - type: Transform - pos: -1.5,33.5 + pos: 46.5,-0.5 parent: 2 - - uid: 24889 + - uid: 34274 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,28.5 + pos: 46.5,-0.5 parent: 2 - - uid: 24890 + - uid: 34275 components: - type: Transform - pos: -7.5,34.5 + pos: 46.5,-0.5 parent: 2 - - uid: 24891 + - uid: 34276 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,29.5 + pos: 46.5,-0.5 parent: 2 - - uid: 24892 + - uid: 34277 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,32.5 + pos: 48.5,-0.5 parent: 2 - - uid: 24893 +- proto: SpawnMobButterfly + entities: + - uid: 34267 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,29.5 + pos: 45.5,-3.5 parent: 2 - - uid: 24894 + - uid: 34268 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,32.5 + pos: 47.5,0.5 parent: 2 - - uid: 24895 + - uid: 34269 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,29.5 + pos: 47.5,2.5 parent: 2 - - uid: 24896 + - uid: 34270 components: - type: Transform - pos: 8.5,33.5 + pos: 42.5,1.5 parent: 2 - - uid: 24897 +- proto: SpawnMobCarp + entities: + - uid: 24783 components: - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,52.5 + pos: 42.5,-15.5 + parent: 36907 + - uid: 31741 + components: + - type: Transform + pos: -34.5,-61.5 parent: 2 - - uid: 24899 + - uid: 39828 + components: + - type: Transform + pos: 28.5,25.5 + parent: 36907 + - uid: 39829 components: - type: Transform - pos: 21.5,55.5 - parent: 2 - - uid: 24902 + pos: 31.5,-39.5 + parent: 36907 + - uid: 39830 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,51.5 - parent: 2 - - uid: 24903 + pos: 35.5,-37.5 + parent: 36907 + - uid: 39831 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,58.5 - parent: 2 - - uid: 24912 + pos: 26.5,-37.5 + parent: 36907 + - uid: 39832 components: - type: Transform - pos: 26.5,59.5 - parent: 2 - - uid: 24916 + pos: 43.5,6.5 + parent: 36907 + - uid: 39833 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,62.5 - parent: 2 - - uid: 24917 + pos: 54.5,-8.5 + parent: 36907 + - uid: 39834 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,62.5 - parent: 2 - - uid: 24918 + pos: 0.5,-18.5 + parent: 36907 + - uid: 42762 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,62.5 - parent: 2 - - uid: 24919 + pos: 29.5,-35.5 + parent: 36907 + - uid: 42919 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,62.5 + pos: -44.5,85.5 parent: 2 - - uid: 24921 + - uid: 42920 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,65.5 + pos: 76.5,27.5 parent: 2 - - uid: 24923 + - uid: 42966 components: - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,65.5 + pos: -93.5,74.5 parent: 2 - - uid: 24924 + - uid: 42989 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,69.5 + pos: -71.5,90.5 parent: 2 - - uid: 24925 + - uid: 43281 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,69.5 - parent: 2 - - uid: 24926 + pos: 1.5,13.5 + parent: 30892 + - uid: 43282 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,70.5 - parent: 2 - - uid: 24927 + pos: 9.5,13.5 + parent: 30892 + - uid: 43283 components: - type: Transform - pos: 12.5,67.5 - parent: 2 - - uid: 24930 + pos: 15.5,4.5 + parent: 30892 +- proto: SpawnMobCarpHolo + entities: + - uid: 24901 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,63.5 - parent: 2 - - uid: 24932 + pos: 49.5,-16.5 + parent: 36907 + - uid: 33920 components: - type: Transform - pos: 29.5,68.5 + pos: -51.5,-21.5 parent: 2 - - uid: 25958 + - uid: 39835 components: - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,-37.5 - parent: 2 - - uid: 26744 + pos: 26.5,53.5 + parent: 36907 + - uid: 43284 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 64.5,-15.5 - parent: 2 - - uid: 26754 + pos: 17.5,2.5 + parent: 30892 +- proto: SpawnMobCarpMagic + entities: + - uid: 4391 components: - type: Transform rot: 1.5707963267948966 rad - pos: 55.5,-16.5 + pos: -51.5,-22.5 parent: 2 - - uid: 26963 + - uid: 33918 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-26.5 + pos: -52.5,-22.5 parent: 2 - - uid: 26997 + - uid: 39837 components: - type: Transform - pos: 42.5,27.5 - parent: 2 - - uid: 27092 + pos: 5.5,20.5 + parent: 36907 + - uid: 39838 components: - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,56.5 - parent: 2 - - uid: 27290 + pos: 55.5,26.5 + parent: 36907 + - uid: 42758 components: - type: Transform - pos: 52.5,17.5 - parent: 2 - - uid: 27457 + pos: 28.5,-37.5 + parent: 36907 + - uid: 42759 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,56.5 - parent: 2 - - uid: 27459 + pos: 33.5,-35.5 + parent: 36907 + - uid: 42939 components: - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,58.5 + rot: 1.5707963267948966 rad + pos: -52.5,-20.5 parent: 2 - - uid: 27651 +- proto: SpawnMobCatGeneric + entities: + - uid: 27058 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,-38.5 + pos: 20.5,-19.5 parent: 2 - - uid: 27726 +- proto: SpawnMobCleanBot + entities: + - uid: 31501 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,20.5 + pos: -55.5,-11.5 parent: 2 - - uid: 27727 +- proto: SpawnMobCockroach + entities: + - uid: 43237 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,24.5 + pos: -57.5,-5.5 parent: 2 - - uid: 29928 + - uid: 43238 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,86.5 + pos: -60.5,-24.5 parent: 2 - - uid: 29937 +- proto: SpawnMobCorgi + entities: + - uid: 32111 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -78.5,86.5 + pos: -5.5,-44.5 parent: 2 - - uid: 29940 +- proto: SpawnMobCow + entities: + - uid: 14394 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,78.5 + pos: -10.5,68.5 parent: 2 - - uid: 29941 +- proto: SpawnMobCrab + entities: + - uid: 32235 components: - type: Transform - pos: -74.5,83.5 + pos: -34.5,-39.5 parent: 2 - - uid: 29944 +- proto: SpawnMobCrabAtmos + entities: + - uid: 43226 components: - type: Transform - rot: 3.141592653589793 rad - pos: -74.5,81.5 + pos: -48.5,42.5 parent: 2 - - uid: 30745 +- proto: SpawnMobFoxRenault + entities: + - uid: 27066 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,30.5 + pos: 12.5,-34.5 parent: 2 - - uid: 30746 +- proto: SpawnMobGoat + entities: + - uid: 785 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,33.5 + pos: -10.5,67.5 parent: 2 - - uid: 30758 +- proto: SpawnMobGorillaLargo + entities: + - uid: 27067 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,46.5 + pos: -46.5,-39.5 parent: 2 - - uid: 30849 + - uid: 43225 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -63.5,15.5 + pos: 47.5,-1.5 parent: 2 - - uid: 30850 +- proto: SpawnMobHamsterHamlet + entities: + - uid: 27065 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -63.5,7.5 + pos: 3.5,-28.5 parent: 2 - - uid: 30854 +- proto: SpawnMobKangaroo + entities: + - uid: 39839 components: - type: Transform - rot: 3.141592653589793 rad - pos: -60.5,5.5 + pos: 41.5,5.5 + parent: 36907 +- proto: SpawnMobLizard + entities: + - uid: 26991 + components: + - type: Transform + pos: -15.5,16.5 parent: 2 - - uid: 30855 + - uid: 34278 components: - type: Transform - pos: -60.5,18.5 + pos: 44.5,-2.5 parent: 2 - - uid: 31630 + - uid: 34279 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,51.5 + pos: 43.5,1.5 parent: 2 - - uid: 31692 +- proto: SpawnMobMcGriff + entities: + - uid: 27062 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,-50.5 + pos: 45.5,43.5 parent: 2 - - uid: 32980 +- proto: SpawnMobMonkeyPunpun + entities: + - uid: 27060 components: - type: Transform - pos: 2.5,0.5 - parent: 32914 - - uid: 32981 + pos: -0.5,67.5 + parent: 2 +- proto: SpawnMobParrot + entities: + - uid: 14619 components: - type: Transform - pos: 4.5,0.5 - parent: 32914 - - uid: 32982 + pos: 43.5,0.5 + parent: 2 +- proto: SpawnMobPossumMorty + entities: + - uid: 43224 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,2.5 - parent: 32914 - - uid: 32983 + pos: -39.5,13.5 + parent: 2 +- proto: SpawnMobShark + entities: + - uid: 43280 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,2.5 - parent: 32914 - - uid: 33098 + pos: 6.5,5.5 + parent: 30892 +- proto: SpawnMobShiva + entities: + - uid: 10077 components: - type: Transform - pos: -0.5,2.5 - parent: 31348 - - uid: 33099 + pos: 47.5,54.5 + parent: 2 +- proto: SpawnMobSmallPurpleSnake + entities: + - uid: 39827 components: - type: Transform - pos: 1.5,2.5 - parent: 31348 - - uid: 33100 + pos: 23.5,40.5 + parent: 36907 + - uid: 39842 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-0.5 - parent: 31348 - - uid: 33101 + pos: 7.5,50.5 + parent: 36907 + - uid: 42763 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-0.5 - parent: 31348 - - uid: 33102 + pos: 1.5,41.5 + parent: 36907 +- proto: SpawnMobSmile + entities: + - uid: 27064 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,4.5 - parent: 31348 - - uid: 33103 + pos: -26.5,-15.5 + parent: 2 +- proto: SpawnMobSpaceSpider + entities: + - uid: 39841 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,4.5 - parent: 31348 - - uid: 34189 + pos: 5.5,46.5 + parent: 36907 +- proto: SpawnMobWalter + entities: + - uid: 26581 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -88.5,65.5 + pos: 23.5,-36.5 parent: 2 - - uid: 34190 +- proto: SpawnPointAtmos + entities: + - uid: 25128 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -85.5,68.5 + pos: -44.5,36.5 parent: 2 - - uid: 34350 + - uid: 25129 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,-11.5 + pos: -53.5,28.5 parent: 2 - - uid: 34351 + - uid: 25130 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-15.5 + pos: -53.5,30.5 parent: 2 - - uid: 34353 + - uid: 25131 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-17.5 + pos: -58.5,35.5 parent: 2 - - uid: 34354 + - uid: 25132 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,-16.5 + pos: -42.5,42.5 parent: 2 - - uid: 34355 +- proto: SpawnPointBartender + entities: + - uid: 25133 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-16.5 + pos: 1.5,67.5 parent: 2 - - uid: 34356 + - uid: 25134 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-13.5 + pos: 7.5,69.5 parent: 2 - - uid: 34358 +- proto: SpawnPointBorg + entities: + - uid: 27044 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,-14.5 + pos: -22.5,-40.5 parent: 2 - - uid: 34359 +- proto: SpawnPointBotanist + entities: + - uid: 25138 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,-10.5 + pos: -14.5,57.5 parent: 2 - - uid: 34361 + - uid: 25139 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,3.5 + pos: -17.5,59.5 parent: 2 - - uid: 34585 + - uid: 25140 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,3.5 - parent: 30892 - - uid: 34588 + pos: -15.5,62.5 + parent: 2 +- proto: SpawnPointBoxer + entities: + - uid: 25136 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,1.5 - parent: 30892 - - uid: 34589 + pos: -30.5,51.5 + parent: 2 + - uid: 25137 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,5.5 - parent: 30892 - - uid: 34593 + pos: -33.5,48.5 + parent: 2 +- proto: SpawnPointCaptain + entities: + - uid: 27031 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,1.5 - parent: 30892 - - uid: 34699 + pos: 14.5,-35.5 + parent: 2 +- proto: SpawnPointCargoTechnician + entities: + - uid: 27036 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,6.5 - parent: 30892 - - uid: 35080 + pos: -60.5,-32.5 + parent: 2 + - uid: 27037 components: - type: Transform - pos: 69.5,31.5 + pos: -59.5,-32.5 parent: 2 - - uid: 35081 + - uid: 27038 components: - type: Transform - rot: 3.141592653589793 rad - pos: 69.5,27.5 + pos: -57.5,-30.5 parent: 2 - - uid: 35422 + - uid: 27039 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 61.5,30.5 + pos: -48.5,-45.5 parent: 2 - - uid: 35423 + - uid: 27040 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 65.5,30.5 + pos: -43.5,-37.5 parent: 2 - - uid: 35424 + - uid: 27041 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 74.5,33.5 + pos: -37.5,-44.5 parent: 2 - - uid: 35425 + - uid: 27042 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 74.5,35.5 + pos: -43.5,-38.5 parent: 2 - - uid: 35426 +- proto: SpawnPointChaplain + entities: + - uid: 26990 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,33.5 + pos: 53.5,-22.5 parent: 2 - - uid: 35429 +- proto: SpawnPointChef + entities: + - uid: 26921 components: - type: Transform - pos: 66.5,40.5 + pos: -9.5,57.5 parent: 2 - - uid: 35433 + - uid: 26922 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 60.5,45.5 + pos: -7.5,63.5 parent: 2 - - uid: 35434 + - uid: 26923 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,39.5 + pos: -7.5,59.5 parent: 2 - - uid: 35435 +- proto: SpawnPointChemist + entities: + - uid: 26924 components: - type: Transform - pos: 58.5,35.5 + pos: 20.5,-31.5 parent: 2 - - uid: 36153 + - uid: 26925 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,56.5 + pos: 23.5,-34.5 parent: 2 - - uid: 36154 + - uid: 26926 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,62.5 + pos: 23.5,-38.5 parent: 2 - - uid: 36155 +- proto: SpawnPointChiefEngineer + entities: + - uid: 27030 components: - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,57.5 + pos: -14.5,18.5 parent: 2 - - uid: 36156 +- proto: SpawnPointChiefMedicalOfficer + entities: + - uid: 26928 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -83.5,62.5 + pos: 15.5,-16.5 parent: 2 - - uid: 36157 +- proto: SpawnPointClown + entities: + - uid: 11682 components: - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,71.5 + pos: -30.5,58.5 parent: 2 - - uid: 36158 +- proto: SpawnPointDetective + entities: + - uid: 12779 components: - type: Transform - pos: -84.5,75.5 + pos: 42.5,19.5 parent: 2 - - uid: 36159 + - uid: 14484 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -88.5,74.5 + pos: -40.5,-2.5 parent: 2 - - uid: 36160 +- proto: SpawnPointHeadOfPersonnel + entities: + - uid: 27032 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -90.5,73.5 + pos: -8.5,-42.5 parent: 2 - - uid: 36161 +- proto: SpawnPointHeadOfSecurity + entities: + - uid: 26901 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,67.5 + pos: 41.5,59.5 parent: 2 - - uid: 36408 +- proto: SpawnPointJanitor + entities: + - uid: 27033 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,-29.5 + pos: 57.5,12.5 parent: 2 - - uid: 36416 + - uid: 27034 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,-6.5 + pos: 58.5,12.5 parent: 2 - - uid: 36421 + - uid: 27035 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-42.5 + pos: 56.5,12.5 parent: 2 - - uid: 36431 +- proto: SpawnPointLatejoin + entities: + - uid: 12603 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,-14.5 + pos: -6.5,-82.5 parent: 2 - - uid: 36434 + - uid: 12604 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,5.5 + pos: -10.5,-80.5 parent: 2 - - uid: 36439 + - uid: 12605 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-5.5 + pos: -6.5,-80.5 parent: 2 - - uid: 36442 + - uid: 12606 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-6.5 + pos: 7.5,-82.5 parent: 2 - - uid: 36444 + - uid: 12607 components: - type: Transform - pos: 5.5,-2.5 + pos: 7.5,-80.5 parent: 2 - - uid: 36586 + - uid: 12616 components: - type: Transform - pos: 6.5,1.5 - parent: 36450 - - uid: 36609 + pos: 11.5,-80.5 + parent: 2 +- proto: SpawnPointLawyer + entities: + - uid: 27051 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-5.5 - parent: 36450 - - uid: 36610 + pos: -3.5,40.5 + parent: 2 +- proto: SpawnPointLibrarian + entities: + - uid: 25135 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-5.5 - parent: 36450 - - uid: 36616 + pos: 5.5,40.5 + parent: 2 +- proto: SpawnPointMedicalDoctor + entities: + - uid: 26931 components: - type: Transform - pos: 4.5,1.5 - parent: 36450 - - uid: 36619 + pos: 13.5,-25.5 + parent: 2 + - uid: 26932 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-4.5 - parent: 36450 - - uid: 36621 + pos: 13.5,-24.5 + parent: 2 + - uid: 26933 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-4.5 - parent: 36450 - - uid: 36622 + pos: 15.5,-24.5 + parent: 2 + - uid: 26934 components: - type: Transform - pos: 2.5,-0.5 - parent: 36450 - - uid: 36623 + pos: 15.5,-25.5 + parent: 2 + - uid: 26935 components: - type: Transform - pos: 8.5,-0.5 - parent: 36450 -- proto: PoweredlightEmpty - entities: - - uid: 31772 + pos: 43.5,-19.5 + parent: 2 + - uid: 26936 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-22.5 + pos: 29.5,-0.5 parent: 2 - - uid: 31773 + - uid: 26937 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-22.5 + pos: 31.5,-33.5 parent: 2 - - uid: 31774 + - uid: 26938 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-16.5 + pos: 33.5,-33.5 parent: 2 - - uid: 31775 + - uid: 26939 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,-16.5 + pos: 5.5,-58.5 parent: 2 - - uid: 31776 +- proto: SpawnPointMedicalIntern + entities: + - uid: 26940 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-14.5 + pos: 15.5,-23.5 parent: 2 - - uid: 31778 + - uid: 26941 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-10.5 + pos: 13.5,-23.5 parent: 2 - - uid: 31779 + - uid: 26942 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,-10.5 + pos: 19.5,-23.5 parent: 2 - - uid: 31780 + - uid: 26943 components: - type: Transform - pos: -43.5,-9.5 + pos: 30.5,-29.5 parent: 2 - - uid: 31842 + - uid: 26945 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,-29.5 + pos: 32.5,-0.5 parent: 2 - - uid: 31843 + - uid: 26946 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,-31.5 + pos: 45.5,-14.5 parent: 2 -- proto: PoweredlightExterior - entities: - - uid: 23765 + - uid: 26947 components: - type: Transform - pos: -2.5,-34.5 + pos: 44.5,-14.5 parent: 2 - - uid: 23766 + - uid: 26948 components: - type: Transform - pos: -8.5,-34.5 + pos: -31.5,-17.5 parent: 2 - - uid: 23771 + - uid: 31711 components: - type: Transform - pos: -18.5,-33.5 + pos: 42.5,-19.5 parent: 2 -- proto: PoweredLightPostSmall +- proto: SpawnPointMime entities: - - uid: 13697 + - uid: 11654 components: - type: Transform - pos: -29.5,-57.5 + pos: -25.5,60.5 parent: 2 - - uid: 16090 - components: - - type: Transform - pos: -13.5,9.5 - parent: 14592 - - uid: 16091 - components: - - type: Transform - pos: -0.5,7.5 - parent: 14592 - - uid: 16105 - components: - - type: Transform - pos: -7.5,13.5 - parent: 14592 -- proto: PoweredLightPostSmallEmpty +- proto: SpawnPointMusician entities: - - uid: 13695 + - uid: 25141 components: - type: Transform - pos: -33.5,-53.5 + pos: 11.5,58.5 parent: 2 - - uid: 13700 + - uid: 25142 components: - type: Transform - pos: -29.5,-53.5 + pos: 12.5,56.5 parent: 2 -- proto: PoweredlightSodium +- proto: SpawnPointObserver entities: - - uid: 9402 + - uid: 27059 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -66.5,20.5 + pos: 0.5,-52.5 parent: 2 - - uid: 10594 +- proto: SpawnPointParamedic + entities: + - uid: 26930 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 65.5,-31.5 + pos: 21.5,-12.5 parent: 2 - - uid: 13294 +- proto: SpawnPointPassenger + entities: + - uid: 6142 components: - type: Transform - pos: 33.5,-4.5 + pos: -30.5,1.5 parent: 2 - - uid: 23731 + - uid: 6143 components: - type: Transform - pos: 6.5,-42.5 + pos: -32.5,7.5 parent: 2 - - uid: 23732 + - uid: 32913 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-46.5 + pos: -29.5,7.5 parent: 2 - - uid: 24020 + - uid: 33031 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,23.5 + pos: -30.5,-1.5 parent: 2 - - uid: 36627 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,5.5 - parent: 36450 - - type: DeviceLinkSink - links: - - 36633 - - uid: 36629 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,5.5 - parent: 36450 - - type: DeviceLinkSink - links: - - 36633 - - uid: 36630 + - uid: 33032 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,5.5 - parent: 36450 - - type: DeviceLinkSink - links: - - 36633 - - uid: 36631 + pos: -28.5,51.5 + parent: 2 + - uid: 33033 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,5.5 - parent: 36450 - - type: DeviceLinkSink - links: - - 36633 -- proto: PoweredSmallLight - entities: - - uid: 21 + pos: -28.5,49.5 + parent: 2 + - uid: 33034 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-31.5 + pos: -3.5,57.5 parent: 2 - - uid: 3614 + - uid: 33035 components: - type: Transform - pos: 56.5,38.5 + pos: -2.5,57.5 parent: 2 - - uid: 6006 + - uid: 33036 components: - type: Transform - rot: 3.141592653589793 rad - pos: 67.5,-30.5 + pos: 33.5,35.5 parent: 2 - - uid: 9421 + - uid: 33085 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,-28.5 + pos: 65.5,-1.5 parent: 2 - - uid: 9730 + - uid: 33086 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-84.5 + pos: 65.5,-3.5 parent: 2 - - uid: 11324 + - uid: 33087 components: - type: Transform - pos: 59.5,9.5 + pos: 46.5,-51.5 parent: 2 - - uid: 11325 + - uid: 33088 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,19.5 + pos: 44.5,-51.5 parent: 2 - - type: Timer - - uid: 11326 + - uid: 33089 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,15.5 + pos: 49.5,-48.5 parent: 2 - - uid: 11328 + - uid: 33090 components: - type: Transform - pos: 63.5,13.5 + pos: 49.5,-49.5 parent: 2 - - uid: 11329 + - uid: 33091 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,11.5 + pos: 34.5,-44.5 parent: 2 - - uid: 12300 + - uid: 33092 components: - type: Transform - pos: 49.5,-29.5 + pos: 35.5,-46.5 parent: 2 - - uid: 12676 + - uid: 33093 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-39.5 + pos: 6.5,-54.5 parent: 2 - - uid: 18448 + - uid: 33094 components: - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-22.5 + pos: -5.5,-52.5 parent: 2 - - uid: 23718 + - uid: 33095 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,-0.5 + pos: -20.5,-54.5 parent: 2 - - uid: 23733 + - uid: 33096 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-44.5 + pos: -18.5,-53.5 parent: 2 - - uid: 23734 + - uid: 33097 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-42.5 + pos: -26.5,-51.5 parent: 2 - - uid: 23739 +- proto: SpawnPointPsychologist + entities: + - uid: 26927 components: - type: Transform - pos: -2.5,-48.5 + pos: 41.5,-43.5 parent: 2 - - uid: 23750 +- proto: SpawnPointQuartermaster + entities: + - uid: 27043 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-34.5 + pos: -37.5,-55.5 parent: 2 - - uid: 23751 +- proto: SpawnPointReporter + entities: + - uid: 27049 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-34.5 + pos: 3.5,29.5 parent: 2 - - uid: 23762 + - uid: 27050 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-39.5 + pos: 3.5,32.5 parent: 2 - - uid: 23763 +- proto: SpawnPointResearchAssistant + entities: + - uid: 26966 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,-37.5 + pos: -14.5,-24.5 parent: 2 - - uid: 23764 + - uid: 26967 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,-32.5 + pos: -12.5,-24.5 parent: 2 - - uid: 23767 + - uid: 26968 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-40.5 + pos: -11.5,-29.5 parent: 2 - - uid: 23770 + - uid: 26969 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,-40.5 + pos: -23.5,-39.5 parent: 2 - - uid: 23780 + - uid: 26970 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-19.5 + pos: -24.5,-39.5 parent: 2 - - uid: 23917 + - uid: 26971 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,-3.5 + pos: -17.5,-40.5 parent: 2 - - uid: 23918 + - uid: 26972 components: - type: Transform - pos: -43.5,-6.5 + pos: -19.5,-40.5 parent: 2 - - uid: 23919 +- proto: SpawnPointResearchDirector + entities: + - uid: 26950 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-9.5 + pos: -15.5,-17.5 parent: 2 - - uid: 23929 +- proto: SpawnPointSalvageSpecialist + entities: + - uid: 27045 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,20.5 + pos: -43.5,-51.5 parent: 2 - - uid: 23960 + - uid: 27046 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,17.5 + pos: -43.5,-50.5 parent: 2 - - uid: 23973 + - uid: 27047 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,24.5 + pos: -43.5,-49.5 parent: 2 - - uid: 23976 + - uid: 27048 components: - type: Transform - pos: -13.5,27.5 + pos: -43.5,-48.5 parent: 2 - - uid: 24019 +- proto: SpawnPointScientist + entities: + - uid: 26951 components: - type: Transform - pos: -63.5,30.5 + pos: -30.5,-30.5 parent: 2 - - uid: 24021 + - uid: 26952 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,31.5 + pos: -29.5,-30.5 parent: 2 - - uid: 24084 + - uid: 26953 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-21.5 + pos: -28.5,-30.5 parent: 2 - - uid: 24085 + - uid: 26954 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-21.5 + pos: -30.5,-32.5 parent: 2 - - uid: 24086 + - uid: 26955 components: - type: Transform - pos: -32.5,-14.5 + pos: -33.5,-21.5 parent: 2 - - uid: 24087 + - uid: 26956 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-18.5 + pos: -33.5,-22.5 parent: 2 - - uid: 24092 + - uid: 26957 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-12.5 + pos: -14.5,-23.5 parent: 2 - - uid: 24093 + - uid: 26958 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-12.5 + pos: -12.5,-23.5 parent: 2 - - uid: 24095 + - uid: 26959 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-9.5 + pos: -29.5,-11.5 parent: 2 - - uid: 24097 + - uid: 26960 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,7.5 + pos: -28.5,-32.5 parent: 2 - - uid: 24098 + - uid: 26961 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,10.5 + pos: -38.5,-25.5 parent: 2 - - uid: 24101 + - uid: 26962 components: - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,12.5 + pos: -38.5,-26.5 parent: 2 - - uid: 24102 + - uid: 26973 components: - type: Transform - pos: -30.5,12.5 + pos: -18.5,-35.5 parent: 2 - - uid: 24103 +- proto: SpawnPointSecurityCadet + entities: + - uid: 10900 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,7.5 + pos: 66.5,6.5 parent: 2 - - uid: 24104 + - uid: 26903 components: - type: Transform - pos: -44.5,-33.5 + pos: 36.5,58.5 parent: 2 - - uid: 24105 + - uid: 26910 components: - type: Transform - pos: -31.5,-9.5 + pos: 22.5,28.5 parent: 2 - - uid: 24106 + - uid: 26911 components: - type: Transform - pos: -29.5,-9.5 + pos: -4.5,49.5 parent: 2 - - uid: 24107 + - uid: 26914 components: - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,-12.5 + pos: -8.5,-58.5 parent: 2 - - uid: 24108 + - uid: 26915 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-12.5 + pos: 41.5,-28.5 parent: 2 - - uid: 24138 +- proto: SpawnPointSecurityOfficer + entities: + - uid: 26904 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-45.5 + pos: 33.5,57.5 parent: 2 - - uid: 24147 + - uid: 26905 components: - type: Transform - pos: -26.5,-49.5 + pos: 33.5,58.5 parent: 2 - - uid: 24180 + - uid: 26906 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-88.5 + pos: 33.5,59.5 parent: 2 - - uid: 24181 + - uid: 26907 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-88.5 + pos: 34.5,18.5 parent: 2 - - uid: 24220 + - uid: 26908 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -73.5,56.5 + pos: 33.5,18.5 parent: 2 - - uid: 24294 + - uid: 26909 components: - type: Transform - pos: 58.5,-6.5 + pos: 32.5,18.5 parent: 2 - - uid: 24295 + - uid: 26912 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 67.5,-13.5 + pos: -3.5,48.5 parent: 2 - - uid: 24296 + - uid: 26913 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,-21.5 + pos: -5.5,-58.5 parent: 2 - - uid: 24297 + - uid: 26916 components: - type: Transform - rot: 3.141592653589793 rad - pos: 62.5,-26.5 + pos: 41.5,-26.5 parent: 2 - - uid: 24298 + - uid: 32957 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,-34.5 + pos: 61.5,28.5 parent: 2 - - uid: 24299 + - uid: 33705 components: - type: Transform - pos: 49.5,-43.5 + pos: 58.5,28.5 parent: 2 - - uid: 24301 + - uid: 34352 components: - type: Transform - pos: 12.5,-65.5 + pos: 58.5,30.5 parent: 2 - - uid: 24302 + - uid: 35427 components: - type: Transform - pos: -14.5,-62.5 + pos: 34.5,37.5 parent: 2 - - uid: 24303 +- proto: SpawnPointServiceWorker + entities: + - uid: 27054 components: - type: Transform - pos: -20.5,-57.5 + pos: 1.5,62.5 parent: 2 - - uid: 24304 + - uid: 27055 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-46.5 + pos: 2.5,62.5 parent: 2 - - uid: 24308 + - uid: 27056 components: - type: Transform - pos: -26.5,-60.5 + pos: -0.5,62.5 parent: 2 - - uid: 24309 + - uid: 27057 components: - type: Transform - pos: -19.5,-60.5 + pos: 0.5,62.5 parent: 2 - - uid: 24310 +- proto: SpawnPointStationEngineer + entities: + - uid: 6055 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-64.5 + pos: -43.5,17.5 parent: 2 - - uid: 24385 + - uid: 7488 components: - type: Transform - pos: -54.5,-42.5 + pos: -38.5,17.5 parent: 2 - - uid: 24386 + - uid: 8398 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,-46.5 + pos: -38.5,15.5 parent: 2 - - uid: 24670 + - uid: 10896 components: - type: Transform - pos: 20.5,-41.5 + pos: -31.5,34.5 parent: 2 - - uid: 24671 + - uid: 10946 components: - type: Transform - pos: 22.5,-41.5 + pos: -31.5,26.5 parent: 2 - - uid: 24672 + - uid: 12613 components: - type: Transform - pos: 24.5,-41.5 + pos: -43.5,15.5 parent: 2 - - uid: 24673 +- proto: SpawnPointTechnicalAssistant + entities: + - uid: 2056 components: - type: Transform - pos: 21.5,-43.5 + pos: -43.5,16.5 parent: 2 - - uid: 24674 + - uid: 13044 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-44.5 + pos: -27.5,-20.5 parent: 2 - - uid: 24675 + - uid: 24707 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,-43.5 + pos: -32.5,26.5 parent: 2 - - uid: 24800 + - uid: 27023 components: - type: Transform - pos: 38.5,17.5 + pos: -32.5,34.5 parent: 2 - - uid: 24803 + - uid: 27027 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,11.5 + pos: -38.5,16.5 parent: 2 - - uid: 24804 + - uid: 27028 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,8.5 + pos: -31.5,-16.5 parent: 2 - - uid: 24805 + - uid: 27029 components: - type: Transform - pos: 25.5,13.5 + pos: -26.5,-20.5 parent: 2 - - uid: 24806 +- proto: SpawnPointWarden + entities: + - uid: 17545 components: - type: Transform - pos: 30.5,14.5 + pos: 34.5,25.5 parent: 2 - - uid: 24807 +- proto: SpawnPointZookeeper + entities: + - uid: 30864 components: - type: Transform - pos: 16.5,18.5 + pos: 48.5,0.5 parent: 2 - - uid: 24808 + - uid: 32430 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,27.5 + pos: 45.5,-2.5 parent: 2 - - uid: 24809 +- proto: SpawnVendingMachineRestockFoodDrink + entities: + - uid: 11722 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,35.5 + pos: -65.5,-16.5 parent: 2 - - uid: 24839 + - uid: 36089 components: - type: Transform - pos: 40.5,60.5 + pos: -59.5,-24.5 parent: 2 - - uid: 24840 + - uid: 36090 components: - type: Transform - pos: 46.5,58.5 + pos: -50.5,-25.5 parent: 2 - - uid: 24842 +- proto: SpeedLoaderCap + entities: + - uid: 24830 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,50.5 - parent: 2 - - uid: 24843 + pos: 6.3702803,50.746338 + parent: 36907 + - uid: 24834 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,50.5 - parent: 2 - - uid: 24844 + pos: 6.6867495,50.65576 + parent: 36907 + - uid: 24836 components: - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,46.5 - parent: 2 - - uid: 24845 + pos: 6.50591,50.226074 + parent: 36907 +- proto: SpeedLoaderMagnum + entities: + - uid: 10511 components: - type: Transform - pos: 56.5,44.5 + rot: -1.5707963267948966 rad + pos: 46.42651,56.414196 parent: 2 - - uid: 24846 +- proto: SpeedLoaderMagnumRubber + entities: + - uid: 10366 components: - type: Transform - pos: 56.5,41.5 + pos: 39.43029,23.792768 parent: 2 - - uid: 24851 + - uid: 10367 components: - type: Transform - pos: 53.5,31.5 + pos: 39.24279,23.667768 parent: 2 - - uid: 24904 +- proto: SpiderWeb + entities: + - uid: 5301 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,58.5 + pos: -14.5,-45.5 parent: 2 - - uid: 24914 + - uid: 5302 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,62.5 + pos: -15.5,-43.5 parent: 2 - - uid: 24915 + - uid: 5303 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,62.5 + pos: -20.5,-43.5 parent: 2 - - uid: 24984 + - uid: 5304 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,67.5 + pos: -18.5,-45.5 parent: 2 - - uid: 24985 + - uid: 5358 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,68.5 + pos: -42.5,-22.5 parent: 2 - - uid: 27386 + - uid: 5359 components: - type: Transform - pos: -87.5,61.5 + pos: -38.5,-18.5 parent: 2 - - uid: 27613 + - uid: 5360 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,22.5 + pos: -44.5,-18.5 parent: 2 - - uid: 27671 + - uid: 5361 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,-38.5 + pos: -40.5,-21.5 parent: 2 - - uid: 27711 + - uid: 5362 components: - type: Transform - pos: 20.5,11.5 + pos: -39.5,-15.5 parent: 2 - - uid: 27712 + - uid: 5363 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,12.5 + pos: -38.5,-13.5 parent: 2 - - uid: 27713 + - uid: 5365 components: - type: Transform - pos: 38.5,14.5 + pos: -44.5,-11.5 parent: 2 - - uid: 27721 + - uid: 5366 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,57.5 + pos: -43.5,-9.5 parent: 2 - - uid: 27722 + - uid: 5367 components: - type: Transform - pos: 18.5,24.5 + pos: -42.5,-14.5 parent: 2 - - uid: 27723 + - uid: 5383 components: - type: Transform - pos: 21.5,24.5 + pos: -43.5,-20.5 parent: 2 - - uid: 27724 + - uid: 5384 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,20.5 + pos: -42.5,-18.5 parent: 2 - - uid: 27725 + - uid: 7121 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,20.5 + pos: -34.5,59.5 parent: 2 - - uid: 27730 + - uid: 8231 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-44.5 + pos: -41.5,50.5 parent: 2 - - uid: 27731 + - uid: 8318 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,48.5 + pos: -41.5,55.5 parent: 2 - - uid: 27733 + - uid: 8336 components: - type: Transform - pos: -6.5,37.5 + pos: -41.5,49.5 parent: 2 - - uid: 27734 + - uid: 8365 components: - type: Transform - pos: -21.5,64.5 + pos: -37.5,58.5 parent: 2 - - uid: 27735 + - uid: 8367 components: - type: Transform - pos: -34.5,60.5 + pos: -37.5,55.5 parent: 2 - - uid: 27736 + - uid: 8582 components: - type: Transform rot: -1.5707963267948966 rad - pos: -39.5,50.5 + pos: -20.5,64.5 parent: 2 - - uid: 27737 + - uid: 10083 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,52.5 + pos: -26.5,-60.5 parent: 2 - - uid: 27738 + - uid: 10116 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,45.5 + pos: -27.5,-61.5 parent: 2 - - uid: 27812 + - uid: 10117 components: - type: Transform - pos: -20.5,56.5 + pos: -23.5,-62.5 parent: 2 - - uid: 30822 + - uid: 10118 components: - type: Transform - pos: 57.5,-9.5 + pos: -22.5,-62.5 parent: 2 - - uid: 30843 + - uid: 10119 components: - type: Transform - pos: -13.5,-54.5 + pos: -23.5,-63.5 parent: 2 - - uid: 30856 + - uid: 10120 components: - type: Transform - pos: -66.5,18.5 + pos: -19.5,-64.5 parent: 2 - - uid: 30857 + - uid: 10121 components: - type: Transform - pos: -66.5,16.5 + pos: -18.5,-63.5 parent: 2 - - uid: 30858 + - uid: 10122 components: - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,5.5 + pos: -21.5,-60.5 parent: 2 - - uid: 30859 + - uid: 11283 components: - type: Transform rot: -1.5707963267948966 rad - pos: -65.5,8.5 + pos: 51.5,-34.5 parent: 2 - - uid: 30860 + - uid: 11284 components: - type: Transform rot: -1.5707963267948966 rad - pos: -65.5,14.5 + pos: 52.5,-35.5 parent: 2 - - uid: 30861 + - uid: 11285 components: - type: Transform - pos: -63.5,12.5 + rot: -1.5707963267948966 rad + pos: 51.5,-37.5 parent: 2 - - uid: 30865 + - uid: 11286 components: - type: Transform rot: -1.5707963267948966 rad - pos: -53.5,16.5 + pos: 52.5,-38.5 parent: 2 - - uid: 30866 + - uid: 11397 components: - type: Transform - pos: -53.5,21.5 + pos: 50.5,-41.5 parent: 2 - - uid: 30872 + - uid: 11398 components: - type: Transform - pos: -64.5,-11.5 + pos: 49.5,-39.5 parent: 2 - - uid: 30873 + - uid: 11399 components: - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,-17.5 + pos: 50.5,-40.5 parent: 2 - - uid: 30888 + - uid: 13084 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -65.5,-21.5 + pos: 12.5,21.5 parent: 2 - - uid: 31315 + - uid: 13239 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,4.5 - parent: 30892 - - uid: 31322 + pos: 16.5,30.5 + parent: 2 + - uid: 13243 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,10.5 - parent: 30892 - - uid: 31323 + pos: 19.5,15.5 + parent: 2 + - uid: 13244 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,10.5 - parent: 30892 - - uid: 31324 + pos: 21.5,13.5 + parent: 2 + - uid: 13245 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,10.5 - parent: 30892 - - uid: 31325 + pos: 22.5,13.5 + parent: 2 + - uid: 13247 + components: + - type: Transform + pos: 29.5,11.5 + parent: 2 + - uid: 13403 components: - type: Transform rot: -1.5707963267948966 rad - pos: -1.5,3.5 - parent: 30892 - - uid: 31327 + pos: -26.5,62.5 + parent: 2 + - uid: 13406 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,5.5 - parent: 30892 - - uid: 31329 + rot: -1.5707963267948966 rad + pos: -23.5,63.5 + parent: 2 + - uid: 13407 components: - type: Transform rot: -1.5707963267948966 rad - pos: 2.5,-0.5 - parent: 30892 - - uid: 31522 + pos: -21.5,62.5 + parent: 2 + - uid: 13408 components: - type: Transform rot: -1.5707963267948966 rad - pos: -11.5,-36.5 + pos: -18.5,66.5 parent: 2 - - uid: 31523 + - uid: 13410 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-45.5 + rot: -1.5707963267948966 rad + pos: -19.5,53.5 parent: 2 - - uid: 31663 + - uid: 13419 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,55.5 + rot: -1.5707963267948966 rad + pos: -25.5,62.5 parent: 2 - - uid: 31667 + - uid: 13420 components: - type: Transform rot: -1.5707963267948966 rad - pos: -40.5,58.5 + pos: -22.5,61.5 parent: 2 - - uid: 31669 + - uid: 13439 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,41.5 + rot: -1.5707963267948966 rad + pos: -22.5,57.5 parent: 2 - - uid: 31672 + - uid: 13465 components: - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,68.5 + pos: -38.5,47.5 parent: 2 - - uid: 31839 + - uid: 13466 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,-38.5 + pos: -37.5,45.5 parent: 2 - - uid: 33110 + - uid: 13467 components: - type: Transform - pos: -11.5,-77.5 + pos: -38.5,52.5 parent: 2 - - uid: 33111 + - uid: 13468 components: - type: Transform - pos: -5.5,-77.5 + pos: -40.5,53.5 parent: 2 - - uid: 33112 + - uid: 13753 components: - type: Transform rot: 3.141592653589793 rad - pos: -11.5,-84.5 + pos: -31.5,-61.5 parent: 2 - - uid: 33113 + - uid: 30733 components: - type: Transform - pos: 12.5,-77.5 + pos: -31.5,-54.5 parent: 2 - - uid: 33114 + - uid: 30735 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-84.5 + rot: -1.5707963267948966 rad + pos: -32.5,-56.5 parent: 2 - - uid: 33115 + - uid: 34543 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-84.5 - parent: 2 - - uid: 33117 + pos: 1.5,3.5 + parent: 30892 + - uid: 34544 components: - type: Transform - pos: 6.5,-77.5 - parent: 2 - - uid: 33865 + pos: 2.5,1.5 + parent: 30892 + - uid: 34546 components: - type: Transform - rot: 3.141592653589793 rad - pos: -61.5,70.5 - parent: 2 - - uid: 34360 + pos: 7.5,2.5 + parent: 30892 + - uid: 34548 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-8.5 - parent: 2 - - uid: 34505 + pos: 3.5,5.5 + parent: 30892 + - uid: 34549 components: - type: Transform - pos: -52.5,-19.5 - parent: 2 - - uid: 34506 + pos: 2.5,3.5 + parent: 30892 + - uid: 34550 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,-21.5 - parent: 2 - - uid: 34507 + pos: 3.5,6.5 + parent: 30892 + - uid: 34551 components: - type: Transform - pos: -58.5,-4.5 - parent: 2 - - uid: 34508 + pos: 6.5,2.5 + parent: 30892 + - uid: 34604 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,2.5 - parent: 2 - - uid: 34509 + pos: 6.5,6.5 + parent: 30892 + - uid: 34605 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-1.5 - parent: 2 - - uid: 34510 + pos: 8.5,5.5 + parent: 30892 + - uid: 34606 components: - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,-4.5 - parent: 2 - - uid: 34511 + pos: 8.5,6.5 + parent: 30892 + - uid: 34684 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -66.5,-1.5 - parent: 2 - - uid: 34512 + pos: 9.5,10.5 + parent: 30892 + - uid: 34685 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,-8.5 - parent: 2 - - uid: 34513 + pos: 8.5,11.5 + parent: 30892 + - uid: 34687 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,-17.5 - parent: 2 - - uid: 34514 + pos: 9.5,11.5 + parent: 30892 + - uid: 34693 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,-17.5 - parent: 2 - - uid: 34520 + pos: 5.5,7.5 + parent: 30892 + - uid: 34697 components: - type: Transform - pos: -59.5,-20.5 - parent: 2 - - uid: 34521 + pos: 5.5,11.5 + parent: 30892 + - uid: 34698 components: - type: Transform - pos: -51.5,-28.5 - parent: 2 - - uid: 34522 + pos: 6.5,10.5 + parent: 30892 + - uid: 34705 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,-32.5 - parent: 2 - - uid: 34899 + pos: 3.5,11.5 + parent: 30892 + - uid: 34706 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,1.5 - parent: 2 - - uid: 34912 + pos: 2.5,9.5 + parent: 30892 + - uid: 34707 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,11.5 - parent: 2 - - uid: 34913 + pos: 3.5,10.5 + parent: 30892 + - uid: 34711 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,11.5 - parent: 2 - - uid: 34914 + pos: 7.5,3.5 + parent: 30892 + - uid: 34717 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,1.5 - parent: 2 - - uid: 34916 + pos: 8.5,3.5 + parent: 30892 + - uid: 34718 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,14.5 - parent: 2 - - uid: 34917 + pos: -0.5,6.5 + parent: 30892 + - uid: 34719 components: - type: Transform - pos: 0.5,21.5 - parent: 2 - - uid: 34918 + pos: -0.5,5.5 + parent: 30892 + - uid: 34720 components: - type: Transform - pos: 5.5,15.5 - parent: 2 - - uid: 34919 + pos: -1.5,5.5 + parent: 30892 + - uid: 34721 components: - type: Transform - pos: -4.5,15.5 - parent: 2 - - uid: 34920 + pos: 0.5,7.5 + parent: 30892 + - uid: 34726 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,0.5 - parent: 2 - - uid: 34921 + pos: 11.5,1.5 + parent: 30892 + - uid: 34729 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,0.5 - parent: 2 - - uid: 34924 + pos: 11.5,2.5 + parent: 30892 + - uid: 34730 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,19.5 - parent: 2 - - uid: 34925 + pos: 12.5,4.5 + parent: 30892 + - uid: 34731 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,14.5 - parent: 2 - - uid: 34926 + pos: 11.5,5.5 + parent: 30892 + - uid: 34732 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,19.5 - parent: 2 - - uid: 34927 + pos: 12.5,6.5 + parent: 30892 + - uid: 34733 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,22.5 - parent: 2 - - uid: 35430 + pos: 13.5,3.5 + parent: 30892 + - uid: 34734 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,52.5 - parent: 2 - - uid: 35431 + pos: 12.5,3.5 + parent: 30892 + - uid: 39843 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 60.5,52.5 - parent: 2 - - uid: 35432 + pos: 40.5,2.5 + parent: 36907 + - uid: 39844 components: - type: Transform - rot: 3.141592653589793 rad - pos: 58.5,49.5 - parent: 2 - - uid: 35436 + pos: 38.5,4.5 + parent: 36907 + - uid: 39845 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 65.5,43.5 - parent: 2 - - uid: 35437 + pos: 39.5,3.5 + parent: 36907 + - uid: 39846 components: - type: Transform - pos: 77.5,34.5 - parent: 2 - - uid: 35512 + pos: 40.5,4.5 + parent: 36907 + - uid: 39847 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 71.5,-17.5 - parent: 2 - - uid: 35513 + pos: 40.5,5.5 + parent: 36907 + - uid: 43025 components: - type: Transform rot: 3.141592653589793 rad - pos: 56.5,-43.5 + pos: -46.5,-10.5 parent: 2 - - uid: 35514 + - uid: 43026 components: - type: Transform - pos: 72.5,-11.5 + rot: 3.141592653589793 rad + pos: -40.5,-10.5 parent: 2 - - uid: 35515 +- proto: SpiderWebClown + entities: + - uid: 16021 components: - type: Transform - pos: 75.5,-2.5 - parent: 2 - - uid: 35516 + pos: -10.5,6.5 + parent: 14592 + - uid: 39848 components: - type: Transform - rot: 3.141592653589793 rad - pos: 75.5,3.5 - parent: 2 - - uid: 35639 + pos: 28.5,-28.5 + parent: 36907 + - uid: 39849 components: - type: Transform rot: 3.141592653589793 rad - pos: -36.5,62.5 - parent: 2 - - uid: 35654 + pos: 33.5,-28.5 + parent: 36907 + - uid: 39850 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,64.5 - parent: 2 - - uid: 36177 + pos: 9.5,45.5 + parent: 36907 + - uid: 39851 components: - type: Transform - pos: -48.5,-5.5 - parent: 2 - - uid: 36373 + pos: 8.5,42.5 + parent: 36907 + - uid: 39852 components: - type: Transform - pos: -65.5,77.5 - parent: 2 - - uid: 36445 + pos: 12.5,45.5 + parent: 36907 + - uid: 43017 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,73.5 + pos: -38.5,-21.5 parent: 2 - - type: Timer - - uid: 36446 +- proto: Spoon + entities: + - uid: 8082 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,78.5 + pos: -40.11485,26.590513 parent: 2 - - type: Timer - - uid: 36448 + - uid: 13532 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -68.5,84.5 + rot: -1.5707963267948966 rad + pos: -5.4306054,62.81493 parent: 2 - - uid: 36624 - components: - - type: Transform - pos: 4.5,-7.5 - parent: 36450 - - uid: 36625 +- proto: SpoonPlastic + entities: + - uid: 9943 components: - type: Transform - pos: 6.5,-7.5 - parent: 36450 - - uid: 36626 + pos: 20.553377,71.37311 + parent: 2 + - uid: 9944 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,3.5 - parent: 36450 - - uid: 36628 + pos: 20.662752,71.56061 + parent: 2 +- proto: SprayBottleSpaceCleaner + entities: + - uid: 43134 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,3.5 - parent: 36450 -- proto: Protolathe + pos: 79.78022,33.600483 + parent: 2 +- proto: Stairs entities: - - uid: 537 + - uid: 33675 components: - type: Transform - pos: -41.5,18.5 + rot: -1.5707963267948966 rad + pos: -26.5,-4.5 parent: 2 - - uid: 5170 + - uid: 34338 components: - type: Transform - pos: -28.5,-31.5 + rot: -1.5707963267948966 rad + pos: -5.5,-4.5 parent: 2 -- proto: Rack - entities: - - uid: 3 + - uid: 35159 components: - type: Transform - pos: 22.5,-11.5 + rot: 3.141592653589793 rad + pos: -76.5,85.5 parent: 2 - - uid: 1132 + - uid: 35556 components: - type: Transform - pos: 14.5,67.5 + rot: -1.5707963267948966 rad + pos: -5.5,-5.5 parent: 2 - - uid: 2408 + - uid: 35557 components: - type: Transform - pos: 10.5,-42.5 + rot: 1.5707963267948966 rad + pos: 6.5,-5.5 parent: 2 - - uid: 2409 + - uid: 35559 components: - type: Transform - pos: 10.5,-43.5 + rot: 1.5707963267948966 rad + pos: 6.5,-4.5 parent: 2 - - uid: 2410 + - uid: 35561 components: - type: Transform - pos: 10.5,-44.5 + rot: 1.5707963267948966 rad + pos: 21.5,-5.5 parent: 2 - - uid: 4127 + - uid: 35971 components: - type: Transform - pos: 21.5,36.5 + rot: 1.5707963267948966 rad + pos: 21.5,-4.5 parent: 2 - - uid: 4310 + - uid: 35972 components: - type: Transform - pos: 10.5,-45.5 + pos: 36.5,-4.5 parent: 2 - - uid: 4311 + - uid: 36051 components: - type: Transform - pos: 10.5,-46.5 + pos: -76.5,79.5 parent: 2 - - uid: 4689 + - uid: 36052 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-61.5 + pos: -72.5,79.5 parent: 2 - - uid: 4917 + - uid: 36148 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-20.5 + pos: 37.5,-4.5 parent: 2 - - uid: 4918 + - uid: 36149 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,-20.5 + pos: 38.5,-4.5 parent: 2 - - uid: 5181 + - uid: 37313 components: - type: Transform - pos: -26.5,-28.5 + rot: 3.141592653589793 rad + pos: 36.5,-8.5 parent: 2 - - uid: 5293 + - uid: 37955 components: - type: Transform - pos: -21.5,-12.5 + rot: 3.141592653589793 rad + pos: 37.5,-8.5 parent: 2 - - uid: 6247 + - uid: 37957 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,30.5 + rot: 3.141592653589793 rad + pos: 38.5,-8.5 parent: 2 - - uid: 6264 + - uid: 38416 components: - type: Transform rot: 3.141592653589793 rad - pos: 42.5,34.5 + pos: 42.5,-12.5 parent: 2 - - uid: 6265 + - uid: 38419 components: - type: Transform rot: 3.141592653589793 rad - pos: 42.5,33.5 + pos: 43.5,-12.5 parent: 2 - - uid: 6266 + - uid: 38421 components: - type: Transform rot: 3.141592653589793 rad - pos: 42.5,32.5 + pos: 44.5,-12.5 parent: 2 - - uid: 6268 + - uid: 39819 components: - type: Transform rot: 3.141592653589793 rad - pos: 49.5,31.5 + pos: 45.5,-12.5 parent: 2 - - uid: 6269 + - uid: 39820 components: - type: Transform rot: 3.141592653589793 rad - pos: 49.5,32.5 + pos: 46.5,-12.5 parent: 2 - - uid: 6270 + - uid: 39823 components: - type: Transform rot: 3.141592653589793 rad - pos: 49.5,33.5 + pos: 31.5,-22.5 parent: 2 - - uid: 6271 + - uid: 39824 components: - type: Transform rot: 3.141592653589793 rad - pos: 49.5,34.5 + pos: 32.5,-22.5 parent: 2 - - uid: 6274 + - uid: 39836 components: - type: Transform rot: 3.141592653589793 rad - pos: 48.5,35.5 + pos: 33.5,-22.5 parent: 2 - - uid: 6275 + - uid: 39840 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,35.5 + rot: 1.5707963267948966 rad + pos: 35.5,-24.5 parent: 2 - - uid: 6279 + - uid: 39911 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,30.5 + rot: 1.5707963267948966 rad + pos: 35.5,-25.5 parent: 2 - - uid: 6280 + - uid: 40045 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,30.5 + rot: -1.5707963267948966 rad + pos: 29.5,-24.5 parent: 2 - - uid: 6281 + - uid: 40046 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-25.5 + parent: 2 + - uid: 42777 components: - type: Transform rot: 3.141592653589793 rad - pos: 48.5,30.5 + pos: 44.5,49.5 parent: 2 - - uid: 6283 + - uid: 42810 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,31.5 + rot: 3.141592653589793 rad + pos: 7.5,62.5 parent: 2 - - uid: 6284 + - uid: 42811 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 43.5,30.5 + rot: 3.141592653589793 rad + pos: 8.5,62.5 parent: 2 - - uid: 6285 + - uid: 42812 components: - type: Transform rot: 1.5707963267948966 rad - pos: 44.5,30.5 + pos: 2.5,48.5 parent: 2 - - uid: 6288 + - uid: 42813 components: - type: Transform rot: 1.5707963267948966 rad - pos: 44.5,31.5 + pos: 2.5,47.5 parent: 2 - - uid: 6294 + - uid: 42814 components: - type: Transform - pos: 45.5,30.5 + rot: 1.5707963267948966 rad + pos: 2.5,46.5 parent: 2 - - uid: 6296 + - uid: 42815 components: - type: Transform - pos: 45.5,31.5 + rot: -1.5707963267948966 rad + pos: -14.5,42.5 parent: 2 - - uid: 6297 + - uid: 42816 components: - type: Transform - pos: 45.5,33.5 + rot: -1.5707963267948966 rad + pos: -20.5,32.5 parent: 2 - - uid: 6298 + - uid: 42817 components: - type: Transform - pos: 46.5,33.5 + rot: -1.5707963267948966 rad + pos: -20.5,31.5 parent: 2 - - uid: 6299 + - uid: 42833 components: - type: Transform - pos: 47.5,33.5 + pos: 30.5,6.5 parent: 2 - - uid: 6723 + - uid: 42834 components: - type: Transform - pos: 71.5,-16.5 + pos: 31.5,6.5 parent: 2 - - uid: 6724 + - uid: 42835 components: - type: Transform - pos: 69.5,-10.5 + pos: 32.5,-47.5 parent: 2 - - uid: 6840 + - uid: 42836 components: - type: Transform - pos: 16.5,-25.5 + pos: 33.5,-47.5 parent: 2 - - uid: 7452 + - uid: 42837 components: - type: Transform - pos: -41.5,12.5 + pos: 34.5,-47.5 parent: 2 - - uid: 7453 + - uid: 42838 components: - type: Transform - pos: -40.5,12.5 - parent: 2 - - uid: 7531 + rot: 3.141592653589793 rad + pos: 4.5,-1.5 + parent: 36450 + - uid: 42839 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,28.5 - parent: 2 - - uid: 7532 + rot: 3.141592653589793 rad + pos: 5.5,-1.5 + parent: 36450 + - uid: 42840 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,27.5 - parent: 2 - - uid: 7845 + rot: 3.141592653589793 rad + pos: 6.5,-1.5 + parent: 36450 + - uid: 42841 components: - type: Transform rot: -1.5707963267948966 rad - pos: -40.5,7.5 - parent: 2 - - uid: 7846 + pos: 6.5,-5.5 + parent: 36450 + - uid: 42842 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,8.5 - parent: 2 - - uid: 7847 + rot: 1.5707963267948966 rad + pos: 4.5,-5.5 + parent: 36450 + - uid: 42843 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,8.5 - parent: 2 - - uid: 7848 + rot: 1.5707963267948966 rad + pos: 7.5,-7.5 + parent: 36907 + - uid: 42844 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,8.5 - parent: 2 - - uid: 7849 + rot: 1.5707963267948966 rad + pos: 7.5,-8.5 + parent: 36907 + - uid: 42845 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,7.5 - parent: 2 - - uid: 7859 + rot: 1.5707963267948966 rad + pos: 7.5,-9.5 + parent: 36907 + - uid: 42846 components: - type: Transform rot: -1.5707963267948966 rad - pos: -46.5,6.5 - parent: 2 - - uid: 7860 + pos: 13.5,-4.5 + parent: 36907 + - uid: 42847 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,6.5 - parent: 2 - - uid: 7861 + rot: 1.5707963267948966 rad + pos: 19.5,-4.5 + parent: 36907 + - uid: 42848 components: - type: Transform rot: -1.5707963267948966 rad - pos: -42.5,6.5 - parent: 2 - - uid: 7862 + pos: 27.5,-7.5 + parent: 36907 + - uid: 42849 components: - type: Transform rot: -1.5707963267948966 rad - pos: -46.5,5.5 - parent: 2 - - uid: 7863 + pos: 27.5,-8.5 + parent: 36907 + - uid: 42850 components: - type: Transform rot: -1.5707963267948966 rad - pos: -44.5,5.5 - parent: 2 - - uid: 7864 + pos: 27.5,-9.5 + parent: 36907 + - uid: 42851 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,5.5 + rot: 3.141592653589793 rad + pos: 63.5,29.5 parent: 2 - - uid: 8555 + - uid: 42852 components: - type: Transform rot: 3.141592653589793 rad - pos: -23.5,66.5 + pos: 64.5,29.5 parent: 2 - - uid: 8575 + - uid: 42853 components: - type: Transform rot: 3.141592653589793 rad - pos: -25.5,64.5 + pos: 65.5,29.5 parent: 2 - - uid: 8576 + - uid: 43136 components: - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,64.5 + pos: -1.5,-61.5 parent: 2 - - uid: 8577 + - uid: 43137 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,67.5 + pos: -0.5,-61.5 parent: 2 - - uid: 8579 + - uid: 43139 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,57.5 + pos: 1.5,-61.5 parent: 2 - - uid: 8595 + - uid: 43140 components: - type: Transform - pos: -34.5,45.5 + pos: 2.5,-61.5 parent: 2 - - uid: 8902 +- proto: StasisBed + entities: + - uid: 3476 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,-45.5 + pos: 22.5,55.5 parent: 2 - - uid: 8992 + - uid: 6664 components: - type: Transform - pos: 47.5,-44.5 + pos: 24.5,-28.5 parent: 2 - - uid: 8993 + - uid: 6668 components: - type: Transform - pos: 46.5,-44.5 + pos: 22.5,-28.5 parent: 2 - - uid: 9613 +- proto: StasisBedMachineCircuitboard + entities: + - uid: 7880 components: - type: Transform - pos: 1.5,28.5 + pos: -40.34179,8.429195 parent: 2 - - uid: 9618 +- proto: StationMap + entities: + - uid: 2182 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,28.5 + pos: 0.5,-60.5 parent: 2 - - uid: 9619 + - uid: 6177 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,28.5 + rot: -1.5707963267948966 rad + pos: -44.5,-23.5 parent: 2 - - uid: 9624 + - uid: 6295 components: - type: Transform - pos: 43.5,44.5 + rot: 3.141592653589793 rad + pos: -41.5,27.5 parent: 2 - - uid: 9698 + - uid: 6317 components: - type: Transform - pos: 51.5,31.5 + rot: -1.5707963267948966 rad + pos: 44.5,-34.5 parent: 2 - - uid: 9908 + - uid: 9338 components: - type: Transform - pos: 13.5,67.5 + pos: 41.5,28.5 parent: 2 - - uid: 10093 + - uid: 9350 components: - type: Transform - pos: 31.5,22.5 + rot: 1.5707963267948966 rad + pos: -24.5,44.5 parent: 2 - - uid: 10282 + - uid: 9355 components: - type: Transform - pos: 26.5,55.5 + rot: 3.141592653589793 rad + pos: 34.5,-51.5 parent: 2 - - uid: 10283 + - uid: 9365 components: - type: Transform - pos: 25.5,55.5 + rot: -1.5707963267948966 rad + pos: 54.5,-12.5 parent: 2 - - uid: 10284 + - uid: 9372 components: - type: Transform - pos: 24.5,55.5 + rot: 1.5707963267948966 rad + pos: -30.5,-45.5 parent: 2 - - uid: 10416 + - uid: 9373 components: - type: Transform rot: 3.141592653589793 rad - pos: -36.5,8.5 + pos: 12.5,50.5 parent: 2 - - uid: 10417 + - uid: 9378 components: - type: Transform - pos: -45.5,-7.5 + rot: 1.5707963267948966 rad + pos: -54.5,0.5 parent: 2 - - uid: 10509 + - uid: 9379 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,56.5 + pos: 54.5,9.5 parent: 2 - - uid: 10804 + - uid: 24149 components: - type: Transform - pos: 22.5,59.5 + pos: -82.5,79.5 parent: 2 - - uid: 10871 + - uid: 31977 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-47.5 + rot: -1.5707963267948966 rad + pos: 2.5,40.5 parent: 2 - - uid: 10922 + - uid: 34183 components: - type: Transform - pos: 26.5,-59.5 + rot: -1.5707963267948966 rad + pos: -85.5,74.5 parent: 2 - - uid: 10923 + - uid: 34184 components: - type: Transform - pos: 23.5,-61.5 + rot: 3.141592653589793 rad + pos: -74.5,80.5 parent: 2 - - uid: 10945 + - uid: 34349 components: - type: Transform - pos: 22.5,-61.5 + pos: 29.5,-4.5 parent: 2 - - uid: 10949 +- proto: StationMapBroken + entities: + - uid: 11507 components: - type: Transform - pos: 20.5,-65.5 + pos: 56.5,-33.5 parent: 2 - - uid: 10951 + - uid: 12966 components: - type: Transform - pos: 30.5,-58.5 + rot: -1.5707963267948966 rad + pos: 17.5,34.5 parent: 2 - - uid: 10952 + - uid: 12967 components: - type: Transform - pos: 39.5,-53.5 + rot: 1.5707963267948966 rad + pos: 14.5,26.5 parent: 2 - - uid: 11161 +- proto: StatueBananiumClown + entities: + - uid: 39853 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,56.5 - parent: 2 - - uid: 11206 + pos: 23.5,-38.5 + parent: 36907 +- proto: StatueVenusBlue + entities: + - uid: 13599 components: - type: Transform - pos: 11.5,-61.5 + pos: 3.5,-61.5 parent: 2 - - uid: 11363 +- proto: StatueVenusRed + entities: + - uid: 13598 components: - type: Transform - pos: 67.5,-15.5 + pos: -2.5,-61.5 parent: 2 - - uid: 11496 +- proto: SteelBench + entities: + - uid: 1256 components: - type: Transform - pos: 58.5,-6.5 + rot: 3.141592653589793 rad + pos: 15.5,-52.5 parent: 2 - - uid: 11515 + - uid: 1554 components: - type: Transform - rot: 3.141592653589793 rad - pos: 63.5,-9.5 + rot: 1.5707963267948966 rad + pos: -51.5,-15.5 parent: 2 - - uid: 11516 + - uid: 2845 components: - type: Transform - rot: 3.141592653589793 rad - pos: 62.5,-9.5 + rot: 1.5707963267948966 rad + pos: -38.5,31.5 parent: 2 - - uid: 11541 + - uid: 2855 components: - type: Transform - pos: 57.5,-29.5 + rot: 1.5707963267948966 rad + pos: -38.5,30.5 parent: 2 - - uid: 11542 + - uid: 3234 components: - type: Transform - pos: 56.5,-32.5 + rot: -1.5707963267948966 rad + pos: 39.5,30.5 parent: 2 - - uid: 11716 + - uid: 3235 components: - type: Transform - rot: 3.141592653589793 rad - pos: -67.5,-13.5 + rot: -1.5707963267948966 rad + pos: 39.5,29.5 parent: 2 - - uid: 11717 + - uid: 3236 components: - type: Transform - rot: 3.141592653589793 rad - pos: -67.5,-11.5 + pos: 47.5,27.5 parent: 2 - - uid: 11718 + - uid: 3237 components: - type: Transform - rot: 3.141592653589793 rad - pos: -65.5,-16.5 + pos: 46.5,27.5 parent: 2 - - uid: 12310 + - uid: 3238 components: - type: Transform - pos: -54.5,18.5 + rot: 1.5707963267948966 rad + pos: 27.5,34.5 parent: 2 - - uid: 12311 + - uid: 3239 components: - type: Transform - pos: -54.5,19.5 + rot: 1.5707963267948966 rad + pos: 27.5,33.5 parent: 2 - - uid: 12453 + - uid: 3240 components: - type: Transform - pos: 71.5,-15.5 + rot: -1.5707963267948966 rad + pos: 26.5,47.5 parent: 2 - - uid: 13015 + - uid: 3241 components: - type: Transform - pos: 40.5,9.5 + rot: -1.5707963267948966 rad + pos: 26.5,46.5 parent: 2 - - uid: 13016 + - uid: 7817 components: - type: Transform - pos: 46.5,9.5 + rot: 1.5707963267948966 rad + pos: -43.5,30.5 parent: 2 - - uid: 13018 + - uid: 7830 components: - type: Transform - pos: 43.5,17.5 + rot: 1.5707963267948966 rad + pos: -43.5,31.5 parent: 2 - - uid: 13019 + - uid: 7951 components: - type: Transform - pos: 43.5,15.5 + rot: -1.5707963267948966 rad + pos: -41.5,30.5 parent: 2 - - uid: 13020 + - uid: 7980 components: - type: Transform - pos: 33.5,11.5 + rot: -1.5707963267948966 rad + pos: -41.5,31.5 parent: 2 - - uid: 13021 + - uid: 7983 components: - type: Transform - pos: 33.5,12.5 + rot: 1.5707963267948966 rad + pos: -0.5,39.5 parent: 2 - - uid: 13022 + - uid: 8183 components: - type: Transform - pos: 32.5,8.5 + rot: 1.5707963267948966 rad + pos: -0.5,41.5 parent: 2 - - uid: 13023 + - uid: 8265 components: - type: Transform - pos: 19.5,13.5 + rot: -1.5707963267948966 rad + pos: 1.5,39.5 parent: 2 - - uid: 13024 + - uid: 8266 components: - type: Transform - pos: 19.5,14.5 + rot: -1.5707963267948966 rad + pos: 1.5,41.5 parent: 2 - - uid: 13026 + - uid: 11036 components: - type: Transform - pos: 18.5,32.5 + rot: -1.5707963267948966 rad + pos: -46.5,30.5 parent: 2 - - uid: 13027 + - uid: 11134 components: - type: Transform - pos: 12.5,35.5 + rot: -1.5707963267948966 rad + pos: -46.5,31.5 parent: 2 - - uid: 13303 + - uid: 11148 components: - type: Transform - pos: -24.5,14.5 + rot: 1.5707963267948966 rad + pos: -51.5,-14.5 parent: 2 - - uid: 13304 + - uid: 12272 components: - type: Transform - pos: -23.5,14.5 + rot: 1.5707963267948966 rad + pos: 8.5,-72.5 parent: 2 - - uid: 13313 + - uid: 12413 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,66.5 + pos: -29.5,-35.5 parent: 2 - - uid: 13315 + - uid: 12589 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,60.5 + rot: 3.141592653589793 rad + pos: -26.5,45.5 parent: 2 - - uid: 13324 + - uid: 12636 components: - type: Transform rot: -1.5707963267948966 rad - pos: -22.5,56.5 + pos: -7.5,-72.5 parent: 2 - - uid: 13487 + - uid: 12646 components: - type: Transform - pos: -38.5,41.5 + pos: 62.5,15.5 parent: 2 - - uid: 13748 + - uid: 12647 components: - type: Transform - pos: -25.5,-55.5 + pos: 61.5,15.5 parent: 2 - - uid: 13774 + - uid: 12648 components: - type: Transform - pos: -35.5,-5.5 + pos: 55.5,15.5 parent: 2 - - uid: 13775 + - uid: 12649 components: - type: Transform - pos: -36.5,-5.5 + pos: 56.5,15.5 parent: 2 - - uid: 13792 + - uid: 12650 components: - type: Transform - pos: 56.5,9.5 + rot: 3.141592653589793 rad + pos: 28.5,-42.5 parent: 2 - - uid: 13797 + - uid: 12663 components: - type: Transform - pos: 56.5,7.5 + rot: 3.141592653589793 rad + pos: 35.5,-48.5 parent: 2 - - uid: 13948 + - uid: 12664 components: - type: Transform rot: 3.141592653589793 rad - pos: -29.5,60.5 + pos: 31.5,-48.5 parent: 2 - - uid: 13956 + - uid: 12665 components: - type: Transform - pos: -34.5,-48.5 + rot: -1.5707963267948966 rad + pos: -7.5,-73.5 parent: 2 - - uid: 14275 + - uid: 12669 components: - type: Transform - pos: -65.5,-21.5 + rot: -1.5707963267948966 rad + pos: -7.5,-75.5 parent: 2 - - uid: 14305 + - uid: 12670 components: - type: Transform - pos: -39.5,49.5 + rot: -1.5707963267948966 rad + pos: -7.5,-76.5 parent: 2 - - uid: 14373 + - uid: 12671 components: - type: Transform rot: 1.5707963267948966 rad - pos: -6.5,37.5 + pos: 8.5,-73.5 parent: 2 - - uid: 14374 + - uid: 12672 components: - type: Transform rot: 1.5707963267948966 rad - pos: -2.5,36.5 + pos: 8.5,-75.5 parent: 2 - - uid: 14375 + - uid: 12673 components: - type: Transform rot: 1.5707963267948966 rad - pos: -7.5,49.5 + pos: 8.5,-76.5 parent: 2 - - uid: 14387 + - uid: 23937 components: - type: Transform - pos: 15.5,59.5 + rot: 3.141592653589793 rad + pos: 14.5,-52.5 parent: 2 - - uid: 14440 + - uid: 23941 components: - type: Transform - pos: -18.5,-57.5 + rot: 3.141592653589793 rad + pos: 13.5,-52.5 parent: 2 - - uid: 14538 + - uid: 26570 components: - type: Transform - pos: -11.5,-33.5 + rot: -1.5707963267948966 rad + pos: 71.5,-22.5 parent: 2 - - uid: 14539 + - uid: 26578 components: - type: Transform - pos: -13.5,-41.5 + rot: 1.5707963267948966 rad + pos: 69.5,-16.5 parent: 2 - - uid: 15830 - components: - - type: Transform - pos: 6.5,5.5 - parent: 14592 - - uid: 15831 + - uid: 27052 components: - type: Transform - pos: 7.5,5.5 - parent: 14592 - - uid: 15832 + rot: 1.5707963267948966 rad + pos: 69.5,-18.5 + parent: 2 + - uid: 27053 components: - type: Transform - pos: 9.5,5.5 - parent: 14592 - - uid: 15833 + rot: 1.5707963267948966 rad + pos: 69.5,-17.5 + parent: 2 + - uid: 27625 components: - type: Transform - pos: 9.5,3.5 - parent: 14592 - - uid: 15834 + rot: -1.5707963267948966 rad + pos: 71.5,-21.5 + parent: 2 + - uid: 27626 components: - type: Transform - pos: 7.5,3.5 - parent: 14592 - - uid: 15835 + rot: -1.5707963267948966 rad + pos: 71.5,-23.5 + parent: 2 + - uid: 31937 components: - type: Transform - pos: 6.5,3.5 - parent: 14592 - - uid: 18338 + rot: 3.141592653589793 rad + pos: -0.5,-3.5 + parent: 2 + - uid: 31942 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -61.5,31.5 + rot: 3.141592653589793 rad + pos: 0.5,-3.5 parent: 2 - - uid: 18839 + - uid: 31944 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,-10.5 + rot: 3.141592653589793 rad + pos: 1.5,-3.5 parent: 2 - - uid: 19103 + - uid: 33234 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-54.5 + rot: -1.5707963267948966 rad + pos: -20.5,47.5 parent: 2 - - uid: 19150 + - uid: 34367 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,-33.5 + pos: 29.5,-5.5 parent: 2 - - uid: 27666 + - uid: 34368 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,-39.5 + pos: 30.5,-5.5 parent: 2 - - uid: 29619 + - uid: 34369 components: - type: Transform - pos: 61.5,-37.5 + pos: 40.5,-5.5 parent: 2 - - uid: 31316 + - uid: 34370 components: - type: Transform - pos: 7.5,7.5 - parent: 30892 - - uid: 31335 + pos: 41.5,-5.5 + parent: 2 + - uid: 34371 components: - type: Transform - pos: -57.5,-23.5 + pos: 42.5,-5.5 parent: 2 - - uid: 33992 + - uid: 34372 components: - type: Transform - pos: -53.5,-17.5 + rot: 3.141592653589793 rad + pos: 47.5,-7.5 parent: 2 - - uid: 33994 + - uid: 34373 components: - type: Transform - pos: -53.5,-16.5 + rot: 3.141592653589793 rad + pos: 46.5,-7.5 parent: 2 - - uid: 34093 + - uid: 34374 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,-16.5 + rot: 3.141592653589793 rad + pos: 45.5,-7.5 parent: 2 - - uid: 34298 + - uid: 39854 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,-24.5 - parent: 2 - - uid: 35037 + pos: 17.5,3.5 + parent: 36907 + - uid: 39855 components: - type: Transform rot: -1.5707963267948966 rad - pos: 67.5,29.5 - parent: 2 - - uid: 35058 + pos: 12.5,-1.5 + parent: 36907 + - uid: 39856 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 70.5,31.5 - parent: 2 - - uid: 35059 + pos: 15.5,3.5 + parent: 36907 + - uid: 39857 components: - type: Transform rot: 1.5707963267948966 rad - pos: 71.5,31.5 - parent: 2 - - uid: 35163 + pos: 20.5,-1.5 + parent: 36907 + - uid: 39858 components: - type: Transform - rot: 3.141592653589793 rad - pos: 76.5,33.5 - parent: 2 - - uid: 35167 + rot: -1.5707963267948966 rad + pos: 12.5,-7.5 + parent: 36907 + - uid: 39859 components: - type: Transform - pos: 72.5,35.5 - parent: 2 - - uid: 35599 + rot: 1.5707963267948966 rad + pos: 20.5,-7.5 + parent: 36907 + - uid: 43279 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-36.5 - parent: 2 - - uid: 36301 + rot: 1.5707963267948966 rad + pos: 15.5,3.5 + parent: 30892 +- proto: SteelOre1 + entities: + - uid: 1265 components: - type: Transform - pos: 21.5,-7.5 + pos: -29.890285,67.06937 parent: 2 - - uid: 36422 + - uid: 33973 components: - type: Transform - rot: 3.141592653589793 rad - pos: -61.5,74.5 + pos: -29.213202,65.797646 parent: 2 - - uid: 42925 + - uid: 34162 components: - type: Transform - pos: 46.5,19.5 + pos: -27.515285,66.5169 parent: 2 -- proto: RadiationCollector - entities: - - uid: 3194 + - uid: 35635 components: - type: Transform - pos: -5.5,23.5 + pos: -34.478928,65.47662 parent: 2 - - uid: 7803 + - uid: 35637 components: - type: Transform - pos: -17.5,27.5 + pos: -31.228928,66.78912 parent: 2 - - uid: 8783 + - uid: 35640 components: - type: Transform - pos: -65.5,9.5 + pos: -36.353928,62.25787 parent: 2 - - uid: 8784 + - uid: 35641 components: - type: Transform - pos: -67.5,13.5 + pos: -36.650803,63.13287 parent: 2 - - uid: 8786 + - uid: 35655 components: - type: Transform - pos: -65.5,13.5 + rot: -1.5707963267948966 rad + pos: -30.25811,63.742474 parent: 2 -- proto: Railing +- proto: StimpackMini entities: - - uid: 20 + - uid: 43272 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,30.5 + rot: -1.5707963267948966 rad + pos: 37.98188,12.475611 parent: 2 - - uid: 88 + - uid: 43276 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,31.5 + rot: 3.141592653589793 rad + pos: 2.6639404,11.821014 + parent: 30892 +- proto: Stool + entities: + - uid: 4547 + components: + - type: Transform + pos: -16.5,-62.5 parent: 2 - - uid: 93 + - uid: 8274 components: - type: Transform rot: 3.141592653589793 rad - pos: -45.5,29.5 + pos: 6.5,57.5 parent: 2 - - uid: 487 + - uid: 8288 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,30.5 + pos: 6.5,60.5 parent: 2 - - uid: 1383 + - uid: 9797 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,29.5 + pos: 14.5,43.5 parent: 2 - - uid: 1391 + - uid: 9858 components: - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,-24.5 + pos: 15.5,43.5 parent: 2 - - uid: 1538 + - uid: 9859 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-22.5 + pos: 16.5,43.5 parent: 2 - - uid: 1884 + - uid: 9860 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-22.5 + rot: 3.141592653589793 rad + pos: 16.5,41.5 parent: 2 - - uid: 1898 + - uid: 9861 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-59.5 + rot: 3.141592653589793 rad + pos: 15.5,41.5 parent: 2 - - uid: 2119 + - uid: 9862 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-57.5 + rot: 3.141592653589793 rad + pos: 14.5,41.5 parent: 2 - - uid: 2178 + - uid: 9889 components: - type: Transform rot: -1.5707963267948966 rad - pos: 0.5,-58.5 + pos: 21.5,71.5 parent: 2 - - uid: 2194 + - uid: 9895 components: - type: Transform rot: 1.5707963267948966 rad - pos: 0.5,-58.5 + pos: 18.5,70.5 parent: 2 - - uid: 4550 + - uid: 9896 components: - type: Transform - pos: -15.5,-64.5 + rot: -1.5707963267948966 rad + pos: 21.5,70.5 parent: 2 - - uid: 6721 + - uid: 9900 components: - type: Transform - pos: 29.5,-25.5 + rot: 1.5707963267948966 rad + pos: 18.5,71.5 parent: 2 - - uid: 6911 + - uid: 10628 components: - type: Transform - pos: -45.5,32.5 + rot: 3.141592653589793 rad + pos: -22.5,-53.5 parent: 2 - - uid: 6984 + - uid: 13268 components: - type: Transform - pos: -39.5,32.5 + pos: 16.5,46.5 parent: 2 - - uid: 7001 + - uid: 13754 components: - type: Transform rot: -1.5707963267948966 rad - pos: 2.5,44.5 + pos: -32.5,-58.5 parent: 2 - - uid: 7012 + - uid: 13755 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,30.5 + rot: -1.5707963267948966 rad + pos: -30.5,-58.5 parent: 2 - - uid: 7054 + - uid: 14234 components: - type: Transform - pos: -40.5,32.5 + pos: -15.5,-62.5 parent: 2 - - uid: 7373 + - uid: 14254 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-25.5 + rot: 3.141592653589793 rad + pos: -16.5,-63.5 parent: 2 - - uid: 7376 + - uid: 14255 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-25.5 + rot: 3.141592653589793 rad + pos: -14.5,-63.5 parent: 2 - - uid: 7377 +- proto: StoolBar + entities: + - uid: 6251 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-25.5 + rot: 3.141592653589793 rad + pos: -2.5,64.5 parent: 2 - - uid: 7378 + - uid: 6252 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-25.5 + rot: 3.141592653589793 rad + pos: -1.5,64.5 parent: 2 - - uid: 8253 + - uid: 6253 components: - type: Transform - pos: 5.5,62.5 + rot: 3.141592653589793 rad + pos: -0.5,64.5 parent: 2 - - uid: 8256 + - uid: 6254 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,61.5 + rot: 3.141592653589793 rad + pos: 0.5,64.5 parent: 2 - - uid: 8257 + - uid: 6255 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,60.5 + rot: 3.141592653589793 rad + pos: 1.5,64.5 parent: 2 - - uid: 8258 + - uid: 6256 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,59.5 + rot: 3.141592653589793 rad + pos: 3.5,64.5 parent: 2 - - uid: 8259 + - uid: 6257 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,58.5 + rot: 3.141592653589793 rad + pos: 2.5,64.5 parent: 2 - - uid: 8260 + - uid: 8369 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,57.5 + rot: -1.5707963267948966 rad + pos: -4.5,59.5 parent: 2 - - uid: 8261 + - uid: 8371 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,56.5 + rot: -1.5707963267948966 rad + pos: -4.5,60.5 parent: 2 - - uid: 8298 + - uid: 8373 components: - type: Transform rot: -1.5707963267948966 rad - pos: 2.5,50.5 + pos: -4.5,62.5 parent: 2 - - uid: 8347 + - uid: 8374 components: - type: Transform rot: -1.5707963267948966 rad - pos: -14.5,58.5 + pos: -4.5,63.5 parent: 2 - - uid: 8348 + - uid: 10045 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,59.5 + rot: 1.5707963267948966 rad + pos: -22.5,-64.5 parent: 2 - - uid: 8349 + - uid: 10047 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,57.5 + rot: 1.5707963267948966 rad + pos: -22.5,-63.5 parent: 2 - - uid: 8350 + - uid: 10049 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,59.5 + pos: -20.5,-61.5 parent: 2 - - uid: 8351 + - uid: 10050 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,60.5 + pos: -19.5,-61.5 parent: 2 - - uid: 8352 + - uid: 10051 components: - type: Transform - pos: -15.5,61.5 + pos: -21.5,-62.5 parent: 2 - - uid: 8353 + - uid: 10076 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,60.5 + rot: 3.141592653589793 rad + pos: -22.5,-61.5 parent: 2 - - uid: 8354 + - uid: 10080 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,58.5 + rot: 3.141592653589793 rad + pos: -23.5,-61.5 parent: 2 - - uid: 8421 + - uid: 10426 components: - type: Transform rot: 1.5707963267948966 rad - pos: -30.5,50.5 + pos: -50.5,-6.5 parent: 2 - - uid: 8829 + - uid: 14039 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-4.5 + pos: -32.5,-3.5 parent: 2 - - uid: 8848 + - uid: 24112 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-4.5 + rot: 1.5707963267948966 rad + pos: -50.5,-5.5 parent: 2 - - uid: 9441 +- proto: StorageCanister + entities: + - uid: 36 components: - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,-24.5 + pos: -48.5,46.5 parent: 2 - - uid: 9455 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5076 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,29.5 + pos: -27.5,-9.5 parent: 2 - - uid: 9477 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5077 components: - type: Transform - pos: 35.5,-25.5 + pos: -27.5,-10.5 parent: 2 - - uid: 9793 + - type: AtmosDevice + joinedGrid: 2 + - uid: 7779 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,50.5 + pos: -49.5,46.5 parent: 2 - - uid: 9841 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12910 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,49.5 + pos: 38.5,10.5 parent: 2 - - uid: 9976 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14258 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-62.5 + pos: -60.5,81.5 parent: 2 - - uid: 9977 + - type: AtmosDevice + joinedGrid: 2 + - uid: 34094 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-62.5 + pos: -55.5,-1.5 parent: 2 - - uid: 10037 + - type: AtmosDevice + joinedGrid: 2 +- proto: StrangePill + entities: + - uid: 4678 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-61.5 + pos: -33.308167,-46.279037 parent: 2 - - uid: 10058 + - uid: 5315 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-62.5 + pos: -20.772038,-44.000484 parent: 2 - - uid: 10430 + - uid: 5316 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-55.5 + pos: -20.203314,-44.147255 parent: 2 - - uid: 10431 + - uid: 5317 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-54.5 + pos: -20.717,-44.367405 parent: 2 - - uid: 10432 + - uid: 5318 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-54.5 + pos: -20.313389,-44.422443 parent: 2 - - uid: 10433 + - uid: 7110 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-55.5 + pos: 48.360905,-34.13976 parent: 2 - - uid: 10634 + - uid: 7111 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-59.5 + pos: 48.56403,-34.280384 parent: 2 - - uid: 10636 + - uid: 11004 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-57.5 + pos: 58.21481,-33.97719 parent: 2 - - uid: 10642 + - uid: 11005 components: - type: Transform - pos: -4.5,-63.5 + pos: 58.417934,-34.47719 parent: 2 - - uid: 10643 + - uid: 11006 components: - type: Transform - pos: -3.5,-63.5 + pos: 58.699184,-34.149063 parent: 2 - - uid: 10645 + - uid: 11007 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-66.5 + pos: 60.74606,-29.555313 parent: 2 - - uid: 10646 + - uid: 11008 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-66.5 + pos: 60.042934,-28.555313 parent: 2 - - uid: 10649 + - uid: 11011 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-66.5 + pos: 60.87106,-33.117813 parent: 2 - - uid: 10650 + - uid: 11296 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-66.5 + pos: 55.516975,-32.5617 parent: 2 - - uid: 10651 + - uid: 11297 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-64.5 + pos: 57.62635,-28.436699 parent: 2 - - uid: 10652 + - uid: 11298 components: - type: Transform - pos: 4.5,-63.5 + pos: 67.54807,-16.621273 parent: 2 - - uid: 10653 + - uid: 11299 components: - type: Transform - pos: 5.5,-63.5 + pos: 61.594948,-10.718942 parent: 2 - - uid: 10656 + - uid: 11300 components: - type: Transform - pos: 6.5,-63.5 + pos: 56.709766,-38.818024 parent: 2 - - uid: 10657 + - uid: 11301 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-65.5 + pos: 52.813496,-43.72592 parent: 2 - - uid: 10665 + - uid: 14533 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-64.5 + pos: -11.047575,-62.568474 parent: 2 - - uid: 10666 + - uid: 27683 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-65.5 + pos: 57.315258,-36.598 parent: 2 - - uid: 10667 +- proto: Stunbaton + entities: + - uid: 35188 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-65.5 + pos: 67.303444,35.567947 parent: 2 - - uid: 10668 +- proto: Stunprod + entities: + - uid: 6351 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-64.5 + rot: 1.5707963267948966 rad + pos: -29.332369,-7.5146475 parent: 2 - - uid: 10669 + - uid: 10986 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-66.5 + pos: 65.32924,-29.505205 parent: 2 - - uid: 11191 +- proto: SubstationBasic + entities: + - uid: 1274 components: - type: Transform - pos: -5.5,-63.5 + pos: -4.5,-1.5 parent: 2 - - uid: 11263 + - uid: 5027 components: + - type: MetaData + name: Подстанция РНД - type: Transform - pos: -44.5,32.5 + pos: -17.5,-13.5 parent: 2 - - uid: 11272 + - uid: 9277 components: + - type: MetaData + name: Подстанция Телекомунникация - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,31.5 + pos: -9.5,49.5 parent: 2 - - uid: 11413 + - uid: 9499 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 63.5,29.5 + pos: 59.5,-36.5 parent: 2 - - uid: 11421 + - uid: 13123 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 65.5,29.5 + pos: 25.5,-9.5 parent: 2 - - uid: 12171 + - uid: 14265 components: + - type: MetaData + name: Подстанция Ботаника-Солнечные Панели - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,29.5 + pos: -21.5,67.5 parent: 2 - - uid: 12394 + - uid: 14270 components: + - type: MetaData + name: Подстанция Солнечные Панели - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,30.5 + pos: -65.5,-19.5 parent: 2 - - uid: 12395 + - uid: 14465 components: + - type: MetaData + name: Подстанция Бриг - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,31.5 + pos: 23.5,35.5 parent: 2 - - uid: 12475 + - uid: 15460 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,31.5 - parent: 2 - - uid: 12482 + pos: 15.5,3.5 + parent: 14592 + - uid: 17569 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-5.5 + pos: -27.5,39.5 parent: 2 - - uid: 12483 + - uid: 18344 components: + - type: MetaData + name: Подстанция Сервис - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-5.5 + pos: 18.5,55.5 parent: 2 - - uid: 12488 + - uid: 18348 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-5.5 + pos: 57.5,-10.5 parent: 2 - - uid: 12492 + - uid: 18620 components: + - type: MetaData + name: Подстанция Хим Лаб - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,-5.5 + pos: 17.5,-31.5 parent: 2 - - uid: 12579 + - uid: 18632 components: + - type: MetaData + name: Подстанция Зал Суда - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-65.5 + pos: 66.5,19.5 parent: 2 - - uid: 12580 + - uid: 18633 components: + - type: MetaData + name: Подстанция КПП - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-64.5 + pos: 62.5,13.5 parent: 2 - - uid: 12582 + - uid: 18929 components: + - type: MetaData + name: Подстанция Прибытие - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-66.5 + pos: 11.5,-65.5 parent: 2 - - uid: 13601 + - uid: 19076 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-61.5 + pos: -12.5,-54.5 parent: 2 - - uid: 13602 + - uid: 19147 components: + - type: MetaData + name: Подстанция Снабжение - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-62.5 + pos: -43.5,-34.5 parent: 2 - - uid: 13603 + - uid: 19255 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-61.5 + pos: -49.5,-3.5 parent: 2 - - uid: 13604 + - uid: 19284 components: + - type: MetaData + name: Подстанция Инженерный-Отдых - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-62.5 + pos: -43.5,22.5 parent: 2 - - uid: 13605 + - uid: 19292 components: + - type: MetaData + name: Подстанция Атмосферный - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-61.5 + pos: -60.5,32.5 parent: 2 - - uid: 13607 + - uid: 22878 components: + - type: MetaData + name: Подстанция Каюта Капитана - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-61.5 + pos: 11.5,-38.5 parent: 2 - - uid: 13613 + - uid: 23533 components: + - type: MetaData + name: Подстанция Тех Помещения - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-56.5 + pos: 45.5,21.5 parent: 2 - - uid: 13614 + - uid: 23969 components: + - type: MetaData + name: Подстанция Инженерный - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-55.5 + pos: -24.5,18.5 parent: 2 - - uid: 13615 + - uid: 31131 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-54.5 - parent: 2 - - uid: 13616 + pos: 0.5,5.5 + parent: 30892 + - uid: 33252 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-57.5 + pos: -19.5,24.5 parent: 2 - - uid: 13617 + - uid: 34124 components: - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,-57.5 + pos: -89.5,69.5 parent: 2 - - uid: 13618 + - uid: 36555 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-57.5 - parent: 2 - - uid: 13619 + pos: 4.5,-8.5 + parent: 36450 + - uid: 39860 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-56.5 - parent: 2 - - uid: 13620 + pos: 27.5,3.5 + parent: 36907 +- proto: SubstationMachineCircuitboard + entities: + - uid: 7896 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-55.5 + pos: -47.629097,8.818226 parent: 2 - - uid: 13621 + - uid: 7897 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-54.5 + pos: -47.441597,8.708851 parent: 2 - - uid: 13622 + - uid: 7898 components: - type: Transform - pos: -32.5,-53.5 + pos: -47.300972,8.599476 parent: 2 - - uid: 13623 + - uid: 7899 components: - type: Transform - pos: -31.5,-53.5 + pos: -47.097847,8.458851 parent: 2 - - uid: 13624 +- proto: SubstationWallBasic + entities: + - uid: 13968 components: - type: Transform - pos: -30.5,-53.5 - parent: 2 - - uid: 13823 + rot: -1.5707963267948966 rad + pos: 2.5,-1.5 + parent: 13793 + - uid: 31410 components: - type: Transform - pos: -31.5,48.5 - parent: 2 - - uid: 14071 + rot: -1.5707963267948966 rad + pos: 2.5,1.5 + parent: 31348 + - uid: 32990 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,6.5 - parent: 2 - - uid: 14072 + pos: 4.5,1.5 + parent: 32914 + - uid: 39861 components: - type: Transform rot: 1.5707963267948966 rad - pos: -18.5,7.5 - parent: 2 - - uid: 14073 + pos: 38.5,-30.5 + parent: 36907 +- proto: SuitStorageCE + entities: + - uid: 7818 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,8.5 + pos: -17.5,17.5 parent: 2 - - uid: 14074 +- proto: SuitStorageCMO + entities: + - uid: 6739 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,9.5 + pos: 15.5,-20.5 parent: 2 - - uid: 14077 +- proto: SuitStorageEngi + entities: + - uid: 2534 components: - type: Transform - pos: -16.5,12.5 + pos: -58.5,75.5 parent: 2 - - uid: 14080 +- proto: SuitStorageEVA + entities: + - uid: 200 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,10.5 + pos: 17.5,15.5 parent: 2 - - uid: 14084 + - uid: 10932 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-7.5 + pos: 13.5,-46.5 parent: 2 - - uid: 14085 + - uid: 11051 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-8.5 + pos: 13.5,-45.5 parent: 2 - - uid: 14093 + - uid: 11052 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-18.5 + pos: 12.5,-42.5 parent: 2 - - uid: 14094 + - uid: 11053 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-22.5 + pos: 12.5,-43.5 parent: 2 - - uid: 14095 + - uid: 11054 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-21.5 + pos: 12.5,-44.5 parent: 2 - - uid: 14096 + - uid: 11055 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-20.5 + pos: 12.5,-45.5 parent: 2 - - uid: 14102 + - uid: 11061 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,6.5 + pos: 12.5,-46.5 parent: 2 - - uid: 14106 + - uid: 11063 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,0.5 + pos: 13.5,-44.5 parent: 2 - - uid: 14107 + - uid: 11064 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,1.5 + pos: 13.5,-43.5 parent: 2 - - uid: 14108 + - uid: 11065 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,2.5 + pos: 13.5,-42.5 parent: 2 - - uid: 14109 + - uid: 14528 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,7.5 + pos: -76.5,55.5 parent: 2 - - uid: 14110 + - uid: 36351 components: - type: Transform - pos: 23.5,10.5 + pos: -58.5,73.5 parent: 2 - - uid: 14111 + - uid: 36352 components: - type: Transform - pos: 24.5,10.5 + pos: -58.5,74.5 parent: 2 - - uid: 14124 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.1496 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 +- proto: SuitStorageEVAEmergency + entities: + - uid: 34538 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,9.5 - parent: 2 - - uid: 14125 + pos: 12.5,1.5 + parent: 30892 + - uid: 34619 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,10.5 - parent: 2 - - uid: 14128 + pos: 11.5,6.5 + parent: 30892 + - uid: 34620 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,10.5 - parent: 2 - - uid: 14129 + pos: 12.5,6.5 + parent: 30892 +- proto: SuitStorageEVAPrisoner + entities: + - uid: 10802 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,9.5 + pos: 26.5,57.5 parent: 2 - - uid: 14236 + - uid: 10803 components: - type: Transform - pos: -50.5,-53.5 + pos: 26.5,59.5 parent: 2 - - uid: 14237 + - uid: 10825 components: - type: Transform - pos: -51.5,-53.5 + pos: 25.5,59.5 parent: 2 - - uid: 14253 + - uid: 10831 components: - type: Transform - pos: -14.5,-64.5 + pos: 25.5,57.5 parent: 2 - - uid: 14353 + - uid: 14091 components: - type: Transform - pos: 6.5,-8.5 - parent: 2 - - uid: 14406 + pos: -1.5,3.5 + parent: 14592 + - uid: 14097 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,49.5 - parent: 2 - - uid: 14415 + pos: -0.5,3.5 + parent: 14592 + - uid: 14100 components: - type: Transform - pos: -32.5,48.5 - parent: 2 - - uid: 17617 + pos: -2.5,3.5 + parent: 14592 +- proto: SuitStorageHOS + entities: + - uid: 10508 components: - type: Transform - pos: -7.5,-7.5 + pos: 46.5,58.5 parent: 2 - - uid: 19426 +- proto: SuitStorageSec + entities: + - uid: 35036 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-2.5 + pos: 70.5,27.5 parent: 2 - - uid: 19460 + - uid: 35160 components: - type: Transform - pos: -15.5,-7.5 + pos: 66.5,43.5 parent: 2 - - uid: 19610 + - uid: 35161 components: - type: Transform - pos: 9.5,-7.5 + pos: 65.5,43.5 parent: 2 - - uid: 20010 + - uid: 35175 components: - type: Transform - pos: 15.5,-7.5 + pos: 70.5,35.5 parent: 2 - - uid: 23738 + - uid: 35176 components: - type: Transform - pos: -13.5,-7.5 + pos: 71.5,35.5 parent: 2 - - uid: 23742 + - uid: 43095 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,-2.5 + pos: 79.5,44.5 parent: 2 - - uid: 24067 +- proto: SuitStorageWarden + entities: + - uid: 4243 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-2.5 + pos: 42.5,35.5 parent: 2 - - uid: 24069 +- proto: SurveillanceCameraCommand + entities: + - uid: 6186 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-2.5 + rot: 1.5707963267948966 rad + pos: 14.5,-34.5 parent: 2 - - uid: 24070 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: Спальня капитана + - uid: 6205 components: - type: Transform rot: -1.5707963267948966 rad - pos: -6.5,-0.5 + pos: -5.5,42.5 parent: 2 - - uid: 24078 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: Кабинет АВД + - uid: 11659 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-0.5 + rot: -1.5707963267948966 rad + pos: 41.5,58.5 parent: 2 - - uid: 24079 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: Спальня ГСБ + - uid: 11681 components: - type: Transform - pos: 10.5,-7.5 + rot: 1.5707963267948966 rad + pos: 16.5,-17.5 parent: 2 - - uid: 24109 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: Спальня ГВ + - uid: 11683 components: - type: Transform - pos: -3.5,-8.5 + rot: 3.141592653589793 rad + pos: 21.5,-16.5 parent: 2 - - uid: 24117 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: Кабинет ГВ + - uid: 11721 components: - type: Transform - pos: -4.5,-8.5 + rot: 1.5707963267948966 rad + pos: 8.5,-44.5 parent: 2 - - uid: 24120 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: Хранилище + - uid: 11723 components: - type: Transform - pos: -1.5,-9.5 + rot: 3.141592653589793 rad + pos: -6.5,-44.5 parent: 2 - - uid: 24123 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: Кабинет ГП + - uid: 11725 components: - type: Transform - pos: -14.5,-7.5 + rot: -1.5707963267948966 rad + pos: -8.5,-36.5 parent: 2 - - uid: 24133 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: Зал брифинга + - uid: 11727 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-2.5 + pos: 6.5,-39.5 parent: 2 - - uid: 24185 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: Кабинет капитана + - uid: 11729 components: - type: Transform rot: 3.141592653589793 rad - pos: -59.5,77.5 + pos: 12.5,-41.5 parent: 2 - - uid: 24211 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: ЕВА + - uid: 11730 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -66.5,83.5 + pos: -4.5,-31.5 parent: 2 - - uid: 26579 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: Западный мостик + - uid: 11731 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-12.5 + pos: 5.5,-31.5 parent: 2 - - uid: 26704 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: Восточный мостик + - uid: 11732 components: - type: Transform rot: -1.5707963267948966 rad - pos: 52.5,-18.5 + pos: -16.5,-17.5 parent: 2 - - uid: 26893 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: Кабинет НР + - uid: 11746 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,-31.5 + rot: 1.5707963267948966 rad + pos: -36.5,-52.5 parent: 2 - - uid: 26894 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: Кабинет КМ + - uid: 11762 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,-32.5 + pos: 58.5,-4.5 parent: 2 - - uid: 26899 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: КПП отбытия + - uid: 11778 components: - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,-33.5 + pos: -26.5,38.5 parent: 2 - - uid: 26984 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: Генератор гравитации + - uid: 11784 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,-12.5 + rot: 3.141592653589793 rad + pos: -15.5,18.5 parent: 2 - - uid: 27527 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: Кабинет СИ + - uid: 11818 components: - type: Transform rot: 3.141592653589793 rad - pos: 38.5,25.5 + pos: -4.5,34.5 parent: 2 - - uid: 30962 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: Врата + - uid: 14430 components: - type: Transform rot: -1.5707963267948966 rad - pos: 36.5,-8.5 - parent: 2 - - uid: 30965 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-8.5 + pos: -88.5,72.5 parent: 2 - - uid: 31270 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: телекомы + - uid: 27387 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,6.5 + pos: -84.5,77.5 parent: 2 - - uid: 31271 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: центральный ии + - uid: 36847 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,6.5 + rot: 3.141592653589793 rad + pos: -73.5,83.5 parent: 2 - - uid: 32088 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: маршрутизаторная + - uid: 36867 components: - type: Transform - pos: -14.5,43.5 + rot: 3.141592653589793 rad + pos: -65.5,77.5 parent: 2 - - uid: 32634 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: склад ии +- proto: SurveillanceCameraEngineering + entities: + - uid: 11772 components: - type: Transform rot: 3.141592653589793 rad - pos: -20.5,32.5 + pos: -39.5,26.5 parent: 2 - - uid: 32673 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Комната отдыха инженеров + - uid: 11773 components: - type: Transform - pos: -20.5,31.5 + pos: -52.5,23.5 parent: 2 - - uid: 33993 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Склад канистр + - uid: 11774 components: - type: Transform - pos: -87.5,65.5 + rot: 3.141592653589793 rad + pos: -57.5,36.5 parent: 2 - - uid: 33998 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Комната отдыха атмоса + - uid: 11775 components: - type: Transform - pos: -86.5,65.5 + rot: 1.5707963267948966 rad + pos: -60.5,23.5 parent: 2 - - uid: 34019 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: ТЭГ + - uid: 11776 components: - type: Transform - pos: -85.5,65.5 + rot: 3.141592653589793 rad + pos: -49.5,46.5 parent: 2 - - uid: 34574 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Атмос + - uid: 11777 components: - type: Transform rot: 3.141592653589793 rad - pos: 16.5,2.5 - parent: 30892 - - uid: 35506 + pos: -45.5,37.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Склад атмоса + - uid: 11779 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,-4.5 + pos: -30.5,24.5 parent: 2 - - uid: 35507 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Приёмная инженеров + - uid: 11780 components: - type: Transform - pos: 21.5,-5.5 + rot: 3.141592653589793 rad + pos: -30.5,36.5 parent: 2 - - uid: 35508 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Приёмная + - uid: 11781 components: - type: Transform - pos: 6.5,-5.5 + rot: 3.141592653589793 rad + pos: -41.5,18.5 parent: 2 - - uid: 35509 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Инженерный склад + - uid: 11782 components: - type: Transform rot: 3.141592653589793 rad - pos: 6.5,-4.5 + pos: -17.5,34.5 parent: 2 - - uid: 35510 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: ДАМ + - uid: 11783 components: - type: Transform rot: 3.141592653589793 rad - pos: -5.5,-4.5 + pos: -16.5,27.5 parent: 2 - - uid: 35511 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Хранилище приборов + - uid: 11785 components: - type: Transform - pos: -5.5,-5.5 + rot: -1.5707963267948966 rad + pos: -34.5,16.5 parent: 2 - - uid: 36195 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: СМЭСы + - uid: 11786 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-2.5 + pos: -24.5,20.5 parent: 2 - - uid: 36196 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Южный коридор + - uid: 11787 components: - type: Transform rot: 3.141592653589793 rad - pos: 21.5,-2.5 + pos: -24.5,31.5 parent: 2 - - uid: 36197 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Северный коридор + - uid: 11789 components: - type: Transform rot: 3.141592653589793 rad - pos: 13.5,-2.5 + pos: -44.5,8.5 parent: 2 - - uid: 36203 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Хранилище плат + - uid: 11790 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,-2.5 + rot: -1.5707963267948966 rad + pos: -67.5,11.5 parent: 2 - - uid: 36220 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Суперматерия + - uid: 11791 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-0.5 + rot: -1.5707963267948966 rad + pos: -61.5,13.5 parent: 2 - - uid: 36229 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Зал суперматерии + - uid: 13141 components: - type: Transform - pos: 16.5,-7.5 + rot: -1.5707963267948966 rad + pos: -5.5,11.5 parent: 2 - - uid: 36230 + - uid: 29111 components: - type: Transform - pos: 17.5,-7.5 + rot: 1.5707963267948966 rad + pos: -9.5,44.5 parent: 2 - - uid: 36250 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: приемная над ДАМом + - uid: 35474 components: - type: Transform rot: -1.5707963267948966 rad - pos: 12.5,14.5 + pos: -1.5,18.5 parent: 2 - - uid: 36251 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: УЧ + - uid: 35475 components: - type: Transform - pos: 11.5,18.5 + pos: 2.5,0.5 parent: 2 - - uid: 36252 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: сингулярность 2 + - uid: 35476 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,20.5 + rot: 3.141592653589793 rad + pos: -16.5,34.5 parent: 2 - - uid: 36254 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: конференц зал + - uid: 35477 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,25.5 + rot: 3.141592653589793 rad + pos: -13.5,40.5 parent: 2 - - uid: 36256 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: ДАМ +- proto: SurveillanceCameraGeneral + entities: + - uid: 11810 components: - type: Transform - pos: 5.5,26.5 + pos: 21.5,-54.5 parent: 2 - - uid: 36257 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Западные дорматории + - uid: 11822 components: - type: Transform - pos: -0.5,26.5 + rot: 3.141592653589793 rad + pos: 46.5,-48.5 parent: 2 - - uid: 36263 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Атриум + - uid: 11823 components: - type: Transform - pos: -1.5,26.5 + pos: 33.5,-50.5 parent: 2 - - uid: 36411 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Восточные дорматории + - uid: 11826 components: - type: Transform rot: -1.5707963267948966 rad - pos: -66.5,76.5 + pos: 62.5,-2.5 parent: 2 - - uid: 36412 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Отбытие + - uid: 11828 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -66.5,75.5 + rot: 1.5707963267948966 rad + pos: -18.5,-53.5 parent: 2 - - uid: 36593 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Игровой зал + - uid: 11829 components: - type: Transform - pos: 2.5,-1.5 - parent: 36450 - - uid: 36596 + rot: 3.141592653589793 rad + pos: -30.5,9.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Общая мастерская + - uid: 11830 components: - type: Transform - pos: 6.5,-4.5 - parent: 36450 - - uid: 36597 + rot: -1.5707963267948966 rad + pos: -9.5,-68.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Западной отбытие + - uid: 11831 components: - type: Transform - pos: 4.5,-4.5 - parent: 36450 - - uid: 36603 + rot: 1.5707963267948966 rad + pos: 10.5,-68.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Восточное отбытие + - uid: 11832 components: - type: Transform - pos: 8.5,-1.5 - parent: 36450 - - uid: 36606 + rot: 3.141592653589793 rad + pos: 0.5,-61.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Отбытие + - uid: 11833 components: - type: Transform - pos: 5.5,-4.5 - parent: 36450 -- proto: RailingCorner - entities: - - uid: 6909 + rot: 1.5707963267948966 rad + pos: 1.5,-42.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Коридор к мостику + - uid: 11834 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,49.5 + pos: 0.5,-55.5 parent: 2 - - uid: 6999 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Южный коридор + - uid: 11835 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,45.5 + pos: 17.5,-49.5 parent: 2 - - uid: 7821 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Коридор при дорматориях + - uid: 11836 components: - type: Transform - pos: 6.5,62.5 + rot: 1.5707963267948966 rad + pos: 35.5,-39.5 parent: 2 - - uid: 8419 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Медицинский отдел + - uid: 11837 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,51.5 + rot: 1.5707963267948966 rad + pos: 54.5,2.5 parent: 2 - - uid: 10016 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Восточный коридор + - uid: 11839 components: - type: Transform - pos: -30.5,48.5 + pos: 34.5,28.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Бриг + - uid: 11840 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,51.5 parent: 2 - - uid: 10429 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Библиотека + - uid: 11841 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-54.5 + pos: 2.5,52.5 parent: 2 - - uid: 10434 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Северный коридор + - uid: 11842 components: - type: Transform rot: 3.141592653589793 rad - pos: 10.5,-54.5 + pos: 2.5,37.5 parent: 2 - - uid: 13052 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Коридор возле врат + - uid: 11843 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,25.5 + pos: -19.5,48.5 parent: 2 - - uid: 13378 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Сервисный отдел + - uid: 11844 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,51.5 + pos: -20.5,42.5 parent: 2 - - uid: 14076 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Серверная и генератор гравитации + - uid: 11845 components: - type: Transform - pos: -17.5,11.5 + rot: 3.141592653589793 rad + pos: -42.5,33.5 parent: 2 - - uid: 14088 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Инженерный отдел + - uid: 11846 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-11.5 + rot: -1.5707963267948966 rad + pos: -53.5,0.5 parent: 2 - - uid: 14115 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Западный коридор + - uid: 11847 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,10.5 + pos: -33.5,-41.5 parent: 2 - - uid: 14120 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: РНД и карго + - uid: 11848 components: - type: Transform rot: -1.5707963267948966 rad - pos: 17.5,7.5 + pos: -48.5,-22.5 parent: 2 - - uid: 14123 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Юго-западный коридор + - uid: 11849 components: - type: Transform - pos: 19.5,7.5 + rot: 3.141592653589793 rad + pos: 21.5,-43.5 parent: 2 - - uid: 14427 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Туалет + - uid: 11907 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,48.5 + rot: 3.141592653589793 rad + pos: 62.5,25.5 parent: 2 - - uid: 23977 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Зал суда + - uid: 27005 components: - type: Transform - pos: 7.5,-8.5 + rot: -1.5707963267948966 rad + pos: -34.5,50.5 parent: 2 - - uid: 24096 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Боксёрский ринг + - uid: 27069 components: - type: Transform - pos: 3.5,-9.5 + rot: 3.141592653589793 rad + pos: -32.5,3.5 parent: 2 - - uid: 24114 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Зона отдыха + - uid: 35502 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-9.5 + rot: 3.141592653589793 rad + pos: 42.5,-5.5 parent: 2 - - uid: 26705 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: коридор цент моста - восток + - uid: 35503 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,-17.5 + pos: 29.5,-7.5 parent: 2 - - uid: 31464 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: коридор цент моста - восток 2 + - uid: 35504 components: - type: Transform rot: 3.141592653589793 rad - pos: -74.5,5.5 + pos: -1.5,-3.5 parent: 2 - - uid: 31465 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: центральный мост +- proto: SurveillanceCameraMedical + entities: + - uid: 6196 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -74.5,3.5 + pos: 32.5,-2.5 parent: 2 - - uid: 31699 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Вирусология + - uid: 11652 components: - type: Transform rot: -1.5707963267948966 rad - pos: 12.5,12.5 + pos: 12.5,-24.5 parent: 2 - - uid: 34573 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Склад лекарств + - uid: 11656 components: - type: Transform rot: 1.5707963267948966 rad - pos: 17.5,2.5 - parent: 30892 - - uid: 34586 - components: - - type: Transform - pos: 15.5,6.5 - parent: 30892 - - uid: 36248 + pos: 34.5,4.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Камеры вирусологии + - uid: 11671 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,18.5 + pos: 44.5,-16.5 parent: 2 - - uid: 36259 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Морг + - uid: 11691 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-9.5 + pos: 22.5,-14.5 parent: 2 - - uid: 36579 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Кабинет парамедика + - uid: 11697 components: - type: Transform - pos: 3.5,-1.5 - parent: 36450 - - uid: 36584 + pos: 32.5,-26.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Криокапсулы + - uid: 11701 components: - type: Transform rot: -1.5707963267948966 rad - pos: 7.5,-1.5 - parent: 36450 -- proto: RailingCornerSmall - entities: - - uid: 81 + pos: 19.5,-34.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Химия + - uid: 11704 components: - type: Transform rot: 3.141592653589793 rad - pos: 6.5,63.5 + pos: 19.5,-22.5 parent: 2 - - uid: 92 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Первая палата + - uid: 11705 components: - type: Transform rot: 3.141592653589793 rad - pos: -41.5,32.5 + pos: 23.5,-22.5 parent: 2 - - uid: 1385 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Вторая палата + - uid: 11709 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,29.5 + rot: 3.141592653589793 rad + pos: 21.5,-26.5 parent: 2 - - uid: 3101 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Стазисные кровати + - uid: 11715 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,32.5 + rot: 3.141592653589793 rad + pos: 32.5,-28.5 parent: 2 - - uid: 5579 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Приёмная + - uid: 11754 components: - type: Transform rot: 3.141592653589793 rad - pos: -46.5,32.5 + pos: 7.5,-57.5 parent: 2 - - uid: 6986 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Медблок прибытия + - uid: 11755 components: - type: Transform rot: 1.5707963267948966 rad - pos: -43.5,32.5 + pos: 41.5,-42.5 parent: 2 - - uid: 8255 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Кабинет психолога + - uid: 11756 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,62.5 + pos: 45.5,-44.5 parent: 2 - - uid: 8355 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Камеры психолога + - uid: 11760 components: - type: Transform - pos: -14.5,57.5 + pos: 47.5,-37.5 parent: 2 - - uid: 8356 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Комната отдыха + - uid: 35498 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,57.5 + rot: 3.141592653589793 rad + pos: 32.5,-9.5 parent: 2 - - uid: 8357 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: операционная + - uid: 35499 components: - type: Transform rot: 3.141592653589793 rad - pos: -16.5,61.5 + pos: 44.5,-9.5 parent: 2 - - uid: 8358 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: морг + - uid: 35500 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,61.5 + rot: 3.141592653589793 rad + pos: 40.5,-13.5 parent: 2 - - uid: 8901 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: коридо морга +- proto: SurveillanceCameraRouterCommand + entities: + - uid: 24438 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-2.5 + pos: -73.5,78.5 parent: 2 - - uid: 9387 +- proto: SurveillanceCameraRouterConstructed + entities: + - uid: 26202 components: - type: Transform - pos: -43.5,29.5 + pos: -70.5,87.5 parent: 2 - - uid: 9782 + - uid: 30682 components: - type: Transform - pos: -24.5,-62.5 + pos: -73.5,85.5 parent: 2 - - uid: 10662 +- proto: SurveillanceCameraRouterEngineering + entities: + - uid: 24494 components: - type: Transform - pos: -2.5,-66.5 + pos: -70.5,77.5 parent: 2 - - uid: 10663 +- proto: SurveillanceCameraRouterGeneral + entities: + - uid: 24749 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-63.5 + pos: -78.5,85.5 parent: 2 - - uid: 10664 +- proto: SurveillanceCameraRouterMedical + entities: + - uid: 26049 components: - type: Transform - pos: 7.5,-66.5 + pos: -78.5,77.5 parent: 2 - - uid: 10947 +- proto: SurveillanceCameraRouterScience + entities: + - uid: 24391 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-63.5 + pos: -78.5,79.5 parent: 2 - - uid: 11135 +- proto: SurveillanceCameraRouterSecurity + entities: + - uid: 24548 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-66.5 + pos: -70.5,79.5 parent: 2 - - uid: 11192 +- proto: SurveillanceCameraRouterService + entities: + - uid: 26920 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-66.5 + pos: -78.5,87.5 parent: 2 - - uid: 11197 +- proto: SurveillanceCameraRouterSupply + entities: + - uid: 26918 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-63.5 + pos: -75.5,86.5 parent: 2 - - uid: 12290 +- proto: SurveillanceCameraScience + entities: + - uid: 11733 components: - type: Transform - pos: -38.5,29.5 + rot: 3.141592653589793 rad + pos: -17.5,-28.5 parent: 2 - - uid: 12457 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraScience + nameSet: True + id: Генератор аномалий + - uid: 11734 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,29.5 + rot: 3.141592653589793 rad + pos: -13.5,-22.5 parent: 2 - - uid: 12581 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraScience + nameSet: True + id: Зона отдыха + - uid: 11735 components: - type: Transform rot: 3.141592653589793 rad - pos: -6.5,-63.5 + pos: -27.5,-14.5 parent: 2 - - uid: 13609 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraScience + nameSet: True + id: Ксеноархеология + - uid: 11736 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-62.5 + rot: 3.141592653589793 rad + pos: -30.5,-9.5 parent: 2 - - uid: 13610 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraScience + nameSet: True + id: Склад канистр газов + - uid: 11737 components: - type: Transform - pos: -1.5,-62.5 + rot: -1.5707963267948966 rad + pos: -32.5,-30.5 parent: 2 - - uid: 13611 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraScience + nameSet: True + id: Приёмная + - uid: 11738 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-62.5 + rot: 1.5707963267948966 rad + pos: -22.5,-38.5 parent: 2 - - uid: 13612 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraScience + nameSet: True + id: Робототехника + - uid: 11740 components: - type: Transform - pos: 4.5,-62.5 + rot: 3.141592653589793 rad + pos: -18.5,-33.5 parent: 2 - - uid: 13642 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraScience + nameSet: True + id: Зона тестирования + - uid: 11741 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-57.5 + rot: 1.5707963267948966 rad + pos: -35.5,-26.5 parent: 2 - - uid: 13643 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraScience + nameSet: True + id: Химическая лаборатория + - uid: 11743 components: - type: Transform rot: 3.141592653589793 rad - pos: -33.5,-53.5 + pos: -23.5,-24.5 parent: 2 - - uid: 13644 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraScience + nameSet: True + id: Коридор +- proto: SurveillanceCameraSecurity + entities: + - uid: 6210 components: - type: Transform rot: 1.5707963267948966 rad - pos: -29.5,-53.5 + pos: 53.5,39.5 parent: 2 - - uid: 13645 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Первый блок камер + - uid: 6214 components: - type: Transform - pos: -29.5,-57.5 + rot: 3.141592653589793 rad + pos: -5.5,-57.5 parent: 2 - - uid: 14075 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: КПП прибытия + - uid: 6215 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,12.5 + pos: 64.5,5.5 parent: 2 - - uid: 14078 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Отбытие СБ + - uid: 11616 components: - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,11.5 + rot: -1.5707963267948966 rad + pos: 22.5,17.5 parent: 2 - - uid: 14081 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Склад барьеров + - uid: 11618 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,5.5 + rot: 3.141592653589793 rad + pos: 22.5,55.5 parent: 2 - - uid: 14092 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Медблок СБ + - uid: 11621 components: - type: Transform rot: -1.5707963267948966 rad - pos: -15.5,-12.5 + pos: 28.5,45.5 parent: 2 - - uid: 14113 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Зал брифинга + - uid: 11624 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,10.5 + pos: 33.5,22.5 parent: 2 - - uid: 14126 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Кабинет смотрителя + - uid: 11626 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,11.5 + rot: 3.141592653589793 rad + pos: 38.5,17.5 parent: 2 - - uid: 14130 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Комната улик + - uid: 11627 components: - type: Transform rot: 3.141592653589793 rad - pos: 19.5,11.5 + pos: 24.5,24.5 parent: 2 - - uid: 23979 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Тир + - uid: 11630 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-8.5 + rot: -1.5707963267948966 rad + pos: 21.5,30.5 parent: 2 - - uid: 24082 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Комната отдыха + - uid: 11632 components: - type: Transform rot: 3.141592653589793 rad - pos: 7.5,-7.5 + pos: 33.5,20.5 parent: 2 - - uid: 24113 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Раздевалка + - uid: 11633 components: - type: Transform rot: 1.5707963267948966 rad - pos: -2.5,-8.5 + pos: 29.5,23.5 parent: 2 - - uid: 26898 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Коридор южного блока + - uid: 11634 components: - type: Transform - pos: 42.5,-33.5 + rot: -1.5707963267948966 rad + pos: 42.5,33.5 parent: 2 - - uid: 31466 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Оружейная + - uid: 11635 components: - type: Transform - pos: -73.5,5.5 + rot: -1.5707963267948966 rad + pos: 51.5,29.5 parent: 2 - - uid: 31467 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Допросная + - uid: 11645 components: - type: Transform rot: 1.5707963267948966 rad - pos: -73.5,3.5 + pos: 38.5,58.5 parent: 2 - - uid: 34188 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Склад снаряжения + - uid: 11653 components: - type: Transform - pos: -88.5,68.5 + pos: 33.5,61.5 parent: 2 - - uid: 36232 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Атриум + - uid: 11657 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-9.5 + pos: 40.5,19.5 parent: 2 - - uid: 36241 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Кабинет детектива + - uid: 11658 components: - type: Transform - pos: 10.5,24.5 + pos: 29.5,52.5 parent: 2 - - uid: 36247 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Коридор к пермабригу + - uid: 11660 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,12.5 + rot: -1.5707963267948966 rad + pos: 41.5,52.5 parent: 2 - - uid: 36255 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Кабинет ГСБ + - uid: 11661 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,26.5 + pos: 23.5,57.5 parent: 2 - - uid: 36258 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Вход в пермабриг + - uid: 11662 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,26.5 + rot: 3.141592653589793 rad + pos: 22.5,67.5 parent: 2 - - uid: 36264 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Пермабриг + - uid: 11663 components: - type: Transform rot: 3.141592653589793 rad - pos: -2.5,26.5 + pos: 12.5,67.5 parent: 2 - - uid: 36417 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Гидропоника пермабрига + - uid: 11664 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -66.5,82.5 + pos: 15.5,69.5 parent: 2 - - uid: 36595 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-0.5 - parent: 36450 - - uid: 36613 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Кухня пермабрига + - uid: 11666 components: - type: Transform rot: 1.5707963267948966 rad - pos: 7.5,-0.5 - parent: 36450 - - uid: 36645 + pos: 39.5,40.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Бриг + - uid: 11668 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-4.5 - parent: 36450 - - uid: 36646 + rot: 3.141592653589793 rad + pos: 51.5,47.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Второй блок камер + - uid: 11673 components: - type: Transform rot: 3.141592653589793 rad - pos: 3.5,-4.5 - parent: 36450 -- proto: RandomArcade - entities: - - uid: 1281 + pos: 58.5,5.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: КПП отбытия + - uid: 11674 components: - type: Transform - pos: 21.5,67.5 + rot: 1.5707963267948966 rad + pos: 42.5,-26.5 parent: 2 - - uid: 2185 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: КПП медблока + - uid: 11677 components: - type: Transform - pos: -18.5,-52.5 + rot: -1.5707963267948966 rad + pos: -4.5,48.5 parent: 2 - - uid: 2186 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: КПП бара + - uid: 11912 components: - type: Transform - pos: -19.5,-52.5 + rot: -1.5707963267948966 rad + pos: 53.5,23.5 parent: 2 - - uid: 6941 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Зал суда + - uid: 27199 components: - type: Transform - pos: 22.5,67.5 + rot: 3.141592653589793 rad + pos: 33.5,38.5 parent: 2 - - uid: 9988 + - uid: 35467 components: - type: Transform - pos: -22.5,-52.5 + rot: 3.141592653589793 rad + pos: 63.5,31.5 parent: 2 - - uid: 9992 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: саперная + - uid: 35468 components: - type: Transform rot: 3.141592653589793 rad - pos: -18.5,-55.5 + pos: 70.5,31.5 parent: 2 - - uid: 9993 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: комната пилота СБ + - uid: 35469 components: - type: Transform rot: 3.141592653589793 rad - pos: -19.5,-55.5 + pos: 68.5,35.5 parent: 2 - - uid: 9994 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: коридор доков СБ 1 + - uid: 35470 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,-55.5 + rot: 1.5707963267948966 rad + pos: 66.5,40.5 parent: 2 - - uid: 9995 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: коридор доков СБ 2 + - uid: 35471 components: - type: Transform rot: 3.141592653589793 rad - pos: -20.5,-55.5 + pos: 57.5,35.5 parent: 2 - - uid: 13756 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: коридор допросной + - uid: 35472 components: - type: Transform - pos: -26.5,-53.5 + pos: 57.5,49.5 parent: 2 - - uid: 14438 + - uid: 35473 components: - type: Transform - pos: 5.5,64.5 + rot: 1.5707963267948966 rad + pos: 62.5,42.5 parent: 2 - - uid: 14439 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: коридор комнаты казни +- proto: SurveillanceCameraService + entities: + - uid: 11649 components: - type: Transform - pos: 6.5,64.5 + rot: -1.5707963267948966 rad + pos: -18.5,61.5 parent: 2 - - uid: 14960 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Гидропоника + - uid: 11759 components: - type: Transform rot: 3.141592653589793 rad - pos: -3.5,-2.5 - parent: 14592 - - uid: 15047 + pos: 59.5,-12.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Церковь + - uid: 11763 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,13.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Кладовка + - uid: 11767 components: - type: Transform rot: 3.141592653589793 rad - pos: -2.5,-2.5 - parent: 14592 -- proto: RandomArtifactSpawner - entities: - - uid: 5736 + pos: 9.5,49.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Игровой зал библиотеки + - uid: 11792 components: - type: Transform - pos: -32.5,-15.5 + rot: 3.141592653589793 rad + pos: -31.5,58.5 parent: 2 -- proto: RandomDrinkBottle - entities: - - uid: 8435 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Комната клоуна + - uid: 11793 components: - type: Transform - pos: -1.5,61.5 + rot: 3.141592653589793 rad + pos: -26.5,60.5 parent: 2 - - uid: 9683 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Комната мима + - uid: 11794 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,64.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Кухня + - uid: 11796 components: - type: Transform + rot: 1.5707963267948966 rad pos: 4.5,66.5 parent: 2 - - uid: 9684 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Бар + - uid: 11799 components: - type: Transform - pos: 4.5,69.5 + pos: 2.5,56.5 parent: 2 - - uid: 10410 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Столовая + - uid: 11800 components: - type: Transform - pos: -12.5,-58.5 + rot: -1.5707963267948966 rad + pos: 3.5,31.5 parent: 2 - - uid: 34346 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Кабинет репортёра + - uid: 11825 components: - type: Transform - pos: 50.5,-22.5 + pos: 58.5,-23.5 parent: 2 -- proto: RandomDrinkGlass - entities: - - uid: 6987 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Кабинет священника + - uid: 25170 components: - type: Transform - pos: 47.5,5.5 + rot: -1.5707963267948966 rad + pos: 14.5,43.5 parent: 2 - - uid: 8403 + - uid: 35501 components: - type: Transform - pos: -2.5,58.5 + pos: 48.5,-1.5 parent: 2 - - uid: 9681 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: парк +- proto: SurveillanceCameraSupply + entities: + - uid: 7838 components: - type: Transform - pos: -0.5,65.5 + rot: -1.5707963267948966 rad + pos: -40.5,-38.5 parent: 2 - - uid: 9682 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: Приёмная + - uid: 11744 components: - type: Transform - pos: 2.5,65.5 + rot: 3.141592653589793 rad + pos: -47.5,-48.5 parent: 2 - - uid: 13447 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: Утилизаторы + - uid: 11745 components: - type: Transform - pos: -2.5,65.5 + pos: -59.5,-33.5 parent: 2 - - uid: 13527 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: Зона отдыха + - uid: 11751 components: - type: Transform - pos: -3.5,65.5 + rot: 3.141592653589793 rad + pos: -38.5,-44.5 parent: 2 - - uid: 14222 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: Почта + - uid: 11752 components: - type: Transform - pos: -43.5,1.5 + rot: -1.5707963267948966 rad + pos: -52.5,-41.5 parent: 2 - - uid: 14223 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: Карго + - uid: 11753 components: - type: Transform - pos: 7.5,-81.5 + rot: -1.5707963267948966 rad + pos: -55.5,-33.5 parent: 2 - - uid: 31319 - components: - - type: Transform - pos: 6.5,-0.5 - parent: 30892 - - uid: 31320 - components: - - type: Transform - pos: 8.5,-0.5 - parent: 30892 - - uid: 32867 - components: - - type: Transform - pos: 2.5,-6.5 - parent: 14592 - - uid: 34347 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: Склад +- proto: SurveillanceCameraWirelessRouterConstructed + entities: + - uid: 24508 components: - type: Transform - pos: 47.5,-19.5 + pos: -70.5,85.5 parent: 2 - - uid: 36249 +- proto: SurveillanceCameraWirelessRouterEntertainment + entities: + - uid: 26572 components: - type: Transform - pos: 33.5,-7.5 + pos: -73.5,87.5 parent: 2 -- proto: RandomFoodBakedSingle +- proto: SurveillanceWirelessCameraAnchoredCircuitboard entities: - - uid: 8402 + - uid: 35668 components: - type: Transform - pos: -1.5,58.5 + pos: -88.513374,77.53128 parent: 2 - - uid: 13525 +- proto: SurveillanceWirelessCameraAnchoredEntertainment + entities: + - uid: 8560 components: - type: Transform - pos: -5.5,59.5 + rot: -1.5707963267948966 rad + pos: 9.5,31.5 parent: 2 - - uid: 32872 - components: - - type: Transform - pos: -1.5,-7.5 - parent: 14592 - - uid: 33464 +- proto: SurveillanceWirelessCameraMovableEntertainment + entities: + - uid: 8557 components: - type: Transform - pos: -6.5,51.5 + rot: -1.5707963267948966 rad + pos: 9.5,29.5 parent: 2 -- proto: RandomFoodBakedWhole - entities: - - uid: 13521 + - uid: 8558 components: - type: Transform - pos: -5.5,61.5 + rot: -1.5707963267948966 rad + pos: 9.5,30.5 parent: 2 -- proto: RandomFoodMeal +- proto: SurvivalKnife entities: - - uid: 8401 + - uid: 8296 components: - type: Transform - pos: -3.5,58.5 + rot: 1.5707963267948966 rad + pos: 50.69831,-32.44615 parent: 2 - - uid: 26666 + - uid: 9504 components: - type: Transform - pos: 5.5,37.5 + rot: 3.141592653589793 rad + pos: 18.56366,-61.410007 parent: 2 - - uid: 33485 + - uid: 9660 components: - type: Transform - pos: -0.5,46.5 + pos: -4.669932,29.12357 parent: 2 -- proto: RandomFoodSingle - entities: - - uid: 3243 + - uid: 9661 components: - type: Transform - pos: 48.5,5.5 + pos: -4.529307,29.12357 parent: 2 - - uid: 6056 + - uid: 9662 components: - type: Transform - pos: 6.5,-52.5 + pos: -4.373057,29.12357 parent: 2 - - uid: 7500 + - uid: 39862 components: - type: Transform - pos: 46.5,4.5 - parent: 2 - - uid: 8584 + pos: 24.814037,-6.4245224 + parent: 36907 +- proto: SynthesizerInstrument + entities: + - uid: 14105 components: - type: Transform - pos: -2.5,61.5 + pos: -16.413277,-66.33077 parent: 2 - - uid: 27222 +- proto: Syringe + entities: + - uid: 8928 components: + - type: MetaData + name: шприц (снотворное) - type: Transform - pos: 67.5,16.5 - parent: 2 - - uid: 31321 + parent: 8926 + - type: Tag + tags: + - Syringe + - type: SolutionContainerManager + solutions: + injector: + temperature: 293.15 + canMix: False + canReact: True + maxVol: 15 + name: null + reagents: + - data: null + ReagentId: ChloralHydrate + Quantity: 15 + - type: Physics + canCollide: False + - uid: 11597 components: + - type: MetaData + name: шприц (успокоительное) - type: Transform - pos: 7.5,-0.5 - parent: 30892 - - uid: 32873 + parent: 11264 + - type: Tag + tags: + - Syringe + - type: SolutionContainerManager + solutions: + injector: + temperature: 293.15 + canMix: False + canReact: True + maxVol: 15 + name: null + reagents: + - data: null + ReagentId: THC + Quantity: 7.5 + - data: null + ReagentId: Pax + Quantity: 7.5 + - type: Physics + canCollide: False + - uid: 11602 components: + - type: MetaData + name: шприц (успокоительное) - type: Transform - pos: -2.5,-7.5 - parent: 14592 - - uid: 32874 + parent: 11264 + - type: Tag + tags: + - Syringe + - type: SolutionContainerManager + solutions: + injector: + temperature: 293.15 + canMix: False + canReact: True + maxVol: 15 + name: null + reagents: + - data: null + ReagentId: THC + Quantity: 7.5 + - data: null + ReagentId: Pax + Quantity: 7.5 + - type: Physics + canCollide: False + - uid: 11603 components: + - type: MetaData + name: шприц (успокоительное) - type: Transform - pos: -1.5,-8.5 - parent: 14592 - - uid: 36329 + parent: 11264 + - type: Tag + tags: + - Syringe + - type: SolutionContainerManager + solutions: + injector: + temperature: 293.15 + canMix: False + canReact: True + maxVol: 15 + name: null + reagents: + - data: null + ReagentId: THC + Quantity: 7.5 + - data: null + ReagentId: Pax + Quantity: 7.5 + - type: Physics + canCollide: False + - uid: 14765 components: - type: Transform - pos: 40.5,-16.5 + pos: -12.431385,57.582584 parent: 2 -- proto: RandomInstruments - entities: - - uid: 8408 + - uid: 33180 components: - type: Transform - pos: 15.5,59.5 + pos: 30.415382,-26.31756 parent: 2 -- proto: RandomPainting - entities: - - uid: 31338 + - uid: 33181 components: - type: Transform - pos: -62.5,-20.5 + pos: 30.540382,-26.489435 parent: 2 - - uid: 31339 + - uid: 34015 components: - type: Transform - pos: -54.5,-25.5 - parent: 2 -- proto: RandomPosterAny - entities: - - uid: 2406 + parent: 34011 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 34017 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,-58.5 - parent: 2 - - uid: 10931 + parent: 34011 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 35585 components: - type: Transform - pos: 39.5,-52.5 + pos: 30.725319,-17.48629 parent: 2 - - uid: 10933 +- proto: SyringeAmbuzol + entities: + - uid: 34014 components: - type: Transform - pos: 29.5,-58.5 - parent: 2 - - uid: 10934 + parent: 34011 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 34241 components: - type: Transform - pos: 21.5,-62.5 + pos: -68.49817,-2.3859925 parent: 2 - - uid: 31476 +- proto: SyringeBicaridine + entities: + - uid: 6701 components: - type: Transform - rot: 3.141592653589793 rad - pos: 65.5,18.5 + rot: 1.5707963267948966 rad + pos: 18.67329,-23.368046 parent: 2 - - uid: 31477 + - uid: 6879 components: - type: Transform - rot: 3.141592653589793 rad - pos: 61.5,14.5 + pos: 22.256422,-14.389357 parent: 2 - - uid: 31510 + - uid: 10315 components: - type: Transform - pos: -58.5,-10.5 + pos: 22.405731,52.729248 parent: 2 - - uid: 31518 +- proto: SyringeDermaline + entities: + - uid: 6883 components: - type: Transform - pos: -64.5,-5.5 + pos: 22.428297,-14.389357 parent: 2 - - uid: 31809 + - uid: 10316 components: - type: Transform - pos: -33.5,-60.5 + pos: 22.561981,52.666748 parent: 2 - - uid: 31810 + - uid: 34012 components: - type: Transform - pos: -32.5,-50.5 - parent: 2 - - uid: 31811 + parent: 34011 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: SyringeEphedrine + entities: + - uid: 34016 components: - type: Transform - pos: -27.5,-52.5 - parent: 2 - - uid: 31812 + parent: 34011 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: SyringeInaprovaline + entities: + - uid: 6699 components: - type: Transform - pos: -34.5,-59.5 + pos: 19.69783,-28.419456 parent: 2 - - uid: 31813 + - uid: 6764 components: - type: Transform - pos: -32.5,-61.5 + pos: 19.51033,-28.388206 parent: 2 - - uid: 31814 + - uid: 10317 components: - type: Transform - pos: -34.5,-50.5 + pos: 22.718231,52.619873 parent: 2 - - uid: 31910 + - uid: 34013 components: - type: Transform - pos: -36.5,-13.5 - parent: 2 - - uid: 31912 + parent: 34011 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: SyringeIpecac + entities: + - uid: 6884 components: - type: Transform - pos: -21.5,7.5 + pos: 22.584547,-14.404982 parent: 2 - - uid: 31913 +- proto: SyringeTranexamicAcid + entities: + - uid: 6700 components: - type: Transform - pos: -19.5,-8.5 + rot: 1.5707963267948966 rad + pos: 18.416449,-23.40474 parent: 2 - - uid: 31957 + - uid: 6885 components: - type: Transform - pos: -25.5,61.5 + pos: 22.787672,-14.420607 parent: 2 - - uid: 31959 + - uid: 10318 components: - type: Transform - pos: -30.5,59.5 + pos: 22.890106,52.572998 parent: 2 - - uid: 36192 + - uid: 34018 components: - type: Transform - pos: 7.5,-6.5 + parent: 34011 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: Table + entities: + - uid: 55 + components: + - type: Transform + pos: -30.5,-7.5 parent: 2 - - uid: 36227 + - uid: 58 components: - type: Transform - pos: -19.5,-3.5 + pos: 40.5,-10.5 parent: 2 -- proto: RandomPosterContraband - entities: - - uid: 12521 + - uid: 1355 components: - type: Transform - pos: 54.5,-35.5 + pos: -51.5,-16.5 parent: 2 - - uid: 12522 + - uid: 1408 components: - type: Transform - pos: 64.5,-27.5 + pos: 48.5,-9.5 parent: 2 - - uid: 13039 + - uid: 1503 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 72.5,-17.5 + pos: -61.5,-30.5 parent: 2 - - uid: 24127 + - uid: 2789 components: - type: Transform - pos: 67.5,-14.5 + pos: 40.5,-11.5 parent: 2 - - uid: 31485 + - uid: 3271 components: - type: Transform rot: 3.141592653589793 rad - pos: 28.5,39.5 + pos: 40.5,-16.5 parent: 2 - - uid: 31507 + - uid: 3847 components: - type: Transform rot: 3.141592653589793 rad - pos: -38.5,-8.5 + pos: 29.5,40.5 parent: 2 - - uid: 31683 + - uid: 4898 components: - type: Transform - pos: -17.5,-64.5 + pos: -21.5,-21.5 parent: 2 - - uid: 31817 + - uid: 5019 components: - type: Transform - pos: -17.5,-65.5 + rot: 1.5707963267948966 rad + pos: -29.5,-14.5 parent: 2 - - uid: 31890 + - uid: 5020 components: - type: Transform - pos: 16.5,-30.5 + rot: 1.5707963267948966 rad + pos: -25.5,-18.5 parent: 2 -- proto: RandomPosterLegit - entities: - - uid: 2404 + - uid: 5021 components: - type: Transform - pos: 25.5,-55.5 + rot: 1.5707963267948966 rad + pos: -26.5,-18.5 parent: 2 - - uid: 5182 + - uid: 5034 components: - type: Transform - pos: 51.5,4.5 + rot: 3.141592653589793 rad + pos: -16.5,-27.5 parent: 2 - - uid: 5183 + - uid: 5035 components: - type: Transform - pos: 19.5,52.5 + rot: 3.141592653589793 rad + pos: -16.5,-28.5 parent: 2 - - uid: 5184 + - uid: 5036 components: - type: Transform - pos: 24.5,-44.5 + rot: 3.141592653589793 rad + pos: -17.5,-28.5 parent: 2 - - uid: 5605 + - uid: 5037 components: - type: Transform - pos: 32.5,37.5 + rot: 3.141592653589793 rad + pos: -18.5,-28.5 parent: 2 - - uid: 6908 + - uid: 5047 components: - type: Transform - pos: 51.5,51.5 + pos: -11.5,-22.5 parent: 2 - - uid: 8345 + - uid: 5048 components: - type: Transform - pos: -10.5,-69.5 + pos: -10.5,-22.5 parent: 2 - - uid: 8638 + - uid: 5049 components: - type: Transform - pos: 56.5,39.5 + pos: -10.5,-23.5 parent: 2 - - uid: 9771 + - uid: 5050 components: - type: Transform - pos: -14.5,-52.5 + pos: -10.5,-24.5 parent: 2 - - uid: 11908 + - uid: 5053 components: - type: Transform - pos: 35.5,-22.5 + pos: -13.5,-22.5 parent: 2 - - uid: 11909 + - uid: 5079 components: - type: Transform - pos: 25.5,-21.5 + pos: -32.5,-12.5 parent: 2 - - uid: 11910 + - uid: 5080 components: - type: Transform - pos: 35.5,-11.5 + pos: -31.5,-12.5 parent: 2 - - uid: 11911 + - uid: 5162 components: - type: Transform - pos: 35.5,-32.5 + pos: -31.5,-28.5 parent: 2 - - uid: 12694 + - uid: 5163 components: - type: Transform - pos: -48.5,34.5 + pos: -30.5,-28.5 parent: 2 - - uid: 12701 + - uid: 5164 components: - type: Transform - pos: -6.5,-56.5 + pos: -30.5,-29.5 parent: 2 - - uid: 24128 + - uid: 5166 components: - type: Transform - pos: 65.5,-8.5 + rot: 3.141592653589793 rad + pos: -35.5,-32.5 parent: 2 - - uid: 24683 + - uid: 5167 components: - type: Transform - pos: -5.5,50.5 + rot: 3.141592653589793 rad + pos: -35.5,-31.5 parent: 2 - - uid: 26004 + - uid: 5168 components: - type: Transform - pos: -24.5,43.5 + rot: 3.141592653589793 rad + pos: -34.5,-31.5 parent: 2 - - uid: 31468 + - uid: 5169 components: - type: Transform rot: 3.141592653589793 rad - pos: 43.5,-30.5 + pos: -33.5,-31.5 parent: 2 - - uid: 31469 + - uid: 5171 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,-21.5 + pos: -27.5,-33.5 parent: 2 - - uid: 31471 + - uid: 5174 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,-4.5 + pos: -26.5,-33.5 parent: 2 - - uid: 31473 + - uid: 5175 components: - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,7.5 + pos: -26.5,-32.5 parent: 2 - - uid: 31474 + - uid: 5232 components: - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,10.5 + pos: -24.5,-17.5 parent: 2 - - uid: 31475 + - uid: 5307 components: - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,14.5 + pos: -20.5,-44.5 parent: 2 - - uid: 31478 + - uid: 5308 components: - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,26.5 + pos: -20.5,-43.5 parent: 2 - - uid: 31479 + - uid: 5309 components: - type: Transform - rot: 3.141592653589793 rad - pos: 61.5,26.5 + pos: -19.5,-43.5 parent: 2 - - uid: 31480 + - uid: 5310 components: - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,25.5 + pos: -17.5,-45.5 parent: 2 - - uid: 31481 + - uid: 5311 components: - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,25.5 + pos: -14.5,-43.5 parent: 2 - - uid: 31482 + - uid: 5321 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,31.5 + pos: -31.5,-31.5 parent: 2 - - uid: 31484 + - uid: 5322 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,30.5 + pos: -30.5,-31.5 parent: 2 - - uid: 31486 + - uid: 5329 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,35.5 + pos: -43.5,-21.5 parent: 2 - - uid: 31487 + - uid: 5330 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,45.5 + pos: -43.5,-22.5 parent: 2 - - uid: 31489 + - uid: 5331 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,49.5 + pos: -42.5,-22.5 parent: 2 - - uid: 31490 + - uid: 5333 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,54.5 + pos: -40.5,-22.5 parent: 2 - - uid: 31492 + - uid: 5335 components: - type: Transform - pos: 4.5,-49.5 + pos: -40.5,-17.5 parent: 2 - - uid: 31493 + - uid: 5336 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,54.5 + pos: -39.5,-17.5 parent: 2 - - uid: 31494 + - uid: 5337 components: - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,45.5 + pos: -38.5,-17.5 parent: 2 - - uid: 31495 + - uid: 5338 components: - type: Transform - pos: 6.5,51.5 + pos: -38.5,-18.5 parent: 2 - - uid: 31496 + - uid: 5339 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,54.5 + pos: -42.5,-19.5 parent: 2 - - uid: 31497 + - uid: 5480 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,49.5 + pos: -42.5,-36.5 parent: 2 - - uid: 31499 + - uid: 5481 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,37.5 + pos: -43.5,-36.5 parent: 2 - - uid: 31500 + - uid: 5482 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,32.5 + pos: -36.5,-44.5 parent: 2 - - uid: 31502 + - uid: 5483 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,24.5 + pos: -36.5,-45.5 parent: 2 - - uid: 31503 + - uid: 5502 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,18.5 + pos: -37.5,-50.5 parent: 2 - - uid: 31504 + - uid: 5503 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,8.5 + pos: -36.5,-50.5 parent: 2 - - uid: 31505 + - uid: 5504 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,2.5 + pos: -36.5,-51.5 parent: 2 - - uid: 31506 + - uid: 5505 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,2.5 + pos: -40.5,-50.5 parent: 2 - - uid: 31508 + - uid: 5531 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,-5.5 + pos: -60.5,-30.5 parent: 2 - - uid: 31509 + - uid: 5532 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,-4.5 + pos: -61.5,-32.5 parent: 2 - - uid: 31511 + - uid: 5533 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,-22.5 + pos: -61.5,-33.5 parent: 2 - - uid: 31512 + - uid: 5534 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,-29.5 + pos: -60.5,-33.5 parent: 2 - - uid: 31513 + - uid: 5535 components: - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,-32.5 + pos: -59.5,-33.5 parent: 2 - - uid: 31515 + - uid: 5550 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-42.5 + rot: 1.5707963267948966 rad + pos: -40.5,-48.5 parent: 2 - - uid: 31516 + - uid: 5551 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-47.5 + rot: 1.5707963267948966 rad + pos: -40.5,-47.5 parent: 2 - - uid: 31517 + - uid: 5552 components: - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,-48.5 + rot: 1.5707963267948966 rad + pos: -40.5,-46.5 parent: 2 - - uid: 31519 + - uid: 5553 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-53.5 + rot: -1.5707963267948966 rad + pos: -49.5,-44.5 parent: 2 - - uid: 31521 + - uid: 5558 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-41.5 + rot: 1.5707963267948966 rad + pos: -39.5,-48.5 parent: 2 - - uid: 31816 + - uid: 5818 components: - type: Transform - pos: -14.5,-57.5 + rot: -1.5707963267948966 rad + pos: 31.5,28.5 parent: 2 - - uid: 31894 + - uid: 6187 components: - type: Transform - pos: 10.5,-28.5 + rot: 1.5707963267948966 rad + pos: -32.5,55.5 parent: 2 - - uid: 31895 + - uid: 6188 components: - type: Transform - pos: -9.5,-28.5 + rot: 1.5707963267948966 rad + pos: -31.5,55.5 parent: 2 - - uid: 31896 + - uid: 6197 components: - type: Transform - pos: 10.5,-30.5 + pos: -24.5,59.5 parent: 2 - - uid: 31897 + - uid: 6202 components: - type: Transform - pos: 10.5,-29.5 + rot: 1.5707963267948966 rad + pos: -32.5,56.5 parent: 2 - - uid: 31898 + - uid: 6316 components: - type: Transform - pos: -9.5,-29.5 + rot: -1.5707963267948966 rad + pos: 19.5,18.5 parent: 2 - - uid: 31902 + - uid: 6611 components: - type: Transform - pos: 18.5,-47.5 + rot: 3.141592653589793 rad + pos: 14.5,-22.5 parent: 2 - - uid: 31905 + - uid: 6612 components: - type: Transform - pos: 13.5,-40.5 + rot: 3.141592653589793 rad + pos: 15.5,-22.5 parent: 2 - - uid: 31906 + - uid: 6613 components: - type: Transform - pos: -9.5,-30.5 + rot: 3.141592653589793 rad + pos: 16.5,-22.5 parent: 2 - - uid: 31907 + - uid: 6614 components: - type: Transform - pos: -14.5,-21.5 + rot: 3.141592653589793 rad + pos: 16.5,-23.5 parent: 2 - - uid: 31908 + - uid: 6623 components: - type: Transform - pos: -12.5,-21.5 + rot: -1.5707963267948966 rad + pos: 16.5,-27.5 parent: 2 - - uid: 32071 + - uid: 6624 components: - type: Transform - pos: 43.5,-53.5 + rot: -1.5707963267948966 rad + pos: 15.5,-27.5 parent: 2 - - uid: 32072 + - uid: 6625 components: - type: Transform - pos: 49.5,-47.5 + rot: -1.5707963267948966 rad + pos: 14.5,-27.5 parent: 2 - - uid: 32210 + - uid: 6660 components: - type: Transform - pos: 56.5,42.5 + rot: 1.5707963267948966 rad + pos: 24.5,-23.5 parent: 2 - - uid: 32211 + - uid: 6665 components: - type: Transform - pos: 56.5,45.5 + rot: 1.5707963267948966 rad + pos: 22.5,-23.5 parent: 2 - - uid: 32217 + - uid: 6673 components: - type: Transform - pos: 56.5,48.5 + rot: 1.5707963267948966 rad + pos: 20.5,-23.5 parent: 2 - - uid: 32228 + - uid: 6674 components: - type: Transform - pos: 29.5,-55.5 + rot: 1.5707963267948966 rad + pos: 18.5,-23.5 parent: 2 - - uid: 34379 + - uid: 6684 components: - type: Transform - pos: 54.5,-10.5 + rot: 3.141592653589793 rad + pos: 19.5,-28.5 parent: 2 - - uid: 36225 + - uid: 6713 components: - type: Transform - pos: 20.5,-3.5 + rot: 1.5707963267948966 rad + pos: 32.5,-26.5 parent: 2 - - uid: 36226 + - uid: 6860 components: - type: Transform - pos: 42.5,-4.5 + rot: 3.141592653589793 rad + pos: 19.5,-12.5 parent: 2 - - uid: 36228 + - uid: 6863 components: - type: Transform - pos: -6.5,-6.5 + rot: 3.141592653589793 rad + pos: 19.5,-11.5 parent: 2 -- proto: RandomScienceCorpseSpawner - entities: - - uid: 30882 + - uid: 6865 components: - type: Transform - pos: -52.5,-21.5 + rot: 3.141592653589793 rad + pos: 20.5,-11.5 parent: 2 -- proto: RandomSnacks - entities: - - uid: 6384 + - uid: 6866 components: - type: Transform - pos: 72.5,0.5 + rot: 3.141592653589793 rad + pos: 21.5,-11.5 parent: 2 -- proto: RandomSoap - entities: - - uid: 13776 + - uid: 6867 components: - type: Transform - pos: -35.5,-5.5 + rot: 3.141592653589793 rad + pos: 21.5,-14.5 parent: 2 - - uid: 31337 + - uid: 6868 components: - type: Transform - pos: -58.5,-22.5 + rot: 3.141592653589793 rad + pos: 22.5,-14.5 parent: 2 -- proto: RandomSpawner - entities: - - uid: 8304 + - uid: 6869 components: - type: Transform - pos: 47.5,8.5 + rot: 3.141592653589793 rad + pos: 23.5,-14.5 parent: 2 - - uid: 8307 + - uid: 6898 components: - type: Transform - pos: 45.5,16.5 + pos: 24.5,-14.5 parent: 2 - - uid: 8370 + - uid: 6903 components: - type: Transform - pos: 16.5,27.5 + pos: 19.5,-14.5 parent: 2 - - uid: 8410 + - uid: 6998 components: - type: Transform - pos: 11.5,37.5 + rot: 1.5707963267948966 rad + pos: 41.5,-18.5 parent: 2 - - uid: 8424 + - uid: 7017 components: - type: Transform - pos: 0.5,62.5 + pos: 29.5,0.5 parent: 2 - - uid: 8426 + - uid: 7018 components: - type: Transform - pos: -16.5,57.5 + rot: 3.141592653589793 rad + pos: 27.5,-0.5 parent: 2 - - uid: 8427 + - uid: 7019 components: - type: Transform - pos: 4.5,56.5 + rot: 3.141592653589793 rad + pos: 27.5,0.5 parent: 2 - - uid: 8438 + - uid: 7020 components: - type: Transform - pos: 7.5,68.5 + rot: 3.141592653589793 rad + pos: 28.5,0.5 parent: 2 - - uid: 8597 + - uid: 7022 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,47.5 + rot: 3.141592653589793 rad + pos: 32.5,0.5 parent: 2 - - uid: 8598 + - uid: 7023 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,55.5 + rot: 3.141592653589793 rad + pos: 33.5,0.5 parent: 2 - - uid: 8599 + - uid: 7024 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,61.5 + rot: 3.141592653589793 rad + pos: 34.5,0.5 parent: 2 - - uid: 8600 + - uid: 7025 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,63.5 + rot: 3.141592653589793 rad + pos: 34.5,-0.5 parent: 2 - - uid: 8601 + - uid: 7064 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,58.5 + pos: 29.5,3.5 parent: 2 - - uid: 8602 + - uid: 7066 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,64.5 + pos: 32.5,2.5 parent: 2 - - uid: 9067 + - uid: 7067 components: - type: Transform - pos: 30.5,-0.5 + pos: 32.5,3.5 parent: 2 - - uid: 9709 + - uid: 7068 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-50.5 + pos: 29.5,2.5 parent: 2 - - uid: 11121 + - uid: 7069 components: - type: Transform - pos: 15.5,-61.5 + pos: 29.5,5.5 parent: 2 - - uid: 11122 + - uid: 7075 components: - type: Transform - pos: 22.5,-63.5 + pos: 32.5,6.5 parent: 2 - - uid: 11123 + - uid: 7076 components: - type: Transform - pos: 29.5,-59.5 + pos: 32.5,5.5 parent: 2 - - uid: 11124 + - uid: 7081 components: - type: Transform - pos: 41.5,-54.5 + pos: 29.5,6.5 parent: 2 - - uid: 12341 + - uid: 7095 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,17.5 + rot: -1.5707963267948966 rad + pos: 47.5,-34.5 parent: 2 - - uid: 12342 + - uid: 7096 components: - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,23.5 + rot: -1.5707963267948966 rad + pos: 48.5,-34.5 parent: 2 - - uid: 12343 + - uid: 7097 components: - type: Transform rot: -1.5707963267948966 rad - pos: 31.5,17.5 + pos: 49.5,-34.5 parent: 2 - - uid: 12344 + - uid: 7098 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,18.5 + rot: -1.5707963267948966 rad + pos: 49.5,-35.5 parent: 2 - - uid: 12345 + - uid: 7316 components: - type: Transform - pos: 39.5,47.5 + rot: -1.5707963267948966 rad + pos: -38.5,26.5 parent: 2 - - uid: 12346 + - uid: 7317 components: - type: Transform rot: -1.5707963267948966 rad - pos: 33.5,25.5 + pos: -40.5,26.5 parent: 2 - - uid: 12348 + - uid: 7318 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,34.5 + rot: -1.5707963267948966 rad + pos: -39.5,26.5 parent: 2 - - uid: 12349 + - uid: 7319 components: - type: Transform rot: -1.5707963267948966 rad - pos: 40.5,23.5 + pos: -41.5,26.5 parent: 2 - - uid: 12350 + - uid: 7320 components: - type: Transform rot: -1.5707963267948966 rad - pos: 29.5,50.5 + pos: -41.5,25.5 parent: 2 - - uid: 12351 + - uid: 7998 components: - type: Transform rot: -1.5707963267948966 rad - pos: 22.5,32.5 + pos: -40.5,23.5 parent: 2 - - uid: 12352 + - uid: 7999 components: - type: Transform - pos: 25.5,38.5 + rot: -1.5707963267948966 rad + pos: -40.5,22.5 parent: 2 - - uid: 12354 + - uid: 8115 components: - type: Transform rot: -1.5707963267948966 rad - pos: 14.5,70.5 + pos: -15.5,18.5 parent: 2 - - uid: 12355 + - uid: 8116 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,28.5 + rot: -1.5707963267948966 rad + pos: -15.5,17.5 parent: 2 - - uid: 12356 + - uid: 8242 components: - type: Transform - pos: 37.5,34.5 + rot: 3.141592653589793 rad + pos: -10.5,56.5 parent: 2 - - uid: 12357 + - uid: 8243 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,62.5 + rot: 3.141592653589793 rad + pos: -8.5,59.5 parent: 2 - - uid: 12358 + - uid: 8245 components: - type: Transform - pos: 22.5,54.5 + rot: 3.141592653589793 rad + pos: -8.5,61.5 parent: 2 - - uid: 12360 + - uid: 8267 components: - type: Transform - pos: 52.5,40.5 + pos: 40.5,-9.5 parent: 2 - - uid: 12365 + - uid: 8297 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,22.5 + rot: 3.141592653589793 rad + pos: 45.5,-16.5 parent: 2 - - uid: 12366 + - uid: 8404 components: - type: Transform - pos: 64.5,17.5 + rot: 3.141592653589793 rad + pos: 72.5,0.5 parent: 2 - - uid: 12367 + - uid: 8425 + components: + - type: Transform + pos: -63.5,7.5 + parent: 2 + - uid: 8428 + components: + - type: Transform + pos: -63.5,14.5 + parent: 2 + - uid: 8563 components: - type: Transform rot: -1.5707963267948966 rad - pos: 55.5,16.5 + pos: -34.5,55.5 parent: 2 - - uid: 12385 + - uid: 8567 components: - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,-8.5 + rot: 1.5707963267948966 rad + pos: -36.5,53.5 parent: 2 - - uid: 12388 + - uid: 8817 components: - type: Transform - rot: 3.141592653589793 rad - pos: 65.5,-25.5 + pos: -66.5,11.5 parent: 2 - - uid: 12390 + - uid: 8828 components: - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,-26.5 + rot: -1.5707963267948966 rad + pos: 36.5,4.5 parent: 2 - - uid: 12391 + - uid: 8847 components: - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,-35.5 + rot: -1.5707963267948966 rad + pos: 37.5,4.5 parent: 2 - - uid: 12392 + - uid: 8887 components: - type: Transform rot: 3.141592653589793 rad - pos: 53.5,-43.5 + pos: 44.5,-16.5 parent: 2 - - uid: 12868 + - uid: 8967 components: - type: Transform - pos: 29.5,14.5 + pos: -26.5,64.5 parent: 2 - - uid: 12880 + - uid: 9460 components: - type: Transform - pos: 12.5,25.5 + pos: 29.5,-3.5 parent: 2 - - uid: 13028 + - uid: 9533 components: - type: Transform - pos: 12.5,40.5 + pos: -33.5,9.5 parent: 2 - - uid: 13029 + - uid: 9534 components: - type: Transform - pos: 14.5,35.5 + pos: -32.5,9.5 parent: 2 - - uid: 13030 + - uid: 9535 components: - type: Transform - pos: 19.5,30.5 + pos: -31.5,9.5 parent: 2 - - uid: 13031 + - uid: 9536 components: - type: Transform - pos: 40.5,7.5 + pos: -30.5,9.5 parent: 2 - - uid: 13032 + - uid: 9537 components: - type: Transform - pos: 16.5,18.5 + pos: -29.5,9.5 parent: 2 - - uid: 13033 + - uid: 9538 components: - type: Transform - pos: 20.5,14.5 + pos: -28.5,9.5 parent: 2 - - uid: 13034 + - uid: 9539 components: - type: Transform - pos: 34.5,10.5 + pos: -33.5,8.5 parent: 2 - - uid: 13035 + - uid: 9540 components: - type: Transform - pos: 42.5,15.5 + pos: -31.5,7.5 parent: 2 - - uid: 13036 + - uid: 9541 components: - type: Transform - pos: 47.5,14.5 + pos: -30.5,7.5 parent: 2 - - uid: 13101 + - uid: 9576 components: - type: Transform - pos: 67.5,12.5 + pos: 45.5,40.5 parent: 2 - - uid: 13142 + - uid: 9578 components: - type: Transform - pos: 30.5,11.5 + pos: 44.5,40.5 parent: 2 - - uid: 13143 + - uid: 9579 components: - type: Transform - pos: 29.5,8.5 + pos: 44.5,44.5 parent: 2 - - uid: 13144 + - uid: 9580 components: - type: Transform - pos: 25.5,12.5 + pos: 45.5,44.5 parent: 2 - - uid: 13145 + - uid: 9688 components: - type: Transform - pos: 15.5,23.5 + pos: 53.5,29.5 parent: 2 - - uid: 13146 + - uid: 9689 components: - type: Transform - pos: 12.5,28.5 + pos: 53.5,28.5 parent: 2 - - uid: 13147 + - uid: 9824 components: - type: Transform - pos: 16.5,32.5 + rot: 1.5707963267948966 rad + pos: 19.5,71.5 parent: 2 - - uid: 13179 + - uid: 9854 components: - type: Transform - pos: 37.5,14.5 + rot: -1.5707963267948966 rad + pos: 15.5,71.5 parent: 2 - - uid: 13193 + - uid: 9855 components: - type: Transform - pos: 44.5,11.5 + rot: -1.5707963267948966 rad + pos: 14.5,71.5 parent: 2 - - uid: 13478 + - uid: 9856 components: - type: Transform rot: -1.5707963267948966 rad - pos: -35.5,57.5 + pos: 13.5,71.5 parent: 2 - - uid: 13480 + - uid: 9857 components: - type: Transform rot: -1.5707963267948966 rad - pos: -38.5,42.5 + pos: 12.5,71.5 parent: 2 - - uid: 13481 + - uid: 9898 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,47.5 + pos: 22.5,43.5 parent: 2 - - uid: 13482 + - uid: 9904 components: - type: Transform rot: -1.5707963267948966 rad - pos: -41.5,53.5 + pos: 20.5,70.5 parent: 2 - - uid: 13483 + - uid: 9905 components: - type: Transform rot: -1.5707963267948966 rad - pos: -39.5,54.5 + pos: 19.5,70.5 parent: 2 - - uid: 13484 + - uid: 9906 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,59.5 + rot: 1.5707963267948966 rad + pos: 20.5,71.5 parent: 2 - - uid: 13593 + - uid: 9984 components: - type: Transform - pos: -20.5,-17.5 + rot: 3.141592653589793 rad + pos: -23.5,-55.5 parent: 2 - - uid: 13597 + - uid: 9989 components: - type: Transform - pos: 8.5,-84.5 + rot: 3.141592653589793 rad + pos: -22.5,-55.5 parent: 2 - - uid: 13674 + - uid: 10012 components: - type: Transform - pos: -26.5,-16.5 + pos: 39.5,54.5 parent: 2 - - uid: 13678 + - uid: 10013 components: - type: Transform - pos: -22.5,-33.5 + rot: 3.141592653589793 rad + pos: 30.5,40.5 parent: 2 - - uid: 13710 + - uid: 10133 components: - type: Transform - pos: -34.5,-22.5 + pos: 38.5,54.5 parent: 2 - - uid: 13711 + - uid: 10246 components: - type: Transform - pos: -31.5,-26.5 + pos: 43.5,40.5 parent: 2 - - uid: 13714 + - uid: 10266 components: - type: Transform - pos: -24.5,-29.5 + pos: 38.5,59.5 parent: 2 - - uid: 13715 + - uid: 10269 components: - type: Transform - pos: -30.5,-11.5 + pos: 37.5,59.5 parent: 2 - - uid: 13716 + - uid: 10295 components: - type: Transform - pos: -38.5,-27.5 + pos: 21.5,52.5 parent: 2 - - uid: 13717 + - uid: 10296 components: - type: Transform - pos: -18.5,-22.5 + pos: 22.5,52.5 parent: 2 - - uid: 13740 + - uid: 10327 components: - type: Transform - pos: -26.5,-58.5 + pos: 23.5,51.5 parent: 2 - - uid: 13741 + - uid: 10328 components: - type: Transform - pos: -28.5,-53.5 + pos: 24.5,51.5 parent: 2 - - uid: 13742 + - uid: 10332 components: - type: Transform - pos: -32.5,-56.5 + pos: 20.5,54.5 parent: 2 - - uid: 13743 + - uid: 10372 components: - type: Transform - pos: -9.5,-75.5 + pos: -22.5,-28.5 parent: 2 - - uid: 13744 + - uid: 10374 components: - type: Transform - pos: 2.5,-62.5 + pos: -22.5,-27.5 parent: 2 - - uid: 13999 + - uid: 10375 components: - type: Transform - pos: -34.5,-45.5 + pos: -22.5,-26.5 parent: 2 - - uid: 14164 + - uid: 10376 components: - type: Transform - pos: -7.5,-6.5 - parent: 14592 - - uid: 14174 + pos: -21.5,-26.5 + parent: 2 + - uid: 10404 components: - type: Transform - pos: -5.5,-5.5 - parent: 14592 - - uid: 14181 + pos: 6.5,-52.5 + parent: 2 + - uid: 10437 components: - type: Transform - pos: -29.5,1.5 + rot: -1.5707963267948966 rad + pos: -32.5,12.5 parent: 2 - - uid: 14189 + - uid: 10443 components: - type: Transform - pos: -36.5,3.5 + rot: 3.141592653589793 rad + pos: -5.5,-54.5 parent: 2 - - uid: 14308 + - uid: 10451 components: - type: Transform - pos: 9.5,-76.5 + pos: -26.5,22.5 parent: 2 - - uid: 14318 + - uid: 10452 components: - type: Transform - pos: -40.5,-19.5 + pos: -25.5,22.5 parent: 2 - - uid: 14319 + - uid: 10453 components: - type: Transform - pos: -43.5,-11.5 + pos: -24.5,22.5 parent: 2 - - uid: 14320 + - uid: 10454 components: - type: Transform - pos: -32.5,-32.5 + pos: -23.5,22.5 parent: 2 - - uid: 14321 + - uid: 10455 components: - type: Transform - pos: -29.5,-41.5 + pos: -23.5,23.5 parent: 2 - - uid: 14322 + - uid: 10456 components: - type: Transform - pos: -37.5,-37.5 + pos: -31.5,20.5 parent: 2 - - uid: 14323 + - uid: 10573 components: - type: Transform - pos: -24.5,-37.5 + rot: -1.5707963267948966 rad + pos: 66.5,5.5 parent: 2 - - uid: 14324 + - uid: 10574 components: - type: Transform - pos: -17.5,-34.5 + rot: -1.5707963267948966 rad + pos: 67.5,5.5 parent: 2 - - uid: 14325 + - uid: 10575 components: - type: Transform - pos: 1.5,-30.5 + rot: -1.5707963267948966 rad + pos: 68.5,5.5 parent: 2 - - uid: 14326 + - uid: 10614 components: - type: Transform - pos: -5.5,-28.5 + rot: 3.141592653589793 rad + pos: 62.5,-5.5 parent: 2 - - uid: 14327 + - uid: 10977 components: - type: Transform - pos: -3.5,-43.5 + rot: 3.141592653589793 rad + pos: 58.5,-32.5 parent: 2 - - uid: 14328 + - uid: 10978 components: - type: Transform - pos: 0.5,-34.5 + rot: 3.141592653589793 rad + pos: 58.5,-33.5 parent: 2 - - uid: 14329 + - uid: 10979 components: - type: Transform - pos: -0.5,-41.5 + rot: 3.141592653589793 rad + pos: 58.5,-34.5 parent: 2 - - uid: 14330 + - uid: 10981 components: - type: Transform - pos: 1.5,-53.5 + rot: 3.141592653589793 rad + pos: 60.5,-34.5 parent: 2 - - uid: 14331 + - uid: 10982 components: - type: Transform - pos: -0.5,-57.5 + rot: 3.141592653589793 rad + pos: 59.5,-28.5 parent: 2 - - uid: 14332 + - uid: 10983 components: - type: Transform - pos: 19.5,-55.5 + rot: 3.141592653589793 rad + pos: 60.5,-28.5 parent: 2 - - uid: 14333 + - uid: 10984 components: - type: Transform - pos: 24.5,-51.5 + rot: 3.141592653589793 rad + pos: 60.5,-29.5 parent: 2 - - uid: 14334 + - uid: 11126 components: - type: Transform - pos: 37.5,-50.5 + pos: 42.5,12.5 parent: 2 - - uid: 14335 + - uid: 11154 components: - type: Transform - pos: 48.5,-49.5 + rot: -1.5707963267948966 rad + pos: 36.5,2.5 parent: 2 - - uid: 14339 + - uid: 11229 components: - type: Transform - pos: 63.5,-7.5 + pos: -10.5,57.5 parent: 2 - - uid: 14340 + - uid: 11287 components: - type: Transform - pos: 58.5,-4.5 + rot: -1.5707963267948966 rad + pos: 52.5,-38.5 parent: 2 - - uid: 14341 + - uid: 11288 components: - type: Transform - pos: 66.5,7.5 + rot: -1.5707963267948966 rad + pos: 51.5,-37.5 parent: 2 - - uid: 14529 + - uid: 11289 components: - type: Transform - pos: -30.5,-48.5 + rot: -1.5707963267948966 rad + pos: 51.5,-36.5 parent: 2 - - uid: 14535 + - uid: 11336 components: - type: Transform - pos: -13.5,-59.5 + pos: -6.5,23.5 parent: 2 - - uid: 14537 + - uid: 11370 components: - type: Transform - pos: -12.5,-63.5 + rot: 1.5707963267948966 rad + pos: 50.5,-39.5 parent: 2 - - uid: 14865 + - uid: 11371 components: - type: Transform - pos: -3.5,-1.5 - parent: 14592 - - uid: 14874 + rot: 1.5707963267948966 rad + pos: 49.5,-39.5 + parent: 2 + - uid: 11385 components: - type: Transform - pos: 1.5,-0.5 - parent: 14592 - - uid: 14875 + pos: 49.5,-41.5 + parent: 2 + - uid: 11403 components: - type: Transform - pos: 7.5,-4.5 - parent: 14592 - - uid: 18631 + pos: 57.5,-25.5 + parent: 2 + - uid: 11499 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,35.5 + pos: -34.5,48.5 parent: 2 - - uid: 18722 + - uid: 12216 components: - type: Transform rot: 1.5707963267948966 rad - pos: 63.5,12.5 + pos: 26.5,-23.5 parent: 2 - - uid: 18818 + - uid: 12217 components: - type: Transform rot: 1.5707963267948966 rad - pos: 56.5,-10.5 + pos: 26.5,-22.5 parent: 2 - - uid: 19028 + - uid: 12218 components: - type: Transform rot: 1.5707963267948966 rad - pos: 12.5,-66.5 + pos: 26.5,-21.5 parent: 2 - - uid: 19107 + - uid: 12219 components: - type: Transform rot: 1.5707963267948966 rad - pos: -13.5,-55.5 + pos: 26.5,-20.5 parent: 2 - - uid: 19189 + - uid: 12267 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-34.5 + rot: -1.5707963267948966 rad + pos: 36.5,3.5 parent: 2 - - uid: 19254 + - uid: 12277 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,30.5 + pos: 30.5,-28.5 parent: 2 - - uid: 19291 + - uid: 12278 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,20.5 + pos: 34.5,-28.5 parent: 2 - - uid: 24247 + - uid: 12314 components: - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-19.5 + pos: -53.5,15.5 parent: 2 - - uid: 26532 + - uid: 12393 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-20.5 + pos: 40.5,-18.5 parent: 2 - - uid: 32849 + - uid: 12705 components: - type: Transform - pos: -14.5,44.5 + pos: 30.5,-16.5 parent: 2 - - uid: 33370 + - uid: 12706 components: - type: Transform - pos: 27.5,-30.5 + pos: 30.5,-17.5 parent: 2 - - uid: 33371 + - uid: 12716 components: - type: Transform - pos: 36.5,-21.5 + pos: 65.5,-33.5 parent: 2 - - uid: 33374 + - uid: 12725 components: - type: Transform - pos: 53.5,0.5 + pos: 34.5,-13.5 parent: 2 - - uid: 33375 + - uid: 12726 components: - type: Transform - pos: 53.5,13.5 + pos: 34.5,-12.5 parent: 2 - - uid: 33377 + - uid: 12727 components: - type: Transform - pos: 33.5,31.5 + pos: 34.5,-11.5 parent: 2 - - uid: 33378 + - uid: 12729 components: - type: Transform - pos: 23.5,47.5 + pos: 33.5,-13.5 parent: 2 - - uid: 33379 + - uid: 12799 components: - type: Transform - pos: 1.5,52.5 + pos: -63.5,8.5 parent: 2 - - uid: 33380 + - uid: 12953 components: - type: Transform - pos: -0.5,60.5 + rot: -1.5707963267948966 rad + pos: 20.5,18.5 parent: 2 - - uid: 33381 + - uid: 12992 components: - type: Transform - pos: 1.5,38.5 + rot: 1.5707963267948966 rad + pos: 22.5,36.5 parent: 2 - - uid: 33382 + - uid: 13053 components: - type: Transform - pos: 7.5,35.5 + pos: 4.5,-6.5 parent: 2 - - uid: 33383 + - uid: 13085 components: - type: Transform - pos: -3.5,44.5 + pos: -3.5,-6.5 parent: 2 - - uid: 33384 + - uid: 13242 components: - type: Transform - pos: -13.5,50.5 + pos: 19.5,28.5 parent: 2 - - uid: 33385 + - uid: 13250 components: - type: Transform - pos: -24.5,49.5 + pos: 14.5,14.5 parent: 2 - - uid: 33386 + - uid: 13360 components: - type: Transform - pos: -24.5,46.5 + pos: -63.5,15.5 parent: 2 - - uid: 33392 + - uid: 13372 components: - type: Transform - pos: -22.5,29.5 + pos: -8.5,62.5 parent: 2 - - uid: 33393 + - uid: 13392 components: - type: Transform - pos: -32.5,30.5 + pos: -8.5,64.5 parent: 2 - - uid: 33394 + - uid: 13393 components: - type: Transform - pos: -18.5,21.5 + pos: -6.5,64.5 parent: 2 - - uid: 33395 + - uid: 13394 components: - type: Transform - pos: -30.5,18.5 + pos: -9.5,64.5 parent: 2 - - uid: 33396 + - uid: 13397 components: - type: Transform - pos: -38.5,22.5 + pos: -9.5,56.5 parent: 2 - - uid: 33397 + - uid: 13398 components: - type: Transform - pos: -43.5,29.5 + pos: -8.5,56.5 parent: 2 - - uid: 33398 + - uid: 13399 components: - type: Transform - pos: -37.5,33.5 + pos: -7.5,56.5 parent: 2 - - uid: 33402 + - uid: 13423 components: - type: Transform - pos: -47.5,36.5 + rot: 1.5707963267948966 rad + pos: -58.5,15.5 parent: 2 - - uid: 33403 + - uid: 13424 components: - type: Transform - pos: -42.5,44.5 + rot: 1.5707963267948966 rad + pos: -58.5,14.5 parent: 2 - - uid: 33404 + - uid: 13432 components: - type: Transform - pos: -52.5,27.5 + pos: -8.5,58.5 parent: 2 - - uid: 33405 + - uid: 13456 components: - type: Transform - pos: -47.5,21.5 + pos: -53.5,-40.5 parent: 2 - - uid: 33406 + - uid: 13489 components: - type: Transform - pos: -51.5,13.5 + pos: -53.5,-39.5 parent: 2 - - uid: 33407 + - uid: 13490 components: - type: Transform - pos: -51.5,4.5 + pos: -53.5,-38.5 parent: 2 - - uid: 33408 + - uid: 13505 components: - type: Transform - pos: -48.5,-0.5 + rot: 1.5707963267948966 rad + pos: -33.5,46.5 parent: 2 - - uid: 33409 + - uid: 13583 components: - type: Transform - pos: -33.5,2.5 + pos: -9.5,-68.5 parent: 2 - - uid: 33410 + - uid: 13706 components: - type: Transform - pos: -53.5,-6.5 + rot: 1.5707963267948966 rad + pos: -27.5,-24.5 parent: 2 - - uid: 33411 + - uid: 14151 components: - type: Transform - pos: -45.5,-5.5 + rot: -1.5707963267948966 rad + pos: -7.5,20.5 parent: 2 - - uid: 33412 + - uid: 14152 components: - type: Transform - pos: -36.5,-7.5 + rot: -1.5707963267948966 rad + pos: -34.5,3.5 parent: 2 - - uid: 33413 + - uid: 14220 components: - type: Transform - pos: -51.5,-13.5 + pos: -43.5,1.5 parent: 2 - - uid: 33414 + - uid: 14245 components: - type: Transform - pos: -45.5,-24.5 + rot: -1.5707963267948966 rad + pos: -53.5,-52.5 parent: 2 - - uid: 33415 + - uid: 14593 components: - type: Transform - pos: -41.5,-31.5 + rot: 1.5707963267948966 rad + pos: 47.5,-37.5 parent: 2 - - uid: 33416 + - uid: 14816 components: - type: Transform - pos: -38.5,-35.5 - parent: 2 - - uid: 33417 + rot: -1.5707963267948966 rad + pos: 2.5,-4.5 + parent: 14592 + - uid: 14824 components: - type: Transform - pos: -43.5,-41.5 - parent: 2 - - uid: 33418 + rot: -1.5707963267948966 rad + pos: 2.5,-5.5 + parent: 14592 + - uid: 14832 components: - type: Transform - pos: -51.5,-44.5 - parent: 2 - - uid: 33419 + pos: -0.5,2.5 + parent: 14592 + - uid: 14833 components: - type: Transform - pos: -51.5,-34.5 - parent: 2 - - uid: 33420 + pos: -0.5,1.5 + parent: 14592 + - uid: 15324 components: - type: Transform - pos: -39.5,-47.5 + rot: 3.141592653589793 rad + pos: 47.5,-15.5 parent: 2 - - uid: 33421 + - uid: 15709 components: - type: Transform - pos: -27.5,-46.5 - parent: 2 - - uid: 33422 + rot: -1.5707963267948966 rad + pos: 7.5,-1.5 + parent: 14592 + - uid: 15710 components: - type: Transform - pos: -18.5,-48.5 - parent: 2 - - uid: 33423 + rot: -1.5707963267948966 rad + pos: 8.5,-1.5 + parent: 14592 + - uid: 15718 components: - type: Transform - pos: -11.5,-42.5 - parent: 2 - - uid: 33424 + rot: -1.5707963267948966 rad + pos: 2.5,-6.5 + parent: 14592 + - uid: 15754 components: - type: Transform - pos: -11.5,-37.5 - parent: 2 - - uid: 33425 + rot: -1.5707963267948966 rad + pos: -7.5,2.5 + parent: 14592 + - uid: 15755 components: - type: Transform - pos: -11.5,-35.5 - parent: 2 - - uid: 33426 + rot: -1.5707963267948966 rad + pos: -7.5,1.5 + parent: 14592 + - uid: 18671 components: - type: Transform - pos: -2.5,-38.5 + rot: 1.5707963267948966 rad + pos: 62.5,12.5 parent: 2 - - uid: 33427 + - uid: 18968 components: - type: Transform - pos: -5.5,-30.5 + rot: 1.5707963267948966 rad + pos: 12.5,-67.5 parent: 2 - - uid: 33428 + - uid: 19285 components: - type: Transform - pos: 6.5,-28.5 + rot: 3.141592653589793 rad + pos: -44.5,20.5 parent: 2 - - uid: 33430 + - uid: 26662 components: - type: Transform - pos: 0.5,-44.5 + rot: -1.5707963267948966 rad + pos: -62.5,0.5 parent: 2 - - uid: 33431 + - uid: 26665 components: - type: Transform - pos: 5.5,-45.5 + rot: -1.5707963267948966 rad + pos: -62.5,1.5 parent: 2 - - uid: 33432 + - uid: 26682 components: - type: Transform - pos: 27.5,-43.5 + pos: 8.5,51.5 parent: 2 - - uid: 33433 + - uid: 26729 components: - type: Transform - pos: 14.5,-50.5 + rot: -1.5707963267948966 rad + pos: -62.5,3.5 parent: 2 - - uid: 33434 + - uid: 26747 components: - type: Transform - pos: 21.5,-43.5 + rot: -1.5707963267948966 rad + pos: -62.5,2.5 parent: 2 - - uid: 33435 + - uid: 26826 components: - type: Transform - pos: 33.5,-39.5 + pos: 50.5,13.5 parent: 2 - - uid: 33436 + - uid: 27070 components: - type: Transform - pos: 29.5,-36.5 + pos: 29.5,59.5 parent: 2 - - uid: 33437 + - uid: 27071 components: - type: Transform - pos: 41.5,-34.5 + pos: 30.5,59.5 parent: 2 - - uid: 33438 + - uid: 27072 components: - type: Transform - pos: 46.5,-35.5 + pos: 30.5,58.5 parent: 2 - - uid: 33439 + - uid: 27073 components: - type: Transform - pos: 47.5,-22.5 + pos: 30.5,57.5 parent: 2 - - uid: 33440 + - uid: 27074 components: - type: Transform - pos: 53.5,-15.5 + pos: 30.5,56.5 parent: 2 - - uid: 33441 + - uid: 27083 components: - type: Transform - pos: 60.5,-13.5 + pos: 30.5,52.5 parent: 2 - - uid: 33442 + - uid: 27084 components: - type: Transform - pos: 69.5,2.5 + pos: 31.5,52.5 parent: 2 - - uid: 33443 + - uid: 27085 components: - type: Transform - pos: 64.5,6.5 + pos: 32.5,52.5 parent: 2 - - uid: 33444 + - uid: 27086 components: - type: Transform - pos: 59.5,6.5 + pos: 33.5,52.5 parent: 2 - - uid: 33445 + - uid: 27220 components: - type: Transform - pos: 48.5,38.5 + rot: 3.141592653589793 rad + pos: 67.5,16.5 parent: 2 - - uid: 33446 + - uid: 27253 components: - type: Transform - pos: 13.5,46.5 + pos: 29.5,20.5 parent: 2 - - uid: 33447 + - uid: 27254 components: - type: Transform - pos: 1.5,45.5 + pos: 29.5,21.5 parent: 2 - - uid: 34607 + - uid: 27255 components: - type: Transform - pos: 9.5,6.5 - parent: 30892 - - uid: 34645 + pos: 29.5,22.5 + parent: 2 + - uid: 27256 components: - type: Transform - pos: 11.5,4.5 - parent: 30892 - - uid: 34657 + pos: 29.5,23.5 + parent: 2 + - uid: 27495 components: - type: Transform - pos: 3.5,4.5 - parent: 30892 - - uid: 34661 + pos: -56.5,25.5 + parent: 2 + - uid: 27496 components: - type: Transform - pos: 7.5,4.5 - parent: 30892 - - uid: 34663 + pos: -56.5,26.5 + parent: 2 + - uid: 27497 components: - type: Transform - pos: 3.5,7.5 - parent: 30892 - - uid: 34664 + pos: -56.5,27.5 + parent: 2 + - uid: 27507 components: - type: Transform - pos: 7.5,1.5 - parent: 30892 - - uid: 34665 + rot: 3.141592653589793 rad + pos: -50.5,37.5 + parent: 2 + - uid: 27562 components: - type: Transform - pos: 1.5,2.5 - parent: 30892 - - uid: 35056 + rot: -1.5707963267948966 rad + pos: 31.5,29.5 + parent: 2 + - uid: 27565 components: - type: Transform - pos: 69.5,29.5 + rot: -1.5707963267948966 rad + pos: 33.5,28.5 parent: 2 - - uid: 35587 + - uid: 27566 components: - type: Transform - pos: 33.5,-16.5 + rot: -1.5707963267948966 rad + pos: 32.5,28.5 parent: 2 - - uid: 35588 + - uid: 30885 components: - type: Transform - pos: 28.5,-10.5 + rot: -1.5707963267948966 rad + pos: 0.5,-7.5 parent: 2 - - uid: 35589 + - uid: 31118 components: - type: Transform - pos: 28.5,-14.5 + pos: -11.5,45.5 parent: 2 - - uid: 35590 + - uid: 31631 components: - type: Transform - pos: 37.5,-11.5 + rot: -1.5707963267948966 rad + pos: -17.5,69.5 parent: 2 - - uid: 35591 + - uid: 33179 components: - type: Transform - pos: 43.5,-15.5 + rot: 1.5707963267948966 rad + pos: 30.5,-26.5 parent: 2 - - uid: 35592 + - uid: 33462 components: - type: Transform - pos: 46.5,-10.5 + rot: 1.5707963267948966 rad + pos: -6.5,51.5 parent: 2 - - uid: 36318 + - uid: 33484 components: - type: Transform - pos: 25.5,-1.5 + pos: -0.5,46.5 parent: 2 - - uid: 36319 + - uid: 33493 components: - type: Transform - pos: 10.5,18.5 + pos: -2.5,-53.5 parent: 2 - - uid: 36320 + - uid: 33929 components: - type: Transform - pos: 12.5,15.5 + pos: -54.5,-21.5 parent: 2 - - uid: 36321 + - uid: 33930 components: - type: Transform - pos: 19.5,11.5 + pos: -54.5,-20.5 parent: 2 - - uid: 36322 + - uid: 33931 components: - type: Transform - pos: 25.5,-2.5 + pos: -56.5,-19.5 parent: 2 - - uid: 36324 + - uid: 33932 components: - type: Transform - pos: 24.5,-2.5 + pos: -56.5,-21.5 parent: 2 - - uid: 36325 + - uid: 33945 components: - type: Transform - pos: 19.5,-7.5 + pos: -62.5,-4.5 parent: 2 - - uid: 36326 + - uid: 33946 components: - type: Transform - pos: 0.5,-9.5 + pos: -63.5,-4.5 parent: 2 - - uid: 36327 + - uid: 33947 components: - type: Transform - pos: -16.5,-9.5 + pos: -61.5,-3.5 parent: 2 - - uid: 36333 + - uid: 33948 components: - type: Transform - pos: -39.5,1.5 + pos: -68.5,-2.5 parent: 2 - - uid: 36426 + - uid: 33949 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-21.5 + pos: -68.5,-4.5 parent: 2 - - uid: 36427 + - uid: 33950 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-21.5 + pos: -67.5,-4.5 parent: 2 - - uid: 36428 + - uid: 33951 components: - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,-22.5 + pos: -61.5,-2.5 parent: 2 - - uid: 36855 + - uid: 34151 components: - type: Transform - pos: 52.5,8.5 + pos: -89.5,66.5 parent: 2 - - uid: 36876 + - uid: 34152 components: - type: Transform - pos: 14.5,-4.5 + pos: -89.5,67.5 parent: 2 - - uid: 36881 + - uid: 34225 components: - type: Transform - pos: -17.5,-5.5 + pos: -18.5,47.5 parent: 2 - - uid: 36882 + - uid: 34226 components: - type: Transform - pos: -20.5,3.5 + pos: -18.5,46.5 parent: 2 -- proto: RandomSpawner100 - entities: - - uid: 1762 + - uid: 34227 components: - type: Transform - pos: 13.5,20.5 + pos: -15.5,46.5 parent: 2 -- proto: RandomVending - entities: - - uid: 9363 + - uid: 34228 components: - type: Transform - pos: -49.5,-9.5 + pos: -17.5,46.5 parent: 2 - - uid: 15828 + - uid: 34290 components: - type: Transform - pos: 7.5,1.5 - parent: 14592 - - uid: 15829 + pos: -63.5,-26.5 + parent: 2 + - uid: 34291 components: - type: Transform - pos: 10.5,1.5 - parent: 14592 - - uid: 36125 + pos: -61.5,-26.5 + parent: 2 + - uid: 34292 components: - type: Transform - pos: -81.5,56.5 + pos: -58.5,-28.5 parent: 2 -- proto: RandomVendingDrinks - entities: - - uid: 2180 + - uid: 34362 components: - type: Transform - pos: -16.5,-47.5 + rot: -1.5707963267948966 rad + pos: 33.5,-7.5 parent: 2 - - uid: 2337 + - uid: 34750 components: - type: Transform - pos: 6.5,-49.5 + pos: 43.5,12.5 parent: 2 - - uid: 4735 + - uid: 36430 components: - type: Transform - pos: -27.5,-2.5 + rot: 3.141592653589793 rad + pos: 33.5,-70.5 parent: 2 - - uid: 5052 + - uid: 36632 components: - type: Transform - pos: -15.5,-22.5 - parent: 2 - - uid: 5537 + rot: 1.5707963267948966 rad + pos: 5.5,4.5 + parent: 36450 + - uid: 36634 components: - type: Transform - pos: -58.5,-33.5 - parent: 2 - - uid: 6053 + pos: 8.5,-1.5 + parent: 36450 + - uid: 36635 components: - type: Transform - pos: 70.5,-7.5 - parent: 2 - - uid: 7987 + pos: 2.5,-1.5 + parent: 36450 + - uid: 36767 components: - type: Transform - pos: -36.5,26.5 + pos: 56.5,40.5 parent: 2 - - uid: 9008 + - uid: 36771 components: - type: Transform - pos: 22.5,-52.5 + pos: 56.5,43.5 parent: 2 - - uid: 9939 + - uid: 36772 components: - type: Transform - pos: 12.5,69.5 + pos: 55.5,47.5 parent: 2 - - uid: 10600 + - uid: 36773 components: - type: Transform - pos: 62.5,2.5 + pos: 53.5,50.5 parent: 2 - - uid: 10718 + - uid: 36774 components: - type: Transform - pos: 11.5,-82.5 + pos: 49.5,50.5 parent: 2 - - uid: 11500 + - uid: 36782 components: - type: Transform - pos: 63.5,-20.5 + pos: 56.5,37.5 parent: 2 - - uid: 11641 + - uid: 36805 components: - type: Transform - pos: -21.5,29.5 + rot: 3.141592653589793 rad + pos: -42.5,85.5 parent: 2 - - uid: 11809 + - uid: 39863 components: - type: Transform - pos: 43.5,-46.5 - parent: 2 - - uid: 11892 + pos: 15.5,-6.5 + parent: 36907 + - uid: 39864 components: - type: Transform - pos: 65.5,23.5 - parent: 2 - - uid: 11893 + pos: 16.5,-10.5 + parent: 36907 + - uid: 39865 components: - type: Transform - pos: 65.5,22.5 - parent: 2 - - uid: 13724 + pos: 23.5,-6.5 + parent: 36907 + - uid: 39866 components: - type: Transform - pos: -28.5,-51.5 - parent: 2 - - uid: 14213 + pos: 24.5,-6.5 + parent: 36907 + - uid: 39867 components: - type: Transform - pos: -48.5,-1.5 - parent: 2 - - uid: 14437 + pos: 17.5,-0.5 + parent: 36907 + - uid: 39868 components: - type: Transform - pos: -34.5,53.5 - parent: 2 - - uid: 15327 + pos: 18.5,-0.5 + parent: 36907 + - uid: 39869 components: - type: Transform - pos: -0.5,-0.5 - parent: 14592 - - uid: 15713 + pos: 18.5,-1.5 + parent: 36907 + - uid: 39870 components: - type: Transform - pos: -1.5,-4.5 - parent: 14592 - - uid: 26617 + rot: -1.5707963267948966 rad + pos: 27.5,-1.5 + parent: 36907 + - uid: 39871 components: - type: Transform - pos: -53.5,8.5 - parent: 2 - - uid: 26825 + rot: -1.5707963267948966 rad + pos: 27.5,-2.5 + parent: 36907 + - uid: 39872 components: - type: Transform - pos: 47.5,21.5 - parent: 2 - - uid: 30845 + pos: 25.5,3.5 + parent: 36907 + - uid: 39873 components: - type: Transform - pos: -47.5,15.5 - parent: 2 - - uid: 30955 + pos: 26.5,3.5 + parent: 36907 + - uid: 39874 components: - type: Transform - pos: 2.5,-6.5 + pos: 14.5,3.5 + parent: 36907 + - uid: 39875 + components: + - type: Transform + pos: 18.5,3.5 + parent: 36907 + - uid: 43245 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,61.5 parent: 2 - - uid: 31314 +- proto: TableCarpet + entities: + - uid: 577 components: - type: Transform - pos: 4.5,5.5 - parent: 30892 - - uid: 32231 + rot: 1.5707963267948966 rad + pos: -31.5,-59.5 + parent: 2 + - uid: 5139 components: - type: Transform - pos: 31.5,37.5 + rot: 1.5707963267948966 rad + pos: -32.5,-59.5 parent: 2 - - uid: 34340 + - uid: 5345 components: - type: Transform - pos: 46.5,-22.5 + rot: 1.5707963267948966 rad + pos: -30.5,-59.5 parent: 2 - - uid: 35151 + - uid: 8440 components: - type: Transform - pos: 63.5,45.5 + pos: 3.5,33.5 parent: 2 - - uid: 35201 + - uid: 8441 components: - type: Transform - pos: 55.5,35.5 + pos: 4.5,33.5 parent: 2 -- proto: RandomVendingSnacks - entities: - - uid: 2106 + - uid: 8442 components: - type: Transform - pos: 5.5,-49.5 + pos: 4.5,32.5 parent: 2 - - uid: 2113 + - uid: 8443 components: - type: Transform - pos: -15.5,-47.5 + pos: 3.5,30.5 parent: 2 - - uid: 2554 + - uid: 8444 components: - type: Transform - pos: -49.5,-1.5 + pos: 4.5,30.5 parent: 2 - - uid: 4696 + - uid: 13454 components: - type: Transform - pos: -27.5,2.5 + rot: -1.5707963267948966 rad + pos: 2.5,59.5 parent: 2 - - uid: 5051 + - uid: 13507 components: - type: Transform - pos: -16.5,-22.5 + rot: -1.5707963267948966 rad + pos: 2.5,60.5 parent: 2 - - uid: 5536 + - uid: 13518 components: - type: Transform - pos: -57.5,-33.5 + rot: -1.5707963267948966 rad + pos: 1.5,59.5 parent: 2 - - uid: 7986 + - uid: 13531 components: - type: Transform - pos: -37.5,26.5 + rot: -1.5707963267948966 rad + pos: 1.5,60.5 parent: 2 - - uid: 9007 + - uid: 14044 components: - type: Transform - pos: 22.5,-51.5 + pos: -32.5,-0.5 parent: 2 - - uid: 9371 + - uid: 14045 components: - type: Transform - pos: -49.5,-10.5 + pos: -32.5,0.5 parent: 2 - - uid: 9940 + - uid: 14046 components: - type: Transform - pos: 13.5,69.5 + pos: -31.5,-0.5 parent: 2 - - uid: 10280 + - uid: 14047 components: - type: Transform - pos: 32.5,62.5 + pos: -31.5,0.5 parent: 2 - - uid: 10599 + - uid: 14423 components: - type: Transform - pos: 62.5,3.5 + pos: 20.5,73.5 parent: 2 - - uid: 10722 + - uid: 14526 components: - type: Transform - pos: -10.5,-82.5 + pos: -16.5,-60.5 parent: 2 - - uid: 11501 + - uid: 39876 components: - type: Transform - pos: 63.5,-22.5 - parent: 2 - - uid: 11824 + pos: 6.5,50.5 + parent: 36907 +- proto: TableCounterMetal + entities: + - uid: 4994 components: - type: Transform - pos: 43.5,-47.5 + pos: 67.5,-28.5 parent: 2 - - uid: 11894 + - uid: 4998 components: - type: Transform - pos: 65.5,21.5 + pos: 68.5,-29.5 parent: 2 - - uid: 12698 + - uid: 9388 components: - type: Transform - pos: 69.5,-7.5 + pos: 68.5,-28.5 parent: 2 - - uid: 12747 + - uid: 11150 components: - type: Transform - pos: -21.5,28.5 + pos: 68.5,-30.5 parent: 2 - - uid: 13373 + - uid: 12678 components: - type: Transform - pos: -33.5,53.5 + pos: -49.5,-29.5 parent: 2 - - uid: 15323 + - uid: 13077 components: - type: Transform - pos: -1.5,-0.5 - parent: 14592 - - uid: 15712 + pos: -49.5,-5.5 + parent: 2 + - uid: 33867 components: - type: Transform - pos: -2.5,-4.5 - parent: 14592 - - uid: 26824 + pos: -49.5,-6.5 + parent: 2 + - uid: 33958 components: - type: Transform - pos: 50.5,12.5 + rot: 3.141592653589793 rad + pos: -68.5,-7.5 parent: 2 - - uid: 30775 + - uid: 33959 components: - type: Transform - pos: -19.5,29.5 + rot: 3.141592653589793 rad + pos: -68.5,-6.5 parent: 2 - - uid: 30846 + - uid: 34074 components: - type: Transform - pos: -47.5,14.5 + pos: -55.5,-16.5 parent: 2 - - uid: 30891 + - uid: 34076 components: - type: Transform - pos: -1.5,-6.5 + pos: -55.5,-15.5 parent: 2 - - uid: 31313 +- proto: TableCounterWood + entities: + - uid: 6090 components: - type: Transform - pos: 5.5,5.5 - parent: 30892 - - uid: 32230 + rot: 3.141592653589793 rad + pos: 0.5,65.5 + parent: 2 + - uid: 6091 components: - type: Transform - pos: 30.5,37.5 + rot: 3.141592653589793 rad + pos: 2.5,65.5 parent: 2 - - uid: 34339 + - uid: 6092 components: - type: Transform - pos: 46.5,-23.5 + rot: 3.141592653589793 rad + pos: 3.5,65.5 parent: 2 - - uid: 35200 + - uid: 6093 components: - type: Transform - pos: 63.5,44.5 + rot: 3.141592653589793 rad + pos: 1.5,65.5 parent: 2 - - uid: 35202 + - uid: 6094 components: - type: Transform - pos: 56.5,35.5 + rot: 3.141592653589793 rad + pos: -1.5,65.5 parent: 2 -- proto: ReagentContainerFlour - entities: - - uid: 13434 + - uid: 6095 components: - type: Transform - pos: -8.612995,64.74953 + rot: 3.141592653589793 rad + pos: -2.5,65.5 parent: 2 - - uid: 13435 + - uid: 6096 components: - type: Transform - pos: -9.81612,56.562023 + rot: 3.141592653589793 rad + pos: -0.5,65.5 parent: 2 -- proto: ReagentContainerSugar - entities: - - uid: 13522 + - uid: 6097 components: - type: Transform - pos: -8.258087,58.54723 + rot: 3.141592653589793 rad + pos: -3.5,66.5 parent: 2 -- proto: Recycler - entities: - - uid: 11688 + - uid: 6098 components: - type: Transform rot: 3.141592653589793 rad - pos: -66.5,-14.5 + pos: -3.5,65.5 parent: 2 -- proto: ReinforcedGirder - entities: - - uid: 1090 + - uid: 6099 components: - type: Transform - pos: -35.5,-13.5 + rot: 3.141592653589793 rad + pos: 4.5,65.5 parent: 2 -- proto: ReinforcedPlasmaWindow - entities: - - uid: 998 + - uid: 6100 components: - type: Transform - pos: -55.5,40.5 + rot: 3.141592653589793 rad + pos: 4.5,66.5 parent: 2 - - uid: 999 + - uid: 9962 components: - type: Transform - pos: -55.5,42.5 + pos: -21.5,-63.5 parent: 2 - - uid: 1012 + - uid: 9963 components: - type: Transform - pos: -55.5,46.5 + pos: -20.5,-63.5 parent: 2 - - uid: 1018 + - uid: 9964 components: - type: Transform - pos: -55.5,44.5 + pos: -20.5,-62.5 parent: 2 - - uid: 5897 + - uid: 9965 components: - type: Transform - pos: -55.5,48.5 + pos: -19.5,-62.5 parent: 2 - - uid: 33900 + - uid: 9967 components: - type: Transform - pos: -53.5,-22.5 + pos: -21.5,-64.5 parent: 2 - - uid: 33901 +- proto: TableFrame + entities: + - uid: 10435 components: - type: Transform - pos: -53.5,-21.5 + rot: -1.5707963267948966 rad + pos: -34.5,12.5 parent: 2 - - uid: 33902 + - uid: 10436 components: - type: Transform - pos: -53.5,-20.5 + rot: -1.5707963267948966 rad + pos: -33.5,12.5 parent: 2 -- proto: ReinforcedShiv - entities: - - uid: 43056 + - uid: 10980 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.68726,31.8063 + pos: 59.5,-34.5 parent: 2 -- proto: ReinforcedUraniumWindow - entities: - - uid: 458 + - uid: 13234 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,5.5 + rot: -1.5707963267948966 rad + pos: 44.5,12.5 parent: 2 - - uid: 982 + - uid: 42922 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,6.5 + rot: -1.5707963267948966 rad + pos: 18.5,18.5 parent: 2 - - uid: 983 +- proto: TableGlass + entities: + - uid: 2834 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,7.5 + pos: 20.5,-16.5 parent: 2 - - uid: 996 + - uid: 2851 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,6.5 + pos: 23.5,-20.5 parent: 2 - - uid: 997 + - uid: 2854 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,5.5 + pos: 22.5,-20.5 parent: 2 - - uid: 1003 + - uid: 3278 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,7.5 + pos: 24.5,-19.5 parent: 2 - - uid: 5560 + - uid: 4833 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-2.5 + pos: 20.5,-18.5 parent: 2 - - uid: 6000 + - uid: 4837 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-2.5 + pos: 20.5,-17.5 parent: 2 - - uid: 7825 + - uid: 4842 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-2.5 + pos: 24.5,-20.5 parent: 2 - - uid: 13127 + - uid: 4843 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-0.5 + pos: 19.5,-16.5 parent: 2 - - uid: 13176 + - uid: 5241 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-0.5 + rot: -1.5707963267948966 rad + pos: -38.5,-24.5 parent: 2 - - uid: 13308 + - uid: 5245 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-0.5 + rot: -1.5707963267948966 rad + pos: -37.5,-24.5 parent: 2 -- proto: ReinforcedWindow - entities: - - uid: 61 + - uid: 5246 components: - type: Transform - pos: -86.5,82.5 + rot: -1.5707963267948966 rad + pos: -37.5,-25.5 parent: 2 - - uid: 65 + - uid: 5247 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-7.5 + rot: -1.5707963267948966 rad + pos: -37.5,-26.5 parent: 2 - - uid: 68 + - uid: 5248 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-7.5 + rot: -1.5707963267948966 rad + pos: -38.5,-29.5 parent: 2 - - uid: 69 + - uid: 5249 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-7.5 + rot: -1.5707963267948966 rad + pos: -37.5,-29.5 parent: 2 - - uid: 70 + - uid: 5264 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-8.5 + pos: -40.5,-26.5 parent: 2 - - uid: 84 + - uid: 9452 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-7.5 + rot: 1.5707963267948966 rad + pos: 43.5,54.5 parent: 2 - - uid: 85 + - uid: 10673 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-7.5 + rot: 1.5707963267948966 rad + pos: 7.5,-81.5 parent: 2 - - uid: 86 + - uid: 10674 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-8.5 + rot: 1.5707963267948966 rad + pos: -6.5,-81.5 parent: 2 - - uid: 117 + - uid: 11259 components: - type: Transform - pos: -14.5,13.5 + rot: 1.5707963267948966 rad + pos: 42.5,54.5 parent: 2 - - uid: 119 + - uid: 11260 components: - type: Transform - pos: -13.5,13.5 + rot: 1.5707963267948966 rad + pos: 41.5,52.5 parent: 2 - - uid: 120 + - uid: 11261 components: - type: Transform - pos: -15.5,13.5 + rot: 1.5707963267948966 rad + pos: 41.5,53.5 parent: 2 - - uid: 128 + - uid: 11273 components: - type: Transform - pos: -12.5,14.5 + rot: 1.5707963267948966 rad + pos: 41.5,54.5 parent: 2 - - uid: 129 + - uid: 12294 components: - type: Transform - pos: -12.5,15.5 + pos: 4.5,47.5 parent: 2 - - uid: 130 + - uid: 26656 components: - type: Transform - pos: -12.5,16.5 + pos: 5.5,37.5 parent: 2 - - uid: 156 + - uid: 31972 components: - type: Transform - pos: 8.5,28.5 + rot: 3.141592653589793 rad + pos: -1.5,-3.5 parent: 2 - - uid: 157 + - uid: 39877 components: - type: Transform - pos: 7.5,28.5 - parent: 2 - - uid: 158 + pos: 10.5,-1.5 + parent: 36907 + - uid: 39878 components: - type: Transform - pos: 9.5,28.5 - parent: 2 - - uid: 170 + rot: 3.141592653589793 rad + pos: 1.5,39.5 + parent: 36907 + - uid: 39879 components: - type: Transform - pos: -10.5,24.5 - parent: 2 - - uid: 171 + rot: 3.141592653589793 rad + pos: 1.5,42.5 + parent: 36907 +- proto: TableReinforced + entities: + - uid: 293 components: - type: Transform - pos: -10.5,25.5 + pos: -42.5,10.5 parent: 2 - - uid: 172 + - uid: 294 components: - type: Transform - pos: -10.5,26.5 + pos: -40.5,10.5 parent: 2 - - uid: 356 + - uid: 295 components: - type: Transform - pos: -33.5,32.5 + rot: 1.5707963267948966 rad + pos: 7.5,-27.5 parent: 2 - - uid: 357 + - uid: 354 components: - type: Transform - pos: -30.5,32.5 + rot: 1.5707963267948966 rad + pos: 6.5,-26.5 parent: 2 - - uid: 358 + - uid: 545 components: - type: Transform - pos: -33.5,28.5 + pos: -37.5,12.5 parent: 2 - - uid: 359 + - uid: 555 components: - type: Transform - pos: -30.5,28.5 + pos: -37.5,13.5 parent: 2 - - uid: 360 + - uid: 556 components: - type: Transform - pos: -39.5,19.5 + pos: -41.5,10.5 parent: 2 - - uid: 361 + - uid: 557 components: - type: Transform - pos: -37.5,19.5 + pos: -42.5,15.5 parent: 2 - - uid: 362 + - uid: 562 components: - type: Transform - pos: -33.5,19.5 + pos: -41.5,15.5 parent: 2 - - uid: 363 + - uid: 648 components: - type: Transform - pos: -32.5,19.5 + rot: -1.5707963267948966 rad + pos: -78.5,63.5 parent: 2 - - uid: 364 + - uid: 1006 components: - type: Transform - pos: -31.5,19.5 + pos: -41.5,39.5 parent: 2 - - uid: 365 + - uid: 1026 components: - type: Transform - pos: -30.5,19.5 + rot: 1.5707963267948966 rad + pos: -2.5,-48.5 parent: 2 - - uid: 366 + - uid: 1384 components: - type: Transform - pos: -29.5,19.5 + pos: 29.5,47.5 parent: 2 - - uid: 386 + - uid: 1444 components: - type: Transform - pos: -27.5,40.5 + pos: 30.5,48.5 parent: 2 - - uid: 387 + - uid: 1445 components: - type: Transform - pos: -25.5,40.5 + pos: 32.5,48.5 parent: 2 - - uid: 477 + - uid: 1446 components: - type: Transform - pos: -19.5,6.5 + pos: 33.5,48.5 parent: 2 - - uid: 478 + - uid: 1447 components: - type: Transform - pos: -19.5,5.5 + pos: 31.5,48.5 parent: 2 - - uid: 479 + - uid: 1448 components: - type: Transform - pos: -19.5,4.5 + pos: 33.5,49.5 parent: 2 - - uid: 480 + - uid: 1449 components: - type: Transform - pos: -19.5,3.5 + pos: 30.5,49.5 parent: 2 - - uid: 481 + - uid: 1450 components: - type: Transform - pos: -19.5,2.5 + pos: 33.5,47.5 parent: 2 - - uid: 482 + - uid: 1752 components: - type: Transform - pos: -19.5,1.5 + rot: 3.141592653589793 rad + pos: -22.5,-37.5 parent: 2 - - uid: 483 + - uid: 2105 components: - type: Transform - pos: -19.5,0.5 + rot: 3.141592653589793 rad + pos: -2.5,-58.5 parent: 2 - - uid: 484 + - uid: 2345 components: - type: Transform - pos: -19.5,-0.5 + rot: 3.141592653589793 rad + pos: 3.5,-58.5 parent: 2 - - uid: 485 + - uid: 2407 components: - type: Transform - pos: -19.5,-1.5 + rot: 3.141592653589793 rad + pos: 10.5,-41.5 parent: 2 - - uid: 491 + - uid: 3287 components: - type: Transform - pos: -19.5,-7.5 + rot: -1.5707963267948966 rad + pos: 39.5,-25.5 parent: 2 - - uid: 496 + - uid: 3452 components: - type: Transform - pos: -21.5,-1.5 + pos: 32.5,16.5 parent: 2 - - uid: 497 + - uid: 3701 components: - type: Transform - pos: -21.5,-0.5 + pos: 43.5,36.5 parent: 2 - - uid: 498 + - uid: 3821 components: - type: Transform - pos: -21.5,0.5 + rot: 1.5707963267948966 rad + pos: 61.5,27.5 parent: 2 - - uid: 499 + - uid: 4099 components: - type: Transform - pos: -21.5,1.5 + rot: 1.5707963267948966 rad + pos: -5.5,62.5 parent: 2 - - uid: 500 + - uid: 4100 components: - type: Transform - pos: -21.5,2.5 + rot: 1.5707963267948966 rad + pos: -5.5,59.5 parent: 2 - - uid: 501 + - uid: 4101 components: - type: Transform - pos: -21.5,3.5 + rot: 1.5707963267948966 rad + pos: -5.5,60.5 parent: 2 - - uid: 502 + - uid: 4370 components: - type: Transform - pos: -21.5,4.5 + pos: 35.5,-34.5 parent: 2 - - uid: 503 + - uid: 4371 components: - type: Transform - pos: -21.5,5.5 + pos: 33.5,-34.5 parent: 2 - - uid: 504 + - uid: 4372 components: - type: Transform - pos: -21.5,6.5 + pos: 30.5,-34.5 parent: 2 - - uid: 505 + - uid: 4373 components: - type: Transform - pos: -26.5,-2.5 + pos: 34.5,-34.5 parent: 2 - - uid: 513 + - uid: 4374 components: - type: Transform - pos: -25.5,-11.5 + pos: 32.5,-34.5 parent: 2 - - uid: 514 + - uid: 4375 components: - type: Transform - pos: -25.5,-13.5 + pos: 31.5,-34.5 parent: 2 - - uid: 515 + - uid: 4376 components: - type: Transform - pos: -23.5,-13.5 + pos: 29.5,-34.5 parent: 2 - - uid: 516 + - uid: 4666 components: - type: Transform - pos: -23.5,-11.5 + rot: 1.5707963267948966 rad + pos: 62.5,27.5 parent: 2 - - uid: 530 + - uid: 4768 components: - type: Transform - pos: -26.5,-1.5 + pos: -27.5,-38.5 parent: 2 - - uid: 531 + - uid: 4769 components: - type: Transform - pos: -26.5,-0.5 + pos: -32.5,-34.5 parent: 2 - - uid: 532 + - uid: 4770 components: - type: Transform - pos: -26.5,0.5 + pos: -31.5,-34.5 parent: 2 - - uid: 533 + - uid: 4773 components: - type: Transform - pos: -26.5,1.5 + pos: -26.5,-36.5 parent: 2 - - uid: 534 + - uid: 4808 components: - type: Transform - pos: -26.5,2.5 + rot: 3.141592653589793 rad + pos: -3.5,-47.5 parent: 2 - - uid: 535 + - uid: 4817 components: - type: Transform - pos: -26.5,3.5 + pos: 25.5,-38.5 parent: 2 - - uid: 663 + - uid: 4818 components: - type: Transform - pos: -41.5,-9.5 + pos: 25.5,-30.5 parent: 2 - - uid: 737 + - uid: 4819 components: - type: Transform - pos: -49.5,30.5 + pos: 20.5,-29.5 parent: 2 - - uid: 738 + - uid: 5093 components: - type: Transform - pos: -49.5,32.5 + rot: 3.141592653589793 rad + pos: -22.5,-38.5 parent: 2 - - uid: 739 + - uid: 5112 components: - type: Transform - pos: -47.5,34.5 + pos: -26.5,-35.5 parent: 2 - - uid: 740 + - uid: 5116 components: - type: Transform - pos: -45.5,34.5 + pos: -19.5,-36.5 parent: 2 - - uid: 846 + - uid: 5117 components: - type: Transform - pos: -49.5,52.5 + pos: -18.5,-36.5 parent: 2 - - uid: 900 + - uid: 5118 components: - type: Transform - pos: -60.5,34.5 + pos: -17.5,-36.5 parent: 2 - - uid: 901 + - uid: 5119 components: - type: Transform - pos: -60.5,35.5 + pos: -20.5,-36.5 parent: 2 - - uid: 902 + - uid: 5120 components: - type: Transform - pos: -60.5,36.5 + pos: -20.5,-35.5 parent: 2 - - uid: 918 + - uid: 5140 components: - type: Transform - pos: -59.5,27.5 + pos: -26.5,-39.5 parent: 2 - - uid: 919 + - uid: 5142 components: - type: Transform - pos: -59.5,25.5 + pos: -25.5,-39.5 parent: 2 - - uid: 922 + - uid: 5411 components: - type: Transform - pos: -47.5,47.5 + rot: 1.5707963267948966 rad + pos: -41.5,-37.5 parent: 2 - - uid: 926 + - uid: 5412 components: - type: Transform - pos: -66.5,27.5 + rot: 1.5707963267948966 rad + pos: -37.5,-43.5 parent: 2 - - uid: 927 + - uid: 5445 components: - type: Transform - pos: -65.5,27.5 + pos: -42.5,-52.5 parent: 2 - - uid: 928 + - uid: 5446 components: - type: Transform - pos: -67.5,26.5 + pos: -43.5,-52.5 parent: 2 - - uid: 929 + - uid: 5449 components: - type: Transform - pos: -67.5,25.5 + pos: -46.5,-48.5 parent: 2 - - uid: 930 + - uid: 5566 components: - type: Transform - pos: -67.5,24.5 + pos: 7.5,-42.5 parent: 2 - - uid: 952 + - uid: 5567 components: - type: Transform - pos: -49.5,54.5 + pos: 8.5,-42.5 parent: 2 - - uid: 954 + - uid: 5568 components: - type: Transform - pos: -53.5,52.5 + pos: 8.5,-43.5 parent: 2 - - uid: 961 + - uid: 5569 components: - type: Transform - pos: -85.5,74.5 + pos: 8.5,-45.5 parent: 2 - - uid: 963 + - uid: 5570 components: - type: Transform - pos: -53.5,48.5 + pos: 8.5,-46.5 parent: 2 - - uid: 964 + - uid: 5571 components: - type: Transform - pos: -53.5,47.5 + pos: 7.5,-46.5 parent: 2 - - uid: 965 + - uid: 5572 components: - type: Transform - pos: -53.5,46.5 + pos: 6.5,-46.5 parent: 2 - - uid: 966 + - uid: 5624 components: - type: Transform - pos: -53.5,45.5 + pos: 4.5,-46.5 parent: 2 - - uid: 967 + - uid: 5783 components: - type: Transform - pos: -53.5,44.5 + rot: 1.5707963267948966 rad + pos: -7.5,-28.5 parent: 2 - - uid: 968 + - uid: 5788 components: - type: Transform - pos: -53.5,43.5 + pos: -13.5,44.5 parent: 2 - - uid: 969 + - uid: 5791 components: - type: Transform - pos: -53.5,42.5 + pos: -7.5,-27.5 parent: 2 - - uid: 970 + - uid: 5794 components: - type: Transform - pos: -53.5,41.5 + pos: 8.5,-27.5 parent: 2 - - uid: 971 + - uid: 5796 components: - type: Transform - pos: -53.5,40.5 + rot: 1.5707963267948966 rad + pos: 8.5,-28.5 parent: 2 - - uid: 1016 + - uid: 5804 components: - type: Transform - pos: -53.5,49.5 + pos: -36.5,15.5 parent: 2 - - uid: 1017 + - uid: 5805 components: - type: Transform - pos: -53.5,50.5 + pos: -36.5,14.5 parent: 2 - - uid: 1020 + - uid: 5806 components: - type: Transform - pos: -52.5,55.5 + pos: -37.5,14.5 parent: 2 - - uid: 1021 + - uid: 5909 components: - type: Transform - pos: -46.5,47.5 + rot: 1.5707963267948966 rad + pos: -49.5,31.5 parent: 2 - - uid: 1023 + - uid: 5910 components: - type: Transform - pos: -50.5,55.5 + rot: 1.5707963267948966 rad + pos: -46.5,34.5 parent: 2 - - uid: 1024 + - uid: 5934 components: - type: Transform - pos: -51.5,55.5 + pos: -32.5,32.5 parent: 2 - - uid: 1027 + - uid: 5935 components: - type: Transform - pos: -54.5,34.5 + pos: -31.5,32.5 parent: 2 - - uid: 1028 + - uid: 5936 components: - type: Transform - pos: -54.5,36.5 + pos: -32.5,28.5 parent: 2 - - uid: 1031 + - uid: 5937 components: - type: Transform - pos: -48.5,47.5 + pos: -31.5,28.5 parent: 2 - - uid: 1211 + - uid: 5961 components: - type: Transform - pos: 38.5,32.5 + pos: -41.5,39.5 parent: 2 - - uid: 1260 + - uid: 6083 components: - type: Transform - pos: 38.5,36.5 + rot: 3.141592653589793 rad + pos: -11.5,61.5 parent: 2 - - uid: 1261 + - uid: 6085 components: - type: Transform - pos: 36.5,34.5 + rot: 1.5707963267948966 rad + pos: -5.5,63.5 parent: 2 - - uid: 1326 + - uid: 6086 components: - type: Transform - pos: -62.5,-14.5 + rot: 1.5707963267948966 rad + pos: -5.5,61.5 parent: 2 - - uid: 1327 + - uid: 6273 components: - type: Transform - pos: -62.5,-13.5 + pos: 34.5,36.5 parent: 2 - - uid: 1328 + - uid: 6303 components: - type: Transform - pos: -62.5,-12.5 + rot: 3.141592653589793 rad + pos: 44.5,35.5 parent: 2 - - uid: 1392 + - uid: 6785 components: - type: Transform - pos: -68.5,-21.5 + pos: 24.5,-33.5 parent: 2 - - uid: 1393 + - uid: 6786 components: - type: Transform - pos: -68.5,-20.5 + pos: 23.5,-33.5 parent: 2 - - uid: 1394 + - uid: 6787 components: - type: Transform - pos: -68.5,-19.5 + pos: 19.5,-39.5 parent: 2 - - uid: 1432 + - uid: 6788 components: - type: Transform - pos: -62.5,-31.5 + pos: 20.5,-39.5 parent: 2 - - uid: 1433 + - uid: 6789 components: - type: Transform - pos: -62.5,-32.5 + pos: 21.5,-39.5 parent: 2 - - uid: 1434 + - uid: 6790 components: - type: Transform - pos: -62.5,-33.5 + pos: 19.5,-38.5 parent: 2 - - uid: 1435 + - uid: 6791 components: - type: Transform - pos: -62.5,-34.5 + pos: 19.5,-37.5 parent: 2 - - uid: 1436 + - uid: 6792 components: - type: Transform - pos: -61.5,-34.5 + pos: 19.5,-36.5 parent: 2 - - uid: 1497 + - uid: 6794 components: - type: Transform - pos: -54.5,-37.5 + pos: 21.5,-36.5 parent: 2 - - uid: 1498 + - uid: 6831 components: - type: Transform - pos: -54.5,-38.5 + rot: -1.5707963267948966 rad + pos: 24.5,-36.5 parent: 2 - - uid: 1499 + - uid: 6832 components: - type: Transform - pos: -54.5,-39.5 + rot: -1.5707963267948966 rad + pos: 24.5,-37.5 parent: 2 - - uid: 1500 + - uid: 6952 components: - type: Transform - pos: -54.5,-40.5 + rot: -1.5707963267948966 rad + pos: 40.5,-27.5 parent: 2 - - uid: 1509 + - uid: 6953 components: - type: Transform - pos: -55.5,-44.5 + rot: -1.5707963267948966 rad + pos: 40.5,-26.5 parent: 2 - - uid: 1540 + - uid: 6954 components: - type: Transform - pos: -41.5,-11.5 + rot: -1.5707963267948966 rad + pos: 42.5,-24.5 parent: 2 - - uid: 1547 + - uid: 6955 components: - type: Transform - pos: -45.5,-9.5 + rot: -1.5707963267948966 rad + pos: 42.5,-25.5 parent: 2 - - uid: 1558 + - uid: 7118 components: - type: Transform - pos: -40.5,-15.5 + pos: 43.5,-39.5 parent: 2 - - uid: 1592 + - uid: 7119 components: - type: Transform - pos: -15.5,-15.5 + pos: 46.5,-39.5 parent: 2 - - uid: 1593 + - uid: 7261 components: - type: Transform - pos: -14.5,-15.5 + pos: -1.5,-27.5 parent: 2 - - uid: 1594 + - uid: 7264 components: - type: Transform - pos: -13.5,-15.5 + pos: 2.5,-27.5 parent: 2 - - uid: 1596 + - uid: 7266 components: - type: Transform - pos: -12.5,-16.5 + pos: 2.5,-28.5 parent: 2 - - uid: 1597 + - uid: 7269 components: - type: Transform - pos: -12.5,-17.5 + pos: -1.5,-28.5 parent: 2 - - uid: 1625 + - uid: 7275 components: - type: Transform - pos: -10.5,-21.5 + pos: -2.5,-28.5 parent: 2 - - uid: 1626 + - uid: 7276 components: - type: Transform - pos: -9.5,-21.5 + pos: -2.5,-29.5 parent: 2 - - uid: 1627 + - uid: 7277 components: - type: Transform - pos: -9.5,-22.5 + pos: -3.5,-29.5 parent: 2 - - uid: 1628 + - uid: 7278 components: - type: Transform - pos: -9.5,-23.5 + pos: 3.5,-28.5 parent: 2 - - uid: 1629 + - uid: 7279 components: - type: Transform - pos: -9.5,-24.5 + pos: 3.5,-29.5 parent: 2 - - uid: 1723 + - uid: 7280 components: - type: Transform - pos: -30.5,-34.5 + pos: 4.5,-29.5 parent: 2 - - uid: 1724 + - uid: 7282 components: - type: Transform - pos: -33.5,-34.5 + pos: -41.5,20.5 parent: 2 - - uid: 1737 + - uid: 7283 components: - type: Transform - pos: -27.5,-37.5 + pos: -40.5,20.5 parent: 2 - - uid: 1738 + - uid: 7284 components: - type: Transform - pos: -27.5,-39.5 + pos: -36.5,20.5 parent: 2 - - uid: 1739 + - uid: 7286 components: - type: Transform - pos: -7.5,-25.5 + pos: -0.5,-27.5 parent: 2 - - uid: 1850 + - uid: 7287 components: - type: Transform - pos: -6.5,-25.5 + pos: 0.5,-27.5 parent: 2 - - uid: 1853 + - uid: 7288 components: - type: Transform - pos: -5.5,-24.5 + pos: 1.5,-27.5 parent: 2 - - uid: 1855 + - uid: 7289 components: - type: Transform - pos: -4.5,-24.5 + pos: -30.5,27.5 parent: 2 - - uid: 1857 + - uid: 7290 components: - type: Transform - pos: -3.5,-24.5 + pos: -29.5,27.5 parent: 2 - - uid: 1859 + - uid: 7291 components: - type: Transform - pos: -2.5,-24.5 + pos: -28.5,27.5 parent: 2 - - uid: 1861 + - uid: 7292 components: - type: Transform - pos: -0.5,-24.5 + pos: -30.5,33.5 parent: 2 - - uid: 1863 + - uid: 7293 components: - type: Transform - pos: 0.5,-24.5 + pos: -29.5,33.5 parent: 2 - - uid: 1865 + - uid: 7294 components: - type: Transform - pos: 1.5,-24.5 + pos: -28.5,33.5 parent: 2 - - uid: 1867 + - uid: 7295 components: - type: Transform - pos: 3.5,-24.5 + pos: -34.5,33.5 parent: 2 - - uid: 1869 + - uid: 7296 components: - type: Transform - pos: 4.5,-24.5 + pos: -34.5,27.5 parent: 2 - - uid: 1871 + - uid: 7298 components: - type: Transform - pos: 5.5,-24.5 + pos: -25.5,25.5 parent: 2 - - uid: 1873 + - uid: 7299 components: - type: Transform - pos: -1.5,-24.5 + pos: -25.5,24.5 parent: 2 - - uid: 1875 + - uid: 7300 components: - type: Transform - pos: 2.5,-24.5 + pos: -26.5,24.5 parent: 2 - - uid: 1877 + - uid: 7304 components: - type: Transform - pos: 6.5,-24.5 + pos: -27.5,36.5 parent: 2 - - uid: 1880 + - uid: 7305 components: - type: Transform - pos: 7.5,-25.5 + pos: -26.5,36.5 parent: 2 - - uid: 1882 + - uid: 7306 components: - type: Transform - pos: 8.5,-25.5 + pos: -25.5,36.5 parent: 2 - - uid: 1954 + - uid: 7307 components: - type: Transform - pos: -1.5,-38.5 + pos: -25.5,35.5 parent: 2 - - uid: 1955 + - uid: 7309 components: - type: Transform - pos: -1.5,-37.5 + pos: -33.5,36.5 parent: 2 - - uid: 1956 + - uid: 7310 components: - type: Transform - pos: -1.5,-36.5 + pos: -32.5,36.5 parent: 2 - - uid: 1957 + - uid: 7311 components: - type: Transform - pos: 0.5,-35.5 + pos: -31.5,36.5 parent: 2 - - uid: 1958 + - uid: 7312 components: - type: Transform - pos: 0.5,-33.5 + pos: -34.5,24.5 parent: 2 - - uid: 1981 + - uid: 7313 components: - type: Transform - pos: -5.5,-47.5 + pos: -33.5,24.5 parent: 2 - - uid: 1982 + - uid: 7323 components: - type: Transform - pos: -6.5,-47.5 + rot: 1.5707963267948966 rad + pos: -7.5,-29.5 parent: 2 - - uid: 1983 + - uid: 7324 components: - type: Transform - pos: -8.5,-47.5 + rot: 1.5707963267948966 rad + pos: 8.5,-29.5 parent: 2 - - uid: 1993 + - uid: 7326 components: - type: Transform - pos: -8.5,-49.5 + rot: 1.5707963267948966 rad + pos: -6.5,-27.5 parent: 2 - - uid: 1994 + - uid: 7327 components: - type: Transform - pos: -7.5,-49.5 + rot: 1.5707963267948966 rad + pos: -6.5,-26.5 parent: 2 - - uid: 1995 + - uid: 7328 components: - type: Transform - pos: -6.5,-49.5 + rot: 1.5707963267948966 rad + pos: -5.5,-26.5 parent: 2 - - uid: 1996 + - uid: 7329 components: - type: Transform - pos: -5.5,-49.5 + rot: 1.5707963267948966 rad + pos: 7.5,-26.5 parent: 2 - - uid: 1997 + - uid: 7393 components: - type: Transform - pos: -4.5,-49.5 + pos: -40.5,15.5 parent: 2 - - uid: 1998 + - uid: 7405 components: - type: Transform - pos: -49.5,50.5 + pos: -42.5,14.5 parent: 2 - - uid: 2081 + - uid: 7408 components: - type: Transform - pos: -38.5,-56.5 + pos: -41.5,14.5 parent: 2 - - uid: 2083 + - uid: 7409 components: - type: Transform - pos: -37.5,-56.5 + pos: -40.5,14.5 parent: 2 - - uid: 2093 + - uid: 7451 components: - type: Transform - pos: -39.5,-56.5 + pos: -42.5,12.5 parent: 2 - - uid: 2122 + - uid: 7691 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-60.5 + pos: -40.5,39.5 parent: 2 - - uid: 2153 + - uid: 7692 components: - type: Transform - pos: -26.5,-65.5 + pos: -40.5,40.5 parent: 2 - - uid: 2154 + - uid: 7850 components: - type: Transform - pos: -25.5,-65.5 + rot: -1.5707963267948966 rad + pos: -48.5,8.5 parent: 2 - - uid: 2155 + - uid: 7851 components: - type: Transform - pos: -24.5,-65.5 + rot: -1.5707963267948966 rad + pos: -47.5,8.5 parent: 2 - - uid: 2156 + - uid: 7852 components: - type: Transform - pos: -23.5,-65.5 + rot: -1.5707963267948966 rad + pos: -46.5,8.5 parent: 2 - - uid: 2157 + - uid: 7853 components: - type: Transform - pos: -22.5,-65.5 + rot: -1.5707963267948966 rad + pos: -45.5,8.5 parent: 2 - - uid: 2159 + - uid: 7854 components: - type: Transform - pos: -16.5,-67.5 + rot: -1.5707963267948966 rad + pos: -44.5,8.5 parent: 2 - - uid: 2160 + - uid: 7855 components: - type: Transform - pos: -15.5,-67.5 + rot: -1.5707963267948966 rad + pos: -43.5,8.5 parent: 2 - - uid: 2170 + - uid: 7856 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-60.5 + rot: -1.5707963267948966 rad + pos: -42.5,8.5 parent: 2 - - uid: 2172 + - uid: 7857 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-56.5 + rot: -1.5707963267948966 rad + pos: -48.5,7.5 parent: 2 - - uid: 2200 + - uid: 7858 components: - type: Transform - pos: -0.5,-69.5 + rot: -1.5707963267948966 rad + pos: -48.5,6.5 parent: 2 - - uid: 2201 + - uid: 7865 components: - type: Transform - pos: 0.5,-69.5 + rot: -1.5707963267948966 rad + pos: -49.5,3.5 parent: 2 - - uid: 2202 + - uid: 7866 components: - type: Transform - pos: 1.5,-69.5 + rot: -1.5707963267948966 rad + pos: -48.5,3.5 parent: 2 - - uid: 2205 + - uid: 7867 components: - type: Transform - pos: -2.5,-68.5 + rot: -1.5707963267948966 rad + pos: -47.5,3.5 parent: 2 - - uid: 2206 + - uid: 7868 components: - type: Transform - pos: -3.5,-68.5 + rot: -1.5707963267948966 rad + pos: -46.5,3.5 parent: 2 - - uid: 2207 + - uid: 7869 components: - type: Transform - pos: -4.5,-68.5 + rot: -1.5707963267948966 rad + pos: -38.5,5.5 parent: 2 - - uid: 2208 + - uid: 7870 components: - type: Transform - pos: 3.5,-68.5 + rot: -1.5707963267948966 rad + pos: -38.5,4.5 parent: 2 - - uid: 2209 + - uid: 7871 components: - type: Transform - pos: 4.5,-68.5 + rot: -1.5707963267948966 rad + pos: -38.5,3.5 parent: 2 - - uid: 2210 + - uid: 7872 components: - type: Transform - pos: 5.5,-68.5 + rot: -1.5707963267948966 rad + pos: -39.5,3.5 parent: 2 - - uid: 2258 + - uid: 7873 components: - type: Transform - pos: -11.5,-79.5 + rot: -1.5707963267948966 rad + pos: -40.5,3.5 parent: 2 - - uid: 2259 + - uid: 7874 components: - type: Transform - pos: -11.5,-80.5 + rot: -1.5707963267948966 rad + pos: -41.5,3.5 parent: 2 - - uid: 2260 + - uid: 7875 components: - type: Transform - pos: -11.5,-81.5 + rot: -1.5707963267948966 rad + pos: -42.5,3.5 parent: 2 - - uid: 2261 + - uid: 8159 components: - type: Transform - pos: -11.5,-82.5 + rot: 1.5707963267948966 rad + pos: -50.5,30.5 parent: 2 - - uid: 2262 + - uid: 8160 components: - type: Transform - pos: -5.5,-82.5 + rot: 1.5707963267948966 rad + pos: -50.5,29.5 parent: 2 - - uid: 2263 + - uid: 8176 components: - type: Transform - pos: -5.5,-81.5 + pos: -44.5,37.5 parent: 2 - - uid: 2264 + - uid: 8177 components: - type: Transform - pos: -5.5,-80.5 + pos: -43.5,37.5 parent: 2 - - uid: 2284 + - uid: 8178 components: - type: Transform - pos: 6.5,-82.5 + pos: -42.5,37.5 parent: 2 - - uid: 2323 + - uid: 8179 components: - type: Transform - pos: 6.5,-81.5 + pos: -42.5,36.5 parent: 2 - - uid: 2324 + - uid: 8191 components: - type: Transform - pos: 6.5,-80.5 + pos: -48.5,35.5 parent: 2 - - uid: 2325 + - uid: 8192 components: - type: Transform - pos: 6.5,-79.5 + pos: -47.5,35.5 parent: 2 - - uid: 2326 + - uid: 8215 components: - type: Transform - pos: 12.5,-79.5 + pos: -59.5,34.5 parent: 2 - - uid: 2327 + - uid: 8216 components: - type: Transform - pos: 12.5,-80.5 + pos: -58.5,36.5 parent: 2 - - uid: 2328 + - uid: 8217 components: - type: Transform - pos: 12.5,-81.5 + pos: -58.5,34.5 parent: 2 - - uid: 2329 + - uid: 8218 components: - type: Transform - pos: 12.5,-82.5 + pos: -58.5,33.5 parent: 2 - - uid: 2334 + - uid: 8223 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-56.5 + pos: -55.5,36.5 parent: 2 - - uid: 2346 + - uid: 8309 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-60.5 + pos: 10.5,59.5 parent: 2 - - uid: 2348 + - uid: 8310 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-59.5 + pos: 11.5,59.5 parent: 2 - - uid: 2349 + - uid: 8311 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-60.5 + pos: 12.5,59.5 parent: 2 - - uid: 2367 + - uid: 8312 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,-54.5 + pos: 13.5,59.5 parent: 2 - - uid: 2445 + - uid: 8313 components: - type: Transform - pos: 12.5,-32.5 + pos: 10.5,55.5 parent: 2 - - uid: 2446 + - uid: 8314 components: - type: Transform - pos: 14.5,-32.5 + pos: 11.5,55.5 parent: 2 - - uid: 2447 + - uid: 8332 components: - type: Transform - pos: 13.5,-32.5 + pos: -13.5,54.5 parent: 2 - - uid: 2448 + - uid: 8396 components: - type: Transform - pos: 13.5,-28.5 + rot: 1.5707963267948966 rad + pos: -12.5,56.5 parent: 2 - - uid: 2449 + - uid: 8609 components: - type: Transform - pos: 14.5,-28.5 + rot: -1.5707963267948966 rad + pos: 33.5,38.5 parent: 2 - - uid: 2450 + - uid: 8730 components: - type: Transform - pos: 15.5,-28.5 + rot: 1.5707963267948966 rad + pos: 56.5,11.5 parent: 2 - - uid: 2451 + - uid: 8773 components: - type: Transform - pos: 16.5,-28.5 + rot: 3.141592653589793 rad + pos: 54.5,-25.5 parent: 2 - - uid: 2585 + - uid: 9586 components: - type: Transform - pos: 52.5,-50.5 + pos: 40.5,41.5 parent: 2 - - uid: 2586 + - uid: 9608 components: - type: Transform - pos: 47.5,-56.5 + pos: -2.5,34.5 parent: 2 - - uid: 2652 + - uid: 9609 components: - type: Transform - pos: 47.5,-42.5 + pos: -2.5,33.5 parent: 2 - - uid: 2669 + - uid: 9610 components: - type: Transform - pos: 43.5,-42.5 + pos: -1.5,33.5 parent: 2 - - uid: 2682 + - uid: 9634 components: - type: Transform - pos: 46.5,-56.5 + pos: 1.5,30.5 parent: 2 - - uid: 2731 + - uid: 9635 components: - type: Transform - pos: -63.5,2.5 + pos: 1.5,31.5 parent: 2 - - uid: 2744 + - uid: 9636 components: - type: Transform - pos: 75.5,-5.5 + pos: -4.5,29.5 parent: 2 - - uid: 2749 + - uid: 9637 components: - type: Transform - pos: -78.5,80.5 + pos: -4.5,28.5 parent: 2 - - uid: 2753 + - uid: 9638 components: - type: Transform - pos: 11.5,-18.5 + pos: -3.5,28.5 parent: 2 - - uid: 2769 + - uid: 9639 components: - type: Transform - pos: 11.5,-17.5 + pos: -2.5,28.5 parent: 2 - - uid: 2770 + - uid: 9640 components: - type: Transform - pos: 12.5,-17.5 + pos: -1.5,28.5 parent: 2 - - uid: 2771 + - uid: 9690 components: - type: Transform - pos: 12.5,-16.5 + pos: -4.5,32.5 parent: 2 - - uid: 2773 + - uid: 9691 components: - type: Transform - pos: 13.5,-15.5 + pos: -4.5,31.5 parent: 2 - - uid: 2774 + - uid: 9915 components: - type: Transform - pos: 14.5,-15.5 + pos: -45.5,3.5 parent: 2 - - uid: 2776 + - uid: 10014 components: - type: Transform - pos: 14.5,-14.5 + pos: 23.5,24.5 parent: 2 - - uid: 2777 + - uid: 10017 components: - type: Transform - pos: 15.5,-14.5 + pos: 23.5,23.5 parent: 2 - - uid: 2782 + - uid: 10018 components: - type: Transform - pos: 18.5,-11.5 + pos: 23.5,22.5 parent: 2 - - uid: 2783 + - uid: 10019 components: - type: Transform - pos: 18.5,-10.5 + pos: 23.5,21.5 parent: 2 - - uid: 2784 + - uid: 10020 components: - type: Transform - pos: 19.5,-10.5 + pos: 23.5,20.5 parent: 2 - - uid: 2785 + - uid: 10034 components: - type: Transform - pos: 20.5,-10.5 + pos: 25.5,24.5 parent: 2 - - uid: 2786 + - uid: 10035 components: - type: Transform - pos: 21.5,-10.5 + pos: 25.5,20.5 parent: 2 - - uid: 2810 + - uid: 10084 components: - type: Transform - pos: 73.5,-13.5 + pos: 32.5,22.5 parent: 2 - - uid: 2811 + - uid: 10085 components: - type: Transform - pos: -73.5,80.5 + pos: 33.5,22.5 parent: 2 - - uid: 2874 + - uid: 10087 components: - type: Transform - pos: 26.5,-1.5 + pos: 34.5,22.5 parent: 2 - - uid: 2875 + - uid: 10152 components: - type: Transform - pos: 26.5,-0.5 + pos: -2.5,49.5 parent: 2 - - uid: 2877 + - uid: 10154 components: - type: Transform - pos: 26.5,3.5 + pos: -3.5,50.5 parent: 2 - - uid: 2880 + - uid: 10158 components: - type: Transform - pos: 26.5,4.5 + pos: -2.5,50.5 parent: 2 - - uid: 2881 + - uid: 10165 components: - type: Transform - pos: 26.5,5.5 + rot: 3.141592653589793 rad + pos: -4.5,47.5 parent: 2 - - uid: 2898 + - uid: 10170 components: - type: Transform - pos: 29.5,1.5 + pos: 32.5,20.5 parent: 2 - - uid: 2899 + - uid: 10194 components: - type: Transform - pos: 34.5,1.5 + rot: 1.5707963267948966 rad + pos: -12.5,57.5 parent: 2 - - uid: 2901 + - uid: 10201 components: - type: Transform - pos: 33.5,1.5 + pos: 24.5,32.5 parent: 2 - - uid: 2902 + - uid: 10203 components: - type: Transform - pos: 32.5,1.5 + pos: 25.5,32.5 parent: 2 - - uid: 2903 + - uid: 10205 components: - type: Transform - pos: 28.5,1.5 + pos: 24.5,26.5 parent: 2 - - uid: 2975 + - uid: 10206 components: - type: Transform - pos: 26.5,21.5 + pos: 23.5,26.5 parent: 2 - - uid: 2976 + - uid: 10207 components: - type: Transform - pos: 26.5,23.5 + pos: 22.5,26.5 parent: 2 - - uid: 2977 + - uid: 10208 components: - type: Transform - pos: 30.5,19.5 + pos: 21.5,26.5 parent: 2 - - uid: 2978 + - uid: 10265 components: - type: Transform - pos: 30.5,17.5 + rot: 1.5707963267948966 rad + pos: 56.5,3.5 parent: 2 - - uid: 3014 + - uid: 10291 components: - type: Transform - pos: 11.5,19.5 + rot: 1.5707963267948966 rad + pos: 56.5,4.5 parent: 2 - - uid: 3015 + - uid: 10292 components: - type: Transform - pos: 12.5,19.5 + rot: 1.5707963267948966 rad + pos: 56.5,5.5 parent: 2 - - uid: 3020 + - uid: 10293 components: - type: Transform - pos: 11.5,20.5 + rot: 1.5707963267948966 rad + pos: 60.5,3.5 parent: 2 - - uid: 3021 + - uid: 10294 components: - type: Transform - pos: 11.5,21.5 + rot: -1.5707963267948966 rad + pos: 57.5,3.5 parent: 2 - - uid: 3028 + - uid: 10301 components: - type: Transform - pos: 13.5,15.5 + rot: -1.5707963267948966 rad + pos: 58.5,2.5 parent: 2 - - uid: 3029 + - uid: 10302 components: - type: Transform - pos: 13.5,14.5 + rot: -1.5707963267948966 rad + pos: 58.5,-1.5 parent: 2 - - uid: 3031 + - uid: 10313 components: - type: Transform - pos: 14.5,13.5 + rot: 1.5707963267948966 rad + pos: 59.5,-2.5 parent: 2 - - uid: 3034 + - uid: 10314 components: - type: Transform - pos: 13.5,13.5 + rot: 1.5707963267948966 rad + pos: 60.5,-2.5 parent: 2 - - uid: 3035 + - uid: 10481 components: - type: Transform - pos: 14.5,12.5 + pos: 25.5,21.5 parent: 2 - - uid: 3036 + - uid: 10738 components: - type: Transform - pos: 15.5,12.5 + rot: 1.5707963267948966 rad + pos: 4.5,-59.5 parent: 2 - - uid: 3058 + - uid: 10740 components: - type: Transform - pos: 26.5,26.5 + rot: 1.5707963267948966 rad + pos: -4.5,-57.5 parent: 2 - - uid: 3059 + - uid: 10750 components: - type: Transform - pos: 26.5,28.5 + rot: 1.5707963267948966 rad + pos: -10.5,-57.5 parent: 2 - - uid: 3060 + - uid: 10752 components: - type: Transform - pos: 28.5,30.5 + rot: 1.5707963267948966 rad + pos: -5.5,-59.5 parent: 2 - - uid: 3076 + - uid: 10753 components: - type: Transform - pos: 32.5,27.5 + rot: 1.5707963267948966 rad + pos: -6.5,-59.5 parent: 2 - - uid: 3077 + - uid: 11059 components: - type: Transform - pos: 33.5,27.5 + rot: 1.5707963267948966 rad + pos: 15.5,-41.5 parent: 2 - - uid: 3085 + - uid: 11108 components: - type: Transform - pos: 38.5,24.5 + pos: 15.5,-45.5 parent: 2 - - uid: 3086 + - uid: 11177 components: - type: Transform - pos: 39.5,24.5 + pos: 6.5,-59.5 parent: 2 - - uid: 3087 + - uid: 11180 components: - type: Transform - pos: 40.5,24.5 + pos: 5.5,-59.5 parent: 2 - - uid: 3088 + - uid: 11310 components: - type: Transform - pos: 42.5,24.5 + pos: 34.5,47.5 parent: 2 - - uid: 3231 + - uid: 11312 components: - type: Transform - pos: 26.5,31.5 + pos: 30.5,47.5 parent: 2 - - uid: 3232 + - uid: 11447 components: - type: Transform - pos: 26.5,32.5 + rot: 1.5707963267948966 rad + pos: 62.5,29.5 parent: 2 - - uid: 3233 + - uid: 11482 components: - type: Transform - pos: 26.5,33.5 + pos: -58.5,0.5 parent: 2 - - uid: 3286 + - uid: 11707 components: - type: Transform - pos: 39.5,-24.5 + pos: -63.5,-15.5 parent: 2 - - uid: 3288 + - uid: 11852 components: - type: Transform - pos: 39.5,-26.5 + rot: 3.141592653589793 rad + pos: 57.5,20.5 parent: 2 - - uid: 3289 + - uid: 11853 components: - type: Transform - pos: 39.5,-27.5 + rot: 3.141592653589793 rad + pos: 57.5,24.5 parent: 2 - - uid: 3290 + - uid: 11855 components: - type: Transform - pos: 39.5,-29.5 + rot: 3.141592653589793 rad + pos: 54.5,23.5 parent: 2 - - uid: 3338 + - uid: 11856 components: - type: Transform - pos: 74.5,-3.5 + pos: 54.5,22.5 parent: 2 - - uid: 3339 + - uid: 11857 components: - type: Transform - pos: 75.5,-3.5 + pos: 56.5,24.5 parent: 2 - - uid: 3344 + - uid: 11858 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 75.5,0.5 + pos: 56.5,20.5 parent: 2 - - uid: 3374 + - uid: 11859 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 72.5,-22.5 + rot: 3.141592653589793 rad + pos: 54.5,21.5 parent: 2 - - uid: 3435 + - uid: 12439 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 75.5,1.5 + pos: 48.5,41.5 parent: 2 - - uid: 3436 + - uid: 12440 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 75.5,-0.5 + pos: 48.5,42.5 parent: 2 - - uid: 3467 + - uid: 12441 components: - type: Transform - pos: 71.5,7.5 + pos: 48.5,43.5 parent: 2 - - uid: 3479 + - uid: 12712 components: - type: Transform - pos: 69.5,4.5 + pos: 21.5,-33.5 parent: 2 - - uid: 3480 + - uid: 12767 components: - type: Transform - pos: 68.5,4.5 + pos: -11.5,59.5 parent: 2 - - uid: 3481 + - uid: 12788 components: - type: Transform - pos: 67.5,4.5 + pos: -11.5,60.5 parent: 2 - - uid: 3482 + - uid: 13240 components: - type: Transform - pos: 66.5,4.5 + pos: -29.5,39.5 parent: 2 - - uid: 3483 + - uid: 13241 components: - type: Transform - pos: 65.5,4.5 + pos: -29.5,38.5 parent: 2 - - uid: 3507 + - uid: 13297 components: - type: Transform - pos: 59.5,2.5 + rot: 3.141592653589793 rad + pos: -73.5,58.5 parent: 2 - - uid: 3508 + - uid: 13457 components: - type: Transform - pos: 57.5,2.5 + pos: -4.5,64.5 parent: 2 - - uid: 3554 + - uid: 14511 components: - type: Transform - pos: 68.5,15.5 + rot: 3.141592653589793 rad + pos: -81.5,73.5 parent: 2 - - uid: 3555 + - uid: 14720 components: - type: Transform - pos: 68.5,16.5 + rot: -1.5707963267948966 rad + pos: 48.5,-16.5 parent: 2 - - uid: 3556 + - uid: 19504 components: - type: Transform - pos: 68.5,17.5 + rot: 3.141592653589793 rad + pos: -34.5,18.5 parent: 2 - - uid: 3562 + - uid: 19505 components: - type: Transform - pos: 66.5,21.5 + rot: 3.141592653589793 rad + pos: -34.5,17.5 parent: 2 - - uid: 3563 + - uid: 19506 components: - type: Transform - pos: 66.5,22.5 + rot: 3.141592653589793 rad + pos: -34.5,16.5 parent: 2 - - uid: 3564 + - uid: 24111 components: - type: Transform - pos: 66.5,23.5 + rot: 3.141592653589793 rad + pos: -59.5,71.5 parent: 2 - - uid: 3599 + - uid: 24182 components: - type: Transform - pos: 63.5,18.5 + rot: 3.141592653589793 rad + pos: -61.5,73.5 parent: 2 - - uid: 3600 + - uid: 24222 components: - type: Transform - pos: 62.5,18.5 + rot: -1.5707963267948966 rad + pos: -59.5,78.5 parent: 2 - - uid: 3601 + - uid: 27540 components: - type: Transform - pos: 61.5,18.5 + pos: -3.5,-57.5 parent: 2 - - uid: 3602 + - uid: 31951 components: - type: Transform - pos: 57.5,18.5 + rot: 1.5707963267948966 rad + pos: 62.5,28.5 parent: 2 - - uid: 3603 + - uid: 32412 components: - type: Transform - pos: 56.5,18.5 + rot: -1.5707963267948966 rad + pos: 78.5,33.5 parent: 2 - - uid: 3604 + - uid: 33860 components: - type: Transform - pos: 55.5,18.5 + pos: -84.5,74.5 parent: 2 - - uid: 3605 + - uid: 34129 components: - type: Transform - pos: 52.5,20.5 + pos: -56.5,-11.5 parent: 2 - - uid: 3606 + - uid: 34130 components: - type: Transform - pos: 52.5,21.5 + pos: -56.5,-10.5 parent: 2 - - uid: 3607 + - uid: 34131 components: - type: Transform - pos: 52.5,22.5 + pos: -55.5,-7.5 parent: 2 - - uid: 3611 + - uid: 34193 components: - type: Transform rot: -1.5707963267948966 rad - pos: 71.5,27.5 + pos: -87.5,60.5 parent: 2 - - uid: 3649 + - uid: 34194 components: - type: Transform - pos: 59.5,41.5 + rot: -1.5707963267948966 rad + pos: -86.5,59.5 parent: 2 - - uid: 3650 + - uid: 35032 components: - type: Transform - pos: 59.5,43.5 + rot: -1.5707963267948966 rad + pos: 67.5,28.5 parent: 2 - - uid: 3651 + - uid: 35033 components: - type: Transform - pos: 59.5,44.5 + rot: -1.5707963267948966 rad + pos: 67.5,27.5 parent: 2 - - uid: 3652 + - uid: 35034 components: - type: Transform - pos: 58.5,46.5 + rot: -1.5707963267948966 rad + pos: 68.5,27.5 parent: 2 - - uid: 3653 + - uid: 35035 components: - type: Transform - pos: 58.5,47.5 + rot: -1.5707963267948966 rad + pos: 69.5,27.5 parent: 2 - - uid: 3672 + - uid: 35096 components: - type: Transform - pos: 54.5,40.5 + rot: -1.5707963267948966 rad + pos: 77.5,33.5 parent: 2 - - uid: 3673 + - uid: 35128 components: - type: Transform - pos: 54.5,43.5 + rot: -1.5707963267948966 rad + pos: 55.5,50.5 parent: 2 - - uid: 3674 + - uid: 35129 components: - type: Transform - pos: 53.5,47.5 + rot: -1.5707963267948966 rad + pos: 56.5,50.5 parent: 2 - - uid: 3766 + - uid: 35130 components: - type: Transform - pos: 33.5,36.5 + rot: -1.5707963267948966 rad + pos: 57.5,50.5 parent: 2 - - uid: 3767 + - uid: 35131 components: - type: Transform - pos: 36.5,41.5 + rot: -1.5707963267948966 rad + pos: 55.5,49.5 parent: 2 - - uid: 3768 + - uid: 35132 components: - type: Transform - pos: 35.5,36.5 + rot: -1.5707963267948966 rad + pos: 59.5,53.5 parent: 2 - - uid: 3769 + - uid: 35133 components: - type: Transform - pos: 36.5,42.5 + rot: -1.5707963267948966 rad + pos: 60.5,53.5 parent: 2 - - uid: 3770 + - uid: 35170 components: - type: Transform - pos: 36.5,47.5 + pos: 66.5,36.5 parent: 2 - - uid: 3771 + - uid: 35171 components: - type: Transform - pos: 36.5,48.5 + pos: 66.5,35.5 parent: 2 - - uid: 3777 + - uid: 35172 components: - type: Transform - pos: 32.5,51.5 + pos: 67.5,35.5 parent: 2 - - uid: 3778 + - uid: 35173 components: - type: Transform - pos: 33.5,51.5 + pos: 68.5,35.5 parent: 2 - - uid: 3779 + - uid: 35174 components: - type: Transform - pos: 31.5,51.5 + pos: 69.5,35.5 parent: 2 - - uid: 3780 + - uid: 35437 components: - type: Transform - pos: 30.5,51.5 + rot: -1.5707963267948966 rad + pos: 79.5,33.5 parent: 2 - - uid: 3798 + - uid: 35438 components: - type: Transform - pos: 47.5,40.5 + pos: 58.5,27.5 parent: 2 - - uid: 3800 + - uid: 35439 components: - type: Transform - pos: 47.5,41.5 + pos: 57.5,27.5 parent: 2 - - uid: 3801 + - uid: 35440 components: - type: Transform - pos: 47.5,42.5 + pos: 57.5,28.5 parent: 2 - - uid: 3802 + - uid: 35441 components: - type: Transform - pos: 47.5,43.5 + pos: 57.5,29.5 parent: 2 - - uid: 3803 + - uid: 35442 components: - type: Transform - pos: 47.5,44.5 + pos: 57.5,30.5 parent: 2 - - uid: 3804 + - uid: 35443 components: - type: Transform - pos: 46.5,44.5 + pos: 57.5,31.5 parent: 2 - - uid: 3805 + - uid: 35463 components: - type: Transform - pos: 45.5,45.5 + rot: 1.5707963267948966 rad + pos: 59.5,30.5 parent: 2 - - uid: 3806 + - uid: 35606 components: - type: Transform - pos: 44.5,45.5 + pos: -87.5,82.5 parent: 2 - - uid: 3807 + - uid: 35659 components: - type: Transform - pos: 43.5,45.5 + pos: -87.5,77.5 parent: 2 - - uid: 3808 + - uid: 35660 components: - type: Transform - pos: 42.5,45.5 + pos: -88.5,77.5 parent: 2 - - uid: 3815 + - uid: 35662 components: - type: Transform - pos: 46.5,40.5 + pos: -80.5,77.5 parent: 2 - - uid: 3817 + - uid: 35798 components: - type: Transform - pos: 37.5,65.5 + pos: -80.5,78.5 parent: 2 - - uid: 3820 + - uid: 36338 components: - type: Transform - pos: 49.5,48.5 + pos: -65.5,74.5 parent: 2 - - uid: 3855 + - uid: 36355 components: - type: Transform - pos: 50.5,53.5 + pos: -63.5,74.5 parent: 2 - - uid: 3856 + - uid: 36356 components: - type: Transform - pos: 49.5,53.5 + pos: -63.5,72.5 parent: 2 - - uid: 3857 + - uid: 36359 components: - type: Transform - pos: 53.5,53.5 + pos: -65.5,73.5 parent: 2 - - uid: 3858 + - uid: 36400 components: - type: Transform - pos: 52.5,53.5 + pos: -63.5,75.5 parent: 2 - - uid: 3872 + - uid: 36402 components: - type: Transform - pos: 47.5,56.5 + pos: -65.5,75.5 parent: 2 - - uid: 3873 + - uid: 36403 components: - type: Transform - pos: 47.5,57.5 + pos: -66.5,75.5 parent: 2 - - uid: 3874 + - uid: 36762 components: - type: Transform - pos: 47.5,58.5 + pos: 59.5,46.5 parent: 2 - - uid: 3875 + - uid: 39880 components: - type: Transform - pos: 45.5,60.5 - parent: 2 - - uid: 3876 + rot: -1.5707963267948966 rad + pos: 14.5,-8.5 + parent: 36907 + - uid: 39881 components: - type: Transform - pos: 44.5,60.5 - parent: 2 - - uid: 3877 + rot: -1.5707963267948966 rad + pos: 18.5,-8.5 + parent: 36907 + - uid: 43097 components: - type: Transform - pos: 43.5,60.5 + rot: -1.5707963267948966 rad + pos: 79.5,34.5 parent: 2 - - uid: 3884 + - uid: 43208 components: - type: Transform - pos: 35.5,55.5 + pos: 21.5,-32.5 parent: 2 - - uid: 3905 +- proto: TableReinforcedGlass + entities: + - uid: 31107 components: - type: Transform - pos: 39.5,62.5 + pos: -10.5,42.5 parent: 2 - - uid: 3906 + - uid: 31108 components: - type: Transform - pos: 39.5,63.5 + pos: -9.5,42.5 parent: 2 - - uid: 3907 + - uid: 31116 components: - type: Transform - pos: 38.5,63.5 + pos: -9.5,43.5 parent: 2 - - uid: 3908 + - uid: 31117 components: - type: Transform - pos: 38.5,64.5 + pos: -9.5,44.5 parent: 2 - - uid: 3909 + - uid: 39882 components: - type: Transform - pos: 37.5,64.5 - parent: 2 - - uid: 3910 + pos: 5.5,42.5 + parent: 36907 +- proto: TableStone + entities: + - uid: 8813 components: - type: Transform - pos: 36.5,65.5 + pos: 54.5,-23.5 parent: 2 - - uid: 3911 + - uid: 27690 components: - type: Transform - pos: 35.5,65.5 + pos: 72.5,-13.5 parent: 2 - - uid: 3912 +- proto: TableWeb + entities: + - uid: 16007 components: - type: Transform - pos: 34.5,65.5 - parent: 2 - - uid: 3913 + pos: -10.5,7.5 + parent: 14592 + - uid: 39883 components: - type: Transform - pos: 33.5,65.5 - parent: 2 - - uid: 3914 + pos: 4.5,46.5 + parent: 36907 + - uid: 43029 components: - type: Transform - pos: 33.5,64.5 + pos: -47.5,-10.5 parent: 2 - - uid: 3949 +- proto: TableWood + entities: + - uid: 1149 components: - type: Transform - pos: 18.5,72.5 + pos: 22.5,40.5 parent: 2 - - uid: 3950 + - uid: 1162 components: - type: Transform - pos: 19.5,72.5 + pos: 21.5,40.5 parent: 2 - - uid: 3951 + - uid: 2110 components: - type: Transform - pos: 20.5,72.5 + pos: 32.5,26.5 parent: 2 - - uid: 3952 + - uid: 2576 components: - type: Transform - pos: 21.5,72.5 + pos: 40.5,-58.5 parent: 2 - - uid: 3953 + - uid: 2578 components: - type: Transform - pos: 14.5,72.5 + pos: 41.5,-58.5 parent: 2 - - uid: 3954 + - uid: 2579 components: - type: Transform - pos: 13.5,72.5 + pos: 42.5,-56.5 parent: 2 - - uid: 3955 + - uid: 3108 components: - type: Transform - pos: 14.5,68.5 + pos: 20.5,39.5 parent: 2 - - uid: 3956 + - uid: 3182 components: - type: Transform - pos: 13.5,68.5 + pos: 63.5,-28.5 parent: 2 - - uid: 3957 + - uid: 3254 components: - type: Transform - pos: 16.5,69.5 + pos: 52.5,-29.5 parent: 2 - - uid: 3958 + - uid: 3255 components: - type: Transform - pos: 16.5,71.5 + pos: 50.5,-32.5 parent: 2 - - uid: 3959 + - uid: 3257 components: - type: Transform - pos: 16.5,67.5 + pos: 53.5,-29.5 parent: 2 - - uid: 3960 + - uid: 3471 components: - type: Transform - pos: 16.5,65.5 + pos: 33.5,26.5 parent: 2 - - uid: 3980 + - uid: 3618 components: - type: Transform - pos: 52.5,-52.5 + pos: 77.5,42.5 parent: 2 - - uid: 3983 + - uid: 3846 components: - type: Transform - pos: -7.5,70.5 + rot: 3.141592653589793 rad + pos: 40.5,60.5 parent: 2 - - uid: 3984 + - uid: 4467 components: - type: Transform - pos: -6.5,70.5 + rot: -1.5707963267948966 rad + pos: 0.5,-68.5 parent: 2 - - uid: 3991 + - uid: 4901 components: - type: Transform - pos: 3.5,70.5 + pos: -15.5,-16.5 parent: 2 - - uid: 3992 + - uid: 4902 components: - type: Transform - pos: 2.5,70.5 + pos: -14.5,-16.5 parent: 2 - - uid: 3993 + - uid: 4903 components: - type: Transform - pos: 1.5,70.5 + pos: -13.5,-16.5 parent: 2 - - uid: 3994 + - uid: 4904 components: - type: Transform - pos: 0.5,70.5 + pos: -13.5,-17.5 parent: 2 - - uid: 3995 + - uid: 5489 components: - type: Transform - pos: -0.5,70.5 + pos: -40.5,-53.5 parent: 2 - - uid: 3996 + - uid: 5490 components: - type: Transform - pos: -1.5,70.5 + pos: -39.5,-53.5 parent: 2 - - uid: 3997 + - uid: 5491 components: - type: Transform - pos: -2.5,70.5 + pos: -38.5,-53.5 parent: 2 - - uid: 4021 + - uid: 5493 components: - type: Transform - pos: 14.5,62.5 + pos: -40.5,-54.5 parent: 2 - - uid: 4022 + - uid: 5612 components: - type: Transform - pos: 13.5,60.5 + rot: 1.5707963267948966 rad + pos: -5.5,-43.5 parent: 2 - - uid: 4061 + - uid: 5619 components: - type: Transform - pos: 27.5,55.5 + rot: 1.5707963267948966 rad + pos: -5.5,-41.5 parent: 2 - - uid: 4062 + - uid: 5620 components: - type: Transform - pos: 27.5,52.5 + rot: 1.5707963267948966 rad + pos: -2.5,-45.5 parent: 2 - - uid: 4215 + - uid: 5626 components: - type: Transform - pos: -1.5,42.5 + rot: 1.5707963267948966 rad + pos: -5.5,-42.5 parent: 2 - - uid: 4216 + - uid: 5627 components: - type: Transform - pos: -1.5,44.5 + pos: -9.5,-42.5 parent: 2 - - uid: 4217 + - uid: 5631 components: - type: Transform - pos: -1.5,47.5 + rot: 1.5707963267948966 rad + pos: -2.5,-46.5 parent: 2 - - uid: 4218 + - uid: 5632 components: - type: Transform - pos: -1.5,49.5 + rot: 1.5707963267948966 rad + pos: -4.5,-41.5 parent: 2 - - uid: 4219 + - uid: 5685 components: - type: Transform - pos: -1.5,50.5 + pos: -9.5,-45.5 parent: 2 - - uid: 4220 + - uid: 5686 components: - type: Transform - pos: -1.5,51.5 + pos: -9.5,-46.5 parent: 2 - - uid: 4221 + - uid: 5687 components: - type: Transform - pos: -2.5,51.5 + pos: -8.5,-46.5 parent: 2 - - uid: 4222 + - uid: 5688 components: - type: Transform - pos: -3.5,51.5 + pos: -7.5,-46.5 parent: 2 - - uid: 4223 + - uid: 5708 components: - type: Transform - pos: -4.5,51.5 + rot: -1.5707963267948966 rad + pos: -7.5,-39.5 parent: 2 - - uid: 4305 + - uid: 5711 components: - type: Transform - pos: -22.5,69.5 + rot: -1.5707963267948966 rad + pos: -8.5,-39.5 parent: 2 - - uid: 4306 + - uid: 5713 components: - type: Transform - pos: -21.5,69.5 + rot: 1.5707963267948966 rad + pos: -7.5,-34.5 parent: 2 - - uid: 4367 + - uid: 5714 components: - type: Transform - pos: 25.5,-36.5 + rot: 1.5707963267948966 rad + pos: -8.5,-34.5 parent: 2 - - uid: 4368 + - uid: 5716 components: - type: Transform - pos: 25.5,-35.5 + rot: -1.5707963267948966 rad + pos: -6.5,-36.5 parent: 2 - - uid: 4369 + - uid: 5721 components: - type: Transform - pos: 29.5,-33.5 + rot: -1.5707963267948966 rad + pos: -8.5,-35.5 parent: 2 - - uid: 4377 + - uid: 5722 components: - type: Transform - pos: 35.5,-33.5 + rot: -1.5707963267948966 rad + pos: -4.5,-36.5 parent: 2 - - uid: 4409 + - uid: 5724 components: - type: Transform - pos: 25.5,-19.5 + rot: -1.5707963267948966 rad + pos: -5.5,-37.5 parent: 2 - - uid: 4410 + - uid: 5725 components: - type: Transform - pos: 25.5,-17.5 + rot: -1.5707963267948966 rad + pos: -6.5,-37.5 parent: 2 - - uid: 4448 + - uid: 5728 components: - type: Transform - pos: 57.5,-1.5 + rot: -1.5707963267948966 rad + pos: -4.5,-37.5 parent: 2 - - uid: 4449 + - uid: 6049 components: - type: Transform - pos: 59.5,-1.5 + rot: -1.5707963267948966 rad + pos: 12.5,41.5 parent: 2 - - uid: 4472 + - uid: 6109 components: - type: Transform - pos: -49.5,49.5 + pos: 13.5,-33.5 parent: 2 - - uid: 4473 + - uid: 6115 components: - type: Transform - pos: -53.5,53.5 + pos: 14.5,-33.5 parent: 2 - - uid: 4584 + - uid: 6116 components: - type: Transform - pos: 50.5,-55.5 + pos: 12.5,-33.5 parent: 2 - - uid: 4596 + - uid: 6117 components: - type: Transform - pos: 51.5,-52.5 + pos: 14.5,-34.5 parent: 2 - - uid: 4597 + - uid: 6144 components: - type: Transform - pos: 44.5,-56.5 + pos: 4.5,-36.5 parent: 2 - - uid: 4598 + - uid: 6145 components: - type: Transform - pos: 45.5,-56.5 + pos: 5.5,-36.5 parent: 2 - - uid: 4608 + - uid: 6151 components: - type: Transform - pos: 41.5,-59.5 + pos: 9.5,-37.5 parent: 2 - - uid: 4611 + - uid: 6152 components: - type: Transform - pos: 40.5,-59.5 + pos: 8.5,-37.5 parent: 2 - - uid: 4618 + - uid: 6153 components: - type: Transform - pos: 51.5,-53.5 + pos: 7.5,-37.5 parent: 2 - - uid: 4734 + - uid: 6154 components: - type: Transform - pos: -37.5,62.5 + pos: 7.5,-38.5 parent: 2 - - uid: 4754 + - uid: 6182 components: - type: Transform - pos: 50.5,-54.5 + pos: -27.5,59.5 parent: 2 - - uid: 4774 + - uid: 6200 components: - type: Transform - pos: -19.5,-37.5 + pos: -29.5,55.5 parent: 2 - - uid: 4775 + - uid: 6213 components: - type: Transform - pos: -18.5,-37.5 + pos: -27.5,60.5 parent: 2 - - uid: 4776 + - uid: 6227 components: - type: Transform - pos: -17.5,-37.5 + pos: -2.5,69.5 parent: 2 - - uid: 4780 + - uid: 6230 components: - type: Transform - pos: -27.5,-19.5 + pos: 3.5,69.5 parent: 2 - - uid: 4781 + - uid: 6231 components: - type: Transform - pos: -26.5,-19.5 + pos: 4.5,69.5 parent: 2 - - uid: 4782 + - uid: 6232 components: - type: Transform - pos: -30.5,-16.5 + pos: -3.5,68.5 parent: 2 - - uid: 4783 + - uid: 6234 components: - type: Transform - pos: -30.5,-17.5 + pos: 1.5,69.5 parent: 2 - - uid: 4874 + - uid: 6235 components: - type: Transform - pos: 73.5,6.5 + pos: 0.5,69.5 parent: 2 - - uid: 4931 + - uid: 6249 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-8.5 + pos: -3.5,69.5 parent: 2 - - uid: 5226 + - uid: 6731 components: - type: Transform - pos: -53.5,-44.5 + pos: 14.5,-16.5 parent: 2 - - uid: 5267 + - uid: 6732 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,-56.5 + pos: 13.5,-16.5 parent: 2 - - uid: 5415 + - uid: 6733 components: - type: Transform - pos: -39.5,-49.5 + pos: 13.5,-17.5 parent: 2 - - uid: 5416 + - uid: 6734 components: - type: Transform - pos: -37.5,-49.5 + pos: 13.5,-18.5 parent: 2 - - uid: 5447 + - uid: 6737 components: - type: Transform - pos: -54.5,-44.5 + rot: -1.5707963267948966 rad + pos: 16.5,-15.5 parent: 2 - - uid: 5769 + - uid: 6976 components: - type: Transform - pos: -7.5,-26.5 + pos: 6.5,69.5 parent: 2 - - uid: 5770 + - uid: 6979 components: - type: Transform - pos: 8.5,-26.5 + pos: -48.5,10.5 parent: 2 - - uid: 5898 + - uid: 7056 components: - type: Transform - pos: -45.5,47.5 + pos: 48.5,-30.5 parent: 2 - - uid: 6924 + - uid: 7165 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -74.5,87.5 + rot: 3.141592653589793 rad + pos: 62.5,-14.5 parent: 2 - - uid: 7229 + - uid: 7166 components: - type: Transform - pos: -85.5,72.5 + rot: 3.141592653589793 rad + pos: 62.5,-16.5 parent: 2 - - uid: 7233 + - uid: 7207 components: - type: Transform - pos: -85.5,75.5 + rot: 1.5707963267948966 rad + pos: 64.5,-13.5 parent: 2 - - uid: 7239 + - uid: 7208 components: - type: Transform - pos: -86.5,80.5 + rot: 1.5707963267948966 rad + pos: 64.5,-14.5 parent: 2 - - uid: 7245 + - uid: 7209 components: - type: Transform - pos: -85.5,71.5 + rot: 1.5707963267948966 rad + pos: 64.5,-17.5 parent: 2 - - uid: 7549 + - uid: 7211 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-7.5 + rot: 1.5707963267948966 rad + pos: 64.5,-16.5 parent: 2 - - uid: 7565 + - uid: 7829 components: - type: Transform - pos: -49.5,48.5 + pos: -27.5,-58.5 parent: 2 - - uid: 7584 + - uid: 8092 components: - type: Transform - pos: -53.5,54.5 + rot: 3.141592653589793 rad + pos: -14.5,14.5 parent: 2 - - uid: 7712 + - uid: 8093 components: - type: Transform - pos: -55.5,52.5 + rot: 3.141592653589793 rad + pos: -15.5,14.5 parent: 2 - - uid: 7713 + - uid: 8094 components: - type: Transform - pos: -55.5,54.5 + rot: 3.141592653589793 rad + pos: -16.5,14.5 parent: 2 - - uid: 7770 + - uid: 8095 components: - type: Transform - pos: -46.5,49.5 + rot: 3.141592653589793 rad + pos: -14.5,15.5 parent: 2 - - uid: 7771 + - uid: 8100 components: - type: Transform - pos: -45.5,49.5 + pos: -17.5,14.5 parent: 2 - - uid: 7839 + - uid: 8247 components: - type: Transform - pos: -41.5,7.5 + pos: 41.5,-42.5 parent: 2 - - uid: 7840 + - uid: 8293 components: - type: Transform - pos: -41.5,8.5 + pos: 65.5,-28.5 parent: 2 - - uid: 8580 + - uid: 8295 components: - type: Transform - pos: 73.5,0.5 + pos: 51.5,-32.5 parent: 2 - - uid: 8722 + - uid: 8359 components: - type: Transform - pos: 74.5,-5.5 + rot: 1.5707963267948966 rad + pos: -3.5,58.5 parent: 2 - - uid: 8728 + - uid: 8360 components: - type: Transform - pos: 66.5,-35.5 + rot: 1.5707963267948966 rad + pos: -2.5,58.5 parent: 2 - - uid: 8862 + - uid: 8361 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-13.5 + rot: 1.5707963267948966 rad + pos: -1.5,58.5 parent: 2 - - uid: 8904 + - uid: 8362 components: - type: Transform - pos: -59.5,0.5 + rot: 1.5707963267948966 rad + pos: -3.5,61.5 parent: 2 - - uid: 9293 + - uid: 8363 components: - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,22.5 + rot: 1.5707963267948966 rad + pos: -2.5,61.5 parent: 2 - - uid: 9294 + - uid: 8417 components: - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,23.5 + pos: -1.5,61.5 parent: 2 - - uid: 9567 + - uid: 8431 components: - type: Transform - pos: 42.5,39.5 + pos: 8.5,68.5 parent: 2 - - uid: 9568 + - uid: 8593 components: - type: Transform - pos: 43.5,39.5 + pos: 40.5,-42.5 parent: 2 - - uid: 9569 + - uid: 8809 components: - type: Transform - pos: 44.5,39.5 + pos: 52.5,-21.5 parent: 2 - - uid: 9570 + - uid: 8838 components: - type: Transform - pos: 45.5,39.5 + pos: 58.5,-20.5 parent: 2 - - uid: 9600 + - uid: 8839 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,32.5 + pos: 58.5,-21.5 parent: 2 - - uid: 9601 + - uid: 8840 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,33.5 + pos: 58.5,-22.5 parent: 2 - - uid: 9602 + - uid: 8841 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,34.5 + pos: 57.5,-22.5 parent: 2 - - uid: 9758 + - uid: 8912 components: - type: Transform - pos: 27.5,59.5 + pos: 39.5,-42.5 parent: 2 - - uid: 9897 + - uid: 8913 components: - type: Transform - pos: 27.5,57.5 + pos: 39.5,-43.5 parent: 2 - - uid: 10000 + - uid: 8931 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-60.5 + rot: 1.5707963267948966 rad + pos: 37.5,-46.5 parent: 2 - - uid: 10001 + - uid: 8932 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-56.5 + rot: 1.5707963267948966 rad + pos: 38.5,-46.5 parent: 2 - - uid: 10031 + - uid: 8933 components: - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,48.5 + rot: 1.5707963267948966 rad + pos: 41.5,-45.5 parent: 2 - - uid: 10040 + - uid: 8973 components: - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,48.5 + pos: 35.5,-45.5 parent: 2 - - uid: 10128 + - uid: 8988 components: - type: Transform rot: 3.141592653589793 rad - pos: 3.5,-57.5 + pos: 32.5,-45.5 parent: 2 - - uid: 10129 + - uid: 8990 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-60.5 + pos: 34.5,-45.5 parent: 2 - - uid: 10146 + - uid: 8998 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-59.5 + pos: 41.5,-39.5 parent: 2 - - uid: 10220 + - uid: 9009 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,48.5 + pos: 32.5,-55.5 parent: 2 - - uid: 10223 + - uid: 9010 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,48.5 + pos: 32.5,-56.5 parent: 2 - - uid: 10270 + - uid: 9011 components: - type: Transform - pos: 35.5,60.5 + pos: 31.5,-56.5 parent: 2 - - uid: 10340 + - uid: 9012 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-57.5 + pos: 30.5,-56.5 parent: 2 - - uid: 10609 + - uid: 9013 components: - type: Transform - pos: 66.5,-34.5 + pos: 22.5,-59.5 parent: 2 - - uid: 10625 + - uid: 9019 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-56.5 + pos: 23.5,-59.5 parent: 2 - - uid: 10845 + - uid: 9020 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,11.5 + pos: 24.5,-59.5 parent: 2 - - uid: 10847 + - uid: 9021 components: - type: Transform - pos: 48.5,-56.5 + pos: 24.5,-58.5 parent: 2 - - uid: 10849 + - uid: 9022 components: - type: Transform - pos: 51.5,-54.5 + pos: 26.5,-57.5 parent: 2 - - uid: 10850 + - uid: 9023 components: - type: Transform - pos: 52.5,-51.5 + pos: 27.5,-57.5 parent: 2 - - uid: 10851 + - uid: 9024 components: - type: Transform - pos: 48.5,-55.5 + pos: 28.5,-57.5 parent: 2 - - uid: 10852 + - uid: 9025 components: - type: Transform - pos: 49.5,-55.5 + pos: 28.5,-56.5 parent: 2 - - uid: 10853 + - uid: 9026 components: - type: Transform - pos: 52.5,-49.5 + pos: 18.5,-61.5 parent: 2 - - uid: 10855 + - uid: 9027 components: - type: Transform - pos: 52.5,-48.5 + pos: 19.5,-61.5 parent: 2 - - uid: 11274 + - uid: 9028 components: - type: Transform - pos: -10.5,-6.5 + pos: 20.5,-61.5 parent: 2 - - uid: 11303 + - uid: 9029 components: - type: Transform - pos: -10.5,-3.5 + pos: 20.5,-60.5 parent: 2 - - uid: 11304 + - uid: 9040 components: - type: Transform - pos: -9.5,-3.5 + rot: -1.5707963267948966 rad + pos: 18.5,-58.5 parent: 2 - - uid: 11305 + - uid: 9041 components: - type: Transform - pos: -8.5,-3.5 + rot: -1.5707963267948966 rad + pos: 22.5,-56.5 parent: 2 - - uid: 11306 + - uid: 9042 components: - type: Transform - pos: -7.5,-3.5 + rot: -1.5707963267948966 rad + pos: 26.5,-54.5 parent: 2 - - uid: 11311 + - uid: 9043 components: - type: Transform - pos: 17.5,-3.5 + rot: -1.5707963267948966 rad + pos: 30.5,-53.5 parent: 2 - - uid: 11313 + - uid: 9359 components: - type: Transform - pos: 16.5,-3.5 + pos: 41.5,50.5 parent: 2 - - uid: 11315 + - uid: 9469 components: - type: Transform - pos: 18.5,-3.5 + pos: 41.5,51.5 parent: 2 - - uid: 11317 + - uid: 9788 components: - type: Transform - pos: 19.5,-3.5 + pos: 6.5,42.5 parent: 2 - - uid: 11318 + - uid: 9796 components: - type: Transform - pos: 11.5,-6.5 + pos: 9.5,48.5 parent: 2 - - uid: 11340 + - uid: 9798 components: - type: Transform - pos: -16.5,-6.5 + pos: 9.5,47.5 parent: 2 - - uid: 11346 + - uid: 9799 components: - type: Transform - pos: 9.5,-6.5 + pos: 9.5,46.5 parent: 2 - - uid: 11347 + - uid: 9800 components: - type: Transform - pos: 10.5,-6.5 + pos: 10.5,48.5 parent: 2 - - uid: 11348 + - uid: 9801 components: - type: Transform - pos: 8.5,-6.5 + pos: 10.5,47.5 parent: 2 - - uid: 11355 + - uid: 9802 components: - type: Transform - pos: -14.5,-3.5 + pos: 10.5,46.5 parent: 2 - - uid: 11400 + - uid: 9803 components: - type: Transform - pos: -15.5,-3.5 + pos: 8.5,48.5 parent: 2 - - uid: 11402 + - uid: 9804 components: - type: Transform - pos: -16.5,-3.5 + pos: 8.5,47.5 parent: 2 - - uid: 11441 + - uid: 9805 components: - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,38.5 + pos: 8.5,46.5 parent: 2 - - uid: 11450 + - uid: 9851 components: - type: Transform - pos: -17.5,-3.5 + pos: 14.5,42.5 parent: 2 - - uid: 11457 + - uid: 9852 components: - type: Transform - pos: -17.5,-6.5 + pos: 15.5,42.5 parent: 2 - - uid: 11564 + - uid: 9853 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -67.5,23.5 + pos: 16.5,42.5 parent: 2 - - uid: 11692 + - uid: 9894 components: - type: Transform - pos: 15.5,-6.5 + pos: -28.5,-49.5 parent: 2 - - uid: 12168 + - uid: 9968 components: - type: Transform - pos: 16.5,-6.5 + pos: -19.5,-65.5 parent: 2 - - uid: 12169 + - uid: 9969 components: - type: Transform - pos: 15.5,-3.5 + pos: -20.5,-65.5 parent: 2 - - uid: 12207 + - uid: 9978 components: - type: Transform - pos: -15.5,-6.5 + pos: 26.5,70.5 parent: 2 - - uid: 12221 + - uid: 9979 components: - type: Transform - pos: 18.5,-6.5 + pos: 26.5,69.5 parent: 2 - - uid: 12224 + - uid: 10036 components: - type: Transform - pos: 17.5,-6.5 + pos: -25.5,-64.5 parent: 2 - - uid: 12226 + - uid: 10039 components: - type: Transform - pos: -7.5,-6.5 + pos: -25.5,-63.5 parent: 2 - - uid: 12227 + - uid: 10046 components: - type: Transform - pos: -8.5,-6.5 + pos: 25.5,70.5 parent: 2 - - uid: 12228 + - uid: 10066 components: - type: Transform - pos: -9.5,-6.5 + pos: 25.5,69.5 parent: 2 - - uid: 12236 + - uid: 10079 components: - type: Transform - pos: -14.5,-6.5 + rot: 3.141592653589793 rad + pos: -22.5,-60.5 parent: 2 - - uid: 12237 + - uid: 10082 components: - type: Transform - pos: 9.5,-3.5 + rot: 3.141592653589793 rad + pos: -23.5,-60.5 parent: 2 - - uid: 12238 + - uid: 10224 components: - type: Transform - pos: 19.5,-6.5 + pos: 31.5,26.5 parent: 2 - - uid: 12239 + - uid: 10227 components: - type: Transform - pos: 10.5,-3.5 + pos: 31.5,25.5 parent: 2 - - uid: 12242 + - uid: 10350 components: - type: Transform - pos: 11.5,-3.5 + pos: 39.5,23.5 parent: 2 - - uid: 12243 + - uid: 10351 components: - type: Transform - pos: 8.5,-3.5 + pos: 39.5,22.5 parent: 2 - - uid: 12308 + - uid: 10352 components: - type: Transform - pos: 7.5,71.5 + pos: 39.5,21.5 parent: 2 - - uid: 12369 + - uid: 10359 components: - type: Transform - pos: -79.5,59.5 + pos: 42.5,23.5 parent: 2 - - uid: 12456 + - uid: 10495 components: - type: Transform - pos: -44.5,-13.5 + rot: 3.141592653589793 rad + pos: 44.5,59.5 parent: 2 - - uid: 12507 + - uid: 10496 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -67.5,22.5 + rot: 3.141592653589793 rad + pos: 43.5,59.5 parent: 2 - - uid: 12621 + - uid: 10497 components: - type: Transform - pos: 74.5,6.5 + rot: 3.141592653589793 rad + pos: 45.5,59.5 parent: 2 - - uid: 13451 + - uid: 10498 components: - type: Transform - pos: -5.5,-79.5 + rot: 3.141592653589793 rad + pos: 45.5,58.5 parent: 2 - - uid: 13942 + - uid: 10502 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 73.5,-12.5 + rot: 3.141592653589793 rad + pos: 45.5,52.5 parent: 2 - - uid: 13946 + - uid: 10503 components: - type: Transform - pos: 73.5,-0.5 + rot: 3.141592653589793 rad + pos: 45.5,53.5 parent: 2 - - uid: 13947 + - uid: 10515 components: - type: Transform - pos: 73.5,1.5 + rot: 3.141592653589793 rad + pos: 47.5,52.5 parent: 2 - - uid: 14031 + - uid: 10528 components: - type: Transform - pos: -44.5,-15.5 + rot: 3.141592653589793 rad + pos: 46.5,52.5 parent: 2 - - uid: 14038 + - uid: 10535 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,-40.5 + pos: 41.5,56.5 parent: 2 - - uid: 14040 + - uid: 10633 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,-40.5 + rot: 3.141592653589793 rad + pos: -25.5,-51.5 parent: 2 - - uid: 14041 + - uid: 10708 components: - type: Transform rot: -1.5707963267948966 rad - pos: 63.5,-39.5 + pos: 11.5,32.5 parent: 2 - - uid: 14298 + - uid: 10756 components: - type: Transform - pos: 75.5,6.5 + pos: -2.5,41.5 parent: 2 - - uid: 14301 + - uid: 10757 components: - type: Transform - pos: 73.5,-19.5 + pos: -3.5,41.5 parent: 2 - - uid: 14302 + - uid: 10758 components: - type: Transform - pos: 73.5,-21.5 + pos: -4.5,41.5 parent: 2 - - uid: 14476 + - uid: 10759 components: - type: Transform - pos: 73.5,-23.5 + pos: -4.5,40.5 parent: 2 - - uid: 14483 + - uid: 10763 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 73.5,-11.5 + pos: -4.5,45.5 parent: 2 - - uid: 14507 + - uid: 10782 components: - type: Transform - pos: -63.5,1.5 + pos: -5.5,43.5 parent: 2 - - uid: 14512 + - uid: 10919 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,59.5 + pos: 34.5,-54.5 parent: 2 - - uid: 15488 + - uid: 10987 components: - type: Transform - pos: -63.5,0.5 + pos: 65.5,-29.5 parent: 2 - - uid: 19248 + - uid: 11207 components: - type: Transform - pos: 74.5,-1.5 + pos: 48.5,-31.5 parent: 2 - - uid: 21139 + - uid: 11267 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,37.5 + pos: 63.5,-29.5 parent: 2 - - uid: 21774 + - uid: 11583 components: - type: Transform - pos: -13.5,35.5 + pos: 40.5,19.5 parent: 2 - - uid: 23712 + - uid: 11812 components: - type: Transform - pos: -15.5,35.5 + pos: 47.5,-48.5 parent: 2 - - uid: 23754 + - uid: 11813 components: - type: Transform - pos: 74.5,2.5 + pos: 48.5,-48.5 parent: 2 - - uid: 23756 + - uid: 11814 components: - type: Transform - pos: 75.5,4.5 + pos: 45.5,-51.5 parent: 2 - - uid: 23757 + - uid: 12506 components: - type: Transform - pos: 74.5,4.5 + pos: -32.5,38.5 parent: 2 - - uid: 24271 + - uid: 12512 components: - type: Transform - pos: 66.5,-33.5 + rot: -1.5707963267948966 rad + pos: -35.5,41.5 parent: 2 - - uid: 24847 + - uid: 13114 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,40.5 + rot: -1.5707963267948966 rad + pos: 11.5,33.5 parent: 2 - - uid: 27110 + - uid: 13151 components: - type: Transform - pos: -75.5,84.5 + pos: 3.5,40.5 parent: 2 - - uid: 27139 + - uid: 13152 components: - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,37.5 + pos: 3.5,39.5 parent: 2 - - uid: 27455 + - uid: 13153 components: - type: Transform - pos: -77.5,80.5 + pos: 4.5,39.5 parent: 2 - - uid: 27638 + - uid: 13154 components: - type: Transform - pos: -75.5,80.5 + pos: 5.5,39.5 parent: 2 - - uid: 27643 + - uid: 13235 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -74.5,86.5 + pos: 20.5,40.5 parent: 2 - - uid: 27644 + - uid: 13264 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -74.5,85.5 + pos: 16.5,47.5 parent: 2 - - uid: 27661 + - uid: 13266 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -74.5,79.5 + pos: 15.5,47.5 parent: 2 - - uid: 27662 + - uid: 13679 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -74.5,78.5 + pos: -29.5,-61.5 parent: 2 - - uid: 27669 + - uid: 13702 components: - type: Transform - pos: -71.5,80.5 + pos: -34.5,-56.5 parent: 2 - - uid: 27670 + - uid: 13703 components: - type: Transform - pos: -70.5,80.5 + pos: -34.5,-57.5 parent: 2 - - uid: 27672 + - uid: 13736 components: - type: Transform - pos: -70.5,84.5 + pos: -34.5,-55.5 parent: 2 - - uid: 27673 + - uid: 13827 components: - type: Transform - pos: -71.5,84.5 + pos: -29.5,-49.5 parent: 2 - - uid: 27675 + - uid: 13828 components: - type: Transform - pos: -73.5,84.5 + pos: -31.5,-49.5 parent: 2 - - uid: 27677 + - uid: 13839 components: - type: Transform - pos: -77.5,84.5 + pos: -30.5,-49.5 parent: 2 - - uid: 27678 + - uid: 13964 components: - type: Transform - pos: -78.5,84.5 + rot: 3.141592653589793 rad + pos: -31.5,-46.5 parent: 2 - - uid: 27705 + - uid: 14059 components: - type: Transform rot: -1.5707963267948966 rad - pos: -82.5,83.5 + pos: -28.5,0.5 parent: 2 - - uid: 27706 + - uid: 14060 components: - type: Transform rot: -1.5707963267948966 rad - pos: -82.5,79.5 + pos: -27.5,0.5 parent: 2 - - uid: 27709 + - uid: 14061 components: - type: Transform rot: -1.5707963267948966 rad - pos: -86.5,79.5 + pos: -28.5,-1.5 parent: 2 - - uid: 29985 + - uid: 14215 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,47.5 + pos: -11.5,-67.5 parent: 2 - - uid: 30719 + - uid: 14225 components: - type: Transform - rot: 3.141592653589793 rad - pos: -86.5,83.5 + pos: -16.5,-66.5 parent: 2 - - uid: 30912 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,8.5 - parent: 30892 - - uid: 30913 + - uid: 14527 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,9.5 - parent: 30892 - - uid: 30914 + pos: -15.5,-57.5 + parent: 2 + - uid: 14552 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,7.5 - parent: 30892 - - uid: 30915 + pos: -41.5,-3.5 + parent: 2 + - uid: 14558 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,6.5 - parent: 30892 - - uid: 30917 + pos: -41.5,-2.5 + parent: 2 + - uid: 14566 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,8.5 - parent: 30892 - - uid: 30918 + rot: -1.5707963267948966 rad + pos: -38.5,-4.5 + parent: 2 + - uid: 14567 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,9.5 - parent: 30892 - - uid: 30924 + rot: -1.5707963267948966 rad + pos: -39.5,-2.5 + parent: 2 + - uid: 14584 components: - type: Transform - pos: 9.5,12.5 - parent: 30892 - - uid: 30925 + pos: -28.5,-54.5 + parent: 2 + - uid: 14653 components: - type: Transform - pos: 8.5,12.5 - parent: 30892 - - uid: 30927 + rot: 3.141592653589793 rad + pos: -2.5,-7.5 + parent: 14592 + - uid: 14703 components: - type: Transform - pos: 6.5,12.5 - parent: 30892 - - uid: 30928 + rot: 3.141592653589793 rad + pos: -1.5,-8.5 + parent: 14592 + - uid: 14821 components: - type: Transform - pos: 5.5,12.5 - parent: 30892 - - uid: 30930 + rot: 3.141592653589793 rad + pos: -2.5,-8.5 + parent: 14592 + - uid: 14900 components: - type: Transform - pos: 3.5,12.5 - parent: 30892 - - uid: 30931 + rot: 3.141592653589793 rad + pos: -1.5,-7.5 + parent: 14592 + - uid: 24224 components: - type: Transform - pos: 2.5,12.5 - parent: 30892 - - uid: 30942 + rot: -1.5707963267948966 rad + pos: 33.5,-63.5 + parent: 2 + - uid: 24905 components: - type: Transform rot: 1.5707963267948966 rad - pos: 10.5,-0.5 - parent: 30892 - - uid: 30943 + pos: -68.5,-0.5 + parent: 2 + - uid: 24913 components: - type: Transform rot: 1.5707963267948966 rad - pos: 10.5,-1.5 - parent: 30892 - - uid: 31078 + pos: -64.5,3.5 + parent: 2 + - uid: 26756 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-1.5 - parent: 30892 - - uid: 31085 + rot: -1.5707963267948966 rad + pos: 53.5,-18.5 + parent: 2 + - uid: 26896 components: - type: Transform rot: 1.5707963267948966 rad - pos: 7.5,-1.5 - parent: 30892 - - uid: 31086 + pos: 41.5,-31.5 + parent: 2 + - uid: 26897 components: - type: Transform rot: 1.5707963267948966 rad - pos: 8.5,-1.5 - parent: 30892 - - uid: 31087 + pos: 41.5,-32.5 + parent: 2 + - uid: 30748 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-1.5 - parent: 30892 - - uid: 31709 + pos: -15.5,31.5 + parent: 2 + - uid: 30749 components: - type: Transform - pos: -76.5,59.5 + pos: -15.5,32.5 parent: 2 - - uid: 33858 + - uid: 30750 components: - type: Transform - pos: -65.5,80.5 + pos: -14.5,31.5 parent: 2 - - uid: 33863 + - uid: 30751 components: - type: Transform - pos: -65.5,81.5 + pos: -14.5,32.5 parent: 2 - - uid: 33864 + - uid: 30752 components: - type: Transform - pos: -65.5,79.5 + pos: -13.5,31.5 parent: 2 - - uid: 33868 + - uid: 30753 components: - type: Transform - pos: -61.5,79.5 + pos: -13.5,32.5 parent: 2 - - uid: 33869 + - uid: 30754 components: - type: Transform - pos: -61.5,80.5 + pos: -16.5,32.5 parent: 2 - - uid: 33870 + - uid: 30755 components: - type: Transform - pos: -61.5,81.5 + pos: -16.5,31.5 parent: 2 - - uid: 33871 + - uid: 30756 components: - type: Transform - pos: -62.5,82.5 + pos: -12.5,32.5 parent: 2 - - uid: 33872 + - uid: 30757 components: - type: Transform - pos: -63.5,82.5 + pos: -12.5,31.5 parent: 2 - - uid: 33873 + - uid: 30776 components: - type: Transform - pos: -64.5,82.5 + pos: -12.5,29.5 parent: 2 - - uid: 33978 + - uid: 30777 components: - type: Transform - pos: -37.5,63.5 + pos: -11.5,29.5 parent: 2 - - uid: 34999 + - uid: 30778 components: - type: Transform - pos: 67.5,38.5 + pos: -10.5,29.5 parent: 2 - - uid: 35000 + - uid: 30779 components: - type: Transform - pos: 67.5,39.5 + pos: -10.5,30.5 parent: 2 - - uid: 35011 + - uid: 30780 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 70.5,26.5 + pos: -16.5,34.5 parent: 2 - - uid: 35012 + - uid: 30781 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 75.5,31.5 + pos: -17.5,34.5 parent: 2 - - uid: 35013 + - uid: 31252 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 71.5,26.5 - parent: 2 - - uid: 35014 + pos: 2.5,11.5 + parent: 30892 + - uid: 31253 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 75.5,30.5 - parent: 2 - - uid: 35015 + pos: 5.5,11.5 + parent: 30892 + - uid: 31254 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 74.5,30.5 - parent: 2 - - uid: 35016 + pos: 8.5,11.5 + parent: 30892 + - uid: 31297 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 74.5,29.5 - parent: 2 - - uid: 35017 + pos: 7.5,-0.5 + parent: 30892 + - uid: 31298 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 74.5,28.5 - parent: 2 - - uid: 35019 + pos: 8.5,-0.5 + parent: 30892 + - uid: 31299 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 73.5,27.5 - parent: 2 - - uid: 35020 + pos: 9.5,-0.5 + parent: 30892 + - uid: 31300 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 72.5,27.5 - parent: 2 - - uid: 35098 + pos: 6.5,-0.5 + parent: 30892 + - uid: 31301 components: - type: Transform - pos: 73.5,28.5 - parent: 2 - - uid: 35100 + pos: 9.5,0.5 + parent: 30892 + - uid: 31302 components: - type: Transform - pos: 55.5,51.5 - parent: 2 - - uid: 35101 + pos: 9.5,3.5 + parent: 30892 + - uid: 31303 components: - type: Transform - pos: 56.5,51.5 - parent: 2 - - uid: 35102 + pos: 9.5,2.5 + parent: 30892 + - uid: 32826 components: - type: Transform - pos: 57.5,51.5 - parent: 2 - - uid: 35624 + pos: -14.5,-6.5 + parent: 14592 + - uid: 34341 components: - type: Transform - pos: -23.5,69.5 + pos: 47.5,-19.5 parent: 2 - - uid: 35707 + - uid: 34342 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,78.5 + pos: 46.5,-21.5 parent: 2 - - uid: 35709 + - uid: 34343 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,78.5 + pos: 50.5,-22.5 parent: 2 - - uid: 35710 + - uid: 35040 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,78.5 + pos: 71.5,28.5 parent: 2 - - uid: 36347 + - uid: 35658 components: - type: Transform - pos: -62.5,73.5 + rot: 3.141592653589793 rad + pos: -31.5,67.5 parent: 2 - - uid: 36348 + - uid: 35661 components: - type: Transform - pos: -62.5,74.5 + rot: 3.141592653589793 rad + pos: -33.5,63.5 parent: 2 - - uid: 42903 + - uid: 35664 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,11.5 + rot: 3.141592653589793 rad + pos: -32.5,63.5 parent: 2 - - uid: 42904 + - uid: 36166 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,11.5 + pos: -47.5,-7.5 parent: 2 - - uid: 42905 + - uid: 36167 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,11.5 + pos: -47.5,-6.5 parent: 2 - - uid: 42906 + - uid: 39884 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,11.5 - parent: 2 - - uid: 42907 + pos: 27.5,40.5 + parent: 36907 + - uid: 39885 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,11.5 - parent: 2 - - uid: 42908 + pos: 25.5,41.5 + parent: 36907 + - uid: 39886 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,11.5 - parent: 2 - - uid: 42993 + pos: 22.5,42.5 + parent: 36907 + - uid: 42959 components: - type: Transform - pos: 3.5,12.5 + pos: 8.5,-64.5 parent: 2 - - uid: 43001 + - uid: 43166 components: - type: Transform - pos: -2.5,12.5 + rot: -1.5707963267948966 rad + pos: -70.5,-1.5 parent: 2 -- proto: ResearchAndDevelopmentServer - entities: - - uid: 4892 + - uid: 43167 components: - type: Transform - pos: -21.5,-19.5 + rot: -1.5707963267948966 rad + pos: -71.5,-1.5 parent: 2 -- proto: RevolverCapGun - entities: - - uid: 14487 + - uid: 43170 components: - type: Transform - pos: -15.485554,-57.338005 + pos: -70.5,1.5 parent: 2 -- proto: RightArmBorgEngineer +- proto: TargetClown entities: - - uid: 13012 + - uid: 6313 components: - type: Transform - pos: 24.7862,13.630453 + rot: -1.5707963267948966 rad + pos: 16.5,26.5 parent: 2 -- proto: RightFootSkeleton - entities: - - uid: 11277 + - uid: 10030 components: - type: Transform - parent: 10959 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: RightLegBorgEngineer + pos: 17.5,22.5 + parent: 2 +- proto: TargetHuman entities: - - uid: 13011 + - uid: 10225 components: - type: Transform - pos: 19.477045,16.602457 + pos: 20.5,21.5 parent: 2 -- proto: RiotBulletShield +- proto: TargetStrange entities: - - uid: 10715 + - uid: 5138 components: + - type: MetaData + name: 'уву мишень Георгий ' - type: Transform - pos: 49.55548,32.65437 + pos: -18.5,-40.5 parent: 2 - - uid: 10717 + - uid: 10237 components: - type: Transform - pos: 49.30548,32.669994 + pos: 19.5,20.5 parent: 2 - - uid: 35088 +- proto: TargetSyndicate + entities: + - uid: 10232 components: - type: Transform - pos: 62.52826,27.553679 + pos: 18.5,23.5 parent: 2 -- proto: RiotLaserShield +- proto: TechnologyDisk entities: - - uid: 10719 + - uid: 35541 components: - type: Transform - pos: 49.74298,32.49812 + pos: 72.26296,7.60185 parent: 2 - - uid: 10720 +- proto: TegCenter + entities: + - uid: 6088 components: - type: Transform - pos: 49.571106,32.482494 + pos: -63.5,23.5 parent: 2 - - uid: 35089 + - type: AtmosDevice + joinedGrid: 2 +- proto: TegCirculator + entities: + - uid: 9005 components: - type: Transform - pos: 62.30951,27.694304 + rot: 1.5707963267948966 rad + pos: -63.5,24.5 parent: 2 -- proto: RiotShield - entities: - - uid: 10711 + - type: PointLight + color: '#FF3300FF' + - uid: 9006 components: - type: Transform - pos: 49.74298,32.81062 + rot: -1.5707963267948966 rad + pos: -63.5,22.5 parent: 2 - - uid: 10712 + - type: PointLight + color: '#FF3300FF' +- proto: TelecomServer + entities: + - uid: 414 components: - type: Transform - pos: 49.58673,32.81062 + pos: -87.5,71.5 parent: 2 - - uid: 10713 + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 26195 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] + - uid: 960 components: - type: Transform - pos: 49.36798,32.826244 + pos: -84.5,71.5 parent: 2 - - uid: 35087 + - uid: 7227 components: - type: Transform - pos: 62.762634,27.428679 + pos: -87.5,75.5 parent: 2 -- proto: RollerBed - entities: - - uid: 2867 + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 26196 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] + - uid: 7253 components: - type: Transform - pos: 36.49067,-14.311466 + pos: -88.5,71.5 parent: 2 - - uid: 8893 + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 27639 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] + - uid: 7255 components: - type: Transform - pos: 36.49067,-13.342716 + pos: -86.5,71.5 parent: 2 - - uid: 10300 + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 27697 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] + - uid: 8029 components: - type: Transform - pos: 26.521809,51.50985 + pos: -86.5,75.5 parent: 2 - - uid: 15341 + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 27701 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] + - uid: 8031 components: - type: Transform - pos: 36.506294,-15.295841 + pos: -88.5,75.5 parent: 2 -- proto: RollerBedSpawnFolded - entities: - - uid: 8826 + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 27704 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] + - uid: 33666 components: - type: Transform - pos: 45.295017,-16.155216 + pos: -90.5,74.5 parent: 2 -- proto: RollingPin - entities: - - uid: 42990 + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 33667 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] + - uid: 33668 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.450272,62.25933 + pos: -90.5,72.5 parent: 2 -- proto: RubberStampApproved + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 33669 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] +- proto: TelecomServerCircuitboard entities: - - uid: 5643 + - uid: 7908 components: - type: Transform - pos: -2.2679992,-45.901314 + pos: -45.847847,8.443226 parent: 2 - - uid: 6123 +- proto: TeslaCoil + entities: + - uid: 31453 components: - type: Transform - pos: 14.772228,-34.00307 + pos: -17.5,27.5 parent: 2 - - uid: 10561 + - uid: 31458 components: - type: Transform - pos: 45.81799,52.46254 + pos: -17.5,26.5 parent: 2 - - uid: 10788 + - uid: 43214 components: - type: Transform - pos: -3.8250043,41.449158 + pos: -14.5,24.5 parent: 2 - - uid: 12150 + - uid: 43215 components: - type: Transform - pos: 54.44254,23.334019 + pos: -13.5,24.5 parent: 2 - - uid: 13526 +- proto: TeslaGenerator + entities: + - uid: 43213 components: - type: Transform - pos: -38.93405,-53.339836 + pos: -19.5,26.5 parent: 2 -- proto: RubberStampCE +- proto: ThermomachineFreezerMachineCircuitBoard entities: - - uid: 8113 + - uid: 7914 components: - type: Transform - pos: -14.976831,14.502644 + pos: -46.394722,5.458851 parent: 2 -- proto: RubberStampChaplain +- proto: ThermomachineHeaterMachineCircuitBoard entities: - - uid: 8858 + - uid: 7913 components: - type: Transform - pos: 57.345524,-22.19329 + pos: -46.582222,5.693226 parent: 2 -- proto: RubberStampCMO +- proto: Thruster entities: - - uid: 6751 + - uid: 14926 components: - type: Transform - pos: 13.327723,-17.527897 - parent: 2 -- proto: RubberStampDenied - entities: - - uid: 5644 + pos: 9.5,11.5 + parent: 14592 + - uid: 15875 components: - type: Transform - pos: -2.5615335,-45.919662 - parent: 2 - - uid: 6131 + pos: -17.5,21.5 + parent: 14592 + - uid: 15883 components: - type: Transform - pos: 14.643806,-33.727882 - parent: 2 - - uid: 10560 + rot: 1.5707963267948966 rad + pos: -7.5,22.5 + parent: 14592 + - uid: 31352 components: - type: Transform - pos: 46.083614,52.74379 - parent: 2 - - uid: 10787 + rot: 3.141592653589793 rad + pos: -2.5,-2.5 + parent: 31348 + - uid: 31353 components: - type: Transform - pos: -4.1062546,41.371033 - parent: 2 - - uid: 12152 + rot: 3.141592653589793 rad + pos: 3.5,-2.5 + parent: 31348 + - uid: 31370 components: - type: Transform - pos: 54.53629,23.193394 - parent: 2 - - uid: 13488 + pos: -1.5,4.5 + parent: 31348 + - uid: 31371 components: - type: Transform - pos: -38.919456,-53.57353 - parent: 2 -- proto: SalvageCanisterSpawner - entities: - - uid: 12909 + pos: 2.5,4.5 + parent: 31348 + - uid: 31384 components: - type: Transform - pos: 37.5,12.5 - parent: 2 - - uid: 34313 + rot: -1.5707963267948966 rad + pos: 3.5,0.5 + parent: 31348 + - uid: 31386 components: - type: Transform - pos: -55.5,-21.5 - parent: 2 - - uid: 34314 + rot: 1.5707963267948966 rad + pos: -2.5,0.5 + parent: 31348 + - uid: 32950 components: - type: Transform - pos: -64.5,-14.5 - parent: 2 -- proto: SalvageHumanCorpseSpawner - entities: - - uid: 36266 + rot: 3.141592653589793 rad + pos: 1.5,-2.5 + parent: 32914 + - uid: 32951 components: - type: Transform - pos: 43.5,-10.5 - parent: 2 -- proto: SalvageMagnet - entities: - - uid: 27509 + rot: 3.141592653589793 rad + pos: 5.5,-2.5 + parent: 32914 + - uid: 32952 components: - type: Transform rot: -1.5707963267948966 rad - pos: -53.5,-49.5 - parent: 2 - - uid: 34545 + pos: 4.5,-3.5 + parent: 32914 + - uid: 32953 components: - type: Transform - pos: 15.5,5.5 - parent: 30892 -- proto: SalvageMaterialCrateSpawner - entities: - - uid: 34529 + rot: 3.141592653589793 rad + pos: 3.5,-4.5 + parent: 32914 + - uid: 32954 components: - type: Transform - pos: 11.5,2.5 - parent: 30892 - - uid: 34614 + rot: 1.5707963267948966 rad + pos: 2.5,-3.5 + parent: 32914 + - uid: 32955 components: - type: Transform - pos: 13.5,3.5 - parent: 30892 -- proto: Saw - entities: - - uid: 13072 + pos: 1.5,2.5 + parent: 32914 + - uid: 32956 components: - type: Transform - pos: 34.58152,-13.05435 - parent: 2 -- proto: SawElectric - entities: - - uid: 9489 + pos: 5.5,2.5 + parent: 32914 + - uid: 36503 components: - type: Transform - pos: 63.563614,-28.755205 - parent: 2 - - uid: 13067 + rot: 1.5707963267948966 rad + pos: 0.5,-0.5 + parent: 36450 + - uid: 36504 components: - type: Transform - pos: 34.45652,-12.851225 - parent: 2 -- proto: SaxophoneInstrument - entities: - - uid: 14257 + rot: -1.5707963267948966 rad + pos: 10.5,-0.5 + parent: 36450 + - uid: 36505 components: - type: Transform - pos: -14.428902,-64.92452 - parent: 2 -- proto: ScalpelShiv - entities: - - uid: 11590 + rot: 3.141592653589793 rad + pos: 4.5,-10.5 + parent: 36450 + - uid: 36506 components: - type: Transform - pos: 17.50545,61.37015 - parent: 2 - - uid: 13782 + rot: 3.141592653589793 rad + pos: 5.5,-10.5 + parent: 36450 + - uid: 36507 components: - type: Transform - pos: -4.515869,-8.623001 - parent: 14592 - - uid: 13791 + rot: 3.141592653589793 rad + pos: 6.5,-10.5 + parent: 36450 + - uid: 36508 components: - type: Transform - pos: 4.7039185,3.7856598 - parent: 14592 -- proto: Screen - entities: - - uid: 12 + rot: 3.141592653589793 rad + pos: 2.5,-9.5 + parent: 36450 + - uid: 36509 components: - type: Transform - pos: 5.5,65.5 - parent: 2 - - uid: 597 + rot: 3.141592653589793 rad + pos: 8.5,-9.5 + parent: 36450 + - uid: 36510 components: - type: Transform - pos: 32.5,36.5 - parent: 2 - - uid: 1089 + rot: -1.5707963267948966 rad + pos: 9.5,-6.5 + parent: 36450 + - uid: 36511 components: - type: Transform - pos: -33.5,-42.5 - parent: 2 - - uid: 3438 + rot: 1.5707963267948966 rad + pos: 1.5,-6.5 + parent: 36450 + - uid: 36512 components: - type: Transform - pos: 35.5,0.5 - parent: 2 - - uid: 3454 + pos: 9.5,3.5 + parent: 36450 + - uid: 36513 components: - type: Transform - pos: 26.5,24.5 - parent: 2 - - uid: 3477 + pos: 1.5,3.5 + parent: 36450 + - uid: 39887 components: - type: Transform - pos: -1.5,-33.5 - parent: 2 - - uid: 5000 + pos: 16.5,21.5 + parent: 36907 + - uid: 39888 components: - type: Transform - pos: 52.5,18.5 - parent: 2 - - uid: 5589 + pos: 52.5,1.5 + parent: 36907 +- proto: TimerTrigger + entities: + - uid: 5134 components: - type: Transform - pos: 68.5,-4.5 + pos: -19.07124,-36.635063 parent: 2 - - uid: 5590 + - uid: 5135 components: - type: Transform - pos: 66.5,0.5 + pos: -19.516552,-36.56475 parent: 2 - - uid: 5591 + - uid: 6825 components: - type: Transform - pos: 49.5,-12.5 + pos: 19.320307,-39.26896 parent: 2 - - uid: 5592 + - uid: 6826 components: - type: Transform - pos: 29.5,-52.5 + pos: 19.320307,-39.26896 parent: 2 - - uid: 5593 + - uid: 6827 components: - type: Transform - pos: 29.5,-32.5 + pos: 19.320307,-39.26896 parent: 2 - - uid: 5594 + - uid: 6828 components: - type: Transform - pos: -1.5,-2.5 + pos: 19.320307,-39.26896 parent: 2 - - uid: 5595 +- proto: TintedWindow + entities: + - uid: 6666 components: - type: Transform - pos: -37.5,-1.5 + pos: 21.5,-24.5 parent: 2 - - uid: 5596 + - uid: 6675 components: - type: Transform - pos: -52.5,14.5 + pos: 21.5,-23.5 parent: 2 - - uid: 5597 + - uid: 6676 components: - type: Transform - pos: -45.5,-21.5 + pos: 21.5,-22.5 parent: 2 - - uid: 5598 + - uid: 10196 components: - type: Transform - pos: -2.5,-49.5 + rot: -1.5707963267948966 rad + pos: 34.5,-27.5 parent: 2 - - uid: 5599 + - uid: 13280 components: - type: Transform - pos: 10.5,-66.5 + pos: 70.5,-25.5 parent: 2 - - uid: 5603 + - uid: 14307 components: - type: Transform - pos: -9.5,-66.5 + rot: -1.5707963267948966 rad + pos: 33.5,-27.5 parent: 2 - - uid: 5606 + - uid: 19565 components: - type: Transform - pos: 36.5,49.5 + rot: -1.5707963267948966 rad + pos: 30.5,-27.5 parent: 2 - - uid: 5613 + - uid: 27647 components: - type: Transform - pos: 22.5,44.5 + rot: -1.5707963267948966 rad + pos: 29.5,-26.5 parent: 2 - - uid: 5635 + - uid: 29284 components: - type: Transform - pos: -34.5,32.5 + rot: -1.5707963267948966 rad + pos: 31.5,-27.5 parent: 2 - - uid: 5642 + - uid: 34922 components: - type: Transform - pos: -21.5,51.5 + rot: -1.5707963267948966 rad + pos: 35.5,-26.5 parent: 2 -- proto: Screwdriver +- proto: ToiletDirtyWater entities: - - uid: 606 + - uid: 5823 components: - type: Transform - pos: -40.533554,15.146427 + pos: 22.5,-41.5 parent: 2 - - uid: 5130 + - uid: 5825 components: - type: Transform - pos: -18.60249,-36.260063 + pos: 24.5,-41.5 parent: 2 - - uid: 5209 + - uid: 14176 components: - type: Transform - pos: -30.429241,-28.428608 - parent: 2 - - uid: 6812 + pos: 1.5,3.5 + parent: 14592 + - uid: 14855 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 19.70557,-38.59016 - parent: 2 - - uid: 7057 + rot: 3.141592653589793 rad + pos: 1.5,1.5 + parent: 14592 +- proto: ToiletEmpty + entities: + - uid: 5824 components: - type: Transform - rot: 3.141592653589793 rad - pos: 60.289318,-31.418121 + pos: 20.5,-41.5 parent: 2 - - uid: 7952 + - uid: 9807 components: - type: Transform - pos: -48.653976,7.2520885 + rot: 1.5707963267948966 rad + pos: 17.5,63.5 parent: 2 - - uid: 8010 + - uid: 9808 components: - type: Transform - pos: -40.6233,23.067886 + rot: -1.5707963267948966 rad + pos: 21.5,63.5 parent: 2 - - uid: 9585 + - uid: 9809 components: - type: Transform - pos: -31.684422,9.809305 + rot: 1.5707963267948966 rad + pos: 26.5,63.5 parent: 2 - - uid: 11337 + - uid: 9811 components: - type: Transform - pos: -6.583135,23.857368 + rot: -1.5707963267948966 rad + pos: 30.5,63.5 parent: 2 - - uid: 11448 +- proto: TomDrumsInstrument + entities: + - uid: 8587 components: - type: Transform - pos: 62.450134,29.725554 + pos: 6.5,58.5 parent: 2 - - uid: 18865 +- proto: ToolboxArtistic + entities: + - uid: 36810 components: - type: Transform - pos: 55.478073,-10.6305065 + pos: -44.52136,82.50069 parent: 2 - - uid: 19106 +- proto: ToolboxElectricalFilled + entities: + - uid: 5177 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.344046,-54.57395 + pos: -26.386211,-32.58827 parent: 2 - - uid: 31557 + - uid: 7411 components: - type: Transform - pos: -14.963306,31.963673 + pos: -42.352615,15.627857 parent: 2 - - uid: 35065 + - uid: 7479 components: - type: Transform - pos: 69.49609,27.523691 + pos: -33.596867,36.555317 parent: 2 - - uid: 35677 + - uid: 7892 components: - type: Transform - rot: 3.141592653589793 rad - pos: -88.462616,77.75003 + pos: -48.429516,7.2898407 parent: 2 -- proto: SeashellInstrument - entities: - - uid: 8975 + - uid: 9547 components: - type: Transform - pos: 38.240112,-46.600674 + pos: -33.40317,9.54368 parent: 2 -- proto: SecurityTechFab - entities: - - uid: 10090 + - uid: 9658 components: - type: Transform - pos: 42.5,44.5 + pos: 1.5019429,31.264194 parent: 2 -- proto: SecurityTechFabCircuitboard - entities: - - uid: 595 + - uid: 10123 components: - type: Transform - pos: -38.514668,7.489025 + pos: 31.665459,22.422976 parent: 2 -- proto: SeedExtractor - entities: - - uid: 8340 + - uid: 11099 components: - type: Transform - pos: -15.5,59.5 + pos: 15.637732,-41.427357 parent: 2 - - uid: 9949 + - uid: 11377 components: - type: Transform - pos: 14.5,63.5 + pos: 49.431747,-39.356323 parent: 2 -- proto: ShardGlass - entities: - - uid: 9430 + - uid: 13391 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 40.274193,12.965907 + pos: -58.528187,14.553718 parent: 2 - - uid: 10842 + - uid: 14378 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 40.55168,13.6993065 + pos: -6.3330894,37.43945 parent: 2 - - uid: 11015 + - uid: 18699 components: - type: Transform - pos: 59.292934,-33.38344 + rot: 1.5707963267948966 rad + pos: 62.221516,12.395217 parent: 2 - - uid: 11016 + - uid: 19016 components: - type: Transform - pos: 59.511684,-30.711563 + rot: 1.5707963267948966 rad + pos: 12.207224,-67.59347 parent: 2 - - uid: 11017 + - uid: 19154 components: - type: Transform - pos: 61.18356,-33.47719 + rot: -1.5707963267948966 rad + pos: -44.30481,-33.36984 parent: 2 - - uid: 11452 + - uid: 31866 components: - type: Transform - pos: 53.330494,-30.50504 + pos: -11.744556,29.494923 parent: 2 - - uid: 13263 + - uid: 34196 components: - type: Transform - pos: 40.73007,13.441626 + pos: -86.499695,59.64075 parent: 2 - - uid: 14460 + - uid: 34238 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.332048,-49.48486 + pos: -18.337486,46.534298 parent: 2 - - uid: 14467 + - uid: 35062 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.506035,-48.431942 + pos: 70.57372,31.457024 parent: 2 - - uid: 34258 + - uid: 36806 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.618446,2.0733948 + pos: -42.495033,82.56319 parent: 2 -- proto: ShardGlassPlasma - entities: - - uid: 5622 + - uid: 42936 components: - type: Transform - parent: 9950 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ShardGlassReinforced + pos: 46.574707,19.334763 + parent: 2 +- proto: ToolboxEmergencyFilled entities: - - uid: 34249 + - uid: 8036 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.637306,-20.510885 + pos: -34.61281,27.740057 parent: 2 - - uid: 34250 + - uid: 8037 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.637306,-21.55776 + pos: -34.45656,27.490057 parent: 2 - - uid: 34260 + - uid: 9577 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.712196,2.4015198 + pos: -30.481297,9.746805 parent: 2 - - uid: 36179 + - uid: 9656 components: - type: Transform - rot: 3.141592653589793 rad - pos: 41.861626,-21.58635 + pos: 1.5019429,31.795444 parent: 2 -- proto: ShardGlassUranium - entities: - - uid: 11018 + - uid: 11378 components: - type: Transform - pos: 60.792934,-32.32094 + pos: 49.587997,-39.5282 parent: 2 - - uid: 34256 + - uid: 13494 components: - type: Transform - rot: 3.141592653589793 rad - pos: -55.850758,-4.700441 + pos: -43.579506,-36.249977 parent: 2 -- proto: SheetGlass - entities: - - uid: 11092 + - uid: 36809 components: - type: Transform - pos: 10.463314,-47.468727 + pos: -42.60441,85.89131 parent: 2 -- proto: SheetGlass10 +- proto: ToolboxGolden entities: - - uid: 1141 + - uid: 5615 components: - type: Transform - pos: 33.653896,11.450914 + pos: 7.682353,-42.201817 parent: 2 -- proto: SheetPlasma1 - entities: - - uid: 6834 + - uid: 36807 components: - type: Transform - pos: 24.420465,-37.159184 + pos: -43.495033,85.70381 parent: 2 -- proto: SheetPlasteel10 +- proto: ToolboxMechanicalFilled entities: - - uid: 4083 + - uid: 5176 components: - type: Transform - pos: 33.49064,12.447724 + pos: -26.404558,-32.294735 parent: 2 -- proto: SheetPlastic - entities: - - uid: 34234 + - uid: 7406 components: - type: Transform - pos: -15.477485,46.471798 + pos: -42.52449,15.768482 parent: 2 -- proto: SheetSteel - entities: - - uid: 11091 + - uid: 7478 components: - type: Transform - pos: 10.277117,-41.231808 + pos: -33.58124,36.836567 parent: 2 - - uid: 34233 + - uid: 7923 components: - type: Transform - pos: -15.633735,46.674923 + pos: -48.66389,7.6335907 parent: 2 -- proto: SheetSteel1 - entities: - - uid: 7811 + - uid: 9546 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 41.46712,12.430503 + pos: -33.575047,9.79368 parent: 2 - - uid: 10438 + - uid: 9564 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.708786,11.801503 + pos: -29.590672,9.48118 parent: 2 - - uid: 10439 + - uid: 9581 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.01452,12.634012 + pos: -30.965672,7.840555 parent: 2 - - uid: 11024 + - uid: 9657 components: - type: Transform - rot: 3.141592653589793 rad - pos: 60.824184,-34.53969 + pos: 1.5019429,31.545444 parent: 2 - - uid: 11025 + - uid: 10124 components: - type: Transform - rot: 3.141592653589793 rad - pos: 59.417934,-32.086563 + pos: 31.415459,22.579226 parent: 2 - - uid: 11026 + - uid: 11098 components: - type: Transform - rot: 3.141592653589793 rad - pos: 59.667934,-32.586563 + pos: 15.394676,-41.128746 parent: 2 - - uid: 24231 + - uid: 11376 components: - type: Transform - pos: -64.00352,84.81909 + pos: 49.275497,-39.137573 parent: 2 -- proto: SheetSteel10 - entities: - - uid: 4084 + - uid: 13452 components: - type: Transform - pos: 33.419933,11.560289 + pos: -40.521206,-48.45131 parent: 2 - - uid: 13228 + - uid: 13495 components: - type: Transform - pos: 18.613407,31.453093 + pos: -43.579506,-36.52748 parent: 2 -- proto: ShellShotgunImprovised - entities: - - uid: 34357 + - uid: 13963 components: - type: Transform - parent: 34280 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 36067 + pos: -29.561417,60.50762 + parent: 2 + - uid: 14377 components: - type: Transform - parent: 34280 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 36087 + pos: -6.6143394,37.7832 + parent: 2 + - uid: 31863 components: - type: Transform - parent: 34280 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 36123 + pos: -11.557056,29.760548 + parent: 2 + - uid: 34237 components: - type: Transform - parent: 34280 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 36178 + pos: -18.571236,46.721798 + parent: 2 + - uid: 35063 components: - type: Transform - parent: 34280 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ShippingContainerDeforest - entities: - - uid: 31332 + pos: 70.57372,31.675774 + parent: 2 + - uid: 35646 components: - type: Transform - pos: -60.5,-22.5 + rot: 1.5707963267948966 rad + pos: -35.72686,64.41435 parent: 2 -- proto: ShippingContainerNanotrasen - entities: - - uid: 8381 + - uid: 36745 components: - type: Transform - pos: -53.5,-32.5 + pos: -44.51066,83.54756 parent: 2 - - uid: 36186 + - uid: 43011 components: - type: Transform - pos: -67.5,86.5 + pos: 46.515244,19.711374 parent: 2 -- proto: Shovel +- proto: TorsoBorg entities: - - uid: 11290 + - uid: 34115 components: - type: Transform - pos: 51.48671,-36.53269 + rot: 3.141592653589793 rad + pos: -55.158535,-10.374591 parent: 2 - - uid: 36429 + - uid: 35678 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.967754,-61.56411 + pos: -87.29987,82.650986 parent: 2 -- proto: ShowcaseRobot +- proto: TorsoBorgEngineer entities: - - uid: 31559 + - uid: 13013 components: - type: Transform - pos: -55.5,-8.5 + pos: 33.09289,8.6762085 parent: 2 -- proto: ShuttersFrame +- proto: TorsoDiona entities: - - uid: 13132 + - uid: 39889 components: - type: Transform - pos: 12.5,30.5 - parent: 2 -- proto: ShuttersNormal + pos: 14.841155,32.248535 + parent: 36907 +- proto: TorsoSkeleton entities: - - uid: 10988 + - uid: 24375 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,8.5 - parent: 2 - - uid: 11551 + rot: 1.5707963267948966 rad + pos: 16.26884,27.433105 + parent: 36907 + - uid: 24831 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,7.5 - parent: 2 - - uid: 33628 + pos: 5.4366617,19.72754 + parent: 36907 + - uid: 37304 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,21.5 - parent: 2 - - type: DeviceLinkSink - links: - - 33632 - - uid: 33629 + parent: 37300 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 39890 components: - type: Transform - pos: 12.5,19.5 - parent: 2 - - type: DeviceLinkSink - links: - - 33632 - - uid: 33630 + pos: 25.502323,33.58173 + parent: 36907 + - uid: 39891 + components: + - type: Transform + pos: 19.699219,12.148758 + parent: 36907 + - uid: 39892 components: - type: Transform rot: -1.5707963267948966 rad - pos: 11.5,20.5 - parent: 2 - - type: DeviceLinkSink - links: - - 33632 - - uid: 33631 + pos: 6.2807627,40.648075 + parent: 36907 + - uid: 39893 components: - type: Transform - pos: 11.5,19.5 + pos: 31.642727,-20.498959 + parent: 36907 +- proto: TowercapSeeds + entities: + - uid: 10861 + components: + - type: Transform + pos: 41.54064,-57.75062 parent: 2 - - type: DeviceLinkSink - links: - - 33632 -- proto: ShuttersNormalOpen +- proto: ToyAi entities: - - uid: 1852 + - uid: 26575 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-11.5 + pos: -84.5,81.5 parent: 2 - - type: DeviceLinkSink - links: - - 1595 - - uid: 2772 + - uid: 31333 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-25.5 + pos: -61.34749,-24.192364 parent: 2 - - type: DeviceLinkSink - links: - - 33655 - - uid: 5009 +- proto: ToyAmongPequeno + entities: + - uid: 7465 components: + - type: MetaData + name: кресельный сапер мерс - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-17.5 + pos: -10.506592,8.530792 + parent: 14592 + - uid: 14577 + components: + - type: MetaData + name: Nyranu + - type: Transform + pos: -36.62498,-15.521336 parent: 2 - - type: DeviceLinkSink - links: - - 33664 - - uid: 5423 + - uid: 14578 components: + - type: MetaData + name: Арт - type: Transform - pos: -52.5,-35.5 + pos: -36.32774,-15.521336 parent: 2 - - uid: 5424 + - uid: 14579 components: + - type: MetaData + name: SyndiCarp - type: Transform - pos: -53.5,-35.5 + pos: -35.574734,-16.411009 parent: 2 - - uid: 5861 + - uid: 14580 components: + - type: MetaData + name: Кекс - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-25.5 + pos: -35.574734,-16.68851 parent: 2 - - type: DeviceLinkSink - links: - - 33655 - - uid: 8968 + - uid: 14582 components: + - type: MetaData + name: Zekins - type: Transform - pos: 41.5,-38.5 + pos: -36.644794,-17.382267 parent: 2 - - type: DeviceLinkSink - links: - - 12527 - - uid: 8970 + - uid: 14583 components: + - type: MetaData + name: sevbii - type: Transform - pos: 38.5,-38.5 + pos: -36.36737,-17.382267 parent: 2 - - type: DeviceLinkSink - links: - - 12527 - - uid: 8977 + - uid: 14588 components: + - type: MetaData + name: SonicDC - type: Transform - pos: 40.5,-38.5 + pos: -35.875275,-17.187355 parent: 2 - - type: DeviceLinkSink - links: - - 12527 - - uid: 10637 + - uid: 14589 components: + - type: MetaData + name: Fazan_Saverg - type: Transform - pos: -1.5,-56.5 + pos: -35.848854,-15.8923435 parent: 2 - - uid: 10638 + - uid: 35697 components: - type: Transform - pos: -0.5,-56.5 + parent: 34280 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ToyFigurineAtmosTech + entities: + - uid: 8214 + components: + - type: Transform + pos: -49.529922,31.466583 parent: 2 - - uid: 10639 + - uid: 13503 components: - type: Transform - pos: 1.5,-56.5 + rot: -1.5707963267948966 rad + pos: -33.52749,46.66953 parent: 2 - - uid: 10730 +- proto: ToyFigurineBartender + entities: + - uid: 8583 components: - type: Transform - pos: 2.5,-56.5 + pos: 8.542559,68.88422 parent: 2 - - uid: 10731 + - uid: 36109 components: - type: Transform - pos: -1.5,-60.5 + pos: 4.540107,65.6812 parent: 2 - - uid: 10732 +- proto: ToyFigurineBotanist + entities: + - uid: 36111 components: - type: Transform - pos: -0.5,-60.5 + pos: -13.373623,54.620243 parent: 2 - - uid: 10733 +- proto: ToyFigurineBoxer + entities: + - uid: 13719 components: - type: Transform - pos: 1.5,-60.5 + pos: -34.700516,-54.91717 parent: 2 - - uid: 10734 +- proto: ToyFigurineCaptain + entities: + - uid: 36124 components: - type: Transform - pos: 2.5,-60.5 + pos: 8.697039,-45.97637 parent: 2 - - uid: 19587 +- proto: ToyFigurineCargoTech + entities: + - uid: 36122 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-17.5 + pos: -60.159096,-33.312492 parent: 2 - - type: DeviceLinkSink - links: - - 31865 - - uid: 30773 +- proto: ToyFigurineChaplain + entities: + - uid: 7220 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-18.5 + pos: 64.52597,-16.243147 parent: 2 - - type: DeviceLinkSink - links: - - 31865 - - uid: 31535 +- proto: ToyFigurineChemist + entities: + - uid: 11538 components: - type: Transform - pos: -8.5,-47.5 + pos: 58.70461,-33.030556 parent: 2 - - type: DeviceLinkSink - links: - - 31541 - - uid: 31536 + - uid: 36139 components: - type: Transform - pos: -6.5,-47.5 + pos: 4.4136076,-59.234543 parent: 2 - - type: DeviceLinkSink - links: - - 31541 - - uid: 31537 +- proto: ToyFigurineChiefEngineer + entities: + - uid: 7401 components: - type: Transform - pos: -5.5,-47.5 + pos: -41.640034,20.719349 parent: 2 - - type: DeviceLinkSink - links: - - 31541 - - uid: 31538 + - uid: 36141 components: - type: Transform - pos: -3.5,-47.5 + pos: -31.575829,32.510773 parent: 2 - - type: DeviceLinkSink - links: - - 31541 - - uid: 31539 +- proto: ToyFigurineChiefMedicalOfficer + entities: + - uid: 36113 components: - type: Transform - pos: -9.5,-49.5 + pos: 20.710226,-16.866102 parent: 2 - - type: DeviceLinkSink - links: - - 31541 - - uid: 31540 +- proto: ToyFigurineClown + entities: + - uid: 2193 components: - type: Transform - pos: -3.5,-49.5 + pos: -23.588932,-55.08416 parent: 2 - - type: DeviceLinkSink - links: - - 31541 - - uid: 31745 + - uid: 11679 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-16.5 + pos: -32.22881,56.28316 parent: 2 - - type: DeviceLinkSink - links: - - 31865 - - uid: 31766 + - uid: 33866 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-17.5 + pos: 8.509539,-43.47637 parent: 2 - - type: DeviceLinkSink - links: - - 31865 - - uid: 31784 +- proto: ToyFigurineDetective + entities: + - uid: 14551 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-15.5 + parent: 14544 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 36118 + components: + - type: Transform + pos: 40.798775,19.641232 parent: 2 - - type: DeviceLinkSink - links: - - 31865 - - uid: 31790 + - uid: 36120 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-15.5 + pos: -41.296463,-2.9576082 parent: 2 - - type: DeviceLinkSink - links: - - 31865 - - uid: 31845 +- proto: ToyFigurineEngineer + entities: + - uid: 36119 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-14.5 + pos: -24.192434,22.616121 parent: 2 - - type: DeviceLinkSink - links: - - 31865 - - uid: 31846 +- proto: ToyFigurineGreytider + entities: + - uid: 11548 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-14.5 + pos: 49.241478,-41.196774 parent: 2 - - type: DeviceLinkSink - links: - - 31865 - - uid: 31851 +- proto: ToyFigurineHamlet + entities: + - uid: 36108 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-16.5 + pos: -6.3705645,-27.330164 parent: 2 - - type: DeviceLinkSink - links: - - 33664 - - uid: 31852 +- proto: ToyFigurineHeadOfPersonnel + entities: + - uid: 36114 components: - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-15.5 + pos: -2.2570486,-48.487984 parent: 2 - - type: DeviceLinkSink - links: - - 33664 - - uid: 33614 +- proto: ToyFigurineHeadOfSecurity + entities: + - uid: 10552 components: - type: Transform - pos: -15.5,13.5 + pos: 41.29662,56.570763 parent: 2 - - uid: 33616 + - uid: 36117 components: - type: Transform - pos: -14.5,13.5 + pos: 34.49432,36.532352 parent: 2 - - uid: 33617 +- proto: ToyFigurineHoloClown + entities: + - uid: 36115 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,16.5 + pos: 25.479668,-50.36843 parent: 2 - - uid: 33618 +- proto: ToyFigurineJanitor + entities: + - uid: 36135 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,15.5 + pos: 71.75444,-23.353718 parent: 2 - - uid: 33619 +- proto: ToyFigurineLawyer + entities: + - uid: 11547 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,14.5 + pos: 51.314907,-36.22013 parent: 2 - - uid: 33620 +- proto: ToyFigurineLibrarian + entities: + - uid: 36110 components: - type: Transform - pos: -13.5,13.5 + pos: 15.997232,47.659084 parent: 2 - - uid: 33625 +- proto: ToyFigurineMedicalDoctor + entities: + - uid: 36112 components: - type: Transform - pos: 7.5,28.5 + pos: 26.653774,-22.44813 parent: 2 - - type: DeviceLinkSink - links: - - 33633 - - uid: 33626 +- proto: ToyFigurineMime + entities: + - uid: 2196 components: - type: Transform - pos: 8.5,28.5 + pos: -23.23737,-55.36541 parent: 2 - - type: DeviceLinkSink - links: - - 33633 - - uid: 33627 + - uid: 6189 components: - type: Transform - pos: 9.5,28.5 + pos: -27.505768,59.611553 parent: 2 - - type: DeviceLinkSink - links: - - 33633 - - uid: 33635 +- proto: ToyFigurineMouse + entities: + - uid: 10064 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-10.5 + pos: 26.491201,69.89744 parent: 2 - - type: DeviceLinkSink - links: - - 1595 - - uid: 33636 + - uid: 36142 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-10.5 + pos: -40.471157,52.19627 parent: 2 - - type: DeviceLinkSink - links: - - 1595 - - uid: 33637 + - uid: 36143 components: - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-10.5 + pos: -39.986782,51.461895 parent: 2 - - type: DeviceLinkSink - links: - - 1595 - - uid: 33638 + - uid: 36144 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,-10.5 + pos: -39.424282,52.44627 parent: 2 - - type: DeviceLinkSink - links: - - 1595 - - uid: 33640 +- proto: ToyFigurineMusician + entities: + - uid: 36147 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-24.5 + pos: 6.460308,60.560043 parent: 2 - - type: DeviceLinkSink - links: - - 33655 - - uid: 33641 +- proto: ToyFigurineNukie + entities: + - uid: 36128 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-24.5 + pos: 69.956604,16.44072 parent: 2 - - type: DeviceLinkSink - links: - - 33655 - - uid: 33642 + - uid: 36129 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-24.5 + pos: 69.9923,15.550095 parent: 2 - - type: DeviceLinkSink - links: - - 33655 - - uid: 33643 + - uid: 36132 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-24.5 + pos: 70.60168,15.44072 parent: 2 - - type: DeviceLinkSink - links: - - 33655 - - uid: 33644 +- proto: ToyFigurineNukieCommander + entities: + - uid: 36127 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-24.5 + pos: 69.487854,16.46142 parent: 2 - - type: DeviceLinkSink - links: - - 33655 - - uid: 33645 + - uid: 39894 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-24.5 + pos: 25.758514,41.67265 + parent: 36907 +- proto: ToyFigurineNukieElite + entities: + - uid: 36131 + components: + - type: Transform + pos: 69.40549,15.956345 parent: 2 - - type: DeviceLinkSink - links: - - 33655 - - uid: 33646 +- proto: ToyFigurineParamedic + entities: + - uid: 6697 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-24.5 + pos: 29.593239,-34.35253 parent: 2 - - type: DeviceLinkSink - links: - - 33655 - - uid: 33647 + - uid: 6722 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-24.5 + pos: 53.360065,-48.50514 parent: 2 - - type: DeviceLinkSink - links: - - 33655 - - uid: 33648 +- proto: ToyFigurinePassenger + entities: + - uid: 10065 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-24.5 + pos: 26.819326,69.91306 parent: 2 - - type: DeviceLinkSink - links: - - 33655 - - uid: 33649 + - uid: 36136 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-24.5 + pos: 65.49176,-28.29738 parent: 2 - - type: DeviceLinkSink - links: - - 33655 - - uid: 33650 +- proto: ToyFigurineQuartermaster + entities: + - uid: 36121 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-24.5 + pos: -36.24303,-44.707943 parent: 2 - - type: DeviceLinkSink - links: - - 33655 - - uid: 33651 +- proto: ToyFigurineRatKing + entities: + - uid: 36146 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-24.5 + pos: -40.174282,54.368145 parent: 2 - - type: DeviceLinkSink - links: - - 33655 - - uid: 33652 +- proto: ToyFigurineRatServant + entities: + - uid: 36145 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-24.5 + pos: -39.705532,53.69627 parent: 2 - - type: DeviceLinkSink - links: - - 33655 - - uid: 33653 +- proto: ToyFigurineResearchDirector + entities: + - uid: 30869 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-25.5 + pos: -62.435272,3.4994729 parent: 2 - - type: DeviceLinkSink - links: - - 33655 - - uid: 33654 +- proto: ToyFigurineSalvage + entities: + - uid: 11546 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-25.5 + pos: 56.27988,-32.416798 parent: 2 - - type: DeviceLinkSink - links: - - 33655 - - uid: 33662 + - uid: 36134 components: - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,-15.5 + pos: 69.332565,-18.228718 parent: 2 - - type: DeviceLinkSink - links: - - 33664 - - uid: 33663 +- proto: ToyFigurineScientist + entities: + - uid: 11550 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-15.5 + pos: 60.82961,-28.811808 parent: 2 - - type: DeviceLinkSink - links: - - 33664 -- proto: ShuttersRadiation +- proto: ToyFigurineSecurity entities: - - uid: 28556 + - uid: 36137 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,26.5 + pos: 57.569,-38.5002 parent: 2 - - type: DeviceLinkSink - links: - - 33211 - - uid: 33208 +- proto: ToyFigurineSlime + entities: + - uid: 5369 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,25.5 + pos: -38.75518,-17.412016 parent: 2 - - type: DeviceLinkSink - links: - - 33211 - - uid: 33209 + - uid: 8859 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,24.5 + pos: -46.51298,-14.45438 parent: 2 - - type: DeviceLinkSink - links: - - 33211 -- proto: ShuttersRadiationOpen - entities: - - uid: 957 + - uid: 8860 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,5.5 + pos: -46.091106,-13.493443 parent: 2 - - uid: 7242 + - uid: 8865 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-0.5 + pos: -45.622356,-15.415318 parent: 2 - - type: DeviceLinkSink - links: - - 7256 - - uid: 7243 + - uid: 26577 components: + - type: MetaData + name: фигурка Робба - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-0.5 + pos: 43.45133,54.624786 parent: 2 - - type: DeviceLinkSink - links: - - 7256 - - uid: 7247 +- proto: ToyFigurineWarden + entities: + - uid: 36140 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-0.5 + pos: -3.5607882,-57.242664 parent: 2 - - type: DeviceLinkSink - links: - - 7256 - - uid: 13001 +- proto: ToyFigurineWizardFake + entities: + - uid: 2195 components: - type: Transform - pos: -1.5,13.5 + pos: -22.979557,-55.08416 parent: 2 - - type: DeviceLinkSink - links: - - 12996 - - uid: 13269 + - uid: 6357 components: - type: Transform - pos: 2.5,13.5 + pos: 56.581123,37.62581 parent: 2 - - type: DeviceLinkSink - links: - - 12996 - - uid: 17605 +- proto: ToyFireRipley + entities: + - uid: 604 components: - type: Transform - pos: 0.5,-2.5 + pos: -5.422297,-26.386929 parent: 2 - - type: DeviceLinkSink - links: - - 8030 - - uid: 17606 +- proto: ToyGriffin + entities: + - uid: 36116 components: - type: Transform - pos: 1.5,-2.5 + pos: 42.600483,-24.77061 parent: 2 - - type: DeviceLinkSink - links: - - 8030 - - uid: 17607 +- proto: ToyGygax + entities: + - uid: 42934 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,6.5 + pos: -0.6519516,-9.433701 parent: 2 - - uid: 19579 +- proto: ToyIan + entities: + - uid: 5677 components: - type: Transform - pos: -0.5,-2.5 + pos: -5.7720647,-43.46131 parent: 2 - - type: DeviceLinkSink - links: - - 8030 - - uid: 27646 + - uid: 5678 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,7.5 + pos: -5.5335684,-43.46131 parent: 2 - - uid: 27648 + - uid: 5679 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,5.5 + pos: -5.2950716,-43.46131 parent: 2 - - uid: 27664 +- proto: ToyMarauder + entities: + - uid: 42935 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,7.5 + pos: -1.418805,-9.345205 parent: 2 - - uid: 27665 +- proto: ToyMouse + entities: + - uid: 1879 components: + - type: MetaData + desc: Очень голодный зверёк, лучше дать ему поесть. + name: SonicDC - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,6.5 + pos: 70.590706,-26.362455 parent: 2 - - uid: 27667 +- proto: ToyNuke + entities: + - uid: 31334 components: - type: Transform - pos: 0.5,13.5 + pos: -58.81624,-20.879864 parent: 2 - - type: DeviceLinkSink - links: - - 12996 - - uid: 27710 + - uid: 35542 components: - type: Transform - pos: -0.5,13.5 + pos: 72.76296,7.211225 parent: 2 - - type: DeviceLinkSink - links: - - 12996 - - uid: 27732 +- proto: ToyOwlman + entities: + - uid: 36130 components: - type: Transform - pos: 1.5,13.5 + pos: 68.77031,5.5521803 parent: 2 - - type: DeviceLinkSink - links: - - 12996 -- proto: ShuttersWindowOpen +- proto: ToySkeleton entities: - - uid: 8391 + - uid: 36138 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,63.5 + pos: 34.672573,-54.108944 parent: 2 - - type: DeviceLinkSink - links: - - 8397 - - uid: 8392 +- proto: ToySpawner + entities: + - uid: 7424 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,62.5 + pos: -7.5,-27.5 parent: 2 - - type: DeviceLinkSink - links: - - 8397 - - uid: 8393 + - uid: 12384 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,61.5 + pos: 30.5,-28.5 parent: 2 - - type: DeviceLinkSink - links: - - 8397 - - uid: 8394 + - uid: 14530 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,60.5 + pos: -16.5,-60.5 parent: 2 - - type: DeviceLinkSink - links: - - 8397 - - uid: 8395 + - uid: 14572 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,59.5 + pos: -38.5,-4.5 parent: 2 - - type: DeviceLinkSink - links: - - 8397 - - uid: 10297 + - uid: 27354 components: - type: Transform - pos: 56.5,0.5 + pos: 41.5,-39.5 parent: 2 - - type: DeviceLinkSink - links: - - 13558 - - uid: 10298 +- proto: TrackingImplanter + entities: + - uid: 31932 components: - type: Transform - pos: 56.5,-0.5 + pos: -61.557728,-3.43042 parent: 2 - - type: DeviceLinkSink - links: - - 13558 - - uid: 10319 + - uid: 33490 components: - type: Transform - pos: 56.5,1.5 + pos: 9.685767,-37.449326 parent: 2 - - type: DeviceLinkSink - links: - - 13558 - - uid: 10320 +- proto: TrainingBomb + entities: + - uid: 21116 components: - type: Transform - pos: 60.5,1.5 + pos: 63.5,27.5 parent: 2 - - type: DeviceLinkSink - links: - - 13558 - - uid: 10321 + - uid: 21117 components: - type: Transform - pos: 60.5,0.5 + pos: 65.5,27.5 parent: 2 - - type: DeviceLinkSink - links: - - 13558 - - uid: 10322 + - uid: 24718 components: + - type: MetaData + desc: Выглядит устаревшим. Не смотря на многочисленные изменения и улучшения. Кажется не работает? + name: Неисправная бомба. - type: Transform - pos: 60.5,-0.5 + pos: 34.5,-68.5 parent: 2 - - type: DeviceLinkSink - links: - - 13558 - - uid: 36620 + - uid: 39895 components: - type: Transform - pos: 5.5,2.5 - parent: 36450 - - type: DeviceLinkSink - links: - - 36644 -- proto: ShuttleWindow + pos: 53.5,-10.5 + parent: 36907 +- proto: TrashBag entities: - - uid: 31374 + - uid: 11293 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,4.5 - parent: 31348 - - uid: 31375 + pos: 51.33046,-37.53269 + parent: 2 + - uid: 13722 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,5.5 - parent: 31348 - - uid: 31376 + pos: -24.319904,-27.703287 + parent: 2 + - uid: 14014 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,4.5 - parent: 31348 - - uid: 32941 + pos: -34.5,-48.5 + parent: 2 + - uid: 43129 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-1.5 - parent: 32914 - - uid: 32942 + pos: 79.81086,34.70614 + parent: 2 +- proto: TrashBagBlue + entities: + - uid: 13105 components: - type: Transform rot: -1.5707963267948966 rad - pos: 1.5,1.5 - parent: 32914 - - uid: 32943 + pos: 43.45616,12.595204 + parent: 2 + - uid: 14371 components: - type: Transform rot: -1.5707963267948966 rad - pos: 5.5,1.5 - parent: 32914 - - uid: 32944 + pos: 43.784286,12.782704 + parent: 2 +- proto: TrashBananaPeel + entities: + - uid: 11680 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-1.5 - parent: 32914 - - uid: 32945 + pos: -30.460709,54.568913 + parent: 2 + - uid: 24858 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,2.5 - parent: 32914 - - uid: 32946 + pos: 34.294735,-36.989014 + parent: 36907 + - uid: 24863 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,3.5 - parent: 32914 - - uid: 32947 + pos: 31.22046,-36.581787 + parent: 36907 + - uid: 24869 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,4.5 - parent: 32914 - - uid: 32948 + pos: 27.739298,-37.825928 + parent: 36907 + - uid: 39896 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,3.5 - parent: 32914 - - uid: 32949 + pos: 31.490906,-30.512165 + parent: 36907 + - uid: 39897 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,2.5 - parent: 32914 - - uid: 36478 + pos: 30.541496,-30.489542 + parent: 36907 +- proto: TrashBananiumPeel + entities: + - uid: 39898 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-2.5 - parent: 36450 - - uid: 36498 + pos: 31.066742,-34.44328 + parent: 36907 +- proto: Truncheon + entities: + - uid: 35189 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-4.5 - parent: 36450 - - uid: 36514 + pos: 67.647194,35.661697 + parent: 2 + - uid: 39899 components: - type: Transform - pos: 2.5,3.5 - parent: 36450 - - uid: 36515 + pos: 5.5989923,42.458164 + parent: 36907 +- proto: TubaInstrument + entities: + - uid: 8300 components: - type: Transform - pos: 2.5,4.5 - parent: 36450 - - uid: 36516 + pos: 10.5,57.5 + parent: 2 +- proto: TwoWayLever + entities: + - uid: 5477 components: - type: Transform - pos: 3.5,4.5 - parent: 36450 - - uid: 36517 + pos: -52.5,-41.5 + parent: 2 + - uid: 5478 components: - type: Transform - pos: 3.5,5.5 - parent: 36450 - - uid: 36518 + pos: -52.5,-44.5 + parent: 2 + - uid: 9435 components: - type: Transform - pos: 4.5,5.5 - parent: 36450 - - uid: 36519 + pos: 15.5,-47.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 5814: + - Left: Open + - Right: Open + - Middle: Close + 5813: + - Left: Open + - Right: Open + - Middle: Close + 5812: + - Left: Open + - Right: Open + - Middle: Close + 5811: + - Left: Open + - Right: Open + - Middle: Close +- proto: UnfinishedMachineFrame + entities: + - uid: 1414 components: - type: Transform - pos: 5.5,5.5 - parent: 36450 - - uid: 36520 + rot: -1.5707963267948966 rad + pos: 44.5,-18.5 + parent: 2 + - uid: 13969 components: - type: Transform - pos: 6.5,5.5 - parent: 36450 - - uid: 36521 + pos: -23.5,-58.5 + parent: 2 + - uid: 24177 components: - type: Transform - pos: 7.5,5.5 - parent: 36450 - - uid: 36522 + rot: -1.5707963267948966 rad + pos: -60.5,80.5 + parent: 2 +- proto: UniformPrinter + entities: + - uid: 27423 components: - type: Transform - pos: 7.5,4.5 - parent: 36450 - - uid: 36523 + pos: -5.5,-46.5 + parent: 2 +- proto: UniformScrubsColorGreen + entities: + - uid: 1268 components: - type: Transform - pos: 8.5,4.5 - parent: 36450 - - uid: 36524 + pos: 52.307102,-29.283485 + parent: 2 + - uid: 12458 components: - type: Transform - pos: 8.5,3.5 - parent: 36450 - - uid: 36580 + pos: 52.728977,-29.23661 + parent: 2 +- proto: UniformShortsRed + entities: + - uid: 13707 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-4.5 - parent: 36450 - - uid: 36588 + rot: 3.141592653589793 rad + pos: -34.663998,-56.29676 + parent: 2 + - uid: 13708 components: - type: Transform rot: 1.5707963267948966 rad - pos: 1.5,-2.5 - parent: 36450 - - uid: 36589 + pos: -34.570248,-56.51551 + parent: 2 +- proto: UniformShortsRedWithTop + entities: + - uid: 5346 components: - type: Transform rot: 1.5707963267948966 rad - pos: 1.5,-3.5 - parent: 36450 - - uid: 36600 + pos: -34.554623,-57.01551 + parent: 2 + - uid: 13705 components: - type: Transform rot: 1.5707963267948966 rad - pos: 9.5,-3.5 - parent: 36450 -- proto: SignAi + pos: -34.679623,-57.26551 + parent: 2 +- proto: UnstableMutagenChemistryBottle entities: - - uid: 34179 + - uid: 11242 components: - type: Transform rot: -1.5707963267948966 rad - pos: -81.5,76.5 + pos: 27.428112,-62.760063 parent: 2 - - uid: 34182 +- proto: UprightPianoInstrument + entities: + - uid: 14585 components: - type: Transform rot: -1.5707963267948966 rad - pos: -79.5,81.5 + pos: -34.5,-58.5 parent: 2 -- proto: SignalButton +- proto: UraniumOre1 entities: - - uid: 1595 + - uid: 35643 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-12.5 + pos: -36.244553,63.69537 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 1852: - - Pressed: Toggle - 33635: - - Pressed: Toggle - 33636: - - Pressed: Toggle - 33637: - - Pressed: Toggle - 33638: - - Pressed: Toggle - - uid: 5028 +- proto: Vaccinator + entities: + - uid: 7027 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-14.5 + pos: 28.5,-2.5 parent: 2 - - uid: 5272 +- proto: VariantCubeBox + entities: + - uid: 5023 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-41.5 + pos: -25.493023,-18.427347 parent: 2 - - uid: 7256 +- proto: VendingBarDrobe + entities: + - uid: 5095 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-0.5 + pos: 6.5,70.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 7243: - - Pressed: Toggle - 7242: - - Pressed: Toggle - 7247: - - Pressed: Toggle - - uid: 7513 +- proto: VendingMachineAtmosDrobe + entities: + - uid: 8212 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,52.5 + pos: -50.5,34.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 7716: - - Pressed: Toggle - - uid: 8030 +- proto: VendingMachineBooze + entities: + - uid: 6228 components: - type: Transform - pos: 2.5,-2.5 + pos: -1.5,69.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 17606: - - Pressed: Toggle - 17605: - - Pressed: Toggle - 19579: - - Pressed: Toggle - - uid: 8397 + - uid: 6229 components: - type: Transform - pos: -8.5,65.5 + pos: 2.5,69.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 8391: - - Pressed: Toggle - 8392: - - Pressed: Toggle - 8393: - - Pressed: Toggle - 8394: - - Pressed: Toggle - 8395: - - Pressed: Toggle - - uid: 9303 + - uid: 9966 + components: + - type: Transform + pos: -18.5,-65.5 + parent: 2 + - uid: 27281 + components: + - type: Transform + pos: 5.5,-39.5 + parent: 2 +- proto: VendingMachineCargoDrobe + entities: + - uid: 7533 + components: + - type: Transform + pos: -42.5,-42.5 + parent: 2 + - uid: 8366 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -67.5,21.5 + pos: -42.5,-43.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 9285: - - Pressed: Toggle - - uid: 9952 +- proto: VendingMachineCart + entities: + - uid: 5633 components: - type: Transform - pos: -40.5,9.5 + pos: -6.5,-44.5 parent: 2 - - uid: 11142 +- proto: VendingMachineChapel + entities: + - uid: 8810 components: - type: Transform - pos: -3.6646934,-57.49578 + pos: 53.5,-20.5 parent: 2 - - uid: 11143 +- proto: VendingMachineChefDrobe + entities: + - uid: 8239 components: - type: Transform - pos: -3.4303184,-57.49578 + pos: -8.5,66.5 parent: 2 - - uid: 12523 +- proto: VendingMachineChefvend + entities: + - uid: 12793 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-43.5 + pos: -10.5,58.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 7122: - - Pressed: Toggle - 7112: - - Pressed: Toggle - - uid: 12526 +- proto: VendingMachineChemDrobe + entities: + - uid: 6793 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,-43.5 + pos: 21.5,-37.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 7113: - - Pressed: Toggle - 7123: - - Pressed: Toggle - - uid: 12527 +- proto: VendingMachineChemicals + entities: + - uid: 5243 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,-43.5 + pos: -41.5,-25.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 8968: - - Pressed: Toggle - 8977: - - Pressed: Toggle - 8970: - - Pressed: Toggle - - uid: 12617 + - uid: 6795 components: - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,11.5 + pos: 21.5,-35.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 3734: - - Pressed: Toggle - 3744: - - Pressed: Toggle - - uid: 12996 + - uid: 6910 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,18.5 + pos: 59.5,-31.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 13001: - - Pressed: Toggle - 27710: - - Pressed: Toggle - 27667: - - Pressed: Toggle - 27732: - - Pressed: Toggle - 13269: - - Pressed: Toggle - - uid: 13368 +- proto: VendingMachineCigs + entities: + - uid: 9951 components: - type: Transform - pos: -64.5,7.5 + pos: 30.5,65.5 parent: 2 - - uid: 13370 + - uid: 10362 components: - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,15.5 + pos: 38.5,19.5 parent: 2 - - uid: 13558 + - uid: 10747 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,3.5 + pos: -0.5,-68.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 10319: - - Pressed: Toggle - 10297: - - Pressed: Toggle - 10298: - - Pressed: Toggle - 10320: - - Pressed: Toggle - 10321: - - Pressed: Toggle - 10322: - - Pressed: Toggle - 10331: - - Pressed: DoorBolt - 10330: - - Pressed: DoorBolt - 10329: - - Pressed: DoorBolt - - uid: 14090 + - uid: 11349 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,4.5 - parent: 14592 - - type: DeviceLinkSource - linkedPorts: - 14104: - - Pressed: Toggle - 13799: - - Pressed: Toggle - 14103: - - Pressed: Toggle - 14175: - - Pressed: Toggle - - uid: 30551 + pos: 34.5,40.5 + parent: 2 + - uid: 13256 components: - type: Transform - pos: -14.5,23.5 + pos: 19.5,36.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 5932: - - Pressed: Toggle - 5933: - - Pressed: Toggle - - uid: 31541 + - uid: 13763 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.2589545,-46.222797 + pos: -29.5,-51.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 31535: - - Pressed: Toggle - 31536: - - Pressed: Toggle - 31537: - - Pressed: Toggle - 31538: - - Pressed: Toggle - 31539: - - Pressed: Toggle - 31540: - - Pressed: Toggle - - uid: 31865 + - uid: 26683 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-16.5 + pos: 13.5,50.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 30773: - - Pressed: Toggle - 19587: - - Pressed: Toggle - 31766: - - Pressed: Toggle - 31745: - - Pressed: Toggle - 31784: - - Pressed: Toggle - 31790: - - Pressed: Toggle - 31845: - - Pressed: Toggle - 31846: - - Pressed: Toggle - - uid: 33143 + - uid: 31312 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,50.5 + pos: 0.5,3.5 + parent: 30892 +- proto: VendingMachineClothing + entities: + - uid: 12417 + components: + - type: Transform + pos: 30.5,-48.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 14519: - - Pressed: Toggle - 14521: - - Pressed: Toggle - 14520: - - Pressed: Toggle - - uid: 33211 +- proto: VendingMachineCoffee + entities: + - uid: 5545 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,27.5 + pos: -49.5,-36.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 28556: - - Pressed: Toggle - 33208: - - Pressed: Toggle - 33209: - - Pressed: Toggle - - uid: 33632 + - uid: 10199 components: - type: Transform - pos: 13.5,22.5 + pos: 21.5,33.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 33629: - - Pressed: Toggle - 33631: - - Pressed: Toggle - 33630: - - Pressed: Toggle - 33628: - - Pressed: Toggle - - uid: 33633 + - uid: 10279 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,28.5 + pos: 32.5,61.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 33625: - - Pressed: Toggle - 33626: - - Pressed: Toggle - 33627: - - Pressed: Toggle - - uid: 33655 + - uid: 10544 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-27.5 + pos: 43.5,56.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 33653: - - Pressed: Toggle - 33654: - - Pressed: Toggle - 33652: - - Pressed: Toggle - 33651: - - Pressed: Toggle - 33650: - - Pressed: Toggle - 33649: - - Pressed: Toggle - 33648: - - Pressed: Toggle - 33647: - - Pressed: Toggle - 33646: - - Pressed: Toggle - 33645: - - Pressed: Toggle - 33644: - - Pressed: Toggle - 33643: - - Pressed: Toggle - 33642: - - Pressed: Toggle - 33641: - - Pressed: Toggle - 33640: - - Pressed: Toggle - 5861: - - Pressed: Toggle - 2772: - - Pressed: Toggle - - uid: 33664 + - uid: 11350 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-18.5 + pos: 33.5,40.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 5009: - - Pressed: Toggle - 31851: - - Pressed: Toggle - 31852: - - Pressed: Toggle - 33662: - - Pressed: Toggle - 33663: - - Pressed: Toggle - - uid: 35148 + - uid: 12517 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 55.370907,49.525387 + pos: -31.5,38.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 29149: - - Pressed: Toggle - 29118: - - Pressed: Toggle - 29136: - - Pressed: Toggle - 35105: - - Pressed: Toggle - - uid: 36633 + - uid: 12528 components: - type: Transform - pos: 5.5,4.5 - parent: 36450 - - type: DeviceLinkSource - linkedPorts: - 36627: - - Pressed: Toggle - 36630: - - Pressed: Toggle - 36631: - - Pressed: Toggle - 36629: - - Pressed: Toggle - - uid: 36877 + pos: 41.5,-40.5 + parent: 2 + - uid: 30774 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-41.5 + pos: -19.5,34.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 5828: - - Pressed: DoorBolt - - uid: 36878 +- proto: VendingMachineColaBlack + entities: + - uid: 10198 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-41.5 + pos: 21.5,32.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 5822: - - Pressed: DoorBolt - - uid: 36879 +- proto: VendingMachineCondiments + entities: + - uid: 10197 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,-41.5 + pos: 24.5,26.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 5827: - - Pressed: DoorBolt -- proto: SignalSwitch + - uid: 32912 + components: + - type: Transform + pos: -4.5,64.5 + parent: 2 +- proto: VendingMachineDetDrobe entities: - - uid: 36644 + - uid: 10357 components: - type: Transform - pos: 5.478325,5.0917625 - parent: 36450 - - type: DeviceLinkSource - linkedPorts: - 36620: - - On: Toggle - - Off: Toggle -- proto: SignAnomaly2 + pos: 37.5,19.5 + parent: 2 +- proto: VendingMachineDinnerware entities: - - uid: 5237 + - uid: 13364 components: - type: Transform - pos: -18.5,-27.5 + pos: -6.5,56.5 parent: 2 -- proto: SignArmory +- proto: VendingMachineEngiDrobe entities: - - uid: 33961 + - uid: 5809 components: - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,-8.5 + pos: -36.5,16.5 parent: 2 -- proto: SignAtmos +- proto: VendingMachineEngivend entities: - - uid: 8213 + - uid: 5803 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,38.5 + pos: -36.5,17.5 parent: 2 - - uid: 32089 + - uid: 9611 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,33.5 + pos: -0.5,33.5 parent: 2 - - uid: 32090 + - uid: 24146 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,34.5 + pos: -64.5,72.5 parent: 2 -- proto: SignBar +- proto: VendingMachineGames entities: - - uid: 31933 + - uid: 8991 components: - type: Transform - pos: 6.5,65.5 + pos: 31.5,-46.5 parent: 2 -- proto: SignBio - entities: - - uid: 34392 + - uid: 9806 components: - type: Transform - pos: 35.5,-4.5 + pos: 12.5,48.5 parent: 2 -- proto: SignCanisters - entities: - - uid: 5236 + - uid: 9990 components: - type: Transform - pos: -29.5,-13.5 + pos: -26.5,-49.5 parent: 2 -- proto: SignCargo +- proto: VendingMachineHappyHonk entities: - - uid: 13516 + - uid: 12696 components: - type: Transform - pos: -41.5,-38.5 + pos: -7.5,54.5 parent: 2 -- proto: SignChemistry1 +- proto: VendingMachineHydrobe entities: - - uid: 6802 + - uid: 9838 components: - type: Transform - pos: 25.5,-37.5 + pos: -12.5,65.5 parent: 2 -- proto: SignDangerMed +- proto: VendingMachineJaniDrobe entities: - - uid: 30959 + - uid: 8688 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,-21.5 + pos: 60.5,13.5 parent: 2 -- proto: SignDirectionalBar +- proto: VendingMachineLawDrobe entities: - - uid: 12599 + - uid: 10765 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.508663,33.319706 + pos: -2.5,45.5 parent: 2 - - uid: 31975 +- proto: VendingMachineMedical + entities: + - uid: 6615 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.421474,23.371029 + pos: 12.5,-22.5 parent: 2 - - uid: 32026 + - uid: 6709 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.52796,-43.34523 + pos: 38.5,-31.5 parent: 2 - - uid: 32076 + - uid: 6870 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.43929,-1.1730628 + pos: 19.5,-13.5 parent: 2 -- proto: SignDirectionalBridge - entities: - - uid: 12547 + - uid: 34022 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.48175,27.456108 + pos: -57.5,-7.5 parent: 2 - - uid: 15868 + - uid: 39900 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.197735,-47.594536 + pos: 18.5,-6.5 + parent: 36907 +- proto: VendingMachineMediDrobe + entities: + - uid: 6616 + components: + - type: Transform + pos: 13.5,-22.5 parent: 2 - - uid: 31967 +- proto: VendingMachineNutri + entities: + - uid: 14766 components: - type: Transform - pos: 46.629234,22.658125 + pos: -12.5,58.5 parent: 2 - - uid: 32056 +- proto: VendingMachinePwrGame + entities: + - uid: 9996 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.4346136,-49.198734 + pos: -23.5,-53.5 parent: 2 - - uid: 32067 +- proto: VendingMachineRestockTankDispenser + entities: + - uid: 8195 components: - type: Transform - pos: -50.50959,-1.412925 + pos: -48.679806,35.55073 parent: 2 - - uid: 34389 + - uid: 8196 components: - type: Transform - pos: 54.497997,-8.803735 + pos: -48.429806,35.753857 parent: 2 -- proto: SignDirectionalBrig +- proto: VendingMachineRoboDrobe entities: - - uid: 31973 + - uid: 4779 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.420933,23.176584 + pos: -25.5,-35.5 parent: 2 - - uid: 32037 +- proto: VendingMachineRobotics + entities: + - uid: 5143 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.470491,-49.785763 + pos: -25.5,-40.5 parent: 2 -- proto: SignDirectionalChapel +- proto: VendingMachineSalvage entities: - - uid: 32023 + - uid: 5448 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.52796,-43.741062 + pos: -51.5,-48.5 parent: 2 -- proto: SignDirectionalDorms + - uid: 39901 + components: + - type: Transform + pos: 25.5,-4.5 + parent: 36907 + - uid: 39902 + components: + - type: Transform + pos: 26.5,-4.5 + parent: 36907 +- proto: VendingMachineSciDrobe entities: - - uid: 31966 + - uid: 5231 components: - type: Transform - pos: 46.629234,22.873404 + pos: -31.5,-20.5 parent: 2 - - uid: 32005 + - uid: 30871 components: - type: Transform - pos: 17.631721,-52.172585 + pos: -62.5,-0.5 parent: 2 - - uid: 32046 +- proto: VendingMachineSec + entities: + - uid: 10132 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.470491,-49.197803 + pos: 39.5,57.5 parent: 2 -- proto: SignDirectionalEng +- proto: VendingMachineSecDrobe entities: - - uid: 30890 + - uid: 3469 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 49.52926,-8.211655 + pos: 39.5,56.5 parent: 2 - - uid: 31949 + - uid: 6956 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.4389596,51.240826 + pos: 42.5,-26.5 parent: 2 - - uid: 32008 + - uid: 10142 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.19598,-47.40311 + pos: 35.5,18.5 parent: 2 - - uid: 32048 + - uid: 10754 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.4344422,-49.776505 + pos: -6.5,-57.5 parent: 2 - - uid: 32078 + - uid: 15711 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.44392,-1.3767666 - parent: 2 - - uid: 32096 + pos: 6.5,1.5 + parent: 14592 +- proto: VendingMachineSeeds + entities: + - uid: 9774 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.501106,28.782234 + pos: -15.5,58.5 parent: 2 -- proto: SignDirectionalEvac +- proto: VendingMachineSustenance entities: - - uid: 12597 + - uid: 10801 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.508663,33.699337 + pos: 23.5,67.5 parent: 2 - - uid: 31970 + - uid: 14082 components: - type: Transform - pos: 46.629234,22.449791 + pos: -7.5,-8.5 + parent: 14592 + - uid: 30761 + components: + - type: Transform + pos: 30.5,66.5 parent: 2 - - uid: 31994 +- proto: VendingMachineSyndieDrobe + entities: + - uid: 27542 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 55.428627,-1.1356192 + pos: 37.5,-52.5 parent: 2 - - uid: 32002 +- proto: VendingMachineTankDispenserEngineering + entities: + - uid: 7494 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.190914,-47.20762 + pos: -39.5,10.5 parent: 2 - - uid: 32052 + - uid: 8194 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.4712188,-49.38889 + pos: -46.5,37.5 parent: 2 - - uid: 34384 + - uid: 31077 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.452625,-5.4115086 + pos: -12.5,43.5 parent: 2 - - uid: 34387 + - uid: 36354 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.49565,-8.405355 + pos: -58.5,76.5 parent: 2 -- proto: SignDirectionalFood +- proto: VendingMachineTankDispenserEVA entities: - - uid: 12598 + - uid: 956 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.508663,33.50952 + pos: -32.5,24.5 parent: 2 - - uid: 32024 + - uid: 1520 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.52796,-43.539673 + pos: -44.5,-51.5 parent: 2 - - uid: 32082 + - uid: 3470 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.44392,-1.5712109 + pos: 44.5,33.5 parent: 2 - - uid: 36176 + - uid: 5078 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,-4.5 + pos: -33.5,-12.5 parent: 2 -- proto: SignDirectionalGravity - entities: - - uid: 32085 + - uid: 5958 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.44392,-1.7749147 + pos: -25.5,33.5 parent: 2 - - uid: 34382 + - uid: 7492 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 49.528976,-8.841134 + pos: -43.5,10.5 parent: 2 -- proto: SignDirectionalHydro - entities: - - uid: 31983 + - uid: 8165 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.420918,23.580555 + pos: -54.5,30.5 parent: 2 -- proto: SignDirectionalJanitor - entities: - - uid: 7822 + - uid: 8193 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,13.5 + pos: -45.5,37.5 parent: 2 - - uid: 34388 + - uid: 9337 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.497997,-8.60466 + pos: 17.5,-46.5 parent: 2 -- proto: SignDirectionalLibrary - entities: - - uid: 31987 + - uid: 9633 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.413975,23.768055 + pos: 1.5,33.5 parent: 2 - - uid: 32025 + - uid: 10893 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.52796,-43.150784 + pos: 17.5,-45.5 parent: 2 -- proto: SignDirectionalMed + - uid: 31282 + components: + - type: Transform + pos: 13.5,5.5 + parent: 30892 + - uid: 35169 + components: + - type: Transform + pos: 66.5,37.5 + parent: 2 +- proto: VendingMachineTheater entities: - - uid: 12548 + - uid: 7837 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.47712,27.261663 + pos: -24.5,58.5 parent: 2 - - uid: 14165 + - uid: 11670 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.452625,-5.2101197 + pos: -32.5,57.5 parent: 2 - - uid: 30958 +- proto: VendingMachineVendomat + entities: + - uid: 9532 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.500797,-1.199158 + pos: -27.5,6.5 parent: 2 - - uid: 31941 + - uid: 13219 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.4389596,51.8502 + pos: -25.5,27.5 parent: 2 - - uid: 31971 + - uid: 43064 components: - type: Transform - pos: 46.629234,22.241459 + pos: -37.5,-35.5 parent: 2 - - uid: 32038 +- proto: VendingMachineViroDrobe + entities: + - uid: 12298 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.470491,-49.58669 + pos: 30.5,-3.5 parent: 2 -- proto: SignDirectionalSci +- proto: VendingMachineWallMedical entities: - - uid: 12540 + - uid: 7003 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.48175,27.831108 + pos: 43.5,-17.5 parent: 2 - - uid: 31550 + - uid: 10281 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.494593,-47.59061 + pos: 23.5,56.5 parent: 2 - - uid: 31943 + - uid: 11750 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.4389596,51.63145 + rot: 1.5707963267948966 rad + pos: 25.5,-28.5 parent: 2 - - uid: 32049 + - uid: 12609 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.4344422,-49.59132 + pos: 30.5,-18.5 parent: 2 - - uid: 32068 + - uid: 34021 components: - type: Transform - pos: -50.50959,-1.6258881 + rot: -1.5707963267948966 rad + pos: -61.5,-4.5 parent: 2 - - uid: 34380 + - uid: 36086 components: - type: Transform rot: -1.5707963267948966 rad - pos: 49.52926,-8.419988 + pos: 39.5,-12.5 parent: 2 -- proto: SignDirectionalSec +- proto: VendingMachineWinter entities: - - uid: 12549 + - uid: 11811 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.508663,33.889153 + pos: 46.5,-48.5 parent: 2 - - uid: 31953 + - uid: 31581 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.1569586,51.85211 + pos: -30.5,-44.5 parent: 2 - - uid: 31998 +- proto: VendingMachineYouTool + entities: + - uid: 5789 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.49647,-47.20762 + pos: -36.5,18.5 parent: 2 - - uid: 34385 + - uid: 9531 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.459568,-5.626786 + pos: -27.5,5.5 parent: 2 - - uid: 34386 + - uid: 34224 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.49565,-8.217855 + pos: -15.5,49.5 parent: 2 -- proto: SignDirectionalSolar +- proto: VimHarness entities: - - uid: 8546 + - uid: 13007 components: - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,65.5 + rot: 1.5707963267948966 rad + pos: 15.538784,30.865095 parent: 2 -- proto: SignDirectionalSupply +- proto: VoiceTrigger entities: - - uid: 12544 + - uid: 5137 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.48175,27.645922 + pos: -17.336864,-36.49444 parent: 2 - - uid: 31946 +- proto: WallClown + entities: + - uid: 24788 components: - type: Transform rot: -1.5707963267948966 rad - pos: 2.4389596,51.44395 - parent: 2 - - uid: 32001 + pos: 29.5,-28.5 + parent: 36907 + - uid: 24790 components: - type: Transform rot: -1.5707963267948966 rad - pos: 27.49647,-47.402065 - parent: 2 - - uid: 32050 + pos: 32.5,-28.5 + parent: 36907 + - uid: 24794 components: - type: Transform rot: -1.5707963267948966 rad - pos: -1.4344422,-49.387615 - parent: 2 - - uid: 32069 + pos: 29.5,-30.5 + parent: 36907 + - uid: 39903 components: - type: Transform - pos: -50.50959,-1.8203325 - parent: 2 - - uid: 34381 + pos: 21.5,-38.5 + parent: 36907 + - uid: 39904 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 49.528976,-8.632801 - parent: 2 -- proto: SignDirectionalWash - entities: - - uid: 34394 + pos: 21.5,-36.5 + parent: 36907 + - uid: 39905 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-46.5 - parent: 2 - - uid: 34395 + pos: 38.5,-39.5 + parent: 36907 + - uid: 39906 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,-45.5 - parent: 2 -- proto: SignElectricalMed - entities: - - uid: 33229 + pos: 21.5,-37.5 + parent: 36907 + - uid: 39907 components: - type: Transform - pos: -56.5,9.5 - parent: 2 - - uid: 34172 + pos: 22.5,-41.5 + parent: 36907 + - uid: 39908 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -84.5,67.5 - parent: 2 - - uid: 34947 + pos: 38.5,-40.5 + parent: 36907 + - uid: 39909 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,22.5 - parent: 2 -- proto: SignEngine - entities: - - uid: 31929 + pos: 33.5,-43.5 + parent: 36907 + - uid: 39910 components: - type: Transform - pos: -62.5,13.5 - parent: 2 -- proto: SignEngineering - entities: - - uid: 13326 + pos: 26.5,-42.5 + parent: 36907 + - uid: 39912 components: - type: Transform - pos: -28.5,31.5 - parent: 2 - - uid: 32091 + pos: 32.5,-30.5 + parent: 36907 + - uid: 39913 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,36.5 - parent: 2 - - uid: 34173 + pos: 25.5,-42.5 + parent: 36907 + - uid: 39914 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -80.5,57.5 - parent: 2 - - uid: 36151 + pos: 34.5,-43.5 + parent: 36907 + - uid: 39915 + components: + - type: Transform + pos: 25.5,-41.5 + parent: 36907 + - uid: 39916 + components: + - type: Transform + pos: 35.5,-43.5 + parent: 36907 + - uid: 39917 + components: + - type: Transform + pos: 24.5,-41.5 + parent: 36907 + - uid: 39918 + components: + - type: Transform + pos: 36.5,-43.5 + parent: 36907 + - uid: 39919 + components: + - type: Transform + pos: 23.5,-41.5 + parent: 36907 + - uid: 39920 + components: + - type: Transform + pos: 38.5,-37.5 + parent: 36907 + - uid: 39921 + components: + - type: Transform + pos: 20.5,-38.5 + parent: 36907 + - uid: 39922 + components: + - type: Transform + pos: 20.5,-39.5 + parent: 36907 + - uid: 39923 + components: + - type: Transform + pos: 21.5,-39.5 + parent: 36907 + - uid: 39924 + components: + - type: Transform + pos: 21.5,-40.5 + parent: 36907 + - uid: 39925 + components: + - type: Transform + pos: 23.5,-40.5 + parent: 36907 + - uid: 39926 + components: + - type: Transform + pos: 22.5,-40.5 + parent: 36907 + - uid: 39927 + components: + - type: Transform + pos: 38.5,-38.5 + parent: 36907 + - uid: 39928 + components: + - type: Transform + pos: 22.5,-36.5 + parent: 36907 + - uid: 39929 + components: + - type: Transform + pos: 23.5,-36.5 + parent: 36907 + - uid: 39930 + components: + - type: Transform + pos: 23.5,-35.5 + parent: 36907 + - uid: 39931 + components: + - type: Transform + pos: 25.5,-33.5 + parent: 36907 + - uid: 39932 + components: + - type: Transform + pos: 24.5,-35.5 + parent: 36907 + - uid: 39933 + components: + - type: Transform + pos: 24.5,-34.5 + parent: 36907 + - uid: 39934 + components: + - type: Transform + pos: 25.5,-34.5 + parent: 36907 + - uid: 39935 + components: + - type: Transform + pos: 26.5,-33.5 + parent: 36907 + - uid: 39936 + components: + - type: Transform + pos: 26.5,-32.5 + parent: 36907 + - uid: 39937 + components: + - type: Transform + pos: 27.5,-31.5 + parent: 36907 + - uid: 39938 + components: + - type: Transform + pos: 24.5,-42.5 + parent: 36907 + - uid: 39939 + components: + - type: Transform + pos: 37.5,-42.5 + parent: 36907 + - uid: 39940 + components: + - type: Transform + pos: 35.5,-32.5 + parent: 36907 + - uid: 39941 + components: + - type: Transform + pos: 38.5,-42.5 + parent: 36907 + - uid: 39942 + components: + - type: Transform + pos: 36.5,-33.5 + parent: 36907 + - uid: 39943 + components: + - type: Transform + pos: 38.5,-43.5 + parent: 36907 + - uid: 39944 + components: + - type: Transform + pos: 35.5,-31.5 + parent: 36907 + - uid: 39945 + components: + - type: Transform + pos: 37.5,-41.5 + parent: 36907 + - uid: 39946 + components: + - type: Transform + pos: 38.5,-41.5 + parent: 36907 + - uid: 39947 + components: + - type: Transform + pos: 37.5,-43.5 + parent: 36907 + - uid: 39948 + components: + - type: Transform + pos: 34.5,-44.5 + parent: 36907 + - uid: 39949 + components: + - type: Transform + pos: 35.5,-44.5 + parent: 36907 + - uid: 39950 + components: + - type: Transform + pos: 36.5,-42.5 + parent: 36907 + - uid: 39951 + components: + - type: Transform + pos: 37.5,-34.5 + parent: 36907 + - uid: 39952 + components: + - type: Transform + pos: 37.5,-35.5 + parent: 36907 + - uid: 39953 + components: + - type: Transform + pos: 37.5,-36.5 + parent: 36907 + - uid: 39954 + components: + - type: Transform + pos: 37.5,-37.5 + parent: 36907 + - uid: 39955 components: - type: Transform - pos: -72.5,58.5 - parent: 2 -- proto: SignEVA - entities: - - uid: 9367 + pos: 37.5,-33.5 + parent: 36907 + - uid: 39956 components: - type: Transform - pos: 15.5,-48.5 - parent: 2 -- proto: SignExamroom - entities: - - uid: 11739 + pos: 33.5,-31.5 + parent: 36907 + - uid: 39957 components: - type: Transform - pos: 25.5,-25.5 - parent: 2 -- proto: SignFlammableMed - entities: - - uid: 34112 + pos: 34.5,-31.5 + parent: 36907 + - uid: 39958 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,-3.5 - parent: 2 -- proto: SignGravity - entities: - - uid: 31931 + pos: 32.5,-31.5 + parent: 36907 + - uid: 39959 components: - type: Transform - pos: -24.5,39.5 - parent: 2 -- proto: SignHydro1 - entities: - - uid: 13354 + pos: 29.5,-31.5 + parent: 36907 + - uid: 39960 components: - type: Transform - pos: -15.5,67.5 - parent: 2 -- proto: SignHydro2 - entities: - - uid: 704 + pos: 28.5,-31.5 + parent: 36907 + - uid: 39961 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,64.5 - parent: 2 -- proto: SignHydro3 - entities: - - uid: 8337 + pos: 27.5,-32.5 + parent: 36907 + - uid: 39962 components: - type: Transform - pos: -15.5,54.5 - parent: 2 -- proto: SignInterrogation - entities: - - uid: 6400 + pos: 24.5,-33.5 + parent: 36907 + - uid: 39963 components: - type: Transform - pos: 53.5,32.5 - parent: 2 -- proto: SignJanitor - entities: - - uid: 42888 + pos: 37.5,-31.5 + parent: 36907 + - uid: 39964 components: - type: Transform - pos: 54.5,11.5 - parent: 2 -- proto: SignLawyer - entities: - - uid: 42890 + pos: 33.5,-42.5 + parent: 36907 + - uid: 39965 components: - type: Transform - pos: -1.5,40.5 - parent: 2 -- proto: SignLibrary - entities: - - uid: 9776 + pos: 36.5,-32.5 + parent: 36907 + - uid: 39966 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,45.5 - parent: 2 - - uid: 9778 + pos: 37.5,-32.5 + parent: 36907 + - uid: 39967 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,40.5 - parent: 2 -- proto: SignMagneticsMed - entities: - - uid: 31292 + pos: 30.5,-42.5 + parent: 36907 + - uid: 39968 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -61.5,-6.5 - parent: 2 -- proto: SignMail - entities: - - uid: 14489 + pos: 31.5,-42.5 + parent: 36907 + - uid: 39969 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,-43.5 - parent: 2 - - uid: 25183 + pos: 32.5,-42.5 + parent: 36907 + - uid: 39970 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-44.5 - parent: 2 -- proto: SignMedical - entities: - - uid: 34390 + pos: 29.5,-42.5 + parent: 36907 + - uid: 39971 components: - type: Transform - pos: 35.5,-8.5 - parent: 2 -- proto: SignMorgue - entities: - - uid: 1191 + pos: 28.5,-42.5 + parent: 36907 + - uid: 39972 components: - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,-25.5 - parent: 2 - - uid: 34393 + pos: 27.5,-42.5 + parent: 36907 + - uid: 39973 components: - type: Transform - pos: 49.5,-13.5 - parent: 2 -- proto: SignNosmoking + pos: 36.5,-31.5 + parent: 36907 +- proto: WallCult entities: - - uid: 36190 + - uid: 4624 components: - type: Transform - pos: -76.5,59.5 + pos: 37.5,-53.5 parent: 2 -- proto: SignPrison + - uid: 4751 + components: + - type: Transform + pos: 36.5,-54.5 + parent: 2 +- proto: WallmountTelescreen entities: - - uid: 31747 + - uid: 10353 components: - type: Transform - pos: 22.5,60.5 + rot: -1.5707963267948966 rad + pos: 39.5,22.5 parent: 2 -- proto: SignRadiation +- proto: WallmountTelevision entities: - - uid: 12804 + - uid: 7993 components: - type: Transform - pos: -62.5,10.5 + rot: -1.5707963267948966 rad + pos: -35.5,23.5 parent: 2 - - uid: 13358 + - uid: 11553 components: - type: Transform - pos: -62.5,12.5 + rot: -1.5707963267948966 rad + pos: -48.5,-10.5 parent: 2 -- proto: SignRadiationMed - entities: - - uid: 705 + - uid: 11565 components: - type: Transform - pos: -57.5,12.5 + pos: 47.5,-33.5 parent: 2 - - uid: 10222 + - uid: 24866 components: - type: Transform - pos: -53.5,12.5 + rot: 1.5707963267948966 rad + pos: 44.5,-25.5 parent: 2 - - uid: 12841 + - uid: 31712 components: - type: Transform - pos: -57.5,10.5 + pos: 45.5,28.5 parent: 2 - - uid: 12853 + - uid: 31715 components: - type: Transform - pos: -53.5,10.5 + pos: -5.5,-49.5 parent: 2 - - uid: 13428 + - uid: 36328 components: - type: Transform - pos: -58.5,19.5 + rot: 3.141592653589793 rad + pos: -33.5,37.5 parent: 2 - - uid: 13429 + - uid: 36334 components: - type: Transform - pos: -56.5,19.5 + pos: 13.5,-3.5 parent: 2 - - uid: 13430 + - uid: 36339 components: - type: Transform - pos: -58.5,23.5 + pos: -23.5,-3.5 parent: 2 - - uid: 13431 + - uid: 36340 components: - type: Transform - pos: -56.5,23.5 + rot: 3.141592653589793 rad + pos: -42.5,-1.5 parent: 2 - - uid: 31309 + - uid: 36341 components: - type: Transform - pos: -62.5,-17.5 + pos: -18.5,-46.5 parent: 2 - - uid: 34951 + - uid: 36343 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-1.5 + pos: 39.5,-47.5 parent: 2 - - uid: 34952 + - uid: 36344 components: - type: Transform rot: -1.5707963267948966 rad - pos: 2.5,-1.5 + pos: 55.5,4.5 parent: 2 -- proto: SignRedFive +- proto: WallmountTelevisionFrame entities: - - uid: 27589 + - uid: 26733 components: - type: Transform rot: 3.141592653589793 rad - pos: 55.5,39.5 + pos: -7.5,50.5 parent: 2 -- proto: SignRedFour +- proto: WallPlastitaniumIndestructible entities: - - uid: 27588 + - uid: 39974 components: - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,42.5 - parent: 2 -- proto: SignRedOne - entities: - - uid: 27585 + pos: -7.5,35.5 + parent: 36907 + - uid: 39975 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,49.5 - parent: 2 -- proto: SignRedSix - entities: - - uid: 35153 + pos: 14.5,-29.5 + parent: 36907 + - uid: 39976 components: - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,36.5 - parent: 2 -- proto: SignRedThree - entities: - - uid: 27587 + pos: -7.5,-7.5 + parent: 36907 + - uid: 39977 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,45.5 - parent: 2 -- proto: SignRedTwo - entities: - - uid: 27586 + pos: -7.5,-9.5 + parent: 36907 + - uid: 39978 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,49.5 - parent: 2 -- proto: SignRND - entities: - - uid: 5154 + pos: -7.5,-8.5 + parent: 36907 + - uid: 39979 components: - type: Transform - pos: -36.5,-34.5 - parent: 2 - - uid: 5155 + pos: -7.5,-11.5 + parent: 36907 + - uid: 39980 components: - type: Transform - pos: -29.5,-34.5 - parent: 2 -- proto: SignRobo - entities: - - uid: 5153 + pos: -7.5,-6.5 + parent: 36907 + - uid: 39981 components: - type: Transform - pos: -27.5,-40.5 - parent: 2 - - uid: 5156 + pos: 12.5,-29.5 + parent: 36907 + - uid: 39982 components: - type: Transform - pos: -27.5,-36.5 - parent: 2 - - uid: 31294 + pos: 13.5,-29.5 + parent: 36907 + - uid: 39983 components: - type: Transform - pos: -57.5,-10.5 - parent: 2 -- proto: SignScience - entities: - - uid: 31291 + pos: 15.5,-29.5 + parent: 36907 + - uid: 39984 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -61.5,-9.5 - parent: 2 -- proto: SignScience1 - entities: - - uid: 31551 + pos: -4.5,-29.5 + parent: 36907 + - uid: 39985 components: - type: Transform - pos: -60.5,1.5 - parent: 2 -- proto: SignSecurearea - entities: - - uid: 31293 + pos: 7.5,-29.5 + parent: 36907 + - uid: 39986 components: - type: Transform - pos: -57.5,-6.5 - parent: 2 -- proto: SignSecureMed - entities: - - uid: 31295 + pos: -3.5,-29.5 + parent: 36907 + - uid: 39987 components: - type: Transform - pos: -56.5,-13.5 - parent: 2 - - uid: 31296 + pos: -2.5,-29.5 + parent: 36907 + - uid: 39988 components: - type: Transform - pos: -54.5,-13.5 - parent: 2 - - uid: 34948 + pos: 10.5,-29.5 + parent: 36907 + - uid: 39989 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,20.5 - parent: 2 - - uid: 34949 + pos: -1.5,-29.5 + parent: 36907 + - uid: 39990 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,13.5 - parent: 2 - - uid: 34950 + pos: 9.5,-29.5 + parent: 36907 + - uid: 39991 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,13.5 - parent: 2 -- proto: SignSecureSmall - entities: - - uid: 34178 + pos: 6.5,-29.5 + parent: 36907 + - uid: 39992 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,76.5 - parent: 2 - - uid: 34181 + pos: -7.5,-20.5 + parent: 36907 + - uid: 39993 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -79.5,83.5 - parent: 2 - - uid: 36575 + pos: 11.5,-29.5 + parent: 36907 + - uid: 39994 components: - type: Transform - pos: 0.5,1.5 - parent: 32914 - - uid: 36576 + pos: 8.5,-29.5 + parent: 36907 + - uid: 39995 components: - type: Transform - pos: 6.5,1.5 - parent: 32914 -- proto: SignSecureSmallRed - entities: - - uid: 36577 + pos: -7.5,-13.5 + parent: 36907 + - uid: 39996 components: - type: Transform - pos: 0.5,-0.5 - parent: 32914 - - uid: 36578 + pos: -7.5,-12.5 + parent: 36907 + - uid: 39997 components: - type: Transform - pos: 6.5,-0.5 - parent: 32914 - - uid: 36590 + pos: -7.5,-14.5 + parent: 36907 + - uid: 39998 components: - type: Transform - pos: 0.5,2.5 - parent: 36450 - - uid: 36651 + pos: -7.5,-10.5 + parent: 36907 + - uid: 39999 components: - type: Transform - pos: 10.5,2.5 - parent: 36450 - - uid: 36652 + pos: 2.5,-29.5 + parent: 36907 + - uid: 40000 components: - type: Transform - pos: 10.5,0.5 - parent: 36450 - - uid: 36653 + pos: 1.5,-29.5 + parent: 36907 + - uid: 40001 components: - type: Transform - pos: 0.5,0.5 - parent: 36450 - - uid: 36655 + pos: 4.5,-29.5 + parent: 36907 + - uid: 40002 components: - type: Transform - pos: 2.5,-8.5 - parent: 36450 - - uid: 36656 + pos: 3.5,-29.5 + parent: 36907 + - uid: 40003 components: - type: Transform - pos: 8.5,-8.5 - parent: 36450 -- proto: SignShield - entities: - - uid: 35086 + pos: -7.5,-22.5 + parent: 36907 + - uid: 40004 components: - type: Transform - pos: 62.5,32.5 - parent: 2 -- proto: SignShock - entities: - - uid: 33224 + pos: 5.5,-29.5 + parent: 36907 + - uid: 40005 components: - type: Transform - pos: -47.5,-28.5 - parent: 2 -- proto: SignSomethingOld2 - entities: - - uid: 36367 + pos: -7.5,-23.5 + parent: 36907 + - uid: 40006 components: - type: Transform - pos: -29.5,63.5 - parent: 2 -- proto: SignSpace - entities: - - uid: 35094 + pos: -7.5,-16.5 + parent: 36907 + - uid: 40007 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 63.5,35.5 - parent: 2 - - uid: 35095 + pos: -7.5,-17.5 + parent: 36907 + - uid: 40008 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 66.5,41.5 - parent: 2 - - uid: 35096 + pos: -2.5,36.5 + parent: 36907 + - uid: 40009 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 75.5,35.5 - parent: 2 -- proto: SignTelecomms - entities: - - uid: 34177 + pos: -7.5,-21.5 + parent: 36907 + - uid: 40010 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -69.5,83.5 - parent: 2 -- proto: SignToolStorage - entities: - - uid: 33823 + pos: -3.5,36.5 + parent: 36907 + - uid: 40011 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -84.5,59.5 - parent: 2 - - uid: 34396 + pos: -7.5,-24.5 + parent: 36907 + - uid: 40012 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,49.5 - parent: 2 -- proto: SignToxins - entities: - - uid: 5227 + pos: -7.5,-25.5 + parent: 36907 + - uid: 40013 components: - type: Transform - pos: -34.5,-24.5 - parent: 2 - - uid: 5271 + pos: -7.5,-18.5 + parent: 36907 + - uid: 40014 components: - type: Transform - pos: -41.5,-28.5 - parent: 2 -- proto: SignVirology - entities: - - uid: 34391 + pos: -7.5,-19.5 + parent: 36907 + - uid: 40015 components: - type: Transform - pos: 39.5,-4.5 - parent: 2 -- proto: SignXenolab - entities: - - uid: 5238 + pos: -1.5,36.5 + parent: 36907 + - uid: 40016 components: - type: Transform - pos: -37.5,-20.5 - parent: 2 - - uid: 31289 + pos: -0.5,-29.5 + parent: 36907 + - uid: 40017 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,0.5 - parent: 2 - - uid: 31290 + pos: 0.5,-29.5 + parent: 36907 + - uid: 40018 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,-19.5 - parent: 2 -- proto: SingularityGenerator - entities: - - uid: 7801 + pos: -6.5,-29.5 + parent: 36907 + - uid: 40019 components: - type: Transform - pos: -19.5,27.5 - parent: 2 -- proto: Sink - entities: - - uid: 5832 + pos: -7.5,-26.5 + parent: 36907 + - uid: 40020 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-44.5 - parent: 2 - - uid: 5833 + pos: 0.5,36.5 + parent: 36907 + - uid: 40021 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,-44.5 - parent: 2 -- proto: SinkStemlessWater - entities: - - uid: 14009 + pos: -7.5,-27.5 + parent: 36907 + - uid: 40022 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-5.5 - parent: 14592 - - uid: 14010 + pos: -1.5,37.5 + parent: 36907 + - uid: 40023 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-4.5 - parent: 14592 - - uid: 14066 + rot: 3.141592653589793 rad + pos: 23.5,-42.5 + parent: 36907 + - uid: 40024 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-5.5 - parent: 14592 - - uid: 14101 + rot: 3.141592653589793 rad + pos: 25.5,-43.5 + parent: 36907 + - uid: 40025 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,2.5 - parent: 14592 - - uid: 14186 + rot: 3.141592653589793 rad + pos: 23.5,-43.5 + parent: 36907 + - uid: 40026 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,1.5 - parent: 14592 -- proto: SinkWide - entities: - - uid: 3268 + rot: 3.141592653589793 rad + pos: 24.5,-43.5 + parent: 36907 + - uid: 40027 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,-1.5 - parent: 2 - - uid: 6238 + pos: -1.5,38.5 + parent: 36907 + - uid: 40028 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,67.5 - parent: 2 - - uid: 8767 + pos: -0.5,36.5 + parent: 36907 + - uid: 40029 components: - type: Transform - pos: 59.5,13.5 - parent: 2 - - uid: 9914 + pos: -5.5,-29.5 + parent: 36907 + - uid: 40030 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,70.5 - parent: 2 - - uid: 12518 + pos: -7.5,-28.5 + parent: 36907 + - uid: 40031 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,58.5 - parent: 2 -- proto: SmallLight - entities: - - uid: 2872 + pos: -7.5,-29.5 + parent: 36907 + - uid: 40032 components: - type: Transform - pos: -70.5,23.5 - parent: 2 - - uid: 14629 + pos: 3.5,36.5 + parent: 36907 + - uid: 40033 components: - type: Transform - pos: 3.5,3.5 - parent: 14592 - - uid: 31693 + pos: 1.5,36.5 + parent: 36907 + - uid: 40034 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-48.5 - parent: 2 -- proto: SmartFridge - entities: - - uid: 4820 + pos: 2.5,36.5 + parent: 36907 + - uid: 40035 components: - type: Transform - pos: 21.5,-29.5 - parent: 2 - - uid: 4821 + pos: 16.5,-29.5 + parent: 36907 + - uid: 40036 components: - type: Transform - pos: 25.5,-31.5 - parent: 2 - - uid: 5334 + pos: 4.5,36.5 + parent: 36907 + - uid: 40037 components: - type: Transform - pos: -45.5,-17.5 - parent: 2 - - uid: 12809 + rot: 3.141592653589793 rad + pos: 32.5,-43.5 + parent: 36907 + - uid: 40038 components: - type: Transform - pos: -11.5,62.5 - parent: 2 - - uid: 13076 + rot: 3.141592653589793 rad + pos: 30.5,-43.5 + parent: 36907 + - uid: 40039 components: - type: Transform - pos: 31.5,-12.5 - parent: 2 - - uid: 31330 + rot: 3.141592653589793 rad + pos: 27.5,-43.5 + parent: 36907 + - uid: 40040 components: - type: Transform - pos: -60.5,-11.5 - parent: 2 -- proto: SMESBasic - entities: - - uid: 8126 + rot: 3.141592653589793 rad + pos: 31.5,-43.5 + parent: 36907 + - uid: 40041 components: - type: Transform - pos: -28.5,14.5 - parent: 2 - - uid: 14288 + rot: 3.141592653589793 rad + pos: 28.5,-43.5 + parent: 36907 + - uid: 40042 components: - type: Transform - pos: 60.5,-36.5 - parent: 2 - - uid: 17566 + rot: 3.141592653589793 rad + pos: 29.5,-43.5 + parent: 36907 + - uid: 40043 components: - type: Transform - pos: -25.5,39.5 - parent: 2 - - uid: 18619 + rot: 3.141592653589793 rad + pos: 26.5,-43.5 + parent: 36907 + - uid: 40044 components: - type: Transform - pos: 17.5,-32.5 - parent: 2 - - uid: 19423 + rot: 3.141592653589793 rad + pos: 21.5,-41.5 + parent: 36907 + - uid: 40047 components: - type: Transform - pos: -28.5,17.5 - parent: 2 - - uid: 20878 + pos: 19.5,-29.5 + parent: 36907 + - uid: 40048 components: - type: Transform - pos: -67.5,-21.5 - parent: 2 - - uid: 20969 + pos: 20.5,-29.5 + parent: 36907 + - uid: 40049 components: - type: Transform - pos: -23.5,67.5 - parent: 2 - - uid: 31132 + pos: 18.5,-29.5 + parent: 36907 + - uid: 40050 components: - type: Transform - pos: 0.5,8.5 - parent: 30892 - - uid: 33801 + pos: 17.5,-29.5 + parent: 36907 + - uid: 40051 components: - type: Transform - pos: -86.5,64.5 - parent: 2 - - uid: 33985 + pos: 21.5,-29.5 + parent: 36907 + - uid: 40052 components: - type: Transform - pos: -85.5,64.5 - parent: 2 - - uid: 33986 + pos: 22.5,-29.5 + parent: 36907 + - uid: 40053 components: - type: Transform - pos: -87.5,64.5 - parent: 2 - - uid: 34764 + pos: 24.5,-29.5 + parent: 36907 + - uid: 40054 components: - type: Transform - pos: -6.5,9.5 - parent: 2 -- proto: SmokingPipeFilledCannabis - entities: - - uid: 14547 + pos: 23.5,-29.5 + parent: 36907 + - uid: 40055 components: - type: Transform - parent: 14544 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: SnowBattlemap - entities: - - uid: 9834 + pos: -7.5,0.5 + parent: 36907 + - uid: 40056 components: - type: Transform - pos: 9.437998,47.931694 - parent: 2 -- proto: SoakedCigarette - entities: - - uid: 14064 + pos: -7.5,-1.5 + parent: 36907 + - uid: 40057 components: - type: Transform - pos: -27.729088,0.65034413 - parent: 2 -- proto: Soap - entities: - - uid: 14195 + pos: -7.5,-0.5 + parent: 36907 + - uid: 40058 components: - type: Transform - pos: 3.779541,2.8792267 - parent: 14592 -- proto: SoapHomemade - entities: - - uid: 11591 + pos: -7.5,-4.5 + parent: 36907 + - uid: 40059 components: - type: Transform - pos: 29.449444,61.321484 - parent: 2 -- proto: soda_dispenser - entities: - - uid: 6236 + pos: -7.5,-5.5 + parent: 36907 + - uid: 40060 components: - type: Transform - pos: 0.5,69.5 - parent: 2 - - uid: 10010 + pos: -7.5,-2.5 + parent: 36907 + - uid: 40061 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-65.5 - parent: 2 - - uid: 11798 + pos: -7.5,-3.5 + parent: 36907 + - uid: 40062 components: - type: Transform - pos: 48.5,-48.5 - parent: 2 - - uid: 32868 + pos: -7.5,-15.5 + parent: 36907 + - uid: 40063 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-5.5 - parent: 14592 - - uid: 36169 + pos: -4.5,36.5 + parent: 36907 + - uid: 40064 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,-6.5 - parent: 2 -- proto: SolarPanel - entities: - - uid: 6248 + pos: -5.5,36.5 + parent: 36907 + - uid: 40065 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -84.5,-16.5 - parent: 2 - - uid: 6403 + pos: 6.5,36.5 + parent: 36907 + - uid: 40066 components: - type: Transform - pos: -36.5,77.5 - parent: 2 - - uid: 6404 + pos: 7.5,36.5 + parent: 36907 + - uid: 40067 components: - type: Transform - pos: -35.5,77.5 - parent: 2 - - uid: 6405 + pos: 9.5,36.5 + parent: 36907 + - uid: 40068 components: - type: Transform - pos: -34.5,77.5 - parent: 2 - - uid: 6406 + pos: 8.5,36.5 + parent: 36907 + - uid: 40069 components: - type: Transform - pos: -33.5,77.5 - parent: 2 - - uid: 6407 + pos: 10.5,36.5 + parent: 36907 + - uid: 40070 components: - type: Transform - pos: -32.5,77.5 - parent: 2 - - uid: 6408 + pos: 11.5,36.5 + parent: 36907 + - uid: 40071 components: - type: Transform - pos: -36.5,75.5 - parent: 2 - - uid: 6409 + pos: 12.5,36.5 + parent: 36907 + - uid: 40072 components: - type: Transform - pos: -35.5,75.5 - parent: 2 - - uid: 6410 + pos: 5.5,36.5 + parent: 36907 + - uid: 40073 components: - type: Transform - pos: -34.5,75.5 - parent: 2 - - uid: 6411 + pos: -6.5,36.5 + parent: 36907 + - uid: 40074 components: - type: Transform - pos: -33.5,75.5 - parent: 2 - - uid: 6412 + pos: -7.5,36.5 + parent: 36907 + - uid: 40075 components: - type: Transform - pos: -32.5,75.5 - parent: 2 - - uid: 6413 + pos: 68.5,7.5 + parent: 36907 + - uid: 40076 components: - type: Transform - pos: -28.5,77.5 - parent: 2 - - uid: 6414 + pos: 68.5,19.5 + parent: 36907 + - uid: 40077 components: - type: Transform - pos: -27.5,77.5 - parent: 2 - - uid: 6415 + pos: 68.5,18.5 + parent: 36907 + - uid: 40078 components: - type: Transform - pos: -26.5,77.5 - parent: 2 - - uid: 6416 + pos: 68.5,13.5 + parent: 36907 + - uid: 40079 components: - type: Transform - pos: -25.5,77.5 - parent: 2 - - uid: 6417 + pos: 68.5,12.5 + parent: 36907 + - uid: 40080 components: - type: Transform - pos: -24.5,77.5 - parent: 2 - - uid: 6418 + pos: 68.5,11.5 + parent: 36907 + - uid: 40081 components: - type: Transform - pos: -24.5,75.5 - parent: 2 - - uid: 6419 + pos: 68.5,10.5 + parent: 36907 + - uid: 40082 components: - type: Transform - pos: -25.5,75.5 - parent: 2 - - uid: 6420 + pos: 68.5,17.5 + parent: 36907 + - uid: 40083 components: - type: Transform - pos: -26.5,75.5 - parent: 2 - - uid: 6421 + pos: 68.5,16.5 + parent: 36907 + - uid: 40084 components: - type: Transform - pos: -27.5,75.5 - parent: 2 - - uid: 6422 + pos: 68.5,9.5 + parent: 36907 + - uid: 40085 components: - type: Transform - pos: -28.5,75.5 - parent: 2 - - uid: 6423 + pos: 68.5,15.5 + parent: 36907 + - uid: 40086 components: - type: Transform - pos: -28.5,81.5 - parent: 2 - - uid: 6424 + pos: 68.5,14.5 + parent: 36907 + - uid: 40087 components: - type: Transform - pos: -27.5,81.5 - parent: 2 - - uid: 6425 + pos: 68.5,8.5 + parent: 36907 + - uid: 40088 components: - type: Transform - pos: -26.5,81.5 - parent: 2 - - uid: 6426 + pos: 68.5,5.5 + parent: 36907 + - uid: 40089 components: - type: Transform - pos: -25.5,81.5 - parent: 2 - - uid: 6427 + pos: 68.5,6.5 + parent: 36907 + - uid: 40090 components: - type: Transform - pos: -24.5,81.5 - parent: 2 - - uid: 6428 + pos: 68.5,28.5 + parent: 36907 + - uid: 40091 components: - type: Transform - pos: -23.5,81.5 - parent: 2 - - uid: 6429 + pos: 68.5,27.5 + parent: 36907 + - uid: 40092 components: - type: Transform - pos: -23.5,79.5 - parent: 2 - - uid: 6430 + pos: 68.5,29.5 + parent: 36907 + - uid: 40093 components: - type: Transform - pos: -24.5,79.5 - parent: 2 - - uid: 6431 + pos: 68.5,30.5 + parent: 36907 + - uid: 40094 components: - type: Transform - pos: -25.5,79.5 - parent: 2 - - uid: 6432 + pos: 68.5,33.5 + parent: 36907 + - uid: 40095 components: - type: Transform - pos: -26.5,79.5 - parent: 2 - - uid: 6433 + pos: 68.5,32.5 + parent: 36907 + - uid: 40096 components: - type: Transform - pos: -27.5,79.5 - parent: 2 - - uid: 6434 + pos: 68.5,31.5 + parent: 36907 + - uid: 40097 components: - type: Transform - pos: -28.5,79.5 - parent: 2 - - uid: 6435 + pos: 68.5,26.5 + parent: 36907 + - uid: 40098 components: - type: Transform - pos: -32.5,81.5 - parent: 2 - - uid: 6436 + pos: 68.5,25.5 + parent: 36907 + - uid: 40099 components: - type: Transform - pos: -33.5,81.5 - parent: 2 - - uid: 6437 + pos: 51.5,36.5 + parent: 36907 + - uid: 40100 components: - type: Transform - pos: -34.5,81.5 - parent: 2 - - uid: 6438 + pos: 50.5,36.5 + parent: 36907 + - uid: 40101 components: - type: Transform - pos: -35.5,81.5 - parent: 2 - - uid: 6439 + pos: 52.5,36.5 + parent: 36907 + - uid: 40102 components: - type: Transform - pos: -36.5,81.5 - parent: 2 - - uid: 6440 + pos: 49.5,36.5 + parent: 36907 + - uid: 40103 components: - type: Transform - pos: -37.5,81.5 - parent: 2 - - uid: 6441 + pos: 68.5,24.5 + parent: 36907 + - uid: 40104 components: - type: Transform - pos: -37.5,79.5 - parent: 2 - - uid: 6442 + pos: 68.5,23.5 + parent: 36907 + - uid: 40105 components: - type: Transform - pos: -36.5,79.5 - parent: 2 - - uid: 6443 + pos: 68.5,22.5 + parent: 36907 + - uid: 40106 components: - type: Transform - pos: -35.5,79.5 - parent: 2 - - uid: 6444 + pos: 68.5,21.5 + parent: 36907 + - uid: 40107 components: - type: Transform - pos: -34.5,79.5 - parent: 2 - - uid: 6445 + pos: 68.5,20.5 + parent: 36907 + - uid: 40108 components: - type: Transform - pos: -33.5,79.5 - parent: 2 - - uid: 6446 + pos: 59.5,36.5 + parent: 36907 + - uid: 40109 components: - type: Transform - pos: -32.5,79.5 - parent: 2 - - uid: 6447 + pos: 60.5,36.5 + parent: 36907 + - uid: 40110 components: - type: Transform - pos: -36.5,85.5 - parent: 2 - - uid: 6448 + pos: 61.5,36.5 + parent: 36907 + - uid: 40111 components: - type: Transform - pos: -35.5,85.5 - parent: 2 - - uid: 6449 + pos: 53.5,36.5 + parent: 36907 + - uid: 40112 components: - type: Transform - pos: -34.5,85.5 - parent: 2 - - uid: 6450 + pos: 54.5,36.5 + parent: 36907 + - uid: 40113 components: - type: Transform - pos: -33.5,85.5 - parent: 2 - - uid: 6451 + pos: 62.5,36.5 + parent: 36907 + - uid: 40114 components: - type: Transform - pos: -32.5,85.5 - parent: 2 - - uid: 6452 + pos: 55.5,36.5 + parent: 36907 + - uid: 40115 components: - type: Transform - pos: -32.5,83.5 - parent: 2 - - uid: 6453 + pos: 56.5,36.5 + parent: 36907 + - uid: 40116 components: - type: Transform - pos: -33.5,83.5 - parent: 2 - - uid: 6454 + pos: 57.5,36.5 + parent: 36907 + - uid: 40117 components: - type: Transform - pos: -34.5,83.5 - parent: 2 - - uid: 6455 + pos: 58.5,36.5 + parent: 36907 + - uid: 40118 components: - type: Transform - pos: -35.5,83.5 - parent: 2 - - uid: 6456 + pos: 63.5,36.5 + parent: 36907 + - uid: 40119 components: - type: Transform - pos: -36.5,83.5 - parent: 2 - - uid: 6457 + pos: 64.5,36.5 + parent: 36907 + - uid: 40120 components: - type: Transform - pos: -28.5,83.5 - parent: 2 - - uid: 6458 + pos: 68.5,35.5 + parent: 36907 + - uid: 40121 components: - type: Transform - pos: -27.5,83.5 - parent: 2 - - uid: 6459 + pos: 68.5,36.5 + parent: 36907 + - uid: 40122 components: - type: Transform - pos: -26.5,83.5 - parent: 2 - - uid: 6460 + pos: 65.5,36.5 + parent: 36907 + - uid: 40123 components: - type: Transform - pos: -25.5,83.5 - parent: 2 - - uid: 6461 + pos: 68.5,34.5 + parent: 36907 + - uid: 40124 components: - type: Transform - pos: -24.5,83.5 - parent: 2 - - uid: 6462 + pos: 66.5,36.5 + parent: 36907 + - uid: 40125 components: - type: Transform - pos: -24.5,85.5 - parent: 2 - - uid: 6463 + pos: 67.5,36.5 + parent: 36907 + - uid: 40126 components: - type: Transform - pos: -25.5,85.5 - parent: 2 - - uid: 6464 + pos: 48.5,36.5 + parent: 36907 + - uid: 40127 components: - type: Transform - pos: -26.5,85.5 - parent: 2 - - uid: 6465 + pos: 18.5,36.5 + parent: 36907 + - uid: 40128 components: - type: Transform - pos: -27.5,85.5 - parent: 2 - - uid: 6466 + pos: 19.5,36.5 + parent: 36907 + - uid: 40129 components: - type: Transform - pos: -28.5,85.5 - parent: 2 - - uid: 6468 + pos: 22.5,36.5 + parent: 36907 + - uid: 40130 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -84.5,-17.5 - parent: 2 - - uid: 6469 + pos: 20.5,36.5 + parent: 36907 + - uid: 40131 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -84.5,-18.5 - parent: 2 - - uid: 6470 + pos: 21.5,36.5 + parent: 36907 + - uid: 40132 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -84.5,-19.5 - parent: 2 - - uid: 6471 + pos: 23.5,36.5 + parent: 36907 + - uid: 40133 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -84.5,-20.5 - parent: 2 - - uid: 6472 + pos: 26.5,36.5 + parent: 36907 + - uid: 40134 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -82.5,-20.5 - parent: 2 - - uid: 6473 + pos: 24.5,36.5 + parent: 36907 + - uid: 40135 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -82.5,-19.5 - parent: 2 - - uid: 6474 + pos: 25.5,36.5 + parent: 36907 + - uid: 40136 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -82.5,-18.5 - parent: 2 - - uid: 6475 + pos: 27.5,36.5 + parent: 36907 + - uid: 40137 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -82.5,-17.5 - parent: 2 - - uid: 6476 + pos: 28.5,36.5 + parent: 36907 + - uid: 40138 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -82.5,-16.5 - parent: 2 - - uid: 6477 + pos: 29.5,36.5 + parent: 36907 + - uid: 40139 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -80.5,-15.5 - parent: 2 - - uid: 6478 + pos: 30.5,36.5 + parent: 36907 + - uid: 40140 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -80.5,-16.5 - parent: 2 - - uid: 6479 + pos: 32.5,36.5 + parent: 36907 + - uid: 40141 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -80.5,-17.5 - parent: 2 - - uid: 6480 + pos: 31.5,36.5 + parent: 36907 + - uid: 40142 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -80.5,-18.5 - parent: 2 - - uid: 6481 + pos: 33.5,36.5 + parent: 36907 + - uid: 40143 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -80.5,-19.5 - parent: 2 - - uid: 6482 + pos: 34.5,36.5 + parent: 36907 + - uid: 40144 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -80.5,-20.5 - parent: 2 - - uid: 6483 + pos: 35.5,36.5 + parent: 36907 + - uid: 40145 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -78.5,-20.5 - parent: 2 - - uid: 6484 + pos: 37.5,36.5 + parent: 36907 + - uid: 40146 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -78.5,-19.5 - parent: 2 - - uid: 6485 + pos: 36.5,36.5 + parent: 36907 + - uid: 40147 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -78.5,-18.5 - parent: 2 - - uid: 6486 + pos: 38.5,36.5 + parent: 36907 + - uid: 40148 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -78.5,-17.5 - parent: 2 - - uid: 6487 + pos: 39.5,36.5 + parent: 36907 + - uid: 40149 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -78.5,-16.5 - parent: 2 - - uid: 6488 + pos: 44.5,36.5 + parent: 36907 + - uid: 40150 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -78.5,-15.5 - parent: 2 - - uid: 6489 + pos: 41.5,36.5 + parent: 36907 + - uid: 40151 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -76.5,-16.5 - parent: 2 - - uid: 6490 + pos: 40.5,36.5 + parent: 36907 + - uid: 40152 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -76.5,-17.5 - parent: 2 - - uid: 6491 + pos: 42.5,36.5 + parent: 36907 + - uid: 40153 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -76.5,-18.5 - parent: 2 - - uid: 6492 + pos: 43.5,36.5 + parent: 36907 + - uid: 40154 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -76.5,-19.5 - parent: 2 - - uid: 6493 + pos: 47.5,36.5 + parent: 36907 + - uid: 40155 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -76.5,-20.5 - parent: 2 - - uid: 6494 + pos: 45.5,36.5 + parent: 36907 + - uid: 40156 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -74.5,-20.5 - parent: 2 - - uid: 6495 + pos: 46.5,36.5 + parent: 36907 + - uid: 40157 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -74.5,-19.5 - parent: 2 - - uid: 6496 + pos: 68.5,-7.5 + parent: 36907 + - uid: 40158 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -74.5,-18.5 - parent: 2 - - uid: 6497 + pos: 68.5,-6.5 + parent: 36907 + - uid: 40159 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -74.5,-17.5 - parent: 2 - - uid: 6498 + pos: 68.5,-9.5 + parent: 36907 + - uid: 40160 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -74.5,-16.5 - parent: 2 - - uid: 6499 + pos: 68.5,-8.5 + parent: 36907 + - uid: 40161 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -74.5,-24.5 - parent: 2 - - uid: 6500 + pos: 68.5,-10.5 + parent: 36907 + - uid: 40162 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -74.5,-25.5 - parent: 2 - - uid: 6501 + pos: 68.5,-15.5 + parent: 36907 + - uid: 40163 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -74.5,-26.5 - parent: 2 - - uid: 6502 + pos: 68.5,-14.5 + parent: 36907 + - uid: 40164 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -74.5,-27.5 - parent: 2 - - uid: 6503 + pos: 68.5,-17.5 + parent: 36907 + - uid: 40165 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -74.5,-28.5 - parent: 2 - - uid: 6504 + pos: 68.5,-16.5 + parent: 36907 + - uid: 40166 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -76.5,-28.5 - parent: 2 - - uid: 6505 + pos: 68.5,-12.5 + parent: 36907 + - uid: 40167 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -76.5,-27.5 - parent: 2 - - uid: 6506 + pos: 68.5,-11.5 + parent: 36907 + - uid: 40168 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -76.5,-26.5 - parent: 2 - - uid: 6507 + pos: 68.5,-13.5 + parent: 36907 + - uid: 40169 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -76.5,-25.5 - parent: 2 - - uid: 6508 + pos: 68.5,-27.5 + parent: 36907 + - uid: 40170 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -76.5,-24.5 - parent: 2 - - uid: 6509 + pos: 41.5,-29.5 + parent: 36907 + - uid: 40171 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -78.5,-24.5 - parent: 2 - - uid: 6510 + pos: 68.5,-24.5 + parent: 36907 + - uid: 40172 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -78.5,-25.5 - parent: 2 - - uid: 6511 + pos: 68.5,-26.5 + parent: 36907 + - uid: 40173 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -78.5,-26.5 - parent: 2 - - uid: 6512 + pos: 68.5,-25.5 + parent: 36907 + - uid: 40174 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -78.5,-27.5 - parent: 2 - - uid: 6513 + pos: 68.5,-29.5 + parent: 36907 + - uid: 40175 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -78.5,-28.5 - parent: 2 - - uid: 6514 + pos: 68.5,-28.5 + parent: 36907 + - uid: 40176 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -78.5,-29.5 - parent: 2 - - uid: 6515 + pos: 42.5,-29.5 + parent: 36907 + - uid: 40177 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -80.5,-29.5 - parent: 2 - - uid: 6516 + pos: 43.5,-29.5 + parent: 36907 + - uid: 40178 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -80.5,-28.5 - parent: 2 - - uid: 6517 + pos: 45.5,-29.5 + parent: 36907 + - uid: 40179 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -80.5,-27.5 - parent: 2 - - uid: 6518 + pos: 46.5,-29.5 + parent: 36907 + - uid: 40180 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -80.5,-26.5 - parent: 2 - - uid: 6519 + pos: 44.5,-29.5 + parent: 36907 + - uid: 40181 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -80.5,-25.5 - parent: 2 - - uid: 6520 + pos: 47.5,-29.5 + parent: 36907 + - uid: 40182 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -80.5,-24.5 - parent: 2 - - uid: 6521 + pos: 49.5,-29.5 + parent: 36907 + - uid: 40183 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -82.5,-24.5 - parent: 2 - - uid: 6522 + pos: 48.5,-29.5 + parent: 36907 + - uid: 40184 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -82.5,-25.5 - parent: 2 - - uid: 6523 + pos: 50.5,-29.5 + parent: 36907 + - uid: 40185 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -82.5,-26.5 - parent: 2 - - uid: 6524 + pos: 52.5,-29.5 + parent: 36907 + - uid: 40186 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -82.5,-27.5 - parent: 2 - - uid: 6525 + pos: 51.5,-29.5 + parent: 36907 + - uid: 40187 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -82.5,-28.5 - parent: 2 - - uid: 6527 + rot: 3.141592653589793 rad + pos: 39.5,-29.5 + parent: 36907 + - uid: 40188 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -84.5,-28.5 - parent: 2 - - uid: 6528 + rot: 3.141592653589793 rad + pos: 40.5,-29.5 + parent: 36907 + - uid: 40189 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -84.5,-27.5 - parent: 2 - - uid: 6529 + rot: 3.141592653589793 rad + pos: 38.5,-29.5 + parent: 36907 + - uid: 40190 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -84.5,-26.5 - parent: 2 - - uid: 6530 + rot: 3.141592653589793 rad + pos: 28.5,-30.5 + parent: 36907 + - uid: 40191 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -84.5,-25.5 - parent: 2 - - uid: 6531 + rot: 3.141592653589793 rad + pos: 27.5,-30.5 + parent: 36907 + - uid: 40192 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -84.5,-24.5 - parent: 2 - - uid: 6532 + rot: 3.141592653589793 rad + pos: 26.5,-30.5 + parent: 36907 + - uid: 40193 components: - type: Transform - pos: 63.5,-47.5 - parent: 2 - - uid: 6533 + rot: 3.141592653589793 rad + pos: 40.5,-30.5 + parent: 36907 + - uid: 40194 components: - type: Transform - pos: 64.5,-47.5 - parent: 2 - - uid: 6534 + rot: 3.141592653589793 rad + pos: 40.5,-31.5 + parent: 36907 + - uid: 40195 components: - type: Transform - pos: 65.5,-47.5 - parent: 2 - - uid: 6535 + rot: 3.141592653589793 rad + pos: 29.5,-29.5 + parent: 36907 + - uid: 40196 components: - type: Transform - pos: 66.5,-47.5 - parent: 2 - - uid: 6536 + rot: 3.141592653589793 rad + pos: 26.5,-31.5 + parent: 36907 + - uid: 40197 components: - type: Transform - pos: 67.5,-47.5 - parent: 2 - - uid: 6537 + rot: 3.141592653589793 rad + pos: 25.5,-31.5 + parent: 36907 + - uid: 40198 components: - type: Transform - pos: 67.5,-45.5 - parent: 2 - - uid: 6538 + rot: 3.141592653589793 rad + pos: 23.5,-32.5 + parent: 36907 + - uid: 40199 components: - type: Transform - pos: 66.5,-45.5 - parent: 2 - - uid: 6539 + rot: 3.141592653589793 rad + pos: 25.5,-32.5 + parent: 36907 + - uid: 40200 components: - type: Transform - pos: 65.5,-45.5 - parent: 2 - - uid: 6540 + rot: 3.141592653589793 rad + pos: 24.5,-32.5 + parent: 36907 + - uid: 40201 components: - type: Transform - pos: 64.5,-45.5 - parent: 2 - - uid: 6541 + rot: 3.141592653589793 rad + pos: 23.5,-33.5 + parent: 36907 + - uid: 40202 components: - type: Transform - pos: 63.5,-45.5 - parent: 2 - - uid: 6542 + rot: 3.141592653589793 rad + pos: 23.5,-34.5 + parent: 36907 + - uid: 40203 components: - type: Transform - pos: 62.5,-49.5 - parent: 2 - - uid: 6543 + rot: 3.141592653589793 rad + pos: 22.5,-34.5 + parent: 36907 + - uid: 40204 components: - type: Transform - pos: 63.5,-49.5 - parent: 2 - - uid: 6544 + rot: 3.141592653589793 rad + pos: 22.5,-35.5 + parent: 36907 + - uid: 40205 components: - type: Transform - pos: 64.5,-49.5 - parent: 2 - - uid: 6545 + rot: 3.141592653589793 rad + pos: 21.5,-35.5 + parent: 36907 + - uid: 40206 components: - type: Transform - pos: 65.5,-49.5 - parent: 2 - - uid: 6546 + rot: 3.141592653589793 rad + pos: 22.5,-42.5 + parent: 36907 + - uid: 40207 components: - type: Transform - pos: 66.5,-49.5 - parent: 2 - - uid: 6547 + rot: 3.141592653589793 rad + pos: 32.5,-29.5 + parent: 36907 + - uid: 40208 components: - type: Transform - pos: 67.5,-49.5 - parent: 2 - - uid: 6548 + pos: 55.5,-29.5 + parent: 36907 + - uid: 40209 components: - type: Transform - pos: 67.5,-51.5 - parent: 2 - - uid: 6549 + pos: 53.5,-29.5 + parent: 36907 + - uid: 40210 components: - type: Transform - pos: 66.5,-51.5 - parent: 2 - - uid: 6550 + pos: 54.5,-29.5 + parent: 36907 + - uid: 40211 components: - type: Transform - pos: 65.5,-51.5 - parent: 2 - - uid: 6551 + pos: 56.5,-29.5 + parent: 36907 + - uid: 40212 components: - type: Transform - pos: 64.5,-51.5 - parent: 2 - - uid: 6552 + pos: 57.5,-29.5 + parent: 36907 + - uid: 40213 components: - type: Transform - pos: 63.5,-51.5 - parent: 2 - - uid: 6553 + pos: 58.5,-29.5 + parent: 36907 + - uid: 40214 components: - type: Transform - pos: 62.5,-51.5 - parent: 2 - - uid: 6554 + pos: 59.5,-29.5 + parent: 36907 + - uid: 40215 components: - type: Transform - pos: 63.5,-53.5 - parent: 2 - - uid: 6555 + pos: 62.5,-29.5 + parent: 36907 + - uid: 40216 components: - type: Transform - pos: 64.5,-53.5 - parent: 2 - - uid: 6556 + pos: 60.5,-29.5 + parent: 36907 + - uid: 40217 components: - type: Transform - pos: 65.5,-53.5 - parent: 2 - - uid: 6557 + pos: 61.5,-29.5 + parent: 36907 + - uid: 40218 components: - type: Transform - pos: 66.5,-53.5 - parent: 2 - - uid: 6558 + pos: 67.5,-29.5 + parent: 36907 + - uid: 40219 components: - type: Transform - pos: 67.5,-53.5 - parent: 2 - - uid: 6559 + pos: 66.5,-29.5 + parent: 36907 + - uid: 40220 components: - type: Transform - pos: 67.5,-55.5 - parent: 2 - - uid: 6560 + pos: 63.5,-29.5 + parent: 36907 + - uid: 40221 components: - type: Transform - pos: 66.5,-55.5 - parent: 2 - - uid: 6561 + pos: 64.5,-29.5 + parent: 36907 + - uid: 40222 components: - type: Transform - pos: 65.5,-55.5 - parent: 2 - - uid: 6562 + pos: 65.5,-29.5 + parent: 36907 + - uid: 40223 components: - type: Transform - pos: 64.5,-55.5 - parent: 2 - - uid: 6563 + rot: 3.141592653589793 rad + pos: 32.5,-44.5 + parent: 36907 + - uid: 40224 components: - type: Transform - pos: 63.5,-55.5 - parent: 2 - - uid: 6564 + pos: -7.5,9.5 + parent: 36907 + - uid: 40225 components: - type: Transform - pos: 71.5,-53.5 - parent: 2 - - uid: 6565 + pos: -7.5,8.5 + parent: 36907 + - uid: 40226 components: - type: Transform - pos: 72.5,-53.5 - parent: 2 - - uid: 6566 + pos: -7.5,5.5 + parent: 36907 + - uid: 40227 components: - type: Transform - pos: 73.5,-53.5 - parent: 2 - - uid: 6567 + pos: -7.5,7.5 + parent: 36907 + - uid: 40228 components: - type: Transform - pos: 74.5,-53.5 - parent: 2 - - uid: 6568 + pos: -7.5,4.5 + parent: 36907 + - uid: 40229 components: - type: Transform - pos: 75.5,-53.5 - parent: 2 - - uid: 6569 + pos: -7.5,3.5 + parent: 36907 + - uid: 40230 components: - type: Transform - pos: 75.5,-55.5 - parent: 2 - - uid: 6570 + pos: -7.5,6.5 + parent: 36907 + - uid: 40231 components: - type: Transform - pos: 74.5,-55.5 - parent: 2 - - uid: 6571 + pos: -7.5,24.5 + parent: 36907 + - uid: 40232 components: - type: Transform - pos: 73.5,-55.5 - parent: 2 - - uid: 6572 + pos: -7.5,34.5 + parent: 36907 + - uid: 40233 components: - type: Transform - pos: 72.5,-55.5 - parent: 2 - - uid: 6573 + pos: -7.5,33.5 + parent: 36907 + - uid: 40234 components: - type: Transform - pos: 71.5,-55.5 - parent: 2 - - uid: 6574 + pos: -7.5,32.5 + parent: 36907 + - uid: 40235 components: - type: Transform - pos: 71.5,-51.5 - parent: 2 - - uid: 6575 + pos: -7.5,2.5 + parent: 36907 + - uid: 40236 components: - type: Transform - pos: 72.5,-51.5 - parent: 2 - - uid: 6576 + pos: -7.5,1.5 + parent: 36907 + - uid: 40237 components: - type: Transform - pos: 73.5,-51.5 - parent: 2 - - uid: 6577 + pos: -7.5,31.5 + parent: 36907 + - uid: 40238 components: - type: Transform - pos: 74.5,-51.5 - parent: 2 - - uid: 6578 + pos: -7.5,16.5 + parent: 36907 + - uid: 40239 components: - type: Transform - pos: 75.5,-51.5 - parent: 2 - - uid: 6579 + pos: -7.5,30.5 + parent: 36907 + - uid: 40240 components: - type: Transform - pos: 76.5,-51.5 - parent: 2 - - uid: 6580 + pos: -7.5,17.5 + parent: 36907 + - uid: 40241 components: - type: Transform - pos: 76.5,-49.5 - parent: 2 - - uid: 6581 + pos: -7.5,29.5 + parent: 36907 + - uid: 40242 components: - type: Transform - pos: 75.5,-49.5 - parent: 2 - - uid: 6582 + pos: -7.5,28.5 + parent: 36907 + - uid: 40243 components: - type: Transform - pos: 74.5,-49.5 - parent: 2 - - uid: 6583 + rot: 3.141592653589793 rad + pos: 33.5,-45.5 + parent: 36907 + - uid: 40244 components: - type: Transform - pos: 73.5,-49.5 - parent: 2 - - uid: 6584 + rot: 3.141592653589793 rad + pos: 33.5,-44.5 + parent: 36907 + - uid: 40245 components: - type: Transform - pos: 72.5,-49.5 - parent: 2 - - uid: 6585 + rot: 3.141592653589793 rad + pos: 34.5,-45.5 + parent: 36907 + - uid: 40246 components: - type: Transform - pos: 71.5,-49.5 - parent: 2 - - uid: 6586 + rot: 3.141592653589793 rad + pos: 35.5,-45.5 + parent: 36907 + - uid: 40247 components: - type: Transform - pos: 71.5,-47.5 - parent: 2 - - uid: 6587 + rot: 3.141592653589793 rad + pos: 36.5,-45.5 + parent: 36907 + - uid: 40248 components: - type: Transform - pos: 72.5,-47.5 - parent: 2 - - uid: 6588 + rot: 3.141592653589793 rad + pos: 36.5,-44.5 + parent: 36907 + - uid: 40249 components: - type: Transform - pos: 73.5,-47.5 - parent: 2 - - uid: 6589 + rot: 3.141592653589793 rad + pos: 37.5,-44.5 + parent: 36907 + - uid: 40250 components: - type: Transform - pos: 74.5,-47.5 - parent: 2 - - uid: 6590 + rot: 3.141592653589793 rad + pos: 38.5,-44.5 + parent: 36907 + - uid: 40251 components: - type: Transform - pos: 75.5,-47.5 - parent: 2 - - uid: 6591 + rot: 3.141592653589793 rad + pos: 39.5,-43.5 + parent: 36907 + - uid: 40252 components: - type: Transform - pos: 75.5,-45.5 - parent: 2 - - uid: 6592 + rot: 3.141592653589793 rad + pos: 39.5,-44.5 + parent: 36907 + - uid: 40253 components: - type: Transform - pos: 74.5,-45.5 - parent: 2 - - uid: 6593 + rot: 3.141592653589793 rad + pos: 39.5,-42.5 + parent: 36907 + - uid: 40254 components: - type: Transform - pos: 73.5,-45.5 - parent: 2 - - uid: 6594 + rot: 3.141592653589793 rad + pos: 39.5,-41.5 + parent: 36907 + - uid: 40255 components: - type: Transform - pos: 72.5,-45.5 - parent: 2 - - uid: 6595 + rot: 3.141592653589793 rad + pos: 39.5,-40.5 + parent: 36907 + - uid: 40256 components: - type: Transform - pos: 71.5,-45.5 - parent: 2 - - uid: 30893 + rot: 3.141592653589793 rad + pos: 39.5,-39.5 + parent: 36907 + - uid: 40257 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-0.5 - parent: 30892 - - uid: 30989 + rot: 3.141592653589793 rad + pos: 39.5,-38.5 + parent: 36907 + - uid: 40258 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,9.5 - parent: 30892 - - uid: 30990 + rot: 3.141592653589793 rad + pos: 39.5,-37.5 + parent: 36907 + - uid: 40259 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,5.5 - parent: 30892 - - uid: 30991 + rot: 3.141592653589793 rad + pos: 39.5,-36.5 + parent: 36907 + - uid: 40260 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,8.5 - parent: 30892 - - uid: 30992 + rot: 3.141592653589793 rad + pos: 38.5,-36.5 + parent: 36907 + - uid: 40261 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,11.5 - parent: 30892 - - uid: 30993 + rot: 3.141592653589793 rad + pos: 38.5,-35.5 + parent: 36907 + - uid: 40262 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,8.5 - parent: 30892 - - uid: 30994 + rot: 3.141592653589793 rad + pos: 38.5,-34.5 + parent: 36907 + - uid: 40263 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,6.5 - parent: 30892 - - uid: 30995 + rot: 3.141592653589793 rad + pos: 38.5,-33.5 + parent: 36907 + - uid: 40264 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,9.5 - parent: 30892 - - uid: 30996 + rot: 3.141592653589793 rad + pos: 38.5,-32.5 + parent: 36907 + - uid: 40265 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,9.5 - parent: 30892 - - uid: 30997 + rot: 3.141592653589793 rad + pos: 38.5,-31.5 + parent: 36907 + - uid: 40266 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,7.5 - parent: 30892 - - uid: 30998 + rot: 3.141592653589793 rad + pos: 38.5,-30.5 + parent: 36907 + - uid: 40267 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,0.5 - parent: 30892 - - uid: 30999 + rot: 3.141592653589793 rad + pos: 37.5,-30.5 + parent: 36907 + - uid: 40268 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,2.5 - parent: 30892 - - uid: 31000 + rot: 3.141592653589793 rad + pos: 36.5,-30.5 + parent: 36907 + - uid: 40269 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,2.5 - parent: 30892 - - uid: 31001 + rot: 3.141592653589793 rad + pos: 35.5,-30.5 + parent: 36907 + - uid: 40270 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,1.5 - parent: 30892 - - uid: 31002 + rot: 3.141592653589793 rad + pos: 34.5,-30.5 + parent: 36907 + - uid: 40271 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,0.5 - parent: 30892 - - uid: 31003 + rot: 3.141592653589793 rad + pos: 33.5,-30.5 + parent: 36907 + - uid: 40272 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,2.5 - parent: 30892 - - uid: 31004 + rot: 3.141592653589793 rad + pos: 39.5,-31.5 + parent: 36907 + - uid: 40273 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,6.5 - parent: 30892 - - uid: 31005 + rot: 3.141592653589793 rad + pos: 20.5,-35.5 + parent: 36907 + - uid: 40274 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,5.5 - parent: 30892 - - uid: 31006 + rot: 3.141592653589793 rad + pos: 20.5,-36.5 + parent: 36907 + - uid: 40275 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,10.5 - parent: 30892 - - uid: 31007 + rot: 3.141592653589793 rad + pos: 20.5,-37.5 + parent: 36907 + - uid: 40276 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,2.5 - parent: 30892 -- proto: SolarPanelBroken - entities: - - uid: 12989 + rot: 3.141592653589793 rad + pos: 19.5,-37.5 + parent: 36907 + - uid: 40277 components: - type: Transform - pos: 13.5,26.5 - parent: 2 - - uid: 12990 + rot: 3.141592653589793 rad + pos: 19.5,-38.5 + parent: 36907 + - uid: 40278 components: - type: Transform - pos: 16.5,29.5 - parent: 2 - - uid: 12991 + rot: 3.141592653589793 rad + pos: 19.5,-39.5 + parent: 36907 + - uid: 40279 components: - type: Transform - pos: 10.5,35.5 - parent: 2 - - uid: 31008 + rot: 3.141592653589793 rad + pos: 19.5,-40.5 + parent: 36907 + - uid: 40280 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,6.5 - parent: 30892 - - uid: 31009 + rot: 3.141592653589793 rad + pos: 20.5,-41.5 + parent: 36907 + - uid: 40281 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,10.5 - parent: 30892 - - uid: 31010 + rot: 3.141592653589793 rad + pos: 21.5,-42.5 + parent: 36907 + - uid: 40282 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,3.5 - parent: 30892 - - uid: 31011 + rot: 3.141592653589793 rad + pos: 20.5,-40.5 + parent: 36907 + - uid: 40283 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,2.5 - parent: 30892 - - uid: 31012 + pos: -7.5,27.5 + parent: 36907 + - uid: 40284 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-0.5 - parent: 30892 - - uid: 31013 + pos: -7.5,26.5 + parent: 36907 + - uid: 40285 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,8.5 - parent: 30892 - - uid: 31014 + pos: -7.5,25.5 + parent: 36907 + - uid: 40286 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,8.5 - parent: 30892 - - uid: 31015 + pos: -7.5,14.5 + parent: 36907 + - uid: 40287 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,1.5 - parent: 30892 -- proto: SolarTracker - entities: - - uid: 6467 + pos: -7.5,15.5 + parent: 36907 + - uid: 40288 components: - type: Transform - pos: -30.5,88.5 - parent: 2 - - uid: 6526 + pos: -7.5,11.5 + parent: 36907 + - uid: 40289 components: - type: Transform - pos: 69.5,-58.5 - parent: 2 - - uid: 14230 + pos: -7.5,13.5 + parent: 36907 + - uid: 40290 components: - type: Transform - pos: -87.5,-22.5 - parent: 2 - - uid: 30988 + pos: -7.5,12.5 + parent: 36907 + - uid: 40291 components: - type: Transform - pos: -15.5,4.5 - parent: 30892 -- proto: SolidSecretDoor - entities: - - uid: 1988 + pos: -7.5,23.5 + parent: 36907 + - uid: 40292 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,-31.5 - parent: 2 - - uid: 5602 + pos: -7.5,10.5 + parent: 36907 + - uid: 40293 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,-40.5 - parent: 2 -- proto: SpaceCash10 - entities: - - uid: 12291 + pos: -7.5,22.5 + parent: 36907 + - uid: 40294 components: - type: Transform - pos: 68.628456,-28.534628 - parent: 2 - - uid: 14131 + pos: -7.5,21.5 + parent: 36907 + - uid: 40295 components: - type: Transform - pos: -31.547392,-0.26043588 - parent: 2 -- proto: SpaceCash100 - entities: - - uid: 12524 + pos: -7.5,20.5 + parent: 36907 + - uid: 40296 components: - type: Transform - parent: 8770 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 14132 + pos: -7.5,19.5 + parent: 36907 + - uid: 40297 components: - type: Transform - pos: -31.795568,-0.041350782 - parent: 2 -- proto: SpacemenFigureSpawner - entities: - - uid: 2332 + pos: -7.5,18.5 + parent: 36907 + - uid: 40298 components: - type: Transform - pos: 8.5,48.5 - parent: 2 - - uid: 2339 + pos: 25.5,-29.5 + parent: 36907 + - uid: 40299 components: - type: Transform - pos: 10.5,46.5 - parent: 2 -- proto: Spaceshroom - entities: - - uid: 2568 + pos: 68.5,4.5 + parent: 36907 + - uid: 40300 components: - type: Transform - pos: 42.5,-57.5 - parent: 2 - - uid: 10858 + pos: 68.5,3.5 + parent: 36907 + - uid: 40301 components: - type: Transform - pos: 38.5,-54.5 - parent: 2 - - uid: 10862 + pos: 68.5,2.5 + parent: 36907 + - uid: 40302 components: - type: Transform - pos: 36.5,-57.5 - parent: 2 -- proto: SpaceVillainArcade - entities: - - uid: 14019 + pos: 68.5,1.5 + parent: 36907 + - uid: 40303 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-4.5 - parent: 2 -- proto: SpawnMobAlexander - entities: - - uid: 27063 + pos: 68.5,0.5 + parent: 36907 + - uid: 40304 components: - type: Transform - pos: -8.5,63.5 - parent: 2 -- proto: SpawnMobBee - entities: - - uid: 34273 + pos: 68.5,-0.5 + parent: 36907 + - uid: 40305 components: - type: Transform - pos: 46.5,-0.5 - parent: 2 - - uid: 34274 + pos: 68.5,-1.5 + parent: 36907 + - uid: 40306 components: - type: Transform - pos: 46.5,-0.5 - parent: 2 - - uid: 34275 + pos: 68.5,-2.5 + parent: 36907 + - uid: 40307 components: - type: Transform - pos: 46.5,-0.5 - parent: 2 - - uid: 34276 + pos: 68.5,-3.5 + parent: 36907 + - uid: 40308 components: - type: Transform - pos: 46.5,-0.5 - parent: 2 - - uid: 34277 + pos: 68.5,-4.5 + parent: 36907 + - uid: 40309 components: - type: Transform - pos: 48.5,-0.5 - parent: 2 -- proto: SpawnMobButterfly - entities: - - uid: 34267 + pos: 68.5,-5.5 + parent: 36907 + - uid: 40310 components: - type: Transform - pos: 45.5,-3.5 - parent: 2 - - uid: 34268 + pos: 68.5,-18.5 + parent: 36907 + - uid: 40311 components: - type: Transform - pos: 47.5,0.5 - parent: 2 - - uid: 34269 + pos: 68.5,-19.5 + parent: 36907 + - uid: 40312 components: - type: Transform - pos: 47.5,2.5 - parent: 2 - - uid: 34270 + pos: 68.5,-20.5 + parent: 36907 + - uid: 40313 components: - type: Transform - pos: 42.5,1.5 - parent: 2 -- proto: SpawnMobCarp - entities: - - uid: 42920 + pos: 68.5,-21.5 + parent: 36907 + - uid: 40314 components: - type: Transform - pos: 76.5,27.5 - parent: 2 - - uid: 42966 + pos: 68.5,-22.5 + parent: 36907 + - uid: 40315 components: - type: Transform - pos: -93.5,74.5 - parent: 2 -- proto: SpawnMobCarpMagic - entities: - - uid: 4391 + pos: 68.5,-23.5 + parent: 36907 + - uid: 40316 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,-22.5 - parent: 2 - - uid: 33918 + pos: 31.5,37.5 + parent: 36907 + - uid: 40317 components: - type: Transform - pos: -52.5,-22.5 - parent: 2 -- proto: SpawnMobCatGeneric - entities: - - uid: 27058 + pos: 31.5,38.5 + parent: 36907 + - uid: 40318 components: - type: Transform - pos: 20.5,-19.5 - parent: 2 -- proto: SpawnMobCleanBot - entities: - - uid: 31501 + pos: 31.5,39.5 + parent: 36907 + - uid: 40319 components: - type: Transform - pos: -55.5,-11.5 - parent: 2 -- proto: SpawnMobCorgi - entities: - - uid: 32111 + pos: 31.5,40.5 + parent: 36907 + - uid: 40320 components: - type: Transform - pos: -5.5,-44.5 - parent: 2 -- proto: SpawnMobCow - entities: - - uid: 14394 + pos: 31.5,41.5 + parent: 36907 + - uid: 40321 components: - type: Transform - pos: -10.5,68.5 - parent: 2 -- proto: SpawnMobCrab - entities: - - uid: 32235 + pos: 31.5,42.5 + parent: 36907 + - uid: 40322 components: - type: Transform - pos: -34.5,-39.5 - parent: 2 -- proto: SpawnMobFoxRenault - entities: - - uid: 27066 + pos: 30.5,42.5 + parent: 36907 + - uid: 40323 components: - type: Transform - pos: 12.5,-34.5 - parent: 2 -- proto: SpawnMobGoat - entities: - - uid: 785 + pos: 30.5,43.5 + parent: 36907 + - uid: 40324 components: - type: Transform - pos: -10.5,67.5 - parent: 2 -- proto: SpawnMobGorillaLargo - entities: - - uid: 27067 + pos: 30.5,44.5 + parent: 36907 + - uid: 40325 components: - type: Transform - pos: -46.5,-39.5 - parent: 2 -- proto: SpawnMobHamsterHamlet - entities: - - uid: 27065 + pos: 30.5,45.5 + parent: 36907 + - uid: 40326 components: - type: Transform - pos: 3.5,-28.5 - parent: 2 -- proto: SpawnMobLizard - entities: - - uid: 26991 + pos: 30.5,46.5 + parent: 36907 + - uid: 40327 components: - type: Transform - pos: -15.5,16.5 - parent: 2 - - uid: 34278 + pos: 30.5,47.5 + parent: 36907 + - uid: 40328 components: - type: Transform - pos: 44.5,-2.5 - parent: 2 - - uid: 34279 + pos: 30.5,48.5 + parent: 36907 + - uid: 40329 components: - type: Transform - pos: 43.5,1.5 - parent: 2 -- proto: SpawnMobMcGriff - entities: - - uid: 27062 + pos: 30.5,49.5 + parent: 36907 + - uid: 40330 components: - type: Transform - pos: 45.5,43.5 - parent: 2 -- proto: SpawnMobMonkeyPunpun - entities: - - uid: 27060 + pos: 30.5,50.5 + parent: 36907 + - uid: 40331 components: - type: Transform - pos: -0.5,67.5 - parent: 2 -- proto: SpawnMobParrot - entities: - - uid: 14619 + pos: 30.5,51.5 + parent: 36907 + - uid: 40332 components: - type: Transform - pos: 43.5,0.5 - parent: 2 -- proto: SpawnMobShiva - entities: - - uid: 10077 + pos: 30.5,52.5 + parent: 36907 + - uid: 40333 components: - type: Transform - pos: 47.5,54.5 - parent: 2 -- proto: SpawnMobSmile - entities: - - uid: 27064 + pos: 30.5,53.5 + parent: 36907 + - uid: 40334 components: - type: Transform - pos: -26.5,-15.5 - parent: 2 -- proto: SpawnMobWalter - entities: - - uid: 26581 + pos: 30.5,54.5 + parent: 36907 + - uid: 40335 components: - type: Transform - pos: 23.5,-36.5 - parent: 2 -- proto: SpawnPointAtmos - entities: - - uid: 25128 + pos: 30.5,55.5 + parent: 36907 + - uid: 40336 components: - type: Transform - pos: -44.5,36.5 - parent: 2 - - uid: 25129 + pos: 30.5,56.5 + parent: 36907 + - uid: 40337 components: - type: Transform - pos: -53.5,28.5 - parent: 2 - - uid: 25130 + pos: 29.5,56.5 + parent: 36907 + - uid: 40338 components: - type: Transform - pos: -53.5,30.5 - parent: 2 - - uid: 25131 + pos: 28.5,56.5 + parent: 36907 + - uid: 40339 components: - type: Transform - pos: -58.5,35.5 - parent: 2 - - uid: 25132 + pos: 27.5,56.5 + parent: 36907 + - uid: 40340 components: - type: Transform - pos: -42.5,42.5 - parent: 2 -- proto: SpawnPointBartender - entities: - - uid: 25133 + pos: 26.5,56.5 + parent: 36907 + - uid: 40341 components: - type: Transform - pos: 1.5,67.5 - parent: 2 - - uid: 25134 + pos: 25.5,56.5 + parent: 36907 + - uid: 40342 components: - type: Transform - pos: 7.5,69.5 - parent: 2 -- proto: SpawnPointBorg - entities: - - uid: 27044 + pos: 24.5,56.5 + parent: 36907 + - uid: 40343 components: - type: Transform - pos: -22.5,-40.5 - parent: 2 -- proto: SpawnPointBotanist - entities: - - uid: 25138 + pos: 23.5,56.5 + parent: 36907 + - uid: 40344 components: - type: Transform - pos: -14.5,57.5 - parent: 2 - - uid: 25139 + pos: 22.5,56.5 + parent: 36907 + - uid: 40345 components: - type: Transform - pos: -17.5,59.5 - parent: 2 - - uid: 25140 + pos: 21.5,56.5 + parent: 36907 + - uid: 40346 components: - type: Transform - pos: -15.5,62.5 - parent: 2 -- proto: SpawnPointBoxer - entities: - - uid: 25136 + pos: 20.5,56.5 + parent: 36907 + - uid: 40347 components: - type: Transform - pos: -30.5,51.5 - parent: 2 - - uid: 25137 + pos: 19.5,56.5 + parent: 36907 + - uid: 40348 components: - type: Transform - pos: -33.5,48.5 - parent: 2 -- proto: SpawnPointCaptain - entities: - - uid: 27031 + pos: 18.5,56.5 + parent: 36907 + - uid: 40349 components: - type: Transform - pos: 14.5,-35.5 - parent: 2 -- proto: SpawnPointCargoTechnician - entities: - - uid: 27036 + pos: 17.5,56.5 + parent: 36907 + - uid: 40350 components: - type: Transform - pos: -60.5,-32.5 - parent: 2 - - uid: 27037 + pos: 16.5,56.5 + parent: 36907 + - uid: 40351 components: - type: Transform - pos: -59.5,-32.5 - parent: 2 - - uid: 27038 + pos: 15.5,56.5 + parent: 36907 + - uid: 40352 components: - type: Transform - pos: -57.5,-30.5 - parent: 2 - - uid: 27039 + pos: 14.5,56.5 + parent: 36907 + - uid: 40353 components: - type: Transform - pos: -48.5,-45.5 - parent: 2 - - uid: 27040 + pos: 13.5,56.5 + parent: 36907 + - uid: 40354 components: - type: Transform - pos: -43.5,-37.5 - parent: 2 - - uid: 27041 + pos: 12.5,56.5 + parent: 36907 + - uid: 40355 components: - type: Transform - pos: -37.5,-44.5 - parent: 2 - - uid: 27042 + pos: 11.5,56.5 + parent: 36907 + - uid: 40356 components: - type: Transform - pos: -43.5,-38.5 - parent: 2 -- proto: SpawnPointChaplain - entities: - - uid: 26990 + pos: 10.5,56.5 + parent: 36907 + - uid: 40357 components: - type: Transform - pos: 53.5,-22.5 - parent: 2 -- proto: SpawnPointChef - entities: - - uid: 26921 + pos: 9.5,56.5 + parent: 36907 + - uid: 40358 components: - type: Transform - pos: -9.5,57.5 - parent: 2 - - uid: 26922 + pos: 8.5,56.5 + parent: 36907 + - uid: 40359 components: - type: Transform - pos: -7.5,63.5 - parent: 2 - - uid: 26923 + pos: 7.5,56.5 + parent: 36907 + - uid: 40360 components: - type: Transform - pos: -7.5,59.5 - parent: 2 -- proto: SpawnPointChemist - entities: - - uid: 26924 + pos: 6.5,56.5 + parent: 36907 + - uid: 40361 components: - type: Transform - pos: 20.5,-31.5 - parent: 2 - - uid: 26925 + pos: 5.5,56.5 + parent: 36907 + - uid: 40362 components: - type: Transform - pos: 23.5,-34.5 - parent: 2 - - uid: 26926 + pos: 4.5,56.5 + parent: 36907 + - uid: 40363 components: - type: Transform - pos: 23.5,-38.5 - parent: 2 -- proto: SpawnPointChiefEngineer - entities: - - uid: 27030 + pos: 4.5,55.5 + parent: 36907 + - uid: 40364 components: - type: Transform - pos: -14.5,18.5 - parent: 2 -- proto: SpawnPointChiefMedicalOfficer - entities: - - uid: 26928 + pos: 4.5,54.5 + parent: 36907 + - uid: 40365 components: - type: Transform - pos: 15.5,-16.5 - parent: 2 -- proto: SpawnPointClown - entities: - - uid: 11682 + pos: 4.5,53.5 + parent: 36907 + - uid: 40366 components: - type: Transform - pos: -30.5,58.5 - parent: 2 -- proto: SpawnPointDetective - entities: - - uid: 12779 + pos: 4.5,52.5 + parent: 36907 + - uid: 40367 components: - type: Transform - pos: 42.5,19.5 - parent: 2 - - uid: 14484 + pos: 4.5,51.5 + parent: 36907 + - uid: 40368 components: - type: Transform - pos: -40.5,-2.5 - parent: 2 -- proto: SpawnPointHeadOfPersonnel - entities: - - uid: 27032 + pos: 4.5,50.5 + parent: 36907 + - uid: 40369 components: - type: Transform - pos: -8.5,-42.5 - parent: 2 -- proto: SpawnPointHeadOfSecurity - entities: - - uid: 26901 + pos: 4.5,49.5 + parent: 36907 + - uid: 40370 components: - type: Transform - pos: 41.5,59.5 - parent: 2 -- proto: SpawnPointJanitor - entities: - - uid: 27033 + pos: 3.5,49.5 + parent: 36907 + - uid: 40371 components: - type: Transform - pos: 57.5,12.5 - parent: 2 - - uid: 27034 + pos: 2.5,49.5 + parent: 36907 + - uid: 40372 components: - type: Transform - pos: 58.5,12.5 - parent: 2 - - uid: 27035 + pos: 1.5,49.5 + parent: 36907 + - uid: 40373 components: - type: Transform - pos: 56.5,12.5 - parent: 2 -- proto: SpawnPointLatejoin - entities: - - uid: 12603 + pos: 1.5,48.5 + parent: 36907 + - uid: 40374 components: - type: Transform - pos: -6.5,-82.5 - parent: 2 - - uid: 12604 + pos: 1.5,47.5 + parent: 36907 + - uid: 40375 components: - type: Transform - pos: -10.5,-80.5 - parent: 2 - - uid: 12605 + pos: 1.5,46.5 + parent: 36907 + - uid: 40376 components: - type: Transform - pos: -6.5,-80.5 - parent: 2 - - uid: 12606 + pos: 1.5,45.5 + parent: 36907 + - uid: 40377 components: - type: Transform - pos: 7.5,-82.5 - parent: 2 - - uid: 12607 + pos: 0.5,45.5 + parent: 36907 + - uid: 40378 components: - type: Transform - pos: 7.5,-80.5 - parent: 2 - - uid: 12616 + pos: -0.5,45.5 + parent: 36907 + - uid: 40379 components: - type: Transform - pos: 11.5,-80.5 - parent: 2 -- proto: SpawnPointLawyer - entities: - - uid: 27051 + pos: -1.5,45.5 + parent: 36907 + - uid: 40380 components: - type: Transform - pos: -3.5,40.5 - parent: 2 -- proto: SpawnPointLibrarian - entities: - - uid: 25135 + pos: -1.5,44.5 + parent: 36907 + - uid: 40381 components: - type: Transform - pos: 5.5,40.5 - parent: 2 -- proto: SpawnPointMedicalDoctor - entities: - - uid: 26931 + pos: -1.5,43.5 + parent: 36907 + - uid: 40382 components: - type: Transform - pos: 13.5,-25.5 - parent: 2 - - uid: 26932 + pos: -1.5,42.5 + parent: 36907 + - uid: 40383 components: - type: Transform - pos: 13.5,-24.5 - parent: 2 - - uid: 26933 + pos: -1.5,41.5 + parent: 36907 + - uid: 40384 components: - type: Transform - pos: 15.5,-24.5 - parent: 2 - - uid: 26934 + pos: -1.5,40.5 + parent: 36907 + - uid: 40385 components: - type: Transform - pos: 15.5,-25.5 - parent: 2 - - uid: 26935 + pos: -1.5,39.5 + parent: 36907 + - uid: 40386 components: - type: Transform - pos: 43.5,-19.5 - parent: 2 - - uid: 26936 + pos: 26.5,-29.5 + parent: 36907 + - uid: 40387 components: - type: Transform - pos: 29.5,-0.5 - parent: 2 - - uid: 26937 + pos: 27.5,-29.5 + parent: 36907 + - uid: 40388 components: - type: Transform - pos: 31.5,-33.5 - parent: 2 - - uid: 26938 + pos: 28.5,-29.5 + parent: 36907 +- proto: WallReinforced + entities: + - uid: 7 components: - type: Transform - pos: 33.5,-33.5 + rot: -1.5707963267948966 rad + pos: -7.5,9.5 parent: 2 - - uid: 26939 + - uid: 8 components: - type: Transform - pos: 5.5,-58.5 + rot: -1.5707963267948966 rad + pos: 7.5,8.5 parent: 2 -- proto: SpawnPointMedicalIntern - entities: - - uid: 26940 + - uid: 9 components: - type: Transform - pos: 15.5,-23.5 + rot: -1.5707963267948966 rad + pos: 8.5,8.5 parent: 2 - - uid: 26941 + - uid: 10 components: - type: Transform - pos: 13.5,-23.5 + rot: -1.5707963267948966 rad + pos: 8.5,9.5 parent: 2 - - uid: 26942 + - uid: 11 components: - type: Transform - pos: 19.5,-23.5 + rot: 3.141592653589793 rad + pos: -6.5,-6.5 parent: 2 - - uid: 26943 + - uid: 14 components: - type: Transform - pos: 30.5,-29.5 + rot: 3.141592653589793 rad + pos: -11.5,-6.5 parent: 2 - - uid: 26945 + - uid: 15 components: - type: Transform - pos: 32.5,-0.5 + rot: 3.141592653589793 rad + pos: -13.5,-6.5 parent: 2 - - uid: 26946 + - uid: 17 components: - type: Transform - pos: 45.5,-14.5 + rot: 3.141592653589793 rad + pos: -12.5,-6.5 parent: 2 - - uid: 26947 + - uid: 19 components: - type: Transform - pos: 44.5,-14.5 + pos: 8.5,71.5 parent: 2 - - uid: 31711 + - uid: 23 components: - type: Transform - pos: 42.5,-19.5 + rot: 3.141592653589793 rad + pos: 12.5,-6.5 parent: 2 -- proto: SpawnPointMime - entities: - - uid: 11654 + - uid: 24 components: - type: Transform - pos: -25.5,60.5 + rot: 3.141592653589793 rad + pos: 14.5,-6.5 parent: 2 -- proto: SpawnPointMusician - entities: - - uid: 25141 + - uid: 25 components: - type: Transform - pos: 11.5,58.5 + rot: 3.141592653589793 rad + pos: 13.5,-6.5 parent: 2 - - uid: 25142 + - uid: 27 components: - type: Transform - pos: 12.5,56.5 + rot: -1.5707963267948966 rad + pos: -1.5,-0.5 parent: 2 -- proto: SpawnPointObserver - entities: - - uid: 27059 + - uid: 28 components: - type: Transform - pos: 0.5,-52.5 + rot: -1.5707963267948966 rad + pos: 3.5,-1.5 parent: 2 -- proto: SpawnPointParamedic - entities: - - uid: 26930 + - uid: 29 components: - type: Transform - pos: 21.5,-12.5 + rot: -1.5707963267948966 rad + pos: 5.5,-0.5 parent: 2 -- proto: SpawnPointPassenger - entities: - - uid: 6142 + - uid: 32 components: - type: Transform - pos: -30.5,1.5 + pos: -42.5,53.5 parent: 2 - - uid: 6143 + - uid: 33 components: - type: Transform - pos: -32.5,7.5 + rot: -1.5707963267948966 rad + pos: 6.5,-0.5 parent: 2 - - uid: 32913 + - uid: 37 components: - type: Transform - pos: -29.5,7.5 + pos: -40.5,46.5 parent: 2 - - uid: 33031 + - uid: 39 components: - type: Transform - pos: -30.5,-1.5 + rot: 1.5707963267948966 rad + pos: -49.5,47.5 parent: 2 - - uid: 33032 + - uid: 40 components: - type: Transform - pos: -28.5,51.5 + rot: -1.5707963267948966 rad + pos: 2.5,-0.5 parent: 2 - - uid: 33033 + - uid: 41 components: - type: Transform - pos: -28.5,49.5 + rot: -1.5707963267948966 rad + pos: 2.5,-1.5 parent: 2 - - uid: 33034 + - uid: 42 components: - type: Transform - pos: -3.5,57.5 + rot: -1.5707963267948966 rad + pos: -1.5,-2.5 parent: 2 - - uid: 33035 + - uid: 43 components: - type: Transform - pos: -2.5,57.5 + rot: -1.5707963267948966 rad + pos: -6.5,11.5 parent: 2 - - uid: 33036 + - uid: 45 components: - type: Transform - pos: 33.5,35.5 + pos: -2.5,13.5 parent: 2 - - uid: 33085 + - uid: 46 components: - type: Transform - pos: 65.5,-1.5 + rot: -1.5707963267948966 rad + pos: 7.5,0.5 parent: 2 - - uid: 33086 + - uid: 47 components: - type: Transform - pos: 65.5,-3.5 + rot: -1.5707963267948966 rad + pos: -3.5,-1.5 parent: 2 - - uid: 33087 + - uid: 48 components: - type: Transform - pos: 46.5,-51.5 + rot: -1.5707963267948966 rad + pos: -2.5,-1.5 parent: 2 - - uid: 33088 + - uid: 49 components: - type: Transform - pos: 44.5,-51.5 + rot: -1.5707963267948966 rad + pos: 4.5,-1.5 parent: 2 - - uid: 33089 + - uid: 50 components: - type: Transform - pos: 49.5,-48.5 + rot: -1.5707963267948966 rad + pos: 5.5,-1.5 parent: 2 - - uid: 33090 + - uid: 52 components: - type: Transform - pos: 49.5,-49.5 + rot: -1.5707963267948966 rad + pos: 8.5,3.5 parent: 2 - - uid: 33091 + - uid: 53 components: - type: Transform - pos: 34.5,-44.5 + rot: -1.5707963267948966 rad + pos: 8.5,1.5 parent: 2 - - uid: 33092 + - uid: 54 components: - type: Transform - pos: 35.5,-46.5 + rot: -1.5707963267948966 rad + pos: 8.5,2.5 parent: 2 - - uid: 33093 + - uid: 56 components: - type: Transform - pos: 6.5,-54.5 + rot: 3.141592653589793 rad + pos: 2.5,-7.5 parent: 2 - - uid: 33094 + - uid: 57 components: - type: Transform - pos: -5.5,-52.5 + rot: 3.141592653589793 rad + pos: -5.5,-6.5 parent: 2 - - uid: 33095 + - uid: 59 components: - type: Transform - pos: -20.5,-54.5 + rot: -1.5707963267948966 rad + pos: -4.5,-0.5 parent: 2 - - uid: 33096 + - uid: 60 components: - type: Transform - pos: -18.5,-53.5 + rot: -1.5707963267948966 rad + pos: -1.5,-1.5 parent: 2 - - uid: 33097 + - uid: 62 components: - type: Transform - pos: -26.5,-51.5 + rot: 3.141592653589793 rad + pos: 2.5,-8.5 parent: 2 -- proto: SpawnPointPsychologist - entities: - - uid: 26927 + - uid: 64 components: - type: Transform - pos: 41.5,-43.5 + rot: 3.141592653589793 rad + pos: 7.5,-6.5 parent: 2 -- proto: SpawnPointQuartermaster - entities: - - uid: 27043 + - uid: 66 components: - type: Transform - pos: -37.5,-55.5 + rot: 3.141592653589793 rad + pos: -1.5,-8.5 parent: 2 -- proto: SpawnPointReporter - entities: - - uid: 27049 + - uid: 67 components: - type: Transform - pos: 3.5,29.5 + rot: 3.141592653589793 rad + pos: -1.5,-7.5 parent: 2 - - uid: 27050 + - uid: 71 components: - type: Transform - pos: 3.5,32.5 + rot: 3.141592653589793 rad + pos: 6.5,-6.5 parent: 2 -- proto: SpawnPointResearchAssistant - entities: - - uid: 26966 + - uid: 72 components: - type: Transform - pos: -14.5,-24.5 + rot: 3.141592653589793 rad + pos: -5.5,-7.5 parent: 2 - - uid: 26967 + - uid: 73 components: - type: Transform - pos: -12.5,-24.5 + rot: 3.141592653589793 rad + pos: 6.5,-7.5 parent: 2 - - uid: 26968 + - uid: 74 components: - type: Transform - pos: -11.5,-29.5 + rot: -1.5707963267948966 rad + pos: 6.5,0.5 parent: 2 - - uid: 26969 + - uid: 75 components: - type: Transform - pos: -23.5,-39.5 + rot: -1.5707963267948966 rad + pos: 7.5,4.5 parent: 2 - - uid: 26970 + - uid: 76 components: - type: Transform - pos: -24.5,-39.5 + rot: -1.5707963267948966 rad + pos: 7.5,1.5 parent: 2 - - uid: 26971 + - uid: 77 components: - type: Transform - pos: -17.5,-40.5 + rot: -1.5707963267948966 rad + pos: 8.5,4.5 parent: 2 - - uid: 26972 + - uid: 78 components: - type: Transform - pos: -19.5,-40.5 + rot: -1.5707963267948966 rad + pos: -6.5,12.5 parent: 2 -- proto: SpawnPointResearchDirector - entities: - - uid: 26950 + - uid: 80 components: - type: Transform - pos: -15.5,-17.5 + pos: 3.5,16.5 parent: 2 -- proto: SpawnPointSalvageSpecialist - entities: - - uid: 27045 + - uid: 90 components: - type: Transform - pos: -43.5,-51.5 + rot: -1.5707963267948966 rad + pos: 7.5,11.5 parent: 2 - - uid: 27046 + - uid: 91 components: - type: Transform - pos: -43.5,-50.5 + rot: -1.5707963267948966 rad + pos: 6.5,13.5 parent: 2 - - uid: 27047 + - uid: 94 components: - type: Transform - pos: -43.5,-49.5 + rot: 3.141592653589793 rad + pos: -18.5,-6.5 parent: 2 - - uid: 27048 + - uid: 95 components: - type: Transform - pos: -43.5,-48.5 + pos: -59.5,51.5 parent: 2 -- proto: SpawnPointScientist - entities: - - uid: 26951 + - uid: 99 components: - type: Transform - pos: -30.5,-30.5 + rot: 3.141592653589793 rad + pos: -3.5,-0.5 parent: 2 - - uid: 26952 + - uid: 100 components: - type: Transform - pos: -29.5,-30.5 + rot: 3.141592653589793 rad + pos: 4.5,-0.5 parent: 2 - - uid: 26953 + - uid: 101 components: - type: Transform - pos: -28.5,-30.5 + pos: -10.5,23.5 parent: 2 - - uid: 26954 + - uid: 102 components: - type: Transform - pos: -30.5,-32.5 + pos: -11.5,20.5 parent: 2 - - uid: 26955 + - uid: 103 components: - type: Transform - pos: -33.5,-21.5 + pos: -12.5,20.5 parent: 2 - - uid: 26956 + - uid: 104 components: - type: Transform - pos: -33.5,-22.5 + pos: -13.5,20.5 parent: 2 - - uid: 26957 + - uid: 105 components: - type: Transform - pos: -14.5,-23.5 + pos: -11.5,22.5 parent: 2 - - uid: 26958 + - uid: 107 components: - type: Transform - pos: -12.5,-23.5 + pos: -13.5,22.5 parent: 2 - - uid: 26959 + - uid: 108 components: - type: Transform - pos: -29.5,-11.5 + pos: -16.5,13.5 parent: 2 - - uid: 26960 + - uid: 109 components: - type: Transform - pos: -28.5,-32.5 + pos: -17.5,13.5 parent: 2 - - uid: 26961 + - uid: 110 components: - type: Transform - pos: -38.5,-25.5 + pos: -18.5,13.5 parent: 2 - - uid: 26962 + - uid: 111 components: - type: Transform - pos: -38.5,-26.5 + pos: -18.5,14.5 parent: 2 - - uid: 26973 + - uid: 112 components: - type: Transform - pos: -18.5,-35.5 + pos: -18.5,15.5 parent: 2 -- proto: SpawnPointSecurityCadet - entities: - - uid: 10900 + - uid: 113 components: - type: Transform - pos: 66.5,6.5 + pos: -18.5,16.5 parent: 2 - - uid: 26903 + - uid: 114 components: - type: Transform - pos: 36.5,58.5 + pos: -18.5,17.5 parent: 2 - - uid: 26910 + - uid: 115 components: - type: Transform - pos: 22.5,28.5 + pos: -18.5,18.5 parent: 2 - - uid: 26911 + - uid: 116 components: - type: Transform - pos: -4.5,49.5 + pos: -18.5,19.5 parent: 2 - - uid: 26914 + - uid: 121 components: - type: Transform - pos: -8.5,-58.5 + pos: -12.5,19.5 parent: 2 - - uid: 26915 + - uid: 122 components: - type: Transform - pos: 41.5,-28.5 + pos: -12.5,18.5 parent: 2 -- proto: SpawnPointSecurityOfficer - entities: - - uid: 26904 + - uid: 123 components: - type: Transform - pos: 33.5,57.5 + pos: -13.5,19.5 parent: 2 - - uid: 26905 + - uid: 124 components: - type: Transform - pos: 33.5,58.5 + pos: -14.5,19.5 parent: 2 - - uid: 26906 + - uid: 125 components: - type: Transform - pos: 33.5,59.5 + pos: -15.5,19.5 parent: 2 - - uid: 26907 + - uid: 126 components: - type: Transform - pos: 34.5,18.5 + pos: -17.5,19.5 parent: 2 - - uid: 26908 + - uid: 127 components: - type: Transform - pos: 33.5,18.5 + pos: -12.5,17.5 parent: 2 - - uid: 26909 + - uid: 131 components: - type: Transform - pos: 32.5,18.5 + pos: -11.5,23.5 parent: 2 - - uid: 26912 + - uid: 132 components: - type: Transform - pos: -3.5,48.5 + pos: -12.5,23.5 parent: 2 - - uid: 26913 + - uid: 133 components: - type: Transform - pos: -5.5,-58.5 + pos: -13.5,23.5 parent: 2 - - uid: 26916 + - uid: 134 components: - type: Transform - pos: 41.5,-26.5 + pos: -10.5,27.5 parent: 2 - - uid: 32957 + - uid: 135 components: - type: Transform - pos: 61.5,28.5 + pos: -9.5,27.5 parent: 2 - - uid: 33705 + - uid: 136 components: - type: Transform - pos: 58.5,28.5 + pos: -9.5,28.5 parent: 2 - - uid: 34352 + - uid: 137 components: - type: Transform - pos: 58.5,30.5 + pos: -8.5,28.5 parent: 2 - - uid: 35427 + - uid: 138 components: - type: Transform - pos: 34.5,37.5 + pos: -7.5,28.5 parent: 2 -- proto: SpawnPointServiceWorker - entities: - - uid: 27054 + - uid: 139 components: - type: Transform - pos: 1.5,62.5 + pos: -6.5,28.5 parent: 2 - - uid: 27055 + - uid: 140 components: - type: Transform - pos: 2.5,62.5 + pos: -5.5,28.5 parent: 2 - - uid: 27056 + - uid: 141 components: - type: Transform - pos: -0.5,62.5 + pos: -23.5,19.5 parent: 2 - - uid: 27057 + - uid: 142 components: - type: Transform - pos: 0.5,62.5 + pos: -5.5,27.5 parent: 2 -- proto: SpawnPointStationEngineer - entities: - - uid: 6055 + - uid: 143 components: - type: Transform - pos: -43.5,17.5 + pos: -4.5,27.5 parent: 2 - - uid: 7488 + - uid: 144 components: - type: Transform - pos: -38.5,17.5 + pos: -3.5,27.5 parent: 2 - - uid: 8398 + - uid: 145 components: - type: Transform - pos: -38.5,15.5 + pos: -2.5,27.5 parent: 2 - - uid: 10896 + - uid: 146 components: - type: Transform - pos: -31.5,34.5 + pos: -1.5,27.5 parent: 2 - - uid: 10946 + - uid: 147 components: - type: Transform - pos: -31.5,26.5 + pos: -0.5,27.5 parent: 2 - - uid: 12613 + - uid: 148 components: - type: Transform - pos: -43.5,15.5 + pos: 0.5,27.5 parent: 2 -- proto: SpawnPointTechnicalAssistant - entities: - - uid: 2056 + - uid: 149 components: - type: Transform - pos: -43.5,16.5 + pos: 1.5,27.5 parent: 2 - - uid: 24707 + - uid: 150 components: - type: Transform - pos: -32.5,26.5 + pos: 2.5,27.5 parent: 2 - - uid: 27023 + - uid: 151 components: - type: Transform - pos: -32.5,34.5 + pos: 3.5,27.5 parent: 2 - - uid: 27027 + - uid: 152 components: - type: Transform - pos: -38.5,16.5 + pos: 4.5,27.5 parent: 2 -- proto: SpawnPointWarden - entities: - - uid: 17545 + - uid: 153 components: - type: Transform - pos: 34.5,25.5 + pos: 5.5,27.5 parent: 2 -- proto: SpawnPointZookeeper - entities: - - uid: 30864 + - uid: 154 components: - type: Transform - pos: 48.5,0.5 + pos: 6.5,27.5 parent: 2 - - uid: 32430 + - uid: 155 components: - type: Transform - pos: 45.5,-2.5 + pos: 6.5,28.5 parent: 2 -- proto: SpawnVendingMachineRestockFoodDrink - entities: - - uid: 11722 + - uid: 159 components: - type: Transform - pos: -65.5,-16.5 + pos: 10.5,28.5 parent: 2 - - uid: 36089 + - uid: 160 components: - type: Transform - pos: -59.5,-24.5 + pos: 10.5,27.5 parent: 2 - - uid: 36090 + - uid: 161 components: - type: Transform - pos: -50.5,-25.5 + pos: -19.5,16.5 parent: 2 -- proto: SpeedLoaderMagnumRubber - entities: - - uid: 10366 + - uid: 162 components: - type: Transform - pos: 39.43029,23.792768 + pos: -21.5,16.5 parent: 2 - - uid: 10367 + - uid: 163 components: - type: Transform - pos: 39.24279,23.667768 + pos: -22.5,16.5 parent: 2 -- proto: SpiderWeb - entities: - - uid: 5301 + - uid: 164 components: - type: Transform - pos: -14.5,-45.5 + pos: -22.5,17.5 parent: 2 - - uid: 5302 + - uid: 165 components: - type: Transform - pos: -15.5,-43.5 + pos: -22.5,19.5 parent: 2 - - uid: 5303 + - uid: 166 components: - type: Transform - pos: -20.5,-43.5 + pos: -14.5,23.5 parent: 2 - - uid: 5304 + - uid: 167 components: - type: Transform - pos: -18.5,-45.5 + pos: -17.5,23.5 parent: 2 - - uid: 5358 + - uid: 168 components: - type: Transform - pos: -42.5,-22.5 + pos: -19.5,23.5 parent: 2 - - uid: 5359 + - uid: 169 components: - type: Transform - pos: -38.5,-18.5 + pos: -20.5,23.5 parent: 2 - - uid: 5360 + - uid: 173 components: - type: Transform - pos: -44.5,-18.5 + pos: -10.5,28.5 parent: 2 - - uid: 5361 + - uid: 174 components: - type: Transform - pos: -40.5,-21.5 + pos: -11.5,28.5 parent: 2 - - uid: 5362 + - uid: 175 components: - type: Transform - pos: -39.5,-15.5 + pos: -12.5,28.5 parent: 2 - - uid: 5363 + - uid: 176 components: - type: Transform - pos: -38.5,-13.5 + pos: -13.5,28.5 parent: 2 - - uid: 5365 + - uid: 177 components: - type: Transform - pos: -44.5,-11.5 + pos: -14.5,28.5 parent: 2 - - uid: 5366 + - uid: 178 components: - type: Transform - pos: -43.5,-9.5 + pos: -15.5,28.5 parent: 2 - - uid: 5367 + - uid: 179 components: - type: Transform - pos: -42.5,-14.5 + pos: -16.5,28.5 parent: 2 - - uid: 5383 + - uid: 180 components: - type: Transform - pos: -43.5,-20.5 + pos: -17.5,28.5 parent: 2 - - uid: 5384 + - uid: 181 components: - type: Transform - pos: -42.5,-18.5 + pos: -18.5,28.5 parent: 2 - - uid: 7121 + - uid: 182 components: - type: Transform - pos: -34.5,59.5 + pos: -19.5,28.5 parent: 2 - - uid: 8231 + - uid: 183 components: - type: Transform - pos: -41.5,50.5 + pos: -20.5,28.5 parent: 2 - - uid: 8318 + - uid: 184 components: - type: Transform - pos: -41.5,55.5 + pos: -20.5,27.5 parent: 2 - - uid: 8336 + - uid: 185 components: - type: Transform - pos: -41.5,49.5 + pos: -20.5,26.5 parent: 2 - - uid: 8365 + - uid: 186 components: - type: Transform - pos: -37.5,58.5 + pos: -20.5,25.5 parent: 2 - - uid: 8367 + - uid: 187 components: - type: Transform - pos: -37.5,55.5 + pos: -20.5,24.5 parent: 2 - - uid: 8582 + - uid: 188 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,64.5 + pos: -20.5,29.5 parent: 2 - - uid: 10083 + - uid: 189 components: - type: Transform - pos: -26.5,-60.5 + pos: -20.5,30.5 parent: 2 - - uid: 10116 + - uid: 190 components: - type: Transform - pos: -27.5,-61.5 + pos: -19.5,30.5 parent: 2 - - uid: 10117 + - uid: 191 components: - type: Transform - pos: -23.5,-62.5 + pos: -19.5,33.5 parent: 2 - - uid: 10118 + - uid: 192 components: - type: Transform - pos: -22.5,-62.5 + pos: -20.5,33.5 parent: 2 - - uid: 10119 + - uid: 193 components: - type: Transform - pos: -23.5,-63.5 + pos: -20.5,34.5 parent: 2 - - uid: 10120 + - uid: 194 components: - type: Transform - pos: -19.5,-64.5 + pos: -20.5,35.5 parent: 2 - - uid: 10121 + - uid: 195 components: - type: Transform - pos: -18.5,-63.5 + pos: -19.5,35.5 parent: 2 - - uid: 10122 + - uid: 196 components: - type: Transform - pos: -21.5,-60.5 + pos: -18.5,35.5 parent: 2 - - uid: 11283 + - uid: 197 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,-34.5 + pos: -17.5,35.5 parent: 2 - - uid: 11284 + - uid: 198 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,-35.5 + pos: -16.5,35.5 parent: 2 - - uid: 11285 + - uid: 199 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,-37.5 + pos: -85.5,70.5 parent: 2 - - uid: 11286 + - uid: 202 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,-38.5 + pos: -12.5,35.5 parent: 2 - - uid: 13084 + - uid: 203 components: - type: Transform - pos: 12.5,21.5 + pos: -11.5,35.5 parent: 2 - - uid: 13239 + - uid: 204 components: - type: Transform - pos: 16.5,30.5 + pos: -10.5,35.5 parent: 2 - - uid: 13243 + - uid: 205 components: - type: Transform - pos: 19.5,15.5 + pos: -9.5,35.5 parent: 2 - - uid: 13244 + - uid: 206 components: - type: Transform - pos: 21.5,13.5 + pos: -9.5,34.5 parent: 2 - - uid: 13245 + - uid: 207 components: - type: Transform - pos: 22.5,13.5 + pos: -9.5,33.5 parent: 2 - - uid: 13247 + - uid: 208 components: - type: Transform - pos: 29.5,11.5 + pos: -9.5,32.5 parent: 2 - - uid: 13403 + - uid: 209 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,62.5 + pos: -9.5,31.5 parent: 2 - - uid: 13406 + - uid: 210 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,63.5 + pos: -9.5,30.5 parent: 2 - - uid: 13407 + - uid: 211 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,62.5 + pos: -9.5,29.5 parent: 2 - - uid: 13408 + - uid: 212 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,66.5 + pos: -24.5,23.5 parent: 2 - - uid: 13410 + - uid: 213 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,53.5 + pos: -24.5,24.5 parent: 2 - - uid: 13419 + - uid: 215 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,62.5 + pos: -24.5,27.5 parent: 2 - - uid: 13420 + - uid: 216 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,61.5 + pos: -24.5,28.5 parent: 2 - - uid: 13439 + - uid: 217 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,57.5 + pos: -24.5,32.5 parent: 2 - - uid: 13465 + - uid: 218 components: - type: Transform - pos: -38.5,47.5 + pos: -24.5,33.5 parent: 2 - - uid: 13466 + - uid: 219 components: - type: Transform - pos: -37.5,45.5 + pos: -24.5,35.5 parent: 2 - - uid: 13467 + - uid: 220 components: - type: Transform - pos: -38.5,52.5 + pos: -24.5,36.5 parent: 2 - - uid: 13468 + - uid: 221 components: - type: Transform - pos: -40.5,53.5 + pos: -23.5,36.5 parent: 2 - - uid: 13753 + - uid: 222 components: - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,-61.5 + pos: -20.5,36.5 parent: 2 - - uid: 30733 + - uid: 223 components: - type: Transform - pos: -31.5,-54.5 + pos: -21.5,36.5 parent: 2 - - uid: 30735 + - uid: 224 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-56.5 + pos: -25.5,28.5 parent: 2 - - uid: 34543 - components: - - type: Transform - pos: 1.5,3.5 - parent: 30892 - - uid: 34544 + - uid: 225 components: - type: Transform - pos: 2.5,1.5 - parent: 30892 - - uid: 34546 + pos: -27.5,28.5 + parent: 2 + - uid: 226 components: - type: Transform - pos: 7.5,2.5 - parent: 30892 - - uid: 34548 + pos: -28.5,28.5 + parent: 2 + - uid: 227 components: - type: Transform - pos: 3.5,5.5 - parent: 30892 - - uid: 34549 + pos: -28.5,29.5 + parent: 2 + - uid: 228 components: - type: Transform - pos: 2.5,3.5 - parent: 30892 - - uid: 34550 + pos: -28.5,31.5 + parent: 2 + - uid: 229 components: - type: Transform - pos: 3.5,6.5 - parent: 30892 - - uid: 34551 + pos: -28.5,32.5 + parent: 2 + - uid: 230 components: - type: Transform - pos: 6.5,2.5 - parent: 30892 - - uid: 34604 + pos: -27.5,32.5 + parent: 2 + - uid: 231 components: - type: Transform - pos: 6.5,6.5 - parent: 30892 - - uid: 34605 + pos: -25.5,32.5 + parent: 2 + - uid: 232 components: - type: Transform - pos: 8.5,5.5 - parent: 30892 - - uid: 34606 + pos: -24.5,19.5 + parent: 2 + - uid: 233 components: - type: Transform - pos: 8.5,6.5 - parent: 30892 - - uid: 34684 + pos: -25.5,19.5 + parent: 2 + - uid: 234 components: - type: Transform - pos: 9.5,10.5 - parent: 30892 - - uid: 34685 + pos: -25.5,18.5 + parent: 2 + - uid: 235 components: - type: Transform - pos: 8.5,11.5 - parent: 30892 - - uid: 34687 + rot: 3.141592653589793 rad + pos: 18.5,-33.5 + parent: 2 + - uid: 237 components: - type: Transform - pos: 9.5,11.5 - parent: 30892 - - uid: 34693 + pos: -25.5,15.5 + parent: 2 + - uid: 238 components: - type: Transform - pos: 5.5,7.5 - parent: 30892 - - uid: 34697 + pos: -24.5,15.5 + parent: 2 + - uid: 239 components: - type: Transform - pos: 5.5,11.5 - parent: 30892 - - uid: 34698 + pos: -23.5,15.5 + parent: 2 + - uid: 240 components: - type: Transform - pos: 6.5,10.5 - parent: 30892 - - uid: 34705 + pos: -23.5,16.5 + parent: 2 + - uid: 242 components: - type: Transform - pos: 3.5,11.5 - parent: 30892 - - uid: 34706 + pos: -18.5,12.5 + parent: 2 + - uid: 243 components: - type: Transform - pos: 2.5,9.5 - parent: 30892 - - uid: 34707 + pos: -19.5,12.5 + parent: 2 + - uid: 244 components: - type: Transform - pos: 3.5,10.5 - parent: 30892 - - uid: 34711 + pos: -21.5,12.5 + parent: 2 + - uid: 246 components: - type: Transform - pos: 7.5,3.5 - parent: 30892 - - uid: 34717 + pos: -22.5,11.5 + parent: 2 + - uid: 247 components: - type: Transform - pos: 8.5,3.5 - parent: 30892 - - uid: 34718 + pos: -21.5,11.5 + parent: 2 + - uid: 248 components: - type: Transform - pos: -0.5,6.5 - parent: 30892 - - uid: 34719 + pos: -26.5,13.5 + parent: 2 + - uid: 249 components: - type: Transform - pos: -0.5,5.5 - parent: 30892 - - uid: 34720 + pos: -26.5,11.5 + parent: 2 + - uid: 250 components: - type: Transform - pos: -1.5,5.5 - parent: 30892 - - uid: 34721 + pos: -25.5,11.5 + parent: 2 + - uid: 251 components: - type: Transform - pos: 0.5,7.5 - parent: 30892 - - uid: 34726 + pos: -24.5,11.5 + parent: 2 + - uid: 252 components: - type: Transform - pos: 11.5,1.5 - parent: 30892 - - uid: 34729 + pos: -23.5,11.5 + parent: 2 + - uid: 253 components: - type: Transform - pos: 11.5,2.5 - parent: 30892 - - uid: 34730 + pos: -26.5,19.5 + parent: 2 + - uid: 254 components: - type: Transform - pos: 12.5,4.5 - parent: 30892 - - uid: 34731 + pos: -28.5,19.5 + parent: 2 + - uid: 255 components: - type: Transform - pos: 11.5,5.5 - parent: 30892 - - uid: 34732 + pos: -34.5,19.5 + parent: 2 + - uid: 256 components: - type: Transform - pos: 12.5,6.5 - parent: 30892 - - uid: 34733 + pos: -35.5,20.5 + parent: 2 + - uid: 257 components: - type: Transform - pos: 13.5,3.5 - parent: 30892 - - uid: 34734 + pos: -27.5,13.5 + parent: 2 + - uid: 258 components: - type: Transform - pos: 12.5,3.5 - parent: 30892 - - uid: 43025 + pos: -28.5,13.5 + parent: 2 + - uid: 259 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-10.5 + pos: -29.5,13.5 parent: 2 - - uid: 43026 + - uid: 260 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-10.5 + pos: -30.5,13.5 parent: 2 -- proto: SpiderWebClown - entities: - - uid: 16021 + - uid: 261 components: - type: Transform - pos: -10.5,6.5 - parent: 14592 - - uid: 43017 + pos: -31.5,13.5 + parent: 2 + - uid: 262 components: - type: Transform - pos: -38.5,-21.5 + pos: -32.5,13.5 parent: 2 -- proto: Spoon - entities: - - uid: 8082 + - uid: 263 components: - type: Transform - pos: -40.11485,26.590513 + pos: -33.5,13.5 parent: 2 - - uid: 13532 + - uid: 264 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.4306054,62.81493 + pos: -34.5,13.5 parent: 2 -- proto: SpoonPlastic - entities: - - uid: 9943 + - uid: 265 components: - type: Transform - pos: 20.553377,71.37311 + pos: -35.5,13.5 parent: 2 - - uid: 9944 + - uid: 266 components: - type: Transform - pos: 20.662752,71.56061 + pos: -35.5,14.5 parent: 2 -- proto: Stairs - entities: - - uid: 33675 + - uid: 267 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-4.5 + pos: -35.5,15.5 parent: 2 - - uid: 34338 + - uid: 268 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-4.5 + pos: -35.5,16.5 parent: 2 - - uid: 35159 + - uid: 269 components: - type: Transform - rot: 3.141592653589793 rad - pos: -76.5,85.5 + pos: -35.5,17.5 parent: 2 - - uid: 35556 + - uid: 270 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-5.5 + pos: -35.5,18.5 parent: 2 - - uid: 35557 + - uid: 271 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-5.5 + pos: -35.5,19.5 parent: 2 - - uid: 35559 + - uid: 272 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-4.5 + pos: -35.5,22.5 parent: 2 - - uid: 35561 + - uid: 273 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,-5.5 + pos: -35.5,23.5 parent: 2 - - uid: 35971 + - uid: 274 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,-4.5 + pos: -34.5,23.5 parent: 2 - - uid: 35972 + - uid: 275 components: - type: Transform - pos: 36.5,-4.5 + pos: -33.5,23.5 parent: 2 - - uid: 36051 + - uid: 276 components: - type: Transform - pos: -76.5,79.5 + pos: -32.5,23.5 parent: 2 - - uid: 36052 + - uid: 277 components: - type: Transform - pos: -72.5,79.5 + pos: -31.5,23.5 parent: 2 - - uid: 36148 + - uid: 278 components: - type: Transform - pos: 37.5,-4.5 + pos: -30.5,23.5 parent: 2 - - uid: 36149 + - uid: 279 components: - type: Transform - pos: 38.5,-4.5 + pos: -29.5,23.5 parent: 2 - - uid: 37313 + - uid: 280 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-8.5 + pos: -28.5,23.5 parent: 2 - - uid: 37955 + - uid: 281 components: - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,-8.5 + pos: -27.5,23.5 parent: 2 - - uid: 37957 + - uid: 282 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,-8.5 + pos: -26.5,23.5 parent: 2 - - uid: 38416 + - uid: 283 components: - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,-12.5 + pos: -25.5,23.5 parent: 2 - - uid: 38419 + - uid: 284 components: - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-12.5 + pos: -36.5,19.5 parent: 2 - - uid: 38421 + - uid: 285 components: - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-12.5 + pos: -40.5,19.5 parent: 2 - - uid: 39819 + - uid: 286 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,-12.5 + pos: -41.5,19.5 parent: 2 - - uid: 39820 + - uid: 287 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-12.5 + pos: -42.5,19.5 parent: 2 - - uid: 39823 + - uid: 288 components: - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,-22.5 + pos: -42.5,20.5 parent: 2 - - uid: 39824 + - uid: 289 components: - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,-22.5 + pos: -36.5,13.5 parent: 2 - - uid: 39836 + - uid: 296 components: - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,-22.5 + pos: -42.5,22.5 parent: 2 - - uid: 39840 + - uid: 297 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-24.5 + pos: -45.5,19.5 parent: 2 - - uid: 39911 + - uid: 298 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-25.5 + pos: -44.5,19.5 parent: 2 - - uid: 40045 + - uid: 299 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-24.5 + pos: -43.5,19.5 parent: 2 - - uid: 40046 + - uid: 300 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-25.5 + pos: -45.5,20.5 parent: 2 - - uid: 42777 + - uid: 301 components: - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,49.5 + pos: -45.5,21.5 parent: 2 - - uid: 42810 + - uid: 302 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,62.5 + pos: -44.5,24.5 parent: 2 - - uid: 42811 + - uid: 303 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,62.5 + pos: -45.5,22.5 parent: 2 - - uid: 42812 + - uid: 304 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,48.5 + pos: -44.5,22.5 parent: 2 - - uid: 42813 + - uid: 305 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,47.5 + pos: -44.5,23.5 parent: 2 - - uid: 42814 + - uid: 306 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,46.5 + pos: -43.5,23.5 parent: 2 - - uid: 42815 + - uid: 307 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,42.5 + pos: -42.5,23.5 parent: 2 - - uid: 42816 + - uid: 308 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,32.5 + pos: -35.5,24.5 parent: 2 - - uid: 42817 + - uid: 309 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,31.5 + pos: -35.5,26.5 parent: 2 - - uid: 42833 + - uid: 310 components: - type: Transform - pos: 30.5,6.5 + pos: -35.5,27.5 parent: 2 - - uid: 42834 + - uid: 311 components: - type: Transform - pos: 31.5,6.5 + pos: -35.5,28.5 parent: 2 - - uid: 42835 + - uid: 312 components: - type: Transform - pos: 32.5,-47.5 + pos: -34.5,28.5 parent: 2 - - uid: 42836 + - uid: 313 components: - type: Transform - pos: 33.5,-47.5 + pos: -29.5,28.5 parent: 2 - - uid: 42837 + - uid: 314 components: - type: Transform - pos: 34.5,-47.5 + pos: -24.5,37.5 parent: 2 - - uid: 42838 + - uid: 315 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-1.5 - parent: 36450 - - uid: 42839 + pos: -25.5,37.5 + parent: 2 + - uid: 316 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-1.5 - parent: 36450 - - uid: 42840 + pos: -26.5,37.5 + parent: 2 + - uid: 317 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-1.5 - parent: 36450 - - uid: 42841 + pos: -27.5,37.5 + parent: 2 + - uid: 318 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-5.5 - parent: 36450 - - uid: 42842 + pos: -28.5,37.5 + parent: 2 + - uid: 319 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-5.5 - parent: 36450 - - uid: 42851 + pos: -29.5,37.5 + parent: 2 + - uid: 320 components: - type: Transform - rot: 3.141592653589793 rad - pos: 63.5,29.5 + pos: -30.5,37.5 parent: 2 - - uid: 42852 + - uid: 321 components: - type: Transform - rot: 3.141592653589793 rad - pos: 64.5,29.5 + pos: -31.5,37.5 parent: 2 - - uid: 42853 + - uid: 322 components: - type: Transform - rot: 3.141592653589793 rad - pos: 65.5,29.5 + pos: -32.5,37.5 parent: 2 -- proto: StasisBed - entities: - - uid: 3476 + - uid: 323 components: - type: Transform - pos: 22.5,55.5 + pos: -33.5,37.5 parent: 2 - - uid: 6664 + - uid: 324 components: - type: Transform - pos: 24.5,-28.5 + pos: -34.5,37.5 parent: 2 - - uid: 6668 + - uid: 325 components: - type: Transform - pos: 22.5,-28.5 + pos: -34.5,36.5 parent: 2 -- proto: StationMap - entities: - - uid: 2182 + - uid: 326 components: - type: Transform - pos: 0.5,-60.5 + pos: -35.5,36.5 parent: 2 - - uid: 6177 + - uid: 327 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,-23.5 + pos: -35.5,35.5 parent: 2 - - uid: 6295 + - uid: 328 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,27.5 + pos: -35.5,34.5 parent: 2 - - uid: 6317 + - uid: 329 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,-34.5 + pos: -35.5,33.5 parent: 2 - - uid: 9338 + - uid: 330 components: - type: Transform - pos: 41.5,28.5 + pos: -35.5,32.5 parent: 2 - - uid: 9350 + - uid: 331 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,44.5 + pos: -34.5,32.5 parent: 2 - - uid: 9355 + - uid: 332 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-51.5 + pos: -29.5,32.5 parent: 2 - - uid: 9365 + - uid: 333 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,-12.5 + pos: -42.5,24.5 parent: 2 - - uid: 9372 + - uid: 334 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-45.5 + pos: -42.5,25.5 parent: 2 - - uid: 9373 + - uid: 335 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,50.5 + pos: -42.5,26.5 parent: 2 - - uid: 9378 + - uid: 336 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,0.5 + pos: -42.5,27.5 parent: 2 - - uid: 9379 + - uid: 337 components: - type: Transform - pos: 54.5,9.5 + pos: -41.5,27.5 parent: 2 - - uid: 24149 + - uid: 338 components: - type: Transform - pos: -82.5,79.5 + pos: -40.5,27.5 parent: 2 - - uid: 31977 + - uid: 339 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,40.5 + pos: -39.5,27.5 parent: 2 - - uid: 34183 + - uid: 340 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -85.5,74.5 + pos: -38.5,27.5 parent: 2 - - uid: 34184 + - uid: 341 components: - type: Transform - rot: 3.141592653589793 rad - pos: -74.5,80.5 + pos: -37.5,27.5 parent: 2 - - uid: 34349 + - uid: 342 components: - type: Transform - pos: 29.5,-4.5 + pos: -36.5,27.5 parent: 2 -- proto: StationMapBroken - entities: - - uid: 11507 + - uid: 343 components: - type: Transform - pos: 56.5,-33.5 + pos: -43.5,24.5 parent: 2 - - uid: 12966 + - uid: 344 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,34.5 + pos: -43.5,25.5 parent: 2 - - uid: 12967 + - uid: 345 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,26.5 + pos: -43.5,26.5 parent: 2 -- proto: StatueVenusBlue - entities: - - uid: 13599 + - uid: 346 components: - type: Transform - pos: 3.5,-61.5 + pos: -46.5,19.5 parent: 2 -- proto: StatueVenusRed - entities: - - uid: 13598 + - uid: 347 components: - type: Transform - pos: -2.5,-61.5 + pos: -46.5,18.5 parent: 2 -- proto: SteelBench - entities: - - uid: 1256 + - uid: 348 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-52.5 + pos: -46.5,17.5 parent: 2 - - uid: 1554 + - uid: 349 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,-15.5 + pos: -46.5,16.5 parent: 2 - - uid: 2845 + - uid: 350 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,31.5 + pos: -46.5,15.5 parent: 2 - - uid: 2855 + - uid: 351 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,30.5 + pos: -46.5,14.5 parent: 2 - - uid: 3234 + - uid: 352 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,30.5 + pos: -46.5,13.5 parent: 2 - - uid: 3235 + - uid: 367 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,29.5 + pos: -24.5,39.5 parent: 2 - - uid: 3236 + - uid: 368 components: - type: Transform - pos: 47.5,27.5 + pos: -24.5,40.5 parent: 2 - - uid: 3237 + - uid: 369 components: - type: Transform - pos: 46.5,27.5 + pos: -28.5,40.5 parent: 2 - - uid: 3238 + - uid: 370 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,34.5 + pos: -29.5,40.5 parent: 2 - - uid: 3239 + - uid: 371 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,33.5 + pos: -29.5,41.5 parent: 2 - - uid: 3240 + - uid: 372 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,47.5 + pos: -28.5,41.5 parent: 2 - - uid: 3241 + - uid: 373 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,46.5 + pos: -30.5,40.5 parent: 2 - - uid: 7817 + - uid: 374 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,30.5 + pos: -30.5,39.5 parent: 2 - - uid: 7830 + - uid: 375 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,31.5 + pos: -30.5,38.5 parent: 2 - - uid: 7951 + - uid: 376 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,30.5 + pos: -28.5,42.5 parent: 2 - - uid: 7980 + - uid: 377 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,31.5 + pos: -28.5,43.5 parent: 2 - - uid: 7983 + - uid: 378 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,39.5 + pos: -27.5,43.5 parent: 2 - - uid: 8183 + - uid: 379 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,41.5 + pos: -26.5,43.5 parent: 2 - - uid: 8265 + - uid: 380 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,39.5 + pos: -25.5,43.5 parent: 2 - - uid: 8266 + - uid: 381 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,41.5 + pos: -24.5,43.5 parent: 2 - - uid: 11036 + - uid: 382 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,30.5 + pos: -24.5,42.5 parent: 2 - - uid: 11134 + - uid: 383 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,31.5 + pos: -24.5,41.5 parent: 2 - - uid: 11148 + - uid: 384 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,-14.5 + pos: -24.5,44.5 parent: 2 - - uid: 12272 + - uid: 385 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-72.5 + pos: -25.5,44.5 parent: 2 - - uid: 12413 + - uid: 388 components: - type: Transform - pos: -29.5,-35.5 + pos: -20.5,37.5 parent: 2 - - uid: 12589 + - uid: 389 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,45.5 + pos: -20.5,38.5 parent: 2 - - uid: 12636 + - uid: 390 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-72.5 + pos: -20.5,39.5 parent: 2 - - uid: 12646 + - uid: 391 components: - type: Transform - pos: 62.5,15.5 + pos: -20.5,40.5 parent: 2 - - uid: 12647 + - uid: 392 components: - type: Transform - pos: 61.5,15.5 + pos: -20.5,41.5 parent: 2 - - uid: 12648 + - uid: 393 components: - type: Transform - pos: 55.5,15.5 + pos: -19.5,41.5 parent: 2 - - uid: 12649 + - uid: 394 components: - type: Transform - pos: 56.5,15.5 + pos: -18.5,41.5 parent: 2 - - uid: 12650 + - uid: 395 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-42.5 + pos: -17.5,41.5 parent: 2 - - uid: 12663 + - uid: 396 components: - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,-48.5 + pos: -16.5,41.5 parent: 2 - - uid: 12664 + - uid: 397 components: - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,-48.5 + pos: -15.5,41.5 parent: 2 - - uid: 12665 + - uid: 412 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-73.5 + pos: -14.5,41.5 parent: 2 - - uid: 12669 + - uid: 413 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-75.5 + pos: -13.5,41.5 parent: 2 - - uid: 12670 + - uid: 416 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-76.5 + pos: -13.5,45.5 parent: 2 - - uid: 12671 + - uid: 417 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-73.5 + pos: -13.5,46.5 parent: 2 - - uid: 12672 + - uid: 418 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-75.5 + pos: -12.5,46.5 parent: 2 - - uid: 12673 + - uid: 419 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-76.5 + pos: -11.5,46.5 parent: 2 - - uid: 23937 + - uid: 420 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-52.5 + pos: -10.5,46.5 parent: 2 - - uid: 23941 + - uid: 421 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-52.5 + pos: -9.5,46.5 parent: 2 - - uid: 26570 + - uid: 422 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 71.5,-22.5 + pos: -8.5,46.5 parent: 2 - - uid: 26578 + - uid: 423 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,-16.5 + pos: -8.5,45.5 parent: 2 - - uid: 27052 + - uid: 424 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,-18.5 + pos: -8.5,44.5 parent: 2 - - uid: 27053 + - uid: 425 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,-17.5 + pos: -8.5,43.5 parent: 2 - - uid: 27625 + - uid: 426 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 71.5,-21.5 + pos: -8.5,42.5 parent: 2 - - uid: 27626 + - uid: 427 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 71.5,-23.5 + pos: -8.5,41.5 parent: 2 - - uid: 31937 + - uid: 428 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-3.5 + pos: -8.5,40.5 parent: 2 - - uid: 31942 + - uid: 429 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-3.5 + pos: -8.5,39.5 parent: 2 - - uid: 31944 + - uid: 430 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-3.5 + pos: -8.5,38.5 parent: 2 - - uid: 33234 + - uid: 431 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,47.5 + pos: -8.5,37.5 parent: 2 - - uid: 34367 + - uid: 432 components: - type: Transform - pos: 29.5,-5.5 + pos: -8.5,36.5 parent: 2 - - uid: 34368 + - uid: 433 components: - type: Transform - pos: 30.5,-5.5 + pos: -8.5,35.5 parent: 2 - - uid: 34369 + - uid: 434 components: - type: Transform - pos: 40.5,-5.5 + pos: -90.5,75.5 parent: 2 - - uid: 34370 + - uid: 437 components: - type: Transform - pos: 41.5,-5.5 + pos: -19.5,11.5 parent: 2 - - uid: 34371 + - uid: 438 components: - type: Transform - pos: 42.5,-5.5 + pos: -19.5,10.5 parent: 2 - - uid: 34372 + - uid: 439 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-7.5 + pos: -19.5,9.5 parent: 2 - - uid: 34373 + - uid: 440 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-7.5 + pos: -26.5,10.5 parent: 2 - - uid: 34374 + - uid: 441 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,-7.5 + pos: -21.5,10.5 parent: 2 -- proto: SteelOre1 - entities: - - uid: 35635 + - uid: 442 components: - type: Transform - pos: -34.478928,65.47662 + pos: -21.5,9.5 parent: 2 - - uid: 35637 + - uid: 443 components: - type: Transform - pos: -31.228928,66.78912 + pos: -21.5,8.5 parent: 2 - - uid: 35638 + - uid: 444 components: - type: Transform - pos: -30.447678,65.22662 + pos: -21.5,7.5 parent: 2 - - uid: 35640 + - uid: 445 components: - type: Transform - pos: -36.353928,62.25787 + pos: -27.5,10.5 parent: 2 - - uid: 35641 + - uid: 446 components: - type: Transform - pos: -36.650803,63.13287 + pos: -26.5,7.5 parent: 2 - - uid: 35655 + - uid: 447 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.25811,63.742474 + pos: -27.5,9.5 parent: 2 -- proto: Stool - entities: - - uid: 4547 + - uid: 448 components: - type: Transform - pos: -16.5,-62.5 + pos: -27.5,8.5 parent: 2 - - uid: 8274 + - uid: 449 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,57.5 + pos: -27.5,7.5 parent: 2 - - uid: 8288 + - uid: 450 components: - type: Transform - pos: 6.5,60.5 + pos: -26.5,6.5 parent: 2 - - uid: 9797 + - uid: 451 components: - type: Transform - pos: 14.5,43.5 + pos: -26.5,5.5 parent: 2 - - uid: 9858 + - uid: 452 components: - type: Transform - pos: 15.5,43.5 + pos: -26.5,4.5 parent: 2 - - uid: 9859 + - uid: 453 components: - type: Transform - pos: 16.5,43.5 + pos: -27.5,-7.5 parent: 2 - - uid: 9860 + - uid: 454 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,41.5 + pos: -27.5,-8.5 parent: 2 - - uid: 9861 + - uid: 455 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,41.5 + pos: -26.5,-8.5 parent: 2 - - uid: 9862 + - uid: 456 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,41.5 + pos: -27.5,-6.5 parent: 2 - - uid: 9889 + - uid: 459 components: - type: Transform rot: -1.5707963267948966 rad - pos: 21.5,71.5 + pos: 7.5,12.5 parent: 2 - - uid: 9895 + - uid: 460 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,70.5 + pos: -26.5,-3.5 parent: 2 - - uid: 9896 + - uid: 461 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,70.5 + pos: -22.5,-8.5 parent: 2 - - uid: 9900 + - uid: 462 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,71.5 + pos: -22.5,-9.5 parent: 2 - - uid: 10628 + - uid: 463 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-53.5 + pos: -22.5,-10.5 parent: 2 - - uid: 13268 + - uid: 464 components: - type: Transform - pos: 16.5,46.5 + pos: -22.5,-11.5 parent: 2 - - uid: 13754 + - uid: 465 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-58.5 + pos: -21.5,-8.5 parent: 2 - - uid: 13755 + - uid: 466 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,-58.5 + pos: -21.5,-9.5 parent: 2 - - uid: 14234 + - uid: 467 components: - type: Transform - pos: -15.5,-62.5 + pos: -21.5,-10.5 parent: 2 - - uid: 14254 + - uid: 468 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-63.5 + pos: -21.5,-11.5 parent: 2 - - uid: 14255 + - uid: 470 components: - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,-63.5 + pos: -21.5,-7.5 parent: 2 -- proto: StoolBar - entities: - - uid: 6251 + - uid: 471 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,64.5 + pos: -21.5,-6.5 parent: 2 - - uid: 6252 + - uid: 472 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,64.5 + pos: -19.5,-8.5 parent: 2 - - uid: 6253 + - uid: 473 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,64.5 + pos: -19.5,-9.5 parent: 2 - - uid: 6254 + - uid: 474 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,64.5 + rot: -1.5707963267948966 rad + pos: 8.5,10.5 parent: 2 - - uid: 6255 + - uid: 475 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,64.5 + pos: -19.5,-11.5 parent: 2 - - uid: 6256 + - uid: 486 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,64.5 + rot: -1.5707963267948966 rad + pos: 8.5,11.5 parent: 2 - - uid: 6257 + - uid: 489 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,64.5 + rot: -1.5707963267948966 rad + pos: -13.5,-3.5 parent: 2 - - uid: 8369 + - uid: 490 components: - type: Transform rot: -1.5707963267948966 rad - pos: -4.5,59.5 + pos: 2.5,-2.5 parent: 2 - - uid: 8371 + - uid: 493 components: - type: Transform rot: -1.5707963267948966 rad - pos: -4.5,60.5 + pos: 6.5,-2.5 parent: 2 - - uid: 8373 + - uid: 494 components: - type: Transform rot: -1.5707963267948966 rad - pos: -4.5,62.5 + pos: -12.5,-3.5 parent: 2 - - uid: 8374 + - uid: 495 components: - type: Transform rot: -1.5707963267948966 rad - pos: -4.5,63.5 + pos: -5.5,-2.5 parent: 2 - - uid: 10045 + - uid: 506 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-64.5 + pos: -26.5,-9.5 parent: 2 - - uid: 10047 + - uid: 507 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-63.5 + pos: -26.5,-10.5 parent: 2 - - uid: 10049 + - uid: 508 components: - type: Transform - pos: -20.5,-61.5 + pos: -26.5,-11.5 parent: 2 - - uid: 10050 + - uid: 509 components: - type: Transform - pos: -19.5,-61.5 + pos: -26.5,-12.5 parent: 2 - - uid: 10051 + - uid: 510 components: - type: Transform - pos: -21.5,-62.5 + pos: -26.5,-13.5 parent: 2 - - uid: 10076 + - uid: 511 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-61.5 + pos: -22.5,-12.5 parent: 2 - - uid: 10080 + - uid: 512 components: - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,-61.5 + pos: -22.5,-13.5 parent: 2 - - uid: 10426 + - uid: 517 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,-6.5 + pos: -18.5,-11.5 parent: 2 - - uid: 14039 + - uid: 518 components: - type: Transform - pos: -32.5,-3.5 + pos: -18.5,-12.5 parent: 2 - - uid: 24112 + - uid: 519 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,-5.5 + pos: -18.5,-14.5 parent: 2 -- proto: StorageCanister - entities: - - uid: 36 + - uid: 520 components: - type: Transform - pos: -48.5,46.5 + pos: -19.5,-14.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 5076 + - uid: 521 components: - type: Transform - pos: -27.5,-9.5 + pos: -21.5,-14.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 7779 + - uid: 522 components: - type: Transform - pos: -49.5,46.5 + pos: -22.5,-14.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 12910 + - uid: 523 components: - type: Transform - pos: 38.5,10.5 + pos: -17.5,-15.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 14258 + - uid: 524 components: - type: Transform - pos: -60.5,81.5 + pos: -17.5,-14.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 34094 + - uid: 525 components: - type: Transform - pos: -55.5,-1.5 + pos: -16.5,-15.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: StrangePill - entities: - - uid: 4678 + - uid: 526 components: - type: Transform - pos: -33.308167,-46.279037 + pos: -16.5,-14.5 parent: 2 - - uid: 5315 + - uid: 527 components: - type: Transform - pos: -20.772038,-44.000484 + pos: -16.5,-13.5 parent: 2 - - uid: 5316 + - uid: 528 components: - type: Transform - pos: -20.203314,-44.147255 + pos: -16.5,-12.5 parent: 2 - - uid: 5317 + - uid: 529 components: - type: Transform - pos: -20.717,-44.367405 + pos: -17.5,-12.5 parent: 2 - - uid: 5318 + - uid: 578 components: - type: Transform - pos: -20.313389,-44.422443 + pos: -34.5,-8.5 parent: 2 - - uid: 7110 + - uid: 579 components: - type: Transform - pos: 48.360905,-34.13976 + pos: -33.5,-8.5 parent: 2 - - uid: 7111 + - uid: 580 components: - type: Transform - pos: 48.56403,-34.280384 + pos: -32.5,-8.5 parent: 2 - - uid: 11005 + - uid: 581 components: - type: Transform - pos: 58.417934,-34.47719 + pos: -31.5,-8.5 parent: 2 - - uid: 11007 + - uid: 582 components: - type: Transform - pos: 60.74606,-29.555313 + pos: -30.5,-8.5 parent: 2 - - uid: 11011 + - uid: 583 components: - type: Transform - pos: 60.87106,-33.117813 + pos: -29.5,-8.5 parent: 2 - - uid: 11296 + - uid: 584 components: - type: Transform - pos: 56.564808,-32.45769 + pos: -28.5,-8.5 parent: 2 - - uid: 11297 + - uid: 600 components: - type: Transform - pos: 57.62635,-28.436699 + pos: -46.5,12.5 parent: 2 - - uid: 11298 + - uid: 601 components: - type: Transform - pos: 67.54807,-16.621273 + pos: -37.5,9.5 parent: 2 - - uid: 11300 + - uid: 602 components: - type: Transform - pos: 56.709766,-38.818024 + pos: -46.5,11.5 parent: 2 - - uid: 11301 + - uid: 605 components: - type: Transform - pos: 52.813496,-43.72592 + pos: -36.5,12.5 parent: 2 - - uid: 14533 + - uid: 607 components: - type: Transform - pos: -11.047575,-62.568474 + pos: -37.5,8.5 parent: 2 - - uid: 27683 + - uid: 608 components: - type: Transform - pos: 57.315258,-36.598 + pos: -37.5,4.5 parent: 2 -- proto: SubstationBasic - entities: - - uid: 1274 + - uid: 609 components: - type: Transform - pos: -4.5,-1.5 + pos: -37.5,5.5 parent: 2 - - uid: 5027 + - uid: 610 components: - - type: MetaData - name: Подстанция РНД - type: Transform - pos: -17.5,-13.5 + pos: -37.5,7.5 parent: 2 - - uid: 9277 + - uid: 611 components: - - type: MetaData - name: Подстанция Телекомунникация - type: Transform - pos: -9.5,49.5 + pos: -37.5,3.5 parent: 2 - - uid: 9499 + - uid: 612 components: - type: Transform - pos: 59.5,-36.5 + pos: -37.5,6.5 parent: 2 - - uid: 13123 + - uid: 613 components: - type: Transform - pos: 25.5,-9.5 + pos: -39.5,2.5 parent: 2 - - uid: 14265 + - uid: 614 components: - - type: MetaData - name: Подстанция Ботаника-Солнечные Панели - type: Transform - pos: -21.5,67.5 + pos: -36.5,11.5 parent: 2 - - uid: 14270 + - uid: 615 components: - - type: MetaData - name: Подстанция Солнечные Панели - type: Transform - pos: -65.5,-19.5 + pos: -49.5,6.5 parent: 2 - - uid: 14465 + - uid: 620 components: - - type: MetaData - name: Подстанция Бриг - type: Transform - pos: 23.5,35.5 + pos: -46.5,10.5 parent: 2 - - uid: 15460 + - uid: 622 components: - type: Transform - pos: 15.5,3.5 - parent: 14592 - - uid: 17569 + pos: -43.5,9.5 + parent: 2 + - uid: 623 components: - type: Transform - pos: -27.5,39.5 + pos: -44.5,9.5 parent: 2 - - uid: 18344 + - uid: 624 components: - - type: MetaData - name: Подстанция Сервис - type: Transform - pos: 18.5,55.5 + pos: -47.5,9.5 parent: 2 - - uid: 18348 + - uid: 625 components: - type: Transform - pos: 57.5,-10.5 + pos: -39.5,9.5 parent: 2 - - uid: 18620 + - uid: 644 components: - - type: MetaData - name: Подстанция Хим Лаб - type: Transform - pos: 17.5,-31.5 + pos: 18.5,12.5 parent: 2 - - uid: 18632 + - uid: 657 components: - - type: MetaData - name: Подстанция Зал Суда - type: Transform - pos: 66.5,19.5 + pos: -49.5,-8.5 parent: 2 - - uid: 18633 + - uid: 658 components: - - type: MetaData - name: Подстанция КПП - type: Transform - pos: 62.5,13.5 + pos: -48.5,-8.5 parent: 2 - - uid: 18929 + - uid: 659 components: - - type: MetaData - name: Подстанция Прибытие - type: Transform - pos: 11.5,-65.5 + pos: -47.5,-8.5 parent: 2 - - uid: 19076 + - uid: 660 components: - type: Transform - pos: -12.5,-54.5 + pos: -46.5,-8.5 parent: 2 - - uid: 19147 + - uid: 661 components: - - type: MetaData - name: Подстанция Снабжение - type: Transform - pos: -43.5,-34.5 + pos: -45.5,-8.5 parent: 2 - - uid: 19255 + - uid: 664 components: - type: Transform - pos: -49.5,-3.5 + pos: -41.5,-8.5 parent: 2 - - uid: 19284 + - uid: 665 components: - - type: MetaData - name: Подстанция Инженерный-Отдых - type: Transform - pos: -43.5,22.5 + pos: -44.5,-8.5 parent: 2 - - uid: 19292 + - uid: 666 components: - - type: MetaData - name: Подстанция Атмосферный - type: Transform - pos: -60.5,32.5 + pos: -43.5,-8.5 parent: 2 - - uid: 22878 + - uid: 668 components: - - type: MetaData - name: Подстанция Каюта Капитана - type: Transform - pos: 11.5,-38.5 + pos: -40.5,-8.5 parent: 2 - - uid: 23533 + - uid: 669 components: - - type: MetaData - name: Подстанция Тех Помещения - type: Transform - pos: 45.5,21.5 + pos: -39.5,-8.5 parent: 2 - - uid: 23969 + - uid: 670 components: - - type: MetaData - name: Подстанция Инженерный - type: Transform - pos: -24.5,18.5 + pos: -38.5,-8.5 parent: 2 - - uid: 31131 + - uid: 671 components: - type: Transform - pos: 0.5,5.5 - parent: 30892 - - uid: 33252 + pos: -38.5,-9.5 + parent: 2 + - uid: 672 components: - type: Transform - pos: -19.5,24.5 + pos: -38.5,-10.5 parent: 2 - - uid: 34124 + - uid: 673 components: - type: Transform - pos: -89.5,69.5 + pos: -38.5,-11.5 parent: 2 - - uid: 36555 + - uid: 674 components: - type: Transform - pos: 4.5,-8.5 - parent: 36450 -- proto: SubstationMachineCircuitboard - entities: - - uid: 1485 + pos: -21.5,-34.5 + parent: 2 + - uid: 675 components: - type: Transform - pos: -42.170227,3.598135 + pos: -37.5,-12.5 parent: 2 -- proto: SubstationWallBasic - entities: - - uid: 13968 + - uid: 676 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-1.5 - parent: 13793 - - uid: 31410 + pos: -34.5,-13.5 + parent: 2 + - uid: 677 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,1.5 - parent: 31348 - - uid: 32990 + pos: -34.5,-10.5 + parent: 2 + - uid: 679 components: - type: Transform - pos: 4.5,1.5 - parent: 32914 -- proto: SuitStorageCE - entities: - - uid: 7818 + pos: -36.5,-13.5 + parent: 2 + - uid: 680 components: - type: Transform - pos: -17.5,17.5 + pos: -34.5,-9.5 parent: 2 -- proto: SuitStorageCMO - entities: - - uid: 6739 + - uid: 690 components: - type: Transform - pos: 15.5,-20.5 + pos: 16.5,12.5 parent: 2 -- proto: SuitStorageEngi - entities: - - uid: 2534 + - uid: 691 components: - type: Transform - pos: -58.5,75.5 + pos: 16.5,13.5 parent: 2 -- proto: SuitStorageEVA - entities: - - uid: 200 + - uid: 693 components: - type: Transform - pos: 17.5,15.5 + pos: 18.5,13.5 parent: 2 - - uid: 10932 + - uid: 694 components: - type: Transform - pos: 13.5,-46.5 + pos: 19.5,12.5 parent: 2 - - uid: 11051 + - uid: 698 components: - type: Transform - pos: 13.5,-45.5 + pos: 18.5,16.5 parent: 2 - - uid: 11052 + - uid: 699 components: - type: Transform - pos: 12.5,-42.5 + pos: 18.5,15.5 parent: 2 - - uid: 11053 + - uid: 700 components: - type: Transform - pos: 12.5,-43.5 + pos: 18.5,14.5 parent: 2 - - uid: 11054 + - uid: 701 components: - type: Transform - pos: 12.5,-44.5 + pos: -54.5,-5.5 parent: 2 - - uid: 11055 + - uid: 717 components: - type: Transform - pos: 12.5,-45.5 + pos: -49.5,23.5 parent: 2 - - uid: 11061 + - uid: 720 components: - type: Transform - pos: 12.5,-46.5 + pos: -50.5,22.5 parent: 2 - - uid: 11063 + - uid: 721 components: - type: Transform - pos: 13.5,-44.5 + pos: -49.5,22.5 parent: 2 - - uid: 11064 + - uid: 722 components: - type: Transform - pos: 13.5,-43.5 + pos: -49.5,24.5 parent: 2 - - uid: 11065 + - uid: 723 components: - type: Transform - pos: 13.5,-42.5 + pos: -49.5,25.5 parent: 2 - - uid: 14528 + - uid: 728 components: - type: Transform - pos: -76.5,55.5 + pos: -39.5,39.5 parent: 2 - - uid: 36351 + - uid: 729 components: - type: Transform - pos: -58.5,73.5 + pos: -49.5,26.5 parent: 2 - - uid: 36352 + - uid: 730 components: - type: Transform - pos: -58.5,74.5 + pos: -49.5,27.5 parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 -- proto: SuitStorageEVAEmergency - entities: - - uid: 34538 + - uid: 731 components: - type: Transform - pos: 12.5,1.5 - parent: 30892 - - uid: 34619 + pos: -49.5,29.5 + parent: 2 + - uid: 732 components: - type: Transform - pos: 11.5,6.5 - parent: 30892 - - uid: 34620 + pos: -49.5,33.5 + parent: 2 + - uid: 733 components: - type: Transform - pos: 12.5,6.5 - parent: 30892 -- proto: SuitStorageEVAPrisoner - entities: - - uid: 10802 + pos: -49.5,34.5 + parent: 2 + - uid: 734 components: - type: Transform - pos: 26.5,57.5 + pos: -48.5,34.5 parent: 2 - - uid: 10803 + - uid: 735 components: - type: Transform - pos: 26.5,59.5 + pos: -44.5,34.5 parent: 2 - - uid: 10825 + - uid: 736 components: - type: Transform - pos: 25.5,59.5 + pos: -42.5,34.5 parent: 2 - - uid: 10831 + - uid: 741 components: - type: Transform - pos: 25.5,57.5 + pos: -42.5,35.5 parent: 2 - - uid: 14091 + - uid: 744 components: - type: Transform - pos: -1.5,3.5 - parent: 14592 - - uid: 14097 + pos: -42.5,38.5 + parent: 2 + - uid: 745 components: - type: Transform - pos: -0.5,3.5 - parent: 14592 - - uid: 14100 + pos: -41.5,35.5 + parent: 2 + - uid: 746 components: - type: Transform - pos: -2.5,3.5 - parent: 14592 -- proto: SuitStorageHOS - entities: - - uid: 10508 + pos: -41.5,36.5 + parent: 2 + - uid: 747 components: - type: Transform - pos: 46.5,58.5 + pos: -41.5,37.5 parent: 2 -- proto: SuitStorageSec - entities: - - uid: 35036 + - uid: 748 components: - type: Transform - pos: 70.5,27.5 + pos: -41.5,38.5 parent: 2 - - uid: 35160 + - uid: 749 components: - type: Transform - pos: 66.5,43.5 + pos: -40.5,37.5 parent: 2 - - uid: 35161 + - uid: 750 components: - type: Transform - pos: 65.5,43.5 + pos: -40.5,38.5 parent: 2 - - uid: 35162 + - uid: 751 components: - type: Transform - pos: 76.5,35.5 + pos: -39.5,38.5 parent: 2 - - uid: 35175 + - uid: 752 components: - type: Transform - pos: 70.5,35.5 + pos: -39.5,40.5 parent: 2 - - uid: 35176 + - uid: 756 components: - type: Transform - pos: 71.5,35.5 + pos: -39.5,42.5 parent: 2 -- proto: SuitStorageWarden - entities: - - uid: 4243 + - uid: 757 components: - type: Transform - pos: 42.5,35.5 + pos: -39.5,41.5 parent: 2 -- proto: SurveillanceCameraCommand - entities: - - uid: 6186 + - uid: 759 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-34.5 + pos: -39.5,44.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: Спальня капитана - - uid: 6205 + - uid: 773 components: - type: Transform rot: -1.5707963267948966 rad - pos: -5.5,42.5 + pos: -26.5,44.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: Кабинет АВД - - uid: 11659 + - uid: 780 components: - type: Transform rot: -1.5707963267948966 rad - pos: 41.5,58.5 + pos: -27.5,44.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: Спальня ГСБ - - uid: 11681 + - uid: 820 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,-17.5 + pos: -59.5,33.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: Спальня ГВ - - uid: 11683 + - uid: 821 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,-16.5 + pos: -39.5,45.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: Кабинет ГВ - - uid: 11721 + - uid: 822 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-44.5 + pos: -39.5,46.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: Хранилище - - uid: 11723 + - uid: 823 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-44.5 + pos: -41.5,46.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: Кабинет ГП - - uid: 11725 + - uid: 824 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-36.5 + pos: -42.5,46.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: Зал брифинга - - uid: 11727 + - uid: 827 components: - type: Transform - pos: 6.5,-39.5 + pos: -43.5,38.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: Кабинет капитана - - uid: 11729 + - uid: 831 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-41.5 + pos: -56.5,49.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: ЕВА - - uid: 11730 + - uid: 832 components: - type: Transform - pos: -4.5,-31.5 + pos: -44.5,53.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: Западный мостик - - uid: 11731 + - uid: 833 components: - type: Transform - pos: 5.5,-31.5 + pos: -50.5,33.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: Восточный мостик - - uid: 11732 + - uid: 834 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-17.5 + pos: -52.5,33.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: Кабинет НР - - uid: 11746 + - uid: 835 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,-52.5 + pos: -53.5,33.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: Кабинет КМ - - uid: 11762 + - uid: 836 components: - type: Transform - pos: 58.5,-4.5 + pos: -54.5,33.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: КПП отбытия - - uid: 11778 + - uid: 837 components: - type: Transform - pos: -26.5,38.5 + pos: -6.5,-42.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: Генератор гравитации - - uid: 11784 + - uid: 838 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,18.5 + pos: -53.5,55.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: Кабинет СИ - - uid: 11818 + - uid: 839 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,34.5 + pos: -54.5,37.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: Врата - - uid: 14430 + - uid: 840 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,72.5 + pos: -53.5,37.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: телекомы - - uid: 27387 + - uid: 841 components: - type: Transform - pos: -84.5,77.5 + pos: -53.5,38.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: центральный ии - - uid: 36847 + - uid: 842 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,83.5 + pos: -52.5,38.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: маршрутизаторная - - uid: 36867 + - uid: 843 components: - type: Transform - rot: 3.141592653589793 rad - pos: -65.5,77.5 + pos: -50.5,38.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: склад ии -- proto: SurveillanceCameraEngineering - entities: - - uid: 11772 + - uid: 844 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,26.5 + pos: -49.5,38.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Комната отдыха инженеров - - uid: 11773 + - uid: 845 components: - type: Transform - pos: -52.5,23.5 + pos: -49.5,37.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Склад канистр - - uid: 11774 + - uid: 847 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,36.5 + pos: -49.5,35.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Комната отдыха атмоса - - uid: 11775 + - uid: 848 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,23.5 + pos: -44.5,38.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: ТЭГ - - uid: 11776 + - uid: 849 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,46.5 + pos: -45.5,38.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Атмос - - uid: 11777 + - uid: 850 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,37.5 + pos: -46.5,38.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Склад атмоса - - uid: 11779 + - uid: 851 components: - type: Transform - pos: -30.5,24.5 + pos: -47.5,38.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Приёмная инженеров - - uid: 11780 + - uid: 852 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,36.5 + pos: -48.5,38.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Приёмная - - uid: 11781 + - uid: 853 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,18.5 + pos: -55.5,33.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Инженерный склад - - uid: 11782 + - uid: 854 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,34.5 + pos: -55.5,32.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: ДАМ - - uid: 11783 + - uid: 855 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,27.5 + pos: -55.5,31.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Хранилище приборов - - uid: 11785 + - uid: 856 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,16.5 + pos: -55.5,30.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: СМЭСы - - uid: 11786 + - uid: 857 components: - type: Transform - pos: -24.5,20.5 + pos: -55.5,28.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Южный коридор - - uid: 11787 + - uid: 858 components: - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,31.5 + pos: -55.5,27.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Северный коридор - - uid: 11789 + - uid: 859 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,8.5 + pos: -55.5,26.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Хранилище плат - - uid: 11790 + - uid: 860 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,11.5 + pos: -55.5,25.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Суперматерия - - uid: 11791 + - uid: 861 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,13.5 + pos: -55.5,24.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Зал суперматерии - - uid: 13141 + - uid: 862 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,11.5 + pos: -55.5,23.5 parent: 2 - - uid: 29111 + - uid: 863 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,44.5 + pos: -55.5,22.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: приемная над ДАМом - - uid: 35474 + - uid: 864 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,18.5 + pos: -54.5,22.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: УЧ - - uid: 35475 + - uid: 865 components: - type: Transform - pos: 2.5,0.5 + pos: -53.5,22.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: сингулярность 2 - - uid: 35476 + - uid: 866 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,34.5 + pos: -52.5,22.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: конференц зал - - uid: 35477 + - uid: 867 components: - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,40.5 + pos: -51.5,22.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: ДАМ -- proto: SurveillanceCameraGeneral - entities: - - uid: 11810 + - uid: 868 components: - type: Transform - pos: 21.5,-54.5 + pos: -50.5,26.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Западные дорматории - - uid: 11822 + - uid: 869 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-48.5 + pos: -54.5,26.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Атриум - - uid: 11823 + - uid: 870 components: - type: Transform - pos: 33.5,-50.5 + pos: -55.5,20.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Восточные дорматории - - uid: 11826 + - uid: 871 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,-2.5 + pos: -55.5,19.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Отбытие - - uid: 11828 + - uid: 872 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-53.5 + pos: -56.5,19.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Игровой зал - - uid: 11829 + - uid: 873 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,9.5 + pos: -58.5,19.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Общая мастерская - - uid: 11830 + - uid: 874 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-68.5 + pos: -59.5,19.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Западной отбытие - - uid: 11831 + - uid: 875 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-68.5 + pos: -59.5,20.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Восточное отбытие - - uid: 11832 + - uid: 876 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-61.5 + pos: -59.5,21.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Отбытие - - uid: 11833 + - uid: 877 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-42.5 + pos: -59.5,22.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Коридор к мостику - - uid: 11834 + - uid: 878 components: - type: Transform - pos: 0.5,-55.5 + pos: -59.5,23.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Южный коридор - - uid: 11835 + - uid: 879 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-49.5 + pos: -58.5,23.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Коридор при дорматориях - - uid: 11836 + - uid: 880 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-39.5 + pos: -56.5,23.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Медицинский отдел - - uid: 11837 + - uid: 881 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,2.5 + pos: -59.5,24.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Восточный коридор - - uid: 11839 + - uid: 882 components: - type: Transform - pos: 34.5,28.5 + pos: -59.5,28.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Бриг - - uid: 11840 + - uid: 883 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,51.5 + pos: -59.5,29.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Библиотека - - uid: 11841 + - uid: 884 components: - type: Transform - pos: 2.5,52.5 + pos: -60.5,29.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Северный коридор - - uid: 11842 + - uid: 885 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,37.5 + pos: -59.5,30.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Коридор возле врат - - uid: 11843 + - uid: 886 components: - type: Transform - pos: -19.5,48.5 + pos: -59.5,31.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Сервисный отдел - - uid: 11844 + - uid: 887 components: - type: Transform - pos: -20.5,42.5 + pos: -59.5,32.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Серверная и генератор гравитации - - uid: 11845 + - uid: 888 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,33.5 + pos: -58.5,32.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Инженерный отдел - - uid: 11846 + - uid: 889 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,0.5 + pos: -56.5,32.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Западный коридор - - uid: 11847 + - uid: 890 components: - type: Transform - pos: -33.5,-41.5 + pos: -60.5,33.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: РНД и карго - - uid: 11848 + - uid: 891 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-22.5 + pos: -61.5,33.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Юго-западный коридор - - uid: 11849 + - uid: 892 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,-43.5 + pos: -61.5,32.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Туалет - - uid: 11907 + - uid: 893 components: - type: Transform - rot: 3.141592653589793 rad - pos: 62.5,25.5 + pos: -62.5,32.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Зал суда - - uid: 27005 + - uid: 894 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,50.5 + pos: -60.5,37.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Боксёрский ринг - - uid: 27069 + - uid: 895 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,3.5 + pos: -59.5,37.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Зона отдыха - - uid: 35502 + - uid: 896 components: - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,-5.5 + pos: -58.5,37.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: коридор цент моста - восток - - uid: 35503 + - uid: 897 components: - type: Transform - pos: 29.5,-7.5 + pos: -57.5,37.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: коридор цент моста - восток 2 - - uid: 35504 + - uid: 898 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-3.5 + pos: -56.5,37.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: центральный мост -- proto: SurveillanceCameraMedical - entities: - - uid: 6196 + - uid: 899 components: - type: Transform - pos: 32.5,-2.5 + pos: -55.5,37.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: Вирусология - - uid: 11652 + - uid: 903 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-24.5 + pos: -55.5,39.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: Склад лекарств - - uid: 11656 + - uid: 904 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,4.5 + pos: -56.5,39.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: Камеры вирусологии - - uid: 11671 + - uid: 905 components: - type: Transform - pos: 44.5,-16.5 + pos: -57.5,39.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: Морг - - uid: 11691 + - uid: 906 components: - type: Transform - pos: 22.5,-14.5 + pos: -58.5,39.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: Кабинет парамедика - - uid: 11697 + - uid: 907 components: - type: Transform - pos: 32.5,-26.5 + pos: -59.5,39.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: Криокапсулы - - uid: 11701 + - uid: 908 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-34.5 + pos: -59.5,40.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: Химия - - uid: 11704 + - uid: 909 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-22.5 + pos: -59.5,41.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: Первая палата - - uid: 11705 + - uid: 910 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,-22.5 + pos: -58.5,41.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: Вторая палата - - uid: 11709 + - uid: 911 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,-26.5 + pos: -57.5,41.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: Стазисные кровати - - uid: 11715 + - uid: 912 components: - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,-28.5 + pos: -56.5,41.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: Приёмная - - uid: 11754 + - uid: 913 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-57.5 + pos: -55.5,41.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: Медблок прибытия - - uid: 11755 + - uid: 914 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-42.5 + pos: -62.5,31.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: Кабинет психолога - - uid: 11756 + - uid: 915 components: - type: Transform - pos: 45.5,-44.5 + pos: -62.5,30.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: Камеры психолога - - uid: 11760 + - uid: 916 components: - type: Transform - pos: 47.5,-37.5 + pos: -62.5,29.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: Комната отдыха - - uid: 35498 + - uid: 917 components: - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,-9.5 + pos: -63.5,31.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: операционная - - uid: 35499 + - uid: 920 components: - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-9.5 + pos: -64.5,31.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: морг - - uid: 35500 + - uid: 921 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-13.5 + pos: -64.5,29.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: коридо морга -- proto: SurveillanceCameraRouterCommand - entities: - - uid: 24438 + - uid: 923 components: - type: Transform - pos: -73.5,78.5 + pos: -64.5,28.5 parent: 2 -- proto: SurveillanceCameraRouterConstructed - entities: - - uid: 26202 + - uid: 924 components: - type: Transform - pos: -70.5,87.5 + pos: -64.5,27.5 parent: 2 - - uid: 30682 + - uid: 925 components: - type: Transform - pos: -73.5,85.5 + pos: -67.5,27.5 parent: 2 -- proto: SurveillanceCameraRouterEngineering - entities: - - uid: 24494 + - uid: 933 components: - type: Transform - pos: -70.5,77.5 + pos: -67.5,21.5 parent: 2 -- proto: SurveillanceCameraRouterGeneral - entities: - - uid: 24749 + - uid: 934 components: - type: Transform - pos: -78.5,85.5 + pos: -67.5,20.5 parent: 2 -- proto: SurveillanceCameraRouterMedical - entities: - - uid: 26049 + - uid: 935 components: - type: Transform - pos: -78.5,77.5 + pos: -67.5,19.5 parent: 2 -- proto: SurveillanceCameraRouterScience - entities: - - uid: 24391 + - uid: 936 components: - type: Transform - pos: -78.5,79.5 + pos: -66.5,19.5 parent: 2 -- proto: SurveillanceCameraRouterSecurity - entities: - - uid: 24548 + - uid: 937 components: - type: Transform - pos: -70.5,79.5 + pos: -65.5,19.5 parent: 2 -- proto: SurveillanceCameraRouterService - entities: - - uid: 26920 + - uid: 938 components: - type: Transform - pos: -78.5,87.5 + pos: -64.5,19.5 parent: 2 -- proto: SurveillanceCameraRouterSupply - entities: - - uid: 26918 + - uid: 939 components: - type: Transform - pos: -75.5,86.5 + pos: -63.5,19.5 parent: 2 -- proto: SurveillanceCameraScience - entities: - - uid: 11733 + - uid: 940 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,-28.5 + pos: -62.5,19.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraScience - nameSet: True - id: Генератор аномалий - - uid: 11734 + - uid: 941 components: - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-22.5 + pos: -61.5,19.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraScience - nameSet: True - id: Зона отдыха - - uid: 11735 + - uid: 942 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-14.5 + pos: -60.5,19.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraScience - nameSet: True - id: Ксеноархеология - - uid: 11736 + - uid: 943 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-9.5 + pos: -67.5,17.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraScience - nameSet: True - id: Склад канистр газов - - uid: 11737 + - uid: 944 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-30.5 + pos: -66.5,17.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraScience - nameSet: True - id: Приёмная - - uid: 11738 + - uid: 945 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-38.5 + pos: -65.5,17.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraScience - nameSet: True - id: Робототехника - - uid: 11740 + - uid: 946 components: - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,-33.5 + pos: -53.5,39.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraScience - nameSet: True - id: Зона тестирования - - uid: 11741 + - uid: 953 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,-26.5 + pos: -19.5,67.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraScience - nameSet: True - id: Химическая лаборатория - - uid: 11743 + - uid: 955 components: - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,-24.5 + pos: -59.5,49.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraScience - nameSet: True - id: Коридор -- proto: SurveillanceCameraSecurity - entities: - - uid: 6210 + - uid: 958 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,39.5 + pos: -88.5,70.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Первый блок камер - - uid: 6214 + - uid: 959 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-57.5 + pos: -90.5,70.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: КПП прибытия - - uid: 6215 + - uid: 972 components: - type: Transform - pos: 64.5,5.5 + pos: -59.5,42.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Отбытие СБ - - uid: 11616 + - uid: 973 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,17.5 + pos: -59.5,43.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Склад барьеров - - uid: 11618 + - uid: 974 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,55.5 + pos: -59.5,44.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Медблок СБ - - uid: 11621 + - uid: 975 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,45.5 + pos: -59.5,45.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Зал брифинга - - uid: 11624 + - uid: 976 components: - type: Transform - pos: 33.5,22.5 + pos: -59.5,46.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Кабинет смотрителя - - uid: 11626 + - uid: 977 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,17.5 + pos: -59.5,47.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Комната улик - - uid: 11627 + - uid: 980 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,24.5 + rot: -1.5707963267948966 rad + pos: 6.5,12.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Тир - - uid: 11630 + - uid: 981 components: - type: Transform rot: -1.5707963267948966 rad - pos: 21.5,30.5 + pos: 6.5,-1.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Комната отдыха - - uid: 11632 + - uid: 984 components: - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,20.5 + pos: -58.5,47.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Раздевалка - - uid: 11633 + - uid: 985 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,23.5 + pos: -57.5,47.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Коридор южного блока - - uid: 11634 + - uid: 986 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,33.5 + pos: -56.5,47.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Оружейная - - uid: 11635 + - uid: 987 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,29.5 + pos: -55.5,47.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Допросная - - uid: 11645 + - uid: 988 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,58.5 + pos: -58.5,45.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Склад снаряжения - - uid: 11653 + - uid: 989 components: - type: Transform - pos: 33.5,61.5 + pos: -57.5,45.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Атриум - - uid: 11657 + - uid: 990 components: - type: Transform - pos: 40.5,19.5 + pos: -56.5,45.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Кабинет детектива - - uid: 11658 + - uid: 991 components: - type: Transform - pos: 29.5,52.5 + pos: -55.5,45.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Коридор к пермабригу - - uid: 11660 + - uid: 992 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,52.5 + pos: -58.5,43.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Кабинет ГСБ - - uid: 11661 + - uid: 993 components: - type: Transform - pos: 23.5,57.5 + pos: -57.5,43.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Вход в пермабриг - - uid: 11662 + - uid: 994 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,67.5 + pos: -56.5,43.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Пермабриг - - uid: 11663 + - uid: 995 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,67.5 + pos: -55.5,43.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Гидропоника пермабрига - - uid: 11664 + - uid: 1005 components: - type: Transform - pos: 15.5,69.5 + pos: -43.5,46.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Кухня пермабрига - - uid: 11666 + - uid: 1008 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,40.5 + pos: -42.5,47.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Бриг - - uid: 11668 + - uid: 1009 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,47.5 + pos: -42.5,49.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Второй блок камер - - uid: 11673 + - uid: 1010 components: - type: Transform - rot: 3.141592653589793 rad - pos: 58.5,5.5 + pos: -47.5,50.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: КПП отбытия - - uid: 11674 + - uid: 1011 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-26.5 + pos: -47.5,52.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: КПП медблока - - uid: 11677 + - uid: 1013 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,48.5 + pos: -47.5,54.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: КПП бара - - uid: 11912 + - uid: 1014 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,23.5 + pos: -47.5,53.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Зал суда - - uid: 27199 + - uid: 1015 components: - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,38.5 + pos: -47.5,51.5 parent: 2 - - uid: 35467 + - uid: 1019 components: - type: Transform - rot: 3.141592653589793 rad - pos: 63.5,31.5 + pos: -49.5,55.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: саперная - - uid: 35468 + - uid: 1022 components: - type: Transform - rot: 3.141592653589793 rad - pos: 70.5,31.5 + rot: -1.5707963267948966 rad + pos: -53.5,51.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: комната пилота СБ - - uid: 35469 + - uid: 1025 components: - type: Transform - rot: 3.141592653589793 rad - pos: 68.5,35.5 + pos: -59.5,48.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: коридор доков СБ 1 - - uid: 35470 + - uid: 1030 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,40.5 + pos: -57.5,49.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: коридор доков СБ 2 - - uid: 35471 + - uid: 1032 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,35.5 + pos: -46.5,54.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: коридор допросной - - uid: 35472 + - uid: 1034 components: - type: Transform - pos: 57.5,49.5 + pos: -42.5,55.5 parent: 2 - - uid: 35473 + - uid: 1035 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,42.5 + pos: -42.5,56.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: коридор комнаты казни -- proto: SurveillanceCameraService - entities: - - uid: 11649 + - uid: 1036 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,61.5 + pos: -41.5,56.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Гидропоника - - uid: 11759 + - uid: 1037 components: - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,-12.5 + pos: -41.5,57.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Церковь - - uid: 11763 + - uid: 1039 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,13.5 + pos: -39.5,57.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Кладовка - - uid: 11767 + - uid: 1040 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,49.5 + pos: -39.5,58.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Игровой зал библиотеки - - uid: 11792 + - uid: 1041 components: - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,58.5 + pos: -38.5,58.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Комната клоуна - - uid: 11793 + - uid: 1042 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,60.5 + pos: -38.5,59.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Комната мима - - uid: 11794 + - uid: 1043 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,64.5 + pos: -37.5,59.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Кухня - - uid: 11796 + - uid: 1044 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,66.5 + pos: -36.5,59.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Бар - - uid: 11799 + - uid: 1092 components: - type: Transform - pos: 2.5,56.5 + pos: -29.5,63.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Столовая - - uid: 11800 + - uid: 1093 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,31.5 + pos: -29.5,64.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Кабинет репортёра - - uid: 11825 + - uid: 1094 components: - type: Transform - pos: 58.5,-23.5 + pos: -28.5,64.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Кабинет священника - - uid: 25170 + - uid: 1095 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,43.5 + pos: -27.5,64.5 parent: 2 -- proto: SurveillanceCameraSupply - entities: - - uid: 7838 + - uid: 1096 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-38.5 + pos: -27.5,65.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSupply - nameSet: True - id: Приёмная - - uid: 11744 + - uid: 1097 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,-48.5 + pos: -26.5,65.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSupply - nameSet: True - id: Утилизаторы - - uid: 11745 + - uid: 1098 components: - type: Transform - pos: -59.5,-33.5 + pos: -25.5,65.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSupply - nameSet: True - id: Зона отдыха - - uid: 11751 + - uid: 1099 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,-44.5 + pos: -24.5,65.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSupply - nameSet: True - id: Почта - - uid: 11752 + - uid: 1100 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,-41.5 + pos: -23.5,65.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSupply - nameSet: True - id: Карго - - uid: 11753 + - uid: 1113 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,-33.5 + pos: -21.5,65.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSupply - nameSet: True - id: Склад -- proto: SurveillanceCameraWirelessRouterConstructed - entities: - - uid: 24508 + - uid: 1114 components: - type: Transform - pos: -70.5,85.5 + pos: -24.5,66.5 parent: 2 -- proto: SurveillanceCameraWirelessRouterEntertainment - entities: - - uid: 26572 + - uid: 1115 components: - type: Transform - pos: -73.5,87.5 + pos: -24.5,67.5 parent: 2 -- proto: SurveillanceWirelessCameraAnchoredCircuitboard - entities: - - uid: 35668 + - uid: 1116 components: - type: Transform - pos: -88.513374,77.53128 + pos: -25.5,67.5 parent: 2 -- proto: SurveillanceWirelessCameraAnchoredEntertainment - entities: - - uid: 8560 + - uid: 1117 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,31.5 + pos: -26.5,67.5 parent: 2 -- proto: SurveillanceWirelessCameraMovableEntertainment - entities: - - uid: 8557 + - uid: 1118 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,29.5 + pos: -26.5,68.5 parent: 2 - - uid: 8558 + - uid: 1119 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,30.5 + pos: -26.5,69.5 parent: 2 -- proto: SynthesizerInstrument - entities: - - uid: 14105 + - uid: 1120 components: - type: Transform - pos: -16.413277,-66.33077 + pos: -24.5,69.5 parent: 2 -- proto: Syringe - entities: - - uid: 8928 + - uid: 1121 components: - - type: MetaData - name: шприц (снотворное) - type: Transform - parent: 8926 - - type: Tag - tags: - - Syringe - - type: SolutionContainerManager - solutions: - injector: - temperature: 293.15 - canMix: False - canReact: True - maxVol: 15 - name: null - reagents: - - data: null - ReagentId: ChloralHydrate - Quantity: 15 - - type: Physics - canCollide: False - - uid: 11597 + pos: -20.5,69.5 + parent: 2 + - uid: 1122 components: - - type: MetaData - name: шприц (успокоительное) - type: Transform - parent: 11264 - - type: Tag - tags: - - Syringe - - type: SolutionContainerManager - solutions: - injector: - temperature: 293.15 - canMix: False - canReact: True - maxVol: 15 - name: null - reagents: - - data: null - ReagentId: THC - Quantity: 7.5 - - data: null - ReagentId: Pax - Quantity: 7.5 - - type: Physics - canCollide: False - - uid: 11602 + pos: -20.5,68.5 + parent: 2 + - uid: 1123 components: - - type: MetaData - name: шприц (успокоительное) - type: Transform - parent: 11264 - - type: Tag - tags: - - Syringe - - type: SolutionContainerManager - solutions: - injector: - temperature: 293.15 - canMix: False - canReact: True - maxVol: 15 - name: null - reagents: - - data: null - ReagentId: THC - Quantity: 7.5 - - data: null - ReagentId: Pax - Quantity: 7.5 - - type: Physics - canCollide: False - - uid: 11603 + pos: -20.5,67.5 + parent: 2 + - uid: 1124 components: - - type: MetaData - name: шприц (успокоительное) - type: Transform - parent: 11264 - - type: Tag - tags: - - Syringe - - type: SolutionContainerManager - solutions: - injector: - temperature: 293.15 - canMix: False - canReact: True - maxVol: 15 - name: null - reagents: - - data: null - ReagentId: THC - Quantity: 7.5 - - data: null - ReagentId: Pax - Quantity: 7.5 - - type: Physics - canCollide: False - - uid: 33180 + pos: -20.5,66.5 + parent: 2 + - uid: 1125 components: - type: Transform - pos: 30.415382,-26.31756 + pos: -21.5,66.5 parent: 2 - - uid: 33181 + - uid: 1138 components: - type: Transform - pos: 30.540382,-26.489435 + pos: 15.5,-48.5 parent: 2 - - uid: 35585 + - uid: 1139 components: - type: Transform - pos: 30.725319,-17.48629 + pos: 17.5,-48.5 parent: 2 -- proto: SyringeInaprovaline - entities: - - uid: 6699 + - uid: 1140 components: - type: Transform - pos: 19.69783,-28.419456 + pos: 17.5,-47.5 parent: 2 -- proto: Table - entities: - - uid: 58 + - uid: 1146 components: - type: Transform - pos: 40.5,-10.5 + pos: -18.5,67.5 parent: 2 - - uid: 1355 + - uid: 1147 components: - type: Transform - pos: -51.5,-16.5 + pos: -18.5,68.5 parent: 2 - - uid: 1408 + - uid: 1156 components: - type: Transform - pos: 48.5,-9.5 + pos: -9.5,69.5 parent: 2 - - uid: 1503 + - uid: 1157 components: - type: Transform - pos: -61.5,-30.5 + pos: -10.5,69.5 parent: 2 - - uid: 2789 + - uid: 1158 components: - type: Transform - pos: 40.5,-11.5 + pos: -11.5,69.5 parent: 2 - - uid: 3246 + - uid: 1159 components: - type: Transform - pos: -35.5,-31.5 + pos: -12.5,69.5 parent: 2 - - uid: 3271 + - uid: 1160 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,-16.5 + pos: -13.5,69.5 parent: 2 - - uid: 3847 + - uid: 1163 components: - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,40.5 + pos: -15.5,68.5 parent: 2 - - uid: 4898 + - uid: 1164 components: - type: Transform - pos: -21.5,-21.5 + pos: -16.5,68.5 parent: 2 - - uid: 5019 + - uid: 1165 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-14.5 + pos: -17.5,68.5 parent: 2 - - uid: 5020 + - uid: 1168 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-18.5 + pos: -14.5,69.5 parent: 2 - - uid: 5021 + - uid: 1172 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-18.5 + pos: -4.5,70.5 parent: 2 - - uid: 5034 + - uid: 1173 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-27.5 + pos: -5.5,70.5 parent: 2 - - uid: 5035 + - uid: 1174 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-28.5 + pos: -9.5,70.5 parent: 2 - - uid: 5036 + - uid: 1175 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,-28.5 + pos: -8.5,70.5 parent: 2 - - uid: 5037 + - uid: 1176 components: - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,-28.5 + pos: -55.5,18.5 parent: 2 - - uid: 5047 + - uid: 1177 components: - type: Transform - pos: -11.5,-22.5 + pos: -55.5,17.5 parent: 2 - - uid: 5048 + - uid: 1178 components: - type: Transform - pos: -10.5,-22.5 + pos: -55.5,16.5 parent: 2 - - uid: 5049 + - uid: 1179 components: - type: Transform - pos: -10.5,-23.5 + pos: -56.5,16.5 parent: 2 - - uid: 5050 + - uid: 1180 components: - type: Transform - pos: -10.5,-24.5 + pos: -57.5,16.5 parent: 2 - - uid: 5053 + - uid: 1181 components: - type: Transform - pos: -13.5,-22.5 + pos: -56.5,15.5 parent: 2 - - uid: 5079 + - uid: 1182 components: - type: Transform - pos: -32.5,-12.5 + pos: -57.5,15.5 parent: 2 - - uid: 5080 + - uid: 1183 components: - type: Transform - pos: -31.5,-12.5 + pos: -57.5,14.5 parent: 2 - - uid: 5162 + - uid: 1184 components: - type: Transform - pos: -31.5,-28.5 + pos: -57.5,13.5 parent: 2 - - uid: 5163 + - uid: 1185 components: - type: Transform - pos: -30.5,-28.5 + pos: -57.5,12.5 parent: 2 - - uid: 5164 + - uid: 1187 components: - type: Transform - pos: -30.5,-29.5 + pos: -57.5,10.5 parent: 2 - - uid: 5166 + - uid: 1188 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-32.5 + pos: -57.5,9.5 parent: 2 - - uid: 5168 + - uid: 1189 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,-31.5 + pos: -64.5,15.5 parent: 2 - - uid: 5169 + - uid: 1193 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,-31.5 + pos: -68.5,15.5 parent: 2 - - uid: 5171 + - uid: 1194 components: - type: Transform - pos: -27.5,-33.5 + pos: -68.5,16.5 parent: 2 - - uid: 5174 + - uid: 1195 components: - type: Transform - pos: -26.5,-33.5 + pos: -68.5,17.5 parent: 2 - - uid: 5175 + - uid: 1196 components: - type: Transform - pos: -26.5,-32.5 + pos: -64.5,10.5 parent: 2 - - uid: 5232 + - uid: 1198 components: - type: Transform - pos: -24.5,-17.5 + pos: -64.5,12.5 parent: 2 - - uid: 5307 + - uid: 1199 components: - type: Transform - pos: -20.5,-44.5 + pos: -64.5,13.5 parent: 2 - - uid: 5308 + - uid: 1200 components: - type: Transform - pos: -20.5,-43.5 + pos: -64.5,14.5 parent: 2 - - uid: 5309 + - uid: 1201 components: - type: Transform - pos: -19.5,-43.5 + pos: -64.5,9.5 parent: 2 - - uid: 5310 + - uid: 1202 components: - type: Transform - pos: -17.5,-45.5 + pos: -64.5,8.5 parent: 2 - - uid: 5311 + - uid: 1203 components: - type: Transform - pos: -14.5,-43.5 + pos: -64.5,7.5 parent: 2 - - uid: 5321 + - uid: 1204 components: - type: Transform - pos: -31.5,-31.5 + pos: -68.5,10.5 parent: 2 - - uid: 5322 + - uid: 1205 components: - type: Transform - pos: -30.5,-31.5 + pos: -68.5,9.5 parent: 2 - - uid: 5329 + - uid: 1206 components: - type: Transform - pos: -43.5,-21.5 + pos: -68.5,12.5 parent: 2 - - uid: 5330 + - uid: 1207 components: - type: Transform - pos: -43.5,-22.5 + pos: -68.5,11.5 parent: 2 - - uid: 5331 + - uid: 1208 components: - type: Transform - pos: -42.5,-22.5 + pos: -68.5,8.5 parent: 2 - - uid: 5333 + - uid: 1209 components: - type: Transform - pos: -40.5,-22.5 + pos: -77.5,54.5 parent: 2 - - uid: 5335 + - uid: 1212 components: - type: Transform - pos: -40.5,-17.5 + pos: -68.5,7.5 parent: 2 - - uid: 5336 + - uid: 1213 components: - type: Transform - pos: -39.5,-17.5 + pos: -68.5,13.5 parent: 2 - - uid: 5337 + - uid: 1214 components: - type: Transform - pos: -38.5,-17.5 + pos: -68.5,14.5 parent: 2 - - uid: 5338 + - uid: 1215 components: - type: Transform - pos: -38.5,-18.5 + pos: -69.5,9.5 parent: 2 - - uid: 5339 + - uid: 1216 components: - type: Transform - pos: -42.5,-19.5 + pos: -69.5,8.5 parent: 2 - - uid: 5480 + - uid: 1217 components: - type: Transform - pos: -42.5,-36.5 + pos: -69.5,7.5 parent: 2 - - uid: 5481 + - uid: 1219 components: - type: Transform - pos: -43.5,-36.5 + pos: -69.5,5.5 parent: 2 - - uid: 5482 + - uid: 1220 components: - type: Transform - pos: -36.5,-44.5 + pos: -69.5,4.5 parent: 2 - - uid: 5483 + - uid: 1221 components: - type: Transform - pos: -36.5,-45.5 + pos: -68.5,4.5 parent: 2 - - uid: 5502 + - uid: 1222 components: - type: Transform - pos: -37.5,-50.5 + pos: -67.5,4.5 parent: 2 - - uid: 5503 + - uid: 1223 components: - type: Transform - pos: -36.5,-50.5 + pos: -66.5,4.5 parent: 2 - - uid: 5504 + - uid: 1224 components: - type: Transform - pos: -36.5,-51.5 + pos: -65.5,4.5 parent: 2 - - uid: 5505 + - uid: 1225 components: - type: Transform - pos: -40.5,-50.5 + pos: -64.5,4.5 parent: 2 - - uid: 5531 + - uid: 1226 components: - type: Transform - pos: -60.5,-30.5 + pos: -63.5,4.5 parent: 2 - - uid: 5532 + - uid: 1227 components: - type: Transform - pos: -61.5,-32.5 + pos: -62.5,4.5 parent: 2 - - uid: 5533 + - uid: 1228 components: - type: Transform - pos: -61.5,-33.5 + pos: -57.5,8.5 parent: 2 - - uid: 5534 + - uid: 1229 components: - type: Transform - pos: -60.5,-33.5 + pos: -57.5,7.5 parent: 2 - - uid: 5535 + - uid: 1230 components: - type: Transform - pos: -59.5,-33.5 + pos: -57.5,6.5 parent: 2 - - uid: 5550 + - uid: 1231 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-48.5 + pos: -57.5,5.5 parent: 2 - - uid: 5551 + - uid: 1232 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-47.5 + pos: -57.5,4.5 parent: 2 - - uid: 5552 + - uid: 1233 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-46.5 + pos: -58.5,4.5 parent: 2 - - uid: 5553 + - uid: 1234 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-44.5 + pos: -60.5,4.5 parent: 2 - - uid: 5558 + - uid: 1235 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-48.5 + pos: -61.5,4.5 parent: 2 - - uid: 5818 + - uid: 1244 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,28.5 + pos: -69.5,3.5 parent: 2 - - uid: 6187 + - uid: 1253 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,55.5 + pos: -79.5,54.5 parent: 2 - - uid: 6188 + - uid: 1255 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,55.5 + pos: -78.5,54.5 parent: 2 - - uid: 6197 + - uid: 1262 components: - type: Transform - pos: -24.5,59.5 + pos: -53.5,10.5 parent: 2 - - uid: 6202 + - uid: 1263 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,56.5 + pos: -53.5,9.5 parent: 2 - - uid: 6316 + - uid: 1264 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,18.5 + pos: -54.5,9.5 parent: 2 - - uid: 6611 + - uid: 1269 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-22.5 + pos: -57.5,-11.5 parent: 2 - - uid: 6612 + - uid: 1273 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-22.5 + pos: -69.5,-5.5 parent: 2 - - uid: 6613 + - uid: 1275 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-22.5 + pos: -63.5,-22.5 parent: 2 - - uid: 6614 + - uid: 1277 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-23.5 + pos: -61.5,-9.5 parent: 2 - - uid: 6623 + - uid: 1278 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-27.5 + pos: -76.5,54.5 parent: 2 - - uid: 6624 + - uid: 1279 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-27.5 + pos: -67.5,-2.5 parent: 2 - - uid: 6625 + - uid: 1280 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-27.5 + pos: -70.5,76.5 parent: 2 - - uid: 6660 + - uid: 1283 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,-23.5 + pos: -69.5,-8.5 parent: 2 - - uid: 6665 + - uid: 1284 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,-23.5 + pos: -68.5,-8.5 parent: 2 - - uid: 6673 + - uid: 1289 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,-23.5 + pos: -67.5,-5.5 parent: 2 - - uid: 6674 + - uid: 1290 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-23.5 + pos: -69.5,-2.5 parent: 2 - - uid: 6684 + - uid: 1292 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-28.5 + pos: -69.5,-4.5 parent: 2 - - uid: 6713 + - uid: 1293 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,-26.5 + pos: -69.5,-1.5 parent: 2 - - uid: 6860 + - uid: 1294 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-12.5 + pos: -90.5,62.5 parent: 2 - - uid: 6863 + - uid: 1295 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-11.5 + pos: -68.5,-9.5 parent: 2 - - uid: 6865 + - uid: 1296 components: - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-11.5 + pos: -68.5,-10.5 parent: 2 - - uid: 6866 + - uid: 1303 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,-11.5 + pos: -54.5,-18.5 parent: 2 - - uid: 6867 + - uid: 1305 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,-14.5 + pos: -68.5,-14.5 parent: 2 - - uid: 6868 + - uid: 1306 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-14.5 + pos: -67.5,-14.5 parent: 2 - - uid: 6869 + - uid: 1307 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,-14.5 + pos: -67.5,-15.5 parent: 2 - - uid: 6898 + - uid: 1308 components: - type: Transform - pos: 24.5,-14.5 + pos: -67.5,-16.5 parent: 2 - - uid: 6903 + - uid: 1309 components: - type: Transform - pos: 19.5,-14.5 + pos: -67.5,-17.5 parent: 2 - - uid: 6998 + - uid: 1310 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-18.5 + pos: -67.5,-18.5 parent: 2 - - uid: 7017 + - uid: 1311 components: - type: Transform - pos: 29.5,0.5 + pos: -68.5,-18.5 parent: 2 - - uid: 7018 + - uid: 1312 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,-0.5 + pos: -68.5,-22.5 parent: 2 - - uid: 7019 + - uid: 1313 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,0.5 + pos: -67.5,-22.5 parent: 2 - - uid: 7020 + - uid: 1314 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,0.5 + pos: -65.5,-22.5 parent: 2 - - uid: 7022 + - uid: 1315 components: - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,0.5 + pos: -64.5,-22.5 parent: 2 - - uid: 7023 + - uid: 1316 components: - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,0.5 + pos: -64.5,-21.5 parent: 2 - - uid: 7024 + - uid: 1317 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,0.5 + pos: -64.5,-19.5 parent: 2 - - uid: 7025 + - uid: 1318 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-0.5 + pos: -64.5,-18.5 parent: 2 - - uid: 7064 + - uid: 1319 components: - type: Transform - pos: 29.5,3.5 + pos: -65.5,-18.5 parent: 2 - - uid: 7066 + - uid: 1320 components: - type: Transform - pos: 32.5,2.5 + pos: -66.5,-18.5 parent: 2 - - uid: 7067 + - uid: 1330 components: - type: Transform - pos: 32.5,3.5 + pos: -53.5,-18.5 parent: 2 - - uid: 7068 + - uid: 1332 components: - type: Transform - pos: 29.5,2.5 + pos: -57.5,-28.5 parent: 2 - - uid: 7069 + - uid: 1333 components: - type: Transform - pos: 29.5,5.5 + pos: -59.5,-18.5 parent: 2 - - uid: 7075 + - uid: 1346 components: - type: Transform - pos: 32.5,6.5 + pos: -54.5,-4.5 parent: 2 - - uid: 7076 + - uid: 1347 components: - type: Transform - pos: 32.5,5.5 + pos: -54.5,-3.5 parent: 2 - - uid: 7081 + - uid: 1348 components: - type: Transform - pos: 29.5,6.5 + pos: -54.5,-2.5 parent: 2 - - uid: 7095 + - uid: 1349 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,-34.5 + pos: -54.5,-1.5 parent: 2 - - uid: 7096 + - uid: 1350 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,-34.5 + pos: -54.5,-0.5 parent: 2 - - uid: 7097 + - uid: 1353 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,-34.5 + pos: -88.5,60.5 parent: 2 - - uid: 7098 + - uid: 1358 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,-35.5 + pos: -58.5,-10.5 parent: 2 - - uid: 7316 + - uid: 1359 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,26.5 + pos: -57.5,-6.5 parent: 2 - - uid: 7317 + - uid: 1360 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,26.5 + pos: -54.5,0.5 parent: 2 - - uid: 7318 + - uid: 1361 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,26.5 + pos: -54.5,1.5 parent: 2 - - uid: 7319 + - uid: 1362 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,26.5 + pos: -54.5,2.5 parent: 2 - - uid: 7320 + - uid: 1363 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,25.5 + pos: -54.5,3.5 parent: 2 - - uid: 7998 + - uid: 1364 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,23.5 + pos: -54.5,4.5 parent: 2 - - uid: 7999 + - uid: 1365 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,22.5 + pos: -54.5,5.5 parent: 2 - - uid: 8115 + - uid: 1366 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,18.5 + pos: -54.5,6.5 parent: 2 - - uid: 8116 + - uid: 1367 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,17.5 + pos: -54.5,7.5 parent: 2 - - uid: 8242 + - uid: 1368 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,56.5 + pos: -54.5,8.5 parent: 2 - - uid: 8243 + - uid: 1369 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,59.5 + pos: -54.5,-7.5 parent: 2 - - uid: 8245 + - uid: 1370 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,61.5 + pos: -54.5,-6.5 parent: 2 - - uid: 8267 + - uid: 1371 components: - type: Transform - pos: 40.5,-9.5 + pos: -54.5,-8.5 parent: 2 - - uid: 8297 + - uid: 1372 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,-16.5 + pos: -57.5,-10.5 parent: 2 - - uid: 8404 + - uid: 1373 components: - type: Transform - rot: 3.141592653589793 rad - pos: 72.5,0.5 + pos: -89.5,60.5 parent: 2 - - uid: 8425 + - uid: 1374 components: - type: Transform - pos: -63.5,7.5 + pos: -58.5,-25.5 parent: 2 - - uid: 8428 + - uid: 1378 components: - type: Transform - pos: -63.5,14.5 + pos: -53.5,-8.5 parent: 2 - - uid: 8563 + - uid: 1379 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,55.5 + pos: -53.5,-9.5 parent: 2 - - uid: 8567 + - uid: 1380 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,53.5 + pos: -53.5,-10.5 parent: 2 - - uid: 8817 + - uid: 1387 components: - type: Transform - pos: -66.5,11.5 + pos: -58.5,80.5 parent: 2 - - uid: 8828 + - uid: 1395 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,4.5 + pos: -67.5,-24.5 parent: 2 - - uid: 8847 + - uid: 1396 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,4.5 + pos: -66.5,-24.5 parent: 2 - - uid: 8887 + - uid: 1397 components: - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-16.5 + pos: -65.5,-24.5 parent: 2 - - uid: 8967 + - uid: 1398 components: - type: Transform - pos: -26.5,64.5 + pos: -65.5,-23.5 parent: 2 - - uid: 9460 + - uid: 1399 components: - type: Transform - pos: 29.5,-3.5 + pos: -64.5,-24.5 parent: 2 - - uid: 9533 + - uid: 1400 components: - type: Transform - pos: -33.5,9.5 + pos: -64.5,-25.5 parent: 2 - - uid: 9534 + - uid: 1401 components: - type: Transform - pos: -32.5,9.5 + pos: -64.5,-26.5 parent: 2 - - uid: 9535 + - uid: 1402 components: - type: Transform - pos: -31.5,9.5 + pos: -64.5,-27.5 parent: 2 - - uid: 9536 + - uid: 1405 components: - type: Transform - pos: -30.5,9.5 + pos: -75.5,88.5 parent: 2 - - uid: 9537 + - uid: 1410 components: - type: Transform - pos: -29.5,9.5 + rot: 3.141592653589793 rad + pos: -50.5,-22.5 parent: 2 - - uid: 9538 + - uid: 1418 components: - type: Transform - pos: -28.5,9.5 + pos: -63.5,-28.5 parent: 2 - - uid: 9539 + - uid: 1419 components: - type: Transform - pos: -33.5,8.5 + pos: -63.5,-29.5 parent: 2 - - uid: 9540 + - uid: 1420 components: - type: Transform - pos: -31.5,7.5 + pos: -62.5,-29.5 parent: 2 - - uid: 9541 + - uid: 1421 components: - type: Transform - pos: -30.5,7.5 + pos: -53.5,-11.5 parent: 2 - - uid: 9576 + - uid: 1422 components: - type: Transform - pos: 45.5,40.5 + pos: -53.5,-12.5 parent: 2 - - uid: 9578 + - uid: 1423 components: - type: Transform - pos: 44.5,40.5 + pos: -53.5,-13.5 parent: 2 - - uid: 9579 + - uid: 1424 components: - type: Transform - pos: 44.5,44.5 + pos: -52.5,-13.5 parent: 2 - - uid: 9580 + - uid: 1425 components: - type: Transform - pos: 45.5,44.5 + pos: -52.5,-14.5 parent: 2 - - uid: 9688 + - uid: 1426 components: - type: Transform - pos: 53.5,29.5 + pos: -68.5,-5.5 parent: 2 - - uid: 9689 + - uid: 1427 components: - type: Transform - pos: 53.5,28.5 + pos: -62.5,-30.5 parent: 2 - - uid: 9824 + - uid: 1428 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,71.5 + pos: -60.5,-34.5 parent: 2 - - uid: 9854 + - uid: 1429 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,71.5 + pos: -59.5,-34.5 parent: 2 - - uid: 9855 + - uid: 1430 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,71.5 + pos: -58.5,-34.5 parent: 2 - - uid: 9856 + - uid: 1431 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,71.5 + pos: -57.5,-34.5 parent: 2 - - uid: 9857 + - uid: 1437 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,71.5 + pos: -56.5,-34.5 parent: 2 - - uid: 9898 + - uid: 1438 components: - type: Transform - pos: 22.5,43.5 + pos: -57.5,-35.5 parent: 2 - - uid: 9904 + - uid: 1439 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,70.5 + pos: -56.5,-35.5 parent: 2 - - uid: 9905 + - uid: 1440 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,70.5 + pos: -55.5,-35.5 parent: 2 - - uid: 9906 + - uid: 1441 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,71.5 + pos: -54.5,-35.5 parent: 2 - - uid: 9984 + - uid: 1442 components: - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,-55.5 + pos: -58.5,-6.5 parent: 2 - - uid: 9989 + - uid: 1452 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-55.5 + pos: 40.5,16.5 parent: 2 - - uid: 10012 + - uid: 1456 components: - type: Transform - pos: 39.5,54.5 + pos: -62.5,-5.5 parent: 2 - - uid: 10013 + - uid: 1457 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,40.5 + pos: -52.5,-15.5 parent: 2 - - uid: 10133 + - uid: 1458 components: - type: Transform - pos: 38.5,54.5 + pos: -52.5,-16.5 parent: 2 - - uid: 10246 + - uid: 1459 components: - type: Transform - pos: 43.5,40.5 + pos: -52.5,-17.5 parent: 2 - - uid: 10266 + - uid: 1460 components: - type: Transform - pos: 38.5,59.5 + pos: -51.5,-17.5 parent: 2 - - uid: 10269 + - uid: 1461 components: - type: Transform - pos: 37.5,59.5 + pos: -51.5,-18.5 parent: 2 - - uid: 10295 + - uid: 1462 components: - type: Transform - pos: 21.5,52.5 + pos: -51.5,-19.5 parent: 2 - - uid: 10296 + - uid: 1463 components: - type: Transform - pos: 22.5,52.5 + pos: -50.5,-19.5 parent: 2 - - uid: 10327 + - uid: 1465 components: - type: Transform - pos: 23.5,51.5 + pos: -66.5,-5.5 parent: 2 - - uid: 10328 + - uid: 1466 components: - type: Transform - pos: 24.5,51.5 + pos: -61.5,-29.5 parent: 2 - - uid: 10332 + - uid: 1467 components: - type: Transform - pos: 20.5,54.5 + pos: -60.5,-29.5 parent: 2 - - uid: 10372 + - uid: 1468 components: - type: Transform - pos: -22.5,-28.5 + pos: -58.5,-29.5 parent: 2 - - uid: 10374 + - uid: 1469 components: - type: Transform - pos: -22.5,-27.5 + pos: -57.5,-29.5 parent: 2 - - uid: 10375 + - uid: 1470 components: - type: Transform - pos: -22.5,-26.5 + pos: -56.5,-29.5 parent: 2 - - uid: 10376 + - uid: 1471 components: - type: Transform - pos: -21.5,-26.5 + pos: -47.5,-26.5 parent: 2 - - uid: 10404 + - uid: 1473 components: - type: Transform - pos: 6.5,-52.5 + pos: -47.5,-28.5 parent: 2 - - uid: 10437 + - uid: 1474 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,12.5 + pos: -46.5,-28.5 parent: 2 - - uid: 10443 + - uid: 1475 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-54.5 + pos: -46.5,-29.5 parent: 2 - - uid: 10451 + - uid: 1476 components: - type: Transform - pos: -26.5,22.5 + pos: -45.5,-29.5 parent: 2 - - uid: 10452 + - uid: 1478 components: - type: Transform - pos: -25.5,22.5 + pos: -45.5,-30.5 parent: 2 - - uid: 10453 + - uid: 1479 components: - type: Transform - pos: -24.5,22.5 + pos: -45.5,-31.5 parent: 2 - - uid: 10454 + - uid: 1480 components: - type: Transform - pos: -23.5,22.5 + pos: -45.5,-32.5 parent: 2 - - uid: 10455 + - uid: 1481 components: - type: Transform - pos: -23.5,23.5 + pos: -44.5,-31.5 parent: 2 - - uid: 10456 + - uid: 1482 components: - type: Transform - pos: -31.5,20.5 + pos: -44.5,-32.5 parent: 2 - - uid: 10573 + - uid: 1483 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 66.5,5.5 + pos: -43.5,-32.5 parent: 2 - - uid: 10574 + - uid: 1484 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 67.5,5.5 + pos: -43.5,-33.5 parent: 2 - - uid: 10575 + - uid: 1486 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 68.5,5.5 + pos: -42.5,-33.5 parent: 2 - - uid: 10614 + - uid: 1487 components: - type: Transform - rot: 3.141592653589793 rad - pos: 62.5,-5.5 + pos: -42.5,-34.5 parent: 2 - - uid: 10977 + - uid: 1488 components: - type: Transform - rot: 3.141592653589793 rad - pos: 58.5,-32.5 + pos: -41.5,-34.5 parent: 2 - - uid: 10978 + - uid: 1489 components: - type: Transform - rot: 3.141592653589793 rad - pos: 58.5,-33.5 + pos: -49.5,-35.5 parent: 2 - - uid: 10979 + - uid: 1490 components: - type: Transform - rot: 3.141592653589793 rad - pos: 58.5,-34.5 + pos: -49.5,-34.5 parent: 2 - - uid: 10981 + - uid: 1492 components: - type: Transform - rot: 3.141592653589793 rad - pos: 60.5,-34.5 + pos: -49.5,-33.5 parent: 2 - - uid: 10982 + - uid: 1493 components: - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,-28.5 + pos: -49.5,-32.5 parent: 2 - - uid: 10983 + - uid: 1494 components: - type: Transform - rot: 3.141592653589793 rad - pos: 60.5,-28.5 + pos: -55.5,-29.5 parent: 2 - - uid: 10984 + - uid: 1496 components: - type: Transform - rot: 3.141592653589793 rad - pos: 60.5,-29.5 + pos: -54.5,-36.5 parent: 2 - - uid: 11126 + - uid: 1501 components: - type: Transform - pos: 42.5,12.5 + pos: -54.5,-41.5 parent: 2 - - uid: 11154 + - uid: 1510 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,2.5 + pos: -53.5,-47.5 parent: 2 - - uid: 11229 + - uid: 1511 components: - type: Transform - pos: -10.5,57.5 + pos: -53.5,-48.5 parent: 2 - - uid: 11287 + - uid: 1512 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,-38.5 + pos: -52.5,-48.5 parent: 2 - - uid: 11288 + - uid: 1513 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,-37.5 + pos: -52.5,-47.5 parent: 2 - - uid: 11289 + - uid: 1530 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,-36.5 + pos: -34.5,-12.5 parent: 2 - - uid: 11336 + - uid: 1531 components: - type: Transform - pos: -6.5,23.5 + pos: -45.5,-12.5 parent: 2 - - uid: 11403 + - uid: 1532 components: - type: Transform - pos: 57.5,-25.5 + pos: -46.5,-12.5 parent: 2 - - uid: 11499 + - uid: 1533 components: - type: Transform - pos: -34.5,48.5 + pos: -47.5,-12.5 parent: 2 - - uid: 12216 + - uid: 1534 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-23.5 + pos: -48.5,-12.5 parent: 2 - - uid: 12217 + - uid: 1535 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-22.5 + pos: -48.5,-11.5 parent: 2 - - uid: 12218 + - uid: 1536 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-21.5 + pos: -48.5,-10.5 parent: 2 - - uid: 12219 + - uid: 1537 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-20.5 + pos: -48.5,-9.5 parent: 2 - - uid: 12267 + - uid: 1541 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,3.5 + pos: -41.5,-12.5 parent: 2 - - uid: 12277 + - uid: 1542 components: - type: Transform - pos: 30.5,-28.5 + pos: -40.5,-12.5 parent: 2 - - uid: 12278 + - uid: 1543 components: - type: Transform - pos: 34.5,-28.5 + pos: -39.5,-12.5 parent: 2 - - uid: 12314 + - uid: 1544 components: - type: Transform - pos: -53.5,15.5 + pos: -38.5,-12.5 parent: 2 - - uid: 12393 + - uid: 1545 components: - type: Transform - pos: 40.5,-18.5 + pos: -37.5,-13.5 parent: 2 - - uid: 12705 + - uid: 1546 components: - type: Transform - pos: 30.5,-16.5 + pos: -44.5,-12.5 parent: 2 - - uid: 12706 + - uid: 1548 components: - type: Transform - pos: 30.5,-17.5 + pos: -68.5,-1.5 parent: 2 - - uid: 12716 + - uid: 1549 components: - type: Transform - pos: 65.5,-33.5 + pos: -44.5,-16.5 parent: 2 - - uid: 12725 + - uid: 1550 components: - type: Transform - pos: 34.5,-13.5 + pos: -45.5,-16.5 parent: 2 - - uid: 12726 + - uid: 1551 components: - type: Transform - pos: 34.5,-12.5 + pos: -46.5,-16.5 parent: 2 - - uid: 12727 + - uid: 1552 components: - type: Transform - pos: 34.5,-11.5 + pos: -47.5,-16.5 parent: 2 - - uid: 12729 + - uid: 1553 components: - type: Transform - pos: 33.5,-13.5 + pos: -61.5,-5.5 parent: 2 - - uid: 12799 + - uid: 1555 components: - type: Transform - pos: -63.5,8.5 + pos: -64.5,-5.5 parent: 2 - - uid: 12953 + - uid: 1560 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,18.5 + pos: -40.5,-16.5 parent: 2 - - uid: 12992 + - uid: 1561 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,36.5 + pos: -39.5,-16.5 parent: 2 - - uid: 13053 + - uid: 1562 components: - type: Transform - pos: 4.5,-6.5 + pos: -38.5,-16.5 parent: 2 - - uid: 13085 + - uid: 1563 components: - type: Transform - pos: -3.5,-6.5 + pos: -37.5,-16.5 parent: 2 - - uid: 13242 + - uid: 1564 components: - type: Transform - pos: 19.5,28.5 + pos: -37.5,-15.5 parent: 2 - - uid: 13250 + - uid: 1565 components: - type: Transform - pos: 14.5,14.5 + pos: -37.5,-14.5 parent: 2 - - uid: 13360 + - uid: 1566 components: - type: Transform - pos: -63.5,15.5 + pos: -37.5,-17.5 parent: 2 - - uid: 13372 + - uid: 1567 components: - type: Transform - pos: -8.5,62.5 + pos: -37.5,-18.5 parent: 2 - - uid: 13392 + - uid: 1568 components: - type: Transform - pos: -8.5,64.5 + pos: -37.5,-19.5 parent: 2 - - uid: 13393 + - uid: 1569 components: - type: Transform - pos: -6.5,64.5 + pos: -37.5,-20.5 parent: 2 - - uid: 13394 + - uid: 1570 components: - type: Transform - pos: -9.5,64.5 + pos: -36.5,-19.5 parent: 2 - - uid: 13397 + - uid: 1571 components: - type: Transform - pos: -9.5,56.5 + pos: -35.5,-19.5 parent: 2 - - uid: 13398 + - uid: 1572 components: - type: Transform - pos: -8.5,56.5 + pos: -34.5,-19.5 parent: 2 - - uid: 13399 + - uid: 1573 components: - type: Transform - pos: -7.5,56.5 + pos: -34.5,-18.5 parent: 2 - - uid: 13423 + - uid: 1574 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,15.5 + pos: -34.5,-17.5 parent: 2 - - uid: 13424 + - uid: 1575 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,14.5 + pos: -34.5,-16.5 parent: 2 - - uid: 13432 + - uid: 1576 components: - type: Transform - pos: -8.5,58.5 + pos: -34.5,-15.5 parent: 2 - - uid: 13456 + - uid: 1577 components: - type: Transform - pos: -53.5,-40.5 + pos: -34.5,-14.5 parent: 2 - - uid: 13489 + - uid: 1578 components: - type: Transform - pos: -53.5,-39.5 + pos: -27.5,-13.5 parent: 2 - - uid: 13490 + - uid: 1579 components: - type: Transform - pos: -53.5,-38.5 + pos: -29.5,-13.5 parent: 2 - - uid: 13505 + - uid: 1580 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,46.5 + pos: -30.5,-13.5 parent: 2 - - uid: 13583 + - uid: 1581 components: - type: Transform - pos: -9.5,-68.5 + pos: -30.5,-14.5 parent: 2 - - uid: 13706 + - uid: 1582 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-24.5 + pos: -31.5,-13.5 parent: 2 - - uid: 14151 + - uid: 1583 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,20.5 + pos: -32.5,-13.5 parent: 2 - - uid: 14152 + - uid: 1584 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,3.5 + pos: -33.5,-13.5 parent: 2 - - uid: 14220 + - uid: 1585 components: - type: Transform - pos: -43.5,1.5 + pos: -33.5,-19.5 parent: 2 - - uid: 14245 + - uid: 1586 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,-52.5 + pos: -32.5,-19.5 parent: 2 - - uid: 14593 + - uid: 1587 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,-37.5 + pos: -31.5,-19.5 parent: 2 - - uid: 14816 + - uid: 1588 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-4.5 - parent: 14592 - - uid: 14824 + pos: -30.5,-19.5 + parent: 2 + - uid: 1589 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-5.5 - parent: 14592 - - uid: 14832 + pos: -30.5,-18.5 + parent: 2 + - uid: 1590 components: - type: Transform - pos: -0.5,2.5 - parent: 14592 - - uid: 14833 + pos: -30.5,-20.5 + parent: 2 + - uid: 1591 components: - type: Transform - pos: -0.5,1.5 - parent: 14592 - - uid: 15324 + pos: -28.5,-23.5 + parent: 2 + - uid: 1598 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-15.5 + pos: -12.5,-18.5 parent: 2 - - uid: 15709 + - uid: 1599 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-1.5 - parent: 14592 - - uid: 15710 + pos: -17.5,-16.5 + parent: 2 + - uid: 1600 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-1.5 - parent: 14592 - - uid: 15718 + pos: -17.5,-17.5 + parent: 2 + - uid: 1601 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-6.5 - parent: 14592 - - uid: 15754 + pos: -17.5,-18.5 + parent: 2 + - uid: 1602 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,2.5 - parent: 14592 - - uid: 15755 + pos: -17.5,-20.5 + parent: 2 + - uid: 1603 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,1.5 - parent: 14592 - - uid: 18671 + pos: -17.5,-21.5 + parent: 2 + - uid: 1604 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,12.5 + pos: -16.5,-21.5 parent: 2 - - uid: 18968 + - uid: 1605 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-67.5 + pos: -15.5,-21.5 parent: 2 - - uid: 19285 + - uid: 1606 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,20.5 + pos: -14.5,-21.5 parent: 2 - - uid: 26662 + - uid: 1607 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,0.5 + pos: -13.5,-21.5 parent: 2 - - uid: 26665 + - uid: 1608 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,1.5 + pos: -12.5,-21.5 parent: 2 - - uid: 26682 + - uid: 1609 components: - type: Transform - pos: 8.5,51.5 + pos: -11.5,-21.5 parent: 2 - - uid: 26729 + - uid: 1610 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,3.5 + pos: -11.5,-20.5 parent: 2 - - uid: 26747 + - uid: 1611 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,2.5 + pos: -11.5,-19.5 parent: 2 - - uid: 26826 + - uid: 1612 components: - type: Transform - pos: 50.5,13.5 + pos: -11.5,-18.5 parent: 2 - - uid: 27070 + - uid: 1613 components: - type: Transform - pos: 29.5,59.5 + pos: -17.5,-22.5 parent: 2 - - uid: 27071 + - uid: 1614 components: - type: Transform - pos: 30.5,59.5 + pos: -17.5,-23.5 parent: 2 - - uid: 27072 + - uid: 1615 components: - type: Transform - pos: 30.5,58.5 + pos: -17.5,-25.5 parent: 2 - - uid: 27073 + - uid: 1616 components: - type: Transform - pos: 30.5,57.5 + pos: -17.5,-26.5 parent: 2 - - uid: 27074 + - uid: 1617 components: - type: Transform - pos: 30.5,56.5 + pos: -16.5,-26.5 parent: 2 - - uid: 27083 + - uid: 1618 components: - type: Transform - pos: 30.5,52.5 + pos: -14.5,-26.5 parent: 2 - - uid: 27084 + - uid: 1619 components: - type: Transform - pos: 31.5,52.5 + pos: -13.5,-26.5 parent: 2 - - uid: 27085 + - uid: 1620 components: - type: Transform - pos: 32.5,52.5 + pos: -12.5,-26.5 parent: 2 - - uid: 27086 + - uid: 1621 components: - type: Transform - pos: 33.5,52.5 + pos: -11.5,-26.5 parent: 2 - - uid: 27220 + - uid: 1622 components: - type: Transform - rot: 3.141592653589793 rad - pos: 67.5,16.5 + pos: -10.5,-26.5 parent: 2 - - uid: 27253 + - uid: 1623 components: - type: Transform - pos: 29.5,20.5 + pos: -9.5,-26.5 parent: 2 - - uid: 27254 + - uid: 1624 components: - type: Transform - pos: 29.5,21.5 + pos: -9.5,-25.5 parent: 2 - - uid: 27255 + - uid: 1630 components: - type: Transform - pos: 29.5,22.5 + pos: -29.5,-23.5 parent: 2 - - uid: 27256 + - uid: 1631 components: - type: Transform - pos: 29.5,23.5 + pos: -30.5,-21.5 parent: 2 - - uid: 27495 + - uid: 1632 components: - type: Transform - pos: -56.5,25.5 + pos: -30.5,-22.5 parent: 2 - - uid: 27496 + - uid: 1633 components: - type: Transform - pos: -56.5,26.5 + pos: -30.5,-23.5 parent: 2 - - uid: 27497 + - uid: 1634 components: - type: Transform - pos: -56.5,27.5 + pos: -26.5,-23.5 parent: 2 - - uid: 27507 + - uid: 1635 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,37.5 + pos: -27.5,-23.5 parent: 2 - - uid: 27562 + - uid: 1637 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,29.5 + pos: -25.5,-23.5 parent: 2 - - uid: 27565 + - uid: 1638 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,28.5 + pos: -22.5,-18.5 parent: 2 - - uid: 27566 + - uid: 1639 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,28.5 + pos: -23.5,-18.5 parent: 2 - - uid: 30885 + - uid: 1640 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-7.5 + pos: -20.5,-18.5 parent: 2 - - uid: 31118 + - uid: 1641 components: - type: Transform - pos: -11.5,45.5 + pos: -24.5,-23.5 parent: 2 - - uid: 31631 + - uid: 1642 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,69.5 + pos: -24.5,-22.5 parent: 2 - - uid: 33179 + - uid: 1643 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,-26.5 + pos: -24.5,-21.5 parent: 2 - - uid: 33462 + - uid: 1644 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,51.5 + pos: -24.5,-20.5 parent: 2 - - uid: 33484 + - uid: 1645 components: - type: Transform - pos: -0.5,46.5 + pos: -24.5,-19.5 parent: 2 - - uid: 33493 + - uid: 1646 components: - type: Transform - pos: -2.5,-53.5 + pos: -21.5,-18.5 parent: 2 - - uid: 33929 + - uid: 1647 components: - type: Transform - pos: -54.5,-21.5 + pos: -22.5,-15.5 parent: 2 - - uid: 33930 + - uid: 1648 components: - type: Transform - pos: -54.5,-20.5 + pos: -22.5,-17.5 parent: 2 - - uid: 33931 + - uid: 1649 components: - type: Transform - pos: -56.5,-19.5 + pos: -29.5,-19.5 parent: 2 - - uid: 33932 + - uid: 1650 components: - type: Transform - pos: -56.5,-21.5 + pos: -25.5,-19.5 parent: 2 - - uid: 33945 + - uid: 1651 components: - type: Transform - pos: -62.5,-4.5 + pos: -20.5,-19.5 parent: 2 - - uid: 33946 + - uid: 1652 components: - type: Transform - pos: -63.5,-4.5 + pos: -20.5,-20.5 parent: 2 - - uid: 33947 + - uid: 1653 components: - type: Transform - pos: -61.5,-3.5 + pos: -20.5,-21.5 parent: 2 - - uid: 33948 + - uid: 1654 components: - type: Transform - pos: -68.5,-2.5 + pos: -20.5,-22.5 parent: 2 - - uid: 33949 + - uid: 1655 components: - type: Transform - pos: -68.5,-4.5 + pos: -20.5,-23.5 parent: 2 - - uid: 33950 + - uid: 1656 components: - type: Transform - pos: -67.5,-4.5 + pos: -23.5,-23.5 parent: 2 - - uid: 33951 + - uid: 1657 components: - type: Transform - pos: -61.5,-2.5 + pos: -21.5,-23.5 parent: 2 - - uid: 34151 + - uid: 1658 components: - type: Transform - pos: -89.5,66.5 + pos: -17.5,-27.5 parent: 2 - - uid: 34152 + - uid: 1659 components: - type: Transform - pos: -89.5,67.5 + pos: -18.5,-27.5 parent: 2 - - uid: 34225 + - uid: 1660 components: - type: Transform - pos: -18.5,47.5 + pos: -20.5,-27.5 parent: 2 - - uid: 34226 + - uid: 1661 components: - type: Transform - pos: -18.5,46.5 + pos: -21.5,-27.5 parent: 2 - - uid: 34227 + - uid: 1662 components: - type: Transform - pos: -15.5,46.5 + pos: -25.5,-27.5 parent: 2 - - uid: 34228 + - uid: 1663 components: - type: Transform - pos: -17.5,46.5 + pos: -25.5,-28.5 parent: 2 - - uid: 34290 + - uid: 1664 components: - type: Transform - pos: -63.5,-26.5 + pos: -25.5,-29.5 parent: 2 - - uid: 34291 + - uid: 1665 components: - type: Transform - pos: -61.5,-26.5 + pos: -26.5,-27.5 parent: 2 - - uid: 34292 + - uid: 1666 components: - type: Transform - pos: -58.5,-28.5 + pos: -27.5,-27.5 parent: 2 - - uid: 34362 + - uid: 1667 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-7.5 + pos: -29.5,-27.5 parent: 2 - - uid: 34750 + - uid: 1668 components: - type: Transform - pos: 43.5,12.5 + pos: -30.5,-27.5 parent: 2 - - uid: 36430 + - uid: 1669 components: - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,-70.5 + pos: -31.5,-27.5 parent: 2 - - uid: 36632 + - uid: 1670 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,4.5 - parent: 36450 - - uid: 36634 + pos: -32.5,-27.5 + parent: 2 + - uid: 1671 components: - type: Transform - pos: 8.5,-1.5 - parent: 36450 - - uid: 36635 + pos: -33.5,-27.5 + parent: 2 + - uid: 1672 components: - type: Transform - pos: 2.5,-1.5 - parent: 36450 - - uid: 36767 + pos: -34.5,-27.5 + parent: 2 + - uid: 1673 components: - type: Transform - pos: 56.5,40.5 + pos: -34.5,-26.5 parent: 2 - - uid: 36771 + - uid: 1674 components: - type: Transform - pos: 56.5,43.5 + pos: -33.5,-28.5 parent: 2 - - uid: 36772 + - uid: 1675 components: - type: Transform - pos: 55.5,47.5 + pos: -34.5,-24.5 parent: 2 - - uid: 36773 + - uid: 1676 components: - type: Transform - pos: 53.5,50.5 + pos: -34.5,-23.5 parent: 2 - - uid: 36774 + - uid: 1677 components: - type: Transform - pos: 49.5,50.5 + pos: -35.5,-23.5 parent: 2 - - uid: 36782 + - uid: 1678 components: - type: Transform - pos: 56.5,37.5 + pos: -36.5,-23.5 parent: 2 -- proto: TableCarpet - entities: - - uid: 577 + - uid: 1679 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-59.5 + pos: -37.5,-23.5 parent: 2 - - uid: 5139 + - uid: 1680 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-59.5 + pos: -37.5,-22.5 parent: 2 - - uid: 5345 + - uid: 1681 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-59.5 + pos: -33.5,-29.5 parent: 2 - - uid: 8440 + - uid: 1682 components: - type: Transform - pos: 3.5,33.5 + pos: -33.5,-30.5 parent: 2 - - uid: 8441 + - uid: 1683 components: - type: Transform - pos: 4.5,33.5 + pos: -34.5,-30.5 parent: 2 - - uid: 8442 + - uid: 1684 components: - type: Transform - pos: 4.5,32.5 + pos: -35.5,-30.5 parent: 2 - - uid: 8443 + - uid: 1685 components: - type: Transform - pos: 3.5,30.5 + pos: -36.5,-30.5 parent: 2 - - uid: 8444 + - uid: 1686 components: - type: Transform - pos: 4.5,30.5 + pos: -46.5,-17.5 parent: 2 - - uid: 13454 + - uid: 1687 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,59.5 + pos: -46.5,-18.5 parent: 2 - - uid: 13507 + - uid: 1688 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,60.5 + pos: -46.5,-19.5 parent: 2 - - uid: 13518 + - uid: 1689 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,59.5 + pos: -45.5,-19.5 parent: 2 - - uid: 13531 + - uid: 1690 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,60.5 + pos: -45.5,-20.5 parent: 2 - - uid: 14044 + - uid: 1691 components: - type: Transform - pos: -32.5,-0.5 + pos: -45.5,-21.5 parent: 2 - - uid: 14045 + - uid: 1692 components: - type: Transform - pos: -32.5,0.5 + pos: -44.5,-21.5 parent: 2 - - uid: 14046 + - uid: 1693 components: - type: Transform - pos: -31.5,-0.5 + pos: -44.5,-22.5 parent: 2 - - uid: 14047 + - uid: 1694 components: - type: Transform - pos: -31.5,0.5 + pos: -44.5,-23.5 parent: 2 - - uid: 14526 + - uid: 1695 components: - type: Transform - pos: -16.5,-60.5 + pos: -43.5,-23.5 parent: 2 -- proto: TableCounterMetal - entities: - - uid: 4994 + - uid: 1696 components: - type: Transform - pos: 67.5,-28.5 + pos: -42.5,-23.5 parent: 2 - - uid: 4998 + - uid: 1697 components: - type: Transform - pos: 68.5,-29.5 + pos: -41.5,-23.5 parent: 2 - - uid: 9388 + - uid: 1698 components: - type: Transform - pos: 68.5,-28.5 + pos: -40.5,-23.5 parent: 2 - - uid: 11150 + - uid: 1699 components: - type: Transform - pos: 68.5,-30.5 + pos: -39.5,-23.5 parent: 2 - - uid: 12678 + - uid: 1700 components: - type: Transform - pos: -49.5,-29.5 + pos: -38.5,-23.5 parent: 2 - - uid: 13077 + - uid: 1701 components: - type: Transform - pos: -49.5,-5.5 + pos: -43.5,-24.5 parent: 2 - - uid: 33867 + - uid: 1702 components: - type: Transform - pos: -49.5,-6.5 + pos: -43.5,-25.5 parent: 2 - - uid: 33958 + - uid: 1703 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,-7.5 + pos: -42.5,-24.5 parent: 2 - - uid: 33959 + - uid: 1704 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,-6.5 + pos: -42.5,-25.5 parent: 2 - - uid: 34074 + - uid: 1705 components: - type: Transform - pos: -55.5,-16.5 + pos: -42.5,-26.5 parent: 2 - - uid: 34076 + - uid: 1706 components: - type: Transform - pos: -55.5,-15.5 + pos: -41.5,-26.5 parent: 2 -- proto: TableCounterWood - entities: - - uid: 6090 + - uid: 1708 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,65.5 + pos: -41.5,-28.5 parent: 2 - - uid: 6091 + - uid: 1709 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,65.5 + pos: -40.5,-28.5 parent: 2 - - uid: 6092 + - uid: 1710 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,65.5 + pos: -40.5,-29.5 parent: 2 - - uid: 6093 + - uid: 1711 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,65.5 + pos: -39.5,-29.5 parent: 2 - - uid: 6094 + - uid: 1712 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,65.5 + pos: -37.5,-30.5 parent: 2 - - uid: 6095 + - uid: 1713 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,65.5 + pos: -38.5,-30.5 parent: 2 - - uid: 6096 + - uid: 1714 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,65.5 + pos: -39.5,-30.5 parent: 2 - - uid: 6097 + - uid: 1715 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,66.5 + pos: -25.5,-31.5 parent: 2 - - uid: 6098 + - uid: 1716 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,65.5 + pos: -25.5,-32.5 parent: 2 - - uid: 6099 + - uid: 1717 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,65.5 + pos: -25.5,-33.5 parent: 2 - - uid: 6100 + - uid: 1718 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,66.5 + pos: -25.5,-34.5 parent: 2 - - uid: 9962 + - uid: 1719 components: - type: Transform - pos: -21.5,-63.5 + pos: -26.5,-34.5 parent: 2 - - uid: 9963 + - uid: 1720 components: - type: Transform - pos: -20.5,-63.5 + pos: -27.5,-34.5 parent: 2 - - uid: 9964 + - uid: 1721 components: - type: Transform - pos: -20.5,-62.5 + pos: -28.5,-34.5 parent: 2 - - uid: 9965 + - uid: 1722 components: - type: Transform - pos: -19.5,-62.5 + pos: -29.5,-34.5 parent: 2 - - uid: 9967 + - uid: 1725 components: - type: Transform - pos: -21.5,-64.5 + pos: -34.5,-34.5 parent: 2 -- proto: TableFrame - entities: - - uid: 10435 + - uid: 1726 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,12.5 + pos: -36.5,-34.5 parent: 2 - - uid: 10436 + - uid: 1727 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,12.5 + pos: -36.5,-33.5 parent: 2 - - uid: 10980 + - uid: 1728 components: - type: Transform - pos: 59.5,-34.5 + pos: -36.5,-32.5 parent: 2 - - uid: 13234 + - uid: 1729 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,12.5 + pos: -36.5,-31.5 parent: 2 - - uid: 42922 + - uid: 1730 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,18.5 + pos: -37.5,-32.5 parent: 2 -- proto: TableGlass - entities: - - uid: 2834 + - uid: 1731 components: - type: Transform - pos: 20.5,-16.5 + pos: -37.5,-31.5 parent: 2 - - uid: 2851 + - uid: 1732 components: - type: Transform - pos: 23.5,-20.5 + pos: -38.5,-31.5 parent: 2 - - uid: 2854 + - uid: 1733 components: - type: Transform - pos: 22.5,-20.5 + pos: -27.5,-36.5 parent: 2 - - uid: 3278 + - uid: 1734 components: - type: Transform - pos: 24.5,-19.5 + pos: -27.5,-35.5 parent: 2 - - uid: 4833 + - uid: 1735 components: - type: Transform - pos: 20.5,-18.5 + pos: -27.5,-40.5 parent: 2 - - uid: 4837 + - uid: 1736 components: - type: Transform - pos: 20.5,-17.5 + pos: -26.5,-40.5 parent: 2 - - uid: 4842 + - uid: 1760 components: - type: Transform - pos: 24.5,-20.5 + pos: -24.5,-34.5 parent: 2 - - uid: 4843 + - uid: 1761 components: - type: Transform - pos: 19.5,-16.5 + pos: -24.5,-35.5 parent: 2 - - uid: 5241 + - uid: 1763 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-24.5 + pos: -26.5,-42.5 parent: 2 - - uid: 5245 + - uid: 1765 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-24.5 + pos: -25.5,-43.5 parent: 2 - - uid: 5246 + - uid: 1766 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-25.5 + pos: -21.5,-43.5 parent: 2 - - uid: 5247 + - uid: 1767 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-26.5 + pos: -21.5,-42.5 parent: 2 - - uid: 5248 + - uid: 1768 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-29.5 + pos: -21.5,-41.5 parent: 2 - - uid: 5249 + - uid: 1769 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-29.5 + pos: -21.5,-40.5 parent: 2 - - uid: 5264 + - uid: 1770 components: - type: Transform - pos: -40.5,-26.5 + pos: -21.5,-39.5 parent: 2 - - uid: 9452 + - uid: 1771 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 43.5,54.5 + pos: -21.5,-38.5 parent: 2 - - uid: 10673 + - uid: 1772 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-81.5 + pos: -21.5,-37.5 parent: 2 - - uid: 10674 + - uid: 1773 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-81.5 + pos: -21.5,-36.5 parent: 2 - - uid: 11259 + - uid: 1775 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,54.5 + pos: -21.5,-35.5 parent: 2 - - uid: 11260 + - uid: 1776 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,52.5 + pos: -21.5,-33.5 parent: 2 - - uid: 11261 + - uid: 1779 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,53.5 + pos: -20.5,-31.5 parent: 2 - - uid: 11273 + - uid: 1780 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,54.5 + pos: -19.5,-31.5 parent: 2 - - uid: 12294 + - uid: 1781 components: - type: Transform - pos: 4.5,47.5 + pos: -17.5,-32.5 parent: 2 - - uid: 26656 + - uid: 1782 components: - type: Transform - pos: 5.5,37.5 + pos: -21.5,-31.5 parent: 2 - - uid: 31972 + - uid: 1783 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-3.5 + pos: -21.5,-30.5 parent: 2 -- proto: TableReinforced - entities: - - uid: 293 + - uid: 1784 components: - type: Transform - pos: -42.5,10.5 + pos: -21.5,-29.5 parent: 2 - - uid: 294 + - uid: 1785 components: - type: Transform - pos: -40.5,10.5 + pos: -21.5,-28.5 parent: 2 - - uid: 295 + - uid: 1786 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-27.5 + pos: -8.5,-25.5 parent: 2 - - uid: 354 + - uid: 1787 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-26.5 + pos: -8.5,-26.5 parent: 2 - - uid: 545 + - uid: 1788 components: - type: Transform - pos: -37.5,12.5 + pos: -9.5,-27.5 parent: 2 - - uid: 555 + - uid: 1789 components: - type: Transform - pos: -37.5,13.5 + pos: -9.5,-28.5 parent: 2 - - uid: 556 + - uid: 1790 components: - type: Transform - pos: -41.5,10.5 + pos: -9.5,-29.5 parent: 2 - - uid: 557 + - uid: 1791 components: - type: Transform - pos: -42.5,15.5 + pos: -9.5,-30.5 parent: 2 - - uid: 562 + - uid: 1792 components: - type: Transform - pos: -41.5,15.5 + pos: -9.5,-31.5 parent: 2 - - uid: 616 + - uid: 1793 components: - type: Transform - pos: -39.5,3.5 + pos: -9.5,-32.5 parent: 2 - - uid: 617 + - uid: 1794 components: - type: Transform - pos: -49.5,3.5 + pos: -9.5,-33.5 parent: 2 - - uid: 648 + - uid: 1795 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -78.5,63.5 + pos: -9.5,-34.5 parent: 2 - - uid: 948 + - uid: 1796 components: - type: Transform - pos: -47.5,3.5 + pos: -9.5,-35.5 parent: 2 - - uid: 1006 + - uid: 1797 components: - type: Transform - pos: -41.5,39.5 + pos: -9.5,-36.5 parent: 2 - - uid: 1026 + - uid: 1798 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-48.5 + pos: -9.5,-37.5 parent: 2 - - uid: 1384 + - uid: 1799 components: - type: Transform - pos: 29.5,47.5 + pos: -9.5,-38.5 parent: 2 - - uid: 1444 + - uid: 1800 components: - type: Transform - pos: 30.5,48.5 + pos: -10.5,-27.5 parent: 2 - - uid: 1445 + - uid: 1801 components: - type: Transform - pos: 32.5,48.5 + pos: -10.5,-28.5 parent: 2 - - uid: 1446 + - uid: 1802 components: - type: Transform - pos: 33.5,48.5 + pos: -10.5,-29.5 parent: 2 - - uid: 1447 + - uid: 1803 components: - type: Transform - pos: 31.5,48.5 + pos: -10.5,-30.5 parent: 2 - - uid: 1448 + - uid: 1804 components: - type: Transform - pos: 33.5,49.5 + pos: -10.5,-31.5 parent: 2 - - uid: 1449 + - uid: 1805 components: - type: Transform - pos: 30.5,49.5 + pos: -10.5,-32.5 parent: 2 - - uid: 1450 + - uid: 1806 components: - type: Transform - pos: 33.5,47.5 + pos: -10.5,-33.5 parent: 2 - - uid: 1752 + - uid: 1807 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-37.5 + pos: -10.5,-34.5 parent: 2 - - uid: 2105 + - uid: 1808 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-58.5 + pos: -10.5,-35.5 parent: 2 - - uid: 2345 + - uid: 1809 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-58.5 + pos: -10.5,-36.5 parent: 2 - - uid: 2407 + - uid: 1810 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-41.5 + pos: -10.5,-37.5 parent: 2 - - uid: 3287 + - uid: 1811 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,-25.5 + pos: -10.5,-38.5 parent: 2 - - uid: 3452 + - uid: 1812 components: - type: Transform - pos: 32.5,16.5 + pos: -16.5,-32.5 parent: 2 - - uid: 3701 + - uid: 1813 components: - type: Transform - pos: 43.5,36.5 + pos: -15.5,-32.5 parent: 2 - - uid: 3821 + - uid: 1814 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 61.5,27.5 + pos: -14.5,-32.5 parent: 2 - - uid: 4099 + - uid: 1815 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,62.5 + pos: -13.5,-32.5 parent: 2 - - uid: 4100 + - uid: 1816 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,59.5 + pos: -12.5,-32.5 parent: 2 - - uid: 4101 + - uid: 1817 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,60.5 + pos: -11.5,-32.5 parent: 2 - - uid: 4370 + - uid: 1818 components: - type: Transform - pos: 35.5,-34.5 + pos: -14.5,-33.5 parent: 2 - - uid: 4371 + - uid: 1819 components: - type: Transform - pos: 33.5,-34.5 + pos: -14.5,-35.5 parent: 2 - - uid: 4372 + - uid: 1820 components: - type: Transform - pos: 30.5,-34.5 + pos: -14.5,-36.5 parent: 2 - - uid: 4373 + - uid: 1821 components: - type: Transform - pos: 34.5,-34.5 + pos: -14.5,-37.5 parent: 2 - - uid: 4374 + - uid: 1822 components: - type: Transform - pos: 32.5,-34.5 + pos: -16.5,-37.5 parent: 2 - - uid: 4375 + - uid: 1823 components: - type: Transform - pos: 31.5,-34.5 + pos: -20.5,-37.5 parent: 2 - - uid: 4376 + - uid: 1824 components: - type: Transform - pos: 29.5,-34.5 + pos: -20.5,-42.5 parent: 2 - - uid: 4666 + - uid: 1825 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,27.5 + pos: -19.5,-42.5 parent: 2 - - uid: 4768 + - uid: 1826 components: - type: Transform - pos: -27.5,-38.5 + pos: -18.5,-42.5 parent: 2 - - uid: 4769 + - uid: 1827 components: - type: Transform - pos: -32.5,-34.5 + pos: -17.5,-42.5 parent: 2 - - uid: 4770 + - uid: 1828 components: - type: Transform - pos: -31.5,-34.5 + pos: -16.5,-42.5 parent: 2 - - uid: 4773 + - uid: 1829 components: - type: Transform - pos: -26.5,-36.5 + pos: -15.5,-42.5 parent: 2 - - uid: 4808 + - uid: 1830 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-47.5 + pos: -14.5,-42.5 parent: 2 - - uid: 4817 + - uid: 1831 components: - type: Transform - pos: 25.5,-38.5 + pos: -14.5,-41.5 parent: 2 - - uid: 4818 + - uid: 1832 components: - type: Transform - pos: 25.5,-30.5 + pos: -14.5,-40.5 parent: 2 - - uid: 4819 + - uid: 1833 components: - type: Transform - pos: 20.5,-29.5 + pos: -14.5,-39.5 parent: 2 - - uid: 5093 + - uid: 1834 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-38.5 + pos: -14.5,-38.5 parent: 2 - - uid: 5112 + - uid: 1835 components: - type: Transform - pos: -26.5,-35.5 + pos: -13.5,-42.5 parent: 2 - - uid: 5116 + - uid: 1836 components: - type: Transform - pos: -19.5,-36.5 + pos: -13.5,-43.5 parent: 2 - - uid: 5117 + - uid: 1837 components: - type: Transform - pos: -18.5,-36.5 + pos: -13.5,-45.5 parent: 2 - - uid: 5118 + - uid: 1838 components: - type: Transform - pos: -17.5,-36.5 + pos: -13.5,-46.5 parent: 2 - - uid: 5119 + - uid: 1839 components: - type: Transform - pos: -20.5,-36.5 + pos: -14.5,-46.5 parent: 2 - - uid: 5120 + - uid: 1840 components: - type: Transform - pos: -20.5,-35.5 + pos: -15.5,-46.5 parent: 2 - - uid: 5140 + - uid: 1841 components: - type: Transform - pos: -26.5,-39.5 + pos: -16.5,-46.5 parent: 2 - - uid: 5142 + - uid: 1842 components: - type: Transform - pos: -25.5,-39.5 + pos: -17.5,-46.5 parent: 2 - - uid: 5411 + - uid: 1843 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-37.5 + pos: -18.5,-46.5 parent: 2 - - uid: 5412 + - uid: 1844 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,-43.5 + pos: -19.5,-46.5 parent: 2 - - uid: 5445 + - uid: 1845 components: - type: Transform - pos: -42.5,-52.5 + pos: -19.5,-45.5 parent: 2 - - uid: 5446 + - uid: 1846 components: - type: Transform - pos: -43.5,-52.5 + pos: -20.5,-45.5 parent: 2 - - uid: 5449 + - uid: 1847 components: - type: Transform - pos: -46.5,-48.5 + pos: -21.5,-45.5 parent: 2 - - uid: 5566 + - uid: 1848 components: - type: Transform - pos: 7.5,-42.5 + pos: -21.5,-44.5 parent: 2 - - uid: 5567 + - uid: 1854 components: - type: Transform - pos: 8.5,-42.5 + pos: -36.5,-57.5 parent: 2 - - uid: 5568 + - uid: 1874 components: - type: Transform - pos: 8.5,-43.5 + rot: 3.141592653589793 rad + pos: 22.5,-6.5 parent: 2 - - uid: 5569 + - uid: 1878 components: - type: Transform - pos: 8.5,-45.5 + rot: 3.141592653589793 rad + pos: -12.5,-15.5 parent: 2 - - uid: 5570 + - uid: 1885 components: - type: Transform - pos: 8.5,-46.5 + pos: 9.5,-25.5 parent: 2 - - uid: 5571 + - uid: 1886 components: - type: Transform - pos: 7.5,-46.5 + pos: 9.5,-26.5 parent: 2 - - uid: 5572 + - uid: 1887 components: - type: Transform - pos: 6.5,-46.5 + pos: 10.5,-25.5 parent: 2 - - uid: 5624 + - uid: 1888 components: - type: Transform - pos: 4.5,-46.5 + pos: 10.5,-26.5 parent: 2 - - uid: 5783 + - uid: 1889 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-28.5 + pos: 11.5,-25.5 parent: 2 - - uid: 5788 + - uid: 1890 components: - type: Transform - pos: -13.5,44.5 + pos: 11.5,-26.5 parent: 2 - - uid: 5791 + - uid: 1891 components: - type: Transform - pos: -7.5,-27.5 + pos: 10.5,-27.5 parent: 2 - - uid: 5794 + - uid: 1892 components: - type: Transform - pos: 8.5,-27.5 + pos: 10.5,-28.5 parent: 2 - - uid: 5796 + - uid: 1893 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-28.5 + pos: 10.5,-29.5 parent: 2 - - uid: 5804 + - uid: 1894 components: - type: Transform - pos: -36.5,15.5 + pos: 10.5,-30.5 parent: 2 - - uid: 5805 + - uid: 1895 components: - type: Transform - pos: -36.5,14.5 + pos: 10.5,-31.5 parent: 2 - - uid: 5806 + - uid: 1896 components: - type: Transform - pos: -37.5,14.5 + pos: 10.5,-32.5 parent: 2 - - uid: 5909 + - uid: 1897 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,31.5 + pos: 10.5,-33.5 parent: 2 - - uid: 5910 + - uid: 1900 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,34.5 + pos: 11.5,-27.5 parent: 2 - - uid: 5934 + - uid: 1901 components: - type: Transform - pos: -32.5,32.5 + pos: 11.5,-28.5 parent: 2 - - uid: 5935 + - uid: 1902 components: - type: Transform - pos: -31.5,32.5 + pos: 11.5,-29.5 parent: 2 - - uid: 5936 + - uid: 1903 components: - type: Transform - pos: -32.5,28.5 + pos: 11.5,-30.5 parent: 2 - - uid: 5937 + - uid: 1904 components: - type: Transform - pos: -31.5,28.5 + pos: 11.5,-31.5 parent: 2 - - uid: 5961 + - uid: 1905 components: - type: Transform - pos: -41.5,39.5 + pos: 11.5,-32.5 parent: 2 - - uid: 6083 + - uid: 1906 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,61.5 + pos: 0.5,-60.5 parent: 2 - - uid: 6085 + - uid: 1909 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,63.5 + pos: -8.5,-33.5 parent: 2 - - uid: 6086 + - uid: 1910 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,61.5 + pos: -7.5,-33.5 parent: 2 - - uid: 6273 + - uid: 1911 components: - type: Transform - pos: 34.5,36.5 + pos: -7.5,-32.5 parent: 2 - - uid: 6303 + - uid: 1912 components: - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,35.5 + pos: -6.5,-32.5 parent: 2 - - uid: 6785 + - uid: 1913 components: - type: Transform - pos: 24.5,-33.5 + pos: -4.5,-32.5 parent: 2 - - uid: 6786 + - uid: 1914 components: - type: Transform - pos: 23.5,-33.5 + pos: -3.5,-32.5 parent: 2 - - uid: 6787 + - uid: 1915 components: - type: Transform - pos: 19.5,-39.5 + pos: -3.5,-33.5 parent: 2 - - uid: 6788 + - uid: 1916 components: - type: Transform - pos: 20.5,-39.5 + pos: -2.5,-33.5 parent: 2 - - uid: 6789 + - uid: 1917 components: - type: Transform - pos: 21.5,-39.5 + pos: -1.5,-33.5 parent: 2 - - uid: 6790 + - uid: 1918 components: - type: Transform - pos: 19.5,-38.5 + pos: -1.5,-34.5 parent: 2 - - uid: 6791 + - uid: 1919 components: - type: Transform - pos: 19.5,-37.5 + pos: -1.5,-35.5 parent: 2 - - uid: 6792 + - uid: 1920 components: - type: Transform - pos: 19.5,-36.5 + pos: 2.5,-33.5 parent: 2 - - uid: 6794 + - uid: 1921 components: - type: Transform - pos: 21.5,-36.5 + pos: 2.5,-34.5 parent: 2 - - uid: 6831 + - uid: 1922 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,-36.5 + pos: 2.5,-35.5 parent: 2 - - uid: 6832 + - uid: 1923 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,-37.5 + pos: 3.5,-33.5 parent: 2 - - uid: 6952 + - uid: 1924 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,-27.5 + pos: 4.5,-33.5 parent: 2 - - uid: 6953 + - uid: 1925 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,-26.5 + pos: 4.5,-32.5 parent: 2 - - uid: 6954 + - uid: 1926 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,-24.5 + pos: 5.5,-32.5 parent: 2 - - uid: 6955 + - uid: 1927 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,-25.5 + pos: 7.5,-32.5 parent: 2 - - uid: 7118 + - uid: 1928 components: - type: Transform - pos: 43.5,-39.5 + pos: 8.5,-32.5 parent: 2 - - uid: 7119 + - uid: 1929 components: - type: Transform - pos: 46.5,-39.5 + pos: 8.5,-33.5 parent: 2 - - uid: 7261 + - uid: 1930 components: - type: Transform - pos: -1.5,-27.5 + pos: 9.5,-33.5 parent: 2 - - uid: 7264 + - uid: 1931 components: - type: Transform - pos: 2.5,-27.5 + pos: -1.5,-39.5 parent: 2 - - uid: 7266 + - uid: 1932 components: - type: Transform - pos: 2.5,-28.5 + pos: -1.5,-40.5 parent: 2 - - uid: 7269 + - uid: 1933 components: - type: Transform - pos: -1.5,-28.5 + pos: -2.5,-40.5 parent: 2 - - uid: 7275 + - uid: 1934 components: - type: Transform - pos: -2.5,-28.5 + pos: -4.5,-40.5 parent: 2 - - uid: 7276 + - uid: 1935 components: - type: Transform - pos: -2.5,-29.5 + pos: -5.5,-40.5 parent: 2 - - uid: 7277 + - uid: 1936 components: - type: Transform - pos: -3.5,-29.5 + pos: -6.5,-40.5 parent: 2 - - uid: 7278 + - uid: 1937 components: - type: Transform - pos: 3.5,-28.5 + pos: -7.5,-40.5 parent: 2 - - uid: 7279 + - uid: 1938 components: - type: Transform - pos: 3.5,-29.5 + pos: -8.5,-40.5 parent: 2 - - uid: 7280 + - uid: 1939 components: - type: Transform - pos: 4.5,-29.5 + pos: -9.5,-40.5 parent: 2 - - uid: 7282 + - uid: 1940 components: - type: Transform - pos: -41.5,20.5 + pos: -9.5,-39.5 parent: 2 - - uid: 7283 + - uid: 1941 components: - type: Transform - pos: -40.5,20.5 + pos: -10.5,-40.5 parent: 2 - - uid: 7284 + - uid: 1942 components: - type: Transform - pos: -36.5,20.5 + pos: -10.5,-39.5 parent: 2 - - uid: 7286 + - uid: 1943 components: - type: Transform - pos: -0.5,-27.5 + pos: 2.5,-39.5 parent: 2 - - uid: 7287 + - uid: 1944 components: - type: Transform - pos: 0.5,-27.5 + pos: 2.5,-40.5 parent: 2 - - uid: 7288 + - uid: 1945 components: - type: Transform - pos: 1.5,-27.5 + pos: 2.5,-38.5 parent: 2 - - uid: 7289 + - uid: 1946 components: - type: Transform - pos: -30.5,27.5 + pos: 2.5,-37.5 parent: 2 - - uid: 7290 + - uid: 1947 components: - type: Transform - pos: -29.5,27.5 + pos: 2.5,-36.5 parent: 2 - - uid: 7291 + - uid: 1948 components: - type: Transform - pos: -28.5,27.5 + pos: 3.5,-40.5 parent: 2 - - uid: 7292 + - uid: 1949 components: - type: Transform - pos: -30.5,33.5 + pos: 4.5,-40.5 parent: 2 - - uid: 7293 + - uid: 1950 components: - type: Transform - pos: -29.5,33.5 + pos: 5.5,-40.5 parent: 2 - - uid: 7294 + - uid: 1951 components: - type: Transform - pos: -28.5,33.5 + pos: 6.5,-40.5 parent: 2 - - uid: 7295 + - uid: 1952 components: - type: Transform - pos: -34.5,33.5 + pos: 7.5,-40.5 parent: 2 - - uid: 7296 + - uid: 1953 components: - type: Transform - pos: -34.5,27.5 + pos: 8.5,-40.5 parent: 2 - - uid: 7298 + - uid: 1959 components: - type: Transform - pos: -25.5,25.5 + pos: -1.5,-41.5 parent: 2 - - uid: 7299 + - uid: 1960 components: - type: Transform - pos: -25.5,24.5 + pos: -1.5,-42.5 parent: 2 - - uid: 7300 + - uid: 1961 components: - type: Transform - pos: -26.5,24.5 + pos: -6.5,-41.5 parent: 2 - - uid: 7304 + - uid: 1962 components: - type: Transform - pos: -27.5,36.5 + pos: -6.5,-43.5 parent: 2 - - uid: 7305 + - uid: 1964 components: - type: Transform - pos: -26.5,36.5 + pos: -8.5,-43.5 parent: 2 - - uid: 7306 + - uid: 1965 components: - type: Transform - pos: -25.5,36.5 + pos: -9.5,-43.5 parent: 2 - - uid: 7307 + - uid: 1966 components: - type: Transform - pos: -25.5,35.5 + pos: -10.5,-43.5 parent: 2 - - uid: 7309 + - uid: 1967 components: - type: Transform - pos: -33.5,36.5 + pos: -10.5,-42.5 parent: 2 - - uid: 7310 + - uid: 1968 components: - type: Transform - pos: -32.5,36.5 + pos: -10.5,-41.5 parent: 2 - - uid: 7311 + - uid: 1969 components: - type: Transform - pos: -31.5,36.5 + pos: -10.5,-45.5 parent: 2 - - uid: 7312 + - uid: 1970 components: - type: Transform - pos: -34.5,24.5 + pos: -10.5,-46.5 parent: 2 - - uid: 7313 + - uid: 1971 components: - type: Transform - pos: -33.5,24.5 + pos: -10.5,-47.5 parent: 2 - - uid: 7323 + - uid: 1972 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-29.5 + pos: -9.5,-47.5 parent: 2 - - uid: 7324 + - uid: 1973 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-29.5 + pos: -7.5,-47.5 parent: 2 - - uid: 7326 + - uid: 1974 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-27.5 + pos: -4.5,-47.5 parent: 2 - - uid: 7327 + - uid: 1975 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-26.5 + pos: -2.5,-47.5 parent: 2 - - uid: 7328 + - uid: 1976 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-26.5 + pos: -1.5,-47.5 parent: 2 - - uid: 7329 + - uid: 1977 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-26.5 + pos: -1.5,-46.5 parent: 2 - - uid: 7393 + - uid: 1978 components: - type: Transform - pos: -40.5,15.5 + pos: -1.5,-45.5 parent: 2 - - uid: 7405 + - uid: 1979 components: - type: Transform - pos: -42.5,14.5 + pos: -1.5,-44.5 parent: 2 - - uid: 7408 + - uid: 1984 components: - type: Transform - pos: -41.5,14.5 + pos: -10.5,-48.5 parent: 2 - - uid: 7409 + - uid: 1985 components: - type: Transform - pos: -40.5,14.5 + pos: -10.5,-49.5 parent: 2 - - uid: 7451 + - uid: 1986 components: - type: Transform - pos: -42.5,12.5 + pos: -12.5,-48.5 parent: 2 - - uid: 7691 + - uid: 1987 components: - type: Transform - pos: -40.5,39.5 + pos: -13.5,-48.5 parent: 2 - - uid: 7692 + - uid: 1989 components: - type: Transform - pos: -40.5,40.5 + pos: -14.5,-47.5 parent: 2 - - uid: 7850 + - uid: 1990 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,8.5 + pos: -14.5,-48.5 parent: 2 - - uid: 7851 + - uid: 1991 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,8.5 + pos: -1.5,-48.5 parent: 2 - - uid: 7852 + - uid: 1992 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,8.5 + pos: -1.5,-49.5 parent: 2 - - uid: 7853 + - uid: 2003 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,8.5 + pos: -41.5,-49.5 parent: 2 - - uid: 7854 + - uid: 2004 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,8.5 + pos: -40.5,-49.5 parent: 2 - - uid: 7855 + - uid: 2005 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,8.5 + pos: -35.5,-49.5 parent: 2 - - uid: 7856 + - uid: 2006 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,8.5 + pos: -36.5,-49.5 parent: 2 - - uid: 7857 + - uid: 2008 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,7.5 + pos: -41.5,-50.5 parent: 2 - - uid: 7858 + - uid: 2009 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,6.5 + pos: -41.5,-51.5 parent: 2 - - uid: 7866 + - uid: 2010 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,3.5 + pos: -41.5,-52.5 parent: 2 - - uid: 7868 + - uid: 2011 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,3.5 + pos: -41.5,-53.5 parent: 2 - - uid: 7869 + - uid: 2012 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,5.5 + pos: -35.5,-50.5 parent: 2 - - uid: 7870 + - uid: 2013 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,4.5 + pos: -35.5,-51.5 parent: 2 - - uid: 7871 + - uid: 2014 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,3.5 + pos: -35.5,-52.5 parent: 2 - - uid: 7873 + - uid: 2015 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,3.5 + pos: -35.5,-53.5 parent: 2 - - uid: 7874 + - uid: 2016 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,3.5 + pos: -41.5,-54.5 parent: 2 - - uid: 7875 + - uid: 2017 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,3.5 + pos: -35.5,-54.5 parent: 2 - - uid: 8159 + - uid: 2018 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,30.5 + pos: -41.5,-55.5 parent: 2 - - uid: 8160 + - uid: 2019 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,29.5 + pos: -40.5,-55.5 parent: 2 - - uid: 8176 + - uid: 2020 components: - type: Transform - pos: -44.5,37.5 + pos: -40.5,-56.5 parent: 2 - - uid: 8177 + - uid: 2021 components: - type: Transform - pos: -43.5,37.5 + pos: -36.5,-56.5 parent: 2 - - uid: 8178 + - uid: 2022 components: - type: Transform - pos: -42.5,37.5 + pos: -35.5,-56.5 parent: 2 - - uid: 8179 + - uid: 2023 components: - type: Transform - pos: -42.5,36.5 + pos: -35.5,-55.5 parent: 2 - - uid: 8191 + - uid: 2024 components: - type: Transform - pos: -48.5,35.5 + pos: -36.5,-58.5 parent: 2 - - uid: 8192 + - uid: 2025 components: - type: Transform - pos: -47.5,35.5 + pos: -35.5,-57.5 parent: 2 - - uid: 8215 + - uid: 2026 components: - type: Transform - pos: -59.5,34.5 + pos: -35.5,-58.5 parent: 2 - - uid: 8216 + - uid: 2027 components: - type: Transform - pos: -58.5,36.5 + pos: -35.5,-59.5 parent: 2 - - uid: 8217 + - uid: 2028 components: - type: Transform - pos: -58.5,34.5 + pos: -34.5,-59.5 parent: 2 - - uid: 8218 + - uid: 2029 components: - type: Transform - pos: -58.5,33.5 + pos: -34.5,-60.5 parent: 2 - - uid: 8223 + - uid: 2030 components: - type: Transform - pos: -55.5,36.5 + pos: -33.5,-60.5 parent: 2 - - uid: 8309 + - uid: 2031 components: - type: Transform - pos: 10.5,59.5 + pos: -33.5,-61.5 parent: 2 - - uid: 8310 + - uid: 2032 components: - type: Transform - pos: 11.5,59.5 + pos: -32.5,-61.5 parent: 2 - - uid: 8311 + - uid: 2033 components: - type: Transform - pos: 12.5,59.5 + pos: -32.5,-62.5 parent: 2 - - uid: 8312 + - uid: 2034 components: - type: Transform - pos: 13.5,59.5 + pos: -31.5,-62.5 parent: 2 - - uid: 8313 + - uid: 2035 components: - type: Transform - pos: 10.5,55.5 + pos: -30.5,-62.5 parent: 2 - - uid: 8314 + - uid: 2036 components: - type: Transform - pos: 11.5,55.5 + pos: -29.5,-62.5 parent: 2 - - uid: 8332 + - uid: 2037 components: - type: Transform - pos: -13.5,54.5 + pos: -28.5,-62.5 parent: 2 - - uid: 8396 + - uid: 2059 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,56.5 + rot: 3.141592653589793 rad + pos: 10.5,-60.5 parent: 2 - - uid: 8609 + - uid: 2080 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,38.5 + pos: -28.5,-63.5 parent: 2 - - uid: 8730 + - uid: 2082 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,11.5 + pos: -27.5,-64.5 parent: 2 - - uid: 8773 + - uid: 2084 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-25.5 + pos: 10.5,-38.5 parent: 2 - - uid: 9586 + - uid: 2085 components: - type: Transform - pos: 40.5,41.5 + pos: 10.5,-39.5 parent: 2 - - uid: 9634 + - uid: 2086 components: - type: Transform - pos: 1.5,30.5 + pos: 10.5,-34.5 parent: 2 - - uid: 9635 + - uid: 2087 components: - type: Transform - pos: 1.5,31.5 + pos: 10.5,-37.5 parent: 2 - - uid: 9637 + - uid: 2088 components: - type: Transform - pos: -4.5,28.5 + pos: 10.5,-36.5 parent: 2 - - uid: 9638 + - uid: 2089 components: - type: Transform - pos: -3.5,28.5 + pos: 3.5,-49.5 parent: 2 - - uid: 9639 + - uid: 2104 components: - type: Transform - pos: -2.5,28.5 + pos: -17.5,-66.5 parent: 2 - - uid: 9640 + - uid: 2107 components: - type: Transform - pos: -1.5,28.5 + pos: -13.5,-67.5 parent: 2 - - uid: 9915 + - uid: 2112 components: - type: Transform - pos: -45.5,3.5 + rot: 1.5707963267948966 rad + pos: -39.5,59.5 parent: 2 - - uid: 10014 + - uid: 2115 components: - type: Transform - pos: 23.5,24.5 + pos: -46.5,-52.5 parent: 2 - - uid: 10017 + - uid: 2116 components: - type: Transform - pos: 23.5,23.5 + pos: -46.5,-53.5 parent: 2 - - uid: 10018 + - uid: 2117 components: - type: Transform - pos: 23.5,22.5 + rot: 3.141592653589793 rad + pos: 11.5,-66.5 parent: 2 - - uid: 10019 + - uid: 2118 components: - type: Transform - pos: 23.5,21.5 + rot: 3.141592653589793 rad + pos: -12.5,-64.5 parent: 2 - - uid: 10020 + - uid: 2120 components: - type: Transform - pos: 23.5,20.5 + pos: -10.5,-60.5 parent: 2 - - uid: 10034 + - uid: 2121 components: - type: Transform - pos: 25.5,24.5 + rot: 3.141592653589793 rad + pos: 11.5,-64.5 parent: 2 - - uid: 10035 + - uid: 2123 components: - type: Transform - pos: 25.5,20.5 + pos: -11.5,-60.5 parent: 2 - - uid: 10084 + - uid: 2124 components: - type: Transform - pos: 32.5,22.5 + pos: -52.5,-49.5 parent: 2 - - uid: 10085 + - uid: 2125 components: - type: Transform - pos: 33.5,22.5 + pos: -51.5,-49.5 parent: 2 - - uid: 10087 + - uid: 2126 components: - type: Transform - pos: 34.5,22.5 + pos: -51.5,-50.5 parent: 2 - - uid: 10152 + - uid: 2127 components: - type: Transform - pos: -2.5,49.5 + pos: -51.5,-52.5 parent: 2 - - uid: 10154 + - uid: 2128 components: - type: Transform - pos: -3.5,50.5 + pos: -50.5,-52.5 parent: 2 - - uid: 10158 + - uid: 2129 components: - type: Transform - pos: -2.5,50.5 + pos: -49.5,-52.5 parent: 2 - - uid: 10165 + - uid: 2130 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,47.5 + pos: -49.5,-53.5 parent: 2 - - uid: 10170 + - uid: 2132 components: - type: Transform - pos: 32.5,20.5 + pos: 10.5,-61.5 parent: 2 - - uid: 10194 + - uid: 2133 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,57.5 + pos: -42.5,-53.5 parent: 2 - - uid: 10201 + - uid: 2134 components: - type: Transform - pos: 24.5,32.5 + pos: -45.5,-52.5 parent: 2 - - uid: 10203 + - uid: 2135 components: - type: Transform - pos: 25.5,32.5 + pos: -44.5,-52.5 parent: 2 - - uid: 10205 + - uid: 2137 components: - type: Transform - pos: 24.5,26.5 + pos: -43.5,-53.5 parent: 2 - - uid: 10206 + - uid: 2138 components: - type: Transform - pos: 23.5,26.5 + pos: -42.5,-54.5 parent: 2 - - uid: 10207 + - uid: 2139 components: - type: Transform - pos: 22.5,26.5 + pos: 7.5,-70.5 parent: 2 - - uid: 10208 + - uid: 2140 components: - type: Transform - pos: 21.5,26.5 + pos: -5.5,-68.5 parent: 2 - - uid: 10265 + - uid: 2141 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,3.5 + pos: -5.5,-69.5 parent: 2 - - uid: 10291 + - uid: 2142 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,4.5 + pos: -10.5,-68.5 parent: 2 - - uid: 10292 + - uid: 2143 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,5.5 + pos: -11.5,-68.5 parent: 2 - - uid: 10293 + - uid: 2144 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 60.5,3.5 + pos: -12.5,-68.5 parent: 2 - - uid: 10294 + - uid: 2145 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 57.5,3.5 + pos: -13.5,-68.5 parent: 2 - - uid: 10301 + - uid: 2146 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 58.5,2.5 + pos: -14.5,-67.5 parent: 2 - - uid: 10302 + - uid: 2147 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 58.5,-1.5 + pos: -17.5,-67.5 parent: 2 - - uid: 10313 + - uid: 2148 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,-2.5 + pos: -18.5,-66.5 parent: 2 - - uid: 10314 + - uid: 2149 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 60.5,-2.5 + pos: -19.5,-66.5 parent: 2 - - uid: 10481 + - uid: 2150 components: - type: Transform - pos: 25.5,21.5 + pos: -20.5,-66.5 parent: 2 - - uid: 10738 + - uid: 2151 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-59.5 + pos: -27.5,-65.5 parent: 2 - - uid: 10740 + - uid: 2152 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-57.5 + pos: -28.5,-64.5 parent: 2 - - uid: 10750 + - uid: 2171 components: - type: Transform rot: 1.5707963267948966 rad - pos: -10.5,-57.5 + pos: -41.5,59.5 parent: 2 - - uid: 10752 + - uid: 2174 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-59.5 + pos: 0.5,-56.5 parent: 2 - - uid: 10753 + - uid: 2175 components: - type: Transform rot: 1.5707963267948966 rad - pos: -6.5,-59.5 + pos: -41.5,58.5 parent: 2 - - uid: 11059 + - uid: 2181 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,-41.5 + pos: 68.5,-26.5 parent: 2 - - uid: 11108 + - uid: 2188 components: - type: Transform - pos: 15.5,-45.5 + rot: 3.141592653589793 rad + pos: 11.5,-67.5 parent: 2 - - uid: 11177 + - uid: 2189 components: - type: Transform - pos: 6.5,-59.5 + rot: -1.5707963267948966 rad + pos: 72.5,-8.5 parent: 2 - - uid: 11180 + - uid: 2190 components: - type: Transform - pos: 5.5,-59.5 + rot: 3.141592653589793 rad + pos: -11.5,-64.5 parent: 2 - - uid: 11310 + - uid: 2197 components: - type: Transform - pos: 34.5,47.5 + pos: 9.5,-56.5 parent: 2 - - uid: 11312 + - uid: 2198 components: - type: Transform - pos: 30.5,47.5 + pos: -1.5,-68.5 parent: 2 - - uid: 11447 + - uid: 2199 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,29.5 + pos: 2.5,-68.5 parent: 2 - - uid: 11482 + - uid: 2203 components: - type: Transform - pos: -58.5,0.5 + pos: 2.5,-69.5 parent: 2 - - uid: 11707 + - uid: 2204 components: - type: Transform - pos: -63.5,-15.5 + pos: -1.5,-69.5 parent: 2 - - uid: 11852 + - uid: 2211 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,20.5 + pos: 6.5,-68.5 parent: 2 - - uid: 11853 + - uid: 2212 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,24.5 + pos: 6.5,-69.5 parent: 2 - - uid: 11855 + - uid: 2213 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,23.5 + pos: 7.5,-69.5 parent: 2 - - uid: 11856 + - uid: 2214 components: - type: Transform - pos: 54.5,22.5 + pos: -6.5,-69.5 parent: 2 - - uid: 11857 + - uid: 2215 components: - type: Transform - pos: 56.5,24.5 + pos: -6.5,-70.5 parent: 2 - - uid: 11858 + - uid: 2216 components: - type: Transform - pos: 56.5,20.5 + pos: -6.5,-71.5 parent: 2 - - uid: 11859 + - uid: 2217 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,21.5 + pos: -6.5,-72.5 parent: 2 - - uid: 12439 + - uid: 2218 components: - type: Transform - pos: 48.5,41.5 + pos: -6.5,-73.5 parent: 2 - - uid: 12440 + - uid: 2219 components: - type: Transform - pos: 48.5,42.5 + pos: -10.5,-69.5 parent: 2 - - uid: 12441 + - uid: 2220 components: - type: Transform - pos: 48.5,43.5 + pos: -10.5,-70.5 parent: 2 - - uid: 12767 + - uid: 2221 components: - type: Transform - pos: -11.5,59.5 + pos: -10.5,-71.5 parent: 2 - - uid: 12788 + - uid: 2222 components: - type: Transform - pos: -11.5,60.5 + pos: -10.5,-72.5 parent: 2 - - uid: 13240 + - uid: 2223 components: - type: Transform - pos: -29.5,39.5 + pos: -10.5,-73.5 parent: 2 - - uid: 13241 + - uid: 2224 components: - type: Transform - pos: -29.5,38.5 + pos: 7.5,-71.5 parent: 2 - - uid: 13297 + - uid: 2225 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,58.5 + pos: 7.5,-72.5 parent: 2 - - uid: 13457 + - uid: 2226 components: - type: Transform - pos: -4.5,64.5 + pos: 7.5,-73.5 parent: 2 - - uid: 14511 + - uid: 2227 components: - type: Transform - rot: 3.141592653589793 rad - pos: -81.5,73.5 + pos: 7.5,-74.5 parent: 2 - - uid: 14720 + - uid: 2228 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,-16.5 + pos: 7.5,-75.5 parent: 2 - - uid: 19504 + - uid: 2229 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,18.5 + pos: 5.5,-76.5 parent: 2 - - uid: 19505 + - uid: 2230 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,17.5 + pos: -6.5,-74.5 parent: 2 - - uid: 19506 + - uid: 2231 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,16.5 + pos: -6.5,-75.5 parent: 2 - - uid: 24111 + - uid: 2232 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,71.5 + pos: -6.5,-76.5 parent: 2 - - uid: 24182 + - uid: 2233 components: - type: Transform - rot: 3.141592653589793 rad - pos: -61.5,73.5 + pos: -5.5,-76.5 parent: 2 - - uid: 24222 + - uid: 2234 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,78.5 + pos: -4.5,-76.5 parent: 2 - - uid: 27540 + - uid: 2235 components: - type: Transform - pos: -3.5,-57.5 + pos: -4.5,-78.5 parent: 2 - - uid: 31951 + - uid: 2236 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,28.5 + pos: -5.5,-78.5 parent: 2 - - uid: 33860 + - uid: 2237 components: - type: Transform - pos: -84.5,74.5 + pos: -6.5,-78.5 parent: 2 - - uid: 34129 + - uid: 2238 components: - type: Transform - pos: -56.5,-11.5 + pos: -10.5,-75.5 parent: 2 - - uid: 34130 + - uid: 2239 components: - type: Transform - pos: -56.5,-10.5 + pos: -10.5,-76.5 parent: 2 - - uid: 34131 + - uid: 2240 components: - type: Transform - pos: -55.5,-7.5 + pos: -11.5,-76.5 parent: 2 - - uid: 34193 + - uid: 2241 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -87.5,60.5 + pos: -12.5,-76.5 parent: 2 - - uid: 34194 + - uid: 2242 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -86.5,59.5 + pos: -10.5,-74.5 parent: 2 - - uid: 35032 + - uid: 2243 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 67.5,28.5 + pos: -12.5,-78.5 parent: 2 - - uid: 35033 + - uid: 2244 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 67.5,27.5 + pos: -11.5,-78.5 parent: 2 - - uid: 35034 + - uid: 2245 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 68.5,27.5 + pos: -10.5,-78.5 parent: 2 - - uid: 35035 + - uid: 2246 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 69.5,27.5 + pos: -6.5,-83.5 parent: 2 - - uid: 35128 + - uid: 2247 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,50.5 + pos: -5.5,-83.5 parent: 2 - - uid: 35129 + - uid: 2248 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,50.5 + pos: -4.5,-83.5 parent: 2 - - uid: 35130 + - uid: 2249 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 57.5,50.5 + pos: -4.5,-85.5 parent: 2 - - uid: 35131 + - uid: 2250 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,49.5 + pos: -5.5,-85.5 parent: 2 - - uid: 35132 + - uid: 2251 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,53.5 + pos: -6.5,-85.5 parent: 2 - - uid: 35133 + - uid: 2252 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 60.5,53.5 + pos: -10.5,-83.5 parent: 2 - - uid: 35170 + - uid: 2253 components: - type: Transform - pos: 66.5,36.5 + pos: -11.5,-83.5 parent: 2 - - uid: 35171 + - uid: 2254 components: - type: Transform - pos: 66.5,35.5 + pos: -12.5,-83.5 parent: 2 - - uid: 35172 + - uid: 2255 components: - type: Transform - pos: 67.5,35.5 + pos: -12.5,-85.5 parent: 2 - - uid: 35173 + - uid: 2256 components: - type: Transform - pos: 68.5,35.5 + pos: -11.5,-85.5 parent: 2 - - uid: 35174 + - uid: 2257 components: - type: Transform - pos: 69.5,35.5 + pos: -10.5,-85.5 parent: 2 - - uid: 35438 + - uid: 2266 components: - type: Transform - pos: 58.5,27.5 + pos: -10.5,-86.5 parent: 2 - - uid: 35439 + - uid: 2267 components: - type: Transform - pos: 57.5,27.5 + pos: -10.5,-87.5 parent: 2 - - uid: 35440 + - uid: 2268 components: - type: Transform - pos: 57.5,28.5 + pos: -10.5,-88.5 parent: 2 - - uid: 35441 + - uid: 2269 components: - type: Transform - pos: 57.5,29.5 + pos: -10.5,-89.5 parent: 2 - - uid: 35442 + - uid: 2270 components: - type: Transform - pos: 57.5,30.5 + pos: -6.5,-89.5 parent: 2 - - uid: 35443 + - uid: 2271 components: - type: Transform - pos: 57.5,31.5 + pos: -6.5,-88.5 parent: 2 - - uid: 35463 + - uid: 2272 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,30.5 + pos: -6.5,-87.5 parent: 2 - - uid: 35606 + - uid: 2273 components: - type: Transform - pos: -87.5,82.5 + pos: -6.5,-86.5 parent: 2 - - uid: 35659 + - uid: 2274 components: - type: Transform - pos: -87.5,77.5 + pos: -9.5,-87.5 parent: 2 - - uid: 35660 + - uid: 2275 components: - type: Transform - pos: -88.5,77.5 + pos: -7.5,-87.5 parent: 2 - - uid: 35662 + - uid: 2276 components: - type: Transform - pos: -80.5,77.5 + pos: -9.5,-89.5 parent: 2 - - uid: 35798 + - uid: 2277 components: - type: Transform - pos: -80.5,78.5 + pos: -7.5,-89.5 parent: 2 - - uid: 36338 + - uid: 2278 components: - type: Transform - pos: -65.5,74.5 + pos: 6.5,-76.5 parent: 2 - - uid: 36355 + - uid: 2279 components: - type: Transform - pos: -63.5,74.5 + pos: 7.5,-76.5 parent: 2 - - uid: 36356 + - uid: 2280 components: - type: Transform - pos: -63.5,72.5 + pos: 5.5,-78.5 parent: 2 - - uid: 36359 + - uid: 2281 components: - type: Transform - pos: -65.5,73.5 + pos: 6.5,-78.5 parent: 2 - - uid: 36400 + - uid: 2282 components: - type: Transform - pos: -63.5,75.5 + pos: 7.5,-78.5 parent: 2 - - uid: 36402 + - uid: 2283 components: - type: Transform - pos: -65.5,75.5 + pos: 7.5,-56.5 parent: 2 - - uid: 36403 + - uid: 2285 components: - type: Transform - pos: -66.5,75.5 + pos: 11.5,-68.5 parent: 2 - - uid: 36762 + - uid: 2286 components: - type: Transform - pos: 59.5,46.5 + pos: 11.5,-69.5 parent: 2 -- proto: TableReinforcedGlass - entities: - - uid: 31107 + - uid: 2287 components: - type: Transform - pos: -10.5,42.5 + pos: 11.5,-70.5 parent: 2 - - uid: 31108 + - uid: 2288 components: - type: Transform - pos: -9.5,42.5 + pos: 11.5,-71.5 parent: 2 - - uid: 31116 + - uid: 2289 components: - type: Transform - pos: -9.5,43.5 + pos: 11.5,-72.5 parent: 2 - - uid: 31117 + - uid: 2290 components: - type: Transform - pos: -9.5,44.5 + pos: 11.5,-73.5 parent: 2 -- proto: TableStone - entities: - - uid: 8813 + - uid: 2291 components: - type: Transform - pos: 54.5,-23.5 + pos: 11.5,-74.5 parent: 2 - - uid: 27690 + - uid: 2292 components: - type: Transform - pos: 72.5,-13.5 + pos: 11.5,-75.5 parent: 2 -- proto: TableWeb - entities: - - uid: 16007 + - uid: 2293 components: - type: Transform - pos: -10.5,7.5 - parent: 14592 - - uid: 43029 + pos: 11.5,-76.5 + parent: 2 + - uid: 2294 components: - type: Transform - pos: -47.5,-10.5 + pos: 12.5,-76.5 parent: 2 -- proto: TableWood - entities: - - uid: 1149 + - uid: 2295 components: - type: Transform - pos: 22.5,40.5 + pos: 13.5,-76.5 parent: 2 - - uid: 1162 + - uid: 2296 components: - type: Transform - pos: 21.5,40.5 + pos: 11.5,-78.5 parent: 2 - - uid: 2110 + - uid: 2297 components: - type: Transform - pos: 32.5,26.5 + pos: 12.5,-78.5 parent: 2 - - uid: 2576 + - uid: 2298 components: - type: Transform - pos: 40.5,-58.5 + pos: 13.5,-78.5 parent: 2 - - uid: 2578 + - uid: 2299 components: - type: Transform - pos: 41.5,-58.5 + pos: 5.5,-83.5 parent: 2 - - uid: 2579 + - uid: 2300 components: - type: Transform - pos: 42.5,-56.5 + pos: 6.5,-83.5 parent: 2 - - uid: 3108 + - uid: 2301 components: - type: Transform - pos: 20.5,39.5 + pos: 7.5,-83.5 parent: 2 - - uid: 3182 + - uid: 2302 components: - type: Transform - pos: 63.5,-28.5 + pos: 5.5,-85.5 parent: 2 - - uid: 3254 + - uid: 2303 components: - type: Transform - pos: 52.5,-29.5 + pos: 6.5,-85.5 parent: 2 - - uid: 3255 + - uid: 2304 components: - type: Transform - pos: 50.5,-32.5 + pos: 7.5,-85.5 parent: 2 - - uid: 3257 + - uid: 2305 components: - type: Transform - pos: 53.5,-29.5 + pos: 13.5,-83.5 parent: 2 - - uid: 3471 + - uid: 2306 components: - type: Transform - pos: 33.5,26.5 + pos: 12.5,-83.5 parent: 2 - - uid: 3846 + - uid: 2307 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,60.5 + pos: 11.5,-83.5 parent: 2 - - uid: 4467 + - uid: 2308 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-68.5 + pos: 11.5,-85.5 parent: 2 - - uid: 4901 + - uid: 2309 components: - type: Transform - pos: -15.5,-16.5 + pos: 12.5,-85.5 parent: 2 - - uid: 4902 + - uid: 2310 components: - type: Transform - pos: -14.5,-16.5 + pos: 13.5,-85.5 parent: 2 - - uid: 4903 + - uid: 2311 components: - type: Transform - pos: -13.5,-16.5 + pos: 7.5,-86.5 parent: 2 - - uid: 4904 + - uid: 2312 components: - type: Transform - pos: -13.5,-17.5 + pos: 7.5,-87.5 parent: 2 - - uid: 5489 + - uid: 2313 components: - type: Transform - pos: -40.5,-53.5 + pos: 7.5,-88.5 parent: 2 - - uid: 5490 + - uid: 2314 components: - type: Transform - pos: -39.5,-53.5 + pos: 7.5,-89.5 parent: 2 - - uid: 5491 + - uid: 2315 components: - type: Transform - pos: -38.5,-53.5 + pos: 8.5,-89.5 parent: 2 - - uid: 5493 + - uid: 2316 components: - type: Transform - pos: -40.5,-54.5 + pos: 10.5,-89.5 parent: 2 - - uid: 5612 + - uid: 2317 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-43.5 + pos: 11.5,-89.5 parent: 2 - - uid: 5619 + - uid: 2318 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-41.5 + pos: 11.5,-88.5 parent: 2 - - uid: 5620 + - uid: 2319 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-45.5 + pos: 11.5,-87.5 parent: 2 - - uid: 5626 + - uid: 2320 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-42.5 + pos: 11.5,-86.5 parent: 2 - - uid: 5627 + - uid: 2321 components: - type: Transform - pos: -9.5,-42.5 + pos: 8.5,-87.5 parent: 2 - - uid: 5631 + - uid: 2322 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-46.5 + pos: 10.5,-87.5 parent: 2 - - uid: 5632 + - uid: 2333 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-41.5 + pos: -3.5,-60.5 parent: 2 - - uid: 5685 + - uid: 2335 components: - type: Transform - pos: -9.5,-45.5 + pos: 11.5,-60.5 parent: 2 - - uid: 5686 + - uid: 2336 components: - type: Transform - pos: -9.5,-46.5 + pos: 12.5,-60.5 parent: 2 - - uid: 5687 + - uid: 2338 components: - type: Transform - pos: -8.5,-46.5 + pos: -6.5,-56.5 parent: 2 - - uid: 5688 + - uid: 2340 components: - type: Transform - pos: -7.5,-46.5 + pos: 12.5,-68.5 parent: 2 - - uid: 5708 + - uid: 2341 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-39.5 + pos: 13.5,-68.5 parent: 2 - - uid: 5711 + - uid: 2342 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-39.5 + pos: 14.5,-68.5 parent: 2 - - uid: 5713 + - uid: 2343 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-34.5 + pos: 14.5,-67.5 parent: 2 - - uid: 5714 + - uid: 2344 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-34.5 + pos: 15.5,-67.5 parent: 2 - - uid: 5716 + - uid: 2350 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-36.5 + pos: 69.5,-26.5 parent: 2 - - uid: 5721 + - uid: 2351 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-35.5 + pos: -2.5,-60.5 parent: 2 - - uid: 5722 + - uid: 2352 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-36.5 + pos: -10.5,-56.5 parent: 2 - - uid: 5724 + - uid: 2358 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-37.5 + pos: 3.5,-56.5 parent: 2 - - uid: 5725 + - uid: 2372 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-37.5 + pos: 2.5,-49.5 parent: 2 - - uid: 5728 + - uid: 2373 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-37.5 + pos: 2.5,-48.5 parent: 2 - - uid: 6049 + - uid: 2374 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,41.5 + pos: 2.5,-47.5 parent: 2 - - uid: 6109 + - uid: 2375 components: - type: Transform - pos: 13.5,-33.5 + pos: 2.5,-46.5 parent: 2 - - uid: 6115 + - uid: 2376 components: - type: Transform - pos: 14.5,-33.5 + pos: 2.5,-45.5 parent: 2 - - uid: 6116 + - uid: 2377 components: - type: Transform - pos: 12.5,-33.5 + pos: 2.5,-43.5 parent: 2 - - uid: 6117 + - uid: 2378 components: - type: Transform - pos: 14.5,-34.5 + pos: 2.5,-42.5 parent: 2 - - uid: 6144 + - uid: 2379 components: - type: Transform - pos: 4.5,-36.5 + pos: 2.5,-41.5 parent: 2 - - uid: 6145 + - uid: 2380 components: - type: Transform - pos: 5.5,-36.5 + pos: 3.5,-48.5 parent: 2 - - uid: 6151 + - uid: 2381 components: - type: Transform - pos: 9.5,-37.5 + pos: 3.5,-47.5 parent: 2 - - uid: 6152 + - uid: 2382 components: - type: Transform - pos: 8.5,-37.5 + pos: 4.5,-49.5 parent: 2 - - uid: 6153 + - uid: 2383 components: - type: Transform - pos: 7.5,-37.5 + pos: 4.5,-48.5 parent: 2 - - uid: 6154 + - uid: 2384 components: - type: Transform - pos: 7.5,-38.5 + pos: 4.5,-47.5 parent: 2 - - uid: 6182 + - uid: 2385 components: - type: Transform - pos: -27.5,59.5 + pos: 5.5,-48.5 parent: 2 - - uid: 6200 + - uid: 2386 components: - type: Transform - pos: -29.5,55.5 + pos: 5.5,-47.5 parent: 2 - - uid: 6213 + - uid: 2387 components: - type: Transform - pos: -27.5,60.5 + pos: 6.5,-48.5 parent: 2 - - uid: 6227 + - uid: 2388 components: - type: Transform - pos: -2.5,69.5 + pos: 6.5,-47.5 parent: 2 - - uid: 6230 + - uid: 2389 components: - type: Transform - pos: 3.5,69.5 + pos: 7.5,-48.5 parent: 2 - - uid: 6231 + - uid: 2390 components: - type: Transform - pos: 4.5,69.5 + pos: 7.5,-47.5 parent: 2 - - uid: 6232 + - uid: 2391 components: - type: Transform - pos: -3.5,68.5 + pos: 8.5,-48.5 parent: 2 - - uid: 6234 + - uid: 2392 components: - type: Transform - pos: 1.5,69.5 + pos: 8.5,-47.5 parent: 2 - - uid: 6235 + - uid: 2393 components: - type: Transform - pos: 0.5,69.5 + pos: 8.5,-49.5 parent: 2 - - uid: 6249 + - uid: 2394 components: - type: Transform - pos: -3.5,69.5 + pos: 9.5,-48.5 parent: 2 - - uid: 6731 + - uid: 2395 components: - type: Transform - pos: 14.5,-16.5 + pos: 9.5,-47.5 parent: 2 - - uid: 6732 + - uid: 2396 components: - type: Transform - pos: 13.5,-16.5 + pos: 9.5,-46.5 parent: 2 - - uid: 6733 + - uid: 2397 components: - type: Transform - pos: 13.5,-17.5 + pos: 9.5,-45.5 parent: 2 - - uid: 6734 + - uid: 2398 components: - type: Transform - pos: 13.5,-18.5 + pos: 9.5,-44.5 parent: 2 - - uid: 6737 + - uid: 2399 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-15.5 + pos: 9.5,-43.5 parent: 2 - - uid: 6976 + - uid: 2400 components: - type: Transform - pos: 6.5,69.5 + pos: 9.5,-42.5 parent: 2 - - uid: 6979 + - uid: 2401 components: - type: Transform - pos: -48.5,10.5 + pos: 9.5,-41.5 parent: 2 - - uid: 7056 + - uid: 2402 components: - type: Transform - pos: 48.5,-30.5 + pos: 9.5,-40.5 parent: 2 - - uid: 7165 + - uid: 2403 components: - type: Transform - rot: 3.141592653589793 rad - pos: 62.5,-14.5 + pos: 10.5,-48.5 parent: 2 - - uid: 7166 + - uid: 2411 components: - type: Transform - rot: 3.141592653589793 rad - pos: 62.5,-16.5 + pos: 10.5,-40.5 parent: 2 - - uid: 7207 + - uid: 2412 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,-13.5 + pos: 3.5,-46.5 parent: 2 - - uid: 7208 + - uid: 2413 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,-14.5 + pos: 3.5,-45.5 parent: 2 - - uid: 7209 + - uid: 2414 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,-17.5 + pos: 4.5,-45.5 parent: 2 - - uid: 7211 + - uid: 2415 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,-16.5 + pos: 3.5,-43.5 parent: 2 - - uid: 7829 + - uid: 2416 components: - type: Transform - pos: -27.5,-58.5 + pos: 3.5,-42.5 parent: 2 - - uid: 8092 + - uid: 2417 components: - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,14.5 + pos: 3.5,-41.5 parent: 2 - - uid: 8093 + - uid: 2418 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,14.5 + pos: 4.5,-43.5 parent: 2 - - uid: 8094 + - uid: 2419 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,14.5 + pos: 8.5,-41.5 parent: 2 - - uid: 8095 + - uid: 2420 components: - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,15.5 + pos: 7.5,-41.5 parent: 2 - - uid: 8100 + - uid: 2421 components: - type: Transform - pos: -17.5,14.5 + pos: 6.5,-41.5 parent: 2 - - uid: 8247 + - uid: 2422 components: - type: Transform - pos: 41.5,-42.5 + pos: 5.5,-41.5 parent: 2 - - uid: 8293 + - uid: 2423 components: - type: Transform - pos: 65.5,-28.5 + pos: 4.5,-41.5 parent: 2 - - uid: 8295 + - uid: 2424 components: - type: Transform - pos: 51.5,-32.5 + pos: 11.5,-37.5 parent: 2 - - uid: 8359 + - uid: 2425 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,58.5 + pos: 12.5,-37.5 parent: 2 - - uid: 8360 + - uid: 2426 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,58.5 + pos: 12.5,-38.5 parent: 2 - - uid: 8361 + - uid: 2427 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,58.5 + pos: 11.5,-40.5 parent: 2 - - uid: 8362 + - uid: 2428 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,61.5 + pos: 12.5,-40.5 parent: 2 - - uid: 8363 + - uid: 2429 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,61.5 + pos: 13.5,-40.5 parent: 2 - - uid: 8417 + - uid: 2430 components: - type: Transform - pos: -1.5,61.5 + pos: 14.5,-40.5 parent: 2 - - uid: 8431 + - uid: 2431 components: - type: Transform - pos: 8.5,68.5 + pos: 15.5,-40.5 parent: 2 - - uid: 8593 + - uid: 2432 components: - type: Transform - pos: 40.5,-42.5 + pos: 15.5,-39.5 parent: 2 - - uid: 8809 + - uid: 2433 components: - type: Transform - pos: 52.5,-21.5 + pos: 15.5,-37.5 parent: 2 - - uid: 8838 + - uid: 2434 components: - type: Transform - pos: 58.5,-20.5 + pos: 14.5,-37.5 parent: 2 - - uid: 8839 + - uid: 2435 components: - type: Transform - pos: 58.5,-21.5 + pos: 15.5,-36.5 parent: 2 - - uid: 8840 + - uid: 2436 components: - type: Transform - pos: 58.5,-22.5 + pos: 15.5,-35.5 parent: 2 - - uid: 8841 + - uid: 2437 components: - type: Transform - pos: 57.5,-22.5 + pos: 15.5,-34.5 parent: 2 - - uid: 8912 + - uid: 2438 components: - type: Transform - pos: 39.5,-42.5 + pos: 15.5,-33.5 parent: 2 - - uid: 8913 + - uid: 2439 components: - type: Transform - pos: 39.5,-43.5 + pos: 15.5,-32.5 parent: 2 - - uid: 8931 + - uid: 2440 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,-46.5 + pos: 15.5,-31.5 parent: 2 - - uid: 8932 + - uid: 2441 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-46.5 + pos: 15.5,-30.5 parent: 2 - - uid: 8933 + - uid: 2442 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-45.5 + pos: 14.5,-30.5 parent: 2 - - uid: 8973 + - uid: 2443 components: - type: Transform - pos: 35.5,-45.5 + pos: 13.5,-30.5 parent: 2 - - uid: 8988 + - uid: 2444 components: - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,-45.5 + pos: 12.5,-30.5 parent: 2 - - uid: 8990 + - uid: 2452 components: - type: Transform - pos: 34.5,-45.5 + pos: 12.5,-28.5 parent: 2 - - uid: 8998 + - uid: 2453 components: - type: Transform - pos: 41.5,-39.5 + pos: 17.5,-28.5 parent: 2 - - uid: 9009 + - uid: 2454 components: - type: Transform - pos: 32.5,-55.5 + pos: 18.5,-28.5 parent: 2 - - uid: 9010 + - uid: 2455 components: - type: Transform - pos: 32.5,-56.5 + pos: 18.5,-29.5 parent: 2 - - uid: 9011 + - uid: 2456 components: - type: Transform - pos: 31.5,-56.5 + pos: 18.5,-30.5 parent: 2 - - uid: 9012 + - uid: 2457 components: - type: Transform - pos: 30.5,-56.5 + pos: 17.5,-30.5 parent: 2 - - uid: 9013 + - uid: 2458 components: - type: Transform - pos: 22.5,-59.5 + pos: 16.5,-30.5 parent: 2 - - uid: 9019 + - uid: 2475 components: - type: Transform - pos: 23.5,-59.5 + pos: 16.5,-67.5 parent: 2 - - uid: 9020 + - uid: 2476 components: - type: Transform - pos: 24.5,-59.5 + pos: 17.5,-67.5 parent: 2 - - uid: 9021 + - uid: 2477 components: - type: Transform - pos: 24.5,-58.5 + pos: 18.5,-67.5 parent: 2 - - uid: 9022 + - uid: 2478 components: - type: Transform - pos: 26.5,-57.5 + pos: 18.5,-66.5 parent: 2 - - uid: 9023 + - uid: 2479 components: - type: Transform - pos: 27.5,-57.5 + pos: 19.5,-66.5 parent: 2 - - uid: 9024 + - uid: 2480 components: - type: Transform - pos: 28.5,-57.5 + pos: 20.5,-66.5 parent: 2 - - uid: 9025 + - uid: 2481 components: - type: Transform - pos: 28.5,-56.5 + pos: 21.5,-66.5 parent: 2 - - uid: 9026 + - uid: 2482 components: - type: Transform - pos: 18.5,-61.5 + pos: 23.5,-65.5 parent: 2 - - uid: 9027 + - uid: 2483 components: - type: Transform - pos: 19.5,-61.5 + pos: 22.5,-65.5 parent: 2 - - uid: 9028 + - uid: 2484 components: - type: Transform - pos: 20.5,-61.5 + pos: 21.5,-65.5 parent: 2 - - uid: 9029 + - uid: 2485 components: - type: Transform - pos: 20.5,-60.5 + pos: 24.5,-65.5 parent: 2 - - uid: 9040 + - uid: 2486 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-58.5 + pos: 24.5,-64.5 parent: 2 - - uid: 9041 + - uid: 2525 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,-56.5 + pos: 25.5,-64.5 parent: 2 - - uid: 9042 + - uid: 2526 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-54.5 + pos: 26.5,-64.5 parent: 2 - - uid: 9043 + - uid: 2527 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-53.5 + pos: 27.5,-64.5 parent: 2 - - uid: 9359 + - uid: 2528 components: - type: Transform - pos: 41.5,50.5 + pos: 27.5,-63.5 parent: 2 - - uid: 9469 + - uid: 2529 components: - type: Transform - pos: 41.5,51.5 + pos: 28.5,-63.5 parent: 2 - - uid: 9788 + - uid: 2530 components: - type: Transform - pos: 6.5,42.5 + pos: 29.5,-63.5 parent: 2 - - uid: 9796 + - uid: 2531 components: - type: Transform - pos: 9.5,48.5 + pos: 29.5,-62.5 parent: 2 - - uid: 9798 + - uid: 2532 components: - type: Transform - pos: 9.5,47.5 + pos: 30.5,-62.5 parent: 2 - - uid: 9799 + - uid: 2537 components: - type: Transform - pos: 9.5,46.5 + pos: 33.5,-60.5 parent: 2 - - uid: 9800 + - uid: 2538 components: - type: Transform - pos: 10.5,48.5 + pos: 34.5,-60.5 parent: 2 - - uid: 9801 + - uid: 2539 components: - type: Transform - pos: 10.5,47.5 + pos: 35.5,-60.5 parent: 2 - - uid: 9802 + - uid: 2540 components: - type: Transform - pos: 10.5,46.5 + pos: 35.5,-59.5 parent: 2 - - uid: 9803 + - uid: 2541 components: - type: Transform - pos: 8.5,48.5 + pos: 36.5,-59.5 parent: 2 - - uid: 9804 + - uid: 2542 components: - type: Transform - pos: 8.5,47.5 + pos: 36.5,-58.5 parent: 2 - - uid: 9805 + - uid: 2550 components: - type: Transform - pos: 8.5,46.5 + pos: 37.5,-58.5 parent: 2 - - uid: 9851 + - uid: 2573 components: - type: Transform - pos: 14.5,42.5 + pos: 43.5,-55.5 parent: 2 - - uid: 9852 + - uid: 2583 components: - type: Transform - pos: 15.5,42.5 + pos: 39.5,-59.5 parent: 2 - - uid: 9853 + - uid: 2643 components: - type: Transform - pos: 16.5,42.5 + pos: 45.5,-39.5 parent: 2 - - uid: 9894 + - uid: 2644 components: - type: Transform - pos: -28.5,-49.5 + pos: 42.5,-41.5 parent: 2 - - uid: 9968 + - uid: 2645 components: - type: Transform - pos: -19.5,-65.5 + pos: 42.5,-42.5 parent: 2 - - uid: 9969 + - uid: 2646 components: - type: Transform - pos: -20.5,-65.5 + pos: 42.5,-39.5 parent: 2 - - uid: 9978 + - uid: 2647 components: - type: Transform - pos: 26.5,70.5 + pos: 42.5,-40.5 parent: 2 - - uid: 9979 + - uid: 2653 components: - type: Transform - pos: 26.5,69.5 + pos: 47.5,-38.5 parent: 2 - - uid: 10036 + - uid: 2654 components: - type: Transform - pos: -25.5,-64.5 + pos: 46.5,-38.5 parent: 2 - - uid: 10039 + - uid: 2655 components: - type: Transform - pos: -25.5,-63.5 + pos: 48.5,-39.5 parent: 2 - - uid: 10046 + - uid: 2656 components: - type: Transform - pos: 25.5,70.5 + pos: 48.5,-38.5 parent: 2 - - uid: 10066 + - uid: 2657 components: - type: Transform - pos: 25.5,69.5 + pos: 45.5,-42.5 parent: 2 - - uid: 10079 + - uid: 2658 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-60.5 + pos: 48.5,-40.5 parent: 2 - - uid: 10082 + - uid: 2659 components: - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,-60.5 + pos: 48.5,-41.5 parent: 2 - - uid: 10224 + - uid: 2662 components: - type: Transform - pos: 31.5,26.5 + pos: 48.5,-42.5 parent: 2 - - uid: 10227 + - uid: 2663 components: - type: Transform - pos: 31.5,25.5 + pos: 45.5,-40.5 parent: 2 - - uid: 10350 + - uid: 2664 components: - type: Transform - pos: 39.5,23.5 + pos: 45.5,-41.5 parent: 2 - - uid: 10351 + - uid: 2665 components: - type: Transform - pos: 39.5,22.5 + pos: 43.5,-38.5 parent: 2 - - uid: 10352 + - uid: 2666 components: - type: Transform - pos: 39.5,21.5 + pos: 42.5,-38.5 parent: 2 - - uid: 10359 + - uid: 2667 components: - type: Transform - pos: 42.5,23.5 + pos: 45.5,-38.5 parent: 2 - - uid: 10495 + - uid: 2668 components: - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,59.5 + pos: 44.5,-38.5 parent: 2 - - uid: 10496 + - uid: 2674 components: - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,59.5 + pos: 11.5,-24.5 parent: 2 - - uid: 10497 + - uid: 2677 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,59.5 + pos: 53.5,-44.5 parent: 2 - - uid: 10498 + - uid: 2678 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,58.5 + pos: 52.5,-46.5 parent: 2 - - uid: 10502 + - uid: 2679 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,52.5 + pos: 52.5,-45.5 parent: 2 - - uid: 10503 + - uid: 2680 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,53.5 + pos: 53.5,-45.5 parent: 2 - - uid: 10515 + - uid: 2687 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,52.5 + pos: -63.5,85.5 parent: 2 - - uid: 10528 + - uid: 2688 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,52.5 + pos: -67.5,87.5 parent: 2 - - uid: 10633 + - uid: 2691 components: - type: Transform rot: 3.141592653589793 rad - pos: -25.5,-51.5 + pos: -50.5,-21.5 parent: 2 - - uid: 10708 + - uid: 2693 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,32.5 + pos: 56.5,-40.5 parent: 2 - - uid: 10756 + - uid: 2694 components: - type: Transform - pos: -2.5,41.5 + pos: 72.5,-17.5 parent: 2 - - uid: 10757 + - uid: 2695 components: - type: Transform - pos: -3.5,41.5 + pos: 72.5,-16.5 parent: 2 - - uid: 10758 + - uid: 2718 components: - type: Transform - pos: -4.5,41.5 + pos: -37.5,-34.5 parent: 2 - - uid: 10759 + - uid: 2727 components: - type: Transform - pos: -4.5,40.5 + pos: 57.5,-40.5 parent: 2 - - uid: 10763 + - uid: 2728 components: - type: Transform - pos: -4.5,45.5 + pos: 57.5,-39.5 parent: 2 - - uid: 10782 + - uid: 2729 components: - type: Transform - pos: -5.5,43.5 + pos: 58.5,-40.5 parent: 2 - - uid: 10919 + - uid: 2730 components: - type: Transform - pos: 34.5,-54.5 + pos: 58.5,-39.5 parent: 2 - - uid: 10987 + - uid: 2732 components: - type: Transform - pos: 65.5,-29.5 + pos: -64.5,-1.5 parent: 2 - - uid: 11207 + - uid: 2733 components: - type: Transform - pos: 48.5,-31.5 + pos: 57.5,-35.5 parent: 2 - - uid: 11267 + - uid: 2736 components: - type: Transform - pos: 63.5,-29.5 + pos: -65.5,-1.5 parent: 2 - - uid: 11583 + - uid: 2738 components: - type: Transform - pos: 40.5,19.5 + pos: -64.5,86.5 parent: 2 - - uid: 11812 + - uid: 2739 components: - type: Transform - pos: 47.5,-48.5 + pos: 63.5,-38.5 parent: 2 - - uid: 11813 + - uid: 2740 components: - type: Transform - pos: 48.5,-48.5 + pos: 63.5,-36.5 parent: 2 - - uid: 11814 + - uid: 2741 components: - type: Transform - pos: 45.5,-51.5 + pos: 62.5,-36.5 parent: 2 - - uid: 12506 + - uid: 2742 components: - type: Transform - pos: -32.5,38.5 + pos: 61.5,-36.5 parent: 2 - - uid: 12512 + - uid: 2743 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,41.5 + pos: 61.5,-35.5 parent: 2 - - uid: 13114 + - uid: 2745 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,33.5 + pos: 60.5,-35.5 parent: 2 - - uid: 13151 + - uid: 2746 components: - type: Transform - pos: 3.5,40.5 + pos: 59.5,-35.5 parent: 2 - - uid: 13152 + - uid: 2747 components: - type: Transform - pos: 3.5,39.5 + pos: 58.5,-35.5 parent: 2 - - uid: 13153 + - uid: 2750 components: - type: Transform - pos: 4.5,39.5 + pos: 11.5,-23.5 parent: 2 - - uid: 13154 + - uid: 2751 components: - type: Transform - pos: 5.5,39.5 + pos: 11.5,-22.5 parent: 2 - - uid: 13235 + - uid: 2752 components: - type: Transform - pos: 20.5,40.5 + pos: 11.5,-21.5 parent: 2 - - uid: 13264 + - uid: 2754 components: - type: Transform - pos: 16.5,47.5 + pos: 11.5,-20.5 parent: 2 - - uid: 13266 + - uid: 2755 components: - type: Transform - pos: 15.5,47.5 + pos: 11.5,-19.5 parent: 2 - - uid: 13679 + - uid: 2756 components: - type: Transform - pos: -29.5,-61.5 + pos: 12.5,-21.5 parent: 2 - - uid: 13702 + - uid: 2762 components: - type: Transform - pos: -34.5,-56.5 + pos: 17.5,-21.5 parent: 2 - - uid: 13703 + - uid: 2763 components: - type: Transform - pos: -34.5,-57.5 + pos: 16.5,-21.5 parent: 2 - - uid: 13736 + - uid: 2764 components: - type: Transform - pos: -34.5,-55.5 + pos: 15.5,-21.5 parent: 2 - - uid: 13827 + - uid: 2765 components: - type: Transform - pos: -29.5,-49.5 + pos: 14.5,-21.5 parent: 2 - - uid: 13828 + - uid: 2766 components: - type: Transform - pos: -31.5,-49.5 + pos: 13.5,-21.5 parent: 2 - - uid: 13839 + - uid: 2767 components: - type: Transform - pos: -30.5,-49.5 + pos: 17.5,-20.5 parent: 2 - - uid: 13964 + - uid: 2768 components: - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,-46.5 + pos: 17.5,-18.5 parent: 2 - - uid: 14059 + - uid: 2775 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,0.5 + pos: 18.5,-14.5 parent: 2 - - uid: 14060 + - uid: 2778 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,0.5 + pos: 16.5,-14.5 parent: 2 - - uid: 14061 + - uid: 2779 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-1.5 + pos: 17.5,-14.5 parent: 2 - - uid: 14215 + - uid: 2780 components: - type: Transform - pos: -11.5,-67.5 + pos: 18.5,-13.5 parent: 2 - - uid: 14225 + - uid: 2781 components: - type: Transform - pos: -16.5,-66.5 + pos: 18.5,-12.5 parent: 2 - - uid: 14527 + - uid: 2787 components: - type: Transform - pos: -15.5,-57.5 + pos: 72.5,-15.5 parent: 2 - - uid: 14552 + - uid: 2788 components: - type: Transform - pos: -41.5,-3.5 + pos: 22.5,-10.5 parent: 2 - - uid: 14558 + - uid: 2790 components: - type: Transform - pos: -41.5,-2.5 + pos: 24.5,-10.5 parent: 2 - - uid: 14566 + - uid: 2791 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-4.5 + pos: 25.5,-10.5 parent: 2 - - uid: 14567 + - uid: 2792 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,-2.5 + rot: 3.141592653589793 rad + pos: 21.5,-6.5 parent: 2 - - uid: 14584 + - uid: 2793 components: - type: Transform - pos: -28.5,-54.5 + pos: 17.5,-17.5 parent: 2 - - uid: 14653 + - uid: 2794 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-7.5 - parent: 14592 - - uid: 14703 + pos: 17.5,-16.5 + parent: 2 + - uid: 2795 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-8.5 - parent: 14592 - - uid: 14821 + pos: 17.5,-15.5 + parent: 2 + - uid: 2796 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-8.5 - parent: 14592 - - uid: 14900 + pos: 18.5,-15.5 + parent: 2 + - uid: 2797 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-7.5 - parent: 14592 - - uid: 24224 + pos: 19.5,-15.5 + parent: 2 + - uid: 2798 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-63.5 + pos: 20.5,-15.5 parent: 2 - - uid: 24905 + - uid: 2799 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -68.5,-0.5 + pos: 21.5,-15.5 parent: 2 - - uid: 24913 + - uid: 2800 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -64.5,3.5 + pos: 22.5,-15.5 parent: 2 - - uid: 26756 + - uid: 2801 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,-18.5 + pos: 23.5,-15.5 parent: 2 - - uid: 26896 + - uid: 2802 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-31.5 + pos: 24.5,-15.5 parent: 2 - - uid: 26897 + - uid: 2803 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-32.5 + pos: 25.5,-15.5 parent: 2 - - uid: 30748 + - uid: 2808 components: - type: Transform - pos: -15.5,31.5 + pos: 72.5,-14.5 parent: 2 - - uid: 30749 + - uid: 2809 components: - type: Transform - pos: -15.5,32.5 + pos: 73.5,-14.5 parent: 2 - - uid: 30750 + - uid: 2815 components: - type: Transform - pos: -14.5,31.5 + pos: -2.5,17.5 parent: 2 - - uid: 30751 + - uid: 2816 components: - type: Transform - pos: -14.5,32.5 + rot: -1.5707963267948966 rad + pos: -6.5,8.5 parent: 2 - - uid: 30752 + - uid: 2817 components: - type: Transform - pos: -13.5,31.5 + rot: -1.5707963267948966 rad + pos: -6.5,0.5 parent: 2 - - uid: 30753 + - uid: 2818 components: - type: Transform - pos: -13.5,32.5 + rot: -1.5707963267948966 rad + pos: 21.5,-3.5 parent: 2 - - uid: 30754 + - uid: 2819 components: - type: Transform - pos: -16.5,32.5 + rot: -1.5707963267948966 rad + pos: 20.5,-3.5 parent: 2 - - uid: 30755 + - uid: 2822 components: - type: Transform - pos: -16.5,31.5 + pos: -2.5,16.5 parent: 2 - - uid: 30756 + - uid: 2823 components: - type: Transform - pos: -12.5,32.5 + pos: 25.5,11.5 parent: 2 - - uid: 30757 + - uid: 2826 components: - type: Transform - pos: -12.5,31.5 + rot: -1.5707963267948966 rad + pos: -7.5,4.5 parent: 2 - - uid: 30776 + - uid: 2846 components: - type: Transform - pos: -12.5,29.5 + rot: -1.5707963267948966 rad + pos: -7.5,2.5 parent: 2 - - uid: 30777 + - uid: 2847 components: - type: Transform - pos: -11.5,29.5 + rot: -1.5707963267948966 rad + pos: -7.5,1.5 parent: 2 - - uid: 30778 + - uid: 2848 components: - type: Transform - pos: -10.5,29.5 + rot: -1.5707963267948966 rad + pos: 22.5,-3.5 parent: 2 - - uid: 30779 + - uid: 2849 components: - type: Transform - pos: -10.5,30.5 + rot: -1.5707963267948966 rad + pos: 23.5,-3.5 parent: 2 - - uid: 30780 + - uid: 2869 components: - type: Transform - pos: -16.5,34.5 + rot: -1.5707963267948966 rad + pos: -6.5,4.5 parent: 2 - - uid: 30781 + - uid: 2871 components: - type: Transform - pos: -17.5,34.5 + rot: -1.5707963267948966 rad + pos: -7.5,3.5 parent: 2 - - uid: 31252 + - uid: 2873 components: - type: Transform - pos: 2.5,11.5 - parent: 30892 - - uid: 31253 + pos: 26.5,0.5 + parent: 2 + - uid: 2876 components: - type: Transform - pos: 5.5,11.5 - parent: 30892 - - uid: 31254 + pos: 26.5,1.5 + parent: 2 + - uid: 2878 components: - type: Transform - pos: 8.5,11.5 - parent: 30892 - - uid: 31297 + pos: 26.5,2.5 + parent: 2 + - uid: 2882 components: - type: Transform - pos: 7.5,-0.5 - parent: 30892 - - uid: 31298 + pos: 26.5,6.5 + parent: 2 + - uid: 2883 components: - type: Transform - pos: 8.5,-0.5 - parent: 30892 - - uid: 31299 + pos: 26.5,7.5 + parent: 2 + - uid: 2884 components: - type: Transform - pos: 9.5,-0.5 - parent: 30892 - - uid: 31300 + pos: 27.5,7.5 + parent: 2 + - uid: 2922 components: - type: Transform - pos: 6.5,-0.5 - parent: 30892 - - uid: 31301 + pos: 27.5,8.5 + parent: 2 + - uid: 2923 components: - type: Transform - pos: 9.5,0.5 - parent: 30892 - - uid: 31302 + pos: 27.5,9.5 + parent: 2 + - uid: 2924 components: - type: Transform - pos: 9.5,3.5 - parent: 30892 - - uid: 31303 + pos: 27.5,10.5 + parent: 2 + - uid: 2925 components: - type: Transform - pos: 9.5,2.5 - parent: 30892 - - uid: 32826 + pos: 26.5,10.5 + parent: 2 + - uid: 2926 components: - type: Transform - pos: -14.5,-6.5 - parent: 14592 - - uid: 34341 + pos: 26.5,11.5 + parent: 2 + - uid: 2927 components: - type: Transform - pos: 47.5,-19.5 + pos: 24.5,11.5 parent: 2 - - uid: 34342 + - uid: 2928 components: - type: Transform - pos: 46.5,-21.5 + pos: 23.5,11.5 parent: 2 - - uid: 34343 + - uid: 2929 components: - type: Transform - pos: 50.5,-22.5 + pos: 22.5,11.5 parent: 2 - - uid: 35040 + - uid: 2930 components: - type: Transform - pos: 71.5,28.5 + pos: -54.5,-29.5 parent: 2 - - uid: 35658 + - uid: 2931 components: - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,67.5 + pos: 22.5,12.5 parent: 2 - - uid: 35661 + - uid: 2932 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,63.5 + pos: -52.5,-29.5 parent: 2 - - uid: 35664 + - uid: 2933 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,63.5 + pos: -51.5,-29.5 parent: 2 - - uid: 36166 + - uid: 2934 components: - type: Transform - pos: -47.5,-7.5 + pos: 21.5,12.5 parent: 2 - - uid: 36167 + - uid: 2935 components: - type: Transform - pos: -47.5,-6.5 + pos: 20.5,12.5 parent: 2 - - uid: 42959 + - uid: 2948 components: - type: Transform - pos: 8.5,-64.5 + pos: 27.5,15.5 parent: 2 -- proto: TargetClown - entities: - - uid: 6313 + - uid: 2949 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,26.5 + pos: 26.5,15.5 parent: 2 - - uid: 10030 + - uid: 2950 components: - type: Transform - pos: 17.5,22.5 + pos: 29.5,15.5 parent: 2 -- proto: TargetHuman - entities: - - uid: 10225 + - uid: 2951 components: - type: Transform - pos: 20.5,21.5 + pos: 30.5,15.5 parent: 2 -- proto: TargetStrange - entities: - - uid: 5138 + - uid: 2952 components: - - type: MetaData - name: уву мишень Георгий - type: Transform - pos: -18.5,-40.5 + pos: 31.5,15.5 parent: 2 - - uid: 10237 + - uid: 2953 components: - type: Transform - pos: 19.5,20.5 + pos: 32.5,15.5 parent: 2 -- proto: TargetSyndicate - entities: - - uid: 10232 + - uid: 2954 components: - type: Transform - pos: 18.5,23.5 + pos: 33.5,15.5 parent: 2 -- proto: TegCenter - entities: - - uid: 6088 + - uid: 2955 components: - type: Transform - pos: -63.5,23.5 + pos: 34.5,15.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: TegCirculator - entities: - - uid: 9005 + - uid: 2956 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -63.5,24.5 + pos: 35.5,15.5 parent: 2 - - type: PointLight - color: '#FF3300FF' - - uid: 9006 + - uid: 2957 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,22.5 + pos: 36.5,15.5 parent: 2 - - type: PointLight - color: '#FF3300FF' -- proto: TelecomServer - entities: - - uid: 414 + - uid: 2958 components: - type: Transform - pos: -87.5,71.5 + pos: 36.5,16.5 parent: 2 - - type: ContainerContainer - containers: - key_slots: !type:Container - showEnts: False - occludes: True - ents: - - 26195 - machine_board: !type:Container - showEnts: False - occludes: True - ents: [] - machine_parts: !type:Container - showEnts: False - occludes: True - ents: [] - - uid: 960 + - uid: 2959 components: - type: Transform - pos: -84.5,71.5 + pos: 26.5,16.5 parent: 2 - - uid: 7227 + - uid: 2967 components: - type: Transform - pos: -87.5,75.5 + pos: 22.5,19.5 parent: 2 - - type: ContainerContainer - containers: - key_slots: !type:Container - showEnts: False - occludes: True - ents: - - 26196 - machine_board: !type:Container - showEnts: False - occludes: True - ents: [] - machine_parts: !type:Container - showEnts: False - occludes: True - ents: [] - - uid: 7253 + - uid: 2968 components: - type: Transform - pos: -88.5,71.5 + pos: 23.5,19.5 parent: 2 - - type: ContainerContainer - containers: - key_slots: !type:Container - showEnts: False - occludes: True - ents: - - 27639 - machine_board: !type:Container - showEnts: False - occludes: True - ents: [] - machine_parts: !type:Container - showEnts: False - occludes: True - ents: [] - - uid: 7255 + - uid: 2969 components: - type: Transform - pos: -86.5,71.5 + pos: 24.5,19.5 parent: 2 - - type: ContainerContainer - containers: - key_slots: !type:Container - showEnts: False - occludes: True - ents: - - 27697 - machine_board: !type:Container - showEnts: False - occludes: True - ents: [] - machine_parts: !type:Container - showEnts: False - occludes: True - ents: [] - - uid: 8029 + - uid: 2970 components: - type: Transform - pos: -86.5,75.5 + pos: 25.5,19.5 parent: 2 - - type: ContainerContainer - containers: - key_slots: !type:Container - showEnts: False - occludes: True - ents: - - 27701 - machine_board: !type:Container - showEnts: False - occludes: True - ents: [] - machine_parts: !type:Container - showEnts: False - occludes: True - ents: [] - - uid: 8031 + - uid: 2971 components: - type: Transform - pos: -88.5,75.5 + pos: 26.5,19.5 parent: 2 - - type: ContainerContainer - containers: - key_slots: !type:Container - showEnts: False - occludes: True - ents: - - 27704 - machine_board: !type:Container - showEnts: False - occludes: True - ents: [] - machine_parts: !type:Container - showEnts: False - occludes: True - ents: [] - - uid: 33666 + - uid: 2972 components: - type: Transform - pos: -90.5,74.5 + pos: 26.5,18.5 parent: 2 - - type: ContainerContainer - containers: - key_slots: !type:Container - showEnts: False - occludes: True - ents: - - 33667 - machine_board: !type:Container - showEnts: False - occludes: True - ents: [] - machine_parts: !type:Container - showEnts: False - occludes: True - ents: [] - - uid: 33668 + - uid: 2973 components: - type: Transform - pos: -90.5,72.5 + pos: 30.5,16.5 parent: 2 - - type: ContainerContainer - containers: - key_slots: !type:Container - showEnts: False - occludes: True - ents: - - 33669 - machine_board: !type:Container - showEnts: False - occludes: True - ents: [] - machine_parts: !type:Container - showEnts: False - occludes: True - ents: [] -- proto: Thruster - entities: - - uid: 14926 + - uid: 2974 components: - type: Transform - pos: 9.5,11.5 - parent: 14592 - - uid: 15875 + pos: 30.5,20.5 + parent: 2 + - uid: 2979 components: - type: Transform - pos: -17.5,21.5 - parent: 14592 - - uid: 15883 + pos: 26.5,20.5 + parent: 2 + - uid: 2980 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,22.5 - parent: 14592 - - uid: 31352 + pos: 26.5,24.5 + parent: 2 + - uid: 2981 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-2.5 - parent: 31348 - - uid: 31353 + pos: 26.5,25.5 + parent: 2 + - uid: 2982 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-2.5 - parent: 31348 - - uid: 31370 + pos: 25.5,25.5 + parent: 2 + - uid: 2983 components: - type: Transform - pos: -1.5,4.5 - parent: 31348 - - uid: 31371 + pos: 24.5,25.5 + parent: 2 + - uid: 2984 components: - type: Transform - pos: 2.5,4.5 - parent: 31348 - - uid: 31384 + pos: 23.5,25.5 + parent: 2 + - uid: 2985 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,0.5 - parent: 31348 - - uid: 31386 + pos: 22.5,25.5 + parent: 2 + - uid: 2986 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,0.5 - parent: 31348 - - uid: 32950 + pos: 30.5,21.5 + parent: 2 + - uid: 2987 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-2.5 - parent: 32914 - - uid: 32951 + pos: 31.5,21.5 + parent: 2 + - uid: 2988 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-2.5 - parent: 32914 - - uid: 32952 + pos: 32.5,21.5 + parent: 2 + - uid: 2989 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-3.5 - parent: 32914 - - uid: 32953 + pos: 33.5,21.5 + parent: 2 + - uid: 2990 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-4.5 - parent: 32914 - - uid: 32954 + pos: 34.5,21.5 + parent: 2 + - uid: 2991 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-3.5 - parent: 32914 - - uid: 32955 + pos: 35.5,21.5 + parent: 2 + - uid: 2992 components: - type: Transform - pos: 1.5,2.5 - parent: 32914 - - uid: 32956 + pos: 36.5,21.5 + parent: 2 + - uid: 2994 components: - type: Transform - pos: 5.5,2.5 - parent: 32914 - - uid: 36503 + pos: 36.5,18.5 + parent: 2 + - uid: 2995 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-0.5 - parent: 36450 - - uid: 36504 + pos: 36.5,19.5 + parent: 2 + - uid: 2996 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-0.5 - parent: 36450 - - uid: 36505 + pos: 36.5,20.5 + parent: 2 + - uid: 2997 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-10.5 - parent: 36450 - - uid: 36506 + pos: 30.5,22.5 + parent: 2 + - uid: 2998 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-10.5 - parent: 36450 - - uid: 36507 + pos: 30.5,23.5 + parent: 2 + - uid: 2999 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-10.5 - parent: 36450 - - uid: 36508 + pos: 30.5,25.5 + parent: 2 + - uid: 3000 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-9.5 - parent: 36450 - - uid: 36509 + pos: 21.5,25.5 + parent: 2 + - uid: 3001 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-9.5 - parent: 36450 - - uid: 36510 + pos: 20.5,25.5 + parent: 2 + - uid: 3002 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-6.5 - parent: 36450 - - uid: 36511 + pos: 20.5,26.5 + parent: 2 + - uid: 3003 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-6.5 - parent: 36450 - - uid: 36512 + pos: 19.5,25.5 + parent: 2 + - uid: 3004 components: - type: Transform - pos: 9.5,3.5 - parent: 36450 - - uid: 36513 + pos: -50.5,-29.5 + parent: 2 + - uid: 3005 components: - type: Transform - pos: 1.5,3.5 - parent: 36450 -- proto: TimerTrigger - entities: - - uid: 5134 + pos: -50.5,-30.5 + parent: 2 + - uid: 3006 components: - type: Transform - pos: -19.07124,-36.635063 + pos: 17.5,16.5 parent: 2 -- proto: TintedWindow - entities: - - uid: 6666 + - uid: 3007 components: - type: Transform - pos: 21.5,-24.5 + pos: -49.5,-30.5 parent: 2 - - uid: 6675 + - uid: 3008 components: - type: Transform - pos: 21.5,-23.5 + pos: -47.5,-35.5 parent: 2 - - uid: 6676 + - uid: 3009 components: - type: Transform - pos: 21.5,-22.5 + pos: -46.5,-35.5 parent: 2 - - uid: 10196 + - uid: 3010 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-27.5 + pos: -46.5,-34.5 parent: 2 - - uid: 13280 + - uid: 3011 components: - type: Transform - pos: 70.5,-25.5 + pos: 13.5,18.5 parent: 2 - - uid: 14307 + - uid: 3012 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-27.5 + pos: 13.5,17.5 parent: 2 - - uid: 19565 + - uid: 3016 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-27.5 + pos: 13.5,19.5 parent: 2 - - uid: 27647 + - uid: 3018 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-26.5 + pos: 16.5,16.5 parent: 2 - - uid: 29284 + - uid: 3022 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-27.5 + pos: 11.5,22.5 parent: 2 - - uid: 34922 + - uid: 3023 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-26.5 + pos: 11.5,27.5 parent: 2 -- proto: ToiletDirtyWater - entities: - - uid: 5823 + - uid: 3024 components: - type: Transform - pos: 22.5,-41.5 + pos: 11.5,26.5 parent: 2 - - uid: 5825 + - uid: 3025 components: - type: Transform - pos: 24.5,-41.5 + pos: 11.5,25.5 parent: 2 - - uid: 14176 + - uid: 3026 components: - type: Transform - pos: 1.5,3.5 - parent: 14592 - - uid: 14855 + pos: 11.5,24.5 + parent: 2 + - uid: 3027 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,1.5 - parent: 14592 -- proto: ToiletEmpty - entities: - - uid: 5824 + pos: 11.5,23.5 + parent: 2 + - uid: 3032 components: - type: Transform - pos: 20.5,-41.5 + pos: 14.5,16.5 parent: 2 - - uid: 9807 + - uid: 3033 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,63.5 + pos: 13.5,16.5 parent: 2 - - uid: 9808 + - uid: 3037 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,63.5 + pos: -45.5,-35.5 parent: 2 - - uid: 9809 + - uid: 3043 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,63.5 + pos: 21.5,19.5 parent: 2 - - uid: 9811 + - uid: 3044 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,63.5 + pos: 20.5,19.5 parent: 2 -- proto: TomDrumsInstrument - entities: - - uid: 8587 + - uid: 3045 components: - type: Transform - pos: 6.5,58.5 + pos: 19.5,19.5 parent: 2 -- proto: ToolboxElectricalFilled - entities: - - uid: 5177 + - uid: 3046 components: - type: Transform - pos: -26.386211,-32.58827 + pos: 18.5,19.5 parent: 2 - - uid: 7411 + - uid: 3047 components: - type: Transform - pos: -42.352615,15.627857 + pos: 17.5,19.5 parent: 2 - - uid: 7479 + - uid: 3048 components: - type: Transform - pos: -27.084362,36.651157 + pos: 16.5,19.5 parent: 2 - - uid: 7892 + - uid: 3049 components: - type: Transform - pos: -45.39204,8.628116 + pos: 16.5,20.5 parent: 2 - - uid: 9547 + - uid: 3050 components: - type: Transform - pos: -33.40317,9.54368 + pos: 16.5,21.5 parent: 2 - - uid: 10123 + - uid: 3051 components: - type: Transform - pos: 31.665459,22.422976 + pos: 16.5,22.5 parent: 2 - - uid: 11099 + - uid: 3052 components: - type: Transform - pos: 15.637732,-41.427357 + pos: 16.5,23.5 parent: 2 - - uid: 13391 + - uid: 3053 components: - type: Transform - pos: -58.528187,14.553718 + pos: 16.5,24.5 parent: 2 - - uid: 14378 + - uid: 3054 components: - type: Transform - pos: -6.3330894,37.43945 + pos: 16.5,25.5 parent: 2 - - uid: 18699 + - uid: 3055 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 62.221516,12.395217 + pos: 17.5,25.5 parent: 2 - - uid: 19016 + - uid: 3056 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.207224,-67.59347 + pos: 18.5,25.5 parent: 2 - - uid: 19154 + - uid: 3057 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.30481,-33.36984 + pos: 26.5,29.5 parent: 2 - - uid: 31866 + - uid: 3061 components: - type: Transform - pos: -11.744556,29.494923 + pos: 26.5,30.5 parent: 2 - - uid: 34196 + - uid: 3062 components: - type: Transform - pos: -86.499695,59.64075 + pos: 30.5,30.5 parent: 2 - - uid: 34238 + - uid: 3063 components: - type: Transform - pos: -18.337486,46.534298 + pos: 30.5,29.5 parent: 2 - - uid: 35062 + - uid: 3064 components: - type: Transform - pos: 70.57372,31.457024 + pos: 30.5,28.5 parent: 2 - - uid: 42936 + - uid: 3065 components: - type: Transform - pos: 46.574707,19.334763 + pos: 30.5,27.5 parent: 2 -- proto: ToolboxEmergencyFilled - entities: - - uid: 8036 + - uid: 3066 components: - type: Transform - pos: -34.61281,27.740057 + pos: 30.5,26.5 parent: 2 - - uid: 8037 + - uid: 3067 components: - type: Transform - pos: -34.45656,27.490057 + pos: 36.5,22.5 parent: 2 - - uid: 9577 + - uid: 3068 components: - type: Transform - pos: -30.481297,9.746805 + pos: 36.5,23.5 parent: 2 - - uid: 9656 + - uid: 3069 components: - type: Transform - pos: 1.5019429,31.795444 + pos: 36.5,24.5 parent: 2 - - uid: 13494 + - uid: 3070 components: - type: Transform - pos: -43.579506,-36.249977 + pos: 31.5,27.5 parent: 2 -- proto: ToolboxMechanicalFilled - entities: - - uid: 5176 + - uid: 3071 components: - type: Transform - pos: -26.404558,-32.294735 + pos: 34.5,27.5 parent: 2 - - uid: 7406 + - uid: 3072 components: - type: Transform - pos: -42.52449,15.768482 + pos: 34.5,26.5 parent: 2 - - uid: 7478 + - uid: 3073 components: - type: Transform - pos: -33.58124,36.836567 + pos: 35.5,26.5 parent: 2 - - uid: 7923 + - uid: 3074 components: - type: Transform - pos: -47.782295,3.591802 + pos: 36.5,26.5 parent: 2 - - uid: 9546 + - uid: 3075 components: - type: Transform - pos: -33.575047,9.79368 + pos: 36.5,25.5 parent: 2 - - uid: 9564 + - uid: 3078 components: - type: Transform - pos: -29.590672,9.48118 + pos: 37.5,25.5 parent: 2 - - uid: 9581 + - uid: 3079 components: - type: Transform - pos: -30.965672,7.840555 + pos: 37.5,24.5 parent: 2 - - uid: 10124 + - uid: 3080 components: - type: Transform - pos: 31.415459,22.579226 + pos: 37.5,18.5 parent: 2 - - uid: 11098 + - uid: 3081 components: - type: Transform - pos: 15.394676,-41.128746 + pos: 38.5,18.5 parent: 2 - - uid: 13452 + - uid: 3082 components: - type: Transform - pos: -40.521206,-48.45131 + pos: 39.5,18.5 parent: 2 - - uid: 13495 + - uid: 3084 components: - type: Transform - pos: -43.579506,-36.52748 + pos: 41.5,18.5 parent: 2 - - uid: 13963 + - uid: 3089 components: - type: Transform - pos: -29.561417,60.50762 + pos: 43.5,24.5 parent: 2 - - uid: 14377 + - uid: 3090 components: - type: Transform - pos: -6.6143394,37.7832 + pos: 43.5,23.5 parent: 2 - - uid: 31863 + - uid: 3091 components: - type: Transform - pos: -11.557056,29.760548 + pos: 44.5,23.5 parent: 2 - - uid: 34237 + - uid: 3092 components: - type: Transform - pos: -18.571236,46.721798 + pos: 44.5,22.5 parent: 2 - - uid: 35063 + - uid: 3093 components: - type: Transform - pos: 70.57372,31.675774 + pos: 44.5,21.5 parent: 2 - - uid: 35646 + - uid: 3094 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.72686,64.41435 + pos: 44.5,20.5 parent: 2 - - uid: 43011 + - uid: 3095 components: - type: Transform - pos: 46.515244,19.711374 + pos: 44.5,19.5 parent: 2 -- proto: TorsoBorg - entities: - - uid: 35678 + - uid: 3096 components: - type: Transform - pos: -87.29987,82.650986 + pos: 44.5,18.5 parent: 2 -- proto: TorsoBorgEngineer - entities: - - uid: 13013 + - uid: 3097 components: - type: Transform - pos: 33.09289,8.6762085 + pos: 43.5,18.5 parent: 2 -- proto: TowercapSeeds - entities: - - uid: 10861 + - uid: 3098 components: - type: Transform - pos: 41.54064,-57.75062 + pos: 42.5,18.5 parent: 2 -- proto: ToyAi - entities: - - uid: 26575 + - uid: 3102 components: - type: Transform - pos: -84.5,81.5 + pos: -49.5,-22.5 parent: 2 - - uid: 31333 + - uid: 3103 components: - type: Transform - pos: -61.34749,-24.192364 + pos: -49.5,-23.5 parent: 2 -- proto: ToyAmongPequeno - entities: - - uid: 7465 + - uid: 3104 components: - - type: MetaData - name: кресельный сапер мерс - type: Transform - pos: -10.506592,8.530792 - parent: 14592 - - uid: 35697 + pos: -49.5,-24.5 + parent: 2 + - uid: 3105 components: - type: Transform - parent: 34280 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ToyFigurineAtmosTech - entities: - - uid: 8214 + pos: -48.5,-24.5 + parent: 2 + - uid: 3106 components: - type: Transform - pos: -49.529922,31.466583 + pos: -48.5,-25.5 parent: 2 - - uid: 13503 + - uid: 3117 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.52749,46.66953 + pos: -44.5,-35.5 parent: 2 -- proto: ToyFigurineBartender - entities: - - uid: 8583 + - uid: 3118 components: - type: Transform - pos: 8.542559,68.88422 + pos: -42.5,-35.5 parent: 2 - - uid: 36109 + - uid: 3121 components: - type: Transform - pos: 4.540107,65.6812 + pos: -48.5,-26.5 parent: 2 -- proto: ToyFigurineBotanist - entities: - - uid: 36111 + - uid: 3124 components: - type: Transform - pos: -13.373623,54.620243 + pos: 39.5,15.5 parent: 2 -- proto: ToyFigurineBoxer - entities: - - uid: 13719 + - uid: 3181 components: - type: Transform - pos: -34.700516,-54.91717 + rot: 3.141592653589793 rad + pos: 20.5,-6.5 parent: 2 -- proto: ToyFigurineCaptain - entities: - - uid: 36124 + - uid: 3183 components: - type: Transform - pos: 8.697039,-45.97637 + pos: -2.5,19.5 parent: 2 -- proto: ToyFigurineCargoTech - entities: - - uid: 36122 + - uid: 3184 components: - type: Transform - pos: -60.159096,-33.312492 + pos: -2.5,18.5 parent: 2 -- proto: ToyFigurineChaplain - entities: - - uid: 7220 + - uid: 3186 components: - type: Transform - pos: 64.52597,-16.243147 + pos: 3.5,20.5 parent: 2 -- proto: ToyFigurineChemist - entities: - - uid: 36139 + - uid: 3187 components: - type: Transform - pos: 4.4136076,-59.234543 + pos: 3.5,19.5 parent: 2 -- proto: ToyFigurineChiefEngineer - entities: - - uid: 7401 + - uid: 3188 components: - type: Transform - pos: -41.640034,20.719349 + pos: 3.5,17.5 parent: 2 - - uid: 36141 + - uid: 3189 components: - type: Transform - pos: -31.575829,32.510773 + pos: -0.5,20.5 parent: 2 -- proto: ToyFigurineChiefMedicalOfficer - entities: - - uid: 36113 + - uid: 3190 components: - type: Transform - pos: 20.710226,-16.866102 + pos: -1.5,20.5 parent: 2 -- proto: ToyFigurineClown - entities: - - uid: 2193 + - uid: 3191 components: - type: Transform - pos: -23.588932,-55.08416 + pos: -2.5,20.5 parent: 2 - - uid: 33866 + - uid: 3198 components: - type: Transform - pos: 8.509539,-43.47637 + rot: -1.5707963267948966 rad + pos: -5.5,13.5 parent: 2 -- proto: ToyFigurineDetective - entities: - - uid: 14551 + - uid: 3199 components: - type: Transform - parent: 14544 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 36118 + pos: -25.5,-6.5 + parent: 2 + - uid: 3218 components: - type: Transform - pos: 40.798775,19.641232 + pos: 26.5,34.5 parent: 2 - - uid: 36120 + - uid: 3219 components: - type: Transform - pos: -41.296463,-2.9576082 + pos: 25.5,34.5 parent: 2 -- proto: ToyFigurineEngineer - entities: - - uid: 36119 + - uid: 3220 components: - type: Transform - pos: -24.192434,22.616121 + pos: 24.5,34.5 parent: 2 -- proto: ToyFigurineHamlet - entities: - - uid: 36108 + - uid: 3221 components: - type: Transform - pos: -6.3705645,-27.330164 + pos: 23.5,34.5 parent: 2 -- proto: ToyFigurineHeadOfPersonnel - entities: - - uid: 36114 + - uid: 3222 components: - type: Transform - pos: -2.2570486,-48.487984 + pos: 22.5,34.5 parent: 2 -- proto: ToyFigurineHeadOfSecurity - entities: - - uid: 10552 + - uid: 3223 components: - type: Transform - pos: 41.29662,56.570763 + pos: 21.5,34.5 parent: 2 - - uid: 36117 + - uid: 3224 components: - type: Transform - pos: 34.49432,36.532352 + pos: 20.5,34.5 parent: 2 -- proto: ToyFigurineHoloClown - entities: - - uid: 36115 + - uid: 3225 components: - type: Transform - pos: 25.479668,-50.36843 + pos: 20.5,33.5 parent: 2 -- proto: ToyFigurineJanitor - entities: - - uid: 36135 + - uid: 3226 components: - type: Transform - pos: 71.75444,-23.353718 + pos: 20.5,32.5 parent: 2 -- proto: ToyFigurineLawyer - entities: - - uid: 11547 + - uid: 3227 components: - type: Transform - pos: 51.314907,-36.22013 + pos: 20.5,30.5 parent: 2 -- proto: ToyFigurineLibrarian - entities: - - uid: 36110 + - uid: 3228 components: - type: Transform - pos: 15.997232,47.659084 + pos: 20.5,29.5 parent: 2 -- proto: ToyFigurineMedicalDoctor - entities: - - uid: 36112 + - uid: 3229 components: - type: Transform - pos: 26.653774,-22.44813 + pos: 20.5,28.5 parent: 2 -- proto: ToyFigurineMime - entities: - - uid: 2196 + - uid: 3230 components: - type: Transform - pos: -23.23737,-55.36541 + pos: 20.5,27.5 parent: 2 - - uid: 6189 + - uid: 3242 components: - type: Transform - pos: -27.505768,59.611553 + pos: -73.5,88.5 parent: 2 -- proto: ToyFigurineMouse - entities: - - uid: 10064 + - uid: 3247 components: - type: Transform - pos: 26.491201,69.89744 + pos: 5.5,71.5 parent: 2 - - uid: 36142 + - uid: 3249 components: - type: Transform - pos: -40.471157,52.19627 + pos: -74.5,88.5 parent: 2 - - uid: 36143 + - uid: 3252 components: - type: Transform - pos: -39.986782,51.461895 + rot: 3.141592653589793 rad + pos: -17.5,-11.5 parent: 2 - - uid: 36144 + - uid: 3261 components: - type: Transform - pos: -39.424282,52.44627 + pos: -59.5,80.5 parent: 2 -- proto: ToyFigurineMusician - entities: - - uid: 36147 + - uid: 3267 components: - type: Transform - pos: 6.460308,60.560043 + pos: -91.5,76.5 parent: 2 -- proto: ToyFigurineParamedic - entities: - - uid: 6697 + - uid: 3281 components: - type: Transform - pos: 29.593239,-34.35253 + pos: 39.5,-23.5 parent: 2 - - uid: 6722 + - uid: 3282 components: - type: Transform - pos: 53.360065,-48.50514 + pos: 40.5,-23.5 parent: 2 -- proto: ToyFigurinePassenger - entities: - - uid: 10065 + - uid: 3283 components: - type: Transform - pos: 26.819326,69.91306 + pos: 41.5,-23.5 parent: 2 - - uid: 36136 + - uid: 3284 components: - type: Transform - pos: 65.49176,-28.29738 + pos: 42.5,-23.5 parent: 2 -- proto: ToyFigurineQuartermaster - entities: - - uid: 36121 + - uid: 3285 components: - type: Transform - pos: -36.24303,-44.707943 + pos: 43.5,-23.5 parent: 2 -- proto: ToyFigurineRatKing - entities: - - uid: 36146 + - uid: 3291 components: - type: Transform - pos: -40.174282,54.368145 + pos: 39.5,-30.5 parent: 2 -- proto: ToyFigurineRatServant - entities: - - uid: 36145 + - uid: 3292 components: - type: Transform - pos: -39.705532,53.69627 + pos: 40.5,-30.5 parent: 2 -- proto: ToyFigurineResearchDirector - entities: - - uid: 30869 + - uid: 3293 components: - type: Transform - pos: -62.435272,3.4994729 + pos: 41.5,-30.5 parent: 2 -- proto: ToyFigurineSalvage - entities: - - uid: 36134 + - uid: 3294 components: - type: Transform - pos: 69.332565,-18.228718 + pos: 42.5,-30.5 parent: 2 -- proto: ToyFigurineScientist - entities: - - uid: 11550 + - uid: 3296 components: - type: Transform - pos: 60.82961,-28.811808 + pos: 43.5,-29.5 parent: 2 -- proto: ToyFigurineSecurity - entities: - - uid: 36137 + - uid: 3297 components: - type: Transform - pos: 57.569,-38.5002 + pos: 43.5,-28.5 parent: 2 -- proto: ToyFigurineSlime - entities: - - uid: 5369 + - uid: 3298 components: - type: Transform - pos: -38.75518,-17.412016 + pos: 43.5,-26.5 parent: 2 - - uid: 8859 + - uid: 3299 components: - type: Transform - pos: -46.51298,-14.45438 + pos: 43.5,-25.5 parent: 2 - - uid: 8860 + - uid: 3300 components: - type: Transform - pos: -46.091106,-13.493443 + pos: 43.5,-24.5 parent: 2 - - uid: 8865 + - uid: 3340 components: - type: Transform - pos: -45.622356,-15.415318 + pos: 65.5,-36.5 parent: 2 - - uid: 26577 + - uid: 3341 components: - - type: MetaData - name: фигурка Робба - type: Transform - pos: 43.45133,54.624786 + pos: 64.5,-36.5 parent: 2 -- proto: ToyFigurineWarden - entities: - - uid: 36140 + - uid: 3343 components: - type: Transform - pos: -3.5607882,-57.242664 + rot: 1.5707963267948966 rad + pos: 75.5,2.5 parent: 2 -- proto: ToyFigurineWizardFake - entities: - - uid: 2195 + - uid: 3348 components: - type: Transform - pos: -22.979557,-55.08416 + pos: 65.5,-27.5 parent: 2 -- proto: ToyFireRipley - entities: - - uid: 604 + - uid: 3359 components: - type: Transform - pos: -5.422297,-26.386929 + pos: -60.5,-4.5 parent: 2 -- proto: ToyGriffin - entities: - - uid: 36116 + - uid: 3371 components: - type: Transform - pos: 42.600483,-24.77061 + pos: 68.5,-18.5 parent: 2 -- proto: ToyGygax - entities: - - uid: 42934 + - uid: 3377 components: - type: Transform - pos: -0.6519516,-9.433701 + pos: 67.5,-17.5 parent: 2 -- proto: ToyIan - entities: - - uid: 5677 + - uid: 3378 components: - type: Transform - pos: -5.7720647,-43.46131 + pos: 68.5,-17.5 parent: 2 - - uid: 5678 + - uid: 3379 components: - type: Transform - pos: -5.5335684,-43.46131 + pos: 68.5,-16.5 parent: 2 - - uid: 5679 + - uid: 3380 components: - type: Transform - pos: -5.2950716,-43.46131 + pos: 68.5,-15.5 parent: 2 -- proto: ToyMarauder - entities: - - uid: 42935 + - uid: 3381 components: - type: Transform - pos: -1.418805,-9.345205 + pos: 68.5,-14.5 parent: 2 -- proto: ToyMouse - entities: - - uid: 1879 + - uid: 3382 components: - - type: MetaData - desc: Очень голодный зверёк, лучше дать ему поесть. - name: SonicDC - type: Transform - pos: 70.590706,-26.362455 + pos: 68.5,-13.5 parent: 2 -- proto: ToyNuke - entities: - - uid: 31334 + - uid: 3430 components: - type: Transform - pos: -58.81624,-20.879864 + pos: 69.5,-13.5 parent: 2 - - uid: 35542 + - uid: 3431 components: - type: Transform - pos: 72.76296,7.211225 + pos: 69.5,-9.5 parent: 2 -- proto: ToyOwlman - entities: - - uid: 36130 + - uid: 3432 components: - type: Transform - pos: 68.77031,5.5521803 + pos: 70.5,-9.5 parent: 2 -- proto: ToySkeleton - entities: - - uid: 36138 + - uid: 3433 components: - type: Transform - pos: 34.672573,-54.108944 + pos: 70.5,-8.5 parent: 2 -- proto: ToySpawner - entities: - - uid: 7424 + - uid: 3434 components: - type: Transform - pos: -7.5,-27.5 + pos: 69.5,-8.5 parent: 2 - - uid: 12384 + - uid: 3445 components: - type: Transform - pos: 30.5,-28.5 + pos: 72.5,-19.5 parent: 2 - - uid: 14530 + - uid: 3446 components: - type: Transform - pos: -16.5,-60.5 + pos: 74.5,-25.5 parent: 2 - - uid: 14572 + - uid: 3451 components: - type: Transform - pos: -38.5,-4.5 + rot: 1.5707963267948966 rad + pos: 75.5,-1.5 parent: 2 - - uid: 27354 + - uid: 3455 components: - type: Transform - pos: 41.5,-39.5 + pos: 72.5,-18.5 parent: 2 -- proto: TrainingBomb - entities: - - uid: 21117 + - uid: 3456 components: - type: Transform - pos: 65.5,27.5 + rot: 1.5707963267948966 rad + pos: 38.5,60.5 parent: 2 - - uid: 24718 + - uid: 3457 components: - - type: MetaData - desc: Выглядит устаревшим. Не смотря на многочисленные изменения и улучшения. Кажется не работает? - name: неисправная бомба - type: Transform - pos: 34.5,-68.5 + rot: 1.5707963267948966 rad + pos: 37.5,60.5 parent: 2 -- proto: TrashBag - entities: - - uid: 11293 + - uid: 3458 components: - type: Transform - pos: 51.33046,-37.53269 + rot: 1.5707963267948966 rad + pos: 32.5,60.5 parent: 2 - - uid: 13722 + - uid: 3459 components: - type: Transform - pos: -24.319904,-27.703287 + pos: 72.5,-21.5 parent: 2 - - uid: 14014 + - uid: 3461 components: - type: Transform - pos: -34.5,-48.5 + pos: 76.5,6.5 parent: 2 -- proto: TrashBananaPeel - entities: - - uid: 11680 + - uid: 3462 components: - type: Transform - pos: -30.460709,54.568913 + pos: 74.5,-19.5 parent: 2 -- proto: TubaInstrument - entities: - - uid: 8300 + - uid: 3463 components: - type: Transform - pos: 10.5,57.5 + pos: 74.5,-23.5 parent: 2 -- proto: TwoWayLever - entities: - - uid: 5477 + - uid: 3464 components: - type: Transform - pos: -52.5,-41.5 + pos: 72.5,-25.5 parent: 2 - - uid: 5478 + - uid: 3465 components: - type: Transform - pos: -52.5,-44.5 + pos: 71.5,4.5 parent: 2 - - uid: 9435 + - uid: 3466 components: - type: Transform - pos: 15.5,-47.5 + pos: 71.5,6.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 5814: - - Left: Open - - Right: Open - - Middle: Close - 5813: - - Left: Open - - Right: Open - - Middle: Close - 5812: - - Left: Open - - Right: Open - - Middle: Close - 5811: - - Left: Open - - Right: Open - - Middle: Close -- proto: UnfinishedMachineFrame - entities: - - uid: 1414 + - uid: 3468 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,-18.5 + rot: 1.5707963267948966 rad + pos: 33.5,60.5 parent: 2 - - uid: 13969 + - uid: 3472 components: - type: Transform - pos: -23.5,-58.5 + pos: 71.5,8.5 parent: 2 - - uid: 24177 + - uid: 3473 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,80.5 + pos: 70.5,8.5 parent: 2 -- proto: UniformPrinter - entities: - - uid: 27423 + - uid: 3474 components: - type: Transform - pos: -5.5,-46.5 + pos: 70.5,9.5 parent: 2 -- proto: UniformScrubsColorGreen - entities: - - uid: 1268 + - uid: 3475 components: - type: Transform - pos: 52.307102,-29.283485 + pos: 70.5,10.5 parent: 2 - - uid: 12458 + - uid: 3478 components: - type: Transform - pos: 52.728977,-29.23661 + pos: 70.5,4.5 parent: 2 -- proto: UniformShortsRed - entities: - - uid: 13707 + - uid: 3484 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.663998,-56.29676 + pos: 64.5,4.5 parent: 2 - - uid: 13708 + - uid: 3485 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.570248,-56.51551 + pos: 62.5,4.5 parent: 2 -- proto: UniformShortsRedWithTop - entities: - - uid: 5346 + - uid: 3486 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.554623,-57.01551 + pos: 61.5,3.5 parent: 2 - - uid: 13705 + - uid: 3487 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.679623,-57.26551 + pos: 61.5,4.5 parent: 2 -- proto: UnstableMutagenChemistryBottle - entities: - - uid: 11242 + - uid: 3488 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.428112,-62.760063 + pos: 61.5,5.5 parent: 2 -- proto: UprightPianoInstrument - entities: - - uid: 14585 + - uid: 3489 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-58.5 + pos: 61.5,2.5 parent: 2 -- proto: Vaccinator - entities: - - uid: 7027 + - uid: 3490 components: - type: Transform - pos: 28.5,-2.5 + pos: 60.5,2.5 parent: 2 -- proto: VariantCubeBox - entities: - - uid: 5023 + - uid: 3491 components: - type: Transform - pos: -25.493023,-18.427347 + pos: 61.5,7.5 parent: 2 -- proto: VendingBarDrobe - entities: - - uid: 5095 + - uid: 3492 components: - type: Transform - pos: 6.5,70.5 + pos: 61.5,8.5 parent: 2 -- proto: VendingMachineAtmosDrobe - entities: - - uid: 8212 + - uid: 3493 components: - type: Transform - pos: -50.5,34.5 + pos: 61.5,9.5 parent: 2 -- proto: VendingMachineBooze - entities: - - uid: 6228 + - uid: 3494 components: - type: Transform - pos: -1.5,69.5 + pos: 62.5,9.5 parent: 2 - - uid: 6229 + - uid: 3495 components: - type: Transform - pos: 2.5,69.5 + pos: 63.5,9.5 parent: 2 - - uid: 9966 + - uid: 3496 components: - type: Transform - pos: -18.5,-65.5 + pos: 64.5,9.5 parent: 2 - - uid: 27281 + - uid: 3497 components: - type: Transform - pos: 5.5,-39.5 + pos: 65.5,9.5 parent: 2 -- proto: VendingMachineCargoDrobe - entities: - - uid: 7533 + - uid: 3498 components: - type: Transform - pos: -42.5,-42.5 + pos: 66.5,9.5 parent: 2 - - uid: 8366 + - uid: 3499 components: - type: Transform - pos: -42.5,-43.5 + pos: 67.5,9.5 parent: 2 -- proto: VendingMachineCart - entities: - - uid: 5633 + - uid: 3500 components: - type: Transform - pos: -6.5,-44.5 + pos: 74.5,-21.5 parent: 2 -- proto: VendingMachineChapel - entities: - - uid: 8810 + - uid: 3501 components: - type: Transform - pos: 53.5,-20.5 + pos: 60.5,8.5 parent: 2 -- proto: VendingMachineChefDrobe - entities: - - uid: 8239 + - uid: 3502 components: - type: Transform - pos: -8.5,66.5 + pos: 59.5,8.5 parent: 2 -- proto: VendingMachineChefvend - entities: - - uid: 12793 + - uid: 3503 components: - type: Transform - pos: -10.5,58.5 + pos: 58.5,8.5 parent: 2 -- proto: VendingMachineChemDrobe - entities: - - uid: 6793 + - uid: 3504 components: - type: Transform - pos: 21.5,-37.5 + pos: 58.5,7.5 parent: 2 -- proto: VendingMachineChemicals - entities: - - uid: 6795 + - uid: 3505 components: - type: Transform - pos: 21.5,-35.5 + pos: 58.5,6.5 parent: 2 - - uid: 6910 + - uid: 3506 components: - type: Transform - pos: 59.5,-31.5 + pos: 56.5,6.5 parent: 2 -- proto: VendingMachineCigs - entities: - - uid: 9951 + - uid: 3509 components: - type: Transform - pos: 30.5,65.5 + pos: 56.5,2.5 parent: 2 - - uid: 10362 + - uid: 3510 components: - type: Transform - pos: 38.5,19.5 + pos: 55.5,2.5 parent: 2 - - uid: 10747 + - uid: 3511 components: - type: Transform - pos: -0.5,-68.5 + pos: 55.5,3.5 parent: 2 - - uid: 11349 + - uid: 3512 components: - type: Transform - pos: 34.5,40.5 + pos: 55.5,4.5 parent: 2 - - uid: 13256 + - uid: 3513 components: - type: Transform - pos: 19.5,36.5 + pos: 55.5,5.5 parent: 2 - - uid: 13763 + - uid: 3514 components: - type: Transform - pos: -29.5,-51.5 + pos: 55.5,6.5 parent: 2 - - uid: 26683 + - uid: 3515 components: - type: Transform - pos: 13.5,50.5 + pos: 69.5,11.5 parent: 2 - - uid: 31312 + - uid: 3516 components: - type: Transform - pos: 0.5,3.5 - parent: 30892 -- proto: VendingMachineClothing - entities: - - uid: 12417 + pos: 69.5,12.5 + parent: 2 + - uid: 3517 components: - type: Transform - pos: 30.5,-48.5 + pos: 69.5,13.5 parent: 2 -- proto: VendingMachineCoffee - entities: - - uid: 5545 + - uid: 3518 components: - type: Transform - pos: -49.5,-36.5 + pos: 69.5,14.5 parent: 2 - - uid: 10199 + - uid: 3519 components: - type: Transform - pos: 21.5,33.5 + pos: 68.5,14.5 parent: 2 - - uid: 10279 + - uid: 3524 components: - type: Transform - pos: 32.5,61.5 + pos: -53.5,12.5 parent: 2 - - uid: 10544 + - uid: 3525 components: - type: Transform - pos: 43.5,56.5 + pos: -53.5,13.5 parent: 2 - - uid: 11350 + - uid: 3527 components: - type: Transform - pos: 33.5,40.5 + pos: -60.5,-3.5 parent: 2 - - uid: 12517 + - uid: 3529 components: - type: Transform - pos: -31.5,38.5 + pos: -48.5,-14.5 parent: 2 - - uid: 12528 + - uid: 3542 components: - type: Transform - pos: 41.5,-40.5 + pos: 54.5,10.5 parent: 2 - - uid: 30774 + - uid: 3543 components: - type: Transform - pos: -19.5,34.5 + pos: 55.5,10.5 parent: 2 -- proto: VendingMachineColaBlack - entities: - - uid: 10198 + - uid: 3544 components: - type: Transform - pos: 21.5,32.5 + pos: 58.5,10.5 parent: 2 -- proto: VendingMachineCondiments - entities: - - uid: 10197 + - uid: 3545 components: - type: Transform - pos: 24.5,26.5 + pos: 56.5,10.5 parent: 2 - - uid: 32912 + - uid: 3546 components: - type: Transform - pos: -4.5,64.5 + pos: 59.5,10.5 parent: 2 -- proto: VendingMachineDetDrobe - entities: - - uid: 10357 + - uid: 3547 components: - type: Transform - pos: 37.5,19.5 + pos: 59.5,11.5 parent: 2 -- proto: VendingMachineDinnerware - entities: - - uid: 13364 + - uid: 3548 components: - type: Transform - pos: -6.5,56.5 + pos: 60.5,11.5 parent: 2 -- proto: VendingMachineEngiDrobe - entities: - - uid: 5809 + - uid: 3549 components: - type: Transform - pos: -36.5,16.5 + pos: 61.5,11.5 parent: 2 -- proto: VendingMachineEngivend - entities: - - uid: 5803 + - uid: 3550 components: - type: Transform - pos: -36.5,17.5 + pos: 61.5,14.5 parent: 2 - - uid: 24146 + - uid: 3551 components: - type: Transform - pos: -64.5,72.5 + pos: 61.5,13.5 parent: 2 -- proto: VendingMachineGames - entities: - - uid: 8991 + - uid: 3552 components: - type: Transform - pos: 31.5,-46.5 + pos: 61.5,12.5 parent: 2 - - uid: 9806 + - uid: 3553 components: - type: Transform - pos: 12.5,48.5 + pos: 54.5,11.5 parent: 2 - - uid: 9990 + - uid: 3557 components: - type: Transform - pos: -26.5,-49.5 + pos: 68.5,18.5 parent: 2 -- proto: VendingMachineHappyHonk - entities: - - uid: 12696 + - uid: 3558 components: - type: Transform - pos: -7.5,54.5 + pos: 67.5,18.5 parent: 2 -- proto: VendingMachineHydrobe - entities: - - uid: 9838 + - uid: 3559 components: - type: Transform - pos: -12.5,65.5 + pos: 67.5,19.5 parent: 2 -- proto: VendingMachineJaniDrobe - entities: - - uid: 8688 + - uid: 3560 components: - type: Transform - pos: 60.5,13.5 + pos: 67.5,20.5 parent: 2 -- proto: VendingMachineLawDrobe - entities: - - uid: 10765 + - uid: 3561 components: - type: Transform - pos: -2.5,45.5 + pos: 66.5,20.5 parent: 2 -- proto: VendingMachineMedical - entities: - - uid: 6615 + - uid: 3565 components: - type: Transform - pos: 12.5,-22.5 + pos: 66.5,24.5 parent: 2 - - uid: 6709 + - uid: 3566 components: - type: Transform - pos: 38.5,-31.5 + pos: 65.5,24.5 parent: 2 - - uid: 6870 + - uid: 3567 components: - type: Transform - pos: 19.5,-13.5 + pos: 65.5,25.5 parent: 2 - - uid: 34022 + - uid: 3568 components: - type: Transform - pos: -57.5,-7.5 + pos: 65.5,26.5 parent: 2 -- proto: VendingMachineMediDrobe - entities: - - uid: 6616 + - uid: 3569 components: - type: Transform - pos: 13.5,-22.5 + pos: 64.5,26.5 parent: 2 -- proto: VendingMachineNutri - entities: - - uid: 14766 + - uid: 3570 components: - type: Transform - pos: -12.5,58.5 + pos: 65.5,20.5 parent: 2 -- proto: VendingMachinePwrGame - entities: - - uid: 9996 + - uid: 3571 components: - type: Transform - pos: -23.5,-53.5 + pos: 65.5,19.5 parent: 2 -- proto: VendingMachineRoboDrobe - entities: - - uid: 4779 + - uid: 3572 components: - type: Transform - pos: -25.5,-35.5 + pos: 65.5,18.5 parent: 2 -- proto: VendingMachineRobotics - entities: - - uid: 5143 + - uid: 3573 components: - type: Transform - pos: -25.5,-40.5 + pos: 64.5,18.5 parent: 2 -- proto: VendingMachineSalvage - entities: - - uid: 5448 + - uid: 3574 components: - type: Transform - pos: -51.5,-48.5 + pos: 60.5,18.5 parent: 2 -- proto: VendingMachineSciDrobe - entities: - - uid: 5231 + - uid: 3575 components: - type: Transform - pos: -31.5,-20.5 + pos: 58.5,18.5 parent: 2 - - uid: 30871 + - uid: 3576 components: - type: Transform - pos: -62.5,-0.5 + pos: 54.5,18.5 parent: 2 -- proto: VendingMachineSec - entities: - - uid: 10132 + - uid: 3577 components: - type: Transform - pos: 39.5,57.5 + pos: 53.5,18.5 parent: 2 -- proto: VendingMachineSecDrobe - entities: - - uid: 3469 + - uid: 3578 components: - type: Transform - pos: 39.5,56.5 + pos: 52.5,18.5 parent: 2 - - uid: 6956 + - uid: 3579 components: - type: Transform - pos: 42.5,-26.5 + pos: 52.5,19.5 parent: 2 - - uid: 10142 + - uid: 3580 components: - type: Transform - pos: 35.5,18.5 + pos: 52.5,23.5 parent: 2 - - uid: 10754 + - uid: 3581 components: - type: Transform - pos: -6.5,-57.5 + pos: 52.5,24.5 parent: 2 - - uid: 15711 + - uid: 3582 components: - type: Transform - pos: 6.5,1.5 - parent: 14592 -- proto: VendingMachineSeeds - entities: - - uid: 9774 + pos: 52.5,25.5 + parent: 2 + - uid: 3583 components: - type: Transform - pos: -15.5,58.5 + pos: 52.5,26.5 parent: 2 -- proto: VendingMachineSustenance - entities: - - uid: 10801 + - uid: 3584 components: - type: Transform - pos: 23.5,67.5 + pos: 51.5,23.5 parent: 2 - - uid: 14082 + - uid: 3585 components: - type: Transform - pos: -7.5,-8.5 - parent: 14592 - - uid: 30761 + pos: 51.5,24.5 + parent: 2 + - uid: 3587 components: - type: Transform - pos: 30.5,66.5 + pos: 51.5,26.5 parent: 2 -- proto: VendingMachineSyndieDrobe - entities: - - uid: 27542 + - uid: 3588 components: - type: Transform - pos: 37.5,-52.5 + pos: 53.5,26.5 parent: 2 -- proto: VendingMachineTankDispenserEngineering - entities: - - uid: 7494 + - uid: 3589 components: - type: Transform - pos: -39.5,10.5 + pos: 54.5,26.5 parent: 2 - - uid: 8194 + - uid: 3590 components: - type: Transform - pos: -46.5,37.5 + pos: 55.5,26.5 parent: 2 - - uid: 31077 + - uid: 3591 components: - type: Transform - pos: -12.5,43.5 + pos: 56.5,26.5 parent: 2 - - uid: 36354 + - uid: 3592 components: - type: Transform - pos: -58.5,76.5 + pos: 57.5,26.5 parent: 2 -- proto: VendingMachineTankDispenserEVA - entities: - - uid: 956 + - uid: 3593 components: - type: Transform - pos: -32.5,24.5 + pos: 58.5,26.5 parent: 2 - - uid: 1520 + - uid: 3594 components: - type: Transform - pos: -44.5,-51.5 + pos: 59.5,26.5 parent: 2 - - uid: 3470 + - uid: 3595 components: - type: Transform - pos: 44.5,33.5 + pos: 60.5,26.5 parent: 2 - - uid: 5078 + - uid: 3596 components: - type: Transform - pos: -33.5,-12.5 + pos: 61.5,26.5 parent: 2 - - uid: 5958 + - uid: 3597 components: - type: Transform - pos: -25.5,33.5 + pos: 62.5,26.5 parent: 2 - - uid: 7492 + - uid: 3598 components: - type: Transform - pos: -43.5,10.5 + pos: 63.5,26.5 parent: 2 - - uid: 8165 + - uid: 3608 components: - type: Transform - pos: -54.5,30.5 + pos: 62.5,48.5 parent: 2 - - uid: 8193 + - uid: 3609 components: - type: Transform - pos: -45.5,37.5 + pos: 63.5,46.5 parent: 2 - - uid: 9337 + - uid: 3610 components: - type: Transform - pos: 17.5,-46.5 + rot: 1.5707963267948966 rad + pos: 80.5,40.5 parent: 2 - - uid: 9633 + - uid: 3612 components: - type: Transform - pos: 1.5,33.5 + rot: 3.141592653589793 rad + pos: 56.5,36.5 parent: 2 - - uid: 10893 + - uid: 3613 components: - type: Transform - pos: 17.5,-45.5 + pos: 64.5,43.5 parent: 2 - - uid: 31282 + - uid: 3619 components: - type: Transform - pos: 13.5,5.5 - parent: 30892 - - uid: 35169 + pos: 56.5,31.5 + parent: 2 + - uid: 3623 components: - type: Transform - pos: 66.5,37.5 + pos: 56.5,27.5 parent: 2 -- proto: VendingMachineTheater - entities: - - uid: 7837 + - uid: 3629 components: - type: Transform - pos: -24.5,58.5 + pos: 60.5,28.5 parent: 2 - - uid: 11670 + - uid: 3630 components: - type: Transform - pos: -32.5,57.5 + pos: 60.5,27.5 parent: 2 -- proto: VendingMachineVendomat - entities: - - uid: 13219 + - uid: 3635 components: - type: Transform - pos: -25.5,27.5 + pos: 56.5,32.5 parent: 2 - - uid: 43064 + - uid: 3636 components: - type: Transform - pos: -37.5,-35.5 + pos: 55.5,32.5 parent: 2 -- proto: VendingMachineViroDrobe - entities: - - uid: 12298 + - uid: 3639 components: - type: Transform - pos: 30.5,-3.5 + pos: 63.5,41.5 parent: 2 -- proto: VendingMachineWallMedical - entities: - - uid: 7003 + - uid: 3640 components: - type: Transform - pos: 43.5,-17.5 + pos: 63.5,42.5 parent: 2 - - uid: 10281 + - uid: 3641 components: - type: Transform - pos: 23.5,56.5 + pos: 57.5,32.5 parent: 2 - - uid: 11750 + - uid: 3643 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-28.5 + pos: 54.5,39.5 parent: 2 - - uid: 12609 + - uid: 3644 components: - type: Transform - pos: 30.5,-18.5 + pos: 55.5,39.5 parent: 2 - - uid: 34021 + - uid: 3645 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-4.5 + pos: 56.5,39.5 parent: 2 - - uid: 36086 + - uid: 3646 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,-12.5 + pos: 57.5,39.5 parent: 2 -- proto: VendingMachineWinter - entities: - - uid: 11811 + - uid: 3647 components: - type: Transform - pos: 46.5,-48.5 + pos: 58.5,39.5 parent: 2 - - uid: 31581 + - uid: 3654 components: - type: Transform - pos: -30.5,-44.5 + pos: 59.5,45.5 parent: 2 -- proto: VendingMachineYouTool - entities: - - uid: 5071 + - uid: 3655 components: - type: Transform - pos: -0.5,33.5 + pos: 58.5,45.5 parent: 2 - - uid: 5789 + - uid: 3656 components: - type: Transform - pos: -36.5,18.5 + pos: 59.5,42.5 parent: 2 - - uid: 9531 + - uid: 3657 components: - type: Transform - pos: -27.5,5.5 + pos: 58.5,42.5 parent: 2 - - uid: 34224 + - uid: 3658 components: - type: Transform - pos: -15.5,49.5 + pos: 57.5,42.5 parent: 2 -- proto: VimHarness - entities: - - uid: 13007 + - uid: 3659 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 15.538784,30.865095 + pos: 56.5,42.5 parent: 2 -- proto: WallCult - entities: - - uid: 4624 + - uid: 3660 components: - type: Transform - pos: 37.5,-53.5 + pos: 55.5,42.5 parent: 2 - - uid: 4751 + - uid: 3661 components: - type: Transform - pos: 36.5,-54.5 + pos: 54.5,42.5 parent: 2 -- proto: WallmountTelescreen - entities: - - uid: 10353 + - uid: 3662 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,22.5 + pos: 57.5,45.5 parent: 2 -- proto: WallmountTelevision - entities: - - uid: 7993 + - uid: 3663 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,23.5 + pos: 56.5,45.5 parent: 2 - - uid: 11553 + - uid: 3664 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-10.5 + pos: 55.5,45.5 parent: 2 - - uid: 11565 + - uid: 3665 components: - type: Transform - pos: 47.5,-33.5 + pos: 54.5,45.5 parent: 2 - - uid: 24866 + - uid: 3666 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-25.5 + pos: 58.5,48.5 parent: 2 - - uid: 31712 + - uid: 3667 components: - type: Transform - pos: 45.5,28.5 + pos: 57.5,48.5 parent: 2 - - uid: 31715 + - uid: 3668 components: - type: Transform - pos: -5.5,-49.5 + pos: 56.5,48.5 parent: 2 - - uid: 36328 + - uid: 3670 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,37.5 + pos: 54.5,48.5 parent: 2 - - uid: 36334 + - uid: 3671 components: - type: Transform - pos: 13.5,-3.5 + pos: 53.5,48.5 parent: 2 - - uid: 36339 + - uid: 3675 components: - type: Transform - pos: -23.5,-3.5 + pos: 53.5,45.5 parent: 2 - - uid: 36340 + - uid: 3676 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-1.5 + pos: 54.5,32.5 parent: 2 - - uid: 36341 + - uid: 3677 components: - type: Transform - pos: -18.5,-46.5 + pos: 53.5,32.5 parent: 2 - - uid: 36343 + - uid: 3678 components: - type: Transform - pos: 39.5,-47.5 + pos: 51.5,32.5 parent: 2 - - uid: 36344 + - uid: 3679 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,4.5 + pos: 50.5,32.5 parent: 2 -- proto: WallmountTelevisionFrame - entities: - - uid: 26733 + - uid: 3680 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,50.5 + pos: 50.5,31.5 parent: 2 -- proto: WallReinforced - entities: - - uid: 7 + - uid: 3681 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,9.5 + pos: 50.5,30.5 parent: 2 - - uid: 8 + - uid: 3682 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,8.5 + pos: 50.5,29.5 parent: 2 - - uid: 9 + - uid: 3683 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,8.5 + pos: 50.5,28.5 parent: 2 - - uid: 10 + - uid: 3684 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,9.5 + pos: 50.5,27.5 parent: 2 - - uid: 11 + - uid: 3685 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-6.5 + pos: 50.5,26.5 parent: 2 - - uid: 14 + - uid: 3686 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-6.5 + pos: 50.5,33.5 parent: 2 - - uid: 15 + - uid: 3687 components: - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-6.5 + pos: 50.5,34.5 parent: 2 - - uid: 17 + - uid: 3688 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-6.5 + pos: 50.5,35.5 parent: 2 - - uid: 19 + - uid: 3689 components: - type: Transform - pos: 8.5,71.5 + pos: 49.5,35.5 parent: 2 - - uid: 23 + - uid: 3690 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-6.5 + pos: 49.5,36.5 parent: 2 - - uid: 24 + - uid: 3691 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-6.5 + pos: 48.5,36.5 parent: 2 - - uid: 25 + - uid: 3692 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-6.5 + pos: 47.5,36.5 parent: 2 - - uid: 27 + - uid: 3693 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-0.5 + pos: 44.5,36.5 parent: 2 - - uid: 28 + - uid: 3695 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-1.5 + pos: 42.5,36.5 parent: 2 - - uid: 29 + - uid: 3697 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-0.5 + pos: 41.5,35.5 parent: 2 - - uid: 32 + - uid: 3698 components: - type: Transform - pos: -42.5,53.5 + pos: 41.5,34.5 parent: 2 - - uid: 33 + - uid: 3699 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-0.5 + pos: 41.5,33.5 parent: 2 - - uid: 37 + - uid: 3700 components: - type: Transform - pos: -40.5,46.5 + pos: 41.5,32.5 parent: 2 - - uid: 39 + - uid: 3702 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,47.5 + pos: 49.5,29.5 parent: 2 - - uid: 40 + - uid: 3703 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-0.5 + pos: 48.5,29.5 parent: 2 - - uid: 41 + - uid: 3704 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-1.5 + pos: 47.5,29.5 parent: 2 - - uid: 42 + - uid: 3705 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-2.5 + pos: 46.5,29.5 parent: 2 - - uid: 43 + - uid: 3706 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,11.5 + pos: 45.5,29.5 parent: 2 - - uid: 45 + - uid: 3707 components: - type: Transform - pos: -2.5,13.5 + pos: 44.5,29.5 parent: 2 - - uid: 46 + - uid: 3708 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,0.5 + pos: 43.5,29.5 parent: 2 - - uid: 47 + - uid: 3709 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-1.5 + pos: 42.5,29.5 parent: 2 - - uid: 48 + - uid: 3710 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-1.5 + pos: 42.5,30.5 parent: 2 - - uid: 49 + - uid: 3711 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-1.5 + pos: 41.5,31.5 parent: 2 - - uid: 50 + - uid: 3712 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-1.5 + pos: 41.5,30.5 parent: 2 - - uid: 52 + - uid: 3713 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,3.5 + pos: 40.5,32.5 parent: 2 - - uid: 53 + - uid: 3714 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,1.5 + pos: 40.5,33.5 parent: 2 - - uid: 54 + - uid: 3715 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,2.5 + pos: 40.5,34.5 parent: 2 - - uid: 56 + - uid: 3716 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-7.5 + pos: 40.5,35.5 parent: 2 - - uid: 57 + - uid: 3717 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-6.5 + pos: 40.5,36.5 parent: 2 - - uid: 59 + - uid: 3718 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-0.5 + pos: 41.5,36.5 parent: 2 - - uid: 60 + - uid: 3719 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-1.5 + pos: 49.5,28.5 parent: 2 - - uid: 62 + - uid: 3720 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-8.5 + pos: 48.5,28.5 parent: 2 - - uid: 64 + - uid: 3721 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-6.5 + pos: 47.5,28.5 parent: 2 - - uid: 66 + - uid: 3722 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-8.5 + pos: 46.5,28.5 parent: 2 - - uid: 67 + - uid: 3723 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-7.5 + pos: 45.5,28.5 parent: 2 - - uid: 71 + - uid: 3724 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-6.5 + pos: 44.5,28.5 parent: 2 - - uid: 72 + - uid: 3725 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-7.5 + pos: 43.5,28.5 parent: 2 - - uid: 73 + - uid: 3726 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-7.5 + pos: 42.5,28.5 parent: 2 - - uid: 74 + - uid: 3727 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,0.5 + pos: 41.5,29.5 parent: 2 - - uid: 75 + - uid: 3728 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,4.5 + pos: 40.5,30.5 parent: 2 - - uid: 76 + - uid: 3729 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,1.5 + pos: 40.5,31.5 parent: 2 - - uid: 77 + - uid: 3730 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,4.5 + pos: 59.5,14.5 parent: 2 - - uid: 78 + - uid: 3731 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,12.5 + pos: 60.5,14.5 parent: 2 - - uid: 80 + - uid: 3732 components: - type: Transform - pos: 3.5,16.5 + pos: 40.5,29.5 parent: 2 - - uid: 90 + - uid: 3733 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,11.5 + pos: 41.5,28.5 parent: 2 - - uid: 91 + - uid: 3735 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,13.5 + pos: 48.5,27.5 parent: 2 - - uid: 94 + - uid: 3736 components: - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,-6.5 + pos: 49.5,27.5 parent: 2 - - uid: 95 + - uid: 3737 components: - type: Transform - pos: -59.5,51.5 + pos: 49.5,26.5 parent: 2 - - uid: 99 + - uid: 3738 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-0.5 + pos: 49.5,25.5 parent: 2 - - uid: 100 + - uid: 3739 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-0.5 + pos: 50.5,25.5 parent: 2 - - uid: 101 + - uid: 3740 components: - type: Transform - pos: -10.5,23.5 + pos: 50.5,24.5 parent: 2 - - uid: 102 + - uid: 3741 components: - type: Transform - pos: -11.5,20.5 + pos: 56.5,14.5 parent: 2 - - uid: 103 + - uid: 3742 components: - type: Transform - pos: -12.5,20.5 + pos: 54.5,14.5 parent: 2 - - uid: 104 + - uid: 3743 components: - type: Transform - pos: -13.5,20.5 + pos: 36.5,32.5 parent: 2 - - uid: 105 + - uid: 3745 components: - type: Transform - pos: -11.5,22.5 + pos: 36.5,36.5 parent: 2 - - uid: 107 + - uid: 3746 components: - type: Transform - pos: -13.5,22.5 + pos: 36.5,37.5 parent: 2 - - uid: 108 + - uid: 3747 components: - type: Transform - pos: -16.5,13.5 + pos: 55.5,14.5 parent: 2 - - uid: 109 + - uid: 3748 components: - type: Transform - pos: -17.5,13.5 + pos: 32.5,36.5 parent: 2 - - uid: 110 + - uid: 3749 components: - type: Transform - pos: -18.5,13.5 + pos: 32.5,37.5 parent: 2 - - uid: 111 + - uid: 3750 components: - type: Transform - pos: -18.5,14.5 + pos: 32.5,38.5 parent: 2 - - uid: 112 + - uid: 3751 components: - type: Transform - pos: -18.5,15.5 + pos: 32.5,39.5 parent: 2 - - uid: 113 + - uid: 3752 components: - type: Transform - pos: -18.5,16.5 + pos: 33.5,39.5 parent: 2 - - uid: 114 + - uid: 3753 components: - type: Transform - pos: -18.5,17.5 + pos: 34.5,39.5 parent: 2 - - uid: 115 + - uid: 3754 components: - type: Transform - pos: -18.5,18.5 + pos: 35.5,39.5 parent: 2 - - uid: 116 + - uid: 3755 components: - type: Transform - pos: -18.5,19.5 + pos: 36.5,39.5 parent: 2 - - uid: 121 + - uid: 3756 components: - type: Transform - pos: -12.5,19.5 + pos: 36.5,40.5 parent: 2 - - uid: 122 + - uid: 3757 components: - type: Transform - pos: -12.5,18.5 + pos: 35.5,40.5 parent: 2 - - uid: 123 + - uid: 3759 components: - type: Transform - pos: -13.5,19.5 + pos: 31.5,39.5 parent: 2 - - uid: 124 + - uid: 3761 components: - type: Transform - pos: -14.5,19.5 + pos: 30.5,39.5 parent: 2 - - uid: 125 + - uid: 3762 components: - type: Transform - pos: -15.5,19.5 + pos: 29.5,39.5 parent: 2 - - uid: 126 + - uid: 3763 components: - type: Transform - pos: -17.5,19.5 + pos: 28.5,39.5 parent: 2 - - uid: 127 + - uid: 3764 components: - type: Transform - pos: -12.5,17.5 + pos: 28.5,40.5 parent: 2 - - uid: 131 + - uid: 3765 components: - type: Transform - pos: -11.5,23.5 + pos: 27.5,40.5 parent: 2 - - uid: 132 + - uid: 3772 components: - type: Transform - pos: -12.5,23.5 + pos: 36.5,49.5 parent: 2 - - uid: 133 + - uid: 3773 components: - type: Transform - pos: -13.5,23.5 + pos: 36.5,50.5 parent: 2 - - uid: 134 + - uid: 3774 components: - type: Transform - pos: -10.5,27.5 + pos: 35.5,50.5 parent: 2 - - uid: 135 + - uid: 3775 components: - type: Transform - pos: -9.5,27.5 + pos: 35.5,51.5 parent: 2 - - uid: 136 + - uid: 3776 components: - type: Transform - pos: -9.5,28.5 + pos: 34.5,51.5 parent: 2 - - uid: 137 + - uid: 3781 components: - type: Transform - pos: -8.5,28.5 + pos: 29.5,51.5 parent: 2 - - uid: 138 + - uid: 3782 components: - type: Transform - pos: -7.5,28.5 + pos: 28.5,51.5 parent: 2 - - uid: 139 + - uid: 3783 components: - type: Transform - pos: -6.5,28.5 + pos: 28.5,50.5 parent: 2 - - uid: 140 + - uid: 3784 components: - type: Transform - pos: -5.5,28.5 + pos: 27.5,51.5 parent: 2 - - uid: 141 + - uid: 3785 components: - type: Transform - pos: -23.5,19.5 + pos: 27.5,50.5 parent: 2 - - uid: 142 + - uid: 3786 components: - type: Transform - pos: -5.5,27.5 + pos: 27.5,49.5 parent: 2 - - uid: 143 + - uid: 3787 components: - type: Transform - pos: -4.5,27.5 + pos: 27.5,48.5 parent: 2 - - uid: 144 + - uid: 3788 components: - type: Transform - pos: -3.5,27.5 + pos: 27.5,47.5 parent: 2 - - uid: 145 + - uid: 3789 components: - type: Transform - pos: -2.5,27.5 + pos: 27.5,46.5 parent: 2 - - uid: 146 + - uid: 3790 components: - type: Transform - pos: -1.5,27.5 + pos: 27.5,45.5 parent: 2 - - uid: 147 + - uid: 3791 components: - type: Transform - pos: -0.5,27.5 + pos: 27.5,44.5 parent: 2 - - uid: 148 + - uid: 3792 components: - type: Transform - pos: 0.5,27.5 + pos: 27.5,43.5 parent: 2 - - uid: 149 + - uid: 3793 components: - type: Transform - pos: 1.5,27.5 + pos: 27.5,42.5 parent: 2 - - uid: 150 + - uid: 3794 components: - type: Transform - pos: 2.5,27.5 + pos: 27.5,41.5 parent: 2 - - uid: 151 + - uid: 3810 components: - type: Transform - pos: 3.5,27.5 + pos: 46.5,45.5 parent: 2 - - uid: 152 + - uid: 3811 components: - type: Transform - pos: 4.5,27.5 + rot: 1.5707963267948966 rad + pos: -49.5,51.5 parent: 2 - - uid: 153 + - uid: 3812 components: - type: Transform - pos: 5.5,27.5 + pos: 41.5,44.5 parent: 2 - - uid: 154 + - uid: 3813 components: - type: Transform - pos: 6.5,27.5 + pos: 40.5,44.5 parent: 2 - - uid: 155 + - uid: 3814 components: - type: Transform - pos: 6.5,28.5 + pos: 46.5,39.5 parent: 2 - - uid: 159 + - uid: 3818 components: - type: Transform - pos: 10.5,28.5 + pos: 51.5,48.5 parent: 2 - - uid: 160 + - uid: 3819 components: - type: Transform - pos: 10.5,27.5 + pos: 48.5,48.5 parent: 2 - - uid: 161 + - uid: 3823 components: - type: Transform - pos: -19.5,16.5 + rot: -1.5707963267948966 rad + pos: 76.5,32.5 parent: 2 - - uid: 162 + - uid: 3825 components: - type: Transform - pos: -21.5,16.5 + rot: -1.5707963267948966 rad + pos: 73.5,32.5 parent: 2 - - uid: 163 + - uid: 3827 components: - type: Transform - pos: -22.5,16.5 + pos: 54.5,53.5 parent: 2 - - uid: 164 + - uid: 3828 components: - type: Transform - pos: -22.5,17.5 + pos: 54.5,52.5 parent: 2 - - uid: 165 + - uid: 3830 components: - type: Transform - pos: -22.5,19.5 + pos: 54.5,50.5 parent: 2 - - uid: 166 + - uid: 3831 components: - type: Transform - pos: -14.5,23.5 + pos: 54.5,49.5 parent: 2 - - uid: 167 + - uid: 3832 components: - type: Transform - pos: -17.5,23.5 + pos: 51.5,49.5 parent: 2 - - uid: 168 + - uid: 3833 components: - type: Transform - pos: -19.5,23.5 + pos: 51.5,50.5 parent: 2 - - uid: 169 + - uid: 3834 components: - type: Transform - pos: -20.5,23.5 + pos: 51.5,51.5 parent: 2 - - uid: 173 + - uid: 3835 components: - type: Transform - pos: -10.5,28.5 + pos: 51.5,52.5 parent: 2 - - uid: 174 + - uid: 3836 components: - type: Transform - pos: -11.5,28.5 + pos: 51.5,53.5 parent: 2 - - uid: 175 + - uid: 3837 components: - type: Transform - pos: -12.5,28.5 + pos: 48.5,49.5 parent: 2 - - uid: 176 + - uid: 3838 components: - type: Transform - pos: -13.5,28.5 + pos: 48.5,50.5 parent: 2 - - uid: 177 + - uid: 3839 components: - type: Transform - pos: -14.5,28.5 + pos: 48.5,51.5 parent: 2 - - uid: 178 + - uid: 3840 components: - type: Transform - pos: -15.5,28.5 + pos: 48.5,52.5 parent: 2 - - uid: 179 + - uid: 3841 components: - type: Transform - pos: -16.5,28.5 + pos: 48.5,53.5 parent: 2 - - uid: 180 + - uid: 3842 components: - type: Transform - pos: -17.5,28.5 + pos: 47.5,48.5 parent: 2 - - uid: 181 + - uid: 3843 components: - type: Transform - pos: -18.5,28.5 + pos: 47.5,49.5 parent: 2 - - uid: 182 + - uid: 3848 components: - type: Transform - pos: -19.5,28.5 + pos: 41.5,48.5 parent: 2 - - uid: 183 + - uid: 3849 components: - type: Transform - pos: -20.5,28.5 + pos: 41.5,49.5 parent: 2 - - uid: 184 + - uid: 3850 components: - type: Transform - pos: -20.5,27.5 + pos: 40.5,49.5 parent: 2 - - uid: 185 + - uid: 3851 components: - type: Transform - pos: -20.5,26.5 + pos: 40.5,50.5 parent: 2 - - uid: 186 + - uid: 3852 components: - type: Transform - pos: -20.5,25.5 + pos: 40.5,51.5 parent: 2 - - uid: 187 + - uid: 3853 components: - type: Transform - pos: -20.5,24.5 + pos: 40.5,52.5 parent: 2 - - uid: 188 + - uid: 3854 components: - type: Transform - pos: -20.5,29.5 + pos: 40.5,53.5 parent: 2 - - uid: 189 + - uid: 3859 components: - type: Transform - pos: -20.5,30.5 + pos: 48.5,54.5 parent: 2 - - uid: 190 + - uid: 3860 components: - type: Transform - pos: -19.5,30.5 + pos: 48.5,55.5 parent: 2 - - uid: 191 + - uid: 3861 components: - type: Transform - pos: -19.5,33.5 + pos: 47.5,55.5 parent: 2 - - uid: 192 + - uid: 3862 components: - type: Transform - pos: -20.5,33.5 + pos: 46.5,55.5 parent: 2 - - uid: 193 + - uid: 3863 components: - type: Transform - pos: -20.5,34.5 + pos: 45.5,55.5 parent: 2 - - uid: 194 + - uid: 3864 components: - type: Transform - pos: -20.5,35.5 + pos: 40.5,54.5 parent: 2 - - uid: 195 + - uid: 3865 components: - type: Transform - pos: -19.5,35.5 + pos: 40.5,55.5 parent: 2 - - uid: 196 + - uid: 3866 components: - type: Transform - pos: -18.5,35.5 + pos: 41.5,55.5 parent: 2 - - uid: 197 + - uid: 3867 components: - type: Transform - pos: -17.5,35.5 + pos: 42.5,55.5 parent: 2 - - uid: 198 + - uid: 3868 components: - type: Transform - pos: -16.5,35.5 + pos: 43.5,55.5 parent: 2 - - uid: 199 + - uid: 3869 components: - type: Transform - pos: -85.5,70.5 + pos: 46.5,60.5 parent: 2 - - uid: 202 + - uid: 3870 components: - type: Transform - pos: -12.5,35.5 + pos: 46.5,59.5 parent: 2 - - uid: 203 + - uid: 3871 components: - type: Transform - pos: -11.5,35.5 + pos: 47.5,59.5 parent: 2 - - uid: 204 + - uid: 3878 components: - type: Transform - pos: -10.5,35.5 + pos: 42.5,60.5 parent: 2 - - uid: 205 + - uid: 3879 components: - type: Transform - pos: -9.5,35.5 + pos: 42.5,61.5 parent: 2 - - uid: 206 + - uid: 3880 components: - type: Transform - pos: -9.5,34.5 + pos: 41.5,61.5 parent: 2 - - uid: 207 + - uid: 3881 components: - type: Transform - pos: -9.5,33.5 + pos: 40.5,61.5 parent: 2 - - uid: 208 + - uid: 3882 components: - type: Transform - pos: -9.5,32.5 + pos: 39.5,61.5 parent: 2 - - uid: 209 + - uid: 3883 components: - type: Transform - pos: -9.5,31.5 + pos: 38.5,55.5 parent: 2 - - uid: 210 + - uid: 3885 components: - type: Transform - pos: -9.5,30.5 + pos: 37.5,55.5 parent: 2 - - uid: 211 + - uid: 3886 components: - type: Transform - pos: -9.5,29.5 + pos: 39.5,55.5 parent: 2 - - uid: 212 + - uid: 3887 components: - type: Transform - pos: -24.5,23.5 + pos: 40.5,56.5 parent: 2 - - uid: 213 + - uid: 3888 components: - type: Transform - pos: -24.5,24.5 + pos: 40.5,57.5 parent: 2 - - uid: 215 + - uid: 3889 components: - type: Transform - pos: -24.5,27.5 + pos: 40.5,58.5 parent: 2 - - uid: 216 + - uid: 3890 components: - type: Transform - pos: -24.5,28.5 + pos: 39.5,58.5 parent: 2 - - uid: 217 + - uid: 3891 components: - type: Transform - pos: -24.5,32.5 + pos: 39.5,59.5 parent: 2 - - uid: 218 + - uid: 3892 components: - type: Transform - pos: -24.5,33.5 + pos: 39.5,60.5 parent: 2 - - uid: 219 + - uid: 3893 components: - type: Transform - pos: -24.5,35.5 + pos: 33.5,55.5 parent: 2 - - uid: 220 + - uid: 3894 components: - type: Transform - pos: -24.5,36.5 + pos: 32.5,55.5 parent: 2 - - uid: 221 + - uid: 3895 components: - type: Transform - pos: -23.5,36.5 + pos: 31.5,55.5 parent: 2 - - uid: 222 + - uid: 3896 components: - type: Transform - pos: -20.5,36.5 + pos: 31.5,56.5 parent: 2 - - uid: 223 + - uid: 3897 components: - type: Transform - pos: -21.5,36.5 + pos: 31.5,57.5 parent: 2 - - uid: 224 + - uid: 3898 components: - type: Transform - pos: -25.5,28.5 + pos: 31.5,58.5 parent: 2 - - uid: 225 + - uid: 3899 components: - type: Transform - pos: -27.5,28.5 + pos: 31.5,59.5 parent: 2 - - uid: 226 + - uid: 3900 components: - type: Transform - pos: -28.5,28.5 + pos: 72.5,-23.5 parent: 2 - - uid: 227 + - uid: 3902 components: - type: Transform - pos: -28.5,29.5 + pos: 68.5,0.5 parent: 2 - - uid: 228 + - uid: 3917 components: - type: Transform - pos: -28.5,31.5 + pos: 31.5,60.5 parent: 2 - - uid: 229 + - uid: 3918 components: - type: Transform - pos: -28.5,32.5 + pos: 31.5,61.5 parent: 2 - - uid: 230 + - uid: 3919 components: - type: Transform - pos: -27.5,32.5 + pos: 31.5,62.5 parent: 2 - - uid: 231 + - uid: 3920 components: - type: Transform - pos: -25.5,32.5 + pos: 31.5,63.5 parent: 2 - - uid: 232 + - uid: 3921 components: - type: Transform - pos: -24.5,19.5 + pos: 31.5,64.5 parent: 2 - - uid: 233 + - uid: 3922 components: - type: Transform - pos: -25.5,19.5 + pos: 31.5,65.5 parent: 2 - - uid: 234 + - uid: 3923 components: - type: Transform - pos: -25.5,18.5 + pos: 31.5,66.5 parent: 2 - - uid: 235 + - uid: 3924 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-33.5 + pos: 31.5,67.5 parent: 2 - - uid: 237 + - uid: 3925 components: - type: Transform - pos: -25.5,15.5 + pos: 30.5,67.5 parent: 2 - - uid: 238 + - uid: 3926 components: - type: Transform - pos: -24.5,15.5 + pos: 30.5,68.5 parent: 2 - - uid: 239 + - uid: 3927 components: - type: Transform - pos: -23.5,15.5 + pos: 30.5,69.5 parent: 2 - - uid: 240 + - uid: 3928 components: - type: Transform - pos: -23.5,16.5 + pos: 29.5,69.5 parent: 2 - - uid: 242 + - uid: 3929 components: - type: Transform - pos: -18.5,12.5 + pos: 29.5,70.5 parent: 2 - - uid: 243 + - uid: 3930 components: - type: Transform - pos: -19.5,12.5 + pos: 29.5,71.5 parent: 2 - - uid: 244 + - uid: 3931 components: - type: Transform - pos: -21.5,12.5 + pos: 10.5,71.5 parent: 2 - - uid: 246 + - uid: 3932 components: - type: Transform - pos: -22.5,11.5 + pos: 28.5,71.5 parent: 2 - - uid: 247 + - uid: 3933 components: - type: Transform - pos: -21.5,11.5 + pos: 27.5,71.5 parent: 2 - - uid: 248 + - uid: 3934 components: - type: Transform - pos: -26.5,13.5 + pos: 26.5,71.5 parent: 2 - - uid: 249 + - uid: 3935 components: - type: Transform - pos: -26.5,11.5 + pos: 25.5,71.5 parent: 2 - - uid: 250 + - uid: 3936 components: - type: Transform - pos: -25.5,11.5 + pos: 24.5,71.5 parent: 2 - - uid: 251 + - uid: 3937 components: - type: Transform - pos: -24.5,11.5 + pos: 23.5,71.5 parent: 2 - - uid: 252 + - uid: 3938 components: - type: Transform - pos: -23.5,11.5 + pos: 23.5,72.5 parent: 2 - - uid: 253 + - uid: 3939 components: - type: Transform - pos: -26.5,19.5 + pos: 22.5,72.5 parent: 2 - - uid: 254 + - uid: 3940 components: - type: Transform - pos: -28.5,19.5 + pos: 17.5,72.5 parent: 2 - - uid: 255 + - uid: 3941 components: - type: Transform - pos: -34.5,19.5 + pos: 16.5,72.5 parent: 2 - - uid: 256 + - uid: 3942 components: - type: Transform - pos: -35.5,20.5 + pos: 15.5,72.5 parent: 2 - - uid: 257 + - uid: 3943 components: - type: Transform - pos: -27.5,13.5 + pos: 15.5,68.5 parent: 2 - - uid: 258 + - uid: 3944 components: - type: Transform - pos: -28.5,13.5 + pos: 16.5,68.5 parent: 2 - - uid: 259 + - uid: 3945 components: - type: Transform - pos: -29.5,13.5 + pos: 17.5,68.5 parent: 2 - - uid: 260 + - uid: 3946 components: - type: Transform - pos: -30.5,13.5 + pos: 22.5,68.5 parent: 2 - - uid: 261 + - uid: 3947 components: - type: Transform - pos: -31.5,13.5 + pos: 23.5,68.5 parent: 2 - - uid: 262 + - uid: 3948 components: - type: Transform - pos: -32.5,13.5 + pos: 23.5,69.5 parent: 2 - - uid: 263 + - uid: 3961 components: - type: Transform - pos: -33.5,13.5 + pos: 17.5,64.5 parent: 2 - - uid: 264 + - uid: 3962 components: - type: Transform - pos: -34.5,13.5 + pos: 16.5,64.5 parent: 2 - - uid: 265 + - uid: 3963 components: - type: Transform - pos: -35.5,13.5 + pos: 16.5,63.5 parent: 2 - - uid: 266 + - uid: 3964 components: - type: Transform - pos: -35.5,14.5 + pos: 16.5,62.5 parent: 2 - - uid: 267 + - uid: 3965 components: - type: Transform - pos: -35.5,15.5 + pos: 15.5,62.5 parent: 2 - - uid: 268 + - uid: 3966 components: - type: Transform - pos: -35.5,16.5 + pos: 13.5,62.5 parent: 2 - - uid: 269 + - uid: 3967 components: - type: Transform - pos: -35.5,17.5 + pos: 12.5,62.5 parent: 2 - - uid: 270 + - uid: 3968 components: - type: Transform - pos: -35.5,18.5 + pos: 11.5,62.5 parent: 2 - - uid: 271 + - uid: 3969 components: - type: Transform - pos: -35.5,19.5 + pos: 11.5,63.5 parent: 2 - - uid: 272 + - uid: 3970 components: - type: Transform - pos: -35.5,22.5 + pos: 11.5,64.5 parent: 2 - - uid: 273 + - uid: 3971 components: - type: Transform - pos: -35.5,23.5 + pos: 11.5,65.5 parent: 2 - - uid: 274 + - uid: 3972 components: - type: Transform - pos: -34.5,23.5 + pos: 11.5,66.5 parent: 2 - - uid: 275 + - uid: 3973 components: - type: Transform - pos: -33.5,23.5 + pos: 11.5,67.5 parent: 2 - - uid: 276 + - uid: 3974 components: - type: Transform - pos: -32.5,23.5 + pos: 11.5,68.5 parent: 2 - - uid: 277 + - uid: 3975 components: - type: Transform - pos: -31.5,23.5 + pos: 12.5,68.5 parent: 2 - - uid: 278 + - uid: 3976 components: - type: Transform - pos: -30.5,23.5 + pos: 12.5,72.5 parent: 2 - - uid: 279 + - uid: 3977 components: - type: Transform - pos: -29.5,23.5 + pos: 11.5,72.5 parent: 2 - - uid: 280 + - uid: 3978 components: - type: Transform - pos: -28.5,23.5 + pos: 11.5,71.5 parent: 2 - - uid: 281 + - uid: 3979 components: - type: Transform - pos: -27.5,23.5 + pos: 11.5,70.5 parent: 2 - - uid: 282 + - uid: 3981 components: - type: Transform - pos: -26.5,23.5 + pos: 10.5,70.5 parent: 2 - - uid: 283 + - uid: 3982 components: - type: Transform - pos: -25.5,23.5 + pos: -3.5,70.5 parent: 2 - - uid: 284 + - uid: 3985 components: - type: Transform - pos: -36.5,19.5 + pos: 9.5,70.5 parent: 2 - - uid: 285 + - uid: 3988 components: - type: Transform - pos: -40.5,19.5 + pos: 5.5,70.5 parent: 2 - - uid: 286 + - uid: 3989 components: - type: Transform - pos: -41.5,19.5 + pos: 4.5,70.5 parent: 2 - - uid: 287 + - uid: 4004 components: - type: Transform - pos: -42.5,19.5 + pos: 9.5,69.5 parent: 2 - - uid: 288 + - uid: 4005 components: - type: Transform - pos: -42.5,20.5 + pos: 9.5,68.5 parent: 2 - - uid: 289 + - uid: 4006 components: - type: Transform - pos: -36.5,13.5 + pos: 9.5,67.5 parent: 2 - - uid: 296 + - uid: 4007 components: - type: Transform - pos: -42.5,22.5 + pos: 9.5,66.5 parent: 2 - - uid: 297 + - uid: 4008 components: - type: Transform - pos: -45.5,19.5 + pos: 9.5,65.5 parent: 2 - - uid: 298 + - uid: 4009 components: - type: Transform - pos: -44.5,19.5 + pos: 9.5,64.5 parent: 2 - - uid: 299 + - uid: 4010 components: - type: Transform - pos: -43.5,19.5 + pos: 9.5,63.5 parent: 2 - - uid: 300 + - uid: 4011 components: - type: Transform - pos: -45.5,20.5 + pos: 9.5,62.5 parent: 2 - - uid: 301 + - uid: 4012 components: - type: Transform - pos: -45.5,21.5 + pos: 9.5,61.5 parent: 2 - - uid: 302 + - uid: 4013 components: - type: Transform - pos: -44.5,24.5 + pos: 9.5,60.5 parent: 2 - - uid: 303 + - uid: 4014 components: - type: Transform - pos: -45.5,22.5 + pos: 10.5,60.5 parent: 2 - - uid: 304 + - uid: 4015 components: - type: Transform - pos: -44.5,22.5 + pos: 11.5,60.5 parent: 2 - - uid: 305 + - uid: 4016 components: - type: Transform - pos: -44.5,23.5 + pos: 12.5,60.5 parent: 2 - - uid: 306 + - uid: 4017 components: - type: Transform - pos: -43.5,23.5 + pos: 14.5,60.5 parent: 2 - - uid: 307 + - uid: 4018 components: - type: Transform - pos: -42.5,23.5 + pos: 15.5,60.5 parent: 2 - - uid: 308 + - uid: 4019 components: - type: Transform - pos: -35.5,24.5 + pos: 16.5,60.5 parent: 2 - - uid: 309 + - uid: 4020 components: - type: Transform - pos: -35.5,26.5 + pos: 16.5,61.5 parent: 2 - - uid: 310 + - uid: 4023 components: - type: Transform - pos: -35.5,27.5 + pos: 19.5,64.5 parent: 2 - - uid: 311 + - uid: 4024 components: - type: Transform - pos: -35.5,28.5 + pos: 19.5,63.5 parent: 2 - - uid: 312 + - uid: 4025 components: - type: Transform - pos: -34.5,28.5 + pos: 19.5,62.5 parent: 2 - - uid: 313 + - uid: 4026 components: - type: Transform - pos: -29.5,28.5 + pos: 19.5,61.5 parent: 2 - - uid: 314 + - uid: 4027 components: - type: Transform - pos: -24.5,37.5 + pos: 19.5,60.5 parent: 2 - - uid: 315 + - uid: 4028 components: - type: Transform - pos: -25.5,37.5 + pos: 18.5,60.5 parent: 2 - - uid: 316 + - uid: 4029 components: - type: Transform - pos: -26.5,37.5 + pos: 17.5,60.5 parent: 2 - - uid: 317 + - uid: 4030 components: - type: Transform - pos: -27.5,37.5 + pos: 20.5,60.5 parent: 2 - - uid: 318 + - uid: 4031 components: - type: Transform - pos: -28.5,37.5 + pos: 21.5,60.5 parent: 2 - - uid: 319 + - uid: 4032 components: - type: Transform - pos: -29.5,37.5 + pos: 22.5,60.5 parent: 2 - - uid: 320 + - uid: 4033 components: - type: Transform - pos: -30.5,37.5 + pos: 22.5,61.5 parent: 2 - - uid: 321 + - uid: 4034 components: - type: Transform - pos: -31.5,37.5 + pos: 22.5,62.5 parent: 2 - - uid: 322 + - uid: 4035 components: - type: Transform - pos: -32.5,37.5 + pos: 22.5,63.5 parent: 2 - - uid: 323 + - uid: 4036 components: - type: Transform - pos: -33.5,37.5 + pos: 22.5,64.5 parent: 2 - - uid: 324 + - uid: 4037 components: - type: Transform - pos: -34.5,37.5 + pos: 21.5,64.5 parent: 2 - - uid: 325 + - uid: 4038 components: - type: Transform - pos: -34.5,36.5 + pos: 25.5,63.5 parent: 2 - - uid: 326 + - uid: 4039 components: - type: Transform - pos: -35.5,36.5 + pos: 25.5,62.5 parent: 2 - - uid: 327 + - uid: 4040 components: - type: Transform - pos: -35.5,35.5 + pos: 25.5,61.5 parent: 2 - - uid: 328 + - uid: 4041 components: - type: Transform - pos: -35.5,34.5 + pos: 25.5,60.5 parent: 2 - - uid: 329 + - uid: 4042 components: - type: Transform - pos: -35.5,33.5 + pos: 25.5,64.5 parent: 2 - - uid: 330 + - uid: 4043 components: - type: Transform - pos: -35.5,32.5 + pos: 26.5,64.5 parent: 2 - - uid: 331 + - uid: 4044 components: - type: Transform - pos: -34.5,32.5 + pos: 28.5,64.5 parent: 2 - - uid: 332 + - uid: 4045 components: - type: Transform - pos: -29.5,32.5 + pos: 28.5,63.5 parent: 2 - - uid: 333 + - uid: 4046 components: - type: Transform - pos: -42.5,24.5 + pos: 28.5,62.5 parent: 2 - - uid: 334 + - uid: 4047 components: - type: Transform - pos: -42.5,25.5 + pos: 28.5,61.5 parent: 2 - - uid: 335 + - uid: 4048 components: - type: Transform - pos: -42.5,26.5 + pos: 28.5,60.5 parent: 2 - - uid: 336 + - uid: 4049 components: - type: Transform - pos: -42.5,27.5 + pos: 27.5,60.5 parent: 2 - - uid: 337 + - uid: 4050 components: - type: Transform - pos: -41.5,27.5 + pos: 26.5,60.5 parent: 2 - - uid: 338 + - uid: 4051 components: - type: Transform - pos: -40.5,27.5 + pos: 29.5,60.5 parent: 2 - - uid: 339 + - uid: 4052 components: - type: Transform - pos: -39.5,27.5 + pos: 30.5,60.5 parent: 2 - - uid: 340 + - uid: 4053 components: - type: Transform - pos: -38.5,27.5 + pos: 30.5,64.5 parent: 2 - - uid: 341 + - uid: 4054 components: - type: Transform - pos: -37.5,27.5 + pos: 17.5,59.5 parent: 2 - - uid: 342 + - uid: 4055 components: - type: Transform - pos: -36.5,27.5 + pos: 17.5,58.5 parent: 2 - - uid: 343 + - uid: 4056 components: - type: Transform - pos: -43.5,24.5 + pos: 17.5,57.5 parent: 2 - - uid: 344 + - uid: 4057 components: - type: Transform - pos: -43.5,25.5 + pos: 17.5,56.5 parent: 2 - - uid: 345 + - uid: 4058 components: - type: Transform - pos: -43.5,26.5 + pos: 18.5,56.5 parent: 2 - - uid: 346 + - uid: 4059 components: - type: Transform - pos: -46.5,19.5 + pos: 19.5,56.5 parent: 2 - - uid: 347 + - uid: 4060 components: - type: Transform - pos: -46.5,18.5 + pos: 27.5,56.5 parent: 2 - - uid: 348 + - uid: 4063 components: - type: Transform - pos: -46.5,17.5 + pos: 26.5,50.5 parent: 2 - - uid: 349 + - uid: 4064 components: - type: Transform - pos: -46.5,16.5 + pos: 24.5,50.5 parent: 2 - - uid: 350 + - uid: 4065 components: - type: Transform - pos: -46.5,15.5 + pos: 23.5,50.5 parent: 2 - - uid: 351 + - uid: 4066 components: - type: Transform - pos: -46.5,14.5 + pos: 22.5,50.5 parent: 2 - - uid: 352 + - uid: 4067 components: - type: Transform - pos: -46.5,13.5 + pos: 22.5,51.5 parent: 2 - - uid: 367 + - uid: 4068 components: - type: Transform - pos: -24.5,39.5 + pos: 21.5,51.5 parent: 2 - - uid: 368 + - uid: 4069 components: - type: Transform - pos: -24.5,40.5 + pos: 20.5,51.5 parent: 2 - - uid: 369 + - uid: 4070 components: - type: Transform - pos: -28.5,40.5 + pos: 20.5,52.5 parent: 2 - - uid: 370 + - uid: 4071 components: - type: Transform - pos: -29.5,40.5 + pos: 19.5,52.5 parent: 2 - - uid: 371 + - uid: 4072 components: - type: Transform - pos: -29.5,41.5 + pos: 19.5,53.5 parent: 2 - - uid: 372 + - uid: 4073 components: - type: Transform - pos: -28.5,41.5 + pos: 19.5,54.5 parent: 2 - - uid: 373 + - uid: 4074 components: - type: Transform - pos: -30.5,40.5 + pos: 19.5,55.5 parent: 2 - - uid: 374 + - uid: 4075 components: - type: Transform - pos: -30.5,39.5 + pos: 20.5,56.5 parent: 2 - - uid: 375 + - uid: 4076 components: - type: Transform - pos: -30.5,38.5 + pos: 21.5,56.5 parent: 2 - - uid: 376 + - uid: 4077 components: - type: Transform - pos: -28.5,42.5 + pos: 22.5,56.5 parent: 2 - - uid: 377 + - uid: 4078 components: - type: Transform - pos: -28.5,43.5 + pos: 23.5,56.5 parent: 2 - - uid: 378 + - uid: 4079 components: - type: Transform - pos: -27.5,43.5 + pos: 24.5,56.5 parent: 2 - - uid: 379 + - uid: 4080 components: - type: Transform - pos: -26.5,43.5 + pos: 25.5,56.5 parent: 2 - - uid: 380 + - uid: 4081 components: - type: Transform - pos: -25.5,43.5 + pos: 26.5,56.5 parent: 2 - - uid: 381 + - uid: 4193 components: - type: Transform - pos: -24.5,43.5 + pos: -1.5,45.5 parent: 2 - - uid: 382 + - uid: 4194 components: - type: Transform - pos: -24.5,42.5 + pos: -1.5,46.5 parent: 2 - - uid: 383 + - uid: 4195 components: - type: Transform - pos: -24.5,41.5 + pos: -2.5,46.5 parent: 2 - - uid: 384 + - uid: 4196 components: - type: Transform - pos: -24.5,44.5 + pos: -3.5,46.5 parent: 2 - - uid: 385 + - uid: 4197 components: - type: Transform - pos: -25.5,44.5 + pos: -4.5,46.5 parent: 2 - - uid: 388 + - uid: 4198 components: - type: Transform - pos: -20.5,37.5 + pos: -5.5,46.5 parent: 2 - - uid: 389 + - uid: 4199 components: - type: Transform - pos: -20.5,38.5 + pos: -6.5,46.5 parent: 2 - - uid: 390 + - uid: 4200 components: - type: Transform - pos: -20.5,39.5 + pos: -6.5,45.5 parent: 2 - - uid: 391 + - uid: 4201 components: - type: Transform - pos: -20.5,40.5 + pos: -6.5,44.5 parent: 2 - - uid: 392 + - uid: 4202 components: - type: Transform - pos: -20.5,41.5 + pos: -6.5,43.5 parent: 2 - - uid: 393 + - uid: 4203 components: - type: Transform - pos: -19.5,41.5 + pos: -6.5,42.5 parent: 2 - - uid: 394 + - uid: 4204 components: - type: Transform - pos: -18.5,41.5 + pos: -6.5,41.5 parent: 2 - - uid: 395 + - uid: 4205 components: - type: Transform - pos: -17.5,41.5 + pos: -1.5,41.5 parent: 2 - - uid: 396 + - uid: 4207 components: - type: Transform - pos: -16.5,41.5 + pos: -1.5,39.5 parent: 2 - - uid: 397 + - uid: 4208 components: - type: Transform - pos: -15.5,41.5 + pos: -1.5,38.5 parent: 2 - - uid: 412 + - uid: 4209 components: - type: Transform - pos: -14.5,41.5 + pos: -2.5,38.5 parent: 2 - - uid: 413 + - uid: 4210 components: - type: Transform - pos: -13.5,41.5 + pos: -3.5,38.5 parent: 2 - - uid: 416 + - uid: 4211 components: - type: Transform - pos: -13.5,45.5 + pos: -4.5,38.5 parent: 2 - - uid: 417 + - uid: 4212 components: - type: Transform - pos: -13.5,46.5 + pos: -5.5,38.5 parent: 2 - - uid: 418 + - uid: 4213 components: - type: Transform - pos: -12.5,46.5 + pos: -6.5,38.5 parent: 2 - - uid: 419 + - uid: 4214 components: - type: Transform - pos: -11.5,46.5 + pos: -6.5,39.5 parent: 2 - - uid: 420 + - uid: 4224 components: - type: Transform - pos: -10.5,46.5 + pos: -5.5,51.5 parent: 2 - - uid: 421 + - uid: 4225 components: - type: Transform - pos: -9.5,46.5 + pos: -5.5,50.5 parent: 2 - - uid: 422 + - uid: 4227 components: - type: Transform - pos: -8.5,46.5 + pos: -5.5,47.5 parent: 2 - - uid: 423 + - uid: 4244 components: - type: Transform - pos: -8.5,45.5 + pos: 41.5,40.5 parent: 2 - - uid: 424 + - uid: 4246 components: - type: Transform - pos: -8.5,44.5 + pos: 41.5,39.5 parent: 2 - - uid: 425 + - uid: 4247 components: - type: Transform - pos: -8.5,43.5 + pos: 40.5,40.5 parent: 2 - - uid: 426 + - uid: 4248 components: - type: Transform - pos: -8.5,42.5 + rot: -1.5707963267948966 rad + pos: -5.5,31.5 parent: 2 - - uid: 427 + - uid: 4285 components: - type: Transform - pos: -8.5,41.5 + rot: -1.5707963267948966 rad + pos: -2.5,35.5 parent: 2 - - uid: 428 + - uid: 4286 components: - type: Transform - pos: -8.5,40.5 + rot: -1.5707963267948966 rad + pos: -1.5,35.5 parent: 2 - - uid: 429 + - uid: 4287 components: - type: Transform - pos: -8.5,39.5 + rot: -1.5707963267948966 rad + pos: -4.5,35.5 parent: 2 - - uid: 430 + - uid: 4288 components: - type: Transform - pos: -8.5,38.5 + rot: -1.5707963267948966 rad + pos: -3.5,35.5 parent: 2 - - uid: 431 + - uid: 4289 components: - type: Transform - pos: -8.5,37.5 + rot: -1.5707963267948966 rad + pos: -5.5,35.5 parent: 2 - - uid: 432 + - uid: 4290 components: - type: Transform - pos: -8.5,36.5 + rot: -1.5707963267948966 rad + pos: -6.5,35.5 parent: 2 - - uid: 433 + - uid: 4291 components: - type: Transform - pos: -8.5,35.5 + rot: -1.5707963267948966 rad + pos: 2.5,30.5 parent: 2 - - uid: 434 + - uid: 4307 components: - type: Transform - pos: -90.5,75.5 + pos: 18.5,-47.5 parent: 2 - - uid: 437 + - uid: 4308 components: - type: Transform - pos: -19.5,11.5 + pos: 18.5,-46.5 parent: 2 - - uid: 438 + - uid: 4309 components: - type: Transform - pos: -19.5,10.5 + pos: 18.5,-45.5 parent: 2 - - uid: 439 + - uid: 4312 components: - type: Transform - pos: -19.5,9.5 + pos: 16.5,-44.5 parent: 2 - - uid: 440 + - uid: 4313 components: - type: Transform - pos: -26.5,10.5 + pos: 16.5,-43.5 parent: 2 - - uid: 441 + - uid: 4314 components: - type: Transform - pos: -21.5,10.5 + pos: 16.5,-41.5 parent: 2 - - uid: 442 + - uid: 4315 components: - type: Transform - pos: -21.5,9.5 + pos: 16.5,-40.5 parent: 2 - - uid: 443 + - uid: 4329 components: - type: Transform - pos: -21.5,8.5 + pos: 25.5,-40.5 parent: 2 - - uid: 444 + - uid: 4333 components: - type: Transform - pos: -21.5,7.5 + pos: 24.5,-40.5 parent: 2 - - uid: 445 + - uid: 4334 components: - type: Transform - pos: -27.5,10.5 + pos: 23.5,-40.5 parent: 2 - - uid: 446 + - uid: 4335 components: - type: Transform - pos: -26.5,7.5 + pos: 22.5,-40.5 parent: 2 - - uid: 447 + - uid: 4336 components: - type: Transform - pos: -27.5,9.5 + pos: 21.5,-40.5 parent: 2 - - uid: 448 + - uid: 4337 components: - type: Transform - pos: -27.5,8.5 + pos: 20.5,-40.5 parent: 2 - - uid: 449 + - uid: 4344 components: - type: Transform - pos: -27.5,7.5 + pos: 19.5,-40.5 parent: 2 - - uid: 450 + - uid: 4347 components: - type: Transform - pos: -26.5,6.5 + pos: 18.5,-40.5 parent: 2 - - uid: 451 + - uid: 4348 components: - type: Transform - pos: -26.5,5.5 + pos: 18.5,-39.5 parent: 2 - - uid: 452 + - uid: 4349 components: - type: Transform - pos: -26.5,4.5 + pos: 18.5,-38.5 parent: 2 - - uid: 453 + - uid: 4350 components: - type: Transform - pos: -27.5,-7.5 + pos: 18.5,-37.5 parent: 2 - - uid: 454 + - uid: 4351 components: - type: Transform - pos: -27.5,-8.5 + pos: 18.5,-36.5 parent: 2 - - uid: 455 + - uid: 4353 components: - type: Transform - pos: -26.5,-8.5 + pos: 25.5,-39.5 parent: 2 - - uid: 456 + - uid: 4354 components: - type: Transform - pos: -27.5,-6.5 + pos: 25.5,-37.5 parent: 2 - - uid: 459 + - uid: 4355 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,12.5 + pos: 25.5,-34.5 parent: 2 - - uid: 460 + - uid: 4356 components: - type: Transform - pos: -26.5,-3.5 + pos: 25.5,-33.5 parent: 2 - - uid: 461 + - uid: 4359 components: - type: Transform - pos: -22.5,-8.5 + pos: 18.5,-34.5 parent: 2 - - uid: 462 + - uid: 4360 components: - type: Transform - pos: -22.5,-9.5 + pos: 18.5,-32.5 parent: 2 - - uid: 463 + - uid: 4361 components: - type: Transform - pos: -22.5,-10.5 + pos: 18.5,-31.5 parent: 2 - - uid: 464 + - uid: 4362 components: - type: Transform - pos: -22.5,-11.5 + pos: 19.5,-29.5 parent: 2 - - uid: 465 + - uid: 4363 components: - type: Transform - pos: -21.5,-8.5 + pos: 22.5,-29.5 parent: 2 - - uid: 466 + - uid: 4364 components: - type: Transform - pos: -21.5,-9.5 + pos: 23.5,-29.5 parent: 2 - - uid: 467 + - uid: 4365 components: - type: Transform - pos: -21.5,-10.5 + pos: 24.5,-29.5 parent: 2 - - uid: 468 + - uid: 4366 components: - type: Transform - pos: -21.5,-11.5 + pos: 25.5,-29.5 parent: 2 - - uid: 470 + - uid: 4399 components: - type: Transform - pos: -21.5,-7.5 + pos: 25.5,-16.5 parent: 2 - - uid: 471 + - uid: 4400 components: - type: Transform - pos: -21.5,-6.5 + pos: 25.5,-20.5 parent: 2 - - uid: 472 + - uid: 4401 components: - type: Transform - pos: -19.5,-8.5 + pos: 25.5,-21.5 parent: 2 - - uid: 473 + - uid: 4402 components: - type: Transform - pos: -19.5,-9.5 + pos: 24.5,-21.5 parent: 2 - - uid: 474 + - uid: 4403 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,10.5 + pos: 23.5,-21.5 parent: 2 - - uid: 475 + - uid: 4404 components: - type: Transform - pos: -19.5,-11.5 + pos: 22.5,-21.5 parent: 2 - - uid: 486 + - uid: 4405 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,11.5 + pos: 21.5,-21.5 parent: 2 - - uid: 489 + - uid: 4406 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-3.5 + pos: 20.5,-21.5 parent: 2 - - uid: 490 + - uid: 4407 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-2.5 + pos: 19.5,-21.5 parent: 2 - - uid: 493 + - uid: 4408 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-2.5 + pos: 18.5,-21.5 parent: 2 - - uid: 494 + - uid: 4416 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-3.5 + pos: 68.5,-8.5 parent: 2 - - uid: 495 + - uid: 4417 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-2.5 + pos: 67.5,-8.5 parent: 2 - - uid: 506 + - uid: 4418 components: - type: Transform - pos: -26.5,-9.5 + pos: 66.5,-8.5 parent: 2 - - uid: 507 + - uid: 4419 components: - type: Transform - pos: -26.5,-10.5 + pos: 65.5,-8.5 parent: 2 - - uid: 508 + - uid: 4420 components: - type: Transform - pos: -26.5,-11.5 + pos: 64.5,-8.5 parent: 2 - - uid: 509 + - uid: 4421 components: - type: Transform - pos: -26.5,-12.5 + pos: 63.5,-8.5 parent: 2 - - uid: 510 + - uid: 4422 components: - type: Transform - pos: -26.5,-13.5 + pos: 62.5,-8.5 parent: 2 - - uid: 511 + - uid: 4432 components: - type: Transform - pos: -22.5,-12.5 + pos: 55.5,-5.5 parent: 2 - - uid: 512 + - uid: 4433 components: - type: Transform - pos: -22.5,-13.5 + pos: 56.5,-5.5 parent: 2 - - uid: 517 + - uid: 4434 components: - type: Transform - pos: -18.5,-11.5 + pos: 57.5,-5.5 parent: 2 - - uid: 518 + - uid: 4435 components: - type: Transform - pos: -18.5,-12.5 + pos: 58.5,-5.5 parent: 2 - - uid: 519 + - uid: 4436 components: - type: Transform - pos: -18.5,-14.5 + pos: 59.5,-5.5 parent: 2 - - uid: 520 + - uid: 4437 components: - type: Transform - pos: -19.5,-14.5 + pos: 55.5,-4.5 parent: 2 - - uid: 521 + - uid: 4438 components: - type: Transform - pos: -21.5,-14.5 + pos: 55.5,-3.5 parent: 2 - - uid: 522 + - uid: 4439 components: - type: Transform - pos: -22.5,-14.5 + pos: 55.5,-2.5 parent: 2 - - uid: 523 + - uid: 4440 components: - type: Transform - pos: -17.5,-15.5 + pos: 55.5,-1.5 parent: 2 - - uid: 524 + - uid: 4441 components: - type: Transform - pos: -17.5,-14.5 + pos: 56.5,-1.5 parent: 2 - - uid: 525 + - uid: 4442 components: - type: Transform - pos: -16.5,-15.5 + pos: 60.5,-1.5 parent: 2 - - uid: 526 + - uid: 4443 components: - type: Transform - pos: -16.5,-14.5 + pos: 61.5,-1.5 parent: 2 - - uid: 527 + - uid: 4444 components: - type: Transform - pos: -16.5,-13.5 + pos: 61.5,-2.5 parent: 2 - - uid: 528 + - uid: 4445 components: - type: Transform - pos: -16.5,-12.5 + pos: 60.5,-5.5 parent: 2 - - uid: 529 + - uid: 4446 components: - type: Transform - pos: -17.5,-12.5 + pos: 61.5,-5.5 parent: 2 - - uid: 578 + - uid: 4447 components: - type: Transform - pos: -34.5,-8.5 + pos: 61.5,-4.5 parent: 2 - - uid: 579 + - uid: 4451 components: - type: Transform - pos: -33.5,-8.5 + pos: 61.5,-6.5 parent: 2 - - uid: 580 + - uid: 4452 components: - type: Transform - pos: -32.5,-8.5 + pos: -68.5,-13.5 parent: 2 - - uid: 581 + - uid: 4453 components: - type: Transform - pos: -31.5,-8.5 + pos: -68.5,-11.5 parent: 2 - - uid: 582 + - uid: 4468 components: - type: Transform - pos: -30.5,-8.5 + pos: 68.5,-27.5 parent: 2 - - uid: 583 + - uid: 4474 components: - type: Transform - pos: -29.5,-8.5 + pos: -47.5,49.5 parent: 2 - - uid: 584 + - uid: 4610 components: - type: Transform - pos: -28.5,-8.5 + pos: 42.5,-59.5 parent: 2 - - uid: 600 + - uid: 4612 components: - type: Transform - pos: -46.5,12.5 + pos: 43.5,-58.5 parent: 2 - - uid: 601 + - uid: 4614 components: - type: Transform - pos: -37.5,9.5 + pos: 42.5,-58.5 parent: 2 - - uid: 602 + - uid: 4615 components: - type: Transform - pos: -46.5,11.5 + pos: 43.5,-57.5 parent: 2 - - uid: 605 + - uid: 4616 components: - type: Transform - pos: -36.5,12.5 + pos: 38.5,-59.5 parent: 2 - - uid: 607 + - uid: 4617 components: - type: Transform - pos: -37.5,8.5 + pos: 38.5,-58.5 parent: 2 - - uid: 608 + - uid: 4619 components: - type: Transform - pos: -37.5,4.5 + pos: 52.5,-47.5 parent: 2 - - uid: 609 + - uid: 4633 components: - type: Transform - pos: -37.5,5.5 + rot: -1.5707963267948966 rad + pos: 71.5,-8.5 parent: 2 - - uid: 610 + - uid: 4634 components: - type: Transform - pos: -37.5,7.5 + pos: 67.5,-27.5 parent: 2 - - uid: 611 + - uid: 4637 components: - type: Transform - pos: -37.5,3.5 + pos: 66.5,-27.5 parent: 2 - - uid: 612 + - uid: 4661 components: - type: Transform - pos: -37.5,6.5 + rot: -1.5707963267948966 rad + pos: 75.5,32.5 parent: 2 - - uid: 613 + - uid: 4665 components: - type: Transform - pos: -39.5,2.5 + pos: 62.5,50.5 parent: 2 - - uid: 614 + - uid: 4669 components: - type: Transform - pos: -36.5,11.5 + rot: 3.141592653589793 rad + pos: 55.5,36.5 parent: 2 - - uid: 615 + - uid: 4672 components: - type: Transform - pos: -49.5,6.5 + pos: 60.5,31.5 parent: 2 - - uid: 620 + - uid: 4673 components: - type: Transform - pos: -46.5,10.5 + pos: 64.5,45.5 parent: 2 - - uid: 622 + - uid: 4674 components: - type: Transform - pos: -43.5,9.5 + pos: 63.5,48.5 parent: 2 - - uid: 623 + - uid: 4752 components: - type: Transform - pos: -44.5,9.5 + pos: 43.5,-56.5 parent: 2 - - uid: 624 + - uid: 4771 components: - type: Transform - pos: -47.5,9.5 + pos: -18.5,-31.5 parent: 2 - - uid: 625 + - uid: 4846 components: - type: Transform - pos: -39.5,9.5 + pos: -66.5,72.5 parent: 2 - - uid: 644 + - uid: 4850 components: - type: Transform - pos: 18.5,12.5 + rot: -1.5707963267948966 rad + pos: -18.5,-3.5 parent: 2 - - uid: 657 + - uid: 4856 components: - type: Transform - pos: -49.5,-8.5 + rot: -1.5707963267948966 rad + pos: -19.5,-3.5 parent: 2 - - uid: 658 + - uid: 4864 components: - type: Transform - pos: -48.5,-8.5 + pos: -67.5,73.5 parent: 2 - - uid: 659 + - uid: 4869 components: - type: Transform - pos: -47.5,-8.5 + pos: 76.5,4.5 parent: 2 - - uid: 660 + - uid: 4870 components: - type: Transform - pos: -46.5,-8.5 + pos: 76.5,-1.5 parent: 2 - - uid: 661 + - uid: 4871 components: - type: Transform - pos: -45.5,-8.5 + pos: 76.5,2.5 parent: 2 - - uid: 664 + - uid: 4873 components: - type: Transform - pos: -41.5,-8.5 + pos: 72.5,6.5 parent: 2 - - uid: 665 + - uid: 4875 components: - type: Transform - pos: -44.5,-8.5 + pos: 72.5,4.5 parent: 2 - - uid: 666 + - uid: 4932 components: - type: Transform - pos: -43.5,-8.5 + rot: 3.141592653589793 rad + pos: 22.5,-9.5 parent: 2 - - uid: 668 + - uid: 4933 components: - type: Transform - pos: -40.5,-8.5 + rot: 3.141592653589793 rad + pos: 24.5,-9.5 parent: 2 - - uid: 669 + - uid: 4934 components: - type: Transform - pos: -39.5,-8.5 + rot: 3.141592653589793 rad + pos: 24.5,-8.5 parent: 2 - - uid: 670 + - uid: 4956 components: - type: Transform - pos: -38.5,-8.5 + pos: -0.5,22.5 parent: 2 - - uid: 671 + - uid: 4958 components: - type: Transform - pos: -38.5,-9.5 + pos: -1.5,22.5 parent: 2 - - uid: 672 + - uid: 4971 components: - type: Transform - pos: -38.5,-10.5 + rot: 1.5707963267948966 rad + pos: 6.5,-25.5 parent: 2 - - uid: 673 + - uid: 4981 components: - type: Transform - pos: -38.5,-11.5 + rot: 1.5707963267948966 rad + pos: 25.5,-3.5 parent: 2 - - uid: 674 + - uid: 4982 components: - type: Transform - pos: -21.5,-34.5 + rot: 3.141592653589793 rad + pos: 12.5,-15.5 parent: 2 - - uid: 675 + - uid: 4986 components: - type: Transform - pos: -37.5,-12.5 + rot: 1.5707963267948966 rad + pos: 26.5,-3.5 parent: 2 - - uid: 676 + - uid: 4992 components: - type: Transform - pos: -34.5,-13.5 + pos: 1.5,21.5 parent: 2 - - uid: 677 + - uid: 4996 components: - type: Transform - pos: -34.5,-10.5 + pos: 1.5,20.5 parent: 2 - - uid: 679 + - uid: 5012 components: - type: Transform - pos: -36.5,-13.5 + pos: 1.5,22.5 parent: 2 - - uid: 680 + - uid: 5013 components: - type: Transform - pos: -34.5,-9.5 + rot: 1.5707963267948966 rad + pos: 59.5,-40.5 parent: 2 - - uid: 690 + - uid: 5087 components: - type: Transform - pos: 16.5,12.5 + pos: -56.5,-18.5 parent: 2 - - uid: 691 + - uid: 5146 components: - type: Transform - pos: 16.5,13.5 + pos: -18.5,-32.5 parent: 2 - - uid: 693 + - uid: 5148 components: - type: Transform - pos: 18.5,13.5 + pos: -22.5,-35.5 parent: 2 - - uid: 694 + - uid: 5152 components: - type: Transform - pos: 19.5,12.5 + pos: -25.5,-42.5 parent: 2 - - uid: 698 + - uid: 5429 components: - type: Transform - pos: 18.5,16.5 + pos: -49.5,-54.5 parent: 2 - - uid: 699 + - uid: 5430 components: - type: Transform - pos: 18.5,15.5 + pos: -46.5,-54.5 parent: 2 - - uid: 700 + - uid: 5435 components: - type: Transform - pos: 18.5,14.5 + pos: -50.5,-50.5 parent: 2 - - uid: 701 + - uid: 5436 components: - type: Transform - pos: -54.5,-5.5 + pos: -49.5,-50.5 parent: 2 - - uid: 717 + - uid: 5440 components: - type: Transform - pos: -49.5,23.5 + pos: -44.5,-53.5 parent: 2 - - uid: 720 + - uid: 5464 components: - type: Transform - pos: -50.5,22.5 + pos: -53.5,-41.5 parent: 2 - - uid: 721 + - uid: 5465 components: - type: Transform - pos: -49.5,22.5 + pos: -55.5,-41.5 parent: 2 - - uid: 722 + - uid: 5466 components: - type: Transform - pos: -49.5,24.5 + pos: -54.5,-47.5 parent: 2 - - uid: 723 + - uid: 5467 components: - type: Transform - pos: -49.5,25.5 + pos: -55.5,-47.5 parent: 2 - - uid: 728 + - uid: 5706 components: - type: Transform - pos: -39.5,39.5 + pos: -2.5,-49.5 parent: 2 - - uid: 729 + - uid: 5782 components: - type: Transform - pos: -49.5,26.5 + pos: -49.5,9.5 parent: 2 - - uid: 730 + - uid: 5784 components: - type: Transform - pos: -49.5,27.5 + pos: -41.5,9.5 parent: 2 - - uid: 731 + - uid: 5785 components: - type: Transform - pos: -49.5,29.5 + pos: -49.5,7.5 parent: 2 - - uid: 732 + - uid: 5786 components: - type: Transform - pos: -49.5,33.5 + pos: -50.5,6.5 parent: 2 - - uid: 733 + - uid: 5792 components: - type: Transform - pos: -49.5,34.5 + pos: -49.5,8.5 parent: 2 - - uid: 734 + - uid: 5795 components: - type: Transform - pos: -48.5,34.5 + pos: -41.5,2.5 parent: 2 - - uid: 735 + - uid: 5797 components: - type: Transform - pos: -44.5,34.5 + pos: -40.5,2.5 parent: 2 - - uid: 736 + - uid: 5798 components: - type: Transform - pos: -42.5,34.5 + pos: -43.5,2.5 parent: 2 - - uid: 741 + - uid: 5802 components: - type: Transform - pos: -42.5,35.5 + pos: -42.5,2.5 parent: 2 - - uid: 744 + - uid: 5807 components: - type: Transform - pos: -42.5,38.5 + pos: -45.5,2.5 parent: 2 - - uid: 745 + - uid: 5808 components: - type: Transform - pos: -41.5,35.5 + pos: -44.5,2.5 parent: 2 - - uid: 746 + - uid: 5848 components: - type: Transform - pos: -41.5,36.5 + pos: 10.5,66.5 parent: 2 - - uid: 747 + - uid: 5874 components: - type: Transform - pos: -41.5,37.5 + pos: -55.5,-18.5 parent: 2 - - uid: 748 + - uid: 5896 components: - type: Transform - pos: -41.5,38.5 + pos: -58.5,49.5 parent: 2 - - uid: 749 + - uid: 5957 components: - type: Transform - pos: -40.5,37.5 + pos: -55.5,49.5 parent: 2 - - uid: 750 + - uid: 5962 components: - type: Transform - pos: -40.5,38.5 + pos: -44.5,50.5 parent: 2 - - uid: 751 + - uid: 5963 components: - type: Transform - pos: -39.5,38.5 + pos: -44.5,49.5 parent: 2 - - uid: 752 + - uid: 5998 components: - type: Transform - pos: -39.5,40.5 + rot: 3.141592653589793 rad + pos: 22.5,-7.5 parent: 2 - - uid: 756 + - uid: 6001 components: - type: Transform - pos: -39.5,42.5 + rot: -1.5707963267948966 rad + pos: -7.5,10.5 parent: 2 - - uid: 757 + - uid: 6003 components: - type: Transform - pos: -39.5,41.5 + rot: -1.5707963267948966 rad + pos: -7.5,8.5 parent: 2 - - uid: 759 + - uid: 6004 components: - type: Transform - pos: -39.5,44.5 + rot: -1.5707963267948966 rad + pos: -7.5,11.5 parent: 2 - - uid: 773 + - uid: 6037 components: - type: Transform rot: -1.5707963267948966 rad - pos: -26.5,44.5 + pos: 2.5,32.5 parent: 2 - - uid: 780 + - uid: 6052 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,44.5 + pos: 73.5,2.5 parent: 2 - - uid: 820 + - uid: 6063 components: - type: Transform - pos: -59.5,33.5 + pos: 54.5,54.5 parent: 2 - - uid: 821 + - uid: 6064 components: - type: Transform - pos: -39.5,45.5 + pos: 60.5,30.5 parent: 2 - - uid: 822 + - uid: 6066 components: - type: Transform - pos: -39.5,46.5 + rot: 3.141592653589793 rad + pos: 59.5,36.5 parent: 2 - - uid: 823 + - uid: 6067 components: - type: Transform - pos: -41.5,46.5 + pos: -21.5,-65.5 parent: 2 - - uid: 824 + - uid: 6070 components: - type: Transform - pos: -42.5,46.5 + pos: -21.5,-66.5 parent: 2 - - uid: 827 + - uid: 6078 components: - type: Transform - pos: -43.5,38.5 + pos: 54.5,13.5 parent: 2 - - uid: 831 + - uid: 6211 components: - type: Transform - pos: -56.5,49.5 + rot: 3.141592653589793 rad + pos: 58.5,36.5 parent: 2 - - uid: 832 + - uid: 6301 components: - type: Transform - pos: -44.5,53.5 + rot: -1.5707963267948966 rad + pos: 2.5,31.5 parent: 2 - - uid: 833 + - uid: 6342 components: - type: Transform - pos: -50.5,33.5 + pos: -72.5,6.5 parent: 2 - - uid: 834 + - uid: 6375 components: - type: Transform - pos: -52.5,33.5 + rot: 3.141592653589793 rad + pos: 57.5,36.5 parent: 2 - - uid: 835 + - uid: 6385 components: - type: Transform - pos: -53.5,33.5 + pos: 26.5,14.5 parent: 2 - - uid: 836 + - uid: 6386 components: - type: Transform - pos: -54.5,33.5 + pos: 25.5,14.5 parent: 2 - - uid: 837 + - uid: 6387 components: - type: Transform - pos: -6.5,-42.5 + pos: 24.5,14.5 parent: 2 - - uid: 838 + - uid: 6388 components: - type: Transform - pos: -53.5,55.5 + pos: 23.5,14.5 parent: 2 - - uid: 839 + - uid: 6389 components: - type: Transform - pos: -54.5,37.5 + pos: 22.5,14.5 parent: 2 - - uid: 840 + - uid: 6390 components: - type: Transform - pos: -53.5,37.5 + pos: 21.5,14.5 parent: 2 - - uid: 841 + - uid: 6391 components: - type: Transform - pos: -53.5,38.5 + pos: 21.5,15.5 parent: 2 - - uid: 842 + - uid: 6392 components: - type: Transform - pos: -52.5,38.5 + pos: 21.5,16.5 parent: 2 - - uid: 843 + - uid: 6393 components: - type: Transform - pos: -50.5,38.5 + pos: 21.5,17.5 parent: 2 - - uid: 844 + - uid: 6394 components: - type: Transform - pos: -49.5,38.5 + pos: 21.5,18.5 parent: 2 - - uid: 845 + - uid: 6804 components: - type: Transform - pos: -49.5,37.5 + pos: -72.5,5.5 parent: 2 - - uid: 847 + - uid: 6805 components: - type: Transform - pos: -49.5,35.5 + pos: -72.5,7.5 parent: 2 - - uid: 848 + - uid: 6916 components: - type: Transform - pos: -44.5,38.5 + pos: -19.5,8.5 parent: 2 - - uid: 849 + - uid: 6921 components: - type: Transform - pos: -45.5,38.5 + pos: -53.5,-23.5 parent: 2 - - uid: 850 + - uid: 6923 components: - type: Transform - pos: -46.5,38.5 + pos: -52.5,-23.5 parent: 2 - - uid: 851 + - uid: 6968 components: - type: Transform - pos: -47.5,38.5 + pos: -47.5,-14.5 parent: 2 - - uid: 852 + - uid: 6985 components: - type: Transform - pos: -48.5,38.5 + pos: -57.5,-26.5 parent: 2 - - uid: 853 + - uid: 6989 components: - type: Transform - pos: -55.5,33.5 + pos: -71.5,88.5 parent: 2 - - uid: 854 + - uid: 6991 components: - type: Transform - pos: -55.5,32.5 + pos: -77.5,88.5 parent: 2 - - uid: 855 + - uid: 6995 components: - type: Transform - pos: -55.5,31.5 + pos: -86.5,57.5 parent: 2 - - uid: 856 + - uid: 6996 components: - type: Transform - pos: -55.5,30.5 + pos: -70.5,88.5 parent: 2 - - uid: 857 + - uid: 7004 components: - type: Transform - pos: -55.5,28.5 + pos: -69.5,88.5 parent: 2 - - uid: 858 + - uid: 7015 components: - type: Transform - pos: -55.5,27.5 + pos: 68.5,-24.5 parent: 2 - - uid: 859 + - uid: 7222 components: - type: Transform - pos: -55.5,26.5 + rot: 3.141592653589793 rad + pos: -10.5,41.5 parent: 2 - - uid: 860 + - uid: 7223 components: - type: Transform - pos: -55.5,25.5 + pos: -87.5,70.5 parent: 2 - - uid: 861 + - uid: 7224 components: - type: Transform - pos: -55.5,24.5 + pos: -89.5,70.5 parent: 2 - - uid: 862 + - uid: 7225 components: - type: Transform - pos: -55.5,23.5 + pos: -89.5,75.5 parent: 2 - - uid: 863 + - uid: 7244 components: - type: Transform - pos: -55.5,22.5 + pos: -87.5,83.5 parent: 2 - - uid: 864 + - uid: 7246 components: - type: Transform - pos: -54.5,22.5 + pos: -89.5,76.5 parent: 2 - - uid: 865 + - uid: 7248 components: - type: Transform - pos: -53.5,22.5 + pos: -80.5,75.5 parent: 2 - - uid: 866 + - uid: 7251 components: - type: Transform - pos: -52.5,22.5 + pos: -83.5,70.5 parent: 2 - - uid: 867 + - uid: 7254 components: - type: Transform - pos: -51.5,22.5 + pos: -90.5,76.5 parent: 2 - - uid: 868 + - uid: 7268 components: - type: Transform - pos: -50.5,26.5 + pos: -47.5,2.5 parent: 2 - - uid: 869 + - uid: 7270 components: - type: Transform - pos: -54.5,26.5 + pos: -46.5,2.5 parent: 2 - - uid: 870 + - uid: 7271 components: - type: Transform - pos: -55.5,20.5 + pos: -49.5,2.5 parent: 2 - - uid: 871 + - uid: 7273 components: - type: Transform - pos: -55.5,19.5 + pos: -48.5,2.5 parent: 2 - - uid: 872 + - uid: 7274 components: - type: Transform - pos: -56.5,19.5 + pos: -50.5,2.5 parent: 2 - - uid: 873 + - uid: 7297 components: - type: Transform - pos: -58.5,19.5 + pos: -24.5,25.5 parent: 2 - - uid: 874 + - uid: 7301 components: - type: Transform - pos: -59.5,19.5 + pos: -37.5,2.5 parent: 2 - - uid: 875 + - uid: 7302 components: - type: Transform - pos: -59.5,20.5 + pos: -40.5,9.5 parent: 2 - - uid: 876 + - uid: 7303 components: - type: Transform - pos: -59.5,21.5 + pos: -46.5,9.5 parent: 2 - - uid: 877 + - uid: 7308 components: - type: Transform - pos: -59.5,22.5 + pos: -38.5,9.5 parent: 2 - - uid: 878 + - uid: 7315 components: - type: Transform - pos: -59.5,23.5 + pos: -44.5,51.5 parent: 2 - - uid: 879 + - uid: 7321 components: - type: Transform - pos: -58.5,23.5 + pos: -38.5,2.5 parent: 2 - - uid: 880 + - uid: 7325 components: - type: Transform - pos: -56.5,23.5 + pos: -48.5,9.5 parent: 2 - - uid: 881 + - uid: 7434 components: - type: Transform - pos: -59.5,24.5 + pos: -50.5,5.5 parent: 2 - - uid: 882 + - uid: 7435 components: - type: Transform - pos: -59.5,28.5 + pos: -36.5,10.5 parent: 2 - - uid: 883 + - uid: 7436 components: - type: Transform - pos: -59.5,29.5 + pos: -36.5,9.5 parent: 2 - - uid: 884 + - uid: 7437 components: - type: Transform - pos: -60.5,29.5 + pos: -42.5,9.5 parent: 2 - - uid: 885 + - uid: 7438 components: - type: Transform - pos: -59.5,30.5 + pos: -50.5,3.5 parent: 2 - - uid: 886 + - uid: 7439 components: - type: Transform - pos: -59.5,31.5 + pos: -45.5,9.5 parent: 2 - - uid: 887 + - uid: 7464 components: - type: Transform - pos: -59.5,32.5 + rot: 1.5707963267948966 rad + pos: -13.5,14.5 parent: 2 - - uid: 888 + - uid: 7491 components: - type: Transform - pos: -58.5,32.5 + pos: -44.5,52.5 parent: 2 - - uid: 889 + - uid: 7493 components: - type: Transform - pos: -56.5,32.5 + pos: -44.5,54.5 parent: 2 - - uid: 890 + - uid: 7495 components: - type: Transform - pos: -60.5,33.5 + pos: -42.5,48.5 parent: 2 - - uid: 891 + - uid: 7496 components: - type: Transform - pos: -61.5,33.5 + pos: -42.5,51.5 parent: 2 - - uid: 892 + - uid: 7497 components: - type: Transform - pos: -61.5,32.5 + pos: -42.5,50.5 parent: 2 - - uid: 893 + - uid: 7498 components: - type: Transform - pos: -62.5,32.5 + pos: -42.5,52.5 parent: 2 - - uid: 894 + - uid: 7503 components: - type: Transform - pos: -60.5,37.5 + pos: -42.5,54.5 parent: 2 - - uid: 895 + - uid: 7508 components: - type: Transform - pos: -59.5,37.5 + pos: -43.5,47.5 parent: 2 - - uid: 896 + - uid: 7534 components: - type: Transform - pos: -58.5,37.5 + pos: 3.5,18.5 parent: 2 - - uid: 897 + - uid: 7542 components: - type: Transform - pos: -57.5,37.5 + pos: -19.5,-6.5 parent: 2 - - uid: 898 + - uid: 7543 components: - type: Transform - pos: -56.5,37.5 + rot: -1.5707963267948966 rad + pos: -24.5,-3.5 parent: 2 - - uid: 899 + - uid: 7544 components: - type: Transform - pos: -55.5,37.5 + pos: 0.5,22.5 parent: 2 - - uid: 903 + - uid: 7548 components: - type: Transform - pos: -55.5,39.5 + rot: -1.5707963267948966 rad + pos: -11.5,-3.5 parent: 2 - - uid: 904 + - uid: 7564 components: - type: Transform - pos: -56.5,39.5 + pos: -45.5,54.5 parent: 2 - - uid: 905 + - uid: 7566 components: - type: Transform - pos: -57.5,39.5 + pos: -49.5,57.5 parent: 2 - - uid: 906 + - uid: 7567 components: - type: Transform - pos: -58.5,39.5 + pos: -48.5,57.5 parent: 2 - - uid: 907 + - uid: 7568 components: - type: Transform - pos: -59.5,39.5 + pos: -46.5,57.5 parent: 2 - - uid: 908 + - uid: 7569 components: - type: Transform - pos: -59.5,40.5 + pos: -57.5,51.5 parent: 2 - - uid: 909 + - uid: 7570 components: - type: Transform - pos: -59.5,41.5 + pos: -58.5,51.5 parent: 2 - - uid: 910 + - uid: 7571 components: - type: Transform - pos: -58.5,41.5 + pos: -56.5,51.5 parent: 2 - - uid: 911 + - uid: 7572 components: - type: Transform - pos: -57.5,41.5 + pos: -55.5,51.5 parent: 2 - - uid: 912 + - uid: 7576 components: - type: Transform - pos: -56.5,41.5 + pos: -55.5,55.5 parent: 2 - - uid: 913 + - uid: 7577 components: - type: Transform - pos: -55.5,41.5 + pos: -56.5,55.5 parent: 2 - - uid: 914 + - uid: 7578 components: - type: Transform - pos: -62.5,31.5 + pos: -57.5,55.5 parent: 2 - - uid: 915 + - uid: 7579 components: - type: Transform - pos: -62.5,30.5 + pos: -58.5,55.5 parent: 2 - - uid: 916 + - uid: 7580 components: - type: Transform - pos: -62.5,29.5 + pos: -59.5,55.5 parent: 2 - - uid: 917 + - uid: 7581 components: - type: Transform - pos: -63.5,31.5 + pos: -59.5,54.5 parent: 2 - - uid: 920 + - uid: 7582 components: - type: Transform - pos: -64.5,31.5 + pos: -59.5,53.5 parent: 2 - - uid: 921 + - uid: 7583 components: - type: Transform - pos: -64.5,29.5 + pos: -59.5,52.5 parent: 2 - - uid: 923 + - uid: 7772 components: - type: Transform - pos: -64.5,28.5 + pos: -80.5,66.5 parent: 2 - - uid: 924 + - uid: 7786 components: - type: Transform - pos: -64.5,27.5 + pos: 2.5,20.5 parent: 2 - - uid: 925 + - uid: 7803 components: - type: Transform - pos: -67.5,27.5 + pos: -71.5,7.5 parent: 2 - - uid: 933 + - uid: 7813 components: - type: Transform - pos: -67.5,21.5 + rot: -1.5707963267948966 rad + pos: -6.5,1.5 parent: 2 - - uid: 934 + - uid: 7814 components: - type: Transform - pos: -67.5,20.5 + rot: 3.141592653589793 rad + pos: 24.5,-6.5 parent: 2 - - uid: 935 + - uid: 7816 components: - type: Transform - pos: -67.5,19.5 + rot: -1.5707963267948966 rad + pos: 24.5,-3.5 parent: 2 - - uid: 936 + - uid: 7823 components: - type: Transform - pos: -66.5,19.5 + rot: 3.141592653589793 rad + pos: -17.5,-9.5 parent: 2 - - uid: 937 + - uid: 7827 components: - type: Transform - pos: -65.5,19.5 + rot: 3.141592653589793 rad + pos: 24.5,-7.5 parent: 2 - - uid: 938 + - uid: 7828 components: - type: Transform - pos: -64.5,19.5 + rot: -1.5707963267948966 rad + pos: -19.5,-2.5 parent: 2 - - uid: 939 + - uid: 7841 components: - type: Transform - pos: -63.5,19.5 + pos: -41.5,6.5 parent: 2 - - uid: 940 + - uid: 7842 components: - type: Transform - pos: -62.5,19.5 + pos: -40.5,6.5 parent: 2 - - uid: 941 + - uid: 7843 components: - type: Transform - pos: -61.5,19.5 + pos: -38.5,6.5 parent: 2 - - uid: 942 + - uid: 8032 components: - type: Transform - pos: -60.5,19.5 + pos: -90.5,71.5 parent: 2 - - uid: 943 + - uid: 8273 components: - type: Transform - pos: -67.5,17.5 + pos: -56.5,-23.5 parent: 2 - - uid: 944 + - uid: 8276 components: - type: Transform - pos: -66.5,17.5 + pos: -54.5,-23.5 parent: 2 - - uid: 945 + - uid: 8284 components: - type: Transform - pos: -65.5,17.5 + pos: -79.5,80.5 parent: 2 - - uid: 946 + - uid: 8305 components: - type: Transform - pos: -53.5,39.5 + pos: 6.5,71.5 parent: 2 - - uid: 947 + - uid: 8432 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,62.5 + rot: 3.141592653589793 rad + pos: -63.5,-27.5 parent: 2 - - uid: 953 + - uid: 8617 components: - type: Transform - pos: -19.5,67.5 + rot: -1.5707963267948966 rad + pos: 2.5,34.5 parent: 2 - - uid: 955 + - uid: 8618 components: - type: Transform - pos: -59.5,49.5 + rot: -1.5707963267948966 rad + pos: 1.5,34.5 parent: 2 - - uid: 958 + - uid: 8619 components: - type: Transform - pos: -88.5,70.5 + rot: -1.5707963267948966 rad + pos: 2.5,28.5 parent: 2 - - uid: 959 + - uid: 8620 components: - type: Transform - pos: -90.5,70.5 + rot: -1.5707963267948966 rad + pos: 2.5,33.5 parent: 2 - - uid: 972 + - uid: 8637 components: - type: Transform - pos: -59.5,42.5 + rot: 3.141592653589793 rad + pos: 54.5,36.5 parent: 2 - - uid: 973 + - uid: 8712 components: - type: Transform - pos: -59.5,43.5 + pos: 73.5,-10.5 parent: 2 - - uid: 974 + - uid: 8715 components: - type: Transform - pos: -59.5,44.5 + pos: 73.5,-5.5 parent: 2 - - uid: 975 + - uid: 8716 components: - type: Transform - pos: -59.5,45.5 + pos: 72.5,-10.5 parent: 2 - - uid: 976 + - uid: 8721 components: - type: Transform - pos: -59.5,46.5 + pos: 76.5,-3.5 parent: 2 - - uid: 977 + - uid: 8723 components: - type: Transform - pos: -59.5,47.5 + pos: 67.5,-32.5 parent: 2 - - uid: 980 + - uid: 8724 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,12.5 + pos: 59.5,-42.5 parent: 2 - - uid: 981 + - uid: 8725 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-1.5 + pos: 58.5,-42.5 parent: 2 - - uid: 984 + - uid: 8726 components: - type: Transform - pos: -58.5,47.5 + pos: 58.5,-44.5 parent: 2 - - uid: 985 + - uid: 8727 components: - type: Transform - pos: -57.5,47.5 + pos: 58.5,-43.5 parent: 2 - - uid: 986 + - uid: 8729 components: - type: Transform - pos: -56.5,47.5 + pos: 66.5,-32.5 parent: 2 - - uid: 987 + - uid: 8793 components: - type: Transform - pos: -55.5,47.5 + pos: -62.5,10.5 parent: 2 - - uid: 988 + - uid: 8795 components: - type: Transform - pos: -58.5,45.5 + pos: -63.5,13.5 parent: 2 - - uid: 989 + - uid: 8796 components: - type: Transform - pos: -57.5,45.5 + pos: -62.5,13.5 parent: 2 - - uid: 990 + - uid: 8797 components: - type: Transform - pos: -56.5,45.5 + pos: -62.5,12.5 parent: 2 - - uid: 991 + - uid: 8798 components: - type: Transform - pos: -55.5,45.5 + pos: -63.5,9.5 parent: 2 - - uid: 992 + - uid: 8799 components: - type: Transform - pos: -58.5,43.5 + pos: -62.5,9.5 parent: 2 - - uid: 993 + - uid: 8801 components: - type: Transform - pos: -57.5,43.5 + pos: -56.5,9.5 parent: 2 - - uid: 994 + - uid: 8803 components: - type: Transform - pos: -56.5,43.5 + pos: -56.5,13.5 parent: 2 - - uid: 995 + - uid: 8804 components: - type: Transform - pos: -55.5,43.5 + pos: -54.5,13.5 parent: 2 - - uid: 1005 + - uid: 8821 components: - type: Transform - pos: -43.5,46.5 + pos: -91.5,74.5 parent: 2 - - uid: 1008 + - uid: 8823 components: - type: Transform - pos: -42.5,47.5 + pos: -76.5,88.5 parent: 2 - - uid: 1009 + - uid: 8825 components: - type: Transform - pos: -42.5,49.5 + pos: -65.5,87.5 parent: 2 - - uid: 1010 + - uid: 8846 components: - type: Transform - pos: -47.5,50.5 + pos: -61.5,84.5 parent: 2 - - uid: 1011 + - uid: 8849 components: - type: Transform - pos: -47.5,52.5 + rot: 3.141592653589793 rad + pos: -80.5,59.5 parent: 2 - - uid: 1013 + - uid: 8864 components: - type: Transform - pos: -47.5,54.5 + pos: -47.5,-13.5 parent: 2 - - uid: 1014 + - uid: 8866 components: - type: Transform - pos: -47.5,53.5 + pos: -47.5,-15.5 parent: 2 - - uid: 1015 + - uid: 8888 components: - type: Transform - pos: -47.5,51.5 + pos: -86.5,85.5 parent: 2 - - uid: 1019 + - uid: 8890 components: - type: Transform - pos: -49.5,55.5 + pos: -68.5,88.5 parent: 2 - - uid: 1022 + - uid: 8896 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,51.5 + pos: -79.5,88.5 parent: 2 - - uid: 1025 + - uid: 8897 components: - type: Transform - pos: -59.5,48.5 + pos: -86.5,58.5 parent: 2 - - uid: 1030 + - uid: 8906 components: - type: Transform - pos: -57.5,49.5 + pos: -58.5,-8.5 parent: 2 - - uid: 1032 + - uid: 8907 components: - type: Transform - pos: -46.5,54.5 + pos: -59.5,-25.5 parent: 2 - - uid: 1034 + - uid: 8908 components: - type: Transform - pos: -42.5,55.5 + pos: -57.5,-27.5 parent: 2 - - uid: 1035 + - uid: 8934 components: - type: Transform - pos: -42.5,56.5 + pos: 71.5,-27.5 parent: 2 - - uid: 1036 + - uid: 8969 components: - type: Transform - pos: -41.5,56.5 + pos: -62.5,-20.5 parent: 2 - - uid: 1037 + - uid: 9048 components: - type: Transform - pos: -41.5,57.5 + pos: -55.5,-23.5 parent: 2 - - uid: 1039 + - uid: 9059 components: - type: Transform - pos: -39.5,57.5 + pos: -59.5,-19.5 parent: 2 - - uid: 1040 + - uid: 9272 components: - type: Transform - pos: -39.5,58.5 + pos: -62.5,40.5 parent: 2 - - uid: 1041 + - uid: 9273 components: - type: Transform - pos: -38.5,58.5 + pos: -62.5,41.5 parent: 2 - - uid: 1042 + - uid: 9282 components: - type: Transform - pos: -38.5,59.5 + rot: -1.5707963267948966 rad + pos: -25.5,13.5 parent: 2 - - uid: 1043 + - uid: 9286 components: - type: Transform - pos: -37.5,59.5 + rot: 3.141592653589793 rad + pos: -71.5,21.5 parent: 2 - - uid: 1044 + - uid: 9287 components: - type: Transform - pos: -36.5,59.5 + rot: 3.141592653589793 rad + pos: -71.5,22.5 parent: 2 - - uid: 1092 + - uid: 9288 components: - type: Transform - pos: -29.5,63.5 + rot: 3.141592653589793 rad + pos: -71.5,23.5 parent: 2 - - uid: 1093 + - uid: 9289 components: - type: Transform - pos: -29.5,64.5 + rot: 3.141592653589793 rad + pos: -71.5,24.5 parent: 2 - - uid: 1094 + - uid: 9290 components: - type: Transform - pos: -28.5,64.5 + rot: 3.141592653589793 rad + pos: -70.5,24.5 parent: 2 - - uid: 1095 + - uid: 9291 components: - type: Transform - pos: -27.5,64.5 + rot: 3.141592653589793 rad + pos: -69.5,24.5 parent: 2 - - uid: 1096 + - uid: 9292 components: - type: Transform - pos: -27.5,65.5 + rot: 3.141592653589793 rad + pos: -69.5,21.5 parent: 2 - - uid: 1097 + - uid: 9401 components: - type: Transform - pos: -26.5,65.5 + pos: -68.5,87.5 parent: 2 - - uid: 1098 + - uid: 9413 components: - type: Transform - pos: -25.5,65.5 + pos: -62.5,85.5 parent: 2 - - uid: 1099 + - uid: 9416 components: - type: Transform - pos: -24.5,65.5 + pos: 69.5,-24.5 parent: 2 - - uid: 1100 + - uid: 9423 components: - type: Transform - pos: -23.5,65.5 + pos: -63.5,-5.5 parent: 2 - - uid: 1113 + - uid: 9433 components: - type: Transform - pos: -21.5,65.5 + pos: -78.5,88.5 parent: 2 - - uid: 1114 + - uid: 9437 components: - type: Transform - pos: -24.5,66.5 + pos: 68.5,-22.5 parent: 2 - - uid: 1115 + - uid: 9463 components: - type: Transform - pos: -24.5,67.5 + rot: -1.5707963267948966 rad + pos: -29.5,42.5 parent: 2 - - uid: 1116 + - uid: 9474 components: - type: Transform - pos: -25.5,67.5 + pos: -57.5,77.5 parent: 2 - - uid: 1117 + - uid: 9476 components: - type: Transform - pos: -26.5,67.5 + pos: -64.5,71.5 parent: 2 - - uid: 1118 + - uid: 9483 components: - type: Transform - pos: -26.5,68.5 + rot: 3.141592653589793 rad + pos: -50.5,-20.5 parent: 2 - - uid: 1119 + - uid: 9496 components: - type: Transform - pos: -26.5,69.5 + rot: 3.141592653589793 rad + pos: 55.5,48.5 parent: 2 - - uid: 1120 + - uid: 9500 components: - type: Transform - pos: -24.5,69.5 + rot: 3.141592653589793 rad + pos: 54.5,51.5 parent: 2 - - uid: 1121 + - uid: 9501 components: - type: Transform - pos: -20.5,69.5 + rot: 3.141592653589793 rad + pos: -1.5,40.5 parent: 2 - - uid: 1122 + - uid: 9582 components: - type: Transform - pos: -20.5,68.5 + pos: 40.5,42.5 parent: 2 - - uid: 1123 + - uid: 9594 components: - type: Transform - pos: -20.5,67.5 + rot: -1.5707963267948966 rad + pos: -7.5,35.5 parent: 2 - - uid: 1124 + - uid: 9595 components: - type: Transform - pos: -20.5,66.5 + rot: -1.5707963267948966 rad + pos: -1.5,34.5 parent: 2 - - uid: 1125 + - uid: 9596 components: - type: Transform - pos: -21.5,66.5 + rot: -1.5707963267948966 rad + pos: -0.5,34.5 parent: 2 - - uid: 1138 + - uid: 9597 components: - type: Transform - pos: 15.5,-48.5 + rot: -1.5707963267948966 rad + pos: 2.5,29.5 parent: 2 - - uid: 1139 + - uid: 9599 components: - type: Transform - pos: 17.5,-48.5 + rot: -1.5707963267948966 rad + pos: -5.5,29.5 parent: 2 - - uid: 1140 + - uid: 9785 components: - type: Transform - pos: 17.5,-47.5 + pos: -5.5,-56.5 parent: 2 - - uid: 1146 + - uid: 9787 components: - type: Transform - pos: -18.5,67.5 + pos: -8.5,-56.5 parent: 2 - - uid: 1147 + - uid: 9960 components: - type: Transform - pos: -18.5,68.5 + pos: 11.5,-56.5 parent: 2 - - uid: 1156 + - uid: 9992 components: - type: Transform - pos: -9.5,69.5 + pos: -70.5,7.5 parent: 2 - - uid: 1157 + - uid: 9997 components: - type: Transform - pos: -10.5,69.5 + pos: -2.5,-56.5 parent: 2 - - uid: 1158 + - uid: 9998 components: - type: Transform - pos: -11.5,69.5 + pos: -9.5,-56.5 parent: 2 - - uid: 1159 + - uid: 9999 components: - type: Transform - pos: -12.5,69.5 + pos: 3.5,-60.5 parent: 2 - - uid: 1160 + - uid: 10002 components: - type: Transform - pos: -13.5,69.5 + pos: 8.5,-60.5 parent: 2 - - uid: 1163 + - uid: 10072 components: - type: Transform - pos: -15.5,68.5 + rot: 3.141592653589793 rad + pos: 18.5,68.5 parent: 2 - - uid: 1164 + - uid: 10078 components: - type: Transform - pos: -16.5,68.5 + rot: 3.141592653589793 rad + pos: 21.5,68.5 parent: 2 - - uid: 1165 + - uid: 10135 components: - type: Transform - pos: -17.5,68.5 + rot: -1.5707963267948966 rad + pos: 75.5,36.5 parent: 2 - - uid: 1168 + - uid: 10145 components: - type: Transform - pos: -14.5,69.5 + pos: 67.5,11.5 parent: 2 - - uid: 1172 + - uid: 10149 components: - type: Transform - pos: -4.5,70.5 + rot: -1.5707963267948966 rad + pos: 74.5,36.5 parent: 2 - - uid: 1173 + - uid: 10151 components: - type: Transform - pos: -5.5,70.5 + pos: -5.5,48.5 parent: 2 - - uid: 1174 + - uid: 10155 components: - type: Transform - pos: -9.5,70.5 + pos: 68.5,11.5 parent: 2 - - uid: 1175 + - uid: 10239 components: - type: Transform - pos: -8.5,70.5 + pos: 40.5,15.5 parent: 2 - - uid: 1176 + - uid: 10249 components: - type: Transform - pos: -55.5,18.5 + pos: -46.5,-32.5 parent: 2 - - uid: 1177 + - uid: 10255 components: - type: Transform - pos: -55.5,17.5 + pos: 70.5,11.5 parent: 2 - - uid: 1178 + - uid: 10256 components: - type: Transform - pos: -55.5,16.5 + pos: 67.5,10.5 parent: 2 - - uid: 1179 + - uid: 10338 components: - type: Transform - pos: -56.5,16.5 + pos: -7.5,-60.5 parent: 2 - - uid: 1180 + - uid: 10342 components: - type: Transform - pos: -57.5,16.5 + pos: 6.5,-56.5 parent: 2 - - uid: 1181 + - uid: 10344 components: - type: Transform - pos: -56.5,15.5 + pos: 10.5,-56.5 parent: 2 - - uid: 1182 + - uid: 10345 components: - type: Transform - pos: -57.5,15.5 + rot: 3.141592653589793 rad + pos: -9.5,-60.5 parent: 2 - - uid: 1183 + - uid: 10346 components: - type: Transform - pos: -57.5,14.5 + pos: 4.5,-60.5 parent: 2 - - uid: 1184 + - uid: 10567 components: - type: Transform - pos: -57.5,13.5 + rot: -1.5707963267948966 rad + pos: 64.5,8.5 parent: 2 - - uid: 1185 + - uid: 10568 components: - type: Transform - pos: -57.5,12.5 + rot: -1.5707963267948966 rad + pos: 64.5,7.5 parent: 2 - - uid: 1187 + - uid: 10580 components: - type: Transform - pos: -57.5,10.5 + pos: 66.5,0.5 parent: 2 - - uid: 1188 + - uid: 10581 components: - type: Transform - pos: -57.5,9.5 + pos: 66.5,-4.5 parent: 2 - - uid: 1189 + - uid: 10585 components: - type: Transform - pos: -64.5,15.5 + pos: 72.5,-27.5 parent: 2 - - uid: 1193 + - uid: 10590 components: - type: Transform - pos: -68.5,15.5 + pos: 70.5,-27.5 parent: 2 - - uid: 1194 + - uid: 10602 components: - type: Transform - pos: -68.5,16.5 + pos: -75.5,54.5 parent: 2 - - uid: 1195 + - uid: 10607 components: - type: Transform - pos: -68.5,17.5 + pos: -69.5,-6.5 parent: 2 - - uid: 1196 + - uid: 10608 components: - type: Transform - pos: -64.5,10.5 + pos: 66.5,-36.5 parent: 2 - - uid: 1198 + - uid: 10612 components: - type: Transform - pos: -64.5,12.5 + pos: 60.5,-40.5 parent: 2 - - uid: 1199 + - uid: 10613 components: - type: Transform - pos: -64.5,13.5 + pos: 60.5,-41.5 parent: 2 - - uid: 1200 + - uid: 10618 components: - type: Transform - pos: -64.5,14.5 + pos: 59.5,-41.5 parent: 2 - - uid: 1201 + - uid: 10621 components: - type: Transform - pos: -64.5,9.5 + pos: 69.5,-30.5 parent: 2 - - uid: 1202 + - uid: 10622 components: - type: Transform - pos: -64.5,8.5 + pos: 69.5,-29.5 parent: 2 - - uid: 1203 + - uid: 10626 components: - type: Transform - pos: -64.5,7.5 + pos: -11.5,-56.5 parent: 2 - - uid: 1204 + - uid: 10627 components: - type: Transform - pos: -68.5,10.5 + pos: -11.5,-58.5 parent: 2 - - uid: 1205 + - uid: 10629 components: - type: Transform - pos: -68.5,9.5 + pos: -11.5,-57.5 parent: 2 - - uid: 1206 + - uid: 10630 components: - type: Transform - pos: -68.5,12.5 + pos: 12.5,-56.5 parent: 2 - - uid: 1207 + - uid: 10631 components: - type: Transform - pos: -68.5,11.5 + pos: 12.5,-57.5 parent: 2 - - uid: 1208 + - uid: 10632 components: - type: Transform - pos: -68.5,8.5 + pos: 12.5,-58.5 parent: 2 - - uid: 1209 + - uid: 10680 components: - type: Transform - pos: -77.5,54.5 + rot: 3.141592653589793 rad + pos: -13.5,-64.5 parent: 2 - - uid: 1212 + - uid: 10681 components: - type: Transform - pos: -68.5,7.5 + rot: 3.141592653589793 rad + pos: 12.5,-64.5 parent: 2 - - uid: 1213 + - uid: 10682 components: - type: Transform - pos: -68.5,13.5 + rot: 3.141592653589793 rad + pos: 13.5,-64.5 parent: 2 - - uid: 1214 + - uid: 10683 components: - type: Transform - pos: -68.5,14.5 + rot: 3.141592653589793 rad + pos: 14.5,-64.5 parent: 2 - - uid: 1215 + - uid: 10790 components: - type: Transform - pos: -69.5,9.5 + pos: 20.5,58.5 parent: 2 - - uid: 1216 + - uid: 10890 components: - type: Transform - pos: -69.5,8.5 + pos: 14.5,-66.5 parent: 2 - - uid: 1217 + - uid: 10911 components: - type: Transform - pos: -69.5,7.5 + rot: -1.5707963267948966 rad + pos: 32.5,64.5 parent: 2 - - uid: 1219 + - uid: 10969 components: - type: Transform - pos: -69.5,5.5 + pos: -69.5,87.5 parent: 2 - - uid: 1220 + - uid: 10970 components: - type: Transform - pos: -69.5,4.5 + pos: 69.5,-28.5 parent: 2 - - uid: 1221 + - uid: 10973 components: - type: Transform - pos: -68.5,4.5 + pos: -69.5,85.5 parent: 2 - - uid: 1222 + - uid: 10974 components: - type: Transform - pos: -67.5,4.5 + pos: 67.5,-31.5 parent: 2 - - uid: 1223 + - uid: 10975 components: - type: Transform - pos: -66.5,4.5 + pos: 66.5,-38.5 parent: 2 - - uid: 1224 + - uid: 11060 components: - type: Transform - pos: -65.5,4.5 + rot: 1.5707963267948966 rad + pos: 17.5,-44.5 parent: 2 - - uid: 1225 + - uid: 11125 components: - type: Transform - pos: -64.5,4.5 + pos: 71.5,-25.5 parent: 2 - - uid: 1226 + - uid: 11127 components: - type: Transform - pos: -63.5,4.5 + pos: 69.5,-25.5 parent: 2 - - uid: 1227 + - uid: 11129 components: - type: Transform - pos: -62.5,4.5 + pos: -10.5,-67.5 parent: 2 - - uid: 1228 + - uid: 11132 components: - type: Transform - pos: -57.5,8.5 + pos: -10.5,-64.5 parent: 2 - - uid: 1229 + - uid: 11136 components: - type: Transform - pos: -57.5,7.5 + pos: 68.5,-31.5 parent: 2 - - uid: 1230 + - uid: 11164 components: - type: Transform - pos: -57.5,6.5 + pos: 69.5,-31.5 parent: 2 - - uid: 1231 + - uid: 11227 components: - type: Transform - pos: -57.5,5.5 + pos: -10.5,-66.5 parent: 2 - - uid: 1232 + - uid: 11302 components: - type: Transform - pos: -57.5,4.5 + pos: 6.5,14.5 parent: 2 - - uid: 1233 + - uid: 11308 components: - type: Transform - pos: -58.5,4.5 + rot: -1.5707963267948966 rad + pos: 73.5,36.5 parent: 2 - - uid: 1234 + - uid: 11309 components: - type: Transform - pos: -60.5,4.5 + pos: 59.5,48.5 parent: 2 - - uid: 1235 + - uid: 11342 components: - type: Transform - pos: -61.5,4.5 + pos: -5.5,15.5 parent: 2 - - uid: 1244 + - uid: 11353 components: - type: Transform - pos: -69.5,3.5 + pos: -5.5,16.5 parent: 2 - - uid: 1245 + - uid: 11394 components: - type: Transform - pos: -69.5,2.5 + rot: -1.5707963267948966 rad + pos: 70.5,36.5 parent: 2 - - uid: 1246 + - uid: 11395 components: - type: Transform - pos: -69.5,1.5 + rot: -1.5707963267948966 rad + pos: 71.5,36.5 parent: 2 - - uid: 1247 + - uid: 11396 components: - type: Transform - pos: -69.5,0.5 + rot: -1.5707963267948966 rad + pos: 67.5,37.5 parent: 2 - - uid: 1253 + - uid: 11401 components: - type: Transform - pos: -79.5,54.5 + rot: -1.5707963267948966 rad + pos: 67.5,36.5 parent: 2 - - uid: 1255 + - uid: 11407 components: - type: Transform - pos: -78.5,54.5 + rot: 1.5707963267948966 rad + pos: 62.5,32.5 parent: 2 - - uid: 1262 + - uid: 11411 components: - type: Transform - pos: -53.5,10.5 + rot: 1.5707963267948966 rad + pos: 77.5,32.5 parent: 2 - - uid: 1263 + - uid: 11422 components: - type: Transform - pos: -53.5,9.5 + rot: -1.5707963267948966 rad + pos: 72.5,36.5 parent: 2 - - uid: 1264 + - uid: 11423 components: - type: Transform - pos: -54.5,9.5 + rot: -1.5707963267948966 rad + pos: 76.5,36.5 parent: 2 - - uid: 1265 + - uid: 11424 components: - type: Transform - pos: -69.5,-0.5 + rot: -1.5707963267948966 rad + pos: 68.5,36.5 parent: 2 - - uid: 1269 + - uid: 11426 components: - type: Transform - pos: -57.5,-11.5 + pos: 58.5,54.5 parent: 2 - - uid: 1273 + - uid: 11427 components: - type: Transform - pos: -69.5,-5.5 + pos: 59.5,54.5 parent: 2 - - uid: 1275 + - uid: 11430 components: - type: Transform - pos: -63.5,-22.5 + pos: 61.5,51.5 parent: 2 - - uid: 1277 + - uid: 11431 components: - type: Transform - pos: -61.5,-9.5 + pos: 62.5,51.5 parent: 2 - - uid: 1278 + - uid: 11434 components: - type: Transform - pos: -76.5,54.5 + rot: -1.5707963267948966 rad + pos: 74.5,32.5 parent: 2 - - uid: 1279 + - uid: 11438 components: - type: Transform - pos: -67.5,-2.5 + rot: 1.5707963267948966 rad + pos: 66.5,30.5 parent: 2 - - uid: 1280 + - uid: 11442 components: - type: Transform - pos: -70.5,76.5 + rot: -1.5707963267948966 rad + pos: 59.5,39.5 parent: 2 - - uid: 1283 + - uid: 11443 components: - type: Transform - pos: -69.5,-8.5 + pos: 60.5,29.5 parent: 2 - - uid: 1284 + - uid: 11444 components: - type: Transform - pos: -68.5,-8.5 + pos: 60.5,32.5 parent: 2 - - uid: 1289 + - uid: 11445 components: - type: Transform - pos: -67.5,-5.5 + pos: 63.5,43.5 parent: 2 - - uid: 1290 + - uid: 11446 components: - type: Transform - pos: -69.5,-2.5 + pos: 61.5,48.5 parent: 2 - - uid: 1291 + - uid: 11453 components: - type: Transform - pos: -69.5,-3.5 + pos: 5.5,16.5 parent: 2 - - uid: 1292 + - uid: 11460 components: - type: Transform - pos: -69.5,-4.5 + pos: 37.5,15.5 parent: 2 - - uid: 1293 + - uid: 11472 components: - type: Transform - pos: -69.5,-1.5 + rot: 1.5707963267948966 rad + pos: 76.5,40.5 parent: 2 - - uid: 1294 + - uid: 11474 components: - type: Transform - pos: -90.5,62.5 + rot: 1.5707963267948966 rad + pos: 64.5,32.5 parent: 2 - - uid: 1295 + - uid: 11479 components: - type: Transform - pos: -68.5,-9.5 + pos: -60.5,-0.5 parent: 2 - - uid: 1296 + - uid: 11483 components: - type: Transform - pos: -68.5,-10.5 + pos: -60.5,2.5 parent: 2 - - uid: 1303 + - uid: 11484 components: - type: Transform - pos: -54.5,-18.5 + pos: -60.5,1.5 parent: 2 - - uid: 1305 + - uid: 11486 components: - type: Transform - pos: -68.5,-14.5 + pos: -60.5,3.5 parent: 2 - - uid: 1306 + - uid: 11487 components: - type: Transform - pos: -67.5,-14.5 + pos: -60.5,-1.5 parent: 2 - - uid: 1307 + - uid: 11489 components: - type: Transform - pos: -67.5,-15.5 + pos: -57.5,-2.5 parent: 2 - - uid: 1308 + - uid: 11490 components: - type: Transform - pos: -67.5,-16.5 + rot: 1.5707963267948966 rad + pos: 66.5,41.5 parent: 2 - - uid: 1309 + - uid: 11495 components: - type: Transform - pos: -67.5,-17.5 + rot: 1.5707963267948966 rad + pos: 64.5,41.5 parent: 2 - - uid: 1310 + - uid: 11505 components: - type: Transform - pos: -67.5,-18.5 + pos: -58.5,-3.5 parent: 2 - - uid: 1311 + - uid: 11573 components: - type: Transform - pos: -68.5,-18.5 + pos: 38.5,15.5 parent: 2 - - uid: 1312 + - uid: 11581 components: - type: Transform - pos: -68.5,-22.5 + pos: 40.5,17.5 parent: 2 - - uid: 1313 + - uid: 11582 components: - type: Transform - pos: -67.5,-22.5 + pos: 40.5,18.5 parent: 2 - - uid: 1314 + - uid: 11612 components: - type: Transform - pos: -65.5,-22.5 + rot: -1.5707963267948966 rad + pos: 65.5,32.5 parent: 2 - - uid: 1315 + - uid: 11614 components: - type: Transform - pos: -64.5,-22.5 + pos: 63.5,36.5 parent: 2 - - uid: 1316 + - uid: 11615 components: - type: Transform - pos: -64.5,-21.5 + pos: 63.5,40.5 parent: 2 - - uid: 1317 + - uid: 11728 components: - type: Transform - pos: -64.5,-19.5 + rot: -1.5707963267948966 rad + pos: -25.5,-3.5 parent: 2 - - uid: 1318 + - uid: 11749 components: - type: Transform - pos: -64.5,-18.5 + pos: -49.5,-31.5 parent: 2 - - uid: 1319 + - uid: 12167 components: - type: Transform - pos: -65.5,-18.5 + rot: 1.5707963267948966 rad + pos: 26.5,-2.5 parent: 2 - - uid: 1320 + - uid: 12170 components: - type: Transform - pos: -66.5,-18.5 + pos: 6.5,16.5 parent: 2 - - uid: 1330 + - uid: 12225 components: - type: Transform - pos: -53.5,-18.5 + pos: -3.5,14.5 parent: 2 - - uid: 1332 + - uid: 12229 components: - type: Transform - pos: -57.5,-28.5 + pos: 4.5,16.5 parent: 2 - - uid: 1333 + - uid: 12233 components: - type: Transform - pos: -59.5,-18.5 + pos: -5.5,14.5 parent: 2 - - uid: 1346 + - uid: 12235 components: - type: Transform - pos: -54.5,-4.5 + pos: 6.5,15.5 parent: 2 - - uid: 1347 + - uid: 12244 components: - type: Transform - pos: -54.5,-3.5 + pos: -57.5,-0.5 parent: 2 - - uid: 1348 + - uid: 12247 components: - type: Transform - pos: -54.5,-2.5 + pos: -57.5,-18.5 parent: 2 - - uid: 1349 + - uid: 12268 components: - type: Transform - pos: -54.5,-1.5 + pos: -88.5,83.5 parent: 2 - - uid: 1350 + - uid: 12269 components: - type: Transform - pos: -54.5,-0.5 + pos: 58.5,-36.5 parent: 2 - - uid: 1353 + - uid: 12270 components: - type: Transform - pos: -88.5,60.5 + pos: -72.5,88.5 parent: 2 - - uid: 1358 + - uid: 12317 components: - type: Transform - pos: -58.5,-10.5 + pos: -61.5,-4.5 parent: 2 - - uid: 1359 + - uid: 12333 components: - type: Transform - pos: -57.5,-6.5 + rot: 3.141592653589793 rad + pos: -52.5,-18.5 parent: 2 - - uid: 1360 + - uid: 12362 components: - type: Transform - pos: -54.5,0.5 + pos: 61.5,54.5 parent: 2 - - uid: 1361 + - uid: 12368 components: - type: Transform - pos: -54.5,1.5 + pos: -60.5,-19.5 parent: 2 - - uid: 1362 + - uid: 12370 components: - type: Transform - pos: -54.5,2.5 + pos: -62.5,-19.5 parent: 2 - - uid: 1363 + - uid: 12371 components: - type: Transform - pos: -54.5,3.5 + pos: -58.5,-7.5 parent: 2 - - uid: 1364 + - uid: 12375 components: - type: Transform - pos: -54.5,4.5 + rot: 3.141592653589793 rad + pos: -74.5,77.5 parent: 2 - - uid: 1365 + - uid: 12376 components: - type: Transform - pos: -54.5,5.5 + pos: -69.5,-7.5 parent: 2 - - uid: 1366 + - uid: 12419 components: - type: Transform - pos: -54.5,6.5 + pos: 68.5,-21.5 parent: 2 - - uid: 1367 + - uid: 12454 components: - type: Transform - pos: -54.5,7.5 + pos: -48.5,-13.5 parent: 2 - - uid: 1368 + - uid: 12460 components: - type: Transform - pos: -54.5,8.5 + pos: -58.5,-9.5 parent: 2 - - uid: 1369 + - uid: 12463 components: - type: Transform - pos: -54.5,-7.5 + pos: -60.5,0.5 parent: 2 - - uid: 1370 + - uid: 12474 components: - type: Transform - pos: -54.5,-6.5 + pos: 9.5,71.5 parent: 2 - - uid: 1371 + - uid: 12477 components: - type: Transform - pos: -54.5,-8.5 + rot: 1.5707963267948966 rad + pos: 58.5,-38.5 parent: 2 - - uid: 1372 + - uid: 12486 components: - type: Transform - pos: -57.5,-10.5 + rot: 3.141592653589793 rad + pos: 63.5,-40.5 parent: 2 - - uid: 1373 + - uid: 12495 components: - type: Transform - pos: -89.5,60.5 + pos: 68.5,-20.5 parent: 2 - - uid: 1374 + - uid: 12496 components: - type: Transform - pos: -58.5,-25.5 + pos: 68.5,-19.5 parent: 2 - - uid: 1378 + - uid: 12501 components: - type: Transform - pos: -53.5,-8.5 + pos: -4.5,16.5 parent: 2 - - uid: 1379 + - uid: 12502 components: - type: Transform - pos: -53.5,-9.5 + pos: -3.5,16.5 parent: 2 - - uid: 1380 + - uid: 12503 components: - type: Transform - pos: -53.5,-10.5 + pos: -2.5,14.5 parent: 2 - - uid: 1387 + - uid: 12504 components: - type: Transform - pos: -58.5,80.5 + pos: 3.5,14.5 parent: 2 - - uid: 1395 + - uid: 12505 components: - type: Transform - pos: -67.5,-24.5 + pos: 4.5,14.5 parent: 2 - - uid: 1396 + - uid: 12541 components: - type: Transform - pos: -66.5,-24.5 + pos: -9.5,-66.5 parent: 2 - - uid: 1397 + - uid: 12542 components: - type: Transform - pos: -65.5,-24.5 + pos: -9.5,-65.5 parent: 2 - - uid: 1398 + - uid: 12543 components: - type: Transform - pos: -65.5,-23.5 + pos: -9.5,-64.5 parent: 2 - - uid: 1399 + - uid: 12545 components: - type: Transform - pos: -64.5,-24.5 + pos: -9.5,-61.5 parent: 2 - - uid: 1400 + - uid: 12546 components: - type: Transform - pos: -64.5,-25.5 + pos: -9.5,-62.5 parent: 2 - - uid: 1401 + - uid: 12550 components: - type: Transform - pos: -64.5,-26.5 + pos: 10.5,-62.5 parent: 2 - - uid: 1402 + - uid: 12552 components: - type: Transform - pos: -64.5,-27.5 + pos: 10.5,-64.5 parent: 2 - - uid: 1405 + - uid: 12553 components: - type: Transform - pos: -75.5,88.5 + pos: 10.5,-65.5 parent: 2 - - uid: 1410 + - uid: 12554 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,-22.5 + pos: 10.5,-66.5 parent: 2 - - uid: 1418 + - uid: 12608 components: - type: Transform - pos: -63.5,-28.5 + pos: -43.5,-35.5 parent: 2 - - uid: 1419 + - uid: 12618 components: - type: Transform - pos: -63.5,-29.5 + pos: 76.5,-5.5 parent: 2 - - uid: 1420 + - uid: 12622 components: - type: Transform - pos: -62.5,-29.5 + pos: 57.5,-44.5 parent: 2 - - uid: 1421 + - uid: 12685 components: - type: Transform - pos: -53.5,-11.5 + pos: 72.5,-9.5 parent: 2 - - uid: 1422 + - uid: 12695 components: - type: Transform - pos: -53.5,-12.5 + pos: 16.5,15.5 parent: 2 - - uid: 1423 + - uid: 12737 components: - type: Transform - pos: -53.5,-13.5 + rot: -1.5707963267948966 rad + pos: 73.5,-7.5 parent: 2 - - uid: 1424 + - uid: 12738 components: - type: Transform - pos: -52.5,-13.5 + rot: -1.5707963267948966 rad + pos: 73.5,-6.5 parent: 2 - - uid: 1425 + - uid: 12778 components: - type: Transform - pos: -52.5,-14.5 + pos: -26.5,-43.5 parent: 2 - - uid: 1426 + - uid: 12837 components: - type: Transform - pos: -68.5,-5.5 + pos: 18.5,53.5 parent: 2 - - uid: 1427 + - uid: 12840 components: - type: Transform - pos: -62.5,-30.5 + pos: 17.5,53.5 parent: 2 - - uid: 1428 + - uid: 13049 components: - type: Transform - pos: -60.5,-34.5 + rot: -1.5707963267948966 rad + pos: -5.5,12.5 parent: 2 - - uid: 1429 + - uid: 13051 components: - type: Transform - pos: -59.5,-34.5 + pos: -73.5,55.5 parent: 2 - - uid: 1430 + - uid: 13054 components: - type: Transform - pos: -58.5,-34.5 + rot: -1.5707963267948966 rad + pos: 14.5,-3.5 parent: 2 - - uid: 1431 + - uid: 13108 components: - type: Transform - pos: -57.5,-34.5 + pos: -13.5,43.5 parent: 2 - - uid: 1437 + - uid: 13112 components: - type: Transform - pos: -56.5,-34.5 + rot: -1.5707963267948966 rad + pos: 12.5,-3.5 parent: 2 - - uid: 1438 + - uid: 13113 components: - type: Transform - pos: -57.5,-35.5 + rot: 3.141592653589793 rad + pos: -2.5,-0.5 parent: 2 - - uid: 1439 + - uid: 13115 components: - type: Transform - pos: -56.5,-35.5 + rot: -1.5707963267948966 rad + pos: -5.5,-3.5 parent: 2 - - uid: 1440 + - uid: 13116 components: - type: Transform - pos: -55.5,-35.5 + rot: -1.5707963267948966 rad + pos: 7.5,-3.5 parent: 2 - - uid: 1441 + - uid: 13118 components: - type: Transform - pos: -54.5,-35.5 + rot: -1.5707963267948966 rad + pos: 13.5,-3.5 parent: 2 - - uid: 1442 + - uid: 13119 components: - type: Transform - pos: -58.5,-6.5 + pos: 3.5,13.5 parent: 2 - - uid: 1452 + - uid: 13121 components: - type: Transform - pos: 40.5,16.5 + rot: -1.5707963267948966 rad + pos: -6.5,-3.5 parent: 2 - - uid: 1456 + - uid: 13124 components: - type: Transform - pos: -62.5,-5.5 + rot: -1.5707963267948966 rad + pos: 6.5,-3.5 parent: 2 - - uid: 1457 + - uid: 13125 components: - type: Transform - pos: -52.5,-15.5 + rot: 3.141592653589793 rad + pos: 3.5,-0.5 parent: 2 - - uid: 1458 + - uid: 13128 components: - type: Transform - pos: -52.5,-16.5 + rot: 3.141592653589793 rad + pos: -18.5,-9.5 parent: 2 - - uid: 1459 + - uid: 13139 components: - type: Transform - pos: -52.5,-17.5 + pos: 17.5,55.5 parent: 2 - - uid: 1460 + - uid: 13261 components: - type: Transform - pos: -51.5,-17.5 + pos: -80.5,61.5 parent: 2 - - uid: 1461 + - uid: 13309 components: - type: Transform - pos: -51.5,-18.5 + pos: -26.5,-6.5 parent: 2 - - uid: 1462 + - uid: 13310 components: - type: Transform - pos: -51.5,-19.5 + pos: -24.5,-6.5 parent: 2 - - uid: 1463 + - uid: 13357 components: - type: Transform - pos: -50.5,-19.5 + pos: -15.5,69.5 parent: 2 - - uid: 1465 + - uid: 13555 components: - type: Transform - pos: -66.5,-5.5 + rot: 1.5707963267948966 rad + pos: 80.5,37.5 parent: 2 - - uid: 1466 + - uid: 13762 components: - type: Transform - pos: -61.5,-29.5 + rot: 1.5707963267948966 rad + pos: -80.5,57.5 parent: 2 - - uid: 1467 + - uid: 13768 components: - type: Transform - pos: -60.5,-29.5 + pos: -23.5,-6.5 parent: 2 - - uid: 1468 + - uid: 13770 components: - type: Transform - pos: -58.5,-29.5 + pos: -22.5,-6.5 parent: 2 - - uid: 1469 + - uid: 13772 components: - type: Transform - pos: -57.5,-29.5 + rot: -1.5707963267948966 rad + pos: -21.5,-2.5 parent: 2 - - uid: 1470 + - uid: 13795 components: - type: Transform - pos: -56.5,-29.5 + rot: -1.5707963267948966 rad + pos: -21.5,-3.5 parent: 2 - - uid: 1471 + - uid: 13796 components: - type: Transform - pos: -47.5,-26.5 + rot: -1.5707963267948966 rad + pos: -22.5,-3.5 parent: 2 - - uid: 1473 + - uid: 13798 components: - type: Transform - pos: -47.5,-28.5 + rot: -1.5707963267948966 rad + pos: -23.5,-3.5 parent: 2 - - uid: 1474 + - uid: 13801 components: - type: Transform - pos: -46.5,-28.5 - parent: 2 - - uid: 1475 + pos: -6.5,0.5 + parent: 14592 + - uid: 13855 components: - type: Transform - pos: -46.5,-29.5 + rot: -1.5707963267948966 rad + pos: 73.5,-8.5 parent: 2 - - uid: 1476 + - uid: 13857 components: - type: Transform - pos: -45.5,-29.5 + pos: 73.5,-1.5 parent: 2 - - uid: 1478 + - uid: 13893 components: - type: Transform - pos: -45.5,-30.5 + pos: 73.5,4.5 parent: 2 - - uid: 1479 + - uid: 13916 components: - type: Transform - pos: -45.5,-31.5 + rot: -1.5707963267948966 rad + pos: -25.5,14.5 parent: 2 - - uid: 1480 + - uid: 13957 components: - type: Transform - pos: -45.5,-32.5 + pos: 59.5,32.5 parent: 2 - - uid: 1481 + - uid: 14005 components: - type: Transform - pos: -44.5,-31.5 - parent: 2 - - uid: 1482 + pos: -7.5,4.5 + parent: 14592 + - uid: 14006 components: - type: Transform - pos: -44.5,-32.5 - parent: 2 - - uid: 1483 + pos: -8.5,4.5 + parent: 14592 + - uid: 14173 components: - type: Transform - pos: -43.5,-32.5 - parent: 2 - - uid: 1484 + pos: -7.5,-9.5 + parent: 14592 + - uid: 14187 components: - type: Transform - pos: -43.5,-33.5 + pos: -13.5,-66.5 parent: 2 - - uid: 1486 + - uid: 14196 components: - type: Transform - pos: -42.5,-33.5 - parent: 2 - - uid: 1487 + rot: 3.141592653589793 rad + pos: 2.5,4.5 + parent: 14592 + - uid: 14204 components: - type: Transform - pos: -42.5,-34.5 + pos: 60.5,54.5 parent: 2 - - uid: 1488 + - uid: 14289 components: - type: Transform - pos: -41.5,-34.5 + pos: -58.5,78.5 parent: 2 - - uid: 1489 + - uid: 14292 components: - type: Transform - pos: -49.5,-35.5 + pos: -55.5,0.5 parent: 2 - - uid: 1490 + - uid: 14294 components: - type: Transform - pos: -49.5,-34.5 + pos: -54.5,-24.5 parent: 2 - - uid: 1492 + - uid: 14295 components: - type: Transform - pos: -49.5,-33.5 + pos: -88.5,59.5 parent: 2 - - uid: 1493 + - uid: 14296 components: - type: Transform - pos: -49.5,-32.5 + pos: -90.5,63.5 parent: 2 - - uid: 1494 + - uid: 14299 components: - type: Transform - pos: -55.5,-29.5 + pos: 69.5,-27.5 parent: 2 - - uid: 1496 + - uid: 14300 components: - type: Transform - pos: -54.5,-36.5 + pos: 72.5,-26.5 parent: 2 - - uid: 1501 + - uid: 14312 components: - type: Transform - pos: -54.5,-41.5 + pos: -61.5,-15.5 parent: 2 - - uid: 1510 + - uid: 14313 components: - type: Transform - pos: -53.5,-47.5 + pos: 73.5,-25.5 parent: 2 - - uid: 1511 + - uid: 14314 components: - type: Transform - pos: -53.5,-48.5 + pos: -62.5,-25.5 parent: 2 - - uid: 1512 + - uid: 14315 components: - type: Transform - pos: -52.5,-48.5 + pos: -59.5,-15.5 parent: 2 - - uid: 1513 + - uid: 14344 components: - type: Transform - pos: -52.5,-47.5 + pos: -72.5,56.5 parent: 2 - - uid: 1530 + - uid: 14351 components: - type: Transform - pos: -34.5,-12.5 + pos: -54.5,-13.5 parent: 2 - - uid: 1531 + - uid: 14352 components: - type: Transform - pos: -45.5,-12.5 + pos: -56.5,-27.5 parent: 2 - - uid: 1532 + - uid: 14354 components: - type: Transform - pos: -46.5,-12.5 + pos: -54.5,-25.5 parent: 2 - - uid: 1533 + - uid: 14401 components: - type: Transform - pos: -47.5,-12.5 + pos: -58.5,-13.5 parent: 2 - - uid: 1534 + - uid: 14424 components: - type: Transform - pos: -48.5,-12.5 + pos: 73.5,-26.5 parent: 2 - - uid: 1535 + - uid: 14481 components: - type: Transform - pos: -48.5,-11.5 + pos: -57.5,-12.5 parent: 2 - - uid: 1536 + - uid: 14490 components: - type: Transform - pos: -48.5,-10.5 + pos: -63.5,-25.5 parent: 2 - - uid: 1537 + - uid: 14491 components: - type: Transform - pos: -48.5,-9.5 + pos: -57.5,-22.5 parent: 2 - - uid: 1541 + - uid: 14496 components: - type: Transform - pos: -41.5,-12.5 + pos: -59.5,-3.5 parent: 2 - - uid: 1542 + - uid: 14505 components: - type: Transform - pos: -40.5,-12.5 + pos: -53.5,-27.5 parent: 2 - - uid: 1543 + - uid: 14508 components: - type: Transform - pos: -39.5,-12.5 + pos: -60.5,-10.5 parent: 2 - - uid: 1544 + - uid: 14524 components: - type: Transform - pos: -38.5,-12.5 + rot: 3.141592653589793 rad + pos: -80.5,71.5 parent: 2 - - uid: 1545 + - uid: 14617 components: - type: Transform - pos: -37.5,-13.5 + pos: -58.5,-15.5 parent: 2 - - uid: 1546 + - uid: 14618 components: - type: Transform - pos: -44.5,-12.5 + pos: -61.5,-6.5 parent: 2 - - uid: 1548 + - uid: 14632 components: - type: Transform - pos: -68.5,-1.5 + pos: -62.5,-22.5 parent: 2 - - uid: 1549 + - uid: 14633 components: - type: Transform - pos: -44.5,-16.5 + pos: -63.5,86.5 parent: 2 - - uid: 1550 + - uid: 14634 components: - type: Transform - pos: -45.5,-16.5 + pos: -58.5,79.5 parent: 2 - - uid: 1551 + - uid: 14635 components: - type: Transform - pos: -46.5,-16.5 + pos: -58.5,-14.5 parent: 2 - - uid: 1552 + - uid: 14657 components: - type: Transform - pos: -47.5,-16.5 - parent: 2 - - uid: 1553 + rot: 3.141592653589793 rad + pos: 4.5,-6.5 + parent: 14592 + - uid: 14711 components: - type: Transform - pos: -61.5,-5.5 - parent: 2 - - uid: 1555 + rot: 3.141592653589793 rad + pos: -8.5,3.5 + parent: 14592 + - uid: 14723 components: - type: Transform - pos: -64.5,-5.5 - parent: 2 - - uid: 1560 + rot: 3.141592653589793 rad + pos: 3.5,4.5 + parent: 14592 + - uid: 14737 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,5.5 + parent: 14592 + - uid: 14738 components: - type: Transform - pos: -40.5,-16.5 - parent: 2 - - uid: 1561 + rot: 3.141592653589793 rad + pos: 16.5,7.5 + parent: 14592 + - uid: 14772 components: - type: Transform - pos: -39.5,-16.5 - parent: 2 - - uid: 1562 + rot: 3.141592653589793 rad + pos: 16.5,4.5 + parent: 14592 + - uid: 14773 components: - type: Transform - pos: -38.5,-16.5 - parent: 2 - - uid: 1563 + rot: 3.141592653589793 rad + pos: 15.5,7.5 + parent: 14592 + - uid: 14809 components: - type: Transform - pos: -37.5,-16.5 - parent: 2 - - uid: 1564 + rot: 3.141592653589793 rad + pos: -8.5,1.5 + parent: 14592 + - uid: 14810 components: - type: Transform - pos: -37.5,-15.5 - parent: 2 - - uid: 1565 + rot: 3.141592653589793 rad + pos: -8.5,2.5 + parent: 14592 + - uid: 14853 components: - type: Transform - pos: -37.5,-14.5 - parent: 2 - - uid: 1566 + rot: 3.141592653589793 rad + pos: 1.5,4.5 + parent: 14592 + - uid: 14854 components: - type: Transform - pos: -37.5,-17.5 - parent: 2 - - uid: 1567 + rot: 3.141592653589793 rad + pos: 4.5,4.5 + parent: 14592 + - uid: 14872 components: - type: Transform - pos: -37.5,-18.5 - parent: 2 - - uid: 1568 + pos: -5.5,-9.5 + parent: 14592 + - uid: 14873 components: - type: Transform - pos: -37.5,-19.5 - parent: 2 - - uid: 1569 + pos: -6.5,-9.5 + parent: 14592 + - uid: 14892 components: - type: Transform - pos: -37.5,-20.5 - parent: 2 - - uid: 1570 + rot: 3.141592653589793 rad + pos: 5.5,0.5 + parent: 14592 + - uid: 14893 components: - type: Transform - pos: -36.5,-19.5 - parent: 2 - - uid: 1571 + rot: 3.141592653589793 rad + pos: 5.5,2.5 + parent: 14592 + - uid: 14894 components: - type: Transform - pos: -35.5,-19.5 - parent: 2 - - uid: 1572 + rot: 3.141592653589793 rad + pos: 5.5,5.5 + parent: 14592 + - uid: 14895 components: - type: Transform - pos: -34.5,-19.5 - parent: 2 - - uid: 1573 + rot: 3.141592653589793 rad + pos: 5.5,4.5 + parent: 14592 + - uid: 14901 components: - type: Transform - pos: -34.5,-18.5 - parent: 2 - - uid: 1574 + rot: 3.141592653589793 rad + pos: 7.5,2.5 + parent: 14592 + - uid: 14902 components: - type: Transform - pos: -34.5,-17.5 - parent: 2 - - uid: 1575 + rot: 3.141592653589793 rad + pos: 5.5,1.5 + parent: 14592 + - uid: 14903 components: - type: Transform - pos: -34.5,-16.5 - parent: 2 - - uid: 1576 + rot: 3.141592653589793 rad + pos: 5.5,3.5 + parent: 14592 + - uid: 14904 components: - type: Transform - pos: -34.5,-15.5 - parent: 2 - - uid: 1577 + rot: 3.141592653589793 rad + pos: 6.5,6.5 + parent: 14592 + - uid: 14905 components: - type: Transform - pos: -34.5,-14.5 - parent: 2 - - uid: 1578 + rot: 3.141592653589793 rad + pos: 5.5,6.5 + parent: 14592 + - uid: 14910 components: - type: Transform - pos: -27.5,-13.5 - parent: 2 - - uid: 1579 + rot: 3.141592653589793 rad + pos: -1.5,-3.5 + parent: 14592 + - uid: 14911 components: - type: Transform - pos: -29.5,-13.5 - parent: 2 - - uid: 1580 + rot: 3.141592653589793 rad + pos: 1.5,-3.5 + parent: 14592 + - uid: 14913 components: - type: Transform - pos: -30.5,-13.5 - parent: 2 - - uid: 1581 + rot: 3.141592653589793 rad + pos: 7.5,6.5 + parent: 14592 + - uid: 14914 components: - type: Transform - pos: -30.5,-14.5 - parent: 2 - - uid: 1582 + rot: 3.141592653589793 rad + pos: 8.5,6.5 + parent: 14592 + - uid: 14915 components: - type: Transform - pos: -31.5,-13.5 - parent: 2 - - uid: 1583 + rot: 3.141592653589793 rad + pos: 10.5,6.5 + parent: 14592 + - uid: 14920 components: - type: Transform - pos: -32.5,-13.5 - parent: 2 - - uid: 1584 + rot: 3.141592653589793 rad + pos: 2.5,-3.5 + parent: 14592 + - uid: 14921 components: - type: Transform - pos: -33.5,-13.5 - parent: 2 - - uid: 1585 + rot: 3.141592653589793 rad + pos: 7.5,-6.5 + parent: 14592 + - uid: 14924 components: - type: Transform - pos: -33.5,-19.5 - parent: 2 - - uid: 1586 + rot: 3.141592653589793 rad + pos: 6.5,-1.5 + parent: 14592 + - uid: 14925 components: - type: Transform - pos: -32.5,-19.5 - parent: 2 - - uid: 1587 + rot: 3.141592653589793 rad + pos: 9.5,6.5 + parent: 14592 + - uid: 14932 components: - type: Transform - pos: -31.5,-19.5 - parent: 2 - - uid: 1588 + rot: 3.141592653589793 rad + pos: 11.5,2.5 + parent: 14592 + - uid: 14933 components: - type: Transform - pos: -30.5,-19.5 - parent: 2 - - uid: 1589 + rot: 3.141592653589793 rad + pos: 5.5,-0.5 + parent: 14592 + - uid: 14934 components: - type: Transform - pos: -30.5,-18.5 - parent: 2 - - uid: 1590 + rot: 3.141592653589793 rad + pos: 11.5,-0.5 + parent: 14592 + - uid: 14935 components: - type: Transform - pos: -30.5,-20.5 - parent: 2 - - uid: 1591 + rot: 3.141592653589793 rad + pos: 11.5,-1.5 + parent: 14592 + - uid: 14942 components: - type: Transform - pos: -28.5,-23.5 - parent: 2 - - uid: 1598 + rot: 3.141592653589793 rad + pos: 10.5,3.5 + parent: 14592 + - uid: 14943 components: - type: Transform - pos: -12.5,-18.5 - parent: 2 - - uid: 1599 + rot: 3.141592653589793 rad + pos: 11.5,0.5 + parent: 14592 + - uid: 14944 components: - type: Transform - pos: -17.5,-16.5 - parent: 2 - - uid: 1600 + rot: 3.141592653589793 rad + pos: 10.5,2.5 + parent: 14592 + - uid: 14945 components: - type: Transform - pos: -17.5,-17.5 - parent: 2 - - uid: 1601 + rot: 3.141592653589793 rad + pos: 9.5,-1.5 + parent: 14592 + - uid: 14950 components: - type: Transform - pos: -17.5,-18.5 - parent: 2 - - uid: 1602 + rot: 3.141592653589793 rad + pos: 11.5,1.5 + parent: 14592 + - uid: 14951 components: - type: Transform - pos: -17.5,-20.5 - parent: 2 - - uid: 1603 + rot: 3.141592653589793 rad + pos: 5.5,-1.5 + parent: 14592 + - uid: 14952 components: - type: Transform - pos: -17.5,-21.5 - parent: 2 - - uid: 1604 + rot: 3.141592653589793 rad + pos: 6.5,2.5 + parent: 14592 + - uid: 14953 components: - type: Transform - pos: -16.5,-21.5 - parent: 2 - - uid: 1605 + rot: 3.141592653589793 rad + pos: 9.5,2.5 + parent: 14592 + - uid: 14958 components: - type: Transform - pos: -15.5,-21.5 - parent: 2 - - uid: 1606 + rot: 3.141592653589793 rad + pos: 16.5,2.5 + parent: 14592 + - uid: 14961 components: - type: Transform - pos: -14.5,-21.5 - parent: 2 - - uid: 1607 + rot: 3.141592653589793 rad + pos: 10.5,5.5 + parent: 14592 + - uid: 14962 components: - type: Transform - pos: -13.5,-21.5 - parent: 2 - - uid: 1608 + rot: 3.141592653589793 rad + pos: 12.5,2.5 + parent: 14592 + - uid: 14963 components: - type: Transform - pos: -12.5,-21.5 - parent: 2 - - uid: 1609 + rot: 3.141592653589793 rad + pos: 12.5,1.5 + parent: 14592 + - uid: 14997 components: - type: Transform - pos: -11.5,-21.5 - parent: 2 - - uid: 1610 + rot: 3.141592653589793 rad + pos: 10.5,7.5 + parent: 14592 + - uid: 14998 components: - type: Transform - pos: -11.5,-20.5 - parent: 2 - - uid: 1611 + rot: 3.141592653589793 rad + pos: 16.5,6.5 + parent: 14592 + - uid: 14999 components: - type: Transform - pos: -11.5,-19.5 - parent: 2 - - uid: 1612 + rot: 3.141592653589793 rad + pos: 14.5,7.5 + parent: 14592 + - uid: 15003 components: - type: Transform - pos: -11.5,-18.5 - parent: 2 - - uid: 1613 + rot: 3.141592653589793 rad + pos: 11.5,7.5 + parent: 14592 + - uid: 15004 components: - type: Transform - pos: -17.5,-22.5 - parent: 2 - - uid: 1614 + rot: 3.141592653589793 rad + pos: 15.5,2.5 + parent: 14592 + - uid: 15005 components: - type: Transform - pos: -17.5,-23.5 - parent: 2 - - uid: 1615 + rot: 3.141592653589793 rad + pos: 14.5,2.5 + parent: 14592 + - uid: 15009 components: - type: Transform - pos: -17.5,-25.5 - parent: 2 - - uid: 1616 + rot: 3.141592653589793 rad + pos: 13.5,7.5 + parent: 14592 + - uid: 15010 components: - type: Transform - pos: -17.5,-26.5 - parent: 2 - - uid: 1617 + rot: 3.141592653589793 rad + pos: 13.5,2.5 + parent: 14592 + - uid: 15011 components: - type: Transform - pos: -16.5,-26.5 - parent: 2 - - uid: 1618 + rot: 3.141592653589793 rad + pos: 16.5,3.5 + parent: 14592 + - uid: 15049 components: - type: Transform - pos: -14.5,-26.5 - parent: 2 - - uid: 1619 + pos: -8.5,-9.5 + parent: 14592 + - uid: 15050 components: - type: Transform - pos: -13.5,-26.5 - parent: 2 - - uid: 1620 + pos: -8.5,-6.5 + parent: 14592 + - uid: 15051 components: - type: Transform - pos: -12.5,-26.5 - parent: 2 - - uid: 1621 + pos: -8.5,-3.5 + parent: 14592 + - uid: 15056 components: - type: Transform - pos: -11.5,-26.5 - parent: 2 - - uid: 1622 + pos: -8.5,-0.5 + parent: 14592 + - uid: 15057 components: - type: Transform - pos: -10.5,-26.5 - parent: 2 - - uid: 1623 + pos: -8.5,0.5 + parent: 14592 + - uid: 15058 components: - type: Transform - pos: -9.5,-26.5 - parent: 2 - - uid: 1624 + pos: -7.5,0.5 + parent: 14592 + - uid: 15059 components: - type: Transform - pos: -9.5,-25.5 - parent: 2 - - uid: 1630 + pos: -6.5,-3.5 + parent: 14592 + - uid: 15060 components: - type: Transform - pos: -29.5,-23.5 - parent: 2 - - uid: 1631 + pos: -3.5,0.5 + parent: 14592 + - uid: 15061 components: - type: Transform - pos: -30.5,-21.5 - parent: 2 - - uid: 1632 + pos: -0.5,0.5 + parent: 14592 + - uid: 15062 components: - type: Transform - pos: -30.5,-22.5 - parent: 2 - - uid: 1633 + pos: 4.5,0.5 + parent: 14592 + - uid: 15067 components: - type: Transform - pos: -30.5,-23.5 - parent: 2 - - uid: 1634 + pos: 12.5,-1.5 + parent: 14592 + - uid: 15068 components: - type: Transform - pos: -26.5,-23.5 - parent: 2 - - uid: 1635 + pos: 11.5,-3.5 + parent: 14592 + - uid: 15073 components: - type: Transform - pos: -27.5,-23.5 - parent: 2 - - uid: 1637 + pos: 10.5,-5.5 + parent: 14592 + - uid: 15074 components: - type: Transform - pos: -25.5,-23.5 - parent: 2 - - uid: 1638 + pos: 9.5,-5.5 + parent: 14592 + - uid: 15075 components: - type: Transform - pos: -22.5,-18.5 - parent: 2 - - uid: 1639 + pos: 9.5,-6.5 + parent: 14592 + - uid: 15076 components: - type: Transform - pos: -23.5,-18.5 - parent: 2 - - uid: 1640 + pos: 8.5,-6.5 + parent: 14592 + - uid: 15077 components: - type: Transform - pos: -20.5,-18.5 - parent: 2 - - uid: 1641 + pos: 8.5,-9.5 + parent: 14592 + - uid: 15078 components: - type: Transform - pos: -24.5,-23.5 - parent: 2 - - uid: 1642 + pos: 3.5,-9.5 + parent: 14592 + - uid: 15079 components: - type: Transform - pos: -24.5,-22.5 - parent: 2 - - uid: 1643 + rot: 3.141592653589793 rad + pos: 3.5,-6.5 + parent: 14592 + - uid: 15084 components: - type: Transform - pos: -24.5,-21.5 - parent: 2 - - uid: 1644 + rot: 3.141592653589793 rad + pos: 0.5,-9.5 + parent: 14592 + - uid: 15085 components: - type: Transform - pos: -24.5,-20.5 - parent: 2 - - uid: 1645 + rot: 3.141592653589793 rad + pos: -0.5,-9.5 + parent: 14592 + - uid: 15086 components: - type: Transform - pos: -24.5,-19.5 - parent: 2 - - uid: 1646 + rot: 3.141592653589793 rad + pos: -1.5,-9.5 + parent: 14592 + - uid: 15087 components: - type: Transform - pos: -21.5,-18.5 - parent: 2 - - uid: 1647 + rot: 3.141592653589793 rad + pos: -2.5,-9.5 + parent: 14592 + - uid: 15088 components: - type: Transform - pos: -22.5,-15.5 - parent: 2 - - uid: 1648 + rot: 3.141592653589793 rad + pos: 3.5,-4.5 + parent: 14592 + - uid: 15089 components: - type: Transform - pos: -22.5,-17.5 - parent: 2 - - uid: 1649 + pos: -3.5,-6.5 + parent: 14592 + - uid: 15090 components: - type: Transform - pos: -29.5,-19.5 - parent: 2 - - uid: 1650 + pos: -3.5,-9.5 + parent: 14592 + - uid: 15100 components: - type: Transform - pos: -25.5,-19.5 - parent: 2 - - uid: 1651 + rot: 3.141592653589793 rad + pos: 3.5,-5.5 + parent: 14592 + - uid: 15328 components: - type: Transform - pos: -20.5,-19.5 - parent: 2 - - uid: 1652 + pos: -3.5,-7.5 + parent: 14592 + - uid: 15329 components: - type: Transform - pos: -20.5,-20.5 - parent: 2 - - uid: 1653 + pos: -3.5,-4.5 + parent: 14592 + - uid: 15330 components: - type: Transform - pos: -20.5,-21.5 - parent: 2 - - uid: 1654 + rot: 3.141592653589793 rad + pos: 3.5,-3.5 + parent: 14592 + - uid: 15331 components: - type: Transform - pos: -20.5,-22.5 - parent: 2 - - uid: 1655 + rot: 3.141592653589793 rad + pos: 2.5,-9.5 + parent: 14592 + - uid: 15332 components: - type: Transform - pos: -20.5,-23.5 - parent: 2 - - uid: 1656 + pos: 3.5,-8.5 + parent: 14592 + - uid: 15333 components: - type: Transform - pos: -23.5,-23.5 - parent: 2 - - uid: 1657 + pos: 8.5,-10.5 + parent: 14592 + - uid: 15334 components: - type: Transform - pos: -21.5,-23.5 - parent: 2 - - uid: 1658 + pos: 8.5,-7.5 + parent: 14592 + - uid: 15335 components: - type: Transform - pos: -17.5,-27.5 - parent: 2 - - uid: 1659 + pos: 11.5,-4.5 + parent: 14592 + - uid: 15336 components: - type: Transform - pos: -18.5,-27.5 - parent: 2 - - uid: 1660 + pos: 12.5,-2.5 + parent: 14592 + - uid: 15337 components: - type: Transform - pos: -20.5,-27.5 - parent: 2 - - uid: 1661 + pos: 12.5,-0.5 + parent: 14592 + - uid: 15339 components: - type: Transform - pos: -21.5,-27.5 - parent: 2 - - uid: 1662 + pos: 0.5,0.5 + parent: 14592 + - uid: 15340 components: - type: Transform - pos: -25.5,-27.5 - parent: 2 - - uid: 1663 + pos: -2.5,0.5 + parent: 14592 + - uid: 15342 components: - type: Transform - pos: -25.5,-28.5 - parent: 2 - - uid: 1664 + pos: -8.5,-2.5 + parent: 14592 + - uid: 15343 components: - type: Transform - pos: -25.5,-29.5 - parent: 2 - - uid: 1665 + pos: -8.5,-5.5 + parent: 14592 + - uid: 15344 components: - type: Transform - pos: -26.5,-27.5 - parent: 2 - - uid: 1666 + pos: -8.5,-8.5 + parent: 14592 + - uid: 15351 components: - type: Transform - pos: -27.5,-27.5 - parent: 2 - - uid: 1667 + pos: -3.5,-8.5 + parent: 14592 + - uid: 15352 components: - type: Transform - pos: -29.5,-27.5 - parent: 2 - - uid: 1668 + pos: -3.5,-5.5 + parent: 14592 + - uid: 15353 components: - type: Transform - pos: -30.5,-27.5 - parent: 2 - - uid: 1669 + rot: 3.141592653589793 rad + pos: -2.5,-3.5 + parent: 14592 + - uid: 15354 components: - type: Transform - pos: -31.5,-27.5 - parent: 2 - - uid: 1670 + rot: 3.141592653589793 rad + pos: 1.5,-9.5 + parent: 14592 + - uid: 15355 components: - type: Transform - pos: -32.5,-27.5 - parent: 2 - - uid: 1671 + pos: 3.5,-7.5 + parent: 14592 + - uid: 15356 components: - type: Transform - pos: -33.5,-27.5 - parent: 2 - - uid: 1672 + pos: 3.5,-10.5 + parent: 14592 + - uid: 15357 components: - type: Transform - pos: -34.5,-27.5 - parent: 2 - - uid: 1673 + pos: 8.5,-8.5 + parent: 14592 + - uid: 15358 components: - type: Transform - pos: -34.5,-26.5 - parent: 2 - - uid: 1674 + pos: 10.5,-4.5 + parent: 14592 + - uid: 15359 components: - type: Transform - pos: -33.5,-28.5 - parent: 2 - - uid: 1675 + pos: 12.5,-3.5 + parent: 14592 + - uid: 15360 components: - type: Transform - pos: -34.5,-24.5 - parent: 2 - - uid: 1676 + pos: 12.5,0.5 + parent: 14592 + - uid: 15362 components: - type: Transform - pos: -34.5,-23.5 - parent: 2 - - uid: 1677 + pos: 1.5,0.5 + parent: 14592 + - uid: 15363 components: - type: Transform - pos: -35.5,-23.5 - parent: 2 - - uid: 1678 + pos: -1.5,0.5 + parent: 14592 + - uid: 15364 components: - type: Transform - pos: -36.5,-23.5 - parent: 2 - - uid: 1679 + pos: -4.5,-3.5 + parent: 14592 + - uid: 15365 components: - type: Transform - pos: -37.5,-23.5 - parent: 2 - - uid: 1680 + pos: -8.5,-1.5 + parent: 14592 + - uid: 15366 components: - type: Transform - pos: -37.5,-22.5 - parent: 2 - - uid: 1681 + pos: -8.5,-4.5 + parent: 14592 + - uid: 15367 components: - type: Transform - pos: -33.5,-29.5 - parent: 2 - - uid: 1682 + pos: -8.5,-7.5 + parent: 14592 + - uid: 15368 components: - type: Transform - pos: -33.5,-30.5 + pos: -63.5,-0.5 parent: 2 - - uid: 1683 + - uid: 15443 components: - type: Transform - pos: -34.5,-30.5 + pos: -58.5,-17.5 parent: 2 - - uid: 1684 + - uid: 15470 components: - type: Transform - pos: -35.5,-30.5 + pos: -58.5,-26.5 parent: 2 - - uid: 1685 + - uid: 15475 components: - type: Transform - pos: -36.5,-30.5 + pos: -51.5,-26.5 parent: 2 - - uid: 1686 + - uid: 15486 components: - type: Transform - pos: -46.5,-17.5 + pos: -60.5,83.5 parent: 2 - - uid: 1687 + - uid: 15487 components: - type: Transform - pos: -46.5,-18.5 - parent: 2 - - uid: 1688 + rot: 3.141592653589793 rad + pos: 12.5,7.5 + parent: 14592 + - uid: 15489 components: - type: Transform - pos: -46.5,-19.5 - parent: 2 - - uid: 1689 + pos: -4.5,-9.5 + parent: 14592 + - uid: 15490 components: - type: Transform - pos: -45.5,-19.5 - parent: 2 - - uid: 1690 + pos: 4.5,-10.5 + parent: 14592 + - uid: 15491 components: - type: Transform - pos: -45.5,-20.5 - parent: 2 - - uid: 1691 + pos: 7.5,-10.5 + parent: 14592 + - uid: 15492 components: - type: Transform - pos: -45.5,-21.5 - parent: 2 - - uid: 1692 + pos: -7.5,-3.5 + parent: 14592 + - uid: 15493 components: - type: Transform - pos: -44.5,-21.5 - parent: 2 - - uid: 1693 + pos: -3.5,-3.5 + parent: 14592 + - uid: 15494 components: - type: Transform - pos: -44.5,-22.5 + pos: -61.5,-10.5 parent: 2 - - uid: 1694 + - uid: 15497 components: - type: Transform - pos: -44.5,-23.5 + pos: -52.5,-27.5 parent: 2 - - uid: 1695 + - uid: 15500 components: - type: Transform - pos: -43.5,-23.5 + pos: -91.5,65.5 parent: 2 - - uid: 1696 + - uid: 15501 components: - type: Transform - pos: -42.5,-23.5 + pos: -67.5,-0.5 parent: 2 - - uid: 1697 + - uid: 15502 components: - type: Transform - pos: -41.5,-23.5 + pos: -65.5,-0.5 parent: 2 - - uid: 1698 + - uid: 15506 components: - type: Transform - pos: -40.5,-23.5 + pos: -65.5,-2.5 parent: 2 - - uid: 1699 + - uid: 15511 components: - type: Transform - pos: -39.5,-23.5 - parent: 2 - - uid: 1700 + pos: 0.5,4.5 + parent: 14592 + - uid: 15512 components: - type: Transform - pos: -38.5,-23.5 + pos: -63.5,-1.5 parent: 2 - - uid: 1701 + - uid: 15513 components: - type: Transform - pos: -43.5,-24.5 + pos: -60.5,82.5 parent: 2 - - uid: 1702 + - uid: 15517 components: - type: Transform - pos: -43.5,-25.5 + pos: -57.5,-13.5 parent: 2 - - uid: 1703 + - uid: 15518 components: - type: Transform - pos: -42.5,-24.5 - parent: 2 - - uid: 1704 + pos: -0.5,4.5 + parent: 14592 + - uid: 15519 components: - type: Transform - pos: -42.5,-25.5 - parent: 2 - - uid: 1705 + pos: -1.5,4.5 + parent: 14592 + - uid: 15520 components: - type: Transform - pos: -42.5,-26.5 - parent: 2 - - uid: 1706 + pos: -2.5,4.5 + parent: 14592 + - uid: 15523 components: - type: Transform - pos: -41.5,-26.5 - parent: 2 - - uid: 1708 + pos: 0.5,1.5 + parent: 14592 + - uid: 15524 components: - type: Transform - pos: -41.5,-28.5 - parent: 2 - - uid: 1709 + pos: 0.5,2.5 + parent: 14592 + - uid: 15525 components: - type: Transform - pos: -40.5,-28.5 - parent: 2 - - uid: 1710 + pos: 0.5,3.5 + parent: 14592 + - uid: 15733 components: - type: Transform - pos: -40.5,-29.5 + pos: -61.5,-25.5 parent: 2 - - uid: 1711 + - uid: 15753 components: - type: Transform - pos: -39.5,-29.5 + pos: -58.5,-16.5 parent: 2 - - uid: 1712 + - uid: 15772 components: - type: Transform - pos: -37.5,-30.5 + pos: -57.5,-19.5 parent: 2 - - uid: 1713 + - uid: 15775 components: - type: Transform - pos: -38.5,-30.5 + pos: -56.5,-13.5 parent: 2 - - uid: 1714 + - uid: 15776 components: - type: Transform - pos: -39.5,-30.5 + pos: -58.5,-18.5 parent: 2 - - uid: 1715 + - uid: 15847 components: - type: Transform - pos: -25.5,-31.5 + rot: 3.141592653589793 rad + pos: -5.5,0.5 parent: 2 - - uid: 1716 + - uid: 15864 components: - type: Transform - pos: -25.5,-32.5 + rot: 3.141592653589793 rad + pos: -5.5,-0.5 parent: 2 - - uid: 1717 + - uid: 15866 components: - type: Transform - pos: -25.5,-33.5 + rot: 3.141592653589793 rad + pos: -5.5,-1.5 parent: 2 - - uid: 1718 + - uid: 15867 components: - type: Transform - pos: -25.5,-34.5 + pos: -61.5,83.5 parent: 2 - - uid: 1719 + - uid: 16465 components: - type: Transform - pos: -26.5,-34.5 + pos: -56.5,-22.5 parent: 2 - - uid: 1720 + - uid: 16868 components: - type: Transform - pos: -27.5,-34.5 + pos: -57.5,-3.5 parent: 2 - - uid: 1721 + - uid: 16869 components: - type: Transform - pos: -28.5,-34.5 + pos: -57.5,0.5 parent: 2 - - uid: 1722 + - uid: 16903 components: - type: Transform - pos: -29.5,-34.5 + pos: -61.5,-7.5 parent: 2 - - uid: 1725 + - uid: 17587 components: - type: Transform - pos: -34.5,-34.5 + pos: -81.5,70.5 parent: 2 - - uid: 1726 + - uid: 17593 components: - type: Transform - pos: -36.5,-34.5 + pos: -86.5,70.5 parent: 2 - - uid: 1727 + - uid: 17596 components: - type: Transform - pos: -36.5,-33.5 + pos: -89.5,71.5 parent: 2 - - uid: 1728 + - uid: 17601 components: - type: Transform - pos: -36.5,-32.5 + rot: 3.141592653589793 rad + pos: -9.5,41.5 parent: 2 - - uid: 1729 + - uid: 17619 components: - type: Transform - pos: -36.5,-31.5 + rot: 3.141592653589793 rad + pos: -73.5,77.5 parent: 2 - - uid: 1730 + - uid: 17680 components: - type: Transform - pos: -37.5,-32.5 + rot: 3.141592653589793 rad + pos: -80.5,73.5 parent: 2 - - uid: 1731 + - uid: 17681 components: - type: Transform - pos: -37.5,-31.5 + pos: -90.5,83.5 parent: 2 - - uid: 1732 + - uid: 18343 components: - type: Transform - pos: -38.5,-31.5 + pos: -91.5,69.5 parent: 2 - - uid: 1733 + - uid: 18345 components: - type: Transform - pos: -27.5,-36.5 + pos: -63.5,3.5 parent: 2 - - uid: 1734 + - uid: 18346 components: - type: Transform - pos: -27.5,-35.5 + pos: -57.5,-21.5 parent: 2 - - uid: 1735 + - uid: 18443 components: - type: Transform - pos: -27.5,-40.5 + pos: -65.5,86.5 parent: 2 - - uid: 1736 + - uid: 18445 components: - type: Transform - pos: -26.5,-40.5 + pos: -50.5,-26.5 parent: 2 - - uid: 1760 + - uid: 18451 components: - type: Transform - pos: -24.5,-34.5 + pos: -51.5,-27.5 parent: 2 - - uid: 1761 + - uid: 18532 components: - type: Transform - pos: -24.5,-35.5 + pos: -51.5,-23.5 parent: 2 - - uid: 1763 + - uid: 18567 components: - type: Transform - pos: -26.5,-42.5 + rot: 3.141592653589793 rad + pos: 17.5,-34.5 parent: 2 - - uid: 1765 + - uid: 18627 components: - type: Transform - pos: -25.5,-43.5 + pos: 27.5,39.5 parent: 2 - - uid: 1766 + - uid: 18630 components: - type: Transform - pos: -21.5,-43.5 + rot: 3.141592653589793 rad + pos: -80.5,72.5 parent: 2 - - uid: 1767 + - uid: 19246 components: - type: Transform - pos: -21.5,-42.5 + pos: -60.5,-2.5 parent: 2 - - uid: 1768 + - uid: 19247 components: - type: Transform - pos: -21.5,-41.5 + pos: -69.5,74.5 parent: 2 - - uid: 1769 + - uid: 19295 components: - type: Transform - pos: -21.5,-40.5 + pos: -57.5,76.5 parent: 2 - - uid: 1770 + - uid: 19296 components: - type: Transform - pos: -21.5,-39.5 + pos: -69.5,75.5 parent: 2 - - uid: 1771 + - uid: 19298 components: - type: Transform - pos: -21.5,-38.5 + pos: -91.5,77.5 parent: 2 - - uid: 1772 + - uid: 19299 components: - type: Transform - pos: -21.5,-37.5 + pos: -89.5,62.5 parent: 2 - - uid: 1773 + - uid: 19300 components: - type: Transform - pos: -21.5,-36.5 + pos: -83.5,56.5 parent: 2 - - uid: 1775 + - uid: 19301 components: - type: Transform - pos: -21.5,-35.5 + pos: -85.5,57.5 parent: 2 - - uid: 1776 + - uid: 19302 components: - type: Transform - pos: -21.5,-33.5 + pos: -85.5,86.5 parent: 2 - - uid: 1779 + - uid: 19303 components: - type: Transform - pos: -20.5,-31.5 + pos: -87.5,58.5 parent: 2 - - uid: 1780 + - uid: 19305 components: - type: Transform - pos: -19.5,-31.5 + pos: -89.5,82.5 parent: 2 - - uid: 1781 + - uid: 19306 components: - type: Transform - pos: -17.5,-32.5 + pos: -89.5,81.5 parent: 2 - - uid: 1782 + - uid: 19307 components: - type: Transform - pos: -21.5,-31.5 + pos: -58.5,77.5 parent: 2 - - uid: 1783 + - uid: 19309 components: - type: Transform - pos: -21.5,-30.5 + pos: -91.5,66.5 parent: 2 - - uid: 1784 + - uid: 19310 components: - type: Transform - pos: -21.5,-29.5 + pos: -57.5,75.5 parent: 2 - - uid: 1785 + - uid: 19311 components: - type: Transform - pos: -21.5,-28.5 + pos: -66.5,73.5 parent: 2 - - uid: 1786 + - uid: 19312 components: - type: Transform - pos: -8.5,-25.5 + pos: -69.5,76.5 parent: 2 - - uid: 1787 + - uid: 19314 components: - type: Transform - pos: -8.5,-26.5 + pos: -87.5,59.5 parent: 2 - - uid: 1788 + - uid: 19319 components: - type: Transform - pos: -9.5,-27.5 + pos: -87.5,84.5 parent: 2 - - uid: 1789 + - uid: 19321 components: - type: Transform - pos: -9.5,-28.5 + pos: -59.5,81.5 parent: 2 - - uid: 1790 + - uid: 19322 components: - type: Transform - pos: -9.5,-29.5 + pos: -90.5,77.5 parent: 2 - - uid: 1791 + - uid: 19324 components: - type: Transform - pos: -9.5,-30.5 + pos: -89.5,61.5 parent: 2 - - uid: 1792 + - uid: 19325 components: - type: Transform - pos: -9.5,-31.5 + pos: -85.5,56.5 parent: 2 - - uid: 1793 + - uid: 19326 components: - type: Transform - pos: -9.5,-32.5 + pos: -91.5,72.5 parent: 2 - - uid: 1794 + - uid: 19327 components: - type: Transform - pos: -9.5,-33.5 + pos: -83.5,86.5 parent: 2 - - uid: 1795 + - uid: 19330 components: - type: Transform - pos: -9.5,-34.5 + pos: -80.5,54.5 parent: 2 - - uid: 1796 + - uid: 19331 components: - type: Transform - pos: -9.5,-35.5 + pos: -66.5,87.5 parent: 2 - - uid: 1797 + - uid: 19333 components: - type: Transform - pos: -9.5,-36.5 + pos: -59.5,82.5 parent: 2 - - uid: 1798 + - uid: 19334 components: - type: Transform - pos: -9.5,-37.5 + pos: -90.5,78.5 parent: 2 - - uid: 1799 + - uid: 19335 components: - type: Transform - pos: -9.5,-38.5 + pos: -90.5,64.5 parent: 2 - - uid: 1800 + - uid: 19336 components: - type: Transform - pos: -10.5,-27.5 + pos: -84.5,56.5 parent: 2 - - uid: 1801 + - uid: 19337 components: - type: Transform - pos: -10.5,-28.5 + pos: -91.5,75.5 parent: 2 - - uid: 1802 + - uid: 19339 components: - type: Transform - pos: -10.5,-29.5 + pos: -71.5,76.5 parent: 2 - - uid: 1803 + - uid: 19341 components: - type: Transform - pos: -10.5,-30.5 + pos: -71.5,77.5 parent: 2 - - uid: 1804 + - uid: 19343 components: - type: Transform - pos: -10.5,-31.5 + pos: -90.5,81.5 parent: 2 - - uid: 1805 + - uid: 19344 components: - type: Transform - pos: -10.5,-32.5 + pos: -77.5,76.5 parent: 2 - - uid: 1806 + - uid: 19345 components: - type: Transform - pos: -10.5,-33.5 + pos: -90.5,79.5 parent: 2 - - uid: 1807 + - uid: 19346 components: - type: Transform - pos: -10.5,-34.5 + pos: -91.5,68.5 parent: 2 - - uid: 1808 + - uid: 19347 components: - type: Transform - pos: -10.5,-35.5 + pos: -80.5,88.5 parent: 2 - - uid: 1809 + - uid: 19348 components: - type: Transform - pos: -10.5,-36.5 + pos: -91.5,71.5 parent: 2 - - uid: 1810 + - uid: 19349 components: - type: Transform - pos: -10.5,-37.5 + pos: -84.5,86.5 parent: 2 - - uid: 1811 + - uid: 19350 components: - type: Transform - pos: -10.5,-38.5 + pos: -80.5,74.5 parent: 2 - - uid: 1812 + - uid: 19352 components: - type: Transform - pos: -16.5,-32.5 + pos: -84.5,87.5 parent: 2 - - uid: 1813 + - uid: 19353 components: - type: Transform - pos: -15.5,-32.5 + pos: -77.5,77.5 parent: 2 - - uid: 1814 + - uid: 19354 components: - type: Transform - pos: -14.5,-32.5 + pos: -78.5,76.5 parent: 2 - - uid: 1815 + - uid: 19355 components: - type: Transform - pos: -13.5,-32.5 + pos: -79.5,76.5 parent: 2 - - uid: 1816 + - uid: 19356 components: - type: Transform - pos: -12.5,-32.5 + pos: -90.5,80.5 parent: 2 - - uid: 1817 + - uid: 19357 components: - type: Transform - pos: -11.5,-32.5 + pos: -80.5,55.5 parent: 2 - - uid: 1818 + - uid: 19359 components: - type: Transform - pos: -14.5,-33.5 + pos: -91.5,73.5 parent: 2 - - uid: 1819 + - uid: 19361 components: - type: Transform - pos: -14.5,-35.5 + pos: -73.5,61.5 parent: 2 - - uid: 1820 + - uid: 19363 components: - type: Transform - pos: -14.5,-36.5 + pos: -76.5,63.5 parent: 2 - - uid: 1821 + - uid: 19364 components: - type: Transform - pos: -14.5,-37.5 + pos: -80.5,68.5 parent: 2 - - uid: 1822 + - uid: 19365 components: - type: Transform - pos: -16.5,-37.5 + pos: -80.5,69.5 parent: 2 - - uid: 1823 + - uid: 19366 components: - type: Transform - pos: -20.5,-37.5 + pos: -79.5,66.5 parent: 2 - - uid: 1824 + - uid: 19367 components: - type: Transform - pos: -20.5,-42.5 + pos: -89.5,80.5 parent: 2 - - uid: 1825 + - uid: 19368 components: - type: Transform - pos: -19.5,-42.5 + pos: -90.5,65.5 parent: 2 - - uid: 1826 + - uid: 19369 components: - type: Transform - pos: -18.5,-42.5 + pos: -77.5,64.5 parent: 2 - - uid: 1827 + - uid: 19370 components: - type: Transform - pos: -17.5,-42.5 + pos: -74.5,62.5 parent: 2 - - uid: 1828 + - uid: 19371 components: - type: Transform - pos: -16.5,-42.5 + pos: -74.5,61.5 parent: 2 - - uid: 1829 + - uid: 19372 components: - type: Transform - pos: -15.5,-42.5 + pos: -73.5,60.5 parent: 2 - - uid: 1830 + - uid: 19373 components: - type: Transform - pos: -14.5,-42.5 + pos: -86.5,76.5 parent: 2 - - uid: 1831 + - uid: 19374 components: - type: Transform - pos: -14.5,-41.5 + pos: -75.5,63.5 parent: 2 - - uid: 1832 + - uid: 19375 components: - type: Transform - pos: -14.5,-40.5 + pos: -79.5,68.5 parent: 2 - - uid: 1833 + - uid: 19376 components: - type: Transform - pos: -14.5,-39.5 + pos: -77.5,66.5 parent: 2 - - uid: 1834 + - uid: 19377 components: - type: Transform - pos: -14.5,-38.5 + pos: -78.5,66.5 parent: 2 - - uid: 1835 + - uid: 19378 components: - type: Transform - pos: -13.5,-42.5 + pos: -91.5,67.5 parent: 2 - - uid: 1836 + - uid: 19379 components: - type: Transform - pos: -13.5,-43.5 + pos: -82.5,55.5 parent: 2 - - uid: 1837 + - uid: 19380 components: - type: Transform - pos: -13.5,-45.5 + pos: -79.5,75.5 parent: 2 - - uid: 1838 + - uid: 19381 components: - type: Transform - pos: -13.5,-46.5 + pos: -76.5,64.5 parent: 2 - - uid: 1839 + - uid: 19385 components: - type: Transform - pos: -14.5,-46.5 + pos: -75.5,62.5 parent: 2 - - uid: 1840 + - uid: 19599 components: - type: Transform - pos: -15.5,-46.5 + pos: -25.5,17.5 parent: 2 - - uid: 1841 + - uid: 19605 components: - type: Transform - pos: -16.5,-46.5 + pos: -80.5,62.5 parent: 2 - - uid: 1842 + - uid: 19956 components: - type: Transform - pos: -17.5,-46.5 + pos: -59.5,72.5 parent: 2 - - uid: 1843 + - uid: 19957 components: - type: Transform - pos: -18.5,-46.5 + pos: -79.5,67.5 parent: 2 - - uid: 1844 + - uid: 19958 components: - type: Transform - pos: -19.5,-46.5 + pos: -77.5,65.5 parent: 2 - - uid: 1845 + - uid: 19960 components: - type: Transform - pos: -19.5,-45.5 + pos: -81.5,55.5 parent: 2 - - uid: 1846 + - uid: 19961 components: - type: Transform - pos: -20.5,-45.5 + pos: -62.5,69.5 parent: 2 - - uid: 1847 + - uid: 19962 components: - type: Transform - pos: -21.5,-45.5 + pos: -63.5,70.5 parent: 2 - - uid: 1848 + - uid: 20008 components: - type: Transform - pos: -21.5,-44.5 + pos: -57.5,74.5 parent: 2 - - uid: 1854 + - uid: 20009 components: - type: Transform - pos: -36.5,-57.5 + pos: -65.5,71.5 parent: 2 - - uid: 1874 + - uid: 20011 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-6.5 + pos: -72.5,60.5 parent: 2 - - uid: 1878 + - uid: 20012 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-15.5 + pos: -62.5,70.5 parent: 2 - - uid: 1885 + - uid: 20013 components: - type: Transform - pos: 9.5,-25.5 + pos: -67.5,74.5 parent: 2 - - uid: 1886 + - uid: 20014 components: - type: Transform - pos: 9.5,-26.5 + pos: -91.5,70.5 parent: 2 - - uid: 1887 + - uid: 20015 components: - type: Transform - pos: 10.5,-25.5 + pos: -83.5,55.5 parent: 2 - - uid: 1888 + - uid: 20279 components: - type: Transform - pos: 10.5,-26.5 + pos: -63.5,69.5 parent: 2 - - uid: 1889 + - uid: 20294 components: - type: Transform - pos: 11.5,-25.5 + pos: -57.5,73.5 parent: 2 - - uid: 1890 + - uid: 20295 components: - type: Transform - pos: 11.5,-26.5 + pos: -57.5,72.5 parent: 2 - - uid: 1891 + - uid: 20296 components: - type: Transform - pos: 10.5,-27.5 + pos: -64.5,70.5 parent: 2 - - uid: 1892 + - uid: 20298 components: - type: Transform - pos: 10.5,-28.5 + pos: -58.5,69.5 parent: 2 - - uid: 1893 + - uid: 20299 components: - type: Transform - pos: 10.5,-29.5 + pos: -62.5,72.5 parent: 2 - - uid: 1894 + - uid: 20309 components: - type: Transform - pos: 10.5,-30.5 + pos: -62.5,71.5 parent: 2 - - uid: 1895 + - uid: 20310 components: - type: Transform - pos: 10.5,-31.5 + pos: -68.5,74.5 parent: 2 - - uid: 1896 + - uid: 20312 components: - type: Transform - pos: 10.5,-32.5 + pos: -73.5,59.5 parent: 2 - - uid: 1897 + - uid: 20313 components: - type: Transform - pos: 10.5,-33.5 + pos: -72.5,59.5 parent: 2 - - uid: 1900 + - uid: 20314 components: - type: Transform - pos: 11.5,-27.5 + pos: -72.5,58.5 parent: 2 - - uid: 1901 + - uid: 20315 components: - type: Transform - pos: 11.5,-28.5 + pos: -75.5,59.5 parent: 2 - - uid: 1902 + - uid: 20316 components: - type: Transform - pos: 11.5,-29.5 + pos: -74.5,55.5 parent: 2 - - uid: 1903 + - uid: 20317 components: - type: Transform - pos: 11.5,-30.5 + pos: -72.5,55.5 parent: 2 - - uid: 1904 + - uid: 20334 components: - type: Transform - pos: 11.5,-31.5 + pos: -75.5,56.5 parent: 2 - - uid: 1905 + - uid: 20335 components: - type: Transform - pos: 11.5,-32.5 + pos: -75.5,58.5 parent: 2 - - uid: 1906 + - uid: 20336 components: - type: Transform - pos: 0.5,-60.5 + pos: -58.5,71.5 parent: 2 - - uid: 1909 + - uid: 20339 components: - type: Transform - pos: -8.5,-33.5 + pos: -58.5,70.5 parent: 2 - - uid: 1910 + - uid: 20340 components: - type: Transform - pos: -7.5,-33.5 + pos: -61.5,69.5 parent: 2 - - uid: 1911 + - uid: 20341 components: - type: Transform - pos: -7.5,-32.5 + pos: -58.5,72.5 parent: 2 - - uid: 1912 + - uid: 20358 components: - type: Transform - pos: -6.5,-32.5 + pos: -59.5,69.5 parent: 2 - - uid: 1913 + - uid: 20373 components: - type: Transform - pos: -4.5,-32.5 + pos: -61.5,72.5 parent: 2 - - uid: 1914 + - uid: 20380 components: - type: Transform - pos: -3.5,-32.5 + pos: -62.5,57.5 parent: 2 - - uid: 1915 + - uid: 20867 components: - type: Transform - pos: -3.5,-33.5 + pos: -75.5,55.5 parent: 2 - - uid: 1916 + - uid: 21113 components: - type: Transform - pos: -2.5,-33.5 + rot: 1.5707963267948966 rad + pos: 76.5,37.5 parent: 2 - - uid: 1917 + - uid: 21118 components: - type: Transform - pos: -1.5,-33.5 + pos: 63.5,39.5 parent: 2 - - uid: 1918 + - uid: 21122 components: - type: Transform - pos: -1.5,-34.5 + rot: 1.5707963267948966 rad + pos: 76.5,39.5 parent: 2 - - uid: 1919 + - uid: 21131 components: - type: Transform - pos: -1.5,-35.5 + rot: 1.5707963267948966 rad + pos: 80.5,44.5 parent: 2 - - uid: 1920 + - uid: 21773 components: - type: Transform - pos: 2.5,-33.5 + pos: -84.5,70.5 parent: 2 - - uid: 1921 + - uid: 21775 components: - type: Transform - pos: 2.5,-34.5 + pos: -83.5,87.5 parent: 2 - - uid: 1922 + - uid: 21776 components: - type: Transform - pos: 2.5,-35.5 + pos: -82.5,87.5 parent: 2 - - uid: 1923 + - uid: 21777 components: - type: Transform - pos: 3.5,-33.5 + pos: -81.5,87.5 parent: 2 - - uid: 1924 + - uid: 21778 components: - type: Transform - pos: 4.5,-33.5 + pos: -80.5,87.5 parent: 2 - - uid: 1925 + - uid: 23714 components: - type: Transform - pos: 4.5,-32.5 + pos: -62.5,84.5 parent: 2 - - uid: 1926 + - uid: 23755 components: - type: Transform - pos: 5.5,-32.5 + pos: 73.5,-3.5 parent: 2 - - uid: 1927 + - uid: 23760 components: - type: Transform - pos: 7.5,-32.5 + pos: 68.5,-4.5 parent: 2 - - uid: 1928 + - uid: 23972 components: - type: Transform - pos: 8.5,-32.5 + pos: -80.5,70.5 parent: 2 - - uid: 1929 + - uid: 23995 components: - type: Transform - pos: 8.5,-33.5 + pos: 57.5,-45.5 parent: 2 - - uid: 1930 + - uid: 24018 components: - type: Transform - pos: 9.5,-33.5 + pos: 56.5,-45.5 parent: 2 - - uid: 1931 + - uid: 24054 components: - type: Transform - pos: -1.5,-39.5 + pos: 56.5,-46.5 parent: 2 - - uid: 1932 + - uid: 24055 components: - type: Transform - pos: -1.5,-40.5 + pos: 56.5,-47.5 parent: 2 - - uid: 1933 + - uid: 24056 components: - type: Transform - pos: -2.5,-40.5 + pos: 55.5,-47.5 parent: 2 - - uid: 1934 + - uid: 24057 components: - type: Transform - pos: -4.5,-40.5 + pos: 54.5,-47.5 parent: 2 - - uid: 1935 + - uid: 24250 components: - type: Transform - pos: -5.5,-40.5 + rot: 3.141592653589793 rad + pos: -12.5,41.5 parent: 2 - - uid: 1936 + - uid: 24269 components: - type: Transform - pos: -6.5,-40.5 + pos: 53.5,-47.5 parent: 2 - - uid: 1937 + - uid: 24270 components: - type: Transform - pos: -7.5,-40.5 + pos: 66.5,-37.5 parent: 2 - - uid: 1938 + - uid: 24272 components: - type: Transform - pos: -8.5,-40.5 + pos: 64.5,-38.5 parent: 2 - - uid: 1939 + - uid: 24579 components: - type: Transform - pos: -9.5,-40.5 + pos: -65.5,72.5 parent: 2 - - uid: 1940 + - uid: 24605 components: - type: Transform - pos: -9.5,-39.5 + pos: -74.5,59.5 parent: 2 - - uid: 1941 + - uid: 24682 components: - type: Transform - pos: -10.5,-40.5 + pos: -69.5,57.5 parent: 2 - - uid: 1942 + - uid: 24738 components: - type: Transform - pos: -10.5,-39.5 + pos: -68.5,54.5 parent: 2 - - uid: 1943 + - uid: 24859 components: - type: Transform - pos: 2.5,-39.5 + rot: 3.141592653589793 rad + pos: 41.5,45.5 parent: 2 - - uid: 1944 + - uid: 25820 components: - type: Transform - pos: 2.5,-40.5 + pos: -65.5,38.5 parent: 2 - - uid: 1945 + - uid: 26054 components: - type: Transform - pos: 2.5,-38.5 + pos: -67.5,30.5 parent: 2 - - uid: 1946 + - uid: 26066 components: - type: Transform - pos: 2.5,-37.5 + pos: -67.5,33.5 parent: 2 - - uid: 1947 + - uid: 26127 components: - type: Transform - pos: 2.5,-36.5 + pos: -65.5,41.5 parent: 2 - - uid: 1948 + - uid: 26170 components: - type: Transform - pos: 3.5,-40.5 + pos: -65.5,54.5 parent: 2 - - uid: 1949 + - uid: 26175 components: - type: Transform - pos: 4.5,-40.5 + pos: -60.5,62.5 parent: 2 - - uid: 1950 + - uid: 26176 components: - type: Transform - pos: 5.5,-40.5 + pos: -59.5,66.5 parent: 2 - - uid: 1951 + - uid: 26177 components: - type: Transform - pos: 6.5,-40.5 + pos: -56.5,60.5 parent: 2 - - uid: 1952 + - uid: 26179 components: - type: Transform - pos: 7.5,-40.5 + pos: -67.5,28.5 parent: 2 - - uid: 1953 + - uid: 26187 components: - type: Transform - pos: 8.5,-40.5 + pos: -61.5,82.5 parent: 2 - - uid: 1959 + - uid: 26191 components: - type: Transform - pos: -1.5,-41.5 + pos: -66.5,-8.5 parent: 2 - - uid: 1960 + - uid: 26197 components: - type: Transform - pos: -1.5,-42.5 + pos: -79.5,85.5 parent: 2 - - uid: 1961 + - uid: 26198 components: - type: Transform - pos: -6.5,-41.5 + pos: -89.5,77.5 parent: 2 - - uid: 1962 + - uid: 26201 components: - type: Transform - pos: -6.5,-43.5 + pos: -79.5,84.5 parent: 2 - - uid: 1964 + - uid: 26204 components: - type: Transform - pos: -8.5,-43.5 + pos: -88.5,76.5 parent: 2 - - uid: 1965 + - uid: 26205 components: - type: Transform - pos: -9.5,-43.5 + pos: -87.5,76.5 parent: 2 - - uid: 1966 + - uid: 26571 components: - type: Transform - pos: -10.5,-43.5 + pos: -85.5,76.5 parent: 2 - - uid: 1967 + - uid: 26576 components: - type: Transform - pos: -10.5,-42.5 + pos: -79.5,81.5 parent: 2 - - uid: 1968 + - uid: 26580 components: - type: Transform - pos: -10.5,-41.5 + pos: -79.5,79.5 parent: 2 - - uid: 1969 + - uid: 26595 components: - type: Transform - pos: -10.5,-45.5 + pos: -84.5,76.5 parent: 2 - - uid: 1970 + - uid: 26616 components: - type: Transform - pos: -10.5,-46.5 + pos: -79.5,78.5 parent: 2 - - uid: 1971 + - uid: 26618 components: - type: Transform - pos: -10.5,-47.5 + pos: -79.5,77.5 parent: 2 - - uid: 1972 + - uid: 26621 components: - type: Transform - pos: -9.5,-47.5 + pos: -69.5,84.5 parent: 2 - - uid: 1973 + - uid: 26978 components: - type: Transform - pos: -7.5,-47.5 + rot: 3.141592653589793 rad + pos: -80.5,60.5 parent: 2 - - uid: 1974 + - uid: 26998 components: - type: Transform - pos: -4.5,-47.5 + rot: 3.141592653589793 rad + pos: 54.5,-44.5 parent: 2 - - uid: 1975 + - uid: 26999 components: - type: Transform - pos: -2.5,-47.5 + pos: -41.5,34.5 parent: 2 - - uid: 1976 + - uid: 27000 components: - type: Transform - pos: -1.5,-47.5 + pos: -40.5,34.5 parent: 2 - - uid: 1977 + - uid: 27002 components: - type: Transform - pos: -1.5,-46.5 + pos: -43.5,27.5 parent: 2 - - uid: 1978 + - uid: 27010 components: - type: Transform - pos: -1.5,-45.5 + pos: -36.5,34.5 parent: 2 - - uid: 1979 + - uid: 27016 components: - type: Transform - pos: -1.5,-44.5 + pos: 43.5,-30.5 parent: 2 - - uid: 1984 + - uid: 27021 components: - type: Transform - pos: -10.5,-48.5 + pos: -86.5,87.5 parent: 2 - - uid: 1985 + - uid: 27075 components: - type: Transform - pos: -10.5,-49.5 + pos: -79.5,83.5 parent: 2 - - uid: 1986 + - uid: 27194 components: - type: Transform - pos: -12.5,-48.5 + pos: 63.5,32.5 parent: 2 - - uid: 1987 + - uid: 27195 components: - type: Transform - pos: -13.5,-48.5 + pos: 63.5,33.5 parent: 2 - - uid: 1989 + - uid: 27257 components: - type: Transform - pos: -14.5,-47.5 + pos: -85.5,87.5 parent: 2 - - uid: 1990 + - uid: 27379 components: - type: Transform - pos: -14.5,-48.5 + rot: -1.5707963267948966 rad + pos: 32.5,63.5 parent: 2 - - uid: 1991 + - uid: 27464 components: - type: Transform - pos: -1.5,-48.5 + rot: 1.5707963267948966 rad + pos: -79.5,74.5 parent: 2 - - uid: 1992 + - uid: 27468 components: - type: Transform - pos: -1.5,-49.5 + rot: 3.141592653589793 rad + pos: -80.5,56.5 parent: 2 - - uid: 2003 + - uid: 27480 components: - type: Transform - pos: -41.5,-49.5 + pos: -69.5,86.5 parent: 2 - - uid: 2004 + - uid: 27483 components: - type: Transform - pos: -40.5,-49.5 + pos: -81.5,76.5 parent: 2 - - uid: 2005 + - uid: 27484 components: - type: Transform - pos: -35.5,-49.5 + pos: -80.5,76.5 parent: 2 - - uid: 2006 + - uid: 27487 components: - type: Transform - pos: -36.5,-49.5 + pos: -80.5,65.5 parent: 2 - - uid: 2008 + - uid: 27551 components: - type: Transform - pos: -41.5,-50.5 + pos: 64.5,44.5 parent: 2 - - uid: 2009 + - uid: 27612 components: - type: Transform - pos: -41.5,-51.5 + pos: -80.5,67.5 parent: 2 - - uid: 2010 + - uid: 27618 components: - type: Transform - pos: -41.5,-52.5 + pos: -69.5,83.5 parent: 2 - - uid: 2011 + - uid: 27619 components: - type: Transform - pos: -41.5,-53.5 + pos: -69.5,81.5 parent: 2 - - uid: 2012 + - uid: 27620 components: - type: Transform - pos: -35.5,-50.5 + pos: -69.5,80.5 parent: 2 - - uid: 2013 + - uid: 27621 components: - type: Transform - pos: -35.5,-51.5 + pos: -69.5,79.5 parent: 2 - - uid: 2014 + - uid: 27622 components: - type: Transform - pos: -35.5,-52.5 + pos: -69.5,78.5 parent: 2 - - uid: 2015 + - uid: 27623 components: - type: Transform - pos: -35.5,-53.5 + pos: -69.5,77.5 parent: 2 - - uid: 2016 + - uid: 27624 components: - type: Transform - pos: -41.5,-54.5 + pos: -86.5,84.5 parent: 2 - - uid: 2017 + - uid: 27634 components: - type: Transform - pos: -35.5,-54.5 + pos: -83.5,76.5 parent: 2 - - uid: 2018 + - uid: 27635 components: - type: Transform - pos: -41.5,-55.5 + rot: 3.141592653589793 rad + pos: 56.5,-44.5 parent: 2 - - uid: 2019 + - uid: 27645 components: - type: Transform - pos: -40.5,-55.5 + pos: -74.5,84.5 parent: 2 - - uid: 2020 + - uid: 27660 components: - type: Transform - pos: -40.5,-56.5 + pos: -74.5,80.5 parent: 2 - - uid: 2021 + - uid: 28277 components: - type: Transform - pos: -36.5,-56.5 + pos: 64.5,46.5 parent: 2 - - uid: 2022 + - uid: 28395 components: - type: Transform - pos: -35.5,-56.5 + pos: 63.5,47.5 parent: 2 - - uid: 2023 + - uid: 29205 components: - type: Transform - pos: -35.5,-55.5 + rot: -1.5707963267948966 rad + pos: 66.5,32.5 parent: 2 - - uid: 2024 + - uid: 29226 components: - type: Transform - pos: -36.5,-58.5 + rot: -1.5707963267948966 rad + pos: 67.5,32.5 parent: 2 - - uid: 2025 + - uid: 29227 components: - type: Transform - pos: -35.5,-57.5 + rot: -1.5707963267948966 rad + pos: 68.5,32.5 parent: 2 - - uid: 2026 + - uid: 29228 components: - type: Transform - pos: -35.5,-58.5 + rot: -1.5707963267948966 rad + pos: 71.5,32.5 parent: 2 - - uid: 2027 + - uid: 29229 components: - type: Transform - pos: -35.5,-59.5 + rot: -1.5707963267948966 rad + pos: 69.5,32.5 parent: 2 - - uid: 2028 + - uid: 29230 components: - type: Transform - pos: -34.5,-59.5 + rot: -1.5707963267948966 rad + pos: 70.5,32.5 parent: 2 - - uid: 2029 + - uid: 29249 components: - type: Transform - pos: -34.5,-60.5 + rot: 1.5707963267948966 rad + pos: 76.5,38.5 parent: 2 - - uid: 2030 + - uid: 29250 components: - type: Transform - pos: -33.5,-60.5 + pos: 62.5,49.5 parent: 2 - - uid: 2031 + - uid: 29251 components: - type: Transform - pos: -33.5,-61.5 + pos: 61.5,53.5 parent: 2 - - uid: 2032 + - uid: 29253 components: - type: Transform - pos: -32.5,-61.5 + pos: 63.5,37.5 parent: 2 - - uid: 2033 + - uid: 29627 components: - type: Transform - pos: -32.5,-62.5 + rot: 3.141592653589793 rad + pos: -79.5,86.5 parent: 2 - - uid: 2034 + - uid: 29628 components: - type: Transform - pos: -31.5,-62.5 + rot: 3.141592653589793 rad + pos: -79.5,87.5 parent: 2 - - uid: 2035 + - uid: 29629 components: - type: Transform - pos: -30.5,-62.5 + pos: -80.5,64.5 parent: 2 - - uid: 2036 + - uid: 29630 components: - type: Transform - pos: -29.5,-62.5 + pos: -80.5,63.5 parent: 2 - - uid: 2037 + - uid: 29945 components: - type: Transform - pos: -28.5,-62.5 + pos: -87.5,86.5 parent: 2 - - uid: 2059 + - uid: 29994 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-60.5 + pos: -80.5,86.5 parent: 2 - - uid: 2080 + - uid: 30010 components: - type: Transform - pos: -28.5,-63.5 + pos: -82.5,86.5 parent: 2 - - uid: 2082 + - uid: 30011 components: - type: Transform - pos: -27.5,-64.5 + pos: -81.5,86.5 parent: 2 - - uid: 2084 + - uid: 30021 components: - type: Transform - pos: 10.5,-38.5 + pos: -86.5,86.5 parent: 2 - - uid: 2085 + - uid: 30022 components: - type: Transform - pos: 10.5,-39.5 + pos: -88.5,85.5 parent: 2 - - uid: 2086 + - uid: 30023 components: - type: Transform - pos: 10.5,-34.5 + pos: -90.5,82.5 parent: 2 - - uid: 2087 + - uid: 30568 components: - type: Transform - pos: 10.5,-37.5 + pos: -88.5,84.5 parent: 2 - - uid: 2088 + - uid: 30676 components: - type: Transform - pos: 10.5,-36.5 + pos: -89.5,78.5 parent: 2 - - uid: 2089 + - uid: 30678 components: - type: Transform - pos: 3.5,-49.5 + pos: -89.5,79.5 parent: 2 - - uid: 2104 + - uid: 30679 components: - type: Transform - pos: -17.5,-66.5 + pos: -87.5,85.5 parent: 2 - - uid: 2107 + - uid: 30681 components: - type: Transform - pos: -13.5,-67.5 + pos: -89.5,84.5 parent: 2 - - uid: 2112 + - uid: 30691 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,59.5 + pos: -89.5,83.5 parent: 2 - - uid: 2115 + - uid: 30844 components: - type: Transform - pos: -46.5,-52.5 + pos: -24.5,-18.5 parent: 2 - - uid: 2116 + - uid: 30894 components: - type: Transform - pos: -46.5,-53.5 - parent: 2 - - uid: 2117 + rot: -1.5707963267948966 rad + pos: 1.5,-2.5 + parent: 30892 + - uid: 30895 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-66.5 - parent: 2 - - uid: 2118 + rot: -1.5707963267948966 rad + pos: 1.5,-1.5 + parent: 30892 + - uid: 30896 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-64.5 - parent: 2 - - uid: 2120 + rot: -1.5707963267948966 rad + pos: 1.5,-0.5 + parent: 30892 + - uid: 30897 components: - type: Transform - pos: -10.5,-60.5 - parent: 2 - - uid: 2121 + rot: -1.5707963267948966 rad + pos: 1.5,0.5 + parent: 30892 + - uid: 30898 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-64.5 - parent: 2 - - uid: 2123 + rot: -1.5707963267948966 rad + pos: 0.5,0.5 + parent: 30892 + - uid: 30899 components: - type: Transform - pos: -11.5,-60.5 - parent: 2 - - uid: 2124 + rot: -1.5707963267948966 rad + pos: 0.5,1.5 + parent: 30892 + - uid: 30900 components: - type: Transform - pos: -52.5,-49.5 - parent: 2 - - uid: 2125 + rot: -1.5707963267948966 rad + pos: 0.5,2.5 + parent: 30892 + - uid: 30901 components: - type: Transform - pos: -51.5,-49.5 - parent: 2 - - uid: 2126 + rot: -1.5707963267948966 rad + pos: -0.5,2.5 + parent: 30892 + - uid: 30902 components: - type: Transform - pos: -51.5,-50.5 - parent: 2 - - uid: 2127 + rot: -1.5707963267948966 rad + pos: -1.5,2.5 + parent: 30892 + - uid: 30903 components: - type: Transform - pos: -51.5,-52.5 - parent: 2 - - uid: 2128 + rot: -1.5707963267948966 rad + pos: -2.5,2.5 + parent: 30892 + - uid: 30904 components: - type: Transform - pos: -50.5,-52.5 - parent: 2 - - uid: 2129 + rot: -1.5707963267948966 rad + pos: 3.5,-2.5 + parent: 30892 + - uid: 30905 components: - type: Transform - pos: -49.5,-52.5 - parent: 2 - - uid: 2130 + rot: -1.5707963267948966 rad + pos: 3.5,-1.5 + parent: 30892 + - uid: 30906 components: - type: Transform - pos: -49.5,-53.5 - parent: 2 - - uid: 2132 + rot: -1.5707963267948966 rad + pos: 3.5,-0.5 + parent: 30892 + - uid: 30907 components: - type: Transform - pos: 10.5,-61.5 - parent: 2 - - uid: 2133 + rot: -1.5707963267948966 rad + pos: 3.5,0.5 + parent: 30892 + - uid: 30908 components: - type: Transform - pos: -42.5,-53.5 - parent: 2 - - uid: 2134 + rot: -1.5707963267948966 rad + pos: -0.5,4.5 + parent: 30892 + - uid: 30909 components: - type: Transform - pos: -45.5,-52.5 - parent: 2 - - uid: 2135 + rot: -1.5707963267948966 rad + pos: -2.5,5.5 + parent: 30892 + - uid: 30910 components: - type: Transform - pos: -44.5,-52.5 - parent: 2 - - uid: 2137 + rot: -1.5707963267948966 rad + pos: -2.5,4.5 + parent: 30892 + - uid: 30911 components: - type: Transform - pos: -43.5,-53.5 - parent: 2 - - uid: 2138 + rot: -1.5707963267948966 rad + pos: -0.5,3.5 + parent: 30892 + - uid: 30916 components: - type: Transform - pos: -42.5,-54.5 - parent: 2 - - uid: 2139 + rot: -1.5707963267948966 rad + pos: 0.5,4.5 + parent: 30892 + - uid: 30919 components: - type: Transform - pos: 7.5,-70.5 - parent: 2 - - uid: 2140 + rot: -1.5707963267948966 rad + pos: 1.5,8.5 + parent: 30892 + - uid: 30920 components: - type: Transform - pos: -5.5,-68.5 - parent: 2 - - uid: 2141 + rot: -1.5707963267948966 rad + pos: 1.5,9.5 + parent: 30892 + - uid: 30921 components: - type: Transform - pos: -5.5,-69.5 - parent: 2 - - uid: 2142 + rot: -1.5707963267948966 rad + pos: 1.5,10.5 + parent: 30892 + - uid: 30922 components: - type: Transform - pos: -10.5,-68.5 - parent: 2 - - uid: 2143 + rot: -1.5707963267948966 rad + pos: 1.5,11.5 + parent: 30892 + - uid: 30923 components: - type: Transform - pos: -11.5,-68.5 - parent: 2 - - uid: 2144 + rot: -1.5707963267948966 rad + pos: 1.5,12.5 + parent: 30892 + - uid: 30926 components: - type: Transform - pos: -12.5,-68.5 - parent: 2 - - uid: 2145 + rot: -1.5707963267948966 rad + pos: 4.5,12.5 + parent: 30892 + - uid: 30929 components: - type: Transform - pos: -13.5,-68.5 - parent: 2 - - uid: 2146 + rot: -1.5707963267948966 rad + pos: 7.5,12.5 + parent: 30892 + - uid: 30932 components: - type: Transform - pos: -14.5,-67.5 - parent: 2 - - uid: 2147 + rot: -1.5707963267948966 rad + pos: 10.5,12.5 + parent: 30892 + - uid: 30933 components: - type: Transform - pos: -17.5,-67.5 - parent: 2 - - uid: 2148 + rot: -1.5707963267948966 rad + pos: 10.5,11.5 + parent: 30892 + - uid: 30934 components: - type: Transform - pos: -18.5,-66.5 - parent: 2 - - uid: 2149 + rot: -1.5707963267948966 rad + pos: 10.5,10.5 + parent: 30892 + - uid: 30935 components: - type: Transform - pos: -19.5,-66.5 - parent: 2 - - uid: 2150 + rot: -1.5707963267948966 rad + pos: 10.5,9.5 + parent: 30892 + - uid: 30936 components: - type: Transform - pos: -20.5,-66.5 - parent: 2 - - uid: 2151 + rot: -1.5707963267948966 rad + pos: 10.5,8.5 + parent: 30892 + - uid: 30937 components: - type: Transform - pos: -27.5,-65.5 - parent: 2 - - uid: 2152 + rot: -1.5707963267948966 rad + pos: 10.5,7.5 + parent: 30892 + - uid: 30938 components: - type: Transform - pos: -28.5,-64.5 - parent: 2 - - uid: 2171 + rot: -1.5707963267948966 rad + pos: 4.5,0.5 + parent: 30892 + - uid: 30939 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,59.5 - parent: 2 - - uid: 2174 + rot: -1.5707963267948966 rad + pos: 5.5,0.5 + parent: 30892 + - uid: 30940 components: - type: Transform - pos: 0.5,-56.5 - parent: 2 - - uid: 2175 + rot: -1.5707963267948966 rad + pos: 5.5,-0.5 + parent: 30892 + - uid: 30941 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,58.5 - parent: 2 - - uid: 2181 + rot: -1.5707963267948966 rad + pos: 5.5,-1.5 + parent: 30892 + - uid: 30944 components: - type: Transform - pos: 68.5,-26.5 - parent: 2 - - uid: 2188 + rot: -1.5707963267948966 rad + pos: 10.5,0.5 + parent: 30892 + - uid: 30945 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-67.5 - parent: 2 - - uid: 2189 + rot: -1.5707963267948966 rad + pos: 11.5,0.5 + parent: 30892 + - uid: 30946 components: - type: Transform rot: -1.5707963267948966 rad - pos: 72.5,-8.5 - parent: 2 - - uid: 2190 + pos: 12.5,0.5 + parent: 30892 + - uid: 30947 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-64.5 - parent: 2 - - uid: 2197 + rot: 1.5707963267948966 rad + pos: 10.5,3.5 + parent: 30892 + - uid: 30949 components: - type: Transform - pos: 9.5,-56.5 - parent: 2 - - uid: 2198 + rot: 1.5707963267948966 rad + pos: 14.5,6.5 + parent: 30892 + - uid: 30950 components: - type: Transform - pos: -1.5,-68.5 - parent: 2 - - uid: 2199 + rot: 1.5707963267948966 rad + pos: 11.5,7.5 + parent: 30892 + - uid: 30951 components: - type: Transform - pos: 2.5,-68.5 - parent: 2 - - uid: 2203 + rot: 1.5707963267948966 rad + pos: 13.5,7.5 + parent: 30892 + - uid: 30952 components: - type: Transform - pos: 2.5,-69.5 - parent: 2 - - uid: 2204 + rot: 1.5707963267948966 rad + pos: 13.5,6.5 + parent: 30892 + - uid: 30954 components: - type: Transform - pos: -1.5,-69.5 - parent: 2 - - uid: 2211 + rot: -1.5707963267948966 rad + pos: 10.5,6.5 + parent: 30892 + - uid: 30961 components: - type: Transform - pos: 6.5,-68.5 + rot: -1.5707963267948966 rad + pos: -67.5,-1.5 parent: 2 - - uid: 2212 + - uid: 30963 components: - type: Transform - pos: 6.5,-69.5 - parent: 2 - - uid: 2213 + rot: 1.5707963267948966 rad + pos: 14.5,3.5 + parent: 30892 + - uid: 30964 components: - type: Transform - pos: 7.5,-69.5 - parent: 2 - - uid: 2214 + rot: 1.5707963267948966 rad + pos: 13.5,0.5 + parent: 30892 + - uid: 30966 components: - type: Transform - pos: -6.5,-69.5 - parent: 2 - - uid: 2215 + rot: 1.5707963267948966 rad + pos: 14.5,1.5 + parent: 30892 + - uid: 30967 components: - type: Transform - pos: -6.5,-70.5 - parent: 2 - - uid: 2216 + rot: 1.5707963267948966 rad + pos: 14.5,0.5 + parent: 30892 + - uid: 30968 components: - type: Transform - pos: -6.5,-71.5 - parent: 2 - - uid: 2217 + rot: 1.5707963267948966 rad + pos: 14.5,2.5 + parent: 30892 + - uid: 30969 components: - type: Transform - pos: -6.5,-72.5 - parent: 2 - - uid: 2218 + rot: 1.5707963267948966 rad + pos: 14.5,5.5 + parent: 30892 + - uid: 31021 components: - type: Transform - pos: -6.5,-73.5 + pos: -3.5,-2.5 parent: 2 - - uid: 2219 + - uid: 31039 components: - type: Transform - pos: -10.5,-69.5 - parent: 2 - - uid: 2220 + rot: 1.5707963267948966 rad + pos: 1.5,5.5 + parent: 30892 + - uid: 31050 components: - type: Transform - pos: -10.5,-70.5 - parent: 2 - - uid: 2221 + rot: 1.5707963267948966 rad + pos: 1.5,4.5 + parent: 30892 + - uid: 31054 components: - type: Transform - pos: -10.5,-71.5 - parent: 2 - - uid: 2222 + rot: 1.5707963267948966 rad + pos: 1.5,7.5 + parent: 30892 + - uid: 31070 components: - type: Transform - pos: -10.5,-72.5 - parent: 2 - - uid: 2223 + rot: 1.5707963267948966 rad + pos: 0.5,9.5 + parent: 30892 + - uid: 31088 components: - type: Transform - pos: -10.5,-73.5 - parent: 2 - - uid: 2224 + rot: 1.5707963267948966 rad + pos: 10.5,1.5 + parent: 30892 + - uid: 31089 components: - type: Transform - pos: 7.5,-71.5 - parent: 2 - - uid: 2225 + rot: 1.5707963267948966 rad + pos: 10.5,2.5 + parent: 30892 + - uid: 31091 components: - type: Transform - pos: 7.5,-72.5 - parent: 2 - - uid: 2226 + rot: 1.5707963267948966 rad + pos: 4.5,4.5 + parent: 30892 + - uid: 31092 components: - type: Transform - pos: 7.5,-73.5 - parent: 2 - - uid: 2227 + rot: 1.5707963267948966 rad + pos: 5.5,4.5 + parent: 30892 + - uid: 31093 components: - type: Transform - pos: 7.5,-74.5 - parent: 2 - - uid: 2228 + rot: 1.5707963267948966 rad + pos: 4.5,3.5 + parent: 30892 + - uid: 31096 components: - type: Transform - pos: 7.5,-75.5 - parent: 2 - - uid: 2229 + rot: 1.5707963267948966 rad + pos: 9.5,4.5 + parent: 30892 + - uid: 31097 components: - type: Transform - pos: 5.5,-76.5 - parent: 2 - - uid: 2230 + rot: 1.5707963267948966 rad + pos: 10.5,4.5 + parent: 30892 + - uid: 31098 components: - type: Transform - pos: -6.5,-74.5 - parent: 2 - - uid: 2231 + rot: 1.5707963267948966 rad + pos: 4.5,8.5 + parent: 30892 + - uid: 31099 components: - type: Transform - pos: -6.5,-75.5 - parent: 2 - - uid: 2232 + rot: 1.5707963267948966 rad + pos: 4.5,9.5 + parent: 30892 + - uid: 31100 components: - type: Transform - pos: -6.5,-76.5 - parent: 2 - - uid: 2233 + rot: 1.5707963267948966 rad + pos: 4.5,10.5 + parent: 30892 + - uid: 31101 components: - type: Transform - pos: -5.5,-76.5 - parent: 2 - - uid: 2234 + rot: 1.5707963267948966 rad + pos: 4.5,11.5 + parent: 30892 + - uid: 31102 components: - type: Transform - pos: -4.5,-76.5 - parent: 2 - - uid: 2235 + rot: 1.5707963267948966 rad + pos: 7.5,8.5 + parent: 30892 + - uid: 31103 components: - type: Transform - pos: -4.5,-78.5 - parent: 2 - - uid: 2236 + rot: 1.5707963267948966 rad + pos: 7.5,9.5 + parent: 30892 + - uid: 31104 components: - type: Transform - pos: -5.5,-78.5 - parent: 2 - - uid: 2237 + rot: 1.5707963267948966 rad + pos: 7.5,10.5 + parent: 30892 + - uid: 31105 components: - type: Transform - pos: -6.5,-78.5 - parent: 2 - - uid: 2238 + rot: 1.5707963267948966 rad + pos: 7.5,11.5 + parent: 30892 + - uid: 31106 components: - type: Transform - pos: -10.5,-75.5 - parent: 2 - - uid: 2239 + rot: 1.5707963267948966 rad + pos: 2.5,8.5 + parent: 30892 + - uid: 31110 components: - type: Transform - pos: -10.5,-76.5 - parent: 2 - - uid: 2240 + rot: 1.5707963267948966 rad + pos: 12.5,7.5 + parent: 30892 + - uid: 31120 components: - type: Transform - pos: -11.5,-76.5 - parent: 2 - - uid: 2241 + rot: -1.5707963267948966 rad + pos: 1.5,-4.5 + parent: 30892 + - uid: 31344 components: - type: Transform - pos: -12.5,-76.5 - parent: 2 - - uid: 2242 + rot: -1.5707963267948966 rad + pos: 2.5,-4.5 + parent: 30892 + - uid: 31345 components: - type: Transform - pos: -10.5,-74.5 - parent: 2 - - uid: 2243 + rot: -1.5707963267948966 rad + pos: 3.5,-4.5 + parent: 30892 + - uid: 31346 components: - type: Transform - pos: -12.5,-78.5 - parent: 2 - - uid: 2244 + rot: -1.5707963267948966 rad + pos: 3.5,-3.5 + parent: 30892 + - uid: 31545 components: - type: Transform - pos: -11.5,-78.5 + pos: 50.5,-47.5 parent: 2 - - uid: 2245 + - uid: 31546 components: - type: Transform - pos: -10.5,-78.5 + pos: 51.5,-47.5 parent: 2 - - uid: 2246 + - uid: 31597 components: - type: Transform - pos: -6.5,-83.5 + pos: 63.5,35.5 parent: 2 - - uid: 2247 + - uid: 31694 components: - type: Transform - pos: -5.5,-83.5 + rot: -1.5707963267948966 rad + pos: 61.5,-8.5 parent: 2 - - uid: 2248 + - uid: 31703 components: - type: Transform - pos: -4.5,-83.5 + rot: 3.141592653589793 rad + pos: -75.5,77.5 parent: 2 - - uid: 2249 + - uid: 31705 components: - type: Transform - pos: -4.5,-85.5 + rot: 3.141592653589793 rad + pos: -76.5,77.5 parent: 2 - - uid: 2250 + - uid: 31724 components: - type: Transform - pos: -5.5,-85.5 + rot: 3.141592653589793 rad + pos: -72.5,77.5 parent: 2 - - uid: 2251 + - uid: 31743 components: - type: Transform - pos: -6.5,-85.5 + pos: 63.5,38.5 parent: 2 - - uid: 2252 + - uid: 31748 components: - type: Transform - pos: -10.5,-83.5 + rot: 1.5707963267948966 rad + pos: -5.5,-25.5 parent: 2 - - uid: 2253 + - uid: 31759 components: - type: Transform - pos: -11.5,-83.5 + pos: -29.5,-63.5 parent: 2 - - uid: 2254 + - uid: 31934 components: - type: Transform - pos: -12.5,-83.5 + rot: 1.5707963267948966 rad + pos: -64.5,46.5 parent: 2 - - uid: 2255 + - uid: 31936 components: - type: Transform - pos: -12.5,-85.5 + pos: 61.5,52.5 parent: 2 - - uid: 2256 + - uid: 32125 components: - type: Transform - pos: -11.5,-85.5 + pos: -89.5,74.5 parent: 2 - - uid: 2257 + - uid: 33201 components: - type: Transform - pos: -10.5,-85.5 + rot: 1.5707963267948966 rad + pos: -65.5,44.5 parent: 2 - - uid: 2266 + - uid: 33670 components: - type: Transform - pos: -10.5,-86.5 + pos: -89.5,72.5 parent: 2 - - uid: 2267 + - uid: 33688 components: - type: Transform - pos: -10.5,-87.5 + rot: 1.5707963267948966 rad + pos: -28.5,-7.5 parent: 2 - - uid: 2268 + - uid: 33857 components: - type: Transform - pos: -10.5,-88.5 + pos: -65.5,82.5 parent: 2 - - uid: 2269 + - uid: 33861 components: - type: Transform - pos: -10.5,-89.5 + pos: -65.5,78.5 parent: 2 - - uid: 2270 + - uid: 33921 components: - type: Transform - pos: -6.5,-89.5 + pos: -74.5,60.5 parent: 2 - - uid: 2271 + - uid: 33922 components: - type: Transform - pos: -6.5,-88.5 + pos: -75.5,60.5 parent: 2 - - uid: 2272 + - uid: 33923 components: - type: Transform - pos: -6.5,-87.5 + pos: -75.5,61.5 parent: 2 - - uid: 2273 + - uid: 33928 components: - type: Transform - pos: -6.5,-86.5 + pos: -77.5,63.5 parent: 2 - - uid: 2274 + - uid: 33934 components: - type: Transform - pos: -9.5,-87.5 + rot: 1.5707963267948966 rad + pos: -86.5,62.5 parent: 2 - - uid: 2275 + - uid: 33935 components: - type: Transform - pos: -7.5,-87.5 + rot: 1.5707963267948966 rad + pos: -87.5,62.5 parent: 2 - - uid: 2276 + - uid: 33936 components: - type: Transform - pos: -9.5,-89.5 + rot: 1.5707963267948966 rad + pos: -88.5,62.5 parent: 2 - - uid: 2277 + - uid: 33952 components: - type: Transform - pos: -7.5,-89.5 + pos: -66.5,-7.5 parent: 2 - - uid: 2278 + - uid: 33953 components: - type: Transform - pos: 6.5,-76.5 + pos: -66.5,-6.5 parent: 2 - - uid: 2279 + - uid: 33957 components: - type: Transform - pos: 7.5,-76.5 + rot: 1.5707963267948966 rad + pos: -65.5,46.5 parent: 2 - - uid: 2280 + - uid: 33966 components: - type: Transform - pos: 5.5,-78.5 + rot: 1.5707963267948966 rad + pos: -84.5,69.5 parent: 2 - - uid: 2281 + - uid: 33967 components: - type: Transform - pos: 6.5,-78.5 + rot: 1.5707963267948966 rad + pos: -84.5,68.5 parent: 2 - - uid: 2282 + - uid: 33968 components: - type: Transform - pos: 7.5,-78.5 + rot: 1.5707963267948966 rad + pos: -84.5,67.5 parent: 2 - - uid: 2283 + - uid: 33970 components: - type: Transform - pos: 7.5,-56.5 + rot: 1.5707963267948966 rad + pos: -84.5,65.5 parent: 2 - - uid: 2285 + - uid: 33971 components: - type: Transform - pos: 11.5,-68.5 + rot: 1.5707963267948966 rad + pos: -84.5,64.5 parent: 2 - - uid: 2286 + - uid: 33980 components: - type: Transform - pos: 11.5,-69.5 + rot: 1.5707963267948966 rad + pos: -85.5,62.5 parent: 2 - - uid: 2287 + - uid: 33981 components: - type: Transform - pos: 11.5,-70.5 + rot: 1.5707963267948966 rad + pos: -84.5,62.5 parent: 2 - - uid: 2288 + - uid: 33982 components: - type: Transform - pos: 11.5,-71.5 + rot: 1.5707963267948966 rad + pos: -84.5,63.5 parent: 2 - - uid: 2289 + - uid: 34026 components: - type: Transform - pos: 11.5,-72.5 + rot: 1.5707963267948966 rad + pos: -84.5,61.5 parent: 2 - - uid: 2290 + - uid: 34029 components: - type: Transform - pos: 11.5,-73.5 + rot: 1.5707963267948966 rad + pos: -84.5,57.5 parent: 2 - - uid: 2291 + - uid: 34030 components: - type: Transform - pos: 11.5,-74.5 + rot: 1.5707963267948966 rad + pos: -84.5,58.5 parent: 2 - - uid: 2292 + - uid: 34034 components: - type: Transform - pos: 11.5,-75.5 + rot: -1.5707963267948966 rad + pos: -61.5,78.5 parent: 2 - - uid: 2293 + - uid: 34035 components: - type: Transform - pos: 11.5,-76.5 + rot: 1.5707963267948966 rad + pos: -84.5,59.5 parent: 2 - - uid: 2294 + - uid: 34043 components: - type: Transform - pos: 12.5,-76.5 + rot: 3.141592653589793 rad + pos: -89.5,64.5 parent: 2 - - uid: 2295 + - uid: 34055 components: - type: Transform - pos: 13.5,-76.5 + rot: 1.5707963267948966 rad + pos: -90.5,69.5 parent: 2 - - uid: 2296 + - uid: 34056 components: - type: Transform - pos: 11.5,-78.5 + rot: 1.5707963267948966 rad + pos: -90.5,68.5 parent: 2 - - uid: 2297 + - uid: 34057 components: - type: Transform - pos: 12.5,-78.5 + rot: 1.5707963267948966 rad + pos: -90.5,67.5 parent: 2 - - uid: 2298 + - uid: 34058 components: - type: Transform - pos: 13.5,-78.5 + rot: 1.5707963267948966 rad + pos: -90.5,66.5 parent: 2 - - uid: 2299 + - uid: 34059 components: - type: Transform - pos: 5.5,-83.5 + rot: 1.5707963267948966 rad + pos: -89.5,63.5 parent: 2 - - uid: 2300 + - uid: 34061 components: - type: Transform - pos: 6.5,-83.5 + rot: 1.5707963267948966 rad + pos: -89.5,65.5 parent: 2 - - uid: 2301 + - uid: 34148 components: - type: Transform - pos: 7.5,-83.5 + pos: -88.5,69.5 parent: 2 - - uid: 2302 + - uid: 34161 components: - type: Transform - pos: 5.5,-85.5 + rot: 1.5707963267948966 rad + pos: -65.5,48.5 parent: 2 - - uid: 2303 + - uid: 34176 components: - type: Transform - pos: 6.5,-85.5 + rot: 1.5707963267948966 rad + pos: -64.5,50.5 parent: 2 - - uid: 2304 + - uid: 34539 components: - type: Transform - pos: 7.5,-85.5 - parent: 2 - - uid: 2305 + rot: 3.141592653589793 rad + pos: 5.5,8.5 + parent: 30892 + - uid: 34615 components: - type: Transform - pos: 13.5,-83.5 - parent: 2 - - uid: 2306 + rot: 3.141592653589793 rad + pos: 8.5,8.5 + parent: 30892 + - uid: 35001 components: - type: Transform - pos: 12.5,-83.5 + rot: -1.5707963267948966 rad + pos: 69.5,36.5 parent: 2 - - uid: 2307 + - uid: 35002 components: - type: Transform - pos: 11.5,-83.5 + rot: -1.5707963267948966 rad + pos: 67.5,40.5 parent: 2 - - uid: 2308 + - uid: 35003 components: - type: Transform - pos: 11.5,-85.5 + rot: -1.5707963267948966 rad + pos: 67.5,41.5 parent: 2 - - uid: 2309 + - uid: 35004 components: - type: Transform - pos: 12.5,-85.5 + rot: -1.5707963267948966 rad + pos: 67.5,43.5 parent: 2 - - uid: 2310 + - uid: 35005 components: - type: Transform - pos: 13.5,-85.5 + rot: -1.5707963267948966 rad + pos: 67.5,44.5 parent: 2 - - uid: 2311 + - uid: 35006 components: - type: Transform - pos: 7.5,-86.5 + rot: -1.5707963267948966 rad + pos: 66.5,44.5 parent: 2 - - uid: 2312 + - uid: 35007 components: - type: Transform - pos: 7.5,-87.5 + rot: -1.5707963267948966 rad + pos: 65.5,44.5 parent: 2 - - uid: 2313 + - uid: 35008 components: - type: Transform - pos: 7.5,-88.5 + rot: -1.5707963267948966 rad + pos: 66.5,26.5 parent: 2 - - uid: 2314 + - uid: 35009 components: - type: Transform - pos: 7.5,-89.5 + rot: -1.5707963267948966 rad + pos: 67.5,26.5 parent: 2 - - uid: 2315 + - uid: 35010 components: - type: Transform - pos: 8.5,-89.5 + rot: -1.5707963267948966 rad + pos: 68.5,26.5 parent: 2 - - uid: 2316 + - uid: 35022 components: - type: Transform - pos: 10.5,-89.5 + rot: -1.5707963267948966 rad + pos: 66.5,31.5 parent: 2 - - uid: 2317 + - uid: 35023 components: - type: Transform - pos: 11.5,-89.5 + rot: -1.5707963267948966 rad + pos: 69.5,26.5 parent: 2 - - uid: 2318 + - uid: 35025 components: - type: Transform - pos: 11.5,-88.5 + rot: -1.5707963267948966 rad + pos: 66.5,29.5 parent: 2 - - uid: 2319 + - uid: 35026 components: - type: Transform - pos: 11.5,-87.5 + rot: -1.5707963267948966 rad + pos: 66.5,28.5 parent: 2 - - uid: 2320 + - uid: 35027 components: - type: Transform - pos: 11.5,-86.5 + rot: -1.5707963267948966 rad + pos: 66.5,27.5 parent: 2 - - uid: 2321 + - uid: 35103 components: - type: Transform - pos: 8.5,-87.5 + pos: 58.5,51.5 parent: 2 - - uid: 2322 + - uid: 35104 components: - type: Transform - pos: 10.5,-87.5 + pos: 58.5,53.5 parent: 2 - - uid: 2333 + - uid: 35194 components: - type: Transform - pos: -3.5,-60.5 + rot: 1.5707963267948966 rad + pos: 80.5,34.5 parent: 2 - - uid: 2335 + - uid: 35261 components: - type: Transform - pos: 11.5,-60.5 + rot: 1.5707963267948966 rad + pos: 79.5,32.5 parent: 2 - - uid: 2336 + - uid: 35272 components: - type: Transform - pos: 12.5,-60.5 + rot: 1.5707963267948966 rad + pos: 80.5,32.5 parent: 2 - - uid: 2338 + - uid: 35424 components: - type: Transform - pos: -6.5,-56.5 + rot: 1.5707963267948966 rad + pos: 78.5,32.5 parent: 2 - - uid: 2340 + - uid: 35634 components: - type: Transform - pos: 12.5,-68.5 + pos: -72.5,3.5 parent: 2 - - uid: 2341 + - uid: 35638 components: - type: Transform - pos: 13.5,-68.5 + pos: -71.5,3.5 parent: 2 - - uid: 2342 + - uid: 36180 components: - type: Transform - pos: 14.5,-68.5 + rot: 1.5707963267948966 rad + pos: -64.5,48.5 parent: 2 - - uid: 2343 + - uid: 36181 components: - type: Transform - pos: 14.5,-67.5 + rot: 1.5707963267948966 rad + pos: -65.5,50.5 parent: 2 - - uid: 2344 + - uid: 36183 components: - type: Transform - pos: 15.5,-67.5 + rot: 1.5707963267948966 rad + pos: -64.5,44.5 parent: 2 - - uid: 2350 + - uid: 36342 components: - type: Transform - pos: 69.5,-26.5 + pos: -63.5,71.5 parent: 2 - - uid: 2351 + - uid: 36345 components: - type: Transform - pos: -2.5,-60.5 + pos: -66.5,74.5 parent: 2 - - uid: 2352 + - uid: 36346 components: - type: Transform - pos: -10.5,-56.5 + pos: -62.5,75.5 parent: 2 - - uid: 2358 + - uid: 36525 components: - type: Transform - pos: 3.5,-56.5 + rot: 1.5707963267948966 rad + pos: 76.5,41.5 parent: 2 - - uid: 2372 + - uid: 39498 components: - type: Transform - pos: 2.5,-49.5 + pos: -70.5,3.5 parent: 2 - - uid: 2373 + - uid: 40389 components: - type: Transform - pos: 2.5,-48.5 - parent: 2 - - uid: 2374 + pos: 5.5,-11.5 + parent: 36907 + - uid: 40390 components: - type: Transform - pos: 2.5,-47.5 - parent: 2 - - uid: 2375 + pos: 3.5,-7.5 + parent: 36907 + - uid: 40391 components: - type: Transform - pos: 2.5,-46.5 - parent: 2 - - uid: 2376 + pos: 3.5,-8.5 + parent: 36907 + - uid: 40392 components: - type: Transform - pos: 2.5,-45.5 - parent: 2 - - uid: 2377 + pos: 3.5,-9.5 + parent: 36907 + - uid: 40393 components: - type: Transform - pos: 2.5,-43.5 - parent: 2 - - uid: 2378 + pos: 3.5,-5.5 + parent: 36907 + - uid: 40394 components: - type: Transform - pos: 2.5,-42.5 - parent: 2 - - uid: 2379 + pos: 8.5,-11.5 + parent: 36907 + - uid: 40395 components: - type: Transform - pos: 2.5,-41.5 - parent: 2 - - uid: 2380 + pos: 5.5,-5.5 + parent: 36907 + - uid: 40396 components: - type: Transform - pos: 3.5,-48.5 - parent: 2 - - uid: 2381 + pos: 3.5,-6.5 + parent: 36907 + - uid: 40397 components: - type: Transform - pos: 3.5,-47.5 - parent: 2 - - uid: 2382 + pos: 4.5,-11.5 + parent: 36907 + - uid: 40398 components: - type: Transform - pos: 4.5,-49.5 - parent: 2 - - uid: 2383 + pos: 6.5,-11.5 + parent: 36907 + - uid: 40399 components: - type: Transform - pos: 4.5,-48.5 - parent: 2 - - uid: 2384 + pos: 7.5,-11.5 + parent: 36907 + - uid: 40400 components: - type: Transform - pos: 4.5,-47.5 - parent: 2 - - uid: 2385 + pos: 3.5,-10.5 + parent: 36907 + - uid: 40401 components: - type: Transform - pos: 5.5,-48.5 - parent: 2 - - uid: 2386 + pos: 3.5,-11.5 + parent: 36907 + - uid: 40402 components: - type: Transform - pos: 5.5,-47.5 - parent: 2 - - uid: 2387 + pos: 4.5,-5.5 + parent: 36907 + - uid: 40403 components: - type: Transform - pos: 6.5,-48.5 - parent: 2 - - uid: 2388 + pos: 6.5,-5.5 + parent: 36907 + - uid: 40404 components: - type: Transform - pos: 6.5,-47.5 - parent: 2 - - uid: 2389 + pos: 7.5,-5.5 + parent: 36907 + - uid: 40405 components: - type: Transform - pos: 7.5,-48.5 - parent: 2 - - uid: 2390 + pos: 8.5,-5.5 + parent: 36907 + - uid: 40406 components: - type: Transform - pos: 7.5,-47.5 - parent: 2 - - uid: 2391 + pos: 11.5,-11.5 + parent: 36907 + - uid: 40407 components: - type: Transform - pos: 8.5,-48.5 - parent: 2 - - uid: 2392 + pos: 12.5,-11.5 + parent: 36907 + - uid: 40408 components: - type: Transform - pos: 8.5,-47.5 - parent: 2 - - uid: 2393 + pos: 9.5,-11.5 + parent: 36907 + - uid: 40409 components: - type: Transform - pos: 8.5,-49.5 - parent: 2 - - uid: 2394 + pos: 10.5,-11.5 + parent: 36907 + - uid: 40410 components: - type: Transform - pos: 9.5,-48.5 - parent: 2 - - uid: 2395 + pos: 13.5,-11.5 + parent: 36907 + - uid: 40411 components: - type: Transform - pos: 9.5,-47.5 - parent: 2 - - uid: 2396 + rot: -1.5707963267948966 rad + pos: 14.5,-9.5 + parent: 36907 + - uid: 40412 components: - type: Transform - pos: 9.5,-46.5 - parent: 2 - - uid: 2397 + pos: 13.5,-9.5 + parent: 36907 + - uid: 40413 components: - type: Transform - pos: 9.5,-45.5 - parent: 2 - - uid: 2398 + pos: 13.5,-10.5 + parent: 36907 + - uid: 40414 components: - type: Transform - pos: 9.5,-44.5 - parent: 2 - - uid: 2399 + rot: 1.5707963267948966 rad + pos: 9.5,-5.5 + parent: 36907 + - uid: 40415 components: - type: Transform - pos: 9.5,-43.5 - parent: 2 - - uid: 2400 + rot: 1.5707963267948966 rad + pos: 9.5,-4.5 + parent: 36907 + - uid: 40416 components: - type: Transform - pos: 9.5,-42.5 - parent: 2 - - uid: 2401 + rot: 1.5707963267948966 rad + pos: 9.5,-1.5 + parent: 36907 + - uid: 40417 components: - type: Transform - pos: 9.5,-41.5 - parent: 2 - - uid: 2402 + rot: 1.5707963267948966 rad + pos: 9.5,1.5 + parent: 36907 + - uid: 40418 components: - type: Transform - pos: 9.5,-40.5 - parent: 2 - - uid: 2403 + rot: 1.5707963267948966 rad + pos: 9.5,2.5 + parent: 36907 + - uid: 40419 components: - type: Transform - pos: 10.5,-48.5 - parent: 2 - - uid: 2411 + rot: 1.5707963267948966 rad + pos: 9.5,3.5 + parent: 36907 + - uid: 40420 components: - type: Transform - pos: 10.5,-40.5 - parent: 2 - - uid: 2412 + rot: 1.5707963267948966 rad + pos: 9.5,4.5 + parent: 36907 + - uid: 40421 components: - type: Transform - pos: 3.5,-46.5 - parent: 2 - - uid: 2413 + rot: 1.5707963267948966 rad + pos: 10.5,4.5 + parent: 36907 + - uid: 40422 components: - type: Transform - pos: 3.5,-45.5 - parent: 2 - - uid: 2414 + rot: 1.5707963267948966 rad + pos: 11.5,4.5 + parent: 36907 + - uid: 40423 components: - type: Transform - pos: 4.5,-45.5 - parent: 2 - - uid: 2415 + rot: 1.5707963267948966 rad + pos: 15.5,4.5 + parent: 36907 + - uid: 40424 components: - type: Transform - pos: 3.5,-43.5 - parent: 2 - - uid: 2416 + rot: 1.5707963267948966 rad + pos: 16.5,4.5 + parent: 36907 + - uid: 40425 components: - type: Transform - pos: 3.5,-42.5 - parent: 2 - - uid: 2417 + rot: 1.5707963267948966 rad + pos: 17.5,4.5 + parent: 36907 + - uid: 40426 components: - type: Transform - pos: 3.5,-41.5 - parent: 2 - - uid: 2418 + rot: 1.5707963267948966 rad + pos: 21.5,4.5 + parent: 36907 + - uid: 40427 components: - type: Transform - pos: 4.5,-43.5 - parent: 2 - - uid: 2419 + rot: 1.5707963267948966 rad + pos: 22.5,4.5 + parent: 36907 + - uid: 40428 components: - type: Transform - pos: 8.5,-41.5 - parent: 2 - - uid: 2420 + rot: 1.5707963267948966 rad + pos: 23.5,4.5 + parent: 36907 + - uid: 40429 components: - type: Transform - pos: 7.5,-41.5 - parent: 2 - - uid: 2421 + rot: 1.5707963267948966 rad + pos: 23.5,3.5 + parent: 36907 + - uid: 40430 components: - type: Transform - pos: 6.5,-41.5 - parent: 2 - - uid: 2422 + rot: 1.5707963267948966 rad + pos: 23.5,2.5 + parent: 36907 + - uid: 40431 components: - type: Transform - pos: 5.5,-41.5 - parent: 2 - - uid: 2423 + rot: 1.5707963267948966 rad + pos: 23.5,1.5 + parent: 36907 + - uid: 40432 components: - type: Transform - pos: 4.5,-41.5 - parent: 2 - - uid: 2424 + rot: 1.5707963267948966 rad + pos: 23.5,0.5 + parent: 36907 + - uid: 40433 components: - type: Transform - pos: 11.5,-37.5 - parent: 2 - - uid: 2425 + rot: 1.5707963267948966 rad + pos: 23.5,-0.5 + parent: 36907 + - uid: 40434 components: - type: Transform - pos: 12.5,-37.5 - parent: 2 - - uid: 2426 + rot: 1.5707963267948966 rad + pos: 23.5,-1.5 + parent: 36907 + - uid: 40435 components: - type: Transform - pos: 12.5,-38.5 - parent: 2 - - uid: 2427 + rot: 3.141592653589793 rad + pos: 24.5,4.5 + parent: 36907 + - uid: 40436 components: - type: Transform - pos: 11.5,-40.5 - parent: 2 - - uid: 2428 + rot: 1.5707963267948966 rad + pos: 23.5,-3.5 + parent: 36907 + - uid: 40437 components: - type: Transform - pos: 12.5,-40.5 - parent: 2 - - uid: 2429 + rot: 1.5707963267948966 rad + pos: 23.5,-4.5 + parent: 36907 + - uid: 40438 components: - type: Transform - pos: 13.5,-40.5 - parent: 2 - - uid: 2430 + rot: 1.5707963267948966 rad + pos: 23.5,-5.5 + parent: 36907 + - uid: 40439 components: - type: Transform - pos: 14.5,-40.5 - parent: 2 - - uid: 2431 + rot: 1.5707963267948966 rad + pos: 24.5,-5.5 + parent: 36907 + - uid: 40440 components: - type: Transform - pos: 15.5,-40.5 - parent: 2 - - uid: 2432 + rot: 1.5707963267948966 rad + pos: 25.5,-5.5 + parent: 36907 + - uid: 40441 components: - type: Transform - pos: 15.5,-39.5 - parent: 2 - - uid: 2433 + rot: 1.5707963267948966 rad + pos: 26.5,-5.5 + parent: 36907 + - uid: 40442 components: - type: Transform - pos: 15.5,-37.5 - parent: 2 - - uid: 2434 + rot: 1.5707963267948966 rad + pos: 27.5,-5.5 + parent: 36907 + - uid: 40443 components: - type: Transform - pos: 14.5,-37.5 - parent: 2 - - uid: 2435 + rot: 1.5707963267948966 rad + pos: 28.5,-5.5 + parent: 36907 + - uid: 40444 components: - type: Transform - pos: 15.5,-36.5 - parent: 2 - - uid: 2436 + rot: -1.5707963267948966 rad + pos: 28.5,-11.5 + parent: 36907 + - uid: 40445 components: - type: Transform - pos: 15.5,-35.5 - parent: 2 - - uid: 2437 + rot: -1.5707963267948966 rad + pos: 19.5,-10.5 + parent: 36907 + - uid: 40446 components: - type: Transform - pos: 15.5,-34.5 - parent: 2 - - uid: 2438 + rot: -1.5707963267948966 rad + pos: 27.5,-11.5 + parent: 36907 + - uid: 40447 components: - type: Transform - pos: 15.5,-33.5 - parent: 2 - - uid: 2439 + rot: -1.5707963267948966 rad + pos: 20.5,-11.5 + parent: 36907 + - uid: 40448 components: - type: Transform - pos: 15.5,-32.5 - parent: 2 - - uid: 2440 + rot: -1.5707963267948966 rad + pos: 19.5,-9.5 + parent: 36907 + - uid: 40449 components: - type: Transform - pos: 15.5,-31.5 - parent: 2 - - uid: 2441 + rot: -1.5707963267948966 rad + pos: 22.5,-11.5 + parent: 36907 + - uid: 40450 components: - type: Transform - pos: 15.5,-30.5 - parent: 2 - - uid: 2442 + rot: -1.5707963267948966 rad + pos: 21.5,-11.5 + parent: 36907 + - uid: 40451 components: - type: Transform - pos: 14.5,-30.5 - parent: 2 - - uid: 2443 + rot: -1.5707963267948966 rad + pos: 24.5,-11.5 + parent: 36907 + - uid: 40452 components: - type: Transform - pos: 13.5,-30.5 - parent: 2 - - uid: 2444 + rot: -1.5707963267948966 rad + pos: 23.5,-11.5 + parent: 36907 + - uid: 40453 components: - type: Transform - pos: 12.5,-30.5 - parent: 2 - - uid: 2452 + rot: -1.5707963267948966 rad + pos: 25.5,-11.5 + parent: 36907 + - uid: 40454 components: - type: Transform - pos: 12.5,-28.5 - parent: 2 - - uid: 2453 + rot: -1.5707963267948966 rad + pos: 26.5,-11.5 + parent: 36907 + - uid: 40455 components: - type: Transform - pos: 17.5,-28.5 - parent: 2 - - uid: 2454 + rot: -1.5707963267948966 rad + pos: 19.5,-11.5 + parent: 36907 + - uid: 40456 components: - type: Transform - pos: 18.5,-28.5 - parent: 2 - - uid: 2455 + rot: -1.5707963267948966 rad + pos: 18.5,-9.5 + parent: 36907 + - uid: 40457 components: - type: Transform - pos: 18.5,-29.5 - parent: 2 - - uid: 2456 + rot: 3.141592653589793 rad + pos: 25.5,4.5 + parent: 36907 + - uid: 40458 components: - type: Transform - pos: 18.5,-30.5 - parent: 2 - - uid: 2457 + rot: 3.141592653589793 rad + pos: 26.5,4.5 + parent: 36907 + - uid: 40459 components: - type: Transform - pos: 17.5,-30.5 - parent: 2 - - uid: 2458 + rot: 3.141592653589793 rad + pos: 27.5,4.5 + parent: 36907 + - uid: 40460 components: - type: Transform - pos: 16.5,-30.5 - parent: 2 - - uid: 2475 + rot: 3.141592653589793 rad + pos: 28.5,4.5 + parent: 36907 + - uid: 40461 components: - type: Transform - pos: 16.5,-67.5 - parent: 2 - - uid: 2476 + rot: 3.141592653589793 rad + pos: 28.5,3.5 + parent: 36907 + - uid: 40462 components: - type: Transform - pos: 17.5,-67.5 - parent: 2 - - uid: 2477 + rot: 3.141592653589793 rad + pos: 28.5,2.5 + parent: 36907 + - uid: 40463 components: - type: Transform - pos: 18.5,-67.5 - parent: 2 - - uid: 2478 + rot: 3.141592653589793 rad + pos: 28.5,1.5 + parent: 36907 + - uid: 40464 components: - type: Transform - pos: 18.5,-66.5 - parent: 2 - - uid: 2479 + rot: 3.141592653589793 rad + pos: 28.5,0.5 + parent: 36907 + - uid: 40465 components: - type: Transform - pos: 19.5,-66.5 - parent: 2 - - uid: 2480 + rot: 3.141592653589793 rad + pos: 28.5,-0.5 + parent: 36907 + - uid: 40466 components: - type: Transform - pos: 20.5,-66.5 - parent: 2 - - uid: 2481 + rot: 3.141592653589793 rad + pos: 28.5,-1.5 + parent: 36907 + - uid: 40467 components: - type: Transform - pos: 21.5,-66.5 - parent: 2 - - uid: 2482 + rot: 3.141592653589793 rad + pos: 28.5,-2.5 + parent: 36907 + - uid: 40468 components: - type: Transform - pos: 23.5,-65.5 - parent: 2 - - uid: 2483 + rot: 3.141592653589793 rad + pos: 28.5,-3.5 + parent: 36907 + - uid: 40469 components: - type: Transform - pos: 22.5,-65.5 - parent: 2 - - uid: 2484 + rot: 3.141592653589793 rad + pos: 28.5,-4.5 + parent: 36907 + - uid: 40470 components: - type: Transform - pos: 21.5,-65.5 - parent: 2 - - uid: 2485 + rot: 1.5707963267948966 rad + pos: 28.5,-10.5 + parent: 36907 + - uid: 40471 components: - type: Transform - pos: 24.5,-65.5 - parent: 2 - - uid: 2486 + rot: 1.5707963267948966 rad + pos: 28.5,-6.5 + parent: 36907 + - uid: 43066 components: - type: Transform - pos: 24.5,-64.5 + rot: 1.5707963267948966 rad + pos: 76.5,42.5 parent: 2 - - uid: 2525 + - uid: 43067 components: - type: Transform - pos: 25.5,-64.5 + rot: 1.5707963267948966 rad + pos: 76.5,43.5 parent: 2 - - uid: 2526 + - uid: 43068 components: - type: Transform - pos: 26.5,-64.5 + rot: 1.5707963267948966 rad + pos: 76.5,44.5 parent: 2 - - uid: 2527 + - uid: 43069 components: - type: Transform - pos: 27.5,-64.5 + rot: 1.5707963267948966 rad + pos: 76.5,45.5 parent: 2 - - uid: 2528 + - uid: 43070 components: - type: Transform - pos: 27.5,-63.5 + rot: 1.5707963267948966 rad + pos: 77.5,45.5 parent: 2 - - uid: 2529 + - uid: 43071 components: - type: Transform - pos: 28.5,-63.5 + rot: 1.5707963267948966 rad + pos: 78.5,45.5 parent: 2 - - uid: 2530 + - uid: 43072 components: - type: Transform - pos: 29.5,-63.5 + rot: 1.5707963267948966 rad + pos: 81.5,42.5 parent: 2 - - uid: 2531 + - uid: 43073 components: - type: Transform - pos: 29.5,-62.5 + rot: 1.5707963267948966 rad + pos: 79.5,45.5 parent: 2 - - uid: 2532 + - uid: 43074 components: - type: Transform - pos: 30.5,-62.5 + rot: 1.5707963267948966 rad + pos: 80.5,41.5 parent: 2 - - uid: 2537 + - uid: 43075 components: - type: Transform - pos: 33.5,-60.5 + rot: 1.5707963267948966 rad + pos: 80.5,35.5 parent: 2 - - uid: 2538 + - uid: 43076 components: - type: Transform - pos: 34.5,-60.5 + rot: 1.5707963267948966 rad + pos: 80.5,42.5 parent: 2 - - uid: 2539 + - uid: 43077 components: - type: Transform - pos: 35.5,-60.5 + rot: 1.5707963267948966 rad + pos: 80.5,38.5 parent: 2 - - uid: 2540 + - uid: 43078 components: - type: Transform - pos: 35.5,-59.5 + rot: 1.5707963267948966 rad + pos: 80.5,36.5 parent: 2 - - uid: 2541 + - uid: 43079 components: - type: Transform - pos: 36.5,-59.5 + rot: 1.5707963267948966 rad + pos: 80.5,39.5 parent: 2 - - uid: 2542 + - uid: 43080 components: - type: Transform - pos: 36.5,-58.5 + rot: 1.5707963267948966 rad + pos: 80.5,45.5 parent: 2 - - uid: 2550 + - uid: 43081 components: - type: Transform - pos: 37.5,-58.5 + rot: 1.5707963267948966 rad + pos: 80.5,33.5 parent: 2 - - uid: 2573 + - uid: 43082 components: - type: Transform - pos: 43.5,-55.5 + rot: 1.5707963267948966 rad + pos: 81.5,44.5 parent: 2 - - uid: 2583 + - uid: 43085 components: - type: Transform - pos: 39.5,-59.5 + rot: 1.5707963267948966 rad + pos: 77.5,41.5 parent: 2 - - uid: 2643 + - uid: 43086 components: - type: Transform - pos: 45.5,-39.5 + rot: 1.5707963267948966 rad + pos: 79.5,41.5 parent: 2 - - uid: 2644 + - uid: 43105 components: - type: Transform - pos: 42.5,-41.5 + pos: -72.5,2.5 parent: 2 - - uid: 2645 + - uid: 43146 components: - type: Transform - pos: 42.5,-42.5 + pos: -72.5,-1.5 parent: 2 - - uid: 2646 + - uid: 43147 components: - type: Transform - pos: 42.5,-39.5 + pos: -72.5,-2.5 parent: 2 - - uid: 2647 + - uid: 43148 components: - type: Transform - pos: 42.5,-40.5 + pos: -71.5,-2.5 parent: 2 - - uid: 2653 + - uid: 43149 components: - type: Transform - pos: 47.5,-38.5 + pos: -70.5,-2.5 parent: 2 - - uid: 2654 +- proto: WallRock + entities: + - uid: 1266 components: - type: Transform - pos: 46.5,-38.5 + pos: 40.5,3.5 parent: 2 - - uid: 2655 + - uid: 1345 components: - type: Transform - pos: 48.5,-39.5 + pos: 48.5,-3.5 parent: 2 - - uid: 2656 + - uid: 2737 components: - type: Transform - pos: 48.5,-38.5 + pos: 50.5,3.5 parent: 2 - - uid: 2657 + - uid: 2748 components: - type: Transform - pos: 45.5,-42.5 + pos: 50.5,-2.5 parent: 2 - - uid: 2658 + - uid: 3528 components: - type: Transform - pos: 48.5,-40.5 + pos: 49.5,-3.5 parent: 2 - - uid: 2659 + - uid: 4984 components: - type: Transform - pos: 48.5,-41.5 + pos: 46.5,6.5 parent: 2 - - uid: 2662 + - uid: 8854 components: - type: Transform - pos: 48.5,-42.5 + pos: 49.5,5.5 parent: 2 - - uid: 2663 + - uid: 8855 components: - type: Transform - pos: 45.5,-40.5 + pos: 48.5,6.5 parent: 2 - - uid: 2664 + - uid: 8903 components: - type: Transform - pos: 45.5,-41.5 + pos: 50.5,2.5 parent: 2 - - uid: 2665 + - uid: 9339 components: - type: Transform - pos: 43.5,-38.5 + pos: 47.5,6.5 parent: 2 - - uid: 2666 + - uid: 11266 components: - type: Transform - pos: 42.5,-38.5 + pos: 40.5,0.5 parent: 2 - - uid: 2667 + - uid: 11476 components: - type: Transform - pos: 45.5,-38.5 + pos: 40.5,1.5 parent: 2 - - uid: 2668 + - uid: 11480 components: - type: Transform - pos: 44.5,-38.5 + pos: 50.5,-1.5 parent: 2 - - uid: 2674 + - uid: 11481 components: - type: Transform - pos: 11.5,-24.5 + pos: 50.5,-3.5 parent: 2 - - uid: 2677 + - uid: 12172 components: - type: Transform - pos: 53.5,-44.5 + pos: 40.5,2.5 parent: 2 - - uid: 2678 + - uid: 12248 components: - type: Transform - pos: 52.5,-46.5 + pos: 47.5,-3.5 parent: 2 - - uid: 2679 + - uid: 12374 components: - type: Transform - pos: 52.5,-45.5 + pos: 40.5,-0.5 parent: 2 - - uid: 2680 + - uid: 12462 components: - type: Transform - pos: 53.5,-45.5 + pos: 49.5,6.5 parent: 2 - - uid: 2687 + - uid: 14291 components: - type: Transform - pos: -63.5,85.5 + pos: 42.5,4.5 parent: 2 - - uid: 2688 + - uid: 14293 components: - type: Transform - pos: -67.5,87.5 + pos: 43.5,4.5 parent: 2 - - uid: 2691 + - uid: 14345 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,-21.5 + pos: 45.5,6.5 parent: 2 - - uid: 2693 + - uid: 14523 components: - type: Transform - pos: 56.5,-40.5 + pos: 50.5,4.5 parent: 2 - - uid: 2694 + - uid: 14594 components: - type: Transform - pos: 72.5,-17.5 - parent: 2 - - uid: 2695 + pos: -14.5,17.5 + parent: 14592 + - uid: 14595 components: - type: Transform - pos: 72.5,-16.5 - parent: 2 - - uid: 2718 + pos: -14.5,16.5 + parent: 14592 + - uid: 14596 components: - type: Transform - pos: -37.5,-34.5 - parent: 2 - - uid: 2727 + pos: -14.5,15.5 + parent: 14592 + - uid: 14597 components: - type: Transform - pos: 57.5,-40.5 - parent: 2 - - uid: 2728 + pos: -14.5,14.5 + parent: 14592 + - uid: 14598 components: - type: Transform - pos: 57.5,-39.5 - parent: 2 - - uid: 2729 + pos: -14.5,13.5 + parent: 14592 + - uid: 14599 components: - type: Transform - pos: 58.5,-40.5 - parent: 2 - - uid: 2730 + pos: -14.5,12.5 + parent: 14592 + - uid: 14600 components: - type: Transform - pos: 58.5,-39.5 - parent: 2 - - uid: 2732 + pos: -14.5,11.5 + parent: 14592 + - uid: 14601 components: - type: Transform - pos: -64.5,-1.5 - parent: 2 - - uid: 2733 + pos: -14.5,10.5 + parent: 14592 + - uid: 14602 components: - type: Transform - pos: 57.5,-35.5 - parent: 2 - - uid: 2736 + pos: -14.5,9.5 + parent: 14592 + - uid: 14603 components: - type: Transform - pos: -65.5,-1.5 - parent: 2 - - uid: 2738 + pos: -14.5,8.5 + parent: 14592 + - uid: 14604 components: - type: Transform - pos: -64.5,86.5 - parent: 2 - - uid: 2739 + pos: -14.5,7.5 + parent: 14592 + - uid: 14605 components: - type: Transform - pos: 63.5,-38.5 - parent: 2 - - uid: 2740 + pos: -14.5,6.5 + parent: 14592 + - uid: 14606 components: - type: Transform - pos: 63.5,-36.5 - parent: 2 - - uid: 2741 + pos: -14.5,5.5 + parent: 14592 + - uid: 14607 components: - type: Transform - pos: 62.5,-36.5 - parent: 2 - - uid: 2742 + pos: -14.5,4.5 + parent: 14592 + - uid: 14608 components: - type: Transform - pos: 61.5,-36.5 - parent: 2 - - uid: 2743 + pos: -14.5,3.5 + parent: 14592 + - uid: 14609 components: - type: Transform - pos: 61.5,-35.5 - parent: 2 - - uid: 2745 + pos: -14.5,2.5 + parent: 14592 + - uid: 14611 components: - type: Transform - pos: 60.5,-35.5 - parent: 2 - - uid: 2746 + pos: -13.5,17.5 + parent: 14592 + - uid: 14612 components: - type: Transform - pos: 59.5,-35.5 - parent: 2 - - uid: 2747 + pos: -13.5,16.5 + parent: 14592 + - uid: 14613 components: - type: Transform - pos: 58.5,-35.5 - parent: 2 - - uid: 2750 + pos: -13.5,15.5 + parent: 14592 + - uid: 14614 components: - type: Transform - pos: 11.5,-23.5 - parent: 2 - - uid: 2751 + pos: -13.5,14.5 + parent: 14592 + - uid: 14624 components: - type: Transform - pos: 11.5,-22.5 - parent: 2 - - uid: 2752 + pos: -13.5,4.5 + parent: 14592 + - uid: 14625 components: - type: Transform - pos: 11.5,-21.5 - parent: 2 - - uid: 2754 + pos: -13.5,3.5 + parent: 14592 + - uid: 14626 components: - type: Transform - pos: 11.5,-20.5 - parent: 2 - - uid: 2755 + pos: -13.5,2.5 + parent: 14592 + - uid: 14628 components: - type: Transform - pos: 11.5,-19.5 - parent: 2 - - uid: 2756 + pos: -12.5,17.5 + parent: 14592 + - uid: 14630 components: - type: Transform - pos: 12.5,-21.5 - parent: 2 - - uid: 2762 + pos: -12.5,15.5 + parent: 14592 + - uid: 14631 components: - type: Transform - pos: 17.5,-21.5 - parent: 2 - - uid: 2763 + pos: -12.5,14.5 + parent: 14592 + - uid: 14641 components: - type: Transform - pos: 16.5,-21.5 - parent: 2 - - uid: 2764 + pos: -12.5,4.5 + parent: 14592 + - uid: 14642 components: - type: Transform - pos: 15.5,-21.5 - parent: 2 - - uid: 2765 + pos: -12.5,3.5 + parent: 14592 + - uid: 14643 components: - type: Transform - pos: 14.5,-21.5 - parent: 2 - - uid: 2766 + pos: -12.5,2.5 + parent: 14592 + - uid: 14644 components: - type: Transform - pos: 13.5,-21.5 - parent: 2 - - uid: 2767 + pos: -12.5,1.5 + parent: 14592 + - uid: 14645 components: - type: Transform - pos: 17.5,-20.5 - parent: 2 - - uid: 2768 + pos: -11.5,17.5 + parent: 14592 + - uid: 14646 components: - type: Transform - pos: 17.5,-18.5 - parent: 2 - - uid: 2775 + pos: -11.5,16.5 + parent: 14592 + - uid: 14647 components: - type: Transform - pos: 18.5,-14.5 - parent: 2 - - uid: 2778 + pos: -11.5,15.5 + parent: 14592 + - uid: 14648 components: - type: Transform - pos: 16.5,-14.5 - parent: 2 - - uid: 2779 + pos: -11.5,14.5 + parent: 14592 + - uid: 14649 components: - type: Transform - pos: 17.5,-14.5 + pos: 43.5,-3.5 parent: 2 - - uid: 2780 + - uid: 14659 components: - type: Transform - pos: 18.5,-13.5 - parent: 2 - - uid: 2781 + pos: -11.5,3.5 + parent: 14592 + - uid: 14660 components: - type: Transform - pos: 18.5,-12.5 - parent: 2 - - uid: 2787 + pos: -11.5,2.5 + parent: 14592 + - uid: 14661 components: - type: Transform - pos: 72.5,-15.5 - parent: 2 - - uid: 2788 + pos: -11.5,1.5 + parent: 14592 + - uid: 14662 components: - type: Transform - pos: 22.5,-10.5 - parent: 2 - - uid: 2790 + pos: -10.5,17.5 + parent: 14592 + - uid: 14663 components: - type: Transform - pos: 24.5,-10.5 - parent: 2 - - uid: 2791 + pos: -10.5,16.5 + parent: 14592 + - uid: 14664 components: - type: Transform - pos: 25.5,-10.5 - parent: 2 - - uid: 2792 + pos: -10.5,15.5 + parent: 14592 + - uid: 14665 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,-6.5 - parent: 2 - - uid: 2793 + pos: -10.5,14.5 + parent: 14592 + - uid: 14676 components: - type: Transform - pos: 17.5,-17.5 - parent: 2 - - uid: 2794 + pos: -10.5,3.5 + parent: 14592 + - uid: 14677 components: - type: Transform - pos: 17.5,-16.5 - parent: 2 - - uid: 2795 + pos: -10.5,2.5 + parent: 14592 + - uid: 14678 components: - type: Transform - pos: 17.5,-15.5 - parent: 2 - - uid: 2796 + pos: -10.5,1.5 + parent: 14592 + - uid: 14679 components: - type: Transform - pos: 18.5,-15.5 - parent: 2 - - uid: 2797 + pos: -9.5,17.5 + parent: 14592 + - uid: 14680 components: - type: Transform - pos: 19.5,-15.5 - parent: 2 - - uid: 2798 + pos: -9.5,16.5 + parent: 14592 + - uid: 14681 components: - type: Transform - pos: 20.5,-15.5 - parent: 2 - - uid: 2799 + pos: -9.5,15.5 + parent: 14592 + - uid: 14682 components: - type: Transform - pos: 21.5,-15.5 - parent: 2 - - uid: 2800 + pos: -9.5,14.5 + parent: 14592 + - uid: 14692 components: - type: Transform - pos: 22.5,-15.5 - parent: 2 - - uid: 2801 + pos: -14.5,17.5 + parent: 14592 + - uid: 14693 components: - type: Transform - pos: 23.5,-15.5 - parent: 2 - - uid: 2802 + pos: -9.5,2.5 + parent: 14592 + - uid: 14694 components: - type: Transform - pos: 24.5,-15.5 - parent: 2 - - uid: 2803 + pos: -9.5,1.5 + parent: 14592 + - uid: 14695 components: - type: Transform - pos: 25.5,-15.5 - parent: 2 - - uid: 2808 + pos: -8.5,17.5 + parent: 14592 + - uid: 14696 components: - type: Transform - pos: 72.5,-14.5 - parent: 2 - - uid: 2809 + pos: -8.5,16.5 + parent: 14592 + - uid: 14697 components: - type: Transform - pos: 73.5,-14.5 - parent: 2 - - uid: 2815 + pos: -8.5,15.5 + parent: 14592 + - uid: 14698 components: - type: Transform - pos: -2.5,17.5 - parent: 2 - - uid: 2816 + pos: -8.5,14.5 + parent: 14592 + - uid: 14701 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,8.5 - parent: 2 - - uid: 2817 + pos: -3.5,17.5 + parent: 14592 + - uid: 14702 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,0.5 - parent: 2 - - uid: 2818 + pos: -4.5,17.5 + parent: 14592 + - uid: 14712 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-3.5 - parent: 2 - - uid: 2819 + pos: -7.5,17.5 + parent: 14592 + - uid: 14713 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-3.5 - parent: 2 - - uid: 2822 + pos: -7.5,16.5 + parent: 14592 + - uid: 14714 components: - type: Transform - pos: -2.5,16.5 - parent: 2 - - uid: 2823 + pos: -7.5,15.5 + parent: 14592 + - uid: 14715 components: - type: Transform - pos: 25.5,11.5 - parent: 2 - - uid: 2826 + pos: -7.5,14.5 + parent: 14592 + - uid: 14717 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,4.5 - parent: 2 - - uid: 2846 + anchored: False + pos: -2.5,17.5 + parent: 14592 + - uid: 14727 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,2.5 - parent: 2 - - uid: 2847 + pos: -6.5,17.5 + parent: 14592 + - uid: 14728 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,1.5 - parent: 2 - - uid: 2848 + pos: -6.5,16.5 + parent: 14592 + - uid: 14729 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,-3.5 - parent: 2 - - uid: 2849 + pos: -6.5,15.5 + parent: 14592 + - uid: 14730 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-3.5 - parent: 2 - - uid: 2869 + pos: -6.5,14.5 + parent: 14592 + - uid: 14743 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,4.5 - parent: 2 - - uid: 2871 + pos: -5.5,17.5 + parent: 14592 + - uid: 14744 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,3.5 - parent: 2 - - uid: 2873 + pos: -5.5,16.5 + parent: 14592 + - uid: 14745 components: - type: Transform - pos: 26.5,0.5 - parent: 2 - - uid: 2876 + pos: -5.5,15.5 + parent: 14592 + - uid: 14760 components: - type: Transform - pos: 26.5,1.5 - parent: 2 - - uid: 2878 + pos: -4.5,17.5 + parent: 14592 + - uid: 14777 components: - type: Transform - pos: 26.5,2.5 - parent: 2 - - uid: 2882 + pos: -3.5,17.5 + parent: 14592 + - uid: 14786 components: - type: Transform - pos: 26.5,6.5 - parent: 2 - - uid: 2883 + pos: -12.5,17.5 + parent: 14592 + - uid: 14787 components: - type: Transform - pos: 26.5,7.5 - parent: 2 - - uid: 2884 + pos: -10.5,17.5 + parent: 14592 + - uid: 14788 components: - type: Transform - pos: 27.5,7.5 - parent: 2 - - uid: 2922 + pos: -9.5,17.5 + parent: 14592 + - uid: 14794 components: - type: Transform - pos: 27.5,8.5 - parent: 2 - - uid: 2923 + anchored: False + pos: -2.5,17.5 + parent: 14592 + - uid: 14801 components: - type: Transform - pos: 27.5,9.5 - parent: 2 - - uid: 2924 + pos: -23.5,9.5 + parent: 14592 + - uid: 14803 components: - type: Transform - pos: 27.5,10.5 - parent: 2 - - uid: 2925 + pos: -13.5,17.5 + parent: 14592 + - uid: 14804 components: - type: Transform - pos: 26.5,10.5 - parent: 2 - - uid: 2926 + pos: -7.5,17.5 + parent: 14592 + - uid: 14805 components: - type: Transform - pos: 26.5,11.5 - parent: 2 - - uid: 2927 + pos: -8.5,17.5 + parent: 14592 + - uid: 14811 components: - type: Transform - pos: 24.5,11.5 - parent: 2 - - uid: 2928 + pos: -23.5,29.5 + parent: 14592 + - uid: 14813 components: - type: Transform - pos: 23.5,11.5 - parent: 2 - - uid: 2929 + pos: -22.5,29.5 + parent: 14592 + - uid: 14814 components: - type: Transform - pos: 22.5,11.5 - parent: 2 - - uid: 2930 + pos: -22.5,32.5 + parent: 14592 + - uid: 14818 components: - type: Transform - pos: -54.5,-29.5 - parent: 2 - - uid: 2931 + pos: -6.5,17.5 + parent: 14592 + - uid: 14819 components: - type: Transform - pos: 22.5,12.5 - parent: 2 - - uid: 2932 + pos: -11.5,17.5 + parent: 14592 + - uid: 14820 components: - type: Transform - pos: -52.5,-29.5 - parent: 2 - - uid: 2933 + pos: -5.5,17.5 + parent: 14592 + - uid: 14829 components: - type: Transform - pos: -51.5,-29.5 - parent: 2 - - uid: 2934 + pos: 13.5,11.5 + parent: 14592 + - uid: 14835 components: - type: Transform - pos: 21.5,12.5 - parent: 2 - - uid: 2935 + pos: -3.5,13.5 + parent: 14592 + - uid: 14836 components: - type: Transform - pos: 20.5,12.5 - parent: 2 - - uid: 2948 + pos: -4.5,14.5 + parent: 14592 + - uid: 14837 components: - type: Transform - pos: 27.5,15.5 - parent: 2 - - uid: 2949 + pos: 0.5,9.5 + parent: 14592 + - uid: 14838 components: - type: Transform - pos: 26.5,15.5 - parent: 2 - - uid: 2950 + pos: 0.5,8.5 + parent: 14592 + - uid: 14839 components: - type: Transform - pos: 29.5,15.5 - parent: 2 - - uid: 2951 + pos: 0.5,7.5 + parent: 14592 + - uid: 14840 components: - type: Transform - pos: 30.5,15.5 - parent: 2 - - uid: 2952 + pos: 0.5,6.5 + parent: 14592 + - uid: 14842 components: - type: Transform - pos: 31.5,15.5 - parent: 2 - - uid: 2953 + pos: 13.5,10.5 + parent: 14592 + - uid: 14843 components: - type: Transform - pos: 32.5,15.5 - parent: 2 - - uid: 2954 + pos: -4.5,13.5 + parent: 14592 + - uid: 14844 components: - type: Transform - pos: 33.5,15.5 - parent: 2 - - uid: 2955 + pos: -3.5,14.5 + parent: 14592 + - uid: 14845 components: - type: Transform - pos: 34.5,15.5 - parent: 2 - - uid: 2956 + pos: -3.5,15.5 + parent: 14592 + - uid: 14846 components: - type: Transform - pos: 35.5,15.5 - parent: 2 - - uid: 2957 + pos: 2.5,16.5 + parent: 14592 + - uid: 14847 components: - type: Transform - pos: 36.5,15.5 - parent: 2 - - uid: 2958 + pos: 1.5,9.5 + parent: 14592 + - uid: 14848 components: - type: Transform - pos: 36.5,16.5 - parent: 2 - - uid: 2959 + pos: 1.5,8.5 + parent: 14592 + - uid: 14849 components: - type: Transform - pos: 26.5,16.5 - parent: 2 - - uid: 2967 + pos: 1.5,7.5 + parent: 14592 + - uid: 14850 components: - type: Transform - pos: 22.5,19.5 - parent: 2 - - uid: 2968 + pos: 1.5,6.5 + parent: 14592 + - uid: 14851 components: - type: Transform - pos: 23.5,19.5 - parent: 2 - - uid: 2969 + pos: 1.5,5.5 + parent: 14592 + - uid: 14856 components: - type: Transform - pos: 24.5,19.5 - parent: 2 - - uid: 2970 + pos: 1.5,17.5 + parent: 14592 + - uid: 14857 components: - type: Transform - pos: 25.5,19.5 - parent: 2 - - uid: 2971 + pos: 2.5,9.5 + parent: 14592 + - uid: 14858 components: - type: Transform - pos: 26.5,19.5 - parent: 2 - - uid: 2972 + pos: 2.5,8.5 + parent: 14592 + - uid: 14859 components: - type: Transform - pos: 26.5,18.5 - parent: 2 - - uid: 2973 + pos: 2.5,7.5 + parent: 14592 + - uid: 14860 components: - type: Transform - pos: 30.5,16.5 - parent: 2 - - uid: 2974 + pos: 2.5,6.5 + parent: 14592 + - uid: 14861 components: - type: Transform - pos: 30.5,20.5 - parent: 2 - - uid: 2979 + pos: 2.5,5.5 + parent: 14592 + - uid: 14866 components: - type: Transform - pos: 26.5,20.5 - parent: 2 - - uid: 2980 + pos: 3.5,10.5 + parent: 14592 + - uid: 14867 components: - type: Transform - pos: 26.5,24.5 - parent: 2 - - uid: 2981 + pos: 3.5,9.5 + parent: 14592 + - uid: 14868 components: - type: Transform - pos: 26.5,25.5 - parent: 2 - - uid: 2982 + pos: 3.5,8.5 + parent: 14592 + - uid: 14869 components: - type: Transform - pos: 25.5,25.5 - parent: 2 - - uid: 2983 + pos: 3.5,7.5 + parent: 14592 + - uid: 14870 components: - type: Transform - pos: 24.5,25.5 - parent: 2 - - uid: 2984 + pos: 3.5,6.5 + parent: 14592 + - uid: 14871 components: - type: Transform - pos: 23.5,25.5 - parent: 2 - - uid: 2985 + pos: 3.5,5.5 + parent: 14592 + - uid: 14876 components: - type: Transform - pos: 22.5,25.5 - parent: 2 - - uid: 2986 + pos: 4.5,10.5 + parent: 14592 + - uid: 14877 components: - type: Transform - pos: 30.5,21.5 - parent: 2 - - uid: 2987 + pos: 4.5,9.5 + parent: 14592 + - uid: 14878 components: - type: Transform - pos: 31.5,21.5 - parent: 2 - - uid: 2988 + pos: 4.5,8.5 + parent: 14592 + - uid: 14879 components: - type: Transform - pos: 32.5,21.5 - parent: 2 - - uid: 2989 + pos: 4.5,7.5 + parent: 14592 + - uid: 14880 components: - type: Transform - pos: 33.5,21.5 - parent: 2 - - uid: 2990 + pos: 4.5,6.5 + parent: 14592 + - uid: 14881 components: - type: Transform - pos: 34.5,21.5 - parent: 2 - - uid: 2991 + pos: 4.5,5.5 + parent: 14592 + - uid: 14886 + components: + - type: Transform + pos: 5.5,10.5 + parent: 14592 + - uid: 14887 components: - type: Transform - pos: 35.5,21.5 - parent: 2 - - uid: 2992 + pos: 5.5,9.5 + parent: 14592 + - uid: 14888 components: - type: Transform - pos: 36.5,21.5 - parent: 2 - - uid: 2994 + pos: 5.5,8.5 + parent: 14592 + - uid: 14889 components: - type: Transform - pos: 36.5,18.5 - parent: 2 - - uid: 2995 + pos: 5.5,7.5 + parent: 14592 + - uid: 14896 components: - type: Transform - pos: 36.5,19.5 - parent: 2 - - uid: 2996 + pos: 6.5,10.5 + parent: 14592 + - uid: 14897 components: - type: Transform - pos: 36.5,20.5 - parent: 2 - - uid: 2997 + pos: 6.5,9.5 + parent: 14592 + - uid: 14898 components: - type: Transform - pos: 30.5,22.5 - parent: 2 - - uid: 2998 + pos: 6.5,8.5 + parent: 14592 + - uid: 14899 components: - type: Transform - pos: 30.5,23.5 - parent: 2 - - uid: 2999 + pos: 6.5,7.5 + parent: 14592 + - uid: 14906 components: - type: Transform - pos: 30.5,25.5 - parent: 2 - - uid: 3000 + pos: 7.5,10.5 + parent: 14592 + - uid: 14907 components: - type: Transform - pos: 21.5,25.5 - parent: 2 - - uid: 3001 + pos: 7.5,9.5 + parent: 14592 + - uid: 14908 components: - type: Transform - pos: 20.5,25.5 - parent: 2 - - uid: 3002 + pos: 7.5,8.5 + parent: 14592 + - uid: 14909 components: - type: Transform - pos: 20.5,26.5 - parent: 2 - - uid: 3003 + pos: 7.5,7.5 + parent: 14592 + - uid: 14916 components: - type: Transform - pos: 19.5,25.5 - parent: 2 - - uid: 3004 + pos: 8.5,10.5 + parent: 14592 + - uid: 14917 components: - type: Transform - pos: -50.5,-29.5 - parent: 2 - - uid: 3005 + pos: 8.5,9.5 + parent: 14592 + - uid: 14919 components: - type: Transform - pos: -50.5,-30.5 - parent: 2 - - uid: 3006 + pos: 8.5,7.5 + parent: 14592 + - uid: 14927 components: - type: Transform - pos: 17.5,16.5 - parent: 2 - - uid: 3007 + pos: 9.5,9.5 + parent: 14592 + - uid: 14928 components: - type: Transform - pos: -49.5,-30.5 - parent: 2 - - uid: 3008 + pos: 9.5,8.5 + parent: 14592 + - uid: 14929 components: - type: Transform - pos: -47.5,-35.5 - parent: 2 - - uid: 3009 + pos: 9.5,7.5 + parent: 14592 + - uid: 14930 components: - type: Transform - pos: -46.5,-35.5 - parent: 2 - - uid: 3010 + pos: 3.5,15.5 + parent: 14592 + - uid: 14931 components: - type: Transform - pos: -46.5,-34.5 - parent: 2 - - uid: 3011 + pos: 3.5,16.5 + parent: 14592 + - uid: 14936 components: - type: Transform - pos: 13.5,18.5 - parent: 2 - - uid: 3012 + pos: 2.5,17.5 + parent: 14592 + - uid: 14937 components: - type: Transform - pos: 13.5,17.5 - parent: 2 - - uid: 3016 + pos: 10.5,9.5 + parent: 14592 + - uid: 14938 components: - type: Transform - pos: 13.5,19.5 - parent: 2 - - uid: 3018 + pos: 10.5,8.5 + parent: 14592 + - uid: 14940 components: - type: Transform - pos: 16.5,16.5 - parent: 2 - - uid: 3022 + pos: 2.5,17.5 + parent: 14592 + - uid: 14946 components: - type: Transform - pos: 11.5,22.5 - parent: 2 - - uid: 3023 + pos: 11.5,10.5 + parent: 14592 + - uid: 14947 components: - type: Transform - pos: 11.5,27.5 - parent: 2 - - uid: 3024 + pos: 11.5,9.5 + parent: 14592 + - uid: 14948 components: - type: Transform - pos: 11.5,26.5 - parent: 2 - - uid: 3025 + pos: 11.5,8.5 + parent: 14592 + - uid: 14954 components: - type: Transform - pos: 11.5,25.5 - parent: 2 - - uid: 3026 + pos: 12.5,10.5 + parent: 14592 + - uid: 14955 components: - type: Transform - pos: 11.5,24.5 - parent: 2 - - uid: 3027 + pos: 12.5,9.5 + parent: 14592 + - uid: 14956 components: - type: Transform - pos: 11.5,23.5 - parent: 2 - - uid: 3032 + pos: 12.5,8.5 + parent: 14592 + - uid: 14964 components: - type: Transform - pos: 14.5,16.5 - parent: 2 - - uid: 3033 + pos: 3.5,17.5 + parent: 14592 + - uid: 14965 components: - type: Transform - pos: 13.5,16.5 - parent: 2 - - uid: 3037 + pos: -5.5,13.5 + parent: 14592 + - uid: 14966 components: - type: Transform - pos: -45.5,-35.5 - parent: 2 - - uid: 3043 + pos: -6.5,13.5 + parent: 14592 + - uid: 14967 components: - type: Transform - pos: 21.5,19.5 - parent: 2 - - uid: 3044 + pos: -4.5,12.5 + parent: 14592 + - uid: 14968 components: - type: Transform - pos: 20.5,19.5 - parent: 2 - - uid: 3045 + pos: -3.5,16.5 + parent: 14592 + - uid: 14969 components: - type: Transform - pos: 19.5,19.5 - parent: 2 - - uid: 3046 + pos: -5.5,12.5 + parent: 14592 + - uid: 14970 components: - type: Transform - pos: 18.5,19.5 - parent: 2 - - uid: 3047 + pos: -3.5,12.5 + parent: 14592 + - uid: 14971 components: - type: Transform - pos: 17.5,19.5 - parent: 2 - - uid: 3048 + pos: -22.5,18.5 + parent: 14592 + - uid: 14972 components: - type: Transform - pos: 16.5,19.5 - parent: 2 - - uid: 3049 + pos: -22.5,17.5 + parent: 14592 + - uid: 14973 components: - type: Transform - pos: 16.5,20.5 - parent: 2 - - uid: 3050 + pos: -22.5,14.5 + parent: 14592 + - uid: 14974 components: - type: Transform - pos: 16.5,21.5 - parent: 2 - - uid: 3051 + pos: 7.5,11.5 + parent: 14592 + - uid: 14975 components: - type: Transform - pos: 16.5,22.5 - parent: 2 - - uid: 3052 + pos: 8.5,11.5 + parent: 14592 + - uid: 14976 components: - type: Transform - pos: 16.5,23.5 - parent: 2 - - uid: 3053 + pos: -22.5,16.5 + parent: 14592 + - uid: 14978 components: - type: Transform - pos: 16.5,24.5 - parent: 2 - - uid: 3054 + pos: 11.5,11.5 + parent: 14592 + - uid: 14979 components: - type: Transform - pos: 16.5,25.5 - parent: 2 - - uid: 3055 + pos: 12.5,11.5 + parent: 14592 + - uid: 14980 components: - type: Transform - pos: 17.5,25.5 - parent: 2 - - uid: 3056 + pos: 13.5,11.5 + parent: 14592 + - uid: 14981 components: - type: Transform - pos: 18.5,25.5 - parent: 2 - - uid: 3057 + pos: 14.5,11.5 + parent: 14592 + - uid: 14982 components: - type: Transform - pos: 26.5,29.5 - parent: 2 - - uid: 3061 + pos: 15.5,11.5 + parent: 14592 + - uid: 14983 components: - type: Transform - pos: 26.5,30.5 - parent: 2 - - uid: 3062 + pos: 9.5,13.5 + parent: 14592 + - uid: 14984 components: - type: Transform - pos: 30.5,30.5 - parent: 2 - - uid: 3063 + pos: 9.5,12.5 + parent: 14592 + - uid: 14985 components: - type: Transform - pos: 30.5,29.5 - parent: 2 - - uid: 3064 + pos: 10.5,13.5 + parent: 14592 + - uid: 14986 components: - type: Transform - pos: 30.5,28.5 - parent: 2 - - uid: 3065 + pos: 10.5,12.5 + parent: 14592 + - uid: 14987 components: - type: Transform - pos: 30.5,27.5 - parent: 2 - - uid: 3066 + pos: 11.5,13.5 + parent: 14592 + - uid: 14988 components: - type: Transform - pos: 30.5,26.5 - parent: 2 - - uid: 3067 + pos: 11.5,12.5 + parent: 14592 + - uid: 14989 components: - type: Transform - pos: 36.5,22.5 - parent: 2 - - uid: 3068 + pos: 12.5,13.5 + parent: 14592 + - uid: 14990 components: - type: Transform - pos: 36.5,23.5 - parent: 2 - - uid: 3069 + pos: 12.5,12.5 + parent: 14592 + - uid: 14991 components: - type: Transform - pos: 36.5,24.5 - parent: 2 - - uid: 3070 + pos: 13.5,13.5 + parent: 14592 + - uid: 14992 components: - type: Transform - pos: 31.5,27.5 - parent: 2 - - uid: 3071 + pos: 13.5,12.5 + parent: 14592 + - uid: 14993 components: - type: Transform - pos: 34.5,27.5 - parent: 2 - - uid: 3072 + pos: 14.5,12.5 + parent: 14592 + - uid: 14994 components: - type: Transform - pos: 34.5,26.5 - parent: 2 - - uid: 3073 + pos: 13.5,10.5 + parent: 14592 + - uid: 14995 components: - type: Transform - pos: 35.5,26.5 - parent: 2 - - uid: 3074 + pos: 13.5,9.5 + parent: 14592 + - uid: 14996 components: - type: Transform - pos: 36.5,26.5 - parent: 2 - - uid: 3075 + pos: 13.5,8.5 + parent: 14592 + - uid: 15000 components: - type: Transform - pos: 36.5,25.5 - parent: 2 - - uid: 3078 + pos: 14.5,10.5 + parent: 14592 + - uid: 15001 components: - type: Transform - pos: 37.5,25.5 - parent: 2 - - uid: 3079 + pos: 14.5,9.5 + parent: 14592 + - uid: 15006 components: - type: Transform - pos: 37.5,24.5 - parent: 2 - - uid: 3080 + pos: 15.5,10.5 + parent: 14592 + - uid: 15007 components: - type: Transform - pos: 37.5,18.5 - parent: 2 - - uid: 3081 + pos: 15.5,9.5 + parent: 14592 + - uid: 15008 components: - type: Transform - pos: 38.5,18.5 - parent: 2 - - uid: 3082 + pos: 15.5,8.5 + parent: 14592 + - uid: 15012 components: - type: Transform - pos: 39.5,18.5 - parent: 2 - - uid: 3084 + pos: -9.5,-9.5 + parent: 14592 + - uid: 15013 components: - type: Transform - pos: 41.5,18.5 - parent: 2 - - uid: 3089 + pos: -9.5,-8.5 + parent: 14592 + - uid: 15014 components: - type: Transform - pos: 43.5,24.5 - parent: 2 - - uid: 3090 + pos: -9.5,-7.5 + parent: 14592 + - uid: 15015 components: - type: Transform - pos: 43.5,23.5 - parent: 2 - - uid: 3091 + pos: -9.5,-6.5 + parent: 14592 + - uid: 15016 components: - type: Transform - pos: 44.5,23.5 - parent: 2 - - uid: 3092 + pos: -9.5,-5.5 + parent: 14592 + - uid: 15017 components: - type: Transform - pos: 44.5,22.5 - parent: 2 - - uid: 3093 + pos: -9.5,-4.5 + parent: 14592 + - uid: 15018 components: - type: Transform - pos: 44.5,21.5 - parent: 2 - - uid: 3094 + pos: -9.5,-3.5 + parent: 14592 + - uid: 15019 components: - type: Transform - pos: 44.5,20.5 - parent: 2 - - uid: 3095 + pos: -9.5,-2.5 + parent: 14592 + - uid: 15020 components: - type: Transform - pos: 44.5,19.5 - parent: 2 - - uid: 3096 + pos: -9.5,-1.5 + parent: 14592 + - uid: 15021 components: - type: Transform - pos: 44.5,18.5 - parent: 2 - - uid: 3097 + pos: -9.5,-0.5 + parent: 14592 + - uid: 15022 components: - type: Transform - pos: 43.5,18.5 - parent: 2 - - uid: 3098 + pos: -9.5,0.5 + parent: 14592 + - uid: 15023 components: - type: Transform - pos: 42.5,18.5 - parent: 2 - - uid: 3102 + pos: -10.5,-9.5 + parent: 14592 + - uid: 15024 components: - type: Transform - pos: -49.5,-22.5 - parent: 2 - - uid: 3103 + pos: -10.5,-8.5 + parent: 14592 + - uid: 15025 components: - type: Transform - pos: -49.5,-23.5 - parent: 2 - - uid: 3104 + pos: -10.5,-7.5 + parent: 14592 + - uid: 15026 components: - type: Transform - pos: -49.5,-24.5 - parent: 2 - - uid: 3105 + pos: -10.5,-6.5 + parent: 14592 + - uid: 15027 components: - type: Transform - pos: -48.5,-24.5 - parent: 2 - - uid: 3106 + pos: -10.5,-5.5 + parent: 14592 + - uid: 15028 components: - type: Transform - pos: -48.5,-25.5 - parent: 2 - - uid: 3117 + pos: -10.5,-4.5 + parent: 14592 + - uid: 15029 components: - type: Transform - pos: -44.5,-35.5 - parent: 2 - - uid: 3118 + pos: -10.5,-3.5 + parent: 14592 + - uid: 15030 components: - type: Transform - pos: -42.5,-35.5 - parent: 2 - - uid: 3121 + pos: -10.5,-2.5 + parent: 14592 + - uid: 15031 components: - type: Transform - pos: -48.5,-26.5 - parent: 2 - - uid: 3124 + pos: -10.5,-1.5 + parent: 14592 + - uid: 15032 components: - type: Transform - pos: 39.5,15.5 - parent: 2 - - uid: 3181 + pos: -10.5,-0.5 + parent: 14592 + - uid: 15033 components: - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-6.5 - parent: 2 - - uid: 3183 + pos: -10.5,0.5 + parent: 14592 + - uid: 15034 components: - type: Transform - pos: -2.5,19.5 - parent: 2 - - uid: 3184 + pos: -11.5,-9.5 + parent: 14592 + - uid: 15035 components: - type: Transform - pos: -2.5,18.5 - parent: 2 - - uid: 3186 + pos: -11.5,-8.5 + parent: 14592 + - uid: 15036 components: - type: Transform - pos: 3.5,20.5 - parent: 2 - - uid: 3187 + pos: -11.5,-7.5 + parent: 14592 + - uid: 15037 components: - type: Transform - pos: 3.5,19.5 - parent: 2 - - uid: 3188 + pos: -11.5,-6.5 + parent: 14592 + - uid: 15039 components: - type: Transform - pos: 3.5,17.5 - parent: 2 - - uid: 3189 + pos: -11.5,-4.5 + parent: 14592 + - uid: 15040 components: - type: Transform - pos: -0.5,20.5 - parent: 2 - - uid: 3190 + pos: -11.5,-3.5 + parent: 14592 + - uid: 15041 components: - type: Transform - pos: -1.5,20.5 - parent: 2 - - uid: 3191 + pos: -11.5,-2.5 + parent: 14592 + - uid: 15042 components: - type: Transform - pos: -2.5,20.5 - parent: 2 - - uid: 3198 + pos: -11.5,-1.5 + parent: 14592 + - uid: 15043 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,13.5 - parent: 2 - - uid: 3199 + pos: -11.5,-0.5 + parent: 14592 + - uid: 15044 components: - type: Transform - pos: -25.5,-6.5 - parent: 2 - - uid: 3218 + pos: -11.5,0.5 + parent: 14592 + - uid: 15046 components: - type: Transform - pos: 26.5,34.5 - parent: 2 - - uid: 3219 + pos: -21.5,17.5 + parent: 14592 + - uid: 15052 components: - type: Transform - pos: 25.5,34.5 - parent: 2 - - uid: 3220 + pos: -22.5,15.5 + parent: 14592 + - uid: 15053 components: - type: Transform - pos: 24.5,34.5 - parent: 2 - - uid: 3221 + pos: -12.5,-1.5 + parent: 14592 + - uid: 15054 components: - type: Transform - pos: 23.5,34.5 - parent: 2 - - uid: 3222 + pos: -12.5,-0.5 + parent: 14592 + - uid: 15055 components: - type: Transform - pos: 22.5,34.5 - parent: 2 - - uid: 3223 + pos: -12.5,0.5 + parent: 14592 + - uid: 15063 components: - type: Transform - pos: 21.5,34.5 - parent: 2 - - uid: 3224 + pos: -22.5,13.5 + parent: 14592 + - uid: 15064 components: - type: Transform - pos: 20.5,34.5 - parent: 2 - - uid: 3225 + pos: -13.5,-1.5 + parent: 14592 + - uid: 15065 components: - type: Transform - pos: 20.5,33.5 - parent: 2 - - uid: 3226 + pos: -13.5,-0.5 + parent: 14592 + - uid: 15069 components: - type: Transform - pos: 20.5,32.5 - parent: 2 - - uid: 3227 + pos: -22.5,19.5 + parent: 14592 + - uid: 15070 components: - type: Transform - pos: 20.5,30.5 - parent: 2 - - uid: 3228 + pos: -14.5,-1.5 + parent: 14592 + - uid: 15071 components: - type: Transform - pos: 20.5,29.5 - parent: 2 - - uid: 3229 + pos: -14.5,-0.5 + parent: 14592 + - uid: 15080 components: - type: Transform - pos: 20.5,28.5 - parent: 2 - - uid: 3230 + pos: -21.5,20.5 + parent: 14592 + - uid: 15081 components: - type: Transform - pos: 20.5,27.5 - parent: 2 - - uid: 3242 + pos: -15.5,-1.5 + parent: 14592 + - uid: 15082 components: - type: Transform - pos: -73.5,88.5 - parent: 2 - - uid: 3247 + pos: -15.5,-0.5 + parent: 14592 + - uid: 15083 components: - type: Transform - pos: 5.5,71.5 - parent: 2 - - uid: 3249 + pos: -15.5,0.5 + parent: 14592 + - uid: 15091 components: - type: Transform - pos: -74.5,88.5 - parent: 2 - - uid: 3252 + pos: -22.5,12.5 + parent: 14592 + - uid: 15092 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,-11.5 - parent: 2 - - uid: 3261 + pos: -16.5,-1.5 + parent: 14592 + - uid: 15093 components: - type: Transform - pos: -59.5,80.5 - parent: 2 - - uid: 3267 + pos: -16.5,-0.5 + parent: 14592 + - uid: 15094 components: - type: Transform - pos: -91.5,76.5 - parent: 2 - - uid: 3281 + pos: -16.5,0.5 + parent: 14592 + - uid: 15095 components: - type: Transform - pos: 39.5,-23.5 - parent: 2 - - uid: 3282 + pos: -17.5,-9.5 + parent: 14592 + - uid: 15096 components: - type: Transform - pos: 40.5,-23.5 - parent: 2 - - uid: 3283 + pos: -17.5,-8.5 + parent: 14592 + - uid: 15097 components: - type: Transform - pos: 41.5,-23.5 - parent: 2 - - uid: 3284 + pos: -17.5,-7.5 + parent: 14592 + - uid: 15098 components: - type: Transform - pos: 42.5,-23.5 - parent: 2 - - uid: 3285 + pos: -17.5,-6.5 + parent: 14592 + - uid: 15099 components: - type: Transform - pos: 43.5,-23.5 - parent: 2 - - uid: 3291 + pos: -17.5,-5.5 + parent: 14592 + - uid: 15101 components: - type: Transform - pos: 39.5,-30.5 - parent: 2 - - uid: 3292 + pos: -13.5,10.5 + parent: 14592 + - uid: 15102 components: - type: Transform - pos: 40.5,-30.5 - parent: 2 - - uid: 3293 + pos: -17.5,-2.5 + parent: 14592 + - uid: 15103 components: - type: Transform - pos: 41.5,-30.5 - parent: 2 - - uid: 3294 + pos: -17.5,-1.5 + parent: 14592 + - uid: 15104 components: - type: Transform - pos: 42.5,-30.5 - parent: 2 - - uid: 3296 + pos: -17.5,-0.5 + parent: 14592 + - uid: 15105 components: - type: Transform - pos: 43.5,-29.5 - parent: 2 - - uid: 3297 + pos: -17.5,0.5 + parent: 14592 + - uid: 15106 components: - type: Transform - pos: 43.5,-28.5 - parent: 2 - - uid: 3298 + pos: -18.5,-9.5 + parent: 14592 + - uid: 15107 components: - type: Transform - pos: 43.5,-26.5 - parent: 2 - - uid: 3299 + pos: -18.5,-8.5 + parent: 14592 + - uid: 15108 components: - type: Transform - pos: 43.5,-25.5 - parent: 2 - - uid: 3300 + pos: -18.5,-7.5 + parent: 14592 + - uid: 15109 components: - type: Transform - pos: 43.5,-24.5 - parent: 2 - - uid: 3340 + pos: -18.5,-6.5 + parent: 14592 + - uid: 15110 components: - type: Transform - pos: 65.5,-36.5 - parent: 2 - - uid: 3341 + pos: -18.5,-5.5 + parent: 14592 + - uid: 15111 components: - type: Transform - pos: 64.5,-36.5 - parent: 2 - - uid: 3343 + pos: -18.5,-4.5 + parent: 14592 + - uid: 15112 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 75.5,2.5 - parent: 2 - - uid: 3348 + pos: -18.5,-3.5 + parent: 14592 + - uid: 15113 components: - type: Transform - pos: 65.5,-27.5 - parent: 2 - - uid: 3359 + pos: -18.5,-2.5 + parent: 14592 + - uid: 15114 components: - type: Transform - pos: -60.5,-4.5 - parent: 2 - - uid: 3371 + pos: -18.5,-1.5 + parent: 14592 + - uid: 15115 components: - type: Transform - pos: 68.5,-18.5 - parent: 2 - - uid: 3377 + pos: -18.5,-0.5 + parent: 14592 + - uid: 15116 components: - type: Transform - pos: 67.5,-17.5 - parent: 2 - - uid: 3378 + pos: -18.5,0.5 + parent: 14592 + - uid: 15117 components: - type: Transform - pos: 68.5,-17.5 - parent: 2 - - uid: 3379 + pos: -19.5,-9.5 + parent: 14592 + - uid: 15118 components: - type: Transform - pos: 68.5,-16.5 - parent: 2 - - uid: 3380 + pos: -19.5,-8.5 + parent: 14592 + - uid: 15119 components: - type: Transform - pos: 68.5,-15.5 - parent: 2 - - uid: 3381 + pos: -19.5,-7.5 + parent: 14592 + - uid: 15120 components: - type: Transform - pos: 68.5,-14.5 - parent: 2 - - uid: 3382 + pos: -19.5,-6.5 + parent: 14592 + - uid: 15121 components: - type: Transform - pos: 68.5,-13.5 - parent: 2 - - uid: 3430 + pos: -19.5,-5.5 + parent: 14592 + - uid: 15122 components: - type: Transform - pos: 69.5,-13.5 - parent: 2 - - uid: 3431 + pos: -19.5,-4.5 + parent: 14592 + - uid: 15123 components: - type: Transform - pos: 69.5,-9.5 - parent: 2 - - uid: 3432 + pos: -19.5,-3.5 + parent: 14592 + - uid: 15124 components: - type: Transform - pos: 70.5,-9.5 - parent: 2 - - uid: 3433 + pos: -19.5,-2.5 + parent: 14592 + - uid: 15125 components: - type: Transform - pos: 70.5,-8.5 - parent: 2 - - uid: 3434 + pos: -19.5,-1.5 + parent: 14592 + - uid: 15126 components: - type: Transform - pos: 69.5,-8.5 - parent: 2 - - uid: 3445 + pos: -19.5,-0.5 + parent: 14592 + - uid: 15127 components: - type: Transform - pos: 72.5,-19.5 - parent: 2 - - uid: 3446 + pos: -19.5,0.5 + parent: 14592 + - uid: 15128 components: - type: Transform - pos: 74.5,-25.5 - parent: 2 - - uid: 3451 + pos: -20.5,-9.5 + parent: 14592 + - uid: 15129 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 75.5,-1.5 - parent: 2 - - uid: 3455 + pos: -20.5,-8.5 + parent: 14592 + - uid: 15130 components: - type: Transform - pos: 72.5,-18.5 - parent: 2 - - uid: 3456 + pos: -20.5,-7.5 + parent: 14592 + - uid: 15131 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,60.5 - parent: 2 - - uid: 3457 + pos: -20.5,-6.5 + parent: 14592 + - uid: 15132 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,60.5 - parent: 2 - - uid: 3458 + pos: -20.5,-5.5 + parent: 14592 + - uid: 15133 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,60.5 - parent: 2 - - uid: 3459 + pos: -20.5,-4.5 + parent: 14592 + - uid: 15134 components: - type: Transform - pos: 72.5,-21.5 - parent: 2 - - uid: 3461 + pos: -20.5,-3.5 + parent: 14592 + - uid: 15136 components: - type: Transform - pos: 76.5,6.5 - parent: 2 - - uid: 3462 + pos: -10.5,22.5 + parent: 14592 + - uid: 15137 components: - type: Transform - pos: 74.5,-19.5 - parent: 2 - - uid: 3463 + pos: -20.5,-0.5 + parent: 14592 + - uid: 15138 components: - type: Transform - pos: 74.5,-23.5 - parent: 2 - - uid: 3464 + pos: -20.5,0.5 + parent: 14592 + - uid: 15139 components: - type: Transform - pos: 72.5,-25.5 - parent: 2 - - uid: 3465 + pos: -18.5,-10.5 + parent: 14592 + - uid: 15140 components: - type: Transform - pos: 71.5,4.5 - parent: 2 - - uid: 3466 + pos: -17.5,-10.5 + parent: 14592 + - uid: 15141 components: - type: Transform - pos: 71.5,6.5 - parent: 2 - - uid: 3468 + pos: -16.5,-10.5 + parent: 14592 + - uid: 15142 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,60.5 - parent: 2 - - uid: 3472 + pos: -15.5,-10.5 + parent: 14592 + - uid: 15143 components: - type: Transform - pos: 71.5,8.5 - parent: 2 - - uid: 3473 + pos: -14.5,-10.5 + parent: 14592 + - uid: 15144 components: - type: Transform - pos: 70.5,8.5 - parent: 2 - - uid: 3474 + pos: -13.5,-10.5 + parent: 14592 + - uid: 15145 components: - type: Transform - pos: 70.5,9.5 - parent: 2 - - uid: 3475 + pos: -12.5,-10.5 + parent: 14592 + - uid: 15146 components: - type: Transform - pos: 70.5,10.5 - parent: 2 - - uid: 3478 + pos: -11.5,-10.5 + parent: 14592 + - uid: 15147 components: - type: Transform - pos: 70.5,4.5 - parent: 2 - - uid: 3484 + pos: -10.5,-10.5 + parent: 14592 + - uid: 15148 components: - type: Transform - pos: 64.5,4.5 - parent: 2 - - uid: 3485 + pos: -9.5,-10.5 + parent: 14592 + - uid: 15149 components: - type: Transform - pos: 62.5,4.5 - parent: 2 - - uid: 3486 + pos: -13.5,-11.5 + parent: 14592 + - uid: 15150 components: - type: Transform - pos: 61.5,3.5 - parent: 2 - - uid: 3487 + pos: -12.5,-11.5 + parent: 14592 + - uid: 15151 components: - type: Transform - pos: 61.5,4.5 - parent: 2 - - uid: 3488 + pos: -11.5,-11.5 + parent: 14592 + - uid: 15152 components: - type: Transform - pos: 61.5,5.5 - parent: 2 - - uid: 3489 + pos: -10.5,-11.5 + parent: 14592 + - uid: 15153 components: - type: Transform - pos: 61.5,2.5 - parent: 2 - - uid: 3490 + pos: -11.5,-12.5 + parent: 14592 + - uid: 15154 components: - type: Transform - pos: 60.5,2.5 - parent: 2 - - uid: 3491 + pos: -12.5,-12.5 + parent: 14592 + - uid: 15155 components: - type: Transform - pos: 61.5,7.5 - parent: 2 - - uid: 3492 + pos: -21.5,0.5 + parent: 14592 + - uid: 15156 components: - type: Transform - pos: 61.5,8.5 - parent: 2 - - uid: 3493 + pos: -21.5,1.5 + parent: 14592 + - uid: 15157 components: - type: Transform - pos: 61.5,9.5 - parent: 2 - - uid: 3494 + pos: -21.5,2.5 + parent: 14592 + - uid: 15158 components: - type: Transform - pos: 62.5,9.5 - parent: 2 - - uid: 3495 + pos: -21.5,15.5 + parent: 14592 + - uid: 15159 components: - type: Transform - pos: 63.5,9.5 - parent: 2 - - uid: 3496 + pos: -21.5,4.5 + parent: 14592 + - uid: 15160 components: - type: Transform - pos: 64.5,9.5 - parent: 2 - - uid: 3497 + pos: -21.5,5.5 + parent: 14592 + - uid: 15162 components: - type: Transform - pos: 65.5,9.5 - parent: 2 - - uid: 3498 + pos: -21.5,7.5 + parent: 14592 + - uid: 15163 components: - type: Transform - pos: 66.5,9.5 - parent: 2 - - uid: 3499 + pos: -21.5,8.5 + parent: 14592 + - uid: 15164 components: - type: Transform - pos: 67.5,9.5 - parent: 2 - - uid: 3500 + pos: -21.5,9.5 + parent: 14592 + - uid: 15165 components: - type: Transform - pos: 74.5,-21.5 - parent: 2 - - uid: 3501 + pos: -21.5,10.5 + parent: 14592 + - uid: 15166 components: - type: Transform - pos: 60.5,8.5 - parent: 2 - - uid: 3502 + pos: -20.5,0.5 + parent: 14592 + - uid: 15167 components: - type: Transform - pos: 59.5,8.5 - parent: 2 - - uid: 3503 + pos: -20.5,1.5 + parent: 14592 + - uid: 15168 components: - type: Transform - pos: 58.5,8.5 - parent: 2 - - uid: 3504 + pos: -20.5,2.5 + parent: 14592 + - uid: 15169 components: - type: Transform - pos: 58.5,7.5 - parent: 2 - - uid: 3505 + pos: -20.5,3.5 + parent: 14592 + - uid: 15170 components: - type: Transform - pos: 58.5,6.5 - parent: 2 - - uid: 3506 + pos: -20.5,4.5 + parent: 14592 + - uid: 15171 components: - type: Transform - pos: 56.5,6.5 - parent: 2 - - uid: 3509 + pos: -20.5,5.5 + parent: 14592 + - uid: 15172 components: - type: Transform - pos: 56.5,2.5 - parent: 2 - - uid: 3510 + pos: -20.5,6.5 + parent: 14592 + - uid: 15173 components: - type: Transform - pos: 55.5,2.5 - parent: 2 - - uid: 3511 + pos: -20.5,7.5 + parent: 14592 + - uid: 15174 components: - type: Transform - pos: 55.5,3.5 - parent: 2 - - uid: 3512 + pos: -20.5,8.5 + parent: 14592 + - uid: 15175 components: - type: Transform - pos: 55.5,4.5 - parent: 2 - - uid: 3513 + pos: -20.5,9.5 + parent: 14592 + - uid: 15176 components: - type: Transform - pos: 55.5,5.5 - parent: 2 - - uid: 3514 + pos: -20.5,10.5 + parent: 14592 + - uid: 15177 components: - type: Transform - pos: 55.5,6.5 - parent: 2 - - uid: 3515 + pos: -19.5,0.5 + parent: 14592 + - uid: 15178 components: - type: Transform - pos: 69.5,11.5 - parent: 2 - - uid: 3516 + pos: -19.5,1.5 + parent: 14592 + - uid: 15179 components: - type: Transform - pos: 69.5,12.5 - parent: 2 - - uid: 3517 + pos: -19.5,2.5 + parent: 14592 + - uid: 15180 components: - type: Transform - pos: 69.5,13.5 - parent: 2 - - uid: 3518 + pos: -19.5,3.5 + parent: 14592 + - uid: 15181 components: - type: Transform - pos: 69.5,14.5 - parent: 2 - - uid: 3519 + pos: -19.5,4.5 + parent: 14592 + - uid: 15182 components: - type: Transform - pos: 68.5,14.5 - parent: 2 - - uid: 3524 + pos: -19.5,5.5 + parent: 14592 + - uid: 15183 components: - type: Transform - pos: -53.5,12.5 - parent: 2 - - uid: 3525 + pos: -19.5,6.5 + parent: 14592 + - uid: 15184 components: - type: Transform - pos: -53.5,13.5 - parent: 2 - - uid: 3527 + pos: -19.5,7.5 + parent: 14592 + - uid: 15185 components: - type: Transform - pos: -60.5,-3.5 - parent: 2 - - uid: 3529 + pos: -19.5,8.5 + parent: 14592 + - uid: 15186 components: - type: Transform - pos: -48.5,-14.5 - parent: 2 - - uid: 3542 + pos: -19.5,9.5 + parent: 14592 + - uid: 15187 components: - type: Transform - pos: 54.5,10.5 - parent: 2 - - uid: 3543 + pos: -19.5,10.5 + parent: 14592 + - uid: 15188 components: - type: Transform - pos: 55.5,10.5 - parent: 2 - - uid: 3544 + pos: -18.5,0.5 + parent: 14592 + - uid: 15189 components: - type: Transform - pos: 58.5,10.5 - parent: 2 - - uid: 3545 + pos: -18.5,1.5 + parent: 14592 + - uid: 15190 components: - type: Transform - pos: 56.5,10.5 - parent: 2 - - uid: 3546 + pos: -18.5,2.5 + parent: 14592 + - uid: 15191 components: - type: Transform - pos: 59.5,10.5 - parent: 2 - - uid: 3547 + pos: -18.5,3.5 + parent: 14592 + - uid: 15192 components: - type: Transform - pos: 59.5,11.5 - parent: 2 - - uid: 3548 + pos: -18.5,4.5 + parent: 14592 + - uid: 15193 components: - type: Transform - pos: 60.5,11.5 - parent: 2 - - uid: 3549 + pos: -18.5,5.5 + parent: 14592 + - uid: 15194 components: - type: Transform - pos: 61.5,11.5 - parent: 2 - - uid: 3550 + pos: -18.5,6.5 + parent: 14592 + - uid: 15195 components: - type: Transform - pos: 61.5,14.5 - parent: 2 - - uid: 3551 + pos: -18.5,7.5 + parent: 14592 + - uid: 15196 components: - type: Transform - pos: 61.5,13.5 - parent: 2 - - uid: 3552 + pos: -18.5,8.5 + parent: 14592 + - uid: 15197 components: - type: Transform - pos: 61.5,12.5 - parent: 2 - - uid: 3553 + pos: -18.5,9.5 + parent: 14592 + - uid: 15198 components: - type: Transform - pos: 54.5,11.5 - parent: 2 - - uid: 3557 + pos: -18.5,10.5 + parent: 14592 + - uid: 15199 components: - type: Transform - pos: 68.5,18.5 - parent: 2 - - uid: 3558 + pos: -17.5,0.5 + parent: 14592 + - uid: 15200 components: - type: Transform - pos: 67.5,18.5 - parent: 2 - - uid: 3559 + pos: -17.5,1.5 + parent: 14592 + - uid: 15201 components: - type: Transform - pos: 67.5,19.5 - parent: 2 - - uid: 3560 + pos: -17.5,2.5 + parent: 14592 + - uid: 15202 components: - type: Transform - pos: 67.5,20.5 - parent: 2 - - uid: 3561 + pos: -17.5,3.5 + parent: 14592 + - uid: 15203 components: - type: Transform - pos: 66.5,20.5 - parent: 2 - - uid: 3565 + pos: -17.5,4.5 + parent: 14592 + - uid: 15204 components: - type: Transform - pos: 66.5,24.5 - parent: 2 - - uid: 3566 + pos: -17.5,5.5 + parent: 14592 + - uid: 15205 components: - type: Transform - pos: 65.5,24.5 - parent: 2 - - uid: 3567 + pos: -17.5,6.5 + parent: 14592 + - uid: 15206 components: - type: Transform - pos: 65.5,25.5 - parent: 2 - - uid: 3568 + pos: -17.5,7.5 + parent: 14592 + - uid: 15207 components: - type: Transform - pos: 65.5,26.5 - parent: 2 - - uid: 3569 + pos: -17.5,8.5 + parent: 14592 + - uid: 15208 components: - type: Transform - pos: 64.5,26.5 - parent: 2 - - uid: 3570 + pos: -17.5,9.5 + parent: 14592 + - uid: 15209 components: - type: Transform - pos: 65.5,20.5 - parent: 2 - - uid: 3571 + pos: -17.5,10.5 + parent: 14592 + - uid: 15210 components: - type: Transform - pos: 65.5,19.5 - parent: 2 - - uid: 3572 + pos: -16.5,0.5 + parent: 14592 + - uid: 15211 components: - type: Transform - pos: 65.5,18.5 - parent: 2 - - uid: 3573 + pos: -16.5,1.5 + parent: 14592 + - uid: 15212 components: - type: Transform - pos: 64.5,18.5 - parent: 2 - - uid: 3574 + pos: -16.5,2.5 + parent: 14592 + - uid: 15213 components: - type: Transform - pos: 60.5,18.5 - parent: 2 - - uid: 3575 + pos: -16.5,3.5 + parent: 14592 + - uid: 15214 components: - type: Transform - pos: 58.5,18.5 - parent: 2 - - uid: 3576 + pos: -16.5,4.5 + parent: 14592 + - uid: 15215 components: - type: Transform - pos: 54.5,18.5 - parent: 2 - - uid: 3577 + pos: -16.5,5.5 + parent: 14592 + - uid: 15216 components: - type: Transform - pos: 53.5,18.5 - parent: 2 - - uid: 3578 + pos: -16.5,6.5 + parent: 14592 + - uid: 15217 components: - type: Transform - pos: 52.5,18.5 - parent: 2 - - uid: 3579 + pos: -16.5,7.5 + parent: 14592 + - uid: 15218 components: - type: Transform - pos: 52.5,19.5 - parent: 2 - - uid: 3580 + pos: -16.5,8.5 + parent: 14592 + - uid: 15219 components: - type: Transform - pos: 52.5,23.5 - parent: 2 - - uid: 3581 + pos: -16.5,9.5 + parent: 14592 + - uid: 15220 components: - type: Transform - pos: 52.5,24.5 - parent: 2 - - uid: 3582 + pos: -16.5,10.5 + parent: 14592 + - uid: 15221 components: - type: Transform - pos: 52.5,25.5 - parent: 2 - - uid: 3583 + pos: -15.5,0.5 + parent: 14592 + - uid: 15222 components: - type: Transform - pos: 52.5,26.5 - parent: 2 - - uid: 3584 + pos: -15.5,1.5 + parent: 14592 + - uid: 15223 components: - type: Transform - pos: 51.5,23.5 - parent: 2 - - uid: 3585 + pos: -15.5,2.5 + parent: 14592 + - uid: 15224 components: - type: Transform - pos: 51.5,24.5 - parent: 2 - - uid: 3586 + pos: -15.5,3.5 + parent: 14592 + - uid: 15225 components: - type: Transform - pos: 51.5,25.5 - parent: 2 - - uid: 3587 + pos: -15.5,4.5 + parent: 14592 + - uid: 15226 components: - type: Transform - pos: 51.5,26.5 - parent: 2 - - uid: 3588 + pos: -15.5,5.5 + parent: 14592 + - uid: 15227 components: - type: Transform - pos: 53.5,26.5 - parent: 2 - - uid: 3589 + pos: -15.5,6.5 + parent: 14592 + - uid: 15228 components: - type: Transform - pos: 54.5,26.5 - parent: 2 - - uid: 3590 + pos: -15.5,7.5 + parent: 14592 + - uid: 15229 components: - type: Transform - pos: 55.5,26.5 - parent: 2 - - uid: 3591 + pos: -15.5,8.5 + parent: 14592 + - uid: 15230 components: - type: Transform - pos: 56.5,26.5 - parent: 2 - - uid: 3592 + pos: -15.5,9.5 + parent: 14592 + - uid: 15231 components: - type: Transform - pos: 57.5,26.5 - parent: 2 - - uid: 3593 + pos: -15.5,10.5 + parent: 14592 + - uid: 15232 components: - type: Transform - pos: 58.5,26.5 - parent: 2 - - uid: 3594 + pos: -18.5,11.5 + parent: 14592 + - uid: 15233 components: - type: Transform - pos: 59.5,26.5 - parent: 2 - - uid: 3595 + pos: -18.5,12.5 + parent: 14592 + - uid: 15234 components: - type: Transform - pos: 60.5,26.5 - parent: 2 - - uid: 3596 + pos: -22.5,11.5 + parent: 14592 + - uid: 15235 components: - type: Transform - pos: 61.5,26.5 - parent: 2 - - uid: 3597 + pos: -17.5,11.5 + parent: 14592 + - uid: 15236 components: - type: Transform - pos: 62.5,26.5 - parent: 2 - - uid: 3598 + pos: -17.5,12.5 + parent: 14592 + - uid: 15237 components: - type: Transform - pos: 63.5,26.5 - parent: 2 - - uid: 3608 + pos: -17.5,13.5 + parent: 14592 + - uid: 15238 components: - type: Transform - pos: 62.5,48.5 - parent: 2 - - uid: 3609 + pos: -16.5,11.5 + parent: 14592 + - uid: 15239 components: - type: Transform - pos: 63.5,46.5 - parent: 2 - - uid: 3610 + pos: -16.5,12.5 + parent: 14592 + - uid: 15240 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 75.5,33.5 - parent: 2 - - uid: 3612 + pos: -16.5,13.5 + parent: 14592 + - uid: 15241 components: - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,36.5 - parent: 2 - - uid: 3613 + pos: -15.5,11.5 + parent: 14592 + - uid: 15242 components: - type: Transform - pos: 64.5,43.5 - parent: 2 - - uid: 3618 + pos: -15.5,12.5 + parent: 14592 + - uid: 15243 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 75.5,35.5 - parent: 2 - - uid: 3619 + pos: -15.5,13.5 + parent: 14592 + - uid: 15244 components: - type: Transform - pos: 56.5,31.5 - parent: 2 - - uid: 3623 + pos: -16.5,14.5 + parent: 14592 + - uid: 15245 components: - type: Transform - pos: 56.5,27.5 - parent: 2 - - uid: 3629 + pos: -16.5,15.5 + parent: 14592 + - uid: 15246 components: - type: Transform - pos: 60.5,28.5 - parent: 2 - - uid: 3630 + pos: -15.5,14.5 + parent: 14592 + - uid: 15247 components: - type: Transform - pos: 60.5,27.5 - parent: 2 - - uid: 3635 + pos: -15.5,15.5 + parent: 14592 + - uid: 15248 components: - type: Transform - pos: 56.5,32.5 - parent: 2 - - uid: 3636 + pos: -19.5,11.5 + parent: 14592 + - uid: 15249 components: - type: Transform - pos: 55.5,32.5 - parent: 2 - - uid: 3639 + pos: -20.5,11.5 + parent: 14592 + - uid: 15250 components: - type: Transform - pos: 63.5,41.5 - parent: 2 - - uid: 3640 + pos: -17.5,14.5 + parent: 14592 + - uid: 15251 components: - type: Transform - pos: 63.5,42.5 - parent: 2 - - uid: 3641 + pos: -15.5,16.5 + parent: 14592 + - uid: 15252 components: - type: Transform - pos: 57.5,32.5 - parent: 2 - - uid: 3643 + pos: -22.5,9.5 + parent: 14592 + - uid: 15253 components: - type: Transform - pos: 54.5,39.5 - parent: 2 - - uid: 3644 + pos: -22.5,8.5 + parent: 14592 + - uid: 15254 components: - type: Transform - pos: 55.5,39.5 - parent: 2 - - uid: 3645 + pos: -22.5,7.5 + parent: 14592 + - uid: 15255 components: - type: Transform - pos: 56.5,39.5 - parent: 2 - - uid: 3646 + pos: -22.5,6.5 + parent: 14592 + - uid: 15256 components: - type: Transform - pos: 57.5,39.5 - parent: 2 - - uid: 3647 + pos: -22.5,5.5 + parent: 14592 + - uid: 15257 components: - type: Transform - pos: 58.5,39.5 - parent: 2 - - uid: 3654 + pos: -22.5,4.5 + parent: 14592 + - uid: 15258 components: - type: Transform - pos: 59.5,45.5 - parent: 2 - - uid: 3655 + pos: -22.5,10.5 + parent: 14592 + - uid: 15259 components: - type: Transform - pos: 58.5,45.5 - parent: 2 - - uid: 3656 + pos: -22.5,2.5 + parent: 14592 + - uid: 15260 components: - type: Transform - pos: 59.5,42.5 - parent: 2 - - uid: 3657 + pos: -22.5,1.5 + parent: 14592 + - uid: 15261 components: - type: Transform - pos: 58.5,42.5 - parent: 2 - - uid: 3658 + pos: -22.5,0.5 + parent: 14592 + - uid: 15262 components: - type: Transform - pos: 57.5,42.5 - parent: 2 - - uid: 3659 + pos: -23.5,8.5 + parent: 14592 + - uid: 15263 components: - type: Transform - pos: 56.5,42.5 - parent: 2 - - uid: 3660 + pos: -23.5,7.5 + parent: 14592 + - uid: 15264 components: - type: Transform - pos: 55.5,42.5 - parent: 2 - - uid: 3661 + pos: -23.5,6.5 + parent: 14592 + - uid: 15265 components: - type: Transform - pos: 54.5,42.5 - parent: 2 - - uid: 3662 + pos: -23.5,5.5 + parent: 14592 + - uid: 15266 components: - type: Transform - pos: 57.5,45.5 - parent: 2 - - uid: 3663 + pos: -23.5,4.5 + parent: 14592 + - uid: 15267 components: - type: Transform - pos: 56.5,45.5 - parent: 2 - - uid: 3664 + pos: -23.5,3.5 + parent: 14592 + - uid: 15268 components: - type: Transform - pos: 55.5,45.5 - parent: 2 - - uid: 3665 + pos: -23.5,2.5 + parent: 14592 + - uid: 15269 components: - type: Transform - pos: 54.5,45.5 - parent: 2 - - uid: 3666 + pos: -24.5,7.5 + parent: 14592 + - uid: 15270 components: - type: Transform - pos: 58.5,48.5 - parent: 2 - - uid: 3667 + pos: -24.5,6.5 + parent: 14592 + - uid: 15271 components: - type: Transform - pos: 57.5,48.5 - parent: 2 - - uid: 3668 + pos: -24.5,5.5 + parent: 14592 + - uid: 15272 components: - type: Transform - pos: 56.5,48.5 - parent: 2 - - uid: 3670 + pos: -24.5,4.5 + parent: 14592 + - uid: 15273 components: - type: Transform - pos: 54.5,48.5 - parent: 2 - - uid: 3671 + pos: -24.5,3.5 + parent: 14592 + - uid: 15274 components: - type: Transform - pos: 53.5,48.5 - parent: 2 - - uid: 3675 + pos: -21.5,-0.5 + parent: 14592 + - uid: 15277 components: - type: Transform - pos: 53.5,45.5 - parent: 2 - - uid: 3676 + pos: -10.5,23.5 + parent: 14592 + - uid: 15278 components: - type: Transform - pos: 54.5,32.5 - parent: 2 - - uid: 3677 + pos: -9.5,23.5 + parent: 14592 + - uid: 15279 components: - type: Transform - pos: 53.5,32.5 - parent: 2 - - uid: 3678 + pos: -11.5,23.5 + parent: 14592 + - uid: 15280 components: - type: Transform - pos: 51.5,32.5 - parent: 2 - - uid: 3679 + pos: -21.5,13.5 + parent: 14592 + - uid: 15281 components: - type: Transform - pos: 50.5,32.5 - parent: 2 - - uid: 3680 + pos: -21.5,14.5 + parent: 14592 + - uid: 15282 components: - type: Transform - pos: 50.5,31.5 - parent: 2 - - uid: 3681 + pos: -22.5,9.5 + parent: 14592 + - uid: 15297 components: - type: Transform - pos: 50.5,30.5 - parent: 2 - - uid: 3682 + pos: -21.5,18.5 + parent: 14592 + - uid: 15300 components: - type: Transform - pos: 50.5,29.5 - parent: 2 - - uid: 3683 + pos: 7.5,7.5 + parent: 14592 + - uid: 15348 components: - type: Transform - pos: 50.5,28.5 - parent: 2 - - uid: 3684 + pos: -17.5,-5.5 + parent: 14592 + - uid: 15349 components: - type: Transform - pos: 50.5,27.5 - parent: 2 - - uid: 3685 + pos: -17.5,-6.5 + parent: 14592 + - uid: 15369 components: - type: Transform - pos: 50.5,26.5 - parent: 2 - - uid: 3686 + pos: -11.5,2.5 + parent: 14592 + - uid: 15370 components: - type: Transform - pos: 50.5,33.5 - parent: 2 - - uid: 3687 + pos: -11.5,1.5 + parent: 14592 + - uid: 15371 components: - type: Transform - pos: 50.5,34.5 - parent: 2 - - uid: 3688 + pos: -11.5,0.5 + parent: 14592 + - uid: 15372 components: - type: Transform - pos: 50.5,35.5 - parent: 2 - - uid: 3689 + pos: -11.5,-0.5 + parent: 14592 + - uid: 15373 components: - type: Transform - pos: 49.5,35.5 - parent: 2 - - uid: 3690 + pos: -11.5,-1.5 + parent: 14592 + - uid: 15374 components: - type: Transform - pos: 49.5,36.5 - parent: 2 - - uid: 3691 + pos: -10.5,2.5 + parent: 14592 + - uid: 15375 components: - type: Transform - pos: 48.5,36.5 - parent: 2 - - uid: 3692 + pos: -10.5,1.5 + parent: 14592 + - uid: 15376 components: - type: Transform - pos: 47.5,36.5 - parent: 2 - - uid: 3693 + pos: -10.5,0.5 + parent: 14592 + - uid: 15377 components: - type: Transform - pos: 44.5,36.5 - parent: 2 - - uid: 3695 + pos: -10.5,-0.5 + parent: 14592 + - uid: 15378 components: - type: Transform - pos: 42.5,36.5 - parent: 2 - - uid: 3697 + pos: -10.5,-1.5 + parent: 14592 + - uid: 15379 components: - type: Transform - pos: 41.5,35.5 - parent: 2 - - uid: 3698 + pos: -16.5,11.5 + parent: 14592 + - uid: 15380 components: - type: Transform - pos: 41.5,34.5 - parent: 2 - - uid: 3699 + pos: -16.5,10.5 + parent: 14592 + - uid: 15381 components: - type: Transform - pos: 41.5,33.5 - parent: 2 - - uid: 3700 + pos: -16.5,9.5 + parent: 14592 + - uid: 15382 components: - type: Transform - pos: 41.5,32.5 - parent: 2 - - uid: 3702 + pos: -16.5,8.5 + parent: 14592 + - uid: 15383 components: - type: Transform - pos: 49.5,29.5 - parent: 2 - - uid: 3703 + pos: -16.5,7.5 + parent: 14592 + - uid: 15384 components: - type: Transform - pos: 48.5,29.5 - parent: 2 - - uid: 3704 + pos: -16.5,6.5 + parent: 14592 + - uid: 15385 components: - type: Transform - pos: 47.5,29.5 - parent: 2 - - uid: 3705 + pos: -16.5,5.5 + parent: 14592 + - uid: 15386 components: - type: Transform - pos: 46.5,29.5 - parent: 2 - - uid: 3706 + pos: -16.5,4.5 + parent: 14592 + - uid: 15387 components: - type: Transform - pos: 45.5,29.5 - parent: 2 - - uid: 3707 + pos: -15.5,11.5 + parent: 14592 + - uid: 15388 components: - type: Transform - pos: 44.5,29.5 - parent: 2 - - uid: 3708 + pos: -15.5,10.5 + parent: 14592 + - uid: 15389 components: - type: Transform - pos: 43.5,29.5 - parent: 2 - - uid: 3709 + pos: -15.5,9.5 + parent: 14592 + - uid: 15390 components: - type: Transform - pos: 42.5,29.5 - parent: 2 - - uid: 3710 + pos: -15.5,8.5 + parent: 14592 + - uid: 15391 components: - type: Transform - pos: 42.5,30.5 - parent: 2 - - uid: 3711 + pos: -15.5,7.5 + parent: 14592 + - uid: 15392 components: - type: Transform - pos: 41.5,31.5 - parent: 2 - - uid: 3712 + pos: -15.5,6.5 + parent: 14592 + - uid: 15393 components: - type: Transform - pos: 41.5,30.5 - parent: 2 - - uid: 3713 + pos: -15.5,5.5 + parent: 14592 + - uid: 15394 components: - type: Transform - pos: 40.5,32.5 - parent: 2 - - uid: 3714 + pos: -15.5,4.5 + parent: 14592 + - uid: 15395 components: - type: Transform - pos: 40.5,33.5 - parent: 2 - - uid: 3715 + pos: -14.5,6.5 + parent: 14592 + - uid: 15396 components: - type: Transform - pos: 40.5,34.5 - parent: 2 - - uid: 3716 + pos: -19.5,4.5 + parent: 14592 + - uid: 15397 components: - type: Transform - pos: 40.5,35.5 - parent: 2 - - uid: 3717 + pos: -19.5,3.5 + parent: 14592 + - uid: 15398 components: - type: Transform - pos: 40.5,36.5 - parent: 2 - - uid: 3718 + pos: -19.5,2.5 + parent: 14592 + - uid: 15399 components: - type: Transform - pos: 41.5,36.5 - parent: 2 - - uid: 3719 + pos: -19.5,1.5 + parent: 14592 + - uid: 15400 components: - type: Transform - pos: 49.5,28.5 - parent: 2 - - uid: 3720 + pos: -20.5,11.5 + parent: 14592 + - uid: 15401 components: - type: Transform - pos: 48.5,28.5 - parent: 2 - - uid: 3721 + pos: -20.5,10.5 + parent: 14592 + - uid: 15402 components: - type: Transform - pos: 47.5,28.5 - parent: 2 - - uid: 3722 + pos: -20.5,9.5 + parent: 14592 + - uid: 15403 components: - type: Transform - pos: 46.5,28.5 - parent: 2 - - uid: 3723 + pos: -19.5,11.5 + parent: 14592 + - uid: 15404 components: - type: Transform - pos: 45.5,28.5 - parent: 2 - - uid: 3724 + pos: -19.5,10.5 + parent: 14592 + - uid: 15405 components: - type: Transform - pos: 44.5,28.5 - parent: 2 - - uid: 3725 + pos: -19.5,9.5 + parent: 14592 + - uid: 15406 components: - type: Transform - pos: 43.5,28.5 - parent: 2 - - uid: 3726 + pos: -18.5,11.5 + parent: 14592 + - uid: 15407 components: - type: Transform - pos: 42.5,28.5 - parent: 2 - - uid: 3727 + pos: -18.5,10.5 + parent: 14592 + - uid: 15408 components: - type: Transform - pos: 41.5,29.5 - parent: 2 - - uid: 3728 + pos: -18.5,9.5 + parent: 14592 + - uid: 15409 components: - type: Transform - pos: 40.5,30.5 - parent: 2 - - uid: 3729 + pos: -15.5,15.5 + parent: 14592 + - uid: 15410 components: - type: Transform - pos: 40.5,31.5 - parent: 2 - - uid: 3730 + pos: -15.5,14.5 + parent: 14592 + - uid: 15411 components: - type: Transform - pos: 59.5,14.5 - parent: 2 - - uid: 3731 + pos: -15.5,13.5 + parent: 14592 + - uid: 15412 components: - type: Transform - pos: 60.5,14.5 - parent: 2 - - uid: 3732 + pos: -14.5,15.5 + parent: 14592 + - uid: 15413 components: - type: Transform - pos: 40.5,29.5 - parent: 2 - - uid: 3733 + pos: -14.5,14.5 + parent: 14592 + - uid: 15414 components: - type: Transform - pos: 41.5,28.5 - parent: 2 - - uid: 3735 + pos: -14.5,13.5 + parent: 14592 + - uid: 15415 components: - type: Transform - pos: 48.5,27.5 - parent: 2 - - uid: 3736 + pos: -13.5,15.5 + parent: 14592 + - uid: 15416 components: - type: Transform - pos: 49.5,27.5 - parent: 2 - - uid: 3737 + pos: -13.5,14.5 + parent: 14592 + - uid: 15417 components: - type: Transform - pos: 49.5,26.5 - parent: 2 - - uid: 3738 + pos: -12.5,22.5 + parent: 14592 + - uid: 15418 components: - type: Transform - pos: 49.5,25.5 - parent: 2 - - uid: 3739 + pos: -12.5,15.5 + parent: 14592 + - uid: 15419 components: - type: Transform - pos: 50.5,25.5 - parent: 2 - - uid: 3740 + pos: -12.5,14.5 + parent: 14592 + - uid: 15420 components: - type: Transform - pos: 50.5,24.5 - parent: 2 - - uid: 3741 + pos: -12.5,23.5 + parent: 14592 + - uid: 15421 components: - type: Transform - pos: 56.5,14.5 - parent: 2 - - uid: 3742 + pos: -9.5,15.5 + parent: 14592 + - uid: 15422 components: - type: Transform - pos: 54.5,14.5 - parent: 2 - - uid: 3743 + pos: -9.5,14.5 + parent: 14592 + - uid: 15423 components: - type: Transform - pos: 36.5,32.5 - parent: 2 - - uid: 3745 + pos: -8.5,15.5 + parent: 14592 + - uid: 15424 components: - type: Transform - pos: 36.5,36.5 - parent: 2 - - uid: 3746 + pos: -8.5,14.5 + parent: 14592 + - uid: 15425 components: - type: Transform - pos: 36.5,37.5 - parent: 2 - - uid: 3747 + pos: -7.5,15.5 + parent: 14592 + - uid: 15426 components: - type: Transform - pos: 55.5,14.5 - parent: 2 - - uid: 3748 + pos: -7.5,14.5 + parent: 14592 + - uid: 15427 components: - type: Transform - pos: 32.5,36.5 - parent: 2 - - uid: 3749 + pos: -11.5,22.5 + parent: 14592 + - uid: 15428 components: - type: Transform - pos: 32.5,37.5 - parent: 2 - - uid: 3750 + pos: -21.5,16.5 + parent: 14592 + - uid: 15429 components: - type: Transform - pos: 32.5,38.5 - parent: 2 - - uid: 3751 + pos: -21.5,11.5 + parent: 14592 + - uid: 15430 components: - type: Transform - pos: 32.5,39.5 - parent: 2 - - uid: 3752 + pos: -21.5,12.5 + parent: 14592 + - uid: 15431 components: - type: Transform - pos: 33.5,39.5 - parent: 2 - - uid: 3753 + pos: -21.5,10.5 + parent: 14592 + - uid: 15432 components: - type: Transform - pos: 34.5,39.5 - parent: 2 - - uid: 3754 + pos: -21.5,9.5 + parent: 14592 + - uid: 15433 components: - type: Transform - pos: 35.5,39.5 - parent: 2 - - uid: 3755 + pos: 0.5,9.5 + parent: 14592 + - uid: 15434 components: - type: Transform - pos: 36.5,39.5 - parent: 2 - - uid: 3756 + pos: 0.5,8.5 + parent: 14592 + - uid: 15435 components: - type: Transform - pos: 36.5,40.5 - parent: 2 - - uid: 3757 + pos: 0.5,7.5 + parent: 14592 + - uid: 15436 components: - type: Transform - pos: 35.5,40.5 - parent: 2 - - uid: 3759 + pos: 1.5,9.5 + parent: 14592 + - uid: 15437 components: - type: Transform - pos: 31.5,39.5 - parent: 2 - - uid: 3760 + pos: 1.5,8.5 + parent: 14592 + - uid: 15438 components: - type: Transform - pos: 64.5,42.5 - parent: 2 - - uid: 3761 + pos: 1.5,7.5 + parent: 14592 + - uid: 15439 components: - type: Transform - pos: 30.5,39.5 - parent: 2 - - uid: 3762 + pos: 4.5,8.5 + parent: 14592 + - uid: 15440 components: - type: Transform - pos: 29.5,39.5 - parent: 2 - - uid: 3763 + pos: 4.5,7.5 + parent: 14592 + - uid: 15441 components: - type: Transform - pos: 28.5,39.5 - parent: 2 - - uid: 3764 + pos: 4.5,6.5 + parent: 14592 + - uid: 15442 components: - type: Transform - pos: 28.5,40.5 - parent: 2 - - uid: 3765 + pos: 4.5,5.5 + parent: 14592 + - uid: 15444 components: - type: Transform - pos: 27.5,40.5 - parent: 2 - - uid: 3772 + pos: 5.5,8.5 + parent: 14592 + - uid: 15445 components: - type: Transform - pos: 36.5,49.5 - parent: 2 - - uid: 3773 + pos: 5.5,7.5 + parent: 14592 + - uid: 15446 components: - type: Transform - pos: 36.5,50.5 - parent: 2 - - uid: 3774 + pos: 6.5,8.5 + parent: 14592 + - uid: 15447 components: - type: Transform - pos: 35.5,50.5 - parent: 2 - - uid: 3775 + pos: 6.5,7.5 + parent: 14592 + - uid: 15448 components: - type: Transform - pos: 35.5,51.5 - parent: 2 - - uid: 3776 + pos: 7.5,8.5 + parent: 14592 + - uid: 15449 components: - type: Transform - pos: 34.5,51.5 - parent: 2 - - uid: 3781 + pos: 7.5,7.5 + parent: 14592 + - uid: 15450 components: - type: Transform - pos: 29.5,51.5 - parent: 2 - - uid: 3782 + pos: 8.5,8.5 + parent: 14592 + - uid: 15451 components: - type: Transform - pos: 28.5,51.5 - parent: 2 - - uid: 3783 + pos: 8.5,7.5 + parent: 14592 + - uid: 15453 components: - type: Transform - pos: 28.5,50.5 - parent: 2 - - uid: 3784 + pos: 7.5,13.5 + parent: 14592 + - uid: 15455 components: - type: Transform - pos: 27.5,51.5 - parent: 2 - - uid: 3785 + pos: 8.5,11.5 + parent: 14592 + - uid: 15456 components: - type: Transform - pos: 27.5,50.5 - parent: 2 - - uid: 3786 + pos: 8.5,10.5 + parent: 14592 + - uid: 15457 components: - type: Transform - pos: 27.5,49.5 - parent: 2 - - uid: 3787 + pos: 8.5,9.5 + parent: 14592 + - uid: 15458 components: - type: Transform - pos: 27.5,48.5 - parent: 2 - - uid: 3788 + pos: 8.5,8.5 + parent: 14592 + - uid: 15459 components: - type: Transform - pos: 27.5,47.5 - parent: 2 - - uid: 3789 + pos: 8.5,7.5 + parent: 14592 + - uid: 15461 components: - type: Transform - pos: 27.5,46.5 - parent: 2 - - uid: 3790 + pos: 8.5,15.5 + parent: 14592 + - uid: 15462 components: - type: Transform - pos: 27.5,45.5 - parent: 2 - - uid: 3791 + pos: -21.5,19.5 + parent: 14592 + - uid: 15463 components: - type: Transform - pos: 27.5,44.5 - parent: 2 - - uid: 3792 + pos: 9.5,9.5 + parent: 14592 + - uid: 15464 components: - type: Transform - pos: 27.5,43.5 - parent: 2 - - uid: 3793 + pos: 9.5,8.5 + parent: 14592 + - uid: 15465 components: - type: Transform - pos: 27.5,42.5 - parent: 2 - - uid: 3794 + pos: 9.5,7.5 + parent: 14592 + - uid: 15467 components: - type: Transform - pos: 27.5,41.5 - parent: 2 - - uid: 3810 + pos: -12.5,13.5 + parent: 14592 + - uid: 15468 components: - type: Transform - pos: 46.5,45.5 - parent: 2 - - uid: 3811 + pos: 10.5,9.5 + parent: 14592 + - uid: 15469 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,51.5 - parent: 2 - - uid: 3812 + pos: 10.5,8.5 + parent: 14592 + - uid: 15471 components: - type: Transform - pos: 41.5,44.5 - parent: 2 - - uid: 3813 + pos: 11.5,11.5 + parent: 14592 + - uid: 15472 components: - type: Transform - pos: 40.5,44.5 - parent: 2 - - uid: 3814 + pos: 11.5,10.5 + parent: 14592 + - uid: 15473 components: - type: Transform - pos: 46.5,39.5 - parent: 2 - - uid: 3818 + pos: 11.5,9.5 + parent: 14592 + - uid: 15474 components: - type: Transform - pos: 51.5,48.5 - parent: 2 - - uid: 3819 + pos: 11.5,8.5 + parent: 14592 + - uid: 15476 components: - type: Transform - pos: 48.5,48.5 - parent: 2 - - uid: 3823 + pos: 12.5,11.5 + parent: 14592 + - uid: 15477 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 76.5,32.5 - parent: 2 - - uid: 3825 + pos: 12.5,10.5 + parent: 14592 + - uid: 15478 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 73.5,32.5 - parent: 2 - - uid: 3827 + pos: 12.5,9.5 + parent: 14592 + - uid: 15479 components: - type: Transform - pos: 54.5,53.5 - parent: 2 - - uid: 3828 + pos: 12.5,8.5 + parent: 14592 + - uid: 15482 components: - type: Transform - pos: 54.5,52.5 - parent: 2 - - uid: 3830 + pos: 13.5,11.5 + parent: 14592 + - uid: 15483 components: - type: Transform - pos: 54.5,50.5 - parent: 2 - - uid: 3831 + pos: 13.5,10.5 + parent: 14592 + - uid: 15484 components: - type: Transform - pos: 54.5,49.5 - parent: 2 - - uid: 3832 + pos: 13.5,9.5 + parent: 14592 + - uid: 15485 components: - type: Transform - pos: 51.5,49.5 - parent: 2 - - uid: 3833 + pos: 13.5,8.5 + parent: 14592 + - uid: 15498 components: - type: Transform - pos: 51.5,50.5 + pos: 40.5,4.5 parent: 2 - - uid: 3834 + - uid: 15508 components: - type: Transform - pos: 51.5,51.5 - parent: 2 - - uid: 3835 + pos: -4.5,15.5 + parent: 14592 + - uid: 15509 components: - type: Transform - pos: 51.5,52.5 - parent: 2 - - uid: 3836 + pos: -11.5,13.5 + parent: 14592 + - uid: 15510 components: - type: Transform - pos: 51.5,53.5 - parent: 2 - - uid: 3837 + pos: -12.5,11.5 + parent: 14592 + - uid: 15514 components: - type: Transform - pos: 48.5,49.5 - parent: 2 - - uid: 3838 + pos: -10.5,13.5 + parent: 14592 + - uid: 15515 components: - type: Transform - pos: 48.5,50.5 - parent: 2 - - uid: 3839 + pos: 7.5,12.5 + parent: 14592 + - uid: 15516 components: - type: Transform - pos: 48.5,51.5 - parent: 2 - - uid: 3840 + pos: -11.5,12.5 + parent: 14592 + - uid: 15521 components: - type: Transform - pos: 48.5,52.5 - parent: 2 - - uid: 3841 + pos: -17.5,23.5 + parent: 14592 + - uid: 15526 components: - type: Transform - pos: 48.5,53.5 - parent: 2 - - uid: 3842 + pos: -17.5,22.5 + parent: 14592 + - uid: 15527 components: - type: Transform - pos: 47.5,48.5 - parent: 2 - - uid: 3843 + pos: -18.5,23.5 + parent: 14592 + - uid: 15528 components: - type: Transform - pos: 47.5,49.5 - parent: 2 - - uid: 3848 + pos: -12.5,12.5 + parent: 14592 + - uid: 15529 components: - type: Transform - pos: 41.5,48.5 - parent: 2 - - uid: 3849 + pos: 8.5,13.5 + parent: 14592 + - uid: 15530 components: - type: Transform - pos: 41.5,49.5 - parent: 2 - - uid: 3850 + pos: -13.5,11.5 + parent: 14592 + - uid: 15531 components: - type: Transform - pos: 40.5,49.5 - parent: 2 - - uid: 3851 + pos: -13.5,13.5 + parent: 14592 + - uid: 15532 components: - type: Transform - pos: 40.5,50.5 - parent: 2 - - uid: 3852 + pos: -16.5,23.5 + parent: 14592 + - uid: 15533 components: - type: Transform - pos: 40.5,51.5 - parent: 2 - - uid: 3853 + pos: 9.5,16.5 + parent: 14592 + - uid: 15534 components: - type: Transform - pos: 40.5,52.5 - parent: 2 - - uid: 3854 + pos: 9.5,15.5 + parent: 14592 + - uid: 15535 components: - type: Transform - pos: 40.5,53.5 - parent: 2 - - uid: 3859 + pos: 9.5,13.5 + parent: 14592 + - uid: 15536 components: - type: Transform - pos: 48.5,54.5 - parent: 2 - - uid: 3860 + pos: -16.5,22.5 + parent: 14592 + - uid: 15537 components: - type: Transform - pos: 48.5,55.5 - parent: 2 - - uid: 3861 + pos: -18.5,22.5 + parent: 14592 + - uid: 15538 components: - type: Transform - pos: 47.5,55.5 - parent: 2 - - uid: 3862 + pos: -13.5,30.5 + parent: 14592 + - uid: 15539 components: - type: Transform - pos: 46.5,55.5 - parent: 2 - - uid: 3863 + pos: -20.5,25.5 + parent: 14592 + - uid: 15540 components: - type: Transform - pos: 45.5,55.5 - parent: 2 - - uid: 3864 + pos: -13.5,31.5 + parent: 14592 + - uid: 15542 components: - type: Transform - pos: 40.5,54.5 - parent: 2 - - uid: 3865 + pos: -19.5,3.5 + parent: 14592 + - uid: 15543 components: - type: Transform - pos: 40.5,55.5 - parent: 2 - - uid: 3866 + pos: 8.5,10.5 + parent: 14592 + - uid: 15544 components: - type: Transform - pos: 41.5,55.5 - parent: 2 - - uid: 3867 + pos: 8.5,12.5 + parent: 14592 + - uid: 15545 components: - type: Transform - pos: 42.5,55.5 - parent: 2 - - uid: 3868 + pos: 8.5,11.5 + parent: 14592 + - uid: 15546 components: - type: Transform - pos: 43.5,55.5 - parent: 2 - - uid: 3869 + pos: 7.5,11.5 + parent: 14592 + - uid: 15547 components: - type: Transform - pos: 46.5,60.5 - parent: 2 - - uid: 3870 + pos: 11.5,8.5 + parent: 14592 + - uid: 15548 components: - type: Transform - pos: 46.5,59.5 - parent: 2 - - uid: 3871 + pos: 7.5,10.5 + parent: 14592 + - uid: 15549 components: - type: Transform - pos: 47.5,59.5 - parent: 2 - - uid: 3878 + pos: 8.5,9.5 + parent: 14592 + - uid: 15550 components: - type: Transform - pos: 42.5,60.5 - parent: 2 - - uid: 3879 + pos: 8.5,7.5 + parent: 14592 + - uid: 15551 components: - type: Transform - pos: 42.5,61.5 - parent: 2 - - uid: 3880 + pos: 8.5,8.5 + parent: 14592 + - uid: 15552 components: - type: Transform - pos: 41.5,61.5 - parent: 2 - - uid: 3881 + pos: 9.5,8.5 + parent: 14592 + - uid: 15553 components: - type: Transform - pos: 40.5,61.5 - parent: 2 - - uid: 3882 + pos: 9.5,7.5 + parent: 14592 + - uid: 15554 components: - type: Transform - pos: 39.5,61.5 - parent: 2 - - uid: 3883 + pos: 12.5,8.5 + parent: 14592 + - uid: 15555 components: - type: Transform - pos: 38.5,55.5 - parent: 2 - - uid: 3885 + pos: -19.5,2.5 + parent: 14592 + - uid: 15879 components: - type: Transform - pos: 37.5,55.5 - parent: 2 - - uid: 3886 + pos: -15.5,5.5 + parent: 14592 + - uid: 15880 components: - type: Transform - pos: 39.5,55.5 - parent: 2 - - uid: 3887 + pos: -10.5,1.5 + parent: 14592 + - uid: 15884 components: - type: Transform - pos: 40.5,56.5 - parent: 2 - - uid: 3888 + pos: 7.5,15.5 + parent: 14592 + - uid: 15886 components: - type: Transform - pos: 40.5,57.5 - parent: 2 - - uid: 3889 + pos: -16.5,6.5 + parent: 14592 + - uid: 15893 components: - type: Transform - pos: 40.5,58.5 - parent: 2 - - uid: 3890 + pos: -19.5,25.5 + parent: 14592 + - uid: 15903 components: - type: Transform - pos: 39.5,58.5 - parent: 2 - - uid: 3891 + pos: -3.5,22.5 + parent: 14592 + - uid: 15909 components: - type: Transform - pos: 39.5,59.5 - parent: 2 - - uid: 3892 + pos: -11.5,-1.5 + parent: 14592 + - uid: 15911 components: - type: Transform - pos: 39.5,60.5 - parent: 2 - - uid: 3893 + pos: 3.5,23.5 + parent: 14592 + - uid: 15926 components: - type: Transform - pos: 33.5,55.5 - parent: 2 - - uid: 3894 + pos: 8.5,19.5 + parent: 14592 + - uid: 15928 components: - type: Transform - pos: 32.5,55.5 - parent: 2 - - uid: 3895 + pos: -16.5,4.5 + parent: 14592 + - uid: 15929 components: - type: Transform - pos: 31.5,55.5 - parent: 2 - - uid: 3896 + pos: 8.5,17.5 + parent: 14592 + - uid: 15930 components: - type: Transform - pos: 31.5,56.5 - parent: 2 - - uid: 3897 + pos: 7.5,20.5 + parent: 14592 + - uid: 15936 components: - type: Transform - pos: 31.5,57.5 - parent: 2 - - uid: 3898 + pos: -16.5,5.5 + parent: 14592 + - uid: 15958 components: - type: Transform - pos: 31.5,58.5 - parent: 2 - - uid: 3899 + pos: 7.5,18.5 + parent: 14592 + - uid: 15959 components: - type: Transform - pos: 31.5,59.5 - parent: 2 - - uid: 3900 + pos: 9.5,17.5 + parent: 14592 + - uid: 15961 components: - type: Transform - pos: 72.5,-23.5 - parent: 2 - - uid: 3902 + pos: -20.5,21.5 + parent: 14592 + - uid: 15962 components: - type: Transform - pos: 68.5,0.5 - parent: 2 - - uid: 3917 + pos: -20.5,20.5 + parent: 14592 + - uid: 15963 components: - type: Transform - pos: 31.5,60.5 - parent: 2 - - uid: 3918 + pos: -20.5,19.5 + parent: 14592 + - uid: 15964 components: - type: Transform - pos: 31.5,61.5 - parent: 2 - - uid: 3919 + pos: -20.5,18.5 + parent: 14592 + - uid: 15965 components: - type: Transform - pos: 31.5,62.5 - parent: 2 - - uid: 3920 + pos: -20.5,17.5 + parent: 14592 + - uid: 15966 components: - type: Transform - pos: 31.5,63.5 - parent: 2 - - uid: 3921 + pos: -11.5,1.5 + parent: 14592 + - uid: 15968 components: - type: Transform - pos: 31.5,64.5 - parent: 2 - - uid: 3922 + pos: -20.5,14.5 + parent: 14592 + - uid: 15969 components: - type: Transform - pos: 31.5,65.5 - parent: 2 - - uid: 3923 + pos: -20.5,13.5 + parent: 14592 + - uid: 15970 components: - type: Transform - pos: 31.5,66.5 - parent: 2 - - uid: 3924 + pos: -20.5,12.5 + parent: 14592 + - uid: 15971 components: - type: Transform - pos: 31.5,67.5 - parent: 2 - - uid: 3925 + pos: -20.5,11.5 + parent: 14592 + - uid: 15972 components: - type: Transform - pos: 30.5,67.5 - parent: 2 - - uid: 3926 + pos: -20.5,10.5 + parent: 14592 + - uid: 15973 components: - type: Transform - pos: 30.5,68.5 - parent: 2 - - uid: 3927 + pos: -20.5,9.5 + parent: 14592 + - uid: 15974 components: - type: Transform - pos: 30.5,69.5 - parent: 2 - - uid: 3928 + pos: -20.5,8.5 + parent: 14592 + - uid: 15975 components: - type: Transform - pos: 29.5,69.5 - parent: 2 - - uid: 3929 + pos: -20.5,7.5 + parent: 14592 + - uid: 15976 components: - type: Transform - pos: 29.5,70.5 - parent: 2 - - uid: 3930 + pos: -19.5,21.5 + parent: 14592 + - uid: 15977 components: - type: Transform - pos: 29.5,71.5 - parent: 2 - - uid: 3931 + pos: -19.5,20.5 + parent: 14592 + - uid: 15978 components: - type: Transform - pos: 10.5,71.5 - parent: 2 - - uid: 3932 + pos: -19.5,19.5 + parent: 14592 + - uid: 15979 components: - type: Transform - pos: 28.5,71.5 - parent: 2 - - uid: 3933 + pos: -19.5,18.5 + parent: 14592 + - uid: 15980 components: - type: Transform - pos: 27.5,71.5 - parent: 2 - - uid: 3934 + pos: -19.5,17.5 + parent: 14592 + - uid: 15981 components: - type: Transform - pos: 26.5,71.5 - parent: 2 - - uid: 3935 + pos: -11.5,0.5 + parent: 14592 + - uid: 15982 components: - type: Transform - pos: 25.5,71.5 - parent: 2 - - uid: 3936 + pos: -11.5,2.5 + parent: 14592 + - uid: 15983 components: - type: Transform - pos: 24.5,71.5 - parent: 2 - - uid: 3937 + pos: -19.5,14.5 + parent: 14592 + - uid: 15984 components: - type: Transform - pos: 23.5,71.5 - parent: 2 - - uid: 3938 + pos: -19.5,13.5 + parent: 14592 + - uid: 15985 components: - type: Transform - pos: 23.5,72.5 - parent: 2 - - uid: 3939 + pos: -19.5,12.5 + parent: 14592 + - uid: 15986 components: - type: Transform - pos: 22.5,72.5 - parent: 2 - - uid: 3940 + pos: -19.5,11.5 + parent: 14592 + - uid: 15987 components: - type: Transform - pos: 17.5,72.5 - parent: 2 - - uid: 3941 + pos: -19.5,10.5 + parent: 14592 + - uid: 15988 components: - type: Transform - pos: 16.5,72.5 - parent: 2 - - uid: 3942 + pos: -19.5,9.5 + parent: 14592 + - uid: 15989 components: - type: Transform - pos: 15.5,72.5 - parent: 2 - - uid: 3943 + pos: -19.5,8.5 + parent: 14592 + - uid: 15990 components: - type: Transform - pos: 15.5,68.5 - parent: 2 - - uid: 3944 + pos: -19.5,7.5 + parent: 14592 + - uid: 15991 components: - type: Transform - pos: 16.5,68.5 - parent: 2 - - uid: 3945 + pos: -18.5,21.5 + parent: 14592 + - uid: 15992 components: - type: Transform - pos: 17.5,68.5 - parent: 2 - - uid: 3946 + pos: -18.5,20.5 + parent: 14592 + - uid: 15993 components: - type: Transform - pos: 22.5,68.5 - parent: 2 - - uid: 3947 + pos: -18.5,19.5 + parent: 14592 + - uid: 15994 components: - type: Transform - pos: 23.5,68.5 - parent: 2 - - uid: 3948 + pos: -18.5,18.5 + parent: 14592 + - uid: 15995 components: - type: Transform - pos: 23.5,69.5 - parent: 2 - - uid: 3961 + pos: -18.5,17.5 + parent: 14592 + - uid: 15996 components: - type: Transform - pos: 17.5,64.5 - parent: 2 - - uid: 3962 + pos: -18.5,16.5 + parent: 14592 + - uid: 15998 components: - type: Transform - pos: 16.5,64.5 - parent: 2 - - uid: 3963 + pos: -18.5,25.5 + parent: 14592 + - uid: 15999 components: - type: Transform - pos: 16.5,63.5 - parent: 2 - - uid: 3964 + pos: -17.5,25.5 + parent: 14592 + - uid: 16000 components: - type: Transform - pos: 16.5,62.5 - parent: 2 - - uid: 3965 + pos: -18.5,12.5 + parent: 14592 + - uid: 16001 components: - type: Transform - pos: 15.5,62.5 - parent: 2 - - uid: 3966 + pos: -18.5,11.5 + parent: 14592 + - uid: 16002 components: - type: Transform - pos: 13.5,62.5 - parent: 2 - - uid: 3967 + pos: -18.5,10.5 + parent: 14592 + - uid: 16003 components: - type: Transform - pos: 12.5,62.5 - parent: 2 - - uid: 3968 + pos: -18.5,9.5 + parent: 14592 + - uid: 16004 components: - type: Transform - pos: 11.5,62.5 - parent: 2 - - uid: 3969 + pos: -18.5,8.5 + parent: 14592 + - uid: 16005 components: - type: Transform - pos: 11.5,63.5 - parent: 2 - - uid: 3970 + pos: -18.5,7.5 + parent: 14592 + - uid: 16008 components: - type: Transform - pos: 11.5,64.5 - parent: 2 - - uid: 3971 + pos: -17.5,19.5 + parent: 14592 + - uid: 16009 components: - type: Transform - pos: 11.5,65.5 - parent: 2 - - uid: 3972 + pos: -17.5,18.5 + parent: 14592 + - uid: 16010 + components: + - type: Transform + pos: -17.5,17.5 + parent: 14592 + - uid: 16011 components: - type: Transform - pos: 11.5,66.5 - parent: 2 - - uid: 3973 + pos: -17.5,16.5 + parent: 14592 + - uid: 16012 components: - type: Transform - pos: 11.5,67.5 - parent: 2 - - uid: 3974 + pos: -17.5,15.5 + parent: 14592 + - uid: 16013 components: - type: Transform - pos: 11.5,68.5 - parent: 2 - - uid: 3975 + pos: -17.5,14.5 + parent: 14592 + - uid: 16014 components: - type: Transform - pos: 12.5,68.5 - parent: 2 - - uid: 3976 + pos: -17.5,13.5 + parent: 14592 + - uid: 16015 components: - type: Transform - pos: 12.5,72.5 - parent: 2 - - uid: 3977 + pos: -17.5,12.5 + parent: 14592 + - uid: 16016 components: - type: Transform - pos: 11.5,72.5 - parent: 2 - - uid: 3978 + pos: -17.5,11.5 + parent: 14592 + - uid: 16017 components: - type: Transform - pos: 11.5,71.5 - parent: 2 - - uid: 3979 + pos: -17.5,10.5 + parent: 14592 + - uid: 16018 components: - type: Transform - pos: 11.5,70.5 - parent: 2 - - uid: 3981 + pos: -17.5,9.5 + parent: 14592 + - uid: 16019 components: - type: Transform - pos: 10.5,70.5 - parent: 2 - - uid: 3982 + pos: -17.5,8.5 + parent: 14592 + - uid: 16020 components: - type: Transform - pos: -3.5,70.5 - parent: 2 - - uid: 3985 + pos: -17.5,7.5 + parent: 14592 + - uid: 16023 components: - type: Transform - pos: 9.5,70.5 - parent: 2 - - uid: 3988 + pos: -16.5,19.5 + parent: 14592 + - uid: 16024 components: - type: Transform - pos: 5.5,70.5 - parent: 2 - - uid: 3989 + pos: -16.5,18.5 + parent: 14592 + - uid: 16025 components: - type: Transform - pos: 4.5,70.5 - parent: 2 - - uid: 4004 + pos: -16.5,17.5 + parent: 14592 + - uid: 16026 components: - type: Transform - pos: 9.5,69.5 - parent: 2 - - uid: 4005 + pos: -16.5,16.5 + parent: 14592 + - uid: 16027 components: - type: Transform - pos: 9.5,68.5 - parent: 2 - - uid: 4006 + pos: -16.5,15.5 + parent: 14592 + - uid: 16028 components: - type: Transform - pos: 9.5,67.5 - parent: 2 - - uid: 4007 + pos: -16.5,14.5 + parent: 14592 + - uid: 16029 components: - type: Transform - pos: 9.5,66.5 - parent: 2 - - uid: 4008 + pos: -16.5,13.5 + parent: 14592 + - uid: 16030 components: - type: Transform - pos: 9.5,65.5 - parent: 2 - - uid: 4009 + pos: -16.5,12.5 + parent: 14592 + - uid: 16031 components: - type: Transform - pos: 9.5,64.5 - parent: 2 - - uid: 4010 + pos: -16.5,11.5 + parent: 14592 + - uid: 16032 components: - type: Transform - pos: 9.5,63.5 - parent: 2 - - uid: 4011 + pos: -16.5,10.5 + parent: 14592 + - uid: 16033 components: - type: Transform - pos: 9.5,62.5 - parent: 2 - - uid: 4012 + pos: -16.5,9.5 + parent: 14592 + - uid: 16034 components: - type: Transform - pos: 9.5,61.5 - parent: 2 - - uid: 4013 + pos: -16.5,8.5 + parent: 14592 + - uid: 16035 components: - type: Transform - pos: 9.5,60.5 - parent: 2 - - uid: 4014 + pos: -16.5,7.5 + parent: 14592 + - uid: 16036 components: - type: Transform - pos: 10.5,60.5 - parent: 2 - - uid: 4015 + pos: -15.5,21.5 + parent: 14592 + - uid: 16037 components: - type: Transform - pos: 11.5,60.5 - parent: 2 - - uid: 4016 + pos: -15.5,20.5 + parent: 14592 + - uid: 16038 components: - type: Transform - pos: 12.5,60.5 - parent: 2 - - uid: 4017 + pos: -15.5,19.5 + parent: 14592 + - uid: 16039 components: - type: Transform - pos: 14.5,60.5 - parent: 2 - - uid: 4018 + pos: -15.5,18.5 + parent: 14592 + - uid: 16040 components: - type: Transform - pos: 15.5,60.5 - parent: 2 - - uid: 4019 + pos: -15.5,17.5 + parent: 14592 + - uid: 16041 components: - type: Transform - pos: 16.5,60.5 - parent: 2 - - uid: 4020 + pos: -15.5,16.5 + parent: 14592 + - uid: 16042 components: - type: Transform - pos: 16.5,61.5 - parent: 2 - - uid: 4023 + pos: -15.5,15.5 + parent: 14592 + - uid: 16043 components: - type: Transform - pos: 19.5,64.5 - parent: 2 - - uid: 4024 + pos: -15.5,14.5 + parent: 14592 + - uid: 16044 components: - type: Transform - pos: 19.5,63.5 - parent: 2 - - uid: 4025 + pos: -15.5,13.5 + parent: 14592 + - uid: 16045 components: - type: Transform - pos: 19.5,62.5 - parent: 2 - - uid: 4026 + pos: -15.5,12.5 + parent: 14592 + - uid: 16046 components: - type: Transform - pos: 19.5,61.5 - parent: 2 - - uid: 4027 + pos: -15.5,11.5 + parent: 14592 + - uid: 16047 components: - type: Transform - pos: 19.5,60.5 - parent: 2 - - uid: 4028 + pos: -15.5,10.5 + parent: 14592 + - uid: 16048 components: - type: Transform - pos: 18.5,60.5 - parent: 2 - - uid: 4029 + pos: -15.5,9.5 + parent: 14592 + - uid: 16049 components: - type: Transform - pos: 17.5,60.5 - parent: 2 - - uid: 4030 + pos: -15.5,8.5 + parent: 14592 + - uid: 16050 components: - type: Transform - pos: 20.5,60.5 - parent: 2 - - uid: 4031 + pos: -15.5,7.5 + parent: 14592 + - uid: 16051 components: - type: Transform - pos: 21.5,60.5 - parent: 2 - - uid: 4032 + pos: -14.5,21.5 + parent: 14592 + - uid: 16052 components: - type: Transform - pos: 22.5,60.5 - parent: 2 - - uid: 4033 + pos: -14.5,20.5 + parent: 14592 + - uid: 16053 components: - type: Transform - pos: 22.5,61.5 - parent: 2 - - uid: 4034 + pos: -14.5,19.5 + parent: 14592 + - uid: 16054 components: - type: Transform - pos: 22.5,62.5 - parent: 2 - - uid: 4035 + pos: -14.5,18.5 + parent: 14592 + - uid: 16055 components: - type: Transform - pos: 22.5,63.5 - parent: 2 - - uid: 4036 + pos: -14.5,17.5 + parent: 14592 + - uid: 16056 components: - type: Transform - pos: 22.5,64.5 - parent: 2 - - uid: 4037 + pos: -14.5,16.5 + parent: 14592 + - uid: 16057 components: - type: Transform - pos: 21.5,64.5 - parent: 2 - - uid: 4038 + pos: -14.5,15.5 + parent: 14592 + - uid: 16058 components: - type: Transform - pos: 25.5,63.5 - parent: 2 - - uid: 4039 + pos: -14.5,14.5 + parent: 14592 + - uid: 16059 components: - type: Transform - pos: 25.5,62.5 - parent: 2 - - uid: 4040 + pos: -14.5,13.5 + parent: 14592 + - uid: 16060 components: - type: Transform - pos: 25.5,61.5 - parent: 2 - - uid: 4041 + pos: -14.5,12.5 + parent: 14592 + - uid: 16061 components: - type: Transform - pos: 25.5,60.5 - parent: 2 - - uid: 4042 + pos: -14.5,11.5 + parent: 14592 + - uid: 16062 components: - type: Transform - pos: 25.5,64.5 - parent: 2 - - uid: 4043 + pos: -14.5,10.5 + parent: 14592 + - uid: 16063 components: - type: Transform - pos: 26.5,64.5 - parent: 2 - - uid: 4044 + pos: -14.5,9.5 + parent: 14592 + - uid: 16064 components: - type: Transform - pos: 28.5,64.5 - parent: 2 - - uid: 4045 + pos: -14.5,8.5 + parent: 14592 + - uid: 16065 components: - type: Transform - pos: 28.5,63.5 - parent: 2 - - uid: 4046 + pos: -14.5,7.5 + parent: 14592 + - uid: 16066 components: - type: Transform - pos: 28.5,62.5 - parent: 2 - - uid: 4047 + pos: -13.5,21.5 + parent: 14592 + - uid: 16067 components: - type: Transform - pos: 28.5,61.5 - parent: 2 - - uid: 4048 + pos: -13.5,20.5 + parent: 14592 + - uid: 16068 components: - type: Transform - pos: 28.5,60.5 - parent: 2 - - uid: 4049 + pos: -13.5,19.5 + parent: 14592 + - uid: 16069 components: - type: Transform - pos: 27.5,60.5 - parent: 2 - - uid: 4050 + pos: -13.5,18.5 + parent: 14592 + - uid: 16070 components: - type: Transform - pos: 26.5,60.5 - parent: 2 - - uid: 4051 + pos: -13.5,17.5 + parent: 14592 + - uid: 16071 components: - type: Transform - pos: 29.5,60.5 - parent: 2 - - uid: 4052 + pos: -13.5,16.5 + parent: 14592 + - uid: 16072 components: - type: Transform - pos: 30.5,60.5 - parent: 2 - - uid: 4053 + pos: -13.5,15.5 + parent: 14592 + - uid: 16073 components: - type: Transform - pos: 30.5,64.5 - parent: 2 - - uid: 4054 + pos: -13.5,14.5 + parent: 14592 + - uid: 16074 components: - type: Transform - pos: 17.5,59.5 - parent: 2 - - uid: 4055 + pos: -19.5,1.5 + parent: 14592 + - uid: 16078 components: - type: Transform - pos: 17.5,58.5 - parent: 2 - - uid: 4056 + pos: -12.5,31.5 + parent: 14592 + - uid: 16081 components: - type: Transform - pos: 17.5,57.5 - parent: 2 - - uid: 4057 + pos: -12.5,21.5 + parent: 14592 + - uid: 16082 components: - type: Transform - pos: 17.5,56.5 - parent: 2 - - uid: 4058 + pos: -12.5,20.5 + parent: 14592 + - uid: 16083 components: - type: Transform - pos: 18.5,56.5 - parent: 2 - - uid: 4059 + pos: -12.5,19.5 + parent: 14592 + - uid: 16084 components: - type: Transform - pos: 19.5,56.5 - parent: 2 - - uid: 4060 + pos: -12.5,18.5 + parent: 14592 + - uid: 16085 components: - type: Transform - pos: 27.5,56.5 - parent: 2 - - uid: 4063 + pos: -12.5,17.5 + parent: 14592 + - uid: 16086 components: - type: Transform - pos: 26.5,50.5 - parent: 2 - - uid: 4064 + pos: -23.5,12.5 + parent: 14592 + - uid: 16087 components: - type: Transform - pos: 24.5,50.5 - parent: 2 - - uid: 4065 + pos: -12.5,15.5 + parent: 14592 + - uid: 16088 components: - type: Transform - pos: 23.5,50.5 - parent: 2 - - uid: 4066 + pos: -12.5,14.5 + parent: 14592 + - uid: 16092 components: - type: Transform - pos: 22.5,50.5 - parent: 2 - - uid: 4067 + pos: -15.5,4.5 + parent: 14592 + - uid: 16095 components: - type: Transform - pos: 22.5,51.5 - parent: 2 - - uid: 4068 + pos: -13.5,32.5 + parent: 14592 + - uid: 16096 components: - type: Transform - pos: 21.5,51.5 - parent: 2 - - uid: 4069 + pos: -11.5,21.5 + parent: 14592 + - uid: 16097 components: - type: Transform - pos: 20.5,51.5 - parent: 2 - - uid: 4070 + pos: -11.5,20.5 + parent: 14592 + - uid: 16098 components: - type: Transform - pos: 20.5,52.5 - parent: 2 - - uid: 4071 + pos: -11.5,19.5 + parent: 14592 + - uid: 16099 components: - type: Transform - pos: 19.5,52.5 - parent: 2 - - uid: 4072 + pos: -11.5,18.5 + parent: 14592 + - uid: 16100 components: - type: Transform - pos: 19.5,53.5 - parent: 2 - - uid: 4073 + pos: -11.5,17.5 + parent: 14592 + - uid: 16101 components: - type: Transform - pos: 19.5,54.5 - parent: 2 - - uid: 4074 + pos: -11.5,16.5 + parent: 14592 + - uid: 16102 components: - type: Transform - pos: 19.5,55.5 - parent: 2 - - uid: 4075 + pos: -11.5,15.5 + parent: 14592 + - uid: 16103 components: - type: Transform - pos: 20.5,56.5 - parent: 2 - - uid: 4076 + pos: -11.5,14.5 + parent: 14592 + - uid: 16106 components: - type: Transform - pos: 21.5,56.5 - parent: 2 - - uid: 4077 + pos: -14.5,6.5 + parent: 14592 + - uid: 16107 components: - type: Transform - pos: 22.5,56.5 - parent: 2 - - uid: 4078 + pos: -14.5,5.5 + parent: 14592 + - uid: 16111 components: - type: Transform - pos: 23.5,56.5 - parent: 2 - - uid: 4079 + pos: -10.5,21.5 + parent: 14592 + - uid: 16112 components: - type: Transform - pos: 24.5,56.5 - parent: 2 - - uid: 4080 + pos: -10.5,20.5 + parent: 14592 + - uid: 16113 components: - type: Transform - pos: 25.5,56.5 - parent: 2 - - uid: 4081 + pos: -10.5,19.5 + parent: 14592 + - uid: 16114 components: - type: Transform - pos: 26.5,56.5 - parent: 2 - - uid: 4193 + pos: -10.5,18.5 + parent: 14592 + - uid: 16115 components: - type: Transform - pos: -1.5,45.5 - parent: 2 - - uid: 4194 + pos: -10.5,17.5 + parent: 14592 + - uid: 16116 components: - type: Transform - pos: -1.5,46.5 - parent: 2 - - uid: 4195 + pos: -10.5,16.5 + parent: 14592 + - uid: 16117 components: - type: Transform - pos: -2.5,46.5 - parent: 2 - - uid: 4196 + pos: -10.5,15.5 + parent: 14592 + - uid: 16118 components: - type: Transform - pos: -3.5,46.5 - parent: 2 - - uid: 4197 + pos: -10.5,14.5 + parent: 14592 + - uid: 16121 components: - type: Transform - pos: -4.5,46.5 - parent: 2 - - uid: 4198 + pos: -14.5,4.5 + parent: 14592 + - uid: 16122 components: - type: Transform - pos: -5.5,46.5 - parent: 2 - - uid: 4199 + pos: -19.5,4.5 + parent: 14592 + - uid: 16123 components: - type: Transform - pos: -6.5,46.5 - parent: 2 - - uid: 4200 + pos: -21.5,26.5 + parent: 14592 + - uid: 16125 components: - type: Transform - pos: -6.5,45.5 - parent: 2 - - uid: 4201 + pos: -9.5,21.5 + parent: 14592 + - uid: 16126 components: - type: Transform - pos: -6.5,44.5 - parent: 2 - - uid: 4202 + pos: -9.5,20.5 + parent: 14592 + - uid: 16127 components: - type: Transform - pos: -6.5,43.5 - parent: 2 - - uid: 4203 + pos: -9.5,19.5 + parent: 14592 + - uid: 16128 components: - type: Transform - pos: -6.5,42.5 - parent: 2 - - uid: 4204 + pos: -9.5,18.5 + parent: 14592 + - uid: 16129 components: - type: Transform - pos: -6.5,41.5 - parent: 2 - - uid: 4205 + pos: -9.5,17.5 + parent: 14592 + - uid: 16130 components: - type: Transform - pos: -1.5,41.5 - parent: 2 - - uid: 4207 + pos: -9.5,16.5 + parent: 14592 + - uid: 16131 components: - type: Transform - pos: -1.5,39.5 - parent: 2 - - uid: 4208 + pos: -9.5,15.5 + parent: 14592 + - uid: 16132 components: - type: Transform - pos: -1.5,38.5 - parent: 2 - - uid: 4209 + pos: -9.5,14.5 + parent: 14592 + - uid: 16138 components: - type: Transform - pos: -2.5,38.5 - parent: 2 - - uid: 4210 + pos: -8.5,21.5 + parent: 14592 + - uid: 16139 components: - type: Transform - pos: -3.5,38.5 - parent: 2 - - uid: 4211 + pos: -8.5,20.5 + parent: 14592 + - uid: 16140 components: - type: Transform - pos: -4.5,38.5 - parent: 2 - - uid: 4212 + pos: -8.5,19.5 + parent: 14592 + - uid: 16141 components: - type: Transform - pos: -5.5,38.5 - parent: 2 - - uid: 4213 + pos: -8.5,18.5 + parent: 14592 + - uid: 16142 components: - type: Transform - pos: -6.5,38.5 - parent: 2 - - uid: 4214 + pos: -8.5,17.5 + parent: 14592 + - uid: 16143 components: - type: Transform - pos: -6.5,39.5 - parent: 2 - - uid: 4224 + pos: -8.5,16.5 + parent: 14592 + - uid: 16144 components: - type: Transform - pos: -5.5,51.5 - parent: 2 - - uid: 4225 + pos: -8.5,15.5 + parent: 14592 + - uid: 16145 components: - type: Transform - pos: -5.5,50.5 - parent: 2 - - uid: 4227 + pos: -8.5,14.5 + parent: 14592 + - uid: 16153 components: - type: Transform - pos: -5.5,47.5 - parent: 2 - - uid: 4244 + pos: -7.5,21.5 + parent: 14592 + - uid: 16154 components: - type: Transform - pos: 41.5,40.5 - parent: 2 - - uid: 4246 + pos: -7.5,20.5 + parent: 14592 + - uid: 16155 components: - type: Transform - pos: 41.5,39.5 - parent: 2 - - uid: 4247 + pos: -7.5,19.5 + parent: 14592 + - uid: 16156 components: - type: Transform - pos: 40.5,40.5 - parent: 2 - - uid: 4248 + pos: -7.5,18.5 + parent: 14592 + - uid: 16157 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,31.5 - parent: 2 - - uid: 4285 + pos: -7.5,17.5 + parent: 14592 + - uid: 16158 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,35.5 - parent: 2 - - uid: 4286 + pos: -7.5,16.5 + parent: 14592 + - uid: 16159 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,35.5 - parent: 2 - - uid: 4287 + pos: -7.5,15.5 + parent: 14592 + - uid: 16160 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,35.5 - parent: 2 - - uid: 4288 + pos: -7.5,14.5 + parent: 14592 + - uid: 16167 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,35.5 - parent: 2 - - uid: 4289 + pos: -6.5,21.5 + parent: 14592 + - uid: 16168 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,35.5 - parent: 2 - - uid: 4290 + pos: -6.5,20.5 + parent: 14592 + - uid: 16169 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,35.5 - parent: 2 - - uid: 4291 + pos: -6.5,19.5 + parent: 14592 + - uid: 16170 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,30.5 - parent: 2 - - uid: 4307 + pos: -6.5,18.5 + parent: 14592 + - uid: 16171 components: - type: Transform - pos: 18.5,-47.5 - parent: 2 - - uid: 4308 + pos: -6.5,17.5 + parent: 14592 + - uid: 16172 components: - type: Transform - pos: 18.5,-46.5 - parent: 2 - - uid: 4309 + pos: -6.5,16.5 + parent: 14592 + - uid: 16173 components: - type: Transform - pos: 18.5,-45.5 - parent: 2 - - uid: 4312 + pos: -6.5,15.5 + parent: 14592 + - uid: 16174 components: - type: Transform - pos: 16.5,-44.5 - parent: 2 - - uid: 4313 + pos: -6.5,14.5 + parent: 14592 + - uid: 16182 components: - type: Transform - pos: 16.5,-43.5 - parent: 2 - - uid: 4314 + pos: -5.5,20.5 + parent: 14592 + - uid: 16183 components: - type: Transform - pos: 16.5,-41.5 - parent: 2 - - uid: 4315 + pos: -5.5,19.5 + parent: 14592 + - uid: 16184 components: - type: Transform - pos: 16.5,-40.5 - parent: 2 - - uid: 4329 + pos: -5.5,18.5 + parent: 14592 + - uid: 16185 components: - type: Transform - pos: 25.5,-40.5 - parent: 2 - - uid: 4333 + pos: -5.5,17.5 + parent: 14592 + - uid: 16186 components: - type: Transform - pos: 24.5,-40.5 - parent: 2 - - uid: 4334 + pos: -5.5,16.5 + parent: 14592 + - uid: 16187 components: - type: Transform - pos: 23.5,-40.5 - parent: 2 - - uid: 4335 + pos: -5.5,15.5 + parent: 14592 + - uid: 16188 components: - type: Transform - pos: 22.5,-40.5 - parent: 2 - - uid: 4336 + pos: -23.5,11.5 + parent: 14592 + - uid: 16196 components: - type: Transform - pos: 21.5,-40.5 - parent: 2 - - uid: 4337 + pos: -4.5,20.5 + parent: 14592 + - uid: 16197 components: - type: Transform - pos: 20.5,-40.5 - parent: 2 - - uid: 4344 + pos: -4.5,19.5 + parent: 14592 + - uid: 16198 components: - type: Transform - pos: 19.5,-40.5 - parent: 2 - - uid: 4347 + pos: -4.5,18.5 + parent: 14592 + - uid: 16199 components: - type: Transform - pos: 18.5,-40.5 - parent: 2 - - uid: 4348 + pos: -4.5,17.5 + parent: 14592 + - uid: 16200 components: - type: Transform - pos: 18.5,-39.5 - parent: 2 - - uid: 4349 + pos: -8.5,23.5 + parent: 14592 + - uid: 16201 components: - type: Transform - pos: 18.5,-38.5 - parent: 2 - - uid: 4350 + pos: -5.5,23.5 + parent: 14592 + - uid: 16202 components: - type: Transform - pos: 18.5,-37.5 - parent: 2 - - uid: 4351 + pos: -23.5,10.5 + parent: 14592 + - uid: 16206 components: - type: Transform - pos: 18.5,-36.5 - parent: 2 - - uid: 4353 + pos: -21.5,30.5 + parent: 14592 + - uid: 16208 components: - type: Transform - pos: 25.5,-39.5 - parent: 2 - - uid: 4354 + pos: -3.5,21.5 + parent: 14592 + - uid: 16209 components: - type: Transform - pos: 25.5,-37.5 - parent: 2 - - uid: 4355 + pos: -3.5,20.5 + parent: 14592 + - uid: 16210 components: - type: Transform - pos: 25.5,-34.5 - parent: 2 - - uid: 4356 + pos: -3.5,19.5 + parent: 14592 + - uid: 16211 components: - type: Transform - pos: 25.5,-33.5 - parent: 2 - - uid: 4359 + pos: -3.5,18.5 + parent: 14592 + - uid: 16212 components: - type: Transform - pos: 18.5,-34.5 - parent: 2 - - uid: 4360 + pos: -3.5,17.5 + parent: 14592 + - uid: 16214 components: - type: Transform - pos: 18.5,-32.5 - parent: 2 - - uid: 4361 + pos: -7.5,23.5 + parent: 14592 + - uid: 16215 components: - type: Transform - pos: 18.5,-31.5 - parent: 2 - - uid: 4362 + pos: -6.5,23.5 + parent: 14592 + - uid: 16220 components: - type: Transform - pos: 19.5,-29.5 - parent: 2 - - uid: 4363 + pos: -2.5,21.5 + parent: 14592 + - uid: 16221 components: - type: Transform - pos: 22.5,-29.5 - parent: 2 - - uid: 4364 + pos: -2.5,20.5 + parent: 14592 + - uid: 16222 components: - type: Transform - pos: 23.5,-29.5 - parent: 2 - - uid: 4365 + pos: -2.5,19.5 + parent: 14592 + - uid: 16223 components: - type: Transform - pos: 24.5,-29.5 - parent: 2 - - uid: 4366 + pos: -2.5,18.5 + parent: 14592 + - uid: 16224 components: - type: Transform - pos: 25.5,-29.5 - parent: 2 - - uid: 4399 + pos: -2.5,17.5 + parent: 14592 + - uid: 16225 components: - type: Transform - pos: 25.5,-16.5 - parent: 2 - - uid: 4400 + pos: -8.5,22.5 + parent: 14592 + - uid: 16227 components: - type: Transform - pos: 25.5,-20.5 - parent: 2 - - uid: 4401 + pos: -4.5,23.5 + parent: 14592 + - uid: 16232 components: - type: Transform - pos: 25.5,-21.5 - parent: 2 - - uid: 4402 + pos: -21.5,28.5 + parent: 14592 + - uid: 16235 components: - type: Transform - pos: 24.5,-21.5 - parent: 2 - - uid: 4403 + pos: -1.5,21.5 + parent: 14592 + - uid: 16236 components: - type: Transform - pos: 23.5,-21.5 - parent: 2 - - uid: 4404 + pos: -1.5,20.5 + parent: 14592 + - uid: 16237 components: - type: Transform - pos: 22.5,-21.5 - parent: 2 - - uid: 4405 + pos: -1.5,19.5 + parent: 14592 + - uid: 16238 components: - type: Transform - pos: 21.5,-21.5 - parent: 2 - - uid: 4406 + pos: -1.5,18.5 + parent: 14592 + - uid: 16239 components: - type: Transform - pos: 20.5,-21.5 - parent: 2 - - uid: 4407 + pos: -2.5,23.5 + parent: 14592 + - uid: 16241 components: - type: Transform - pos: 19.5,-21.5 - parent: 2 - - uid: 4408 + pos: 8.5,18.5 + parent: 14592 + - uid: 16242 components: - type: Transform - pos: 18.5,-21.5 - parent: 2 - - uid: 4416 + pos: 8.5,14.5 + parent: 14592 + - uid: 16243 components: - type: Transform - pos: 68.5,-8.5 - parent: 2 - - uid: 4417 + pos: 7.5,9.5 + parent: 14592 + - uid: 16244 components: - type: Transform - pos: 67.5,-8.5 - parent: 2 - - uid: 4418 + pos: 9.5,9.5 + parent: 14592 + - uid: 16245 components: - type: Transform - pos: 66.5,-8.5 - parent: 2 - - uid: 4419 + pos: 12.5,9.5 + parent: 14592 + - uid: 16246 components: - type: Transform - pos: 65.5,-8.5 - parent: 2 - - uid: 4420 + pos: 12.5,10.5 + parent: 14592 + - uid: 16247 components: - type: Transform - pos: 64.5,-8.5 - parent: 2 - - uid: 4421 + pos: 13.5,9.5 + parent: 14592 + - uid: 16248 components: - type: Transform - pos: 63.5,-8.5 - parent: 2 - - uid: 4422 + pos: 11.5,11.5 + parent: 14592 + - uid: 16249 components: - type: Transform - pos: 62.5,-8.5 - parent: 2 - - uid: 4432 + pos: 13.5,8.5 + parent: 14592 + - uid: 16250 components: - type: Transform - pos: 55.5,-5.5 - parent: 2 - - uid: 4433 + pos: -0.5,21.5 + parent: 14592 + - uid: 16251 components: - type: Transform - pos: 56.5,-5.5 - parent: 2 - - uid: 4434 + pos: -0.5,20.5 + parent: 14592 + - uid: 16252 components: - type: Transform - pos: 57.5,-5.5 - parent: 2 - - uid: 4435 + pos: -0.5,19.5 + parent: 14592 + - uid: 16253 components: - type: Transform - pos: 58.5,-5.5 - parent: 2 - - uid: 4436 + pos: -0.5,18.5 + parent: 14592 + - uid: 16254 components: - type: Transform - pos: 59.5,-5.5 - parent: 2 - - uid: 4437 + pos: -2.5,22.5 + parent: 14592 + - uid: 16255 components: - type: Transform - pos: 55.5,-4.5 - parent: 2 - - uid: 4438 + pos: -3.5,23.5 + parent: 14592 + - uid: 16256 components: - type: Transform - pos: 55.5,-3.5 - parent: 2 - - uid: 4439 + pos: 8.5,16.5 + parent: 14592 + - uid: 16257 components: - type: Transform - pos: 55.5,-2.5 - parent: 2 - - uid: 4440 + pos: 9.5,18.5 + parent: 14592 + - uid: 16258 components: - type: Transform - pos: 55.5,-1.5 - parent: 2 - - uid: 4441 + pos: 7.5,8.5 + parent: 14592 + - uid: 16259 components: - type: Transform - pos: 56.5,-1.5 - parent: 2 - - uid: 4442 + pos: 10.5,8.5 + parent: 14592 + - uid: 16260 components: - type: Transform - pos: 60.5,-1.5 - parent: 2 - - uid: 4443 + pos: 10.5,9.5 + parent: 14592 + - uid: 16261 components: - type: Transform - pos: 61.5,-1.5 - parent: 2 - - uid: 4444 + pos: 11.5,9.5 + parent: 14592 + - uid: 16262 components: - type: Transform - pos: 61.5,-2.5 - parent: 2 - - uid: 4445 + pos: 11.5,11.5 + parent: 14592 + - uid: 16263 components: - type: Transform - pos: 60.5,-5.5 - parent: 2 - - uid: 4446 + pos: 12.5,11.5 + parent: 14592 + - uid: 16264 components: - type: Transform - pos: 61.5,-5.5 - parent: 2 - - uid: 4447 + pos: 11.5,10.5 + parent: 14592 + - uid: 16265 components: - type: Transform - pos: 61.5,-4.5 - parent: 2 - - uid: 4451 + pos: 0.5,21.5 + parent: 14592 + - uid: 16266 components: - type: Transform - pos: 61.5,-6.5 - parent: 2 - - uid: 4452 + pos: 0.5,20.5 + parent: 14592 + - uid: 16267 components: - type: Transform - pos: -68.5,-13.5 - parent: 2 - - uid: 4453 + pos: 0.5,19.5 + parent: 14592 + - uid: 16268 components: - type: Transform - pos: -68.5,-11.5 - parent: 2 - - uid: 4468 + pos: 0.5,18.5 + parent: 14592 + - uid: 16269 components: - type: Transform - pos: 68.5,-27.5 - parent: 2 - - uid: 4474 + pos: -1.5,23.5 + parent: 14592 + - uid: 16270 components: - type: Transform - pos: -47.5,49.5 - parent: 2 - - uid: 4610 + pos: -1.5,22.5 + parent: 14592 + - uid: 16271 components: - type: Transform - pos: 42.5,-59.5 - parent: 2 - - uid: 4612 + pos: -23.5,13.5 + parent: 14592 + - uid: 16272 components: - type: Transform - pos: 43.5,-58.5 - parent: 2 - - uid: 4614 + pos: 7.5,14.5 + parent: 14592 + - uid: 16273 components: - type: Transform - pos: 42.5,-58.5 - parent: 2 - - uid: 4615 + pos: 9.5,14.5 + parent: 14592 + - uid: 16274 components: - type: Transform - pos: 43.5,-57.5 - parent: 2 - - uid: 4616 + pos: -23.5,16.5 + parent: 14592 + - uid: 16275 components: - type: Transform - pos: 38.5,-59.5 - parent: 2 - - uid: 4617 + pos: -14.5,23.5 + parent: 14592 + - uid: 16276 components: - type: Transform - pos: 38.5,-58.5 - parent: 2 - - uid: 4619 + pos: -14.5,22.5 + parent: 14592 + - uid: 16277 components: - type: Transform - pos: 52.5,-47.5 - parent: 2 - - uid: 4633 + pos: 0.5,9.5 + parent: 14592 + - uid: 16278 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 71.5,-8.5 - parent: 2 - - uid: 4634 + pos: 0.5,8.5 + parent: 14592 + - uid: 16279 components: - type: Transform - pos: 67.5,-27.5 - parent: 2 - - uid: 4637 + pos: 0.5,7.5 + parent: 14592 + - uid: 16280 components: - type: Transform - pos: 66.5,-27.5 - parent: 2 - - uid: 4661 + pos: 1.5,21.5 + parent: 14592 + - uid: 16281 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 75.5,32.5 - parent: 2 - - uid: 4665 + pos: 1.5,20.5 + parent: 14592 + - uid: 16282 components: - type: Transform - pos: 62.5,50.5 - parent: 2 - - uid: 4669 + pos: 1.5,19.5 + parent: 14592 + - uid: 16283 components: - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,36.5 - parent: 2 - - uid: 4672 + pos: 1.5,18.5 + parent: 14592 + - uid: 16284 components: - type: Transform - pos: 60.5,31.5 - parent: 2 - - uid: 4673 + pos: 0.5,23.5 + parent: 14592 + - uid: 16285 components: - type: Transform - pos: 64.5,45.5 - parent: 2 - - uid: 4674 + pos: -0.5,23.5 + parent: 14592 + - uid: 16286 components: - type: Transform - pos: 63.5,48.5 - parent: 2 - - uid: 4752 + pos: -23.5,14.5 + parent: 14592 + - uid: 16287 components: - type: Transform - pos: 43.5,-56.5 - parent: 2 - - uid: 4771 + pos: -23.5,15.5 + parent: 14592 + - uid: 16288 components: - type: Transform - pos: -18.5,-31.5 - parent: 2 - - uid: 4846 + pos: 5.5,22.5 + parent: 14592 + - uid: 16289 components: - type: Transform - pos: -66.5,72.5 - parent: 2 - - uid: 4850 + pos: -23.5,18.5 + parent: 14592 + - uid: 16290 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-3.5 - parent: 2 - - uid: 4856 + pos: -15.5,23.5 + parent: 14592 + - uid: 16291 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-3.5 - parent: 2 - - uid: 4864 + pos: -15.5,22.5 + parent: 14592 + - uid: 16292 components: - type: Transform - pos: -67.5,73.5 - parent: 2 - - uid: 4869 + pos: 1.5,9.5 + parent: 14592 + - uid: 16293 components: - type: Transform - pos: 76.5,4.5 - parent: 2 - - uid: 4870 + pos: 1.5,8.5 + parent: 14592 + - uid: 16294 components: - type: Transform - pos: 76.5,-1.5 - parent: 2 - - uid: 4871 + pos: 1.5,7.5 + parent: 14592 + - uid: 16295 components: - type: Transform - pos: 76.5,2.5 - parent: 2 - - uid: 4873 + pos: -10.5,-1.5 + parent: 14592 + - uid: 16296 components: - type: Transform - pos: 72.5,6.5 - parent: 2 - - uid: 4875 + pos: 2.5,20.5 + parent: 14592 + - uid: 16297 components: - type: Transform - pos: 72.5,4.5 - parent: 2 - - uid: 4932 + pos: 2.5,19.5 + parent: 14592 + - uid: 16298 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-9.5 - parent: 2 - - uid: 4933 + pos: 2.5,18.5 + parent: 14592 + - uid: 16299 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,-9.5 - parent: 2 - - uid: 4934 + pos: 1.5,23.5 + parent: 14592 + - uid: 16300 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,-8.5 - parent: 2 - - uid: 4956 + pos: -0.5,22.5 + parent: 14592 + - uid: 16301 components: - type: Transform - pos: -0.5,22.5 - parent: 2 - - uid: 4958 + pos: 7.5,17.5 + parent: 14592 + - uid: 16302 components: - type: Transform - pos: -1.5,22.5 - parent: 2 - - uid: 4971 + pos: 7.5,16.5 + parent: 14592 + - uid: 16303 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-25.5 - parent: 2 - - uid: 4981 + pos: -19.5,22.5 + parent: 14592 + - uid: 16304 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-3.5 - parent: 2 - - uid: 4982 + pos: -23.5,17.5 + parent: 14592 + - uid: 16305 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-15.5 - parent: 2 - - uid: 4986 + pos: -13.5,23.5 + parent: 14592 + - uid: 16306 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-3.5 - parent: 2 - - uid: 4992 + pos: -13.5,22.5 + parent: 14592 + - uid: 16307 components: - type: Transform - pos: 1.5,21.5 - parent: 2 - - uid: 4996 + pos: 2.5,9.5 + parent: 14592 + - uid: 16308 components: - type: Transform - pos: 1.5,20.5 - parent: 2 - - uid: 5012 + pos: 2.5,8.5 + parent: 14592 + - uid: 16309 components: - type: Transform - pos: 1.5,22.5 - parent: 2 - - uid: 5013 + pos: 2.5,7.5 + parent: 14592 + - uid: 16310 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,-40.5 - parent: 2 - - uid: 5087 + pos: -10.5,-0.5 + parent: 14592 + - uid: 16311 components: - type: Transform - pos: -56.5,-18.5 - parent: 2 - - uid: 5146 + pos: -10.5,0.5 + parent: 14592 + - uid: 16312 components: - type: Transform - pos: -18.5,-32.5 - parent: 2 - - uid: 5148 + pos: 3.5,19.5 + parent: 14592 + - uid: 16313 components: - type: Transform - pos: -22.5,-35.5 - parent: 2 - - uid: 5152 + pos: 3.5,18.5 + parent: 14592 + - uid: 16314 components: - type: Transform - pos: -25.5,-42.5 - parent: 2 - - uid: 5429 + pos: -15.5,6.5 + parent: 14592 + - uid: 16315 components: - type: Transform - pos: -49.5,-54.5 - parent: 2 - - uid: 5430 + pos: 2.5,23.5 + parent: 14592 + - uid: 16316 components: - type: Transform - pos: -46.5,-54.5 - parent: 2 - - uid: 5435 + pos: -10.5,2.5 + parent: 14592 + - uid: 16317 components: - type: Transform - pos: -50.5,-50.5 - parent: 2 - - uid: 5436 + pos: 4.5,23.5 + parent: 14592 + - uid: 16318 components: - type: Transform - pos: -49.5,-50.5 - parent: 2 - - uid: 5440 + pos: -11.5,-0.5 + parent: 14592 + - uid: 16319 components: - type: Transform - pos: -44.5,-53.5 - parent: 2 - - uid: 5464 + pos: 7.5,19.5 + parent: 14592 + - uid: 16320 components: - type: Transform - pos: -53.5,-41.5 - parent: 2 - - uid: 5465 + pos: 3.5,11.5 + parent: 14592 + - uid: 16321 components: - type: Transform - pos: -55.5,-41.5 - parent: 2 - - uid: 5466 + pos: 3.5,10.5 + parent: 14592 + - uid: 16322 components: - type: Transform - pos: -54.5,-47.5 - parent: 2 - - uid: 5467 + pos: 3.5,9.5 + parent: 14592 + - uid: 16323 components: - type: Transform - pos: -55.5,-47.5 - parent: 2 - - uid: 5706 + pos: 3.5,8.5 + parent: 14592 + - uid: 16324 components: - type: Transform - pos: -2.5,-49.5 - parent: 2 - - uid: 5782 + pos: 3.5,7.5 + parent: 14592 + - uid: 16325 components: - type: Transform - pos: -49.5,9.5 - parent: 2 - - uid: 5784 + pos: 4.5,21.5 + parent: 14592 + - uid: 16326 components: - type: Transform - pos: -41.5,9.5 - parent: 2 - - uid: 5785 + pos: 4.5,20.5 + parent: 14592 + - uid: 16327 components: - type: Transform - pos: -49.5,7.5 - parent: 2 - - uid: 5786 + pos: 4.5,19.5 + parent: 14592 + - uid: 16328 components: - type: Transform - pos: -50.5,6.5 - parent: 2 - - uid: 5792 + pos: 4.5,18.5 + parent: 14592 + - uid: 16329 components: - type: Transform - pos: -49.5,8.5 - parent: 2 - - uid: 5795 + pos: 4.5,17.5 + parent: 14592 + - uid: 16330 components: - type: Transform - pos: -41.5,2.5 - parent: 2 - - uid: 5797 + pos: 4.5,16.5 + parent: 14592 + - uid: 16331 components: - type: Transform - pos: -40.5,2.5 - parent: 2 - - uid: 5798 + pos: 4.5,15.5 + parent: 14592 + - uid: 16332 components: - type: Transform - pos: -43.5,2.5 - parent: 2 - - uid: 5802 + pos: 4.5,14.5 + parent: 14592 + - uid: 16333 components: - type: Transform - pos: -42.5,2.5 - parent: 2 - - uid: 5807 + pos: 4.5,13.5 + parent: 14592 + - uid: 16334 components: - type: Transform - pos: -45.5,2.5 - parent: 2 - - uid: 5808 + pos: 4.5,12.5 + parent: 14592 + - uid: 16335 components: - type: Transform - pos: -44.5,2.5 - parent: 2 - - uid: 5848 + pos: 4.5,11.5 + parent: 14592 + - uid: 16336 components: - type: Transform - pos: 10.5,66.5 - parent: 2 - - uid: 5874 + pos: 4.5,10.5 + parent: 14592 + - uid: 16337 components: - type: Transform - pos: -55.5,-18.5 - parent: 2 - - uid: 5896 + pos: 4.5,9.5 + parent: 14592 + - uid: 16338 components: - type: Transform - pos: -58.5,49.5 - parent: 2 - - uid: 5957 + pos: 4.5,8.5 + parent: 14592 + - uid: 16339 components: - type: Transform - pos: -55.5,49.5 - parent: 2 - - uid: 5962 + pos: 4.5,7.5 + parent: 14592 + - uid: 16340 components: - type: Transform - pos: -44.5,50.5 - parent: 2 - - uid: 5963 + pos: 5.5,21.5 + parent: 14592 + - uid: 16341 components: - type: Transform - pos: -44.5,49.5 - parent: 2 - - uid: 5998 + pos: 5.5,20.5 + parent: 14592 + - uid: 16342 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-7.5 - parent: 2 - - uid: 6001 + pos: 5.5,19.5 + parent: 14592 + - uid: 16343 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,10.5 - parent: 2 - - uid: 6003 + pos: 5.5,18.5 + parent: 14592 + - uid: 16344 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,8.5 - parent: 2 - - uid: 6004 + pos: 5.5,17.5 + parent: 14592 + - uid: 16345 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,11.5 - parent: 2 - - uid: 6037 + pos: 5.5,16.5 + parent: 14592 + - uid: 16346 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,32.5 - parent: 2 - - uid: 6052 + pos: 5.5,15.5 + parent: 14592 + - uid: 16347 components: - type: Transform - pos: 73.5,2.5 - parent: 2 - - uid: 6063 + pos: 5.5,14.5 + parent: 14592 + - uid: 16348 components: - type: Transform - pos: 54.5,54.5 - parent: 2 - - uid: 6064 + pos: 5.5,13.5 + parent: 14592 + - uid: 16349 components: - type: Transform - pos: 60.5,30.5 - parent: 2 - - uid: 6066 + pos: 5.5,12.5 + parent: 14592 + - uid: 16350 components: - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,36.5 - parent: 2 - - uid: 6067 + pos: 5.5,11.5 + parent: 14592 + - uid: 16351 components: - type: Transform - pos: -21.5,-65.5 - parent: 2 - - uid: 6070 + pos: 5.5,10.5 + parent: 14592 + - uid: 16352 components: - type: Transform - pos: -21.5,-66.5 - parent: 2 - - uid: 6078 + pos: 5.5,9.5 + parent: 14592 + - uid: 16353 components: - type: Transform - pos: 54.5,13.5 - parent: 2 - - uid: 6211 + pos: 5.5,8.5 + parent: 14592 + - uid: 16354 components: - type: Transform - rot: 3.141592653589793 rad - pos: 58.5,36.5 - parent: 2 - - uid: 6301 + pos: 5.5,7.5 + parent: 14592 + - uid: 16355 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,31.5 - parent: 2 - - uid: 6375 + pos: 6.5,21.5 + parent: 14592 + - uid: 16356 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,36.5 - parent: 2 - - uid: 6385 + pos: 6.5,20.5 + parent: 14592 + - uid: 16357 components: - type: Transform - pos: 26.5,14.5 - parent: 2 - - uid: 6386 + pos: 6.5,19.5 + parent: 14592 + - uid: 16358 components: - type: Transform - pos: 25.5,14.5 - parent: 2 - - uid: 6387 + pos: 6.5,18.5 + parent: 14592 + - uid: 16359 components: - type: Transform - pos: 24.5,14.5 - parent: 2 - - uid: 6388 + pos: 6.5,17.5 + parent: 14592 + - uid: 16360 components: - type: Transform - pos: 23.5,14.5 - parent: 2 - - uid: 6389 + pos: 6.5,16.5 + parent: 14592 + - uid: 16361 components: - type: Transform - pos: 22.5,14.5 - parent: 2 - - uid: 6390 + pos: 6.5,15.5 + parent: 14592 + - uid: 16362 components: - type: Transform - pos: 21.5,14.5 - parent: 2 - - uid: 6391 + pos: 6.5,14.5 + parent: 14592 + - uid: 16363 components: - type: Transform - pos: 21.5,15.5 - parent: 2 - - uid: 6392 + pos: 6.5,13.5 + parent: 14592 + - uid: 16364 components: - type: Transform - pos: 21.5,16.5 - parent: 2 - - uid: 6393 + pos: 6.5,12.5 + parent: 14592 + - uid: 16365 components: - type: Transform - pos: 21.5,17.5 - parent: 2 - - uid: 6394 + pos: 6.5,11.5 + parent: 14592 + - uid: 16366 components: - type: Transform - pos: 21.5,18.5 - parent: 2 - - uid: 6916 + pos: 6.5,10.5 + parent: 14592 + - uid: 16367 components: - type: Transform - pos: -19.5,8.5 - parent: 2 - - uid: 6921 + pos: 6.5,9.5 + parent: 14592 + - uid: 16368 components: - type: Transform - pos: -53.5,-23.5 - parent: 2 - - uid: 6923 + pos: 6.5,8.5 + parent: 14592 + - uid: 16369 components: - type: Transform - pos: -52.5,-23.5 - parent: 2 - - uid: 6968 + pos: 6.5,7.5 + parent: 14592 + - uid: 16374 components: - type: Transform - pos: -47.5,-14.5 - parent: 2 - - uid: 6985 + pos: -24.5,-1.5 + parent: 14592 + - uid: 16375 components: - type: Transform - pos: -57.5,-26.5 - parent: 2 - - uid: 6989 + pos: -24.5,-2.5 + parent: 14592 + - uid: 16376 components: - type: Transform - pos: -71.5,88.5 - parent: 2 - - uid: 6991 + pos: -23.5,-1.5 + parent: 14592 + - uid: 16377 components: - type: Transform - pos: -77.5,88.5 - parent: 2 - - uid: 6995 + pos: -23.5,-2.5 + parent: 14592 + - uid: 16378 components: - type: Transform - pos: -86.5,57.5 - parent: 2 - - uid: 6996 + pos: -22.5,-1.5 + parent: 14592 + - uid: 16379 components: - type: Transform - pos: -70.5,88.5 - parent: 2 - - uid: 7004 + pos: -22.5,-2.5 + parent: 14592 + - uid: 16380 components: - type: Transform - pos: -69.5,88.5 - parent: 2 - - uid: 7015 + pos: -21.5,-3.5 + parent: 14592 + - uid: 16381 components: - type: Transform - pos: 68.5,-24.5 - parent: 2 - - uid: 7222 + pos: -22.5,-3.5 + parent: 14592 + - uid: 16382 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,41.5 - parent: 2 - - uid: 7223 + pos: -22.5,-0.5 + parent: 14592 + - uid: 16383 components: - type: Transform - pos: -87.5,70.5 - parent: 2 - - uid: 7224 + pos: -17.5,-5.5 + parent: 14592 + - uid: 16384 components: - type: Transform - pos: -89.5,70.5 - parent: 2 - - uid: 7225 + pos: -17.5,-6.5 + parent: 14592 + - uid: 16385 components: - type: Transform - pos: -89.5,75.5 - parent: 2 - - uid: 7244 + pos: -21.5,-8.5 + parent: 14592 + - uid: 16386 components: - type: Transform - pos: -87.5,83.5 - parent: 2 - - uid: 7246 + pos: -21.5,-9.5 + parent: 14592 + - uid: 16387 components: - type: Transform - pos: -89.5,76.5 - parent: 2 - - uid: 7248 + pos: -21.5,-10.5 + parent: 14592 + - uid: 16388 components: - type: Transform - pos: -80.5,75.5 - parent: 2 - - uid: 7251 + pos: -21.5,-11.5 + parent: 14592 + - uid: 16389 components: - type: Transform - pos: -83.5,70.5 - parent: 2 - - uid: 7254 + pos: -20.5,-8.5 + parent: 14592 + - uid: 16390 components: - type: Transform - pos: -90.5,76.5 - parent: 2 - - uid: 7268 + pos: -20.5,-9.5 + parent: 14592 + - uid: 16391 components: - type: Transform - pos: -47.5,2.5 - parent: 2 - - uid: 7270 + pos: -20.5,-10.5 + parent: 14592 + - uid: 16392 components: - type: Transform - pos: -46.5,2.5 - parent: 2 - - uid: 7271 + pos: -20.5,-11.5 + parent: 14592 + - uid: 16393 components: - type: Transform - pos: -49.5,2.5 - parent: 2 - - uid: 7273 + pos: -19.5,-8.5 + parent: 14592 + - uid: 16394 components: - type: Transform - pos: -48.5,2.5 - parent: 2 - - uid: 7274 + pos: -19.5,-9.5 + parent: 14592 + - uid: 16395 components: - type: Transform - pos: -50.5,2.5 - parent: 2 - - uid: 7297 + pos: -19.5,-10.5 + parent: 14592 + - uid: 16396 components: - type: Transform - pos: -24.5,25.5 - parent: 2 - - uid: 7301 + pos: -19.5,-11.5 + parent: 14592 + - uid: 16397 components: - type: Transform - pos: -37.5,2.5 - parent: 2 - - uid: 7302 + pos: -27.5,12.5 + parent: 14592 + - uid: 16398 components: - type: Transform - pos: -40.5,9.5 - parent: 2 - - uid: 7303 + pos: -27.5,11.5 + parent: 14592 + - uid: 16399 components: - type: Transform - pos: -46.5,9.5 - parent: 2 - - uid: 7308 + pos: -27.5,10.5 + parent: 14592 + - uid: 16400 components: - type: Transform - pos: -38.5,9.5 - parent: 2 - - uid: 7315 + pos: -27.5,9.5 + parent: 14592 + - uid: 16401 components: - type: Transform - pos: -44.5,51.5 - parent: 2 - - uid: 7321 + pos: -27.5,8.5 + parent: 14592 + - uid: 16402 components: - type: Transform - pos: -38.5,2.5 - parent: 2 - - uid: 7325 + pos: -26.5,12.5 + parent: 14592 + - uid: 16403 components: - type: Transform - pos: -48.5,9.5 - parent: 2 - - uid: 7434 + pos: -26.5,11.5 + parent: 14592 + - uid: 16404 components: - type: Transform - pos: -50.5,5.5 - parent: 2 - - uid: 7435 + pos: -26.5,10.5 + parent: 14592 + - uid: 16405 components: - type: Transform - pos: -36.5,10.5 - parent: 2 - - uid: 7436 + pos: -26.5,9.5 + parent: 14592 + - uid: 16406 components: - type: Transform - pos: -36.5,9.5 - parent: 2 - - uid: 7437 + pos: -26.5,6.5 + parent: 14592 + - uid: 16407 components: - type: Transform - pos: -42.5,9.5 - parent: 2 - - uid: 7438 + pos: -25.5,12.5 + parent: 14592 + - uid: 16408 components: - type: Transform - pos: -50.5,3.5 - parent: 2 - - uid: 7439 + pos: -12.5,30.5 + parent: 14592 + - uid: 16409 components: - type: Transform - pos: -45.5,9.5 - parent: 2 - - uid: 7464 + pos: -13.5,33.5 + parent: 14592 + - uid: 16410 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,14.5 - parent: 2 - - uid: 7491 + pos: -25.5,9.5 + parent: 14592 + - uid: 16411 components: - type: Transform - pos: -44.5,52.5 - parent: 2 - - uid: 7493 + pos: -25.5,8.5 + parent: 14592 + - uid: 16412 components: - type: Transform - pos: -44.5,54.5 - parent: 2 - - uid: 7495 + pos: -25.5,6.5 + parent: 14592 + - uid: 16413 components: - type: Transform - pos: -42.5,48.5 - parent: 2 - - uid: 7496 + pos: -24.5,12.5 + parent: 14592 + - uid: 16414 components: - type: Transform - pos: -42.5,51.5 - parent: 2 - - uid: 7497 + pos: -24.5,11.5 + parent: 14592 + - uid: 16415 components: - type: Transform - pos: -42.5,50.5 - parent: 2 - - uid: 7498 + pos: -24.5,10.5 + parent: 14592 + - uid: 16416 components: - type: Transform - pos: -42.5,52.5 - parent: 2 - - uid: 7503 + pos: -24.5,9.5 + parent: 14592 + - uid: 16417 components: - type: Transform - pos: -42.5,54.5 - parent: 2 - - uid: 7508 + pos: -24.5,8.5 + parent: 14592 + - uid: 16418 components: - type: Transform - pos: -43.5,47.5 - parent: 2 - - uid: 7534 + pos: -24.5,7.5 + parent: 14592 + - uid: 16419 + components: + - type: Transform + pos: -24.5,6.5 + parent: 14592 + - uid: 16420 components: - type: Transform - pos: 3.5,18.5 - parent: 2 - - uid: 7542 + pos: -30.5,10.5 + parent: 14592 + - uid: 16421 components: - type: Transform - pos: -19.5,-6.5 - parent: 2 - - uid: 7543 + pos: -30.5,9.5 + parent: 14592 + - uid: 16422 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-3.5 - parent: 2 - - uid: 7544 + pos: -29.5,10.5 + parent: 14592 + - uid: 16423 components: - type: Transform - pos: 0.5,22.5 - parent: 2 - - uid: 7548 + pos: -29.5,9.5 + parent: 14592 + - uid: 16424 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-3.5 - parent: 2 - - uid: 7564 + pos: -28.5,10.5 + parent: 14592 + - uid: 16425 components: - type: Transform - pos: -45.5,54.5 - parent: 2 - - uid: 7566 + pos: -28.5,9.5 + parent: 14592 + - uid: 16426 components: - type: Transform - pos: -49.5,57.5 - parent: 2 - - uid: 7567 + pos: -23.5,27.5 + parent: 14592 + - uid: 16427 components: - type: Transform - pos: -48.5,57.5 - parent: 2 - - uid: 7568 + pos: -18.5,24.5 + parent: 14592 + - uid: 16428 components: - type: Transform - pos: -46.5,57.5 - parent: 2 - - uid: 7569 + pos: -21.5,27.5 + parent: 14592 + - uid: 16429 components: - type: Transform - pos: -57.5,51.5 - parent: 2 - - uid: 7570 + pos: -17.5,24.5 + parent: 14592 + - uid: 16430 components: - type: Transform - pos: -58.5,51.5 - parent: 2 - - uid: 7571 + pos: -21.5,29.5 + parent: 14592 + - uid: 16431 components: - type: Transform - pos: -56.5,51.5 - parent: 2 - - uid: 7572 + pos: -16.5,24.5 + parent: 14592 + - uid: 16432 components: - type: Transform - pos: -55.5,51.5 - parent: 2 - - uid: 7576 + pos: -23.5,28.5 + parent: 14592 + - uid: 16433 components: - type: Transform - pos: -55.5,55.5 - parent: 2 - - uid: 7577 + pos: -15.5,24.5 + parent: 14592 + - uid: 16434 components: - type: Transform - pos: -56.5,55.5 - parent: 2 - - uid: 7578 + pos: -22.5,28.5 + parent: 14592 + - uid: 16435 components: - type: Transform - pos: -57.5,55.5 - parent: 2 - - uid: 7579 + pos: -14.5,24.5 + parent: 14592 + - uid: 16436 components: - type: Transform - pos: -58.5,55.5 - parent: 2 - - uid: 7580 + pos: -13.5,24.5 + parent: 14592 + - uid: 16437 components: - type: Transform - pos: -59.5,55.5 - parent: 2 - - uid: 7581 + pos: -8.5,26.5 + parent: 14592 + - uid: 16438 components: - type: Transform - pos: -59.5,54.5 - parent: 2 - - uid: 7582 + pos: -8.5,25.5 + parent: 14592 + - uid: 16439 components: - type: Transform - pos: -59.5,53.5 - parent: 2 - - uid: 7583 + pos: -8.5,24.5 + parent: 14592 + - uid: 16440 components: - type: Transform - pos: -59.5,52.5 - parent: 2 - - uid: 7772 + pos: -7.5,26.5 + parent: 14592 + - uid: 16441 components: - type: Transform - pos: -80.5,66.5 - parent: 2 - - uid: 7786 + pos: -7.5,25.5 + parent: 14592 + - uid: 16442 components: - type: Transform - pos: 2.5,20.5 - parent: 2 - - uid: 7813 + pos: -7.5,24.5 + parent: 14592 + - uid: 16443 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,1.5 - parent: 2 - - uid: 7814 + pos: -6.5,25.5 + parent: 14592 + - uid: 16444 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,-6.5 - parent: 2 - - uid: 7816 + pos: -6.5,24.5 + parent: 14592 + - uid: 16445 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,-3.5 - parent: 2 - - uid: 7823 + pos: -5.5,24.5 + parent: 14592 + - uid: 16446 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,-9.5 - parent: 2 - - uid: 7827 + pos: 8.5,20.5 + parent: 14592 + - uid: 16447 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,-7.5 - parent: 2 - - uid: 7828 + pos: 8.5,19.5 + parent: 14592 + - uid: 16448 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-2.5 - parent: 2 - - uid: 7841 + pos: 8.5,18.5 + parent: 14592 + - uid: 16449 components: - type: Transform - pos: -41.5,6.5 - parent: 2 - - uid: 7842 + pos: 8.5,17.5 + parent: 14592 + - uid: 16450 components: - type: Transform - pos: -40.5,6.5 - parent: 2 - - uid: 7843 + pos: 9.5,20.5 + parent: 14592 + - uid: 16451 components: - type: Transform - pos: -38.5,6.5 - parent: 2 - - uid: 8032 + pos: 9.5,19.5 + parent: 14592 + - uid: 16452 components: - type: Transform - pos: -90.5,71.5 - parent: 2 - - uid: 8273 + pos: 9.5,18.5 + parent: 14592 + - uid: 16453 components: - type: Transform - pos: -56.5,-23.5 - parent: 2 - - uid: 8276 + pos: 9.5,17.5 + parent: 14592 + - uid: 16454 components: - type: Transform - pos: -54.5,-23.5 - parent: 2 - - uid: 8284 + pos: 10.5,20.5 + parent: 14592 + - uid: 16455 components: - type: Transform - pos: -79.5,80.5 - parent: 2 - - uid: 8305 + pos: 10.5,19.5 + parent: 14592 + - uid: 16456 components: - type: Transform - pos: 6.5,71.5 - parent: 2 - - uid: 8432 + pos: 10.5,18.5 + parent: 14592 + - uid: 16457 components: - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,-27.5 - parent: 2 - - uid: 8617 + pos: 10.5,17.5 + parent: 14592 + - uid: 16458 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,34.5 - parent: 2 - - uid: 8618 + pos: 11.5,19.5 + parent: 14592 + - uid: 16459 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,34.5 - parent: 2 - - uid: 8619 + pos: 11.5,18.5 + parent: 14592 + - uid: 16460 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,28.5 - parent: 2 - - uid: 8620 + anchored: False + pos: -987.1909,-129.45482 + parent: 1 + - uid: 16461 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,33.5 - parent: 2 - - uid: 8637 + pos: 12.5,18.5 + parent: 14592 + - uid: 16462 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,36.5 - parent: 2 - - uid: 8712 + pos: 10.5,16.5 + parent: 14592 + - uid: 16463 components: - type: Transform - pos: 73.5,-10.5 - parent: 2 - - uid: 8715 + pos: 16.5,9.5 + parent: 14592 + - uid: 16464 components: - type: Transform - pos: 73.5,-5.5 - parent: 2 - - uid: 8716 + pos: 17.5,9.5 + parent: 14592 + - uid: 16466 components: - type: Transform - pos: 72.5,-10.5 - parent: 2 - - uid: 8721 + pos: 4.5,5.5 + parent: 14592 + - uid: 16467 components: - type: Transform - pos: 76.5,-3.5 - parent: 2 - - uid: 8723 + pos: 4.5,6.5 + parent: 14592 + - uid: 16472 components: - type: Transform - pos: 67.5,-32.5 - parent: 2 - - uid: 8724 + pos: -14.5,31.5 + parent: 14592 + - uid: 16475 components: - type: Transform - pos: 59.5,-42.5 - parent: 2 - - uid: 8725 + pos: -14.5,33.5 + parent: 14592 + - uid: 16488 components: - type: Transform - pos: 58.5,-42.5 - parent: 2 - - uid: 8726 + pos: -11.5,29.5 + parent: 14592 + - uid: 16489 components: - type: Transform - pos: 58.5,-44.5 - parent: 2 - - uid: 8727 + pos: -22.5,26.5 + parent: 14592 + - uid: 16495 components: - type: Transform - pos: 58.5,-43.5 - parent: 2 - - uid: 8729 + pos: -14.5,25.5 + parent: 14592 + - uid: 16527 components: - type: Transform - pos: 66.5,-32.5 - parent: 2 - - uid: 8793 + pos: -20.5,26.5 + parent: 14592 + - uid: 16544 components: - type: Transform - pos: -62.5,10.5 - parent: 2 - - uid: 8795 + pos: -11.5,30.5 + parent: 14592 + - uid: 16552 components: - type: Transform - pos: -63.5,13.5 - parent: 2 - - uid: 8796 + pos: -14.5,29.5 + parent: 14592 + - uid: 16556 components: - type: Transform - pos: -62.5,13.5 - parent: 2 - - uid: 8797 + anchored: False + pos: -1014.1909,-113.45482 + parent: 1 + - uid: 16577 components: - type: Transform - pos: -62.5,12.5 - parent: 2 - - uid: 8798 + pos: -14.5,27.5 + parent: 14592 + - uid: 16590 components: - type: Transform - pos: -63.5,9.5 - parent: 2 - - uid: 8799 + pos: -23.5,31.5 + parent: 14592 + - uid: 16591 components: - type: Transform - pos: -62.5,9.5 - parent: 2 - - uid: 8801 + pos: -21.5,31.5 + parent: 14592 + - uid: 16597 components: - type: Transform - pos: -56.5,9.5 - parent: 2 - - uid: 8803 + pos: -13.5,29.5 + parent: 14592 + - uid: 16598 components: - type: Transform - pos: -56.5,13.5 - parent: 2 - - uid: 8804 + pos: -27.5,5.5 + parent: 14592 + - uid: 16599 components: - type: Transform - pos: -54.5,13.5 - parent: 2 - - uid: 8821 + pos: -26.5,5.5 + parent: 14592 + - uid: 16600 components: - type: Transform - pos: -91.5,74.5 - parent: 2 - - uid: 8823 + pos: -25.5,5.5 + parent: 14592 + - uid: 16601 components: - type: Transform - pos: -76.5,88.5 - parent: 2 - - uid: 8825 + pos: -26.5,4.5 + parent: 14592 + - uid: 16602 components: - type: Transform - pos: -65.5,87.5 - parent: 2 - - uid: 8846 + pos: -26.5,3.5 + parent: 14592 + - uid: 16603 components: - type: Transform - pos: -61.5,84.5 - parent: 2 - - uid: 8849 + pos: -26.5,2.5 + parent: 14592 + - uid: 16604 components: - type: Transform - rot: 3.141592653589793 rad - pos: -80.5,59.5 - parent: 2 - - uid: 8864 + pos: -26.5,1.5 + parent: 14592 + - uid: 16605 components: - type: Transform - pos: -47.5,-13.5 - parent: 2 - - uid: 8866 + pos: -26.5,0.5 + parent: 14592 + - uid: 16606 components: - type: Transform - pos: -47.5,-15.5 - parent: 2 - - uid: 8888 + pos: -26.5,-0.5 + parent: 14592 + - uid: 16607 components: - type: Transform - pos: -86.5,85.5 - parent: 2 - - uid: 8890 + pos: -25.5,4.5 + parent: 14592 + - uid: 16608 components: - type: Transform - pos: -68.5,88.5 - parent: 2 - - uid: 8896 + pos: -25.5,3.5 + parent: 14592 + - uid: 16609 components: - type: Transform - pos: -79.5,88.5 - parent: 2 - - uid: 8897 + pos: -25.5,2.5 + parent: 14592 + - uid: 16610 components: - type: Transform - pos: -86.5,58.5 - parent: 2 - - uid: 8906 + pos: -25.5,1.5 + parent: 14592 + - uid: 16611 components: - type: Transform - pos: -58.5,-8.5 - parent: 2 - - uid: 8907 + pos: -25.5,0.5 + parent: 14592 + - uid: 16612 components: - type: Transform - pos: -59.5,-25.5 - parent: 2 - - uid: 8908 + pos: -25.5,-0.5 + parent: 14592 + - uid: 16613 components: - type: Transform - pos: -57.5,-27.5 - parent: 2 - - uid: 8934 + pos: -24.5,4.5 + parent: 14592 + - uid: 16614 components: - type: Transform - pos: 71.5,-27.5 - parent: 2 - - uid: 8969 + pos: -24.5,3.5 + parent: 14592 + - uid: 16615 components: - type: Transform - pos: -62.5,-20.5 - parent: 2 - - uid: 9048 + pos: -24.5,2.5 + parent: 14592 + - uid: 16616 components: - type: Transform - pos: -55.5,-23.5 - parent: 2 - - uid: 9059 + pos: -24.5,1.5 + parent: 14592 + - uid: 16617 components: - type: Transform - pos: -59.5,-19.5 - parent: 2 - - uid: 9272 + pos: -24.5,0.5 + parent: 14592 + - uid: 16618 components: - type: Transform - pos: -62.5,40.5 - parent: 2 - - uid: 9273 + pos: -24.5,-0.5 + parent: 14592 + - uid: 16619 components: - type: Transform - pos: -62.5,41.5 - parent: 2 - - uid: 9282 + pos: -23.5,1.5 + parent: 14592 + - uid: 16620 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,13.5 - parent: 2 - - uid: 9286 + pos: -23.5,0.5 + parent: 14592 + - uid: 16621 components: - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,21.5 - parent: 2 - - uid: 9287 + pos: -25.5,-1.5 + parent: 14592 + - uid: 16622 components: - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,22.5 - parent: 2 - - uid: 9288 + pos: -25.5,-1.5 + parent: 14592 + - uid: 16623 components: - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,23.5 - parent: 2 - - uid: 9289 + pos: -25.5,-2.5 + parent: 14592 + - uid: 16624 components: - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,24.5 - parent: 2 - - uid: 9290 + pos: -23.5,-1.5 + parent: 14592 + - uid: 16625 components: - type: Transform - rot: 3.141592653589793 rad - pos: -70.5,24.5 - parent: 2 - - uid: 9291 + pos: -24.5,-3.5 + parent: 14592 + - uid: 16626 components: - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,24.5 - parent: 2 - - uid: 9292 + pos: -23.5,-3.5 + parent: 14592 + - uid: 16627 components: - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,21.5 - parent: 2 - - uid: 9401 + pos: -22.5,-3.5 + parent: 14592 + - uid: 16628 components: - type: Transform - pos: -68.5,87.5 - parent: 2 - - uid: 9413 + pos: -21.5,-3.5 + parent: 14592 + - uid: 16629 components: - type: Transform - pos: -62.5,85.5 - parent: 2 - - uid: 9416 + pos: -23.5,-4.5 + parent: 14592 + - uid: 16630 components: - type: Transform - pos: 69.5,-24.5 - parent: 2 - - uid: 9423 + pos: -22.5,-4.5 + parent: 14592 + - uid: 16631 components: - type: Transform - pos: -63.5,-5.5 - parent: 2 - - uid: 9433 + pos: -21.5,-4.5 + parent: 14592 + - uid: 16632 components: - type: Transform - pos: -78.5,88.5 - parent: 2 - - uid: 9437 + pos: -22.5,-5.5 + parent: 14592 + - uid: 16633 components: - type: Transform - pos: 68.5,-22.5 - parent: 2 - - uid: 9463 + pos: -22.5,-6.5 + parent: 14592 + - uid: 16634 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,42.5 - parent: 2 - - uid: 9474 + pos: -22.5,-7.5 + parent: 14592 + - uid: 16635 components: - type: Transform - pos: -57.5,77.5 - parent: 2 - - uid: 9476 + pos: -22.5,-8.5 + parent: 14592 + - uid: 16636 components: - type: Transform - pos: -64.5,71.5 - parent: 2 - - uid: 9483 + pos: -21.5,-5.5 + parent: 14592 + - uid: 16637 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,-20.5 - parent: 2 - - uid: 9496 + pos: -21.5,-6.5 + parent: 14592 + - uid: 16638 components: - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,48.5 - parent: 2 - - uid: 9500 + pos: -21.5,-7.5 + parent: 14592 + - uid: 16639 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,51.5 - parent: 2 - - uid: 9501 + pos: -21.5,-8.5 + parent: 14592 + - uid: 16640 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,40.5 - parent: 2 - - uid: 9582 + pos: -31.5,12.5 + parent: 14592 + - uid: 16641 components: - type: Transform - pos: 40.5,42.5 - parent: 2 - - uid: 9594 + pos: -31.5,11.5 + parent: 14592 + - uid: 16642 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,35.5 - parent: 2 - - uid: 9595 + pos: -31.5,10.5 + parent: 14592 + - uid: 16643 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,34.5 - parent: 2 - - uid: 9596 + pos: -31.5,9.5 + parent: 14592 + - uid: 16644 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,34.5 - parent: 2 - - uid: 9597 + pos: -31.5,8.5 + parent: 14592 + - uid: 16645 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,29.5 - parent: 2 - - uid: 9599 + pos: -30.5,12.5 + parent: 14592 + - uid: 16646 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,29.5 - parent: 2 - - uid: 9785 + pos: -30.5,11.5 + parent: 14592 + - uid: 16647 components: - type: Transform - pos: -5.5,-56.5 - parent: 2 - - uid: 9787 + pos: -30.5,10.5 + parent: 14592 + - uid: 16648 components: - type: Transform - pos: -8.5,-56.5 - parent: 2 - - uid: 9960 + pos: -30.5,9.5 + parent: 14592 + - uid: 16649 components: - type: Transform - pos: 11.5,-56.5 - parent: 2 - - uid: 9997 + pos: -30.5,8.5 + parent: 14592 + - uid: 16650 components: - type: Transform - pos: -2.5,-56.5 - parent: 2 - - uid: 9998 + pos: -29.5,12.5 + parent: 14592 + - uid: 16652 components: - type: Transform - pos: -9.5,-56.5 - parent: 2 - - uid: 9999 + pos: -29.5,10.5 + parent: 14592 + - uid: 16653 components: - type: Transform - pos: 3.5,-60.5 - parent: 2 - - uid: 10002 + pos: -29.5,9.5 + parent: 14592 + - uid: 16654 components: - type: Transform - pos: 8.5,-60.5 - parent: 2 - - uid: 10072 + pos: -29.5,8.5 + parent: 14592 + - uid: 16655 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,68.5 - parent: 2 - - uid: 10078 + pos: -28.5,12.5 + parent: 14592 + - uid: 16656 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,68.5 - parent: 2 - - uid: 10135 + pos: -21.5,25.5 + parent: 14592 + - uid: 16657 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 75.5,36.5 - parent: 2 - - uid: 10145 + pos: -28.5,10.5 + parent: 14592 + - uid: 16658 components: - type: Transform - pos: 67.5,11.5 - parent: 2 - - uid: 10149 + pos: -28.5,9.5 + parent: 14592 + - uid: 16659 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 74.5,36.5 - parent: 2 - - uid: 10151 + pos: -28.5,8.5 + parent: 14592 + - uid: 16660 components: - type: Transform - pos: -5.5,48.5 - parent: 2 - - uid: 10155 + pos: -33.5,11.5 + parent: 14592 + - uid: 16661 components: - type: Transform - pos: 68.5,11.5 - parent: 2 - - uid: 10239 + pos: -33.5,10.5 + parent: 14592 + - uid: 16662 components: - type: Transform - pos: 40.5,15.5 - parent: 2 - - uid: 10249 + pos: -33.5,9.5 + parent: 14592 + - uid: 16663 components: - type: Transform - pos: -46.5,-32.5 - parent: 2 - - uid: 10255 + pos: -32.5,11.5 + parent: 14592 + - uid: 16664 components: - type: Transform - pos: 70.5,11.5 - parent: 2 - - uid: 10256 + pos: -32.5,10.5 + parent: 14592 + - uid: 16665 components: - type: Transform - pos: 67.5,10.5 - parent: 2 - - uid: 10338 + pos: -32.5,9.5 + parent: 14592 + - uid: 16666 components: - type: Transform - pos: -7.5,-60.5 - parent: 2 - - uid: 10342 + pos: -29.5,13.5 + parent: 14592 + - uid: 16667 components: - type: Transform - pos: 6.5,-56.5 - parent: 2 - - uid: 10344 + pos: -28.5,13.5 + parent: 14592 + - uid: 16668 components: - type: Transform - pos: 10.5,-56.5 - parent: 2 - - uid: 10345 + pos: -27.5,13.5 + parent: 14592 + - uid: 16669 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-60.5 - parent: 2 - - uid: 10346 + pos: -26.5,13.5 + parent: 14592 + - uid: 16670 components: - type: Transform - pos: 4.5,-60.5 - parent: 2 - - uid: 10567 + pos: -25.5,13.5 + parent: 14592 + - uid: 16671 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 64.5,8.5 - parent: 2 - - uid: 10568 + pos: -24.5,13.5 + parent: 14592 + - uid: 16672 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 64.5,7.5 - parent: 2 - - uid: 10580 + pos: -29.5,14.5 + parent: 14592 + - uid: 16673 components: - type: Transform - pos: 66.5,0.5 - parent: 2 - - uid: 10581 + pos: -28.5,14.5 + parent: 14592 + - uid: 16674 components: - type: Transform - pos: 66.5,-4.5 - parent: 2 - - uid: 10585 + pos: -26.5,14.5 + parent: 14592 + - uid: 16675 components: - type: Transform - pos: 72.5,-27.5 - parent: 2 - - uid: 10590 + pos: -25.5,14.5 + parent: 14592 + - uid: 16676 components: - type: Transform - pos: 70.5,-27.5 - parent: 2 - - uid: 10602 + pos: -24.5,14.5 + parent: 14592 + - uid: 16677 components: - type: Transform - pos: -75.5,54.5 - parent: 2 - - uid: 10607 + pos: -27.5,16.5 + parent: 14592 + - uid: 16678 components: - type: Transform - pos: -69.5,-6.5 - parent: 2 - - uid: 10608 + pos: -26.5,16.5 + parent: 14592 + - uid: 16679 components: - type: Transform - pos: 66.5,-36.5 - parent: 2 - - uid: 10612 + pos: -25.5,15.5 + parent: 14592 + - uid: 16680 components: - type: Transform - pos: 60.5,-40.5 - parent: 2 - - uid: 10613 + pos: -25.5,16.5 + parent: 14592 + - uid: 16681 components: - type: Transform - pos: 60.5,-41.5 - parent: 2 - - uid: 10618 + pos: -24.5,15.5 + parent: 14592 + - uid: 16682 components: - type: Transform - pos: 59.5,-41.5 - parent: 2 - - uid: 10621 + pos: -24.5,16.5 + parent: 14592 + - uid: 16683 components: - type: Transform - pos: 69.5,-30.5 - parent: 2 - - uid: 10622 + pos: -26.5,17.5 + parent: 14592 + - uid: 16684 components: - type: Transform - pos: 69.5,-29.5 - parent: 2 - - uid: 10626 + pos: -25.5,17.5 + parent: 14592 + - uid: 16685 components: - type: Transform - pos: -11.5,-56.5 - parent: 2 - - uid: 10627 + pos: -24.5,17.5 + parent: 14592 + - uid: 16686 components: - type: Transform - pos: -11.5,-58.5 - parent: 2 - - uid: 10629 + pos: -23.5,17.5 + parent: 14592 + - uid: 16687 components: - type: Transform - pos: -11.5,-57.5 - parent: 2 - - uid: 10630 + pos: -25.5,18.5 + parent: 14592 + - uid: 16688 components: - type: Transform - pos: 12.5,-56.5 - parent: 2 - - uid: 10631 + pos: -25.5,19.5 + parent: 14592 + - uid: 16689 components: - type: Transform - pos: 12.5,-57.5 - parent: 2 - - uid: 10632 + pos: -25.5,20.5 + parent: 14592 + - uid: 16690 components: - type: Transform - pos: 12.5,-58.5 - parent: 2 - - uid: 10680 + pos: -25.5,21.5 + parent: 14592 + - uid: 16691 components: - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-64.5 - parent: 2 - - uid: 10681 + pos: -25.5,22.5 + parent: 14592 + - uid: 16692 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-64.5 - parent: 2 - - uid: 10682 + pos: -24.5,18.5 + parent: 14592 + - uid: 16693 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-64.5 - parent: 2 - - uid: 10683 + pos: -24.5,19.5 + parent: 14592 + - uid: 16694 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-64.5 - parent: 2 - - uid: 10790 + pos: -24.5,20.5 + parent: 14592 + - uid: 16695 components: - type: Transform - pos: 20.5,58.5 - parent: 2 - - uid: 10890 + pos: -24.5,21.5 + parent: 14592 + - uid: 16696 components: - type: Transform - pos: 14.5,-66.5 - parent: 2 - - uid: 10911 + pos: -24.5,22.5 + parent: 14592 + - uid: 16697 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,64.5 - parent: 2 - - uid: 10969 + pos: -23.5,18.5 + parent: 14592 + - uid: 16698 components: - type: Transform - pos: -69.5,87.5 - parent: 2 - - uid: 10970 + pos: -23.5,19.5 + parent: 14592 + - uid: 16699 components: - type: Transform - pos: 69.5,-28.5 - parent: 2 - - uid: 10973 + pos: -16.5,25.5 + parent: 14592 + - uid: 16700 components: - type: Transform - pos: -69.5,85.5 - parent: 2 - - uid: 10974 + pos: -15.5,25.5 + parent: 14592 + - uid: 16701 components: - - type: Transform - pos: 67.5,-31.5 - parent: 2 - - uid: 10975 + - type: Transform + pos: -23.5,22.5 + parent: 14592 + - uid: 16702 components: - type: Transform - pos: 66.5,-38.5 - parent: 2 - - uid: 11060 + pos: -23.5,24.5 + parent: 14592 + - uid: 16703 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-44.5 - parent: 2 - - uid: 11125 + pos: -23.5,23.5 + parent: 14592 + - uid: 16704 components: - type: Transform - pos: 71.5,-25.5 - parent: 2 - - uid: 11127 + pos: -23.5,22.5 + parent: 14592 + - uid: 16705 components: - type: Transform - pos: 69.5,-25.5 - parent: 2 - - uid: 11129 + pos: -13.5,28.5 + parent: 14592 + - uid: 16706 components: - type: Transform - pos: -10.5,-67.5 - parent: 2 - - uid: 11132 + pos: -13.5,25.5 + parent: 14592 + - uid: 16707 components: - type: Transform - pos: -10.5,-64.5 - parent: 2 - - uid: 11136 + pos: -22.5,24.5 + parent: 14592 + - uid: 16708 components: - type: Transform - pos: 68.5,-31.5 - parent: 2 - - uid: 11164 + pos: -22.5,23.5 + parent: 14592 + - uid: 16709 components: - type: Transform - pos: 69.5,-31.5 - parent: 2 - - uid: 11227 + pos: -22.5,22.5 + parent: 14592 + - uid: 16710 components: - type: Transform - pos: -10.5,-66.5 - parent: 2 - - uid: 11302 + pos: -13.5,27.5 + parent: 14592 + - uid: 16711 components: - type: Transform - pos: 6.5,14.5 - parent: 2 - - uid: 11308 + pos: -13.5,26.5 + parent: 14592 + - uid: 16712 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 73.5,36.5 - parent: 2 - - uid: 11309 + pos: -21.5,24.5 + parent: 14592 + - uid: 16713 components: - type: Transform - pos: 59.5,48.5 - parent: 2 - - uid: 11342 + pos: -21.5,23.5 + parent: 14592 + - uid: 16714 components: - type: Transform - pos: -5.5,15.5 - parent: 2 - - uid: 11353 + pos: -21.5,22.5 + parent: 14592 + - uid: 16715 components: - type: Transform - pos: -5.5,16.5 - parent: 2 - - uid: 11394 + pos: -21.5,21.5 + parent: 14592 + - uid: 16716 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 70.5,36.5 - parent: 2 - - uid: 11395 + pos: -21.5,20.5 + parent: 14592 + - uid: 16717 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 71.5,36.5 - parent: 2 - - uid: 11396 + pos: -24.5,23.5 + parent: 14592 + - uid: 16718 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 67.5,37.5 - parent: 2 - - uid: 11401 + pos: -22.5,25.5 + parent: 14592 + - uid: 16719 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 67.5,36.5 - parent: 2 - - uid: 11404 + pos: -22.5,24.5 + parent: 14592 + - uid: 16720 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 78.5,35.5 - parent: 2 - - uid: 11407 + pos: -22.5,23.5 + parent: 14592 + - uid: 16721 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,32.5 - parent: 2 - - uid: 11411 + pos: -22.5,22.5 + parent: 14592 + - uid: 16722 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 77.5,32.5 - parent: 2 - - uid: 11422 + pos: -21.5,24.5 + parent: 14592 + - uid: 16723 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 72.5,36.5 - parent: 2 - - uid: 11423 + pos: -21.5,23.5 + parent: 14592 + - uid: 16724 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 76.5,36.5 - parent: 2 - - uid: 11424 + pos: -21.5,22.5 + parent: 14592 + - uid: 16725 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 68.5,36.5 - parent: 2 - - uid: 11426 + pos: -22.5,30.5 + parent: 14592 + - uid: 16726 components: - type: Transform - pos: 58.5,54.5 - parent: 2 - - uid: 11427 + pos: -20.5,24.5 + parent: 14592 + - uid: 16727 components: - type: Transform - pos: 59.5,54.5 - parent: 2 - - uid: 11430 + pos: -20.5,23.5 + parent: 14592 + - uid: 16728 components: - type: Transform - pos: 61.5,51.5 - parent: 2 - - uid: 11431 + pos: -20.5,22.5 + parent: 14592 + - uid: 16729 components: - type: Transform - pos: 62.5,51.5 - parent: 2 - - uid: 11434 + pos: -19.5,23.5 + parent: 14592 + - uid: 16730 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 74.5,32.5 - parent: 2 - - uid: 11438 + pos: -19.5,24.5 + parent: 14592 + - uid: 16731 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,30.5 - parent: 2 - - uid: 11442 + pos: -22.5,31.5 + parent: 14592 + - uid: 16732 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,39.5 - parent: 2 - - uid: 11443 + pos: -22.5,25.5 + parent: 14592 + - uid: 16733 components: - type: Transform - pos: 60.5,29.5 - parent: 2 - - uid: 11444 + pos: -21.5,32.5 + parent: 14592 + - uid: 16734 components: - type: Transform - pos: 60.5,32.5 - parent: 2 - - uid: 11445 + pos: -22.5,27.5 + parent: 14592 + - uid: 16735 components: - type: Transform - pos: 63.5,43.5 - parent: 2 - - uid: 11446 + pos: -14.5,24.5 + parent: 14592 + - uid: 16736 components: - type: Transform - pos: 61.5,48.5 - parent: 2 - - uid: 11453 + pos: -13.5,27.5 + parent: 14592 + - uid: 16737 components: - type: Transform - pos: 5.5,16.5 - parent: 2 - - uid: 11460 + pos: -14.5,32.5 + parent: 14592 + - uid: 16738 components: - type: Transform - pos: 37.5,15.5 - parent: 2 - - uid: 11473 + pos: -12.5,29.5 + parent: 14592 + - uid: 16739 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 77.5,33.5 - parent: 2 - - uid: 11474 + pos: -13.5,24.5 + parent: 14592 + - uid: 16740 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,32.5 - parent: 2 - - uid: 11479 + pos: -12.5,27.5 + parent: 14592 + - uid: 16741 components: - type: Transform - pos: -60.5,-0.5 - parent: 2 - - uid: 11483 + pos: -12.5,26.5 + parent: 14592 + - uid: 16742 components: - type: Transform - pos: -60.5,2.5 - parent: 2 - - uid: 11484 + pos: -12.5,25.5 + parent: 14592 + - uid: 16743 components: - type: Transform - pos: -60.5,1.5 - parent: 2 - - uid: 11486 + pos: -12.5,24.5 + parent: 14592 + - uid: 16744 components: - type: Transform - pos: -60.5,3.5 - parent: 2 - - uid: 11487 + pos: -11.5,27.5 + parent: 14592 + - uid: 16745 components: - type: Transform - pos: -60.5,-1.5 - parent: 2 - - uid: 11488 + pos: -11.5,26.5 + parent: 14592 + - uid: 16746 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 77.5,35.5 - parent: 2 - - uid: 11489 + pos: -11.5,25.5 + parent: 14592 + - uid: 16747 components: - type: Transform - pos: -57.5,-2.5 - parent: 2 - - uid: 11490 + pos: -11.5,24.5 + parent: 14592 + - uid: 16748 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,41.5 - parent: 2 - - uid: 11495 + pos: -10.5,27.5 + parent: 14592 + - uid: 16749 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,41.5 - parent: 2 - - uid: 11505 + pos: -10.5,26.5 + parent: 14592 + - uid: 16750 components: - type: Transform - pos: -58.5,-3.5 - parent: 2 - - uid: 11573 + pos: -10.5,25.5 + parent: 14592 + - uid: 16751 components: - type: Transform - pos: 38.5,15.5 - parent: 2 - - uid: 11581 + pos: -10.5,24.5 + parent: 14592 + - uid: 16752 components: - type: Transform - pos: 40.5,17.5 - parent: 2 - - uid: 11582 + pos: -9.5,27.5 + parent: 14592 + - uid: 16753 components: - type: Transform - pos: 40.5,18.5 - parent: 2 - - uid: 11612 + pos: -9.5,26.5 + parent: 14592 + - uid: 16754 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 65.5,32.5 - parent: 2 - - uid: 11614 + pos: -9.5,25.5 + parent: 14592 + - uid: 16755 components: - type: Transform - pos: 63.5,36.5 - parent: 2 - - uid: 11615 + pos: -9.5,24.5 + parent: 14592 + - uid: 16756 components: - type: Transform - pos: 63.5,40.5 - parent: 2 - - uid: 11728 + pos: -10.5,23.5 + parent: 14592 + - uid: 16757 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-3.5 - parent: 2 - - uid: 11749 + pos: -23.5,30.5 + parent: 14592 + - uid: 16758 components: - type: Transform - pos: -49.5,-31.5 - parent: 2 - - uid: 12167 + pos: -13.5,28.5 + parent: 14592 + - uid: 16759 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-2.5 - parent: 2 - - uid: 12170 + pos: -12.5,28.5 + parent: 14592 + - uid: 16760 components: - type: Transform - pos: 6.5,16.5 - parent: 2 - - uid: 12225 + pos: -11.5,28.5 + parent: 14592 + - uid: 16761 components: - type: Transform - pos: -3.5,14.5 - parent: 2 - - uid: 12229 + pos: -10.5,28.5 + parent: 14592 + - uid: 16762 components: - type: Transform - pos: 4.5,16.5 - parent: 2 - - uid: 12233 + pos: -9.5,28.5 + parent: 14592 + - uid: 16763 components: - type: Transform - pos: -5.5,14.5 - parent: 2 - - uid: 12235 + pos: -8.5,28.5 + parent: 14592 + - uid: 16764 components: - type: Transform - pos: 6.5,15.5 - parent: 2 - - uid: 12244 + pos: -8.5,27.5 + parent: 14592 + - uid: 16765 components: - type: Transform - pos: -57.5,-0.5 - parent: 2 - - uid: 12247 + pos: -7.5,27.5 + parent: 14592 + - uid: 16766 components: - type: Transform - pos: -57.5,-18.5 - parent: 2 - - uid: 12268 + pos: -6.5,26.5 + parent: 14592 + - uid: 16767 components: - type: Transform - pos: -88.5,83.5 - parent: 2 - - uid: 12269 + pos: -5.5,25.5 + parent: 14592 + - uid: 16768 components: - type: Transform - pos: 58.5,-36.5 - parent: 2 - - uid: 12270 + pos: -5.5,25.5 + parent: 14592 + - uid: 16769 components: - type: Transform - pos: -72.5,88.5 - parent: 2 - - uid: 12317 + pos: -5.5,24.5 + parent: 14592 + - uid: 16770 components: - type: Transform - pos: -61.5,-4.5 - parent: 2 - - uid: 12333 + pos: -4.5,25.5 + parent: 14592 + - uid: 16771 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-18.5 - parent: 2 - - uid: 12362 + pos: -4.5,24.5 + parent: 14592 + - uid: 16772 components: - type: Transform - pos: 61.5,54.5 - parent: 2 - - uid: 12368 + pos: -3.5,25.5 + parent: 14592 + - uid: 16773 components: - type: Transform - pos: -60.5,-19.5 - parent: 2 - - uid: 12370 + pos: -3.5,24.5 + parent: 14592 + - uid: 16774 components: - type: Transform - pos: -62.5,-19.5 - parent: 2 - - uid: 12371 + pos: -2.5,25.5 + parent: 14592 + - uid: 16775 components: - type: Transform - pos: -58.5,-7.5 - parent: 2 - - uid: 12375 + pos: -2.5,24.5 + parent: 14592 + - uid: 16776 components: - type: Transform - rot: 3.141592653589793 rad - pos: -74.5,77.5 - parent: 2 - - uid: 12376 + pos: -1.5,25.5 + parent: 14592 + - uid: 16777 components: - type: Transform - pos: -69.5,-7.5 - parent: 2 - - uid: 12419 + pos: -1.5,24.5 + parent: 14592 + - uid: 16778 components: - type: Transform - pos: 68.5,-21.5 - parent: 2 - - uid: 12454 + pos: -0.5,25.5 + parent: 14592 + - uid: 16779 components: - type: Transform - pos: -48.5,-13.5 - parent: 2 - - uid: 12460 + pos: -0.5,24.5 + parent: 14592 + - uid: 16780 components: - type: Transform - pos: -58.5,-9.5 - parent: 2 - - uid: 12463 + pos: 0.5,25.5 + parent: 14592 + - uid: 16781 components: - type: Transform - pos: -60.5,0.5 - parent: 2 - - uid: 12474 + pos: 0.5,24.5 + parent: 14592 + - uid: 16782 components: - type: Transform - pos: 9.5,71.5 - parent: 2 - - uid: 12477 + pos: 1.5,25.5 + parent: 14592 + - uid: 16783 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,-38.5 - parent: 2 - - uid: 12486 + pos: 1.5,24.5 + parent: 14592 + - uid: 16784 components: - type: Transform - rot: 3.141592653589793 rad - pos: 63.5,-40.5 - parent: 2 - - uid: 12495 + pos: 2.5,25.5 + parent: 14592 + - uid: 16785 components: - type: Transform - pos: 68.5,-20.5 - parent: 2 - - uid: 12496 + pos: 2.5,24.5 + parent: 14592 + - uid: 16786 components: - type: Transform - pos: 68.5,-19.5 - parent: 2 - - uid: 12501 + pos: 3.5,25.5 + parent: 14592 + - uid: 16787 components: - type: Transform - pos: -4.5,16.5 - parent: 2 - - uid: 12502 + pos: 3.5,24.5 + parent: 14592 + - uid: 16788 components: - type: Transform - pos: -3.5,16.5 - parent: 2 - - uid: 12503 + pos: 4.5,25.5 + parent: 14592 + - uid: 16789 components: - type: Transform - pos: -2.5,14.5 - parent: 2 - - uid: 12504 + pos: 4.5,24.5 + parent: 14592 + - uid: 16790 components: - type: Transform - pos: 3.5,14.5 - parent: 2 - - uid: 12505 + pos: 5.5,25.5 + parent: 14592 + - uid: 16791 components: - type: Transform - pos: 4.5,14.5 - parent: 2 - - uid: 12541 + pos: 5.5,24.5 + parent: 14592 + - uid: 16792 components: - type: Transform - pos: -9.5,-66.5 - parent: 2 - - uid: 12542 + pos: 6.5,25.5 + parent: 14592 + - uid: 16793 components: - type: Transform - pos: -9.5,-65.5 - parent: 2 - - uid: 12543 + pos: 6.5,24.5 + parent: 14592 + - uid: 16794 components: - type: Transform - pos: -9.5,-64.5 - parent: 2 - - uid: 12545 + pos: 7.5,25.5 + parent: 14592 + - uid: 16795 components: - type: Transform - pos: -9.5,-61.5 - parent: 2 - - uid: 12546 + pos: 7.5,24.5 + parent: 14592 + - uid: 16796 components: - type: Transform - pos: -9.5,-62.5 - parent: 2 - - uid: 12550 + pos: 8.5,25.5 + parent: 14592 + - uid: 16797 components: - type: Transform - pos: 10.5,-62.5 - parent: 2 - - uid: 12552 + pos: 8.5,24.5 + parent: 14592 + - uid: 16798 components: - type: Transform - pos: 10.5,-64.5 - parent: 2 - - uid: 12553 + pos: 9.5,25.5 + parent: 14592 + - uid: 16799 components: - type: Transform - pos: 10.5,-65.5 - parent: 2 - - uid: 12554 + pos: 9.5,24.5 + parent: 14592 + - uid: 16800 components: - type: Transform - pos: 10.5,-66.5 - parent: 2 - - uid: 12608 + pos: 10.5,25.5 + parent: 14592 + - uid: 16801 components: - type: Transform - pos: -43.5,-35.5 - parent: 2 - - uid: 12618 + pos: 10.5,24.5 + parent: 14592 + - uid: 16802 components: - type: Transform - pos: 76.5,-5.5 - parent: 2 - - uid: 12622 + pos: 11.5,25.5 + parent: 14592 + - uid: 16803 components: - type: Transform - pos: 57.5,-44.5 - parent: 2 - - uid: 12685 + pos: 11.5,24.5 + parent: 14592 + - uid: 16804 components: - type: Transform - pos: 72.5,-9.5 - parent: 2 - - uid: 12695 + pos: 12.5,25.5 + parent: 14592 + - uid: 16805 components: - type: Transform - pos: 16.5,15.5 - parent: 2 - - uid: 12737 + pos: 12.5,24.5 + parent: 14592 + - uid: 16806 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 73.5,-7.5 - parent: 2 - - uid: 12738 + pos: 13.5,25.5 + parent: 14592 + - uid: 16807 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 73.5,-6.5 - parent: 2 - - uid: 12778 + pos: 13.5,24.5 + parent: 14592 + - uid: 16808 components: - type: Transform - pos: -26.5,-43.5 - parent: 2 - - uid: 12837 + pos: 14.5,25.5 + parent: 14592 + - uid: 16809 components: - type: Transform - pos: 18.5,53.5 - parent: 2 - - uid: 12840 + pos: -14.5,26.5 + parent: 14592 + - uid: 16810 components: - type: Transform - pos: 17.5,53.5 - parent: 2 - - uid: 13049 + pos: 15.5,25.5 + parent: 14592 + - uid: 16811 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,12.5 - parent: 2 - - uid: 13051 + pos: 15.5,24.5 + parent: 14592 + - uid: 16812 components: - type: Transform - pos: -73.5,55.5 - parent: 2 - - uid: 13054 + pos: 16.5,25.5 + parent: 14592 + - uid: 16813 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-3.5 - parent: 2 - - uid: 13108 + pos: 16.5,24.5 + parent: 14592 + - uid: 16814 components: - type: Transform - pos: -13.5,43.5 - parent: 2 - - uid: 13112 + pos: 17.5,25.5 + parent: 14592 + - uid: 16815 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-3.5 - parent: 2 - - uid: 13113 + pos: 17.5,24.5 + parent: 14592 + - uid: 16816 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-0.5 - parent: 2 - - uid: 13115 + pos: 18.5,25.5 + parent: 14592 + - uid: 16817 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-3.5 - parent: 2 - - uid: 13116 + pos: 18.5,24.5 + parent: 14592 + - uid: 16818 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-3.5 - parent: 2 - - uid: 13118 + pos: 19.5,25.5 + parent: 14592 + - uid: 16819 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-3.5 - parent: 2 - - uid: 13119 + pos: 19.5,26.5 + parent: 14592 + - uid: 16820 components: - type: Transform - pos: 3.5,13.5 - parent: 2 - - uid: 13121 + pos: 18.5,26.5 + parent: 14592 + - uid: 16821 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-3.5 - parent: 2 - - uid: 13124 + pos: 17.5,26.5 + parent: 14592 + - uid: 16822 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-3.5 - parent: 2 - - uid: 13125 + pos: 16.5,26.5 + parent: 14592 + - uid: 16823 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-0.5 - parent: 2 - - uid: 13128 + pos: 15.5,26.5 + parent: 14592 + - uid: 16824 components: - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,-9.5 - parent: 2 - - uid: 13139 + pos: 14.5,26.5 + parent: 14592 + - uid: 16825 components: - type: Transform - pos: 17.5,55.5 - parent: 2 - - uid: 13261 + pos: 13.5,26.5 + parent: 14592 + - uid: 16826 components: - type: Transform - pos: -80.5,61.5 - parent: 2 - - uid: 13309 + pos: 12.5,26.5 + parent: 14592 + - uid: 16827 components: - type: Transform - pos: -26.5,-6.5 - parent: 2 - - uid: 13310 + pos: 11.5,26.5 + parent: 14592 + - uid: 16828 components: - type: Transform - pos: -24.5,-6.5 - parent: 2 - - uid: 13357 + pos: 10.5,26.5 + parent: 14592 + - uid: 16829 components: - type: Transform - pos: -15.5,69.5 - parent: 2 - - uid: 13762 + pos: 9.5,26.5 + parent: 14592 + - uid: 16830 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -80.5,57.5 - parent: 2 - - uid: 13768 + pos: 8.5,26.5 + parent: 14592 + - uid: 16831 components: - type: Transform - pos: -23.5,-6.5 - parent: 2 - - uid: 13770 + pos: 7.5,26.5 + parent: 14592 + - uid: 16832 components: - type: Transform - pos: -22.5,-6.5 - parent: 2 - - uid: 13772 + pos: 6.5,26.5 + parent: 14592 + - uid: 16833 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-2.5 - parent: 2 - - uid: 13795 + pos: 5.5,26.5 + parent: 14592 + - uid: 16834 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-3.5 - parent: 2 - - uid: 13796 + pos: 4.5,26.5 + parent: 14592 + - uid: 16835 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-3.5 - parent: 2 - - uid: 13798 + pos: 3.5,26.5 + parent: 14592 + - uid: 16836 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-3.5 - parent: 2 - - uid: 13801 + pos: 2.5,26.5 + parent: 14592 + - uid: 16837 components: - type: Transform - pos: -6.5,0.5 + pos: 1.5,26.5 parent: 14592 - - uid: 13855 + - uid: 16838 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 73.5,-8.5 - parent: 2 - - uid: 13857 + pos: 0.5,26.5 + parent: 14592 + - uid: 16839 components: - type: Transform - pos: 73.5,-1.5 - parent: 2 - - uid: 13893 + pos: -0.5,26.5 + parent: 14592 + - uid: 16840 components: - type: Transform - pos: 73.5,4.5 - parent: 2 - - uid: 13916 + pos: -1.5,26.5 + parent: 14592 + - uid: 16841 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,14.5 - parent: 2 - - uid: 13957 + pos: -2.5,26.5 + parent: 14592 + - uid: 16842 components: - type: Transform - pos: 59.5,32.5 - parent: 2 - - uid: 14005 + pos: -3.5,26.5 + parent: 14592 + - uid: 16843 components: - type: Transform - pos: -7.5,4.5 + pos: -4.5,26.5 parent: 14592 - - uid: 14006 + - uid: 16844 components: - type: Transform - pos: -8.5,4.5 + pos: -3.5,27.5 parent: 14592 - - uid: 14173 + - uid: 16845 components: - type: Transform - pos: -7.5,-9.5 + pos: -2.5,27.5 parent: 14592 - - uid: 14187 + - uid: 16846 components: - type: Transform - pos: -13.5,-66.5 - parent: 2 - - uid: 14196 + pos: -14.5,30.5 + parent: 14592 + - uid: 16847 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,4.5 + pos: -14.5,28.5 parent: 14592 - - uid: 14204 + - uid: 16848 components: - type: Transform - pos: 60.5,54.5 - parent: 2 - - uid: 14289 + pos: 3.5,27.5 + parent: 14592 + - uid: 16849 components: - type: Transform - pos: -58.5,78.5 - parent: 2 - - uid: 14292 + pos: 4.5,27.5 + parent: 14592 + - uid: 16850 components: - type: Transform - pos: -55.5,0.5 - parent: 2 - - uid: 14294 + pos: 5.5,27.5 + parent: 14592 + - uid: 16851 components: - type: Transform - pos: -54.5,-24.5 - parent: 2 - - uid: 14295 + pos: 6.5,27.5 + parent: 14592 + - uid: 16852 components: - type: Transform - pos: -88.5,59.5 - parent: 2 - - uid: 14296 + pos: 7.5,27.5 + parent: 14592 + - uid: 16853 components: - type: Transform - pos: -90.5,63.5 - parent: 2 - - uid: 14299 + pos: -1.5,29.5 + parent: 14592 + - uid: 16854 components: - type: Transform - pos: 69.5,-27.5 - parent: 2 - - uid: 14300 + pos: 3.5,29.5 + parent: 14592 + - uid: 16855 components: - type: Transform - pos: 72.5,-26.5 - parent: 2 - - uid: 14312 + pos: 4.5,29.5 + parent: 14592 + - uid: 16856 components: - type: Transform - pos: -61.5,-15.5 - parent: 2 - - uid: 14313 + pos: 5.5,29.5 + parent: 14592 + - uid: 16857 components: - type: Transform - pos: 73.5,-25.5 - parent: 2 - - uid: 14314 + pos: -1.5,23.5 + parent: 14592 + - uid: 16858 components: - type: Transform - pos: -62.5,-25.5 - parent: 2 - - uid: 14315 + pos: -0.5,23.5 + parent: 14592 + - uid: 16859 components: - type: Transform - pos: -59.5,-15.5 - parent: 2 - - uid: 14344 + pos: 0.5,23.5 + parent: 14592 + - uid: 16860 components: - type: Transform - pos: -72.5,56.5 - parent: 2 - - uid: 14351 + pos: 1.5,23.5 + parent: 14592 + - uid: 16861 components: - type: Transform - pos: -54.5,-13.5 - parent: 2 - - uid: 14352 + pos: 2.5,23.5 + parent: 14592 + - uid: 16862 components: - type: Transform - pos: -56.5,-27.5 - parent: 2 - - uid: 14354 + pos: 3.5,23.5 + parent: 14592 + - uid: 16863 components: - type: Transform - pos: -54.5,-25.5 - parent: 2 - - uid: 14401 + pos: 4.5,23.5 + parent: 14592 + - uid: 16864 components: - type: Transform - pos: -58.5,-13.5 - parent: 2 - - uid: 14424 + pos: 5.5,23.5 + parent: 14592 + - uid: 16865 components: - type: Transform - pos: 73.5,-26.5 - parent: 2 - - uid: 14481 + pos: 6.5,23.5 + parent: 14592 + - uid: 16866 components: - type: Transform - pos: -57.5,-12.5 - parent: 2 - - uid: 14490 + pos: 7.5,23.5 + parent: 14592 + - uid: 16867 components: - type: Transform - pos: -63.5,-25.5 - parent: 2 - - uid: 14491 + pos: 8.5,23.5 + parent: 14592 + - uid: 16870 components: - type: Transform - pos: -57.5,-22.5 - parent: 2 - - uid: 14496 + pos: 11.5,23.5 + parent: 14592 + - uid: 16871 components: - type: Transform - pos: -59.5,-3.5 - parent: 2 - - uid: 14505 + pos: 12.5,23.5 + parent: 14592 + - uid: 16872 components: - type: Transform - pos: -53.5,-27.5 - parent: 2 - - uid: 14508 + pos: 13.5,23.5 + parent: 14592 + - uid: 16873 components: - type: Transform - pos: -60.5,-10.5 - parent: 2 - - uid: 14524 + pos: 14.5,23.5 + parent: 14592 + - uid: 16874 components: - type: Transform - rot: 3.141592653589793 rad - pos: -80.5,71.5 - parent: 2 - - uid: 14617 + pos: 15.5,23.5 + parent: 14592 + - uid: 16875 components: - type: Transform - pos: -58.5,-15.5 - parent: 2 - - uid: 14618 + pos: 16.5,23.5 + parent: 14592 + - uid: 16876 components: - type: Transform - pos: -61.5,-6.5 - parent: 2 - - uid: 14632 + pos: 17.5,23.5 + parent: 14592 + - uid: 16877 components: - type: Transform - pos: -62.5,-22.5 - parent: 2 - - uid: 14633 + pos: 17.5,27.5 + parent: 14592 + - uid: 16878 components: - type: Transform - pos: -63.5,86.5 - parent: 2 - - uid: 14634 + pos: 12.5,27.5 + parent: 14592 + - uid: 16879 components: - type: Transform - pos: -58.5,79.5 - parent: 2 - - uid: 14635 + pos: 12.5,27.5 + parent: 14592 + - uid: 16880 components: - type: Transform - pos: -58.5,-14.5 - parent: 2 - - uid: 14657 + pos: 11.5,27.5 + parent: 14592 + - uid: 16881 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-6.5 + pos: 12.5,28.5 parent: 14592 - - uid: 14711 + - uid: 16882 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,3.5 + pos: 13.5,28.5 parent: 14592 - - uid: 14723 + - uid: 16883 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,4.5 + pos: 13.5,27.5 parent: 14592 - - uid: 14737 + - uid: 16884 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,5.5 + pos: 13.5,27.5 parent: 14592 - - uid: 14738 + - uid: 16885 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,7.5 + pos: 6.5,22.5 parent: 14592 - - uid: 14772 + - uid: 16886 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,4.5 + pos: 6.5,21.5 parent: 14592 - - uid: 14773 + - uid: 16887 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,7.5 + pos: 6.5,20.5 parent: 14592 - - uid: 14809 + - uid: 16888 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,1.5 + pos: 6.5,19.5 parent: 14592 - - uid: 14810 + - uid: 16889 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,2.5 + pos: 6.5,18.5 parent: 14592 - - uid: 14853 + - uid: 16890 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,4.5 + pos: 6.5,17.5 parent: 14592 - - uid: 14854 + - uid: 16891 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,4.5 + pos: 7.5,22.5 parent: 14592 - - uid: 14872 + - uid: 16892 components: - type: Transform - pos: -5.5,-9.5 + pos: 7.5,21.5 parent: 14592 - - uid: 14873 + - uid: 16893 components: - type: Transform - pos: -6.5,-9.5 + pos: 7.5,20.5 parent: 14592 - - uid: 14892 + - uid: 16894 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,0.5 + pos: 7.5,19.5 parent: 14592 - - uid: 14893 + - uid: 16895 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,2.5 + pos: 7.5,18.5 parent: 14592 - - uid: 14894 + - uid: 16896 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,5.5 + pos: 7.5,17.5 parent: 14592 - - uid: 14895 + - uid: 16897 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,4.5 + pos: 8.5,22.5 parent: 14592 - - uid: 14901 + - uid: 16898 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,2.5 + pos: 8.5,21.5 parent: 14592 - - uid: 14902 + - uid: 16899 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,1.5 + pos: 8.5,20.5 parent: 14592 - - uid: 14903 + - uid: 16900 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,3.5 + pos: 8.5,19.5 parent: 14592 - - uid: 14904 + - uid: 16901 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,6.5 + pos: 8.5,18.5 parent: 14592 - - uid: 14905 + - uid: 16902 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,6.5 + pos: 8.5,17.5 parent: 14592 - - uid: 14910 + - uid: 16904 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-3.5 + pos: 9.5,21.5 parent: 14592 - - uid: 14911 + - uid: 16905 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-3.5 + pos: 9.5,20.5 parent: 14592 - - uid: 14913 + - uid: 16906 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,6.5 + pos: 9.5,19.5 parent: 14592 - - uid: 14914 + - uid: 16907 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,6.5 + pos: 9.5,18.5 parent: 14592 - - uid: 14915 + - uid: 16908 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,6.5 + pos: 9.5,17.5 parent: 14592 - - uid: 14920 + - uid: 16910 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-3.5 + pos: 10.5,21.5 parent: 14592 - - uid: 14921 + - uid: 16911 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-6.5 + pos: 10.5,20.5 parent: 14592 - - uid: 14924 + - uid: 16912 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-1.5 + pos: 10.5,19.5 parent: 14592 - - uid: 14925 + - uid: 16913 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,6.5 + pos: 10.5,18.5 parent: 14592 - - uid: 14932 + - uid: 16914 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,2.5 + pos: 10.5,17.5 parent: 14592 - - uid: 14933 + - uid: 16915 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-0.5 + pos: 11.5,22.5 parent: 14592 - - uid: 14934 + - uid: 16916 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-0.5 + pos: 11.5,21.5 parent: 14592 - - uid: 14935 + - uid: 16917 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-1.5 + pos: 11.5,18.5 parent: 14592 - - uid: 14942 + - uid: 16918 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,3.5 + anchored: False + pos: -987.1909,-129.45482 + parent: 1 + - uid: 16919 + components: + - type: Transform + pos: 12.5,22.5 parent: 14592 - - uid: 14943 + - uid: 16920 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,0.5 + pos: 12.5,21.5 parent: 14592 - - uid: 14944 + - uid: 16921 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,2.5 + pos: 12.5,18.5 parent: 14592 - - uid: 14945 + - uid: 16922 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-1.5 + pos: 12.5,17.5 parent: 14592 - - uid: 14950 + - uid: 16923 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,1.5 + pos: 13.5,22.5 parent: 14592 - - uid: 14951 + - uid: 16924 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-1.5 + pos: 13.5,21.5 parent: 14592 - - uid: 14952 + - uid: 16925 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,2.5 + pos: 13.5,20.5 parent: 14592 - - uid: 14953 + - uid: 16926 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,2.5 + pos: 13.5,18.5 parent: 14592 - - uid: 14958 + - uid: 16927 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,2.5 + pos: 13.5,17.5 parent: 14592 - - uid: 14961 + - uid: 16928 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,5.5 + pos: 14.5,22.5 parent: 14592 - - uid: 14962 + - uid: 16929 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,2.5 + pos: 14.5,21.5 parent: 14592 - - uid: 14963 + - uid: 16930 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,1.5 + pos: 14.5,20.5 parent: 14592 - - uid: 14997 + - uid: 16931 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,7.5 + pos: 14.5,19.5 parent: 14592 - - uid: 14998 + - uid: 16932 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,6.5 + pos: 14.5,18.5 parent: 14592 - - uid: 14999 + - uid: 16933 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,7.5 + pos: 14.5,17.5 parent: 14592 - - uid: 15003 + - uid: 16934 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,7.5 + pos: 15.5,22.5 parent: 14592 - - uid: 15004 + - uid: 16935 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,2.5 + pos: 15.5,21.5 parent: 14592 - - uid: 15005 + - uid: 16936 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,2.5 + pos: 15.5,20.5 parent: 14592 - - uid: 15009 + - uid: 16937 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,7.5 + pos: 15.5,19.5 parent: 14592 - - uid: 15010 + - uid: 16938 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,2.5 + pos: 15.5,18.5 parent: 14592 - - uid: 15011 + - uid: 16939 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,3.5 + pos: 15.5,17.5 parent: 14592 - - uid: 15049 + - uid: 16940 components: - type: Transform - pos: -8.5,-9.5 + pos: 16.5,22.5 parent: 14592 - - uid: 15050 + - uid: 16941 components: - type: Transform - pos: -8.5,-6.5 + pos: 16.5,21.5 parent: 14592 - - uid: 15051 + - uid: 16942 components: - type: Transform - pos: -8.5,-3.5 + pos: 16.5,19.5 parent: 14592 - - uid: 15056 + - uid: 16943 components: - type: Transform - pos: -8.5,-0.5 + pos: 16.5,17.5 parent: 14592 - - uid: 15057 + - uid: 16944 components: - type: Transform - pos: -8.5,0.5 + pos: 17.5,22.5 parent: 14592 - - uid: 15058 + - uid: 16945 components: - type: Transform - pos: -7.5,0.5 + pos: 17.5,21.5 parent: 14592 - - uid: 15059 + - uid: 16946 components: - type: Transform - pos: -6.5,-3.5 + pos: 17.5,20.5 parent: 14592 - - uid: 15060 + - uid: 16947 components: - type: Transform - pos: -3.5,0.5 + pos: 17.5,19.5 parent: 14592 - - uid: 15061 + - uid: 16948 components: - type: Transform - pos: -0.5,0.5 + pos: 17.5,18.5 parent: 14592 - - uid: 15062 + - uid: 16949 components: - type: Transform - pos: 4.5,0.5 + pos: 17.5,17.5 parent: 14592 - - uid: 15067 + - uid: 16950 components: - type: Transform - pos: 12.5,-1.5 + pos: 18.5,22.5 parent: 14592 - - uid: 15068 + - uid: 16951 components: - type: Transform - pos: 11.5,-3.5 + pos: 18.5,21.5 parent: 14592 - - uid: 15073 + - uid: 16952 components: - type: Transform - pos: 10.5,-5.5 + pos: 18.5,20.5 parent: 14592 - - uid: 15074 + - uid: 16953 components: - type: Transform - pos: 9.5,-5.5 + pos: 18.5,19.5 parent: 14592 - - uid: 15075 + - uid: 16954 components: - type: Transform - pos: 9.5,-6.5 + pos: 18.5,18.5 parent: 14592 - - uid: 15076 + - uid: 16955 components: - type: Transform - pos: 8.5,-6.5 + pos: 18.5,17.5 parent: 14592 - - uid: 15077 + - uid: 16956 components: - type: Transform - pos: 8.5,-9.5 + pos: 11.5,16.5 parent: 14592 - - uid: 15078 + - uid: 16957 components: - type: Transform - pos: 3.5,-9.5 + pos: 11.5,15.5 parent: 14592 - - uid: 15079 + - uid: 16958 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-6.5 + pos: 11.5,14.5 parent: 14592 - - uid: 15084 + - uid: 16959 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-9.5 + pos: 11.5,13.5 parent: 14592 - - uid: 15085 + - uid: 16960 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-9.5 + pos: 11.5,12.5 parent: 14592 - - uid: 15086 + - uid: 16961 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-9.5 + pos: 11.5,11.5 parent: 14592 - - uid: 15087 + - uid: 16962 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-9.5 + pos: 12.5,16.5 parent: 14592 - - uid: 15088 + - uid: 16963 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-4.5 + pos: 12.5,15.5 parent: 14592 - - uid: 15089 + - uid: 16964 components: - type: Transform - pos: -3.5,-6.5 + pos: 12.5,14.5 parent: 14592 - - uid: 15090 + - uid: 16965 components: - type: Transform - pos: -3.5,-9.5 + pos: 12.5,13.5 parent: 14592 - - uid: 15100 + - uid: 16966 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-5.5 + pos: 12.5,12.5 parent: 14592 - - uid: 15328 + - uid: 16967 components: - type: Transform - pos: -3.5,-7.5 + pos: 12.5,11.5 parent: 14592 - - uid: 15329 + - uid: 16968 components: - type: Transform - pos: -3.5,-4.5 + pos: 13.5,16.5 parent: 14592 - - uid: 15330 + - uid: 16969 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-3.5 + pos: 13.5,15.5 parent: 14592 - - uid: 15331 + - uid: 16970 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-9.5 + pos: 13.5,14.5 parent: 14592 - - uid: 15332 + - uid: 16971 components: - type: Transform - pos: 3.5,-8.5 + pos: 13.5,13.5 parent: 14592 - - uid: 15333 + - uid: 16972 components: - type: Transform - pos: 8.5,-10.5 + pos: 13.5,12.5 parent: 14592 - - uid: 15334 + - uid: 16973 components: - type: Transform - pos: 8.5,-7.5 + pos: 13.5,11.5 parent: 14592 - - uid: 15335 + - uid: 16974 components: - type: Transform - pos: 11.5,-4.5 + pos: 14.5,16.5 parent: 14592 - - uid: 15336 + - uid: 16975 components: - type: Transform - pos: 12.5,-2.5 + pos: 14.5,15.5 parent: 14592 - - uid: 15337 + - uid: 16976 components: - type: Transform - pos: 12.5,-0.5 + pos: 14.5,14.5 parent: 14592 - - uid: 15339 + - uid: 16977 components: - type: Transform - pos: 0.5,0.5 + pos: 14.5,13.5 parent: 14592 - - uid: 15340 + - uid: 16978 components: - type: Transform - pos: -2.5,0.5 + pos: 14.5,12.5 parent: 14592 - - uid: 15342 + - uid: 16979 components: - type: Transform - pos: -8.5,-2.5 + pos: 14.5,11.5 parent: 14592 - - uid: 15343 + - uid: 16980 components: - type: Transform - pos: -8.5,-5.5 + pos: 15.5,16.5 parent: 14592 - - uid: 15344 + - uid: 16981 components: - type: Transform - pos: -8.5,-8.5 + pos: 15.5,15.5 parent: 14592 - - uid: 15351 + - uid: 16982 components: - type: Transform - pos: -3.5,-8.5 + pos: 15.5,14.5 parent: 14592 - - uid: 15352 + - uid: 16983 components: - type: Transform - pos: -3.5,-5.5 + pos: 15.5,13.5 parent: 14592 - - uid: 15353 + - uid: 16984 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-3.5 + pos: 15.5,12.5 parent: 14592 - - uid: 15354 + - uid: 16985 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-9.5 + pos: 15.5,11.5 parent: 14592 - - uid: 15355 + - uid: 16986 components: - type: Transform - pos: 3.5,-7.5 + pos: 16.5,16.5 parent: 14592 - - uid: 15356 + - uid: 16987 components: - type: Transform - pos: 3.5,-10.5 + pos: 16.5,15.5 parent: 14592 - - uid: 15357 + - uid: 16988 components: - type: Transform - pos: 8.5,-8.5 + pos: 16.5,14.5 parent: 14592 - - uid: 15358 + - uid: 16989 components: - type: Transform - pos: 10.5,-4.5 + pos: 16.5,13.5 parent: 14592 - - uid: 15359 + - uid: 16990 components: - type: Transform - pos: 12.5,-3.5 + pos: 16.5,12.5 parent: 14592 - - uid: 15360 + - uid: 16991 components: - type: Transform - pos: 12.5,0.5 + pos: 16.5,11.5 parent: 14592 - - uid: 15362 + - uid: 16992 components: - type: Transform - pos: 1.5,0.5 + pos: 17.5,16.5 parent: 14592 - - uid: 15363 + - uid: 16993 components: - type: Transform - pos: -1.5,0.5 + pos: 17.5,15.5 parent: 14592 - - uid: 15364 + - uid: 16994 components: - type: Transform - pos: -4.5,-3.5 + pos: 17.5,14.5 parent: 14592 - - uid: 15365 + - uid: 16995 components: - type: Transform - pos: -8.5,-1.5 + pos: 17.5,13.5 parent: 14592 - - uid: 15366 + - uid: 16997 components: - type: Transform - pos: -8.5,-4.5 + pos: -21.5,33.5 parent: 14592 - - uid: 15367 + - uid: 17011 components: - type: Transform - pos: -8.5,-7.5 + rot: 3.141592653589793 rad + pos: -31.5,5.5 parent: 14592 - - uid: 15368 + - uid: 17042 components: - type: Transform - pos: -63.5,-0.5 - parent: 2 - - uid: 15443 + rot: 3.141592653589793 rad + pos: -33.5,5.5 + parent: 14592 + - uid: 17088 components: - type: Transform - pos: -58.5,-17.5 - parent: 2 - - uid: 15470 + rot: 3.141592653589793 rad + pos: -34.5,13.5 + parent: 14592 + - uid: 17089 components: - type: Transform - pos: -58.5,-26.5 - parent: 2 - - uid: 15475 + rot: 3.141592653589793 rad + pos: -34.5,14.5 + parent: 14592 + - uid: 17090 components: - type: Transform - pos: -51.5,-26.5 - parent: 2 - - uid: 15486 + rot: 3.141592653589793 rad + pos: -34.5,15.5 + parent: 14592 + - uid: 17091 components: - type: Transform - pos: -60.5,83.5 - parent: 2 - - uid: 15487 + rot: 3.141592653589793 rad + pos: -34.5,16.5 + parent: 14592 + - uid: 17092 components: - type: Transform rot: 3.141592653589793 rad - pos: 12.5,7.5 + pos: -33.5,13.5 parent: 14592 - - uid: 15489 + - uid: 17093 components: - type: Transform - pos: -4.5,-9.5 + rot: 3.141592653589793 rad + pos: -33.5,14.5 parent: 14592 - - uid: 15490 + - uid: 17094 components: - type: Transform - pos: 4.5,-10.5 + rot: 3.141592653589793 rad + pos: -33.5,15.5 parent: 14592 - - uid: 15491 + - uid: 17095 components: - type: Transform - pos: 7.5,-10.5 + rot: 3.141592653589793 rad + pos: -33.5,16.5 parent: 14592 - - uid: 15492 + - uid: 17096 components: - type: Transform - pos: -7.5,-3.5 + rot: 3.141592653589793 rad + pos: -32.5,13.5 parent: 14592 - - uid: 15493 + - uid: 17097 components: - type: Transform - pos: -3.5,-3.5 + rot: 3.141592653589793 rad + pos: -32.5,14.5 parent: 14592 - - uid: 15494 + - uid: 17098 components: - type: Transform - pos: -61.5,-10.5 - parent: 2 - - uid: 15497 + rot: 3.141592653589793 rad + pos: -32.5,15.5 + parent: 14592 + - uid: 17099 components: - type: Transform - pos: -52.5,-27.5 - parent: 2 - - uid: 15500 + rot: 3.141592653589793 rad + pos: -32.5,16.5 + parent: 14592 + - uid: 17100 components: - type: Transform - pos: -91.5,65.5 - parent: 2 - - uid: 15501 + rot: 3.141592653589793 rad + pos: -31.5,13.5 + parent: 14592 + - uid: 17101 components: - type: Transform - pos: -67.5,-0.5 - parent: 2 - - uid: 15502 + rot: 3.141592653589793 rad + pos: -31.5,14.5 + parent: 14592 + - uid: 17102 components: - type: Transform - pos: -65.5,-0.5 - parent: 2 - - uid: 15506 + rot: 3.141592653589793 rad + pos: -31.5,15.5 + parent: 14592 + - uid: 17103 components: - type: Transform - pos: -65.5,-2.5 - parent: 2 - - uid: 15511 + rot: 3.141592653589793 rad + pos: -31.5,16.5 + parent: 14592 + - uid: 17104 components: - type: Transform - pos: 0.5,4.5 + rot: 3.141592653589793 rad + pos: -30.5,13.5 parent: 14592 - - uid: 15512 + - uid: 17105 components: - type: Transform - pos: -63.5,-1.5 - parent: 2 - - uid: 15513 + rot: 3.141592653589793 rad + pos: -30.5,14.5 + parent: 14592 + - uid: 17106 components: - type: Transform - pos: -60.5,82.5 - parent: 2 - - uid: 15517 + rot: 3.141592653589793 rad + pos: -30.5,15.5 + parent: 14592 + - uid: 17107 components: - type: Transform - pos: -57.5,-13.5 - parent: 2 - - uid: 15518 + rot: 3.141592653589793 rad + pos: -30.5,16.5 + parent: 14592 + - uid: 17108 components: - type: Transform - pos: -0.5,4.5 + rot: 3.141592653589793 rad + pos: -29.5,13.5 parent: 14592 - - uid: 15519 + - uid: 17109 components: - type: Transform - pos: -1.5,4.5 + rot: 3.141592653589793 rad + pos: -29.5,14.5 parent: 14592 - - uid: 15520 + - uid: 17110 components: - type: Transform - pos: -2.5,4.5 + rot: 3.141592653589793 rad + pos: -29.5,15.5 parent: 14592 - - uid: 15523 + - uid: 17111 components: - type: Transform - pos: 0.5,1.5 + rot: 3.141592653589793 rad + pos: -29.5,16.5 parent: 14592 - - uid: 15524 + - uid: 17112 components: - type: Transform - pos: 0.5,2.5 + rot: 3.141592653589793 rad + pos: -28.5,13.5 parent: 14592 - - uid: 15525 + - uid: 17113 components: - type: Transform - pos: 0.5,3.5 + rot: 3.141592653589793 rad + pos: -33.5,17.5 parent: 14592 - - uid: 15733 + - uid: 17114 components: - type: Transform - pos: -61.5,-25.5 - parent: 2 - - uid: 15753 + rot: 3.141592653589793 rad + pos: -33.5,18.5 + parent: 14592 + - uid: 17115 components: - type: Transform - pos: -58.5,-16.5 - parent: 2 - - uid: 15772 + rot: 3.141592653589793 rad + pos: -33.5,19.5 + parent: 14592 + - uid: 17116 components: - type: Transform - pos: -57.5,-19.5 - parent: 2 - - uid: 15775 + rot: 3.141592653589793 rad + pos: -33.5,20.5 + parent: 14592 + - uid: 17117 components: - type: Transform - pos: -56.5,-13.5 - parent: 2 - - uid: 15776 + rot: 3.141592653589793 rad + pos: -33.5,21.5 + parent: 14592 + - uid: 17118 components: - type: Transform - pos: -58.5,-18.5 - parent: 2 - - uid: 15847 + rot: 3.141592653589793 rad + pos: -32.5,17.5 + parent: 14592 + - uid: 17119 components: - type: Transform rot: 3.141592653589793 rad - pos: -5.5,0.5 - parent: 2 - - uid: 15864 + pos: -32.5,18.5 + parent: 14592 + - uid: 17120 components: - type: Transform rot: 3.141592653589793 rad - pos: -5.5,-0.5 - parent: 2 - - uid: 15866 + pos: -32.5,19.5 + parent: 14592 + - uid: 17121 components: - type: Transform rot: 3.141592653589793 rad - pos: -5.5,-1.5 - parent: 2 - - uid: 15867 + pos: -32.5,20.5 + parent: 14592 + - uid: 17122 components: - type: Transform - pos: -61.5,83.5 - parent: 2 - - uid: 16465 + rot: 3.141592653589793 rad + pos: -32.5,21.5 + parent: 14592 + - uid: 17123 components: - type: Transform - pos: -56.5,-22.5 - parent: 2 - - uid: 16868 + rot: 3.141592653589793 rad + pos: -31.5,17.5 + parent: 14592 + - uid: 17124 components: - type: Transform - pos: -57.5,-3.5 - parent: 2 - - uid: 16869 + rot: 3.141592653589793 rad + pos: -31.5,18.5 + parent: 14592 + - uid: 17125 components: - type: Transform - pos: -57.5,0.5 - parent: 2 - - uid: 16903 + rot: 3.141592653589793 rad + pos: -31.5,19.5 + parent: 14592 + - uid: 17126 components: - type: Transform - pos: -61.5,-7.5 - parent: 2 - - uid: 17587 + rot: 3.141592653589793 rad + pos: -31.5,20.5 + parent: 14592 + - uid: 17127 components: - type: Transform - pos: -81.5,70.5 - parent: 2 - - uid: 17593 + rot: 3.141592653589793 rad + pos: -31.5,21.5 + parent: 14592 + - uid: 17128 components: - type: Transform - pos: -86.5,70.5 - parent: 2 - - uid: 17596 + rot: 3.141592653589793 rad + pos: -30.5,17.5 + parent: 14592 + - uid: 17129 components: - type: Transform - pos: -89.5,71.5 - parent: 2 - - uid: 17601 + rot: 3.141592653589793 rad + pos: -30.5,18.5 + parent: 14592 + - uid: 17130 components: - type: Transform rot: 3.141592653589793 rad - pos: -9.5,41.5 - parent: 2 - - uid: 17619 + pos: -30.5,19.5 + parent: 14592 + - uid: 17131 components: - type: Transform rot: 3.141592653589793 rad - pos: -73.5,77.5 - parent: 2 - - uid: 17680 + pos: -30.5,20.5 + parent: 14592 + - uid: 17132 components: - type: Transform rot: 3.141592653589793 rad - pos: -80.5,73.5 - parent: 2 - - uid: 17681 + pos: -30.5,21.5 + parent: 14592 + - uid: 17133 components: - type: Transform - pos: -90.5,83.5 - parent: 2 - - uid: 18343 + rot: 3.141592653589793 rad + pos: -29.5,17.5 + parent: 14592 + - uid: 17134 components: - type: Transform - pos: -91.5,69.5 - parent: 2 - - uid: 18345 + rot: 3.141592653589793 rad + pos: -29.5,18.5 + parent: 14592 + - uid: 17135 components: - type: Transform - pos: -63.5,3.5 - parent: 2 - - uid: 18346 + rot: 3.141592653589793 rad + pos: -29.5,19.5 + parent: 14592 + - uid: 17136 components: - type: Transform - pos: -57.5,-21.5 - parent: 2 - - uid: 18443 + rot: 3.141592653589793 rad + pos: -29.5,20.5 + parent: 14592 + - uid: 17137 components: - type: Transform - pos: -65.5,86.5 - parent: 2 - - uid: 18445 + rot: 3.141592653589793 rad + pos: -29.5,21.5 + parent: 14592 + - uid: 17138 components: - type: Transform - pos: -50.5,-26.5 - parent: 2 - - uid: 18451 + rot: 3.141592653589793 rad + pos: -28.5,18.5 + parent: 14592 + - uid: 17139 components: - type: Transform - pos: -51.5,-27.5 - parent: 2 - - uid: 18532 + rot: 3.141592653589793 rad + pos: -28.5,19.5 + parent: 14592 + - uid: 17140 components: - type: Transform - pos: -51.5,-23.5 - parent: 2 - - uid: 18567 + rot: 3.141592653589793 rad + pos: -28.5,20.5 + parent: 14592 + - uid: 17141 components: - type: Transform rot: 3.141592653589793 rad - pos: 17.5,-34.5 - parent: 2 - - uid: 18627 + pos: -28.5,21.5 + parent: 14592 + - uid: 17142 components: - type: Transform - pos: 27.5,39.5 - parent: 2 - - uid: 18630 + rot: 3.141592653589793 rad + pos: -27.5,17.5 + parent: 14592 + - uid: 17143 components: - type: Transform rot: 3.141592653589793 rad - pos: -80.5,72.5 - parent: 2 - - uid: 19246 + pos: -27.5,18.5 + parent: 14592 + - uid: 17144 components: - type: Transform - pos: -60.5,-2.5 - parent: 2 - - uid: 19247 + rot: 3.141592653589793 rad + pos: -27.5,19.5 + parent: 14592 + - uid: 17145 components: - type: Transform - pos: -69.5,74.5 - parent: 2 - - uid: 19295 + rot: 3.141592653589793 rad + pos: -27.5,20.5 + parent: 14592 + - uid: 17146 components: - type: Transform - pos: -57.5,76.5 - parent: 2 - - uid: 19296 + rot: 3.141592653589793 rad + pos: -27.5,21.5 + parent: 14592 + - uid: 17147 components: - type: Transform - pos: -69.5,75.5 - parent: 2 - - uid: 19298 + rot: 3.141592653589793 rad + pos: -26.5,17.5 + parent: 14592 + - uid: 17148 components: - type: Transform - pos: -91.5,77.5 - parent: 2 - - uid: 19299 + rot: 3.141592653589793 rad + pos: -26.5,18.5 + parent: 14592 + - uid: 17149 components: - type: Transform - pos: -89.5,62.5 - parent: 2 - - uid: 19300 + rot: 3.141592653589793 rad + pos: -26.5,19.5 + parent: 14592 + - uid: 17150 components: - type: Transform - pos: -83.5,56.5 - parent: 2 - - uid: 19301 + rot: 3.141592653589793 rad + pos: -26.5,20.5 + parent: 14592 + - uid: 17151 components: - type: Transform - pos: -85.5,57.5 - parent: 2 - - uid: 19302 + rot: 3.141592653589793 rad + pos: -26.5,21.5 + parent: 14592 + - uid: 17152 components: - type: Transform - pos: -85.5,86.5 - parent: 2 - - uid: 19303 + rot: 3.141592653589793 rad + pos: -32.5,22.5 + parent: 14592 + - uid: 17153 components: - type: Transform - pos: -87.5,58.5 - parent: 2 - - uid: 19305 + rot: 3.141592653589793 rad + pos: -32.5,23.5 + parent: 14592 + - uid: 17154 components: - type: Transform - pos: -89.5,82.5 - parent: 2 - - uid: 19306 + rot: 3.141592653589793 rad + pos: -31.5,22.5 + parent: 14592 + - uid: 17155 components: - type: Transform - pos: -89.5,81.5 - parent: 2 - - uid: 19307 + rot: 3.141592653589793 rad + pos: -31.5,23.5 + parent: 14592 + - uid: 17156 components: - type: Transform - pos: -58.5,77.5 - parent: 2 - - uid: 19309 + rot: 3.141592653589793 rad + pos: -30.5,22.5 + parent: 14592 + - uid: 17157 components: - type: Transform - pos: -91.5,66.5 - parent: 2 - - uid: 19310 + rot: 3.141592653589793 rad + pos: -30.5,23.5 + parent: 14592 + - uid: 17158 components: - type: Transform - pos: -57.5,75.5 - parent: 2 - - uid: 19311 + rot: 3.141592653589793 rad + pos: -29.5,22.5 + parent: 14592 + - uid: 17159 components: - type: Transform - pos: -66.5,73.5 - parent: 2 - - uid: 19312 + rot: 3.141592653589793 rad + pos: -29.5,23.5 + parent: 14592 + - uid: 17160 components: - type: Transform - pos: -69.5,76.5 - parent: 2 - - uid: 19314 + rot: 3.141592653589793 rad + pos: -28.5,22.5 + parent: 14592 + - uid: 17161 components: - type: Transform - pos: -87.5,59.5 - parent: 2 - - uid: 19319 + rot: 3.141592653589793 rad + pos: -28.5,23.5 + parent: 14592 + - uid: 17162 components: - type: Transform - pos: -87.5,84.5 - parent: 2 - - uid: 19321 + rot: 3.141592653589793 rad + pos: -27.5,22.5 + parent: 14592 + - uid: 17163 components: - type: Transform - pos: -59.5,81.5 - parent: 2 - - uid: 19322 + rot: 3.141592653589793 rad + pos: -27.5,23.5 + parent: 14592 + - uid: 17164 components: - type: Transform - pos: -90.5,77.5 - parent: 2 - - uid: 19324 + rot: 3.141592653589793 rad + pos: -26.5,22.5 + parent: 14592 + - uid: 17165 components: - type: Transform - pos: -89.5,61.5 - parent: 2 - - uid: 19325 + rot: 3.141592653589793 rad + pos: -26.5,23.5 + parent: 14592 + - uid: 17166 components: - type: Transform - pos: -85.5,56.5 - parent: 2 - - uid: 19326 + rot: 3.141592653589793 rad + pos: -33.5,7.5 + parent: 14592 + - uid: 17167 components: - type: Transform - pos: -91.5,72.5 - parent: 2 - - uid: 19327 + rot: 3.141592653589793 rad + pos: -33.5,8.5 + parent: 14592 + - uid: 17168 components: - type: Transform - pos: -83.5,86.5 - parent: 2 - - uid: 19330 + rot: 3.141592653589793 rad + pos: -31.5,23.5 + parent: 14592 + - uid: 17169 components: - type: Transform - pos: -80.5,54.5 - parent: 2 - - uid: 19331 + rot: 3.141592653589793 rad + pos: -33.5,6.5 + parent: 14592 + - uid: 17170 components: - type: Transform - pos: -66.5,87.5 - parent: 2 - - uid: 19333 + rot: 3.141592653589793 rad + pos: -30.5,24.5 + parent: 14592 + - uid: 17171 components: - type: Transform - pos: -59.5,82.5 - parent: 2 - - uid: 19334 + rot: 3.141592653589793 rad + pos: -30.5,23.5 + parent: 14592 + - uid: 17172 components: - type: Transform - pos: -90.5,78.5 - parent: 2 - - uid: 19335 + rot: 3.141592653589793 rad + pos: -32.5,4.5 + parent: 14592 + - uid: 17173 components: - type: Transform - pos: -90.5,64.5 - parent: 2 - - uid: 19336 + rot: 3.141592653589793 rad + pos: -29.5,24.5 + parent: 14592 + - uid: 17174 components: - type: Transform - pos: -84.5,56.5 - parent: 2 - - uid: 19337 + rot: 3.141592653589793 rad + pos: -29.5,23.5 + parent: 14592 + - uid: 17175 components: - type: Transform - pos: -91.5,75.5 - parent: 2 - - uid: 19339 + rot: 3.141592653589793 rad + pos: -32.5,5.5 + parent: 14592 + - uid: 17176 components: - type: Transform - pos: -71.5,76.5 - parent: 2 - - uid: 19341 + rot: 3.141592653589793 rad + pos: -28.5,24.5 + parent: 14592 + - uid: 17177 components: - type: Transform - pos: -71.5,77.5 - parent: 2 - - uid: 19343 + rot: 3.141592653589793 rad + pos: -28.5,23.5 + parent: 14592 + - uid: 17178 components: - type: Transform - pos: -90.5,81.5 - parent: 2 - - uid: 19344 + rot: 3.141592653589793 rad + pos: -32.5,7.5 + parent: 14592 + - uid: 17179 components: - type: Transform - pos: -77.5,76.5 - parent: 2 - - uid: 19345 + rot: 3.141592653589793 rad + pos: -27.5,24.5 + parent: 14592 + - uid: 17180 components: - type: Transform - pos: -90.5,79.5 - parent: 2 - - uid: 19346 + rot: 3.141592653589793 rad + pos: -27.5,23.5 + parent: 14592 + - uid: 17181 components: - type: Transform - pos: -91.5,68.5 - parent: 2 - - uid: 19347 + rot: 3.141592653589793 rad + pos: -26.5,25.5 + parent: 14592 + - uid: 17182 components: - type: Transform - pos: -80.5,88.5 - parent: 2 - - uid: 19348 + rot: 3.141592653589793 rad + pos: -26.5,24.5 + parent: 14592 + - uid: 17183 components: - type: Transform - pos: -91.5,71.5 - parent: 2 - - uid: 19349 + rot: 3.141592653589793 rad + pos: -26.5,23.5 + parent: 14592 + - uid: 17184 components: - type: Transform - pos: -84.5,86.5 - parent: 2 - - uid: 19350 + rot: 3.141592653589793 rad + pos: -25.5,25.5 + parent: 14592 + - uid: 17185 components: - type: Transform - pos: -80.5,74.5 - parent: 2 - - uid: 19352 + rot: 3.141592653589793 rad + pos: -25.5,24.5 + parent: 14592 + - uid: 17186 components: - type: Transform - pos: -84.5,87.5 - parent: 2 - - uid: 19353 + rot: 3.141592653589793 rad + pos: -25.5,23.5 + parent: 14592 + - uid: 17187 components: - type: Transform - pos: -77.5,77.5 - parent: 2 - - uid: 19354 + rot: 3.141592653589793 rad + pos: -24.5,24.5 + parent: 14592 + - uid: 17188 components: - type: Transform - pos: -78.5,76.5 - parent: 2 - - uid: 19355 + rot: 3.141592653589793 rad + pos: -24.5,23.5 + parent: 14592 + - uid: 17189 components: - type: Transform - pos: -79.5,76.5 - parent: 2 - - uid: 19356 + rot: 3.141592653589793 rad + pos: -33.5,3.5 + parent: 14592 + - uid: 17190 components: - type: Transform - pos: -90.5,80.5 - parent: 2 - - uid: 19357 + rot: 3.141592653589793 rad + pos: -32.5,8.5 + parent: 14592 + - uid: 17191 components: - type: Transform - pos: -80.5,55.5 - parent: 2 - - uid: 19359 + rot: 3.141592653589793 rad + pos: -25.5,27.5 + parent: 14592 + - uid: 17192 components: - type: Transform - pos: -91.5,73.5 - parent: 2 - - uid: 19361 + rot: 3.141592653589793 rad + pos: -25.5,26.5 + parent: 14592 + - uid: 17193 components: - type: Transform - pos: -73.5,61.5 - parent: 2 - - uid: 19363 + rot: 3.141592653589793 rad + pos: -24.5,27.5 + parent: 14592 + - uid: 17194 components: - type: Transform - pos: -76.5,63.5 - parent: 2 - - uid: 19364 + rot: 3.141592653589793 rad + pos: -32.5,6.5 + parent: 14592 + - uid: 17195 components: - type: Transform - pos: -80.5,68.5 - parent: 2 - - uid: 19365 + rot: 3.141592653589793 rad + pos: -25.5,29.5 + parent: 14592 + - uid: 17196 components: - type: Transform - pos: -80.5,69.5 - parent: 2 - - uid: 19366 + rot: 3.141592653589793 rad + pos: -25.5,28.5 + parent: 14592 + - uid: 17197 components: - type: Transform - pos: -79.5,66.5 - parent: 2 - - uid: 19367 + rot: 3.141592653589793 rad + pos: -24.5,29.5 + parent: 14592 + - uid: 17198 components: - type: Transform - pos: -89.5,80.5 - parent: 2 - - uid: 19368 + rot: 3.141592653589793 rad + pos: -24.5,28.5 + parent: 14592 + - uid: 17199 components: - type: Transform - pos: -90.5,65.5 - parent: 2 - - uid: 19369 + rot: 3.141592653589793 rad + pos: -33.5,4.5 + parent: 14592 + - uid: 17200 components: - type: Transform - pos: -77.5,64.5 - parent: 2 - - uid: 19370 + rot: 3.141592653589793 rad + pos: -24.5,30.5 + parent: 14592 + - uid: 17201 components: - type: Transform - pos: -74.5,62.5 - parent: 2 - - uid: 19371 + rot: 3.141592653589793 rad + pos: -12.5,31.5 + parent: 14592 + - uid: 17202 components: - type: Transform - pos: -74.5,61.5 - parent: 2 - - uid: 19372 + rot: 3.141592653589793 rad + pos: -12.5,30.5 + parent: 14592 + - uid: 17203 components: - type: Transform - pos: -73.5,60.5 - parent: 2 - - uid: 19373 + rot: 3.141592653589793 rad + pos: -12.5,29.5 + parent: 14592 + - uid: 17204 components: - type: Transform - pos: -86.5,76.5 - parent: 2 - - uid: 19374 + rot: 3.141592653589793 rad + pos: -11.5,31.5 + parent: 14592 + - uid: 17205 components: - type: Transform - pos: -75.5,63.5 - parent: 2 - - uid: 19375 + rot: 3.141592653589793 rad + pos: -11.5,30.5 + parent: 14592 + - uid: 17206 components: - type: Transform - pos: -79.5,68.5 - parent: 2 - - uid: 19376 + rot: 3.141592653589793 rad + pos: -11.5,29.5 + parent: 14592 + - uid: 17207 components: - type: Transform - pos: -77.5,66.5 - parent: 2 - - uid: 19377 + rot: 3.141592653589793 rad + pos: -10.5,31.5 + parent: 14592 + - uid: 17208 components: - type: Transform - pos: -78.5,66.5 - parent: 2 - - uid: 19378 + rot: 3.141592653589793 rad + pos: -10.5,30.5 + parent: 14592 + - uid: 17209 components: - type: Transform - pos: -91.5,67.5 - parent: 2 - - uid: 19379 + rot: 3.141592653589793 rad + pos: -10.5,29.5 + parent: 14592 + - uid: 17210 components: - type: Transform - pos: -82.5,55.5 - parent: 2 - - uid: 19380 + rot: 3.141592653589793 rad + pos: -9.5,31.5 + parent: 14592 + - uid: 17211 components: - type: Transform - pos: -79.5,75.5 - parent: 2 - - uid: 19381 + rot: 3.141592653589793 rad + pos: -9.5,30.5 + parent: 14592 + - uid: 17212 components: - type: Transform - pos: -76.5,64.5 - parent: 2 - - uid: 19385 + rot: 3.141592653589793 rad + pos: -9.5,29.5 + parent: 14592 + - uid: 17213 components: - type: Transform - pos: -75.5,62.5 - parent: 2 - - uid: 19599 + rot: 3.141592653589793 rad + pos: -8.5,31.5 + parent: 14592 + - uid: 17214 components: - type: Transform - pos: -25.5,17.5 - parent: 2 - - uid: 19605 + rot: 3.141592653589793 rad + pos: -8.5,30.5 + parent: 14592 + - uid: 17215 components: - type: Transform - pos: -80.5,62.5 - parent: 2 - - uid: 19956 + rot: 3.141592653589793 rad + pos: -8.5,29.5 + parent: 14592 + - uid: 17216 components: - type: Transform - pos: -59.5,72.5 - parent: 2 - - uid: 19957 + rot: 3.141592653589793 rad + pos: -7.5,31.5 + parent: 14592 + - uid: 17217 components: - type: Transform - pos: -79.5,67.5 - parent: 2 - - uid: 19958 + rot: 3.141592653589793 rad + pos: -7.5,30.5 + parent: 14592 + - uid: 17218 components: - type: Transform - pos: -77.5,65.5 - parent: 2 - - uid: 19960 + rot: 3.141592653589793 rad + pos: -7.5,29.5 + parent: 14592 + - uid: 17219 components: - type: Transform - pos: -81.5,55.5 - parent: 2 - - uid: 19961 + rot: 3.141592653589793 rad + pos: -6.5,31.5 + parent: 14592 + - uid: 17220 components: - type: Transform - pos: -62.5,69.5 - parent: 2 - - uid: 19962 + rot: 3.141592653589793 rad + pos: -31.5,6.5 + parent: 14592 + - uid: 17221 components: - type: Transform - pos: -63.5,70.5 - parent: 2 - - uid: 20008 + rot: 3.141592653589793 rad + pos: -6.5,29.5 + parent: 14592 + - uid: 17222 components: - type: Transform - pos: -57.5,74.5 - parent: 2 - - uid: 20009 + rot: 3.141592653589793 rad + pos: -5.5,31.5 + parent: 14592 + - uid: 17223 components: - type: Transform - pos: -65.5,71.5 - parent: 2 - - uid: 20011 + rot: 3.141592653589793 rad + pos: -31.5,4.5 + parent: 14592 + - uid: 17224 components: - type: Transform - pos: -72.5,60.5 - parent: 2 - - uid: 20012 + rot: 3.141592653589793 rad + pos: -5.5,29.5 + parent: 14592 + - uid: 17225 components: - type: Transform - pos: -62.5,70.5 - parent: 2 - - uid: 20013 + rot: 3.141592653589793 rad + pos: -4.5,31.5 + parent: 14592 + - uid: 17226 components: - type: Transform - pos: -67.5,74.5 - parent: 2 - - uid: 20014 + rot: 3.141592653589793 rad + pos: -4.5,30.5 + parent: 14592 + - uid: 17227 components: - type: Transform - pos: -91.5,70.5 - parent: 2 - - uid: 20015 + rot: 3.141592653589793 rad + pos: -4.5,29.5 + parent: 14592 + - uid: 17228 components: - type: Transform - pos: -83.5,55.5 - parent: 2 - - uid: 20279 + rot: 3.141592653589793 rad + pos: -3.5,31.5 + parent: 14592 + - uid: 17229 components: - type: Transform - pos: -63.5,69.5 - parent: 2 - - uid: 20294 + rot: 3.141592653589793 rad + pos: -3.5,30.5 + parent: 14592 + - uid: 17230 components: - type: Transform - pos: -57.5,73.5 - parent: 2 - - uid: 20295 + rot: 3.141592653589793 rad + pos: -3.5,29.5 + parent: 14592 + - uid: 17231 components: - type: Transform - pos: -57.5,72.5 - parent: 2 - - uid: 20296 + rot: 3.141592653589793 rad + pos: -2.5,31.5 + parent: 14592 + - uid: 17232 components: - type: Transform - pos: -64.5,70.5 - parent: 2 - - uid: 20298 + rot: 3.141592653589793 rad + pos: -2.5,30.5 + parent: 14592 + - uid: 17233 components: - type: Transform - pos: -58.5,69.5 - parent: 2 - - uid: 20299 + rot: 3.141592653589793 rad + pos: -2.5,29.5 + parent: 14592 + - uid: 17234 components: - type: Transform - pos: -62.5,72.5 - parent: 2 - - uid: 20309 + rot: 3.141592653589793 rad + pos: -1.5,31.5 + parent: 14592 + - uid: 17235 components: - type: Transform - pos: -62.5,71.5 - parent: 2 - - uid: 20310 + rot: 3.141592653589793 rad + pos: -1.5,30.5 + parent: 14592 + - uid: 17236 components: - type: Transform - pos: -68.5,74.5 - parent: 2 - - uid: 20312 + rot: 3.141592653589793 rad + pos: -1.5,29.5 + parent: 14592 + - uid: 17237 components: - type: Transform - pos: -73.5,59.5 - parent: 2 - - uid: 20313 + rot: 3.141592653589793 rad + pos: -0.5,31.5 + parent: 14592 + - uid: 17238 components: - type: Transform - pos: -72.5,59.5 - parent: 2 - - uid: 20314 + rot: 3.141592653589793 rad + pos: -0.5,30.5 + parent: 14592 + - uid: 17239 components: - type: Transform - pos: -72.5,58.5 - parent: 2 - - uid: 20315 + rot: 3.141592653589793 rad + pos: 0.5,31.5 + parent: 14592 + - uid: 17240 components: - type: Transform - pos: -75.5,59.5 - parent: 2 - - uid: 20316 + rot: 3.141592653589793 rad + pos: 0.5,30.5 + parent: 14592 + - uid: 17241 components: - type: Transform - pos: -74.5,55.5 - parent: 2 - - uid: 20317 + rot: 3.141592653589793 rad + pos: 1.5,31.5 + parent: 14592 + - uid: 17242 components: - type: Transform - pos: -72.5,55.5 - parent: 2 - - uid: 20334 + rot: 3.141592653589793 rad + pos: 1.5,30.5 + parent: 14592 + - uid: 17243 components: - type: Transform - pos: -75.5,56.5 - parent: 2 - - uid: 20335 + rot: 3.141592653589793 rad + pos: 2.5,31.5 + parent: 14592 + - uid: 17244 components: - type: Transform - pos: -75.5,58.5 - parent: 2 - - uid: 20336 + rot: 3.141592653589793 rad + pos: 2.5,30.5 + parent: 14592 + - uid: 17245 components: - type: Transform - pos: -58.5,71.5 - parent: 2 - - uid: 20339 + rot: 3.141592653589793 rad + pos: 3.5,31.5 + parent: 14592 + - uid: 17246 components: - type: Transform - pos: -58.5,70.5 - parent: 2 - - uid: 20340 + rot: 3.141592653589793 rad + pos: 3.5,30.5 + parent: 14592 + - uid: 17247 components: - type: Transform - pos: -61.5,69.5 - parent: 2 - - uid: 20341 + rot: 3.141592653589793 rad + pos: 3.5,29.5 + parent: 14592 + - uid: 17248 components: - type: Transform - pos: -58.5,72.5 - parent: 2 - - uid: 20358 + rot: 3.141592653589793 rad + pos: 4.5,31.5 + parent: 14592 + - uid: 17249 components: - type: Transform - pos: -59.5,69.5 - parent: 2 - - uid: 20373 + rot: 3.141592653589793 rad + pos: 4.5,30.5 + parent: 14592 + - uid: 17250 components: - type: Transform - pos: -61.5,72.5 - parent: 2 - - uid: 20380 + rot: 3.141592653589793 rad + pos: 4.5,29.5 + parent: 14592 + - uid: 17251 components: - type: Transform - pos: -62.5,57.5 - parent: 2 - - uid: 20867 + rot: 3.141592653589793 rad + pos: 5.5,31.5 + parent: 14592 + - uid: 17252 components: - type: Transform - pos: -75.5,55.5 - parent: 2 - - uid: 21118 + rot: 3.141592653589793 rad + pos: 5.5,30.5 + parent: 14592 + - uid: 17253 components: - type: Transform - pos: 63.5,39.5 - parent: 2 - - uid: 21773 + rot: 3.141592653589793 rad + pos: 5.5,29.5 + parent: 14592 + - uid: 17254 components: - type: Transform - pos: -84.5,70.5 - parent: 2 - - uid: 21775 + rot: 3.141592653589793 rad + pos: 6.5,31.5 + parent: 14592 + - uid: 17255 components: - type: Transform - pos: -83.5,87.5 - parent: 2 - - uid: 21776 + rot: 3.141592653589793 rad + pos: 6.5,30.5 + parent: 14592 + - uid: 17256 components: - type: Transform - pos: -82.5,87.5 - parent: 2 - - uid: 21777 + rot: 3.141592653589793 rad + pos: 6.5,29.5 + parent: 14592 + - uid: 17257 components: - type: Transform - pos: -81.5,87.5 - parent: 2 - - uid: 21778 + rot: 3.141592653589793 rad + pos: 7.5,30.5 + parent: 14592 + - uid: 17258 components: - type: Transform - pos: -80.5,87.5 - parent: 2 - - uid: 23714 + rot: 3.141592653589793 rad + pos: 7.5,29.5 + parent: 14592 + - uid: 17259 components: - type: Transform - pos: -62.5,84.5 - parent: 2 - - uid: 23755 + rot: 3.141592653589793 rad + pos: 8.5,31.5 + parent: 14592 + - uid: 17260 components: - type: Transform - pos: 73.5,-3.5 - parent: 2 - - uid: 23760 + rot: 3.141592653589793 rad + pos: 8.5,30.5 + parent: 14592 + - uid: 17261 components: - type: Transform - pos: 68.5,-4.5 - parent: 2 - - uid: 23972 + rot: 3.141592653589793 rad + pos: 8.5,29.5 + parent: 14592 + - uid: 17262 components: - type: Transform - pos: -80.5,70.5 - parent: 2 - - uid: 23995 + rot: 3.141592653589793 rad + pos: 9.5,31.5 + parent: 14592 + - uid: 17263 components: - type: Transform - pos: 57.5,-45.5 - parent: 2 - - uid: 24018 + rot: 3.141592653589793 rad + pos: 9.5,30.5 + parent: 14592 + - uid: 17264 components: - type: Transform - pos: 56.5,-45.5 - parent: 2 - - uid: 24054 + rot: 3.141592653589793 rad + pos: 9.5,29.5 + parent: 14592 + - uid: 17265 components: - type: Transform - pos: 56.5,-46.5 - parent: 2 - - uid: 24055 + rot: 3.141592653589793 rad + pos: 10.5,31.5 + parent: 14592 + - uid: 17266 components: - type: Transform - pos: 56.5,-47.5 - parent: 2 - - uid: 24056 + rot: 3.141592653589793 rad + pos: 10.5,30.5 + parent: 14592 + - uid: 17267 components: - type: Transform - pos: 55.5,-47.5 - parent: 2 - - uid: 24057 + rot: 3.141592653589793 rad + pos: 10.5,29.5 + parent: 14592 + - uid: 17268 components: - type: Transform - pos: 54.5,-47.5 - parent: 2 - - uid: 24250 + rot: 3.141592653589793 rad + pos: 11.5,31.5 + parent: 14592 + - uid: 17269 components: - type: Transform rot: 3.141592653589793 rad - pos: -12.5,41.5 - parent: 2 - - uid: 24269 + pos: 11.5,30.5 + parent: 14592 + - uid: 17270 components: - type: Transform - pos: 53.5,-47.5 - parent: 2 - - uid: 24270 + rot: 3.141592653589793 rad + pos: 11.5,29.5 + parent: 14592 + - uid: 17271 components: - type: Transform - pos: 66.5,-37.5 - parent: 2 - - uid: 24272 + rot: 3.141592653589793 rad + pos: 12.5,31.5 + parent: 14592 + - uid: 17272 components: - type: Transform - pos: 64.5,-38.5 - parent: 2 - - uid: 24579 + rot: 3.141592653589793 rad + pos: 12.5,30.5 + parent: 14592 + - uid: 17273 components: - type: Transform - pos: -65.5,72.5 - parent: 2 - - uid: 24605 + rot: 3.141592653589793 rad + pos: 12.5,29.5 + parent: 14592 + - uid: 17274 components: - type: Transform - pos: -74.5,59.5 - parent: 2 - - uid: 24682 + rot: 3.141592653589793 rad + pos: 13.5,31.5 + parent: 14592 + - uid: 17275 components: - type: Transform - pos: -69.5,57.5 - parent: 2 - - uid: 24738 + rot: 3.141592653589793 rad + pos: 13.5,30.5 + parent: 14592 + - uid: 17276 components: - type: Transform - pos: -68.5,54.5 - parent: 2 - - uid: 24859 + rot: 3.141592653589793 rad + pos: 13.5,29.5 + parent: 14592 + - uid: 17277 components: - type: Transform rot: 3.141592653589793 rad - pos: 41.5,45.5 - parent: 2 - - uid: 25820 + pos: 14.5,31.5 + parent: 14592 + - uid: 17278 components: - type: Transform - pos: -65.5,38.5 - parent: 2 - - uid: 26054 + rot: 3.141592653589793 rad + pos: 14.5,30.5 + parent: 14592 + - uid: 17279 components: - type: Transform - pos: -67.5,30.5 - parent: 2 - - uid: 26066 + rot: 3.141592653589793 rad + pos: 14.5,29.5 + parent: 14592 + - uid: 17280 components: - type: Transform - pos: -67.5,33.5 - parent: 2 - - uid: 26127 + rot: 3.141592653589793 rad + pos: 10.5,33.5 + parent: 14592 + - uid: 17281 components: - type: Transform - pos: -65.5,41.5 - parent: 2 - - uid: 26170 + rot: 3.141592653589793 rad + pos: 10.5,33.5 + parent: 14592 + - uid: 17282 components: - type: Transform - pos: -65.5,54.5 - parent: 2 - - uid: 26175 + rot: 3.141592653589793 rad + pos: 10.5,32.5 + parent: 14592 + - uid: 17283 components: - type: Transform - pos: -60.5,62.5 - parent: 2 - - uid: 26176 + rot: 3.141592653589793 rad + pos: 11.5,32.5 + parent: 14592 + - uid: 17284 components: - type: Transform - pos: -59.5,66.5 - parent: 2 - - uid: 26177 + rot: 3.141592653589793 rad + pos: 4.5,33.5 + parent: 14592 + - uid: 17285 components: - type: Transform - pos: -56.5,60.5 - parent: 2 - - uid: 26179 + rot: 3.141592653589793 rad + pos: 4.5,32.5 + parent: 14592 + - uid: 17286 components: - type: Transform - pos: -67.5,28.5 - parent: 2 - - uid: 26187 + rot: 3.141592653589793 rad + pos: 5.5,33.5 + parent: 14592 + - uid: 17287 components: - type: Transform - pos: -61.5,82.5 - parent: 2 - - uid: 26191 + rot: 3.141592653589793 rad + pos: 5.5,32.5 + parent: 14592 + - uid: 17288 components: - type: Transform - pos: -66.5,-8.5 - parent: 2 - - uid: 26197 + rot: 3.141592653589793 rad + pos: 6.5,32.5 + parent: 14592 + - uid: 17289 components: - type: Transform - pos: -79.5,85.5 - parent: 2 - - uid: 26198 + rot: 3.141592653589793 rad + pos: 7.5,32.5 + parent: 14592 + - uid: 17290 components: - type: Transform - pos: -89.5,77.5 - parent: 2 - - uid: 26201 + rot: 3.141592653589793 rad + pos: 2.5,33.5 + parent: 14592 + - uid: 17291 components: - type: Transform - pos: -79.5,84.5 - parent: 2 - - uid: 26204 + rot: 3.141592653589793 rad + pos: 2.5,32.5 + parent: 14592 + - uid: 17292 components: - type: Transform - pos: -88.5,76.5 - parent: 2 - - uid: 26205 + rot: 3.141592653589793 rad + pos: 1.5,33.5 + parent: 14592 + - uid: 17293 components: - type: Transform - pos: -87.5,76.5 - parent: 2 - - uid: 26571 + rot: 3.141592653589793 rad + pos: 1.5,32.5 + parent: 14592 + - uid: 17294 components: - type: Transform - pos: -85.5,76.5 - parent: 2 - - uid: 26576 + rot: 3.141592653589793 rad + pos: -2.5,33.5 + parent: 14592 + - uid: 17295 components: - type: Transform - pos: -79.5,81.5 - parent: 2 - - uid: 26580 + rot: 3.141592653589793 rad + pos: -31.5,2.5 + parent: 14592 + - uid: 17296 components: - type: Transform - pos: -79.5,79.5 - parent: 2 - - uid: 26595 + rot: 3.141592653589793 rad + pos: -1.5,32.5 + parent: 14592 + - uid: 17297 components: - type: Transform - pos: -84.5,76.5 - parent: 2 - - uid: 26616 + rot: 3.141592653589793 rad + pos: -0.5,33.5 + parent: 14592 + - uid: 17298 components: - type: Transform - pos: -79.5,78.5 - parent: 2 - - uid: 26618 + rot: 3.141592653589793 rad + pos: -0.5,32.5 + parent: 14592 + - uid: 17299 components: - type: Transform - pos: -79.5,77.5 - parent: 2 - - uid: 26621 + rot: 3.141592653589793 rad + pos: 0.5,32.5 + parent: 14592 + - uid: 17300 components: - type: Transform - pos: -69.5,84.5 - parent: 2 - - uid: 26978 + rot: 3.141592653589793 rad + pos: -31.5,3.5 + parent: 14592 + - uid: 17301 components: - type: Transform rot: 3.141592653589793 rad - pos: -80.5,60.5 - parent: 2 - - uid: 26998 + pos: -4.5,32.5 + parent: 14592 + - uid: 17302 components: - type: Transform rot: 3.141592653589793 rad - pos: 54.5,-44.5 - parent: 2 - - uid: 26999 + pos: -31.5,7.5 + parent: 14592 + - uid: 17303 components: - type: Transform - pos: -41.5,34.5 - parent: 2 - - uid: 27000 + rot: 3.141592653589793 rad + pos: -32.5,3.5 + parent: 14592 + - uid: 17304 components: - type: Transform - pos: -40.5,34.5 - parent: 2 - - uid: 27002 + rot: 3.141592653589793 rad + pos: -7.5,32.5 + parent: 14592 + - uid: 17305 components: - type: Transform - pos: -43.5,27.5 - parent: 2 - - uid: 27010 + rot: 3.141592653589793 rad + pos: -7.5,28.5 + parent: 14592 + - uid: 17306 components: - type: Transform - pos: -36.5,34.5 - parent: 2 - - uid: 27016 + rot: 3.141592653589793 rad + pos: -7.5,27.5 + parent: 14592 + - uid: 17307 components: - type: Transform - pos: 43.5,-30.5 - parent: 2 - - uid: 27021 + rot: 3.141592653589793 rad + pos: -6.5,28.5 + parent: 14592 + - uid: 17308 components: - type: Transform - pos: -86.5,87.5 - parent: 2 - - uid: 27075 + rot: 3.141592653589793 rad + pos: -6.5,27.5 + parent: 14592 + - uid: 17309 components: - type: Transform - pos: -79.5,83.5 - parent: 2 - - uid: 27194 + rot: 3.141592653589793 rad + pos: -5.5,28.5 + parent: 14592 + - uid: 17310 components: - type: Transform - pos: 63.5,32.5 - parent: 2 - - uid: 27195 + rot: 3.141592653589793 rad + pos: -5.5,27.5 + parent: 14592 + - uid: 17311 components: - type: Transform - pos: 63.5,33.5 - parent: 2 - - uid: 27257 + rot: 3.141592653589793 rad + pos: -4.5,28.5 + parent: 14592 + - uid: 17312 components: - type: Transform - pos: -85.5,87.5 - parent: 2 - - uid: 27379 + rot: 3.141592653589793 rad + pos: -4.5,27.5 + parent: 14592 + - uid: 17313 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,63.5 - parent: 2 - - uid: 27464 + rot: 3.141592653589793 rad + pos: -3.5,28.5 + parent: 14592 + - uid: 17314 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,74.5 - parent: 2 - - uid: 27468 + rot: 3.141592653589793 rad + pos: -3.5,27.5 + parent: 14592 + - uid: 17315 components: - type: Transform rot: 3.141592653589793 rad - pos: -80.5,56.5 - parent: 2 - - uid: 27480 + pos: -2.5,28.5 + parent: 14592 + - uid: 17316 components: - type: Transform - pos: -69.5,86.5 - parent: 2 - - uid: 27483 + rot: 3.141592653589793 rad + pos: -2.5,27.5 + parent: 14592 + - uid: 17317 components: - type: Transform - pos: -81.5,76.5 - parent: 2 - - uid: 27484 + rot: 3.141592653589793 rad + pos: -1.5,28.5 + parent: 14592 + - uid: 17318 components: - type: Transform - pos: -80.5,76.5 - parent: 2 - - uid: 27487 + rot: 3.141592653589793 rad + pos: -1.5,27.5 + parent: 14592 + - uid: 17319 components: - type: Transform - pos: -80.5,65.5 - parent: 2 - - uid: 27551 + rot: 3.141592653589793 rad + pos: 7.5,28.5 + parent: 14592 + - uid: 17320 components: - type: Transform - pos: 64.5,44.5 - parent: 2 - - uid: 27612 + rot: 3.141592653589793 rad + pos: 7.5,27.5 + parent: 14592 + - uid: 17321 components: - type: Transform - pos: -80.5,67.5 - parent: 2 - - uid: 27618 + rot: 3.141592653589793 rad + pos: 8.5,28.5 + parent: 14592 + - uid: 17322 components: - type: Transform - pos: -69.5,83.5 - parent: 2 - - uid: 27619 + rot: 3.141592653589793 rad + pos: 8.5,27.5 + parent: 14592 + - uid: 17323 components: - type: Transform - pos: -69.5,81.5 - parent: 2 - - uid: 27620 + rot: 3.141592653589793 rad + pos: 9.5,28.5 + parent: 14592 + - uid: 17324 components: - type: Transform - pos: -69.5,80.5 - parent: 2 - - uid: 27621 + rot: 3.141592653589793 rad + pos: 9.5,27.5 + parent: 14592 + - uid: 17325 components: - type: Transform - pos: -69.5,79.5 - parent: 2 - - uid: 27622 + rot: 3.141592653589793 rad + pos: 10.5,28.5 + parent: 14592 + - uid: 17326 components: - type: Transform - pos: -69.5,78.5 - parent: 2 - - uid: 27623 + rot: 3.141592653589793 rad + pos: 10.5,27.5 + parent: 14592 + - uid: 17327 components: - type: Transform - pos: -69.5,77.5 - parent: 2 - - uid: 27624 + rot: 3.141592653589793 rad + pos: 11.5,28.5 + parent: 14592 + - uid: 17328 components: - type: Transform - pos: -86.5,84.5 - parent: 2 - - uid: 27634 + rot: 3.141592653589793 rad + pos: 11.5,27.5 + parent: 14592 + - uid: 17329 components: - type: Transform - pos: -83.5,76.5 - parent: 2 - - uid: 27635 + rot: 3.141592653589793 rad + pos: 14.5,28.5 + parent: 14592 + - uid: 17330 components: - type: Transform rot: 3.141592653589793 rad - pos: 56.5,-44.5 - parent: 2 - - uid: 27645 + pos: 14.5,27.5 + parent: 14592 + - uid: 17331 components: - type: Transform - pos: -74.5,84.5 - parent: 2 - - uid: 27660 + rot: 3.141592653589793 rad + pos: 15.5,28.5 + parent: 14592 + - uid: 17332 components: - type: Transform - pos: -74.5,80.5 - parent: 2 - - uid: 28277 + rot: 3.141592653589793 rad + pos: 15.5,27.5 + parent: 14592 + - uid: 17333 components: - type: Transform - pos: 64.5,46.5 - parent: 2 - - uid: 28395 + rot: 3.141592653589793 rad + pos: 16.5,27.5 + parent: 14592 + - uid: 17334 components: - type: Transform - pos: 63.5,47.5 - parent: 2 - - uid: 29205 + rot: 3.141592653589793 rad + pos: 16.5,28.5 + parent: 14592 + - uid: 17335 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 66.5,32.5 - parent: 2 - - uid: 29226 + rot: 3.141592653589793 rad + pos: 15.5,29.5 + parent: 14592 + - uid: 17336 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 67.5,32.5 - parent: 2 - - uid: 29227 + rot: 3.141592653589793 rad + pos: 18.5,23.5 + parent: 14592 + - uid: 17337 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 68.5,32.5 - parent: 2 - - uid: 29228 + rot: 3.141592653589793 rad + pos: 18.5,22.5 + parent: 14592 + - uid: 17338 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 71.5,32.5 - parent: 2 - - uid: 29229 + rot: 3.141592653589793 rad + pos: 18.5,21.5 + parent: 14592 + - uid: 17339 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 69.5,32.5 - parent: 2 - - uid: 29230 + rot: 3.141592653589793 rad + pos: 18.5,20.5 + parent: 14592 + - uid: 17340 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 70.5,32.5 - parent: 2 - - uid: 29249 + rot: 3.141592653589793 rad + pos: 18.5,19.5 + parent: 14592 + - uid: 17341 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 77.5,36.5 - parent: 2 - - uid: 29250 + rot: 3.141592653589793 rad + pos: 18.5,18.5 + parent: 14592 + - uid: 17342 components: - type: Transform - pos: 62.5,49.5 - parent: 2 - - uid: 29251 + rot: 3.141592653589793 rad + pos: 18.5,17.5 + parent: 14592 + - uid: 17343 components: - type: Transform - pos: 61.5,53.5 - parent: 2 - - uid: 29253 + rot: 3.141592653589793 rad + pos: 18.5,16.5 + parent: 14592 + - uid: 17344 components: - type: Transform - pos: 63.5,37.5 - parent: 2 - - uid: 29627 + rot: 3.141592653589793 rad + pos: 18.5,15.5 + parent: 14592 + - uid: 17345 components: - type: Transform rot: 3.141592653589793 rad - pos: -79.5,86.5 - parent: 2 - - uid: 29628 + pos: 18.5,14.5 + parent: 14592 + - uid: 17346 components: - type: Transform rot: 3.141592653589793 rad - pos: -79.5,87.5 - parent: 2 - - uid: 29629 + pos: 18.5,13.5 + parent: 14592 + - uid: 17347 components: - type: Transform - pos: -80.5,64.5 - parent: 2 - - uid: 29630 + rot: 3.141592653589793 rad + pos: 18.5,12.5 + parent: 14592 + - uid: 17348 components: - type: Transform - pos: -80.5,63.5 - parent: 2 - - uid: 29945 + rot: 3.141592653589793 rad + pos: 18.5,11.5 + parent: 14592 + - uid: 17349 components: - type: Transform - pos: -87.5,86.5 - parent: 2 - - uid: 29994 + rot: 3.141592653589793 rad + pos: 18.5,10.5 + parent: 14592 + - uid: 17350 components: - type: Transform - pos: -80.5,86.5 - parent: 2 - - uid: 30010 + rot: 3.141592653589793 rad + pos: 19.5,21.5 + parent: 14592 + - uid: 17351 components: - type: Transform - pos: -82.5,86.5 - parent: 2 - - uid: 30011 + rot: 3.141592653589793 rad + pos: 19.5,20.5 + parent: 14592 + - uid: 17352 components: - type: Transform - pos: -81.5,86.5 - parent: 2 - - uid: 30021 + rot: 3.141592653589793 rad + pos: 19.5,19.5 + parent: 14592 + - uid: 17353 components: - type: Transform - pos: -86.5,86.5 - parent: 2 - - uid: 30022 + rot: 3.141592653589793 rad + pos: 19.5,18.5 + parent: 14592 + - uid: 17354 components: - type: Transform - pos: -88.5,85.5 - parent: 2 - - uid: 30023 + rot: 3.141592653589793 rad + pos: 19.5,17.5 + parent: 14592 + - uid: 17355 components: - type: Transform - pos: -90.5,82.5 - parent: 2 - - uid: 30568 + rot: 3.141592653589793 rad + pos: 19.5,16.5 + parent: 14592 + - uid: 17356 components: - type: Transform - pos: -88.5,84.5 - parent: 2 - - uid: 30676 + rot: 3.141592653589793 rad + pos: 19.5,15.5 + parent: 14592 + - uid: 17357 components: - type: Transform - pos: -89.5,78.5 - parent: 2 - - uid: 30678 + rot: 3.141592653589793 rad + pos: 19.5,14.5 + parent: 14592 + - uid: 17358 components: - type: Transform - pos: -89.5,79.5 - parent: 2 - - uid: 30679 + rot: 3.141592653589793 rad + pos: 19.5,13.5 + parent: 14592 + - uid: 17359 components: - type: Transform - pos: -87.5,85.5 - parent: 2 - - uid: 30681 + rot: 3.141592653589793 rad + pos: 19.5,12.5 + parent: 14592 + - uid: 17360 components: - type: Transform - pos: -89.5,84.5 - parent: 2 - - uid: 30691 + rot: 3.141592653589793 rad + pos: 19.5,11.5 + parent: 14592 + - uid: 17361 components: - type: Transform - pos: -89.5,83.5 - parent: 2 - - uid: 30844 + rot: 3.141592653589793 rad + pos: 19.5,10.5 + parent: 14592 + - uid: 17362 components: - type: Transform - pos: -24.5,-18.5 - parent: 2 - - uid: 30894 + rot: 3.141592653589793 rad + pos: 17.5,14.5 + parent: 14592 + - uid: 17363 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-2.5 - parent: 30892 - - uid: 30895 + rot: 3.141592653589793 rad + pos: 17.5,13.5 + parent: 14592 + - uid: 17364 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-1.5 - parent: 30892 - - uid: 30896 + rot: 3.141592653589793 rad + pos: 17.5,12.5 + parent: 14592 + - uid: 17365 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-0.5 - parent: 30892 - - uid: 30897 + rot: 3.141592653589793 rad + pos: 17.5,11.5 + parent: 14592 + - uid: 17366 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,0.5 - parent: 30892 - - uid: 30898 + rot: 3.141592653589793 rad + pos: 17.5,10.5 + parent: 14592 + - uid: 17367 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,0.5 - parent: 30892 - - uid: 30899 + rot: 3.141592653589793 rad + pos: 16.5,10.5 + parent: 14592 + - uid: 17368 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,1.5 - parent: 30892 - - uid: 30900 + rot: 3.141592653589793 rad + pos: -30.5,7.5 + parent: 14592 + - uid: 17369 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,2.5 - parent: 30892 - - uid: 30901 + rot: 3.141592653589793 rad + pos: -30.5,6.5 + parent: 14592 + - uid: 17370 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,2.5 - parent: 30892 - - uid: 30902 + rot: 3.141592653589793 rad + pos: -30.5,5.5 + parent: 14592 + - uid: 17371 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,2.5 - parent: 30892 - - uid: 30903 + rot: 3.141592653589793 rad + pos: -30.5,4.5 + parent: 14592 + - uid: 17372 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,2.5 - parent: 30892 - - uid: 30904 + rot: 3.141592653589793 rad + pos: -30.5,3.5 + parent: 14592 + - uid: 17373 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-2.5 - parent: 30892 - - uid: 30905 + rot: 3.141592653589793 rad + pos: -30.5,2.5 + parent: 14592 + - uid: 17374 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-1.5 - parent: 30892 - - uid: 30906 + rot: 3.141592653589793 rad + pos: -29.5,7.5 + parent: 14592 + - uid: 17375 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-0.5 - parent: 30892 - - uid: 30907 + rot: 3.141592653589793 rad + pos: -29.5,6.5 + parent: 14592 + - uid: 17376 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,0.5 - parent: 30892 - - uid: 30908 + rot: 3.141592653589793 rad + pos: -29.5,5.5 + parent: 14592 + - uid: 17377 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,4.5 - parent: 30892 - - uid: 30909 + rot: 3.141592653589793 rad + pos: -29.5,4.5 + parent: 14592 + - uid: 17378 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,5.5 - parent: 30892 - - uid: 30910 + rot: 3.141592653589793 rad + pos: -29.5,3.5 + parent: 14592 + - uid: 17379 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,4.5 - parent: 30892 - - uid: 30911 + rot: 3.141592653589793 rad + pos: -29.5,2.5 + parent: 14592 + - uid: 17380 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,3.5 - parent: 30892 - - uid: 30916 + rot: 3.141592653589793 rad + pos: -29.5,1.5 + parent: 14592 + - uid: 17381 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,4.5 - parent: 30892 - - uid: 30919 + rot: 3.141592653589793 rad + pos: -29.5,0.5 + parent: 14592 + - uid: 17382 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,8.5 - parent: 30892 - - uid: 30920 + rot: 3.141592653589793 rad + pos: -28.5,5.5 + parent: 14592 + - uid: 17383 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,9.5 - parent: 30892 - - uid: 30921 + rot: 3.141592653589793 rad + pos: -28.5,4.5 + parent: 14592 + - uid: 17384 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,10.5 - parent: 30892 - - uid: 30922 + rot: 3.141592653589793 rad + pos: -28.5,3.5 + parent: 14592 + - uid: 17385 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,11.5 - parent: 30892 - - uid: 30923 + rot: 3.141592653589793 rad + pos: -28.5,2.5 + parent: 14592 + - uid: 17386 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,12.5 - parent: 30892 - - uid: 30926 + rot: 3.141592653589793 rad + pos: -28.5,1.5 + parent: 14592 + - uid: 17387 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,12.5 - parent: 30892 - - uid: 30929 + rot: 3.141592653589793 rad + pos: -28.5,0.5 + parent: 14592 + - uid: 17388 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,12.5 - parent: 30892 - - uid: 30932 + rot: 3.141592653589793 rad + pos: -27.5,5.5 + parent: 14592 + - uid: 17389 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,12.5 - parent: 30892 - - uid: 30933 + rot: 3.141592653589793 rad + pos: -27.5,4.5 + parent: 14592 + - uid: 17390 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,11.5 - parent: 30892 - - uid: 30934 + rot: 3.141592653589793 rad + pos: -27.5,3.5 + parent: 14592 + - uid: 17391 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,10.5 - parent: 30892 - - uid: 30935 + rot: 3.141592653589793 rad + pos: -27.5,2.5 + parent: 14592 + - uid: 17392 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,9.5 - parent: 30892 - - uid: 30936 + rot: 3.141592653589793 rad + pos: -27.5,1.5 + parent: 14592 + - uid: 17393 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,8.5 - parent: 30892 - - uid: 30937 + rot: 3.141592653589793 rad + pos: -27.5,0.5 + parent: 14592 + - uid: 17394 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,7.5 - parent: 30892 - - uid: 30938 + rot: 3.141592653589793 rad + pos: -32.5,2.5 + parent: 14592 + - uid: 17395 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,0.5 - parent: 30892 - - uid: 30939 + rot: 3.141592653589793 rad + pos: -34.5,4.5 + parent: 14592 + - uid: 17396 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,0.5 - parent: 30892 - - uid: 30940 + rot: 3.141592653589793 rad + pos: -34.5,5.5 + parent: 14592 + - uid: 17397 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-0.5 - parent: 30892 - - uid: 30941 + rot: 3.141592653589793 rad + pos: -34.5,8.5 + parent: 14592 + - uid: 17398 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-1.5 - parent: 30892 - - uid: 30944 + rot: 3.141592653589793 rad + pos: -34.5,9.5 + parent: 14592 + - uid: 17399 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,0.5 - parent: 30892 - - uid: 30945 + rot: 3.141592653589793 rad + pos: -32.5,9.5 + parent: 14592 + - uid: 19304 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,0.5 - parent: 30892 - - uid: 30946 + pos: 43.5,5.5 + parent: 2 + - uid: 19317 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,0.5 - parent: 30892 - - uid: 30947 + pos: 44.5,6.5 + parent: 2 + - uid: 19320 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,3.5 - parent: 30892 - - uid: 30949 + pos: 43.5,6.5 + parent: 2 + - uid: 24246 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,6.5 - parent: 30892 - - uid: 30950 + pos: 48.5,-2.5 + parent: 2 + - uid: 24473 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,7.5 - parent: 30892 - - uid: 30951 + pos: 50.5,5.5 + parent: 2 + - uid: 32633 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,7.5 - parent: 30892 - - uid: 30952 + rot: 3.141592653589793 rad + pos: -14.5,34.5 + parent: 14592 + - uid: 32635 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,6.5 - parent: 30892 - - uid: 30954 + rot: 3.141592653589793 rad + pos: 12.5,32.5 + parent: 14592 + - uid: 32636 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,6.5 - parent: 30892 - - uid: 30961 + rot: 3.141592653589793 rad + pos: -6.5,36.5 + parent: 14592 + - uid: 32637 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,-1.5 - parent: 2 - - uid: 30963 + rot: 3.141592653589793 rad + pos: -8.5,35.5 + parent: 14592 + - uid: 32638 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,3.5 - parent: 30892 - - uid: 30964 + rot: 3.141592653589793 rad + pos: -5.5,36.5 + parent: 14592 + - uid: 32639 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,0.5 - parent: 30892 - - uid: 30966 + pos: -12.5,-4.5 + parent: 14592 + - uid: 32640 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,1.5 - parent: 30892 - - uid: 30967 + pos: -12.5,-3.5 + parent: 14592 + - uid: 32641 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,0.5 - parent: 30892 - - uid: 30968 + pos: -12.5,-2.5 + parent: 14592 + - uid: 32642 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,2.5 - parent: 30892 - - uid: 30969 + rot: 3.141592653589793 rad + pos: -35.5,16.5 + parent: 14592 + - uid: 32644 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,5.5 - parent: 30892 - - uid: 31021 + rot: 3.141592653589793 rad + pos: -29.5,25.5 + parent: 14592 + - uid: 32645 components: - type: Transform - pos: -3.5,-2.5 - parent: 2 - - uid: 31039 + rot: 3.141592653589793 rad + pos: -28.5,25.5 + parent: 14592 + - uid: 32646 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,5.5 - parent: 30892 - - uid: 31050 + pos: -13.5,-4.5 + parent: 14592 + - uid: 32647 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,4.5 - parent: 30892 - - uid: 31054 + pos: -13.5,-3.5 + parent: 14592 + - uid: 32648 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,7.5 - parent: 30892 - - uid: 31070 + pos: -13.5,-2.5 + parent: 14592 + - uid: 32649 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,9.5 - parent: 30892 - - uid: 31088 + rot: 3.141592653589793 rad + pos: 17.5,30.5 + parent: 14592 + - uid: 32650 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,1.5 - parent: 30892 - - uid: 31089 + rot: 3.141592653589793 rad + pos: -27.5,26.5 + parent: 14592 + - uid: 32651 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,2.5 - parent: 30892 - - uid: 31091 + rot: 3.141592653589793 rad + pos: -24.5,25.5 + parent: 14592 + - uid: 32652 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,4.5 - parent: 30892 - - uid: 31092 + rot: 3.141592653589793 rad + pos: -28.5,26.5 + parent: 14592 + - uid: 32653 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,4.5 - parent: 30892 - - uid: 31093 + pos: -14.5,-4.5 + parent: 14592 + - uid: 32654 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,3.5 - parent: 30892 - - uid: 31096 + pos: -14.5,-3.5 + parent: 14592 + - uid: 32655 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,4.5 - parent: 30892 - - uid: 31097 + pos: -14.5,-2.5 + parent: 14592 + - uid: 32656 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,4.5 - parent: 30892 - - uid: 31098 + rot: 3.141592653589793 rad + pos: 16.5,30.5 + parent: 14592 + - uid: 32657 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,8.5 - parent: 30892 - - uid: 31099 + rot: 3.141592653589793 rad + pos: -26.5,27.5 + parent: 14592 + - uid: 32659 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,9.5 - parent: 30892 - - uid: 31100 + rot: 3.141592653589793 rad + pos: -27.5,25.5 + parent: 14592 + - uid: 32660 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,10.5 - parent: 30892 - - uid: 31101 + pos: -15.5,-4.5 + parent: 14592 + - uid: 32661 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,11.5 - parent: 30892 - - uid: 31102 + pos: -15.5,-3.5 + parent: 14592 + - uid: 32662 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,8.5 - parent: 30892 - - uid: 31103 + pos: -15.5,-2.5 + parent: 14592 + - uid: 32663 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,9.5 - parent: 30892 - - uid: 31104 + pos: -16.5,-8.5 + parent: 14592 + - uid: 32664 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,10.5 - parent: 30892 - - uid: 31105 + rot: 3.141592653589793 rad + pos: -26.5,26.5 + parent: 14592 + - uid: 32665 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,11.5 - parent: 30892 - - uid: 31106 + pos: -16.5,-6.5 + parent: 14592 + - uid: 32666 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,8.5 - parent: 30892 - - uid: 31110 + pos: -16.5,-5.5 + parent: 14592 + - uid: 32667 + components: + - type: Transform + pos: -16.5,-4.5 + parent: 14592 + - uid: 32668 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,7.5 - parent: 30892 - - uid: 31120 + pos: -16.5,-3.5 + parent: 14592 + - uid: 32669 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-4.5 - parent: 30892 - - uid: 31344 + pos: -16.5,-2.5 + parent: 14592 + - uid: 32670 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-4.5 - parent: 30892 - - uid: 31345 + pos: -14.5,-9.5 + parent: 14592 + - uid: 32671 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-4.5 - parent: 30892 - - uid: 31346 + pos: -15.5,-9.5 + parent: 14592 + - uid: 32672 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-3.5 - parent: 30892 - - uid: 31545 + rot: 3.141592653589793 rad + pos: 16.5,31.5 + parent: 14592 + - uid: 32700 components: - type: Transform - pos: 50.5,-47.5 - parent: 2 - - uid: 31546 + rot: 3.141592653589793 rad + pos: -15.5,27.5 + parent: 14592 + - uid: 32701 components: - type: Transform - pos: 51.5,-47.5 - parent: 2 - - uid: 31597 + rot: 3.141592653589793 rad + pos: -15.5,28.5 + parent: 14592 + - uid: 32702 components: - type: Transform - pos: 63.5,35.5 - parent: 2 - - uid: 31694 + rot: 3.141592653589793 rad + pos: -15.5,29.5 + parent: 14592 + - uid: 32703 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,-8.5 - parent: 2 - - uid: 31703 + rot: 3.141592653589793 rad + pos: -15.5,30.5 + parent: 14592 + - uid: 32704 components: - type: Transform rot: 3.141592653589793 rad - pos: -75.5,77.5 - parent: 2 - - uid: 31705 + pos: -15.5,31.5 + parent: 14592 + - uid: 32705 components: - type: Transform rot: 3.141592653589793 rad - pos: -76.5,77.5 - parent: 2 - - uid: 31724 + pos: -15.5,32.5 + parent: 14592 + - uid: 32707 components: - type: Transform rot: 3.141592653589793 rad - pos: -72.5,77.5 - parent: 2 - - uid: 31743 + pos: -19.5,26.5 + parent: 14592 + - uid: 32708 components: - type: Transform - pos: 63.5,38.5 - parent: 2 - - uid: 31748 + rot: 3.141592653589793 rad + pos: -18.5,26.5 + parent: 14592 + - uid: 32709 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-25.5 - parent: 2 - - uid: 31759 + rot: 3.141592653589793 rad + pos: -17.5,26.5 + parent: 14592 + - uid: 32710 components: - type: Transform - pos: -29.5,-63.5 - parent: 2 - - uid: 31934 + rot: 3.141592653589793 rad + pos: -16.5,26.5 + parent: 14592 + - uid: 32711 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -64.5,46.5 - parent: 2 - - uid: 31936 + rot: 3.141592653589793 rad + pos: -15.5,26.5 + parent: 14592 + - uid: 32720 components: - type: Transform - pos: 61.5,52.5 - parent: 2 - - uid: 32125 + rot: 3.141592653589793 rad + pos: 20.5,14.5 + parent: 14592 + - uid: 32721 components: - type: Transform - pos: -89.5,74.5 - parent: 2 - - uid: 33201 + rot: 3.141592653589793 rad + pos: 20.5,15.5 + parent: 14592 + - uid: 32722 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,44.5 - parent: 2 - - uid: 33670 + rot: 3.141592653589793 rad + pos: 20.5,12.5 + parent: 14592 + - uid: 32723 components: - type: Transform - pos: -89.5,72.5 - parent: 2 - - uid: 33688 + rot: 3.141592653589793 rad + pos: 21.5,13.5 + parent: 14592 + - uid: 32724 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-7.5 - parent: 2 - - uid: 33857 + rot: 3.141592653589793 rad + pos: 22.5,18.5 + parent: 14592 + - uid: 32725 components: - type: Transform - pos: -65.5,82.5 - parent: 2 - - uid: 33861 + rot: 3.141592653589793 rad + pos: 22.5,20.5 + parent: 14592 + - uid: 32726 components: - type: Transform - pos: -65.5,78.5 - parent: 2 - - uid: 33921 + rot: 3.141592653589793 rad + pos: 22.5,19.5 + parent: 14592 + - uid: 32728 components: - type: Transform - pos: -74.5,60.5 - parent: 2 - - uid: 33922 + rot: 3.141592653589793 rad + pos: 20.5,21.5 + parent: 14592 + - uid: 32729 components: - type: Transform - pos: -75.5,60.5 - parent: 2 - - uid: 33923 + rot: 3.141592653589793 rad + pos: 20.5,20.5 + parent: 14592 + - uid: 32730 components: - type: Transform - pos: -75.5,61.5 - parent: 2 - - uid: 33928 + rot: 3.141592653589793 rad + pos: 20.5,13.5 + parent: 14592 + - uid: 32731 components: - type: Transform - pos: -77.5,63.5 - parent: 2 - - uid: 33934 + rot: 3.141592653589793 rad + pos: 22.5,13.5 + parent: 14592 + - uid: 32732 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -86.5,62.5 - parent: 2 - - uid: 33935 + rot: 3.141592653589793 rad + pos: 23.5,13.5 + parent: 14592 + - uid: 32733 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -87.5,62.5 - parent: 2 - - uid: 33936 + rot: 3.141592653589793 rad + pos: 22.5,16.5 + parent: 14592 + - uid: 32734 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -88.5,62.5 - parent: 2 - - uid: 33952 + rot: 3.141592653589793 rad + pos: 22.5,17.5 + parent: 14592 + - uid: 32735 components: - type: Transform - pos: -66.5,-7.5 - parent: 2 - - uid: 33953 + rot: 3.141592653589793 rad + pos: 21.5,20.5 + parent: 14592 + - uid: 32736 components: - type: Transform - pos: -66.5,-6.5 - parent: 2 - - uid: 33957 + rot: 3.141592653589793 rad + pos: 21.5,18.5 + parent: 14592 + - uid: 32737 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,46.5 - parent: 2 - - uid: 33966 + rot: 3.141592653589793 rad + pos: 21.5,16.5 + parent: 14592 + - uid: 32738 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -84.5,69.5 - parent: 2 - - uid: 33967 + rot: 3.141592653589793 rad + pos: 21.5,15.5 + parent: 14592 + - uid: 32739 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -84.5,68.5 - parent: 2 - - uid: 33968 + rot: 3.141592653589793 rad + pos: 22.5,15.5 + parent: 14592 + - uid: 32740 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -84.5,67.5 - parent: 2 - - uid: 33970 + rot: 3.141592653589793 rad + pos: 21.5,19.5 + parent: 14592 + - uid: 32741 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -84.5,65.5 - parent: 2 - - uid: 33971 + rot: 3.141592653589793 rad + pos: 21.5,17.5 + parent: 14592 + - uid: 32742 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -84.5,64.5 - parent: 2 - - uid: 33980 + rot: 3.141592653589793 rad + pos: 20.5,17.5 + parent: 14592 + - uid: 32743 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -85.5,62.5 - parent: 2 - - uid: 33981 + rot: 3.141592653589793 rad + pos: 20.5,16.5 + parent: 14592 + - uid: 32744 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -84.5,62.5 - parent: 2 - - uid: 33982 + rot: 3.141592653589793 rad + pos: 18.5,8.5 + parent: 14592 + - uid: 32745 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -84.5,63.5 - parent: 2 - - uid: 34026 + rot: 3.141592653589793 rad + pos: 18.5,7.5 + parent: 14592 + - uid: 32746 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -84.5,61.5 - parent: 2 - - uid: 34029 + rot: 3.141592653589793 rad + pos: 23.5,18.5 + parent: 14592 + - uid: 32747 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -84.5,57.5 - parent: 2 - - uid: 34030 + rot: 3.141592653589793 rad + pos: 23.5,19.5 + parent: 14592 + - uid: 32748 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -84.5,58.5 - parent: 2 - - uid: 34034 + rot: 3.141592653589793 rad + pos: 23.5,20.5 + parent: 14592 + - uid: 32749 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,78.5 - parent: 2 - - uid: 34035 + rot: 3.141592653589793 rad + pos: 24.5,20.5 + parent: 14592 + - uid: 32750 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -84.5,59.5 - parent: 2 - - uid: 34043 + rot: 3.141592653589793 rad + pos: 21.5,21.5 + parent: 14592 + - uid: 32751 components: - type: Transform rot: 3.141592653589793 rad - pos: -89.5,64.5 - parent: 2 - - uid: 34055 + pos: 21.5,22.5 + parent: 14592 + - uid: 32752 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -90.5,69.5 - parent: 2 - - uid: 34056 + rot: 3.141592653589793 rad + pos: 21.5,23.5 + parent: 14592 + - uid: 32753 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -90.5,68.5 - parent: 2 - - uid: 34057 + rot: 3.141592653589793 rad + pos: 20.5,22.5 + parent: 14592 + - uid: 32754 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -90.5,67.5 - parent: 2 - - uid: 34058 + rot: 3.141592653589793 rad + pos: 20.5,23.5 + parent: 14592 + - uid: 32755 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -90.5,66.5 - parent: 2 - - uid: 34059 + rot: 3.141592653589793 rad + pos: 20.5,24.5 + parent: 14592 + - uid: 32760 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -89.5,63.5 - parent: 2 - - uid: 34061 + rot: 3.141592653589793 rad + pos: 19.5,24.5 + parent: 14592 + - uid: 32761 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -89.5,65.5 - parent: 2 - - uid: 34148 + rot: 3.141592653589793 rad + pos: 22.5,21.5 + parent: 14592 + - uid: 32762 components: - type: Transform - pos: -88.5,69.5 - parent: 2 - - uid: 34161 + rot: 3.141592653589793 rad + pos: 18.5,27.5 + parent: 14592 + - uid: 32763 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,48.5 - parent: 2 - - uid: 34176 + rot: 3.141592653589793 rad + pos: 19.5,27.5 + parent: 14592 + - uid: 32764 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -64.5,50.5 - parent: 2 - - uid: 34539 + rot: 3.141592653589793 rad + pos: 15.5,30.5 + parent: 14592 + - uid: 32765 components: - type: Transform rot: 3.141592653589793 rad - pos: 5.5,8.5 - parent: 30892 - - uid: 34615 + pos: 15.5,31.5 + parent: 14592 + - uid: 32766 components: - type: Transform rot: 3.141592653589793 rad - pos: 8.5,8.5 - parent: 30892 - - uid: 35001 + pos: 12.5,33.5 + parent: 14592 + - uid: 32767 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 69.5,36.5 - parent: 2 - - uid: 35002 + rot: 3.141592653589793 rad + pos: 12.5,34.5 + parent: 14592 + - uid: 32768 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 67.5,40.5 - parent: 2 - - uid: 35003 + rot: 3.141592653589793 rad + pos: 12.5,35.5 + parent: 14592 + - uid: 32769 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 67.5,41.5 - parent: 2 - - uid: 35004 + rot: 3.141592653589793 rad + pos: 11.5,33.5 + parent: 14592 + - uid: 32770 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 67.5,43.5 - parent: 2 - - uid: 35005 + rot: 3.141592653589793 rad + pos: 11.5,34.5 + parent: 14592 + - uid: 32771 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 67.5,44.5 - parent: 2 - - uid: 35006 + rot: 3.141592653589793 rad + pos: 10.5,34.5 + parent: 14592 + - uid: 32772 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 66.5,44.5 - parent: 2 - - uid: 35007 + rot: 3.141592653589793 rad + pos: 9.5,34.5 + parent: 14592 + - uid: 32773 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 65.5,44.5 - parent: 2 - - uid: 35008 + rot: 3.141592653589793 rad + pos: 8.5,34.5 + parent: 14592 + - uid: 32774 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 66.5,26.5 - parent: 2 - - uid: 35009 + rot: 3.141592653589793 rad + pos: 8.5,33.5 + parent: 14592 + - uid: 32775 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 67.5,26.5 - parent: 2 - - uid: 35010 + rot: 3.141592653589793 rad + pos: 8.5,32.5 + parent: 14592 + - uid: 32776 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 68.5,26.5 - parent: 2 - - uid: 35021 + rot: 3.141592653589793 rad + pos: 9.5,33.5 + parent: 14592 + - uid: 32777 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 78.5,33.5 - parent: 2 - - uid: 35022 + rot: 3.141592653589793 rad + pos: 9.5,32.5 + parent: 14592 + - uid: 32778 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 66.5,31.5 - parent: 2 - - uid: 35023 + rot: 3.141592653589793 rad + pos: 4.5,34.5 + parent: 14592 + - uid: 32779 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 69.5,26.5 - parent: 2 - - uid: 35025 + rot: 3.141592653589793 rad + pos: 3.5,34.5 + parent: 14592 + - uid: 32780 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 66.5,29.5 - parent: 2 - - uid: 35026 + rot: 3.141592653589793 rad + pos: 2.5,34.5 + parent: 14592 + - uid: 32781 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 66.5,28.5 - parent: 2 - - uid: 35027 + rot: 3.141592653589793 rad + pos: 2.5,35.5 + parent: 14592 + - uid: 32782 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 66.5,27.5 - parent: 2 - - uid: 35103 + rot: 3.141592653589793 rad + pos: 1.5,34.5 + parent: 14592 + - uid: 32783 components: - type: Transform - pos: 58.5,51.5 - parent: 2 - - uid: 35104 + rot: 3.141592653589793 rad + pos: 0.5,34.5 + parent: 14592 + - uid: 32784 components: - type: Transform - pos: 58.5,53.5 - parent: 2 - - uid: 36180 + rot: 3.141592653589793 rad + pos: -0.5,34.5 + parent: 14592 + - uid: 32785 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -64.5,48.5 - parent: 2 - - uid: 36181 + rot: 3.141592653589793 rad + pos: -1.5,34.5 + parent: 14592 + - uid: 32786 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,50.5 - parent: 2 - - uid: 36183 + rot: 3.141592653589793 rad + pos: -2.5,34.5 + parent: 14592 + - uid: 32787 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -64.5,44.5 - parent: 2 - - uid: 36342 + rot: 3.141592653589793 rad + pos: -3.5,34.5 + parent: 14592 + - uid: 32788 components: - type: Transform - pos: -63.5,71.5 - parent: 2 - - uid: 36345 + rot: 3.141592653589793 rad + pos: -2.5,35.5 + parent: 14592 + - uid: 32789 components: - type: Transform - pos: -66.5,74.5 - parent: 2 - - uid: 36346 + rot: 3.141592653589793 rad + pos: -3.5,35.5 + parent: 14592 + - uid: 32790 components: - type: Transform - pos: -62.5,75.5 - parent: 2 -- proto: WallRock - entities: - - uid: 1266 + rot: 3.141592653589793 rad + pos: -4.5,35.5 + parent: 14592 + - uid: 32791 components: - type: Transform - pos: 40.5,3.5 - parent: 2 - - uid: 1345 + rot: 3.141592653589793 rad + pos: -5.5,35.5 + parent: 14592 + - uid: 32792 components: - type: Transform - pos: 48.5,-3.5 - parent: 2 - - uid: 2737 + rot: 3.141592653589793 rad + pos: -6.5,35.5 + parent: 14592 + - uid: 32793 components: - type: Transform - pos: 50.5,3.5 - parent: 2 - - uid: 2748 + rot: 3.141592653589793 rad + pos: -7.5,35.5 + parent: 14592 + - uid: 32794 components: - type: Transform - pos: 50.5,-2.5 - parent: 2 - - uid: 3528 + rot: 3.141592653589793 rad + pos: -8.5,34.5 + parent: 14592 + - uid: 32795 components: - type: Transform - pos: 49.5,-3.5 - parent: 2 - - uid: 4984 + rot: 3.141592653589793 rad + pos: -8.5,33.5 + parent: 14592 + - uid: 32796 components: - type: Transform - pos: 46.5,6.5 - parent: 2 - - uid: 8854 + rot: 3.141592653589793 rad + pos: -8.5,32.5 + parent: 14592 + - uid: 32797 components: - type: Transform - pos: 49.5,5.5 - parent: 2 - - uid: 8855 + rot: 3.141592653589793 rad + pos: -9.5,34.5 + parent: 14592 + - uid: 32798 components: - type: Transform - pos: 48.5,6.5 - parent: 2 - - uid: 8903 + rot: 3.141592653589793 rad + pos: -9.5,33.5 + parent: 14592 + - uid: 32799 components: - type: Transform - pos: 50.5,2.5 - parent: 2 - - uid: 9339 + rot: 3.141592653589793 rad + pos: -9.5,32.5 + parent: 14592 + - uid: 32800 components: - type: Transform - pos: 47.5,6.5 - parent: 2 - - uid: 11266 + rot: 3.141592653589793 rad + pos: -10.5,34.5 + parent: 14592 + - uid: 32801 components: - type: Transform - pos: 40.5,0.5 - parent: 2 - - uid: 11476 + rot: 3.141592653589793 rad + pos: -10.5,33.5 + parent: 14592 + - uid: 32802 components: - type: Transform - pos: 40.5,1.5 - parent: 2 - - uid: 11480 + rot: 3.141592653589793 rad + pos: -10.5,32.5 + parent: 14592 + - uid: 32804 components: - type: Transform - pos: 50.5,-1.5 - parent: 2 - - uid: 11481 + rot: 3.141592653589793 rad + pos: -11.5,32.5 + parent: 14592 + - uid: 32805 components: - type: Transform - pos: 50.5,-3.5 - parent: 2 - - uid: 12172 + rot: 3.141592653589793 rad + pos: -11.5,33.5 + parent: 14592 + - uid: 32806 components: - type: Transform - pos: 40.5,2.5 - parent: 2 - - uid: 12248 + rot: 3.141592653589793 rad + pos: -11.5,34.5 + parent: 14592 + - uid: 32807 components: - type: Transform - pos: 47.5,-3.5 - parent: 2 - - uid: 12374 + rot: 3.141592653589793 rad + pos: -12.5,32.5 + parent: 14592 + - uid: 32808 components: - type: Transform - pos: 40.5,-0.5 - parent: 2 - - uid: 12462 + rot: 3.141592653589793 rad + pos: -12.5,33.5 + parent: 14592 + - uid: 32809 components: - type: Transform - pos: 49.5,6.5 - parent: 2 - - uid: 14291 + rot: 3.141592653589793 rad + pos: -12.5,34.5 + parent: 14592 + - uid: 32810 components: - type: Transform - pos: 42.5,4.5 - parent: 2 - - uid: 14293 + rot: 3.141592653589793 rad + pos: -6.5,34.5 + parent: 14592 + - uid: 32811 components: - type: Transform - pos: 43.5,4.5 - parent: 2 - - uid: 14345 + rot: 3.141592653589793 rad + pos: -6.5,33.5 + parent: 14592 + - uid: 32812 components: - type: Transform - pos: 45.5,6.5 - parent: 2 - - uid: 14523 + rot: 3.141592653589793 rad + pos: -6.5,32.5 + parent: 14592 + - uid: 32813 components: - type: Transform - pos: 50.5,4.5 - parent: 2 - - uid: 14594 + rot: 3.141592653589793 rad + pos: -5.5,34.5 + parent: 14592 + - uid: 32814 components: - type: Transform - pos: -14.5,17.5 + rot: 3.141592653589793 rad + pos: -5.5,33.5 parent: 14592 - - uid: 14595 + - uid: 32815 components: - type: Transform - pos: -14.5,16.5 + rot: 3.141592653589793 rad + pos: -5.5,32.5 parent: 14592 - - uid: 14596 + - uid: 32816 components: - type: Transform - pos: -14.5,15.5 + rot: 3.141592653589793 rad + pos: -4.5,33.5 parent: 14592 - - uid: 14597 + - uid: 32817 components: - type: Transform - pos: -14.5,14.5 + rot: 3.141592653589793 rad + pos: -3.5,33.5 parent: 14592 - - uid: 14598 + - uid: 32819 components: - type: Transform - pos: -14.5,13.5 + rot: 3.141592653589793 rad + pos: -35.5,15.5 parent: 14592 - - uid: 14599 + - uid: 32822 components: - type: Transform - pos: -14.5,12.5 + rot: 3.141592653589793 rad + pos: -30.5,1.5 parent: 14592 - - uid: 14600 +- proto: WallRockArtifactFragment + entities: + - uid: 15952 components: - type: Transform - pos: -14.5,11.5 + pos: -22.5,14.5 parent: 14592 - - uid: 14601 + - uid: 15954 components: - type: Transform - pos: -14.5,10.5 + pos: -7.5,21.5 parent: 14592 - - uid: 14602 + - uid: 15955 components: - type: Transform - pos: -14.5,9.5 + pos: 2.5,18.5 parent: 14592 - - uid: 14603 + - uid: 15956 components: - type: Transform - pos: -14.5,8.5 + pos: 5.5,21.5 parent: 14592 - - uid: 14604 + - uid: 15957 components: - type: Transform - pos: -14.5,7.5 + pos: 7.5,12.5 parent: 14592 - - uid: 14605 + - uid: 15960 components: - type: Transform - pos: -14.5,6.5 + pos: 7.5,9.5 parent: 14592 - - uid: 14606 +- proto: WallRockBananium + entities: + - uid: 14620 components: - type: Transform - pos: -14.5,5.5 + pos: -16.5,4.5 parent: 14592 - - uid: 14607 + - uid: 14621 components: - type: Transform - pos: -14.5,4.5 + pos: -16.5,6.5 parent: 14592 - - uid: 14608 + - uid: 14637 components: - type: Transform - pos: -14.5,3.5 + pos: -16.5,5.5 parent: 14592 - - uid: 14609 + - uid: 14883 components: - type: Transform - pos: -14.5,2.5 + pos: -15.5,4.5 parent: 14592 - - uid: 14611 + - uid: 14918 components: - type: Transform - pos: -13.5,17.5 + pos: -14.5,6.5 parent: 14592 - - uid: 14612 + - uid: 17079 components: - type: Transform - pos: -13.5,16.5 + rot: 3.141592653589793 rad + pos: 19.5,16.5 parent: 14592 - - uid: 14613 + - uid: 17080 components: - type: Transform - pos: -13.5,15.5 + rot: 3.141592653589793 rad + pos: 10.5,22.5 parent: 14592 - - uid: 14614 + - uid: 17081 components: - type: Transform - pos: -13.5,14.5 + rot: 3.141592653589793 rad + pos: 9.5,27.5 parent: 14592 - - uid: 14624 + - uid: 17082 components: - type: Transform - pos: -13.5,4.5 + rot: 3.141592653589793 rad + pos: -3.5,27.5 parent: 14592 - - uid: 14625 + - uid: 17083 components: - type: Transform - pos: -13.5,3.5 + rot: 3.141592653589793 rad + pos: -6.5,28.5 parent: 14592 - - uid: 14626 + - uid: 17084 components: - type: Transform - pos: -13.5,2.5 + rot: 3.141592653589793 rad + pos: -25.5,25.5 parent: 14592 - - uid: 14628 + - uid: 17085 components: - type: Transform - pos: -12.5,17.5 + rot: 3.141592653589793 rad + pos: -26.5,23.5 parent: 14592 - - uid: 14630 + - uid: 17086 components: - type: Transform - pos: -12.5,15.5 + rot: 3.141592653589793 rad + pos: -28.5,21.5 parent: 14592 - - uid: 14631 + - uid: 17087 components: - type: Transform - pos: -12.5,14.5 + rot: 3.141592653589793 rad + pos: -32.5,20.5 parent: 14592 - - uid: 14641 + - uid: 32854 components: - type: Transform - pos: -12.5,4.5 + rot: 3.141592653589793 rad + pos: -24.5,23.5 parent: 14592 - - uid: 14642 + - uid: 32857 components: - type: Transform - pos: -12.5,3.5 + rot: 3.141592653589793 rad + pos: -14.5,33.5 parent: 14592 - - uid: 14643 +- proto: WallRockBasalt + entities: + - uid: 4733 + components: + - type: Transform + pos: -37.5,64.5 + parent: 2 + - uid: 4744 + components: + - type: Transform + pos: -38.5,61.5 + parent: 2 + - uid: 9380 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,47.5 + parent: 2 + - uid: 9397 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,50.5 + parent: 2 + - uid: 9398 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,50.5 + parent: 2 + - uid: 9400 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,44.5 + parent: 2 + - uid: 9445 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,45.5 + parent: 2 + - uid: 9446 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,45.5 + parent: 2 + - uid: 10427 + components: + - type: Transform + pos: -37.5,61.5 + parent: 2 + - uid: 10428 + components: + - type: Transform + pos: -38.5,60.5 + parent: 2 + - uid: 10989 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,49.5 + parent: 2 + - uid: 13952 + components: + - type: Transform + pos: 37.5,-64.5 + parent: 2 + - uid: 13953 + components: + - type: Transform + pos: 36.5,-64.5 + parent: 2 + - uid: 14209 + components: + - type: Transform + pos: 28.5,-64.5 + parent: 2 + - uid: 14509 + components: + - type: Transform + pos: 35.5,-65.5 + parent: 2 + - uid: 24124 + components: + - type: Transform + pos: 28.5,-65.5 + parent: 2 + - uid: 24151 + components: + - type: Transform + pos: 27.5,-65.5 + parent: 2 + - uid: 24152 + components: + - type: Transform + pos: 32.5,-67.5 + parent: 2 + - uid: 24221 + components: + - type: Transform + pos: 38.5,-63.5 + parent: 2 + - uid: 31714 + components: + - type: Transform + pos: 37.5,-63.5 + parent: 2 + - uid: 31717 + components: + - type: Transform + pos: 35.5,-67.5 + parent: 2 + - uid: 31718 + components: + - type: Transform + pos: 34.5,-67.5 + parent: 2 + - uid: 31719 components: - type: Transform - pos: -12.5,2.5 - parent: 14592 - - uid: 14644 + pos: 33.5,-67.5 + parent: 2 + - uid: 33916 components: - type: Transform - pos: -12.5,1.5 - parent: 14592 - - uid: 14645 + pos: -30.5,68.5 + parent: 2 + - uid: 33972 components: - type: Transform - pos: -11.5,17.5 - parent: 14592 - - uid: 14646 + pos: -29.5,68.5 + parent: 2 + - uid: 33976 components: - type: Transform - pos: -11.5,16.5 - parent: 14592 - - uid: 14647 + pos: -28.5,67.5 + parent: 2 + - uid: 33979 components: - type: Transform - pos: -11.5,15.5 - parent: 14592 - - uid: 14648 + pos: -37.5,64.5 + parent: 2 + - uid: 34158 components: - type: Transform - pos: -11.5,14.5 - parent: 14592 - - uid: 14649 + pos: -27.5,67.5 + parent: 2 + - uid: 34163 components: - type: Transform - pos: 43.5,-3.5 + pos: -29.5,67.5 parent: 2 - - uid: 14659 + - uid: 34262 components: - type: Transform - pos: -11.5,3.5 - parent: 14592 - - uid: 14660 + pos: -26.5,66.5 + parent: 2 + - uid: 34302 components: - type: Transform - pos: -11.5,2.5 - parent: 14592 - - uid: 14661 + pos: -28.5,66.5 + parent: 2 + - uid: 34304 components: - type: Transform - pos: -11.5,1.5 - parent: 14592 - - uid: 14662 + pos: -27.5,66.5 + parent: 2 + - uid: 35578 components: - type: Transform - pos: -10.5,17.5 - parent: 14592 - - uid: 14663 + pos: -30.5,69.5 + parent: 2 + - uid: 35603 components: - type: Transform - pos: -10.5,16.5 - parent: 14592 - - uid: 14664 + pos: -31.5,69.5 + parent: 2 + - uid: 35604 components: - type: Transform - pos: -10.5,15.5 - parent: 14592 - - uid: 14665 + pos: -32.5,69.5 + parent: 2 + - uid: 35607 components: - type: Transform - pos: -10.5,14.5 - parent: 14592 - - uid: 14676 + pos: -33.5,68.5 + parent: 2 + - uid: 35608 components: - type: Transform - pos: -10.5,3.5 - parent: 14592 - - uid: 14677 + pos: -34.5,68.5 + parent: 2 + - uid: 35609 components: - type: Transform - pos: -10.5,2.5 - parent: 14592 - - uid: 14678 + pos: -34.5,67.5 + parent: 2 + - uid: 35610 components: - type: Transform - pos: -10.5,1.5 - parent: 14592 - - uid: 14679 + pos: -35.5,67.5 + parent: 2 + - uid: 35611 components: - type: Transform - pos: -9.5,17.5 - parent: 14592 - - uid: 14680 + pos: -35.5,66.5 + parent: 2 + - uid: 35612 components: - type: Transform - pos: -9.5,16.5 - parent: 14592 - - uid: 14681 + pos: -36.5,66.5 + parent: 2 + - uid: 35613 components: - type: Transform - pos: -9.5,15.5 - parent: 14592 - - uid: 14682 + pos: -36.5,65.5 + parent: 2 + - uid: 35614 components: - type: Transform - pos: -9.5,14.5 - parent: 14592 - - uid: 14692 + pos: -36.5,64.5 + parent: 2 + - uid: 35616 components: - type: Transform - pos: -14.5,17.5 - parent: 14592 - - uid: 14693 + pos: -35.5,65.5 + parent: 2 + - uid: 35618 components: - type: Transform - pos: -9.5,2.5 - parent: 14592 - - uid: 14694 + pos: -34.5,66.5 + parent: 2 + - uid: 35622 components: - type: Transform - pos: -9.5,1.5 - parent: 14592 - - uid: 14695 + rot: 3.141592653589793 rad + pos: -31.5,68.5 + parent: 2 + - uid: 35623 components: - type: Transform - pos: -8.5,17.5 - parent: 14592 - - uid: 14696 + rot: 3.141592653589793 rad + pos: -32.5,67.5 + parent: 2 + - uid: 35625 components: - type: Transform - pos: -8.5,16.5 - parent: 14592 - - uid: 14697 + pos: -28.5,65.5 + parent: 2 + - uid: 35627 components: - type: Transform - pos: -8.5,15.5 - parent: 14592 - - uid: 14698 + pos: -37.5,60.5 + parent: 2 + - uid: 35628 components: - type: Transform - pos: -8.5,14.5 - parent: 14592 - - uid: 14701 + pos: -36.5,60.5 + parent: 2 + - uid: 35629 components: - type: Transform - pos: -3.5,17.5 - parent: 14592 - - uid: 14702 + pos: -36.5,61.5 + parent: 2 + - uid: 35636 components: - type: Transform - pos: -4.5,17.5 - parent: 14592 - - uid: 14712 + rot: 3.141592653589793 rad + pos: -33.5,67.5 + parent: 2 + - uid: 35657 components: - type: Transform - pos: -7.5,17.5 - parent: 14592 - - uid: 14713 + rot: 3.141592653589793 rad + pos: -32.5,68.5 + parent: 2 + - uid: 36337 components: - type: Transform - pos: -7.5,16.5 - parent: 14592 - - uid: 14714 + pos: 30.5,-64.5 + parent: 2 + - uid: 36374 components: - type: Transform - pos: -7.5,15.5 - parent: 14592 - - uid: 14715 + pos: 38.5,-64.5 + parent: 2 + - uid: 36375 components: - type: Transform - pos: -7.5,14.5 - parent: 14592 - - uid: 14717 + pos: 29.5,-64.5 + parent: 2 + - uid: 36376 components: - type: Transform - anchored: False - pos: -2.5,17.5 - parent: 14592 - - uid: 14727 + pos: 31.5,-66.5 + parent: 2 + - uid: 36379 components: - type: Transform - pos: -6.5,17.5 - parent: 14592 - - uid: 14728 + pos: 34.5,-66.5 + parent: 2 + - uid: 36380 components: - type: Transform - pos: -6.5,16.5 - parent: 14592 - - uid: 14729 + pos: 36.5,-65.5 + parent: 2 + - uid: 36381 components: - type: Transform - pos: -6.5,15.5 - parent: 14592 - - uid: 14730 + pos: 35.5,-66.5 + parent: 2 + - uid: 36382 components: - type: Transform - pos: -6.5,14.5 - parent: 14592 - - uid: 14743 + pos: 36.5,-66.5 + parent: 2 + - uid: 36383 components: - type: Transform - pos: -5.5,17.5 - parent: 14592 - - uid: 14744 + pos: 36.5,-60.5 + parent: 2 + - uid: 36384 components: - type: Transform - pos: -5.5,16.5 - parent: 14592 - - uid: 14745 + pos: 37.5,-61.5 + parent: 2 + - uid: 36385 components: - type: Transform - pos: -5.5,15.5 - parent: 14592 - - uid: 14760 + pos: 37.5,-62.5 + parent: 2 + - uid: 36386 components: - type: Transform - pos: -4.5,17.5 - parent: 14592 - - uid: 14777 + pos: 37.5,-60.5 + parent: 2 + - uid: 36387 components: - type: Transform - pos: -3.5,17.5 - parent: 14592 - - uid: 14786 + pos: 38.5,-62.5 + parent: 2 + - uid: 36388 components: - type: Transform - pos: -12.5,17.5 - parent: 14592 - - uid: 14787 + pos: 37.5,-65.5 + parent: 2 + - uid: 36389 components: - type: Transform - pos: -10.5,17.5 - parent: 14592 - - uid: 14788 + pos: 38.5,-61.5 + parent: 2 + - uid: 36390 components: - type: Transform - pos: -9.5,17.5 - parent: 14592 - - uid: 14794 + pos: 36.5,-61.5 + parent: 2 + - uid: 36391 components: - type: Transform - anchored: False - pos: -2.5,17.5 - parent: 14592 - - uid: 14801 + pos: 37.5,-66.5 + parent: 2 + - uid: 36392 components: - type: Transform - pos: -23.5,9.5 - parent: 14592 - - uid: 14803 + pos: 33.5,-66.5 + parent: 2 + - uid: 36393 components: - type: Transform - pos: -13.5,17.5 - parent: 14592 - - uid: 14804 + pos: 32.5,-66.5 + parent: 2 + - uid: 36394 components: - type: Transform - pos: -7.5,17.5 - parent: 14592 - - uid: 14805 + pos: 29.5,-65.5 + parent: 2 + - uid: 36396 components: - type: Transform - pos: -8.5,17.5 - parent: 14592 - - uid: 14811 + pos: 30.5,-65.5 + parent: 2 + - uid: 36397 components: - type: Transform - pos: -23.5,29.5 - parent: 14592 - - uid: 14813 + pos: 30.5,-66.5 + parent: 2 + - uid: 36398 components: - type: Transform - pos: -22.5,29.5 - parent: 14592 - - uid: 14814 + pos: 31.5,-65.5 + parent: 2 + - uid: 36404 components: - type: Transform - pos: -22.5,32.5 - parent: 14592 - - uid: 14818 + pos: 37.5,-59.5 + parent: 2 + - uid: 40472 components: - type: Transform - pos: -6.5,17.5 - parent: 14592 - - uid: 14819 + anchored: False + rot: 3.141592653589793 rad + pos: 28.5,38.5 + parent: 36907 + - uid: 40473 components: - type: Transform - pos: -11.5,17.5 - parent: 14592 - - uid: 14820 + rot: 3.141592653589793 rad + pos: -9.5,-20.5 + parent: 36907 + - uid: 40474 components: - type: Transform - pos: -5.5,17.5 - parent: 14592 - - uid: 14829 + rot: 3.141592653589793 rad + pos: -9.5,-9.5 + parent: 36907 + - uid: 40475 components: - type: Transform - pos: 13.5,11.5 - parent: 14592 - - uid: 14835 + rot: 3.141592653589793 rad + pos: -9.5,-8.5 + parent: 36907 + - uid: 40476 components: - type: Transform - pos: -3.5,13.5 - parent: 14592 - - uid: 14836 + rot: 3.141592653589793 rad + pos: -10.5,-8.5 + parent: 36907 + - uid: 40477 components: - type: Transform - pos: -4.5,14.5 - parent: 14592 - - uid: 14837 + rot: 3.141592653589793 rad + pos: -8.5,-12.5 + parent: 36907 + - uid: 40478 components: - type: Transform - pos: 0.5,9.5 - parent: 14592 - - uid: 14838 + rot: 3.141592653589793 rad + pos: -10.5,-9.5 + parent: 36907 + - uid: 40479 components: - type: Transform - pos: 0.5,8.5 - parent: 14592 - - uid: 14839 + rot: 3.141592653589793 rad + pos: -9.5,-15.5 + parent: 36907 + - uid: 40480 components: - type: Transform - pos: 0.5,7.5 - parent: 14592 - - uid: 14840 + rot: 3.141592653589793 rad + pos: -9.5,-12.5 + parent: 36907 + - uid: 40481 components: - type: Transform - pos: 0.5,6.5 - parent: 14592 - - uid: 14842 + rot: 3.141592653589793 rad + pos: -10.5,-14.5 + parent: 36907 + - uid: 40482 components: - type: Transform - pos: 13.5,10.5 - parent: 14592 - - uid: 14843 + rot: 3.141592653589793 rad + pos: -8.5,-11.5 + parent: 36907 + - uid: 40483 components: - type: Transform - pos: -4.5,13.5 - parent: 14592 - - uid: 14844 + rot: 3.141592653589793 rad + pos: -9.5,-13.5 + parent: 36907 + - uid: 40484 components: - type: Transform - pos: -3.5,14.5 - parent: 14592 - - uid: 14845 + rot: 3.141592653589793 rad + pos: -8.5,-10.5 + parent: 36907 + - uid: 40485 components: - type: Transform - pos: -3.5,15.5 - parent: 14592 - - uid: 14846 + rot: 3.141592653589793 rad + pos: -9.5,-14.5 + parent: 36907 + - uid: 40486 components: - type: Transform - pos: 2.5,16.5 - parent: 14592 - - uid: 14847 + rot: 3.141592653589793 rad + pos: -8.5,1.5 + parent: 36907 + - uid: 40487 components: - type: Transform - pos: 1.5,9.5 - parent: 14592 - - uid: 14848 + rot: 3.141592653589793 rad + pos: -8.5,-9.5 + parent: 36907 + - uid: 40488 components: - type: Transform - pos: 1.5,8.5 - parent: 14592 - - uid: 14849 + rot: 3.141592653589793 rad + pos: -8.5,-8.5 + parent: 36907 + - uid: 40489 components: - type: Transform - pos: 1.5,7.5 - parent: 14592 - - uid: 14850 + rot: 3.141592653589793 rad + pos: -10.5,-5.5 + parent: 36907 + - uid: 40490 components: - type: Transform - pos: 1.5,6.5 - parent: 14592 - - uid: 14851 + rot: 3.141592653589793 rad + pos: -9.5,-0.5 + parent: 36907 + - uid: 40491 components: - type: Transform - pos: 1.5,5.5 - parent: 14592 - - uid: 14856 + rot: 3.141592653589793 rad + pos: -8.5,-7.5 + parent: 36907 + - uid: 40492 components: - type: Transform - pos: 1.5,17.5 - parent: 14592 - - uid: 14857 + rot: 3.141592653589793 rad + pos: -8.5,0.5 + parent: 36907 + - uid: 40493 components: - type: Transform - pos: 2.5,9.5 - parent: 14592 - - uid: 14858 + rot: 3.141592653589793 rad + pos: -8.5,-1.5 + parent: 36907 + - uid: 40494 components: - type: Transform - pos: 2.5,8.5 - parent: 14592 - - uid: 14859 + rot: 3.141592653589793 rad + pos: -8.5,-6.5 + parent: 36907 + - uid: 40495 components: - type: Transform - pos: 2.5,7.5 - parent: 14592 - - uid: 14860 + rot: 3.141592653589793 rad + pos: -8.5,-0.5 + parent: 36907 + - uid: 40496 components: - type: Transform - pos: 2.5,6.5 - parent: 14592 - - uid: 14861 + rot: 3.141592653589793 rad + pos: -8.5,-4.5 + parent: 36907 + - uid: 40497 components: - type: Transform - pos: 2.5,5.5 - parent: 14592 - - uid: 14866 + rot: 3.141592653589793 rad + pos: -8.5,-5.5 + parent: 36907 + - uid: 40498 components: - type: Transform - pos: 3.5,10.5 - parent: 14592 - - uid: 14867 + rot: 3.141592653589793 rad + pos: -8.5,-3.5 + parent: 36907 + - uid: 40499 components: - type: Transform - pos: 3.5,9.5 - parent: 14592 - - uid: 14868 + rot: 3.141592653589793 rad + pos: -9.5,-6.5 + parent: 36907 + - uid: 40500 components: - type: Transform - pos: 3.5,8.5 - parent: 14592 - - uid: 14869 + rot: 3.141592653589793 rad + pos: -9.5,-4.5 + parent: 36907 + - uid: 40501 components: - type: Transform - pos: 3.5,7.5 - parent: 14592 - - uid: 14870 + rot: 3.141592653589793 rad + pos: -9.5,-5.5 + parent: 36907 + - uid: 40502 components: - type: Transform - pos: 3.5,6.5 - parent: 14592 - - uid: 14871 + rot: 3.141592653589793 rad + pos: -9.5,-3.5 + parent: 36907 + - uid: 40503 components: - type: Transform - pos: 3.5,5.5 - parent: 14592 - - uid: 14876 + rot: 3.141592653589793 rad + pos: -8.5,-16.5 + parent: 36907 + - uid: 40504 components: - type: Transform - pos: 4.5,10.5 - parent: 14592 - - uid: 14877 + rot: 3.141592653589793 rad + pos: -8.5,-15.5 + parent: 36907 + - uid: 40505 components: - type: Transform - pos: 4.5,9.5 - parent: 14592 - - uid: 14878 + rot: 3.141592653589793 rad + pos: -8.5,-14.5 + parent: 36907 + - uid: 40506 components: - type: Transform - pos: 4.5,8.5 - parent: 14592 - - uid: 14879 + rot: 3.141592653589793 rad + pos: -8.5,-13.5 + parent: 36907 + - uid: 40507 components: - type: Transform - pos: 4.5,7.5 - parent: 14592 - - uid: 14880 + rot: 3.141592653589793 rad + pos: -9.5,-19.5 + parent: 36907 + - uid: 40508 components: - type: Transform - pos: 4.5,6.5 - parent: 14592 - - uid: 14881 + rot: 3.141592653589793 rad + pos: -8.5,-21.5 + parent: 36907 + - uid: 40509 components: - type: Transform - pos: 4.5,5.5 - parent: 14592 - - uid: 14886 + rot: 3.141592653589793 rad + pos: -8.5,-19.5 + parent: 36907 + - uid: 40510 components: - type: Transform - pos: 5.5,10.5 - parent: 14592 - - uid: 14887 + rot: 3.141592653589793 rad + pos: -8.5,-20.5 + parent: 36907 + - uid: 40511 components: - type: Transform - pos: 5.5,9.5 - parent: 14592 - - uid: 14888 + rot: 3.141592653589793 rad + pos: -8.5,-18.5 + parent: 36907 + - uid: 40512 components: - type: Transform - pos: 5.5,8.5 - parent: 14592 - - uid: 14889 + rot: 3.141592653589793 rad + pos: -8.5,-17.5 + parent: 36907 + - uid: 40513 components: - type: Transform - pos: 5.5,7.5 - parent: 14592 - - uid: 14896 + rot: 3.141592653589793 rad + pos: -8.5,3.5 + parent: 36907 + - uid: 40514 components: - type: Transform - pos: 6.5,10.5 - parent: 14592 - - uid: 14897 + rot: 3.141592653589793 rad + pos: -9.5,3.5 + parent: 36907 + - uid: 40515 components: - type: Transform - pos: 6.5,9.5 - parent: 14592 - - uid: 14898 + rot: 3.141592653589793 rad + pos: -8.5,2.5 + parent: 36907 + - uid: 40516 components: - type: Transform - pos: 6.5,8.5 - parent: 14592 - - uid: 14899 + rot: 3.141592653589793 rad + pos: -8.5,4.5 + parent: 36907 + - uid: 40517 components: - type: Transform - pos: 6.5,7.5 - parent: 14592 - - uid: 14906 + rot: 3.141592653589793 rad + pos: -8.5,7.5 + parent: 36907 + - uid: 40518 components: - type: Transform - pos: 7.5,10.5 - parent: 14592 - - uid: 14907 + rot: 3.141592653589793 rad + pos: -8.5,6.5 + parent: 36907 + - uid: 40519 components: - type: Transform - pos: 7.5,9.5 - parent: 14592 - - uid: 14908 + rot: 3.141592653589793 rad + pos: -8.5,5.5 + parent: 36907 + - uid: 40520 components: - type: Transform - pos: 7.5,8.5 - parent: 14592 - - uid: 14909 + rot: 3.141592653589793 rad + pos: -8.5,8.5 + parent: 36907 + - uid: 40521 components: - type: Transform - pos: 7.5,7.5 - parent: 14592 - - uid: 14916 + rot: 3.141592653589793 rad + pos: -8.5,10.5 + parent: 36907 + - uid: 40522 components: - type: Transform - pos: 8.5,10.5 - parent: 14592 - - uid: 14917 + rot: 3.141592653589793 rad + pos: -8.5,9.5 + parent: 36907 + - uid: 40523 components: - type: Transform - pos: 8.5,9.5 - parent: 14592 - - uid: 14919 + rot: 3.141592653589793 rad + pos: -8.5,12.5 + parent: 36907 + - uid: 40524 components: - type: Transform - pos: 8.5,7.5 - parent: 14592 - - uid: 14927 + rot: 3.141592653589793 rad + pos: -8.5,11.5 + parent: 36907 + - uid: 40525 components: - type: Transform - pos: 9.5,9.5 - parent: 14592 - - uid: 14928 + pos: 15.5,-30.5 + parent: 36907 + - uid: 40526 components: - type: Transform - pos: 9.5,8.5 - parent: 14592 - - uid: 14929 + rot: 3.141592653589793 rad + pos: -8.5,15.5 + parent: 36907 + - uid: 40527 components: - type: Transform - pos: 9.5,7.5 - parent: 14592 - - uid: 14930 + rot: 3.141592653589793 rad + pos: -3.5,38.5 + parent: 36907 + - uid: 40528 components: - type: Transform - pos: 3.5,15.5 - parent: 14592 - - uid: 14931 + rot: 3.141592653589793 rad + pos: -8.5,18.5 + parent: 36907 + - uid: 40529 components: - type: Transform - pos: 3.5,16.5 - parent: 14592 - - uid: 14936 + rot: 3.141592653589793 rad + pos: -3.5,37.5 + parent: 36907 + - uid: 40530 components: - type: Transform - pos: 2.5,17.5 - parent: 14592 - - uid: 14937 + rot: 3.141592653589793 rad + pos: -8.5,19.5 + parent: 36907 + - uid: 40531 components: - type: Transform - pos: 10.5,9.5 - parent: 14592 - - uid: 14938 + rot: 3.141592653589793 rad + pos: -8.5,16.5 + parent: 36907 + - uid: 40532 components: - type: Transform - pos: 10.5,8.5 - parent: 14592 - - uid: 14940 + rot: 3.141592653589793 rad + pos: -8.5,17.5 + parent: 36907 + - uid: 40533 components: - type: Transform - pos: 2.5,17.5 - parent: 14592 - - uid: 14946 + rot: 3.141592653589793 rad + pos: -8.5,20.5 + parent: 36907 + - uid: 40534 components: - type: Transform - pos: 11.5,10.5 - parent: 14592 - - uid: 14947 + rot: 3.141592653589793 rad + pos: -9.5,17.5 + parent: 36907 + - uid: 40535 components: - type: Transform - pos: 11.5,9.5 - parent: 14592 - - uid: 14948 + rot: 3.141592653589793 rad + pos: -9.5,16.5 + parent: 36907 + - uid: 40536 components: - type: Transform - pos: 11.5,8.5 - parent: 14592 - - uid: 14954 + rot: 3.141592653589793 rad + pos: -8.5,21.5 + parent: 36907 + - uid: 40537 components: - type: Transform - pos: 12.5,10.5 - parent: 14592 - - uid: 14955 + rot: 3.141592653589793 rad + pos: 47.5,-30.5 + parent: 36907 + - uid: 40538 components: - type: Transform - pos: 12.5,9.5 - parent: 14592 - - uid: 14956 + rot: 3.141592653589793 rad + pos: -8.5,22.5 + parent: 36907 + - uid: 40539 components: - type: Transform - pos: 12.5,8.5 - parent: 14592 - - uid: 14964 + rot: 3.141592653589793 rad + pos: -2.5,38.5 + parent: 36907 + - uid: 40540 components: - type: Transform - pos: 3.5,17.5 - parent: 14592 - - uid: 14965 + rot: 3.141592653589793 rad + pos: -3.5,35.5 + parent: 36907 + - uid: 40541 components: - type: Transform - pos: -5.5,13.5 - parent: 14592 - - uid: 14966 + rot: 3.141592653589793 rad + pos: -2.5,37.5 + parent: 36907 + - uid: 40542 components: - type: Transform - pos: -6.5,13.5 - parent: 14592 - - uid: 14967 + rot: 3.141592653589793 rad + pos: -9.5,19.5 + parent: 36907 + - uid: 40543 components: - type: Transform - pos: -4.5,12.5 - parent: 14592 - - uid: 14968 + rot: 3.141592653589793 rad + pos: -2.5,35.5 + parent: 36907 + - uid: 40544 components: - type: Transform - pos: -3.5,16.5 - parent: 14592 - - uid: 14969 + rot: 3.141592653589793 rad + pos: -10.5,20.5 + parent: 36907 + - uid: 40545 components: - type: Transform - pos: -5.5,12.5 - parent: 14592 - - uid: 14970 + rot: 3.141592653589793 rad + pos: -9.5,20.5 + parent: 36907 + - uid: 40546 components: - type: Transform - pos: -3.5,12.5 - parent: 14592 - - uid: 14971 + rot: 3.141592653589793 rad + pos: -9.5,21.5 + parent: 36907 + - uid: 40547 components: - type: Transform - pos: -22.5,18.5 - parent: 14592 - - uid: 14972 + rot: 3.141592653589793 rad + pos: 0.5,37.5 + parent: 36907 + - uid: 40548 components: - type: Transform - pos: -22.5,17.5 - parent: 14592 - - uid: 14973 + rot: 3.141592653589793 rad + pos: -0.5,35.5 + parent: 36907 + - uid: 40549 components: - type: Transform - pos: -22.5,14.5 - parent: 14592 - - uid: 14974 + rot: 3.141592653589793 rad + pos: 0.5,35.5 + parent: 36907 + - uid: 40550 components: - type: Transform - pos: 7.5,11.5 - parent: 14592 - - uid: 14975 + rot: 3.141592653589793 rad + pos: 1.5,37.5 + parent: 36907 + - uid: 40551 components: - type: Transform - pos: 8.5,11.5 - parent: 14592 - - uid: 14976 + rot: 3.141592653589793 rad + pos: -1.5,35.5 + parent: 36907 + - uid: 40552 components: - type: Transform - pos: -22.5,16.5 - parent: 14592 - - uid: 14978 + rot: 3.141592653589793 rad + pos: -9.5,5.5 + parent: 36907 + - uid: 40553 components: - type: Transform - pos: 11.5,11.5 - parent: 14592 - - uid: 14979 + rot: 3.141592653589793 rad + pos: -0.5,37.5 + parent: 36907 + - uid: 40554 components: - type: Transform - pos: 12.5,11.5 - parent: 14592 - - uid: 14980 + rot: 3.141592653589793 rad + pos: -10.5,7.5 + parent: 36907 + - uid: 40555 components: - type: Transform - pos: 13.5,11.5 - parent: 14592 - - uid: 14981 + rot: 3.141592653589793 rad + pos: -10.5,6.5 + parent: 36907 + - uid: 40556 components: - type: Transform - pos: 14.5,11.5 - parent: 14592 - - uid: 14982 + rot: 3.141592653589793 rad + pos: -9.5,11.5 + parent: 36907 + - uid: 40557 components: - type: Transform - pos: 15.5,11.5 - parent: 14592 - - uid: 14983 + rot: 3.141592653589793 rad + pos: -9.5,6.5 + parent: 36907 + - uid: 40558 components: - type: Transform - pos: 9.5,13.5 - parent: 14592 - - uid: 14984 + rot: 3.141592653589793 rad + pos: -9.5,8.5 + parent: 36907 + - uid: 40559 components: - type: Transform - pos: 9.5,12.5 - parent: 14592 - - uid: 14985 + rot: 3.141592653589793 rad + pos: -9.5,7.5 + parent: 36907 + - uid: 40560 components: - type: Transform - pos: 10.5,13.5 - parent: 14592 - - uid: 14986 + rot: 3.141592653589793 rad + pos: -9.5,-25.5 + parent: 36907 + - uid: 40561 components: - type: Transform - pos: 10.5,12.5 - parent: 14592 - - uid: 14987 + rot: 3.141592653589793 rad + pos: -6.5,37.5 + parent: 36907 + - uid: 40562 components: - type: Transform - pos: 11.5,13.5 - parent: 14592 - - uid: 14988 + rot: 3.141592653589793 rad + pos: -6.5,38.5 + parent: 36907 + - uid: 40563 components: - type: Transform - pos: 11.5,12.5 - parent: 14592 - - uid: 14989 + rot: 3.141592653589793 rad + pos: -6.5,35.5 + parent: 36907 + - uid: 40564 components: - type: Transform - pos: 12.5,13.5 - parent: 14592 - - uid: 14990 + rot: 3.141592653589793 rad + pos: -5.5,38.5 + parent: 36907 + - uid: 40565 components: - type: Transform - pos: 12.5,12.5 - parent: 14592 - - uid: 14991 + rot: 3.141592653589793 rad + pos: -5.5,39.5 + parent: 36907 + - uid: 40566 components: - type: Transform - pos: 13.5,13.5 - parent: 14592 - - uid: 14992 + rot: 3.141592653589793 rad + pos: -5.5,37.5 + parent: 36907 + - uid: 40567 components: - type: Transform - pos: 13.5,12.5 - parent: 14592 - - uid: 14993 + rot: 3.141592653589793 rad + pos: -4.5,39.5 + parent: 36907 + - uid: 40568 components: - type: Transform - pos: 14.5,12.5 - parent: 14592 - - uid: 14994 + rot: 3.141592653589793 rad + pos: -5.5,35.5 + parent: 36907 + - uid: 40569 components: - type: Transform - pos: 13.5,10.5 - parent: 14592 - - uid: 14995 + rot: 3.141592653589793 rad + pos: -4.5,37.5 + parent: 36907 + - uid: 40570 components: - type: Transform - pos: 13.5,9.5 - parent: 14592 - - uid: 14996 + rot: 3.141592653589793 rad + pos: -4.5,38.5 + parent: 36907 + - uid: 40571 components: - type: Transform - pos: 13.5,8.5 - parent: 14592 - - uid: 15000 + rot: 3.141592653589793 rad + pos: -4.5,35.5 + parent: 36907 + - uid: 40572 components: - type: Transform - pos: 14.5,10.5 - parent: 14592 - - uid: 15001 + rot: 3.141592653589793 rad + pos: -7.5,37.5 + parent: 36907 + - uid: 40573 components: - type: Transform - pos: 14.5,9.5 - parent: 14592 - - uid: 15006 + rot: 3.141592653589793 rad + pos: -7.5,38.5 + parent: 36907 + - uid: 40574 components: - type: Transform - pos: 15.5,10.5 - parent: 14592 - - uid: 15007 + rot: 3.141592653589793 rad + pos: -8.5,37.5 + parent: 36907 + - uid: 40575 components: - type: Transform - pos: 15.5,9.5 - parent: 14592 - - uid: 15008 + rot: 3.141592653589793 rad + pos: -8.5,38.5 + parent: 36907 + - uid: 40576 components: - type: Transform - pos: 15.5,8.5 - parent: 14592 - - uid: 15012 + rot: 3.141592653589793 rad + pos: -8.5,35.5 + parent: 36907 + - uid: 40577 components: - type: Transform - pos: -9.5,-9.5 - parent: 14592 - - uid: 15013 + rot: 3.141592653589793 rad + pos: -8.5,36.5 + parent: 36907 + - uid: 40578 components: - type: Transform - pos: -9.5,-8.5 - parent: 14592 - - uid: 15014 + rot: 3.141592653589793 rad + pos: -9.5,36.5 + parent: 36907 + - uid: 40579 components: - type: Transform - pos: -9.5,-7.5 - parent: 14592 - - uid: 15015 + rot: 3.141592653589793 rad + pos: -9.5,37.5 + parent: 36907 + - uid: 40580 components: - type: Transform - pos: -9.5,-6.5 - parent: 14592 - - uid: 15016 + rot: 3.141592653589793 rad + pos: -9.5,34.5 + parent: 36907 + - uid: 40581 components: - type: Transform - pos: -9.5,-5.5 - parent: 14592 - - uid: 15017 + rot: 3.141592653589793 rad + pos: -9.5,35.5 + parent: 36907 + - uid: 40582 components: - type: Transform - pos: -9.5,-4.5 - parent: 14592 - - uid: 15018 + rot: 3.141592653589793 rad + pos: -10.5,35.5 + parent: 36907 + - uid: 40583 components: - type: Transform - pos: -9.5,-3.5 - parent: 14592 - - uid: 15019 + rot: 3.141592653589793 rad + pos: -9.5,33.5 + parent: 36907 + - uid: 40584 components: - type: Transform - pos: -9.5,-2.5 - parent: 14592 - - uid: 15020 + rot: 3.141592653589793 rad + pos: -8.5,34.5 + parent: 36907 + - uid: 40585 components: - type: Transform - pos: -9.5,-1.5 - parent: 14592 - - uid: 15021 + rot: 3.141592653589793 rad + pos: -10.5,36.5 + parent: 36907 + - uid: 40586 components: - type: Transform - pos: -9.5,-0.5 - parent: 14592 - - uid: 15022 + rot: 3.141592653589793 rad + pos: -8.5,32.5 + parent: 36907 + - uid: 40587 components: - type: Transform - pos: -9.5,0.5 - parent: 14592 - - uid: 15023 + rot: 3.141592653589793 rad + pos: -8.5,33.5 + parent: 36907 + - uid: 40588 components: - type: Transform - pos: -10.5,-9.5 - parent: 14592 - - uid: 15024 + rot: 3.141592653589793 rad + pos: -8.5,30.5 + parent: 36907 + - uid: 40589 components: - type: Transform - pos: -10.5,-8.5 - parent: 14592 - - uid: 15025 + rot: 3.141592653589793 rad + pos: -8.5,31.5 + parent: 36907 + - uid: 40590 components: - type: Transform - pos: -10.5,-7.5 - parent: 14592 - - uid: 15026 + rot: 3.141592653589793 rad + pos: -6.5,29.5 + parent: 36907 + - uid: 40591 components: - type: Transform - pos: -10.5,-6.5 - parent: 14592 - - uid: 15027 + rot: 3.141592653589793 rad + pos: -6.5,34.5 + parent: 36907 + - uid: 40592 components: - type: Transform - pos: -10.5,-5.5 - parent: 14592 - - uid: 15028 + rot: 3.141592653589793 rad + pos: -8.5,28.5 + parent: 36907 + - uid: 40593 components: - type: Transform - pos: -10.5,-4.5 - parent: 14592 - - uid: 15029 + rot: 3.141592653589793 rad + pos: -6.5,33.5 + parent: 36907 + - uid: 40594 components: - type: Transform - pos: -10.5,-3.5 - parent: 14592 - - uid: 15030 + rot: 3.141592653589793 rad + pos: -6.5,31.5 + parent: 36907 + - uid: 40595 components: - type: Transform - pos: -10.5,-2.5 - parent: 14592 - - uid: 15031 + rot: 3.141592653589793 rad + pos: -6.5,32.5 + parent: 36907 + - uid: 40596 components: - type: Transform - pos: -10.5,-1.5 - parent: 14592 - - uid: 15032 + rot: 3.141592653589793 rad + pos: -6.5,28.5 + parent: 36907 + - uid: 40597 components: - type: Transform - pos: -10.5,-0.5 - parent: 14592 - - uid: 15033 + rot: 3.141592653589793 rad + pos: -6.5,30.5 + parent: 36907 + - uid: 40598 components: - type: Transform - pos: -10.5,0.5 - parent: 14592 - - uid: 15034 + rot: 3.141592653589793 rad + pos: -6.5,25.5 + parent: 36907 + - uid: 40599 components: - type: Transform - pos: -11.5,-9.5 - parent: 14592 - - uid: 15035 + rot: 3.141592653589793 rad + pos: -6.5,27.5 + parent: 36907 + - uid: 40600 components: - type: Transform - pos: -11.5,-8.5 - parent: 14592 - - uid: 15036 + rot: 3.141592653589793 rad + pos: -6.5,24.5 + parent: 36907 + - uid: 40601 components: - type: Transform - pos: -11.5,-7.5 - parent: 14592 - - uid: 15037 + rot: 3.141592653589793 rad + pos: -6.5,26.5 + parent: 36907 + - uid: 40602 components: - type: Transform - pos: -11.5,-6.5 - parent: 14592 - - uid: 15039 + rot: 3.141592653589793 rad + pos: -6.5,22.5 + parent: 36907 + - uid: 40603 components: - type: Transform - pos: -11.5,-4.5 - parent: 14592 - - uid: 15040 + rot: 3.141592653589793 rad + pos: -6.5,21.5 + parent: 36907 + - uid: 40604 components: - type: Transform - pos: -11.5,-3.5 - parent: 14592 - - uid: 15041 + rot: 3.141592653589793 rad + pos: -6.5,20.5 + parent: 36907 + - uid: 40605 components: - type: Transform - pos: -11.5,-2.5 - parent: 14592 - - uid: 15042 + rot: 3.141592653589793 rad + pos: -6.5,23.5 + parent: 36907 + - uid: 40606 components: - type: Transform - pos: -11.5,-1.5 - parent: 14592 - - uid: 15043 + rot: 3.141592653589793 rad + pos: -6.5,18.5 + parent: 36907 + - uid: 40607 components: - type: Transform - pos: -11.5,-0.5 - parent: 14592 - - uid: 15044 + rot: 3.141592653589793 rad + pos: -6.5,19.5 + parent: 36907 + - uid: 40608 components: - type: Transform - pos: -11.5,0.5 - parent: 14592 - - uid: 15046 + rot: 3.141592653589793 rad + pos: -6.5,16.5 + parent: 36907 + - uid: 40609 components: - type: Transform - pos: -21.5,17.5 - parent: 14592 - - uid: 15052 + rot: 3.141592653589793 rad + pos: -6.5,17.5 + parent: 36907 + - uid: 40610 components: - type: Transform - pos: -22.5,15.5 - parent: 14592 - - uid: 15053 + rot: 3.141592653589793 rad + pos: -6.5,-30.5 + parent: 36907 + - uid: 40611 components: - type: Transform - pos: -12.5,-1.5 - parent: 14592 - - uid: 15054 + rot: 3.141592653589793 rad + pos: -9.5,-29.5 + parent: 36907 + - uid: 40612 components: - type: Transform - pos: -12.5,-0.5 - parent: 14592 - - uid: 15055 + rot: 3.141592653589793 rad + pos: -8.5,-30.5 + parent: 36907 + - uid: 40613 components: - type: Transform - pos: -12.5,0.5 - parent: 14592 - - uid: 15063 + rot: 3.141592653589793 rad + pos: -6.5,-28.5 + parent: 36907 + - uid: 40614 components: - type: Transform - pos: -22.5,13.5 - parent: 14592 - - uid: 15064 + rot: 3.141592653589793 rad + pos: -9.5,-28.5 + parent: 36907 + - uid: 40615 components: - type: Transform - pos: -13.5,-1.5 - parent: 14592 - - uid: 15065 + rot: 3.141592653589793 rad + pos: -8.5,-29.5 + parent: 36907 + - uid: 40616 components: - type: Transform - pos: -13.5,-0.5 - parent: 14592 - - uid: 15069 + rot: 3.141592653589793 rad + pos: -9.5,-27.5 + parent: 36907 + - uid: 40617 components: - type: Transform - pos: -22.5,19.5 - parent: 14592 - - uid: 15070 + rot: 3.141592653589793 rad + pos: -8.5,-27.5 + parent: 36907 + - uid: 40618 components: - type: Transform - pos: -14.5,-1.5 - parent: 14592 - - uid: 15071 + rot: 3.141592653589793 rad + pos: -8.5,-28.5 + parent: 36907 + - uid: 40619 components: - type: Transform - pos: -14.5,-0.5 - parent: 14592 - - uid: 15080 + rot: 3.141592653589793 rad + pos: -8.5,-25.5 + parent: 36907 + - uid: 40620 components: - type: Transform - pos: -21.5,20.5 - parent: 14592 - - uid: 15081 + rot: 3.141592653589793 rad + pos: -8.5,-24.5 + parent: 36907 + - uid: 40621 components: - type: Transform - pos: -15.5,-1.5 - parent: 14592 - - uid: 15082 + rot: 3.141592653589793 rad + pos: -8.5,-26.5 + parent: 36907 + - uid: 40622 components: - type: Transform - pos: -15.5,-0.5 - parent: 14592 - - uid: 15083 + rot: 3.141592653589793 rad + pos: -8.5,-22.5 + parent: 36907 + - uid: 40623 components: - type: Transform - pos: -15.5,0.5 - parent: 14592 - - uid: 15091 + rot: 3.141592653589793 rad + pos: -8.5,-23.5 + parent: 36907 + - uid: 40624 components: - type: Transform - pos: -22.5,12.5 - parent: 14592 - - uid: 15092 + rot: 3.141592653589793 rad + pos: -9.5,-24.5 + parent: 36907 + - uid: 40625 components: - type: Transform - pos: -16.5,-1.5 - parent: 14592 - - uid: 15093 + rot: 3.141592653589793 rad + pos: -9.5,-23.5 + parent: 36907 + - uid: 40626 components: - type: Transform - pos: -16.5,-0.5 - parent: 14592 - - uid: 15094 + rot: 3.141592653589793 rad + pos: -10.5,-22.5 + parent: 36907 + - uid: 40627 components: - type: Transform - pos: -16.5,0.5 - parent: 14592 - - uid: 15095 + rot: 3.141592653589793 rad + pos: -9.5,-22.5 + parent: 36907 + - uid: 40628 components: - type: Transform - pos: -17.5,-9.5 - parent: 14592 - - uid: 15096 + rot: 3.141592653589793 rad + pos: -9.5,-10.5 + parent: 36907 + - uid: 40629 components: - type: Transform - pos: -17.5,-8.5 - parent: 14592 - - uid: 15097 + rot: 3.141592653589793 rad + pos: -6.5,14.5 + parent: 36907 + - uid: 40630 components: - type: Transform - pos: -17.5,-7.5 - parent: 14592 - - uid: 15098 + rot: 3.141592653589793 rad + pos: -10.5,-23.5 + parent: 36907 + - uid: 40631 components: - type: Transform - pos: -17.5,-6.5 - parent: 14592 - - uid: 15099 + rot: 3.141592653589793 rad + pos: -6.5,39.5 + parent: 36907 + - uid: 40632 components: - type: Transform - pos: -17.5,-5.5 - parent: 14592 - - uid: 15101 + rot: 3.141592653589793 rad + pos: -6.5,13.5 + parent: 36907 + - uid: 40633 components: - type: Transform - pos: -13.5,10.5 - parent: 14592 - - uid: 15102 + rot: 3.141592653589793 rad + pos: -6.5,10.5 + parent: 36907 + - uid: 40634 components: - type: Transform - pos: -17.5,-2.5 - parent: 14592 - - uid: 15103 + rot: 3.141592653589793 rad + pos: -6.5,15.5 + parent: 36907 + - uid: 40635 components: - type: Transform - pos: -17.5,-1.5 - parent: 14592 - - uid: 15104 + rot: 3.141592653589793 rad + pos: -6.5,12.5 + parent: 36907 + - uid: 40636 components: - type: Transform - pos: -17.5,-0.5 - parent: 14592 - - uid: 15105 + rot: 3.141592653589793 rad + pos: -6.5,9.5 + parent: 36907 + - uid: 40637 components: - type: Transform - pos: -17.5,0.5 - parent: 14592 - - uid: 15106 + rot: 3.141592653589793 rad + pos: -6.5,6.5 + parent: 36907 + - uid: 40638 components: - type: Transform - pos: -18.5,-9.5 - parent: 14592 - - uid: 15107 + rot: 3.141592653589793 rad + pos: -6.5,11.5 + parent: 36907 + - uid: 40639 components: - type: Transform - pos: -18.5,-8.5 - parent: 14592 - - uid: 15108 + rot: 3.141592653589793 rad + pos: -6.5,8.5 + parent: 36907 + - uid: 40640 components: - type: Transform - pos: -18.5,-7.5 - parent: 14592 - - uid: 15109 + rot: 3.141592653589793 rad + pos: -6.5,5.5 + parent: 36907 + - uid: 40641 components: - type: Transform - pos: -18.5,-6.5 - parent: 14592 - - uid: 15110 + rot: 3.141592653589793 rad + pos: -6.5,2.5 + parent: 36907 + - uid: 40642 components: - type: Transform - pos: -18.5,-5.5 - parent: 14592 - - uid: 15111 + rot: 3.141592653589793 rad + pos: -6.5,7.5 + parent: 36907 + - uid: 40643 components: - type: Transform - pos: -18.5,-4.5 - parent: 14592 - - uid: 15112 + rot: 3.141592653589793 rad + pos: -6.5,4.5 + parent: 36907 + - uid: 40644 components: - type: Transform - pos: -18.5,-3.5 - parent: 14592 - - uid: 15113 + rot: 3.141592653589793 rad + pos: -6.5,1.5 + parent: 36907 + - uid: 40645 components: - type: Transform - pos: -18.5,-2.5 - parent: 14592 - - uid: 15114 + rot: 3.141592653589793 rad + pos: -6.5,-1.5 + parent: 36907 + - uid: 40646 components: - type: Transform - pos: -18.5,-1.5 - parent: 14592 - - uid: 15115 + rot: 3.141592653589793 rad + pos: -6.5,3.5 + parent: 36907 + - uid: 40647 components: - type: Transform - pos: -18.5,-0.5 - parent: 14592 - - uid: 15116 + rot: 3.141592653589793 rad + pos: -6.5,0.5 + parent: 36907 + - uid: 40648 components: - type: Transform - pos: -18.5,0.5 - parent: 14592 - - uid: 15117 + rot: 3.141592653589793 rad + pos: -6.5,-2.5 + parent: 36907 + - uid: 40649 components: - type: Transform - pos: -19.5,-9.5 - parent: 14592 - - uid: 15118 + rot: 3.141592653589793 rad + pos: -6.5,-5.5 + parent: 36907 + - uid: 40650 components: - type: Transform - pos: -19.5,-8.5 - parent: 14592 - - uid: 15119 + rot: 3.141592653589793 rad + pos: -6.5,-0.5 + parent: 36907 + - uid: 40651 components: - type: Transform - pos: -19.5,-7.5 - parent: 14592 - - uid: 15120 + rot: 3.141592653589793 rad + pos: -6.5,-3.5 + parent: 36907 + - uid: 40652 components: - type: Transform - pos: -19.5,-6.5 - parent: 14592 - - uid: 15121 + rot: 3.141592653589793 rad + pos: -6.5,-6.5 + parent: 36907 + - uid: 40653 components: - type: Transform - pos: -19.5,-5.5 - parent: 14592 - - uid: 15122 + rot: 3.141592653589793 rad + pos: -6.5,-9.5 + parent: 36907 + - uid: 40654 components: - type: Transform - pos: -19.5,-4.5 - parent: 14592 - - uid: 15123 + rot: 3.141592653589793 rad + pos: -6.5,-4.5 + parent: 36907 + - uid: 40655 components: - type: Transform - pos: -19.5,-3.5 - parent: 14592 - - uid: 15124 + rot: 3.141592653589793 rad + pos: -6.5,-7.5 + parent: 36907 + - uid: 40656 components: - type: Transform - pos: -19.5,-2.5 - parent: 14592 - - uid: 15125 + rot: 3.141592653589793 rad + pos: -6.5,-10.5 + parent: 36907 + - uid: 40657 components: - type: Transform - pos: -19.5,-1.5 - parent: 14592 - - uid: 15126 + rot: 3.141592653589793 rad + pos: -6.5,-13.5 + parent: 36907 + - uid: 40658 components: - type: Transform - pos: -19.5,-0.5 - parent: 14592 - - uid: 15127 + rot: 3.141592653589793 rad + pos: -6.5,-8.5 + parent: 36907 + - uid: 40659 components: - type: Transform - pos: -19.5,0.5 - parent: 14592 - - uid: 15128 + rot: 3.141592653589793 rad + pos: -6.5,-11.5 + parent: 36907 + - uid: 40660 components: - type: Transform - pos: -20.5,-9.5 - parent: 14592 - - uid: 15129 + rot: 3.141592653589793 rad + pos: -6.5,-14.5 + parent: 36907 + - uid: 40661 components: - type: Transform - pos: -20.5,-8.5 - parent: 14592 - - uid: 15130 + rot: 3.141592653589793 rad + pos: -6.5,-17.5 + parent: 36907 + - uid: 40662 components: - type: Transform - pos: -20.5,-7.5 - parent: 14592 - - uid: 15131 + rot: 3.141592653589793 rad + pos: -6.5,-12.5 + parent: 36907 + - uid: 40663 components: - type: Transform - pos: -20.5,-6.5 - parent: 14592 - - uid: 15132 + rot: 3.141592653589793 rad + pos: -6.5,-15.5 + parent: 36907 + - uid: 40664 components: - type: Transform - pos: -20.5,-5.5 - parent: 14592 - - uid: 15133 + rot: 3.141592653589793 rad + pos: -6.5,-18.5 + parent: 36907 + - uid: 40665 components: - type: Transform - pos: -20.5,-4.5 - parent: 14592 - - uid: 15134 + rot: 3.141592653589793 rad + pos: -6.5,-21.5 + parent: 36907 + - uid: 40666 components: - type: Transform - pos: -20.5,-3.5 - parent: 14592 - - uid: 15136 + rot: 3.141592653589793 rad + pos: -6.5,-16.5 + parent: 36907 + - uid: 40667 components: - type: Transform - pos: -10.5,22.5 - parent: 14592 - - uid: 15137 + rot: 3.141592653589793 rad + pos: -6.5,-19.5 + parent: 36907 + - uid: 40668 components: - type: Transform - pos: -20.5,-0.5 - parent: 14592 - - uid: 15138 + rot: 3.141592653589793 rad + pos: -6.5,-22.5 + parent: 36907 + - uid: 40669 components: - type: Transform - pos: -20.5,0.5 - parent: 14592 - - uid: 15139 + rot: 3.141592653589793 rad + pos: -6.5,-25.5 + parent: 36907 + - uid: 40670 components: - type: Transform - pos: -18.5,-10.5 - parent: 14592 - - uid: 15140 + rot: 3.141592653589793 rad + pos: -6.5,-20.5 + parent: 36907 + - uid: 40671 components: - type: Transform - pos: -17.5,-10.5 - parent: 14592 - - uid: 15141 + rot: 3.141592653589793 rad + pos: -6.5,-23.5 + parent: 36907 + - uid: 40672 components: - type: Transform - pos: -16.5,-10.5 - parent: 14592 - - uid: 15142 + rot: 3.141592653589793 rad + pos: -6.5,-26.5 + parent: 36907 + - uid: 40673 components: - type: Transform - pos: -15.5,-10.5 - parent: 14592 - - uid: 15143 + rot: 3.141592653589793 rad + pos: -6.5,-24.5 + parent: 36907 + - uid: 40674 components: - type: Transform - pos: -14.5,-10.5 - parent: 14592 - - uid: 15144 + rot: 3.141592653589793 rad + pos: -6.5,-27.5 + parent: 36907 + - uid: 40675 components: - type: Transform - pos: -13.5,-10.5 - parent: 14592 - - uid: 15145 + rot: 3.141592653589793 rad + pos: -9.5,1.5 + parent: 36907 + - uid: 40676 components: - type: Transform - pos: -12.5,-10.5 - parent: 14592 - - uid: 15146 + pos: 5.5,-13.5 + parent: 36907 + - uid: 40677 components: - type: Transform - pos: -11.5,-10.5 - parent: 14592 - - uid: 15147 + rot: 3.141592653589793 rad + pos: 36.5,-46.5 + parent: 36907 + - uid: 40678 components: - type: Transform - pos: -10.5,-10.5 - parent: 14592 - - uid: 15148 + pos: 5.5,-15.5 + parent: 36907 + - uid: 40679 components: - type: Transform - pos: -9.5,-10.5 - parent: 14592 - - uid: 15149 + pos: 4.5,-19.5 + parent: 36907 + - uid: 40680 components: - type: Transform - pos: -13.5,-11.5 - parent: 14592 - - uid: 15150 + pos: 4.5,-18.5 + parent: 36907 + - uid: 40681 components: - type: Transform - pos: -12.5,-11.5 - parent: 14592 - - uid: 15151 + pos: 4.5,-13.5 + parent: 36907 + - uid: 40682 components: - type: Transform - pos: -11.5,-11.5 - parent: 14592 - - uid: 15152 + pos: 4.5,-16.5 + parent: 36907 + - uid: 40683 components: - type: Transform - pos: -10.5,-11.5 - parent: 14592 - - uid: 15153 + pos: 3.5,-15.5 + parent: 36907 + - uid: 40684 components: - type: Transform - pos: -11.5,-12.5 - parent: 14592 - - uid: 15154 + pos: 5.5,-19.5 + parent: 36907 + - uid: 40685 components: - type: Transform - pos: -12.5,-12.5 - parent: 14592 - - uid: 15155 + pos: 5.5,-20.5 + parent: 36907 + - uid: 40686 components: - type: Transform - pos: -21.5,0.5 - parent: 14592 - - uid: 15156 + pos: 5.5,-21.5 + parent: 36907 + - uid: 40687 components: - type: Transform - pos: -21.5,1.5 - parent: 14592 - - uid: 15157 + pos: 6.5,-13.5 + parent: 36907 + - uid: 40688 components: - type: Transform - pos: -21.5,2.5 - parent: 14592 - - uid: 15158 + pos: 6.5,-21.5 + parent: 36907 + - uid: 40689 components: - type: Transform - pos: -21.5,15.5 - parent: 14592 - - uid: 15159 + pos: 7.5,-18.5 + parent: 36907 + - uid: 40690 components: - type: Transform - pos: -21.5,4.5 - parent: 14592 - - uid: 15160 + pos: 7.5,-19.5 + parent: 36907 + - uid: 40691 components: - type: Transform - pos: -21.5,5.5 - parent: 14592 - - uid: 15162 + pos: 7.5,-20.5 + parent: 36907 + - uid: 40692 components: - type: Transform - pos: -21.5,7.5 - parent: 14592 - - uid: 15163 + pos: 7.5,-21.5 + parent: 36907 + - uid: 40693 components: - type: Transform - pos: -21.5,8.5 - parent: 14592 - - uid: 15164 + pos: 8.5,-13.5 + parent: 36907 + - uid: 40694 components: - type: Transform - pos: -21.5,9.5 - parent: 14592 - - uid: 15165 + pos: 8.5,-17.5 + parent: 36907 + - uid: 40695 components: - type: Transform - pos: -21.5,10.5 - parent: 14592 - - uid: 15166 + pos: 8.5,-19.5 + parent: 36907 + - uid: 40696 components: - type: Transform - pos: -20.5,0.5 - parent: 14592 - - uid: 15167 + pos: 8.5,-20.5 + parent: 36907 + - uid: 40697 components: - type: Transform - pos: -20.5,1.5 - parent: 14592 - - uid: 15168 + pos: 9.5,-13.5 + parent: 36907 + - uid: 40698 components: - type: Transform - pos: -20.5,2.5 - parent: 14592 - - uid: 15169 + pos: 9.5,-21.5 + parent: 36907 + - uid: 40699 components: - type: Transform - pos: -20.5,3.5 - parent: 14592 - - uid: 15170 + pos: 10.5,-13.5 + parent: 36907 + - uid: 40700 components: - type: Transform - pos: -20.5,4.5 - parent: 14592 - - uid: 15171 + pos: 10.5,-14.5 + parent: 36907 + - uid: 40701 components: - type: Transform - pos: -20.5,5.5 - parent: 14592 - - uid: 15172 + pos: 10.5,-15.5 + parent: 36907 + - uid: 40702 components: - type: Transform - pos: -20.5,6.5 - parent: 14592 - - uid: 15173 + pos: 10.5,-20.5 + parent: 36907 + - uid: 40703 components: - type: Transform - pos: -20.5,7.5 - parent: 14592 - - uid: 15174 + pos: 10.5,-21.5 + parent: 36907 + - uid: 40704 components: - type: Transform - pos: -20.5,8.5 - parent: 14592 - - uid: 15175 + pos: 11.5,-13.5 + parent: 36907 + - uid: 40705 components: - type: Transform - pos: -20.5,9.5 - parent: 14592 - - uid: 15176 + pos: 11.5,-16.5 + parent: 36907 + - uid: 40706 components: - type: Transform - pos: -20.5,10.5 - parent: 14592 - - uid: 15177 + pos: 11.5,-17.5 + parent: 36907 + - uid: 40707 components: - type: Transform - pos: -19.5,0.5 - parent: 14592 - - uid: 15178 + pos: 11.5,-21.5 + parent: 36907 + - uid: 40708 components: - type: Transform - pos: -19.5,1.5 - parent: 14592 - - uid: 15179 + pos: 12.5,-13.5 + parent: 36907 + - uid: 40709 components: - type: Transform - pos: -19.5,2.5 - parent: 14592 - - uid: 15180 + pos: 12.5,-14.5 + parent: 36907 + - uid: 40710 components: - type: Transform - pos: -19.5,3.5 - parent: 14592 - - uid: 15181 + pos: 12.5,-16.5 + parent: 36907 + - uid: 40711 components: - type: Transform - pos: -19.5,4.5 - parent: 14592 - - uid: 15182 + pos: 12.5,-20.5 + parent: 36907 + - uid: 40712 components: - type: Transform - pos: -19.5,5.5 - parent: 14592 - - uid: 15183 + pos: 12.5,-21.5 + parent: 36907 + - uid: 40713 components: - type: Transform - pos: -19.5,6.5 - parent: 14592 - - uid: 15184 + pos: 13.5,-13.5 + parent: 36907 + - uid: 40714 components: - type: Transform - pos: -19.5,7.5 - parent: 14592 - - uid: 15185 + pos: 13.5,-14.5 + parent: 36907 + - uid: 40715 components: - type: Transform - pos: -19.5,8.5 - parent: 14592 - - uid: 15186 + pos: 13.5,-16.5 + parent: 36907 + - uid: 40716 components: - type: Transform - pos: -19.5,9.5 - parent: 14592 - - uid: 15187 + pos: 9.5,18.5 + parent: 36907 + - uid: 40717 components: - type: Transform - pos: -19.5,10.5 - parent: 14592 - - uid: 15188 + pos: 13.5,-19.5 + parent: 36907 + - uid: 40718 components: - type: Transform - pos: -18.5,0.5 - parent: 14592 - - uid: 15189 + pos: 13.5,-21.5 + parent: 36907 + - uid: 40719 components: - type: Transform - pos: -18.5,1.5 - parent: 14592 - - uid: 15190 + pos: 14.5,-13.5 + parent: 36907 + - uid: 40720 components: - type: Transform - pos: -18.5,2.5 - parent: 14592 - - uid: 15191 + pos: 14.5,-15.5 + parent: 36907 + - uid: 40721 components: - type: Transform - pos: -18.5,3.5 - parent: 14592 - - uid: 15192 + pos: 14.5,-17.5 + parent: 36907 + - uid: 40722 components: - type: Transform - pos: -18.5,4.5 - parent: 14592 - - uid: 15193 + pos: 12.5,18.5 + parent: 36907 + - uid: 40723 components: - type: Transform - pos: -18.5,5.5 - parent: 14592 - - uid: 15194 + pos: 9.5,19.5 + parent: 36907 + - uid: 40724 components: - type: Transform - pos: -18.5,6.5 - parent: 14592 - - uid: 15195 + pos: 14.5,-21.5 + parent: 36907 + - uid: 40725 components: - type: Transform - pos: -18.5,7.5 - parent: 14592 - - uid: 15196 + pos: 15.5,-13.5 + parent: 36907 + - uid: 40726 components: - type: Transform - pos: -18.5,8.5 - parent: 14592 - - uid: 15197 + pos: 15.5,-14.5 + parent: 36907 + - uid: 40727 components: - type: Transform - pos: -18.5,9.5 - parent: 14592 - - uid: 15198 + pos: 15.5,-15.5 + parent: 36907 + - uid: 40728 components: - type: Transform - pos: -18.5,10.5 - parent: 14592 - - uid: 15199 + pos: 8.5,19.5 + parent: 36907 + - uid: 40729 components: - type: Transform - pos: -17.5,0.5 - parent: 14592 - - uid: 15200 + pos: 10.5,19.5 + parent: 36907 + - uid: 40730 components: - type: Transform - pos: -17.5,1.5 - parent: 14592 - - uid: 15201 + pos: 14.5,16.5 + parent: 36907 + - uid: 40731 components: - type: Transform - pos: -17.5,2.5 - parent: 14592 - - uid: 15202 + pos: 15.5,-21.5 + parent: 36907 + - uid: 40732 components: - type: Transform - pos: -17.5,3.5 - parent: 14592 - - uid: 15203 + pos: 16.5,-13.5 + parent: 36907 + - uid: 40733 components: - type: Transform - pos: -17.5,4.5 - parent: 14592 - - uid: 15204 + pos: 16.5,-14.5 + parent: 36907 + - uid: 40734 components: - type: Transform - pos: -17.5,5.5 - parent: 14592 - - uid: 15205 + pos: 16.5,-15.5 + parent: 36907 + - uid: 40735 components: - type: Transform - pos: -17.5,6.5 - parent: 14592 - - uid: 15206 + pos: 16.5,-16.5 + parent: 36907 + - uid: 40736 components: - type: Transform - pos: -17.5,7.5 - parent: 14592 - - uid: 15207 + pos: 16.5,18.5 + parent: 36907 + - uid: 40737 components: - type: Transform - pos: -17.5,8.5 - parent: 14592 - - uid: 15208 + pos: 13.5,16.5 + parent: 36907 + - uid: 40738 components: - type: Transform - pos: -17.5,9.5 - parent: 14592 - - uid: 15209 + pos: 13.5,15.5 + parent: 36907 + - uid: 40739 components: - type: Transform - pos: -17.5,10.5 - parent: 14592 - - uid: 15210 + pos: 16.5,17.5 + parent: 36907 + - uid: 40740 components: - type: Transform - pos: -16.5,0.5 - parent: 14592 - - uid: 15211 + pos: 17.5,-13.5 + parent: 36907 + - uid: 40741 components: - type: Transform - pos: -16.5,1.5 - parent: 14592 - - uid: 15212 + pos: 17.5,-15.5 + parent: 36907 + - uid: 40742 components: - type: Transform - pos: -16.5,2.5 - parent: 14592 - - uid: 15213 + pos: 17.5,19.5 + parent: 36907 + - uid: 40743 components: - type: Transform - pos: -16.5,3.5 - parent: 14592 - - uid: 15214 + pos: 17.5,18.5 + parent: 36907 + - uid: 40744 components: - type: Transform - pos: -16.5,4.5 - parent: 14592 - - uid: 15215 + pos: 15.5,17.5 + parent: 36907 + - uid: 40745 components: - type: Transform - pos: -16.5,5.5 - parent: 14592 - - uid: 15216 + pos: 17.5,-19.5 + parent: 36907 + - uid: 40746 components: - type: Transform - pos: -16.5,6.5 - parent: 14592 - - uid: 15217 + pos: 15.5,18.5 + parent: 36907 + - uid: 40747 components: - type: Transform - pos: -16.5,7.5 - parent: 14592 - - uid: 15218 + pos: 14.5,17.5 + parent: 36907 + - uid: 40748 components: - type: Transform - pos: -16.5,8.5 - parent: 14592 - - uid: 15219 + pos: 18.5,-14.5 + parent: 36907 + - uid: 40749 components: - type: Transform - pos: -16.5,9.5 - parent: 14592 - - uid: 15220 + pos: 18.5,-19.5 + parent: 36907 + - uid: 40750 components: - type: Transform - pos: -16.5,10.5 - parent: 14592 - - uid: 15221 + pos: 18.5,-20.5 + parent: 36907 + - uid: 40751 components: - type: Transform - pos: -15.5,0.5 - parent: 14592 - - uid: 15222 + pos: 18.5,-21.5 + parent: 36907 + - uid: 40752 components: - type: Transform - pos: -15.5,1.5 - parent: 14592 - - uid: 15223 + pos: 19.5,-13.5 + parent: 36907 + - uid: 40753 components: - type: Transform - pos: -15.5,2.5 - parent: 14592 - - uid: 15224 + pos: 19.5,-17.5 + parent: 36907 + - uid: 40754 components: - type: Transform - pos: -15.5,3.5 - parent: 14592 - - uid: 15225 + pos: 19.5,-18.5 + parent: 36907 + - uid: 40755 components: - type: Transform - pos: -15.5,4.5 - parent: 14592 - - uid: 15226 + pos: 19.5,-20.5 + parent: 36907 + - uid: 40756 components: - type: Transform - pos: -15.5,5.5 - parent: 14592 - - uid: 15227 + pos: 19.5,-21.5 + parent: 36907 + - uid: 40757 components: - type: Transform - pos: -15.5,6.5 - parent: 14592 - - uid: 15228 + pos: 20.5,-17.5 + parent: 36907 + - uid: 40758 components: - type: Transform - pos: -15.5,7.5 - parent: 14592 - - uid: 15229 + pos: 20.5,-19.5 + parent: 36907 + - uid: 40759 components: - type: Transform - pos: -15.5,8.5 - parent: 14592 - - uid: 15230 + pos: 20.5,-21.5 + parent: 36907 + - uid: 40760 components: - type: Transform - pos: -15.5,9.5 - parent: 14592 - - uid: 15231 + pos: 21.5,-19.5 + parent: 36907 + - uid: 40761 components: - type: Transform - pos: -15.5,10.5 - parent: 14592 - - uid: 15232 + pos: 21.5,-21.5 + parent: 36907 + - uid: 40762 components: - type: Transform - pos: -18.5,11.5 - parent: 14592 - - uid: 15233 + pos: 22.5,-15.5 + parent: 36907 + - uid: 40763 components: - type: Transform - pos: -18.5,12.5 - parent: 14592 - - uid: 15234 + pos: 22.5,-19.5 + parent: 36907 + - uid: 40764 components: - type: Transform - pos: -22.5,11.5 - parent: 14592 - - uid: 15235 + pos: 23.5,-14.5 + parent: 36907 + - uid: 40765 components: - type: Transform - pos: -17.5,11.5 - parent: 14592 - - uid: 15236 + pos: 23.5,-16.5 + parent: 36907 + - uid: 40766 components: - type: Transform - pos: -17.5,12.5 - parent: 14592 - - uid: 15237 + pos: 23.5,-21.5 + parent: 36907 + - uid: 40767 components: - type: Transform - pos: -17.5,13.5 - parent: 14592 - - uid: 15238 + pos: 24.5,-13.5 + parent: 36907 + - uid: 40768 components: - type: Transform - pos: -16.5,11.5 - parent: 14592 - - uid: 15239 + pos: 24.5,-14.5 + parent: 36907 + - uid: 40769 components: - type: Transform - pos: -16.5,12.5 - parent: 14592 - - uid: 15240 + pos: 24.5,-20.5 + parent: 36907 + - uid: 40770 components: - type: Transform - pos: -16.5,13.5 - parent: 14592 - - uid: 15241 + pos: 24.5,-21.5 + parent: 36907 + - uid: 40771 components: - type: Transform - pos: -15.5,11.5 - parent: 14592 - - uid: 15242 + pos: 25.5,-13.5 + parent: 36907 + - uid: 40772 components: - type: Transform - pos: -15.5,12.5 - parent: 14592 - - uid: 15243 + pos: 25.5,-15.5 + parent: 36907 + - uid: 40773 components: - type: Transform - pos: -15.5,13.5 - parent: 14592 - - uid: 15244 + pos: 25.5,-16.5 + parent: 36907 + - uid: 40774 components: - type: Transform - pos: -16.5,14.5 - parent: 14592 - - uid: 15245 + pos: 25.5,-20.5 + parent: 36907 + - uid: 40775 components: - type: Transform - pos: -16.5,15.5 - parent: 14592 - - uid: 15246 + pos: 25.5,-21.5 + parent: 36907 + - uid: 40776 components: - type: Transform - pos: -15.5,14.5 - parent: 14592 - - uid: 15247 + pos: 26.5,-13.5 + parent: 36907 + - uid: 40777 components: - type: Transform - pos: -15.5,15.5 - parent: 14592 - - uid: 15248 + pos: 26.5,-14.5 + parent: 36907 + - uid: 40778 components: - type: Transform - pos: -19.5,11.5 - parent: 14592 - - uid: 15249 + pos: 26.5,-15.5 + parent: 36907 + - uid: 40779 components: - type: Transform - pos: -20.5,11.5 - parent: 14592 - - uid: 15250 + pos: 26.5,-18.5 + parent: 36907 + - uid: 40780 components: - type: Transform - pos: -17.5,14.5 - parent: 14592 - - uid: 15251 + pos: 26.5,-21.5 + parent: 36907 + - uid: 40781 components: - type: Transform - pos: -15.5,16.5 - parent: 14592 - - uid: 15252 + pos: 27.5,-13.5 + parent: 36907 + - uid: 40782 components: - type: Transform - pos: -22.5,9.5 - parent: 14592 - - uid: 15253 + pos: 27.5,-15.5 + parent: 36907 + - uid: 40783 components: - type: Transform - pos: -22.5,8.5 - parent: 14592 - - uid: 15254 + pos: 27.5,-19.5 + parent: 36907 + - uid: 40784 components: - type: Transform - pos: -22.5,7.5 - parent: 14592 - - uid: 15255 + pos: 27.5,-20.5 + parent: 36907 + - uid: 40785 components: - type: Transform - pos: -22.5,6.5 - parent: 14592 - - uid: 15256 + pos: 27.5,-21.5 + parent: 36907 + - uid: 40786 components: - type: Transform - pos: -22.5,5.5 - parent: 14592 - - uid: 15257 + pos: 28.5,-13.5 + parent: 36907 + - uid: 40787 components: - type: Transform - pos: -22.5,4.5 - parent: 14592 - - uid: 15258 + pos: 28.5,-20.5 + parent: 36907 + - uid: 40788 components: - type: Transform - pos: -22.5,10.5 - parent: 14592 - - uid: 15259 + pos: 29.5,-13.5 + parent: 36907 + - uid: 40789 components: - type: Transform - pos: -22.5,2.5 - parent: 14592 - - uid: 15260 + pos: 29.5,-21.5 + parent: 36907 + - uid: 40790 components: - type: Transform - pos: -22.5,1.5 - parent: 14592 - - uid: 15261 + pos: 30.5,-15.5 + parent: 36907 + - uid: 40791 components: - type: Transform - pos: -22.5,0.5 - parent: 14592 - - uid: 15262 + pos: 30.5,-17.5 + parent: 36907 + - uid: 40792 components: - type: Transform - pos: -23.5,8.5 - parent: 14592 - - uid: 15263 + pos: 31.5,-14.5 + parent: 36907 + - uid: 40793 components: - type: Transform - pos: -23.5,7.5 - parent: 14592 - - uid: 15264 + pos: 31.5,-15.5 + parent: 36907 + - uid: 40794 components: - type: Transform - pos: -23.5,6.5 - parent: 14592 - - uid: 15265 + pos: 31.5,-16.5 + parent: 36907 + - uid: 40795 components: - type: Transform - pos: -23.5,5.5 - parent: 14592 - - uid: 15266 + pos: 31.5,-18.5 + parent: 36907 + - uid: 40796 components: - type: Transform - pos: -23.5,4.5 - parent: 14592 - - uid: 15267 + pos: 31.5,-19.5 + parent: 36907 + - uid: 40797 components: - type: Transform - pos: -23.5,3.5 - parent: 14592 - - uid: 15268 + pos: 31.5,-13.5 + parent: 36907 + - uid: 40798 components: - type: Transform - pos: -23.5,2.5 - parent: 14592 - - uid: 15269 + pos: 32.5,-15.5 + parent: 36907 + - uid: 40799 components: - type: Transform - pos: -24.5,7.5 - parent: 14592 - - uid: 15270 + pos: 15.5,16.5 + parent: 36907 + - uid: 40800 components: - type: Transform - pos: -24.5,6.5 - parent: 14592 - - uid: 15271 + pos: 32.5,-17.5 + parent: 36907 + - uid: 40801 components: - type: Transform - pos: -24.5,5.5 - parent: 14592 - - uid: 15272 + pos: 32.5,-19.5 + parent: 36907 + - uid: 40802 components: - type: Transform - pos: -24.5,4.5 - parent: 14592 - - uid: 15273 + pos: 32.5,-20.5 + parent: 36907 + - uid: 40803 components: - type: Transform - pos: -24.5,3.5 - parent: 14592 - - uid: 15274 + pos: 16.5,19.5 + parent: 36907 + - uid: 40804 components: - type: Transform - pos: -21.5,-0.5 - parent: 14592 - - uid: 15277 + pos: 33.5,-14.5 + parent: 36907 + - uid: 40805 components: - type: Transform - pos: -10.5,23.5 - parent: 14592 - - uid: 15278 + pos: 33.5,-15.5 + parent: 36907 + - uid: 40806 components: - type: Transform - pos: -9.5,23.5 - parent: 14592 - - uid: 15279 + pos: 33.5,-16.5 + parent: 36907 + - uid: 40807 components: - type: Transform - pos: -11.5,23.5 - parent: 14592 - - uid: 15280 + pos: 33.5,-17.5 + parent: 36907 + - uid: 40808 components: - type: Transform - pos: -21.5,13.5 - parent: 14592 - - uid: 15281 + pos: 33.5,-19.5 + parent: 36907 + - uid: 40809 components: - type: Transform - pos: -21.5,14.5 - parent: 14592 - - uid: 15282 + pos: 33.5,-20.5 + parent: 36907 + - uid: 40810 components: - type: Transform - pos: -22.5,9.5 - parent: 14592 - - uid: 15297 + pos: 33.5,-21.5 + parent: 36907 + - uid: 40811 components: - type: Transform - pos: -21.5,18.5 - parent: 14592 - - uid: 15300 + pos: 34.5,-17.5 + parent: 36907 + - uid: 40812 components: - type: Transform - pos: 7.5,7.5 - parent: 14592 - - uid: 15348 + pos: 34.5,-18.5 + parent: 36907 + - uid: 40813 components: - type: Transform - pos: -17.5,-5.5 - parent: 14592 - - uid: 15349 + pos: 34.5,-19.5 + parent: 36907 + - uid: 40814 components: - type: Transform - pos: -17.5,-6.5 - parent: 14592 - - uid: 15369 + pos: 34.5,-21.5 + parent: 36907 + - uid: 40815 components: - type: Transform - pos: -11.5,2.5 - parent: 14592 - - uid: 15370 + pos: 35.5,-18.5 + parent: 36907 + - uid: 40816 components: - type: Transform - pos: -11.5,1.5 - parent: 14592 - - uid: 15371 + pos: 35.5,-21.5 + parent: 36907 + - uid: 40817 components: - type: Transform - pos: -11.5,0.5 - parent: 14592 - - uid: 15372 + pos: 36.5,-13.5 + parent: 36907 + - uid: 40818 components: - type: Transform - pos: -11.5,-0.5 - parent: 14592 - - uid: 15373 + pos: 36.5,-18.5 + parent: 36907 + - uid: 40819 components: - type: Transform - pos: -11.5,-1.5 - parent: 14592 - - uid: 15374 + pos: 36.5,-19.5 + parent: 36907 + - uid: 40820 components: - type: Transform - pos: -10.5,2.5 - parent: 14592 - - uid: 15375 + pos: 36.5,-20.5 + parent: 36907 + - uid: 40821 components: - type: Transform - pos: -10.5,1.5 - parent: 14592 - - uid: 15376 + pos: 36.5,-21.5 + parent: 36907 + - uid: 40822 components: - type: Transform - pos: -10.5,0.5 - parent: 14592 - - uid: 15377 + pos: 37.5,-13.5 + parent: 36907 + - uid: 40823 components: - type: Transform - pos: -10.5,-0.5 - parent: 14592 - - uid: 15378 + pos: 37.5,-14.5 + parent: 36907 + - uid: 40824 components: - type: Transform - pos: -10.5,-1.5 - parent: 14592 - - uid: 15379 + pos: 37.5,-15.5 + parent: 36907 + - uid: 40825 components: - type: Transform - pos: -16.5,11.5 - parent: 14592 - - uid: 15380 + pos: 37.5,-20.5 + parent: 36907 + - uid: 40826 components: - type: Transform - pos: -16.5,10.5 - parent: 14592 - - uid: 15381 + pos: 38.5,-13.5 + parent: 36907 + - uid: 40827 components: - type: Transform - pos: -16.5,9.5 - parent: 14592 - - uid: 15382 + pos: 38.5,-15.5 + parent: 36907 + - uid: 40828 components: - type: Transform - pos: -16.5,8.5 - parent: 14592 - - uid: 15383 + pos: 38.5,-16.5 + parent: 36907 + - uid: 40829 components: - type: Transform - pos: -16.5,7.5 - parent: 14592 - - uid: 15384 + pos: 38.5,-17.5 + parent: 36907 + - uid: 40830 components: - type: Transform - pos: -16.5,6.5 - parent: 14592 - - uid: 15385 + pos: 38.5,-20.5 + parent: 36907 + - uid: 40831 components: - type: Transform - pos: -16.5,5.5 - parent: 14592 - - uid: 15386 + pos: 38.5,-21.5 + parent: 36907 + - uid: 40832 components: - type: Transform - pos: -16.5,4.5 - parent: 14592 - - uid: 15387 + pos: 39.5,-15.5 + parent: 36907 + - uid: 40833 components: - type: Transform - pos: -15.5,11.5 - parent: 14592 - - uid: 15388 + pos: 39.5,-19.5 + parent: 36907 + - uid: 40834 components: - type: Transform - pos: -15.5,10.5 - parent: 14592 - - uid: 15389 + pos: 39.5,-20.5 + parent: 36907 + - uid: 40835 components: - type: Transform - pos: -15.5,9.5 - parent: 14592 - - uid: 15390 + pos: 39.5,-21.5 + parent: 36907 + - uid: 40836 components: - type: Transform - pos: -15.5,8.5 - parent: 14592 - - uid: 15391 + pos: 40.5,-13.5 + parent: 36907 + - uid: 40837 components: - type: Transform - pos: -15.5,7.5 - parent: 14592 - - uid: 15392 + pos: 40.5,-14.5 + parent: 36907 + - uid: 40838 components: - type: Transform - pos: -15.5,6.5 - parent: 14592 - - uid: 15393 + pos: 40.5,-16.5 + parent: 36907 + - uid: 40839 components: - type: Transform - pos: -15.5,5.5 - parent: 14592 - - uid: 15394 + pos: 40.5,-17.5 + parent: 36907 + - uid: 40840 components: - type: Transform - pos: -15.5,4.5 - parent: 14592 - - uid: 15395 + pos: 40.5,-20.5 + parent: 36907 + - uid: 40841 components: - type: Transform - pos: -14.5,6.5 - parent: 14592 - - uid: 15396 + pos: 40.5,-21.5 + parent: 36907 + - uid: 40842 components: - type: Transform - pos: -19.5,4.5 - parent: 14592 - - uid: 15397 + pos: 41.5,-13.5 + parent: 36907 + - uid: 40843 components: - type: Transform - pos: -19.5,3.5 - parent: 14592 - - uid: 15398 + pos: 41.5,-14.5 + parent: 36907 + - uid: 40844 components: - type: Transform - pos: -19.5,2.5 - parent: 14592 - - uid: 15399 + pos: 41.5,-16.5 + parent: 36907 + - uid: 40845 components: - type: Transform - pos: -19.5,1.5 - parent: 14592 - - uid: 15400 + pos: 41.5,-21.5 + parent: 36907 + - uid: 40846 components: - type: Transform - pos: -20.5,11.5 - parent: 14592 - - uid: 15401 + pos: 42.5,-14.5 + parent: 36907 + - uid: 40847 components: - type: Transform - pos: -20.5,10.5 - parent: 14592 - - uid: 15402 + pos: 43.5,-18.5 + parent: 36907 + - uid: 40848 components: - type: Transform - pos: -20.5,9.5 - parent: 14592 - - uid: 15403 + pos: 44.5,-16.5 + parent: 36907 + - uid: 40849 components: - type: Transform - pos: -19.5,11.5 - parent: 14592 - - uid: 15404 + pos: 44.5,-18.5 + parent: 36907 + - uid: 40850 components: - type: Transform - pos: -19.5,10.5 - parent: 14592 - - uid: 15405 + pos: 44.5,-19.5 + parent: 36907 + - uid: 40851 components: - type: Transform - pos: -19.5,9.5 - parent: 14592 - - uid: 15406 + pos: 44.5,-20.5 + parent: 36907 + - uid: 40852 components: - type: Transform - pos: -18.5,11.5 - parent: 14592 - - uid: 15407 + pos: 44.5,-21.5 + parent: 36907 + - uid: 40853 components: - type: Transform - pos: -18.5,10.5 - parent: 14592 - - uid: 15408 + pos: 45.5,-14.5 + parent: 36907 + - uid: 40854 components: - type: Transform - pos: -18.5,9.5 - parent: 14592 - - uid: 15409 + pos: 45.5,-15.5 + parent: 36907 + - uid: 40855 components: - type: Transform - pos: -15.5,15.5 - parent: 14592 - - uid: 15410 + pos: 45.5,-16.5 + parent: 36907 + - uid: 40856 components: - type: Transform - pos: -15.5,14.5 - parent: 14592 - - uid: 15411 + pos: 45.5,-17.5 + parent: 36907 + - uid: 40857 components: - type: Transform - pos: -15.5,13.5 - parent: 14592 - - uid: 15412 + pos: 45.5,-18.5 + parent: 36907 + - uid: 40858 components: - type: Transform - pos: -14.5,15.5 - parent: 14592 - - uid: 15413 + pos: 45.5,-20.5 + parent: 36907 + - uid: 40859 components: - type: Transform - pos: -14.5,14.5 - parent: 14592 - - uid: 15414 + pos: 45.5,-21.5 + parent: 36907 + - uid: 40860 components: - type: Transform - pos: -14.5,13.5 - parent: 14592 - - uid: 15415 + pos: 46.5,-13.5 + parent: 36907 + - uid: 40861 components: - type: Transform - pos: -13.5,15.5 - parent: 14592 - - uid: 15416 + pos: 46.5,-14.5 + parent: 36907 + - uid: 40862 components: - type: Transform - pos: -13.5,14.5 - parent: 14592 - - uid: 15417 + pos: 46.5,-16.5 + parent: 36907 + - uid: 40863 components: - type: Transform - pos: -12.5,22.5 - parent: 14592 - - uid: 15418 + pos: 46.5,-19.5 + parent: 36907 + - uid: 40864 components: - type: Transform - pos: -12.5,15.5 - parent: 14592 - - uid: 15419 + pos: 46.5,-20.5 + parent: 36907 + - uid: 40865 components: - type: Transform - pos: -12.5,14.5 - parent: 14592 - - uid: 15420 + pos: 46.5,-21.5 + parent: 36907 + - uid: 40866 components: - type: Transform - pos: -12.5,23.5 - parent: 14592 - - uid: 15421 + pos: 47.5,-15.5 + parent: 36907 + - uid: 40867 components: - type: Transform - pos: -9.5,15.5 - parent: 14592 - - uid: 15422 + pos: 47.5,-16.5 + parent: 36907 + - uid: 40868 components: - type: Transform - pos: -9.5,14.5 - parent: 14592 - - uid: 15423 + pos: 47.5,-17.5 + parent: 36907 + - uid: 40869 components: - type: Transform - pos: -8.5,15.5 - parent: 14592 - - uid: 15424 + pos: 47.5,-18.5 + parent: 36907 + - uid: 40870 components: - type: Transform - pos: -8.5,14.5 - parent: 14592 - - uid: 15425 + pos: 47.5,-19.5 + parent: 36907 + - uid: 40871 components: - type: Transform - pos: -7.5,15.5 - parent: 14592 - - uid: 15426 + pos: 47.5,-21.5 + parent: 36907 + - uid: 40872 components: - type: Transform - pos: -7.5,14.5 - parent: 14592 - - uid: 15427 + pos: 48.5,-17.5 + parent: 36907 + - uid: 40873 components: - type: Transform - pos: -11.5,22.5 - parent: 14592 - - uid: 15428 + pos: 48.5,-18.5 + parent: 36907 + - uid: 40874 components: - type: Transform - pos: -21.5,16.5 - parent: 14592 - - uid: 15429 + pos: 48.5,-21.5 + parent: 36907 + - uid: 40875 components: - type: Transform - pos: -21.5,11.5 - parent: 14592 - - uid: 15430 + pos: 49.5,-14.5 + parent: 36907 + - uid: 40876 components: - type: Transform - pos: -21.5,12.5 - parent: 14592 - - uid: 15431 + pos: 48.5,-20.5 + parent: 36907 + - uid: 40877 components: - type: Transform - pos: -21.5,10.5 - parent: 14592 - - uid: 15432 + pos: 49.5,-21.5 + parent: 36907 + - uid: 40878 components: - type: Transform - pos: -21.5,9.5 - parent: 14592 - - uid: 15433 + pos: 50.5,-13.5 + parent: 36907 + - uid: 40879 components: - type: Transform - pos: 0.5,9.5 - parent: 14592 - - uid: 15434 + pos: 50.5,-14.5 + parent: 36907 + - uid: 40880 components: - type: Transform - pos: 0.5,8.5 - parent: 14592 - - uid: 15435 + pos: 50.5,-15.5 + parent: 36907 + - uid: 40881 components: - type: Transform - pos: 0.5,7.5 - parent: 14592 - - uid: 15436 + pos: 50.5,-19.5 + parent: 36907 + - uid: 40882 components: - type: Transform - pos: 1.5,9.5 - parent: 14592 - - uid: 15437 + pos: 50.5,-20.5 + parent: 36907 + - uid: 40883 components: - type: Transform - pos: 1.5,8.5 - parent: 14592 - - uid: 15438 + pos: 50.5,-21.5 + parent: 36907 + - uid: 40884 components: - type: Transform - pos: 1.5,7.5 - parent: 14592 - - uid: 15439 + pos: 51.5,-14.5 + parent: 36907 + - uid: 40885 components: - type: Transform - pos: 4.5,8.5 - parent: 14592 - - uid: 15440 + pos: 51.5,-15.5 + parent: 36907 + - uid: 40886 components: - type: Transform - pos: 4.5,7.5 - parent: 14592 - - uid: 15441 + pos: 51.5,-20.5 + parent: 36907 + - uid: 40887 components: - type: Transform - pos: 4.5,6.5 - parent: 14592 - - uid: 15442 + pos: 51.5,-21.5 + parent: 36907 + - uid: 40888 components: - type: Transform - pos: 4.5,5.5 - parent: 14592 - - uid: 15444 + pos: 52.5,-13.5 + parent: 36907 + - uid: 40889 components: - type: Transform - pos: 5.5,8.5 - parent: 14592 - - uid: 15445 + pos: 52.5,-14.5 + parent: 36907 + - uid: 40890 components: - type: Transform - pos: 5.5,7.5 - parent: 14592 - - uid: 15446 + pos: 53.5,-15.5 + parent: 36907 + - uid: 40891 components: - type: Transform - pos: 6.5,8.5 - parent: 14592 - - uid: 15447 + pos: 53.5,-16.5 + parent: 36907 + - uid: 40892 components: - type: Transform - pos: 6.5,7.5 - parent: 14592 - - uid: 15448 + pos: 53.5,-17.5 + parent: 36907 + - uid: 40893 components: - type: Transform - pos: 7.5,8.5 - parent: 14592 - - uid: 15449 + pos: 53.5,-18.5 + parent: 36907 + - uid: 40894 components: - type: Transform - pos: 7.5,7.5 - parent: 14592 - - uid: 15450 + pos: 54.5,-14.5 + parent: 36907 + - uid: 40895 components: - type: Transform - pos: 8.5,8.5 - parent: 14592 - - uid: 15451 + pos: 54.5,-15.5 + parent: 36907 + - uid: 40896 components: - type: Transform - pos: 8.5,7.5 - parent: 14592 - - uid: 15453 + pos: 54.5,-17.5 + parent: 36907 + - uid: 40897 components: - type: Transform - pos: 7.5,13.5 - parent: 14592 - - uid: 15455 + pos: 54.5,-20.5 + parent: 36907 + - uid: 40898 components: - type: Transform - pos: 8.5,11.5 - parent: 14592 - - uid: 15456 + pos: 54.5,-21.5 + parent: 36907 + - uid: 40899 components: - type: Transform - pos: 8.5,10.5 - parent: 14592 - - uid: 15457 + pos: 55.5,-13.5 + parent: 36907 + - uid: 40900 components: - type: Transform - pos: 8.5,9.5 - parent: 14592 - - uid: 15458 + pos: 55.5,-14.5 + parent: 36907 + - uid: 40901 components: - type: Transform - pos: 8.5,8.5 - parent: 14592 - - uid: 15459 + pos: 55.5,-20.5 + parent: 36907 + - uid: 40902 components: - type: Transform - pos: 8.5,7.5 - parent: 14592 - - uid: 15461 + pos: 55.5,-21.5 + parent: 36907 + - uid: 40903 components: - type: Transform - pos: 8.5,15.5 - parent: 14592 - - uid: 15462 + pos: 56.5,-18.5 + parent: 36907 + - uid: 40904 components: - type: Transform - pos: -21.5,19.5 - parent: 14592 - - uid: 15463 + pos: 56.5,-19.5 + parent: 36907 + - uid: 40905 components: - type: Transform - pos: 9.5,9.5 - parent: 14592 - - uid: 15464 + pos: 56.5,-20.5 + parent: 36907 + - uid: 40906 components: - type: Transform - pos: 9.5,8.5 - parent: 14592 - - uid: 15465 + pos: 56.5,-21.5 + parent: 36907 + - uid: 40907 components: - type: Transform - pos: 9.5,7.5 - parent: 14592 - - uid: 15467 + pos: 57.5,-15.5 + parent: 36907 + - uid: 40908 components: - type: Transform - pos: -12.5,13.5 - parent: 14592 - - uid: 15468 + pos: 57.5,-16.5 + parent: 36907 + - uid: 40909 components: - type: Transform - pos: 10.5,9.5 - parent: 14592 - - uid: 15469 + pos: 57.5,-17.5 + parent: 36907 + - uid: 40910 components: - type: Transform - pos: 10.5,8.5 - parent: 14592 - - uid: 15471 + pos: 57.5,-18.5 + parent: 36907 + - uid: 40911 components: - type: Transform - pos: 11.5,11.5 - parent: 14592 - - uid: 15472 + pos: 57.5,-20.5 + parent: 36907 + - uid: 40912 components: - type: Transform - pos: 11.5,10.5 - parent: 14592 - - uid: 15473 + pos: 58.5,-14.5 + parent: 36907 + - uid: 40913 components: - type: Transform - pos: 11.5,9.5 - parent: 14592 - - uid: 15474 + pos: 58.5,-15.5 + parent: 36907 + - uid: 40914 components: - type: Transform - pos: 11.5,8.5 - parent: 14592 - - uid: 15476 + pos: 58.5,-18.5 + parent: 36907 + - uid: 40915 components: - type: Transform - pos: 12.5,11.5 - parent: 14592 - - uid: 15477 + pos: 58.5,-21.5 + parent: 36907 + - uid: 40916 components: - type: Transform - pos: 12.5,10.5 - parent: 14592 - - uid: 15478 + pos: 59.5,-13.5 + parent: 36907 + - uid: 40917 components: - type: Transform - pos: 12.5,9.5 - parent: 14592 - - uid: 15479 + pos: 59.5,-14.5 + parent: 36907 + - uid: 40918 components: - type: Transform - pos: 12.5,8.5 - parent: 14592 - - uid: 15482 + pos: 59.5,-15.5 + parent: 36907 + - uid: 40919 components: - type: Transform - pos: 13.5,11.5 - parent: 14592 - - uid: 15483 + pos: 59.5,-16.5 + parent: 36907 + - uid: 40920 components: - type: Transform - pos: 13.5,10.5 - parent: 14592 - - uid: 15484 + pos: 59.5,-17.5 + parent: 36907 + - uid: 40921 components: - type: Transform - pos: 13.5,9.5 - parent: 14592 - - uid: 15485 + pos: 59.5,-18.5 + parent: 36907 + - uid: 40922 components: - type: Transform - pos: 13.5,8.5 - parent: 14592 - - uid: 15498 + pos: 59.5,-19.5 + parent: 36907 + - uid: 40923 components: - type: Transform - pos: 40.5,4.5 - parent: 2 - - uid: 15508 + pos: 59.5,-20.5 + parent: 36907 + - uid: 40924 components: - type: Transform - pos: -4.5,15.5 - parent: 14592 - - uid: 15509 + pos: 59.5,-21.5 + parent: 36907 + - uid: 40925 components: - type: Transform - pos: -11.5,13.5 - parent: 14592 - - uid: 15510 + pos: 59.5,-12.5 + parent: 36907 + - uid: 40926 components: - type: Transform - pos: -12.5,11.5 - parent: 14592 - - uid: 15514 + pos: 59.5,-11.5 + parent: 36907 + - uid: 40927 components: - type: Transform - pos: -10.5,13.5 - parent: 14592 - - uid: 15515 + pos: 59.5,-10.5 + parent: 36907 + - uid: 40928 components: - type: Transform - pos: 7.5,12.5 - parent: 14592 - - uid: 15516 + pos: 59.5,-9.5 + parent: 36907 + - uid: 40929 components: - type: Transform - pos: -11.5,12.5 - parent: 14592 - - uid: 15521 + pos: 59.5,-8.5 + parent: 36907 + - uid: 40930 components: - type: Transform - pos: -17.5,23.5 - parent: 14592 - - uid: 15526 + pos: 59.5,-7.5 + parent: 36907 + - uid: 40931 components: - type: Transform - pos: -17.5,22.5 - parent: 14592 - - uid: 15527 + pos: 59.5,-6.5 + parent: 36907 + - uid: 40932 components: - type: Transform - pos: -18.5,23.5 - parent: 14592 - - uid: 15528 + pos: 59.5,-5.5 + parent: 36907 + - uid: 40933 components: - type: Transform - pos: -12.5,12.5 - parent: 14592 - - uid: 15529 + pos: 59.5,-4.5 + parent: 36907 + - uid: 40934 components: - type: Transform - pos: 8.5,13.5 - parent: 14592 - - uid: 15530 + pos: 59.5,-3.5 + parent: 36907 + - uid: 40935 components: - type: Transform - pos: -13.5,11.5 - parent: 14592 - - uid: 15531 + pos: 59.5,-2.5 + parent: 36907 + - uid: 40936 components: - type: Transform - pos: -13.5,13.5 - parent: 14592 - - uid: 15532 + pos: 59.5,-1.5 + parent: 36907 + - uid: 40937 components: - type: Transform - pos: -16.5,23.5 - parent: 14592 - - uid: 15533 + pos: 59.5,-0.5 + parent: 36907 + - uid: 40938 components: - type: Transform - pos: 9.5,16.5 - parent: 14592 - - uid: 15534 + pos: 59.5,1.5 + parent: 36907 + - uid: 40939 components: - type: Transform - pos: 9.5,15.5 - parent: 14592 - - uid: 15535 + pos: 59.5,3.5 + parent: 36907 + - uid: 40940 components: - type: Transform - pos: 9.5,13.5 - parent: 14592 - - uid: 15536 + pos: 59.5,4.5 + parent: 36907 + - uid: 40941 components: - type: Transform - pos: -16.5,22.5 - parent: 14592 - - uid: 15537 + pos: 59.5,5.5 + parent: 36907 + - uid: 40942 components: - type: Transform - pos: -18.5,22.5 - parent: 14592 - - uid: 15538 + pos: 59.5,7.5 + parent: 36907 + - uid: 40943 components: - type: Transform - pos: -13.5,30.5 - parent: 14592 - - uid: 15539 + pos: 59.5,8.5 + parent: 36907 + - uid: 40944 components: - type: Transform - pos: -20.5,25.5 - parent: 14592 - - uid: 15540 + pos: 59.5,9.5 + parent: 36907 + - uid: 40945 components: - type: Transform - pos: -13.5,31.5 - parent: 14592 - - uid: 15542 + pos: 59.5,10.5 + parent: 36907 + - uid: 40946 components: - type: Transform - pos: -19.5,3.5 - parent: 14592 - - uid: 15543 + pos: 59.5,11.5 + parent: 36907 + - uid: 40947 components: - type: Transform - pos: 8.5,10.5 - parent: 14592 - - uid: 15544 + pos: 59.5,12.5 + parent: 36907 + - uid: 40948 components: - type: Transform - pos: 8.5,12.5 - parent: 14592 - - uid: 15545 + pos: 59.5,13.5 + parent: 36907 + - uid: 40949 components: - type: Transform - pos: 8.5,11.5 - parent: 14592 - - uid: 15546 + pos: 59.5,14.5 + parent: 36907 + - uid: 40950 components: - type: Transform - pos: 7.5,11.5 - parent: 14592 - - uid: 15547 + pos: 59.5,15.5 + parent: 36907 + - uid: 40951 components: - type: Transform - pos: 11.5,8.5 - parent: 14592 - - uid: 15548 + pos: 59.5,18.5 + parent: 36907 + - uid: 40952 components: - type: Transform - pos: 7.5,10.5 - parent: 14592 - - uid: 15549 + pos: 59.5,20.5 + parent: 36907 + - uid: 40953 components: - type: Transform - pos: 8.5,9.5 - parent: 14592 - - uid: 15550 + pos: 59.5,21.5 + parent: 36907 + - uid: 40954 components: - type: Transform - pos: 8.5,7.5 - parent: 14592 - - uid: 15551 + pos: 59.5,24.5 + parent: 36907 + - uid: 40955 components: - type: Transform - pos: 8.5,8.5 - parent: 14592 - - uid: 15552 + pos: 59.5,25.5 + parent: 36907 + - uid: 40956 components: - type: Transform - pos: 9.5,8.5 - parent: 14592 - - uid: 15553 + pos: 59.5,26.5 + parent: 36907 + - uid: 40957 components: - type: Transform - pos: 9.5,7.5 - parent: 14592 - - uid: 15554 + pos: 59.5,27.5 + parent: 36907 + - uid: 40958 components: - type: Transform - pos: 12.5,8.5 - parent: 14592 - - uid: 15555 + pos: 58.5,-12.5 + parent: 36907 + - uid: 40959 components: - type: Transform - pos: -19.5,2.5 - parent: 14592 - - uid: 15879 + pos: 58.5,-11.5 + parent: 36907 + - uid: 40960 components: - type: Transform - pos: -15.5,5.5 - parent: 14592 - - uid: 15880 + pos: 58.5,-10.5 + parent: 36907 + - uid: 40961 components: - type: Transform - pos: -10.5,1.5 - parent: 14592 - - uid: 15884 + pos: 58.5,-6.5 + parent: 36907 + - uid: 40962 components: - type: Transform - pos: 7.5,15.5 - parent: 14592 - - uid: 15886 + pos: 58.5,-4.5 + parent: 36907 + - uid: 40963 components: - type: Transform - pos: -16.5,6.5 - parent: 14592 - - uid: 15893 + pos: 58.5,-2.5 + parent: 36907 + - uid: 40964 components: - type: Transform - pos: -19.5,25.5 - parent: 14592 - - uid: 15903 + pos: 58.5,-1.5 + parent: 36907 + - uid: 40965 components: - type: Transform - pos: -3.5,22.5 - parent: 14592 - - uid: 15909 + pos: 58.5,1.5 + parent: 36907 + - uid: 40966 components: - type: Transform - pos: -11.5,-1.5 - parent: 14592 - - uid: 15911 + pos: 58.5,4.5 + parent: 36907 + - uid: 40967 components: - type: Transform - pos: 3.5,23.5 - parent: 14592 - - uid: 15926 + pos: 58.5,5.5 + parent: 36907 + - uid: 40968 components: - type: Transform - pos: 8.5,19.5 - parent: 14592 - - uid: 15928 + pos: 58.5,9.5 + parent: 36907 + - uid: 40969 components: - type: Transform - pos: -16.5,4.5 - parent: 14592 - - uid: 15929 + pos: 58.5,12.5 + parent: 36907 + - uid: 40970 components: - type: Transform - pos: 8.5,17.5 - parent: 14592 - - uid: 15930 + pos: 58.5,14.5 + parent: 36907 + - uid: 40971 components: - type: Transform - pos: 7.5,20.5 - parent: 14592 - - uid: 15936 + pos: 58.5,19.5 + parent: 36907 + - uid: 40972 components: - type: Transform - pos: -16.5,5.5 - parent: 14592 - - uid: 15958 + pos: 58.5,25.5 + parent: 36907 + - uid: 40973 components: - type: Transform - pos: 7.5,18.5 - parent: 14592 - - uid: 15959 + pos: 57.5,-11.5 + parent: 36907 + - uid: 40974 components: - type: Transform - pos: 9.5,17.5 - parent: 14592 - - uid: 15961 + pos: 57.5,-10.5 + parent: 36907 + - uid: 40975 components: - type: Transform - pos: -20.5,21.5 - parent: 14592 - - uid: 15962 + pos: 57.5,-8.5 + parent: 36907 + - uid: 40976 components: - type: Transform - pos: -20.5,20.5 - parent: 14592 - - uid: 15963 + pos: 57.5,-7.5 + parent: 36907 + - uid: 40977 components: - type: Transform - pos: -20.5,19.5 - parent: 14592 - - uid: 15964 + pos: 57.5,-5.5 + parent: 36907 + - uid: 40978 components: - type: Transform - pos: -20.5,18.5 - parent: 14592 - - uid: 15965 + pos: 57.5,-1.5 + parent: 36907 + - uid: 40979 components: - type: Transform - pos: -20.5,17.5 - parent: 14592 - - uid: 15966 + pos: 57.5,6.5 + parent: 36907 + - uid: 40980 components: - type: Transform - pos: -11.5,1.5 - parent: 14592 - - uid: 15968 + pos: 57.5,7.5 + parent: 36907 + - uid: 40981 components: - type: Transform - pos: -20.5,14.5 - parent: 14592 - - uid: 15969 + pos: 57.5,8.5 + parent: 36907 + - uid: 40982 components: - type: Transform - pos: -20.5,13.5 - parent: 14592 - - uid: 15970 + pos: 57.5,9.5 + parent: 36907 + - uid: 40983 components: - type: Transform - pos: -20.5,12.5 - parent: 14592 - - uid: 15971 + pos: 57.5,11.5 + parent: 36907 + - uid: 40984 components: - type: Transform - pos: -20.5,11.5 - parent: 14592 - - uid: 15972 + pos: 57.5,23.5 + parent: 36907 + - uid: 40985 components: - type: Transform - pos: -20.5,10.5 - parent: 14592 - - uid: 15973 + pos: 57.5,24.5 + parent: 36907 + - uid: 40986 components: - type: Transform - pos: -20.5,9.5 - parent: 14592 - - uid: 15974 + pos: 57.5,29.5 + parent: 36907 + - uid: 40987 components: - type: Transform - pos: -20.5,8.5 - parent: 14592 - - uid: 15975 + pos: 56.5,-9.5 + parent: 36907 + - uid: 40988 components: - type: Transform - pos: -20.5,7.5 - parent: 14592 - - uid: 15976 + pos: 56.5,-8.5 + parent: 36907 + - uid: 40989 components: - type: Transform - pos: -19.5,21.5 - parent: 14592 - - uid: 15977 + pos: 56.5,-7.5 + parent: 36907 + - uid: 40990 components: - type: Transform - pos: -19.5,20.5 - parent: 14592 - - uid: 15978 + pos: 56.5,-6.5 + parent: 36907 + - uid: 40991 components: - type: Transform - pos: -19.5,19.5 - parent: 14592 - - uid: 15979 + pos: 56.5,-5.5 + parent: 36907 + - uid: 40992 components: - type: Transform - pos: -19.5,18.5 - parent: 14592 - - uid: 15980 + pos: 56.5,7.5 + parent: 36907 + - uid: 40993 components: - type: Transform - pos: -19.5,17.5 - parent: 14592 - - uid: 15981 + pos: 56.5,10.5 + parent: 36907 + - uid: 40994 components: - type: Transform - pos: -11.5,0.5 - parent: 14592 - - uid: 15982 + pos: 56.5,11.5 + parent: 36907 + - uid: 40995 components: - type: Transform - pos: -11.5,2.5 - parent: 14592 - - uid: 15983 + pos: 56.5,12.5 + parent: 36907 + - uid: 40996 components: - type: Transform - pos: -19.5,14.5 - parent: 14592 - - uid: 15984 + pos: 56.5,17.5 + parent: 36907 + - uid: 40997 components: - type: Transform - pos: -19.5,13.5 - parent: 14592 - - uid: 15985 + pos: 56.5,24.5 + parent: 36907 + - uid: 40998 components: - type: Transform - pos: -19.5,12.5 - parent: 14592 - - uid: 15986 + pos: 56.5,28.5 + parent: 36907 + - uid: 40999 components: - type: Transform - pos: -19.5,11.5 - parent: 14592 - - uid: 15987 + pos: 55.5,-8.5 + parent: 36907 + - uid: 41000 components: - type: Transform - pos: -19.5,10.5 - parent: 14592 - - uid: 15988 + pos: 55.5,-2.5 + parent: 36907 + - uid: 41001 components: - type: Transform - pos: -19.5,9.5 - parent: 14592 - - uid: 15989 + pos: 55.5,-0.5 + parent: 36907 + - uid: 41002 components: - type: Transform - pos: -19.5,8.5 - parent: 14592 - - uid: 15990 + pos: 55.5,2.5 + parent: 36907 + - uid: 41003 components: - type: Transform - pos: -19.5,7.5 - parent: 14592 - - uid: 15991 + pos: 55.5,3.5 + parent: 36907 + - uid: 41004 components: - type: Transform - pos: -18.5,21.5 - parent: 14592 - - uid: 15992 + pos: 55.5,17.5 + parent: 36907 + - uid: 41005 components: - type: Transform - pos: -18.5,20.5 - parent: 14592 - - uid: 15993 + pos: 55.5,18.5 + parent: 36907 + - uid: 41006 components: - type: Transform - pos: -18.5,19.5 - parent: 14592 - - uid: 15994 + pos: 55.5,27.5 + parent: 36907 + - uid: 41007 components: - type: Transform - pos: -18.5,18.5 - parent: 14592 - - uid: 15995 + pos: 54.5,-12.5 + parent: 36907 + - uid: 41008 components: - type: Transform - pos: -18.5,17.5 - parent: 14592 - - uid: 15996 + pos: 54.5,-4.5 + parent: 36907 + - uid: 41009 components: - type: Transform - pos: -18.5,16.5 - parent: 14592 - - uid: 15998 + pos: 54.5,-2.5 + parent: 36907 + - uid: 41010 components: - type: Transform - pos: -18.5,25.5 - parent: 14592 - - uid: 15999 + pos: 54.5,-1.5 + parent: 36907 + - uid: 41011 components: - type: Transform - pos: -17.5,25.5 - parent: 14592 - - uid: 16000 + pos: 54.5,-0.5 + parent: 36907 + - uid: 41012 components: - type: Transform - pos: -18.5,12.5 - parent: 14592 - - uid: 16001 + pos: 54.5,0.5 + parent: 36907 + - uid: 41013 components: - type: Transform - pos: -18.5,11.5 - parent: 14592 - - uid: 16002 + pos: 54.5,2.5 + parent: 36907 + - uid: 41014 components: - type: Transform - pos: -18.5,10.5 - parent: 14592 - - uid: 16003 + pos: 54.5,8.5 + parent: 36907 + - uid: 41015 components: - type: Transform - pos: -18.5,9.5 - parent: 14592 - - uid: 16004 + pos: 54.5,9.5 + parent: 36907 + - uid: 41016 components: - type: Transform - pos: -18.5,8.5 - parent: 14592 - - uid: 16005 + pos: 54.5,18.5 + parent: 36907 + - uid: 41017 components: - type: Transform - pos: -18.5,7.5 - parent: 14592 - - uid: 16008 + pos: 54.5,19.5 + parent: 36907 + - uid: 41018 components: - type: Transform - pos: -17.5,19.5 - parent: 14592 - - uid: 16009 + pos: 54.5,20.5 + parent: 36907 + - uid: 41019 components: - type: Transform - pos: -17.5,18.5 - parent: 14592 - - uid: 16010 + pos: 54.5,21.5 + parent: 36907 + - uid: 41020 components: - type: Transform - pos: -17.5,17.5 - parent: 14592 - - uid: 16011 + pos: 54.5,28.5 + parent: 36907 + - uid: 41021 components: - type: Transform - pos: -17.5,16.5 - parent: 14592 - - uid: 16012 + pos: 54.5,29.5 + parent: 36907 + - uid: 41022 components: - type: Transform - pos: -17.5,15.5 - parent: 14592 - - uid: 16013 + pos: 53.5,-12.5 + parent: 36907 + - uid: 41023 components: - type: Transform - pos: -17.5,14.5 - parent: 14592 - - uid: 16014 + pos: 53.5,-9.5 + parent: 36907 + - uid: 41024 components: - type: Transform - pos: -17.5,13.5 - parent: 14592 - - uid: 16015 + pos: 53.5,-3.5 + parent: 36907 + - uid: 41025 components: - type: Transform - pos: -17.5,12.5 - parent: 14592 - - uid: 16016 + pos: 53.5,-0.5 + parent: 36907 + - uid: 41026 components: - type: Transform - pos: -17.5,11.5 - parent: 14592 - - uid: 16017 + pos: 53.5,2.5 + parent: 36907 + - uid: 41027 components: - type: Transform - pos: -17.5,10.5 - parent: 14592 - - uid: 16018 + pos: 53.5,6.5 + parent: 36907 + - uid: 41028 components: - type: Transform - pos: -17.5,9.5 - parent: 14592 - - uid: 16019 + pos: 53.5,9.5 + parent: 36907 + - uid: 41029 components: - type: Transform - pos: -17.5,8.5 - parent: 14592 - - uid: 16020 + pos: 53.5,10.5 + parent: 36907 + - uid: 41030 components: - type: Transform - pos: -17.5,7.5 - parent: 14592 - - uid: 16023 + pos: 53.5,14.5 + parent: 36907 + - uid: 41031 components: - type: Transform - pos: -16.5,19.5 - parent: 14592 - - uid: 16024 + pos: 53.5,15.5 + parent: 36907 + - uid: 41032 components: - type: Transform - pos: -16.5,18.5 - parent: 14592 - - uid: 16025 + pos: 53.5,19.5 + parent: 36907 + - uid: 41033 components: - type: Transform - pos: -16.5,17.5 - parent: 14592 - - uid: 16026 + pos: 53.5,20.5 + parent: 36907 + - uid: 41034 components: - type: Transform - pos: -16.5,16.5 - parent: 14592 - - uid: 16027 + pos: 53.5,21.5 + parent: 36907 + - uid: 41035 components: - type: Transform - pos: -16.5,15.5 - parent: 14592 - - uid: 16028 + pos: 53.5,22.5 + parent: 36907 + - uid: 41036 components: - type: Transform - pos: -16.5,14.5 - parent: 14592 - - uid: 16029 + pos: 53.5,28.5 + parent: 36907 + - uid: 41037 components: - type: Transform - pos: -16.5,13.5 - parent: 14592 - - uid: 16030 + pos: 53.5,29.5 + parent: 36907 + - uid: 41038 components: - type: Transform - pos: -16.5,12.5 - parent: 14592 - - uid: 16031 + pos: 52.5,-12.5 + parent: 36907 + - uid: 41039 components: - type: Transform - pos: -16.5,11.5 - parent: 14592 - - uid: 16032 + pos: 52.5,-10.5 + parent: 36907 + - uid: 41040 components: - type: Transform - pos: -16.5,10.5 - parent: 14592 - - uid: 16033 + pos: 52.5,-9.5 + parent: 36907 + - uid: 41041 components: - type: Transform - pos: -16.5,9.5 - parent: 14592 - - uid: 16034 + pos: 52.5,-8.5 + parent: 36907 + - uid: 41042 components: - type: Transform - pos: -16.5,8.5 - parent: 14592 - - uid: 16035 + pos: 52.5,-7.5 + parent: 36907 + - uid: 41043 components: - type: Transform - pos: -16.5,7.5 - parent: 14592 - - uid: 16036 + pos: 52.5,-5.5 + parent: 36907 + - uid: 41044 components: - type: Transform - pos: -15.5,21.5 - parent: 14592 - - uid: 16037 + pos: 52.5,-2.5 + parent: 36907 + - uid: 41045 components: - type: Transform - pos: -15.5,20.5 - parent: 14592 - - uid: 16038 + pos: 52.5,-1.5 + parent: 36907 + - uid: 41046 components: - type: Transform - pos: -15.5,19.5 - parent: 14592 - - uid: 16039 + pos: 52.5,2.5 + parent: 36907 + - uid: 41047 components: - type: Transform - pos: -15.5,18.5 - parent: 14592 - - uid: 16040 + pos: 52.5,3.5 + parent: 36907 + - uid: 41048 components: - type: Transform - pos: -15.5,17.5 - parent: 14592 - - uid: 16041 + pos: 52.5,10.5 + parent: 36907 + - uid: 41049 components: - type: Transform - pos: -15.5,16.5 - parent: 14592 - - uid: 16042 + pos: 52.5,11.5 + parent: 36907 + - uid: 41050 components: - type: Transform - pos: -15.5,15.5 - parent: 14592 - - uid: 16043 + pos: 52.5,15.5 + parent: 36907 + - uid: 41051 components: - type: Transform - pos: -15.5,14.5 - parent: 14592 - - uid: 16044 + pos: 52.5,16.5 + parent: 36907 + - uid: 41052 components: - type: Transform - pos: -15.5,13.5 - parent: 14592 - - uid: 16045 + pos: 52.5,17.5 + parent: 36907 + - uid: 41053 components: - type: Transform - pos: -15.5,12.5 - parent: 14592 - - uid: 16046 + pos: 52.5,18.5 + parent: 36907 + - uid: 41054 components: - type: Transform - pos: -15.5,11.5 - parent: 14592 - - uid: 16047 + pos: 52.5,22.5 + parent: 36907 + - uid: 41055 components: - type: Transform - pos: -15.5,10.5 - parent: 14592 - - uid: 16048 + pos: 52.5,23.5 + parent: 36907 + - uid: 41056 components: - type: Transform - pos: -15.5,9.5 - parent: 14592 - - uid: 16049 + pos: 52.5,27.5 + parent: 36907 + - uid: 41057 components: - type: Transform - pos: -15.5,8.5 - parent: 14592 - - uid: 16050 + pos: 52.5,29.5 + parent: 36907 + - uid: 41058 components: - type: Transform - pos: -15.5,7.5 - parent: 14592 - - uid: 16051 + pos: 51.5,-12.5 + parent: 36907 + - uid: 41059 components: - type: Transform - pos: -14.5,21.5 - parent: 14592 - - uid: 16052 + pos: 51.5,-11.5 + parent: 36907 + - uid: 41060 components: - type: Transform - pos: -14.5,20.5 - parent: 14592 - - uid: 16053 + pos: 51.5,-10.5 + parent: 36907 + - uid: 41061 components: - type: Transform - pos: -14.5,19.5 - parent: 14592 - - uid: 16054 + pos: 51.5,-7.5 + parent: 36907 + - uid: 41062 components: - type: Transform - pos: -14.5,18.5 - parent: 14592 - - uid: 16055 + pos: 51.5,-6.5 + parent: 36907 + - uid: 41063 components: - type: Transform - pos: -14.5,17.5 - parent: 14592 - - uid: 16056 + pos: 51.5,-1.5 + parent: 36907 + - uid: 41064 components: - type: Transform - pos: -14.5,16.5 - parent: 14592 - - uid: 16057 + pos: 51.5,-0.5 + parent: 36907 + - uid: 41065 components: - type: Transform - pos: -14.5,15.5 - parent: 14592 - - uid: 16058 + pos: 51.5,1.5 + parent: 36907 + - uid: 41066 components: - type: Transform - pos: -14.5,14.5 - parent: 14592 - - uid: 16059 + pos: 51.5,5.5 + parent: 36907 + - uid: 41067 components: - type: Transform - pos: -14.5,13.5 - parent: 14592 - - uid: 16060 + pos: 51.5,7.5 + parent: 36907 + - uid: 41068 components: - type: Transform - pos: -14.5,12.5 - parent: 14592 - - uid: 16061 + pos: 51.5,9.5 + parent: 36907 + - uid: 41069 components: - type: Transform - pos: -14.5,11.5 - parent: 14592 - - uid: 16062 + pos: 51.5,11.5 + parent: 36907 + - uid: 41070 components: - type: Transform - pos: -14.5,10.5 - parent: 14592 - - uid: 16063 + pos: 51.5,12.5 + parent: 36907 + - uid: 41071 components: - type: Transform - pos: -14.5,9.5 - parent: 14592 - - uid: 16064 + pos: 51.5,17.5 + parent: 36907 + - uid: 41072 components: - type: Transform - pos: -14.5,8.5 - parent: 14592 - - uid: 16065 + pos: 51.5,18.5 + parent: 36907 + - uid: 41073 components: - type: Transform - pos: -14.5,7.5 - parent: 14592 - - uid: 16066 + pos: 51.5,19.5 + parent: 36907 + - uid: 41074 components: - type: Transform - pos: -13.5,21.5 - parent: 14592 - - uid: 16067 + pos: 51.5,20.5 + parent: 36907 + - uid: 41075 components: - type: Transform - pos: -13.5,20.5 - parent: 14592 - - uid: 16068 + pos: 51.5,22.5 + parent: 36907 + - uid: 41076 components: - type: Transform - pos: -13.5,19.5 - parent: 14592 - - uid: 16069 + pos: 51.5,23.5 + parent: 36907 + - uid: 41077 components: - type: Transform - pos: -13.5,18.5 - parent: 14592 - - uid: 16070 + pos: 50.5,22.5 + parent: 36907 + - uid: 41078 components: - type: Transform - pos: -13.5,17.5 - parent: 14592 - - uid: 16071 + pos: 50.5,20.5 + parent: 36907 + - uid: 41079 components: - type: Transform - pos: -13.5,16.5 - parent: 14592 - - uid: 16072 + pos: 49.5,28.5 + parent: 36907 + - uid: 41080 components: - type: Transform - pos: -13.5,15.5 - parent: 14592 - - uid: 16073 + pos: 49.5,25.5 + parent: 36907 + - uid: 41081 components: - type: Transform - pos: -13.5,14.5 - parent: 14592 - - uid: 16074 + pos: 49.5,22.5 + parent: 36907 + - uid: 41082 components: - type: Transform - pos: -19.5,1.5 - parent: 14592 - - uid: 16078 + pos: 49.5,21.5 + parent: 36907 + - uid: 41083 components: - type: Transform - pos: -12.5,31.5 - parent: 14592 - - uid: 16081 + pos: 49.5,20.5 + parent: 36907 + - uid: 41084 components: - type: Transform - pos: -12.5,21.5 - parent: 14592 - - uid: 16082 + pos: 48.5,29.5 + parent: 36907 + - uid: 41085 components: - type: Transform - pos: -12.5,20.5 - parent: 14592 - - uid: 16083 + pos: 48.5,26.5 + parent: 36907 + - uid: 41086 components: - type: Transform - pos: -12.5,19.5 - parent: 14592 - - uid: 16084 + pos: 48.5,23.5 + parent: 36907 + - uid: 41087 components: - type: Transform - pos: -12.5,18.5 - parent: 14592 - - uid: 16085 + pos: 48.5,21.5 + parent: 36907 + - uid: 41088 components: - type: Transform - pos: -12.5,17.5 - parent: 14592 - - uid: 16086 + pos: 47.5,29.5 + parent: 36907 + - uid: 41089 components: - type: Transform - pos: -23.5,12.5 - parent: 14592 - - uid: 16087 + pos: 47.5,28.5 + parent: 36907 + - uid: 41090 components: - type: Transform - pos: -12.5,15.5 - parent: 14592 - - uid: 16088 + pos: 47.5,27.5 + parent: 36907 + - uid: 41091 components: - type: Transform - pos: -12.5,14.5 - parent: 14592 - - uid: 16092 + pos: 46.5,29.5 + parent: 36907 + - uid: 41092 components: - type: Transform - pos: -15.5,4.5 - parent: 14592 - - uid: 16095 + pos: 46.5,24.5 + parent: 36907 + - uid: 41093 components: - type: Transform - pos: -13.5,32.5 - parent: 14592 - - uid: 16096 + pos: 45.5,29.5 + parent: 36907 + - uid: 41094 components: - type: Transform - pos: -11.5,21.5 - parent: 14592 - - uid: 16097 + pos: 45.5,28.5 + parent: 36907 + - uid: 41095 components: - type: Transform - pos: -11.5,20.5 - parent: 14592 - - uid: 16098 + pos: 45.5,25.5 + parent: 36907 + - uid: 41096 components: - type: Transform - pos: -11.5,19.5 - parent: 14592 - - uid: 16099 + pos: 45.5,24.5 + parent: 36907 + - uid: 41097 components: - type: Transform - pos: -11.5,18.5 - parent: 14592 - - uid: 16100 + pos: 45.5,23.5 + parent: 36907 + - uid: 41098 components: - type: Transform - pos: -11.5,17.5 - parent: 14592 - - uid: 16101 + pos: 45.5,22.5 + parent: 36907 + - uid: 41099 components: - type: Transform - pos: -11.5,16.5 - parent: 14592 - - uid: 16102 + pos: 44.5,29.5 + parent: 36907 + - uid: 41100 components: - type: Transform - pos: -11.5,15.5 - parent: 14592 - - uid: 16103 + pos: 44.5,24.5 + parent: 36907 + - uid: 41101 components: - type: Transform - pos: -11.5,14.5 - parent: 14592 - - uid: 16106 + pos: 44.5,22.5 + parent: 36907 + - uid: 41102 components: - type: Transform - pos: -14.5,6.5 - parent: 14592 - - uid: 16107 + pos: 44.5,21.5 + parent: 36907 + - uid: 41103 components: - type: Transform - pos: -14.5,5.5 - parent: 14592 - - uid: 16111 + pos: 44.5,20.5 + parent: 36907 + - uid: 41104 components: - type: Transform - pos: -10.5,21.5 - parent: 14592 - - uid: 16112 + pos: 43.5,29.5 + parent: 36907 + - uid: 41105 components: - type: Transform - pos: -10.5,20.5 - parent: 14592 - - uid: 16113 + pos: 43.5,28.5 + parent: 36907 + - uid: 41106 components: - type: Transform - pos: -10.5,19.5 - parent: 14592 - - uid: 16114 + pos: 43.5,27.5 + parent: 36907 + - uid: 41107 components: - type: Transform - pos: -10.5,18.5 - parent: 14592 - - uid: 16115 + pos: 43.5,24.5 + parent: 36907 + - uid: 41108 components: - type: Transform - pos: -10.5,17.5 - parent: 14592 - - uid: 16116 + pos: 43.5,23.5 + parent: 36907 + - uid: 41109 components: - type: Transform - pos: -10.5,16.5 - parent: 14592 - - uid: 16117 + pos: 43.5,21.5 + parent: 36907 + - uid: 41110 components: - type: Transform - pos: -10.5,15.5 - parent: 14592 - - uid: 16118 + pos: 43.5,20.5 + parent: 36907 + - uid: 41111 components: - type: Transform - pos: -10.5,14.5 - parent: 14592 - - uid: 16121 + pos: 42.5,29.5 + parent: 36907 + - uid: 41112 components: - type: Transform - pos: -14.5,4.5 - parent: 14592 - - uid: 16122 + pos: 42.5,23.5 + parent: 36907 + - uid: 41113 components: - type: Transform - pos: -19.5,4.5 - parent: 14592 - - uid: 16123 + pos: 42.5,22.5 + parent: 36907 + - uid: 41114 components: - type: Transform - pos: -21.5,26.5 - parent: 14592 - - uid: 16125 + pos: 41.5,22.5 + parent: 36907 + - uid: 41115 components: - type: Transform - pos: -9.5,21.5 - parent: 14592 - - uid: 16126 + pos: 41.5,21.5 + parent: 36907 + - uid: 41116 components: - type: Transform - pos: -9.5,20.5 - parent: 14592 - - uid: 16127 + pos: 41.5,20.5 + parent: 36907 + - uid: 41117 components: - type: Transform - pos: -9.5,19.5 - parent: 14592 - - uid: 16128 + pos: 40.5,26.5 + parent: 36907 + - uid: 41118 components: - type: Transform - pos: -9.5,18.5 - parent: 14592 - - uid: 16129 + pos: 40.5,21.5 + parent: 36907 + - uid: 41119 components: - type: Transform - pos: -9.5,17.5 - parent: 14592 - - uid: 16130 + rot: 1.5707963267948966 rad + pos: 46.5,16.5 + parent: 36907 + - uid: 41120 components: - type: Transform - pos: -9.5,16.5 - parent: 14592 - - uid: 16131 + pos: 39.5,29.5 + parent: 36907 + - uid: 41121 components: - type: Transform - pos: -9.5,15.5 - parent: 14592 - - uid: 16132 + pos: 39.5,28.5 + parent: 36907 + - uid: 41122 components: - type: Transform - pos: -9.5,14.5 - parent: 14592 - - uid: 16138 + pos: 39.5,27.5 + parent: 36907 + - uid: 41123 components: - type: Transform - pos: -8.5,21.5 - parent: 14592 - - uid: 16139 + pos: 39.5,26.5 + parent: 36907 + - uid: 41124 components: - type: Transform - pos: -8.5,20.5 - parent: 14592 - - uid: 16140 + pos: 38.5,29.5 + parent: 36907 + - uid: 41125 components: - type: Transform - pos: -8.5,19.5 - parent: 14592 - - uid: 16141 + pos: 38.5,26.5 + parent: 36907 + - uid: 41126 components: - type: Transform - pos: -8.5,18.5 - parent: 14592 - - uid: 16142 + pos: 38.5,25.5 + parent: 36907 + - uid: 41127 components: - type: Transform - pos: -8.5,17.5 - parent: 14592 - - uid: 16143 + pos: 37.5,29.5 + parent: 36907 + - uid: 41128 components: - type: Transform - pos: -8.5,16.5 - parent: 14592 - - uid: 16144 + pos: 37.5,28.5 + parent: 36907 + - uid: 41129 components: - type: Transform - pos: -8.5,15.5 - parent: 14592 - - uid: 16145 + pos: 37.5,23.5 + parent: 36907 + - uid: 41130 components: - - type: Transform - pos: -8.5,14.5 - parent: 14592 - - uid: 16153 + - type: Transform + pos: 36.5,29.5 + parent: 36907 + - uid: 41131 components: - type: Transform - pos: -7.5,21.5 - parent: 14592 - - uid: 16154 + pos: 36.5,28.5 + parent: 36907 + - uid: 41132 components: - type: Transform - pos: -7.5,20.5 - parent: 14592 - - uid: 16155 + pos: 36.5,23.5 + parent: 36907 + - uid: 41133 components: - type: Transform - pos: -7.5,19.5 - parent: 14592 - - uid: 16156 + pos: 36.5,22.5 + parent: 36907 + - uid: 41134 components: - type: Transform - pos: -7.5,18.5 - parent: 14592 - - uid: 16157 + pos: 35.5,29.5 + parent: 36907 + - uid: 41135 components: - type: Transform - pos: -7.5,17.5 - parent: 14592 - - uid: 16158 + rot: 1.5707963267948966 rad + pos: 33.5,4.5 + parent: 36907 + - uid: 41136 components: - type: Transform - pos: -7.5,16.5 - parent: 14592 - - uid: 16159 + rot: 1.5707963267948966 rad + pos: 47.5,15.5 + parent: 36907 + - uid: 41137 components: - type: Transform - pos: -7.5,15.5 - parent: 14592 - - uid: 16160 + pos: 35.5,22.5 + parent: 36907 + - uid: 41138 components: - type: Transform - pos: -7.5,14.5 - parent: 14592 - - uid: 16167 + pos: 35.5,21.5 + parent: 36907 + - uid: 41139 components: - type: Transform - pos: -6.5,21.5 - parent: 14592 - - uid: 16168 + pos: 34.5,25.5 + parent: 36907 + - uid: 41140 components: - type: Transform - pos: -6.5,20.5 - parent: 14592 - - uid: 16169 + rot: 1.5707963267948966 rad + pos: 47.5,14.5 + parent: 36907 + - uid: 41141 components: - type: Transform - pos: -6.5,19.5 - parent: 14592 - - uid: 16170 + pos: 34.5,21.5 + parent: 36907 + - uid: 41142 components: - type: Transform - pos: -6.5,18.5 - parent: 14592 - - uid: 16171 + pos: 34.5,20.5 + parent: 36907 + - uid: 41143 components: - type: Transform - pos: -6.5,17.5 - parent: 14592 - - uid: 16172 + rot: 1.5707963267948966 rad + pos: 33.5,6.5 + parent: 36907 + - uid: 41144 components: - type: Transform - pos: -6.5,16.5 - parent: 14592 - - uid: 16173 + pos: 33.5,25.5 + parent: 36907 + - uid: 41145 components: - type: Transform - pos: -6.5,15.5 - parent: 14592 - - uid: 16174 + rot: 1.5707963267948966 rad + pos: 46.5,13.5 + parent: 36907 + - uid: 41146 components: - type: Transform - pos: -6.5,14.5 - parent: 14592 - - uid: 16182 + pos: 33.5,20.5 + parent: 36907 + - uid: 41147 components: - type: Transform - pos: -5.5,20.5 - parent: 14592 - - uid: 16183 + rot: 1.5707963267948966 rad + pos: 32.5,6.5 + parent: 36907 + - uid: 41148 components: - type: Transform - pos: -5.5,19.5 - parent: 14592 - - uid: 16184 + pos: 32.5,28.5 + parent: 36907 + - uid: 41149 components: - type: Transform - pos: -5.5,18.5 - parent: 14592 - - uid: 16185 + pos: 32.5,27.5 + parent: 36907 + - uid: 41150 components: - type: Transform - pos: -5.5,17.5 - parent: 14592 - - uid: 16186 + pos: 32.5,26.5 + parent: 36907 + - uid: 41151 components: - type: Transform - pos: -5.5,16.5 - parent: 14592 - - uid: 16187 + pos: 32.5,25.5 + parent: 36907 + - uid: 41152 components: - type: Transform - pos: -5.5,15.5 - parent: 14592 - - uid: 16188 + pos: 32.5,24.5 + parent: 36907 + - uid: 41153 components: - type: Transform - pos: -23.5,11.5 - parent: 14592 - - uid: 16196 + rot: 1.5707963267948966 rad + pos: 46.5,15.5 + parent: 36907 + - uid: 41154 components: - type: Transform - pos: -4.5,20.5 - parent: 14592 - - uid: 16197 + pos: 32.5,20.5 + parent: 36907 + - uid: 41155 components: - type: Transform - pos: -4.5,19.5 - parent: 14592 - - uid: 16198 + pos: 31.5,29.5 + parent: 36907 + - uid: 41156 components: - type: Transform - pos: -4.5,18.5 - parent: 14592 - - uid: 16199 + pos: 31.5,28.5 + parent: 36907 + - uid: 41157 components: - type: Transform - pos: -4.5,17.5 - parent: 14592 - - uid: 16200 + pos: 31.5,27.5 + parent: 36907 + - uid: 41158 components: - type: Transform - pos: -8.5,23.5 - parent: 14592 - - uid: 16201 + pos: 31.5,24.5 + parent: 36907 + - uid: 41159 components: - type: Transform - pos: -5.5,23.5 - parent: 14592 - - uid: 16202 + pos: 31.5,20.5 + parent: 36907 + - uid: 41160 components: - type: Transform - pos: -23.5,10.5 - parent: 14592 - - uid: 16206 + pos: 30.5,29.5 + parent: 36907 + - uid: 41161 components: - type: Transform - pos: -21.5,30.5 - parent: 14592 - - uid: 16208 + pos: 30.5,27.5 + parent: 36907 + - uid: 41162 components: - type: Transform - pos: -3.5,21.5 - parent: 14592 - - uid: 16209 + pos: 30.5,25.5 + parent: 36907 + - uid: 41163 components: - type: Transform - pos: -3.5,20.5 - parent: 14592 - - uid: 16210 + pos: 30.5,21.5 + parent: 36907 + - uid: 41164 components: - type: Transform - pos: -3.5,19.5 - parent: 14592 - - uid: 16211 + pos: 30.5,20.5 + parent: 36907 + - uid: 41165 components: - type: Transform - pos: -3.5,18.5 - parent: 14592 - - uid: 16212 + pos: 29.5,29.5 + parent: 36907 + - uid: 41166 components: - type: Transform - pos: -3.5,17.5 - parent: 14592 - - uid: 16214 + pos: 29.5,27.5 + parent: 36907 + - uid: 41167 components: - type: Transform - pos: -7.5,23.5 - parent: 14592 - - uid: 16215 + pos: 29.5,26.5 + parent: 36907 + - uid: 41168 components: - type: Transform - pos: -6.5,23.5 - parent: 14592 - - uid: 16220 + rot: 1.5707963267948966 rad + pos: 44.5,13.5 + parent: 36907 + - uid: 41169 components: - type: Transform - pos: -2.5,21.5 - parent: 14592 - - uid: 16221 + rot: 1.5707963267948966 rad + pos: 45.5,17.5 + parent: 36907 + - uid: 41170 components: - type: Transform - pos: -2.5,20.5 - parent: 14592 - - uid: 16222 + pos: 29.5,22.5 + parent: 36907 + - uid: 41171 components: - type: Transform - pos: -2.5,19.5 - parent: 14592 - - uid: 16223 + pos: 29.5,21.5 + parent: 36907 + - uid: 41172 components: - type: Transform - pos: -2.5,18.5 - parent: 14592 - - uid: 16224 + pos: 28.5,29.5 + parent: 36907 + - uid: 41173 components: - type: Transform - pos: -2.5,17.5 - parent: 14592 - - uid: 16225 + pos: 28.5,27.5 + parent: 36907 + - uid: 41174 components: - type: Transform - pos: -8.5,22.5 - parent: 14592 - - uid: 16227 + pos: 28.5,26.5 + parent: 36907 + - uid: 41175 components: - type: Transform - pos: -4.5,23.5 - parent: 14592 - - uid: 16232 + rot: 1.5707963267948966 rad + pos: 44.5,12.5 + parent: 36907 + - uid: 41176 components: - type: Transform - pos: -21.5,28.5 - parent: 14592 - - uid: 16235 + rot: 1.5707963267948966 rad + pos: 45.5,18.5 + parent: 36907 + - uid: 41177 components: - type: Transform - pos: -1.5,21.5 - parent: 14592 - - uid: 16236 + pos: 28.5,23.5 + parent: 36907 + - uid: 41178 components: - type: Transform - pos: -1.5,20.5 - parent: 14592 - - uid: 16237 + pos: 28.5,22.5 + parent: 36907 + - uid: 41179 components: - type: Transform - pos: -1.5,19.5 - parent: 14592 - - uid: 16238 + pos: 27.5,29.5 + parent: 36907 + - uid: 41180 components: - type: Transform - pos: -1.5,18.5 - parent: 14592 - - uid: 16239 + pos: 27.5,27.5 + parent: 36907 + - uid: 41181 components: - type: Transform - pos: -2.5,23.5 - parent: 14592 - - uid: 16241 + rot: 1.5707963267948966 rad + pos: 44.5,14.5 + parent: 36907 + - uid: 41182 components: - type: Transform - pos: 8.5,18.5 - parent: 14592 - - uid: 16242 + rot: 1.5707963267948966 rad + pos: 44.5,17.5 + parent: 36907 + - uid: 41183 components: - type: Transform - pos: 8.5,14.5 - parent: 14592 - - uid: 16243 + rot: 1.5707963267948966 rad + pos: 43.5,13.5 + parent: 36907 + - uid: 41184 components: - type: Transform - pos: 7.5,9.5 - parent: 14592 - - uid: 16244 + pos: 26.5,29.5 + parent: 36907 + - uid: 41185 components: - type: Transform - pos: 9.5,9.5 - parent: 14592 - - uid: 16245 + pos: 26.5,27.5 + parent: 36907 + - uid: 41186 components: - type: Transform - pos: 12.5,9.5 - parent: 14592 - - uid: 16246 + pos: 26.5,25.5 + parent: 36907 + - uid: 41187 components: - type: Transform - pos: 12.5,10.5 - parent: 14592 - - uid: 16247 + rot: 1.5707963267948966 rad + pos: 43.5,12.5 + parent: 36907 + - uid: 41188 components: - type: Transform - pos: 13.5,9.5 - parent: 14592 - - uid: 16248 + rot: 1.5707963267948966 rad + pos: 44.5,18.5 + parent: 36907 + - uid: 41189 components: - type: Transform - pos: 11.5,11.5 - parent: 14592 - - uid: 16249 + rot: 1.5707963267948966 rad + pos: 43.5,14.5 + parent: 36907 + - uid: 41190 components: - type: Transform - pos: 13.5,8.5 - parent: 14592 - - uid: 16250 + pos: 26.5,21.5 + parent: 36907 + - uid: 41191 components: - type: Transform - pos: -0.5,21.5 - parent: 14592 - - uid: 16251 + pos: 26.5,20.5 + parent: 36907 + - uid: 41192 components: - type: Transform - pos: -0.5,20.5 - parent: 14592 - - uid: 16252 + pos: 25.5,25.5 + parent: 36907 + - uid: 41193 components: - type: Transform - pos: -0.5,19.5 - parent: 14592 - - uid: 16253 + pos: 25.5,24.5 + parent: 36907 + - uid: 41194 components: - type: Transform - pos: -0.5,18.5 - parent: 14592 - - uid: 16254 + rot: 1.5707963267948966 rad + pos: 43.5,16.5 + parent: 36907 + - uid: 41195 components: - type: Transform - pos: -2.5,22.5 - parent: 14592 - - uid: 16255 + rot: 1.5707963267948966 rad + pos: 43.5,15.5 + parent: 36907 + - uid: 41196 components: - type: Transform - pos: -3.5,23.5 - parent: 14592 - - uid: 16256 + pos: 25.5,21.5 + parent: 36907 + - uid: 41197 components: - type: Transform - pos: 8.5,16.5 - parent: 14592 - - uid: 16257 + pos: 24.5,29.5 + parent: 36907 + - uid: 41198 components: - type: Transform - pos: 9.5,18.5 - parent: 14592 - - uid: 16258 + pos: 24.5,28.5 + parent: 36907 + - uid: 41199 components: - type: Transform - pos: 7.5,8.5 - parent: 14592 - - uid: 16259 + pos: 24.5,27.5 + parent: 36907 + - uid: 41200 components: - type: Transform - pos: 10.5,8.5 - parent: 14592 - - uid: 16260 + pos: 24.5,26.5 + parent: 36907 + - uid: 41201 components: - type: Transform - pos: 10.5,9.5 - parent: 14592 - - uid: 16261 + pos: 24.5,25.5 + parent: 36907 + - uid: 41202 components: - type: Transform - pos: 11.5,9.5 - parent: 14592 - - uid: 16262 + rot: 1.5707963267948966 rad + pos: 43.5,18.5 + parent: 36907 + - uid: 41203 components: - type: Transform - pos: 11.5,11.5 - parent: 14592 - - uid: 16263 + rot: 1.5707963267948966 rad + pos: 43.5,17.5 + parent: 36907 + - uid: 41204 components: - type: Transform - pos: 12.5,11.5 - parent: 14592 - - uid: 16264 + pos: 24.5,21.5 + parent: 36907 + - uid: 41205 components: - type: Transform - pos: 11.5,10.5 - parent: 14592 - - uid: 16265 + pos: 23.5,29.5 + parent: 36907 + - uid: 41206 components: - type: Transform - pos: 0.5,21.5 - parent: 14592 - - uid: 16266 + pos: 23.5,27.5 + parent: 36907 + - uid: 41207 components: - type: Transform - pos: 0.5,20.5 - parent: 14592 - - uid: 16267 + rot: 1.5707963267948966 rad + pos: 33.5,16.5 + parent: 36907 + - uid: 41208 components: - type: Transform - pos: 0.5,19.5 - parent: 14592 - - uid: 16268 + rot: 1.5707963267948966 rad + pos: 42.5,16.5 + parent: 36907 + - uid: 41209 components: - type: Transform - pos: 0.5,18.5 - parent: 14592 - - uid: 16269 + rot: 1.5707963267948966 rad + pos: 33.5,13.5 + parent: 36907 + - uid: 41210 components: - type: Transform - pos: -1.5,23.5 - parent: 14592 - - uid: 16270 + pos: 22.5,29.5 + parent: 36907 + - uid: 41211 components: - type: Transform - pos: -1.5,22.5 - parent: 14592 - - uid: 16271 + rot: 1.5707963267948966 rad + pos: 32.5,13.5 + parent: 36907 + - uid: 41212 components: - type: Transform - pos: -23.5,13.5 - parent: 14592 - - uid: 16272 + rot: 1.5707963267948966 rad + pos: 39.5,6.5 + parent: 36907 + - uid: 41213 components: - type: Transform - pos: 7.5,14.5 - parent: 14592 - - uid: 16273 + rot: 1.5707963267948966 rad + pos: 31.5,13.5 + parent: 36907 + - uid: 41214 components: - type: Transform - pos: 9.5,14.5 - parent: 14592 - - uid: 16274 + rot: 1.5707963267948966 rad + pos: 32.5,4.5 + parent: 36907 + - uid: 41215 components: - type: Transform - pos: -23.5,16.5 - parent: 14592 - - uid: 16275 + rot: 1.5707963267948966 rad + pos: 33.5,12.5 + parent: 36907 + - uid: 41216 components: - type: Transform - pos: -14.5,23.5 - parent: 14592 - - uid: 16276 + pos: 21.5,29.5 + parent: 36907 + - uid: 41217 components: - type: Transform - pos: -14.5,22.5 - parent: 14592 - - uid: 16277 + rot: 1.5707963267948966 rad + pos: 32.5,15.5 + parent: 36907 + - uid: 41218 components: - type: Transform - pos: 0.5,9.5 - parent: 14592 - - uid: 16278 + pos: 21.5,22.5 + parent: 36907 + - uid: 41219 components: - type: Transform - pos: 0.5,8.5 - parent: 14592 - - uid: 16279 + pos: 21.5,21.5 + parent: 36907 + - uid: 41220 components: - type: Transform - pos: 0.5,7.5 - parent: 14592 - - uid: 16280 + rot: 1.5707963267948966 rad + pos: 33.5,14.5 + parent: 36907 + - uid: 41221 components: - type: Transform - pos: 1.5,21.5 - parent: 14592 - - uid: 16281 + rot: 1.5707963267948966 rad + pos: 38.5,5.5 + parent: 36907 + - uid: 41222 components: - type: Transform - pos: 1.5,20.5 - parent: 14592 - - uid: 16282 + rot: 1.5707963267948966 rad + pos: 38.5,2.5 + parent: 36907 + - uid: 41223 components: - type: Transform - pos: 1.5,19.5 - parent: 14592 - - uid: 16283 + rot: 1.5707963267948966 rad + pos: 32.5,16.5 + parent: 36907 + - uid: 41224 components: - type: Transform - pos: 1.5,18.5 - parent: 14592 - - uid: 16284 + pos: 20.5,23.5 + parent: 36907 + - uid: 41225 components: - type: Transform - pos: 0.5,23.5 - parent: 14592 - - uid: 16285 + pos: 20.5,22.5 + parent: 36907 + - uid: 41226 components: - type: Transform - pos: -0.5,23.5 - parent: 14592 - - uid: 16286 + pos: 20.5,21.5 + parent: 36907 + - uid: 41227 components: - type: Transform - pos: -23.5,14.5 - parent: 14592 - - uid: 16287 + pos: 20.5,20.5 + parent: 36907 + - uid: 41228 components: - type: Transform - pos: -23.5,15.5 - parent: 14592 - - uid: 16288 + rot: 1.5707963267948966 rad + pos: 38.5,6.5 + parent: 36907 + - uid: 41229 components: - type: Transform - pos: 5.5,22.5 - parent: 14592 - - uid: 16289 + pos: 19.5,27.5 + parent: 36907 + - uid: 41230 components: - type: Transform - pos: -23.5,18.5 - parent: 14592 - - uid: 16290 + pos: 19.5,26.5 + parent: 36907 + - uid: 41231 components: - type: Transform - pos: -15.5,23.5 - parent: 14592 - - uid: 16291 + pos: 19.5,22.5 + parent: 36907 + - uid: 41232 components: - type: Transform - pos: -15.5,22.5 - parent: 14592 - - uid: 16292 + pos: 18.5,29.5 + parent: 36907 + - uid: 41233 components: - type: Transform - pos: 1.5,9.5 - parent: 14592 - - uid: 16293 + pos: 18.5,28.5 + parent: 36907 + - uid: 41234 components: - type: Transform - pos: 1.5,8.5 - parent: 14592 - - uid: 16294 + pos: 18.5,26.5 + parent: 36907 + - uid: 41235 components: - type: Transform - pos: 1.5,7.5 - parent: 14592 - - uid: 16295 + pos: 18.5,25.5 + parent: 36907 + - uid: 41236 components: - type: Transform - pos: -10.5,-1.5 - parent: 14592 - - uid: 16296 + pos: 18.5,21.5 + parent: 36907 + - uid: 41237 components: - type: Transform - pos: 2.5,20.5 - parent: 14592 - - uid: 16297 + pos: 17.5,29.5 + parent: 36907 + - uid: 41238 components: - type: Transform - pos: 2.5,19.5 - parent: 14592 - - uid: 16298 + pos: 17.5,28.5 + parent: 36907 + - uid: 41239 components: - type: Transform - pos: 2.5,18.5 - parent: 14592 - - uid: 16299 + pos: 17.5,27.5 + parent: 36907 + - uid: 41240 components: - type: Transform - pos: 1.5,23.5 - parent: 14592 - - uid: 16300 + pos: 43.5,4.5 + parent: 36907 + - uid: 41241 components: - type: Transform - pos: -0.5,22.5 - parent: 14592 - - uid: 16301 + pos: 17.5,21.5 + parent: 36907 + - uid: 41242 components: - type: Transform - pos: 7.5,17.5 - parent: 14592 - - uid: 16302 + pos: 17.5,20.5 + parent: 36907 + - uid: 41243 components: - type: Transform - pos: 7.5,16.5 - parent: 14592 - - uid: 16303 + pos: 16.5,29.5 + parent: 36907 + - uid: 41244 components: - type: Transform - pos: -19.5,22.5 - parent: 14592 - - uid: 16304 + pos: 16.5,22.5 + parent: 36907 + - uid: 41245 components: - type: Transform - pos: -23.5,17.5 - parent: 14592 - - uid: 16305 + pos: 16.5,20.5 + parent: 36907 + - uid: 41246 components: - type: Transform - pos: -13.5,23.5 - parent: 14592 - - uid: 16306 + rot: 1.5707963267948966 rad + pos: 41.5,1.5 + parent: 36907 + - uid: 41247 components: - type: Transform - pos: -13.5,22.5 - parent: 14592 - - uid: 16307 + rot: 1.5707963267948966 rad + pos: 40.5,6.5 + parent: 36907 + - uid: 41248 components: - type: Transform - pos: 2.5,9.5 - parent: 14592 - - uid: 16308 + rot: 1.5707963267948966 rad + pos: 42.5,3.5 + parent: 36907 + - uid: 41249 components: - type: Transform - pos: 2.5,8.5 - parent: 14592 - - uid: 16309 + pos: 15.5,24.5 + parent: 36907 + - uid: 41250 components: - type: Transform - pos: 2.5,7.5 - parent: 14592 - - uid: 16310 + pos: 15.5,23.5 + parent: 36907 + - uid: 41251 components: - type: Transform - pos: -10.5,-0.5 - parent: 14592 - - uid: 16311 + rot: 1.5707963267948966 rad + pos: 41.5,2.5 + parent: 36907 + - uid: 41252 components: - type: Transform - pos: -10.5,0.5 - parent: 14592 - - uid: 16312 + pos: 43.5,5.5 + parent: 36907 + - uid: 41253 components: - type: Transform - pos: 3.5,19.5 - parent: 14592 - - uid: 16313 + rot: 1.5707963267948966 rad + pos: 41.5,7.5 + parent: 36907 + - uid: 41254 components: - type: Transform - pos: 3.5,18.5 - parent: 14592 - - uid: 16314 + rot: 1.5707963267948966 rad + pos: 41.5,8.5 + parent: 36907 + - uid: 41255 components: - type: Transform - pos: -15.5,6.5 - parent: 14592 - - uid: 16315 + pos: 14.5,23.5 + parent: 36907 + - uid: 41256 components: - type: Transform - pos: 2.5,23.5 - parent: 14592 - - uid: 16316 + pos: 14.5,22.5 + parent: 36907 + - uid: 41257 components: - type: Transform - pos: -10.5,2.5 - parent: 14592 - - uid: 16317 + rot: 1.5707963267948966 rad + pos: 31.5,17.5 + parent: 36907 + - uid: 41258 components: - type: Transform - pos: 4.5,23.5 - parent: 14592 - - uid: 16318 + pos: 12.5,29.5 + parent: 36907 + - uid: 41259 components: - type: Transform - pos: -11.5,-0.5 - parent: 14592 - - uid: 16319 + pos: 12.5,28.5 + parent: 36907 + - uid: 41260 components: - type: Transform - pos: 7.5,19.5 - parent: 14592 - - uid: 16320 + pos: 12.5,26.5 + parent: 36907 + - uid: 41261 components: - type: Transform - pos: 3.5,11.5 - parent: 14592 - - uid: 16321 + rot: 1.5707963267948966 rad + pos: 30.5,16.5 + parent: 36907 + - uid: 41262 components: - type: Transform - pos: 3.5,10.5 - parent: 14592 - - uid: 16322 + rot: 1.5707963267948966 rad + pos: 32.5,17.5 + parent: 36907 + - uid: 41263 components: - type: Transform - pos: 3.5,9.5 - parent: 14592 - - uid: 16323 + pos: 11.5,29.5 + parent: 36907 + - uid: 41264 components: - type: Transform - pos: 3.5,8.5 - parent: 14592 - - uid: 16324 + pos: 11.5,28.5 + parent: 36907 + - uid: 41265 components: - type: Transform - pos: 3.5,7.5 - parent: 14592 - - uid: 16325 + pos: 11.5,26.5 + parent: 36907 + - uid: 41266 components: - type: Transform - pos: 4.5,21.5 - parent: 14592 - - uid: 16326 + rot: 1.5707963267948966 rad + pos: 42.5,-6.5 + parent: 36907 + - uid: 41267 components: - type: Transform - pos: 4.5,20.5 - parent: 14592 - - uid: 16327 + rot: 1.5707963267948966 rad + pos: 31.5,16.5 + parent: 36907 + - uid: 41268 components: - type: Transform - pos: 4.5,19.5 - parent: 14592 - - uid: 16328 + rot: 1.5707963267948966 rad + pos: 30.5,15.5 + parent: 36907 + - uid: 41269 components: - type: Transform - pos: 4.5,18.5 - parent: 14592 - - uid: 16329 + pos: 11.5,22.5 + parent: 36907 + - uid: 41270 components: - type: Transform - pos: 4.5,17.5 - parent: 14592 - - uid: 16330 + pos: 11.5,21.5 + parent: 36907 + - uid: 41271 components: - type: Transform - pos: 4.5,16.5 - parent: 14592 - - uid: 16331 + pos: 10.5,29.5 + parent: 36907 + - uid: 41272 components: - type: Transform - pos: 4.5,15.5 - parent: 14592 - - uid: 16332 + pos: 10.5,28.5 + parent: 36907 + - uid: 41273 components: - type: Transform - pos: 4.5,14.5 - parent: 14592 - - uid: 16333 + pos: 10.5,27.5 + parent: 36907 + - uid: 41274 components: - type: Transform - pos: 4.5,13.5 - parent: 14592 - - uid: 16334 + pos: 10.5,26.5 + parent: 36907 + - uid: 41275 components: - type: Transform - pos: 4.5,12.5 - parent: 14592 - - uid: 16335 + rot: 1.5707963267948966 rad + pos: 29.5,15.5 + parent: 36907 + - uid: 41276 components: - type: Transform - pos: 4.5,11.5 - parent: 14592 - - uid: 16336 + rot: 1.5707963267948966 rad + pos: 29.5,14.5 + parent: 36907 + - uid: 41277 components: - type: Transform - pos: 4.5,10.5 - parent: 14592 - - uid: 16337 + pos: 10.5,23.5 + parent: 36907 + - uid: 41278 components: - type: Transform - pos: 4.5,9.5 - parent: 14592 - - uid: 16338 + pos: 10.5,20.5 + parent: 36907 + - uid: 41279 components: - type: Transform - pos: 4.5,8.5 - parent: 14592 - - uid: 16339 + pos: 9.5,29.5 + parent: 36907 + - uid: 41280 components: - type: Transform - pos: 4.5,7.5 - parent: 14592 - - uid: 16340 + pos: 9.5,28.5 + parent: 36907 + - uid: 41281 components: - type: Transform - pos: 5.5,21.5 - parent: 14592 - - uid: 16341 + pos: 9.5,27.5 + parent: 36907 + - uid: 41282 components: - type: Transform - pos: 5.5,20.5 - parent: 14592 - - uid: 16342 + rot: 1.5707963267948966 rad + pos: 29.5,16.5 + parent: 36907 + - uid: 41283 components: - type: Transform - pos: 5.5,19.5 - parent: 14592 - - uid: 16343 + pos: 9.5,22.5 + parent: 36907 + - uid: 41284 components: - type: Transform - pos: 5.5,18.5 - parent: 14592 - - uid: 16344 + pos: 8.5,29.5 + parent: 36907 + - uid: 41285 components: - type: Transform - pos: 5.5,17.5 - parent: 14592 - - uid: 16345 + pos: 8.5,27.5 + parent: 36907 + - uid: 41286 components: - type: Transform - pos: 5.5,16.5 - parent: 14592 - - uid: 16346 + pos: 8.5,26.5 + parent: 36907 + - uid: 41287 components: - type: Transform - pos: 5.5,15.5 - parent: 14592 - - uid: 16347 + pos: 8.5,25.5 + parent: 36907 + - uid: 41288 components: - type: Transform - pos: 5.5,14.5 - parent: 14592 - - uid: 16348 + rot: 1.5707963267948966 rad + pos: 41.5,-5.5 + parent: 36907 + - uid: 41289 components: - type: Transform - pos: 5.5,13.5 - parent: 14592 - - uid: 16349 + pos: 8.5,20.5 + parent: 36907 + - uid: 41290 components: - type: Transform - pos: 5.5,12.5 - parent: 14592 - - uid: 16350 + pos: 7.5,29.5 + parent: 36907 + - uid: 41291 components: - type: Transform - pos: 5.5,11.5 - parent: 14592 - - uid: 16351 + pos: 7.5,28.5 + parent: 36907 + - uid: 41292 components: - type: Transform - pos: 5.5,10.5 - parent: 14592 - - uid: 16352 + pos: 7.5,26.5 + parent: 36907 + - uid: 41293 components: - type: Transform - pos: 5.5,9.5 - parent: 14592 - - uid: 16353 + rot: 1.5707963267948966 rad + pos: 40.5,-5.5 + parent: 36907 + - uid: 41294 components: - type: Transform - pos: 5.5,8.5 - parent: 14592 - - uid: 16354 + pos: 6.5,29.5 + parent: 36907 + - uid: 41295 components: - type: Transform - pos: 5.5,7.5 - parent: 14592 - - uid: 16355 + pos: 6.5,26.5 + parent: 36907 + - uid: 41296 components: - type: Transform - pos: 6.5,21.5 - parent: 14592 - - uid: 16356 + rot: 1.5707963267948966 rad + pos: 40.5,-7.5 + parent: 36907 + - uid: 41297 components: - type: Transform - pos: 6.5,20.5 - parent: 14592 - - uid: 16357 + rot: 1.5707963267948966 rad + pos: 41.5,-6.5 + parent: 36907 + - uid: 41298 components: - type: Transform - pos: 6.5,19.5 - parent: 14592 - - uid: 16358 + rot: 1.5707963267948966 rad + pos: 40.5,-6.5 + parent: 36907 + - uid: 41299 components: - type: Transform - pos: 6.5,18.5 - parent: 14592 - - uid: 16359 + rot: 1.5707963267948966 rad + pos: 40.5,-4.5 + parent: 36907 + - uid: 41300 components: - type: Transform - pos: 6.5,17.5 - parent: 14592 - - uid: 16360 + pos: 5.5,29.5 + parent: 36907 + - uid: 41301 components: - type: Transform - pos: 6.5,16.5 - parent: 14592 - - uid: 16361 + pos: 5.5,26.5 + parent: 36907 + - uid: 41302 components: - type: Transform - pos: 6.5,15.5 - parent: 14592 - - uid: 16362 + pos: 5.5,24.5 + parent: 36907 + - uid: 41303 components: - type: Transform - pos: 6.5,14.5 - parent: 14592 - - uid: 16363 + pos: 5.5,23.5 + parent: 36907 + - uid: 41304 components: - type: Transform - pos: 6.5,13.5 - parent: 14592 - - uid: 16364 + rot: 1.5707963267948966 rad + pos: 39.5,-7.5 + parent: 36907 + - uid: 41305 components: - type: Transform - pos: 6.5,12.5 - parent: 14592 - - uid: 16365 + rot: 1.5707963267948966 rad + pos: 39.5,-8.5 + parent: 36907 + - uid: 41306 components: - type: Transform - pos: 6.5,11.5 - parent: 14592 - - uid: 16366 + pos: 4.5,29.5 + parent: 36907 + - uid: 41307 components: - type: Transform - pos: 6.5,10.5 - parent: 14592 - - uid: 16367 + pos: 4.5,26.5 + parent: 36907 + - uid: 41308 components: - type: Transform - pos: 6.5,9.5 - parent: 14592 - - uid: 16368 + pos: 4.5,25.5 + parent: 36907 + - uid: 41309 components: - type: Transform - pos: 6.5,8.5 - parent: 14592 - - uid: 16369 + pos: 4.5,24.5 + parent: 36907 + - uid: 41310 components: - type: Transform - pos: 6.5,7.5 - parent: 14592 - - uid: 16374 + rot: 1.5707963267948966 rad + pos: 39.5,-6.5 + parent: 36907 + - uid: 41311 components: - type: Transform - pos: -24.5,-1.5 - parent: 14592 - - uid: 16375 + pos: 3.5,29.5 + parent: 36907 + - uid: 41312 components: - type: Transform - pos: -24.5,-2.5 - parent: 14592 - - uid: 16376 + pos: 3.5,26.5 + parent: 36907 + - uid: 41313 components: - type: Transform - pos: -23.5,-1.5 - parent: 14592 - - uid: 16377 + pos: 3.5,24.5 + parent: 36907 + - uid: 41314 components: - type: Transform - pos: -23.5,-2.5 - parent: 14592 - - uid: 16378 + rot: 1.5707963267948966 rad + pos: 38.5,-6.5 + parent: 36907 + - uid: 41315 components: - type: Transform - pos: -22.5,-1.5 - parent: 14592 - - uid: 16379 + rot: 1.5707963267948966 rad + pos: 42.5,13.5 + parent: 36907 + - uid: 41316 components: - type: Transform - pos: -22.5,-2.5 - parent: 14592 - - uid: 16380 + rot: 1.5707963267948966 rad + pos: 39.5,-4.5 + parent: 36907 + - uid: 41317 components: - type: Transform - pos: -21.5,-3.5 - parent: 14592 - - uid: 16381 + pos: 2.5,29.5 + parent: 36907 + - uid: 41318 components: - type: Transform - pos: -22.5,-3.5 - parent: 14592 - - uid: 16382 + pos: 2.5,28.5 + parent: 36907 + - uid: 41319 components: - type: Transform - pos: -22.5,-0.5 - parent: 14592 - - uid: 16383 + pos: 2.5,27.5 + parent: 36907 + - uid: 41320 components: - type: Transform - pos: -17.5,-5.5 - parent: 14592 - - uid: 16384 + pos: 2.5,26.5 + parent: 36907 + - uid: 41321 components: - type: Transform - pos: -17.5,-6.5 - parent: 14592 - - uid: 16385 + pos: 2.5,25.5 + parent: 36907 + - uid: 41322 components: - type: Transform - pos: -21.5,-8.5 - parent: 14592 - - uid: 16386 + rot: 1.5707963267948966 rad + pos: 33.5,7.5 + parent: 36907 + - uid: 41323 components: - type: Transform - pos: -21.5,-9.5 - parent: 14592 - - uid: 16387 + pos: 2.5,22.5 + parent: 36907 + - uid: 41324 components: - type: Transform - pos: -21.5,-10.5 - parent: 14592 - - uid: 16388 + pos: 2.5,20.5 + parent: 36907 + - uid: 41325 components: - type: Transform - pos: -21.5,-11.5 - parent: 14592 - - uid: 16389 + rot: 3.141592653589793 rad + pos: 1.5,35.5 + parent: 36907 + - uid: 41326 components: - type: Transform - pos: -20.5,-8.5 - parent: 14592 - - uid: 16390 + rot: 3.141592653589793 rad + pos: 2.5,37.5 + parent: 36907 + - uid: 41327 components: - type: Transform - pos: -20.5,-9.5 - parent: 14592 - - uid: 16391 + rot: 3.141592653589793 rad + pos: 2.5,35.5 + parent: 36907 + - uid: 41328 components: - type: Transform - pos: -20.5,-10.5 - parent: 14592 - - uid: 16392 + rot: 3.141592653589793 rad + pos: 3.5,37.5 + parent: 36907 + - uid: 41329 components: - type: Transform - pos: -20.5,-11.5 - parent: 14592 - - uid: 16393 + rot: 3.141592653589793 rad + pos: 3.5,35.5 + parent: 36907 + - uid: 41330 components: - type: Transform - pos: -19.5,-8.5 - parent: 14592 - - uid: 16394 + rot: 3.141592653589793 rad + pos: 4.5,37.5 + parent: 36907 + - uid: 41331 components: - type: Transform - pos: -19.5,-9.5 - parent: 14592 - - uid: 16395 + rot: 3.141592653589793 rad + pos: 4.5,35.5 + parent: 36907 + - uid: 41332 components: - type: Transform - pos: -19.5,-10.5 - parent: 14592 - - uid: 16396 + rot: 3.141592653589793 rad + pos: 5.5,37.5 + parent: 36907 + - uid: 41333 components: - type: Transform - pos: -19.5,-11.5 - parent: 14592 - - uid: 16397 + rot: 3.141592653589793 rad + pos: 5.5,35.5 + parent: 36907 + - uid: 41334 components: - type: Transform - pos: -27.5,12.5 - parent: 14592 - - uid: 16398 + rot: 3.141592653589793 rad + pos: 6.5,37.5 + parent: 36907 + - uid: 41335 components: - type: Transform - pos: -27.5,11.5 - parent: 14592 - - uid: 16399 + rot: 3.141592653589793 rad + pos: 6.5,35.5 + parent: 36907 + - uid: 41336 components: - type: Transform - pos: -27.5,10.5 - parent: 14592 - - uid: 16400 + rot: 3.141592653589793 rad + pos: 7.5,37.5 + parent: 36907 + - uid: 41337 components: - type: Transform - pos: -27.5,9.5 - parent: 14592 - - uid: 16401 + rot: 3.141592653589793 rad + pos: 7.5,35.5 + parent: 36907 + - uid: 41338 components: - type: Transform - pos: -27.5,8.5 - parent: 14592 - - uid: 16402 + rot: 3.141592653589793 rad + pos: 8.5,37.5 + parent: 36907 + - uid: 41339 components: - type: Transform - pos: -26.5,12.5 - parent: 14592 - - uid: 16403 + rot: 3.141592653589793 rad + pos: 8.5,35.5 + parent: 36907 + - uid: 41340 components: - type: Transform - pos: -26.5,11.5 - parent: 14592 - - uid: 16404 + rot: 3.141592653589793 rad + pos: 9.5,38.5 + parent: 36907 + - uid: 41341 components: - type: Transform - pos: -26.5,10.5 - parent: 14592 - - uid: 16405 + rot: 3.141592653589793 rad + pos: 9.5,37.5 + parent: 36907 + - uid: 41342 components: - type: Transform - pos: -26.5,9.5 - parent: 14592 - - uid: 16406 + rot: 3.141592653589793 rad + pos: 9.5,35.5 + parent: 36907 + - uid: 41343 components: - type: Transform - pos: -26.5,6.5 - parent: 14592 - - uid: 16407 + rot: 3.141592653589793 rad + pos: 10.5,38.5 + parent: 36907 + - uid: 41344 components: - type: Transform - pos: -25.5,12.5 - parent: 14592 - - uid: 16408 + rot: 3.141592653589793 rad + pos: 10.5,37.5 + parent: 36907 + - uid: 41345 components: - type: Transform - pos: -12.5,30.5 - parent: 14592 - - uid: 16409 + rot: 3.141592653589793 rad + pos: 10.5,35.5 + parent: 36907 + - uid: 41346 components: - type: Transform - pos: -13.5,33.5 - parent: 14592 - - uid: 16410 + rot: 3.141592653589793 rad + pos: 11.5,37.5 + parent: 36907 + - uid: 41347 components: - type: Transform - pos: -25.5,9.5 - parent: 14592 - - uid: 16411 + rot: 3.141592653589793 rad + pos: 11.5,35.5 + parent: 36907 + - uid: 41348 components: - type: Transform - pos: -25.5,8.5 - parent: 14592 - - uid: 16412 + rot: 3.141592653589793 rad + pos: 12.5,35.5 + parent: 36907 + - uid: 41349 components: - type: Transform - pos: -25.5,6.5 - parent: 14592 - - uid: 16413 + rot: 3.141592653589793 rad + pos: 18.5,35.5 + parent: 36907 + - uid: 41350 components: - type: Transform - pos: -24.5,12.5 - parent: 14592 - - uid: 16414 + rot: 3.141592653589793 rad + pos: 19.5,37.5 + parent: 36907 + - uid: 41351 components: - type: Transform - pos: -24.5,11.5 - parent: 14592 - - uid: 16415 + rot: 3.141592653589793 rad + pos: 19.5,35.5 + parent: 36907 + - uid: 41352 components: - type: Transform - pos: -24.5,10.5 - parent: 14592 - - uid: 16416 + rot: 3.141592653589793 rad + pos: 20.5,38.5 + parent: 36907 + - uid: 41353 components: - type: Transform - pos: -24.5,9.5 - parent: 14592 - - uid: 16417 + rot: 3.141592653589793 rad + pos: 20.5,37.5 + parent: 36907 + - uid: 41354 components: - type: Transform - pos: -24.5,8.5 - parent: 14592 - - uid: 16418 + rot: 3.141592653589793 rad + pos: 20.5,35.5 + parent: 36907 + - uid: 41355 components: - type: Transform - pos: -24.5,7.5 - parent: 14592 - - uid: 16419 + rot: 3.141592653589793 rad + pos: 21.5,38.5 + parent: 36907 + - uid: 41356 components: - type: Transform - pos: -24.5,6.5 - parent: 14592 - - uid: 16420 + rot: 3.141592653589793 rad + pos: 21.5,37.5 + parent: 36907 + - uid: 41357 components: - type: Transform - pos: -30.5,10.5 - parent: 14592 - - uid: 16421 + rot: 3.141592653589793 rad + pos: 21.5,35.5 + parent: 36907 + - uid: 41358 components: - type: Transform - pos: -30.5,9.5 - parent: 14592 - - uid: 16422 + rot: 3.141592653589793 rad + pos: 22.5,38.5 + parent: 36907 + - uid: 41359 components: - type: Transform - pos: -29.5,10.5 - parent: 14592 - - uid: 16423 + rot: 3.141592653589793 rad + pos: 22.5,37.5 + parent: 36907 + - uid: 41360 components: - type: Transform - pos: -29.5,9.5 - parent: 14592 - - uid: 16424 + rot: 3.141592653589793 rad + pos: 22.5,35.5 + parent: 36907 + - uid: 41361 components: - type: Transform - pos: -28.5,10.5 - parent: 14592 - - uid: 16425 + rot: 3.141592653589793 rad + pos: 23.5,38.5 + parent: 36907 + - uid: 41362 components: - type: Transform - pos: -28.5,9.5 - parent: 14592 - - uid: 16426 + rot: 3.141592653589793 rad + pos: 23.5,37.5 + parent: 36907 + - uid: 41363 components: - type: Transform - pos: -23.5,27.5 - parent: 14592 - - uid: 16427 + rot: 3.141592653589793 rad + pos: 23.5,35.5 + parent: 36907 + - uid: 41364 components: - type: Transform - pos: -18.5,24.5 - parent: 14592 - - uid: 16428 + rot: 3.141592653589793 rad + pos: 24.5,38.5 + parent: 36907 + - uid: 41365 components: - type: Transform - pos: -21.5,27.5 - parent: 14592 - - uid: 16429 + rot: 3.141592653589793 rad + pos: 24.5,37.5 + parent: 36907 + - uid: 41366 components: - type: Transform - pos: -17.5,24.5 - parent: 14592 - - uid: 16430 + rot: 3.141592653589793 rad + pos: 24.5,35.5 + parent: 36907 + - uid: 41367 components: - type: Transform - pos: -21.5,29.5 - parent: 14592 - - uid: 16431 + rot: 3.141592653589793 rad + pos: 25.5,38.5 + parent: 36907 + - uid: 41368 components: - type: Transform - pos: -16.5,24.5 - parent: 14592 - - uid: 16432 + rot: 3.141592653589793 rad + pos: 25.5,37.5 + parent: 36907 + - uid: 41369 components: - type: Transform - pos: -23.5,28.5 - parent: 14592 - - uid: 16433 + rot: 3.141592653589793 rad + pos: 25.5,35.5 + parent: 36907 + - uid: 41370 components: - type: Transform - pos: -15.5,24.5 - parent: 14592 - - uid: 16434 + rot: 3.141592653589793 rad + pos: 26.5,38.5 + parent: 36907 + - uid: 41371 components: - type: Transform - pos: -22.5,28.5 - parent: 14592 - - uid: 16435 + rot: 3.141592653589793 rad + pos: 26.5,37.5 + parent: 36907 + - uid: 41372 components: - type: Transform - pos: -14.5,24.5 - parent: 14592 - - uid: 16436 + rot: 3.141592653589793 rad + pos: 26.5,35.5 + parent: 36907 + - uid: 41373 components: - type: Transform - pos: -13.5,24.5 - parent: 14592 - - uid: 16437 + rot: 3.141592653589793 rad + pos: 27.5,38.5 + parent: 36907 + - uid: 41374 components: - type: Transform - pos: -8.5,26.5 - parent: 14592 - - uid: 16438 + rot: 3.141592653589793 rad + pos: 27.5,37.5 + parent: 36907 + - uid: 41375 components: - type: Transform - pos: -8.5,25.5 - parent: 14592 - - uid: 16439 + rot: 3.141592653589793 rad + pos: 27.5,35.5 + parent: 36907 + - uid: 41376 components: - type: Transform - pos: -8.5,24.5 - parent: 14592 - - uid: 16440 + rot: 3.141592653589793 rad + pos: 28.5,37.5 + parent: 36907 + - uid: 41377 components: - type: Transform - pos: -7.5,26.5 - parent: 14592 - - uid: 16441 + rot: 3.141592653589793 rad + pos: 28.5,35.5 + parent: 36907 + - uid: 41378 components: - type: Transform - pos: -7.5,25.5 - parent: 14592 - - uid: 16442 + rot: 3.141592653589793 rad + pos: 29.5,38.5 + parent: 36907 + - uid: 41379 components: - type: Transform - pos: -7.5,24.5 - parent: 14592 - - uid: 16443 + rot: 3.141592653589793 rad + pos: 29.5,37.5 + parent: 36907 + - uid: 41380 components: - type: Transform - pos: -6.5,25.5 - parent: 14592 - - uid: 16444 + rot: 3.141592653589793 rad + pos: 29.5,35.5 + parent: 36907 + - uid: 41381 components: - type: Transform - pos: -6.5,24.5 - parent: 14592 - - uid: 16445 + rot: 3.141592653589793 rad + pos: 29.5,39.5 + parent: 36907 + - uid: 41382 components: - type: Transform - pos: -5.5,24.5 - parent: 14592 - - uid: 16446 + rot: 3.141592653589793 rad + pos: 30.5,38.5 + parent: 36907 + - uid: 41383 components: - type: Transform - pos: 8.5,20.5 - parent: 14592 - - uid: 16447 + rot: 3.141592653589793 rad + pos: 30.5,37.5 + parent: 36907 + - uid: 41384 components: - type: Transform - pos: 8.5,19.5 - parent: 14592 - - uid: 16448 + rot: 3.141592653589793 rad + pos: 30.5,35.5 + parent: 36907 + - uid: 41385 components: - type: Transform - pos: 8.5,18.5 - parent: 14592 - - uid: 16449 + rot: 3.141592653589793 rad + pos: 31.5,35.5 + parent: 36907 + - uid: 41386 components: - type: Transform - pos: 8.5,17.5 - parent: 14592 - - uid: 16450 + rot: 3.141592653589793 rad + pos: 32.5,37.5 + parent: 36907 + - uid: 41387 components: - type: Transform - pos: 9.5,20.5 - parent: 14592 - - uid: 16451 + rot: 3.141592653589793 rad + pos: 32.5,35.5 + parent: 36907 + - uid: 41388 components: - type: Transform - pos: 9.5,19.5 - parent: 14592 - - uid: 16452 + rot: 3.141592653589793 rad + pos: 33.5,37.5 + parent: 36907 + - uid: 41389 components: - type: Transform - pos: 9.5,18.5 - parent: 14592 - - uid: 16453 + rot: 3.141592653589793 rad + pos: 33.5,35.5 + parent: 36907 + - uid: 41390 components: - type: Transform - pos: 9.5,17.5 - parent: 14592 - - uid: 16454 + rot: 3.141592653589793 rad + pos: 34.5,37.5 + parent: 36907 + - uid: 41391 components: - type: Transform - pos: 10.5,20.5 - parent: 14592 - - uid: 16455 + rot: 3.141592653589793 rad + pos: 34.5,35.5 + parent: 36907 + - uid: 41392 components: - type: Transform - pos: 10.5,19.5 - parent: 14592 - - uid: 16456 + rot: 3.141592653589793 rad + pos: 35.5,37.5 + parent: 36907 + - uid: 41393 components: - type: Transform - pos: 10.5,18.5 - parent: 14592 - - uid: 16457 + rot: 3.141592653589793 rad + pos: 35.5,35.5 + parent: 36907 + - uid: 41394 components: - type: Transform - pos: 10.5,17.5 - parent: 14592 - - uid: 16458 + rot: 3.141592653589793 rad + pos: 36.5,37.5 + parent: 36907 + - uid: 41395 components: - type: Transform - pos: 11.5,19.5 - parent: 14592 - - uid: 16459 + rot: 3.141592653589793 rad + pos: 36.5,35.5 + parent: 36907 + - uid: 41396 components: - type: Transform - pos: 11.5,18.5 - parent: 14592 - - uid: 16460 + rot: 3.141592653589793 rad + pos: 37.5,37.5 + parent: 36907 + - uid: 41397 components: - type: Transform - anchored: False - pos: -987.1909,-129.45482 - parent: 1 - - uid: 16461 + rot: 3.141592653589793 rad + pos: 37.5,35.5 + parent: 36907 + - uid: 41398 components: - type: Transform - pos: 12.5,18.5 - parent: 14592 - - uid: 16462 + rot: 3.141592653589793 rad + pos: 38.5,37.5 + parent: 36907 + - uid: 41399 components: - type: Transform - pos: 10.5,16.5 - parent: 14592 - - uid: 16463 + rot: 3.141592653589793 rad + pos: 38.5,35.5 + parent: 36907 + - uid: 41400 components: - type: Transform - pos: 16.5,9.5 - parent: 14592 - - uid: 16464 + rot: 3.141592653589793 rad + pos: 32.5,38.5 + parent: 36907 + - uid: 41401 components: - type: Transform - pos: 17.5,9.5 - parent: 14592 - - uid: 16466 + rot: 3.141592653589793 rad + pos: 33.5,38.5 + parent: 36907 + - uid: 41402 components: - type: Transform - pos: 4.5,5.5 - parent: 14592 - - uid: 16467 + rot: 3.141592653589793 rad + pos: 34.5,38.5 + parent: 36907 + - uid: 41403 components: - type: Transform - pos: 4.5,6.5 - parent: 14592 - - uid: 16472 + rot: 3.141592653589793 rad + pos: 35.5,38.5 + parent: 36907 + - uid: 41404 components: - type: Transform - pos: -14.5,31.5 - parent: 14592 - - uid: 16475 + rot: 3.141592653589793 rad + pos: 34.5,39.5 + parent: 36907 + - uid: 41405 components: - type: Transform - pos: -14.5,33.5 - parent: 14592 - - uid: 16488 + rot: 3.141592653589793 rad + pos: 39.5,35.5 + parent: 36907 + - uid: 41406 components: - type: Transform - pos: -11.5,29.5 - parent: 14592 - - uid: 16489 + rot: 3.141592653589793 rad + pos: 40.5,35.5 + parent: 36907 + - uid: 41407 components: - type: Transform - pos: -22.5,26.5 - parent: 14592 - - uid: 16495 + rot: 3.141592653589793 rad + pos: 41.5,35.5 + parent: 36907 + - uid: 41408 components: - type: Transform - pos: -14.5,25.5 - parent: 14592 - - uid: 16527 + rot: 3.141592653589793 rad + pos: 42.5,35.5 + parent: 36907 + - uid: 41409 components: - type: Transform - pos: -20.5,26.5 - parent: 14592 - - uid: 16544 + rot: 3.141592653589793 rad + pos: 43.5,35.5 + parent: 36907 + - uid: 41410 components: - type: Transform - pos: -11.5,30.5 - parent: 14592 - - uid: 16552 + rot: 3.141592653589793 rad + pos: 44.5,35.5 + parent: 36907 + - uid: 41411 components: - type: Transform - pos: -14.5,29.5 - parent: 14592 - - uid: 16556 + rot: 3.141592653589793 rad + pos: 45.5,35.5 + parent: 36907 + - uid: 41412 components: - type: Transform - anchored: False - pos: -1014.1909,-113.45482 - parent: 1 - - uid: 16577 + rot: 3.141592653589793 rad + pos: 46.5,35.5 + parent: 36907 + - uid: 41413 components: - type: Transform - pos: -14.5,27.5 - parent: 14592 - - uid: 16590 + rot: 3.141592653589793 rad + pos: 47.5,35.5 + parent: 36907 + - uid: 41414 components: - type: Transform - pos: -23.5,31.5 - parent: 14592 - - uid: 16591 + rot: 3.141592653589793 rad + pos: 48.5,35.5 + parent: 36907 + - uid: 41415 components: - type: Transform - pos: -21.5,31.5 - parent: 14592 - - uid: 16597 + rot: 3.141592653589793 rad + pos: 49.5,35.5 + parent: 36907 + - uid: 41416 components: - type: Transform - pos: -13.5,29.5 - parent: 14592 - - uid: 16598 + rot: 3.141592653589793 rad + pos: 40.5,38.5 + parent: 36907 + - uid: 41417 components: - type: Transform - pos: -27.5,5.5 - parent: 14592 - - uid: 16599 + rot: 3.141592653589793 rad + pos: 40.5,37.5 + parent: 36907 + - uid: 41418 components: - type: Transform - pos: -26.5,5.5 - parent: 14592 - - uid: 16600 + rot: 3.141592653589793 rad + pos: 41.5,38.5 + parent: 36907 + - uid: 41419 components: - type: Transform - pos: -25.5,5.5 - parent: 14592 - - uid: 16601 + rot: 3.141592653589793 rad + pos: 41.5,37.5 + parent: 36907 + - uid: 41420 components: - type: Transform - pos: -26.5,4.5 - parent: 14592 - - uid: 16602 + rot: 3.141592653589793 rad + pos: 42.5,37.5 + parent: 36907 + - uid: 41421 components: - type: Transform - pos: -26.5,3.5 - parent: 14592 - - uid: 16603 + rot: 3.141592653589793 rad + pos: 43.5,37.5 + parent: 36907 + - uid: 41422 components: - type: Transform - pos: -26.5,2.5 - parent: 14592 - - uid: 16604 + rot: 3.141592653589793 rad + pos: 44.5,37.5 + parent: 36907 + - uid: 41423 components: - type: Transform - pos: -26.5,1.5 - parent: 14592 - - uid: 16605 + rot: 3.141592653589793 rad + pos: 45.5,37.5 + parent: 36907 + - uid: 41424 components: - type: Transform - pos: -26.5,0.5 - parent: 14592 - - uid: 16606 + rot: 3.141592653589793 rad + pos: 46.5,37.5 + parent: 36907 + - uid: 41425 components: - type: Transform - pos: -26.5,-0.5 - parent: 14592 - - uid: 16607 + rot: 3.141592653589793 rad + pos: 47.5,37.5 + parent: 36907 + - uid: 41426 components: - type: Transform - pos: -25.5,4.5 - parent: 14592 - - uid: 16608 + rot: 3.141592653589793 rad + pos: 48.5,37.5 + parent: 36907 + - uid: 41427 components: - type: Transform - pos: -25.5,3.5 - parent: 14592 - - uid: 16609 + rot: 3.141592653589793 rad + pos: 49.5,37.5 + parent: 36907 + - uid: 41428 components: - type: Transform - pos: -25.5,2.5 - parent: 14592 - - uid: 16610 + rot: 3.141592653589793 rad + pos: 43.5,38.5 + parent: 36907 + - uid: 41429 components: - type: Transform - pos: -25.5,1.5 - parent: 14592 - - uid: 16611 + rot: 3.141592653589793 rad + pos: 44.5,38.5 + parent: 36907 + - uid: 41430 components: - type: Transform - pos: -25.5,0.5 - parent: 14592 - - uid: 16612 + rot: 3.141592653589793 rad + pos: 45.5,38.5 + parent: 36907 + - uid: 41431 components: - type: Transform - pos: -25.5,-0.5 - parent: 14592 - - uid: 16613 + rot: 3.141592653589793 rad + pos: 46.5,38.5 + parent: 36907 + - uid: 41432 components: - type: Transform - pos: -24.5,4.5 - parent: 14592 - - uid: 16614 + rot: 3.141592653589793 rad + pos: 47.5,38.5 + parent: 36907 + - uid: 41433 components: - type: Transform - pos: -24.5,3.5 - parent: 14592 - - uid: 16615 + rot: 3.141592653589793 rad + pos: 48.5,38.5 + parent: 36907 + - uid: 41434 components: - type: Transform - pos: -24.5,2.5 - parent: 14592 - - uid: 16616 + rot: 3.141592653589793 rad + pos: 44.5,39.5 + parent: 36907 + - uid: 41435 components: - type: Transform - pos: -24.5,1.5 - parent: 14592 - - uid: 16617 + rot: 3.141592653589793 rad + pos: 45.5,39.5 + parent: 36907 + - uid: 41436 components: - type: Transform - pos: -24.5,0.5 - parent: 14592 - - uid: 16618 + rot: 3.141592653589793 rad + pos: 50.5,38.5 + parent: 36907 + - uid: 41437 components: - type: Transform - pos: -24.5,-0.5 - parent: 14592 - - uid: 16619 + rot: 3.141592653589793 rad + pos: 50.5,37.5 + parent: 36907 + - uid: 41438 components: - type: Transform - pos: -23.5,1.5 - parent: 14592 - - uid: 16620 + rot: 3.141592653589793 rad + pos: 50.5,35.5 + parent: 36907 + - uid: 41439 components: - type: Transform - pos: -23.5,0.5 - parent: 14592 - - uid: 16621 + rot: 3.141592653589793 rad + pos: 51.5,38.5 + parent: 36907 + - uid: 41440 components: - type: Transform - pos: -25.5,-1.5 - parent: 14592 - - uid: 16622 + rot: 3.141592653589793 rad + pos: 51.5,37.5 + parent: 36907 + - uid: 41441 components: - type: Transform - pos: -25.5,-1.5 - parent: 14592 - - uid: 16623 + rot: 3.141592653589793 rad + pos: 51.5,35.5 + parent: 36907 + - uid: 41442 components: - type: Transform - pos: -25.5,-2.5 - parent: 14592 - - uid: 16624 + rot: 3.141592653589793 rad + pos: 52.5,37.5 + parent: 36907 + - uid: 41443 components: - type: Transform - pos: -23.5,-1.5 - parent: 14592 - - uid: 16625 + rot: 3.141592653589793 rad + pos: 52.5,35.5 + parent: 36907 + - uid: 41444 components: - type: Transform - pos: -24.5,-3.5 - parent: 14592 - - uid: 16626 + rot: 3.141592653589793 rad + pos: 53.5,37.5 + parent: 36907 + - uid: 41445 components: - type: Transform - pos: -23.5,-3.5 - parent: 14592 - - uid: 16627 + rot: 3.141592653589793 rad + pos: 53.5,35.5 + parent: 36907 + - uid: 41446 components: - type: Transform - pos: -22.5,-3.5 - parent: 14592 - - uid: 16628 + rot: 3.141592653589793 rad + pos: 54.5,37.5 + parent: 36907 + - uid: 41447 components: - type: Transform - pos: -21.5,-3.5 - parent: 14592 - - uid: 16629 + rot: 3.141592653589793 rad + pos: 54.5,35.5 + parent: 36907 + - uid: 41448 components: - type: Transform - pos: -23.5,-4.5 - parent: 14592 - - uid: 16630 + rot: 3.141592653589793 rad + pos: 55.5,37.5 + parent: 36907 + - uid: 41449 components: - type: Transform - pos: -22.5,-4.5 - parent: 14592 - - uid: 16631 + rot: 3.141592653589793 rad + pos: 55.5,35.5 + parent: 36907 + - uid: 41450 components: - type: Transform - pos: -21.5,-4.5 - parent: 14592 - - uid: 16632 + rot: 3.141592653589793 rad + pos: 56.5,37.5 + parent: 36907 + - uid: 41451 components: - type: Transform - pos: -22.5,-5.5 - parent: 14592 - - uid: 16633 + rot: 3.141592653589793 rad + pos: 56.5,35.5 + parent: 36907 + - uid: 41452 components: - type: Transform - pos: -22.5,-6.5 - parent: 14592 - - uid: 16634 + rot: 3.141592653589793 rad + pos: 57.5,37.5 + parent: 36907 + - uid: 41453 components: - type: Transform - pos: -22.5,-7.5 - parent: 14592 - - uid: 16635 + rot: 3.141592653589793 rad + pos: 57.5,35.5 + parent: 36907 + - uid: 41454 components: - type: Transform - pos: -22.5,-8.5 - parent: 14592 - - uid: 16636 + rot: 3.141592653589793 rad + pos: 58.5,37.5 + parent: 36907 + - uid: 41455 components: - type: Transform - pos: -21.5,-5.5 - parent: 14592 - - uid: 16637 + rot: 3.141592653589793 rad + pos: 58.5,35.5 + parent: 36907 + - uid: 41456 components: - type: Transform - pos: -21.5,-6.5 - parent: 14592 - - uid: 16638 + rot: 3.141592653589793 rad + pos: 59.5,37.5 + parent: 36907 + - uid: 41457 components: - type: Transform - pos: -21.5,-7.5 - parent: 14592 - - uid: 16639 + rot: 3.141592653589793 rad + pos: 59.5,35.5 + parent: 36907 + - uid: 41458 components: - type: Transform - pos: -21.5,-8.5 - parent: 14592 - - uid: 16640 + rot: 3.141592653589793 rad + pos: 60.5,37.5 + parent: 36907 + - uid: 41459 components: - type: Transform - pos: -31.5,12.5 - parent: 14592 - - uid: 16641 + rot: 3.141592653589793 rad + pos: 60.5,35.5 + parent: 36907 + - uid: 41460 components: - type: Transform - pos: -31.5,11.5 - parent: 14592 - - uid: 16642 + rot: 3.141592653589793 rad + pos: 61.5,37.5 + parent: 36907 + - uid: 41461 components: - type: Transform - pos: -31.5,10.5 - parent: 14592 - - uid: 16643 + rot: 3.141592653589793 rad + pos: 61.5,35.5 + parent: 36907 + - uid: 41462 components: - type: Transform - pos: -31.5,9.5 - parent: 14592 - - uid: 16644 + rot: 3.141592653589793 rad + pos: 62.5,37.5 + parent: 36907 + - uid: 41463 components: - type: Transform - pos: -31.5,8.5 - parent: 14592 - - uid: 16645 + rot: 3.141592653589793 rad + pos: 62.5,35.5 + parent: 36907 + - uid: 41464 components: - type: Transform - pos: -30.5,12.5 - parent: 14592 - - uid: 16646 + rot: 3.141592653589793 rad + pos: 63.5,37.5 + parent: 36907 + - uid: 41465 components: - type: Transform - pos: -30.5,11.5 - parent: 14592 - - uid: 16647 + rot: 3.141592653589793 rad + pos: 63.5,35.5 + parent: 36907 + - uid: 41466 components: - type: Transform - pos: -30.5,10.5 - parent: 14592 - - uid: 16648 + rot: 3.141592653589793 rad + pos: 64.5,37.5 + parent: 36907 + - uid: 41467 components: - type: Transform - pos: -30.5,9.5 - parent: 14592 - - uid: 16649 + rot: 3.141592653589793 rad + pos: 64.5,35.5 + parent: 36907 + - uid: 41468 components: - type: Transform - pos: -30.5,8.5 - parent: 14592 - - uid: 16650 + rot: 3.141592653589793 rad + pos: 65.5,37.5 + parent: 36907 + - uid: 41469 components: - type: Transform - pos: -29.5,12.5 - parent: 14592 - - uid: 16652 + rot: 3.141592653589793 rad + pos: 65.5,35.5 + parent: 36907 + - uid: 41470 components: - type: Transform - pos: -29.5,10.5 - parent: 14592 - - uid: 16653 + rot: 3.141592653589793 rad + pos: 66.5,37.5 + parent: 36907 + - uid: 41471 components: - type: Transform - pos: -29.5,9.5 - parent: 14592 - - uid: 16654 + rot: 3.141592653589793 rad + pos: 66.5,35.5 + parent: 36907 + - uid: 41472 components: - type: Transform - pos: -29.5,8.5 - parent: 14592 - - uid: 16655 + rot: 3.141592653589793 rad + pos: 67.5,37.5 + parent: 36907 + - uid: 41473 components: - type: Transform - pos: -28.5,12.5 - parent: 14592 - - uid: 16656 + rot: 3.141592653589793 rad + pos: 67.5,35.5 + parent: 36907 + - uid: 41474 components: - type: Transform - pos: -21.5,25.5 - parent: 14592 - - uid: 16657 + rot: 3.141592653589793 rad + pos: 68.5,37.5 + parent: 36907 + - uid: 41475 components: - type: Transform - pos: -28.5,10.5 - parent: 14592 - - uid: 16658 + rot: 3.141592653589793 rad + pos: 69.5,37.5 + parent: 36907 + - uid: 41476 components: - type: Transform - pos: -28.5,9.5 - parent: 14592 - - uid: 16659 + rot: 3.141592653589793 rad + pos: 69.5,36.5 + parent: 36907 + - uid: 41477 components: - type: Transform - pos: -28.5,8.5 - parent: 14592 - - uid: 16660 + rot: 3.141592653589793 rad + pos: 69.5,35.5 + parent: 36907 + - uid: 41478 components: - type: Transform - pos: -33.5,11.5 - parent: 14592 - - uid: 16661 + rot: 3.141592653589793 rad + pos: 53.5,38.5 + parent: 36907 + - uid: 41479 components: - type: Transform - pos: -33.5,10.5 - parent: 14592 - - uid: 16662 + rot: 3.141592653589793 rad + pos: 54.5,38.5 + parent: 36907 + - uid: 41480 components: - type: Transform - pos: -33.5,9.5 - parent: 14592 - - uid: 16663 + rot: 3.141592653589793 rad + pos: 55.5,38.5 + parent: 36907 + - uid: 41481 components: - type: Transform - pos: -32.5,11.5 - parent: 14592 - - uid: 16664 + rot: 3.141592653589793 rad + pos: 56.5,38.5 + parent: 36907 + - uid: 41482 components: - type: Transform - pos: -32.5,10.5 - parent: 14592 - - uid: 16665 + rot: 3.141592653589793 rad + pos: 57.5,38.5 + parent: 36907 + - uid: 41483 components: - type: Transform - pos: -32.5,9.5 - parent: 14592 - - uid: 16666 + rot: 3.141592653589793 rad + pos: 55.5,39.5 + parent: 36907 + - uid: 41484 components: - type: Transform - pos: -29.5,13.5 - parent: 14592 - - uid: 16667 + rot: 3.141592653589793 rad + pos: 60.5,38.5 + parent: 36907 + - uid: 41485 components: - type: Transform - pos: -28.5,13.5 - parent: 14592 - - uid: 16668 + rot: 3.141592653589793 rad + pos: 61.5,38.5 + parent: 36907 + - uid: 41486 components: - type: Transform - pos: -27.5,13.5 - parent: 14592 - - uid: 16669 + rot: 3.141592653589793 rad + pos: 62.5,38.5 + parent: 36907 + - uid: 41487 components: - type: Transform - pos: -26.5,13.5 - parent: 14592 - - uid: 16670 + rot: 3.141592653589793 rad + pos: 63.5,38.5 + parent: 36907 + - uid: 41488 components: - type: Transform - pos: -25.5,13.5 - parent: 14592 - - uid: 16671 + rot: 3.141592653589793 rad + pos: 61.5,39.5 + parent: 36907 + - uid: 41489 components: - type: Transform - pos: -24.5,13.5 - parent: 14592 - - uid: 16672 + rot: 3.141592653589793 rad + pos: 65.5,38.5 + parent: 36907 + - uid: 41490 components: - type: Transform - pos: -29.5,14.5 - parent: 14592 - - uid: 16673 + rot: 3.141592653589793 rad + pos: 66.5,38.5 + parent: 36907 + - uid: 41491 components: - type: Transform - pos: -28.5,14.5 - parent: 14592 - - uid: 16674 + rot: 3.141592653589793 rad + pos: 67.5,38.5 + parent: 36907 + - uid: 41492 components: - type: Transform - pos: -26.5,14.5 - parent: 14592 - - uid: 16675 + rot: 3.141592653589793 rad + pos: 68.5,38.5 + parent: 36907 + - uid: 41493 components: - type: Transform - pos: -25.5,14.5 - parent: 14592 - - uid: 16676 + rot: 3.141592653589793 rad + pos: 69.5,38.5 + parent: 36907 + - uid: 41494 components: - type: Transform - pos: -24.5,14.5 - parent: 14592 - - uid: 16677 + rot: 3.141592653589793 rad + pos: 66.5,39.5 + parent: 36907 + - uid: 41495 components: - type: Transform - pos: -27.5,16.5 - parent: 14592 - - uid: 16678 + rot: 3.141592653589793 rad + pos: 67.5,39.5 + parent: 36907 + - uid: 41496 components: - type: Transform - pos: -26.5,16.5 - parent: 14592 - - uid: 16679 + rot: 3.141592653589793 rad + pos: 68.5,39.5 + parent: 36907 + - uid: 41497 components: - type: Transform - pos: -25.5,15.5 - parent: 14592 - - uid: 16680 + rot: 3.141592653589793 rad + pos: 70.5,36.5 + parent: 36907 + - uid: 41498 components: - type: Transform - pos: -25.5,16.5 - parent: 14592 - - uid: 16681 + rot: 3.141592653589793 rad + pos: 70.5,35.5 + parent: 36907 + - uid: 41499 components: - type: Transform - pos: -24.5,15.5 - parent: 14592 - - uid: 16682 + rot: 3.141592653589793 rad + pos: 71.5,35.5 + parent: 36907 + - uid: 41500 components: - type: Transform - pos: -24.5,16.5 - parent: 14592 - - uid: 16683 + rot: 3.141592653589793 rad + pos: 71.5,34.5 + parent: 36907 + - uid: 41501 components: - type: Transform - pos: -26.5,17.5 - parent: 14592 - - uid: 16684 + rot: 3.141592653589793 rad + pos: 71.5,33.5 + parent: 36907 + - uid: 41502 components: - type: Transform - pos: -25.5,17.5 - parent: 14592 - - uid: 16685 + rot: 3.141592653589793 rad + pos: 71.5,32.5 + parent: 36907 + - uid: 41503 components: - type: Transform - pos: -24.5,17.5 - parent: 14592 - - uid: 16686 + rot: 3.141592653589793 rad + pos: 67.5,34.5 + parent: 36907 + - uid: 41504 components: - type: Transform - pos: -23.5,17.5 - parent: 14592 - - uid: 16687 + rot: 3.141592653589793 rad + pos: 67.5,33.5 + parent: 36907 + - uid: 41505 components: - type: Transform - pos: -25.5,18.5 - parent: 14592 - - uid: 16688 + rot: 3.141592653589793 rad + pos: 67.5,32.5 + parent: 36907 + - uid: 41506 components: - type: Transform - pos: -25.5,19.5 - parent: 14592 - - uid: 16689 + rot: 3.141592653589793 rad + pos: 67.5,31.5 + parent: 36907 + - uid: 41507 components: - type: Transform - pos: -25.5,20.5 - parent: 14592 - - uid: 16690 + rot: 3.141592653589793 rad + pos: 69.5,34.5 + parent: 36907 + - uid: 41508 components: - type: Transform - pos: -25.5,21.5 - parent: 14592 - - uid: 16691 + rot: 3.141592653589793 rad + pos: 69.5,33.5 + parent: 36907 + - uid: 41509 components: - type: Transform - pos: -25.5,22.5 - parent: 14592 - - uid: 16692 + rot: 3.141592653589793 rad + pos: 69.5,32.5 + parent: 36907 + - uid: 41510 components: - type: Transform - pos: -24.5,18.5 - parent: 14592 - - uid: 16693 + rot: 3.141592653589793 rad + pos: 69.5,31.5 + parent: 36907 + - uid: 41511 components: - type: Transform - pos: -24.5,19.5 - parent: 14592 - - uid: 16694 + rot: 3.141592653589793 rad + pos: 70.5,34.5 + parent: 36907 + - uid: 41512 components: - type: Transform - pos: -24.5,20.5 - parent: 14592 - - uid: 16695 + rot: 3.141592653589793 rad + pos: 70.5,33.5 + parent: 36907 + - uid: 41513 components: - type: Transform - pos: -24.5,21.5 - parent: 14592 - - uid: 16696 + rot: 3.141592653589793 rad + pos: 70.5,32.5 + parent: 36907 + - uid: 41514 components: - type: Transform - pos: -24.5,22.5 - parent: 14592 - - uid: 16697 + rot: 3.141592653589793 rad + pos: 70.5,31.5 + parent: 36907 + - uid: 41515 components: - type: Transform - pos: -23.5,18.5 - parent: 14592 - - uid: 16698 + rot: 3.141592653589793 rad + pos: 67.5,30.5 + parent: 36907 + - uid: 41516 components: - type: Transform - pos: -23.5,19.5 - parent: 14592 - - uid: 16699 + rot: 3.141592653589793 rad + pos: 67.5,29.5 + parent: 36907 + - uid: 41517 components: - type: Transform - pos: -16.5,25.5 - parent: 14592 - - uid: 16700 + rot: 3.141592653589793 rad + pos: 67.5,28.5 + parent: 36907 + - uid: 41518 components: - type: Transform - pos: -15.5,25.5 - parent: 14592 - - uid: 16701 + rot: 3.141592653589793 rad + pos: 67.5,27.5 + parent: 36907 + - uid: 41519 components: - type: Transform - pos: -23.5,22.5 - parent: 14592 - - uid: 16702 + rot: 3.141592653589793 rad + pos: 67.5,26.5 + parent: 36907 + - uid: 41520 components: - type: Transform - pos: -23.5,24.5 - parent: 14592 - - uid: 16703 + rot: 3.141592653589793 rad + pos: 67.5,25.5 + parent: 36907 + - uid: 41521 components: - type: Transform - pos: -23.5,23.5 - parent: 14592 - - uid: 16704 + rot: 3.141592653589793 rad + pos: 67.5,24.5 + parent: 36907 + - uid: 41522 components: - type: Transform - pos: -23.5,22.5 - parent: 14592 - - uid: 16705 + rot: 3.141592653589793 rad + pos: 67.5,23.5 + parent: 36907 + - uid: 41523 components: - type: Transform - pos: -13.5,28.5 - parent: 14592 - - uid: 16706 + rot: 3.141592653589793 rad + pos: 67.5,22.5 + parent: 36907 + - uid: 41524 components: - type: Transform - pos: -13.5,25.5 - parent: 14592 - - uid: 16707 + rot: 3.141592653589793 rad + pos: 67.5,21.5 + parent: 36907 + - uid: 41525 components: - type: Transform - pos: -22.5,24.5 - parent: 14592 - - uid: 16708 + rot: 3.141592653589793 rad + pos: 67.5,20.5 + parent: 36907 + - uid: 41526 components: - type: Transform - pos: -22.5,23.5 - parent: 14592 - - uid: 16709 + rot: 3.141592653589793 rad + pos: 67.5,19.5 + parent: 36907 + - uid: 41527 components: - type: Transform - pos: -22.5,22.5 - parent: 14592 - - uid: 16710 + rot: 3.141592653589793 rad + pos: 67.5,18.5 + parent: 36907 + - uid: 41528 components: - type: Transform - pos: -13.5,27.5 - parent: 14592 - - uid: 16711 + rot: 3.141592653589793 rad + pos: 67.5,17.5 + parent: 36907 + - uid: 41529 components: - type: Transform - pos: -13.5,26.5 - parent: 14592 - - uid: 16712 + rot: 3.141592653589793 rad + pos: 67.5,16.5 + parent: 36907 + - uid: 41530 components: - type: Transform - pos: -21.5,24.5 - parent: 14592 - - uid: 16713 + rot: 3.141592653589793 rad + pos: 67.5,15.5 + parent: 36907 + - uid: 41531 components: - type: Transform - pos: -21.5,23.5 - parent: 14592 - - uid: 16714 + rot: 3.141592653589793 rad + pos: 67.5,14.5 + parent: 36907 + - uid: 41532 components: - type: Transform - pos: -21.5,22.5 - parent: 14592 - - uid: 16715 + rot: 3.141592653589793 rad + pos: 67.5,13.5 + parent: 36907 + - uid: 41533 components: - type: Transform - pos: -21.5,21.5 - parent: 14592 - - uid: 16716 + rot: 3.141592653589793 rad + pos: 69.5,30.5 + parent: 36907 + - uid: 41534 components: - type: Transform - pos: -21.5,20.5 - parent: 14592 - - uid: 16717 + rot: 3.141592653589793 rad + pos: 69.5,29.5 + parent: 36907 + - uid: 41535 components: - type: Transform - pos: -24.5,23.5 - parent: 14592 - - uid: 16718 + rot: 3.141592653589793 rad + pos: 69.5,28.5 + parent: 36907 + - uid: 41536 components: - type: Transform - pos: -22.5,25.5 - parent: 14592 - - uid: 16719 + rot: 3.141592653589793 rad + pos: 69.5,27.5 + parent: 36907 + - uid: 41537 components: - type: Transform - pos: -22.5,24.5 - parent: 14592 - - uid: 16720 + rot: 3.141592653589793 rad + pos: 69.5,26.5 + parent: 36907 + - uid: 41538 components: - type: Transform - pos: -22.5,23.5 - parent: 14592 - - uid: 16721 + rot: 3.141592653589793 rad + pos: 69.5,25.5 + parent: 36907 + - uid: 41539 components: - type: Transform - pos: -22.5,22.5 - parent: 14592 - - uid: 16722 + rot: 3.141592653589793 rad + pos: 69.5,24.5 + parent: 36907 + - uid: 41540 components: - type: Transform - pos: -21.5,24.5 - parent: 14592 - - uid: 16723 + rot: 3.141592653589793 rad + pos: 69.5,23.5 + parent: 36907 + - uid: 41541 components: - type: Transform - pos: -21.5,23.5 - parent: 14592 - - uid: 16724 + rot: 3.141592653589793 rad + pos: 69.5,22.5 + parent: 36907 + - uid: 41542 components: - type: Transform - pos: -21.5,22.5 - parent: 14592 - - uid: 16725 + rot: 3.141592653589793 rad + pos: 69.5,21.5 + parent: 36907 + - uid: 41543 components: - type: Transform - pos: -22.5,30.5 - parent: 14592 - - uid: 16726 + rot: 3.141592653589793 rad + pos: 69.5,20.5 + parent: 36907 + - uid: 41544 components: - type: Transform - pos: -20.5,24.5 - parent: 14592 - - uid: 16727 + rot: 3.141592653589793 rad + pos: 69.5,19.5 + parent: 36907 + - uid: 41545 components: - type: Transform - pos: -20.5,23.5 - parent: 14592 - - uid: 16728 + rot: 3.141592653589793 rad + pos: 69.5,18.5 + parent: 36907 + - uid: 41546 components: - type: Transform - pos: -20.5,22.5 - parent: 14592 - - uid: 16729 + rot: 3.141592653589793 rad + pos: 69.5,17.5 + parent: 36907 + - uid: 41547 components: - type: Transform - pos: -19.5,23.5 - parent: 14592 - - uid: 16730 + rot: 3.141592653589793 rad + pos: 69.5,16.5 + parent: 36907 + - uid: 41548 components: - type: Transform - pos: -19.5,24.5 - parent: 14592 - - uid: 16731 + rot: 3.141592653589793 rad + pos: 69.5,15.5 + parent: 36907 + - uid: 41549 components: - type: Transform - pos: -22.5,31.5 - parent: 14592 - - uid: 16732 + rot: 3.141592653589793 rad + pos: 69.5,14.5 + parent: 36907 + - uid: 41550 components: - type: Transform - pos: -22.5,25.5 - parent: 14592 - - uid: 16733 + rot: 3.141592653589793 rad + pos: 69.5,13.5 + parent: 36907 + - uid: 41551 components: - type: Transform - pos: -21.5,32.5 - parent: 14592 - - uid: 16734 + rot: 3.141592653589793 rad + pos: 70.5,17.5 + parent: 36907 + - uid: 41552 components: - type: Transform - pos: -22.5,27.5 - parent: 14592 - - uid: 16735 + rot: 3.141592653589793 rad + pos: 70.5,16.5 + parent: 36907 + - uid: 41553 components: - type: Transform - pos: -14.5,24.5 - parent: 14592 - - uid: 16736 + rot: 3.141592653589793 rad + pos: 70.5,15.5 + parent: 36907 + - uid: 41554 components: - type: Transform - pos: -13.5,27.5 - parent: 14592 - - uid: 16737 + rot: 3.141592653589793 rad + pos: 70.5,14.5 + parent: 36907 + - uid: 41555 components: - type: Transform - pos: -14.5,32.5 - parent: 14592 - - uid: 16738 + rot: 3.141592653589793 rad + pos: 71.5,14.5 + parent: 36907 + - uid: 41556 components: - type: Transform - pos: -12.5,29.5 - parent: 14592 - - uid: 16739 + rot: 3.141592653589793 rad + pos: 71.5,15.5 + parent: 36907 + - uid: 41557 components: - type: Transform - pos: -13.5,24.5 - parent: 14592 - - uid: 16740 + rot: 3.141592653589793 rad + pos: 70.5,19.5 + parent: 36907 + - uid: 41558 components: - type: Transform - pos: -12.5,27.5 - parent: 14592 - - uid: 16741 + rot: 3.141592653589793 rad + pos: 70.5,20.5 + parent: 36907 + - uid: 41559 components: - type: Transform - pos: -12.5,26.5 - parent: 14592 - - uid: 16742 + rot: 3.141592653589793 rad + pos: 71.5,19.5 + parent: 36907 + - uid: 41560 components: - type: Transform - pos: -12.5,25.5 - parent: 14592 - - uid: 16743 + rot: 3.141592653589793 rad + pos: 71.5,20.5 + parent: 36907 + - uid: 41561 components: - type: Transform - pos: -12.5,24.5 - parent: 14592 - - uid: 16744 + rot: 3.141592653589793 rad + pos: 70.5,21.5 + parent: 36907 + - uid: 41562 components: - type: Transform - pos: -11.5,27.5 - parent: 14592 - - uid: 16745 + rot: 3.141592653589793 rad + pos: 70.5,22.5 + parent: 36907 + - uid: 41563 components: - type: Transform - pos: -11.5,26.5 - parent: 14592 - - uid: 16746 + rot: 3.141592653589793 rad + pos: 70.5,24.5 + parent: 36907 + - uid: 41564 components: - type: Transform - pos: -11.5,25.5 - parent: 14592 - - uid: 16747 + rot: 3.141592653589793 rad + pos: 70.5,25.5 + parent: 36907 + - uid: 41565 components: - type: Transform - pos: -11.5,24.5 - parent: 14592 - - uid: 16748 + rot: 3.141592653589793 rad + pos: 70.5,26.5 + parent: 36907 + - uid: 41566 components: - type: Transform - pos: -10.5,27.5 - parent: 14592 - - uid: 16749 + rot: 3.141592653589793 rad + pos: 70.5,27.5 + parent: 36907 + - uid: 41567 components: - type: Transform - pos: -10.5,26.5 - parent: 14592 - - uid: 16750 + rot: 3.141592653589793 rad + pos: 70.5,28.5 + parent: 36907 + - uid: 41568 components: - type: Transform - pos: -10.5,25.5 - parent: 14592 - - uid: 16751 + rot: 3.141592653589793 rad + pos: 71.5,27.5 + parent: 36907 + - uid: 41569 components: - type: Transform - pos: -10.5,24.5 - parent: 14592 - - uid: 16752 + rot: 3.141592653589793 rad + pos: 71.5,26.5 + parent: 36907 + - uid: 41570 components: - type: Transform - pos: -9.5,27.5 - parent: 14592 - - uid: 16753 + rot: 3.141592653589793 rad + pos: 71.5,25.5 + parent: 36907 + - uid: 41571 components: - type: Transform - pos: -9.5,26.5 - parent: 14592 - - uid: 16754 + rot: 3.141592653589793 rad + pos: 67.5,12.5 + parent: 36907 + - uid: 41572 components: - type: Transform - pos: -9.5,25.5 - parent: 14592 - - uid: 16755 + rot: 3.141592653589793 rad + pos: 67.5,11.5 + parent: 36907 + - uid: 41573 components: - type: Transform - pos: -9.5,24.5 - parent: 14592 - - uid: 16756 + rot: 3.141592653589793 rad + pos: 67.5,10.5 + parent: 36907 + - uid: 41574 components: - type: Transform - pos: -10.5,23.5 - parent: 14592 - - uid: 16757 + rot: 3.141592653589793 rad + pos: 67.5,9.5 + parent: 36907 + - uid: 41575 components: - type: Transform - pos: -23.5,30.5 - parent: 14592 - - uid: 16758 + rot: 3.141592653589793 rad + pos: 67.5,8.5 + parent: 36907 + - uid: 41576 components: - - type: Transform - pos: -13.5,28.5 - parent: 14592 - - uid: 16759 + - type: Transform + rot: 3.141592653589793 rad + pos: 67.5,7.5 + parent: 36907 + - uid: 41577 components: - type: Transform - pos: -12.5,28.5 - parent: 14592 - - uid: 16760 + rot: 3.141592653589793 rad + pos: 67.5,6.5 + parent: 36907 + - uid: 41578 components: - type: Transform - pos: -11.5,28.5 - parent: 14592 - - uid: 16761 + rot: 3.141592653589793 rad + pos: 67.5,5.5 + parent: 36907 + - uid: 41579 components: - type: Transform - pos: -10.5,28.5 - parent: 14592 - - uid: 16762 + rot: 3.141592653589793 rad + pos: 67.5,4.5 + parent: 36907 + - uid: 41580 components: - type: Transform - pos: -9.5,28.5 - parent: 14592 - - uid: 16763 + rot: 3.141592653589793 rad + pos: 67.5,3.5 + parent: 36907 + - uid: 41581 components: - type: Transform - pos: -8.5,28.5 - parent: 14592 - - uid: 16764 + rot: 3.141592653589793 rad + pos: 67.5,2.5 + parent: 36907 + - uid: 41582 components: - type: Transform - pos: -8.5,27.5 - parent: 14592 - - uid: 16765 + rot: 3.141592653589793 rad + pos: 69.5,11.5 + parent: 36907 + - uid: 41583 components: - type: Transform - pos: -7.5,27.5 - parent: 14592 - - uid: 16766 + rot: 3.141592653589793 rad + pos: 69.5,10.5 + parent: 36907 + - uid: 41584 components: - type: Transform - pos: -6.5,26.5 - parent: 14592 - - uid: 16767 + rot: 3.141592653589793 rad + pos: 69.5,9.5 + parent: 36907 + - uid: 41585 components: - type: Transform - pos: -5.5,25.5 - parent: 14592 - - uid: 16768 + rot: 3.141592653589793 rad + pos: 69.5,8.5 + parent: 36907 + - uid: 41586 components: - type: Transform - pos: -5.5,25.5 - parent: 14592 - - uid: 16769 + rot: 3.141592653589793 rad + pos: 69.5,7.5 + parent: 36907 + - uid: 41587 components: - type: Transform - pos: -5.5,24.5 - parent: 14592 - - uid: 16770 + rot: 3.141592653589793 rad + pos: 69.5,6.5 + parent: 36907 + - uid: 41588 components: - type: Transform - pos: -4.5,25.5 - parent: 14592 - - uid: 16771 + rot: 3.141592653589793 rad + pos: 69.5,5.5 + parent: 36907 + - uid: 41589 components: - type: Transform - pos: -4.5,24.5 - parent: 14592 - - uid: 16772 + rot: 3.141592653589793 rad + pos: 69.5,4.5 + parent: 36907 + - uid: 41590 components: - type: Transform - pos: -3.5,25.5 - parent: 14592 - - uid: 16773 + rot: 3.141592653589793 rad + pos: 69.5,3.5 + parent: 36907 + - uid: 41591 components: - type: Transform - pos: -3.5,24.5 - parent: 14592 - - uid: 16774 + rot: 3.141592653589793 rad + pos: 69.5,2.5 + parent: 36907 + - uid: 41592 components: - type: Transform - pos: -2.5,25.5 - parent: 14592 - - uid: 16775 + rot: 3.141592653589793 rad + pos: 70.5,2.5 + parent: 36907 + - uid: 41593 components: - type: Transform - pos: -2.5,24.5 - parent: 14592 - - uid: 16776 + rot: 3.141592653589793 rad + pos: 70.5,3.5 + parent: 36907 + - uid: 41594 components: - type: Transform - pos: -1.5,25.5 - parent: 14592 - - uid: 16777 + rot: 3.141592653589793 rad + pos: 70.5,4.5 + parent: 36907 + - uid: 41595 components: - type: Transform - pos: -1.5,24.5 - parent: 14592 - - uid: 16778 + rot: 3.141592653589793 rad + pos: 71.5,2.5 + parent: 36907 + - uid: 41596 components: - type: Transform - pos: -0.5,25.5 - parent: 14592 - - uid: 16779 + rot: 3.141592653589793 rad + pos: 71.5,3.5 + parent: 36907 + - uid: 41597 components: - type: Transform - pos: -0.5,24.5 - parent: 14592 - - uid: 16780 + rot: 3.141592653589793 rad + pos: 71.5,4.5 + parent: 36907 + - uid: 41598 components: - type: Transform - pos: 0.5,25.5 - parent: 14592 - - uid: 16781 + rot: 3.141592653589793 rad + pos: 70.5,5.5 + parent: 36907 + - uid: 41599 components: - type: Transform - pos: 0.5,24.5 - parent: 14592 - - uid: 16782 + rot: 3.141592653589793 rad + pos: 70.5,6.5 + parent: 36907 + - uid: 41600 components: - type: Transform - pos: 1.5,25.5 - parent: 14592 - - uid: 16783 + rot: 3.141592653589793 rad + pos: 70.5,7.5 + parent: 36907 + - uid: 41601 components: - type: Transform - pos: 1.5,24.5 - parent: 14592 - - uid: 16784 + rot: 3.141592653589793 rad + pos: 70.5,8.5 + parent: 36907 + - uid: 41602 components: - type: Transform - pos: 2.5,25.5 - parent: 14592 - - uid: 16785 + rot: 3.141592653589793 rad + pos: 70.5,9.5 + parent: 36907 + - uid: 41603 components: - type: Transform - pos: 2.5,24.5 - parent: 14592 - - uid: 16786 + rot: 3.141592653589793 rad + pos: 70.5,10.5 + parent: 36907 + - uid: 41604 components: - type: Transform - pos: 3.5,25.5 - parent: 14592 - - uid: 16787 + rot: 3.141592653589793 rad + pos: 71.5,9.5 + parent: 36907 + - uid: 41605 components: - type: Transform - pos: 3.5,24.5 - parent: 14592 - - uid: 16788 + rot: 3.141592653589793 rad + pos: 71.5,8.5 + parent: 36907 + - uid: 41606 components: - type: Transform - pos: 4.5,25.5 - parent: 14592 - - uid: 16789 + rot: 3.141592653589793 rad + pos: 71.5,7.5 + parent: 36907 + - uid: 41607 components: - type: Transform - pos: 4.5,24.5 - parent: 14592 - - uid: 16790 + rot: 3.141592653589793 rad + pos: 67.5,1.5 + parent: 36907 + - uid: 41608 components: - type: Transform - pos: 5.5,25.5 - parent: 14592 - - uid: 16791 + rot: 3.141592653589793 rad + pos: 67.5,0.5 + parent: 36907 + - uid: 41609 components: - type: Transform - pos: 5.5,24.5 - parent: 14592 - - uid: 16792 + rot: 3.141592653589793 rad + pos: 67.5,-0.5 + parent: 36907 + - uid: 41610 components: - type: Transform - pos: 6.5,25.5 - parent: 14592 - - uid: 16793 + rot: 3.141592653589793 rad + pos: 67.5,-1.5 + parent: 36907 + - uid: 41611 components: - type: Transform - pos: 6.5,24.5 - parent: 14592 - - uid: 16794 + rot: 3.141592653589793 rad + pos: 67.5,-2.5 + parent: 36907 + - uid: 41612 components: - type: Transform - pos: 7.5,25.5 - parent: 14592 - - uid: 16795 + rot: 3.141592653589793 rad + pos: 67.5,-3.5 + parent: 36907 + - uid: 41613 components: - type: Transform - pos: 7.5,24.5 - parent: 14592 - - uid: 16796 + rot: 3.141592653589793 rad + pos: 67.5,-4.5 + parent: 36907 + - uid: 41614 components: - type: Transform - pos: 8.5,25.5 - parent: 14592 - - uid: 16797 + rot: 3.141592653589793 rad + pos: 69.5,1.5 + parent: 36907 + - uid: 41615 components: - type: Transform - pos: 8.5,24.5 - parent: 14592 - - uid: 16798 + rot: 3.141592653589793 rad + pos: 69.5,0.5 + parent: 36907 + - uid: 41616 components: - type: Transform - pos: 9.5,25.5 - parent: 14592 - - uid: 16799 + rot: 3.141592653589793 rad + pos: 69.5,-0.5 + parent: 36907 + - uid: 41617 components: - type: Transform - pos: 9.5,24.5 - parent: 14592 - - uid: 16800 + rot: 3.141592653589793 rad + pos: 69.5,-1.5 + parent: 36907 + - uid: 41618 components: - type: Transform - pos: 10.5,25.5 - parent: 14592 - - uid: 16801 + rot: 3.141592653589793 rad + pos: 69.5,-2.5 + parent: 36907 + - uid: 41619 components: - type: Transform - pos: 10.5,24.5 - parent: 14592 - - uid: 16802 + rot: 3.141592653589793 rad + pos: 69.5,-3.5 + parent: 36907 + - uid: 41620 components: - type: Transform - pos: 11.5,25.5 - parent: 14592 - - uid: 16803 + rot: 3.141592653589793 rad + pos: 69.5,-4.5 + parent: 36907 + - uid: 41621 components: - type: Transform - pos: 11.5,24.5 - parent: 14592 - - uid: 16804 + rot: 3.141592653589793 rad + pos: 70.5,-3.5 + parent: 36907 + - uid: 41622 components: - type: Transform - pos: 12.5,25.5 - parent: 14592 - - uid: 16805 + rot: 3.141592653589793 rad + pos: 70.5,-2.5 + parent: 36907 + - uid: 41623 components: - type: Transform - pos: 12.5,24.5 - parent: 14592 - - uid: 16806 + rot: 3.141592653589793 rad + pos: 70.5,-1.5 + parent: 36907 + - uid: 41624 components: - type: Transform - pos: 13.5,25.5 - parent: 14592 - - uid: 16807 + rot: 3.141592653589793 rad + pos: 70.5,-0.5 + parent: 36907 + - uid: 41625 components: - type: Transform - pos: 13.5,24.5 - parent: 14592 - - uid: 16808 + rot: 3.141592653589793 rad + pos: 70.5,0.5 + parent: 36907 + - uid: 41626 components: - type: Transform - pos: 14.5,25.5 - parent: 14592 - - uid: 16809 + rot: 3.141592653589793 rad + pos: 71.5,-1.5 + parent: 36907 + - uid: 41627 components: - type: Transform - pos: -14.5,26.5 - parent: 14592 - - uid: 16810 + rot: 3.141592653589793 rad + pos: 71.5,-2.5 + parent: 36907 + - uid: 41628 components: - type: Transform - pos: 15.5,25.5 - parent: 14592 - - uid: 16811 + rot: 3.141592653589793 rad + pos: 67.5,-5.5 + parent: 36907 + - uid: 41629 components: - type: Transform - pos: 15.5,24.5 - parent: 14592 - - uid: 16812 + rot: 3.141592653589793 rad + pos: 67.5,-6.5 + parent: 36907 + - uid: 41630 components: - type: Transform - pos: 16.5,25.5 - parent: 14592 - - uid: 16813 + rot: 3.141592653589793 rad + pos: 67.5,-7.5 + parent: 36907 + - uid: 41631 components: - type: Transform - pos: 16.5,24.5 - parent: 14592 - - uid: 16814 + rot: 3.141592653589793 rad + pos: 67.5,-8.5 + parent: 36907 + - uid: 41632 components: - type: Transform - pos: 17.5,25.5 - parent: 14592 - - uid: 16815 + rot: 3.141592653589793 rad + pos: 67.5,-9.5 + parent: 36907 + - uid: 41633 components: - type: Transform - pos: 17.5,24.5 - parent: 14592 - - uid: 16816 + rot: 3.141592653589793 rad + pos: 67.5,-10.5 + parent: 36907 + - uid: 41634 components: - type: Transform - pos: 18.5,25.5 - parent: 14592 - - uid: 16817 + rot: 3.141592653589793 rad + pos: 67.5,-11.5 + parent: 36907 + - uid: 41635 components: - type: Transform - pos: 18.5,24.5 - parent: 14592 - - uid: 16818 + rot: 3.141592653589793 rad + pos: 67.5,-12.5 + parent: 36907 + - uid: 41636 components: - type: Transform - pos: 19.5,25.5 - parent: 14592 - - uid: 16819 + rot: 3.141592653589793 rad + pos: 67.5,-13.5 + parent: 36907 + - uid: 41637 components: - type: Transform - pos: 19.5,26.5 - parent: 14592 - - uid: 16820 + rot: 3.141592653589793 rad + pos: 67.5,-14.5 + parent: 36907 + - uid: 41638 components: - type: Transform - pos: 18.5,26.5 - parent: 14592 - - uid: 16821 + rot: 3.141592653589793 rad + pos: 67.5,-15.5 + parent: 36907 + - uid: 41639 components: - type: Transform - pos: 17.5,26.5 - parent: 14592 - - uid: 16822 + rot: 3.141592653589793 rad + pos: 67.5,-16.5 + parent: 36907 + - uid: 41640 components: - type: Transform - pos: 16.5,26.5 - parent: 14592 - - uid: 16823 + rot: 3.141592653589793 rad + pos: 67.5,-17.5 + parent: 36907 + - uid: 41641 components: - type: Transform - pos: 15.5,26.5 - parent: 14592 - - uid: 16824 + rot: 3.141592653589793 rad + pos: 69.5,-8.5 + parent: 36907 + - uid: 41642 components: - type: Transform - pos: 14.5,26.5 - parent: 14592 - - uid: 16825 + rot: 3.141592653589793 rad + pos: 69.5,-9.5 + parent: 36907 + - uid: 41643 components: - type: Transform - pos: 13.5,26.5 - parent: 14592 - - uid: 16826 + rot: 3.141592653589793 rad + pos: 69.5,-10.5 + parent: 36907 + - uid: 41644 components: - type: Transform - pos: 12.5,26.5 - parent: 14592 - - uid: 16827 + rot: 3.141592653589793 rad + pos: 70.5,-9.5 + parent: 36907 + - uid: 41645 components: - type: Transform - pos: 11.5,26.5 - parent: 14592 - - uid: 16828 + rot: 3.141592653589793 rad + pos: 70.5,-10.5 + parent: 36907 + - uid: 41646 components: - type: Transform - pos: 10.5,26.5 - parent: 14592 - - uid: 16829 + rot: 3.141592653589793 rad + pos: 69.5,-11.5 + parent: 36907 + - uid: 41647 components: - type: Transform - pos: 9.5,26.5 - parent: 14592 - - uid: 16830 + rot: 3.141592653589793 rad + pos: 69.5,-12.5 + parent: 36907 + - uid: 41648 components: - type: Transform - pos: 8.5,26.5 - parent: 14592 - - uid: 16831 + rot: 3.141592653589793 rad + pos: 69.5,-13.5 + parent: 36907 + - uid: 41649 components: - type: Transform - pos: 7.5,26.5 - parent: 14592 - - uid: 16832 + rot: 3.141592653589793 rad + pos: 69.5,-14.5 + parent: 36907 + - uid: 41650 components: - type: Transform - pos: 6.5,26.5 - parent: 14592 - - uid: 16833 + rot: 3.141592653589793 rad + pos: 69.5,-15.5 + parent: 36907 + - uid: 41651 components: - type: Transform - pos: 5.5,26.5 - parent: 14592 - - uid: 16834 + rot: 3.141592653589793 rad + pos: 69.5,-16.5 + parent: 36907 + - uid: 41652 components: - type: Transform - pos: 4.5,26.5 - parent: 14592 - - uid: 16835 + rot: 3.141592653589793 rad + pos: 69.5,-17.5 + parent: 36907 + - uid: 41653 components: - type: Transform - pos: 3.5,26.5 - parent: 14592 - - uid: 16836 + rot: 3.141592653589793 rad + pos: 69.5,-18.5 + parent: 36907 + - uid: 41654 components: - type: Transform - pos: 2.5,26.5 - parent: 14592 - - uid: 16837 + rot: 3.141592653589793 rad + pos: 69.5,-19.5 + parent: 36907 + - uid: 41655 components: - type: Transform - pos: 1.5,26.5 - parent: 14592 - - uid: 16838 + rot: 3.141592653589793 rad + pos: 69.5,-20.5 + parent: 36907 + - uid: 41656 components: - type: Transform - pos: 0.5,26.5 - parent: 14592 - - uid: 16839 + rot: 3.141592653589793 rad + pos: 69.5,-21.5 + parent: 36907 + - uid: 41657 components: - type: Transform - pos: -0.5,26.5 - parent: 14592 - - uid: 16840 + rot: 3.141592653589793 rad + pos: 70.5,-13.5 + parent: 36907 + - uid: 41658 components: - type: Transform - pos: -1.5,26.5 - parent: 14592 - - uid: 16841 + rot: 3.141592653589793 rad + pos: 70.5,-14.5 + parent: 36907 + - uid: 41659 components: - type: Transform - pos: -2.5,26.5 - parent: 14592 - - uid: 16842 + rot: 3.141592653589793 rad + pos: 71.5,-14.5 + parent: 36907 + - uid: 41660 components: - type: Transform - pos: -3.5,26.5 - parent: 14592 - - uid: 16843 + rot: 3.141592653589793 rad + pos: 70.5,-16.5 + parent: 36907 + - uid: 41661 components: - type: Transform - pos: -4.5,26.5 - parent: 14592 - - uid: 16844 + rot: 3.141592653589793 rad + pos: 70.5,-17.5 + parent: 36907 + - uid: 41662 components: - type: Transform - pos: -3.5,27.5 - parent: 14592 - - uid: 16845 + rot: 3.141592653589793 rad + pos: 70.5,-18.5 + parent: 36907 + - uid: 41663 components: - type: Transform - pos: -2.5,27.5 - parent: 14592 - - uid: 16846 + rot: 3.141592653589793 rad + pos: 70.5,-19.5 + parent: 36907 + - uid: 41664 components: - type: Transform - pos: -14.5,30.5 - parent: 14592 - - uid: 16847 + rot: 3.141592653589793 rad + pos: 71.5,-19.5 + parent: 36907 + - uid: 41665 components: - type: Transform - pos: -14.5,28.5 - parent: 14592 - - uid: 16848 + rot: 3.141592653589793 rad + pos: 71.5,-18.5 + parent: 36907 + - uid: 41666 components: - type: Transform - pos: 3.5,27.5 - parent: 14592 - - uid: 16849 + rot: 3.141592653589793 rad + pos: 67.5,-18.5 + parent: 36907 + - uid: 41667 components: - type: Transform - pos: 4.5,27.5 - parent: 14592 - - uid: 16850 + rot: 3.141592653589793 rad + pos: 67.5,-19.5 + parent: 36907 + - uid: 41668 components: - type: Transform - pos: 5.5,27.5 - parent: 14592 - - uid: 16851 + rot: 3.141592653589793 rad + pos: 67.5,-20.5 + parent: 36907 + - uid: 41669 components: - type: Transform - pos: 6.5,27.5 - parent: 14592 - - uid: 16852 + rot: 3.141592653589793 rad + pos: 67.5,-21.5 + parent: 36907 + - uid: 41670 components: - type: Transform - pos: 7.5,27.5 - parent: 14592 - - uid: 16853 + rot: 3.141592653589793 rad + pos: 67.5,-22.5 + parent: 36907 + - uid: 41671 components: - type: Transform - pos: -1.5,29.5 - parent: 14592 - - uid: 16854 + pos: 69.5,-5.5 + parent: 36907 + - uid: 41672 components: - type: Transform - pos: 3.5,29.5 - parent: 14592 - - uid: 16855 + rot: 3.141592653589793 rad + pos: 67.5,-23.5 + parent: 36907 + - uid: 41673 components: - type: Transform - pos: 4.5,29.5 - parent: 14592 - - uid: 16856 + rot: 3.141592653589793 rad + pos: 67.5,-24.5 + parent: 36907 + - uid: 41674 components: - type: Transform - pos: 5.5,29.5 - parent: 14592 - - uid: 16857 + pos: 69.5,-6.5 + parent: 36907 + - uid: 41675 components: - type: Transform - pos: -1.5,23.5 - parent: 14592 - - uid: 16858 + rot: 3.141592653589793 rad + pos: 67.5,-25.5 + parent: 36907 + - uid: 41676 components: - type: Transform - pos: -0.5,23.5 - parent: 14592 - - uid: 16859 + rot: 3.141592653589793 rad + pos: 67.5,-26.5 + parent: 36907 + - uid: 41677 components: - type: Transform - pos: 0.5,23.5 - parent: 14592 - - uid: 16860 + rot: 3.141592653589793 rad + pos: 67.5,-27.5 + parent: 36907 + - uid: 41678 components: - type: Transform - pos: 1.5,23.5 - parent: 14592 - - uid: 16861 + rot: 3.141592653589793 rad + pos: 67.5,-28.5 + parent: 36907 + - uid: 41679 components: - type: Transform - pos: 2.5,23.5 - parent: 14592 - - uid: 16862 + pos: 69.5,-6.5 + parent: 36907 + - uid: 41680 components: - type: Transform - pos: 3.5,23.5 - parent: 14592 - - uid: 16863 + rot: 3.141592653589793 rad + pos: 67.5,-30.5 + parent: 36907 + - uid: 41681 components: - type: Transform - pos: 4.5,23.5 - parent: 14592 - - uid: 16864 + pos: 69.5,-7.5 + parent: 36907 + - uid: 41682 components: - type: Transform - pos: 5.5,23.5 - parent: 14592 - - uid: 16865 + rot: 3.141592653589793 rad + pos: 68.5,-30.5 + parent: 36907 + - uid: 41683 components: - type: Transform - pos: 6.5,23.5 - parent: 14592 - - uid: 16866 + rot: 3.141592653589793 rad + pos: 69.5,-25.5 + parent: 36907 + - uid: 41684 components: - type: Transform - pos: 7.5,23.5 - parent: 14592 - - uid: 16867 + rot: 3.141592653589793 rad + pos: 69.5,-26.5 + parent: 36907 + - uid: 41685 components: - type: Transform - pos: 8.5,23.5 - parent: 14592 - - uid: 16870 + rot: 3.141592653589793 rad + pos: 69.5,-27.5 + parent: 36907 + - uid: 41686 components: - type: Transform - pos: 11.5,23.5 - parent: 14592 - - uid: 16871 + rot: 3.141592653589793 rad + pos: 69.5,-28.5 + parent: 36907 + - uid: 41687 components: - type: Transform - pos: 12.5,23.5 - parent: 14592 - - uid: 16872 + rot: 3.141592653589793 rad + pos: 69.5,-29.5 + parent: 36907 + - uid: 41688 components: - type: Transform - pos: 13.5,23.5 - parent: 14592 - - uid: 16873 + rot: 3.141592653589793 rad + pos: 69.5,-30.5 + parent: 36907 + - uid: 41689 components: - type: Transform - pos: 14.5,23.5 - parent: 14592 - - uid: 16874 + rot: 3.141592653589793 rad + pos: 70.5,-27.5 + parent: 36907 + - uid: 41690 components: - type: Transform - pos: 15.5,23.5 - parent: 14592 - - uid: 16875 + rot: 3.141592653589793 rad + pos: 70.5,-28.5 + parent: 36907 + - uid: 41691 components: - type: Transform - pos: 16.5,23.5 - parent: 14592 - - uid: 16876 + rot: 3.141592653589793 rad + pos: 70.5,-29.5 + parent: 36907 + - uid: 41692 components: - type: Transform - pos: 17.5,23.5 - parent: 14592 - - uid: 16877 + rot: 3.141592653589793 rad + pos: 71.5,-28.5 + parent: 36907 + - uid: 41693 components: - type: Transform - pos: 17.5,27.5 - parent: 14592 - - uid: 16878 + rot: 3.141592653589793 rad + pos: 66.5,-28.5 + parent: 36907 + - uid: 41694 components: - type: Transform - pos: 12.5,27.5 - parent: 14592 - - uid: 16879 + rot: 3.141592653589793 rad + pos: 66.5,-30.5 + parent: 36907 + - uid: 41695 components: - type: Transform - pos: 12.5,27.5 - parent: 14592 - - uid: 16880 + rot: 3.141592653589793 rad + pos: 66.5,-31.5 + parent: 36907 + - uid: 41696 components: - type: Transform - pos: 11.5,27.5 - parent: 14592 - - uid: 16881 + rot: 3.141592653589793 rad + pos: 65.5,-28.5 + parent: 36907 + - uid: 41697 components: - type: Transform - pos: 12.5,28.5 - parent: 14592 - - uid: 16882 + rot: 3.141592653589793 rad + pos: 65.5,-30.5 + parent: 36907 + - uid: 41698 components: - type: Transform - pos: 13.5,28.5 - parent: 14592 - - uid: 16883 + rot: 3.141592653589793 rad + pos: 65.5,-31.5 + parent: 36907 + - uid: 41699 components: - type: Transform - pos: 13.5,27.5 - parent: 14592 - - uid: 16884 + rot: 3.141592653589793 rad + pos: 64.5,-28.5 + parent: 36907 + - uid: 41700 components: - type: Transform - pos: 13.5,27.5 - parent: 14592 - - uid: 16885 + rot: 3.141592653589793 rad + pos: 64.5,-30.5 + parent: 36907 + - uid: 41701 components: - type: Transform - pos: 6.5,22.5 - parent: 14592 - - uid: 16886 + rot: 3.141592653589793 rad + pos: 64.5,-31.5 + parent: 36907 + - uid: 41702 components: - type: Transform - pos: 6.5,21.5 - parent: 14592 - - uid: 16887 + rot: 3.141592653589793 rad + pos: 63.5,-28.5 + parent: 36907 + - uid: 41703 components: - type: Transform - pos: 6.5,20.5 - parent: 14592 - - uid: 16888 + rot: 3.141592653589793 rad + pos: 63.5,-30.5 + parent: 36907 + - uid: 41704 components: - type: Transform - pos: 6.5,19.5 - parent: 14592 - - uid: 16889 + rot: 3.141592653589793 rad + pos: 63.5,-31.5 + parent: 36907 + - uid: 41705 components: - type: Transform - pos: 6.5,18.5 - parent: 14592 - - uid: 16890 + rot: 3.141592653589793 rad + pos: 62.5,-28.5 + parent: 36907 + - uid: 41706 components: - type: Transform - pos: 6.5,17.5 - parent: 14592 - - uid: 16891 + rot: 3.141592653589793 rad + pos: 62.5,-30.5 + parent: 36907 + - uid: 41707 components: - type: Transform - pos: 7.5,22.5 - parent: 14592 - - uid: 16892 + rot: 3.141592653589793 rad + pos: 62.5,-31.5 + parent: 36907 + - uid: 41708 components: - type: Transform - pos: 7.5,21.5 - parent: 14592 - - uid: 16893 + rot: 3.141592653589793 rad + pos: 64.5,-32.5 + parent: 36907 + - uid: 41709 components: - type: Transform - pos: 7.5,20.5 - parent: 14592 - - uid: 16894 + rot: 3.141592653589793 rad + pos: 65.5,-32.5 + parent: 36907 + - uid: 41710 components: - type: Transform - pos: 7.5,19.5 - parent: 14592 - - uid: 16895 + rot: 3.141592653589793 rad + pos: 61.5,-32.5 + parent: 36907 + - uid: 41711 components: - type: Transform - pos: 7.5,18.5 - parent: 14592 - - uid: 16896 + rot: 3.141592653589793 rad + pos: 60.5,-32.5 + parent: 36907 + - uid: 41712 components: - type: Transform - pos: 7.5,17.5 - parent: 14592 - - uid: 16897 + rot: 3.141592653589793 rad + pos: 59.5,-32.5 + parent: 36907 + - uid: 41713 components: - type: Transform - pos: 8.5,22.5 - parent: 14592 - - uid: 16898 + rot: 3.141592653589793 rad + pos: 61.5,-31.5 + parent: 36907 + - uid: 41714 components: - type: Transform - pos: 8.5,21.5 - parent: 14592 - - uid: 16899 + rot: 3.141592653589793 rad + pos: 61.5,-30.5 + parent: 36907 + - uid: 41715 components: - type: Transform - pos: 8.5,20.5 - parent: 14592 - - uid: 16900 + rot: 3.141592653589793 rad + pos: 61.5,-28.5 + parent: 36907 + - uid: 41716 components: - type: Transform - pos: 8.5,19.5 - parent: 14592 - - uid: 16901 + rot: 3.141592653589793 rad + pos: 60.5,-31.5 + parent: 36907 + - uid: 41717 components: - type: Transform - pos: 8.5,18.5 - parent: 14592 - - uid: 16902 + rot: 3.141592653589793 rad + pos: 60.5,-30.5 + parent: 36907 + - uid: 41718 components: - type: Transform - pos: 8.5,17.5 - parent: 14592 - - uid: 16904 + rot: 3.141592653589793 rad + pos: 60.5,-28.5 + parent: 36907 + - uid: 41719 components: - type: Transform - pos: 9.5,21.5 - parent: 14592 - - uid: 16905 + rot: 3.141592653589793 rad + pos: 59.5,-31.5 + parent: 36907 + - uid: 41720 components: - type: Transform - pos: 9.5,20.5 - parent: 14592 - - uid: 16906 + rot: 3.141592653589793 rad + pos: 59.5,-30.5 + parent: 36907 + - uid: 41721 components: - type: Transform - pos: 9.5,19.5 - parent: 14592 - - uid: 16907 + rot: 3.141592653589793 rad + pos: 59.5,-28.5 + parent: 36907 + - uid: 41722 components: - type: Transform - pos: 9.5,18.5 - parent: 14592 - - uid: 16908 + rot: 3.141592653589793 rad + pos: 58.5,-31.5 + parent: 36907 + - uid: 41723 components: - type: Transform - pos: 9.5,17.5 - parent: 14592 - - uid: 16910 + rot: 3.141592653589793 rad + pos: 58.5,-30.5 + parent: 36907 + - uid: 41724 components: - type: Transform - pos: 10.5,21.5 - parent: 14592 - - uid: 16911 + rot: 3.141592653589793 rad + pos: 58.5,-28.5 + parent: 36907 + - uid: 41725 components: - type: Transform - pos: 10.5,20.5 - parent: 14592 - - uid: 16912 + rot: 3.141592653589793 rad + pos: 57.5,-31.5 + parent: 36907 + - uid: 41726 components: - type: Transform - pos: 10.5,19.5 - parent: 14592 - - uid: 16913 + rot: 3.141592653589793 rad + pos: 57.5,-30.5 + parent: 36907 + - uid: 41727 components: - type: Transform - pos: 10.5,18.5 - parent: 14592 - - uid: 16914 + rot: 3.141592653589793 rad + pos: 57.5,-28.5 + parent: 36907 + - uid: 41728 components: - type: Transform - pos: 10.5,17.5 - parent: 14592 - - uid: 16915 + rot: 3.141592653589793 rad + pos: 56.5,-31.5 + parent: 36907 + - uid: 41729 components: - type: Transform - pos: 11.5,22.5 - parent: 14592 - - uid: 16916 + rot: 3.141592653589793 rad + pos: 56.5,-30.5 + parent: 36907 + - uid: 41730 components: - type: Transform - pos: 11.5,21.5 - parent: 14592 - - uid: 16917 + rot: 3.141592653589793 rad + pos: 56.5,-28.5 + parent: 36907 + - uid: 41731 components: - type: Transform - pos: 11.5,18.5 - parent: 14592 - - uid: 16918 + rot: 3.141592653589793 rad + pos: 55.5,-31.5 + parent: 36907 + - uid: 41732 components: - type: Transform - anchored: False - pos: -987.1909,-129.45482 - parent: 1 - - uid: 16919 + rot: 3.141592653589793 rad + pos: 55.5,-30.5 + parent: 36907 + - uid: 41733 components: - type: Transform - pos: 12.5,22.5 - parent: 14592 - - uid: 16920 + rot: 3.141592653589793 rad + pos: 55.5,-28.5 + parent: 36907 + - uid: 41734 components: - type: Transform - pos: 12.5,21.5 - parent: 14592 - - uid: 16921 + rot: 3.141592653589793 rad + pos: 54.5,-31.5 + parent: 36907 + - uid: 41735 components: - type: Transform - pos: 12.5,18.5 - parent: 14592 - - uid: 16922 + rot: 3.141592653589793 rad + pos: 54.5,-30.5 + parent: 36907 + - uid: 41736 components: - type: Transform - pos: 12.5,17.5 - parent: 14592 - - uid: 16923 + rot: 3.141592653589793 rad + pos: 54.5,-28.5 + parent: 36907 + - uid: 41737 components: - type: Transform - pos: 13.5,22.5 - parent: 14592 - - uid: 16924 + rot: 3.141592653589793 rad + pos: 53.5,-31.5 + parent: 36907 + - uid: 41738 components: - type: Transform - pos: 13.5,21.5 - parent: 14592 - - uid: 16925 + rot: 3.141592653589793 rad + pos: 53.5,-30.5 + parent: 36907 + - uid: 41739 components: - type: Transform - pos: 13.5,20.5 - parent: 14592 - - uid: 16926 + rot: 3.141592653589793 rad + pos: 53.5,-28.5 + parent: 36907 + - uid: 41740 components: - type: Transform - pos: 13.5,18.5 - parent: 14592 - - uid: 16927 + rot: 3.141592653589793 rad + pos: 52.5,-31.5 + parent: 36907 + - uid: 41741 components: - type: Transform - pos: 13.5,17.5 - parent: 14592 - - uid: 16928 + rot: 3.141592653589793 rad + pos: 52.5,-30.5 + parent: 36907 + - uid: 41742 components: - type: Transform - pos: 14.5,22.5 - parent: 14592 - - uid: 16929 + rot: 3.141592653589793 rad + pos: 52.5,-28.5 + parent: 36907 + - uid: 41743 components: - type: Transform - pos: 14.5,21.5 - parent: 14592 - - uid: 16930 + rot: 3.141592653589793 rad + pos: 51.5,-31.5 + parent: 36907 + - uid: 41744 components: - type: Transform - pos: 14.5,20.5 - parent: 14592 - - uid: 16931 + rot: 3.141592653589793 rad + pos: 51.5,-30.5 + parent: 36907 + - uid: 41745 components: - type: Transform - pos: 14.5,19.5 - parent: 14592 - - uid: 16932 + rot: 3.141592653589793 rad + pos: 51.5,-28.5 + parent: 36907 + - uid: 41746 components: - type: Transform - pos: 14.5,18.5 - parent: 14592 - - uid: 16933 + rot: 3.141592653589793 rad + pos: 50.5,-31.5 + parent: 36907 + - uid: 41747 components: - type: Transform - pos: 14.5,17.5 - parent: 14592 - - uid: 16934 + rot: 3.141592653589793 rad + pos: 50.5,-30.5 + parent: 36907 + - uid: 41748 components: - type: Transform - pos: 15.5,22.5 - parent: 14592 - - uid: 16935 + rot: 3.141592653589793 rad + pos: 50.5,-28.5 + parent: 36907 + - uid: 41749 components: - type: Transform - pos: 15.5,21.5 - parent: 14592 - - uid: 16936 + rot: 3.141592653589793 rad + pos: 50.5,-32.5 + parent: 36907 + - uid: 41750 components: - type: Transform - pos: 15.5,20.5 - parent: 14592 - - uid: 16937 + rot: 3.141592653589793 rad + pos: 51.5,-32.5 + parent: 36907 + - uid: 41751 components: - type: Transform - pos: 15.5,19.5 - parent: 14592 - - uid: 16938 + rot: 3.141592653589793 rad + pos: 55.5,-32.5 + parent: 36907 + - uid: 41752 components: - type: Transform - pos: 15.5,18.5 - parent: 14592 - - uid: 16939 + rot: 3.141592653589793 rad + pos: 56.5,-32.5 + parent: 36907 + - uid: 41753 components: - type: Transform - pos: 15.5,17.5 - parent: 14592 - - uid: 16940 + rot: 3.141592653589793 rad + pos: 57.5,-32.5 + parent: 36907 + - uid: 41754 components: - type: Transform - pos: 16.5,22.5 - parent: 14592 - - uid: 16941 + rot: 3.141592653589793 rad + pos: 48.5,-31.5 + parent: 36907 + - uid: 41755 components: - type: Transform - pos: 16.5,21.5 - parent: 14592 - - uid: 16942 + rot: 3.141592653589793 rad + pos: 47.5,-31.5 + parent: 36907 + - uid: 41756 components: - type: Transform - pos: 16.5,19.5 - parent: 14592 - - uid: 16943 + rot: 3.141592653589793 rad + pos: 46.5,-31.5 + parent: 36907 + - uid: 41757 components: - type: Transform - pos: 16.5,17.5 - parent: 14592 - - uid: 16944 + rot: 3.141592653589793 rad + pos: 45.5,-31.5 + parent: 36907 + - uid: 41758 components: - type: Transform - pos: 17.5,22.5 - parent: 14592 - - uid: 16945 + rot: 3.141592653589793 rad + pos: 46.5,-32.5 + parent: 36907 + - uid: 41759 components: - type: Transform - pos: 17.5,21.5 - parent: 14592 - - uid: 16946 + rot: 3.141592653589793 rad + pos: 48.5,-30.5 + parent: 36907 + - uid: 41760 components: - type: Transform - pos: 17.5,20.5 - parent: 14592 - - uid: 16947 + rot: 3.141592653589793 rad + pos: 48.5,-28.5 + parent: 36907 + - uid: 41761 components: - type: Transform - pos: 17.5,19.5 - parent: 14592 - - uid: 16948 + rot: 3.141592653589793 rad + pos: 49.5,-30.5 + parent: 36907 + - uid: 41762 components: - type: Transform - pos: 17.5,18.5 - parent: 14592 - - uid: 16949 + rot: 3.141592653589793 rad + pos: 49.5,-28.5 + parent: 36907 + - uid: 41763 components: - type: Transform - pos: 17.5,17.5 - parent: 14592 - - uid: 16950 + rot: 3.141592653589793 rad + pos: 47.5,-28.5 + parent: 36907 + - uid: 41764 components: - type: Transform - pos: 18.5,22.5 - parent: 14592 - - uid: 16951 + rot: 3.141592653589793 rad + pos: 46.5,-30.5 + parent: 36907 + - uid: 41765 components: - type: Transform - pos: 18.5,21.5 - parent: 14592 - - uid: 16952 + rot: 3.141592653589793 rad + pos: 46.5,-28.5 + parent: 36907 + - uid: 41766 components: - type: Transform - pos: 18.5,20.5 - parent: 14592 - - uid: 16953 + rot: 3.141592653589793 rad + pos: 45.5,-30.5 + parent: 36907 + - uid: 41767 components: - type: Transform - pos: 18.5,19.5 - parent: 14592 - - uid: 16954 + rot: 3.141592653589793 rad + pos: 45.5,-28.5 + parent: 36907 + - uid: 41768 components: - type: Transform - pos: 18.5,18.5 - parent: 14592 - - uid: 16955 + rot: 3.141592653589793 rad + pos: 44.5,-30.5 + parent: 36907 + - uid: 41769 components: - type: Transform - pos: 18.5,17.5 - parent: 14592 - - uid: 16956 + rot: 3.141592653589793 rad + pos: 44.5,-28.5 + parent: 36907 + - uid: 41770 components: - type: Transform - pos: 11.5,16.5 - parent: 14592 - - uid: 16957 + rot: 3.141592653589793 rad + pos: 43.5,-30.5 + parent: 36907 + - uid: 41771 components: - type: Transform - pos: 11.5,15.5 - parent: 14592 - - uid: 16958 + rot: 3.141592653589793 rad + pos: 43.5,-28.5 + parent: 36907 + - uid: 41772 components: - type: Transform - pos: 11.5,14.5 - parent: 14592 - - uid: 16959 + rot: 3.141592653589793 rad + pos: 42.5,-30.5 + parent: 36907 + - uid: 41773 components: - type: Transform - pos: 11.5,13.5 - parent: 14592 - - uid: 16960 + rot: 3.141592653589793 rad + pos: 42.5,-28.5 + parent: 36907 + - uid: 41774 components: - type: Transform - pos: 11.5,12.5 - parent: 14592 - - uid: 16961 + rot: 3.141592653589793 rad + pos: 41.5,-30.5 + parent: 36907 + - uid: 41775 components: - type: Transform - pos: 11.5,11.5 - parent: 14592 - - uid: 16962 + rot: 3.141592653589793 rad + pos: 41.5,-28.5 + parent: 36907 + - uid: 41776 components: - type: Transform - pos: 12.5,16.5 - parent: 14592 - - uid: 16963 + rot: 3.141592653589793 rad + pos: 40.5,-28.5 + parent: 36907 + - uid: 41777 components: - type: Transform - pos: 12.5,15.5 - parent: 14592 - - uid: 16964 + rot: 3.141592653589793 rad + pos: 41.5,-31.5 + parent: 36907 + - uid: 41778 components: - type: Transform - pos: 12.5,14.5 - parent: 14592 - - uid: 16965 + rot: 3.141592653589793 rad + pos: 42.5,-31.5 + parent: 36907 + - uid: 41779 components: - type: Transform - pos: 12.5,13.5 - parent: 14592 - - uid: 16966 + rot: 3.141592653589793 rad + pos: 43.5,-31.5 + parent: 36907 + - uid: 41780 components: - type: Transform - pos: 12.5,12.5 - parent: 14592 - - uid: 16967 + rot: 3.141592653589793 rad + pos: 41.5,-32.5 + parent: 36907 + - uid: 41781 components: - type: Transform - pos: 12.5,11.5 - parent: 14592 - - uid: 16968 + rot: 3.141592653589793 rad + pos: 22.5,-30.5 + parent: 36907 + - uid: 41782 components: - type: Transform - pos: 13.5,16.5 - parent: 14592 - - uid: 16969 + rot: 3.141592653589793 rad + pos: 39.5,-28.5 + parent: 36907 + - uid: 41783 components: - type: Transform - pos: 13.5,15.5 - parent: 14592 - - uid: 16970 + rot: 3.141592653589793 rad + pos: 38.5,-28.5 + parent: 36907 + - uid: 41784 components: - type: Transform - pos: 13.5,14.5 - parent: 14592 - - uid: 16971 + rot: 3.141592653589793 rad + pos: 37.5,-29.5 + parent: 36907 + - uid: 41785 components: - type: Transform - pos: 13.5,13.5 - parent: 14592 - - uid: 16972 + rot: 3.141592653589793 rad + pos: 37.5,-28.5 + parent: 36907 + - uid: 41786 components: - type: Transform - pos: 13.5,12.5 - parent: 14592 - - uid: 16973 + rot: 3.141592653589793 rad + pos: 36.5,-29.5 + parent: 36907 + - uid: 41787 components: - type: Transform - pos: 13.5,11.5 - parent: 14592 - - uid: 16974 + rot: 3.141592653589793 rad + pos: 36.5,-28.5 + parent: 36907 + - uid: 41788 components: - type: Transform - pos: 14.5,16.5 - parent: 14592 - - uid: 16975 + rot: 3.141592653589793 rad + pos: 35.5,-29.5 + parent: 36907 + - uid: 41789 components: - type: Transform - pos: 14.5,15.5 - parent: 14592 - - uid: 16976 + rot: 3.141592653589793 rad + pos: 35.5,-28.5 + parent: 36907 + - uid: 41790 components: - type: Transform - pos: 14.5,14.5 - parent: 14592 - - uid: 16977 + rot: 3.141592653589793 rad + pos: 34.5,-29.5 + parent: 36907 + - uid: 41791 components: - type: Transform - pos: 14.5,13.5 - parent: 14592 - - uid: 16978 + rot: 3.141592653589793 rad + pos: 34.5,-28.5 + parent: 36907 + - uid: 41792 components: - type: Transform - pos: 14.5,12.5 - parent: 14592 - - uid: 16979 + rot: 3.141592653589793 rad + pos: 33.5,-29.5 + parent: 36907 + - uid: 41793 components: - type: Transform - pos: 14.5,11.5 - parent: 14592 - - uid: 16980 + rot: 3.141592653589793 rad + pos: 22.5,-33.5 + parent: 36907 + - uid: 41794 components: - type: Transform - pos: 15.5,16.5 - parent: 14592 - - uid: 16981 + rot: 3.141592653589793 rad + pos: 21.5,-34.5 + parent: 36907 + - uid: 41795 components: - type: Transform - pos: 15.5,15.5 - parent: 14592 - - uid: 16982 + rot: 3.141592653589793 rad + pos: 22.5,-32.5 + parent: 36907 + - uid: 41796 components: - type: Transform - pos: 15.5,14.5 - parent: 14592 - - uid: 16983 + rot: 3.141592653589793 rad + pos: 27.5,-28.5 + parent: 36907 + - uid: 41797 components: - type: Transform - pos: 15.5,13.5 - parent: 14592 - - uid: 16984 + rot: 3.141592653589793 rad + pos: 26.5,-28.5 + parent: 36907 + - uid: 41798 components: - type: Transform - pos: 15.5,12.5 - parent: 14592 - - uid: 16985 + rot: 3.141592653589793 rad + pos: 25.5,-28.5 + parent: 36907 + - uid: 41799 components: - type: Transform - pos: 15.5,11.5 - parent: 14592 - - uid: 16986 + rot: 3.141592653589793 rad + pos: 24.5,-28.5 + parent: 36907 + - uid: 41800 components: - type: Transform - pos: 16.5,16.5 - parent: 14592 - - uid: 16987 + rot: 3.141592653589793 rad + pos: 23.5,-28.5 + parent: 36907 + - uid: 41801 components: - type: Transform - pos: 16.5,15.5 - parent: 14592 - - uid: 16988 + rot: 3.141592653589793 rad + pos: 25.5,-30.5 + parent: 36907 + - uid: 41802 components: - type: Transform - pos: 16.5,14.5 - parent: 14592 - - uid: 16989 + rot: 3.141592653589793 rad + pos: 24.5,-30.5 + parent: 36907 + - uid: 41803 components: - type: Transform - pos: 16.5,13.5 - parent: 14592 - - uid: 16990 + rot: 3.141592653589793 rad + pos: 23.5,-30.5 + parent: 36907 + - uid: 41804 components: - type: Transform - pos: 16.5,12.5 - parent: 14592 - - uid: 16991 + rot: 3.141592653589793 rad + pos: 23.5,-31.5 + parent: 36907 + - uid: 41805 components: - type: Transform - pos: 16.5,11.5 - parent: 14592 - - uid: 16992 + rot: 3.141592653589793 rad + pos: 24.5,-31.5 + parent: 36907 + - uid: 41806 components: - type: Transform - pos: 17.5,16.5 - parent: 14592 - - uid: 16993 + rot: 3.141592653589793 rad + pos: 19.5,-32.5 + parent: 36907 + - uid: 41807 components: - type: Transform - pos: 17.5,15.5 - parent: 14592 - - uid: 16994 + rot: 3.141592653589793 rad + pos: 19.5,-31.5 + parent: 36907 + - uid: 41808 components: - type: Transform - pos: 17.5,14.5 - parent: 14592 - - uid: 16995 + rot: 3.141592653589793 rad + pos: 20.5,-32.5 + parent: 36907 + - uid: 41809 components: - type: Transform - pos: 17.5,13.5 - parent: 14592 - - uid: 16997 + rot: 3.141592653589793 rad + pos: 20.5,-31.5 + parent: 36907 + - uid: 41810 components: - type: Transform - pos: -21.5,33.5 - parent: 14592 - - uid: 17011 + rot: 3.141592653589793 rad + pos: 21.5,-31.5 + parent: 36907 + - uid: 41811 components: - type: Transform rot: 3.141592653589793 rad - pos: -31.5,5.5 - parent: 14592 - - uid: 17042 + pos: 22.5,-28.5 + parent: 36907 + - uid: 41812 components: - type: Transform rot: 3.141592653589793 rad - pos: -33.5,5.5 - parent: 14592 - - uid: 17088 + pos: 21.5,-30.5 + parent: 36907 + - uid: 41813 components: - type: Transform rot: 3.141592653589793 rad - pos: -34.5,13.5 - parent: 14592 - - uid: 17089 + pos: 21.5,-28.5 + parent: 36907 + - uid: 41814 components: - type: Transform rot: 3.141592653589793 rad - pos: -34.5,14.5 - parent: 14592 - - uid: 17090 + pos: 20.5,-30.5 + parent: 36907 + - uid: 41815 components: - type: Transform rot: 3.141592653589793 rad - pos: -34.5,15.5 - parent: 14592 - - uid: 17091 + pos: 20.5,-28.5 + parent: 36907 + - uid: 41816 components: - type: Transform rot: 3.141592653589793 rad - pos: -34.5,16.5 - parent: 14592 - - uid: 17092 + pos: 19.5,-30.5 + parent: 36907 + - uid: 41817 components: - type: Transform rot: 3.141592653589793 rad - pos: -33.5,13.5 - parent: 14592 - - uid: 17093 + pos: 19.5,-28.5 + parent: 36907 + - uid: 41818 components: - type: Transform rot: 3.141592653589793 rad - pos: -33.5,14.5 - parent: 14592 - - uid: 17094 + pos: 18.5,-30.5 + parent: 36907 + - uid: 41819 components: - type: Transform rot: 3.141592653589793 rad - pos: -33.5,15.5 - parent: 14592 - - uid: 17095 + pos: 18.5,-28.5 + parent: 36907 + - uid: 41820 components: - type: Transform rot: 3.141592653589793 rad - pos: -33.5,16.5 - parent: 14592 - - uid: 17096 + pos: 17.5,-30.5 + parent: 36907 + - uid: 41821 components: - type: Transform rot: 3.141592653589793 rad - pos: -32.5,13.5 - parent: 14592 - - uid: 17097 + pos: 17.5,-28.5 + parent: 36907 + - uid: 41822 components: - type: Transform rot: 3.141592653589793 rad - pos: -32.5,14.5 - parent: 14592 - - uid: 17098 + pos: 16.5,-30.5 + parent: 36907 + - uid: 41823 components: - type: Transform rot: 3.141592653589793 rad - pos: -32.5,15.5 - parent: 14592 - - uid: 17099 + pos: 16.5,-28.5 + parent: 36907 + - uid: 41824 components: - type: Transform rot: 3.141592653589793 rad - pos: -32.5,16.5 - parent: 14592 - - uid: 17100 + pos: 17.5,-31.5 + parent: 36907 + - uid: 41825 components: - type: Transform rot: 3.141592653589793 rad - pos: -31.5,13.5 - parent: 14592 - - uid: 17101 + pos: 15.5,-28.5 + parent: 36907 + - uid: 41826 components: - type: Transform rot: 3.141592653589793 rad - pos: -31.5,14.5 - parent: 14592 - - uid: 17102 + pos: 14.5,-28.5 + parent: 36907 + - uid: 41827 components: - type: Transform rot: 3.141592653589793 rad - pos: -31.5,15.5 - parent: 14592 - - uid: 17103 + pos: 13.5,-28.5 + parent: 36907 + - uid: 41828 components: - type: Transform rot: 3.141592653589793 rad - pos: -31.5,16.5 - parent: 14592 - - uid: 17104 + pos: 12.5,-31.5 + parent: 36907 + - uid: 41829 components: - type: Transform rot: 3.141592653589793 rad - pos: -30.5,13.5 - parent: 14592 - - uid: 17105 + pos: 9.5,-31.5 + parent: 36907 + - uid: 41830 components: - type: Transform rot: 3.141592653589793 rad - pos: -30.5,14.5 - parent: 14592 - - uid: 17106 + pos: 8.5,-31.5 + parent: 36907 + - uid: 41831 components: - type: Transform rot: 3.141592653589793 rad - pos: -30.5,15.5 - parent: 14592 - - uid: 17107 + pos: 7.5,-31.5 + parent: 36907 + - uid: 41832 components: - type: Transform rot: 3.141592653589793 rad - pos: -30.5,16.5 - parent: 14592 - - uid: 17108 + pos: 7.5,-32.5 + parent: 36907 + - uid: 41833 components: - type: Transform rot: 3.141592653589793 rad - pos: -29.5,13.5 - parent: 14592 - - uid: 17109 + pos: 8.5,-32.5 + parent: 36907 + - uid: 41834 components: - type: Transform rot: 3.141592653589793 rad - pos: -29.5,14.5 - parent: 14592 - - uid: 17110 + pos: 12.5,-30.5 + parent: 36907 + - uid: 41835 components: - type: Transform rot: 3.141592653589793 rad - pos: -29.5,15.5 - parent: 14592 - - uid: 17111 + pos: 12.5,-28.5 + parent: 36907 + - uid: 41836 components: - type: Transform rot: 3.141592653589793 rad - pos: -29.5,16.5 - parent: 14592 - - uid: 17112 + pos: 11.5,-30.5 + parent: 36907 + - uid: 41837 components: - type: Transform rot: 3.141592653589793 rad - pos: -28.5,13.5 - parent: 14592 - - uid: 17113 + pos: 11.5,-28.5 + parent: 36907 + - uid: 41838 components: - type: Transform rot: 3.141592653589793 rad - pos: -33.5,17.5 - parent: 14592 - - uid: 17114 + pos: 10.5,-30.5 + parent: 36907 + - uid: 41839 components: - type: Transform rot: 3.141592653589793 rad - pos: -33.5,18.5 - parent: 14592 - - uid: 17115 + pos: 10.5,-28.5 + parent: 36907 + - uid: 41840 components: - type: Transform rot: 3.141592653589793 rad - pos: -33.5,19.5 - parent: 14592 - - uid: 17116 + pos: 9.5,-30.5 + parent: 36907 + - uid: 41841 components: - type: Transform rot: 3.141592653589793 rad - pos: -33.5,20.5 - parent: 14592 - - uid: 17117 + pos: 9.5,-28.5 + parent: 36907 + - uid: 41842 components: - type: Transform rot: 3.141592653589793 rad - pos: -33.5,21.5 - parent: 14592 - - uid: 17118 + pos: 8.5,-30.5 + parent: 36907 + - uid: 41843 components: - type: Transform rot: 3.141592653589793 rad - pos: -32.5,17.5 - parent: 14592 - - uid: 17119 + pos: 8.5,-28.5 + parent: 36907 + - uid: 41844 components: - type: Transform rot: 3.141592653589793 rad - pos: -32.5,18.5 - parent: 14592 - - uid: 17120 + pos: 7.5,-30.5 + parent: 36907 + - uid: 41845 components: - type: Transform rot: 3.141592653589793 rad - pos: -32.5,19.5 - parent: 14592 - - uid: 17121 + pos: 7.5,-28.5 + parent: 36907 + - uid: 41846 components: - type: Transform rot: 3.141592653589793 rad - pos: -32.5,20.5 - parent: 14592 - - uid: 17122 + pos: 6.5,-30.5 + parent: 36907 + - uid: 41847 components: - type: Transform rot: 3.141592653589793 rad - pos: -32.5,21.5 - parent: 14592 - - uid: 17123 + pos: 6.5,-28.5 + parent: 36907 + - uid: 41848 components: - type: Transform rot: 3.141592653589793 rad - pos: -31.5,17.5 - parent: 14592 - - uid: 17124 + pos: 5.5,-30.5 + parent: 36907 + - uid: 41849 components: - type: Transform rot: 3.141592653589793 rad - pos: -31.5,18.5 - parent: 14592 - - uid: 17125 + pos: 5.5,-28.5 + parent: 36907 + - uid: 41850 components: - type: Transform rot: 3.141592653589793 rad - pos: -31.5,19.5 - parent: 14592 - - uid: 17126 + pos: 4.5,-30.5 + parent: 36907 + - uid: 41851 components: - type: Transform rot: 3.141592653589793 rad - pos: -31.5,20.5 - parent: 14592 - - uid: 17127 + pos: 4.5,-28.5 + parent: 36907 + - uid: 41852 components: - type: Transform rot: 3.141592653589793 rad - pos: -31.5,21.5 - parent: 14592 - - uid: 17128 + pos: 3.5,-30.5 + parent: 36907 + - uid: 41853 components: - type: Transform rot: 3.141592653589793 rad - pos: -30.5,17.5 - parent: 14592 - - uid: 17129 + pos: 3.5,-28.5 + parent: 36907 + - uid: 41854 components: - type: Transform rot: 3.141592653589793 rad - pos: -30.5,18.5 - parent: 14592 - - uid: 17130 + pos: 4.5,-31.5 + parent: 36907 + - uid: 41855 components: - type: Transform rot: 3.141592653589793 rad - pos: -30.5,19.5 - parent: 14592 - - uid: 17131 + pos: 5.5,-31.5 + parent: 36907 + - uid: 41856 components: - type: Transform rot: 3.141592653589793 rad - pos: -30.5,20.5 - parent: 14592 - - uid: 17132 + pos: 1.5,-31.5 + parent: 36907 + - uid: 41857 components: - type: Transform rot: 3.141592653589793 rad - pos: -30.5,21.5 - parent: 14592 - - uid: 17133 + pos: 1.5,-30.5 + parent: 36907 + - uid: 41858 components: - type: Transform rot: 3.141592653589793 rad - pos: -29.5,17.5 - parent: 14592 - - uid: 17134 + pos: 1.5,-28.5 + parent: 36907 + - uid: 41859 components: - type: Transform rot: 3.141592653589793 rad - pos: -29.5,18.5 - parent: 14592 - - uid: 17135 + pos: 2.5,-28.5 + parent: 36907 + - uid: 41860 components: - type: Transform rot: 3.141592653589793 rad - pos: -29.5,19.5 - parent: 14592 - - uid: 17136 + pos: 0.5,-30.5 + parent: 36907 + - uid: 41861 components: - type: Transform rot: 3.141592653589793 rad - pos: -29.5,20.5 - parent: 14592 - - uid: 17137 + pos: 0.5,-28.5 + parent: 36907 + - uid: 41862 components: - type: Transform rot: 3.141592653589793 rad - pos: -29.5,21.5 - parent: 14592 - - uid: 17138 + pos: -0.5,-30.5 + parent: 36907 + - uid: 41863 components: - type: Transform rot: 3.141592653589793 rad - pos: -28.5,18.5 - parent: 14592 - - uid: 17139 + pos: -0.5,-28.5 + parent: 36907 + - uid: 41864 components: - type: Transform rot: 3.141592653589793 rad - pos: -28.5,19.5 - parent: 14592 - - uid: 17140 + pos: -1.5,-30.5 + parent: 36907 + - uid: 41865 components: - type: Transform rot: 3.141592653589793 rad - pos: -28.5,20.5 - parent: 14592 - - uid: 17141 + pos: -1.5,-28.5 + parent: 36907 + - uid: 41866 components: - type: Transform rot: 3.141592653589793 rad - pos: -28.5,21.5 - parent: 14592 - - uid: 17142 + pos: -2.5,-30.5 + parent: 36907 + - uid: 41867 components: - type: Transform rot: 3.141592653589793 rad - pos: -27.5,17.5 - parent: 14592 - - uid: 17143 + pos: -2.5,-28.5 + parent: 36907 + - uid: 41868 components: - type: Transform rot: 3.141592653589793 rad - pos: -27.5,18.5 - parent: 14592 - - uid: 17144 + pos: -3.5,-30.5 + parent: 36907 + - uid: 41869 components: - type: Transform rot: 3.141592653589793 rad - pos: -27.5,19.5 - parent: 14592 - - uid: 17145 + pos: -3.5,-28.5 + parent: 36907 + - uid: 41870 components: - type: Transform rot: 3.141592653589793 rad - pos: -27.5,20.5 - parent: 14592 - - uid: 17146 + pos: -4.5,-30.5 + parent: 36907 + - uid: 41871 components: - type: Transform rot: 3.141592653589793 rad - pos: -27.5,21.5 - parent: 14592 - - uid: 17147 + pos: -4.5,-28.5 + parent: 36907 + - uid: 41872 components: - type: Transform rot: 3.141592653589793 rad - pos: -26.5,17.5 - parent: 14592 - - uid: 17148 + pos: -5.5,-30.5 + parent: 36907 + - uid: 41873 components: - type: Transform rot: 3.141592653589793 rad - pos: -26.5,18.5 - parent: 14592 - - uid: 17149 + pos: -5.5,-28.5 + parent: 36907 + - uid: 41874 components: - type: Transform rot: 3.141592653589793 rad - pos: -26.5,19.5 - parent: 14592 - - uid: 17150 + pos: -3.5,-31.5 + parent: 36907 + - uid: 41875 components: - type: Transform rot: 3.141592653589793 rad - pos: -26.5,20.5 - parent: 14592 - - uid: 17151 + pos: -2.5,-31.5 + parent: 36907 + - uid: 41876 components: - type: Transform rot: 3.141592653589793 rad - pos: -26.5,21.5 - parent: 14592 - - uid: 17152 + pos: -1.5,-31.5 + parent: 36907 + - uid: 41877 components: - type: Transform rot: 3.141592653589793 rad - pos: -32.5,22.5 - parent: 14592 - - uid: 17153 + pos: -0.5,-31.5 + parent: 36907 + - uid: 41878 components: - type: Transform rot: 3.141592653589793 rad - pos: -32.5,23.5 - parent: 14592 - - uid: 17154 + pos: -1.5,-32.5 + parent: 36907 + - uid: 41879 + components: + - type: Transform + pos: 13.5,-15.5 + parent: 36907 + - uid: 41880 components: - type: Transform rot: 3.141592653589793 rad - pos: -31.5,22.5 - parent: 14592 - - uid: 17155 + pos: 20.5,-34.5 + parent: 36907 + - uid: 41881 components: - type: Transform rot: 3.141592653589793 rad - pos: -31.5,23.5 - parent: 14592 - - uid: 17156 + pos: 40.5,-32.5 + parent: 36907 + - uid: 41882 components: - type: Transform rot: 3.141592653589793 rad - pos: -30.5,22.5 - parent: 14592 - - uid: 17157 + pos: 39.5,-32.5 + parent: 36907 + - uid: 41883 components: - type: Transform rot: 3.141592653589793 rad - pos: -30.5,23.5 - parent: 14592 - - uid: 17158 + pos: 39.5,-33.5 + parent: 36907 + - uid: 41884 components: - type: Transform rot: 3.141592653589793 rad - pos: -29.5,22.5 - parent: 14592 - - uid: 17159 + pos: 39.5,-35.5 + parent: 36907 + - uid: 41885 components: - type: Transform rot: 3.141592653589793 rad - pos: -29.5,23.5 - parent: 14592 - - uid: 17160 + pos: 40.5,-35.5 + parent: 36907 + - uid: 41886 components: - type: Transform rot: 3.141592653589793 rad - pos: -28.5,22.5 - parent: 14592 - - uid: 17161 + pos: 40.5,-34.5 + parent: 36907 + - uid: 41887 components: - type: Transform rot: 3.141592653589793 rad - pos: -28.5,23.5 - parent: 14592 - - uid: 17162 + pos: 39.5,-34.5 + parent: 36907 + - uid: 41888 components: - type: Transform rot: 3.141592653589793 rad - pos: -27.5,22.5 - parent: 14592 - - uid: 17163 + pos: 40.5,-36.5 + parent: 36907 + - uid: 41889 components: - type: Transform rot: 3.141592653589793 rad - pos: -27.5,23.5 - parent: 14592 - - uid: 17164 + pos: 40.5,-37.5 + parent: 36907 + - uid: 41890 components: - type: Transform rot: 3.141592653589793 rad - pos: -26.5,22.5 - parent: 14592 - - uid: 17165 + pos: 40.5,-38.5 + parent: 36907 + - uid: 41891 components: - type: Transform rot: 3.141592653589793 rad - pos: -26.5,23.5 - parent: 14592 - - uid: 17166 + pos: 40.5,-39.5 + parent: 36907 + - uid: 41892 components: - type: Transform rot: 3.141592653589793 rad - pos: -33.5,7.5 - parent: 14592 - - uid: 17167 + pos: 40.5,-40.5 + parent: 36907 + - uid: 41893 components: - type: Transform rot: 3.141592653589793 rad - pos: -33.5,8.5 - parent: 14592 - - uid: 17168 + pos: 40.5,-41.5 + parent: 36907 + - uid: 41894 components: - type: Transform rot: 3.141592653589793 rad - pos: -31.5,23.5 - parent: 14592 - - uid: 17169 + pos: 40.5,-42.5 + parent: 36907 + - uid: 41895 components: - type: Transform rot: 3.141592653589793 rad - pos: -33.5,6.5 - parent: 14592 - - uid: 17170 + pos: 40.5,-43.5 + parent: 36907 + - uid: 41896 components: - type: Transform rot: 3.141592653589793 rad - pos: -30.5,24.5 - parent: 14592 - - uid: 17171 + pos: 40.5,-44.5 + parent: 36907 + - uid: 41897 components: - type: Transform rot: 3.141592653589793 rad - pos: -30.5,23.5 - parent: 14592 - - uid: 17172 + pos: 41.5,-42.5 + parent: 36907 + - uid: 41898 components: - type: Transform rot: 3.141592653589793 rad - pos: -32.5,4.5 - parent: 14592 - - uid: 17173 + pos: 41.5,-41.5 + parent: 36907 + - uid: 41899 components: - type: Transform rot: 3.141592653589793 rad - pos: -29.5,24.5 - parent: 14592 - - uid: 17174 + pos: 41.5,-40.5 + parent: 36907 + - uid: 41900 components: - type: Transform rot: 3.141592653589793 rad - pos: -29.5,23.5 - parent: 14592 - - uid: 17175 + pos: 41.5,-39.5 + parent: 36907 + - uid: 41901 components: - type: Transform rot: 3.141592653589793 rad - pos: -32.5,5.5 - parent: 14592 - - uid: 17176 + pos: 41.5,-38.5 + parent: 36907 + - uid: 41902 components: - type: Transform rot: 3.141592653589793 rad - pos: -28.5,24.5 - parent: 14592 - - uid: 17177 + pos: 39.5,-45.5 + parent: 36907 + - uid: 41903 components: - type: Transform rot: 3.141592653589793 rad - pos: -28.5,23.5 - parent: 14592 - - uid: 17178 + pos: 38.5,-45.5 + parent: 36907 + - uid: 41904 components: - type: Transform rot: 3.141592653589793 rad - pos: -32.5,7.5 - parent: 14592 - - uid: 17179 + pos: 37.5,-45.5 + parent: 36907 + - uid: 41905 components: - type: Transform rot: 3.141592653589793 rad - pos: -27.5,24.5 - parent: 14592 - - uid: 17180 + pos: 35.5,-46.5 + parent: 36907 + - uid: 41906 components: - type: Transform rot: 3.141592653589793 rad - pos: -27.5,23.5 - parent: 14592 - - uid: 17181 + pos: 34.5,-46.5 + parent: 36907 + - uid: 41907 components: - type: Transform rot: 3.141592653589793 rad - pos: -26.5,25.5 - parent: 14592 - - uid: 17182 + pos: 33.5,-46.5 + parent: 36907 + - uid: 41908 components: - type: Transform rot: 3.141592653589793 rad - pos: -26.5,24.5 - parent: 14592 - - uid: 17183 + pos: 32.5,-46.5 + parent: 36907 + - uid: 41909 components: - type: Transform rot: 3.141592653589793 rad - pos: -26.5,23.5 - parent: 14592 - - uid: 17184 + pos: 31.5,-46.5 + parent: 36907 + - uid: 41910 components: - type: Transform rot: 3.141592653589793 rad - pos: -25.5,25.5 - parent: 14592 - - uid: 17185 + pos: 34.5,-47.5 + parent: 36907 + - uid: 41911 components: - type: Transform rot: 3.141592653589793 rad - pos: -25.5,24.5 - parent: 14592 - - uid: 17186 + pos: 33.5,-47.5 + parent: 36907 + - uid: 41912 components: - type: Transform rot: 3.141592653589793 rad - pos: -25.5,23.5 - parent: 14592 - - uid: 17187 + pos: 32.5,-45.5 + parent: 36907 + - uid: 41913 components: - type: Transform rot: 3.141592653589793 rad - pos: -24.5,24.5 - parent: 14592 - - uid: 17188 + pos: 31.5,-45.5 + parent: 36907 + - uid: 41914 components: - type: Transform rot: 3.141592653589793 rad - pos: -24.5,23.5 - parent: 14592 - - uid: 17189 + pos: 31.5,-44.5 + parent: 36907 + - uid: 41915 components: - type: Transform rot: 3.141592653589793 rad - pos: -33.5,3.5 - parent: 14592 - - uid: 17190 + pos: 30.5,-44.5 + parent: 36907 + - uid: 41916 components: - type: Transform rot: 3.141592653589793 rad - pos: -32.5,8.5 - parent: 14592 - - uid: 17191 + pos: 29.5,-44.5 + parent: 36907 + - uid: 41917 components: - type: Transform rot: 3.141592653589793 rad - pos: -25.5,27.5 - parent: 14592 - - uid: 17192 + pos: 28.5,-44.5 + parent: 36907 + - uid: 41918 components: - type: Transform rot: 3.141592653589793 rad - pos: -25.5,26.5 - parent: 14592 - - uid: 17193 + pos: 27.5,-44.5 + parent: 36907 + - uid: 41919 components: - type: Transform rot: 3.141592653589793 rad - pos: -24.5,27.5 - parent: 14592 - - uid: 17194 + pos: 26.5,-44.5 + parent: 36907 + - uid: 41920 components: - type: Transform rot: 3.141592653589793 rad - pos: -32.5,6.5 - parent: 14592 - - uid: 17195 + pos: 25.5,-44.5 + parent: 36907 + - uid: 41921 components: - type: Transform rot: 3.141592653589793 rad - pos: -25.5,29.5 - parent: 14592 - - uid: 17196 + pos: 24.5,-44.5 + parent: 36907 + - uid: 41922 components: - type: Transform rot: 3.141592653589793 rad - pos: -25.5,28.5 - parent: 14592 - - uid: 17197 + pos: 23.5,-44.5 + parent: 36907 + - uid: 41923 components: - type: Transform rot: 3.141592653589793 rad - pos: -24.5,29.5 - parent: 14592 - - uid: 17198 + pos: 22.5,-44.5 + parent: 36907 + - uid: 41924 components: - type: Transform rot: 3.141592653589793 rad - pos: -24.5,28.5 - parent: 14592 - - uid: 17199 + pos: 29.5,-45.5 + parent: 36907 + - uid: 41925 components: - type: Transform rot: 3.141592653589793 rad - pos: -33.5,4.5 - parent: 14592 - - uid: 17200 + pos: 28.5,-45.5 + parent: 36907 + - uid: 41926 components: - type: Transform rot: 3.141592653589793 rad - pos: -24.5,30.5 - parent: 14592 - - uid: 17201 + pos: 27.5,-45.5 + parent: 36907 + - uid: 41927 components: - type: Transform rot: 3.141592653589793 rad - pos: -12.5,31.5 - parent: 14592 - - uid: 17202 + pos: 26.5,-45.5 + parent: 36907 + - uid: 41928 components: - type: Transform rot: 3.141592653589793 rad - pos: -12.5,30.5 - parent: 14592 - - uid: 17203 + pos: 25.5,-45.5 + parent: 36907 + - uid: 41929 components: - type: Transform rot: 3.141592653589793 rad - pos: -12.5,29.5 - parent: 14592 - - uid: 17204 + pos: 24.5,-45.5 + parent: 36907 + - uid: 41930 components: - type: Transform rot: 3.141592653589793 rad - pos: -11.5,31.5 - parent: 14592 - - uid: 17205 + pos: 28.5,-46.5 + parent: 36907 + - uid: 41931 components: - type: Transform rot: 3.141592653589793 rad - pos: -11.5,30.5 - parent: 14592 - - uid: 17206 + pos: 27.5,-46.5 + parent: 36907 + - uid: 41932 components: - type: Transform rot: 3.141592653589793 rad - pos: -11.5,29.5 - parent: 14592 - - uid: 17207 + pos: 26.5,-46.5 + parent: 36907 + - uid: 41933 components: - type: Transform rot: 3.141592653589793 rad - pos: -10.5,31.5 - parent: 14592 - - uid: 17208 + pos: 25.5,-46.5 + parent: 36907 + - uid: 41934 components: - type: Transform rot: 3.141592653589793 rad - pos: -10.5,30.5 - parent: 14592 - - uid: 17209 + pos: 22.5,-31.5 + parent: 36907 + - uid: 41935 components: - type: Transform rot: 3.141592653589793 rad - pos: -10.5,29.5 - parent: 14592 - - uid: 17210 + pos: 19.5,-35.5 + parent: 36907 + - uid: 41936 components: - type: Transform rot: 3.141592653589793 rad - pos: -9.5,31.5 - parent: 14592 - - uid: 17211 + pos: 19.5,-36.5 + parent: 36907 + - uid: 41937 components: - type: Transform rot: 3.141592653589793 rad - pos: -9.5,30.5 - parent: 14592 - - uid: 17212 + pos: 18.5,-37.5 + parent: 36907 + - uid: 41938 components: - type: Transform rot: 3.141592653589793 rad - pos: -9.5,29.5 - parent: 14592 - - uid: 17213 + pos: 18.5,-38.5 + parent: 36907 + - uid: 41939 components: - type: Transform rot: 3.141592653589793 rad - pos: -8.5,31.5 - parent: 14592 - - uid: 17214 + pos: 18.5,-39.5 + parent: 36907 + - uid: 41940 components: - type: Transform rot: 3.141592653589793 rad - pos: -8.5,30.5 - parent: 14592 - - uid: 17215 + pos: 18.5,-40.5 + parent: 36907 + - uid: 41941 components: - type: Transform rot: 3.141592653589793 rad - pos: -8.5,29.5 - parent: 14592 - - uid: 17216 + pos: 18.5,-41.5 + parent: 36907 + - uid: 41942 components: - type: Transform rot: 3.141592653589793 rad - pos: -7.5,31.5 - parent: 14592 - - uid: 17217 + pos: 19.5,-41.5 + parent: 36907 + - uid: 41943 components: - type: Transform rot: 3.141592653589793 rad - pos: -7.5,30.5 - parent: 14592 - - uid: 17218 + pos: 19.5,-42.5 + parent: 36907 + - uid: 41944 components: - type: Transform rot: 3.141592653589793 rad - pos: -7.5,29.5 - parent: 14592 - - uid: 17219 + pos: 19.5,-43.5 + parent: 36907 + - uid: 41945 components: - type: Transform rot: 3.141592653589793 rad - pos: -6.5,31.5 - parent: 14592 - - uid: 17220 + pos: 20.5,-42.5 + parent: 36907 + - uid: 41946 components: - type: Transform rot: 3.141592653589793 rad - pos: -31.5,6.5 - parent: 14592 - - uid: 17221 + pos: 20.5,-43.5 + parent: 36907 + - uid: 41947 components: - type: Transform rot: 3.141592653589793 rad - pos: -6.5,29.5 - parent: 14592 - - uid: 17222 + pos: 21.5,-43.5 + parent: 36907 + - uid: 41948 components: - type: Transform rot: 3.141592653589793 rad - pos: -5.5,31.5 - parent: 14592 - - uid: 17223 + pos: 22.5,-43.5 + parent: 36907 + - uid: 41949 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,38.5 + parent: 36907 + - uid: 41950 + components: + - type: Transform + pos: 69.5,-22.5 + parent: 36907 + - uid: 41951 + components: + - type: Transform + pos: 69.5,-23.5 + parent: 36907 + - uid: 41952 + components: + - type: Transform + pos: 69.5,-24.5 + parent: 36907 + - uid: 41953 + components: + - type: Transform + pos: 69.5,12.5 + parent: 36907 + - uid: 41954 + components: + - type: Transform + pos: 39.5,37.5 + parent: 36907 + - uid: 41955 + components: + - type: Transform + pos: 36.5,38.5 + parent: 36907 + - uid: 41956 + components: + - type: Transform + pos: 35.5,39.5 + parent: 36907 + - uid: 41957 + components: + - type: Transform + pos: 33.5,39.5 + parent: 36907 + - uid: 41958 + components: + - type: Transform + pos: 33.5,40.5 + parent: 36907 + - uid: 41959 + components: + - type: Transform + pos: 33.5,41.5 + parent: 36907 + - uid: 41960 + components: + - type: Transform + pos: 33.5,42.5 + parent: 36907 + - uid: 41961 + components: + - type: Transform + pos: 33.5,43.5 + parent: 36907 + - uid: 41962 + components: + - type: Transform + pos: 32.5,39.5 + parent: 36907 + - uid: 41963 + components: + - type: Transform + pos: 32.5,40.5 + parent: 36907 + - uid: 41964 + components: + - type: Transform + pos: 32.5,41.5 + parent: 36907 + - uid: 41965 + components: + - type: Transform + pos: 32.5,42.5 + parent: 36907 + - uid: 41966 + components: + - type: Transform + pos: 32.5,43.5 + parent: 36907 + - uid: 41967 + components: + - type: Transform + pos: 34.5,41.5 + parent: 36907 + - uid: 41968 + components: + - type: Transform + pos: 34.5,40.5 + parent: 36907 + - uid: 41969 + components: + - type: Transform + pos: 32.5,45.5 + parent: 36907 + - uid: 41970 + components: + - type: Transform + pos: 32.5,44.5 + parent: 36907 + - uid: 41971 + components: + - type: Transform + pos: 31.5,45.5 + parent: 36907 + - uid: 41972 + components: + - type: Transform + pos: 31.5,44.5 + parent: 36907 + - uid: 41973 + components: + - type: Transform + pos: 31.5,43.5 + parent: 36907 + - uid: 41974 + components: + - type: Transform + pos: 31.5,47.5 + parent: 36907 + - uid: 41975 + components: + - type: Transform + pos: 31.5,48.5 + parent: 36907 + - uid: 41976 + components: + - type: Transform + pos: 31.5,49.5 + parent: 36907 + - uid: 41977 + components: + - type: Transform + pos: 31.5,50.5 + parent: 36907 + - uid: 41978 + components: + - type: Transform + pos: 31.5,51.5 + parent: 36907 + - uid: 41979 + components: + - type: Transform + pos: 31.5,52.5 + parent: 36907 + - uid: 41980 + components: + - type: Transform + pos: 31.5,53.5 + parent: 36907 + - uid: 41981 + components: + - type: Transform + pos: 32.5,52.5 + parent: 36907 + - uid: 41982 + components: + - type: Transform + pos: 32.5,51.5 + parent: 36907 + - uid: 41983 + components: + - type: Transform + pos: 32.5,50.5 + parent: 36907 + - uid: 41984 + components: + - type: Transform + pos: 32.5,49.5 + parent: 36907 + - uid: 41985 + components: + - type: Transform + pos: 32.5,48.5 + parent: 36907 + - uid: 41986 + components: + - type: Transform + pos: 31.5,46.5 + parent: 36907 + - uid: 41987 + components: + - type: Transform + pos: 29.5,55.5 + parent: 36907 + - uid: 41988 + components: + - type: Transform + pos: 29.5,54.5 + parent: 36907 + - uid: 41989 + components: + - type: Transform + pos: 29.5,53.5 + parent: 36907 + - uid: 41990 + components: + - type: Transform + pos: 29.5,52.5 + parent: 36907 + - uid: 41991 + components: + - type: Transform + pos: 29.5,51.5 + parent: 36907 + - uid: 41992 + components: + - type: Transform + pos: 29.5,50.5 + parent: 36907 + - uid: 41993 + components: + - type: Transform + pos: 29.5,49.5 + parent: 36907 + - uid: 41994 + components: + - type: Transform + pos: 29.5,48.5 + parent: 36907 + - uid: 41995 + components: + - type: Transform + pos: 29.5,47.5 + parent: 36907 + - uid: 41996 + components: + - type: Transform + pos: 29.5,46.5 + parent: 36907 + - uid: 41997 + components: + - type: Transform + pos: 29.5,45.5 + parent: 36907 + - uid: 41998 + components: + - type: Transform + pos: 29.5,44.5 + parent: 36907 + - uid: 41999 + components: + - type: Transform + pos: 29.5,43.5 + parent: 36907 + - uid: 42000 + components: + - type: Transform + pos: 29.5,42.5 + parent: 36907 + - uid: 42001 + components: + - type: Transform + pos: 29.5,41.5 + parent: 36907 + - uid: 42002 + components: + - type: Transform + pos: 29.5,40.5 + parent: 36907 + - uid: 42003 + components: + - type: Transform + pos: 30.5,41.5 + parent: 36907 + - uid: 42004 + components: + - type: Transform + pos: 30.5,40.5 + parent: 36907 + - uid: 42005 + components: + - type: Transform + pos: 30.5,39.5 + parent: 36907 + - uid: 42006 + components: + - type: Transform + pos: 18.5,55.5 + parent: 36907 + - uid: 42007 + components: + - type: Transform + pos: 17.5,55.5 + parent: 36907 + - uid: 42008 + components: + - type: Transform + pos: 16.5,55.5 + parent: 36907 + - uid: 42009 + components: + - type: Transform + pos: 15.5,55.5 + parent: 36907 + - uid: 42010 + components: + - type: Transform + pos: 14.5,55.5 + parent: 36907 + - uid: 42011 + components: + - type: Transform + pos: 13.5,55.5 + parent: 36907 + - uid: 42012 + components: + - type: Transform + pos: 12.5,55.5 + parent: 36907 + - uid: 42013 + components: + - type: Transform + pos: 11.5,55.5 + parent: 36907 + - uid: 42014 + components: + - type: Transform + pos: 10.5,55.5 + parent: 36907 + - uid: 42015 + components: + - type: Transform + pos: 9.5,55.5 + parent: 36907 + - uid: 42016 + components: + - type: Transform + pos: 8.5,55.5 + parent: 36907 + - uid: 42017 + components: + - type: Transform + pos: 7.5,55.5 + parent: 36907 + - uid: 42018 + components: + - type: Transform + pos: 6.5,55.5 + parent: 36907 + - uid: 42019 + components: + - type: Transform + pos: 5.5,55.5 + parent: 36907 + - uid: 42020 + components: + - type: Transform + pos: 5.5,54.5 + parent: 36907 + - uid: 42021 + components: + - type: Transform + pos: 5.5,53.5 + parent: 36907 + - uid: 42022 + components: + - type: Transform + pos: 2.5,48.5 + parent: 36907 + - uid: 42023 + components: + - type: Transform + pos: 2.5,47.5 + parent: 36907 + - uid: 42024 + components: + - type: Transform + pos: 2.5,46.5 + parent: 36907 + - uid: 42025 + components: + - type: Transform + pos: 2.5,45.5 + parent: 36907 + - uid: 42026 + components: + - type: Transform + pos: 2.5,44.5 + parent: 36907 + - uid: 42027 + components: + - type: Transform + pos: 1.5,44.5 + parent: 36907 + - uid: 42028 + components: + - type: Transform + pos: 0.5,44.5 + parent: 36907 + - uid: 42029 + components: + - type: Transform + pos: -0.5,44.5 + parent: 36907 + - uid: 42030 + components: + - type: Transform + pos: -2.5,44.5 + parent: 36907 + - uid: 42031 + components: + - type: Transform + pos: -2.5,43.5 + parent: 36907 + - uid: 42032 + components: + - type: Transform + pos: -2.5,42.5 + parent: 36907 + - uid: 42033 + components: + - type: Transform + pos: -2.5,41.5 + parent: 36907 + - uid: 42034 + components: + - type: Transform + pos: -2.5,40.5 + parent: 36907 + - uid: 42035 + components: + - type: Transform + pos: -2.5,39.5 + parent: 36907 + - uid: 42036 + components: + - type: Transform + pos: -3.5,44.5 + parent: 36907 + - uid: 42037 + components: + - type: Transform + pos: -3.5,43.5 + parent: 36907 + - uid: 42038 + components: + - type: Transform + pos: -3.5,42.5 + parent: 36907 + - uid: 42039 + components: + - type: Transform + pos: -3.5,41.5 + parent: 36907 + - uid: 42040 + components: + - type: Transform + pos: -3.5,40.5 + parent: 36907 + - uid: 42041 + components: + - type: Transform + pos: -3.5,39.5 + parent: 36907 + - uid: 42042 + components: + - type: Transform + pos: -4.5,42.5 + parent: 36907 + - uid: 42043 + components: + - type: Transform + pos: -4.5,41.5 + parent: 36907 + - uid: 42044 + components: + - type: Transform + pos: -4.5,40.5 + parent: 36907 + - uid: 42045 + components: + - type: Transform + pos: -5.5,41.5 + parent: 36907 + - uid: 42046 + components: + - type: Transform + pos: -5.5,40.5 + parent: 36907 + - uid: 42047 + components: + - type: Transform + pos: -2.5,45.5 + parent: 36907 + - uid: 42048 + components: + - type: Transform + pos: -2.5,46.5 + parent: 36907 + - uid: 42049 + components: + - type: Transform + pos: -1.5,46.5 + parent: 36907 + - uid: 42050 + components: + - type: Transform + pos: -0.5,46.5 + parent: 36907 + - uid: 42051 + components: + - type: Transform + pos: 0.5,46.5 + parent: 36907 + - uid: 42052 + components: + - type: Transform + pos: 0.5,48.5 + parent: 36907 + - uid: 42053 + components: + - type: Transform + pos: 0.5,47.5 + parent: 36907 + - uid: 42054 + components: + - type: Transform + pos: -0.5,48.5 + parent: 36907 + - uid: 42055 + components: + - type: Transform + pos: -0.5,47.5 + parent: 36907 + - uid: 42056 + components: + - type: Transform + pos: 0.5,49.5 + parent: 36907 + - uid: 42057 + components: + - type: Transform + pos: 0.5,50.5 + parent: 36907 + - uid: 42058 + components: + - type: Transform + pos: 1.5,50.5 + parent: 36907 + - uid: 42059 + components: + - type: Transform + pos: 2.5,50.5 + parent: 36907 + - uid: 42060 + components: + - type: Transform + pos: 3.5,50.5 + parent: 36907 + - uid: 42061 + components: + - type: Transform + pos: 3.5,51.5 + parent: 36907 + - uid: 42062 + components: + - type: Transform + pos: 3.5,52.5 + parent: 36907 + - uid: 42063 + components: + - type: Transform + pos: 3.5,53.5 + parent: 36907 + - uid: 42064 + components: + - type: Transform + pos: 3.5,54.5 + parent: 36907 + - uid: 42065 + components: + - type: Transform + pos: 3.5,55.5 + parent: 36907 + - uid: 42066 + components: + - type: Transform + pos: 3.5,56.5 + parent: 36907 + - uid: 42067 + components: + - type: Transform + pos: 3.5,57.5 + parent: 36907 + - uid: 42068 + components: + - type: Transform + pos: 2.5,51.5 + parent: 36907 + - uid: 42069 + components: + - type: Transform + pos: 2.5,52.5 + parent: 36907 + - uid: 42070 + components: + - type: Transform + pos: 2.5,53.5 + parent: 36907 + - uid: 42071 + components: + - type: Transform + pos: 2.5,54.5 + parent: 36907 + - uid: 42072 + components: + - type: Transform + pos: 2.5,55.5 + parent: 36907 + - uid: 42073 + components: + - type: Transform + pos: 2.5,56.5 + parent: 36907 + - uid: 42074 + components: + - type: Transform + pos: 2.5,57.5 + parent: 36907 + - uid: 42075 + components: + - type: Transform + pos: 1.5,57.5 + parent: 36907 + - uid: 42076 + components: + - type: Transform + pos: 1.5,56.5 + parent: 36907 + - uid: 42077 + components: + - type: Transform + pos: 1.5,55.5 + parent: 36907 + - uid: 42078 + components: + - type: Transform + pos: 1.5,54.5 + parent: 36907 + - uid: 42079 + components: + - type: Transform + pos: 1.5,53.5 + parent: 36907 + - uid: 42080 + components: + - type: Transform + pos: 0.5,56.5 + parent: 36907 + - uid: 42081 + components: + - type: Transform + pos: 0.5,55.5 + parent: 36907 + - uid: 42082 components: - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,4.5 - parent: 14592 - - uid: 17224 + pos: 0.5,54.5 + parent: 36907 + - uid: 42083 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,29.5 - parent: 14592 - - uid: 17225 + pos: 3.5,58.5 + parent: 36907 + - uid: 42084 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,31.5 - parent: 14592 - - uid: 17226 + pos: 4.5,58.5 + parent: 36907 + - uid: 42085 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,30.5 - parent: 14592 - - uid: 17227 + pos: 4.5,57.5 + parent: 36907 + - uid: 42086 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,29.5 - parent: 14592 - - uid: 17228 + pos: 5.5,57.5 + parent: 36907 + - uid: 42087 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,31.5 - parent: 14592 - - uid: 17229 + pos: 6.5,57.5 + parent: 36907 + - uid: 42088 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,30.5 - parent: 14592 - - uid: 17230 + pos: 7.5,57.5 + parent: 36907 + - uid: 42089 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,29.5 - parent: 14592 - - uid: 17231 + pos: 8.5,57.5 + parent: 36907 + - uid: 42090 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,31.5 - parent: 14592 - - uid: 17232 + pos: 9.5,57.5 + parent: 36907 + - uid: 42091 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,30.5 - parent: 14592 - - uid: 17233 + pos: 10.5,57.5 + parent: 36907 + - uid: 42092 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,29.5 - parent: 14592 - - uid: 17234 + pos: 11.5,57.5 + parent: 36907 + - uid: 42093 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,31.5 - parent: 14592 - - uid: 17235 + pos: 12.5,57.5 + parent: 36907 + - uid: 42094 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,30.5 - parent: 14592 - - uid: 17236 + pos: 13.5,57.5 + parent: 36907 + - uid: 42095 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,29.5 - parent: 14592 - - uid: 17237 + pos: 14.5,57.5 + parent: 36907 + - uid: 42096 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,31.5 - parent: 14592 - - uid: 17238 + pos: 15.5,57.5 + parent: 36907 + - uid: 42097 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,30.5 - parent: 14592 - - uid: 17239 + pos: 16.5,57.5 + parent: 36907 + - uid: 42098 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,31.5 - parent: 14592 - - uid: 17240 + pos: 17.5,57.5 + parent: 36907 + - uid: 42099 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,30.5 - parent: 14592 - - uid: 17241 + pos: 18.5,57.5 + parent: 36907 + - uid: 42100 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,31.5 - parent: 14592 - - uid: 17242 + pos: 19.5,57.5 + parent: 36907 + - uid: 42101 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,30.5 - parent: 14592 - - uid: 17243 + pos: 20.5,57.5 + parent: 36907 + - uid: 42102 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,31.5 - parent: 14592 - - uid: 17244 + pos: 21.5,57.5 + parent: 36907 + - uid: 42103 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,30.5 - parent: 14592 - - uid: 17245 + pos: 22.5,57.5 + parent: 36907 + - uid: 42104 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,31.5 - parent: 14592 - - uid: 17246 + pos: 23.5,57.5 + parent: 36907 + - uid: 42105 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,30.5 - parent: 14592 - - uid: 17247 + pos: 24.5,57.5 + parent: 36907 + - uid: 42106 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,29.5 - parent: 14592 - - uid: 17248 + pos: 25.5,57.5 + parent: 36907 + - uid: 42107 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,31.5 - parent: 14592 - - uid: 17249 + pos: 26.5,57.5 + parent: 36907 + - uid: 42108 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,30.5 - parent: 14592 - - uid: 17250 + pos: 27.5,57.5 + parent: 36907 + - uid: 42109 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,29.5 - parent: 14592 - - uid: 17251 + pos: 28.5,57.5 + parent: 36907 + - uid: 42110 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,31.5 - parent: 14592 - - uid: 17252 + pos: 29.5,57.5 + parent: 36907 + - uid: 42111 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,30.5 - parent: 14592 - - uid: 17253 + pos: 30.5,57.5 + parent: 36907 + - uid: 42112 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,29.5 - parent: 14592 - - uid: 17254 + pos: 31.5,57.5 + parent: 36907 + - uid: 42113 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,31.5 - parent: 14592 - - uid: 17255 + pos: 31.5,56.5 + parent: 36907 + - uid: 42114 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,30.5 - parent: 14592 - - uid: 17256 + pos: 31.5,55.5 + parent: 36907 + - uid: 42115 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,29.5 - parent: 14592 - - uid: 17257 + pos: 31.5,54.5 + parent: 36907 + - uid: 42116 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,30.5 - parent: 14592 - - uid: 17258 + pos: 30.5,58.5 + parent: 36907 + - uid: 42117 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,29.5 - parent: 14592 - - uid: 17259 + pos: 29.5,58.5 + parent: 36907 + - uid: 42118 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,31.5 - parent: 14592 - - uid: 17260 + pos: 28.5,58.5 + parent: 36907 + - uid: 42119 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,30.5 - parent: 14592 - - uid: 17261 + pos: 27.5,58.5 + parent: 36907 + - uid: 42120 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,29.5 - parent: 14592 - - uid: 17262 + pos: 26.5,58.5 + parent: 36907 + - uid: 42121 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,31.5 - parent: 14592 - - uid: 17263 + pos: 25.5,58.5 + parent: 36907 + - uid: 42122 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,30.5 - parent: 14592 - - uid: 17264 + pos: 24.5,58.5 + parent: 36907 + - uid: 42123 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,29.5 - parent: 14592 - - uid: 17265 + pos: 23.5,58.5 + parent: 36907 + - uid: 42124 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,31.5 - parent: 14592 - - uid: 17266 + pos: 22.5,58.5 + parent: 36907 + - uid: 42125 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,30.5 - parent: 14592 - - uid: 17267 + pos: 21.5,58.5 + parent: 36907 + - uid: 42126 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,29.5 - parent: 14592 - - uid: 17268 + pos: 20.5,58.5 + parent: 36907 + - uid: 42127 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,31.5 - parent: 14592 - - uid: 17269 + pos: 19.5,58.5 + parent: 36907 + - uid: 42128 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,30.5 - parent: 14592 - - uid: 17270 + pos: 18.5,58.5 + parent: 36907 + - uid: 42129 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,29.5 - parent: 14592 - - uid: 17271 + pos: 17.5,58.5 + parent: 36907 + - uid: 42130 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,31.5 - parent: 14592 - - uid: 17272 + pos: 16.5,58.5 + parent: 36907 + - uid: 42131 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,30.5 - parent: 14592 - - uid: 17273 + pos: 15.5,58.5 + parent: 36907 + - uid: 42132 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,29.5 - parent: 14592 - - uid: 17274 + pos: 14.5,58.5 + parent: 36907 + - uid: 42133 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,31.5 - parent: 14592 - - uid: 17275 + pos: 13.5,58.5 + parent: 36907 + - uid: 42134 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,30.5 - parent: 14592 - - uid: 17276 + pos: 12.5,58.5 + parent: 36907 + - uid: 42135 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,29.5 - parent: 14592 - - uid: 17277 + pos: 11.5,58.5 + parent: 36907 + - uid: 42136 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,31.5 - parent: 14592 - - uid: 17278 + pos: 10.5,58.5 + parent: 36907 + - uid: 42137 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,30.5 - parent: 14592 - - uid: 17279 + pos: 9.5,58.5 + parent: 36907 + - uid: 42138 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,29.5 - parent: 14592 - - uid: 17280 + pos: 8.5,58.5 + parent: 36907 + - uid: 42139 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,33.5 - parent: 14592 - - uid: 17281 + pos: 7.5,58.5 + parent: 36907 + - uid: 42140 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,33.5 - parent: 14592 - - uid: 17282 + pos: 12.5,59.5 + parent: 36907 + - uid: 42141 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,32.5 - parent: 14592 - - uid: 17283 + pos: 11.5,59.5 + parent: 36907 + - uid: 42142 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,32.5 - parent: 14592 - - uid: 17284 + pos: 10.5,59.5 + parent: 36907 + - uid: 42143 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,33.5 - parent: 14592 - - uid: 17285 + pos: 9.5,59.5 + parent: 36907 + - uid: 42144 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,32.5 - parent: 14592 - - uid: 17286 + pos: 15.5,59.5 + parent: 36907 + - uid: 42145 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,33.5 - parent: 14592 - - uid: 17287 + pos: 16.5,59.5 + parent: 36907 + - uid: 42146 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,32.5 - parent: 14592 - - uid: 17288 + pos: 17.5,59.5 + parent: 36907 + - uid: 42147 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,32.5 - parent: 14592 - - uid: 17289 + pos: 18.5,59.5 + parent: 36907 + - uid: 42148 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,32.5 - parent: 14592 - - uid: 17290 + pos: 19.5,59.5 + parent: 36907 + - uid: 42149 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,33.5 - parent: 14592 - - uid: 17291 + pos: 20.5,59.5 + parent: 36907 + - uid: 42150 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,32.5 - parent: 14592 - - uid: 17292 + pos: 14.5,-30.5 + parent: 36907 + - uid: 42151 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,33.5 - parent: 14592 - - uid: 17293 + pos: 13.5,-30.5 + parent: 36907 + - uid: 42152 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,32.5 - parent: 14592 - - uid: 17294 + pos: 2.5,-30.5 + parent: 36907 + - uid: 42153 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,33.5 - parent: 14592 - - uid: 17295 + pos: -7.5,-30.5 + parent: 36907 + - uid: 42154 components: - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,2.5 - parent: 14592 - - uid: 17296 + pos: -7.5,-31.5 + parent: 36907 + - uid: 42155 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,32.5 - parent: 14592 - - uid: 17297 + pos: -8.5,-31.5 + parent: 36907 + - uid: 42156 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,33.5 - parent: 14592 - - uid: 17298 + pos: -6.5,-31.5 + parent: 36907 + - uid: 42157 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,32.5 - parent: 14592 - - uid: 17299 + pos: -8.5,-2.5 + parent: 36907 + - uid: 42158 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,32.5 - parent: 14592 - - uid: 17300 + pos: -8.5,14.5 + parent: 36907 + - uid: 42159 components: - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,3.5 - parent: 14592 - - uid: 17301 + pos: -8.5,13.5 + parent: 36907 + - uid: 42160 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,32.5 - parent: 14592 - - uid: 17302 + pos: -8.5,27.5 + parent: 36907 + - uid: 42161 components: - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,7.5 - parent: 14592 - - uid: 17303 + pos: -8.5,26.5 + parent: 36907 + - uid: 42162 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,3.5 - parent: 14592 - - uid: 17304 + pos: -8.5,25.5 + parent: 36907 + - uid: 42163 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,32.5 - parent: 14592 - - uid: 17305 + pos: -8.5,24.5 + parent: 36907 + - uid: 42164 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,28.5 - parent: 14592 - - uid: 17306 + pos: -8.5,23.5 + parent: 36907 + - uid: 42165 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,27.5 - parent: 14592 - - uid: 17307 + pos: -9.5,26.5 + parent: 36907 + - uid: 42166 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,28.5 - parent: 14592 - - uid: 17308 + pos: -9.5,25.5 + parent: 36907 + - uid: 42167 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,27.5 - parent: 14592 - - uid: 17309 + pos: -9.5,24.5 + parent: 36907 + - uid: 42168 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,28.5 - parent: 14592 - - uid: 17310 + pos: -8.5,29.5 + parent: 36907 + - uid: 43227 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,27.5 - parent: 14592 - - uid: 17311 + pos: -29.5,69.5 + parent: 2 + - uid: 43228 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,28.5 - parent: 14592 - - uid: 17312 + pos: -29.5,70.5 + parent: 2 + - uid: 43229 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,27.5 - parent: 14592 - - uid: 17313 + pos: -28.5,70.5 + parent: 2 + - uid: 43230 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,28.5 - parent: 14592 - - uid: 17314 + pos: -28.5,69.5 + parent: 2 + - uid: 43231 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,27.5 - parent: 14592 - - uid: 17315 + pos: -27.5,69.5 + parent: 2 + - uid: 43232 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,28.5 - parent: 14592 - - uid: 17316 + pos: -28.5,68.5 + parent: 2 + - uid: 43233 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,27.5 - parent: 14592 - - uid: 17317 + pos: -27.5,68.5 + parent: 2 +- proto: WallRockBasaltArtifactFragment + entities: + - uid: 42169 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,28.5 - parent: 14592 - - uid: 17318 + pos: 10.5,-16.5 + parent: 36907 + - uid: 42170 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,27.5 - parent: 14592 - - uid: 17319 + pos: 19.5,-14.5 + parent: 36907 + - uid: 42171 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,28.5 - parent: 14592 - - uid: 17320 + pos: 45.5,-19.5 + parent: 36907 + - uid: 42172 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,27.5 - parent: 14592 - - uid: 17321 + pos: 25.5,-14.5 + parent: 36907 + - uid: 42173 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,28.5 - parent: 14592 - - uid: 17322 + pos: 32.5,4.5 + parent: 36907 + - uid: 42174 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,27.5 - parent: 14592 - - uid: 17323 + pos: 32.5,-14.5 + parent: 36907 + - uid: 42175 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,28.5 - parent: 14592 - - uid: 17324 + pos: 32.5,-21.5 + parent: 36907 + - uid: 42176 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,27.5 - parent: 14592 - - uid: 17325 + pos: 35.5,-17.5 + parent: 36907 + - uid: 42177 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,28.5 - parent: 14592 - - uid: 17326 + pos: 39.5,-16.5 + parent: 36907 + - uid: 42178 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,27.5 - parent: 14592 - - uid: 17327 + pos: 49.5,-20.5 + parent: 36907 + - uid: 42179 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,28.5 - parent: 14592 - - uid: 17328 + pos: 58.5,2.5 + parent: 36907 + - uid: 42180 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,27.5 - parent: 14592 - - uid: 17329 + pos: 58.5,-9.5 + parent: 36907 + - uid: 42181 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,28.5 - parent: 14592 - - uid: 17330 + pos: 56.5,5.5 + parent: 36907 + - uid: 42182 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,27.5 - parent: 14592 - - uid: 17331 + pos: 58.5,11.5 + parent: 36907 + - uid: 42183 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,28.5 - parent: 14592 - - uid: 17332 + pos: 57.5,13.5 + parent: 36907 + - uid: 42184 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,27.5 - parent: 14592 - - uid: 17333 + pos: 55.5,-7.5 + parent: 36907 + - uid: 42185 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,27.5 - parent: 14592 - - uid: 17334 + pos: 55.5,-1.5 + parent: 36907 + - uid: 42186 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,28.5 - parent: 14592 - - uid: 17335 + pos: 51.5,-9.5 + parent: 36907 + - uid: 42187 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,29.5 - parent: 14592 - - uid: 17336 + pos: 51.5,6.5 + parent: 36907 + - uid: 42188 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,23.5 - parent: 14592 - - uid: 17337 + pos: 51.5,15.5 + parent: 36907 + - uid: 42189 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,22.5 - parent: 14592 - - uid: 17338 + pos: 51.5,29.5 + parent: 36907 + - uid: 42190 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,21.5 - parent: 14592 - - uid: 17339 + pos: 48.5,27.5 + parent: 36907 + - uid: 42191 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,20.5 - parent: 14592 - - uid: 17340 + pos: 44.5,23.5 + parent: 36907 + - uid: 42192 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,19.5 - parent: 14592 - - uid: 17341 + pos: 42.5,24.5 + parent: 36907 + - uid: 42193 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,18.5 - parent: 14592 - - uid: 17342 + pos: 39.5,25.5 + parent: 36907 + - uid: 42194 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,17.5 - parent: 14592 - - uid: 17343 + pos: 36.5,21.5 + parent: 36907 + - uid: 42195 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,16.5 - parent: 14592 - - uid: 17344 + pos: 34.5,29.5 + parent: 36907 + - uid: 42196 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,15.5 - parent: 14592 - - uid: 17345 + pos: 33.5,26.5 + parent: 36907 + - uid: 42197 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,14.5 - parent: 14592 - - uid: 17346 + pos: 42.5,15.5 + parent: 36907 + - uid: 42198 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,13.5 - parent: 14592 - - uid: 17347 + pos: 33.5,15.5 + parent: 36907 + - uid: 42199 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,12.5 - parent: 14592 - - uid: 17348 + pos: 19.5,20.5 + parent: 36907 + - uid: 42200 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,11.5 - parent: 14592 - - uid: 17349 + pos: 18.5,27.5 + parent: 36907 + - uid: 42201 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,10.5 - parent: 14592 - - uid: 17350 + pos: 32.5,12.5 + parent: 36907 + - uid: 42202 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,21.5 - parent: 14592 - - uid: 17351 + pos: 15.5,22.5 + parent: 36907 + - uid: 42203 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,20.5 - parent: 14592 - - uid: 17352 + pos: 12.5,25.5 + parent: 36907 + - uid: 42204 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,19.5 - parent: 14592 - - uid: 17353 + pos: 8.5,28.5 + parent: 36907 + - uid: 42205 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,18.5 - parent: 14592 - - uid: 17354 + pos: 6.5,24.5 + parent: 36907 + - uid: 42206 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,17.5 - parent: 14592 - - uid: 17355 + pos: 40.5,-8.5 + parent: 36907 + - uid: 42207 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,16.5 - parent: 14592 - - uid: 17356 + pos: 3.5,25.5 + parent: 36907 + - uid: 42208 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,15.5 - parent: 14592 - - uid: 17357 + pos: 18.5,-18.5 + parent: 36907 +- proto: WallRockBasaltBananium + entities: + - uid: 42209 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,14.5 - parent: 14592 - - uid: 17358 + pos: 12.5,-15.5 + parent: 36907 + - uid: 42210 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,13.5 - parent: 14592 - - uid: 17359 + pos: 3.5,-18.5 + parent: 36907 + - uid: 42211 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,12.5 - parent: 14592 - - uid: 17360 + pos: 22.5,-21.5 + parent: 36907 + - uid: 42212 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,11.5 - parent: 14592 - - uid: 17361 + pos: 27.5,-14.5 + parent: 36907 + - uid: 42213 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,10.5 - parent: 14592 - - uid: 17362 + pos: 4.5,-18.5 + parent: 36907 + - uid: 42214 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,14.5 - parent: 14592 - - uid: 17363 + pos: 11.5,-15.5 + parent: 36907 + - uid: 42215 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,13.5 - parent: 14592 - - uid: 17364 + pos: 38.5,3.5 + parent: 36907 + - uid: 42216 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,12.5 - parent: 14592 - - uid: 17365 + pos: 24.5,-15.5 + parent: 36907 + - uid: 42217 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,11.5 - parent: 14592 - - uid: 17366 + pos: 32.5,-18.5 + parent: 36907 + - uid: 42218 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,10.5 - parent: 14592 - - uid: 17367 + pos: 38.5,-14.5 + parent: 36907 + - uid: 42219 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,10.5 - parent: 14592 - - uid: 17368 + pos: 40.5,-15.5 + parent: 36907 + - uid: 42220 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,7.5 - parent: 14592 - - uid: 17369 + pos: 53.5,-13.5 + parent: 36907 + - uid: 42221 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,6.5 - parent: 14592 - - uid: 17370 + pos: 54.5,-13.5 + parent: 36907 + - uid: 42222 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,5.5 - parent: 14592 - - uid: 17371 + pos: 57.5,-21.5 + parent: 36907 + - uid: 42223 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,4.5 - parent: 14592 - - uid: 17372 + pos: 58.5,0.5 + parent: 36907 + - uid: 42224 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,3.5 - parent: 14592 - - uid: 17373 + pos: 58.5,-3.5 + parent: 36907 + - uid: 42225 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,2.5 - parent: 14592 - - uid: 17374 + pos: 57.5,10.5 + parent: 36907 + - uid: 42226 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,7.5 - parent: 14592 - - uid: 17375 + pos: 54.5,26.5 + parent: 36907 + - uid: 42227 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,6.5 - parent: 14592 - - uid: 17376 + pos: 52.5,12.5 + parent: 36907 + - uid: 42228 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,5.5 - parent: 14592 - - uid: 17377 + pos: 51.5,2.5 + parent: 36907 + - uid: 42229 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,4.5 - parent: 14592 - - uid: 17378 + pos: 57.5,5.5 + parent: 36907 + - uid: 42230 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,3.5 - parent: 14592 - - uid: 17379 + pos: 51.5,16.5 + parent: 36907 + - uid: 42231 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,2.5 - parent: 14592 - - uid: 17380 + pos: 48.5,28.5 + parent: 36907 + - uid: 42232 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,1.5 - parent: 14592 - - uid: 17381 + pos: 40.5,27.5 + parent: 36907 + - uid: 42233 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,0.5 - parent: 14592 - - uid: 17382 + pos: 40.5,22.5 + parent: 36907 + - uid: 42234 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,5.5 - parent: 14592 - - uid: 17383 + pos: 32.5,23.5 + parent: 36907 + - uid: 42235 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,4.5 - parent: 14592 - - uid: 17384 + pos: 45.5,14.5 + parent: 36907 + - uid: 42236 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,3.5 - parent: 14592 - - uid: 17385 + pos: 33.5,24.5 + parent: 36907 + - uid: 42237 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,2.5 - parent: 14592 - - uid: 17386 + pos: 28.5,28.5 + parent: 36907 + - uid: 42238 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,1.5 - parent: 14592 - - uid: 17387 + pos: 46.5,14.5 + parent: 36907 + - uid: 42239 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,0.5 - parent: 14592 - - uid: 17388 + pos: 31.5,12.5 + parent: 36907 + - uid: 42240 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,5.5 - parent: 14592 - - uid: 17389 + pos: 18.5,20.5 + parent: 36907 + - uid: 42241 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,4.5 - parent: 14592 - - uid: 17390 + pos: 31.5,15.5 + parent: 36907 + - uid: 42242 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,3.5 - parent: 14592 - - uid: 17391 + pos: 15.5,29.5 + parent: 36907 + - uid: 42243 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,2.5 - parent: 14592 - - uid: 17392 + pos: 15.5,28.5 + parent: 36907 + - uid: 42244 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,1.5 - parent: 14592 - - uid: 17393 + pos: 30.5,14.5 + parent: 36907 + - uid: 42245 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,0.5 - parent: 14592 - - uid: 17394 + pos: 9.5,23.5 + parent: 36907 + - uid: 42246 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,2.5 - parent: 14592 - - uid: 17395 + pos: 9.5,20.5 + parent: 36907 + - uid: 42247 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,4.5 - parent: 14592 - - uid: 17396 + pos: 4.5,-15.5 + parent: 36907 +- proto: WallRockBasaltGold + entities: + - uid: 42248 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,5.5 - parent: 14592 - - uid: 17397 + pos: 23.5,-20.5 + parent: 36907 + - uid: 42249 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,8.5 - parent: 14592 - - uid: 17398 + pos: 9.5,-14.5 + parent: 36907 + - uid: 42250 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,9.5 - parent: 14592 - - uid: 17399 + pos: 4.5,-21.5 + parent: 36907 + - uid: 42251 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,9.5 - parent: 14592 - - uid: 19304 + pos: 11.5,-14.5 + parent: 36907 + - uid: 42252 components: - type: Transform - pos: 43.5,5.5 - parent: 2 - - uid: 19317 + pos: 32.5,-16.5 + parent: 36907 + - uid: 42253 components: - type: Transform - pos: 44.5,6.5 - parent: 2 - - uid: 19320 + pos: 46.5,-17.5 + parent: 36907 + - uid: 42254 components: - type: Transform - pos: 43.5,6.5 - parent: 2 - - uid: 24246 + pos: 23.5,-13.5 + parent: 36907 + - uid: 42255 components: - type: Transform - pos: 48.5,-2.5 - parent: 2 - - uid: 24473 + pos: 25.5,-19.5 + parent: 36907 + - uid: 42256 components: - type: Transform - pos: 50.5,5.5 - parent: 2 - - uid: 32633 + pos: 34.5,-16.5 + parent: 36907 + - uid: 42257 components: - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,34.5 - parent: 14592 - - uid: 32635 + pos: 36.5,-14.5 + parent: 36907 + - uid: 42258 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,32.5 - parent: 14592 - - uid: 32636 + pos: 39.5,-13.5 + parent: 36907 + - uid: 42259 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,36.5 - parent: 14592 - - uid: 32637 + pos: 51.5,-13.5 + parent: 36907 + - uid: 42260 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,35.5 - parent: 14592 - - uid: 32638 + pos: 53.5,-14.5 + parent: 36907 + - uid: 42261 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,36.5 - parent: 14592 - - uid: 32639 + pos: 58.5,-20.5 + parent: 36907 + - uid: 42262 components: - type: Transform - pos: -12.5,-4.5 - parent: 14592 - - uid: 32640 + pos: 58.5,6.5 + parent: 36907 + - uid: 42263 components: - type: Transform - pos: -12.5,-3.5 - parent: 14592 - - uid: 32641 + pos: 59.5,0.5 + parent: 36907 + - uid: 42264 components: - type: Transform - pos: -12.5,-2.5 - parent: 14592 - - uid: 32642 + pos: 57.5,-9.5 + parent: 36907 + - uid: 42265 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,16.5 - parent: 14592 - - uid: 32644 + pos: 57.5,-4.5 + parent: 36907 + - uid: 42266 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,25.5 - parent: 14592 - - uid: 32645 + pos: 57.5,14.5 + parent: 36907 + - uid: 42267 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,25.5 - parent: 14592 - - uid: 32646 + pos: 57.5,25.5 + parent: 36907 + - uid: 42268 components: - type: Transform - pos: -13.5,-4.5 - parent: 14592 - - uid: 32647 + pos: 56.5,-10.5 + parent: 36907 + - uid: 42269 components: - type: Transform - pos: -13.5,-3.5 - parent: 14592 - - uid: 32648 + pos: 55.5,20.5 + parent: 36907 + - uid: 42270 components: - type: Transform - pos: -13.5,-2.5 - parent: 14592 - - uid: 32649 + pos: 54.5,27.5 + parent: 36907 + - uid: 42271 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,30.5 - parent: 14592 - - uid: 32650 + pos: 53.5,8.5 + parent: 36907 + - uid: 42272 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,26.5 - parent: 14592 - - uid: 32651 + pos: 53.5,27.5 + parent: 36907 + - uid: 42273 components: - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,25.5 - parent: 14592 - - uid: 32652 + pos: 52.5,-11.5 + parent: 36907 + - uid: 42274 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,26.5 - parent: 14592 - - uid: 32653 + pos: 49.5,27.5 + parent: 36907 + - uid: 42275 components: - type: Transform - pos: -14.5,-4.5 - parent: 14592 - - uid: 32654 + pos: 49.5,26.5 + parent: 36907 + - uid: 42276 components: - type: Transform - pos: -14.5,-3.5 - parent: 14592 - - uid: 32655 + pos: 48.5,20.5 + parent: 36907 + - uid: 42277 components: - type: Transform - pos: -14.5,-2.5 - parent: 14592 - - uid: 32656 + pos: 43.5,22.5 + parent: 36907 + - uid: 42278 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,30.5 - parent: 14592 - - uid: 32657 + pos: 32.5,5.5 + parent: 36907 + - uid: 42279 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,27.5 - parent: 14592 - - uid: 32659 + pos: 31.5,26.5 + parent: 36907 + - uid: 42280 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,25.5 - parent: 14592 - - uid: 32660 + pos: 30.5,26.5 + parent: 36907 + - uid: 42281 components: - type: Transform - pos: -15.5,-4.5 - parent: 14592 - - uid: 32661 + pos: 31.5,5.5 + parent: 36907 + - uid: 42282 components: - type: Transform - pos: -15.5,-3.5 - parent: 14592 - - uid: 32662 + pos: 31.5,25.5 + parent: 36907 + - uid: 42283 components: - type: Transform - pos: -15.5,-2.5 - parent: 14592 - - uid: 32663 + pos: 45.5,15.5 + parent: 36907 + - uid: 42284 components: - type: Transform - pos: -16.5,-8.5 - parent: 14592 - - uid: 32664 + pos: 25.5,28.5 + parent: 36907 + - uid: 42285 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,26.5 - parent: 14592 - - uid: 32665 + pos: 26.5,28.5 + parent: 36907 + - uid: 42286 components: - type: Transform - pos: -16.5,-6.5 - parent: 14592 - - uid: 32666 + pos: 25.5,29.5 + parent: 36907 + - uid: 42287 components: - type: Transform - pos: -16.5,-5.5 - parent: 14592 - - uid: 32667 + pos: 42.5,14.5 + parent: 36907 + - uid: 42288 components: - type: Transform - pos: -16.5,-4.5 - parent: 14592 - - uid: 32668 + pos: 39.5,1.5 + parent: 36907 + - uid: 42289 components: - type: Transform - pos: -16.5,-3.5 - parent: 14592 - - uid: 32669 + pos: 19.5,21.5 + parent: 36907 + - uid: 42290 components: - type: Transform - pos: -16.5,-2.5 - parent: 14592 - - uid: 32670 + pos: 40.5,1.5 + parent: 36907 + - uid: 42291 components: - type: Transform - pos: -14.5,-9.5 - parent: 14592 - - uid: 32671 + pos: 16.5,23.5 + parent: 36907 + - uid: 42292 components: - type: Transform - pos: -15.5,-9.5 - parent: 14592 - - uid: 32672 + pos: 30.5,13.5 + parent: 36907 + - uid: 42293 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,31.5 - parent: 14592 - - uid: 32700 + pos: 11.5,27.5 + parent: 36907 + - uid: 42294 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,27.5 - parent: 14592 - - uid: 32701 + pos: 8.5,22.5 + parent: 36907 + - uid: 42295 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,28.5 - parent: 14592 - - uid: 32702 + pos: 7.5,20.5 + parent: 36907 + - uid: 42296 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,29.5 - parent: 14592 - - uid: 32703 + pos: 7.5,27.5 + parent: 36907 + - uid: 42297 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,30.5 - parent: 14592 - - uid: 32704 + pos: 41.5,-7.5 + parent: 36907 + - uid: 42298 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,31.5 - parent: 14592 - - uid: 32705 + pos: 7.5,24.5 + parent: 36907 + - uid: 42299 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,32.5 - parent: 14592 - - uid: 32707 + pos: 6.5,25.5 + parent: 36907 + - uid: 42300 components: - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,26.5 - parent: 14592 - - uid: 32708 + pos: 26.5,-19.5 + parent: 36907 +- proto: WallRockBasaltPlasma + entities: + - uid: 42301 components: - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,26.5 - parent: 14592 - - uid: 32709 + pos: 4.5,-14.5 + parent: 36907 + - uid: 42302 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,26.5 - parent: 14592 - - uid: 32710 + pos: 21.5,-15.5 + parent: 36907 + - uid: 42303 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,26.5 - parent: 14592 - - uid: 32711 + pos: 6.5,-20.5 + parent: 36907 + - uid: 42304 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,26.5 - parent: 14592 - - uid: 32720 + pos: 14.5,-14.5 + parent: 36907 + - uid: 42305 components: - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,14.5 - parent: 14592 - - uid: 32721 + pos: 8.5,-18.5 + parent: 36907 + - uid: 42306 components: - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,15.5 - parent: 14592 - - uid: 32722 + pos: 20.5,-18.5 + parent: 36907 + - uid: 42307 components: - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,12.5 - parent: 14592 - - uid: 32723 + pos: 29.5,-16.5 + parent: 36907 + - uid: 42308 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,13.5 - parent: 14592 - - uid: 32724 + pos: 30.5,-16.5 + parent: 36907 + - uid: 42309 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,18.5 - parent: 14592 - - uid: 32725 + pos: 23.5,26.5 + parent: 36907 + - uid: 42310 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,20.5 - parent: 14592 - - uid: 32726 + pos: 42.5,-13.5 + parent: 36907 + - uid: 42311 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,19.5 - parent: 14592 - - uid: 32728 + pos: 44.5,-15.5 + parent: 36907 + - uid: 42312 components: - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,21.5 - parent: 14592 - - uid: 32729 + pos: 43.5,-17.5 + parent: 36907 + - uid: 42313 components: - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,20.5 - parent: 14592 - - uid: 32730 + pos: 49.5,-13.5 + parent: 36907 + - uid: 42314 components: - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,13.5 - parent: 14592 - - uid: 32731 + pos: 57.5,-19.5 + parent: 36907 + - uid: 42315 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,13.5 - parent: 14592 - - uid: 32732 + pos: 58.5,3.5 + parent: 36907 + - uid: 42316 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,13.5 - parent: 14592 - - uid: 32733 + pos: 58.5,26.5 + parent: 36907 + - uid: 42317 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,16.5 - parent: 14592 - - uid: 32734 + pos: 56.5,29.5 + parent: 36907 + - uid: 42318 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,17.5 - parent: 14592 - - uid: 32735 + pos: 55.5,29.5 + parent: 36907 + - uid: 42319 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,20.5 - parent: 14592 - - uid: 32736 + pos: 54.5,-3.5 + parent: 36907 + - uid: 42320 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,18.5 - parent: 14592 - - uid: 32737 + pos: 53.5,-2.5 + parent: 36907 + - uid: 42321 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,16.5 - parent: 14592 - - uid: 32738 + pos: 53.5,-1.5 + parent: 36907 + - uid: 42322 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,15.5 - parent: 14592 - - uid: 32739 + pos: 53.5,3.5 + parent: 36907 + - uid: 42323 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,15.5 - parent: 14592 - - uid: 32740 + pos: 53.5,18.5 + parent: 36907 + - uid: 42324 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,19.5 - parent: 14592 - - uid: 32741 + pos: 52.5,21.5 + parent: 36907 + - uid: 42325 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,17.5 - parent: 14592 - - uid: 32742 + pos: 52.5,20.5 + parent: 36907 + - uid: 42326 components: - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,17.5 - parent: 14592 - - uid: 32743 + pos: 48.5,22.5 + parent: 36907 + - uid: 42327 components: - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,16.5 - parent: 14592 - - uid: 32744 + pos: 37.5,27.5 + parent: 36907 + - uid: 42328 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,8.5 - parent: 14592 - - uid: 32745 + pos: 37.5,22.5 + parent: 36907 + - uid: 42329 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,7.5 - parent: 14592 - - uid: 32746 + pos: 33.5,5.5 + parent: 36907 + - uid: 42330 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,18.5 - parent: 14592 - - uid: 32747 + pos: 35.5,20.5 + parent: 36907 + - uid: 42331 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,19.5 - parent: 14592 - - uid: 32748 + pos: 34.5,5.5 + parent: 36907 + - uid: 42332 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,20.5 - parent: 14592 - - uid: 32749 + pos: 44.5,16.5 + parent: 36907 + - uid: 42333 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,20.5 - parent: 14592 - - uid: 32750 + pos: 31.5,21.5 + parent: 36907 + - uid: 42334 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,21.5 - parent: 14592 - - uid: 32751 + pos: 44.5,15.5 + parent: 36907 + - uid: 42335 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,22.5 - parent: 14592 - - uid: 32752 + pos: 25.5,20.5 + parent: 36907 + - uid: 42336 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,23.5 - parent: 14592 - - uid: 32753 + pos: 22.5,28.5 + parent: 36907 + - uid: 42337 components: - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,22.5 - parent: 14592 - - uid: 32754 + pos: 23.5,28.5 + parent: 36907 + - uid: 42338 components: - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,23.5 - parent: 14592 - - uid: 32755 + pos: 9.5,21.5 + parent: 36907 + - uid: 42339 components: - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,24.5 - parent: 14592 - - uid: 32760 + pos: 7.5,25.5 + parent: 36907 + - uid: 42340 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,24.5 - parent: 14592 - - uid: 32761 + pos: 8.5,21.5 + parent: 36907 + - uid: 42341 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,21.5 - parent: 14592 - - uid: 32762 + pos: 4.5,27.5 + parent: 36907 + - uid: 42342 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,27.5 - parent: 14592 - - uid: 32763 + pos: 5.5,27.5 + parent: 36907 + - uid: 42343 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,27.5 - parent: 14592 - - uid: 32764 + pos: 38.5,-5.5 + parent: 36907 + - uid: 42344 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,30.5 - parent: 14592 - - uid: 32765 + pos: 3.5,20.5 + parent: 36907 + - uid: 42345 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,31.5 - parent: 14592 - - uid: 32766 + pos: 39.5,-5.5 + parent: 36907 + - uid: 42346 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,33.5 - parent: 14592 - - uid: 32767 + pos: 59.5,6.5 + parent: 36907 + - uid: 42347 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,34.5 - parent: 14592 - - uid: 32768 + pos: 51.5,8.5 + parent: 36907 + - uid: 42348 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,35.5 - parent: 14592 - - uid: 32769 + pos: 20.5,-20.5 + parent: 36907 + - uid: 42349 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,33.5 - parent: 14592 - - uid: 32770 + pos: 19.5,-19.5 + parent: 36907 +- proto: WallRockBasaltQuartz + entities: + - uid: 42350 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,34.5 - parent: 14592 - - uid: 32771 + pos: 22.5,-13.5 + parent: 36907 + - uid: 42351 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,34.5 - parent: 14592 - - uid: 32772 + pos: 13.5,-20.5 + parent: 36907 + - uid: 42352 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,34.5 - parent: 14592 - - uid: 32773 + pos: 17.5,-14.5 + parent: 36907 + - uid: 42353 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,34.5 - parent: 14592 - - uid: 32774 + pos: 24.5,-16.5 + parent: 36907 + - uid: 42354 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,33.5 - parent: 14592 - - uid: 32775 + pos: 30.5,-18.5 + parent: 36907 + - uid: 42355 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,32.5 - parent: 14592 - - uid: 32776 + pos: 41.5,-15.5 + parent: 36907 + - uid: 42356 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,33.5 - parent: 14592 - - uid: 32777 + pos: 46.5,-15.5 + parent: 36907 + - uid: 42357 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,32.5 - parent: 14592 - - uid: 32778 + pos: 49.5,-19.5 + parent: 36907 + - uid: 42358 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,34.5 - parent: 14592 - - uid: 32779 + pos: 48.5,-19.5 + parent: 36907 + - uid: 42359 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,34.5 - parent: 14592 - - uid: 32780 + pos: 54.5,-16.5 + parent: 36907 + - uid: 42360 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,34.5 - parent: 14592 - - uid: 32781 + pos: 56.5,16.5 + parent: 36907 + - uid: 42361 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,35.5 - parent: 14592 - - uid: 32782 + pos: 56.5,23.5 + parent: 36907 + - uid: 42362 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,34.5 - parent: 14592 - - uid: 32783 + pos: 55.5,28.5 + parent: 36907 + - uid: 42363 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,34.5 - parent: 14592 - - uid: 32784 + pos: 58.5,20.5 + parent: 36907 + - uid: 42364 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,34.5 - parent: 14592 - - uid: 32785 + pos: 54.5,1.5 + parent: 36907 + - uid: 42365 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,34.5 - parent: 14592 - - uid: 32786 + pos: 52.5,7.5 + parent: 36907 + - uid: 42366 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,34.5 - parent: 14592 - - uid: 32787 + pos: 52.5,0.5 + parent: 36907 + - uid: 42367 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,34.5 - parent: 14592 - - uid: 32788 + pos: 51.5,0.5 + parent: 36907 + - uid: 42368 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,35.5 - parent: 14592 - - uid: 32789 + pos: 51.5,-8.5 + parent: 36907 + - uid: 42369 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,35.5 - parent: 14592 - - uid: 32790 + pos: 52.5,-0.5 + parent: 36907 + - uid: 42370 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,35.5 - parent: 14592 - - uid: 32791 + pos: 51.5,10.5 + parent: 36907 + - uid: 42371 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,35.5 - parent: 14592 - - uid: 32792 + pos: 44.5,28.5 + parent: 36907 + - uid: 42372 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,35.5 - parent: 14592 - - uid: 32793 + pos: 29.5,28.5 + parent: 36907 + - uid: 42373 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,35.5 - parent: 14592 - - uid: 32794 + pos: 30.5,28.5 + parent: 36907 + - uid: 42374 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,34.5 - parent: 14592 - - uid: 32795 + pos: 27.5,20.5 + parent: 36907 + - uid: 42375 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,33.5 - parent: 14592 - - uid: 32796 + pos: 20.5,25.5 + parent: 36907 + - uid: 42376 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,32.5 - parent: 14592 - - uid: 32797 + pos: 17.5,22.5 + parent: 36907 + - uid: 42377 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,34.5 - parent: 14592 - - uid: 32798 + pos: 6.5,27.5 + parent: 36907 + - uid: 42378 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,33.5 - parent: 14592 - - uid: 32799 + pos: 14.5,-16.5 + parent: 36907 + - uid: 42379 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,32.5 - parent: 14592 - - uid: 32800 + pos: 9.5,-20.5 + parent: 36907 + - uid: 42380 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,34.5 - parent: 14592 - - uid: 32801 + pos: 6.5,-18.5 + parent: 36907 +- proto: WallRockBasaltSilver + entities: + - uid: 42381 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,33.5 - parent: 14592 - - uid: 32802 + pos: 5.5,-18.5 + parent: 36907 + - uid: 42382 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,32.5 - parent: 14592 - - uid: 32804 + pos: 18.5,-13.5 + parent: 36907 + - uid: 42383 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,32.5 - parent: 14592 - - uid: 32805 + pos: 54.5,14.5 + parent: 36907 + - uid: 42384 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,33.5 - parent: 14592 - - uid: 32806 + pos: 22.5,-14.5 + parent: 36907 + - uid: 42385 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,34.5 - parent: 14592 - - uid: 32807 + pos: 32.5,7.5 + parent: 36907 + - uid: 42386 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,32.5 - parent: 14592 - - uid: 32808 + pos: 29.5,-17.5 + parent: 36907 + - uid: 42387 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,33.5 - parent: 14592 - - uid: 32809 + pos: 33.5,-18.5 + parent: 36907 + - uid: 42388 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,34.5 - parent: 14592 - - uid: 32810 + pos: 35.5,-19.5 + parent: 36907 + - uid: 42389 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,34.5 - parent: 14592 - - uid: 32811 + pos: 58.5,-8.5 + parent: 36907 + - uid: 42390 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,33.5 - parent: 14592 - - uid: 32812 + pos: 58.5,-0.5 + parent: 36907 + - uid: 42391 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,32.5 - parent: 14592 - - uid: 32813 + pos: 58.5,18.5 + parent: 36907 + - uid: 42392 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,34.5 - parent: 14592 - - uid: 32814 + pos: 55.5,12.5 + parent: 36907 + - uid: 42393 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,33.5 - parent: 14592 - - uid: 32815 + pos: 51.5,-5.5 + parent: 36907 + - uid: 42394 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,32.5 - parent: 14592 - - uid: 32816 + pos: 51.5,-2.5 + parent: 36907 + - uid: 42395 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,33.5 - parent: 14592 - - uid: 32817 + pos: 42.5,28.5 + parent: 36907 + - uid: 42396 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,33.5 - parent: 14592 - - uid: 32819 + pos: 42.5,21.5 + parent: 36907 + - uid: 42397 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,15.5 - parent: 14592 - - uid: 32822 + pos: 42.5,20.5 + parent: 36907 + - uid: 42398 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,1.5 - parent: 14592 -- proto: WallRockArtifactFragment - entities: - - uid: 15952 + pos: 31.5,6.5 + parent: 36907 + - uid: 42399 components: - type: Transform - pos: -22.5,14.5 - parent: 14592 - - uid: 15954 + pos: 45.5,13.5 + parent: 36907 + - uid: 42400 components: - type: Transform - pos: -7.5,21.5 - parent: 14592 - - uid: 15955 + pos: 27.5,21.5 + parent: 36907 + - uid: 42401 components: - type: Transform - pos: 2.5,18.5 - parent: 14592 - - uid: 15956 + pos: 25.5,27.5 + parent: 36907 + - uid: 42402 components: - type: Transform - pos: 5.5,21.5 - parent: 14592 - - uid: 15957 + pos: 24.5,22.5 + parent: 36907 + - uid: 42403 components: - type: Transform - pos: 7.5,12.5 - parent: 14592 - - uid: 15960 + pos: 33.5,17.5 + parent: 36907 + - uid: 42404 components: - type: Transform - pos: 7.5,9.5 - parent: 14592 -- proto: WallRockBananium - entities: - - uid: 14620 + pos: 18.5,22.5 + parent: 36907 + - uid: 42405 components: - type: Transform - pos: -16.5,4.5 - parent: 14592 - - uid: 14621 + pos: 39.5,7.5 + parent: 36907 + - uid: 42406 components: - type: Transform - pos: -16.5,6.5 - parent: 14592 - - uid: 14637 + pos: 14.5,21.5 + parent: 36907 + - uid: 42407 components: - type: Transform - pos: -16.5,5.5 - parent: 14592 - - uid: 14883 + pos: 15.5,21.5 + parent: 36907 + - uid: 42408 components: - type: Transform - pos: -15.5,4.5 - parent: 14592 - - uid: 14918 + pos: 13.5,27.5 + parent: 36907 + - uid: 42409 components: - type: Transform - pos: -14.5,6.5 - parent: 14592 - - uid: 17079 + pos: 42.5,6.5 + parent: 36907 + - uid: 42410 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,16.5 - parent: 14592 - - uid: 17080 + pos: 10.5,21.5 + parent: 36907 + - uid: 42411 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,22.5 - parent: 14592 - - uid: 17081 + pos: 41.5,-4.5 + parent: 36907 + - uid: 42412 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,27.5 - parent: 14592 - - uid: 17082 + pos: 5.5,28.5 + parent: 36907 + - uid: 42413 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,27.5 - parent: 14592 - - uid: 17083 + pos: 6.5,28.5 + parent: 36907 + - uid: 42414 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,28.5 - parent: 14592 - - uid: 17084 + pos: 5.5,22.5 + parent: 36907 + - uid: 42415 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,25.5 - parent: 14592 - - uid: 17085 + pos: 8.5,-21.5 + parent: 36907 + - uid: 42416 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,23.5 - parent: 14592 - - uid: 17086 + pos: 3.5,-14.5 + parent: 36907 +- proto: WallRockBasaltTin + entities: + - uid: 42417 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,21.5 - parent: 14592 - - uid: 17087 + pos: 23.5,-15.5 + parent: 36907 + - uid: 42418 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,20.5 - parent: 14592 - - uid: 32854 + pos: 31.5,-17.5 + parent: 36907 + - uid: 42419 components: - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,23.5 - parent: 14592 - - uid: 32857 + pos: 35.5,-20.5 + parent: 36907 + - uid: 42420 components: - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,33.5 - parent: 14592 -- proto: WallRockBasalt - entities: - - uid: 4733 + pos: 43.5,-19.5 + parent: 36907 + - uid: 42421 components: - type: Transform - pos: -37.5,64.5 - parent: 2 - - uid: 4744 + pos: 44.5,-17.5 + parent: 36907 + - uid: 42422 components: - type: Transform - pos: -38.5,61.5 - parent: 2 - - uid: 9380 + pos: 59.5,19.5 + parent: 36907 + - uid: 42423 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,47.5 - parent: 2 - - uid: 9397 + pos: 57.5,-6.5 + parent: 36907 + - uid: 42424 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,50.5 - parent: 2 - - uid: 9398 + pos: 58.5,-5.5 + parent: 36907 + - uid: 42425 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,50.5 - parent: 2 - - uid: 9400 + pos: 58.5,10.5 + parent: 36907 + - uid: 42426 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,44.5 - parent: 2 - - uid: 9445 + pos: 57.5,4.5 + parent: 36907 + - uid: 42427 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,45.5 - parent: 2 - - uid: 9446 + pos: 53.5,0.5 + parent: 36907 + - uid: 42428 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,45.5 - parent: 2 - - uid: 10427 + pos: 53.5,1.5 + parent: 36907 + - uid: 42429 components: - type: Transform - pos: -37.5,61.5 - parent: 2 - - uid: 10428 + pos: 52.5,-6.5 + parent: 36907 + - uid: 42430 components: - type: Transform - pos: -38.5,60.5 - parent: 2 - - uid: 10989 + pos: 46.5,28.5 + parent: 36907 + - uid: 42431 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,49.5 - parent: 2 - - uid: 13952 + pos: 47.5,16.5 + parent: 36907 + - uid: 42432 components: - type: Transform - pos: 37.5,-64.5 - parent: 2 - - uid: 13953 + pos: 34.5,6.5 + parent: 36907 + - uid: 42433 components: - type: Transform - pos: 36.5,-64.5 - parent: 2 - - uid: 14209 + pos: 46.5,17.5 + parent: 36907 + - uid: 42434 components: - type: Transform - pos: 28.5,-64.5 - parent: 2 - - uid: 14509 + pos: 29.5,20.5 + parent: 36907 + - uid: 42435 components: - type: Transform - pos: 35.5,-65.5 - parent: 2 - - uid: 24124 + pos: 27.5,26.5 + parent: 36907 + - uid: 42436 components: - type: Transform - pos: 28.5,-65.5 - parent: 2 - - uid: 24151 + pos: 26.5,26.5 + parent: 36907 + - uid: 42437 components: - type: Transform - pos: 27.5,-65.5 - parent: 2 - - uid: 24152 + pos: 28.5,20.5 + parent: 36907 + - uid: 42438 components: - type: Transform - pos: 32.5,-67.5 - parent: 2 - - uid: 24221 + pos: 34.5,14.5 + parent: 36907 + - uid: 42439 components: - type: Transform - pos: 38.5,-63.5 - parent: 2 - - uid: 31714 + pos: 34.5,13.5 + parent: 36907 + - uid: 42440 components: - type: Transform - pos: 37.5,-63.5 - parent: 2 - - uid: 31717 + pos: 32.5,14.5 + parent: 36907 + - uid: 42441 components: - type: Transform - pos: 35.5,-67.5 - parent: 2 - - uid: 31718 + pos: 19.5,25.5 + parent: 36907 + - uid: 42442 components: - type: Transform - pos: 34.5,-67.5 - parent: 2 - - uid: 31719 + pos: 40.5,7.5 + parent: 36907 + - uid: 42443 components: - type: Transform - pos: 33.5,-67.5 - parent: 2 - - uid: 33916 + pos: 40.5,8.5 + parent: 36907 + - uid: 42444 components: - type: Transform - pos: -30.5,68.5 - parent: 2 - - uid: 33917 + pos: 42.5,7.5 + parent: 36907 + - uid: 42445 components: - type: Transform - pos: -30.5,67.5 - parent: 2 - - uid: 33972 + pos: 15.5,20.5 + parent: 36907 + - uid: 42446 components: - type: Transform - pos: -29.5,68.5 - parent: 2 - - uid: 33973 + pos: 42.5,4.5 + parent: 36907 + - uid: 42447 components: - type: Transform - pos: -29.5,67.5 - parent: 2 - - uid: 33974 + pos: 12.5,27.5 + parent: 36907 + - uid: 42448 components: - type: Transform - pos: -28.5,65.5 - parent: 2 - - uid: 33975 + pos: 42.5,1.5 + parent: 36907 + - uid: 42449 components: - type: Transform - pos: -29.5,65.5 - parent: 2 - - uid: 33976 + pos: 43.5,2.5 + parent: 36907 + - uid: 42450 components: - type: Transform - pos: -28.5,67.5 - parent: 2 - - uid: 33977 + pos: 42.5,5.5 + parent: 36907 + - uid: 42451 components: - type: Transform - pos: -28.5,66.5 - parent: 2 - - uid: 33979 + pos: 30.5,17.5 + parent: 36907 + - uid: 42452 components: - type: Transform - pos: -37.5,64.5 - parent: 2 - - uid: 35578 + pos: 13.5,26.5 + parent: 36907 + - uid: 42453 components: - type: Transform - pos: -30.5,69.5 - parent: 2 - - uid: 35603 + pos: 42.5,2.5 + parent: 36907 + - uid: 42454 components: - type: Transform - pos: -31.5,69.5 - parent: 2 - - uid: 35604 + pos: 42.5,-5.5 + parent: 36907 + - uid: 42455 components: - type: Transform - pos: -32.5,69.5 - parent: 2 - - uid: 35607 + pos: 4.5,28.5 + parent: 36907 + - uid: 42456 components: - type: Transform - pos: -33.5,68.5 - parent: 2 - - uid: 35608 + pos: 15.5,-16.5 + parent: 36907 + - uid: 42457 components: - type: Transform - pos: -34.5,68.5 - parent: 2 - - uid: 35609 + pos: 15.5,-17.5 + parent: 36907 + - uid: 42458 components: - type: Transform - pos: -34.5,67.5 - parent: 2 - - uid: 35610 + pos: 14.5,-20.5 + parent: 36907 + - uid: 42459 components: - type: Transform - pos: -35.5,67.5 - parent: 2 - - uid: 35611 + pos: 6.5,-19.5 + parent: 36907 +- proto: WallRockBasaltUranium + entities: + - uid: 42460 components: - type: Transform - pos: -35.5,66.5 - parent: 2 - - uid: 35612 + pos: 6.5,-14.5 + parent: 36907 + - uid: 42461 components: - type: Transform - pos: -36.5,66.5 - parent: 2 - - uid: 35613 + pos: 9.5,-19.5 + parent: 36907 + - uid: 42462 components: - type: Transform - pos: -36.5,65.5 - parent: 2 - - uid: 35614 + pos: 46.5,-18.5 + parent: 36907 + - uid: 42463 components: - type: Transform - pos: -36.5,64.5 - parent: 2 - - uid: 35616 + pos: 25.5,26.5 + parent: 36907 + - uid: 42464 components: - type: Transform - pos: -35.5,65.5 - parent: 2 - - uid: 35618 + pos: 50.5,26.5 + parent: 36907 + - uid: 42465 components: - type: Transform - pos: -34.5,66.5 - parent: 2 - - uid: 35622 + pos: 55.5,19.5 + parent: 36907 + - uid: 42466 components: - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,68.5 - parent: 2 - - uid: 35623 + pos: 29.5,-20.5 + parent: 36907 + - uid: 42467 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,67.5 - parent: 2 - - uid: 35625 + pos: 34.5,-20.5 + parent: 36907 + - uid: 42468 components: - type: Transform - pos: -30.5,66.5 - parent: 2 - - uid: 35626 + pos: 45.5,-13.5 + parent: 36907 + - uid: 42469 components: - type: Transform - pos: -29.5,66.5 - parent: 2 - - uid: 35627 + pos: 50.5,-16.5 + parent: 36907 + - uid: 42470 components: - type: Transform - pos: -37.5,60.5 - parent: 2 - - uid: 35628 + pos: 58.5,-16.5 + parent: 36907 + - uid: 42471 components: - type: Transform - pos: -36.5,60.5 - parent: 2 - - uid: 35629 + pos: 58.5,-17.5 + parent: 36907 + - uid: 42472 components: - type: Transform - pos: -36.5,61.5 - parent: 2 - - uid: 35636 + pos: 59.5,2.5 + parent: 36907 + - uid: 42473 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,67.5 - parent: 2 - - uid: 35657 + pos: 58.5,7.5 + parent: 36907 + - uid: 42474 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,68.5 - parent: 2 - - uid: 36337 + pos: 58.5,13.5 + parent: 36907 + - uid: 42475 components: - type: Transform - pos: 30.5,-64.5 - parent: 2 - - uid: 36374 + pos: 58.5,24.5 + parent: 36907 + - uid: 42476 components: - type: Transform - pos: 38.5,-64.5 - parent: 2 - - uid: 36375 + pos: 56.5,6.5 + parent: 36907 + - uid: 42477 components: - type: Transform - pos: 29.5,-64.5 - parent: 2 - - uid: 36376 + pos: 54.5,3.5 + parent: 36907 + - uid: 42478 components: - type: Transform - pos: 31.5,-66.5 - parent: 2 - - uid: 36379 + pos: 52.5,6.5 + parent: 36907 + - uid: 42479 components: - type: Transform - pos: 34.5,-66.5 - parent: 2 - - uid: 36380 + pos: 52.5,9.5 + parent: 36907 + - uid: 42480 components: - type: Transform - pos: 36.5,-65.5 - parent: 2 - - uid: 36381 + pos: 51.5,21.5 + parent: 36907 + - uid: 42481 components: - type: Transform - pos: 35.5,-66.5 - parent: 2 - - uid: 36382 + pos: 52.5,28.5 + parent: 36907 + - uid: 42482 components: - type: Transform - pos: 36.5,-66.5 - parent: 2 - - uid: 36383 + pos: 55.5,-3.5 + parent: 36907 + - uid: 42483 components: - type: Transform - pos: 36.5,-60.5 - parent: 2 - - uid: 36384 + pos: 38.5,28.5 + parent: 36907 + - uid: 42484 components: - type: Transform - pos: 37.5,-61.5 - parent: 2 - - uid: 36385 + pos: 38.5,27.5 + parent: 36907 + - uid: 42485 components: - type: Transform - pos: 37.5,-62.5 - parent: 2 - - uid: 36386 + pos: 36.5,24.5 + parent: 36907 + - uid: 42486 components: - type: Transform - pos: 37.5,-60.5 - parent: 2 - - uid: 36387 + pos: 30.5,22.5 + parent: 36907 + - uid: 42487 components: - type: Transform - pos: 38.5,-62.5 - parent: 2 - - uid: 36388 + pos: 42.5,17.5 + parent: 36907 + - uid: 42488 components: - type: Transform - pos: 37.5,-65.5 - parent: 2 - - uid: 36389 + pos: 17.5,26.5 + parent: 36907 + - uid: 42489 components: - type: Transform - pos: 38.5,-61.5 - parent: 2 - - uid: 36390 + pos: 16.5,28.5 + parent: 36907 + - uid: 42490 components: - type: Transform - pos: 36.5,-61.5 - parent: 2 - - uid: 36391 + pos: 11.5,20.5 + parent: 36907 + - uid: 42491 components: - type: Transform - pos: 37.5,-66.5 - parent: 2 - - uid: 36392 + pos: 10.5,22.5 + parent: 36907 + - uid: 42492 components: - type: Transform - pos: 33.5,-66.5 - parent: 2 - - uid: 36393 + pos: 5.5,25.5 + parent: 36907 + - uid: 42493 components: - type: Transform - pos: 32.5,-66.5 - parent: 2 - - uid: 36394 + pos: 4.5,23.5 + parent: 36907 + - uid: 42494 components: - type: Transform - pos: 29.5,-65.5 - parent: 2 - - uid: 36396 + pos: 38.5,-7.5 + parent: 36907 + - uid: 42495 components: - type: Transform - pos: 30.5,-65.5 - parent: 2 - - uid: 36397 + pos: 3.5,27.5 + parent: 36907 + - uid: 42496 components: - type: Transform - pos: 30.5,-66.5 - parent: 2 - - uid: 36398 + pos: 2.5,21.5 + parent: 36907 + - uid: 42497 components: - type: Transform - pos: 31.5,-65.5 - parent: 2 - - uid: 36404 + pos: 22.5,-20.5 + parent: 36907 + - uid: 42498 components: - type: Transform - pos: 37.5,-59.5 - parent: 2 + pos: 26.5,-20.5 + parent: 36907 - proto: WallRockGold entities: - uid: 14742 @@ -214807,11 +257434,6 @@ entities: - type: Transform pos: -35.5,48.5 parent: 2 - - uid: 826 - components: - - type: Transform - pos: 51.5,-46.5 - parent: 2 - uid: 1047 components: - type: Transform @@ -215227,11 +257849,6 @@ entities: - type: Transform pos: -62.5,-11.5 parent: 2 - - uid: 1386 - components: - - type: Transform - pos: 51.5,-45.5 - parent: 2 - uid: 1403 components: - type: Transform @@ -217875,16 +260492,6 @@ entities: - type: Transform pos: 62.5,14.5 parent: 2 - - uid: 3633 - components: - - type: Transform - pos: -32.5,-6.5 - parent: 2 - - uid: 3696 - components: - - type: Transform - pos: -32.5,-7.5 - parent: 2 - uid: 3998 components: - type: Transform @@ -218840,11 +261447,6 @@ entities: - type: Transform pos: 32.5,-27.5 parent: 2 - - uid: 4387 - components: - - type: Transform - pos: 50.5,-39.5 - parent: 2 - uid: 4388 components: - type: Transform @@ -218975,46 +261577,6 @@ entities: - type: Transform pos: 29.5,-17.5 parent: 2 - - uid: 4919 - components: - - type: Transform - pos: 49.5,-39.5 - parent: 2 - - uid: 4920 - components: - - type: Transform - pos: 49.5,-40.5 - parent: 2 - - uid: 4921 - components: - - type: Transform - pos: 49.5,-41.5 - parent: 2 - - uid: 5029 - components: - - type: Transform - pos: -29.5,-7.5 - parent: 2 - - uid: 5042 - components: - - type: Transform - pos: -33.5,-7.5 - parent: 2 - - uid: 5044 - components: - - type: Transform - pos: -30.5,-7.5 - parent: 2 - - uid: 5045 - components: - - type: Transform - pos: -31.5,-7.5 - parent: 2 - - uid: 5123 - components: - - type: Transform - pos: -31.5,-6.5 - parent: 2 - uid: 5149 components: - type: Transform @@ -219825,6 +262387,90 @@ entities: - type: Transform pos: -46.5,-5.5 parent: 2 + - uid: 42499 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-3.5 + parent: 36907 + - uid: 42500 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-5.5 + parent: 36907 + - uid: 42501 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,0.5 + parent: 36907 + - uid: 42502 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,0.5 + parent: 36907 + - uid: 42503 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-3.5 + parent: 36907 + - uid: 42504 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-5.5 + parent: 36907 + - uid: 42505 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,0.5 + parent: 36907 + - uid: 42506 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,0.5 + parent: 36907 + - uid: 42507 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-5.5 + parent: 36907 + - uid: 42508 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-5.5 + parent: 36907 + - uid: 42509 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-3.5 + parent: 36907 + - uid: 42510 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-3.5 + parent: 36907 + - uid: 42511 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,0.5 + parent: 36907 + - uid: 42512 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,0.5 + parent: 36907 - proto: WallSolidRust entities: - uid: 4623 @@ -219883,6 +262529,1206 @@ entities: - type: Transform pos: 35.5,12.5 parent: 2 +- proto: WallVaultRock + entities: + - uid: 42513 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,43.5 + parent: 36907 + - uid: 42514 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,41.5 + parent: 36907 + - uid: 42515 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,40.5 + parent: 36907 + - uid: 42516 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,39.5 + parent: 36907 + - uid: 42517 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,43.5 + parent: 36907 + - uid: 42518 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,44.5 + parent: 36907 + - uid: 42519 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,45.5 + parent: 36907 + - uid: 42520 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,43.5 + parent: 36907 + - uid: 42521 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,43.5 + parent: 36907 + - uid: 42522 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,43.5 + parent: 36907 + - uid: 42523 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,38.5 + parent: 36907 + - uid: 42524 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,38.5 + parent: 36907 + - uid: 42525 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,38.5 + parent: 36907 + - uid: 42526 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,38.5 + parent: 36907 + - uid: 42527 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,38.5 + parent: 36907 + - uid: 42528 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,38.5 + parent: 36907 + - uid: 42529 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,38.5 + parent: 36907 + - uid: 42530 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,36.5 + parent: 36907 + - uid: 42531 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,37.5 + parent: 36907 + - uid: 42532 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,36.5 + parent: 36907 + - uid: 42533 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,42.5 + parent: 36907 + - uid: 42534 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,38.5 + parent: 36907 + - uid: 42535 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,38.5 + parent: 36907 + - uid: 42536 + components: + - type: Transform + pos: 17.5,35.5 + parent: 36907 + - uid: 42537 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,41.5 + parent: 36907 + - uid: 42538 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,41.5 + parent: 36907 + - uid: 42539 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,42.5 + parent: 36907 + - uid: 42540 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,37.5 + parent: 36907 + - uid: 42541 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,45.5 + parent: 36907 + - uid: 42542 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,45.5 + parent: 36907 + - uid: 42543 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,44.5 + parent: 36907 + - uid: 42544 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,45.5 + parent: 36907 + - uid: 42545 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,43.5 + parent: 36907 + - uid: 42546 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,46.5 + parent: 36907 + - uid: 42547 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,44.5 + parent: 36907 + - uid: 42548 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,44.5 + parent: 36907 + - uid: 42549 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,41.5 + parent: 36907 + - uid: 42550 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,38.5 + parent: 36907 + - uid: 42551 + components: + - type: Transform + pos: 13.5,35.5 + parent: 36907 + - uid: 42552 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,37.5 + parent: 36907 + - uid: 42553 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,42.5 + parent: 36907 + - uid: 42554 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,43.5 + parent: 36907 + - uid: 42555 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,40.5 + parent: 36907 + - uid: 42556 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,38.5 + parent: 36907 + - uid: 42557 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,37.5 + parent: 36907 + - uid: 42558 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,44.5 + parent: 36907 + - uid: 42559 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,44.5 + parent: 36907 + - uid: 42560 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,45.5 + parent: 36907 + - uid: 42561 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,47.5 + parent: 36907 + - uid: 42562 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,46.5 + parent: 36907 + - uid: 42563 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,47.5 + parent: 36907 + - uid: 42564 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,43.5 + parent: 36907 + - uid: 42565 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,42.5 + parent: 36907 + - uid: 42566 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,41.5 + parent: 36907 + - uid: 42567 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,41.5 + parent: 36907 + - uid: 42568 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,41.5 + parent: 36907 + - uid: 42569 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,41.5 + parent: 36907 + - uid: 42570 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,39.5 + parent: 36907 + - uid: 42571 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,39.5 + parent: 36907 + - uid: 42572 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,39.5 + parent: 36907 + - uid: 42573 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,39.5 + parent: 36907 + - uid: 42574 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,38.5 + parent: 36907 + - uid: 42575 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,38.5 + parent: 36907 + - uid: 42576 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,41.5 + parent: 36907 + - uid: 42577 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,40.5 + parent: 36907 + - uid: 42578 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,39.5 + parent: 36907 + - uid: 42579 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,40.5 + parent: 36907 + - uid: 42580 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,41.5 + parent: 36907 + - uid: 42581 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,43.5 + parent: 36907 + - uid: 42582 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,43.5 + parent: 36907 + - uid: 42583 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,43.5 + parent: 36907 + - uid: 42584 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,43.5 + parent: 36907 + - uid: 42585 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,47.5 + parent: 36907 + - uid: 42586 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,47.5 + parent: 36907 + - uid: 42587 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,47.5 + parent: 36907 + - uid: 42588 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,39.5 + parent: 36907 + - uid: 42589 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,40.5 + parent: 36907 + - uid: 42590 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,41.5 + parent: 36907 + - uid: 42591 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,43.5 + parent: 36907 + - uid: 42592 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,42.5 + parent: 36907 + - uid: 42593 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,40.5 + parent: 36907 + - uid: 42594 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,41.5 + parent: 36907 + - uid: 42595 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,39.5 + parent: 36907 + - uid: 42596 + components: + - type: Transform + pos: 6.5,44.5 + parent: 36907 + - uid: 42597 + components: + - type: Transform + pos: 5.5,44.5 + parent: 36907 + - uid: 42598 + components: + - type: Transform + pos: 4.5,44.5 + parent: 36907 + - uid: 42599 + components: + - type: Transform + pos: 3.5,44.5 + parent: 36907 + - uid: 42600 + components: + - type: Transform + pos: 3.5,45.5 + parent: 36907 + - uid: 42601 + components: + - type: Transform + pos: 3.5,46.5 + parent: 36907 + - uid: 42602 + components: + - type: Transform + pos: 3.5,47.5 + parent: 36907 + - uid: 42603 + components: + - type: Transform + pos: 3.5,48.5 + parent: 36907 + - uid: 42604 + components: + - type: Transform + pos: 4.5,48.5 + parent: 36907 + - uid: 42605 + components: + - type: Transform + pos: 5.5,48.5 + parent: 36907 + - uid: 42606 + components: + - type: Transform + pos: 6.5,48.5 + parent: 36907 + - uid: 42607 + components: + - type: Transform + pos: 7.5,48.5 + parent: 36907 + - uid: 42608 + components: + - type: Transform + pos: 8.5,48.5 + parent: 36907 + - uid: 42609 + components: + - type: Transform + pos: 9.5,48.5 + parent: 36907 + - uid: 42610 + components: + - type: Transform + pos: 7.5,47.5 + parent: 36907 + - uid: 42611 + components: + - type: Transform + pos: 20.5,39.5 + parent: 36907 + - uid: 42612 + components: + - type: Transform + pos: 21.5,39.5 + parent: 36907 + - uid: 42613 + components: + - type: Transform + pos: 22.5,39.5 + parent: 36907 + - uid: 42614 + components: + - type: Transform + pos: 23.5,39.5 + parent: 36907 + - uid: 42615 + components: + - type: Transform + pos: 24.5,39.5 + parent: 36907 + - uid: 42616 + components: + - type: Transform + pos: 5.5,49.5 + parent: 36907 + - uid: 42617 + components: + - type: Transform + pos: 5.5,50.5 + parent: 36907 + - uid: 42618 + components: + - type: Transform + pos: 5.5,51.5 + parent: 36907 + - uid: 42619 + components: + - type: Transform + pos: 5.5,52.5 + parent: 36907 + - uid: 42620 + components: + - type: Transform + pos: 6.5,52.5 + parent: 36907 + - uid: 42621 + components: + - type: Transform + pos: 7.5,52.5 + parent: 36907 + - uid: 42622 + components: + - type: Transform + pos: 8.5,52.5 + parent: 36907 + - uid: 42623 + components: + - type: Transform + pos: 9.5,52.5 + parent: 36907 + - uid: 42624 + components: + - type: Transform + pos: 9.5,51.5 + parent: 36907 + - uid: 42625 + components: + - type: Transform + pos: 9.5,50.5 + parent: 36907 + - uid: 42626 + components: + - type: Transform + pos: 11.5,50.5 + parent: 36907 + - uid: 42627 + components: + - type: Transform + pos: 11.5,49.5 + parent: 36907 + - uid: 42628 + components: + - type: Transform + pos: 12.5,49.5 + parent: 36907 + - uid: 42629 + components: + - type: Transform + pos: 13.5,49.5 + parent: 36907 + - uid: 42630 + components: + - type: Transform + pos: 6.5,53.5 + parent: 36907 + - uid: 42631 + components: + - type: Transform + pos: 6.5,54.5 + parent: 36907 + - uid: 42632 + components: + - type: Transform + pos: 7.5,54.5 + parent: 36907 + - uid: 42633 + components: + - type: Transform + pos: 8.5,54.5 + parent: 36907 + - uid: 42634 + components: + - type: Transform + pos: 9.5,54.5 + parent: 36907 + - uid: 42635 + components: + - type: Transform + pos: 10.5,54.5 + parent: 36907 + - uid: 42636 + components: + - type: Transform + pos: 11.5,54.5 + parent: 36907 + - uid: 42637 + components: + - type: Transform + pos: 12.5,54.5 + parent: 36907 + - uid: 42638 + components: + - type: Transform + pos: 13.5,54.5 + parent: 36907 + - uid: 42639 + components: + - type: Transform + pos: 11.5,53.5 + parent: 36907 + - uid: 42640 + components: + - type: Transform + pos: 11.5,52.5 + parent: 36907 + - uid: 42641 + components: + - type: Transform + pos: 13.5,52.5 + parent: 36907 + - uid: 42642 + components: + - type: Transform + pos: 13.5,51.5 + parent: 36907 + - uid: 42643 + components: + - type: Transform + pos: 14.5,51.5 + parent: 36907 + - uid: 42644 + components: + - type: Transform + pos: 15.5,51.5 + parent: 36907 + - uid: 42645 + components: + - type: Transform + pos: 15.5,49.5 + parent: 36907 + - uid: 42646 + components: + - type: Transform + pos: 15.5,48.5 + parent: 36907 + - uid: 42647 + components: + - type: Transform + pos: 17.5,47.5 + parent: 36907 + - uid: 42648 + components: + - type: Transform + pos: 17.5,49.5 + parent: 36907 + - uid: 42649 + components: + - type: Transform + pos: 18.5,49.5 + parent: 36907 + - uid: 42650 + components: + - type: Transform + pos: 19.5,49.5 + parent: 36907 + - uid: 42651 + components: + - type: Transform + pos: 19.5,48.5 + parent: 36907 + - uid: 42652 + components: + - type: Transform + pos: 19.5,47.5 + parent: 36907 + - uid: 42653 + components: + - type: Transform + pos: 19.5,46.5 + parent: 36907 + - uid: 42654 + components: + - type: Transform + pos: 19.5,45.5 + parent: 36907 + - uid: 42655 + components: + - type: Transform + pos: 19.5,44.5 + parent: 36907 + - uid: 42656 + components: + - type: Transform + pos: 19.5,43.5 + parent: 36907 + - uid: 42657 + components: + - type: Transform + pos: 21.5,41.5 + parent: 36907 + - uid: 42658 + components: + - type: Transform + pos: 21.5,42.5 + parent: 36907 + - uid: 42659 + components: + - type: Transform + pos: 21.5,43.5 + parent: 36907 + - uid: 42660 + components: + - type: Transform + pos: 22.5,43.5 + parent: 36907 + - uid: 42661 + components: + - type: Transform + pos: 23.5,43.5 + parent: 36907 + - uid: 42662 + components: + - type: Transform + pos: 24.5,43.5 + parent: 36907 + - uid: 42663 + components: + - type: Transform + pos: 25.5,43.5 + parent: 36907 + - uid: 42664 + components: + - type: Transform + pos: 26.5,43.5 + parent: 36907 + - uid: 42665 + components: + - type: Transform + pos: 26.5,42.5 + parent: 36907 + - uid: 42666 + components: + - type: Transform + pos: 26.5,41.5 + parent: 36907 + - uid: 42667 + components: + - type: Transform + pos: 26.5,40.5 + parent: 36907 + - uid: 42668 + components: + - type: Transform + pos: 26.5,39.5 + parent: 36907 + - uid: 42669 + components: + - type: Transform + pos: 25.5,39.5 + parent: 36907 + - uid: 42670 + components: + - type: Transform + pos: 21.5,44.5 + parent: 36907 + - uid: 42671 + components: + - type: Transform + pos: 21.5,45.5 + parent: 36907 + - uid: 42672 + components: + - type: Transform + pos: 21.5,46.5 + parent: 36907 + - uid: 42673 + components: + - type: Transform + pos: 23.5,44.5 + parent: 36907 + - uid: 42674 + components: + - type: Transform + pos: 23.5,45.5 + parent: 36907 + - uid: 42675 + components: + - type: Transform + pos: 23.5,46.5 + parent: 36907 + - uid: 42676 + components: + - type: Transform + pos: 24.5,46.5 + parent: 36907 + - uid: 42677 + components: + - type: Transform + pos: 25.5,46.5 + parent: 36907 + - uid: 42678 + components: + - type: Transform + pos: 26.5,46.5 + parent: 36907 + - uid: 42679 + components: + - type: Transform + pos: 26.5,45.5 + parent: 36907 + - uid: 42680 + components: + - type: Transform + pos: 27.5,39.5 + parent: 36907 + - uid: 42681 + components: + - type: Transform + pos: 28.5,39.5 + parent: 36907 + - uid: 42682 + components: + - type: Transform + pos: 28.5,40.5 + parent: 36907 + - uid: 42683 + components: + - type: Transform + pos: 28.5,41.5 + parent: 36907 + - uid: 42684 + components: + - type: Transform + pos: 28.5,42.5 + parent: 36907 + - uid: 42685 + components: + - type: Transform + pos: 28.5,43.5 + parent: 36907 + - uid: 42686 + components: + - type: Transform + pos: 28.5,44.5 + parent: 36907 + - uid: 42687 + components: + - type: Transform + pos: 28.5,45.5 + parent: 36907 + - uid: 42688 + components: + - type: Transform + pos: 28.5,46.5 + parent: 36907 + - uid: 42689 + components: + - type: Transform + pos: 28.5,47.5 + parent: 36907 + - uid: 42690 + components: + - type: Transform + pos: 28.5,48.5 + parent: 36907 + - uid: 42691 + components: + - type: Transform + pos: 28.5,49.5 + parent: 36907 + - uid: 42692 + components: + - type: Transform + pos: 20.5,48.5 + parent: 36907 + - uid: 42693 + components: + - type: Transform + pos: 21.5,48.5 + parent: 36907 + - uid: 42694 + components: + - type: Transform + pos: 22.5,48.5 + parent: 36907 + - uid: 42695 + components: + - type: Transform + pos: 23.5,48.5 + parent: 36907 + - uid: 42696 + components: + - type: Transform + pos: 24.5,48.5 + parent: 36907 + - uid: 42697 + components: + - type: Transform + pos: 25.5,48.5 + parent: 36907 + - uid: 42698 + components: + - type: Transform + pos: 26.5,48.5 + parent: 36907 + - uid: 42699 + components: + - type: Transform + pos: 28.5,50.5 + parent: 36907 + - uid: 42700 + components: + - type: Transform + pos: 27.5,50.5 + parent: 36907 + - uid: 42701 + components: + - type: Transform + pos: 26.5,50.5 + parent: 36907 + - uid: 42702 + components: + - type: Transform + pos: 25.5,50.5 + parent: 36907 + - uid: 42703 + components: + - type: Transform + pos: 24.5,50.5 + parent: 36907 + - uid: 42704 + components: + - type: Transform + pos: 23.5,50.5 + parent: 36907 + - uid: 42705 + components: + - type: Transform + pos: 22.5,50.5 + parent: 36907 + - uid: 42706 + components: + - type: Transform + pos: 21.5,50.5 + parent: 36907 + - uid: 42707 + components: + - type: Transform + pos: 18.5,50.5 + parent: 36907 + - uid: 42708 + components: + - type: Transform + pos: 18.5,51.5 + parent: 36907 + - uid: 42709 + components: + - type: Transform + pos: 21.5,51.5 + parent: 36907 + - uid: 42710 + components: + - type: Transform + pos: 21.5,52.5 + parent: 36907 + - uid: 42711 + components: + - type: Transform + pos: 21.5,53.5 + parent: 36907 + - uid: 42712 + components: + - type: Transform + pos: 15.5,52.5 + parent: 36907 + - uid: 42713 + components: + - type: Transform + pos: 15.5,53.5 + parent: 36907 + - uid: 42714 + components: + - type: Transform + pos: 14.5,54.5 + parent: 36907 + - uid: 42715 + components: + - type: Transform + pos: 15.5,54.5 + parent: 36907 + - uid: 42716 + components: + - type: Transform + pos: 16.5,54.5 + parent: 36907 + - uid: 42717 + components: + - type: Transform + pos: 17.5,54.5 + parent: 36907 + - uid: 42718 + components: + - type: Transform + pos: 18.5,54.5 + parent: 36907 + - uid: 42719 + components: + - type: Transform + pos: 19.5,54.5 + parent: 36907 + - uid: 42720 + components: + - type: Transform + pos: 19.5,55.5 + parent: 36907 + - uid: 42721 + components: + - type: Transform + pos: 20.5,55.5 + parent: 36907 + - uid: 42722 + components: + - type: Transform + pos: 21.5,55.5 + parent: 36907 + - uid: 42723 + components: + - type: Transform + pos: 22.5,55.5 + parent: 36907 + - uid: 42724 + components: + - type: Transform + pos: 23.5,55.5 + parent: 36907 + - uid: 42725 + components: + - type: Transform + pos: 26.5,55.5 + parent: 36907 + - uid: 42726 + components: + - type: Transform + pos: 24.5,55.5 + parent: 36907 + - uid: 42727 + components: + - type: Transform + pos: 25.5,55.5 + parent: 36907 + - uid: 42728 + components: + - type: Transform + pos: 27.5,55.5 + parent: 36907 + - uid: 42729 + components: + - type: Transform + pos: 28.5,55.5 + parent: 36907 + - uid: 42730 + components: + - type: Transform + pos: 28.5,54.5 + parent: 36907 + - uid: 42731 + components: + - type: Transform + pos: 28.5,53.5 + parent: 36907 + - uid: 42732 + components: + - type: Transform + pos: 28.5,52.5 + parent: 36907 + - uid: 42733 + components: + - type: Transform + pos: 28.5,51.5 + parent: 36907 + - uid: 42734 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,35.5 + parent: 36907 + - uid: 42735 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,35.5 + parent: 36907 - proto: WallWeb entities: - uid: 14828 @@ -220230,47 +264076,11 @@ entities: - type: Transform pos: -22.5,-36.5 parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - uid: 34062 components: - type: Transform pos: -54.5,-12.5 parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - proto: WardrobeVirologyFilled entities: - uid: 14346 @@ -220399,6 +264209,8 @@ entities: location: '[Мед] - Вирусология' - uid: 31880 components: + - type: MetaData + name: Медицинский отдел - type: Transform pos: 32.5,-24.5 parent: 2 @@ -220803,6 +264615,14 @@ entities: parent: 36450 - type: WarpPoint location: '[Шаттлы] - NTR Восход' + - uid: 42760 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-8.5 + parent: 36907 + - type: WarpPoint + location: '[Гейт] - Лаваленд' - proto: WarpPointBombing entities: - uid: 33212 @@ -220913,6 +264733,13 @@ entities: parent: 2 - type: WarpPoint location: Парк + - uid: 42736 + components: + - type: Transform + pos: 16.5,-1.5 + parent: 36907 + - type: WarpPoint + location: База Лаваленда - proto: WaterCooler entities: - uid: 1007 @@ -220920,11 +264747,6 @@ entities: - type: Transform pos: -42.5,39.5 parent: 2 - - uid: 2368 - components: - - type: Transform - pos: 17.5,-54.5 - parent: 2 - uid: 5221 components: - type: Transform @@ -221049,6 +264871,16 @@ entities: - type: Transform pos: -12.5,48.5 parent: 2 + - uid: 5240 + components: + - type: Transform + pos: -34.5,-29.5 + parent: 2 + - uid: 6842 + components: + - type: Transform + pos: 19.5,-34.5 + parent: 2 - uid: 7968 components: - type: Transform @@ -221074,6 +264906,16 @@ entities: - type: Transform pos: 15.5,67.5 parent: 2 + - uid: 10956 + components: + - type: Transform + pos: 17.5,-66.5 + parent: 2 + - uid: 11368 + components: + - type: Transform + pos: 67.5,-9.5 + parent: 2 - uid: 12894 components: - type: Transform @@ -221109,6 +264951,11 @@ entities: - type: Transform pos: -66.5,79.5 parent: 2 + - uid: 34077 + components: + - type: Transform + pos: -63.5,-6.5 + parent: 2 - uid: 34082 components: - type: Transform @@ -221126,11 +264973,21 @@ entities: parent: 2 - proto: WaterTankHighCapacity entities: + - uid: 7002 + components: + - type: Transform + pos: 65.5,-34.5 + parent: 2 - uid: 8341 components: - type: Transform pos: -15.5,60.5 parent: 2 + - uid: 9843 + components: + - type: Transform + pos: -28.5,63.5 + parent: 2 - uid: 11585 components: - type: Transform @@ -221145,6 +265002,13 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 + - uid: 5067 + components: + - type: Transform + pos: -32.5,-10.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 - uid: 8141 components: - type: Transform @@ -221152,6 +265016,27 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 + - uid: 8142 + components: + - type: Transform + pos: -53.5,24.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8148 + components: + - type: Transform + pos: -53.5,25.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 11702 + components: + - type: Transform + pos: -63.5,-11.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 - uid: 27818 components: - type: Transform @@ -221159,6 +265044,21 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 + - uid: 34092 + components: + - type: Transform + pos: -55.5,-0.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: WeaponBehonkerLaser + entities: + - uid: 42737 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.390995,-39.41984 + parent: 36907 - proto: WeaponCapacitorRecharger entities: - uid: 7417 @@ -221217,6 +265117,38 @@ entities: - type: Transform pos: 5.5,4.5 parent: 36450 +- proto: WeaponCapacitorRechargerCircuitboard + entities: + - uid: 7886 + components: + - type: Transform + pos: -42.394722,8.755726 + parent: 2 +- proto: WeaponCrusherDagger + entities: + - uid: 33965 + components: + - type: Transform + pos: -68.55046,-7.579523 + parent: 2 +- proto: WeaponCrusherGlaive + entities: + - uid: 24816 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.400997,-24.892822 + parent: 36907 + - uid: 24898 + components: + - type: Transform + pos: 27.544739,-1.9702148 + parent: 36907 + - uid: 43236 + components: + - type: Transform + pos: -32.853256,63.57947 + parent: 2 - proto: WeaponDisabler entities: - uid: 2331 @@ -221244,6 +265176,16 @@ entities: - type: Transform pos: 42.632294,34.523056 parent: 2 + - uid: 6957 + components: + - type: Transform + pos: 42.31427,-25.27981 + parent: 2 + - uid: 6958 + components: + - type: Transform + pos: 42.611145,-25.43606 + parent: 2 - uid: 10162 components: - type: Transform @@ -221254,23 +265196,93 @@ entities: - type: Transform pos: 37.463043,59.681698 parent: 2 + - uid: 10180 + components: + - type: Transform + pos: 44.66197,40.620445 + parent: 2 + - uid: 10181 + components: + - type: Transform + pos: -3.3201618,50.485634 + parent: 2 - uid: 10274 components: - type: Transform pos: 37.72867,59.509823 parent: 2 -- proto: WeaponLaserCarbinePractice + - uid: 13564 + components: + - type: Transform + pos: 56.430958,5.0432463 + parent: 2 +- proto: WeaponDisablerPractice entities: - - uid: 5073 + - uid: 10471 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.568062,21.411043 + parent: 2 + - uid: 10472 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.536812,20.395418 + parent: 2 + - uid: 42738 + components: + - type: Transform + pos: 1.4761722,42.616535 + parent: 36907 +- proto: WeaponFlareGun + entities: + - uid: 33933 + components: + - type: Transform + pos: -68.58171,-6.438898 + parent: 2 +- proto: WeaponGauntletGorilla + entities: + - uid: 43273 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.536694,-15.641165 + parent: 2 +- proto: WeaponGrapplingGun + entities: + - uid: 33984 + components: + - type: Transform + pos: -68.534836,-7.313898 + parent: 2 +- proto: WeaponLaserCannon + entities: + - uid: 6345 components: - type: Transform - pos: 23.404448,23.634424 + pos: 49.530117,31.505804 parent: 2 +- proto: WeaponLaserCarbine + entities: + - uid: 6344 + components: + - type: Transform + pos: 49.514492,31.568304 + parent: 2 +- proto: WeaponLaserCarbinePractice + entities: - uid: 10469 components: - type: Transform pos: 23.458687,21.786043 parent: 2 + - uid: 10470 + components: + - type: Transform + pos: 23.458687,20.786043 + parent: 2 - proto: WeaponLaserGun entities: - uid: 15850 @@ -221293,6 +265305,30 @@ entities: - type: Transform pos: 9.592346,3.2884388 parent: 14592 +- proto: WeaponMakeshiftLaser + entities: + - uid: 24266 + components: + - type: Transform + parent: 36929 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 36936 + components: + - type: Transform + parent: 36929 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: WeaponPistolCHIMP + entities: + - uid: 33983 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -68.566086,-6.720148 + parent: 2 - proto: WeaponPistolMk58 entities: - uid: 6360 @@ -221310,6 +265346,36 @@ entities: - type: Transform pos: 42.67857,33.35118 parent: 2 + - uid: 6363 + components: + - type: Transform + pos: 42.36607,32.72618 + parent: 2 + - uid: 6364 + components: + - type: Transform + pos: 42.506695,32.56993 + parent: 2 + - uid: 6365 + components: + - type: Transform + pos: 42.694195,32.429306 + parent: 2 + - uid: 10475 + components: + - type: Transform + pos: 23.459127,23.706606 + parent: 2 + - type: ContainerContainer + containers: + gun_magazine: !type:ContainerSlot + showEnts: False + occludes: True + ent: 27608 + gun_chamber: !type:ContainerSlot + showEnts: False + occludes: True + ent: 27607 - uid: 15848 components: - type: Transform @@ -221320,6 +265386,28 @@ entities: - type: Transform pos: 6.529846,3.3509388 parent: 14592 + - uid: 30960 + components: + - type: Transform + pos: 13.580445,20.59141 + parent: 2 + - uid: 42739 + components: + - type: Transform + pos: 58.48473,8.668447 + parent: 36907 +- proto: WeaponProtoKineticAccelerator + entities: + - uid: 42740 + components: + - type: Transform + pos: 27.486437,-1.2238154 + parent: 36907 + - uid: 42741 + components: + - type: Transform + pos: 27.439562,-1.5050654 + parent: 36907 - proto: WeaponRevolverDeckard entities: - uid: 5614 @@ -221327,29 +265415,33 @@ entities: - type: Transform pos: 8.494854,-45.514317 parent: 2 -- proto: WeaponRifleLecter +- proto: WeaponRevolverMateba entities: - - uid: 33686 + - uid: 10510 components: - type: Transform - pos: 45.60889,30.376858 + rot: -1.5707963267948966 rad + pos: 46.723385,56.52357 parent: 2 -- proto: WeaponShotgunDoubleBarreled +- proto: WeaponRifleAk entities: - - uid: 2836 + - uid: 10530 components: - type: Transform - pos: 47.499443,35.174057 + rot: 1.5707963267948966 rad + pos: 41.39149,54.220783 parent: 2 - - uid: 3156 +- proto: WeaponRifleLecter + entities: + - uid: 6315 components: - type: Transform - pos: 47.468193,35.361557 + pos: 45.42202,30.710205 parent: 2 - - uid: 5077 + - uid: 33686 components: - type: Transform - pos: 47.530693,35.533432 + pos: 45.60889,30.376858 parent: 2 - proto: WeaponShotgunDoubleBarreledRubber entities: @@ -221364,8 +265456,38 @@ entities: - uid: 6312 components: - type: Transform - pos: 45.419636,31.609892 + pos: 45.406395,31.69458 parent: 2 +- proto: WeaponShotgunEnforcerRubber + entities: + - uid: 27473 + components: + - type: Transform + pos: 23.430355,22.62183 + parent: 2 +- proto: WeaponShotgunHandmade + entities: + - uid: 12595 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 64.59277,-33.26494 + parent: 2 + - uid: 42742 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.115833,54.40808 + parent: 36907 +- proto: WeaponShotgunImprovisedLoaded + entities: + - uid: 37305 + components: + - type: Transform + parent: 37300 + - type: Physics + canCollide: False + - type: InsideEntityStorage - proto: WeaponShotgunKammerer entities: - uid: 6352 @@ -221373,26 +265495,78 @@ entities: - type: Transform pos: 47.39792,35.72618 parent: 2 + - uid: 6353 + components: + - type: Transform + pos: 47.46042,35.616806 + parent: 2 + - uid: 6354 + components: + - type: Transform + pos: 47.52292,35.44493 + parent: 2 + - uid: 8290 + components: + - type: Transform + pos: 47.60889,35.314358 + parent: 2 - proto: WeaponSubMachineGunDrozd entities: + - uid: 6322 + components: + - type: Transform + pos: 46.45327,30.69458 + parent: 2 - uid: 6323 components: - type: Transform pos: 46.531395,30.585205 parent: 2 -- proto: WeaponSubMachineGunWt550 - entities: - - uid: 5075 + - uid: 6378 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.282127,53.67435 + pos: 49.407482,34.66368 parent: 2 + - uid: 6379 + components: + - type: Transform + pos: 49.626232,34.44493 + parent: 2 + - uid: 27609 + components: + - type: Transform + pos: 23.573437,24.565739 + parent: 2 + - type: ContainerContainer + containers: + gun_magazine: !type:ContainerSlot + showEnts: False + occludes: True + ent: 27611 + gun_chamber: !type:ContainerSlot + showEnts: False + occludes: True + ent: 27610 +- proto: WeaponSubMachineGunWt550 + entities: - uid: 15846 components: - type: Transform pos: 6.482971,5.819689 parent: 14592 +- proto: WeaponTaser + entities: + - uid: 3586 + components: + - type: Transform + pos: 51.372334,25.804972 + parent: 2 + - uid: 42743 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5763874,42.458164 + parent: 36907 - proto: WeaponTurretSyndicateBroken entities: - uid: 12954 @@ -221435,6 +265609,37 @@ entities: - type: Transform pos: -83.5,82.5 parent: 2 +- proto: WeaponTurretXeno + entities: + - uid: 42744 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,42.5 + parent: 36907 + - uid: 42745 + components: + - type: Transform + pos: 12.5,44.5 + parent: 36907 + - uid: 42746 + components: + - type: Transform + pos: 22.5,44.5 + parent: 36907 + - uid: 42747 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,53.5 + parent: 36907 +- proto: WeaponWaterBlaster + entities: + - uid: 42748 + components: + - type: Transform + pos: 51.40176,28.296368 + parent: 36907 - proto: WeaponWaterPistol entities: - uid: 10857 @@ -221444,11 +265649,29 @@ entities: parent: 2 - proto: WebBed entities: + - uid: 42749 + components: + - type: Transform + pos: 6.5,45.5 + parent: 36907 - uid: 43027 components: - type: Transform pos: -47.5,-11.5 parent: 2 +- proto: WebDoor + entities: + - uid: 42750 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,35.5 + parent: 36907 + - uid: 42751 + components: + - type: Transform + pos: 7.5,46.5 + parent: 36907 - proto: Welder entities: - uid: 13 @@ -221459,7 +265682,41 @@ entities: - uid: 3799 components: - type: Transform - pos: -28.53426,9.555654 + pos: -29.215672,9.76243 + parent: 2 +- proto: WelderIndustrial + entities: + - uid: 5279 + components: + - type: Transform + pos: -22.437218,-37.591072 + parent: 2 + - uid: 8899 + components: + - type: Transform + pos: -63.564392,74.61371 + parent: 2 +- proto: WelderIndustrialAdvanced + entities: + - uid: 8045 + components: + - type: Transform + pos: -33.44409,24.601126 + parent: 2 + - uid: 8188 + components: + - type: Transform + pos: -44.662804,37.628857 + parent: 2 + - uid: 9699 + components: + - type: Transform + pos: -4.5335693,31.967978 + parent: 2 + - uid: 13950 + components: + - type: Transform + pos: -32.649685,-6.348257 parent: 2 - proto: WelderMini entities: @@ -221468,6 +265725,11 @@ entities: - type: Transform pos: -33.481297,9.184305 parent: 2 + - uid: 3797 + components: + - type: Transform + pos: -33.30942,9.121805 + parent: 2 - uid: 24157 components: - type: Transform @@ -221485,6 +265747,16 @@ entities: - type: Transform pos: -13.5,48.5 parent: 2 + - uid: 5239 + components: + - type: Transform + pos: -34.5,-28.5 + parent: 2 + - uid: 7967 + components: + - type: Transform + pos: -43.5,3.5 + parent: 2 - uid: 8588 components: - type: Transform @@ -221520,6 +265792,11 @@ entities: - type: Transform pos: 48.5,14.5 parent: 2 + - uid: 12901 + components: + - type: Transform + pos: 10.5,38.5 + parent: 2 - uid: 13346 components: - type: Transform @@ -221530,16 +265807,36 @@ entities: - type: Transform pos: -36.5,-12.5 parent: 2 + - uid: 14263 + components: + - type: Transform + pos: 19.5,-33.5 + parent: 2 - uid: 14569 components: - type: Transform pos: -16.5,-53.5 parent: 2 + - uid: 17597 + components: + - type: Transform + pos: -62.5,-6.5 + parent: 2 - uid: 24256 components: - type: Transform pos: -63.5,77.5 parent: 2 + - uid: 34083 + components: + - type: Transform + pos: -60.5,-6.5 + parent: 2 + - uid: 34312 + components: + - type: Transform + pos: -52.5,-24.5 + parent: 2 - uid: 35024 components: - type: Transform @@ -221566,8 +265863,37 @@ entities: rot: 1.5707963267948966 rad pos: -22.438957,56.74388 parent: 2 +- proto: WhiteCane + entities: + - uid: 8956 + components: + - type: Transform + parent: 3438 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 8960 + components: + - type: Transform + parent: 3438 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: WhoopieCushion + entities: + - uid: 42752 + components: + - type: Transform + pos: 15.460411,-8.730651 + parent: 36907 - proto: Windoor entities: + - uid: 3454 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-55.5 + parent: 2 - uid: 4809 components: - type: Transform @@ -222084,12 +266410,6 @@ entities: parent: 2 - proto: WindoorSecureCargoLocked entities: - - uid: 1521 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,-47.5 - parent: 2 - uid: 5413 components: - type: Transform @@ -222379,6 +266699,12 @@ entities: parent: 2 - proto: WindoorSecureSalvageLocked entities: + - uid: 1521 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-47.5 + parent: 2 - uid: 5439 components: - type: Transform @@ -222604,16 +266930,11 @@ entities: - type: Transform pos: 71.5,35.5 parent: 2 - - uid: 35193 - components: - - type: Transform - pos: 76.5,35.5 - parent: 2 - - uid: 35194 + - uid: 35195 components: - type: Transform - rot: 3.141592653589793 rad - pos: 76.5,33.5 + rot: 1.5707963267948966 rad + pos: 64.5,42.5 parent: 2 - uid: 35196 components: @@ -222651,6 +266972,18 @@ entities: - type: Transform pos: 8.5,3.5 parent: 14592 + - uid: 43091 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 77.5,44.5 + parent: 2 + - uid: 43093 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 79.5,44.5 + parent: 2 - proto: WindoorServiceLocked entities: - uid: 8252 @@ -223048,12 +267381,24 @@ entities: rot: 3.141592653589793 rad pos: 43.5,49.5 parent: 2 + - uid: 4482 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-54.5 + parent: 2 - uid: 5463 components: - type: Transform rot: -1.5707963267948966 rad pos: 45.5,49.5 parent: 2 + - uid: 6141 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-56.5 + parent: 2 - uid: 6904 components: - type: Transform @@ -223102,6 +267447,12 @@ entities: rot: 1.5707963267948966 rad pos: -31.5,-49.5 parent: 2 + - uid: 14456 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-49.5 + parent: 2 - uid: 14458 components: - type: Transform @@ -223263,6 +267614,18 @@ entities: - type: Transform pos: -5.5,62.5 parent: 2 + - uid: 42753 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,42.5 + parent: 36907 + - uid: 42754 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,42.5 + parent: 36907 - proto: WindowFrostedDirectional entities: - uid: 1407 @@ -223289,6 +267652,12 @@ entities: rot: 3.141592653589793 rad pos: 25.5,-12.5 parent: 2 + - uid: 7802 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-7.5 + parent: 2 - uid: 8089 components: - type: Transform @@ -224457,6 +268826,11 @@ entities: - type: Transform pos: 13.5,20.5 parent: 2 + - uid: 35021 + components: + - type: Transform + pos: 77.5,44.5 + parent: 2 - uid: 35057 components: - type: Transform @@ -224474,6 +268848,11 @@ entities: - type: Transform pos: 67.5,29.5 parent: 2 + - uid: 35163 + components: + - type: Transform + pos: 79.5,44.5 + parent: 2 - uid: 35177 components: - type: Transform @@ -224504,6 +268883,11 @@ entities: - type: Transform pos: 62.43451,28.756804 parent: 2 + - uid: 35084 + components: + - type: Transform + pos: 62.52826,28.631804 + parent: 2 - proto: WoodDoor entities: - uid: 13726 @@ -224521,6 +268905,16 @@ entities: - type: Transform pos: -13.5,-8.5 parent: 14592 + - uid: 42755 + components: + - type: Transform + pos: 9.5,49.5 + parent: 36907 + - uid: 42756 + components: + - type: Transform + pos: 21.5,40.5 + parent: 36907 - proto: Wrench entities: - uid: 4900 @@ -224607,6 +269001,24 @@ entities: - type: Transform pos: -12.432056,29.619923 parent: 2 + - uid: 35139 + components: + - type: Transform + pos: 59.29077,53.722736 + parent: 2 + - uid: 36821 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.985416,83.57881 + parent: 2 +- proto: XenoWardingTower + entities: + - uid: 42757 + components: + - type: Transform + pos: 15.5,43.5 + parent: 36907 - proto: Zipties entities: - uid: 8996 From 93ebaa88ea676602c1d1cf141e2f322a75a565bc Mon Sep 17 00:00:00 2001 From: lapatison <100279397+lapatison@users.noreply.github.com> Date: Sun, 18 Feb 2024 23:58:06 +0300 Subject: [PATCH 05/93] Translate Upstream #1875 #1877 (#1879) --- .../Locale/ru-RU/accessories/human-hair.ftl | 6 ++-- .../components/plant-holder-component.ftl | 2 +- .../ru-RU/chat/sanitizer-replacements.ftl | 4 +-- .../components/injector-component.ftl | 3 +- .../criminal-records/criminal-records.ftl | 2 +- Resources/Locale/ru-RU/fax/fax.ftl | 8 ++--- .../interaction-popup-component.ftl | 8 ++--- .../components/microwave-component.ftl | 2 +- .../Locale/ru-RU/main-menu/main-menu.ftl | 2 +- Resources/Locale/ru-RU/markings/scars.ftl | 4 +-- .../Locale/ru-RU/markings/slimeperson.ftl | 8 ++--- .../Locale/ru-RU/nuke/nuke-component.ftl | 4 +-- .../nutrition/components/drink-component.ftl | 4 +-- .../components/openable-component.ftl | 4 +-- .../Locale/ru-RU/reagents/meta/biological.ftl | 4 +-- Resources/Locale/ru-RU/species/species.ftl | 2 +- .../ss14-ru/prototypes/actions/diona.ftl | 8 ++--- .../ss14-ru/prototypes/body/organs/diona.ftl | 34 +++++++++---------- .../prototypes/entities/clothing/eyes/hud.ftl | 14 ++++---- .../entities/clothing/head/hats.ftl | 10 +++--- .../entities/clothing/neck/misc.ftl | 2 +- .../entities/clothing/shoes/boots.ftl | 10 +++--- .../prototypes/entities/effects/portal.ftl | 4 +-- .../prototypes/entities/mobs/npcs/animals.ftl | 4 +-- .../prototypes/entities/mobs/npcs/shadows.ftl | 4 +-- .../prototypes/entities/mobs/player/diona.ftl | 2 +- .../objects/devices/electronics/signaller.ftl | 6 ++-- .../entities/objects/misc/kudzu.ftl | 4 +-- .../objects/specific/medical/healing.ftl | 8 ++--- .../specific/security/evidence-marker.ftl | 26 +++++++------- .../structures/lighting/base_lighting.ftl | 12 +++---- .../structures/machines/computers/arcades.ftl | 2 +- .../structures/specific/anomaly/anomalies.ftl | 2 +- .../structures/specific/anomaly/cores.ftl | 8 ++--- .../Locale/ru-RU/weapons/melee/melee.ftl | 9 +++-- .../ru-RU/xenoarchaeology/artifact-hints.ftl | 2 +- .../Prototypes/Datasets/Names/military.yml | 3 -- 37 files changed, 122 insertions(+), 119 deletions(-) diff --git a/Resources/Locale/ru-RU/accessories/human-hair.ftl b/Resources/Locale/ru-RU/accessories/human-hair.ftl index 08dd615b309..df494daff35 100644 --- a/Resources/Locale/ru-RU/accessories/human-hair.ftl +++ b/Resources/Locale/ru-RU/accessories/human-hair.ftl @@ -41,7 +41,7 @@ marking-HumanHairClassicAfro = Классическая Афро marking-HumanHairClassicBigAfro = Классическая Афро (Большая) marking-HumanHairClassicBusiness = Классическая Деловая marking-HumanHairClassicCia = Классическая ЦРУ -marking-HumanHairClassicCornrows2 = Classic Cornrows 2 +marking-HumanHairClassicCornrows2 = Классическая Корнроу 2 marking-HumanHairClassicFloorlengthBedhead = Классическая Небрежная (До пола) marking-HumanHairClassicModern = Классическая Современная marking-HumanHairClassicMulder = Классическая Малдер @@ -163,7 +163,7 @@ marking-HumanHairSpiky = Колючая 2 marking-HumanHairSpiky2 = Колючая 3 marking-HumanHairSwept = Зачёс назад marking-HumanHairSwept2 = Зачёс назад 2 -marking-HumanHairTailed = Tailed +marking-HumanHairTailed = Хвостатая marking-HumanHairThinning = Редеющая marking-HumanHairThinningfront = Редеющая (Спереди) marking-HumanHairThinningrear = Редеющая (Сзади) @@ -176,6 +176,7 @@ marking-HumanHairTwoStrands = Две пряди marking-HumanHairUndercut = Андеркат marking-HumanHairUndercutleft = Андеркат (Слева) marking-HumanHairUndercutright = Андеркат (Справа) +marking-HumanHairUneven = Неровная marking-HumanHairUnkept = Неухоженная marking-HumanHairUpdo = Высокая marking-HumanHairVlong = Очень длинная @@ -185,4 +186,3 @@ marking-HumanHairVeryshortovereyealternate = Очень короткая (Чер marking-HumanHairVlongfringe = Очень короткая (Чёлка) marking-HumanHairVolaju = Воладзю marking-HumanHairWisp = Пряди -marking-HumanHairUneven = Неровная diff --git a/Resources/Locale/ru-RU/botany/components/plant-holder-component.ftl b/Resources/Locale/ru-RU/botany/components/plant-holder-component.ftl index 157ebf43e00..5892d51bfe7 100644 --- a/Resources/Locale/ru-RU/botany/components/plant-holder-component.ftl +++ b/Resources/Locale/ru-RU/botany/components/plant-holder-component.ftl @@ -32,4 +32,4 @@ plant-holder-component-light-improper-warning = Мигает [color=yellow]пр plant-holder-component-heat-improper-warning = Мигает [color=orange]предупреждение о неподходящем уровне температуры[/color]. plant-holder-component-pressure-improper-warning = Мигает [color=lightblue]предупреждение о неподходящем атмосферном давлении[/color]. plant-holder-component-gas-missing-warning = Мигает [color=cyan]предупреждение о неподходящем атмосферном составе[/color]. -plant-holder-component-early-sample-message = The plant hasn't grown enough to take a sample yet. +plant-holder-component-early-sample-message = Растение еще не выросло настолько, чтобы извлечь семена. diff --git a/Resources/Locale/ru-RU/chat/sanitizer-replacements.ftl b/Resources/Locale/ru-RU/chat/sanitizer-replacements.ftl index e34351fabfa..48f4c95c2ab 100644 --- a/Resources/Locale/ru-RU/chat/sanitizer-replacements.ftl +++ b/Resources/Locale/ru-RU/chat/sanitizer-replacements.ftl @@ -19,6 +19,6 @@ chatsan-unimpressed = кажется не впечатлённым chatsan-waves = машет chatsan-salutes = отдаёт честь chatsan-tearfully-salutes = отдаёт честь со слезами на глазах -chatsan-tearfully-smiles = tearfully smiles -chatsan-winks = winks +chatsan-tearfully-smiles = улыбается со слезами на глазах +chatsan-winks = подмигивает chatsan-shrugs = пожимает плечами diff --git a/Resources/Locale/ru-RU/chemistry/components/injector-component.ftl b/Resources/Locale/ru-RU/chemistry/components/injector-component.ftl index f76f19341b9..4870fbee032 100644 --- a/Resources/Locale/ru-RU/chemistry/components/injector-component.ftl +++ b/Resources/Locale/ru-RU/chemistry/components/injector-component.ftl @@ -3,7 +3,8 @@ injector-draw-text = Набрать injector-inject-text = Ввести injector-invalid-injector-toggle-mode = Неверный режим -injector-volume-label = Объём: [color=white]{ $currentVolume }/{ $totalVolume }[/color] | [color=white]{ $modeString }[/color] +injector-volume-label = Объём: [color=white]{ $currentVolume }/{ $totalVolume }[/color] + Режим: [color=white]{ $modeString }[/color] ([color=white]{ $transferVolume }ед.[/color]) ## Entity diff --git a/Resources/Locale/ru-RU/criminal-records/criminal-records.ftl b/Resources/Locale/ru-RU/criminal-records/criminal-records.ftl index 20bee4a59d5..94634fa8925 100644 --- a/Resources/Locale/ru-RU/criminal-records/criminal-records.ftl +++ b/Resources/Locale/ru-RU/criminal-records/criminal-records.ftl @@ -29,7 +29,7 @@ criminal-records-console-wanted = { $name } разыскивается по ре criminal-records-console-detained = { $name } арестовали, арестовал: { $officer }. criminal-records-console-released = { $name } отпустили, отпустил: { $officer }. criminal-records-console-not-wanted = { $name } больше не разыскивается. -criminal-records-console-unknown-officer = +criminal-records-console-unknown-officer = <неизвестный офицер> ## Filters diff --git a/Resources/Locale/ru-RU/fax/fax.ftl b/Resources/Locale/ru-RU/fax/fax.ftl index 678efe1c03f..8c34687565d 100644 --- a/Resources/Locale/ru-RU/fax/fax.ftl +++ b/Resources/Locale/ru-RU/fax/fax.ftl @@ -6,9 +6,9 @@ fax-machine-popup-name-set = Имя факса было обновлено fax-machine-dialog-rename = Переименовать fax-machine-dialog-field-name = Имя fax-machine-ui-window = Факс -fax-machine-ui-file-button = Print File -fax-machine-ui-paper-button-normal = Normal Paper -fax-machine-ui-paper-button-office = Office Paper +fax-machine-ui-file-button = Печать из файла +fax-machine-ui-paper-button-normal = Обычная бумага +fax-machine-ui-paper-button-office = Офисная бумага fax-machine-ui-copy-button = Копировать fax-machine-ui-send-button = Отправить fax-machine-ui-refresh-button = Обновить @@ -19,4 +19,4 @@ fax-machine-ui-paper = Бумага: fax-machine-ui-paper-inserted = Бумага в лотке fax-machine-ui-paper-not-inserted = Нет бумаги fax-machine-chat-notify = Получено новое сообщение с "{ $fax }" факса -fax-machine-printed-paper-name = printed paper +fax-machine-printed-paper-name = распечатанная бумага diff --git a/Resources/Locale/ru-RU/interaction/interaction-popup-component.ftl b/Resources/Locale/ru-RU/interaction/interaction-popup-component.ftl index c2cab052846..24070a0de1f 100644 --- a/Resources/Locale/ru-RU/interaction/interaction-popup-component.ftl +++ b/Resources/Locale/ru-RU/interaction/interaction-popup-component.ftl @@ -31,7 +31,7 @@ petting-success-bear = Вы нерешительно гладите { $target } petting-success-slimes = Вы гладите { $target } по { POSS-ADJ($target) } студенистой поверхности. petting-success-snake = Вы гладите { $target } по { POSS-ADJ($target) } большой чешуйчатой голове. petting-success-monkey = Вы гладите { $target } по { POSS-ADJ($target) } озорной маленькой голове. -petting-success-nymph = You pet { THE($target) } on { POSS-ADJ($target) } wooden little head. +petting-success-nymph = Вы гладите { $target } по { POSS-ADJ($target) } маленькой деревянной голове. petting-failure-generic = Вы тянетесь погладить { $target }, но { $target } настороженно уклоняется от вас. petting-failure-bat = Вы тянетесь погладить { $target }, но { $target } очень трудно поймать! petting-failure-carp = Вы тянетесь погладить { $target }, но { POSS-ADJ($target) } острые зубки заставляют вас передумать. @@ -51,9 +51,9 @@ petting-failure-bear = Вы думаете погладить { $target }, но ## Knocking on windows -petting-failure-monkey = Вы тянетесь погладить { $target }, но { SUBJECT($target) } едва не кусает вас за пальцы! -petting-failure-nymph = You reach out to pet { THE($target) }, but { POSS-ADJ($target) } moves their branches away. -petting-failure-shadow = You're trying to pet { THE($target) }, but your hand passes through the cold darkness of his body. +petting-failure-monkey = Вы тянетесь погладить { $target }, но { $target } едва не кусает вас за пальцы! +petting-failure-nymph = Вы тянетесь погладить { $target }, но { POSS-ADJ($target) } отодвигает свои ветви в сторону. +petting-failure-shadow = Вы тянетесь погладить { $target }, но ваша рука проходит сквозь холодную тьму { POSS-ADJ($target) } тела. petting-success-honkbot = Вы гладите { $target } по его скользкой металлической голове. petting-success-mimebot = Вы гладите { $target } по { POSS-ADJ($target) } холодной металлической голове.. petting-success-cleanbot = Вы гладите { $target } по его влажной металлической голове. diff --git a/Resources/Locale/ru-RU/kitchen/components/microwave-component.ftl b/Resources/Locale/ru-RU/kitchen/components/microwave-component.ftl index 22d23222813..303f71ed2e8 100644 --- a/Resources/Locale/ru-RU/kitchen/components/microwave-component.ftl +++ b/Resources/Locale/ru-RU/kitchen/components/microwave-component.ftl @@ -24,5 +24,5 @@ microwave-menu-start-button = Старт microwave-menu-eject-all-text = Извлечь всё microwave-menu-eject-all-tooltip = Это испарит все жидкости, но вернёт всё твёрдое. microwave-menu-instant-button = МГНОВЕННО -microwave-menu-footer-flavor-left = Do not insert any electronic, metallic or living objects. +microwave-menu-footer-flavor-left = Не помещайте сюда электронные, металлические или живые объекты. microwave-menu-footer-flavor-right = v1.5 diff --git a/Resources/Locale/ru-RU/main-menu/main-menu.ftl b/Resources/Locale/ru-RU/main-menu/main-menu.ftl index 8494aaa4860..35c9af5e9fd 100644 --- a/Resources/Locale/ru-RU/main-menu/main-menu.ftl +++ b/Resources/Locale/ru-RU/main-menu/main-menu.ftl @@ -7,7 +7,7 @@ main-menu-failed-to-connect = { $reason } main-menu-username-label = Имя пользователя: main-menu-username-text = Имя пользователя -main-menu-address-label = Server Address: +main-menu-address-label = Адрес сервера: main-menu-join-public-server-button = Публичный сервер main-menu-join-public-server-button-tooltip = Нельзя подключаться к публичным серверам с отладочной сборкой. main-menu-direct-connect-button = Прямое подключение diff --git a/Resources/Locale/ru-RU/markings/scars.ftl b/Resources/Locale/ru-RU/markings/scars.ftl index 5583206f601..8fa0b9b43bc 100644 --- a/Resources/Locale/ru-RU/markings/scars.ftl +++ b/Resources/Locale/ru-RU/markings/scars.ftl @@ -6,5 +6,5 @@ marking-ScarTopSurgeryLong-scar_top_surgery_long = Хирургический ш marking-ScarEyeLeft = Шрам на глазу (Левый) marking-ScarTopSurgeryShort = Хирургический шрам (Короткий) marking-ScarTopSurgeryLong = Хирургический шрам (Длинный) -marking-ScarChest-scar_chest = Chest Scar -marking-ScarChest = Chest Scar +marking-ScarChest-scar_chest = Шрам на груди +marking-ScarChest = Шрам на груди diff --git a/Resources/Locale/ru-RU/markings/slimeperson.ftl b/Resources/Locale/ru-RU/markings/slimeperson.ftl index 7c1dc6d1175..67f2b62a162 100644 --- a/Resources/Locale/ru-RU/markings/slimeperson.ftl +++ b/Resources/Locale/ru-RU/markings/slimeperson.ftl @@ -2,10 +2,10 @@ marking-SlimeGradientLeftArm-gradient_l_arm = Слаймолюд, левая р marking-SlimeGradientRightArm-gradient_r_arm = Слаймолюд, правая рука (Градиент) marking-SlimeGradientLeftArm = Слаймолюд, левая рука (Градиент) marking-SlimeGradientLeftLeg-gradient_l_leg = Слаймолюд, левая нога (Градиент) -marking-SlimeGradientLeftFoot-gradient_l_foot = Slime Left Foot (Gradient) -marking-SlimeGradientLeftFoot = Slime Left Foot (Gradient) -marking-SlimeGradientRightFoot-gradient_r_foot = Slime Right Foot (Gradient) -marking-SlimeGradientRightFoot = Slime Right Foot (Gradient) +marking-SlimeGradientLeftFoot-gradient_l_foot = Слаймолюд, левая стопа (Градиент) +marking-SlimeGradientLeftFoot = Слаймолюд, левая стопа (Градиент) +marking-SlimeGradientRightFoot-gradient_r_foot = Слаймолюд, правая стопа (Градиент) +marking-SlimeGradientRightFoot = Слаймолюд, правая стопа (Градиент) marking-SlimeGradientRightLeg-gradient_r_leg = Слаймолюд, правая нога (Градиент) marking-SlimeGradientRightArm = Слаймолюд, правая рука (Градиент) marking-SlimeGradientLeftHand-gradient_l_hand = Слаймолюд, кисть левой руки (Градиент) diff --git a/Resources/Locale/ru-RU/nuke/nuke-component.ftl b/Resources/Locale/ru-RU/nuke/nuke-component.ftl index 1090f36973f..8e349fb3631 100644 --- a/Resources/Locale/ru-RU/nuke/nuke-component.ftl +++ b/Resources/Locale/ru-RU/nuke/nuke-component.ftl @@ -38,5 +38,5 @@ nuke-codes-list = Код { $name }: { $code } nuke-codes-fax-paper-name = коды ядерной аутентификации # Nuke disk slot nuke-slot-component-slot-name-disk = Диск -nuke-examine-armed = Hey uh, why's that [color=red]red light[/color] blinking? -nuke-examine-exploding = Yeah... I think it's too late buddy. +nuke-examine-armed = Эй, а почему эта [color=red]красная лампочка[/color] мигает? +nuke-examine-exploding = Ага... Похоже, уже слишком поздно, приятель. diff --git a/Resources/Locale/ru-RU/nutrition/components/drink-component.ftl b/Resources/Locale/ru-RU/nutrition/components/drink-component.ftl index fbb0917599e..14fbb5671c5 100644 --- a/Resources/Locale/ru-RU/nutrition/components/drink-component.ftl +++ b/Resources/Locale/ru-RU/nutrition/components/drink-component.ftl @@ -1,8 +1,8 @@ drink-component-on-use-is-empty = { $owner } пуст! drink-component-on-examine-is-empty = [color=gray]Пусто[/color] drink-component-on-examine-is-opened = [color=yellow]Открыто[/color] -drink-component-on-examine-is-sealed = The seal is intact. -drink-component-on-examine-is-unsealed = The seal is broken. +drink-component-on-examine-is-sealed = Пломба не повреждена. +drink-component-on-examine-is-unsealed = Пломба разорвана. drink-component-on-examine-is-full = Полон drink-component-on-examine-is-mostly-full = Почти полон drink-component-on-examine-is-half-full = Наполовину полон diff --git a/Resources/Locale/ru-RU/nutrition/components/openable-component.ftl b/Resources/Locale/ru-RU/nutrition/components/openable-component.ftl index 3acc24cf532..efcd6566375 100644 --- a/Resources/Locale/ru-RU/nutrition/components/openable-component.ftl +++ b/Resources/Locale/ru-RU/nutrition/components/openable-component.ftl @@ -1,2 +1,2 @@ -openable-component-verb-open = Open -openable-component-verb-close = Close +openable-component-verb-open = Открыть +openable-component-verb-close = Закрыть diff --git a/Resources/Locale/ru-RU/reagents/meta/biological.ftl b/Resources/Locale/ru-RU/reagents/meta/biological.ftl index 7ba297e06f1..e9cd0df3cee 100644 --- a/Resources/Locale/ru-RU/reagents/meta/biological.ftl +++ b/Resources/Locale/ru-RU/reagents/meta/biological.ftl @@ -6,8 +6,8 @@ reagent-name-slime = слизь reagent-desc-slime = Сначала вам показалось, что это градиент крови, но вы ошиблись. reagent-name-hemocyanin-blood = голубая кровь reagent-desc-hemocyanin-blood = Содержит медь, а не железо, что придаёт ей ярко выраженный голубой цвет. -reagent-name-ammonia-blood = anaerobic blood -reagent-desc-ammonia-blood = Nothing else in the entire galaxy smells quite so appalling. +reagent-name-ammonia-blood = анаэробная кровь +reagent-desc-ammonia-blood = Ничто другое во всей галактике не пахнет так отвратительно. reagent-name-zombie-blood = кровь зомби reagent-desc-zombie-blood = Не рекомендуется употреблять в пищу. Может быть использована для создания прививки от инфекции. reagent-name-ichor = ихор diff --git a/Resources/Locale/ru-RU/species/species.ftl b/Resources/Locale/ru-RU/species/species.ftl index 6e9f6b7bbdb..0f2b10ddf26 100644 --- a/Resources/Locale/ru-RU/species/species.ftl +++ b/Resources/Locale/ru-RU/species/species.ftl @@ -8,4 +8,4 @@ species-name-diona = Диона species-name-arachnid = Арахнид species-name-moth = Ниан species-name-skeleton = Скелет -species-name-vox = Vox +species-name-vox = Вокс diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/actions/diona.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/actions/diona.ftl index 58dcfb8c8c2..9a0d739761e 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/actions/diona.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/actions/diona.ftl @@ -1,4 +1,4 @@ -ent-DionaGibAction = Gib Yourself! - .desc = Split apart into 3 nymphs. -ent-DionaReformAction = Reform - .desc = Reform back into a whole Diona. +ent-DionaGibAction = Развалить себя! + .desc = Разделиться на трёх нимф. +ent-DionaReformAction = Переформироваться + .desc = Переформироваться в цельную диону. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/body/organs/diona.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/body/organs/diona.ftl index ffb5cd05cb3..65bee02f33e 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/body/organs/diona.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/body/organs/diona.ftl @@ -6,20 +6,20 @@ ent-OrganDionaEyes = глаза .desc = Я тебя вижу! ent-OrganDionaStomach = желудок .desc = Мерзость. Не перевариваю его. -ent-OrganDionaLungs = lungs - .desc = Filters oxygen from an atmosphere, which is then sent into the bloodstream to be used as an electron carrier. -ent-OrganDionaBrainNymph = brain - .desc = The source of incredible, unending intelligence. Honk. -ent-OrganDionaStomachNymph = stomach - .desc = Gross. This is hard to stomach. -ent-OrganDionaLungsNymph = lungs - .desc = Filters oxygen from an atmosphere, which is then sent into the bloodstream to be used as an electron carrier. -ent-OrganDionaNymphBrain = diona nymph - .desc = Contains the brain of a formerly fully-formed Diona. Killing this would kill the Diona forever. You monster. - .suffix = Brain -ent-OrganDionaNymphStomach = diona nymph - .desc = Contains the stomach of a formerly fully-formed Diona. It doesn't taste any better for it. - .suffix = Stomach -ent-OrganDionaNymphLungs = diona nymph - .desc = Contains the lungs of a formerly fully-formed Diona. Breathtaking. - .suffix = Lungs +ent-OrganDionaLungs = лёгкие + .desc = Фильтруют кислород из атмосферы, который затем поступает в кровь для использования в качестве переносчика электронов. +ent-OrganDionaBrainNymph = мозг + .desc = Источник невероятного, бесконечного интеллекта. Хонк. +ent-OrganDionaStomachNymph = желудок + .desc = Мерзость. Не перевариваю его. +ent-OrganDionaLungsNymph = лёгкие + .desc = Фильтруют кислород из атмосферы, который затем поступает в кровь для использования в качестве переносчика электронов. +ent-OrganDionaNymphBrain = нимфа дионы + .desc = Содержит мозг дионы, которая ещё недавно была полностью сформированной. Убив её, вы навсегда уничтожите диону, монстр. + .suffix = Мозг +ent-OrganDionaNymphStomach = нимфа дионы + .desc = Содержит желудок дионы, которая ещё недавно была полностью сформированной. Вкус от этого лучше не становится. + .suffix = Желудок +ent-OrganDionaNymphLungs = нимфа дионы + .desc = Содержит лёгкие дионы, которая ещё недавно была полностью сформированной. Дух захватывает. + .suffix = Лёгкие diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/eyes/hud.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/eyes/hud.ftl index 7cb7616e7db..100ae60b426 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/eyes/hud.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/eyes/hud.ftl @@ -1,5 +1,5 @@ ent-ClothingEyesHudDiagnostic = диагностический визор - .desc = Окуляр с индикатором на стекле, способный анализировать целостность и состояние роботов и экзокостюмов. + .desc = Окуляр с индикатором на стекле, способный анализировать целостность и состояние роботов и экзокостюмов. Сделан из си-боргия. ent-ClothingEyesHudMedical = медицинский визор .desc = Окуляр с индикатором на стекле, который сканирует гуманоидов в поле зрения и предоставляет точные данные о состоянии их здоровья. ent-ClothingEyesHudSecurity = визор охраны @@ -25,9 +25,9 @@ ent-ClothingEyesHudSyndicate = синди-визор ent-ClothingEyesGlassesHiddenSecurity = { ent-ClothingEyesGlassesSunglasses } .desc = { ent-ClothingEyesGlassesSunglasses.desc } .suffix = Синдикат -ent-ClothingEyesEyepatchHudMedical = medical hud eyepatch - .desc = A heads-up display that scans the humanoids in view and provides accurate data about their health status. For true patriots. -ent-ClothingEyesEyepatchHudSecurity = security hud eyepatch - .desc = A heads-up display that scans the humanoids in view and provides accurate data about their ID status and security records. For true patriots. -ent-ClothingEyesEyepatchHudBeer = beer hud eyepatch - .desc = A pair of sunHud outfitted with apparatus to scan reagents, as well as providing an innate understanding of liquid viscosity while in motion. For true patriots. +ent-ClothingEyesEyepatchHudMedical = медицинский визор на глаз + .desc = Окуляр с индикатором на стекле, который сканирует гуманоидов в поле зрения и предоставляет точные данные о состоянии их здоровья. Для настоящих патриотов. +ent-ClothingEyesEyepatchHudSecurity = визор охраны на глаз + .desc = Окуляр с индикатором на стекле, который сканирует гуманоидов в поле зрения и предоставляет точные данные об их идентификационном статусе и записях в системе безопасности. Для настоящих патриотов. +ent-ClothingEyesEyepatchHudBeer = пивные очки на глаз + .desc = Пара солнцезащитных очков, оснащенных сканером реагентов, а также дающих понимание вязкости жидкости во время движения. Для настоящих патриотов. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/head/hats.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/head/hats.ftl index ad5bc0ae766..7a313b96657 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/head/hats.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/head/hats.ftl @@ -2,8 +2,8 @@ ent-ClothingHeadHatBeaverHat = бобровая шапка .desc = Джентльмены? ent-ClothingHeadHatBeret = берет .desc = Берет, любимый головной убор творцов. -ent-ClothingHeadHatBeretFrench = French beret - .desc = A French beret, "vive la France". +ent-ClothingHeadHatBeretFrench = французский берет + .desc = Французский берет, "Vive la France". ent-ClothingHeadHatBeretSecurity = берет охраны .desc = Стильный вариант одежды для сотрудников службы безопасности. ent-ClothingHeadHatCasa = каса @@ -20,7 +20,7 @@ ent-ClothingHeadHatBeretWarden = берет смотрителя .desc = Фирменный голубой берет с эмблемой смотрителя. Для офицеров, которые предпочитают стиль безопасности. ent-ClothingHeadHatBeretSeniorPhysician = берет ведущего врача .desc = Специалисты, одетые в цвета и врачей и химиков, являются гордостью этого отдела! -ent-ClothingHeadHatBeretBrigmedic = берет медика +ent-ClothingHeadHatBeretBrigmedic = берет бригмедика .desc = Белый берет, похож на кремовый пирог на голове. ent-ClothingHeadHatBeretMerc = берет наёмника .desc = Оливковый берет, на значке изображен шакал на скале. @@ -156,5 +156,5 @@ ent-ClothingHeadHatCowboyBountyHunter = ковбойская шляпа охот .desc = { ent-ClothingHeadHatCowboyBrown.desc } ent-ClothingHeadHatStrawHat = соломенная шляпа .desc = Модная шляпа для жарких деньков! Не рекомендуется носить около источников огня. -ent-ClothingHeadHatBeretMedic = medical beret - .desc = White beret that encourages you to be clean. +ent-ClothingHeadHatBeretMedic = берет врача + .desc = Белый берет, призывающий вас к чистоте. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/neck/misc.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/neck/misc.ftl index 1a617c7aef3..8d31981eb19 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/neck/misc.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/neck/misc.ftl @@ -5,7 +5,7 @@ ent-ClothingNeckStethoscope = стетоскоп ent-ClothingNeckBling = побрякушки .desc = Чертовски круто быть гангстером. ent-ClothingNeckLawyerbadge = значок адвоката - .desc = Значок, свидетельствующий что владелец является "законным" юристом, сдавшим экзамен НТ, необходимый для занятия юридической практикой. + .desc = Значок, свидетельствующий что владелец является "законным" юристом, сдавшим экзамен Nanotrasen, необходимый для занятия юридической практикой. ent-ActionStethoscope = Прослушать стетоскопом .desc = { "" } ent-ClothingNeckFlowerWreath = цветочный венок diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/shoes/boots.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/shoes/boots.ftl index cc72fa4982d..0d0c7347640 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/shoes/boots.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/shoes/boots.ftl @@ -30,11 +30,11 @@ ent-ClothingShoesBootsWinterSyndicate = зимние ботинки синдик .desc = Прочные тяжелые ботинки, выглядят как мерч из "Синдиленда". ent-ClothingShoesBootsWinterWeb = зимние ботинки из паутины .desc = Ботинки из плотной паутины, которые помогут пережить даже самую холодную зиму. -ent-ClothingShoesBootsCowboyBrown = brown cowboy boots - .desc = They got spurs that jingle and/or jangle. -ent-ClothingShoesBootsCowboyBlack = black cowboy boots +ent-ClothingShoesBootsCowboyBrown = коричневые ковбойские ботинки + .desc = На них шпоры, которые звенят и/или бренчат. +ent-ClothingShoesBootsCowboyBlack = чёрные ковбойские ботинки .desc = { ent-ClothingShoesBootsCowboyBrown.desc } -ent-ClothingShoesBootsCowboyWhite = white cowboy boots +ent-ClothingShoesBootsCowboyWhite = белые ковбойские ботинки .desc = { ent-ClothingShoesBootsCowboyBrown.desc } -ent-ClothingShoesBootsCowboyFancy = fancy cowboy boots +ent-ClothingShoesBootsCowboyFancy = модные ковбойские ботинки .desc = { ent-ClothingShoesBootsCowboyBrown.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/effects/portal.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/effects/portal.ftl index 7df4de09853..3ba8008a93f 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/effects/portal.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/effects/portal.ftl @@ -6,5 +6,5 @@ ent-PortalBlue = { ent-BasePortal } .desc = { ent-BasePortal.desc } ent-PortalArtifact = { ent-BasePortal } .desc = { ent-BasePortal.desc } -ent-ShadowPortal = shadow rift - .desc = Looks unstable. +ent-ShadowPortal = теневой разлом + .desc = Выглядит нестабильно. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/npcs/animals.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/npcs/animals.ftl index cc42cad6a6e..222f641c135 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/npcs/animals.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/npcs/animals.ftl @@ -131,5 +131,5 @@ ent-MobHamster = хомяк .desc = Милый, пушистый, робастный хомяк. ent-MobPig = свинья .desc = Хрю. -ent-MobDionaNymph = diona nymph - .desc = It's like a cat, only.... branch-ier. +ent-MobDionaNymph = нимфа дионы + .desc = Похожа на кошку, только.... ветвистее. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/npcs/shadows.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/npcs/shadows.ftl index 8164c16901e..291cb6c73c7 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/npcs/shadows.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/npcs/shadows.ftl @@ -1,4 +1,4 @@ ent-BaseShadowMob = { ent-BaseShadow } .desc = { ent-BaseShadow.desc } -ent-MobCatShadow = shadow cat - .desc = A lovely piece of darkness. Hope he doesn't bring you a curse. +ent-MobCatShadow = теневой кот + .desc = Чудесный кусочек тьмы. Надеемся, он не навлечет на вас проклятие. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/player/diona.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/player/diona.ftl index 332e7f3b700..a1730239968 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/player/diona.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/player/diona.ftl @@ -1,4 +1,4 @@ ent-MobDiona = Урист МакДиона .desc = { ent-BaseMobDiona.desc } -ent-MobDionaReformed = Reformed Diona +ent-MobDionaReformed = Реформированная Диона .desc = { ent-MobDiona.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/electronics/signaller.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/electronics/signaller.ftl index c4826b4eba3..91420dc9107 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/electronics/signaller.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/electronics/signaller.ftl @@ -1,4 +1,4 @@ ent-RemoteSignaller = передатчик сигналов - .desc = Портативное устройство, используемое для дистанционной передачи сигналов объектам. -ent-RemoteSignallerAdvanced = advanced remote signaller - .desc = A handheld device used for remotely sending signals to objects within a small radius of about 50 meters. + .desc = Портативное устройство, используемое для дистанционной передачи сигналов объектам в небольшом радиусе около 15 метров. +ent-RemoteSignallerAdvanced = продвинутый передатчик сигналов + .desc = Портативное устройство, используемое для дистанционной передачи сигналов объектам в небольшом радиусе около 50 метров. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/kudzu.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/kudzu.ftl index b9530941566..24c752eee0e 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/kudzu.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/kudzu.ftl @@ -13,7 +13,7 @@ ent-KudzuFlowerAngry = { ent-KudzuFlowerFriendly } .desc = { ent-KudzuFlowerFriendly.desc } ent-FleshKudzu = сухожилия .desc = Быстрорастущее скопление мясистых сухожилий. ЗАЧЕМ ВЫ ОСТАНОВИЛИСЬ ПОСМОТРЕТЬ НА НИХ?! -ent-ShadowKudzu = dark haze +ent-ShadowKudzu = тёмная дымка .desc = { ent-BaseKudzu.desc } -ent-ShadowKudzuWeak = Haze +ent-ShadowKudzuWeak = дымка .desc = { ent-ShadowKudzu.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/medical/healing.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/medical/healing.ftl index 8ea8838ecec..07159e9b5cb 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/medical/healing.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/medical/healing.ftl @@ -11,10 +11,10 @@ ent-Ointment10Lingering = { ent-Ointment } .desc = { ent-Ointment.desc } ent-RegenerativeMesh = регенеративная сеть .desc = Применяется для лечения даже самых неприятных ожогов. Эффективна также при кислотных ожогах. - .suffix = Full + .suffix = Полный ent-OintmentAdvanced1 = { ent-RegenerativeMesh } .desc = { ent-RegenerativeMesh.desc } - .suffix = Single + .suffix = Один ent-Brutepack = набор для ушибов .desc = Терапевтический набор гелей и пластырей, предназначенных для лечения ушибов. .suffix = Полный @@ -26,10 +26,10 @@ ent-Brutepack10Lingering = { ent-Brutepack } .desc = { ent-Brutepack.desc } ent-MedicatedSuture = медицинская нить .desc = Нить, пропитанная лекарством, эффективно лечит механические травмы и закрывает раны. - .suffix = Full + .suffix = Полный ent-BrutepackAdvanced1 = { ent-MedicatedSuture } .desc = { ent-MedicatedSuture.desc } - .suffix = Single + .suffix = Один ent-Bloodpack = пакет крови .desc = Содержит новый инновационный универсальный кровезаменитель, разработанный передовыми учёными компании Nanotrasen. .suffix = Полный diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/security/evidence-marker.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/security/evidence-marker.ftl index f0bc94a73da..59337fe4cf0 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/security/evidence-marker.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/security/evidence-marker.ftl @@ -1,22 +1,22 @@ -ent-EvidenceMarker = evidence marker - .desc = A numbered yellow marker, useful for labeling evidence on a crime scene. -ent-EvidenceMarkerOne = evidence marker +ent-EvidenceMarker = маркер улик + .desc = Пронумерованный жёлтый маркер, полезный для обозначения улик на месте преступления. +ent-EvidenceMarkerOne = { ent-EvidenceMarker } .desc = { ent-EvidenceMarker.desc } -ent-EvidenceMarkerTwo = evidence marker +ent-EvidenceMarkerTwo = { ent-EvidenceMarker } .desc = { ent-EvidenceMarker.desc } -ent-EvidenceMarkerThree = evidence marker +ent-EvidenceMarkerThree = { ent-EvidenceMarker } .desc = { ent-EvidenceMarker.desc } -ent-EvidenceMarkerFour = evidence marker +ent-EvidenceMarkerFour = { ent-EvidenceMarker } .desc = { ent-EvidenceMarker.desc } -ent-EvidenceMarkerFive = evidence marker +ent-EvidenceMarkerFive = { ent-EvidenceMarker } .desc = { ent-EvidenceMarker.desc } -ent-EvidenceMarkerSix = evidence marker +ent-EvidenceMarkerSix = { ent-EvidenceMarker } .desc = { ent-EvidenceMarker.desc } -ent-EvidenceMarkerSeven = evidence marker +ent-EvidenceMarkerSeven = { ent-EvidenceMarker } .desc = { ent-EvidenceMarker.desc } -ent-EvidenceMarkerEight = evidence marker +ent-EvidenceMarkerEight = { ent-EvidenceMarker } .desc = { ent-EvidenceMarker.desc } -ent-EvidenceMarkerNine = evidence marker +ent-EvidenceMarkerNine = { ent-EvidenceMarker } .desc = { ent-EvidenceMarker.desc } -ent-BoxEvidenceMarkers = evidence marker box - .desc = A pack of numbered yellow markers, useful for labeling evidence on a crime scene. +ent-BoxEvidenceMarkers = коробка маркеров улик + .desc = Упаковка нумерованных жёлтых маркеров, полезных для обозначения улик на месте преступления. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/lighting/base_lighting.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/lighting/base_lighting.ftl index 671f5c141ed..846f5654283 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/lighting/base_lighting.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/lighting/base_lighting.ftl @@ -38,35 +38,35 @@ ent-PoweredlightCyan = { ent-Poweredlight } .suffix = Голубой .desc = { ent-Poweredlight.desc } ent-AlwaysPoweredlightCyan = { ent-AlwaysPoweredWallLight } - .suffix = Always Powered, Cyan + .suffix = Всегда запитанный, Голубой .desc = { ent-AlwaysPoweredWallLight.desc } ent-PoweredlightBlue = { ent-Poweredlight } .suffix = Синий .desc = { ent-Poweredlight.desc } ent-AlwaysPoweredlightBlue = { ent-AlwaysPoweredWallLight } - .suffix = Always Powered, Blue + .suffix = Всегда запитанный, Синий .desc = { ent-AlwaysPoweredWallLight.desc } ent-PoweredlightPink = { ent-Poweredlight } .suffix = Розовый .desc = { ent-Poweredlight.desc } ent-AlwaysPoweredlightPink = { ent-AlwaysPoweredWallLight } - .suffix = Always Powered, Pink + .suffix = Всегда запитанный, Розовый .desc = { ent-AlwaysPoweredWallLight.desc } ent-PoweredlightOrange = { ent-Poweredlight } .suffix = Оранжевый .desc = { ent-Poweredlight.desc } ent-AlwaysPoweredlightOrange = { ent-AlwaysPoweredWallLight } - .suffix = Always Powered, Orange + .suffix = Всегда запитанный, Оранжевый .desc = { ent-AlwaysPoweredWallLight.desc } ent-PoweredlightRed = { ent-Poweredlight } .suffix = Красный .desc = { ent-Poweredlight.desc } ent-AlwaysPoweredlightRed = { ent-AlwaysPoweredWallLight } - .suffix = Always Powered, Red + .suffix = Всегда запитанный, Красный .desc = { ent-AlwaysPoweredWallLight.desc } ent-PoweredlightGreen = { ent-Poweredlight } .suffix = Зелёный .desc = { ent-Poweredlight.desc } ent-AlwaysPoweredlightGreen = { ent-AlwaysPoweredWallLight } - .suffix = Always Powered, Green + .suffix = Всегда запитанный, Зелёный .desc = { ent-AlwaysPoweredWallLight.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/machines/computers/arcades.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/machines/computers/arcades.ftl index b3431bafdac..22925a07d68 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/machines/computers/arcades.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/machines/computers/arcades.ftl @@ -5,5 +5,5 @@ ent-SpaceVillainArcade = аркада Космический злодей ent-SpaceVillainArcadeFilled = { ent-SpaceVillainArcade } .suffix = Заполненный .desc = { ent-SpaceVillainArcade.desc } -ent-BlockGameArcade = аркада НТ блоки +ent-BlockGameArcade = аркада NT-блоки .desc = Игровой автомат со странно знакомой игрой. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/specific/anomaly/anomalies.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/specific/anomaly/anomalies.ftl index 5200b93ca97..fa0a42b687a 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/specific/anomaly/anomalies.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/specific/anomaly/anomalies.ftl @@ -43,5 +43,5 @@ ent-AnomalyLiquid = { ent-BaseAnomaly } .suffix = Жидкость .desc = { ent-BaseAnomaly.desc } ent-AnomalyShadow = { ent-BaseAnomaly } - .suffix = Shadow + .suffix = Тень .desc = { ent-BaseAnomaly.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/specific/anomaly/cores.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/specific/anomaly/cores.ftl index 62edadf3c3a..4a3299f645d 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/specific/anomaly/cores.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/specific/anomaly/cores.ftl @@ -28,8 +28,8 @@ ent-AnomalyCoreFlora = { ent-BaseAnomalyCore } .suffix = Флора .desc = { ent-BaseAnomalyCore.desc } ent-AnomalyCoreShadow = { ent-BaseAnomalyCore } - .suffix = Shadow - .desc = { ent-BaseAnomalyCore.desc } + .suffix = Тень + .desc = { ent-BaseAnomalyCore.desc } ent-BaseAnomalyInertCore = { ent-BaseAnomalyCore } .desc = { ent-BaseAnomalyCore.desc } ent-AnomalyCorePyroclasticInert = { ent-BaseAnomalyInertCore } @@ -60,5 +60,5 @@ ent-AnomalyCoreFloraInert = { ent-BaseAnomalyInertCore } .suffix = Флора, Инертный .desc = { ent-BaseAnomalyInertCore.desc } ent-AnomalyCoreShadowInert = { ent-BaseAnomalyInertCore } - .suffix = Shadow, Inert - .desc = { ent-BaseAnomalyInertCore.desc } + .suffix = Тень, Инертный + .desc = { ent-BaseAnomalyInertCore.desc } diff --git a/Resources/Locale/ru-RU/weapons/melee/melee.ftl b/Resources/Locale/ru-RU/weapons/melee/melee.ftl index abb7650933e..70909c3df1b 100644 --- a/Resources/Locale/ru-RU/weapons/melee/melee.ftl +++ b/Resources/Locale/ru-RU/weapons/melee/melee.ftl @@ -1,4 +1,9 @@ melee-inject-failed-hardsuit = Ваш { $weapon } не может проникнуть сквозь скафандр! melee-balloon-pop = { CAPITALIZE($balloon) } лопнул! -#BatteryComponent -melee-battery-examine = It has enough charge for [color={ $color }]{ $count }[/color] hits. +# BatteryComponent +melee-battery-examine = + Заряда хватит на [color={ $color }]{ $count }[/color] { $count -> + [one] удар + [few] удара + *[other] ударов + }. diff --git a/Resources/Locale/ru-RU/xenoarchaeology/artifact-hints.ftl b/Resources/Locale/ru-RU/xenoarchaeology/artifact-hints.ftl index 9cc2af6f924..f28d45c8e73 100644 --- a/Resources/Locale/ru-RU/xenoarchaeology/artifact-hints.ftl +++ b/Resources/Locale/ru-RU/xenoarchaeology/artifact-hints.ftl @@ -31,7 +31,7 @@ artifact-trigger-hint-physical = Физические повреждения artifact-trigger-hint-tool = Использование инструментов artifact-trigger-hint-music = Звуковые вибрации artifact-trigger-hint-water = Водочувствительность -artifact-trigger-hint-blood = Взаимодействие с гемоглобином +artifact-trigger-hint-blood = Взаимодействие с гематологической жидкостью artifact-trigger-hint-magnet = Магнитные волны artifact-trigger-hint-death = Эссенция жизни artifact-trigger-hint-radiation = Радиация diff --git a/Resources/Prototypes/Datasets/Names/military.yml b/Resources/Prototypes/Datasets/Names/military.yml index 98431bfc7a3..5b4d749f62d 100644 --- a/Resources/Prototypes/Datasets/Names/military.yml +++ b/Resources/Prototypes/Datasets/Names/military.yml @@ -15,9 +15,6 @@ - Сержант - Капрал - Ефрейтор - - Corporal - - Sergeant - - Specialist - type: dataset id: NamesLastMilitary From db23332bf10f812ed9c94cdd07f6b71d61202316 Mon Sep 17 00:00:00 2001 From: Ko4ergaPunk <62609550+Ko4ergaPunk@users.noreply.github.com> Date: Mon, 19 Feb 2024 22:32:47 +0300 Subject: [PATCH 06/93] Corvax drinks added (#1736) --- .../meta/consumable/drink/alcohol.ftl | 41 +++ .../objects/consumable/drinks/drinks.ftl | 41 +++ .../consumable/drinks/drinks_bottles.ftl | 2 + .../meta/consumable/drink/alcohol.ftl | 41 +++ .../VendingMachines/Inventories/boozeomat.yml | 1 + .../Objects/Consumable/Drinks/drinks.yml | 221 ++++++++++++++ .../Consumable/Drinks/drinks_bottles.yml | 14 + .../Reagents/Consumable/Drink/alcohol.yml | 276 ++++++++++++++++++ .../Corvax/Recipes/Reactions/drinks.yml | 171 +++++++++++ .../Consumable/Drinks/alexander.rsi/icon.png | Bin 0 -> 339 bytes .../Consumable/Drinks/alexander.rsi/meta.json | 14 + .../Consumable/Drinks/badTouch.rsi/icon.png | Bin 0 -> 2499 bytes .../Consumable/Drinks/badTouch.rsi/meta.json | 14 + .../Consumable/Drinks/boyarsky.rsi/icon.png | Bin 0 -> 3948 bytes .../Consumable/Drinks/boyarsky.rsi/meta.json | 14 + .../Consumable/Drinks/bramble.rsi/icon.png | Bin 0 -> 3998 bytes .../Consumable/Drinks/bramble.rsi/meta.json | 14 + .../Consumable/Drinks/campari.rsi/icon.png | Bin 0 -> 1768 bytes .../Consumable/Drinks/campari.rsi/meta.json | 14 + .../Consumable/Drinks/daiquiri.rsi/icon.png | Bin 0 -> 419 bytes .../Consumable/Drinks/daiquiri.rsi/meta.json | 14 + .../Drinks/darkAndStormy.rsi/icon.png | Bin 0 -> 3687 bytes .../Drinks/darkAndStormy.rsi/meta.json | 14 + .../Drinks/espressoMartini.rsi/icon.png | Bin 0 -> 1998 bytes .../Drinks/espressoMartini.rsi/meta.json | 14 + .../Consumable/Drinks/maiTai.rsi/icon.png | Bin 0 -> 4191 bytes .../Consumable/Drinks/maiTai.rsi/meta.json | 14 + .../Consumable/Drinks/moscowMule.rsi/icon.png | Bin 0 -> 4082 bytes .../Drinks/moscowMule.rsi/meta.json | 14 + .../Consumable/Drinks/negroni.rsi/icon.png | Bin 0 -> 1828 bytes .../Consumable/Drinks/negroni.rsi/meta.json | 14 + .../Drinks/oldFashioned.rsi/icon.png | Bin 0 -> 2184 bytes .../Drinks/oldFashioned.rsi/meta.json | 14 + .../Consumable/Drinks/paloma.rsi/icon.png | Bin 0 -> 4153 bytes .../Consumable/Drinks/paloma.rsi/meta.json | 14 + .../Consumable/Drinks/yorsh.rsi/icon.png | Bin 0 -> 2343 bytes .../Consumable/Drinks/yorsh.rsi/meta.json | 14 + 37 files changed, 1004 insertions(+) create mode 100644 Resources/Locale/en-US/ss14-ru/prototypes/corvax/reagents/meta/consumable/drink/alcohol.ftl create mode 100644 Resources/Locale/ru-RU/corvax/prototypes/entities/objects/consumable/drinks/drinks.ftl create mode 100644 Resources/Locale/ru-RU/corvax/prototypes/entities/objects/consumable/drinks/drinks_bottles.ftl create mode 100644 Resources/Locale/ru-RU/corvax/reagents/meta/consumable/drink/alcohol.ftl create mode 100644 Resources/Prototypes/Corvax/Entities/Objects/Consumable/Drinks/drinks_bottles.yml create mode 100644 Resources/Prototypes/Corvax/Reagents/Consumable/Drink/alcohol.yml create mode 100644 Resources/Prototypes/Corvax/Recipes/Reactions/drinks.yml create mode 100644 Resources/Textures/Corvax/Objects/Consumable/Drinks/alexander.rsi/icon.png create mode 100644 Resources/Textures/Corvax/Objects/Consumable/Drinks/alexander.rsi/meta.json create mode 100644 Resources/Textures/Corvax/Objects/Consumable/Drinks/badTouch.rsi/icon.png create mode 100644 Resources/Textures/Corvax/Objects/Consumable/Drinks/badTouch.rsi/meta.json create mode 100644 Resources/Textures/Corvax/Objects/Consumable/Drinks/boyarsky.rsi/icon.png create mode 100644 Resources/Textures/Corvax/Objects/Consumable/Drinks/boyarsky.rsi/meta.json create mode 100644 Resources/Textures/Corvax/Objects/Consumable/Drinks/bramble.rsi/icon.png create mode 100644 Resources/Textures/Corvax/Objects/Consumable/Drinks/bramble.rsi/meta.json create mode 100644 Resources/Textures/Corvax/Objects/Consumable/Drinks/campari.rsi/icon.png create mode 100644 Resources/Textures/Corvax/Objects/Consumable/Drinks/campari.rsi/meta.json create mode 100644 Resources/Textures/Corvax/Objects/Consumable/Drinks/daiquiri.rsi/icon.png create mode 100644 Resources/Textures/Corvax/Objects/Consumable/Drinks/daiquiri.rsi/meta.json create mode 100644 Resources/Textures/Corvax/Objects/Consumable/Drinks/darkAndStormy.rsi/icon.png create mode 100644 Resources/Textures/Corvax/Objects/Consumable/Drinks/darkAndStormy.rsi/meta.json create mode 100644 Resources/Textures/Corvax/Objects/Consumable/Drinks/espressoMartini.rsi/icon.png create mode 100644 Resources/Textures/Corvax/Objects/Consumable/Drinks/espressoMartini.rsi/meta.json create mode 100644 Resources/Textures/Corvax/Objects/Consumable/Drinks/maiTai.rsi/icon.png create mode 100644 Resources/Textures/Corvax/Objects/Consumable/Drinks/maiTai.rsi/meta.json create mode 100644 Resources/Textures/Corvax/Objects/Consumable/Drinks/moscowMule.rsi/icon.png create mode 100644 Resources/Textures/Corvax/Objects/Consumable/Drinks/moscowMule.rsi/meta.json create mode 100644 Resources/Textures/Corvax/Objects/Consumable/Drinks/negroni.rsi/icon.png create mode 100644 Resources/Textures/Corvax/Objects/Consumable/Drinks/negroni.rsi/meta.json create mode 100644 Resources/Textures/Corvax/Objects/Consumable/Drinks/oldFashioned.rsi/icon.png create mode 100644 Resources/Textures/Corvax/Objects/Consumable/Drinks/oldFashioned.rsi/meta.json create mode 100644 Resources/Textures/Corvax/Objects/Consumable/Drinks/paloma.rsi/icon.png create mode 100644 Resources/Textures/Corvax/Objects/Consumable/Drinks/paloma.rsi/meta.json create mode 100644 Resources/Textures/Corvax/Objects/Consumable/Drinks/yorsh.rsi/icon.png create mode 100644 Resources/Textures/Corvax/Objects/Consumable/Drinks/yorsh.rsi/meta.json diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/corvax/reagents/meta/consumable/drink/alcohol.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/corvax/reagents/meta/consumable/drink/alcohol.ftl new file mode 100644 index 00000000000..87665c05867 --- /dev/null +++ b/Resources/Locale/en-US/ss14-ru/prototypes/corvax/reagents/meta/consumable/drink/alcohol.ftl @@ -0,0 +1,41 @@ +reagent-name-yorsh = yorsh +reagent-desc-yorsh = Taste of childhood. + +reagent-name-alexander = alexander +reagent-desc-alexander = No Alexander was harmed during production. Maybe... + +reagent-name-daiquiri = daiquiri +reagent-desc-daiquiri = Do you want to feel like a 19th century miner? The miner did not want to, and tried to forget himself in alcohol. + +reagent-name-campari = campari +reagent-desc-campari = Tincture based on aromatic herbs and citrus fruits. Non-GMO! + +reagent-name-negroni = negroni +reagent-desc-negroni = Americano for alcoholics. + +reagent-name-espressoMartini = espresso martini +reagent-desc-espressoMartini = Wake me up, then fu... Uh-h.. Okay, just wake me up. + +reagent-name-oldFashioned = old fashioned +reagent-desc-oldFashioned = As the greatest classic said: “This is a classic”. + +reagent-name-badTouch = bad touch +reagent-desc-badTouch = We're nothing but mammals after all. + +reagent-name-darkAndStormy = dark and stormy +reagent-desc-darkAndStormy = Straight from Bermuda! The pirate on the left says that this is why the drink disappears. + +reagent-name-bramble = bramble +reagent-desc-bramble = Berries, gin, and a rather creepy look. + +reagent-name-maiTai = mai tai +reagent-desc-maiTai = The first person who tried this cocktail exclaimed: ”Mai tai — roa ae!”. What does it mean in Thai... I don't know. Sounds cool! + +reagent-name-moscowMule = moscow mule +reagent-desc-moscowMule = Cocktail from the USA. Why Moscow? Because vodka. Moscow vodka? No. So why Moscow? VODKA! + +reagent-name-paloma = paloma +reagent-desc-paloma = Cowboys on top. Maracas on bottom. Hard choice... + +reagent-name-boyarsky = boyarsky +reagent-desc-boyarsky = What to do if you are tired of life? MIX VODKA! \ No newline at end of file diff --git a/Resources/Locale/ru-RU/corvax/prototypes/entities/objects/consumable/drinks/drinks.ftl b/Resources/Locale/ru-RU/corvax/prototypes/entities/objects/consumable/drinks/drinks.ftl new file mode 100644 index 00000000000..a59652a1508 --- /dev/null +++ b/Resources/Locale/ru-RU/corvax/prototypes/entities/objects/consumable/drinks/drinks.ftl @@ -0,0 +1,41 @@ +ent-DrinkYorshGlass = стакан ёрша + .desc = Вкус беззаботного детства. + +ent-DrinkAlexanderGlass = бокал Александра + .desc = В ходе производства ни один Александр не пострадал. Наверное... + +ent-DrinkCampariGlass = стакан кампари + .desc = Настойка на основе ароматических трав и цитрусовых. Без ГМО! + +ent-DrinkDaiquiriGlass = бокал дайкири + .desc = Хотите почувствовать себя шахтёром из 19-го века? Шахтёр не хотел, поэтому предпочел забыться в алкоголе. + +ent-DrinkNegroniGlass = стакан негрони + .desc = Американо для алкоголиков. + +ent-DrinkEspressoMartiniGlass = бокал эспрессо мартини + .desc = Разбуди меня и тра... Э-э-э... Ладно, просто разбуди. + +ent-DrinkOldFashionedGlass = стакан олд фэшена + .desc = Как сказал величайший классик: "Это классика". + +ent-DrinkBadTouchGlass = стакан проникновения + .desc = Входит... И выходит... И входит... Замечательно выходит! + +ent-DrinkDarkAndStormyGlass = стакан тьмы и бури + .desc = Прямиком с Бермудских Островов! Пират слева говорит, что именно поэтому напиток и пропадает с барной стойки. + +ent-DrinkBrambleGlass = стакан брамбла + .desc = Ягодки, джин, и довольно стрёмный вид. + +ent-DrinkMaiTaiGlass = стакан май тай + .desc = Первый человек, попробовавший этот коктейль, воскликнул: ”Mai tai — roa ae!”. Что в переводе с тайского означает... Да откуда мне знать? Звучит круто! + +ent-DrinkMoscowMuleGlass = стакан московского мула + .desc = Коктейль из США. Почему Московский? Потому что водка. Водка Московская? Нет. Так почему Московский? ВОДКА! + +ent-DrinkPalomaGlass = стакан паломы + .desc = Сверху ковбои. Снизу маракасы. Что же выбрать? + +ent-DrinkBoyarskyGlass = стакан Боярского + .desc = Что делать, если ты устал от жизни? СМЕШИВАТЬ ВОДКУ! \ No newline at end of file diff --git a/Resources/Locale/ru-RU/corvax/prototypes/entities/objects/consumable/drinks/drinks_bottles.ftl b/Resources/Locale/ru-RU/corvax/prototypes/entities/objects/consumable/drinks/drinks_bottles.ftl new file mode 100644 index 00000000000..3b942dfcd01 --- /dev/null +++ b/Resources/Locale/ru-RU/corvax/prototypes/entities/objects/consumable/drinks/drinks_bottles.ftl @@ -0,0 +1,2 @@ +ent-DrinkCampariBottleFull = бутылка кампари + .desc = Настойка на основе ароматических трав и цитрусовых. Без ГМО! diff --git a/Resources/Locale/ru-RU/corvax/reagents/meta/consumable/drink/alcohol.ftl b/Resources/Locale/ru-RU/corvax/reagents/meta/consumable/drink/alcohol.ftl new file mode 100644 index 00000000000..5a8605c6f79 --- /dev/null +++ b/Resources/Locale/ru-RU/corvax/reagents/meta/consumable/drink/alcohol.ftl @@ -0,0 +1,41 @@ +reagent-name-yorsh = ёрш +reagent-desc-yorsh = Вкус беззаботного детства. + +reagent-name-alexander = Александр +reagent-desc-alexander = В ходе производства ни один Александр не пострадал. Наверное... + +reagent-name-daiquiri = дайкири +reagent-desc-daiquiri = Хотите почувствовать себя шахтёром из 19-го века? Шахтёр не хотел, поэтому предпочел забыться в алкоголе. + +reagent-name-campari = кампари +reagent-desc-campari = Настойка на основе ароматических трав и цитрусовых. Без ГМО! + +reagent-name-negroni = негрони +reagent-desc-negroni = Американо для алкоголиков. + +reagent-name-espressoMartini = эспрессо мартини +reagent-desc-espressoMartini = Разбуди меня и тра... Э-э-э... Ладно, просто разбуди. + +reagent-name-oldFashioned = олд фэшен +reagent-desc-oldFashioned = Как сказал величайший классик: "Это классика". + +reagent-name-badTouch = проникновение +reagent-desc-badTouch = Входит... И выходит... И входит... Замечательно выходит! + +reagent-name-darkAndStormy = тьма и буря +reagent-desc-darkAndStormy = Прямиком с Бермудских Островов! Пират слева говорит, что именно поэтому напиток и пропадает с барной стойки. + +reagent-name-bramble = брамбл +reagent-desc-bramble = Ягодки, джин, и довольно стрёмный вид. + +reagent-name-maiTai = май тай +reagent-desc-maiTai = Первый человек, попробовавший этот коктейль, воскликнул: ”Mai tai — roa ae!”. Что в переводе с тайского означает... Да откуда мне знать? Звучит круто! + +reagent-name-moscowMule = московский мул +reagent-desc-moscowMule = Коктейль из США. Почему Московский? Потому что водка. Водка Московская? Нет. Так почему Московский? ВОДКА! + +reagent-name-paloma = палома +reagent-desc-paloma = Сверху ковбои. Снизу маракасы. Что же выбрать? + +reagent-name-boyarsky = Боярский +reagent-desc-boyarsky = Что делать, если ты устал от жизни? СМЕШИВАТЬ ВОДКУ! diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/boozeomat.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/boozeomat.yml index 793121e2f2c..94a442c2c97 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/boozeomat.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/boozeomat.yml @@ -8,6 +8,7 @@ DrinkFlaskBar: 5 DrinkShaker: 5 CustomDrinkJug: 2 #to allow for custom drinks in the soda/booze dispensers + DrinkCampariBottleFull: 5 # Corvax DrinkAbsintheBottleFull: 2 DrinkAleBottleFull: 5 DrinkBeerBottleFull: 5 diff --git a/Resources/Prototypes/Corvax/Entities/Objects/Consumable/Drinks/drinks.yml b/Resources/Prototypes/Corvax/Entities/Objects/Consumable/Drinks/drinks.yml index 360ef063af3..ec0742e0927 100644 --- a/Resources/Prototypes/Corvax/Entities/Objects/Consumable/Drinks/drinks.yml +++ b/Resources/Prototypes/Corvax/Entities/Objects/Consumable/Drinks/drinks.yml @@ -13,3 +13,224 @@ Quantity: 30 - type: Sprite sprite: Corvax/Objects/Consumable/Drinks/kvass.rsi + +- type: entity + parent: DrinkGlassBase + id: DrinkYorshGlass + name: yorsh glass + description: Taste of childhood. + components: + - type: SolutionContainerManager + solutions: + drink: + maxVol: 30 + reagents: + - ReagentId: Yorsh + Quantity: 30 + - type: Drink + - type: Sprite + sprite: Corvax/Objects/Consumable/Drinks/yorsh.rsi + +- type: entity + parent: DrinkGlassBase + id: DrinkAlexanderGlass + name: alexander glass + description: No Alexander was harmed during production. Maybe... + components: + - type: SolutionContainerManager + solutions: + drink: + maxVol: 30 + reagents: + - ReagentId: Alexander + Quantity: 30 + - type: Drink + - type: Sprite + sprite: Corvax/Objects/Consumable/Drinks/alexander.rsi + +- type: entity + parent: DrinkGlassBase + id: DrinkDaiquiriGlass + name: daiquiri glass + description: Do you want to feel like a 19th century miner? The miner did not want to, and tried to forget himself in alcohol. + components: + - type: SolutionContainerManager + solutions: + drink: + maxVol: 30 + reagents: + - ReagentId: Daiquiri + Quantity: 30 + - type: Drink + - type: Sprite + sprite: Corvax/Objects/Consumable/Drinks/daiquiri.rsi + +- type: entity + parent: DrinkGlassBase + id: DrinkNegroniGlass + name: negroni glass + description: Americano for alcoholics. + components: + - type: SolutionContainerManager + solutions: + drink: + maxVol: 30 + reagents: + - ReagentId: Negroni + Quantity: 30 + - type: Drink + - type: Sprite + sprite: Corvax/Objects/Consumable/Drinks/negroni.rsi + +- type: entity + parent: DrinkGlassBase + id: DrinkEspressoMartiniGlass + name: espresso martini glass + description: Wake me up, then fu... Uh-h.. Okay, just wake me up. + components: + - type: SolutionContainerManager + solutions: + drink: + maxVol: 30 + reagents: + - ReagentId: EspressoMartini + Quantity: 30 + - type: Drink + - type: Sprite + sprite: Corvax/Objects/Consumable/Drinks/espressoMartini.rsi + +- type: entity + parent: DrinkGlassBase + id: DrinkOldFashionedGlass + name: old fashioned glass + description: "As the greatest classic said: “This is a classic”." + components: + - type: SolutionContainerManager + solutions: + drink: + maxVol: 30 + reagents: + - ReagentId: OldFashioned + Quantity: 30 + - type: Drink + - type: Sprite + sprite: Corvax/Objects/Consumable/Drinks/oldFashioned.rsi + +- type: entity + parent: DrinkGlassBase + id: DrinkBadTouchGlass + name: bad touch glass + description: "We're nothing but mammals after all." + components: + - type: SolutionContainerManager + solutions: + drink: + maxVol: 30 + reagents: + - ReagentId: BadTouch + Quantity: 30 + - type: Drink + - type: Sprite + sprite: Corvax/Objects/Consumable/Drinks/badTouch.rsi + +- type: entity + parent: DrinkGlassBase + id: DrinkDarkAndStormyGlass + name: dark and stormy glass + description: "Straight from Bermuda! The pirate on the left says that this is why the drink disappears." + components: + - type: SolutionContainerManager + solutions: + drink: + maxVol: 30 + reagents: + - ReagentId: DarkAndStormy + Quantity: 30 + - type: Drink + - type: Sprite + sprite: Corvax/Objects/Consumable/Drinks/darkAndStormy.rsi + +- type: entity + parent: DrinkGlassBase + id: DrinkBrambleGlass + name: bramble glass + description: "Berries, gin, and a rather creepy look." + components: + - type: SolutionContainerManager + solutions: + drink: + maxVol: 30 + reagents: + - ReagentId: Bramble + Quantity: 30 + - type: Drink + - type: Sprite + sprite: Corvax/Objects/Consumable/Drinks/bramble.rsi + +- type: entity + parent: DrinkGlassBase + id: DrinkMaiTaiGlass + name: mai tai glass + description: "The first person who tried this cocktail exclaimed: ”Mai tai — roa ae!”. What does it mean in Thai... I don't know. Sounds cool!" + components: + - type: SolutionContainerManager + solutions: + drink: + maxVol: 30 + reagents: + - ReagentId: MaiTai + Quantity: 30 + - type: Drink + - type: Sprite + sprite: Corvax/Objects/Consumable/Drinks/maiTai.rsi + +- type: entity + parent: DrinkGlassBase + id: DrinkMoscowMuleGlass + name: moscow mule glass + description: "Cocktail from the USA. Why Moscow? Because vodka. Moscow vodka? No. So why Moscow? VODKA!" + components: + - type: SolutionContainerManager + solutions: + drink: + maxVol: 30 + reagents: + - ReagentId: MoscowMule + Quantity: 30 + - type: Drink + - type: Sprite + sprite: Corvax/Objects/Consumable/Drinks/moscowMule.rsi + +- type: entity + parent: DrinkGlassBase + id: DrinkPalomaGlass + name: paloma glass + description: "Cowboys on top. Maracas on bottom. Hard choice..." + components: + - type: SolutionContainerManager + solutions: + drink: + maxVol: 30 + reagents: + - ReagentId: Paloma + Quantity: 30 + - type: Drink + - type: Sprite + sprite: Corvax/Objects/Consumable/Drinks/paloma.rsi + +- type: entity + parent: DrinkGlassBase + id: DrinkBoyarskyGlass + name: boyarsky glass + description: "What to do if you are tired of life? MIX VODKA!" + components: + - type: SolutionContainerManager + solutions: + drink: + maxVol: 30 + reagents: + - ReagentId: Boyarsky + Quantity: 30 + - type: Drink + - type: Sprite + sprite: Corvax/Objects/Consumable/Drinks/boyarsky.rsi \ No newline at end of file diff --git a/Resources/Prototypes/Corvax/Entities/Objects/Consumable/Drinks/drinks_bottles.yml b/Resources/Prototypes/Corvax/Entities/Objects/Consumable/Drinks/drinks_bottles.yml new file mode 100644 index 00000000000..5b65433ec00 --- /dev/null +++ b/Resources/Prototypes/Corvax/Entities/Objects/Consumable/Drinks/drinks_bottles.yml @@ -0,0 +1,14 @@ +- type: entity + parent: DrinkBottleGlassBaseFull + id: DrinkCampariBottleFull + name: campari bottle + description: Tincture based on aromatic herbs and citrus fruits. Non-GMO! + components: + - type: SolutionContainerManager + solutions: + drink: + reagents: + - ReagentId: Campari + Quantity: 100 + - type: Sprite + sprite: Corvax/Objects/Consumable/Drinks/campari.rsi \ No newline at end of file diff --git a/Resources/Prototypes/Corvax/Reagents/Consumable/Drink/alcohol.yml b/Resources/Prototypes/Corvax/Reagents/Consumable/Drink/alcohol.yml new file mode 100644 index 00000000000..44741cfeed5 --- /dev/null +++ b/Resources/Prototypes/Corvax/Reagents/Consumable/Drink/alcohol.yml @@ -0,0 +1,276 @@ +- type: reagent + id: Yorsh + name: reagent-name-yorsh + parent: BaseAlcohol + desc: reagent-desc-yorsh + physicalDesc: reagent-physical-desc-bubbly + flavor: alcohol + color: "#b05b3c" + metamorphicSprite: + sprite: Corvax/Objects/Consumable/Drinks/yorsh.rsi + state: icon + metabolisms: + Drink: + effects: + - !type:SatiateThirst + factor: 2 + - !type:AdjustReagent + reagent: Ethanol + amount: 0.3 + +- type: reagent + id: Alexander + name: reagent-name-alexander + parent: BaseAlcohol + desc: reagent-desc-alexander + physicalDesc: reagent-physical-desc-bubbly + flavor: alcohol + color: "#f7f3eb" + metamorphicSprite: + sprite: Corvax/Objects/Consumable/Drinks/alexander.rsi + state: icon + metabolisms: + Drink: + effects: + - !type:SatiateThirst + factor: 2 + - !type:AdjustReagent + reagent: Ethanol + amount: 0.07 + +- type: reagent + id: Daiquiri + name: reagent-name-daiquiri + parent: BaseAlcohol + desc: reagent-desc-daiquiri + physicalDesc: reagent-physical-desc-bubbly + flavor: alcohol + color: "#f7f3eb" + metamorphicSprite: + sprite: Corvax/Objects/Consumable/Drinks/daiquiri.rsi + state: icon + metabolisms: + Drink: + effects: + - !type:SatiateThirst + factor: 2 + - !type:AdjustReagent + reagent: Ethanol + amount: 0.07 + +- type: reagent + id: Campari + name: reagent-name-campari + parent: BaseAlcohol + desc: reagent-desc-campari + physicalDesc: reagent-physical-desc-bubbly + flavor: alcohol + color: "#c9144a" + metabolisms: + Drink: + effects: + - !type:SatiateThirst + factor: 2 + - !type:AdjustReagent + reagent: Ethanol + amount: 0.1 + +- type: reagent + id: Negroni + name: reagent-name-negroni + parent: BaseAlcohol + desc: reagent-desc-negroni + physicalDesc: reagent-physical-desc-bubbly + flavor: alcohol + color: "#af1700" + metamorphicSprite: + sprite: Corvax/Objects/Consumable/Drinks/negroni.rsi + state: icon + metabolisms: + Drink: + effects: + - !type:SatiateThirst + factor: 2 + - !type:AdjustReagent + reagent: Ethanol + amount: 0.12 + +- type: reagent + id: EspressoMartini + name: reagent-name-espressoMartini + parent: BaseAlcohol + desc: reagent-desc-espressoMartini + physicalDesc: reagent-physical-desc-bubbly + flavor: alcohol + color: "#4c2f11" + metamorphicSprite: + sprite: Corvax/Objects/Consumable/Drinks/espressoMartini.rsi + state: icon + metabolisms: + Drink: + effects: + - !type:SatiateThirst + factor: 2 + - !type:AdjustReagent + reagent: Ethanol + amount: 0.12 + +- type: reagent + id: OldFashioned + name: reagent-name-oldFashioned + parent: BaseAlcohol + desc: reagent-desc-oldFashioned + physicalDesc: reagent-physical-desc-bubbly + flavor: alcohol + color: "#f49c18" + metamorphicSprite: + sprite: Corvax/Objects/Consumable/Drinks/oldFashioned.rsi + state: icon + metabolisms: + Drink: + effects: + - !type:SatiateThirst + factor: 2 + - !type:AdjustReagent + reagent: Ethanol + amount: 0.15 + +- type: reagent + id: BadTouch + name: reagent-name-badTouch + parent: BaseAlcohol + desc: reagent-desc-badTouch + physicalDesc: reagent-physical-desc-bubbly + flavor: alcohol + color: "#3cc44a" + metamorphicSprite: + sprite: Corvax/Objects/Consumable/Drinks/badTouch.rsi + state: icon + metabolisms: + Drink: + effects: + - !type:SatiateThirst + factor: 2 + - !type:AdjustReagent + reagent: Ethanol + amount: 0.15 + +- type: reagent + id: DarkAndStormy + name: reagent-name-darkAndStormy + parent: BaseAlcohol + desc: reagent-desc-darkAndStormy + physicalDesc: reagent-physical-desc-bubbly + flavor: alcohol + color: "#d9b09e" + metamorphicSprite: + sprite: Corvax/Objects/Consumable/Drinks/darkAndStormy.rsi + state: icon + metabolisms: + Drink: + effects: + - !type:SatiateThirst + factor: 2 + - !type:AdjustReagent + reagent: Ethanol + amount: 0.11 + +- type: reagent + id: Bramble + name: reagent-name-bramble + parent: BaseAlcohol + desc: reagent-desc-bramble + physicalDesc: reagent-physical-desc-bubbly + flavor: alcohol + color: "#dbb7b2" + metamorphicSprite: + sprite: Corvax/Objects/Consumable/Drinks/bramble.rsi + state: icon + metabolisms: + Drink: + effects: + - !type:SatiateThirst + factor: 2 + - !type:AdjustReagent + reagent: Ethanol + amount: 0.1 + +- type: reagent + id: MaiTai + name: reagent-name-maiTai + parent: BaseAlcohol + desc: reagent-desc-maiTai + physicalDesc: reagent-physical-desc-bubbly + flavor: alcohol + color: "#e9c886" + metamorphicSprite: + sprite: Corvax/Objects/Consumable/Drinks/maiTai.rsi + state: icon + metabolisms: + Drink: + effects: + - !type:SatiateThirst + factor: 2 + - !type:AdjustReagent + reagent: Ethanol + amount: 0.1 + +- type: reagent + id: MoscowMule + name: reagent-name-moscowMule + parent: BaseAlcohol + desc: reagent-desc-moscowMule + physicalDesc: reagent-physical-desc-bubbly + flavor: alcohol + color: "#d5dcd3" + metamorphicSprite: + sprite: Corvax/Objects/Consumable/Drinks/moscowMule.rsi + state: icon + metabolisms: + Drink: + effects: + - !type:SatiateThirst + factor: 2 + - !type:AdjustReagent + reagent: Ethanol + amount: 0.07 + +- type: reagent + id: Paloma + name: reagent-name-paloma + parent: BaseAlcohol + desc: reagent-desc-paloma + physicalDesc: reagent-physical-desc-bubbly + flavor: alcohol + color: "#d5dcd3" + metamorphicSprite: + sprite: Corvax/Objects/Consumable/Drinks/paloma.rsi + state: icon + metabolisms: + Drink: + effects: + - !type:SatiateThirst + factor: 2 + - !type:AdjustReagent + reagent: Ethanol + amount: 0.07 + +- type: reagent + id: Boyarsky + name: reagent-name-boyarsky + parent: BaseAlcohol + desc: reagent-desc-boyarsky + physicalDesc: reagent-physical-desc-bubbly + flavor: alcohol + color: "#ea394a" + metamorphicSprite: + sprite: Corvax/Objects/Consumable/Drinks/boyarsky.rsi + state: icon + metabolisms: + Drink: + effects: + - !type:SatiateThirst + factor: 2 + - !type:AdjustReagent + reagent: Ethanol + amount: 0.1 \ No newline at end of file diff --git a/Resources/Prototypes/Corvax/Recipes/Reactions/drinks.yml b/Resources/Prototypes/Corvax/Recipes/Reactions/drinks.yml new file mode 100644 index 00000000000..ca9771e77ad --- /dev/null +++ b/Resources/Prototypes/Corvax/Recipes/Reactions/drinks.yml @@ -0,0 +1,171 @@ +- type: reaction + id: Yorsh + reactants: + Beer: + amount: 4 + Vodka: + amount: 1 + products: + Yorsh: 5 + +- type: reaction + id: Alexander + reactants: + Cognac: + amount: 1 + Coffee: + amount: 1 + Cream: + amount: 1 + products: + Alexander: 3 + +- type: reaction + id: Daiquiri + reactants: + Rum: + amount: 4 + JuiceLime: + amount: 1 + Sugar: + amount: 1 + products: + Daiquiri: 6 + +- type: reaction + id: MojitoAlt + reactants: + Daiquiri: + amount: 6 + JuiceLime: + amount: 3 + SodaWater: + amount: 4 + Sugar: + amount: 3 + products: + Mojito: 16 + +- type: reaction + id: Negroni + reactants: + Martini: + amount: 3 + Campari: + amount: 2 + Vermouth: + amount: 1 + products: + Negroni: 6 + +- type: reaction + id: EspressoMartini + reactants: + BlackRussian: + amount: 6 + Sugar: + amount: 1 + Coffee: + amount: 3 + products: + EspressoMartini: 10 + +- type: reaction + id: OldFashioned + reactants: + Whiskey: + amount: 7 + Campari: + amount: 1 + Water: + amount: 1 + Sugar: + amount: 1 + products: + OldFashioned: 10 + +- type: reaction + id: BadTouch + reactants: + Vodka: + amount: 1 + LemonLime: + amount: 1 + SpaceUp: + amount: 2 + BlueCuracao: + amount: 1 + Absinthe: + amount: 1 + products: + BadTouch: 6 + +- type: reaction + id: DarkAndStormy + reactants: + Rum: + amount: 1 + Ale: # Must be ginger beer + amount: 2 + products: + DarkAndStormy: 3 + +- type: reaction + id: Bramble + reactants: + JuiceBerry: + amount: 1 + Sugar: + amount: 1 + JuiceLime: + amount: 1 + Gin: + amount: 3 + products: + Bramble: 6 + +- type: reaction + id: MaiTai + reactants: # Orgeat may be added + Rum: + amount: 3 + JuiceLime: + amount: 1 + JuiceOrange: + amount: 1 + Ice: + amount: 1 + products: + MaiTai: 6 + +- type: reaction + id: MoscowMule + reactants: + Yorsh: # Must be ginger beer + vodka + amount: 5 + JuiceLime: + amount: 1 + products: + MoscowMule: 6 + +- type: reaction + id: Paloma + reactants: + Tequila: + amount: 1 + Grenadine: + amount: 2 + products: + Paloma: 3 + +- type: reaction + id: Boyarsky + reactants: + Vodka: + amount: 3 + Grenadine: + amount: 2 + Hotsauce: + amount: 1 + products: + Boyarsky: 6 \ No newline at end of file diff --git a/Resources/Textures/Corvax/Objects/Consumable/Drinks/alexander.rsi/icon.png b/Resources/Textures/Corvax/Objects/Consumable/Drinks/alexander.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..111bba3ef56bb1c9e690555a4c92e8c7f4a713f2 GIT binary patch literal 339 zcmV-Z0j&OsP)>A#nHU^W)WMZz#1DFg( z-at~j*(O+|yM!7_RnLt|qtm^;CFK4~Z_gS2@1FagG<;bCKmZ5;0YDAVU#vW>q(dy)3E^=B}Zx(`$W!0vkTz&X(6ZpoZ}hR+YPijgGdkS*ryd0fSk{Q zd%F^|6nL-t9VAl6exd+my#AQ=f&%VaZ+@_o&p-g-%uFwQTO9qUp;4PN0ie(f16eJq z?d9H@u$nUi@DwvZkO!7`=K_FYSvzh3&kX2t%qcJd^!zQr0OA?HxD_AY0=#+n9~c!c lgdFs{YbXE&fB^U#fCn%-WDl6kNJ0Pr002ovPDHLkV1mj;hUowR literal 0 HcmV?d00001 diff --git a/Resources/Textures/Corvax/Objects/Consumable/Drinks/alexander.rsi/meta.json b/Resources/Textures/Corvax/Objects/Consumable/Drinks/alexander.rsi/meta.json new file mode 100644 index 00000000000..95f8eb74b9f --- /dev/null +++ b/Resources/Textures/Corvax/Objects/Consumable/Drinks/alexander.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "by ko4erga (discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/Corvax/Objects/Consumable/Drinks/badTouch.rsi/icon.png b/Resources/Textures/Corvax/Objects/Consumable/Drinks/badTouch.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..2ffcd8aa6e9858894da0445c20fb7b046027a92a GIT binary patch literal 2499 zcmd5;e{2&~9KX5fV3QwXb0R@G4^U99_wIV_{m2S#E3h()IEtI7VXt?u-MO~c^=@ms zp!^b$AV@+a{BlCfAR-VG3BYh<}hw#Gvomt_(AN82rN~*L%JD zzR!>EkGw9KHg)oV!eNC3K@9LzyKC{Cw61>l;cug@?J~agk5)f#5JXXlb>$Ij*AFF# zg6}k6y;<*lT2}P14XU~y*%IL>jwXom35h6FnvhBQQBaGxs7rhHQlzH3s5*xic%xOQ zQLAo?q3LZ?eM(!CBB|7b@nm^I#sFbtLNXB!MGQINqSClBUR#eDicE)?O)jd!A|&g* z)5t14hDgZ?&u~3>^RTvaPVH7b99Lwfnqm8<$8;$x+ zpmVQpAi%lxdUG6oY6*vP6oxsm72C)rq|a!>my9B&78!a=OhFS{vCNT{o2XnBL(tS? zK3xy>RBBp}WRl};PI8P@8{oj}u#ICy2MLhC+9h=?Nsg)0BB~xY#`eNOZfGJGWo@Ea zj%HaO2V~wZ+r=k=T?QZ%>eW>(kj#bhG+=4q@BvWt3cZmk{@;F?uymYZajcRFg$DIn9MAVb9(aTldny^V0KGLN;s zYJDeJ&F+skA`E(q#?H_fdccgs7^(>3zPOv2Vs7TkfUUQ2g#hG5zeEQVr$BQKUZO<> zw+>_-P(q@ebqe9SP^UHH7CNzEAefA~!IdZuNWe|B^F zU9U3=mp}aoAAHs_cjV$9xkDR8a0+AiNG_Y;8$}R#OFixiU;V<1tM=C11BV{ktFP@h zFu35%ijB7U>r$oS17$@kqtWs)pin zZ?Ijw+<7Ixt1~*g>!J2bi@QJWPR^R-uJ3R@w>FahHPKYGLHp*^VOz=D`HSF@v&QLT z7yfLFOGL2yO>@|(%F|t+t#Nd0o>f#axcEff*3^4PkMGcCY}()O)c%vhJ7%mI_LA#` zt*Irc5#5EQTMBoN8uY~J(Z5_QUv>fhP&n(rAfn;H#|!5CdhW+51r3XW>y!I_-&WUI z^J#Um#NSM;ocG1|0}8IO1v@)ZYdU%2m7m@@Uy}#sbZT)=`&nZ3#y^he&Be`m82H%@ zZ>$(OaNkFNJvw=K>6m=t#O^ZrUYHs*^k8x8)!*c{5qnd~QN>t4R!BYjfVpCH7`($OokKM+rT>7Kdd+eHhvR35r2teUy)t;*WvpkwobbCXIR zKDhO(Dc+Sk_8czi9yj>a6`$8!xboPCd7-(Rymq}KYoMtCMpb#Je1nEyAx CH9D{W literal 0 HcmV?d00001 diff --git a/Resources/Textures/Corvax/Objects/Consumable/Drinks/badTouch.rsi/meta.json b/Resources/Textures/Corvax/Objects/Consumable/Drinks/badTouch.rsi/meta.json new file mode 100644 index 00000000000..95f8eb74b9f --- /dev/null +++ b/Resources/Textures/Corvax/Objects/Consumable/Drinks/badTouch.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "by ko4erga (discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/Corvax/Objects/Consumable/Drinks/boyarsky.rsi/icon.png b/Resources/Textures/Corvax/Objects/Consumable/Drinks/boyarsky.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..144ebd037971b61c00ea1ca1d1162bb5d0444aca GIT binary patch literal 3948 zcmdT{YiJxr9KRTBYnv9t4^35cyA|3}=XPdy_GzwZnrltet1&%j1d-0p%qH93-LAWv zCn&98r64FOMMSDp(0-7Lh#yp>fr2Q~>W2y{So%ejs`&g^jkEXIrkXU72C;kG?d;xv ze*gDl4iD_Qd-ckjSLSlL)%|_NL2;MT?}}yOH=dgMUEFR6`yPyQxm7o%-?rR~FLmZ} zYl?n(C>bi<=g^>Rhg?dmO#rLdQe z_owS-K7TD+l!P~kU6R2@?^-BK^_OA5#>9^gqRyz+Qi8qzhuuvY!~G9 z&7sp9agqd4IS48(HxIP*l~kNJq)n+~p)S_dyoxMcg4{%!%{EKYragX*1>^DNRFEbX zFOq~8Xuz~E1Fp>( zz&i9eGZ8Yl+CsZO@)b*kNEkMB3m}RRP&G_|rP%~<%k*p&G97t(my#x+fN13Q zyjX^XsBW7kFm$8=4`U2$;t9bGTX!|j)DVV?#j;F-DK!~D7Qp}`VFY5E6bPSKmabvf zv)sjEc^q3p8ZAZOz~aK!F1Ag;J%d4LLLuH9a{U{3%#x&TtA^o~D|<*V5OLY(ryiSZ z+IBa8B(t(quN4lVX$>sMG|gYmk8lBch2(8;j{`3mClT)%7O{Ud zbwim?ub7NoSu4+WA;(+?rmYd6G3)}H85F3V%5=^0m~G;gRWhv_bw)2k%h7ZP>#aJo z#9B3tNk>R+n2SEF$n)w+gW4F6W_d6q5fSZ|M{z;+qM#~ewM2{&R^Th6B%H+;h2Yo5nTZzXkPN+|)B?KK^rV`%mg=y{9%> zqw@Ez*?2BCir&t&jMislXRiLZ*bEgzvm>UvY~E{)0*kF=>HgqqC%m+g)D@p~5^B8? z$E$Ri9qhzIb~NNQ(T5^&@arAwnh}S_GyTP$^3W6X;>=9XeQ zyuGutbLgYbhd%iJj(cwW>VkKs??}(g%*@7hdw%Tt<>gM~!Y|iPPfwrUcJN_K`lRjT z*2nnqbE8rBd!1k3I{o3Nr=NNK&GVb``7?rM`sZK2x%W{2+S`BF_{!=n(w4P*e*^EX zhxqOFw{)BBr}iEGqvPVh!KXVqD*HBm_ib*OxDGvpmKAe<(!F2wA4ToAUEh9m#k!BH z&mTE)?#W|s-F5cx8^>O#EFW0aaT>!52Oe1dl(Top&gGtSo?Y?Tfr0e+oa^7Qt9WAj H-pBs}9~15y literal 0 HcmV?d00001 diff --git a/Resources/Textures/Corvax/Objects/Consumable/Drinks/boyarsky.rsi/meta.json b/Resources/Textures/Corvax/Objects/Consumable/Drinks/boyarsky.rsi/meta.json new file mode 100644 index 00000000000..95f8eb74b9f --- /dev/null +++ b/Resources/Textures/Corvax/Objects/Consumable/Drinks/boyarsky.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "by ko4erga (discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/Corvax/Objects/Consumable/Drinks/bramble.rsi/icon.png b/Resources/Textures/Corvax/Objects/Consumable/Drinks/bramble.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..f4bbddde2757558d946a7e9411ea2a6d517f0bdf GIT binary patch literal 3998 zcmdT{3v3+489pZz8zO^oP(w*mZyWQ>X z+GkrLN>GCdq@Wgwhl5&2X+)Zq6t$`-4ON073M~z7RTotH0MRx@YNNDjiwL5qv-j8- zh+|hoRk_pM?e6{a{r~qr=Kp8cz{cyEFTV2PR4Ucn*P9)rzfAmTx{!W{lav3XKNtDE zo5NIU+4A_)keYtv3M%|9CqEPo<@ycmmD0%aOp+ci`BXZUYVR2L5gs8CW0GOV&9J8q zA7L5C%CMW{9G~;MNWtly49Ja>8}oQ_1nU;tv5sjUHz+`fM2HzL72VJn&#)C-gI>pv zIhLu2L?aotGgin97|=0zTw;#x-JMTz4@j@JRN7@}ebkg2^` zsxGi>V=&uOQ%3JHY$1w#gX7BOa=I*~yUx&%|#1EXhC5M8@3me5Ot(eLc@gf-C>qV!eexKMK7R=sdZAtid@dnNR+Ur1vd)~awl8m?UxoptjVtqEAxRTU_*AORaf z2y|pqWr{AFlC4St*C&&XPBaicoER zxj-oBIf|sJJ@o9Ti~`a*Ompmm)F(F|uMmx$o0YAbJb^?8sxBcQSbe$6QDwy0MmjN z&~($J`-Vv9TOk@0KLqhxkSA6wBB@9Owxm+BJXB(y0#GfaB2%`psncD%nt<=mQ{9jR z11j~t^Z%Tu3#4Y8y-6yck32m;`WB3ztw@k4mI)+{P7b0><7Xm;2fD3U#5ReptICHU zehczk+;lNdp1yZJ`k&-!rKeU~Blq5}S-sCzH@%*C8?DTu#@YJgVk?vmrv{y(lDVor z3M_Ufi`RP}bdri2Nrm{F6G#0KJ;ubB$pMPqBu6mf(moW>16KPrvtlaM@K9g2Ge5NR zgSs-``XK`o7-m}-xA$5Gqd+oOQ!q-d)N3QW3NBEb;Hh|w+`)L zE@=K&TQ6wd@sVGd^5r{T8`7Hg_CE2+UAt!vtr>hu`u*qseC&r)$8P#!3zW7@Pv6@3 z`u2{-zrA(m&X?5Rwx?!Nqup2B_Pg&-_g}Pq-@jYlIjwE~&N`XB{odK;TWD?oo3gbSa!f|{!P!Zbi2+VNi= zU-e?cij8~rKd|qQcR&8-Gb?XyyycZc-&mO%XuWhlw|r^-#J0EJ`CjT^%aPnAGtX_i zz5`DGY~?HWd&hIiB?G74yt%D))y&f9=#dMaT5_VZ{6N>l)`s{5-PgS_duaXEJN^S* CG#an~ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Corvax/Objects/Consumable/Drinks/bramble.rsi/meta.json b/Resources/Textures/Corvax/Objects/Consumable/Drinks/bramble.rsi/meta.json new file mode 100644 index 00000000000..95f8eb74b9f --- /dev/null +++ b/Resources/Textures/Corvax/Objects/Consumable/Drinks/bramble.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "by ko4erga (discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/Corvax/Objects/Consumable/Drinks/campari.rsi/icon.png b/Resources/Textures/Corvax/Objects/Consumable/Drinks/campari.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..b9adba71002991d6a790d30bd52db2e55b553701 GIT binary patch literal 1768 zcmbtVeM}o=7(Y}dlreEkr!eMmY!Srkee~MVlL{T})-DtpRs}Ipj=Q(*t-aoHcU=oH zLSQ3vYMj%!h0SQ@$8avwkY!G1)NIR^8Kc3(k>MYJn3$0;H4*m*D85(PW?QDl+2nff zz4v>6&-47Ak9*GFw7Jk!VnPt4(Ccxvz&mPOdCTCx*3Y&i&<7f1ZB6|4Gx;dAp+OBV>*|_V_HRq!38v46%}2SW2nK%b;@zw zfk9W7Vvv+9ZA?q+1QjEaoI+4$(ugSq6!z$& z24p#!$&^3iGDc)nQ`Vb^idTjnu((Wn;IBWf^@-RWl83cAv( zsEDQtgyndn@EsU$WE==sdRx3@1(s+NVE{@0A>B(bO%Cb_P6f^oRO|m#8Uf=XjP6|u zk+?DX)VpgsJp+g1!&qhq7ktQ$J`jWRPKARljGcTDL2|ZvUCuz;&e?r+o{i2m=j(_y z@ekca%TF&qJ2+U`e#Dx0$l4zsE>}mb#iu_;FTA^JaD3oId;gzRE1X;WuQiXL&##^- z7#NJ~Y9GI{w)u`;w2~w}r+Yx;%qCzJsZsruqCnz54en_+;)^ zBhCl>-($ZPP79SgL&xti8{ZO8O$%-BWOzds~y4q#tP$65|zRc#>RP4f9{27JeA__6@~bf0Z5bt z2m%in60i7RBe8j0kECL*1(1gLvDTFK93a!}=uS}V$e>Jvh!-tn)nJd}u!sd>pZpA=?1+y@C|Zy*FL28ES-?44UvNe?+zFM17HC1)+aHSc_E}^9BTjo N002ovPDHLkV1n-gvT6VT literal 0 HcmV?d00001 diff --git a/Resources/Textures/Corvax/Objects/Consumable/Drinks/daiquiri.rsi/meta.json b/Resources/Textures/Corvax/Objects/Consumable/Drinks/daiquiri.rsi/meta.json new file mode 100644 index 00000000000..95f8eb74b9f --- /dev/null +++ b/Resources/Textures/Corvax/Objects/Consumable/Drinks/daiquiri.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "by ko4erga (discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/Corvax/Objects/Consumable/Drinks/darkAndStormy.rsi/icon.png b/Resources/Textures/Corvax/Objects/Consumable/Drinks/darkAndStormy.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..6a358bcf75d369c4986cfea34d1c55895df18714 GIT binary patch literal 3687 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Corvax/Objects/Consumable/Drinks/espressoMartini.rsi/meta.json b/Resources/Textures/Corvax/Objects/Consumable/Drinks/espressoMartini.rsi/meta.json new file mode 100644 index 00000000000..95f8eb74b9f --- /dev/null +++ b/Resources/Textures/Corvax/Objects/Consumable/Drinks/espressoMartini.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "by ko4erga (discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/Corvax/Objects/Consumable/Drinks/maiTai.rsi/icon.png b/Resources/Textures/Corvax/Objects/Consumable/Drinks/maiTai.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..f431816d4690654a77b7ff7d4d0cf1018e152001 GIT binary patch literal 4191 zcmdT|3vd+W9luyhK#X=kJBZ>e%cvpp-G2Li$QfdeG(j%VkW4Uuvb*26xodK_o88TW z0F_7ud{i7jp&dut+BDh`N=q$FsX#}ZIyIxVRfa-93!#-MEv5q{)alr7??u#vq$AU* zxm<2{^MC&S&+i^tSpBu4Yo=Zk3WbWQDx)>zlM3GB$C1BYXXiQcF~O<4&kKbnP7dA$ zq3=F3g%A%WY8U&9WAioBPKI@48#vsNbO?1QG`qCJ(ak38QwDBKq$2d$z58h@fg*Ih z7=tmV9LE!toi1L~SzT*(Hkm4-OYf#;cW6XF68k#Uk!((RT1SLV%hkwr@R*^gG>P97 zq00h=)Z*Aes@!%lrG_CeA!I384V#dIg2BzAILPq~zI-p@}*dSz1lB zBCCwtMd-NiI~v2Zx3`De`LOLaGOVhqfeelVgaUXgQoh~+Qr?W5gedk*H{tjRJ4FQ& zb;EA;BQ!BJ<3rNPi%of1oCsn}hwde}6&&!8R7l>loISWHPV9^XIk^H?n{XOYPOJa4=JYJ-gL4@!U3I=8T*- zo?nA6;W-9&LY`)Jv~m~gzU|i9c5^Pw3v>QboDi0%;vle4B-hC>$0{NPvCQ%+nn_W` z^@$X++r62AAz4{Cs{1%X2TXwF0L#{LP!o8KSMG$o24RLYW}}3)B2Ov+$O0(Va-2qf zMd=fyBo~qH>!T7QQ?qP0sS_X*Nxcy>PO6cn^5N0S?Pl90iivf6+KO0At4evko-%P& zG(r;>!ifaZOhsfZL$QD^BNK?MzyXydw~8Q$s%0r657``l)HYj#j0yNN)q`x4$hf4{ z!h&K60uOXm#z4UW1cso>09z7*P==B!W-uYvEN~N~fc55~QUj|Hk!Wz(VlABqGL!`% zAwdKN%bEZ|*^(j0saS$Rm0Z%ClTt?f^GJ-nY!%+4H)gMz6L$}9Gz)bkNTLE*lVt(N z3p!AERR>s+EtP|a03^<4f&wHWGPOOTEJTRTYkIl;<84Pub-#Z znUVbR^tQ`;WvK?l0v3U+@;cy=U;q_KCg3a%iM(PVRTgrnJfs0m`OH(X(_ zvS6BVJ=KWG>}2Q>{WR@V8+M08(9vC;j7;o$5!!O?B$e+!ly6hI<1{BsJ%~NimO|O7 zl+UP<^&spfh9EjrOWp+P3hEm*ekzY8Y^WH>f`x&B1Oyb-Fh~#LFnLK>5x6fv{6_WD zln~}+odXt6dbSJ&De#j8GSX$;5G~VC#gY9~HJ;Uk{0#el&eKs+Gsxb2Dqo2_y)ybn zjh`j)0+x^gc!g{soJitl=n@2~r66n>SXE`|3lP6i{T$n-l1aeN^wUr8TK|(gP0!TK zXk1)AG3UV%;tC);Fwwq4wbRd4;=gD47HU-D?`T|gUD@}SJOH=MyY*M62LHZt|3~}U&sJ})`PpXkttWOI|FU1O zchdV6fB5*^EAJjr3;W^?hwd!hc4+e9U%a-qXXf@~*B1Av$GyC6%ck>>{p8fU_x9k| zrag7uSX%v~L;WATbJNA!Zn}8$u46CuJ#^4*sQ&AOKmUc^FgWGcR@d3nOU6&%Q?Gn) zX?5Kif3y6Z=N?;r?z$6w3+NN(tiErqJ*kYJ9@_Gi-`==0Iq~`SCztP9)7sHBpLeyKxthJJd?O!SgbL#SdiEP7 zb6Tz+JT>+FrlSpqFT@|6Rd!q90cQXFSNcnK&zS&u?j>;F$^PT}uWDGZ{q)MyE$cq) zFMIl>mfoG+e(}tL+rL^LYN&&+hCW!mp72(@w`Sgt{~3Dw$cE5UXG+Rm?b)=fd-^|a zDBXA9+Vdw@)^)E+uAWF(`iuTO@O0Dl58nTqYnL23=G}2uVdbozfj7k7oe!U_+ub+V xb75aSw$L7aP4(l)E|mYCL}b~42MY&_m^n9obo70uJNOEqYHoFO$34p*`VS5-eRBW+ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Corvax/Objects/Consumable/Drinks/maiTai.rsi/meta.json b/Resources/Textures/Corvax/Objects/Consumable/Drinks/maiTai.rsi/meta.json new file mode 100644 index 00000000000..95f8eb74b9f --- /dev/null +++ b/Resources/Textures/Corvax/Objects/Consumable/Drinks/maiTai.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "by ko4erga (discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/Corvax/Objects/Consumable/Drinks/moscowMule.rsi/icon.png b/Resources/Textures/Corvax/Objects/Consumable/Drinks/moscowMule.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..1caf3f40044e3b13cb787c842f4500cea2cef08b GIT binary patch literal 4082 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%0DNa8kmC8NVZcv}w%0$jS6-Su#7R{JdxAdr;f+nhr z;adKeIbd!UmjzpI9o6l1UDn;}qWb6D{LfM4lBvXDGKTQhz)(({nQq9IlDWRhnRi!x zZ}V{c5qFk_?E~KwHXxM5)F$3uIyP;sBna0tb-~JTq~pxW9S?mpdDJJb@hkWDRFUC( zPYd_84DXpeY}lMbog03=>{{G?WZ{~nPxtk%d5QF&cGno2>BYUn-}5D=uUdCv?rLBC zj`*n~htIuu!oBC>_VX3~MU9>Fw;qgiTSUn&*X80PXQYuAxM30Z+GDGi^zPZaY~U|X z5<_?2y?g$0s_4D3&gB*?B#0(@6SJhk;`@6wC4qiY(xgFjCfJ<`3Xr0Z*@@yvq3 zaiQG5X<0<5Z*7@H954HA%%yQ(938d(omrE&9TL|Po6olw|JX0MV9%daYSas(%O)>> pec(@D`KqPv(F^a&<|eRf literal 0 HcmV?d00001 diff --git a/Resources/Textures/Corvax/Objects/Consumable/Drinks/oldFashioned.rsi/meta.json b/Resources/Textures/Corvax/Objects/Consumable/Drinks/oldFashioned.rsi/meta.json new file mode 100644 index 00000000000..95f8eb74b9f --- /dev/null +++ b/Resources/Textures/Corvax/Objects/Consumable/Drinks/oldFashioned.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "by ko4erga (discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/Corvax/Objects/Consumable/Drinks/paloma.rsi/icon.png b/Resources/Textures/Corvax/Objects/Consumable/Drinks/paloma.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..e438e5d8a164bb44e24f2b3265cc0f7c1ae9286f GIT binary patch literal 4153 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 O Date: Wed, 21 Feb 2024 10:46:45 +0100 Subject: [PATCH 07/93] [Resprite] Electric grill (#1882) --- .../Machines/electric_grill.rsi/high.png | Bin 573 -> 363 bytes .../Machines/electric_grill.rsi/icon.png | Bin 775 -> 519 bytes .../Machines/electric_grill.rsi/low.png | Bin 569 -> 344 bytes .../Machines/electric_grill.rsi/medium.png | Bin 568 -> 325 bytes .../Machines/electric_grill.rsi/meta.json | 2 +- 5 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Textures/Structures/Machines/electric_grill.rsi/high.png b/Resources/Textures/Structures/Machines/electric_grill.rsi/high.png index 26d0dc6173067318981c13925dde58f694a4969d..3cd0cdf83555a8b51a2f75c39a15d4dbd69cbe06 100644 GIT binary patch delta 337 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 iM!_f;1sS6N3jhF2!?+ro*KAb)0000 Date: Wed, 21 Feb 2024 21:53:53 +1200 Subject: [PATCH 08/93] Microwave sprite offset (#1883) --- .../Machines/microwave.rsi/mw-o.png | Bin 545 -> 557 bytes .../Structures/Machines/microwave.rsi/mw.png | Bin 333 -> 492 bytes .../Structures/Machines/microwave.rsi/mw0.png | Bin 448 -> 478 bytes .../microwave.rsi/mw_running_unlit.png | Bin 454 -> 874 bytes .../Machines/microwave.rsi/mw_unlit.png | Bin 171 -> 138 bytes .../Structures/Machines/microwave.rsi/mwb.png | Bin 809 -> 831 bytes .../Machines/microwave.rsi/mwbloody.png | Bin 737 -> 725 bytes .../Machines/microwave.rsi/mwbloody0.png | Bin 268 -> 241 bytes .../Machines/microwave.rsi/mwbloody1.png | Bin 1153 -> 1365 bytes .../Machines/microwave.rsi/mwbloodyo.png | Bin 1069 -> 1077 bytes .../Structures/Machines/microwave.rsi/mwo.png | Bin 453 -> 744 bytes 11 files changed, 0 insertions(+), 0 deletions(-) diff --git a/Resources/Textures/Structures/Machines/microwave.rsi/mw-o.png b/Resources/Textures/Structures/Machines/microwave.rsi/mw-o.png index cba5b8108fc0e7eda703d3f8e94eae92d74fc7d4..3a80a3f7d7baf1e54ba4cc0d2e85b43439d4e7eb 100644 GIT binary patch delta 533 zcmV+w0_y#t1g!*+BYy$(NklsJ#bbs$0Lv?*GT&{jWHJmN< zmJQ4XsRIFc6o7e90%Q<50AwgA6c;bX)SdN~gJGKR4-5&MiBM5d39Oh@8p8&lzzR1} z24xNo2Fpl@uaVWDIACILBV6wO{d)``%iq3zOEfL7pbRegKr}K?x8-3d=KcT{`ts!y z0|>(aiUW`(V1Jei3k!oCK@1Hu6rDDoZozQASrJ_r%tvtma>4lKyd(aB7}tiDfGh!cNswSJcvdH{Hlr!pnsfz4WKvxIT3;sgDfY71}nxw zfZ`vN2(baIB_VQ1VAF(K><+LLTna9V85j^vF;EHEyKNdnuNR7c!Ny=X06i3NTZT^t zVL3=uV?ry#7ZBq(#Tgb2}=1XWZZAg5#mt_^8x+oVQ!P z3?2ten7r^mwGCgqcqv0{Y&1^!g4}pUln_u;)1s;aK$hb&^VY3vV0!RG!KecU+yS7( zA|=j8W#jRgsfFr*+S+QoS%w^dFB^j7P#gdQt&PQGTgb!1$A2Isro!;(-Z_Tq`d+wr z{eo&ZTj(ttga)d^>HwHQVQAJyi^>3^VXM02xp-1VA8kT_3}SATHt^K+O;U0c8#jtl~HmAvHsQO)8Q> zT4xUf!_U9?9e|t&NzH;FTIeeixSoIb;4TA$tp(gHet%U(a86*@^AW!TkP{)y5v0(# z04V<57>bBbgvcR58n^>4<3U9+0|TNC0F{8f+omz}dNC1p0CE{lK0vL28WUO>zJM6_ zG0jGC0IY_hCO|fmi$MZNKEv*Sv!`}3GSCscezObJ0Rsg_9RL7XP$pD1aNGd^0000< LMNUMnLIPldA^O@6 diff --git a/Resources/Textures/Structures/Machines/microwave.rsi/mw.png b/Resources/Textures/Structures/Machines/microwave.rsi/mw.png index 3a431a620640bfdd9af57514c2fe02c3b1d422be..866a338635ec9880c2afaa9eba2b60e4e2099967 100644 GIT binary patch delta 477 zcmV<30V4j*0_+2j8Gi-<0047(dh`GQ0kcU&K~z`?V`PAW36mH8hq0+eFJ8QqAvQJ| zr*Q?j@r*3UvTABt$XtrqAj@%?dF$3Su=z|B+d`oMqYfDG5P&B_P-2l1=c6!2(Y50< z6O!N=VOosM-2UUsGB9nB~I4 z!eB=bL!%px%zyuJ`42J|&PE9VB$fG|2haR9O;wL?Hx z*MI?p(E&~eP&)+VJT90qCKCRTn`)RLk+1iBcO9G?&T>K(!&2jT|*@Gz3ONU^E1VUs{A-00000NkvXXu0mjfR#v`b delta 317 zcmaFEe3of~WIZzj1B1(wu46!ou{g-xiDBJ2nU_EgOS+@4BLl<6e(pbstU$h2fKQ0) zgvkqy&D^%_JbmH9O;HgMMFk}%M;Eb3e|g!S%qM6F?cx0*}aI28MdRBS2M07^iCUNdrYEdAc};SomL^cv`4Ify4Fcq&E-$ z|IZ5$uyEd)wXCn(t1o;@fb}0&4!Mc*+b76Wd@^>DlBqD7sGy$p;A90?vUi^{m*h^C zUja(f&WCC>$m;k^=8zO#@M6YgpF^8E8g}2Z+OT0=8n^z!w+FANGA@|BA=hk~XY}-z zAfL(KrWEndDku(|^&sAKZ|8#xf7YmbR6HwPcujVRq14y=f3|P}oyXwm>gTe~DWM4f DP@sSD diff --git a/Resources/Textures/Structures/Machines/microwave.rsi/mw0.png b/Resources/Textures/Structures/Machines/microwave.rsi/mw0.png index a181295415cf86419a359881ba29ce9059c80e86..603d51984de5df44553d6bb27ee44aabc208166b 100644 GIT binary patch delta 453 zcmV;$0XqJ`1KtCWBYy#sJ#bbs$0Lv?*GTyA1-Bb*Il zW_$R90ff;3iUW`(sT~5kx&{m&j1F)*fZ8D-CojVQ!sq}c8zLt{ zYKOr2a~IL=2J=xu067uDLVy(d;e)#jpn4ueqXR=DeFhLl2Ph6ePJ|$ZAj?Ui!HRJZ zpb)?o3Mf$k(~BGuFfrojJHS$KDYz(RU_fn(J$v>Tt3DAJ4nPkDthxvaqFRp6OqAM? vpt)350IChCY~-kMqaiRF0;3@?1VaD-ng98SS_-DK00000NkvXXu0mjf$;-W? delta 423 zcmV;Y0a*Ut1Hc22BYyx1a7bBm000ie000ie0hKEb8vpVQ!P z3?2ten7r^mwGCgqcqv0{Y&1^!g4}pUln_u;)1s;aK$hb&^VY3vV0!RG!KecU+yS7( zA|=j8W#jRgsfFr*+S+QoS%w^dFB^j7P#gdQt&PQGTgb!1$A2Isro!;(-Z_Tq`d+yB z#NI{}b@|2ha5mO705XUi0J0q9_4nT1LDB-{oA#w;1 z>j(i+Rh$-~2Y)?Q2OtA#hk&lG0hqpg`2ukcpmqqz$;%LS0CFOvb_kq5cM+>N&O}IR z76j2kUzx!5{KE%#85nFWP%JVu(g)Meo;}9x0OUjna|9_g#UTI#_)0GP;10Nq2NlH( z45)Pgy3cVs0J#h&AD~)}&rB2tz-lOJ0zziO9dP#4E+9sR0RV%iMKod^005hy5rJ)} RdK3Tv002ovPDHLkV1m&4vAO^N diff --git a/Resources/Textures/Structures/Machines/microwave.rsi/mw_running_unlit.png b/Resources/Textures/Structures/Machines/microwave.rsi/mw_running_unlit.png index e225b91c376ff0c730cc7a08649bffb2230c7b17..fa29f9d415247f9d897c6fce004d7636bb9b989e 100644 GIT binary patch literal 874 zcmeAS@N?(olHy`uVBq!ia0vp^4nUm1!3HGP9xZvnz`$(i>Eakt!T5I0*(^~(w1^4vLu~z zIJjgv|7F|EtfucgXV#YZ1}^`-dYB}cutM_mJ_wve;dA2cLJF9E^@B19Sb?fhjeR6z^d*1e@GtT?9{Dw;2 zoqgA0w6^NpzqHtz-Qwog8}X~MKNiYK`@g^I^(vU*eOw)n$FKC)`P=rE{Pc>5-7A&w zIQjkax*7ZD-6<%{FkZKIzKCVXCCQtQ&g;(4Rd^DiW^^Pzy1uB`&XSjFL2Tokqshx# z3_QCI?A-e?E3dja?p@4^wf}z}{QSgu<~^pZ+7}`d`wx51XL4XI(#|im&DPrWW~o18 zMQB6d$4ko@)-b7l`@LO1vG{XvgYCP(McuL;KNNq7Fo-oQQQgM5?#IK0_bZL6{%cEp zmWsBY*MCe&fe9D-FWxxwe~`&d=`U~2FaI`qx!qgt1;)*buPhT|k^l7>$>Zy7_RhYt zoZ-S0hf7iK*%#Q>K1(V(d{d_X#;srOleV*oH0a)wns2#n>h~M<*RI|FyJ5Z#gRbXp zCd=;k)%FcvpG&U1^~-+Vo)Dq2QZ^3ivokFxGJFBRDHMU!E* zL#OPe`RNH>B^#Lq?OoHfG22#g_oBG*O+f<=St? z4FCUid$T{k+`9Ga%!E&34jaH8n%2ql@%pvn{1y*-_#qMZeXsn1U!Om=(A)pgjhHgqaxcIGx| z*HyeIpVyQ8{rT~0>m%%!3NZ=_AR&u`EdLmbY-YwCcFi*d<{<`8S3j3^P6Nn{1`)dPG&Tt!7h6cv<=&D?g?8cdkH@c+4JnUY|!NdHe80)oOax9vQwvM?N| zcICfG(m;y0B*-uLKN4WDeWBC_l;AAzh%9Dc;5!1sj8nDwfT|h!JzX3_BHZ6jzsT2Q zz~d^|+WGkZ{_7>t+pUXND$d$5W1gx_!5L3^jw_k}1^6o*J{;K26ns9l?&P%JUeAjk z+%mlX?1|Pi{YF;*p9goH3VmRwvR+u{d)c<*YUR#TRu?=lY^YOY+;H{ylU`1#Y36Df z5p@eVA8dI3;6gS-B4Z0n)j9i9^B*wsbI5&Y_@LkTX;VnsO@5~ds}I!r#HlyvPp|u} zq$6=9nW6UYzsGG(HTM#Fup3ijZ_&waqfl{x*@L&c3%YA44`+s}aZ%7E} zXZ-T@cfT~($I50ypd0SZSdjR$QLW+dyk_V1j4iAJLN7l4eW0?R@6B&vEAAhx?%ETy Qf#JpA>FVdQ&MBb@0596R{Qv*} diff --git a/Resources/Textures/Structures/Machines/microwave.rsi/mw_unlit.png b/Resources/Textures/Structures/Machines/microwave.rsi/mw_unlit.png index 3163a9775823af65c50079e392bcaac7df63f8ce..2d999fd58661e25a6db49121dee3511679999ac5 100644 GIT binary patch delta 109 zcmZ3@*u^+OB`wg?#W5s;GdV$mb+Mv>6cd;z;bPqA@&CU5jgR3=A9lx&I`x0{NT;9+AZi417mGm~pB$ zpEOX=!PCVtB*OjeIYll81s=DDiAIvPlh3}{xwpqLU`pZ!Yo7Pb$A8>rVPH7mrBk`4 tM9%MhvEt9WXWul2{pMq6IN#xOX$j}a$B`>Jfo3sqc)I$ztaD0e0sz@jGP?i( diff --git a/Resources/Textures/Structures/Machines/microwave.rsi/mwb.png b/Resources/Textures/Structures/Machines/microwave.rsi/mwb.png index d76370f26cdf1290e98787285c1ebcba07383cfb..24d008b6235bc571d0189c49a97ccb86cb2932b7 100644 GIT binary patch delta 809 zcmV+^1J?Yh2EPW7BYy)1NkluE)*=Rf5{V&|ph)a@pWo%==Dk#i z-EttDpZlHfoO|BA?>|_p>9?@|i4~=$HT#SsXqaLLn{0a9yv_{`lyZF^O?Gd?&zUtyxURv>mjbTVIoV zE5M*B*#&VN@v900)15!q9+sAaN+m7 zxdnbiSho`Z;CeAHjfS_QSj?LSeA*;o%*As3LT;L-odCGC5Mvwo_GLlh@ga)|B4=>` z(HL<|bp6%h<`(cy5)AF`8Zlj*g^_-Hnki^<+CY=s zuMy&?Sp`KYiF870r5atMBQNG&8KYeOAocq9j*+sc&idCFat2akHq|YT1@j2_UM3O+ z^iEuxKD1vmM;uOXagN-r7Lzha^%?Aj{kwD&P-asY6dC@A>@1O<_zf*uTrr8!9`l0!~4qKNe(hyGz^TPCh9}65=a? zECO3@3nG<$=pYM05n9PeY{Eb$a7tM-}qYu7K(3JkU`g zSe7!Vf$ewx2zUKHisyt)sNDZz!90rzSO0kseBl;6pYWwM~%uM$Khm`!vc3x?C~YPv-T<8#T$$&q|2 zsE=hb&40aOpYZu09EhTrF65&-0Pf7#ADQZ_7zq%xDVxovXH2aOl?{@wzo|IlhG_@8)i!Et|UMxXM4hlt`Z@S;?%&=L+ z6-3wvn{Vd5x9`3A=FMz!63U(F`cIDk76!qL3=Iu-40mgEIDgk=TYGzt+SAlyB<~b+ zaq+#5pHH17Wq_=Jf6jnuLNv>s-G$g4eb|3kuD$&jYfDykjw!O$@TP$A@oMam397fH zPi1*N`!YFKj5X;P!Uiz~VDe>jSnl=oU>M1^ysRqS)5)<&*J0G%U6A6gL$bQukm|&g z$cNX;b5QP1O@BIX+#H)QbEkmMp&EhyM35Y3KM1xKBZZKR}sVjVfnsoYp!m)!ZYX3l|AfKAnG`G6q#{IL@nH_IhK65+)lMYr+{{Q!x)(S@_)NIT|`%NMJGS5=12xa5%hyS zNxm&?3Lama0(9eq9$B+R3KL*RWUE}g zl3ak@gz!Z0I3!a<`e|qHhsO~8GS`^*tlm{jtIY&;zlWdHEjXjEVqC$ttgYExL>A{N zhT3NVA0tTLMoac7)Hj^gL_gSPSMMhGV@7X^>3ypHg(Rb+z)nH2CJ#Gm}3} kob26psdBYyx1a7bBm000ie000ie0hKEb8vprtTW^8clKvDp(W6OnakThyP0|Wc4jx7uz$zaCeS9(Is_ifrnj3N z-1nbAA~E8ezc)78VJOhwf3m3rD7h=<%E|}E);WSUfjuWc#d7#i#JcF&nGC-O4 zyJOOvL11DcX>A!lc^?K5Uo5=dar$~~NOJ}OvTtLf@Tj}nT)BTAl+gElYP?~>uC54p zJ;$N6nuFxz41d7KH|QOKhci>gy1V0(!Pp>B7J+tSl$>_#`+qkB5f5^R)$pc-83fMF zrh}ah6<1*)dMrS%@*OJPfdGfmpFzJy@D1kl* zp;pCI5YC@VoAzEjEk%zKPy(F<)>8IPJEb+9xfpz_%`XNyo8zDRX^AcMA3*22MggG~ zm#47-kW|5GZ}lzgCRRh#CbJwOIwV7vWy3e|rxTpd=Lc zF{ID>v3dg_SLz`)C?0l?+MnsxyeWsS;Pm5p*3#h#*e8phZ8+2e;y>Vfs+E8ePy$Ne aP67u8sZ_G%0f7Mk0000$BBqM@N7B{C4GNnfV;H;@u23Gxg6j|vzbD91_y zvZ%8U&@!VQ2()t>m;rDOcNLu@D|Nt z)OOGcTgZ2I+e-t^i^fF_-&SUxWqADHIdg*K=I3@d7-e^DXHmQ;yX%#eY9gbMzsvd? nR~a2H+TTd>Z1^tuk25AB&vFy*su!U^s~J39{an^LB{Ts5SjuDl diff --git a/Resources/Textures/Structures/Machines/microwave.rsi/mwbloody1.png b/Resources/Textures/Structures/Machines/microwave.rsi/mwbloody1.png index 3b4b66c6cc25f35a1f0681d9f47563c52b6a726b..c4722297086cff418dac73fbd77579ad0519bf0f 100644 GIT binary patch delta 1347 zcmV-J1-$x!3DpXaBYy=PNkluBB?NY31I=iW2tH*;t1d*|?4BrQje_rGF&qJLzia$2@+>&(5~_j`7< z@MJ9eQ`iB>B}ZG(;JNzB{CkS{3vMj?7Qn%SJ;5!j(z8#NC0_n=<+u922F}*o z264_UvFuv_=zq-co*i;>=1jL=BGX#sPNF-1xZBqUj!LC=nK5gT+_^a*J%@Tl{`x&> z)hWk%4|}cmb|3PNc@V?C2jFhnlheCDW}n6-4_usOW>KXw22VNpR>)}KBpliK74pm~<_W-z4 zb#%*Aq4SVCkF7GtD~>D{I1J~ZgSQU0bsmoDbjxXm(zm--~liTSLy|3032lj z2slkBIDd!wx>Cu4VcU>=_0zBNr2FU4DXS~eK5U2VdjPNsv+((bgMGup#!)!UI)I=K z2mpge!!7Q;@ceI1{>tT*Zj(&iz2m*1B1?)Y&C}c;Ktl};$F6Q4QNWG5y3k?UWM@r z?0=RA58S!np2^nVru__n+EKuVA(Uk!k7QmV%^RN4y#9yh+}Hcg*WUB>mDyTt+oJ8; zFD2Kk+f@HcQGBp*UTw2oAHU|0tC!vx`{VDuUZDh(fD%vwN{dnjesW(ENY|f*Tsg>|m^pdRNzIen88{FK}6IVGIEcXos>W``#{4WPJX|{_kYk zT-(97TecmUj>1j1hvnIC}I{IkBxp?^WJ zx+3kvcF4X5fRSAEh|e6O!jPIDkYz6B5~K7UUDvFuv_=!oVAq{E^40SO4ki%en7~+w+j>*pYPxQjf`A)8umQZ7HvOd+ygL~^8=pWe;FJA4?xlJdHjYz zy;7uo*bdqE05Fn^PV)KI{D3qkfT=P7qWJ-uA29Z_8vNY=O8xzSzzWB`T|9q3Kz~0V zFg*e)cPqqc%?}_X%?}_6l}bPfC;=s)1eAahPy!P|;D2V$wc)$^aXJ71002ovPDHLk FV1fpGp``!- delta 1133 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 TU~k1e00000NkvXXu0mjfrQzxw diff --git a/Resources/Textures/Structures/Machines/microwave.rsi/mwo.png b/Resources/Textures/Structures/Machines/microwave.rsi/mwo.png index 4687d1a4542760f8eaf838be0f8293230630d6fc..ccd196ce55190d5935a87f030e747205d97b89d8 100644 GIT binary patch delta 731 zcmV<10wn##1Ly^i8Gi-<004WAb*=ya0V_ePF2Lw&&A{iu z!SJzoFNzck$Z}8u1o>WASQtf;ki{^?Fm=Q@1f~Z@GaWj7f&o-4K700<;r{)5FmVQ$ zp>P2r806@Ir+)#M`Df>?V^Fu{fpJNuL5{e2_zMGrQ~`?K|GSSeeB6y91m>_jd~lcH z5T-cQMRauyz-C^)d;!I5j1U0Hk`tFGrXF60!Ub{UWf?w#et#p{JD!5VjuymApkM}WDp2c&4~ghNEjb1h<`+Y9103CkfT8Wo8=&JLnD0< z1y1Z>29#itS5RiKv$bG2yl*wKINTtZ!7zs)D?(Vj46Yto9+^#22q0^O`3U9^WH|-~ z!WP5SgR(g`fDr|8vmY~5*Y{$mRS3Zl0t?*4E{r0I%{-U_mUXM9gK9*S1}Uhfq81=z z7Q8wZ6@L-=&%?vV0IE1%zj*@}rZBrr0UsY= z0gVrU0I1{e>C;DW8UXRh>Fa~^klL|@XG4&sFjPQ}<;Z%mjSrv?&A`-;jt^jsg3<8- zPy#{kmXDnA0g&%+q7AWu#74&lK%qc$FgiX!^B^9zU^E0qLjX$%0006zLlkrxRnhl`4(SRCZ;#IWw1%u67LCEd~2k%3`jKlh(RRv_Ovz$e6Y z!sLa4nJ@ErkR#;MwT(m=s~o-U3d9^Ox<+?8@R z5O8t!{B!)beQvpWbLhd`=;zC3+15yJeEdwh&b7dj>z|W`alyyzmQPa~yO(mE?kg+U z*bs1)-DO3KO31v`Y=TV;2Lm%W{;jxBCJ^(oIymgxp$AQ04hUIt)GKpqFMhdD;#|wV z`z$7D4F=t&{4DSh_#B#T=WxJ>bM=L-0w(e* zjuEWYjKvervTJYHkfiS2ZmzFCqsAiVvY&a&?i!Brp8^Jd#D6Y0WdHoI&3;CCS?9L+ TW&C@9VZq?(>gTe~DWM4f-ix$n From 128f5e8625c0354172430e9bce0f4806d80ae4a1 Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Wed, 21 Feb 2024 14:53:12 -0600 Subject: [PATCH 09/93] Adds random pill canister (#25316) Co-authored-by: Jeff --- .../Objects/Specific/Medical/healing.yml | 64 +++++++++++++++++++ 1 file changed, 64 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml b/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml index dd17e54efa8..9b17d7ed32d 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml @@ -716,6 +716,70 @@ - ReagentId: AmbuzolPlus Quantity: 5 +- type: entity + parent: PillCanister + id: PillCanisterRandom + suffix: Random + components: + - type: StorageFill + contents: + - id: PillDexalin + prob: 0.10 + maxAmount: 7 + orGroup: RandomPill + - id: PillDylovene + prob: 0.10 + maxAmount: 7 + orGroup: RandomPill + - id: PillHyronalin + prob: 0.10 + maxAmount: 7 + orGroup: RandomPill + - id: PillIron + prob: 0.10 + maxAmount: 7 + orGroup: RandomPill + - id: PillCopper + prob: 0.10 + maxAmount: 7 + orGroup: RandomPill + - id: PillKelotane + prob: 0.10 + maxAmount: 7 + orGroup: RandomPill + - id: PillDermaline + prob: 0.10 + maxAmount: 7 + orGroup: RandomPill + - id: PillTricordrazine + prob: 0.10 + maxAmount: 7 + orGroup: RandomPill + - id: PillBicaridine + prob: 0.10 + maxAmount: 7 + orGroup: RandomPill + - id: PillCharcoal + prob: 0.10 + maxAmount: 7 + orGroup: RandomPill + - id: PillAmbuzol + prob: 0.075 + maxAmount: 7 + orGroup: RandomPill + - id: PillAmbuzolPlus + prob: 0.075 + maxAmount: 7 + orGroup: RandomPill + - id: PillSpaceDrugs + prob: 0.075 + maxAmount: 7 + orGroup: RandomPill + - id: StrangePill + prob: 0.075 + maxAmount: 7 + orGroup: RandomPill + # Syringes - type: entity name: ephedrine syringe From 046c874daeb60609d8880fe27617836d37de1a94 Mon Sep 17 00:00:00 2001 From: keronshb <54602815+keronshb@users.noreply.github.com> Date: Wed, 21 Feb 2024 15:53:46 -0500 Subject: [PATCH 10/93] Moves muted to shared (#25374) * moves muted to shared * fixes usings * Update MutedComponent.cs funny webedit * Update MutedComponent.cs oops using statement webedit --- Content.Server/Abilities/Mime/MimePowersSystem.cs | 1 + Content.Server/Mobs/CritMobActionsSystem.cs | 1 + Content.Server/Mobs/DeathgaspSystem.cs | 1 + Content.Server/Puppet/VentriloquistPuppetSystem.cs | 1 + Content.Server/Speech/Muting/MutedComponent.cs | 6 ------ Content.Server/Speech/Muting/MutingSystem.cs | 1 + Content.Shared/Speech/Muting/MutedComponent.cs | 10 ++++++++++ 7 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 Content.Server/Speech/Muting/MutedComponent.cs create mode 100644 Content.Shared/Speech/Muting/MutedComponent.cs diff --git a/Content.Server/Abilities/Mime/MimePowersSystem.cs b/Content.Server/Abilities/Mime/MimePowersSystem.cs index 97ab7f4aa0a..629fe993448 100644 --- a/Content.Server/Abilities/Mime/MimePowersSystem.cs +++ b/Content.Server/Abilities/Mime/MimePowersSystem.cs @@ -10,6 +10,7 @@ using Robust.Shared.Containers; using Robust.Shared.Map; using Robust.Shared.Timing; +using Content.Shared.Speech.Muting; namespace Content.Server.Abilities.Mime { diff --git a/Content.Server/Mobs/CritMobActionsSystem.cs b/Content.Server/Mobs/CritMobActionsSystem.cs index 8dd8274d102..c897102dca7 100644 --- a/Content.Server/Mobs/CritMobActionsSystem.cs +++ b/Content.Server/Mobs/CritMobActionsSystem.cs @@ -7,6 +7,7 @@ using Content.Shared.Mobs.Systems; using Robust.Server.Console; using Robust.Shared.Player; +using Content.Shared.Speech.Muting; namespace Content.Server.Mobs; diff --git a/Content.Server/Mobs/DeathgaspSystem.cs b/Content.Server/Mobs/DeathgaspSystem.cs index 3919d9a4be5..c531784ea69 100644 --- a/Content.Server/Mobs/DeathgaspSystem.cs +++ b/Content.Server/Mobs/DeathgaspSystem.cs @@ -1,6 +1,7 @@ using Content.Server.Chat.Systems; using Content.Server.Speech.Muting; using Content.Shared.Mobs; +using Content.Shared.Speech.Muting; using Robust.Shared.Prototypes; namespace Content.Server.Mobs; diff --git a/Content.Server/Puppet/VentriloquistPuppetSystem.cs b/Content.Server/Puppet/VentriloquistPuppetSystem.cs index 68d660fd1ba..3e15a1a06cc 100644 --- a/Content.Server/Puppet/VentriloquistPuppetSystem.cs +++ b/Content.Server/Puppet/VentriloquistPuppetSystem.cs @@ -5,6 +5,7 @@ using Content.Server.Speech.Muting; using Content.Shared.CombatMode; using Content.Shared.Hands; +using Content.Shared.Speech.Muting; namespace Content.Server.Puppet { diff --git a/Content.Server/Speech/Muting/MutedComponent.cs b/Content.Server/Speech/Muting/MutedComponent.cs deleted file mode 100644 index 5b3ae83992b..00000000000 --- a/Content.Server/Speech/Muting/MutedComponent.cs +++ /dev/null @@ -1,6 +0,0 @@ -namespace Content.Server.Speech.Muting -{ - [RegisterComponent] - public sealed partial class MutedComponent : Component - {} -} diff --git a/Content.Server/Speech/Muting/MutingSystem.cs b/Content.Server/Speech/Muting/MutingSystem.cs index b743d9eda85..238d501e249 100644 --- a/Content.Server/Speech/Muting/MutingSystem.cs +++ b/Content.Server/Speech/Muting/MutingSystem.cs @@ -6,6 +6,7 @@ using Content.Shared.Chat.Prototypes; using Content.Shared.Puppet; using Content.Shared.Speech; +using Content.Shared.Speech.Muting; namespace Content.Server.Speech.Muting { diff --git a/Content.Shared/Speech/Muting/MutedComponent.cs b/Content.Shared/Speech/Muting/MutedComponent.cs new file mode 100644 index 00000000000..46e5f2cbd84 --- /dev/null +++ b/Content.Shared/Speech/Muting/MutedComponent.cs @@ -0,0 +1,10 @@ +using Robust.Shared.GameStates; + +namespace Content.Shared.Speech.Muting +{ + [RegisterComponent, NetworkedComponent] + public sealed partial class MutedComponent : Component + { + + } +} From 79c6385ca7d1b42263e154dc1dad4fe912ac0bbf Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Thu, 22 Feb 2024 09:14:57 +1100 Subject: [PATCH 11/93] Fix bwoink sounds (#25441) * Fix bwoink sounds Didn't get a chance to test with 2 clients as I'm about to sleep but otherwise I'll check tomorrow. * a --- Content.Server/Administration/Systems/BwoinkSystem.cs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Content.Server/Administration/Systems/BwoinkSystem.cs b/Content.Server/Administration/Systems/BwoinkSystem.cs index ffbe2e5ed6f..2e236688ac3 100644 --- a/Content.Server/Administration/Systems/BwoinkSystem.cs +++ b/Content.Server/Administration/Systems/BwoinkSystem.cs @@ -72,7 +72,7 @@ public override void Initialize() Subs.CVar(_config, CVars.GameHostName, OnServerNameChanged, true); Subs.CVar(_config, CCVars.AdminAhelpOverrideClientName, OnOverrideChanged, true); _sawmill = IoCManager.Resolve().GetSawmill("AHELP"); - _maxAdditionalChars = GenerateAHelpMessage("", "", true, _gameTicker.RoundDuration().ToString("hh\\:mm\\:ss"), _gameTicker.RunLevel, false).Length; + _maxAdditionalChars = GenerateAHelpMessage("", "", true, _gameTicker.RoundDuration().ToString("hh\\:mm\\:ss"), _gameTicker.RunLevel, playedSound: false).Length; _playerManager.PlayerStatusChanged += OnPlayerStatusChanged; SubscribeLocalEvent(OnGameRunLevelChanged); @@ -411,7 +411,8 @@ protected override void OnBwoinkTextMessage(BwoinkTextMessage message, EntitySes bwoinkText = $"{(message.PlaySound ? "" : "(S) ")}{bwoinkText}: {escapedText}"; - var playSound = senderAHelpAdmin && message.PlaySound; + // If it's not an admin / admin chooses to keep the sound then play it. + var playSound = !senderAHelpAdmin || message.PlaySound; var msg = new BwoinkTextMessage(message.UserId, senderSession.UserId, bwoinkText, playSound: playSound); LogBwoink(msg); @@ -470,7 +471,7 @@ protected override void OnBwoinkTextMessage(BwoinkTextMessage message, EntitySes str = str[..(DescriptionMax - _maxAdditionalChars - unameLength)]; } var nonAfkAdmins = GetNonAfkAdmins(); - _messageQueues[msg.UserId].Enqueue(GenerateAHelpMessage(senderSession.Name, str, !personalChannel, _gameTicker.RoundDuration().ToString("hh\\:mm\\:ss"), _gameTicker.RunLevel, playSound, nonAfkAdmins.Count == 0)); + _messageQueues[msg.UserId].Enqueue(GenerateAHelpMessage(senderSession.Name, str, !personalChannel, _gameTicker.RoundDuration().ToString("hh\\:mm\\:ss"), _gameTicker.RunLevel, playedSound: playSound, noReceivers: nonAfkAdmins.Count == 0)); } if (admins.Count != 0 || sendsWebhook) From 499aa71b5e8a112195df70cef2194fbb3ae3ec0c Mon Sep 17 00:00:00 2001 From: MjrLandWhale Date: Wed, 21 Feb 2024 17:26:28 -0600 Subject: [PATCH 12/93] Dispenser jug fix (#25450) * Resprite of Nettle & Death Nettle. Corrected R & L hand locations for all orientations of both plants. * Removes chemdispensible type from DrinkBase entity * Updated drink jug names to differentiate from chem jugs * Add FitsInDispenser type to DrinkGlassBase. Re-allows glasses into beaker slots --- .../Prototypes/Entities/Objects/Consumable/Drinks/drinks.yml | 4 ++-- .../Entities/Objects/Consumable/Drinks/drinks_bottles.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks.yml b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks.yml index 6fe951d8344..07569efd0c2 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks.yml @@ -23,8 +23,6 @@ Blunt: 0 - type: Spillable solution: drink - - type: FitsInDispenser - solution: drink - type: DrawableSolution solution: drink - type: RefillableSolution @@ -76,6 +74,8 @@ Glass: 25 - type: ExaminableSolution solution: drink + - type: FitsInDispenser + solution: drink # Transformable container - normal glass - type: entity diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml index 0119fab5316..07828ff5ba5 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml @@ -713,7 +713,7 @@ - type: entity parent: DrinkBottlePlasticBaseFull id: DrinkSugarJug - name: sugar + name: sugar jug suffix: for drinks description: some people put this in their coffee... components: @@ -729,7 +729,7 @@ - type: entity parent: DrinkBottlePlasticBaseFull id: DrinkLemonLimeJug - name: lemon lime + name: lemon lime jug description: a dual citrus sensation. components: - type: SolutionContainerManager From abedce43cc53229af9986c0439c3786d6064ef28 Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 21 Feb 2024 23:27:34 +0000 Subject: [PATCH 13/93] Automatic changelog update --- Resources/Changelog/Changelog.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 270d602428e..7d94cd31aa1 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: Ilya246 - changes: - - message: Science no longer needs to research medium batteries, and high batteries - are now T1. - type: Tweak - id: 5498 - time: '2024-01-01T02:24:13.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23269 - author: Rainfey changes: - message: Ensure correct number of thieves @@ -3860,3 +3852,13 @@ id: 5997 time: '2024-02-21T14:47:23.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25109 +- author: landwhale + changes: + - message: Drink jugs can no longer be used by chemistry in place of a beaker. + type: Fix + - message: Updated names of several drink jugs to differentiate them from chem-specific + variants. + type: Tweak + id: 5998 + time: '2024-02-21T23:26:29.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25450 From ae110685ff6e1a8c49ec0100fa2b19c814de6a5c Mon Sep 17 00:00:00 2001 From: Killerqu00 <47712032+Killerqu00@users.noreply.github.com> Date: Thu, 22 Feb 2024 00:41:26 +0100 Subject: [PATCH 14/93] Fix EVA helmets quickequip (#25448) fix quickequip --- .../Prototypes/Entities/Clothing/Head/base_clothinghead.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Clothing/Head/base_clothinghead.yml b/Resources/Prototypes/Entities/Clothing/Head/base_clothinghead.yml index 9edffcb8f24..2d2d11524f5 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/base_clothinghead.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/base_clothinghead.yml @@ -131,8 +131,6 @@ #Copies ClothingHeadHardsuitBase behavior equipSound: /Audio/Mecha/mechmove03.ogg unequipSound: /Audio/Mecha/mechmove03.ogg - quickEquip: false - slots: [ HEAD ] - type: Tag tags: - HidesHair From 2cc484c18a6f0d66fd1829c521c8377dfd8fad9e Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 21 Feb 2024 23:42:32 +0000 Subject: [PATCH 15/93] 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 7d94cd31aa1..ae6b04f698b 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Rainfey - changes: - - message: Ensure correct number of thieves - type: Fix - id: 5499 - time: '2024-01-01T02:25:28.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23270 - author: icekot8 changes: - message: 2 new effects for artifact @@ -3862,3 +3855,10 @@ id: 5998 time: '2024-02-21T23:26:29.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25450 +- author: Killerqu00 + changes: + - message: EVA helmets are now quick-equippable again + type: Fix + id: 5999 + time: '2024-02-21T23:41:26.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25448 From 1360d57eea3938ee61899e03f0b5e2aefd425ea9 Mon Sep 17 00:00:00 2001 From: genderGeometries <159584039+genderGeometries@users.noreply.github.com> Date: Wed, 21 Feb 2024 19:19:50 -0500 Subject: [PATCH 16/93] Crop harvest int cast fix (#25453) * deleted int cast on solution amount * deleted int cast on solution amount for real --- Content.Server/Botany/Systems/BotanySystem.Produce.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/Botany/Systems/BotanySystem.Produce.cs b/Content.Server/Botany/Systems/BotanySystem.Produce.cs index 788c09821b2..e309fb47720 100644 --- a/Content.Server/Botany/Systems/BotanySystem.Produce.cs +++ b/Content.Server/Botany/Systems/BotanySystem.Produce.cs @@ -18,7 +18,7 @@ public void ProduceGrown(EntityUid uid, ProduceComponent produce) var amount = FixedPoint2.New(quantity.Min); if (quantity.PotencyDivisor > 0 && seed.Potency > 0) amount += FixedPoint2.New(seed.Potency / quantity.PotencyDivisor); - amount = FixedPoint2.New((int) MathHelper.Clamp(amount.Float(), quantity.Min, quantity.Max)); + amount = FixedPoint2.New(MathHelper.Clamp(amount.Float(), quantity.Min, quantity.Max)); solutionContainer.MaxVolume += amount; solutionContainer.AddReagent(chem, amount); } From fda1242b37c3218742197e1d3f17e72c6c8ddbb9 Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 22 Feb 2024 00:20:56 +0000 Subject: [PATCH 17/93] 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 ae6b04f698b..dc42edfb32d 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: icekot8 - changes: - - message: 2 new effects for artifact - type: Add - id: 5500 - time: '2024-01-01T06:40:49.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23295 - author: TheShuEd changes: - message: Tesla coils now have a 50% chance of not attracting lightning. Installing @@ -3862,3 +3855,10 @@ id: 5999 time: '2024-02-21T23:41:26.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25448 +- author: genderGeometries + changes: + - message: Crops are now harvested with decimal amounts of nutriment, vitamin, etc. + type: Fix + id: 6000 + time: '2024-02-22T00:19:50.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25453 From 326b89031809a88c7c6a0a5ecb2b1b2a23b082f1 Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Thu, 22 Feb 2024 03:44:22 +0100 Subject: [PATCH 18/93] Little rework of existing yaml flatpacks (#24814) * Little rework of existing yaml flatpacks * comit 2 * 55 * 66 * 77 * WRAAAA * done mr sloth * Update flatpack.yml * fix?? --- .../Catalog/Cargo/cargo_engines.yml | 6 ++-- .../Catalog/Fills/Crates/engines.yml | 4 +-- .../Entities/Objects/Devices/flatpack.yml | 32 ++++++++++++++++++ .../Objects/Power/antimatter_part.yml | 20 ----------- .../Entities/Objects/Power/solar_parts.yml | 13 ------- .../Prototypes/Objectives/objectiveGroups.yml | 2 +- .../Objectives/stealTargetGroups.yml | 6 ++-- Resources/Prototypes/Objectives/thief.yml | 4 +-- Resources/Prototypes/Parallaxes/test.yml | 4 +-- .../Graphs/utilities/ame_shielding.yml | 2 +- .../Graphs/utilities/solarpanel.yml | 8 ++--- .../ServerInfo/Guidebook/Engineering/AME.xml | 2 +- .../flatpack.rsi/ame-part.png} | Bin .../Objects/Devices/flatpack.rsi/meta.json | 8 ++++- .../flatpack.rsi/solar-assembly-part.png} | Bin .../Power/AME/ame_part.rsi/inhand-left.png | Bin 197 -> 0 bytes .../Power/AME/ame_part.rsi/inhand-right.png | Bin 213 -> 0 bytes .../Objects/Power/AME/ame_part.rsi/meta.json | 22 ------------ .../Objects/Power/solar_parts.rsi/meta.json | 14 -------- Resources/migration.yml | 5 +++ 20 files changed, 63 insertions(+), 89 deletions(-) delete mode 100644 Resources/Prototypes/Entities/Objects/Power/antimatter_part.yml delete mode 100644 Resources/Prototypes/Entities/Objects/Power/solar_parts.yml rename Resources/Textures/Objects/{Power/AME/ame_part.rsi/box.png => Devices/flatpack.rsi/ame-part.png} (100%) rename Resources/Textures/Objects/{Power/solar_parts.rsi/solar_assembly_parts.png => Devices/flatpack.rsi/solar-assembly-part.png} (100%) delete mode 100644 Resources/Textures/Objects/Power/AME/ame_part.rsi/inhand-left.png delete mode 100644 Resources/Textures/Objects/Power/AME/ame_part.rsi/inhand-right.png delete mode 100644 Resources/Textures/Objects/Power/AME/ame_part.rsi/meta.json delete mode 100644 Resources/Textures/Objects/Power/solar_parts.rsi/meta.json diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_engines.yml b/Resources/Prototypes/Catalog/Cargo/cargo_engines.yml index 0ae1468bfa4..1efa3973e50 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_engines.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_engines.yml @@ -63,8 +63,8 @@ - type: cargoProduct id: EngineSolar icon: - sprite: Objects/Power/solar_parts.rsi - state: solar_assembly_parts + sprite: Objects/Devices/flatpack.rsi + state: solar-assembly-part product: CrateEngineeringSolar cost: 500 category: Engineering @@ -89,7 +89,7 @@ cost: 1200 category: Engineering group: market - + - type: cargoProduct id: EngineTeslaGroundingRod icon: diff --git a/Resources/Prototypes/Catalog/Fills/Crates/engines.yml b/Resources/Prototypes/Catalog/Fills/Crates/engines.yml index 3129e28b72d..315c4dda2c1 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/engines.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/engines.yml @@ -8,7 +8,7 @@ components: - type: StorageFill contents: - - id: AmePart + - id: AmePartFlatpack amount: 9 - type: entity @@ -123,7 +123,7 @@ components: - type: StorageFill contents: - - id: SolarAssemblyPart + - id: SolarAssemblyFlatpack amount: 6 - type: entity diff --git a/Resources/Prototypes/Entities/Objects/Devices/flatpack.yml b/Resources/Prototypes/Entities/Objects/Devices/flatpack.yml index 39e94018329..5ac66affdfb 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/flatpack.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/flatpack.yml @@ -35,3 +35,35 @@ cpu_supply: "#A46106" - type: StaticPrice price: 250 + +- type: entity + parent: BaseFlatpack + id: SolarAssemblyFlatpack + name: solar assembly flatpack + description: A flatpack used for constructing a solar assembly. + components: + - type: Flatpack + entity: SolarAssembly + - type: Sprite + layers: + - state: solar-assembly-part + - type: StaticPrice + price: 75 + +- type: entity + parent: BaseFlatpack + id: AmePartFlatpack + name: AME flatpack + description: A flatpack used for constructing an antimatter engine reactor. + components: + - type: Sprite + layers: + - state: ame-part + - type: Flatpack + entity: AmeShielding + - type: StaticPrice + price: 500 + - type: GuideHelp + guides: [ AME, Power ] + - type: StealTarget + stealGroup: AmePartFlatpack diff --git a/Resources/Prototypes/Entities/Objects/Power/antimatter_part.yml b/Resources/Prototypes/Entities/Objects/Power/antimatter_part.yml deleted file mode 100644 index 9aa60140666..00000000000 --- a/Resources/Prototypes/Entities/Objects/Power/antimatter_part.yml +++ /dev/null @@ -1,20 +0,0 @@ -- type: entity - parent: BaseItem - id: AmePart - name: AME flatpack - description: A flatpack used for constructing an antimatter engine reactor. - components: - - type: Item - size: Normal - sprite: Objects/Power/AME/ame_part.rsi - - type: Sprite - sprite: Objects/Power/AME/ame_part.rsi - state: box - - type: Flatpack - entity: AmeShielding - - type: StaticPrice - price: 500 - - type: GuideHelp - guides: [ AME, Power ] - - type: StealTarget - stealGroup: AmePart diff --git a/Resources/Prototypes/Entities/Objects/Power/solar_parts.yml b/Resources/Prototypes/Entities/Objects/Power/solar_parts.yml deleted file mode 100644 index de8aef6518a..00000000000 --- a/Resources/Prototypes/Entities/Objects/Power/solar_parts.yml +++ /dev/null @@ -1,13 +0,0 @@ -- type: entity - parent: BaseItem - id: SolarAssemblyPart - name: solar assembly flatpack - description: A flatpack used for constructing a solar assembly. - components: - - type: Item - size: Normal - - type: Flatpack - entity: SolarAssembly - - type: Sprite - sprite: Objects/Power/solar_parts.rsi - state: solar_assembly_parts diff --git a/Resources/Prototypes/Objectives/objectiveGroups.yml b/Resources/Prototypes/Objectives/objectiveGroups.yml index aa443781cfd..7100fc34f3a 100644 --- a/Resources/Prototypes/Objectives/objectiveGroups.yml +++ b/Resources/Prototypes/Objectives/objectiveGroups.yml @@ -84,7 +84,7 @@ MedicalTechFabCircuitboardStealObjective: 1 ClothingHeadsetAltMedicalStealObjective: 1 FireAxeStealObjective: 1 #eng - AmePartStealObjective: 1 + AmePartFlatpackStealObjective: 1 ExpeditionsCircuitboardStealObjective: 1 #sup CargoShuttleCircuitboardStealObjective: 1 SalvageShuttleCircuitboardStealObjective: 1 diff --git a/Resources/Prototypes/Objectives/stealTargetGroups.yml b/Resources/Prototypes/Objectives/stealTargetGroups.yml index c6f6e6c8ca0..028c7c19397 100644 --- a/Resources/Prototypes/Objectives/stealTargetGroups.yml +++ b/Resources/Prototypes/Objectives/stealTargetGroups.yml @@ -215,11 +215,11 @@ state: icon - type: stealTargetGroup - id: AmePart + id: AmePartFlatpack name: AME part sprite: - sprite: Objects/Power/AME/ame_part.rsi - state: box + sprite: Objects/Devices/flatpack.rsi + state: ame-part - type: stealTargetGroup id: SalvageExpeditionsComputerCircuitboard diff --git a/Resources/Prototypes/Objectives/thief.yml b/Resources/Prototypes/Objectives/thief.yml index db1eb3111eb..5ee8bd25d18 100644 --- a/Resources/Prototypes/Objectives/thief.yml +++ b/Resources/Prototypes/Objectives/thief.yml @@ -260,12 +260,12 @@ - type: entity noSpawn: true parent: BaseThiefStealObjective - id: AmePartStealObjective + id: AmePartFlatpackStealObjective components: - type: NotJobRequirement job: StationEngineer - type: StealCondition - stealGroup: AmePart + stealGroup: AmePartFlatpack - type: Objective difficulty: 1 diff --git a/Resources/Prototypes/Parallaxes/test.yml b/Resources/Prototypes/Parallaxes/test.yml index b38182849f2..8a7a6e83107 100644 --- a/Resources/Prototypes/Parallaxes/test.yml +++ b/Resources/Prototypes/Parallaxes/test.yml @@ -17,7 +17,7 @@ scale: "3, 3" - texture: !type:ImageParallaxTextureSource - path: "/Textures/Objects/Power/AME/ame_part.rsi/box.png" + path: "/Textures/Objects/Devices/flatpack.rsi/ame-part.png" slowness: 0.995 tiled: false controlHomePosition: "-128, -128" @@ -38,7 +38,7 @@ scale: "1, 1" - texture: !type:ImageParallaxTextureSource - path: "/Textures/Objects/Power/AME/ame_part.rsi/box.png" + path: "/Textures/Objects/Devices/flatpack.rsi/ame-part.png" slowness: 0.0 tiled: false controlHomePosition: "0, 32" diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/ame_shielding.yml b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/ame_shielding.yml index 98a4857be61..cf2bf9aaf7f 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/ame_shielding.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/ame_shielding.yml @@ -12,7 +12,7 @@ - !type:AdminLog # I don't like logging it like this. The log should include the user, AMEShielding EntityID, and AMEPart EntityID, and there should also be a start of attempt log. message: "An AME shielding was deconstructed" - !type:SpawnPrototype - prototype: AmePart + prototype: AmePartFlatpack amount: 1 - !type:DeleteEntity steps: diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/solarpanel.yml b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/solarpanel.yml index cf6d75f46d8..0914ae46e56 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/solarpanel.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/solarpanel.yml @@ -6,11 +6,11 @@ edges: - to: solarassembly steps: - - tag: SolarAssemblyPart + - tag: SolarAssemblyFlatpack name: Solar Assembly Parts icon: - sprite: Objects/Power/solar_parts.rsi - state: solar_assembly_parts + sprite: Objects/Devices/flatpack.rsi + state: solar-assembly-part doAfter: 1 - node: solarassembly @@ -19,7 +19,7 @@ - to: start completed: - !type:SpawnPrototype - prototype: SolarAssemblyPart + prototype: SolarAssemblyFlatpack amount: 1 - !type:DeleteEntity {} steps: diff --git a/Resources/ServerInfo/Guidebook/Engineering/AME.xml b/Resources/ServerInfo/Guidebook/Engineering/AME.xml index a0bcb44a445..202ed16d3d8 100644 --- a/Resources/ServerInfo/Guidebook/Engineering/AME.xml +++ b/Resources/ServerInfo/Guidebook/Engineering/AME.xml @@ -7,7 +7,7 @@ The AME is one of the simplest engines available. You put together the multi-til Required parts: - + diff --git a/Resources/Textures/Objects/Power/AME/ame_part.rsi/box.png b/Resources/Textures/Objects/Devices/flatpack.rsi/ame-part.png similarity index 100% rename from Resources/Textures/Objects/Power/AME/ame_part.rsi/box.png rename to Resources/Textures/Objects/Devices/flatpack.rsi/ame-part.png diff --git a/Resources/Textures/Objects/Devices/flatpack.rsi/meta.json b/Resources/Textures/Objects/Devices/flatpack.rsi/meta.json index 6381b5c80b3..8e573c2adec 100644 --- a/Resources/Textures/Objects/Devices/flatpack.rsi/meta.json +++ b/Resources/Textures/Objects/Devices/flatpack.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC0-1.0", - "copyright": "Created by EmoGarbage404 (github) for SS14", + "copyright": "Created by EmoGarbage404 (github) for SS14, solar-assembly-part taken from tgstation and modified at https://tgstation13.org/wiki/Guide_to_construction#Solar_Panels_and_Trackers, ame-part taken from vgstation at https://github.com/vgstation-coders/vgstation13/commit/1b7952787c06c21ef1623e494dcfe7cb1f46e041", "size": { "x": 32, "y": 32 @@ -15,6 +15,12 @@ }, { "name": "icon-default" + }, + { + "name": "solar-assembly-part" + }, + { + "name": "ame-part" } ] } diff --git a/Resources/Textures/Objects/Power/solar_parts.rsi/solar_assembly_parts.png b/Resources/Textures/Objects/Devices/flatpack.rsi/solar-assembly-part.png similarity index 100% rename from Resources/Textures/Objects/Power/solar_parts.rsi/solar_assembly_parts.png rename to Resources/Textures/Objects/Devices/flatpack.rsi/solar-assembly-part.png diff --git a/Resources/Textures/Objects/Power/AME/ame_part.rsi/inhand-left.png b/Resources/Textures/Objects/Power/AME/ame_part.rsi/inhand-left.png deleted file mode 100644 index a45ce6c6938fb01f35cef1f86abbd91f7ef8eb4f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 197 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=J)SO(Ar*7p-rC4}SV4p(Kq$4_ zo~e36{b7zXj#1?knQkc7mfu$!+f}aP&|UhaW5y&=!Ie`s zt!a75y2k3wsynLs3F_-_Hm=<|{~R+&14F~?s+ih_d>M1*t=AS>=lr&o5e(kOd|Rx* rWRud*ZYH-o`x;&{cW##OV_;Z(FVRN!pRShnB#=f=S3j3^P6V1@9@k z5{Doi>|$1^-(=lMCA|%k>|`+eR_J-qm;Fqw(gatRSrn4UT#4cI$qBPmSc8 zTRJVx@|S0<^Z6K$va63b?~|&0{^>ol-u{Mn)(Ox4%P}Y@J>q0)Rp4d(zgrHZ*VEO{ JWt~$(696HMRa5`~ diff --git a/Resources/Textures/Objects/Power/AME/ame_part.rsi/meta.json b/Resources/Textures/Objects/Power/AME/ame_part.rsi/meta.json deleted file mode 100644 index c36b2d32845..00000000000 --- a/Resources/Textures/Objects/Power/AME/ame_part.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from vgstation at https://github.com/vgstation-coders/vgstation13/commit/1b7952787c06c21ef1623e494dcfe7cb1f46e041", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "box" - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] -} diff --git a/Resources/Textures/Objects/Power/solar_parts.rsi/meta.json b/Resources/Textures/Objects/Power/solar_parts.rsi/meta.json deleted file mode 100644 index 5379dae1168..00000000000 --- a/Resources/Textures/Objects/Power/solar_parts.rsi/meta.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation and modified at https://tgstation13.org/wiki/Guide_to_construction#Solar_Panels_and_Trackers", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "solar_assembly_parts" - } - ] -} diff --git a/Resources/migration.yml b/Resources/migration.yml index e2ef8c0c698..09a2fdd70c9 100644 --- a/Resources/migration.yml +++ b/Resources/migration.yml @@ -219,3 +219,8 @@ YellowOxygenTankFilled: OxygenTankFilled Drone: null SpawnMobDrone: null Onestar: null # I dont think this is even mapped, but just in case + +# 2024-02-22 +SolarAssemblyPart: SolarAssemblyFlatpack +AmePart: AmePartFlatpack +AmePartStealObjective: AmePartFlatpackStealObjective From 26417b76dbcdf83813241e9a4051057eb9817cfa Mon Sep 17 00:00:00 2001 From: Whisper <121047731+QuietlyWhisper@users.noreply.github.com> Date: Wed, 21 Feb 2024 21:54:15 -0500 Subject: [PATCH 19/93] Fix xeno and dragon blood levels (#25442) --- Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml | 3 ++- Resources/Prototypes/Entities/Mobs/Player/dragon.yml | 2 ++ Resources/Prototypes/Reagents/biological.yml | 2 ++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml b/Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml index 01ff2236891..bd5711f82e1 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml @@ -72,6 +72,7 @@ critThreshold: 200 - type: Bloodstream bloodReagent: FluorosulfuricAcid + bloodMaxVolume: 650 - type: MeleeWeapon altDisarm: false angle: 0 @@ -423,7 +424,7 @@ tags: - DoorBumpOpener - FootstepSound - + - type: entity name: space adder parent: MobPurpleSnake diff --git a/Resources/Prototypes/Entities/Mobs/Player/dragon.yml b/Resources/Prototypes/Entities/Mobs/Player/dragon.yml index d188070b269..aa10a631b54 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/dragon.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/dragon.yml @@ -6,6 +6,8 @@ description: A flying leviathan, loosely related to space carps. abstract: true components: + - type: Bloodstream + bloodMaxVolume: 650 - type: GhostRole allowMovement: true allowSpeech: true diff --git a/Resources/Prototypes/Reagents/biological.yml b/Resources/Prototypes/Reagents/biological.yml index 67766f2749f..af6f2557ba1 100644 --- a/Resources/Prototypes/Reagents/biological.yml +++ b/Resources/Prototypes/Reagents/biological.yml @@ -147,6 +147,8 @@ # Dragon doesn't require airloss healing, so omnizine is still best for humans. Medicine: effects: + - !type:ModifyBloodLevel + amount: 3 - !type:HealthChange damage: groups: From 7734b09e459bb5e870055b7e78d58f74805867f8 Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 22 Feb 2024 02:55:22 +0000 Subject: [PATCH 20/93] Automatic changelog update --- Resources/Changelog/Changelog.yml | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index dc42edfb32d..c2abf788569 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,18 +1,4 @@ Entries: -- author: TheShuEd - changes: - - message: Tesla coils now have a 50% chance of not attracting lightning. Installing - ground rods is now much more important! - type: Tweak - - message: Nerf tesla energy producing. - type: Tweak - - message: Now tesla coils are gradually wearing out, taking damage from lightning. - Keep an eye on them and repair them with a welder every 20-30 minutes. Grounding - rods are immune to lightning damage. - type: Add - id: 5501 - time: '2024-01-01T07:33:48.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23235 - author: 778b changes: - message: Fixed appearance of welded airlocks! @@ -3862,3 +3848,12 @@ id: 6000 time: '2024-02-22T00:19:50.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25453 +- author: Whisper + changes: + - message: Dragon ichor when eating restores the dragon's blood. + type: Add + - message: Increased Xenomorph and Dragon blood level to 650u. + type: Tweak + id: 6001 + time: '2024-02-22T02:54:16.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25442 From 48213ebb65c149bdbe1f259539f5efd38fe63998 Mon Sep 17 00:00:00 2001 From: beck-thompson <107373427+beck-thompson@users.noreply.github.com> Date: Wed, 21 Feb 2024 23:32:43 -0800 Subject: [PATCH 21/93] Changed radio jammer wattage from 6 -> 2 (#25432) Changed wattage from 6 -> 2 --- Content.Server/Radio/Components/RadioJammerComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/Radio/Components/RadioJammerComponent.cs b/Content.Server/Radio/Components/RadioJammerComponent.cs index 69837200ac3..93504ef9573 100644 --- a/Content.Server/Radio/Components/RadioJammerComponent.cs +++ b/Content.Server/Radio/Components/RadioJammerComponent.cs @@ -16,5 +16,5 @@ public sealed partial class RadioJammerComponent : Component /// Power usage per second when enabled /// [DataField("wattage"), ViewVariables(VVAccess.ReadWrite)] - public float Wattage = 6f; + public float Wattage = 2f; } From 423b75f22c39b8eb60def1e5aff1879fe2bb06c6 Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 22 Feb 2024 07:33:49 +0000 Subject: [PATCH 22/93] 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 c2abf788569..6c4d915f20f 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: 778b - changes: - - message: Fixed appearance of welded airlocks! - type: Fix - id: 5502 - time: '2024-01-01T07:36:32.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23300 - author: mirrorcult changes: - message: Ambient sounds are now more audible by default (unless you have the audio @@ -3857,3 +3850,10 @@ id: 6001 time: '2024-02-22T02:54:16.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25442 +- author: Beck Thompson + changes: + - message: Radio jammer now uses 3 times less power. + type: Tweak + id: 6002 + time: '2024-02-22T07:32:43.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25432 From 0f7f420cbe4fb64262c64f19345906c4943eb8fa Mon Sep 17 00:00:00 2001 From: Morb0 <14136326+Morb0@users.noreply.github.com> Date: Thu, 22 Feb 2024 13:37:51 +0300 Subject: [PATCH 23/93] Update locale --- .../ss14-ru/prototypes/body/organs/diona.ftl | 17 ++++++++ .../catalog/fills/backpacks/duffelbag.ftl | 4 ++ .../fills/backpacks/startergear/satchel.ftl | 2 - .../catalog/fills/crates/service.ftl | 2 +- .../catalog/fills/crates/syndicate.ftl | 3 ++ .../objects/consumable/drinks/drinks.ftl | 26 +++++++++++ .../consumable/drinks/drinks_bottles.ftl | 2 + .../prototypes/entities/clothing/eyes/hud.ftl | 2 + .../entities/clothing/hands/colored.ftl | 3 ++ .../prototypes/entities/effects/acidifier.ftl | 2 + .../prototypes/entities/effects/portal.ftl | 4 ++ .../entities/markers/spawners/mobs.ftl | 2 - .../prototypes/entities/mobs/npcs/animals.ftl | 3 ++ .../entities/mobs/player/silicon.ftl | 6 --- .../consumable/drinks/drinks_bottles.ftl | 4 +- .../objects/consumable/food/baked/donut.ftl | 4 +- .../objects/consumable/food/produce.ftl | 4 ++ .../entities/objects/devices/flatpack.ftl | 4 ++ .../prototypes/entities/objects/fun/toys.ftl | 12 +++--- .../objects/misc/subdermal_implants.ftl | 2 +- .../objects/specific/hydroponics/seeds.ftl | 4 ++ .../objects/specific/medical/healing.ftl | 43 ++++++++++--------- .../specific/security/evidence-marker.ftl | 18 ++++---- .../structures/doors/airlocks/access.ftl | 6 +++ .../structures/doors/windoors/windoor.ftl | 15 +++++-- .../entities/structures/furniture/bench.ftl | 3 ++ .../prototypes/entities/structures/stairs.ftl | 15 ++++++- .../ss14-ru/prototypes/objectives/thief.ftl | 2 +- Resources/Locale/ru-RU/accent/accents.ftl | 5 +++ .../Locale/ru-RU/administration/bwoink.ftl | 1 + .../objects/consumable/drinks/drinks.ftl | 15 +------ .../meta/consumable/drink/alcohol.ftl | 13 ------ Resources/Locale/ru-RU/drone/drone-system.ftl | 4 -- .../ru-RU/escape-menu/ui/options-menu.ftl | 1 + .../Locale/ru-RU/flavors/flavor-profiles.ftl | 1 + Resources/Locale/ru-RU/guidebook/guides.ftl | 1 + .../Locale/ru-RU/reagents/meta/medicine.ftl | 2 + .../Locale/ru-RU/reagents/meta/toxins.ftl | 2 + Resources/Locale/ru-RU/seeds/seeds.ftl | 4 ++ .../catalog/fills/backpacks/duffelbag.ftl | 4 ++ .../fills/backpacks/startergear/satchel.ftl | 2 - .../catalog/fills/crates/syndicate.ftl | 3 ++ .../objects/consumable/drinks/drinks.ftl | 26 +++++++++++ .../consumable/drinks/drinks_bottles.ftl | 2 + .../meta/consumable/drink/alcohol.ftl | 28 ++++++++++++ .../prototypes/entities/clothing/eyes/hud.ftl | 2 + .../entities/clothing/hands/colored.ftl | 3 ++ .../prototypes/entities/effects/acidifier.ftl | 2 + .../prototypes/entities/effects/portal.ftl | 4 ++ .../entities/markers/spawners/mobs.ftl | 2 - .../prototypes/entities/mobs/npcs/animals.ftl | 3 ++ .../prototypes/entities/mobs/npcs/shadows.ftl | 2 +- .../entities/mobs/player/silicon.ftl | 6 --- .../objects/consumable/food/produce.ftl | 4 ++ .../entities/objects/devices/flatpack.ftl | 4 ++ .../objects/specific/hydroponics/seeds.ftl | 4 ++ .../objects/specific/medical/healing.ftl | 3 ++ .../structures/doors/airlocks/access.ftl | 6 +++ .../structures/doors/windoors/windoor.ftl | 9 ++++ .../entities/structures/furniture/bench.ftl | 3 ++ .../prototypes/entities/structures/stairs.ftl | 13 ++++++ .../ss14-ru/prototypes/objectives/thief.ftl | 2 +- .../Locale/ru-RU/store/uplink-catalog.ftl | 4 ++ Resources/Locale/ru-RU/tiles/tiles.ftl | 1 + .../vending-machines/vending-machine.ftl | 2 + .../ru-RU/weapons/grenades/voice-trigger.ftl | 3 ++ .../Locale/ru-RU/weapons/melee/melee.ftl | 1 + 67 files changed, 312 insertions(+), 99 deletions(-) create mode 100644 Resources/Locale/en-US/ss14-ru/prototypes/corvax/entities/objects/consumable/drinks/drinks_bottles.ftl create mode 100644 Resources/Locale/en-US/ss14-ru/prototypes/entities/effects/acidifier.ftl delete mode 100644 Resources/Locale/ru-RU/drone/drone-system.ftl create mode 100644 Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/objects/consumable/drinks/drinks_bottles.ftl create mode 100644 Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/reagents/meta/consumable/drink/alcohol.ftl create mode 100644 Resources/Locale/ru-RU/ss14-ru/prototypes/entities/effects/acidifier.ftl diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/body/organs/diona.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/body/organs/diona.ftl index a7a0277e062..3067adaf929 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/body/organs/diona.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/body/organs/diona.ftl @@ -6,3 +6,20 @@ ent-OrganDionaEyes = eyes .desc = I see you! ent-OrganDionaStomach = stomach .desc = Gross. This is hard to stomach. +ent-OrganDionaLungs = lungs + .desc = Filters oxygen from an atmosphere, which is then sent into the bloodstream to be used as an electron carrier. +ent-OrganDionaBrainNymph = brain + .desc = The source of incredible, unending intelligence. Honk. +ent-OrganDionaStomachNymph = stomach + .desc = Gross. This is hard to stomach. +ent-OrganDionaLungsNymph = lungs + .desc = Filters oxygen from an atmosphere, which is then sent into the bloodstream to be used as an electron carrier. +ent-OrganDionaNymphBrain = diona nymph + .desc = Contains the brain of a formerly fully-formed Diona. Killing this would kill the Diona forever. You monster. + .suffix = Brain +ent-OrganDionaNymphStomach = diona nymph + .desc = Contains the stomach of a formerly fully-formed Diona. It doesn't taste any better for it. + .suffix = Stomach +ent-OrganDionaNymphLungs = diona nymph + .desc = Contains the lungs of a formerly fully-formed Diona. Breathtaking. + .suffix = Lungs diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/catalog/fills/backpacks/duffelbag.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/catalog/fills/backpacks/duffelbag.ftl index 596a160b173..f7241e97668 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/catalog/fills/backpacks/duffelbag.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/catalog/fills/backpacks/duffelbag.ftl @@ -38,6 +38,10 @@ ent-ClothingBackpackDuffelSyndicateEVABundle = syndicate EVA bundle .desc = Contains the Syndicate approved EVA suit. ent-ClothingBackpackDuffelSyndicateHardsuitBundle = syndicate hardsuit bundle .desc = Contains the Syndicate's signature blood red hardsuit. +ent-ClothingBackpackDuffelSyndicateEliteHardsuitBundle = syndicate elite hardsuit bundle + .desc = Contains the Syndicate's elite hardsuit, which comes with some more stuff in it. +ent-ClothingBackpackDuffelSyndicateHardsuitExtrasBundle = syndicate hardsuit extras bundle + .desc = Contains stuff that you will absolutely want to have when purchasing a hardsuit. ent-ClothingBackpackDuffelZombieBundle = syndicate zombie bundle .desc = An all-in-one kit for unleashing the undead upon a station. ent-ClothingBackpackDuffelSyndicateOperative = operative duffelbag diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/catalog/fills/backpacks/startergear/satchel.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/catalog/fills/backpacks/startergear/satchel.ftl index 6836dbb759d..d516c27d149 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/catalog/fills/backpacks/startergear/satchel.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/catalog/fills/backpacks/startergear/satchel.ftl @@ -50,8 +50,6 @@ ent-ClothingBackpackSatchelCargoFilled = { ent-ClothingBackpackSatchelCargo } .desc = { ent-ClothingBackpackSatchelCargo.desc } ent-ClothingBackpackSatchelSalvageFilled = { ent-ClothingBackpackSatchelSalvage } .desc = { ent-ClothingBackpackSatchelSalvage.desc } -ent-ClothingBackpackSatchelDrone = { ent-ClothingBackpackSatchel } - .desc = { ent-ClothingBackpackSatchel.desc } ent-ClothingBackpackSatchelMimeFilled = { ent-ClothingBackpackSatchelMime } .desc = { ent-ClothingBackpackSatchelMime.desc } ent-ClothingBackpackSatchelHoldingAdmin = { ent-ClothingBackpackSatchelHolding } diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/catalog/fills/crates/service.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/catalog/fills/crates/service.ftl index a81cbadde01..eaec74ea99a 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/catalog/fills/crates/service.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/catalog/fills/crates/service.ftl @@ -11,7 +11,7 @@ ent-CrateServiceTheatre = theatrical performances crate ent-CrateServiceCustomSmokable = DIY smokeables crate .desc = Want to get a little creative with what you use to destroy your lungs? Then this crate is for you! Has everything you need to roll your own cigarettes. ent-CrateServiceBureaucracy = bureaucracy crate - .desc = Several stacks of paper and a few pens, what more can you ask for. + .desc = Several stacks of paper, a few pens and an office toy. What more could you ask for? ent-CrateServicePersonnel = personnel crate .desc = Contains a box of blank ID cards and PDAs. ent-CrateServiceBooks = books crate diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/catalog/fills/crates/syndicate.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/catalog/fills/crates/syndicate.ftl index 7a116ee6607..fef1057442e 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/catalog/fills/crates/syndicate.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/catalog/fills/crates/syndicate.ftl @@ -1,4 +1,7 @@ ent-CrateSyndicateSurplusBundle = Syndicate surplus crate .desc = Contains 50 telecrystals worth of completely random Syndicate items. It can be useless junk or really good. +ent-CrateCybersunJuggernautBundle = Cybersun juggernaut bundle + .desc = Contains everything except a big gun to go postal. + .suffix = Filled ent-CrateSyndicateSuperSurplusBundle = Syndicate super surplus crate .desc = Contains 125 telecrystals worth of completely random Syndicate items. diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/corvax/entities/objects/consumable/drinks/drinks.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/corvax/entities/objects/consumable/drinks/drinks.ftl index cfac11980e6..3dda4582108 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/corvax/entities/objects/consumable/drinks/drinks.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/corvax/entities/objects/consumable/drinks/drinks.ftl @@ -1,2 +1,28 @@ ent-DrinkKvassGlass = kvass glass .desc = A cool refreshing drink with a taste of socialism. +ent-DrinkYorshGlass = yorsh glass + .desc = Taste of childhood. +ent-DrinkAlexanderGlass = alexander glass + .desc = No Alexander was harmed during production. Maybe... +ent-DrinkDaiquiriGlass = daiquiri glass + .desc = Do you want to feel like a 19th century miner? The miner did not want to, and tried to forget himself in alcohol. +ent-DrinkNegroniGlass = negroni glass + .desc = Americano for alcoholics. +ent-DrinkEspressoMartiniGlass = espresso martini glass + .desc = Wake me up, then fu... Uh-h.. Okay, just wake me up. +ent-DrinkOldFashionedGlass = old fashioned glass + .desc = As the greatest classic said: “This is a classic”. +ent-DrinkBadTouchGlass = bad touch glass + .desc = We're nothing but mammals after all. +ent-DrinkDarkAndStormyGlass = dark and stormy glass + .desc = Straight from Bermuda! The pirate on the left says that this is why the drink disappears. +ent-DrinkBrambleGlass = bramble glass + .desc = Berries, gin, and a rather creepy look. +ent-DrinkMaiTaiGlass = mai tai glass + .desc = The first person who tried this cocktail exclaimed: ”Mai tai — roa ae!”. What does it mean in Thai... I don't know. Sounds cool! +ent-DrinkMoscowMuleGlass = moscow mule glass + .desc = Cocktail from the USA. Why Moscow? Because vodka. Moscow vodka? No. So why Moscow? VODKA! +ent-DrinkPalomaGlass = paloma glass + .desc = Cowboys on top. Maracas on bottom. Hard choice... +ent-DrinkBoyarskyGlass = boyarsky glass + .desc = What to do if you are tired of life? MIX VODKA! diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/corvax/entities/objects/consumable/drinks/drinks_bottles.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/corvax/entities/objects/consumable/drinks/drinks_bottles.ftl new file mode 100644 index 00000000000..822c75e78e4 --- /dev/null +++ b/Resources/Locale/en-US/ss14-ru/prototypes/corvax/entities/objects/consumable/drinks/drinks_bottles.ftl @@ -0,0 +1,2 @@ +ent-DrinkCampariBottleFull = campari bottle + .desc = Tincture based on aromatic herbs and citrus fruits. Non-GMO! diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/clothing/eyes/hud.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/clothing/eyes/hud.ftl index 7e76628369e..4634450ddb1 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/clothing/eyes/hud.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/clothing/eyes/hud.ftl @@ -31,3 +31,5 @@ ent-ClothingEyesEyepatchHudSecurity = security hud eyepatch .desc = A heads-up display that scans the humanoids in view and provides accurate data about their ID status and security records. For true patriots. ent-ClothingEyesEyepatchHudBeer = beer hud eyepatch .desc = A pair of sunHud outfitted with apparatus to scan reagents, as well as providing an innate understanding of liquid viscosity while in motion. For true patriots. +ent-ClothingEyesEyepatchHudDiag = diagnostic hud eyepatch + .desc = A heads-up display capable of analyzing the integrity and status of robotics and exosuits. Made out of see-borg-ium. diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/clothing/hands/colored.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/clothing/hands/colored.ftl index 559fd5e8a7b..86836b52a05 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/clothing/hands/colored.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/clothing/hands/colored.ftl @@ -24,3 +24,6 @@ ent-ClothingHandsGlovesColorYellow = insulated gloves .desc = These gloves will protect the wearer from electric shocks. ent-ClothingHandsGlovesColorYellowBudget = budget insulated gloves .desc = These gloves are cheap knockoffs of the coveted ones - no way this can end badly. +ent-ClothingHandsGlovesConducting = { ent-ClothingHandsGlovesColorYellow } + .suffix = Conducting + .desc = { ent-ClothingHandsGlovesColorYellow.desc } diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/effects/acidifier.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/effects/acidifier.ftl new file mode 100644 index 00000000000..1af1729b825 --- /dev/null +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/effects/acidifier.ftl @@ -0,0 +1,2 @@ +ent-Acidifier = acid + .desc = Melts you into a puddle of yuck! diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/effects/portal.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/effects/portal.ftl index 03f5c6f8cd9..74a849a33fb 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/effects/portal.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/effects/portal.ftl @@ -6,5 +6,9 @@ ent-PortalBlue = { ent-BasePortal } .desc = { ent-BasePortal.desc } ent-PortalArtifact = { ent-BasePortal } .desc = { ent-BasePortal.desc } +ent-PortalGatewayBlue = { ent-BasePortal } + .desc = { ent-BasePortal.desc } +ent-PortalGatewayOrange = { ent-BasePortal } + .desc = { ent-BasePortal.desc } ent-ShadowPortal = shadow rift .desc = Looks unstable. diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/markers/spawners/mobs.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/markers/spawners/mobs.ftl index 2fcddb79721..1ca831e7fcd 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/markers/spawners/mobs.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/markers/spawners/mobs.ftl @@ -8,8 +8,6 @@ ent-SpawnMobPossumMorty = Possum Morty Spawner .desc = { ent-MarkerBase.desc } ent-SpawnMobRaccoonMorticia = Raccoon Morticia Spawner .desc = { ent-MarkerBase.desc } -ent-SpawnMobDrone = Drone Spawner - .desc = { ent-MarkerBase.desc } ent-SpawnMobFoxRenault = Fox Renault Spawner .desc = { ent-MarkerBase.desc } ent-SpawnMobCatRuntime = Runtime Spawner diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/mobs/npcs/animals.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/mobs/npcs/animals.ftl index 7909e4a8b8e..44ba4b49e95 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/mobs/npcs/animals.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/mobs/npcs/animals.ftl @@ -133,3 +133,6 @@ ent-MobPig = pig .desc = Oink. ent-MobDionaNymph = diona nymph .desc = It's like a cat, only.... branch-ier. +ent-MobDionaNymphAccent = { ent-MobDionaNymph } + .suffix = Accent + .desc = { ent-MobDionaNymph.desc } diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/mobs/player/silicon.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/mobs/player/silicon.ftl index 143feb7c917..984e922264b 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/mobs/player/silicon.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/mobs/player/silicon.ftl @@ -1,9 +1,3 @@ -ent-PlayerSiliconBase = { "" } - .desc = { "" } -ent-Drone = drone - .desc = { ent-PlayerSiliconBase.desc } -ent-Onestar = onestar mecha - .desc = { ent-PlayerSiliconBase.desc } ent-PlayerBorgGeneric = { ent-BorgChassisGeneric } .suffix = Battery, Tools .desc = { ent-BorgChassisGeneric.desc } diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/consumable/drinks/drinks_bottles.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/consumable/drinks/drinks_bottles.ftl index 9b723819853..cc5a0a66e13 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/consumable/drinks/drinks_bottles.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/consumable/drinks/drinks_bottles.ftl @@ -68,10 +68,10 @@ ent-DrinkJuiceOrangeCartonXL = orange juice XL .desc = Full of vitamins and deliciousness! ent-DrinkCreamCartonXL = Milk Cream XL .desc = It's cream. Made from milk. What else did you think you'd find in there? -ent-DrinkSugarJug = sugar +ent-DrinkSugarJug = sugar jug .desc = some people put this in their coffee... .suffix = for drinks -ent-DrinkLemonLimeJug = lemon lime +ent-DrinkLemonLimeJug = lemon lime jug .desc = a dual citrus sensation. ent-DrinkMeadJug = mead jug .desc = storing mead in a plastic jug should be a crime. diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/consumable/food/baked/donut.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/consumable/food/baked/donut.ftl index 5adfbbd9dcf..1188b5e8cfc 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/consumable/food/baked/donut.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/consumable/food/baked/donut.ftl @@ -20,8 +20,8 @@ ent-FoodDonutCaramel = caramel donut .desc = Goes great with a mug of hot coco. ent-FoodDonutChocolate = chocolate donut .desc = Goes great with a glass of warm milk. -ent-FoodDonutBlumpkin = blumpkin donut - .desc = Goes great with a mug of soothing drunken blumpkin. +ent-FoodDonutBlumpkin = blorbo donut + .desc = Goes great with a mug of BLORBO. ent-FoodDonutBungo = bungo donut .desc = Goes great with a mason jar of hippie's delight. ent-FoodDonut = matcha donut diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/consumable/food/produce.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/consumable/food/produce.ftl index 028481f5b52..dff96009ad3 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/consumable/food/produce.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/consumable/food/produce.ftl @@ -86,6 +86,8 @@ ent-FoodAloe = aloe .desc = A fragrant plant with soothing properties. ent-FoodPoppy = poppy .desc = A flower with extracts often used in the production of medicine +ent-FoodLily = lily + .desc = A beautiful orange flower. ent-FoodLingzhi = lingzhi .desc = A potent medicinal mushroom. Don't go overboard. ent-FoodAmbrosiaVulgaris = ambrosia vulgaris @@ -102,6 +104,8 @@ ent-RiceBushel = rice bushel .desc = Can be ground into rice, perfect for pudding or sake. ent-FoodSoybeans = soybeans .desc = For those who can't stand seeing good old meat. +ent-FoodSpacemansTrumpet = spaceman's trumpet + .desc = 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. ent-FoodKoibean = koibean .desc = These beans seem a little bit fishy. ent-FoodWatermelon = watermelon diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/devices/flatpack.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/devices/flatpack.ftl index c6855a028e7..ccb89ad85c8 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/devices/flatpack.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/devices/flatpack.ftl @@ -1,2 +1,6 @@ ent-BaseFlatpack = base flatpack .desc = A flatpack used for constructing something. +ent-SolarAssemblyFlatpack = solar assembly flatpack + .desc = A flatpack used for constructing a solar assembly. +ent-AmePartFlatpack = AME flatpack + .desc = A flatpack used for constructing an antimatter engine reactor. diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/fun/toys.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/fun/toys.ftl index 519b0dfd054..b3f905fbd0c 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/fun/toys.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/fun/toys.ftl @@ -53,6 +53,12 @@ ent-PlushieAtmosian = atmosian plushie .desc = An adorable stuffed toy that resembles a brave atmosian. Unfortunately, he won't fix those depressurizations for you. ent-PlushieXeno = xeno plushie .desc = An adorable stuffed toy that resembles a scary xenomorf. You're lucky it's just a toy. +ent-PlushiePenguin = penguin plushie + .desc = I use arch btw! +ent-PlushieHuman = human plushie + .desc = 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. +ent-PlushieMoth = moth plushie + .desc = Cute and fluffy moth plushie. Enjoy, bz! ent-BaseFigurineCheapo = figurine .desc = A small miniature. ent-ToyAi = AI toy @@ -107,11 +113,5 @@ ent-PlasticBanana = banana .suffix = Plastic ent-CrazyGlue = crazy glue .desc = A bottle of crazy glue manufactured by Honk! Co. -ent-PlushieMoth = moth plushie - .desc = Cute and fluffy moth plushie. Enjoy, bz! -ent-PlushiePenguin = penguin plushie - .desc = I use arch btw! -ent-PlushieHuman = human plushie - .desc = 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. ent-NewtonCradle = newton cradle .desc = A device bored paper pushers use to remind themselves that time did not stop yet. Contains gravity. diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/misc/subdermal_implants.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/misc/subdermal_implants.ftl index d2e21fa332a..fc68ca27796 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/misc/subdermal_implants.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/misc/subdermal_implants.ftl @@ -21,7 +21,7 @@ ent-ScramImplant = scram implant ent-DnaScramblerImplant = DNA scrambler implant .desc = This implant lets the user randomly change their appearance and name once. ent-MicroBombImplant = micro-bomb implant - .desc = This implant detonates the user upon death. + .desc = This implant detonates the user upon activation or upon death. ent-MacroBombImplant = macro-bomb implant .desc = This implant creates a large explosion on death after a preprogrammed countdown. ent-DeathAcidifierImplant = death-acidifier implant diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/specific/hydroponics/seeds.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/specific/hydroponics/seeds.ftl index 7f790bd89e5..e8392b3b13a 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/specific/hydroponics/seeds.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/specific/hydroponics/seeds.ftl @@ -66,6 +66,8 @@ ent-AloeSeeds = packet of aloe seeds .desc = Soothing. ent-PoppySeeds = packet of poppy seeds .desc = Do not eat within 72 hours of a drug test. +ent-LilySeeds = packet of lily seeds + .desc = These seeds grow into lilies. ent-LingzhiSeeds = packet of lingzhi spores .desc = Also known as reishi. ent-AmbrosiaVulgarisSeeds = packet of ambrosia vulgaris seeds @@ -84,6 +86,8 @@ ent-RiceSeeds = packet of rice seeds .desc = { ent-SeedBase.desc } ent-SoybeanSeeds = packet of soybean seeds .desc = { ent-SeedBase.desc } +ent-SpacemansTrumpetSeeds = packet of spaceman's trumpet seeds + .desc = { ent-SeedBase.desc } ent-KoibeanSeeds = packet of koibean seeds .desc = { ent-SeedBase.desc } ent-OnionRedSeeds = packet of red onion seeds diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/specific/medical/healing.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/specific/medical/healing.ftl index 8641a0c60d8..52d4663343b 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/specific/medical/healing.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/specific/medical/healing.ftl @@ -52,56 +52,56 @@ ent-AloeCream = aloe cream ent-HealingToolbox = healing toolbox .desc = A powerful toolbox imbued with robust energy. It can heal your wounds and fill you with murderous intent. .suffix = DO NOT MAP -ent-PillDexalin = dexalin pill (10u) +ent-PillDexalin = pill (dexalin 10u) .desc = { ent-Pill.desc } -ent-PillCanisterDexalin = { ent-PillCanister } +ent-PillCanisterDexalin = pill canister (dexalin 10u) .suffix = Dexalin, 7 .desc = { ent-PillCanister.desc } -ent-PillDylovene = dylovene pill (10u) +ent-PillDylovene = pill (dylovene 10u) .desc = { ent-Pill.desc } -ent-PillCanisterDylovene = { ent-PillCanister } +ent-PillCanisterDylovene = pill canister (dylovene 10u) .suffix = Dylovene, 5 .desc = { ent-PillCanister.desc } -ent-PillHyronalin = hyronalin pill (10u) +ent-PillHyronalin = pill (hyronalin 10u) .desc = { ent-Pill.desc } -ent-PillCanisterHyronalin = { ent-PillCanister } +ent-PillCanisterHyronalin = pill canister (hyronalin 10u) .suffix = Hyronalin, 5 .desc = { ent-PillCanister.desc } -ent-PillIron = iron pill (10u) +ent-PillIron = pill (iron 10u) .desc = { ent-Pill.desc } -ent-PillCopper = copper pill (10u) +ent-PillCopper = pill (copper 10u) .desc = { ent-Pill.desc } -ent-PillCanisterIron = { ent-PillCanister } +ent-PillCanisterIron = pill canister (iron 10u) .suffix = Iron, 5 .desc = { ent-PillCanister.desc } -ent-PillCanisterCopper = { ent-PillCanister } +ent-PillCanisterCopper = pill canister (copper 10u) .suffix = Copper, 5 .desc = { ent-PillCanister.desc } -ent-PillKelotane = kelotane pill (10u) +ent-PillKelotane = pill (kelotane 10u) .desc = { ent-Pill.desc } -ent-PillCanisterKelotane = { ent-PillCanister } +ent-PillCanisterKelotane = pill canister (kelotane 10u) .suffix = Kelotane, 5 .desc = { ent-PillCanister.desc } -ent-PillDermaline = dermaline pill (10u) +ent-PillDermaline = pill (dermaline 10u) .desc = { ent-Pill.desc } -ent-PillCanisterDermaline = { ent-PillCanister } +ent-PillCanisterDermaline = pill canister (dermaline 10u) .suffix = Dermaline, 5 .desc = { ent-PillCanister.desc } ent-PillSpaceDrugs = space drugs .desc = { ent-Pill.desc } -ent-PillTricordrazine = tricordrazine pill (10u) +ent-PillTricordrazine = pill (tricordrazine 10u) .desc = { ent-Pill.desc } -ent-PillCanisterTricordrazine = { ent-PillCanister } +ent-PillCanisterTricordrazine = pill canister (tricordrazine 10u) .suffix = Tricordrazine, 5 .desc = { ent-PillCanister.desc } -ent-PillBicaridine = bicaridine pill (10u) +ent-PillBicaridine = pill (bicaridine 10u) .desc = { ent-Pill.desc } -ent-PillCanisterBicaridine = { ent-PillCanister } +ent-PillCanisterBicaridine = pill canister (bicaridine 10u) .suffix = Bicaridine, 5 .desc = { ent-PillCanister.desc } -ent-PillCharcoal = charcoal pill (10u) +ent-PillCharcoal = pill (charcoal 10u) .desc = { ent-Pill.desc } -ent-PillCanisterCharcoal = { ent-PillCanister } +ent-PillCanisterCharcoal = pill canister (charcoal 10u) .suffix = Charcoal, 3 .desc = { ent-PillCanister.desc } ent-PillRomerol = romerol pill @@ -110,6 +110,9 @@ ent-PillAmbuzol = ambuzol pill .desc = { ent-Pill.desc } ent-PillAmbuzolPlus = ambuzol plus pill .desc = { ent-Pill.desc } +ent-PillCanisterRandom = { ent-PillCanister } + .suffix = Random + .desc = { ent-PillCanister.desc } ent-SyringeEphedrine = ephedrine syringe .desc = { ent-BaseSyringe.desc } ent-SyringeInaprovaline = inaprovaline syringe diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/specific/security/evidence-marker.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/specific/security/evidence-marker.ftl index f0bc94a73da..e006fb6a658 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/specific/security/evidence-marker.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/specific/security/evidence-marker.ftl @@ -1,22 +1,22 @@ ent-EvidenceMarker = evidence marker .desc = A numbered yellow marker, useful for labeling evidence on a crime scene. -ent-EvidenceMarkerOne = evidence marker +ent-EvidenceMarkerOne = { ent-EvidenceMarker } .desc = { ent-EvidenceMarker.desc } -ent-EvidenceMarkerTwo = evidence marker +ent-EvidenceMarkerTwo = { ent-EvidenceMarker } .desc = { ent-EvidenceMarker.desc } -ent-EvidenceMarkerThree = evidence marker +ent-EvidenceMarkerThree = { ent-EvidenceMarker } .desc = { ent-EvidenceMarker.desc } -ent-EvidenceMarkerFour = evidence marker +ent-EvidenceMarkerFour = { ent-EvidenceMarker } .desc = { ent-EvidenceMarker.desc } -ent-EvidenceMarkerFive = evidence marker +ent-EvidenceMarkerFive = { ent-EvidenceMarker } .desc = { ent-EvidenceMarker.desc } -ent-EvidenceMarkerSix = evidence marker +ent-EvidenceMarkerSix = { ent-EvidenceMarker } .desc = { ent-EvidenceMarker.desc } -ent-EvidenceMarkerSeven = evidence marker +ent-EvidenceMarkerSeven = { ent-EvidenceMarker } .desc = { ent-EvidenceMarker.desc } -ent-EvidenceMarkerEight = evidence marker +ent-EvidenceMarkerEight = { ent-EvidenceMarker } .desc = { ent-EvidenceMarker.desc } -ent-EvidenceMarkerNine = evidence marker +ent-EvidenceMarkerNine = { ent-EvidenceMarker } .desc = { ent-EvidenceMarker.desc } ent-BoxEvidenceMarkers = evidence marker box .desc = A pack of numbered yellow markers, useful for labeling evidence on a crime scene. diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/doors/airlocks/access.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/doors/airlocks/access.ftl index ae8ca3888bd..12eccdd97c0 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/doors/airlocks/access.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/doors/airlocks/access.ftl @@ -136,6 +136,9 @@ ent-AirlockServiceGlassLocked = { ent-AirlockGlass } ent-AirlockLawyerGlassLocked = { ent-AirlockGlass } .suffix = Lawyer, Locked .desc = { ent-AirlockGlass.desc } +ent-AirlockTheatreGlassLocked = { ent-AirlockGlass } + .suffix = Theatre, Locked + .desc = { ent-AirlockGlass.desc } ent-AirlockBarGlassLocked = { ent-AirlockGlass } .suffix = Bar, Locked .desc = { ent-AirlockGlass.desc } @@ -160,6 +163,9 @@ ent-AirlockExternalGlassAtmosphericsLocked = { ent-AirlockExternalGlass } ent-AirlockKitchenGlassLocked = { ent-AirlockGlass } .suffix = Kitchen, Locked .desc = { ent-AirlockGlass.desc } +ent-AirlockJanitorGlassLocked = { ent-AirlockGlass } + .suffix = Janitor, Locked + .desc = { ent-AirlockGlass.desc } ent-AirlockHydroGlassLocked = { ent-AirlockGlass } .suffix = Hydroponics, Locked .desc = { ent-AirlockGlass.desc } diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/doors/windoors/windoor.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/doors/windoors/windoor.ftl index e0c9a7def43..506f57542be 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/doors/windoors/windoor.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/doors/windoors/windoor.ftl @@ -35,6 +35,12 @@ ent-WindoorTheatreLocked = { ent-Windoor } ent-WindoorSecureArmoryLocked = { ent-WindoorSecureSecurityLocked } .suffix = Armory, Locked .desc = { ent-WindoorSecureSecurityLocked.desc } +ent-WindoorSecureAtmosphericsLocked = { ent-WindoorSecure } + .suffix = Atmospherics, Locked + .desc = { ent-WindoorSecure.desc } +ent-WindoorSecureBarLocked = { ent-WindoorSecure } + .suffix = Bar, Locked + .desc = { ent-WindoorSecure.desc } ent-WindoorSecureBrigLocked = { ent-WindoorSecureSecurityLocked } .suffix = Brig, Locked .desc = { ent-WindoorSecureSecurityLocked.desc } @@ -53,6 +59,9 @@ ent-WindoorSecureCentralCommandLocked = { ent-WindoorSecure } ent-WindoorSecureCommandLocked = { ent-WindoorSecure } .suffix = Command, Locked .desc = { ent-WindoorSecure.desc } +ent-WindoorSecureDetectiveLocked = { ent-WindoorSecure } + .suffix = Detective, Locked + .desc = { ent-WindoorSecure.desc } ent-WindoorSecureEngineeringLocked = { ent-WindoorSecure } .suffix = Engineering, Locked .desc = { ent-WindoorSecure.desc } @@ -80,9 +89,9 @@ ent-WindoorSecureSecurityLocked = { ent-WindoorSecure } ent-WindoorSecureScienceLocked = { ent-WindoorSecure } .suffix = Science, Locked .desc = { ent-WindoorSecure.desc } +ent-WindoorSecureServiceLocked = { ent-WindoorSecure } + .suffix = Service, Locked + .desc = { ent-WindoorSecure.desc } ent-WindoorSecureHeadOfPersonnelLocked = { ent-WindoorSecure } .suffix = HeadOfPersonnel, Locked .desc = { ent-WindoorSecure.desc } -ent-WindoorSecureAtmosphericsLocked = { ent-WindoorSecure } - .suffix = Atmospherics, Locked - .desc = { ent-WindoorSecure.desc } diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/furniture/bench.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/furniture/bench.ftl index 22962ee8a60..6cf2268859f 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/furniture/bench.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/furniture/bench.ftl @@ -6,3 +6,6 @@ ent-BenchColorfulComfy = { ent-BenchComfy } ent-BenchRedComfy = { ent-BenchComfy } .suffix = Solo. Red .desc = { ent-BenchComfy.desc } +ent-BenchBlueComfy = { ent-BenchComfy } + .suffix = Solo. Blue + .desc = { ent-BenchComfy.desc } diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/stairs.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/stairs.ftl index 42bc457e72a..09c55f44f65 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/stairs.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/stairs.ftl @@ -1,5 +1,18 @@ ent-Stairs = stairs .desc = The greatest invention since rocket-propelled grenades. + .suffix = steel ent-StairStage = { ent-Stairs } - .suffix = stage + .suffix = steel, stage + .desc = { ent-Stairs.desc } +ent-StairWhite = { ent-Stairs } + .suffix = white + .desc = { ent-Stairs.desc } +ent-StairStageWhite = { ent-Stairs } + .suffix = white, stage + .desc = { ent-Stairs.desc } +ent-StairDark = { ent-Stairs } + .suffix = dark + .desc = { ent-Stairs.desc } +ent-StairStageDark = { ent-Stairs } + .suffix = dark, stage .desc = { ent-Stairs.desc } diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/objectives/thief.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/objectives/thief.ftl index ab4d9be47eb..04e2f19e9c1 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/objectives/thief.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/objectives/thief.ftl @@ -40,7 +40,7 @@ ent-ClothingHeadsetAltMedicalStealObjective = { ent-BaseThiefStealObjective } .desc = { ent-BaseThiefStealObjective.desc } ent-FireAxeStealObjective = { ent-BaseThiefStealObjective } .desc = { ent-BaseThiefStealObjective.desc } -ent-AmePartStealObjective = { ent-BaseThiefStealObjective } +ent-AmePartFlatpackStealObjective = { ent-BaseThiefStealObjective } .desc = { ent-BaseThiefStealObjective.desc } ent-ExpeditionsCircuitboardStealObjective = { ent-BaseThiefStealObjective } .desc = { ent-BaseThiefStealObjective.desc } diff --git a/Resources/Locale/ru-RU/accent/accents.ftl b/Resources/Locale/ru-RU/accent/accents.ftl index f5a3517da65..edcddf29bfe 100644 --- a/Resources/Locale/ru-RU/accent/accents.ftl +++ b/Resources/Locale/ru-RU/accent/accents.ftl @@ -102,3 +102,8 @@ accent-words-kobold-6 = Гронк! accent-words-kobold-7 = Хисс! accent-words-kobold-8 = Йии! accent-words-kobold-9 = Йип. +# 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/Locale/ru-RU/administration/bwoink.ftl b/Resources/Locale/ru-RU/administration/bwoink.ftl index 6448bb3cb7c..71f2dbeb8b1 100644 --- a/Resources/Locale/ru-RU/administration/bwoink.ftl +++ b/Resources/Locale/ru-RU/administration/bwoink.ftl @@ -6,3 +6,4 @@ bwoink-system-typing-indicator = [one] печатает *[other] печатают }... +admin-bwoink-play-sound = Bwoink? diff --git a/Resources/Locale/ru-RU/corvax/prototypes/entities/objects/consumable/drinks/drinks.ftl b/Resources/Locale/ru-RU/corvax/prototypes/entities/objects/consumable/drinks/drinks.ftl index a59652a1508..c580135d9f7 100644 --- a/Resources/Locale/ru-RU/corvax/prototypes/entities/objects/consumable/drinks/drinks.ftl +++ b/Resources/Locale/ru-RU/corvax/prototypes/entities/objects/consumable/drinks/drinks.ftl @@ -1,41 +1,28 @@ ent-DrinkYorshGlass = стакан ёрша .desc = Вкус беззаботного детства. - ent-DrinkAlexanderGlass = бокал Александра .desc = В ходе производства ни один Александр не пострадал. Наверное... - ent-DrinkCampariGlass = стакан кампари .desc = Настойка на основе ароматических трав и цитрусовых. Без ГМО! - ent-DrinkDaiquiriGlass = бокал дайкири .desc = Хотите почувствовать себя шахтёром из 19-го века? Шахтёр не хотел, поэтому предпочел забыться в алкоголе. - ent-DrinkNegroniGlass = стакан негрони .desc = Американо для алкоголиков. - ent-DrinkEspressoMartiniGlass = бокал эспрессо мартини .desc = Разбуди меня и тра... Э-э-э... Ладно, просто разбуди. - ent-DrinkOldFashionedGlass = стакан олд фэшена .desc = Как сказал величайший классик: "Это классика". - ent-DrinkBadTouchGlass = стакан проникновения .desc = Входит... И выходит... И входит... Замечательно выходит! - ent-DrinkDarkAndStormyGlass = стакан тьмы и бури .desc = Прямиком с Бермудских Островов! Пират слева говорит, что именно поэтому напиток и пропадает с барной стойки. - ent-DrinkBrambleGlass = стакан брамбла .desc = Ягодки, джин, и довольно стрёмный вид. - ent-DrinkMaiTaiGlass = стакан май тай .desc = Первый человек, попробовавший этот коктейль, воскликнул: ”Mai tai — roa ae!”. Что в переводе с тайского означает... Да откуда мне знать? Звучит круто! - ent-DrinkMoscowMuleGlass = стакан московского мула .desc = Коктейль из США. Почему Московский? Потому что водка. Водка Московская? Нет. Так почему Московский? ВОДКА! - ent-DrinkPalomaGlass = стакан паломы .desc = Сверху ковбои. Снизу маракасы. Что же выбрать? - ent-DrinkBoyarskyGlass = стакан Боярского - .desc = Что делать, если ты устал от жизни? СМЕШИВАТЬ ВОДКУ! \ No newline at end of file + .desc = Что делать, если ты устал от жизни? СМЕШИВАТЬ ВОДКУ! diff --git a/Resources/Locale/ru-RU/corvax/reagents/meta/consumable/drink/alcohol.ftl b/Resources/Locale/ru-RU/corvax/reagents/meta/consumable/drink/alcohol.ftl index 5a8605c6f79..000b0291d35 100644 --- a/Resources/Locale/ru-RU/corvax/reagents/meta/consumable/drink/alcohol.ftl +++ b/Resources/Locale/ru-RU/corvax/reagents/meta/consumable/drink/alcohol.ftl @@ -1,41 +1,28 @@ reagent-name-yorsh = ёрш reagent-desc-yorsh = Вкус беззаботного детства. - reagent-name-alexander = Александр reagent-desc-alexander = В ходе производства ни один Александр не пострадал. Наверное... - reagent-name-daiquiri = дайкири reagent-desc-daiquiri = Хотите почувствовать себя шахтёром из 19-го века? Шахтёр не хотел, поэтому предпочел забыться в алкоголе. - reagent-name-campari = кампари reagent-desc-campari = Настойка на основе ароматических трав и цитрусовых. Без ГМО! - reagent-name-negroni = негрони reagent-desc-negroni = Американо для алкоголиков. - reagent-name-espressoMartini = эспрессо мартини reagent-desc-espressoMartini = Разбуди меня и тра... Э-э-э... Ладно, просто разбуди. - reagent-name-oldFashioned = олд фэшен reagent-desc-oldFashioned = Как сказал величайший классик: "Это классика". - reagent-name-badTouch = проникновение reagent-desc-badTouch = Входит... И выходит... И входит... Замечательно выходит! - reagent-name-darkAndStormy = тьма и буря reagent-desc-darkAndStormy = Прямиком с Бермудских Островов! Пират слева говорит, что именно поэтому напиток и пропадает с барной стойки. - reagent-name-bramble = брамбл reagent-desc-bramble = Ягодки, джин, и довольно стрёмный вид. - reagent-name-maiTai = май тай reagent-desc-maiTai = Первый человек, попробовавший этот коктейль, воскликнул: ”Mai tai — roa ae!”. Что в переводе с тайского означает... Да откуда мне знать? Звучит круто! - reagent-name-moscowMule = московский мул reagent-desc-moscowMule = Коктейль из США. Почему Московский? Потому что водка. Водка Московская? Нет. Так почему Московский? ВОДКА! - reagent-name-paloma = палома reagent-desc-paloma = Сверху ковбои. Снизу маракасы. Что же выбрать? - reagent-name-boyarsky = Боярский reagent-desc-boyarsky = Что делать, если ты устал от жизни? СМЕШИВАТЬ ВОДКУ! diff --git a/Resources/Locale/ru-RU/drone/drone-system.ftl b/Resources/Locale/ru-RU/drone/drone-system.ftl deleted file mode 100644 index d0e2a3edf54..00000000000 --- a/Resources/Locale/ru-RU/drone/drone-system.ftl +++ /dev/null @@ -1,4 +0,0 @@ -drone-active = Дрон технического обслуживания. Похоже, вы ему совершенно безразличны. -drone-dormant = Бездействующий дрон технического обслуживания. Кто знает, когда он проснётся? -drone-activated = Дрон с жужжанием оживает! -drone-too-close = Слишком близко к другим существам! diff --git a/Resources/Locale/ru-RU/escape-menu/ui/options-menu.ftl b/Resources/Locale/ru-RU/escape-menu/ui/options-menu.ftl index 7f3b34f5dc8..699d0f6da33 100644 --- a/Resources/Locale/ru-RU/escape-menu/ui/options-menu.ftl +++ b/Resources/Locale/ru-RU/escape-menu/ui/options-menu.ftl @@ -71,6 +71,7 @@ ui-options-hud-theme-clockwork = Механизм ui-options-hud-theme-retro = Ретро ui-options-hud-theme-minimalist = Минимализм ui-options-hud-theme-eris = Эрис +ui-options-hud-theme-ashen = Ashen ui-options-vp-stretch = Растянуть изображение для соответствия окну игры ui-options-vp-scale = Фиксированный масштаб окна игры: x{ $scale } ui-options-vp-integer-scaling = Использовать целочисленное масштабирование (может вызывать появление чёрных полос/обрезания) diff --git a/Resources/Locale/ru-RU/flavors/flavor-profiles.ftl b/Resources/Locale/ru-RU/flavors/flavor-profiles.ftl index e60928bfd55..27704c8e418 100644 --- a/Resources/Locale/ru-RU/flavors/flavor-profiles.ftl +++ b/Resources/Locale/ru-RU/flavors/flavor-profiles.ftl @@ -171,6 +171,7 @@ flavor-complex-light = как угасший свет flavor-complex-profits = как прибыль flavor-complex-fishops = как страшная рыбья операция +flavor-complex-violets = like violets flavor-complex-alcohol = как алкоголь flavor-complex-soda = как газировка flavor-complex-juice = как сок diff --git a/Resources/Locale/ru-RU/guidebook/guides.ftl b/Resources/Locale/ru-RU/guidebook/guides.ftl index b74996df615..171d95907e1 100644 --- a/Resources/Locale/ru-RU/guidebook/guides.ftl +++ b/Resources/Locale/ru-RU/guidebook/guides.ftl @@ -13,6 +13,7 @@ guide-entry-portable-generator = Портативные генераторы guide-entry-ame = Двигатель антиматерии (ДАМ) guide-entry-singularity = Сингулярный двигатель guide-entry-teg = Термоэлектрический генератор (ТЭГ) +guide-entry-rtg = RTG guide-entry-science = Научный отдел guide-entry-radio = Радиосвязь guide-entry-machine-upgrading = Улучшение оборудования diff --git a/Resources/Locale/ru-RU/reagents/meta/medicine.ftl b/Resources/Locale/ru-RU/reagents/meta/medicine.ftl index 38f1b2a59dc..85c06801acf 100644 --- a/Resources/Locale/ru-RU/reagents/meta/medicine.ftl +++ b/Resources/Locale/ru-RU/reagents/meta/medicine.ftl @@ -34,6 +34,8 @@ reagent-name-barozine = барозин reagent-desc-barozine = Сильнодействующий химикат, предотвращающий повреждения от давления. Оказывает сильное напряжение на организм. reagent-name-phalanximine = фалангимин reagent-desc-phalanximine = Современный препарат, используемый при лечении рака. Вызывает умеренное лучевое поражение организма и тошноту. Потенциально может удалить ген смерти у растений. +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 = амбузол reagent-desc-ambuzol = Высокотехнологичный препарат, способный остановить развитие зомби-вируса. reagent-name-ambuzol-plus = амбузол плюс diff --git a/Resources/Locale/ru-RU/reagents/meta/toxins.ftl b/Resources/Locale/ru-RU/reagents/meta/toxins.ftl index 334d2419d87..faa2fce8c58 100644 --- a/Resources/Locale/ru-RU/reagents/meta/toxins.ftl +++ b/Resources/Locale/ru-RU/reagents/meta/toxins.ftl @@ -8,6 +8,8 @@ reagent-name-polytrinic-acid = политриновая кислота reagent-desc-polytrinic-acid = Чрезвычайно едкое химическое вещество. Сильно обжигает всех, кто вступит с ней в непосредственный контакт. reagent-name-chloral-hydrate = хлоральгидрат reagent-desc-chloral-hydrate = Успокаивающее и гипнотическое химическое вещество. Обычно используется для усыпления других людей, независимо от того, хотят они этого или нет. +reagent-name-gastrotoxin = gastrotoxin +reagent-desc-gastrotoxin = A moderately toxic byproduct of decomposition. Most commonly found in spoiled food. reagent-name-ferrochromic-acid = феррохромовая кислота reagent-desc-ferrochromic-acid = Слабый едкий раствор, не способный причинить серьёзный вред здоровью, только если не вдыхать его. reagent-name-fluorosulfuric-acid = фторсерная кислота diff --git a/Resources/Locale/ru-RU/seeds/seeds.ftl b/Resources/Locale/ru-RU/seeds/seeds.ftl index e3c3c25b70b..9bb4977671c 100644 --- a/Resources/Locale/ru-RU/seeds/seeds.ftl +++ b/Resources/Locale/ru-RU/seeds/seeds.ftl @@ -72,6 +72,8 @@ seeds-aloe-name = алоэ seeds-aloe-display-name = алоэ seeds-laughin-pea-name = смешной горошек seeds-laughin-pea-display-name = смешной горошек +seeds-lily-name = lily +seeds-lily-display-name = lily seeds-lingzhi-name = линчжи seeds-lingzhi-display-name = линчжи seeds-ambrosiavulgaris-name = амброзия вульгарис @@ -88,6 +90,8 @@ seeds-rice-name = рис seeds-rice-display-name = стебли риса seeds-soybeans-name = соя seeds-soybeans-display-name = соя +seeds-spacemans-trumpet-name = spaceman's trumpet +seeds-spacemans-trumpet-display-name = spaceman's trumpet plant seeds-koibean-name = коибобы seeds-koibean-display-name = коибобы seeds-watermelon-name = арбуз diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/backpacks/duffelbag.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/backpacks/duffelbag.ftl index 29dc6680589..5fea169ae84 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/backpacks/duffelbag.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/backpacks/duffelbag.ftl @@ -38,6 +38,10 @@ ent-ClothingBackpackDuffelSyndicateEVABundle = набор EVA синдиката .desc = Содержит одобренный Синдикатом костюм EVA. ent-ClothingBackpackDuffelSyndicateHardsuitBundle = набор скафандров синдиката .desc = Содержит фирменный кроваво-красный комбинезон Синдиката. +ent-ClothingBackpackDuffelSyndicateEliteHardsuitBundle = syndicate elite hardsuit bundle + .desc = Contains the Syndicate's elite hardsuit, which comes with some more stuff in it. +ent-ClothingBackpackDuffelSyndicateHardsuitExtrasBundle = syndicate hardsuit extras bundle + .desc = Contains stuff that you will absolutely want to have when purchasing a hardsuit. ent-ClothingBackpackDuffelZombieBundle = зомби набор синдиката .desc = Универсальный набор для создания зомби на станции. ent-ClothingBackpackDuffelSyndicateOperative = вещмешок оперативника diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/backpacks/startergear/satchel.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/backpacks/startergear/satchel.ftl index 6836dbb759d..d516c27d149 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/backpacks/startergear/satchel.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/backpacks/startergear/satchel.ftl @@ -50,8 +50,6 @@ ent-ClothingBackpackSatchelCargoFilled = { ent-ClothingBackpackSatchelCargo } .desc = { ent-ClothingBackpackSatchelCargo.desc } ent-ClothingBackpackSatchelSalvageFilled = { ent-ClothingBackpackSatchelSalvage } .desc = { ent-ClothingBackpackSatchelSalvage.desc } -ent-ClothingBackpackSatchelDrone = { ent-ClothingBackpackSatchel } - .desc = { ent-ClothingBackpackSatchel.desc } ent-ClothingBackpackSatchelMimeFilled = { ent-ClothingBackpackSatchelMime } .desc = { ent-ClothingBackpackSatchelMime.desc } ent-ClothingBackpackSatchelHoldingAdmin = { ent-ClothingBackpackSatchelHolding } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/crates/syndicate.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/crates/syndicate.ftl index bd982cca444..17398913b47 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/crates/syndicate.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/crates/syndicate.ftl @@ -1,4 +1,7 @@ ent-CrateSyndicateSurplusBundle = ящик припасов синдиката .desc = Содержит случайное снаряжение Синдиката, общей стоимостью в 50 телекристаллов. Оно может быть как бесполезным хламом, так и реально крутым. +ent-CrateCybersunJuggernautBundle = Cybersun juggernaut bundle + .desc = Contains everything except a big gun to go postal. + .suffix = Filled ent-CrateSyndicateSuperSurplusBundle = ящик суперприпасов синдиката .desc = Содержит случайное снаряжение Синдиката, общей стоимостью в 125 телекристаллов. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/objects/consumable/drinks/drinks.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/objects/consumable/drinks/drinks.ftl index 8662a1bb30e..ce52aee8799 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/objects/consumable/drinks/drinks.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/objects/consumable/drinks/drinks.ftl @@ -1,2 +1,28 @@ ent-DrinkKvassGlass = кружка кваса .desc = Холодненький освежающий напиток с привкусом социализма. +ent-DrinkYorshGlass = yorsh glass + .desc = Taste of childhood. +ent-DrinkAlexanderGlass = alexander glass + .desc = No Alexander was harmed during production. Maybe... +ent-DrinkDaiquiriGlass = daiquiri glass + .desc = Do you want to feel like a 19th century miner? The miner did not want to, and tried to forget himself in alcohol. +ent-DrinkNegroniGlass = negroni glass + .desc = Americano for alcoholics. +ent-DrinkEspressoMartiniGlass = espresso martini glass + .desc = Wake me up, then fu... Uh-h.. Okay, just wake me up. +ent-DrinkOldFashionedGlass = old fashioned glass + .desc = As the greatest classic said: “This is a classic”. +ent-DrinkBadTouchGlass = bad touch glass + .desc = We're nothing but mammals after all. +ent-DrinkDarkAndStormyGlass = dark and stormy glass + .desc = Straight from Bermuda! The pirate on the left says that this is why the drink disappears. +ent-DrinkBrambleGlass = bramble glass + .desc = Berries, gin, and a rather creepy look. +ent-DrinkMaiTaiGlass = mai tai glass + .desc = The first person who tried this cocktail exclaimed: ”Mai tai — roa ae!”. What does it mean in Thai... I don't know. Sounds cool! +ent-DrinkMoscowMuleGlass = moscow mule glass + .desc = Cocktail from the USA. Why Moscow? Because vodka. Moscow vodka? No. So why Moscow? VODKA! +ent-DrinkPalomaGlass = paloma glass + .desc = Cowboys on top. Maracas on bottom. Hard choice... +ent-DrinkBoyarskyGlass = boyarsky glass + .desc = What to do if you are tired of life? MIX VODKA! diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/objects/consumable/drinks/drinks_bottles.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/objects/consumable/drinks/drinks_bottles.ftl new file mode 100644 index 00000000000..822c75e78e4 --- /dev/null +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/objects/consumable/drinks/drinks_bottles.ftl @@ -0,0 +1,2 @@ +ent-DrinkCampariBottleFull = campari bottle + .desc = Tincture based on aromatic herbs and citrus fruits. Non-GMO! diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/reagents/meta/consumable/drink/alcohol.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/reagents/meta/consumable/drink/alcohol.ftl new file mode 100644 index 00000000000..8a3988ce9fb --- /dev/null +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/reagents/meta/consumable/drink/alcohol.ftl @@ -0,0 +1,28 @@ +reagent-name-yorsh = yorsh +reagent-desc-yorsh = Taste of childhood. +reagent-name-alexander = alexander +reagent-desc-alexander = No Alexander was harmed during production. Maybe... +reagent-name-daiquiri = daiquiri +reagent-desc-daiquiri = Do you want to feel like a 19th century miner? The miner did not want to, and tried to forget himself in alcohol. +reagent-name-campari = campari +reagent-desc-campari = Tincture based on aromatic herbs and citrus fruits. Non-GMO! +reagent-name-negroni = negroni +reagent-desc-negroni = Americano for alcoholics. +reagent-name-espressoMartini = espresso martini +reagent-desc-espressoMartini = Wake me up, then fu... Uh-h.. Okay, just wake me up. +reagent-name-oldFashioned = old fashioned +reagent-desc-oldFashioned = As the greatest classic said: “This is a classic”. +reagent-name-badTouch = bad touch +reagent-desc-badTouch = We're nothing but mammals after all. +reagent-name-darkAndStormy = dark and stormy +reagent-desc-darkAndStormy = Straight from Bermuda! The pirate on the left says that this is why the drink disappears. +reagent-name-bramble = bramble +reagent-desc-bramble = Berries, gin, and a rather creepy look. +reagent-name-maiTai = mai tai +reagent-desc-maiTai = The first person who tried this cocktail exclaimed: ”Mai tai — roa ae!”. What does it mean in Thai... I don't know. Sounds cool! +reagent-name-moscowMule = moscow mule +reagent-desc-moscowMule = Cocktail from the USA. Why Moscow? Because vodka. Moscow vodka? No. So why Moscow? VODKA! +reagent-name-paloma = paloma +reagent-desc-paloma = Cowboys on top. Maracas on bottom. Hard choice... +reagent-name-boyarsky = boyarsky +reagent-desc-boyarsky = What to do if you are tired of life? MIX VODKA! diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/eyes/hud.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/eyes/hud.ftl index 100ae60b426..4c5dc5d0367 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/eyes/hud.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/eyes/hud.ftl @@ -31,3 +31,5 @@ ent-ClothingEyesEyepatchHudSecurity = визор охраны на глаз .desc = Окуляр с индикатором на стекле, который сканирует гуманоидов в поле зрения и предоставляет точные данные об их идентификационном статусе и записях в системе безопасности. Для настоящих патриотов. ent-ClothingEyesEyepatchHudBeer = пивные очки на глаз .desc = Пара солнцезащитных очков, оснащенных сканером реагентов, а также дающих понимание вязкости жидкости во время движения. Для настоящих патриотов. +ent-ClothingEyesEyepatchHudDiag = diagnostic hud eyepatch + .desc = A heads-up display capable of analyzing the integrity and status of robotics and exosuits. Made out of see-borg-ium. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/hands/colored.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/hands/colored.ftl index f6d4cb5ee55..c9a2cd6da37 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/hands/colored.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/hands/colored.ftl @@ -24,3 +24,6 @@ ent-ClothingHandsGlovesColorYellow = изолированные перчатки .desc = Эти перчатки защищают пользователя от поражения электрическим током. ent-ClothingHandsGlovesColorYellowBudget = дешевые изолированные перчатки .desc = Всего лишь дешевая подделка заветных перчаток - не может быть, чтобы это плохо кончилось. +ent-ClothingHandsGlovesConducting = { ent-ClothingHandsGlovesColorYellow } + .suffix = Conducting + .desc = { ent-ClothingHandsGlovesColorYellow.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/effects/acidifier.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/effects/acidifier.ftl new file mode 100644 index 00000000000..1af1729b825 --- /dev/null +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/effects/acidifier.ftl @@ -0,0 +1,2 @@ +ent-Acidifier = acid + .desc = Melts you into a puddle of yuck! diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/effects/portal.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/effects/portal.ftl index 3ba8008a93f..7f27b76c108 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/effects/portal.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/effects/portal.ftl @@ -6,5 +6,9 @@ ent-PortalBlue = { ent-BasePortal } .desc = { ent-BasePortal.desc } ent-PortalArtifact = { ent-BasePortal } .desc = { ent-BasePortal.desc } +ent-PortalGatewayBlue = { ent-BasePortal } + .desc = { ent-BasePortal.desc } +ent-PortalGatewayOrange = { ent-BasePortal } + .desc = { ent-BasePortal.desc } ent-ShadowPortal = теневой разлом .desc = Выглядит нестабильно. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/mobs.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/mobs.ftl index e4ed1fbe48b..b0101092c19 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/mobs.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/markers/spawners/mobs.ftl @@ -10,8 +10,6 @@ ent-SpawnMobPossumMorty = спавнер опоссум Морти .desc = { ent-MarkerBase.desc } ent-SpawnMobRaccoonMorticia = спавнер енот Мортиша .desc = { ent-MarkerBase.desc } -ent-SpawnMobDrone = спавнер дрон - .desc = { ent-MarkerBase.desc } ent-SpawnMobCatRuntime = спавнер кот Рантайм .desc = { ent-MarkerBase.desc } ent-SpawnMobCatException = спавнер кот Эксепшен diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/npcs/animals.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/npcs/animals.ftl index 222f641c135..27f4a7e8dbb 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/npcs/animals.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/npcs/animals.ftl @@ -133,3 +133,6 @@ ent-MobPig = свинья .desc = Хрю. ent-MobDionaNymph = нимфа дионы .desc = Похожа на кошку, только.... ветвистее. +ent-MobDionaNymphAccent = { ent-MobDionaNymph } + .suffix = Accent + .desc = { ent-MobDionaNymph.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/npcs/shadows.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/npcs/shadows.ftl index 291cb6c73c7..627e776713b 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/npcs/shadows.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/npcs/shadows.ftl @@ -1,4 +1,4 @@ ent-BaseShadowMob = { ent-BaseShadow } - .desc = { ent-BaseShadow.desc } + .desc = { ent-BaseShadow.desc } ent-MobCatShadow = теневой кот .desc = Чудесный кусочек тьмы. Надеемся, он не навлечет на вас проклятие. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/player/silicon.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/player/silicon.ftl index 41f1c2a9c96..6cfa1d4fa0b 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/player/silicon.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/player/silicon.ftl @@ -1,9 +1,3 @@ -ent-PlayerSiliconBase = { "" } - .desc = { "" } -ent-Drone = дрон - .desc = { ent-PlayerSiliconBase.desc } -ent-Onestar = мех Onestar - .desc = { ent-PlayerSiliconBase.desc } ent-PlayerBorgGeneric = { ent-BorgChassisGeneric } .desc = { ent-BorgChassisGeneric.desc } .suffix = Батарея, Инструменты diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/produce.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/produce.ftl index 18400d19905..59b32a5a3af 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/produce.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/produce.ftl @@ -86,6 +86,8 @@ ent-FoodAloe = алоэ .desc = Ароматное растение с успокаивающими свойствами. ent-FoodPoppy = мак .desc = Цветок, экстракты которого часто используются в производстве лекарств. +ent-FoodLily = lily + .desc = A beautiful orange flower. ent-FoodLingzhi = линчжи .desc = Сильнодействующий лекарственный гриб. Не переборщите. ent-FoodAmbrosiaVulgaris = амброзия вульгарис @@ -102,6 +104,8 @@ ent-RiceBushel = сноп риса .desc = Может быть перемолот в рис, идеально подходит для пудинга или саке. ent-FoodSoybeans = соевые бобы .desc = Для тех, кто не выносит вида старого доброго мяса. +ent-FoodSpacemansTrumpet = spaceman's trumpet + .desc = 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. ent-FoodKoibean = коибобы .desc = Эти бобы кажутся немного подозрыбтельными. ent-FoodWatermelon = арбуз diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/flatpack.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/flatpack.ftl index 7b5198ef4e8..043c4329477 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/flatpack.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/flatpack.ftl @@ -1,2 +1,6 @@ ent-BaseFlatpack = базовая упаковка .desc = Универсально-сборная упаковка, используемая для сборки чего-либо. +ent-SolarAssemblyFlatpack = solar assembly flatpack + .desc = A flatpack used for constructing a solar assembly. +ent-AmePartFlatpack = AME flatpack + .desc = A flatpack used for constructing an antimatter engine reactor. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/hydroponics/seeds.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/hydroponics/seeds.ftl index 34247bc33ac..9af9e89ecde 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/hydroponics/seeds.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/hydroponics/seeds.ftl @@ -66,6 +66,8 @@ ent-AloeSeeds = пакет семян (алоэ) .desc = Успокаивающие. ent-PoppySeeds = пакет семян (мак) .desc = Не есть за 72 часа до анализа на наркотики. +ent-LilySeeds = packet of lily seeds + .desc = These seeds grow into lilies. ent-LingzhiSeeds = пакет спор (линчжи) .desc = Также известен как трутовик. ent-AmbrosiaVulgarisSeeds = пакет семян (амброзия вульгарис) @@ -84,6 +86,8 @@ ent-RiceSeeds = пакет семян (рис) .desc = { ent-SeedBase.desc } ent-SoybeanSeeds = пакет семян (соя) .desc = { ent-SeedBase.desc } +ent-SpacemansTrumpetSeeds = packet of spaceman's trumpet seeds + .desc = { ent-SeedBase.desc } ent-KoibeanSeeds = пакет семян (коибобы) .desc = { ent-SeedBase.desc } ent-OnionRedSeeds = пакет семян (красный лук) diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/medical/healing.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/medical/healing.ftl index 07159e9b5cb..5d6eed4486f 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/medical/healing.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/medical/healing.ftl @@ -110,6 +110,9 @@ ent-PillAmbuzol = таблетка амбузола .desc = { ent-Pill.desc } ent-PillAmbuzolPlus = таблетка амбузола плюс .desc = { ent-Pill.desc } +ent-PillCanisterRandom = { ent-PillCanister } + .suffix = Random + .desc = { ent-PillCanister.desc } ent-SyringeEphedrine = шприц эфедрина .desc = { ent-BaseSyringe.desc } ent-SyringeInaprovaline = шприц инапровалина diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/airlocks/access.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/airlocks/access.ftl index df2d81907cf..8f20e981025 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/airlocks/access.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/airlocks/access.ftl @@ -136,6 +136,9 @@ ent-AirlockServiceGlassLocked = { ent-AirlockGlass } ent-AirlockLawyerGlassLocked = { ent-AirlockGlass } .suffix = Юридический, Закрыт .desc = { ent-AirlockGlass.desc } +ent-AirlockTheatreGlassLocked = { ent-AirlockGlass } + .suffix = Theatre, Locked + .desc = { ent-AirlockGlass.desc } ent-AirlockBarGlassLocked = { ent-AirlockGlass } .suffix = Бар, Закрыт .desc = { ent-AirlockGlass.desc } @@ -160,6 +163,9 @@ ent-AirlockExternalGlassAtmosphericsLocked = { ent-AirlockExternalGlass } ent-AirlockKitchenGlassLocked = { ent-AirlockGlass } .suffix = Кухня, Закрыт .desc = { ent-AirlockGlass.desc } +ent-AirlockJanitorGlassLocked = { ent-AirlockGlass } + .suffix = Janitor, Locked + .desc = { ent-AirlockGlass.desc } ent-AirlockHydroGlassLocked = { ent-AirlockGlass } .suffix = Гидропоника, Закрыт .desc = { ent-AirlockGlass.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/windoors/windoor.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/windoors/windoor.ftl index 00f3c9200f4..17cb93dc470 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/windoors/windoor.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/windoors/windoor.ftl @@ -38,6 +38,9 @@ ent-WindoorSecureCommandLocked = { ent-WindoorSecure } ent-WindoorSecureEngineeringLocked = { ent-WindoorSecure } .suffix = Инженерный, Закрыт .desc = { ent-WindoorSecure.desc } +ent-WindoorSecureBarLocked = { ent-WindoorSecure } + .suffix = Bar, Locked + .desc = { ent-WindoorSecure.desc } ent-WindoorSecureExternalLocked = { ent-WindoorSecure } .suffix = Внешний, Закрыт .desc = { ent-WindoorSecure.desc } @@ -56,6 +59,9 @@ ent-WindoorSecureMedicalLocked = { ent-WindoorSecure } ent-WindoorSecureSecurityLocked = { ent-WindoorSecure } .suffix = СлужбаБезопасности, Закрыт .desc = { ent-WindoorSecure.desc } +ent-WindoorSecureDetectiveLocked = { ent-WindoorSecure } + .suffix = Detective, Locked + .desc = { ent-WindoorSecure.desc } ent-WindoorSecureScienceLocked = { ent-WindoorSecure } .suffix = Научный, Закрыт .desc = { ent-WindoorSecure.desc } @@ -83,6 +89,9 @@ ent-WindoorSecureSalvageLocked = { ent-WindoorSecure } ent-WindoorChapelLocked = { ent-Windoor } .suffix = Церковь, Закрыт .desc = { ent-Windoor.desc } +ent-WindoorSecureServiceLocked = { ent-WindoorSecure } + .suffix = Service, Locked + .desc = { ent-WindoorSecure.desc } ent-WindoorJanitorLocked = { ent-Windoor } .suffix = Уборщик, Закрыт .desc = { ent-Windoor.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/furniture/bench.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/furniture/bench.ftl index dfc14331d3f..a511c38b0d9 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/furniture/bench.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/furniture/bench.ftl @@ -6,3 +6,6 @@ ent-BenchColorfulComfy = { ent-BenchComfy } ent-BenchRedComfy = { ent-BenchComfy } .suffix = Одинарный, Красный .desc = { ent-BenchComfy.desc } +ent-BenchBlueComfy = { ent-BenchComfy } + .suffix = Solo. Blue + .desc = { ent-BenchComfy.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/stairs.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/stairs.ftl index 79674178871..fa30c8f4c61 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/stairs.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/stairs.ftl @@ -1,5 +1,18 @@ ent-Stairs = ступеньки .desc = Величайшее изобретение после гранатомётов. + .suffix = steel ent-StairStage = { ent-Stairs } .suffix = ступенька .desc = { ent-Stairs.desc } +ent-StairWhite = { ent-Stairs } + .suffix = white + .desc = { ent-Stairs.desc } +ent-StairStageWhite = { ent-Stairs } + .suffix = white, stage + .desc = { ent-Stairs.desc } +ent-StairDark = { ent-Stairs } + .suffix = dark + .desc = { ent-Stairs.desc } +ent-StairStageDark = { ent-Stairs } + .suffix = dark, stage + .desc = { ent-Stairs.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/objectives/thief.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/objectives/thief.ftl index fef34d4b1e9..40275ea7c7c 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/objectives/thief.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/objectives/thief.ftl @@ -40,7 +40,7 @@ ent-ClothingHeadsetAltMedicalStealObjective = { ent-BaseThiefStealObjective } .desc = { ent-BaseThiefStealObjective.desc } ent-FireAxeStealObjective = { ent-BaseThiefStealObjective } .desc = { ent-BaseThiefStealObjective.desc } -ent-AmePartStealObjective = { ent-BaseThiefStealObjective } +ent-AmePartFlatpackStealObjective = { ent-BaseThiefStealObjective } .desc = { ent-BaseThiefStealObjective.desc } ent-ExpeditionsCircuitboardStealObjective = { ent-BaseThiefStealObjective } .desc = { ent-BaseThiefStealObjective.desc } diff --git a/Resources/Locale/ru-RU/store/uplink-catalog.ftl b/Resources/Locale/ru-RU/store/uplink-catalog.ftl index fa21bb47fed..71edd59bfdb 100644 --- a/Resources/Locale/ru-RU/store/uplink-catalog.ftl +++ b/Resources/Locale/ru-RU/store/uplink-catalog.ftl @@ -98,6 +98,8 @@ uplink-hypopen-name = Гипоручка uplink-hypopen-desc = Химический гипоспрей, замаскированный под ручку, способный мгновенно впрыснуть до 10 ед. реагентов. Изначально пуст. uplink-voice-mask-name = Голосовая маска uplink-voice-mask-desc = Противогаз, позволяющий подстраивать свой голос под кого угодно. +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 = Глушитель связи uplink-radio-jammer-desc = При активации это устройство блокирует любую исходящую поблизости радиосвязь. uplink-syndicate-weapon-module-name = Оружейный модуль киборга @@ -214,6 +216,8 @@ uplink-decoy-disk-name = Фальшивый диск ядерной автори uplink-decoy-disk-desc = Кусок пластика с лентикулярным принтом, сделанным так, чтобы быть похожим на диск ядерной авторизации. uplink-cigarettes-name = { ent-CigPackSyndicate } uplink-cigarettes-desc = { ent-CigPackSyndicate.desc } +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 = Коробка закусок Синдиката uplink-snack-box-desc = Коробка вкусных снэков и напитков, которые можно съесть в одиночку или разделить с командой. Включает одну нежелательную игрушку. uplink-eshield-name = Энергощит diff --git a/Resources/Locale/ru-RU/tiles/tiles.ftl b/Resources/Locale/ru-RU/tiles/tiles.ftl index a3ae76cb24a..9e442658c3c 100644 --- a/Resources/Locale/ru-RU/tiles/tiles.ftl +++ b/Resources/Locale/ru-RU/tiles/tiles.ftl @@ -1,6 +1,7 @@ tiles-space = космос tiles-plating = покрытие tiles-lattice = решётка +tiles-lattice-train = train lattice tiles-steel-floor = стальной пол tiles-steel-floor-mini = стальные мини-плиты tiles-steel-floor-pavement = стальное покрытие diff --git a/Resources/Locale/ru-RU/vending-machines/vending-machine.ftl b/Resources/Locale/ru-RU/vending-machines/vending-machine.ftl index 82e3e3079bf..034fc0228b6 100644 --- a/Resources/Locale/ru-RU/vending-machines/vending-machine.ftl +++ b/Resources/Locale/ru-RU/vending-machines/vending-machine.ftl @@ -1 +1,3 @@ vending-machine-thanks = Спасибо что воспользовались { $name }! +vending-machine-flavor-left = Request refills at cargo +vending-machine-flavor-right = v1.1 diff --git a/Resources/Locale/ru-RU/weapons/grenades/voice-trigger.ftl b/Resources/Locale/ru-RU/weapons/grenades/voice-trigger.ftl index 14ae3c77de6..7366bf038fb 100644 --- a/Resources/Locale/ru-RU/weapons/grenades/voice-trigger.ftl +++ b/Resources/Locale/ru-RU/weapons/grenades/voice-trigger.ftl @@ -1,7 +1,10 @@ examine-trigger-voice = На дисплее виднеется: "{ $keyphrase }" trigger-voice-uninitialized = На дисплее виднеется: Не инициализированно... verb-trigger-voice-record = Записать +verb-trigger-voice-stop = Stop verb-trigger-voice-clear = Стереть запись popup-trigger-voice-start-recording = Начало записи popup-trigger-voice-stop-recording = Конец записи +popup-trigger-voice-record-failed-too-long = Message too long, try again +popup-trigger-voice-record-failed-too-short = Message too short, try again popup-trigger-voice-recorded = Записано diff --git a/Resources/Locale/ru-RU/weapons/melee/melee.ftl b/Resources/Locale/ru-RU/weapons/melee/melee.ftl index 70909c3df1b..5892b9a886a 100644 --- a/Resources/Locale/ru-RU/weapons/melee/melee.ftl +++ b/Resources/Locale/ru-RU/weapons/melee/melee.ftl @@ -1,5 +1,6 @@ melee-inject-failed-hardsuit = Ваш { $weapon } не может проникнуть сквозь скафандр! melee-balloon-pop = { CAPITALIZE($balloon) } лопнул! +#BatteryComponent # BatteryComponent melee-battery-examine = Заряда хватит на [color={ $color }]{ $count }[/color] { $count -> From 7c7bca1d323293b39de0c22253a62bff15f878ca Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Thu, 22 Feb 2024 22:00:25 +1100 Subject: [PATCH 24/93] Remove obs kit (#24768) Syndi handheld crew monitor got removed. Give them their own content instead of reskinning NT stuff. --- .../Prototypes/Catalog/Fills/Boxes/syndicate.yml | 14 -------------- Resources/Prototypes/Catalog/uplink_catalog.yml | 11 ----------- Resources/migration.yml | 1 + 3 files changed, 1 insertion(+), 25 deletions(-) diff --git a/Resources/Prototypes/Catalog/Fills/Boxes/syndicate.yml b/Resources/Prototypes/Catalog/Fills/Boxes/syndicate.yml index 1de429a50d0..0f1bd0f4652 100644 --- a/Resources/Prototypes/Catalog/Fills/Boxes/syndicate.yml +++ b/Resources/Prototypes/Catalog/Fills/Boxes/syndicate.yml @@ -31,17 +31,3 @@ amount: 2 - id: BaseChemistryEmptyVial - id: SyringeStimulants - -- type: entity - id: Observationskit - parent: BoxCardboard - name: observations kit - suffix: Filled - components: - - type: StorageFill - contents: - - id: ClothingEyesGlassesHiddenSecurity - amount: 1 - - id: SurveillanceCameraMonitorCircuitboard - amount: 1 - diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index c6d2b8b8b39..5ddb4facd2e 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -752,17 +752,6 @@ # Bundles -- type: listing - id: Observationkit - name: uplink-observation-kit-name - description: uplink-observation-kit-desc - icon: { sprite: /Textures/Objects/Storage/boxicons.rsi, state: tracks } - productEntity: Observationskit - cost: - Telecrystal: 4 - categories: - - UplinkBundles - - type: listing id: UplinkEmpKit name: uplink-emp-kit-name diff --git a/Resources/migration.yml b/Resources/migration.yml index 09a2fdd70c9..d220a8a19de 100644 --- a/Resources/migration.yml +++ b/Resources/migration.yml @@ -224,3 +224,4 @@ Onestar: null # I dont think this is even mapped, but just in case SolarAssemblyPart: SolarAssemblyFlatpack AmePart: AmePartFlatpack AmePartStealObjective: AmePartFlatpackStealObjective +Observationskit: null From d0df5ed5fa502baa87c53fae8b8ce43257c92ffe Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Thu, 22 Feb 2024 22:00:35 +1100 Subject: [PATCH 25/93] Revert "Remove handheld crew monitor (#24761)" (#25439) * Revert "Remove handheld crew monitor (#24761)" This reverts commit bbc6d29d21df618f7aaf51550da5d71d2e31da04. # Conflicts: # Resources/Prototypes/Catalog/Fills/Boxes/syndicate.yml # Resources/Prototypes/Entities/Structures/Machines/lathe.yml # Resources/Prototypes/Research/biochemical.yml # Resources/migration.yml * changes * zeweh * dergs --- Resources/Maps/Test/dev_map.yml | 7 --- Resources/Maps/centcomm.yml | 7 --- .../Catalog/Fills/Lockers/heads.yml | 2 + .../Medical/handheld_crew_monitor.yml | 42 ++++++++++++++++++ .../Medical/handheldcrewmonitor.rsi/icon.png | Bin 0 -> 6577 bytes .../Medical/handheldcrewmonitor.rsi/meta.json | 25 +++++++++++ .../handheldcrewmonitor.rsi/scanner.png | Bin 0 -> 621 bytes .../syndihandheldcrewmonitor.rsi/meta.json | 21 +++++++++ .../syndiscanner.png | Bin 0 -> 670 bytes Resources/migration.yml | 2 - 10 files changed, 90 insertions(+), 16 deletions(-) create mode 100644 Resources/Prototypes/Entities/Objects/Specific/Medical/handheld_crew_monitor.yml create mode 100644 Resources/Textures/Objects/Specific/Medical/handheldcrewmonitor.rsi/icon.png create mode 100644 Resources/Textures/Objects/Specific/Medical/handheldcrewmonitor.rsi/meta.json create mode 100644 Resources/Textures/Objects/Specific/Medical/handheldcrewmonitor.rsi/scanner.png create mode 100644 Resources/Textures/Objects/Specific/Medical/syndihandheldcrewmonitor.rsi/meta.json create mode 100644 Resources/Textures/Objects/Specific/Medical/syndihandheldcrewmonitor.rsi/syndiscanner.png diff --git a/Resources/Maps/Test/dev_map.yml b/Resources/Maps/Test/dev_map.yml index f00d7049a52..85f35719fb0 100644 --- a/Resources/Maps/Test/dev_map.yml +++ b/Resources/Maps/Test/dev_map.yml @@ -3781,13 +3781,6 @@ entities: - type: Transform pos: -3.5805476,0.74100244 parent: 179 -- proto: HandheldCrewMonitor - entities: - - uid: 1184 - components: - - type: Transform - pos: 1.6819578,7.502847 - parent: 179 - proto: HandheldHealthAnalyzer entities: - uid: 513 diff --git a/Resources/Maps/centcomm.yml b/Resources/Maps/centcomm.yml index b64158f08b4..7cbbe67413f 100644 --- a/Resources/Maps/centcomm.yml +++ b/Resources/Maps/centcomm.yml @@ -27185,13 +27185,6 @@ entities: - type: Transform pos: -25.604141,8.625723 parent: 1668 -- proto: HandheldCrewMonitor - entities: - - uid: 1461 - components: - - type: Transform - pos: 13.504195,-12.438507 - parent: 1668 - proto: HandLabeler entities: - uid: 2228 diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml index fb66b7349d1..bd9b499af2a 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml @@ -187,6 +187,7 @@ - id: ClothingHeadHatBeretCmo - id: ClothingOuterHardsuitMedical - id: Hypospray + - id: HandheldCrewMonitor - id: DoorRemoteMedical - id: RubberStampCMO - id: MedicalTechFabCircuitboard @@ -206,6 +207,7 @@ - id: ClothingBackpackDuffelSurgeryFilled - id: ClothingMaskSterile - id: Hypospray + - id: HandheldCrewMonitor - id: DoorRemoteMedical - id: RubberStampCMO - id: MedicalTechFabCircuitboard diff --git a/Resources/Prototypes/Entities/Objects/Specific/Medical/handheld_crew_monitor.yml b/Resources/Prototypes/Entities/Objects/Specific/Medical/handheld_crew_monitor.yml new file mode 100644 index 00000000000..72e8373cab7 --- /dev/null +++ b/Resources/Prototypes/Entities/Objects/Specific/Medical/handheld_crew_monitor.yml @@ -0,0 +1,42 @@ +- type: entity + name: handheld crew monitor + parent: + - BaseItem + - PowerCellSlotSmallItem + # CMO-only bud, don't add more. + id: HandheldCrewMonitor + description: A hand-held crew monitor displaying the status of suit sensors. + components: + - type: Sprite + sprite: Objects/Specific/Medical/handheldcrewmonitor.rsi + state: scanner + - type: PowerCellDraw + drawRate: 0 + useRate: 20 + - type: ActivatableUIRequiresPowerCell + - type: ActivatableUI + key: enum.CrewMonitoringUIKey.Key + closeOnHandDeselect: false + - type: UserInterface + interfaces: + - key: enum.CrewMonitoringUIKey.Key + type: CrewMonitoringBoundUserInterface + - type: CrewMonitoringConsole + - type: DeviceNetwork + deviceNetId: Wireless + receiveFrequencyId: CrewMonitor + - type: WirelessNetworkConnection + range: 500 + - type: StationLimitedNetwork + - type: StaticPrice + price: 500 + +- type: entity + id: HandheldCrewMonitorEmpty + parent: HandheldCrewMonitor + suffix: Empty + components: + - type: ItemSlots + slots: + cell_slot: + name: power-cell-slot-component-slot-name-default diff --git a/Resources/Textures/Objects/Specific/Medical/handheldcrewmonitor.rsi/icon.png b/Resources/Textures/Objects/Specific/Medical/handheldcrewmonitor.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..4593188502707d4f325719e2682f90c159dbde70 GIT binary patch literal 6577 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Specific/Medical/handheldcrewmonitor.rsi/meta.json b/Resources/Textures/Objects/Specific/Medical/handheldcrewmonitor.rsi/meta.json new file mode 100644 index 00000000000..93459edf34a --- /dev/null +++ b/Resources/Textures/Objects/Specific/Medical/handheldcrewmonitor.rsi/meta.json @@ -0,0 +1,25 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation https://github.com/tgstation/tgstation/commit/ab4abf318f293a701754656dd4e9261eb70f8824#diff-9ab5c8a5e47ab7cfaeadd859a23e32b05de1fe839e99ea767fd7e340b6385d67", + "states": [ + { + "name": "scanner", + "directions": 1, + "delays": [ + [ + 0.4, + 0.4 + ] + ] + }, + { + "name": "icon", + "directions": 1 + } + ] +} diff --git a/Resources/Textures/Objects/Specific/Medical/handheldcrewmonitor.rsi/scanner.png b/Resources/Textures/Objects/Specific/Medical/handheldcrewmonitor.rsi/scanner.png new file mode 100644 index 0000000000000000000000000000000000000000..2f97a86aba67d0f2cb9b46b50b4021c8ebfe9ff0 GIT binary patch literal 621 zcmV-z0+RiSP)O{k=69d^i(Q`2 z@7qda9-1#@CWI^i;QYcx>G>O!p1oM}T>bfltKZ+zJcvfFBV*tSG%b%Ff=O~xUYc22?aU4tj zGr4iUKr&r^`X5~+Q^0Xv3cl68 zE*1H`8@4XK)B?;vSmpCA&<;B05|E}T0C5lQGXdN9dr3g0QUS0z0YP^tB!K&MX&b*CbTAy8 z2?^_Kf}$s}LuZ?IT_w;v)L14yu}K+qiuZPBkw+xWx5nb4~8r4}GfQ&39b z` z4U94Tc=!r?M3kL)YWP=@!6pdIPi@L0C+c-+lT=RpDquRiQpiC3*VRk1bW?UZp8aC7>L(; zJs!J~t2C$V!oO&@W61YTCvKZItO)4!`;p()Y$dwIoTw-jfcFtwB&PuXPGUbvY>0{< z^`lX{AFD+W8NdV}Xk*`}tYdpbpHrv;kO0D`tV6rtTM0-010uIHu z-v#6f+?A+3A=d!83n2Rt(ou)$Ct8Cvd}JT*K51KMV*+rvX~{#*hOE{*f;z@=2!eku zd}9JIi698JK7jPIx%%OP|70l~_*T0Bg3&)f)P9!1CiznFbn=t_vv1tE0_bx%?LL6) z_JO)QBfnYWr(TF)vUDSZy&enBz8fJr7-ex8LPT-m8xcSg;kc6{-zNIl_$G7oHl6{` zfM?)OG4KtQbypdkT{7PQ000hUSV?A0O#mtY000O800000007cclK=n!07*qoM6N<$ Ef(H5|Y5)KL literal 0 HcmV?d00001 diff --git a/Resources/migration.yml b/Resources/migration.yml index d220a8a19de..4591a44e5de 100644 --- a/Resources/migration.yml +++ b/Resources/migration.yml @@ -175,8 +175,6 @@ ClothingBackpackSatchelSecurityFilledDetective: ClothingBackpackSatchelFilledDet FoodBoxDonkpocketGondola: FoodBoxDonkpocketPizza # 2024-01-31 -HandheldCrewMonitorEmpty: null -HandheldCrewMonitor: null SpyCrewMonitor: null SpyCrewMonitorEmpty: null SyndiCrewMonitor: null From c27d0c143c9715a6c7a7bafdc0658140a94b9fa8 Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 22 Feb 2024 11:01:41 +0000 Subject: [PATCH 26/93] Automatic changelog update --- Resources/Changelog/Changelog.yml | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 6c4d915f20f..fe0239dd69a 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,14 +1,4 @@ Entries: -- author: mirrorcult - changes: - - message: Ambient sounds are now more audible by default (unless you have the audio - setting changed already) - type: Tweak - - message: LV/MV wires & pipes no longer make ambient noises - type: Tweak - id: 5503 - time: '2024-01-01T07:57:33.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/22536 - author: themias changes: - message: Heat damage cauterizes bleeding again. @@ -3857,3 +3847,10 @@ id: 6002 time: '2024-02-22T07:32:43.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25432 +- author: metalgearsloth + changes: + - message: Added handheld crew monitor back just for CMO. + type: Add + id: 6003 + time: '2024-02-22T11:00:35.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25439 From b26e9a9a325070323fe9475275ceaf4ed079cb76 Mon Sep 17 00:00:00 2001 From: "J. Brown" Date: Thu, 22 Feb 2024 11:03:44 +0000 Subject: [PATCH 27/93] Fix #22933 - Job-specific Uplink items leaking to non-job minds (#23179) Fix for 22933 - SharedMindSystem now checks for VisitingMindComponent too. --- Content.Shared/Mind/SharedMindSystem.cs | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Content.Shared/Mind/SharedMindSystem.cs b/Content.Shared/Mind/SharedMindSystem.cs index 25e644c901c..1d6d052f9a1 100644 --- a/Content.Shared/Mind/SharedMindSystem.cs +++ b/Content.Shared/Mind/SharedMindSystem.cs @@ -399,7 +399,8 @@ public bool TryGetMind( EntityUid uid, out EntityUid mindId, [NotNullWhen(true)] out MindComponent? mind, - MindContainerComponent? container = null) + MindContainerComponent? container = null, + VisitingMindComponent? visitingmind = null) { mindId = default; mind = null; @@ -408,7 +409,14 @@ public bool TryGetMind( return false; if (!container.HasMind) - return false; + { + // The container has no mind. Check for a visiting mind... + if (!Resolve(uid, ref visitingmind, false)) + return false; + + mindId = visitingmind.MindId ?? default; + return TryComp(mindId, out mind); + } mindId = container.Mind ?? default; return TryComp(mindId, out mind); From 3c25e6353d1a1ff0ae3533cd431f3d3fb6efbea9 Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 22 Feb 2024 11:04:50 +0000 Subject: [PATCH 28/93] 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 fe0239dd69a..2472928bbf3 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: themias - changes: - - message: Heat damage cauterizes bleeding again. - type: Fix - id: 5504 - time: '2024-01-01T08:08:26.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23264 - author: TheShuEd changes: - message: the lightning from the electrical anomaly now works the same way as the @@ -3854,3 +3847,10 @@ id: 6003 time: '2024-02-22T11:00:35.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25439 +- author: DrMelon + changes: + - message: Fixed incorrect job-specific Uplink items being given on occasion. + type: Fix + id: 6004 + time: '2024-02-22T11:03:44.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/23179 From 5ce36b22962b2609f9fe8e99d24413dd7a196be0 Mon Sep 17 00:00:00 2001 From: Morb0 <14136326+Morb0@users.noreply.github.com> Date: Thu, 22 Feb 2024 14:10:20 +0300 Subject: [PATCH 29/93] Apply IAA on Train station --- Resources/Prototypes/Maps/train.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Maps/train.yml b/Resources/Prototypes/Maps/train.yml index 57b1ded749b..1387e09520b 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 ] 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 ] From 85ae40e0a49fe026a41686ce2cd92aa696d9c80a Mon Sep 17 00:00:00 2001 From: liltenhead <104418166+liltenhead@users.noreply.github.com> Date: Thu, 22 Feb 2024 03:15:10 -0800 Subject: [PATCH 30/93] Red flashlight color for assault borg (#25465) assaultborglight --- Resources/Prototypes/Entities/Mobs/Cyborgs/borg_chassis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Resources/Prototypes/Entities/Mobs/Cyborgs/borg_chassis.yml b/Resources/Prototypes/Entities/Mobs/Cyborgs/borg_chassis.yml index 967e866c364..76edbf79e0b 100644 --- a/Resources/Prototypes/Entities/Mobs/Cyborgs/borg_chassis.yml +++ b/Resources/Prototypes/Entities/Mobs/Cyborgs/borg_chassis.yml @@ -281,6 +281,8 @@ shader: unshaded map: ["light"] visible: false + - type: PointLight + color: "#dd200b" - type: BorgChassis maxModules: 3 moduleWhitelist: From 22c76bb625a77abbeb687c75aa88188a3cc78274 Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 22 Feb 2024 11:16:16 +0000 Subject: [PATCH 31/93] 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 2472928bbf3..630c0430176 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: TheShuEd - changes: - - message: the lightning from the electrical anomaly now works the same way as the - tesla. They can charge the tesla coils, and blow up machinery. - type: Tweak - id: 5505 - time: '2024-01-01T10:24:38.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23173 - author: Ubaser changes: - message: Reptilians can now use up to two (top) head markings. @@ -3854,3 +3846,10 @@ id: 6004 time: '2024-02-22T11:03:44.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/23179 +- author: liltenhead + changes: + - message: Changed the syndicate assault borg to have a red flashlight. + type: Tweak + id: 6005 + time: '2024-02-22T11:15:10.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25465 From 487dd113b05aa54a8683f6be980a60f3e431d226 Mon Sep 17 00:00:00 2001 From: HoofedEar Date: Thu, 22 Feb 2024 03:26:02 -0800 Subject: [PATCH 32/93] Add RequiresGrid component (#23394) * saving working code * add checks for deletion --- .../RequiresGrid/RequiresGridComponent.cs | 11 +++++++ .../RequiresGrid/RequiresGridSystem.cs | 29 +++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 Content.Server/RequiresGrid/RequiresGridComponent.cs create mode 100644 Content.Server/RequiresGrid/RequiresGridSystem.cs diff --git a/Content.Server/RequiresGrid/RequiresGridComponent.cs b/Content.Server/RequiresGrid/RequiresGridComponent.cs new file mode 100644 index 00000000000..0e956c9ad9f --- /dev/null +++ b/Content.Server/RequiresGrid/RequiresGridComponent.cs @@ -0,0 +1,11 @@ +namespace Content.Server.RequiresGrid; + +/// +/// Destroys an entity when they no longer are part of a Grid +/// +[RegisterComponent] +[Access(typeof(RequiresGridSystem))] +public sealed partial class RequiresGridComponent : Component +{ + +} diff --git a/Content.Server/RequiresGrid/RequiresGridSystem.cs b/Content.Server/RequiresGrid/RequiresGridSystem.cs new file mode 100644 index 00000000000..16a20c9a8ab --- /dev/null +++ b/Content.Server/RequiresGrid/RequiresGridSystem.cs @@ -0,0 +1,29 @@ +using Content.Server.Destructible; + +namespace Content.Server.RequiresGrid; + +public sealed class RequiresGridSystem : EntitySystem +{ + [Dependency] private readonly DestructibleSystem _destructible = default!; + + public override void Initialize() + { + base.Initialize(); + + SubscribeLocalEvent(OnEntParentChanged); + } + + private void OnEntParentChanged(EntityUid owner, RequiresGridComponent component, EntParentChangedMessage args) + { + if (args.OldParent == null) + return; + + if (args.Transform.GridUid != null) + return; + + if (TerminatingOrDeleted(owner)) + return; + + _destructible.DestroyEntity(owner); + } +} From 4744fe6ccd2ebac52ec680d91414ed1f30e6b81a Mon Sep 17 00:00:00 2001 From: Morb0 <14136326+Morb0@users.noreply.github.com> Date: Thu, 22 Feb 2024 14:28:00 +0300 Subject: [PATCH 33/93] Update locale --- .../prototypes/catalog/fills/boxes/syndicate.ftl | 3 --- .../objects/specific/medical/handheld_crew_monitor.ftl | 10 ---------- .../prototypes/catalog/fills/boxes/syndicate.ftl | 3 --- .../objects/specific/medical/handheld_crew_monitor.ftl | 10 ---------- 4 files changed, 26 deletions(-) diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/catalog/fills/boxes/syndicate.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/catalog/fills/boxes/syndicate.ftl index 32cb32cf5c9..f1c897772ba 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/catalog/fills/boxes/syndicate.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/catalog/fills/boxes/syndicate.ftl @@ -3,6 +3,3 @@ ent-ElectricalDisruptionKit = electrical disruption kit .desc = { ent-BoxCardboard.desc } ent-ChemicalSynthesisKit = chemical synthesis kit .desc = A starter kit for the aspiring chemist, includes toxin and vestine for all your criminal needs! -ent-Observationskit = observations kit - .suffix = Filled - .desc = { ent-BoxCardboard.desc } diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/specific/medical/handheld_crew_monitor.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/specific/medical/handheld_crew_monitor.ftl index f26e41a008a..e26ac5ea1e4 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/specific/medical/handheld_crew_monitor.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/specific/medical/handheld_crew_monitor.ftl @@ -3,13 +3,3 @@ ent-HandheldCrewMonitor = handheld crew monitor ent-HandheldCrewMonitorEmpty = { ent-HandheldCrewMonitor } .suffix = Empty .desc = { ent-HandheldCrewMonitor.desc } -ent-SpyCrewMonitor = spy monitor - .desc = A spy device capable of connecting to crew monitoring servers. -ent-SpyCrewMonitorEmpty = { ent-SpyCrewMonitor } - .suffix = Empty - .desc = { ent-SpyCrewMonitor.desc } -ent-SyndiCrewMonitor = syndicate crew monitor - .desc = The syndicated version of crew monitor, intercepts information from the server. -ent-SyndiCrewMonitorEmpty = { ent-SyndiCrewMonitor } - .suffix = Empty - .desc = { ent-SyndiCrewMonitor.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/boxes/syndicate.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/boxes/syndicate.ftl index 9b3690624a2..9a170bfbca1 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/boxes/syndicate.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/boxes/syndicate.ftl @@ -3,6 +3,3 @@ ent-ElectricalDisruptionKit = набор отключения электриче .desc = { ent-BoxCardboard.desc } ent-ChemicalSynthesisKit = набор химического синтеза .desc = Стартовый набор начинающего химика, включающий токсин и вестин для всех ваших преступных нужд! -ent-Observationskit = набор наблюдателя - .suffix = Заполненный - .desc = { ent-BoxCardboard.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/medical/handheld_crew_monitor.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/medical/handheld_crew_monitor.ftl index ef2c0bebebf..a3d2ba2f0ea 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/medical/handheld_crew_monitor.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/medical/handheld_crew_monitor.ftl @@ -3,13 +3,3 @@ ent-HandheldCrewMonitor = портативный монитор экипажа ent-HandheldCrewMonitorEmpty = { ent-HandheldCrewMonitor } .suffix = Пустой .desc = { ent-HandheldCrewMonitor.desc } -ent-SpyCrewMonitor = шпионский монитор - .desc = Шпионское устройство, способное подключаться к серверам мониторинга экипажа. -ent-SpyCrewMonitorEmpty = { ent-SpyCrewMonitor } - .suffix = Пустой - .desc = { ent-SpyCrewMonitor.desc } -ent-SyndiCrewMonitor = портативный монитор экипажа Синдиката - .desc = Версия монитора экипажа от Синдиката, перехватывающая информацию с сервера. -ent-SyndiCrewMonitorEmpty = { ent-SyndiCrewMonitor } - .suffix = Пустой - .desc = { ent-SyndiCrewMonitor.desc } From 35723ad22f3e5bc038ef90bd9112c84ca8516051 Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Thu, 22 Feb 2024 12:28:03 +0100 Subject: [PATCH 34/93] Make even more items good looking in inventory + size changing (#25461) * Make even more items good looking in inventory * holoprojecrots --- .../Entities/Clothing/Head/welding.yml | 2 ++ .../Objects/Consumable/Food/Baked/pie.yml | 4 ++++ .../Consumable/Food/Containers/bowl.yml | 2 ++ .../Consumable/Food/Containers/box.yml | 2 ++ .../Objects/Consumable/Food/meals.yml | 2 ++ .../Objects/Consumable/Food/noodles.yml | 2 ++ .../Objects/Consumable/Food/skewer.yml | 1 + .../Objects/Consumable/Food/snacks.yml | 15 +----------- .../Entities/Objects/Consumable/Food/soup.yml | 2 ++ .../Entities/Objects/Consumable/Food/taco.yml | 3 +++ .../Objects/Devices/Circuitboards/misc.yml | 2 ++ .../Devices/Electronics/atmos_alarms.yml | 2 ++ .../Devices/Electronics/base_electronics.yml | 24 ++++++++++--------- .../Objects/Devices/Electronics/firelock.yml | 2 ++ .../Objects/Devices/Electronics/mech.yml | 6 +++++ .../Objects/Devices/holoprojectors.yml | 2 ++ .../Prototypes/Entities/Objects/Fun/toys.yml | 6 +++-- .../Entities/Objects/Power/powercells.yml | 2 ++ .../Objects/Specific/Medical/healing.yml | 1 + .../Objects/Specific/Medical/morgue.yml | 2 ++ .../Specific/Robotics/borg_modules.yml | 6 +++-- .../Entities/Objects/Tools/emag.yml | 22 +++++++---------- .../Weapons/Guns/Launchers/launchers.yml | 4 ++++ .../Objects/Weapons/Melee/pickaxe.yml | 4 +++- 24 files changed, 76 insertions(+), 44 deletions(-) diff --git a/Resources/Prototypes/Entities/Clothing/Head/welding.yml b/Resources/Prototypes/Entities/Clothing/Head/welding.yml index 753646757e9..fb791ae567d 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/welding.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/welding.yml @@ -4,6 +4,8 @@ name: welding mask abstract: true components: + - type: Item + storedRotation: 0 - type: IngestionBlocker - type: FlashImmunity - type: IdentityBlocker diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/pie.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/pie.yml index ba70efb2051..fe888595847 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/pie.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/pie.yml @@ -6,6 +6,8 @@ id: FoodPieBase abstract: true components: + - type: Item + storedRotation: -90 - type: FlavorProfile flavors: - sweet @@ -34,6 +36,8 @@ abstract: true description: A slice of pie. Tasty! components: + - type: Item + size: Tiny - type: FlavorProfile flavors: - sweet diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/bowl.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/bowl.yml index eb05133a38e..52f6d42dc88 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/bowl.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/bowl.yml @@ -6,6 +6,8 @@ id: FoodBowlBig description: A simple bowl, used for soups and salads. components: + - type: Item + storedRotation: -90 - type: SolutionContainerManager solutions: food: diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/box.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/box.yml index 8b6df79b9f3..6ce0c7a4434 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/box.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/box.yml @@ -214,6 +214,8 @@ - type: Item sprite: Objects/Consumable/Food/Baked/pizza.rsi heldPrefix: box + shape: + - 0,0,1,1 - type: Appearance - type: EntityStorageVisuals stateDoorOpen: box-open diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/meals.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/meals.yml index 8a90468199e..33c2a39d7fa 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/meals.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/meals.yml @@ -10,6 +10,8 @@ abstract: true description: A delicious meal, cooked with love. components: + - type: Item + storedRotation: -90 - type: Food - type: Sprite sprite: Objects/Consumable/Food/meals.rsi diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/noodles.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/noodles.yml index d8817ab86d7..6e588a3efcb 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/noodles.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/noodles.yml @@ -7,6 +7,8 @@ abstract: true description: Now that's a nice pasta! components: + - type: Item + storedRotation: -90 - type: Sprite sprite: Objects/Consumable/Food/noodles.rsi - type: SolutionContainerManager diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/skewer.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/skewer.yml index c313f2d0465..51bf229f2c1 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/skewer.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/skewer.yml @@ -19,6 +19,7 @@ Quantity: 8 - type: Item size: Small + storedRotation: -90 # Kebabs diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/snacks.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/snacks.yml index f9cf2231142..27f2bdbce2c 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/snacks.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/snacks.yml @@ -451,6 +451,7 @@ - type: Item sprite: Objects/Consumable/Food/snacks.rsi heldPrefix: packet + size: Tiny - type: Tag tags: - Trash @@ -469,7 +470,6 @@ components: - type: Sprite state: boritos-trash - - type: Item - type: entity noSpawn: true @@ -479,7 +479,6 @@ components: - type: Sprite state: cnds-trash - - type: Item - type: entity noSpawn: true @@ -489,7 +488,6 @@ components: - type: Sprite state: cheesiehonkers-trash - - type: Item - type: entity noSpawn: true @@ -499,7 +497,6 @@ components: - type: Sprite state: chips-trash - - type: Item - type: entity noSpawn: true @@ -509,7 +506,6 @@ components: - type: Sprite state: chocolatebar-trash - - type: Item - type: entity noSpawn: true @@ -519,7 +515,6 @@ components: - type: Sprite state: energybar-trash - - type: Item - type: entity noSpawn: true @@ -529,7 +524,6 @@ components: - type: Sprite state: pistachio-trash - - type: Item - type: entity noSpawn: true @@ -539,7 +533,6 @@ components: - type: Sprite state: popcorn-trash - - type: Item - type: entity noSpawn: true @@ -549,7 +542,6 @@ components: - type: Sprite state: raisins-trash - - type: Item - type: entity noSpawn: true @@ -559,7 +551,6 @@ components: - type: Sprite state: semki-trash - - type: Item - type: entity noSpawn: true @@ -569,7 +560,6 @@ components: - type: Sprite state: susjerky-trash - - type: Item - type: entity noSpawn: true @@ -579,7 +569,6 @@ components: - type: Sprite state: syndicakes-trash - - type: Item - type: entity noSpawn: true @@ -589,7 +578,6 @@ components: - type: Sprite state: chinese1 - - type: Item - type: entity noSpawn: true @@ -599,7 +587,6 @@ components: - type: Sprite state: chinese2 - - type: Item - type: entity noSpawn: true diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/soup.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/soup.yml index 0dca39ea481..3b080e843b4 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/soup.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/soup.yml @@ -5,6 +5,8 @@ id: FoodBowlBase abstract: true components: + - type: Item + storedRotation: -90 - type: Food trash: FoodBowlBig utensil: Spoon diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/taco.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/taco.yml index 72d20624a46..9df2f3039e9 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/taco.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/taco.yml @@ -6,6 +6,8 @@ id: FoodTacoShell description: A taco shell, easy to hold, but falls on its side when put down. components: + - type: Item + storedRotation: -90 - type: Food - type: Sprite sprite: Objects/Consumable/Food/taco.rsi @@ -44,6 +46,7 @@ Quantity: 4 - type: Item sprite: Objects/Consumable/Food/taco.rsi + storedRotation: -90 - type: Tag tags: - Meat diff --git a/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/misc.yml b/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/misc.yml index a4275995dc3..cb35219eb0b 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/misc.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/misc.yml @@ -4,6 +4,8 @@ name: station map electronics description: An electronics board used in station maps. components: + - type: Item + storedRotation: 0 - type: Sprite sprite: Objects/Misc/module.rsi state: airalarm_electronics diff --git a/Resources/Prototypes/Entities/Objects/Devices/Electronics/atmos_alarms.yml b/Resources/Prototypes/Entities/Objects/Devices/Electronics/atmos_alarms.yml index b54d21750db..838ec637d33 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/Electronics/atmos_alarms.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/Electronics/atmos_alarms.yml @@ -19,6 +19,8 @@ name: fire alarm electronics description: An electronics board used in fire alarms components: + - type: Item + storedRotation: 0 - type: Sprite sprite: Objects/Misc/module.rsi state: airalarm_electronics diff --git a/Resources/Prototypes/Entities/Objects/Devices/Electronics/base_electronics.yml b/Resources/Prototypes/Entities/Objects/Devices/Electronics/base_electronics.yml index 8ee76d43e9d..7848d987e5c 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/Electronics/base_electronics.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/Electronics/base_electronics.yml @@ -1,17 +1,19 @@ -- type: entity +- type: entity id: BaseElectronics parent: BaseItem name: base electronics abstract: true suffix: Electronics components: - - type: Sprite - sprite: Objects/Misc/module.rsi - state: generic - - type: StaticPrice - price: 100 - - type: PhysicalComposition - materialComposition: - Glass: 200 - chemicalComposition: - Silicon: 20 + - type: Item + storedRotation: -90 + - type: Sprite + sprite: Objects/Misc/module.rsi + state: generic + - type: StaticPrice + price: 100 + - type: PhysicalComposition + materialComposition: + Glass: 200 + chemicalComposition: + Silicon: 20 diff --git a/Resources/Prototypes/Entities/Objects/Devices/Electronics/firelock.yml b/Resources/Prototypes/Entities/Objects/Devices/Electronics/firelock.yml index 00b928f2ec8..c7fa8f9ecd5 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/Electronics/firelock.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/Electronics/firelock.yml @@ -4,6 +4,8 @@ name: firelock electronics description: An electronics board used to detect differences in pressure, temperature and gas concentrations between the two sides of the door. components: + - type: Item + storedRotation: 0 - type: Sprite sprite: Objects/Misc/module.rsi state: mainboard diff --git a/Resources/Prototypes/Entities/Objects/Devices/Electronics/mech.yml b/Resources/Prototypes/Entities/Objects/Devices/Electronics/mech.yml index 66574184880..f224c1c2bf9 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/Electronics/mech.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/Electronics/mech.yml @@ -6,6 +6,8 @@ name: ripley central control module description: The electrical control center for the ripley mech. components: + - type: Item + storedRotation: 0 - type: Sprite sprite: Objects/Misc/module.rsi state: mainboard @@ -40,6 +42,8 @@ name: H.O.N.K. central control module description: The electrical control center for the H.O.N.K. mech. components: + - type: Item + storedRotation: 0 - type: Sprite sprite: Objects/Misc/module.rsi state: mainboard @@ -90,6 +94,8 @@ name: HAMTR central control module description: The electrical control center for the HAMTR mech. components: + - type: Item + storedRotation: 0 - type: Sprite sprite: Objects/Misc/module.rsi state: mainboard diff --git a/Resources/Prototypes/Entities/Objects/Devices/holoprojectors.yml b/Resources/Prototypes/Entities/Objects/Devices/holoprojectors.yml index 4924a46fe86..0066e3fbe86 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/holoprojectors.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/holoprojectors.yml @@ -4,6 +4,8 @@ name: holographic sign projector description: A handy-dandy holographic projector that displays a janitorial sign. components: + - type: Item + storedRotation: -90 - type: HolosignProjector - type: UseDelay - type: ContainerContainer diff --git a/Resources/Prototypes/Entities/Objects/Fun/toys.yml b/Resources/Prototypes/Entities/Objects/Fun/toys.yml index 3e1c056419a..86417c4839b 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/toys.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/toys.yml @@ -51,7 +51,7 @@ reagents: - ReagentId: Fiber Quantity: 10 - + - type: entity parent: BasePlushie id: PlushieGhost @@ -398,6 +398,7 @@ state: blue - type: Item heldPrefix: blue + storedRotation: -90 - type: Tag tags: - PlushieSharkBlue @@ -467,6 +468,7 @@ state: carpplush - type: Item heldPrefix: carpplush + storedRotation: -90 - type: EmitSoundOnUse sound: path: /Audio/Effects/bite.ogg @@ -679,7 +681,7 @@ - type: EmitSoundOnTrigger sound: path: /Audio/Voice/Human/malescream_5.ogg - + - type: entity parent: BasePlushie id: PlushieMoth diff --git a/Resources/Prototypes/Entities/Objects/Power/powercells.yml b/Resources/Prototypes/Entities/Objects/Power/powercells.yml index 8aefe5e931b..7397bcaa517 100644 --- a/Resources/Prototypes/Entities/Objects/Power/powercells.yml +++ b/Resources/Prototypes/Entities/Objects/Power/powercells.yml @@ -3,6 +3,8 @@ abstract: true parent: BaseItem components: + - type: Item + storedRotation: -90 - type: Battery pricePerJoule: 0.15 - type: PowerCell diff --git a/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml b/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml index 9b17d7ed32d..de014c89121 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml @@ -166,6 +166,7 @@ state: medicated-suture - type: Item heldPrefix: medicated-suture + storedRotation: -90 - type: Healing damageContainers: - Biological diff --git a/Resources/Prototypes/Entities/Objects/Specific/Medical/morgue.yml b/Resources/Prototypes/Entities/Objects/Specific/Medical/morgue.yml index 9d1398c6cae..bafcd928bf2 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Medical/morgue.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Medical/morgue.yml @@ -102,6 +102,8 @@ name: ash description: This used to be something, but now it's not. components: + - type: Item + size: Tiny - type: Sprite sprite: Objects/Materials/materials.rsi state: ash diff --git a/Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml b/Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml index 943fdad5180..2519611c684 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml @@ -5,6 +5,8 @@ description: A piece of tech that gives cyborgs new abilities. abstract: true components: + - type: Item + storedRotation: -90 - type: Sprite sprite: Objects/Specific/Robotics/borgmodule.rsi - type: BorgModule @@ -238,7 +240,7 @@ - WelderExperimental - NetworkConfigurator - RemoteSignaller - - GasAnalyzer + - GasAnalyzer - GeigerCounter - type: entity @@ -490,7 +492,7 @@ - BikeHorn - ClownRecorder - BikeHornInstrument - + #syndicate modules - type: entity id: BorgModuleSyndicateWeapon diff --git a/Resources/Prototypes/Entities/Objects/Tools/emag.yml b/Resources/Prototypes/Entities/Objects/Tools/emag.yml index 702b7c86bee..0117d44d6d7 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/emag.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/emag.yml @@ -1,28 +1,22 @@ - type: entity parent: BaseItem - id: Emag + id: EmagUnlimited + suffix: Unlimited name: cryptographic sequencer description: The all-in-one hacking solution. The thinking man's lockpick. The iconic EMAG. components: - type: Emag - - type: LimitedCharges - - type: AutoRecharge - type: Sprite sprite: Objects/Tools/emag.rsi state: icon - type: Item sprite: Objects/Tools/emag.rsi + storedRotation: -90 - type: entity - parent: BaseItem - id: EmagUnlimited - suffix: Unlimited - name: cryptographic sequencer - description: The all-in-one hacking solution. The thinking man's lockpick. The iconic EMAG. + parent: EmagUnlimited + id: Emag + suffix: Limited components: - - type: Emag - - type: Sprite - sprite: Objects/Tools/emag.rsi - state: icon - - type: Item - sprite: Objects/Tools/emag.rsi + - type: LimitedCharges + - type: AutoRecharge diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Launchers/launchers.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Launchers/launchers.yml index ecabe2a4abb..8b31bf40ed7 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Launchers/launchers.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Launchers/launchers.yml @@ -158,6 +158,8 @@ id: WeaponTetherGun description: Manipulates gravity around objects to fling them at high velocities. components: + - type: Item + storedRotation: -90 - type: TetherGun frequency: 5 dampingRatio: 4 @@ -195,6 +197,8 @@ id: WeaponForceGun description: Manipulates gravity around objects to fling them at high velocities. components: + - type: Item + storedRotation: -90 - type: ForceGun frequency: 15 dampingRatio: 4 diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/pickaxe.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/pickaxe.yml index 21c1cedd01f..cb9defccd96 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/pickaxe.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/pickaxe.yml @@ -42,9 +42,11 @@ id: MiningDrill description: Powerful tool used to quickly drill through rocks components: + - type: Item + storedRotation: -90 - type: Tag tags: - - Pickaxe + - Pickaxe - type: Sprite sprite: Objects/Tools/handdrill.rsi state: handdrill From 7ac3a2a47d05440dc8cec4fa08572efc89b5016a Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 22 Feb 2024 11:29:09 +0000 Subject: [PATCH 35/93] 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 630c0430176..24154401a82 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Ubaser - changes: - - message: Reptilians can now use up to two (top) head markings. - type: Tweak - id: 5506 - time: '2024-01-01T23:27:14.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23219 - author: Lukasz825700516 changes: - message: Zombiefied reptilians no longer can pull objects with their tail. @@ -3853,3 +3846,10 @@ id: 6005 time: '2024-02-22T11:15:10.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25465 +- author: lzk228 + changes: + - message: Fix some items becomes bigger after turning in trash. + type: Fix + id: 6006 + time: '2024-02-22T11:28:03.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25461 From 83cd1089fe970adc5fee5344cfee4aa046d6f501 Mon Sep 17 00:00:00 2001 From: Ps3Moira <113228053+ps3moira@users.noreply.github.com> Date: Thu, 22 Feb 2024 03:59:41 -0800 Subject: [PATCH 36/93] Add Large Wood Floors (#25462) Large Wood Floors --- Resources/Locale/en-US/tiles/tiles.ftl | 1 + .../Entities/Objects/Misc/tiles.yml | 19 +++++++++++++++++ .../Recipes/Crafting/Graphs/tiles.yml | 16 ++++++++++++++ .../Prototypes/Recipes/Crafting/tiles.yml | 11 ++++++++++ .../Prototypes/Stacks/floor_tile_stacks.yml | 6 ++++++ Resources/Prototypes/Tiles/floors.yml | 20 ++++++++++++++++++ .../Textures/Objects/Tiles/tile.rsi/meta.json | 3 +++ .../Objects/Tiles/tile.rsi/wood-large.png | Bin 0 -> 268 bytes Resources/Textures/Tiles/attributions.yml | 5 +++++ Resources/Textures/Tiles/wood_large.png | Bin 0 -> 1070 bytes 10 files changed, 81 insertions(+) create mode 100644 Resources/Textures/Objects/Tiles/tile.rsi/wood-large.png create mode 100644 Resources/Textures/Tiles/wood_large.png diff --git a/Resources/Locale/en-US/tiles/tiles.ftl b/Resources/Locale/en-US/tiles/tiles.ftl index 478175fc674..0a0558b3cb0 100644 --- a/Resources/Locale/en-US/tiles/tiles.ftl +++ b/Resources/Locale/en-US/tiles/tiles.ftl @@ -120,3 +120,4 @@ tiles-web = web tile tiles-chromite = chromite tiles-astro-grass = astro-grass tiles-astro-ice = astro-ice +tiles-wood-large = large wood \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Objects/Misc/tiles.yml b/Resources/Prototypes/Entities/Objects/Misc/tiles.yml index 286e28c53d5..9a2196612de 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/tiles.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/tiles.yml @@ -1026,3 +1026,22 @@ - FloorAstroIce - type: Stack stackType: FloorTileAstroIce + +- type: entity + name: large wood floor + parent: FloorTileItemBase + id: FloorTileItemWoodLarge + components: + - type: Sprite + state: wood-large + - type: Item + heldPrefix: wood + - type: FloorTile + outputs: + - Plating + - FloorWoodLarge + - type: Stack + stackType: FloorTileWoodLarge + - type: Construction + graph: TileWoodLarge + node: woodtilelarge \ No newline at end of file diff --git a/Resources/Prototypes/Recipes/Crafting/Graphs/tiles.yml b/Resources/Prototypes/Recipes/Crafting/Graphs/tiles.yml index caff139192a..4cb5d6c0f83 100644 --- a/Resources/Prototypes/Recipes/Crafting/Graphs/tiles.yml +++ b/Resources/Prototypes/Recipes/Crafting/Graphs/tiles.yml @@ -78,3 +78,19 @@ amount: 1 - node: fleshTile entity: FloorTileItemFlesh + +- type: constructionGraph + id: TileWoodLarge + start: start + graph: + - node: start + edges: + - to: woodtilelarge + completed: + - !type:SetStackCount + amount: 4 + steps: + - material: WoodPlank + amount: 2 + - node: woodtilelarge + entity: FloorTileItemWoodLarge \ No newline at end of file diff --git a/Resources/Prototypes/Recipes/Crafting/tiles.yml b/Resources/Prototypes/Recipes/Crafting/tiles.yml index 60503065972..1cabb7dedd4 100644 --- a/Resources/Prototypes/Recipes/Crafting/tiles.yml +++ b/Resources/Prototypes/Recipes/Crafting/tiles.yml @@ -164,3 +164,14 @@ # description: "A dirty station tile." # icon: { sprite: Objects/Tiles/tile.rsi, state: dirty } # objectType: Item + +- type: construction + name: large wood floor + id: TileWoodLarge + graph: TileWoodLarge + startNode: start + targetNode: woodtilelarge + category: construction-category-tiles + description: "Four pieces of wooden station flooring." + icon: { sprite: Objects/Tiles/tile.rsi, state: wood-large } + objectType: Item \ No newline at end of file diff --git a/Resources/Prototypes/Stacks/floor_tile_stacks.yml b/Resources/Prototypes/Stacks/floor_tile_stacks.yml index 01acfd13f84..3b4efaff116 100644 --- a/Resources/Prototypes/Stacks/floor_tile_stacks.yml +++ b/Resources/Prototypes/Stacks/floor_tile_stacks.yml @@ -453,3 +453,9 @@ spawn: FloorTileItemAstroIce maxCount: 30 itemSize: 5 + +- type: stack + id: FloorTileWoodLarge + name: large wood floor + spawn: FloorTileItemWoodLarge + maxCount: 30 \ No newline at end of file diff --git a/Resources/Prototypes/Tiles/floors.yml b/Resources/Prototypes/Tiles/floors.yml index 431345b7bc5..93d3aee34c2 100644 --- a/Resources/Prototypes/Tiles/floors.yml +++ b/Resources/Prototypes/Tiles/floors.yml @@ -1862,3 +1862,23 @@ mobFrictionNoInput: 0.05 mobAcceleration: 2 itemDrop: FloorTileItemAstroIce + +- type: tile + id: FloorWoodLarge + name: tiles-wood-large + sprite: /Textures/Tiles/wood_large.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + baseTurf: Plating + isSubfloor: false + deconstructTools: [ Prying ] + footstepSounds: + collection: FootstepWood + barestepSounds: + collection: BarestepWood + itemDrop: FloorTileItemWoodLarge + heatCapacity: 10000 \ No newline at end of file diff --git a/Resources/Textures/Objects/Tiles/tile.rsi/meta.json b/Resources/Textures/Objects/Tiles/tile.rsi/meta.json index 9fc66d78b90..99b32632f16 100644 --- a/Resources/Textures/Objects/Tiles/tile.rsi/meta.json +++ b/Resources/Textures/Objects/Tiles/tile.rsi/meta.json @@ -414,6 +414,9 @@ { "name": "hydro-inhand-left", "directions": 4 + }, + { + "name": "wood-large" } ] } diff --git a/Resources/Textures/Objects/Tiles/tile.rsi/wood-large.png b/Resources/Textures/Objects/Tiles/tile.rsi/wood-large.png new file mode 100644 index 0000000000000000000000000000000000000000..429d0e1e8db2cc099cf7e8afcd096c4d4b72572c GIT binary patch literal 268 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}$2?seLn2y} z6C_v{Cy4Zv9O&@>^#A{Vo;o(8|C)yNpN}rD5Z&-#@)zR?Ki4arZd9y${*j+8=TXF! zzv&7OJooS=0Ktz>U-`M_x6fu>ZDG~0Qki8&N06(t!-bjp_ZI#XIdxpXoxSBrXDP$P z!rsukbC26=lrwBB?A2Z?z~pSeyMQ?+v*}u9!;DQ0X&^FT#&X7_Q%q4y7@a=$>G@wZ zanQJT@oBq{)Pd;GU$4B44Gat>+?Bgg@{m(mSvgMI?VyGPD>FaCo|*)UkcvPfppO_l MUHx3vIVCg!0L=VolK=n! literal 0 HcmV?d00001 diff --git a/Resources/Textures/Tiles/attributions.yml b/Resources/Textures/Tiles/attributions.yml index 622565f2511..f9afb8e81f5 100644 --- a/Resources/Textures/Tiles/attributions.yml +++ b/Resources/Textures/Tiles/attributions.yml @@ -120,3 +120,8 @@ 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!" + +- files: ["wood_large.png"] + license: "CC0-1.0" + copyright: "Created by ps3moira (github) for space-station-14." + source: "https://github.com/space-wizards/space-station-14/" \ No newline at end of file diff --git a/Resources/Textures/Tiles/wood_large.png b/Resources/Textures/Tiles/wood_large.png new file mode 100644 index 0000000000000000000000000000000000000000..722c462a084d3e9274000b14607996e0f6843926 GIT binary patch literal 1070 zcmV+}1kwA6P)Y{cd&E&z zR*J+Y#BojsB)%28>hqi6lFwg)c|N-UNTR1)>R`2lS(%%}Q^YaTsIu01#7)AQwUVPe zMr#}nvPdHZ87ivSgaH=`$`;M6yD!=FEu%snMt>VMaB`GTCU2b7Ds|N;>!fS+8K{Z5 z|DUI$&rJK>!zrNu)$=|lfY3hBsC(Y;spmD$fZz*oZMFRsn$z4j>Gif2I|d>Art^IK%8_jlMpN`0>->^QRGg2T5pj zUwE%or6xo(`CDN8R($amkOKY(td}4jtC=Ry_-*)|odevq(Vkv1?j!f~uuszq{`@`T z-gn0R>)nv=UElf)+xXYx(=_`{LTYy!Y@S~*4m~D^ zO`O($#(8nyYW#M5;(@@v-D|KEJdD@e>x_S0e)b?JB~%*IgiARo@y0)fuO0-Yz`5O} z1P(1rT#@g!OE&&~KBcNq7PLKjtPvY8L6RB&SpH@O$W5U6WU*U+D&P3W^X(kq#*F|} z_omYGXrQbojcuAee*N~wZ^$PAt7p;M=LX|TnDN{3i3f~>{KLf3b|xoU z5@h^#d`cy~6;M`%`eRY!U!T9M0K7Mqgvfp`j+Kfuep~*s0`Nddh~(c3=HCG0x8bk; o7r-ah?nlxE)Pm!xH-0<*KXO(1=fMKyk^lez07*qoM6N<$f^HiW7ytkO literal 0 HcmV?d00001 From 2b349704453bdc3d8fa616b0a46bae25b9157162 Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 22 Feb 2024 12:00:47 +0000 Subject: [PATCH 37/93] 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 24154401a82..1465498a659 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Lukasz825700516 - changes: - - message: Zombiefied reptilians no longer can pull objects with their tail. - type: Fix - id: 5507 - time: '2024-01-01T23:31:36.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23066 - author: SonicHDC changes: - message: Changed shape of Pistols to L! @@ -3853,3 +3846,10 @@ id: 6006 time: '2024-02-22T11:28:03.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25461 +- author: ps3moira + changes: + - message: Added Large Wooden floors + type: Add + id: 6007 + time: '2024-02-22T11:59:41.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25462 From f38a961a1b2ec163672bfd0727f75f0a561f6eda Mon Sep 17 00:00:00 2001 From: Whisper <121047731+QuietlyWhisper@users.noreply.github.com> Date: Thu, 22 Feb 2024 07:18:46 -0500 Subject: [PATCH 38/93] fix reagent slime role description being friendly (#25466) --- Resources/Prototypes/Entities/Mobs/NPCs/elemental.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/elemental.yml b/Resources/Prototypes/Entities/Mobs/NPCs/elemental.yml index 3631510fff7..01fce382e37 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/elemental.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/elemental.yml @@ -228,6 +228,8 @@ parent: [ MobAdultSlimes, MobCombat ] description: It consists of a liquid, and it wants to dissolve you in itself. components: + - type: GhostRole + description: ghost-role-information-angry-slimes-description - type: NpcFactionMember factions: - SimpleHostile From e6605a774b0354a7cfde93a3ba84e0cc895af253 Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 22 Feb 2024 12:19:51 +0000 Subject: [PATCH 39/93] 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 1465498a659..070d532e28b 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: SonicHDC - changes: - - message: Changed shape of Pistols to L! - type: Tweak - id: 5508 - time: '2024-01-01T23:32:16.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23104 - author: Alekshhh changes: - message: Changed some hairs visually @@ -3853,3 +3846,10 @@ id: 6007 time: '2024-02-22T11:59:41.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25462 +- author: Whisper + changes: + - message: Fixed reagent slime ghost role description. + type: Fix + id: 6008 + time: '2024-02-22T12:18:46.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25466 From b7747596f126498af5de5420666f1c1c483bb0f5 Mon Sep 17 00:00:00 2001 From: "I.K" <45953835+notquitehadouken@users.noreply.github.com> Date: Thu, 22 Feb 2024 15:40:46 -0600 Subject: [PATCH 40/93] Give "DO NOT MAP" suffix to handheld crew monitor (#25473) don' --- .../Entities/Objects/Specific/Medical/handheld_crew_monitor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Prototypes/Entities/Objects/Specific/Medical/handheld_crew_monitor.yml b/Resources/Prototypes/Entities/Objects/Specific/Medical/handheld_crew_monitor.yml index 72e8373cab7..e2f7ceeb70c 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Medical/handheld_crew_monitor.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Medical/handheld_crew_monitor.yml @@ -1,5 +1,6 @@ - type: entity name: handheld crew monitor + suffix: DO NOT MAP parent: - BaseItem - PowerCellSlotSmallItem From ce0a51fc29675b3b0afb90296b6a8ce90c3f9cd3 Mon Sep 17 00:00:00 2001 From: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> Date: Thu, 22 Feb 2024 18:01:31 -0500 Subject: [PATCH 41/93] Predict doors and airlocks (#25419) * predict doors and airlocks * prying, too * ack * eek --- Content.Client/Doors/AirlockSystem.cs | 22 +- Content.Client/Doors/DoorBoltSystem.cs | 12 -- Content.Client/Doors/DoorSystem.cs | 27 +-- .../Systems/AdminVerbSystem.Tools.cs | 4 +- .../Systems/DoorSignalControlSystem.cs | 3 +- Content.Server/Doors/Systems/AirlockSystem.cs | 116 +---------- .../Doors/Systems/DoorBoltSystem.cs | 90 --------- Content.Server/Doors/Systems/DoorSystem.cs | 173 +--------------- .../WireActions/DoorBoltLightWireAction.cs | 7 +- .../Doors/WireActions/DoorBoltWireAction.cs | 10 +- Content.Server/Magic/MagicSystem.cs | 3 +- Content.Server/Remotes/DoorRemoteSystem.cs | 3 +- .../Shuttles/Systems/DockingSystem.cs | 7 +- .../Systems/ShuttleSystem.FasterThanLight.cs | 2 +- .../Shuttles/Systems/ShuttleSystem.cs | 1 - Content.Server/Wires/WiresSystem.cs | 7 - .../Doors/Components/AirlockComponent.cs | 3 + .../Doors/Components/DoorBoltComponent.cs | 19 +- .../Doors/Components/DoorComponent.cs | 6 +- .../Doors/Systems/SharedAirlockSystem.cs | 103 +++++++++- .../Doors/Systems/SharedDoorBoltSystem.cs | 61 ------ .../Doors/Systems/SharedDoorSystem.Bolts.cs | 109 ++++++++++ .../Doors/Systems/SharedDoorSystem.cs | 189 ++++++++++++++---- Content.Shared/Prying/Systems/PryingSystem.cs | 19 +- Content.Shared/Wires/SharedWiresSystem.cs | 7 + 25 files changed, 444 insertions(+), 559 deletions(-) delete mode 100644 Content.Client/Doors/DoorBoltSystem.cs delete mode 100644 Content.Server/Doors/Systems/DoorBoltSystem.cs delete mode 100644 Content.Shared/Doors/Systems/SharedDoorBoltSystem.cs create mode 100644 Content.Shared/Doors/Systems/SharedDoorSystem.Bolts.cs diff --git a/Content.Client/Doors/AirlockSystem.cs b/Content.Client/Doors/AirlockSystem.cs index 4837adf460b..58c87306433 100644 --- a/Content.Client/Doors/AirlockSystem.cs +++ b/Content.Client/Doors/AirlockSystem.cs @@ -1,7 +1,6 @@ using Content.Client.Wires.Visualizers; using Content.Shared.Doors.Components; using Content.Shared.Doors.Systems; -using Content.Shared.Prying.Components; using Robust.Client.Animations; using Robust.Client.GameObjects; @@ -16,13 +15,6 @@ public override void Initialize() base.Initialize(); SubscribeLocalEvent(OnComponentStartup); SubscribeLocalEvent(OnAppearanceChange); - SubscribeLocalEvent(OnAirlockPryAttempt); - } - - private void OnAirlockPryAttempt(EntityUid uid, AirlockComponent component, ref BeforePryEvent args) - { - // TODO: Temporary until airlocks predicted. - args.Cancelled = true; } private void OnComponentStartup(EntityUid uid, AirlockComponent comp, ComponentStartup args) @@ -104,7 +96,7 @@ private void OnAppearanceChange(EntityUid uid, AirlockComponent comp, ref Appear || state == DoorState.Denying || (state == DoorState.Open && comp.OpenUnlitVisible) || (_appearanceSystem.TryGetData(uid, DoorVisuals.ClosedLights, out var closedLights, args.Component) && closedLights)) - && !boltedVisible && !emergencyLightsVisible; ; + && !boltedVisible && !emergencyLightsVisible; } args.Sprite.LayerSetVisible(DoorVisualLayers.BaseUnlit, unlitVisible); @@ -120,5 +112,17 @@ private void OnAppearanceChange(EntityUid uid, AirlockComponent comp, ref Appear && !boltedVisible ); } + + switch (state) + { + case DoorState.Open: + args.Sprite.LayerSetState(DoorVisualLayers.BaseUnlit, comp.ClosingSpriteState); + args.Sprite.LayerSetAnimationTime(DoorVisualLayers.BaseUnlit, 0); + break; + case DoorState.Closed: + args.Sprite.LayerSetState(DoorVisualLayers.BaseUnlit, comp.OpeningSpriteState); + args.Sprite.LayerSetAnimationTime(DoorVisualLayers.BaseUnlit, 0); + break; + } } } diff --git a/Content.Client/Doors/DoorBoltSystem.cs b/Content.Client/Doors/DoorBoltSystem.cs deleted file mode 100644 index 58144cd6e0b..00000000000 --- a/Content.Client/Doors/DoorBoltSystem.cs +++ /dev/null @@ -1,12 +0,0 @@ -using Content.Client.Wires.Visualizers; -using Content.Shared.Doors.Components; -using Content.Shared.Doors.Systems; -using Robust.Client.Animations; -using Robust.Client.GameObjects; - -namespace Content.Client.Doors; - -public sealed class DoorBoltSystem : SharedDoorBoltSystem -{ - // Instantiate sub-class on client for prediction. -} diff --git a/Content.Client/Doors/DoorSystem.cs b/Content.Client/Doors/DoorSystem.cs index 80ce47e0c21..473ae97059a 100644 --- a/Content.Client/Doors/DoorSystem.cs +++ b/Content.Client/Doors/DoorSystem.cs @@ -3,8 +3,6 @@ using Robust.Client.Animations; using Robust.Client.GameObjects; using Robust.Client.ResourceManagement; -using Robust.Shared.Audio; -using Robust.Shared.Player; using Robust.Shared.Serialization.TypeSerializers.Implementations; using Robust.Shared.Timing; @@ -73,7 +71,7 @@ protected override void OnComponentInit(Entity ent, ref Component private void OnAppearanceChange(EntityUid uid, DoorComponent comp, ref AppearanceChangeEvent args) { - if (args.Sprite == null || !_gameTiming.IsFirstTimePredicted) + if (args.Sprite == null) return; if(!AppearanceSystem.TryGetData(uid, DoorVisuals.State, out var state, args.Component)) @@ -83,9 +81,9 @@ private void OnAppearanceChange(EntityUid uid, DoorComponent comp, ref Appearanc { if (!_resourceCache.TryGetResource(SpriteSpecifierSerializer.TextureRoot / baseRsi, out var res)) { - Logger.Error("Unable to load RSI '{0}'. Trace:\n{1}", baseRsi, Environment.StackTrace); + Log.Error("Unable to load RSI '{0}'. Trace:\n{1}", baseRsi, Environment.StackTrace); } - foreach (ISpriteLayer layer in args.Sprite.AllLayers) + foreach (var layer in args.Sprite.AllLayers) { layer.Rsi = res?.RSI; } @@ -113,31 +111,24 @@ private void OnAppearanceChange(EntityUid uid, DoorComponent comp, ref Appearanc break; case DoorState.Opening: if (animPlayer != null && comp.OpeningAnimationTime != 0.0) - _animationSystem.Play(uid, animPlayer, (Animation)comp.OpeningAnimation, DoorComponent.AnimationKey); + _animationSystem.Play((uid, animPlayer), (Animation)comp.OpeningAnimation, DoorComponent.AnimationKey); break; case DoorState.Closing: if (animPlayer != null && comp.ClosingAnimationTime != 0.0 && comp.CurrentlyCrushing.Count == 0) - _animationSystem.Play(uid, animPlayer, (Animation)comp.ClosingAnimation, DoorComponent.AnimationKey); + _animationSystem.Play((uid, animPlayer), (Animation)comp.ClosingAnimation, DoorComponent.AnimationKey); break; case DoorState.Denying: - if (animPlayer != null && comp.DenyingAnimation != default) - _animationSystem.Play(uid, animPlayer, (Animation)comp.DenyingAnimation, DoorComponent.AnimationKey); + if (animPlayer != null) + _animationSystem.Play((uid, animPlayer), (Animation)comp.DenyingAnimation, DoorComponent.AnimationKey); break; case DoorState.Welded: break; case DoorState.Emagging: - if (animPlayer != null && comp.EmaggingAnimation != default) - _animationSystem.Play(uid, animPlayer, (Animation)comp.EmaggingAnimation, DoorComponent.AnimationKey); + if (animPlayer != null) + _animationSystem.Play((uid, animPlayer), (Animation)comp.EmaggingAnimation, DoorComponent.AnimationKey); break; default: throw new ArgumentOutOfRangeException($"Invalid door visual state {state}"); } } - - // TODO AUDIO PREDICT see comments in server-side PlaySound() - protected override void PlaySound(EntityUid uid, SoundSpecifier soundSpecifier, AudioParams audioParams, EntityUid? predictingPlayer, bool predicted) - { - if (GameTiming.InPrediction && GameTiming.IsFirstTimePredicted) - Audio.PlayEntity(soundSpecifier, Filter.Local(), uid, false, audioParams); - } } diff --git a/Content.Server/Administration/Systems/AdminVerbSystem.Tools.cs b/Content.Server/Administration/Systems/AdminVerbSystem.Tools.cs index 296e48274c6..c68336deab8 100644 --- a/Content.Server/Administration/Systems/AdminVerbSystem.Tools.cs +++ b/Content.Server/Administration/Systems/AdminVerbSystem.Tools.cs @@ -41,7 +41,7 @@ namespace Content.Server.Administration.Systems; public sealed partial class AdminVerbSystem { - [Dependency] private readonly DoorBoltSystem _boltsSystem = default!; + [Dependency] private readonly DoorSystem _door = default!; [Dependency] private readonly AirlockSystem _airlockSystem = default!; [Dependency] private readonly StackSystem _stackSystem = default!; [Dependency] private readonly SharedAccessSystem _accessSystem = default!; @@ -78,7 +78,7 @@ private void AddTricksVerbs(GetVerbsEvent args) : new SpriteSpecifier.Texture(new("/Textures/Interface/AdminActions/bolt.png")), Act = () => { - _boltsSystem.SetBoltsWithAudio(args.Target, bolts, !bolts.BoltsDown); + _door.SetBoltsDown((args.Target, bolts), !bolts.BoltsDown); }, Impact = LogImpact.Medium, Message = Loc.GetString(bolts.BoltsDown diff --git a/Content.Server/DeviceLinking/Systems/DoorSignalControlSystem.cs b/Content.Server/DeviceLinking/Systems/DoorSignalControlSystem.cs index 1c0c9713cf1..fab9a306ae7 100644 --- a/Content.Server/DeviceLinking/Systems/DoorSignalControlSystem.cs +++ b/Content.Server/DeviceLinking/Systems/DoorSignalControlSystem.cs @@ -12,7 +12,6 @@ namespace Content.Server.DeviceLinking.Systems [UsedImplicitly] public sealed class DoorSignalControlSystem : EntitySystem { - [Dependency] private readonly DoorBoltSystem _bolts = default!; [Dependency] private readonly DoorSystem _doorSystem = default!; [Dependency] private readonly DeviceLinkSystem _signalSystem = default!; @@ -79,7 +78,7 @@ private void OnSignalReceived(EntityUid uid, DoorSignalControlComponent componen bolt = state == SignalState.High; } - _bolts.SetBoltsWithAudio(uid, bolts, bolt); + _doorSystem.SetBoltsDown((uid, bolts), bolt); } } diff --git a/Content.Server/Doors/Systems/AirlockSystem.cs b/Content.Server/Doors/Systems/AirlockSystem.cs index 6d9cde8eb4e..71f9347e9ed 100644 --- a/Content.Server/Doors/Systems/AirlockSystem.cs +++ b/Content.Server/Doors/Systems/AirlockSystem.cs @@ -1,13 +1,10 @@ using Content.Server.DeviceLinking.Events; using Content.Server.Power.Components; -using Content.Server.Power.EntitySystems; using Content.Server.Wires; -using Content.Shared.Doors; using Content.Shared.Doors.Components; using Content.Shared.Doors.Systems; using Content.Shared.Interaction; using Content.Shared.Wires; -using Content.Shared.Prying.Components; using Robust.Shared.Player; namespace Content.Server.Doors.Systems; @@ -15,8 +12,6 @@ namespace Content.Server.Doors.Systems; public sealed class AirlockSystem : SharedAirlockSystem { [Dependency] private readonly WiresSystem _wiresSystem = default!; - [Dependency] private readonly PowerReceiverSystem _power = default!; - [Dependency] private readonly DoorBoltSystem _bolts = default!; public override void Initialize() { @@ -26,13 +21,7 @@ public override void Initialize() SubscribeLocalEvent(OnSignalReceived); SubscribeLocalEvent(OnPowerChanged); - SubscribeLocalEvent(OnStateChanged); - SubscribeLocalEvent(OnBeforeDoorOpened); - SubscribeLocalEvent(OnBeforeDoorDenied); SubscribeLocalEvent(OnActivate, before: new[] { typeof(DoorSystem) }); - SubscribeLocalEvent(OnGetPryMod); - SubscribeLocalEvent(OnBeforePry); - } private void OnAirlockInit(EntityUid uid, AirlockComponent component, ComponentInit args) @@ -53,6 +42,9 @@ private void OnSignalReceived(EntityUid uid, AirlockComponent component, ref Sig private void OnPowerChanged(EntityUid uid, AirlockComponent component, ref PowerChangedEvent args) { + component.Powered = args.Powered; + Dirty(uid, component); + if (TryComp(uid, out var appearanceComponent)) { Appearance.SetData(uid, DoorVisuals.Powered, args.Powered, appearanceComponent); @@ -73,80 +65,6 @@ private void OnPowerChanged(EntityUid uid, AirlockComponent component, ref Power } } - private void OnStateChanged(EntityUid uid, AirlockComponent component, DoorStateChangedEvent args) - { - // TODO move to shared? having this be server-side, but having client-side door opening/closing & prediction - // means that sometimes the panels & bolt lights may be visible despite a door being completely open. - - // Only show the maintenance panel if the airlock is closed - if (TryComp(uid, out var wiresPanel)) - { - _wiresSystem.ChangePanelVisibility(uid, wiresPanel, component.OpenPanelVisible || args.State != DoorState.Open); - } - // If the door is closed, we should look if the bolt was locked while closing - UpdateAutoClose(uid, component); - - // Make sure the airlock auto closes again next time it is opened - if (args.State == DoorState.Closed) - component.AutoClose = true; - } - - /// - /// Updates the auto close timer. - /// - public void UpdateAutoClose(EntityUid uid, AirlockComponent? airlock = null, DoorComponent? door = null) - { - if (!Resolve(uid, ref airlock, ref door)) - return; - - if (door.State != DoorState.Open) - return; - - if (!airlock.AutoClose) - return; - - if (!CanChangeState(uid, airlock)) - return; - - var autoev = new BeforeDoorAutoCloseEvent(); - RaiseLocalEvent(uid, autoev, false); - if (autoev.Cancelled) - return; - - DoorSystem.SetNextStateChange(uid, airlock.AutoCloseDelay * airlock.AutoCloseDelayModifier); - } - - private void OnBeforeDoorOpened(EntityUid uid, AirlockComponent component, BeforeDoorOpenedEvent args) - { - if (!CanChangeState(uid, component)) - args.Cancel(); - } - - protected override void OnBeforeDoorClosed(EntityUid uid, AirlockComponent component, BeforeDoorClosedEvent args) - { - base.OnBeforeDoorClosed(uid, component, args); - - if (args.Cancelled) - return; - - // only block based on bolts / power status when initially closing the door, not when its already - // mid-transition. Particularly relevant for when the door was pried-closed with a crowbar, which bypasses - // the initial power-check. - - if (TryComp(uid, out DoorComponent? door) - && !door.Partial - && !CanChangeState(uid, component)) - { - args.Cancel(); - } - } - - private void OnBeforeDoorDenied(EntityUid uid, AirlockComponent component, BeforeDoorDeniedEvent args) - { - if (!CanChangeState(uid, component)) - args.Cancel(); - } - private void OnActivate(EntityUid uid, AirlockComponent component, ActivateInWorldEvent args) { if (TryComp(uid, out var panel) && @@ -168,32 +86,4 @@ private void OnActivate(EntityUid uid, AirlockComponent component, ActivateInWor component.AutoClose = false; } } - - private void OnGetPryMod(EntityUid uid, AirlockComponent component, ref GetPryTimeModifierEvent args) - { - if (_power.IsPowered(uid)) - args.PryTimeModifier *= component.PoweredPryModifier; - - if (_bolts.IsBolted(uid)) - args.PryTimeModifier *= component.BoltedPryModifier; - } - - private void OnBeforePry(EntityUid uid, AirlockComponent component, ref BeforePryEvent args) - { - if (args.Cancelled) - return; - - if (!this.IsPowered(uid, EntityManager) || args.PryPowered) - return; - - args.Message = "airlock-component-cannot-pry-is-powered-message"; - - args.Cancelled = true; - - } - - public bool CanChangeState(EntityUid uid, AirlockComponent component) - { - return this.IsPowered(uid, EntityManager) && !_bolts.IsBolted(uid); - } } diff --git a/Content.Server/Doors/Systems/DoorBoltSystem.cs b/Content.Server/Doors/Systems/DoorBoltSystem.cs deleted file mode 100644 index 133af0013d3..00000000000 --- a/Content.Server/Doors/Systems/DoorBoltSystem.cs +++ /dev/null @@ -1,90 +0,0 @@ -using Content.Server.Power.Components; -using Content.Server.Power.EntitySystems; -using Content.Shared.Doors; -using Content.Shared.Doors.Components; -using Content.Shared.Doors.Systems; - -namespace Content.Server.Doors.Systems; - -public sealed class DoorBoltSystem : SharedDoorBoltSystem -{ - - public override void Initialize() - { - base.Initialize(); - - SubscribeLocalEvent(OnPowerChanged); - SubscribeLocalEvent(OnStateChanged); - } - - private void OnPowerChanged(EntityUid uid, DoorBoltComponent component, ref PowerChangedEvent args) - { - if (args.Powered) - { - if (component.BoltWireCut) - SetBoltsWithAudio(uid, component, true); - } - - UpdateBoltLightStatus(uid, component); - } - - public void UpdateBoltLightStatus(EntityUid uid, DoorBoltComponent component) - { - if (!TryComp(uid, out var appearance)) - return; - - Appearance.SetData(uid, DoorVisuals.BoltLights, GetBoltLightsVisible(uid, component), appearance); - } - - public bool GetBoltLightsVisible(EntityUid uid, DoorBoltComponent component) - { - return component.BoltLightsEnabled && - component.BoltsDown && - this.IsPowered(uid, EntityManager); - } - - public void SetBoltLightsEnabled(EntityUid uid, DoorBoltComponent component, bool value) - { - if (component.BoltLightsEnabled == value) - return; - - component.BoltLightsEnabled = value; - UpdateBoltLightStatus(uid, component); - } - - public void SetBoltsDown(EntityUid uid, DoorBoltComponent component, bool value) - { - if (component.BoltsDown == value) - return; - - component.BoltsDown = value; - UpdateBoltLightStatus(uid, component); - } - - private void OnStateChanged(EntityUid uid, DoorBoltComponent component, DoorStateChangedEvent args) - { - // If the door is closed, we should look if the bolt was locked while closing - UpdateBoltLightStatus(uid, component); - } - - public void SetBoltsWithAudio(EntityUid uid, DoorBoltComponent component, bool newBolts) - { - if (newBolts == component.BoltsDown) - return; - - component.BoltsDown = newBolts; - Audio.PlayPvs(newBolts ? component.BoltDownSound : component.BoltUpSound, uid); - UpdateBoltLightStatus(uid, component); - } - - public bool IsBolted(EntityUid uid, DoorBoltComponent? component = null) - { - if (!Resolve(uid, ref component)) - { - return false; - } - - return component.BoltsDown; - } -} - diff --git a/Content.Server/Doors/Systems/DoorSystem.cs b/Content.Server/Doors/Systems/DoorSystem.cs index d59ea596229..5968e445c19 100644 --- a/Content.Server/Doors/Systems/DoorSystem.cs +++ b/Content.Server/Doors/Systems/DoorSystem.cs @@ -1,49 +1,22 @@ using Content.Server.Access; -using Content.Server.Administration.Logs; using Content.Server.Atmos.Components; using Content.Server.Atmos.EntitySystems; -using Content.Server.Power.EntitySystems; -using Content.Shared.Database; +using Content.Server.Power.Components; using Content.Shared.Doors.Components; using Content.Shared.Doors.Systems; -using Content.Shared.Emag.Systems; -using Content.Shared.Interaction; -using Content.Shared.Prying.Components; -using Content.Shared.Prying.Systems; -using Content.Shared.Tools.Systems; -using Robust.Shared.Audio; using Robust.Shared.Physics.Components; -using Robust.Shared.Physics.Events; namespace Content.Server.Doors.Systems; public sealed class DoorSystem : SharedDoorSystem { - [Dependency] private readonly IAdminLogManager _adminLog = default!; - [Dependency] private readonly DoorBoltSystem _bolts = default!; [Dependency] private readonly AirtightSystem _airtightSystem = default!; - [Dependency] private readonly PryingSystem _pryingSystem = default!; public override void Initialize() { base.Initialize(); - SubscribeLocalEvent(OnWeldAttempt); - SubscribeLocalEvent(OnWeldChanged); - SubscribeLocalEvent(OnEmagged); - SubscribeLocalEvent(OnAfterPry); - } - - protected override void OnActivate(EntityUid uid, DoorComponent door, ActivateInWorldEvent args) - { - // TODO once access permissions are shared, move this back to shared. - if (args.Handled || !door.ClickOpen) - return; - - if (!TryToggleDoor(uid, door, args.User)) - _pryingSystem.TryPry(uid, args.User, out _); - - args.Handled = true; + SubscribeLocalEvent(OnBoltPowerChanged); } protected override void SetCollidable( @@ -65,144 +38,16 @@ protected override void SetCollidable( base.SetCollidable(uid, collidable, door, physics, occluder); } - // TODO AUDIO PREDICT Figure out a better way to handle sound and prediction. For now, this works well enough? - // - // Currently a client will predict when a door is going to close automatically. So any client in PVS range can just - // play their audio locally. Playing it server-side causes an odd delay, while in shared it causes double-audio. - // - // But if we just do that, then if a door is closed prematurely as the result of an interaction (i.e., using "E" on - // an open door), then the audio would only be played for the client performing the interaction. - // - // So we do this: - // - Play audio client-side IF the closing is being predicted (auto-close or predicted interaction) - // - Server assumes automated closing is predicted by clients and does not play audio unless otherwise specified. - // - Major exception is player interactions, which other players cannot predict - // - In that case, send audio to all players, except possibly the interacting player if it was a predicted - // interaction. - - /// - /// Selectively send sound to clients, taking care to not send the double-audio. - /// - /// The audio source - /// The sound - /// The audio parameters. - /// The user (if any) that instigated an interaction - /// Whether this interaction would have been predicted. If the predicting player is null, - /// this assumes it would have been predicted by all players in PVS range. - protected override void PlaySound(EntityUid uid, SoundSpecifier soundSpecifier, AudioParams audioParams, EntityUid? predictingPlayer, bool predicted) - { - // If this sound would have been predicted by all clients, do not play any audio. - if (predicted && predictingPlayer == null) - return; - - if (predicted) - Audio.PlayPredicted(soundSpecifier, uid, predictingPlayer, audioParams); - else - Audio.PlayPvs(soundSpecifier, uid, audioParams); - } - - #region DoAfters - private void OnWeldAttempt(EntityUid uid, DoorComponent component, WeldableAttemptEvent args) - { - if (component.CurrentlyCrushing.Count > 0) - { - args.Cancel(); - return; - } - if (component.State != DoorState.Closed && component.State != DoorState.Welded) - { - args.Cancel(); - } - } - - private void OnWeldChanged(EntityUid uid, DoorComponent component, ref WeldableChangedEvent args) - { - if (component.State == DoorState.Closed) - SetState(uid, DoorState.Welded, component); - else if (component.State == DoorState.Welded) - SetState(uid, DoorState.Closed, component); - } - #endregion - - - /// - /// Open a door if a player or door-bumper (PDA, ID-card) collide with the door. Sadly, bullets no longer - /// generate "access denied" sounds as you fire at a door. - /// - protected override void HandleCollide(EntityUid uid, DoorComponent door, ref StartCollideEvent args) - { - // TODO ACCESS READER move access reader to shared and predict door opening/closing - // Then this can be moved to the shared system without mispredicting. - if (!door.BumpOpen) - return; - - if (door.State is not (DoorState.Closed or DoorState.Denying)) - return; - - var otherUid = args.OtherEntity; - - if (Tags.HasTag(otherUid, "DoorBumpOpener")) - TryOpen(uid, door, otherUid, quiet: door.State == DoorState.Denying); - } - private void OnEmagged(EntityUid uid, DoorComponent door, ref GotEmaggedEvent args) - { - if (TryComp(uid, out var airlockComponent)) - { - if (_bolts.IsBolted(uid) || !this.IsPowered(uid, EntityManager)) - return; - - if (door.State == DoorState.Closed) - { - SetState(uid, DoorState.Emagging, door); - PlaySound(uid, door.SparkSound, AudioParams.Default.WithVolume(8), args.UserUid, false); - args.Handled = true; - } - } - } - - public override void StartOpening(EntityUid uid, DoorComponent? door = null, EntityUid? user = null, bool predicted = false) - { - if (!Resolve(uid, ref door)) - return; - - var lastState = door.State; - - SetState(uid, DoorState.Opening, door); - - if (door.OpenSound != null) - PlaySound(uid, door.OpenSound, AudioParams.Default.WithVolume(-5), user, predicted); - - if (lastState == DoorState.Emagging && TryComp(uid, out var doorBoltComponent)) - _bolts.SetBoltsWithAudio(uid, doorBoltComponent, !doorBoltComponent.BoltsDown); - } - - /// - /// Open or close a door after it has been successfuly pried. - /// - private void OnAfterPry(EntityUid uid, DoorComponent door, ref PriedEvent args) + private void OnBoltPowerChanged(Entity ent, ref PowerChangedEvent args) { - if (door.State == DoorState.Closed) + if (args.Powered) { - _adminLog.Add(LogType.Action, LogImpact.Medium, $"{ToPrettyString(args.User)} pried {ToPrettyString(uid)} open"); - StartOpening(uid, door, args.User); + if (ent.Comp.BoltWireCut) + SetBoltsDown(ent, true); } - else if (door.State == DoorState.Open) - { - _adminLog.Add(LogType.Action, LogImpact.Medium, $"{ToPrettyString(args.User)} pried {ToPrettyString(uid)} closed"); - StartClosing(uid, door, args.User); - } - } - protected override void CheckDoorBump(Entity ent) - { - var (uid, door, physics) = ent; - if (door.BumpOpen) - { - foreach (var other in PhysicsSystem.GetContactingEntities(uid, physics, approximate: true)) - { - if (Tags.HasTag(other, "DoorBumpOpener") && TryOpen(uid, door, other, quiet: true)) - break; - } - } + UpdateBoltLightStatus(ent); + ent.Comp.Powered = args.Powered; + Dirty(ent, ent.Comp); } } diff --git a/Content.Server/Doors/WireActions/DoorBoltLightWireAction.cs b/Content.Server/Doors/WireActions/DoorBoltLightWireAction.cs index 233ebfed3fa..c5e3aa80c9e 100644 --- a/Content.Server/Doors/WireActions/DoorBoltLightWireAction.cs +++ b/Content.Server/Doors/WireActions/DoorBoltLightWireAction.cs @@ -18,19 +18,18 @@ public sealed partial class DoorBoltLightWireAction : ComponentWireAction().SetBoltLightsEnabled(wire.Owner, door, false); + EntityManager.System().SetBoltLightsEnabled((wire.Owner, door), false); return true; } public override bool Mend(EntityUid user, Wire wire, DoorBoltComponent door) { - - EntityManager.System().SetBoltLightsEnabled(wire.Owner, door, true); + EntityManager.System().SetBoltLightsEnabled((wire.Owner, door), true); return true; } public override void Pulse(EntityUid user, Wire wire, DoorBoltComponent door) { - EntityManager.System().SetBoltLightsEnabled(wire.Owner, door, !door.BoltLightsEnabled); + EntityManager.System().SetBoltLightsEnabled((wire.Owner, door), !door.BoltLightsEnabled); } } diff --git a/Content.Server/Doors/WireActions/DoorBoltWireAction.cs b/Content.Server/Doors/WireActions/DoorBoltWireAction.cs index 29b5d726a28..fc1cf50cd87 100644 --- a/Content.Server/Doors/WireActions/DoorBoltWireAction.cs +++ b/Content.Server/Doors/WireActions/DoorBoltWireAction.cs @@ -19,24 +19,24 @@ public sealed partial class DoorBoltWireAction : ComponentWireAction().SetBoltWireCut(airlock, true); + EntityManager.System().SetBoltWireCut((wire.Owner, airlock), true); if (!airlock.BoltsDown && IsPowered(wire.Owner)) - EntityManager.System().SetBoltsWithAudio(wire.Owner, airlock, true); + EntityManager.System().SetBoltsDown((wire.Owner, airlock), true, user); return true; } public override bool Mend(EntityUid user, Wire wire, DoorBoltComponent door) { - EntityManager.System().SetBoltWireCut(door, false); + EntityManager.System().SetBoltWireCut((wire.Owner, door), false); return true; } public override void Pulse(EntityUid user, Wire wire, DoorBoltComponent door) { if (IsPowered(wire.Owner)) - EntityManager.System().SetBoltsWithAudio(wire.Owner, door, !door.BoltsDown); + EntityManager.System().SetBoltsDown((wire.Owner, door), !door.BoltsDown); else if (!door.BoltsDown) - EntityManager.System().SetBoltsWithAudio(wire.Owner, door, true); + EntityManager.System().SetBoltsDown((wire.Owner, door), true); } } diff --git a/Content.Server/Magic/MagicSystem.cs b/Content.Server/Magic/MagicSystem.cs index d8febe0d1ff..2c9b11dbd3d 100644 --- a/Content.Server/Magic/MagicSystem.cs +++ b/Content.Server/Magic/MagicSystem.cs @@ -36,7 +36,6 @@ public sealed class MagicSystem : EntitySystem [Dependency] private readonly IComponentFactory _compFact = default!; [Dependency] private readonly IMapManager _mapManager = default!; [Dependency] private readonly IRobustRandom _random = default!; - [Dependency] private readonly DoorBoltSystem _boltsSystem = default!; [Dependency] private readonly BodySystem _bodySystem = default!; [Dependency] private readonly EntityLookupSystem _lookup = default!; [Dependency] private readonly SharedDoorSystem _doorSystem = default!; @@ -307,7 +306,7 @@ private void OnKnockSpell(KnockSpellEvent args) foreach (var entity in _lookup.GetEntitiesInRange(coords, args.Range)) { if (TryComp(entity, out var bolts)) - _boltsSystem.SetBoltsDown(entity, bolts, false); + _doorSystem.SetBoltsDown((entity, bolts), false); if (TryComp(entity, out var doorComp) && doorComp.State is not DoorState.Open) _doorSystem.StartOpening(entity); diff --git a/Content.Server/Remotes/DoorRemoteSystem.cs b/Content.Server/Remotes/DoorRemoteSystem.cs index a88508ce53d..9be7e5e96b4 100644 --- a/Content.Server/Remotes/DoorRemoteSystem.cs +++ b/Content.Server/Remotes/DoorRemoteSystem.cs @@ -18,7 +18,6 @@ namespace Content.Server.Remotes public sealed class DoorRemoteSystem : EntitySystem { [Dependency] private readonly IAdminLogManager _adminLogger = default!; - [Dependency] private readonly DoorBoltSystem _bolts = default!; [Dependency] private readonly AirlockSystem _airlock = default!; [Dependency] private readonly SharedPopupSystem _popupSystem = default!; [Dependency] private readonly DoorSystem _doorSystem = default!; @@ -105,7 +104,7 @@ private void OnBeforeInteract(EntityUid uid, DoorRemoteComponent component, Befo { if (!boltsComp.BoltWireCut) { - _bolts.SetBoltsWithAudio(args.Target.Value, boltsComp, !boltsComp.BoltsDown); + _doorSystem.SetBoltsDown((args.Target.Value, boltsComp), !boltsComp.BoltsDown, args.User); _adminLogger.Add(LogType.Action, LogImpact.Medium, $"{ToPrettyString(args.User):player} used {ToPrettyString(args.Used)} on {ToPrettyString(args.Target.Value)} to {(boltsComp.BoltsDown ? "" : "un")}bolt it"); } } diff --git a/Content.Server/Shuttles/Systems/DockingSystem.cs b/Content.Server/Shuttles/Systems/DockingSystem.cs index 778d2443760..7f698850450 100644 --- a/Content.Server/Shuttles/Systems/DockingSystem.cs +++ b/Content.Server/Shuttles/Systems/DockingSystem.cs @@ -20,7 +20,6 @@ namespace Content.Server.Shuttles.Systems public sealed partial class DockingSystem : EntitySystem { [Dependency] private readonly IMapManager _mapManager = default!; - [Dependency] private readonly DoorBoltSystem _bolts = default!; [Dependency] private readonly DoorSystem _doorSystem = default!; [Dependency] private readonly FixtureSystem _fixtureSystem = default!; [Dependency] private readonly PathfindingSystem _pathfinding = default!; @@ -363,7 +362,7 @@ public void Dock(EntityUid dockAUid, DockingComponent dockA, EntityUid dockBUid, doorA.ChangeAirtight = false; if (TryComp(dockAUid, out var airlockA)) { - _bolts.SetBoltsWithAudio(dockAUid, airlockA, true); + _doorSystem.SetBoltsDown((dockAUid, airlockA), true); } } } @@ -375,7 +374,7 @@ public void Dock(EntityUid dockAUid, DockingComponent dockA, EntityUid dockBUid, doorB.ChangeAirtight = false; if (TryComp(dockBUid, out var airlockB)) { - _bolts.SetBoltsWithAudio(dockBUid, airlockB, true); + _doorSystem.SetBoltsDown((dockBUid, airlockB), true); } } } @@ -470,7 +469,7 @@ private void OnUndock(EntityUid dockUid, EntityUid other) return; if (TryComp(dockUid, out var airlock)) - _bolts.SetBoltsWithAudio(dockUid, airlock, false); + _doorSystem.SetBoltsDown((dockUid, airlock), false); if (TryComp(dockUid, out DoorComponent? door) && _doorSystem.TryClose(dockUid, door)) door.ChangeAirtight = true; diff --git a/Content.Server/Shuttles/Systems/ShuttleSystem.FasterThanLight.cs b/Content.Server/Shuttles/Systems/ShuttleSystem.FasterThanLight.cs index 99ce4a044d6..d976b634d5b 100644 --- a/Content.Server/Shuttles/Systems/ShuttleSystem.FasterThanLight.cs +++ b/Content.Server/Shuttles/Systems/ShuttleSystem.FasterThanLight.cs @@ -459,7 +459,7 @@ private void SetDockBolts(EntityUid uid, bool enabled) continue; _doors.TryClose(doorUid); - _bolts.SetBoltsWithAudio(doorUid, door, enabled); + _doors.SetBoltsDown((doorUid, door), enabled); } } diff --git a/Content.Server/Shuttles/Systems/ShuttleSystem.cs b/Content.Server/Shuttles/Systems/ShuttleSystem.cs index 471b46e507d..5f11ce25a4b 100644 --- a/Content.Server/Shuttles/Systems/ShuttleSystem.cs +++ b/Content.Server/Shuttles/Systems/ShuttleSystem.cs @@ -34,7 +34,6 @@ public sealed partial class ShuttleSystem : SharedShuttleSystem [Dependency] private readonly BodySystem _bobby = default!; [Dependency] private readonly DockingSystem _dockSystem = default!; [Dependency] private readonly DoorSystem _doors = default!; - [Dependency] private readonly DoorBoltSystem _bolts = default!; [Dependency] private readonly EntityLookupSystem _lookup = default!; [Dependency] private readonly FixtureSystem _fixtures = default!; [Dependency] private readonly MapLoaderSystem _loader = default!; diff --git a/Content.Server/Wires/WiresSystem.cs b/Content.Server/Wires/WiresSystem.cs index 2b23b093603..0f9ee8b0f75 100644 --- a/Content.Server/Wires/WiresSystem.cs +++ b/Content.Server/Wires/WiresSystem.cs @@ -620,13 +620,6 @@ public IEnumerable TryGetWires(EntityUid uid, WiresComponent? wires = n } } - public void ChangePanelVisibility(EntityUid uid, WiresPanelComponent component, bool visible) - { - component.Visible = visible; - UpdateAppearance(uid, component); - Dirty(uid, component); - } - public void SetWiresPanelSecurity(EntityUid uid, WiresPanelSecurityComponent component, WiresPanelSecurityEvent args) { component.Examine = args.Examine; diff --git a/Content.Shared/Doors/Components/AirlockComponent.cs b/Content.Shared/Doors/Components/AirlockComponent.cs index 332df2ac77d..dd8241c64ec 100644 --- a/Content.Shared/Doors/Components/AirlockComponent.cs +++ b/Content.Shared/Doors/Components/AirlockComponent.cs @@ -12,6 +12,9 @@ namespace Content.Shared.Doors.Components; [Access(typeof(SharedAirlockSystem), Friend = AccessPermissions.ReadWriteExecute, Other = AccessPermissions.Read)] public sealed partial class AirlockComponent : Component { + [DataField, AutoNetworkedField] + public bool Powered; + // Need to network airlock safety state to avoid mis-predicts when a door auto-closes as the client walks through the door. [ViewVariables(VVAccess.ReadWrite)] [DataField, AutoNetworkedField] diff --git a/Content.Shared/Doors/Components/DoorBoltComponent.cs b/Content.Shared/Doors/Components/DoorBoltComponent.cs index 52f7d56db55..a5b0621ff42 100644 --- a/Content.Shared/Doors/Components/DoorBoltComponent.cs +++ b/Content.Shared/Doors/Components/DoorBoltComponent.cs @@ -8,36 +8,43 @@ namespace Content.Shared.Doors.Components; /// Companion component to DoorComponent that handles bolt-specific behavior. /// [RegisterComponent, NetworkedComponent] -[Access(typeof(SharedDoorBoltSystem))] +[Access(typeof(SharedDoorSystem))] +[AutoGenerateComponentState] public sealed partial class DoorBoltComponent : Component { /// /// Sound to play when the bolts on the airlock go up. /// - [DataField("boltUpSound"), ViewVariables(VVAccess.ReadWrite)] + [DataField, ViewVariables(VVAccess.ReadWrite)] public SoundSpecifier BoltUpSound = new SoundPathSpecifier("/Audio/Machines/boltsup.ogg"); /// /// Sound to play when the bolts on the airlock go down. /// - [DataField("boltDownSound"), ViewVariables(VVAccess.ReadWrite)] + [DataField, ViewVariables(VVAccess.ReadWrite)] public SoundSpecifier BoltDownSound = new SoundPathSpecifier("/Audio/Machines/boltsdown.ogg"); /// /// Whether the door bolts are currently deployed. /// - [ViewVariables(VVAccess.ReadWrite)] + [DataField, AutoNetworkedField] public bool BoltsDown; /// /// Whether the bolt lights are currently enabled. /// - [ViewVariables(VVAccess.ReadWrite)] + [DataField, AutoNetworkedField] public bool BoltLightsEnabled = true; /// /// True if the bolt wire is cut, which will force the airlock to always be bolted as long as it has power. /// - [ViewVariables(VVAccess.ReadWrite)] + [DataField, AutoNetworkedField] public bool BoltWireCut; + + /// + /// Used for prediction. true if the door has power. + /// + [DataField, AutoNetworkedField] + public bool Powered; } diff --git a/Content.Shared/Doors/Components/DoorComponent.cs b/Content.Shared/Doors/Components/DoorComponent.cs index 135f8b0856d..d1b93d845d7 100644 --- a/Content.Shared/Doors/Components/DoorComponent.cs +++ b/Content.Shared/Doors/Components/DoorComponent.cs @@ -124,14 +124,14 @@ public sealed partial class DoorComponent : Component /// If false, this door is incapable of crushing entities. This just determines whether it will apply damage and /// stun, not whether it can close despite entities being in the way. /// - [DataField] + [DataField, AutoNetworkedField] public bool CanCrush = true; /// /// Whether to check for colliding entities before closing. This may be overridden by other system by subscribing to /// . For example, hacked airlocks will set this to false. /// - [DataField] + [DataField, AutoNetworkedField] public bool PerformCollisionCheck = true; /// @@ -190,7 +190,7 @@ public sealed partial class DoorComponent : Component /// The sprite state used for the door when it's being emagged. /// [DataField] - public string EmaggingSpriteState = "emagging"; + public string EmaggingSpriteState = "sparks"; /// /// The sprite state used for the door when it's open. diff --git a/Content.Shared/Doors/Systems/SharedAirlockSystem.cs b/Content.Shared/Doors/Systems/SharedAirlockSystem.cs index 9e1273b7843..a3172bb8c3a 100644 --- a/Content.Shared/Doors/Systems/SharedAirlockSystem.cs +++ b/Content.Shared/Doors/Systems/SharedAirlockSystem.cs @@ -1,5 +1,7 @@ using Content.Shared.Doors.Components; using Content.Shared.Popups; +using Content.Shared.Prying.Components; +using Content.Shared.Wires; namespace Content.Shared.Doors.Systems; @@ -8,18 +10,112 @@ public abstract class SharedAirlockSystem : EntitySystem [Dependency] protected readonly SharedAppearanceSystem Appearance = default!; [Dependency] protected readonly SharedDoorSystem DoorSystem = default!; [Dependency] protected readonly SharedPopupSystem Popup = default!; + [Dependency] private readonly SharedWiresSystem _wiresSystem = default!; public override void Initialize() { base.Initialize(); SubscribeLocalEvent(OnBeforeDoorClosed); + SubscribeLocalEvent(OnStateChanged); + SubscribeLocalEvent(OnBeforeDoorOpened); + SubscribeLocalEvent(OnBeforeDoorDenied); + SubscribeLocalEvent(OnGetPryMod); + SubscribeLocalEvent(OnBeforePry); } - protected virtual void OnBeforeDoorClosed(EntityUid uid, AirlockComponent airlock, BeforeDoorClosedEvent args) + private void OnBeforeDoorClosed(EntityUid uid, AirlockComponent airlock, BeforeDoorClosedEvent args) { + if (args.Cancelled) + return; + if (!airlock.Safety) args.PerformCollisionCheck = false; + + // only block based on bolts / power status when initially closing the door, not when its already + // mid-transition. Particularly relevant for when the door was pried-closed with a crowbar, which bypasses + // the initial power-check. + + if (TryComp(uid, out DoorComponent? door) + && !door.Partial + && !CanChangeState(uid, airlock)) + { + args.Cancel(); + } + } + + private void OnStateChanged(EntityUid uid, AirlockComponent component, DoorStateChangedEvent args) + { + // Only show the maintenance panel if the airlock is closed + if (TryComp(uid, out var wiresPanel)) + { + _wiresSystem.ChangePanelVisibility(uid, wiresPanel, component.OpenPanelVisible || args.State != DoorState.Open); + } + // If the door is closed, we should look if the bolt was locked while closing + UpdateAutoClose(uid, component); + + // Make sure the airlock auto closes again next time it is opened + if (args.State == DoorState.Closed) + component.AutoClose = true; + } + + private void OnBeforeDoorOpened(EntityUid uid, AirlockComponent component, BeforeDoorOpenedEvent args) + { + if (!CanChangeState(uid, component)) + args.Cancel(); + } + + private void OnBeforeDoorDenied(EntityUid uid, AirlockComponent component, BeforeDoorDeniedEvent args) + { + if (!CanChangeState(uid, component)) + args.Cancel(); + } + + private void OnGetPryMod(EntityUid uid, AirlockComponent component, ref GetPryTimeModifierEvent args) + { + if (component.Powered) + args.PryTimeModifier *= component.PoweredPryModifier; + + if (DoorSystem.IsBolted(uid)) + args.PryTimeModifier *= component.BoltedPryModifier; + } + + /// + /// Updates the auto close timer. + /// + public void UpdateAutoClose(EntityUid uid, AirlockComponent? airlock = null, DoorComponent? door = null) + { + if (!Resolve(uid, ref airlock, ref door)) + return; + + if (door.State != DoorState.Open) + return; + + if (!airlock.AutoClose) + return; + + if (!CanChangeState(uid, airlock)) + return; + + var autoev = new BeforeDoorAutoCloseEvent(); + RaiseLocalEvent(uid, autoev); + if (autoev.Cancelled) + return; + + DoorSystem.SetNextStateChange(uid, airlock.AutoCloseDelay * airlock.AutoCloseDelayModifier); + } + + private void OnBeforePry(EntityUid uid, AirlockComponent component, ref BeforePryEvent args) + { + if (args.Cancelled) + return; + + if (!component.Powered || args.PryPowered) + return; + + args.Message = "airlock-component-cannot-pry-is-powered-message"; + + args.Cancelled = true; } public void UpdateEmergencyLightStatus(EntityUid uid, AirlockComponent component) @@ -45,4 +141,9 @@ public void SetSafety(AirlockComponent component, bool value) { component.Safety = value; } + + public bool CanChangeState(EntityUid uid, AirlockComponent component) + { + return component.Powered && !DoorSystem.IsBolted(uid); + } } diff --git a/Content.Shared/Doors/Systems/SharedDoorBoltSystem.cs b/Content.Shared/Doors/Systems/SharedDoorBoltSystem.cs deleted file mode 100644 index 7c5ef452751..00000000000 --- a/Content.Shared/Doors/Systems/SharedDoorBoltSystem.cs +++ /dev/null @@ -1,61 +0,0 @@ -using Content.Shared.Doors.Components; -using Content.Shared.Popups; -using Content.Shared.Prying.Components; -using Robust.Shared.Audio; -using Robust.Shared.Audio.Systems; - -namespace Content.Shared.Doors.Systems; - -public abstract class SharedDoorBoltSystem : EntitySystem -{ - - [Dependency] protected readonly SharedAppearanceSystem Appearance = default!; - [Dependency] protected readonly SharedAudioSystem Audio = default!; - [Dependency] protected readonly SharedPopupSystem Popup = default!; - public override void Initialize() - { - base.Initialize(); - - SubscribeLocalEvent(OnBeforeDoorOpened); - SubscribeLocalEvent(OnBeforeDoorClosed); - SubscribeLocalEvent(OnBeforeDoorDenied); - SubscribeLocalEvent(OnDoorPry); - - } - - private void OnDoorPry(EntityUid uid, DoorBoltComponent component, ref BeforePryEvent args) - { - if (args.Cancelled) - return; - - if (!component.BoltsDown || args.Force) - return; - - args.Message = "airlock-component-cannot-pry-is-bolted-message"; - - args.Cancelled = true; - } - - private void OnBeforeDoorOpened(EntityUid uid, DoorBoltComponent component, BeforeDoorOpenedEvent args) - { - if (component.BoltsDown) - args.Cancel(); - } - - private void OnBeforeDoorClosed(EntityUid uid, DoorBoltComponent component, BeforeDoorClosedEvent args) - { - if (component.BoltsDown) - args.Cancel(); - } - - private void OnBeforeDoorDenied(EntityUid uid, DoorBoltComponent component, BeforeDoorDeniedEvent args) - { - if (component.BoltsDown) - args.Cancel(); - } - - public void SetBoltWireCut(DoorBoltComponent component, bool value) - { - component.BoltWireCut = value; - } -} diff --git a/Content.Shared/Doors/Systems/SharedDoorSystem.Bolts.cs b/Content.Shared/Doors/Systems/SharedDoorSystem.Bolts.cs new file mode 100644 index 00000000000..35681bfd822 --- /dev/null +++ b/Content.Shared/Doors/Systems/SharedDoorSystem.Bolts.cs @@ -0,0 +1,109 @@ +using Content.Shared.Doors.Components; +using Content.Shared.Prying.Components; + +namespace Content.Shared.Doors.Systems; + +public abstract partial class SharedDoorSystem +{ + public void InitializeBolts() + { + base.Initialize(); + + SubscribeLocalEvent(OnBeforeDoorOpened); + SubscribeLocalEvent(OnBeforeDoorClosed); + SubscribeLocalEvent(OnBeforeDoorDenied); + SubscribeLocalEvent(OnDoorPry); + SubscribeLocalEvent(OnStateChanged); + } + + private void OnDoorPry(EntityUid uid, DoorBoltComponent component, ref BeforePryEvent args) + { + if (args.Cancelled) + return; + + if (!component.BoltsDown || args.Force) + return; + + args.Message = "airlock-component-cannot-pry-is-bolted-message"; + + args.Cancelled = true; + } + + private void OnBeforeDoorOpened(EntityUid uid, DoorBoltComponent component, BeforeDoorOpenedEvent args) + { + if (component.BoltsDown) + args.Cancel(); + } + + private void OnBeforeDoorClosed(EntityUid uid, DoorBoltComponent component, BeforeDoorClosedEvent args) + { + if (component.BoltsDown) + args.Cancel(); + } + + private void OnBeforeDoorDenied(EntityUid uid, DoorBoltComponent component, BeforeDoorDeniedEvent args) + { + if (component.BoltsDown) + args.Cancel(); + } + + public void SetBoltWireCut(Entity ent, bool value) + { + ent.Comp.BoltWireCut = value; + Dirty(ent, ent.Comp); + } + + public void UpdateBoltLightStatus(Entity ent) + { + AppearanceSystem.SetData(ent, DoorVisuals.BoltLights, GetBoltLightsVisible(ent)); + } + + public bool GetBoltLightsVisible(Entity ent) + { + return ent.Comp.BoltLightsEnabled && + ent.Comp.BoltsDown && + ent.Comp.Powered; + } + + public void SetBoltLightsEnabled(Entity ent, bool value) + { + if (ent.Comp.BoltLightsEnabled == value) + return; + + ent.Comp.BoltLightsEnabled = value; + Dirty(ent, ent.Comp); + UpdateBoltLightStatus(ent); + } + + public void SetBoltsDown(Entity ent, bool value, EntityUid? user = null, bool predicted = false) + { + if (ent.Comp.BoltsDown == value) + return; + + ent.Comp.BoltsDown = value; + Dirty(ent, ent.Comp); + UpdateBoltLightStatus(ent); + + var sound = value ? ent.Comp.BoltDownSound : ent.Comp.BoltUpSound; + if (predicted) + Audio.PlayPredicted(sound, ent, user: user); + else + Audio.PlayPvs(sound, ent); + } + + private void OnStateChanged(Entity entity, ref DoorStateChangedEvent args) + { + // If the door is closed, we should look if the bolt was locked while closing + UpdateBoltLightStatus(entity); + } + + public bool IsBolted(EntityUid uid, DoorBoltComponent? component = null) + { + if (!Resolve(uid, ref component)) + { + return false; + } + + return component.BoltsDown; + } +} diff --git a/Content.Shared/Doors/Systems/SharedDoorSystem.cs b/Content.Shared/Doors/Systems/SharedDoorSystem.cs index f04f6c6dfe0..6a2a25f614b 100644 --- a/Content.Shared/Doors/Systems/SharedDoorSystem.cs +++ b/Content.Shared/Doors/Systems/SharedDoorSystem.cs @@ -1,26 +1,35 @@ using System.Linq; using Content.Shared.Access.Components; using Content.Shared.Access.Systems; +using Content.Shared.Administration.Logs; using Content.Shared.Damage; +using Content.Shared.Database; using Content.Shared.Doors.Components; +using Content.Shared.Emag.Systems; using Content.Shared.Hands.Components; using Content.Shared.Interaction; using Content.Shared.Physics; +using Content.Shared.Popups; using Content.Shared.Prying.Components; +using Content.Shared.Prying.Systems; using Content.Shared.Stunnable; using Content.Shared.Tag; +using Content.Shared.Tools.Systems; using Robust.Shared.Audio; using Robust.Shared.Physics.Components; using Robust.Shared.Physics.Events; using Robust.Shared.Physics.Systems; using Robust.Shared.Timing; using Robust.Shared.Audio.Systems; +using Robust.Shared.Network; namespace Content.Shared.Doors.Systems; -public abstract class SharedDoorSystem : EntitySystem +public abstract partial class SharedDoorSystem : EntitySystem { + [Dependency] private readonly ISharedAdminLogManager _adminLog = default!; [Dependency] protected readonly IGameTiming GameTiming = default!; + [Dependency] private readonly INetManager _net = default!; [Dependency] protected readonly SharedPhysicsSystem PhysicsSystem = default!; [Dependency] private readonly DamageableSystem _damageableSystem = default!; [Dependency] private readonly SharedStunSystem _stunSystem = default!; @@ -30,6 +39,11 @@ public abstract class SharedDoorSystem : EntitySystem [Dependency] protected readonly SharedAppearanceSystem AppearanceSystem = default!; [Dependency] private readonly OccluderSystem _occluder = default!; [Dependency] private readonly AccessReaderSystem _accessReaderSystem = default!; + [Dependency] private readonly PryingSystem _pryingSystem = default!; + [Dependency] protected readonly SharedPopupSystem Popup = default!; + + [ValidatePrototypeId] + public const string DoorBumpTag = "DoorBumpOpener"; /// /// A body must have an intersection percentage larger than this in order to be considered as colliding with a @@ -50,6 +64,8 @@ public override void Initialize() { base.Initialize(); + InitializeBolts(); + SubscribeLocalEvent(OnComponentInit); SubscribeLocalEvent(OnRemove); @@ -60,8 +76,12 @@ public override void Initialize() SubscribeLocalEvent(HandleCollide); SubscribeLocalEvent(PreventCollision); SubscribeLocalEvent(OnBeforePry); + SubscribeLocalEvent(OnAfterPry); + SubscribeLocalEvent(OnWeldAttempt); + SubscribeLocalEvent(OnWeldChanged); SubscribeLocalEvent(OnPryTimeModifier); + SubscribeLocalEvent(OnEmagged); } protected virtual void OnComponentInit(Entity ent, ref ComponentInit args) @@ -100,6 +120,23 @@ private void OnRemove(Entity door, ref ComponentRemove args) _activeDoors.Remove(door); } + private void OnEmagged(EntityUid uid, DoorComponent door, ref GotEmaggedEvent args) + { + if (!TryComp(uid, out var airlock)) + return; + + if (IsBolted(uid) || !airlock.Powered) + return; + + if (door.State == DoorState.Closed) + { + if (!SetState(uid, DoorState.Emagging, door)) + return; + Audio.PlayPredicted(door.SparkSound, uid, args.UserUid, AudioParams.Default.WithVolume(8)); + args.Handled = true; + } + } + #region StateManagement private void OnHandleState(Entity ent, ref AfterAutoHandleStateEvent args) { @@ -113,14 +150,14 @@ private void OnHandleState(Entity ent, ref AfterAutoHandleStateEv AppearanceSystem.SetData(ent, DoorVisuals.State, door.State); } - protected void SetState(EntityUid uid, DoorState state, DoorComponent? door = null) + protected bool SetState(EntityUid uid, DoorState state, DoorComponent? door = null) { if (!Resolve(uid, ref door)) - return; + return false; // If no change, return to avoid firing a new DoorStateChangedEvent. if (state == door.State) - return; + return false; switch (state) { @@ -159,14 +196,20 @@ protected void SetState(EntityUid uid, DoorState state, DoorComponent? door = nu Dirty(uid, door); RaiseLocalEvent(uid, new DoorStateChangedEvent(state)); AppearanceSystem.SetData(uid, DoorVisuals.State, door.State); + return true; } #endregion #region Interactions - protected virtual void OnActivate(EntityUid uid, DoorComponent door, ActivateInWorldEvent args) + protected void OnActivate(EntityUid uid, DoorComponent door, ActivateInWorldEvent args) { - // avoid client-mispredicts, as the server will definitely handle this event + if (args.Handled || !door.ClickOpen) + return; + + if (!TryToggleDoor(uid, door, args.User, predicted: true)) + _pryingSystem.TryPry(uid, args.User, out _); + args.Handled = true; } @@ -181,6 +224,44 @@ private void OnBeforePry(EntityUid uid, DoorComponent door, ref BeforePryEvent a args.Cancelled = true; } + /// + /// Open or close a door after it has been successfully pried. + /// + private void OnAfterPry(EntityUid uid, DoorComponent door, ref PriedEvent args) + { + if (door.State == DoorState.Closed) + { + _adminLog.Add(LogType.Action, LogImpact.Medium, $"{ToPrettyString(args.User)} pried {ToPrettyString(uid)} open"); + StartOpening(uid, door, args.User, true); + } + else if (door.State == DoorState.Open) + { + _adminLog.Add(LogType.Action, LogImpact.Medium, $"{ToPrettyString(args.User)} pried {ToPrettyString(uid)} closed"); + StartClosing(uid, door, args.User, true); + } + } + + private void OnWeldAttempt(EntityUid uid, DoorComponent component, WeldableAttemptEvent args) + { + if (component.CurrentlyCrushing.Count > 0) + { + args.Cancel(); + return; + } + if (component.State != DoorState.Closed && component.State != DoorState.Welded) + { + args.Cancel(); + } + } + + private void OnWeldChanged(EntityUid uid, DoorComponent component, ref WeldableChangedEvent args) + { + if (component.State == DoorState.Closed) + SetState(uid, DoorState.Welded, component); + else if (component.State == DoorState.Welded) + SetState(uid, DoorState.Closed, component); + } + /// /// Update the door state/visuals and play an access denied sound when a user without access interacts with the /// door. @@ -199,13 +280,15 @@ public void Deny(EntityUid uid, DoorComponent? door = null, EntityUid? user = nu if (ev.Cancelled) return; - SetState(uid, DoorState.Denying, door); + if (!SetState(uid, DoorState.Denying, door)) + return; - if (door.DenySound != null) - PlaySound(uid, door.DenySound, AudioParams.Default.WithVolume(-3), user, predicted); + if (predicted) + Audio.PlayPredicted(door.DenySound, uid, user, AudioParams.Default.WithVolume(-3)); + else if (_net.IsServer) + Audio.PlayPvs(door.DenySound, uid, AudioParams.Default.WithVolume(-3)); } - public bool TryToggleDoor(EntityUid uid, DoorComponent? door = null, EntityUid? user = null, bool predicted = false) { if (!Resolve(uid, ref door)) @@ -215,7 +298,8 @@ public bool TryToggleDoor(EntityUid uid, DoorComponent? door = null, EntityUid? { return TryOpen(uid, door, user, predicted, quiet: door.State == DoorState.Denying); } - else if (door.State == DoorState.Open) + + if (door.State == DoorState.Open) { return TryClose(uid, door, user, predicted); } @@ -254,7 +338,7 @@ public bool CanOpen(EntityUid uid, DoorComponent? door = null, EntityUid? user = if (!HasAccess(uid, user, door)) { if (!quiet) - Deny(uid, door); + Deny(uid, door, user, predicted: true); return false; } @@ -269,22 +353,29 @@ public bool CanOpen(EntityUid uid, DoorComponent? door = null, EntityUid? user = /// The user (if any) opening the door /// Whether the interaction would have been /// predicted. See comments in the PlaySound method on the Server system for details - public virtual void StartOpening(EntityUid uid, DoorComponent? door = null, EntityUid? user = null, bool predicted = false) + public void StartOpening(EntityUid uid, DoorComponent? door = null, EntityUid? user = null, bool predicted = false) { if (!Resolve(uid, ref door)) return; - SetState(uid, DoorState.Opening, door); + var lastState = door.State; - if (door.OpenSound != null) - PlaySound(uid, door.OpenSound, AudioParams.Default.WithVolume(-5), user, predicted); + if (!SetState(uid, DoorState.Opening, door)) + return; + + if (predicted) + Audio.PlayPredicted(door.OpenSound, uid, user, AudioParams.Default.WithVolume(-5)); + else if (_net.IsServer) + Audio.PlayPvs(door.OpenSound, uid, AudioParams.Default.WithVolume(-5)); + + if (lastState == DoorState.Emagging && TryComp(uid, out var doorBoltComponent)) + SetBoltsDown((uid, doorBoltComponent), !doorBoltComponent.BoltsDown, user, true); // I'm not sure what the intent here is/was? It plays a sound if the user is opening a door with a hands // component, but no actual hands!? What!? Is this the sound of them head-butting the door to get it to open?? // I'm 99% sure something is wrong here, but I kind of want to keep it this way. - - if (user != null && TryComp(user.Value, out HandsComponent? hands) && hands.Hands.Count == 0) - PlaySound(uid, door.TryOpenDoorSound, AudioParams.Default.WithVolume(-2), user, predicted); + if (user != null && (!TryComp(user.Value, out HandsComponent? hands) || hands.Hands.Count == 0)) + Audio.PlayPredicted(door.TryOpenDoorSound, uid, user, AudioParams.Default.WithVolume(-2)); } /// @@ -310,7 +401,7 @@ public bool TryClose(EntityUid uid, DoorComponent? door = null, EntityUid? user if (!Resolve(uid, ref door)) return false; - if (!CanClose(uid, door, user, false)) + if (!CanClose(uid, door, user)) return false; StartClosing(uid, door, user, predicted); @@ -323,9 +414,7 @@ public bool TryClose(EntityUid uid, DoorComponent? door = null, EntityUid? user /// The uid of the door /// The doorcomponent of the door /// The user (if any) opening the door - /// Whether the interaction would have been - /// predicted. See comments in the PlaySound method on the Server system for details - public bool CanClose(EntityUid uid, DoorComponent? door = null, EntityUid? user = null, bool quiet = true) + public bool CanClose(EntityUid uid, DoorComponent? door = null, EntityUid? user = null) { if (!Resolve(uid, ref door)) return false; @@ -336,7 +425,7 @@ public bool CanClose(EntityUid uid, DoorComponent? door = null, EntityUid? user return false; var ev = new BeforeDoorClosedEvent(door.PerformCollisionCheck); - RaiseLocalEvent(uid, ev, false); + RaiseLocalEvent(uid, ev); if (ev.Cancelled) return false; @@ -346,15 +435,18 @@ public bool CanClose(EntityUid uid, DoorComponent? door = null, EntityUid? user return !ev.PerformCollisionCheck || !GetColliding(uid).Any(); } - public virtual void StartClosing(EntityUid uid, DoorComponent? door = null, EntityUid? user = null, bool predicted = false) + public void StartClosing(EntityUid uid, DoorComponent? door = null, EntityUid? user = null, bool predicted = false) { if (!Resolve(uid, ref door)) return; - SetState(uid, DoorState.Closing, door); + if (!SetState(uid, DoorState.Closing, door)) + return; - if (door.CloseSound != null) - PlaySound(uid, door.CloseSound, AudioParams.Default.WithVolume(-5), user, predicted); + if (predicted) + Audio.PlayPredicted(door.CloseSound, uid, user, AudioParams.Default.WithVolume(-5)); + else if (_net.IsServer) + Audio.PlayPvs(door.CloseSound, uid, AudioParams.Default.WithVolume(-5)); } /// @@ -367,7 +459,6 @@ public bool OnPartialClose(EntityUid uid, DoorComponent? door = null, PhysicsCom return false; door.Partial = true; - Dirty(uid, door); // Make sure no entity waled into the airlock when it started closing. if (!CanClose(uid, door)) @@ -380,6 +471,7 @@ public bool OnPartialClose(EntityUid uid, DoorComponent? door = null, PhysicsCom SetCollidable(uid, true, door, physics); door.NextStateChange = GameTiming.CurTime + door.CloseTimeTwo; + Dirty(uid, door); _activeDoors.Add((uid, door)); // Crush any entities. Note that we don't check airlock safety here. This should have been checked before @@ -489,10 +581,22 @@ private void PreventCollision(EntityUid uid, DoorComponent component, ref Preven } } - protected virtual void HandleCollide(EntityUid uid, DoorComponent door, ref StartCollideEvent args) + /// + /// Open a door if a player or door-bumper (PDA, ID-card) collide with the door. Sadly, bullets no longer + /// generate "access denied" sounds as you fire at a door. + /// + private void HandleCollide(EntityUid uid, DoorComponent door, ref StartCollideEvent args) { - // TODO ACCESS READER move access reader to shared and predict door opening/closing - // Then this can be moved to the shared system without mispredicting. + if (!door.BumpOpen) + return; + + if (door.State is not (DoorState.Closed or DoorState.Denying)) + return; + + var otherUid = args.OtherEntity; + + if (Tags.HasTag(otherUid, DoorBumpTag)) + TryOpen(uid, door, otherUid, quiet: door.State == DoorState.Denying); } #endregion @@ -587,6 +691,19 @@ public void SetNextStateChange(EntityUid uid, TimeSpan? delay, DoorComponent? do _activeDoors.Add((uid, door)); } + protected void CheckDoorBump(Entity ent) + { + var (uid, door, physics) = ent; + if (door.BumpOpen) + { + foreach (var other in PhysicsSystem.GetContactingEntities(uid, physics, approximate: true)) + { + if (Tags.HasTag(other, DoorBumpTag) && TryOpen(uid, door, other, quiet: true)) + break; + } + } + } + /// /// Iterate over active doors and progress them to the next state if they need to be updated. /// @@ -619,8 +736,6 @@ public override void Update(float frameTime) } } - protected virtual void CheckDoorBump(Entity ent) { } - /// /// Makes a door proceed to the next state (if applicable). /// @@ -632,7 +747,7 @@ private void NextState(Entity ent, TimeSpan time) if (door.CurrentlyCrushing.Count > 0) // This is a closed door that is crushing people and needs to auto-open. Note that we don't check "can open" // here. The door never actually finished closing and we don't want people to get stuck inside of doors. - StartOpening(ent, door, predicted: true); + StartOpening(ent, door); switch (door.State) { @@ -665,7 +780,7 @@ private void NextState(Entity ent, TimeSpan time) case DoorState.Open: // This door is open, and queued for an auto-close. - if (!TryClose(ent, door, predicted: true)) + if (!TryClose(ent, door)) { // The door failed to close (blocked?). Try again in one second. door.NextStateChange = time + TimeSpan.FromSeconds(1); @@ -679,6 +794,4 @@ private void NextState(Entity ent, TimeSpan time) } } #endregion - - protected abstract void PlaySound(EntityUid uid, SoundSpecifier soundSpecifier, AudioParams audioParams, EntityUid? predictingPlayer, bool predicted); } diff --git a/Content.Shared/Prying/Systems/PryingSystem.cs b/Content.Shared/Prying/Systems/PryingSystem.cs index 7271258f5c4..fa7a135e6c5 100644 --- a/Content.Shared/Prying/Systems/PryingSystem.cs +++ b/Content.Shared/Prying/Systems/PryingSystem.cs @@ -74,8 +74,8 @@ public bool TryPry(EntityUid target, EntityUid user, out DoAfterId? id, EntityUi if (!CanPry(target, user, out var message, comp)) { - if (message != null) - Popup.PopupEntity(Loc.GetString(message), target, user); + if (!string.IsNullOrWhiteSpace(message)) + Popup.PopupClient(Loc.GetString(message), target, user); // If we have reached this point we want the event that caused this // to be marked as handled. return true; @@ -162,23 +162,14 @@ private void OnDoAfter(EntityUid uid, DoorComponent door, DoorPryDoAfterEvent ar if (!CanPry(uid, args.User, out var message, comp)) { - if (message != null) - Popup.PopupEntity(Loc.GetString(message), uid, args.User); + if (!string.IsNullOrWhiteSpace(message)) + Popup.PopupClient(Loc.GetString(message), uid, args.User); return; } - // TODO: When we get airlock prediction make this fully predicted. - // When that happens also fix the checking function in the Client AirlockSystem. if (args.Used != null && comp != null) { - if (HasComp(uid)) - { - _audioSystem.PlayPvs(comp.UseSound, args.Used.Value); - } - else - { - _audioSystem.PlayPredicted(comp.UseSound, args.Used.Value, args.User); - } + _audioSystem.PlayPredicted(comp.UseSound, args.Used.Value, args.User); } var ev = new PriedEvent(args.User); diff --git a/Content.Shared/Wires/SharedWiresSystem.cs b/Content.Shared/Wires/SharedWiresSystem.cs index a40f4283299..f069687ffb7 100644 --- a/Content.Shared/Wires/SharedWiresSystem.cs +++ b/Content.Shared/Wires/SharedWiresSystem.cs @@ -76,6 +76,13 @@ private void OnExamine(EntityUid uid, WiresPanelComponent component, ExaminedEve } } + public void ChangePanelVisibility(EntityUid uid, WiresPanelComponent component, bool visible) + { + component.Visible = visible; + UpdateAppearance(uid, component); + Dirty(uid, component); + } + protected void UpdateAppearance(EntityUid uid, WiresPanelComponent panel) { if (TryComp(uid, out var appearance)) From bbb7acd814fa18ce8c73ae7e56f440d88fb2447e Mon Sep 17 00:00:00 2001 From: poeMota <142114334+poeMota@users.noreply.github.com> Date: Fri, 23 Feb 2024 02:37:23 +0300 Subject: [PATCH 42/93] [Mps] Astra update (#1886) Co-authored-by: poeMota --- Resources/Maps/corvax_astra.yml | 17311 +++++++++++++++--------------- 1 file changed, 8889 insertions(+), 8422 deletions(-) diff --git a/Resources/Maps/corvax_astra.yml b/Resources/Maps/corvax_astra.yml index fc8682c4e16..2fd1981a24a 100644 --- a/Resources/Maps/corvax_astra.yml +++ b/Resources/Maps/corvax_astra.yml @@ -41,29 +41,29 @@ tilemap: 78: FloorReinforcedHardened 79: FloorRockVault 80: FloorShowroom - 81: FloorShuttleBlue - 85: FloorShuttleWhite - 89: FloorSteel - 91: FloorSteelCheckerDark - 92: FloorSteelCheckerLight - 94: FloorSteelDiagonal - 96: FloorSteelDirty - 102: FloorSteelPavement - 104: FloorTechMaint - 105: FloorTechMaint2 - 106: FloorTechMaint3 - 107: FloorWebTile - 108: FloorWhite - 109: FloorWhiteDiagonal - 111: FloorWhiteHerringbone - 112: FloorWhiteMini - 117: FloorWhitePlastic - 118: FloorWood - 119: FloorWoodTile - 120: Lattice - 121: Plating - 123: PlatingBurnt - 124: PlatingDamaged + 82: FloorShuttleBlue + 87: FloorShuttleWhite + 91: FloorSteel + 93: FloorSteelCheckerDark + 94: FloorSteelCheckerLight + 96: FloorSteelDiagonal + 98: FloorSteelDirty + 104: FloorSteelPavement + 106: FloorTechMaint + 107: FloorTechMaint2 + 108: FloorTechMaint3 + 109: FloorWebTile + 110: FloorWhite + 111: FloorWhiteDiagonal + 113: FloorWhiteHerringbone + 114: FloorWhiteMini + 119: FloorWhitePlastic + 120: FloorWood + 121: FloorWoodTile + 122: Lattice + 123: Plating + 125: PlatingBurnt + 126: PlatingDamaged entities: - proto: "" entities: @@ -92,507 +92,507 @@ entities: chunks: 0,0: ind: 0,0 - tiles: PgAAAAAAPgAAAAAAPgAAAAAAWQAAAAAAeQAAAAAARgAAAAAAMwAAAAAARgAAAAAAMwAAAAAAMwAAAAAAeQAAAAAAWQAAAAAATAAAAAAAWQAAAAAAWQAAAAAATAAAAAAASwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAMwAAAAAAMwAAAAAARgAAAAAAMwAAAAAARgAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMwAAAAAARgAAAAAAMwAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAWQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAATAAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAWQAAAAAAWQAAAAAASwAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATAAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAPgAAAAAAPgAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAdgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAWwAAAAAAWQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAdwAAAAAAdgAAAAAAdgAAAAAAWQAAAAAAWQAAAAAAeQAAAAAASwAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAPgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdwAAAAAAeQAAAAAAdwAAAAAAdwAAAAAAdwAAAAAA + tiles: PgAAAAAAPgAAAAAAPgAAAAAAWwAAAAAAewAAAAAARgAAAAAAMwAAAAAARgAAAAAAMwAAAAAAMwAAAAAAewAAAAAAWwAAAAAATAAAAAAAWwAAAAAAWwAAAAAATAAAAAAASwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAMwAAAAAAMwAAAAAARgAAAAAAMwAAAAAARgAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAASwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAARgAAAAAAMwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAASwAAAAAAWwAAAAAASwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAASwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAATAAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAHQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAHQAAAAAAewAAAAAAewAAAAAAagAAAAAAWwAAAAAAWwAAAAAASwAAAAAAWwAAAAAAewAAAAAAHQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATAAAAAAAWwAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAagAAAAAAPgAAAAAAPgAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAPgAAAAAAPgAAAAAAWwAAAAAAWwAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeAAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAXQAAAAAAWwAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAWwAAAAAAWwAAAAAAewAAAAAASwAAAAAAHQAAAAAAWwAAAAAAewAAAAAAPgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: QwAAAAAAQwAAAAAAQwAAAAAAeQAAAAAANgAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAFgAAAAAAWQAAAAAAWQAAAAAAWQAAAAAANgAAAAAANgAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAFgAAAAAAFgAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAANQAAAAAANQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAANQAAAAAAFgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAFgAAAAAAFgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAFgAAAAAAFgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAFgAAAAAAFgAAAAAAeAAAAAAAFgAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAFgAAAAAAFgAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAFgAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAeAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMwAAAAAAMwAAAAAAeQAAAAAARgAAAAAAMwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAWQAAAAAAeQAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAWQAAAAAA + tiles: QwAAAAAAQwAAAAAAQwAAAAAAewAAAAAANgAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAFgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAANgAAAAAANgAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAbgAAAAAAewAAAAAAewAAAAAAFgAAAAAAFgAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAANQAAAAAANQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAANQAAAAAAFgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAFgAAAAAAFgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAFgAAAAAAFgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAFgAAAAAAFgAAAAAAegAAAAAAFgAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAFgAAAAAAFgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAewAAAAAARgAAAAAAMwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAWwAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAASwAAAAAAWwAAAAAA version: 6 -1,0: ind: -1,0 - tiles: WQAAAAAATAAAAAAAWQAAAAAAWQAAAAAATAAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAPgAAAAAAPgAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAASwAAAAAAWQAAAAAATQAAAAAAeQAAAAAAWQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAWQAAAAAAeQAAAAAAWQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAASwAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAJgAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAWQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAJgAAAAAAHQAAAAAAHQAAAAAAJgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEwAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAEwAAAAAAeQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAHQAAAAAAWQAAAAAAGgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAA + tiles: WwAAAAAATAAAAAAAWwAAAAAAWwAAAAAATAAAAAAAWwAAAAAAewAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAewAAAAAAWwAAAAAAPgAAAAAAPgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAASwAAAAAAWwAAAAAATQAAAAAAewAAAAAAWwAAAAAASwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAATQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAATQAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAATQAAAAAATQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAWwAAAAAAewAAAAAAWwAAAAAATQAAAAAATQAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAASwAAAAAATQAAAAAATQAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAWwAAAAAATQAAAAAATQAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAJgAAAAAAHQAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAWwAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAHQAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAJgAAAAAAHQAAAAAAHQAAAAAAJgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAEwAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAXQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAEwAAAAAAewAAAAAASwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAASwAAAAAAHQAAAAAAWwAAAAAAGgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAXQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAA version: 6 -1,-1: ind: -1,-1 - tiles: FgAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAANgAAAAAAeQAAAAAAFgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAANgAAAAAANgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAeQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAPgAAAAAAPgAAAAAA + tiles: FgAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAANgAAAAAAewAAAAAAFgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAHQAAAAAANgAAAAAANgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAfQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAewAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAASwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAPgAAAAAAPgAAAAAA version: 6 -1,1: ind: -1,1 - tiles: GwAAAAAAGgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEwAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAGwAAAAAAGgAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEwAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAGwAAAAAAGgAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAGgAAAAAAGgAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAWQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAJgAAAAAAHQAAAAAAHQAAAAAAJgAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAUAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAA + tiles: GwAAAAAAGgAAAAAAewAAAAAAewAAAAAAewAAAAAAEwAAAAAAeAAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAASwAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAGwAAAAAAGgAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAEwAAAAAAewAAAAAAHQAAAAAAHQAAAAAAXQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAGwAAAAAAGgAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAGgAAAAAAGgAAAAAAewAAAAAAegAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAWwAAAAAASwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAHQAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAAAHQAAAAAAJgAAAAAAHQAAAAAAHQAAAAAAJgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAASwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAWwAAAAAAWwAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAUAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAASwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAASwAAAAAAWwAAAAAAWwAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 0,1: ind: 0,1 - tiles: WQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAWwAAAAAASwAAAAAAeQAAAAAAPgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATAAAAAAASwAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAPgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAHQAAAAAAJgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAJgAAAAAAHQAAAAAAHQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAJgAAAAAAHQAAAAAAHQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAUAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAASwAAAAAASwAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: WwAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAXQAAAAAASwAAAAAAewAAAAAAPgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATAAAAAAASwAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAPgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAASwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAHQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAASwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAASwAAAAAAHQAAAAAAJgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAASwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAJgAAAAAAHQAAAAAAHQAAAAAASwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAJgAAAAAAHQAAAAAAHQAAAAAASwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAUAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAASwAAAAAASwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,-1: ind: 1,-1 - tiles: FgAAAAAAFgAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAATAAAAAAAWQAAAAAAeQAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAMgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAMgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAMgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAATAAAAAAAWQAAAAAAeQAAAAAAFgAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAATAAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAATAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAATAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAHQAAAAAAHQAAAAAA + tiles: FgAAAAAAFgAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAWwAAAAAATAAAAAAAWwAAAAAAewAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAMgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAMgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAMgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAWwAAAAAAWwAAAAAATAAAAAAAWwAAAAAAewAAAAAAFgAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAWwAAAAAATAAAAAAAWwAAAAAAWwAAAAAAewAAAAAAHQAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAHQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAATAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAATAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAATAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAATAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAATAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAHQAAAAAAHQAAAAAA version: 6 1,0: ind: 1,0 - tiles: WQAAAAAAWQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAMgAAAAAAdgAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAdgAAAAAAdgAAAAAAdwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAdgAAAAAAdwAAAAAAdwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAdgAAAAAAdgAAAAAAdwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAHQAAAAAAdgAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAHQAAAAAAdgAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAMgAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAdgAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAbAAAAAAAPAAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdwAAAAAAdgAAAAAAeQAAAAAAbAAAAAAAPAAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAdgAAAAAAdwAAAAAAdgAAAAAAeQAAAAAAbAAAAAAAPAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAbAAAAAAAPAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALAAAAAAALAAAAAAALAAAAAAAeQAAAAAAPAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAPAAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAeQAAAAAAPAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAPAAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALAAAAAAALAAAAAAALAAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAA + tiles: WwAAAAAAWwAAAAAASwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAMgAAAAAAeAAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAagAAAAAAewAAAAAAHQAAAAAAHQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAHQAAAAAAeAAAAAAAWwAAAAAAWwAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAHQAAAAAAeAAAAAAAWwAAAAAAWwAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAewAAAAAAewAAAAAAWwAAAAAAMgAAAAAAewAAAAAAHQAAAAAAHQAAAAAAeAAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAbgAAAAAAPAAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAewAAAAAAbgAAAAAAPAAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAewAAAAAAbgAAAAAAPAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAbgAAAAAAPAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAPAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAPAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAPAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAPAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPgAAAAAAPgAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAA version: 6 1,1: ind: 1,1 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAALQAAAAAAPgAAAAAALQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAKAAAAAAAeQAAAAAAKAAAAAAAKAAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAEwAAAAAAeQAAAAAAeQAAAAAAEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAKAAAAAAAdgAAAAAAeQAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAEwAAAAAAeQAAAAAAKAAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: ewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAPgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAagAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAPgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAagAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAPgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAPgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAALQAAAAAAPgAAAAAALQAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAAAAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAKAAAAAAAewAAAAAAKAAAAAAAKAAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAEwAAAAAAewAAAAAAewAAAAAAEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAKAAAAAAAeAAAAAAAewAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAEwAAAAAAewAAAAAAKAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAA version: 6 2,0: ind: 2,0 - tiles: dgAAAAAAdgAAAAAAdgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAQwAAAAAAHQAAAAAAHQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAQwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAATQAAAAAAQwAAAAAAHQAAAAAAHQAAAAAAdgAAAAAAHQAAAAAAHQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAdgAAAAAAHQAAAAAAHQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAATQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAdgAAAAAAHQAAAAAAHQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAHQAAAAAATQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAHQAAAAAATQAAAAAAeQAAAAAAOgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAATQAAAAAAOgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAOgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAOgAAAAAAbAAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAMgAAAAAAbAAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAeQAAAAAA + tiles: eAAAAAAAeAAAAAAAeAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAQwAAAAAAHQAAAAAAHQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAQwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAATQAAAAAAQwAAAAAAHQAAAAAAHQAAAAAAeAAAAAAAHQAAAAAAHQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeAAAAAAAHQAAAAAAHQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAATQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeAAAAAAAHQAAAAAAHQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAAHQAAAAAATQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAAHQAAAAAATQAAAAAAewAAAAAAOgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAATQAAAAAAOgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAOgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAOgAAAAAAbgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAMgAAAAAAbgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAMgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAMgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAewAAAAAA version: 6 2,1: ind: 2,1 - tiles: eQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAEwAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAOgAAAAAAbQAAAAAAOgAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHgAAAAAAHgAAAAAAHQAAAAAAeQAAAAAAbQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAEwAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAOgAAAAAAbQAAAAAAOgAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAdgAAAAAAEwAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAKgAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAEwAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAEwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAKAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAA + tiles: ewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAWwAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAHQAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAEwAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAOgAAAAAAbwAAAAAAOgAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAHQAAAAAAHgAAAAAAHgAAAAAAHQAAAAAAewAAAAAAbwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAEwAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAOgAAAAAAbwAAAAAAOgAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAeAAAAAAAEwAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAKgAAAAAAewAAAAAAAAAAAAAAegAAAAAAEwAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAAAAAAAAAegAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAbgAAAAAAbgAAAAAAewAAAAAAegAAAAAAegAAAAAAEwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAKAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAbgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAbgAAAAAAewAAAAAAegAAAAAAAAAAAAAA version: 6 2,-1: ind: 2,-1 - tiles: QQAAAAAAQQAAAAAAQQAAAAAAeQAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAQQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAFAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAHQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAdgAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdgAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAHQAAAAAAdgAAAAAAdgAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAHgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAdgAAAAAAdgAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAA + tiles: QQAAAAAAQQAAAAAAQQAAAAAAewAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAewAAAAAAQQAAAAAAewAAAAAAewAAAAAAewAAAAAAFAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAHQAAAAAAagAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAHQAAAAAAeAAAAAAAeAAAAAAAHQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAHQAAAAAAHgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeAAAAAAAeAAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAewAAAAAA version: 6 1,-2: ind: 1,-2 - tiles: FgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAFgAAAAAAFgAAAAAAeQAAAAAAFgAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAFgAAAAAANQAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAFgAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAFgAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAATAAAAAAAWQAAAAAAHQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAFgAAAAAAFgAAAAAANQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAATAAAAAAAWQAAAAAAWQAAAAAAFgAAAAAAFgAAAAAAAAAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAFgAAAAAAFgAAAAAAAAAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAA + tiles: FgAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAFgAAAAAAFgAAAAAAewAAAAAAFgAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAFgAAAAAANQAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAFgAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAFgAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAWwAAAAAATAAAAAAAWwAAAAAAHQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAFgAAAAAAFgAAAAAANQAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAFgAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAWwAAAAAATAAAAAAAWwAAAAAAWwAAAAAAFgAAAAAAFgAAAAAAAAAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAFgAAAAAAFgAAAAAAAAAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAA version: 6 2,-2: ind: 2,-2 - tiles: WQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAWQAAAAAALQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAWQAAAAAAHQAAAAAASwAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAWQAAAAAALQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAWQAAAAAALQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAWQAAAAAALQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAdgAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAASwAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAaAAAAAAAagAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAALQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAAAHQAAAAAASwAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAALQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAeQAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAASwAAAAAAeQAAAAAAHQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAeQAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAA + tiles: WwAAAAAASwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAASwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAASwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAWwAAAAAALQAAAAAAWwAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAWwAAAAAAHQAAAAAASwAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAWwAAAAAALQAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAWwAAAAAALQAAAAAAWwAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAWwAAAAAALQAAAAAAWwAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeAAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAASwAAAAAAHQAAAAAAWwAAAAAAewAAAAAAHQAAAAAAagAAAAAAbAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAALQAAAAAAWwAAAAAAewAAAAAAHQAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAATAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAWwAAAAAAHQAAAAAASwAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAALQAAAAAAWwAAAAAAewAAAAAAHQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAewAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAASwAAAAAAewAAAAAAHQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAewAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAA version: 6 3,0: ind: 3,0 - tiles: HQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAAHQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAAHQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAATQAAAAAATQAAAAAAHQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAbAAAAAAAHQAAAAAAeQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAbAAAAAAAHQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAATQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAbAAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAbAAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAATQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: HQAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAATQAAAAAATQAAAAAAHQAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATQAAAAAATQAAAAAAHQAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAATQAAAAAATQAAAAAAHQAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAbgAAAAAAHQAAAAAAewAAAAAATQAAAAAATQAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAbgAAAAAAHQAAAAAAewAAAAAAegAAAAAAegAAAAAATQAAAAAAewAAAAAAewAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAbgAAAAAAHQAAAAAAewAAAAAAAAAAAAAAAAAAAAAATQAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAbgAAAAAAHQAAAAAAewAAAAAAAAAAAAAAAAAAAAAATQAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAegAAAAAAegAAAAAATQAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAA version: 6 3,-1: ind: 3,-1 - tiles: WQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAJgAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAJgAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAJgAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHgAAAAAAHgAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHgAAAAAAHgAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHgAAAAAAHgAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHgAAAAAAHgAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAA + tiles: WwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAewAAAAAAHQAAAAAAHQAAAAAAJgAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAJgAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAewAAAAAAJgAAAAAAHQAAAAAAHQAAAAAAewAAAAAAJgAAAAAAJgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAewAAAAAAewAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHgAAAAAAHgAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHgAAAAAAHgAAAAAAHQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHgAAAAAAHgAAAAAAHQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHgAAAAAAHgAAAAAAHQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAA version: 6 3,-2: ind: 3,-2 - tiles: WQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAASwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAJgAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAJgAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAJgAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAJgAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAA + tiles: WwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAHQAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAASwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAHQAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAJgAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAewAAAAAAHQAAAAAAJgAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAJgAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAJgAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAA version: 6 4,-1: ind: 4,-1 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAOgAAAAAAHQAAAAAAHQAAAAAAOgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAOgAAAAAAHQAAAAAAHQAAAAAAOgAAAAAAeQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAOgAAAAAAHQAAAAAAHQAAAAAAOgAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAdQAAAAAAbAAAAAAAbAAAAAAAdQAAAAAAbAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAdQAAAAAAbAAAAAAAdQAAAAAAbAAAAAAAeQAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAA + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAOgAAAAAAHQAAAAAAHQAAAAAAOgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAOgAAAAAAHQAAAAAAHQAAAAAAOgAAAAAAewAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOgAAAAAAHQAAAAAAHQAAAAAAOgAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAewAAAAAAdwAAAAAAbgAAAAAAbgAAAAAAdwAAAAAAbgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAdwAAAAAAbgAAAAAAdwAAAAAAbgAAAAAAewAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAA version: 6 4,0: ind: 4,0 - tiles: WQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAdQAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAATQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAATQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: WwAAAAAAWwAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAbgAAAAAAdwAAAAAAbgAAAAAAbgAAAAAAewAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAATQAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAATQAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATQAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 5,-1: ind: 5,-1 - tiles: eQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAANwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAANwAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAANwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAANwAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAANwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAANwAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAANwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAANwAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAALAAAAAAALAAAAAAALAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: ewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAANwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAANwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAANwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAANwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAANwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAANwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAANwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAANwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 5,0: ind: 5,0 - tiles: eQAAAAAALAAAAAAALAAAAAAALAAAAAAAeQAAAAAAKgAAAAAAKgAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: ewAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAKgAAAAAAKgAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,-2: ind: 4,-2 - tiles: WQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAASwAAAAAASwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAASwAAAAAAWQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAASwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAASwAAAAAAWQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAWQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAA + tiles: WwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAASwAAAAAASwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAASwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAASwAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAASwAAAAAAWwAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAASwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAASwAAAAAAWwAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAASwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAA version: 6 5,-2: ind: 5,-2 - tiles: WQAAAAAASwAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAHQAAAAAASwAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAALQAAAAAASwAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAHQAAAAAASwAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAALQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAALQAAAAAALQAAAAAALQAAAAAAHQAAAAAAHQAAAAAALQAAAAAAHQAAAAAAHQAAAAAALQAAAAAALQAAAAAAaAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAASwAAAAAASwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAASwAAAAAASwAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: WwAAAAAASwAAAAAAHQAAAAAAWwAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAHQAAAAAASwAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAALQAAAAAASwAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAHQAAAAAASwAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAALQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAALQAAAAAALQAAAAAALQAAAAAAHQAAAAAAHQAAAAAALQAAAAAAHQAAAAAAHQAAAAAALQAAAAAALQAAAAAAagAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAASwAAAAAASwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAASwAAAAAASwAAAAAAWwAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAWwAAAAAASwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 5,-3: ind: 5,-3 - tiles: eQAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAEwAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAdgAAAAAAEwAAAAAAeQAAAAAAaAAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAWQAAAAAAeQAAAAAAWQAAAAAALQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAALQAAAAAALQAAAAAALQAAAAAAHQAAAAAAHQAAAAAALQAAAAAAHQAAAAAAHQAAAAAALQAAAAAALQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAALQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAASwAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAHQAAAAAALQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: ewAAAAAAeAAAAAAAewAAAAAAewAAAAAAeAAAAAAAEwAAAAAAeAAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAeAAAAAAAEwAAAAAAewAAAAAAagAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAeAAAAAAAewAAAAAAewAAAAAAeAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAASwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAASwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAASwAAAAAAWwAAAAAAewAAAAAAWwAAAAAALQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAALQAAAAAALQAAAAAALQAAAAAAHQAAAAAAHQAAAAAALQAAAAAAHQAAAAAAHQAAAAAALQAAAAAALQAAAAAAewAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAASwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAASwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAALQAAAAAAWwAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAASwAAAAAAHQAAAAAAWwAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAHQAAAAAALQAAAAAAWwAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,-3: ind: 4,-3 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAALAAAAAAALAAAAAAALAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAKgAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAKgAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAKgAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAA + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAKgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAKgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAKgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAASwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAASwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAATAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAATAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAA version: 6 3,-3: ind: 3,-3 - tiles: XgAAAAAAXgAAAAAAXgAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAeQAAAAAAWQAAAAAAXgAAAAAAXgAAAAAASgAAAAAAFwAAAAAASgAAAAAAFwAAAAAASgAAAAAASgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAASgAAAAAASgAAAAAASgAAAAAAeQAAAAAAWQAAAAAAXgAAAAAAXgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAASgAAAAAAFwAAAAAAeQAAAAAAWQAAAAAAXgAAAAAAXgAAAAAAFwAAAAAASgAAAAAASgAAAAAASgAAAAAAFwAAAAAAFwAAAAAASgAAAAAASgAAAAAASgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAFwAAAAAASgAAAAAASgAAAAAASgAAAAAAFwAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAeQAAAAAAWQAAAAAAXgAAAAAAXgAAAAAAFwAAAAAAFwAAAAAASgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAeQAAAAAAWQAAAAAAXgAAAAAAXgAAAAAASgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAASgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAeQAAAAAAWQAAAAAAXgAAAAAAXgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAFwAAAAAAFwAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAeQAAAAAAWQAAAAAAXgAAAAAAXgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAASwAAAAAASwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATAAAAAAAWQAAAAAA + tiles: YAAAAAAAYAAAAAAAYAAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAewAAAAAAWwAAAAAAYAAAAAAAYAAAAAAASgAAAAAAFwAAAAAASgAAAAAAFwAAAAAASgAAAAAASgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAASgAAAAAASgAAAAAASgAAAAAAewAAAAAAWwAAAAAAYAAAAAAAYAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAASgAAAAAAFwAAAAAAewAAAAAAWwAAAAAAYAAAAAAAYAAAAAAAFwAAAAAASgAAAAAASgAAAAAASgAAAAAAFwAAAAAAFwAAAAAASgAAAAAASgAAAAAASgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAFwAAAAAASgAAAAAASgAAAAAASgAAAAAAFwAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAewAAAAAAWwAAAAAAYAAAAAAAYAAAAAAAFwAAAAAAFwAAAAAASgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAewAAAAAAWwAAAAAAYAAAAAAAYAAAAAAASgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAASgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAewAAAAAAWwAAAAAAYAAAAAAAYAAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAFwAAAAAAFwAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAewAAAAAAWwAAAAAAYAAAAAAAYAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAASwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAASwAAAAAASwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAATAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAATAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAATAAAAAAAWwAAAAAA version: 6 2,-3: ind: 2,-3 - tiles: WQAAAAAAWQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAASwAAAAAAWQAAAAAALQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAALQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAaAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAWQAAAAAALQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAATAAAAAAASwAAAAAAeQAAAAAAeAAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAHQAAAAAASwAAAAAAeQAAAAAASgAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAASwAAAAAAeQAAAAAASgAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAALQAAAAAAWQAAAAAAeQAAAAAAFwAAAAAAWQAAAAAAWQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAWQAAAAAALQAAAAAAWQAAAAAAWQAAAAAAFwAAAAAAWQAAAAAAWQAAAAAAeQAAAAAATQAAAAAATQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAATQAAAAAATQAAAAAATQAAAAAAWQAAAAAALQAAAAAAWQAAAAAAWQAAAAAAFwAAAAAAWQAAAAAAWQAAAAAAeQAAAAAATQAAAAAATQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAATQAAAAAATQAAAAAATQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAASgAAAAAATAAAAAAAWQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAASgAAAAAAWQAAAAAASwAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAALQAAAAAAWQAAAAAAeQAAAAAASgAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAWQAAAAAAWQAAAAAATAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAA + tiles: WwAAAAAAWwAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAASwAAAAAAWwAAAAAALQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAewAAAAAAWwAAAAAAWwAAAAAALQAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAagAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAWwAAAAAALQAAAAAAWwAAAAAAewAAAAAAewAAAAAATAAAAAAASwAAAAAAewAAAAAAegAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAegAAAAAAewAAAAAAWwAAAAAAHQAAAAAASwAAAAAAewAAAAAASgAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAHQAAAAAASwAAAAAAewAAAAAASgAAAAAAWwAAAAAAWwAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAATQAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAWwAAAAAALQAAAAAAWwAAAAAAewAAAAAAFwAAAAAAWwAAAAAAWwAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAWwAAAAAALQAAAAAAWwAAAAAAWwAAAAAAFwAAAAAAWwAAAAAAWwAAAAAAewAAAAAATQAAAAAATQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAATQAAAAAATQAAAAAATQAAAAAAWwAAAAAALQAAAAAAWwAAAAAAWwAAAAAAFwAAAAAAWwAAAAAAWwAAAAAAewAAAAAATQAAAAAATQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAATQAAAAAATQAAAAAATQAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAewAAAAAASgAAAAAATAAAAAAAWwAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAewAAAAAASgAAAAAAWwAAAAAASwAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAALQAAAAAAWwAAAAAAewAAAAAASgAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAASwAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAASwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAASwAAAAAAWwAAAAAAWwAAAAAATAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAATAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAATAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAA version: 6 1,-3: ind: 1,-3 - tiles: FgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAASwAAAAAAFgAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAFgAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAFgAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAFgAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAFgAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAMwAAAAAAeQAAAAAAMwAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAFgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAFgAAAAAAFgAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAeQAAAAAAWQAAAAAAFgAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAMwAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAMwAAAAAAeQAAAAAAWQAAAAAAFgAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAMwAAAAAANAAAAAAAeQAAAAAAeQAAAAAANAAAAAAAMwAAAAAAeQAAAAAAWQAAAAAANQAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAMwAAAAAANAAAAAAAeQAAAAAAeQAAAAAANAAAAAAAMwAAAAAAMwAAAAAAWQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAAAAAAAAAeQAAAAAAMwAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAMwAAAAAAeQAAAAAAWQAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAAAAAAAAAeQAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAeQAAAAAAWQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAFgAAAAAAFgAAAAAAFgAAAAAANQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAATAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAA + tiles: FgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAASwAAAAAAFgAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAWwAAAAAAFgAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAWwAAAAAAFgAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAWwAAAAAAFgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAWwAAAAAAFgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAMwAAAAAAewAAAAAAMwAAAAAAewAAAAAAAAAAAAAAewAAAAAAWwAAAAAAFgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAFgAAAAAAFgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAWwAAAAAAFgAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAMwAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAMwAAAAAAewAAAAAAWwAAAAAAFgAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAMwAAAAAANAAAAAAAewAAAAAAewAAAAAANAAAAAAAMwAAAAAAewAAAAAAWwAAAAAANQAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAMwAAAAAANAAAAAAAewAAAAAAewAAAAAANAAAAAAAMwAAAAAAMwAAAAAAWwAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAAAAAAAAAewAAAAAAMwAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAMwAAAAAAewAAAAAAWwAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAAAAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAWwAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAASwAAAAAAFgAAAAAAFgAAAAAAFgAAAAAANQAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAATAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAA version: 6 6,-2: ind: 6,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAHQAAAAAAHQAAAAAALQAAAAAAHQAAAAAAHQAAAAAALQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAASwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAHQAAAAAAHQAAAAAALQAAAAAAHQAAAAAAHQAAAAAALQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAASwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAWwAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAASwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 6,-3: ind: 6,-3 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAfAAAAAAAewAAAAAAewAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAHQAAAAAAHQAAAAAALQAAAAAAHQAAAAAAHQAAAAAALQAAAAAAWQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAASwAAAAAASwAAAAAASwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAASwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAHQAAAAAAHQAAAAAALQAAAAAAHQAAAAAAHQAAAAAALQAAAAAAWwAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAegAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAASwAAAAAASwAAAAAASwAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAWwAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,-4: ind: 2,-4 - tiles: HQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAPgAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAPgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAPgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAJgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAPgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAPgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAJgAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAATAAAAAAAWQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAXgAAAAAASwAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAXgAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAWQAAAAAASwAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAATAAAAAAAWQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAASwAAAAAAWQAAAAAALQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAA + tiles: HQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAPgAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAPgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAPgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAJgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAPgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAPgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAHQAAAAAAHQAAAAAAJgAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAATAAAAAAAWwAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAWwAAAAAAWwAAAAAAYAAAAAAASwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAWwAAAAAAYAAAAAAAWwAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAAAewAAAAAAHQAAAAAAWwAAAAAASwAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAATAAAAAAAWwAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAASwAAAAAAWwAAAAAALQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAA version: 6 3,-4: ind: 3,-4 - tiles: WQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAATQAAAAAATQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAHQAAAAAAJgAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAJgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAJgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAJgAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAJgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAJgAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAJgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAJgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAHQAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAHQAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAJgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAA + tiles: WwAAAAAAewAAAAAAHQAAAAAAHQAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAATQAAAAAATQAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAHQAAAAAAJgAAAAAAHQAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATQAAAAAATQAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAJgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAJgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAJgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAJgAAAAAAHQAAAAAAewAAAAAAHQAAAAAAJgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAJgAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAHQAAAAAAJgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAJgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAagAAAAAAewAAAAAAagAAAAAAHQAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAagAAAAAAHQAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHQAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAJgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAA version: 6 2,-5: ind: 2,-5 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAbAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdgAAAAAAMgAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAdgAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdgAAAAAAMgAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAdgAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdgAAAAAAMgAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAPgAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAPgAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAA + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAQAAAAAAAHQAAAAAAewAAAAAAHQAAAAAAQAAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAHQAAAAAAQAAAAAAAHQAAAAAAewAAAAAAHQAAAAAAQAAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAMgAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAMgAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAMgAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAPgAAAAAAPgAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAPgAAAAAAPgAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAPgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAPgAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAPgAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAA version: 6 3,-5: ind: 3,-5 - tiles: HQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAdgAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAATQAAAAAATQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAA + tiles: HQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAeAAAAAAAeAAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAATQAAAAAATQAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAeAAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAHQAAAAAAHQAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAA version: 6 4,-4: ind: 4,-4 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAdQAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAdgAAAAAAEwAAAAAAaAAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAdQAAAAAAeQAAAAAAdgAAAAAAaAAAAAAAeQAAAAAAEwAAAAAAdgAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAbAAAAAAAdQAAAAAAbAAAAAAAbAAAAAAAdQAAAAAAbAAAAAAAdQAAAAAA + tiles: ewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAHQAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAHQAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAeAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAdwAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAeAAAAAAAEwAAAAAAagAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAdwAAAAAAewAAAAAAeAAAAAAAagAAAAAAewAAAAAAEwAAAAAAeAAAAAAAewAAAAAAagAAAAAAewAAAAAAbgAAAAAAdwAAAAAAbgAAAAAAbgAAAAAAdwAAAAAAbgAAAAAAdwAAAAAA version: 6 4,-5: ind: 4,-5 - tiles: eAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAdgAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAA + tiles: egAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeAAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAA version: 6 1,-5: ind: 1,-5 - tiles: eQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAPgAAAAAAPgAAAAAAdgAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAPgAAAAAAPgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAPgAAAAAAPgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAPgAAAAAAPgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAWQAAAAAATAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAASwAAAAAASwAAAAAAWQAAAAAAWQAAAAAATAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMgAAAAAAMgAAAAAASwAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAMgAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAATAAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAA + tiles: ewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAPgAAAAAAPgAAAAAAeAAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAPgAAAAAAPgAAAAAAeAAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAPgAAAAAAPgAAAAAAeAAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAeAAAAAAAeAAAAAAAPgAAAAAAPgAAAAAAeAAAAAAAewAAAAAAewAAAAAAWwAAAAAATAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAASwAAAAAASwAAAAAAWwAAAAAAWwAAAAAATAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAASwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAATAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAASwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAMgAAAAAAMgAAAAAASwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAMgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAWwAAAAAATAAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAA version: 6 1,-4: ind: 1,-4 - tiles: eAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAHQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAATAAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAATAAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAA + tiles: egAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAWwAAAAAAWwAAAAAASwAAAAAAHQAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAWwAAAAAATAAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAASwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAWwAAAAAAWwAAAAAASwAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAWwAAAAAATAAAAAAAWwAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAASwAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAA version: 6 5,-5: ind: 5,-5 - tiles: AAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAEQAAAAAAHQAAAAAAWQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAEQAAAAAAHQAAAAAAWQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAEQAAAAAAHQAAAAAAWQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAEQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAEQAAAAAAHQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAA + tiles: AAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAagAAAAAAewAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAWwAAAAAAHQAAAAAAEQAAAAAAHQAAAAAAWwAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAWwAAAAAAHQAAAAAAEQAAAAAAHQAAAAAAWwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAWwAAAAAAHQAAAAAAEQAAAAAAHQAAAAAAWwAAAAAAegAAAAAAegAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAWwAAAAAAHQAAAAAAEQAAAAAAHQAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAWwAAAAAAHQAAAAAAEQAAAAAAHQAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAHQAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAA version: 6 5,-4: ind: 5,-4 - tiles: eQAAAAAAHQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAHQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAHQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAdgAAAAAAEwAAAAAAeQAAAAAAEwAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAEwAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAdgAAAAAAEwAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAEwAAAAAAEwAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAEwAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAdgAAAAAAaAAAAAAAaAAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAA + tiles: ewAAAAAAHQAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAHQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAHQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAHQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAHQAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAeAAAAAAAEwAAAAAAewAAAAAAEwAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAEwAAAAAAeAAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAHQAAAAAAHQAAAAAAewAAAAAAeAAAAAAAEwAAAAAAewAAAAAAewAAAAAAeAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAEwAAAAAAEwAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAEwAAAAAAewAAAAAAeAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAeAAAAAAAewAAAAAAeAAAAAAAagAAAAAAagAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAA version: 6 3,-6: ind: 3,-6 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAA + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAA version: 6 2,-6: ind: 2,-6 - tiles: TQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAATQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAATQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAATQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAATQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAATQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAATQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAbAAAAAAAbAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAbAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAA + tiles: TQAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAATQAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAATQAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAATQAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAATQAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAATQAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAATQAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAbgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAQAAAAAAAHQAAAAAAewAAAAAAHQAAAAAAQAAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAA version: 6 1,-6: ind: 1,-6 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAATQAAAAAATQAAAAAAMwAAAAAAMwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMwAAAAAAMwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAATQAAAAAATQAAAAAANAAAAAAAMwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAATQAAAAAATQAAAAAANAAAAAAAMwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAARwAAAAAAMwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAATQAAAAAATQAAAAAANAAAAAAAMwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAATQAAAAAATQAAAAAANAAAAAAAMwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAANAAAAAAAMwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAATQAAAAAATQAAAAAAMwAAAAAAMwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAA + tiles: ewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAATQAAAAAATQAAAAAAMwAAAAAAMwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAATQAAAAAATQAAAAAANAAAAAAAMwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAATQAAAAAATQAAAAAANAAAAAAAMwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAARwAAAAAAMwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAATQAAAAAATQAAAAAANAAAAAAAMwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAATQAAAAAATQAAAAAANAAAAAAAMwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAANAAAAAAAMwAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAbgAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAATQAAAAAATQAAAAAAMwAAAAAAMwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAATQAAAAAATQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAA version: 6 0,-6: ind: 0,-6 - tiles: dgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMwAAAAAAMwAAAAAANAAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAdgAAAAAAeQAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAARgAAAAAAMwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAMwAAAAAAMwAAAAAANAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAARwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMwAAAAAAMwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMwAAAAAAMwAAAAAANAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAANAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAANAAAAAAAMwAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAMwAAAAAAMwAAAAAANAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAANAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAANAAAAAAAMwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMwAAAAAAMwAAAAAANAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAANAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAANAAAAAAAMwAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAMwAAAAAAMwAAAAAANAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAANAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAANAAAAAAAMwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMwAAAAAAMwAAAAAARwAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAARwAAAAAANAAAAAAARgAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAARgAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAANAAAAAAAMwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMwAAAAAAeQAAAAAAGgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAANAAAAAAAMwAAAAAAeQAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAeQAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMwAAAAAAeQAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAeQAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAHQAAAAAAWQAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAeQAAAAAAeQAAAAAAaAAAAAAALQAAAAAAWQAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAeQAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAWQAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAANAAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: eAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAANAAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAeAAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAARgAAAAAAMwAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAMwAAAAAAMwAAAAAANAAAAAAAewAAAAAAewAAAAAAewAAAAAARwAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAANAAAAAAAewAAAAAAewAAAAAAewAAAAAANAAAAAAAewAAAAAAewAAAAAAewAAAAAANAAAAAAAMwAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAMwAAAAAAMwAAAAAANAAAAAAAewAAAAAAewAAAAAAewAAAAAANAAAAAAAewAAAAAAewAAAAAAewAAAAAANAAAAAAAMwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAANAAAAAAAewAAAAAAewAAAAAAewAAAAAANAAAAAAAewAAAAAAewAAAAAAewAAAAAANAAAAAAAMwAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAMwAAAAAAMwAAAAAANAAAAAAAewAAAAAAewAAAAAAewAAAAAANAAAAAAAewAAAAAAewAAAAAAewAAAAAANAAAAAAAMwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAARwAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAARwAAAAAANAAAAAAARgAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAARgAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAANAAAAAAAMwAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAAewAAAAAAGgAAAAAAewAAAAAAewAAAAAAewAAAAAANAAAAAAAMwAAAAAAewAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAewAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAAewAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAewAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAagAAAAAAewAAAAAAagAAAAAAHQAAAAAAWwAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAewAAAAAAewAAAAAAagAAAAAALQAAAAAAWwAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAewAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAWwAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAANAAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAewAAAAAAewAAAAAAewAAAAAA version: 6 0,-5: ind: 0,-5 - tiles: HQAAAAAAWQAAAAAAeQAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAeQAAAAAAeQAAAAAAaAAAAAAALQAAAAAAWQAAAAAAeQAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAeQAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAASwAAAAAAWQAAAAAATAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAZgAAAAAAZgAAAAAAeQAAAAAAeQAAAAAAXgAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAXgAAAAAAWQAAAAAAeQAAAAAAWQAAAAAATAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAXgAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAA + tiles: HQAAAAAAWwAAAAAAewAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAewAAAAAAewAAAAAAagAAAAAALQAAAAAAWwAAAAAAewAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAewAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAewAAAAAAewAAAAAAagAAAAAAHQAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAASwAAAAAAWwAAAAAATAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAATAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAagAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAaAAAAAAAaAAAAAAAewAAAAAAewAAAAAAYAAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAASwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAYAAAAAAAWwAAAAAAewAAAAAAWwAAAAAATAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAYAAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAASwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 4,-6: ind: 4,-6 - tiles: eAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAA + tiles: egAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAA version: 6 -1,-5: ind: -1,-5 - tiles: aAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAeQAAAAAAMwAAAAAAMwAAAAAARgAAAAAAMwAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAeQAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAeQAAAAAAWQAAAAAALAAAAAAALAAAAAAALAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAGgAAAAAAGgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAALAAAAAAALAAAAAAALAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAALAAAAAAALAAAAAAALAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATAAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZgAAAAAAZgAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATAAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAHQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAA + tiles: agAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAewAAAAAAMwAAAAAAMwAAAAAARgAAAAAAMwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAWwAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAagAAAAAAewAAAAAAGgAAAAAAGgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAASwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAATAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAATAAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAASwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAaAAAAAAAaAAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAATAAAAAAAWwAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAHQAAAAAASwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAA version: 6 -1,-6: ind: -1,-6 - tiles: eQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAMwAAAAAARgAAAAAANAAAAAAAeQAAAAAARgAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAEwAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAMwAAAAAAMwAAAAAANAAAAAAAMwAAAAAAMwAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAMwAAAAAAMwAAAAAANAAAAAAAMwAAAAAAMwAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAANAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMwAAAAAARgAAAAAARwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAeQAAAAAAMwAAAAAANAAAAAAAMwAAAAAAdgAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAMwAAAAAAMwAAAAAANAAAAAAAMwAAAAAARgAAAAAAMwAAAAAAeQAAAAAAMwAAAAAANAAAAAAANAAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMwAAAAAAMwAAAAAANAAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAeQAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAEwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAARgAAAAAAMwAAAAAANAAAAAAAMwAAAAAARgAAAAAAMwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMwAAAAAANAAAAAAANAAAAAAANAAAAAAARwAAAAAANAAAAAAANAAAAAAANAAAAAAAMwAAAAAAMwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMwAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAARwAAAAAAMwAAAAAAMwAAAAAAeQAAAAAAeQAAAAAAMwAAAAAANAAAAAAAMwAAAAAAeQAAAAAAMwAAAAAANAAAAAAAGgAAAAAAGgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMwAAAAAAeQAAAAAAeQAAAAAAMwAAAAAANAAAAAAAMwAAAAAAeQAAAAAAMwAAAAAARwAAAAAAGgAAAAAAGgAAAAAAeQAAAAAARgAAAAAANAAAAAAANAAAAAAAMwAAAAAAMwAAAAAAeQAAAAAAeQAAAAAAMwAAAAAANAAAAAAAMwAAAAAAeQAAAAAARgAAAAAARwAAAAAAGgAAAAAAGgAAAAAAeQAAAAAAMwAAAAAANAAAAAAARgAAAAAAeQAAAAAAMwAAAAAAeQAAAAAAeQAAAAAAMwAAAAAANAAAAAAAMwAAAAAAeQAAAAAAeQAAAAAAGgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMwAAAAAANAAAAAAAMwAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAANAAAAAAAeQAAAAAAeQAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAeQAAAAAAMwAAAAAANAAAAAAANAAAAAAAMwAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAeQAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAeQAAAAAAWQAAAAAA + tiles: ewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAMwAAAAAARgAAAAAANAAAAAAAewAAAAAARgAAAAAAewAAAAAAPgAAAAAAPgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAEwAAAAAAewAAAAAAewAAAAAAagAAAAAAMwAAAAAAMwAAAAAANAAAAAAAMwAAAAAAMwAAAAAAewAAAAAAPgAAAAAAPgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAMwAAAAAAMwAAAAAANAAAAAAAMwAAAAAAMwAAAAAAewAAAAAAPgAAAAAAPgAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAANAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAARgAAAAAARwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAMwAAAAAANAAAAAAAMwAAAAAAeAAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAMwAAAAAAMwAAAAAANAAAAAAAMwAAAAAARgAAAAAAMwAAAAAAewAAAAAAMwAAAAAANAAAAAAANAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAANAAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAEwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAARgAAAAAAMwAAAAAANAAAAAAAMwAAAAAARgAAAAAAMwAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAANAAAAAAANAAAAAAANAAAAAAARwAAAAAANAAAAAAANAAAAAAANAAAAAAAMwAAAAAAMwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAARwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAewAAAAAAMwAAAAAANAAAAAAAMwAAAAAAewAAAAAAMwAAAAAANAAAAAAAGgAAAAAAGgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAAewAAAAAAewAAAAAAMwAAAAAANAAAAAAAMwAAAAAAewAAAAAAMwAAAAAARwAAAAAAGgAAAAAAGgAAAAAAewAAAAAARgAAAAAANAAAAAAANAAAAAAAMwAAAAAAMwAAAAAAewAAAAAAewAAAAAAMwAAAAAANAAAAAAAMwAAAAAAewAAAAAARgAAAAAARwAAAAAAGgAAAAAAGgAAAAAAewAAAAAAMwAAAAAANAAAAAAARgAAAAAAewAAAAAAMwAAAAAAewAAAAAAewAAAAAAMwAAAAAANAAAAAAAMwAAAAAAewAAAAAAewAAAAAAGgAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAANAAAAAAAMwAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAANAAAAAAAewAAAAAAewAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAewAAAAAAMwAAAAAANAAAAAAANAAAAAAAMwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAWwAAAAAA version: 6 0,-7: ind: 0,-7 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAMwAAAAAARgAAAAAANAAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAMwAAAAAAMwAAAAAANAAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAMwAAAAAAMwAAAAAANAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAMwAAAAAAMwAAAAAANAAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAMwAAAAAAMwAAAAAANAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMwAAAAAAMwAAAAAANAAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMwAAAAAAMwAAAAAANAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAMwAAAAAARgAAAAAANAAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAMwAAAAAAMwAAAAAANAAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAMwAAAAAAMwAAAAAANAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAMwAAAAAAMwAAAAAANAAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAMwAAAAAAMwAAAAAANAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAANAAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAANAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAA version: 6 -1,-7: ind: -1,-7 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAMwAAAAAAeQAAAAAANAAAAAAARgAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAANAAAAAAANAAAAAAAMwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAARwAAAAAAeQAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAeQAAAAAAMwAAAAAAeQAAAAAAMwAAAAAARgAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAARwAAAAAAMwAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAARwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAEwAAAAAAdgAAAAAAeQAAAAAAMwAAAAAAMwAAAAAAMwAAAAAANAAAAAAAMwAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAdgAAAAAAdgAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAMwAAAAAAewAAAAAANAAAAAAARgAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAANAAAAAAANAAAAAAAMwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAARwAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAMwAAAAAAewAAAAAAMwAAAAAARgAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAARwAAAAAAMwAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAARwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAEwAAAAAAeAAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAANAAAAAAAMwAAAAAAewAAAAAAPgAAAAAAPgAAAAAAeAAAAAAAeAAAAAAA version: 6 -2,-7: ind: -2,-7 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAGgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAGgAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAAeQAAAAAAGgAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAGgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAHAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAHAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAdgAAAAAAeQAAAAAAEwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAEwAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAGgAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAGgAAAAAAGgAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAEwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAewAAAAAAewAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAXAAAAAAAWQAAAAAAWQAAAAAAdgAAAAAAdgAAAAAAEwAAAAAAdgAAAAAAdgAAAAAAewAAAAAAewAAAAAAEwAAAAAAdgAAAAAAdgAAAAAAEwAAAAAAdgAAAAAAdgAAAAAAbAAAAAAAXAAAAAAAWQAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAewAAAAAAdgAAAAAAeQAAAAAA + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAGgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAGgAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAGgAAAAAAewAAAAAAGgAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAGgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAHAAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAHAAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAeAAAAAAAewAAAAAAEwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAEwAAAAAAfQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAGgAAAAAAewAAAAAAHQAAAAAAewAAAAAAeAAAAAAAeAAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAGgAAAAAAGgAAAAAAewAAAAAAHQAAAAAAHQAAAAAAEwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAfQAAAAAAfQAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAXgAAAAAAWwAAAAAAWwAAAAAAeAAAAAAAeAAAAAAAEwAAAAAAeAAAAAAAeAAAAAAAfQAAAAAAfQAAAAAAEwAAAAAAeAAAAAAAeAAAAAAAEwAAAAAAeAAAAAAAeAAAAAAAbgAAAAAAXgAAAAAAWwAAAAAAewAAAAAAeAAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAfQAAAAAAeAAAAAAAewAAAAAA version: 6 -2,-6: ind: -2,-6 - tiles: bAAAAAAAXAAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAbAAAAAAAXAAAAAAAWQAAAAAAeQAAAAAAKgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAEwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAEwAAAAAAXAAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAKgAAAAAAbAAAAAAAbAAAAAAAbQAAAAAAbQAAAAAAbAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAKgAAAAAAbAAAAAAAbAAAAAAAbQAAAAAAbQAAAAAAbAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAWQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAANwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAANwAAAAAANwAAAAAAeQAAAAAAWQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAANwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAANwAAAAAANwAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAANwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAANwAAAAAANwAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAANwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAANwAAAAAANwAAAAAAeQAAAAAAWQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAANwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAANwAAAAAANwAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAANwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAANwAAAAAANwAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: bgAAAAAAXgAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAbgAAAAAAXgAAAAAAWwAAAAAAewAAAAAAKgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAEwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAEwAAAAAAXgAAAAAAWwAAAAAAWwAAAAAAewAAAAAAKgAAAAAAbgAAAAAAbgAAAAAAbwAAAAAAbwAAAAAAbgAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAKgAAAAAAbgAAAAAAbgAAAAAAbwAAAAAAbwAAAAAAbgAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAeAAAAAAAewAAAAAAeAAAAAAAeAAAAAAAewAAAAAAWwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAANwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAANwAAAAAANwAAAAAAewAAAAAAWwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAANwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAANwAAAAAANwAAAAAAewAAAAAAWwAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAANwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAANwAAAAAANwAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAANwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAANwAAAAAANwAAAAAAewAAAAAAWwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAANwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAANwAAAAAANwAAAAAAewAAAAAAWwAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAANwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAANwAAAAAANwAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAA version: 6 -2,-5: ind: -2,-5 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAATAAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAALQAAAAAALQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAATAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAWQAAAAAALAAAAAAAeQAAAAAAWQAAAAAALQAAAAAALQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAALQAAAAAALQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAWQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATAAAAAAAaAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATAAAAAAAWQAAAAAAWQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAASwAAAAAASwAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAMgAAAAAAMgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAMgAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAATAAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAA + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAAAewAAAAAAagAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAATAAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAWwAAAAAALQAAAAAALQAAAAAAWwAAAAAAewAAAAAAWwAAAAAATAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAWwAAAAAALAAAAAAAewAAAAAAWwAAAAAALQAAAAAALQAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAWwAAAAAALQAAAAAALQAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAASwAAAAAAWwAAAAAASwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAASwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAATAAAAAAAagAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAATAAAAAAAWwAAAAAAWwAAAAAASwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAATAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAASwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAASwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAASwAAAAAASwAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAMgAAAAAAMgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAMgAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAWwAAAAAATAAAAAAAWwAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAASwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 -3,-6: ind: -3,-6 - tiles: aAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAWQAAAAAAXAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAWQAAAAAAXAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAXAAAAAAAXAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAXgAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAWQAAAAAAXgAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAWQAAAAAAXgAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAASwAAAAAAdQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAASwAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAWQAAAAAA + tiles: agAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAWwAAAAAAXgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAWwAAAAAAXgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAWwAAAAAAWwAAAAAAXgAAAAAAXgAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAYAAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAWwAAAAAAYAAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAWwAAAAAAYAAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAASwAAAAAAdwAAAAAASwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAASwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAWwAAAAAA version: 6 -3,-7: ind: -3,-7 - tiles: eQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAGgAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAGgAAAAAAGgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAGgAAAAAAGgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAGgAAAAAAeQAAAAAAHAAAAAAAHAAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAHAAAAAAAHAAAAAAAHAAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAGgAAAAAAHAAAAAAAeQAAAAAAHAAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAGgAAAAAAHAAAAAAAHAAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAGgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAXAAAAAAAXAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAXAAAAAAAbAAAAAAAbAAAAAAA + tiles: ewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAGgAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAewAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAGgAAAAAAGgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAGgAAAAAAGgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAGgAAAAAAewAAAAAAHAAAAAAAHAAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAHAAAAAAAHAAAAAAAHAAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAGgAAAAAAHAAAAAAAewAAAAAAHAAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAGgAAAAAAHAAAAAAAHAAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAGgAAAAAAewAAAAAAewAAAAAAewAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAWwAAAAAAWwAAAAAAXgAAAAAAXgAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAXgAAAAAAbgAAAAAAbgAAAAAA version: 6 -3,-5: ind: -3,-5 - tiles: eQAAAAAAaAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAASwAAAAAAdQAAAAAASwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAASwAAAAAAdQAAAAAASwAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAARgAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAANgAAAAAANgAAAAAANgAAAAAAeQAAAAAAeQAAAAAARgAAAAAARgAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAARgAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAARgAAAAAARgAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAPgAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAaAAAAAAARgAAAAAARgAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAPgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAPgAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAaAAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAaAAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAaAAAAAAAeQAAAAAA + tiles: ewAAAAAAagAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAASwAAAAAAdwAAAAAASwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAASwAAAAAAdwAAAAAASwAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAewAAAAAAewAAAAAAYgAAAAAAewAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAARgAAAAAAewAAAAAAewAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAANgAAAAAANgAAAAAANgAAAAAAewAAAAAAewAAAAAARgAAAAAARgAAAAAAewAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAARgAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAARgAAAAAARgAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAPgAAAAAAewAAAAAAeAAAAAAAeAAAAAAAewAAAAAAagAAAAAARgAAAAAARgAAAAAAewAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAPgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAPgAAAAAAewAAAAAAeAAAAAAAeAAAAAAAewAAAAAAagAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAHQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAagAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAagAAAAAAewAAAAAA version: 6 -2,-4: ind: -2,-4 - tiles: aAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAWQAAAAAATAAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAeQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAeQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAATAAAAAAAWQAAAAAAWQAAAAAATAAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAANQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAANQAAAAAANQAAAAAAWQAAAAAASwAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAATAAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAA + tiles: agAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAagAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAAAWwAAAAAATAAAAAAAWwAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAewAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAewAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAASwAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAATAAAAAAAWwAAAAAAWwAAAAAATAAAAAAAWwAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAANQAAAAAASwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAANQAAAAAANQAAAAAAWwAAAAAASwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAATAAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAA version: 6 -3,-4: ind: -3,-4 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAANgAAAAAAbAAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAWQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAASwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAATQAAAAAANgAAAAAATQAAAAAATQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAHgAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAHgAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAA + tiles: ewAAAAAAewAAAAAAewAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAewAAAAAAbgAAAAAAbgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAewAAAAAAbgAAAAAAbgAAAAAANgAAAAAAbgAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAWwAAAAAAHQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAWwAAAAAAHQAAAAAAewAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAewAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAewAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAewAAAAAAHQAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAewAAAAAAHQAAAAAAWwAAAAAAHQAAAAAAWwAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAASwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAHQAAAAAAWwAAAAAAHQAAAAAAWwAAAAAATQAAAAAANgAAAAAATQAAAAAATQAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAAAewAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAHgAAAAAAHQAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAHgAAAAAAHQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAA version: 6 -4,-4: ind: -4,-4 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAATQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAaAAAAAAAeQAAAAAAeAAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeAAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAATQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAbAAAAAAAWQAAAAAAWQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAHQAAAAAAHgAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAHQAAAAAAHgAAAAAA + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAHQAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAegAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAATQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAagAAAAAAewAAAAAAegAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAegAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAATQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAbgAAAAAAWwAAAAAAWwAAAAAAagAAAAAAewAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAHQAAAAAAHgAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAHQAAAAAAHgAAAAAA version: 6 -4,-5: ind: -4,-5 - tiles: eQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAANgAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAARgAAAAAARgAAAAAARgAAAAAARgAAAAAAeQAAAAAAYAAAAAAAYAAAAAAATgAAAAAAYAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAARgAAAAAARgAAAAAARgAAAAAAeQAAAAAAYAAAAAAAYAAAAAAATgAAAAAAYAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAARgAAAAAARgAAAAAARgAAAAAAeQAAAAAAYAAAAAAAYAAAAAAATgAAAAAAYAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAARgAAAAAAeQAAAAAAeQAAAAAARgAAAAAARgAAAAAARgAAAAAARgAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAARgAAAAAARgAAAAAARgAAAAAAeQAAAAAARgAAAAAARgAAAAAARgAAAAAARgAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAARgAAAAAARgAAAAAARgAAAAAAeQAAAAAARgAAAAAARgAAAAAARgAAAAAARgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAARgAAAAAAeQAAAAAARgAAAAAAeQAAAAAARgAAAAAARgAAAAAARgAAAAAARgAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAARgAAAAAARgAAAAAARgAAAAAARgAAAAAARgAAAAAARgAAAAAARgAAAAAARgAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAARgAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAA + tiles: ewAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATQAAAAAANgAAAAAATQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAARgAAAAAARgAAAAAARgAAAAAARgAAAAAAewAAAAAAYgAAAAAAYgAAAAAATgAAAAAAYgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAARgAAAAAARgAAAAAARgAAAAAAewAAAAAAYgAAAAAAYgAAAAAATgAAAAAAYgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAARgAAAAAARgAAAAAARgAAAAAAewAAAAAAYgAAAAAAYgAAAAAATgAAAAAAYgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAARgAAAAAAewAAAAAAewAAAAAARgAAAAAARgAAAAAARgAAAAAARgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAARgAAAAAARgAAAAAARgAAAAAAewAAAAAARgAAAAAARgAAAAAARgAAAAAARgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAARgAAAAAARgAAAAAARgAAAAAAewAAAAAARgAAAAAARgAAAAAARgAAAAAARgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAARgAAAAAAewAAAAAARgAAAAAAewAAAAAARgAAAAAARgAAAAAARgAAAAAARgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAARgAAAAAARgAAAAAARgAAAAAARgAAAAAARgAAAAAARgAAAAAARgAAAAAARgAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAARgAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAA version: 6 -4,-6: ind: -4,-6 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAawAAAAAAewAAAAAAawAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAA version: 6 -3,-3: ind: -3,-3 - tiles: HgAAAAAAHQAAAAAAeQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAASwAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAALQAAAAAALQAAAAAALQAAAAAAHQAAAAAAHQAAAAAALQAAAAAAHQAAAAAAHQAAAAAALQAAAAAALQAAAAAALQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAWQAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAWQAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAASwAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAbAAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbAAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAbAAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbAAAAAAAeQAAAAAAWQAAAAAA + tiles: HgAAAAAAHQAAAAAAewAAAAAASwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAASwAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAWwAAAAAASwAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAASwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAASwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAALQAAAAAALQAAAAAALQAAAAAAHQAAAAAAHQAAAAAALQAAAAAAHQAAAAAAHQAAAAAALQAAAAAALQAAAAAALQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAASwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAWwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAWwAAAAAAbgAAAAAAbgAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAWwAAAAAAbgAAAAAAbgAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAASwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAbgAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbgAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAbgAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbgAAAAAAewAAAAAAWwAAAAAA version: 6 -4,-3: ind: -4,-3 - tiles: eQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAHQAAAAAAHgAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAALQAAAAAALQAAAAAALQAAAAAAHQAAAAAAHQAAAAAALQAAAAAAHQAAAAAAHQAAAAAALQAAAAAALQAAAAAALQAAAAAAHQAAAAAAHQAAAAAALQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAXgAAAAAAWQAAAAAAbAAAAAAAHQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAbAAAAAAAcAAAAAAAcAAAAAAAbAAAAAAAWQAAAAAAewAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAbAAAAAAAcAAAAAAAcAAAAAAAbAAAAAAAfAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAA + tiles: ewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAHQAAAAAAHgAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAPgAAAAAAPgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAPgAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAALQAAAAAALQAAAAAALQAAAAAAHQAAAAAAHQAAAAAALQAAAAAAHQAAAAAAHQAAAAAALQAAAAAALQAAAAAALQAAAAAAHQAAAAAAHQAAAAAALQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAYAAAAAAAWwAAAAAAbgAAAAAAHQAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAHQAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAbgAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAbgAAAAAAcgAAAAAAcgAAAAAAbgAAAAAAWwAAAAAAfQAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAbgAAAAAAcgAAAAAAcgAAAAAAbgAAAAAAfgAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAA version: 6 -5,-5: ind: -5,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAATQAAAAAATQAAAAAAEQAAAAAATQAAAAAATQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAATQAAAAAATQAAAAAANgAAAAAATQAAAAAATQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeAAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeAAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAWQAAAAAAHQAAAAAAAAAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAATQAAAAAATQAAAAAAEQAAAAAATQAAAAAATQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAATQAAAAAATQAAAAAANgAAAAAATQAAAAAATQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAHQAAAAAAAAAAAAAAewAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAegAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAegAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAWwAAAAAAHQAAAAAAAAAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAWwAAAAAAWwAAAAAA version: 6 -5,-4: ind: -5,-4 - tiles: AAAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAHQAAAAAAWwAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAHQAAAAAAWwAAAAAAWQAAAAAAWwAAAAAAHQAAAAAALQAAAAAALQAAAAAALQAAAAAAHQAAAAAAWwAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbQAAAAAAbQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWwAAAAAAHQAAAAAALQAAAAAALQAAAAAALQAAAAAAHQAAAAAAWwAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbQAAAAAAbQAAAAAAbAAAAAAA + tiles: AAAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAHQAAAAAAXQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAWwAAAAAAHQAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAHQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAHQAAAAAAXQAAAAAAWwAAAAAAXQAAAAAAHQAAAAAALQAAAAAALQAAAAAALQAAAAAAHQAAAAAAXQAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbwAAAAAAbwAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAXQAAAAAAHQAAAAAALQAAAAAALQAAAAAALQAAAAAAHQAAAAAAXQAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbwAAAAAAbwAAAAAAbgAAAAAA version: 6 -5,-6: ind: -5,-6 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -5,-3: ind: -5,-3 - tiles: XgAAAAAAXgAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAXgAAAAAAXgAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAWQAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAWQAAAAAAWQAAAAAAWQAAAAAALQAAAAAAHQAAAAAAHQAAAAAALQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAWQAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAMgAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAXgAAAAAAXgAAAAAAWQAAAAAAWQAAAAAALQAAAAAAHQAAAAAAMgAAAAAAHQAAAAAALQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAALQAAAAAAHQAAAAAAMgAAAAAAHQAAAAAALQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAXgAAAAAAXgAAAAAAWQAAAAAAWQAAAAAALQAAAAAAHQAAAAAAMgAAAAAAHQAAAAAALQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAMgAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAewAAAAAAfAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAfAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAWQAAAAAAfAAAAAAAWQAAAAAA + tiles: YAAAAAAAYAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYAAAAAAAYAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAWwAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAALQAAAAAAHQAAAAAAHQAAAAAALQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAWwAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAMgAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAHQAAAAAAYAAAAAAAYAAAAAAAWwAAAAAAWwAAAAAALQAAAAAAHQAAAAAAMgAAAAAAHQAAAAAALQAAAAAAWwAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAALQAAAAAAHQAAAAAAMgAAAAAAHQAAAAAALQAAAAAAWwAAAAAAewAAAAAAHQAAAAAAXQAAAAAAHQAAAAAAHQAAAAAAXQAAAAAAYAAAAAAAYAAAAAAAWwAAAAAAWwAAAAAALQAAAAAAHQAAAAAAMgAAAAAAHQAAAAAALQAAAAAAWwAAAAAAewAAAAAAHQAAAAAAXQAAAAAAHQAAAAAAHQAAAAAAXQAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAMgAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAegAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAfQAAAAAAfgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAfgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAWwAAAAAAfgAAAAAAWwAAAAAA version: 6 -6,-4: ind: -6,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAXQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAXQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAA version: 6 -6,-3: ind: -6,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAXgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAXgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAXgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAXgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAA version: 6 -3,-2: ind: -3,-2 - tiles: eQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAbAAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbAAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAbAAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbAAAAAAAeQAAAAAAaAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAbAAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAbAAAAAAAbAAAAAAAHQAAAAAAbAAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAWQAAAAAAbAAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAaAAAAAAAeQAAAAAAbAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAeQAAAAAAbAAAAAAAHQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAeQAAAAAAbAAAAAAAHQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAeQAAAAAAbAAAAAAAHQAAAAAAbAAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAaAAAAAAAbAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAWQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAaAAAAAAAbAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAeQAAAAAAbAAAAAAAHQAAAAAAbAAAAAAAWQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAaAAAAAAAbAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAeQAAAAAAbAAAAAAAHQAAAAAAbAAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAeQAAAAAAbAAAAAAAHQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAA + tiles: ewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAAAewAAAAAAbgAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbgAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAbgAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbgAAAAAAewAAAAAAagAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAbgAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbgAAAAAAewAAAAAAewAAAAAAbgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAbgAAAAAAbgAAAAAAHQAAAAAAbgAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAWwAAAAAAbgAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAagAAAAAAewAAAAAAbgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAewAAAAAAbgAAAAAAHQAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAbgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAewAAAAAAbgAAAAAAHQAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAewAAAAAAbgAAAAAAHQAAAAAAbgAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAagAAAAAAbgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAWwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAagAAAAAAbgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAbgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAewAAAAAAbgAAAAAAHQAAAAAAbgAAAAAAWwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAagAAAAAAbgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAewAAAAAAbgAAAAAAHQAAAAAAbgAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAbgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAewAAAAAAbgAAAAAAHQAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAA version: 6 -4,-2: ind: -4,-2 - tiles: eQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAbAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAbAAAAAAAbAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAWQAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAbAAAAAAAcAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAbAAAAAAAcAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAcAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAbAAAAAAAcAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAbAAAAAAAcAAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAbAAAAAAAcAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAA + tiles: ewAAAAAAWwAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAbgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAbgAAAAAAbgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAbgAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAWwAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAbgAAAAAAcgAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAbgAAAAAAcgAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAewAAAAAAewAAAAAAbgAAAAAAcgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAbgAAAAAAcgAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAbgAAAAAAbgAAAAAAewAAAAAAbgAAAAAAcgAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAbgAAAAAAbgAAAAAAewAAAAAAbgAAAAAAcgAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAbgAAAAAAbgAAAAAAewAAAAAAbgAAAAAAbgAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAA version: 6 -5,-2: ind: -5,-2 - tiles: AAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAdQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: AAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAdwAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAdwAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAdwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAagAAAAAAewAAAAAAeAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAA version: 6 -4,-1: ind: -4,-1 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAEwAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAdgAAAAAAEwAAAAAAeQAAAAAAdgAAAAAAEwAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAbAAAAAAAbQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAdgAAAAAAEwAAAAAAdgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAEwAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAEwAAAAAAdgAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAEwAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAEwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAEwAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAbAAAAAAAGgAAAAAAcAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbAAAAAAAbAAAAAAAcAAAAAAAaAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAbAAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAGgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAGgAAAAAAeQAAAAAA + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAeAAAAAAAeAAAAAAAEwAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAbgAAAAAAbgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAbgAAAAAAbgAAAAAAeAAAAAAAEwAAAAAAewAAAAAAeAAAAAAAEwAAAAAAeAAAAAAAeAAAAAAAewAAAAAAbgAAAAAAbgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAbgAAAAAAbwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAPgAAAAAAPgAAAAAAewAAAAAAewAAAAAAPgAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAeAAAAAAAEwAAAAAAeAAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAeAAAAAAAeAAAAAAAEwAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAEwAAAAAAeAAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAEwAAAAAAeAAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAEwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAEwAAAAAAeAAAAAAAeAAAAAAAewAAAAAAbgAAAAAAGgAAAAAAcgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAewAAAAAAegAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAagAAAAAAewAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAbgAAAAAAewAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAbgAAAAAAbgAAAAAAcgAAAAAAagAAAAAAbgAAAAAAewAAAAAAewAAAAAAbgAAAAAAewAAAAAAegAAAAAAewAAAAAAbgAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAewAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAbgAAAAAAbgAAAAAAGgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAGgAAAAAAewAAAAAA version: 6 -3,-1: ind: -3,-1 - tiles: bAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAHQAAAAAAHQAAAAAAbAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbQAAAAAAbQAAAAAAbAAAAAAAeQAAAAAAbAAAAAAAHQAAAAAAbAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbQAAAAAAbAAAAAAAeQAAAAAAbAAAAAAAHQAAAAAAbAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbQAAAAAAbAAAAAAAeQAAAAAAbAAAAAAAHQAAAAAAbAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbQAAAAAAbAAAAAAAeQAAAAAAbAAAAAAAHQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAeQAAAAAAbAAAAAAAHQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAeQAAAAAAbAAAAAAAHQAAAAAAbAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAHQAAAAAAbAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAcAAAAAAAeQAAAAAAcAAAAAAAeQAAAAAAbAAAAAAAHQAAAAAAbAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: bgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAHQAAAAAAHQAAAAAAbgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbwAAAAAAbwAAAAAAbgAAAAAAewAAAAAAbgAAAAAAHQAAAAAAbgAAAAAAewAAAAAAeAAAAAAAeAAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAbgAAAAAAbwAAAAAAbgAAAAAAewAAAAAAbgAAAAAAHQAAAAAAbgAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAewAAAAAAbgAAAAAAbwAAAAAAbgAAAAAAewAAAAAAbgAAAAAAHQAAAAAAbgAAAAAAewAAAAAAeAAAAAAAeAAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAewAAAAAAbgAAAAAAbwAAAAAAbgAAAAAAewAAAAAAbgAAAAAAHQAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAPgAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAewAAAAAAbgAAAAAAHQAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAewAAAAAAbgAAAAAAHQAAAAAAbgAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAHQAAAAAAbgAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAcgAAAAAAewAAAAAAcgAAAAAAewAAAAAAbgAAAAAAHQAAAAAAbgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAewAAAAAAagAAAAAAewAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAewAAAAAAagAAAAAAewAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAewAAAAAAbgAAAAAAewAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAA version: 6 -4,0: ind: -4,0 - tiles: aAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAGgAAAAAAbAAAAAAAcAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAGgAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAGgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAAgAAAAAAdgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAdgAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAgAAAAAAEwAAAAAAAgAAAAAAdgAAAAAAAgAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAMgAAAAAA + tiles: agAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAGgAAAAAAbgAAAAAAcgAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAbgAAAAAAewAAAAAAbgAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAGgAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAbgAAAAAAGgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAgAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAAgAAAAAAeAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAeAAAAAAAewAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAgAAAAAAEwAAAAAAAgAAAAAAeAAAAAAAAgAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAewAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAMgAAAAAA version: 6 -3,0: ind: -3,0 - tiles: cAAAAAAAcAAAAAAAcAAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAGgAAAAAAbAAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAGgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAWQAAAAAAWQAAAAAAMgAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAWQAAAAAAMgAAAAAAMgAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAWQAAAAAAMgAAAAAAeQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAeQAAAAAAEwAAAAAAdgAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: cgAAAAAAcgAAAAAAcgAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAewAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAGgAAAAAAbgAAAAAAewAAAAAAbgAAAAAAbgAAAAAAewAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAeAAAAAAAeAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAGgAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAeAAAAAAAeAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAeAAAAAAAeAAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAWwAAAAAAWwAAAAAAMgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAeAAAAAAAWwAAAAAAMgAAAAAAMgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAWwAAAAAAMgAAAAAAewAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAewAAAAAAEwAAAAAAeAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAA version: 6 -5,-1: ind: -5,-1 - tiles: eQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAEwAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAEwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAEwAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAEwAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAEwAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAPgAAAAAAeQAAAAAAPgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAdgAAAAAAEwAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAEwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAaQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAA + tiles: ewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAeAAAAAAAeAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAEwAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAEwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAeAAAAAAAewAAAAAAEwAAAAAAeAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAEwAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAEwAAAAAAeAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAPgAAAAAAewAAAAAAPgAAAAAAeAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAeAAAAAAAEwAAAAAAewAAAAAAeAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAEwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAewAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAYgAAAAAAYgAAAAAAawAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAA version: 6 -5,0: ind: -5,0 - tiles: aAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAATwAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAATwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAgAAAAAAAgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAAgAAAAAAAgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAgAAAAAAAgAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAA + tiles: agAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAATwAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAATwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAAgAAAAAAAgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAAgAAAAAAAgAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAAgAAAAAAAgAAAAAAegAAAAAAegAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 -2,-2: ind: -2,-2 - tiles: WQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAeQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAeQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAeQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAeQAAAAAAHQAAAAAAWQAAAAAATAAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAANQAAAAAAFgAAAAAAFgAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAANQAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAeQAAAAAAeQAAAAAAWQAAAAAATAAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAeQAAAAAAeQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAFgAAAAAANQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAaAAAAAAAeQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAFgAAAAAA + tiles: WwAAAAAASwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAASwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAewAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAewAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAewAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAewAAAAAAHQAAAAAAWwAAAAAATAAAAAAAWwAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAANQAAAAAAFgAAAAAAFgAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAANQAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAASwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAewAAAAAAewAAAAAAWwAAAAAATAAAAAAAWwAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAewAAAAAAewAAAAAASwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAFgAAAAAANQAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANQAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAagAAAAAAewAAAAAASwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAA version: 6 -2,-1: ind: -2,-1 - tiles: aAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAATAAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAFgAAAAAAaAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAFgAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAFgAAAAAAeQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAWQAAAAAATAAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAASwAAAAAAWQAAAAAASwAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAWQAAAAAASwAAAAAATAAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAWQAAAAAAWQAAAAAATAAAAAAASwAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAASwAAAAAAWQAAAAAAWQAAAAAATAAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAdgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAPgAAAAAAPgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATAAAAAAAWQAAAAAAWQAAAAAA + tiles: agAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAWwAAAAAATAAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAFgAAAAAAagAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAFgAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAewAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAAAWwAAAAAATAAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAAASwAAAAAAWwAAAAAASwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAASwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAWwAAAAAASwAAAAAATAAAAAAAWwAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAeAAAAAAAeAAAAAAAewAAAAAAWwAAAAAAWwAAAAAATAAAAAAASwAAAAAAWwAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeAAAAAAAeAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAegAAAAAAAAAAAAAAewAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAASwAAAAAAWwAAAAAAWwAAAAAATAAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAeAAAAAAAPgAAAAAAPgAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAATAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAPgAAAAAAPgAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAATAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAeAAAAAAAPgAAAAAAPgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAATAAAAAAAWwAAAAAAWwAAAAAA version: 6 -2,0: ind: -2,0 - tiles: eQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAaAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdwAAAAAAHQAAAAAAHQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAHQAAAAAAHQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAHQAAAAAAHQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAATQAAAAAAdgAAAAAAHQAAAAAAHQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAATQAAAAAAdgAAAAAAHQAAAAAAHQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAATQAAAAAAdgAAAAAAHQAAAAAAHQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAATQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAdgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAdQAAAAAAdQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAdgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: ewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAagAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAHQAAAAAAHQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAHQAAAAAAHQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAHQAAAAAAHQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAATQAAAAAAeAAAAAAAHQAAAAAAHQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAATQAAAAAAeAAAAAAAHQAAAAAAHQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAATQAAAAAAeAAAAAAAHQAAAAAAHQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAATQAAAAAAewAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAbgAAAAAAbgAAAAAAewAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAeAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAdwAAAAAAdwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeAAAAAAAeAAAAAAAewAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAdwAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAeAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeAAAAAAAeAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAA version: 6 -3,1: ind: -3,1 - tiles: MgAAAAAAMgAAAAAAMgAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAEwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMgAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAEwAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAXgAAAAAAHQAAAAAAXgAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: MgAAAAAAMgAAAAAAMgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAeAAAAAAAewAAAAAAEwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAMgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAewAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAEwAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAYAAAAAAAHQAAAAAAYAAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -2,1: ind: -2,1 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAGgAAAAAAGgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAGgAAAAAAGgAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAGgAAAAAAGgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAGgAAAAAAGgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -2,-3: ind: -2,-3 - tiles: WQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAATAAAAAAASwAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAFgAAAAAANQAAAAAANQAAAAAAFgAAAAAATAAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAFgAAAAAAFgAAAAAANQAAAAAANQAAAAAANQAAAAAAWQAAAAAASwAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAWQAAAAAAWQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAATAAAAAAAWQAAAAAAWQAAAAAATAAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAA + tiles: WwAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAATAAAAAAASwAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAFgAAAAAANQAAAAAANQAAAAAAFgAAAAAATAAAAAAAWwAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAFgAAAAAAFgAAAAAANQAAAAAANQAAAAAANQAAAAAAWwAAAAAASwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAWwAAAAAAWwAAAAAASwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAATAAAAAAAWwAAAAAAWwAAAAAATAAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAA version: 6 -1,-4: ind: -1,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAFgAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAeQAAAAAAEwAAAAAAEwAAAAAAdgAAAAAAeQAAAAAAMwAAAAAAMwAAAAAAeQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAEwAAAAAAdgAAAAAAMwAAAAAANAAAAAAANAAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMwAAAAAANAAAAAAAMwAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAeQAAAAAAMwAAAAAANAAAAAAAMwAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMwAAAAAANAAAAAAANAAAAAAANQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAAeQAAAAAAMwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMwAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAAeQAAAAAAMwAAAAAAeQAAAAAAMwAAAAAAeQAAAAAAMwAAAAAAeQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAeQAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAegAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAFgAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAewAAAAAAEwAAAAAAEwAAAAAAeAAAAAAAewAAAAAAMwAAAAAAMwAAAAAAewAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAewAAAAAAeAAAAAAAeAAAAAAAEwAAAAAAeAAAAAAAMwAAAAAANAAAAAAANAAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAANAAAAAAAMwAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAewAAAAAAMwAAAAAANAAAAAAAMwAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAANAAAAAAANAAAAAAANQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAAewAAAAAAMwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAAewAAAAAAMwAAAAAAewAAAAAAMwAAAAAAewAAAAAAMwAAAAAAewAAAAAAFgAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAewAAAAAAewAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAA version: 6 0,-4: ind: 0,-4 - tiles: AAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAANAAAAAAANAAAAAAANAAAAAAAeQAAAAAAMwAAAAAANAAAAAAAMwAAAAAAeQAAAAAAMwAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAANAAAAAAANAAAAAAANAAAAAAAeQAAAAAAMwAAAAAANAAAAAAAMwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAANAAAAAAAMwAAAAAAeQAAAAAAMwAAAAAANAAAAAAAMwAAAAAAeQAAAAAAMwAAAAAAeQAAAAAAeAAAAAAAeAAAAAAANAAAAAAANAAAAAAAMwAAAAAAeQAAAAAAMwAAAAAANAAAAAAAMwAAAAAAeQAAAAAAMwAAAAAANAAAAAAAMwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAMwAAAAAANAAAAAAAMwAAAAAAeQAAAAAANAAAAAAAMwAAAAAAMwAAAAAAeQAAAAAAMwAAAAAANAAAAAAAMwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAMwAAAAAANAAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAANAAAAAAAMwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAANAAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAeQAAAAAAeQAAAAAAMwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMwAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAGgAAAAAAGwAAAAAAeQAAAAAANAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMwAAAAAAeQAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAeQAAAAAANAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAFgAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAANQAAAAAANQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAA + tiles: AAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAANAAAAAAANAAAAAAANAAAAAAAewAAAAAAMwAAAAAANAAAAAAAMwAAAAAAewAAAAAAMwAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAANAAAAAAANAAAAAAANAAAAAAAewAAAAAAMwAAAAAANAAAAAAAMwAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAANAAAAAAAMwAAAAAAewAAAAAAMwAAAAAANAAAAAAAMwAAAAAAewAAAAAAMwAAAAAAewAAAAAAegAAAAAAegAAAAAANAAAAAAANAAAAAAAMwAAAAAAewAAAAAAMwAAAAAANAAAAAAAMwAAAAAAewAAAAAAMwAAAAAANAAAAAAAMwAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAMwAAAAAANAAAAAAAMwAAAAAAewAAAAAANAAAAAAAMwAAAAAAMwAAAAAAewAAAAAAMwAAAAAANAAAAAAAMwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAMwAAAAAANAAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAANAAAAAAAMwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAANAAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAewAAAAAAewAAAAAAMwAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAGgAAAAAAGwAAAAAAewAAAAAANAAAAAAAewAAAAAAewAAAAAAewAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMwAAAAAAewAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAewAAAAAANAAAAAAAewAAAAAAewAAAAAAewAAAAAAFgAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAANQAAAAAANQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAA version: 6 -1,-3: ind: -1,-3 - tiles: FgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAfAAAAAAAHQAAAAAAFgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAANQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAFgAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAFgAAAAAAeQAAAAAAWQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAFgAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAFgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAeQAAAAAAWQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAbAAAAAAAeQAAAAAAWQAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAbAAAAAAAeQAAAAAAfAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAbAAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAfAAAAAAAbAAAAAAAeQAAAAAAbAAAAAAAWQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAbAAAAAAAWQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAbAAAAAAAeQAAAAAAbAAAAAAAWQAAAAAAbAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAfAAAAAAAeQAAAAAAbAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAFgAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAA + tiles: FgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAewAAAAAAewAAAAAAewAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAFgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfgAAAAAAHQAAAAAAFgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAANQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAHQAAAAAAFgAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAHQAAAAAAFgAAAAAAewAAAAAAWwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAAewAAAAAAWwAAAAAAHQAAAAAAFgAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAHQAAAAAAFgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAHQAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAewAAAAAAWwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAbgAAAAAAewAAAAAAWwAAAAAAfQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAbgAAAAAAewAAAAAAfgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAbgAAAAAAewAAAAAAWwAAAAAAHQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAfgAAAAAAbgAAAAAAewAAAAAAbgAAAAAAWwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAbgAAAAAAWwAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAbgAAAAAAewAAAAAAbgAAAAAAWwAAAAAAbgAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfgAAAAAAewAAAAAAbgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAfgAAAAAAFgAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAbgAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAA version: 6 -1,-2: ind: -1,-2 - tiles: FgAAAAAAeQAAAAAAWQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAANQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAewAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAewAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAUAAAAAAAWQAAAAAAbAAAAAAAbAAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAfAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAUAAAAAAAWQAAAAAAbAAAAAAAbAAAAAAAQwAAAAAAeQAAAAAAQwAAAAAAQwAAAAAAeQAAAAAAQwAAAAAAQwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAUAAAAAAAWQAAAAAAbAAAAAAAbAAAAAAAHQAAAAAAeQAAAAAAQwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAQwAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAANgAAAAAANgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeAAAAAAAeQAAAAAAHQAAAAAANgAAAAAAHQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeAAAAAAAeQAAAAAAHQAAAAAANgAAAAAAHQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAHQAAAAAAWQAAAAAAHQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeAAAAAAAeQAAAAAAHQAAAAAANgAAAAAANgAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAHQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAeQAAAAAAHQAAAAAAWQAAAAAAQwAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAQwAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAWQAAAAAAQwAAAAAA + tiles: FgAAAAAAewAAAAAAWwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAANQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAbgAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAfQAAAAAAWwAAAAAAWwAAAAAAewAAAAAAQwAAAAAAHQAAAAAAHQAAAAAAfQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAfQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAUAAAAAAAWwAAAAAAbgAAAAAAbgAAAAAAHQAAAAAAewAAAAAAHQAAAAAAfgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAUAAAAAAAWwAAAAAAbgAAAAAAbgAAAAAAHQAAAAAAewAAAAAAQwAAAAAAQwAAAAAAewAAAAAAQwAAAAAAQwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAUAAAAAAAWwAAAAAAbgAAAAAAbgAAAAAAHQAAAAAAewAAAAAAQwAAAAAAewAAAAAAewAAAAAAewAAAAAAQwAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAANgAAAAAANgAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAegAAAAAAewAAAAAAHQAAAAAANgAAAAAAHQAAAAAAewAAAAAAagAAAAAAagAAAAAAHQAAAAAAHQAAAAAAHQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAegAAAAAAewAAAAAAHQAAAAAANgAAAAAAHQAAAAAAewAAAAAAagAAAAAAagAAAAAAHQAAAAAAWwAAAAAAHQAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAegAAAAAAewAAAAAAHQAAAAAANgAAAAAANgAAAAAAewAAAAAAagAAAAAAagAAAAAAHQAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAewAAAAAAagAAAAAAagAAAAAAHQAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAWwAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAfgAAAAAAewAAAAAAHQAAAAAAWwAAAAAAQwAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAfQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAQwAAAAAAAAAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAewAAAAAAHQAAAAAAWwAAAAAAQwAAAAAA version: 6 0,-3: ind: 0,-3 - tiles: eQAAAAAAeQAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAANQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAewAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAFgAAAAAAWQAAAAAAeQAAAAAAbAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAbAAAAAAAWQAAAAAAewAAAAAAWQAAAAAAWQAAAAAAbAAAAAAAeQAAAAAAFgAAAAAAWQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAFgAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAFgAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAANQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAEQAAAAAAEQAAAAAAHQAAAAAAeQAAAAAAFgAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAeQAAAAAAFgAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAFgAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAANQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAWQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAeQAAAAAAFgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAeQAAAAAAFgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAWQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAfAAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAFgAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAFgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAFgAAAAAA + tiles: ewAAAAAAewAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAANQAAAAAAFgAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAANQAAAAAAewAAAAAAewAAAAAAbgAAAAAAfQAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAFgAAAAAAWwAAAAAAewAAAAAAbgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAbgAAAAAAWwAAAAAAfQAAAAAAWwAAAAAAWwAAAAAAbgAAAAAAewAAAAAAFgAAAAAAWwAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAFgAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAFgAAAAAAWwAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAANQAAAAAAWwAAAAAAewAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAewAAAAAAHQAAAAAAEQAAAAAAEQAAAAAAHQAAAAAAewAAAAAAFgAAAAAAWwAAAAAAewAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAfQAAAAAAHQAAAAAAewAAAAAAFgAAAAAAWwAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAFgAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAANQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAWwAAAAAAHQAAAAAAewAAAAAAWwAAAAAAewAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAewAAAAAAFgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAewAAAAAAFgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAWwAAAAAAHQAAAAAAewAAAAAAWwAAAAAAewAAAAAAHQAAAAAAfgAAAAAAHQAAAAAAHQAAAAAAewAAAAAAFgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAFgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAFgAAAAAA version: 6 0,-2: ind: 0,-2 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAWQAAAAAAeQAAAAAAFgAAAAAAHQAAAAAAHQAAAAAAfAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAbAAAAAAAWQAAAAAAWQAAAAAAbAAAAAAAWQAAAAAAeQAAAAAAFgAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAWQAAAAAAbAAAAAAAWQAAAAAAWQAAAAAAbAAAAAAAWQAAAAAAeQAAAAAAFgAAAAAAfAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAewAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAewAAAAAAeQAAAAAAFgAAAAAAHQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAQwAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAFgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAQwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAFgAAAAAAHQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAFgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAANgAAAAAANgAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAeQAAAAAAFgAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAHQAAAAAANgAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAFgAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAHQAAAAAANgAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAFgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAFgAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAFgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAFgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAWQAAAAAAHQAAAAAAeQAAAAAATQAAAAAATQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAATQAAAAAATQAAAAAAeQAAAAAAFgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAWQAAAAAAHQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAWQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAANQAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAWQAAAAAAHQAAAAAAeQAAAAAATQAAAAAATQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAATQAAAAAATQAAAAAAeQAAAAAANQAAAAAA + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAWwAAAAAAewAAAAAAFgAAAAAAHQAAAAAAHQAAAAAAfgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAbgAAAAAAWwAAAAAAWwAAAAAAbgAAAAAAWwAAAAAAewAAAAAAFgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAfgAAAAAAWwAAAAAAbgAAAAAAWwAAAAAAWwAAAAAAbgAAAAAAWwAAAAAAewAAAAAAFgAAAAAAfgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAfQAAAAAAWwAAAAAAWwAAAAAAfgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfQAAAAAAewAAAAAAFgAAAAAAHQAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAQwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAFgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAQwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAFgAAAAAAHQAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAFgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAANgAAAAAANgAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAewAAAAAAFgAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAHQAAAAAANgAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAfQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAFgAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAHQAAAAAANgAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAFgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAFgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAFgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAewAAAAAAWwAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAFgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAWwAAAAAAHQAAAAAAewAAAAAATQAAAAAATQAAAAAAewAAAAAAWwAAAAAAewAAAAAATQAAAAAATQAAAAAAewAAAAAAFgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAWwAAAAAAHQAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAAWwAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAANQAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAWwAAAAAAHQAAAAAAewAAAAAATQAAAAAATQAAAAAAewAAAAAAWwAAAAAAewAAAAAATQAAAAAATQAAAAAAewAAAAAANQAAAAAA version: 6 3,-7: ind: 3,-7 - tiles: eAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,-7: ind: 2,-7 - tiles: eAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAA + tiles: egAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATQAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATQAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATQAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATQAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATQAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAA version: 6 1,-7: ind: 1,-7 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAMwAAAAAAMwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMwAAAAAAMwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAATQAAAAAATQAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAATQAAAAAATQAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAATQAAAAAATQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAMwAAAAAAMwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAATQAAAAAATQAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAATQAAAAAATQAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAATQAAAAAATQAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAATQAAAAAATQAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAATQAAAAAATQAAAAAA version: 6 -4,-7: ind: -4,-7 - tiles: eAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAFAAAAAAAFAAAAAAAeQAAAAAAFAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAFAAAAAAAeQAAAAAAFAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAFAAAAAAAFAAAAAAAewAAAAAAFAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAFAAAAAAAewAAAAAAFAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAawAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAawAAAAAAewAAAAAAawAAAAAAewAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAawAAAAAAewAAAAAAawAAAAAAewAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAawAAAAAAewAAAAAAawAAAAAAewAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAawAAAAAAewAAAAAAawAAAAAAewAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAawAAAAAAewAAAAAAawAAAAAAewAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAegAAAAAAegAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAawAAAAAAewAAAAAAawAAAAAAewAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAawAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAA version: 6 2,-8: ind: 2,-8 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 3,-8: ind: 3,-8 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -4,1: ind: -4,1 - tiles: AAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAMgAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAXgAAAAAAHQAAAAAAXgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAMgAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAYAAAAAAAHQAAAAAAYAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -6,-2: ind: -6,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAEwAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAPgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAEwAAAAAAeQAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAEwAAAAAAeQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAEwAAAAAAeAAAAAAAeAAAAAAAewAAAAAAPgAAAAAAPgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeAAAAAAAeAAAAAAAewAAAAAAPgAAAAAAPgAAAAAAewAAAAAAPgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAeAAAAAAAEwAAAAAAewAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAEwAAAAAAewAAAAAA version: 6 3,1: ind: 3,1 - tiles: WQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: WwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,2: ind: 0,2 - tiles: eAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,2: ind: -1,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -6,-5: ind: -6,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAA version: 6 1,-8: ind: 1,-8 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAA version: 6 -6,0: ind: -6,0 - tiles: eQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAMgAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAMgAAAAAAMgAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAMgAAAAAAMgAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAA + tiles: ewAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAMgAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAMgAAAAAAMgAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAMgAAAAAAMgAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAA version: 6 -5,1: ind: -5,1 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: ewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -6,1: ind: -6,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAegAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAegAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAegAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAAAAAAAAAegAAAAAA version: 6 -5,-7: ind: -5,-7 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAegAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAegAAAAAAewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAewAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAA version: 6 -4,-8: ind: -4,-8 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAdgAAAAAAEwAAAAAAeQAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAFAAAAAAAFAAAAAAAeQAAAAAAFAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAawAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAEwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAeAAAAAAAewAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAeAAAAAAAEwAAAAAAewAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAFAAAAAAAFAAAAAAAewAAAAAAFAAAAAAA version: 6 -3,-8: ind: -3,-8 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAEwAAAAAAdgAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAdgAAAAAAEwAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAawAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAawAAAAAAewAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAawAAAAAAewAAAAAAawAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAEwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAewAAAAAAEwAAAAAAeAAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAeAAAAAAAEwAAAAAAeAAAAAAAeAAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAA version: 6 -6,-1: ind: -6,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAEwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAEwAAAAAAdgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAEQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAALQAAAAAALQAAAAAAWQAAAAAALQAAAAAALQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAEwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeAAAAAAAeAAAAAAAewAAAAAAeAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeAAAAAAAeAAAAAAAEwAAAAAAeAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAHQAAAAAAEQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAALQAAAAAALQAAAAAAWwAAAAAALQAAAAAALQAAAAAAWwAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAA version: 6 -7,0: ind: -7,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -2,-8: ind: -2,-8 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAEwAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAEwAAAAAAdgAAAAAAdgAAAAAAEwAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEwAAAAAAEwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeAAAAAAAeAAAAAAAEwAAAAAAeAAAAAAAeAAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAEwAAAAAAeAAAAAAAeAAAAAAAEwAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAeAAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEwAAAAAAEwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -3,-9: ind: -3,-9 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 6,-4: ind: 6,-4 - tiles: aAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAewAAAAAAewAAAAAAewAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAewAAAAAAewAAAAAAfAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAfAAAAAAAewAAAAAAewAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAA + tiles: agAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAegAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAA version: 6 7,-3: ind: 7,-3 - tiles: eQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: ewAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 6,-5: ind: 6,-5 - tiles: WQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAHQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAHQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAHQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAHQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAANgAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAANgAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAANgAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAANgAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAANgAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAA + tiles: WwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAHQAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAHQAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAHQAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAHQAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAHQAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAHQAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAANgAAAAAAHQAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAewAAAAAAWwAAAAAAHQAAAAAANgAAAAAAHQAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAewAAAAAAWwAAAAAAHQAAAAAANgAAAAAAHQAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAewAAAAAAWwAAAAAAHQAAAAAANgAAAAAAHQAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAANgAAAAAAHQAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAWwAAAAAAHQAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAA version: 6 6,-6: ind: 6,-6 - tiles: eAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANgAAAAAAWQAAAAAAWQAAAAAAWQAAAAAANgAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANgAAAAAAEQAAAAAAEQAAAAAAEQAAAAAANgAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANgAAAAAAEQAAAAAAEQAAAAAAEQAAAAAANgAAAAAAWQAAAAAANgAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAANgAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAaQAAAAAAWQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAA + tiles: egAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAANgAAAAAAWwAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANgAAAAAAEQAAAAAAEQAAAAAAEQAAAAAANgAAAAAAWwAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANgAAAAAAEQAAAAAAEQAAAAAAEQAAAAAANgAAAAAAWwAAAAAANgAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAANgAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAawAAAAAAewAAAAAAWwAAAAAAewAAAAAAawAAAAAAawAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAawAAAAAAawAAAAAAWwAAAAAAawAAAAAAawAAAAAAawAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAawAAAAAAewAAAAAAWwAAAAAAewAAAAAAawAAAAAAawAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAA version: 6 5,-6: ind: 5,-6 - tiles: eAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAANgAAAAAAWQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAANgAAAAAANgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAANgAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAaQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAA + tiles: egAAAAAAegAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAANgAAAAAAWwAAAAAAegAAAAAAegAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAANgAAAAAANgAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAANgAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAawAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAawAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAawAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAagAAAAAAewAAAAAAHQAAAAAAHQAAAAAA version: 6 6,-7: ind: 6,-7 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 5,-7: ind: 5,-7 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAA version: 6 2,2: ind: 2,2 - tiles: eQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAdgAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: ewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAeAAAAAAAagAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,2: ind: 1,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAEwAAAAAAdgAAAAAAdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAEwAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAeAAAAAAAeAAAAAAAEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 3,2: ind: 3,2 - tiles: eAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: egAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 7,-4: ind: 7,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -6,2: ind: -6,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,-7: ind: 4,-7 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAA version: 6 - type: Broadphase - type: Physics @@ -618,48 +618,48 @@ entities: color: '#FFFFFFFF' id: 1 decals: - 8067: -8,-40 + 8037: -8,-40 - node: color: '#FFFFFFFF' id: 2 decals: - 8068: -7,-40 + 8038: -7,-40 - node: color: '#FFFFFFFF' id: 3 decals: - 8069: -6,-40 + 8039: -6,-40 - node: color: '#FFFFFFFF' id: 4 decals: - 8070: -5,-40 + 8040: -5,-40 - node: color: '#FFFFFFFF' id: 5 decals: - 8071: -4,-40 + 8041: -4,-40 - node: angle: 3.141592653589793 rad color: '#FFFFFFFF' id: Arrows decals: - 6364: -1,-56 - 7372: 16,21 + 6344: -1,-56 + 7342: 16,21 - node: angle: 4.71238898038469 rad color: '#FFFFFFFF' id: Arrows decals: - 3424: -77,-40 - 3425: -77,-38 - 3426: -77,-48 + 3404: -77,-40 + 3405: -77,-38 + 3406: -77,-48 - node: color: '#9FED58CD' id: Bot decals: - 7660: -65,-48 - 7661: -65,-49 + 7630: -65,-48 + 7631: -65,-49 - node: color: '#FFFFFFFF' id: Bot @@ -671,390 +671,392 @@ entities: 88: -4,6 91: -6,6 92: -5,6 - 1426: -55,-61 - 1427: -55,-62 - 1428: -55,-63 - 1429: -49,-60 - 1430: -49,-61 - 1431: -49,-62 - 1432: -49,-63 - 1433: -47,-63 - 1434: -47,-62 - 1435: -47,-61 - 1436: -47,-60 - 1642: 53,-80 - 1643: 54,-80 - 1644: 53,-81 - 1647: 49,-82 - 1648: 50,-82 - 1653: 54,-81 - 1889: 56,-66 - 1890: 57,-66 - 1891: 57,-67 - 1892: 56,-67 - 1893: 58,-66 - 1894: 58,-67 - 1895: 59,-67 - 1896: 59,-66 - 1932: 61,-63 - 1933: 62,-63 - 1934: 63,-63 - 2260: 104,-21 - 2261: 105,-21 - 2262: 106,-21 - 4960: 55,-90 - 4993: 67,-8 - 4994: 67,-7 - 4995: 67,-6 - 4996: 53,-14 - 4997: 53,-15 - 4998: 53,-16 - 5010: -5,-90 - 5011: -5,-91 - 5012: -5,-92 - 5013: -7,-90 - 5014: -7,-91 - 5015: -7,-92 - 5456: 37,-36 - 5457: 38,-36 - 5458: 39,-36 - 6365: -2,-61 - 6366: -3,-61 - 6367: 0,-56 - 6368: 1,-56 - 6643: 12,-85 - 6872: -1,-72 - 6873: 3,-79 - 6874: 9,-79 - 6875: -6,-97 - 6876: -6,-96 - 6877: -6,-95 - 6880: -5,-85 - 6881: -10,-82 - 6882: 2,-56 - 6883: 18,-75 - 6884: 32,-56 - 6885: 31,-28 - 6886: 29,-8 - 6887: -3,-1 - 6888: -4,26 - 6889: -35,-30 - 6890: -53,-46 - 6891: -66,-46 - 6892: -77,-37 - 6893: -51,-55 - 6894: -62,-69 - 6895: -67,-72 - 6898: -66,-69 - 6899: -65,-69 - 6900: -64,-69 - 6901: -54,-67 - 6902: -46,-75 - 6903: -36,-60 - 6904: -31,-59 - 6905: -31,-76 - 6906: -22,-82 - 6907: -36,-99 - 6908: -3,-92 - 6909: 50,-85 - 6910: 53,-56 - 6911: 51,-49 - 6912: 42,-13 - 6913: 42,-11 - 6914: 59,-1 - 6915: 71,-7 - 6916: 54,-31 - 6917: 79,-30 - 6918: 70,-25 - 6919: 89,-43 - 6920: 85,-25 - 6925: -3,-90 - 6926: 3,-87 - 6927: 11,-104 - 6928: 35,-53 - 6929: 36,-53 - 6930: 37,-53 - 6940: 76,-60 - 6941: 74,-55 - 6942: 78,-55 - 6943: 78,-65 - 6944: 74,-65 - 6945: 85,-58 - 6946: 85,-59 - 6947: 84,-59 - 6948: 84,-58 - 6949: 85,-62 - 6950: 85,-61 - 6951: 84,-61 - 6952: 84,-62 - 6960: 53,-63 - 6961: 54,-63 - 6962: 54,-67 - 6963: 53,-67 - 7330: 45,-63 - 7331: 46,-67 - 7332: 43,-63 - 7370: 15,21 - 7385: 58,6 - 7386: 58,7 - 7387: 58,8 - 7388: 60,8 - 7389: 60,7 - 7390: 60,6 - 7395: 58,4 - 7403: 61,-7 - 7404: 63,-7 - 7405: 63,-5 - 7406: 62,-5 - 7407: 61,-5 - 7457: 36,9 - 7458: 37,9 - 7459: 38,9 - 7659: -63,-47 - 7839: -48,-39 - 7840: -47,-39 - 8190: 13,-44 - 8191: 13,-45 - 8192: 13,-46 - 8193: 10,-46 - 8195: 8,-46 - 8196: 7,-46 - 8197: 5,-46 - 8198: 4,-46 - 8199: 2,-46 - 8205: 6,-42 - 8206: 5,-42 - 8262: 11,-28 - 8289: -5,-31 - 8290: 13,-25 - 8292: -14,-23 - 8293: -15,-23 - 8294: -15,-22 - 8295: -14,-22 - 8296: -14,-21 - 8297: -15,-21 - 8298: -14,-20 - 8299: -15,-20 - 8300: -15,-19 - 8301: -14,-19 - 8302: -11,-18 - 8303: -9,-16 - 8304: -11,-39 - 8305: -11,-38 - 8306: -11,-37 - 8647: -45,-40 - 8671: 46,9 - 8672: 47,9 - 8673: 47,7 - 8699: 40,-2 - 8700: 41,-2 - 8701: 43,-2 - 8743: -51,-11 - 8744: -51,-10 - 8745: -51,-9 - 8746: -49,-12 - 8747: -48,-12 - 8748: -46,-10 - 8751: -48,-17 - 8752: -49,-17 - 8753: -50,-17 - 8780: -56,-38 - 8781: -54,-38 - 8782: -58,-36 - 9060: 50,-5 - 9061: 45,-2 + 1420: -55,-61 + 1421: -55,-62 + 1422: -55,-63 + 1423: -49,-60 + 1424: -49,-61 + 1425: -49,-62 + 1426: -49,-63 + 1427: -47,-63 + 1428: -47,-62 + 1429: -47,-61 + 1430: -47,-60 + 1636: 53,-80 + 1637: 54,-80 + 1638: 53,-81 + 1641: 49,-82 + 1642: 50,-82 + 1647: 54,-81 + 1883: 56,-66 + 1884: 57,-66 + 1885: 57,-67 + 1886: 56,-67 + 1887: 58,-66 + 1888: 58,-67 + 1889: 59,-67 + 1890: 59,-66 + 1917: 61,-63 + 1918: 62,-63 + 1919: 63,-63 + 2240: 104,-21 + 2241: 105,-21 + 2242: 106,-21 + 4940: 55,-90 + 4973: 67,-8 + 4974: 67,-7 + 4975: 67,-6 + 4976: 53,-14 + 4977: 53,-15 + 4978: 53,-16 + 4990: -5,-90 + 4991: -5,-91 + 4992: -5,-92 + 4993: -7,-90 + 4994: -7,-91 + 4995: -7,-92 + 5436: 37,-36 + 5437: 38,-36 + 5438: 39,-36 + 6345: -2,-61 + 6346: -3,-61 + 6347: 0,-56 + 6348: 1,-56 + 6623: 12,-85 + 6845: -1,-72 + 6846: 3,-79 + 6847: 9,-79 + 6848: -6,-97 + 6849: -6,-96 + 6850: -6,-95 + 6853: -5,-85 + 6854: -10,-82 + 6855: 2,-56 + 6856: 18,-75 + 6857: 32,-56 + 6858: 31,-28 + 6859: 29,-8 + 6860: -3,-1 + 6861: -4,26 + 6862: -35,-30 + 6863: -53,-46 + 6864: -66,-46 + 6865: -77,-37 + 6866: -51,-55 + 6867: -62,-69 + 6868: -67,-72 + 6871: -66,-69 + 6872: -65,-69 + 6873: -64,-69 + 6874: -54,-67 + 6875: -46,-75 + 6876: -36,-60 + 6877: -31,-59 + 6878: -31,-76 + 6879: -22,-82 + 6880: -36,-99 + 6881: -3,-92 + 6882: 50,-85 + 6883: 53,-56 + 6884: 51,-49 + 6885: 42,-13 + 6886: 42,-11 + 6887: 59,-1 + 6888: 71,-7 + 6889: 54,-31 + 6890: 79,-30 + 6891: 70,-25 + 6892: 89,-43 + 6893: 85,-25 + 6898: -3,-90 + 6899: 3,-87 + 6900: 11,-104 + 6901: 35,-53 + 6902: 36,-53 + 6903: 37,-53 + 6913: 76,-60 + 6914: 74,-55 + 6915: 78,-55 + 6916: 78,-65 + 6917: 74,-65 + 6918: 85,-58 + 6919: 85,-59 + 6920: 84,-59 + 6921: 84,-58 + 6922: 85,-62 + 6923: 85,-61 + 6924: 84,-61 + 6925: 84,-62 + 6933: 53,-63 + 6934: 54,-63 + 6935: 54,-67 + 6936: 53,-67 + 7300: 45,-63 + 7301: 46,-67 + 7302: 43,-63 + 7340: 15,21 + 7355: 58,6 + 7356: 58,7 + 7357: 58,8 + 7358: 60,8 + 7359: 60,7 + 7360: 60,6 + 7365: 58,4 + 7373: 61,-7 + 7374: 63,-7 + 7375: 63,-5 + 7376: 62,-5 + 7377: 61,-5 + 7427: 36,9 + 7428: 37,9 + 7429: 38,9 + 7629: -63,-47 + 7809: -48,-39 + 7810: -47,-39 + 8160: 13,-44 + 8161: 13,-45 + 8162: 13,-46 + 8163: 10,-46 + 8165: 8,-46 + 8166: 7,-46 + 8167: 5,-46 + 8168: 4,-46 + 8169: 2,-46 + 8175: 6,-42 + 8176: 5,-42 + 8232: 11,-28 + 8259: -5,-31 + 8260: 13,-25 + 8262: -14,-23 + 8263: -15,-23 + 8264: -15,-22 + 8265: -14,-22 + 8266: -14,-21 + 8267: -15,-21 + 8268: -14,-20 + 8269: -15,-20 + 8270: -15,-19 + 8271: -14,-19 + 8272: -11,-18 + 8273: -9,-16 + 8274: -11,-39 + 8275: -11,-38 + 8276: -11,-37 + 8617: -45,-40 + 8641: 46,9 + 8642: 47,9 + 8643: 47,7 + 8669: 40,-2 + 8670: 41,-2 + 8671: 43,-2 + 8713: -51,-11 + 8714: -51,-10 + 8715: -51,-9 + 8716: -49,-12 + 8717: -48,-12 + 8718: -46,-10 + 8721: -48,-17 + 8722: -49,-17 + 8723: -50,-17 + 8750: -56,-38 + 8751: -54,-38 + 8752: -58,-36 + 9001: 50,-5 + 9002: 45,-2 + 9080: 39,-84 + 9081: 43,-83 - node: cleanable: True color: '#FFFFFFFF' id: Bot decals: - 4149: -14,-86 - 4150: -14,-85 - 4151: -14,-84 - 4152: -14,-84 - 4153: -14,-83 - 4154: -12,-83 - 4155: -12,-84 - 4156: -12,-85 - 4157: -12,-86 + 4129: -14,-86 + 4130: -14,-85 + 4131: -14,-84 + 4132: -14,-84 + 4133: -14,-83 + 4134: -12,-83 + 4135: -12,-84 + 4136: -12,-85 + 4137: -12,-86 - node: color: '#FFFFFFFF' id: BotLeft decals: 90: -3,6 - 1645: 51,-82 - 1649: 53,-82 - 1650: 54,-79 + 1639: 51,-82 + 1643: 53,-82 + 1644: 54,-79 - node: color: '#FFFFFFFF' id: BotRight decals: 89: -7,6 - 1646: 48,-82 - 1651: 54,-82 - 1652: 53,-79 + 1640: 48,-82 + 1645: 54,-82 + 1646: 53,-79 - node: color: '#DE3A3A96' id: Box decals: - 3156: 69,3 - 3157: 69,2 - 3158: 69,1 + 3136: 69,3 + 3137: 69,2 + 3138: 69,1 - node: color: '#FFFFFFFF' id: Box decals: - 1654: -6,15 - 1655: -7,15 - 1656: -4,15 - 1657: -3,15 - 1658: 3,17 - 1659: 5,17 - 1660: 5,13 - 1661: 3,13 - 3286: 72,-12 - 3287: 72,-13 - 3288: 72,-14 - 3289: 72,-15 - 3601: 17,7 - 3602: 16,7 - 6369: -3,-59 - 6370: -3,-58 - 6936: 74,-58 - 6937: 74,-62 - 6938: 78,-62 - 6939: 78,-58 - 7333: 42,-65 - 7334: 48,-64 - 7368: 14,21 - 7369: 18,21 - 7383: 60,5 - 7384: 60,4 - 8688: 48,3 - 8692: 41,2 - 8693: 40,2 - 8694: 40,4 - 8695: 41,4 - 8696: 42,4 - 9059: 50,-4 + 1648: -6,15 + 1649: -7,15 + 1650: -4,15 + 1651: -3,15 + 1652: 3,17 + 1653: 5,17 + 1654: 5,13 + 1655: 3,13 + 3266: 72,-12 + 3267: 72,-13 + 3268: 72,-14 + 3269: 72,-15 + 3581: 17,7 + 3582: 16,7 + 6349: -3,-59 + 6350: -3,-58 + 6909: 74,-58 + 6910: 74,-62 + 6911: 78,-62 + 6912: 78,-58 + 7303: 42,-65 + 7304: 48,-64 + 7338: 14,21 + 7339: 18,21 + 7353: 60,5 + 7354: 60,4 + 8658: 48,3 + 8662: 41,2 + 8663: 40,2 + 8664: 40,4 + 8665: 41,4 + 8666: 42,4 + 9000: 50,-4 - node: cleanable: True color: '#FFFFFFFF' id: Box decals: - 6800: -51,-84 - 6801: -50,-84 - 6802: -49,-84 + 6773: -51,-84 + 6774: -50,-84 + 6775: -49,-84 - node: color: '#FFFFFFFF' id: BrickTileDarkCornerNe decals: - 1537: -73,-49 - 8343: -12,-26 - 8353: 12,-36 - 8397: 7,-40 - 9049: 49,-3 - 9085: -48,-48 + 1531: -73,-49 + 8313: -12,-26 + 8323: 12,-36 + 8367: 7,-40 + 8990: 49,-3 + 9026: -48,-48 - node: color: '#FFFFFFFF' id: BrickTileDarkCornerNw decals: - 1539: -75,-49 - 8348: -13,-26 - 8354: 11,-36 - 8405: 3,-40 - 9057: 47,-3 - 9090: -49,-48 + 1533: -75,-49 + 8318: -13,-26 + 8324: 11,-36 + 8375: 3,-40 + 8998: 47,-3 + 9031: -49,-48 - node: color: '#FFFFFFFF' id: BrickTileDarkCornerSe decals: - 1540: -73,-50 - 8345: -12,-28 - 8356: 12,-37 - 8398: 7,-41 - 9052: 49,-6 - 9087: -48,-50 + 1534: -73,-50 + 8315: -12,-28 + 8326: 12,-37 + 8368: 7,-41 + 8993: 49,-6 + 9028: -48,-50 - node: color: '#FFFFFFFF' id: BrickTileDarkCornerSw decals: - 1541: -75,-50 - 8346: -13,-28 - 8355: 11,-37 - 8406: 3,-41 - 9054: 47,-6 - 9088: -49,-50 + 1535: -75,-50 + 8316: -13,-28 + 8325: 11,-37 + 8376: 3,-41 + 8995: 47,-6 + 9029: -49,-50 - node: color: '#FFFFFFFF' id: BrickTileDarkEndE decals: - 8992: 35,22 + 8933: 35,22 - node: color: '#FFFFFFFF' id: BrickTileDarkEndN decals: - 6590: 59,7 - 8677: 46,3 + 6570: 59,7 + 8647: 46,3 - node: color: '#FFFFFFFF' id: BrickTileDarkEndS decals: - 6595: 59,4 - 8679: 46,1 + 6575: 59,4 + 8649: 46,1 - node: color: '#FFFFFFFF' id: BrickTileDarkEndW decals: - 8993: 34,22 + 8934: 34,22 - node: color: '#FFFFFFFF' id: BrickTileDarkInnerNe decals: - 8995: 34,21 + 8936: 34,21 - node: color: '#FFFFFFFF' id: BrickTileDarkInnerNw decals: - 8994: 35,21 + 8935: 35,21 - node: color: '#FFFFFFFF' id: BrickTileDarkInnerSe decals: - 8997: 34,23 + 8938: 34,23 - node: color: '#FFFFFFFF' id: BrickTileDarkInnerSw decals: - 8996: 35,23 + 8937: 35,23 - node: color: '#FFFFFFFF' id: BrickTileDarkLineE decals: 1223: -69,-44 - 1359: 43,-30 - 1360: 43,-19 - 1389: 43,-49 - 1390: 43,-48 - 1391: 43,-47 - 1392: 43,-44 - 1393: 43,-41 - 1394: 43,-40 - 1395: 43,-39 - 1401: -1,-79 - 1402: -1,-82 - 1516: 43,-36 - 6593: 59,6 - 6594: 59,5 - 8344: -12,-27 - 8678: 46,2 - 9050: 49,-4 - 9051: 49,-5 - 9065: 43,-27 - 9066: 43,-26 - 9067: 43,-25 - 9071: 43,-22 - 9086: -48,-49 + 1353: 43,-30 + 1354: 43,-19 + 1383: 43,-49 + 1384: 43,-48 + 1385: 43,-47 + 1386: 43,-44 + 1387: 43,-41 + 1388: 43,-40 + 1389: 43,-39 + 1395: -1,-79 + 1396: -1,-82 + 1510: 43,-36 + 6573: 59,6 + 6574: 59,5 + 8314: -12,-27 + 8648: 46,2 + 8991: 49,-4 + 8992: 49,-5 + 9006: 43,-27 + 9007: 43,-26 + 9008: 43,-25 + 9012: 43,-22 + 9027: -48,-49 - node: color: '#FFFFFFFF' id: BrickTileDarkLineN @@ -1076,13 +1078,13 @@ entities: 1203: -38,-45 1204: -37,-45 1205: -36,-45 - 1366: 44,-31 - 1399: 44,-50 - 1538: -74,-49 - 8402: 6,-40 - 8403: 5,-40 - 8404: 4,-40 - 9058: 48,-3 + 1360: 44,-31 + 1393: 44,-50 + 1532: -74,-49 + 8372: 6,-40 + 8373: 5,-40 + 8374: 4,-40 + 8999: 48,-3 - node: color: '#FFFFFFFF' id: BrickTileDarkLineS @@ -1104,671 +1106,671 @@ entities: 1220: -62,-43 1221: -65,-43 1222: -68,-43 - 1400: 44,-35 - 1542: -74,-50 - 8399: 6,-41 - 8400: 5,-41 - 8401: 4,-41 - 9053: 48,-6 + 1394: 44,-35 + 1536: -74,-50 + 8369: 6,-41 + 8370: 5,-41 + 8371: 4,-41 + 8994: 48,-6 - node: color: '#FFFFFFFF' id: BrickTileDarkLineW decals: 1224: -35,-44 - 1361: 45,-22 - 1362: 45,-25 - 1363: 45,-26 - 1364: 45,-27 - 1365: 45,-30 - 1396: 45,-47 - 1397: 45,-48 - 1398: 45,-49 - 1403: 1,-82 - 1404: 1,-79 - 5373: 45,-19 - 5702: 45,-36 - 5703: 45,-39 - 5704: 45,-40 - 5705: 45,-41 - 5706: 45,-44 - 6591: 59,6 - 6592: 59,5 - 8347: -13,-27 - 8680: 46,2 - 9055: 47,-5 - 9056: 47,-4 - 9089: -49,-49 + 1355: 45,-22 + 1356: 45,-25 + 1357: 45,-26 + 1358: 45,-27 + 1359: 45,-30 + 1390: 45,-47 + 1391: 45,-48 + 1392: 45,-49 + 1397: 1,-82 + 1398: 1,-79 + 5353: 45,-19 + 5682: 45,-36 + 5683: 45,-39 + 5684: 45,-40 + 5685: 45,-41 + 5686: 45,-44 + 6571: 59,6 + 6572: 59,5 + 8317: -13,-27 + 8650: 46,2 + 8996: 47,-5 + 8997: 47,-4 + 9030: -49,-49 - node: color: '#FFFFFFFF' id: BrickTileSteelBox decals: - 2877: -36,-59 + 2857: -36,-59 - node: color: '#9FED58B2' id: BrickTileSteelCornerNe decals: - 7450: 38,13 - 7456: 34,15 + 7420: 38,13 + 7426: 34,15 - node: color: '#FFFFFFFF' id: BrickTileSteelCornerNe decals: - 3064: 43,-5 - 6282: 63,-41 - 6283: 63,-36 + 3044: 43,-5 + 6262: 63,-41 + 6263: 63,-36 - node: color: '#FFFFFFFF' id: BrickTileSteelCornerNw decals: - 6294: 62,-41 - 6295: 62,-36 - 8135: 8,-22 - 9094: -35,-82 + 6274: 62,-41 + 6275: 62,-36 + 8105: 8,-22 + 9033: -35,-82 - node: color: '#9FED58B2' id: BrickTileSteelCornerSe decals: - 7447: 38,9 + 7417: 38,9 - node: color: '#FFFFFFFF' id: BrickTileSteelCornerSe decals: - 3059: 68,-10 - 6287: 63,-43 - 6288: 63,-39 + 3039: 68,-10 + 6267: 63,-43 + 6268: 63,-39 - node: color: '#FFFFFFFF' id: BrickTileSteelCornerSw decals: - 3060: 43,-10 - 6289: 62,-39 - 6290: 62,-43 - 9093: -35,-80 + 3040: 43,-10 + 6269: 62,-39 + 6270: 62,-43 + 9032: -35,-80 - node: color: '#FFFFFFFF' id: BrickTileSteelEndE decals: - 2876: -39,-59 - 2915: -62,-66 - 2916: -54,-66 - 2917: -50,-66 - 2995: 61,-10 - 3395: -79,-48 - 3396: -79,-46 - 3397: -79,-40 - 3398: -79,-38 - 6773: -62,-70 - 8792: -54,-36 - 8793: -54,-33 + 2856: -39,-59 + 2895: -62,-66 + 2896: -54,-66 + 2897: -50,-66 + 2975: 61,-10 + 3375: -79,-48 + 3376: -79,-46 + 3377: -79,-40 + 3378: -79,-38 + 6746: -62,-70 + 8762: -54,-36 + 8763: -54,-33 - node: color: '#FFFFFFFF' id: BrickTileSteelEndN decals: - 2841: -44,-77 - 2878: -44,-72 - 2881: -44,-54 - 2882: -44,-62 - 2883: -44,-67 - 2928: -39,-53 - 3037: 68,-9 - 3038: 68,-2 - 4939: 7,-72 - 6776: -68,-75 - 6777: -66,-75 - 8661: -46,-33 + 2821: -44,-77 + 2858: -44,-72 + 2861: -44,-54 + 2862: -44,-62 + 2863: -44,-67 + 2908: -39,-53 + 3017: 68,-9 + 3018: 68,-2 + 4919: 7,-72 + 6749: -68,-75 + 6750: -66,-75 + 8631: -46,-33 - node: color: '#FFFFFFFF' id: BrickTileSteelEndS decals: - 2840: -44,-79 - 2861: -44,-74 - 2884: -44,-69 - 2885: -44,-64 - 2886: -44,-56 - 2925: -39,-55 - 3024: 52,-22 - 3039: 68,-3 - 4942: 7,-73 - 6778: -68,-77 - 6779: -66,-77 - 8662: -46,-34 + 2820: -44,-79 + 2841: -44,-74 + 2864: -44,-69 + 2865: -44,-64 + 2866: -44,-56 + 2905: -39,-55 + 3004: 52,-22 + 3019: 68,-3 + 4922: 7,-73 + 6751: -68,-77 + 6752: -66,-77 + 8632: -46,-34 - node: color: '#FFFFFFFF' id: BrickTileSteelEndW decals: - 2875: -41,-59 - 2912: -51,-66 - 2913: -55,-66 - 2914: -65,-66 - 2969: 42,-5 - 3036: 67,-10 - 3391: -81,-38 - 3392: -81,-40 - 3393: -81,-46 - 3394: -81,-48 - 6770: -65,-70 - 8790: -56,-36 - 8791: -56,-33 + 2855: -41,-59 + 2892: -51,-66 + 2893: -55,-66 + 2894: -65,-66 + 2949: 42,-5 + 3016: 67,-10 + 3371: -81,-38 + 3372: -81,-40 + 3373: -81,-46 + 3374: -81,-48 + 6743: -65,-70 + 8760: -56,-36 + 8761: -56,-33 - node: color: '#FFFFFFFF' id: BrickTileSteelInnerNe decals: - 8143: 7,-24 + 8113: 7,-24 - node: color: '#FFFFFFFF' id: BrickTileSteelInnerNw decals: - 8142: 8,-24 - 8148: 13,-22 + 8112: 8,-24 + 8118: 13,-22 - node: color: '#FFFFFFFF' id: BrickTileSteelInnerSe decals: - 8146: 7,-21 + 8116: 7,-21 - node: color: '#FFFFFFFF' id: BrickTileSteelInnerSw decals: - 8147: 13,-21 + 8117: 13,-21 - node: color: '#9FED58B2' id: BrickTileSteelLineE decals: - 7448: 38,10 - 7449: 38,14 - 7452: 34,14 + 7418: 38,10 + 7419: 38,14 + 7422: 34,14 - node: color: '#FFFFFFFF' id: BrickTileSteelLineE decals: - 2842: -44,-78 - 2887: -44,-55 - 2888: -44,-63 - 2889: -44,-68 - 2926: -39,-54 - 2970: 43,-9 - 2971: 43,-8 - 2972: 43,-7 - 2973: 43,-6 - 3025: 52,-21 - 3026: 52,-20 - 3027: 52,-19 - 3028: 52,-18 - 3029: 52,-17 - 3030: 52,-16 - 3031: 52,-15 - 3032: 52,-14 - 3033: 52,-13 - 3034: 52,-12 - 3035: 52,-11 - 3042: 68,-7 - 3043: 68,-5 - 3476: 82,-36 - 3477: 82,-35 - 3478: 82,-34 - 3479: 82,-32 - 3480: 82,-31 - 3481: 82,-30 - 3493: 82,-28 - 3494: 82,-27 - 3495: 82,-26 - 3496: 82,-25 - 3497: 82,-24 - 3498: 82,-38 - 3499: 82,-39 - 3500: 82,-40 - 3643: -44,-73 - 6284: 63,-37 - 6285: 63,-38 - 6286: 63,-42 - 6782: -68,-76 - 6783: -66,-76 - 8144: 7,-23 - 8145: 7,-22 - 9095: -37,-82 - 9096: -37,-81 - 9097: -37,-80 - 9098: -37,-79 + 2822: -44,-78 + 2867: -44,-55 + 2868: -44,-63 + 2869: -44,-68 + 2906: -39,-54 + 2950: 43,-9 + 2951: 43,-8 + 2952: 43,-7 + 2953: 43,-6 + 3005: 52,-21 + 3006: 52,-20 + 3007: 52,-19 + 3008: 52,-18 + 3009: 52,-17 + 3010: 52,-16 + 3011: 52,-15 + 3012: 52,-14 + 3013: 52,-13 + 3014: 52,-12 + 3015: 52,-11 + 3022: 68,-7 + 3023: 68,-5 + 3456: 82,-36 + 3457: 82,-35 + 3458: 82,-34 + 3459: 82,-32 + 3460: 82,-31 + 3461: 82,-30 + 3473: 82,-28 + 3474: 82,-27 + 3475: 82,-26 + 3476: 82,-25 + 3477: 82,-24 + 3478: 82,-38 + 3479: 82,-39 + 3480: 82,-40 + 3623: -44,-73 + 6264: 63,-37 + 6265: 63,-38 + 6266: 63,-42 + 6755: -68,-76 + 6756: -66,-76 + 8114: 7,-23 + 8115: 7,-22 + 9034: -37,-82 + 9035: -37,-81 + 9036: -37,-80 + 9037: -37,-79 - node: color: '#9FED58B2' id: BrickTileSteelLineN decals: - 7451: 37,13 + 7421: 37,13 - node: color: '#FFFFFFFF' id: BrickTileSteelLineN decals: - 2879: -40,-59 - 2918: -63,-66 - 2919: -64,-66 - 2978: 44,-10 - 2979: 45,-10 - 2980: 46,-10 - 2981: 47,-10 - 2982: 48,-10 - 2983: 49,-10 - 2984: 51,-10 - 2985: 53,-10 - 2986: 54,-10 - 2987: 55,-10 - 2988: 56,-10 - 2989: 57,-10 - 2990: 58,-10 - 2992: 50,-10 - 2993: 59,-10 - 2994: 60,-10 - 3056: 52,-10 - 3399: -80,-38 - 3400: -80,-40 - 3401: -80,-46 - 3402: -80,-48 - 3509: 85,-41 - 3510: 84,-41 - 3511: 83,-41 - 3512: 89,-41 - 3513: 90,-41 - 3514: 92,-41 - 3515: 93,-41 - 3516: 96,-41 - 3517: 97,-41 - 3518: 99,-41 - 3519: 100,-41 - 3539: 100,-23 - 3540: 99,-23 - 3541: 97,-23 - 3542: 96,-23 - 3543: 93,-23 - 3544: 92,-23 - 3545: 90,-23 - 3546: 89,-23 - 3547: 85,-23 - 3548: 84,-23 - 3549: 83,-23 - 3550: 81,-33 - 6771: -64,-70 - 6772: -63,-70 - 8131: 12,-22 - 8132: 11,-22 - 8133: 10,-22 - 8134: 9,-22 - 8794: -55,-33 - 8795: -55,-36 + 2859: -40,-59 + 2898: -63,-66 + 2899: -64,-66 + 2958: 44,-10 + 2959: 45,-10 + 2960: 46,-10 + 2961: 47,-10 + 2962: 48,-10 + 2963: 49,-10 + 2964: 51,-10 + 2965: 53,-10 + 2966: 54,-10 + 2967: 55,-10 + 2968: 56,-10 + 2969: 57,-10 + 2970: 58,-10 + 2972: 50,-10 + 2973: 59,-10 + 2974: 60,-10 + 3036: 52,-10 + 3379: -80,-38 + 3380: -80,-40 + 3381: -80,-46 + 3382: -80,-48 + 3489: 85,-41 + 3490: 84,-41 + 3491: 83,-41 + 3492: 89,-41 + 3493: 90,-41 + 3494: 92,-41 + 3495: 93,-41 + 3496: 96,-41 + 3497: 97,-41 + 3498: 99,-41 + 3499: 100,-41 + 3519: 100,-23 + 3520: 99,-23 + 3521: 97,-23 + 3522: 96,-23 + 3523: 93,-23 + 3524: 92,-23 + 3525: 90,-23 + 3526: 89,-23 + 3527: 85,-23 + 3528: 84,-23 + 3529: 83,-23 + 3530: 81,-33 + 6744: -64,-70 + 6745: -63,-70 + 8101: 12,-22 + 8102: 11,-22 + 8103: 10,-22 + 8104: 9,-22 + 8764: -55,-33 + 8765: -55,-36 - node: color: '#9FED58B2' id: BrickTileSteelLineS decals: - 7437: 34,9 - 7438: 35,9 - 7439: 36,9 - 7440: 37,9 + 7407: 34,9 + 7408: 35,9 + 7409: 36,9 + 7410: 37,9 - node: color: '#FFFFFFFF' id: BrickTileSteelLineS decals: - 2880: -40,-59 - 2920: -63,-66 - 2921: -64,-66 - 2996: 60,-10 - 2997: 59,-10 - 2998: 58,-10 - 2999: 57,-10 - 3000: 56,-10 - 3001: 55,-10 - 3002: 54,-10 - 3003: 53,-10 - 3004: 51,-10 - 3005: 50,-10 - 3006: 49,-10 - 3007: 48,-10 - 3008: 46,-10 - 3009: 47,-10 - 3010: 45,-10 - 3011: 44,-10 - 3403: -80,-40 - 3404: -80,-46 - 3405: -80,-48 - 3406: -80,-38 - 3504: 83,-41 - 3505: 84,-41 - 3506: 85,-41 - 3507: 85,-41 - 3508: 84,-41 - 3520: 100,-41 - 3521: 99,-41 - 3522: 97,-41 - 3523: 96,-41 - 3524: 93,-41 - 3525: 92,-41 - 3526: 90,-41 - 3527: 89,-41 - 3528: 83,-23 - 3529: 84,-23 - 3530: 85,-23 - 3531: 89,-23 - 3532: 90,-23 - 3533: 92,-23 - 3534: 93,-23 - 3535: 96,-23 - 3536: 97,-23 - 3537: 99,-23 - 3538: 100,-23 - 3551: 81,-33 - 6774: -64,-70 - 6775: -63,-70 - 8136: 12,-21 - 8137: 11,-21 - 8138: 10,-21 - 8139: 9,-21 - 8140: 8,-21 - 8796: -55,-36 - 8797: -55,-33 + 2860: -40,-59 + 2900: -63,-66 + 2901: -64,-66 + 2976: 60,-10 + 2977: 59,-10 + 2978: 58,-10 + 2979: 57,-10 + 2980: 56,-10 + 2981: 55,-10 + 2982: 54,-10 + 2983: 53,-10 + 2984: 51,-10 + 2985: 50,-10 + 2986: 49,-10 + 2987: 48,-10 + 2988: 46,-10 + 2989: 47,-10 + 2990: 45,-10 + 2991: 44,-10 + 3383: -80,-40 + 3384: -80,-46 + 3385: -80,-48 + 3386: -80,-38 + 3484: 83,-41 + 3485: 84,-41 + 3486: 85,-41 + 3487: 85,-41 + 3488: 84,-41 + 3500: 100,-41 + 3501: 99,-41 + 3502: 97,-41 + 3503: 96,-41 + 3504: 93,-41 + 3505: 92,-41 + 3506: 90,-41 + 3507: 89,-41 + 3508: 83,-23 + 3509: 84,-23 + 3510: 85,-23 + 3511: 89,-23 + 3512: 90,-23 + 3513: 92,-23 + 3514: 93,-23 + 3515: 96,-23 + 3516: 97,-23 + 3517: 99,-23 + 3518: 100,-23 + 3531: 81,-33 + 6747: -64,-70 + 6748: -63,-70 + 8106: 12,-21 + 8107: 11,-21 + 8108: 10,-21 + 8109: 9,-21 + 8110: 8,-21 + 8766: -55,-36 + 8767: -55,-33 - node: color: '#9FED58B2' id: BrickTileSteelLineW decals: - 7441: 33,10 - 7442: 33,11 - 7443: 33,12 - 7444: 33,13 - 7445: 33,14 - 7446: 33,15 + 7411: 33,10 + 7412: 33,11 + 7413: 33,12 + 7414: 33,13 + 7415: 33,14 + 7416: 33,15 - node: zIndex: -1 color: '#FFFFFFFF' id: BrickTileSteelLineW decals: - 8822: -56,-37 - 8823: -56,-35 - 8824: -56,-34 - 8825: -56,-32 - 8826: -56,-35 - 8827: -56,-34 + 8792: -56,-37 + 8793: -56,-35 + 8794: -56,-34 + 8795: -56,-32 + 8796: -56,-35 + 8797: -56,-34 - node: color: '#FFFFFFFF' id: BrickTileSteelLineW decals: - 2843: -44,-78 - 2890: -44,-68 - 2891: -44,-63 - 2892: -44,-55 - 2927: -39,-54 - 2974: 43,-9 - 2975: 43,-8 - 2976: 43,-7 - 2977: 43,-6 - 3012: 52,-11 - 3013: 52,-12 - 3014: 52,-13 - 3015: 52,-14 - 3016: 52,-15 - 3017: 52,-16 - 3018: 52,-17 - 3019: 52,-18 - 3020: 52,-18 - 3021: 52,-19 - 3022: 52,-20 - 3023: 52,-21 - 3040: 68,-5 - 3041: 68,-7 - 3482: 82,-36 - 3483: 82,-35 - 3484: 82,-34 - 3485: 82,-32 - 3486: 82,-31 - 3487: 82,-30 - 3488: 82,-28 - 3489: 82,-27 - 3490: 82,-26 - 3491: 82,-25 - 3492: 82,-24 - 3501: 82,-40 - 3502: 82,-39 - 3503: 82,-38 - 3644: -44,-73 - 3645: -44,-59 - 6291: 62,-42 - 6292: 62,-38 - 6293: 62,-37 - 6780: -68,-76 - 6781: -66,-76 - 8141: 8,-23 - 8828: -56,-35 - 8829: -56,-34 - 8830: -56,-32 - 8831: -56,-37 - 9099: -35,-79 + 2823: -44,-78 + 2870: -44,-68 + 2871: -44,-63 + 2872: -44,-55 + 2907: -39,-54 + 2954: 43,-9 + 2955: 43,-8 + 2956: 43,-7 + 2957: 43,-6 + 2992: 52,-11 + 2993: 52,-12 + 2994: 52,-13 + 2995: 52,-14 + 2996: 52,-15 + 2997: 52,-16 + 2998: 52,-17 + 2999: 52,-18 + 3000: 52,-18 + 3001: 52,-19 + 3002: 52,-20 + 3003: 52,-21 + 3020: 68,-5 + 3021: 68,-7 + 3462: 82,-36 + 3463: 82,-35 + 3464: 82,-34 + 3465: 82,-32 + 3466: 82,-31 + 3467: 82,-30 + 3468: 82,-28 + 3469: 82,-27 + 3470: 82,-26 + 3471: 82,-25 + 3472: 82,-24 + 3481: 82,-40 + 3482: 82,-39 + 3483: 82,-38 + 3624: -44,-73 + 3625: -44,-59 + 6271: 62,-42 + 6272: 62,-38 + 6273: 62,-37 + 6753: -68,-76 + 6754: -66,-76 + 8111: 8,-23 + 8798: -56,-35 + 8799: -56,-34 + 8800: -56,-32 + 8801: -56,-37 + 9038: -35,-79 - node: color: '#52B4E996' id: BrickTileWhiteCornerNe decals: - 3266: 57,-23 + 3246: 57,-23 - node: color: '#DE3A3A96' id: BrickTileWhiteCornerNe decals: - 3915: 56.997086,-2.4922874 + 3895: 56.997086,-2.4922874 - node: color: '#FFFFFFFF' id: BrickTileWhiteCornerNe decals: - 3724: -42,-16 - 7645: -66,-49 - 7668: -24,-93 - 8157: 11,-30 - 8170: 12,-29 - 8311: -6,-34 + 3704: -42,-16 + 7615: -66,-49 + 7638: -24,-93 + 8127: 11,-30 + 8140: 12,-29 + 8281: -6,-34 - node: color: '#52B4E996' id: BrickTileWhiteCornerNw decals: - 3262: 51,-25 + 3242: 51,-25 - node: color: '#DE3A3A96' id: BrickTileWhiteCornerNw decals: - 3914: 54.0075,-2.5027041 + 3894: 54.0075,-2.5027041 - node: color: '#FFFFFFFF' id: BrickTileWhiteCornerNw decals: - 7648: -67,-49 - 7667: -25,-93 - 8160: 10,-30 - 8161: 9,-29 + 7618: -67,-49 + 7637: -25,-93 + 8130: 10,-30 + 8131: 9,-29 - node: color: '#52B4E996' id: BrickTileWhiteCornerSe decals: - 3267: 57,-27 + 3247: 57,-27 - node: color: '#DE3A3A96' id: BrickTileWhiteCornerSe decals: - 3913: 56.997086,-6.4922876 + 3893: 56.997086,-6.4922876 - node: color: '#FFFFFFFF' id: BrickTileWhiteCornerSe decals: - 7646: -66,-50 - 7669: -24,-94 - 8158: 11,-31 - 8167: 12,-32 - 8731: -47,-13 + 7616: -66,-50 + 7639: -24,-94 + 8128: 11,-31 + 8137: 12,-32 + 8701: -47,-13 - node: color: '#52B4E996' id: BrickTileWhiteCornerSw decals: - 3265: 51,-27 + 3245: 51,-27 - node: color: '#DE3A3A96' id: BrickTileWhiteCornerSw decals: - 3912: 53.997086,-6.5131207 + 3892: 53.997086,-6.5131207 - node: color: '#FFFFFFFF' id: BrickTileWhiteCornerSw decals: - 7647: -67,-50 - 7670: -25,-94 - 8159: 10,-31 - 8164: 9,-32 + 7617: -67,-50 + 7640: -25,-94 + 8129: 10,-31 + 8134: 9,-32 - node: color: '#FFFFFFFF' id: BrickTileWhiteEndE decals: - 3716: -45,-29 - 3717: -50,-29 - 3718: -55,-29 - 8182: 7,-45 - 8189: 12,-45 + 3696: -45,-29 + 3697: -50,-29 + 3698: -55,-29 + 8152: 7,-45 + 8159: 12,-45 - node: color: '#FFFFFFFF' id: BrickTileWhiteEndN decals: - 3712: -43,-4 - 3713: -43,-10 - 3714: -42,-19 - 3715: -42,-24 - 8729: -47,-10 - 8987: 38,23 + 3692: -43,-4 + 3693: -43,-10 + 3694: -42,-19 + 3695: -42,-24 + 8699: -47,-10 + 8928: 38,23 - node: color: '#FFFFFFFF' id: BrickTileWhiteEndS decals: - 3708: -42,-26 - 3709: -42,-21 - 3710: -43,-13 - 3711: -43,-7 - 8986: 38,21 + 3688: -42,-26 + 3689: -42,-21 + 3690: -43,-13 + 3691: -43,-7 + 8927: 38,21 - node: color: '#FFFFFFFF' id: BrickTileWhiteEndW decals: - 3704: -57,-29 - 3705: -52,-29 - 3706: -47,-29 - 8178: 3,-45 - 8187: 11,-45 - 8730: -49,-13 + 3684: -57,-29 + 3685: -52,-29 + 3686: -47,-29 + 8148: 3,-45 + 8157: 11,-45 + 8700: -49,-13 - node: color: '#FFFFFFFF' id: BrickTileWhiteInnerNe decals: - 7841: -52,-36 + 7811: -52,-36 - node: color: '#FFFFFFFF' id: BrickTileWhiteInnerNw decals: - 7842: -49,-36 - 8738: -47,-13 + 7812: -49,-36 + 8708: -47,-13 - node: color: '#FFFFFFFF' id: BrickTileWhiteInnerSe decals: - 7844: -52,-33 + 7814: -52,-33 - node: color: '#FFFFFFFF' id: BrickTileWhiteInnerSw decals: - 7843: -49,-33 + 7813: -49,-33 - node: color: '#52B4E996' id: BrickTileWhiteLineE decals: - 3233: 57,-26 - 3234: 57,-25 - 3235: 57,-24 + 3213: 57,-26 + 3214: 57,-25 + 3215: 57,-24 - node: color: '#FFFFFFFF' id: BrickTileWhiteLineE decals: - 3707: -42,-29 - 3722: -42,-16 - 3725: -42,-20 - 3726: -42,-25 - 3737: -43,-12 - 3738: -43,-11 - 3739: -43,-6 - 3740: -43,-5 - 7836: -52,-35 - 8168: 12,-31 - 8169: 12,-30 - 8733: -47,-12 - 8734: -47,-11 - 8988: 38,22 + 3687: -42,-29 + 3702: -42,-16 + 3705: -42,-20 + 3706: -42,-25 + 3717: -43,-12 + 3718: -43,-11 + 3719: -43,-6 + 3720: -43,-5 + 7806: -52,-35 + 8138: 12,-31 + 8139: 12,-30 + 8703: -47,-12 + 8704: -47,-11 + 8929: 38,22 - node: color: '#52B4E996' id: BrickTileWhiteLineN decals: - 3256: 53,-25 - 3258: 54,-25 + 3236: 53,-25 + 3238: 54,-25 - node: color: '#FFFFFFFF' id: BrickTileWhiteLineN decals: - 3719: -56,-29 - 3720: -51,-29 - 3721: -46,-29 - 7832: -51,-36 - 7833: -50,-36 - 8152: -7,-34 - 8171: 11,-29 - 8172: 10,-29 - 8179: 4,-45 - 8180: 5,-45 - 8181: 6,-45 - 8737: -48,-13 + 3699: -56,-29 + 3700: -51,-29 + 3701: -46,-29 + 7802: -51,-36 + 7803: -50,-36 + 8122: -7,-34 + 8141: 11,-29 + 8142: 10,-29 + 8149: 4,-45 + 8150: 5,-45 + 8151: 6,-45 + 8707: -48,-13 - node: color: '#52B4E996' id: BrickTileWhiteLineS decals: - 3248: 52,-27 - 3250: 53,-27 - 3251: 54,-27 - 3252: 55,-27 - 3254: 56,-27 + 3228: 52,-27 + 3230: 53,-27 + 3231: 54,-27 + 3232: 55,-27 + 3234: 56,-27 - node: color: '#FFFFFFFF' id: BrickTileWhiteLineS decals: - 3723: -43,-16 - 3729: -51,-29 - 3730: -46,-29 - 3731: -56,-29 - 7834: -51,-33 - 7835: -50,-33 - 8149: -7,-39 - 8150: -6,-39 - 8151: -5,-39 - 8165: 10,-32 - 8166: 11,-32 - 8183: 6,-45 - 8184: 5,-45 - 8185: 4,-45 - 8732: -48,-13 + 3703: -43,-16 + 3709: -51,-29 + 3710: -46,-29 + 3711: -56,-29 + 7804: -51,-33 + 7805: -50,-33 + 8119: -7,-39 + 8120: -6,-39 + 8121: -5,-39 + 8135: 10,-32 + 8136: 11,-32 + 8153: 6,-45 + 8154: 5,-45 + 8155: 4,-45 + 8702: -48,-13 - node: color: '#52B4E996' id: BrickTileWhiteLineW decals: - 3239: 51,-26 - 3242: 55,-24 + 3219: 51,-26 + 3222: 55,-24 - node: color: '#FFFFFFFF' id: BrickTileWhiteLineW decals: - 3727: -42,-25 - 3728: -42,-20 - 3741: -43,-12 - 3742: -43,-11 - 3743: -43,-6 - 3744: -43,-5 - 7837: -49,-35 - 7838: -49,-34 - 8162: 9,-30 - 8163: 9,-31 - 8735: -47,-11 - 8736: -47,-12 - 8989: 38,22 + 3707: -42,-25 + 3708: -42,-20 + 3721: -43,-12 + 3722: -43,-11 + 3723: -43,-6 + 3724: -43,-5 + 7807: -49,-35 + 7808: -49,-34 + 8132: 9,-30 + 8133: 9,-31 + 8705: -47,-11 + 8706: -47,-12 + 8930: 38,22 - node: color: '#FFFFFFFF' id: BushAOne @@ -1802,7 +1804,7 @@ entities: color: '#FFFFFFFF' id: Bushi1 decals: - 7633: 35.957897,3.9893675 + 7603: 35.957897,3.9893675 - node: color: '#FFFFFFFF' id: Bushl1 @@ -1812,300 +1814,300 @@ entities: color: '#FFFFFFFF' id: Bushl3 decals: - 3422: -79.66552,-43.28641 - 3423: -73.98027,-37.06336 + 3402: -79.66552,-43.28641 + 3403: -73.98027,-37.06336 - node: color: '#FFFFFFFF' id: Bushm1 decals: - 3421: -79.087395,-42.802036 - 5039: 27,-68 + 3401: -79.087395,-42.802036 + 5019: 27,-68 - node: color: '#FFFFFFFF' id: Bushm2 decals: - 3419: -73.9884,-38.446636 - 3420: -79.681145,-42.44266 - 5040: -27,-69 - 7142: -84,2 + 3399: -73.9884,-38.446636 + 3400: -79.681145,-42.44266 + 5020: -27,-69 + 7115: -84,2 - node: color: '#FFFFFFFF' id: Caution decals: - 6857: 0,-72 + 6830: 0,-72 - node: angle: 4.71238898038469 rad color: '#FFFFFFFF' id: Caution decals: - 8998: 36,20 + 8939: 36,20 - node: color: '#52B4E996' id: CheckerNESW decals: - 7427: 34,12 - 7428: 34,11 - 7429: 35,11 - 7430: 35,12 - 7431: 36,12 - 7432: 36,11 - 7433: 37,11 - 7434: 37,12 - 7435: 38,12 - 7436: 38,11 + 7397: 34,12 + 7398: 34,11 + 7399: 35,11 + 7400: 35,12 + 7401: 36,12 + 7402: 36,11 + 7403: 37,11 + 7404: 37,12 + 7405: 38,12 + 7406: 38,11 - node: color: '#79150096' id: CheckerNESW decals: - 7519: 32,-2 - 7520: 31,-2 - 7521: 31,-3 - 7522: 31,-4 - 7523: 31,-5 - 7524: 31,-6 - 7525: 32,-6 - 7526: 33,-6 - 7527: 34,-6 - 7528: 35,-6 - 7529: 35,-5 - 7530: 35,-4 - 7531: 35,-3 - 7532: 35,-2 - 7533: 34,-2 - 7534: 33,-2 - 7535: 33,-3 - 7536: 32,-3 - 7537: 34,-3 - 7538: 35,-1 - 7539: 35,0 - 7540: 35,1 - 7541: 35,2 - 7542: 36,2 - 7543: 37,2 - 7544: 34,2 - 7545: 32,2 - 7546: 33,2 - 7547: 33,3 - 7548: 34,3 - 7549: 34,4 - 7550: 33,4 - 7551: 33,5 - 7552: 34,5 - 7553: 37,6 - 7554: 36,6 - 7555: 35,6 - 7556: 34,6 - 7557: 33,6 - 7558: 32,6 - 7559: 31,6 - 7560: 30,6 - 7561: 30,5 - 7562: 30,4 - 7563: 30,3 - 7564: 30,2 - 7565: 31,2 - 7566: 31,1 - 7567: 31,0 - 7568: 31,-1 - 7569: 36,-2 - 7570: 37,-2 - 7571: 36,-5 - 7572: 37,-5 - 7573: 38,-5 - 7574: 38,-4 - 7575: 38,-3 - 7576: 30,1 - 7577: 30,0 - 7578: 30,-1 - 7579: 30,-2 - 7580: 30,-3 - 7581: 30,-4 - 7582: 30,-5 - 7583: 30,-6 - 7584: 36,-6 - 7585: 37,-6 - 7586: 38,-6 - 7587: 37,7 - 7588: 36,7 - 7589: 35,7 - 7590: 34,7 - 7591: 33,7 - 7592: 32,7 - 7593: 31,7 - 7594: 30,7 - 7595: 29,7 - 7596: 29,6 - 7597: 29,5 + 7489: 32,-2 + 7490: 31,-2 + 7491: 31,-3 + 7492: 31,-4 + 7493: 31,-5 + 7494: 31,-6 + 7495: 32,-6 + 7496: 33,-6 + 7497: 34,-6 + 7498: 35,-6 + 7499: 35,-5 + 7500: 35,-4 + 7501: 35,-3 + 7502: 35,-2 + 7503: 34,-2 + 7504: 33,-2 + 7505: 33,-3 + 7506: 32,-3 + 7507: 34,-3 + 7508: 35,-1 + 7509: 35,0 + 7510: 35,1 + 7511: 35,2 + 7512: 36,2 + 7513: 37,2 + 7514: 34,2 + 7515: 32,2 + 7516: 33,2 + 7517: 33,3 + 7518: 34,3 + 7519: 34,4 + 7520: 33,4 + 7521: 33,5 + 7522: 34,5 + 7523: 37,6 + 7524: 36,6 + 7525: 35,6 + 7526: 34,6 + 7527: 33,6 + 7528: 32,6 + 7529: 31,6 + 7530: 30,6 + 7531: 30,5 + 7532: 30,4 + 7533: 30,3 + 7534: 30,2 + 7535: 31,2 + 7536: 31,1 + 7537: 31,0 + 7538: 31,-1 + 7539: 36,-2 + 7540: 37,-2 + 7541: 36,-5 + 7542: 37,-5 + 7543: 38,-5 + 7544: 38,-4 + 7545: 38,-3 + 7546: 30,1 + 7547: 30,0 + 7548: 30,-1 + 7549: 30,-2 + 7550: 30,-3 + 7551: 30,-4 + 7552: 30,-5 + 7553: 30,-6 + 7554: 36,-6 + 7555: 37,-6 + 7556: 38,-6 + 7557: 37,7 + 7558: 36,7 + 7559: 35,7 + 7560: 34,7 + 7561: 33,7 + 7562: 32,7 + 7563: 31,7 + 7564: 30,7 + 7565: 29,7 + 7566: 29,6 + 7567: 29,5 - node: cleanable: True color: '#D381C996' id: CheckerNESW decals: - 4950: -44,-47 - 4951: -44,-48 + 4930: -44,-47 + 4931: -44,-48 - node: color: '#DE3A3A96' id: CheckerNESW decals: - 6525: -8,0 - 6526: -7,0 - 6527: -6,0 + 6505: -8,0 + 6506: -7,0 + 6507: -6,0 - node: color: '#4B709CFF' id: CheckerNWSE decals: - 7697: -5,15 - 7698: 4,16 - 7699: 4,14 + 7667: -5,15 + 7668: 4,16 + 7669: 4,14 - node: color: '#A4610696' id: CheckerNWSE decals: - 2041: 7,-100 - 2042: 7,-101 + 2026: 7,-100 + 2027: 7,-101 - node: color: '#DE3A3A96' id: CheckerNWSE decals: - 1492: -68,-38 - 1493: -68,-39 - 1494: -65,-38 - 1495: -65,-39 - 1496: -67,-38 - 1497: -66,-38 - 1498: -66,-39 - 1499: -67,-39 - 1533: -71,-49 - 1534: -71,-50 - 1535: -77,-50 - 1536: -77,-49 - 7634: -81,-50 - 7635: -79,-50 - 7636: -79,-53 - 7637: -81,-53 + 1486: -68,-38 + 1487: -68,-39 + 1488: -65,-38 + 1489: -65,-39 + 1490: -67,-38 + 1491: -66,-38 + 1492: -66,-39 + 1493: -67,-39 + 1527: -71,-49 + 1528: -71,-50 + 1529: -77,-50 + 1530: -77,-49 + 7604: -81,-50 + 7605: -79,-50 + 7606: -79,-53 + 7607: -81,-53 - node: color: '#EFB34196' id: CheckerNWSE decals: - 1549: 57,-60 - 1550: 58,-60 - 1551: 56,-60 - 1908: 47,-79 - 1909: 48,-79 - 1910: 49,-77 - 1911: 49,-76 - 1912: 49,-75 - 1913: 49,-71 - 1914: 49,-72 - 1915: 49,-73 - 1935: 49,-84 - 1936: 50,-84 - 1937: 51,-84 - 1938: 52,-84 - 1939: 53,-84 - 1940: 54,-84 - 1941: 54,-83 - 1942: 53,-83 + 1543: 57,-60 + 1544: 58,-60 + 1545: 56,-60 + 1902: 47,-79 + 1903: 48,-79 + 1904: 49,-77 + 1905: 49,-76 + 1906: 49,-75 + 1907: 49,-71 + 1908: 49,-72 + 1909: 49,-73 + 1920: 49,-84 + 1921: 50,-84 + 1922: 51,-84 + 1923: 52,-84 + 1924: 53,-84 + 1925: 54,-84 + 1926: 54,-83 + 1927: 53,-83 - node: color: '#A4610696' id: ConcreteTrimBox decals: - 1456: 0,-82 - 1457: 0,-79 + 1450: 0,-82 + 1451: 0,-79 - node: color: '#DE3A3A96' id: ConcreteTrimBox decals: - 1526: 44,-19 - 1527: 44,-22 - 1528: 44,-30 + 1520: 44,-19 + 1521: 44,-22 + 1522: 44,-30 - node: color: '#EFB34196' id: ConcreteTrimBox decals: - 1515: 44,-36 - 1521: 44,-44 + 1509: 44,-36 + 1515: 44,-44 - node: color: '#DE3A3A96' id: ConcreteTrimEndN decals: - 1530: 44,-25 + 1524: 44,-25 - node: color: '#EFB34196' id: ConcreteTrimEndN decals: - 1517: 44,-39 - 1518: 44,-47 + 1511: 44,-39 + 1512: 44,-47 - node: color: '#DE3A3A96' id: ConcreteTrimEndS decals: - 1529: 44,-27 + 1523: 44,-27 - node: color: '#EFB34196' id: ConcreteTrimEndS decals: - 1519: 44,-49 - 1520: 44,-41 + 1513: 44,-49 + 1514: 44,-41 - node: color: '#9FED5896' id: ConcreteTrimInnerNe decals: - 1334: -31,-82 - 1349: -33,-91 - 1350: -33,-87 - 1351: -33,-88 - 1358: -33,-82 + 1328: -31,-82 + 1343: -33,-91 + 1344: -33,-87 + 1345: -33,-88 + 1352: -33,-82 - node: color: '#9FED5896' id: ConcreteTrimInnerNw decals: - 1327: -34,-82 - 1328: -27,-82 - 1347: -32,-91 - 1348: -32,-87 - 1352: -32,-88 - 1357: -32,-82 + 1323: -34,-82 + 1324: -27,-82 + 1341: -32,-91 + 1342: -32,-87 + 1346: -32,-88 + 1351: -32,-82 - node: color: '#9FED5896' id: ConcreteTrimInnerSe decals: - 1331: -31,-81 - 1343: -33,-88 - 1344: -33,-84 - 1353: -33,-87 - 1356: -33,-81 + 1327: -31,-81 + 1337: -33,-88 + 1338: -33,-84 + 1347: -33,-87 + 1350: -33,-81 - node: color: '#9FED5896' id: ConcreteTrimInnerSw decals: - 1329: -34,-81 - 1330: -27,-81 - 1345: -32,-88 - 1346: -32,-84 - 1354: -32,-87 - 1355: -32,-81 + 1325: -34,-81 + 1326: -27,-81 + 1339: -32,-88 + 1340: -32,-84 + 1348: -32,-87 + 1349: -32,-81 - node: color: '#9FED5896' id: ConcreteTrimLineE decals: 1313: -26,-77 1314: -26,-78 - 1335: -33,-85 - 1336: -33,-86 - 1337: -33,-89 - 1338: -33,-90 + 1329: -33,-85 + 1330: -33,-86 + 1331: -33,-89 + 1332: -33,-90 - node: color: '#DE3A3A96' id: ConcreteTrimLineE decals: - 1531: 44,-26 + 1525: 44,-26 - node: color: '#EFB34196' id: ConcreteTrimLineE decals: - 1522: 44,-48 - 1523: 44,-40 + 1516: 44,-48 + 1517: 44,-40 - node: color: '#9FED5896' id: ConcreteTrimLineN @@ -2119,40 +2121,40 @@ entities: id: ConcreteTrimLineS decals: 1316: -25,-76 - 1322: -30,-81 - 1323: -29,-81 - 1324: -28,-81 + 1320: -30,-81 + 1321: -29,-81 + 1322: -28,-81 - node: color: '#9FED5896' id: ConcreteTrimLineW decals: 1311: -24,-77 1312: -24,-78 - 1339: -32,-85 - 1340: -32,-86 - 1341: -32,-89 - 1342: -32,-90 + 1333: -32,-85 + 1334: -32,-86 + 1335: -32,-89 + 1336: -32,-90 - node: color: '#DE3A3A96' id: ConcreteTrimLineW decals: - 1532: 44,-26 + 1526: 44,-26 - node: color: '#EFB34196' id: ConcreteTrimLineW decals: - 1524: 44,-48 - 1525: 44,-40 + 1518: 44,-48 + 1519: 44,-40 - node: color: '#951710FF' id: Delivery decals: - 8681: 44,7 - 8682: 44,6 - 8683: 47,6 - 8684: 48,6 - 8685: 48,8 - 8686: 47,8 + 8651: 44,7 + 8652: 44,6 + 8653: 47,6 + 8654: 48,6 + 8655: 48,8 + 8656: 47,8 - node: color: '#FFFFFFFF' id: Delivery @@ -2166,1356 +2168,1365 @@ entities: 1307: 80,-32 1308: 80,-33 1309: 80,-34 - 1500: -43,-51 - 1501: -44,-51 - 1502: -45,-51 - 1746: 51,-62 - 1747: 50,-62 - 2057: -1,19 - 2058: 0,19 - 2059: 1,19 - 2478: -63,-43 - 2479: -63,-44 - 2480: -63,-45 - 2656: -47,-65 - 2657: -47,-66 - 2658: -47,-67 - 2807: 64,-9 - 2808: 64,-10 - 2929: 64,-11 - 3552: 84,-41 - 3553: 84,-23 - 3959: -30,-13 - 3960: -29,-13 - 3961: -28,-13 - 3962: -15,1 - 3963: -15,0 - 3964: -15,-1 - 3965: 14,1 - 3966: 14,0 - 3967: 14,-1 - 3968: 28,-13 - 3969: 29,-13 - 3970: 30,-13 - 3971: 28,-31 - 3972: 29,-31 - 3973: 30,-31 - 3974: 31,-36 - 3975: 32,-36 - 3976: 33,-36 - 3977: 43,-29 - 3978: 44,-29 - 3979: 45,-29 - 3980: 47,-32 - 3981: 47,-33 - 3982: 47,-34 - 3983: 43,-37 - 3984: 44,-37 - 3985: 50,-72 - 3986: 49,-72 - 3987: 48,-72 - 3988: 61,-32 - 3989: 61,-33 - 3990: 61,-34 - 3995: 50,-11 - 3996: 50,-10 - 3997: 50,-9 - 3998: 0,5 - 3999: -1,5 - 4000: 1,5 - 4001: -30,-31 - 4002: -29,-31 - 4003: -28,-31 - 4004: -33,-41 - 4005: -32,-41 - 4006: -31,-41 - 4007: -35,-43 - 4008: -35,-44 - 4009: -35,-45 - 4010: -33,-47 - 4011: -32,-47 - 4012: -31,-47 - 4013: -30,-57 - 4014: -29,-57 - 4015: -28,-57 - 4016: -30,-67 - 4017: -29,-67 - 4018: -28,-67 - 4019: -14,-72 - 4020: -14,-73 - 4021: -14,-74 - 4022: -1,-78 - 4023: 0,-78 - 4024: 1,-78 - 4025: 14,-74 - 4026: 14,-73 - 4027: 14,-72 - 4028: 29,-67 - 4029: 29,-57 - 4030: -44,-14 - 4031: -43,-14 - 4032: -42,-14 - 4033: -44,0 - 4034: -43,0 - 4035: -42,0 - 4036: -51,-43 - 4037: -51,-44 - 4038: -51,-45 - 4039: -44,-28 - 4040: -44,-29 - 4041: -44,-30 - 4042: -45,-72 - 4043: -44,-72 - 4044: -43,-72 - 4972: 38,-32 - 4973: 38,-33 - 4974: 38,-34 - 5718: 45,-37 - 5791: 28,-67 - 5792: 30,-67 - 5793: 30,-57 - 5794: 28,-57 - 6855: 0,-74 - 6878: -12,-101 - 6879: -12,-102 - 6896: -64,-75 - 6897: -67,-72 - 6931: 45,-108 - 6932: 45,-109 - 6933: 45,-110 - 6934: 59,-90 - 6935: 59,-87 - 6953: 86,-61 - 6954: 86,-62 - 6955: 86,-58 - 6956: 86,-59 - 6957: 82,-59 - 6958: 82,-60 - 6959: 82,-61 - 7147: -73,-28 - 7148: -72,-28 - 7149: -72,-25 - 7150: -73,-25 - 7335: 45,-67 - 7336: 48,-67 - 7337: 44,-63 - 7338: 46,-63 - 7339: 48,-63 - 7391: 58,3 - 7392: 60,3 - 7393: 59,3 - 7408: 62,-7 - 7409: 65,-7 - 7410: 65,-6 - 7411: 65,-5 - 7460: 34,14 - 7461: 34,9 - 7614: 31,14 - 7662: -23,-92 - 7700: -37,-13 - 7701: -36,-13 - 7702: -35,-13 - 7945: -10,-29 - 7946: -4,-29 - 7947: -4,-30 - 7948: 0,-37 - 7949: -1,-37 - 7950: -2,-37 - 8021: -1,-14 - 8022: -3,-16 - 8023: 3,-14 - 8024: 5,-16 - 8025: 5,-23 - 8026: 5,-24 - 8027: -3,-23 - 8028: -3,-24 - 8086: -6,-33 - 8087: -7,-33 - 8088: -8,-33 - 8089: -6,-31 - 8090: -7,-31 - 8091: -8,-31 - 8194: 10,-44 - 8200: 5,-44 - 8201: 8,-44 - 8202: 10,-42 - 8203: 9,-36 - 8204: 4,-39 - 8260: 12,-33 - 8261: 11,-33 - 8263: 10,-28 - 8264: -4,-35 - 8265: -4,-33 - 8266: 2,-33 - 8267: 2,-35 - 8268: 0,-38 - 8269: -2,-38 - 8270: 0,-44 - 8271: -2,-44 - 8272: 4,-35 - 8273: 6,-33 - 8274: -1,-28 - 8275: 3,-28 - 8276: 8,-27 - 8277: -9,-26 - 8278: -5,-26 - 8279: -15,-28 - 8280: -15,-27 - 8281: -15,-26 - 8282: -12,-25 - 8283: -11,-26 - 8284: -5,-20 - 8285: -10,-20 - 8286: -7,-14 - 8287: -2,-40 - 8288: 0,-40 - 8291: 11,-21 - 8664: 38,-3 - 8666: 45,7 - 8667: 45,6 - 8668: 48,7 - 8669: 48,9 - 8670: 45,9 - 8697: 43,2 - 8698: 43,4 - 8708: 40,-4 - 8709: 40,-5 - 8710: 40,-6 - 8716: 43,-17 - 8717: 44,-17 - 8718: 45,-17 - 8719: 42,-17 - 8749: -46,-14 - 8750: -46,-9 - 8783: -55,-38 - 8809: -58,-32 - 8928: 52,-64 - 8929: 52,-65 - 8930: 52,-66 - 8931: 57,-62 - 8932: 58,-62 - 9062: 47,-2 - 9063: 48,-2 - 9064: 46,-7 + 1494: -43,-51 + 1495: -44,-51 + 1496: -45,-51 + 1740: 51,-62 + 1741: 50,-62 + 2042: -1,19 + 2043: 0,19 + 2044: 1,19 + 2458: -63,-43 + 2459: -63,-44 + 2460: -63,-45 + 2636: -47,-65 + 2637: -47,-66 + 2638: -47,-67 + 2787: 64,-9 + 2788: 64,-10 + 2909: 64,-11 + 3532: 84,-41 + 3533: 84,-23 + 3939: -30,-13 + 3940: -29,-13 + 3941: -28,-13 + 3942: -15,1 + 3943: -15,0 + 3944: -15,-1 + 3945: 14,1 + 3946: 14,0 + 3947: 14,-1 + 3948: 28,-13 + 3949: 29,-13 + 3950: 30,-13 + 3951: 28,-31 + 3952: 29,-31 + 3953: 30,-31 + 3954: 31,-36 + 3955: 32,-36 + 3956: 33,-36 + 3957: 43,-29 + 3958: 44,-29 + 3959: 45,-29 + 3960: 47,-32 + 3961: 47,-33 + 3962: 47,-34 + 3963: 43,-37 + 3964: 44,-37 + 3965: 50,-72 + 3966: 49,-72 + 3967: 48,-72 + 3968: 61,-32 + 3969: 61,-33 + 3970: 61,-34 + 3975: 50,-11 + 3976: 50,-10 + 3977: 50,-9 + 3978: 0,5 + 3979: -1,5 + 3980: 1,5 + 3981: -30,-31 + 3982: -29,-31 + 3983: -28,-31 + 3984: -33,-41 + 3985: -32,-41 + 3986: -31,-41 + 3987: -35,-43 + 3988: -35,-44 + 3989: -35,-45 + 3990: -33,-47 + 3991: -32,-47 + 3992: -31,-47 + 3993: -30,-57 + 3994: -29,-57 + 3995: -28,-57 + 3996: -30,-67 + 3997: -29,-67 + 3998: -28,-67 + 3999: -14,-72 + 4000: -14,-73 + 4001: -14,-74 + 4002: -1,-78 + 4003: 0,-78 + 4004: 1,-78 + 4005: 14,-74 + 4006: 14,-73 + 4007: 14,-72 + 4008: 29,-67 + 4009: 29,-57 + 4010: -44,-14 + 4011: -43,-14 + 4012: -42,-14 + 4013: -44,0 + 4014: -43,0 + 4015: -42,0 + 4016: -51,-43 + 4017: -51,-44 + 4018: -51,-45 + 4019: -44,-28 + 4020: -44,-29 + 4021: -44,-30 + 4022: -45,-72 + 4023: -44,-72 + 4024: -43,-72 + 4952: 38,-32 + 4953: 38,-33 + 4954: 38,-34 + 5698: 45,-37 + 5771: 28,-67 + 5772: 30,-67 + 5773: 30,-57 + 5774: 28,-57 + 6828: 0,-74 + 6851: -12,-101 + 6852: -12,-102 + 6869: -64,-75 + 6870: -67,-72 + 6904: 45,-108 + 6905: 45,-109 + 6906: 45,-110 + 6907: 59,-90 + 6908: 59,-87 + 6926: 86,-61 + 6927: 86,-62 + 6928: 86,-58 + 6929: 86,-59 + 6930: 82,-59 + 6931: 82,-60 + 6932: 82,-61 + 7120: -73,-28 + 7121: -72,-28 + 7122: -72,-25 + 7123: -73,-25 + 7305: 45,-67 + 7306: 48,-67 + 7307: 44,-63 + 7308: 46,-63 + 7309: 48,-63 + 7361: 58,3 + 7362: 60,3 + 7363: 59,3 + 7378: 62,-7 + 7379: 65,-7 + 7380: 65,-6 + 7381: 65,-5 + 7430: 34,14 + 7431: 34,9 + 7584: 31,14 + 7632: -23,-92 + 7670: -37,-13 + 7671: -36,-13 + 7672: -35,-13 + 7915: -10,-29 + 7916: -4,-29 + 7917: -4,-30 + 7918: 0,-37 + 7919: -1,-37 + 7920: -2,-37 + 7991: -1,-14 + 7992: -3,-16 + 7993: 3,-14 + 7994: 5,-16 + 7995: 5,-23 + 7996: 5,-24 + 7997: -3,-23 + 7998: -3,-24 + 8056: -6,-33 + 8057: -7,-33 + 8058: -8,-33 + 8059: -6,-31 + 8060: -7,-31 + 8061: -8,-31 + 8164: 10,-44 + 8170: 5,-44 + 8171: 8,-44 + 8172: 10,-42 + 8173: 9,-36 + 8174: 4,-39 + 8230: 12,-33 + 8231: 11,-33 + 8233: 10,-28 + 8234: -4,-35 + 8235: -4,-33 + 8236: 2,-33 + 8237: 2,-35 + 8238: 0,-38 + 8239: -2,-38 + 8240: 0,-44 + 8241: -2,-44 + 8242: 4,-35 + 8243: 6,-33 + 8244: -1,-28 + 8245: 3,-28 + 8246: 8,-27 + 8247: -9,-26 + 8248: -5,-26 + 8249: -15,-28 + 8250: -15,-27 + 8251: -15,-26 + 8252: -12,-25 + 8253: -11,-26 + 8254: -5,-20 + 8255: -10,-20 + 8256: -7,-14 + 8257: -2,-40 + 8258: 0,-40 + 8261: 11,-21 + 8634: 38,-3 + 8636: 45,7 + 8637: 45,6 + 8638: 48,7 + 8639: 48,9 + 8640: 45,9 + 8667: 43,2 + 8668: 43,4 + 8678: 40,-4 + 8679: 40,-5 + 8680: 40,-6 + 8686: 43,-17 + 8687: 44,-17 + 8688: 45,-17 + 8689: 42,-17 + 8719: -46,-14 + 8720: -46,-9 + 8753: -55,-38 + 8779: -58,-32 + 8898: 52,-64 + 8899: 52,-65 + 8900: 52,-66 + 8901: 57,-62 + 8902: 58,-62 + 9003: 47,-2 + 9004: 48,-2 + 9005: 46,-7 + 9039: 42,-79 + 9040: 42,-80 + 9041: 42,-81 + 9042: 38,-79 + 9043: 38,-80 + 9044: 38,-81 + 9077: 6,-2 + 9078: 29,-3 + 9079: 38,-84 - node: cleanable: True color: '#FFFFFFFF' id: Delivery decals: - 8924: 10,3 - 8925: 10,4 - 8926: -10,3 - 8927: -10,4 + 8894: 10,3 + 8895: 10,4 + 8896: -10,3 + 8897: -10,4 - node: angle: 4.71238898038469 rad color: '#FFFFFFFF' id: Delivery decals: - 8999: 39,20 + 8940: 39,20 - node: color: '#1861D5FF' id: DeliveryGreyscale decals: - 8687: 47,1 + 8657: 47,1 - node: zIndex: -1 color: '#A91409FF' id: DeliveryGreyscale decals: - 8057: 1,-20 - 8058: 0,-16 - 8059: 1,-16 - 8060: 2,-16 - 8061: 2,-20 - 8062: 0,-20 - 8063: -1,-19 - 8064: -1,-18 - 8065: -1,-17 + 8027: 1,-20 + 8028: 0,-16 + 8029: 1,-16 + 8030: 2,-16 + 8031: 2,-20 + 8032: 0,-20 + 8033: -1,-19 + 8034: -1,-18 + 8035: -1,-17 - node: color: '#A91409FF' id: DeliveryGreyscale decals: - 7942: 2,-27 - 7943: 1,-27 - 7944: 0,-27 - 8072: 3,-18 - 8073: 3,-19 - 8074: 3,-17 + 7912: 2,-27 + 7913: 1,-27 + 7914: 0,-27 + 8042: 3,-18 + 8043: 3,-19 + 8044: 3,-17 - node: color: '#446326FF' id: DiagonalCheckerAOverlay decals: - 8990: 35,22 - 8991: 34,22 + 8931: 35,22 + 8932: 34,22 - node: color: '#474F52FF' id: DiagonalCheckerAOverlay decals: - 2871: -41,-59 - 2872: -40,-59 - 2873: -39,-59 - 2874: -36,-59 + 2851: -41,-59 + 2852: -40,-59 + 2853: -39,-59 + 2854: -36,-59 - node: color: '#9FED5896' id: DiagonalCheckerAOverlay decals: - 3435: -72,-45 - 3436: -72,-44 - 3437: -72,-43 - 3438: -73,-43 - 3439: -73,-44 - 3440: -73,-45 - 3441: -74,-45 - 3442: -74,-44 - 3443: -74,-43 - 3444: -75,-43 - 3445: -75,-44 - 3446: -75,-45 - 3447: -76,-45 - 3448: -76,-44 - 3449: -76,-43 - 7663: -25,-93 - 7664: -25,-94 - 7665: -24,-94 - 7666: -24,-93 + 3415: -72,-45 + 3416: -72,-44 + 3417: -72,-43 + 3418: -73,-43 + 3419: -73,-44 + 3420: -73,-45 + 3421: -74,-45 + 3422: -74,-44 + 3423: -74,-43 + 3424: -75,-43 + 3425: -75,-44 + 3426: -75,-45 + 3427: -76,-45 + 3428: -76,-44 + 3429: -76,-43 + 7633: -25,-93 + 7634: -25,-94 + 7635: -24,-94 + 7636: -24,-93 - node: color: '#D381C996' id: DiagonalCheckerAOverlay decals: - 8153: 11,-31 - 8154: 10,-31 - 8155: 10,-30 - 8156: 11,-30 - 8173: 3,-45 - 8174: 4,-45 - 8175: 5,-45 - 8176: 6,-45 - 8177: 7,-45 - 8186: 11,-45 - 8188: 12,-45 - 8337: -13,-26 - 8338: -12,-26 - 8339: -12,-27 - 8340: -13,-27 - 8341: -13,-28 - 8342: -12,-28 - 8349: 11,-37 - 8350: 12,-37 - 8351: 12,-36 - 8352: 11,-36 - 8387: 3,-41 - 8388: 4,-41 - 8389: 5,-41 - 8390: 6,-41 - 8391: 7,-41 - 8392: 7,-40 - 8393: 6,-40 - 8394: 5,-40 - 8395: 4,-40 - 8396: 3,-40 + 8123: 11,-31 + 8124: 10,-31 + 8125: 10,-30 + 8126: 11,-30 + 8143: 3,-45 + 8144: 4,-45 + 8145: 5,-45 + 8146: 6,-45 + 8147: 7,-45 + 8156: 11,-45 + 8158: 12,-45 + 8307: -13,-26 + 8308: -12,-26 + 8309: -12,-27 + 8310: -13,-27 + 8311: -13,-28 + 8312: -12,-28 + 8319: 11,-37 + 8320: 12,-37 + 8321: 12,-36 + 8322: 11,-36 + 8357: 3,-41 + 8358: 4,-41 + 8359: 5,-41 + 8360: 6,-41 + 8361: 7,-41 + 8362: 7,-40 + 8363: 6,-40 + 8364: 5,-40 + 8365: 4,-40 + 8366: 3,-40 - node: color: '#DE3A3AFF' id: DiagonalCheckerAOverlay decals: - 9079: -49,-48 - 9080: -49,-49 - 9081: -49,-50 - 9082: -48,-50 - 9083: -48,-49 - 9084: -48,-48 + 9020: -49,-48 + 9021: -49,-49 + 9022: -49,-50 + 9023: -48,-50 + 9024: -48,-49 + 9025: -48,-48 - node: color: '#474F52FF' id: DiagonalCheckerBOverlay decals: - 2837: -44,-79 - 2838: -44,-78 - 2839: -44,-77 - 2859: -44,-74 - 2860: -44,-72 - 2862: -44,-69 - 2863: -44,-68 - 2864: -44,-67 - 2865: -44,-64 - 2866: -44,-63 - 2867: -44,-62 - 2868: -44,-56 - 2869: -44,-55 - 2870: -44,-54 - 2901: -50,-66 - 2902: -51,-66 - 2903: -54,-66 - 2904: -55,-66 - 2905: -62,-66 - 2906: -63,-66 - 2907: -64,-66 - 2908: -65,-66 - 2922: -39,-55 - 2923: -39,-54 - 2924: -39,-53 - 3641: -44,-73 - 3642: -44,-59 - 6760: -62,-70 - 6761: -63,-70 - 6762: -64,-70 - 6763: -65,-70 - 6764: -66,-75 - 6765: -66,-76 - 6766: -66,-77 - 6767: -68,-77 - 6768: -68,-76 - 6769: -68,-75 + 2817: -44,-79 + 2818: -44,-78 + 2819: -44,-77 + 2839: -44,-74 + 2840: -44,-72 + 2842: -44,-69 + 2843: -44,-68 + 2844: -44,-67 + 2845: -44,-64 + 2846: -44,-63 + 2847: -44,-62 + 2848: -44,-56 + 2849: -44,-55 + 2850: -44,-54 + 2881: -50,-66 + 2882: -51,-66 + 2883: -54,-66 + 2884: -55,-66 + 2885: -62,-66 + 2886: -63,-66 + 2887: -64,-66 + 2888: -65,-66 + 2902: -39,-55 + 2903: -39,-54 + 2904: -39,-53 + 3621: -44,-73 + 3622: -44,-59 + 6733: -62,-70 + 6734: -63,-70 + 6735: -64,-70 + 6736: -65,-70 + 6737: -66,-75 + 6738: -66,-76 + 6739: -66,-77 + 6740: -68,-77 + 6741: -68,-76 + 6742: -68,-75 - node: color: '#52B4E996' id: DiagonalCheckerBOverlay decals: - 6840: -36,-34 - 6841: -37,-34 - 6842: -38,-34 - 6843: -38,-33 - 6844: -37,-33 - 6845: -36,-33 - 6846: -36,-32 - 6847: -37,-32 - 6848: -38,-32 - 6849: -38,-31 - 6850: -37,-31 - 6851: -36,-31 - 6852: -36,-30 - 6853: -37,-30 - 6854: -38,-30 + 6813: -36,-34 + 6814: -37,-34 + 6815: -38,-34 + 6816: -38,-33 + 6817: -37,-33 + 6818: -36,-33 + 6819: -36,-32 + 6820: -37,-32 + 6821: -38,-32 + 6822: -38,-31 + 6823: -37,-31 + 6824: -36,-31 + 6825: -36,-30 + 6826: -37,-30 + 6827: -38,-30 - node: color: '#52B4E9FF' id: DiagonalCheckerBOverlay decals: - 8723: -47,-13 - 8724: -47,-12 - 8725: -47,-11 - 8726: -47,-10 - 8727: -48,-13 - 8728: -49,-13 - 8784: -54,-36 - 8785: -55,-36 - 8786: -56,-36 - 8787: -54,-33 - 8788: -55,-33 - 8789: -56,-33 + 8693: -47,-13 + 8694: -47,-12 + 8695: -47,-11 + 8696: -47,-10 + 8697: -48,-13 + 8698: -49,-13 + 8754: -54,-36 + 8755: -55,-36 + 8756: -56,-36 + 8757: -54,-33 + 8758: -55,-33 + 8759: -56,-33 - node: color: '#9D9D97FF' id: DiagonalCheckerBOverlay decals: - 3678: -47,-29 - 3679: -46,-29 - 3680: -45,-29 - 3681: -42,-29 - 3682: -42,-26 - 3683: -42,-25 - 3684: -42,-24 - 3685: -42,-21 - 3686: -42,-20 - 3687: -42,-19 - 3688: -42,-16 - 3689: -43,-16 - 3690: -43,-13 - 3691: -43,-12 - 3692: -43,-11 - 3693: -43,-10 - 3694: -43,-7 - 3695: -43,-6 - 3696: -43,-5 - 3697: -43,-4 - 3698: -50,-29 - 3699: -51,-29 - 3700: -52,-29 - 3701: -55,-29 - 3702: -56,-29 - 3703: -57,-29 + 3658: -47,-29 + 3659: -46,-29 + 3660: -45,-29 + 3661: -42,-29 + 3662: -42,-26 + 3663: -42,-25 + 3664: -42,-24 + 3665: -42,-21 + 3666: -42,-20 + 3667: -42,-19 + 3668: -42,-16 + 3669: -43,-16 + 3670: -43,-13 + 3671: -43,-12 + 3672: -43,-11 + 3673: -43,-10 + 3674: -43,-7 + 3675: -43,-6 + 3676: -43,-5 + 3677: -43,-4 + 3678: -50,-29 + 3679: -51,-29 + 3680: -52,-29 + 3681: -55,-29 + 3682: -56,-29 + 3683: -57,-29 - node: color: '#9FED5896' id: DiagonalCheckerBOverlay decals: - 7641: -66,-49 - 7642: -66,-50 - 7643: -67,-50 - 7644: -67,-49 + 7611: -66,-49 + 7612: -66,-50 + 7613: -67,-50 + 7614: -67,-49 - node: color: '#9FED58FF' id: DiagonalCheckerBOverlay decals: - 8983: 38,23 - 8984: 38,22 - 8985: 38,21 + 8924: 38,23 + 8925: 38,22 + 8926: 38,21 - node: color: '#DE3A3A96' id: DiagonalCheckerBOverlay decals: - 8659: -46,-33 - 8660: -46,-34 - 8674: 46,3 - 8675: 46,2 - 8676: 46,1 + 8629: -46,-33 + 8630: -46,-34 + 8644: 46,3 + 8645: 46,2 + 8646: 46,1 - node: color: '#DE3A3AB2' id: DiagonalCheckerBOverlay decals: - 9037: 48,-5 - 9038: 48,-4 - 9039: 49,-5 - 9040: 49,-4 - 9041: 49,-6 - 9042: 47,-6 - 9043: 48,-6 - 9044: 47,-5 - 9045: 47,-4 - 9046: 47,-3 - 9047: 48,-3 - 9048: 49,-3 + 8978: 48,-5 + 8979: 48,-4 + 8980: 49,-5 + 8981: 49,-4 + 8982: 49,-6 + 8983: 47,-6 + 8984: 48,-6 + 8985: 47,-5 + 8986: 47,-4 + 8987: 47,-3 + 8988: 48,-3 + 8989: 49,-3 - node: color: '#000041A5' id: Dirt decals: - 6965: -24,-96 + 6938: -24,-96 - node: color: '#D381C996' id: Dirt decals: - 8407: -7,-34 - 8408: 1,-34 - 8409: -1,-42 - 8410: 0,-42 - 8411: -6,-38 - 8412: -7,-39 - 8413: -4,-38 - 8414: -5,-37 - 8415: -7,-37 - 8416: -7,-37 - 8417: -10,-37 - 8418: -11,-36 - 8419: -10,-39 - 8420: -13,-35 - 8421: -13,-42 - 8422: -13,-41 - 8423: -14,-43 - 8424: -13,-43 - 8425: -13,-42 - 8426: -13,-41 - 8427: -13,-41 - 8428: -6,-38 - 8429: -6,-39 - 8430: -5,-38 - 8431: -5,-38 - 8432: -6,-38 - 8433: -7,-38 - 8434: -7,-39 - 8435: -8,-29 - 8436: -9,-28 - 8437: -7,-28 - 8438: -6,-28 - 8439: -5,-29 - 8440: -6,-30 - 8441: -7,-31 - 8442: -1,-29 - 8443: -2,-28 - 8444: -3,-29 - 8445: -2,-30 - 8446: 1,-31 - 8447: 1,-31 - 8448: 3,-29 - 8449: 3,-29 - 8450: 2,-28 - 8451: 2,-29 - 8452: 3,-30 - 8453: 4,-30 - 8454: 9,-30 - 8455: 8,-30 - 8456: 9,-32 - 8457: 10,-32 - 8458: 11,-30 - 8459: 11,-29 - 8460: 12,-29 - 8461: 11,-29 - 8462: 12,-31 - 8463: 12,-32 - 8464: 12,-35 - 8465: 13,-36 - 8466: 11,-37 - 8467: 10,-37 - 8468: 9,-36 - 8469: 10,-35 - 8470: 8,-35 - 8471: 8,-36 - 8472: 10,-37 - 8473: 12,-38 - 8474: 11,-41 - 8475: 10,-41 - 8476: 11,-41 - 8477: 12,-41 - 8478: 13,-41 - 8479: 6,-40 - 8480: 7,-40 - 8481: 6,-40 - 8482: 4,-40 - 8483: 4,-40 - 8484: 3,-41 - 8485: 6,-42 - 8486: 7,-42 - 8487: 8,-40 - 8488: 6,-39 - 8489: 5,-34 - 8490: 5,-34 - 8491: 2,-34 - 8492: -1,-34 - 8493: -1,-33 - 8494: -2,-33 - 8495: -3,-34 - 8496: -2,-35 - 8497: -1,-35 - 8498: -1,-38 - 8499: -2,-38 - 8500: -2,-39 - 8501: -1,-41 - 8502: 0,-42 - 8503: 0,-42 - 8504: -1,-44 - 8505: -2,-45 - 8506: -2,-42 - 8507: 5,-45 - 8508: 6,-44 - 8509: 5,-44 - 8510: 3,-45 - 8511: 3,-46 - 8512: 6,-46 - 8513: 8,-45 - 8514: 8,-44 - 8515: 11,-44 - 8516: 12,-44 - 8517: 13,-45 - 8518: 12,-46 - 8519: 10,-45 - 8520: 12,-45 - 8521: 4,-30 - 8522: -2,-25 - 8523: -2,-23 - 8524: -2,-22 - 8525: 0,-21 - 8526: 3,-22 - 8527: 4,-22 - 8528: 4,-17 - 8529: 4,-17 - 8530: 4,-16 - 8531: 1,-15 - 8532: 0,-15 - 8533: -1,-15 - 8534: -2,-17 - 8535: -2,-18 - 8536: 0,-19 - 8537: 0,-19 - 8538: 1,-20 - 8539: 1,-22 - 8540: 4,-22 - 8541: 4,-24 - 8542: 3,-25 - 8543: 2,-25 - 8544: 1,-26 - 8545: -2,-21 - 8546: -2,-20 - 8547: -7,-17 - 8548: -8,-17 - 8549: -10,-18 - 8550: -9,-19 - 8551: -8,-19 - 8552: -11,-18 - 8553: -14,-18 - 8554: -14,-20 - 8555: -12,-21 - 8556: -11,-22 - 8557: -12,-23 - 8558: -13,-23 - 8559: -11,-14 - 8560: -10,-13 - 8561: -9,-13 - 8562: -7,-13 - 8563: -6,-12 - 8564: 10,-18 - 8565: 12,-22 - 8566: 9,-22 - 8567: 8,-24 - 8568: 12,-25 - 8569: 12,-25 - 8570: 11,-26 - 8571: -2,-29 - 8572: -2,-30 - 8573: 0,-30 - 8574: 1,-31 - 8575: 3,-30 - 8576: 3,-29 - 8577: 4,-29 - 8578: 3,-30 - 8579: 2,-31 - 8580: -2,-41 - 8581: 0,-47 + 8377: -7,-34 + 8378: 1,-34 + 8379: -1,-42 + 8380: 0,-42 + 8381: -6,-38 + 8382: -7,-39 + 8383: -4,-38 + 8384: -5,-37 + 8385: -7,-37 + 8386: -7,-37 + 8387: -10,-37 + 8388: -11,-36 + 8389: -10,-39 + 8390: -13,-35 + 8391: -13,-42 + 8392: -13,-41 + 8393: -14,-43 + 8394: -13,-43 + 8395: -13,-42 + 8396: -13,-41 + 8397: -13,-41 + 8398: -6,-38 + 8399: -6,-39 + 8400: -5,-38 + 8401: -5,-38 + 8402: -6,-38 + 8403: -7,-38 + 8404: -7,-39 + 8405: -8,-29 + 8406: -9,-28 + 8407: -7,-28 + 8408: -6,-28 + 8409: -5,-29 + 8410: -6,-30 + 8411: -7,-31 + 8412: -1,-29 + 8413: -2,-28 + 8414: -3,-29 + 8415: -2,-30 + 8416: 1,-31 + 8417: 1,-31 + 8418: 3,-29 + 8419: 3,-29 + 8420: 2,-28 + 8421: 2,-29 + 8422: 3,-30 + 8423: 4,-30 + 8424: 9,-30 + 8425: 8,-30 + 8426: 9,-32 + 8427: 10,-32 + 8428: 11,-30 + 8429: 11,-29 + 8430: 12,-29 + 8431: 11,-29 + 8432: 12,-31 + 8433: 12,-32 + 8434: 12,-35 + 8435: 13,-36 + 8436: 11,-37 + 8437: 10,-37 + 8438: 9,-36 + 8439: 10,-35 + 8440: 8,-35 + 8441: 8,-36 + 8442: 10,-37 + 8443: 12,-38 + 8444: 11,-41 + 8445: 10,-41 + 8446: 11,-41 + 8447: 12,-41 + 8448: 13,-41 + 8449: 6,-40 + 8450: 7,-40 + 8451: 6,-40 + 8452: 4,-40 + 8453: 4,-40 + 8454: 3,-41 + 8455: 6,-42 + 8456: 7,-42 + 8457: 8,-40 + 8458: 6,-39 + 8459: 5,-34 + 8460: 5,-34 + 8461: 2,-34 + 8462: -1,-34 + 8463: -1,-33 + 8464: -2,-33 + 8465: -3,-34 + 8466: -2,-35 + 8467: -1,-35 + 8468: -1,-38 + 8469: -2,-38 + 8470: -2,-39 + 8471: -1,-41 + 8472: 0,-42 + 8473: 0,-42 + 8474: -1,-44 + 8475: -2,-45 + 8476: -2,-42 + 8477: 5,-45 + 8478: 6,-44 + 8479: 5,-44 + 8480: 3,-45 + 8481: 3,-46 + 8482: 6,-46 + 8483: 8,-45 + 8484: 8,-44 + 8485: 11,-44 + 8486: 12,-44 + 8487: 13,-45 + 8488: 12,-46 + 8489: 10,-45 + 8490: 12,-45 + 8491: 4,-30 + 8492: -2,-25 + 8493: -2,-23 + 8494: -2,-22 + 8495: 0,-21 + 8496: 3,-22 + 8497: 4,-22 + 8498: 4,-17 + 8499: 4,-17 + 8500: 4,-16 + 8501: 1,-15 + 8502: 0,-15 + 8503: -1,-15 + 8504: -2,-17 + 8505: -2,-18 + 8506: 0,-19 + 8507: 0,-19 + 8508: 1,-20 + 8509: 1,-22 + 8510: 4,-22 + 8511: 4,-24 + 8512: 3,-25 + 8513: 2,-25 + 8514: 1,-26 + 8515: -2,-21 + 8516: -2,-20 + 8517: -7,-17 + 8518: -8,-17 + 8519: -10,-18 + 8520: -9,-19 + 8521: -8,-19 + 8522: -11,-18 + 8523: -14,-18 + 8524: -14,-20 + 8525: -12,-21 + 8526: -11,-22 + 8527: -12,-23 + 8528: -13,-23 + 8529: -11,-14 + 8530: -10,-13 + 8531: -9,-13 + 8532: -7,-13 + 8533: -6,-12 + 8534: 10,-18 + 8535: 12,-22 + 8536: 9,-22 + 8537: 8,-24 + 8538: 12,-25 + 8539: 12,-25 + 8540: 11,-26 + 8541: -2,-29 + 8542: -2,-30 + 8543: 0,-30 + 8544: 1,-31 + 8545: 3,-30 + 8546: 3,-29 + 8547: 4,-29 + 8548: 3,-30 + 8549: 2,-31 + 8550: -2,-41 + 8551: 0,-47 - node: cleanable: True color: '#FFFFFF2E' id: Dirt decals: - 4064: -10,14 - 4065: -11,13 - 4066: -10,16 - 4067: -11,15 - 4068: -10,15 - 4069: -10,15 - 4070: -10,16 + 4044: -10,14 + 4045: -11,13 + 4046: -10,16 + 4047: -11,15 + 4048: -10,15 + 4049: -10,15 + 4050: -10,16 - node: color: '#FFFFFF3E' id: Dirt decals: - 3138: 79,-10 - 3139: 77,-7 + 3118: 79,-10 + 3119: 77,-7 - node: cleanable: True color: '#FFFFFF41' id: Dirt decals: - 4316: -63,-12 - 4317: -62,-11 - 4318: -63,-11 - 4319: -63,-10 - 4320: -63,-12 - 4321: -63,-11 - 4322: -64,-12 - 4323: -63,-13 - 4324: -63,-14 - 4325: -60,-9 - 4326: -60,-8 - 4327: -60,-9 - 4328: -58,-14 - 4329: -59,-13 - 4330: -58,-14 - 4331: -66,-10 - 4332: -67,-11 - 4333: -69,-7 - 4334: -62,-8 - 4335: -66,-7 - 4336: -67,-14 - 4337: -68,-14 - 4338: -67,-13 - 4339: -67,-14 - 4340: -66,-14 + 4296: -63,-12 + 4297: -62,-11 + 4298: -63,-11 + 4299: -63,-10 + 4300: -63,-12 + 4301: -63,-11 + 4302: -64,-12 + 4303: -63,-13 + 4304: -63,-14 + 4305: -60,-9 + 4306: -60,-8 + 4307: -60,-9 + 4308: -58,-14 + 4309: -59,-13 + 4310: -58,-14 + 4311: -66,-10 + 4312: -67,-11 + 4313: -69,-7 + 4314: -62,-8 + 4315: -66,-7 + 4316: -67,-14 + 4317: -68,-14 + 4318: -67,-13 + 4319: -67,-14 + 4320: -66,-14 - node: color: '#FFFFFF44' id: Dirt decals: - 4121: 27,24 - 4122: 28,24 - 4123: 27,25 - 4124: 27,24 - 4125: 26,24 - 4126: 25,24 - 4127: 25,25 - 4128: 27,24 - 4129: 27,24 - 4130: 27,25 - 4131: 26,24 - 4132: 25,24 - 4133: 25,24 - 4134: 28,24 - 4135: 26,21 - 4136: 27,21 - 4137: 27,22 - 4138: 27,21 - 4139: 26,20 - 4140: 31,24 - 4141: 31,18 - 4142: 33,18 + 4101: 27,24 + 4102: 28,24 + 4103: 27,25 + 4104: 27,24 + 4105: 26,24 + 4106: 25,24 + 4107: 25,25 + 4108: 27,24 + 4109: 27,24 + 4110: 27,25 + 4111: 26,24 + 4112: 25,24 + 4113: 25,24 + 4114: 28,24 + 4115: 26,21 + 4116: 27,21 + 4117: 27,22 + 4118: 27,21 + 4119: 26,20 + 4120: 31,24 + 4121: 31,18 + 4122: 33,18 - node: cleanable: True color: '#FFFFFF4A' id: Dirt decals: - 3364: -15,-94 - 3365: -14,-94 - 3366: -15,-95 + 3344: -15,-94 + 3345: -14,-94 + 3346: -15,-95 - node: cleanable: True color: '#FFFFFF53' id: Dirt decals: - 4341: 45,20 - 4342: 44,21 - 4343: 45,22 - 4344: 45,23 - 4345: 44,21 - 4346: 45,21 - 4347: 44,24 - 4348: 46,18 - 4349: 43,17 - 4350: 39,18 - 4351: 34,18 - 4352: 33,18 + 4321: 45,20 + 4322: 44,21 + 4323: 45,22 + 4324: 45,23 + 4325: 44,21 + 4326: 45,21 + 4327: 44,24 + 4328: 46,18 + 4329: 43,17 + 4330: 39,18 + 4331: 34,18 + 4332: 33,18 - node: color: '#FFFFFF5A' id: Dirt decals: - 3140: 85,-10 - 3141: 74,-5 - 3142: 72,-9 + 3120: 85,-10 + 3121: 74,-5 + 3122: 72,-9 - node: cleanable: True color: '#FFFFFF5D' id: Dirt decals: - 3167: 84,-5 - 3168: 83,-5 - 3169: 85,-4 - 3170: 78,-4 - 3171: 77,-8 - 3172: 86,-8 - 3173: 85,-2 - 3174: 73,-2 - 3175: 71,-2 - 3176: 72,-10 - 3177: 71,-6 - 3178: 77,-12 - 3179: 78,-4 - 3180: 85,-9 - 3181: 88,-11 - 3182: 88,-7 - 3183: 89,-5 - 3184: 87,-4 - 3315: -28,-93 - 3316: -27,-93 - 3317: -26,-92 - 3318: -26,-93 - 3319: -28,-94 - 3320: -22,-94 - 3321: -22,-95 - 3322: -21,-94 - 3323: -22,-93 - 3324: -21,-93 - 3325: -23,-93 - 3326: -16,-99 - 3327: -16,-98 - 3328: -17,-99 - 3329: -18,-97 - 3330: -25,-98 - 3331: -26,-97 - 3332: -25,-97 - 3333: -12,-93 - 3334: -12,-94 - 3335: -13,-93 - 3336: -12,-97 - 3337: -13,-97 - 3338: -12,-96 - 3339: -16,-91 - 3340: -19,-92 - 3341: -18,-92 - 3342: -18,-95 - 3343: -18,-94 - 3344: -17,-94 - 3345: -19,-95 - 3346: -19,-94 - 3347: -26,-96 - 3348: -26,-95 - 3349: -25,-95 - 3350: -25,-96 - 3351: -28,-97 - 3352: -28,-96 - 3353: -28,-98 - 3354: -23,-99 - 3355: -24,-99 - 3356: -23,-98 - 3357: -20,-99 - 3358: -19,-99 - 4082: -65,-34 + 3147: 84,-5 + 3148: 83,-5 + 3149: 85,-4 + 3150: 78,-4 + 3151: 77,-8 + 3152: 86,-8 + 3153: 85,-2 + 3154: 73,-2 + 3155: 71,-2 + 3156: 72,-10 + 3157: 71,-6 + 3158: 77,-12 + 3159: 78,-4 + 3160: 85,-9 + 3161: 88,-11 + 3162: 88,-7 + 3163: 89,-5 + 3164: 87,-4 + 3295: -28,-93 + 3296: -27,-93 + 3297: -26,-92 + 3298: -26,-93 + 3299: -28,-94 + 3300: -22,-94 + 3301: -22,-95 + 3302: -21,-94 + 3303: -22,-93 + 3304: -21,-93 + 3305: -23,-93 + 3306: -16,-99 + 3307: -16,-98 + 3308: -17,-99 + 3309: -18,-97 + 3310: -25,-98 + 3311: -26,-97 + 3312: -25,-97 + 3313: -12,-93 + 3314: -12,-94 + 3315: -13,-93 + 3316: -12,-97 + 3317: -13,-97 + 3318: -12,-96 + 3319: -16,-91 + 3320: -19,-92 + 3321: -18,-92 + 3322: -18,-95 + 3323: -18,-94 + 3324: -17,-94 + 3325: -19,-95 + 3326: -19,-94 + 3327: -26,-96 + 3328: -26,-95 + 3329: -25,-95 + 3330: -25,-96 + 3331: -28,-97 + 3332: -28,-96 + 3333: -28,-98 + 3334: -23,-99 + 3335: -24,-99 + 3336: -23,-98 + 3337: -20,-99 + 3338: -19,-99 + 4062: -65,-34 - node: cleanable: True color: '#FFFFFF6F' id: Dirt decals: - 4353: 39,18 - 4354: 26,17 - 4355: 19,3 + 4333: 39,18 + 4334: 26,17 + 4335: 19,3 - node: color: '#FFFFFF79' id: Dirt decals: - 4765: 56,-15 - 4766: 57,-14 - 4767: 57,-13 - 4768: 60,-13 - 4769: 61,-14 - 4770: 61,-21 - 4771: 59,-20 - 4772: 64,-21 - 4773: 56,-20 - 4774: 55,-21 - 4775: 55,-26 - 4776: 52,-26 - 4777: 53,-20 - 4778: 51,-17 - 4779: 53,-13 - 4780: 51,-9 - 4781: 47,-10 - 4782: 43,-10 - 4783: 42,-6 + 4745: 56,-15 + 4746: 57,-14 + 4747: 57,-13 + 4748: 60,-13 + 4749: 61,-14 + 4750: 61,-21 + 4751: 59,-20 + 4752: 64,-21 + 4753: 56,-20 + 4754: 55,-21 + 4755: 55,-26 + 4756: 52,-26 + 4757: 53,-20 + 4758: 51,-17 + 4759: 53,-13 + 4760: 51,-9 + 4761: 47,-10 + 4762: 43,-10 + 4763: 42,-6 - node: cleanable: True color: '#FFFFFF8B' id: Dirt decals: - 3360: -24,-92 - 3361: -24,-93 - 3362: -25,-93 - 3363: -23,-92 + 3340: -24,-92 + 3341: -24,-93 + 3342: -25,-93 + 3343: -23,-92 - node: cleanable: True color: '#FFFFFF8F' id: Dirt decals: - 4356: -35,0 - 4357: -34,0 - 4358: -34,-1 - 4359: -34,0 - 4360: -41,7 - 4361: -45,9 - 4362: -45,6 - 4363: -53,8 - 4364: -48,12 - 4365: -53,4 - 4366: -56,3 - 4367: -66,-19 - 4368: -70,-21 - 4369: -62,-24 - 4370: -66,-24 - 4371: -70,-28 - 4372: -66,-29 - 4373: -61,-32 - 4374: -68,-34 - 4375: -68,-29 - 4376: -61,-37 - 4377: -62,-38 - 4378: -60,-41 - 4379: -57,-54 - 4380: -63,-54 - 4381: -64,-58 - 4382: -61,-62 - 4383: -64,-63 - 4384: -60,-63 - 4385: -59,-63 - 4386: -59,-62 - 4387: -59,-63 - 4388: -57,-62 - 4389: -58,-69 - 4390: -53,-78 - 4391: -53,-84 - 4392: -53,-91 - 4393: -51,-93 - 4394: -49,-94 - 4395: -51,-96 - 4396: -41,-96 - 4397: -38,-94 - 4398: -40,-83 - 4399: -40,-78 - 4400: -35,-79 - 4401: -34,-78 - 4402: -32,-72 - 4403: -33,-68 - 4404: -33,-66 - 4405: -12,-93 - 4406: -13,-80 - 4407: 15,-83 - 4408: 16,-84 - 4409: 24,-80 - 4410: 30,-80 - 4411: 33,-77 - 4412: 40,-73 - 4413: 41,-60 - 4414: 38,-56 - 4415: 63,-51 - 4416: 59,-47 - 4417: 66,-45 - 4418: 65,-46 - 4419: 65,-45 - 4420: 65,-45 - 4421: 71,-46 - 4422: 78,-43 - 4423: 77,-37 - 4424: 83,-24 - 4425: 94,-22 - 4426: 101,-24 - 4427: 106,-22 - 4428: 86,-42 - 4429: 83,-38 - 4430: 94,-40 - 4431: 81,-35 - 4432: 74,-32 - 4433: 56,-34 - 4434: 52,-33 - 4435: 44,-31 - 4436: 44,-35 - 4437: 37,-32 - 4438: 32,-38 - 4439: 27,-33 - 4440: 31,-27 - 4441: 28,-24 - 4442: 30,-19 - 4443: 28,-14 - 4444: 30,-11 - 4445: 26,-6 - 4446: 25,-4 - 4447: 21,-2 - 4448: 19,-1 - 4449: 18,0 - 4450: 16,0 - 4451: 13,0 - 4452: 12,1 - 4453: 12,2 - 4454: 11,3 - 4455: 9,3 - 4456: 2,3 - 4457: 1,2 - 4458: -1,2 - 4459: -2,4 - 4460: 0,7 - 4461: 1,10 - 4462: -1,11 - 4463: 0,15 - 4464: 1,16 - 4465: 5,11 - 4466: 7,6 - 4467: 10,14 - 4468: 10,13 - 4469: 9,14 - 4470: 10,14 - 4471: 8,19 - 4472: 1,22 - 4473: 3,26 - 4474: -6,20 - 4475: -3,26 - 4476: -10,14 - 4477: -11,15 - 4478: -9,11 - 4479: -13,2 - 4480: -12,-1 - 4481: -15,-1 - 4482: -18,0 - 4483: -20,0 - 4484: -21,-1 - 4485: -26,-6 - 4486: -26,-4 - 4487: -28,-8 - 4488: -28,-13 - 4489: -29,-16 - 4490: -29,-17 - 4491: -30,-18 - 4492: -28,-22 - 4493: -29,-24 - 4494: -30,-25 - 4495: -30,-28 - 4496: -31,-29 - 4497: -29,-33 - 4498: -31,-34 - 4499: -32,-33 - 4500: -32,-32 - 4501: -32,-37 - 4502: -36,-40 - 4503: -42,-34 - 4504: -40,-26 - 4505: -42,-22 - 4506: -46,-16 - 4507: -42,-9 - 4508: -44,-3 - 4509: -43,-2 - 4510: -42,-2 - 4511: -44,-2 - 4512: -43,-2 - 4513: -42,-2 - 4514: -42,-2 - 4515: -42,2 - 4516: -46,3 - 4517: -46,2 - 4518: -48,2 - 4519: -49,4 - 4520: -50,3 - 4521: -49,2 - 4522: -52,-1 - 4523: -53,-1 - 4524: -53,-2 - 4525: -52,-2 - 4526: -52,-1 - 4527: -53,-3 - 4528: -51,-5 - 4529: -50,-4 - 4530: -50,-3 - 4531: -50,-6 - 4532: -47,-7 - 4533: -47,-3 - 4534: -48,-3 - 4535: -47,0 - 4536: -48,-1 - 4537: -54,-7 - 4538: -54,-6 - 4539: -55,-6 - 4540: -53,-6 - 4541: -54,-6 - 4542: -53,-7 - 4543: -54,-6 - 4544: -54,-10 - 4545: -55,-11 - 4546: -48,-14 - 4547: -47,-14 - 4548: -47,-17 - 4549: -48,-17 - 4550: -54,-16 - 4551: -55,-14 - 4552: -53,-19 - 4553: -54,-22 - 4554: -54,-25 - 4555: -53,-26 - 4556: -49,-25 - 4557: -48,-21 - 4558: -55,-30 - 4559: -54,-29 - 4560: -48,-28 - 4561: -47,-30 - 4562: -42,-30 - 4563: -56,-33 - 4564: -62,-29 - 4565: -67,-29 - 4566: -68,-34 - 4567: -69,-34 - 4568: -73,-42 - 4569: -77,-46 - 4570: -76,-37 + 4336: -35,0 + 4337: -34,0 + 4338: -34,-1 + 4339: -34,0 + 4340: -41,7 + 4341: -45,9 + 4342: -45,6 + 4343: -53,8 + 4344: -48,12 + 4345: -53,4 + 4346: -56,3 + 4347: -66,-19 + 4348: -70,-21 + 4349: -62,-24 + 4350: -66,-24 + 4351: -70,-28 + 4352: -66,-29 + 4353: -61,-32 + 4354: -68,-34 + 4355: -68,-29 + 4356: -61,-37 + 4357: -62,-38 + 4358: -60,-41 + 4359: -57,-54 + 4360: -63,-54 + 4361: -64,-58 + 4362: -61,-62 + 4363: -64,-63 + 4364: -60,-63 + 4365: -59,-63 + 4366: -59,-62 + 4367: -59,-63 + 4368: -57,-62 + 4369: -58,-69 + 4370: -53,-78 + 4371: -53,-84 + 4372: -53,-91 + 4373: -51,-93 + 4374: -49,-94 + 4375: -51,-96 + 4376: -41,-96 + 4377: -38,-94 + 4378: -40,-83 + 4379: -40,-78 + 4380: -35,-79 + 4381: -34,-78 + 4382: -32,-72 + 4383: -33,-68 + 4384: -33,-66 + 4385: -12,-93 + 4386: -13,-80 + 4387: 15,-83 + 4388: 16,-84 + 4389: 24,-80 + 4390: 30,-80 + 4391: 33,-77 + 4392: 40,-73 + 4393: 41,-60 + 4394: 38,-56 + 4395: 63,-51 + 4396: 59,-47 + 4397: 66,-45 + 4398: 65,-46 + 4399: 65,-45 + 4400: 65,-45 + 4401: 71,-46 + 4402: 78,-43 + 4403: 77,-37 + 4404: 83,-24 + 4405: 94,-22 + 4406: 101,-24 + 4407: 106,-22 + 4408: 86,-42 + 4409: 83,-38 + 4410: 94,-40 + 4411: 81,-35 + 4412: 74,-32 + 4413: 56,-34 + 4414: 52,-33 + 4415: 44,-31 + 4416: 44,-35 + 4417: 37,-32 + 4418: 32,-38 + 4419: 27,-33 + 4420: 31,-27 + 4421: 28,-24 + 4422: 30,-19 + 4423: 28,-14 + 4424: 30,-11 + 4425: 26,-6 + 4426: 25,-4 + 4427: 21,-2 + 4428: 19,-1 + 4429: 18,0 + 4430: 16,0 + 4431: 13,0 + 4432: 12,1 + 4433: 12,2 + 4434: 11,3 + 4435: 9,3 + 4436: 2,3 + 4437: 1,2 + 4438: -1,2 + 4439: -2,4 + 4440: 0,7 + 4441: 1,10 + 4442: -1,11 + 4443: 0,15 + 4444: 1,16 + 4445: 5,11 + 4446: 7,6 + 4447: 10,14 + 4448: 10,13 + 4449: 9,14 + 4450: 10,14 + 4451: 8,19 + 4452: 1,22 + 4453: 3,26 + 4454: -6,20 + 4455: -3,26 + 4456: -10,14 + 4457: -11,15 + 4458: -9,11 + 4459: -13,2 + 4460: -12,-1 + 4461: -15,-1 + 4462: -18,0 + 4463: -20,0 + 4464: -21,-1 + 4465: -26,-6 + 4466: -26,-4 + 4467: -28,-8 + 4468: -28,-13 + 4469: -29,-16 + 4470: -29,-17 + 4471: -30,-18 + 4472: -28,-22 + 4473: -29,-24 + 4474: -30,-25 + 4475: -30,-28 + 4476: -31,-29 + 4477: -29,-33 + 4478: -31,-34 + 4479: -32,-33 + 4480: -32,-32 + 4481: -32,-37 + 4482: -36,-40 + 4483: -42,-34 + 4484: -40,-26 + 4485: -42,-22 + 4486: -46,-16 + 4487: -42,-9 + 4488: -44,-3 + 4489: -43,-2 + 4490: -42,-2 + 4491: -44,-2 + 4492: -43,-2 + 4493: -42,-2 + 4494: -42,-2 + 4495: -42,2 + 4496: -46,3 + 4497: -46,2 + 4498: -48,2 + 4499: -49,4 + 4500: -50,3 + 4501: -49,2 + 4502: -52,-1 + 4503: -53,-1 + 4504: -53,-2 + 4505: -52,-2 + 4506: -52,-1 + 4507: -53,-3 + 4508: -51,-5 + 4509: -50,-4 + 4510: -50,-3 + 4511: -50,-6 + 4512: -47,-7 + 4513: -47,-3 + 4514: -48,-3 + 4515: -47,0 + 4516: -48,-1 + 4517: -54,-7 + 4518: -54,-6 + 4519: -55,-6 + 4520: -53,-6 + 4521: -54,-6 + 4522: -53,-7 + 4523: -54,-6 + 4524: -54,-10 + 4525: -55,-11 + 4526: -48,-14 + 4527: -47,-14 + 4528: -47,-17 + 4529: -48,-17 + 4530: -54,-16 + 4531: -55,-14 + 4532: -53,-19 + 4533: -54,-22 + 4534: -54,-25 + 4535: -53,-26 + 4536: -49,-25 + 4537: -48,-21 + 4538: -55,-30 + 4539: -54,-29 + 4540: -48,-28 + 4541: -47,-30 + 4542: -42,-30 + 4543: -56,-33 + 4544: -62,-29 + 4545: -67,-29 + 4546: -68,-34 + 4547: -69,-34 + 4548: -73,-42 + 4549: -77,-46 + 4550: -76,-37 - node: cleanable: True color: '#FFFFFF93' id: Dirt decals: - 6164: 81,-26 - 6165: 81,-26 - 6166: 81,-27 + 6144: 81,-26 + 6145: 81,-26 + 6146: 81,-27 - node: cleanable: True color: '#FFFFFF95' id: Dirt decals: - 4307: -69,-10 - 4308: -69,-8 - 4309: -69,-9 - 4310: -69,-10 - 4311: -60,-12 - 4312: -59,-12 - 4313: -57,-11 - 4314: -60,-10 - 4315: -61,-10 + 4287: -69,-10 + 4288: -69,-8 + 4289: -69,-9 + 4290: -69,-10 + 4291: -60,-12 + 4292: -59,-12 + 4293: -57,-11 + 4294: -60,-10 + 4295: -61,-10 - node: cleanable: True color: '#FFFFFFBD' id: Dirt decals: - 6167: 78,-32 - 6168: 72,-34 - 6169: 63,-32 - 6170: 53,-33 - 6171: 41,-34 - 6172: 43,-40 - 6173: 32,-34 - 6174: 30,-23 - 6175: 28,-11 - 6176: 17,1 - 6177: -2,2 - 6178: -12,2 - 6179: -26,-7 - 6180: -29,-18 - 6181: -29,-29 - 6182: -33,-37 - 6183: -31,-51 - 6184: -30,-61 - 6185: -17,-73 - 6186: -6,-77 - 6187: 5,-75 - 6188: 11,-76 - 6189: 19,-72 - 6190: 28,-72 - 6191: 30,-65 - 6192: 28,-59 - 6193: 33,-54 - 6194: 31,-46 - 6195: 33,-40 - 6196: 27,-34 - 6197: 29,-32 - 6198: 12,4 - 6199: 1,9 - 6200: -1,17 - 6201: -39,-43 - 6202: -48,-45 - 6203: -55,-43 - 6204: -71,-45 - 6205: -77,-38 - 6206: -44,-47 - 6207: -40,-44 - 6208: -29,-59 - 6209: -29,-74 - 6210: -31,-78 - 6211: -30,-79 - 6212: -29,-78 - 6213: -30,-78 - 6214: -30,-78 - 6215: -25,-82 - 6216: -25,-83 - 6217: -25,-82 - 6218: -33,-84 - 6219: -32,-93 - 6220: -35,-98 - 6221: -31,-96 - 6222: -32,-90 - 6223: -33,-89 - 6224: -33,-88 - 6225: -33,-88 - 6226: -32,-84 - 6227: -26,-86 - 6228: -25,-90 - 6229: -18,-90 - 6230: -19,-83 - 6231: -13,-84 - 6232: -12,-85 - 6233: -5,-87 - 6234: -8,-91 - 6235: -9,-88 - 6236: -8,-86 - 6237: -4,-87 - 6238: -1,-91 - 6239: 1,-88 - 6240: 6,-95 - 6241: 14,-96 - 6242: 13,-99 - 6243: 6,-103 - 6244: 12,-104 - 6245: 12,-95 - 6246: 4,-91 - 6247: 12,-88 - 6248: 1,21 - 6249: 0,22 - 6250: 1,22 - 6251: -2,22 + 6147: 78,-32 + 6148: 72,-34 + 6149: 63,-32 + 6150: 53,-33 + 6151: 41,-34 + 6152: 43,-40 + 6153: 32,-34 + 6154: 30,-23 + 6155: 28,-11 + 6156: 17,1 + 6157: -2,2 + 6158: -12,2 + 6159: -26,-7 + 6160: -29,-18 + 6161: -29,-29 + 6162: -33,-37 + 6163: -31,-51 + 6164: -30,-61 + 6165: -17,-73 + 6166: -6,-77 + 6167: 5,-75 + 6168: 11,-76 + 6169: 19,-72 + 6170: 28,-72 + 6171: 30,-65 + 6172: 28,-59 + 6173: 33,-54 + 6174: 31,-46 + 6175: 33,-40 + 6176: 27,-34 + 6177: 29,-32 + 6178: 12,4 + 6179: 1,9 + 6180: -1,17 + 6181: -39,-43 + 6182: -48,-45 + 6183: -55,-43 + 6184: -71,-45 + 6185: -77,-38 + 6186: -44,-47 + 6187: -40,-44 + 6188: -29,-59 + 6189: -29,-74 + 6190: -31,-78 + 6191: -30,-79 + 6192: -29,-78 + 6193: -30,-78 + 6194: -30,-78 + 6195: -25,-82 + 6196: -25,-83 + 6197: -25,-82 + 6198: -33,-84 + 6199: -32,-93 + 6200: -35,-98 + 6201: -31,-96 + 6202: -32,-90 + 6203: -33,-89 + 6204: -33,-88 + 6205: -33,-88 + 6206: -32,-84 + 6207: -26,-86 + 6208: -25,-90 + 6209: -18,-90 + 6210: -19,-83 + 6211: -13,-84 + 6212: -12,-85 + 6213: -5,-87 + 6214: -8,-91 + 6215: -9,-88 + 6216: -8,-86 + 6217: -4,-87 + 6218: -1,-91 + 6219: 1,-88 + 6220: 6,-95 + 6221: 14,-96 + 6222: 13,-99 + 6223: 6,-103 + 6224: 12,-104 + 6225: 12,-95 + 6226: 4,-91 + 6227: 12,-88 + 6228: 1,21 + 6229: 0,22 + 6230: 1,22 + 6231: -2,22 - node: cleanable: True zIndex: -1 color: '#FFFFFFFF' id: Dirt decals: - 6371: 48,18 - 6372: 50,20 - 6373: 50,17 - 6374: 49,19 - 6375: 49,18 - 6376: 49,18 - 6384: -22,10 - 6385: -21,12 - 6386: -21,11 - 6387: -20,11 - 6388: -21,11 - 6395: 44,-58 - 6396: 49,-75 - 6397: 45,-83 - 6398: 52,-84 - 6399: 53,-83 - 6400: 52,-81 - 6401: 53,-84 - 6402: 53,-84 - 6403: 52,-82 - 6404: 55,-80 - 6405: 49,-84 - 6406: 25,-80 - 6407: 6,-80 - 6408: 4,-84 - 6409: 11,-85 - 6410: 7,-90 - 6411: 6,-95 - 6412: 12,-95 - 6413: 14,-98 - 6414: 13,-103 - 6415: 6,-103 - 6416: 13,-99 - 6417: -8,-94 - 6418: -12,-94 - 6419: -35,-97 - 6420: -39,-95 - 6421: -43,-96 - 6422: -50,-93 - 6423: -53,-86 - 6424: -52,-78 - 6425: -58,-66 - 6426: -59,-65 - 6427: -58,-65 - 6428: -59,-67 - 6429: -58,-65 - 6430: -54,-62 - 6431: -50,-56 - 6432: -53,-62 - 6433: -53,-61 - 6434: -52,-60 - 6435: -49,-55 - 6436: -50,-55 - 6437: -51,-57 - 6438: -50,-56 - 6439: -47,-59 - 6440: -48,-60 - 6441: -40,-65 - 6442: -35,-63 - 6443: -38,-62 - 6444: -37,-66 - 6445: -40,-56 - 6446: -38,-52 - 6447: -39,-53 - 6448: -49,-47 - 6449: -47,-50 - 6450: -48,-49 - 6451: -48,-48 - 6452: -52,-35 - 6453: -49,-26 - 6454: -48,-20 - 6455: -49,-22 - 6456: -42,-23 - 6457: -41,-18 - 6458: -49,-16 - 6459: -42,-10 - 6460: -44,-4 - 6461: -39,-3 - 6462: -38,-5 - 6463: -46,-13 - 6464: -48,-14 - 6465: -54,-15 - 6466: -53,-16 - 6467: -55,-25 - 6468: -52,-29 - 6469: -36,-39 - 6470: -37,-58 - 6471: -44,-61 - 6472: -77,-53 - 6473: -72,-50 - 6474: -76,-41 - 6475: -79,-38 - 6476: -72,-36 - 6477: -75,-31 - 6478: -76,-32 - 6479: -75,-30 - 6480: -76,-31 - 6481: -75,-31 - 6482: -58,-23 - 6483: -53,3 - 6484: -44,17 - 6485: -52,17 - 6486: -48,12 - 6487: -36,15 - 6488: -31,17 - 6489: -23,14 - 6490: -16,14 - 6491: 25,17 - 6492: 31,20 - 6493: 42,24 - 6494: 41,14 + 6351: 48,18 + 6352: 50,20 + 6353: 50,17 + 6354: 49,19 + 6355: 49,18 + 6356: 49,18 + 6364: -22,10 + 6365: -21,12 + 6366: -21,11 + 6367: -20,11 + 6368: -21,11 + 6375: 44,-58 + 6376: 49,-75 + 6377: 45,-83 + 6378: 52,-84 + 6379: 53,-83 + 6380: 52,-81 + 6381: 53,-84 + 6382: 53,-84 + 6383: 52,-82 + 6384: 55,-80 + 6385: 49,-84 + 6386: 25,-80 + 6387: 6,-80 + 6388: 4,-84 + 6389: 11,-85 + 6390: 7,-90 + 6391: 6,-95 + 6392: 12,-95 + 6393: 14,-98 + 6394: 13,-103 + 6395: 6,-103 + 6396: 13,-99 + 6397: -8,-94 + 6398: -12,-94 + 6399: -35,-97 + 6400: -39,-95 + 6401: -43,-96 + 6402: -50,-93 + 6403: -53,-86 + 6404: -52,-78 + 6405: -58,-66 + 6406: -59,-65 + 6407: -58,-65 + 6408: -59,-67 + 6409: -58,-65 + 6410: -54,-62 + 6411: -50,-56 + 6412: -53,-62 + 6413: -53,-61 + 6414: -52,-60 + 6415: -49,-55 + 6416: -50,-55 + 6417: -51,-57 + 6418: -50,-56 + 6419: -47,-59 + 6420: -48,-60 + 6421: -40,-65 + 6422: -35,-63 + 6423: -38,-62 + 6424: -37,-66 + 6425: -40,-56 + 6426: -38,-52 + 6427: -39,-53 + 6428: -49,-47 + 6429: -47,-50 + 6430: -48,-49 + 6431: -48,-48 + 6432: -52,-35 + 6433: -49,-26 + 6434: -48,-20 + 6435: -49,-22 + 6436: -42,-23 + 6437: -41,-18 + 6438: -49,-16 + 6439: -42,-10 + 6440: -44,-4 + 6441: -39,-3 + 6442: -38,-5 + 6443: -46,-13 + 6444: -48,-14 + 6445: -54,-15 + 6446: -53,-16 + 6447: -55,-25 + 6448: -52,-29 + 6449: -36,-39 + 6450: -37,-58 + 6451: -44,-61 + 6452: -77,-53 + 6453: -72,-50 + 6454: -76,-41 + 6455: -79,-38 + 6456: -72,-36 + 6457: -75,-31 + 6458: -76,-32 + 6459: -75,-30 + 6460: -76,-31 + 6461: -75,-31 + 6462: -58,-23 + 6463: -53,3 + 6464: -44,17 + 6465: -52,17 + 6466: -48,12 + 6467: -36,15 + 6468: -31,17 + 6469: -23,14 + 6470: -16,14 + 6471: 25,17 + 6472: 31,20 + 6473: 42,24 + 6474: 41,14 - node: color: '#FFFFFFFF' id: Dirt @@ -3526,382 +3537,382 @@ entities: 8: -47,-1 9: -44,3 10: -43,0 - 4294: -53,18 - 4295: -54,18 - 4296: -54,17 - 4297: -54,18 - 4298: -49,12 - 4299: -42,18 - 4300: -46,11 - 4743: 25,-86 - 4751: 56,0 - 4752: 52,-4 - 4753: 53,-12 - 4754: 44,-7 - 4755: 67,-8 - 4756: 77,-5 - 4757: 73,-2 - 4758: 63,-2 - 4759: 69,-14 - 4760: 70,-14 - 4761: 71,-15 - 4762: 70,-14 - 4763: 71,-13 - 4764: 71,-12 - 4790: 83,-37 - 4791: 82,-26 - 4792: 82,-27 - 4793: 82,-26 - 4794: 86,-24 - 4795: 88,-22 - 4796: 88,-23 - 4797: 94,-23 - 4798: 98,-23 - 4799: 101,-22 - 4800: 105,-23 - 4801: 107,-22 - 4802: 106,-22 - 4803: 106,-22 - 4804: 101,-40 - 4805: 94,-40 - 4806: 87,-42 - 4807: 88,-42 - 4808: 87,-42 - 4809: 87,-41 - 4810: 82,-40 - 4811: 81,-38 - 4812: 83,-43 - 4813: 82,-42 - 4814: 77,-17 - 4815: 78,-17 - 4816: 76,-18 - 4817: 77,-17 - 4841: 41,7 - 4842: 41,-20 - 4843: 36,-20 - 4844: 42,25 - 4845: 31,21 - 4846: 59,-26 - 4847: 68,-19 - 4848: 67,-18 - 4849: 71,-19 - 4850: 78,-20 - 4851: 73,-24 - 4852: 75,-25 - 4853: 70,-23 - 6660: -60,6 - 6661: -69,2 - 6662: -66,2 - 6663: -64,-4 - 6664: -61,-3 - 6665: -60,-4 - 6666: -61,-4 - 6667: -61,-3 - 6668: -56,7 - 6669: -58,10 - 6670: -68,10 - 6678: -69,-1 - 6681: -61,3 - 6682: -62,2 - 6683: -60,3 - 6684: -61,3 - 6688: -66,10 - 6689: -69,11 - 6690: -57,9 - 6691: -57,9 - 6692: -68,-3 - 6693: -62,-1 - 6994: -57,-104 - 6995: -57,-103 - 6996: -57,-102 - 6997: -57,-101 - 6998: -57,-100 - 6999: -57,-99 - 7000: -57,-98 - 7001: -57,-97 - 7002: -57,-95 - 7003: -57,-95 - 7004: -57,-96 - 7005: -57,-96 - 7006: -55,-96 - 7007: -55,-97 - 7008: -55,-97 - 7009: -55,-99 - 7010: -55,-100 - 7011: -55,-101 - 7012: -55,-102 - 7013: -55,-102 - 7014: -55,-103 - 7151: -74,-16 - 7152: -75,-23 - 7153: -62,-29 - 7154: -64,-21 - 7155: -71,-5 - 7156: -71,-8 - 7157: -78,-5 - 7158: -77,-5 - 7159: -80,6 - 7160: -80,5 - 7161: -79,-10 - 7162: -84,-6 - 7163: -82,-9 - 7164: -83,-12 - 7165: -85,-10 - 7166: -88,-11 - 7167: -85,-1 - 7168: -90,1 - 7169: -93,1 - 7170: -92,0 - 7171: -86,3 - 7172: -84,4 - 7173: -83,-1 - 7174: -84,-2 - 7175: -83,-2 - 7176: -83,-2 - 7177: -83,-5 - 7178: -83,-10 - 7179: -75,-17 - 8628: 63,-20 - 8629: 65,-21 - 8630: 65,-20 + 4274: -53,18 + 4275: -54,18 + 4276: -54,17 + 4277: -54,18 + 4278: -49,12 + 4279: -42,18 + 4280: -46,11 + 4723: 25,-86 + 4731: 56,0 + 4732: 52,-4 + 4733: 53,-12 + 4734: 44,-7 + 4735: 67,-8 + 4736: 77,-5 + 4737: 73,-2 + 4738: 63,-2 + 4739: 69,-14 + 4740: 70,-14 + 4741: 71,-15 + 4742: 70,-14 + 4743: 71,-13 + 4744: 71,-12 + 4770: 83,-37 + 4771: 82,-26 + 4772: 82,-27 + 4773: 82,-26 + 4774: 86,-24 + 4775: 88,-22 + 4776: 88,-23 + 4777: 94,-23 + 4778: 98,-23 + 4779: 101,-22 + 4780: 105,-23 + 4781: 107,-22 + 4782: 106,-22 + 4783: 106,-22 + 4784: 101,-40 + 4785: 94,-40 + 4786: 87,-42 + 4787: 88,-42 + 4788: 87,-42 + 4789: 87,-41 + 4790: 82,-40 + 4791: 81,-38 + 4792: 83,-43 + 4793: 82,-42 + 4794: 77,-17 + 4795: 78,-17 + 4796: 76,-18 + 4797: 77,-17 + 4821: 41,7 + 4822: 41,-20 + 4823: 36,-20 + 4824: 42,25 + 4825: 31,21 + 4826: 59,-26 + 4827: 68,-19 + 4828: 67,-18 + 4829: 71,-19 + 4830: 78,-20 + 4831: 73,-24 + 4832: 75,-25 + 4833: 70,-23 + 6640: -60,6 + 6641: -69,2 + 6642: -66,2 + 6643: -64,-4 + 6644: -61,-3 + 6645: -60,-4 + 6646: -61,-4 + 6647: -61,-3 + 6648: -56,7 + 6649: -58,10 + 6650: -68,10 + 6658: -69,-1 + 6661: -61,3 + 6662: -62,2 + 6663: -60,3 + 6664: -61,3 + 6668: -66,10 + 6669: -69,11 + 6670: -57,9 + 6671: -57,9 + 6672: -68,-3 + 6673: -62,-1 + 6967: -57,-104 + 6968: -57,-103 + 6969: -57,-102 + 6970: -57,-101 + 6971: -57,-100 + 6972: -57,-99 + 6973: -57,-98 + 6974: -57,-97 + 6975: -57,-95 + 6976: -57,-95 + 6977: -57,-96 + 6978: -57,-96 + 6979: -55,-96 + 6980: -55,-97 + 6981: -55,-97 + 6982: -55,-99 + 6983: -55,-100 + 6984: -55,-101 + 6985: -55,-102 + 6986: -55,-102 + 6987: -55,-103 + 7124: -74,-16 + 7125: -75,-23 + 7126: -62,-29 + 7127: -64,-21 + 7128: -71,-5 + 7129: -71,-8 + 7130: -78,-5 + 7131: -77,-5 + 7132: -80,6 + 7133: -80,5 + 7134: -79,-10 + 7135: -84,-6 + 7136: -82,-9 + 7137: -83,-12 + 7138: -85,-10 + 7139: -88,-11 + 7140: -85,-1 + 7141: -90,1 + 7142: -93,1 + 7143: -92,0 + 7144: -86,3 + 7145: -84,4 + 7146: -83,-1 + 7147: -84,-2 + 7148: -83,-2 + 7149: -83,-2 + 7150: -83,-5 + 7151: -83,-10 + 7152: -75,-17 + 8598: 63,-20 + 8599: 65,-21 + 8600: 65,-20 - node: cleanable: True color: '#FFFFFFFF' id: Dirt decals: - 3359: -28,-99 - 4051: -48,-88 - 4052: -50,-90 - 4056: -46,-93 - 4057: -47,-92 - 4077: -66,-32 - 4080: -63,-32 - 4085: -68,-16 - 4086: -71,-17 - 4087: -69,-18 - 4094: -72,-32 - 4095: -73,-31 - 4144: -12,-83 - 4148: -14,-85 - 4734: 26,-82 - 4735: 25,-82 - 4736: 29,-83 - 4940: 8,-72 - 4943: -7,-73 - 5650: 102,-23 - 5651: 83,-33 - 5652: 81,-25 - 5653: 89,-39 - 6635: 62,11 - 6636: 59,12 - 6637: 52,14 - 6709: -4,-13 - 6710: 11,-9 - 6784: -67,-73 - 6785: -68,-78 - 6786: -62,-70 - 6787: -65,-79 - 6803: -56,-71 - 6804: -50,-72 - 6805: -47,-69 - 6806: -56,-75 - 7065: -40,-120 - 7066: -46,-122 - 7067: -47,-121 - 7068: -55,-120 - 7069: -56,-119 - 7070: -55,-108 - 7071: -57,-106 - 7072: -52,-106 - 7073: -46,-111 - 7074: -43,-107 - 7075: -40,-111 - 7076: -38,-108 - 7077: -33,-111 - 7078: -34,-111 - 7079: -28,-109 - 7080: -28,-107 - 7081: -27,-109 - 7082: -34,-115 - 7083: -36,-121 - 7084: -38,-123 - 7085: -41,-123 - 7115: -35,-106 - 7116: -33,-106 - 7117: -35,-101 - 7118: -31,-102 - 7122: -33,-102 - 7123: -34,-105 - 7124: -35,-103 - 7125: -51,-110 - 7126: -49,-112 - 7127: -52,-112 - 7128: -51,-111 - 7129: -56,-112 - 7130: -56,-115 - 7131: -56,-110 - 7132: -49,-120 - 7133: -42,-122 - 7134: -34,-118 - 7412: 34,-16 - 7413: 32,-18 - 7417: 33,-18 - 7638: -80,-51 - 7639: -79,-53 - 7885: 35,6 - 7886: 31,1 - 7887: 37,-7 - 7888: 30,-5 - 7889: 36,2 - 7890: 30,7 - 7891: 31,10 - 7892: 28,13 - 7893: 31,11 - 7894: 31,10 - 7895: 30,9 - 7896: 34,13 - 7897: 35,11 - 7898: 37,9 - 7899: 23,3 - 7909: 43,27 - 7910: 44,28 - 7911: 44,31 - 7914: 44,30 - 7915: 44,31 - 7916: 44,28 - 7917: 44,27 - 7918: 43,28 - 7923: 44,29 - 8075: -7,-23 - 8076: -7,-22 - 8077: -6,-23 - 8078: -7,-24 - 8079: -8,-23 - 8080: -8,-24 - 8081: -7,-23 - 8082: -8,-24 - 8083: -7,-23 - 8084: -8,-23 - 8085: -9,-24 - 8865: -83,-28 - 8866: -82,-27 - 8867: -82,-27 - 8868: -83,-26 - 8869: -86,-27 - 8870: -86,-28 - 8871: -87,-27 - 8872: -81,-25 - 8873: -82,-26 - 8878: -55,-40 - 8879: -58,-38 - 8880: -57,-34 - 8881: -55,-33 - 8882: -54,-37 - 8883: -51,-41 - 8884: -50,-40 - 8885: -50,-39 - 8886: -48,-41 - 8887: -52,-36 - 8888: -77,-24 - 8889: -78,-25 - 8890: -77,-27 - 8891: -75,-27 - 8892: -73,-27 - 8893: -72,-26 - 8894: -74,-25 - 8895: -76,-26 - 8896: -78,-25 - 8905: -62,-21 - 8907: -60,-21 - 8908: -59,-22 - 8909: -59,-23 - 8910: -59,-19 - 8911: -59,-19 - 8912: -60,-18 - 8913: -61,-18 - 8914: -62,-17 - 8915: -62,-18 - 8916: -61,-19 - 8963: 30,32 - 8964: 30,33 - 8965: 29,33 - 8966: 29,34 - 8967: 30,34 - 8968: 31,33 - 8969: 30,33 - 8970: 37,34 - 8971: 36,33 - 8972: 38,34 - 8973: 36,35 - 9001: 34,23 - 9002: 35,22 - 9003: 36,20 - 9004: 38,20 - 9005: 38,22 - 9008: -28,-103 - 9009: -22,-102 - 9010: -20,-99 - 9011: -19,-100 + 3339: -28,-99 + 4031: -48,-88 + 4032: -50,-90 + 4036: -46,-93 + 4037: -47,-92 + 4057: -66,-32 + 4060: -63,-32 + 4065: -68,-16 + 4066: -71,-17 + 4067: -69,-18 + 4074: -72,-32 + 4075: -73,-31 + 4124: -12,-83 + 4128: -14,-85 + 4714: 26,-82 + 4715: 25,-82 + 4716: 29,-83 + 4920: 8,-72 + 4923: -7,-73 + 5630: 102,-23 + 5631: 83,-33 + 5632: 81,-25 + 5633: 89,-39 + 6615: 62,11 + 6616: 59,12 + 6617: 52,14 + 6682: -4,-13 + 6683: 11,-9 + 6757: -67,-73 + 6758: -68,-78 + 6759: -62,-70 + 6760: -65,-79 + 6776: -56,-71 + 6777: -50,-72 + 6778: -47,-69 + 6779: -56,-75 + 7038: -40,-120 + 7039: -46,-122 + 7040: -47,-121 + 7041: -55,-120 + 7042: -56,-119 + 7043: -55,-108 + 7044: -57,-106 + 7045: -52,-106 + 7046: -46,-111 + 7047: -43,-107 + 7048: -40,-111 + 7049: -38,-108 + 7050: -33,-111 + 7051: -34,-111 + 7052: -28,-109 + 7053: -28,-107 + 7054: -27,-109 + 7055: -34,-115 + 7056: -36,-121 + 7057: -38,-123 + 7058: -41,-123 + 7088: -35,-106 + 7089: -33,-106 + 7090: -35,-101 + 7091: -31,-102 + 7095: -33,-102 + 7096: -34,-105 + 7097: -35,-103 + 7098: -51,-110 + 7099: -49,-112 + 7100: -52,-112 + 7101: -51,-111 + 7102: -56,-112 + 7103: -56,-115 + 7104: -56,-110 + 7105: -49,-120 + 7106: -42,-122 + 7107: -34,-118 + 7382: 34,-16 + 7383: 32,-18 + 7387: 33,-18 + 7608: -80,-51 + 7609: -79,-53 + 7855: 35,6 + 7856: 31,1 + 7857: 37,-7 + 7858: 30,-5 + 7859: 36,2 + 7860: 30,7 + 7861: 31,10 + 7862: 28,13 + 7863: 31,11 + 7864: 31,10 + 7865: 30,9 + 7866: 34,13 + 7867: 35,11 + 7868: 37,9 + 7869: 23,3 + 7879: 43,27 + 7880: 44,28 + 7881: 44,31 + 7884: 44,30 + 7885: 44,31 + 7886: 44,28 + 7887: 44,27 + 7888: 43,28 + 7893: 44,29 + 8045: -7,-23 + 8046: -7,-22 + 8047: -6,-23 + 8048: -7,-24 + 8049: -8,-23 + 8050: -8,-24 + 8051: -7,-23 + 8052: -8,-24 + 8053: -7,-23 + 8054: -8,-23 + 8055: -9,-24 + 8835: -83,-28 + 8836: -82,-27 + 8837: -82,-27 + 8838: -83,-26 + 8839: -86,-27 + 8840: -86,-28 + 8841: -87,-27 + 8842: -81,-25 + 8843: -82,-26 + 8848: -55,-40 + 8849: -58,-38 + 8850: -57,-34 + 8851: -55,-33 + 8852: -54,-37 + 8853: -51,-41 + 8854: -50,-40 + 8855: -50,-39 + 8856: -48,-41 + 8857: -52,-36 + 8858: -77,-24 + 8859: -78,-25 + 8860: -77,-27 + 8861: -75,-27 + 8862: -73,-27 + 8863: -72,-26 + 8864: -74,-25 + 8865: -76,-26 + 8866: -78,-25 + 8875: -62,-21 + 8877: -60,-21 + 8878: -59,-22 + 8879: -59,-23 + 8880: -59,-19 + 8881: -59,-19 + 8882: -60,-18 + 8883: -61,-18 + 8884: -62,-17 + 8885: -62,-18 + 8886: -61,-19 + 8904: 30,32 + 8905: 30,33 + 8906: 29,33 + 8907: 29,34 + 8908: 30,34 + 8909: 31,33 + 8910: 30,33 + 8911: 37,34 + 8912: 36,33 + 8913: 38,34 + 8914: 36,35 + 8942: 34,23 + 8943: 35,22 + 8944: 36,20 + 8945: 38,20 + 8946: 38,22 + 8949: -28,-103 + 8950: -22,-102 + 8951: -20,-99 + 8952: -19,-100 - node: color: '#D381C996' id: DirtHeavy decals: - 8582: -8,-18 - 8583: -12,-22 - 8584: -13,-28 - 8585: -5,-30 - 8586: -1,-29 - 8587: 5,-34 - 8588: -1,-35 - 8589: -7,-35 - 8590: -4,-38 - 8591: -10,-38 - 8592: -10,-33 - 8593: 6,-41 - 8594: 11,-42 - 8595: 11,-46 - 8596: 6,-45 - 8597: 13,-37 - 8598: 9,-31 - 8599: 12,-29 - 8600: 4,-29 - 8601: -2,-18 - 8602: -7,-19 - 8603: -12,-19 - 8604: 10,-18 - 8605: 8,-23 - 8606: 11,-26 + 8552: -8,-18 + 8553: -12,-22 + 8554: -13,-28 + 8555: -5,-30 + 8556: -1,-29 + 8557: 5,-34 + 8558: -1,-35 + 8559: -7,-35 + 8560: -4,-38 + 8561: -10,-38 + 8562: -10,-33 + 8563: 6,-41 + 8564: 11,-42 + 8565: 11,-46 + 8566: 6,-45 + 8567: 13,-37 + 8568: 9,-31 + 8569: 12,-29 + 8570: 4,-29 + 8571: -2,-18 + 8572: -7,-19 + 8573: -12,-19 + 8574: 10,-18 + 8575: 8,-23 + 8576: 11,-26 - node: cleanable: True color: '#FFFFFF8F' id: DirtHeavy decals: - 4571: 43,-4 - 4572: 51,-15 - 4573: 62,-9 - 4574: 69,-2 - 4575: 77,-9 - 4576: 86,-4 - 4577: 73,-1 - 4578: 63,-1 - 4579: 56,4 - 4580: 57,0 - 4581: 42,-7 - 4582: 32,-8 - 4583: 17,0 - 4584: 6,4 - 4585: -2,1 - 4586: -13,2 - 4587: -21,0 + 4551: 43,-4 + 4552: 51,-15 + 4553: 62,-9 + 4554: 69,-2 + 4555: 77,-9 + 4556: 86,-4 + 4557: 73,-1 + 4558: 63,-1 + 4559: 56,4 + 4560: 57,0 + 4561: 42,-7 + 4562: 32,-8 + 4563: 17,0 + 4564: 6,4 + 4565: -2,1 + 4566: -13,2 + 4567: -21,0 - node: cleanable: True zIndex: -1 color: '#FFFFFFFF' id: DirtHeavy decals: - 6377: 48,19 - 6389: -21,12 - 6390: -23,11 + 6357: 48,19 + 6369: -21,12 + 6370: -23,11 - node: color: '#FFFFFFFF' id: DirtHeavy @@ -3914,66 +3925,66 @@ entities: 81: -5,-61 82: -7,-60 83: 0,-54 - 3814: 19,-81 - 4301: -54,12 - 4302: -42,17 - 4744: 24,-88 - 4745: 23,-87 - 4748: 58,-3 - 4784: 83,-30 - 4785: 81,-24 - 4786: 94,-24 - 4787: 101,-24 - 4788: 98,-41 - 4789: 82,-40 - 4821: 76,-18 - 4831: 38,-20 - 4832: 39,-9 - 4833: 41,11 - 4836: 31,24 - 4854: 70,-23 - 4855: 68,-20 - 6671: -68,10 - 6672: -66,6 - 6673: -69,3 - 6674: -56,7 - 6685: -63,4 - 6686: -62,6 - 6687: -56,9 - 6972: -57,-101 - 6973: -57,-100 - 6974: -57,-99 - 6975: -57,-99 - 6976: -57,-98 - 6977: -57,-97 - 6978: -55,-96 - 6979: -55,-96 - 6980: -55,-97 - 6981: -55,-98 - 6982: -55,-99 - 6983: -55,-100 - 6984: -55,-101 - 6985: -55,-102 - 6986: -55,-102 - 6987: -57,-104 - 6988: -57,-103 - 6989: -57,-103 - 6990: -57,-102 - 6991: -55,-103 - 6992: -56,-103 - 6993: -56,-98 - 7180: -75,-16 - 7181: -82,-22 - 7182: -78,-19 - 7183: -79,-13 - 7184: -85,-5 - 7185: -82,-8 - 7186: -83,-1 - 7187: -92,1 - 7188: -83,4 - 8631: 65,-21 - 8632: 63,-20 - 8633: 65,-21 + 3794: 19,-81 + 4281: -54,12 + 4282: -42,17 + 4724: 24,-88 + 4725: 23,-87 + 4728: 58,-3 + 4764: 83,-30 + 4765: 81,-24 + 4766: 94,-24 + 4767: 101,-24 + 4768: 98,-41 + 4769: 82,-40 + 4801: 76,-18 + 4811: 38,-20 + 4812: 39,-9 + 4813: 41,11 + 4816: 31,24 + 4834: 70,-23 + 4835: 68,-20 + 6651: -68,10 + 6652: -66,6 + 6653: -69,3 + 6654: -56,7 + 6665: -63,4 + 6666: -62,6 + 6667: -56,9 + 6945: -57,-101 + 6946: -57,-100 + 6947: -57,-99 + 6948: -57,-99 + 6949: -57,-98 + 6950: -57,-97 + 6951: -55,-96 + 6952: -55,-96 + 6953: -55,-97 + 6954: -55,-98 + 6955: -55,-99 + 6956: -55,-100 + 6957: -55,-101 + 6958: -55,-102 + 6959: -55,-102 + 6960: -57,-104 + 6961: -57,-103 + 6962: -57,-103 + 6963: -57,-102 + 6964: -55,-103 + 6965: -56,-103 + 6966: -56,-98 + 7153: -75,-16 + 7154: -82,-22 + 7155: -78,-19 + 7156: -79,-13 + 7157: -85,-5 + 7158: -82,-8 + 7159: -83,-1 + 7160: -92,1 + 7161: -83,4 + 8601: 65,-21 + 8602: 63,-20 + 8603: 65,-21 - node: cleanable: True color: '#FFFFFFFF' @@ -3986,110 +3997,110 @@ entities: 114: 29,-36 115: 29,-41 127: 9,-79 - 4047: -50,-89 - 4048: -51,-88 - 4053: -47,-92 - 4060: -12,14 - 4061: -10,15 - 4062: -9,16 - 4071: -64,-35 - 4075: -65,-33 - 4078: -66,-32 - 4081: -65,-34 - 4089: -71,-16 - 4093: -72,-33 - 4143: -14,-86 - 4662: 12,0 - 4663: 1,15 - 4664: -1,11 - 4665: 3,2 - 4666: -17,1 - 4667: -29,-8 - 4668: -28,-21 - 4669: -33,-32 - 4670: -34,-45 - 4671: -43,-44 - 4672: -56,-43 - 4673: -55,-44 - 4674: -64,-44 - 4675: -72,-42 - 4676: -76,-49 - 4677: -26,-81 - 4678: -32,-98 - 4679: -12,-85 - 4680: -6,-90 - 4681: -9,-96 - 4682: 9,-98 - 4683: 15,-88 - 4684: 29,-80 - 4685: 40,-73 - 4686: 64,-62 - 4687: 63,-49 - 4688: 72,-46 - 4689: 79,-32 - 4690: 95,-22 - 4737: 28,-83 - 4738: 25,-81 - 4941: 8,-73 - 5654: 94,-39 - 6708: 4,-44 - 6711: -4,-29 - 6714: -15,-24 - 6807: -56,-72 - 6808: -47,-69 - 7086: -40,-120 - 7087: -35,-121 - 7088: -35,-111 - 7089: -48,-121 - 7090: -56,-120 - 7091: -55,-108 - 7092: -46,-111 - 7093: -40,-107 - 7119: -31,-101 - 7900: 34,4 - 7901: 31,-3 - 7902: 32,-8 - 7903: 28,13 - 7912: 44,31 - 7921: 44,27 - 7922: 44,29 - 8897: -77,-24 - 8898: -76,-28 - 8906: -62,-21 - 8917: -59,-18 - 8918: -63,-19 - 8919: -59,-23 - 8974: 36,35 - 9006: 34,21 - 9012: -27,-102 - 9013: -22,-104 + 4027: -50,-89 + 4028: -51,-88 + 4033: -47,-92 + 4040: -12,14 + 4041: -10,15 + 4042: -9,16 + 4051: -64,-35 + 4055: -65,-33 + 4058: -66,-32 + 4061: -65,-34 + 4069: -71,-16 + 4073: -72,-33 + 4123: -14,-86 + 4642: 12,0 + 4643: 1,15 + 4644: -1,11 + 4645: 3,2 + 4646: -17,1 + 4647: -29,-8 + 4648: -28,-21 + 4649: -33,-32 + 4650: -34,-45 + 4651: -43,-44 + 4652: -56,-43 + 4653: -55,-44 + 4654: -64,-44 + 4655: -72,-42 + 4656: -76,-49 + 4657: -26,-81 + 4658: -32,-98 + 4659: -12,-85 + 4660: -6,-90 + 4661: -9,-96 + 4662: 9,-98 + 4663: 15,-88 + 4664: 29,-80 + 4665: 40,-73 + 4666: 64,-62 + 4667: 63,-49 + 4668: 72,-46 + 4669: 79,-32 + 4670: 95,-22 + 4717: 28,-83 + 4718: 25,-81 + 4921: 8,-73 + 5634: 94,-39 + 6681: 4,-44 + 6684: -4,-29 + 6687: -15,-24 + 6780: -56,-72 + 6781: -47,-69 + 7059: -40,-120 + 7060: -35,-121 + 7061: -35,-111 + 7062: -48,-121 + 7063: -56,-120 + 7064: -55,-108 + 7065: -46,-111 + 7066: -40,-107 + 7092: -31,-101 + 7870: 34,4 + 7871: 31,-3 + 7872: 32,-8 + 7873: 28,13 + 7882: 44,31 + 7891: 44,27 + 7892: 44,29 + 8867: -77,-24 + 8868: -76,-28 + 8876: -62,-21 + 8887: -59,-18 + 8888: -63,-19 + 8889: -59,-23 + 8915: 36,35 + 8947: 34,21 + 8953: -27,-102 + 8954: -22,-104 - node: color: '#D381C996' id: DirtHeavyMonotile decals: - 8607: 1,-25 - 8608: -7,-29 - 8609: -11,-29 - 8610: -13,-25 - 8611: -11,-23 - 8612: -11,-19 - 8613: -9,-19 - 8614: -7,-19 - 8615: -10,-37 - 8616: -4,-39 - 8617: 0,-43 - 8618: -2,-43 - 8619: 5,-34 + 8577: 1,-25 + 8578: -7,-29 + 8579: -11,-29 + 8580: -13,-25 + 8581: -11,-23 + 8582: -11,-19 + 8583: -9,-19 + 8584: -7,-19 + 8585: -10,-37 + 8586: -4,-39 + 8587: 0,-43 + 8588: -2,-43 + 8589: 5,-34 - node: cleanable: True zIndex: -1 color: '#FFFFFFFF' id: DirtHeavyMonotile decals: - 6381: 48,20 - 6382: 50,17 - 6391: -22,12 - 6392: -21,10 + 6361: 48,20 + 6362: 50,17 + 6371: -22,12 + 6372: -21,10 - node: color: '#FFFFFFFF' id: DirtHeavyMonotile @@ -4099,15 +4110,15 @@ entities: 16: -48,0 17: -45,3 19: -51,-6 - 3815: 20,-77 - 4303: -43,12 - 4746: 23,-87 - 4747: 24,-85 - 4822: 79,-17 - 4823: 78,-18 - 4857: 72,-18 - 4858: 77,-17 - 6675: -56,3 + 3795: 20,-77 + 4283: -43,12 + 4726: 23,-87 + 4727: 24,-85 + 4802: 79,-17 + 4803: 78,-18 + 4837: 72,-18 + 4838: 77,-17 + 6655: -56,3 - node: cleanable: True color: '#FFFFFFFF' @@ -4116,120 +4127,120 @@ entities: 109: 9,-64 125: 8,-100 128: 3,-79 - 3166: 89,-7 - 4049: -50,-88 - 4059: -12,14 - 4063: -9,15 - 4072: -64,-35 - 4098: -73,-31 - 4099: -73,-34 - 4100: -73,-33 - 4145: -12,-84 - 4691: 73,-33 - 4692: 49,-32 - 4693: 42,-50 - 4694: 32,-33 - 4695: 30,-10 - 4696: 16,1 - 4697: -1,8 - 4698: -8,3 - 4699: -22,0 - 4700: -31,6 - 4701: -36,-6 - 4702: -40,-2 - 4703: -43,-16 - 4704: -42,-29 - 4705: -56,-29 - 4706: -42,-35 - 4707: -55,-44 - 4708: -67,-43 - 4709: -68,-42 - 4710: -79,-38 - 4711: -76,-46 - 4712: -72,-50 - 4713: -71,-53 - 4714: -75,-54 - 4715: -54,-75 - 4716: -42,-78 - 4717: -32,-88 - 4718: -34,-94 - 4719: -42,-98 - 4720: -10,-99 - 4721: -5,-90 - 4722: 7,-94 - 4723: 14,-103 - 4724: 8,-104 - 4725: 14,-98 - 6638: 49,17 - 6642: 52,14 - 6811: -50,-72 - 7094: -32,-111 - 7095: -28,-107 - 7096: -36,-120 - 7097: -46,-121 - 7098: -57,-106 - 7099: -46,-111 - 7120: -33,-102 - 7414: 33,-18 - 7908: 38,7 - 7920: 43,28 - 8874: -82,-26 - 8920: -62,-17 - 8921: -58,-19 - 9007: 38,22 + 3146: 89,-7 + 4029: -50,-88 + 4039: -12,14 + 4043: -9,15 + 4052: -64,-35 + 4078: -73,-31 + 4079: -73,-34 + 4080: -73,-33 + 4125: -12,-84 + 4671: 73,-33 + 4672: 49,-32 + 4673: 42,-50 + 4674: 32,-33 + 4675: 30,-10 + 4676: 16,1 + 4677: -1,8 + 4678: -8,3 + 4679: -22,0 + 4680: -31,6 + 4681: -36,-6 + 4682: -40,-2 + 4683: -43,-16 + 4684: -42,-29 + 4685: -56,-29 + 4686: -42,-35 + 4687: -55,-44 + 4688: -67,-43 + 4689: -68,-42 + 4690: -79,-38 + 4691: -76,-46 + 4692: -72,-50 + 4693: -71,-53 + 4694: -75,-54 + 4695: -54,-75 + 4696: -42,-78 + 4697: -32,-88 + 4698: -34,-94 + 4699: -42,-98 + 4700: -10,-99 + 4701: -5,-90 + 4702: 7,-94 + 4703: 14,-103 + 4704: 8,-104 + 4705: 14,-98 + 6618: 49,17 + 6622: 52,14 + 6784: -50,-72 + 7067: -32,-111 + 7068: -28,-107 + 7069: -36,-120 + 7070: -46,-121 + 7071: -57,-106 + 7072: -46,-111 + 7093: -33,-102 + 7384: 33,-18 + 7878: 38,7 + 7890: 43,28 + 8844: -82,-26 + 8890: -62,-17 + 8891: -58,-19 + 8948: 38,22 - node: color: '#D381C996' id: DirtLight decals: - 8620: 4,-33 - 8621: 13,-35 - 8622: 8,-31 - 8623: 2,-28 - 8624: 9,-14 - 8625: 0,-14 - 8626: -7,-20 - 8627: -13,-23 + 8590: 4,-33 + 8591: 13,-35 + 8592: 8,-31 + 8593: 2,-28 + 8594: 9,-14 + 8595: 0,-14 + 8596: -7,-20 + 8597: -13,-23 - node: cleanable: True zIndex: -1 color: '#FFFFFFFF' id: DirtLight decals: - 6378: 51,18 - 6383: 51,20 + 6358: 51,18 + 6363: 51,20 - node: color: '#FFFFFFFF' id: DirtLight decals: 85: -6,-60 - 3136: 86,-1 - 3818: 19,-77 - 3819: 17,-79 - 4304: -52,17 - 4305: -54,15 - 4819: 79,-18 - 4820: 76,-17 - 4824: 74,-23 - 4825: 68,-18 - 4826: 67,-21 - 4827: 72,-18 - 4828: 59,-28 - 4829: 48,-30 - 4830: 33,-28 - 4835: 19,9 - 4856: 73,-24 - 6676: -64,-2 - 6677: -69,3 - 7189: -84,4 - 7190: -72,-5 - 7191: -74,-16 - 7192: -74,-13 - 7193: -79,-5 - 7194: -77,-5 - 7195: -79,-10 - 7196: -78,-19 - 7197: -66,-21 - 7198: -75,7 + 3116: 86,-1 + 3798: 19,-77 + 3799: 17,-79 + 4284: -52,17 + 4285: -54,15 + 4799: 79,-18 + 4800: 76,-17 + 4804: 74,-23 + 4805: 68,-18 + 4806: 67,-21 + 4807: 72,-18 + 4808: 59,-28 + 4809: 48,-30 + 4810: 33,-28 + 4815: 19,9 + 4836: 73,-24 + 6656: -64,-2 + 6657: -69,3 + 7162: -84,4 + 7163: -72,-5 + 7164: -74,-16 + 7165: -74,-13 + 7166: -79,-5 + 7167: -77,-5 + 7168: -79,-10 + 7169: -78,-19 + 7170: -66,-21 + 7171: -75,7 - node: cleanable: True color: '#FFFFFFFF' @@ -4252,107 +4263,107 @@ entities: 122: 8,-93 126: 6,-96 129: 3,-85 - 3162: 79,0 - 3163: 77,-6 - 3164: 85,-10 - 3165: 88,-4 - 4046: -48,-88 - 4055: -46,-93 - 4073: -64,-35 - 4074: -65,-33 - 4079: -63,-32 - 4090: -70,-18 - 4096: -72,-32 - 4097: -73,-31 - 4147: -13,-86 - 4588: -28,-15 - 4589: -30,-22 - 4590: -29,-34 - 4591: -32,-44 - 4592: -58,-43 - 4593: -67,-45 - 4594: -76,-41 - 4595: -72,-36 - 4596: -68,-33 - 4597: -62,-27 - 4598: -66,-20 - 4599: -60,-8 - 4600: -53,2 - 4601: -43,7 - 4602: -27,-1 - 4603: -26,-3 - 4604: -30,-53 - 4605: -30,-65 - 4606: -25,-73 - 4607: -10,-73 - 4608: 8,-74 - 4609: 22,-73 - 4610: 30,-64 - 4611: 29,-55 - 4612: 37,-63 - 4613: 39,-52 - 4614: 33,-44 - 4615: 32,-39 - 4616: 26,-33 - 4617: 44,-33 - 4618: 43,-42 - 4619: 51,-57 - 4620: 50,-70 - 4621: 61,-69 - 4622: 46,-80 - 4623: 45,-94 - 4624: 41,-91 - 4625: 34,-83 - 4626: 40,-74 - 4627: 58,-59 - 4628: 64,-46 - 4629: 74,-32 - 4630: 83,-36 - 4631: 95,-42 - 4632: 105,-22 - 4726: 6,-102 - 4727: 13,-98 - 4728: 7,-98 - 4729: 6,-96 - 4730: 12,-93 - 4739: 24,-83 - 5655: 101,-42 - 5656: 81,-42 - 5657: 87,-23 - 5658: 100,-23 - 6640: 55,11 - 6641: 50,14 - 6712: -3,-12 - 6713: -12,-18 - 6809: -49,-72 - 7100: -48,-107 - 7101: -40,-111 - 7102: -32,-111 - 7103: -28,-107 - 7104: -34,-116 - 7105: -37,-124 - 7106: -45,-118 - 7107: -50,-116 - 7108: -52,-116 - 7109: -46,-115 - 7110: -52,-106 - 7111: -47,-109 - 7415: 32,-16 - 8899: -78,-27 - 8900: -75,-26 - 8922: -59,-20 - 8923: -61,-18 - 8975: 36,33 + 3142: 79,0 + 3143: 77,-6 + 3144: 85,-10 + 3145: 88,-4 + 4026: -48,-88 + 4035: -46,-93 + 4053: -64,-35 + 4054: -65,-33 + 4059: -63,-32 + 4070: -70,-18 + 4076: -72,-32 + 4077: -73,-31 + 4127: -13,-86 + 4568: -28,-15 + 4569: -30,-22 + 4570: -29,-34 + 4571: -32,-44 + 4572: -58,-43 + 4573: -67,-45 + 4574: -76,-41 + 4575: -72,-36 + 4576: -68,-33 + 4577: -62,-27 + 4578: -66,-20 + 4579: -60,-8 + 4580: -53,2 + 4581: -43,7 + 4582: -27,-1 + 4583: -26,-3 + 4584: -30,-53 + 4585: -30,-65 + 4586: -25,-73 + 4587: -10,-73 + 4588: 8,-74 + 4589: 22,-73 + 4590: 30,-64 + 4591: 29,-55 + 4592: 37,-63 + 4593: 39,-52 + 4594: 33,-44 + 4595: 32,-39 + 4596: 26,-33 + 4597: 44,-33 + 4598: 43,-42 + 4599: 51,-57 + 4600: 50,-70 + 4601: 61,-69 + 4602: 46,-80 + 4603: 45,-94 + 4604: 41,-91 + 4605: 34,-83 + 4606: 40,-74 + 4607: 58,-59 + 4608: 64,-46 + 4609: 74,-32 + 4610: 83,-36 + 4611: 95,-42 + 4612: 105,-22 + 4706: 6,-102 + 4707: 13,-98 + 4708: 7,-98 + 4709: 6,-96 + 4710: 12,-93 + 4719: 24,-83 + 5635: 101,-42 + 5636: 81,-42 + 5637: 87,-23 + 5638: 100,-23 + 6620: 55,11 + 6621: 50,14 + 6685: -3,-12 + 6686: -12,-18 + 6782: -49,-72 + 7073: -48,-107 + 7074: -40,-111 + 7075: -32,-111 + 7076: -28,-107 + 7077: -34,-116 + 7078: -37,-124 + 7079: -45,-118 + 7080: -50,-116 + 7081: -52,-116 + 7082: -46,-115 + 7083: -52,-106 + 7084: -47,-109 + 7385: 32,-16 + 8869: -78,-27 + 8870: -75,-26 + 8892: -59,-20 + 8893: -61,-18 + 8916: 36,33 - node: cleanable: True zIndex: -1 color: '#FFFFFFFF' id: DirtMedium decals: - 6379: 48,16 - 6380: 51,16 - 6393: -22,12 - 6394: -23,10 + 6359: 48,16 + 6360: 51,16 + 6373: -22,12 + 6374: -23,10 - node: color: '#FFFFFFFF' id: DirtMedium @@ -4364,21 +4375,21 @@ entities: 24: -47,2 25: -50,6 84: -6,-55 - 3137: 85,-3 - 3816: 17,-82 - 3817: 19,-79 - 4749: 58,-5 - 4750: 55,-8 - 4818: 77,-20 - 4834: 40,18 - 4837: 42,23 - 4838: 44,17 - 4839: 36,18 - 4840: 41,7 - 6679: -69,-1 - 6680: -62,3 - 7199: -73,6 - 7200: -97,1 + 3117: 85,-3 + 3796: 17,-82 + 3797: 19,-79 + 4729: 58,-5 + 4730: 55,-8 + 4798: 77,-20 + 4814: 40,18 + 4817: 42,23 + 4818: 44,17 + 4819: 36,18 + 4820: 41,7 + 6659: -69,-1 + 6660: -62,3 + 7172: -73,6 + 7173: -97,1 - node: cleanable: True color: '#FFFFFFFF' @@ -4389,77 +4400,77 @@ entities: 116: 28,-38 123: 5,-91 124: -9,-85 - 3159: 75,-13 - 3160: 86,-1 - 3161: 76,-2 - 4045: -49,-91 - 4050: -50,-88 - 4054: -45,-93 - 4076: -64,-34 - 4088: -68,-19 - 4146: -14,-83 - 4633: 74,-25 - 4634: 74,-33 - 4635: 45,-34 - 4636: 30,-17 - 4637: 17,0 - 4638: -3,2 - 4639: -30,-16 - 4640: -29,-27 - 4641: -33,-39 - 4642: -32,-55 - 4643: -44,-48 - 4644: -59,-45 - 4645: -80,-38 - 4646: -72,-50 - 4647: -63,-67 - 4648: -51,-65 - 4649: -43,-80 - 4650: -48,-86 - 4651: -45,-90 - 4652: -53,-88 - 4653: -48,-96 - 4654: -39,-94 - 4655: -31,-93 - 4656: -20,-90 - 4657: -10,-80 - 4658: 5,-73 - 4659: 18,-75 - 4660: 52,-22 - 4661: 85,-7 - 4731: 16,-90 - 4732: 64,-58 - 4733: 81,-43 - 4740: 30,-82 - 4741: 29,-81 - 4742: 28,-82 - 4944: -7,-72 - 6639: 56,6 - 6707: -4,-36 - 6810: -49,-72 - 7112: -36,-106 - 7113: -32,-101 - 7114: -31,-108 - 7121: -36,-101 - 7416: 32,-18 - 7640: -79,-50 - 7904: 34,6 - 7905: 31,-2 - 7906: 35,-5 - 7907: 27,7 - 7913: 44,30 - 7919: 43,28 - 8976: 37,33 - 8977: 38,34 + 3139: 75,-13 + 3140: 86,-1 + 3141: 76,-2 + 4025: -49,-91 + 4030: -50,-88 + 4034: -45,-93 + 4056: -64,-34 + 4068: -68,-19 + 4126: -14,-83 + 4613: 74,-25 + 4614: 74,-33 + 4615: 45,-34 + 4616: 30,-17 + 4617: 17,0 + 4618: -3,2 + 4619: -30,-16 + 4620: -29,-27 + 4621: -33,-39 + 4622: -32,-55 + 4623: -44,-48 + 4624: -59,-45 + 4625: -80,-38 + 4626: -72,-50 + 4627: -63,-67 + 4628: -51,-65 + 4629: -43,-80 + 4630: -48,-86 + 4631: -45,-90 + 4632: -53,-88 + 4633: -48,-96 + 4634: -39,-94 + 4635: -31,-93 + 4636: -20,-90 + 4637: -10,-80 + 4638: 5,-73 + 4639: 18,-75 + 4640: 52,-22 + 4641: 85,-7 + 4711: 16,-90 + 4712: 64,-58 + 4713: 81,-43 + 4720: 30,-82 + 4721: 29,-81 + 4722: 28,-82 + 4924: -7,-72 + 6619: 56,6 + 6680: -4,-36 + 6783: -49,-72 + 7085: -36,-106 + 7086: -32,-101 + 7087: -31,-108 + 7094: -36,-101 + 7386: 32,-18 + 7610: -79,-50 + 7874: 34,6 + 7875: 31,-2 + 7876: 35,-5 + 7877: 27,7 + 7883: 44,30 + 7889: 43,28 + 8917: 37,33 + 8918: 38,34 - node: color: '#FFFFFFFF' id: FlowersBRTwo decals: 61: 55,-40 - 3409: -74,-41 - 3410: -80,-42 - 4267: -43,15 - 7628: 31,-12 + 3389: -74,-41 + 3390: -80,-42 + 4247: -43,15 + 7598: 31,-12 - node: color: '#FFFFFFFF' id: Flowersbr1 @@ -4467,41 +4478,41 @@ entities: 54: 59,-36 55: 55,-43 56: 53,-39 - 1992: 47,-73 - 4268: -47,13 + 1977: 47,-73 + 4248: -47,13 - node: color: '#FFFFFFFF' id: Flowersbr2 decals: 57: 54,-40 58: 59,-42 - 7624: 32,12 + 7594: 32,12 - node: color: '#FFFFFFFF' id: Flowersbr3 decals: 59: 54,-40 60: 56,-40 - 7623: 32,14 + 7593: 32,14 - node: angle: 1.5707963267948966 rad color: '#630000FF' id: Flowerspv1 decals: - 8003: 1.6156008,-19.10933 + 7973: 1.6156008,-19.10933 - node: color: '#FFFFFFFF' id: Flowerspv1 decals: - 5041: -26,-69 - 7629: 31,-13 + 5021: -26,-69 + 7599: 31,-13 - node: color: '#FFFFFFFF' id: Flowerspv2 decals: - 5038: 26,-69 - 7618: 27,5 - 7632: 36.832897,3.9268675 + 5018: 26,-69 + 7588: 27,5 + 7602: 36.832897,3.9268675 - node: color: '#FFFFFFFF' id: Flowerspv3 @@ -4518,10 +4529,10 @@ entities: 49: 49,-36 50: 48,-42 51: 52,-43 - 3407: -79,-44 - 3408: -74,-38 - 4266: -48,16 - 5037: -27,-68 + 3387: -79,-44 + 3388: -74,-38 + 4246: -48,16 + 5017: -27,-68 - node: color: '#FFFFFFFF' id: Flowersy2 @@ -4531,286 +4542,286 @@ entities: color: '#FFFFFFFF' id: Flowersy3 decals: - 1991: 47,-74 - 7622: 32,13 - 7631: 35.114147,3.9112425 + 1976: 47,-74 + 7592: 32,13 + 7601: 35.114147,3.9112425 - node: color: '#FFFFFFFF' id: Flowersy4 decals: - 7616: 28,0 - 7630: 31,-14 + 7586: 28,0 + 7600: 31,-14 - node: color: '#334E6DC8' id: FullTileOverlayGreyscale decals: - 3311: -2,14 - 3312: -2,16 - 3313: 2,16 - 3314: 2,14 - 4101: 4,24 - 4102: 4,23 - 6281: 70,-39 - 7310: 98,-82 - 7311: 98,-86 - 7312: 99,-78 - 7313: 97,-78 - 7314: 97,-74 - 7315: 99,-74 - 7316: 100,-72 - 7317: 96,-72 - 7318: 96,-68 - 7319: 100,-68 + 3291: -2,14 + 3292: -2,16 + 3293: 2,16 + 3294: 2,14 + 4081: 4,24 + 4082: 4,23 + 6261: 70,-39 + 7280: 98,-82 + 7281: 98,-86 + 7282: 99,-78 + 7283: 97,-78 + 7284: 97,-74 + 7285: 99,-74 + 7286: 100,-72 + 7287: 96,-72 + 7288: 96,-68 + 7289: 100,-68 - node: zIndex: -1 color: '#474F52B2' id: FullTileOverlayGreyscale decals: - 8029: 2,-21 - 8030: 3,-21 - 8031: 1,-21 - 8032: 4,-21 - 8033: 4,-20 - 8034: 4,-19 - 8035: 4,-17 - 8036: 0,-21 - 8037: -1,-21 - 8038: -2,-21 - 8039: -2,-20 - 8040: -2,-19 - 8041: -2,-18 - 8042: -3,-18 - 8043: -2,-17 - 8044: 0,-15 - 8045: 0,-14 - 8046: 1,-15 - 8047: 2,-15 - 8048: 2,-14 - 8066: 4,-18 + 7999: 2,-21 + 8000: 3,-21 + 8001: 1,-21 + 8002: 4,-21 + 8003: 4,-20 + 8004: 4,-19 + 8005: 4,-17 + 8006: 0,-21 + 8007: -1,-21 + 8008: -2,-21 + 8009: -2,-20 + 8010: -2,-19 + 8011: -2,-18 + 8012: -3,-18 + 8013: -2,-17 + 8014: 0,-15 + 8015: 0,-14 + 8016: 1,-15 + 8017: 2,-15 + 8018: 2,-14 + 8036: 4,-18 - node: color: '#474F52B2' id: FullTileOverlayGreyscale decals: - 8096: 1,-26 - 8097: 11,-25 - 8098: 12,-25 - 8099: 10,-20 - 8100: 10,-19 - 8101: 10,-18 - 8102: 10,-17 - 8103: 10,-16 - 8104: 11,-36 - 8105: 11,-37 - 8106: 12,-37 - 8107: 12,-36 - 8108: -12,-26 - 8109: -13,-26 - 8110: -13,-28 - 8111: -12,-28 - 8112: -12,-27 - 8113: -12,-22 - 8114: -12,-21 - 8115: -12,-20 - 8116: -12,-19 - 8117: -11,-19 - 8118: -10,-19 - 8119: -9,-19 - 8120: -11,-13 - 8121: -10,-13 - 8122: -6,-13 - 8123: -8,-17 - 8124: -8,-18 - 8125: -8,-19 - 8126: -7,-19 - 8127: -6,-19 - 8128: -6,-18 - 8129: -6,-17 - 8130: -7,-17 - 8207: -13,-27 + 8066: 1,-26 + 8067: 11,-25 + 8068: 12,-25 + 8069: 10,-20 + 8070: 10,-19 + 8071: 10,-18 + 8072: 10,-17 + 8073: 10,-16 + 8074: 11,-36 + 8075: 11,-37 + 8076: 12,-37 + 8077: 12,-36 + 8078: -12,-26 + 8079: -13,-26 + 8080: -13,-28 + 8081: -12,-28 + 8082: -12,-27 + 8083: -12,-22 + 8084: -12,-21 + 8085: -12,-20 + 8086: -12,-19 + 8087: -11,-19 + 8088: -10,-19 + 8089: -9,-19 + 8090: -11,-13 + 8091: -10,-13 + 8092: -6,-13 + 8093: -8,-17 + 8094: -8,-18 + 8095: -8,-19 + 8096: -7,-19 + 8097: -6,-19 + 8098: -6,-18 + 8099: -6,-17 + 8100: -7,-17 + 8177: -13,-27 - node: color: '#52B4E999' id: FullTileOverlayGreyscale decals: - 7862: -49,-40 - 7863: -51,-38 - 7864: -46,-37 - 7865: -50,-31 - 7866: -51,-31 - 7867: -44,-34 - 7868: -43,-32 - 7869: -41,-32 - 7870: -36,-36 - 7871: -39,-28 - 7872: -37,-28 - 7873: -36,-28 - 7874: -49,-27 - 7875: -51,-26 - 7876: -53,-27 - 7877: -53,-23 - 7878: -40,-23 - 7879: -40,-21 - 7880: -40,-16 - 7881: -48,-15 - 7882: -51,-16 - 7883: -41,-4 + 7832: -49,-40 + 7833: -51,-38 + 7834: -46,-37 + 7835: -50,-31 + 7836: -51,-31 + 7837: -44,-34 + 7838: -43,-32 + 7839: -41,-32 + 7840: -36,-36 + 7841: -39,-28 + 7842: -37,-28 + 7843: -36,-28 + 7844: -49,-27 + 7845: -51,-26 + 7846: -53,-27 + 7847: -53,-23 + 7848: -40,-23 + 7849: -40,-21 + 7850: -40,-16 + 7851: -48,-15 + 7852: -51,-16 + 7853: -41,-4 - node: cleanable: True color: '#52B4E999' id: FullTileOverlayGreyscale decals: - 7924: -36,-42 - 7925: -37,-42 - 7926: -38,-42 - 7927: -42,-42 - 7928: -43,-42 - 7929: -44,-42 - 7930: -34,-40 - 7931: -34,-39 - 7932: -34,-38 - 7933: -47,-42 + 7894: -36,-42 + 7895: -37,-42 + 7896: -38,-42 + 7897: -42,-42 + 7898: -43,-42 + 7899: -44,-42 + 7900: -34,-40 + 7901: -34,-39 + 7902: -34,-38 + 7903: -47,-42 - node: zIndex: -1 color: '#52B4E9B2' id: FullTileOverlayGreyscale decals: - 8814: -54,-34 - 8815: -54,-35 - 8816: -54,-37 - 8817: -55,-37 - 8818: -56,-37 - 8819: -54,-32 - 8820: -55,-32 - 8821: -56,-32 + 8784: -54,-34 + 8785: -54,-35 + 8786: -54,-37 + 8787: -55,-37 + 8788: -56,-37 + 8789: -54,-32 + 8790: -55,-32 + 8791: -56,-32 - node: color: '#52B4E9B2' id: FullTileOverlayGreyscale decals: - 8639: -50,-42 - 8722: -46,-41 - 8805: -57,-31 - 8806: -53,-40 - 8810: -56,-34 - 8811: -56,-35 - 8812: -55,-35 - 8813: -55,-34 + 8609: -50,-42 + 8692: -46,-41 + 8775: -57,-31 + 8776: -53,-40 + 8780: -56,-34 + 8781: -56,-35 + 8782: -55,-35 + 8783: -55,-34 - node: color: '#52DDE993' id: FullTileOverlayGreyscale decals: - 2027: 41,-48 - 2028: 41,-49 + 2012: 41,-48 + 2013: 41,-49 - node: zIndex: -1 color: '#A4610696' id: FullTileOverlayGreyscale decals: - 6563: 26,-35 + 6543: 26,-35 - node: color: '#A4610696' id: FullTileOverlayGreyscale decals: - 6568: 30,-38 + 6548: 30,-38 - node: color: '#D381C996' id: FullTileOverlayGreyscale decals: - 2659: -42,-48 - 2660: -37,-46 - 2661: -39,-57 - 2662: -38,-61 - 2663: -42,-65 - 2664: -46,-74 - 2665: -46,-75 - 2666: -46,-76 - 2667: -48,-65 - 2668: -48,-67 - 2669: -46,-67 - 2670: -46,-65 - 2671: -50,-68 - 3866: -52,-64 - 6750: -65,-70 - 6751: -64,-70 - 6752: -63,-70 - 6753: -62,-70 - 6754: -66,-75 - 6755: -66,-76 - 6756: -66,-77 - 6757: -68,-77 - 6758: -68,-76 - 6759: -68,-75 + 2639: -42,-48 + 2640: -37,-46 + 2641: -39,-57 + 2642: -38,-61 + 2643: -42,-65 + 2644: -46,-74 + 2645: -46,-75 + 2646: -46,-76 + 2647: -48,-65 + 2648: -48,-67 + 2649: -46,-67 + 2650: -46,-65 + 2651: -50,-68 + 3846: -52,-64 + 6723: -65,-70 + 6724: -64,-70 + 6725: -63,-70 + 6726: -62,-70 + 6727: -66,-75 + 6728: -66,-76 + 6729: -66,-77 + 6730: -68,-77 + 6731: -68,-76 + 6732: -68,-75 - node: color: '#DE3A3A96' id: FullTileOverlayGreyscale decals: - 2742: 52,-12 - 2743: 52,-14 - 2744: 52,-16 - 2745: 52,-18 - 2746: 52,-20 - 2747: 52,-22 - 2748: 48,-10 - 2749: 46,-10 - 2750: 44,-10 - 2930: 54,-10 - 2931: 56,-10 - 2932: 58,-10 - 2933: 60,-10 - 2934: 43,-9 - 2935: 43,-7 - 2936: 68,-2 - 2991: 50,-10 - 3047: 52,-10 - 3058: 68,-10 - 3062: 43,-5 - 3185: 54,-8 - 3186: 55,-8 - 3187: 60,-6 - 3188: 74,-9 - 3189: 70,-9 - 3190: 63,-9 - 3191: 63,-11 - 3192: 65,-11 - 3193: 65,-9 - 3223: 70,-6 - 3224: 70,-2 - 3225: 66,-2 - 3226: 69,-12 - 3263: 54,-17 - 3264: 54,-18 - 3303: 46,-15 - 3304: 48,-12 - 3305: 45,-12 - 3306: 43,-12 - 3307: 45,-18 - 3578: 73,-31 - 3579: 77,-31 - 3638: 56,2 - 4970: 45,-6 - 4971: 45,-5 - 6528: -5,2 - 6529: -6,2 - 6581: 57,11 - 6582: 57,13 - 6633: 57,5 - 6658: -49,11 - 6659: -49,12 + 2722: 52,-12 + 2723: 52,-14 + 2724: 52,-16 + 2725: 52,-18 + 2726: 52,-20 + 2727: 52,-22 + 2728: 48,-10 + 2729: 46,-10 + 2730: 44,-10 + 2910: 54,-10 + 2911: 56,-10 + 2912: 58,-10 + 2913: 60,-10 + 2914: 43,-9 + 2915: 43,-7 + 2916: 68,-2 + 2971: 50,-10 + 3027: 52,-10 + 3038: 68,-10 + 3042: 43,-5 + 3165: 54,-8 + 3166: 55,-8 + 3167: 60,-6 + 3168: 74,-9 + 3169: 70,-9 + 3170: 63,-9 + 3171: 63,-11 + 3172: 65,-11 + 3173: 65,-9 + 3203: 70,-6 + 3204: 70,-2 + 3205: 66,-2 + 3206: 69,-12 + 3243: 54,-17 + 3244: 54,-18 + 3283: 46,-15 + 3284: 48,-12 + 3285: 45,-12 + 3286: 43,-12 + 3287: 45,-18 + 3558: 73,-31 + 3559: 77,-31 + 3618: 56,2 + 4950: 45,-6 + 4951: 45,-5 + 6508: -5,2 + 6509: -6,2 + 6561: 57,11 + 6562: 57,13 + 6613: 57,5 + 6638: -49,11 + 6639: -49,12 - node: color: '#DE3A3AB2' id: FullTileOverlayGreyscale decals: - 8720: -44,-35 - 8721: -46,-31 - 9035: 51,-6 - 9036: 46,-1 + 8690: -44,-35 + 8691: -46,-31 + 8976: 51,-6 + 8977: 46,-1 - node: zIndex: -1 color: '#EFB34196' id: FullTileOverlayGreyscale decals: - 7360: 49,-65 - 7361: 45,-65 - 7362: 46,-65 - 7363: 44,-65 + 7330: 49,-65 + 7331: 45,-65 + 7332: 46,-65 + 7333: 44,-65 - node: color: '#FFFFFFFF' id: Grassa2 @@ -4827,88 +4838,88 @@ entities: color: '#FFFFFFFF' id: Grassd1 decals: - 3417: -74,-39 - 4247: -43,14 - 4248: -47,13 - 4255: -49,16 - 4256: -46,16 - 4263: -42,14 - 4264: -46,13 - 4306: -44,14 - 5035: -26,-69 - 7627: 31,-13 + 3397: -74,-39 + 4227: -43,14 + 4228: -47,13 + 4235: -49,16 + 4236: -46,16 + 4243: -42,14 + 4244: -46,13 + 4286: -44,14 + 5015: -26,-69 + 7597: 31,-13 - node: color: '#FFFFFFFF' id: Grassd2 decals: - 1989: 47,-73 - 3411: -80,-44 - 3418: -74,-40 - 3428: -78,-43 - 3429: -81,-44 - 4245: -42,15 - 4246: -48,16 - 4262: -45,15 - 7141: -85,2 + 1974: 47,-73 + 3391: -80,-44 + 3398: -74,-40 + 3408: -78,-43 + 3409: -81,-44 + 4225: -42,15 + 4226: -48,16 + 4242: -45,15 + 7114: -85,2 - node: color: '#FFFFFFFF' id: Grassd3 decals: 2: -4,5 - 3413: -79,-42 - 3414: -80,-43 - 3415: -74,-40 - 3430: -81,-43 - 3431: -78,-44 - 3432: -78,-42 - 3433: -78,-43 - 4253: -46,12 - 4254: -47,16 - 4260: -45,15 - 4261: -42,14 - 5036: -27,-68 - 7137: -85,2 - 7138: -84,1 - 7139: -85,0 + 3393: -79,-42 + 3394: -80,-43 + 3395: -74,-40 + 3410: -81,-43 + 3411: -78,-44 + 3412: -78,-42 + 3413: -78,-43 + 4233: -46,12 + 4234: -47,16 + 4240: -45,15 + 4241: -42,14 + 5016: -27,-68 + 7110: -85,2 + 7111: -84,1 + 7112: -85,0 - node: color: '#FFFFFFFF' id: Grasse1 decals: - 4265: -46,13 - 7615: 28,0 - 7617: 27,5 - 7619: 32,13 - 7625: 31,-12 + 4245: -46,13 + 7585: 28,0 + 7587: 27,5 + 7589: 32,13 + 7595: 31,-12 - node: color: '#FFFFFFFF' id: Grasse2 decals: - 4251: -43,15 - 4252: -47,14 - 4259: -45,14 - 5033: 26,-69 - 7136: -85,1 + 4231: -43,15 + 4232: -47,14 + 4239: -45,14 + 5013: 26,-69 + 7109: -85,1 - node: color: '#FFFFFFFF' id: Grasse3 decals: 1: -5,5 - 1990: 47,-75 - 3412: -79,-43 - 3416: -74,-37 - 3427: -81,-42 - 3434: -81,-44 - 4249: -46,15 - 4250: -44,15 - 4257: -46,16 - 4258: -45,14 - 5032: 27,-68 - 5034: -27,-69 - 7135: -84,2 - 7140: -84,1 - 7620: 32,12 - 7621: 32,14 - 7626: 31,-14 + 1975: 47,-75 + 3392: -79,-43 + 3396: -74,-37 + 3407: -81,-42 + 3414: -81,-44 + 4229: -46,15 + 4230: -44,15 + 4237: -46,16 + 4238: -45,14 + 5012: 27,-68 + 5014: -27,-69 + 7108: -84,2 + 7113: -84,1 + 7590: 32,12 + 7591: 32,14 + 7596: 31,-14 - node: color: '#9FED5896' id: GrayConcreteTrimBox @@ -5001,321 +5012,301 @@ entities: color: '#334E6DC8' id: HalfTileOverlayGreyscale decals: - 8055: -1,-26 - 8056: 3,-26 + 8025: -1,-26 + 8026: 3,-26 - node: color: '#334E6DC8' id: HalfTileOverlayGreyscale decals: - 3931: -3,22 - 4103: 4,22 - 4104: 3,24 - 4105: 5,24 - 7233: 102,-73 - 7234: 103,-73 - 7235: 104,-73 - 7247: 92,-73 - 7248: 93,-73 - 7249: 94,-73 - 8230: -1,-33 + 3911: -3,22 + 4083: 4,22 + 4084: 3,24 + 4085: 5,24 + 7203: 102,-73 + 7204: 103,-73 + 7205: 104,-73 + 7217: 92,-73 + 7218: 93,-73 + 7219: 94,-73 + 8200: -1,-33 - node: color: '#52B4E996' id: HalfTileOverlayGreyscale decals: - 4898: -38,-40 + 4878: -38,-40 - node: color: '#A4610696' id: HalfTileOverlayGreyscale decals: - 4861: 3,-83 - 4873: 5,-83 - 4879: 7,-82 + 4841: 3,-83 + 4853: 5,-83 + 4859: 7,-82 - node: color: '#D4D4D430' id: HalfTileOverlayGreyscale decals: - 2941: 57,-2 - 2942: 56,-2 - 2943: 55,-2 - 2944: 54,-2 + 2921: 57,-2 + 2922: 56,-2 + 2923: 55,-2 + 2924: 54,-2 - node: color: '#DE3A3A96' id: HalfTileOverlayGreyscale decals: - 2728: 42,-16 - 2730: 42,-15 - 2731: 42,-14 - 2740: 45,-16 + 2708: 42,-16 + 2710: 42,-15 + 2711: 42,-14 + 2720: 45,-16 - node: color: '#EFB34196' id: HalfTileOverlayGreyscale decals: - 1797: 45,-60 - 2104: 41,-84 - 2105: 40,-84 - 7201: 39,-84 + 1791: 45,-60 - node: color: '#2E3E50C6' id: HalfTileOverlayGreyscale180 decals: - 3936: -3,22 + 3916: -3,22 - node: color: '#2F3F51C6' id: HalfTileOverlayGreyscale180 decals: - 4106: 4,22 - 4107: 3,24 - 4108: 5,24 + 4086: 4,22 + 4087: 3,24 + 4088: 5,24 - node: color: '#334E6DC8' id: HalfTileOverlayGreyscale180 decals: - 7236: 104,-67 - 7237: 103,-67 - 7238: 102,-67 - 7250: 94,-67 - 7251: 93,-67 - 7252: 92,-67 - 8020: 1,-14 - 8259: 1,-31 + 7206: 104,-67 + 7207: 103,-67 + 7208: 102,-67 + 7220: 94,-67 + 7221: 93,-67 + 7222: 92,-67 + 7990: 1,-14 + 8229: 1,-31 - node: color: '#52B4E996' id: HalfTileOverlayGreyscale180 decals: - 1634: -4,19 - 2271: -42,-40 - 2272: -42,-40 - 4916: -41,-40 - 4917: -40,-40 - 4918: -39,-40 - 4919: -38,-40 - 4920: -38,-40 - 4921: -39,-40 - 4922: -40,-40 - 4923: -41,-40 + 1628: -4,19 + 2251: -42,-40 + 2252: -42,-40 + 4896: -41,-40 + 4897: -40,-40 + 4898: -39,-40 + 4899: -38,-40 + 4900: -38,-40 + 4901: -39,-40 + 4902: -40,-40 + 4903: -41,-40 - node: color: '#52DDE993' id: HalfTileOverlayGreyscale180 decals: - 2034: 37,-53 - 2035: 36,-53 - 2036: 35,-53 + 2019: 37,-53 + 2020: 36,-53 + 2021: 35,-53 - node: color: '#A4610696' id: HalfTileOverlayGreyscale180 decals: - 4862: 3,-83 - 4863: 3,-83 - 4864: 4,-83 - 4865: 4,-83 - 4866: 5,-83 - 4867: 5,-83 - 4868: 6,-83 - 4869: 6,-83 - 4881: 7,-83 - 4882: 7,-83 + 4842: 3,-83 + 4843: 3,-83 + 4844: 4,-83 + 4845: 4,-83 + 4846: 5,-83 + 4847: 5,-83 + 4848: 6,-83 + 4849: 6,-83 + 4861: 7,-83 + 4862: 7,-83 - node: color: '#D381C996' id: HalfTileOverlayGreyscale180 decals: - 2526: -40,-50 - 2527: -39,-50 - 2528: -38,-50 - 2529: -37,-50 - 2530: -36,-50 - 2531: -36,-50 - 2532: -37,-50 - 2533: -38,-50 - 2534: -39,-50 - 2535: -40,-50 - 2692: -39,-66 - 2693: -38,-66 - 2694: -37,-66 + 2506: -40,-50 + 2507: -39,-50 + 2508: -38,-50 + 2509: -37,-50 + 2510: -36,-50 + 2511: -36,-50 + 2512: -37,-50 + 2513: -38,-50 + 2514: -39,-50 + 2515: -40,-50 + 2672: -39,-66 + 2673: -38,-66 + 2674: -37,-66 - node: color: '#D4D4D430' id: HalfTileOverlayGreyscale180 decals: - 2937: 57,-7 - 2938: 56,-7 - 2939: 55,-7 - 2940: 54,-7 + 2917: 57,-7 + 2918: 56,-7 + 2919: 55,-7 + 2920: 54,-7 - node: color: '#DE3A3A96' id: HalfTileOverlayGreyscale180 decals: - 1635: 4,19 - 2720: 42,-16 - 2721: 43,-16 - 2722: 44,-16 - 2723: 45,-16 - 2724: 45,-16 - 2725: 44,-16 - 2726: 43,-16 - 2727: 42,-16 - - node: - color: '#EFB34196' - id: HalfTileOverlayGreyscale180 - decals: - 1920: 39,-78 - 1921: 40,-78 - 1922: 41,-78 - 1923: 42,-78 - 6698: 38,-78 + 1629: 4,19 + 2700: 42,-16 + 2701: 43,-16 + 2702: 44,-16 + 2703: 45,-16 + 2704: 45,-16 + 2705: 44,-16 + 2706: 43,-16 + 2707: 42,-16 - node: zIndex: -1 color: '#334E6DC8' id: HalfTileOverlayGreyscale270 decals: - 8049: 3,-23 - 8050: 3,-24 - 8054: 0,-25 + 8019: 3,-23 + 8020: 3,-24 + 8024: 0,-25 - node: color: '#334E6DC8' id: HalfTileOverlayGreyscale270 decals: - 3926: -3,24 - 3935: -3,23 - 8019: 5,-18 - 8243: 4,-37 + 3906: -3,24 + 3915: -3,23 + 7989: 5,-18 + 8213: 4,-37 - node: color: '#52B4E996' id: HalfTileOverlayGreyscale270 decals: - 4893: -37,-39 - 4894: -38,-39 - 4895: -38,-38 - 7245: 92,-72 - 7246: 102,-72 + 4873: -37,-39 + 4874: -38,-39 + 4875: -38,-38 + 7215: 92,-72 + 7216: 102,-72 - node: color: '#9FED5896' id: HalfTileOverlayGreyscale270 decals: - 7231: 102,-70 - 7244: 92,-70 + 7201: 102,-70 + 7214: 92,-70 - node: color: '#D381C996' id: HalfTileOverlayGreyscale270 decals: - 2514: -37,-49 - 2515: -37,-48 - 2520: -36,-49 - 2521: -36,-48 - 2524: -35,-49 + 2494: -37,-49 + 2495: -37,-48 + 2500: -36,-49 + 2501: -36,-48 + 2504: -35,-49 - node: color: '#D4D4D496' id: HalfTileOverlayGreyscale270 decals: - 7229: 102,-68 - 7230: 102,-69 - 7242: 92,-68 + 7199: 102,-68 + 7200: 102,-69 + 7212: 92,-68 - node: color: '#DE3A3A96' id: HalfTileOverlayGreyscale270 decals: - 2739: 45,-15 - 2951: 57,-4 - 2952: 57,-5 - 7232: 102,-71 - 7243: 92,-71 + 2719: 45,-15 + 2931: 57,-4 + 2932: 57,-5 + 7202: 102,-71 + 7213: 92,-71 - node: color: '#EFB34196' id: HalfTileOverlayGreyscale270 decals: - 1780: 49,-59 - 1785: 48,-59 - 1786: 48,-58 - 1795: 45,-58 - 1796: 45,-59 - 1916: 43,-82 - 1917: 43,-81 - 1918: 43,-80 - 1919: 43,-79 + 1774: 49,-59 + 1779: 48,-59 + 1780: 48,-58 + 1789: 45,-58 + 1790: 45,-59 - node: zIndex: -1 color: '#334E6DC8' id: HalfTileOverlayGreyscale90 decals: - 8051: -1,-23 - 8052: -1,-24 - 8053: 2,-25 + 8021: -1,-23 + 8022: -1,-24 + 8023: 2,-25 - node: color: '#334E6DC8' id: HalfTileOverlayGreyscale90 decals: - 3927: -5,23 - 7228: 104,-68 - 7239: 94,-68 - 8244: 6,-37 + 3907: -5,23 + 7198: 104,-68 + 7209: 94,-68 + 8214: 6,-37 - node: color: '#52B4E996' id: HalfTileOverlayGreyscale90 decals: - 4899: -40,-39 - 4900: -40,-38 - 4905: -41,-39 - 4906: -43,-38 - 4907: -43,-39 - 8634: -41,-38 + 4879: -40,-39 + 4880: -40,-38 + 4885: -41,-39 + 4886: -43,-38 + 4887: -43,-39 + 8604: -41,-38 - node: color: '#52DDE993' id: HalfTileOverlayGreyscale90 decals: - 2029: 40,-47 - 2030: 40,-48 - 2031: 40,-49 - 2032: 40,-50 - 2033: 40,-51 + 2014: 40,-47 + 2015: 40,-48 + 2016: 40,-49 + 2017: 40,-50 + 2018: 40,-51 - node: color: '#A4610696' id: HalfTileOverlayGreyscale90 decals: - 4870: 4,-82 - 4871: 4,-81 - 4874: 5,-82 - 4875: 5,-81 - 4876: 6,-82 - 4877: 6,-81 - 7227: 104,-71 - 7241: 94,-69 + 4850: 4,-82 + 4851: 4,-81 + 4854: 5,-82 + 4855: 5,-81 + 4856: 6,-82 + 4857: 6,-81 + 7197: 104,-71 + 7211: 94,-69 - node: color: '#D381C996' id: HalfTileOverlayGreyscale90 decals: - 2503: -41,-49 - 2504: -41,-48 - 2511: -39,-49 - 2512: -39,-48 - 2513: -38,-49 + 2483: -41,-49 + 2484: -41,-48 + 2491: -39,-49 + 2492: -39,-48 + 2493: -38,-49 - node: color: '#DE3A3A96' id: HalfTileOverlayGreyscale90 decals: - 2733: 43,-14 - 2734: 43,-15 - 2953: 54,-4 - 2954: 54,-5 - 3907: 55.26049,-5.502985 + 2713: 43,-14 + 2714: 43,-15 + 2933: 54,-4 + 2934: 54,-5 + 3887: 55.26049,-5.502985 - node: color: '#EFB34196' id: HalfTileOverlayGreyscale90 decals: - 1777: 51,-59 - 1791: 46,-58 - 1792: 46,-59 - 6694: 37,-82 - 6695: 37,-81 - 6696: 37,-80 - 6697: 37,-79 - 7226: 104,-72 - 7240: 94,-72 + 1771: 51,-59 + 1785: 46,-58 + 1786: 46,-59 + 7196: 104,-72 + 7210: 94,-72 - node: color: '#FFFFFFFF' id: LoadingArea decals: 1298: 91,-40 1299: 98,-40 - 2256: 91,-22 - 2257: 98,-22 + 2236: 91,-22 + 2237: 98,-22 - node: angle: 3.141592653589793 rad color: '#FFFFFFFF' @@ -5323,7 +5314,7 @@ entities: decals: 1300: 91,-24 1301: 98,-24 - 6644: 12,-85 + 6624: 12,-85 - node: angle: 4.71238898038469 rad color: '#FFFFFFFF' @@ -5335,51 +5326,51 @@ entities: color: '#52B4E996' id: MiniTileCheckerAOverlay decals: - 2394: -49,-25 - 2395: -49,-24 - 2396: -49,-23 - 2397: -49,-22 - 2398: -49,-21 - 2399: -49,-20 - 2400: -47,-20 - 2401: -46,-19 - 2402: -45,-20 - 2403: -47,-22 - 2404: -46,-21 - 2405: -45,-22 - 2406: -47,-24 - 2407: -46,-23 - 2408: -45,-24 - 2409: -46,-24 - 2410: -46,-22 - 2411: -47,-21 - 2412: -45,-21 - 2413: -46,-20 - 2414: -45,-19 - 2415: -47,-19 - 2416: -46,-25 - 2417: -47,-25 - 2418: -45,-25 - 2419: -45,-26 - 2420: -46,-26 - 2421: -47,-26 - 2459: -55,-20 + 2374: -49,-25 + 2375: -49,-24 + 2376: -49,-23 + 2377: -49,-22 + 2378: -49,-21 + 2379: -49,-20 + 2380: -47,-20 + 2381: -46,-19 + 2382: -45,-20 + 2383: -47,-22 + 2384: -46,-21 + 2385: -45,-22 + 2386: -47,-24 + 2387: -46,-23 + 2388: -45,-24 + 2389: -46,-24 + 2390: -46,-22 + 2391: -47,-21 + 2392: -45,-21 + 2393: -46,-20 + 2394: -45,-19 + 2395: -47,-19 + 2396: -46,-25 + 2397: -47,-25 + 2398: -45,-25 + 2399: -45,-26 + 2400: -46,-26 + 2401: -47,-26 + 2439: -55,-20 - node: color: '#52B4E9FF' id: MiniTileCheckerAOverlay decals: - 7824: -51,-35 - 7825: -51,-34 - 7826: -50,-34 - 7827: -50,-35 + 7794: -51,-35 + 7795: -51,-34 + 7796: -50,-34 + 7797: -50,-35 - node: color: '#96DAFFFF' id: MiniTileCheckerBOverlay decals: - 7828: -50,-35 - 7829: -51,-35 - 7830: -51,-34 - 7831: -50,-34 + 7798: -50,-35 + 7799: -51,-35 + 7800: -51,-34 + 7801: -50,-34 - node: color: '#FFFFFFFF' id: MiniTileDarkBox @@ -5389,38 +5380,38 @@ entities: 1170: -57,-44 1171: -65,-44 1172: -68,-44 - 3367: -27,-8 - 3368: -26,-6 - 3369: -24,-4 - 3370: -23,-3 - 3371: -21,-2 - 3372: -19,-1 - 3373: -15,0 - 3609: 27,-8 - 3610: 26,-6 - 3611: 24,-4 - 3612: 23,-3 - 3613: 21,-2 - 3614: 19,-1 + 3347: -27,-8 + 3348: -26,-6 + 3349: -24,-4 + 3350: -23,-3 + 3351: -21,-2 + 3352: -19,-1 + 3353: -15,0 + 3589: 27,-8 + 3590: 26,-6 + 3591: 24,-4 + 3592: 23,-3 + 3593: 21,-2 + 3594: 19,-1 - node: color: '#FFFFFFFF' id: MiniTileDarkCornerNe decals: 1091: 11,3 1156: -1,3 - 2065: 5,21 - 2092: 5,26 - 2103: 11,20 - 2219: -27,0 + 2050: 5,21 + 2077: 5,26 + 2088: 11,20 + 2199: -27,0 - node: color: '#FFFFFFFF' id: MiniTileDarkCornerNw decals: 1111: -11,3 1152: 1,3 - 2073: -5,21 - 2091: -5,26 - 2218: -26,0 + 2058: -5,21 + 2076: -5,26 + 2198: -26,0 - node: color: '#FFFFFFFF' id: MiniTileDarkCornerSe @@ -5430,10 +5421,10 @@ entities: 695: 29,-71 782: 10,-75 783: 11,-76 - 2074: -8,23 - 2102: 11,19 - 2246: 38,-66 - 3952: -6,24 + 2059: -8,23 + 2087: 11,19 + 2226: 38,-66 + 3932: -6,24 - node: color: '#FFFFFFFF' id: MiniTileDarkCornerSw @@ -5442,11 +5433,11 @@ entities: 806: -11,-76 868: -29,-71 869: -34,-70 - 2061: 8,23 - 2238: -30,1 - 2253: 32,-66 - 3951: 6,24 - 5346: 30,-32 + 2046: 8,23 + 2218: -30,1 + 2233: 32,-66 + 3931: 6,24 + 5326: 30,-32 - node: color: '#FFFFFFFF' id: MiniTileDarkEndE @@ -5459,14 +5450,14 @@ entities: color: '#FFFFFFFF' id: MiniTileDarkEndN decals: - 3462: -72,-38 - 3463: -76,-38 + 3442: -72,-38 + 3443: -76,-38 - node: color: '#FFFFFFFF' id: MiniTileDarkEndS decals: - 3464: -76,-40 - 3465: -72,-40 + 3444: -76,-40 + 3445: -72,-40 - node: color: '#FFFFFFFF' id: MiniTileDarkEndW @@ -5617,55 +5608,55 @@ entities: 1232: -66,-45 1233: -69,-45 1258: 0,-77 - 1370: 43,-31 - 1371: 43,-20 - 1383: 43,-50 - 1384: 43,-45 - 1385: 43,-42 - 1386: 43,-37 - 1407: -1,-83 - 1408: -1,-80 - 1545: -75,-50 - 2071: 5,20 - 2072: 2,22 - 2095: 5,25 - 2239: -31,0 - 2240: -27,-1 - 3374: -16,-1 - 3380: -25,-5 - 3382: -27,-7 - 3384: -28,-9 - 3473: -75,-42 - 3623: 18,-1 - 3957: 2,21 - 5151: 27,-9 - 5152: 26,-8 - 5153: 26,-7 - 5155: 25,-6 - 5156: 24,-5 - 5157: 23,-4 - 5158: 22,-3 - 5160: 21,-3 - 5161: 20,-2 - 5163: 19,-2 - 5212: -20,-2 - 5215: -22,-3 - 5757: 28,-66 - 5883: 0,-76 - 5885: -1,-76 - 6565: 31,-38 - 7681: -6,21 - 7723: -33,-43 - 7745: -26,-72 - 7758: 3,-77 - 7763: -1,-77 - 7775: 27,-72 - 7788: 33,-34 - 7805: 13,-1 - 7806: 11,1 - 7809: -13,1 - 9068: 43,-28 - 9070: 43,-23 + 1364: 43,-31 + 1365: 43,-20 + 1377: 43,-50 + 1378: 43,-45 + 1379: 43,-42 + 1380: 43,-37 + 1401: -1,-83 + 1402: -1,-80 + 1539: -75,-50 + 2056: 5,20 + 2057: 2,22 + 2080: 5,25 + 2219: -31,0 + 2220: -27,-1 + 3354: -16,-1 + 3360: -25,-5 + 3362: -27,-7 + 3364: -28,-9 + 3453: -75,-42 + 3603: 18,-1 + 3937: 2,21 + 5131: 27,-9 + 5132: 26,-8 + 5133: 26,-7 + 5135: 25,-6 + 5136: 24,-5 + 5137: 23,-4 + 5138: 22,-3 + 5140: 21,-3 + 5141: 20,-2 + 5143: 19,-2 + 5192: -20,-2 + 5195: -22,-3 + 5737: 28,-66 + 5863: 0,-76 + 5865: -1,-76 + 6545: 31,-38 + 7651: -6,21 + 7693: -33,-43 + 7715: -26,-72 + 7728: 3,-77 + 7733: -1,-77 + 7745: 27,-72 + 7758: 33,-34 + 7775: 13,-1 + 7776: 11,1 + 7779: -13,1 + 9009: 43,-28 + 9011: 43,-23 - node: cleanable: True color: '#FFFFFFFF' @@ -5822,55 +5813,55 @@ entities: 1256: -40,-45 1257: -35,-45 1263: 0,-77 - 1367: 45,-31 - 1368: 45,-23 - 1369: 45,-20 - 1387: 45,-45 - 1388: 45,-50 - 1409: 1,-80 - 1410: 1,-83 - 1548: -73,-50 - 2045: 16,-1 - 2077: -5,20 - 2082: -3,21 - 2083: -2,22 - 2094: -5,25 - 2241: -26,-1 - 2242: -24,0 - 2476: -64,-45 - 3387: -18,-1 - 3472: -73,-42 - 3624: 28,-9 - 3625: 27,-7 - 3626: 25,-5 - 3958: -2,21 - 5159: 22,-3 - 5162: 20,-2 - 5210: -19,-2 - 5211: -20,-2 - 5213: -21,-3 - 5214: -22,-3 - 5216: -23,-4 - 5217: -24,-5 - 5218: -25,-6 - 5219: -26,-7 - 5221: -26,-8 - 5222: -27,-9 - 5385: 45,-28 - 5700: 45,-42 - 5882: 1,-76 - 5884: 0,-76 - 7684: 6,21 - 7722: -31,-43 - 7742: -28,-71 - 7743: -28,-72 - 7761: -3,-77 - 7762: 1,-77 - 7776: 25,-72 - 7792: 31,-34 - 7804: -13,-1 - 7807: -11,1 - 7810: 13,1 + 1361: 45,-31 + 1362: 45,-23 + 1363: 45,-20 + 1381: 45,-45 + 1382: 45,-50 + 1403: 1,-80 + 1404: 1,-83 + 1542: -73,-50 + 2030: 16,-1 + 2062: -5,20 + 2067: -3,21 + 2068: -2,22 + 2079: -5,25 + 2221: -26,-1 + 2222: -24,0 + 2456: -64,-45 + 3367: -18,-1 + 3452: -73,-42 + 3604: 28,-9 + 3605: 27,-7 + 3606: 25,-5 + 3938: -2,21 + 5139: 22,-3 + 5142: 20,-2 + 5190: -19,-2 + 5191: -20,-2 + 5193: -21,-3 + 5194: -22,-3 + 5196: -23,-4 + 5197: -24,-5 + 5198: -25,-6 + 5199: -26,-7 + 5201: -26,-8 + 5202: -27,-9 + 5365: 45,-28 + 5680: 45,-42 + 5862: 1,-76 + 5864: 0,-76 + 7654: 6,21 + 7692: -31,-43 + 7712: -28,-71 + 7713: -28,-72 + 7731: -3,-77 + 7732: 1,-77 + 7746: 25,-72 + 7762: 31,-34 + 7774: -13,-1 + 7777: -11,1 + 7780: 13,1 - node: cleanable: True color: '#FFFFFFFF' @@ -6024,52 +6015,52 @@ entities: 1241: -39,-43 1261: -1,-76 1262: 0,-76 - 1376: 43,-21 - 1377: 43,-29 - 1379: 43,-35 - 1380: 43,-38 - 1381: 43,-43 - 1382: 43,-46 - 1411: -1,-78 - 1412: -1,-81 - 1547: -75,-49 - 2044: 28,-10 - 2245: -31,8 - 3375: -16,1 - 3376: -21,-1 - 3377: -26,-5 - 3378: -27,-6 - 3379: -25,-4 - 3383: -27,-7 - 3385: -28,-8 - 3388: -19,0 - 3390: -20,-1 - 3474: -75,-36 - 3620: 25,-5 - 3621: 20,-1 - 3622: 18,0 - 3953: -6,25 - 3956: -3,21 - 5135: 22,-2 - 5154: 26,-7 - 5227: -24,-3 - 5228: -23,-2 - 5229: -22,-2 - 5533: 63,-32 - 5873: 7,-75 - 6564: 31,-38 - 6868: 1,-75 - 7720: -33,-45 - 7733: -30,-12 - 7750: -26,-70 - 7759: 3,-75 - 7778: 27,-70 - 7787: 33,-32 - 7791: 31,-34 - 7793: 25,-32 - 7811: 13,1 - 8641: -50,-43 - 9069: 43,-24 + 1370: 43,-21 + 1371: 43,-29 + 1373: 43,-35 + 1374: 43,-38 + 1375: 43,-43 + 1376: 43,-46 + 1405: -1,-78 + 1406: -1,-81 + 1541: -75,-49 + 2029: 28,-10 + 2225: -31,8 + 3355: -16,1 + 3356: -21,-1 + 3357: -26,-5 + 3358: -27,-6 + 3359: -25,-4 + 3363: -27,-7 + 3365: -28,-8 + 3368: -19,0 + 3370: -20,-1 + 3454: -75,-36 + 3600: 25,-5 + 3601: 20,-1 + 3602: 18,0 + 3933: -6,25 + 3936: -3,21 + 5115: 22,-2 + 5134: 26,-7 + 5207: -24,-3 + 5208: -23,-2 + 5209: -22,-2 + 5513: 63,-32 + 5853: 7,-75 + 6544: 31,-38 + 6841: 1,-75 + 7690: -33,-45 + 7703: -30,-12 + 7720: -26,-70 + 7729: 3,-75 + 7748: 27,-70 + 7757: 33,-32 + 7761: 31,-34 + 7763: 25,-32 + 7781: 13,1 + 8611: -50,-43 + 9010: 43,-24 - node: cleanable: True color: '#FFFFFFFF' @@ -6224,53 +6215,53 @@ entities: 1249: -67,-43 1259: 0,-76 1260: 1,-76 - 1372: 45,-29 - 1373: 45,-24 - 1374: 45,-21 - 1375: 45,-18 - 1378: 45,-46 - 1405: 1,-78 - 1406: 1,-81 - 1546: -73,-49 - 2043: 30,-10 - 2046: 16,1 - 2243: -24,1 - 2244: -30,8 - 2477: -64,-43 - 3381: -25,-5 - 3386: -18,0 - 3389: -20,-1 - 3475: -73,-36 - 3615: 25,-4 - 3616: 20,-1 - 3617: 26,-5 - 3618: 27,-6 - 3619: 27,-7 - 3954: 6,25 - 3955: 3,21 - 5125: 28,-8 - 5132: 24,-3 - 5133: 23,-2 - 5134: 22,-2 - 5136: 21,-1 - 5137: 19,0 - 5220: -26,-7 - 5230: -22,-2 - 5532: 63,-32 - 5698: 45,-38 - 5699: 45,-43 - 5701: 45,-35 - 5840: -10,-72 - 5872: 7,-75 - 6863: -1,-75 - 7721: -31,-45 - 7732: -28,-12 - 7744: -28,-71 - 7760: -3,-75 - 7777: 25,-70 - 7789: 33,-34 - 7790: 31,-32 - 7808: -13,1 + 1366: 45,-29 + 1367: 45,-24 + 1368: 45,-21 + 1369: 45,-18 + 1372: 45,-46 + 1399: 1,-78 + 1400: 1,-81 + 1540: -73,-49 + 2028: 30,-10 + 2031: 16,1 + 2223: -24,1 + 2224: -30,8 + 2457: -64,-43 + 3361: -25,-5 + 3366: -18,0 + 3369: -20,-1 + 3455: -73,-36 + 3595: 25,-4 + 3596: 20,-1 + 3597: 26,-5 + 3598: 27,-6 + 3599: 27,-7 + 3934: 6,25 + 3935: 3,21 + 5105: 28,-8 + 5112: 24,-3 + 5113: 23,-2 + 5114: 22,-2 + 5116: 21,-1 + 5117: 19,0 + 5200: -26,-7 + 5210: -22,-2 + 5512: 63,-32 + 5678: 45,-38 + 5679: 45,-43 + 5681: 45,-35 + 5820: -10,-72 + 5852: 7,-75 + 6836: -1,-75 + 7691: -31,-45 + 7702: -28,-12 + 7714: -28,-71 + 7730: -3,-75 + 7747: 25,-70 + 7759: 33,-34 + 7760: 31,-32 + 7778: -13,1 - node: cleanable: True color: '#FFFFFFFF' @@ -6415,23 +6406,23 @@ entities: 1119: -12,3 1121: -13,3 1153: 0,3 - 2225: -31,1 - 2226: -31,2 - 2227: -31,3 - 2228: -31,4 - 2229: -31,5 - 2230: -31,6 - 2231: -31,7 - 2247: 38,-65 - 2248: 38,-64 - 3466: -72,-39 - 3467: -76,-39 - 3945: 2,22 - 5760: 28,-57 - 6864: -1,-75 - 6865: 0,-75 - 7682: -6,22 - 7683: -6,23 + 2205: -31,1 + 2206: -31,2 + 2207: -31,3 + 2208: -31,4 + 2209: -31,5 + 2210: -31,6 + 2211: -31,7 + 2227: 38,-65 + 2228: 38,-64 + 3446: -72,-39 + 3447: -76,-39 + 3925: 2,22 + 5740: 28,-57 + 6837: -1,-75 + 6838: 0,-75 + 7652: -6,22 + 7653: -6,23 - node: cleanable: True color: '#FFFFFFFF' @@ -6565,34 +6556,34 @@ entities: 1182: -53,-44 1183: -45,-44 1184: -37,-44 - 1543: -74,-50 - 2066: 6,20 - 2067: 7,20 - 2068: 8,20 - 2069: 9,20 - 2070: 10,20 - 2075: -6,20 - 2076: -7,20 - 2087: 3,26 - 2088: 4,26 - 2089: -3,26 - 2090: -4,26 - 2093: -6,25 - 2214: -25,0 - 2215: -28,0 - 2216: -29,0 - 2217: -30,0 - 3470: -74,-42 - 3941: 4,21 - 3942: 3,21 - 3943: -3,21 - 3950: 6,25 - 4109: -4,21 - 4975: 41,-34 - 4976: 41,-33 - 4977: 35,-34 - 4978: 35,-33 - 5909: -21,-74 + 1537: -74,-50 + 2051: 6,20 + 2052: 7,20 + 2053: 8,20 + 2054: 9,20 + 2055: 10,20 + 2060: -6,20 + 2061: -7,20 + 2072: 3,26 + 2073: 4,26 + 2074: -3,26 + 2075: -4,26 + 2078: -6,25 + 2194: -25,0 + 2195: -28,0 + 2196: -29,0 + 2197: -30,0 + 3450: -74,-42 + 3921: 4,21 + 3922: 3,21 + 3923: -3,21 + 3930: 6,25 + 4089: -4,21 + 4955: 41,-34 + 4956: 41,-33 + 4957: 35,-34 + 4958: 35,-33 + 5889: -21,-74 - node: color: '#FFFFFFFF' id: MiniTileDarkLineS @@ -6701,51 +6692,51 @@ entities: 1186: -45,-44 1187: -53,-44 1188: -61,-44 - 1544: -74,-49 - 2060: 3,25 - 2062: 9,23 - 2063: 10,23 - 2064: 11,23 - 2078: -9,23 - 2079: -10,23 - 2080: -11,23 - 2081: -3,25 - 2084: 0,21 - 2085: 2,21 - 2086: -2,21 - 2096: -6,19 - 2097: -7,19 - 2098: 6,19 - 2099: 7,19 - 2100: 9,19 - 2101: 10,19 - 2220: -25,1 - 2221: -26,1 - 2222: -27,1 - 2223: -28,1 - 2224: -29,1 - 2249: 36,-66 - 2250: 35,-66 - 2251: 34,-66 - 2252: 33,-66 - 3084: 75,-10 - 3085: 76,-10 - 3086: 77,-10 - 3087: 78,-10 - 3471: -74,-36 - 3946: 4,25 - 3947: 5,25 - 3948: -5,25 - 3949: -4,25 - 4979: 35,-33 - 4980: 35,-32 - 4981: 41,-32 - 4982: 41,-33 - 5538: 72,-32 - 5539: 71,-32 - 5874: 6,-75 - 5875: 4,-75 - 5876: -4,-75 + 1538: -74,-49 + 2045: 3,25 + 2047: 9,23 + 2048: 10,23 + 2049: 11,23 + 2063: -9,23 + 2064: -10,23 + 2065: -11,23 + 2066: -3,25 + 2069: 0,21 + 2070: 2,21 + 2071: -2,21 + 2081: -6,19 + 2082: -7,19 + 2083: 6,19 + 2084: 7,19 + 2085: 9,19 + 2086: 10,19 + 2200: -25,1 + 2201: -26,1 + 2202: -27,1 + 2203: -28,1 + 2204: -29,1 + 2229: 36,-66 + 2230: 35,-66 + 2231: 34,-66 + 2232: 33,-66 + 3064: 75,-10 + 3065: 76,-10 + 3066: 77,-10 + 3067: 78,-10 + 3451: -74,-36 + 3926: 4,25 + 3927: 5,25 + 3928: -5,25 + 3929: -4,25 + 4959: 35,-33 + 4960: 35,-32 + 4961: 41,-32 + 4962: 41,-33 + 5518: 72,-32 + 5519: 71,-32 + 5854: 6,-75 + 5855: 4,-75 + 5856: -4,-75 - node: color: '#FFFFFFFF' id: MiniTileDarkLineW @@ -6873,23 +6864,23 @@ entities: 1122: -12,3 1123: -12,2 1157: 0,3 - 2232: -30,7 - 2233: -30,6 - 2234: -30,5 - 2235: -30,4 - 2236: -30,3 - 2237: -30,2 - 2254: 32,-65 - 2255: 32,-64 - 3088: 79,-11 - 3468: -72,-39 - 3469: -76,-39 - 3944: -2,22 - 6866: 0,-75 - 6867: 1,-75 - 7685: 6,22 - 7686: 6,23 - 7741: -28,-70 + 2212: -30,7 + 2213: -30,6 + 2214: -30,5 + 2215: -30,4 + 2216: -30,3 + 2217: -30,2 + 2234: 32,-65 + 2235: 32,-64 + 3068: 79,-11 + 3448: -72,-39 + 3449: -76,-39 + 3924: -2,22 + 6839: 0,-75 + 6840: 1,-75 + 7655: 6,22 + 7656: 6,23 + 7711: -28,-70 - node: cleanable: True color: '#FFFFFFFF' @@ -6911,3750 +6902,3758 @@ entities: color: '#52B4E996' id: MiniTileOverlay decals: - 3652: -57,-29 - 3653: -56,-29 - 3654: -55,-29 - 3655: -52,-29 - 3656: -50,-29 - 3657: -51,-29 - 3658: -47,-29 - 3659: -46,-29 - 3660: -45,-29 - 3661: -42,-29 - 3662: -42,-26 - 3663: -42,-25 - 3664: -42,-24 - 3665: -42,-21 - 3666: -42,-20 - 3667: -42,-19 - 3668: -42,-16 - 3669: -43,-16 - 3670: -43,-13 - 3671: -43,-12 - 3672: -43,-11 - 3673: -43,-10 - 3674: -43,-7 - 3675: -43,-6 - 3676: -43,-5 - 3677: -43,-4 + 3632: -57,-29 + 3633: -56,-29 + 3634: -55,-29 + 3635: -52,-29 + 3636: -50,-29 + 3637: -51,-29 + 3638: -47,-29 + 3639: -46,-29 + 3640: -45,-29 + 3641: -42,-29 + 3642: -42,-26 + 3643: -42,-25 + 3644: -42,-24 + 3645: -42,-21 + 3646: -42,-20 + 3647: -42,-19 + 3648: -42,-16 + 3649: -43,-16 + 3650: -43,-13 + 3651: -43,-12 + 3652: -43,-11 + 3653: -43,-10 + 3654: -43,-7 + 3655: -43,-6 + 3656: -43,-5 + 3657: -43,-4 - node: color: '#D381C996' id: MiniTileOverlay decals: - 2834: -44,-77 - 2835: -44,-78 - 2836: -44,-79 - 2844: -44,-74 - 2845: -44,-72 - 2846: -44,-67 - 2847: -44,-68 - 2848: -44,-69 - 2849: -44,-62 - 2850: -44,-63 - 2851: -44,-64 - 2852: -39,-59 - 2853: -40,-59 - 2854: -41,-59 - 2855: -36,-59 - 2856: -44,-54 - 2857: -44,-55 - 2858: -44,-56 - 2893: -50,-66 - 2894: -51,-66 - 2895: -54,-66 - 2896: -55,-66 - 2897: -62,-66 - 2898: -63,-66 - 2899: -64,-66 - 2900: -65,-66 - 2909: -39,-53 - 2910: -39,-54 - 2911: -39,-55 - 3639: -44,-73 - 3640: -44,-59 + 2814: -44,-77 + 2815: -44,-78 + 2816: -44,-79 + 2824: -44,-74 + 2825: -44,-72 + 2826: -44,-67 + 2827: -44,-68 + 2828: -44,-69 + 2829: -44,-62 + 2830: -44,-63 + 2831: -44,-64 + 2832: -39,-59 + 2833: -40,-59 + 2834: -41,-59 + 2835: -36,-59 + 2836: -44,-54 + 2837: -44,-55 + 2838: -44,-56 + 2873: -50,-66 + 2874: -51,-66 + 2875: -54,-66 + 2876: -55,-66 + 2877: -62,-66 + 2878: -63,-66 + 2879: -64,-66 + 2880: -65,-66 + 2889: -39,-53 + 2890: -39,-54 + 2891: -39,-55 + 3619: -44,-73 + 3620: -44,-59 - node: color: '#FFFFFFFF' id: MiniTileSteelCornerNe decals: - 1506: -29,-75 - 3459: -72,-43 + 1500: -29,-75 + 3439: -72,-43 - node: color: '#FFFFFFFF' id: MiniTileSteelCornerNw decals: - 1505: -30,-75 - 3455: -76,-43 + 1499: -30,-75 + 3435: -76,-43 - node: color: '#FFFFFFFF' id: MiniTileSteelCornerSe decals: - 1504: -29,-77 - 3450: -72,-45 + 1498: -29,-77 + 3430: -72,-45 - node: color: '#FFFFFFFF' id: MiniTileSteelCornerSw decals: - 1503: -30,-77 - 3454: -76,-45 + 1497: -30,-77 + 3434: -76,-45 - node: color: '#FFFFFFFF' id: MiniTileSteelEndE decals: - 7143: -83,-5 - 7144: -86,-5 + 7116: -83,-5 + 7117: -86,-5 - node: color: '#FFFFFFFF' id: MiniTileSteelEndW decals: - 7145: -87,-5 - 7146: -84,-5 + 7118: -87,-5 + 7119: -84,-5 - node: color: '#52B4E9CC' id: MiniTileSteelInnerNe decals: - 7729: -30,-12 + 7699: -30,-12 - node: color: '#9FED58B2' id: MiniTileSteelInnerNe decals: - 7453: 34,13 + 7423: 34,13 - node: color: '#FFFFFFFF' id: MiniTileSteelInnerNe decals: - 1511: -30,-77 - 3057: 43,-10 - 3646: -44,-59 + 1505: -30,-77 + 3037: 43,-10 + 3626: -44,-59 - node: color: '#FFFFFFFF' id: MiniTileSteelInnerNw decals: - 1512: -29,-77 - 3061: 68,-10 + 1506: -29,-77 + 3041: 68,-10 - node: color: '#FFFFFFFF' id: MiniTileSteelInnerSe decals: - 1513: -30,-75 - 3050: 52,-10 - 3636: -3,1 - 3647: -44,-59 + 1507: -30,-75 + 3030: 52,-10 + 3616: -3,1 + 3627: -44,-59 - node: color: '#FFFFFFFF' id: MiniTileSteelInnerSw decals: - 1514: -29,-75 - 3051: 52,-10 - 3063: 43,-5 - 3637: 3,1 + 1508: -29,-75 + 3031: 52,-10 + 3043: 43,-5 + 3617: 3,1 - node: color: '#FFFFFFFF' id: MiniTileSteelLineE decals: - 1507: -29,-76 - 1510: -30,-76 - 3460: -72,-44 - 3634: -3,-1 - 3635: -3,0 + 1501: -29,-76 + 1504: -30,-76 + 3440: -72,-44 + 3614: -3,-1 + 3615: -3,0 - node: color: '#FFFFFFFF' id: MiniTileSteelLineN decals: - 3456: -75,-43 - 3457: -74,-43 - 3458: -73,-43 + 3436: -75,-43 + 3437: -74,-43 + 3438: -73,-43 - node: color: '#FFFFFFFF' id: MiniTileSteelLineS decals: - 3451: -73,-45 - 3452: -74,-45 - 3453: -75,-45 - 3627: -2,1 - 3628: -1,1 - 3629: 0,1 - 3630: 1,1 - 3631: 2,1 + 3431: -73,-45 + 3432: -74,-45 + 3433: -75,-45 + 3607: -2,1 + 3608: -1,1 + 3609: 0,1 + 3610: 1,1 + 3611: 2,1 - node: color: '#FFFFFFFF' id: MiniTileSteelLineW decals: - 1508: -30,-76 - 1509: -29,-76 - 3461: -76,-44 - 3632: 3,-1 - 3633: 3,0 + 1502: -30,-76 + 1503: -29,-76 + 3441: -76,-44 + 3612: 3,-1 + 3613: 3,0 - node: color: '#334E6DC8' id: MiniTileWhiteCornerNe decals: - 3580: 17,9 - 3867: -39,-73 - 5099: 13,4 - 5102: 18,1 - 6531: 19,21 - 7287: 100,-75 - 7300: 102,-79 + 3560: 17,9 + 3847: -39,-73 + 5079: 13,4 + 5082: 18,1 + 6511: 19,21 + 7257: 100,-75 + 7270: 102,-79 - node: color: '#52B4E996' id: MiniTileWhiteCornerNe decals: - 2281: -35,-37 - 2318: -41,-15 - 2440: -48,-19 - 2464: -52,-24 - 3121: 74,0 - 3767: -52,-18 - 3802: -35,-20 - 3810: -47,-39 - 6826: -35,-29 - 7709: -46,-9 - 7846: -49,-32 - 8739: -50,-9 - 8769: -50,-39 - 8800: -54,-32 + 2261: -35,-37 + 2298: -41,-15 + 2420: -48,-19 + 2444: -52,-24 + 3101: 74,0 + 3747: -52,-18 + 3782: -35,-20 + 3790: -47,-39 + 6799: -35,-29 + 7679: -46,-9 + 7816: -49,-32 + 8709: -50,-9 + 8739: -50,-39 + 8770: -54,-32 - node: color: '#52DDE993' id: MiniTileWhiteCornerNe decals: - 1764: 47,-90 + 1758: 47,-90 - node: color: '#9FED5896' id: MiniTileWhiteCornerNe decals: - 5122: 30,-10 - 5123: 29,-8 - 5124: 28,-5 - 5139: 24,-2 - 5142: 22,-1 - 5603: 102,-39 - 5604: 96,-39 - 5605: 89,-39 - 5606: 89,-21 - 5607: 96,-21 - 5685: 70,-25 - 5841: -10,-72 - 5917: -21,-70 - 5918: -20,-71 - 5939: -28,-54 - 5940: -30,-53 - 6123: -71,-36 - 6154: -7,-72 - 6273: 67,-42 - 7606: 31,14 + 5102: 30,-10 + 5103: 29,-8 + 5104: 28,-5 + 5119: 24,-2 + 5122: 22,-1 + 5583: 102,-39 + 5584: 96,-39 + 5585: 89,-39 + 5586: 89,-21 + 5587: 96,-21 + 5665: 70,-25 + 5821: -10,-72 + 5897: -21,-70 + 5898: -20,-71 + 5919: -28,-54 + 5920: -30,-53 + 6103: -71,-36 + 6134: -7,-72 + 6253: 67,-42 + 7576: 31,14 - node: zIndex: -1 color: '#A4610696' id: MiniTileWhiteCornerNe decals: - 6341: 2,-56 - 6544: 29,-36 + 6321: 2,-56 + 6524: 29,-36 - node: color: '#A4610696' id: MiniTileWhiteCornerNe decals: - 4180: 17,-103 - 4198: 17,-87 - 6323: 10,-57 - 6858: 1,-72 + 4160: 17,-103 + 4178: 17,-87 + 6303: 10,-57 + 6831: 1,-72 - node: color: '#D381C996' id: MiniTileWhiteCornerNe decals: - 2600: -42,-77 - 2601: -35,-58 - 2641: -61,-65 - 6715: -61,-69 - 8308: -4,-37 - 8312: -6,-34 - 8334: -10,-31 - 8357: 13,-35 + 2580: -42,-77 + 2581: -35,-58 + 2621: -61,-65 + 6688: -61,-69 + 8278: -4,-37 + 8282: -6,-34 + 8304: -10,-31 + 8327: 13,-35 - node: color: '#DE3A3A96' id: MiniTileWhiteCornerNe decals: - 2772: 44,-4 - 2809: 59,1 - 3106: 86,-4 - 3194: 69,-1 - 3253: 65,-17 - 3272: 72,-12 - 3296: 49,-13 - 3820: -47,-47 - 6253: -64,-37 - 6495: -3,-79 - 6577: 60,14 - 6624: 56,14 - 6645: -50,13 - 7382: 60,8 - 7399: 65,-5 - 8654: -45,-32 - 9026: 50,-2 + 2752: 44,-4 + 2789: 59,1 + 3086: 86,-4 + 3174: 69,-1 + 3233: 65,-17 + 3252: 72,-12 + 3276: 49,-13 + 3800: -47,-47 + 6233: -64,-37 + 6475: -3,-79 + 6557: 60,14 + 6604: 56,14 + 6625: -50,13 + 7352: 60,8 + 7369: 65,-5 + 8624: -45,-32 + 8967: 50,-2 - node: zIndex: -1 color: '#EFB34196' id: MiniTileWhiteCornerNe decals: - 7340: 48,-63 + 7310: 48,-63 - node: color: '#EFB34196' id: MiniTileWhiteCornerNe decals: - 1570: 51,-47 - 1578: 53,-51 - 1613: 46,-54 - 1867: 60,-54 - 1946: 55,-79 - 2264: 109,-21 - 5445: 41,-36 + 1564: 51,-47 + 1572: 53,-51 + 1607: 46,-54 + 1861: 60,-54 + 1931: 55,-79 + 2244: 109,-21 + 5425: 41,-36 - node: color: '#334E6DC8' id: MiniTileWhiteCornerNw decals: - 3871: -41,-73 - 5088: -12,4 - 5091: -14,3 - 6540: 13,21 - 7291: 96,-75 - 7299: 94,-79 + 3851: -41,-73 + 5068: -12,4 + 5071: -14,3 + 6520: 13,21 + 7261: 96,-75 + 7269: 94,-79 - node: color: '#52B4E996' id: MiniTileWhiteCornerNw decals: - 2356: -58,-28 - 2454: -50,-19 - 2466: -56,-24 - 3129: 71,0 - 3270: 55,-23 - 3755: -56,-13 - 3775: -56,-18 - 3796: -39,-20 - 3812: -48,-39 - 7713: -51,-9 - 7845: -52,-32 - 8755: -58,-32 - 8773: -52,-39 + 2336: -58,-28 + 2434: -50,-19 + 2446: -56,-24 + 3109: 71,0 + 3250: 55,-23 + 3735: -56,-13 + 3755: -56,-18 + 3776: -39,-20 + 3792: -48,-39 + 7683: -51,-9 + 7815: -52,-32 + 8725: -58,-32 + 8743: -52,-39 - node: color: '#52DDE993' id: MiniTileWhiteCornerNw decals: - 1767: 44,-90 - 5471: 42,-47 + 1761: 44,-90 + 5451: 42,-47 - node: color: '#9FED5896' id: MiniTileWhiteCornerNw decals: - 5254: -28,-5 - 5259: -24,-2 - 5582: 85,-39 - 5608: 85,-21 - 5609: 93,-21 - 5610: 100,-21 - 5611: 100,-39 - 5612: 93,-39 - 5613: 85,-39 - 5692: 62,-25 - 5802: 21,-70 - 5803: 20,-71 - 5847: 10,-72 - 6128: -77,-36 - 6153: -8,-72 - 6272: 66,-42 - 6314: 61,-36 - 7602: 26,9 - 7607: 27,14 - 7736: -30,-10 + 5234: -28,-5 + 5239: -24,-2 + 5562: 85,-39 + 5588: 85,-21 + 5589: 93,-21 + 5590: 100,-21 + 5591: 100,-39 + 5592: 93,-39 + 5593: 85,-39 + 5672: 62,-25 + 5782: 21,-70 + 5783: 20,-71 + 5827: 10,-72 + 6108: -77,-36 + 6133: -8,-72 + 6252: 66,-42 + 6294: 61,-36 + 7572: 26,9 + 7577: 27,14 + 7706: -30,-10 - node: zIndex: -1 color: '#A4610696' id: MiniTileWhiteCornerNw decals: - 6556: 24,-36 + 6536: 24,-36 - node: color: '#A4610696' id: MiniTileWhiteCornerNw decals: - 4218: -3,-90 - 5742: 28,-54 - 6542: 25,-32 - 6861: -1,-72 + 4198: -3,-90 + 5722: 28,-54 + 6522: 25,-32 + 6834: -1,-72 - node: color: '#D381C996' id: MiniTileWhiteCornerNw decals: - 2618: -56,-65 - 2648: -66,-65 - 2702: -51,-81 - 3840: -54,-55 - 6735: -69,-72 - 6740: -66,-69 - 8314: -8,-34 - 8363: 10,-35 + 2598: -56,-65 + 2628: -66,-65 + 2682: -51,-81 + 3820: -54,-55 + 6708: -69,-72 + 6713: -66,-69 + 8284: -8,-34 + 8333: 10,-35 - node: color: '#DE3A3A96' id: MiniTileWhiteCornerNw decals: - 2822: 55,1 - 2829: 61,-5 - 3213: 67,-1 - 3280: 68,-13 - 3283: 71,-12 - 3290: 42,-13 - 3295: 47,-13 - 3557: 72,-27 - 6261: -69,-37 - 6497: -5,-79 - 6522: -9,1 - 6569: 58,14 - 6625: 48,14 - 6652: -54,13 - 7373: 58,8 - 8653: -47,-32 - 8704: 40,-4 + 2802: 55,1 + 2809: 61,-5 + 3193: 67,-1 + 3260: 68,-13 + 3263: 71,-12 + 3270: 42,-13 + 3275: 47,-13 + 3537: 72,-27 + 6241: -69,-37 + 6477: -5,-79 + 6502: -9,1 + 6549: 58,14 + 6605: 48,14 + 6632: -54,13 + 7343: 58,8 + 8623: -47,-32 + 8674: 40,-4 - node: zIndex: -1 color: '#EFB34196' id: MiniTileWhiteCornerNw decals: - 5723: 104,-21 - 7346: 42,-63 + 5703: 104,-21 + 7316: 42,-63 - node: color: '#EFB34196' id: MiniTileWhiteCornerNw decals: - 1569: 47,-47 - 1610: 42,-54 - 1725: 45,-78 - 1854: 62,-57 - 1943: 52,-79 - 2496: 47,-51 - 5439: 35,-36 + 1563: 47,-47 + 1604: 42,-54 + 1719: 45,-78 + 1848: 62,-57 + 1928: 52,-79 + 2476: 47,-51 + 5419: 35,-36 - node: color: '#334E6DC8' id: MiniTileWhiteCornerSe decals: - 3868: -39,-75 - 6533: 19,19 - 7288: 100,-77 - 7308: 102,-81 + 3848: -39,-75 + 6513: 19,19 + 7258: 100,-77 + 7278: 102,-81 - node: color: '#4B709CFF' id: MiniTileWhiteCornerSe decals: - 7676: -7,22 + 7646: -7,22 - node: color: '#52B4E996' id: MiniTileWhiteCornerSe decals: - 2282: -35,-41 - 2447: -48,-26 - 2488: -35,-35 - 3771: -52,-22 - 3788: -46,-14 - 3806: -35,-24 - 8766: -54,-41 + 2262: -35,-41 + 2427: -48,-26 + 2468: -35,-35 + 3751: -52,-22 + 3768: -46,-14 + 3786: -35,-24 + 8736: -54,-41 - node: color: '#52DDE993' id: MiniTileWhiteCornerSe decals: - 1766: 47,-91 + 1760: 47,-91 - node: color: '#9FED5896' id: MiniTileWhiteCornerSe decals: - 5231: -22,-4 - 5232: -20,-3 - 5233: -18,-2 - 5234: -23,-5 - 5235: -24,-6 - 5236: -25,-7 - 5237: -26,-9 - 5238: -27,-11 - 5562: 89,-43 - 5578: 89,-25 - 5579: 96,-25 - 5580: 102,-43 - 5581: 96,-43 - 5680: 70,-30 - 5740: 33,-56 - 5763: 30,-70 - 5799: 23,-74 - 5968: -28,-34 - 5970: -30,-35 - 6155: -7,-73 + 5211: -22,-4 + 5212: -20,-3 + 5213: -18,-2 + 5214: -23,-5 + 5215: -24,-6 + 5216: -25,-7 + 5217: -26,-9 + 5218: -27,-11 + 5542: 89,-43 + 5558: 89,-25 + 5559: 96,-25 + 5560: 102,-43 + 5561: 96,-43 + 5660: 70,-30 + 5720: 33,-56 + 5743: 30,-70 + 5779: 23,-74 + 5948: -28,-34 + 5950: -30,-35 + 6135: -7,-73 - node: zIndex: -1 color: '#A4610696' id: MiniTileWhiteCornerSe decals: - 6548: 29,-41 + 6528: 29,-41 - node: color: '#A4610696' id: MiniTileWhiteCornerSe decals: - 4179: 17,-104 - 4190: 17,-95 - 5808: 12,-77 - 6328: 10,-64 - 6859: 1,-73 + 4159: 17,-104 + 4170: 17,-95 + 5788: 12,-77 + 6308: 10,-64 + 6832: 1,-73 - node: color: '#D381C996' id: MiniTileWhiteCornerSe decals: - 2602: -35,-60 - 2642: -61,-67 - 2708: -47,-86 - 3853: -51,-63 - 6720: -61,-75 - 6726: -65,-79 - 8322: -4,-39 - 8333: -10,-42 - 8360: 13,-38 + 2582: -35,-60 + 2622: -61,-67 + 2688: -47,-86 + 3833: -51,-63 + 6693: -61,-75 + 6699: -65,-79 + 8292: -4,-39 + 8303: -10,-42 + 8330: 13,-38 - node: color: '#DE3A3A96' id: MiniTileWhiteCornerSe decals: - 2790: 53,-23 - 2816: 59,-7 - 3143: 73,-10 - 3255: 65,-18 - 3275: 72,-15 - 3299: 49,-16 - 3565: 79,-30 - 6141: -71,-46 - 6255: -64,-40 - 6271: 67,-37 - 6516: -5,-1 - 6572: 60,10 - 7378: 60,3 - 7396: 65,-7 - 7802: -11,-1 - 9022: 50,-7 + 2770: 53,-23 + 2796: 59,-7 + 3123: 73,-10 + 3235: 65,-18 + 3255: 72,-15 + 3279: 49,-16 + 3545: 79,-30 + 6121: -71,-46 + 6235: -64,-40 + 6251: 67,-37 + 6496: -5,-1 + 6552: 60,10 + 7348: 60,3 + 7366: 65,-7 + 7772: -11,-1 + 8963: 50,-7 - node: zIndex: -1 color: '#EFB34196' id: MiniTileWhiteCornerSe decals: - 7356: 48,-67 + 7326: 48,-67 - node: color: '#EFB34196' id: MiniTileWhiteCornerSe decals: - 1567: 51,-49 - 1611: 46,-55 - 1690: 61,-71 - 1724: 50,-80 - 1952: 55,-85 - 2266: 109,-23 - 4956: 60,-57 + 1561: 51,-49 + 1605: 46,-55 + 1684: 61,-71 + 1718: 50,-80 + 1937: 55,-85 + 2246: 109,-23 + 4936: 60,-57 - node: color: '#334E6DC8' id: MiniTileWhiteCornerSw decals: - 3589: 14,6 - 3870: -41,-75 - 6539: 13,19 - 7289: 96,-77 - 7307: 94,-81 + 3569: 14,6 + 3850: -41,-75 + 6519: 13,19 + 7259: 96,-77 + 7277: 94,-81 - node: color: '#4B709CFF' id: MiniTileWhiteCornerSw decals: - 7696: 7,22 + 7666: 7,22 - node: color: '#52B4E996' id: MiniTileWhiteCornerSw decals: - 2328: -50,-17 - 2357: -58,-30 - 2468: -56,-26 - 2485: -39,-35 - 3127: 71,-3 - 3752: -56,-16 - 3774: -56,-22 - 3790: -50,-14 - 3797: -39,-24 - 7714: -51,-11 - 7852: -52,-37 - 8643: -48,-41 - 8762: -58,-41 - 8772: -52,-41 + 2308: -50,-17 + 2337: -58,-30 + 2448: -56,-26 + 2465: -39,-35 + 3107: 71,-3 + 3732: -56,-16 + 3754: -56,-22 + 3770: -50,-14 + 3777: -39,-24 + 7684: -51,-11 + 7822: -52,-37 + 8613: -48,-41 + 8732: -58,-41 + 8742: -52,-41 - node: color: '#52DDE993' id: MiniTileWhiteCornerSw decals: - 1765: 44,-91 - 5472: 42,-50 + 1759: 44,-91 + 5452: 42,-50 - node: zIndex: -1 color: '#9FED5896' id: MiniTileWhiteCornerSw decals: - 5519: 81,-42 + 5499: 81,-42 - node: color: '#9FED5896' id: MiniTileWhiteCornerSw decals: - 5184: 27,-11 - 5185: 26,-9 - 5186: 25,-7 - 5187: 24,-6 - 5188: 23,-5 - 5189: 22,-4 - 5190: 20,-3 - 5191: 18,-2 - 5558: 85,-43 - 5573: 93,-43 - 5574: 100,-43 - 5575: 100,-25 - 5576: 93,-25 - 5577: 85,-25 - 5697: 62,-30 - 5902: -30,-72 - 7800: 11,-1 + 5164: 27,-11 + 5165: 26,-9 + 5166: 25,-7 + 5167: 24,-6 + 5168: 23,-5 + 5169: 22,-4 + 5170: 20,-3 + 5171: 18,-2 + 5538: 85,-43 + 5553: 93,-43 + 5554: 100,-43 + 5555: 100,-25 + 5556: 93,-25 + 5557: 85,-25 + 5677: 62,-30 + 5882: -30,-72 + 7770: 11,-1 - node: zIndex: -1 color: '#A4610696' id: MiniTileWhiteCornerSw decals: - 6551: 24,-41 + 6531: 24,-41 - node: color: '#A4610696' id: MiniTileWhiteCornerSw decals: - 4167: 5,-104 - 4220: -3,-92 - 4225: 2,-94 - 5320: 25,-34 - 6330: 8,-64 - 6347: -3,-61 - 6860: -1,-73 + 4147: 5,-104 + 4200: -3,-92 + 4205: 2,-94 + 5300: 25,-34 + 6310: 8,-64 + 6327: -3,-61 + 6833: -1,-73 - node: color: '#D381C996' id: MiniTileWhiteCornerSw decals: - 2619: -56,-67 - 2647: -66,-67 - 2704: -51,-86 - 6730: -69,-79 - 8366: 10,-38 - 8369: 8,-37 - 8378: 7,-31 + 2599: -56,-67 + 2627: -66,-67 + 2684: -51,-86 + 6703: -69,-79 + 8336: 10,-38 + 8339: 8,-37 + 8348: 7,-31 - node: color: '#DE3A3A96' id: MiniTileWhiteCornerSw decals: - 2827: 55,3 - 2832: 61,-7 - 3070: 42,-11 - 3145: 71,-10 - 3279: 68,-15 - 3293: 42,-17 - 3301: 47,-16 - 3554: 72,-30 - 3827: -48,-53 - 3830: -50,-51 - 4963: 46,-7 - 6258: -69,-40 - 6270: 66,-37 - 6503: -5,-85 - 6520: -9,-1 - 6571: 58,10 - 6626: 48,13 - 6650: -54,11 - 7376: 58,3 - 8650: -47,-35 - 8702: 40,-6 - 9030: 52,-7 + 2807: 55,3 + 2812: 61,-7 + 3050: 42,-11 + 3125: 71,-10 + 3259: 68,-15 + 3273: 42,-17 + 3281: 47,-16 + 3534: 72,-30 + 3807: -48,-53 + 3810: -50,-51 + 4943: 46,-7 + 6238: -69,-40 + 6250: 66,-37 + 6483: -5,-85 + 6500: -9,-1 + 6551: 58,10 + 6606: 48,13 + 6630: -54,11 + 7346: 58,3 + 8620: -47,-35 + 8672: 40,-6 + 8971: 52,-7 - node: zIndex: -1 color: '#EFB34196' id: MiniTileWhiteCornerSw decals: - 7350: 42,-67 + 7320: 42,-67 - node: color: '#EFB34196' id: MiniTileWhiteCornerSw decals: - 1568: 47,-49 - 1579: 43,-61 - 1612: 42,-55 - 1693: 59,-71 - 1855: 61,-63 - 1959: 48,-85 - 2495: 47,-52 + 1562: 47,-49 + 1573: 43,-61 + 1606: 42,-55 + 1687: 59,-71 + 1849: 61,-63 + 1944: 48,-85 + 2475: 47,-52 - node: color: '#334E6DC8' id: MiniTileWhiteEndN decals: - 7284: 98,-83 + 7254: 98,-83 - node: color: '#334E6DC8' id: MiniTileWhiteEndS decals: - 7282: 98,-85 + 7252: 98,-85 - node: color: '#EFB34196' id: MiniTileWhiteEndS decals: - 5452: 35,-41 - 5453: 41,-41 + 5432: 35,-41 + 5433: 41,-41 - node: color: '#DE3A3A96' id: MiniTileWhiteEndW decals: - 8689: 45,-2 + 8659: 45,-2 - node: angle: -0.017453292519943295 rad color: '#334E6DC8' id: MiniTileWhiteInnerNe decals: - 5307: 1,4 + 5287: 1,4 - node: color: '#334E6DC8' id: MiniTileWhiteInnerNe decals: - 7812: 13,1 + 7782: 13,1 - node: color: '#4B709CFF' id: MiniTileWhiteInnerNe decals: - 7689: 6,21 + 7659: 6,21 - node: color: '#52B4E996' id: MiniTileWhiteInnerNe decals: - 2289: -41,-37 - 2321: -41,-26 - 2322: -42,-15 - 3133: 72,-2 - 7855: -49,-37 + 2269: -41,-37 + 2301: -41,-26 + 2302: -42,-15 + 3113: 72,-2 + 7825: -49,-37 - node: color: '#52B4E9CC' id: MiniTileWhiteInnerNe decals: - 7820: -13,-1 + 7790: -13,-1 - node: color: '#9FED5896' id: MiniTileWhiteInnerNe decals: - 5126: 28,-8 - 5130: 27,-5 - 5140: 24,-3 - 5144: 22,-2 - 5145: 20,-1 - 5555: 83,-40 - 5636: 89,-40 - 5637: 89,-22 - 5638: 96,-22 - 5844: -10,-75 - 5915: -21,-71 - 5916: -20,-72 - 5947: -30,-54 - 5948: -31,-53 - 7656: -63,-51 - 7746: -28,-70 + 5106: 28,-8 + 5110: 27,-5 + 5120: 24,-3 + 5124: 22,-2 + 5125: 20,-1 + 5535: 83,-40 + 5616: 89,-40 + 5617: 89,-22 + 5618: 96,-22 + 5824: -10,-75 + 5895: -21,-71 + 5896: -20,-72 + 5927: -30,-54 + 5928: -31,-53 + 7626: -63,-51 + 7716: -28,-70 - node: color: '#9FED58CC' id: MiniTileWhiteInnerNe decals: - 7813: 11,-1 + 7783: 11,-1 - node: zIndex: -1 color: '#A4610696' id: MiniTileWhiteInnerNe decals: - 6342: 2,-57 + 6322: 2,-57 - node: color: '#A4610696' id: MiniTileWhiteInnerNe decals: - 4187: 15,-103 - 4231: 1,-87 + 4167: 15,-103 + 4211: 1,-87 - node: color: '#A46106CC' id: MiniTileWhiteInnerNe decals: - 7757: 1,-77 - 7781: 25,-72 - 7796: 31,-34 + 7727: 1,-77 + 7751: 25,-72 + 7766: 31,-34 - node: color: '#D381C996' id: MiniTileWhiteInnerNe decals: - 2604: -43,-58 - 2687: -43,-77 + 2584: -43,-58 + 2667: -43,-77 - node: color: '#D381C9CC' id: MiniTileWhiteInnerNe decals: - 7719: -33,-45 - 7739: -28,-72 - 7755: -3,-77 + 7689: -33,-45 + 7709: -28,-72 + 7725: -3,-77 - node: color: '#DE3A3A96' id: MiniTileWhiteInnerNe decals: - 2806: 44,-9 - 3113: 79,-4 - 3574: 73,-29 - 5386: 45,-32 - 5388: 30,-32 + 2786: 44,-9 + 3093: 79,-4 + 3554: 73,-29 + 5366: 45,-32 + 5368: 30,-32 - node: color: '#EFB34196' id: MiniTileWhiteInnerNe decals: - 1617: 45,-54 - 1704: 51,-69 + 1611: 45,-54 + 1698: 51,-69 + 9058: 37,-84 - node: color: '#FFFFFFFF' id: MiniTileWhiteInnerNe decals: - 3735: -43,-16 + 3715: -43,-16 - node: angle: -0.017453292519943295 rad color: '#334E6DC8' id: MiniTileWhiteInnerNw decals: - 5306: -1,4 + 5286: -1,4 - node: color: '#334E6DC8' id: MiniTileWhiteInnerNw decals: - 5090: -12,3 - 5098: -14,1 - 6280: 71,-39 + 5070: -12,3 + 5078: -14,1 + 6260: 71,-39 - node: color: '#4B709CFF' id: MiniTileWhiteInnerNw decals: - 7680: -6,21 + 7650: -6,21 - node: color: '#52B4E996' id: MiniTileWhiteInnerNw decals: - 2371: -43,-28 - 2372: -44,-16 - 3132: 73,-2 - 3269: 55,-25 - 6098: -30,-32 - 7725: -33,-43 - 8638: -43,-37 + 2351: -43,-28 + 2352: -44,-16 + 3112: 73,-2 + 3249: 55,-25 + 6078: -30,-32 + 7695: -33,-43 + 8608: -43,-37 - node: angle: -0.017453292519943295 rad color: '#9FED5896' id: MiniTileWhiteInnerNw decals: - 5319: -29,-10 + 5299: -29,-10 - node: color: '#9FED5896' id: MiniTileWhiteInnerNw decals: - 5258: -24,-3 - 5261: -22,-2 - 5263: -27,-5 - 5264: -28,-8 - 5556: 85,-40 - 5614: 93,-40 - 5615: 100,-40 - 5616: 85,-22 - 5617: 93,-22 - 5618: 100,-22 - 5800: 20,-72 - 5801: 21,-71 - 5848: 10,-75 - 7655: -62,-51 - 7772: 28,-70 + 5238: -24,-3 + 5241: -22,-2 + 5243: -27,-5 + 5244: -28,-8 + 5536: 85,-40 + 5594: 93,-40 + 5595: 100,-40 + 5596: 85,-22 + 5597: 93,-22 + 5598: 100,-22 + 5780: 20,-72 + 5781: 21,-71 + 5828: 10,-75 + 7625: -62,-51 + 7742: 28,-70 - node: color: '#9FED58CC' id: MiniTileWhiteInnerNw decals: - 7817: -11,-1 + 7787: -11,-1 - node: color: '#A4610696' id: MiniTileWhiteInnerNw decals: - 4230: -1,-90 - 5323: 28,-32 - 5745: 31,-54 + 4210: -1,-90 + 5303: 28,-32 + 5725: 31,-54 - node: color: '#A46106CC' id: MiniTileWhiteInnerNw decals: - 7738: -26,-72 - 7756: -1,-77 + 7708: -26,-72 + 7726: -1,-77 - node: color: '#A46106CD' id: MiniTileWhiteInnerNw decals: - 7716: -31,-45 + 7686: -31,-45 - node: color: '#D381C996' id: MiniTileWhiteInnerNw decals: - 6744: -66,-72 + 6717: -66,-72 - node: color: '#D381C9CC' id: MiniTileWhiteInnerNw decals: - 7734: -28,-12 + 7704: -28,-12 - node: color: '#DE3A3A96' id: MiniTileWhiteInnerNw decals: - 2968: 55,-2 - 3115: 76,-9 - 3206: 67,-9 - 3282: 71,-13 - 3571: 76,-29 - 5387: 43,-32 - 6157: 81,-32 + 2948: 55,-2 + 3095: 76,-9 + 3186: 67,-9 + 3262: 71,-13 + 3551: 76,-29 + 5367: 43,-32 + 6137: 81,-32 - node: color: '#DE3A3ACC' id: MiniTileWhiteInnerNw decals: - 7816: 13,-1 + 7786: 13,-1 - node: color: '#EFB34196' id: MiniTileWhiteInnerNw decals: - 1591: 48,-57 - 1618: 43,-54 - 1703: 50,-69 - 1726: 48,-78 - 1961: 52,-82 - 5477: 43,-47 + 1585: 48,-57 + 1612: 43,-54 + 1697: 50,-69 + 1720: 48,-78 + 1946: 52,-82 + 5457: 43,-47 + 9055: 43,-84 - node: color: '#EFB341CC' id: MiniTileWhiteInnerNw decals: - 7752: 3,-77 - 7779: 27,-72 - 7795: 33,-34 + 7722: 3,-77 + 7749: 27,-72 + 7765: 33,-34 - node: color: '#FFFFFFFF' id: MiniTileWhiteInnerNw decals: - 3733: -42,-29 - 3734: -43,-16 + 3713: -42,-29 + 3714: -43,-16 - node: color: '#334E6DC8' id: MiniTileWhiteInnerSe decals: - 7814: 11,1 + 7784: 11,1 - node: color: '#334E6DCC' id: MiniTileWhiteInnerSe decals: - 7797: 31,-32 + 7767: 31,-32 - node: color: '#4B709CFF' id: MiniTileWhiteInnerSe decals: - 7677: -7,23 - 7687: 6,23 + 7647: -7,23 + 7657: 6,23 - node: color: '#52B4E996' id: MiniTileWhiteInnerSe decals: - 3134: 72,-1 - 6838: -41,-27 + 3114: 72,-1 + 6811: -41,-27 - node: color: '#52B4E9CC' id: MiniTileWhiteInnerSe decals: - 7718: -33,-43 - 7740: -28,-70 - 7754: -3,-75 + 7688: -33,-43 + 7710: -28,-70 + 7724: -3,-75 - node: zIndex: -1 color: '#9FED5896' id: MiniTileWhiteInnerSe decals: - 6011: -30,-34 - 6012: -31,-35 + 5991: -30,-34 + 5992: -31,-35 - node: color: '#9FED5896' id: MiniTileWhiteInnerSe decals: - 5240: -18,-1 - 5241: -20,-2 - 5242: -22,-3 - 5243: -23,-4 - 5244: -24,-5 - 5245: -25,-6 - 5246: -26,-7 - 5247: -27,-9 - 5248: -28,-11 - 5296: 3,3 - 5563: 83,-24 - 5622: 89,-24 - 5623: 96,-24 - 5624: 96,-42 - 5625: 89,-42 - 5714: 45,-34 - 5741: 30,-56 - 5796: 29,-70 - 5797: 23,-72 - 7658: -63,-47 + 5220: -18,-1 + 5221: -20,-2 + 5222: -22,-3 + 5223: -23,-4 + 5224: -24,-5 + 5225: -25,-6 + 5226: -26,-7 + 5227: -27,-9 + 5228: -28,-11 + 5276: 3,3 + 5543: 83,-24 + 5602: 89,-24 + 5603: 96,-24 + 5604: 96,-42 + 5605: 89,-42 + 5694: 45,-34 + 5721: 30,-56 + 5776: 29,-70 + 5777: 23,-72 + 7628: -63,-47 - node: color: '#9FED58CC' id: MiniTileWhiteInnerSe decals: - 7735: -30,-10 - 7819: -13,1 + 7705: -30,-10 + 7789: -13,1 - node: color: '#A4610696' id: MiniTileWhiteInnerSe decals: - 4188: 15,-95 - 5824: 12,-74 - 6357: 2,-58 - 7766: 1,-77 + 4168: 15,-95 + 5804: 12,-74 + 6337: 2,-58 + 7736: 1,-77 - node: color: '#D381C996' id: MiniTileWhiteInnerSe decals: - 2603: -43,-60 - 3865: -51,-57 - 6004: -43,-45 - 6745: -65,-75 + 2583: -43,-60 + 3845: -51,-57 + 5984: -43,-45 + 6718: -65,-75 - node: color: '#D381C9CC' id: MiniTileWhiteInnerSe decals: - 7782: 25,-70 + 7752: 25,-70 - node: color: '#DE3A3A96' id: MiniTileWhiteInnerSe decals: - 3081: 53,-11 - 3573: 73,-28 - 5284: -11,3 + 3061: 53,-11 + 3553: 73,-28 + 5264: -11,3 - node: color: '#EFB34196' id: MiniTileWhiteInnerSe decals: - 1727: 50,-70 - 1905: 46,-80 - 5454: 35,-40 - 7784: 33,-34 + 1721: 50,-70 + 1899: 46,-80 + 5434: 35,-40 + 7754: 33,-34 + 9057: 37,-83 - node: color: '#334E6DC8' id: MiniTileWhiteInnerSw decals: - 3595: 15,6 - 6279: 71,-39 - 7818: -11,1 + 3575: 15,6 + 6259: 71,-39 + 7788: -11,1 - node: color: '#334E6DCC' id: MiniTileWhiteInnerSw decals: - 7717: -31,-43 - 7737: -28,-10 + 7687: -31,-43 + 7707: -28,-10 - node: color: '#4B709CFF' id: MiniTileWhiteInnerSw decals: - 7678: -6,23 - 7690: 7,23 + 7648: -6,23 + 7660: 7,23 - node: color: '#52B4E996' id: MiniTileWhiteInnerSw decals: - 2370: -43,-30 - 3135: 73,-1 - 3761: -43,-17 - 7715: -50,-11 + 2350: -43,-30 + 3115: 73,-1 + 3741: -43,-17 + 7685: -50,-11 - node: color: '#9FED5896' id: MiniTileWhiteInnerSw decals: - 5194: 28,-11 - 5195: 27,-9 - 5196: 26,-7 - 5197: 25,-6 - 5198: 24,-5 - 5199: 23,-4 - 5200: 22,-3 - 5201: 20,-2 - 5206: 18,-1 - 5295: 11,3 - 5557: 85,-42 - 5619: 100,-24 - 5620: 93,-24 - 5621: 85,-24 - 5626: 93,-42 - 5627: 100,-42 - 5862: -12,-74 - 7657: -62,-47 - 7747: -26,-72 + 5174: 28,-11 + 5175: 27,-9 + 5176: 26,-7 + 5177: 25,-6 + 5178: 24,-5 + 5179: 23,-4 + 5180: 22,-3 + 5181: 20,-2 + 5186: 18,-1 + 5275: 11,3 + 5537: 85,-42 + 5599: 100,-24 + 5600: 93,-24 + 5601: 85,-24 + 5606: 93,-42 + 5607: 100,-42 + 5842: -12,-74 + 7627: -62,-47 + 7717: -26,-72 - node: color: '#9FED58CC' id: MiniTileWhiteInnerSw decals: - 7815: 13,1 + 7785: 13,1 - node: color: '#A4610696' id: MiniTileWhiteInnerSw decals: - 4228: 5,-94 - 4229: 2,-92 - 6337: 8,-58 - 7783: 31,-34 + 4208: 5,-94 + 4209: 2,-92 + 6317: 8,-58 + 7753: 31,-34 - node: color: '#D381C996' id: MiniTileWhiteInnerSw decals: - 5996: -30,-56 - 7724: -33,-45 - 8381: 8,-31 - 8382: 9,-33 + 5976: -30,-56 + 7694: -33,-45 + 8351: 8,-31 + 8352: 9,-33 - node: color: '#DE3A3A96' id: MiniTileWhiteInnerSw decals: - 2792: 51,-11 - 3065: 42,-6 - 3572: 76,-28 - 3837: -48,-51 - 5283: -3,3 - 6031: -45,-45 - 6632: 55,13 - 7767: -1,-77 - 8690: 46,-2 + 2772: 51,-11 + 3045: 42,-6 + 3552: 76,-28 + 3817: -48,-51 + 5263: -3,3 + 6011: -45,-45 + 6612: 55,13 + 7737: -1,-77 + 8660: 46,-2 - node: color: '#DE3A3ACC' id: MiniTileWhiteInnerSw decals: - 7753: 3,-75 - 7780: 27,-70 - 7794: 33,-32 + 7723: 3,-75 + 7750: 27,-70 + 7764: 33,-32 - node: color: '#EFB34196' id: MiniTileWhiteInnerSw decals: - 1694: 59,-70 - 1728: 48,-70 - 2497: 48,-52 - 5422: 43,-34 - 5455: 41,-40 + 1688: 59,-70 + 1722: 48,-70 + 2477: 48,-52 + 5402: 43,-34 + 5435: 41,-40 + 9056: 43,-83 - node: color: '#EFB341CC' id: MiniTileWhiteInnerSw decals: - 7751: -26,-70 + 7721: -26,-70 - node: color: '#FFFFFFFF' id: MiniTileWhiteInnerSw decals: - 3732: -42,-29 - 3736: -42,-16 + 3712: -42,-29 + 3716: -42,-16 - node: angle: -0.017453292519943295 rad color: '#334E6DC8' id: MiniTileWhiteLineE decals: - 5304: 1,5 + 5284: 1,5 - node: color: '#334E6DC8' id: MiniTileWhiteLineE decals: - 3581: 17,8 - 3582: 17,7 - 3583: 17,5 - 3584: 17,4 - 3585: 17,3 - 5042: 1,6 - 5043: 1,7 - 5044: 1,10 - 5045: 1,11 - 5046: 1,12 - 5047: 1,13 - 5048: 1,15 - 5049: 1,17 - 5100: 13,3 - 5101: 13,2 - 6532: 19,20 - 7257: 99,-67 - 7258: 99,-69 - 7259: 99,-70 - 7260: 99,-71 - 7261: 99,-73 - 7285: 98,-84 - 7286: 100,-76 - 7325: 95,-73 - 7326: 95,-71 - 7327: 95,-70 - 7328: 95,-69 - 7329: 95,-67 + 3561: 17,8 + 3562: 17,7 + 3563: 17,5 + 3564: 17,4 + 3565: 17,3 + 5022: 1,6 + 5023: 1,7 + 5024: 1,10 + 5025: 1,11 + 5026: 1,12 + 5027: 1,13 + 5028: 1,15 + 5029: 1,17 + 5080: 13,3 + 5081: 13,2 + 6512: 19,20 + 7227: 99,-67 + 7228: 99,-69 + 7229: 99,-70 + 7230: 99,-71 + 7231: 99,-73 + 7255: 98,-84 + 7256: 100,-76 + 7295: 95,-73 + 7296: 95,-71 + 7297: 95,-70 + 7298: 95,-69 + 7299: 95,-67 - node: color: '#4B709CFF' id: MiniTileWhiteLineE decals: - 7688: 6,22 + 7658: 6,22 - node: color: '#52B4E996' id: MiniTileWhiteLineE decals: - 2273: -41,-33 - 2274: -41,-35 - 2275: -41,-36 - 2290: -41,-25 - 2291: -41,-24 - 2292: -41,-22 - 2293: -41,-20 - 2294: -41,-19 - 2295: -41,-17 - 2296: -42,-14 - 2297: -42,-13 - 2298: -42,-12 - 2299: -42,-11 - 2300: -42,-10 - 2301: -42,-8 - 2302: -42,-7 - 2303: -42,-6 - 2304: -42,-5 - 2305: -42,-3 - 2306: -42,-2 - 2367: -41,-31 - 2368: -41,-30 - 2369: -41,-29 - 2441: -48,-20 - 2442: -48,-21 - 2443: -48,-22 - 2444: -48,-23 - 2445: -48,-24 - 2446: -48,-25 - 2471: -52,-25 - 2489: -35,-32 - 2490: -35,-31 - 2493: -41,-34 - 3122: 74,-1 - 3123: 74,-2 - 3748: -49,-34 - 3762: -52,-15 - 3768: -52,-19 - 3769: -52,-20 - 3770: -52,-21 - 3803: -35,-21 - 3804: -35,-22 - 3805: -35,-23 - 3811: -47,-40 - 6705: -35,-34 - 6706: -35,-33 - 6827: -35,-30 - 6837: -41,-28 - 7705: -46,-13 - 7706: -46,-12 - 7707: -46,-11 - 7708: -46,-10 - 7822: -49,-35 - 7847: -49,-33 - 7848: -49,-36 - 8740: -50,-10 - 8741: -50,-11 - 8742: -50,-12 - 8767: -54,-39 - 8768: -54,-38 - 8770: -50,-41 - 8798: -54,-34 - 8799: -54,-35 - 8803: -54,-37 + 2253: -41,-33 + 2254: -41,-35 + 2255: -41,-36 + 2270: -41,-25 + 2271: -41,-24 + 2272: -41,-22 + 2273: -41,-20 + 2274: -41,-19 + 2275: -41,-17 + 2276: -42,-14 + 2277: -42,-13 + 2278: -42,-12 + 2279: -42,-11 + 2280: -42,-10 + 2281: -42,-8 + 2282: -42,-7 + 2283: -42,-6 + 2284: -42,-5 + 2285: -42,-3 + 2286: -42,-2 + 2347: -41,-31 + 2348: -41,-30 + 2349: -41,-29 + 2421: -48,-20 + 2422: -48,-21 + 2423: -48,-22 + 2424: -48,-23 + 2425: -48,-24 + 2426: -48,-25 + 2451: -52,-25 + 2469: -35,-32 + 2470: -35,-31 + 2473: -41,-34 + 3102: 74,-1 + 3103: 74,-2 + 3728: -49,-34 + 3742: -52,-15 + 3748: -52,-19 + 3749: -52,-20 + 3750: -52,-21 + 3783: -35,-21 + 3784: -35,-22 + 3785: -35,-23 + 3791: -47,-40 + 6678: -35,-34 + 6679: -35,-33 + 6800: -35,-30 + 6810: -41,-28 + 7675: -46,-13 + 7676: -46,-12 + 7677: -46,-11 + 7678: -46,-10 + 7792: -49,-35 + 7817: -49,-33 + 7818: -49,-36 + 8710: -50,-10 + 8711: -50,-11 + 8712: -50,-12 + 8737: -54,-39 + 8738: -54,-38 + 8740: -50,-41 + 8768: -54,-34 + 8769: -54,-35 + 8773: -54,-37 - node: color: '#52DDE993' id: MiniTileWhiteLineE decals: - 1758: 46,-86 - 5473: 33,-51 - 5474: 33,-52 - 5475: 33,-53 - 5476: 33,-54 + 1752: 46,-86 + 5453: 33,-51 + 5454: 33,-52 + 5455: 33,-53 + 5456: 33,-54 - node: angle: -0.017453292519943295 rad color: '#9FED5896' id: MiniTileWhiteLineE decals: - 5309: 30,-13 - 5310: 30,-31 - 5312: 30,-27 - 5313: 30,-28 - 5314: 30,-29 - 5315: 30,-30 - 5316: -28,-13 + 5289: 30,-13 + 5290: 30,-31 + 5292: 30,-27 + 5293: 30,-28 + 5294: 30,-29 + 5295: 30,-30 + 5296: -28,-13 - node: zIndex: -1 color: '#9FED5896' id: MiniTileWhiteLineE decals: - 5290: 3,2 - 5513: 83,-25 - 5514: 83,-30 - 5515: 83,-36 - 5517: 83,-37 - 5518: 83,-38 - 5921: -28,-67 - 6008: -28,-57 - 6009: -31,-47 - 6010: -31,-41 - 6013: -28,-31 + 5270: 3,2 + 5493: 83,-25 + 5494: 83,-30 + 5495: 83,-36 + 5497: 83,-37 + 5498: 83,-38 + 5901: -28,-67 + 5988: -28,-57 + 5989: -31,-47 + 5990: -31,-41 + 5993: -28,-31 - node: color: '#9FED5896' id: MiniTileWhiteLineE decals: - 5108: 30,-26 - 5109: 30,-25 - 5110: 30,-24 - 5111: 30,-23 - 5112: 30,-22 - 5113: 30,-21 - 5114: 30,-19 - 5115: 30,-20 - 5116: 30,-18 - 5117: 30,-17 - 5118: 30,-16 - 5119: 30,-15 - 5120: 30,-12 - 5121: 30,-11 - 5127: 28,-7 - 5128: 28,-6 - 5129: 27,-4 - 5138: 29,-9 - 5146: 20,0 - 5239: -27,-10 - 5249: -26,-8 - 5287: 3,-1 - 5288: 3,0 - 5289: 3,1 - 5545: 83,-29 - 5546: 83,-28 - 5547: 83,-27 - 5548: 83,-26 - 5549: 83,-31 - 5550: 83,-32 - 5551: 83,-33 - 5552: 83,-34 - 5553: 83,-35 - 5554: 83,-39 - 5634: 102,-42 - 5635: 102,-40 - 5681: 70,-29 - 5682: 70,-28 - 5683: 70,-27 - 5684: 70,-26 - 5707: 45,-44 - 5708: 45,-43 - 5709: 45,-42 - 5710: 45,-41 - 5711: 45,-38 - 5712: 45,-36 - 5713: 45,-35 - 5715: 45,-37 - 5729: 30,-67 - 5730: 30,-66 - 5731: 30,-65 - 5732: 30,-64 - 5733: 30,-61 - 5734: 30,-60 - 5735: 30,-59 - 5736: 30,-58 - 5737: 30,-57 - 5761: 30,-68 - 5762: 30,-69 - 5764: 29,-71 - 5798: 23,-73 - 5842: -10,-73 - 5843: -10,-74 - 5896: -28,-69 - 5897: -28,-68 - 5928: -28,-66 - 5929: -28,-65 - 5930: -28,-64 - 5931: -28,-63 - 5932: -28,-62 - 5933: -28,-61 - 5934: -28,-60 - 5935: -28,-59 - 5936: -28,-58 - 5937: -28,-56 - 5938: -28,-55 - 5942: -31,-52 - 5943: -31,-51 - 5944: -31,-50 - 5945: -31,-49 - 5946: -31,-48 - 5949: -28,-14 - 5950: -28,-15 - 5951: -28,-16 - 5952: -28,-17 - 5953: -28,-18 - 5954: -28,-19 - 5955: -28,-20 - 5956: -28,-21 - 5957: -28,-22 - 5958: -28,-23 - 5959: -28,-24 - 5960: -28,-25 - 5961: -28,-26 - 5962: -28,-27 - 5963: -28,-28 - 5964: -28,-29 - 5965: -28,-30 - 5966: -28,-32 - 5967: -28,-33 - 5971: -31,-36 - 5972: -31,-37 - 5973: -31,-38 - 5974: -31,-39 - 5975: -31,-40 - 5976: -31,-42 - 5977: -31,-46 - 6117: -71,-42 - 6118: -71,-41 - 6119: -71,-40 - 6120: -71,-39 - 6121: -71,-38 - 6122: -71,-37 - 7649: -63,-49 - 7650: -63,-48 - 7651: -63,-50 - 7726: -31,-43 - 7727: -31,-45 - 7728: -31,-44 - 7731: -28,-12 + 5088: 30,-26 + 5089: 30,-25 + 5090: 30,-24 + 5091: 30,-23 + 5092: 30,-22 + 5093: 30,-21 + 5094: 30,-19 + 5095: 30,-20 + 5096: 30,-18 + 5097: 30,-17 + 5098: 30,-16 + 5099: 30,-15 + 5100: 30,-12 + 5101: 30,-11 + 5107: 28,-7 + 5108: 28,-6 + 5109: 27,-4 + 5118: 29,-9 + 5126: 20,0 + 5219: -27,-10 + 5229: -26,-8 + 5267: 3,-1 + 5268: 3,0 + 5269: 3,1 + 5525: 83,-29 + 5526: 83,-28 + 5527: 83,-27 + 5528: 83,-26 + 5529: 83,-31 + 5530: 83,-32 + 5531: 83,-33 + 5532: 83,-34 + 5533: 83,-35 + 5534: 83,-39 + 5614: 102,-42 + 5615: 102,-40 + 5661: 70,-29 + 5662: 70,-28 + 5663: 70,-27 + 5664: 70,-26 + 5687: 45,-44 + 5688: 45,-43 + 5689: 45,-42 + 5690: 45,-41 + 5691: 45,-38 + 5692: 45,-36 + 5693: 45,-35 + 5695: 45,-37 + 5709: 30,-67 + 5710: 30,-66 + 5711: 30,-65 + 5712: 30,-64 + 5713: 30,-61 + 5714: 30,-60 + 5715: 30,-59 + 5716: 30,-58 + 5717: 30,-57 + 5741: 30,-68 + 5742: 30,-69 + 5744: 29,-71 + 5778: 23,-73 + 5822: -10,-73 + 5823: -10,-74 + 5876: -28,-69 + 5877: -28,-68 + 5908: -28,-66 + 5909: -28,-65 + 5910: -28,-64 + 5911: -28,-63 + 5912: -28,-62 + 5913: -28,-61 + 5914: -28,-60 + 5915: -28,-59 + 5916: -28,-58 + 5917: -28,-56 + 5918: -28,-55 + 5922: -31,-52 + 5923: -31,-51 + 5924: -31,-50 + 5925: -31,-49 + 5926: -31,-48 + 5929: -28,-14 + 5930: -28,-15 + 5931: -28,-16 + 5932: -28,-17 + 5933: -28,-18 + 5934: -28,-19 + 5935: -28,-20 + 5936: -28,-21 + 5937: -28,-22 + 5938: -28,-23 + 5939: -28,-24 + 5940: -28,-25 + 5941: -28,-26 + 5942: -28,-27 + 5943: -28,-28 + 5944: -28,-29 + 5945: -28,-30 + 5946: -28,-32 + 5947: -28,-33 + 5951: -31,-36 + 5952: -31,-37 + 5953: -31,-38 + 5954: -31,-39 + 5955: -31,-40 + 5956: -31,-42 + 5957: -31,-46 + 6097: -71,-42 + 6098: -71,-41 + 6099: -71,-40 + 6100: -71,-39 + 6101: -71,-38 + 6102: -71,-37 + 7619: -63,-49 + 7620: -63,-48 + 7621: -63,-50 + 7696: -31,-43 + 7697: -31,-45 + 7698: -31,-44 + 7701: -28,-12 - node: zIndex: -1 color: '#A4610696' id: MiniTileWhiteLineE decals: - 5857: 1,-78 - 6545: 29,-37 - 6546: 29,-39 - 6547: 29,-40 + 5837: 1,-78 + 6525: 29,-37 + 6526: 29,-39 + 6527: 29,-40 - node: color: '#A4610696' id: MiniTileWhiteLineE decals: - 4182: 15,-102 - 4183: 15,-99 - 4184: 15,-101 - 4185: 15,-97 - 4186: 15,-96 - 4191: 17,-94 - 4192: 17,-93 - 4193: 17,-92 - 4194: 17,-91 - 4195: 17,-90 - 4196: 17,-89 - 4197: 17,-88 - 4212: 1,-86 - 4213: 1,-85 - 5807: 12,-75 - 5821: 1,-79 - 5822: 1,-80 - 6324: 10,-58 - 6325: 10,-59 - 6326: 10,-60 - 6327: 10,-62 - 6355: 2,-59 - 6356: 2,-60 + 4162: 15,-102 + 4163: 15,-99 + 4164: 15,-101 + 4165: 15,-97 + 4166: 15,-96 + 4171: 17,-94 + 4172: 17,-93 + 4173: 17,-92 + 4174: 17,-91 + 4175: 17,-90 + 4176: 17,-89 + 4177: 17,-88 + 4192: 1,-86 + 4193: 1,-85 + 5787: 12,-75 + 5801: 1,-79 + 5802: 1,-80 + 6304: 10,-58 + 6305: 10,-59 + 6306: 10,-60 + 6307: 10,-62 + 6335: 2,-59 + 6336: 2,-60 - node: color: '#D381C996' id: MiniTileWhiteLineE decals: - 2540: -43,-54 - 2541: -43,-53 - 2542: -43,-55 - 2543: -43,-56 - 2544: -43,-57 - 2545: -43,-61 - 2546: -43,-62 - 2547: -43,-63 - 2548: -43,-64 - 2549: -43,-66 - 2550: -43,-67 - 2551: -43,-68 - 2552: -43,-69 - 2553: -43,-70 - 2554: -43,-72 - 2555: -43,-73 - 2556: -43,-75 - 2557: -43,-76 - 2558: -42,-78 - 2559: -42,-79 - 2560: -42,-80 - 2561: -42,-81 - 2562: -42,-82 - 2605: -49,-66 - 2709: -47,-85 - 2710: -47,-84 - 2711: -47,-83 - 3849: -51,-58 - 3850: -51,-60 - 3851: -51,-61 - 3852: -51,-62 - 6716: -61,-70 - 6717: -61,-71 - 6718: -61,-72 - 6719: -61,-73 - 6723: -65,-76 - 6724: -65,-77 - 6725: -65,-78 - 8307: -4,-38 - 8309: -6,-36 - 8310: -6,-35 - 8324: -10,-38 - 8325: -10,-37 - 8326: -10,-36 - 8327: -10,-35 - 8328: -10,-34 - 8329: -10,-33 - 8330: -10,-32 - 8331: -10,-40 - 8332: -10,-41 - 8358: 13,-36 - 8359: 13,-37 + 2520: -43,-54 + 2521: -43,-53 + 2522: -43,-55 + 2523: -43,-56 + 2524: -43,-57 + 2525: -43,-61 + 2526: -43,-62 + 2527: -43,-63 + 2528: -43,-64 + 2529: -43,-66 + 2530: -43,-67 + 2531: -43,-68 + 2532: -43,-69 + 2533: -43,-70 + 2534: -43,-72 + 2535: -43,-73 + 2536: -43,-75 + 2537: -43,-76 + 2538: -42,-78 + 2539: -42,-79 + 2540: -42,-80 + 2541: -42,-81 + 2542: -42,-82 + 2585: -49,-66 + 2689: -47,-85 + 2690: -47,-84 + 2691: -47,-83 + 3829: -51,-58 + 3830: -51,-60 + 3831: -51,-61 + 3832: -51,-62 + 6689: -61,-70 + 6690: -61,-71 + 6691: -61,-72 + 6692: -61,-73 + 6696: -65,-76 + 6697: -65,-77 + 6698: -65,-78 + 8277: -4,-38 + 8279: -6,-36 + 8280: -6,-35 + 8294: -10,-38 + 8295: -10,-37 + 8296: -10,-36 + 8297: -10,-35 + 8298: -10,-34 + 8299: -10,-33 + 8300: -10,-32 + 8301: -10,-40 + 8302: -10,-41 + 8328: 13,-36 + 8329: 13,-37 - node: cleanable: True color: '#D381C996' id: MiniTileWhiteLineE decals: - 4945: -43,-47 - 4946: -43,-46 + 4925: -43,-47 + 4926: -43,-46 - node: angle: -0.017453292519943295 rad color: '#DE3A3A96' id: MiniTileWhiteLineE decals: - 5390: 45,-29 - 6604: 56,3 + 5370: 45,-29 + 6584: 56,3 - node: color: '#DE3A3A96' id: MiniTileWhiteLineE decals: - 2751: 53,-22 - 2752: 53,-21 - 2753: 53,-19 - 2754: 53,-20 - 2755: 53,-15 - 2756: 53,-14 - 2757: 53,-13 - 2758: 53,-12 - 2773: 44,-8 - 2774: 44,-7 - 2810: 59,0 - 2811: 59,-1 - 2812: 59,-2 - 2813: 59,-3 - 2814: 59,-4 - 2815: 59,-5 - 2830: 65,-6 - 3083: 62,-10 - 3102: 86,-10 - 3103: 86,-9 - 3104: 86,-7 - 3105: 86,-6 - 3112: 79,-3 - 3195: 69,-3 - 3196: 69,-4 - 3197: 69,-5 - 3198: 69,-7 - 3199: 69,-8 - 3200: 69,-10 - 3201: 69,-11 - 3227: 53,-16 - 3273: 72,-13 - 3274: 72,-14 - 3292: 45,-13 - 3297: 49,-14 - 3298: 49,-15 - 3566: 79,-29 - 3821: -47,-48 - 3822: -47,-49 - 3823: -47,-50 - 3824: -47,-51 - 3825: -47,-52 - 5272: -11,0 - 5273: -11,2 - 5374: 45,-19 - 5375: 45,-20 - 5376: 45,-22 - 5377: 45,-21 - 5378: 45,-23 - 5379: 45,-24 - 5380: 45,-25 - 5381: 45,-26 - 5382: 45,-27 - 5383: 45,-30 - 5384: 45,-31 - 6254: -64,-38 - 6506: -3,-84 - 6507: -3,-83 - 6508: -3,-81 - 6514: -5,1 - 6515: -5,0 - 6574: 60,11 - 6575: 60,12 - 6576: 60,13 - 6588: 60,4 - 6605: 56,4 - 6606: 56,6 - 6607: 56,7 - 6608: 56,8 - 6609: 56,9 - 6610: 56,10 - 6611: 56,12 - 7379: 60,5 - 7380: 60,6 - 7381: 60,7 - 7798: -11,1 - 8655: -45,-33 - 8712: 45,-17 - 9023: 50,-5 - 9024: 50,-4 - 9025: 50,-3 + 2731: 53,-22 + 2732: 53,-21 + 2733: 53,-19 + 2734: 53,-20 + 2735: 53,-15 + 2736: 53,-14 + 2737: 53,-13 + 2738: 53,-12 + 2753: 44,-8 + 2754: 44,-7 + 2790: 59,0 + 2791: 59,-1 + 2792: 59,-2 + 2793: 59,-3 + 2794: 59,-4 + 2795: 59,-5 + 2810: 65,-6 + 3063: 62,-10 + 3082: 86,-10 + 3083: 86,-9 + 3084: 86,-7 + 3085: 86,-6 + 3092: 79,-3 + 3175: 69,-3 + 3176: 69,-4 + 3177: 69,-5 + 3178: 69,-7 + 3179: 69,-8 + 3180: 69,-10 + 3181: 69,-11 + 3207: 53,-16 + 3253: 72,-13 + 3254: 72,-14 + 3272: 45,-13 + 3277: 49,-14 + 3278: 49,-15 + 3546: 79,-29 + 3801: -47,-48 + 3802: -47,-49 + 3803: -47,-50 + 3804: -47,-51 + 3805: -47,-52 + 5252: -11,0 + 5253: -11,2 + 5354: 45,-19 + 5355: 45,-20 + 5356: 45,-22 + 5357: 45,-21 + 5358: 45,-23 + 5359: 45,-24 + 5360: 45,-25 + 5361: 45,-26 + 5362: 45,-27 + 5363: 45,-30 + 5364: 45,-31 + 6234: -64,-38 + 6486: -3,-84 + 6487: -3,-83 + 6488: -3,-81 + 6494: -5,1 + 6495: -5,0 + 6554: 60,11 + 6555: 60,12 + 6556: 60,13 + 6568: 60,4 + 6585: 56,4 + 6586: 56,6 + 6587: 56,7 + 6588: 56,8 + 6589: 56,9 + 6590: 56,10 + 6591: 56,12 + 7349: 60,5 + 7350: 60,6 + 7351: 60,7 + 7768: -11,1 + 8625: -45,-33 + 8682: 45,-17 + 8964: 50,-5 + 8965: 50,-4 + 8966: 50,-3 - node: angle: -0.017453292519943295 rad color: '#EFB34196' id: MiniTileWhiteLineE decals: - 5400: 33,-36 + 5380: 33,-36 - node: zIndex: -1 color: '#EFB34196' id: MiniTileWhiteLineE decals: - 7357: 48,-66 - 7358: 48,-64 + 7327: 48,-66 + 7328: 48,-64 - node: color: '#EFB34196' id: MiniTileWhiteLineE decals: - 1566: 51,-48 - 1580: 53,-60 - 1581: 53,-58 - 1582: 53,-56 - 1583: 53,-55 - 1584: 53,-54 - 1585: 53,-53 - 1586: 53,-52 - 1614: 45,-53 - 1615: 45,-52 - 1691: 61,-70 - 1695: 51,-68 - 1696: 51,-67 - 1697: 51,-63 - 1710: 50,-71 - 1711: 50,-72 - 1712: 50,-73 - 1713: 50,-74 - 1714: 50,-75 - 1715: 50,-76 - 1716: 50,-77 - 1717: 50,-78 - 1718: 50,-79 - 1732: 46,-81 - 1733: 46,-82 - 1734: 46,-83 - 1735: 46,-85 - 1834: 59,-60 - 1947: 55,-80 - 1948: 55,-81 - 1949: 55,-82 - 1950: 55,-83 - 1951: 55,-84 - 2265: 109,-22 - 4957: 60,-56 - 5402: 33,-35 - 5420: 45,-47 - 5421: 45,-46 - 5423: 33,-37 - 5424: 33,-38 - 5425: 33,-39 - 5426: 33,-40 - 5427: 33,-41 - 5428: 33,-42 - 5429: 33,-43 - 5430: 33,-44 - 5431: 33,-45 - 5432: 33,-46 - 5433: 45,-50 - 5446: 41,-37 - 5447: 41,-40 - 5645: 102,-21 - 5646: 102,-22 - 5647: 102,-24 - 5648: 102,-25 + 1560: 51,-48 + 1574: 53,-60 + 1575: 53,-58 + 1576: 53,-56 + 1577: 53,-55 + 1578: 53,-54 + 1579: 53,-53 + 1580: 53,-52 + 1608: 45,-53 + 1609: 45,-52 + 1685: 61,-70 + 1689: 51,-68 + 1690: 51,-67 + 1691: 51,-63 + 1704: 50,-71 + 1705: 50,-72 + 1706: 50,-73 + 1707: 50,-74 + 1708: 50,-75 + 1709: 50,-76 + 1710: 50,-77 + 1711: 50,-78 + 1712: 50,-79 + 1726: 46,-81 + 1727: 46,-82 + 1728: 46,-83 + 1729: 46,-85 + 1828: 59,-60 + 1932: 55,-80 + 1933: 55,-81 + 1934: 55,-82 + 1935: 55,-83 + 1936: 55,-84 + 2245: 109,-22 + 4937: 60,-56 + 5382: 33,-35 + 5400: 45,-47 + 5401: 45,-46 + 5403: 33,-37 + 5404: 33,-38 + 5405: 33,-39 + 5406: 33,-40 + 5407: 33,-41 + 5408: 33,-42 + 5409: 33,-43 + 5410: 33,-44 + 5411: 33,-45 + 5412: 33,-46 + 5413: 45,-50 + 5426: 41,-37 + 5427: 41,-40 + 5625: 102,-21 + 5626: 102,-22 + 5627: 102,-24 + 5628: 102,-25 - node: angle: -0.017453292519943295 rad color: '#334E6DC8' id: MiniTileWhiteLineN decals: - 5301: -15,1 - 5302: 14,1 + 5281: -15,1 + 5282: 14,1 - node: color: '#334E6DC8' id: MiniTileWhiteLineN decals: - 3592: 14,9 - 3593: 15,9 - 3594: 16,9 - 3872: -40,-73 - 5068: 0,17 - 5069: 2,4 - 5070: 3,4 - 5071: 4,4 - 5072: 5,4 - 5073: 6,4 - 5074: 7,4 - 5075: 8,4 - 5076: 9,4 - 5077: 10,4 - 5078: 11,4 - 5079: 12,4 - 5080: -2,4 - 5081: -4,4 - 5082: -5,4 - 5083: -6,4 - 5084: -8,4 - 5085: -9,4 - 5086: -10,4 - 5087: -11,4 - 5089: -13,3 - 5093: -17,1 - 5094: -18,1 - 5095: -19,1 - 5096: -20,1 - 5097: -22,1 - 7292: 98,-75 - 7294: 98,-79 - 7295: 100,-79 - 7296: 101,-79 - 7297: 96,-79 - 7298: 95,-79 - 7364: 14,21 - 7365: 17,21 - 7366: 18,21 - 7367: 15,21 + 3572: 14,9 + 3573: 15,9 + 3574: 16,9 + 3852: -40,-73 + 5048: 0,17 + 5049: 2,4 + 5050: 3,4 + 5051: 4,4 + 5052: 5,4 + 5053: 6,4 + 5054: 7,4 + 5055: 8,4 + 5056: 9,4 + 5057: 10,4 + 5058: 11,4 + 5059: 12,4 + 5060: -2,4 + 5061: -4,4 + 5062: -5,4 + 5063: -6,4 + 5064: -8,4 + 5065: -9,4 + 5066: -10,4 + 5067: -11,4 + 5069: -13,3 + 5073: -17,1 + 5074: -18,1 + 5075: -19,1 + 5076: -20,1 + 5077: -22,1 + 7262: 98,-75 + 7264: 98,-79 + 7265: 100,-79 + 7266: 101,-79 + 7267: 96,-79 + 7268: 95,-79 + 7334: 14,21 + 7335: 17,21 + 7336: 18,21 + 7337: 15,21 - node: color: '#4B709CFF' id: MiniTileWhiteLineN decals: - 7673: -9,21 - 7674: -8,21 - 7675: -7,21 - 7693: 9,21 - 7694: 8,21 - 7695: 7,21 + 7643: -9,21 + 7644: -8,21 + 7645: -7,21 + 7663: 9,21 + 7664: 8,21 + 7665: 7,21 - node: zIndex: -1 color: '#52B4E996' id: MiniTileWhiteLineN decals: - 6015: -35,-43 - 6017: -51,-43 + 5995: -35,-43 + 5997: -51,-43 - node: color: '#52B4E996' id: MiniTileWhiteLineN decals: - 2277: -40,-37 - 2278: -39,-37 - 2279: -38,-37 - 2280: -37,-37 - 2288: -44,-37 - 2319: -40,-26 - 2320: -39,-26 - 2323: -45,-16 - 2324: -46,-16 - 2325: -47,-16 - 2326: -49,-16 - 2327: -50,-16 - 2344: -44,-28 - 2345: -45,-28 - 2346: -46,-28 - 2347: -47,-28 - 2348: -48,-28 - 2349: -50,-28 - 2350: -51,-28 - 2351: -52,-28 - 2352: -54,-28 - 2353: -55,-28 - 2354: -56,-28 - 2355: -57,-28 - 2391: -43,-2 - 2393: -42,-33 - 2422: -45,-25 - 2423: -46,-25 - 2424: -47,-25 - 2425: -45,-23 - 2426: -46,-23 - 2427: -47,-23 - 2428: -45,-21 - 2429: -46,-21 - 2430: -47,-21 - 2431: -45,-25 - 2432: -46,-25 - 2433: -47,-25 - 2434: -45,-23 - 2435: -46,-23 - 2436: -47,-23 - 2437: -45,-21 - 2438: -46,-21 - 2439: -47,-21 - 2455: -49,-19 - 2465: -55,-24 - 3130: 72,0 - 3131: 73,0 - 3271: 56,-23 - 3747: -54,-24 - 3756: -55,-13 - 3776: -55,-18 - 3777: -53,-18 - 3778: -54,-18 - 3799: -38,-20 - 3800: -37,-20 - 3801: -36,-20 - 6068: -34,-43 - 6069: -39,-43 - 6070: -40,-43 - 6071: -41,-43 - 6072: -45,-43 - 6073: -46,-43 - 6074: -48,-43 - 6075: -49,-43 - 6076: -52,-43 - 6077: -53,-43 - 6078: -54,-43 - 6079: -55,-43 - 6080: -56,-43 - 6081: -57,-43 - 6096: -32,-32 - 6097: -31,-32 - 6825: -38,-29 - 7710: -47,-9 - 7711: -48,-9 - 7712: -49,-9 - 7853: -47,-37 - 7854: -48,-37 - 7861: -45,-37 - 8801: -55,-32 - 8802: -56,-32 + 2257: -40,-37 + 2258: -39,-37 + 2259: -38,-37 + 2260: -37,-37 + 2268: -44,-37 + 2299: -40,-26 + 2300: -39,-26 + 2303: -45,-16 + 2304: -46,-16 + 2305: -47,-16 + 2306: -49,-16 + 2307: -50,-16 + 2324: -44,-28 + 2325: -45,-28 + 2326: -46,-28 + 2327: -47,-28 + 2328: -48,-28 + 2329: -50,-28 + 2330: -51,-28 + 2331: -52,-28 + 2332: -54,-28 + 2333: -55,-28 + 2334: -56,-28 + 2335: -57,-28 + 2371: -43,-2 + 2373: -42,-33 + 2402: -45,-25 + 2403: -46,-25 + 2404: -47,-25 + 2405: -45,-23 + 2406: -46,-23 + 2407: -47,-23 + 2408: -45,-21 + 2409: -46,-21 + 2410: -47,-21 + 2411: -45,-25 + 2412: -46,-25 + 2413: -47,-25 + 2414: -45,-23 + 2415: -46,-23 + 2416: -47,-23 + 2417: -45,-21 + 2418: -46,-21 + 2419: -47,-21 + 2435: -49,-19 + 2445: -55,-24 + 3110: 72,0 + 3111: 73,0 + 3251: 56,-23 + 3727: -54,-24 + 3736: -55,-13 + 3756: -55,-18 + 3757: -53,-18 + 3758: -54,-18 + 3779: -38,-20 + 3780: -37,-20 + 3781: -36,-20 + 6048: -34,-43 + 6049: -39,-43 + 6050: -40,-43 + 6051: -41,-43 + 6052: -45,-43 + 6053: -46,-43 + 6054: -48,-43 + 6055: -49,-43 + 6056: -52,-43 + 6057: -53,-43 + 6058: -54,-43 + 6059: -55,-43 + 6060: -56,-43 + 6061: -57,-43 + 6076: -32,-32 + 6077: -31,-32 + 6798: -38,-29 + 7680: -47,-9 + 7681: -48,-9 + 7682: -49,-9 + 7823: -47,-37 + 7824: -48,-37 + 7831: -45,-37 + 8771: -55,-32 + 8772: -56,-32 - node: zIndex: -1 color: '#9FED5896' id: MiniTileWhiteLineN decals: - 5516: 84,-40 - 5525: 61,-32 - 5526: 84,-22 - 5726: 81,-22 - 5804: 14,-72 - 5919: -14,-72 - 6018: -63,-43 + 5496: 84,-40 + 5505: 61,-32 + 5506: 84,-22 + 5706: 81,-22 + 5784: 14,-72 + 5899: -14,-72 + 5998: -63,-43 - node: color: '#9FED5896' id: MiniTileWhiteLineN decals: - 5131: 25,-3 - 5141: 23,-2 - 5143: 21,-1 - 5147: 19,0 - 5251: -29,-8 - 5257: -25,-3 - 5260: -23,-2 - 5531: 62,-32 - 5534: 65,-32 - 5535: 66,-32 - 5536: 67,-32 - 5537: 70,-32 - 5583: 86,-39 - 5584: 87,-39 - 5585: 88,-39 - 5586: 94,-39 - 5587: 95,-39 - 5588: 101,-39 - 5589: 92,-40 - 5590: 90,-40 - 5591: 97,-40 - 5592: 99,-40 - 5593: 86,-21 - 5594: 87,-21 - 5595: 88,-21 - 5596: 90,-22 - 5597: 92,-22 - 5598: 94,-21 - 5599: 95,-21 - 5600: 97,-22 - 5601: 99,-22 - 5602: 101,-21 - 5644: 102,-21 - 5686: 68,-25 - 5687: 67,-25 - 5688: 66,-25 - 5689: 65,-25 - 5690: 64,-25 - 5691: 63,-25 - 5727: 82,-22 - 5728: 83,-22 - 5775: 15,-72 - 5776: 16,-72 - 5777: 17,-72 - 5778: 18,-72 - 5779: 19,-72 - 5780: 22,-70 - 5781: 23,-70 - 5782: 24,-70 - 5783: 26,-70 - 5825: 13,-72 - 5826: 12,-72 - 5827: 11,-72 - 5828: 9,-75 - 5829: 8,-75 - 5830: 5,-75 - 5831: 2,-75 - 5832: -2,-75 - 5833: -5,-75 - 5834: -6,-75 - 5835: -7,-75 - 5836: -9,-75 - 5837: -13,-72 - 5838: -12,-72 - 5839: -11,-72 - 5881: 6,-75 - 5886: -15,-72 - 5887: -16,-72 - 5888: -17,-72 - 5889: -18,-72 - 5890: -19,-72 - 5891: -22,-70 - 5892: -23,-70 - 5893: -24,-70 - 5894: -25,-70 - 5895: -27,-70 - 5941: -29,-54 - 6091: -62,-43 - 6092: -61,-43 - 6093: -60,-43 - 6094: -59,-43 - 6103: -64,-43 - 6104: -65,-43 - 6105: -66,-43 - 6106: -67,-43 - 6107: -68,-43 - 6108: -69,-43 - 6109: -70,-43 - 6124: -73,-36 - 6125: -74,-36 - 6126: -75,-36 - 6127: -76,-36 - 6296: 66,-36 - 6297: 67,-36 - 6298: 68,-36 - 6299: 69,-36 - 6315: 62,-36 - 6316: 63,-36 - 7608: 28,14 - 7609: 29,14 - 7610: 28,6 - 7749: -26,-70 - 7770: 27,-70 - 7771: 25,-70 + 5111: 25,-3 + 5121: 23,-2 + 5123: 21,-1 + 5127: 19,0 + 5231: -29,-8 + 5237: -25,-3 + 5240: -23,-2 + 5511: 62,-32 + 5514: 65,-32 + 5515: 66,-32 + 5516: 67,-32 + 5517: 70,-32 + 5563: 86,-39 + 5564: 87,-39 + 5565: 88,-39 + 5566: 94,-39 + 5567: 95,-39 + 5568: 101,-39 + 5569: 92,-40 + 5570: 90,-40 + 5571: 97,-40 + 5572: 99,-40 + 5573: 86,-21 + 5574: 87,-21 + 5575: 88,-21 + 5576: 90,-22 + 5577: 92,-22 + 5578: 94,-21 + 5579: 95,-21 + 5580: 97,-22 + 5581: 99,-22 + 5582: 101,-21 + 5624: 102,-21 + 5666: 68,-25 + 5667: 67,-25 + 5668: 66,-25 + 5669: 65,-25 + 5670: 64,-25 + 5671: 63,-25 + 5707: 82,-22 + 5708: 83,-22 + 5755: 15,-72 + 5756: 16,-72 + 5757: 17,-72 + 5758: 18,-72 + 5759: 19,-72 + 5760: 22,-70 + 5761: 23,-70 + 5762: 24,-70 + 5763: 26,-70 + 5805: 13,-72 + 5806: 12,-72 + 5807: 11,-72 + 5808: 9,-75 + 5809: 8,-75 + 5810: 5,-75 + 5811: 2,-75 + 5812: -2,-75 + 5813: -5,-75 + 5814: -6,-75 + 5815: -7,-75 + 5816: -9,-75 + 5817: -13,-72 + 5818: -12,-72 + 5819: -11,-72 + 5861: 6,-75 + 5866: -15,-72 + 5867: -16,-72 + 5868: -17,-72 + 5869: -18,-72 + 5870: -19,-72 + 5871: -22,-70 + 5872: -23,-70 + 5873: -24,-70 + 5874: -25,-70 + 5875: -27,-70 + 5921: -29,-54 + 6071: -62,-43 + 6072: -61,-43 + 6073: -60,-43 + 6074: -59,-43 + 6083: -64,-43 + 6084: -65,-43 + 6085: -66,-43 + 6086: -67,-43 + 6087: -68,-43 + 6088: -69,-43 + 6089: -70,-43 + 6104: -73,-36 + 6105: -74,-36 + 6106: -75,-36 + 6107: -76,-36 + 6276: 66,-36 + 6277: 67,-36 + 6278: 68,-36 + 6279: 69,-36 + 6295: 62,-36 + 6296: 63,-36 + 7578: 28,14 + 7579: 29,14 + 7580: 28,6 + 7719: -26,-70 + 7740: 27,-70 + 7741: 25,-70 - node: zIndex: -1 color: '#A4610696' id: MiniTileWhiteLineN decals: - 6343: -2,-56 - 6557: 25,-36 - 6558: 27,-36 - 6559: 28,-36 + 6323: -2,-56 + 6537: 25,-36 + 6538: 27,-36 + 6539: 28,-36 - node: color: '#A4610696' id: MiniTileWhiteLineN decals: - 4181: 16,-103 - 4199: 16,-87 - 4200: 15,-87 - 4201: 14,-87 - 4202: 13,-87 - 4203: 12,-87 - 4204: 11,-87 - 4205: 9,-87 - 4206: 8,-87 - 4207: 7,-87 - 4208: 6,-87 - 4209: 4,-87 - 4210: 3,-87 - 4211: 2,-87 - 4214: 0,-85 - 4217: -2,-90 - 5321: 26,-32 - 5322: 27,-32 - 5743: 29,-54 - 5744: 30,-54 - 6321: 8,-57 - 6322: 7,-57 - 6338: 6,-57 - 6339: 4,-57 - 6340: 3,-57 - 6351: -3,-56 - 6352: 0,-56 - 6353: 1,-56 - 6869: -1,-75 - 6870: 1,-75 + 4161: 16,-103 + 4179: 16,-87 + 4180: 15,-87 + 4181: 14,-87 + 4182: 13,-87 + 4183: 12,-87 + 4184: 11,-87 + 4185: 9,-87 + 4186: 8,-87 + 4187: 7,-87 + 4188: 6,-87 + 4189: 4,-87 + 4190: 3,-87 + 4191: 2,-87 + 4194: 0,-85 + 4197: -2,-90 + 5301: 26,-32 + 5302: 27,-32 + 5723: 29,-54 + 5724: 30,-54 + 6301: 8,-57 + 6302: 7,-57 + 6318: 6,-57 + 6319: 4,-57 + 6320: 3,-57 + 6331: -3,-56 + 6332: 0,-56 + 6333: 1,-56 + 6842: -1,-75 + 6843: 1,-75 - node: color: '#D381C996' id: MiniTileWhiteLineN decals: - 2584: -44,-53 - 2585: -42,-58 - 2586: -41,-58 - 2587: -40,-58 - 2588: -38,-58 - 2589: -37,-58 - 2590: -36,-58 - 2606: -49,-65 - 2607: -50,-65 - 2608: -51,-65 - 2609: -53,-65 - 2610: -54,-65 - 2611: -55,-65 - 2649: -65,-65 - 2650: -64,-65 - 2651: -63,-65 - 2652: -62,-65 - 2699: -48,-81 - 2700: -49,-81 - 2701: -50,-81 - 3841: -53,-55 - 3842: -52,-55 - 3843: -51,-55 - 3844: -49,-55 - 3845: -48,-55 - 6736: -68,-72 - 6737: -67,-72 - 6741: -65,-69 - 6742: -64,-69 - 6743: -62,-69 - 8313: -7,-34 - 8361: 12,-35 - 8362: 11,-35 - 8379: 7,-29 - 8380: 8,-29 + 2564: -44,-53 + 2565: -42,-58 + 2566: -41,-58 + 2567: -40,-58 + 2568: -38,-58 + 2569: -37,-58 + 2570: -36,-58 + 2586: -49,-65 + 2587: -50,-65 + 2588: -51,-65 + 2589: -53,-65 + 2590: -54,-65 + 2591: -55,-65 + 2629: -65,-65 + 2630: -64,-65 + 2631: -63,-65 + 2632: -62,-65 + 2679: -48,-81 + 2680: -49,-81 + 2681: -50,-81 + 3821: -53,-55 + 3822: -52,-55 + 3823: -51,-55 + 3824: -49,-55 + 3825: -48,-55 + 6709: -68,-72 + 6710: -67,-72 + 6714: -65,-69 + 6715: -64,-69 + 6716: -62,-69 + 8283: -7,-34 + 8331: 12,-35 + 8332: 11,-35 + 8349: 7,-29 + 8350: 8,-29 - node: angle: -0.017453292519943295 rad color: '#DE3A3A96' id: MiniTileWhiteLineN decals: - 5391: 47,-32 - 5397: 38,-32 + 5371: 47,-32 + 5377: 38,-32 - node: zIndex: -1 color: '#DE3A3A96' id: MiniTileWhiteLineN decals: - 5528: 80,-32 - 5529: 79,-32 - 5530: 74,-32 + 5508: 80,-32 + 5509: 79,-32 + 5510: 74,-32 - node: color: '#DE3A3A96' id: MiniTileWhiteLineN decals: - 2759: 62,-9 - 2760: 61,-9 - 2761: 59,-9 - 2762: 60,-9 - 2763: 58,-9 - 2764: 57,-9 - 2765: 51,-9 - 2766: 50,-9 - 2767: 49,-9 - 2768: 48,-9 - 2769: 47,-9 - 2770: 46,-9 - 2771: 45,-9 - 2819: 53,-2 - 2823: 57,1 - 2963: 54,-2 - 3044: 52,-9 - 3045: 53,-9 - 3046: 56,-9 - 3107: 84,-4 - 3108: 83,-4 - 3109: 82,-4 - 3110: 81,-4 - 3111: 80,-4 - 3114: 75,-9 - 3146: 71,-9 - 3147: 72,-9 - 3148: 73,-9 - 3205: 66,-9 - 3230: 57,-17 - 3231: 58,-17 - 3232: 59,-17 - 3236: 62,-17 - 3237: 63,-17 - 3238: 64,-17 - 3247: 55,-17 - 3249: 60,-17 - 3281: 70,-13 - 3291: 44,-13 - 3558: 73,-27 - 3559: 74,-27 - 3560: 75,-27 - 3567: 75,-29 - 3568: 74,-29 - 3835: -48,-47 - 3836: -49,-47 - 4966: 48,-2 - 5347: 32,-32 - 5348: 34,-32 - 5349: 35,-32 - 5350: 36,-32 - 5351: 37,-32 - 5352: 39,-32 - 5353: 40,-32 - 5354: 41,-32 - 5355: 42,-32 - 5356: 46,-32 - 5357: 48,-32 - 5358: 49,-32 - 5359: 50,-32 - 5360: 51,-32 - 5361: 52,-32 - 5362: 53,-32 - 5363: 54,-32 - 5364: 55,-32 - 5365: 57,-32 - 5366: 56,-32 - 5367: 58,-32 - 5368: 59,-32 - 5540: 71,-32 - 5541: 72,-32 - 5542: 75,-32 - 5543: 76,-32 - 5544: 78,-32 - 6262: -68,-37 - 6263: -67,-37 - 6264: -66,-37 - 6265: -65,-37 - 6496: -4,-79 - 6523: -8,1 - 6524: -7,1 - 6578: 59,14 - 6589: 59,8 - 6618: 50,14 - 6619: 51,14 - 6620: 52,14 - 6621: 53,14 - 6622: 54,14 - 6623: 55,14 - 6634: 58,1 - 6653: -53,13 - 6654: -52,13 - 6655: -51,13 - 7400: 64,-5 - 7401: 63,-5 - 7402: 62,-5 - 7785: 33,-32 - 7786: 31,-32 - 8665: 47,-2 - 8705: 41,-4 - 9027: 49,-2 + 2739: 62,-9 + 2740: 61,-9 + 2741: 59,-9 + 2742: 60,-9 + 2743: 58,-9 + 2744: 57,-9 + 2745: 51,-9 + 2746: 50,-9 + 2747: 49,-9 + 2748: 48,-9 + 2749: 47,-9 + 2750: 46,-9 + 2751: 45,-9 + 2799: 53,-2 + 2803: 57,1 + 2943: 54,-2 + 3024: 52,-9 + 3025: 53,-9 + 3026: 56,-9 + 3087: 84,-4 + 3088: 83,-4 + 3089: 82,-4 + 3090: 81,-4 + 3091: 80,-4 + 3094: 75,-9 + 3126: 71,-9 + 3127: 72,-9 + 3128: 73,-9 + 3185: 66,-9 + 3210: 57,-17 + 3211: 58,-17 + 3212: 59,-17 + 3216: 62,-17 + 3217: 63,-17 + 3218: 64,-17 + 3227: 55,-17 + 3229: 60,-17 + 3261: 70,-13 + 3271: 44,-13 + 3538: 73,-27 + 3539: 74,-27 + 3540: 75,-27 + 3547: 75,-29 + 3548: 74,-29 + 3815: -48,-47 + 3816: -49,-47 + 4946: 48,-2 + 5327: 32,-32 + 5328: 34,-32 + 5329: 35,-32 + 5330: 36,-32 + 5331: 37,-32 + 5332: 39,-32 + 5333: 40,-32 + 5334: 41,-32 + 5335: 42,-32 + 5336: 46,-32 + 5337: 48,-32 + 5338: 49,-32 + 5339: 50,-32 + 5340: 51,-32 + 5341: 52,-32 + 5342: 53,-32 + 5343: 54,-32 + 5344: 55,-32 + 5345: 57,-32 + 5346: 56,-32 + 5347: 58,-32 + 5348: 59,-32 + 5520: 71,-32 + 5521: 72,-32 + 5522: 75,-32 + 5523: 76,-32 + 5524: 78,-32 + 6242: -68,-37 + 6243: -67,-37 + 6244: -66,-37 + 6245: -65,-37 + 6476: -4,-79 + 6503: -8,1 + 6504: -7,1 + 6558: 59,14 + 6569: 59,8 + 6598: 50,14 + 6599: 51,14 + 6600: 52,14 + 6601: 53,14 + 6602: 54,14 + 6603: 55,14 + 6614: 58,1 + 6633: -53,13 + 6634: -52,13 + 6635: -51,13 + 7370: 64,-5 + 7371: 63,-5 + 7372: 62,-5 + 7755: 33,-32 + 7756: 31,-32 + 8635: 47,-2 + 8675: 41,-4 + 8968: 49,-2 - node: zIndex: -1 color: '#EFB34196' id: MiniTileWhiteLineN decals: - 5721: 106,-21 - 5722: 105,-21 - 7341: 47,-63 - 7342: 46,-63 - 7343: 45,-63 - 7344: 44,-63 - 7345: 43,-63 + 5701: 106,-21 + 5702: 105,-21 + 7311: 47,-63 + 7312: 46,-63 + 7313: 45,-63 + 7314: 44,-63 + 7315: 43,-63 - node: color: '#EFB34196' id: MiniTileWhiteLineN decals: - 1563: 48,-47 - 1564: 49,-47 - 1565: 50,-47 - 1571: 49,-51 - 1572: 50,-51 - 1573: 51,-51 - 1574: 52,-51 - 1575: 47,-57 - 1576: 46,-57 - 1577: 44,-57 - 1616: 44,-52 - 1662: 52,-69 - 1663: 53,-69 - 1664: 54,-69 - 1665: 55,-69 - 1666: 56,-69 - 1667: 57,-69 - 1668: 58,-69 - 1669: 59,-69 - 1670: 60,-69 - 1671: 49,-69 - 1672: 48,-69 - 1673: 47,-69 - 1674: 45,-69 - 1675: 46,-69 - 1676: 44,-69 - 1677: 43,-69 - 1678: 42,-69 - 1719: 47,-78 - 1720: 46,-78 - 1831: 56,-59 - 1832: 57,-59 - 1833: 58,-59 - 1835: 59,-59 - 1836: 55,-59 - 1851: 61,-59 - 1860: 64,-57 - 1861: 63,-57 - 1863: 56,-54 - 1864: 57,-54 - 1865: 58,-54 - 1866: 59,-54 - 2269: 107,-21 - 5440: 36,-36 - 5441: 37,-36 - 5442: 38,-36 - 5443: 39,-36 - 5444: 40,-36 + 1557: 48,-47 + 1558: 49,-47 + 1559: 50,-47 + 1565: 49,-51 + 1566: 50,-51 + 1567: 51,-51 + 1568: 52,-51 + 1569: 47,-57 + 1570: 46,-57 + 1571: 44,-57 + 1610: 44,-52 + 1656: 52,-69 + 1657: 53,-69 + 1658: 54,-69 + 1659: 55,-69 + 1660: 56,-69 + 1661: 57,-69 + 1662: 58,-69 + 1663: 59,-69 + 1664: 60,-69 + 1665: 49,-69 + 1666: 48,-69 + 1667: 47,-69 + 1668: 45,-69 + 1669: 46,-69 + 1670: 44,-69 + 1671: 43,-69 + 1672: 42,-69 + 1713: 47,-78 + 1714: 46,-78 + 1825: 56,-59 + 1826: 57,-59 + 1827: 58,-59 + 1829: 59,-59 + 1830: 55,-59 + 1845: 61,-59 + 1854: 64,-57 + 1855: 63,-57 + 1857: 56,-54 + 1858: 57,-54 + 1859: 58,-54 + 1860: 59,-54 + 2249: 107,-21 + 5420: 36,-36 + 5421: 37,-36 + 5422: 38,-36 + 5423: 39,-36 + 5424: 40,-36 + 9045: 38,-84 + 9046: 39,-84 + 9047: 40,-84 + 9048: 41,-84 + 9049: 42,-84 - node: color: '#334E6DC8' id: MiniTileWhiteLineS decals: - 3869: -40,-75 - 6534: 18,19 - 6535: 17,19 - 6536: 16,19 - 6537: 15,19 - 6538: 14,19 - 7293: 98,-77 - 7301: 101,-81 - 7302: 100,-81 - 7303: 99,-81 - 7304: 96,-81 - 7305: 97,-81 - 7306: 95,-81 - 8383: -6,-28 - 8384: -5,-28 - 8385: -8,-28 - 8386: -9,-28 + 3849: -40,-75 + 6514: 18,19 + 6515: 17,19 + 6516: 16,19 + 6517: 15,19 + 6518: 14,19 + 7263: 98,-77 + 7271: 101,-81 + 7272: 100,-81 + 7273: 99,-81 + 7274: 96,-81 + 7275: 97,-81 + 7276: 95,-81 + 8353: -6,-28 + 8354: -5,-28 + 8355: -8,-28 + 8356: -9,-28 - node: color: '#4B709CFF' id: MiniTileWhiteLineS decals: - 7671: -8,22 - 7672: -9,22 - 7691: 8,22 - 7692: 9,22 + 7641: -8,22 + 7642: -9,22 + 7661: 8,22 + 7662: 9,22 - node: color: '#52B4E996' id: MiniTileWhiteLineS decals: - 2283: -39,-41 - 2284: -40,-41 - 2329: -49,-17 - 2330: -48,-17 - 2331: -47,-17 - 2332: -46,-17 - 2333: -45,-17 - 2334: -44,-17 - 2358: -55,-30 - 2359: -54,-30 - 2360: -52,-30 - 2361: -49,-30 - 2362: -48,-30 - 2363: -47,-30 - 2364: -45,-30 - 2365: -44,-30 - 2392: -42,-31 - 2456: -50,-26 - 2469: -55,-26 - 2470: -54,-26 - 2472: -52,-26 - 2486: -38,-35 - 2487: -37,-35 - 3124: 74,-3 - 3125: 73,-3 - 3126: 72,-3 - 3757: -55,-16 - 3758: -54,-16 - 3759: -53,-16 - 3760: -52,-16 - 3772: -54,-22 - 3773: -55,-22 - 3791: -49,-14 - 3792: -47,-14 - 3807: -36,-24 - 3808: -37,-24 - 3809: -38,-24 - 4926: -41,-41 - 6082: -52,-45 - 6083: -53,-45 - 6084: -54,-45 - 6085: -55,-45 - 6086: -56,-45 - 6087: -58,-45 - 6088: -59,-45 - 6834: -40,-27 - 6835: -38,-27 - 6836: -35,-27 - 7821: -50,-37 - 7856: -49,-37 - 7857: -48,-37 - 7858: -47,-37 - 8642: -47,-41 - 8646: -45,-41 - 8763: -57,-41 - 8764: -56,-41 - 8765: -55,-41 - 8771: -51,-41 - 8779: -56,-30 + 2263: -39,-41 + 2264: -40,-41 + 2309: -49,-17 + 2310: -48,-17 + 2311: -47,-17 + 2312: -46,-17 + 2313: -45,-17 + 2314: -44,-17 + 2338: -55,-30 + 2339: -54,-30 + 2340: -52,-30 + 2341: -49,-30 + 2342: -48,-30 + 2343: -47,-30 + 2344: -45,-30 + 2345: -44,-30 + 2372: -42,-31 + 2436: -50,-26 + 2449: -55,-26 + 2450: -54,-26 + 2452: -52,-26 + 2466: -38,-35 + 2467: -37,-35 + 3104: 74,-3 + 3105: 73,-3 + 3106: 72,-3 + 3737: -55,-16 + 3738: -54,-16 + 3739: -53,-16 + 3740: -52,-16 + 3752: -54,-22 + 3753: -55,-22 + 3771: -49,-14 + 3772: -47,-14 + 3787: -36,-24 + 3788: -37,-24 + 3789: -38,-24 + 4906: -41,-41 + 6062: -52,-45 + 6063: -53,-45 + 6064: -54,-45 + 6065: -55,-45 + 6066: -56,-45 + 6067: -58,-45 + 6068: -59,-45 + 6807: -40,-27 + 6808: -38,-27 + 6809: -35,-27 + 7791: -50,-37 + 7826: -49,-37 + 7827: -48,-37 + 7828: -47,-37 + 8612: -47,-41 + 8616: -45,-41 + 8733: -57,-41 + 8734: -56,-41 + 8735: -55,-41 + 8741: -51,-41 + 8749: -56,-30 - node: angle: -0.017453292519943295 rad color: '#9FED5896' id: MiniTileWhiteLineS decals: - 5300: -15,-1 - 5303: 14,-1 + 5280: -15,-1 + 5283: 14,-1 - node: zIndex: -1 color: '#9FED5896' id: MiniTileWhiteLineS decals: - 5520: 82,-42 - 5521: 83,-42 - 5522: 84,-42 - 5523: 80,-34 - 5524: 61,-34 - 5527: 84,-24 - 5805: 14,-74 - 5920: -14,-74 - 6019: -63,-45 + 5500: 82,-42 + 5501: 83,-42 + 5502: 84,-42 + 5503: 80,-34 + 5504: 61,-34 + 5507: 84,-24 + 5785: 14,-74 + 5900: -14,-74 + 5999: -63,-45 - node: color: '#9FED5896' id: MiniTileWhiteLineS decals: - 5192: 19,-2 - 5193: 21,-3 - 5202: 12,-1 - 5203: 15,-1 - 5204: 16,-1 - 5205: 17,-1 - 5223: -16,-1 - 5224: -17,-1 - 5225: -19,-2 - 5226: -21,-3 - 5291: 4,3 - 5292: 5,3 - 5293: 6,3 - 5294: 10,3 - 5478: 46,-34 - 5479: 48,-34 - 5480: 49,-34 - 5481: 50,-34 - 5482: 51,-34 - 5483: 55,-34 - 5484: 56,-34 - 5485: 57,-34 - 5486: 58,-34 - 5487: 59,-34 - 5488: 60,-34 - 5489: 63,-34 - 5490: 66,-34 - 5491: 67,-34 - 5492: 68,-34 - 5493: 69,-34 - 5494: 70,-34 - 5495: 71,-34 - 5496: 72,-34 - 5497: 73,-34 - 5498: 74,-34 - 5499: 75,-34 - 5500: 76,-34 - 5501: 77,-34 - 5502: 79,-34 - 5559: 86,-43 - 5560: 87,-43 - 5561: 88,-43 - 5564: 86,-25 - 5565: 87,-25 - 5566: 88,-25 - 5567: 94,-25 - 5568: 95,-25 - 5569: 101,-25 - 5570: 101,-43 - 5571: 95,-43 - 5572: 94,-43 - 5628: 99,-42 - 5629: 98,-42 - 5630: 97,-42 - 5631: 92,-42 - 5632: 91,-42 - 5633: 90,-42 - 5639: 99,-24 - 5640: 97,-24 - 5641: 92,-24 - 5642: 90,-24 - 5643: 102,-25 - 5677: 65,-30 - 5678: 66,-30 - 5679: 67,-30 - 5738: 31,-56 - 5739: 32,-56 - 5765: 29,-72 - 5766: 26,-72 - 5767: 24,-72 - 5768: 21,-74 - 5769: 20,-74 - 5770: 19,-74 - 5771: 18,-74 - 5772: 17,-74 - 5773: 16,-74 - 5774: 15,-74 - 5861: -13,-74 - 5905: -27,-72 - 5906: -23,-74 - 5907: -22,-74 - 5908: -20,-74 - 5910: -19,-74 - 5911: -18,-74 - 5912: -17,-74 - 5913: -16,-74 - 5914: -15,-74 - 5969: -29,-34 - 6089: -61,-45 - 6090: -62,-45 - 6110: -70,-45 - 6111: -69,-45 - 6112: -68,-45 - 6113: -67,-45 - 6114: -66,-45 - 6115: -65,-45 - 6116: -64,-45 - 6269: 62,-34 - 6300: 69,-43 - 6301: 68,-43 - 6302: 67,-43 - 6303: 66,-43 - 6304: 65,-43 - 6305: 64,-43 - 6306: 63,-43 - 6307: 62,-43 - 7598: 28,6 - 7603: 28,9 - 7604: 29,9 - 7605: 30,9 - 7613: 31,9 - 7773: 27,-72 - 7774: 25,-72 - 7801: 13,-1 + 5172: 19,-2 + 5173: 21,-3 + 5182: 12,-1 + 5183: 15,-1 + 5184: 16,-1 + 5185: 17,-1 + 5203: -16,-1 + 5204: -17,-1 + 5205: -19,-2 + 5206: -21,-3 + 5271: 4,3 + 5272: 5,3 + 5273: 6,3 + 5274: 10,3 + 5458: 46,-34 + 5459: 48,-34 + 5460: 49,-34 + 5461: 50,-34 + 5462: 51,-34 + 5463: 55,-34 + 5464: 56,-34 + 5465: 57,-34 + 5466: 58,-34 + 5467: 59,-34 + 5468: 60,-34 + 5469: 63,-34 + 5470: 66,-34 + 5471: 67,-34 + 5472: 68,-34 + 5473: 69,-34 + 5474: 70,-34 + 5475: 71,-34 + 5476: 72,-34 + 5477: 73,-34 + 5478: 74,-34 + 5479: 75,-34 + 5480: 76,-34 + 5481: 77,-34 + 5482: 79,-34 + 5539: 86,-43 + 5540: 87,-43 + 5541: 88,-43 + 5544: 86,-25 + 5545: 87,-25 + 5546: 88,-25 + 5547: 94,-25 + 5548: 95,-25 + 5549: 101,-25 + 5550: 101,-43 + 5551: 95,-43 + 5552: 94,-43 + 5608: 99,-42 + 5609: 98,-42 + 5610: 97,-42 + 5611: 92,-42 + 5612: 91,-42 + 5613: 90,-42 + 5619: 99,-24 + 5620: 97,-24 + 5621: 92,-24 + 5622: 90,-24 + 5623: 102,-25 + 5657: 65,-30 + 5658: 66,-30 + 5659: 67,-30 + 5718: 31,-56 + 5719: 32,-56 + 5745: 29,-72 + 5746: 26,-72 + 5747: 24,-72 + 5748: 21,-74 + 5749: 20,-74 + 5750: 19,-74 + 5751: 18,-74 + 5752: 17,-74 + 5753: 16,-74 + 5754: 15,-74 + 5841: -13,-74 + 5885: -27,-72 + 5886: -23,-74 + 5887: -22,-74 + 5888: -20,-74 + 5890: -19,-74 + 5891: -18,-74 + 5892: -17,-74 + 5893: -16,-74 + 5894: -15,-74 + 5949: -29,-34 + 6069: -61,-45 + 6070: -62,-45 + 6090: -70,-45 + 6091: -69,-45 + 6092: -68,-45 + 6093: -67,-45 + 6094: -66,-45 + 6095: -65,-45 + 6096: -64,-45 + 6249: 62,-34 + 6280: 69,-43 + 6281: 68,-43 + 6282: 67,-43 + 6283: 66,-43 + 6284: 65,-43 + 6285: 64,-43 + 6286: 63,-43 + 6287: 62,-43 + 7568: 28,6 + 7573: 28,9 + 7574: 29,9 + 7575: 30,9 + 7583: 31,9 + 7743: 27,-72 + 7744: 25,-72 + 7771: 13,-1 - node: zIndex: -1 color: '#A4610696' id: MiniTileWhiteLineS decals: - 6344: 2,-61 - 6549: 28,-41 - 6550: 26,-41 + 6324: 2,-61 + 6529: 28,-41 + 6530: 26,-41 - node: color: '#A4610696' id: MiniTileWhiteLineS decals: - 4168: 6,-104 - 4169: 7,-104 - 4170: 8,-104 - 4171: 9,-104 - 4172: 10,-104 - 4173: 11,-104 - 4174: 12,-104 - 4175: 13,-104 - 4176: 14,-104 - 4177: 15,-104 - 4178: 16,-104 - 4189: 16,-95 - 4221: -1,-92 - 4222: 0,-92 - 4223: 1,-92 - 4226: 3,-94 - 4227: 4,-94 - 5324: 27,-34 - 5325: 28,-34 - 5326: 29,-34 - 5327: 30,-34 - 5806: 13,-74 - 5809: 11,-77 - 5810: 10,-77 - 5811: 9,-77 - 5812: 8,-77 - 5813: 7,-77 - 5814: 6,-77 - 5815: 5,-77 - 5816: 4,-77 - 5817: 2,-77 - 5818: -11,-77 - 5819: -8,-77 - 5820: -7,-77 - 5823: 0,-83 - 6329: 9,-64 - 6336: 7,-58 - 6345: 1,-61 - 6346: -2,-61 - 6354: 3,-58 - 7765: 3,-77 - 8933: 0,-61 + 4148: 6,-104 + 4149: 7,-104 + 4150: 8,-104 + 4151: 9,-104 + 4152: 10,-104 + 4153: 11,-104 + 4154: 12,-104 + 4155: 13,-104 + 4156: 14,-104 + 4157: 15,-104 + 4158: 16,-104 + 4169: 16,-95 + 4201: -1,-92 + 4202: 0,-92 + 4203: 1,-92 + 4206: 3,-94 + 4207: 4,-94 + 5304: 27,-34 + 5305: 28,-34 + 5306: 29,-34 + 5307: 30,-34 + 5786: 13,-74 + 5789: 11,-77 + 5790: 10,-77 + 5791: 9,-77 + 5792: 8,-77 + 5793: 7,-77 + 5794: 6,-77 + 5795: 5,-77 + 5796: 4,-77 + 5797: 2,-77 + 5798: -11,-77 + 5799: -8,-77 + 5800: -7,-77 + 5803: 0,-83 + 6309: 9,-64 + 6316: 7,-58 + 6325: 1,-61 + 6326: -2,-61 + 6334: 3,-58 + 7735: 3,-77 + 8903: 0,-61 - node: zIndex: -1 color: '#D381C996' id: MiniTileWhiteLineS decals: - 6006: -35,-45 + 5986: -35,-45 - node: color: '#D381C996' id: MiniTileWhiteLineS decals: - 2591: -36,-60 - 2592: -37,-60 - 2593: -39,-60 - 2594: -40,-60 - 2595: -41,-60 - 2596: -42,-60 - 2597: -45,-82 - 2598: -44,-82 - 2599: -43,-82 - 2612: -55,-67 - 2613: -53,-67 - 2614: -54,-67 - 2615: -51,-67 - 2616: -52,-67 - 2617: -49,-67 - 2643: -62,-67 - 2644: -63,-67 - 2645: -64,-67 - 2646: -65,-67 - 2705: -50,-86 - 2706: -49,-86 - 2707: -48,-86 - 3846: -48,-57 - 3847: -49,-57 - 3848: -50,-57 - 3854: -53,-63 - 3855: -54,-63 - 5987: -31,-56 - 5988: -32,-56 - 5997: -34,-45 - 5998: -36,-45 - 5999: -38,-45 - 6000: -39,-45 - 6001: -40,-45 - 6002: -41,-45 - 6003: -42,-45 - 6721: -63,-75 - 6722: -64,-75 - 6727: -66,-79 - 6728: -67,-79 - 6729: -68,-79 - 8318: -8,-39 - 8319: -7,-39 - 8320: -6,-39 - 8321: -5,-39 - 8367: 12,-38 + 2571: -36,-60 + 2572: -37,-60 + 2573: -39,-60 + 2574: -40,-60 + 2575: -41,-60 + 2576: -42,-60 + 2577: -45,-82 + 2578: -44,-82 + 2579: -43,-82 + 2592: -55,-67 + 2593: -53,-67 + 2594: -54,-67 + 2595: -51,-67 + 2596: -52,-67 + 2597: -49,-67 + 2623: -62,-67 + 2624: -63,-67 + 2625: -64,-67 + 2626: -65,-67 + 2685: -50,-86 + 2686: -49,-86 + 2687: -48,-86 + 3826: -48,-57 + 3827: -49,-57 + 3828: -50,-57 + 3834: -53,-63 + 3835: -54,-63 + 5967: -31,-56 + 5968: -32,-56 + 5977: -34,-45 + 5978: -36,-45 + 5979: -38,-45 + 5980: -39,-45 + 5981: -40,-45 + 5982: -41,-45 + 5983: -42,-45 + 6694: -63,-75 + 6695: -64,-75 + 6700: -66,-79 + 6701: -67,-79 + 6702: -68,-79 + 8288: -8,-39 + 8289: -7,-39 + 8290: -6,-39 + 8291: -5,-39 + 8337: 12,-38 - node: cleanable: True color: '#D381C996' id: MiniTileWhiteLineS decals: - 4947: -44,-49 + 4927: -44,-49 - node: zIndex: -1 color: '#DE3A3A96' id: MiniTileWhiteLineS decals: - 6020: -51,-45 + 6000: -51,-45 - node: color: '#DE3A3A96' id: MiniTileWhiteLineS decals: - 2775: 44,-11 - 2776: 46,-11 - 2777: 47,-11 - 2778: 49,-11 - 2779: 50,-11 - 2791: 51,-23 - 2817: 58,-7 - 2818: 53,-7 - 2831: 62,-7 - 2964: 57,-7 - 2965: 56,-7 - 3072: 62,-11 - 3073: 61,-11 - 3074: 60,-11 - 3075: 59,-11 - 3076: 58,-11 - 3077: 57,-11 - 3078: 56,-11 - 3079: 55,-11 - 3080: 54,-11 - 3094: 79,-11 - 3095: 80,-11 - 3096: 81,-11 - 3097: 82,-11 - 3098: 83,-11 - 3099: 84,-11 - 3100: 85,-11 - 3101: 86,-11 - 3144: 72,-10 - 3202: 68,-11 - 3203: 67,-11 - 3204: 66,-11 - 3240: 63,-18 - 3241: 62,-18 - 3243: 61,-18 - 3244: 59,-18 - 3245: 58,-18 - 3246: 57,-18 - 3276: 71,-15 - 3277: 70,-15 - 3278: 69,-15 - 3300: 48,-16 - 3561: 74,-30 - 3562: 75,-30 - 3563: 76,-30 - 3564: 78,-30 - 3569: 75,-28 - 3570: 74,-28 - 3826: -47,-53 - 3829: -49,-51 - 3991: 55,-18 - 4964: 47,-7 - 4965: 48,-7 - 5270: -14,-1 - 5271: -12,-1 - 5274: -10,3 - 5275: -9,3 - 5276: -8,3 - 5277: -7,3 - 5278: -4,3 - 5852: -6,-77 - 5853: -5,-77 - 5854: -4,-77 - 5855: -2,-77 - 6027: -49,-45 - 6028: -48,-45 - 6029: -46,-45 - 6030: -47,-45 - 6136: -73,-46 - 6137: -74,-46 - 6138: -75,-46 - 6139: -76,-46 - 6140: -77,-46 - 6256: -66,-40 - 6257: -68,-40 - 6504: -4,-85 - 6505: -3,-85 - 6517: -6,-1 - 6518: -7,-1 - 6519: -8,-1 - 6573: 59,10 - 6612: 54,13 - 6613: 53,13 - 6614: 52,13 - 6615: 51,13 - 6616: 50,13 - 6617: 49,13 - 6646: -50,11 - 6647: -51,11 - 6648: -52,11 - 6649: -53,11 - 7377: 59,3 - 7397: 64,-7 - 7398: 63,-7 - 7764: -3,-77 - 7803: -13,-1 - 8648: -45,-35 - 8649: -46,-35 - 8703: 41,-6 - 8711: 44,-17 + 2755: 44,-11 + 2756: 46,-11 + 2757: 47,-11 + 2758: 49,-11 + 2759: 50,-11 + 2771: 51,-23 + 2797: 58,-7 + 2798: 53,-7 + 2811: 62,-7 + 2944: 57,-7 + 2945: 56,-7 + 3052: 62,-11 + 3053: 61,-11 + 3054: 60,-11 + 3055: 59,-11 + 3056: 58,-11 + 3057: 57,-11 + 3058: 56,-11 + 3059: 55,-11 + 3060: 54,-11 + 3074: 79,-11 + 3075: 80,-11 + 3076: 81,-11 + 3077: 82,-11 + 3078: 83,-11 + 3079: 84,-11 + 3080: 85,-11 + 3081: 86,-11 + 3124: 72,-10 + 3182: 68,-11 + 3183: 67,-11 + 3184: 66,-11 + 3220: 63,-18 + 3221: 62,-18 + 3223: 61,-18 + 3224: 59,-18 + 3225: 58,-18 + 3226: 57,-18 + 3256: 71,-15 + 3257: 70,-15 + 3258: 69,-15 + 3280: 48,-16 + 3541: 74,-30 + 3542: 75,-30 + 3543: 76,-30 + 3544: 78,-30 + 3549: 75,-28 + 3550: 74,-28 + 3806: -47,-53 + 3809: -49,-51 + 3971: 55,-18 + 4944: 47,-7 + 4945: 48,-7 + 5250: -14,-1 + 5251: -12,-1 + 5254: -10,3 + 5255: -9,3 + 5256: -8,3 + 5257: -7,3 + 5258: -4,3 + 5832: -6,-77 + 5833: -5,-77 + 5834: -4,-77 + 5835: -2,-77 + 6007: -49,-45 + 6008: -48,-45 + 6009: -46,-45 + 6010: -47,-45 + 6116: -73,-46 + 6117: -74,-46 + 6118: -75,-46 + 6119: -76,-46 + 6120: -77,-46 + 6236: -66,-40 + 6237: -68,-40 + 6484: -4,-85 + 6485: -3,-85 + 6497: -6,-1 + 6498: -7,-1 + 6499: -8,-1 + 6553: 59,10 + 6592: 54,13 + 6593: 53,13 + 6594: 52,13 + 6595: 51,13 + 6596: 50,13 + 6597: 49,13 + 6626: -50,11 + 6627: -51,11 + 6628: -52,11 + 6629: -53,11 + 7347: 59,3 + 7367: 64,-7 + 7368: 63,-7 + 7734: -3,-77 + 7773: -13,-1 + 8618: -45,-35 + 8619: -46,-35 + 8673: 41,-6 + 8681: 44,-17 - node: angle: -0.017453292519943295 rad color: '#EFB34196' id: MiniTileWhiteLineS decals: - 5398: 38,-34 + 5378: 38,-34 - node: zIndex: -1 color: '#EFB34196' id: MiniTileWhiteLineS decals: - 5719: 104,-23 - 5720: 105,-23 - 7351: 43,-67 - 7352: 44,-67 - 7353: 45,-67 - 7354: 46,-67 - 7355: 47,-67 + 5699: 104,-23 + 5700: 105,-23 + 7321: 43,-67 + 7322: 44,-67 + 7323: 45,-67 + 7324: 46,-67 + 7325: 47,-67 - node: color: '#EFB34196' id: MiniTileWhiteLineS decals: - 1559: 48,-49 - 1560: 49,-49 - 1561: 50,-49 - 1595: 44,-61 - 1596: 45,-61 - 1597: 46,-61 - 1598: 48,-61 - 1599: 47,-61 - 1600: 49,-61 - 1609: 44,-55 - 1679: 43,-70 - 1680: 44,-70 - 1681: 47,-70 - 1682: 46,-70 - 1683: 51,-70 - 1684: 52,-70 - 1685: 53,-70 - 1686: 55,-70 - 1687: 56,-70 - 1688: 57,-70 - 1689: 58,-70 - 1692: 60,-71 - 1721: 49,-80 - 1722: 48,-80 - 1723: 47,-80 - 1837: 55,-61 - 1838: 56,-61 - 1839: 59,-61 - 1841: 52,-61 - 1842: 53,-61 - 1856: 62,-63 - 1857: 63,-63 - 1858: 64,-63 - 1859: 65,-63 - 1868: 57,-57 - 1869: 56,-57 - 1870: 55,-57 - 1953: 54,-85 - 1954: 53,-85 - 1955: 52,-85 - 1956: 51,-85 - 1957: 50,-85 - 1958: 49,-85 - 2267: 108,-23 - 4953: 57,-57 - 4954: 58,-57 - 4955: 59,-57 - 5403: 34,-34 - 5404: 35,-34 - 5405: 36,-34 - 5406: 37,-34 - 5407: 39,-34 - 5408: 40,-34 - 5409: 41,-34 - 5410: 42,-34 - 5434: 44,-50 - 5448: 40,-40 - 5449: 39,-40 - 5450: 37,-40 - 5451: 36,-40 + 1553: 48,-49 + 1554: 49,-49 + 1555: 50,-49 + 1589: 44,-61 + 1590: 45,-61 + 1591: 46,-61 + 1592: 48,-61 + 1593: 47,-61 + 1594: 49,-61 + 1603: 44,-55 + 1673: 43,-70 + 1674: 44,-70 + 1675: 47,-70 + 1676: 46,-70 + 1677: 51,-70 + 1678: 52,-70 + 1679: 53,-70 + 1680: 55,-70 + 1681: 56,-70 + 1682: 57,-70 + 1683: 58,-70 + 1686: 60,-71 + 1715: 49,-80 + 1716: 48,-80 + 1717: 47,-80 + 1831: 55,-61 + 1832: 56,-61 + 1833: 59,-61 + 1835: 52,-61 + 1836: 53,-61 + 1850: 62,-63 + 1851: 63,-63 + 1852: 64,-63 + 1853: 65,-63 + 1862: 57,-57 + 1863: 56,-57 + 1864: 55,-57 + 1938: 54,-85 + 1939: 53,-85 + 1940: 52,-85 + 1941: 51,-85 + 1942: 50,-85 + 1943: 49,-85 + 2247: 108,-23 + 4933: 57,-57 + 4934: 58,-57 + 4935: 59,-57 + 5383: 34,-34 + 5384: 35,-34 + 5385: 36,-34 + 5386: 37,-34 + 5387: 39,-34 + 5388: 40,-34 + 5389: 41,-34 + 5390: 42,-34 + 5414: 44,-50 + 5428: 40,-40 + 5429: 39,-40 + 5430: 37,-40 + 5431: 36,-40 + 9050: 38,-83 + 9051: 39,-83 + 9052: 40,-83 + 9053: 41,-83 + 9054: 42,-83 - node: angle: -0.017453292519943295 rad color: '#334E6DC8' id: MiniTileWhiteLineW decals: - 5305: -1,5 + 5285: -1,5 - node: color: '#334E6DC8' id: MiniTileWhiteLineW decals: - 3586: 15,3 - 3587: 15,4 - 3588: 15,5 - 3590: 14,7 - 3591: 14,8 - 5050: -1,17 - 5051: -1,15 - 5052: -1,13 - 5053: -1,12 - 5054: -1,11 - 5055: -1,9 - 5056: -1,8 - 5057: -1,7 - 5058: -1,6 - 5092: -14,2 - 6274: 71,-41 - 6275: 71,-37 - 6276: 71,-38 - 6277: 71,-40 - 6278: 71,-43 - 7253: 97,-73 - 7254: 97,-71 - 7255: 97,-69 - 7256: 97,-70 - 7262: 97,-67 - 7283: 98,-84 - 7290: 96,-76 - 7320: 101,-73 - 7321: 101,-71 - 7322: 101,-70 - 7323: 101,-69 - 7324: 101,-67 + 3566: 15,3 + 3567: 15,4 + 3568: 15,5 + 3570: 14,7 + 3571: 14,8 + 5030: -1,17 + 5031: -1,15 + 5032: -1,13 + 5033: -1,12 + 5034: -1,11 + 5035: -1,9 + 5036: -1,8 + 5037: -1,7 + 5038: -1,6 + 5072: -14,2 + 6254: 71,-41 + 6255: 71,-37 + 6256: 71,-38 + 6257: 71,-40 + 6258: 71,-43 + 7223: 97,-73 + 7224: 97,-71 + 7225: 97,-69 + 7226: 97,-70 + 7232: 97,-67 + 7253: 98,-84 + 7260: 96,-76 + 7290: 101,-73 + 7291: 101,-71 + 7292: 101,-70 + 7293: 101,-69 + 7294: 101,-67 - node: color: '#4B709CFF' id: MiniTileWhiteLineW decals: - 7679: -6,22 + 7649: -6,22 - node: zIndex: -1 color: '#52B4E996' id: MiniTileWhiteLineW decals: - 6014: -33,-41 - 6016: -30,-31 + 5994: -33,-41 + 5996: -30,-31 - node: color: '#52B4E996' id: MiniTileWhiteLineW decals: - 2276: -43,-33 - 2285: -45,-40 - 2286: -45,-39 - 2287: -45,-38 - 2307: -44,-2 - 2308: -44,-3 - 2309: -44,-4 - 2310: -44,-5 - 2311: -44,-6 - 2312: -44,-7 - 2313: -44,-8 - 2314: -44,-9 - 2315: -44,-11 - 2316: -44,-13 - 2317: -44,-15 - 2335: -43,-18 - 2336: -43,-19 - 2337: -43,-20 - 2338: -43,-21 - 2339: -43,-22 - 2340: -43,-23 - 2341: -43,-24 - 2342: -43,-25 - 2343: -43,-26 - 2366: -43,-31 - 2448: -50,-25 - 2449: -50,-24 - 2450: -50,-23 - 2451: -50,-22 - 2452: -50,-21 - 2453: -50,-20 - 2467: -56,-25 - 2481: -39,-31 - 2482: -39,-32 - 2483: -39,-33 - 2484: -39,-34 - 3128: 71,-1 - 3648: -44,-10 - 3649: -44,-12 - 3650: -44,-14 - 3651: -43,-27 - 3749: -52,-35 - 3753: -56,-15 - 3754: -56,-14 - 3789: -50,-13 - 3798: -39,-22 - 6044: -33,-32 - 6046: -33,-37 - 6047: -33,-36 - 6048: -33,-35 - 6049: -33,-34 - 6050: -33,-33 - 6051: -30,-30 - 6052: -30,-29 - 6053: -30,-28 - 6054: -30,-27 - 6055: -30,-26 - 6056: -30,-25 - 6057: -30,-24 - 6058: -30,-23 - 6059: -30,-22 - 6060: -30,-21 - 6061: -30,-20 - 6062: -30,-19 - 6095: -33,-42 - 6823: -39,-30 - 6824: -39,-29 - 7703: -50,-12 - 7704: -51,-10 - 7849: -52,-33 - 7850: -52,-34 - 7851: -52,-36 - 8637: -43,-36 - 8754: -58,-33 - 8756: -58,-34 - 8757: -58,-35 - 8758: -58,-36 - 8759: -58,-37 - 8760: -58,-39 - 8761: -58,-40 + 2256: -43,-33 + 2265: -45,-40 + 2266: -45,-39 + 2267: -45,-38 + 2287: -44,-2 + 2288: -44,-3 + 2289: -44,-4 + 2290: -44,-5 + 2291: -44,-6 + 2292: -44,-7 + 2293: -44,-8 + 2294: -44,-9 + 2295: -44,-11 + 2296: -44,-13 + 2297: -44,-15 + 2315: -43,-18 + 2316: -43,-19 + 2317: -43,-20 + 2318: -43,-21 + 2319: -43,-22 + 2320: -43,-23 + 2321: -43,-24 + 2322: -43,-25 + 2323: -43,-26 + 2346: -43,-31 + 2428: -50,-25 + 2429: -50,-24 + 2430: -50,-23 + 2431: -50,-22 + 2432: -50,-21 + 2433: -50,-20 + 2447: -56,-25 + 2461: -39,-31 + 2462: -39,-32 + 2463: -39,-33 + 2464: -39,-34 + 3108: 71,-1 + 3628: -44,-10 + 3629: -44,-12 + 3630: -44,-14 + 3631: -43,-27 + 3729: -52,-35 + 3733: -56,-15 + 3734: -56,-14 + 3769: -50,-13 + 3778: -39,-22 + 6024: -33,-32 + 6026: -33,-37 + 6027: -33,-36 + 6028: -33,-35 + 6029: -33,-34 + 6030: -33,-33 + 6031: -30,-30 + 6032: -30,-29 + 6033: -30,-28 + 6034: -30,-27 + 6035: -30,-26 + 6036: -30,-25 + 6037: -30,-24 + 6038: -30,-23 + 6039: -30,-22 + 6040: -30,-21 + 6041: -30,-20 + 6042: -30,-19 + 6075: -33,-42 + 6796: -39,-30 + 6797: -39,-29 + 7673: -50,-12 + 7674: -51,-10 + 7819: -52,-33 + 7820: -52,-34 + 7821: -52,-36 + 8607: -43,-36 + 8724: -58,-33 + 8726: -58,-34 + 8727: -58,-35 + 8728: -58,-36 + 8729: -58,-37 + 8730: -58,-39 + 8731: -58,-40 - node: color: '#52DDE993' id: MiniTileWhiteLineW decals: - 1756: 45,-86 - 1757: 45,-87 - 1929: 45,-88 + 1750: 45,-86 + 1751: 45,-87 + 1914: 45,-88 - node: angle: -0.017453292519943295 rad color: '#9FED5896' id: MiniTileWhiteLineW decals: - 5308: 28,-13 - 5311: 28,-31 - 5317: -30,-13 - 5318: -30,-11 + 5288: 28,-13 + 5291: 28,-31 + 5297: -30,-13 + 5298: -30,-11 - node: zIndex: -1 color: '#9FED5896' id: MiniTileWhiteLineW decals: - 5922: -30,-67 + 5902: -30,-67 - node: color: '#9FED5896' id: MiniTileWhiteLineW decals: - 5164: 28,-12 - 5165: 27,-10 - 5166: 26,-8 - 5167: 28,-14 - 5168: 28,-15 - 5169: 28,-16 - 5170: 28,-17 - 5171: 28,-18 - 5172: 28,-19 - 5173: 28,-20 - 5174: 28,-21 - 5175: 28,-22 - 5176: 28,-23 - 5177: 28,-24 - 5178: 28,-25 - 5179: 28,-26 - 5180: 28,-27 - 5181: 28,-28 - 5182: 28,-29 - 5183: 28,-30 - 5208: 11,0 - 5209: 11,2 - 5250: -29,-9 - 5252: -28,-7 - 5253: -28,-6 - 5255: -27,-4 - 5256: -27,-3 - 5262: -22,-1 - 5503: 81,-35 - 5504: 81,-36 - 5505: 81,-37 - 5506: 81,-38 - 5507: 81,-39 - 5508: 81,-40 - 5509: 81,-41 - 5510: 81,-25 - 5511: 81,-24 - 5512: 81,-23 - 5693: 62,-26 - 5694: 62,-27 - 5695: 62,-28 - 5696: 62,-29 - 5748: 28,-58 - 5749: 28,-59 - 5750: 28,-60 - 5751: 28,-61 - 5752: 28,-62 - 5753: 28,-63 - 5754: 28,-64 - 5755: 28,-65 - 5756: 28,-67 - 5758: 28,-66 - 5759: 28,-57 - 5784: 28,-69 - 5785: 28,-68 - 5845: 10,-74 - 5846: 10,-73 - 5858: -12,-77 - 5859: -12,-76 - 5860: -12,-75 - 5898: -30,-71 - 5899: -30,-70 - 5900: -30,-69 - 5901: -30,-68 - 5903: -26,-74 - 5904: -26,-73 - 6063: -30,-18 - 6064: -30,-17 - 6065: -30,-16 - 6066: -30,-15 - 6067: -30,-14 - 6129: -77,-37 - 6130: -77,-39 - 6131: -77,-41 - 6132: -77,-42 - 6133: -77,-43 - 6134: -77,-44 - 6135: -77,-45 - 6152: -8,-73 - 6308: 61,-43 - 6309: 61,-42 - 6310: 61,-41 - 6311: 61,-39 - 6312: 61,-38 - 6313: 61,-37 - 7599: 26,6 - 7600: 26,7 - 7601: 26,8 - 7652: -62,-50 - 7653: -62,-49 - 7654: -62,-48 - 7730: -30,-12 - 7799: 11,1 - 9072: 43,-28 - 9073: 43,-27 - 9074: 43,-26 - 9075: 43,-25 - 9076: 43,-23 - 9077: 43,-22 + 5144: 28,-12 + 5145: 27,-10 + 5146: 26,-8 + 5147: 28,-14 + 5148: 28,-15 + 5149: 28,-16 + 5150: 28,-17 + 5151: 28,-18 + 5152: 28,-19 + 5153: 28,-20 + 5154: 28,-21 + 5155: 28,-22 + 5156: 28,-23 + 5157: 28,-24 + 5158: 28,-25 + 5159: 28,-26 + 5160: 28,-27 + 5161: 28,-28 + 5162: 28,-29 + 5163: 28,-30 + 5188: 11,0 + 5189: 11,2 + 5230: -29,-9 + 5232: -28,-7 + 5233: -28,-6 + 5235: -27,-4 + 5236: -27,-3 + 5242: -22,-1 + 5483: 81,-35 + 5484: 81,-36 + 5485: 81,-37 + 5486: 81,-38 + 5487: 81,-39 + 5488: 81,-40 + 5489: 81,-41 + 5490: 81,-25 + 5491: 81,-24 + 5492: 81,-23 + 5673: 62,-26 + 5674: 62,-27 + 5675: 62,-28 + 5676: 62,-29 + 5728: 28,-58 + 5729: 28,-59 + 5730: 28,-60 + 5731: 28,-61 + 5732: 28,-62 + 5733: 28,-63 + 5734: 28,-64 + 5735: 28,-65 + 5736: 28,-67 + 5738: 28,-66 + 5739: 28,-57 + 5764: 28,-69 + 5765: 28,-68 + 5825: 10,-74 + 5826: 10,-73 + 5838: -12,-77 + 5839: -12,-76 + 5840: -12,-75 + 5878: -30,-71 + 5879: -30,-70 + 5880: -30,-69 + 5881: -30,-68 + 5883: -26,-74 + 5884: -26,-73 + 6043: -30,-18 + 6044: -30,-17 + 6045: -30,-16 + 6046: -30,-15 + 6047: -30,-14 + 6109: -77,-37 + 6110: -77,-39 + 6111: -77,-41 + 6112: -77,-42 + 6113: -77,-43 + 6114: -77,-44 + 6115: -77,-45 + 6132: -8,-73 + 6288: 61,-43 + 6289: 61,-42 + 6290: 61,-41 + 6291: 61,-39 + 6292: 61,-38 + 6293: 61,-37 + 7569: 26,6 + 7570: 26,7 + 7571: 26,8 + 7622: -62,-50 + 7623: -62,-49 + 7624: -62,-48 + 7700: -30,-12 + 7769: 11,1 + 9013: 43,-28 + 9014: 43,-27 + 9015: 43,-26 + 9016: 43,-25 + 9017: 43,-23 + 9018: 43,-22 - node: angle: -0.017453292519943295 rad color: '#A4610696' id: MiniTileWhiteLineW decals: - 5401: 31,-36 + 5381: 31,-36 - node: zIndex: -1 color: '#A4610696' id: MiniTileWhiteLineW decals: - 6552: 24,-40 - 6553: 24,-39 - 6554: 24,-38 - 6555: 24,-37 + 6532: 24,-40 + 6533: 24,-39 + 6534: 24,-38 + 6535: 24,-37 - node: color: '#A4610696' id: MiniTileWhiteLineW decals: - 4158: 5,-102 - 4159: 5,-101 - 4160: 5,-100 - 4161: 5,-99 - 4162: 5,-98 - 4163: 5,-97 - 4164: 5,-96 - 4165: 5,-95 - 4166: 5,-103 - 4215: -1,-86 - 4216: -1,-89 - 4219: -3,-91 - 4224: 2,-93 - 5328: 31,-35 - 5329: 31,-37 - 5330: 31,-39 - 5331: 31,-40 - 5332: 31,-41 - 5333: 31,-42 - 5334: 31,-43 - 5335: 31,-44 - 5336: 31,-45 - 5337: 31,-46 - 5338: 31,-48 - 5339: 31,-47 - 5340: 31,-49 - 5341: 31,-50 - 5342: 31,-51 - 5343: 31,-52 - 5344: 31,-53 - 5746: 28,-55 - 5747: 28,-56 - 6331: 8,-63 - 6332: 8,-62 - 6333: 8,-61 - 6334: 8,-60 - 6335: 8,-59 - 6348: -3,-59 - 6349: -3,-58 - 6350: -3,-57 - 6543: 25,-33 + 4138: 5,-102 + 4139: 5,-101 + 4140: 5,-100 + 4141: 5,-99 + 4142: 5,-98 + 4143: 5,-97 + 4144: 5,-96 + 4145: 5,-95 + 4146: 5,-103 + 4195: -1,-86 + 4196: -1,-89 + 4199: -3,-91 + 4204: 2,-93 + 5308: 31,-35 + 5309: 31,-37 + 5310: 31,-39 + 5311: 31,-40 + 5312: 31,-41 + 5313: 31,-42 + 5314: 31,-43 + 5315: 31,-44 + 5316: 31,-45 + 5317: 31,-46 + 5318: 31,-48 + 5319: 31,-47 + 5320: 31,-49 + 5321: 31,-50 + 5322: 31,-51 + 5323: 31,-52 + 5324: 31,-53 + 5726: 28,-55 + 5727: 28,-56 + 6311: 8,-63 + 6312: 8,-62 + 6313: 8,-61 + 6314: 8,-60 + 6315: 8,-59 + 6328: -3,-59 + 6329: -3,-58 + 6330: -3,-57 + 6523: 25,-33 - node: zIndex: -1 color: '#D381C996' id: MiniTileWhiteLineW decals: - 6005: -33,-47 - 6007: -30,-57 + 5985: -33,-47 + 5987: -30,-57 - node: color: '#D381C996' id: MiniTileWhiteLineW decals: - 2563: -45,-80 - 2564: -45,-79 - 2565: -45,-78 - 2566: -45,-77 - 2567: -45,-73 - 2568: -45,-72 - 2569: -45,-71 - 2570: -45,-70 - 2571: -45,-69 - 2572: -45,-68 - 2573: -45,-66 - 2574: -45,-64 - 2575: -45,-63 - 2576: -45,-62 - 2577: -45,-61 - 2578: -45,-60 - 2579: -45,-58 - 2580: -45,-57 - 2581: -45,-56 - 2582: -45,-55 - 2583: -45,-54 - 2684: -45,-76 - 2685: -45,-75 - 2686: -45,-74 - 2703: -51,-82 - 2833: -45,-59 - 3856: -54,-59 - 3857: -54,-60 - 3858: -54,-56 - 3859: -54,-57 - 5978: -30,-66 - 5979: -30,-65 - 5980: -30,-64 - 5981: -30,-63 - 5982: -30,-62 - 5983: -30,-61 - 5984: -30,-60 - 5985: -30,-59 - 5986: -30,-58 - 5989: -33,-56 - 5990: -33,-55 - 5991: -33,-51 - 5992: -33,-50 - 5993: -33,-49 - 5994: -33,-48 - 5995: -33,-46 - 6731: -69,-77 - 6732: -69,-76 - 6733: -69,-75 - 6734: -69,-73 - 6738: -66,-71 - 6739: -66,-70 - 8315: -8,-35 - 8316: -8,-36 - 8317: -8,-37 - 8323: -8,-38 - 8364: 10,-36 - 8365: 10,-37 - 8370: 8,-36 - 8371: 8,-35 - 8376: 8,-33 - 8377: 8,-32 + 2543: -45,-80 + 2544: -45,-79 + 2545: -45,-78 + 2546: -45,-77 + 2547: -45,-73 + 2548: -45,-72 + 2549: -45,-71 + 2550: -45,-70 + 2551: -45,-69 + 2552: -45,-68 + 2553: -45,-66 + 2554: -45,-64 + 2555: -45,-63 + 2556: -45,-62 + 2557: -45,-61 + 2558: -45,-60 + 2559: -45,-58 + 2560: -45,-57 + 2561: -45,-56 + 2562: -45,-55 + 2563: -45,-54 + 2664: -45,-76 + 2665: -45,-75 + 2666: -45,-74 + 2683: -51,-82 + 2813: -45,-59 + 3836: -54,-59 + 3837: -54,-60 + 3838: -54,-56 + 3839: -54,-57 + 5958: -30,-66 + 5959: -30,-65 + 5960: -30,-64 + 5961: -30,-63 + 5962: -30,-62 + 5963: -30,-61 + 5964: -30,-60 + 5965: -30,-59 + 5966: -30,-58 + 5969: -33,-56 + 5970: -33,-55 + 5971: -33,-51 + 5972: -33,-50 + 5973: -33,-49 + 5974: -33,-48 + 5975: -33,-46 + 6704: -69,-77 + 6705: -69,-76 + 6706: -69,-75 + 6707: -69,-73 + 6711: -66,-71 + 6712: -66,-70 + 8285: -8,-35 + 8286: -8,-36 + 8287: -8,-37 + 8293: -8,-38 + 8334: 10,-36 + 8335: 10,-37 + 8340: 8,-36 + 8341: 8,-35 + 8346: 8,-33 + 8347: 8,-32 - node: angle: -0.017453292519943295 rad color: '#DE3A3A96' id: MiniTileWhiteLineW decals: - 5389: 43,-29 + 5369: 43,-29 - node: zIndex: -1 color: '#DE3A3A96' id: MiniTileWhiteLineW decals: - 5279: -3,2 - 5856: -1,-78 + 5259: -3,2 + 5836: -1,-78 - node: color: '#DE3A3A96' id: MiniTileWhiteLineW decals: - 2780: 51,-12 - 2781: 51,-13 - 2782: 51,-14 - 2783: 51,-15 - 2784: 51,-16 - 2785: 51,-17 - 2786: 51,-19 - 2787: 51,-20 - 2788: 51,-21 - 2789: 51,-22 - 2820: 55,-1 - 2821: 55,0 - 2828: 55,4 - 3066: 42,-7 - 3067: 42,-8 - 3068: 42,-9 - 3069: 42,-10 - 3089: 76,-5 - 3090: 76,-4 - 3091: 76,-7 - 3092: 76,-8 - 3093: 75,-10 - 3207: 67,-8 - 3208: 67,-7 - 3209: 67,-6 - 3210: 67,-5 - 3211: 67,-4 - 3212: 67,-3 - 3222: 66,-10 - 3294: 47,-14 - 3555: 72,-29 - 3556: 72,-28 - 3828: -48,-52 - 3831: -50,-50 - 3832: -50,-49 - 3833: -50,-48 - 3834: -50,-47 - 4961: 46,-4 - 4962: 46,-3 - 5280: -3,1 - 5281: -3,0 - 5282: -3,-1 - 5369: 43,-31 - 5370: 43,-21 - 5371: 43,-20 - 5372: 43,-19 - 5849: -1,-79 - 5850: -1,-81 - 5851: -1,-83 - 6023: -45,-49 - 6024: -45,-48 - 6025: -45,-47 - 6026: -45,-46 - 6158: 81,-31 - 6159: 81,-28 - 6160: 81,-29 - 6161: 81,-30 - 6162: 81,-27 - 6163: 81,-26 - 6259: -69,-39 - 6260: -69,-38 - 6498: -5,-80 - 6499: -5,-81 - 6500: -5,-82 - 6501: -5,-83 - 6502: -5,-84 - 6521: -9,0 - 6570: 58,12 - 6596: 55,5 - 6597: 55,6 - 6598: 55,7 - 6599: 55,8 - 6600: 55,9 - 6601: 55,10 - 6602: 55,11 - 6603: 55,12 - 6651: -54,12 - 7374: 58,7 - 7375: 58,6 - 7394: 58,4 - 8651: -47,-34 - 8652: -47,-33 - 8713: 43,-17 - 9031: 52,-5 - 9032: 52,-4 - 9033: 52,-3 - 9034: 52,-2 + 2760: 51,-12 + 2761: 51,-13 + 2762: 51,-14 + 2763: 51,-15 + 2764: 51,-16 + 2765: 51,-17 + 2766: 51,-19 + 2767: 51,-20 + 2768: 51,-21 + 2769: 51,-22 + 2800: 55,-1 + 2801: 55,0 + 2808: 55,4 + 3046: 42,-7 + 3047: 42,-8 + 3048: 42,-9 + 3049: 42,-10 + 3069: 76,-5 + 3070: 76,-4 + 3071: 76,-7 + 3072: 76,-8 + 3073: 75,-10 + 3187: 67,-8 + 3188: 67,-7 + 3189: 67,-6 + 3190: 67,-5 + 3191: 67,-4 + 3192: 67,-3 + 3202: 66,-10 + 3274: 47,-14 + 3535: 72,-29 + 3536: 72,-28 + 3808: -48,-52 + 3811: -50,-50 + 3812: -50,-49 + 3813: -50,-48 + 3814: -50,-47 + 4941: 46,-4 + 4942: 46,-3 + 5260: -3,1 + 5261: -3,0 + 5262: -3,-1 + 5349: 43,-31 + 5350: 43,-21 + 5351: 43,-20 + 5352: 43,-19 + 5829: -1,-79 + 5830: -1,-81 + 5831: -1,-83 + 6003: -45,-49 + 6004: -45,-48 + 6005: -45,-47 + 6006: -45,-46 + 6138: 81,-31 + 6139: 81,-28 + 6140: 81,-29 + 6141: 81,-30 + 6142: 81,-27 + 6143: 81,-26 + 6239: -69,-39 + 6240: -69,-38 + 6478: -5,-80 + 6479: -5,-81 + 6480: -5,-82 + 6481: -5,-83 + 6482: -5,-84 + 6501: -9,0 + 6550: 58,12 + 6576: 55,5 + 6577: 55,6 + 6578: 55,7 + 6579: 55,8 + 6580: 55,9 + 6581: 55,10 + 6582: 55,11 + 6583: 55,12 + 6631: -54,12 + 7344: 58,7 + 7345: 58,6 + 7364: 58,4 + 8621: -47,-34 + 8622: -47,-33 + 8683: 43,-17 + 8972: 52,-5 + 8973: 52,-4 + 8974: 52,-3 + 8975: 52,-2 - node: angle: -0.017453292519943295 rad color: '#EFB34196' id: MiniTileWhiteLineW decals: - 5399: 43,-37 + 5379: 43,-37 - node: zIndex: -1 color: '#EFB34196' id: MiniTileWhiteLineW decals: - 7347: 42,-64 - 7348: 42,-65 - 7349: 42,-66 + 7317: 42,-64 + 7318: 42,-65 + 7319: 42,-66 - node: color: '#EFB34196' id: MiniTileWhiteLineW decals: - 1562: 47,-48 - 1587: 48,-53 - 1588: 48,-54 - 1589: 48,-55 - 1590: 48,-56 - 1592: 43,-58 - 1593: 43,-59 - 1594: 43,-60 - 1607: 43,-52 - 1608: 43,-53 - 1698: 50,-63 - 1699: 50,-64 - 1700: 50,-66 - 1701: 50,-67 - 1702: 50,-68 - 1705: 48,-71 - 1706: 48,-72 - 1707: 48,-73 - 1708: 48,-75 - 1709: 48,-76 - 1729: 45,-81 - 1730: 45,-82 - 1731: 45,-83 - 1769: 48,-77 - 1770: 48,-74 - 1840: 55,-60 - 1850: 61,-60 - 1852: 61,-62 - 1853: 62,-58 - 1871: 55,-56 - 1872: 55,-55 - 1873: 55,-54 - 1906: 45,-80 - 1907: 45,-79 - 1944: 52,-80 - 1945: 52,-81 - 1960: 48,-83 - 2268: 104,-22 - 2494: 43,-57 - 5411: 43,-35 - 5412: 43,-36 - 5413: 43,-40 - 5414: 43,-41 - 5415: 43,-42 - 5416: 43,-43 - 5417: 43,-44 - 5418: 43,-45 - 5419: 43,-46 - 5435: 35,-39 - 5436: 35,-40 - 5437: 35,-38 - 5438: 35,-37 + 1556: 47,-48 + 1581: 48,-53 + 1582: 48,-54 + 1583: 48,-55 + 1584: 48,-56 + 1586: 43,-58 + 1587: 43,-59 + 1588: 43,-60 + 1601: 43,-52 + 1602: 43,-53 + 1692: 50,-63 + 1693: 50,-64 + 1694: 50,-66 + 1695: 50,-67 + 1696: 50,-68 + 1699: 48,-71 + 1700: 48,-72 + 1701: 48,-73 + 1702: 48,-75 + 1703: 48,-76 + 1723: 45,-81 + 1724: 45,-82 + 1725: 45,-83 + 1763: 48,-77 + 1764: 48,-74 + 1834: 55,-60 + 1844: 61,-60 + 1846: 61,-62 + 1847: 62,-58 + 1865: 55,-56 + 1866: 55,-55 + 1867: 55,-54 + 1900: 45,-80 + 1901: 45,-79 + 1929: 52,-80 + 1930: 52,-81 + 1945: 48,-83 + 2248: 104,-22 + 2474: 43,-57 + 5391: 43,-35 + 5392: 43,-36 + 5393: 43,-40 + 5394: 43,-41 + 5395: 43,-42 + 5396: 43,-43 + 5397: 43,-44 + 5398: 43,-45 + 5399: 43,-46 + 5415: 35,-39 + 5416: 35,-40 + 5417: 35,-38 + 5418: 35,-37 - node: color: '#334E6DC8' id: QuarterTileOverlayGreyscale decals: - 3933: -4,23 - 8018: 5,-19 - 8224: -4,-33 - 8225: -3,-33 - 8226: -2,-33 - 8241: 4,-33 - 8248: -3,-28 - 8249: -2,-28 - 8250: -1,-28 + 3913: -4,23 + 7988: 5,-19 + 8194: -4,-33 + 8195: -3,-33 + 8196: -2,-33 + 8211: 4,-33 + 8218: -3,-28 + 8219: -2,-28 + 8220: -1,-28 - node: color: '#52B4E996' id: QuarterTileOverlayGreyscale decals: - 4902: -39,-40 - 4903: -39,-39 - 4904: -39,-38 - 4908: -42,-39 - 4913: -41,-39 + 4882: -39,-40 + 4883: -39,-39 + 4884: -39,-38 + 4888: -42,-39 + 4893: -41,-39 - node: color: '#66ED5393' id: QuarterTileOverlayGreyscale decals: - 1449: -50,0 - 1450: -50,-1 - 1451: -50,-3 - 1452: -50,-4 - 1453: -50,-6 - 1454: -50,-7 - 1455: -50,1 + 1443: -50,0 + 1444: -50,-1 + 1445: -50,-3 + 1446: -50,-4 + 1447: -50,-6 + 1448: -50,-7 + 1449: -50,1 - node: color: '#A4610696' id: QuarterTileOverlayGreyscale decals: - 1458: 11,-84 - 1459: 11,-83 - 1460: 11,-82 - 1461: 11,-81 - 1466: 7,-92 - 1467: 7,-91 - 1468: 7,-90 - 1469: 7,-89 - 1470: 7,-88 - 1471: 0,-90 - 1472: 0,-89 - 1473: 0,-88 - 1474: 0,-87 - 1475: 0,-86 - 1489: 7,-99 - 1490: 7,-98 - 1491: 7,-97 + 1452: 11,-84 + 1453: 11,-83 + 1454: 11,-82 + 1455: 11,-81 + 1460: 7,-92 + 1461: 7,-91 + 1462: 7,-90 + 1463: 7,-89 + 1464: 7,-88 + 1465: 0,-90 + 1466: 0,-89 + 1467: 0,-88 + 1468: 0,-87 + 1469: 0,-86 + 1483: 7,-99 + 1484: 7,-98 + 1485: 7,-97 - node: color: '#D381C996' id: QuarterTileOverlayGreyscale decals: - 2505: -40,-48 - 2507: -40,-49 - 2516: -38,-49 - 2518: -37,-50 - 2519: -36,-50 + 2485: -40,-48 + 2487: -40,-49 + 2496: -38,-49 + 2498: -37,-50 + 2499: -36,-50 - node: color: '#DE3A3A96' id: QuarterTileOverlayGreyscale decals: - 2736: 44,-16 - 2737: 44,-15 - 2738: 44,-14 - 2947: 55,-3 - 2948: 57,-3 - 2960: 55,-6 - 2962: 56,-5 - 3908: 55,-4 + 2716: 44,-16 + 2717: 44,-15 + 2718: 44,-14 + 2927: 55,-3 + 2928: 57,-3 + 2940: 55,-6 + 2942: 56,-5 + 3888: 55,-4 - node: color: '#EFB34196' id: QuarterTileOverlayGreyscale decals: - 1783: 50,-58 - 1784: 50,-59 - 1789: 47,-59 - 1799: 48,-60 - 1809: 50,-60 - 1879: 57,-55 - 1880: 56,-56 - 1881: 56,-55 - 1885: 59,-55 - 1886: 58,-55 - 2106: 42,-84 - 2107: 43,-83 + 1777: 50,-58 + 1778: 50,-59 + 1783: 47,-59 + 1793: 48,-60 + 1803: 50,-60 + 1873: 57,-55 + 1874: 56,-56 + 1875: 56,-55 + 1879: 59,-55 + 1880: 58,-55 - node: color: '#2E3E50C6' id: QuarterTileOverlayGreyscale180 decals: - 3940: -5,22 + 3920: -5,22 - node: color: '#334E6DC8' id: QuarterTileOverlayGreyscale180 decals: - 3932: -4,23 - 8014: -3,-21 - 8015: -3,-20 - 8016: -3,-17 - 8216: 0,-45 - 8217: 0,-44 - 8218: 0,-43 - 8219: 0,-42 - 8220: 0,-41 - 8221: 0,-40 - 8222: 0,-39 - 8223: 0,-38 - 8231: 2,-35 - 8232: 1,-35 - 8233: 0,-35 - 8240: 6,-35 - 8255: 5,-31 - 8256: 4,-31 - 8257: 3,-31 - 8258: 2,-31 + 3912: -4,23 + 7984: -3,-21 + 7985: -3,-20 + 7986: -3,-17 + 8186: 0,-45 + 8187: 0,-44 + 8188: 0,-43 + 8189: 0,-42 + 8190: 0,-41 + 8191: 0,-40 + 8192: 0,-39 + 8193: 0,-38 + 8201: 2,-35 + 8202: 1,-35 + 8203: 0,-35 + 8210: 6,-35 + 8225: 5,-31 + 8226: 4,-31 + 8227: 3,-31 + 8228: 2,-31 - node: color: '#52B4E996' id: QuarterTileOverlayGreyscale180 decals: - 4912: -42,-39 - 4914: -43,-40 - 4915: -43,-40 + 4892: -42,-39 + 4894: -43,-40 + 4895: -43,-40 - node: color: '#66ED5393' id: QuarterTileOverlayGreyscale180 decals: - 1441: -51,1 - 1442: -51,0 - 1443: -51,-1 - 1444: -51,-3 - 1445: -51,-4 - 1446: -51,-5 - 1447: -51,-6 - 1448: -51,-7 + 1435: -51,1 + 1436: -51,0 + 1437: -51,-1 + 1438: -51,-3 + 1439: -51,-4 + 1440: -51,-5 + 1441: -51,-6 + 1442: -51,-7 - node: color: '#A4610696' id: QuarterTileOverlayGreyscale180 decals: - 1462: 10,-80 - 1463: 10,-81 - 1464: 10,-82 - 1465: 10,-83 - 1476: 0,-86 - 1477: 0,-87 - 1478: 0,-88 - 1479: 0,-89 - 1480: 0,-90 - 1481: 6,-88 - 1482: 6,-89 - 1483: 6,-90 - 1484: 6,-91 - 1485: 6,-92 - 1486: 7,-97 - 1487: 7,-98 - 1488: 7,-99 + 1456: 10,-80 + 1457: 10,-81 + 1458: 10,-82 + 1459: 10,-83 + 1470: 0,-86 + 1471: 0,-87 + 1472: 0,-88 + 1473: 0,-89 + 1474: 0,-90 + 1475: 6,-88 + 1476: 6,-89 + 1477: 6,-90 + 1478: 6,-91 + 1479: 6,-92 + 1480: 7,-97 + 1481: 7,-98 + 1482: 7,-99 - node: color: '#D381C996' id: QuarterTileOverlayGreyscale180 decals: - 2506: -40,-48 - 2508: -40,-49 - 2536: -41,-50 - 2537: -41,-50 - 2697: -36,-66 - 2698: -35,-66 + 2486: -40,-48 + 2488: -40,-49 + 2516: -41,-50 + 2517: -41,-50 + 2677: -36,-66 + 2678: -35,-66 - node: color: '#DE3A3A96' id: QuarterTileOverlayGreyscale180 decals: - 2729: 42,-15 - 2949: 55,-3 - 2956: 54,-3 - 2957: 55,-6 - 3910: 56,-4 + 2709: 42,-15 + 2929: 55,-3 + 2936: 54,-3 + 2937: 55,-6 + 3890: 56,-4 - node: color: '#EFB34196' id: QuarterTileOverlayGreyscale180 decals: - 1779: 50,-59 - 1788: 47,-59 - 1810: 45,-60 - 1811: 46,-60 - 1812: 47,-60 - 1813: 48,-60 - 1814: 49,-60 - 1815: 50,-60 - 1816: 51,-60 - 1817: 51,-60 - 1818: 50,-60 - 1819: 49,-60 - 1820: 48,-60 - 1821: 47,-60 - 1822: 46,-60 - 1823: 45,-60 - 1877: 56,-56 - 1878: 56,-55 - 1882: 57,-55 - 1883: 58,-55 - 1884: 59,-55 - 6700: 37,-78 + 1773: 50,-59 + 1782: 47,-59 + 1804: 45,-60 + 1805: 46,-60 + 1806: 47,-60 + 1807: 48,-60 + 1808: 49,-60 + 1809: 50,-60 + 1810: 51,-60 + 1811: 51,-60 + 1812: 50,-60 + 1813: 49,-60 + 1814: 48,-60 + 1815: 47,-60 + 1816: 46,-60 + 1817: 45,-60 + 1871: 56,-56 + 1872: 56,-55 + 1876: 57,-55 + 1877: 58,-55 + 1878: 59,-55 - node: color: '#2E3E50C6' id: QuarterTileOverlayGreyscale270 decals: - 3937: -5,24 - 3938: -4,23 + 3917: -5,24 + 3918: -4,23 - node: color: '#334E6DC8' id: QuarterTileOverlayGreyscale270 decals: - 3929: -4,24 - 8010: 5,-22 - 8011: 5,-21 - 8012: 5,-20 - 8013: 5,-17 - 8208: -2,-45 - 8209: -2,-44 - 8210: -2,-43 - 8211: -2,-42 - 8212: -2,-41 - 8213: -2,-40 - 8214: -2,-39 - 8215: -2,-38 - 8234: -4,-35 - 8235: -3,-35 - 8236: -2,-35 - 8242: 4,-35 - 8251: -3,-31 - 8252: -2,-31 - 8253: -1,-31 - 8254: 0,-31 + 3909: -4,24 + 7980: 5,-22 + 7981: 5,-21 + 7982: 5,-20 + 7983: 5,-17 + 8178: -2,-45 + 8179: -2,-44 + 8180: -2,-43 + 8181: -2,-42 + 8182: -2,-41 + 8183: -2,-40 + 8184: -2,-39 + 8185: -2,-38 + 8204: -4,-35 + 8205: -3,-35 + 8206: -2,-35 + 8212: 4,-35 + 8221: -3,-31 + 8222: -2,-31 + 8223: -1,-31 + 8224: 0,-31 - node: color: '#52B4E996' id: QuarterTileOverlayGreyscale270 decals: - 4896: -37,-38 - 4924: -37,-40 - 4925: -37,-40 - 8635: -41,-38 - 8636: -42,-38 + 4876: -37,-38 + 4904: -37,-40 + 4905: -37,-40 + 8605: -41,-38 + 8606: -42,-38 - node: color: '#52DDE993' id: QuarterTileOverlayGreyscale270 decals: - 1927: 46,-87 - 1928: 46,-86 + 1912: 46,-87 + 1913: 46,-86 - node: color: '#D381C996' id: QuarterTileOverlayGreyscale270 decals: - 2517: -38,-48 - 2525: -35,-48 - 2538: -35,-50 - 2539: -35,-50 - 2695: -40,-66 - 2696: -41,-66 - 5022: -52,-57 - 5023: -52,-58 - 5024: -52,-59 - 5030: -52,-62 - 5031: -52,-61 + 2497: -38,-48 + 2505: -35,-48 + 2518: -35,-50 + 2519: -35,-50 + 2675: -40,-66 + 2676: -41,-66 + 5002: -52,-57 + 5003: -52,-58 + 5004: -52,-59 + 5010: -52,-62 + 5011: -52,-61 - node: color: '#DE3A3A96' id: QuarterTileOverlayGreyscale270 decals: - 2732: 42,-14 - 2950: 56,-3 - 2955: 57,-3 - 2958: 56,-6 - 3911: 55,-4 + 2712: 42,-14 + 2930: 56,-3 + 2935: 57,-3 + 2938: 56,-6 + 3891: 55,-4 - node: color: '#EFB34196' id: QuarterTileOverlayGreyscale270 decals: - 1774: 46,-81 - 1775: 46,-82 - 1776: 46,-83 - 1781: 49,-58 - 1790: 47,-58 - 1801: 45,-60 - 1802: 46,-60 - 1803: 47,-60 - 1804: 48,-60 - 1805: 49,-60 - 1806: 50,-60 - 1807: 51,-60 - 1824: 45,-60 - 1825: 46,-60 - 1826: 47,-60 - 1827: 48,-60 - 1828: 49,-60 - 1829: 50,-60 - 1830: 51,-60 - 1924: 43,-78 - 1973: 47,-69 - 1974: 46,-69 - 1975: 44,-69 - 1976: 43,-69 - 1977: 52,-69 - 1978: 53,-69 - 1979: 54,-69 - 1980: 56,-69 - 1981: 57,-69 - 1982: 58,-69 - 1983: 51,-66 - 1984: 51,-65 - 1985: 51,-64 + 1768: 46,-81 + 1769: 46,-82 + 1770: 46,-83 + 1775: 49,-58 + 1784: 47,-58 + 1795: 45,-60 + 1796: 46,-60 + 1797: 47,-60 + 1798: 48,-60 + 1799: 49,-60 + 1800: 50,-60 + 1801: 51,-60 + 1818: 45,-60 + 1819: 46,-60 + 1820: 47,-60 + 1821: 48,-60 + 1822: 49,-60 + 1823: 50,-60 + 1824: 51,-60 + 1958: 47,-69 + 1959: 46,-69 + 1960: 44,-69 + 1961: 43,-69 + 1962: 52,-69 + 1963: 53,-69 + 1964: 54,-69 + 1965: 56,-69 + 1966: 57,-69 + 1967: 58,-69 + 1968: 51,-66 + 1969: 51,-65 + 1970: 51,-64 - node: color: '#2E3E50C6' id: QuarterTileOverlayGreyscale90 decals: - 3939: -4,22 + 3919: -4,22 - node: color: '#334E6DC8' id: QuarterTileOverlayGreyscale90 decals: - 3928: -4,23 - 3930: -5,22 - 8017: -3,-19 - 8227: 2,-33 - 8228: 1,-33 - 8229: 0,-33 - 8238: 6,-34 - 8239: 5,-33 - 8245: 5,-28 - 8246: 4,-28 - 8247: 3,-28 + 3908: -4,23 + 3910: -5,22 + 7987: -3,-19 + 8197: 2,-33 + 8198: 1,-33 + 8199: 0,-33 + 8208: 6,-34 + 8209: 5,-33 + 8215: 5,-28 + 8216: 4,-28 + 8217: 3,-28 - node: color: '#52B4E996' id: QuarterTileOverlayGreyscale90 decals: - 4897: -38,-38 - 4901: -40,-40 - 4909: -41,-40 - 4910: -43,-40 - 4911: -42,-39 + 4877: -38,-38 + 4881: -40,-40 + 4889: -41,-40 + 4890: -43,-40 + 4891: -42,-39 - node: color: '#52DDE993' id: QuarterTileOverlayGreyscale90 decals: - 1925: 45,-86 - 1926: 45,-87 + 1910: 45,-86 + 1911: 45,-87 - node: color: '#A4610696' id: QuarterTileOverlayGreyscale90 decals: - 4872: 4,-83 - 4880: 6,-83 + 4852: 4,-83 + 4860: 6,-83 - node: color: '#D381C996' id: QuarterTileOverlayGreyscale90 decals: - 2502: -41,-50 - 2509: -40,-50 - 2510: -39,-50 - 2522: -36,-48 - 2523: -36,-50 - 5025: -53,-59 - 5026: -53,-58 - 5027: -53,-57 - 5028: -53,-62 - 5029: -53,-63 + 2482: -41,-50 + 2489: -40,-50 + 2490: -39,-50 + 2502: -36,-48 + 2503: -36,-50 + 5005: -53,-59 + 5006: -53,-58 + 5007: -53,-57 + 5008: -53,-62 + 5009: -53,-63 - node: color: '#DE3A3A96' id: QuarterTileOverlayGreyscale90 decals: - 2735: 43,-16 - 2945: 56,-3 - 2946: 54,-3 - 2959: 56,-6 - 2961: 55,-5 - 3909: 56,-4 + 2715: 43,-16 + 2925: 56,-3 + 2926: 54,-3 + 2939: 56,-6 + 2941: 55,-5 + 3889: 56,-4 - node: color: '#EFB34196' id: QuarterTileOverlayGreyscale90 decals: - 1771: 45,-81 - 1772: 45,-82 - 1773: 45,-83 - 1778: 51,-58 - 1782: 49,-58 - 1787: 47,-59 - 1793: 45,-58 - 1794: 45,-59 - 1798: 46,-60 - 1800: 49,-60 - 1808: 51,-60 - 1963: 47,-70 - 1964: 46,-70 - 1965: 44,-70 - 1966: 43,-70 - 1967: 52,-70 - 1968: 53,-70 - 1969: 58,-70 - 1970: 57,-70 - 1971: 54,-70 - 1972: 56,-70 - 1986: 50,-64 - 1987: 50,-65 - 1988: 50,-66 - 6699: 37,-83 - 7203: 38,-84 + 1765: 45,-81 + 1766: 45,-82 + 1767: 45,-83 + 1772: 51,-58 + 1776: 49,-58 + 1781: 47,-59 + 1787: 45,-58 + 1788: 45,-59 + 1792: 46,-60 + 1794: 49,-60 + 1802: 51,-60 + 1948: 47,-70 + 1949: 46,-70 + 1950: 44,-70 + 1951: 43,-70 + 1952: 52,-70 + 1953: 53,-70 + 1954: 58,-70 + 1955: 57,-70 + 1956: 54,-70 + 1957: 56,-70 + 1971: 50,-64 + 1972: 50,-65 + 1973: 50,-66 - node: color: '#FFFFFFFF' id: Remains decals: - 7934: -13.049783,-41.0165 - 7996: 0.35362196,-19.02419 - 7997: 1.947372,-18.83669 + 7904: -13.049783,-41.0165 + 7966: 0.35362196,-19.02419 + 7967: 1.947372,-18.83669 - node: angle: 1.5707963267948966 rad color: '#FFFFFFFF' id: Remains decals: - 7998: 1.087997,-19.21169 - 8009: -12.089082,-31.90702 + 7968: 1.087997,-19.21169 + 7979: -12.089082,-31.90702 - node: color: '#FFFFFFFF' id: Rock01 @@ -10675,213 +10674,203 @@ entities: color: '#FFFFFFFF' id: Rock06 decals: - 2023: 54,-42 + 2008: 54,-42 - node: color: '#FFFFFFFF' id: Rock07 decals: - 2022: 59,-38 - 2024: 48,-40 + 2007: 59,-38 + 2009: 48,-40 - node: angle: 1.5707963267948966 rad color: '#FFFFFFFF' id: Rock07 decals: - 2025: 57,-38 + 2010: 57,-38 - node: angle: 4.71238898038469 rad color: '#FFFFFFFF' id: Rock07 decals: - 2026: 51,-42 + 2011: 51,-42 - node: cleanable: True color: '#FFFFFFFF' id: Rust decals: - 8836: -75,-21 - 8837: -73,-13 - 8838: -72,6 - 8839: -62,4 - 8840: -69,-17 - 8841: -71,-18 - 8842: -70,-24 - 8843: -61,-36 - 8844: -60,-54 - 8845: -61,-63 - 8846: -58,-75 - 8847: -53,-87 - 8848: -51,-94 - 8849: -55,-101 - 8850: -56,-108 - 8851: -55,-121 - 8852: -56,-121 - 8853: -56,-120 - 8854: -45,-121 - 8855: -41,-116 - 8856: -40,-117 - 8857: -37,-121 - 8858: -32,-111 - 8859: -36,-105 - 8860: -31,-107 - 8861: -28,-110 - 8862: -13,-101 - 8863: -8,-94 - 8864: -13,-85 + 8806: -75,-21 + 8807: -73,-13 + 8808: -72,6 + 8809: -62,4 + 8810: -69,-17 + 8811: -71,-18 + 8812: -70,-24 + 8813: -61,-36 + 8814: -60,-54 + 8815: -61,-63 + 8816: -58,-75 + 8817: -53,-87 + 8818: -51,-94 + 8819: -55,-101 + 8820: -56,-108 + 8821: -55,-121 + 8822: -56,-121 + 8823: -56,-120 + 8824: -45,-121 + 8825: -41,-116 + 8826: -40,-117 + 8827: -37,-121 + 8828: -32,-111 + 8829: -36,-105 + 8830: -31,-107 + 8831: -28,-110 + 8832: -13,-101 + 8833: -8,-94 + 8834: -13,-85 - node: color: '#FFFFFFFF' id: SpaceStationSign1 decals: - 1552: -3,3 + 1546: -3,3 - node: color: '#FFFFFFFF' id: SpaceStationSign2 decals: - 1553: -2,3 + 1547: -2,3 - node: color: '#FFFFFFFF' id: SpaceStationSign3 decals: - 1554: -1,3 + 1548: -1,3 - node: color: '#FFFFFFFF' id: SpaceStationSign4 decals: - 1555: 0,3 + 1549: 0,3 - node: color: '#FFFFFFFF' id: SpaceStationSign5 decals: - 1556: 1,3 + 1550: 1,3 - node: color: '#FFFFFFFF' id: SpaceStationSign6 decals: - 1557: 2,3 + 1551: 2,3 - node: color: '#FFFFFFFF' id: SpaceStationSign7 decals: - 1558: 3,3 + 1552: 3,3 - node: color: '#A4610696' id: ThreeQuarterTileOverlayGreyscale decals: - 1640: 7,25 - 4859: 3,-81 + 1634: 7,25 + 4839: 3,-81 - node: color: '#DE3A3A96' id: ThreeQuarterTileOverlayGreyscale decals: - 2741: 45,-14 - - node: - color: '#EFB34196' - id: ThreeQuarterTileOverlayGreyscale - decals: - 2108: 42,-83 + 2721: 45,-14 - node: color: '#52B4E996' id: ThreeQuarterTileOverlayGreyscale180 decals: - 1633: -3,19 + 1627: -3,19 - node: color: '#9FED5896' id: ThreeQuarterTileOverlayGreyscale180 decals: - 3309: -10,21 + 3289: -10,21 - node: color: '#D381C996' id: ThreeQuarterTileOverlayGreyscale180 decals: - 1631: -7,24 + 1625: -7,24 - node: color: '#DE3A3A96' id: ThreeQuarterTileOverlayGreyscale180 decals: - 1637: 5,19 + 1631: 5,19 - node: color: '#EFB34196' id: ThreeQuarterTileOverlayGreyscale180 decals: - 1639: 11,21 + 1633: 11,21 - node: color: '#52B4E996' id: ThreeQuarterTileOverlayGreyscale270 decals: - 1632: -5,19 + 1626: -5,19 - node: color: '#9FED5896' id: ThreeQuarterTileOverlayGreyscale270 decals: - 3308: -11,21 + 3288: -11,21 - node: color: '#A4610696' id: ThreeQuarterTileOverlayGreyscale270 decals: - 1641: 7,24 + 1635: 7,24 - node: color: '#DE3A3A96' id: ThreeQuarterTileOverlayGreyscale270 decals: - 1636: 3,19 + 1630: 3,19 - node: color: '#EFB34196' id: ThreeQuarterTileOverlayGreyscale270 decals: - 1638: 10,21 + 1632: 10,21 - node: color: '#334E6DC8' id: ThreeQuarterTileOverlayGreyscale90 decals: - 3934: -5,24 - 8237: 6,-33 + 3914: -5,24 + 8207: 6,-33 - node: color: '#A4610696' id: ThreeQuarterTileOverlayGreyscale90 decals: - 4860: 3,-82 - 4878: 7,-81 + 4840: 3,-82 + 4858: 7,-81 - node: color: '#D381C996' id: ThreeQuarterTileOverlayGreyscale90 decals: - 1630: -7,25 - - node: - color: '#EFB34196' - id: ThreeQuarterTileOverlayGreyscale90 - decals: - 7202: 38,-83 + 1624: -7,25 - node: color: '#FFFFFFFF' id: WarnBox decals: 75: -1,-54 - 2039: 34,-47 - 2040: 34,-48 - 2258: 91,-20 - 2259: 98,-20 - 4241: -52,20 - 4242: -50,20 - 4243: -44,20 - 4244: -42,20 - 6701: 25,-43 - 6702: 27,-43 - 6703: 12,-61 - 6704: 12,-63 - 7937: -8,-40 - 7938: -7,-40 - 7939: -6,-40 - 7940: -5,-40 - 7941: -4,-40 + 2024: 34,-47 + 2025: 34,-48 + 2238: 91,-20 + 2239: 98,-20 + 4221: -52,20 + 4222: -50,20 + 4223: -44,20 + 4224: -42,20 + 6674: 25,-43 + 6675: 27,-43 + 6676: 12,-61 + 6677: 12,-63 + 7907: -8,-40 + 7908: -7,-40 + 7909: -6,-40 + 7910: -5,-40 + 7911: -4,-40 - node: cleanable: True color: '#FFFFFFFF' id: WarnBox decals: - 8979: 39,21 - 8980: 37,21 - 8981: 37,23 - 8982: 39,23 + 8920: 39,21 + 8921: 37,21 + 8922: 37,23 + 8923: 39,23 - node: angle: 3.141592653589793 rad color: '#FFFFFFFF' @@ -10895,708 +10884,702 @@ entities: color: '#52DDE993' id: WarnBoxGreyscale decals: - 2037: 34,-49 - 2038: 34,-50 + 2022: 34,-49 + 2023: 34,-50 - node: color: '#9FED5896' id: WarnCornerGreyscaleNE decals: - 5148: 27,-3 + 5128: 27,-3 - node: color: '#D381C996' id: WarnCornerGreyscaleNE decals: - 2712: -47,-81 + 2692: -47,-81 - node: color: '#EFB34196' id: WarnCornerGreyscaleNE decals: - 1754: 61,-69 + 1748: 61,-69 - node: color: '#A4610696' id: WarnCornerGreyscaleNW decals: - 4234: -1,-85 + 4214: -1,-85 - node: color: '#52DDE993' id: WarnCornerGreyscaleSE decals: - 1931: 46,-88 + 1916: 46,-88 - node: color: '#A4610696' id: WarnCornerGreyscaleSE decals: - 5866: 1,-83 + 5846: 1,-83 - node: cleanable: True color: '#D381C996' id: WarnCornerGreyscaleSE decals: - 4948: -43,-49 + 4928: -43,-49 - node: color: '#9FED58B2' id: WarnCornerGreyscaleSW decals: - 7454: 33,9 + 7424: 33,9 - node: color: '#FFFFFFFF' id: WarnCornerSmallNE decals: - 2681: -40,-65 - 8948: 41,-80 - 8949: 41,-82 - 8959: 39,-80 - 8961: 39,-82 + 2661: -40,-65 - node: color: '#FFFFFFFF' id: WarnCornerSmallNW decals: - 2680: -36,-65 - 3863: -54,-59 - 8946: 39,-82 - 8947: 39,-80 - 8956: 41,-82 - 8957: 41,-80 + 2660: -36,-65 + 3843: -54,-59 - node: color: '#FFFFFFFF' id: WarnCornerSmallSE decals: - 2682: -40,-63 - 8944: 41,-80 - 8960: 39,-80 + 2662: -40,-63 + 9075: 41,-78 + 9076: 37,-78 - node: color: '#FFFFFFFF' id: WarnCornerSmallSW decals: - 2683: -36,-63 - 3864: -54,-57 - 8945: 39,-80 - 8962: 41,-80 + 2663: -36,-63 + 3844: -54,-57 + 9073: 43,-78 + 9074: 39,-78 - node: color: '#EFB34196' id: WarnFull decals: - 6530: 57,-91 + 6510: 57,-91 - node: color: '#FFFFFFFF' id: WarnFull decals: - 8092: 1,-29 + 8062: 1,-29 - node: color: '#DE3A3A96' id: WarnFullGreyscale decals: - 3153: 67,1 - 3154: 67,2 - 3155: 67,3 + 3133: 67,1 + 3134: 67,2 + 3135: 67,3 - node: color: '#FFFFFFFF' id: WarnLineE decals: 1302: 102,-41 - 1736: 51,-66 - 1737: 51,-65 - 1738: 51,-64 - 2679: -40,-64 - 8942: 41,-81 - 8943: 41,-79 - 8953: 39,-79 - 8954: 39,-81 + 1730: 51,-66 + 1731: 51,-65 + 1732: 51,-64 + 2659: -40,-64 + 9062: 41,-81 + 9063: 41,-80 + 9064: 41,-79 + 9068: 37,-81 + 9069: 37,-80 + 9070: 37,-79 - node: color: '#334E6DC8' id: WarnLineGreyscaleE decals: - 3600: 17,6 - 3874: -39,-74 - 5064: 1,16 - 5065: 1,14 - 5066: 1,9 - 5067: 1,8 - 7265: 99,-72 - 7266: 99,-68 - 7273: 95,-72 - 7274: 95,-68 + 3580: 17,6 + 3854: -39,-74 + 5044: 1,16 + 5045: 1,14 + 5046: 1,9 + 5047: 1,8 + 7235: 99,-72 + 7236: 99,-68 + 7243: 95,-72 + 7244: 95,-68 - node: color: '#52B4E996' id: WarnLineGreyscaleE decals: - 2373: -41,-16 - 2374: -41,-18 - 2375: -41,-23 - 2388: -42,-4 - 2475: -52,-26 - 3745: -42,-9 - 3763: -52,-16 - 3785: -35,-40 - 3786: -35,-39 - 3787: -35,-38 - 6833: -35,-27 - 7860: -47,-37 - 7884: -41,-21 - 8644: -47,-41 - 8776: -54,-40 + 2353: -41,-16 + 2354: -41,-18 + 2355: -41,-23 + 2368: -42,-4 + 2455: -52,-26 + 3725: -42,-9 + 3743: -52,-16 + 3765: -35,-40 + 3766: -35,-39 + 3767: -35,-38 + 6806: -35,-27 + 7830: -47,-37 + 7854: -41,-21 + 8614: -47,-41 + 8746: -54,-40 - node: color: '#52B4E9B2' id: WarnLineGreyscaleE decals: - 8807: -50,-40 + 8777: -50,-40 - node: color: '#52DDE993' id: WarnLineGreyscaleE decals: - 1755: 46,-87 + 1749: 46,-87 - node: color: '#9FED5896' id: WarnLineGreyscaleE decals: - 5207: 30,-14 - 5716: 45,-39 - 5717: 45,-40 - 5787: 29,-72 - 5789: 30,-63 - 5790: 30,-62 - 5795: 33,-55 - 6143: -71,-45 - 6144: -71,-44 - 6145: -71,-43 + 5187: 30,-14 + 5696: 45,-39 + 5697: 45,-40 + 5767: 29,-72 + 5769: 30,-63 + 5770: 30,-62 + 5775: 33,-55 + 6123: -71,-45 + 6124: -71,-44 + 6125: -71,-43 - node: color: '#A4610696' id: WarnLineGreyscaleE decals: - 4238: 15,-100 - 4239: 15,-98 - 5868: 1,-82 - 5869: 1,-81 - 6252: 12,-76 - 6363: 2,-61 - 6566: 29,-38 + 4218: 15,-100 + 4219: 15,-98 + 5848: 1,-82 + 5849: 1,-81 + 6232: 12,-76 + 6343: 2,-61 + 6546: 29,-38 - node: color: '#D381C996' id: WarnLineGreyscaleE decals: - 2624: -35,-59 - 2630: -43,-74 - 2631: -43,-71 - 2632: -43,-65 - 2635: -49,-67 - 2636: -49,-65 - 2640: -61,-66 - 2713: -47,-82 - 3861: -51,-59 - 6749: -61,-74 - 8335: -10,-39 + 2604: -35,-59 + 2610: -43,-74 + 2611: -43,-71 + 2612: -43,-65 + 2615: -49,-67 + 2616: -49,-65 + 2620: -61,-66 + 2693: -47,-82 + 3841: -51,-59 + 6722: -61,-74 + 8305: -10,-39 - node: cleanable: True color: '#D381C996' id: WarnLineGreyscaleE decals: - 4949: -43,-48 + 4929: -43,-48 - node: color: '#DE3A3A96' id: WarnLineGreyscaleE decals: - 2799: 44,-6 - 2800: 62,-9 - 2801: 59,-6 - 3082: 62,-11 - 3117: 86,-11 - 3118: 86,-8 - 3119: 86,-5 - 3150: 73,-9 - 3216: 69,-2 - 3217: 69,-6 - 3218: 69,-9 - 3228: 53,-17 - 3229: 53,-18 - 3838: -47,-53 - 3916: 56.934586,-5.4922876 - 3917: 56.934586,-4.4922876 - 3918: 56.924164,-3.4922874 - 4969: 44,-5 - 5395: 45,-28 - 6268: -64,-39 - 6509: -3,-85 - 6510: -3,-82 - 6511: -3,-80 - 6627: 56,5 - 6630: 56,13 - 6631: 56,11 - 6656: -50,12 - 6657: -50,11 - 8656: -45,-34 - 8657: -45,-35 - 9028: 50,-6 + 2779: 44,-6 + 2780: 62,-9 + 2781: 59,-6 + 3062: 62,-11 + 3097: 86,-11 + 3098: 86,-8 + 3099: 86,-5 + 3130: 73,-9 + 3196: 69,-2 + 3197: 69,-6 + 3198: 69,-9 + 3208: 53,-17 + 3209: 53,-18 + 3818: -47,-53 + 3896: 56.934586,-5.4922876 + 3897: 56.934586,-4.4922876 + 3898: 56.924164,-3.4922874 + 4949: 44,-5 + 5375: 45,-28 + 6248: -64,-39 + 6489: -3,-85 + 6490: -3,-82 + 6491: -3,-80 + 6607: 56,5 + 6610: 56,13 + 6611: 56,11 + 6636: -50,12 + 6637: -50,11 + 8626: -45,-34 + 8627: -45,-35 + 8969: 50,-6 - node: zIndex: -1 color: '#EFB34196' id: WarnLineGreyscaleE decals: - 7359: 48,-65 + 7329: 48,-65 - node: color: '#EFB34196' id: WarnLineGreyscaleE decals: - 1753: 46,-84 - 1843: 53,-59 - 1844: 53,-61 - 1845: 59,-59 - 1846: 59,-61 - 2501: 53,-57 - 4958: 60,-55 - 5459: 41,-39 - 5460: 41,-38 - 5464: 45,-45 - 5465: 45,-49 - 5466: 45,-48 - 5649: 102,-23 + 1747: 46,-84 + 1837: 53,-59 + 1838: 53,-61 + 1839: 59,-59 + 1840: 59,-61 + 2481: 53,-57 + 4938: 60,-55 + 5439: 41,-39 + 5440: 41,-38 + 5444: 45,-45 + 5445: 45,-49 + 5446: 45,-48 + 5629: 102,-23 - node: color: '#334E6DC8' id: WarnLineGreyscaleN decals: - 1875: 55,-54 - 1876: 55,-54 - 5062: -1,17 - 5063: 1,17 - 5103: -16,1 - 5104: -21,1 - 5105: 15,1 - 5106: 16,1 - 5107: 17,1 - 7269: 97,-67 - 7270: 99,-67 - 7275: 97,-75 - 7276: 99,-75 - 7277: 99,-79 - 7278: 97,-79 - 7371: 16,21 + 1869: 55,-54 + 1870: 55,-54 + 5042: -1,17 + 5043: 1,17 + 5083: -16,1 + 5084: -21,1 + 5085: 15,1 + 5086: 16,1 + 5087: 17,1 + 7239: 97,-67 + 7240: 99,-67 + 7245: 97,-75 + 7246: 99,-75 + 7247: 99,-79 + 7248: 97,-79 + 7341: 16,21 - node: color: '#52B4E996' id: WarnLineGreyscaleN decals: - 2378: -43,-33 - 2379: -41,-33 - 2384: -53,-28 - 2385: -49,-28 - 2386: -48,-16 - 2389: -44,-2 - 2390: -42,-2 - 2474: -53,-24 - 2492: -36,-37 - 3268: 52,-25 - 3750: -51,-32 - 3751: -50,-32 - 3766: -55,-19 - 6034: -47,-43 - 6035: -44,-43 - 6036: -43,-43 - 6037: -42,-43 - 6038: -38,-43 - 6039: -37,-43 - 6040: -36,-43 - 6045: -33,-32 - 6828: -39,-29 - 6829: -37,-29 - 6830: -36,-29 - 8640: -50,-43 - 8775: -51,-39 - 8804: -57,-32 + 2358: -43,-33 + 2359: -41,-33 + 2364: -53,-28 + 2365: -49,-28 + 2366: -48,-16 + 2369: -44,-2 + 2370: -42,-2 + 2454: -53,-24 + 2472: -36,-37 + 3248: 52,-25 + 3730: -51,-32 + 3731: -50,-32 + 3746: -55,-19 + 6014: -47,-43 + 6015: -44,-43 + 6016: -43,-43 + 6017: -42,-43 + 6018: -38,-43 + 6019: -37,-43 + 6020: -36,-43 + 6025: -33,-32 + 6801: -39,-29 + 6802: -37,-29 + 6803: -36,-29 + 8610: -50,-43 + 8745: -51,-39 + 8774: -57,-32 - node: color: '#52DDE993' id: WarnLineGreyscaleN decals: - 1760: 45,-90 - 1761: 46,-90 - 1762: 45,-93 - 1763: 46,-93 + 1754: 45,-90 + 1755: 46,-90 + 1756: 45,-93 + 1757: 46,-93 - node: color: '#9FED5896' id: WarnLineGreyscaleN decals: - 5149: 26,-3 - 5150: 20,0 - 5265: -27,-3 - 5266: -26,-3 - 5660: 69,-32 - 5661: 68,-32 - 5662: 64,-32 - 5663: 63,-32 - 5668: 69,-25 - 5877: -8,-75 - 5878: -4,-75 - 5879: 4,-75 - 5880: 7,-75 - 6100: -58,-43 - 6102: -72,-36 - 6319: 65,-36 - 6320: 64,-36 - 7612: 30,14 - 7768: -3,-75 - 7769: 3,-75 + 5129: 26,-3 + 5130: 20,0 + 5245: -27,-3 + 5246: -26,-3 + 5640: 69,-32 + 5641: 68,-32 + 5642: 64,-32 + 5643: 63,-32 + 5648: 69,-25 + 5857: -8,-75 + 5858: -4,-75 + 5859: 4,-75 + 5860: 7,-75 + 6080: -58,-43 + 6082: -72,-36 + 6299: 65,-36 + 6300: 64,-36 + 7582: 30,14 + 7738: -3,-75 + 7739: 3,-75 - node: color: '#9FED58B2' id: WarnLineGreyscaleN decals: - 7455: 33,15 + 7425: 33,15 - node: zIndex: -1 color: '#A4610696' id: WarnLineGreyscaleN decals: - 6562: 26,-36 + 6542: 26,-36 - node: color: '#A4610696' id: WarnLineGreyscaleN decals: - 4235: 1,-85 - 4236: 5,-87 - 4237: 10,-87 - 6360: -1,-56 - 6361: 9,-57 - 6362: 5,-57 - 6871: 0,-75 + 4215: 1,-85 + 4216: 5,-87 + 4217: 10,-87 + 6340: -1,-56 + 6341: 9,-57 + 6342: 5,-57 + 6844: 0,-75 - node: color: '#D381C996' id: WarnLineGreyscaleN decals: - 2620: -52,-65 - 2621: -45,-53 - 2622: -43,-53 - 2625: -39,-58 - 2638: -52,-65 - 3862: -50,-55 - 6748: -63,-69 - 8372: 8,-35 + 2600: -52,-65 + 2601: -45,-53 + 2602: -43,-53 + 2605: -39,-58 + 2618: -52,-65 + 3842: -50,-55 + 6721: -63,-69 + 8342: 8,-35 - node: color: '#DE3A3A96' id: WarnLineGreyscaleN decals: - 2795: 45,-13 - 2796: 43,-13 - 2797: 48,-13 - 2798: 43,-4 - 2824: 52,-2 - 2825: 56,1 - 3048: 54,-9 - 3049: 55,-9 - 3054: 54,-8 - 3055: 55,-8 - 3120: 85,-4 - 3214: 68,-1 - 3257: 56,-17 - 3259: 61,-17 - 3285: 69,-13 - 3576: 76,-27 - 3839: -50,-47 - 3922: 54.986664,-2.5547874 - 3923: 55.97625,-2.5443707 - 5392: 43,-19 - 5393: 45,-19 - 5396: 60,-32 - 5672: 77,-32 - 5673: 73,-32 - 6512: -6,1 - 6513: -5,1 - 6629: 49,14 - 8658: -46,-32 - 8691: 46,-2 - 8706: 42,-4 + 2775: 45,-13 + 2776: 43,-13 + 2777: 48,-13 + 2778: 43,-4 + 2804: 52,-2 + 2805: 56,1 + 3028: 54,-9 + 3029: 55,-9 + 3034: 54,-8 + 3035: 55,-8 + 3100: 85,-4 + 3194: 68,-1 + 3237: 56,-17 + 3239: 61,-17 + 3265: 69,-13 + 3556: 76,-27 + 3819: -50,-47 + 3902: 54.986664,-2.5547874 + 3903: 55.97625,-2.5443707 + 5372: 43,-19 + 5373: 45,-19 + 5376: 60,-32 + 5652: 77,-32 + 5653: 73,-32 + 6492: -6,1 + 6493: -5,1 + 6609: 49,14 + 8628: -46,-32 + 8661: 46,-2 + 8676: 42,-4 - node: color: '#EFB34196' id: WarnLineGreyscaleN decals: - 1605: 43,-52 - 1606: 45,-52 - 2270: 108,-21 - 2498: 43,-57 - 2499: 45,-57 - 2500: 48,-51 + 1599: 43,-52 + 1600: 45,-52 + 2250: 108,-21 + 2478: 43,-57 + 2479: 45,-57 + 2480: 48,-51 - node: color: '#334E6DC8' id: WarnLineGreyscaleS decals: - 3597: 15,3 - 3598: 16,3 - 3599: 17,3 - 7263: 97,-73 - 7264: 99,-73 - 7279: 98,-81 - 7280: 97,-77 - 7281: 99,-77 + 3577: 15,3 + 3578: 16,3 + 3579: 17,3 + 7233: 97,-73 + 7234: 99,-73 + 7249: 98,-81 + 7250: 97,-77 + 7251: 99,-77 - node: color: '#52B4E996' id: WarnLineGreyscaleS decals: - 2376: -41,-31 - 2377: -43,-31 - 2381: -46,-30 - 2382: -50,-30 - 2383: -51,-30 - 2457: -49,-26 - 2473: -53,-26 - 2491: -36,-35 - 3764: -53,-22 - 3765: -55,-21 - 3779: -44,-41 - 3780: -43,-41 - 3781: -42,-41 - 3782: -38,-41 - 3783: -37,-41 - 3784: -36,-41 - 3793: -48,-14 - 6099: -57,-45 - 6831: -37,-27 - 6832: -36,-27 - 6839: -39,-27 - 7823: -51,-37 - 8777: -57,-30 + 2356: -41,-31 + 2357: -43,-31 + 2361: -46,-30 + 2362: -50,-30 + 2363: -51,-30 + 2437: -49,-26 + 2453: -53,-26 + 2471: -36,-35 + 3744: -53,-22 + 3745: -55,-21 + 3759: -44,-41 + 3760: -43,-41 + 3761: -42,-41 + 3762: -38,-41 + 3763: -37,-41 + 3764: -36,-41 + 3773: -48,-14 + 6079: -57,-45 + 6804: -37,-27 + 6805: -36,-27 + 6812: -39,-27 + 7793: -51,-37 + 8747: -57,-30 - node: color: '#52B4E9B2' id: WarnLineGreyscaleS decals: - 8808: -50,-41 + 8778: -50,-41 - node: color: '#52DDE993' id: WarnLineGreyscaleS decals: - 1759: 46,-91 - 1768: 45,-91 - 1930: 45,-88 + 1753: 46,-91 + 1762: 45,-91 + 1915: 45,-88 - node: color: '#9FED5896' id: WarnLineGreyscaleS decals: - 5297: 7,3 - 5298: 8,3 - 5299: 9,3 - 5664: 64,-30 - 5665: 63,-30 - 5666: 68,-30 - 5667: 69,-30 - 5669: 64,-34 - 5670: 65,-34 - 5671: 78,-34 - 5674: 54,-34 - 5675: 53,-34 - 5676: 52,-34 - 5786: 28,-72 - 5788: 22,-74 - 5923: -29,-72 - 5924: -26,-74 - 5925: -25,-74 - 5926: -24,-74 - 5927: -21,-74 - 6101: -60,-45 - 6156: -8,-73 - 6318: 61,-43 - 7611: 26,6 - 7748: -28,-72 + 5277: 7,3 + 5278: 8,3 + 5279: 9,3 + 5644: 64,-30 + 5645: 63,-30 + 5646: 68,-30 + 5647: 69,-30 + 5649: 64,-34 + 5650: 65,-34 + 5651: 78,-34 + 5654: 54,-34 + 5655: 53,-34 + 5656: 52,-34 + 5766: 28,-72 + 5768: 22,-74 + 5903: -29,-72 + 5904: -26,-74 + 5905: -25,-74 + 5906: -24,-74 + 5907: -21,-74 + 6081: -60,-45 + 6136: -8,-73 + 6298: 61,-43 + 7581: 26,6 + 7718: -28,-72 - node: zIndex: -1 color: '#A4610696' id: WarnLineGreyscaleS decals: - 6560: 25,-41 - 6561: 27,-41 + 6540: 25,-41 + 6541: 27,-41 - node: color: '#A4610696' id: WarnLineGreyscaleS decals: - 4240: -2,-92 - 5345: 26,-34 - 5863: -12,-77 - 5864: -10,-77 - 5865: -9,-77 - 5867: -1,-83 - 6862: 0,-73 + 4220: -2,-92 + 5325: 26,-34 + 5843: -12,-77 + 5844: -10,-77 + 5845: -9,-77 + 5847: -1,-83 + 6835: 0,-73 - node: color: '#D381C996' id: WarnLineGreyscaleS decals: - 2626: -38,-60 - 2627: -42,-82 - 2637: -50,-67 - 3860: -52,-63 - 6021: -37,-45 - 6022: -33,-56 - 6033: -45,-49 - 8368: 11,-38 - 8373: 8,-33 + 2606: -38,-60 + 2607: -42,-82 + 2617: -50,-67 + 3840: -52,-63 + 6001: -37,-45 + 6002: -33,-56 + 6013: -45,-49 + 8338: 11,-38 + 8343: 8,-33 - node: color: '#DE3A3A96' id: WarnLineGreyscaleS decals: - 2793: 45,-11 - 2794: 48,-11 - 2805: 52,-23 - 2826: 56,3 - 2966: 55,-7 - 2967: 54,-7 - 3052: 54,-8 - 3053: 55,-8 - 3071: 43,-11 - 3219: 69,-11 - 3260: 64,-18 - 3261: 60,-18 - 3575: 73,-30 - 3577: 77,-30 - 3924: 54.997086,-6.4297876 - 3925: 55.986664,-6.4297876 - 3992: 56,-18 - 5285: -5,3 - 5286: -6,3 - 6032: -50,-45 - 6142: -72,-46 - 6266: -67,-40 - 6267: -65,-40 - 8714: 45,-17 - 8715: 43,-17 + 2773: 45,-11 + 2774: 48,-11 + 2785: 52,-23 + 2806: 56,3 + 2946: 55,-7 + 2947: 54,-7 + 3032: 54,-8 + 3033: 55,-8 + 3051: 43,-11 + 3199: 69,-11 + 3240: 64,-18 + 3241: 60,-18 + 3555: 73,-30 + 3557: 77,-30 + 3904: 54.997086,-6.4297876 + 3905: 55.986664,-6.4297876 + 3972: 56,-18 + 5265: -5,3 + 5266: -6,3 + 6012: -50,-45 + 6122: -72,-46 + 6246: -67,-40 + 6247: -65,-40 + 8684: 45,-17 + 8685: 43,-17 - node: zIndex: -1 color: '#EFB34196' id: WarnLineGreyscaleS decals: - 5724: 106,-23 - 5725: 107,-23 + 5704: 106,-23 + 5705: 107,-23 - node: color: '#EFB34196' id: WarnLineGreyscaleS decals: - 1601: 50,-61 - 1602: 51,-61 - 1603: 43,-55 - 1604: 45,-55 - 1748: 54,-70 - 1750: 45,-70 - 5463: 38,-40 - 5467: 45,-50 - 5468: 43,-50 + 1595: 50,-61 + 1596: 51,-61 + 1597: 43,-55 + 1598: 45,-55 + 1742: 54,-70 + 1744: 45,-70 + 5443: 38,-40 + 5447: 45,-50 + 5448: 43,-50 - node: color: '#334E6DC8' id: WarnLineGreyscaleW decals: - 3596: 14,9 - 3873: -41,-74 - 5059: -1,10 - 5060: -1,14 - 5061: -1,16 - 6541: 13,20 - 7267: 97,-72 - 7268: 97,-68 - 7271: 101,-72 - 7272: 101,-68 - 7309: 94,-80 + 3576: 14,9 + 3853: -41,-74 + 5039: -1,10 + 5040: -1,14 + 5041: -1,16 + 6521: 13,20 + 7237: 97,-72 + 7238: 97,-68 + 7241: 101,-72 + 7242: 101,-68 + 7279: 94,-80 - node: color: '#52B4E996' id: WarnLineGreyscaleW decals: - 2380: -43,-34 - 2387: -50,-16 - 2458: -50,-26 - 3746: -58,-29 - 3794: -39,-23 - 3795: -39,-21 - 3813: -48,-40 - 6041: -33,-40 - 6042: -33,-39 - 6043: -33,-38 - 7859: -45,-37 - 8645: -45,-41 - 8663: -43,-35 - 8774: -52,-40 - 8778: -58,-38 + 2360: -43,-34 + 2367: -50,-16 + 2438: -50,-26 + 3726: -58,-29 + 3774: -39,-23 + 3775: -39,-21 + 3793: -48,-40 + 6021: -33,-40 + 6022: -33,-39 + 6023: -33,-38 + 7829: -45,-37 + 8615: -45,-41 + 8633: -43,-35 + 8744: -52,-40 + 8748: -58,-38 - node: color: '#52DDE993' id: WarnLineGreyscaleW decals: - 5469: 42,-49 - 5470: 42,-48 + 5449: 42,-49 + 5450: 42,-48 - node: color: '#9FED5896' id: WarnLineGreyscaleW decals: - 5267: -22,0 - 5268: -22,1 - 5269: -29,-8 - 5659: 81,-22 - 6146: -69,-45 - 6147: -69,-44 - 6148: -69,-43 - 6149: -77,-46 - 6150: -77,-40 - 6151: -77,-38 - 6317: 61,-40 - 9078: 43,-24 + 5247: -22,0 + 5248: -22,1 + 5249: -29,-8 + 5639: 81,-22 + 6126: -69,-45 + 6127: -69,-44 + 6128: -69,-43 + 6129: -77,-46 + 6130: -77,-40 + 6131: -77,-38 + 6297: 61,-40 + 9019: 43,-24 - node: color: '#A4610696' id: WarnLineGreyscaleW decals: - 4232: -1,-88 - 4233: -1,-87 - 6358: -3,-60 - 6359: -3,-56 - 6567: 31,-38 + 4212: -1,-88 + 4213: -1,-87 + 6338: -3,-60 + 6339: -3,-56 + 6547: 31,-38 - node: color: '#D381C996' id: WarnLineGreyscaleW decals: - 2623: -45,-53 - 2628: -45,-82 - 2629: -45,-81 - 2633: -45,-65 - 2634: -45,-67 - 2639: -56,-66 - 6746: -69,-78 - 6747: -69,-74 - 8336: -8,-39 - 8374: 7,-30 - 8375: 7,-29 + 2603: -45,-53 + 2608: -45,-82 + 2609: -45,-81 + 2613: -45,-65 + 2614: -45,-67 + 2619: -56,-66 + 6719: -69,-78 + 6720: -69,-74 + 8306: -8,-39 + 8344: 7,-30 + 8345: 7,-29 - node: color: '#DE3A3A96' id: WarnLineGreyscaleW decals: - 2802: 61,-6 - 2803: 51,-18 - 2804: 51,-23 - 3116: 75,-9 - 3149: 71,-9 - 3151: 76,-6 - 3152: 76,-3 - 3215: 67,-2 - 3220: 66,-11 - 3221: 66,-9 - 3284: 68,-14 - 3302: 47,-15 - 3919: 54.03875,-5.5235376 - 3920: 54.017914,-4.5235376 - 3921: 54.028336,-3.5235374 - 3993: 55,-18 - 3994: 55,-17 - 4967: 46,-6 - 4968: 46,-5 - 5394: 43,-30 - 5870: -1,-82 - 5871: -1,-80 - 6579: 58,11 - 6580: 58,13 - 6628: 58,5 - 8707: 40,-5 - 9029: 52,-6 + 2782: 61,-6 + 2783: 51,-18 + 2784: 51,-23 + 3096: 75,-9 + 3129: 71,-9 + 3131: 76,-6 + 3132: 76,-3 + 3195: 67,-2 + 3200: 66,-11 + 3201: 66,-9 + 3264: 68,-14 + 3282: 47,-15 + 3899: 54.03875,-5.5235376 + 3900: 54.017914,-4.5235376 + 3901: 54.028336,-3.5235374 + 3973: 55,-18 + 3974: 55,-17 + 4947: 46,-6 + 4948: 46,-5 + 5374: 43,-30 + 5850: -1,-82 + 5851: -1,-80 + 6559: 58,11 + 6560: 58,13 + 6608: 58,5 + 8677: 40,-5 + 8970: 52,-6 - node: color: '#EFB34196' id: WarnLineGreyscaleW decals: - 1749: 50,-65 - 1751: 45,-84 - 1752: 45,-85 - 1847: 55,-61 - 1848: 55,-59 - 1849: 61,-61 - 1862: 61,-59 - 1874: 55,-57 - 1962: 48,-84 - 2263: 104,-23 - 5461: 43,-39 - 5462: 43,-38 + 1743: 50,-65 + 1745: 45,-84 + 1746: 45,-85 + 1841: 55,-61 + 1842: 55,-59 + 1843: 61,-61 + 1856: 61,-59 + 1868: 55,-57 + 1947: 48,-84 + 2243: 104,-23 + 5441: 43,-39 + 5442: 43,-38 - node: color: '#FFFFFFFF' id: WarnLineN @@ -11604,48 +11587,49 @@ entities: 79: 4,-58 80: 5,-58 97: 6,-58 - 1739: 57,-61 - 1740: 58,-61 - 1887: 59,-55 - 1888: 58,-55 - 2675: -39,-63 - 2676: -38,-63 - 2677: -37,-63 - 4952: 57,-55 - 4959: 60,-55 - 8934: 38,-80 - 8935: 42,-80 - 8952: 40,-80 + 1733: 57,-61 + 1734: 58,-61 + 1881: 59,-55 + 1882: 58,-55 + 2655: -39,-63 + 2656: -38,-63 + 2657: -37,-63 + 4932: 57,-55 + 4939: 60,-55 + 9071: 38,-78 + 9072: 42,-78 - node: color: '#FFFFFFFF' id: WarnLineS decals: - 1437: -54,-58 - 1438: -70,-67 - 1439: -70,-66 - 1440: -70,-65 - 1743: 53,-66 - 1744: 53,-65 - 1745: 53,-64 - 2653: -66,-67 - 2654: -66,-66 - 2655: -66,-65 - 2678: -36,-64 - 6583: 61,10 - 6584: 61,11 - 6585: 61,12 - 6586: 61,13 - 6587: 61,14 - 8940: 39,-81 - 8941: 39,-79 - 8950: 41,-81 - 8951: 41,-79 + 1431: -54,-58 + 1432: -70,-67 + 1433: -70,-66 + 1434: -70,-65 + 1737: 53,-66 + 1738: 53,-65 + 1739: 53,-64 + 2633: -66,-67 + 2634: -66,-66 + 2635: -66,-65 + 2658: -36,-64 + 6563: 61,10 + 6564: 61,11 + 6565: 61,12 + 6566: 61,13 + 6567: 61,14 + 9059: 39,-81 + 9060: 39,-80 + 9061: 39,-79 + 9065: 43,-81 + 9066: 43,-80 + 9067: 43,-79 - node: cleanable: True color: '#FFFFFFFF' id: WarnLineS decals: - 8978: 37,20 + 8919: 37,20 - node: color: '#FFFFFFFF' id: WarnLineW @@ -11653,22 +11637,16 @@ entities: 76: 4,-60 77: 5,-60 78: 6,-60 - 1741: 57,-63 - 1742: 58,-63 - 2672: -39,-65 - 2673: -38,-65 - 2674: -37,-65 - 6856: 0,-72 - 8093: 0,-28 - 8094: 1,-28 - 8095: 2,-28 - 8936: 38,-80 - 8937: 42,-80 - 8938: 42,-82 - 8939: 38,-82 - 8955: 40,-82 - 8958: 40,-80 - 9000: 33,19 + 1735: 57,-63 + 1736: 58,-63 + 2652: -39,-65 + 2653: -38,-65 + 2654: -37,-65 + 6829: 0,-72 + 8063: 0,-28 + 8064: 1,-28 + 8065: 2,-28 + 8941: 33,19 - node: angle: 1.5707963267948966 rad color: '#FFFFFFFF' @@ -11682,933 +11660,933 @@ entities: id: WoodTrimThinCornerNe decals: 64: 79,-27 - 1619: 64,-65 - 1897: 45,-73 - 1993: 57,-72 - 2012: 57,-76 - 2054: -23,8 - 2109: -36,5 - 2122: -32,8 - 2136: -20,8 - 2148: -30,-4 - 2171: 9,10 - 2197: 17,15 - 2203: -10,7 - 2688: -35,-68 - 2714: -52,-13 - 3876: 28,-74 - 3883: 41,-23 - 3890: 0,-94 - 3902: -1,-99 - 4110: 28,22 - 4883: -52,-48 - 4927: 5,-72 - 4933: -3,-72 - 4983: 53,2 - 5016: -38,-68 - 7482: 29,4 - 7496: 37,-3 - 7497: 34,1 - 7498: 32,5 - 7499: 34,-4 + 1613: 64,-65 + 1891: 45,-73 + 1978: 57,-72 + 1997: 57,-76 + 2039: -23,8 + 2089: -36,5 + 2102: -32,8 + 2116: -20,8 + 2128: -30,-4 + 2151: 9,10 + 2177: 17,15 + 2183: -10,7 + 2668: -35,-68 + 2694: -52,-13 + 3856: 28,-74 + 3863: 41,-23 + 3870: 0,-94 + 3882: -1,-99 + 4090: 28,22 + 4863: -52,-48 + 4907: 5,-72 + 4913: -3,-72 + 4963: 53,2 + 4996: -38,-68 + 7452: 29,4 + 7466: 37,-3 + 7467: 34,1 + 7468: 32,5 + 7469: 34,-4 - node: cleanable: True color: '#FFFFFFFF' id: WoodTrimThinCornerNe decals: - 7421: 36,-11 + 7391: 36,-11 - node: color: '#FFFFFFFF' id: WoodTrimThinCornerNw decals: 65: 77,-27 - 1623: 61,-65 - 1903: 43,-73 - 2008: 52,-72 - 2016: 55,-76 - 2052: -25,8 - 2111: -38,5 - 2120: -34,8 - 2130: -33,13 - 2155: -12,11 - 2176: 4,10 - 2188: 10,17 - 2207: -12,7 - 2689: -36,-68 - 2716: -54,-13 - 3875: 27,-74 - 3899: -4,-94 - 3906: -3,-99 - 4112: 25,22 - 4890: -55,-48 - 4931: 3,-72 - 4935: -5,-72 - 4989: 50,2 - 7468: 24,4 - 7492: 31,5 - 7493: 32,1 - 7494: 32,-4 - 7495: 36,-3 + 1617: 61,-65 + 1897: 43,-73 + 1993: 52,-72 + 2001: 55,-76 + 2037: -25,8 + 2091: -38,5 + 2100: -34,8 + 2110: -33,13 + 2135: -12,11 + 2156: 4,10 + 2168: 10,17 + 2187: -12,7 + 2669: -36,-68 + 2696: -54,-13 + 3855: 27,-74 + 3879: -4,-94 + 3886: -3,-99 + 4092: 25,22 + 4870: -55,-48 + 4911: 3,-72 + 4915: -5,-72 + 4969: 50,2 + 7438: 24,4 + 7462: 31,5 + 7463: 32,1 + 7464: 32,-4 + 7465: 36,-3 - node: cleanable: True color: '#FFFFFFFF' id: WoodTrimThinCornerNw decals: - 7420: 33,-11 + 7390: 33,-11 - node: color: '#FFFFFFFF' id: WoodTrimThinCornerSe decals: 67: 79,-28 - 1620: 64,-66 - 1899: 45,-75 - 1995: 57,-74 - 2013: 57,-77 - 2047: -23,5 - 2115: -36,3 - 2126: -32,4 - 2135: -23,3 - 2138: -20,6 - 2139: -30,-6 - 2163: -3,9 - 2184: 9,7 - 2204: -10,6 - 2719: -52,-14 - 3879: 28,-77 - 3887: 41,-28 - 3893: 0,-97 - 3903: -1,-100 - 4118: 28,19 - 4885: -52,-50 - 4928: 5,-73 - 4938: -3,-73 - 4985: 53,0 - 5002: 41,-25 - 5018: -38,-71 - 7487: 29,-1 - 7488: 34,-5 - 7489: 37,-4 - 7490: 34,-1 - 7491: 32,3 + 1614: 64,-66 + 1893: 45,-75 + 1980: 57,-74 + 1998: 57,-77 + 2032: -23,5 + 2095: -36,3 + 2106: -32,4 + 2115: -23,3 + 2118: -20,6 + 2119: -30,-6 + 2143: -3,9 + 2164: 9,7 + 2184: -10,6 + 2699: -52,-14 + 3859: 28,-77 + 3867: 41,-28 + 3873: 0,-97 + 3883: -1,-100 + 4098: 28,19 + 4865: -52,-50 + 4908: 5,-73 + 4918: -3,-73 + 4965: 53,0 + 4982: 41,-25 + 4998: -38,-71 + 7457: 29,-1 + 7458: 34,-5 + 7459: 37,-4 + 7460: 34,-1 + 7461: 32,3 - node: cleanable: True color: '#FFFFFFFF' id: WoodTrimThinCornerSe decals: - 7418: 36,-12 + 7388: 36,-12 - node: color: '#FFFFFFFF' id: WoodTrimThinCornerSw decals: 66: 77,-28 - 1901: 43,-75 - 2003: 52,-77 - 2049: -25,5 - 2113: -38,3 - 2116: -34,3 - 2132: -33,11 - 2133: -25,3 - 2140: -31,-6 - 2153: -12,9 - 2179: 4,7 - 2201: 13,13 - 2206: -12,6 - 2717: -54,-14 - 3310: 14,11 - 3880: 27,-77 - 3896: -4,-97 - 3905: -3,-100 - 4115: 25,19 - 4888: -55,-50 - 4930: 3,-73 - 4936: -5,-73 - 4987: 50,0 - 4999: 37,-25 - 5006: 37,-28 - 7472: 24,0 - 7476: 26,-1 - 7500: 32,-5 - 7501: 32,-1 - 7502: 31,3 - 7503: 36,-4 + 1895: 43,-75 + 1988: 52,-77 + 2034: -25,5 + 2093: -38,3 + 2096: -34,3 + 2112: -33,11 + 2113: -25,3 + 2120: -31,-6 + 2133: -12,9 + 2159: 4,7 + 2181: 13,13 + 2186: -12,6 + 2697: -54,-14 + 3290: 14,11 + 3860: 27,-77 + 3876: -4,-97 + 3885: -3,-100 + 4095: 25,19 + 4868: -55,-50 + 4910: 3,-73 + 4916: -5,-73 + 4967: 50,0 + 4979: 37,-25 + 4986: 37,-28 + 7442: 24,0 + 7446: 26,-1 + 7470: 32,-5 + 7471: 32,-1 + 7472: 31,3 + 7473: 36,-4 - node: cleanable: True color: '#FFFFFFFF' id: WoodTrimThinCornerSw decals: - 7419: 33,-12 + 7389: 33,-12 - node: color: '#FFFFFFFF' id: WoodTrimThinEndE decals: - 2017: 55,-73 - 2189: 11,17 - 2460: -38,-8 - 6922: -35,-26 - 7511: 37,5 - 7512: 37,3 + 2002: 55,-73 + 2169: 11,17 + 2440: -38,-8 + 6895: -35,-26 + 7481: 37,5 + 7482: 37,3 - node: color: '#FFFFFFFF' id: WoodTrimThinEndN decals: - 2145: -31,-1 - 7463: 26,3 + 2125: -31,-1 + 7433: 26,3 - node: color: '#FFFFFFFF' id: WoodTrimThinEndS decals: - 2187: 10,15 - 7464: 26,1 + 2167: 10,15 + 7434: 26,1 - node: color: '#FFFFFFFF' id: WoodTrimThinEndW decals: - 2018: 53,-73 - 2462: -40,-8 - 6921: -38,-26 - 7462: 25,2 - 7513: 35,3 - 7514: 35,5 + 2003: 53,-73 + 2442: -40,-8 + 6894: -38,-26 + 7432: 25,2 + 7483: 35,3 + 7484: 35,5 - node: color: '#FFFFFFFF' id: WoodTrimThinInnerNe decals: - 1425: -32,10 - 2149: -31,-4 + 1419: -32,10 + 2129: -31,-4 - node: color: '#FFFFFFFF' id: WoodTrimThinInnerNw decals: - 1424: -28,10 - 7466: 26,2 + 1418: -28,10 + 7436: 26,2 - node: color: '#FFFFFFFF' id: WoodTrimThinInnerSe decals: - 1627: 61,-66 - 2001: 53,-74 - 2192: 10,17 + 1621: 61,-66 + 1986: 53,-74 + 2172: 10,17 - node: color: '#FFFFFFFF' id: WoodTrimThinInnerSw decals: - 2193: 13,14 - 2202: 14,13 - 7467: 26,2 - 7477: 26,0 + 2173: 13,14 + 2182: 14,13 + 7437: 26,2 + 7447: 26,0 - node: color: '#FFFFFFFF' id: WoodTrimThinLineE decals: - 1416: -32,11 - 1417: -32,12 - 1418: -32,13 - 1419: -32,14 - 1626: 61,-67 - 1898: 45,-74 - 1994: 57,-73 - 1999: 53,-75 - 2000: 53,-76 - 2055: -23,7 - 2056: -23,6 - 2123: -32,7 - 2124: -32,6 - 2125: -32,5 - 2137: -20,7 - 2146: -31,-2 - 2147: -31,-3 - 2150: -30,-5 - 2185: 9,8 - 2186: 9,9 - 2190: 10,16 - 2194: 11,13 - 2195: 11,14 - 2198: 17,14 - 2211: -27,3 - 2212: -27,5 - 2213: -27,7 - 2690: -35,-69 - 2691: -38,-69 - 3607: -23,4 - 3877: 28,-75 - 3878: 28,-76 - 3889: 41,-27 - 3891: 0,-95 - 3892: 0,-96 - 4119: 28,20 - 4120: 28,21 - 4884: -52,-49 - 4984: 53,1 - 5004: 41,-24 - 5009: 41,-26 - 5017: -38,-70 - 7465: 26,2 - 7483: 29,3 - 7484: 29,2 - 7485: 29,1 - 7486: 29,0 - 7507: 32,4 - 7508: 34,0 + 1410: -32,11 + 1411: -32,12 + 1412: -32,13 + 1413: -32,14 + 1620: 61,-67 + 1892: 45,-74 + 1979: 57,-73 + 1984: 53,-75 + 1985: 53,-76 + 2040: -23,7 + 2041: -23,6 + 2103: -32,7 + 2104: -32,6 + 2105: -32,5 + 2117: -20,7 + 2126: -31,-2 + 2127: -31,-3 + 2130: -30,-5 + 2165: 9,8 + 2166: 9,9 + 2170: 10,16 + 2174: 11,13 + 2175: 11,14 + 2178: 17,14 + 2191: -27,3 + 2192: -27,5 + 2193: -27,7 + 2670: -35,-69 + 2671: -38,-69 + 3587: -23,4 + 3857: 28,-75 + 3858: 28,-76 + 3869: 41,-27 + 3871: 0,-95 + 3872: 0,-96 + 4099: 28,20 + 4100: 28,21 + 4864: -52,-49 + 4964: 53,1 + 4984: 41,-24 + 4989: 41,-26 + 4997: -38,-70 + 7435: 26,2 + 7453: 29,3 + 7454: 29,2 + 7455: 29,1 + 7456: 29,0 + 7477: 32,4 + 7478: 34,0 - node: color: '#FFFFFFFF' id: WoodTrimThinLineN decals: 4: -37,-26 69: 78,-27 - 1413: -29,10 - 1414: -30,10 - 1415: -31,10 - 1621: 63,-65 - 1622: 62,-65 - 1904: 44,-73 - 2009: 53,-72 - 2010: 56,-72 - 2011: 55,-72 - 2019: 54,-73 - 2021: 56,-76 - 2053: -24,8 - 2110: -37,5 - 2121: -33,8 - 2127: -32,3 - 2156: -11,11 - 2157: -10,11 - 2164: -3,10 - 2165: -4,10 - 2166: -5,10 - 2167: -6,10 - 2168: -7,10 - 2169: -8,10 - 2170: -9,10 - 2172: 8,10 - 2173: 7,10 - 2174: 6,10 - 2175: 5,10 - 2196: 16,15 - 2463: -39,-8 - 2715: -53,-13 - 3603: -21,8 - 3604: -22,8 - 3884: 40,-23 - 3885: 39,-23 - 3900: -3,-94 - 3901: -1,-94 - 4111: 27,22 - 4891: -54,-48 - 4892: -53,-48 - 4932: 4,-72 - 4934: -4,-72 - 4990: 51,2 - 4991: 52,2 - 7478: 25,4 - 7479: 26,4 - 7480: 27,4 - 7481: 28,4 - 7515: 36,5 - 7516: 36,3 + 1407: -29,10 + 1408: -30,10 + 1409: -31,10 + 1615: 63,-65 + 1616: 62,-65 + 1898: 44,-73 + 1994: 53,-72 + 1995: 56,-72 + 1996: 55,-72 + 2004: 54,-73 + 2006: 56,-76 + 2038: -24,8 + 2090: -37,5 + 2101: -33,8 + 2107: -32,3 + 2136: -11,11 + 2137: -10,11 + 2144: -3,10 + 2145: -4,10 + 2146: -5,10 + 2147: -6,10 + 2148: -7,10 + 2149: -8,10 + 2150: -9,10 + 2152: 8,10 + 2153: 7,10 + 2154: 6,10 + 2155: 5,10 + 2176: 16,15 + 2443: -39,-8 + 2695: -53,-13 + 3583: -21,8 + 3584: -22,8 + 3864: 40,-23 + 3865: 39,-23 + 3880: -3,-94 + 3881: -1,-94 + 4091: 27,22 + 4871: -54,-48 + 4872: -53,-48 + 4912: 4,-72 + 4914: -4,-72 + 4970: 51,2 + 4971: 52,2 + 7448: 25,4 + 7449: 26,4 + 7450: 27,4 + 7451: 28,4 + 7485: 36,5 + 7486: 36,3 - node: cleanable: True color: '#FFFFFFFF' id: WoodTrimThinLineN decals: - 7422: 35,-11 - 7423: 34,-11 - 7426: 25,19 + 7392: 35,-11 + 7393: 34,-11 + 7396: 25,19 - node: cleanable: True angle: -1.4660765716752369 rad color: '#FFFFFFFF' id: WoodTrimThinLineS decals: - 9018: -20.196959,-94.97359 + 8959: -20.196959,-94.97359 - node: cleanable: True angle: -0.20943951023931956 rad color: '#FFFFFFFF' id: WoodTrimThinLineS decals: - 9016: -20.87151,-102.94113 - 9017: -16.92794,-94.75859 + 8957: -20.87151,-102.94113 + 8958: -16.92794,-94.75859 - node: color: '#FFFFFFFF' id: WoodTrimThinLineS decals: 68: 78,-28 - 1628: 62,-66 - 1629: 63,-66 - 1900: 44,-75 - 1996: 56,-74 - 1997: 55,-74 - 1998: 54,-74 - 2002: 53,-77 - 2014: 56,-77 - 2015: 55,-77 - 2020: 54,-73 - 2048: -24,5 - 2114: -37,3 - 2128: -32,3 - 2129: -33,3 - 2134: -24,3 - 2151: -9,9 - 2152: -10,9 - 2158: -8,9 - 2159: -7,9 - 2160: -6,9 - 2161: -5,9 - 2162: -4,9 - 2180: 5,7 - 2181: 6,7 - 2182: 7,7 - 2183: 8,7 - 2199: 15,11 - 2205: -11,6 - 2461: -39,-8 - 2718: -53,-14 - 3605: -21,6 - 3606: -22,6 - 3886: 39,-28 - 3888: 40,-28 - 3894: -1,-97 - 3895: -3,-97 - 3904: -2,-100 - 4116: 26,19 - 4117: 27,19 - 4886: -53,-50 - 4887: -54,-50 - 4929: 4,-73 - 4937: -4,-73 - 4986: 51,0 - 4992: 52,0 - 5000: 38,-25 - 5001: 39,-25 - 5003: 40,-25 - 5005: 38,-28 - 5019: -39,-71 - 5020: -40,-71 - 5021: -41,-71 - 6923: -37,-26 - 6924: -36,-26 - 7473: 25,0 - 7474: 27,-1 - 7475: 28,-1 - 7504: 36,3 - 7505: 33,-1 - 7506: 33,-5 - 7517: 36,3 - 7518: 36,5 + 1622: 62,-66 + 1623: 63,-66 + 1894: 44,-75 + 1981: 56,-74 + 1982: 55,-74 + 1983: 54,-74 + 1987: 53,-77 + 1999: 56,-77 + 2000: 55,-77 + 2005: 54,-73 + 2033: -24,5 + 2094: -37,3 + 2108: -32,3 + 2109: -33,3 + 2114: -24,3 + 2131: -9,9 + 2132: -10,9 + 2138: -8,9 + 2139: -7,9 + 2140: -6,9 + 2141: -5,9 + 2142: -4,9 + 2160: 5,7 + 2161: 6,7 + 2162: 7,7 + 2163: 8,7 + 2179: 15,11 + 2185: -11,6 + 2441: -39,-8 + 2698: -53,-14 + 3585: -21,6 + 3586: -22,6 + 3866: 39,-28 + 3868: 40,-28 + 3874: -1,-97 + 3875: -3,-97 + 3884: -2,-100 + 4096: 26,19 + 4097: 27,19 + 4866: -53,-50 + 4867: -54,-50 + 4909: 4,-73 + 4917: -4,-73 + 4966: 51,0 + 4972: 52,0 + 4980: 38,-25 + 4981: 39,-25 + 4983: 40,-25 + 4985: 38,-28 + 4999: -39,-71 + 5000: -40,-71 + 5001: -41,-71 + 6896: -37,-26 + 6897: -36,-26 + 7443: 25,0 + 7444: 27,-1 + 7445: 28,-1 + 7474: 36,3 + 7475: 33,-1 + 7476: 33,-5 + 7487: 36,3 + 7488: 36,5 - node: cleanable: True color: '#FFFFFFFF' id: WoodTrimThinLineS decals: - 7424: 34,-12 - 7425: 35,-12 + 7394: 34,-12 + 7395: 35,-12 - node: cleanable: True angle: 0.20943951023931956 rad color: '#FFFFFFFF' id: WoodTrimThinLineS decals: - 9015: -19.14605,-100.13947 - 9020: -25.87781,-102.964485 + 8956: -19.14605,-100.13947 + 8961: -25.87781,-102.964485 - node: cleanable: True angle: 0.6108652381980153 rad color: '#FFFFFFFF' id: WoodTrimThinLineS decals: - 9014: -27.145578,-100.79531 + 8955: -27.145578,-100.79531 - node: cleanable: True angle: 0.7504915783575618 rad color: '#FFFFFFFF' id: WoodTrimThinLineS decals: - 9021: -25.958944,-102.998146 + 8962: -25.958944,-102.998146 - node: cleanable: True angle: 1.2566370614359172 rad color: '#FFFFFFFF' id: WoodTrimThinLineS decals: - 9019: -27.834574,-96.89159 + 8960: -27.834574,-96.89159 - node: color: '#FFFFFFFF' id: WoodTrimThinLineW decals: - 1420: -28,11 - 1421: -28,12 - 1422: -28,13 - 1423: -28,14 - 1624: 61,-66 - 1625: 61,-67 - 1902: 43,-74 - 2004: 52,-76 - 2005: 52,-75 - 2006: 52,-74 - 2007: 52,-73 - 2050: -25,6 - 2051: -25,7 - 2112: -38,4 - 2117: -34,5 - 2118: -34,6 - 2119: -34,7 - 2131: -33,12 - 2141: -31,-5 - 2142: -31,-4 - 2143: -31,-3 - 2144: -31,-2 - 2154: -12,10 - 2177: 4,9 - 2178: 4,8 - 2191: 10,16 - 2200: 14,12 - 2208: -29,7 - 2209: -29,5 - 2210: -29,3 - 3608: -25,4 - 3881: 27,-76 - 3882: 27,-75 - 3897: -4,-96 - 3898: -4,-95 - 4113: 25,21 - 4114: 25,20 - 4889: -55,-49 - 4988: 50,1 - 5007: 37,-27 - 5008: 37,-26 - 7469: 24,3 - 7470: 24,2 - 7471: 24,1 - 7509: 32,0 - 7510: 31,4 + 1414: -28,11 + 1415: -28,12 + 1416: -28,13 + 1417: -28,14 + 1618: 61,-66 + 1619: 61,-67 + 1896: 43,-74 + 1989: 52,-76 + 1990: 52,-75 + 1991: 52,-74 + 1992: 52,-73 + 2035: -25,6 + 2036: -25,7 + 2092: -38,4 + 2097: -34,5 + 2098: -34,6 + 2099: -34,7 + 2111: -33,12 + 2121: -31,-5 + 2122: -31,-4 + 2123: -31,-3 + 2124: -31,-2 + 2134: -12,10 + 2157: 4,9 + 2158: 4,8 + 2171: 10,16 + 2180: 14,12 + 2188: -29,7 + 2189: -29,5 + 2190: -29,3 + 3588: -25,4 + 3861: 27,-76 + 3862: 27,-75 + 3877: -4,-96 + 3878: -4,-95 + 4093: 25,21 + 4094: 25,20 + 4869: -55,-49 + 4968: 50,1 + 4987: 37,-27 + 4988: 37,-26 + 7439: 24,3 + 7440: 24,2 + 7441: 24,1 + 7479: 32,0 + 7480: 31,4 - node: angle: 2.2689280275926285 rad color: '#FF799B82' id: arrow decals: - 7018: -67.90258,4.371772 - 7019: -67.682434,4.0965834 - 7020: -68.25116,4.298388 + 6991: -67.90258,4.371772 + 6992: -67.682434,4.0965834 + 6993: -68.25116,4.298388 - node: color: '#FFFFFFFF' id: body decals: - 6964: -20.691277,-97.48266 - 7015: -68.76111,-6.998651 + 6937: -20.691277,-97.48266 + 6988: -68.76111,-6.998651 - node: angle: 0.8552113334772214 rad color: '#FFFFFFFF' id: body decals: - 7064: -71.20633,-1.82429 + 7037: -71.20633,-1.82429 - node: angle: 3.141592653589793 rad color: '#FFFFFFFF' id: body decals: - 7021: -70.82106,0.09951627 - 7059: -73.73806,-2.7599306 + 6994: -70.82106,0.09951627 + 7032: -73.73806,-2.7599306 - node: angle: 4.71238898038469 rad color: '#FFFFFFFF' id: body decals: - 7060: -72.82076,-3.035119 - 7061: -72.19701,-2.9617355 - 7062: -71.444824,-3.035119 - 7063: -70.72933,-3.053465 + 7033: -72.82076,-3.035119 + 7034: -72.19701,-2.9617355 + 7035: -71.444824,-3.035119 + 7036: -70.72933,-3.053465 - node: cleanable: True angle: -1.5707963267948966 rad color: '#630000FF' id: brush decals: - 8004: -11.776582,-32.00077 + 7974: -11.776582,-32.00077 - node: cleanable: True color: '#7C0000FF' id: dot decals: - 7204: 104.69115,-48.655067 - 7205: 104.48802,-49.264442 - 7206: 103.8474,-49.373817 - 7207: 103.62865,-49.967567 - 7208: 102.89427,-49.795692 - 7209: 102.3474,-50.295692 - 7210: 101.5349,-49.733192 - 7211: 100.89427,-50.233192 - 7212: 100.56615,-49.592567 + 7174: 104.69115,-48.655067 + 7175: 104.48802,-49.264442 + 7176: 103.8474,-49.373817 + 7177: 103.62865,-49.967567 + 7178: 102.89427,-49.795692 + 7179: 102.3474,-50.295692 + 7180: 101.5349,-49.733192 + 7181: 100.89427,-50.233192 + 7182: 100.56615,-49.592567 - node: color: '#2D7230FF' id: grasssnow decals: - 4281: -47,15 + 4261: -47,15 - node: cleanable: True color: '#3D8C40FF' id: grasssnow01 decals: - 6792: -49,-75 - 6793: -49,-74 + 6765: -49,-75 + 6766: -49,-74 - node: cleanable: True color: '#3D8C40FF' id: grasssnow02 decals: - 6791: -49,-76 - 6796: -52,-75 - 6820: -56,-76 + 6764: -49,-76 + 6769: -52,-75 + 6793: -56,-76 - node: color: '#2D7230FF' id: grasssnow03 decals: - 4288: -48,15 - 4289: -50,15 + 4268: -48,15 + 4269: -50,15 - node: color: '#2D7230FF' id: grasssnow05 decals: - 4276: -45,16 - 4280: -45,12 - 4292: -47,17 - 4293: -50,15 + 4256: -45,16 + 4260: -45,12 + 4272: -47,17 + 4273: -50,15 - node: cleanable: True color: '#3D8C40FF' id: grasssnow05 decals: - 6819: -56,-72 + 6792: -56,-72 - node: color: '#2D7230FF' id: grasssnow07 decals: - 4272: -45,13 - 4277: -44,13 - 4278: -45,12 + 4252: -45,13 + 4257: -44,13 + 4258: -45,12 - node: cleanable: True color: '#3D8C40FF' id: grasssnow07 decals: - 6797: -52,-74 - 6814: -56,-69 - 6821: -56,-74 + 6770: -52,-74 + 6787: -56,-69 + 6794: -56,-74 - node: color: '#2D7230FF' id: grasssnow08 decals: - 4275: -47,12 + 4255: -47,12 - node: cleanable: True color: '#3D8C40FF' id: grasssnow08 decals: - 6790: -48,-74 - 6822: -54,-74 + 6763: -48,-74 + 6795: -54,-74 - node: color: '#2D7230FF' id: grasssnow09 decals: - 4271: -45,13 - 4291: -47,17 + 4251: -45,13 + 4271: -47,17 - node: cleanable: True color: '#3D8C40FF' id: grasssnow09 decals: - 6795: -52,-76 + 6768: -52,-76 - node: color: '#2D7230FF' id: grasssnow10 decals: - 4270: -46,14 - 4279: -45,13 - 4284: -52,15 - 4285: -51,16 - 4287: -48,15 - 4290: -51,15 + 4250: -46,14 + 4259: -45,13 + 4264: -52,15 + 4265: -51,16 + 4267: -48,15 + 4270: -51,15 - node: color: '#2D7230FF' id: grasssnow11 decals: - 4286: -52,16 + 4266: -52,16 - node: color: '#2D7230FF' id: grasssnow12 decals: - 4269: -47,12 - 4273: -48,13 - 4274: -48,14 + 4249: -47,12 + 4253: -48,13 + 4254: -48,14 - node: cleanable: True color: '#3D8C40FF' id: grasssnow12 decals: - 6789: -48,-75 - 6798: -51,-75 - 6799: -51,-74 - 6812: -54,-71 - 6813: -54,-70 + 6762: -48,-75 + 6771: -51,-75 + 6772: -51,-74 + 6785: -54,-71 + 6786: -54,-70 - node: color: '#2D7230FF' id: grasssnow13 decals: - 4282: -52,16 - 4283: -51,17 + 4262: -52,16 + 4263: -51,17 - node: cleanable: True color: '#3D8C40FF' id: grasssnow13 decals: - 6788: -48,-76 - 6794: -51,-76 + 6761: -48,-76 + 6767: -51,-76 - node: color: '#FFFFFFFF' id: heart decals: - 6966: -23,-103 + 6939: -23,-103 - node: color: '#FFFFFFFF' id: n decals: - 6971: -57,-100 + 6944: -57,-100 - node: cleanable: True color: '#A91409CC' id: rune1 decals: - 8832: -85,-27 + 8802: -85,-27 - node: cleanable: True color: '#A91409CC' id: rune2 decals: - 8833: -86,-28 + 8803: -86,-28 - node: cleanable: True color: '#A91409CC' id: rune3 decals: - 8834: -86,-26 + 8804: -86,-26 - node: cleanable: True color: '#A91409CC' id: rune6 decals: - 8835: -87,-27 + 8805: -87,-27 - node: cleanable: True color: '#A91409CC' id: skull decals: - 8877: -81.90211,-21.68209 + 8847: -81.90211,-21.68209 - node: color: '#FFFFFFFF' id: skull decals: - 6970: -55,-102 + 6943: -55,-102 - node: cleanable: True color: '#3D8C40FF' id: splatter decals: - 6815: -55.742416,-70.89568 - 6816: -47.586166,-68.98943 - 6817: -55.362663,-74.67872 - 6818: -48.425163,-74.51579 + 6788: -55.742416,-70.89568 + 6789: -47.586166,-68.98943 + 6790: -55.362663,-74.67872 + 6791: -48.425163,-74.51579 - node: angle: 1.5707963267948966 rad color: '#63000031' id: splatter decals: - 8002: -10.45591,-32.078197 + 7972: -10.45591,-32.078197 - node: color: '#6300007F' id: splatter decals: - 7951: 1.1960938,-22.873692 - 7952: 0.8835938,-22.420567 - 7953: 0.6960938,-22.811192 - 7954: 0.5242188,-22.873692 - 7955: 1.1023438,-22.701817 - 7956: 0.8523438,-21.936192 - 7957: 1.5242188,-21.733067 - 7958: 1.8835938,-21.514317 - 7959: 1.1492188,-21.373692 - 7960: 1.1179688,-21.858067 - 7961: 1.3054688,-22.139317 - 7962: 1.5867188,-22.123692 - 7963: 1.3210938,-22.279942 - 7964: 0.6023438,-22.061192 - 7965: 2.0398438,-21.920567 - 7966: 1.2585938,-23.279942 - 7967: 0.4460938,-23.045567 - 7968: 0.1179688,-22.795567 - 7969: -0.1476562,-22.717442 - 7970: -0.1476562,-22.717442 - 7971: 0.2429688,-22.670567 - 7972: 0.3523438,-22.904942 - 7973: 1.1179688,-23.154942 - 7974: 1.8992188,-22.139317 - 7975: 0.8367188,-23.529942 - 7976: 0.9460938,-23.295567 - 7977: 1.4304688,-23.311192 + 7921: 1.1960938,-22.873692 + 7922: 0.8835938,-22.420567 + 7923: 0.6960938,-22.811192 + 7924: 0.5242188,-22.873692 + 7925: 1.1023438,-22.701817 + 7926: 0.8523438,-21.936192 + 7927: 1.5242188,-21.733067 + 7928: 1.8835938,-21.514317 + 7929: 1.1492188,-21.373692 + 7930: 1.1179688,-21.858067 + 7931: 1.3054688,-22.139317 + 7932: 1.5867188,-22.123692 + 7933: 1.3210938,-22.279942 + 7934: 0.6023438,-22.061192 + 7935: 2.0398438,-21.920567 + 7936: 1.2585938,-23.279942 + 7937: 0.4460938,-23.045567 + 7938: 0.1179688,-22.795567 + 7939: -0.1476562,-22.717442 + 7940: -0.1476562,-22.717442 + 7941: 0.2429688,-22.670567 + 7942: 0.3523438,-22.904942 + 7943: 1.1179688,-23.154942 + 7944: 1.8992188,-22.139317 + 7945: 0.8367188,-23.529942 + 7946: 0.9460938,-23.295567 + 7947: 1.4304688,-23.311192 - node: cleanable: True angle: -1.5707963267948966 rad color: '#63000098' id: splatter decals: - 8007: -12.776582,-31.797646 - 8008: -13.245332,-32.110146 + 7977: -12.776582,-31.797646 + 7978: -13.245332,-32.110146 - node: cleanable: True angle: -1.5707963267948966 rad color: '#630000FF' id: splatter decals: - 8005: -12.245332,-31.50077 - 8006: -12.307832,-31.96952 + 7975: -12.245332,-31.50077 + 7976: -12.307832,-31.96952 - node: color: '#630000FF' id: splatter decals: - 7978: 0.7117188,-23.514317 - 7979: 1.1335938,-23.436192 - 7980: 1.1023438,-22.779942 - 7981: 0.8367188,-22.561192 - 7982: 1.6492188,-21.701817 - 7983: 1.6804688,-21.373692 - 7984: 1.9773438,-21.201817 - 7985: 1.947372,-20.852316 - 7986: 1.462997,-20.58669 - 7987: 1.603622,-19.30544 - 7988: 0.88487196,-19.227316 - 7989: 1.275497,-19.008566 - 7990: 1.822372,-18.821066 - 7991: 0.27549696,-18.83669 - 7992: 0.50987196,-18.99294 - 7993: 1.947372,-19.11794 - 7994: 1.447372,-19.227316 - 7995: 0.90049696,-19.27419 + 7948: 0.7117188,-23.514317 + 7949: 1.1335938,-23.436192 + 7950: 1.1023438,-22.779942 + 7951: 0.8367188,-22.561192 + 7952: 1.6492188,-21.701817 + 7953: 1.6804688,-21.373692 + 7954: 1.9773438,-21.201817 + 7955: 1.947372,-20.852316 + 7956: 1.462997,-20.58669 + 7957: 1.603622,-19.30544 + 7958: 0.88487196,-19.227316 + 7959: 1.275497,-19.008566 + 7960: 1.822372,-18.821066 + 7961: 0.27549696,-18.83669 + 7962: 0.50987196,-18.99294 + 7963: 1.947372,-19.11794 + 7964: 1.447372,-19.227316 + 7965: 0.90049696,-19.27419 - node: angle: 1.5707963267948966 rad color: '#630000FF' id: splatter decals: - 7999: -11.51841,-32.062572 - 8000: -10.909035,-32.078197 - 8001: -11.346535,-32.093822 + 7969: -11.51841,-32.062572 + 7970: -10.909035,-32.078197 + 7971: -11.346535,-32.093822 - node: angle: 3.141592653589793 rad color: '#6C000066' id: splatter decals: - 7022: -72.21535,-2.7415848 - 7023: -73.70137,-2.7782767 - 7024: -73.132645,-2.8333144 - 7025: -72.61896,-2.723239 - 7026: -72.80242,-3.0167732 - 7027: -73.18768,-2.870006 - 7028: -73.64633,-2.686547 - 7029: -73.70137,-2.6498554 - 7030: -72.80242,-2.53978 - 7031: -72.39881,-2.4297047 - 7032: -71.33475,-2.4297047 - 7033: -71.16963,-2.8333144 - 7034: -71.848434,-2.870006 - 7035: -72.41715,-2.2462456 - 7036: -73.07761,-2.007749 - 7037: -73.132645,-2.337975 - 7038: -72.655655,-2.337975 - 7039: -73.169334,-2.4113586 - 7040: -71.64663,-2.4297047 - 7041: -71.53655,-2.4297047 - 7042: -71.5182,-2.5948176 - 7043: -71.885124,-2.6131635 - 7044: -71.97685,-2.356321 - 7045: -71.27971,-2.0994785 - 7046: -71.004524,-2.0994785 - 7047: -70.949486,-2.3930128 - 7048: -71.05956,-2.7599306 - 7049: -74.12332,-3.1451945 - 7050: -70.85776,0.7074437 - 7051: -70.986176,0.3221798 - 7052: -70.93114,0.15706682 - 7053: -70.83941,-0.24654293 - 7054: -70.83941,-0.5217314 - 7055: -70.83941,-0.7785739 - 7056: -70.96783,-1.3289509 - 7057: -70.986176,-1.7509065 - 7058: -71.022865,-1.9527112 + 6995: -72.21535,-2.7415848 + 6996: -73.70137,-2.7782767 + 6997: -73.132645,-2.8333144 + 6998: -72.61896,-2.723239 + 6999: -72.80242,-3.0167732 + 7000: -73.18768,-2.870006 + 7001: -73.64633,-2.686547 + 7002: -73.70137,-2.6498554 + 7003: -72.80242,-2.53978 + 7004: -72.39881,-2.4297047 + 7005: -71.33475,-2.4297047 + 7006: -71.16963,-2.8333144 + 7007: -71.848434,-2.870006 + 7008: -72.41715,-2.2462456 + 7009: -73.07761,-2.007749 + 7010: -73.132645,-2.337975 + 7011: -72.655655,-2.337975 + 7012: -73.169334,-2.4113586 + 7013: -71.64663,-2.4297047 + 7014: -71.53655,-2.4297047 + 7015: -71.5182,-2.5948176 + 7016: -71.885124,-2.6131635 + 7017: -71.97685,-2.356321 + 7018: -71.27971,-2.0994785 + 7019: -71.004524,-2.0994785 + 7020: -70.949486,-2.3930128 + 7021: -71.05956,-2.7599306 + 7022: -74.12332,-3.1451945 + 7023: -70.85776,0.7074437 + 7024: -70.986176,0.3221798 + 7025: -70.93114,0.15706682 + 7026: -70.83941,-0.24654293 + 7027: -70.83941,-0.5217314 + 7028: -70.83941,-0.7785739 + 7029: -70.96783,-1.3289509 + 7030: -70.986176,-1.7509065 + 7031: -71.022865,-1.9527112 - node: cleanable: True color: '#7C0000FF' id: splatter decals: - 7213: 105.3474,-47.655067 - 7214: 104.95677,-47.686317 - 7215: 105.33177,-48.030067 - 7216: 105.00365,-48.030067 - 7217: 105.3474,-48.530067 - 7218: 104.87865,-48.405067 - 7219: 104.61302,-47.717567 - 7220: 104.69115,-48.076942 - 7221: 105.45677,-48.717567 - 7222: 105.05052,-48.561317 - 7223: 104.70677,-48.405067 - 7224: 104.6599,-48.201942 - 7225: 104.42552,-47.686317 + 7183: 105.3474,-47.655067 + 7184: 104.95677,-47.686317 + 7185: 105.33177,-48.030067 + 7186: 105.00365,-48.030067 + 7187: 105.3474,-48.530067 + 7188: 104.87865,-48.405067 + 7189: 104.61302,-47.717567 + 7190: 104.69115,-48.076942 + 7191: 105.45677,-48.717567 + 7192: 105.05052,-48.561317 + 7193: 104.70677,-48.405067 + 7194: 104.6599,-48.201942 + 7195: 104.42552,-47.686317 - node: cleanable: True color: '#9B000095' id: splatter decals: - 4083: -64.35936,-33.730824 - 4084: -64.781235,-33.324574 + 4063: -64.35936,-33.730824 + 4064: -64.781235,-33.324574 - node: cleanable: True color: '#9B0000A4' id: splatter decals: - 4091: -65.05243,-25.672611 - 4092: -65.2394,-25.172611 + 4071: -65.05243,-25.672611 + 4072: -65.2394,-25.172611 - node: cleanable: True color: '#9B0000FF' id: splatter decals: - 4058: -23.137014,10.455974 + 4038: -23.137014,10.455974 - node: cleanable: True color: '#A91409CC' id: splatter decals: - 8875: -81.71461,-22.549278 - 8876: -82.113045,-22.385216 - 8901: -83.5726,-27.444208 - 8902: -81.97885,-26.694208 - 8903: -82.21323,-24.647333 - 8904: -84.33823,-26.846998 + 8845: -81.71461,-22.549278 + 8846: -82.113045,-22.385216 + 8871: -83.5726,-27.444208 + 8872: -81.97885,-26.694208 + 8873: -82.21323,-24.647333 + 8874: -84.33823,-26.846998 - node: color: '#FF0000FF' id: splatter decals: - 6967: -25,-101 - 6968: -18,-94 - 6969: -54,-95 + 6940: -25,-101 + 6941: -18,-94 + 6942: -54,-95 - node: color: '#FF2F2575' id: splatter decals: - 7016: -68.91736,-7.389276 - 7017: -68.60486,-6.889276 + 6989: -68.91736,-7.389276 + 6990: -68.60486,-6.889276 - node: color: '#FFFFFF7F' id: splatter decals: - 7935: -14.069982,-42.1716 - 7936: -14.023107,-42.437225 + 7905: -14.069982,-42.1716 + 7906: -14.023107,-42.437225 - type: GridAtmosphere version: 2 data: @@ -13387,7 +13365,8 @@ entities: 2,-4: 0: 65535 2,-3: - 0: 65535 + 0: 65471 + 7: 64 2,-2: 0: 16383 3,-4: @@ -13562,7 +13541,7 @@ entities: 0: 65501 16,-19: 0: 65527 - 7: 8 + 8: 8 16,-18: 0: 65535 16,-17: @@ -13571,7 +13550,7 @@ entities: 0: 65535 17,-19: 0: 65407 - 7: 128 + 8: 128 17,-18: 0: 65519 17,-17: @@ -13683,14 +13662,14 @@ entities: 15,-21: 0: 65535 8,-24: - 7: 257 - 8: 4096 + 8: 257 + 9: 4096 0: 61182 8,-23: 0: 65263 - 7: 272 + 8: 272 8,-22: - 7: 17 + 8: 17 0: 65518 8,-21: 0: 65535 @@ -13742,16 +13721,16 @@ entities: 0: 65535 7,-24: 0: 13299 - 7: 33804 - 8: 18432 + 8: 33804 + 9: 18432 7,-22: 0: 65331 - 7: 204 + 8: 204 7,-21: 0: 65535 7,-23: 0: 62271 - 7: 3264 + 8: 3264 0,-24: 0: 65535 0,-23: @@ -13816,19 +13795,19 @@ entities: 0: 4095 16,-23: 0: 63249 - 7: 2062 + 8: 2062 16,-22: 0: 57305 - 7: 8196 + 8: 8196 16,-21: 0: 57341 - 7: 8194 + 8: 8194 17,-23: 0: 65280 - 7: 255 + 8: 255 17,-22: 0: 57308 - 7: 8227 + 8: 8227 17,-21: 0: 65535 -4,-20: @@ -14861,9 +14840,9 @@ entities: -4,-8: 0: 65535 -4,-7: - 0: 65501 + 0: 64989 + 3: 544 4: 2 - 3: 32 -4,-6: 0: 65535 -4,-5: @@ -14882,7 +14861,7 @@ entities: 0: 65535 -2,-6: 0: 65503 - 9: 32 + 10: 32 -2,-5: 0: 65535 -1,-8: @@ -14992,7 +14971,7 @@ entities: 0: 4 18,-20: 0: 61439 - 7: 4096 + 8: 4096 18,-19: 0: 65535 19,-20: @@ -15011,16 +14990,16 @@ entities: 0: 65535 18,-22: 0: 64985 - 7: 38 + 8: 38 18,-21: 0: 65530 - 7: 4 + 8: 4 19,-22: 0: 54612 - 7: 8331 + 8: 8331 19,-21: 0: 65471 - 7: 64 + 8: 64 3,-25: 0: 65535 12,-27: @@ -15049,11 +15028,11 @@ entities: 0: 65535 8,-26: 0: 65263 - 10: 272 + 11: 272 8,-25: - 11: 17 + 12: 17 0: 61422 - 7: 4096 + 8: 4096 9,-27: 0: 65535 9,-26: @@ -15102,11 +15081,11 @@ entities: 0: 65535 7,-26: 0: 62271 - 10: 3264 + 11: 3264 7,-25: 0: 16179 - 11: 204 - 7: 49152 + 12: 204 + 8: 49152 7,-28: 0: 65534 20,-21: @@ -15171,10 +15150,10 @@ entities: 0: 15 18,-23: 0: 50944 - 7: 14463 + 8: 14463 19,-23: 0: 28672 - 7: 34783 + 8: 34783 1,-27: 0: 61936 2,-27: @@ -15250,7 +15229,7 @@ entities: 0: 65535 16,-24: 0: 4369 - 7: 17920 + 8: 17920 0,-27: 0: 17600 3,-27: @@ -15319,7 +15298,7 @@ entities: 0: 3903 -21,-8: 0: 49152 - 7: 12288 + 8: 12288 11,5: 0: 65535 11,6: @@ -15572,21 +15551,21 @@ entities: 0: 61408 -19,-27: 0: 57344 - 7: 2730 + 8: 2730 -18,-27: 0: 47848 - 7: 275 + 8: 275 -18,-26: 0: 49080 - 7: 7 + 8: 7 -18,-25: 0: 49080 -17,-27: 0: 57906 - 7: 3276 + 8: 3276 -17,-26: 0: 61408 - 7: 7 + 8: 7 -17,-25: 0: 61408 -8,-28: @@ -15669,42 +15648,42 @@ entities: 0: 65535 -22,-5: 0: 64991 - 7: 32 + 8: 32 -21,-5: 4: 1 0: 65534 -21,-6: 0: 65524 - 7: 11 + 8: 11 -24,0: 0: 32767 -23,0: 0: 32767 -20,5: 0: 35835 - 7: 12292 + 8: 12292 -20,6: 0: 15 - 7: 8080 + 8: 8080 -19,5: 0: 1 -23,5: 0: 34956 -23,6: 0: 8 - 7: 2176 + 8: 2176 -22,5: 0: 3838 - 7: 57345 + 8: 57345 -22,6: 0: 143 - 7: 18240 + 8: 18240 -21,5: 0: 11002 - 7: 32773 + 8: 32773 -21,6: 0: 250 - 7: 30464 + 8: 30464 -24,-1: 0: 57344 -23,-1: @@ -15737,19 +15716,19 @@ entities: 0: 40727 -23,-5: 0: 58444 - 7: 163 + 8: 163 -22,-6: 0: 57280 - 7: 8255 + 8: 8255 -21,-7: 0: 50372 - 7: 15163 + 8: 15163 -18,-28: 0: 32768 - 7: 7936 + 8: 7936 -17,-28: 0: 61936 - 7: 3584 + 8: 3584 -16,-32: 0: 59520 -16,-31: @@ -15828,7 +15807,7 @@ entities: 0: 65535 26,-13: 0: 65503 - 12: 32 + 13: 32 27,-16: 0: 65074 27,-15: @@ -15905,14 +15884,14 @@ entities: 0: 504 21,-22: 0: 34816 - 7: 1092 + 8: 1092 22,-22: 0: 994 22,-21: 0: 64752 22,-23: 0: 8932 - 7: 16 + 8: 16 22,-24: 0: 19456 23,-24: @@ -15931,19 +15910,19 @@ entities: 0: 49152 8,8: 0: 4038 - 7: 61497 + 8: 61497 9,8: 0: 45007 - 7: 20528 + 8: 20528 6,8: 0: 3709 - 7: 16384 + 8: 16384 7,8: 0: 4038 - 7: 61497 + 8: 61497 9,9: 0: 14 - 7: 63617 + 8: 63617 10,8: 0: 34959 10,9: @@ -15961,63 +15940,63 @@ entities: 28,-13: 0: 21847 -24,-7: - 7: 32768 + 8: 32768 -24,-6: - 7: 34952 + 8: 34952 -24,-5: - 7: 34952 + 8: 34952 -23,-7: - 7: 61994 + 8: 61994 -23,-6: - 7: 65508 + 8: 65508 -23,-8: - 7: 57344 + 8: 57344 -22,-8: - 7: 61440 + 8: 61440 -22,-7: - 7: 65535 + 8: 65535 8,9: - 7: 62559 + 8: 62559 6,9: - 7: 196 + 8: 196 7,9: - 7: 63986 + 8: 63986 -20,7: - 7: 4369 + 8: 4369 -22,7: - 7: 50244 + 8: 50244 -21,7: - 7: 41591 + 8: 41591 -19,-28: - 7: 11776 + 8: 11776 -22,8: - 7: 8 + 8: 8 -21,8: - 7: 15 + 8: 15 17,-24: - 7: 53694 + 8: 53694 18,-24: - 7: 28799 + 8: 28799 19,-24: - 7: 53727 + 8: 53727 20,-24: - 7: 28863 + 8: 28863 20,-23: - 7: 45183 + 8: 45183 20,-22: - 7: 63679 + 8: 63679 21,-24: - 7: 4368 + 8: 4368 21,-23: - 7: 22001 + 8: 22001 20,-25: - 7: 47344 + 8: 47344 17,-25: - 7: 41696 + 8: 41696 18,-25: - 7: 28796 + 8: 28796 19,-25: - 7: 53719 + 8: 53719 uniqueMixes: - volume: 2500 temperature: 293.15 @@ -16124,6 +16103,21 @@ entities: - 0 - 0 - 0 + - volume: 2500 + temperature: 293.14975 + moles: + - 19.950384 + - 75.051445 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 - volume: 2500 temperature: 293.15 moles: @@ -16258,11 +16252,11 @@ entities: chunks: 0,0: ind: 0,0 - tiles: eAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: egAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,0: ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAUQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAVwAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAVwAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAVwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: Broadphase - type: Physics @@ -16403,11 +16397,11 @@ entities: chunks: 0,0: ind: 0,0 - tiles: eQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: ewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,0: ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: Broadphase - type: Physics @@ -16451,11 +16445,11 @@ entities: chunks: 0,0: ind: 0,0 - tiles: eQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: ewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,0: ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAUQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: Broadphase - type: Physics @@ -20059,6 +20053,10 @@ entities: - type: DeviceLinkSink links: - 25615 + - type: DeviceLinkSource + linkedPorts: + 25615: + - DoorStatus: Open - uid: 23074 components: - type: Transform @@ -20067,6 +20065,10 @@ entities: - type: DeviceLinkSink links: - 25615 + - type: DeviceLinkSource + linkedPorts: + 25615: + - DoorStatus: Open - uid: 23374 components: - type: Transform @@ -20330,12 +20332,22 @@ entities: rot: 3.141592653589793 rad pos: -69.5,10.5 parent: 2 + - uid: 5808 + components: + - type: Transform + pos: 41.5,-81.5 + parent: 2 - uid: 7978 components: - type: Transform rot: 3.141592653589793 rad pos: -84.5,-20.5 parent: 2 + - uid: 8930 + components: + - type: Transform + pos: 39.5,-81.5 + parent: 2 - uid: 9603 components: - type: Transform @@ -24168,16 +24180,16 @@ entities: parent: 2 - proto: AlwaysPoweredLightSodium entities: - - uid: 17058 + - uid: 664 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-94.5 + pos: 40.5,-85.5 parent: 2 - - uid: 19230 + - uid: 1034 components: - type: Transform - pos: 42.5,-85.5 + rot: -1.5707963267948966 rad + pos: 47.5,-93.5 parent: 2 - uid: 19232 components: @@ -24185,18 +24197,6 @@ entities: rot: 1.5707963267948966 rad pos: 36.5,-88.5 parent: 2 - - uid: 19234 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,-103.5 - parent: 2 - - uid: 19318 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,-92.5 - parent: 2 - uid: 20789 components: - type: Transform @@ -24209,17 +24209,6 @@ entities: rot: 1.5707963267948966 rad pos: 36.5,-100.5 parent: 2 - - uid: 20814 - components: - - type: Transform - pos: 37.5,-85.5 - parent: 2 - - uid: 20820 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,-103.5 - parent: 2 - uid: 20850 components: - type: Transform @@ -24231,12 +24220,6 @@ entities: rot: -1.5707963267948966 rad pos: 55.5,-100.5 parent: 2 - - uid: 30115 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,-95.5 - parent: 2 - proto: AlwaysPoweredWallLight entities: - uid: 773 @@ -24258,6 +24241,13 @@ entities: - type: Transform pos: 33.49836,22.619154 parent: 2 +- proto: AmePart + entities: + - uid: 36349 + components: + - type: Transform + pos: -39.020134,-113.99075 + parent: 2 - proto: AnomalyScanner entities: - uid: 777 @@ -30247,6 +30237,12 @@ entities: rot: 3.141592653589793 rad pos: 35.5,23.5 parent: 2 + - uid: 36370 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-15.5 + parent: 2 - proto: BarricadeBlock entities: - uid: 1049 @@ -31711,8 +31707,11 @@ entities: pos: -1.5,-11.5 parent: 2 - type: DeviceLinkSink + invokeCounter: 2 links: - 25741 + - 23073 + - 23074 - type: DeviceLinkSource linkedPorts: 23071: @@ -33430,11 +33429,6 @@ entities: - type: InsideEntityStorage - proto: CableApcExtension entities: - - uid: 14 - components: - - type: Transform - pos: 37.5,-81.5 - parent: 2 - uid: 50 components: - type: Transform @@ -34720,71 +34714,16 @@ entities: - type: Transform pos: 44.5,-80.5 parent: 2 - - uid: 1852 - components: - - type: Transform - pos: 43.5,-80.5 - parent: 2 - - uid: 1853 - components: - - type: Transform - pos: 43.5,-79.5 - parent: 2 - - uid: 1854 - components: - - type: Transform - pos: 43.5,-78.5 - parent: 2 - - uid: 1855 - components: - - type: Transform - pos: 43.5,-77.5 - parent: 2 - - uid: 1856 - components: - - type: Transform - pos: 42.5,-77.5 - parent: 2 - - uid: 1857 - components: - - type: Transform - pos: 41.5,-77.5 - parent: 2 - - uid: 1858 - components: - - type: Transform - pos: 40.5,-77.5 - parent: 2 - - uid: 1859 - components: - - type: Transform - pos: 39.5,-77.5 - parent: 2 - - uid: 1860 - components: - - type: Transform - pos: 38.5,-77.5 - parent: 2 - uid: 1861 components: - type: Transform pos: 46.5,-95.5 parent: 2 - - uid: 1864 - components: - - type: Transform - pos: 37.5,-78.5 - parent: 2 - uid: 1865 components: - type: Transform pos: 38.5,-82.5 parent: 2 - - uid: 1866 - components: - - type: Transform - pos: 43.5,-81.5 - parent: 2 - uid: 1867 components: - type: Transform @@ -51275,11 +51214,6 @@ entities: - type: Transform pos: -26.5,-99.5 parent: 2 - - uid: 19740 - components: - - type: Transform - pos: 37.5,-77.5 - parent: 2 - uid: 19742 components: - type: Transform @@ -51550,11 +51484,6 @@ entities: - type: Transform pos: 46.5,6.5 parent: 2 - - uid: 21910 - components: - - type: Transform - pos: 37.5,-80.5 - parent: 2 - uid: 21925 components: - type: Transform @@ -51925,11 +51854,6 @@ entities: - type: Transform pos: 81.5,-57.5 parent: 2 - - uid: 24581 - components: - - type: Transform - pos: 37.5,-79.5 - parent: 2 - uid: 24598 components: - type: Transform @@ -59005,6 +58929,81 @@ entities: - type: Transform pos: -71.5,-103.5 parent: 2 + - uid: 36315 + components: + - type: Transform + pos: 43.5,-80.5 + parent: 2 + - uid: 36316 + components: + - type: Transform + pos: 43.5,-79.5 + parent: 2 + - uid: 36317 + components: + - type: Transform + pos: 43.5,-78.5 + parent: 2 + - uid: 36318 + components: + - type: Transform + pos: 42.5,-78.5 + parent: 2 + - uid: 36319 + components: + - type: Transform + pos: 41.5,-78.5 + parent: 2 + - uid: 36320 + components: + - type: Transform + pos: 40.5,-78.5 + parent: 2 + - uid: 36321 + components: + - type: Transform + pos: 39.5,-78.5 + parent: 2 + - uid: 36322 + components: + - type: Transform + pos: 38.5,-78.5 + parent: 2 + - uid: 36323 + components: + - type: Transform + pos: 37.5,-78.5 + parent: 2 + - uid: 36324 + components: + - type: Transform + pos: 37.5,-79.5 + parent: 2 + - uid: 36325 + components: + - type: Transform + pos: 37.5,-80.5 + parent: 2 + - uid: 36326 + components: + - type: Transform + pos: 40.5,-79.5 + parent: 2 + - uid: 36327 + components: + - type: Transform + pos: 40.5,-80.5 + parent: 2 + - uid: 36328 + components: + - type: Transform + pos: 40.5,-81.5 + parent: 2 + - uid: 36329 + components: + - type: Transform + pos: 40.5,-82.5 + parent: 2 - proto: CableApcStack entities: - uid: 5198 @@ -59480,15 +59479,40 @@ entities: - type: Transform pos: -72.5,11.5 parent: 2 + - uid: 1857 + components: + - type: Transform + pos: 42.5,-79.5 + parent: 2 + - uid: 1859 + components: + - type: Transform + pos: 42.5,-80.5 + parent: 2 + - uid: 1860 + components: + - type: Transform + pos: 41.5,-80.5 + parent: 2 - uid: 1862 components: - type: Transform - pos: 38.5,-80.5 + pos: 39.5,-80.5 parent: 2 - uid: 1863 components: - type: Transform - pos: 40.5,-78.5 + pos: 38.5,-80.5 + parent: 2 + - uid: 1864 + components: + - type: Transform + pos: 39.5,-78.5 + parent: 2 + - uid: 1866 + components: + - type: Transform + pos: 38.5,-78.5 parent: 2 - uid: 2775 components: @@ -59508,7 +59532,7 @@ entities: - uid: 4754 components: - type: Transform - pos: 42.5,-78.5 + pos: 38.5,-79.5 parent: 2 - uid: 4923 components: @@ -60233,17 +60257,7 @@ entities: - uid: 5534 components: - type: Transform - pos: 40.5,-80.5 - parent: 2 - - uid: 5535 - components: - - type: Transform - pos: 41.5,-80.5 - parent: 2 - - uid: 5536 - components: - - type: Transform - pos: 40.5,-79.5 + pos: 42.5,-78.5 parent: 2 - uid: 5537 components: @@ -61475,31 +61489,6 @@ entities: - type: Transform pos: -39.5,-93.5 parent: 2 - - uid: 5804 - components: - - type: Transform - pos: 36.5,-82.5 - parent: 2 - - uid: 5805 - components: - - type: Transform - pos: 35.5,-82.5 - parent: 2 - - uid: 5806 - components: - - type: Transform - pos: 37.5,-82.5 - parent: 2 - - uid: 5807 - components: - - type: Transform - pos: 41.5,-78.5 - parent: 2 - - uid: 5808 - components: - - type: Transform - pos: 38.5,-82.5 - parent: 2 - uid: 5809 components: - type: Transform @@ -67365,11 +67354,6 @@ entities: - type: Transform pos: 34.5,-82.5 parent: 2 - - uid: 7134 - components: - - type: Transform - pos: 42.5,-80.5 - parent: 2 - uid: 7363 components: - type: Transform @@ -67615,16 +67599,6 @@ entities: - type: Transform pos: 66.5,-63.5 parent: 2 - - uid: 9219 - components: - - type: Transform - pos: 38.5,-78.5 - parent: 2 - - uid: 9226 - components: - - type: Transform - pos: 39.5,-78.5 - parent: 2 - uid: 9334 components: - type: Transform @@ -67813,13 +67787,18 @@ entities: - uid: 11486 components: - type: Transform - pos: 39.5,-80.5 + pos: 40.5,-80.5 parent: 2 - uid: 12162 components: - type: Transform pos: 34.5,-0.5 parent: 2 + - uid: 12289 + components: + - type: Transform + pos: 40.5,-79.5 + parent: 2 - uid: 12426 components: - type: Transform @@ -67990,6 +67969,11 @@ entities: - type: Transform pos: -67.5,7.5 parent: 2 + - uid: 17058 + components: + - type: Transform + pos: 40.5,-81.5 + parent: 2 - uid: 17328 components: - type: Transform @@ -68050,11 +68034,6 @@ entities: - type: Transform pos: 64.5,-59.5 parent: 2 - - uid: 19816 - components: - - type: Transform - pos: 39.5,-82.5 - parent: 2 - uid: 19823 components: - type: Transform @@ -68125,11 +68104,6 @@ entities: - type: Transform pos: 81.5,-52.5 parent: 2 - - uid: 21239 - components: - - type: Transform - pos: 40.5,-81.5 - parent: 2 - uid: 21374 components: - type: Transform @@ -68600,11 +68574,21 @@ entities: - type: Transform pos: 13.5,-23.5 parent: 2 + - uid: 26965 + components: + - type: Transform + pos: 41.5,-78.5 + parent: 2 - uid: 27154 components: - type: Transform pos: 33.5,-2.5 parent: 2 + - uid: 27483 + components: + - type: Transform + pos: 40.5,-78.5 + parent: 2 - uid: 27892 components: - type: Transform @@ -70220,6 +70204,31 @@ entities: - type: Transform pos: 80.5,-62.5 parent: 2 + - uid: 36309 + components: + - type: Transform + pos: 41.5,-77.5 + parent: 2 + - uid: 36310 + components: + - type: Transform + pos: 41.5,-76.5 + parent: 2 + - uid: 36311 + components: + - type: Transform + pos: 40.5,-76.5 + parent: 2 + - uid: 36312 + components: + - type: Transform + pos: 39.5,-76.5 + parent: 2 + - uid: 36313 + components: + - type: Transform + pos: 39.5,-77.5 + parent: 2 - proto: CableHVStack entities: - uid: 7028 @@ -81800,8 +81809,8 @@ entities: - uid: 11791 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,-82.5 + rot: 3.141592653589793 rad + pos: 39.5,-78.5 parent: 2 - uid: 11857 components: @@ -81861,6 +81870,12 @@ entities: rot: 1.5707963267948966 rad pos: 80.5,-56.5 parent: 2 + - uid: 36308 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,-78.5 + parent: 2 - proto: CandleBlueInfinite entities: - uid: 10758 @@ -83426,12 +83441,6 @@ entities: - type: Transform pos: 30.5,-104.5 parent: 2 - - uid: 1034 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-78.5 - parent: 2 - uid: 1112 components: - type: Transform @@ -83649,6 +83658,11 @@ entities: rot: 3.141592653589793 rad pos: 40.5,7.5 parent: 2 + - uid: 1856 + components: + - type: Transform + pos: 40.5,-79.5 + parent: 2 - uid: 3435 components: - type: Transform @@ -84191,6 +84205,11 @@ entities: - type: Transform pos: -65.5,7.5 parent: 2 + - uid: 5535 + components: + - type: Transform + pos: 40.5,-80.5 + parent: 2 - uid: 5565 components: - type: Transform @@ -84228,11 +84247,6 @@ entities: rot: -1.5707963267948966 rad pos: 66.5,-58.5 parent: 2 - - uid: 7133 - components: - - type: Transform - pos: 40.5,-78.5 - parent: 2 - uid: 7190 components: - type: Transform @@ -84322,11 +84336,6 @@ entities: - type: Transform pos: -57.5,-25.5 parent: 2 - - uid: 8930 - components: - - type: Transform - pos: 40.5,-80.5 - parent: 2 - uid: 8931 components: - type: Transform @@ -84942,16 +84951,10 @@ entities: - type: Transform pos: 65.5,-68.5 parent: 2 - - uid: 9223 - components: - - type: Transform - pos: 42.5,-78.5 - parent: 2 - - uid: 9225 + - uid: 9226 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,-80.5 + pos: 40.5,-78.5 parent: 2 - uid: 9227 components: @@ -85446,11 +85449,6 @@ entities: rot: 1.5707963267948966 rad pos: 47.5,-92.5 parent: 2 - - uid: 9330 - components: - - type: Transform - pos: 42.5,-80.5 - parent: 2 - uid: 9338 components: - type: Transform @@ -96469,15 +96467,15 @@ entities: - type: Transform pos: 6.5,-38.5 parent: 2 - - uid: 35377 + - uid: 35685 components: - type: Transform - pos: -14.5,-28.5 + pos: -51.5,-40.5 parent: 2 - - uid: 35685 + - uid: 36162 components: - type: Transform - pos: -51.5,-40.5 + pos: -10.5,-26.5 parent: 2 - proto: ClosetFire entities: @@ -97285,29 +97283,6 @@ entities: - type: Transform pos: 102.5,-44.5 parent: 2 - - uid: 26965 - components: - - type: Transform - pos: 10.5,-10.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: 27998 components: - type: Transform @@ -97445,6 +97420,11 @@ entities: - type: Transform pos: -55.5,-66.5 parent: 2 + - uid: 5807 + components: + - type: Transform + pos: 43.5,-82.5 + parent: 2 - uid: 10974 components: - type: Transform @@ -97475,6 +97455,11 @@ entities: - type: Transform pos: 10.5,-45.5 parent: 2 + - uid: 36314 + components: + - type: Transform + pos: 43.5,-77.5 + parent: 2 - proto: ClosetToolFilled entities: - uid: 7102 @@ -97575,6 +97560,11 @@ entities: - type: Transform pos: -77.5,-23.5 parent: 2 + - uid: 36334 + components: + - type: Transform + pos: 39.5,-83.5 + parent: 2 - proto: ClosetWallEmergencyFilledRandom entities: - uid: 7069 @@ -98542,6 +98532,13 @@ entities: parent: 2 - proto: ClothingMaskGasExplorer entities: + - uid: 19740 + components: + - type: Transform + parent: 19063 + - type: Physics + canCollide: False + - type: InsideEntityStorage - uid: 31150 components: - type: Transform @@ -99030,15 +99027,22 @@ entities: title: null - proto: ClothingOuterHardsuitMaxim entities: - - uid: 35369 + - uid: 19238 components: - type: Transform - parent: 35365 + parent: 19063 - type: Physics canCollide: False - type: InsideEntityStorage - proto: ClothingOuterHardsuitSalvage entities: + - uid: 19816 + components: + - type: Transform + parent: 35365 + - type: Physics + canCollide: False + - type: InsideEntityStorage - uid: 31155 components: - type: Transform @@ -99204,6 +99208,13 @@ entities: parent: 2 - proto: ClothingShoesBootsMag entities: + - uid: 19230 + components: + - type: Transform + parent: 19063 + - type: Physics + canCollide: False + - type: InsideEntityStorage - uid: 35370 components: - type: Transform @@ -99645,6 +99656,12 @@ entities: rot: -1.5707963267948966 rad pos: -35.5,-25.5 parent: 2 + - uid: 36304 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-68.5 + parent: 2 - proto: CommsComputerCircuitboard entities: - uid: 11228 @@ -99882,6 +99899,11 @@ entities: parent: 2 - proto: ComputerCriminalRecords entities: + - uid: 1855 + components: + - type: Transform + pos: 49.5,-21.5 + parent: 2 - uid: 11262 components: - type: Transform @@ -101174,11 +101196,7 @@ entities: showEnts: False occludes: True ents: - - 9112 - 9111 - - 8938 - - 8928 - - 8929 paper_label: !type:ContainerSlot showEnts: False occludes: True @@ -101244,6 +101262,11 @@ entities: - type: Transform pos: -1.5,-30.5 parent: 2 + - uid: 36360 + components: + - type: Transform + pos: 5.5,-16.5 + parent: 2 - proto: CrateFoodCooking entities: - uid: 11423 @@ -102531,17 +102554,6 @@ entities: text: Спутник ИИ - type: WarpPoint location: Спутник ИИ -- proto: DefaultStationBeaconAME - entities: - - uid: 34725 - components: - - type: Transform - pos: 40.5,-80.5 - parent: 2 - - type: NavMapBeacon - text: Генераторы - - type: WarpPoint - location: Инж - комната генераторов - proto: DefaultStationBeaconAnomalyGenerator entities: - uid: 34728 @@ -104021,6 +104033,11 @@ entities: rot: 3.141592653589793 rad pos: -59.5,-42.5 parent: 2 + - uid: 36348 + components: + - type: Transform + pos: 6.5,4.5 + parent: 2 - proto: DisposalJunction entities: - uid: 967 @@ -104161,6 +104178,12 @@ entities: rot: -1.5707963267948966 rad pos: -58.5,-43.5 parent: 2 + - uid: 20820 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,4.5 + parent: 2 - proto: DisposalJunctionFlipped entities: - uid: 2353 @@ -107565,12 +107588,6 @@ entities: rot: 3.141592653589793 rad pos: 1.5,5.5 parent: 2 - - uid: 12289 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,4.5 - parent: 2 - uid: 12290 components: - type: Transform @@ -109745,6 +109762,55 @@ entities: - type: Transform pos: -59.5,-38.5 parent: 2 + - uid: 36338 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,4.5 + parent: 2 + - uid: 36339 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,4.5 + parent: 2 + - uid: 36340 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,4.5 + parent: 2 + - uid: 36341 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,4.5 + parent: 2 + - uid: 36342 + components: + - type: Transform + pos: 6.5,3.5 + parent: 2 + - uid: 36343 + components: + - type: Transform + pos: 6.5,2.5 + parent: 2 + - uid: 36344 + components: + - type: Transform + pos: 6.5,1.5 + parent: 2 + - uid: 36345 + components: + - type: Transform + pos: 6.5,0.5 + parent: 2 + - uid: 36346 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 2 - proto: DisposalTrunk entities: - uid: 3607 @@ -110191,6 +110257,12 @@ entities: - type: Transform pos: -45.5,-13.5 parent: 2 + - uid: 36347 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-1.5 + parent: 2 - proto: DisposalUnit entities: - uid: 498 @@ -110590,6 +110662,11 @@ entities: - type: Transform pos: -22.5,-91.5 parent: 2 + - uid: 36337 + components: + - type: Transform + pos: 6.5,-1.5 + parent: 2 - proto: DisposalYJunction entities: - uid: 969 @@ -111358,6 +111435,13 @@ entities: - type: Transform pos: 41.78321,-93.988686 parent: 2 +- proto: DrinkWineBottleFull + entities: + - uid: 36306 + components: + - type: Transform + pos: 36.350975,-67.27427 + parent: 2 - proto: Dropper entities: - uid: 12852 @@ -147573,6 +147657,11 @@ entities: parent: 2 - proto: GeneratorBasic entities: + - uid: 21239 + components: + - type: Transform + pos: 56.5,-56.5 + parent: 2 - uid: 34192 components: - type: Transform @@ -147592,6 +147681,11 @@ entities: parent: 2 - proto: GeneratorRTG entities: + - uid: 21292 + components: + - type: Transform + pos: 99.5,-61.5 + parent: 2 - uid: 25901 components: - type: Transform @@ -147622,21 +147716,18 @@ entities: - type: Transform pos: -48.5,-74.5 parent: 2 - - uid: 36162 +- proto: GeneratorRTGDamaged + entities: + - uid: 7133 components: - type: Transform - pos: 56.5,-56.5 + pos: 40.5,-78.5 parent: 2 -- proto: GeneratorRTGDamaged - entities: - - uid: 9113 + - uid: 9223 components: - type: Transform - pos: 99.5,-61.5 + pos: 40.5,-80.5 parent: 2 - - type: RadiationSource - slope: 1 - intensity: 3 - proto: GeneratorWallmountAPU entities: - uid: 30288 @@ -148146,6 +148237,18 @@ entities: rot: 3.141592653589793 rad pos: 44.5,-79.5 parent: 2 + - uid: 5806 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,-81.5 + parent: 2 + - uid: 8461 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,-81.5 + parent: 2 - uid: 8600 components: - type: Transform @@ -148158,6 +148261,12 @@ entities: rot: 3.141592653589793 rad pos: 35.5,-103.5 parent: 2 + - uid: 9112 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,-81.5 + parent: 2 - uid: 9344 components: - type: Transform @@ -157846,12 +157955,6 @@ entities: rot: 1.5707963267948966 rad pos: -10.5,-20.5 parent: 2 - - uid: 35451 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-28.5 - parent: 2 - uid: 35452 components: - type: Transform @@ -157876,6 +157979,12 @@ entities: rot: 3.141592653589793 rad pos: 36.5,21.5 parent: 2 + - uid: 36359 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-27.5 + parent: 2 - proto: IngotGold1 entities: - uid: 18314 @@ -157914,8 +158023,6 @@ entities: components: - type: Transform parent: 11091 - - type: Stack - count: 1 - type: Physics canCollide: False - type: InsideEntityStorage @@ -158595,6 +158702,12 @@ entities: - type: Transform pos: -13.487283,-30.231674 parent: 2 + - uid: 36305 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.76157,-67.201385 + parent: 2 - proto: LampInterrogator entities: - uid: 18368 @@ -160121,7 +160234,7 @@ entities: pos: -6.5,-44.5 parent: 2 - type: LogicGate - gate: And + gate: Xor - type: DeviceLinkSink links: - 31131 @@ -161062,6 +161175,16 @@ entities: - type: Transform pos: 11.5,-39.5 parent: 2 + - uid: 36361 + components: + - type: Transform + pos: -10.5,-27.5 + parent: 2 + - uid: 36363 + components: + - type: Transform + pos: -2.5,-24.5 + parent: 2 - proto: MaintenanceWeaponSpawner entities: - uid: 18583 @@ -162261,6 +162384,13 @@ entities: - type: Physics canCollide: False - type: InsideEntityStorage + - uid: 19318 + components: + - type: Transform + parent: 19063 + - type: Physics + canCollide: False + - type: InsideEntityStorage - uid: 31153 components: - type: Transform @@ -162694,6 +162824,13 @@ entities: - type: Physics canCollide: False - type: InsideEntityStorage + - uid: 19234 + components: + - type: Transform + parent: 19063 + - type: Physics + canCollide: False + - type: InsideEntityStorage - uid: 31154 components: - type: Transform @@ -163303,7 +163440,7 @@ entities: pos: -13.856638,-36.391506 parent: 2 - type: Paper - content: 5> + content: <5 - uid: 25747 components: - type: Transform @@ -163360,7 +163497,7 @@ entities: pos: -12.042436,-31.173561 parent: 2 - type: Paper - content: <3 <4 + content: 3> <4 - uid: 31478 components: - type: Transform @@ -164758,11 +164895,6 @@ entities: - type: Transform pos: -37.5,-115.5 parent: 2 - - uid: 17843 - components: - - type: Transform - pos: 40.5,-80.5 - parent: 2 - uid: 19021 components: - type: Transform @@ -164775,21 +164907,6 @@ entities: parent: 2 - proto: PortableGeneratorSuperPacman entities: - - uid: 8925 - components: - - type: Transform - pos: 38.5,-78.5 - parent: 2 - - uid: 9331 - components: - - type: Transform - pos: 54.5,-62.5 - parent: 2 - - uid: 9332 - components: - - type: Transform - pos: 53.5,-66.5 - parent: 2 - uid: 9333 components: - type: Transform @@ -165753,6 +165870,11 @@ entities: parent: 31273 - type: Physics canCollide: False + - uid: 36362 + components: + - type: Transform + pos: 0.562973,-30.352146 + parent: 2 - proto: PowerCellRecharger entities: - uid: 18810 @@ -166271,12 +166393,6 @@ entities: - type: Transform pos: 39.5,-46.5 parent: 2 - - uid: 19238 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,-80.5 - parent: 2 - uid: 19240 components: - type: Transform @@ -167536,12 +167652,6 @@ entities: rot: 3.141592653589793 rad pos: -22.5,3.5 parent: 2 - - uid: 31117 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,-80.5 - parent: 2 - uid: 31404 components: - type: Transform @@ -167974,6 +168084,11 @@ entities: - type: Transform pos: 5.5,11.5 parent: 2 + - uid: 36368 + components: + - type: Transform + pos: 40.5,-82.5 + parent: 2 - proto: PoweredlightEmpty entities: - uid: 24550 @@ -168032,6 +168147,20 @@ entities: rot: -1.5707963267948966 rad pos: 37.5,6.5 parent: 2 +- proto: PoweredlightOrange + entities: + - uid: 36330 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-80.5 + parent: 2 + - uid: 36331 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,-80.5 + parent: 2 - proto: PoweredLightPostSmall entities: - uid: 1514 @@ -171407,6 +171536,11 @@ entities: - type: Transform pos: -57.5,9.5 parent: 2 + - uid: 31117 + components: + - type: Transform + pos: 38.5,-83.5 + parent: 2 - uid: 31393 components: - type: Transform @@ -171615,6 +171749,16 @@ entities: parent: 2 - proto: RadiationCollectorFullTank entities: + - uid: 5536 + components: + - type: Transform + pos: 42.5,-80.5 + parent: 2 + - uid: 5805 + components: + - type: Transform + pos: 42.5,-79.5 + parent: 2 - uid: 17279 components: - type: Transform @@ -171622,11 +171766,43 @@ entities: parent: 2 - proto: RadiationCollectorNoTank entities: + - uid: 1858 + components: + - type: Transform + pos: 38.5,-78.5 + parent: 2 + - uid: 8928 + components: + - type: Transform + pos: 54.5,-63.5 + parent: 2 + - uid: 8929 + components: + - type: Transform + pos: 53.5,-66.5 + parent: 2 + - uid: 8938 + components: + - type: Transform + pos: 54.5,-62.5 + parent: 2 - uid: 19149 components: - type: Transform pos: 14.5,6.5 parent: 2 +- proto: RadioHandheld + entities: + - uid: 36365 + components: + - type: Transform + pos: -55.382984,-13.366422 + parent: 2 + - uid: 36366 + components: + - type: Transform + pos: -55.670765,-13.221542 + parent: 2 - proto: Railing entities: - uid: 997 @@ -173331,6 +173507,12 @@ entities: - type: Transform pos: 7.5,-21.5 parent: 2 + - uid: 36369 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-16.5 + parent: 2 - proto: RandomDrinkBottle entities: - uid: 19949 @@ -174936,6 +175118,11 @@ entities: - type: Transform pos: -69.5,-3.5 parent: 2 + - uid: 31437 + components: + - type: Transform + pos: 42.5,-76.5 + parent: 2 - uid: 33580 components: - type: Transform @@ -176715,6 +176902,16 @@ entities: - type: Transform pos: 66.5,-69.5 parent: 2 + - uid: 27491 + components: + - type: Transform + pos: 44.5,-79.5 + parent: 2 + - uid: 30115 + components: + - type: Transform + pos: 44.5,-78.5 + parent: 2 - uid: 31254 components: - type: Transform @@ -176780,6 +176977,11 @@ entities: rot: 1.5707963267948966 rad pos: 68.5,-56.5 parent: 2 + - uid: 5804 + components: + - type: Transform + pos: 40.5,-81.5 + parent: 2 - uid: 8156 components: - type: Transform @@ -179408,6 +179610,18 @@ entities: - type: Transform pos: -63.5,-67.5 parent: 2 + - uid: 24575 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,-81.5 + parent: 2 + - uid: 24581 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,-81.5 + parent: 2 - uid: 24765 components: - type: Transform @@ -179493,16 +179707,6 @@ entities: - type: Transform pos: 49.5,-7.5 parent: 2 - - uid: 27483 - components: - - type: Transform - pos: 44.5,-78.5 - parent: 2 - - uid: 27491 - components: - - type: Transform - pos: 44.5,-79.5 - parent: 2 - uid: 28010 components: - type: Transform @@ -180093,11 +180297,6 @@ entities: - type: Transform pos: -37.490227,-103.56499 parent: 2 - - uid: 30124 - components: - - type: Transform - pos: 36.469223,-63.41977 - parent: 2 - proto: RightArmHuman entities: - uid: 25963 @@ -180285,6 +180484,11 @@ entities: parent: 2 - proto: SalvageLootSpawner entities: + - uid: 21794 + components: + - type: Transform + pos: 0.5,-23.5 + parent: 2 - uid: 35413 components: - type: Transform @@ -181148,13 +181352,6 @@ entities: parent: 2 - proto: SheetPlasma entities: - - uid: 8938 - components: - - type: Transform - parent: 10988 - - type: Physics - canCollide: False - - type: InsideEntityStorage - uid: 21029 components: - type: Transform @@ -181549,24 +181746,6 @@ entities: parent: 2 - proto: SheetUranium1 entities: - - uid: 8928 - components: - - type: Transform - parent: 10988 - - type: Stack - count: 20 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 8929 - components: - - type: Transform - parent: 10988 - - type: Stack - count: 20 - - type: Physics - canCollide: False - - type: InsideEntityStorage - uid: 9111 components: - type: Transform @@ -181576,15 +181755,6 @@ entities: - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 9112 - components: - - type: Transform - parent: 10988 - - type: Stack - count: 20 - - type: Physics - canCollide: False - - type: InsideEntityStorage - proto: ShellShotgun entities: - uid: 35658 @@ -182895,6 +183065,106 @@ entities: - type: DeviceLinkSink links: - 36015 + - uid: 36350 + components: + - type: Transform + pos: -35.5,-45.5 + parent: 2 + - type: DeviceLinkSink + links: + - 36357 + - uid: 36351 + components: + - type: Transform + pos: -36.5,-45.5 + parent: 2 + - type: DeviceLinkSink + links: + - 36357 + - uid: 36352 + components: + - type: Transform + pos: -37.5,-45.5 + parent: 2 + - type: DeviceLinkSink + links: + - 36357 + - uid: 36353 + components: + - type: Transform + pos: -38.5,-45.5 + parent: 2 + - type: DeviceLinkSink + links: + - 36357 + - uid: 36354 + components: + - type: Transform + pos: -39.5,-45.5 + parent: 2 + - type: DeviceLinkSink + links: + - 36357 + - uid: 36355 + components: + - type: Transform + pos: -41.5,-46.5 + parent: 2 + - type: DeviceLinkSink + links: + - 36358 + - uid: 36356 + components: + - type: Transform + pos: -41.5,-47.5 + parent: 2 + - type: DeviceLinkSink + links: + - 36358 +- proto: ShuttersRadiation + entities: + - uid: 9219 + components: + - type: Transform + pos: 40.5,-81.5 + parent: 2 + - type: DeviceLinkSink + links: + - 36332 + - uid: 9331 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,-79.5 + parent: 2 + - type: DeviceLinkSink + links: + - 36332 + - uid: 20814 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,-78.5 + parent: 2 + - type: DeviceLinkSink + links: + - 36332 + - uid: 21910 + components: + - type: Transform + pos: 42.5,-81.5 + parent: 2 + - type: DeviceLinkSink + links: + - 36332 + - uid: 35369 + components: + - type: Transform + pos: 38.5,-81.5 + parent: 2 + - type: DeviceLinkSink + links: + - 36332 - proto: ShuttersRadiationOpen entities: - uid: 21170 @@ -184274,6 +184544,53 @@ entities: linkedPorts: 36016: - Pressed: Toggle + - uid: 36332 + components: + - type: Transform + pos: 40.5,-77.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 20814: + - Pressed: Toggle + 9331: + - Pressed: Toggle + 21910: + - Pressed: Toggle + 9219: + - Pressed: Toggle + 35369: + - Pressed: Toggle + - uid: 36357 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,-50.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 36350: + - Pressed: Toggle + 36351: + - Pressed: Toggle + 36352: + - Pressed: Toggle + 36353: + - Pressed: Toggle + 36354: + - Pressed: Toggle + - uid: 36358 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-48.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 36355: + - Pressed: Toggle + 36356: + - Pressed: Toggle - proto: SignalTimer entities: - uid: 23084 @@ -184904,6 +185221,29 @@ entities: parent: 2 - proto: SignDirectionalSolar entities: + - uid: 14 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.481415,-41.670128 + parent: 2 + - uid: 1852 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,-93.5 + parent: 2 + - uid: 1853 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -67.5,8.5 + parent: 2 + - uid: 1854 + components: + - type: Transform + pos: -58.5,-45.5 + parent: 2 - uid: 21277 components: - type: Transform @@ -184944,6 +185284,30 @@ entities: rot: -1.5707963267948966 rad pos: -38.5,9.5 parent: 2 + - uid: 36301 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -70.5,-23.5 + parent: 2 + - uid: 36302 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -79.5,-2.5 + parent: 2 + - uid: 36335 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -65.5,-12.5 + parent: 2 + - uid: 36336 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,7.5 + parent: 2 - proto: SignDirectionalSupply entities: - uid: 19168 @@ -184990,10 +185354,10 @@ entities: parent: 2 - proto: SignElectricalMed entities: - - uid: 21292 + - uid: 9330 components: - type: Transform - pos: 44.5,-81.5 + pos: 43.5,-81.5 parent: 2 - uid: 21293 components: @@ -185005,7 +185369,7 @@ entities: - uid: 9211 components: - type: MetaData - name: знак "генераторы" + name: знак "РИТЭГ" - type: Transform pos: 44.5,-77.5 parent: 2 @@ -185227,6 +185591,11 @@ entities: parent: 2 - proto: SignRadiationMed entities: + - uid: 9225 + components: + - type: Transform + pos: 37.5,-81.5 + parent: 2 - uid: 21321 components: - type: Transform @@ -185658,12 +186027,12 @@ entities: - type: Transform pos: 33.5,-24.5 parent: 2 - - uid: 8461 + - uid: 9332 components: - type: MetaData - name: ДАМ + name: РИТЭГ 2 - type: Transform - pos: 38.5,-82.5 + pos: 41.5,-77.5 parent: 2 - uid: 11860 components: @@ -185797,6 +186166,13 @@ entities: - type: Transform pos: 34.5,-80.5 parent: 2 + - uid: 30124 + components: + - type: MetaData + name: РИТЭГ 1 + - type: Transform + pos: 39.5,-77.5 + parent: 2 - uid: 30368 components: - type: MetaData @@ -185825,17 +186201,15 @@ entities: - type: Transform pos: -58.5,-24.5 parent: 2 +- proto: SMESBasicEmpty + entities: - uid: 36283 components: - - type: MetaData - name: Тесла 3 - type: Transform pos: 81.5,-56.5 parent: 2 - uid: 36284 components: - - type: MetaData - name: Тесла 4 - type: Transform pos: 81.5,-62.5 parent: 2 @@ -187054,11 +187428,6 @@ entities: - type: Transform pos: -12.5,-20.5 parent: 2 - - uid: 31437 - components: - - type: Transform - pos: 4.5,-24.5 - parent: 2 - uid: 31550 components: - type: Transform @@ -187079,6 +187448,16 @@ entities: - type: Transform pos: -6.5,-37.5 parent: 2 + - uid: 36364 + components: + - type: Transform + pos: -7.5,-28.5 + parent: 2 + - uid: 36367 + components: + - type: Transform + pos: -10.5,-12.5 + parent: 2 - proto: SpawnMobCatFloppa entities: - uid: 21533 @@ -187202,6 +187581,13 @@ entities: - type: Transform pos: 12.5,-17.5 parent: 2 +- proto: SpawnMobSpaceSpider + entities: + - uid: 34725 + components: + - type: Transform + pos: 3.5,-21.5 + parent: 2 - proto: SpawnPointAtmos entities: - uid: 21565 @@ -188907,6 +189293,40 @@ entities: - 11101 - 11103 - 11102 + - uid: 19063 + components: + - type: Transform + pos: 10.5,-10.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.734816 + - 6.5262127 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 19318 + - 19238 + - 19234 + - 19230 + - 19740 - uid: 31149 components: - type: Transform @@ -188970,9 +189390,9 @@ entities: occludes: True ents: - 35366 + - 19816 - 35367 - 35368 - - 35369 - 35370 - uid: 35375 components: @@ -189181,6 +189601,24 @@ entities: - type: Transform pos: -14.5,-25.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: SuitStorageEVAPrisoner entities: - uid: 21883 @@ -189484,21 +189922,24 @@ entities: - SurveillanceCameraEngineering nameSet: True id: Приёмная атмосии - - uid: 24575 + - uid: 31834 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-81.5 + pos: 37.5,-39.5 parent: 2 - type: SurveillanceCamera - id: Комната ДАМ - - uid: 31834 + id: Хранилище плат + - uid: 36307 components: - type: Transform - pos: 37.5,-39.5 + rot: 3.141592653589793 rad + pos: 40.5,-78.5 parent: 2 - type: SurveillanceCamera - id: Хранилище плат + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: РИТЭГ - proto: SurveillanceCameraGeneral entities: - uid: 12903 @@ -195271,6 +195712,12 @@ entities: rot: 1.5707963267948966 rad pos: -31.5,-117.5 parent: 2 + - uid: 36303 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-67.5 + parent: 2 - proto: TargetClown entities: - uid: 22693 @@ -197571,6 +198018,11 @@ entities: parent: 2 - proto: VendingMachineTankDispenserEngineering entities: + - uid: 8925 + components: + - type: Transform + pos: 37.5,-83.5 + parent: 2 - uid: 22955 components: - type: Transform @@ -198198,6 +198650,11 @@ entities: rot: 3.141592653589793 rad pos: 73.5,-51.5 parent: 2 + - uid: 7134 + components: + - type: Transform + pos: 43.5,-81.5 + parent: 2 - uid: 7192 components: - type: Transform @@ -198436,6 +198893,11 @@ entities: rot: 3.141592653589793 rad pos: -59.5,13.5 parent: 2 + - uid: 9113 + components: + - type: Transform + pos: 37.5,-81.5 + parent: 2 - uid: 9164 components: - type: Transform @@ -214881,6 +215343,11 @@ entities: rot: -1.5707963267948966 rad pos: 27.5,26.5 parent: 2 + - uid: 22850 + components: + - type: Transform + pos: 40.5,-77.5 + parent: 2 - uid: 22859 components: - type: Transform @@ -227005,14 +227472,20 @@ entities: - type: Transform pos: 48.547657,9.526707 parent: 2 -- proto: WeaponTurretSyndicate +- proto: WeaponTurretHostile entities: - - uid: 21794 + - uid: 17843 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-28.5 + parent: 2 + - uid: 35377 components: - type: Transform pos: -8.5,-25.5 parent: 2 - - uid: 22850 + - uid: 35451 components: - type: Transform pos: -4.5,-25.5 @@ -227111,12 +227584,6 @@ entities: parent: 2 - proto: WeaponTurretSyndicateDisposable entities: - - uid: 664 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-26.5 - parent: 2 - uid: 26906 components: - type: Transform @@ -232061,11 +232528,6 @@ entities: - type: Transform pos: -63.5,-74.5 parent: 2 - - uid: 19063 - components: - - type: Transform - pos: 41.668507,-82.01832 - parent: 2 - uid: 25739 components: - type: Transform @@ -232191,6 +232653,11 @@ entities: - type: Transform pos: -62.5,-16.5 parent: 2 + - uid: 36333 + components: + - type: Transform + pos: 38.50425,-83.4728 + parent: 2 - proto: XenoWardingTower entities: - uid: 31156 From 506e63e57eaff97b321a5faaf3872bc02b3b8f25 Mon Sep 17 00:00:00 2001 From: Zna1kin <146629904+Zna1kin@users.noreply.github.com> Date: Fri, 23 Feb 2024 06:37:39 +0700 Subject: [PATCH 43/93] Update Maus (#1884) --- Resources/Maps/corvax_maus.yml | 7081 +++++++++++++++++++++++--------- 1 file changed, 5042 insertions(+), 2039 deletions(-) diff --git a/Resources/Maps/corvax_maus.yml b/Resources/Maps/corvax_maus.yml index 771fbb25d5e..212274acc11 100644 --- a/Resources/Maps/corvax_maus.yml +++ b/Resources/Maps/corvax_maus.yml @@ -18,6 +18,7 @@ tilemap: 20: FloorCarpetClown 21: FloorCarpetOffice 24: FloorChromite + 25: FloorClown 29: FloorDark 30: FloorDarkDiagonal 32: FloorDarkHerringbone @@ -41,36 +42,37 @@ tilemap: 62: FloorLino 63: FloorLowDesert 64: FloorMetalDiamond + 65: FloorMime 66: FloorMining 67: FloorMiningDark 68: FloorMiningLight 72: FloorOldConcreteSmooth 75: FloorPlastic 76: FloorRGlass - 85: FloorShuttleWhite - 89: FloorSteel - 90: FloorSteelBurnt - 91: FloorSteelCheckerDark - 92: FloorSteelCheckerLight - 93: FloorSteelDamaged - 94: FloorSteelDiagonal - 96: FloorSteelDirty - 99: FloorSteelMini - 100: FloorSteelMono - 103: FloorSteelPavementVertical - 104: FloorTechMaint - 106: FloorTechMaint3 - 108: FloorWhite - 112: FloorWhiteMini - 113: FloorWhiteMono - 114: FloorWhiteOffset - 117: FloorWhitePlastic - 118: FloorWood - 119: FloorWoodTile - 120: Lattice - 121: Plating - 123: PlatingBurnt - 124: PlatingDamaged + 87: FloorShuttleWhite + 91: FloorSteel + 92: FloorSteelBurnt + 93: FloorSteelCheckerDark + 94: FloorSteelCheckerLight + 95: FloorSteelDamaged + 96: FloorSteelDiagonal + 98: FloorSteelDirty + 101: FloorSteelMini + 102: FloorSteelMono + 105: FloorSteelPavementVertical + 106: FloorTechMaint + 108: FloorTechMaint3 + 110: FloorWhite + 114: FloorWhiteMini + 115: FloorWhiteMono + 116: FloorWhiteOffset + 119: FloorWhitePlastic + 120: FloorWood + 121: FloorWoodTile + 122: Lattice + 123: Plating + 125: PlatingBurnt + 126: PlatingDamaged entities: - proto: "" entities: @@ -97,175 +99,175 @@ entities: chunks: 0,0: ind: 0,0 - tiles: eQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: ewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: WQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAagAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAASwAAAAAAeQAAAAAAAAAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAASwAAAAAAeQAAAAAAAAAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAASwAAAAAAeQAAAAAAAAAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAJgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAA + tiles: WwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAbAAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAASwAAAAAAewAAAAAAAAAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAASwAAAAAAewAAAAAAAAAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAASwAAAAAAewAAAAAAAAAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAJgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAA version: 6 0,-2: ind: 0,-2 - tiles: eAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAASwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAagAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAA + tiles: egAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAASwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAAAAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAbAAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAA version: 6 -1,0: ind: -1,0 - tiles: JgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAKAAAAAAAKAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAKAAAAAAAKAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAeQAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAeQAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: JgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAAAAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAAAdwAAAAAAKAAAAAAAKAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAAAdwAAAAAAKAAAAAAAKAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAewAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAewAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,-1: ind: -1,-1 - tiles: HQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAagAAAAAAeQAAAAAAfAAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAIwAAAAAAIwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAAAeQAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAIwAAAAAAIwAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAagAAAAAAagAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAIwAAAAAAIwAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAIwAAAAAAIwAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAagAAAAAAeQAAAAAAagAAAAAAagAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAIwAAAAAAIwAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAagAAAAAAeQAAAAAAagAAAAAAagAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAPQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAWQAAAAAAHQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAWQAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAJgAAAAAA + tiles: HQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAPgAAAAAAPgAAAAAAewAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAewAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAbAAAAAAAewAAAAAAfgAAAAAAPgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAIwAAAAAAIwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAAAewAAAAAAPgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAIwAAAAAAIwAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAbAAAAAAAbAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAIwAAAAAAIwAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAIwAAAAAAIwAAAAAAHQAAAAAAHQAAAAAAewAAAAAAbAAAAAAAewAAAAAAbAAAAAAAbAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAIwAAAAAAIwAAAAAAHQAAAAAAHQAAAAAAewAAAAAAbAAAAAAAewAAAAAAbAAAAAAAbAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAPQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAewAAAAAAWwAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAewAAAAAAWwAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAWwAAAAAAHQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAWwAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAJgAAAAAA version: 6 -1,-2: ind: -1,-2 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAdwAAAAAAdwAAAAAAJQAAAAAAdwAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAdwAAAAAAdgAAAAAAJQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAdwAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAdwAAAAAAdgAAAAAAJAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAeQAAAAAAdwAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAHgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAeQAAAAAAWQAAAAAAHgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAeQAAAAAAWQAAAAAAHgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAfAAAAAAAeQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAeQAAAAAAWQAAAAAA + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeQAAAAAAIQAAAAAAeQAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeAAAAAAAIQAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAegAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAJAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAewAAAAAAeQAAAAAAewAAAAAAewAAAAAAJgAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAHgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAewAAAAAAWwAAAAAAHgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAewAAAAAAWwAAAAAAHgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAfgAAAAAAewAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAewAAAAAAWwAAAAAA version: 6 -2,0: ind: -2,0 - tiles: HQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAHQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAeQAAAAAABwAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAdQAAAAAAdQAAAAAABwAAAAAABwAAAAAABwAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAeQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAeQAAAAAAcAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAeQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAeQAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAA + tiles: HQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAHQAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAewAAAAAAewAAAAAABwAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAdwAAAAAAdwAAAAAABwAAAAAABwAAAAAABwAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAdwAAAAAAdwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAdwAAAAAAdwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAdwAAAAAAdwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAdwAAAAAAdwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAewAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAewAAAAAAcgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAdwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAewAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAewAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAA version: 6 -2,-1: ind: -2,-1 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAdgAAAAAAeQAAAAAABwAAAAAABwAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAdgAAAAAAeQAAAAAABwAAAAAABwAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAJQAAAAAAIwAAAAAAdgAAAAAAeQAAAAAABwAAAAAABwAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAJQAAAAAAIwAAAAAAdgAAAAAAeQAAAAAABwAAAAAABwAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAXQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAIwAAAAAAdgAAAAAAeQAAAAAABwAAAAAABwAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAIwAAAAAAdgAAAAAAeQAAAAAABwAAAAAABwAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAIwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAJQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWgAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAADAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAADAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAADAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAADAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAADAAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeAAAAAAAewAAAAAABwAAAAAABwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeAAAAAAAewAAAAAABwAAAAAABwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAJQAAAAAAIwAAAAAAeAAAAAAAewAAAAAABwAAAAAABwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAJQAAAAAAIwAAAAAAeAAAAAAAewAAAAAABwAAAAAABwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAXwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAIwAAAAAAeAAAAAAAewAAAAAABwAAAAAABwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAIwAAAAAAeAAAAAAAewAAAAAABwAAAAAABwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAIwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAJQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAXAAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAJgAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAADAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAADAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAADAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAADAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAADAAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAA version: 6 -3,0: ind: -3,0 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACgAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAABQAAAAAABQAAAAAABQAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAA + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACgAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAABQAAAAAABQAAAAAABQAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAA version: 6 -4,0: ind: -4,0 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAZwAAAAAAZwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACgAAAAAABwAAAAAACgAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABQAAAAAABQAAAAAABQAAAAAABQAAAAAABQAAAAAABQAAAAAABQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAAewAAAAAAfAAAAAAAewAAAAAAeQAAAAAAewAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAAewAAAAAAeQAAAAAAewAAAAAAewAAAAAAewAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAAfAAAAAAAfAAAAAAAewAAAAAAfAAAAAAAfAAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAA + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAaQAAAAAAaQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACgAAAAAABwAAAAAACgAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABQAAAAAABQAAAAAABQAAAAAABQAAAAAABQAAAAAABQAAAAAABQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAewAAAAAAfQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAAfQAAAAAAewAAAAAAfQAAAAAAfQAAAAAAfQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAA version: 6 -4,-1: ind: -4,-1 - tiles: WQAAAAAAeQAAAAAASwAAAAAASwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAJAAAAAAAIgAAAAAANgAAAAAAIgAAAAAAJAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAJAAAAAAANgAAAAAAIgAAAAAANgAAAAAAJAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAJAAAAAAAIgAAAAAANgAAAAAAIgAAAAAAJAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAASwAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAA + tiles: WwAAAAAAewAAAAAASwAAAAAASwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAHQAAAAAAHQAAAAAAewAAAAAAJAAAAAAAIgAAAAAANgAAAAAAIgAAAAAAJAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAHQAAAAAAHQAAAAAAewAAAAAAJAAAAAAANgAAAAAAIgAAAAAANgAAAAAAJAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAHQAAAAAAHQAAAAAAewAAAAAAJAAAAAAAIgAAAAAANgAAAAAAIgAAAAAAJAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAASwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAASwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAASwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAA version: 6 -5,0: ind: -5,0 - tiles: CgAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACgAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACgAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACgAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACgAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACgAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACgAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACgAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACgAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACgAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACgAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACgAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACgAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACgAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: CgAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAACgAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAACgAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAACgAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAACgAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAACgAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAACgAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAACgAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAACgAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAACgAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAACgAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAACgAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAACgAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAACgAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAA version: 6 1,-1: ind: 1,-1 - tiles: HQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAALwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAMgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: HQAAAAAAHQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbAAAAAAAbAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAALwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAHQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAHQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAMgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,-2: ind: 1,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbAAAAAAAbAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,-3: ind: -1,-3 - tiles: WQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAFAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAA + tiles: WwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAQQAAAAAAQQAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAQQAAAAAAQQAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAFAAAAAAAFAAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAGQAAAAAAFAAAAAAAFAAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAFAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAA version: 6 -1,-4: ind: -1,-4 - tiles: CgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAeQAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: CgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAewAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -2,-4: ind: -2,-4 - tiles: eQAAAAAAeQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAeQAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAeQAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACQAAAAAACQAAAAAAaAAAAAAAeQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAASAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAASAAAAAAAeQAAAAAAcAAAAAAAcAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAYwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAASAAAAAAAeQAAAAAAcAAAAAAAcAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAYwAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAA + tiles: ewAAAAAAewAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAewAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAewAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAewAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAewAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAewAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAACQAAAAAACQAAAAAAagAAAAAAewAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAewAAAAAAHQAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAASwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAASAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAASAAAAAAAewAAAAAAcgAAAAAAcgAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAASwAAAAAAWwAAAAAAWwAAAAAAZQAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAASAAAAAAAewAAAAAAcgAAAAAAcgAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAASwAAAAAAWwAAAAAAWwAAAAAAZQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAA version: 6 -2,-5: ind: -2,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAACgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAACgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAACgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAABgAAAAAABgAAAAAABgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABgAAAAAABgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAeQAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAeQAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAewAAAAAACgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAACgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAACgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAagAAAAAAewAAAAAAewAAAAAABgAAAAAABgAAAAAABgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAABgAAAAAABgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAewAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAewAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACQAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAA version: 6 -5,-1: ind: -5,-1 - tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAXAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAXAAAAAAAXAAAAAAAeQAAAAAAXAAAAAAAXAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAXAAAAAAAQAAAAAAAeQAAAAAAQAAAAAAAXAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAXAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAXAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAXAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAXAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACgAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAXgAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAXgAAAAAAXgAAAAAAewAAAAAAXgAAAAAAXgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAXgAAAAAAQAAAAAAAewAAAAAAQAAAAAAAXgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAXgAAAAAAewAAAAAAewAAAAAAewAAAAAAXgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAXgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAXgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAACgAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAA version: 6 -3,-5: ind: -3,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACgAAAAAACgAAAAAAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAHQAAAAAAJQAAAAAAJQAAAAAAHQAAAAAAeQAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAHQAAAAAAJQAAAAAAJQAAAAAAHQAAAAAAeQAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAHQAAAAAAJQAAAAAAJQAAAAAAHQAAAAAAeQAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAHQAAAAAAHQAAAAAAJgAAAAAAeQAAAAAACgAAAAAACgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAHQAAAAAAJQAAAAAAJQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAHQAAAAAAJQAAAAAAJQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAJQAAAAAAJQAAAAAAHQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAJQAAAAAAJQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAdQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAXgAAAAAAeQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAACgAAAAAACgAAAAAAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAHQAAAAAAJQAAAAAAJQAAAAAAHQAAAAAAewAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAHQAAAAAAJQAAAAAAJQAAAAAAHQAAAAAAewAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAHQAAAAAAJQAAAAAAJQAAAAAAHQAAAAAAewAAAAAACgAAAAAACgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAHQAAAAAAHQAAAAAAJgAAAAAAewAAAAAACgAAAAAACgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAHQAAAAAAJQAAAAAAJQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAHQAAAAAAJQAAAAAAJQAAAAAAHQAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAJQAAAAAAJQAAAAAAHQAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAJQAAAAAAJQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAdwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAXQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYAAAAAAAewAAAAAA version: 6 -3,-6: ind: -3,-6 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAAeQAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAHQAAAAAAJQAAAAAAJQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAAeQAAAAAAHQAAAAAAJQAAAAAAJQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACgAAAAAACgAAAAAACgAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAAewAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAHQAAAAAAJQAAAAAAJQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAAewAAAAAAHQAAAAAAJQAAAAAAJQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAACgAAAAAACgAAAAAACgAAAAAA version: 6 -2,-6: ind: -2,-6 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -4,-5: ind: -4,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAeQAAAAAACwAAAAAAeQAAAAAAeQAAAAAACwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAeQAAAAAACwAAAAAAeQAAAAAAeQAAAAAACwAAAAAAeQAAAAAACwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAeQAAAAAACwAAAAAAeQAAAAAACwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdwAAAAAAeQAAAAAAeQAAAAAACwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAewAAAAAAewAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAewAAAAAAfQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAACgAAAAAACgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAACgAAAAAACgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAPgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAPgAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAewAAAAAAJgAAAAAAJgAAAAAAewAAAAAAewAAAAAACwAAAAAAewAAAAAAewAAAAAACwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAewAAAAAACwAAAAAAewAAAAAAewAAAAAACwAAAAAAewAAAAAACwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAewAAAAAAJgAAAAAAJgAAAAAAewAAAAAAewAAAAAACwAAAAAAewAAAAAACwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAACwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAewAAAAAAewAAAAAACwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAA version: 6 -5,-5: ind: -5,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdwAAAAAAdgAAAAAACgAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAACgAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAACwAAAAAAeQAAAAAAeQAAAAAACwAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAACgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAACgAAAAAAewAAAAAAeAAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAACgAAAAAAewAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAeAAAAAAAewAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAACwAAAAAAewAAAAAAewAAAAAACwAAAAAAagAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAA version: 6 -6,-5: ind: -6,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAA version: 6 -6,-4: ind: -6,-4 - tiles: eAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAACgAAAAAACgAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAAAAAAAAAeAAAAAAAeAAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAA + tiles: egAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAACgAAAAAACgAAAAAAewAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAegAAAAAAegAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAegAAAAAAegAAAAAAegAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAegAAAAAAAAAAAAAAegAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAegAAAAAAegAAAAAAegAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAAAAAAAAAegAAAAAAegAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAA version: 6 -6,-3: ind: -6,-3 - tiles: AAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABgAAAAAABgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAdQAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAdQAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAdQAAAAAACgAAAAAAeQAAAAAAXAAAAAAAbAAAAAAAXAAAAAAAXAAAAAAAbAAAAAAAXAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAACgAAAAAAeQAAAAAAXAAAAAAAbAAAAAAAXAAAAAAAXAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: AAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYgAAAAAAYgAAAAAAewAAAAAAewAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAAewAAAAAAewAAAAAAbAAAAAAAbAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAAewAAAAAAewAAAAAAbAAAAAAAbAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABgAAAAAABgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAdwAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAdwAAAAAACgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAdwAAAAAACgAAAAAAewAAAAAAXgAAAAAAbgAAAAAAXgAAAAAAXgAAAAAAbgAAAAAAXgAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAACgAAAAAAewAAAAAAXgAAAAAAbgAAAAAAXgAAAAAAXgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAA version: 6 -6,-2: ind: -6,-2 - tiles: eQAAAAAAeQAAAAAAXAAAAAAAbAAAAAAAXAAAAAAAXAAAAAAAbAAAAAAAXAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAdQAAAAAAXAAAAAAAbAAAAAAAXAAAAAAAXAAAAAAAbAAAAAAAXAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAcQAAAAAAbAAAAAAAcQAAAAAAcQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAXAAAAAAAXAAAAAAAbAAAAAAAXAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAcQAAAAAAbAAAAAAAbAAAAAAAcQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAATAAAAAAATAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAcQAAAAAAbAAAAAAAbAAAAAAAcQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAcQAAAAAAbAAAAAAAbAAAAAAAcQAAAAAAWQAAAAAAWQAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAIwAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAIwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: ewAAAAAAewAAAAAAXgAAAAAAbgAAAAAAXgAAAAAAXgAAAAAAbgAAAAAAXgAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAdwAAAAAAXgAAAAAAbgAAAAAAXgAAAAAAXgAAAAAAbgAAAAAAXgAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAcwAAAAAAbgAAAAAAcwAAAAAAcwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAXgAAAAAAXgAAAAAAbgAAAAAAXgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAcwAAAAAAbgAAAAAAbgAAAAAAcwAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAATAAAAAAATAAAAAAAbgAAAAAAewAAAAAAewAAAAAAJgAAAAAAJgAAAAAAewAAAAAAcwAAAAAAbgAAAAAAbgAAAAAAcwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAcwAAAAAAbgAAAAAAbgAAAAAAcwAAAAAAWwAAAAAAWwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAbgAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAIwAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAIwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -7,-2: ind: -7,-2 - tiles: eAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAASwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAASwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAbgAAAAAAbgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAbgAAAAAAbgAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAACgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAASwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAASwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -5,-2: ind: -5,-2 - tiles: eQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAMAAAAAAAMAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAASwAAAAAAMAAAAAAAMAAAAAAASwAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAASwAAAAAASwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAASwAAAAAASwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAeQAAAAAAYwAAAAAAYwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWQAAAAAAYwAAAAAAYwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAbAAAAAAAYwAAAAAAYwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAbAAAAAAAbAAAAAAAeQAAAAAA + tiles: ewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAewAAAAAAbgAAAAAAbgAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAewAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAewAAAAAAJgAAAAAAJgAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAMAAAAAAAMAAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAASwAAAAAAMAAAAAAAMAAAAAAASwAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAASwAAAAAASwAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAJgAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAASwAAAAAASwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAewAAAAAAZQAAAAAAZQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAWwAAAAAAZQAAAAAAZQAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAbgAAAAAAZQAAAAAAZQAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAbgAAAAAAbgAAAAAAewAAAAAA version: 6 -2,-3: ind: -2,-3 - tiles: SAAAAAAAeQAAAAAAcAAAAAAAcAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAYwAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAASAAAAAAAWQAAAAAAcgAAAAAAcgAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAYwAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAASAAAAAAAWQAAAAAAcgAAAAAAcgAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAJwAAAAAAeQAAAAAAcAAAAAAAcAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAJwAAAAAAeQAAAAAAcAAAAAAAcAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJwAAAAAAeQAAAAAAcAAAAAAAcAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAADAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAFAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAJgAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAFAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAFAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAFAAAAAAAFAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAaAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAaAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAaAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAaAAAAAAA + tiles: SAAAAAAAewAAAAAAcgAAAAAAcgAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAZQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAASAAAAAAAWwAAAAAAdAAAAAAAdAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAZQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAASAAAAAAAWwAAAAAAdAAAAAAAdAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAJwAAAAAAewAAAAAAcgAAAAAAcgAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAWwAAAAAAWwAAAAAAewAAAAAAJwAAAAAAewAAAAAAcgAAAAAAcgAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJwAAAAAAewAAAAAAcgAAAAAAcgAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAADAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAGQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAJgAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAGQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAGQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAGQAAAAAAGQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAagAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAagAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAagAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAagAAAAAA version: 6 -2,-2: ind: -2,-2 - tiles: WwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAIQAAAAAAdwAAAAAAdwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAIQAAAAAAdgAAAAAAdwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAdwAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAJAAAAAAAdgAAAAAAdwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdwAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAHQAAAAAAHQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAeQAAAAAAJQAAAAAAJQAAAAAAHQAAAAAAHQAAAAAA + tiles: XQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAIQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAIQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAWwAAAAAAWwAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAWwAAAAAAWwAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAWwAAAAAAWwAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAJAAAAAAAeAAAAAAAeQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAPgAAAAAAewAAAAAAewAAAAAAewAAAAAAeQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAHQAAAAAAHQAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAHQAAAAAAHQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAHQAAAAAAHQAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAewAAAAAAJQAAAAAAJQAAAAAAHQAAAAAAHQAAAAAA version: 6 -3,-4: ind: -3,-4 - tiles: HQAAAAAAHQAAAAAAHQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAHQAAAAAAbAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAXgAAAAAAXgAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAHQAAAAAAbAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAXgAAAAAAXgAAAAAAeQAAAAAAWwAAAAAAWwAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAHQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAXgAAAAAAXgAAAAAAeQAAAAAAWwAAAAAAEQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWwAAAAAAEQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWwAAAAAAEQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAASwAAAAAASwAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAASAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAASAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAA + tiles: HQAAAAAAHQAAAAAAHQAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAXQAAAAAAXgAAAAAAewAAAAAAagAAAAAAewAAAAAAYAAAAAAAYAAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAXQAAAAAAXgAAAAAAewAAAAAAagAAAAAAewAAAAAAYAAAAAAAYAAAAAAAewAAAAAAXQAAAAAAXQAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAXQAAAAAAXgAAAAAAewAAAAAAewAAAAAAewAAAAAAYAAAAAAAYAAAAAAAewAAAAAAXQAAAAAAEQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAXQAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAXQAAAAAAEQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAXQAAAAAAEQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAASwAAAAAASwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAewAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAASAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAewAAAAAASAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAewAAAAAASAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAA version: 6 -3,-3: ind: -3,-3 - tiles: eQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAASAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAASAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAASAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAADAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAADAAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAADAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAeQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAOgAAAAAAeQAAAAAAeQAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAOgAAAAAAHQAAAAAAOgAAAAAAeQAAAAAALAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAOgAAAAAAHQAAAAAAeQAAAAAALAAAAAAALAAAAAAALAAAAAAAeQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAA + tiles: ewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAASAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAASAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAASAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAewAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAewAAAAAADAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAADAAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAewAAAAAADAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAewAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAOgAAAAAAewAAAAAAewAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAOgAAAAAAHQAAAAAAOgAAAAAAewAAAAAALAAAAAAAewAAAAAAewAAAAAAewAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAHQAAAAAAOgAAAAAAHQAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAXQAAAAAAXQAAAAAAXQAAAAAA version: 6 -3,-2: ind: -3,-2 - tiles: eQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAOgAAAAAAHQAAAAAAOgAAAAAAeQAAAAAALAAAAAAALAAAAAAALAAAAAAAeQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAOgAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALAAAAAAAeQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAOgAAAAAAHQAAAAAAOgAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAOgAAAAAAHQAAAAAAOgAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAFQAAAAAAFQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAOgAAAAAAHQAAAAAAOgAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAFQAAAAAAFQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAOgAAAAAAHQAAAAAAOgAAAAAAHQAAAAAAOgAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAOgAAAAAAHQAAAAAAOgAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAFQAAAAAAFQAAAAAAeQAAAAAASwAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAMAAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMAAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAMAAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAMAAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAA + tiles: ewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAOgAAAAAAHQAAAAAAOgAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAHQAAAAAAOgAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAALAAAAAAAewAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAOgAAAAAAHQAAAAAAOgAAAAAAHQAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAHQAAAAAAOgAAAAAAHQAAAAAAOgAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAFQAAAAAAFQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAHQAAAAAAOgAAAAAAHQAAAAAAOgAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAFQAAAAAAFQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAOgAAAAAAHQAAAAAAOgAAAAAAHQAAAAAAOgAAAAAAewAAAAAAewAAAAAAagAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAHQAAAAAAOgAAAAAAHQAAAAAAOgAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAFQAAAAAAFQAAAAAAewAAAAAASwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAewAAAAAAewAAAAAAewAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAMAAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAMAAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAMAAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAMAAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAA version: 6 -3,-1: ind: -3,-1 - tiles: MAAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAVQAAAAAAVQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAeQAAAAAAMAAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAMAAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAVQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAA + tiles: MAAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAVwAAAAAAVwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAPgAAAAAAewAAAAAAMAAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAMAAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAVwAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAewAAAAAAeAAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAA version: 6 -4,-4: ind: -4,-4 - tiles: dgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACwAAAAAACwAAAAAAeQAAAAAACwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAdwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWwAAAAAAWwAAAAAAdgAAAAAAdwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAQAAAAAAAQAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAQAAAAAAAQAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAYwAAAAAAYwAAAAAAYwAAAAAAYwAAAAAAYwAAAAAAYwAAAAAAeQAAAAAAQAAAAAAAQAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAVQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAagAAAAAAagAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAagAAAAAAagAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAA + tiles: eAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAACwAAAAAACwAAAAAAewAAAAAACwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAeAAAAAAAeAAAAAAAewAAAAAAeQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAACwAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAXQAAAAAAXQAAAAAAeAAAAAAAeQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAQAAAAAAAQAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAQAAAAAAAQAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAewAAAAAAQAAAAAAAQAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAVwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAewAAAAAAewAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAbAAAAAAAbAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAbAAAAAAAbAAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAA version: 6 -4,-3: ind: -4,-3 - tiles: agAAAAAAagAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAAAagAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAagAAAAAAagAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAaAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAaAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAaAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAHQAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAdQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAA + tiles: bAAAAAAAbAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAAAbAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbAAAAAAAbAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAdwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAbgAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAbgAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAbgAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAagAAAAAAewAAAAAAewAAAAAAJgAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAagAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAagAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAagAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAJgAAAAAAHQAAAAAAJgAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAdwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAA version: 6 -4,-2: ind: -4,-2 - tiles: bAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAdQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAbAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAbAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAMAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAASwAAAAAASwAAAAAAZAAAAAAAZAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAZAAAAAAAZAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYwAAAAAASwAAAAAASwAAAAAASwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAYwAAAAAAWQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIgAAAAAAIgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAYwAAAAAAeQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAeQAAAAAAeQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAMAAAAAAAMAAAAAAAMAAAAAAA + tiles: bgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAdwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAbgAAAAAAbgAAAAAAewAAAAAAbgAAAAAAewAAAAAAbgAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAbgAAAAAAbgAAAAAAewAAAAAAbgAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAbgAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAbgAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAMAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAASwAAAAAASwAAAAAAZgAAAAAAZgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAZgAAAAAAZgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZQAAAAAASwAAAAAASwAAAAAASwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAZQAAAAAAWwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIgAAAAAAIgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAZQAAAAAAewAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAewAAAAAAewAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAMAAAAAAAMAAAAAAAMAAAAAAA version: 6 -5,-3: ind: -5,-3 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAagAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAagAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAWQAAAAAAWQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAagAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAWQAAAAAAWQAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAeQAAAAAAPgAAAAAAeQAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAA + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAbAAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAbAAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAWwAAAAAAWwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAbAAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAWwAAAAAAWwAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAewAAAAAAPgAAAAAAPgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAewAAAAAAPgAAAAAAewAAAAAAPgAAAAAAewAAAAAAewAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAdwAAAAAAdwAAAAAAdwAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAA version: 6 -5,-4: ind: -5,-4 - tiles: dgAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAdgAAAAAAeQAAAAAACwAAAAAACwAAAAAACwAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAEwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAdgAAAAAAeQAAAAAACwAAAAAACwAAAAAACwAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdwAAAAAAeQAAAAAAdwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAVQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAWQAAAAAAWQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAVQAAAAAAeQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAWQAAAAAAWQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAagAAAAAAeQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAagAAAAAA + tiles: eAAAAAAAewAAAAAAeAAAAAAAewAAAAAAeAAAAAAAewAAAAAACwAAAAAACwAAAAAACwAAAAAAagAAAAAAewAAAAAAewAAAAAAEwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAeAAAAAAAewAAAAAAeAAAAAAAewAAAAAACwAAAAAACwAAAAAACwAAAAAAagAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeQAAAAAAewAAAAAAeQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAVwAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAWwAAAAAAWwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAVwAAAAAAewAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAWwAAAAAAWwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAbAAAAAAAewAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAbAAAAAAA version: 6 -5,1: ind: -5,1 - tiles: AAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAABwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAABwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAABwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAABwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -4,1: ind: -4,1 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAACQAAAAAACQAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAACQAAAAAACQAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAACQAAAAAACQAAAAAACgAAAAAACgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAACQAAAAAACQAAAAAACgAAAAAACgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACgAAAAAACgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAA + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAACQAAAAAACQAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAACQAAAAAACQAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAACQAAAAAACQAAAAAACgAAAAAACgAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAACQAAAAAACQAAAAAACgAAAAAACgAAAAAAegAAAAAAegAAAAAAegAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACgAAAAAACgAAAAAAegAAAAAAegAAAAAAegAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACQAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA version: 6 -2,1: ind: -2,1 @@ -277,15 +279,15 @@ entities: version: 6 -3,1: ind: -3,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAA version: 6 -3,2: ind: -3,2 - tiles: AAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,-3: ind: 0,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAA version: 6 -1,-5: ind: -1,-5 @@ -301,47 +303,47 @@ entities: version: 6 -4,-6: ind: -4,-6 - tiles: eAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: egAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -4,-7: ind: -4,-7 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -5,-6: ind: -5,-6 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAA version: 6 -5,-7: ind: -5,-7 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAA version: 6 -7,-3: ind: -7,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAABgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAABgAAAAAABgAAAAAABgAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAACgAAAAAACgAAAAAACgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAACgAAAAAACgAAAAAACgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAABgAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAABgAAAAAABgAAAAAABgAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAACgAAAAAACgAAAAAACgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAACgAAAAAACgAAAAAACgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAA version: 6 -7,-4: ind: -7,-4 - tiles: CwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAAeQAAAAAAeQAAAAAACwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACwAAAAAACwAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACwAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAACwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAACwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAA + tiles: CwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAAewAAAAAAewAAAAAACwAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAACwAAAAAACwAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAACwAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAACwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAACwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAA version: 6 -7,-5: ind: -7,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -8,-4: ind: -8,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACwAAAAAACwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAACwAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAACwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACwAAAAAACwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAACwAAAAAACwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAACwAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAACwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAACwAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAACwAAAAAACwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAACwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAA version: 6 -8,-5: ind: -8,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAA version: 6 -8,-3: ind: -8,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAA version: 6 -8,-2: ind: -8,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: Broadphase - type: Physics @@ -4790,7 +4792,7 @@ entities: chunks: 0,0: ind: 0,0 - tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,0: ind: -1,0 @@ -5551,6 +5553,11 @@ entities: parent: 2 - proto: AirlockCommandGlassLocked entities: + - uid: 114 + components: + - type: Transform + pos: -33.5,-8.5 + parent: 2 - uid: 1615 components: - type: Transform @@ -5566,12 +5573,6 @@ entities: - type: Transform pos: -35.5,-5.5 parent: 2 - - uid: 1806 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-8.5 - parent: 2 - uid: 1807 components: - type: Transform @@ -5683,15 +5684,15 @@ entities: - type: Transform pos: -84.5,-40.5 parent: 2 - - uid: 1794 + - uid: 1083 components: - type: Transform - pos: -41.5,-10.5 + pos: -46.5,-68.5 parent: 2 - - uid: 3242 + - uid: 1794 components: - type: Transform - pos: -59.5,-11.5 + pos: -41.5,-10.5 parent: 2 - uid: 3243 components: @@ -5718,14 +5719,6 @@ entities: - type: Transform pos: -62.5,-41.5 parent: 2 - - uid: 9781 - components: - - type: Transform - pos: -46.5,-68.5 - parent: 2 - - type: Door - secondsUntilStateChange: -5586.528 - state: Opening - uid: 10843 components: - type: Transform @@ -5773,7 +5766,7 @@ entities: pos: -10.5,-46.5 parent: 2 - type: Door - secondsUntilStateChange: -3925.6628 + secondsUntilStateChange: -16267.111 state: Opening - proto: AirlockExternalEngineeringLocked entities: @@ -6282,20 +6275,11 @@ entities: parent: 2 - proto: AirlockMaintCargoLocked entities: - - uid: 114 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-55.5 - parent: 2 - - uid: 1083 + - uid: 1241 components: - type: Transform pos: -14.5,-44.5 parent: 2 - - type: Door - secondsUntilStateChange: -27700.393 - state: Opening - proto: AirlockMaintCommonLocked entities: - uid: 434 @@ -6309,11 +6293,27 @@ entities: - type: Transform pos: -22.5,-40.5 parent: 2 + - uid: 1142 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-55.5 + parent: 2 - uid: 1198 components: - type: Transform pos: -37.5,-57.5 parent: 2 + - uid: 1242 + components: + - type: Transform + pos: -64.5,-4.5 + parent: 2 + - uid: 1243 + components: + - type: Transform + pos: -60.5,-4.5 + parent: 2 - uid: 1570 components: - type: Transform @@ -6362,24 +6362,6 @@ entities: rot: 1.5707963267948966 rad pos: -56.5,-59.5 parent: 2 - - uid: 6336 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,-4.5 - parent: 2 - - type: Door - secondsUntilStateChange: -83109.46 - state: Opening - - uid: 6337 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -64.5,-4.5 - parent: 2 - - type: Door - secondsUntilStateChange: -83108.6 - state: Opening - proto: AirlockMaintEngiLocked entities: - uid: 3304 @@ -6757,7 +6739,7 @@ entities: pos: -21.5,-7.5 parent: 2 - type: Door - secondsUntilStateChange: -4394.129 + secondsUntilStateChange: -16735.578 state: Opening - proto: AirlockSecurityLawyerGlassLocked entities: @@ -6999,8 +6981,6 @@ entities: - type: Transform pos: -16.5,-51.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 13323 components: - type: Transform @@ -7078,6 +7058,22 @@ entities: rot: -1.5707963267948966 rad pos: -11.5,-4.5 parent: 2 + - uid: 1245 + components: + - type: Transform + pos: -52.5,-24.5 + parent: 2 + - uid: 1272 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -65.5,-69.5 + parent: 2 + - uid: 1285 + components: + - type: Transform + pos: -79.5,-33.5 + parent: 2 - uid: 3770 components: - type: MetaData @@ -7086,6 +7082,12 @@ entities: rot: -1.5707963267948966 rad pos: -84.5,-41.5 parent: 2 + - uid: 4923 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-20.5 + parent: 2 - uid: 5972 components: - type: MetaData @@ -7094,6 +7096,12 @@ entities: rot: 3.141592653589793 rad pos: -40.5,-60.5 parent: 2 + - uid: 6165 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-19.5 + parent: 2 - uid: 6549 components: - type: MetaData @@ -7108,6 +7116,17 @@ entities: - type: Transform pos: 1.5,-20.5 parent: 2 + - uid: 6760 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-35.5 + parent: 2 + - uid: 8519 + components: + - type: Transform + pos: -33.5,-5.5 + parent: 2 - uid: 8589 components: - type: MetaData @@ -7115,6 +7134,11 @@ entities: - type: Transform pos: -24.5,-16.5 parent: 2 + - uid: 8746 + components: + - type: Transform + pos: -19.5,-54.5 + parent: 2 - uid: 8795 components: - type: MetaData @@ -7183,6 +7207,11 @@ entities: rot: 3.141592653589793 rad pos: -37.5,-11.5 parent: 2 + - uid: 9331 + components: + - type: Transform + pos: -51.5,-20.5 + parent: 2 - uid: 9433 components: - type: MetaData @@ -7210,6 +7239,24 @@ entities: rot: -1.5707963267948966 rad pos: -23.5,-61.5 parent: 2 + - uid: 9542 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -59.5,-13.5 + parent: 2 + - uid: 9605 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -89.5,-34.5 + parent: 2 + - uid: 9608 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -76.5,-27.5 + parent: 2 - uid: 9891 components: - type: MetaData @@ -7225,11 +7272,11 @@ entities: rot: -1.5707963267948966 rad pos: -45.5,-67.5 parent: 2 - - uid: 10105 + - uid: 10134 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-24.5 + rot: -1.5707963267948966 rad + pos: -43.5,-40.5 parent: 2 - uid: 10190 components: @@ -7239,12 +7286,6 @@ entities: rot: -1.5707963267948966 rad pos: -47.5,-30.5 parent: 2 - - uid: 10192 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,-34.5 - parent: 2 - uid: 10193 components: - type: Transform @@ -7254,7 +7295,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -48.5,-5.5 + pos: -63.5,-5.5 parent: 2 - uid: 10286 components: @@ -7262,6 +7303,18 @@ entities: rot: -1.5707963267948966 rad pos: -53.5,-39.5 parent: 2 + - uid: 10294 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -72.5,-71.5 + parent: 2 + - uid: 10389 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,-34.5 + parent: 2 - uid: 10393 components: - type: Transform @@ -7281,6 +7334,11 @@ entities: - type: Transform pos: -64.5,-11.5 parent: 2 + - uid: 10416 + components: + - type: Transform + pos: -85.5,-37.5 + parent: 2 - uid: 10480 components: - type: MetaData @@ -7309,6 +7367,23 @@ entities: rot: 3.141592653589793 rad pos: -53.5,-51.5 parent: 2 + - uid: 10742 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -78.5,-61.5 + parent: 2 + - uid: 10752 + components: + - type: Transform + pos: -8.5,-30.5 + parent: 2 + - uid: 10766 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-25.5 + parent: 2 - uid: 10790 components: - type: Transform @@ -7330,12 +7405,50 @@ entities: rot: 3.141592653589793 rad pos: -82.5,-31.5 parent: 2 - - uid: 13800 + - uid: 11048 components: - - type: MetaData - name: церковь - type: Transform - pos: -65.5,-69.5 + rot: -1.5707963267948966 rad + pos: -64.5,-9.5 + parent: 2 + - uid: 13235 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -72.5,-50.5 + parent: 2 + - uid: 13236 + components: + - type: Transform + pos: -62.5,-55.5 + parent: 2 + - uid: 13925 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-3.5 + parent: 2 + - uid: 14501 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -64.5,-43.5 + parent: 2 + - uid: 14687 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 2 + - uid: 14743 + components: + - type: Transform + pos: -92.5,-22.5 + parent: 2 + - uid: 15062 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,-5.5 parent: 2 - proto: Ash entities: @@ -9277,8 +9390,7 @@ entities: - uid: 13326 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.24132,-7.514433 + pos: 16.376934,-7.7150297 parent: 2 - proto: Bucket entities: @@ -9384,40 +9496,35 @@ entities: - type: Transform pos: -64.5,-60.5 parent: 2 - - uid: 1142 - components: - - type: Transform - pos: -64.5,-58.5 - parent: 2 - uid: 1162 components: - type: Transform pos: -21.5,9.5 parent: 2 - - uid: 1241 + - uid: 1271 components: - type: Transform - pos: -62.5,-5.5 + pos: -62.5,-4.5 parent: 2 - - uid: 1242 + - uid: 1568 components: - type: Transform - pos: -62.5,-2.5 + pos: -62.5,-40.5 parent: 2 - - uid: 1243 + - uid: 1806 components: - type: Transform - pos: -62.5,-3.5 + pos: -9.5,-9.5 parent: 2 - - uid: 1245 + - uid: 1821 components: - type: Transform - pos: -62.5,-1.5 + pos: -79.5,-33.5 parent: 2 - - uid: 1271 + - uid: 2007 components: - type: Transform - pos: -62.5,-4.5 + pos: -5.5,-19.5 parent: 2 - uid: 2302 components: @@ -9449,15 +9556,10 @@ entities: - type: Transform pos: -56.5,-29.5 parent: 2 - - uid: 3376 - components: - - type: Transform - pos: -80.5,-58.5 - parent: 2 - uid: 3699 components: - type: Transform - pos: -37.5,-73.5 + pos: -85.5,-37.5 parent: 2 - uid: 3755 components: @@ -9672,12 +9774,12 @@ entities: - uid: 4705 components: - type: Transform - pos: -64.5,-33.5 + pos: -8.5,-31.5 parent: 2 - uid: 4706 components: - type: Transform - pos: -64.5,-34.5 + pos: -38.5,-40.5 parent: 2 - uid: 4707 components: @@ -9699,6 +9801,11 @@ entities: - type: Transform pos: -85.5,-57.5 parent: 2 + - uid: 4766 + components: + - type: Transform + pos: -19.5,-22.5 + parent: 2 - uid: 4903 components: - type: Transform @@ -9709,11 +9816,6 @@ entities: - type: Transform pos: -10.5,-12.5 parent: 2 - - uid: 4923 - components: - - type: Transform - pos: -10.5,-10.5 - parent: 2 - uid: 4944 components: - type: Transform @@ -9727,18 +9829,33 @@ entities: - uid: 4975 components: - type: Transform - pos: -10.5,-8.5 + pos: -11.5,-20.5 parent: 2 - uid: 4979 components: - type: Transform pos: 8.5,-35.5 parent: 2 + - uid: 5007 + components: + - type: Transform + pos: -10.5,-20.5 + parent: 2 + - uid: 5021 + components: + - type: Transform + pos: -10.5,-21.5 + parent: 2 - uid: 5075 components: - type: Transform pos: -9.5,-7.5 parent: 2 + - uid: 5092 + components: + - type: Transform + pos: -10.5,-22.5 + parent: 2 - uid: 5178 components: - type: Transform @@ -9754,6 +9871,11 @@ entities: - type: Transform pos: -9.5,-4.5 parent: 2 + - uid: 5246 + components: + - type: Transform + pos: -18.5,0.5 + parent: 2 - uid: 5503 components: - type: Transform @@ -9774,6 +9896,11 @@ entities: - type: Transform pos: 15.5,-16.5 parent: 2 + - uid: 5777 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 2 - uid: 5785 components: - type: Transform @@ -9829,6 +9956,46 @@ entities: - type: Transform pos: -55.5,-27.5 parent: 2 + - uid: 6043 + components: + - type: Transform + pos: -63.5,-43.5 + parent: 2 + - uid: 6160 + components: + - type: Transform + pos: -26.5,-22.5 + parent: 2 + - uid: 6161 + components: + - type: Transform + pos: -18.5,1.5 + parent: 2 + - uid: 6162 + components: + - type: Transform + pos: -4.5,-19.5 + parent: 2 + - uid: 6166 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 2 + - uid: 6176 + components: + - type: Transform + pos: -15.5,-25.5 + parent: 2 + - uid: 6177 + components: + - type: Transform + pos: -16.5,-25.5 + parent: 2 + - uid: 6178 + components: + - type: Transform + pos: -10.5,-32.5 + parent: 2 - uid: 6191 components: - type: Transform @@ -9887,12 +10054,12 @@ entities: - uid: 6222 components: - type: Transform - pos: -8.5,-15.5 + pos: -9.5,-32.5 parent: 2 - uid: 6237 components: - type: Transform - pos: -9.5,-15.5 + pos: -5.5,-3.5 parent: 2 - uid: 6262 components: @@ -9902,23 +10069,13 @@ entities: - uid: 6263 components: - type: Transform - pos: -66.5,-59.5 - parent: 2 - - uid: 6264 - components: - - type: Transform - pos: -66.5,-58.5 + pos: -20.5,-22.5 parent: 2 - uid: 6267 components: - type: Transform pos: -64.5,-64.5 parent: 2 - - uid: 6269 - components: - - type: Transform - pos: -64.5,-59.5 - parent: 2 - uid: 6270 components: - type: Transform @@ -9942,7 +10099,12 @@ entities: - uid: 6408 components: - type: Transform - pos: -85.5,-41.5 + pos: -36.5,-16.5 + parent: 2 + - uid: 6409 + components: + - type: Transform + pos: -38.5,-10.5 parent: 2 - uid: 6463 components: @@ -9952,7 +10114,7 @@ entities: - uid: 6482 components: - type: Transform - pos: -10.5,-32.5 + pos: -27.5,-35.5 parent: 2 - uid: 6559 components: @@ -9994,11 +10156,6 @@ entities: - type: Transform pos: -4.5,-11.5 parent: 2 - - uid: 6581 - components: - - type: Transform - pos: -10.5,-9.5 - parent: 2 - uid: 6582 components: - type: Transform @@ -10039,20 +10196,15 @@ entities: - type: Transform pos: -58.5,-71.5 parent: 2 - - uid: 6618 - components: - - type: Transform - pos: -57.5,-71.5 - parent: 2 - uid: 6619 components: - type: Transform - pos: -56.5,-71.5 + pos: -54.5,-79.5 parent: 2 - uid: 6620 components: - type: Transform - pos: -55.5,-71.5 + pos: -54.5,-78.5 parent: 2 - uid: 6622 components: @@ -10074,6 +10226,26 @@ entities: - type: Transform pos: -56.5,-30.5 parent: 2 + - uid: 6758 + components: + - type: Transform + pos: -36.5,-10.5 + parent: 2 + - uid: 6759 + components: + - type: Transform + pos: -37.5,-10.5 + parent: 2 + - uid: 6761 + components: + - type: Transform + pos: -54.5,-77.5 + parent: 2 + - uid: 6762 + components: + - type: Transform + pos: -39.5,-12.5 + parent: 2 - uid: 6789 components: - type: Transform @@ -10119,10 +10291,15 @@ entities: - type: Transform pos: -78.5,-32.5 parent: 2 + - uid: 6809 + components: + - type: Transform + pos: -37.5,-16.5 + parent: 2 - uid: 6854 components: - type: Transform - pos: -42.5,-51.5 + pos: -34.5,-18.5 parent: 2 - uid: 7848 components: @@ -10627,7 +10804,7 @@ entities: - uid: 8638 components: - type: Transform - pos: -25.5,-20.5 + pos: -26.5,-46.5 parent: 2 - uid: 8639 components: @@ -10739,30 +10916,20 @@ entities: - type: Transform pos: -23.5,-1.5 parent: 2 - - uid: 8666 - components: - - type: Transform - pos: -23.5,-0.5 - parent: 2 - uid: 8667 components: - type: Transform - pos: -23.5,0.5 + pos: -40.5,-47.5 parent: 2 - uid: 8670 components: - type: Transform - pos: -22.5,0.5 + pos: -27.5,-46.5 parent: 2 - uid: 8671 components: - type: Transform - pos: -21.5,0.5 - parent: 2 - - uid: 8672 - components: - - type: Transform - pos: -20.5,0.5 + pos: -40.5,-48.5 parent: 2 - uid: 8693 components: @@ -10844,11 +11011,6 @@ entities: - type: Transform pos: -2.5,-23.5 parent: 2 - - uid: 8746 - components: - - type: Transform - pos: -1.5,-23.5 - parent: 2 - uid: 8747 components: - type: Transform @@ -11189,25 +11351,10 @@ entities: - type: Transform pos: 13.5,-4.5 parent: 2 - - uid: 8855 - components: - - type: Transform - pos: -10.5,-22.5 - parent: 2 - uid: 8856 components: - type: Transform - pos: -10.5,-21.5 - parent: 2 - - uid: 8857 - components: - - type: Transform - pos: -10.5,-20.5 - parent: 2 - - uid: 8858 - components: - - type: Transform - pos: -10.5,-19.5 + pos: -18.5,-58.5 parent: 2 - uid: 8859 components: @@ -11319,20 +11466,10 @@ entities: - type: Transform pos: -1.5,-1.5 parent: 2 - - uid: 8898 - components: - - type: Transform - pos: -3.5,-22.5 - parent: 2 - - uid: 8899 - components: - - type: Transform - pos: -3.5,-21.5 - parent: 2 - uid: 8900 components: - type: Transform - pos: -3.5,-20.5 + pos: -73.5,-56.5 parent: 2 - uid: 8901 components: @@ -11357,7 +11494,7 @@ entities: - uid: 8905 components: - type: Transform - pos: -3.5,-15.5 + pos: -51.5,-56.5 parent: 2 - uid: 8906 components: @@ -11377,7 +11514,7 @@ entities: - uid: 8909 components: - type: Transform - pos: -1.5,-5.5 + pos: -61.5,-57.5 parent: 2 - uid: 8910 components: @@ -11412,7 +11549,7 @@ entities: - uid: 8916 components: - type: Transform - pos: -17.5,-24.5 + pos: -44.5,-40.5 parent: 2 - uid: 8917 components: @@ -11444,11 +11581,6 @@ entities: - type: Transform pos: -17.5,-30.5 parent: 2 - - uid: 8923 - components: - - type: Transform - pos: -14.5,-24.5 - parent: 2 - uid: 8924 components: - type: Transform @@ -11482,12 +11614,12 @@ entities: - uid: 8930 components: - type: Transform - pos: -11.5,-24.5 + pos: -73.5,-55.5 parent: 2 - uid: 8931 components: - type: Transform - pos: -11.5,-25.5 + pos: -40.5,-49.5 parent: 2 - uid: 8932 components: @@ -11684,11 +11816,6 @@ entities: - type: Transform pos: -21.5,-40.5 parent: 2 - - uid: 8979 - components: - - type: Transform - pos: -25.5,-21.5 - parent: 2 - uid: 8980 components: - type: Transform @@ -11717,7 +11844,7 @@ entities: - uid: 8988 components: - type: Transform - pos: -26.5,-22.5 + pos: -51.5,-66.5 parent: 2 - uid: 8989 components: @@ -11952,7 +12079,7 @@ entities: - uid: 9082 components: - type: Transform - pos: -19.5,-27.5 + pos: -15.5,-52.5 parent: 2 - uid: 9083 components: @@ -11984,6 +12111,11 @@ entities: - type: Transform pos: -22.5,-18.5 parent: 2 + - uid: 9109 + components: + - type: Transform + pos: -36.5,-69.5 + parent: 2 - uid: 9133 components: - type: Transform @@ -12067,12 +12199,7 @@ entities: - uid: 9152 components: - type: Transform - pos: -26.5,-32.5 - parent: 2 - - uid: 9153 - components: - - type: Transform - pos: -27.5,-32.5 + pos: -36.5,-68.5 parent: 2 - uid: 9154 components: @@ -12317,17 +12444,7 @@ entities: - uid: 9205 components: - type: Transform - pos: -37.5,-28.5 - parent: 2 - - uid: 9206 - components: - - type: Transform - pos: -37.5,-29.5 - parent: 2 - - uid: 9208 - components: - - type: Transform - pos: -38.5,-20.5 + pos: -61.5,-22.5 parent: 2 - uid: 9209 components: @@ -12539,21 +12656,6 @@ entities: - type: Transform pos: -36.5,-3.5 parent: 2 - - uid: 9299 - components: - - type: Transform - pos: -34.5,-4.5 - parent: 2 - - uid: 9300 - components: - - type: Transform - pos: -34.5,-5.5 - parent: 2 - - uid: 9301 - components: - - type: Transform - pos: -34.5,-6.5 - parent: 2 - uid: 9302 components: - type: Transform @@ -12634,16 +12736,6 @@ entities: - type: Transform pos: -28.5,-7.5 parent: 2 - - uid: 9318 - components: - - type: Transform - pos: -32.5,-8.5 - parent: 2 - - uid: 9319 - components: - - type: Transform - pos: -32.5,-9.5 - parent: 2 - uid: 9320 components: - type: Transform @@ -12689,21 +12781,11 @@ entities: - type: Transform pos: 15.5,-17.5 parent: 2 - - uid: 9329 - components: - - type: Transform - pos: -38.5,-10.5 - parent: 2 - uid: 9330 components: - type: Transform pos: -39.5,-10.5 parent: 2 - - uid: 9331 - components: - - type: Transform - pos: -38.5,-11.5 - parent: 2 - uid: 9332 components: - type: Transform @@ -12727,7 +12809,7 @@ entities: - uid: 9336 components: - type: Transform - pos: -40.5,-14.5 + pos: -46.5,-22.5 parent: 2 - uid: 9337 components: @@ -12747,7 +12829,7 @@ entities: - uid: 9340 components: - type: Transform - pos: -35.5,-17.5 + pos: -60.5,-22.5 parent: 2 - uid: 9341 components: @@ -12792,7 +12874,7 @@ entities: - uid: 9349 components: - type: Transform - pos: -35.5,-18.5 + pos: -54.5,-22.5 parent: 2 - uid: 9350 components: @@ -12809,6 +12891,11 @@ entities: - type: Transform pos: -33.5,-19.5 parent: 2 + - uid: 9370 + components: + - type: Transform + pos: -53.5,-22.5 + parent: 2 - uid: 9393 components: - type: Transform @@ -12897,17 +12984,12 @@ entities: - uid: 9410 components: - type: Transform - pos: -25.5,-43.5 - parent: 2 - - uid: 9411 - components: - - type: Transform - pos: -25.5,-44.5 + pos: -52.5,-22.5 parent: 2 - uid: 9412 components: - type: Transform - pos: -26.5,-44.5 + pos: -81.5,-28.5 parent: 2 - uid: 9413 components: @@ -12917,7 +12999,7 @@ entities: - uid: 9414 components: - type: Transform - pos: -27.5,-45.5 + pos: -35.5,-16.5 parent: 2 - uid: 9415 components: @@ -12999,6 +13081,26 @@ entities: - type: Transform pos: -31.5,-46.5 parent: 2 + - uid: 9447 + components: + - type: Transform + pos: -37.5,-17.5 + parent: 2 + - uid: 9449 + components: + - type: Transform + pos: -61.5,-14.5 + parent: 2 + - uid: 9450 + components: + - type: Transform + pos: -60.5,-14.5 + parent: 2 + - uid: 9463 + components: + - type: Transform + pos: -47.5,-22.5 + parent: 2 - uid: 9506 components: - type: Transform @@ -13049,11 +13151,6 @@ entities: - type: Transform pos: -25.5,-53.5 parent: 2 - - uid: 9517 - components: - - type: Transform - pos: -25.5,-54.5 - parent: 2 - uid: 9518 components: - type: Transform @@ -13124,11 +13221,6 @@ entities: - type: Transform pos: -23.5,-55.5 parent: 2 - - uid: 9533 - components: - - type: Transform - pos: -22.5,-55.5 - parent: 2 - uid: 9534 components: - type: Transform @@ -13159,25 +13251,10 @@ entities: - type: Transform pos: -19.5,-58.5 parent: 2 - - uid: 9540 - components: - - type: Transform - pos: -19.5,-59.5 - parent: 2 - uid: 9541 components: - type: Transform - pos: -18.5,-59.5 - parent: 2 - - uid: 9542 - components: - - type: Transform - pos: -17.5,-59.5 - parent: 2 - - uid: 9543 - components: - - type: Transform - pos: -16.5,-59.5 + pos: -58.5,-13.5 parent: 2 - uid: 9544 components: @@ -13292,17 +13369,7 @@ entities: - uid: 9566 components: - type: Transform - pos: -12.5,-55.5 - parent: 2 - - uid: 9567 - components: - - type: Transform - pos: -12.5,-56.5 - parent: 2 - - uid: 9568 - components: - - type: Transform - pos: -12.5,-57.5 + pos: -59.5,-13.5 parent: 2 - uid: 9569 components: @@ -13437,7 +13504,7 @@ entities: - uid: 9599 components: - type: Transform - pos: -46.5,-55.5 + pos: -82.5,-28.5 parent: 2 - uid: 9600 components: @@ -13464,25 +13531,10 @@ entities: - type: Transform pos: -51.5,-55.5 parent: 2 - - uid: 9605 - components: - - type: Transform - pos: -52.5,-55.5 - parent: 2 - uid: 9606 components: - type: Transform - pos: -53.5,-55.5 - parent: 2 - - uid: 9607 - components: - - type: Transform - pos: -54.5,-55.5 - parent: 2 - - uid: 9608 - components: - - type: Transform - pos: -55.5,-55.5 + pos: -93.5,-25.5 parent: 2 - uid: 9609 components: @@ -13519,11 +13571,6 @@ entities: - type: Transform pos: -60.5,-57.5 parent: 2 - - uid: 9616 - components: - - type: Transform - pos: -61.5,-57.5 - parent: 2 - uid: 9617 components: - type: Transform @@ -13572,7 +13619,7 @@ entities: - uid: 9626 components: - type: Transform - pos: -71.5,-57.5 + pos: -92.5,-23.5 parent: 2 - uid: 9627 components: @@ -13622,7 +13669,7 @@ entities: - uid: 9642 components: - type: Transform - pos: -45.5,-54.5 + pos: -94.5,-25.5 parent: 2 - uid: 9643 components: @@ -13862,7 +13909,7 @@ entities: - uid: 9713 components: - type: Transform - pos: -30.5,-59.5 + pos: -96.5,-25.5 parent: 2 - uid: 9714 components: @@ -14247,7 +14294,7 @@ entities: - uid: 9932 components: - type: Transform - pos: -51.5,-59.5 + pos: -71.5,-37.5 parent: 2 - uid: 9933 components: @@ -14317,32 +14364,17 @@ entities: - uid: 9949 components: - type: Transform - pos: -60.5,-72.5 + pos: -66.5,-71.5 parent: 2 - uid: 9950 components: - type: Transform - pos: -61.5,-72.5 - parent: 2 - - uid: 9951 - components: - - type: Transform - pos: -62.5,-72.5 - parent: 2 - - uid: 9952 - components: - - type: Transform - pos: -63.5,-72.5 - parent: 2 - - uid: 9953 - components: - - type: Transform - pos: -64.5,-72.5 + pos: -65.5,-71.5 parent: 2 - uid: 9954 components: - type: Transform - pos: -65.5,-72.5 + pos: -63.5,-33.5 parent: 2 - uid: 9962 components: @@ -14502,12 +14534,7 @@ entities: - uid: 10010 components: - type: Transform - pos: -33.5,-69.5 - parent: 2 - - uid: 10011 - components: - - type: Transform - pos: -34.5,-69.5 + pos: -71.5,-36.5 parent: 2 - uid: 10012 components: @@ -14752,7 +14779,7 @@ entities: - uid: 10060 components: - type: Transform - pos: -73.5,-56.5 + pos: -48.5,-2.5 parent: 2 - uid: 10061 components: @@ -14969,6 +14996,11 @@ entities: - type: Transform pos: -45.5,-39.5 parent: 2 + - uid: 10105 + components: + - type: Transform + pos: -61.5,-40.5 + parent: 2 - uid: 10116 components: - type: Transform @@ -15024,16 +15056,6 @@ entities: - type: Transform pos: -45.5,-28.5 parent: 2 - - uid: 10128 - components: - - type: Transform - pos: -45.5,-26.5 - parent: 2 - - uid: 10129 - components: - - type: Transform - pos: -45.5,-25.5 - parent: 2 - uid: 10130 components: - type: Transform @@ -15052,37 +15074,7 @@ entities: - uid: 10133 components: - type: Transform - pos: -46.5,-26.5 - parent: 2 - - uid: 10134 - components: - - type: Transform - pos: -47.5,-26.5 - parent: 2 - - uid: 10135 - components: - - type: Transform - pos: -48.5,-26.5 - parent: 2 - - uid: 10136 - components: - - type: Transform - pos: -49.5,-26.5 - parent: 2 - - uid: 10137 - components: - - type: Transform - pos: -49.5,-25.5 - parent: 2 - - uid: 10138 - components: - - type: Transform - pos: -49.5,-24.5 - parent: 2 - - uid: 10139 - components: - - type: Transform - pos: -49.5,-23.5 + pos: -43.5,-40.5 parent: 2 - uid: 10140 components: @@ -15114,45 +15106,30 @@ entities: - type: Transform pos: -45.5,-17.5 parent: 2 - - uid: 10149 - components: - - type: Transform - pos: -45.5,-16.5 - parent: 2 - - uid: 10150 - components: - - type: Transform - pos: -45.5,-15.5 - parent: 2 - uid: 10151 components: - type: Transform - pos: -45.5,-14.5 + pos: -82.5,-44.5 parent: 2 - uid: 10152 components: - type: Transform - pos: -45.5,-13.5 + pos: -47.5,-5.5 parent: 2 - uid: 10153 components: - type: Transform - pos: -45.5,-12.5 + pos: -81.5,-44.5 parent: 2 - uid: 10154 components: - type: Transform - pos: -45.5,-11.5 - parent: 2 - - uid: 10155 - components: - - type: Transform - pos: -45.5,-10.5 + pos: -83.5,-45.5 parent: 2 - uid: 10156 components: - type: Transform - pos: -45.5,-9.5 + pos: -84.5,-45.5 parent: 2 - uid: 10157 components: @@ -15212,7 +15189,7 @@ entities: - uid: 10169 components: - type: Transform - pos: -48.5,-2.5 + pos: -46.5,-5.5 parent: 2 - uid: 10170 components: @@ -15222,7 +15199,7 @@ entities: - uid: 10171 components: - type: Transform - pos: -50.5,-2.5 + pos: -84.5,-44.5 parent: 2 - uid: 10172 components: @@ -15339,11 +15316,6 @@ entities: - type: Transform pos: -54.5,-31.5 parent: 2 - - uid: 10222 - components: - - type: Transform - pos: -44.5,-9.5 - parent: 2 - uid: 10223 components: - type: Transform @@ -15354,20 +15326,10 @@ entities: - type: Transform pos: -56.5,-28.5 parent: 2 - - uid: 10227 - components: - - type: Transform - pos: -48.5,-3.5 - parent: 2 - uid: 10228 components: - type: Transform - pos: -48.5,-4.5 - parent: 2 - - uid: 10229 - components: - - type: Transform - pos: -48.5,-5.5 + pos: -63.5,-5.5 parent: 2 - uid: 10238 components: @@ -15594,11 +15556,31 @@ entities: - type: Transform pos: -53.5,-39.5 parent: 2 + - uid: 10296 + components: + - type: Transform + pos: -12.5,7.5 + parent: 2 + - uid: 10299 + components: + - type: Transform + pos: -63.5,-42.5 + parent: 2 + - uid: 10388 + components: + - type: Transform + pos: -67.5,-36.5 + parent: 2 - uid: 10392 components: - type: Transform pos: -54.5,-18.5 parent: 2 + - uid: 10400 + components: + - type: Transform + pos: -63.5,-34.5 + parent: 2 - uid: 10431 components: - type: Transform @@ -15772,12 +15754,12 @@ entities: - uid: 10468 components: - type: Transform - pos: -60.5,-13.5 + pos: -82.5,-30.5 parent: 2 - uid: 10469 components: - type: Transform - pos: -60.5,-12.5 + pos: -82.5,-29.5 parent: 2 - uid: 10471 components: @@ -15797,12 +15779,7 @@ entities: - uid: 10474 components: - type: Transform - pos: -67.5,-11.5 - parent: 2 - - uid: 10475 - components: - - type: Transform - pos: -67.5,-12.5 + pos: -82.5,-31.5 parent: 2 - uid: 10476 components: @@ -15829,11 +15806,6 @@ entities: - type: Transform pos: -62.5,-7.5 parent: 2 - - uid: 10483 - components: - - type: Transform - pos: -62.5,-6.5 - parent: 2 - uid: 10484 components: - type: Transform @@ -15889,6 +15861,11 @@ entities: - type: Transform pos: -56.5,-9.5 parent: 2 + - uid: 10502 + components: + - type: Transform + pos: -30.5,-43.5 + parent: 2 - uid: 10503 components: - type: Transform @@ -15947,12 +15924,12 @@ entities: - uid: 10524 components: - type: Transform - pos: -50.5,-10.5 + pos: -41.5,-43.5 parent: 2 - uid: 10528 components: - type: Transform - pos: -59.5,-12.5 + pos: -41.5,-44.5 parent: 2 - uid: 10529 components: @@ -16072,17 +16049,12 @@ entities: - uid: 10552 components: - type: Transform - pos: -69.5,-12.5 - parent: 2 - - uid: 10553 - components: - - type: Transform - pos: -70.5,-12.5 + pos: -29.5,-43.5 parent: 2 - uid: 10554 components: - type: Transform - pos: -71.5,-12.5 + pos: -30.5,-42.5 parent: 2 - uid: 10555 components: @@ -16209,6 +16181,11 @@ entities: - type: Transform pos: -72.5,-18.5 parent: 2 + - uid: 10599 + components: + - type: Transform + pos: -41.5,-42.5 + parent: 2 - uid: 10610 components: - type: Transform @@ -16454,6 +16431,11 @@ entities: - type: Transform pos: -44.5,-69.5 parent: 2 + - uid: 10727 + components: + - type: Transform + pos: -40.5,-40.5 + parent: 2 - uid: 10730 components: - type: Transform @@ -16474,6 +16456,81 @@ entities: - type: Transform pos: -71.5,1.5 parent: 2 + - uid: 10743 + components: + - type: Transform + pos: -78.5,-61.5 + parent: 2 + - uid: 10744 + components: + - type: Transform + pos: -79.5,-61.5 + parent: 2 + - uid: 10760 + components: + - type: Transform + pos: -15.5,-51.5 + parent: 2 + - uid: 10761 + components: + - type: Transform + pos: -15.5,-50.5 + parent: 2 + - uid: 10767 + components: + - type: Transform + pos: -18.5,-25.5 + parent: 2 + - uid: 10771 + components: + - type: Transform + pos: -19.5,-25.5 + parent: 2 + - uid: 10772 + components: + - type: Transform + pos: -8.5,-30.5 + parent: 2 + - uid: 10774 + components: + - type: Transform + pos: -50.5,-22.5 + parent: 2 + - uid: 10775 + components: + - type: Transform + pos: -50.5,-30.5 + parent: 2 + - uid: 10776 + components: + - type: Transform + pos: -48.5,-22.5 + parent: 2 + - uid: 10778 + components: + - type: Transform + pos: -51.5,-22.5 + parent: 2 + - uid: 10779 + components: + - type: Transform + pos: -51.5,-21.5 + parent: 2 + - uid: 10780 + components: + - type: Transform + pos: -51.5,-20.5 + parent: 2 + - uid: 10781 + components: + - type: Transform + pos: -15.5,-49.5 + parent: 2 + - uid: 10785 + components: + - type: Transform + pos: -76.5,-27.5 + parent: 2 - uid: 10792 components: - type: Transform @@ -16504,16 +16561,6 @@ entities: - type: Transform pos: -48.5,7.5 parent: 2 - - uid: 10806 - components: - - type: Transform - pos: -54.5,14.5 - parent: 2 - - uid: 10807 - components: - - type: Transform - pos: -54.5,15.5 - parent: 2 - uid: 10808 components: - type: Transform @@ -16689,6 +16736,16 @@ entities: - type: Transform pos: -44.5,7.5 parent: 2 + - uid: 10882 + components: + - type: Transform + pos: -64.5,-9.5 + parent: 2 + - uid: 10883 + components: + - type: Transform + pos: -62.5,-42.5 + parent: 2 - uid: 10890 components: - type: Transform @@ -16749,11 +16806,6 @@ entities: - type: Transform pos: -71.5,-22.5 parent: 2 - - uid: 10902 - components: - - type: Transform - pos: -71.5,-23.5 - parent: 2 - uid: 10903 components: - type: Transform @@ -16819,11 +16871,6 @@ entities: - type: Transform pos: -83.5,-24.5 parent: 2 - - uid: 10916 - components: - - type: Transform - pos: -84.5,-24.5 - parent: 2 - uid: 10917 components: - type: Transform @@ -16869,26 +16916,11 @@ entities: - type: Transform pos: -93.5,-24.5 parent: 2 - - uid: 10926 - components: - - type: Transform - pos: -94.5,-24.5 - parent: 2 - uid: 10927 components: - type: Transform pos: -95.5,-24.5 parent: 2 - - uid: 10928 - components: - - type: Transform - pos: -95.5,-25.5 - parent: 2 - - uid: 10929 - components: - - type: Transform - pos: -96.5,-25.5 - parent: 2 - uid: 10930 components: - type: Transform @@ -16922,12 +16954,7 @@ entities: - uid: 10936 components: - type: Transform - pos: -95.5,-26.5 - parent: 2 - - uid: 10937 - components: - - type: Transform - pos: -94.5,-26.5 + pos: -33.5,-6.5 parent: 2 - uid: 10938 components: @@ -16982,7 +17009,7 @@ entities: - uid: 10948 components: - type: Transform - pos: -92.5,-28.5 + pos: -33.5,-5.5 parent: 2 - uid: 10949 components: @@ -17009,11 +17036,6 @@ entities: - type: Transform pos: -89.5,-27.5 parent: 2 - - uid: 10954 - components: - - type: Transform - pos: -89.5,-28.5 - parent: 2 - uid: 10955 components: - type: Transform @@ -17064,11 +17086,6 @@ entities: - type: Transform pos: -85.5,-28.5 parent: 2 - - uid: 10965 - components: - - type: Transform - pos: -85.5,-29.5 - parent: 2 - uid: 10966 components: - type: Transform @@ -17104,16 +17121,6 @@ entities: - type: Transform pos: -77.5,-25.5 parent: 2 - - uid: 10982 - components: - - type: Transform - pos: -77.5,-26.5 - parent: 2 - - uid: 10983 - components: - - type: Transform - pos: -77.5,-27.5 - parent: 2 - uid: 10984 components: - type: Transform @@ -17154,11 +17161,6 @@ entities: - type: Transform pos: -73.5,-31.5 parent: 2 - - uid: 10992 - components: - - type: Transform - pos: -72.5,-31.5 - parent: 2 - uid: 10993 components: - type: Transform @@ -17202,32 +17204,7 @@ entities: - uid: 11003 components: - type: Transform - pos: -74.5,-38.5 - parent: 2 - - uid: 11004 - components: - - type: Transform - pos: -75.5,-38.5 - parent: 2 - - uid: 11005 - components: - - type: Transform - pos: -76.5,-38.5 - parent: 2 - - uid: 11006 - components: - - type: Transform - pos: -77.5,-38.5 - parent: 2 - - uid: 11007 - components: - - type: Transform - pos: -78.5,-38.5 - parent: 2 - - uid: 11008 - components: - - type: Transform - pos: -79.5,-38.5 + pos: -64.5,-43.5 parent: 2 - uid: 11009 components: @@ -17264,11 +17241,6 @@ entities: - type: Transform pos: -81.5,-32.5 parent: 2 - - uid: 11018 - components: - - type: Transform - pos: -82.5,-32.5 - parent: 2 - uid: 11021 components: - type: Transform @@ -17327,17 +17299,7 @@ entities: - uid: 11047 components: - type: Transform - pos: -46.5,-46.5 - parent: 2 - - uid: 11048 - components: - - type: Transform - pos: -47.5,-46.5 - parent: 2 - - uid: 11049 - components: - - type: Transform - pos: -48.5,-46.5 + pos: -64.5,-14.5 parent: 2 - uid: 11050 components: @@ -17599,11 +17561,6 @@ entities: - type: Transform pos: -56.5,-54.5 parent: 2 - - uid: 11118 - components: - - type: Transform - pos: -56.5,-53.5 - parent: 2 - uid: 11119 components: - type: Transform @@ -17669,21 +17626,11 @@ entities: - type: Transform pos: -66.5,-50.5 parent: 2 - - uid: 11133 - components: - - type: Transform - pos: -78.5,-34.5 - parent: 2 - uid: 11136 components: - type: Transform pos: -78.5,-35.5 parent: 2 - - uid: 11137 - components: - - type: Transform - pos: -78.5,-33.5 - parent: 2 - uid: 11138 components: - type: Transform @@ -17734,11 +17681,6 @@ entities: - type: Transform pos: -47.5,-58.5 parent: 2 - - uid: 11885 - components: - - type: Transform - pos: -80.5,-59.5 - parent: 2 - uid: 11887 components: - type: Transform @@ -17762,7 +17704,7 @@ entities: - uid: 11892 components: - type: Transform - pos: -10.5,-32.5 + pos: -79.5,-34.5 parent: 2 - uid: 11893 components: @@ -17894,16 +17836,6 @@ entities: - type: Transform pos: -72.5,-57.5 parent: 2 - - uid: 12615 - components: - - type: Transform - pos: -72.5,-58.5 - parent: 2 - - uid: 12616 - components: - - type: Transform - pos: -72.5,-59.5 - parent: 2 - uid: 12617 components: - type: Transform @@ -17979,11 +17911,6 @@ entities: - type: Transform pos: -80.5,-45.5 parent: 2 - - uid: 12656 - components: - - type: Transform - pos: -81.5,-45.5 - parent: 2 - uid: 12657 components: - type: Transform @@ -18009,40 +17936,20 @@ entities: - type: Transform pos: -82.5,-48.5 parent: 2 - - uid: 12662 - components: - - type: Transform - pos: -81.5,-48.5 - parent: 2 - - uid: 12663 - components: - - type: Transform - pos: -80.5,-48.5 - parent: 2 - uid: 12664 components: - type: Transform - pos: -85.5,-43.5 - parent: 2 - - uid: 12665 - components: - - type: Transform - pos: -84.5,-43.5 - parent: 2 - - uid: 12666 - components: - - type: Transform - pos: -83.5,-43.5 + pos: -89.5,-34.5 parent: 2 - uid: 12667 components: - type: Transform - pos: -82.5,-43.5 + pos: -16.5,-52.5 parent: 2 - uid: 12668 components: - type: Transform - pos: -81.5,-43.5 + pos: -17.5,-52.5 parent: 2 - uid: 12669 components: @@ -18074,11 +17981,6 @@ entities: - type: Transform pos: -84.5,-46.5 parent: 2 - - uid: 12675 - components: - - type: Transform - pos: -83.5,-46.5 - parent: 2 - uid: 12676 components: - type: Transform @@ -18237,53 +18139,18 @@ entities: - uid: 12720 components: - type: Transform - pos: -62.5,-43.5 - parent: 2 - - uid: 12721 - components: - - type: Transform - pos: -61.5,-43.5 - parent: 2 - - uid: 12726 - components: - - type: Transform - pos: -67.5,-38.5 - parent: 2 - - uid: 12727 - components: - - type: Transform - pos: -67.5,-39.5 + pos: -39.5,-11.5 parent: 2 - uid: 12728 components: - type: Transform - pos: -70.5,-38.5 - parent: 2 - - uid: 12729 - components: - - type: Transform - pos: -69.5,-38.5 - parent: 2 - - uid: 12730 - components: - - type: Transform - pos: -68.5,-38.5 + pos: -63.5,-40.5 parent: 2 - uid: 12763 components: - type: Transform pos: -6.5,-11.5 parent: 2 - - uid: 12775 - components: - - type: Transform - pos: -33.5,-25.5 - parent: 2 - - uid: 12776 - components: - - type: Transform - pos: -34.5,-28.5 - parent: 2 - uid: 12796 components: - type: Transform @@ -18424,11 +18291,6 @@ entities: - type: Transform pos: -88.5,-39.5 parent: 2 - - uid: 12958 - components: - - type: Transform - pos: -89.5,-39.5 - parent: 2 - uid: 12964 components: - type: Transform @@ -18459,11 +18321,6 @@ entities: - type: Transform pos: -19.5,13.5 parent: 2 - - uid: 12974 - components: - - type: Transform - pos: -95.5,-19.5 - parent: 2 - uid: 12975 components: - type: Transform @@ -18504,11 +18361,6 @@ entities: - type: Transform pos: -97.5,-20.5 parent: 2 - - uid: 12983 - components: - - type: Transform - pos: -97.5,-19.5 - parent: 2 - uid: 12984 components: - type: Transform @@ -18529,15 +18381,10 @@ entities: - type: Transform pos: -89.5,-20.5 parent: 2 - - uid: 12988 - components: - - type: Transform - pos: -89.5,-19.5 - parent: 2 - uid: 12989 components: - type: Transform - pos: -87.5,-19.5 + pos: -28.5,-35.5 parent: 2 - uid: 12990 components: @@ -18569,66 +18416,26 @@ entities: - type: Transform pos: 17.5,-15.5 parent: 2 - - uid: 13165 - components: - - type: Transform - pos: 18.5,-15.5 - parent: 2 - uid: 13182 components: - type: Transform pos: -39.5,-55.5 parent: 2 - - uid: 13232 - components: - - type: Transform - pos: -42.5,-41.5 - parent: 2 - uid: 13233 components: - type: Transform pos: -41.5,-41.5 parent: 2 - - uid: 13234 - components: - - type: Transform - pos: -43.5,-41.5 - parent: 2 - - uid: 13235 - components: - - type: Transform - pos: -44.5,-41.5 - parent: 2 - - uid: 13236 - components: - - type: Transform - pos: -40.5,-40.5 - parent: 2 - uid: 13237 components: - type: Transform pos: -39.5,-40.5 parent: 2 - - uid: 13238 - components: - - type: Transform - pos: -38.5,-40.5 - parent: 2 - uid: 13239 components: - type: Transform pos: -37.5,-40.5 parent: 2 - - uid: 13240 - components: - - type: Transform - pos: -36.5,-40.5 - parent: 2 - - uid: 13241 - components: - - type: Transform - pos: -35.5,-40.5 - parent: 2 - uid: 13242 components: - type: Transform @@ -18654,95 +18461,40 @@ entities: - type: Transform pos: -30.5,-40.5 parent: 2 - - uid: 13247 - components: - - type: Transform - pos: -44.5,-51.5 - parent: 2 - - uid: 13248 - components: - - type: Transform - pos: -43.5,-51.5 - parent: 2 - - uid: 13249 - components: - - type: Transform - pos: -42.5,-51.5 - parent: 2 - - uid: 13250 - components: - - type: Transform - pos: -41.5,-51.5 - parent: 2 - - uid: 13251 - components: - - type: Transform - pos: -40.5,-51.5 - parent: 2 - uid: 13252 components: - type: Transform pos: -39.5,-51.5 parent: 2 - - uid: 13253 - components: - - type: Transform - pos: -38.5,-51.5 - parent: 2 - uid: 13254 components: - type: Transform - pos: -37.5,-51.5 + pos: -62.5,-56.5 parent: 2 - uid: 13255 components: - type: Transform - pos: -36.5,-51.5 + pos: -62.5,-55.5 parent: 2 - uid: 13256 components: - type: Transform - pos: -35.5,-51.5 + pos: -52.5,-56.5 parent: 2 - uid: 13257 components: - type: Transform - pos: -34.5,-51.5 + pos: -55.5,-56.5 parent: 2 - uid: 13258 components: - type: Transform - pos: -33.5,-51.5 + pos: -54.5,-56.5 parent: 2 - uid: 13259 components: - type: Transform - pos: -32.5,-51.5 - parent: 2 - - uid: 13260 - components: - - type: Transform - pos: -31.5,-51.5 - parent: 2 - - uid: 13261 - components: - - type: Transform - pos: -30.5,-51.5 - parent: 2 - - uid: 13262 - components: - - type: Transform - pos: -30.5,-50.5 - parent: 2 - - uid: 13263 - components: - - type: Transform - pos: -41.5,-50.5 - parent: 2 - - uid: 13264 - components: - - type: Transform - pos: -27.5,-48.5 + pos: -53.5,-56.5 parent: 2 - uid: 13288 components: @@ -18754,11 +18506,6 @@ entities: - type: Transform pos: -8.5,-32.5 parent: 2 - - uid: 13291 - components: - - type: Transform - pos: -9.5,-32.5 - parent: 2 - uid: 13315 components: - type: Transform @@ -18869,11 +18616,6 @@ entities: - type: Transform pos: -44.5,28.5 parent: 2 - - uid: 13546 - components: - - type: Transform - pos: -44.5,29.5 - parent: 2 - uid: 13605 components: - type: Transform @@ -18974,21 +18716,6 @@ entities: - type: Transform pos: -60.5,-62.5 parent: 2 - - uid: 13825 - components: - - type: Transform - pos: -61.5,-62.5 - parent: 2 - - uid: 13826 - components: - - type: Transform - pos: -62.5,-62.5 - parent: 2 - - uid: 13827 - components: - - type: Transform - pos: -63.5,-62.5 - parent: 2 - uid: 13828 components: - type: Transform @@ -19014,36 +18741,11 @@ entities: - type: Transform pos: -63.5,-64.5 parent: 2 - - uid: 13833 - components: - - type: Transform - pos: -60.5,-63.5 - parent: 2 - - uid: 13834 - components: - - type: Transform - pos: -64.5,-70.5 - parent: 2 - - uid: 13835 - components: - - type: Transform - pos: -64.5,-69.5 - parent: 2 - uid: 13836 components: - type: Transform pos: -67.5,-71.5 parent: 2 - - uid: 13837 - components: - - type: Transform - pos: -67.5,-70.5 - parent: 2 - - uid: 13838 - components: - - type: Transform - pos: -67.5,-69.5 - parent: 2 - uid: 13839 components: - type: Transform @@ -19069,56 +18771,11 @@ entities: - type: Transform pos: -8.5,-32.5 parent: 2 - - uid: 13889 - components: - - type: Transform - pos: -9.5,-32.5 - parent: 2 - - uid: 13890 - components: - - type: Transform - pos: -17.5,-35.5 - parent: 2 - - uid: 13892 - components: - - type: Transform - pos: -16.5,-35.5 - parent: 2 - uid: 13893 components: - type: Transform pos: -17.5,-36.5 parent: 2 - - uid: 13895 - components: - - type: Transform - pos: -17.5,-34.5 - parent: 2 - - uid: 13897 - components: - - type: Transform - pos: -17.5,-31.5 - parent: 2 - - uid: 13898 - components: - - type: Transform - pos: -17.5,-32.5 - parent: 2 - - uid: 13899 - components: - - type: Transform - pos: -14.5,-31.5 - parent: 2 - - uid: 13900 - components: - - type: Transform - pos: -14.5,-32.5 - parent: 2 - - uid: 13902 - components: - - type: Transform - pos: -19.5,-24.5 - parent: 2 - uid: 13903 components: - type: Transform @@ -19169,60 +18826,20 @@ entities: - type: Transform pos: -19.5,-27.5 parent: 2 - - uid: 13917 - components: - - type: Transform - pos: -19.5,-26.5 - parent: 2 - - uid: 13918 - components: - - type: Transform - pos: -19.5,-25.5 - parent: 2 - - uid: 13919 - components: - - type: Transform - pos: -19.5,-24.5 - parent: 2 - uid: 13920 components: - type: Transform pos: -20.5,-24.5 parent: 2 - - uid: 13922 - components: - - type: Transform - pos: -47.5,-29.5 - parent: 2 - uid: 13923 components: - type: Transform - pos: -47.5,-27.5 + pos: -15.5,-48.5 parent: 2 - uid: 13924 components: - type: Transform - pos: -47.5,-28.5 - parent: 2 - - uid: 13925 - components: - - type: Transform - pos: -48.5,-28.5 - parent: 2 - - uid: 13926 - components: - - type: Transform - pos: -49.5,-28.5 - parent: 2 - - uid: 13927 - components: - - type: Transform - pos: -50.5,-28.5 - parent: 2 - - uid: 13928 - components: - - type: Transform - pos: -50.5,-64.5 + pos: -4.5,-2.5 parent: 2 - uid: 14142 components: @@ -19254,6 +18871,21 @@ entities: - type: Transform pos: -5.5,-18.5 parent: 2 + - uid: 14169 + components: + - type: Transform + pos: -19.5,-54.5 + parent: 2 + - uid: 14170 + components: + - type: Transform + pos: -17.5,-58.5 + parent: 2 + - uid: 14177 + components: + - type: Transform + pos: -81.5,-57.5 + parent: 2 - uid: 14178 components: - type: Transform @@ -19269,11 +18901,6 @@ entities: - type: Transform pos: -74.5,-60.5 parent: 2 - - uid: 14181 - components: - - type: Transform - pos: -73.5,-60.5 - parent: 2 - uid: 14248 components: - type: Transform @@ -19322,12 +18949,12 @@ entities: - uid: 14305 components: - type: Transform - pos: -72.5,-69.5 + pos: -14.5,7.5 parent: 2 - uid: 14306 components: - type: Transform - pos: -73.5,-69.5 + pos: -13.5,7.5 parent: 2 - uid: 14307 components: @@ -19349,6 +18976,11 @@ entities: - type: Transform pos: -64.5,-71.5 parent: 2 + - uid: 14320 + components: + - type: Transform + pos: -36.5,-67.5 + parent: 2 - uid: 14391 components: - type: Transform @@ -19369,124 +19001,289 @@ entities: - type: Transform pos: -9.5,-11.5 parent: 2 -- proto: CableApcStack1 - entities: - - uid: 7887 + - uid: 14677 components: - type: Transform - pos: -113.51356,-52.503647 + pos: -16.5,-58.5 parent: 2 - - uid: 7888 + - uid: 14678 components: - type: Transform - pos: -113.54307,-53.491844 + pos: -15.5,-58.5 parent: 2 - - uid: 7889 + - uid: 14737 components: - type: Transform - pos: -115.50583,-52.488895 + pos: -89.5,-33.5 parent: 2 - - uid: 7891 + - uid: 14738 components: - type: Transform - pos: -106.48896,-54.450546 + pos: -92.5,-32.5 parent: 2 - - uid: 7898 + - uid: 14739 components: - type: Transform - pos: -114.455734,-61.495434 + pos: -90.5,-32.5 parent: 2 - - uid: 7906 + - uid: 14740 components: - type: Transform - pos: -107.51605,-63.51026 + pos: -91.5,-32.5 parent: 2 - - uid: 11145 + - uid: 14741 components: - type: Transform - pos: -73.535034,-64.49553 + pos: -95.5,-25.5 parent: 2 - - uid: 11146 + - uid: 14742 components: - type: Transform - pos: -72.531525,-64.49553 + pos: -92.5,-22.5 parent: 2 - - uid: 11147 + - uid: 14763 components: - type: Transform - pos: -72.531525,-63.507328 + pos: -46.5,-43.5 parent: 2 - - uid: 11148 + - uid: 14764 components: - type: Transform - pos: -76.47179,-61.471928 + pos: -47.5,-43.5 parent: 2 - - uid: 11149 + - uid: 14765 components: - type: Transform - pos: -73.46125,-60.559555 + pos: -48.5,-43.5 parent: 2 -- proto: CableHV + - uid: 14766 + components: + - type: Transform + pos: -49.5,-43.5 + parent: 2 + - uid: 14767 + components: + - type: Transform + pos: -49.5,-42.5 + parent: 2 + - uid: 14768 + components: + - type: Transform + pos: -49.5,-41.5 + parent: 2 + - uid: 14769 + components: + - type: Transform + pos: -54.5,-41.5 + parent: 2 + - uid: 14770 + components: + - type: Transform + pos: -33.5,-69.5 + parent: 2 + - uid: 14771 + components: + - type: Transform + pos: -34.5,-69.5 + parent: 2 + - uid: 14776 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 2 + - uid: 15063 + components: + - type: Transform + pos: -72.5,-71.5 + parent: 2 + - uid: 15064 + components: + - type: Transform + pos: -72.5,-70.5 + parent: 2 + - uid: 15065 + components: + - type: Transform + pos: -19.5,7.5 + parent: 2 + - uid: 15066 + components: + - type: Transform + pos: -20.5,7.5 + parent: 2 + - uid: 15067 + components: + - type: Transform + pos: -21.5,7.5 + parent: 2 + - uid: 15068 + components: + - type: Transform + pos: -19.5,8.5 + parent: 2 + - uid: 15073 + components: + - type: Transform + pos: -62.5,-41.5 + parent: 2 + - uid: 15074 + components: + - type: Transform + pos: -63.5,-71.5 + parent: 2 + - uid: 15075 + components: + - type: Transform + pos: -62.5,-71.5 + parent: 2 + - uid: 15076 + components: + - type: Transform + pos: -61.5,-71.5 + parent: 2 + - uid: 15077 + components: + - type: Transform + pos: -54.5,-80.5 + parent: 2 + - uid: 15078 + components: + - type: Transform + pos: -54.5,-81.5 + parent: 2 + - uid: 15079 + components: + - type: Transform + pos: -54.5,-82.5 + parent: 2 + - uid: 15080 + components: + - type: Transform + pos: -54.5,-83.5 + parent: 2 + - uid: 15081 + components: + - type: Transform + pos: -54.5,-84.5 + parent: 2 + - uid: 15082 + components: + - type: Transform + pos: -54.5,-85.5 + parent: 2 + - uid: 15083 + components: + - type: Transform + pos: -54.5,-86.5 + parent: 2 + - uid: 15084 + components: + - type: Transform + pos: -54.5,-87.5 + parent: 2 + - uid: 15085 + components: + - type: Transform + pos: -54.5,-88.5 + parent: 2 + - uid: 15086 + components: + - type: Transform + pos: -54.5,-89.5 + parent: 2 + - uid: 15087 + components: + - type: Transform + pos: -54.5,-90.5 + parent: 2 + - uid: 15088 + components: + - type: Transform + pos: -54.5,-91.5 + parent: 2 + - uid: 15089 + components: + - type: Transform + pos: -54.5,-92.5 + parent: 2 + - uid: 15090 + components: + - type: Transform + pos: -54.5,-93.5 + parent: 2 + - uid: 15091 + components: + - type: Transform + pos: -54.5,-94.5 + parent: 2 +- proto: CableApcStack1 entities: - - uid: 19 + - uid: 7887 components: - type: Transform - pos: 0.5,-6.5 + pos: -113.51356,-52.503647 parent: 2 - - uid: 925 + - uid: 7888 components: - type: Transform - pos: -56.5,-0.5 + pos: -113.54307,-53.491844 parent: 2 - - uid: 1269 + - uid: 7889 components: - type: Transform - pos: -58.5,3.5 + pos: -115.50583,-52.488895 parent: 2 - - uid: 1270 + - uid: 7891 components: - type: Transform - pos: -58.5,6.5 + pos: -106.48896,-54.450546 parent: 2 - - uid: 1272 + - uid: 7898 components: - type: Transform - pos: -58.5,1.5 + pos: -114.455734,-61.495434 parent: 2 - - uid: 1277 + - uid: 7906 components: - type: Transform - pos: -58.5,2.5 + pos: -107.51605,-63.51026 parent: 2 - - uid: 1278 + - uid: 11145 components: - type: Transform - pos: -56.5,-1.5 + pos: -73.535034,-64.49553 parent: 2 - - uid: 1279 + - uid: 11146 components: - type: Transform - pos: -56.5,0.5 + pos: -72.531525,-64.49553 parent: 2 - - uid: 1285 + - uid: 11147 components: - type: Transform - pos: -58.5,0.5 + pos: -72.531525,-63.507328 parent: 2 - - uid: 1305 + - uid: 11148 components: - type: Transform - pos: -57.5,0.5 + pos: -76.47179,-61.471928 parent: 2 - - uid: 1371 + - uid: 11149 components: - type: Transform - pos: -58.5,7.5 + pos: -73.46125,-60.559555 parent: 2 - - uid: 1373 +- proto: CableHV + entities: + - uid: 19 components: - type: Transform - pos: -58.5,5.5 + pos: 0.5,-6.5 + parent: 2 + - uid: 1270 + components: + - type: Transform + pos: -58.5,6.5 parent: 2 - uid: 1927 components: @@ -19708,11 +19505,6 @@ entities: - type: Transform pos: -69.5,-12.5 parent: 2 - - uid: 5777 - components: - - type: Transform - pos: -56.5,-2.5 - parent: 2 - uid: 5790 components: - type: Transform @@ -20198,11 +19990,6 @@ entities: - type: Transform pos: -100.5,-38.5 parent: 2 - - uid: 6043 - components: - - type: Transform - pos: -63.5,-42.5 - parent: 2 - uid: 6045 components: - type: Transform @@ -20473,56 +20260,6 @@ entities: - type: Transform pos: -35.5,-3.5 parent: 2 - - uid: 6160 - components: - - type: Transform - pos: -51.5,-2.5 - parent: 2 - - uid: 6161 - components: - - type: Transform - pos: -50.5,-2.5 - parent: 2 - - uid: 6162 - components: - - type: Transform - pos: -49.5,-2.5 - parent: 2 - - uid: 6163 - components: - - type: Transform - pos: -48.5,-2.5 - parent: 2 - - uid: 6164 - components: - - type: Transform - pos: -46.5,-2.5 - parent: 2 - - uid: 6165 - components: - - type: Transform - pos: -47.5,-2.5 - parent: 2 - - uid: 6166 - components: - - type: Transform - pos: -45.5,-4.5 - parent: 2 - - uid: 6176 - components: - - type: Transform - pos: -45.5,-2.5 - parent: 2 - - uid: 6177 - components: - - type: Transform - pos: -45.5,-3.5 - parent: 2 - - uid: 6178 - components: - - type: Transform - pos: -45.5,-5.5 - parent: 2 - uid: 6179 components: - type: Transform @@ -22043,31 +21780,6 @@ entities: - type: Transform pos: -38.5,-69.5 parent: 2 - - uid: 6758 - components: - - type: Transform - pos: -57.5,-4.5 - parent: 2 - - uid: 6759 - components: - - type: Transform - pos: -58.5,-4.5 - parent: 2 - - uid: 6760 - components: - - type: Transform - pos: -59.5,-4.5 - parent: 2 - - uid: 6761 - components: - - type: Transform - pos: -60.5,-4.5 - parent: 2 - - uid: 6762 - components: - - type: Transform - pos: -61.5,-4.5 - parent: 2 - uid: 6763 components: - type: Transform @@ -23513,16 +23225,6 @@ entities: - type: Transform pos: -105.5,-40.5 parent: 2 - - uid: 8519 - components: - - type: Transform - pos: -55.5,-3.5 - parent: 2 - - uid: 8730 - components: - - type: Transform - pos: -56.5,-4.5 - parent: 2 - uid: 9016 components: - type: Transform @@ -23603,11 +23305,6 @@ entities: - type: Transform pos: -12.5,-52.5 parent: 2 - - uid: 9370 - components: - - type: Transform - pos: -52.5,-2.5 - parent: 2 - uid: 9371 components: - type: Transform @@ -23683,26 +23380,11 @@ entities: - type: Transform pos: -30.5,0.5 parent: 2 - - uid: 9447 - components: - - type: Transform - pos: -53.5,-3.5 - parent: 2 - uid: 9448 components: - type: Transform pos: -53.5,-2.5 parent: 2 - - uid: 9449 - components: - - type: Transform - pos: -54.5,-3.5 - parent: 2 - - uid: 9450 - components: - - type: Transform - pos: -55.5,-4.5 - parent: 2 - uid: 9451 components: - type: Transform @@ -23733,6 +23415,21 @@ entities: - type: Transform pos: -77.5,-29.5 parent: 2 + - uid: 9540 + components: + - type: Transform + pos: -52.5,-12.5 + parent: 2 + - uid: 9567 + components: + - type: Transform + pos: -54.5,15.5 + parent: 2 + - uid: 9568 + components: + - type: Transform + pos: -55.5,13.5 + parent: 2 - uid: 9594 components: - type: Transform @@ -23863,25 +23560,15 @@ entities: - type: Transform pos: -53.5,12.5 parent: 2 - - uid: 10727 - components: - - type: Transform - pos: -54.5,12.5 - parent: 2 - uid: 10870 components: - type: Transform pos: -54.5,13.5 parent: 2 - - uid: 11634 - components: - - type: Transform - pos: -58.5,4.5 - parent: 2 - - uid: 11639 + - uid: 11590 components: - type: Transform - pos: -58.5,8.5 + pos: -54.5,18.5 parent: 2 - uid: 12296 components: @@ -23983,16 +23670,66 @@ entities: - type: Transform pos: -76.5,-56.5 parent: 2 + - uid: 12662 + components: + - type: Transform + pos: -54.5,-12.5 + parent: 2 + - uid: 12663 + components: + - type: Transform + pos: -53.5,-12.5 + parent: 2 + - uid: 12666 + components: + - type: Transform + pos: -55.5,-12.5 + parent: 2 - uid: 12725 components: - type: Transform pos: -75.5,-56.5 parent: 2 + - uid: 12729 + components: + - type: Transform + pos: -65.5,14.5 + parent: 2 + - uid: 12730 + components: + - type: Transform + pos: -64.5,13.5 + parent: 2 - uid: 12774 components: - type: Transform pos: -74.5,-56.5 parent: 2 + - uid: 12775 + components: + - type: Transform + pos: -65.5,13.5 + parent: 2 + - uid: 12776 + components: + - type: Transform + pos: -48.5,-12.5 + parent: 2 + - uid: 12958 + components: + - type: Transform + pos: -49.5,-12.5 + parent: 2 + - uid: 12983 + components: + - type: Transform + pos: -50.5,-12.5 + parent: 2 + - uid: 12988 + components: + - type: Transform + pos: -51.5,-12.5 + parent: 2 - uid: 13066 components: - type: Transform @@ -24003,6 +23740,26 @@ entities: - type: Transform pos: -72.5,-56.5 parent: 2 + - uid: 13241 + components: + - type: Transform + pos: -45.5,-10.5 + parent: 2 + - uid: 13262 + components: + - type: Transform + pos: -46.5,-11.5 + parent: 2 + - uid: 13263 + components: + - type: Transform + pos: -45.5,-11.5 + parent: 2 + - uid: 13264 + components: + - type: Transform + pos: -47.5,-11.5 + parent: 2 - uid: 13292 components: - type: Transform @@ -24078,55 +23835,50 @@ entities: - type: Transform pos: -69.5,-68.5 parent: 2 - - uid: 14168 - components: - - type: Transform - pos: -54.5,14.5 - parent: 2 - - uid: 14169 + - uid: 13800 components: - type: Transform - pos: -55.5,14.5 + pos: -48.5,-11.5 parent: 2 - - uid: 14170 + - uid: 13837 components: - type: Transform - pos: -57.5,14.5 + pos: -62.5,-43.5 parent: 2 - - uid: 14171 + - uid: 13919 components: - type: Transform - pos: -56.5,14.5 + pos: -54.5,17.5 parent: 2 - - uid: 14172 + - uid: 13922 components: - type: Transform - pos: -58.5,14.5 + pos: -53.5,13.5 parent: 2 - - uid: 14173 + - uid: 13927 components: - type: Transform - pos: -58.5,13.5 + pos: -54.5,16.5 parent: 2 - - uid: 14174 + - uid: 14168 components: - type: Transform - pos: -58.5,12.5 + pos: -54.5,14.5 parent: 2 - - uid: 14175 + - uid: 14171 components: - type: Transform - pos: -58.5,11.5 + pos: -55.5,19.5 parent: 2 - - uid: 14176 + - uid: 14172 components: - type: Transform - pos: -58.5,10.5 + pos: -55.5,18.5 parent: 2 - - uid: 14177 + - uid: 14174 components: - type: Transform - pos: -58.5,9.5 + pos: -58.5,12.5 parent: 2 - uid: 14270 components: @@ -24148,16 +23900,6 @@ entities: - type: Transform pos: -57.5,-11.5 parent: 2 - - uid: 14315 - components: - - type: Transform - pos: -57.5,-6.5 - parent: 2 - - uid: 14316 - components: - - type: Transform - pos: -57.5,-5.5 - parent: 2 - uid: 14317 components: - type: Transform @@ -24168,21 +23910,6 @@ entities: - type: Transform pos: -57.5,-7.5 parent: 2 - - uid: 14319 - components: - - type: Transform - pos: -57.5,-3.5 - parent: 2 - - uid: 14320 - components: - - type: Transform - pos: -57.5,-2.5 - parent: 2 - - uid: 14321 - components: - - type: Transform - pos: -57.5,-8.5 - parent: 2 - uid: 14323 components: - type: Transform @@ -24343,6 +24070,246 @@ entities: - type: Transform pos: -70.5,-66.5 parent: 2 + - uid: 14507 + components: + - type: Transform + pos: -60.5,-74.5 + parent: 2 + - uid: 14590 + components: + - type: Transform + pos: -60.5,-73.5 + parent: 2 + - uid: 14675 + components: + - type: Transform + pos: -60.5,-72.5 + parent: 2 + - uid: 14692 + components: + - type: Transform + pos: -56.5,19.5 + parent: 2 + - uid: 14693 + components: + - type: Transform + pos: -56.5,20.5 + parent: 2 + - uid: 14694 + components: + - type: Transform + pos: -57.5,20.5 + parent: 2 + - uid: 14695 + components: + - type: Transform + pos: -57.5,21.5 + parent: 2 + - uid: 14696 + components: + - type: Transform + pos: -57.5,22.5 + parent: 2 + - uid: 14697 + components: + - type: Transform + pos: -58.5,22.5 + parent: 2 + - uid: 14698 + components: + - type: Transform + pos: -59.5,22.5 + parent: 2 + - uid: 14699 + components: + - type: Transform + pos: -60.5,22.5 + parent: 2 + - uid: 14700 + components: + - type: Transform + pos: -61.5,22.5 + parent: 2 + - uid: 14701 + components: + - type: Transform + pos: -62.5,22.5 + parent: 2 + - uid: 14702 + components: + - type: Transform + pos: -63.5,22.5 + parent: 2 + - uid: 14703 + components: + - type: Transform + pos: -64.5,22.5 + parent: 2 + - uid: 14704 + components: + - type: Transform + pos: -65.5,22.5 + parent: 2 + - uid: 14705 + components: + - type: Transform + pos: -66.5,22.5 + parent: 2 + - uid: 14706 + components: + - type: Transform + pos: -66.5,21.5 + parent: 2 + - uid: 14707 + components: + - type: Transform + pos: -66.5,20.5 + parent: 2 + - uid: 14708 + components: + - type: Transform + pos: -66.5,19.5 + parent: 2 + - uid: 14709 + components: + - type: Transform + pos: -66.5,18.5 + parent: 2 + - uid: 14710 + components: + - type: Transform + pos: -66.5,17.5 + parent: 2 + - uid: 14711 + components: + - type: Transform + pos: -66.5,16.5 + parent: 2 + - uid: 14712 + components: + - type: Transform + pos: -65.5,16.5 + parent: 2 + - uid: 14713 + components: + - type: Transform + pos: -65.5,15.5 + parent: 2 + - uid: 14714 + components: + - type: Transform + pos: -63.5,13.5 + parent: 2 + - uid: 14715 + components: + - type: Transform + pos: -62.5,13.5 + parent: 2 + - uid: 14716 + components: + - type: Transform + pos: -61.5,13.5 + parent: 2 + - uid: 14717 + components: + - type: Transform + pos: -60.5,13.5 + parent: 2 + - uid: 14718 + components: + - type: Transform + pos: -60.5,12.5 + parent: 2 + - uid: 14719 + components: + - type: Transform + pos: -60.5,11.5 + parent: 2 + - uid: 14720 + components: + - type: Transform + pos: -60.5,10.5 + parent: 2 + - uid: 14721 + components: + - type: Transform + pos: -60.5,9.5 + parent: 2 + - uid: 14722 + components: + - type: Transform + pos: -60.5,8.5 + parent: 2 + - uid: 14723 + components: + - type: Transform + pos: -60.5,7.5 + parent: 2 + - uid: 14724 + components: + - type: Transform + pos: -60.5,6.5 + parent: 2 + - uid: 14725 + components: + - type: Transform + pos: -60.5,5.5 + parent: 2 + - uid: 14726 + components: + - type: Transform + pos: -60.5,4.5 + parent: 2 + - uid: 14727 + components: + - type: Transform + pos: -60.5,3.5 + parent: 2 + - uid: 14728 + components: + - type: Transform + pos: -60.5,2.5 + parent: 2 + - uid: 14729 + components: + - type: Transform + pos: -60.5,1.5 + parent: 2 + - uid: 14730 + components: + - type: Transform + pos: -60.5,0.5 + parent: 2 + - uid: 14731 + components: + - type: Transform + pos: -60.5,-0.5 + parent: 2 + - uid: 14732 + components: + - type: Transform + pos: -61.5,-0.5 + parent: 2 + - uid: 14733 + components: + - type: Transform + pos: -62.5,-0.5 + parent: 2 + - uid: 14734 + components: + - type: Transform + pos: -62.5,-1.5 + parent: 2 + - uid: 14735 + components: + - type: Transform + pos: -62.5,-2.5 + parent: 2 + - uid: 14736 + components: + - type: Transform + pos: -62.5,-3.5 + parent: 2 - proto: CableHVStack entities: - uid: 7685 @@ -24350,6 +24317,11 @@ entities: - type: Transform pos: -53.52849,-74.51839 parent: 2 + - uid: 14506 + components: + - type: Transform + pos: -44.551952,20.425713 + parent: 2 - proto: CableMV entities: - uid: 57 @@ -24462,10 +24434,35 @@ entities: - type: Transform pos: -40.5,-65.5 parent: 2 - - uid: 1568 + - uid: 1269 components: - type: Transform - pos: -46.5,-65.5 + pos: -67.5,-22.5 + parent: 2 + - uid: 1277 + components: + - type: Transform + pos: -69.5,-65.5 + parent: 2 + - uid: 1278 + components: + - type: Transform + pos: -85.5,-39.5 + parent: 2 + - uid: 1279 + components: + - type: Transform + pos: -85.5,-40.5 + parent: 2 + - uid: 1305 + components: + - type: Transform + pos: -83.5,-39.5 + parent: 2 + - uid: 1373 + components: + - type: Transform + pos: -70.5,-22.5 parent: 2 - uid: 1738 components: @@ -24507,10 +24504,20 @@ entities: - type: Transform pos: -65.5,-69.5 parent: 2 + - uid: 3242 + components: + - type: Transform + pos: -69.5,-63.5 + parent: 2 + - uid: 3376 + components: + - type: Transform + pos: -69.5,-64.5 + parent: 2 - uid: 3408 components: - type: Transform - pos: -43.5,-67.5 + pos: -69.5,-62.5 parent: 2 - uid: 3440 components: @@ -24532,11 +24539,6 @@ entities: - type: Transform pos: -65.5,-71.5 parent: 2 - - uid: 5021 - components: - - type: Transform - pos: -42.5,-67.5 - parent: 2 - uid: 5523 components: - type: Transform @@ -24565,7 +24567,17 @@ entities: - uid: 6092 components: - type: Transform - pos: -45.5,-9.5 + pos: -11.5,-20.5 + parent: 2 + - uid: 6163 + components: + - type: Transform + pos: -3.5,-19.5 + parent: 2 + - uid: 6164 + components: + - type: Transform + pos: -3.5,-20.5 parent: 2 - uid: 6210 components: @@ -24592,20 +24604,40 @@ entities: - type: Transform pos: -67.5,-71.5 parent: 2 + - uid: 6264 + components: + - type: Transform + pos: -19.5,-25.5 + parent: 2 - uid: 6265 components: - type: Transform pos: -70.5,-71.5 parent: 2 - - uid: 6397 + - uid: 6269 components: - type: Transform - pos: -26.5,-55.5 + pos: -0.5,-18.5 parent: 2 - - uid: 6409 + - uid: 6303 components: - type: Transform - pos: -84.5,-41.5 + pos: -0.5,-19.5 + parent: 2 + - uid: 6336 + components: + - type: Transform + pos: -31.5,-30.5 + parent: 2 + - uid: 6337 + components: + - type: Transform + pos: -0.5,-20.5 + parent: 2 + - uid: 6397 + components: + - type: Transform + pos: -26.5,-55.5 parent: 2 - uid: 6524 components: @@ -24657,6 +24689,16 @@ entities: - type: Transform pos: -13.5,0.5 parent: 2 + - uid: 6581 + components: + - type: Transform + pos: -29.5,-32.5 + parent: 2 + - uid: 6618 + components: + - type: Transform + pos: -72.5,-71.5 + parent: 2 - uid: 6627 components: - type: Transform @@ -24687,11 +24729,6 @@ entities: - type: Transform pos: -36.5,-6.5 parent: 2 - - uid: 6799 - components: - - type: Transform - pos: -62.5,-42.5 - parent: 2 - uid: 7842 components: - type: Transform @@ -25032,6 +25069,16 @@ entities: - type: Transform pos: -24.5,-16.5 parent: 2 + - uid: 8666 + components: + - type: Transform + pos: -66.5,-58.5 + parent: 2 + - uid: 8672 + components: + - type: Transform + pos: -72.5,-58.5 + parent: 2 - uid: 8683 components: - type: Transform @@ -25097,6 +25144,11 @@ entities: - type: Transform pos: -12.5,-21.5 parent: 2 + - uid: 8730 + components: + - type: Transform + pos: -0.5,-11.5 + parent: 2 - uid: 8801 components: - type: Transform @@ -25167,6 +25219,31 @@ entities: - type: Transform pos: 1.5,-20.5 parent: 2 + - uid: 8855 + components: + - type: Transform + pos: -19.5,-54.5 + parent: 2 + - uid: 8857 + components: + - type: Transform + pos: -0.5,-15.5 + parent: 2 + - uid: 8899 + components: + - type: Transform + pos: -80.5,-61.5 + parent: 2 + - uid: 8923 + components: + - type: Transform + pos: -62.5,-55.5 + parent: 2 + - uid: 8979 + components: + - type: Transform + pos: -0.5,-14.5 + parent: 2 - uid: 9020 components: - type: Transform @@ -25317,11 +25394,6 @@ entities: - type: Transform pos: -32.5,-31.5 parent: 2 - - uid: 9109 - components: - - type: Transform - pos: -32.5,-30.5 - parent: 2 - uid: 9110 components: - type: Transform @@ -25432,6 +25504,21 @@ entities: - type: Transform pos: -39.5,-30.5 parent: 2 + - uid: 9153 + components: + - type: Transform + pos: -62.5,-56.5 + parent: 2 + - uid: 9206 + components: + - type: Transform + pos: -51.5,-20.5 + parent: 2 + - uid: 9208 + components: + - type: Transform + pos: -51.5,-21.5 + parent: 2 - uid: 9225 components: - type: Transform @@ -25652,6 +25739,36 @@ entities: - type: Transform pos: -37.5,-11.5 parent: 2 + - uid: 9299 + components: + - type: Transform + pos: -52.5,-21.5 + parent: 2 + - uid: 9300 + components: + - type: Transform + pos: -53.5,-21.5 + parent: 2 + - uid: 9301 + components: + - type: Transform + pos: -57.5,-21.5 + parent: 2 + - uid: 9318 + components: + - type: Transform + pos: -54.5,-21.5 + parent: 2 + - uid: 9319 + components: + - type: Transform + pos: -55.5,-21.5 + parent: 2 + - uid: 9329 + components: + - type: Transform + pos: -56.5,-21.5 + parent: 2 - uid: 9386 components: - type: Transform @@ -25687,6 +25804,11 @@ entities: - type: Transform pos: -16.5,-36.5 parent: 2 + - uid: 9411 + components: + - type: Transform + pos: -71.5,-23.5 + parent: 2 - uid: 9457 components: - type: Transform @@ -25712,11 +25834,6 @@ entities: - type: Transform pos: -21.5,-55.5 parent: 2 - - uid: 9463 - components: - - type: Transform - pos: -22.5,-55.5 - parent: 2 - uid: 9464 components: - type: Transform @@ -25912,6 +26029,36 @@ entities: - type: Transform pos: -23.5,-49.5 parent: 2 + - uid: 9517 + components: + - type: Transform + pos: -43.5,-40.5 + parent: 2 + - uid: 9533 + components: + - type: Transform + pos: -85.5,-38.5 + parent: 2 + - uid: 9543 + components: + - type: Transform + pos: -61.5,-18.5 + parent: 2 + - uid: 9607 + components: + - type: Transform + pos: -71.5,-24.5 + parent: 2 + - uid: 9616 + components: + - type: Transform + pos: -72.5,-24.5 + parent: 2 + - uid: 9781 + components: + - type: Transform + pos: -62.5,-18.5 + parent: 2 - uid: 9821 components: - type: Transform @@ -25997,6 +26144,21 @@ entities: - type: Transform pos: -71.5,-67.5 parent: 2 + - uid: 9951 + components: + - type: Transform + pos: -64.5,-21.5 + parent: 2 + - uid: 9952 + components: + - type: Transform + pos: -64.5,-20.5 + parent: 2 + - uid: 9953 + components: + - type: Transform + pos: -62.5,-42.5 + parent: 2 - uid: 9975 components: - type: Transform @@ -26077,6 +26239,51 @@ entities: - type: Transform pos: -38.5,-84.5 parent: 2 + - uid: 10011 + components: + - type: Transform + pos: -68.5,-22.5 + parent: 2 + - uid: 10129 + components: + - type: Transform + pos: -66.5,-22.5 + parent: 2 + - uid: 10135 + components: + - type: Transform + pos: -79.5,-61.5 + parent: 2 + - uid: 10136 + components: + - type: Transform + pos: -64.5,-22.5 + parent: 2 + - uid: 10137 + components: + - type: Transform + pos: -65.5,-22.5 + parent: 2 + - uid: 10138 + components: + - type: Transform + pos: -78.5,-61.5 + parent: 2 + - uid: 10139 + components: + - type: Transform + pos: -8.5,-30.5 + parent: 2 + - uid: 10149 + components: + - type: Transform + pos: -62.5,-57.5 + parent: 2 + - uid: 10150 + components: + - type: Transform + pos: -71.5,-58.5 + parent: 2 - uid: 10185 components: - type: Transform @@ -26087,6 +26294,26 @@ entities: - type: Transform pos: -69.5,-66.5 parent: 2 + - uid: 10192 + components: + - type: Transform + pos: -52.5,-12.5 + parent: 2 + - uid: 10222 + components: + - type: Transform + pos: -63.5,-43.5 + parent: 2 + - uid: 10227 + components: + - type: Transform + pos: -63.5,-5.5 + parent: 2 + - uid: 10229 + components: + - type: Transform + pos: -64.5,-18.5 + parent: 2 - uid: 10230 components: - type: Transform @@ -26110,22 +26337,12 @@ entities: - uid: 10293 components: - type: Transform - pos: -46.5,-4.5 - parent: 2 - - uid: 10294 - components: - - type: Transform - pos: -47.5,-4.5 + pos: -64.5,-19.5 parent: 2 - uid: 10295 components: - type: Transform - pos: -63.5,-42.5 - parent: 2 - - uid: 10296 - components: - - type: Transform - pos: -48.5,-4.5 + pos: -63.5,-18.5 parent: 2 - uid: 10297 components: @@ -26137,11 +26354,6 @@ entities: - type: Transform pos: -62.5,-40.5 parent: 2 - - uid: 10299 - components: - - type: Transform - pos: -48.5,-5.5 - parent: 2 - uid: 10300 components: - type: Transform @@ -26210,7 +26422,7 @@ entities: - uid: 10315 components: - type: Transform - pos: -64.5,-33.5 + pos: -69.5,-22.5 parent: 2 - uid: 10316 components: @@ -26392,20 +26604,10 @@ entities: - type: Transform pos: -47.5,-30.5 parent: 2 - - uid: 10388 - components: - - type: Transform - pos: -55.5,-14.5 - parent: 2 - - uid: 10389 - components: - - type: Transform - pos: -55.5,-14.5 - parent: 2 - - uid: 10400 + - uid: 10381 components: - type: Transform - pos: -55.5,-13.5 + pos: -71.5,-22.5 parent: 2 - uid: 10401 components: @@ -26465,27 +26667,22 @@ entities: - uid: 10412 components: - type: Transform - pos: -60.5,-13.5 + pos: -63.5,-33.5 parent: 2 - uid: 10413 components: - type: Transform - pos: -60.5,-14.5 + pos: -63.5,-34.5 parent: 2 - uid: 10414 components: - type: Transform - pos: -60.5,-15.5 + pos: -32.5,-29.5 parent: 2 - uid: 10415 components: - type: Transform - pos: -60.5,-16.5 - parent: 2 - - uid: 10416 - components: - - type: Transform - pos: -60.5,-17.5 + pos: -31.5,-29.5 parent: 2 - uid: 10417 components: @@ -26547,6 +26744,16 @@ entities: - type: Transform pos: -54.5,-15.5 parent: 2 + - uid: 10475 + components: + - type: Transform + pos: -82.5,-31.5 + parent: 2 + - uid: 10483 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 2 - uid: 10486 components: - type: Transform @@ -26557,11 +26764,6 @@ entities: - type: Transform pos: -54.5,-9.5 parent: 2 - - uid: 10502 - components: - - type: Transform - pos: -44.5,-9.5 - parent: 2 - uid: 10504 components: - type: Transform @@ -26612,6 +26814,11 @@ entities: - type: Transform pos: -52.5,-10.5 parent: 2 + - uid: 10553 + components: + - type: Transform + pos: -80.5,-59.5 + parent: 2 - uid: 10586 components: - type: Transform @@ -26677,11 +26884,6 @@ entities: - type: Transform pos: -61.5,-0.5 parent: 2 - - uid: 10599 - components: - - type: Transform - pos: -60.5,-0.5 - parent: 2 - uid: 10600 components: - type: Transform @@ -26810,97 +27012,77 @@ entities: - uid: 10736 components: - type: Transform - pos: -60.5,0.5 + pos: -80.5,-60.5 parent: 2 - uid: 10737 components: - type: Transform - pos: -60.5,1.5 + pos: -80.5,-58.5 parent: 2 - uid: 10738 components: - type: Transform - pos: -60.5,2.5 + pos: -68.5,-58.5 parent: 2 - uid: 10739 components: - type: Transform - pos: -60.5,3.5 + pos: -67.5,-58.5 parent: 2 - uid: 10740 components: - type: Transform - pos: -60.5,4.5 + pos: -79.5,-58.5 parent: 2 - uid: 10741 components: - type: Transform - pos: -60.5,5.5 - parent: 2 - - uid: 10742 - components: - - type: Transform - pos: -60.5,6.5 - parent: 2 - - uid: 10743 - components: - - type: Transform - pos: -60.5,7.5 - parent: 2 - - uid: 10744 - components: - - type: Transform - pos: -60.5,8.5 + pos: -78.5,-58.5 parent: 2 - uid: 10745 components: - type: Transform - pos: -60.5,9.5 + pos: -73.5,-58.5 parent: 2 - uid: 10746 components: - type: Transform - pos: -60.5,10.5 + pos: -74.5,-58.5 parent: 2 - uid: 10747 components: - type: Transform - pos: -60.5,11.5 + pos: -75.5,-58.5 parent: 2 - uid: 10748 components: - type: Transform - pos: -60.5,12.5 + pos: -76.5,-58.5 parent: 2 - uid: 10749 components: - type: Transform - pos: -60.5,13.5 + pos: -77.5,-58.5 parent: 2 - uid: 10750 components: - type: Transform - pos: -61.5,13.5 + pos: -69.5,-58.5 parent: 2 - uid: 10751 components: - type: Transform - pos: -62.5,13.5 - parent: 2 - - uid: 10752 - components: - - type: Transform - pos: -63.5,13.5 + pos: -70.5,-58.5 parent: 2 - uid: 10753 components: - type: Transform - pos: -64.5,13.5 + pos: -72.5,-60.5 parent: 2 - uid: 10754 components: - type: Transform - pos: -65.5,13.5 + pos: -70.5,-60.5 parent: 2 - uid: 10755 components: @@ -26910,218 +27092,233 @@ entities: - uid: 10756 components: - type: Transform - pos: -65.5,15.5 + pos: -69.5,-60.5 parent: 2 - uid: 10757 components: - type: Transform - pos: -65.5,16.5 + pos: -69.5,-61.5 parent: 2 - uid: 10759 components: - type: Transform - pos: -66.5,16.5 + pos: -71.5,-60.5 parent: 2 - - uid: 10760 + - uid: 10762 components: - type: Transform - pos: -66.5,17.5 + pos: -8.5,-31.5 parent: 2 - - uid: 10761 + - uid: 10763 components: - type: Transform - pos: -66.5,18.5 + pos: -17.5,-22.5 parent: 2 - - uid: 10762 + - uid: 10764 components: - type: Transform - pos: -66.5,19.5 + pos: -17.5,-24.5 parent: 2 - - uid: 10763 + - uid: 10765 components: - type: Transform - pos: -66.5,20.5 + pos: -17.5,-23.5 parent: 2 - - uid: 10764 + - uid: 10768 components: - type: Transform - pos: -66.5,21.5 + pos: -0.5,-16.5 parent: 2 - - uid: 10765 + - uid: 10769 components: - type: Transform - pos: -66.5,22.5 + pos: -0.5,-17.5 parent: 2 - - uid: 10766 + - uid: 10770 components: - type: Transform - pos: -65.5,22.5 + pos: -18.5,-25.5 parent: 2 - - uid: 10767 + - uid: 10773 components: - type: Transform - pos: -64.5,22.5 + pos: -17.5,-25.5 parent: 2 - - uid: 10768 + - uid: 10782 components: - type: Transform - pos: -63.5,22.5 + pos: -88.5,-32.5 parent: 2 - - uid: 10769 + - uid: 10783 components: - type: Transform - pos: -62.5,22.5 + pos: -74.5,-24.5 parent: 2 - - uid: 10770 + - uid: 10784 components: - type: Transform - pos: -61.5,22.5 + pos: -84.5,-32.5 parent: 2 - - uid: 10771 + - uid: 10786 components: - type: Transform - pos: -60.5,22.5 + pos: -89.5,-32.5 parent: 2 - - uid: 10772 + - uid: 10787 components: - type: Transform - pos: -59.5,22.5 + pos: -54.5,13.5 parent: 2 - - uid: 10773 + - uid: 10788 components: - type: Transform - pos: -58.5,22.5 + pos: -53.5,13.5 parent: 2 - - uid: 10774 + - uid: 10789 components: - type: Transform - pos: -57.5,22.5 + pos: -52.5,13.5 parent: 2 - - uid: 10775 + - uid: 10806 components: - type: Transform - pos: -57.5,21.5 + pos: -87.5,-32.5 parent: 2 - - uid: 10776 + - uid: 10807 components: - type: Transform - pos: -57.5,20.5 + pos: -85.5,-32.5 parent: 2 - - uid: 10778 + - uid: 10884 components: - type: Transform - pos: -56.5,20.5 + pos: -58.5,-21.5 parent: 2 - - uid: 10779 + - uid: 10885 components: - type: Transform - pos: -56.5,19.5 + pos: -59.5,-21.5 parent: 2 - - uid: 10780 + - uid: 10886 components: - type: Transform - pos: -55.5,19.5 + pos: -60.5,-21.5 parent: 2 - - uid: 10781 + - uid: 10887 components: - type: Transform - pos: -55.5,18.5 + pos: -61.5,-21.5 parent: 2 - - uid: 10782 + - uid: 10888 components: - type: Transform - pos: -54.5,18.5 + pos: -62.5,-21.5 parent: 2 - - uid: 10783 + - uid: 10889 components: - type: Transform - pos: -54.5,17.5 + pos: -62.5,-20.5 parent: 2 - - uid: 10784 + - uid: 10902 components: - type: Transform - pos: -54.5,16.5 + pos: -86.5,-32.5 parent: 2 - - uid: 10785 + - uid: 10916 components: - type: Transform - pos: -54.5,15.5 + pos: -75.5,-25.5 parent: 2 - - uid: 10786 + - uid: 10926 components: - type: Transform - pos: -54.5,14.5 + pos: -75.5,-24.5 parent: 2 - - uid: 10787 + - uid: 10928 components: - type: Transform - pos: -54.5,13.5 + pos: -89.5,-33.5 parent: 2 - - uid: 10788 + - uid: 10929 components: - type: Transform - pos: -53.5,13.5 + pos: -67.5,-12.5 parent: 2 - - uid: 10789 + - uid: 10937 components: - type: Transform - pos: -52.5,13.5 + pos: -33.5,-5.5 parent: 2 - - uid: 10882 + - uid: 10954 components: - type: Transform - pos: -58.5,-19.5 + pos: -27.5,-35.5 parent: 2 - - uid: 10883 + - uid: 10965 components: - type: Transform - pos: -58.5,-20.5 + pos: -29.5,-33.5 parent: 2 - - uid: 10884 + - uid: 10982 components: - type: Transform - pos: -58.5,-21.5 + pos: -29.5,-35.5 parent: 2 - - uid: 10885 + - uid: 10983 components: - type: Transform - pos: -59.5,-21.5 + pos: -28.5,-35.5 parent: 2 - - uid: 10886 + - uid: 10992 components: - type: Transform - pos: -60.5,-21.5 + pos: -29.5,-34.5 parent: 2 - - uid: 10887 + - uid: 10995 components: - type: Transform - pos: -61.5,-21.5 + pos: -47.5,-54.5 parent: 2 - - uid: 10888 + - uid: 10996 components: - type: Transform - pos: -62.5,-21.5 + pos: -48.5,-54.5 parent: 2 - - uid: 10889 + - uid: 11004 components: - type: Transform - pos: -62.5,-20.5 + pos: -53.5,-12.5 parent: 2 - - uid: 10995 + - uid: 11005 components: - type: Transform - pos: -47.5,-54.5 + pos: -65.5,-58.5 parent: 2 - - uid: 10996 + - uid: 11006 components: - type: Transform - pos: -48.5,-54.5 + pos: -66.5,-10.5 + parent: 2 + - uid: 11007 + components: + - type: Transform + pos: -65.5,-10.5 + parent: 2 + - uid: 11008 + components: + - type: Transform + pos: -65.5,-9.5 parent: 2 - uid: 11014 components: - type: Transform pos: -49.5,-54.5 parent: 2 + - uid: 11018 + components: + - type: Transform + pos: -64.5,-9.5 + parent: 2 - uid: 11023 components: - type: Transform @@ -27132,6 +27329,26 @@ entities: - type: Transform pos: -50.5,-53.5 parent: 2 + - uid: 11049 + components: + - type: Transform + pos: -54.5,-12.5 + parent: 2 + - uid: 11118 + components: + - type: Transform + pos: -67.5,-11.5 + parent: 2 + - uid: 11133 + components: + - type: Transform + pos: -67.5,-10.5 + parent: 2 + - uid: 11137 + components: + - type: Transform + pos: -66.5,-12.5 + parent: 2 - uid: 11155 components: - type: Transform @@ -27162,325 +27379,726 @@ entities: - type: Transform pos: -69.5,-67.5 parent: 2 - - uid: 12793 + - uid: 11589 components: - type: Transform - pos: -45.5,-61.5 + pos: -65.5,-12.5 parent: 2 - - uid: 12887 + - uid: 11606 components: - type: Transform - pos: -45.5,-62.5 + pos: -73.5,-24.5 parent: 2 - - uid: 14265 + - uid: 11634 components: - type: Transform - pos: -23.5,-48.5 + pos: -75.5,-26.5 parent: 2 - - uid: 14266 + - uid: 11639 components: - type: Transform - pos: -23.5,-47.5 + pos: -55.5,13.5 parent: 2 - - uid: 14267 + - uid: 12157 components: - type: Transform - pos: -23.5,-46.5 + pos: -63.5,-22.5 parent: 2 - - uid: 14268 + - uid: 12615 components: - type: Transform - pos: -23.5,-45.5 + pos: -62.5,-22.5 parent: 2 - - uid: 14326 + - uid: 12616 components: - type: Transform - pos: -55.5,-9.5 + pos: -76.5,-27.5 parent: 2 - - uid: 14327 + - uid: 12656 components: - type: Transform - pos: -55.5,-10.5 + pos: -75.5,-27.5 parent: 2 - - uid: 14394 + - uid: 12665 components: - type: Transform - pos: -11.5,12.5 + pos: -89.5,-34.5 parent: 2 - - uid: 14395 + - uid: 12675 components: - type: Transform - pos: -18.5,7.5 + pos: -5.5,-3.5 parent: 2 - - uid: 14396 + - uid: 12721 components: - type: Transform - pos: -19.5,7.5 + pos: -85.5,-37.5 parent: 2 - - uid: 14397 + - uid: 12726 components: - type: Transform - pos: -20.5,7.5 + pos: -0.5,-21.5 parent: 2 - - uid: 14398 + - uid: 12727 components: - type: Transform - pos: -21.5,7.5 + pos: -0.5,-13.5 parent: 2 - - uid: 14399 + - uid: 12793 components: - type: Transform - pos: -22.5,7.5 + pos: -45.5,-61.5 parent: 2 - - uid: 14400 + - uid: 12887 components: - type: Transform - pos: -22.5,8.5 + pos: -45.5,-62.5 parent: 2 - - uid: 14401 + - uid: 12974 components: - type: Transform - pos: -22.5,9.5 + pos: -59.5,-13.5 parent: 2 - - uid: 14402 + - uid: 13068 components: - type: Transform - pos: -22.5,10.5 + pos: -73.5,-55.5 parent: 2 - - uid: 14434 + - uid: 13165 components: - type: Transform - pos: -45.5,-63.5 + pos: -60.5,-0.5 parent: 2 - - uid: 14500 + - uid: 13232 components: - type: Transform - pos: -45.5,-64.5 + pos: -73.5,-56.5 parent: 2 - - uid: 14501 + - uid: 13234 components: - type: Transform - pos: -45.5,-65.5 + pos: -73.5,-57.5 parent: 2 - - uid: 14502 + - uid: 13238 components: - type: Transform - pos: -46.5,-66.5 + pos: -63.5,-58.5 parent: 2 - - uid: 14505 + - uid: 13240 components: - type: Transform - pos: -40.5,-67.5 + pos: -64.5,-58.5 parent: 2 - - uid: 14506 + - uid: 13247 components: - type: Transform - pos: -41.5,-67.5 + pos: -73.5,-54.5 parent: 2 - - uid: 14507 + - uid: 13248 components: - type: Transform - pos: -44.5,-67.5 + pos: -73.5,-53.5 parent: 2 -- proto: CableMVStack1 - entities: - - uid: 7893 + - uid: 13249 components: - type: Transform - pos: -106.53323,-55.497746 + pos: -73.5,-52.5 parent: 2 - - uid: 7894 + - uid: 13250 components: - type: Transform - pos: -113.498795,-54.494797 + pos: -73.5,-51.5 parent: 2 - - uid: 7897 + - uid: 13251 components: - type: Transform - pos: -113.4227,-60.433487 + pos: -73.5,-50.5 parent: 2 -- proto: CableMVStack10 - entities: - - uid: 3104 + - uid: 13253 components: - type: Transform - pos: -43.463593,-67.31377 + pos: -72.5,-50.5 parent: 2 -- proto: CableTerminal - entities: - - uid: 3956 + - uid: 13260 components: - type: Transform - pos: -88.5,-40.5 + pos: -44.5,-40.5 parent: 2 - - uid: 4940 + - uid: 13261 components: - type: Transform - pos: -58.5,-13.5 + pos: -45.5,-40.5 parent: 2 - - uid: 4969 + - uid: 13265 components: - type: Transform - pos: -57.5,-13.5 + pos: -61.5,-17.5 parent: 2 - - uid: 4982 + - uid: 13291 components: - type: Transform - pos: -56.5,-13.5 + pos: -61.5,-16.5 parent: 2 - - uid: 6806 + - uid: 13546 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,11.5 + pos: -61.5,-15.5 parent: 2 - - uid: 7286 + - uid: 13825 components: - type: Transform - pos: -6.5,-32.5 + pos: -61.5,-13.5 parent: 2 - - uid: 7673 + - uid: 13826 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,-76.5 + pos: -61.5,-14.5 parent: 2 - - uid: 7822 + - uid: 13833 components: - type: Transform - pos: -88.5,-59.5 + pos: -83.5,-38.5 parent: 2 -- proto: CandleBlackInfinite - entities: - - uid: 11162 + - uid: 13834 components: - type: Transform - rot: 3.141592653589793 rad - pos: -60.839188,-66.34346 + pos: -84.5,-39.5 parent: 2 -- proto: CandleInfinite - entities: - - uid: 13990 + - uid: 13835 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.52957,-74.3802 + pos: -83.5,-37.5 parent: 2 -- proto: CannabisSeeds - entities: - - uid: 2450 + - uid: 13838 components: - type: Transform - pos: -18.494244,12.466522 + pos: -47.5,-5.5 parent: 2 -- proto: CaptainIDCard - entities: - - uid: 1846 + - uid: 13889 components: - type: Transform - pos: -39.523384,-10.447381 + pos: -83.5,-32.5 parent: 2 -- proto: CargoPallet - entities: - - uid: 123 + - uid: 13890 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-14.5 + pos: -83.5,-33.5 parent: 2 - - uid: 128 + - uid: 13892 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-17.5 + pos: -83.5,-34.5 parent: 2 - - uid: 3411 + - uid: 13895 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,-50.5 + pos: -83.5,-35.5 parent: 2 - - uid: 3555 + - uid: 13897 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-50.5 + pos: -83.5,-36.5 parent: 2 - - uid: 3766 + - uid: 13898 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-50.5 + pos: -83.5,-37.5 parent: 2 - - uid: 5407 + - uid: 13899 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-17.5 + pos: -82.5,-32.5 parent: 2 - - uid: 5415 + - uid: 13900 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-17.5 + pos: -81.5,-32.5 parent: 2 - - uid: 5756 + - uid: 13902 components: - type: Transform - pos: -25.5,-56.5 + pos: -80.5,-32.5 parent: 2 - - uid: 7215 + - uid: 13917 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-14.5 + pos: -79.5,-32.5 parent: 2 - - uid: 13196 + - uid: 14181 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-14.5 + pos: -72.5,-70.5 parent: 2 - - uid: 14296 + - uid: 14265 components: - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,-50.5 + pos: -23.5,-48.5 parent: 2 - - uid: 14372 + - uid: 14266 components: - type: Transform - pos: -25.5,-58.5 + pos: -23.5,-47.5 parent: 2 - - uid: 14373 + - uid: 14267 components: - type: Transform - pos: -29.5,-59.5 + pos: -23.5,-46.5 parent: 2 - - uid: 14374 + - uid: 14268 components: - type: Transform - pos: -29.5,-60.5 + pos: -23.5,-45.5 parent: 2 - - uid: 14375 + - uid: 14315 components: - type: Transform - pos: -29.5,-61.5 + pos: -62.5,-58.5 parent: 2 - - uid: 14376 + - uid: 14326 components: - type: Transform - pos: -26.5,-63.5 + pos: -55.5,-9.5 parent: 2 - - uid: 14377 + - uid: 14327 components: - type: Transform - pos: -28.5,-65.5 + pos: -55.5,-10.5 parent: 2 - - uid: 14378 + - uid: 14394 components: - type: Transform - pos: -27.5,-65.5 + pos: -11.5,12.5 + parent: 2 + - uid: 14395 + components: + - type: Transform + pos: -18.5,7.5 + parent: 2 + - uid: 14396 + components: + - type: Transform + pos: -19.5,7.5 + parent: 2 + - uid: 14397 + components: + - type: Transform + pos: -20.5,7.5 + parent: 2 + - uid: 14398 + components: + - type: Transform + pos: -21.5,7.5 + parent: 2 + - uid: 14399 + components: + - type: Transform + pos: -22.5,7.5 + parent: 2 + - uid: 14400 + components: + - type: Transform + pos: -22.5,8.5 + parent: 2 + - uid: 14401 + components: + - type: Transform + pos: -22.5,9.5 + parent: 2 + - uid: 14402 + components: + - type: Transform + pos: -22.5,10.5 + parent: 2 + - uid: 14434 + components: + - type: Transform + pos: -45.5,-63.5 + parent: 2 + - uid: 14500 + components: + - type: Transform + pos: -45.5,-64.5 + parent: 2 + - uid: 14502 + components: + - type: Transform + pos: -46.5,-66.5 + parent: 2 + - uid: 14505 + components: + - type: Transform + pos: -40.5,-67.5 + parent: 2 + - uid: 14674 + components: + - type: Transform + pos: -0.5,-12.5 + parent: 2 + - uid: 14676 + components: + - type: Transform + pos: -72.5,-59.5 + parent: 2 + - uid: 14679 + components: + - type: Transform + pos: -0.5,-10.5 + parent: 2 + - uid: 14680 + components: + - type: Transform + pos: -0.5,-9.5 + parent: 2 + - uid: 14681 + components: + - type: Transform + pos: -0.5,-8.5 + parent: 2 + - uid: 14682 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 2 + - uid: 14683 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 2 + - uid: 14684 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 2 + - uid: 14685 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 2 + - uid: 14686 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 2 + - uid: 14688 + components: + - type: Transform + pos: -5.5,-19.5 + parent: 2 + - uid: 14689 + components: + - type: Transform + pos: -4.5,-19.5 + parent: 2 + - uid: 14690 + components: + - type: Transform + pos: -54.5,13.5 + parent: 2 + - uid: 14691 + components: + - type: Transform + pos: -79.5,-33.5 + parent: 2 + - uid: 14744 + components: + - type: Transform + pos: -76.5,-24.5 + parent: 2 + - uid: 14745 + components: + - type: Transform + pos: -77.5,-24.5 + parent: 2 + - uid: 14746 + components: + - type: Transform + pos: -78.5,-24.5 + parent: 2 + - uid: 14747 + components: + - type: Transform + pos: -79.5,-24.5 + parent: 2 + - uid: 14748 + components: + - type: Transform + pos: -80.5,-24.5 + parent: 2 + - uid: 14749 + components: + - type: Transform + pos: -81.5,-24.5 + parent: 2 + - uid: 14750 + components: + - type: Transform + pos: -82.5,-24.5 + parent: 2 + - uid: 14751 + components: + - type: Transform + pos: -83.5,-24.5 + parent: 2 + - uid: 14752 + components: + - type: Transform + pos: -84.5,-24.5 + parent: 2 + - uid: 14753 + components: + - type: Transform + pos: -85.5,-24.5 + parent: 2 + - uid: 14754 + components: + - type: Transform + pos: -86.5,-24.5 + parent: 2 + - uid: 14755 + components: + - type: Transform + pos: -87.5,-24.5 + parent: 2 + - uid: 14756 + components: + - type: Transform + pos: -88.5,-24.5 + parent: 2 + - uid: 14757 + components: + - type: Transform + pos: -89.5,-24.5 + parent: 2 + - uid: 14758 + components: + - type: Transform + pos: -90.5,-24.5 + parent: 2 + - uid: 14759 + components: + - type: Transform + pos: -91.5,-24.5 + parent: 2 + - uid: 14760 + components: + - type: Transform + pos: -92.5,-24.5 + parent: 2 + - uid: 14761 + components: + - type: Transform + pos: -92.5,-23.5 + parent: 2 + - uid: 14762 + components: + - type: Transform + pos: -92.5,-22.5 + parent: 2 + - uid: 14772 + components: + - type: Transform + pos: -39.5,-67.5 + parent: 2 + - uid: 14773 + components: + - type: Transform + pos: -38.5,-67.5 + parent: 2 + - uid: 14774 + components: + - type: Transform + pos: -37.5,-67.5 + parent: 2 + - uid: 14775 + components: + - type: Transform + pos: -37.5,-68.5 + parent: 2 + - uid: 15069 + components: + - type: Transform + pos: -22.5,-55.5 + parent: 2 + - uid: 15071 + components: + - type: Transform + pos: -62.5,-43.5 + parent: 2 + - uid: 15072 + components: + - type: Transform + pos: -64.5,-43.5 + parent: 2 +- proto: CableMVStack + entities: + - uid: 13827 + components: + - type: Transform + pos: -59.580044,22.285843 + parent: 2 +- proto: CableMVStack1 + entities: + - uid: 7893 + components: + - type: Transform + pos: -106.53323,-55.497746 + parent: 2 + - uid: 7894 + components: + - type: Transform + pos: -113.498795,-54.494797 + parent: 2 + - uid: 7897 + components: + - type: Transform + pos: -113.4227,-60.433487 + parent: 2 +- proto: CableMVStack10 + entities: + - uid: 3104 + components: + - type: Transform + pos: -43.463593,-67.31377 + parent: 2 +- proto: CableTerminal + entities: + - uid: 3956 + components: + - type: Transform + pos: -88.5,-40.5 + parent: 2 + - uid: 4940 + components: + - type: Transform + pos: -58.5,-13.5 + parent: 2 + - uid: 4969 + components: + - type: Transform + pos: -57.5,-13.5 + parent: 2 + - uid: 4982 + components: + - type: Transform + pos: -56.5,-13.5 + parent: 2 + - uid: 6806 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,11.5 + parent: 2 + - uid: 7286 + components: + - type: Transform + pos: -6.5,-32.5 + parent: 2 + - uid: 7673 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,-76.5 + parent: 2 + - uid: 7822 + components: + - type: Transform + pos: -88.5,-59.5 + parent: 2 +- proto: CandleBlackInfinite + entities: + - uid: 11162 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.839188,-66.34346 + parent: 2 +- proto: CandleInfinite + entities: + - uid: 13990 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.52957,-74.3802 + parent: 2 +- proto: CannabisSeeds + entities: + - uid: 2450 + components: + - type: Transform + pos: -18.494244,12.466522 + parent: 2 +- proto: CaptainIDCard + entities: + - uid: 1846 + components: + - type: Transform + pos: -39.523384,-10.447381 + parent: 2 +- proto: CargoPallet + entities: + - uid: 3411 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,-50.5 + parent: 2 + - uid: 3555 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,-50.5 + parent: 2 + - uid: 3766 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,-50.5 + parent: 2 + - uid: 5756 + components: + - type: Transform + pos: -25.5,-56.5 + parent: 2 + - uid: 14296 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,-50.5 + parent: 2 + - uid: 14372 + components: + - type: Transform + pos: -25.5,-58.5 + parent: 2 + - uid: 14373 + components: + - type: Transform + pos: -29.5,-59.5 + parent: 2 + - uid: 14374 + components: + - type: Transform + pos: -29.5,-60.5 + parent: 2 + - uid: 14375 + components: + - type: Transform + pos: -29.5,-61.5 + parent: 2 + - uid: 14376 + components: + - type: Transform + pos: -26.5,-63.5 + parent: 2 + - uid: 14377 + components: + - type: Transform + pos: -28.5,-65.5 + parent: 2 + - uid: 14378 + components: + - type: Transform + pos: -27.5,-65.5 parent: 2 - uid: 14379 components: @@ -28310,11 +28928,6 @@ entities: - type: Transform pos: -38.5,-11.5 parent: 2 - - uid: 1821 - components: - - type: Transform - pos: -38.5,-10.5 - parent: 2 - uid: 1822 components: - type: Transform @@ -28361,6 +28974,12 @@ entities: rot: -1.5707963267948966 rad pos: -37.5,-9.5 parent: 2 + - uid: 14175 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,-10.5 + parent: 2 - uid: 14293 components: - type: Transform @@ -28439,6 +29058,16 @@ entities: - type: Transform pos: -28.5,-71.5 parent: 2 + - uid: 1635 + components: + - type: Transform + pos: 16.5,-14.5 + parent: 2 + - uid: 1637 + components: + - type: Transform + pos: 15.5,-17.5 + parent: 2 - uid: 1648 components: - type: Transform @@ -28449,6 +29078,11 @@ entities: - type: Transform pos: -28.5,-70.5 parent: 2 + - uid: 1677 + components: + - type: Transform + pos: 17.5,-17.5 + parent: 2 - uid: 1751 components: - type: Transform @@ -28509,6 +29143,11 @@ entities: - type: Transform pos: -37.5,-27.5 parent: 2 + - uid: 2722 + components: + - type: Transform + pos: 16.5,-17.5 + parent: 2 - uid: 2960 components: - type: Transform @@ -28665,6 +29304,16 @@ entities: - type: Transform pos: -72.5,-18.5 parent: 2 + - uid: 3772 + components: + - type: Transform + pos: 15.5,-14.5 + parent: 2 + - uid: 3773 + components: + - type: Transform + pos: 17.5,-14.5 + parent: 2 - uid: 3818 components: - type: Transform @@ -28945,11 +29594,6 @@ entities: - type: Transform pos: -57.5,20.5 parent: 2 - - uid: 5007 - components: - - type: Transform - pos: -54.5,16.5 - parent: 2 - uid: 5009 components: - type: Transform @@ -30448,6 +31092,18 @@ entities: - type: Transform pos: -106.5,-29.5 parent: 2 + - uid: 8858 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-56.5 + parent: 2 + - uid: 8898 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-57.5 + parent: 2 - uid: 9636 components: - type: Transform @@ -31264,18 +31920,6 @@ entities: - type: Transform pos: -37.5,-58.5 parent: 2 - - uid: 11589 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-56.5 - parent: 2 - - uid: 11590 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-57.5 - parent: 2 - uid: 11591 components: - type: Transform @@ -31366,12 +32010,6 @@ entities: rot: 1.5707963267948966 rad pos: -19.5,-58.5 parent: 2 - - uid: 11606 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-59.5 - parent: 2 - uid: 11607 components: - type: Transform @@ -31920,6 +32558,17 @@ entities: - type: Transform pos: -70.5,-71.5 parent: 2 + - uid: 13918 + components: + - type: Transform + pos: -54.5,16.5 + parent: 2 + - uid: 13928 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-59.5 + parent: 2 - uid: 14132 components: - type: Transform @@ -31953,6 +32602,66 @@ entities: rot: -1.5707963267948966 rad pos: -63.5,-71.5 parent: 2 + - uid: 15050 + components: + - type: Transform + pos: -87.5,-41.5 + parent: 2 + - uid: 15051 + components: + - type: Transform + pos: -85.5,-41.5 + parent: 2 + - uid: 15052 + components: + - type: Transform + pos: -88.5,-41.5 + parent: 2 + - uid: 15053 + components: + - type: Transform + pos: -86.5,-41.5 + parent: 2 + - uid: 15054 + components: + - type: Transform + pos: -88.5,-38.5 + parent: 2 + - uid: 15055 + components: + - type: Transform + pos: -87.5,-38.5 + parent: 2 + - uid: 15056 + components: + - type: Transform + pos: -86.5,-38.5 + parent: 2 + - uid: 15057 + components: + - type: Transform + pos: -85.5,-38.5 + parent: 2 + - uid: 15058 + components: + - type: Transform + pos: -88.5,-40.5 + parent: 2 + - uid: 15059 + components: + - type: Transform + pos: -88.5,-39.5 + parent: 2 + - uid: 15060 + components: + - type: Transform + pos: -85.5,-39.5 + parent: 2 + - uid: 15061 + components: + - type: Transform + pos: -85.5,-40.5 + parent: 2 - proto: Chair entities: - uid: 1120 @@ -34932,12 +35641,6 @@ entities: rot: 3.141592653589793 rad pos: -86.5,-41.5 parent: 2 - - uid: 4766 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,12.5 - parent: 2 - uid: 7284 components: - type: Transform @@ -34950,6 +35653,12 @@ entities: rot: -1.5707963267948966 rad pos: -53.5,-75.5 parent: 2 + - uid: 11885 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,13.5 + parent: 2 - uid: 14364 components: - type: Transform @@ -35263,11 +35972,6 @@ entities: - type: Transform pos: -85.5,-38.5 parent: 2 - - uid: 2007 - components: - - type: Transform - pos: -53.5,13.5 - parent: 2 - uid: 2008 components: - type: Transform @@ -35278,6 +35982,11 @@ entities: - type: Transform pos: -55.5,-73.5 parent: 2 + - uid: 11841 + components: + - type: Transform + pos: -53.5,12.5 + parent: 2 - proto: CrateEngineeringElectricalSupplies entities: - uid: 3386 @@ -36011,23 +36720,17 @@ entities: rot: 1.5707963267948966 rad pos: -36.5,-34.5 parent: 2 - - uid: 3772 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -82.5,-49.5 - parent: 2 - - uid: 3799 + - uid: 3801 components: - type: Transform rot: -1.5707963267948966 rad - pos: -80.5,-49.5 + pos: -78.5,-32.5 parent: 2 - - uid: 3801 + - uid: 3996 components: - type: Transform rot: -1.5707963267948966 rad - pos: -78.5,-32.5 + pos: -80.5,-46.5 parent: 2 - uid: 4855 components: @@ -36319,6 +37022,12 @@ entities: rot: -1.5707963267948966 rad pos: -24.5,-39.5 parent: 2 + - uid: 3992 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -81.5,-46.5 + parent: 2 - uid: 5755 components: - type: Transform @@ -36488,16 +37197,6 @@ entities: - type: Transform pos: -83.5,-34.5 parent: 2 - - uid: 6640 - components: - - type: Transform - pos: -80.5,-47.5 - parent: 2 - - uid: 6641 - components: - - type: Transform - pos: -80.5,-46.5 - parent: 2 - uid: 6642 components: - type: Transform @@ -36683,18 +37382,6 @@ entities: rot: 3.141592653589793 rad pos: -53.5,-57.5 parent: 2 - - uid: 11842 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -80.5,-48.5 - parent: 2 - - uid: 11891 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,-49.5 - parent: 2 - uid: 12257 components: - type: Transform @@ -38321,10 +39008,11 @@ entities: rot: 3.141592653589793 rad pos: -53.5,-58.5 parent: 2 - - uid: 3773 + - uid: 5806 components: - type: Transform - pos: -82.5,-48.5 + rot: 1.5707963267948966 rad + pos: -82.5,-46.5 parent: 2 - uid: 12256 components: @@ -38587,71 +39275,73 @@ entities: - type: Transform pos: -13.5,-38.5 parent: 2 - - uid: 5321 + - uid: 5509 components: - type: Transform - pos: -70.5,-54.5 + pos: -56.5,-50.5 parent: 2 - - uid: 5327 +- proto: DresserCaptainFilled + entities: + - uid: 5155 components: - type: Transform - pos: -77.5,-54.5 + pos: -36.5,-9.5 parent: 2 - - uid: 5340 +- proto: DresserChiefEngineerFilled + entities: + - uid: 5035 components: - type: Transform - pos: -77.5,-50.5 + pos: -52.5,-17.5 parent: 2 - - uid: 5341 +- proto: DresserChiefMedicalOfficerFilled + entities: + - uid: 12069 components: - type: Transform - pos: -77.5,-46.5 + pos: -70.5,-29.5 parent: 2 - - uid: 5342 +- proto: DresserFilled + entities: + - uid: 4228 components: - type: Transform - pos: -70.5,-46.5 + pos: -77.5,-46.5 parent: 2 - - uid: 5343 + - uid: 4235 components: - type: Transform - pos: -70.5,-50.5 + pos: -77.5,-50.5 parent: 2 - - uid: 5344 + - uid: 4246 components: - type: Transform - pos: -77.5,-42.5 + pos: -77.5,-54.5 parent: 2 - - uid: 5345 + - uid: 4279 components: - type: Transform - pos: -70.5,-42.5 + pos: -70.5,-54.5 parent: 2 - - uid: 5509 + - uid: 4320 components: - type: Transform - pos: -56.5,-50.5 + pos: -70.5,-42.5 parent: 2 -- proto: DresserCaptainFilled - entities: - - uid: 5155 + - uid: 4323 components: - type: Transform - pos: -36.5,-9.5 + pos: -70.5,-46.5 parent: 2 -- proto: DresserChiefEngineerFilled - entities: - - uid: 5035 + - uid: 4340 components: - type: Transform - pos: -52.5,-17.5 + pos: -70.5,-50.5 parent: 2 -- proto: DresserChiefMedicalOfficerFilled - entities: - - uid: 12069 + - uid: 4367 components: - type: Transform - pos: -70.5,-29.5 + pos: -77.5,-42.5 parent: 2 - proto: DresserHeadOfPersonnelFilled entities: @@ -40498,11 +41188,6 @@ entities: - type: Transform pos: -59.5,-12.5 parent: 2 - - uid: 13068 - components: - - type: Transform - pos: -59.5,-11.5 - parent: 2 - uid: 13069 components: - type: Transform @@ -42099,7 +42784,7 @@ entities: - uid: 8848 components: - type: Transform - pos: -74.52469,-1.3768401 + pos: -71.44202,-0.3354125 parent: 2 - proto: FoodMealPigblanket entities: @@ -42779,13 +43464,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 4438 - components: - - type: Transform - pos: -37.5,-66.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - uid: 4580 components: - type: Transform @@ -43072,6 +43750,215 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' + - uid: 14783 + components: + - type: Transform + pos: -30.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14804 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14805 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14816 + components: + - type: Transform + pos: -12.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14824 + components: + - type: Transform + pos: -18.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14828 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14833 + components: + - type: Transform + pos: -11.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14847 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14851 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14852 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14874 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -68.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14878 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -67.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14937 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14938 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14962 + components: + - type: Transform + pos: -18.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14963 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14966 + components: + - type: Transform + pos: -15.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14975 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14987 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14994 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-66.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15000 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 15021 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 15024 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15025 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 15040 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-66.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 15048 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,-67.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 15049 + components: + - type: Transform + pos: -63.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' - proto: GasPipeFourway entities: - uid: 4098 @@ -43144,6 +44031,20 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' + - uid: 6641 + components: + - type: Transform + pos: -30.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 6799 + components: + - type: Transform + pos: -32.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 7206 components: - type: Transform @@ -43151,6 +44052,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' + - uid: 7215 + components: + - type: Transform + pos: -36.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 7938 components: - type: Transform @@ -43235,6 +44143,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' + - uid: 14806 + components: + - type: Transform + pos: -16.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' - proto: GasPipeStraight entities: - uid: 51 @@ -43894,6 +44809,14 @@ entities: rot: -1.5707963267948966 rad pos: -68.5,0.5 parent: 2 + - uid: 3799 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 3852 components: - type: Transform @@ -44033,20 +44956,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 3991 - components: - - type: Transform - pos: -61.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - - uid: 3992 - components: - - type: Transform - pos: -61.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - uid: 3993 components: - type: Transform @@ -44068,13 +44977,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 3996 - components: - - type: Transform - pos: -61.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - uid: 3997 components: - type: Transform @@ -44840,8 +45742,8 @@ entities: - uid: 4172 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,-46.5 + rot: -1.5707963267948966 rad + pos: -43.5,-46.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -45169,14 +46071,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 4228 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - uid: 4229 components: - type: Transform @@ -45217,14 +46111,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 4235 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - uid: 4236 components: - type: Transform @@ -45297,14 +46183,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 4246 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - uid: 4247 components: - type: Transform @@ -45537,14 +46415,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 4279 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - uid: 4280 components: - type: Transform @@ -45769,14 +46639,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 4320 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - uid: 4321 components: - type: Transform @@ -45793,14 +46655,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 4323 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - uid: 4324 components: - type: Transform @@ -46017,14 +46871,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 4367 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-37.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - uid: 4368 components: - type: Transform @@ -46089,14 +46935,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 4376 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-46.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - uid: 4377 components: - type: Transform @@ -46105,14 +46943,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 4378 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-48.5 - parent: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - uid: 4379 components: - type: Transform @@ -46204,11 +47034,11 @@ entities: - uid: 4390 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-60.5 + rot: -1.5707963267948966 rad + pos: -64.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0000FFFF' + color: '#FF0000FF' - uid: 4398 components: - type: Transform @@ -46612,13 +47442,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 4526 - components: - - type: Transform - pos: -63.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - uid: 4527 components: - type: Transform @@ -46728,8 +47551,7 @@ entities: - uid: 4566 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,-21.5 + pos: -15.5,-37.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -46929,13 +47751,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 4695 - components: - - type: Transform - pos: -46.5,-45.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - uid: 4696 components: - type: Transform @@ -47271,6 +48086,22 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' + - uid: 5327 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5344 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 5387 components: - type: Transform @@ -47847,13 +48678,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 5585 - components: - - type: Transform - pos: -46.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - uid: 5586 components: - type: Transform @@ -47912,14 +48736,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 5609 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - uid: 5610 components: - type: Transform @@ -47952,14 +48768,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 5614 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - uid: 5615 components: - type: Transform @@ -48000,14 +48808,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 5621 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - uid: 5622 components: - type: Transform @@ -48378,13 +49178,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 5744 - components: - - type: Transform - pos: -34.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - uid: 5749 components: - type: Transform @@ -48508,13 +49301,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 5796 - components: - - type: Transform - pos: -24.5,-35.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - uid: 5797 components: - type: Transform @@ -48578,13 +49364,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 5806 - components: - - type: Transform - pos: -24.5,-45.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - uid: 5808 components: - type: Transform @@ -48679,7 +49458,8 @@ entities: - uid: 5822 components: - type: Transform - pos: -24.5,-61.5 + rot: 1.5707963267948966 rad + pos: -26.5,-61.5 parent: 2 - type: AtmosPipeColor color: '#FF0000FF' @@ -48787,14 +49567,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 5838 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - uid: 5839 components: - type: Transform @@ -49009,6 +49781,30 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' + - uid: 7401 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7425 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7428 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 7467 components: - type: Transform @@ -50016,6 +50812,30 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' + - uid: 11647 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 11842 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12085 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 12732 components: - type: Transform @@ -51007,10 +51827,11 @@ entities: - uid: 13644 components: - type: Transform - pos: -64.5,-64.5 + rot: -1.5707963267948966 rad + pos: -33.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' + color: '#0000FFFF' - uid: 13645 components: - type: Transform @@ -51824,143 +52645,1485 @@ entities: rot: 3.141592653589793 rad pos: -32.5,-92.5 parent: 2 -- proto: GasPipeTJunction - entities: - - uid: 1941 + - uid: 14777 components: - type: Transform - pos: -65.5,-22.5 + rot: -1.5707963267948966 rad + pos: -31.5,-26.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 3667 + - uid: 14778 components: - type: Transform - pos: -64.5,4.5 + rot: -1.5707963267948966 rad + pos: -30.5,-26.5 parent: 2 - - uid: 3730 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14779 components: - type: Transform - pos: -62.5,1.5 + rot: 3.141592653589793 rad + pos: -30.5,-30.5 parent: 2 - - uid: 3740 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14780 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -64.5,1.5 + rot: 3.141592653589793 rad + pos: -30.5,-29.5 parent: 2 - - uid: 3768 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14784 components: - type: Transform rot: -1.5707963267948966 rad - pos: -65.5,0.5 + pos: -31.5,-27.5 parent: 2 - - uid: 3959 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14785 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,-33.5 + rot: -1.5707963267948966 rad + pos: -32.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14786 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14790 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-48.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 4082 + - uid: 14791 components: - type: Transform - pos: -55.5,-33.5 + rot: 1.5707963267948966 rad + pos: -23.5,-48.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 4085 + - uid: 14792 components: - type: Transform - pos: -30.5,-31.5 + rot: 1.5707963267948966 rad + pos: -22.5,-48.5 parent: 2 - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 4146 + color: '#0000FFFF' + - uid: 14796 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,-33.5 + rot: 1.5707963267948966 rad + pos: -20.5,-48.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 4182 + - uid: 14797 components: - type: Transform rot: 1.5707963267948966 rad - pos: -55.5,-41.5 + pos: -19.5,-48.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 4189 + - uid: 14799 components: - type: Transform - pos: -51.5,-33.5 + rot: 1.5707963267948966 rad + pos: -17.5,-48.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 4223 + - uid: 14800 + components: + - type: Transform + pos: -16.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14802 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14807 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14808 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14809 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14810 components: - type: Transform rot: 3.141592653589793 rad - pos: -26.5,-22.5 + pos: -12.5,-49.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 4225 + - uid: 14811 components: - type: Transform rot: 3.141592653589793 rad - pos: -24.5,-22.5 + pos: -12.5,-50.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 4241 + - uid: 14812 components: - type: Transform rot: 3.141592653589793 rad - pos: -8.5,-22.5 + pos: -12.5,-51.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 4262 + - uid: 14813 components: - type: Transform rot: 3.141592653589793 rad - pos: 0.5,-22.5 + pos: -12.5,-52.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 4293 + - uid: 14814 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14819 components: - type: Transform rot: 1.5707963267948966 rad - pos: -53.5,-31.5 + pos: -20.5,-44.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 4301 + - uid: 14820 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14821 + components: + - type: Transform + pos: -18.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14822 + components: + - type: Transform + pos: -18.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14823 + components: + - type: Transform + pos: -18.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14826 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14829 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14830 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14831 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14832 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14834 components: - type: Transform rot: -1.5707963267948966 rad - pos: -17.5,-6.5 + pos: -12.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14835 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14836 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14837 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14838 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14839 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14840 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14841 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14842 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14845 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14846 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14855 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14856 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14857 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14858 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-46.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 4339 + - uid: 14859 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14860 components: - type: Transform rot: -1.5707963267948966 rad - pos: -32.5,-9.5 + pos: -42.5,-46.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 4340 + - uid: 14861 components: - type: Transform rot: -1.5707963267948966 rad - pos: -32.5,-17.5 + pos: -41.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14862 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14863 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14864 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14865 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14866 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14867 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -65.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14868 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -66.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14869 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -67.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14871 + components: + - type: Transform + pos: -68.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14872 + components: + - type: Transform + pos: -68.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14873 + components: + - type: Transform + pos: -68.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14876 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -67.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14877 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -67.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14882 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -60.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14883 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -59.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14885 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14886 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14888 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14889 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14890 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14892 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14893 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14895 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14896 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14898 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14899 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14901 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -51.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14903 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14904 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14905 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14906 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14907 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14909 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14911 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14912 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14916 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14923 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14925 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14926 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14927 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14928 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14932 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -60.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14933 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -59.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14934 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -58.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14935 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14936 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14939 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14941 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14942 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14943 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14944 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14945 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14948 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14949 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14950 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14951 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14954 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14955 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14957 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14958 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14959 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14960 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14964 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14965 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14967 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14968 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14969 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14970 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14971 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14972 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14979 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14980 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14981 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14982 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14983 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14984 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14985 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14991 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,-66.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14992 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-66.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14993 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,-66.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14995 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14996 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14997 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14999 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 15001 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 15002 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 15004 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 15005 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 15006 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 15007 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 15008 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15009 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15010 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15014 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 15015 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 15016 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 15017 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 15018 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 15019 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 15020 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 15022 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15023 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15030 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-62.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15031 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15032 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15033 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-62.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 15034 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 15035 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 15036 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 15037 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 15043 + components: + - type: Transform + pos: -63.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 15044 + components: + - type: Transform + pos: -63.5,-66.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 15045 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -62.5,-67.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 15046 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,-67.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' +- proto: GasPipeTJunction + entities: + - uid: 1941 + components: + - type: Transform + pos: -65.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3667 + components: + - type: Transform + pos: -64.5,4.5 + parent: 2 + - uid: 3730 + components: + - type: Transform + pos: -62.5,1.5 + parent: 2 + - uid: 3740 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -64.5,1.5 + parent: 2 + - uid: 3768 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -65.5,0.5 + parent: 2 + - uid: 3959 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4082 + components: + - type: Transform + pos: -55.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4085 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4146 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4182 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4189 + components: + - type: Transform + pos: -51.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4223 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4225 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4241 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4262 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4293 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4301 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4339 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4376 + components: + - type: Transform + pos: -37.5,-66.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4378 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -61.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4438 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -61.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4526 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4695 + components: + - type: Transform + pos: -14.5,-22.5 parent: 2 - type: AtmosPipeColor color: '#0000FFFF' @@ -51988,6 +54151,54 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' + - uid: 5259 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5321 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5340 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5342 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5343 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5345 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -63.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 5376 components: - type: Transform @@ -51996,6 +54207,22 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' + - uid: 5407 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5415 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 5417 components: - type: Transform @@ -52012,6 +54239,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' + - uid: 5585 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 5604 components: - type: Transform @@ -52020,6 +54255,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' + - uid: 5614 + components: + - type: Transform + pos: -17.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5621 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 5634 components: - type: Transform @@ -52044,6 +54294,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' + - uid: 5744 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 5748 components: - type: Transform @@ -52076,6 +54334,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' + - uid: 5796 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 5807 components: - type: Transform @@ -52084,6 +54350,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF0000FF' + - uid: 5838 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 6304 components: - type: Transform @@ -52100,6 +54374,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' + - uid: 6640 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -64.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 6849 components: - type: Transform @@ -52219,14 +54501,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 7458 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,-65.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - uid: 7459 components: - type: Transform @@ -52677,6 +54951,174 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0000FFFF' + - uid: 14781 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14793 + components: + - type: Transform + pos: -21.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14798 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14825 + components: + - type: Transform + pos: -22.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14848 + components: + - type: Transform + pos: -15.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14849 + components: + - type: Transform + pos: -13.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14870 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -68.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14875 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -67.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14881 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14884 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14887 + components: + - type: Transform + pos: -55.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14891 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14900 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14902 + components: + - type: Transform + pos: -52.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14908 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14947 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14961 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14973 + components: + - type: Transform + pos: -22.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14974 + components: + - type: Transform + pos: -21.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14986 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 15038 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15039 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' - proto: GasPort entities: - uid: 1836 @@ -53099,16 +55541,6 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' - - uid: 5259 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-61.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0000FFFF' - uid: 5265 components: - type: Transform @@ -53781,8 +56213,284 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0000FFFF' + - uid: 14788 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-26.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14789 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-26.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14794 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,-46.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14795 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-49.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14803 + components: + - type: Transform + pos: -16.5,-47.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14817 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-54.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14818 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-44.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14843 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,-51.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14854 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,-47.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14880 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -62.5,-13.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14894 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,-12.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14897 + components: + - type: Transform + pos: -51.5,-9.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14913 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,-13.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14914 + components: + - type: Transform + pos: -58.5,-9.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14929 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-17.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14931 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,-14.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14940 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,-16.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14956 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-37.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14978 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-25.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14990 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-25.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14998 + components: + - type: Transform + pos: -33.5,-62.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15011 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-5.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15027 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-19.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15028 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-60.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15041 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-65.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' - proto: GasVentScrubber entities: + - uid: 123 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -66.5,-13.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 128 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -66.5,-10.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3991 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,-45.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 4930 components: - type: Transform @@ -53821,25 +56529,25 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 5246 + - uid: 5287 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,-10.5 + rot: -1.5707963267948966 rad + pos: -45.5,-32.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 7452 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 5287 + - uid: 5341 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,-32.5 + rot: 3.141592653589793 rad + pos: -57.5,-12.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 7452 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor @@ -53853,6 +56561,16 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' + - uid: 5609 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-38.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 5625 components: - type: Transform @@ -53968,26 +56686,6 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' - - uid: 7425 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-46.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 7428 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,-62.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - uid: 7628 components: - type: Transform @@ -54474,6 +57172,16 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' + - uid: 13926 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,-10.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' - uid: 14424 components: - type: Transform @@ -54493,6 +57201,229 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#FF0000FF' + - uid: 14782 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-28.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14787 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-27.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14801 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-47.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14827 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-51.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14844 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-47.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14850 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-52.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14853 + components: + - type: Transform + pos: -28.5,-44.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14879 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -68.5,-18.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14910 + components: + - type: Transform + pos: -57.5,-9.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14915 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,-12.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14917 + components: + - type: Transform + pos: -50.5,-9.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14930 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-18.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14946 + components: + - type: Transform + pos: -53.5,-15.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14976 + components: + - type: Transform + pos: -19.5,-34.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14977 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-26.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14988 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,-29.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14989 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-28.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 15003 + components: + - type: Transform + pos: -34.5,-62.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 15012 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-7.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 15026 + components: + - type: Transform + pos: -3.5,-17.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 15029 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-61.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 15042 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-66.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 15047 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -60.5,-67.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' - proto: Gauze entities: - uid: 2558 @@ -54853,6 +57784,12 @@ entities: - type: Transform pos: -21.5,-6.5 parent: 2 + - uid: 925 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -59.5,-11.5 + parent: 2 - uid: 946 components: - type: Transform @@ -55353,11 +58290,6 @@ entities: - type: Transform pos: -27.5,-10.5 parent: 2 - - uid: 1637 - components: - - type: Transform - pos: -29.5,-8.5 - parent: 2 - uid: 1638 components: - type: Transform @@ -55668,11 +58600,6 @@ entities: - type: Transform pos: -31.5,2.5 parent: 2 - - uid: 2722 - components: - - type: Transform - pos: -39.5,0.5 - parent: 2 - uid: 2723 components: - type: Transform @@ -60519,7 +63446,7 @@ entities: desc: РАБотяга 2 name: Zna1kin - type: Transform - pos: -75.54806,0.62185097 + pos: -75.52639,0.541018 parent: 2 - uid: 14239 components: @@ -61421,12 +64348,6 @@ entities: rot: 1.5707963267948966 rad pos: -18.5,-30.5 parent: 2 - - uid: 7401 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-2.5 - parent: 2 - uid: 7449 components: - type: Transform @@ -61652,7 +64573,8 @@ entities: - uid: 11644 components: - type: Transform - pos: -28.5,-6.5 + rot: 3.141592653589793 rad + pos: -33.5,-4.5 parent: 2 - uid: 11645 components: @@ -61660,16 +64582,6 @@ entities: rot: 3.141592653589793 rad pos: -49.5,-43.5 parent: 2 - - uid: 11647 - components: - - type: Transform - pos: -34.5,-9.5 - parent: 2 - - uid: 11648 - components: - - type: Transform - pos: -31.5,-9.5 - parent: 2 - uid: 11650 components: - type: Transform @@ -61758,13 +64670,13 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -40.5,-0.5 + pos: -49.5,-1.5 parent: 2 - uid: 11701 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-4.5 + rot: -1.5707963267948966 rad + pos: -29.5,-0.5 parent: 2 - uid: 11702 components: @@ -62247,6 +65159,12 @@ entities: rot: 1.5707963267948966 rad pos: -67.5,-52.5 parent: 2 + - uid: 11891 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,-4.5 + parent: 2 - uid: 11911 components: - type: Transform @@ -62538,12 +65456,6 @@ entities: rot: -1.5707963267948966 rad pos: -24.5,-28.5 parent: 2 - - uid: 12157 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-39.5 - parent: 2 - uid: 12234 components: - type: Transform @@ -62572,7 +65484,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -46.5,-5.5 + pos: -38.5,0.5 parent: 2 - uid: 12744 components: @@ -62725,6 +65637,12 @@ entities: rot: -1.5707963267948966 rad pos: -84.5,-60.5 parent: 2 + - uid: 14176 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-42.5 + parent: 2 - uid: 14247 components: - type: Transform @@ -62742,6 +65660,29 @@ entities: rot: 3.141592653589793 rad pos: -13.5,-12.5 parent: 2 + - uid: 14922 + components: + - type: Transform + pos: -43.5,-6.5 + parent: 2 + - uid: 14924 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-9.5 + parent: 2 + - uid: 14952 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,-7.5 + parent: 2 + - uid: 14953 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,-7.5 + parent: 2 - proto: PoweredlightEmpty entities: - uid: 8853 @@ -63186,6 +66127,14 @@ entities: - type: Transform pos: -92.5,-38.5 parent: 2 +- proto: PoweredlightSodium + entities: + - uid: 11648 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -71.5,7.5 + parent: 2 - proto: PoweredSmallLight entities: - uid: 3695 @@ -63203,6 +66152,12 @@ entities: - type: Transform pos: 16.5,-14.5 parent: 2 + - uid: 10128 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -81.5,-54.5 + parent: 2 - uid: 11230 components: - type: Transform @@ -63349,12 +66304,6 @@ entities: - type: Transform pos: -69.5,-60.5 parent: 2 - - uid: 11841 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -80.5,-53.5 - parent: 2 - uid: 11843 components: - type: Transform @@ -63712,11 +66661,6 @@ entities: rot: 3.141592653589793 rad pos: -67.5,18.5 parent: 2 - - uid: 12935 - components: - - type: Transform - pos: -10.5,-18.5 - parent: 2 - uid: 12940 components: - type: Transform @@ -63806,12 +66750,6 @@ entities: rot: -1.5707963267948966 rad pos: -73.5,0.5 parent: 2 - - uid: 13265 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -75.5,0.5 - parent: 2 - uid: 13929 components: - type: Transform @@ -63862,6 +66800,12 @@ entities: links: - 141 - 14664 + - uid: 15013 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-17.5 + parent: 2 - proto: PrinterDoc entities: - uid: 5177 @@ -63995,12 +66939,6 @@ entities: - type: Transform pos: -80.5,-27.5 parent: 2 - - uid: 6809 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,13.5 - parent: 2 - uid: 7671 components: - type: Transform @@ -66201,21 +69139,11 @@ entities: - type: Transform pos: -27.5,-10.5 parent: 2 - - uid: 1635 - components: - - type: Transform - pos: -29.5,-8.5 - parent: 2 - uid: 1636 components: - type: Transform pos: -28.5,-8.5 parent: 2 - - uid: 1677 - components: - - type: Transform - pos: -39.5,0.5 - parent: 2 - uid: 1726 components: - type: Transform @@ -66888,6 +69816,12 @@ entities: - type: Transform pos: 7.5,1.5 parent: 14002 + - uid: 14173 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -59.5,-11.5 + parent: 2 - uid: 14359 components: - type: Transform @@ -67679,6 +70613,15 @@ entities: - type: DeviceLinkSink links: - 11472 + - uid: 12086 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-10.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14921 - uid: 13982 components: - type: Transform @@ -67719,6 +70662,33 @@ entities: - type: DeviceLinkSink links: - 11472 + - uid: 14918 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-11.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14921 + - uid: 14919 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-12.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14921 + - uid: 14920 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-13.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14921 - proto: ShuttersWindowOpen entities: - uid: 1736 @@ -68068,6 +71038,22 @@ entities: - Pressed: Forward - Pressed: Reverse - Pressed: Off + - uid: 14921 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-11.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 12086: + - Pressed: Toggle + 14918: + - Pressed: Toggle + 14919: + - Pressed: Toggle + 14920: + - Pressed: Toggle - proto: SignAnomaly entities: - uid: 2919 @@ -70524,17 +73510,17 @@ entities: - type: Transform pos: -58.352043,-74.44795 parent: 2 -- proto: SpaceVillainArcade +- proto: SpaceVillainArcadeFilled entities: - - uid: 12085 + - uid: 12935 components: - type: Transform - pos: -4.5,-15.5 + pos: -2.5,-15.5 parent: 2 - - uid: 12086 + - uid: 13196 components: - type: Transform - pos: -2.5,-15.5 + pos: -4.5,-15.5 parent: 2 - proto: SpawnMobAlexander entities: @@ -70920,22 +73906,20 @@ entities: parent: 2 - proto: SpawnPointResearchAssistant entities: - - uid: 4149 + - uid: 1371 components: - type: Transform - pos: -43.5,-66.5 + pos: -33.5,-83.5 parent: 2 - - uid: 10381 + - uid: 4149 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,-62.5 + pos: -43.5,-66.5 parent: 2 - - uid: 14590 + - uid: 14319 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,-82.5 + pos: -39.5,-62.5 parent: 2 - proto: SpawnPointResearchDirector entities: @@ -70963,16 +73947,15 @@ entities: parent: 2 - proto: SpawnPointScientist entities: - - uid: 5092 + - uid: 12244 components: - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,-61.5 + pos: -43.5,-65.5 parent: 2 - - uid: 12244 + - uid: 14321 components: - type: Transform - pos: -43.5,-65.5 + pos: -43.5,-61.5 parent: 2 - uid: 14589 components: @@ -71419,13 +74402,6 @@ entities: - type: Transform pos: -6.5,-2.5 parent: 2 - - uid: 6303 - components: - - type: MetaData - name: подстанция меда - - type: Transform - pos: -63.5,-42.5 - parent: 2 - uid: 7730 components: - type: MetaData @@ -71473,6 +74449,16 @@ entities: - type: Transform pos: -55.5,-11.5 parent: 2 + - uid: 14316 + components: + - type: Transform + pos: -55.5,13.5 + parent: 2 + - uid: 15070 + components: + - type: Transform + pos: -62.5,-43.5 + parent: 2 - proto: SubstationWallBasic entities: - uid: 14314 @@ -74392,6 +77378,13 @@ entities: - type: Transform pos: -23.5,-60.5 parent: 2 +- proto: VendingMachineSciDrobe + entities: + - uid: 14815 + components: + - type: Transform + pos: -40.5,-67.5 + parent: 2 - proto: VendingMachineSec entities: - uid: 2358 @@ -79703,6 +82696,11 @@ entities: - type: Transform pos: -41.5,-4.5 parent: 2 + - uid: 7458 + components: + - type: Transform + pos: -29.5,-8.5 + parent: 2 - uid: 7665 components: - type: Transform @@ -80033,6 +83031,11 @@ entities: - type: Transform pos: -47.5,-68.5 parent: 2 + - uid: 10155 + components: + - type: Transform + pos: -39.5,0.5 + parent: 2 - uid: 11027 components: - type: Transform From caf8d2978fc06cb12d3c35c18f9b30882c9aa147 Mon Sep 17 00:00:00 2001 From: lapatison <100279397+lapatison@users.noreply.github.com> Date: Fri, 23 Feb 2024 02:39:19 +0300 Subject: [PATCH 44/93] Translate Upstream #1885 (#1887) Co-authored-by: lzk <124214523+lzk228@users.noreply.github.com> --- Resources/Locale/ru-RU/accent/accents.ftl | 8 +- .../Locale/ru-RU/administration/bwoink.ftl | 2 +- .../objects/consumable/drinks/drinks.ftl | 28 ---- .../consumable/drinks/drinks_bottles.ftl | 2 - .../ru-RU/escape-menu/ui/options-menu.ftl | 4 +- .../Locale/ru-RU/flavors/flavor-profiles.ftl | 2 +- Resources/Locale/ru-RU/guidebook/guides.ftl | 2 +- Resources/Locale/ru-RU/info/ban.ftl | 4 +- .../Locale/ru-RU/reagents/meta/medicine.ftl | 4 +- .../Locale/ru-RU/reagents/meta/toxins.ftl | 4 +- Resources/Locale/ru-RU/seeds/seeds.ftl | 8 +- .../catalog/fills/backpacks/duffelbag.ftl | 22 +-- .../catalog/fills/crates/service.ftl | 2 +- .../catalog/fills/crates/syndicate.ftl | 6 +- .../objects/consumable/drinks/drinks.ftl | 52 +++--- .../consumable/drinks/drinks_bottles.ftl | 4 +- .../meta/consumable/drink/alcohol.ftl | 56 +++---- .../prototypes/entities/clothing/eyes/hud.ftl | 10 +- .../entities/clothing/hands/colored.ftl | 2 +- .../prototypes/entities/effects/acidifier.ftl | 4 +- .../prototypes/entities/mobs/npcs/animals.ftl | 2 +- .../consumable/drinks/drinks_bottles.ftl | 4 +- .../objects/consumable/food/baked/donut.ftl | 24 +-- .../objects/consumable/food/produce.ftl | 8 +- .../entities/objects/devices/flatpack.ftl | 8 +- .../objects/misc/subdermal_implants.ftl | 2 +- .../objects/specific/hydroponics/seeds.ftl | 6 +- .../objects/specific/medical/healing.ftl | 42 ++--- .../structures/doors/airlocks/access.ftl | 4 +- .../structures/doors/windoors/windoor.ftl | 6 +- .../entities/structures/furniture/bench.ftl | 2 +- .../prototypes/entities/structures/stairs.ftl | 12 +- .../Locale/ru-RU/store/uplink-catalog.ftl | 154 +++++++++--------- Resources/Locale/ru-RU/tiles/tiles.ftl | 2 +- .../vending-machines/vending-machine.ftl | 2 +- .../ru-RU/weapons/grenades/voice-trigger.ftl | 10 +- .../Locale/ru-RU/weapons/melee/melee.ftl | 1 - 37 files changed, 242 insertions(+), 273 deletions(-) delete mode 100644 Resources/Locale/ru-RU/corvax/prototypes/entities/objects/consumable/drinks/drinks.ftl delete mode 100644 Resources/Locale/ru-RU/corvax/prototypes/entities/objects/consumable/drinks/drinks_bottles.ftl diff --git a/Resources/Locale/ru-RU/accent/accents.ftl b/Resources/Locale/ru-RU/accent/accents.ftl index edcddf29bfe..105eaa50f53 100644 --- a/Resources/Locale/ru-RU/accent/accents.ftl +++ b/Resources/Locale/ru-RU/accent/accents.ftl @@ -103,7 +103,7 @@ accent-words-kobold-7 = Хисс! accent-words-kobold-8 = Йии! accent-words-kobold-9 = Йип. # Nymph -accent-words-nymph-1 = Chirp! -accent-words-nymph-2 = Churr... -accent-words-nymph-3 = Cheep? -accent-words-nymph-4 = Chrrup! +accent-words-nymph-1 = Чирик! +accent-words-nymph-2 = Чурр... +accent-words-nymph-3 = Чипи? +accent-words-nymph-4 = Шрруп! diff --git a/Resources/Locale/ru-RU/administration/bwoink.ftl b/Resources/Locale/ru-RU/administration/bwoink.ftl index 71f2dbeb8b1..50531802c15 100644 --- a/Resources/Locale/ru-RU/administration/bwoink.ftl +++ b/Resources/Locale/ru-RU/administration/bwoink.ftl @@ -6,4 +6,4 @@ bwoink-system-typing-indicator = [one] печатает *[other] печатают }... -admin-bwoink-play-sound = Bwoink? +admin-bwoink-play-sound = Бвоинк? diff --git a/Resources/Locale/ru-RU/corvax/prototypes/entities/objects/consumable/drinks/drinks.ftl b/Resources/Locale/ru-RU/corvax/prototypes/entities/objects/consumable/drinks/drinks.ftl deleted file mode 100644 index c580135d9f7..00000000000 --- a/Resources/Locale/ru-RU/corvax/prototypes/entities/objects/consumable/drinks/drinks.ftl +++ /dev/null @@ -1,28 +0,0 @@ -ent-DrinkYorshGlass = стакан ёрша - .desc = Вкус беззаботного детства. -ent-DrinkAlexanderGlass = бокал Александра - .desc = В ходе производства ни один Александр не пострадал. Наверное... -ent-DrinkCampariGlass = стакан кампари - .desc = Настойка на основе ароматических трав и цитрусовых. Без ГМО! -ent-DrinkDaiquiriGlass = бокал дайкири - .desc = Хотите почувствовать себя шахтёром из 19-го века? Шахтёр не хотел, поэтому предпочел забыться в алкоголе. -ent-DrinkNegroniGlass = стакан негрони - .desc = Американо для алкоголиков. -ent-DrinkEspressoMartiniGlass = бокал эспрессо мартини - .desc = Разбуди меня и тра... Э-э-э... Ладно, просто разбуди. -ent-DrinkOldFashionedGlass = стакан олд фэшена - .desc = Как сказал величайший классик: "Это классика". -ent-DrinkBadTouchGlass = стакан проникновения - .desc = Входит... И выходит... И входит... Замечательно выходит! -ent-DrinkDarkAndStormyGlass = стакан тьмы и бури - .desc = Прямиком с Бермудских Островов! Пират слева говорит, что именно поэтому напиток и пропадает с барной стойки. -ent-DrinkBrambleGlass = стакан брамбла - .desc = Ягодки, джин, и довольно стрёмный вид. -ent-DrinkMaiTaiGlass = стакан май тай - .desc = Первый человек, попробовавший этот коктейль, воскликнул: ”Mai tai — roa ae!”. Что в переводе с тайского означает... Да откуда мне знать? Звучит круто! -ent-DrinkMoscowMuleGlass = стакан московского мула - .desc = Коктейль из США. Почему Московский? Потому что водка. Водка Московская? Нет. Так почему Московский? ВОДКА! -ent-DrinkPalomaGlass = стакан паломы - .desc = Сверху ковбои. Снизу маракасы. Что же выбрать? -ent-DrinkBoyarskyGlass = стакан Боярского - .desc = Что делать, если ты устал от жизни? СМЕШИВАТЬ ВОДКУ! diff --git a/Resources/Locale/ru-RU/corvax/prototypes/entities/objects/consumable/drinks/drinks_bottles.ftl b/Resources/Locale/ru-RU/corvax/prototypes/entities/objects/consumable/drinks/drinks_bottles.ftl deleted file mode 100644 index 3b942dfcd01..00000000000 --- a/Resources/Locale/ru-RU/corvax/prototypes/entities/objects/consumable/drinks/drinks_bottles.ftl +++ /dev/null @@ -1,2 +0,0 @@ -ent-DrinkCampariBottleFull = бутылка кампари - .desc = Настойка на основе ароматических трав и цитрусовых. Без ГМО! diff --git a/Resources/Locale/ru-RU/escape-menu/ui/options-menu.ftl b/Resources/Locale/ru-RU/escape-menu/ui/options-menu.ftl index 699d0f6da33..7260a7f12b3 100644 --- a/Resources/Locale/ru-RU/escape-menu/ui/options-menu.ftl +++ b/Resources/Locale/ru-RU/escape-menu/ui/options-menu.ftl @@ -66,12 +66,12 @@ ui-options-scale-200 = 200% ui-options-hud-theme = Тема HUD: ui-options-hud-theme-default = По умолчанию ui-options-hud-theme-plasmafire = Плазма -ui-options-hud-theme-slimecore = Слаймоядро +ui-options-hud-theme-slimecore = Слаймкор ui-options-hud-theme-clockwork = Механизм ui-options-hud-theme-retro = Ретро ui-options-hud-theme-minimalist = Минимализм ui-options-hud-theme-eris = Эрис -ui-options-hud-theme-ashen = Ashen +ui-options-hud-theme-ashen = Пепел ui-options-vp-stretch = Растянуть изображение для соответствия окну игры ui-options-vp-scale = Фиксированный масштаб окна игры: x{ $scale } ui-options-vp-integer-scaling = Использовать целочисленное масштабирование (может вызывать появление чёрных полос/обрезания) diff --git a/Resources/Locale/ru-RU/flavors/flavor-profiles.ftl b/Resources/Locale/ru-RU/flavors/flavor-profiles.ftl index 27704c8e418..40651328410 100644 --- a/Resources/Locale/ru-RU/flavors/flavor-profiles.ftl +++ b/Resources/Locale/ru-RU/flavors/flavor-profiles.ftl @@ -171,7 +171,7 @@ flavor-complex-light = как угасший свет flavor-complex-profits = как прибыль flavor-complex-fishops = как страшная рыбья операция -flavor-complex-violets = like violets +flavor-complex-violets = как фиалки flavor-complex-alcohol = как алкоголь flavor-complex-soda = как газировка flavor-complex-juice = как сок diff --git a/Resources/Locale/ru-RU/guidebook/guides.ftl b/Resources/Locale/ru-RU/guidebook/guides.ftl index 171d95907e1..6e925d8a5aa 100644 --- a/Resources/Locale/ru-RU/guidebook/guides.ftl +++ b/Resources/Locale/ru-RU/guidebook/guides.ftl @@ -13,7 +13,7 @@ guide-entry-portable-generator = Портативные генераторы guide-entry-ame = Двигатель антиматерии (ДАМ) guide-entry-singularity = Сингулярный двигатель guide-entry-teg = Термоэлектрический генератор (ТЭГ) -guide-entry-rtg = RTG +guide-entry-rtg = РИТЭГ guide-entry-science = Научный отдел guide-entry-radio = Радиосвязь guide-entry-machine-upgrading = Улучшение оборудования diff --git a/Resources/Locale/ru-RU/info/ban.ftl b/Resources/Locale/ru-RU/info/ban.ftl index 0f97d6b95e7..efcc5f0db72 100644 --- a/Resources/Locale/ru-RU/info/ban.ftl +++ b/Resources/Locale/ru-RU/info/ban.ftl @@ -2,8 +2,8 @@ cmd-ban-desc = Банит кого-либо cmd-ban-help = Использование: ban [продолжительность в минутах, без указания или 0 для пермабана] cmd-ban-player = Не удалось найти игрока с таким именем. -cmd-ban-invalid-minutes = ${ minutes } не является допустимым количеством минут! -cmd-ban-invalid-severity = ${ severity } не является допустимой тяжестью! +cmd-ban-invalid-minutes = { $minutes } не является допустимым количеством минут! +cmd-ban-invalid-severity = { $severity } не является допустимой тяжестью! cmd-ban-invalid-arguments = Недопустимое число аргументов cmd-ban-hint = cmd-ban-hint-reason = diff --git a/Resources/Locale/ru-RU/reagents/meta/medicine.ftl b/Resources/Locale/ru-RU/reagents/meta/medicine.ftl index 85c06801acf..d08081f7571 100644 --- a/Resources/Locale/ru-RU/reagents/meta/medicine.ftl +++ b/Resources/Locale/ru-RU/reagents/meta/medicine.ftl @@ -34,8 +34,8 @@ reagent-name-barozine = барозин reagent-desc-barozine = Сильнодействующий химикат, предотвращающий повреждения от давления. Оказывает сильное напряжение на организм. reagent-name-phalanximine = фалангимин reagent-desc-phalanximine = Современный препарат, используемый при лечении рака. Вызывает умеренное лучевое поражение организма и тошноту. Потенциально может удалить ген смерти у растений. -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-polypyrylium-oligomers = олигомеры полипирилия +reagent-desc-polypyrylium-oligomers = Фиолетовая смесь коротких полиэлектролитных цепочек, синтезировать которые в лаборатории не так-то просто. Лечит удушение и механические повреждения. С течением времени останавливает кровотечение. reagent-name-ambuzol = амбузол reagent-desc-ambuzol = Высокотехнологичный препарат, способный остановить развитие зомби-вируса. reagent-name-ambuzol-plus = амбузол плюс diff --git a/Resources/Locale/ru-RU/reagents/meta/toxins.ftl b/Resources/Locale/ru-RU/reagents/meta/toxins.ftl index faa2fce8c58..8c30da88cde 100644 --- a/Resources/Locale/ru-RU/reagents/meta/toxins.ftl +++ b/Resources/Locale/ru-RU/reagents/meta/toxins.ftl @@ -8,8 +8,8 @@ reagent-name-polytrinic-acid = политриновая кислота reagent-desc-polytrinic-acid = Чрезвычайно едкое химическое вещество. Сильно обжигает всех, кто вступит с ней в непосредственный контакт. reagent-name-chloral-hydrate = хлоральгидрат reagent-desc-chloral-hydrate = Успокаивающее и гипнотическое химическое вещество. Обычно используется для усыпления других людей, независимо от того, хотят они этого или нет. -reagent-name-gastrotoxin = gastrotoxin -reagent-desc-gastrotoxin = A moderately toxic byproduct of decomposition. Most commonly found in spoiled food. +reagent-name-gastrotoxin = гастротоксин +reagent-desc-gastrotoxin = Умеренно токсичный, побочный продукт разложения. Чаще всего встречается в испорченных продуктах. reagent-name-ferrochromic-acid = феррохромовая кислота reagent-desc-ferrochromic-acid = Слабый едкий раствор, не способный причинить серьёзный вред здоровью, только если не вдыхать его. reagent-name-fluorosulfuric-acid = фторсерная кислота diff --git a/Resources/Locale/ru-RU/seeds/seeds.ftl b/Resources/Locale/ru-RU/seeds/seeds.ftl index 9bb4977671c..c08f5043b51 100644 --- a/Resources/Locale/ru-RU/seeds/seeds.ftl +++ b/Resources/Locale/ru-RU/seeds/seeds.ftl @@ -72,8 +72,8 @@ seeds-aloe-name = алоэ seeds-aloe-display-name = алоэ seeds-laughin-pea-name = смешной горошек seeds-laughin-pea-display-name = смешной горошек -seeds-lily-name = lily -seeds-lily-display-name = lily +seeds-lily-name = лилия +seeds-lily-display-name = лилия seeds-lingzhi-name = линчжи seeds-lingzhi-display-name = линчжи seeds-ambrosiavulgaris-name = амброзия вульгарис @@ -90,8 +90,8 @@ seeds-rice-name = рис seeds-rice-display-name = стебли риса seeds-soybeans-name = соя seeds-soybeans-display-name = соя -seeds-spacemans-trumpet-name = spaceman's trumpet -seeds-spacemans-trumpet-display-name = spaceman's trumpet plant +seeds-spacemans-trumpet-name = космонавтская труба +seeds-spacemans-trumpet-display-name = космонавтская труба seeds-koibean-name = коибобы seeds-koibean-display-name = коибобы seeds-watermelon-name = арбуз diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/backpacks/duffelbag.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/backpacks/duffelbag.ftl index 5fea169ae84..b692d0172fa 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/backpacks/duffelbag.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/backpacks/duffelbag.ftl @@ -3,7 +3,7 @@ ent-ClothingBackpackDuffelSurgeryFilled = хирургический вещме ent-ClothingBackpackDuffelCBURNFilled = { ent-ClothingBackpackDuffelCBURN } .suffix = Заполненный .desc = { ent-ClothingBackpackDuffelCBURN.desc } -ent-ClothingBackpackDuffelSyndicateFilledMedical = хирургический вещмешок синдиката +ent-ClothingBackpackDuffelSyndicateFilledMedical = хирургический вещмешок Синдиката .desc = Большой вещевой мешок с полным набором хирургических инструментов. ent-ClothingBackpackDuffelSyndicateFilledShotgun = набор "Бульдог" .desc = Простой и надежный: Содержит популярный дробовик Бульдог, барабан пуль и 3 барабана дроби. @@ -27,22 +27,22 @@ ent-ClothingBackpackDuffelSyndicateCostumeClown = { ent-ClothingBackpackDuffelCl .suffix = Синдикат ent-ClothingBackpackDuffelSyndicateCarpSuit = вещмешок костюма карпа .desc = Содержит костюм карпа и нескольких друзей для игр. -ent-ClothingBackpackDuffelSyndicatePyjamaBundle = вещмешок пижам синдиката - .desc = Содержит 3 пижамы синдиката и 3 плюшевые игрушки для самой лучшей ночёвки. -ent-ClothingBackpackDuffelSyndicateC4tBundle = набор C-4 синдиката +ent-ClothingBackpackDuffelSyndicatePyjamaBundle = вещмешок пижам Синдиката + .desc = Содержит 3 пижамы Синдиката и 3 плюшевые игрушки для самой лучшей ночёвки. +ent-ClothingBackpackDuffelSyndicateC4tBundle = набор C-4 Синдиката .desc = Содержит много зарядов взрывчатки С-4. ent-ClothingBackpackChameleonFill = { ent-ClothingBackpackChameleon } .suffix = Заполненный, Хамелеон .desc = { ent-ClothingBackpackChameleon.desc } -ent-ClothingBackpackDuffelSyndicateEVABundle = набор EVA синдиката +ent-ClothingBackpackDuffelSyndicateEVABundle = набор EVA Синдиката .desc = Содержит одобренный Синдикатом костюм EVA. -ent-ClothingBackpackDuffelSyndicateHardsuitBundle = набор скафандров синдиката +ent-ClothingBackpackDuffelSyndicateHardsuitBundle = набор скафандров Синдиката .desc = Содержит фирменный кроваво-красный комбинезон Синдиката. -ent-ClothingBackpackDuffelSyndicateEliteHardsuitBundle = syndicate elite hardsuit bundle - .desc = Contains the Syndicate's elite hardsuit, which comes with some more stuff in it. -ent-ClothingBackpackDuffelSyndicateHardsuitExtrasBundle = syndicate hardsuit extras bundle - .desc = Contains stuff that you will absolutely want to have when purchasing a hardsuit. -ent-ClothingBackpackDuffelZombieBundle = зомби набор синдиката +ent-ClothingBackpackDuffelSyndicateEliteHardsuitBundle = набор элитных скафандров Синдиката + .desc = Содержит элитный скафандр Синдиката, идущий с дополнительным снаряжением. +ent-ClothingBackpackDuffelSyndicateHardsuitExtrasBundle = набор дополнений скафандров Синдиката + .desc = Содержит снаряжение, которое обязательно нужно иметь при покупке скафандра. +ent-ClothingBackpackDuffelZombieBundle = зомби набор Синдиката .desc = Универсальный набор для создания зомби на станции. ent-ClothingBackpackDuffelSyndicateOperative = вещмешок оперативника .desc = { ent-ClothingBackpackDuffelSyndicateBundle.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/crates/service.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/crates/service.ftl index 3354c78f46e..bec5c61cfe3 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/crates/service.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/crates/service.ftl @@ -11,7 +11,7 @@ ent-CrateServiceTheatre = ящик театрального снаряжения ent-CrateServiceCustomSmokable = ящик табачных изделий (собери-сам) .desc = Хотите проявить творческий подход к тому, что вы используете для уничтожения своих легких? Этот ящик для вас! В нем есть все, что нужно, чтобы скрутить свои сигареты. ent-CrateServiceBureaucracy = ящик бюрократических припасов - .desc = Стопка бумаги, папки, несколько ручек - всё о чем можно мечтать. + .desc = Стопка бумаги, папки, несколько ручек, офисная игрушка. О чём ещё можно мечтать? ent-CrateServicePersonnel = ящик для найма персонала .desc = Содержит коробку с КПК и чистыми ID картами. ent-CrateServiceBooks = ящик книг diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/crates/syndicate.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/crates/syndicate.ftl index 17398913b47..bff7cfb5981 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/crates/syndicate.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/crates/syndicate.ftl @@ -1,7 +1,7 @@ ent-CrateSyndicateSurplusBundle = ящик припасов синдиката .desc = Содержит случайное снаряжение Синдиката, общей стоимостью в 50 телекристаллов. Оно может быть как бесполезным хламом, так и реально крутым. -ent-CrateCybersunJuggernautBundle = Cybersun juggernaut bundle - .desc = Contains everything except a big gun to go postal. - .suffix = Filled +ent-CrateCybersunJuggernautBundle = набор джаггернаута Cybersun + .desc = Содержит всё, кроме большой пушки для резни. + .suffix = Заполненный ent-CrateSyndicateSuperSurplusBundle = ящик суперприпасов синдиката .desc = Содержит случайное снаряжение Синдиката, общей стоимостью в 125 телекристаллов. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/objects/consumable/drinks/drinks.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/objects/consumable/drinks/drinks.ftl index ce52aee8799..5660f38241e 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/objects/consumable/drinks/drinks.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/objects/consumable/drinks/drinks.ftl @@ -1,28 +1,28 @@ ent-DrinkKvassGlass = кружка кваса .desc = Холодненький освежающий напиток с привкусом социализма. -ent-DrinkYorshGlass = yorsh glass - .desc = Taste of childhood. -ent-DrinkAlexanderGlass = alexander glass - .desc = No Alexander was harmed during production. Maybe... -ent-DrinkDaiquiriGlass = daiquiri glass - .desc = Do you want to feel like a 19th century miner? The miner did not want to, and tried to forget himself in alcohol. -ent-DrinkNegroniGlass = negroni glass - .desc = Americano for alcoholics. -ent-DrinkEspressoMartiniGlass = espresso martini glass - .desc = Wake me up, then fu... Uh-h.. Okay, just wake me up. -ent-DrinkOldFashionedGlass = old fashioned glass - .desc = As the greatest classic said: “This is a classic”. -ent-DrinkBadTouchGlass = bad touch glass - .desc = We're nothing but mammals after all. -ent-DrinkDarkAndStormyGlass = dark and stormy glass - .desc = Straight from Bermuda! The pirate on the left says that this is why the drink disappears. -ent-DrinkBrambleGlass = bramble glass - .desc = Berries, gin, and a rather creepy look. -ent-DrinkMaiTaiGlass = mai tai glass - .desc = The first person who tried this cocktail exclaimed: ”Mai tai — roa ae!”. What does it mean in Thai... I don't know. Sounds cool! -ent-DrinkMoscowMuleGlass = moscow mule glass - .desc = Cocktail from the USA. Why Moscow? Because vodka. Moscow vodka? No. So why Moscow? VODKA! -ent-DrinkPalomaGlass = paloma glass - .desc = Cowboys on top. Maracas on bottom. Hard choice... -ent-DrinkBoyarskyGlass = boyarsky glass - .desc = What to do if you are tired of life? MIX VODKA! +ent-DrinkYorshGlass = стакан ерша + .desc = Вкус беззаботного детства. +ent-DrinkAlexanderGlass = бокал Александра + .desc = В ходе производства ни один Александр не пострадал. Наверное... +ent-DrinkDaiquiriGlass = бокал дайкири + .desc = Хотите почувствовать себя шахтёром из 19-го века? Шахтёр не хотел, поэтому предпочел забыться в алкоголе. +ent-DrinkNegroniGlass = стакан негрони + .desc = Американо для алкоголиков. +ent-DrinkEspressoMartiniGlass = бокал эспрессо мартини + .desc = Разбуди меня и тра... Э-э-э... Ладно, просто разбуди. +ent-DrinkOldFashionedGlass = стакан олд фэшена + .desc = Как сказал величайший классик: "Это классика". +ent-DrinkBadTouchGlass = стакан проникновения + .desc = Входит... И выходит... И входит... Замечательно выходит! +ent-DrinkDarkAndStormyGlass = стакан тьмы и бури + .desc = Прямиком с Бермудских Островов! Пират слева говорит, что именно поэтому напиток и пропадает с барной стойки. +ent-DrinkBrambleGlass = стакан брамбла + .desc = Ягодки, джин, и довольно стрёмный вид. +ent-DrinkMaiTaiGlass = стакан май тай + .desc = Первый человек, попробовавший этот коктейль, воскликнул: ”Mai tai — roa ae!”. Что в переводе с тайского означает... Да откуда мне знать? Звучит круто! +ent-DrinkMoscowMuleGlass = стакан московского мула + .desc = Коктейль из США. Почему Московский? Потому что водка. Водка Московская? Нет. Так почему Московский? ВОДКА! +ent-DrinkPalomaGlass = стакан паломы + .desc = Сверху ковбои. Снизу маракасы. Что же выбрать? +ent-DrinkBoyarskyGlass = стакан Боярского + .desc = Что делать, если ты устал от жизни? СМЕШИВАТЬ ВОДКУ! diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/objects/consumable/drinks/drinks_bottles.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/objects/consumable/drinks/drinks_bottles.ftl index 822c75e78e4..3b942dfcd01 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/objects/consumable/drinks/drinks_bottles.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/objects/consumable/drinks/drinks_bottles.ftl @@ -1,2 +1,2 @@ -ent-DrinkCampariBottleFull = campari bottle - .desc = Tincture based on aromatic herbs and citrus fruits. Non-GMO! +ent-DrinkCampariBottleFull = бутылка кампари + .desc = Настойка на основе ароматических трав и цитрусовых. Без ГМО! diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/reagents/meta/consumable/drink/alcohol.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/reagents/meta/consumable/drink/alcohol.ftl index 8a3988ce9fb..000b0291d35 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/reagents/meta/consumable/drink/alcohol.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/reagents/meta/consumable/drink/alcohol.ftl @@ -1,28 +1,28 @@ -reagent-name-yorsh = yorsh -reagent-desc-yorsh = Taste of childhood. -reagent-name-alexander = alexander -reagent-desc-alexander = No Alexander was harmed during production. Maybe... -reagent-name-daiquiri = daiquiri -reagent-desc-daiquiri = Do you want to feel like a 19th century miner? The miner did not want to, and tried to forget himself in alcohol. -reagent-name-campari = campari -reagent-desc-campari = Tincture based on aromatic herbs and citrus fruits. Non-GMO! -reagent-name-negroni = negroni -reagent-desc-negroni = Americano for alcoholics. -reagent-name-espressoMartini = espresso martini -reagent-desc-espressoMartini = Wake me up, then fu... Uh-h.. Okay, just wake me up. -reagent-name-oldFashioned = old fashioned -reagent-desc-oldFashioned = As the greatest classic said: “This is a classic”. -reagent-name-badTouch = bad touch -reagent-desc-badTouch = We're nothing but mammals after all. -reagent-name-darkAndStormy = dark and stormy -reagent-desc-darkAndStormy = Straight from Bermuda! The pirate on the left says that this is why the drink disappears. -reagent-name-bramble = bramble -reagent-desc-bramble = Berries, gin, and a rather creepy look. -reagent-name-maiTai = mai tai -reagent-desc-maiTai = The first person who tried this cocktail exclaimed: ”Mai tai — roa ae!”. What does it mean in Thai... I don't know. Sounds cool! -reagent-name-moscowMule = moscow mule -reagent-desc-moscowMule = Cocktail from the USA. Why Moscow? Because vodka. Moscow vodka? No. So why Moscow? VODKA! -reagent-name-paloma = paloma -reagent-desc-paloma = Cowboys on top. Maracas on bottom. Hard choice... -reagent-name-boyarsky = boyarsky -reagent-desc-boyarsky = What to do if you are tired of life? MIX VODKA! +reagent-name-yorsh = ёрш +reagent-desc-yorsh = Вкус беззаботного детства. +reagent-name-alexander = Александр +reagent-desc-alexander = В ходе производства ни один Александр не пострадал. Наверное... +reagent-name-daiquiri = дайкири +reagent-desc-daiquiri = Хотите почувствовать себя шахтёром из 19-го века? Шахтёр не хотел, поэтому предпочел забыться в алкоголе. +reagent-name-campari = кампари +reagent-desc-campari = Настойка на основе ароматических трав и цитрусовых. Без ГМО! +reagent-name-negroni = негрони +reagent-desc-negroni = Американо для алкоголиков. +reagent-name-espressoMartini = эспрессо мартини +reagent-desc-espressoMartini = Разбуди меня и тра... Э-э-э... Ладно, просто разбуди. +reagent-name-oldFashioned = олд фэшен +reagent-desc-oldFashioned = Как сказал величайший классик: "Это классика". +reagent-name-badTouch = проникновение +reagent-desc-badTouch = Входит... И выходит... И входит... Замечательно выходит! +reagent-name-darkAndStormy = тьма и буря +reagent-desc-darkAndStormy = Прямиком с Бермудских Островов! Пират слева говорит, что именно поэтому напиток и пропадает с барной стойки. +reagent-name-bramble = брамбл +reagent-desc-bramble = Ягодки, джин, и довольно стрёмный вид. +reagent-name-maiTai = май тай +reagent-desc-maiTai = Первый человек, попробовавший этот коктейль, воскликнул: ”Mai tai — roa ae!”. Что в переводе с тайского означает... Да откуда мне знать? Звучит круто! +reagent-name-moscowMule = московский мул +reagent-desc-moscowMule = Коктейль из США. Почему Московский? Потому что водка. Водка Московская? Нет. Так почему Московский? ВОДКА! +reagent-name-paloma = палома +reagent-desc-paloma = Сверху ковбои. Снизу маракасы. Что же выбрать? +reagent-name-boyarsky = Боярский +reagent-desc-boyarsky = Что делать, если ты устал от жизни? СМЕШИВАТЬ ВОДКУ! diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/eyes/hud.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/eyes/hud.ftl index 4c5dc5d0367..51f053050a3 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/eyes/hud.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/eyes/hud.ftl @@ -25,11 +25,11 @@ ent-ClothingEyesHudSyndicate = синди-визор ent-ClothingEyesGlassesHiddenSecurity = { ent-ClothingEyesGlassesSunglasses } .desc = { ent-ClothingEyesGlassesSunglasses.desc } .suffix = Синдикат -ent-ClothingEyesEyepatchHudMedical = медицинский визор на глаз +ent-ClothingEyesEyepatchHudMedical = медицинский моновизор .desc = Окуляр с индикатором на стекле, который сканирует гуманоидов в поле зрения и предоставляет точные данные о состоянии их здоровья. Для настоящих патриотов. -ent-ClothingEyesEyepatchHudSecurity = визор охраны на глаз +ent-ClothingEyesEyepatchHudSecurity = моновизор охраны .desc = Окуляр с индикатором на стекле, который сканирует гуманоидов в поле зрения и предоставляет точные данные об их идентификационном статусе и записях в системе безопасности. Для настоящих патриотов. -ent-ClothingEyesEyepatchHudBeer = пивные очки на глаз +ent-ClothingEyesEyepatchHudBeer = пивной монокуляр .desc = Пара солнцезащитных очков, оснащенных сканером реагентов, а также дающих понимание вязкости жидкости во время движения. Для настоящих патриотов. -ent-ClothingEyesEyepatchHudDiag = diagnostic hud eyepatch - .desc = A heads-up display capable of analyzing the integrity and status of robotics and exosuits. Made out of see-borg-ium. +ent-ClothingEyesEyepatchHudDiag = диагностический моновизор + .desc = Окуляр с индикатором на стекле, способный анализировать целостность и состояние роботов и экзокостюмов. Сделан из си-боргия. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/hands/colored.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/hands/colored.ftl index c9a2cd6da37..8388a0acc97 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/hands/colored.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/hands/colored.ftl @@ -25,5 +25,5 @@ ent-ClothingHandsGlovesColorYellow = изолированные перчатки ent-ClothingHandsGlovesColorYellowBudget = дешевые изолированные перчатки .desc = Всего лишь дешевая подделка заветных перчаток - не может быть, чтобы это плохо кончилось. ent-ClothingHandsGlovesConducting = { ent-ClothingHandsGlovesColorYellow } - .suffix = Conducting + .suffix = Проводящий .desc = { ent-ClothingHandsGlovesColorYellow.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/effects/acidifier.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/effects/acidifier.ftl index 1af1729b825..0a0b0e8784c 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/effects/acidifier.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/effects/acidifier.ftl @@ -1,2 +1,2 @@ -ent-Acidifier = acid - .desc = Melts you into a puddle of yuck! +ent-Acidifier = кислота + .desc = Растопит вас в мерзкую лужицу! diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/npcs/animals.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/npcs/animals.ftl index 27f4a7e8dbb..8f959cce1cf 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/npcs/animals.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/mobs/npcs/animals.ftl @@ -134,5 +134,5 @@ ent-MobPig = свинья ent-MobDionaNymph = нимфа дионы .desc = Похожа на кошку, только.... ветвистее. ent-MobDionaNymphAccent = { ent-MobDionaNymph } - .suffix = Accent + .suffix = Акцент .desc = { ent-MobDionaNymph.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/drinks/drinks_bottles.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/drinks/drinks_bottles.ftl index 81b824f94ce..f2040454ae8 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/drinks/drinks_bottles.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/drinks/drinks_bottles.ftl @@ -68,10 +68,10 @@ ent-DrinkJuiceOrangeCartonXL = апельсиновый сок XL .desc = Сплошные витамины и наслаждение! ent-DrinkCreamCartonXL = молочные сливки XL .desc = Это сливки. Сделанные из молока. Что ещё вы ожидали здесь найти? -ent-DrinkSugarJug = сахар +ent-DrinkSugarJug = кувшин сахара .desc = Некоторые добавляют его в кофе... .suffix = Для напитков -ent-DrinkLemonLimeJug = лимон-лайм +ent-DrinkLemonLimeJug = кувшин лимон-лайма .desc = Двойное цитрусовое удовольствие. ent-DrinkMeadJug = кувшин медовухи .desc = Хранение медовухи в пластиковом кувшине должно считаться преступлением. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/baked/donut.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/baked/donut.ftl index 7d4698cf4db..e4320242107 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/baked/donut.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/baked/donut.ftl @@ -20,8 +20,8 @@ ent-FoodDonutCaramel = карамельный пончик .desc = Отлично сочетается с кружкой горячего какао. ent-FoodDonutChocolate = шоколадный пончик .desc = Отлично сочетается со стаканом теплого молока. -ent-FoodDonutBlumpkin = синетыквенный пончик - .desc = Отлично сочетается с кружкой успокаивающего напитка из синетыквы. +ent-FoodDonutBlumpkin = блорбо пончик + .desc = Отлично сочетается с кружкой БЛОРБО. ent-FoodDonutBungo = бунго пончик .desc = Отлично сочетается с закаточной банкой "Восторга хиппи". ent-FoodDonut = матча пончик @@ -30,25 +30,25 @@ ent-FoodDonutSweetpea = пончик из душистого горошка .desc = Отлично сочетается с бутылкой "Бастион Бурбон"! ent-FoodDonutJellyHomer = желейный пончик .desc = Ты желе? -ent-FoodDonutJellyPink = розовый желейный пончик +ent-FoodDonutJellyPink = желейный розовый пончик .desc = Отлично сочетается с соевым латте. -ent-FoodDonutJellySpaceman = космонавтский желейный пончик +ent-FoodDonutJellySpaceman = желейный космонавтский пончик .desc = Отлично сочетается с холодным стаканом солода. -ent-FoodDonutJellyApple = яблочный желейный пончик +ent-FoodDonutJellyApple = желейный яблочный пончик .desc = Отлично сочетается с рюмкой коричного шнапса. -ent-FoodDonutJellyCaramel = карамельный желейный пончик +ent-FoodDonutJellyCaramel = желейный карамельный пончик .desc = Отлично сочетается с кружкой горячего какао. -ent-FoodDonutJellyChocolate = шоколадный желейный пончик +ent-FoodDonutJellyChocolate = желейный шоколадный пончик .desc = Отлично сочетается со стаканом теплого молока. -ent-FoodDonutJellyBlumpkin = синетыквенный желейный пончик - .desc = Отлично сочетается с кружкой успокаивающего напитка из синетыквы. -ent-FoodDonutJellyBungo = бунго желейный пончик +ent-FoodDonutJellyBlumpkin = желейный блорбо пончик + .desc = Отлично сочетается с кружкой БЛОРБО. +ent-FoodDonutJellyBungo = желейный бунго пончик .desc = Отлично сочетается с закаточной банкой "Восторга хиппи". -ent-FoodDonutJelly = матча желейный пончик +ent-FoodDonutJelly = желейный матча пончик .desc = L-теанин в этом пончике расслабляет, но не вызывает эйфории. Отлично сочетается с чашечкой чая. ent-FoodDonutJellySweetpea = желейный пончик из душистого горошка .desc = Отлично сочетается с бутылкой "Бастион Бурбон"! -ent-FoodDonutJellySlugcat = слизнекотовый желейный пончик +ent-FoodDonutJellySlugcat = желейный слизнекотовый пончик .desc = В этом пончике нет отверстий на случай, если появится подозрительный столб. ent-FoodDonutPoison = { ent-FoodDonutPink } .desc = { ent-FoodDonutPink.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/produce.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/produce.ftl index 59b32a5a3af..3df42799d7d 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/produce.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/produce.ftl @@ -86,8 +86,8 @@ ent-FoodAloe = алоэ .desc = Ароматное растение с успокаивающими свойствами. ent-FoodPoppy = мак .desc = Цветок, экстракты которого часто используются в производстве лекарств. -ent-FoodLily = lily - .desc = A beautiful orange flower. +ent-FoodLily = лилия + .desc = Прекрасный оранжевый цветок. ent-FoodLingzhi = линчжи .desc = Сильнодействующий лекарственный гриб. Не переборщите. ent-FoodAmbrosiaVulgaris = амброзия вульгарис @@ -104,8 +104,8 @@ ent-RiceBushel = сноп риса .desc = Может быть перемолот в рис, идеально подходит для пудинга или саке. ent-FoodSoybeans = соевые бобы .desc = Для тех, кто не выносит вида старого доброго мяса. -ent-FoodSpacemansTrumpet = spaceman's trumpet - .desc = 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. +ent-FoodSpacemansTrumpet = космонавтская труба + .desc = Яркий цветок, слабо пахнущий свежескошенной травой. Кажется, что после прикосновения к нему на коже остаётся пятно, однако большинство других поверхностей не подвержены этому явлению. ent-FoodKoibean = коибобы .desc = Эти бобы кажутся немного подозрыбтельными. ent-FoodWatermelon = арбуз diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/flatpack.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/flatpack.ftl index 043c4329477..6fa3ca38611 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/flatpack.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/devices/flatpack.ftl @@ -1,6 +1,6 @@ ent-BaseFlatpack = базовая упаковка .desc = Универсально-сборная упаковка, используемая для сборки чего-либо. -ent-SolarAssemblyFlatpack = solar assembly flatpack - .desc = A flatpack used for constructing a solar assembly. -ent-AmePartFlatpack = AME flatpack - .desc = A flatpack used for constructing an antimatter engine reactor. +ent-SolarAssemblyFlatpack = упаковка каркаса солнечной панели + .desc = Универсально-сборная упаковка, используемая для сборки каркаса солнечной панели. +ent-AmePartFlatpack = упаковка ДАМ + .desc = Универсально-сборная упаковка, используемая для сборки двигателя антиматерии. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/subdermal_implants.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/subdermal_implants.ftl index 7157fd0e023..4f17db718ae 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/subdermal_implants.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/subdermal_implants.ftl @@ -21,7 +21,7 @@ ent-ScramImplant = имплант Побег ent-DnaScramblerImplant = имплант Миксер ДНК .desc = Этот имплант позволяет пользователю один раз произвольно изменить свою внешность и имя. ent-MicroBombImplant = имплант Микробомба - .desc = Этот имплант детонирует после смерти пользователя. + .desc = Этот имплант детонирует при активации или после смерти пользователя. ent-MacroBombImplant = имплант Макробомба .desc = Этот имплант создаёт большой взрыв при смерти пользователя после запрограммированного обратного отсчета. ent-DeathAcidifierImplant = имплант Посмертный растворитель diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/hydroponics/seeds.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/hydroponics/seeds.ftl index 9af9e89ecde..8d623d52d01 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/hydroponics/seeds.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/hydroponics/seeds.ftl @@ -66,8 +66,8 @@ ent-AloeSeeds = пакет семян (алоэ) .desc = Успокаивающие. ent-PoppySeeds = пакет семян (мак) .desc = Не есть за 72 часа до анализа на наркотики. -ent-LilySeeds = packet of lily seeds - .desc = These seeds grow into lilies. +ent-LilySeeds = пакет семян (лилия) + .desc = Из этих семян вырастают лилии. ent-LingzhiSeeds = пакет спор (линчжи) .desc = Также известен как трутовик. ent-AmbrosiaVulgarisSeeds = пакет семян (амброзия вульгарис) @@ -86,7 +86,7 @@ ent-RiceSeeds = пакет семян (рис) .desc = { ent-SeedBase.desc } ent-SoybeanSeeds = пакет семян (соя) .desc = { ent-SeedBase.desc } -ent-SpacemansTrumpetSeeds = packet of spaceman's trumpet seeds +ent-SpacemansTrumpetSeeds = пакет семян (космонавтская труба) .desc = { ent-SeedBase.desc } ent-KoibeanSeeds = пакет семян (коибобы) .desc = { ent-SeedBase.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/medical/healing.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/medical/healing.ftl index 5d6eed4486f..557e2c0da6e 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/medical/healing.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/medical/healing.ftl @@ -52,56 +52,56 @@ ent-AloeCream = алоэ крем ent-HealingToolbox = лечащий тулбокс .desc = Мощный тулбокс, пропитанный энергией робаста. Залечит ваши ранения и наполнит вас убийственными намерениями. .suffix = НЕ МАППИТЬ -ent-PillDexalin = таблетка дексалина (10ед) +ent-PillDexalin = таблетка (дексалин 10 ед.) .desc = { ent-Pill.desc } -ent-PillCanisterDexalin = { ent-PillCanister } +ent-PillCanisterDexalin = баночка для таблеток (дексалин 10 ед.) .suffix = Дексалин, 7 .desc = { ent-PillCanister.desc } -ent-PillDylovene = таблетка диловена (10ед) +ent-PillDylovene = таблетка (диловен 10 ед.) .desc = { ent-Pill.desc } -ent-PillCanisterDylovene = { ent-PillCanister } +ent-PillCanisterDylovene = баночка для таблеток (диловен 10 ед.) .suffix = Диловен, 5 .desc = { ent-PillCanister.desc } -ent-PillHyronalin = таблетка хироналина (10ед) +ent-PillHyronalin = таблетка (хироналин 10 ед.) .desc = { ent-Pill.desc } -ent-PillCanisterHyronalin = { ent-PillCanister } +ent-PillCanisterHyronalin = баночка для таблеток (хироналин 10 ед.) .suffix = Хироналин, 5 .desc = { ent-PillCanister.desc } -ent-PillIron = таблетка железа (10ед) +ent-PillIron = таблетка (железо 10 ед.) .desc = { ent-Pill.desc } -ent-PillCanisterIron = { ent-PillCanister } +ent-PillCanisterIron = баночка для таблеток (железо 10 ед.) .suffix = Железо, 5 .desc = { ent-PillCanister.desc } -ent-PillCopper = таблетка меди (10ед) +ent-PillCopper = таблетка (медь 10 ед.) .desc = { ent-Pill.desc } -ent-PillCanisterCopper = { ent-PillCanister } +ent-PillCanisterCopper = баночка для таблеток (медь 10 ед.) .suffix = Медь, 5 .desc = { ent-PillCanister.desc } -ent-PillKelotane = таблетка келотана (10ед) +ent-PillKelotane = таблетка (келотан 10 ед.) .desc = { ent-Pill.desc } -ent-PillCanisterKelotane = { ent-PillCanister } +ent-PillCanisterKelotane = баночка для таблеток (келотан 10 ед.) .suffix = Келотан, 5 .desc = { ent-PillCanister.desc } -ent-PillDermaline = таблетка дермалина (10ед) +ent-PillDermaline = таблетка (дермалин 10 ед.) .desc = { ent-Pill.desc } -ent-PillCanisterDermaline = { ent-PillCanister } +ent-PillCanisterDermaline = баночка для таблеток (дермалин 10 ед.) .suffix = Дермалин, 5 .desc = { ent-PillCanister.desc } ent-PillSpaceDrugs = космические наркотики .desc = { ent-Pill.desc } -ent-PillTricordrazine = таблетка трикордразина (10ед) +ent-PillTricordrazine = таблетка (трикордразин 10 ед.) .desc = { ent-Pill.desc } -ent-PillCanisterTricordrazine = { ent-PillCanister } +ent-PillCanisterTricordrazine = баночка для таблеток (трикордразин 10 ед.) .suffix = Трикордразин, 5 .desc = { ent-PillCanister.desc } -ent-PillBicaridine = таблетка бикаридина (10ед) +ent-PillBicaridine = таблетка (бикаридин 10 ед.) .desc = { ent-Pill.desc } -ent-PillCanisterBicaridine = { ent-PillCanister } +ent-PillCanisterBicaridine = баночка для таблеток (бикаридин 10 ед.) .suffix = Бикаридин, 5 .desc = { ent-PillCanister.desc } -ent-PillCharcoal = таблетка угля (10ед) +ent-PillCharcoal = таблетка (уголь 10 ед.) .desc = { ent-Pill.desc } -ent-PillCanisterCharcoal = { ent-PillCanister } +ent-PillCanisterCharcoal = баночка для таблеток (уголь 10 ед.) .suffix = Уголь, 3 .desc = { ent-PillCanister.desc } ent-PillRomerol = таблетка ромерола @@ -111,7 +111,7 @@ ent-PillAmbuzol = таблетка амбузола ent-PillAmbuzolPlus = таблетка амбузола плюс .desc = { ent-Pill.desc } ent-PillCanisterRandom = { ent-PillCanister } - .suffix = Random + .suffix = Случайный .desc = { ent-PillCanister.desc } ent-SyringeEphedrine = шприц эфедрина .desc = { ent-BaseSyringe.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/airlocks/access.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/airlocks/access.ftl index 8f20e981025..96df12f7a31 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/airlocks/access.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/airlocks/access.ftl @@ -137,7 +137,7 @@ ent-AirlockLawyerGlassLocked = { ent-AirlockGlass } .suffix = Юридический, Закрыт .desc = { ent-AirlockGlass.desc } ent-AirlockTheatreGlassLocked = { ent-AirlockGlass } - .suffix = Theatre, Locked + .suffix = Театр, Закрыт .desc = { ent-AirlockGlass.desc } ent-AirlockBarGlassLocked = { ent-AirlockGlass } .suffix = Бар, Закрыт @@ -164,7 +164,7 @@ ent-AirlockKitchenGlassLocked = { ent-AirlockGlass } .suffix = Кухня, Закрыт .desc = { ent-AirlockGlass.desc } ent-AirlockJanitorGlassLocked = { ent-AirlockGlass } - .suffix = Janitor, Locked + .suffix = Уборщик, Закрыт .desc = { ent-AirlockGlass.desc } ent-AirlockHydroGlassLocked = { ent-AirlockGlass } .suffix = Гидропоника, Закрыт diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/windoors/windoor.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/windoors/windoor.ftl index 17cb93dc470..99cbe67a115 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/windoors/windoor.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/doors/windoors/windoor.ftl @@ -39,7 +39,7 @@ ent-WindoorSecureEngineeringLocked = { ent-WindoorSecure } .suffix = Инженерный, Закрыт .desc = { ent-WindoorSecure.desc } ent-WindoorSecureBarLocked = { ent-WindoorSecure } - .suffix = Bar, Locked + .suffix = Бар, Закрыт .desc = { ent-WindoorSecure.desc } ent-WindoorSecureExternalLocked = { ent-WindoorSecure } .suffix = Внешний, Закрыт @@ -60,7 +60,7 @@ ent-WindoorSecureSecurityLocked = { ent-WindoorSecure } .suffix = СлужбаБезопасности, Закрыт .desc = { ent-WindoorSecure.desc } ent-WindoorSecureDetectiveLocked = { ent-WindoorSecure } - .suffix = Detective, Locked + .suffix = Детектив, Закрыт .desc = { ent-WindoorSecure.desc } ent-WindoorSecureScienceLocked = { ent-WindoorSecure } .suffix = Научный, Закрыт @@ -90,7 +90,7 @@ ent-WindoorChapelLocked = { ent-Windoor } .suffix = Церковь, Закрыт .desc = { ent-Windoor.desc } ent-WindoorSecureServiceLocked = { ent-WindoorSecure } - .suffix = Service, Locked + .suffix = Сервис, Закрыт .desc = { ent-WindoorSecure.desc } ent-WindoorJanitorLocked = { ent-Windoor } .suffix = Уборщик, Закрыт diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/furniture/bench.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/furniture/bench.ftl index a511c38b0d9..c0d3f422d39 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/furniture/bench.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/furniture/bench.ftl @@ -7,5 +7,5 @@ ent-BenchRedComfy = { ent-BenchComfy } .suffix = Одинарный, Красный .desc = { ent-BenchComfy.desc } ent-BenchBlueComfy = { ent-BenchComfy } - .suffix = Solo. Blue + .suffix = Одинарный. Синий .desc = { ent-BenchComfy.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/stairs.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/stairs.ftl index fa30c8f4c61..bd2017c2dbf 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/stairs.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/stairs.ftl @@ -1,18 +1,18 @@ ent-Stairs = ступеньки .desc = Величайшее изобретение после гранатомётов. - .suffix = steel + .suffix = Стальной ent-StairStage = { ent-Stairs } - .suffix = ступенька + .suffix = Стальной, Одна ступень .desc = { ent-Stairs.desc } ent-StairWhite = { ent-Stairs } - .suffix = white + .suffix = Белый .desc = { ent-Stairs.desc } ent-StairStageWhite = { ent-Stairs } - .suffix = white, stage + .suffix = Белый, Одна ступень .desc = { ent-Stairs.desc } ent-StairDark = { ent-Stairs } - .suffix = dark + .suffix = Тёмный .desc = { ent-Stairs.desc } ent-StairStageDark = { ent-Stairs } - .suffix = dark, stage + .suffix = Тёмный, Одна ступень .desc = { ent-Stairs.desc } diff --git a/Resources/Locale/ru-RU/store/uplink-catalog.ftl b/Resources/Locale/ru-RU/store/uplink-catalog.ftl index 71edd59bfdb..964738d7451 100644 --- a/Resources/Locale/ru-RU/store/uplink-catalog.ftl +++ b/Resources/Locale/ru-RU/store/uplink-catalog.ftl @@ -1,36 +1,36 @@ # Weapons -uplink-pistol-viper-name = { ent-WeaponPistolViper } -uplink-pistol-viper-desc = { ent-WeaponPistolViper.desc } +uplink-pistol-viper-name = Гадюка +uplink-pistol-viper-desc = Небольшой, легко скрываемый, но маломощный пистолет. Оснащён полностью автоматическим ресивером. Использует патроны калибра .35 авто. uplink-revolver-python-name = Питон uplink-revolver-python-desc = Брутально простой, эффективный и громкий револьвер Синдиката. Поставляется с бронебойными патронами. Использует патроны калибра .45 магнум. -uplink-pistol-cobra-name = { ent-WeaponPistolCobra } -uplink-pistol-cobra-desc = { ent-WeaponPistolCobra.desc } -uplink-rifle-mosin-name = { ent-WeaponSniperMosin } +uplink-pistol-cobra-name = Кобра +uplink-pistol-cobra-desc = Пистолет суровых робастных агентов, с интегрированным глушителем. Использует патроны калибра .25 безгильзовый. +uplink-rifle-mosin-name = Старая винтовка uplink-rifle-mosin-desc = Затворная винтовка, повидавшая не одну войну. Не современная ни по каким стандартам, заряжается вручную и имеет ужасную отдачу, но зато дешёвая. -uplink-esword-name = { ent-EnergySword } -uplink-esword-desc = { ent-EnergySword.desc } +uplink-esword-name = Энергетический меч +uplink-esword-desc = Очень опасный энергомеч, способный отражать выстрелы. В выключенном состоянии может храниться в карманах. Сильно шумит при использовании или включении. uplink-esword-double-name = Двухклинковый энергетический меч uplink-esword-double-desc = Гораздо более дорогая альтернатива обычному энергетическому мечу: с большим шансом отражения, большим углом атаки, более высоким уроном по конструкциям и большей скоростью замаха. Сильно шумит при включении и использовании. uplink-edagger-name = Энергокинжал uplink-edagger-desc = Небольшой энергитический кинжал, удобно замаскированный под ручку. -uplink-fire-axe-flaming-name = { ent-FireAxeFlaming } -uplink-fire-axe-flaming-desc = Классическое оружие, оснащенное передовой атмос-технологией, позволяющей ему поджигать цели. Теперь с прочной прорезиненной рукояткой! +uplink-fire-axe-flaming-name = Пылающий топор +uplink-fire-axe-flaming-desc = Классическое оружие, оснащённое передовой атмос-технологией, позволяющей ему поджигать цели. Теперь с прочной прорезиненной рукояткой! uplink-gloves-north-star-name = Перчатки Полярной звезды uplink-gloves-north-star-desc = Пара перчаток, которые значительно сокращают время между ударами, позволяя избивать людей до смерти шквалом ударов. # Explosives -uplink-explosive-grenade-name = { ent-ExGrenade } +uplink-explosive-grenade-name = Разрывная граната uplink-explosive-grenade-desc = Простая граната с 3,5-секундным запалом, ориентированная на поражение личного состава. Наносит минимальные повреждения стенам и полу. -uplink-flash-grenade-name = { ent-GrenadeFlashBang } +uplink-flash-grenade-name = Светошумовая граната uplink-flash-grenade-desc = Стандартная светошумовая граната, ослепляющая и замедляющая движения всех, кто не имеет соответствующих средств защиты. Разумеется, это относится и к вам; прежде чем использовать её, убедитесь, что вы экипированы должным образом. uplink-smoke-grenade-name = Дымовая граната uplink-smoke-grenade-desc = Граната, выпускающая огромное облако дыма, идеально подходит для того, чтобы убить кого-то в тени или незаметно скрыться. -uplink-mini-bomb-name = { ent-SyndieMiniBomb } -uplink-mini-bomb-desc = Маломощное, высокоэффективное точечное взрывное устройство для диверсий, с пятисекундным взрывателем. Идеально подходит для быстрого уничтожения устройств, трупа или чего-либо еще. +uplink-mini-bomb-name = Минибомба Синдиката +uplink-mini-bomb-desc = Маломощное, высокоэффективное точечное взрывное устройство для диверсий, с пятисекундным взрывателем. Идеально подходит для быстрого уничтожения устройств, трупа или чего-либо ещё. uplink-supermatter-grenade-name = Граната суперматерии uplink-supermatter-grenade-desc = Граната, имитирующая расслоение суперматерии в одноимённом двигателе, создающая мощный гравитационный колодец. Взрыв сравним с взрывом минибомбы. uplink-whitehole-grenade-name = Граната белой дыры uplink-whitehole-grenade-desc = Граната, которая отталкивает всё вокруг в течение примерно 10 секунд. Очень полезно в небольших помещениях и при преследовании. -uplink-penguin-grenade-name = { ent-MobGrenadePenguin } +uplink-penguin-grenade-name = Пингвин-гренадёр uplink-penguin-grenade-desc = Маленький, крайне агрессивный пингвин с гранатой на шее. Такие собираются Синдикатом на отсталых ледяных планетах. uplink-c4-name = C-4 uplink-c4-desc = Используйте её, чтобы разрушать стены, шлюзы или саботировать оборудование. Её можно прикрепить практически к любому объекту, а таймер можно изменять, минимальное значение - 10 секунд. @@ -38,8 +38,8 @@ uplink-c4-bundle-name = Набор C-4 uplink-c4-bundle-desc = Иногда количество - это качество. Содержит 8 штук взрывчатки C-4. uplink-grenadier-rig-name = Разгрузочный жилет гренадёра uplink-grenadier-rig-desc = Всё, что нужно для шумной вечеринки: 4 разрывные гранаты, 2 ЭМИ гранаты и 2 минибомбы в разгрузочном жилете. -uplink-emp-grenade-name = { ent-EmpGrenade } -uplink-emp-grenade-desc = Граната, предназначенная для выведения из строя электроники. Пригодится для нарушения коммуникаций, отключения энергетического оружия охраны и ЛКП, если вы оказались в стесненных обстоятельствах. +uplink-emp-grenade-name = ЭМИ граната +uplink-emp-grenade-desc = Граната, предназначенная для выведения из строя электроники. Пригодится для нарушения коммуникаций, отключения энергетического оружия охраны и ЛКП, если вы оказались в стеснённых обстоятельствах. uplink-exploding-pen-name = Взрывающаяся ручка uplink-exploding-pen-desc = Взрывное устройство класса IV, помещённое в стандартную ручку. Снабжено 4-секундным таймером. uplink-exploding-syndicate-bomb-name = Бомба Синдиката @@ -66,20 +66,20 @@ uplink-sniper-ammo-desc = Коробка с 10 патронами для сна # Utility uplink-holopara-kit-name = Набор "Голопаразит" uplink-holopara-kit-desc = - Предмет гордости и радости компании Cybersun. Содержит инъектор, в котором находится разумный метафизический страж из твердого света, который в неактивном состоянии скрывается в теле пользователя. + Предмет гордости и радости компании Cybersun. Содержит инъектор, в котором находится разумный метафизический страж из твёрдого света, который в неактивном состоянии скрывается в теле пользователя. Страж может наносить быстрые удары, невосприимчив к опасностям атмосферы и устойчив к механическу урону, но разделяет получаемые повреждения с хозяином. uplink-holoclown-kit-name = Набор "Голоклоун" uplink-holoclown-kit-desc = - Совместная разработка компании Cybersun и Honk.co. Содержит инъектор, в котором находится разумный метафизический клоун из твердого света, который в неактивном состоянии скрывается в теле пользователя. + Совместная разработка компании Cybersun и Honk.co. Содержит инъектор, в котором находится разумный метафизический клоун из твёрдого света, который в неактивном состоянии скрывается в теле пользователя. Голоклоун имеет карманы, в которых может хранить вещи, руку, которой он может взаимодействовать с миром, невосприимчив к опасностям атмосферы и устойчив к механическу урону, но разделяет получаемые повреждения с хозяином. -uplink-holster-name = плечевая кобура -uplink-holster-desc = { ent-ClothingBeltSyndieHolster.desc } +uplink-holster-name = Плечевая кобура +uplink-holster-desc = Глубокая плечевая кобура, способная вместить множество различных видов оружия. uplink-emag-name = Криптографический секвенсор uplink-emag-desc = Визитная карточка Синдиката, этот ЕМАГ способен открывать шлюзы и взламывать различные станционные устройства. Перезаряжается автоматически. uplink-agent-id-card-name = ID карта Агента -uplink-agent-id-card-desc = Модифицированная ID карта, которая может копировать доступы с других карт и менять свое имя и должность по усмотрению. +uplink-agent-id-card-desc = Модифицированная ID карта, которая может копировать доступы с других карт и менять своё имя и должность по усмотрению. uplink-black-jetpack-name = Чёрный джетпак -uplink-black-jetpack-desc = Черный джетпак. Позволяет летать в космосе. Топливо входит в комплект. +uplink-black-jetpack-desc = Чёрный джетпак. Позволяет летать в космосе. Топливо входит в комплект. uplink-reinforcement-radio-monkey-name = Телепорт обезьяньего подкрепления uplink-reinforcement-radio-monkey-desc = Вызовите на подмогу специально обученную обезьяну. Обезьяны комплектуются одной сигаретой Синдиката. uplink-reinforcement-radio-name = Телепорт подкрепления @@ -87,7 +87,7 @@ uplink-reinforcement-radio-desc = Телепортирует агента кра uplink-reinforcement-radio-cyborg-assault-name = Телепорт штурмового киборга Синдиката uplink-reinforcement-radio-cyborg-assault-desc = Машина для убийств с доступом к энергомечу, пулемёту, криптографическому секвенсору и пинпоинтеру. uplink-stealth-box-name = Стелс-коробка -uplink-stealth-box-desc = Ящик, оснащенный технологией невидимости, проникните везде и не двигайтесь слишком быстро! +uplink-stealth-box-desc = Ящик, оснащённый технологией невидимости, проникните везде и не двигайтесь слишком быстро! uplink-headset-name = Полноразмерная гарнитура Синдиката uplink-headset-desc = Гарнитура, позволяющая связываться с другими предателями. Имеет 4 ячейки для ключей шифрования. uplink-encryption-key-name = Ключи шифрования Синдиката @@ -98,8 +98,8 @@ uplink-hypopen-name = Гипоручка uplink-hypopen-desc = Химический гипоспрей, замаскированный под ручку, способный мгновенно впрыснуть до 10 ед. реагентов. Изначально пуст. uplink-voice-mask-name = Голосовая маска uplink-voice-mask-desc = Противогаз, позволяющий подстраивать свой голос под кого угодно. -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-clothing-eyes-hud-syndicate-name = Визор Синдиката +uplink-clothing-eyes-hud-syndicate-desc = Профессиональный визор Синдиката с индикатором на стекле, предназначенный для более точного обнаружения гуманоидов с их последующим уничтожением. uplink-radio-jammer-name = Глушитель связи uplink-radio-jammer-desc = При активации это устройство блокирует любую исходящую поблизости радиосвязь. uplink-syndicate-weapon-module-name = Оружейный модуль киборга @@ -116,13 +116,13 @@ uplink-scram-implanter-desc = Двухразовый имплант, котор uplink-dna-scrambler-implanter-name = Имплантер Миксер ДНК uplink-dna-scrambler-implanter-desc = Одноразовый имплант, который можно активировать для перемешивания ДНК и приобретения совершенно нового облика. uplink-emp-implanter-name = Имплантер ЭМИ -uplink-emp-implanter-desc = При активации создает небольшой ЭМИ, который обесточивает находящуюся рядом электронику; может быть использован три раза, прежде чем разрядится внутренняя батарея. +uplink-emp-implanter-desc = При активации создаёт небольшой ЭМИ, который обесточивает находящуюся рядом электронику; может быть использован три раза, прежде чем разрядится внутренняя батарея. uplink-macro-bomb-implanter-name = Имплантер Макробомба uplink-macro-bomb-implanter-desc = Вколите его, и после смерти вы устроите большой взрыв. Большой риск для союзников, используйте на свой страх и риск. Заменяет Микробомбу. uplink-uplink-implanter-name = Имплантер Аплинк uplink-uplink-implanter-desc = Незаметно заказывайте снаряжение без использования КПК. Глотайте телекристаллы, чтобы пополнить аплинк. uplink-deathrattle-implant-name = Коробка имплантеров Предсмертный хрип -uplink-deathrattle-implant-desc = Коробка, содержащая достаточное количество имплантов "Предсмертный хрип" на целый отряд. Передает сообщение с вашими координатами по радиоканалу Синдиката когда вы попадаете в критическое состояние или погибаете. +uplink-deathrattle-implant-desc = Коробка, содержащая достаточное количество имплантов "Предсмертный хрип" на целый отряд. Передаёт сообщение с вашими координатами по радиоканалу Синдиката когда вы попадаете в критическое состояние или погибаете. uplink-death-acidifier-implant-name = Имплантер Посмертный растворитель uplink-death-acidifier-implant-desc = Полностью растворяет пользователя и его снаряжение при ручной активации или гибели носителя. uplink-micro-bomb-implanter-name = Имплантер Микробомба @@ -143,33 +143,33 @@ uplink-ammo-bundle-desc = Перезаряжаю! Содержит 4 магаз uplink-sniper-bundle-name = Набор снайпера uplink-sniper-bundle-desc = Неприметный чемодан, в котором находятся Христов, 10 запасных патронов и удобная маскировка. # Bundles -uplink-c20r-bundle-name = { ent-ClothingBackpackDuffelSyndicateFilledSMG } -uplink-c20r-bundle-desc = { ent-ClothingBackpackDuffelSyndicateFilledSMG.desc } -uplink-buldog-bundle-name = { ent-ClothingBackpackDuffelSyndicateFilledShotgun } -uplink-buldog-bundle-desc = { ent-ClothingBackpackDuffelSyndicateFilledShotgun.desc } -uplink-grenade-launcher-bundle-name = { ent-ClothingBackpackDuffelSyndicateFilledGrenadeLauncher } -uplink-grenade-launcher-bundle-desc = { ent-ClothingBackpackDuffelSyndicateFilledGrenadeLauncher.desc } -uplink-l6-saw-bundle-name = { ent-ClothingBackpackDuffelSyndicateFilledLMG } -uplink-l6-saw-bundle-desc = { ent-ClothingBackpackDuffelSyndicateFilledLMG.desc } -uplink-zombie-bundle-name = { ent-ClothingBackpackDuffelZombieBundle } -uplink-zombie-bundle-desc = { ent-ClothingBackpackDuffelZombieBundle.desc } -uplink-surplus-bundle-name = Ящик припасов синдиката +uplink-c20r-bundle-name = Набор "C-20r" +uplink-c20r-bundle-desc = Старый добрый: Классический пистолет-пулемёт C-20r в комплекте с тремя магазинами. +uplink-buldog-bundle-name = Набор "Бульдог" +uplink-buldog-bundle-desc = Простой и надёжный: Содержит популярный дробовик Бульдог, барабан пуль и 3 барабана дроби. +uplink-grenade-launcher-bundle-name = Набор "China-Lake" +uplink-grenade-launcher-bundle-desc = Старый гранатомёт China-Lake, снабжённый 11 гранатами различной поражающей способности. +uplink-l6-saw-bundle-name = Набор "L6 Saw" +uplink-l6-saw-bundle-desc = Ещё больше дакки: культовый лёгкий пулемёт L6 в комплекте с 2 коробами патронов. +uplink-zombie-bundle-name = Зомби-набор Синдиката +uplink-zombie-bundle-desc = Универсальный набор для создания зомби на станции. +uplink-surplus-bundle-name = Ящик припасов Синдиката uplink-surplus-bundle-desc = Содержит случайное снаряжение Синдиката, общей стоимостью в 50 телекристаллов. Оно может быть как бесполезным хламом, так и реально крутым. -uplink-super-surplus-bundle-name = Ящик суперприпасов синдиката +uplink-super-surplus-bundle-name = Ящик суперприпасов Синдиката uplink-super-surplus-bundle-desc = Содержит случайное снаряжение Синдиката, общей стоимостью в 125 телекристаллов. # Tools uplink-toolbox-name = Ящик инструментов -uplink-toolbox-desc = Полный набор инструментов для предателя с тягой к механике. Включает пару изолированных боевых перчаток, противогаз синдиката и плечевую кобуру. +uplink-toolbox-desc = Полный набор инструментов для предателя с тягой к механике. Включает пару изолированных боевых перчаток, противогаз Синдиката и плечевую кобуру. uplink-syndicate-jaws-of-life-name = Челюсти жизни uplink-syndicate-jaws-of-life-desc = Комбинация лома и кусачек. Используется для проникновения на станцию или в её отделы. uplink-duffel-surgery-name = Хирургический вещмешок uplink-duffel-surgery-desc = Большой вещмешок с полным набором хирургических инструментов. -uplink-power-sink-name = { ent-PowerSink } +uplink-power-sink-name = Поглотитель энергии uplink-power-sink-desc = Вытягивает огромное количество электроэнергии из сети. Подключите его к проводам с помощью гаечного ключа. -uplink-carp-dehydrated-name = { ent-DehydratedSpaceCarp } -uplink-carp-dehydrated-desc = { ent-DehydratedSpaceCarp.desc } +uplink-carp-dehydrated-name = Обезвоженный космический карп +uplink-carp-dehydrated-desc = Выглядит как плюшевый игрушечный карп, но стоит только добавить воды, и он превращается в настоящего космического карпа! # Job Specific -uplink-gatfruit-seeds-name = { ent-GatfruitSeeds } +uplink-gatfruit-seeds-name = Пакет семян гатфрукта uplink-gatfruit-seeds-desc = И кто сказал, что пушки не растут на деревьях? uplink-rigged-boxing-gloves-name = Нечестные боксёрские перчатки uplink-rigged-boxing-gloves-desc = Порхай как бабочка, жаль как пчела. @@ -188,45 +188,45 @@ uplink-chimp-upgrade-kit-desc = Вставьте этот чип в станда uplink-proximity-mine-name = Неконтактная мина uplink-proximity-mine-desc = Мина, замаскированная под знак мокрого пола. uplink-disposable-turret-name = Одноразовая баллистическая турель -uplink-disposable-turret-desc = На вид и по функционалу напоминает обычный электротехнический ящик для инструментов. После удара ящик превращается в баллистическую турель, которая теоретически может стрелять во всех, кроме представителей Синдиката. С помощью отвертки её можно превратить обратно в ящик для инструментов, а с помощью гаечного ключа - отремонтировать. +uplink-disposable-turret-desc = На вид и по функционалу напоминает обычный электротехнический ящик для инструментов. После удара ящик превращается в баллистическую турель, которая теоретически может стрелять во всех, кроме представителей Синдиката. С помощью отвёртки её можно превратить обратно в ящик для инструментов, а с помощью гаечного ключа - отремонтировать. uplink-cluster-banana-peel-name = Кластерный банан uplink-cluster-banana-peel-desc = После приземления распадается на 6 взрывных банановых кожур, которые автоматически детонируют через 20 секунд, если на них никто не поскользнётся. # Armor uplink-chameleon-name = Набор "Хамелеон" -uplink-chameleon-desc = Рюкзак, полный вещей, оснащенных технологией хамелеона, позволяющих вам маскироваться под кого угодно на станции, и даже больше! +uplink-chameleon-desc = Рюкзак, полный вещей, оснащённых технологией хамелеона, позволяющих вам маскироваться под кого угодно на станции, и даже больше! uplink-clothing-no-slips-shoes-name = Нескользящая обувь uplink-clothing-no-slips-shoes-desc = Ботинки-хамелеоны, которые защищают вас от подскальзывания. uplink-clothing-thieving-gloves-name = Воровские перчатки uplink-clothing-thieving-gloves-desc = Незаметно обчищайте карманы и повышайте свой навык воровства с помощью этих новых модных перчаток, которые выглядят как обычные! -uplink-clothing-outer-vest-web-name = { ent-ClothingOuterVestWeb } -uplink-clothing-outer-vest-web-desc = { ent-ClothingOuterVestWeb.desc } +uplink-clothing-outer-vest-web-name = Тактический жилет +uplink-clothing-outer-vest-web-desc = Синтетический бронежилет. У этого есть дополнительные ремни и баллистические пластины. uplink-hardsuit-syndie-name = Скафандр Синдиката uplink-hardsuit-syndie-desc = Широко известный бронированный кроваво-красный скафандр Синдиката, позволяющий выходить в открытый космос и устойчивый к пулям. -uplink-clothing-shoes-boots-mag-syndie-name = { ent-ClothingShoesBootsMagSyndie } +uplink-clothing-shoes-boots-mag-syndie-name = Кроваво-красные магнитные сапоги uplink-clothing-shoes-boots-mag-syndie-desc = Пара ботинок, которые предотвращают поскальзывание и позволяют нормально передвигаться в условиях невесомости за счёт небольшого замедления. Кроме этого, они обладают функционалом реактивного ранца и поставляются заправленными, но хватает их ненадолго. -uplink-eva-syndie-name = { ent-ClothingBackpackDuffelSyndicateEVABundle } +uplink-eva-syndie-name = Набор EVA Синдиката uplink-eva-syndie-desc = Простой EVA-скафандр, который не даёт никакой защиты, кроме той, что необходима для выживания в космосе. uplink-hardsuit-syndieelite-name = Элитный скафандр Синдиката uplink-hardsuit-syndieelite-desc = Элитная версия кроваво-красного скафандра, отличающаяся повышенной мобильностью и огнеупорностью. Собственность Мародёров Горлекса. -uplink-clothing-outer-hardsuit-juggernaut-name = { ent-ClothingOuterHardsuitJuggernaut } -uplink-clothing-outer-hardsuit-juggernaut-desc = { ent-ClothingOuterHardsuitJuggernaut.desc } -uplink-cyberpen-name = { ent-CyberPen } +uplink-clothing-outer-hardsuit-juggernaut-name = Скафандр джаггернаута Cybersun +uplink-clothing-outer-hardsuit-juggernaut-desc = Сверхпрочная броня из материалов, испытанных в хромосферном комплексе Тау. Единственное, что сможет вас задержать - этот костюм... и тазеры. +uplink-cyberpen-name = Ручка Cybersun uplink-cyberpen-desc = Ручка юридического отдела Cybersun, бесценная при необходимости подделать документы и сбежать из тюрьмы. Смутно пахнет хардлайтом и спекуляциями на войне. uplink-decoy-disk-name = Фальшивый диск ядерной авторизации uplink-decoy-disk-desc = Кусок пластика с лентикулярным принтом, сделанным так, чтобы быть похожим на диск ядерной авторизации. -uplink-cigarettes-name = { ent-CigPackSyndicate } -uplink-cigarettes-desc = { ent-CigPackSyndicate.desc } -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-cigarettes-name = Пачка сигарет Синдиката +uplink-cigarettes-desc = Элитные сигареты для элитных агентов Синдиката. Насыщенные лекарствами, когда вам нужно больше, чем просто успокоить нервы. +uplink-clothing-conducting-gloves-name = Токопроводящие перчатки +uplink-clothing-conducting-gloves-desc = Выглядят как изолированные перчатки, но удар током нанесёт вам гораздо больше повреждений, чем если бы у вас вообще ничего не было на руках! Лучше всего подойдут в качестве подарка пассажирам, которых вы искренне недолюбливаете. uplink-snack-box-name = Коробка закусок Синдиката uplink-snack-box-desc = Коробка вкусных снэков и напитков, которые можно съесть в одиночку или разделить с командой. Включает одну нежелательную игрушку. uplink-eshield-name = Энергощит uplink-eshield-desc = Экзотический энергощит, отражающий почти все лазерные лучи, а также немного защищающий от пуль и других физических атак. -uplink-soap-name = { ent-SoapSyndie } -uplink-soap-desc = { ent-SoapSyndie.desc } +uplink-soap-name = Мыло +uplink-soap-desc = Не вызывающий доверия кусок мыла. Пахнет страхом. uplink-ultrabright-lantern-name = Сверхъяркий светильник uplink-ultrabright-lantern-desc = Может быть использован для ослепления людей как вспышка. -uplink-nocturine-chemistry-bottle-name = { ent-NocturineChemistryBottle } +uplink-nocturine-chemistry-bottle-name = Бутылочка ноктюрина. uplink-nocturine-chemistry-bottle-desc = Химическое вещество, от которого ваша цель не устоит (на ногах). uplink-combat-medkit-name = Боевая аптечка uplink-combat-medkit-desc = Аптечка, предназначенная для лечения боевых ранений. @@ -236,8 +236,8 @@ uplink-stimpack-name = Стимпак uplink-stimpack-desc = Легендарный химический коктейль, производимый компанией Donk Co. для Синдиката. Одна инъекция этого вещества увеличивает скорость бега и позволяет быстрее восстанавливаться после оглушения в течение 30-ти секунд. uplink-stimkit-name = Набор стимпаков uplink-stimkit-desc = Аптечка, содержащая 6 микро-стимпаков, каждый из которых содержит дозу стимулятора на 15 секунд. -uplink-syndicate-segway-crate-name = { ent-VehicleSyndicateSegway } -uplink-syndicate-segway-crate-desc = { ent-VehicleSyndicateSegway.desc } +uplink-syndicate-segway-crate-name = Сегвей Синдиката +uplink-syndicate-segway-crate-desc = Будьте врагом корпорации на стиле. uplink-syndicate-sponge-box-name = Коробка губок Синдиката uplink-syndicate-sponge-box-desc = Коробка с 6 губками Синдиката, замаскированными под обезьяньи кубики, которые при контакте с водой превращаются в различных злобных диких животных. uplink-slipocalypse-clustersoap-name = Кластерное мыло Скользкопокалипсис @@ -245,32 +245,32 @@ uplink-slipocalypse-clustersoap-desc = После приземления раз uplink-mobcat-microbomb-name = СиндиКот uplink-mobcat-microbomb-desc = Ручной кот, оснащённый имплантом Микробомба. Взрывается при серьёзном ранении. Может больно кусаться. # Pointless -uplink-revolver-cap-gun-name = { ent-RevolverCapGun } -uplink-revolver-cap-gun-desc = { ent-RevolverCapGun.desc } -uplink-syndicate-stamp-name = { ent-RubberStampSyndicate } -uplink-syndicate-stamp-desc = { ent-RubberStampSyndicate.desc } -uplink-cat-ears-name = { ent-ClothingHeadHatCatEars } +uplink-revolver-cap-gun-name = Игрушечный пистолет +uplink-revolver-cap-gun-desc = Выглядит почти как настоящий! От 8 лет и старше. +uplink-syndicate-stamp-name = Печать Синдиката +uplink-syndicate-stamp-desc = Печать из резины, для проставления печатей на важных документах. +uplink-cat-ears-name = Кошачьи ушки uplink-cat-ears-desc = UwU -uplink-outlaw-hat-name = { ent-ClothingHeadHatOutlawHat } -uplink-outlaw-hat-desc = { ent-ClothingHeadHatOutlawHat.desc } +uplink-outlaw-hat-name = Шляпа негодяя +uplink-outlaw-hat-desc = Шляпа, в которой вы выглядите словно носите пистолет с одной и ещё девятнадцатью зарубками. uplink-outlaw-glasses-name = Очки негодяя uplink-outlaw-glasses-desc = Обязательны для каждого уважающего себя агента под прикрытием. -uplink-costume-pyjama-name = { ent-ClothingBackpackDuffelSyndicatePyjamaBundle } -uplink-costume-pyjama-desc = { ent-ClothingBackpackDuffelSyndicatePyjamaBundle.desc } +uplink-costume-pyjama-name = Вещмешок пижам Синдиката +uplink-costume-pyjama-desc = Содержит 3 пижамы Синдиката и 3 плюшевые игрушки для самой лучшей ночёвки. uplink-costume-clown-name = Вещмешок с костюмом клоуна uplink-costume-clown-desc = Содержит полный комплект клоунского костюма. Включает КПК и гарнитуру сервисного отдела. uplink-carp-suit-bundle-name = Вещмешок с костюмом карпа uplink-carp-suit-bundle-desc = Содержит костюм карпа и нескольких друзей для игр. -uplink-operative-suit-name = { ent-ClothingUniformJumpsuitOperative } +uplink-operative-suit-name = Комбинезон оперативника uplink-operative-suit-desc = Комбинезон из отборной ткани, выдаваемый нашим ядерным оперативникам, гарантирует, что вы будете выделяться, и не имеет никаких других преимуществ, кроме крутого внешнего вида. -uplink-operative-skirt-name = { ent-ClothingUniformJumpskirtOperative } +uplink-operative-skirt-name = Юбка-комбинезон оперативника uplink-operative-skirt-desc = Юбка-комбинезон из отборной ткани, выдаваемая нашим ядерным оперативницам, гарантирует, что вы будете выделяться, и не имеет никаких других преимуществ, кроме крутого внешнего вида. -uplink-balloon-name = { ent-BalloonSyn } -uplink-balloon-desc = { ent-BalloonSyn.desc } +uplink-balloon-name = Воздушный шарик Синдиката +uplink-balloon-desc = Вручается смелейшим из смелейших, пережившим аттракцион "Атомный смерч" в Синдиленде. uplink-scarf-syndie-red-name = Красный полосатый шарф Синдиката -uplink-scarf-syndie-red-desc = Стильный красный полосатый шарф Синдиката. Идеальный зимний аксессуар для тех, у кого обостренное чувство моды, и тех, кто просто в настроении что-нибудь украсть. +uplink-scarf-syndie-red-desc = Стильный красный полосатый шарф Синдиката. Идеальный зимний аксессуар для тех, у кого обострённое чувство моды, и тех, кто просто в настроении что-нибудь украсть. uplink-scarf-syndie-green-name = Зелёный полосатый шарф Синдиката -uplink-scarf-syndie-green-desc = Стильный зелёный полосатый шарф Синдиката. Идеальный зимний аксессуар для тех, у кого обостренное чувство моды, и тех, кто просто в настроении что-нибудь украсть. +uplink-scarf-syndie-green-desc = Стильный зелёный полосатый шарф Синдиката. Идеальный зимний аксессуар для тех, у кого обострённое чувство моды, и тех, кто просто в настроении что-нибудь украсть. uplink-syndicate-pai-name = пИИ Синдиката uplink-syndicate-pai-desc = Вариант пИИ от Синдиката, с доступом к радиоканалу Синдиката. Полезность не гарантируется. uplink-bribe-name = Набор лоббиста diff --git a/Resources/Locale/ru-RU/tiles/tiles.ftl b/Resources/Locale/ru-RU/tiles/tiles.ftl index 9e442658c3c..f1aa02a892b 100644 --- a/Resources/Locale/ru-RU/tiles/tiles.ftl +++ b/Resources/Locale/ru-RU/tiles/tiles.ftl @@ -1,7 +1,7 @@ tiles-space = космос tiles-plating = покрытие tiles-lattice = решётка -tiles-lattice-train = train lattice +tiles-lattice-train = решётка поезда tiles-steel-floor = стальной пол tiles-steel-floor-mini = стальные мини-плиты tiles-steel-floor-pavement = стальное покрытие diff --git a/Resources/Locale/ru-RU/vending-machines/vending-machine.ftl b/Resources/Locale/ru-RU/vending-machines/vending-machine.ftl index 034fc0228b6..1bb3ff07cea 100644 --- a/Resources/Locale/ru-RU/vending-machines/vending-machine.ftl +++ b/Resources/Locale/ru-RU/vending-machines/vending-machine.ftl @@ -1,3 +1,3 @@ vending-machine-thanks = Спасибо что воспользовались { $name }! -vending-machine-flavor-left = Request refills at cargo +vending-machine-flavor-left = Запрашивайте пополнение в отделе снабжения vending-machine-flavor-right = v1.1 diff --git a/Resources/Locale/ru-RU/weapons/grenades/voice-trigger.ftl b/Resources/Locale/ru-RU/weapons/grenades/voice-trigger.ftl index 7366bf038fb..26ec07d3a49 100644 --- a/Resources/Locale/ru-RU/weapons/grenades/voice-trigger.ftl +++ b/Resources/Locale/ru-RU/weapons/grenades/voice-trigger.ftl @@ -1,10 +1,10 @@ examine-trigger-voice = На дисплее виднеется: "{ $keyphrase }" trigger-voice-uninitialized = На дисплее виднеется: Не инициализированно... -verb-trigger-voice-record = Записать -verb-trigger-voice-stop = Stop +verb-trigger-voice-record = Запись +verb-trigger-voice-stop = Стоп verb-trigger-voice-clear = Стереть запись popup-trigger-voice-start-recording = Начало записи popup-trigger-voice-stop-recording = Конец записи -popup-trigger-voice-record-failed-too-long = Message too long, try again -popup-trigger-voice-record-failed-too-short = Message too short, try again -popup-trigger-voice-recorded = Записано +popup-trigger-voice-record-failed-too-long = Слишком длинное сообщение, попробуйте ещё раз +popup-trigger-voice-record-failed-too-short = Слишком короткое сообщение, попробуйте ещё раз +popup-trigger-voice-recorded = Успешно записано diff --git a/Resources/Locale/ru-RU/weapons/melee/melee.ftl b/Resources/Locale/ru-RU/weapons/melee/melee.ftl index 5892b9a886a..d534e5d0b1a 100644 --- a/Resources/Locale/ru-RU/weapons/melee/melee.ftl +++ b/Resources/Locale/ru-RU/weapons/melee/melee.ftl @@ -1,7 +1,6 @@ melee-inject-failed-hardsuit = Ваш { $weapon } не может проникнуть сквозь скафандр! melee-balloon-pop = { CAPITALIZE($balloon) } лопнул! #BatteryComponent -# BatteryComponent melee-battery-examine = Заряда хватит на [color={ $color }]{ $count }[/color] { $count -> [one] удар From fb14b84e30c7c76d3498f24f8b844a2772a726d9 Mon Sep 17 00:00:00 2001 From: mofkkol1 <160409429+mofkkol1@users.noreply.github.com> Date: Fri, 23 Feb 2024 05:39:52 +0600 Subject: [PATCH 45/93] New Paper Station (#1880) --- .../Tests/PostMapInitTest.cs | 1 + .../Maps/Shuttles/emergency_corvaxpaper.yml | 1880 + Resources/Maps/corvax_paper.yml | 103674 +++++++++++++++ .../Prototypes/Corvax/Maps/Pools/corvax.yml | 1 + .../Prototypes/Corvax/Maps/Pools/default.yml | 3 +- Resources/Prototypes/Corvax/Maps/paper.yml | 68 + 6 files changed, 105626 insertions(+), 1 deletion(-) create mode 100644 Resources/Maps/Shuttles/emergency_corvaxpaper.yml create mode 100644 Resources/Maps/corvax_paper.yml create mode 100644 Resources/Prototypes/Corvax/Maps/paper.yml diff --git a/Content.IntegrationTests/Tests/PostMapInitTest.cs b/Content.IntegrationTests/Tests/PostMapInitTest.cs index d6e64af92de..29761b1c3b1 100644 --- a/Content.IntegrationTests/Tests/PostMapInitTest.cs +++ b/Content.IntegrationTests/Tests/PostMapInitTest.cs @@ -54,6 +54,7 @@ public sealed class PostMapInitTest "CorvaxGelta", "CorvaxMaus", "CorvaxIshimura", + "CorvaxPaper", // Corvax-End "Dev", "TestTeg", diff --git a/Resources/Maps/Shuttles/emergency_corvaxpaper.yml b/Resources/Maps/Shuttles/emergency_corvaxpaper.yml new file mode 100644 index 00000000000..7c2fb9468e3 --- /dev/null +++ b/Resources/Maps/Shuttles/emergency_corvaxpaper.yml @@ -0,0 +1,1880 @@ +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 29: FloorDark + 34: FloorDarkMono + 91: FloorSteelCheckerDark + 120: Lattice + 121: Plating +entities: +- proto: "" + entities: + - uid: 1 + components: + - type: MetaData + name: grid + - type: Transform + pos: -0.640625,0.4375 + parent: invalid + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAIgAAAAAAIgAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: Broadphase + - 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: + color: '#FFFFFFFF' + id: Bot + decals: + 3: 1,8 + 4: 1,9 + 5: 1,10 + 6: 1,6 + 7: 1,5 + 8: 1,4 + 9: 1,3 + 10: 1,2 + 11: 3,1 + 12: 3,3 + 13: 3,4 + 14: 3,5 + 15: 6,1 + 16: 7,1 + 17: 5,3 + 18: 3,12 + 19: 3,13 + 20: 1,13 + 21: 1,12 + 22: 5,12 + 23: 5,13 + 24: 6,13 + 25: 7,13 + 26: 4,7 + 27: 4,8 + 28: 5,9 + 29: 6,9 + 30: 7,9 + 31: 8,9 + 32: 3,14 + - node: + color: '#4A4542FF' + id: CheckerNWSE + decals: + 0: 0,1 + 1: 0,7 + 2: 8,11 + - node: + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: LoadingArea + decals: + 33: 1,1 + 34: 1,7 + - type: GridAtmosphere + version: 2 + data: + tiles: + 0,0: + 0: 65535 + 0,1: + 0: 65535 + 0,2: + 0: 65535 + 0,3: + 0: 65535 + 1,0: + 0: 65535 + 1,1: + 0: 65535 + 1,2: + 0: 65535 + 1,3: + 0: 65535 + 2,0: + 0: 13107 + 2,1: + 0: 30515 + 2,2: + 0: 13111 + 2,3: + 0: 13107 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance + - type: EmergencyShuttle +- proto: AirlockCommandLocked + entities: + - uid: 60 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: 8.5,11.5 + parent: 1 +- proto: AirlockEngineeringLocked + entities: + - uid: 120 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,2.5 + parent: 1 +- proto: AirlockExternalGlassShuttleEmergencyLocked + entities: + - uid: 3 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,1.5 + parent: 1 + - uid: 4 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,7.5 + parent: 1 +- proto: AirlockSecurityLawyerLocked + entities: + - uid: 58 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: 2.5,11.5 + parent: 1 +- proto: AirlockServiceGlassLocked + entities: + - uid: 90 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,6.5 + parent: 1 +- proto: APCHyperCapacity + entities: + - uid: 185 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,3.5 + parent: 1 +- proto: AtmosDeviceFanTiny + entities: + - uid: 121 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,7.5 + parent: 1 + - uid: 122 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,1.5 + parent: 1 +- proto: BoozeDispenser + entities: + - uid: 85 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,6.5 + parent: 1 +- proto: CableApcExtension + entities: + - uid: 240 + components: + - type: Transform + pos: 4.5,3.5 + parent: 1 + - uid: 241 + components: + - type: Transform + pos: 5.5,3.5 + parent: 1 + - uid: 242 + components: + - type: Transform + pos: 6.5,3.5 + parent: 1 + - uid: 243 + components: + - type: Transform + pos: 7.5,3.5 + parent: 1 + - uid: 244 + components: + - type: Transform + pos: 6.5,2.5 + parent: 1 + - uid: 245 + components: + - type: Transform + pos: 3.5,3.5 + parent: 1 + - uid: 246 + components: + - type: Transform + pos: 2.5,3.5 + parent: 1 + - uid: 247 + components: + - type: Transform + pos: 2.5,2.5 + parent: 1 + - uid: 248 + components: + - type: Transform + pos: 2.5,1.5 + parent: 1 + - uid: 249 + components: + - type: Transform + pos: 2.5,4.5 + parent: 1 + - uid: 250 + components: + - type: Transform + pos: 2.5,5.5 + parent: 1 + - uid: 251 + components: + - type: Transform + pos: 2.5,6.5 + parent: 1 + - uid: 252 + components: + - type: Transform + pos: 2.5,7.5 + parent: 1 + - uid: 253 + components: + - type: Transform + pos: 2.5,8.5 + parent: 1 + - uid: 254 + components: + - type: Transform + pos: 2.5,9.5 + parent: 1 + - uid: 255 + components: + - type: Transform + pos: 2.5,10.5 + parent: 1 + - uid: 256 + components: + - type: Transform + pos: 3.5,9.5 + parent: 1 + - uid: 257 + components: + - type: Transform + pos: 4.5,9.5 + parent: 1 + - uid: 258 + components: + - type: Transform + pos: 5.5,9.5 + parent: 1 + - uid: 259 + components: + - type: Transform + pos: 6.5,9.5 + parent: 1 + - uid: 260 + components: + - type: Transform + pos: 7.5,9.5 + parent: 1 + - uid: 261 + components: + - type: Transform + pos: 8.5,9.5 + parent: 1 + - uid: 262 + components: + - type: Transform + pos: 6.5,8.5 + parent: 1 + - uid: 263 + components: + - type: Transform + pos: 6.5,7.5 + parent: 1 + - uid: 264 + components: + - type: Transform + pos: 6.5,6.5 + parent: 1 + - uid: 265 + components: + - type: Transform + pos: 4.5,7.5 + parent: 1 + - uid: 266 + components: + - type: Transform + pos: 3.5,7.5 + parent: 1 + - uid: 267 + components: + - type: Transform + pos: 7.5,7.5 + parent: 1 + - uid: 268 + components: + - type: Transform + pos: 8.5,7.5 + parent: 1 + - uid: 269 + components: + - type: Transform + pos: 7.5,2.5 + parent: 1 + - uid: 270 + components: + - type: Transform + pos: 6.5,1.5 + parent: 1 + - uid: 271 + components: + - type: Transform + pos: 1.5,7.5 + parent: 1 + - uid: 272 + components: + - type: Transform + pos: 2.5,11.5 + parent: 1 + - uid: 273 + components: + - type: Transform + pos: 2.5,12.5 + parent: 1 + - uid: 274 + components: + - type: Transform + pos: 2.5,13.5 + parent: 1 + - uid: 275 + components: + - type: Transform + pos: 8.5,10.5 + parent: 1 + - uid: 276 + components: + - type: Transform + pos: 8.5,11.5 + parent: 1 + - uid: 277 + components: + - type: Transform + pos: 8.5,12.5 + parent: 1 + - uid: 278 + components: + - type: Transform + pos: 8.5,13.5 + parent: 1 + - uid: 279 + components: + - type: Transform + pos: 7.5,13.5 + parent: 1 + - uid: 280 + components: + - type: Transform + pos: 6.5,13.5 + parent: 1 + - uid: 281 + components: + - type: Transform + pos: 5.5,13.5 + parent: 1 +- proto: CableHV + entities: + - uid: 183 + components: + - type: Transform + pos: 6.5,4.5 + parent: 1 + - uid: 184 + components: + - type: Transform + pos: 5.5,4.5 + parent: 1 +- proto: CableMV + entities: + - uid: 186 + components: + - type: Transform + pos: 6.5,4.5 + parent: 1 + - uid: 187 + components: + - type: Transform + pos: 6.5,3.5 + parent: 1 + - uid: 188 + components: + - type: Transform + pos: 5.5,3.5 + parent: 1 + - uid: 189 + components: + - type: Transform + pos: 4.5,3.5 + parent: 1 + - uid: 190 + components: + - type: Transform + pos: 3.5,3.5 + parent: 1 + - uid: 191 + components: + - type: Transform + pos: 2.5,3.5 + parent: 1 + - uid: 192 + components: + - type: Transform + pos: 1.5,3.5 + parent: 1 + - uid: 193 + components: + - type: Transform + pos: 0.5,3.5 + parent: 1 + - uid: 194 + components: + - type: Transform + pos: 0.5,4.5 + parent: 1 + - uid: 195 + components: + - type: Transform + pos: 0.5,5.5 + parent: 1 + - uid: 196 + components: + - type: Transform + pos: 2.5,2.5 + parent: 1 + - uid: 197 + components: + - type: Transform + pos: 2.5,1.5 + parent: 1 + - uid: 198 + components: + - type: Transform + pos: 2.5,0.5 + parent: 1 + - uid: 199 + components: + - type: Transform + pos: 1.5,0.5 + parent: 1 + - uid: 200 + components: + - type: Transform + pos: 3.5,0.5 + parent: 1 + - uid: 201 + components: + - type: Transform + pos: 5.5,2.5 + parent: 1 + - uid: 202 + components: + - type: Transform + pos: 5.5,1.5 + parent: 1 + - uid: 203 + components: + - type: Transform + pos: 5.5,0.5 + parent: 1 + - uid: 204 + components: + - type: Transform + pos: 6.5,0.5 + parent: 1 + - uid: 205 + components: + - type: Transform + pos: 7.5,0.5 + parent: 1 + - uid: 206 + components: + - type: Transform + pos: 2.5,4.5 + parent: 1 + - uid: 207 + components: + - type: Transform + pos: 2.5,5.5 + parent: 1 + - uid: 208 + components: + - type: Transform + pos: 2.5,6.5 + parent: 1 + - uid: 209 + components: + - type: Transform + pos: 2.5,7.5 + parent: 1 + - uid: 210 + components: + - type: Transform + pos: 2.5,8.5 + parent: 1 + - uid: 211 + components: + - type: Transform + pos: 2.5,9.5 + parent: 1 + - uid: 212 + components: + - type: Transform + pos: 2.5,10.5 + parent: 1 + - uid: 213 + components: + - type: Transform + pos: 1.5,9.5 + parent: 1 + - uid: 214 + components: + - type: Transform + pos: 0.5,9.5 + parent: 1 + - uid: 215 + components: + - type: Transform + pos: 0.5,10.5 + parent: 1 + - uid: 216 + components: + - type: Transform + pos: 2.5,11.5 + parent: 1 + - uid: 217 + components: + - type: Transform + pos: 1.5,11.5 + parent: 1 + - uid: 218 + components: + - type: Transform + pos: 3.5,11.5 + parent: 1 + - uid: 219 + components: + - type: Transform + pos: 2.5,12.5 + parent: 1 + - uid: 220 + components: + - type: Transform + pos: 2.5,13.5 + parent: 1 + - uid: 221 + components: + - type: Transform + pos: 2.5,14.5 + parent: 1 + - uid: 222 + components: + - type: Transform + pos: 2.5,15.5 + parent: 1 + - uid: 223 + components: + - type: Transform + pos: 3.5,15.5 + parent: 1 + - uid: 224 + components: + - type: Transform + pos: 1.5,15.5 + parent: 1 + - uid: 225 + components: + - type: Transform + pos: 3.5,10.5 + parent: 1 + - uid: 226 + components: + - type: Transform + pos: 4.5,10.5 + parent: 1 + - uid: 227 + components: + - type: Transform + pos: 5.5,10.5 + parent: 1 + - uid: 228 + components: + - type: Transform + pos: 6.5,10.5 + parent: 1 + - uid: 229 + components: + - type: Transform + pos: 7.5,10.5 + parent: 1 + - uid: 230 + components: + - type: Transform + pos: 8.5,10.5 + parent: 1 + - uid: 231 + components: + - type: Transform + pos: 8.5,11.5 + parent: 1 + - uid: 232 + components: + - type: Transform + pos: 8.5,12.5 + parent: 1 + - uid: 233 + components: + - type: Transform + pos: 8.5,13.5 + parent: 1 + - uid: 234 + components: + - type: Transform + pos: 7.5,13.5 + parent: 1 + - uid: 235 + components: + - type: Transform + pos: 7.5,14.5 + parent: 1 + - uid: 236 + components: + - type: Transform + pos: 7.5,15.5 + parent: 1 + - uid: 237 + components: + - type: Transform + pos: 8.5,15.5 + parent: 1 + - uid: 238 + components: + - type: Transform + pos: 6.5,15.5 + parent: 1 + - uid: 239 + components: + - type: Transform + pos: 5.5,15.5 + parent: 1 +- proto: Chair + entities: + - uid: 135 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,14.5 + parent: 1 +- proto: ChairPilotSeat + entities: + - uid: 112 + components: + - type: Transform + pos: 5.5,3.5 + parent: 1 + - uid: 118 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,1.5 + parent: 1 + - uid: 119 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,1.5 + parent: 1 + - uid: 123 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,3.5 + parent: 1 + - uid: 124 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,4.5 + parent: 1 + - uid: 125 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,5.5 + parent: 1 + - uid: 126 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,2.5 + parent: 1 + - uid: 127 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,1.5 + parent: 1 + - uid: 128 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,3.5 + parent: 1 + - uid: 129 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,4.5 + parent: 1 + - uid: 130 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,5.5 + parent: 1 + - uid: 131 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,6.5 + parent: 1 + - uid: 132 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,8.5 + parent: 1 + - uid: 133 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,9.5 + parent: 1 + - uid: 134 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,10.5 + parent: 1 + - uid: 140 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,13.5 + parent: 1 + - uid: 141 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,12.5 + parent: 1 + - uid: 142 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,13.5 + parent: 1 + - uid: 143 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,12.5 + parent: 1 + - uid: 152 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,13.5 + parent: 1 + - uid: 153 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,13.5 + parent: 1 + - uid: 154 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,13.5 + parent: 1 + - uid: 155 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,12.5 + parent: 1 +- proto: ClosetWallEmergencyFilledRandom + entities: + - uid: 167 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,12.5 + parent: 1 + - uid: 168 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,12.5 + parent: 1 + - uid: 169 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,4.5 + parent: 1 +- proto: ClosetWallFireFilledRandom + entities: + - uid: 170 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,5.5 + parent: 1 + - uid: 171 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,13.5 + parent: 1 + - uid: 172 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,13.5 + parent: 1 +- proto: ComputerComms + entities: + - uid: 148 + components: + - type: Transform + pos: 5.5,14.5 + parent: 1 +- proto: ComputerCrewMonitoring + entities: + - uid: 149 + components: + - type: Transform + pos: 7.5,14.5 + parent: 1 +- proto: ComputerEmergencyShuttle + entities: + - uid: 147 + components: + - type: Transform + pos: 6.5,14.5 + parent: 1 +- proto: FireAxeCabinetFilled + entities: + - uid: 173 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,11.5 + parent: 1 +- proto: GeneratorBasic15kW + entities: + - uid: 105 + components: + - type: Transform + pos: 5.5,4.5 + parent: 1 +- proto: GravityGeneratorMini + entities: + - uid: 108 + components: + - type: Transform + pos: 5.5,1.5 + parent: 1 +- proto: Grille + entities: + - uid: 8 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,5.5 + parent: 1 + - uid: 9 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,4.5 + parent: 1 + - uid: 10 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,3.5 + parent: 1 + - uid: 15 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,0.5 + parent: 1 + - uid: 16 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,0.5 + parent: 1 + - uid: 61 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,15.5 + parent: 1 + - uid: 99 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,15.5 + parent: 1 + - uid: 100 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,15.5 + parent: 1 + - uid: 101 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,15.5 + parent: 1 + - uid: 102 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,15.5 + parent: 1 + - uid: 103 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,15.5 + parent: 1 + - uid: 104 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,15.5 + parent: 1 + - uid: 145 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,11.5 + parent: 1 + - uid: 146 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,11.5 + parent: 1 + - uid: 156 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,0.5 + parent: 1 + - uid: 157 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,0.5 + parent: 1 + - uid: 158 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,0.5 + parent: 1 + - uid: 159 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,0.5 + parent: 1 + - uid: 162 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,10.5 + parent: 1 + - uid: 163 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,9.5 + parent: 1 +- proto: Gyroscope + entities: + - uid: 107 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,4.5 + parent: 1 +- proto: InflatableDoorStack + entities: + - uid: 117 + components: + - type: Transform + pos: 6.4766674,3.543462 + parent: 1 +- proto: InflatableWallStack + entities: + - uid: 116 + components: + - type: Transform + pos: 6.6081915,3.6967468 + parent: 1 +- proto: PosterLegitSecWatch + entities: + - uid: 144 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,14.5 + parent: 1 +- proto: PottedPlant22 + entities: + - uid: 164 + components: + - type: Transform + pos: 4.5,9.5 + parent: 1 +- proto: PowerCellRecharger + entities: + - uid: 115 + components: + - type: Transform + pos: 7.5,3.5 + parent: 1 +- proto: Poweredlight + entities: + - uid: 2 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: 6.5,10.5 + parent: 1 + - uid: 174 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,13.5 + parent: 1 + - uid: 175 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,6.5 + parent: 1 + - uid: 176 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,2.5 + parent: 1 + - uid: 177 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,8.5 + parent: 1 + - uid: 178 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,13.5 + parent: 1 + - uid: 179 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,13.5 + parent: 1 + - uid: 180 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,7.5 + parent: 1 + - uid: 181 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: 6.5,4.5 + parent: 1 + - uid: 182 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,1.5 + parent: 1 +- proto: ShuttleWindow + entities: + - uid: 5 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,5.5 + parent: 1 + - uid: 6 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,4.5 + parent: 1 + - uid: 7 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,3.5 + parent: 1 + - uid: 22 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,15.5 + parent: 1 + - uid: 23 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,15.5 + parent: 1 + - uid: 24 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,15.5 + parent: 1 + - uid: 26 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,15.5 + parent: 1 + - uid: 27 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,15.5 + parent: 1 + - uid: 28 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,15.5 + parent: 1 + - uid: 29 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,15.5 + parent: 1 + - uid: 47 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,0.5 + parent: 1 + - uid: 48 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,0.5 + parent: 1 + - uid: 49 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,0.5 + parent: 1 + - uid: 51 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,0.5 + parent: 1 + - uid: 52 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,0.5 + parent: 1 + - uid: 53 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,0.5 + parent: 1 + - uid: 75 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,11.5 + parent: 1 + - uid: 76 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,11.5 + parent: 1 + - uid: 160 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,10.5 + parent: 1 + - uid: 161 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,9.5 + parent: 1 +- proto: SignDoors + entities: + - uid: 165 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,6.5 + parent: 1 + - uid: 166 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,2.5 + parent: 1 +- proto: soda_dispenser + entities: + - uid: 86 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,6.5 + parent: 1 +- proto: StoolBar + entities: + - uid: 93 + components: + - type: Transform + pos: 8.5,9.5 + parent: 1 + - uid: 94 + components: + - type: Transform + pos: 7.5,9.5 + parent: 1 + - uid: 95 + components: + - type: Transform + pos: 6.5,9.5 + parent: 1 + - uid: 96 + components: + - type: Transform + pos: 5.5,9.5 + parent: 1 + - uid: 97 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,7.5 + parent: 1 + - uid: 98 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,8.5 + parent: 1 +- proto: SubstationBasic + entities: + - uid: 106 + components: + - type: Transform + pos: 6.5,4.5 + parent: 1 +- proto: Table + entities: + - uid: 113 + components: + - type: Transform + pos: 7.5,3.5 + parent: 1 + - uid: 114 + components: + - type: Transform + pos: 6.5,3.5 + parent: 1 +- proto: TableCounterWood + entities: + - uid: 80 + components: + - type: Transform + pos: 8.5,8.5 + parent: 1 + - uid: 81 + components: + - type: Transform + pos: 7.5,8.5 + parent: 1 + - uid: 82 + components: + - type: Transform + pos: 6.5,8.5 + parent: 1 + - uid: 83 + components: + - type: Transform + pos: 5.5,8.5 + parent: 1 + - uid: 84 + components: + - type: Transform + pos: 5.5,7.5 + parent: 1 +- proto: TableReinforced + entities: + - uid: 150 + components: + - type: Transform + pos: 8.5,14.5 + parent: 1 +- proto: TableWood + entities: + - uid: 78 + components: + - type: Transform + pos: 7.5,6.5 + parent: 1 + - uid: 79 + components: + - type: Transform + pos: 8.5,6.5 + parent: 1 +- proto: Thruster + entities: + - uid: 41 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,0.5 + parent: 1 + - uid: 42 + components: + - type: Transform + pos: 9.5,3.5 + parent: 1 + - uid: 44 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,2.5 + parent: 1 + - uid: 45 + components: + - type: Transform + pos: 9.5,1.5 + parent: 1 +- proto: VendingMachineBooze + entities: + - uid: 39 + components: + - type: Transform + pos: 9.5,7.5 + parent: 1 +- proto: VendingMachineSec + entities: + - uid: 139 + components: + - type: Transform + pos: 1.5,14.5 + parent: 1 +- proto: WallShuttle + entities: + - uid: 11 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,6.5 + parent: 1 + - uid: 12 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,2.5 + parent: 1 + - uid: 13 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,0.5 + parent: 1 + - uid: 14 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,8.5 + parent: 1 + - uid: 17 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,11.5 + parent: 1 + - uid: 18 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,12.5 + parent: 1 + - uid: 19 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,13.5 + parent: 1 + - uid: 20 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,14.5 + parent: 1 + - uid: 21 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,15.5 + parent: 1 + - uid: 25 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,15.5 + parent: 1 + - uid: 30 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,15.5 + parent: 1 + - uid: 31 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,14.5 + parent: 1 + - uid: 32 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,13.5 + parent: 1 + - uid: 33 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,12.5 + parent: 1 + - uid: 34 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,11.5 + parent: 1 + - uid: 35 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,10.5 + parent: 1 + - uid: 36 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,9.5 + parent: 1 + - uid: 37 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,8.5 + parent: 1 + - uid: 38 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,8.5 + parent: 1 + - uid: 40 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,5.5 + parent: 1 + - uid: 43 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: 9.5,4.5 + parent: 1 + - uid: 46 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,0.5 + parent: 1 + - uid: 50 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,0.5 + parent: 1 + - uid: 54 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: 5.5,5.5 + parent: 1 + - uid: 55 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: 8.5,3.5 + parent: 1 + - uid: 56 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: 8.5,1.5 + parent: 1 + - uid: 57 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: 8.5,4.5 + parent: 1 + - uid: 59 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: 4.5,1.5 + parent: 1 + - uid: 67 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: 4.5,3.5 + parent: 1 + - uid: 69 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: 4.5,4.5 + parent: 1 + - uid: 71 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: 7.5,5.5 + parent: 1 + - uid: 72 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: 4.5,5.5 + parent: 1 + - uid: 73 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: 6.5,5.5 + parent: 1 + - uid: 74 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: 8.5,5.5 + parent: 1 + - uid: 77 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: 8.5,2.5 + parent: 1 + - uid: 87 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,7.5 + parent: 1 + - uid: 88 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,6.5 + parent: 1 + - uid: 89 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,6.5 + parent: 1 +- proto: WallShuttleInterior + entities: + - uid: 62 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,11.5 + parent: 1 + - uid: 63 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,11.5 + parent: 1 + - uid: 64 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,11.5 + parent: 1 + - uid: 65 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,13.5 + parent: 1 + - uid: 66 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,11.5 + parent: 1 + - uid: 68 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,12.5 + parent: 1 + - uid: 70 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,14.5 + parent: 1 +- proto: WeaponCapacitorRecharger + entities: + - uid: 151 + components: + - type: Transform + pos: 8.5,14.5 + parent: 1 +- proto: WindoorSecureSecurityLawyerLocked + entities: + - uid: 138 + components: + - type: Transform + pos: 2.5,14.5 + parent: 1 +- proto: WindowReinforcedDirectional + entities: + - uid: 91 + components: + - type: Transform + pos: 5.5,7.5 + parent: 1 + - uid: 92 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,8.5 + parent: 1 + - uid: 109 + components: + - type: Transform + pos: 7.5,4.5 + parent: 1 + - uid: 110 + components: + - type: Transform + pos: 6.5,4.5 + parent: 1 + - uid: 111 + components: + - type: Transform + pos: 5.5,4.5 + parent: 1 + - uid: 136 + components: + - type: Transform + pos: 3.5,14.5 + parent: 1 + - uid: 137 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,14.5 + parent: 1 +... diff --git a/Resources/Maps/corvax_paper.yml b/Resources/Maps/corvax_paper.yml new file mode 100644 index 00000000000..6c110ef9dfe --- /dev/null +++ b/Resources/Maps/corvax_paper.yml @@ -0,0 +1,103674 @@ +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 7: FloorAsteroidSand + 8: FloorAsteroidSandDug + 9: FloorAsteroidSandRed + 11: FloorAsteroidTile + 12: FloorAstroGrass + 14: FloorBar + 16: FloorBlue + 17: FloorBlueCircuit + 20: FloorCarpetClown + 27: FloorConcreteMono + 29: FloorDark + 33: FloorDarkMini + 34: FloorDarkMono + 36: FloorDarkPavement + 38: FloorDarkPlastic + 41: FloorEighties + 44: FloorFreezer + 45: FloorGlass + 47: FloorGrass + 48: FloorGrassDark + 49: FloorGrassJungle + 54: FloorGreenCircuit + 58: FloorHydro + 59: FloorIce + 60: FloorKitchen + 61: FloorLaundry + 62: FloorLino + 64: FloorMetalDiamond + 67: FloorMiningDark + 74: FloorPlanetGrass + 75: FloorPlastic + 76: FloorRGlass + 77: FloorReinforced + 78: FloorReinforcedHardened + 80: FloorShowroom + 89: FloorSnow + 91: FloorSteel + 96: FloorSteelDiagonal + 102: FloorSteelMono + 106: FloorTechMaint + 107: FloorTechMaint2 + 109: FloorWebTile + 110: FloorWhite + 114: FloorWhiteMini + 120: FloorWood + 122: Lattice + 123: Plating + 125: PlatingBurnt +entities: +- proto: "" + entities: + - uid: 1 + components: + - type: MetaData + name: map 12 + - type: Transform + - type: Map + - type: PhysicsMap + - type: GridTree + - type: MovedGrids + - type: Broadphase + - type: OccluderTree + - type: LoadedMap + - type: BecomesStation + id: Paper + - uid: 2 + components: + - type: MetaData + name: grid + - type: Transform + pos: -2.8801193,0.015621185 + parent: 1 + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAeAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAagAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAWwAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAA + version: 6 + 0,1: + ind: 0,1 + tiles: ewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAewAAAAAAWwAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAeAAAAAAAPgAAAAAAPgAAAAAAeAAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAeAAAAAAAPgAAAAAAPgAAAAAAeAAAAAAAeAAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAUAAAAAAAUAAAAAAAPQAAAAAAPQAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAegAAAAAAewAAAAAALQAAAAAALQAAAAAALQAAAAAAewAAAAAAewAAAAAAewAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAegAAAAAAewAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAewAAAAAAUAAAAAAAUAAAAAAAPQAAAAAAPQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAewAAAAAAewAAAAAAewAAAAAAPQAAAAAAPQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAewAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAewAAAAAAAAAAAAAAegAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAewAAAAAAegAAAAAA + version: 6 + 0,2: + ind: 0,2 + tiles: egAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAewAAAAAAAAAAAAAAegAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAAAAAAAAAegAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAWwAAAAAAZgAAAAAAZgAAAAAAWwAAAAAAWwAAAAAAegAAAAAAegAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAHQAAAAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAPAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAPAAAAAAAPAAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAagAAAAAAewAAAAAAPAAAAAAAPAAAAAAA + version: 6 + 0,3: + ind: 0,3 + tiles: egAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAPAAAAAAAPAAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAPAAAAAAAPAAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAawAAAAAAewAAAAAAPAAAAAAAPAAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAPAAAAAAAPAAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAALAAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAawAAAAAAewAAAAAALAAAAAAALAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAALAAAAAAALAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAALAAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAALAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAawAAAAAAagAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAA + version: 6 + 0,4: + ind: 0,4 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAWwAAAAAAMAAAAAAAMAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAagAAAAAAewAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAMAAAAAAAMAAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAMAAAAAAAagAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAMAAAAAAAWwAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAagAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAMAAAAAAAewAAAAAA + version: 6 + 0,5: + ind: 0,5 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAMAAAAAAAewAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAMAAAAAAAWwAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,0: + ind: 1,0 + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAIgAAAAAAIgAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAWwAAAAAAWwAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAWwAAAAAAWwAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAewAAAAAAWwAAAAAAWwAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAewAAAAAAUAAAAAAAUAAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAWwAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAewAAAAAAUAAAAAAAUAAAAAAAewAAAAAAHQAAAAAALQAAAAAALQAAAAAALQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAewAAAAAAUAAAAAAAUAAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAUAAAAAAAUAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAA + version: 6 + 1,1: + ind: 1,1 + tiles: ewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAIgAAAAAAewAAAAAAIgAAAAAAewAAAAAAIgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAIgAAAAAAewAAAAAAIgAAAAAAewAAAAAAIgAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAALAAAAAAALAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAeAAAAAAAewAAAAAAagAAAAAAewAAAAAAWwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAALAAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAPgAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAALAAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAPgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAA + version: 6 + 1,2: + ind: 1,2 + tiles: egAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAOgAAAAAADAAAAAAADAAAAAAASgAAAAAAewAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAADAAAAAAADAAAAAAADAAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAOgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAGwAAAAAAGwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAewAAAAAAewAAAAAAPAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAewAAAAAAHQAAAAAAHQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAHQAAAAAAHQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAA + version: 6 + 1,3: + ind: 1,3 + tiles: PAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAHQAAAAAAHQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAHQAAAAAAHQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAHQAAAAAAHQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAGwAAAAAAGwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAHQAAAAAAHQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAALAAAAAAAewAAAAAAHQAAAAAAeAAAAAAAeAAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAALAAAAAAAewAAAAAAHQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAALAAAAAAAewAAAAAAHQAAAAAAeAAAAAAAeAAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAA + version: 6 + 1,4: + ind: 1,4 + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAATgAAAAAATgAAAAAATgAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAATgAAAAAATgAAAAAATgAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAATgAAAAAATgAAAAAATgAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAATgAAAAAATgAAAAAATgAAAAAAewAAAAAAegAAAAAAewAAAAAA + version: 6 + 1,5: + ind: 1,5 + tiles: ewAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAATgAAAAAATgAAAAAATgAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAATgAAAAAATgAAAAAATgAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,0: + ind: 2,0 + tiles: agAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAewAAAAAAbgAAAAAAbgAAAAAAewAAAAAAbgAAAAAAbgAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAewAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAWwAAAAAAWwAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAWwAAAAAAWwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAbgAAAAAAbgAAAAAAewAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAWwAAAAAAWwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAbgAAAAAAbgAAAAAAWwAAAAAAWwAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAbgAAAAAAbgAAAAAAWwAAAAAAWwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAbgAAAAAAbgAAAAAAWwAAAAAAWwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAbgAAAAAAbgAAAAAAewAAAAAAbgAAAAAAbgAAAAAAewAAAAAAbgAAAAAAbgAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAZgAAAAAAZgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAA + version: 6 + 2,1: + ind: 2,1 + tiles: agAAAAAAagAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAHQAAAAAAagAAAAAAewAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAewAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAPgAAAAAAPgAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAPgAAAAAAPgAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAANgAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAegAAAAAAegAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAegAAAAAAAAAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAegAAAAAAAAAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAegAAAAAAegAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAA + version: 6 + 2,2: + ind: 2,2 + tiles: egAAAAAAAAAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAegAAAAAAegAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAAAAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeAAAAAAAeAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeAAAAAAAeAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAZgAAAAAAZgAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAADgAAAAAADgAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAeAAAAAAADgAAAAAAWwAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAeAAAAAAADgAAAAAAWwAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAGwAAAAAAGwAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAGwAAAAAAGwAAAAAAewAAAAAAWwAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAWwAAAAAAZgAAAAAAZgAAAAAAWwAAAAAAGwAAAAAAGwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAGwAAAAAAGwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAGwAAAAAAGwAAAAAAWwAAAAAAWwAAAAAATAAAAAAAewAAAAAATAAAAAAAWwAAAAAAewAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAA + version: 6 + 2,3: + ind: 2,3 + tiles: GwAAAAAAGwAAAAAAWwAAAAAATAAAAAAAWwAAAAAAewAAAAAAWwAAAAAATAAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAGwAAAAAAGwAAAAAAewAAAAAAWwAAAAAATAAAAAAAewAAAAAATAAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAGwAAAAAAGwAAAAAAewAAAAAATAAAAAAAWwAAAAAATAAAAAAAWwAAAAAATAAAAAAAewAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAeAAAAAAAeAAAAAAAewAAAAAAWwAAAAAATAAAAAAAWwAAAAAATAAAAAAAWwAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAeAAAAAAAeAAAAAAAewAAAAAATAAAAAAAWwAAAAAATAAAAAAAWwAAAAAATAAAAAAAewAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAewAAAAAAWwAAAAAAZgAAAAAAZgAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAFAAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAEQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAEQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAMAAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAEQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAMAAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAMAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAA + version: 6 + 2,4: + ind: 2,4 + tiles: awAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAATAAAAAAAWwAAAAAATAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAWwAAAAAAWwAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAWwAAAAAAWwAAAAAATAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAWwAAAAAAWwAAAAAATAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAWwAAAAAATAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAagAAAAAAagAAAAAAHQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAagAAAAAAagAAAAAAHQAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAagAAAAAAagAAAAAAHQAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAA + version: 6 + 2,5: + ind: 2,5 + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 3,0: + ind: 3,0 + tiles: ewAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAbgAAAAAAewAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAbgAAAAAAewAAAAAAagAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAewAAAAAAagAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAA + version: 6 + 3,1: + ind: 3,1 + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAUAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAATQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAEQAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAHQAAAAAATAAAAAAAHQAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAA + version: 6 + 3,2: + ind: 3,2 + tiles: ewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAagAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAALAAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAewAAAAAAewAAAAAALAAAAAAALAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAagAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAagAAAAAAawAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAagAAAAAAawAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAUAAAAAAAUAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAHQAAAAAA + version: 6 + 3,3: + ind: 3,3 + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAUAAAAAAAUAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAPgAAAAAAPgAAAAAAewAAAAAAeAAAAAAAeAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAATAAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeAAAAAAAeAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeAAAAAAAeAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAPgAAAAAAPgAAAAAAewAAAAAAeAAAAAAAeAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAeAAAAAAAeAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAeAAAAAAAeAAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAPgAAAAAAPgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAA + version: 6 + 3,4: + ind: 3,4 + tiles: WwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAPgAAAAAAPgAAAAAAewAAAAAAeAAAAAAAeAAAAAAAWwAAAAAATAAAAAAAWwAAAAAATAAAAAAAWwAAAAAATAAAAAAAWwAAAAAAWwAAAAAAewAAAAAAagAAAAAAewAAAAAAPgAAAAAAPgAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAWwAAAAAAewAAAAAAQwAAAAAAewAAAAAAewAAAAAAewAAAAAAQwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAegAAAAAAegAAAAAAWwAAAAAAewAAAAAAQwAAAAAAewAAAAAAHQAAAAAAewAAAAAAQwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAAAAAAAAAAWwAAAAAAewAAAAAAQwAAAAAAewAAAAAAewAAAAAAewAAAAAAQwAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAACQAAAAAABwAAAAAACQAAAAAAWwAAAAAAewAAAAAAewAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAACQAAAAAACQAAAAAACQAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAWwAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAWwAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAA + version: 6 + 3,5: + ind: 3,5 + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 4,0: + ind: 4,0 + tiles: ewAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAAewAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAAewAAAAAAbQAAAAAAagAAAAAAbQAAAAAAHQAAAAAAHQAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAbQAAAAAAagAAAAAAagAAAAAAHQAAAAAAHQAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAbQAAAAAAbQAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAHQAAAAAAEQAAAAAAEQAAAAAA + version: 6 + 4,1: + ind: 4,1 + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAawAAAAAAawAAAAAAewAAAAAAHQAAAAAAEQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAawAAAAAAawAAAAAAawAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAewAAAAAAawAAAAAAawAAAAAAewAAAAAAHQAAAAAAEQAAAAAAHQAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAHQAAAAAAEQAAAAAAEQAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOgAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAOgAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAOgAAAAAAewAAAAAAagAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAOgAAAAAAOgAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAA + version: 6 + 4,2: + ind: 4,2 + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAewAAAAAAHQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAewAAAAAAHQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAewAAAAAAewAAAAAAIgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAewAAAAAAOwAAAAAAWQAAAAAAOwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAewAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAewAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAOwAAAAAAWQAAAAAAWQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAIgAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 4,3: + ind: 4,3 + tiles: HQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAewAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAewAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAZgAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAZgAAAAAAZgAAAAAAWwAAAAAAewAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAewAAAAAAeAAAAAAAeAAAAAAAewAAAAAAewAAAAAASwAAAAAASwAAAAAASwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAewAAAAAALwAAAAAALwAAAAAATAAAAAAALwAAAAAALwAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAALwAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAALwAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALwAAAAAAewAAAAAAeAAAAAAAewAAAAAAewAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAATAAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAATAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAALwAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAALwAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAewAAAAAALwAAAAAALwAAAAAATAAAAAAALwAAAAAALwAAAAAAewAAAAAA + version: 6 + 4,4: + ind: 4,4 + tiles: eAAAAAAAeAAAAAAAeAAAAAAAewAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAagAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAagAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 5,4: + ind: 5,4 + tiles: SwAAAAAASwAAAAAASwAAAAAASwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 5,0: + ind: 5,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAQwAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAAHQAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAA + version: 6 + 5,1: + ind: 5,1 + tiles: EQAAAAAAHQAAAAAAewAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAAEQAAAAAAEQAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAABwAAAAAAEQAAAAAAHQAAAAAAewAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAAHQAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAewAAAAAABwAAAAAABwAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgAAAAAAPgAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAewAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgAAAAAAPgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgAAAAAAPgAAAAAAewAAAAAAIQAAAAAAIQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAPgAAAAAAewAAAAAAIQAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 5,2: + ind: 5,2 + tiles: eAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 5,3: + ind: 5,3 + tiles: ewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAZgAAAAAAZgAAAAAAZgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJgAAAAAAJgAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAJgAAAAAAJgAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAewAAAAAALwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAewAAAAAALwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAewAAAAAALwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,1: + ind: -1,1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWwAAAAAAWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAWwAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAagAAAAAAewAAAAAACwAAAAAACwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAagAAAAAACwAAAAAACwAAAAAACwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAfQAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAA + version: 6 + 1,-1: + ind: 1,-1 + tiles: ewAAAAAAewAAAAAAagAAAAAATgAAAAAAagAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAWwAAAAAATgAAAAAAagAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYAAAAAAAYAAAAAAAewAAAAAAewAAAAAAfQAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAegAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAegAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAegAAAAAAewAAAAAATQAAAAAAewAAAAAAewAAAAAAewAAAAAAYAAAAAAAYAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAATQAAAAAATQAAAAAAewAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAegAAAAAAewAAAAAATQAAAAAATQAAAAAAewAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAewAAAAAATQAAAAAATQAAAAAAewAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAYAAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAA + version: 6 + 2,-1: + ind: 2,-1 + tiles: ewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAALAAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAALAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAewAAAAAALAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAewAAAAAAbgAAAAAAbgAAAAAAewAAAAAALAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAeAAAAAAAPgAAAAAAPgAAAAAAeAAAAAAAewAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAbgAAAAAAbgAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAagAAAAAAfQAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAagAAAAAAagAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAagAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAewAAAAAAbgAAAAAAbgAAAAAAewAAAAAAbgAAAAAAbgAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAA + version: 6 + 2,-2: + ind: 2,-2 + tiles: egAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAA + version: 6 + 1,-2: + ind: 1,-2 + tiles: ewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfQAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAfQAAAAAAagAAAAAAagAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAATgAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfQAAAAAA + version: 6 + 0,-2: + ind: 0,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAACwAAAAAACwAAAAAAewAAAAAA + version: 6 + 3,-1: + ind: 3,-1 + tiles: agAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAewAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAEAAAAAAAEAAAAAAAewAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAagAAAAAAewAAAAAAEAAAAAAAEAAAAAAAEAAAAAAAEAAAAAAAEAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAagAAAAAAewAAAAAAEAAAAAAAEAAAAAAAewAAAAAAEAAAAAAAEAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAALAAAAAAALAAAAAAALAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAbgAAAAAAbgAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAbgAAAAAAbgAAAAAAewAAAAAAbgAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAbgAAAAAAewAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAewAAAAAAewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAagAAAAAAagAAAAAAewAAAAAA + version: 6 + 4,-1: + ind: 4,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 3,-2: + ind: 3,-2 + tiles: AAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAQwAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAQwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAQwAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAewAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAA + version: 6 + -1,2: + ind: -1,2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAA + version: 6 + -1,3: + ind: -1,3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 3,-3: + ind: 3,-3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAA + version: 6 + 6,0: + ind: 6,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 6,1: + ind: 6,1 + tiles: BwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,-3: + ind: 1,-3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAewAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAewAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAHQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAegAAAAAAegAAAAAAewAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAewAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,-3: + ind: 0,-3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAAAegAAAAAA + version: 6 + 2,-3: + ind: 2,-3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + 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 + updateAccumulator: 0.83351684 + - 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: + 1025: 42,74 + 1026: 42,75 + 1027: 42,76 + - node: + color: '#FFFFFFFF' + id: Arrows + decals: + 1060: 44,64 + 1061: 45,64 + 1062: 46,64 + - node: + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: Arrows + decals: + 1176: 85,63 + 1177: 85,57 + 1178: 86,57 + 1179: 86,63 + 1193: 83,57 + 1194: 83,63 + - node: + angle: 7.853981633974483 rad + color: '#FFFFFFFF' + id: Arrows + decals: + 0: 2,9 + - node: + color: '#FFFFFFFF' + id: Basalt1 + decals: + 1475: 88,18 + 1476: 88,20 + - node: + color: '#FFFFFFFF' + id: Basalt2 + decals: + 1477: 92,16 + 1478: 89,16 + - node: + color: '#FFFFFFFF' + id: Basalt8 + decals: + 1474: 92,20 + - node: + cleanable: True + color: '#FF5C5CFF' + id: Bot + decals: + 2284: 19,-38 + 2285: 25,-39 + - node: + angle: -1.5707963267948966 rad + color: '#FFFFFFFF' + id: Bot + decals: + 1028: 41,76 + 1029: 41,75 + 1030: 41,74 + - node: + color: '#FFFFFFFF' + id: Bot + decals: + 106: 15,20 + 107: 15,19 + 108: 15,18 + 109: 15,17 + 450: 52,26 + 451: 53,26 + 452: 54,26 + 1031: 53,83 + 1032: 53,82 + 1033: 55,83 + 1034: 55,82 + 1035: 55,80 + 1036: 54,80 + 1037: 53,80 + 1038: 44,76 + 1039: 44,75 + 1040: 44,74 + 1047: 44,63 + 1048: 45,63 + 1049: 46,63 + 1050: 49,59 + 1051: 49,59 + 1052: 50,59 + 1053: 51,59 + 1063: 43,66 + 1064: 43,64 + 1599: 52,59 + 2080: 50,74 + 2081: 50,73 + 2082: 54,74 + 2083: 54,73 + 2084: 54,72 + 2271: 24,-34 + 2272: 25,-34 + 2273: 26,-34 + 2274: 27,-34 + 2275: 28,-34 + 2276: 26,-32 + 2277: 25,-32 + 2278: 24,-32 + 2279: 17,-34 + 2280: 21,-37 + 2281: 23,-36 + 2282: 23,-37 + 2316: 73,67 + 2317: 73,68 + 2318: 73,69 + 2319: 73,71 + 2320: 73,72 + 2321: 73,73 + 2322: 78,61 + 2323: 77,62 + 2324: 78,59 + 2325: 77,58 + 2326: 75,58 + 2327: 74,59 + 2328: 74,61 + 2329: 75,62 + 2330: 83,58 + 2331: 83,59 + 2332: 83,60 + 2333: 83,61 + 2334: 83,62 + 2335: 83,55 + 2336: 83,64 + 2441: 77,56 + - node: + cleanable: True + color: '#FFFFFFFF' + id: Bot + decals: + 2283: 22,-39 + - node: + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: Bot + decals: + 1195: 73,56 + 1196: 74,56 + 1197: 75,56 + 1198: 78,56 + 1199: 79,56 + 1200: 72,57 + 1201: 72,58 + 1202: 72,59 + 1203: 72,61 + 1204: 72,62 + 1205: 72,63 + 1206: 73,64 + 1207: 74,64 + 1208: 75,64 + 1209: 77,64 + 1210: 78,64 + 1211: 79,64 + 1212: 80,63 + 1213: 80,62 + 1214: 80,61 + 1215: 80,59 + 1216: 80,58 + 1217: 80,57 + - node: + color: '#FFFFFFFF' + id: BotLeft + decals: + 2204: 8,5 + 2205: 7,5 + - node: + color: '#DE3A3A96' + id: BotLeftGreyscale + decals: + 466: 56,16 + 467: 56,16 + 468: 57,16 + 469: 57,16 + 470: 58,16 + 471: 58,16 + 472: 58,18 + 473: 58,18 + - node: + color: '#FFFFFFFF' + id: BotRight + decals: + 2107: 48,24 + 2108: 49,24 + 2109: 50,24 + 2110: 51,24 + 2111: 52,24 + 2112: 53,24 + 2113: 54,24 + - node: + color: '#FFFFFFFF' + id: Box + decals: + 2114: 51,22 + 2115: 52,22 + 2116: 50,22 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkBox + decals: + 2247: 61,30 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkCornerNe + decals: + 1011: 81,28 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkCornerNw + decals: + 978: 78,19 + 1012: 80,28 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkCornerSe + decals: + 1013: 81,26 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkCornerSw + decals: + 981: 78,15 + 1014: 80,26 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkEndE + decals: + 216: 23,9 + 975: 79,15 + 976: 81,17 + 977: 79,19 + 1076: 42,58 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkEndN + decals: + 980: 80,18 + 1073: 39,60 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkEndS + decals: + 979: 80,16 + 1075: 39,57 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkEndW + decals: + 212: 21,9 + 1074: 38,58 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkInnerNe + decals: + 986: 80,17 + 995: 78,17 + 1000: 78,15 + 1084: 39,58 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkInnerNw + decals: + 994: 78,17 + 1001: 80,17 + 1083: 39,58 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkInnerSe + decals: + 987: 80,17 + 996: 78,19 + 998: 78,17 + 1081: 39,58 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkInnerSw + decals: + 997: 80,17 + 999: 78,17 + 1082: 39,58 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineE + decals: + 982: 78,16 + 983: 78,18 + 1015: 81,27 + 1087: 39,59 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineN + decals: + 217: 22,9 + 989: 79,17 + 990: 77,17 + 993: 76,17 + 1079: 41,58 + 1080: 40,58 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineS + decals: + 218: 22,9 + 988: 79,17 + 991: 77,17 + 992: 76,17 + 1077: 41,58 + 1078: 40,58 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineW + decals: + 984: 78,18 + 985: 78,16 + 1016: 80,27 + 1086: 39,59 + - node: + color: '#FBB2FFFF' + id: BrickTileSteelBox + decals: + 2501: 41,57 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelBox + decals: + 2447: 36,49 + 2448: 35,50 + 2449: 36,51 + 2450: 37,50 + 2451: 38,51 + 2452: 39,50 + 2453: 38,49 + 2454: 39,48 + 2455: 38,47 + 2456: 36,47 + 2457: 35,48 + 2458: 35,52 + 2459: 37,52 + 2460: 39,52 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelInnerNe + decals: + 2263: 27,4 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelInnerNw + decals: + 2262: 32,4 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelInnerSe + decals: + 2264: 27,10 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelInnerSw + decals: + 2265: 32,10 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineE + decals: + 2249: 27,5 + 2250: 27,6 + 2251: 27,7 + 2252: 27,8 + 2253: 27,9 + - node: + color: '#D4D4D4FF' + id: BrickTileSteelLineN + decals: + 1135: 39,42 + 1136: 40,42 + 1137: 41,42 + 1138: 42,42 + 1139: 43,42 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineN + decals: + 2267: 29,4 + 2268: 28,4 + 2269: 30,4 + 2270: 31,4 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineS + decals: + 2254: 29,10 + 2255: 30,10 + 2256: 31,10 + 2266: 28,10 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineW + decals: + 2257: 32,9 + 2258: 32,8 + 2259: 32,7 + 2260: 32,6 + 2261: 32,5 + - node: + color: '#00ED0F93' + id: BrickTileWhiteBox + decals: + 1008: 81,16 + - node: + color: '#2BFF5893' + id: BrickTileWhiteBox + decals: + 1090: 41,59 + - node: + color: '#334E6DC8' + id: BrickTileWhiteBox + decals: + 1002: 77,15 + - node: + color: '#52B4E996' + id: BrickTileWhiteBox + decals: + 1005: 77,19 + - node: + color: '#52B4FF93' + id: BrickTileWhiteBox + decals: + 1088: 40,59 + - node: + color: '#69C2FFFF' + id: BrickTileWhiteBox + decals: + 1010: 81,18 + - node: + color: '#7F72FF93' + id: BrickTileWhiteBox + decals: + 1092: 42,57 + - node: + color: '#9FED5896' + id: BrickTileWhiteBox + decals: + 1006: 79,18 + 1089: 42,59 + - node: + color: '#A4610696' + id: BrickTileWhiteBox + decals: + 1007: 80,19 + - node: + color: '#D381C996' + id: BrickTileWhiteBox + decals: + 1003: 77,16 + - node: + color: '#D972FF93' + id: BrickTileWhiteBox + decals: + 1091: 38,57 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteBox + decals: + 1009: 79,16 + - node: + color: '#EFB34196' + id: BrickTileWhiteBox + decals: + 1004: 77,18 + 1085: 38,59 + - node: + color: '#9FED5896' + id: BrickTileWhiteCornerNe + decals: + 2150: 57,-3 + - node: + color: '#D381C996' + id: BrickTileWhiteCornerNe + decals: + 232: 18,6 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteCornerNe + decals: + 494: 62,22 + 576: 47,36 + - node: + color: '#EFB34196' + id: BrickTileWhiteCornerNe + decals: + 2338: 75,70 + 2348: 79,69 + 2353: 75,73 + - node: + color: '#9FED5896' + id: BrickTileWhiteCornerNw + decals: + 2147: 52,-3 + 2156: 52,0 + - node: + color: '#D381C996' + id: BrickTileWhiteCornerNw + decals: + 233: 15,6 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteCornerNw + decals: + 493: 60,22 + 520: 44,24 + 523: 43,21 + 524: 42,20 + 575: 45,36 + - node: + color: '#EFB34196' + id: BrickTileWhiteCornerNw + decals: + 2337: 73,70 + 2354: 73,73 + - node: + color: '#9FED5896' + id: BrickTileWhiteCornerSe + decals: + 2139: 57,-6 + - node: + color: '#D381C996' + id: BrickTileWhiteCornerSe + decals: + 230: 18,4 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteCornerSe + decals: + 492: 62,20 + 529: 45,16 + 534: 46,21 + 546: 58,20 + - node: + color: '#EFB34196' + id: BrickTileWhiteCornerSe + decals: + 2347: 79,67 + 2355: 75,71 + - node: + color: '#9FED5896' + id: BrickTileWhiteCornerSw + decals: + 2144: 52,-6 + 2157: 52,-1 + - node: + color: '#D381C996' + id: BrickTileWhiteCornerSw + decals: + 231: 15,4 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteCornerSw + decals: + 495: 60,20 + 540: 53,21 + 543: 54,20 + - node: + color: '#EFB34196' + id: BrickTileWhiteCornerSw + decals: + 2341: 73,67 + 2356: 73,71 + - node: + color: '#EFB34196' + id: BrickTileWhiteInnerNe + decals: + 2352: 75,69 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteInnerNw + decals: + 527: 43,20 + 528: 44,21 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteInnerSe + decals: + 535: 45,21 + 536: 46,22 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteInnerSw + decals: + 541: 53,22 + 542: 54,21 + - node: + color: '#9FED5896' + id: BrickTileWhiteLineE + decals: + 2151: 57,-4 + 2152: 57,-5 + - node: + color: '#D381C996' + id: BrickTileWhiteLineE + decals: + 239: 18,5 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteLineE + decals: + 497: 62,21 + 505: 43,27 + 530: 45,17 + 531: 45,18 + 532: 45,19 + 533: 45,20 + 547: 58,22 + 548: 58,23 + 570: 47,32 + 571: 47,33 + 572: 47,34 + - node: + color: '#EFB34196' + id: BrickTileWhiteLineE + decals: + 2358: 75,72 + - node: + color: '#9FED5896' + id: BrickTileWhiteLineN + decals: + 2148: 54,-3 + 2149: 56,-3 + - node: + color: '#D381C996' + id: BrickTileWhiteLineN + decals: + 234: 16,6 + 235: 17,6 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteLineN + decals: + 474: 55,18 + 475: 55,18 + 476: 57,18 + 477: 57,18 + 478: 54,18 + 479: 54,18 + 480: 58,18 + 481: 58,18 + 498: 61,22 + 507: 46,28 + 510: 46,24 + 511: 48,24 + 512: 49,24 + 513: 50,24 + 514: 51,24 + 515: 52,24 + 516: 53,24 + 517: 54,24 + 518: 55,24 + 519: 56,24 + 577: 46,36 + 600: 40,28 + 601: 41,28 + 602: 42,28 + - node: + color: '#EFB34196' + id: BrickTileWhiteLineN + decals: + 2349: 78,69 + 2350: 77,69 + 2351: 76,69 + - node: + color: '#9FED5896' + id: BrickTileWhiteLineS + decals: + 2140: 56,-6 + 2141: 55,-6 + 2142: 54,-6 + 2143: 53,-6 + - node: + color: '#D381C996' + id: BrickTileWhiteLineS + decals: + 236: 17,4 + 237: 16,4 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteLineS + decals: + 482: 58,16 + 483: 58,16 + 484: 57,16 + 485: 57,16 + 486: 56,16 + 487: 56,16 + 488: 55,16 + 489: 55,16 + 490: 54,16 + 491: 54,16 + 496: 61,20 + 508: 46,26 + 509: 46,30 + 537: 47,22 + 538: 51,22 + 539: 52,22 + 544: 55,20 + 545: 57,20 + 549: 43,16 + 597: 40,26 + 598: 42,26 + 599: 41,26 + 635: 44,16 + - node: + color: '#EFB34196' + id: BrickTileWhiteLineS + decals: + 2342: 74,67 + 2343: 75,67 + 2344: 76,67 + 2345: 77,67 + 2346: 78,67 + - node: + color: '#9FED5896' + id: BrickTileWhiteLineW + decals: + 2145: 52,-5 + 2146: 52,-4 + - node: + color: '#D381C996' + id: BrickTileWhiteLineW + decals: + 238: 15,5 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteLineW + decals: + 504: 39,27 + 506: 45,27 + 521: 44,23 + 522: 44,22 + 525: 42,17 + 526: 42,18 + 567: 45,32 + 568: 45,33 + 569: 45,34 + - node: + color: '#EFB34196' + id: BrickTileWhiteLineW + decals: + 2339: 73,69 + 2340: 73,68 + 2357: 73,72 + - node: + color: '#FFFFFFFF' + id: BushCOne + decals: + 2030: 30.274704,6.1849504 + 2031: 28.696959,6.551868 + - node: + color: '#FFFFFFFF' + id: BushCThree + decals: + 2027: 28.917109,6.001491 + 2028: 29.57756,6.0198374 + 2029: 29.247335,6.570214 + - node: + color: '#FFFFFFFF' + id: Busha1 + decals: + 1023: 47,60 + - node: + color: '#FFFFFFFF' + id: Bushb1 + decals: + 1022: 47,59 + - node: + color: '#FFFFFFFF' + id: Bushc2 + decals: + 1024: 47,61 + - node: + cleanable: True + color: '#FFFFFFFF' + id: Bushc2 + decals: + 1541: 17,-19 + - node: + color: '#FFFFFFFF' + id: Bushe4 + decals: + 1397: 76.24988,50.222153 + - node: + color: '#FFFFFFFF' + id: Bushk1 + decals: + 2033: 27.676374,8.845392 + - node: + color: '#FFFFFFFF' + id: Bushk2 + decals: + 1396: 74.09363,50.065903 + 2032: 30.77683,5.1578674 + - node: + angle: -1.5707963267948966 rad + color: '#DE3A3A96' + id: Caution + decals: + 438: 47,27 + - node: + color: '#DE3A3A96' + id: Caution + decals: + 436: 53,36 + - node: + angle: 3.141592653589793 rad + color: '#FFFFFFFF' + id: Caution + decals: + 2096: 52,72 + - node: + angle: -1.5707963267948966 rad + color: '#DE3A3A96' + id: CautionGreyscale + decals: + 619: 47,35 + 620: 47,35 + - node: + cleanable: True + color: '#52B4E996' + id: CheckerNWSE + decals: + 298: 48,6 + 299: 47,6 + 300: 46,6 + 301: 46,7 + 302: 46,8 + 303: 46,9 + 304: 46,10 + 305: 47,10 + 306: 47,9 + 307: 47,8 + 308: 47,7 + 309: 48,8 + 310: 48,7 + 311: 48,9 + 312: 48,10 + - node: + color: '#D381C996' + id: CheckerNWSE + decals: + 194: 21,4 + 195: 20,5 + 196: 20,4 + 197: 21,5 + - node: + color: '#D4D4D496' + id: CheckerNWSE + decals: + 1378: 68,47 + 1379: 67,48 + 1380: 68,48 + 1381: 68,49 + 1382: 67,49 + 1383: 66,49 + 1384: 65,49 + 1385: 64,49 + 1386: 64,48 + 1387: 65,48 + 1388: 66,48 + 1389: 67,47 + 1390: 66,47 + 1391: 65,47 + 1392: 64,47 + - node: + color: '#EFB34196' + id: CheckerNWSE + decals: + 1067: 41,64 + 1068: 41,65 + 1069: 41,66 + - node: + color: '#EFB34196' + id: ConcreteTrimLineE + decals: + 1070: 40,64 + 1071: 40,65 + 1072: 40,66 + - node: + angle: 1.5707963267948966 rad + color: '#9FED5896' + id: Delivery + decals: + 1180: 84,57 + 1181: 84,63 + 1182: 87,63 + 1183: 87,57 + - node: + color: '#FFFFFFFF' + id: Delivery + decals: + 49: 26,18 + 50: 26,17 + 105: 15,21 + 226: 16,-4 + 227: 16,-5 + 228: 18,-5 + 229: 18,-4 + 240: 27,2 + 241: 28,2 + 242: 29,2 + 243: 27,-2 + 244: 27,0 + 245: 29,0 + 246: 29,-2 + 399: 39,24 + 400: 40,24 + 401: 41,24 + 1913: 55,50 + 1914: 56,50 + 1915: 57,50 + 2090: 50,70 + 2091: 50,69 + 2092: 50,68 + 2093: 54,70 + 2094: 54,69 + 2095: 54,68 + 2105: 52,69 + 2202: 0,8 + 2203: 0,6 + 2248: 52,71 + - node: + angle: 3.141592653589793 rad + color: '#FFFFFFFF' + id: Delivery + decals: + 2097: 51,71 + 2098: 53,71 + - node: + cleanable: True + color: '#52B4E996' + id: DeliveryGreyscale + decals: + 349: 48,-1 + - node: + color: '#D4D4D496' + id: DeliveryGreyscale + decals: + 1393: 63,47 + 1394: 67,50 + - node: + color: '#FFFFFFFF' + id: DeliveryGreyscale + decals: + 51: 22,18 + 52: 22,17 + 53: 24,18 + 54: 24,17 + 219: 23,3 + 220: 24,3 + - node: + color: '#FFFFFFFF' + id: Dirt + decals: + 1226: 59,37 + 1227: 59,38 + 1228: 60,38 + 1229: 59,41 + 1230: 60,38 + 1231: 60,37 + 1232: 60,42 + 1233: 60,42 + 1234: 61,39 + 1263: 61,38 + 1264: 60,39 + 1265: 60,40 + 1266: 60,41 + 1267: 61,39 + 1268: 60,37 + 2037: 53,-5 + 2038: 52,-5 + 2039: 53,-5 + 2040: 54,-4 + 2041: 57,-5 + 2042: 55,-6 + 2043: 54,-4 + 2044: 56,-3 + 2045: 51,-2 + 2046: 53,-1 + 2047: 53,0 + 2048: 52,0 + 2049: 52,-1 + 2050: 56,0 + 2051: 56,-1 + 2052: 56,-2 + 2053: 55,-2 + - node: + cleanable: True + color: '#FFFFFFFF' + id: Dirt + decals: + 263: 58,1 + 264: 58,1 + 265: 58,3 + 266: 59,3 + 267: 59,4 + 268: 59,4 + 269: 58,5 + 270: 60,5 + 271: 60,2 + 272: 60,1 + 406: 51,38 + 407: 51,38 + 408: 52,40 + 409: 52,42 + 410: 54,42 + 411: 53,39 + 682: 40,17 + 683: 49,37 + 684: 49,38 + 685: 51,35 + 686: 52,35 + 936: 30,60 + 937: 30,60 + 938: 30,62 + 939: 29,63 + 940: 28,62 + 941: 33,64 + 942: 34,63 + 943: 33,61 + 944: 28,63 + 945: 29,63 + 946: 30,64 + 1447: 67,24 + 1448: 68,24 + 1449: 68,26 + 1450: 68,27 + 1451: 66,27 + 1452: 66,28 + 1453: 66,30 + 1454: 68,29 + 1455: 68,27 + 1456: 66,30 + 1457: 67,30 + 1458: 67,29 + 1459: 67,29 + 1460: 67,29 + 1461: 68,27 + 1462: 68,26 + 1463: 68,24 + 1464: 68,26 + 1465: 67,27 + 1466: 67,27 + 1467: 88,15 + 1468: 88,19 + 1469: 88,21 + 1470: 91,20 + 1471: 92,21 + 1472: 91,16 + 1473: 92,15 + 1528: 90,17 + 1529: 90,17 + 1530: 91,15 + 1531: 89,15 + 1532: 93,17 + 1533: 89,18 + 1534: 91,17 + 1536: 18,-13 + 1537: 19,-12 + 1538: 20,-11 + 1539: 19,-13 + 1540: 18,-12 + 1572: 58,47 + 1573: 58,47 + 1574: 58,47 + 1575: 57,48 + 1576: 57,48 + 1577: 57,47 + 1578: 58,48 + 1579: 62,49 + 1580: 62,49 + 1581: 62,49 + 1582: 59,48 + 1583: 60,48 + 1584: 60,48 + 1585: 60,48 + - node: + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 405: 54,39 + 799: 26,41 + 800: 26,42 + 801: 26,45 + 821: 30,40 + 822: 32,40 + 823: 30,42 + 824: 28,42 + 825: 27,45 + 826: 26,48 + 1235: 59,40 + 1236: 59,40 + 1237: 59,40 + 1238: 61,41 + 1239: 60,39 + 1240: 59,38 + 1241: 59,37 + 1242: 60,37 + 1243: 60,39 + 1244: 59,41 + 1245: 59,41 + 1331: 13,-6 + 1332: 13,-6 + 1333: 13,-8 + 1334: 13,-10 + 1335: 13,-12 + 1336: 12,-14 + 1337: 16,-19 + 1338: 18,-19 + 1339: 21,-19 + 1340: 28,-20 + 1341: 30,-20 + 1342: 27,-13 + 1343: 30,-14 + 1344: 38,-11 + 1345: 42,-11 + 1346: 42,-12 + 1347: 45,-14 + 1348: 47,-14 + 1349: 50,-15 + 1350: 52,-15 + 1351: 53,-12 + 1352: 53,-10 + 1353: 55,-9 + 1354: 57,-9 + 1355: 59,-9 + 1356: 60,-6 + 1357: 60,-3 + 1358: 62,-2 + 1359: 63,0 + 1360: 63,2 + 1361: 65,3 + 1362: 67,3 + 1363: 70,4 + 1364: 70,6 + 1365: 69,8 + 1366: 71,9 + 1367: 73,9 + 1368: 76,9 + 1369: 78,10 + 1370: 79,10 + 1371: 86,12 + 1372: 85,16 + 1373: 86,18 + 1374: 85,22 + 1375: 83,23 + 1376: 78,23 + 1377: 77,24 + 2054: 55,-3 + 2055: 55,-5 + 2056: 56,-5 + 2057: 56,-5 + 2058: 54,-5 + 2059: 52,-4 + 2060: 52,-3 + 2061: 56,-1 + 2062: 56,0 + 2063: 55,0 + 2064: 55,-1 + 2065: 56,-1 + 2066: 53,-1 + 2067: 52,0 + 2068: 52,0 + 2069: 53,0 + 2070: 55,-5 + 2071: 54,-6 + 2072: 53,-6 + 2073: 55,-5 + 2074: 55,-4 + 2075: 56,-3 + 2076: 57,-3 + 2077: 52,0 + 2078: 52,0 + 2079: 52,-1 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 1: 3,6 + 2: 3,8 + 3: 6,6 + 4: 4,5 + 5: 5,8 + 6: 5,9 + 7: 8,10 + 8: 8,14 + 9: 7,14 + 10: 8,15 + 11: 8,13 + 12: 4,12 + 13: 3,13 + 14: 1,13 + 15: 1,15 + 16: 0,15 + 17: 1,9 + 18: 2,7 + 19: 2,6 + 20: 1,3 + 21: 1,2 + 22: 2,2 + 23: 5,2 + 24: 6,2 + 25: 5,1 + 26: 5,3 + 27: 8,5 + 28: 9,6 + 140: 19,26 + 141: 20,25 + 142: 15,24 + 143: 29,25 + 144: 32,26 + 145: 27,28 + 291: 58,1 + 292: 58,3 + 293: 58,4 + 294: 58,5 + 295: 60,4 + 296: 60,2 + 430: 51,43 + 431: 51,41 + 432: 53,40 + 433: 53,42 + 434: 53,40 + 636: 44,17 + 637: 43,19 + 638: 45,20 + 639: 46,22 + 640: 48,23 + 641: 51,23 + 642: 53,22 + 643: 54,21 + 644: 56,22 + 645: 55,23 + 717: 51,31 + 718: 49,32 + 719: 50,32 + 965: 27,62 + 966: 27,62 + 967: 30,64 + 968: 31,63 + 969: 32,63 + 970: 32,61 + 971: 30,60 + 972: 33,62 + 973: 34,63 + 974: 32,63 + 1430: 68,25 + 1431: 68,25 + 1432: 68,24 + 1433: 68,25 + 1434: 66,28 + 1435: 66,28 + 1436: 66,30 + 1437: 67,30 + 1438: 67,28 + 1439: 68,29 + 1440: 68,28 + 1441: 67,26 + 1442: 67,25 + 1443: 67,24 + 1444: 67,24 + 1445: 67,24 + 1446: 67,24 + 1512: 90,17 + 1513: 90,17 + 1514: 91,15 + 1515: 91,15 + 1516: 91,15 + 1517: 93,17 + 1518: 93,17 + 1519: 93,17 + 1520: 90,18 + 1521: 90,18 + 1522: 91,18 + 1523: 93,20 + 1524: 92,20 + 1525: 92,20 + 1526: 88,20 + 1527: 88,20 + 1586: 58,47 + 1587: 58,47 + 1588: 58,47 + 1589: 57,47 + 1590: 57,47 + 1591: 58,48 + 1592: 57,48 + 1593: 61,49 + 1594: 62,49 + 1595: 62,49 + 1596: 60,47 + 1597: 60,48 + 1598: 61,47 + 2286: 22,-29 + 2287: 22,-29 + 2288: 22,-28 + 2289: 22,-27 + 2290: 23,-26 + 2291: 22,-24 + 2292: 23,-22 + 2293: 23,-22 + 2294: 24,-20 + 2295: 23,-19 + 2419: 69,64 + 2420: 70,64 + 2421: 71,64 + - node: + color: '#FFFFFFFF' + id: DirtHeavyMonotile + decals: + 793: 19,49 + 1327: 32,48 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavyMonotile + decals: + 42: 3,9 + 43: 3,6 + 44: 5,7 + 45: 7,6 + 46: 9,6 + 130: 20,27 + 131: 17,25 + 132: 16,26 + 133: 14,23 + 134: 19,25 + 135: 20,26 + 136: 28,24 + 137: 32,25 + 138: 33,24 + 139: 29,28 + 423: 53,41 + 424: 51,42 + 425: 54,42 + 426: 52,38 + 427: 54,38 + 428: 51,42 + 429: 53,42 + 646: 46,23 + 647: 45,23 + 648: 43,19 + 649: 44,17 + 714: 40,34 + 715: 41,34 + 716: 40,36 + 827: 38,-4 + 828: 37,-4 + 829: 49,-12 + 830: 44,-6 + 831: 55,-5 + 832: 54,-4 + 833: 52,0 + 834: 55,-1 + 835: 47,3 + 836: 44,3 + 893: 31,38 + 894: 21,36 + 895: 18,38 + 896: 15,36 + 897: 11,32 + 898: 12,27 + 899: 11,24 + 900: 8,32 + 901: 6,32 + 902: 4,33 + 903: 7,32 + 904: 2,32 + 905: 52,12 + 906: 58,12 + 907: 64,12 + 908: 68,12 + 909: 72,13 + 910: 72,15 + 911: 70,17 + 912: 71,22 + 913: 70,24 + 914: 70,29 + 915: 70,34 + 916: 70,40 + 917: 70,44 + 918: 72,51 + 919: 69,53 + 920: 66,51 + 921: 63,53 + 922: 47,52 + 947: 30,61 + 948: 30,60 + 949: 30,60 + 950: 28,61 + 951: 29,63 + 952: 30,64 + 953: 31,62 + 1422: 66,28 + 1423: 66,28 + 1424: 66,28 + 1425: 67,30 + 1426: 68,28 + 1427: 68,26 + 1428: 68,24 + 1429: 68,24 + 2443: 31,49 + 2444: 30,46 + 2445: 30,45 + 2446: 32,44 + 2479: 0,13 + 2480: 2,12 + 2481: 6,8 + 2482: 85,19 + 2483: 85,14 + 2484: 84,10 + 2485: 82,10 + - node: + color: '#FFFFFFFF' + id: DirtLight + decals: + 763: 31,44 + 797: 15,42 + 798: 17,41 + 1246: 59,39 + 1247: 59,39 + 1248: 59,38 + 1249: 59,37 + 1250: 60,42 + 1251: 61,42 + 1269: 60,37 + 1270: 60,38 + 1271: 60,39 + 1272: 60,41 + 1273: 61,41 + 1274: 61,38 + 1275: 61,37 + 1276: 61,38 + 1277: 61,38 + 1278: 61,38 + 1279: 61,38 + 1280: 67,40 + 1281: 67,38 + 1282: 76,37 + 1283: 78,36 + 1284: 80,37 + 1285: 82,41 + 1286: 83,45 + 1287: 81,47 + 1288: 81,49 + 1289: 82,59 + 1290: 66,57 + 1291: 62,63 + 1292: 60,63 + 1293: 53,61 + 1294: 51,60 + 1295: 48,60 + 1296: 48,62 + 1297: 50,60 + 1298: 49,55 + 1299: 50,55 + 1300: 51,56 + 1301: 49,56 + 1302: 48,56 + 1303: 53,56 + 1304: 53,55 + 1305: 54,55 + 1306: 51,65 + 1307: 49,65 + 1308: 46,65 + 1309: 45,66 + 1310: 46,65 + 1311: 45,64 + 1312: 43,69 + 1313: 42,70 + 1314: 44,71 + 1315: 48,68 + 1316: 46,69 + 1317: 47,70 + 1318: 47,72 + 1319: 47,73 + 1320: 49,76 + 1321: 48,76 + 1322: 40,65 + 1323: 40,65 + 1324: 39,61 + 1325: 40,61 + 1326: 39,57 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + decals: + 37: 2,8 + 38: 2,9 + 39: 8,14 + 40: 9,15 + 41: 9,9 + 273: 58,2 + 274: 59,1 + 275: 59,3 + 276: 59,4 + 277: 59,5 + 278: 58,6 + 279: 59,4 + 280: 60,3 + 281: 60,1 + 282: 58,3 + 283: 59,4 + 769: 24,46 + 770: 26,46 + 771: 24,49 + 772: 23,48 + 773: 22,48 + 774: 32,52 + 775: 32,52 + 776: 29,52 + 777: 29,51 + 778: 32,53 + 779: 29,55 + 780: 26,48 + 781: 26,44 + 782: 28,42 + 783: 31,42 + 784: 27,41 + 785: 27,42 + 805: 3,33 + 806: 4,31 + 807: 7,31 + 808: 7,32 + 809: 8,36 + 810: 4,29 + 811: 2,29 + 812: 2,32 + 1504: 89,17 + 1505: 89,17 + 1506: 89,17 + 1507: 89,16 + 1508: 89,15 + 1509: 89,15 + 1510: 90,16 + 1511: 91,16 + 2422: 70,62 + 2423: 69,60 + 2424: 70,59 + 2425: 71,57 + 2426: 69,57 + 2427: 70,54 + 2428: 74,55 + 2429: 81,56 + 2430: 81,63 + 2431: 82,62 + 2432: 79,65 + 2433: 77,65 + 2434: 74,65 + 2435: 74,36 + 2436: 79,38 + 2437: 83,40 + 2442: 66,39 + 2461: 17,50 + 2462: 16,49 + 2463: 15,49 + 2464: 16,47 + 2465: 15,46 + 2466: 18,47 + 2469: 15,41 + 2470: 19,43 + 2471: 15,44 + 2472: 22,43 + 2473: 28,40 + 2474: 27,40 + 2475: 26,40 + 2486: 1,22 + 2487: 1,22 + 2488: 2,20 + 2489: 31,-18 + 2490: 31,-18 + 2491: 35,-11 + 2492: 35,-11 + 2493: 21,27 + 2494: 25,27 + 2495: 24,28 + 2496: 23,27 + - node: + color: '#FFFFFFFF' + id: DirtMedium + decals: + 764: 27,47 + 765: 26,46 + 766: 25,49 + 767: 30,52 + 768: 21,46 + 794: 15,53 + 795: 13,54 + 796: 16,55 + 1252: 61,37 + 1253: 61,37 + 1254: 60,38 + 1255: 60,39 + 1256: 60,42 + 1257: 59,42 + 1258: 61,41 + 1259: 61,39 + 1328: 4,17 + 1329: 5,17 + 1330: 7,18 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + decals: + 29: 7,7 + 30: 8,8 + 31: 3,6 + 32: 3,9 + 33: 5,2 + 34: 3,1 + 35: 1,2 + 36: 4,13 + 284: 58,2 + 285: 59,1 + 286: 59,3 + 287: 59,4 + 288: 59,5 + 289: 60,5 + 290: 60,3 + 297: 43,-8 + 412: 52,38 + 413: 53,38 + 414: 52,39 + 415: 52,41 + 416: 53,42 + 417: 54,40 + 418: 55,38 + 419: 49,38 + 420: 49,37 + 421: 49,37 + 422: 49,38 + 650: 45,22 + 651: 48,23 + 652: 55,23 + 653: 57,21 + 654: 52,23 + 655: 56,17 + 656: 53,17 + 657: 57,17 + 658: 48,19 + 659: 50,18 + 660: 48,17 + 661: 48,18 + 662: 51,19 + 663: 51,20 + 664: 60,21 + 665: 61,21 + 666: 60,25 + 667: 61,26 + 668: 57,27 + 669: 59,26 + 670: 51,27 + 671: 49,27 + 672: 53,27 + 673: 53,28 + 674: 41,23 + 675: 39,23 + 676: 40,19 + 677: 39,20 + 678: 40,16 + 679: 39,16 + 680: 39,16 + 681: 40,17 + 687: 40,32 + 688: 40,31 + 689: 42,30 + 690: 41,32 + 691: 39,31 + 692: 43,31 + 693: 42,31 + 694: 46,31 + 695: 46,32 + 696: 45,34 + 697: 46,35 + 698: 46,34 + 699: 46,28 + 700: 46,27 + 701: 46,26 + 702: 42,27 + 703: 41,27 + 704: 39,27 + 705: 41,28 + 706: 41,27 + 707: 40,31 + 708: 42,31 + 709: 42,36 + 710: 40,34 + 711: 39,36 + 712: 42,36 + 713: 42,34 + 786: 26,42 + 787: 21,46 + 788: 21,49 + 789: 21,50 + 837: 55,7 + 838: 37,5 + 839: 30,3 + 840: 32,4 + 841: 32,6 + 842: 32,9 + 843: 28,9 + 844: 26,8 + 845: 27,4 + 846: 27,8 + 847: 29,11 + 848: 33,11 + 849: 27,12 + 850: 27,10 + 851: 28,11 + 852: 31,10 + 853: 29,9 + 854: 29,10 + 855: 30,9 + 856: 30,11 + 857: 26,12 + 858: 19,14 + 859: 13,16 + 860: 11,17 + 861: 13,24 + 862: 11,27 + 863: 11,30 + 864: 13,36 + 865: 14,38 + 866: 19,38 + 867: 25,38 + 868: 30,38 + 869: 23,38 + 870: 30,36 + 871: 32,36 + 872: 40,45 + 873: 47,46 + 874: 46,49 + 875: 48,51 + 876: 53,51 + 877: 59,51 + 878: 70,51 + 879: 72,21 + 880: 70,19 + 881: 67,14 + 882: 63,14 + 883: 58,13 + 884: 54,14 + 885: 46,14 + 886: 44,12 + 887: 37,15 + 888: 34,17 + 889: 35,35 + 890: 30,36 + 891: 37,39 + 892: 35,40 + 923: 36,50 + 924: 38,50 + 925: 38,48 + 954: 31,62 + 955: 31,61 + 956: 32,60 + 957: 32,62 + 958: 30,63 + 959: 34,63 + 960: 34,61 + 961: 27,62 + 962: 26,64 + 963: 27,64 + 964: 27,64 + - node: + color: '#FFFFFFFF' + id: FlowersBROne + decals: + 1185: 85,60 + - node: + color: '#FFFFFFFF' + id: FlowersBRThree + decals: + 1154: 77,53 + 1170: 73,61 + - node: + color: '#FFFFFFFF' + id: FlowersBRTwo + decals: + 1166: 75,57 + 1167: 73,58 + 1168: 78,57 + 1169: 78,63 + - node: + color: '#FFFFFFFF' + id: Flowersbr2 + decals: + 1171: 75,63 + - node: + color: '#FFFFFFFF' + id: Flowersbr3 + decals: + 1148: 75,52 + 1149: 74,53 + 1150: 78,52 + - node: + color: '#FFFFFFFF' + id: Flowerspv1 + decals: + 1020: 47,61 + 1186: 85,61 + - node: + color: '#FFFFFFFF' + id: Flowerspv2 + decals: + 1184: 85,59 + - node: + color: '#FFFFFFFF' + id: Flowerspv3 + decals: + 1019: 47,59 + 1151: 76,52 + 1152: 75,53 + 1153: 79,53 + 1162: 77,57 + 1163: 79,58 + 1164: 79,62 + 1165: 74,63 + - node: + color: '#FFFFFFFF' + id: Flowersy2 + decals: + 1021: 47,60 + 1144: 74,52 + 1145: 76,53 + 1146: 77,52 + 1147: 78,53 + - node: + color: '#FFFFFFFF' + id: Flowersy4 + decals: + 1155: 79,52 + 1156: 74,57 + 1157: 73,59 + 1158: 73,62 + 1159: 77,63 + 1160: 79,59 + 1161: 79,61 + - node: + color: '#334E6DC8' + id: FullTileOverlayGreyscale + decals: + 110: 22,26 + 111: 22,27 + 112: 22,28 + 113: 22,29 + 114: 26,26 + 115: 26,27 + 116: 26,28 + 117: 26,29 + - node: + color: '#DE3A3A96' + id: FullTileOverlayGreyscale + decals: + 603: 41,29 + 604: 40,29 + 617: 38,32 + - node: + color: '#FFFFFFFF' + id: Grassd1 + decals: + 1398: 74.85925,49.706528 + 1399: 74.62488,48.753403 + 1400: 75.34363,48.237778 + 1401: 75.93738,48.456528 + 1402: 75.09363,49.675278 + 1403: 74.15613,49.862778 + 1404: 74.18738,48.565903 + 1405: 75.90613,47.706528 + 1406: 76.06238,49.503403 + 1407: 76.15613,49.737778 + - node: + color: '#52B4E996' + id: HalfTileOverlayGreyscale + decals: + 381: 36,-3 + 382: 37,-3 + 383: 38,-3 + 384: 39,-3 + 385: 40,-3 + 386: 41,-3 + 387: 42,-3 + 390: 44,-4 + 391: 45,-4 + 392: 46,-4 + 631: 61,27 + 2359: 36,6 + 2360: 39,4 + 2361: 40,4 + 2362: 42,4 + 2363: 44,4 + 2364: 45,4 + 2365: 46,4 + 2366: 48,4 + 2367: 49,4 + 2368: 51,4 + 2369: 52,4 + 2370: 54,4 + 2371: 55,4 + 2415: 48,-4 + 2416: 47,-4 + - node: + cleanable: True + color: '#52B4E996' + id: HalfTileOverlayGreyscale + decals: + 321: 37,10 + 322: 36,10 + 323: 35,10 + 346: 45,0 + 347: 46,0 + - node: + color: '#D381C996' + id: HalfTileOverlayGreyscale + decals: + 209: 22,10 + 210: 21,10 + 215: 23,10 + - node: + color: '#DE3A3A96' + id: HalfTileOverlayGreyscale + decals: + 595: 50,20 + 596: 49,20 + 608: 40,32 + 609: 41,32 + 610: 42,32 + 1191: 82,53 + 1219: 14,10 + - node: + angle: 1.5707963267948966 rad + color: '#DE3A3A96' + id: HalfTileOverlayGreyscale + decals: + 1218: 13,9 + - node: + color: '#EFB34196' + id: HalfTileOverlayGreyscale + decals: + 1101: 48,57 + 1102: 49,57 + 1103: 50,57 + - node: + color: '#F9801D85' + id: HalfTileOverlayGreyscale + decals: + 257: 41,9 + 258: 42,9 + - node: + color: '#52B4E996' + id: HalfTileOverlayGreyscale180 + decals: + 352: 49,-5 + 353: 47,-5 + 354: 46,-5 + 366: 43,-5 + 367: 42,-5 + 368: 41,-5 + 369: 40,-5 + 370: 39,-5 + 371: 38,-5 + 372: 37,-5 + 628: 61,24 + 2372: 48,2 + 2373: 47,2 + 2374: 46,2 + 2375: 45,2 + 2376: 44,2 + 2377: 43,2 + 2378: 41,2 + 2379: 40,2 + 2380: 39,2 + 2381: 37,2 + - node: + cleanable: True + color: '#52B4E996' + id: HalfTileOverlayGreyscale180 + decals: + 318: 36,8 + 319: 37,8 + 344: 46,-2 + - node: + color: '#8932B885' + id: HalfTileOverlayGreyscale180 + decals: + 1767: 67,51 + - node: + color: '#9FED5896' + id: HalfTileOverlayGreyscale180 + decals: + 2392: 51,2 + 2393: 54,2 + 2394: 55,2 + 2404: 52,2 + - node: + color: '#D381C996' + id: HalfTileOverlayGreyscale180 + decals: + 201: 23,8 + 202: 22,8 + - node: + color: '#DE3A3A96' + id: HalfTileOverlayGreyscale180 + decals: + 590: 48,17 + 591: 49,17 + 592: 50,17 + 593: 51,17 + 605: 40,30 + 606: 41,30 + 607: 42,30 + 1192: 82,52 + 1221: 14,8 + - node: + color: '#EFB34196' + id: HalfTileOverlayGreyscale180 + decals: + 1099: 48,55 + - node: + color: '#F9801D85' + id: HalfTileOverlayGreyscale180 + decals: + 247: 42,6 + 248: 41,6 + - node: + color: '#334E6DC8' + id: HalfTileOverlayGreyscale270 + decals: + 158: 35,24 + 159: 35,25 + 160: 35,26 + - node: + color: '#52B4E996' + id: HalfTileOverlayGreyscale270 + decals: + 362: 44,-10 + 363: 44,-7 + 364: 44,-8 + 365: 44,-6 + 379: 35,-4 + 393: 49,-3 + 394: 49,-2 + 395: 49,0 + 396: 49,1 + 629: 60,25 + 630: 60,26 + 2382: 35,3 + 2383: 35,4 + 2384: 35,5 + 2418: 44,-9 + - node: + cleanable: True + color: '#52B4E996' + id: HalfTileOverlayGreyscale270 + decals: + 327: 35,-1 + 328: 35,0 + 329: 38,-1 + 330: 38,0 + 331: 38,1 + 332: 41,-1 + 333: 41,0 + - node: + color: '#8932B885' + id: HalfTileOverlayGreyscale270 + decals: + 1764: 70,48 + - node: + color: '#D381C996' + id: HalfTileOverlayGreyscale270 + decals: + 206: 20,8 + 207: 20,9 + - node: + color: '#DE3A3A96' + id: HalfTileOverlayGreyscale270 + decals: + 589: 47,18 + 611: 39,31 + - node: + color: '#EFB34196' + id: HalfTileOverlayGreyscale270 + decals: + 1100: 47,56 + - node: + color: '#F9801D85' + id: HalfTileOverlayGreyscale270 + decals: + 255: 40,7 + 256: 40,8 + - node: + color: '#334E6DC8' + id: HalfTileOverlayGreyscale90 + decals: + 169: 13,24 + 170: 13,25 + 171: 13,26 + 174: 13,17 + 175: 13,21 + - node: + color: '#52B4E996' + id: HalfTileOverlayGreyscale90 + decals: + 357: 45,-6 + 358: 45,-7 + 359: 45,-8 + 360: 45,-9 + 361: 45,-10 + 632: 62,26 + 633: 62,25 + 2390: 38,5 + - node: + cleanable: True + color: '#52B4E996' + id: HalfTileOverlayGreyscale90 + decals: + 320: 38,9 + 324: 36,-1 + 325: 36,0 + 326: 36,1 + 334: 39,-1 + 335: 39,0 + 336: 42,-1 + 337: 42,0 + 338: 42,1 + 348: 47,-1 + - node: + color: '#9FED5896' + id: HalfTileOverlayGreyscale90 + decals: + 355: 50,-5 + 2396: 50,1 + 2397: 50,0 + 2398: 50,-1 + 2399: 50,-2 + 2400: 50,-3 + 2401: 50,-4 + - node: + color: '#D381C996' + id: HalfTileOverlayGreyscale90 + decals: + 214: 24,9 + - node: + color: '#DE3A3A96' + id: HalfTileOverlayGreyscale90 + decals: + 594: 52,18 + 616: 43,31 + 1220: 15,9 + - node: + color: '#EFB34196' + id: HalfTileOverlayGreyscale90 + decals: + 1104: 51,56 + 1105: 51,55 + - node: + color: '#F9801D85' + id: HalfTileOverlayGreyscale90 + decals: + 259: 44,9 + 260: 44,8 + - node: + angle: -1.5707963267948966 rad + color: '#DE3A3A96' + id: LoadingArea + decals: + 437: 49,35 + - node: + angle: -1.5707963267948966 rad + color: '#FFFFFFFF' + id: LoadingArea + decals: + 104: 14,21 + - node: + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: LoadingArea + decals: + 103: 14,17 + - node: + cleanable: True + color: '#C7793EFF' + id: Max + decals: + 1495: 40.808556,-11.929747 + - node: + color: '#FFFFFFFF' + id: MiniTileDarkLineN + decals: + 802: 2,26 + 803: 3,26 + 804: 4,26 + - node: + color: '#FFFFFFFF' + id: MiniTileSteelBox + decals: + 1118: 54,56 + 1119: 53,65 + 1120: 51,65 + 1121: 49,65 + 1122: 47,65 + 1123: 45,65 + 1124: 47,69 + 1125: 47,71 + 1126: 47,73 + - node: + color: '#9FED5896' + id: MiniTileWhiteCornerNe + decals: + 456: 40,20 + 756: 19,40 + 2135: 56,0 + - node: + color: '#A4610696' + id: MiniTileWhiteCornerNe + decals: + 460: 40,17 + - node: + color: '#DE3A3A96' + id: MiniTileWhiteCornerNe + decals: + 2234: 62,31 + - node: + color: '#EFB34196' + id: MiniTileWhiteCornerNe + decals: + 1113: 55,57 + - node: + color: '#9FED5896' + id: MiniTileWhiteCornerNw + decals: + 457: 39,20 + 2136: 55,0 + - node: + color: '#A4610696' + id: MiniTileWhiteCornerNw + decals: + 461: 39,17 + - node: + color: '#DE3A3A96' + id: MiniTileWhiteCornerNw + decals: + 2232: 60,31 + 2239: 56,29 + - node: + color: '#9FED5896' + id: MiniTileWhiteCornerSe + decals: + 459: 40,19 + 2133: 56,-2 + - node: + color: '#A4610696' + id: MiniTileWhiteCornerSe + decals: + 462: 40,16 + - node: + color: '#DE3A3A96' + id: MiniTileWhiteCornerSe + decals: + 2231: 62,29 + 2243: 58,26 + - node: + color: '#EFB34196' + id: MiniTileWhiteCornerSe + decals: + 1115: 55,55 + - node: + color: '#9FED5896' + id: MiniTileWhiteCornerSw + decals: + 458: 39,19 + 2138: 55,-2 + - node: + color: '#A4610696' + id: MiniTileWhiteCornerSw + decals: + 463: 39,16 + - node: + color: '#DE3A3A96' + id: MiniTileWhiteCornerSw + decals: + 2236: 60,29 + 2242: 56,26 + - node: + color: '#9FED5896' + id: MiniTileWhiteEndE + decals: + 746: 19,42 + 1173: 86,57 + 1174: 86,63 + - node: + color: '#9FED5896' + id: MiniTileWhiteEndW + decals: + 1172: 85,57 + 1175: 85,63 + - node: + color: '#9FED5896' + id: MiniTileWhiteInnerNe + decals: + 741: 14,42 + - node: + color: '#EFB34196' + id: MiniTileWhiteInnerNe + decals: + 1112: 54,57 + - node: + color: '#9FED5896' + id: MiniTileWhiteInnerSe + decals: + 740: 14,44 + - node: + color: '#EFB34196' + id: MiniTileWhiteInnerSe + decals: + 1117: 54,55 + - node: + color: '#9FED5896' + id: MiniTileWhiteLineE + decals: + 739: 14,43 + 2134: 56,-1 + - node: + color: '#DE3A3A96' + id: MiniTileWhiteLineE + decals: + 2235: 62,30 + 2244: 58,27 + 2245: 58,28 + - node: + color: '#EFB34196' + id: MiniTileWhiteLineE + decals: + 1111: 54,58 + 1114: 55,56 + 1116: 54,54 + - node: + color: '#FFFFFFFF' + id: MiniTileWhiteLineE + decals: + 2246: 51,31 + - node: + color: '#9FED5896' + id: MiniTileWhiteLineN + decals: + 742: 15,42 + 743: 16,42 + 744: 17,42 + 745: 18,42 + 752: 14,40 + 753: 15,40 + 754: 16,40 + 755: 17,40 + 2468: 18,40 + - node: + color: '#DE3A3A96' + id: MiniTileWhiteLineN + decals: + 2233: 61,31 + - node: + color: '#9FED5896' + id: MiniTileWhiteLineS + decals: + 731: 23,44 + 732: 22,44 + 733: 21,44 + 734: 20,44 + 735: 19,44 + 736: 18,44 + 737: 16,44 + 738: 17,44 + 747: 18,42 + 748: 17,42 + 749: 16,42 + 750: 15,42 + 751: 14,42 + 2467: 15,44 + - node: + color: '#DE3A3A96' + id: MiniTileWhiteLineS + decals: + 2237: 61,29 + - node: + color: '#9FED5896' + id: MiniTileWhiteLineW + decals: + 2137: 55,-1 + - node: + color: '#DE3A3A96' + id: MiniTileWhiteLineW + decals: + 2238: 60,30 + 2240: 56,28 + 2241: 56,27 + - node: + color: '#EFB34196' + id: MiniTileWhiteLineW + decals: + 1106: 53,54 + 1107: 53,55 + 1108: 53,56 + 1109: 53,57 + 1110: 53,58 + - node: + color: '#D381C996' + id: MonoOverlay + decals: + 188: 21,6 + 189: 20,6 + 190: 22,5 + 191: 22,4 + 192: 21,3 + 193: 20,3 + - node: + cleanable: True + color: '#C7793EFF' + id: Newton + decals: + 1496: 11.076073,-15.953328 + - node: + color: '#334E6DC8' + id: QuarterTileOverlayGreyscale + decals: + 61: 35,22 + 62: 35,23 + 63: 35,21 + 64: 35,20 + 86: 35,15 + 87: 35,16 + 88: 35,17 + 89: 35,18 + 90: 35,19 + 124: 21,28 + 125: 21,29 + 128: 20,29 + 1655: 11,20 + 1656: 11,22 + - node: + color: '#52B4E996' + id: QuarterTileOverlayGreyscale + decals: + 2417: 49,-4 + - node: + color: '#79150096' + id: QuarterTileOverlayGreyscale + decals: + 1601: 25,38 + 1602: 26,38 + 1603: 27,38 + 1604: 28,38 + 1605: 29,38 + 1606: 30,38 + 1607: 31,38 + 1608: 32,38 + 1609: 33,38 + 1610: 34,38 + 1611: 35,38 + 1612: 35,39 + 1613: 35,40 + 1614: 35,41 + 1615: 35,42 + 1616: 35,43 + 1617: 35,44 + 1618: 35,45 + 1619: 36,45 + 1620: 37,45 + 1621: 38,45 + 1622: 39,45 + 1623: 40,45 + 1624: 41,45 + - node: + color: '#8932B885' + id: QuarterTileOverlayGreyscale + decals: + 1763: 69,45 + 1766: 70,47 + - node: + color: '#9FED5896' + id: QuarterTileOverlayGreyscale + decals: + 1625: 24,38 + 1626: 23,38 + 1627: 22,38 + 1628: 21,38 + 1629: 20,38 + 1630: 19,38 + 1631: 18,38 + 1632: 17,38 + 1633: 16,38 + 1634: 15,38 + 1635: 14,38 + 1636: 11,24 + 1637: 11,25 + 1638: 11,26 + 1639: 11,27 + 1640: 11,28 + 1641: 11,30 + 1642: 11,29 + 1643: 11,31 + 1644: 11,32 + 1645: 11,33 + 1646: 11,35 + 1647: 11,34 + 1648: 11,36 + 1649: 11,37 + 1650: 11,38 + 1651: 12,38 + 1652: 13,38 + 1754: 59,53 + 1755: 60,53 + 1756: 61,53 + 1757: 62,53 + 1758: 64,53 + 1759: 65,53 + 1760: 63,53 + 1761: 66,53 + 1762: 67,53 + - node: + color: '#A4610696' + id: QuarterTileOverlayGreyscale + decals: + 91: 11,13 + 92: 11,14 + 93: 11,15 + 94: 11,16 + 95: 11,17 + 96: 11,18 + 97: 11,12 + - node: + color: '#D4D4D428' + id: QuarterTileOverlayGreyscale + decals: + 1848: 83,50 + 1849: 82,50 + 1850: 81,50 + 1851: 81,49 + 1852: 81,47 + 1853: 81,48 + 1854: 81,46 + 1855: 81,45 + 1856: 81,44 + 1857: 81,43 + 1858: 81,42 + 1859: 81,41 + 1860: 81,40 + 1861: 81,39 + 1862: 81,38 + 1863: 80,38 + 1864: 78,38 + 1865: 77,38 + 1866: 76,38 + 1867: 75,38 + 1868: 74,38 + 1869: 73,38 + 1890: 45,53 + 1891: 45,52 + 1892: 45,51 + 1893: 45,50 + 1894: 45,49 + 1895: 45,48 + 1896: 45,47 + 1897: 45,46 + 1898: 45,45 + 1899: 44,45 + 1900: 43,45 + 1901: 42,45 + 1902: 11,19 + 1933: 70,46 + 1934: 70,44 + 1935: 70,45 + 1936: 70,43 + 1937: 70,42 + 1938: 70,41 + 1939: 70,40 + 1940: 70,39 + 1941: 70,38 + 1942: 70,37 + 1943: 70,36 + 1944: 70,35 + 1945: 70,34 + 1946: 70,33 + 1947: 70,32 + 1948: 70,31 + 1949: 70,30 + 1950: 70,29 + 1951: 70,28 + 1952: 70,27 + 1953: 70,26 + 1954: 70,25 + 1955: 70,23 + 1956: 70,22 + 1957: 70,24 + 1958: 70,21 + 1959: 70,19 + 1960: 70,18 + 1961: 70,20 + 1962: 70,17 + 1963: 70,16 + 1964: 70,15 + 1965: 70,15 + 1966: 70,14 + 1967: 69,14 + 1968: 68,14 + 1969: 67,14 + 1973: 64,14 + 1974: 63,14 + 1975: 61,14 + 1976: 62,14 + 1977: 60,14 + 1978: 59,14 + 2438: 79,38 + - node: + color: '#DE3A3A96' + id: QuarterTileOverlayGreyscale + decals: + 588: 48,19 + 1653: 11,23 + 1654: 11,21 + 1725: 47,15 + 1726: 48,15 + 1727: 49,15 + 1728: 50,15 + 1729: 51,15 + 1730: 52,15 + - node: + color: '#EFB34196' + id: QuarterTileOverlayGreyscale + decals: + 1743: 46,53 + 1744: 47,53 + 1745: 48,53 + 1746: 49,53 + 1747: 50,53 + 1748: 51,53 + 1749: 52,53 + 1750: 53,53 + 1751: 54,53 + 1752: 56,53 + 1753: 55,53 + 2174: 57,53 + - node: + color: '#F9801D85' + id: QuarterTileOverlayGreyscale + decals: + 261: 43,9 + - node: + color: '#334E6DC8' + id: QuarterTileOverlayGreyscale180 + decals: + 121: 27,26 + 123: 27,27 + 129: 20,29 + 149: 17,24 + 150: 16,24 + 151: 15,24 + 152: 31,24 + 153: 32,24 + 154: 33,24 + 173: 13,27 + 176: 13,22 + 177: 13,18 + 181: 13,28 + 182: 13,29 + 183: 13,30 + 184: 13,31 + 185: 13,32 + 186: 13,33 + 187: 13,34 + - node: + color: '#52B4E996' + id: QuarterTileOverlayGreyscale180 + decals: + 374: 45,-5 + 1680: 33,12 + 1681: 33,11 + 1682: 33,10 + 1683: 33,9 + 1684: 33,8 + 1685: 33,7 + 1686: 33,6 + 1687: 33,5 + 1688: 33,4 + 1689: 33,3 + 1690: 34,12 + 1691: 35,12 + 1692: 36,12 + 1693: 37,12 + 1694: 38,12 + 1695: 39,12 + - node: + color: '#8932B885' + id: QuarterTileOverlayGreyscale180 + decals: + 1769: 66,51 + - node: + color: '#9FED5896' + id: QuarterTileOverlayGreyscale180 + decals: + 2402: 50,2 + - node: + color: '#D381C996' + id: QuarterTileOverlayGreyscale180 + decals: + 205: 21,8 + - node: + color: '#D4D4D428' + id: QuarterTileOverlayGreyscale180 + decals: + 1810: 72,20 + 1811: 72,21 + 1812: 72,22 + 1813: 72,23 + 1814: 72,24 + 1815: 72,25 + 1816: 72,26 + 1817: 72,27 + 1818: 72,28 + 1819: 72,30 + 1820: 72,31 + 1821: 72,32 + 1822: 72,33 + 1823: 72,34 + 1824: 72,35 + 1825: 72,36 + 1826: 73,36 + 1827: 75,36 + 1828: 76,36 + 1829: 77,36 + 1830: 78,36 + 1831: 79,36 + 1832: 80,36 + 1833: 81,36 + 1834: 82,36 + 1835: 83,36 + 1836: 83,37 + 1837: 83,38 + 1838: 83,41 + 1839: 83,42 + 1840: 83,43 + 1841: 83,44 + 1842: 83,45 + 1843: 83,46 + 1844: 83,47 + 1845: 83,48 + 1846: 83,50 + 1847: 83,49 + 1905: 47,51 + 1906: 48,51 + 1907: 49,51 + 1908: 50,51 + 1909: 51,51 + 1910: 52,51 + 1911: 53,51 + 1912: 54,51 + 1919: 55,51 + 1920: 56,51 + 1921: 57,51 + 1922: 58,51 + 1923: 59,51 + 1924: 60,51 + 1925: 61,51 + 1926: 62,51 + 1927: 63,51 + 1928: 64,51 + 1929: 65,51 + 2017: 47,50 + 2018: 47,49 + 2019: 47,48 + 2020: 47,47 + 2021: 47,46 + 2022: 47,45 + 2023: 47,44 + 2024: 47,43 + 2025: 46,43 + 2026: 45,43 + 2439: 83,39 + 2440: 83,40 + - node: + color: '#EFB34196' + id: QuarterTileOverlayGreyscale180 + decals: + 1770: 72,18 + 1771: 72,17 + 1772: 72,16 + 1773: 72,19 + 1774: 72,15 + 1775: 67,12 + 1776: 66,12 + 1777: 65,12 + 1778: 64,12 + 1779: 63,12 + 1780: 62,12 + 1781: 68,12 + - node: + color: '#F9801D85' + id: QuarterTileOverlayGreyscale180 + decals: + 262: 43,7 + - node: + color: '#334E6DC8' + id: QuarterTileOverlayGreyscale270 + decals: + 126: 21,29 + 161: 35,27 + 162: 35,28 + 163: 35,29 + 164: 35,30 + 165: 35,31 + 166: 35,32 + 167: 35,33 + 168: 35,34 + - node: + color: '#52B4E996' + id: QuarterTileOverlayGreyscale270 + decals: + 356: 50,-5 + 373: 44,-5 + 2391: 49,2 + - node: + cleanable: True + color: '#52B4E996' + id: QuarterTileOverlayGreyscale270 + decals: + 345: 45,-1 + - node: + color: '#8932B885' + id: QuarterTileOverlayGreyscale270 + decals: + 1765: 70,49 + 1768: 68,51 + - node: + color: '#D381C996' + id: QuarterTileOverlayGreyscale270 + decals: + 1657: 17,12 + 1658: 18,12 + 1659: 19,12 + 1660: 20,12 + 1661: 21,12 + 1662: 23,12 + 1663: 22,12 + 1664: 24,12 + 1665: 25,12 + 1666: 26,12 + 1667: 26,11 + 1668: 26,10 + 1669: 26,9 + 1670: 26,8 + 1671: 26,7 + 1672: 26,6 + 1673: 26,5 + 1674: 26,4 + 1675: 26,3 + 1676: 27,3 + 1677: 28,3 + 1678: 29,3 + 1679: 30,3 + 1696: 31,3 + - node: + color: '#D4D4D428' + id: QuarterTileOverlayGreyscale270 + decals: + 1782: 42,12 + 1783: 43,12 + 1784: 44,12 + 1785: 46,12 + 1786: 47,12 + 1787: 45,12 + 1788: 48,12 + 1789: 49,12 + 1790: 50,12 + 1791: 51,12 + 1792: 52,12 + 1793: 53,12 + 1794: 54,12 + 1795: 55,12 + 1796: 56,12 + 1797: 57,12 + 1798: 58,12 + 1799: 59,12 + 1800: 60,12 + 1801: 61,12 + 1802: 62,12 + 1803: 69,12 + 1804: 70,12 + 1805: 71,12 + 1806: 72,12 + 1903: 32,3 + 1904: 33,3 + 1930: 70,51 + 1931: 69,51 + 1932: 70,50 + 1981: 14,35 + 1983: 15,36 + 1984: 16,36 + 1985: 17,36 + 1986: 18,36 + 1987: 19,36 + 1988: 20,36 + 1989: 21,36 + 1990: 22,36 + 1991: 23,36 + 1992: 24,36 + 1993: 25,36 + 1994: 26,36 + 1995: 27,36 + 1996: 28,36 + 1997: 29,36 + 1998: 30,36 + 1999: 32,36 + 2000: 34,36 + 2001: 34,35 + 2002: 35,35 + 2003: 35,34 + 2010: 38,43 + 2011: 39,43 + 2012: 40,43 + 2013: 42,43 + 2014: 43,43 + 2015: 44,43 + 2016: 45,43 + - node: + color: '#DE3A3A96' + id: QuarterTileOverlayGreyscale270 + decals: + 98: 12,12 + 99: 13,12 + 100: 14,12 + 101: 15,12 + 102: 16,12 + - node: + color: '#EFB34196' + id: QuarterTileOverlayGreyscale270 + decals: + 1098: 49,55 + - node: + color: '#334E6DC8' + id: QuarterTileOverlayGreyscale90 + decals: + 65: 14,14 + 66: 15,14 + 67: 16,14 + 68: 17,14 + 69: 18,14 + 70: 19,14 + 71: 20,14 + 72: 21,14 + 73: 22,14 + 74: 23,14 + 75: 25,14 + 76: 24,14 + 77: 27,14 + 78: 26,14 + 79: 28,14 + 80: 29,14 + 81: 30,14 + 82: 31,14 + 83: 32,14 + 84: 33,14 + 85: 34,14 + 122: 27,26 + 127: 20,29 + 146: 15,26 + 147: 16,26 + 148: 17,26 + 155: 33,26 + 156: 32,26 + 157: 31,26 + 172: 13,23 + 178: 13,20 + 179: 13,16 + 180: 13,15 + 1979: 13,14 + - node: + color: '#52B4E996' + id: QuarterTileOverlayGreyscale90 + decals: + 389: 43,-4 + 2389: 38,4 + - node: + color: '#D4D4D428' + id: QuarterTileOverlayGreyscale90 + decals: + 1807: 72,12 + 1808: 72,13 + 1809: 72,14 + 1870: 72,39 + 1871: 72,40 + 1872: 72,42 + 1873: 72,41 + 1874: 72,43 + 1875: 72,45 + 1876: 72,44 + 1877: 72,46 + 1878: 72,47 + 1879: 72,48 + 1880: 72,49 + 1881: 72,50 + 1882: 72,51 + 1883: 72,52 + 1884: 72,53 + 1885: 71,53 + 1886: 70,53 + 1887: 69,53 + 1888: 68,53 + 1889: 67,53 + 1970: 66,15 + 1971: 65,15 + 1972: 64,15 + 1980: 13,34 + 1982: 14,35 + 2004: 37,37 + 2005: 37,38 + 2006: 37,39 + 2007: 37,40 + 2008: 37,41 + 2009: 37,42 + - node: + color: '#DE3A3A96' + id: QuarterTileOverlayGreyscale90 + decals: + 1697: 37,32 + 1698: 37,31 + 1699: 37,30 + 1700: 37,28 + 1701: 37,29 + 1702: 37,27 + 1703: 37,26 + 1704: 37,25 + 1705: 37,24 + 1706: 37,23 + 1707: 37,22 + 1708: 37,21 + 1709: 37,20 + 1710: 37,19 + 1711: 37,18 + 1712: 37,17 + 1713: 37,16 + 1714: 37,15 + 1715: 37,14 + 1716: 38,14 + 1717: 39,14 + 1718: 40,14 + 1719: 42,14 + 1720: 41,14 + 1721: 43,14 + 1722: 44,14 + 1723: 45,14 + 1724: 46,14 + 1731: 52,14 + 1732: 53,14 + 1733: 54,14 + 1734: 55,14 + 1735: 56,14 + 1736: 57,14 + 1737: 58,14 + 1738: 59,14 + 1739: 37,33 + 1740: 37,34 + 1741: 37,35 + 1742: 37,36 + - node: + cleanable: True + color: '#FFFFFFFF' + id: Remains + decals: + 1497: 12.122713,-0.9261559 + 1498: 1.9508317,21.915426 + - node: + cleanable: True + color: '#FFFFFFFF' + id: Rock01 + decals: + 1542: 14,-19 + 1560: 67,3 + 1561: 70,6 + 1566: 81,11 + 1569: 80,24 + - node: + cleanable: True + color: '#FFFFFFFF' + id: Rock02 + decals: + 1543: 12,-19 + 1546: 30,-15 + 1562: 70,9 + 1567: 86,14 + 1570: 89,17 + - node: + cleanable: True + color: '#FFFFFFFF' + id: Rock03 + decals: + 1544: 27,-15 + 1559: 63,2 + 1563: 58,9 + - node: + cleanable: True + color: '#FFFFFFFF' + id: Rock04 + decals: + 1547: 31,-8 + 1549: 33,-10 + 1550: 33,-3 + 1551: 35,-7 + 1552: 33,1 + 1553: 41,-14 + 1554: 51,-15 + 1555: 53,-11 + 1556: 60,-7 + 1557: 60,-8 + 1558: 61,-1 + 1571: 90,15 + - node: + cleanable: True + color: '#FFFFFFFF' + id: Rock05 + decals: + 1548: 30,-6 + 1565: 61,8 + - node: + cleanable: True + color: '#FFFFFFFF' + id: Rock06 + decals: + 1545: 30,-20 + 1568: 86,20 + - node: + cleanable: True + color: '#FFFFFFFF' + id: Rock07 + decals: + 1564: 60,9 + - node: + color: '#52B4E996' + id: ThreeQuarterTileOverlayGreyscale + decals: + 380: 35,-3 + 625: 60,27 + 2385: 35,6 + - node: + cleanable: True + color: '#52B4E996' + id: ThreeQuarterTileOverlayGreyscale + decals: + 314: 34,10 + 339: 44,0 + - node: + color: '#D381C996' + id: ThreeQuarterTileOverlayGreyscale + decals: + 208: 20,10 + - node: + color: '#DE3A3A96' + id: ThreeQuarterTileOverlayGreyscale + decals: + 580: 49,21 + 586: 47,19 + 587: 48,20 + 613: 39,32 + 1190: 81,53 + 1225: 13,10 + - node: + color: '#EFB34196' + id: ThreeQuarterTileOverlayGreyscale + decals: + 1095: 47,57 + - node: + color: '#F9801D85' + id: ThreeQuarterTileOverlayGreyscale + decals: + 250: 40,9 + 251: 43,10 + - node: + color: '#52B4E996' + id: ThreeQuarterTileOverlayGreyscale180 + decals: + 375: 45,-11 + 626: 62,24 + - node: + cleanable: True + color: '#52B4E996' + id: ThreeQuarterTileOverlayGreyscale180 + decals: + 316: 38,8 + 340: 47,-2 + - node: + color: '#9FED5896' + id: ThreeQuarterTileOverlayGreyscale180 + decals: + 2395: 56,2 + - node: + color: '#D381C996' + id: ThreeQuarterTileOverlayGreyscale180 + decals: + 204: 21,7 + 211: 24,8 + - node: + color: '#DE3A3A96' + id: ThreeQuarterTileOverlayGreyscale180 + decals: + 584: 52,17 + 615: 43,30 + 1189: 83,52 + 1223: 15,8 + - node: + color: '#EFB34196' + id: ThreeQuarterTileOverlayGreyscale180 + decals: + 1096: 51,54 + - node: + color: '#F9801D60' + id: ThreeQuarterTileOverlayGreyscale180 + decals: + 397: 41,11 + - node: + color: '#F9801D85' + id: ThreeQuarterTileOverlayGreyscale180 + decals: + 253: 44,7 + 254: 43,6 + - node: + color: '#334E6DC8' + id: ThreeQuarterTileOverlayGreyscale270 + decals: + 118: 23,29 + 2497: 28,26 + 2498: 24,28 + 2499: 25,27 + - node: + color: '#52B4E996' + id: ThreeQuarterTileOverlayGreyscale270 + decals: + 376: 44,-11 + 377: 35,-5 + 634: 60,24 + 2388: 35,2 + - node: + cleanable: True + color: '#52B4E996' + id: ThreeQuarterTileOverlayGreyscale270 + decals: + 313: 34,9 + 315: 35,8 + 341: 45,-2 + 342: 44,-1 + - node: + color: '#D381C996' + id: ThreeQuarterTileOverlayGreyscale270 + decals: + 203: 20,7 + - node: + color: '#DE3A3A96' + id: ThreeQuarterTileOverlayGreyscale270 + decals: + 585: 47,17 + 612: 39,30 + 1188: 81,52 + 1224: 13,8 + - node: + color: '#EFB34196' + id: ThreeQuarterTileOverlayGreyscale270 + decals: + 1094: 47,55 + 1097: 49,54 + - node: + color: '#F9801D60' + id: ThreeQuarterTileOverlayGreyscale270 + decals: + 398: 40,11 + - node: + color: '#F9801D85' + id: ThreeQuarterTileOverlayGreyscale270 + decals: + 249: 40,6 + - node: + color: '#334E6DC8' + id: ThreeQuarterTileOverlayGreyscale90 + decals: + 119: 23,28 + 120: 24,27 + 2500: 25,26 + - node: + color: '#52B4E996' + id: ThreeQuarterTileOverlayGreyscale90 + decals: + 388: 43,-3 + 624: 62,27 + 2386: 38,6 + 2387: 56,4 + - node: + cleanable: True + color: '#52B4E996' + id: ThreeQuarterTileOverlayGreyscale90 + decals: + 317: 38,10 + 343: 47,0 + - node: + color: '#D381C996' + id: ThreeQuarterTileOverlayGreyscale90 + decals: + 213: 24,10 + - node: + color: '#DE3A3A96' + id: ThreeQuarterTileOverlayGreyscale90 + decals: + 581: 50,21 + 582: 51,20 + 583: 52,19 + 614: 43,32 + 1187: 83,53 + 1222: 15,10 + - node: + color: '#EFB34196' + id: ThreeQuarterTileOverlayGreyscale90 + decals: + 1093: 51,57 + - node: + color: '#F9801D85' + id: ThreeQuarterTileOverlayGreyscale90 + decals: + 252: 44,10 + - node: + color: '#FFFFFFFF' + id: WarnBox + decals: + 2106: 52,69 + - node: + color: '#9FED5896' + id: WarnCornerGreyscaleNE + decals: + 2155: 53,0 + - node: + color: '#DE3A3A96' + id: WarnCornerGreyscaleNE + decals: + 556: 58,24 + 557: 47,28 + 561: 43,28 + 2229: 58,29 + - node: + color: '#DE3A3A96' + id: WarnCornerGreyscaleNW + decals: + 503: 45,28 + 560: 39,28 + - node: + color: '#9FED5896' + id: WarnCornerGreyscaleSE + decals: + 2154: 53,-1 + - node: + color: '#DE3A3A96' + id: WarnCornerGreyscaleSE + decals: + 558: 47,26 + 562: 43,26 + 565: 47,30 + - node: + color: '#DE3A3A96' + id: WarnCornerGreyscaleSW + decals: + 502: 45,26 + 550: 42,16 + 559: 39,26 + 564: 45,30 + - node: + color: '#FFFFFFFF' + id: WarnCornerNE + decals: + 1065: 43,64 + 1600: 52,59 + 2197: 1,5 + - node: + color: '#FFFFFFFF' + id: WarnCornerNW + decals: + 198: 22,7 + 1054: 49,59 + - node: + color: '#FFFFFFFF' + id: WarnCornerSE + decals: + 1066: 43,66 + 2088: 50,73 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallNE + decals: + 2314: 23,-26 + 2315: 23,-30 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallNW + decals: + 2310: 22,-30 + 2313: 22,-26 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallSE + decals: + 2308: 23,-26 + 2309: 23,-22 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallSW + decals: + 2311: 22,-26 + 2312: 22,-22 + - node: + color: '#FFFFFFFF' + id: WarnEndE + decals: + 2198: 1,9 + - node: + color: '#FFFFFFFF' + id: WarnEndS + decals: + 55: 22,17 + 56: 24,17 + - node: + color: '#DE3A3A96' + id: WarnFull + decals: + 618: 48,35 + - node: + color: '#52B4E996' + id: WarnFullGreyscale + decals: + 627: 59,24 + - node: + color: '#DE3A3A96' + id: WarnFullGreyscale + decals: + 578: 41,16 + 579: 41,19 + 623: 57,25 + 2228: 59,29 + - node: + color: '#FFFFFFFF' + id: WarnFullGreyscale + decals: + 1420: 75,43 + 1421: 75,47 + - node: + color: '#DE3A3A96' + id: WarnLineE + decals: + 439: 47,27 + 621: 47,35 + - node: + color: '#FFFFFFFF' + id: WarnLineE + decals: + 59: 22,18 + 60: 24,18 + 402: 41,24 + 403: 41,23 + 404: 41,22 + 1044: 41,74 + 1045: 41,75 + 1046: 41,76 + 2089: 50,74 + 2099: 50,70 + 2100: 50,69 + 2101: 50,68 + 2160: 72,15 + 2164: 72,22 + 2165: 72,29 + 2166: 72,47 + 2169: 71,54 + 2177: 47,46 + 2184: 37,39 + 2187: 13,34 + 2190: 13,27 + 2191: 13,16 + 2212: 33,11 + 2215: 37,15 + 2216: 37,22 + 2219: 37,34 + 2302: 23,-23 + 2303: 23,-24 + 2304: 23,-25 + 2305: 23,-27 + 2306: 23,-28 + 2307: 23,-29 + - node: + cleanable: True + color: '#52B4E996' + id: WarnLineGreyscaleE + decals: + 351: 56,3 + - node: + color: '#DE3A3A96' + id: WarnLineGreyscaleE + decals: + 555: 58,21 + 573: 47,31 + - node: + color: '#52B4E996' + id: WarnLineGreyscaleN + decals: + 2405: 53,4 + 2406: 50,4 + 2407: 47,4 + 2408: 43,4 + 2409: 41,4 + 2410: 37,6 + - node: + color: '#9FED5896' + id: WarnLineGreyscaleN + decals: + 2153: 53,-3 + - node: + color: '#DE3A3A96' + id: WarnLineGreyscaleN + decals: + 464: 56,18 + 500: 45,24 + 501: 47,24 + 563: 57,24 + 2230: 57,29 + - node: + color: '#52B4E996' + id: WarnLineGreyscaleS + decals: + 378: 36,-5 + 2411: 38,2 + 2412: 36,2 + 2413: 42,2 + - node: + cleanable: True + color: '#52B4E996' + id: WarnLineGreyscaleS + decals: + 350: 48,-5 + - node: + color: '#DE3A3A96' + id: WarnLineGreyscaleS + decals: + 465: 56,20 + 552: 48,22 + 553: 49,22 + 554: 50,22 + 622: 57,26 + - node: + color: '#52B4E996' + id: WarnLineGreyscaleW + decals: + 2414: 49,-1 + - node: + color: '#DE3A3A96' + id: WarnLineGreyscaleW + decals: + 499: 60,21 + 551: 42,19 + 566: 45,31 + 574: 45,35 + - node: + color: '#9FED5896' + id: WarnLineN + decals: + 2403: 53,2 + - node: + color: '#FFFFFFFF' + id: WarnLineN + decals: + 223: 16,-2 + 224: 17,-2 + 225: 18,-2 + 440: 54,28 + 441: 53,28 + 442: 52,28 + 443: 51,28 + 444: 50,28 + 445: 49,28 + 2159: 69,12 + 2171: 68,51 + 2172: 58,51 + 2178: 44,43 + 2179: 38,43 + 2182: 33,36 + 2186: 24,36 + 2194: 16,12 + 2199: 0,9 + 2200: -1,9 + 2201: -2,9 + 2207: 10,14 + 2208: 25,12 + 2211: 34,12 + 2221: 39,12 + 2222: 46,12 + 2225: 58,12 + 2226: 73,36 + - node: + color: '#FFFFFFFF' + id: WarnLineS + decals: + 57: 22,18 + 58: 24,18 + 449: 49,27 + 1041: 44,74 + 1042: 44,75 + 1043: 44,76 + 1133: 40,71 + 1134: 40,72 + 2034: 18,10 + 2035: 18,9 + 2036: 18,8 + 2085: 54,72 + 2086: 54,73 + 2087: 54,74 + 2102: 54,70 + 2103: 54,69 + 2104: 54,68 + 2161: 70,15 + 2162: 70,29 + 2163: 70,22 + 2167: 70,47 + 2168: 69,54 + 2176: 45,46 + 2183: 35,39 + 2188: 11,34 + 2189: 11,27 + 2192: 11,16 + 2213: 26,11 + 2214: 35,15 + 2217: 35,22 + 2218: 35,34 + 2296: 22,-29 + 2297: 22,-28 + 2298: 22,-27 + 2299: 22,-25 + 2300: 22,-24 + 2301: 22,-23 + - node: + color: '#DE3A3A96' + id: WarnLineW + decals: + 435: 53,36 + - node: + color: '#FFFFFFFF' + id: WarnLineW + decals: + 199: 23,7 + 200: 24,7 + 221: 23,3 + 222: 24,3 + 446: 49,26 + 447: 50,26 + 448: 51,26 + 453: 53,26 + 454: 52,26 + 455: 54,26 + 1055: 50,59 + 1056: 51,59 + 1057: 44,63 + 1058: 45,63 + 1059: 46,63 + 1127: 46,77 + 1128: 47,77 + 1129: 48,77 + 1130: 49,77 + 1131: 50,77 + 1132: 51,77 + 1916: 55,50 + 1917: 56,50 + 1918: 57,50 + 2158: 69,14 + 2170: 68,53 + 2173: 58,53 + 2175: 44,45 + 2180: 38,45 + 2181: 33,38 + 2185: 24,38 + 2193: 16,14 + 2195: -2,5 + 2196: -1,5 + 2206: 10,15 + 2209: 25,14 + 2210: 34,14 + 2220: 39,14 + 2223: 46,14 + 2224: 58,14 + 2227: 73,38 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinCornerNe + decals: + 1142: 8,22 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinCornerNw + decals: + 1141: 7,22 + 2127: 29,49 + 2129: 30,50 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinCornerSe + decals: + 1143: 8,21 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinCornerSw + decals: + 1140: 7,21 + 2120: 30,43 + 2122: 29,44 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinEndE + decals: + 1018: 41,-8 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinEndW + decals: + 1017: 40,-8 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinInnerNe + decals: + 1419: 74,40 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinInnerNw + decals: + 820: 33,40 + 2128: 30,49 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinInnerSw + decals: + 2121: 30,44 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineE + decals: + 728: 41,34 + 729: 41,35 + 730: 41,36 + 757: 18,55 + 758: 18,54 + 759: 18,53 + 760: 21,51 + 761: 21,50 + 762: 21,46 + 1412: 74,42 + 1413: 74,41 + - node: + cleanable: True + color: '#FFFFFFFF' + id: WoodTrimThinLineE + decals: + 790: 21,49 + 791: 21,48 + 792: 21,47 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineN + decals: + 724: 49,30 + 725: 50,30 + 726: 51,30 + 727: 52,30 + 813: 25,40 + 814: 29,40 + 815: 30,40 + 816: 31,40 + 817: 32,40 + 1414: 75,40 + 1415: 76,40 + 1416: 78,40 + 1417: 77,40 + 1418: 79,40 + 2130: 31,50 + 2131: 32,50 + 2132: 33,50 + 2476: 28,40 + 2477: 27,40 + 2478: 26,40 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineS + decals: + 720: 52,33 + 721: 51,33 + 722: 50,33 + 723: 49,33 + 2117: 33,43 + 2118: 32,43 + 2119: 31,43 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineW + decals: + 47: 31,21 + 48: 31,22 + 818: 33,41 + 819: 33,42 + 2123: 29,45 + 2124: 29,46 + 2125: 29,47 + 2126: 29,48 + - node: + cleanable: True + angle: -0.2617993877991494 rad + color: '#FFFFFFFF' + id: arrow + decals: + 1503: 84.899414,12.001698 + - node: + color: '#FFFFFFFF' + id: bushsnowa1 + decals: + 1395: 75.92607,43.956528 + - node: + cleanable: True + color: '#FFFFFFFF' + id: evac + decals: + 1535: 13,63 + - node: + cleanable: True + angle: -0.7853981633974483 rad + color: '#4A2C0CAE' + id: footprint + decals: + 1487: 25.250029,37.717045 + 1488: 25.462027,38.116577 + - node: + cleanable: True + angle: -0.2617993877991494 rad + color: '#4A2C0CAE' + id: footprint + decals: + 1483: 25.877867,37.30936 + 1484: 26.032787,37.68443 + 1485: 25.943096,38.18181 + 1486: 27.793993,38.18996 + - node: + cleanable: True + color: '#4A2C0CAE' + id: footprint + decals: + 1479: 25.64956,37.65997 + - node: + cleanable: True + angle: 0.08726646259971647 rad + color: '#4A2C0CAE' + id: footprint + decals: + 1491: 26.399704,37.76597 + 1492: 27.467844,37.896427 + 1493: 26.986774,38.214424 + 1494: 27.427656,38.18181 + - node: + cleanable: True + angle: 0.17453292519943295 rad + color: '#4A2C0CAE' + id: footprint + decals: + 1489: 26.685085,37.912735 + 1490: 26.375244,38.132885 + - node: + cleanable: True + angle: 0.2617993877991494 rad + color: '#4A2C0CAE' + id: footprint + decals: + 1480: 28.29137,38.2715 + 1481: 26.766623,38.20627 + 1482: 27.166155,37.782276 + - node: + color: '#FFFFFFFF' + id: grasssnow05 + decals: + 1408: 74.89878,44.092968 + 1409: 74.93003,46.092968 + 1410: 75.414406,46.077343 + 1411: 75.851906,46.030468 + - node: + cleanable: True + color: '#FFFFFFFF' + id: revolution + decals: + 1500: 33.103058,61.98245 + - node: + cleanable: True + color: '#A72323FF' + id: rune1 + decals: + 932: 26.00899,59.65178 + - node: + cleanable: True + color: '#FFFFFFFF' + id: shop + decals: + 1501: 30.793203,60.95846 + 1502: 84.96057,11.21894 + - node: + cleanable: True + color: '#A72323FF' + id: skull + decals: + 931: 26.106834,58.489876 + - node: + cleanable: True + color: '#FFFFFFFF' + id: skull + decals: + 1499: 17.135914,61.08151 + - node: + cleanable: True + color: '#755900FF' + id: splatter + decals: + 926: 6,25 + - node: + cleanable: True + color: '#A72323FF' + id: splatter + decals: + 927: 25.40969,56.93659 + 928: 25.837763,57.694885 + 929: 25.103926,58.954636 + 930: 25.495306,59.84747 + 933: 28.981913,60.899128 + 934: 33.923073,62.293415 + 935: 28.186922,63.699936 + - node: + color: '#DE3A3AFF' + id: splatter + decals: + 1260: 60.675476,37.8653 + 1261: 59.868256,39.51643 + 1262: 60.143448,41.406055 + - type: GridAtmosphere + version: 2 + data: + tiles: + 0,0: + 0: 65535 + 0,1: + 0: 65535 + 0,2: + 0: 65535 + 0,3: + 0: 65535 + 1,0: + 0: 65535 + 1,1: + 0: 65535 + 1,2: + 0: 65535 + 1,3: + 0: 65535 + 2,0: + 0: 65535 + 2,1: + 0: 65535 + 2,2: + 0: 65535 + 2,3: + 0: 65535 + 3,0: + 0: 65535 + 3,1: + 0: 65535 + 3,2: + 0: 65535 + 3,3: + 0: 65535 + 0,4: + 0: 65535 + 0,5: + 0: 65535 + 0,6: + 0: 65535 + 0,7: + 0: 65535 + 1,4: + 0: 65535 + 1,5: + 0: 65535 + 1,6: + 0: 65535 + 1,7: + 0: 65535 + 2,4: + 0: 65535 + 2,5: + 0: 65535 + 2,6: + 0: 65535 + 2,7: + 0: 65535 + 3,4: + 0: 65535 + 3,5: + 0: 65535 + 3,6: + 0: 65535 + 3,7: + 0: 65535 + 0,8: + 0: 64511 + 1: 1024 + 0,9: + 0: 65535 + 0,10: + 0: 65535 + 0,11: + 0: 65535 + 1,8: + 0: 65535 + 1,9: + 0: 65535 + 1,10: + 0: 65535 + 1,11: + 0: 65535 + 2,8: + 0: 65535 + 2,9: + 0: 65535 + 2,10: + 0: 65535 + 2,11: + 0: 65535 + 3,8: + 0: 65535 + 3,9: + 0: 65535 + 3,10: + 0: 65535 + 3,11: + 0: 65535 + 0,12: + 0: 65535 + 0,13: + 0: 65535 + 0,14: + 0: 65535 + 0,15: + 0: 65535 + 1,12: + 0: 65535 + 1,13: + 0: 65535 + 1,14: + 0: 65535 + 1,15: + 0: 65535 + 2,12: + 0: 65535 + 2,13: + 0: 65535 + 2,14: + 0: 65535 + 2,15: + 0: 65535 + 3,12: + 0: 65535 + 3,13: + 0: 13119 + 2: 52416 + 3,14: + 0: 65535 + 3,15: + 0: 65535 + 0,16: + 0: 65535 + 0,17: + 0: 65535 + 0,18: + 0: 65535 + 0,19: + 0: 65535 + 1,16: + 0: 65535 + 1,17: + 0: 65535 + 1,18: + 0: 65535 + 1,19: + 0: 65535 + 2,16: + 0: 65535 + 2,17: + 0: 65535 + 2,18: + 0: 65535 + 2,19: + 0: 65535 + 3,16: + 0: 65535 + 3,17: + 0: 65535 + 3,18: + 0: 65535 + 3,19: + 0: 65535 + 0,20: + 0: 65535 + 0,21: + 0: 65535 + 0,22: + 0: 65535 + 0,23: + 0: 65535 + 1,20: + 0: 65535 + 1,21: + 0: 65535 + 1,22: + 0: 65535 + 1,23: + 0: 65535 + 2,20: + 0: 65535 + 2,21: + 0: 65535 + 2,22: + 0: 65535 + 2,23: + 0: 65535 + 3,20: + 0: 65535 + 3,21: + 0: 65535 + 3,22: + 0: 65535 + 3,23: + 0: 65535 + 0,24: + 0: 65535 + 0,25: + 0: 65535 + 0,26: + 0: 65535 + 0,27: + 0: 65535 + 1,24: + 0: 65535 + 1,25: + 0: 65535 + 1,26: + 0: 65535 + 1,27: + 0: 65535 + 2,24: + 0: 65535 + 2,25: + 0: 65535 + 2,26: + 0: 65535 + 2,27: + 0: 65535 + 3,24: + 0: 65535 + 3,25: + 0: 65535 + 3,26: + 0: 65535 + 3,27: + 0: 65535 + 0,28: + 0: 65535 + 0,29: + 0: 15 + 1,28: + 0: 65535 + 1,29: + 0: 15 + 2,28: + 0: 65535 + 2,29: + 0: 15 + 3,28: + 0: 65535 + 3,29: + 0: 15 + 4,0: + 0: 65535 + 4,1: + 0: 65535 + 4,2: + 0: 65535 + 4,3: + 0: 65535 + 5,0: + 0: 65535 + 5,1: + 0: 65535 + 5,2: + 0: 65535 + 5,3: + 0: 65535 + 6,0: + 0: 65535 + 6,1: + 0: 65535 + 6,2: + 0: 65535 + 6,3: + 0: 65535 + 7,0: + 0: 65535 + 7,1: + 0: 65535 + 7,2: + 0: 65535 + 7,3: + 0: 65535 + 4,4: + 0: 65535 + 4,5: + 0: 65535 + 4,6: + 0: 65535 + 4,7: + 0: 65535 + 5,4: + 0: 65535 + 5,5: + 0: 65535 + 5,6: + 0: 65535 + 5,7: + 0: 65535 + 6,4: + 0: 65535 + 6,5: + 0: 65535 + 6,6: + 0: 65535 + 6,7: + 0: 65535 + 7,4: + 0: 65535 + 7,5: + 0: 65535 + 7,6: + 0: 65535 + 7,7: + 0: 65535 + 4,8: + 0: 65535 + 4,9: + 0: 65535 + 4,10: + 0: 65535 + 4,11: + 0: 65535 + 5,8: + 0: 65535 + 5,9: + 0: 65535 + 5,10: + 0: 65535 + 5,11: + 0: 65535 + 6,8: + 0: 65535 + 6,9: + 0: 65535 + 6,10: + 0: 65535 + 6,11: + 0: 65535 + 7,8: + 0: 65535 + 7,9: + 0: 65535 + 7,10: + 0: 65535 + 7,11: + 0: 65535 + 4,12: + 0: 65535 + 4,13: + 0: 61167 + 2: 4368 + 4,14: + 0: 65535 + 4,15: + 0: 65535 + 5,12: + 0: 65535 + 5,13: + 0: 65535 + 5,14: + 0: 65535 + 5,15: + 0: 65535 + 6,12: + 0: 65535 + 6,13: + 0: 65535 + 6,14: + 0: 65535 + 6,15: + 0: 65535 + 7,12: + 0: 65535 + 7,13: + 0: 65535 + 7,14: + 0: 65535 + 7,15: + 0: 65535 + 4,16: + 0: 65535 + 4,17: + 0: 65535 + 4,18: + 0: 65535 + 4,19: + 0: 65535 + 5,16: + 0: 65535 + 5,17: + 0: 65535 + 5,18: + 0: 65535 + 5,19: + 0: 65535 + 6,16: + 0: 65535 + 6,17: + 0: 65535 + 6,18: + 0: 16191 + 3: 192 + 4: 49152 + 6,19: + 0: 16191 + 5: 49344 + 7,16: + 0: 65535 + 7,17: + 0: 65535 + 7,18: + 0: 61423 + 3: 16 + 4: 4096 + 7,19: + 0: 61423 + 5: 4112 + 4,20: + 0: 65535 + 4,21: + 0: 65535 + 4,22: + 0: 65535 + 4,23: + 0: 65535 + 5,20: + 0: 65535 + 5,21: + 0: 65535 + 5,22: + 0: 65535 + 5,23: + 0: 65535 + 6,20: + 0: 16191 + 6: 192 + 5: 49152 + 6,21: + 0: 65535 + 6,22: + 0: 65535 + 6,23: + 0: 65535 + 7,20: + 0: 61423 + 6: 16 + 5: 4096 + 7,21: + 0: 65535 + 7,22: + 0: 65535 + 7,23: + 0: 65535 + 4,24: + 0: 65535 + 4,25: + 0: 65535 + 4,26: + 0: 65535 + 4,27: + 0: 65535 + 5,24: + 0: 65535 + 5,25: + 0: 65535 + 5,26: + 0: 65535 + 5,27: + 0: 65535 + 6,24: + 0: 65535 + 6,25: + 0: 65535 + 6,26: + 0: 65535 + 6,27: + 0: 65535 + 7,24: + 0: 65535 + 7,25: + 0: 65535 + 7,26: + 0: 65535 + 7,27: + 0: 65535 + 4,28: + 0: 65535 + 4,29: + 0: 15 + 5,28: + 0: 65535 + 5,29: + 0: 15 + 6,28: + 0: 65535 + 6,29: + 0: 15 + 7,28: + 0: 65535 + 7,29: + 0: 15 + 8,0: + 0: 65535 + 8,1: + 0: 65535 + 8,2: + 0: 65535 + 8,3: + 0: 65535 + 9,0: + 0: 65535 + 9,1: + 0: 65535 + 9,2: + 0: 65535 + 9,3: + 0: 65535 + 10,0: + 0: 65535 + 10,1: + 0: 65535 + 10,2: + 0: 65535 + 10,3: + 0: 65535 + 11,0: + 0: 65535 + 11,1: + 0: 65535 + 11,2: + 0: 65535 + 11,3: + 0: 65535 + 8,4: + 0: 65535 + 8,5: + 0: 65535 + 8,6: + 0: 65535 + 8,7: + 0: 65535 + 9,4: + 0: 65535 + 9,5: + 0: 65535 + 9,6: + 0: 65535 + 9,7: + 0: 65535 + 10,4: + 0: 65535 + 10,5: + 0: 65535 + 10,6: + 0: 65535 + 10,7: + 0: 65535 + 11,4: + 0: 65535 + 11,5: + 0: 65535 + 11,6: + 0: 65535 + 11,7: + 0: 65535 + 8,8: + 0: 65535 + 8,9: + 0: 65535 + 8,10: + 0: 65535 + 8,11: + 0: 65535 + 9,8: + 0: 65535 + 9,9: + 0: 65535 + 9,10: + 0: 65535 + 9,11: + 0: 65535 + 10,8: + 0: 65535 + 10,9: + 0: 65535 + 10,10: + 0: 65535 + 10,11: + 0: 65535 + 11,8: + 0: 65535 + 11,9: + 0: 65535 + 11,10: + 0: 65535 + 11,11: + 0: 65535 + 8,12: + 0: 65535 + 8,13: + 0: 65535 + 8,14: + 0: 65535 + 8,15: + 0: 65535 + 9,12: + 0: 65535 + 9,13: + 0: 65535 + 9,14: + 0: 65535 + 9,15: + 0: 65535 + 10,12: + 0: 65535 + 10,13: + 0: 65535 + 10,14: + 0: 65535 + 10,15: + 0: 65535 + 11,12: + 0: 65535 + 11,13: + 0: 65535 + 11,14: + 0: 65535 + 11,15: + 0: 65535 + 8,16: + 0: 65535 + 8,17: + 0: 65535 + 8,18: + 0: 65535 + 8,19: + 0: 65535 + 9,16: + 0: 65535 + 9,17: + 0: 65535 + 9,18: + 0: 65535 + 9,19: + 0: 65535 + 10,16: + 0: 65535 + 10,17: + 0: 65535 + 10,18: + 0: 65535 + 10,19: + 0: 65535 + 11,16: + 0: 65535 + 11,17: + 0: 65535 + 11,18: + 0: 65535 + 11,19: + 0: 65535 + 8,20: + 0: 65535 + 8,21: + 0: 65535 + 8,22: + 0: 65535 + 8,23: + 0: 65535 + 9,20: + 0: 65535 + 9,21: + 0: 30719 + 5: 34816 + 9,22: + 0: 65535 + 9,23: + 0: 65535 + 10,20: + 0: 65535 + 10,21: + 0: 52479 + 5: 13056 + 10,22: + 0: 65535 + 10,23: + 0: 65535 + 11,20: + 0: 65535 + 11,21: + 0: 65535 + 11,22: + 0: 65535 + 11,23: + 0: 65535 + 8,24: + 0: 65535 + 8,25: + 0: 65535 + 8,26: + 0: 65535 + 8,27: + 0: 65535 + 9,24: + 0: 65535 + 9,25: + 0: 65535 + 9,26: + 0: 65535 + 9,27: + 0: 65535 + 10,24: + 0: 65535 + 10,25: + 0: 65535 + 10,26: + 0: 65535 + 10,27: + 0: 65535 + 11,24: + 0: 65535 + 11,25: + 0: 65535 + 11,26: + 0: 65535 + 11,27: + 0: 65535 + 8,28: + 0: 65535 + 8,29: + 0: 15 + 9,28: + 0: 65535 + 9,29: + 0: 15 + 10,28: + 0: 65535 + 10,29: + 0: 15 + 11,28: + 0: 65535 + 11,29: + 0: 15 + 12,0: + 0: 65535 + 12,1: + 0: 65535 + 12,2: + 0: 65535 + 12,3: + 0: 65535 + 13,0: + 0: 65535 + 13,1: + 0: 65535 + 13,2: + 0: 65535 + 13,3: + 0: 65535 + 14,0: + 0: 65535 + 14,1: + 0: 65535 + 14,2: + 0: 65535 + 14,3: + 0: 65535 + 15,0: + 0: 65535 + 15,1: + 0: 65535 + 15,2: + 0: 65535 + 15,3: + 0: 65535 + 12,4: + 0: 65535 + 12,5: + 0: 65535 + 12,6: + 0: 65535 + 12,7: + 0: 65535 + 13,4: + 0: 65535 + 13,5: + 0: 65535 + 13,6: + 0: 65535 + 13,7: + 0: 65535 + 14,4: + 0: 65535 + 14,5: + 0: 65535 + 14,6: + 0: 65535 + 14,7: + 0: 65535 + 15,4: + 0: 65535 + 15,5: + 0: 65535 + 15,6: + 0: 65535 + 15,7: + 0: 65535 + 12,8: + 0: 65535 + 12,9: + 0: 65535 + 12,10: + 0: 65535 + 12,11: + 0: 65535 + 13,8: + 0: 65535 + 13,9: + 0: 65535 + 13,10: + 0: 65535 + 13,11: + 0: 65535 + 14,8: + 0: 65535 + 14,9: + 0: 65535 + 14,10: + 0: 65535 + 14,11: + 0: 65535 + 15,8: + 0: 65535 + 15,9: + 0: 65535 + 15,10: + 0: 65535 + 15,11: + 0: 65535 + 12,12: + 0: 65535 + 12,13: + 0: 65535 + 12,14: + 0: 65535 + 12,15: + 0: 65535 + 13,12: + 0: 65535 + 13,13: + 0: 65535 + 13,14: + 0: 65535 + 13,15: + 0: 65535 + 14,12: + 0: 65535 + 14,13: + 0: 65535 + 14,14: + 0: 65535 + 14,15: + 0: 65535 + 15,12: + 0: 65535 + 15,13: + 0: 65535 + 15,14: + 0: 65535 + 15,15: + 0: 65535 + 12,16: + 0: 65535 + 12,17: + 0: 65535 + 12,18: + 0: 65535 + 12,19: + 0: 65535 + 13,16: + 0: 65535 + 13,17: + 0: 65535 + 13,18: + 0: 65535 + 13,19: + 0: 65535 + 14,16: + 0: 65535 + 14,17: + 0: 65535 + 14,18: + 0: 65535 + 14,19: + 0: 65535 + 15,16: + 0: 65535 + 15,17: + 0: 65535 + 15,18: + 0: 65535 + 15,19: + 0: 65535 + 12,20: + 0: 65535 + 12,21: + 0: 65535 + 12,22: + 0: 65535 + 12,23: + 0: 65535 + 13,20: + 0: 65535 + 13,21: + 0: 65535 + 13,22: + 0: 65535 + 13,23: + 0: 65535 + 14,20: + 0: 65535 + 14,21: + 0: 65535 + 14,22: + 0: 65535 + 14,23: + 0: 65535 + 15,20: + 0: 65535 + 15,21: + 0: 65535 + 15,22: + 0: 65535 + 15,23: + 0: 65535 + 12,24: + 0: 65535 + 12,25: + 0: 65535 + 12,26: + 0: 65535 + 12,27: + 0: 65535 + 13,24: + 0: 65535 + 13,25: + 0: 65535 + 13,26: + 0: 65535 + 13,27: + 0: 65535 + 14,24: + 0: 65535 + 14,25: + 0: 65535 + 14,26: + 0: 65535 + 14,27: + 0: 65535 + 15,24: + 0: 65535 + 15,25: + 0: 65535 + 15,26: + 0: 65535 + 15,27: + 0: 65535 + 12,28: + 0: 65535 + 12,29: + 0: 15 + 13,28: + 0: 65535 + 13,29: + 0: 15 + 14,28: + 0: 65535 + 14,29: + 0: 15 + 15,28: + 0: 65535 + 15,29: + 0: 15 + 16,0: + 0: 65535 + 16,1: + 0: 65535 + 16,2: + 0: 65535 + 16,3: + 0: 65535 + 17,0: + 0: 65535 + 17,1: + 0: 65535 + 17,2: + 0: 65535 + 17,3: + 0: 65535 + 18,0: + 0: 65535 + 18,1: + 0: 65535 + 18,2: + 0: 65535 + 18,3: + 0: 65535 + 19,0: + 0: 65535 + 19,1: + 0: 65535 + 19,2: + 0: 65535 + 19,3: + 0: 65535 + 16,4: + 0: 65535 + 16,5: + 0: 65535 + 16,6: + 0: 65535 + 16,7: + 0: 65535 + 17,4: + 0: 65535 + 17,5: + 0: 65535 + 17,6: + 0: 65535 + 17,7: + 0: 65535 + 18,4: + 0: 65535 + 18,5: + 0: 65535 + 18,6: + 0: 65535 + 18,7: + 0: 65535 + 19,4: + 0: 65535 + 19,5: + 0: 65535 + 19,6: + 0: 65535 + 19,7: + 0: 65535 + 16,8: + 0: 65535 + 16,9: + 0: 65535 + 16,10: + 0: 65535 + 16,11: + 0: 65535 + 17,8: + 0: 65535 + 17,9: + 0: 65535 + 17,10: + 0: 65535 + 17,11: + 0: 65535 + 18,8: + 0: 65535 + 18,9: + 0: 65535 + 18,10: + 0: 65535 + 18,11: + 0: 65535 + 19,8: + 0: 65535 + 19,9: + 0: 65535 + 19,10: + 0: 65535 + 19,11: + 0: 65535 + 16,12: + 0: 65535 + 16,13: + 0: 65535 + 16,14: + 0: 65535 + 16,15: + 0: 65535 + 17,12: + 0: 65535 + 17,13: + 0: 65535 + 17,14: + 0: 65535 + 17,15: + 0: 65535 + 18,12: + 0: 65535 + 18,13: + 0: 65535 + 18,14: + 0: 65535 + 18,15: + 0: 65535 + 19,12: + 0: 65535 + 19,13: + 0: 65535 + 19,14: + 0: 65535 + 19,15: + 0: 65535 + 16,16: + 0: 65535 + 16,17: + 0: 65535 + 16,18: + 0: 65535 + 16,19: + 0: 65535 + 17,16: + 0: 65535 + 17,17: + 0: 65535 + 17,18: + 0: 65535 + 17,19: + 0: 65535 + 18,16: + 0: 65535 + 18,17: + 0: 65535 + 18,18: + 0: 65535 + 18,19: + 0: 65535 + 19,16: + 0: 65535 + 19,17: + 0: 65535 + 19,18: + 0: 65535 + 19,19: + 0: 65535 + 16,20: + 0: 65535 + 16,21: + 0: 65535 + 16,22: + 0: 65535 + 16,23: + 0: 65535 + 17,20: + 0: 65535 + 17,21: + 0: 65535 + 17,22: + 0: 65535 + 17,23: + 0: 65535 + 18,20: + 0: 65535 + 18,21: + 0: 65535 + 18,22: + 0: 65535 + 18,23: + 0: 65535 + 19,20: + 0: 65535 + 19,21: + 0: 65535 + 19,22: + 0: 65535 + 19,23: + 0: 65535 + 16,24: + 0: 65535 + 16,25: + 0: 65535 + 16,26: + 0: 65535 + 16,27: + 0: 65535 + 17,24: + 0: 65535 + 17,25: + 0: 65535 + 17,26: + 0: 65535 + 17,27: + 0: 65535 + 18,24: + 0: 65535 + 18,25: + 0: 65535 + 18,26: + 0: 65535 + 18,27: + 0: 65535 + 19,24: + 0: 65535 + 19,25: + 0: 65535 + 19,26: + 0: 65535 + 19,27: + 0: 65535 + 16,28: + 0: 65535 + 16,29: + 0: 15 + 17,28: + 0: 65535 + 17,29: + 0: 15 + 18,28: + 0: 65535 + 18,29: + 0: 15 + 19,28: + 0: 65535 + 19,29: + 0: 15 + 20,0: + 0: 65535 + 20,1: + 0: 65535 + 20,2: + 0: 65535 + 20,3: + 0: 65535 + 21,0: + 0: 65535 + 21,1: + 0: 65535 + 21,2: + 0: 65535 + 21,3: + 0: 65535 + 22,0: + 0: 65535 + 22,1: + 0: 65535 + 22,2: + 0: 65535 + 22,3: + 0: 65535 + 23,0: + 0: 65535 + 23,1: + 0: 65535 + 23,2: + 0: 65535 + 23,3: + 0: 65535 + 20,4: + 0: 65535 + 20,5: + 0: 65535 + 20,6: + 0: 65535 + 20,7: + 0: 65535 + 21,4: + 0: 65535 + 21,5: + 0: 65535 + 21,6: + 0: 65535 + 21,7: + 0: 65535 + 22,4: + 0: 65535 + 22,5: + 0: 65535 + 22,6: + 0: 65535 + 22,7: + 0: 65535 + 23,4: + 0: 65535 + 23,5: + 0: 65535 + 23,6: + 0: 65535 + 23,7: + 0: 65535 + 20,8: + 0: 65535 + 20,9: + 0: 65535 + 20,10: + 0: 65535 + 20,11: + 0: 65535 + 21,8: + 0: 65535 + 21,9: + 0: 65535 + 21,10: + 0: 65535 + 21,11: + 0: 65535 + 22,8: + 0: 65535 + 22,9: + 0: 65535 + 22,10: + 0: 65535 + 22,11: + 0: 65535 + 23,8: + 0: 65535 + 23,9: + 0: 65535 + 23,10: + 0: 65535 + 23,11: + 0: 65535 + 20,12: + 0: 65535 + 20,13: + 0: 65535 + 20,14: + 0: 65535 + 20,15: + 0: 65535 + 21,12: + 0: 65535 + 21,13: + 0: 65535 + 21,14: + 0: 65535 + 21,15: + 0: 65535 + 22,12: + 0: 65535 + 22,13: + 0: 65535 + 22,14: + 0: 65535 + 22,15: + 0: 65535 + 23,12: + 0: 65535 + 23,13: + 0: 65535 + 23,14: + 0: 65535 + 23,15: + 0: 65535 + 20,16: + 0: 65535 + 20,17: + 0: 65535 + 20,18: + 0: 65535 + 20,19: + 0: 65535 + 21,16: + 0: 65535 + 21,17: + 0: 65535 + 21,18: + 0: 65535 + 21,19: + 0: 65535 + 22,16: + 0: 65535 + 22,17: + 0: 65535 + 22,18: + 0: 65535 + 22,19: + 0: 65535 + 23,16: + 0: 65535 + 23,17: + 0: 65535 + 23,18: + 0: 65535 + 23,19: + 0: 65535 + 20,20: + 0: 65535 + 20,21: + 0: 65535 + 20,22: + 0: 65535 + 20,23: + 0: 65535 + 21,20: + 0: 65535 + 21,21: + 0: 65535 + 21,22: + 0: 65535 + 21,23: + 0: 65535 + 22,20: + 0: 65535 + 22,21: + 0: 65535 + 22,22: + 0: 65535 + 22,23: + 0: 65535 + 23,20: + 0: 65535 + 23,21: + 0: 65535 + 23,22: + 0: 65535 + 23,23: + 0: 65535 + 20,24: + 0: 65535 + 20,25: + 0: 65535 + 20,26: + 0: 65535 + 20,27: + 0: 65535 + 21,24: + 0: 65535 + 21,25: + 0: 65535 + 21,26: + 0: 65535 + 21,27: + 0: 65535 + 22,24: + 0: 65535 + 22,25: + 0: 65535 + 22,26: + 0: 65535 + 22,27: + 0: 65535 + 23,24: + 0: 65535 + 23,25: + 0: 65535 + 23,26: + 0: 65535 + 23,27: + 0: 65535 + 20,28: + 0: 65535 + 20,29: + 0: 15 + 21,28: + 0: 65535 + 21,29: + 0: 15 + 22,28: + 0: 65535 + 22,29: + 0: 15 + 23,28: + 0: 65535 + 23,29: + 0: 15 + 24,0: + 0: 65535 + 24,1: + 0: 65535 + 24,2: + 0: 65535 + 24,3: + 0: 65535 + 25,0: + 0: 65535 + 25,1: + 0: 65535 + 25,2: + 0: 65535 + 25,3: + 0: 65535 + 26,0: + 0: 65535 + 26,1: + 0: 65535 + 26,2: + 0: 65535 + 26,3: + 0: 65535 + 27,0: + 0: 65535 + 27,1: + 0: 65535 + 27,2: + 0: 65535 + 27,3: + 0: 65535 + 24,4: + 0: 65535 + 24,5: + 0: 65535 + 24,6: + 0: 65535 + 24,7: + 0: 65535 + 25,4: + 0: 65535 + 25,5: + 0: 65535 + 25,6: + 0: 65535 + 25,7: + 0: 65535 + 26,4: + 0: 65535 + 26,5: + 0: 65535 + 26,6: + 0: 65535 + 26,7: + 0: 65535 + 27,4: + 0: 65535 + 27,5: + 0: 65535 + 27,6: + 0: 65535 + 27,7: + 0: 65535 + 24,8: + 0: 65535 + 24,9: + 0: 65535 + 24,10: + 0: 65535 + 24,11: + 0: 65535 + 25,8: + 0: 65535 + 25,9: + 0: 65535 + 25,10: + 0: 65535 + 25,11: + 0: 65535 + 26,8: + 0: 65535 + 26,9: + 0: 65535 + 26,10: + 0: 65535 + 26,11: + 0: 65535 + 27,8: + 0: 65535 + 27,9: + 0: 65535 + 27,10: + 0: 65535 + 27,11: + 0: 65535 + 24,12: + 0: 65535 + 24,13: + 0: 65535 + 24,14: + 0: 65535 + 24,15: + 0: 65535 + 25,12: + 0: 65535 + 25,13: + 0: 65535 + 25,14: + 0: 65535 + 25,15: + 0: 65535 + 26,12: + 0: 65535 + 26,13: + 0: 65535 + 26,14: + 0: 65535 + 26,15: + 0: 65535 + 27,12: + 0: 65535 + 27,13: + 0: 65535 + 27,14: + 0: 65535 + 27,15: + 0: 65535 + 24,16: + 0: 65535 + 24,17: + 0: 65535 + 24,18: + 0: 65535 + 24,19: + 0: 65535 + 25,16: + 0: 65535 + 25,17: + 0: 65535 + 25,18: + 0: 65535 + 25,19: + 0: 65535 + 26,16: + 0: 65535 + 26,17: + 0: 65535 + 26,18: + 0: 65535 + 26,19: + 0: 65535 + 27,16: + 0: 65535 + 27,17: + 0: 65535 + 27,18: + 0: 65535 + 27,19: + 0: 65535 + 24,20: + 0: 65535 + 24,21: + 0: 65535 + 24,22: + 0: 65535 + 24,23: + 0: 65535 + 25,20: + 0: 65535 + 25,21: + 0: 65535 + 25,22: + 0: 65535 + 25,23: + 0: 65535 + 26,20: + 0: 65535 + 26,21: + 0: 65535 + 26,22: + 0: 65535 + 26,23: + 0: 65535 + 27,20: + 0: 65535 + 27,21: + 0: 65535 + 27,22: + 0: 65535 + 27,23: + 0: 65535 + 24,24: + 0: 65535 + 24,25: + 0: 65535 + 24,26: + 0: 65535 + 24,27: + 0: 65535 + 25,24: + 0: 65535 + 25,25: + 0: 65535 + 25,26: + 0: 65535 + 25,27: + 0: 65535 + 26,24: + 0: 65535 + 26,25: + 0: 65535 + 26,26: + 0: 65535 + 26,27: + 0: 65535 + 27,24: + 0: 65535 + 27,25: + 0: 65535 + 27,26: + 0: 65535 + 27,27: + 0: 65535 + 24,28: + 0: 65535 + 24,29: + 0: 15 + 25,28: + 0: 65535 + 25,29: + 0: 15 + 26,28: + 0: 65535 + 26,29: + 0: 15 + 27,28: + 0: 65535 + 27,29: + 0: 15 + 28,0: + 0: 30583 + 28,1: + 0: 30583 + 28,2: + 0: 30583 + 28,3: + 0: 30583 + 28,4: + 0: 30583 + 28,5: + 0: 30583 + 28,6: + 0: 30583 + 28,7: + 0: 30583 + 28,8: + 0: 30583 + 28,9: + 0: 30583 + 28,10: + 0: 30583 + 28,11: + 0: 30583 + 28,12: + 0: 30583 + 28,13: + 0: 30583 + 28,14: + 0: 30583 + 28,15: + 0: 30583 + 28,16: + 0: 30583 + 28,17: + 0: 30583 + 28,18: + 0: 30583 + 28,19: + 0: 30583 + 28,20: + 0: 30583 + 28,21: + 0: 30583 + 28,22: + 0: 30583 + 28,23: + 0: 30583 + 28,24: + 0: 30583 + 28,25: + 0: 30583 + 28,26: + 0: 30583 + 28,27: + 0: 30583 + 28,28: + 0: 30583 + 28,29: + 0: 7 + -1,4: + 0: 65535 + -1,1: + 0: 52428 + -1,2: + 0: 52428 + -1,3: + 0: 65535 + 2,-1: + 0: 65416 + 3,-1: + 0: 65535 + -1,5: + 0: 57343 + 2,-3: + 0: 52463 + 2,-2: + 0: 35023 + 3,-3: + 0: 65535 + 3,-2: + 0: 65535 + 4,-3: + 0: 65535 + 4,-2: + 0: 65535 + 4,-1: + 0: 65535 + 5,-3: + 0: 65535 + 5,-2: + 0: 65535 + 5,-1: + 0: 65535 + 6,-3: + 0: 65535 + 6,-2: + 0: 65535 + 6,-1: + 0: 65535 + 7,-3: + 0: 65535 + 7,-2: + 0: 65535 + 7,-1: + 0: 65535 + 8,-3: + 0: 65535 + 8,-2: + 0: 65535 + 8,-1: + 0: 65535 + 2,-4: + 0: 56796 + 3,-4: + 0: 65535 + 4,-4: + 0: 65535 + 5,-4: + 0: 65535 + 6,-4: + 0: 65535 + 7,-4: + 0: 65535 + 8,-4: + 0: 65535 + 8,-7: + 0: 62015 + 8,-6: + 0: 62267 + 8,-5: + 0: 13115 + 4,-7: + 0: 61986 + 4,-6: + 0: 65535 + 4,-5: + 0: 65535 + 5,-7: + 0: 65262 + 5,-6: + 0: 65535 + 5,-5: + 0: 65535 + 6,-7: + 0: 61937 + 6,-6: + 0: 65535 + 6,-5: + 0: 65535 + 7,-7: + 0: 62704 + 7,-6: + 0: 65535 + 7,-5: + 0: 65535 + 2,-7: + 0: 61696 + 2,-6: + 0: 53213 + 2,-5: + 0: 52428 + 3,-7: + 0: 61986 + 3,-6: + 0: 65535 + 3,-5: + 0: 65535 + 9,-4: + 0: 65535 + 9,-3: + 0: 65535 + 9,-2: + 0: 65535 + 9,-1: + 0: 65535 + 10,-4: + 0: 65535 + 10,-3: + 0: 65535 + 10,-2: + 0: 65535 + 10,-1: + 0: 65535 + 11,-4: + 0: 65535 + 11,-3: + 0: 65535 + 11,-2: + 0: 65535 + 11,-1: + 0: 65535 + 12,-4: + 0: 65535 + 12,-3: + 0: 65535 + 12,-2: + 0: 65535 + 12,-1: + 0: 65535 + 13,-4: + 0: 65535 + 13,-3: + 0: 65535 + 13,-2: + 0: 65535 + 13,-1: + 0: 65535 + 14,-3: + 0: 65535 + 14,-2: + 0: 65535 + 14,-1: + 0: 65535 + 15,-3: + 0: 63694 + 15,-2: + 0: 65535 + 15,-1: + 0: 65535 + 16,-3: + 0: 61440 + 16,-2: + 0: 65535 + 16,-1: + 0: 65535 + -1,6: + 0: 18205 + 20,-1: + 0: 28672 + -1,0: + 0: 34952 + 0,-1: + 0: 61998 + 0,-2: + 0: 35840 + 1,-2: + 0: 876 + 1,-1: + 0: 61440 + 1,-4: + 0: 136 + 8,-8: + 0: 13073 + 9,-7: + 0: 3 + 9,-6: + 0: 58097 + 9,-5: + 0: 11 + 10,-6: + 0: 2288 + 10,-5: + 0: 58083 + 11,-6: + 0: 768 + 11,-5: + 0: 63888 + 1,-6: + 0: 19968 + 1,-5: + 0: 35012 + 14,-4: + 0: 65535 + 15,-4: + 0: 43929 + 17,-2: + 0: 53008 + 17,-1: + 0: 52292 + 18,-2: + 0: 4096 + 18,-1: + 0: 65315 + 19,-1: + 0: 63232 + 12,-5: + 0: 65534 + 12,-8: + 0: 43690 + 12,-7: + 0: 43690 + 12,-6: + 0: 60074 + 13,-8: + 0: 61408 + 13,-7: + 0: 61408 + 13,-6: + 0: 65504 + 13,-5: + 0: 48113 + 14,-8: + 0: 65521 + 14,-7: + 0: 65520 + 14,-6: + 0: 65520 + 14,-5: + 0: 32560 + 15,-8: + 0: 43946 + 15,-7: + 0: 43946 + 15,-6: + 0: 43946 + 15,-5: + 0: 40874 + -2,11: + 0: 41696 + -1,11: + 0: 47608 + -1,-1: + 0: 32768 + -3,12: + 0: 44714 + -3,13: + 0: 36394 + -2,12: + 0: 44971 + -2,13: + 0: 58027 + -1,12: + 0: 48059 + -1,13: + 0: 63931 + 12,-10: + 0: 57344 + 12,-9: + 0: 57890 + 13,-10: + 0: 13024 + 13,-9: + 0: 62184 + 14,-10: + 0: 39152 + 14,-9: + 0: 63987 + 15,-10: + 0: 61456 + 15,-9: + 0: 63624 + -1,9: + 0: 35908 + -1,10: + 0: 63624 + 4,-8: + 0: 62207 + 5,-8: + 0: 65279 + 6,-8: + 0: 4607 + 7,-8: + 0: 243 + 4,-10: + 0: 65518 + 4,-9: + 0: 65535 + 4,-11: + 0: 61999 + 5,-11: + 0: 61455 + 5,-10: + 0: 65535 + 5,-9: + 0: 65535 + 6,-11: + 0: 61727 + 6,-10: + 0: 65535 + 6,-9: + 0: 65535 + 7,-11: + 0: 39327 + 7,-10: + 0: 62239 + 7,-9: + 0: 16179 + 3,-8: + 0: 57890 + 3,-10: + 0: 57894 + 3,-9: + 0: 57890 + 3,-11: + 0: 50252 + 8,-10: + 0: 4369 + 8,-9: + 0: 4369 + -1,7: + 0: 17476 + -3,11: + 0: 11912 + -3,10: + 0: 32768 + -2,10: + 0: 61440 + -1,8: + 0: 17476 + -3,14: + 0: 136 + -2,14: + 0: 240 + -1,14: + 0: 240 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 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: 235 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.15 + moles: + - 0 + - 6666.982 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.15 + moles: + - 6666.982 + - 0 + - 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: GravityShake + shakeTimes: 10 + - type: BecomesStation + id: CorvaxPaper + - type: NavMap +- proto: AccordionInstrument + entities: + - uid: 1602 + components: + - type: Transform + pos: 69.99549,5.0943785 + parent: 2 +- proto: AcousticGuitarInstrument + entities: + - uid: 3211 + components: + - type: Transform + pos: 52.54415,17.77905 + parent: 2 + - uid: 14916 + components: + - type: Transform + pos: 91.507614,18.360023 + parent: 2 +- proto: ActionToggleLight + entities: + - uid: 545 + components: + - type: Transform + parent: 4492 + - type: InstantAction + container: 4492 + - uid: 3347 + components: + - type: Transform + parent: 3346 + - type: InstantAction + container: 3346 + - uid: 4648 + components: + - type: Transform + parent: 4647 + - type: InstantAction + container: 4647 + - uid: 7551 + components: + - type: Transform + parent: 7550 + - type: InstantAction + container: 7550 +- proto: AirAlarm + entities: + - uid: 261 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,8.5 + parent: 2 + - type: DeviceList + devices: + - 207 + - 235 + - 269 + - 210 + - 236 + - 268 + - 278 + - 279 + - 264 + - type: AtmosDevice + joinedGrid: 2 + - uid: 273 + components: + - type: Transform + pos: 5.5,15.5 + parent: 2 + - type: DeviceList + devices: + - 265 + - 266 + - 238 + - 208 + - 272 + - 267 + - 280 + - 14701 + - type: AtmosDevice + joinedGrid: 2 + - uid: 274 + components: + - type: Transform + pos: 8.5,17.5 + parent: 2 + - type: DeviceList + devices: + - 264 + - 279 + - 265 + - 266 + - 226 + - 271 + - 275 + - 263 + - 262 + - type: AtmosDevice + joinedGrid: 2 + - uid: 277 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,2.5 + parent: 2 + - type: DeviceList + devices: + - 278 + - 209 + - 237 + - 270 + - type: AtmosDevice + joinedGrid: 2 + - uid: 1176 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,16.5 + parent: 2 + - type: DeviceList + devices: + - 1185 + - 1120 + - 1098 + - 1175 + - type: AtmosDevice + joinedGrid: 2 + - uid: 1177 + components: + - type: Transform + pos: 31.5,18.5 + parent: 2 + - type: DeviceList + devices: + - 1102 + - 1121 + - 1184 + - 1179 + - 1174 + - type: AtmosDevice + joinedGrid: 2 + - uid: 1178 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,20.5 + parent: 2 + - type: DeviceList + devices: + - 1192 + - 1088 + - 1117 + - 1081 + - 1193 + - 1194 + - 1172 + - 1179 + - type: AtmosDevice + joinedGrid: 2 + - uid: 1182 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,23.5 + parent: 2 + - type: DeviceList + devices: + - 1191 + - 1160 + - 1060 + - 1116 + - 1190 + - 1066 + - 1115 + - 1189 + - 1188 + - 1158 + - 1159 + - 1170 + - 1173 + - 1172 + - 1171 + - type: AtmosDevice + joinedGrid: 2 + - uid: 1183 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,21.5 + parent: 2 + - type: DeviceList + devices: + - 1089 + - 1118 + - 1187 + - 1119 + - 1093 + - 1186 + - 1173 + - 1168 + - 1169 + - type: AtmosDevice + joinedGrid: 2 + - uid: 1589 + components: + - type: Transform + pos: 82.5,12.5 + parent: 2 + - type: DeviceList + devices: + - 1642 + - 1946 + - 1971 + - 1972 + - 1588 + - type: AtmosDevice + joinedGrid: 2 + - uid: 1593 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-11.5 + parent: 2 + - type: DeviceList + devices: + - 1578 + - 1586 + - 1643 + - type: AtmosDevice + joinedGrid: 2 + - uid: 1644 + components: + - type: Transform + pos: 46.5,-12.5 + parent: 2 + - type: DeviceList + devices: + - 1587 + - 1583 + - 1585 + - 1581 + - type: AtmosDevice + joinedGrid: 2 + - uid: 1645 + components: + - type: Transform + pos: 42.5,56.5 + parent: 2 + - type: DeviceList + devices: + - 1597 + - 1594 + - 1757 + - 1598 + - 1702 + - type: AtmosDevice + joinedGrid: 2 + - uid: 1912 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-11.5 + parent: 2 + - type: DeviceList + devices: + - 1807 + - 1875 + - 9860 + - 9610 + - 9609 + - 9608 + - 9607 + - 28056 + - type: AtmosDevice + joinedGrid: 2 + - uid: 1913 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-7.5 + parent: 2 + - type: DeviceList + devices: + - 9607 + - 9608 + - 1573 + - 1772 + - 1876 + - 1917 + - type: AtmosDevice + joinedGrid: 2 + - uid: 1925 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-2.5 + parent: 2 + - type: DeviceList + devices: + - 1921 + - 1891 + - 1810 + - 1773 + - type: AtmosDevice + joinedGrid: 2 + - uid: 1926 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-1.5 + parent: 2 + - type: DeviceList + devices: + - 1767 + - 1766 + - 1909 + - 1905 + - 1773 + - 1772 + - 1918 + - 1809 + - 1877 + - 1919 + - type: AtmosDevice + joinedGrid: 2 + - uid: 1927 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-0.5 + parent: 2 + - type: DeviceList + devices: + - 1811 + - 1902 + - 1920 + - 1768 + - 1769 + - 1770 + - 1767 + - 1766 + - type: AtmosDevice + joinedGrid: 2 + - uid: 1928 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,3.5 + parent: 2 + - type: DeviceList + devices: + - 1812 + - 1922 + - 1857 + - 1906 + - type: AtmosDevice + joinedGrid: 2 + - uid: 1929 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,8.5 + parent: 2 + - type: DeviceList + devices: + - 1855 + - 1813 + - 1924 + - 1907 + - 1908 + - 1765 + - 1764 + - type: AtmosDevice + joinedGrid: 2 + - uid: 1930 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,2.5 + parent: 2 + - type: DeviceList + devices: + - 1814 + - 1923 + - 1856 + - 1763 + - 1907 + - 1908 + - 1906 + - 1910 + - 1909 + - 1931 + - type: AtmosDevice + joinedGrid: 2 + - uid: 3795 + components: + - type: Transform + pos: 42.5,29.5 + parent: 2 + - type: DeviceList + devices: + - 3845 + - 3505 + - 3726 + - 3819 + - 3812 + - 3510 + - 3719 + - 3823 + - 3824 + - 3847 + - 3846 + - 3828 + - 3830 + - 3827 + - 3849 + - 3848 + - 3832 + - 3826 + - 3825 + - type: AtmosDevice + joinedGrid: 2 + - uid: 3796 + components: + - type: Transform + pos: 40.5,33.5 + parent: 2 + - type: DeviceList + devices: + - 3676 + - 3583 + - 3813 + - 3833 + - 3828 + - 3847 + - 3846 + - type: AtmosDevice + joinedGrid: 2 + - uid: 3797 + components: + - type: Transform + pos: 41.5,37.5 + parent: 2 + - type: DeviceList + devices: + - 3677 + - 3526 + - 3814 + - 3831 + - type: AtmosDevice + joinedGrid: 2 + - uid: 3798 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,34.5 + parent: 2 + - type: DeviceList + devices: + - 3830 + - 3462 + - 3815 + - 3678 + - 3679 + - 3508 + - 3816 + - type: AtmosDevice + joinedGrid: 2 + - uid: 3799 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,31.5 + parent: 2 + - type: DeviceList + devices: + - 3709 + - 3439 + - 3817 + - 3827 + - type: AtmosDevice + joinedGrid: 2 + - uid: 3800 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,20.5 + parent: 2 + - type: DeviceList + devices: + - 3810 + - 3504 + - 3763 + - 3512 + - 3762 + - 3811 + - 3809 + - 3779 + - 3842 + - 3843 + - 3808 + - 3761 + - 3844 + - 3838 + - 3840 + - 3841 + - 3807 + - 3557 + - 3732 + - 3826 + - 3825 + - 3821 + - 3822 + - 3835 + - 3834 + - 3836 + - type: AtmosDevice + joinedGrid: 2 + - uid: 3801 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 63.5,21.5 + parent: 2 + - type: DeviceList + devices: + - 3555 + - 3750 + - 3805 + - 3840 + - type: AtmosDevice + joinedGrid: 2 + - uid: 3802 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 63.5,24.5 + parent: 2 + - type: DeviceList + devices: + - 3509 + - 3731 + - 3806 + - 3841 + - type: AtmosDevice + joinedGrid: 2 + - uid: 3803 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,17.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 3837 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,16.5 + parent: 2 + - type: DeviceList + devices: + - 3780 + - 3781 + - 3820 + - 3835 + - 3834 + - 3836 + - type: AtmosDevice + joinedGrid: 2 + - uid: 3839 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,17.5 + parent: 2 + - type: DeviceList + devices: + - 3749 + - 3804 + - 3506 + - 3838 + - type: AtmosDevice + joinedGrid: 2 + - uid: 4764 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 69.5,26.5 + parent: 2 + - type: DeviceList + devices: + - 8608 + - 8870 + - 4628 + - 9409 + - 9408 + - 8869 + - 9399 + - 9397 + - 9398 + - type: AtmosDevice + joinedGrid: 2 + - uid: 4766 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 80.5,52.5 + parent: 2 + - type: DeviceList + devices: + - 8902 + - 8903 + - 4626 + - 4775 + - 9405 + - 4627 + - 9404 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5324 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,6.5 + parent: 2 + - type: DeviceList + devices: + - 2773 + - 2689 + - 5362 + - 5333 + - 5335 + - 5334 + - 5336 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5325 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,1.5 + parent: 2 + - type: DeviceList + devices: + - 5332 + - 5331 + - 5330 + - 5329 + - 2774 + - 2719 + - 5363 + - 2683 + - 2782 + - 5356 + - 5335 + - 5336 + - 5334 + - 2780 + - 2684 + - 5357 + - 5347 + - 5344 + - 5345 + - 2776 + - 2688 + - 5359 + - 5346 + - 5339 + - 5360 + - 2686 + - 2777 + - 5358 + - 2685 + - 2781 + - 5364 + - 5365 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5326 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,-12.5 + parent: 2 + - type: DeviceList + devices: + - 5342 + - 5349 + - 2779 + - 2693 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5327 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,6.5 + parent: 2 + - type: DeviceList + devices: + - 2775 + - 2687 + - 5361 + - 5347 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5328 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,-2.5 + parent: 2 + - type: DeviceList + devices: + - 5339 + - 2691 + - 5354 + - 2692 + - 2778 + - 5352 + - 5353 + - 5367 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5337 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,-1.5 + parent: 2 + - type: DeviceList + devices: + - 2690 + - 5355 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5366 + components: + - type: Transform + pos: 46.5,-2.5 + parent: 2 + - type: DeviceList + devices: + - 2695 + - 2772 + - 5348 + - 2694 + - 5340 + - 5341 + - 5364 + - 5365 + - 5338 + - 5342 + - 5343 + - 5350 + - 5351 + - 6005 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5553 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 79.5,14.5 + parent: 2 + - type: DeviceList + devices: + - 5536 + - 5542 + - 5535 + - 5543 + - 5554 + - 5556 + - 5555 + - type: AtmosDevice + joinedGrid: 2 + - uid: 6006 + components: + - type: Transform + pos: 40.5,-5.5 + parent: 2 + - type: DeviceList + devices: + - 5985 + - 5986 + - 6007 + - 6005 + - type: AtmosDevice + joinedGrid: 2 + - uid: 6350 + components: + - type: Transform + pos: 62.5,15.5 + parent: 2 + - type: DeviceList + devices: + - 8602 + - 8865 + - 8603 + - 8866 + - 6376 + - 9418 + - 9417 + - 9416 + - 9415 + - 9414 + - 9413 + - 12365 + - type: AtmosDevice + joinedGrid: 2 + - uid: 6355 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,18.5 + parent: 2 + - type: DeviceList + devices: + - 9357 + - 9356 + - 9355 + - 9189 + - 9190 + - 9363 + - 9362 + - 9361 + - 6332 + - type: AtmosDevice + joinedGrid: 2 + - uid: 9669 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-5.5 + parent: 2 + - type: DeviceList + devices: + - 9615 + - 27994 + - 27995 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12253 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,77.5 + parent: 2 + - type: DeviceList + devices: + - 12259 + - 12260 + - 7009 + - 7010 + - 12248 + - 12249 + - 12250 + - 12261 + - 12262 + - 12263 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12254 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,70.5 + parent: 2 + - type: DeviceList + devices: + - 8576 + - 12256 + - 12255 + - 12247 + - 8955 + - 12258 + - 7034 + - 7030 + - 12252 + - 12251 + - 12257 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12264 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,73.5 + parent: 2 + - type: DeviceList + devices: + - 12245 + - 8970 + - 8960 + - 8961 + - 8971 + - 12263 + - 12262 + - 12265 + - 12256 + - 12255 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12266 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,65.5 + parent: 2 + - type: DeviceList + devices: + - 12271 + - 12270 + - 12293 + - 12269 + - 12294 + - 12272 + - 12268 + - 12295 + - 12273 + - 12267 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12296 + components: + - type: Transform + pos: 49.5,67.5 + parent: 2 + - type: DeviceList + devices: + - 8956 + - 12244 + - 8577 + - 8578 + - 8957 + - 12243 + - 8579 + - 12265 + - 12257 + - 12267 + - 12297 + - 12299 + - 12298 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12300 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,57.5 + parent: 2 + - type: DeviceList + devices: + - 12242 + - 8580 + - 8958 + - 12301 + - 12302 + - 12299 + - 12298 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12306 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,55.5 + parent: 2 + - type: DeviceList + devices: + - 12240 + - 12304 + - 9479 + - 12241 + - 12303 + - 12305 + - 12297 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12313 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,64.5 + parent: 2 + - type: DeviceList + devices: + - 12310 + - 8920 + - 8937 + - 12309 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12314 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 67.5,58.5 + parent: 2 + - type: DeviceList + devices: + - 12311 + - 8919 + - 8936 + - 8935 + - 8918 + - 12312 + - 12309 + - 12308 + - 12307 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12318 + components: + - type: Transform + pos: 76.5,66.5 + parent: 2 + - type: DeviceList + devices: + - 12321 + - 12320 + - 12319 + - 12315 + - 8878 + - 8615 + - 8617 + - 8879 + - 12316 + - 12317 + - 8618 + - 8880 + - 9405 + - 4775 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12329 + components: + - type: Transform + pos: 79.5,39.5 + parent: 2 + - type: DeviceList + devices: + - 4627 + - 9404 + - 9306 + - 8622 + - 12332 + - 9446 + - 8621 + - 12331 + - 9445 + - 8620 + - 12330 + - 8619 + - 9444 + - 9391 + - 9392 + - 9393 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12340 + components: + - type: Transform + pos: 77.5,43.5 + parent: 2 + - type: DeviceList + devices: + - 12336 + - 12335 + - 12334 + - 12333 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12351 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 65.5,46.5 + parent: 2 + - type: DeviceList + devices: + - 12350 + - 12344 + - 12343 + - 12342 + - 12341 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12355 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 65.5,37.5 + parent: 2 + - type: DeviceList + devices: + - 12354 + - 12353 + - 9249 + - 12352 + - 9248 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12361 + components: + - type: Transform + pos: 77.5,35.5 + parent: 2 + - type: DeviceList + devices: + - 9229 + - 12360 + - 9210 + - 12358 + - 12357 + - 12356 + - 12359 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12362 + components: + - type: Transform + pos: 80.5,29.5 + parent: 2 + - type: DeviceList + devices: + - 9209 + - 9208 + - 9227 + - 9228 + - 12364 + - 12363 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12368 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 63.5,9.5 + parent: 2 + - type: DeviceList + devices: + - 12365 + - 3501 + - 9201 + - 12366 + - 8693 + - 9200 + - 12367 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12382 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,40.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12395 + components: + - type: Transform + pos: 20.5,45.5 + parent: 2 + - type: DeviceList + devices: + - 12379 + - 12381 + - 12380 + - 9120 + - 8979 + - 12383 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12396 + components: + - type: Transform + pos: 16.5,52.5 + parent: 2 + - type: DeviceList + devices: + - 12381 + - 12380 + - 12378 + - 12377 + - 12376 + - 12375 + - 12374 + - 8980 + - 12384 + - 9053 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12397 + components: + - type: Transform + pos: 26.5,56.5 + parent: 2 + - type: DeviceList + devices: + - 8983 + - 9056 + - 12398 + - 9084 + - 8985 + - 12400 + - 9092 + - 8984 + - 9085 + - 9019 + - 12401 + - 9439 + - 9440 + - 9441 + - 12403 + - 12402 + - 12375 + - 12374 + - 12376 + - 12377 + - 12378 + - 5149 + - 4934 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12404 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,50.5 + parent: 2 + - type: DeviceList + devices: + - 8988 + - 12407 + - 9057 + - 12406 + - 9058 + - 8987 + - 12405 + - 9069 + - 8986 + - 5149 + - 4934 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12409 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,19.5 + parent: 2 + - type: DeviceList + devices: + - 12410 + - 9153 + - 9154 + - 12408 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12414 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,9.5 + parent: 2 + - type: DeviceList + devices: + - 12413 + - 569 + - 568 + - 12411 + - 12412 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12431 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,28.5 + parent: 2 + - type: DeviceList + devices: + - 9125 + - 9126 + - 12430 + - 12429 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12432 + components: + - type: Transform + pos: 3.5,35.5 + parent: 2 + - type: DeviceList + devices: + - 12428 + - 8604 + - 9121 + - 8593 + - 9122 + - 9123 + - 12415 + - 9434 + - 9435 + - 12416 + - 9124 + - 12424 + - 6391 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12433 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,28.5 + parent: 2 + - type: DeviceList + devices: + - 12434 + - 9144 + - 9143 + - 12435 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12437 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,30.5 + parent: 2 + - type: DeviceList + devices: + - 9428 + - 9429 + - 9430 + - 8853 + - 8589 + - 12436 + - 9433 + - 9432 + - 9431 + - 9434 + - 9435 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12438 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,35.5 + parent: 2 + - type: DeviceList + devices: + - 8852 + - 8588 + - 12439 + - 8851 + - 8587 + - 12440 + - 9438 + - 9437 + - 9436 + - 12379 + - 9431 + - 9432 + - 9433 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12441 + components: + - type: Transform + pos: 33.5,39.5 + parent: 2 + - type: DeviceList + devices: + - 9436 + - 9437 + - 9438 + - 8850 + - 8586 + - 8849 + - 4251 + - 12442 + - 9440 + - 9439 + - 9368 + - 9369 + - 9367 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12444 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,44.5 + parent: 2 + - type: DeviceList + devices: + - 8848 + - 8584 + - 12443 + - 9372 + - 9371 + - 9370 + - 9375 + - 9374 + - 9373 + - 12402 + - 12403 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12446 + components: + - type: Transform + pos: 41.5,46.5 + parent: 2 + - type: DeviceList + devices: + - 9373 + - 9374 + - 9375 + - 9378 + - 9377 + - 9376 + - 8847 + - 8583 + - 12445 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12448 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,50.5 + parent: 2 + - type: DeviceList + devices: + - 9381 + - 9380 + - 9379 + - 8846 + - 8582 + - 12447 + - 8845 + - 8581 + - 8959 + - 12449 + - 9384 + - 9383 + - 9382 + - 12301 + - 12302 + - 12303 + - 12304 + - 12305 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12451 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 64.5,50.5 + parent: 2 + - type: DeviceList + devices: + - 9384 + - 9383 + - 9382 + - 9385 + - 9386 + - 9387 + - 12307 + - 12308 + - 12450 + - 8877 + - 12341 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12452 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,51.5 + parent: 2 + - type: DeviceList + devices: + - 9258 + - 9255 + - 8613 + - 8875 + - 8614 + - 8876 + - 12319 + - 12320 + - 12321 + - 9387 + - 9386 + - 9385 + - 9390 + - 9389 + - 9388 + - 12342 + - 12453 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12454 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 69.5,43.5 + parent: 2 + - type: DeviceList + devices: + - 8612 + - 8874 + - 9388 + - 9389 + - 9390 + - 9391 + - 9392 + - 9393 + - 9399 + - 9398 + - 9397 + - 12358 + - 12357 + - 12356 + - 8610 + - 8872 + - 8609 + - 8871 + - 8611 + - 8873 + - 12333 + - 12354 + - 12353 + - 9257 + - 9256 + - 12457 + - 12455 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12489 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 69.5,18.5 + parent: 2 + - type: DeviceList + devices: + - 9409 + - 9408 + - 8869 + - 5554 + - 9412 + - 9411 + - 9410 + - 8606 + - 8868 + - 4765 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12491 + components: + - type: Transform + pos: 54.5,15.5 + parent: 2 + - type: DeviceList + devices: + - 9418 + - 9417 + - 9416 + - 9421 + - 9420 + - 9419 + - 8600 + - 8863 + - 12490 + - 8601 + - 8864 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12493 + components: + - type: Transform + pos: 42.5,15.5 + parent: 2 + - type: DeviceList + devices: + - 9421 + - 9420 + - 9419 + - 9360 + - 9359 + - 9358 + - 12492 + - 8599 + - 8862 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12495 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,25.5 + parent: 2 + - type: DeviceList + devices: + - 9363 + - 9362 + - 9361 + - 1171 + - 9191 + - 9188 + - 12494 + - 3823 + - 3824 + - 3833 + - 9366 + - 9365 + - 9364 + - 9187 + - 9192 + - 12496 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12498 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,21.5 + parent: 2 + - type: DeviceList + devices: + - 3511 + - 3791 + - 12496 + - 12497 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12502 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,8.5 + parent: 2 + - type: DeviceList + devices: + - 9354 + - 9353 + - 9351 + - 9352 + - 9350 + - 9349 + - 9348 + - 9347 + - 12501 + - 12500 + - 12499 + - 9185 + - 9184 + - 5332 + - 5331 + - 5330 + - 5329 + - 1765 + - 1764 + - 1762 + - 1763 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12504 + components: + - type: Transform + pos: 32.5,15.5 + parent: 2 + - type: DeviceList + devices: + - 9346 + - 9345 + - 9344 + - 9347 + - 9348 + - 9349 + - 9350 + - 9351 + - 9352 + - 9353 + - 9354 + - 9343 + - 9342 + - 9341 + - 8596 + - 8859 + - 12503 + - 1174 + - 1181 + - 1180 + - 8597 + - 8860 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12506 + components: + - type: Transform + pos: 20.5,15.5 + parent: 2 + - type: DeviceList + devices: + - 8857 + - 8594 + - 12505 + - 8595 + - 8858 + - 9343 + - 9342 + - 9341 + - 9424 + - 9423 + - 9422 + - 1175 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12508 + components: + - type: Transform + pos: 15.5,15.5 + parent: 2 + - type: DeviceList + devices: + - 12507 + - 8856 + - 8592 + - 9424 + - 9423 + - 9422 + - 12411 + - 12412 + - 9425 + - 9426 + - 9427 + - 262 + - 263 + - type: AtmosDevice + joinedGrid: 2 + - uid: 12510 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,22.5 + parent: 2 + - type: DeviceList + devices: + - 9425 + - 9426 + - 9427 + - 1169 + - 1168 + - 8855 + - 8591 + - 12509 + - 12410 + - 8854 + - 8590 + - 1170 + - 9430 + - 9429 + - 9428 + - 12434 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14640 + components: + - type: Transform + pos: 21.5,-30.5 + parent: 2 + - type: DeviceList + devices: + - 14601 + - 14598 + - 14607 + - 14624 + - 14625 + - 14626 + - 14641 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14651 + components: + - type: Transform + pos: 24.5,-17.5 + parent: 2 + - type: DeviceList + devices: + - 14628 + - 14627 + - 14645 + - 14644 + - 14646 + - 14629 + - 14630 + - 14650 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14652 + components: + - type: Transform + pos: 15.5,-17.5 + parent: 2 + - type: DeviceList + devices: + - 14645 + - 14644 + - 14647 + - 14648 + - 14655 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14653 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-18.5 + parent: 2 + - type: DeviceList + devices: + - 14649 + - 14646 + - 14654 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14822 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 72.5,68.5 + parent: 2 + - type: DeviceList + devices: + - 14796 + - 14823 + - 14821 + - 14828 + - 14826 + - 14827 + - 14824 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28147 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,37.5 + parent: 2 + - type: DeviceList + devices: + - 28145 + - 28146 + - 28141 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28149 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 65.5,31.5 + parent: 2 + - type: DeviceList + devices: + - 28143 + - 28142 + - 28140 + - type: AtmosDevice + joinedGrid: 2 +- proto: AirCanister + entities: + - uid: 3408 + components: + - type: Transform + pos: 52.5,46.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 6959 + components: + - type: Transform + pos: 55.5,83.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 7184 + components: + - type: Transform + pos: 48.5,70.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8081 + components: + - type: Transform + pos: 47.5,-14.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8082 + components: + - type: Transform + pos: 65.5,18.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8090 + components: + - type: Transform + pos: 68.5,44.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8093 + components: + - type: Transform + pos: 56.5,62.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8097 + components: + - type: Transform + pos: 30.5,66.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8103 + components: + - type: Transform + pos: 15.5,69.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8104 + components: + - type: Transform + pos: 15.5,82.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8121 + components: + - type: Transform + pos: 77.5,24.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8127 + components: + - type: Transform + pos: 86.5,13.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8867 + components: + - type: Transform + pos: 57.5,50.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14798 + components: + - type: Transform + pos: 73.5,70.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: Airlock + entities: + - uid: 3113 + components: + - type: Transform + pos: 50.5,38.5 + parent: 2 + - uid: 4811 + components: + - type: Transform + pos: 7.5,27.5 + parent: 2 + - type: DeviceLinkSink + links: + - 4413 + - uid: 4812 + components: + - type: Transform + pos: 7.5,25.5 + parent: 2 + - type: DeviceLinkSink + links: + - 4740 + - uid: 4813 + components: + - type: Transform + pos: 10.5,26.5 + parent: 2 + - uid: 4887 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,35.5 + parent: 2 + - type: DeviceLinkSink + links: + - 4929 + - uid: 4888 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,35.5 + parent: 2 + - type: DeviceLinkSink + links: + - 4928 + - uid: 28138 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 65.5,33.5 + parent: 2 +- proto: AirlockArmoryLocked + entities: + - uid: 2945 + components: + - type: Transform + pos: 48.5,21.5 + parent: 2 + - uid: 3254 + components: + - type: Transform + pos: 59.5,21.5 + parent: 2 +- proto: AirlockAtmosphericsGlassLocked + entities: + - uid: 6526 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,67.5 + parent: 2 + - uid: 6628 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,72.5 + parent: 2 + - uid: 6629 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,71.5 + parent: 2 + - uid: 6872 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,73.5 + parent: 2 + - uid: 6960 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,81.5 + parent: 2 +- proto: AirlockAtmosphericsLocked + entities: + - uid: 6836 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,75.5 + parent: 2 +- proto: AirlockBarGlassLocked + entities: + - uid: 4490 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,55.5 + parent: 2 +- proto: AirlockBarLocked + entities: + - uid: 4545 + components: + - type: Transform + pos: 21.5,54.5 + parent: 2 +- proto: AirlockBrigGlassLocked + entities: + - uid: 6567 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,28.5 + parent: 2 + - uid: 6568 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,26.5 + parent: 2 + - uid: 6569 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,25.5 + parent: 2 + - uid: 6570 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,25.5 + parent: 2 + - uid: 6571 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,29.5 + parent: 2 + - uid: 6572 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,29.5 + parent: 2 +- proto: AirlockCaptainLocked + entities: + - uid: 656 + components: + - type: Transform + pos: 27.5,21.5 + parent: 2 + - uid: 913 + components: + - type: Transform + pos: 28.5,23.5 + parent: 2 + - uid: 929 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,20.5 + parent: 2 +- proto: AirlockCargoGlassLocked + entities: + - uid: 131 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,11.5 + parent: 2 +- proto: AirlockChapelLocked + entities: + - uid: 5854 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 81.5,29.5 + parent: 2 +- proto: AirlockChemistryLocked + entities: + - uid: 2291 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,5.5 + parent: 2 +- proto: AirlockChiefEngineerLocked + entities: + - uid: 5196 + components: + - type: Transform + pos: 39.5,60.5 + parent: 2 + - uid: 5470 + components: + - type: Transform + pos: 76.5,17.5 + parent: 2 + - uid: 7238 + components: + - type: Transform + pos: 42.5,65.5 + parent: 2 + - uid: 7269 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,63.5 + parent: 2 +- proto: AirlockChiefMedicalOfficerGlassLocked + entities: + - uid: 2591 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,5.5 + parent: 2 +- proto: AirlockCommandGlass + entities: + - uid: 593 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,25.5 + parent: 2 + - uid: 875 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,25.5 + parent: 2 +- proto: AirlockCommandGlassLocked + entities: + - uid: 597 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,25.5 + parent: 2 + - uid: 1012 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,25.5 + parent: 2 +- proto: AirlockCommandLocked + entities: + - uid: 923 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,15.5 + parent: 2 +- proto: AirlockDetectiveLocked + entities: + - uid: 2869 + components: + - type: Transform + pos: 38.5,35.5 + parent: 2 +- proto: AirlockEngineeringGlass + entities: + - uid: 7041 + components: + - type: Transform + pos: 47.5,67.5 + parent: 2 +- proto: AirlockEngineeringGlassLocked + entities: + - uid: 7192 + components: + - type: Transform + pos: 49.5,63.5 + parent: 2 + - uid: 7193 + components: + - type: Transform + pos: 48.5,63.5 + parent: 2 +- proto: AirlockEngineeringLocked + entities: + - uid: 123 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,3.5 + parent: 2 + - uid: 1962 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,70.5 + parent: 2 + - uid: 2003 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,-16.5 + parent: 2 + - uid: 3854 + components: + - type: Transform + pos: 45.5,40.5 + parent: 2 + - uid: 4255 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,-15.5 + parent: 2 + - uid: 5001 + components: + - type: Transform + pos: 60.5,-3.5 + parent: 2 + - uid: 5466 + components: + - type: Transform + pos: 73.5,17.5 + parent: 2 + - uid: 6377 + components: + - type: Transform + pos: 54.5,54.5 + parent: 2 + - uid: 6496 + components: + - type: Transform + pos: 53.5,54.5 + parent: 2 + - uid: 6497 + components: + - type: Transform + pos: 54.5,58.5 + parent: 2 + - uid: 6498 + components: + - type: Transform + pos: 53.5,58.5 + parent: 2 + - uid: 6512 + components: + - type: Transform + pos: 48.5,58.5 + parent: 2 + - uid: 6582 + components: + - type: Transform + pos: 49.5,72.5 + parent: 2 + - uid: 8017 + components: + - type: Transform + pos: 78.5,66.5 + parent: 2 + - uid: 13699 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,59.5 + parent: 2 +- proto: AirlockEVALocked + entities: + - uid: 871 + components: + - type: Transform + pos: 23.5,15.5 + parent: 2 +- proto: AirlockExternalAtmosphericsLocked + entities: + - uid: 6808 + components: + - type: Transform + pos: 46.5,90.5 + parent: 2 + - type: DeviceLinkSink + links: + - 6774 +- proto: AirlockExternalCargoLocked + entities: + - uid: 141 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,15.5 + parent: 2 + - type: DeviceLinkSink + links: + - 142 + - type: DeviceLinkSource + linkedPorts: + 142: + - DoorStatus: DoorBolt + - uid: 142 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,14.5 + parent: 2 + - type: DeviceLinkSink + links: + - 141 + - type: DeviceLinkSource + linkedPorts: + 141: + - DoorStatus: DoorBolt +- proto: AirlockExternalGlass + entities: + - uid: 290 + components: + - type: Transform + pos: 11.5,72.5 + parent: 2 + - uid: 309 + components: + - type: Transform + pos: 11.5,70.5 + parent: 2 + - uid: 310 + components: + - type: Transform + pos: 11.5,80.5 + parent: 2 + - uid: 321 + components: + - type: Transform + pos: 11.5,78.5 + parent: 2 + - uid: 4401 + components: + - type: Transform + pos: 68.5,2.5 + parent: 2 + - uid: 5625 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 84.5,41.5 + parent: 2 + - uid: 5663 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 84.5,48.5 + parent: 2 + - uid: 7678 + components: + - type: Transform + pos: 39.5,-12.5 + parent: 2 + - uid: 7948 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 84.5,63.5 + parent: 2 + - uid: 7949 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 84.5,57.5 + parent: 2 +- proto: AirlockExternalGlassAtmosphericsLocked + entities: + - uid: 6774 + components: + - type: Transform + pos: 47.5,89.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 6808: + - DoorStatus: DoorBolt + - uid: 6807 + components: + - type: Transform + pos: 46.5,88.5 + parent: 2 +- proto: AirlockExternalGlassCargoLocked + entities: + - uid: 153 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,6.5 + parent: 2 + - uid: 154 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,8.5 + parent: 2 +- proto: AirlockExternalGlassShuttleArrivals + entities: + - uid: 5674 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 86.5,48.5 + parent: 2 + - uid: 5675 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 86.5,41.5 + parent: 2 +- proto: AirlockExternalGlassShuttleEmergencyLocked + entities: + - uid: 5064 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,80.5 + parent: 2 + - uid: 5079 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,78.5 + parent: 2 + - uid: 5080 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,72.5 + parent: 2 + - uid: 5081 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,70.5 + parent: 2 + - uid: 7950 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 87.5,63.5 + parent: 2 + - uid: 7951 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 87.5,57.5 + parent: 2 +- proto: AirlockExternalGlassShuttleEscape + entities: + - uid: 4392 + components: + - type: Transform + pos: 39.5,-14.5 + parent: 2 + - uid: 5645 + components: + - type: Transform + pos: 68.5,0.5 + parent: 2 +- proto: AirlockExternalGlassShuttleLocked + entities: + - uid: 159 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,8.5 + parent: 2 + - uid: 160 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,6.5 + parent: 2 + - uid: 14778 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 74.5,74.5 + parent: 2 +- proto: AirlockExternalLocked + entities: + - uid: 284 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,0.5 + parent: 2 + - uid: 455 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-1.5 + parent: 2 + - uid: 4270 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,41.5 + parent: 2 + - uid: 6450 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,67.5 + parent: 2 + - uid: 6868 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,67.5 + parent: 2 + - uid: 10367 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,45.5 + parent: 2 + - uid: 10369 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,45.5 + parent: 2 + - uid: 10764 + components: + - type: Transform + pos: 51.5,-18.5 + parent: 2 + - uid: 10765 + components: + - type: Transform + pos: 51.5,-20.5 + parent: 2 +- proto: AirlockFreezerKitchenHydroLocked + entities: + - uid: 4487 + components: + - type: Transform + pos: 15.5,52.5 + parent: 2 +- proto: AirlockGlass + entities: + - uid: 4331 + components: + - type: Transform + pos: 26.5,39.5 + parent: 2 + - uid: 4333 + components: + - type: Transform + pos: 28.5,39.5 + parent: 2 + - uid: 4336 + components: + - type: Transform + pos: 27.5,39.5 + parent: 2 + - uid: 4353 + components: + - type: Transform + pos: 34.5,41.5 + parent: 2 + - uid: 4355 + components: + - type: Transform + pos: 34.5,42.5 + parent: 2 + - uid: 4409 + components: + - type: Transform + pos: 18.5,45.5 + parent: 2 + - uid: 4736 + components: + - type: Transform + pos: 17.5,11.5 + parent: 2 + - uid: 4931 + components: + - type: Transform + pos: 10.5,33.5 + parent: 2 + - uid: 4932 + components: + - type: Transform + pos: 10.5,32.5 + parent: 2 + - uid: 5831 + components: + - type: Transform + pos: 73.5,33.5 + parent: 2 + - uid: 5832 + components: + - type: Transform + pos: 73.5,32.5 + parent: 2 + - uid: 5833 + components: + - type: Transform + pos: 73.5,31.5 + parent: 2 + - uid: 6309 + components: + - type: Transform + pos: 65.5,60.5 + parent: 2 + - uid: 6341 + components: + - type: Transform + pos: 66.5,54.5 + parent: 2 + - uid: 6387 + components: + - type: Transform + pos: 65.5,54.5 + parent: 2 + - uid: 7415 + components: + - type: Transform + pos: 69.5,39.5 + parent: 2 + - uid: 7416 + components: + - type: Transform + pos: 69.5,38.5 + parent: 2 +- proto: AirlockHeadOfPersonnelLocked + entities: + - uid: 887 + components: + - type: Transform + pos: 20.5,23.5 + parent: 2 + - uid: 888 + components: + - type: Transform + pos: 18.5,18.5 + parent: 2 +- proto: AirlockHeadOfSecurityLocked + entities: + - uid: 3352 + components: + - type: Transform + pos: 48.5,31.5 + parent: 2 +- proto: AirlockHydroGlassLocked + entities: + - uid: 4458 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,39.5 + parent: 2 +- proto: AirlockJanitorLocked + entities: + - uid: 8312 + components: + - type: Transform + pos: 69.5,48.5 + parent: 2 +- proto: AirlockKitchenGlassLocked + entities: + - uid: 4419 + components: + - type: Transform + pos: 19.5,51.5 + parent: 2 +- proto: AirlockMaint + entities: + - uid: 28095 + components: + - type: Transform + pos: 34.5,-8.5 + parent: 2 + - uid: 28121 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 60.5,46.5 + parent: 2 + - uid: 28122 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 59.5,48.5 + parent: 2 + - type: Door + secondsUntilStateChange: -54891.645 + state: Opening + - uid: 28123 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 61.5,49.5 + parent: 2 +- proto: AirlockMaintAtmoLocked + entities: + - uid: 6805 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,76.5 + parent: 2 +- proto: AirlockMaintCargoLocked + entities: + - uid: 180 + components: + - type: Transform + pos: 10.5,7.5 + parent: 2 + - type: DeviceLinkSink + links: + - 584 +- proto: AirlockMaintChapelLocked + entities: + - uid: 5711 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 81.5,25.5 + parent: 2 +- proto: AirlockMaintCommonLocked + entities: + - uid: 287 + components: + - type: Transform + pos: 11.5,11.5 + parent: 2 + - uid: 542 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,54.5 + parent: 2 + - uid: 1969 + components: + - type: Transform + pos: 31.5,-4.5 + parent: 2 + - uid: 1997 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-16.5 + parent: 2 + - uid: 1998 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-13.5 + parent: 2 + - uid: 1999 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,1.5 + parent: 2 + - uid: 2000 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,4.5 + parent: 2 + - uid: 2374 + components: + - type: Transform + pos: 50.5,11.5 + parent: 2 + - uid: 2853 + components: + - type: Transform + pos: 32.5,2.5 + parent: 2 + - uid: 5188 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 73.5,23.5 + parent: 2 + - uid: 7387 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,54.5 + parent: 2 + - uid: 7388 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,50.5 + parent: 2 + - uid: 7389 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,47.5 + parent: 2 + - uid: 7391 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,35.5 + parent: 2 + - uid: 7392 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,16.5 + parent: 2 + - uid: 7393 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 60.5,15.5 + parent: 2 + - uid: 7394 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,11.5 + parent: 2 + - uid: 7395 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,18.5 + parent: 2 + - uid: 7396 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,39.5 + parent: 2 + - uid: 7434 + components: + - type: Transform + pos: 38.5,38.5 + parent: 2 + - uid: 7456 + components: + - type: Transform + pos: 3.5,19.5 + parent: 2 + - uid: 7604 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,54.5 + parent: 2 + - uid: 9524 + components: + - type: Transform + pos: 65.5,28.5 + parent: 2 + - uid: 9859 + components: + - type: Transform + pos: 13.5,65.5 + parent: 2 + - uid: 9868 + components: + - type: Transform + pos: 14.5,65.5 + parent: 2 + - uid: 14404 + components: + - type: Transform + pos: 21.5,-18.5 + parent: 2 + - uid: 14642 + components: + - type: Transform + pos: 21.5,-19.5 + parent: 2 + - uid: 14643 + components: + - type: Transform + pos: 25.5,-19.5 + parent: 2 +- proto: AirlockMaintDetectiveLocked + entities: + - uid: 3059 + components: + - type: Transform + pos: 40.5,37.5 + parent: 2 +- proto: AirlockMaintEngiLocked + entities: + - uid: 927 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,18.5 + parent: 2 + - uid: 928 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,19.5 + parent: 2 + - uid: 6383 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 55.5,60.5 + parent: 2 + - uid: 6843 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,65.5 + parent: 2 +- proto: AirlockMaintHydroLocked + entities: + - uid: 4359 + components: + - type: Transform + pos: 13.5,41.5 + parent: 2 +- proto: AirlockMaintJanitorLocked + entities: + - uid: 8500 + components: + - type: Transform + pos: 64.5,46.5 + parent: 2 +- proto: AirlockMaintKitchenLocked + entities: + - uid: 489 + components: + - type: Transform + pos: 15.5,56.5 + parent: 2 +- proto: AirlockMaintMedLocked + entities: + - uid: 1994 + components: + - type: Transform + pos: 34.5,-3.5 + parent: 2 + - uid: 2388 + components: + - type: Transform + pos: 52.5,9.5 + parent: 2 + - uid: 2425 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-5.5 + parent: 2 + - uid: 2497 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,3.5 + parent: 2 + - uid: 2520 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,5.5 + parent: 2 + - uid: 2828 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,-11.5 + parent: 2 +- proto: AirlockMaintRnDLocked + entities: + - uid: 323 + components: + - type: Transform + pos: 29.5,-3.5 + parent: 2 + - uid: 1538 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,1.5 + parent: 2 + - uid: 1623 + components: + - type: Transform + pos: 25.5,-15.5 + parent: 2 +- proto: AirlockMaintSalvageLocked + entities: + - uid: 59 + components: + - type: Transform + pos: 4.5,15.5 + parent: 2 + - type: DeviceLinkSink + links: + - 584 +- proto: AirlockMaintSecLocked + entities: + - uid: 3362 + components: + - type: Transform + pos: 46.5,37.5 + parent: 2 +- proto: AirlockMaintServiceLocked + entities: + - uid: 9129 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,63.5 + parent: 2 +- proto: AirlockMaintTheatreLocked + entities: + - uid: 4448 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,53.5 + parent: 2 +- proto: AirlockMedical + entities: + - uid: 4249 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 80.5,7.5 + parent: 2 + - uid: 7771 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 62.5,42.5 + parent: 2 +- proto: AirlockMedicalGlass + entities: + - uid: 3267 + components: + - type: Transform + pos: 59.5,24.5 + parent: 2 + - uid: 6601 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 83.5,9.5 + parent: 2 +- proto: AirlockMedicalGlassLocked + entities: + - uid: 2261 + components: + - type: Transform + pos: 34.5,6.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14905 + - uid: 2277 + components: + - type: Transform + pos: 34.5,4.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14905 + - uid: 2412 + components: + - type: Transform + pos: 48.5,-5.5 + parent: 2 + - uid: 2640 + components: + - type: Transform + pos: 37.5,7.5 + parent: 2 + - uid: 2641 + components: + - type: Transform + pos: 48.5,-0.5 + parent: 2 +- proto: AirlockMedicalLocked + entities: + - uid: 2548 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,-10.5 + parent: 2 + - uid: 2642 + components: + - type: Transform + pos: 53.5,5.5 + parent: 2 + - uid: 2678 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,-6.5 + parent: 2 + - uid: 8258 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 60.5,36.5 + parent: 2 + - uid: 8259 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 58.5,40.5 + parent: 2 +- proto: AirlockQuartermasterGlassLocked + entities: + - uid: 487 + components: + - type: Transform + pos: 3.5,2.5 + parent: 2 +- proto: AirlockQuartermasterLocked + entities: + - uid: 31 + components: + - type: Transform + pos: 6.5,4.5 + parent: 2 +- proto: AirlockResearchDirectorLocked + entities: + - uid: 1540 + components: + - type: Transform + pos: 19.5,4.5 + parent: 2 +- proto: AirlockSalvageGlassLocked + entities: + - uid: 76 + components: + - type: Transform + pos: 6.5,13.5 + parent: 2 + - uid: 8071 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,11.5 + parent: 2 +- proto: AirlockScienceGlass + entities: + - uid: 9864 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,-13.5 + parent: 2 +- proto: AirlockScienceGlassLocked + entities: + - uid: 1527 + components: + - type: Transform + pos: 21.5,6.5 + parent: 2 + - uid: 1528 + components: + - type: Transform + pos: 20.5,6.5 + parent: 2 + - uid: 1529 + components: + - type: Transform + pos: 21.5,3.5 + parent: 2 + - uid: 1530 + components: + - type: Transform + pos: 20.5,3.5 + parent: 2 + - uid: 1543 + components: + - type: Transform + pos: 22.5,-5.5 + parent: 2 + - uid: 1546 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,0.5 + parent: 2 + - uid: 1547 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-0.5 + parent: 2 + - uid: 1774 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-2.5 + parent: 2 + - uid: 9622 + components: + - type: Transform + pos: 21.5,-11.5 + parent: 2 + - uid: 9627 + components: + - type: Transform + pos: 22.5,-13.5 + parent: 2 + - uid: 9656 + components: + - type: Transform + pos: 18.5,-9.5 + parent: 2 + - uid: 9701 + components: + - type: Transform + pos: 23.5,-13.5 + parent: 2 +- proto: AirlockScienceLocked + entities: + - uid: 1477 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,5.5 + parent: 2 + - uid: 1481 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,5.5 + parent: 2 + - uid: 1485 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,4.5 + parent: 2 + - uid: 1492 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,4.5 + parent: 2 + - uid: 14257 + components: + - type: Transform + pos: 22.5,-17.5 + parent: 2 + - uid: 14258 + components: + - type: Transform + pos: 23.5,-17.5 + parent: 2 + - uid: 14259 + components: + - type: Transform + pos: 22.5,-20.5 + parent: 2 + - uid: 14260 + components: + - type: Transform + pos: 23.5,-20.5 + parent: 2 + - uid: 14261 + components: + - type: Transform + pos: 22.5,-30.5 + parent: 2 + - uid: 14262 + components: + - type: Transform + pos: 23.5,-30.5 + parent: 2 + - uid: 14347 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-34.5 + parent: 2 +- proto: AirlockSecurityGlass + entities: + - uid: 168 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,26.5 + parent: 2 + - uid: 535 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,28.5 + parent: 2 +- proto: AirlockSecurityGlassLocked + entities: + - uid: 3095 + components: + - type: Transform + pos: 48.5,35.5 + parent: 2 + - uid: 3183 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,31.5 + parent: 2 + - uid: 3239 + components: + - type: Transform + pos: 56.5,19.5 + parent: 2 + - uid: 7905 + components: + - type: Transform + pos: 82.5,54.5 + parent: 2 + - uid: 7978 + components: + - type: Transform + pos: 82.5,51.5 + parent: 2 +- proto: AirlockSecurityLawyerGlassLocked + entities: + - uid: 543 + components: + - type: Transform + pos: 10.5,22.5 + parent: 2 +- proto: AirlockSecurityLawyerLocked + entities: + - uid: 1161 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,25.5 + parent: 2 + - uid: 3014 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,30.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14059 +- proto: AirlockSecurityLocked + entities: + - uid: 532 + components: + - type: Transform + pos: 13.5,11.5 + parent: 2 + - uid: 3084 + components: + - type: Transform + pos: 50.5,35.5 + parent: 2 + - uid: 3086 + components: + - type: Transform + pos: 53.5,37.5 + parent: 2 +- proto: AirlockServiceCaptainLocked + entities: + - uid: 950 + components: + - type: Transform + pos: 23.5,20.5 + parent: 2 +- proto: AirlockServiceGlassLocked + entities: + - uid: 4878 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,30.5 + parent: 2 + - uid: 7426 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,42.5 + parent: 2 +- proto: AirlockServiceLocked + entities: + - uid: 6388 + components: + - type: Transform + pos: 61.5,63.5 + parent: 2 + - uid: 8557 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 75.5,43.5 + parent: 2 + - uid: 9269 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 75.5,47.5 + parent: 2 + - uid: 9270 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 73.5,41.5 + parent: 2 +- proto: AirlockTheatreLocked + entities: + - uid: 4554 + components: + - type: Transform + pos: 40.5,48.5 + parent: 2 + - uid: 4568 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,51.5 + parent: 2 +- proto: AirlockVirologyGlassLocked + entities: + - uid: 2445 + components: + - type: Transform + pos: 53.5,1.5 + parent: 2 + - uid: 2446 + components: + - type: Transform + pos: 53.5,-1.5 + parent: 2 +- proto: AirSensor + entities: + - uid: 269 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,7.5 + parent: 2 + - uid: 270 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,2.5 + parent: 2 + - uid: 271 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,13.5 + parent: 2 + - uid: 272 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,13.5 + parent: 2 + - uid: 1184 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,16.5 + parent: 2 + - uid: 1185 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,18.5 + parent: 2 + - uid: 1186 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,17.5 + parent: 2 + - uid: 1187 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,19.5 + parent: 2 + - uid: 1188 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,24.5 + parent: 2 + - uid: 1189 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,25.5 + parent: 2 + - uid: 1190 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,25.5 + parent: 2 + - uid: 1191 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,25.5 + parent: 2 + - uid: 1192 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,21.5 + parent: 2 + - uid: 1193 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,21.5 + parent: 2 + - uid: 1586 + components: + - type: Transform + pos: 30.5,-11.5 + parent: 2 + - uid: 1587 + components: + - type: Transform + pos: 47.5,-13.5 + parent: 2 + - uid: 1642 + components: + - type: Transform + pos: 80.5,10.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 1702 + components: + - type: Transform + pos: 42.5,54.5 + parent: 2 + - uid: 1917 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-7.5 + parent: 2 + - uid: 1918 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-3.5 + parent: 2 + - uid: 1919 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,1.5 + parent: 2 + - uid: 1920 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-0.5 + parent: 2 + - uid: 1921 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-4.5 + parent: 2 + - uid: 1922 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,4.5 + parent: 2 + - uid: 1923 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,4.5 + parent: 2 + - uid: 1924 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,8.5 + parent: 2 + - uid: 1931 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,4.5 + parent: 2 + - uid: 3804 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,17.5 + parent: 2 + - uid: 3805 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 62.5,21.5 + parent: 2 + - uid: 3806 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 61.5,25.5 + parent: 2 + - uid: 3807 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.5,26.5 + parent: 2 + - uid: 3808 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.5,23.5 + parent: 2 + - uid: 3809 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,19.5 + parent: 2 + - uid: 3810 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,19.5 + parent: 2 + - uid: 3811 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,16.5 + parent: 2 + - uid: 3812 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,26.5 + parent: 2 + - uid: 3813 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,31.5 + parent: 2 + - uid: 3814 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,36.5 + parent: 2 + - uid: 3815 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,35.5 + parent: 2 + - uid: 3816 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,39.5 + parent: 2 + - uid: 3817 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,32.5 + parent: 2 + - uid: 3818 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,32.5 + parent: 2 + - uid: 3819 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,27.5 + parent: 2 + - uid: 3820 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,19.5 + parent: 2 + - uid: 3845 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,27.5 + parent: 2 + - uid: 4626 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 82.5,53.5 + parent: 2 + - uid: 4628 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 72.5,26.5 + parent: 2 + - uid: 4765 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 72.5,18.5 + parent: 2 + - uid: 5348 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-3.5 + parent: 2 + - uid: 5349 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,-10.5 + parent: 2 + - uid: 5350 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,-6.5 + parent: 2 + - uid: 5351 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,-0.5 + parent: 2 + - uid: 5352 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,-4.5 + parent: 2 + - uid: 5353 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,-0.5 + parent: 2 + - uid: 5354 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,0.5 + parent: 2 + - uid: 5355 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,-0.5 + parent: 2 + - uid: 5356 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,3.5 + parent: 2 + - uid: 5357 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,3.5 + parent: 2 + - uid: 5358 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,3.5 + parent: 2 + - uid: 5359 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,7.5 + parent: 2 + - uid: 5360 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,2.5 + parent: 2 + - uid: 5361 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,7.5 + parent: 2 + - uid: 5362 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,7.5 + parent: 2 + - uid: 5363 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,9.5 + parent: 2 + - uid: 5555 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 74.5,17.5 + parent: 2 + - uid: 5556 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 77.5,17.5 + parent: 2 + - uid: 6007 + components: + - type: Transform + pos: 42.5,-6.5 + parent: 2 + - uid: 6332 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,19.5 + parent: 2 + - uid: 6376 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 63.5,13.5 + parent: 2 + - uid: 6391 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,37.5 + parent: 2 + - uid: 9615 + components: + - type: Transform + pos: 13.5,-3.5 + parent: 2 + - uid: 12241 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,56.5 + parent: 2 + - uid: 12242 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,55.5 + parent: 2 + - uid: 12243 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,60.5 + parent: 2 + - uid: 12244 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,65.5 + parent: 2 + - uid: 12245 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,70.5 + parent: 2 + - uid: 12247 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,71.5 + parent: 2 + - uid: 12248 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,74.5 + parent: 2 + - uid: 12249 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,80.5 + parent: 2 + - uid: 12258 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,74.5 + parent: 2 + - uid: 12293 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,58.5 + parent: 2 + - uid: 12294 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,61.5 + parent: 2 + - uid: 12295 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,65.5 + parent: 2 + - uid: 12310 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 59.5,63.5 + parent: 2 + - uid: 12311 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 64.5,61.5 + parent: 2 + - uid: 12312 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 64.5,56.5 + parent: 2 + - uid: 12315 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,56.5 + parent: 2 + - uid: 12316 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,63.5 + parent: 2 + - uid: 12317 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 81.5,60.5 + parent: 2 + - uid: 12330 + components: + - type: Transform + pos: 76.5,37.5 + parent: 2 + - uid: 12331 + components: + - type: Transform + pos: 82.5,40.5 + parent: 2 + - uid: 12332 + components: + - type: Transform + pos: 82.5,48.5 + parent: 2 + - uid: 12334 + components: + - type: Transform + pos: 75.5,41.5 + parent: 2 + - uid: 12350 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 67.5,47.5 + parent: 2 + - uid: 12352 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 67.5,39.5 + parent: 2 + - uid: 12360 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 81.5,31.5 + parent: 2 + - uid: 12363 + components: + - type: Transform + pos: 78.5,27.5 + parent: 2 + - uid: 12364 + components: + - type: Transform + pos: 81.5,27.5 + parent: 2 + - uid: 12366 + components: + - type: Transform + pos: 66.5,10.5 + parent: 2 + - uid: 12367 + components: + - type: Transform + pos: 65.5,8.5 + parent: 2 + - uid: 12383 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,41.5 + parent: 2 + - uid: 12384 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,47.5 + parent: 2 + - uid: 12398 + components: + - type: Transform + pos: 23.5,53.5 + parent: 2 + - uid: 12399 + components: + - type: Transform + pos: 20.5,54.5 + parent: 2 + - uid: 12400 + components: + - type: Transform + pos: 26.5,48.5 + parent: 2 + - uid: 12401 + components: + - type: Transform + pos: 28.5,42.5 + parent: 2 + - uid: 12405 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,48.5 + parent: 2 + - uid: 12406 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,48.5 + parent: 2 + - uid: 12407 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,51.5 + parent: 2 + - uid: 12408 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,20.5 + parent: 2 + - uid: 12413 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,9.5 + parent: 2 + - uid: 12415 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,37.5 + parent: 2 + - uid: 12428 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,32.5 + parent: 2 + - uid: 12429 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,28.5 + parent: 2 + - uid: 12435 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,26.5 + parent: 2 + - uid: 12436 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,31.5 + parent: 2 + - uid: 12439 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,36.5 + parent: 2 + - uid: 12440 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,36.5 + parent: 2 + - uid: 12442 + components: + - type: Transform + pos: 28.5,36.5 + parent: 2 + - uid: 12443 + components: + - type: Transform + pos: 36.5,43.5 + parent: 2 + - uid: 12445 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,44.5 + parent: 2 + - uid: 12447 + components: + - type: Transform + pos: 47.5,51.5 + parent: 2 + - uid: 12449 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.5,52.5 + parent: 2 + - uid: 12450 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 64.5,52.5 + parent: 2 + - uid: 12453 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 71.5,50.5 + parent: 2 + - uid: 12455 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 72.5,44.5 + parent: 2 + - uid: 12457 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 72.5,35.5 + parent: 2 + - uid: 12490 + components: + - type: Transform + pos: 51.5,13.5 + parent: 2 + - uid: 12492 + components: + - type: Transform + pos: 42.5,13.5 + parent: 2 + - uid: 12494 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,27.5 + parent: 2 + - uid: 12497 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,23.5 + parent: 2 + - uid: 12499 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,7.5 + parent: 2 + - uid: 12503 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,13.5 + parent: 2 + - uid: 12505 + components: + - type: Transform + pos: 20.5,13.5 + parent: 2 + - uid: 12507 + components: + - type: Transform + pos: 13.5,13.5 + parent: 2 + - uid: 12509 + components: + - type: Transform + pos: 12.5,21.5 + parent: 2 + - uid: 14221 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-15.5 + parent: 2 + - uid: 14641 + components: + - type: Transform + pos: 22.5,-32.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14640 + - uid: 14650 + components: + - type: Transform + pos: 24.5,-18.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14651 + - uid: 14654 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-18.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14653 + - uid: 14655 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14652 + - uid: 14823 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 77.5,68.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14822 + - uid: 14824 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 74.5,72.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14822 + - uid: 28056 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,-11.5 + parent: 2 + - uid: 28140 + components: + - type: Transform + pos: 64.5,28.5 + parent: 2 + - uid: 28141 + components: + - type: Transform + pos: 57.5,38.5 + parent: 2 +- proto: AirTankFilled + entities: + - uid: 14825 + components: + - type: Transform + pos: 79.495544,67.551834 + parent: 2 + - uid: 28150 + components: + - type: Transform + pos: 43.5,-12.5 + parent: 2 +- proto: AltarConvert + entities: + - uid: 5805 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 80.5,32.5 + parent: 2 +- proto: AltarToolbox + entities: + - uid: 28089 + components: + - type: Transform + pos: 34.5,-11.5 + parent: 2 +- proto: APCBasic + entities: + - uid: 315 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,6.5 + parent: 2 + - type: Apc + lastExternalState: Low + lastChargeState: Full + - type: PowerNetworkBattery + loadingNetworkDemand: 3310 + currentReceiving: 3310.0913 + currentSupply: 3310.0002 + - uid: 316 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,3.5 + parent: 2 + - type: Apc + lastExternalState: Low + lastChargeState: Full + - type: PowerNetworkBattery + loadingNetworkDemand: 2805 + currentReceiving: 2805.0112 + currentSupply: 2805 + - uid: 317 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,11.5 + parent: 2 + - type: Apc + lastExternalState: Low + lastChargeState: Full + - type: PowerNetworkBattery + loadingNetworkDemand: 6260 + currentReceiving: 6259.947 + currentSupply: 6260 + supplyRampPosition: 0.053222656 + - uid: 1199 + components: + - type: Transform + pos: 29.5,23.5 + parent: 2 + - type: Apc + lastExternalState: Low + lastChargeState: Full + - type: PowerNetworkBattery + loadingNetworkDemand: 890 + currentReceiving: 889.9254 + currentSupply: 890 + supplyRampPosition: 0.07458496 + - uid: 1200 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,20.5 + parent: 2 + - type: Apc + lastExternalState: Low + lastChargeState: Full + - type: PowerNetworkBattery + loadingNetworkDemand: 3170 + currentReceiving: 3169.9346 + currentSupply: 3170 + supplyRampPosition: 0.06542969 + - uid: 1201 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,23.5 + parent: 2 + - type: Apc + lastExternalState: Low + lastChargeState: Full + - type: PowerNetworkBattery + loadingNetworkDemand: 2830 + currentReceiving: 2830.0894 + currentSupply: 2830 + - uid: 1202 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,17.5 + parent: 2 + - type: Apc + lastExternalState: Low + lastChargeState: Full + - type: PowerNetworkBattery + loadingNetworkDemand: 55 + currentReceiving: 55.078342 + currentSupply: 55 + - uid: 2075 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-10.5 + parent: 2 + - type: Apc + lastExternalState: Low + lastChargeState: Full + - type: PowerNetworkBattery + loadingNetworkDemand: 17210 + currentReceiving: 17209.99 + currentSupply: 17210 + supplyRampPosition: 0.009765625 + - uid: 2076 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-2.5 + parent: 2 + - type: Apc + lastExternalState: Low + lastChargeState: Full + - type: PowerNetworkBattery + loadingNetworkDemand: 8370 + currentReceiving: 4185.0166 + currentSupply: 4185 + - uid: 2077 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-1.5 + parent: 2 + - type: Apc + lastExternalState: Low + lastChargeState: Full + - type: PowerNetworkBattery + loadingNetworkDemand: 8370 + currentReceiving: 4185.0166 + currentSupply: 4185 + - uid: 2078 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,3.5 + parent: 2 + - type: Apc + lastExternalState: Low + lastChargeState: Full + - type: PowerNetworkBattery + loadingNetworkDemand: 1545 + currentReceiving: 1545.0061 + currentSupply: 1545 + - uid: 2079 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,9.5 + parent: 2 + - type: Apc + lastExternalState: Low + lastChargeState: Full + - type: PowerNetworkBattery + loadingNetworkDemand: 5190 + currentReceiving: 5190.0205 + currentSupply: 5190 + - uid: 3866 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,30.5 + parent: 2 + - type: Apc + lastExternalState: Low + lastChargeState: Full + - type: PowerNetworkBattery + loadingNetworkDemand: 1725 + currentReceiving: 1725.0068 + currentSupply: 1725 + - uid: 3867 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,32.5 + parent: 2 + - type: Apc + lastExternalState: Low + lastChargeState: Full + - type: PowerNetworkBattery + loadingNetworkDemand: 7340 + currentReceiving: 7339.951 + currentSupply: 7340 + supplyRampPosition: 0.048339844 + - uid: 3868 + components: + - type: Transform + pos: 49.5,25.5 + parent: 2 + - type: Apc + lastExternalState: Low + lastChargeState: Full + - type: PowerNetworkBattery + loadingNetworkDemand: 2935 + currentReceiving: 2935.0898 + currentSupply: 2935 + - uid: 3869 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,18.5 + parent: 2 + - type: Apc + lastExternalState: Low + lastChargeState: Full + - type: PowerNetworkBattery + loadingNetworkDemand: 1015 + currentReceiving: 1015.08215 + currentSupply: 1015.00006 + - uid: 3870 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,15.5 + parent: 2 + - type: Apc + lastExternalState: Low + lastChargeState: Full + - type: PowerNetworkBattery + loadingNetworkDemand: 710 + currentReceiving: 709.9247 + currentSupply: 710 + supplyRampPosition: 0.07531738 + - uid: 3901 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,34.5 + parent: 2 + - type: Apc + lastExternalState: Low + lastChargeState: Full + - type: PowerNetworkBattery + loadingNetworkDemand: 2205 + currentReceiving: 2205.0088 + currentSupply: 2205 + - uid: 5386 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 64.5,6.5 + parent: 2 + - type: PowerNetworkBattery + loadingNetworkDemand: 2590 + currentReceiving: 2590.0884 + currentSupply: 2590 + - uid: 5528 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 78.5,14.5 + parent: 2 + - type: Apc + lastExternalState: Low + lastChargeState: Full + - type: PowerNetworkBattery + loadingNetworkDemand: 9090 + currentReceiving: 9090.036 + currentSupply: 9090 + - uid: 6008 + components: + - type: Transform + pos: 41.5,-5.5 + parent: 2 + - type: Apc + lastExternalState: Low + lastChargeState: Full + - type: PowerNetworkBattery + loadingNetworkDemand: 4715 + currentReceiving: 2357.5874 + currentSupply: 2357.5 + - uid: 6009 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,-11.5 + parent: 2 + - type: Apc + lastExternalState: Low + lastChargeState: Full + - type: PowerNetworkBattery + loadingNetworkDemand: 575 + currentReceiving: 574.92413 + currentSupply: 575 + supplyRampPosition: 0.0758667 + - uid: 6010 + components: + - type: Transform + pos: 47.5,-2.5 + parent: 2 + - type: Apc + lastExternalState: Low + lastChargeState: Full + - type: PowerNetworkBattery + loadingNetworkDemand: 4715 + currentReceiving: 2357.5874 + currentSupply: 2357.5 + - uid: 6011 + components: + - type: Transform + pos: 44.5,5.5 + parent: 2 + - type: Apc + lastExternalState: Low + lastChargeState: Full + - type: PowerNetworkBattery + loadingNetworkDemand: 2600 + currentReceiving: 2599.9321 + currentSupply: 2600 + supplyRampPosition: 0.067871094 + - uid: 6012 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,7.5 + parent: 2 + - type: Apc + lastExternalState: Low + lastChargeState: Full + - type: PowerNetworkBattery + loadingNetworkDemand: 27160 + currentReceiving: 13579.976 + currentSupply: 13580.052 + supplyRampPosition: 96.44408 + - uid: 6013 + components: + - type: Transform + pos: 42.5,10.5 + parent: 2 + - type: Apc + lastExternalState: Low + lastChargeState: Full + - type: PowerNetworkBattery + loadingNetworkDemand: 2555 + currentReceiving: 2554.9321 + currentSupply: 2555 + supplyRampPosition: 0.067871094 + - uid: 6014 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,0.5 + parent: 2 + - type: Apc + lastExternalState: Low + lastChargeState: Full + - type: PowerNetworkBattery + loadingNetworkDemand: 1505 + currentReceiving: 1504.9279 + currentSupply: 1505.0001 + supplyRampPosition: 0.072143555 + - uid: 6015 + components: + - type: Transform + pos: 55.5,5.5 + parent: 2 + - type: Apc + lastExternalState: Low + lastChargeState: Full + - type: PowerNetworkBattery + loadingNetworkDemand: 5120 + currentReceiving: 5119.9424 + currentSupply: 5120 + supplyRampPosition: 0.057617188 + - uid: 11543 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,31.5 + parent: 2 + - type: Apc + lastExternalState: Low + lastChargeState: Full + - type: PowerNetworkBattery + loadingNetworkDemand: 2625 + currentReceiving: 2625.0105 + currentSupply: 2625 + - uid: 11582 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,42.5 + parent: 2 + - type: Apc + lastExternalState: Low + lastChargeState: Full + - type: PowerNetworkBattery + loadingNetworkDemand: 2985 + currentReceiving: 2985.012 + currentSupply: 2985 + - uid: 11602 + components: + - type: Transform + pos: 18.5,52.5 + parent: 2 + - type: Apc + lastExternalState: Low + lastChargeState: Full + - type: PowerNetworkBattery + loadingNetworkDemand: 2835 + currentReceiving: 2835.0112 + currentSupply: 2835 + - uid: 11604 + components: + - type: Transform + pos: 21.5,52.5 + parent: 2 + - type: Apc + lastExternalState: Low + lastChargeState: Full + - type: PowerNetworkBattery + loadingNetworkDemand: 3525 + currentReceiving: 3525.014 + currentSupply: 3524.9998 + - uid: 11668 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,49.5 + parent: 2 + - type: Apc + lastExternalState: Low + lastChargeState: Full + - type: PowerNetworkBattery + loadingNetworkDemand: 1505 + currentReceiving: 1504.9279 + currentSupply: 1505.0001 + supplyRampPosition: 0.072143555 + - uid: 11917 + components: + - type: Transform + pos: 50.5,67.5 + parent: 2 + - type: Apc + lastExternalState: Low + lastChargeState: Full + - type: PowerNetworkBattery + loadingNetworkDemand: 27160 + currentReceiving: 13579.976 + currentSupply: 13579.948 + supplyRampPosition: 96.33275 + - uid: 11995 + components: + - type: Transform + pos: 39.5,63.5 + parent: 2 + - type: Apc + lastExternalState: Low + lastChargeState: Full + - type: PowerNetworkBattery + loadingNetworkDemand: 7305 + currentReceiving: 7305.029 + currentSupply: 7305 + - uid: 12137 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 67.5,57.5 + parent: 2 + - type: Apc + lastExternalState: Low + lastChargeState: Full + - type: PowerNetworkBattery + loadingNetworkDemand: 1030 + currentReceiving: 1030.0823 + currentSupply: 1030 + - uid: 12138 + components: + - type: Transform + pos: 72.5,66.5 + parent: 2 + - type: Apc + lastExternalState: Low + lastChargeState: Full + - type: PowerNetworkBattery + loadingNetworkDemand: 2620 + currentReceiving: 2620.0886 + currentSupply: 2620 + - uid: 13793 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 79.5,29.5 + parent: 2 + - type: Apc + lastExternalState: Low + lastChargeState: Full + - type: PowerNetworkBattery + loadingNetworkDemand: 325 + currentReceiving: 325.0794 + currentSupply: 325 + - uid: 14548 + components: + - type: Transform + pos: 24.5,-30.5 + parent: 2 + - uid: 15037 + components: + - type: Transform + pos: 76.5,70.5 + parent: 2 +- proto: APCElectronics + entities: + - uid: 14801 + components: + - type: Transform + pos: 76.30536,69.423615 + parent: 2 +- proto: APCHighCapacity + entities: + - uid: 7166 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,69.5 + parent: 2 +- proto: ArrivalsShuttleTimer + entities: + - uid: 5604 + components: + - type: Transform + pos: 80.5,42.5 + parent: 2 +- proto: AsteroidRock + entities: + - uid: 1577 + components: + - type: Transform + pos: 92.5,23.5 + parent: 2 + - uid: 1595 + components: + - type: Transform + pos: 89.5,10.5 + parent: 2 + - uid: 1615 + components: + - type: Transform + pos: 90.5,23.5 + parent: 2 + - uid: 1616 + components: + - type: Transform + pos: 90.5,24.5 + parent: 2 + - uid: 1621 + components: + - type: Transform + pos: 88.5,9.5 + parent: 2 + - uid: 1622 + components: + - type: Transform + pos: 91.5,23.5 + parent: 2 + - uid: 1624 + components: + - type: Transform + pos: 95.5,16.5 + parent: 2 + - uid: 1626 + components: + - type: Transform + pos: 95.5,13.5 + parent: 2 + - uid: 1627 + components: + - type: Transform + pos: 93.5,13.5 + parent: 2 + - uid: 1629 + components: + - type: Transform + pos: 91.5,13.5 + parent: 2 + - uid: 1630 + components: + - type: Transform + pos: 87.5,23.5 + parent: 2 + - uid: 1631 + components: + - type: Transform + pos: 95.5,18.5 + parent: 2 + - uid: 1632 + components: + - type: Transform + pos: 94.5,12.5 + parent: 2 + - uid: 1633 + components: + - type: Transform + pos: 94.5,13.5 + parent: 2 + - uid: 1634 + components: + - type: Transform + pos: 90.5,10.5 + parent: 2 + - uid: 1635 + components: + - type: Transform + pos: 91.5,11.5 + parent: 2 + - uid: 1636 + components: + - type: Transform + pos: 94.5,21.5 + parent: 2 + - uid: 1637 + components: + - type: Transform + pos: 95.5,19.5 + parent: 2 + - uid: 1639 + components: + - type: Transform + pos: 95.5,12.5 + parent: 2 + - uid: 1640 + components: + - type: Transform + pos: 89.5,9.5 + parent: 2 + - uid: 1641 + components: + - type: Transform + pos: 91.5,10.5 + parent: 2 + - uid: 1704 + components: + - type: Transform + pos: 87.5,25.5 + parent: 2 + - uid: 2205 + components: + - type: Transform + pos: 92.5,12.5 + parent: 2 + - uid: 3288 + components: + - type: Transform + pos: 92.5,11.5 + parent: 2 + - uid: 3452 + components: + - type: Transform + pos: 93.5,11.5 + parent: 2 + - uid: 3476 + components: + - type: Transform + pos: 96.5,14.5 + parent: 2 + - uid: 4193 + components: + - type: Transform + pos: 92.5,13.5 + parent: 2 + - uid: 4194 + components: + - type: Transform + pos: 93.5,12.5 + parent: 2 + - uid: 5927 + components: + - type: Transform + pos: 88.5,24.5 + parent: 2 + - uid: 7607 + components: + - type: Transform + pos: 96.5,17.5 + parent: 2 + - uid: 7650 + components: + - type: Transform + pos: 95.5,14.5 + parent: 2 + - uid: 7672 + components: + - type: Transform + pos: 88.5,10.5 + parent: 2 + - uid: 8030 + components: + - type: Transform + pos: 86.5,7.5 + parent: 2 + - uid: 8042 + components: + - type: Transform + pos: 78.5,4.5 + parent: 2 + - uid: 8046 + components: + - type: Transform + pos: 73.5,0.5 + parent: 2 + - uid: 8074 + components: + - type: Transform + pos: 86.5,6.5 + parent: 2 + - uid: 8079 + components: + - type: Transform + pos: 72.5,0.5 + parent: 2 + - uid: 8080 + components: + - type: Transform + pos: 74.5,1.5 + parent: 2 + - uid: 8108 + components: + - type: Transform + pos: 74.5,2.5 + parent: 2 + - uid: 8111 + components: + - type: Transform + pos: 75.5,5.5 + parent: 2 + - uid: 8116 + components: + - type: Transform + pos: 70.5,0.5 + parent: 2 + - uid: 8118 + components: + - type: Transform + pos: 71.5,0.5 + parent: 2 + - uid: 8123 + components: + - type: Transform + pos: 73.5,3.5 + parent: 2 + - uid: 8172 + components: + - type: Transform + pos: 75.5,6.5 + parent: 2 + - uid: 8284 + components: + - type: Transform + pos: 76.5,3.5 + parent: 2 + - uid: 8286 + components: + - type: Transform + pos: 76.5,4.5 + parent: 2 + - uid: 8632 + components: + - type: Transform + pos: 76.5,2.5 + parent: 2 + - uid: 8633 + components: + - type: Transform + pos: 77.5,4.5 + parent: 2 + - uid: 8642 + components: + - type: Transform + pos: 87.5,7.5 + parent: 2 + - uid: 8861 + components: + - type: Transform + pos: 75.5,2.5 + parent: 2 + - uid: 9476 + components: + - type: Transform + pos: 75.5,4.5 + parent: 2 + - uid: 9490 + components: + - type: Transform + pos: 87.5,8.5 + parent: 2 + - uid: 9492 + components: + - type: Transform + pos: 87.5,9.5 + parent: 2 + - uid: 9586 + components: + - type: Transform + pos: 72.5,1.5 + parent: 2 + - uid: 10346 + components: + - type: Transform + pos: 53.5,91.5 + parent: 2 + - uid: 10396 + components: + - type: Transform + pos: 53.5,88.5 + parent: 2 + - uid: 10406 + components: + - type: Transform + pos: 54.5,89.5 + parent: 2 + - uid: 10410 + components: + - type: Transform + pos: 53.5,86.5 + parent: 2 + - uid: 10412 + components: + - type: Transform + pos: 54.5,86.5 + parent: 2 + - uid: 10413 + components: + - type: Transform + pos: 54.5,85.5 + parent: 2 + - uid: 10415 + components: + - type: Transform + pos: 53.5,85.5 + parent: 2 + - uid: 10416 + components: + - type: Transform + pos: 54.5,90.5 + parent: 2 + - uid: 10417 + components: + - type: Transform + pos: 54.5,88.5 + parent: 2 + - uid: 10418 + components: + - type: Transform + pos: 55.5,89.5 + parent: 2 + - uid: 10419 + components: + - type: Transform + pos: 55.5,88.5 + parent: 2 + - uid: 10422 + components: + - type: Transform + pos: 56.5,88.5 + parent: 2 + - uid: 10423 + components: + - type: Transform + pos: 55.5,85.5 + parent: 2 + - uid: 10424 + components: + - type: Transform + pos: 56.5,87.5 + parent: 2 + - uid: 10425 + components: + - type: Transform + pos: 56.5,86.5 + parent: 2 + - uid: 10426 + components: + - type: Transform + pos: 56.5,85.5 + parent: 2 + - uid: 10427 + components: + - type: Transform + pos: 57.5,87.5 + parent: 2 + - uid: 10428 + components: + - type: Transform + pos: 57.5,86.5 + parent: 2 + - uid: 10429 + components: + - type: Transform + pos: 57.5,85.5 + parent: 2 + - uid: 10431 + components: + - type: Transform + pos: 57.5,83.5 + parent: 2 + - uid: 10433 + components: + - type: Transform + pos: 57.5,81.5 + parent: 2 + - uid: 10434 + components: + - type: Transform + pos: 57.5,80.5 + parent: 2 + - uid: 10436 + components: + - type: Transform + pos: 57.5,78.5 + parent: 2 + - uid: 10437 + components: + - type: Transform + pos: 56.5,78.5 + parent: 2 + - uid: 10438 + components: + - type: Transform + pos: 58.5,86.5 + parent: 2 + - uid: 10439 + components: + - type: Transform + pos: 58.5,85.5 + parent: 2 + - uid: 10440 + components: + - type: Transform + pos: 58.5,84.5 + parent: 2 + - uid: 10442 + components: + - type: Transform + pos: 58.5,82.5 + parent: 2 + - uid: 10444 + components: + - type: Transform + pos: 58.5,80.5 + parent: 2 + - uid: 10445 + components: + - type: Transform + pos: 58.5,79.5 + parent: 2 + - uid: 10446 + components: + - type: Transform + pos: 58.5,78.5 + parent: 2 + - uid: 10447 + components: + - type: Transform + pos: 59.5,85.5 + parent: 2 + - uid: 10448 + components: + - type: Transform + pos: 59.5,84.5 + parent: 2 + - uid: 10449 + components: + - type: Transform + pos: 59.5,83.5 + parent: 2 + - uid: 10450 + components: + - type: Transform + pos: 59.5,82.5 + parent: 2 + - uid: 10451 + components: + - type: Transform + pos: 59.5,81.5 + parent: 2 + - uid: 10452 + components: + - type: Transform + pos: 59.5,80.5 + parent: 2 + - uid: 10454 + components: + - type: Transform + pos: 59.5,78.5 + parent: 2 + - uid: 10456 + components: + - type: Transform + pos: 59.5,76.5 + parent: 2 + - uid: 10457 + components: + - type: Transform + pos: 59.5,75.5 + parent: 2 + - uid: 10459 + components: + - type: Transform + pos: 59.5,73.5 + parent: 2 + - uid: 10460 + components: + - type: Transform + pos: 59.5,72.5 + parent: 2 + - uid: 10464 + components: + - type: Transform + pos: 88.5,8.5 + parent: 2 + - uid: 10467 + components: + - type: Transform + pos: 60.5,74.5 + parent: 2 + - uid: 10468 + components: + - type: Transform + pos: 60.5,75.5 + parent: 2 + - uid: 10471 + components: + - type: Transform + pos: 60.5,78.5 + parent: 2 + - uid: 10474 + components: + - type: Transform + pos: 60.5,81.5 + parent: 2 + - uid: 10475 + components: + - type: Transform + pos: 60.5,82.5 + parent: 2 + - uid: 10478 + components: + - type: Transform + pos: 61.5,81.5 + parent: 2 + - uid: 10479 + components: + - type: Transform + pos: 61.5,80.5 + parent: 2 + - uid: 10480 + components: + - type: Transform + pos: 61.5,79.5 + parent: 2 + - uid: 10481 + components: + - type: Transform + pos: 61.5,78.5 + parent: 2 + - uid: 10482 + components: + - type: Transform + pos: 61.5,77.5 + parent: 2 + - uid: 10484 + components: + - type: Transform + pos: 61.5,75.5 + parent: 2 + - uid: 10485 + components: + - type: Transform + pos: 61.5,74.5 + parent: 2 + - uid: 10487 + components: + - type: Transform + pos: 61.5,72.5 + parent: 2 + - uid: 10488 + components: + - type: Transform + pos: 62.5,72.5 + parent: 2 + - uid: 10489 + components: + - type: Transform + pos: 62.5,73.5 + parent: 2 + - uid: 10490 + components: + - type: Transform + pos: 62.5,74.5 + parent: 2 + - uid: 10491 + components: + - type: Transform + pos: 62.5,75.5 + parent: 2 + - uid: 10492 + components: + - type: Transform + pos: 62.5,76.5 + parent: 2 + - uid: 10493 + components: + - type: Transform + pos: 62.5,77.5 + parent: 2 + - uid: 10494 + components: + - type: Transform + pos: 62.5,78.5 + parent: 2 + - uid: 10495 + components: + - type: Transform + pos: 62.5,79.5 + parent: 2 + - uid: 13599 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,70.5 + parent: 2 + - uid: 13600 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,71.5 + parent: 2 +- proto: AsteroidRockGold + entities: + - uid: 6584 + components: + - type: Transform + pos: 96.5,16.5 + parent: 2 + - uid: 6588 + components: + - type: Transform + pos: 91.5,12.5 + parent: 2 + - uid: 6608 + components: + - type: Transform + pos: 70.5,1.5 + parent: 2 + - uid: 7038 + components: + - type: Transform + pos: 86.5,8.5 + parent: 2 + - uid: 7545 + components: + - type: Transform + pos: 53.5,89.5 + parent: 2 + - uid: 7661 + components: + - type: Transform + pos: 58.5,83.5 + parent: 2 + - uid: 7663 + components: + - type: Transform + pos: 59.5,77.5 + parent: 2 + - uid: 7665 + components: + - type: Transform + pos: 60.5,72.5 + parent: 2 +- proto: AsteroidRockPlasma + entities: + - uid: 6592 + components: + - type: Transform + pos: 96.5,15.5 + parent: 2 + - uid: 6594 + components: + - type: Transform + pos: 89.5,23.5 + parent: 2 + - uid: 7081 + components: + - type: Transform + pos: 73.5,2.5 + parent: 2 + - uid: 7535 + components: + - type: Transform + pos: 53.5,90.5 + parent: 2 + - uid: 7647 + components: + - type: Transform + pos: 55.5,86.5 + parent: 2 + - uid: 7662 + components: + - type: Transform + pos: 58.5,81.5 + parent: 2 + - uid: 7667 + components: + - type: Transform + pos: 60.5,76.5 + parent: 2 + - uid: 7673 + components: + - type: Transform + pos: 61.5,71.5 + parent: 2 +- proto: AsteroidRockQuartz + entities: + - uid: 6585 + components: + - type: Transform + pos: 89.5,24.5 + parent: 2 + - uid: 6589 + components: + - type: Transform + pos: 96.5,13.5 + parent: 2 + - uid: 6605 + components: + - type: Transform + pos: 74.5,3.5 + parent: 2 + - uid: 7645 + components: + - type: Transform + pos: 54.5,87.5 + parent: 2 + - uid: 7651 + components: + - type: Transform + pos: 57.5,82.5 + parent: 2 + - uid: 7664 + components: + - type: Transform + pos: 59.5,74.5 + parent: 2 +- proto: AsteroidRockTin + entities: + - uid: 6580 + components: + - type: Transform + pos: 94.5,20.5 + parent: 2 + - uid: 6581 + components: + - type: Transform + pos: 95.5,17.5 + parent: 2 + - uid: 6590 + components: + - type: Transform + pos: 87.5,24.5 + parent: 2 + - uid: 6591 + components: + - type: Transform + pos: 95.5,15.5 + parent: 2 + - uid: 6593 + components: + - type: Transform + pos: 88.5,23.5 + parent: 2 + - uid: 6604 + components: + - type: Transform + pos: 73.5,1.5 + parent: 2 + - uid: 6610 + components: + - type: Transform + pos: 71.5,1.5 + parent: 2 + - uid: 7197 + components: + - type: Transform + pos: 75.5,3.5 + parent: 2 + - uid: 7644 + components: + - type: Transform + pos: 53.5,87.5 + parent: 2 + - uid: 7646 + components: + - type: Transform + pos: 55.5,87.5 + parent: 2 + - uid: 7649 + components: + - type: Transform + pos: 57.5,84.5 + parent: 2 + - uid: 7660 + components: + - type: Transform + pos: 57.5,79.5 + parent: 2 + - uid: 7666 + components: + - type: Transform + pos: 60.5,73.5 + parent: 2 + - uid: 7668 + components: + - type: Transform + pos: 60.5,77.5 + parent: 2 + - uid: 7669 + components: + - type: Transform + pos: 61.5,76.5 + parent: 2 + - uid: 7670 + components: + - type: Transform + pos: 61.5,73.5 + parent: 2 +- proto: AtmosDeviceFanTiny + entities: + - uid: 281 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,6.5 + parent: 2 + - uid: 282 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,8.5 + parent: 2 + - uid: 2674 + components: + - type: Transform + pos: 86.5,41.5 + parent: 2 + - uid: 4494 + components: + - type: Transform + pos: 15.5,52.5 + parent: 2 + - uid: 4501 + components: + - type: Transform + pos: 15.5,56.5 + parent: 2 + - uid: 4854 + components: + - type: Transform + pos: 39.5,-14.5 + parent: 2 + - uid: 6303 + components: + - type: Transform + pos: 86.5,48.5 + parent: 2 + - uid: 7952 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 87.5,63.5 + parent: 2 + - uid: 7953 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 87.5,57.5 + parent: 2 + - uid: 7954 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,70.5 + parent: 2 + - uid: 7955 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,72.5 + parent: 2 + - uid: 7956 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,78.5 + parent: 2 + - uid: 7957 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,80.5 + parent: 2 + - uid: 9193 + components: + - type: Transform + pos: 68.5,0.5 + parent: 2 + - uid: 14779 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 74.5,74.5 + parent: 2 +- proto: AtmosFixBlockerMarker + entities: + - uid: 7206 + components: + - type: Transform + pos: 28.5,83.5 + parent: 2 + - uid: 7207 + components: + - type: Transform + pos: 27.5,83.5 + parent: 2 + - uid: 7208 + components: + - type: Transform + pos: 26.5,83.5 + parent: 2 + - uid: 7209 + components: + - type: Transform + pos: 28.5,79.5 + parent: 2 + - uid: 7210 + components: + - type: Transform + pos: 27.5,79.5 + parent: 2 + - uid: 7211 + components: + - type: Transform + pos: 26.5,79.5 + parent: 2 + - uid: 7212 + components: + - type: Transform + pos: 39.5,86.5 + parent: 2 + - uid: 7213 + components: + - type: Transform + pos: 39.5,87.5 + parent: 2 + - uid: 7214 + components: + - type: Transform + pos: 40.5,86.5 + parent: 2 + - uid: 7215 + components: + - type: Transform + pos: 40.5,87.5 + parent: 2 + - uid: 7216 + components: + - type: Transform + pos: 41.5,86.5 + parent: 2 + - uid: 7217 + components: + - type: Transform + pos: 41.5,87.5 + parent: 2 + - uid: 7218 + components: + - type: Transform + pos: 28.5,77.5 + parent: 2 + - uid: 7219 + components: + - type: Transform + pos: 27.5,77.5 + parent: 2 + - uid: 7220 + components: + - type: Transform + pos: 26.5,77.5 + parent: 2 +- proto: AtmosFixFreezerMarker + entities: + - uid: 4502 + components: + - type: Transform + pos: 15.5,54.5 + parent: 2 + - uid: 4504 + components: + - type: Transform + pos: 16.5,55.5 + parent: 2 + - uid: 4505 + components: + - type: Transform + pos: 15.5,55.5 + parent: 2 + - uid: 4506 + components: + - type: Transform + pos: 16.5,53.5 + parent: 2 + - uid: 4507 + components: + - type: Transform + pos: 16.5,54.5 + parent: 2 + - uid: 4508 + components: + - type: Transform + pos: 15.5,53.5 + parent: 2 + - uid: 4509 + components: + - type: Transform + pos: 14.5,55.5 + parent: 2 + - uid: 4510 + components: + - type: Transform + pos: 14.5,54.5 + parent: 2 + - uid: 4511 + components: + - type: Transform + pos: 14.5,53.5 + parent: 2 +- proto: AtmosFixNitrogenMarker + entities: + - uid: 7224 + components: + - type: Transform + pos: 28.5,73.5 + parent: 2 + - uid: 7225 + components: + - type: Transform + pos: 27.5,73.5 + parent: 2 + - uid: 7226 + components: + - type: Transform + pos: 26.5,73.5 + parent: 2 +- proto: AtmosFixOxygenMarker + entities: + - uid: 7221 + components: + - type: Transform + pos: 28.5,75.5 + parent: 2 + - uid: 7222 + components: + - type: Transform + pos: 27.5,75.5 + parent: 2 + - uid: 7223 + components: + - type: Transform + pos: 26.5,75.5 + parent: 2 +- proto: AtmosFixPlasmaMarker + entities: + - uid: 7203 + components: + - type: Transform + pos: 28.5,81.5 + parent: 2 + - uid: 7204 + components: + - type: Transform + pos: 27.5,81.5 + parent: 2 + - uid: 7205 + components: + - type: Transform + pos: 26.5,81.5 + parent: 2 +- proto: Autolathe + entities: + - uid: 190 + components: + - type: Transform + pos: 6.5,10.5 + parent: 2 + - uid: 1741 + components: + - type: Transform + pos: 23.5,7.5 + parent: 2 + - uid: 7171 + components: + - type: Transform + pos: 51.5,62.5 + parent: 2 +- proto: BackgammonBoard + entities: + - uid: 1703 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.539679,-1.9516239 + parent: 2 +- proto: BalloonCorgi + entities: + - uid: 28148 + components: + - type: Transform + pos: 67.5,33.5 + parent: 2 +- proto: BananaSeeds + entities: + - uid: 1791 + components: + - type: Transform + pos: 14.5,-11.5 + parent: 2 + - uid: 1943 + components: + - type: Transform + pos: 14.5,-12.5 + parent: 2 +- proto: BananiumHorn + entities: + - uid: 1945 + components: + - type: Transform + pos: 73.5,5.5 + parent: 2 +- proto: BannerNanotrasen + entities: + - uid: 618 + components: + - type: Transform + pos: 19.5,29.5 + parent: 2 + - uid: 686 + components: + - type: Transform + pos: 29.5,29.5 + parent: 2 +- proto: BannerSecurity + entities: + - uid: 4172 + components: + - type: Transform + pos: 39.5,27.5 + parent: 2 +- proto: BannerSyndicate + entities: + - uid: 7533 + components: + - type: Transform + pos: 54.5,33.5 + parent: 2 +- proto: BarberScissors + entities: + - uid: 603 + components: + - type: Transform + pos: 9.417294,25.404295 + parent: 2 +- proto: Barricade + entities: + - uid: 534 + components: + - type: Transform + pos: 54.5,-4.5 + parent: 2 + - uid: 1576 + components: + - type: Transform + pos: 12.5,-14.5 + parent: 2 + - uid: 2516 + components: + - type: Transform + pos: 57.5,3.5 + parent: 2 + - uid: 4738 + components: + - type: Transform + pos: 53.5,-3.5 + parent: 2 + - uid: 4894 + components: + - type: Transform + pos: 55.5,-2.5 + parent: 2 + - uid: 5293 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,66.5 + parent: 2 + - uid: 9528 + components: + - type: Transform + pos: 63.5,41.5 + parent: 2 + - uid: 9530 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,38.5 + parent: 2 + - uid: 9531 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 64.5,4.5 + parent: 2 + - uid: 9532 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 64.5,3.5 + parent: 2 + - uid: 9533 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 60.5,-0.5 + parent: 2 + - uid: 9534 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 60.5,-1.5 + parent: 2 + - uid: 9535 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,10.5 + parent: 2 + - uid: 9717 + components: + - type: Transform + pos: 87.5,16.5 + parent: 2 + - uid: 9798 + components: + - type: Transform + pos: 87.5,17.5 + parent: 2 + - uid: 28104 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,70.5 + parent: 2 +- proto: BarricadeBlock + entities: + - uid: 2866 + components: + - type: Transform + pos: 53.5,1.5 + parent: 2 + - uid: 5297 + components: + - type: Transform + pos: 35.5,63.5 + parent: 2 + - uid: 9525 + components: + - type: Transform + pos: 65.5,28.5 + parent: 2 + - uid: 28105 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,72.5 + parent: 2 + - uid: 28107 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,65.5 + parent: 2 + - uid: 28108 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,60.5 + parent: 2 + - uid: 28109 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,43.5 + parent: 2 + - uid: 28110 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 64.5,32.5 + parent: 2 +- proto: BarricadeDirectional + entities: + - uid: 4735 + components: + - type: Transform + pos: 55.5,-1.5 + parent: 2 + - uid: 14497 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-15.5 + parent: 2 +- proto: BarSign + entities: + - uid: 4608 + components: + - type: Transform + pos: 30.5,39.5 + parent: 2 +- proto: BaseBallBat + entities: + - uid: 1574 + components: + - type: Transform + pos: 32.497658,-17.647013 + parent: 2 + - uid: 14050 + components: + - type: Transform + pos: 57.38878,33.408092 + parent: 2 + - uid: 14934 + components: + - type: Transform + pos: 78.9587,7.4263825 + parent: 2 +- proto: BaseComputer + entities: + - uid: 3979 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 55.5,-5.5 + parent: 2 +- proto: BaseGasCondenser + entities: + - uid: 14925 + components: + - type: Transform + pos: 36.5,82.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: BeachBall + entities: + - uid: 12967 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 55.43283,-13.297902 + parent: 2 +- proto: Beaker + entities: + - uid: 2514 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.19361,3.6849353 + parent: 2 +- proto: Bed + entities: + - uid: 481 + components: + - type: Transform + pos: 2.5,1.5 + parent: 2 + - uid: 847 + components: + - type: Transform + pos: 20.5,17.5 + parent: 2 + - uid: 947 + components: + - type: Transform + pos: 26.5,20.5 + parent: 2 + - uid: 1782 + components: + - type: Transform + pos: 15.5,4.5 + parent: 2 + - uid: 3123 + components: + - type: Transform + pos: 54.5,40.5 + parent: 2 + - uid: 3124 + components: + - type: Transform + pos: 54.5,41.5 + parent: 2 + - uid: 3190 + components: + - type: Transform + pos: 40.5,20.5 + parent: 2 + - uid: 3191 + components: + - type: Transform + pos: 40.5,17.5 + parent: 2 + - uid: 3248 + components: + - type: Transform + pos: 62.5,20.5 + parent: 2 + - uid: 3335 + components: + - type: Transform + pos: 52.5,33.5 + parent: 2 + - uid: 3444 + components: + - type: Transform + pos: 84.5,6.5 + parent: 2 + - uid: 4570 + components: + - type: Transform + pos: 43.5,52.5 + parent: 2 + - uid: 4571 + components: + - type: Transform + pos: 43.5,50.5 + parent: 2 + - uid: 4693 + components: + - type: Transform + pos: 43.5,47.5 + parent: 2 + - uid: 4782 + components: + - type: Transform + pos: 19.5,55.5 + parent: 2 + - uid: 4889 + components: + - type: Transform + pos: 5.5,36.5 + parent: 2 + - uid: 4890 + components: + - type: Transform + pos: 9.5,36.5 + parent: 2 + - uid: 4891 + components: + - type: Transform + pos: 3.5,36.5 + parent: 2 + - uid: 5823 + components: + - type: Transform + pos: 80.5,27.5 + parent: 2 + - uid: 6372 + components: + - type: Transform + pos: 82.5,6.5 + parent: 2 + - uid: 6436 + components: + - type: Transform + pos: 59.5,65.5 + parent: 2 + - uid: 7260 + components: + - type: Transform + pos: 41.5,62.5 + parent: 2 + - uid: 14071 + components: + - type: Transform + pos: 62.5,31.5 + parent: 2 + - uid: 14073 + components: + - type: Transform + pos: 60.5,31.5 + parent: 2 +- proto: BedsheetBlack + entities: + - uid: 4783 + components: + - type: Transform + pos: 19.5,55.5 + parent: 2 +- proto: BedsheetCaptain + entities: + - uid: 961 + components: + - type: Transform + pos: 26.5,20.5 + parent: 2 +- proto: BedsheetCE + entities: + - uid: 7262 + components: + - type: Transform + pos: 41.5,62.5 + parent: 2 +- proto: BedsheetClown + entities: + - uid: 4578 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,52.5 + parent: 2 +- proto: BedsheetCMO + entities: + - uid: 9624 + components: + - type: Transform + pos: 48.5,9.5 + parent: 2 +- proto: BedsheetCosmos + entities: + - uid: 4712 + components: + - type: Transform + pos: 43.5,47.5 + parent: 2 +- proto: BedsheetCult + entities: + - uid: 5835 + components: + - type: Transform + pos: 80.5,27.5 + parent: 2 +- proto: BedsheetGreen + entities: + - uid: 2453 + components: + - type: Transform + pos: 56.5,-0.5 + parent: 2 + - uid: 2455 + components: + - type: Transform + pos: 56.5,0.5 + parent: 2 +- proto: BedsheetHOP + entities: + - uid: 829 + components: + - type: Transform + pos: 20.5,17.5 + parent: 2 +- proto: BedsheetHOS + entities: + - uid: 3336 + components: + - type: Transform + pos: 52.5,33.5 + parent: 2 +- proto: BedsheetMedical + entities: + - uid: 2454 + components: + - type: Transform + pos: 35.5,0.5 + parent: 2 + - uid: 2576 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,0.5 + parent: 2 + - uid: 3320 + components: + - type: Transform + pos: 62.5,25.5 + parent: 2 +- proto: BedsheetMime + entities: + - uid: 4577 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,50.5 + parent: 2 +- proto: BedsheetOrange + entities: + - uid: 3129 + components: + - type: Transform + pos: 54.5,40.5 + parent: 2 + - uid: 3130 + components: + - type: Transform + pos: 54.5,41.5 + parent: 2 + - uid: 3192 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,20.5 + parent: 2 + - uid: 3193 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,17.5 + parent: 2 + - uid: 14078 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,31.5 + parent: 2 + - uid: 14079 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 60.5,31.5 + parent: 2 +- proto: BedsheetQM + entities: + - uid: 482 + components: + - type: Transform + pos: 2.5,1.5 + parent: 2 +- proto: BedsheetRD + entities: + - uid: 1783 + components: + - type: Transform + pos: 15.5,4.5 + parent: 2 +- proto: BedsheetRed + entities: + - uid: 3247 + components: + - type: Transform + pos: 62.5,20.5 + parent: 2 +- proto: BedsheetSpawner + entities: + - uid: 4917 + components: + - type: Transform + pos: 3.5,36.5 + parent: 2 + - uid: 4918 + components: + - type: Transform + pos: 5.5,36.5 + parent: 2 + - uid: 4919 + components: + - type: Transform + pos: 9.5,36.5 + parent: 2 +- proto: BedsheetYellow + entities: + - uid: 6438 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,65.5 + parent: 2 +- proto: BigBox + entities: + - uid: 28097 + components: + - type: Transform + pos: 93.098404,18.055126 + parent: 2 + - uid: 28098 + components: + - type: Transform + pos: 89.21464,17.792473 + parent: 2 + - uid: 28099 + components: + - type: Transform + pos: 90.93684,16.718067 + parent: 2 +- proto: BiomassReclaimer + entities: + - uid: 2651 + components: + - type: Transform + pos: 52.5,6.5 + parent: 2 +- proto: BlastDoor + entities: + - uid: 182 + components: + - type: Transform + pos: -1.5,9.5 + parent: 2 + - type: DeviceLinkSink + links: + - 184 + - uid: 183 + components: + - type: Transform + pos: -1.5,5.5 + parent: 2 + - type: DeviceLinkSink + links: + - 184 + - uid: 5090 + components: + - type: Transform + pos: -1.5,23.5 + parent: 2 + - type: DeviceLinkSink + links: + - 7490 + - uid: 6784 + components: + - type: Transform + pos: 51.5,92.5 + parent: 2 + - uid: 6791 + components: + - type: Transform + pos: 49.5,92.5 + parent: 2 + - uid: 6792 + components: + - type: Transform + pos: 50.5,92.5 + parent: 2 + - uid: 6793 + components: + - type: Transform + pos: 48.5,92.5 + parent: 2 + - uid: 7125 + components: + - type: Transform + pos: 40.5,88.5 + parent: 2 + - uid: 9658 + components: + - type: Transform + pos: 17.5,-7.5 + parent: 2 + - type: DeviceLinkSink + links: + - 28058 + - uid: 14434 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-34.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14433 + - uid: 14435 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-34.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14433 + - uid: 14436 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-34.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14433 + - uid: 14437 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,-34.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14433 + - uid: 14438 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-34.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14433 + - uid: 14439 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,-34.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14433 + - uid: 14440 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-34.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14433 + - uid: 14441 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-34.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14433 + - uid: 14442 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-34.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14433 +- proto: BlastDoorOpen + entities: + - uid: 581 + components: + - type: Transform + pos: 10.5,15.5 + parent: 2 + - type: DeviceLinkSink + links: + - 584 + - uid: 582 + components: + - type: Transform + pos: 10.5,14.5 + parent: 2 + - type: DeviceLinkSink + links: + - 584 + - uid: 583 + components: + - type: Transform + pos: 10.5,13.5 + parent: 2 + - type: DeviceLinkSink + links: + - 584 + - uid: 983 + components: + - type: Transform + pos: 16.5,21.5 + parent: 2 + - type: DeviceLinkSink + links: + - 982 + - uid: 1019 + components: + - type: Transform + pos: 34.5,26.5 + parent: 2 + - type: DeviceLinkSink + links: + - 587 + - uid: 1021 + components: + - type: Transform + pos: 34.5,24.5 + parent: 2 + - type: DeviceLinkSink + links: + - 587 + - uid: 1022 + components: + - type: Transform + pos: 14.5,26.5 + parent: 2 + - type: DeviceLinkSink + links: + - 587 + - uid: 1023 + components: + - type: Transform + pos: 14.5,25.5 + parent: 2 + - type: DeviceLinkSink + links: + - 587 + - uid: 1024 + components: + - type: Transform + pos: 14.5,24.5 + parent: 2 + - type: DeviceLinkSink + links: + - 587 + - uid: 1444 + components: + - type: Transform + pos: 30.5,18.5 + parent: 2 + - type: DeviceLinkSink + links: + - 587 + - uid: 1799 + components: + - type: Transform + pos: 25.5,5.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9858 + - uid: 1800 + components: + - type: Transform + pos: 25.5,4.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9858 + - uid: 1803 + components: + - type: Transform + pos: 27.5,2.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9858 + - uid: 1804 + components: + - type: Transform + pos: 28.5,2.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9858 + - uid: 1805 + components: + - type: Transform + pos: 29.5,2.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9858 + - uid: 4165 + components: + - type: Transform + pos: 44.5,28.5 + parent: 2 + - type: DeviceLinkSink + links: + - 3046 + - uid: 4166 + components: + - type: Transform + pos: 44.5,27.5 + parent: 2 + - type: DeviceLinkSink + links: + - 3046 + - uid: 4167 + components: + - type: Transform + pos: 44.5,26.5 + parent: 2 + - type: DeviceLinkSink + links: + - 3046 + - uid: 4168 + components: + - type: Transform + pos: 40.5,29.5 + parent: 2 + - type: DeviceLinkSink + links: + - 3046 + - uid: 4169 + components: + - type: Transform + pos: 41.5,29.5 + parent: 2 + - type: DeviceLinkSink + links: + - 3046 + - uid: 4170 + components: + - type: Transform + pos: 38.5,32.5 + parent: 2 + - type: DeviceLinkSink + links: + - 3046 + - uid: 5772 + components: + - type: Transform + pos: 34.5,4.5 + parent: 2 + - type: DeviceLinkSink + links: + - 2557 + - uid: 5774 + components: + - type: Transform + pos: 34.5,6.5 + parent: 2 + - type: DeviceLinkSink + links: + - 2557 + - uid: 6300 + components: + - type: Transform + pos: 34.5,10.5 + parent: 2 + - type: DeviceLinkSink + links: + - 2557 + - uid: 6301 + components: + - type: Transform + pos: 34.5,9.5 + parent: 2 + - type: DeviceLinkSink + links: + - 2557 + - uid: 6302 + components: + - type: Transform + pos: 41.5,10.5 + parent: 2 + - uid: 7278 + components: + - type: Transform + pos: 49.5,54.5 + parent: 2 + - uid: 7279 + components: + - type: Transform + pos: 50.5,54.5 + parent: 2 + - uid: 7280 + components: + - type: Transform + pos: 51.5,54.5 + parent: 2 + - uid: 7281 + components: + - type: Transform + pos: 53.5,54.5 + parent: 2 + - uid: 7282 + components: + - type: Transform + pos: 54.5,54.5 + parent: 2 + - uid: 7283 + components: + - type: Transform + pos: 48.5,54.5 + parent: 2 + - uid: 7675 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,10.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9858 + - uid: 7676 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,9.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9858 +- proto: BlockGameArcade + entities: + - uid: 2570 + components: + - type: Transform + pos: 37.5,-2.5 + parent: 2 + - uid: 14864 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 82.5,11.5 + parent: 2 +- proto: Bonfire + entities: + - uid: 13914 + components: + - type: Transform + pos: 91.5,17.5 + parent: 2 +- proto: BookBase + entities: + - uid: 3281 + components: + - type: MetaData + desc: Сборник стихов и гимнов дротткветт под названием "Поэзия скальдов" за авторством Хьюго Дракенберга. + name: сборник стихов "Поэзия скальдов" + - type: Transform + pos: 40.63494,29.37681 + parent: 2 + - type: Paper + content: >- + [head=3] Сборник гимнов и стихов дротткветт + "Поэзия скальдов" + Автор: Хьюго Дракенберг[/head] + + + [head=3] Львы Рагнара[/head] + + О, выслушайте песнь мою, + + О воины, львы Рагнара, + + Кто с честью несет брань свою, + + Тот достойнее солнца света. + + + Звучит мощно древняя мелодия, + + Которой Один наделил нас, + + Стойте крепко, вступайте в натиск, + + Ломайте врагов в смертельном бою. + + + И вот на поле, среди крови, + + Один с окровавленным мечом, + + Он стоит смело, презрев смерть, + + За Рагнара он в бой идет. + + + И силней врагов, тот кто мстит, + + Он не будет сдаваться, до тех пор, + + Пока не услышит последний крик, + + Пока не совершит последний удар. + + + Этот гимн мы поем всей душой, + + Среди огня и дождя боя, + + Мы не побоимся даже смерти, + + Ведь мы - воины, львы Рагнара! + + + [head=3] Драконобой[/head] + + Король драконов, над миром правит он, + + Сердце его полно ярости и огня. + + С боевым кличем встреть его на поле брани, + + Герой - ты ли его победишь или падёшь. + + + Сила дракона в душе каждого героя, + + Его песнь разносится на ветру вдали. + + Но воин жив, пока сердце бьется в груди, + + Он не уступит, победит и жизнь отдаст за свободу. + + + Король драконов - враг навсегда с нами, + + Герой, иди в бой - он знает тебя в лицо. + + Побеждай его в смертельной схватке, + + Чтобы мир был свободен, а зло было искоренено. + + + Слава тебе, герой, первому в бою, + + Поднимай свой клинок на вершину горы. + + Пусть песня драконов за тобой звучит, + + И спокойствие к тебе навсегда приходит. + + + [head=3] Мифоходцы[/head] + + Средь древних гор, где бьется молний зарево, + + Зовут нас в битву трубы веков и гром, + + Там где молвят легенды голосом героев, + + Скальд воспевает доблесть сердец мужественных. + + + Тьма разрывается при свете наших клинков, + + На поле сражений четко звучит бой копий - колесниц зарниц. + + Река героических древних обнимает нашу плоть, + + Веселие грома, оно блестит рядом с нами в борьбе. + + + О, славься, эпоха волшебных преданий! + + Где миры сфер сталкиваются, небес колыбель, + + Орлы величаво парят средь бури, дурманя крылами, + + Что дарят нам поэзию бескрылых подвигов и огонь звезд. + + + Оружие светлое отбрасывает мрак, + + Рука воина становится крепче благодаря стремлению, + + Глаза мудрых во мгле ищут истину надежды, + + Вожаки, наш путь, зажигая свет просветления. + + + Твердь гудит от воющих зверей мощных, + + Духи времен, они помогают в жестоком поединке, + + Омега зари, их взор призывает нас в последний бой, + + Ни одного костра не погаснет, пока дух наш не иссякнет. + + + О, славься, эпоха волшебных преданий! + + Где миры сфер сталкиваются, небес колыбель, + + Орлы величаво парят средь бури, дурманя крылами, + + Что дарят нам поэзию бескрылых подвигов и огонь звезд. + + + Сферы искрами света заполняют небосвод, + + Волшебство богов претворяет нас в памятник истине, + + Книга историй, переплетенных вожделением и любовью пропитана, + + Наши души пылают в ней, и создают их вечную магию. + + + О, славься, эпоха волшебных преданий! + + Где миры сфер сталкиваются, небес колыбель, + + Орлы величаво парят средь бури, дурманя крылами, + + Что дарят нам поэзию бескрылых подвигов и огонь звезд. + + + + [head=3] Стремление[/head] + + Взлетает птица в небеса высоко, + + Крылья у неё словно золото блестят, + + Она мчится, не останавливаясь ни на миг, + + Никому не подчиняясь и не смотря назад. + + + Она свободна, как ветер на равнине, + + Как капли дождя на лепестках цветов, + + Её глаза полны радости и света, + + Она живёт каждый день, словно последний в жизни. + + + Если ты смеешься, значит ты живёшь, + + Если ты любишь, значит есть смысл в твоей жизни, + + Не смотря на всё, что тебе придётся пройти, + + Помни, что всегда рядом свет открывается душе. + + + + [head=3] Мечты[/head] + + Скользящие мечты в голове моей + + Ловятся за хвост, словно рыбьи затейники + + Они танцуют, кружатся в экстазе + + И тонут в гуле затаившейся пустоты + + + Но затем они вновь появляются + + Предвкушая победу над реальностью + + И я забываюсь, словно во сне + + Волшебство слов их поражает меня + + + Но затем приходит утро, и все развеивается + + Мечты исчезают, растворяясь в воздухе + + И жизнь продолжает свой путь + + Оставляя на сердце лишь небольшой след + + + + [head=3] Воспоминания[/head] + + Северный ветер веет сильно, + + Ледяные капли стучат в окно. + + Я вспоминаю давний поход, + + Когда с друзьями в лес уходил. + + + Тогда мы бились за каждый шажок, + + Мужество наше рвало преграды. + + Мы были героями, свинцовыми ребятами, + + И даже боги обращали на нас внимание. + + + Сейчас я сижу один, без сил и без молва, + + Только мысль моя уносится вдаль, + + Где солнце осталось навсегда, + + И не знает, что такое лед и сталь. + + + Сколько времени потрачено на бег, + + Сколько сил потрачено на бой, + + Теперь я знаю, что это все не для меня, + + И я готов покинуть все это навсегда. + + + Но я не оставлю свою родину, + + Ни горы, ни озера, ни рождественскую вьюгу, + + И если я умру сегодня на небе, + + То я стану частью великой древности. + + + + [head=3] О, скальды![/head] + + О, скальды былых времен, + + Когда герои грозились мечом, + + Который мерцал в солнечных лучах, + + Обагряя землю кровавым потоком. + + + Идут битвы, кричат щиты, + + Топчется земля стопами стальными, + + Но герои не знают страха, + + Свято веря в свои силы. + + + О, скальды, пусть тучи сгущаются, + + И мраком на землю сажая тень, + + Но герои все равно на подступах, + + В тысячу грудей звучит громкий клич "Берегись, враг!" + + + И хоть бой не разрешится быстро, + + Их душа тверда как сталь, + + И в битве этих кровавых мгновений + + На веки запечатлится их дух и храбрость на все времена! + - uid: 4544 + components: + - type: MetaData + desc: Произведение А.С.Пушкина "У лукоморья дуб зелёный". Вы сомневаетесь, что в то время знали о плазме и Старшинове. + name: '"У лукоморья дуб зелёный". Оригинальное издание без корректировок' + - type: Transform + pos: 30.427391,47.591652 + parent: 2 + - type: Paper + content: >2 + Алесандр Сергеевич Пушкин + У лукоморья дуб зелёный: Оригинальное издание + + У лукоморья дуб зелёный; + + Златая цепь на дубе том: + + И днём и ночью кот учёный + + Всё ходит по цепи кругом; + + Идёт направо — песнь заводит, + + Налево — сказку говорит. + + Там чудеса: там леший бродит, + + Русалка на ветвях сидит; + + Там на неведомых дорожках + + Следы невиданных зверей; + + Избушка там на курьих ножках + + Стоит без окон, без дверей; + + Там лес и дол видений полны; + + Там о заре прихлынут волны + + На брег песчаный и пустой, + + И тридцать ОБР прекрасных + + Чредой из космо вод выходят ясных, + + И с ними дядька их морской; + + Там королевич мимоходом + + Пленяет грозного царя; + + Там в облаках перед народом + + Через леса, через моря + + Колдун несёт богатыря; + + В темнице там царевна тужит, + + А бурый волк ей верно служит; + + Там ступа с Бабою Ягой + + Идёт, бредёт сама собой, + + Там царь Старшинов над златом чахнет; + + Там космо дух… там плазмой пахнет! + + И там я был, и спейс-ап я пил; + + У моря видел дуб зелёный; + + Под ним сидел, и кот учёный + + Свои мне сказки говорил. + - uid: 4922 + components: + - type: Transform + pos: 7.356848,37.607597 + parent: 2 + - uid: 4923 + components: + - type: Transform + pos: 7.485269,37.552563 + parent: 2 + - uid: 6426 + components: + - type: Transform + pos: 60.528152,61.5301 + parent: 2 + - uid: 6427 + components: + - type: Transform + pos: 60.34469,61.56679 + parent: 2 +- proto: BookDetective + entities: + - uid: 3378 + components: + - type: Transform + parent: 3377 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9676 + components: + - type: Transform + parent: 9671 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: BookNarsieLegend + entities: + - uid: 5260 + components: + - type: Transform + pos: 25.563324,57.523094 + parent: 2 +- proto: BookshelfFilled + entities: + - uid: 3127 + components: + - type: Transform + pos: 54.5,39.5 + parent: 2 + - uid: 4785 + components: + - type: Transform + pos: 18.5,53.5 + parent: 2 + - uid: 4920 + components: + - type: Transform + pos: 7.5,36.5 + parent: 2 + - uid: 6316 + components: + - type: Transform + pos: 62.5,59.5 + parent: 2 + - uid: 6402 + components: + - type: Transform + pos: 64.5,55.5 + parent: 2 + - uid: 6404 + components: + - type: Transform + pos: 63.5,55.5 + parent: 2 + - uid: 6405 + components: + - type: Transform + pos: 62.5,55.5 + parent: 2 + - uid: 6406 + components: + - type: Transform + pos: 64.5,59.5 + parent: 2 + - uid: 6407 + components: + - type: Transform + pos: 63.5,59.5 + parent: 2 +- proto: BookTemple + entities: + - uid: 5827 + components: + - type: Transform + pos: 80.485855,32.601913 + parent: 2 +- proto: BoozeDispenser + entities: + - uid: 4618 + components: + - type: Transform + pos: 22.5,55.5 + parent: 2 + - uid: 5283 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,63.5 + parent: 2 +- proto: BorgCharger + entities: + - uid: 2069 + components: + - type: Transform + pos: 30.5,-2.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: BorgModuleTool + entities: + - uid: 7410 + components: + - type: Transform + pos: 67.45607,37.601162 + parent: 2 +- proto: BoxBeanbag + entities: + - uid: 3158 + components: + - type: Transform + pos: 51.569756,26.49606 + parent: 2 + - uid: 3159 + components: + - type: Transform + pos: 51.569756,26.49606 + parent: 2 +- proto: BoxBodyBag + entities: + - uid: 2662 + components: + - type: Transform + pos: 56.56257,6.574261 + parent: 2 + - uid: 3316 + components: + - type: Transform + pos: 62.46805,24.64373 + parent: 2 +- proto: BoxCartridgeCap + entities: + - uid: 9674 + components: + - type: Transform + parent: 9671 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: BoxFolderBase + entities: + - uid: 6398 + components: + - type: Transform + pos: 59.531593,58.62728 + parent: 2 + - uid: 6399 + components: + - type: Transform + pos: 59.549942,56.535847 + parent: 2 +- proto: BoxFolderBlue + entities: + - uid: 511 + components: + - type: Transform + pos: 28.40281,30.61314 + parent: 2 + - uid: 641 + components: + - type: Transform + pos: 23.470257,24.673754 + parent: 2 + - uid: 883 + components: + - type: Transform + pos: 20.517431,16.478916 + parent: 2 +- proto: BoxFolderClipboard + entities: + - uid: 507 + components: + - type: Transform + pos: 7.412698,2.8673413 + parent: 2 + - uid: 10357 + components: + - type: Transform + pos: 21.443787,-6.437905 + parent: 2 + - uid: 10358 + components: + - type: Transform + pos: 16.48936,21.491587 + parent: 2 + - uid: 10361 + components: + - type: Transform + pos: 4.390623,27.57238 + parent: 2 + - uid: 10362 + components: + - type: Transform + pos: 40.50558,29.55119 + parent: 2 + - uid: 10363 + components: + - type: Transform + pos: 65.582985,63.683205 + parent: 2 + - uid: 14343 + components: + - type: Transform + pos: 35.404556,-0.48164338 + parent: 2 + - uid: 14482 + components: + - type: Transform + pos: 7.4471793,20.60081 + parent: 2 + - uid: 14483 + components: + - type: Transform + pos: 8.547624,9.547516 + parent: 2 + - uid: 14490 + components: + - type: Transform + pos: 22.377039,46.516014 + parent: 2 + - uid: 14491 + components: + - type: Transform + pos: 45.537,70.419785 + parent: 2 + - uid: 14756 + components: + - type: Transform + pos: 23.443077,24.667534 + parent: 2 +- proto: BoxFolderRed + entities: + - uid: 3348 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.669724,30.76697 + parent: 2 + - uid: 3349 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.68535,30.626345 + parent: 2 + - uid: 7450 + components: + - type: Transform + pos: 7.4106236,21.75367 + parent: 2 + - uid: 7451 + components: + - type: Transform + pos: 7.575737,21.66194 + parent: 2 +- proto: BoxFolderWhite + entities: + - uid: 2609 + components: + - type: Transform + pos: 47.475967,9.561237 + parent: 2 +- proto: BoxFolderYellow + entities: + - uid: 195 + components: + - type: Transform + pos: 7.462741,11.53508 + parent: 2 + - uid: 486 + components: + - type: Transform + pos: 1.5635915,3.7334058 + parent: 2 +- proto: BoxLatexGloves + entities: + - uid: 2480 + components: + - type: Transform + pos: 52.51747,-4.365857 + parent: 2 +- proto: BoxLethalshot + entities: + - uid: 3156 + components: + - type: Transform + pos: 51.542747,26.526852 + parent: 2 + - uid: 3157 + components: + - type: Transform + pos: 51.542747,26.526852 + parent: 2 +- proto: BoxLightMixed + entities: + - uid: 6045 + components: + - type: Transform + pos: 67.4525,37.568535 + parent: 2 +- proto: BoxMRE + entities: + - uid: 1661 + components: + - type: Transform + pos: 82.418015,6.3132176 + parent: 2 + - uid: 5743 + components: + - type: Transform + pos: 84.47416,6.3913426 + parent: 2 +- proto: BoxSterileMask + entities: + - uid: 1737 + components: + - type: Transform + pos: 20.515219,-1.2542183 + parent: 2 + - uid: 2481 + components: + - type: Transform + pos: 52.470596,-4.803357 + parent: 2 +- proto: BoxSyringe + entities: + - uid: 2320 + components: + - type: Transform + pos: 44.53563,8.497526 + parent: 2 + - uid: 2486 + components: + - type: Transform + pos: 57.566856,-3.30048 + parent: 2 +- proto: BoxTrashbag + entities: + - uid: 7466 + components: + - type: Transform + pos: 3.5887227,24.527626 + parent: 2 +- proto: BoxZiptie + entities: + - uid: 3223 + components: + - type: Transform + pos: 47.537468,18.609364 + parent: 2 +- proto: BrbSign + entities: + - uid: 833 + components: + - type: Transform + pos: 16.58672,21.520056 + parent: 2 +- proto: BriefcaseBrown + entities: + - uid: 4646 + components: + - type: Transform + pos: 28.56611,49.49092 + parent: 2 + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 4649 + - 4651 + - 4650 + - 4647 +- proto: BriefcaseBrownFilled + entities: + - uid: 5977 + components: + - type: Transform + pos: 39.46086,-7.4079514 + parent: 2 + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 5978 + - uid: 7445 + components: + - type: Transform + pos: 9.49619,23.804527 + parent: 2 + - uid: 7448 + components: + - type: Transform + pos: 9.422807,23.529339 + parent: 2 +- proto: BrigTimer + entities: + - uid: 3198 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,18.5 + parent: 2 + - uid: 3199 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,21.5 + parent: 2 + - uid: 14069 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 59.5,28.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 7779: + - Start: Close + - Timer: AutoClose + - Timer: Open +- proto: BrokenBottle + entities: + - uid: 9806 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 88.871445,16.10113 + parent: 2 + - uid: 9823 + components: + - type: Transform + pos: 92.705734,18.009102 + parent: 2 + - uid: 28082 + components: + - type: Transform + pos: 26.469122,-10.71988 + parent: 2 +- proto: Brutepack + entities: + - uid: 2625 + components: + - type: Transform + pos: 39.506935,-0.38401654 + parent: 2 +- proto: Brutepack1 + entities: + - uid: 14428 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-33.5 + parent: 2 +- proto: Bucket + entities: + - uid: 3121 + components: + - type: Transform + pos: 52.56903,43.33679 + parent: 2 + - uid: 4462 + components: + - type: Transform + pos: 21.621641,41.675022 + parent: 2 + - uid: 14052 + components: + - type: Transform + pos: 57.404404,33.408092 + parent: 2 + - uid: 14102 + components: + - type: Transform + pos: 68.56874,47.504078 + parent: 2 +- proto: CableApcExtension + entities: + - uid: 383 + components: + - type: Transform + pos: 10.5,6.5 + parent: 2 + - uid: 384 + components: + - type: Transform + pos: 9.5,6.5 + parent: 2 + - uid: 385 + components: + - type: Transform + pos: 8.5,6.5 + parent: 2 + - uid: 386 + components: + - type: Transform + pos: 7.5,6.5 + parent: 2 + - uid: 387 + components: + - type: Transform + pos: 6.5,6.5 + parent: 2 + - uid: 388 + components: + - type: Transform + pos: 5.5,6.5 + parent: 2 + - uid: 389 + components: + - type: Transform + pos: 4.5,6.5 + parent: 2 + - uid: 390 + components: + - type: Transform + pos: 3.5,6.5 + parent: 2 + - uid: 391 + components: + - type: Transform + pos: 2.5,6.5 + parent: 2 + - uid: 392 + components: + - type: Transform + pos: 1.5,6.5 + parent: 2 + - uid: 393 + components: + - type: Transform + pos: 0.5,6.5 + parent: 2 + - uid: 394 + components: + - type: Transform + pos: -0.5,6.5 + parent: 2 + - uid: 395 + components: + - type: Transform + pos: 1.5,7.5 + parent: 2 + - uid: 396 + components: + - type: Transform + pos: 1.5,8.5 + parent: 2 + - uid: 397 + components: + - type: Transform + pos: 0.5,8.5 + parent: 2 + - uid: 398 + components: + - type: Transform + pos: -0.5,8.5 + parent: 2 + - uid: 399 + components: + - type: Transform + pos: -1.5,8.5 + parent: 2 + - uid: 400 + components: + - type: Transform + pos: 2.5,8.5 + parent: 2 + - uid: 401 + components: + - type: Transform + pos: 3.5,8.5 + parent: 2 + - uid: 402 + components: + - type: Transform + pos: 4.5,8.5 + parent: 2 + - uid: 403 + components: + - type: Transform + pos: 5.5,8.5 + parent: 2 + - uid: 404 + components: + - type: Transform + pos: 6.5,8.5 + parent: 2 + - uid: 405 + components: + - type: Transform + pos: 7.5,8.5 + parent: 2 + - uid: 406 + components: + - type: Transform + pos: 8.5,8.5 + parent: 2 + - uid: 407 + components: + - type: Transform + pos: 9.5,8.5 + parent: 2 + - uid: 408 + components: + - type: Transform + pos: 1.5,10.5 + parent: 2 + - uid: 409 + components: + - type: Transform + pos: 2.5,10.5 + parent: 2 + - uid: 410 + components: + - type: Transform + pos: 3.5,10.5 + parent: 2 + - uid: 411 + components: + - type: Transform + pos: 4.5,10.5 + parent: 2 + - uid: 412 + components: + - type: Transform + pos: 4.5,9.5 + parent: 2 + - uid: 413 + components: + - type: Transform + pos: 6.5,10.5 + parent: 2 + - uid: 414 + components: + - type: Transform + pos: 7.5,10.5 + parent: 2 + - uid: 415 + components: + - type: Transform + pos: 8.5,10.5 + parent: 2 + - uid: 416 + components: + - type: Transform + pos: 9.5,10.5 + parent: 2 + - uid: 417 + components: + - type: Transform + pos: 7.5,9.5 + parent: 2 + - uid: 418 + components: + - type: Transform + pos: 5.5,11.5 + parent: 2 + - uid: 419 + components: + - type: Transform + pos: 6.5,9.5 + parent: 2 + - uid: 420 + components: + - type: Transform + pos: 5.5,12.5 + parent: 2 + - uid: 421 + components: + - type: Transform + pos: 5.5,13.5 + parent: 2 + - uid: 422 + components: + - type: Transform + pos: 4.5,13.5 + parent: 2 + - uid: 423 + components: + - type: Transform + pos: 3.5,13.5 + parent: 2 + - uid: 424 + components: + - type: Transform + pos: 2.5,13.5 + parent: 2 + - uid: 425 + components: + - type: Transform + pos: 1.5,13.5 + parent: 2 + - uid: 426 + components: + - type: Transform + pos: 0.5,13.5 + parent: 2 + - uid: 427 + components: + - type: Transform + pos: 1.5,14.5 + parent: 2 + - uid: 428 + components: + - type: Transform + pos: 1.5,15.5 + parent: 2 + - uid: 429 + components: + - type: Transform + pos: 0.5,15.5 + parent: 2 + - uid: 430 + components: + - type: Transform + pos: 5.5,14.5 + parent: 2 + - uid: 431 + components: + - type: Transform + pos: 6.5,14.5 + parent: 2 + - uid: 432 + components: + - type: Transform + pos: 7.5,14.5 + parent: 2 + - uid: 433 + components: + - type: Transform + pos: 8.5,14.5 + parent: 2 + - uid: 434 + components: + - type: Transform + pos: 9.5,14.5 + parent: 2 + - uid: 435 + components: + - type: Transform + pos: 8.5,15.5 + parent: 2 + - uid: 436 + components: + - type: Transform + pos: 8.5,13.5 + parent: 2 + - uid: 437 + components: + - type: Transform + pos: 8.5,12.5 + parent: 2 + - uid: 438 + components: + - type: Transform + pos: 4.5,14.5 + parent: 2 + - uid: 439 + components: + - type: Transform + pos: 4.5,15.5 + parent: 2 + - uid: 440 + components: + - type: Transform + pos: 8.5,3.5 + parent: 2 + - uid: 441 + components: + - type: Transform + pos: 7.5,3.5 + parent: 2 + - uid: 442 + components: + - type: Transform + pos: 6.5,3.5 + parent: 2 + - uid: 443 + components: + - type: Transform + pos: 5.5,3.5 + parent: 2 + - uid: 444 + components: + - type: Transform + pos: 4.5,3.5 + parent: 2 + - uid: 445 + components: + - type: Transform + pos: 3.5,3.5 + parent: 2 + - uid: 446 + components: + - type: Transform + pos: 2.5,3.5 + parent: 2 + - uid: 447 + components: + - type: Transform + pos: 1.5,3.5 + parent: 2 + - uid: 448 + components: + - type: Transform + pos: 4.5,2.5 + parent: 2 + - uid: 449 + components: + - type: Transform + pos: 4.5,1.5 + parent: 2 + - uid: 450 + components: + - type: Transform + pos: 7.5,2.5 + parent: 2 + - uid: 451 + components: + - type: Transform + pos: 7.5,1.5 + parent: 2 + - uid: 452 + components: + - type: Transform + pos: 1.5,2.5 + parent: 2 + - uid: 453 + components: + - type: Transform + pos: 1.5,1.5 + parent: 2 + - uid: 454 + components: + - type: Transform + pos: 6.5,4.5 + parent: 2 + - uid: 485 + components: + - type: Transform + pos: 50.5,78.5 + parent: 2 + - uid: 1203 + components: + - type: Transform + pos: 27.5,23.5 + parent: 2 + - uid: 1204 + components: + - type: Transform + pos: 27.5,24.5 + parent: 2 + - uid: 1205 + components: + - type: Transform + pos: 27.5,25.5 + parent: 2 + - uid: 1206 + components: + - type: Transform + pos: 27.5,26.5 + parent: 2 + - uid: 1207 + components: + - type: Transform + pos: 27.5,27.5 + parent: 2 + - uid: 1208 + components: + - type: Transform + pos: 27.5,28.5 + parent: 2 + - uid: 1209 + components: + - type: Transform + pos: 27.5,29.5 + parent: 2 + - uid: 1210 + components: + - type: Transform + pos: 27.5,30.5 + parent: 2 + - uid: 1211 + components: + - type: Transform + pos: 26.5,30.5 + parent: 2 + - uid: 1212 + components: + - type: Transform + pos: 25.5,30.5 + parent: 2 + - uid: 1213 + components: + - type: Transform + pos: 24.5,30.5 + parent: 2 + - uid: 1214 + components: + - type: Transform + pos: 23.5,30.5 + parent: 2 + - uid: 1215 + components: + - type: Transform + pos: 22.5,30.5 + parent: 2 + - uid: 1216 + components: + - type: Transform + pos: 21.5,30.5 + parent: 2 + - uid: 1217 + components: + - type: Transform + pos: 20.5,30.5 + parent: 2 + - uid: 1218 + components: + - type: Transform + pos: 20.5,29.5 + parent: 2 + - uid: 1219 + components: + - type: Transform + pos: 20.5,28.5 + parent: 2 + - uid: 1220 + components: + - type: Transform + pos: 20.5,27.5 + parent: 2 + - uid: 1221 + components: + - type: Transform + pos: 20.5,26.5 + parent: 2 + - uid: 1222 + components: + - type: Transform + pos: 20.5,25.5 + parent: 2 + - uid: 1223 + components: + - type: Transform + pos: 20.5,24.5 + parent: 2 + - uid: 1224 + components: + - type: Transform + pos: 21.5,27.5 + parent: 2 + - uid: 1225 + components: + - type: Transform + pos: 22.5,27.5 + parent: 2 + - uid: 1226 + components: + - type: Transform + pos: 23.5,27.5 + parent: 2 + - uid: 1227 + components: + - type: Transform + pos: 24.5,27.5 + parent: 2 + - uid: 1228 + components: + - type: Transform + pos: 25.5,27.5 + parent: 2 + - uid: 1229 + components: + - type: Transform + pos: 26.5,27.5 + parent: 2 + - uid: 1230 + components: + - type: Transform + pos: 19.5,25.5 + parent: 2 + - uid: 1231 + components: + - type: Transform + pos: 18.5,25.5 + parent: 2 + - uid: 1232 + components: + - type: Transform + pos: 17.5,25.5 + parent: 2 + - uid: 1233 + components: + - type: Transform + pos: 16.5,25.5 + parent: 2 + - uid: 1234 + components: + - type: Transform + pos: 15.5,25.5 + parent: 2 + - uid: 1235 + components: + - type: Transform + pos: 14.5,25.5 + parent: 2 + - uid: 1236 + components: + - type: Transform + pos: 28.5,25.5 + parent: 2 + - uid: 1237 + components: + - type: Transform + pos: 29.5,25.5 + parent: 2 + - uid: 1238 + components: + - type: Transform + pos: 30.5,25.5 + parent: 2 + - uid: 1239 + components: + - type: Transform + pos: 31.5,25.5 + parent: 2 + - uid: 1240 + components: + - type: Transform + pos: 32.5,25.5 + parent: 2 + - uid: 1241 + components: + - type: Transform + pos: 33.5,25.5 + parent: 2 + - uid: 1242 + components: + - type: Transform + pos: 34.5,25.5 + parent: 2 + - uid: 1243 + components: + - type: Transform + pos: 28.5,28.5 + parent: 2 + - uid: 1244 + components: + - type: Transform + pos: 29.5,28.5 + parent: 2 + - uid: 1245 + components: + - type: Transform + pos: 24.5,26.5 + parent: 2 + - uid: 1246 + components: + - type: Transform + pos: 24.5,25.5 + parent: 2 + - uid: 1247 + components: + - type: Transform + pos: 24.5,24.5 + parent: 2 + - uid: 1248 + components: + - type: Transform + pos: 29.5,27.5 + parent: 2 + - uid: 1249 + components: + - type: Transform + pos: 29.5,29.5 + parent: 2 + - uid: 1250 + components: + - type: Transform + pos: 21.5,24.5 + parent: 2 + - uid: 1251 + components: + - type: Transform + pos: 22.5,24.5 + parent: 2 + - uid: 1252 + components: + - type: Transform + pos: 23.5,24.5 + parent: 2 + - uid: 1253 + components: + - type: Transform + pos: 25.5,24.5 + parent: 2 + - uid: 1254 + components: + - type: Transform + pos: 26.5,24.5 + parent: 2 + - uid: 1267 + components: + - type: Transform + pos: 29.5,23.5 + parent: 2 + - uid: 1268 + components: + - type: Transform + pos: 29.5,22.5 + parent: 2 + - uid: 1269 + components: + - type: Transform + pos: 29.5,21.5 + parent: 2 + - uid: 1270 + components: + - type: Transform + pos: 30.5,21.5 + parent: 2 + - uid: 1271 + components: + - type: Transform + pos: 31.5,21.5 + parent: 2 + - uid: 1272 + components: + - type: Transform + pos: 32.5,21.5 + parent: 2 + - uid: 1273 + components: + - type: Transform + pos: 33.5,21.5 + parent: 2 + - uid: 1274 + components: + - type: Transform + pos: 32.5,22.5 + parent: 2 + - uid: 1275 + components: + - type: Transform + pos: 30.5,20.5 + parent: 2 + - uid: 1276 + components: + - type: Transform + pos: 30.5,19.5 + parent: 2 + - uid: 1277 + components: + - type: Transform + pos: 30.5,18.5 + parent: 2 + - uid: 1278 + components: + - type: Transform + pos: 30.5,17.5 + parent: 2 + - uid: 1279 + components: + - type: Transform + pos: 30.5,16.5 + parent: 2 + - uid: 1280 + components: + - type: Transform + pos: 29.5,17.5 + parent: 2 + - uid: 1281 + components: + - type: Transform + pos: 28.5,17.5 + parent: 2 + - uid: 1282 + components: + - type: Transform + pos: 31.5,17.5 + parent: 2 + - uid: 1283 + components: + - type: Transform + pos: 32.5,17.5 + parent: 2 + - uid: 1284 + components: + - type: Transform + pos: 33.5,17.5 + parent: 2 + - uid: 1285 + components: + - type: Transform + pos: 31.5,19.5 + parent: 2 + - uid: 1286 + components: + - type: Transform + pos: 32.5,19.5 + parent: 2 + - uid: 1287 + components: + - type: Transform + pos: 28.5,21.5 + parent: 2 + - uid: 1288 + components: + - type: Transform + pos: 28.5,20.5 + parent: 2 + - uid: 1289 + components: + - type: Transform + pos: 27.5,21.5 + parent: 2 + - uid: 1290 + components: + - type: Transform + pos: 26.5,21.5 + parent: 2 + - uid: 1291 + components: + - type: Transform + pos: 25.5,21.5 + parent: 2 + - uid: 1292 + components: + - type: Transform + pos: 24.5,21.5 + parent: 2 + - uid: 1293 + components: + - type: Transform + pos: 24.5,20.5 + parent: 2 + - uid: 1294 + components: + - type: Transform + pos: 23.5,20.5 + parent: 2 + - uid: 1295 + components: + - type: Transform + pos: 24.5,22.5 + parent: 2 + - uid: 1296 + components: + - type: Transform + pos: 21.5,20.5 + parent: 2 + - uid: 1297 + components: + - type: Transform + pos: 21.5,17.5 + parent: 2 + - uid: 1298 + components: + - type: Transform + pos: 22.5,17.5 + parent: 2 + - uid: 1299 + components: + - type: Transform + pos: 23.5,17.5 + parent: 2 + - uid: 1300 + components: + - type: Transform + pos: 24.5,17.5 + parent: 2 + - uid: 1301 + components: + - type: Transform + pos: 25.5,17.5 + parent: 2 + - uid: 1302 + components: + - type: Transform + pos: 26.5,17.5 + parent: 2 + - uid: 1303 + components: + - type: Transform + pos: 23.5,16.5 + parent: 2 + - uid: 1304 + components: + - type: Transform + pos: 25.5,16.5 + parent: 2 + - uid: 1305 + components: + - type: Transform + pos: 25.5,18.5 + parent: 2 + - uid: 1306 + components: + - type: Transform + pos: 23.5,18.5 + parent: 2 + - uid: 1393 + components: + - type: Transform + pos: 20.5,20.5 + parent: 2 + - uid: 1394 + components: + - type: Transform + pos: 19.5,20.5 + parent: 2 + - uid: 1395 + components: + - type: Transform + pos: 18.5,20.5 + parent: 2 + - uid: 1396 + components: + - type: Transform + pos: 17.5,20.5 + parent: 2 + - uid: 1397 + components: + - type: Transform + pos: 18.5,22.5 + parent: 2 + - uid: 1398 + components: + - type: Transform + pos: 18.5,21.5 + parent: 2 + - uid: 1399 + components: + - type: Transform + pos: 20.5,22.5 + parent: 2 + - uid: 1400 + components: + - type: Transform + pos: 20.5,21.5 + parent: 2 + - uid: 1401 + components: + - type: Transform + pos: 16.5,21.5 + parent: 2 + - uid: 1402 + components: + - type: Transform + pos: 15.5,21.5 + parent: 2 + - uid: 1403 + components: + - type: Transform + pos: 17.5,21.5 + parent: 2 + - uid: 1404 + components: + - type: Transform + pos: 18.5,19.5 + parent: 2 + - uid: 1405 + components: + - type: Transform + pos: 18.5,18.5 + parent: 2 + - uid: 1406 + components: + - type: Transform + pos: 18.5,17.5 + parent: 2 + - uid: 1407 + components: + - type: Transform + pos: 18.5,16.5 + parent: 2 + - uid: 1408 + components: + - type: Transform + pos: 19.5,16.5 + parent: 2 + - uid: 1409 + components: + - type: Transform + pos: 20.5,16.5 + parent: 2 + - uid: 1410 + components: + - type: Transform + pos: 15.5,20.5 + parent: 2 + - uid: 1411 + components: + - type: Transform + pos: 15.5,19.5 + parent: 2 + - uid: 1412 + components: + - type: Transform + pos: 15.5,18.5 + parent: 2 + - uid: 1413 + components: + - type: Transform + pos: 15.5,17.5 + parent: 2 + - uid: 1654 + components: + - type: Transform + pos: 11.5,18.5 + parent: 2 + - uid: 2152 + components: + - type: Transform + pos: 25.5,-2.5 + parent: 2 + - uid: 2153 + components: + - type: Transform + pos: 24.5,-2.5 + parent: 2 + - uid: 2154 + components: + - type: Transform + pos: 23.5,-2.5 + parent: 2 + - uid: 2155 + components: + - type: Transform + pos: 22.5,-2.5 + parent: 2 + - uid: 2156 + components: + - type: Transform + pos: 21.5,-2.5 + parent: 2 + - uid: 2157 + components: + - type: Transform + pos: 20.5,-2.5 + parent: 2 + - uid: 2158 + components: + - type: Transform + pos: 19.5,-2.5 + parent: 2 + - uid: 2159 + components: + - type: Transform + pos: 18.5,-2.5 + parent: 2 + - uid: 2160 + components: + - type: Transform + pos: 17.5,-2.5 + parent: 2 + - uid: 2161 + components: + - type: Transform + pos: 16.5,-2.5 + parent: 2 + - uid: 2162 + components: + - type: Transform + pos: 22.5,-3.5 + parent: 2 + - uid: 2163 + components: + - type: Transform + pos: 22.5,-4.5 + parent: 2 + - uid: 2164 + components: + - type: Transform + pos: 24.5,-3.5 + parent: 2 + - uid: 2165 + components: + - type: Transform + pos: 24.5,-4.5 + parent: 2 + - uid: 2166 + components: + - type: Transform + pos: 20.5,-3.5 + parent: 2 + - uid: 2167 + components: + - type: Transform + pos: 20.5,-4.5 + parent: 2 + - uid: 2168 + components: + - type: Transform + pos: 17.5,-3.5 + parent: 2 + - uid: 2169 + components: + - type: Transform + pos: 17.5,-4.5 + parent: 2 + - uid: 2170 + components: + - type: Transform + pos: 17.5,-1.5 + parent: 2 + - uid: 2171 + components: + - type: Transform + pos: 22.5,-1.5 + parent: 2 + - uid: 2172 + components: + - type: Transform + pos: 22.5,-0.5 + parent: 2 + - uid: 2173 + components: + - type: Transform + pos: 22.5,0.5 + parent: 2 + - uid: 2174 + components: + - type: Transform + pos: 22.5,1.5 + parent: 2 + - uid: 2175 + components: + - type: Transform + pos: 23.5,-0.5 + parent: 2 + - uid: 2176 + components: + - type: Transform + pos: 24.5,-0.5 + parent: 2 + - uid: 2177 + components: + - type: Transform + pos: 21.5,0.5 + parent: 2 + - uid: 2178 + components: + - type: Transform + pos: 20.5,0.5 + parent: 2 + - uid: 2179 + components: + - type: Transform + pos: 20.5,1.5 + parent: 2 + - uid: 2180 + components: + - type: Transform + pos: 20.5,2.5 + parent: 2 + - uid: 2181 + components: + - type: Transform + pos: 31.5,-1.5 + parent: 2 + - uid: 2182 + components: + - type: Transform + pos: 30.5,-1.5 + parent: 2 + - uid: 2183 + components: + - type: Transform + pos: 29.5,-1.5 + parent: 2 + - uid: 2184 + components: + - type: Transform + pos: 29.5,-2.5 + parent: 2 + - uid: 2185 + components: + - type: Transform + pos: 28.5,-2.5 + parent: 2 + - uid: 2186 + components: + - type: Transform + pos: 27.5,-2.5 + parent: 2 + - uid: 2187 + components: + - type: Transform + pos: 26.5,-2.5 + parent: 2 + - uid: 2188 + components: + - type: Transform + pos: 26.5,-1.5 + parent: 2 + - uid: 2189 + components: + - type: Transform + pos: 26.5,-0.5 + parent: 2 + - uid: 2190 + components: + - type: Transform + pos: 26.5,0.5 + parent: 2 + - uid: 2191 + components: + - type: Transform + pos: 26.5,1.5 + parent: 2 + - uid: 2192 + components: + - type: Transform + pos: 27.5,1.5 + parent: 2 + - uid: 2193 + components: + - type: Transform + pos: 28.5,1.5 + parent: 2 + - uid: 2194 + components: + - type: Transform + pos: 29.5,1.5 + parent: 2 + - uid: 2195 + components: + - type: Transform + pos: 30.5,1.5 + parent: 2 + - uid: 2196 + components: + - type: Transform + pos: 30.5,0.5 + parent: 2 + - uid: 2197 + components: + - type: Transform + pos: 30.5,-0.5 + parent: 2 + - uid: 2198 + components: + - type: Transform + pos: 27.5,-1.5 + parent: 2 + - uid: 2199 + components: + - type: Transform + pos: 25.5,-10.5 + parent: 2 + - uid: 2200 + components: + - type: Transform + pos: 24.5,-10.5 + parent: 2 + - uid: 2201 + components: + - type: Transform + pos: 23.5,-10.5 + parent: 2 + - uid: 2202 + components: + - type: Transform + pos: 22.5,-10.5 + parent: 2 + - uid: 2203 + components: + - type: Transform + pos: 21.5,-10.5 + parent: 2 + - uid: 2204 + components: + - type: Transform + pos: 21.5,-11.5 + parent: 2 + - uid: 2206 + components: + - type: Transform + pos: 19.5,-11.5 + parent: 2 + - uid: 2207 + components: + - type: Transform + pos: 18.5,-11.5 + parent: 2 + - uid: 2208 + components: + - type: Transform + pos: 22.5,-9.5 + parent: 2 + - uid: 2209 + components: + - type: Transform + pos: 22.5,-8.5 + parent: 2 + - uid: 2210 + components: + - type: Transform + pos: 22.5,-7.5 + parent: 2 + - uid: 2211 + components: + - type: Transform + pos: 21.5,-7.5 + parent: 2 + - uid: 2212 + components: + - type: Transform + pos: 20.5,-7.5 + parent: 2 + - uid: 2213 + components: + - type: Transform + pos: 19.5,-7.5 + parent: 2 + - uid: 2214 + components: + - type: Transform + pos: 22.5,-6.5 + parent: 2 + - uid: 2215 + components: + - type: Transform + pos: 22.5,-11.5 + parent: 2 + - uid: 2216 + components: + - type: Transform + pos: 22.5,-12.5 + parent: 2 + - uid: 2217 + components: + - type: Transform + pos: 22.5,-13.5 + parent: 2 + - uid: 2218 + components: + - type: Transform + pos: 22.5,-14.5 + parent: 2 + - uid: 2219 + components: + - type: Transform + pos: 22.5,-15.5 + parent: 2 + - uid: 2220 + components: + - type: Transform + pos: 22.5,-16.5 + parent: 2 + - uid: 2223 + components: + - type: Transform + pos: 19.5,-15.5 + parent: 2 + - uid: 2224 + components: + - type: Transform + pos: 18.5,-15.5 + parent: 2 + - uid: 2225 + components: + - type: Transform + pos: 23.5,-15.5 + parent: 2 + - uid: 2226 + components: + - type: Transform + pos: 24.5,-15.5 + parent: 2 + - uid: 2227 + components: + - type: Transform + pos: 23.5,-12.5 + parent: 2 + - uid: 2228 + components: + - type: Transform + pos: 24.5,-12.5 + parent: 2 + - uid: 2229 + components: + - type: Transform + pos: 25.5,-15.5 + parent: 2 + - uid: 2230 + components: + - type: Transform + pos: 26.5,-15.5 + parent: 2 + - uid: 2231 + components: + - type: Transform + pos: 26.5,-16.5 + parent: 2 + - uid: 2232 + components: + - type: Transform + pos: 23.5,-7.5 + parent: 2 + - uid: 2233 + components: + - type: Transform + pos: 19.5,9.5 + parent: 2 + - uid: 2234 + components: + - type: Transform + pos: 20.5,9.5 + parent: 2 + - uid: 2235 + components: + - type: Transform + pos: 21.5,9.5 + parent: 2 + - uid: 2236 + components: + - type: Transform + pos: 22.5,9.5 + parent: 2 + - uid: 2237 + components: + - type: Transform + pos: 23.5,9.5 + parent: 2 + - uid: 2238 + components: + - type: Transform + pos: 24.5,9.5 + parent: 2 + - uid: 2239 + components: + - type: Transform + pos: 21.5,8.5 + parent: 2 + - uid: 2240 + components: + - type: Transform + pos: 21.5,7.5 + parent: 2 + - uid: 2241 + components: + - type: Transform + pos: 21.5,6.5 + parent: 2 + - uid: 2242 + components: + - type: Transform + pos: 21.5,5.5 + parent: 2 + - uid: 2243 + components: + - type: Transform + pos: 22.5,5.5 + parent: 2 + - uid: 2244 + components: + - type: Transform + pos: 23.5,5.5 + parent: 2 + - uid: 2245 + components: + - type: Transform + pos: 24.5,5.5 + parent: 2 + - uid: 2246 + components: + - type: Transform + pos: 24.5,4.5 + parent: 2 + - uid: 2247 + components: + - type: Transform + pos: 24.5,3.5 + parent: 2 + - uid: 2248 + components: + - type: Transform + pos: 24.5,8.5 + parent: 2 + - uid: 2249 + components: + - type: Transform + pos: 24.5,7.5 + parent: 2 + - uid: 2250 + components: + - type: Transform + pos: 18.5,3.5 + parent: 2 + - uid: 2251 + components: + - type: Transform + pos: 18.5,4.5 + parent: 2 + - uid: 2252 + components: + - type: Transform + pos: 18.5,5.5 + parent: 2 + - uid: 2253 + components: + - type: Transform + pos: 18.5,6.5 + parent: 2 + - uid: 2254 + components: + - type: Transform + pos: 17.5,5.5 + parent: 2 + - uid: 2255 + components: + - type: Transform + pos: 16.5,5.5 + parent: 2 + - uid: 2256 + components: + - type: Transform + pos: 15.5,5.5 + parent: 2 + - uid: 3871 + components: + - type: Transform + pos: 44.5,32.5 + parent: 2 + - uid: 3872 + components: + - type: Transform + pos: 43.5,32.5 + parent: 2 + - uid: 3873 + components: + - type: Transform + pos: 42.5,32.5 + parent: 2 + - uid: 3874 + components: + - type: Transform + pos: 41.5,32.5 + parent: 2 + - uid: 3875 + components: + - type: Transform + pos: 40.5,32.5 + parent: 2 + - uid: 3876 + components: + - type: Transform + pos: 39.5,32.5 + parent: 2 + - uid: 3877 + components: + - type: Transform + pos: 38.5,32.5 + parent: 2 + - uid: 3878 + components: + - type: Transform + pos: 41.5,31.5 + parent: 2 + - uid: 3879 + components: + - type: Transform + pos: 41.5,30.5 + parent: 2 + - uid: 3880 + components: + - type: Transform + pos: 39.5,31.5 + parent: 2 + - uid: 3881 + components: + - type: Transform + pos: 39.5,30.5 + parent: 2 + - uid: 3882 + components: + - type: Transform + pos: 43.5,31.5 + parent: 2 + - uid: 3883 + components: + - type: Transform + pos: 43.5,30.5 + parent: 2 + - uid: 3884 + components: + - type: Transform + pos: 45.5,32.5 + parent: 2 + - uid: 3885 + components: + - type: Transform + pos: 45.5,33.5 + parent: 2 + - uid: 3886 + components: + - type: Transform + pos: 45.5,34.5 + parent: 2 + - uid: 3887 + components: + - type: Transform + pos: 45.5,35.5 + parent: 2 + - uid: 3888 + components: + - type: Transform + pos: 44.5,35.5 + parent: 2 + - uid: 3889 + components: + - type: Transform + pos: 43.5,35.5 + parent: 2 + - uid: 3890 + components: + - type: Transform + pos: 42.5,35.5 + parent: 2 + - uid: 3891 + components: + - type: Transform + pos: 41.5,35.5 + parent: 2 + - uid: 3892 + components: + - type: Transform + pos: 40.5,35.5 + parent: 2 + - uid: 3893 + components: + - type: Transform + pos: 39.5,35.5 + parent: 2 + - uid: 3894 + components: + - type: Transform + pos: 46.5,35.5 + parent: 2 + - uid: 3895 + components: + - type: Transform + pos: 46.5,36.5 + parent: 2 + - uid: 3896 + components: + - type: Transform + pos: 46.5,37.5 + parent: 2 + - uid: 3897 + components: + - type: Transform + pos: 46.5,38.5 + parent: 2 + - uid: 3898 + components: + - type: Transform + pos: 46.5,39.5 + parent: 2 + - uid: 3899 + components: + - type: Transform + pos: 45.5,39.5 + parent: 2 + - uid: 3900 + components: + - type: Transform + pos: 45.5,40.5 + parent: 2 + - uid: 3902 + components: + - type: Transform + pos: 52.5,34.5 + parent: 2 + - uid: 3903 + components: + - type: Transform + pos: 52.5,35.5 + parent: 2 + - uid: 3904 + components: + - type: Transform + pos: 52.5,36.5 + parent: 2 + - uid: 3905 + components: + - type: Transform + pos: 53.5,36.5 + parent: 2 + - uid: 3906 + components: + - type: Transform + pos: 53.5,37.5 + parent: 2 + - uid: 3907 + components: + - type: Transform + pos: 53.5,38.5 + parent: 2 + - uid: 3908 + components: + - type: Transform + pos: 53.5,39.5 + parent: 2 + - uid: 3909 + components: + - type: Transform + pos: 53.5,40.5 + parent: 2 + - uid: 3910 + components: + - type: Transform + pos: 53.5,41.5 + parent: 2 + - uid: 3911 + components: + - type: Transform + pos: 53.5,42.5 + parent: 2 + - uid: 3912 + components: + - type: Transform + pos: 53.5,43.5 + parent: 2 + - uid: 3913 + components: + - type: Transform + pos: 52.5,40.5 + parent: 2 + - uid: 3914 + components: + - type: Transform + pos: 51.5,40.5 + parent: 2 + - uid: 3915 + components: + - type: Transform + pos: 52.5,38.5 + parent: 2 + - uid: 3916 + components: + - type: Transform + pos: 51.5,38.5 + parent: 2 + - uid: 3917 + components: + - type: Transform + pos: 50.5,38.5 + parent: 2 + - uid: 3918 + components: + - type: Transform + pos: 49.5,38.5 + parent: 2 + - uid: 3919 + components: + - type: Transform + pos: 54.5,38.5 + parent: 2 + - uid: 3920 + components: + - type: Transform + pos: 55.5,38.5 + parent: 2 + - uid: 3921 + components: + - type: Transform + pos: 54.5,36.5 + parent: 2 + - uid: 3922 + components: + - type: Transform + pos: 48.5,30.5 + parent: 2 + - uid: 3923 + components: + - type: Transform + pos: 49.5,30.5 + parent: 2 + - uid: 3924 + components: + - type: Transform + pos: 50.5,30.5 + parent: 2 + - uid: 3925 + components: + - type: Transform + pos: 51.5,30.5 + parent: 2 + - uid: 3926 + components: + - type: Transform + pos: 52.5,30.5 + parent: 2 + - uid: 3927 + components: + - type: Transform + pos: 51.5,31.5 + parent: 2 + - uid: 3928 + components: + - type: Transform + pos: 51.5,32.5 + parent: 2 + - uid: 3929 + components: + - type: Transform + pos: 49.5,31.5 + parent: 2 + - uid: 3930 + components: + - type: Transform + pos: 49.5,32.5 + parent: 2 + - uid: 3931 + components: + - type: Transform + pos: 49.5,33.5 + parent: 2 + - uid: 3932 + components: + - type: Transform + pos: 52.5,31.5 + parent: 2 + - uid: 3933 + components: + - type: Transform + pos: 52.5,32.5 + parent: 2 + - uid: 3934 + components: + - type: Transform + pos: 45.5,31.5 + parent: 2 + - uid: 3935 + components: + - type: Transform + pos: 45.5,30.5 + parent: 2 + - uid: 3936 + components: + - type: Transform + pos: 45.5,29.5 + parent: 2 + - uid: 3937 + components: + - type: Transform + pos: 45.5,28.5 + parent: 2 + - uid: 3938 + components: + - type: Transform + pos: 45.5,27.5 + parent: 2 + - uid: 3939 + components: + - type: Transform + pos: 45.5,26.5 + parent: 2 + - uid: 3940 + components: + - type: Transform + pos: 44.5,26.5 + parent: 2 + - uid: 3941 + components: + - type: Transform + pos: 43.5,26.5 + parent: 2 + - uid: 3942 + components: + - type: Transform + pos: 42.5,26.5 + parent: 2 + - uid: 3943 + components: + - type: Transform + pos: 41.5,26.5 + parent: 2 + - uid: 3944 + components: + - type: Transform + pos: 40.5,26.5 + parent: 2 + - uid: 3945 + components: + - type: Transform + pos: 39.5,26.5 + parent: 2 + - uid: 3946 + components: + - type: Transform + pos: 38.5,26.5 + parent: 2 + - uid: 3947 + components: + - type: Transform + pos: 41.5,27.5 + parent: 2 + - uid: 3948 + components: + - type: Transform + pos: 41.5,28.5 + parent: 2 + - uid: 3949 + components: + - type: Transform + pos: 41.5,29.5 + parent: 2 + - uid: 3950 + components: + - type: Transform + pos: 46.5,27.5 + parent: 2 + - uid: 3951 + components: + - type: Transform + pos: 47.5,27.5 + parent: 2 + - uid: 3952 + components: + - type: Transform + pos: 48.5,27.5 + parent: 2 + - uid: 3953 + components: + - type: Transform + pos: 49.5,27.5 + parent: 2 + - uid: 3954 + components: + - type: Transform + pos: 50.5,27.5 + parent: 2 + - uid: 3955 + components: + - type: Transform + pos: 51.5,27.5 + parent: 2 + - uid: 3956 + components: + - type: Transform + pos: 52.5,27.5 + parent: 2 + - uid: 3957 + components: + - type: Transform + pos: 53.5,27.5 + parent: 2 + - uid: 3958 + components: + - type: Transform + pos: 54.5,27.5 + parent: 2 + - uid: 3959 + components: + - type: Transform + pos: 46.5,31.5 + parent: 2 + - uid: 3960 + components: + - type: Transform + pos: 45.5,25.5 + parent: 2 + - uid: 3961 + components: + - type: Transform + pos: 44.5,15.5 + parent: 2 + - uid: 3962 + components: + - type: Transform + pos: 44.5,16.5 + parent: 2 + - uid: 3963 + components: + - type: Transform + pos: 44.5,17.5 + parent: 2 + - uid: 3964 + components: + - type: Transform + pos: 44.5,18.5 + parent: 2 + - uid: 3965 + components: + - type: Transform + pos: 44.5,19.5 + parent: 2 + - uid: 3966 + components: + - type: Transform + pos: 44.5,20.5 + parent: 2 + - uid: 3967 + components: + - type: Transform + pos: 44.5,21.5 + parent: 2 + - uid: 3968 + components: + - type: Transform + pos: 44.5,22.5 + parent: 2 + - uid: 3969 + components: + - type: Transform + pos: 44.5,23.5 + parent: 2 + - uid: 3970 + components: + - type: Transform + pos: 43.5,19.5 + parent: 2 + - uid: 3971 + components: + - type: Transform + pos: 42.5,19.5 + parent: 2 + - uid: 3972 + components: + - type: Transform + pos: 41.5,19.5 + parent: 2 + - uid: 3973 + components: + - type: Transform + pos: 40.5,19.5 + parent: 2 + - uid: 3974 + components: + - type: Transform + pos: 39.5,19.5 + parent: 2 + - uid: 3975 + components: + - type: Transform + pos: 43.5,16.5 + parent: 2 + - uid: 3976 + components: + - type: Transform + pos: 42.5,16.5 + parent: 2 + - uid: 3977 + components: + - type: Transform + pos: 41.5,16.5 + parent: 2 + - uid: 3978 + components: + - type: Transform + pos: 40.5,16.5 + parent: 2 + - uid: 3980 + components: + - type: Transform + pos: 43.5,21.5 + parent: 2 + - uid: 3981 + components: + - type: Transform + pos: 49.5,25.5 + parent: 2 + - uid: 3982 + components: + - type: Transform + pos: 49.5,24.5 + parent: 2 + - uid: 3983 + components: + - type: Transform + pos: 49.5,23.5 + parent: 2 + - uid: 3984 + components: + - type: Transform + pos: 48.5,23.5 + parent: 2 + - uid: 3985 + components: + - type: Transform + pos: 47.5,23.5 + parent: 2 + - uid: 3986 + components: + - type: Transform + pos: 46.5,23.5 + parent: 2 + - uid: 3987 + components: + - type: Transform + pos: 48.5,22.5 + parent: 2 + - uid: 3988 + components: + - type: Transform + pos: 48.5,21.5 + parent: 2 + - uid: 3989 + components: + - type: Transform + pos: 48.5,20.5 + parent: 2 + - uid: 3990 + components: + - type: Transform + pos: 48.5,19.5 + parent: 2 + - uid: 3991 + components: + - type: Transform + pos: 48.5,18.5 + parent: 2 + - uid: 3992 + components: + - type: Transform + pos: 48.5,17.5 + parent: 2 + - uid: 3993 + components: + - type: Transform + pos: 49.5,19.5 + parent: 2 + - uid: 3994 + components: + - type: Transform + pos: 50.5,19.5 + parent: 2 + - uid: 3995 + components: + - type: Transform + pos: 51.5,19.5 + parent: 2 + - uid: 3996 + components: + - type: Transform + pos: 52.5,19.5 + parent: 2 + - uid: 3997 + components: + - type: Transform + pos: 51.5,18.5 + parent: 2 + - uid: 3998 + components: + - type: Transform + pos: 51.5,17.5 + parent: 2 + - uid: 3999 + components: + - type: Transform + pos: 51.5,20.5 + parent: 2 + - uid: 4000 + components: + - type: Transform + pos: 50.5,23.5 + parent: 2 + - uid: 4001 + components: + - type: Transform + pos: 51.5,23.5 + parent: 2 + - uid: 4002 + components: + - type: Transform + pos: 52.5,23.5 + parent: 2 + - uid: 4003 + components: + - type: Transform + pos: 53.5,23.5 + parent: 2 + - uid: 4004 + components: + - type: Transform + pos: 59.5,18.5 + parent: 2 + - uid: 4005 + components: + - type: Transform + pos: 58.5,18.5 + parent: 2 + - uid: 4006 + components: + - type: Transform + pos: 57.5,18.5 + parent: 2 + - uid: 4007 + components: + - type: Transform + pos: 56.5,18.5 + parent: 2 + - uid: 4008 + components: + - type: Transform + pos: 55.5,18.5 + parent: 2 + - uid: 4009 + components: + - type: Transform + pos: 54.5,18.5 + parent: 2 + - uid: 4010 + components: + - type: Transform + pos: 56.5,17.5 + parent: 2 + - uid: 4011 + components: + - type: Transform + pos: 56.5,16.5 + parent: 2 + - uid: 4012 + components: + - type: Transform + pos: 56.5,19.5 + parent: 2 + - uid: 4013 + components: + - type: Transform + pos: 56.5,20.5 + parent: 2 + - uid: 4014 + components: + - type: Transform + pos: 56.5,21.5 + parent: 2 + - uid: 4015 + components: + - type: Transform + pos: 56.5,22.5 + parent: 2 + - uid: 4016 + components: + - type: Transform + pos: 56.5,23.5 + parent: 2 + - uid: 4017 + components: + - type: Transform + pos: 56.5,24.5 + parent: 2 + - uid: 4018 + components: + - type: Transform + pos: 57.5,24.5 + parent: 2 + - uid: 4019 + components: + - type: Transform + pos: 57.5,25.5 + parent: 2 + - uid: 4020 + components: + - type: Transform + pos: 57.5,26.5 + parent: 2 + - uid: 4021 + components: + - type: Transform + pos: 57.5,27.5 + parent: 2 + - uid: 4022 + components: + - type: Transform + pos: 57.5,28.5 + parent: 2 + - uid: 4023 + components: + - type: Transform + pos: 58.5,24.5 + parent: 2 + - uid: 4024 + components: + - type: Transform + pos: 59.5,24.5 + parent: 2 + - uid: 4025 + components: + - type: Transform + pos: 60.5,24.5 + parent: 2 + - uid: 4026 + components: + - type: Transform + pos: 61.5,24.5 + parent: 2 + - uid: 4027 + components: + - type: Transform + pos: 62.5,24.5 + parent: 2 + - uid: 4028 + components: + - type: Transform + pos: 61.5,25.5 + parent: 2 + - uid: 4029 + components: + - type: Transform + pos: 61.5,26.5 + parent: 2 + - uid: 4030 + components: + - type: Transform + pos: 61.5,27.5 + parent: 2 + - uid: 4031 + components: + - type: Transform + pos: 57.5,21.5 + parent: 2 + - uid: 4032 + components: + - type: Transform + pos: 58.5,21.5 + parent: 2 + - uid: 4033 + components: + - type: Transform + pos: 59.5,21.5 + parent: 2 + - uid: 4034 + components: + - type: Transform + pos: 60.5,21.5 + parent: 2 + - uid: 4035 + components: + - type: Transform + pos: 61.5,21.5 + parent: 2 + - uid: 4036 + components: + - type: Transform + pos: 62.5,21.5 + parent: 2 + - uid: 4037 + components: + - type: Transform + pos: 57.5,16.5 + parent: 2 + - uid: 4038 + components: + - type: Transform + pos: 58.5,16.5 + parent: 2 + - uid: 4039 + components: + - type: Transform + pos: 54.5,16.5 + parent: 2 + - uid: 4040 + components: + - type: Transform + pos: 55.5,16.5 + parent: 2 + - uid: 4041 + components: + - type: Transform + pos: 54.5,23.5 + parent: 2 + - uid: 4042 + components: + - type: Transform + pos: 54.5,22.5 + parent: 2 + - uid: 4043 + components: + - type: Transform + pos: 54.5,21.5 + parent: 2 + - uid: 5198 + components: + - type: Transform + pos: 51.5,78.5 + parent: 2 + - uid: 5199 + components: + - type: Transform + pos: 54.5,81.5 + parent: 2 + - uid: 5200 + components: + - type: Transform + pos: 51.5,81.5 + parent: 2 + - uid: 5299 + components: + - type: Transform + pos: 53.5,81.5 + parent: 2 + - uid: 5300 + components: + - type: Transform + pos: 52.5,81.5 + parent: 2 + - uid: 5405 + components: + - type: Transform + pos: 64.5,6.5 + parent: 2 + - uid: 5406 + components: + - type: Transform + pos: 65.5,6.5 + parent: 2 + - uid: 5407 + components: + - type: Transform + pos: 66.5,6.5 + parent: 2 + - uid: 5408 + components: + - type: Transform + pos: 67.5,6.5 + parent: 2 + - uid: 5409 + components: + - type: Transform + pos: 68.5,6.5 + parent: 2 + - uid: 5410 + components: + - type: Transform + pos: 65.5,7.5 + parent: 2 + - uid: 5411 + components: + - type: Transform + pos: 65.5,8.5 + parent: 2 + - uid: 5412 + components: + - type: Transform + pos: 65.5,9.5 + parent: 2 + - uid: 5413 + components: + - type: Transform + pos: 65.5,10.5 + parent: 2 + - uid: 5414 + components: + - type: Transform + pos: 66.5,9.5 + parent: 2 + - uid: 5415 + components: + - type: Transform + pos: 67.5,9.5 + parent: 2 + - uid: 5416 + components: + - type: Transform + pos: 68.5,9.5 + parent: 2 + - uid: 5417 + components: + - type: Transform + pos: 64.5,9.5 + parent: 2 + - uid: 5568 + components: + - type: Transform + pos: 78.5,14.5 + parent: 2 + - uid: 5569 + components: + - type: Transform + pos: 78.5,15.5 + parent: 2 + - uid: 5570 + components: + - type: Transform + pos: 78.5,16.5 + parent: 2 + - uid: 5571 + components: + - type: Transform + pos: 78.5,17.5 + parent: 2 + - uid: 5572 + components: + - type: Transform + pos: 78.5,18.5 + parent: 2 + - uid: 5573 + components: + - type: Transform + pos: 78.5,19.5 + parent: 2 + - uid: 5574 + components: + - type: Transform + pos: 79.5,17.5 + parent: 2 + - uid: 5575 + components: + - type: Transform + pos: 80.5,17.5 + parent: 2 + - uid: 5576 + components: + - type: Transform + pos: 81.5,17.5 + parent: 2 + - uid: 5577 + components: + - type: Transform + pos: 77.5,17.5 + parent: 2 + - uid: 5578 + components: + - type: Transform + pos: 76.5,17.5 + parent: 2 + - uid: 5579 + components: + - type: Transform + pos: 75.5,17.5 + parent: 2 + - uid: 5580 + components: + - type: Transform + pos: 74.5,17.5 + parent: 2 + - uid: 5581 + components: + - type: Transform + pos: 73.5,17.5 + parent: 2 + - uid: 5582 + components: + - type: Transform + pos: 75.5,16.5 + parent: 2 + - uid: 5583 + components: + - type: Transform + pos: 75.5,18.5 + parent: 2 + - uid: 6016 + components: + - type: Transform + pos: 55.5,5.5 + parent: 2 + - uid: 6017 + components: + - type: Transform + pos: 55.5,4.5 + parent: 2 + - uid: 6018 + components: + - type: Transform + pos: 55.5,3.5 + parent: 2 + - uid: 6019 + components: + - type: Transform + pos: 56.5,3.5 + parent: 2 + - uid: 6020 + components: + - type: Transform + pos: 57.5,3.5 + parent: 2 + - uid: 6021 + components: + - type: Transform + pos: 58.5,3.5 + parent: 2 + - uid: 6022 + components: + - type: Transform + pos: 59.5,3.5 + parent: 2 + - uid: 6023 + components: + - type: Transform + pos: 60.5,3.5 + parent: 2 + - uid: 6024 + components: + - type: Transform + pos: 59.5,4.5 + parent: 2 + - uid: 6025 + components: + - type: Transform + pos: 59.5,6.5 + parent: 2 + - uid: 6026 + components: + - type: Transform + pos: 59.5,5.5 + parent: 2 + - uid: 6027 + components: + - type: Transform + pos: 59.5,2.5 + parent: 2 + - uid: 6028 + components: + - type: Transform + pos: 59.5,1.5 + parent: 2 + - uid: 6029 + components: + - type: Transform + pos: 55.5,6.5 + parent: 2 + - uid: 6030 + components: + - type: Transform + pos: 55.5,7.5 + parent: 2 + - uid: 6031 + components: + - type: Transform + pos: 54.5,7.5 + parent: 2 + - uid: 6032 + components: + - type: Transform + pos: 53.5,7.5 + parent: 2 + - uid: 6033 + components: + - type: Transform + pos: 52.5,7.5 + parent: 2 + - uid: 6034 + components: + - type: Transform + pos: 52.5,8.5 + parent: 2 + - uid: 6035 + components: + - type: Transform + pos: 53.5,5.5 + parent: 2 + - uid: 6036 + components: + - type: Transform + pos: 53.5,6.5 + parent: 2 + - uid: 6037 + components: + - type: Transform + pos: 53.5,4.5 + parent: 2 + - uid: 6038 + components: + - type: Transform + pos: 53.5,3.5 + parent: 2 + - uid: 6039 + components: + - type: Transform + pos: 53.5,2.5 + parent: 2 + - uid: 6040 + components: + - type: Transform + pos: 54.5,0.5 + parent: 2 + - uid: 6041 + components: + - type: Transform + pos: 53.5,0.5 + parent: 2 + - uid: 6042 + components: + - type: Transform + pos: 52.5,0.5 + parent: 2 + - uid: 6043 + components: + - type: Transform + pos: 53.5,-0.5 + parent: 2 + - uid: 6044 + components: + - type: Transform + pos: 53.5,-1.5 + parent: 2 + - uid: 6046 + components: + - type: Transform + pos: 53.5,-3.5 + parent: 2 + - uid: 6047 + components: + - type: Transform + pos: 53.5,-4.5 + parent: 2 + - uid: 6048 + components: + - type: Transform + pos: 53.5,-5.5 + parent: 2 + - uid: 6049 + components: + - type: Transform + pos: 54.5,-3.5 + parent: 2 + - uid: 6050 + components: + - type: Transform + pos: 55.5,-3.5 + parent: 2 + - uid: 6051 + components: + - type: Transform + pos: 56.5,-3.5 + parent: 2 + - uid: 6052 + components: + - type: Transform + pos: 55.5,-2.5 + parent: 2 + - uid: 6053 + components: + - type: Transform + pos: 55.5,-1.5 + parent: 2 + - uid: 6055 + components: + - type: Transform + pos: 55.5,0.5 + parent: 2 + - uid: 6056 + components: + - type: Transform + pos: 55.5,-4.5 + parent: 2 + - uid: 6057 + components: + - type: Transform + pos: 55.5,-5.5 + parent: 2 + - uid: 6058 + components: + - type: Transform + pos: 47.5,-2.5 + parent: 2 + - uid: 6059 + components: + - type: Transform + pos: 47.5,-3.5 + parent: 2 + - uid: 6060 + components: + - type: Transform + pos: 47.5,-4.5 + parent: 2 + - uid: 6061 + components: + - type: Transform + pos: 46.5,-2.5 + parent: 2 + - uid: 6062 + components: + - type: Transform + pos: 46.5,-3.5 + parent: 2 + - uid: 6063 + components: + - type: Transform + pos: 46.5,-4.5 + parent: 2 + - uid: 6064 + components: + - type: Transform + pos: 45.5,-4.5 + parent: 2 + - uid: 6065 + components: + - type: Transform + pos: 44.5,-4.5 + parent: 2 + - uid: 6066 + components: + - type: Transform + pos: 43.5,-4.5 + parent: 2 + - uid: 6067 + components: + - type: Transform + pos: 42.5,-4.5 + parent: 2 + - uid: 6068 + components: + - type: Transform + pos: 41.5,-4.5 + parent: 2 + - uid: 6069 + components: + - type: Transform + pos: 40.5,-4.5 + parent: 2 + - uid: 6070 + components: + - type: Transform + pos: 39.5,-4.5 + parent: 2 + - uid: 6071 + components: + - type: Transform + pos: 38.5,-4.5 + parent: 2 + - uid: 6072 + components: + - type: Transform + pos: 37.5,-4.5 + parent: 2 + - uid: 6073 + components: + - type: Transform + pos: 36.5,-4.5 + parent: 2 + - uid: 6074 + components: + - type: Transform + pos: 35.5,-4.5 + parent: 2 + - uid: 6075 + components: + - type: Transform + pos: 37.5,-3.5 + parent: 2 + - uid: 6076 + components: + - type: Transform + pos: 37.5,-2.5 + parent: 2 + - uid: 6077 + components: + - type: Transform + pos: 42.5,-2.5 + parent: 2 + - uid: 6078 + components: + - type: Transform + pos: 42.5,-3.5 + parent: 2 + - uid: 6079 + components: + - type: Transform + pos: 40.5,-2.5 + parent: 2 + - uid: 6080 + components: + - type: Transform + pos: 40.5,-3.5 + parent: 2 + - uid: 6081 + components: + - type: Transform + pos: 45.5,-5.5 + parent: 2 + - uid: 6082 + components: + - type: Transform + pos: 45.5,-6.5 + parent: 2 + - uid: 6083 + components: + - type: Transform + pos: 45.5,-7.5 + parent: 2 + - uid: 6084 + components: + - type: Transform + pos: 45.5,-8.5 + parent: 2 + - uid: 6085 + components: + - type: Transform + pos: 45.5,-9.5 + parent: 2 + - uid: 6086 + components: + - type: Transform + pos: 45.5,-10.5 + parent: 2 + - uid: 6087 + components: + - type: Transform + pos: 48.5,-5.5 + parent: 2 + - uid: 6088 + components: + - type: Transform + pos: 48.5,-6.5 + parent: 2 + - uid: 6089 + components: + - type: Transform + pos: 48.5,-4.5 + parent: 2 + - uid: 6090 + components: + - type: Transform + pos: 49.5,-4.5 + parent: 2 + - uid: 6091 + components: + - type: Transform + pos: 50.5,-4.5 + parent: 2 + - uid: 6092 + components: + - type: Transform + pos: 50.5,-3.5 + parent: 2 + - uid: 6093 + components: + - type: Transform + pos: 50.5,-2.5 + parent: 2 + - uid: 6094 + components: + - type: Transform + pos: 50.5,-1.5 + parent: 2 + - uid: 6095 + components: + - type: Transform + pos: 50.5,-0.5 + parent: 2 + - uid: 6096 + components: + - type: Transform + pos: 50.5,0.5 + parent: 2 + - uid: 6097 + components: + - type: Transform + pos: 49.5,-0.5 + parent: 2 + - uid: 6098 + components: + - type: Transform + pos: 48.5,-0.5 + parent: 2 + - uid: 6099 + components: + - type: Transform + pos: 47.5,-0.5 + parent: 2 + - uid: 6100 + components: + - type: Transform + pos: 46.5,-0.5 + parent: 2 + - uid: 6101 + components: + - type: Transform + pos: 45.5,-0.5 + parent: 2 + - uid: 6102 + components: + - type: Transform + pos: 44.5,-0.5 + parent: 2 + - uid: 6103 + components: + - type: Transform + pos: 41.5,-5.5 + parent: 2 + - uid: 6104 + components: + - type: Transform + pos: 41.5,-6.5 + parent: 2 + - uid: 6105 + components: + - type: Transform + pos: 41.5,-7.5 + parent: 2 + - uid: 6106 + components: + - type: Transform + pos: 41.5,-8.5 + parent: 2 + - uid: 6107 + components: + - type: Transform + pos: 40.5,-7.5 + parent: 2 + - uid: 6108 + components: + - type: Transform + pos: 39.5,-7.5 + parent: 2 + - uid: 6109 + components: + - type: Transform + pos: 42.5,-6.5 + parent: 2 + - uid: 6110 + components: + - type: Transform + pos: 43.5,-6.5 + parent: 2 + - uid: 6111 + components: + - type: Transform + pos: 42.5,-8.5 + parent: 2 + - uid: 6112 + components: + - type: Transform + pos: 44.5,5.5 + parent: 2 + - uid: 6113 + components: + - type: Transform + pos: 44.5,4.5 + parent: 2 + - uid: 6114 + components: + - type: Transform + pos: 44.5,3.5 + parent: 2 + - uid: 6115 + components: + - type: Transform + pos: 44.5,2.5 + parent: 2 + - uid: 6116 + components: + - type: Transform + pos: 43.5,3.5 + parent: 2 + - uid: 6117 + components: + - type: Transform + pos: 42.5,3.5 + parent: 2 + - uid: 6118 + components: + - type: Transform + pos: 41.5,3.5 + parent: 2 + - uid: 6119 + components: + - type: Transform + pos: 40.5,3.5 + parent: 2 + - uid: 6120 + components: + - type: Transform + pos: 39.5,3.5 + parent: 2 + - uid: 6121 + components: + - type: Transform + pos: 38.5,3.5 + parent: 2 + - uid: 6122 + components: + - type: Transform + pos: 37.5,3.5 + parent: 2 + - uid: 6123 + components: + - type: Transform + pos: 36.5,3.5 + parent: 2 + - uid: 6124 + components: + - type: Transform + pos: 35.5,3.5 + parent: 2 + - uid: 6125 + components: + - type: Transform + pos: 36.5,4.5 + parent: 2 + - uid: 6126 + components: + - type: Transform + pos: 36.5,5.5 + parent: 2 + - uid: 6127 + components: + - type: Transform + pos: 36.5,6.5 + parent: 2 + - uid: 6128 + components: + - type: Transform + pos: 37.5,6.5 + parent: 2 + - uid: 6129 + components: + - type: Transform + pos: 37.5,7.5 + parent: 2 + - uid: 6130 + components: + - type: Transform + pos: 37.5,8.5 + parent: 2 + - uid: 6131 + components: + - type: Transform + pos: 37.5,9.5 + parent: 2 + - uid: 6132 + components: + - type: Transform + pos: 37.5,10.5 + parent: 2 + - uid: 6133 + components: + - type: Transform + pos: 36.5,9.5 + parent: 2 + - uid: 6134 + components: + - type: Transform + pos: 35.5,9.5 + parent: 2 + - uid: 6135 + components: + - type: Transform + pos: 38.5,9.5 + parent: 2 + - uid: 6136 + components: + - type: Transform + pos: 35.5,6.5 + parent: 2 + - uid: 6137 + components: + - type: Transform + pos: 34.5,6.5 + parent: 2 + - uid: 6138 + components: + - type: Transform + pos: 35.5,4.5 + parent: 2 + - uid: 6139 + components: + - type: Transform + pos: 34.5,4.5 + parent: 2 + - uid: 6140 + components: + - type: Transform + pos: 36.5,2.5 + parent: 2 + - uid: 6141 + components: + - type: Transform + pos: 36.5,1.5 + parent: 2 + - uid: 6142 + components: + - type: Transform + pos: 36.5,0.5 + parent: 2 + - uid: 6143 + components: + - type: Transform + pos: 36.5,-0.5 + parent: 2 + - uid: 6144 + components: + - type: Transform + pos: 38.5,1.5 + parent: 2 + - uid: 6145 + components: + - type: Transform + pos: 38.5,0.5 + parent: 2 + - uid: 6146 + components: + - type: Transform + pos: 38.5,-0.5 + parent: 2 + - uid: 6147 + components: + - type: Transform + pos: 38.5,2.5 + parent: 2 + - uid: 6148 + components: + - type: Transform + pos: 42.5,2.5 + parent: 2 + - uid: 6149 + components: + - type: Transform + pos: 42.5,1.5 + parent: 2 + - uid: 6150 + components: + - type: Transform + pos: 42.5,0.5 + parent: 2 + - uid: 6151 + components: + - type: Transform + pos: 42.5,-0.5 + parent: 2 + - uid: 6152 + components: + - type: Transform + pos: 42.5,10.5 + parent: 2 + - uid: 6153 + components: + - type: Transform + pos: 42.5,9.5 + parent: 2 + - uid: 6154 + components: + - type: Transform + pos: 42.5,8.5 + parent: 2 + - uid: 6155 + components: + - type: Transform + pos: 42.5,7.5 + parent: 2 + - uid: 6156 + components: + - type: Transform + pos: 42.5,6.5 + parent: 2 + - uid: 6157 + components: + - type: Transform + pos: 41.5,8.5 + parent: 2 + - uid: 6158 + components: + - type: Transform + pos: 40.5,8.5 + parent: 2 + - uid: 6159 + components: + - type: Transform + pos: 41.5,6.5 + parent: 2 + - uid: 6160 + components: + - type: Transform + pos: 40.5,6.5 + parent: 2 + - uid: 6161 + components: + - type: Transform + pos: 43.5,9.5 + parent: 2 + - uid: 6162 + components: + - type: Transform + pos: 44.5,9.5 + parent: 2 + - uid: 6163 + components: + - type: Transform + pos: 43.5,7.5 + parent: 2 + - uid: 6164 + components: + - type: Transform + pos: 44.5,7.5 + parent: 2 + - uid: 6165 + components: + - type: Transform + pos: 49.5,7.5 + parent: 2 + - uid: 6166 + components: + - type: Transform + pos: 48.5,7.5 + parent: 2 + - uid: 6167 + components: + - type: Transform + pos: 47.5,7.5 + parent: 2 + - uid: 6168 + components: + - type: Transform + pos: 46.5,7.5 + parent: 2 + - uid: 6169 + components: + - type: Transform + pos: 47.5,8.5 + parent: 2 + - uid: 6170 + components: + - type: Transform + pos: 47.5,9.5 + parent: 2 + - uid: 6171 + components: + - type: Transform + pos: 47.5,10.5 + parent: 2 + - uid: 6172 + components: + - type: Transform + pos: 47.5,6.5 + parent: 2 + - uid: 6173 + components: + - type: Transform + pos: 47.5,5.5 + parent: 2 + - uid: 6174 + components: + - type: Transform + pos: 52.5,3.5 + parent: 2 + - uid: 6175 + components: + - type: Transform + pos: 51.5,3.5 + parent: 2 + - uid: 6176 + components: + - type: Transform + pos: 50.5,3.5 + parent: 2 + - uid: 6177 + components: + - type: Transform + pos: 49.5,3.5 + parent: 2 + - uid: 6178 + components: + - type: Transform + pos: 48.5,3.5 + parent: 2 + - uid: 6179 + components: + - type: Transform + pos: 47.5,3.5 + parent: 2 + - uid: 6180 + components: + - type: Transform + pos: 46.5,3.5 + parent: 2 + - uid: 6231 + components: + - type: Transform + pos: 46.5,-11.5 + parent: 2 + - uid: 6232 + components: + - type: Transform + pos: 47.5,-11.5 + parent: 2 + - uid: 6233 + components: + - type: Transform + pos: 48.5,-11.5 + parent: 2 + - uid: 6234 + components: + - type: Transform + pos: 49.5,-11.5 + parent: 2 + - uid: 6235 + components: + - type: Transform + pos: 50.5,-11.5 + parent: 2 + - uid: 6236 + components: + - type: Transform + pos: 48.5,-10.5 + parent: 2 + - uid: 6237 + components: + - type: Transform + pos: 48.5,-9.5 + parent: 2 + - uid: 6238 + components: + - type: Transform + pos: 48.5,-8.5 + parent: 2 + - uid: 6239 + components: + - type: Transform + pos: 49.5,-9.5 + parent: 2 + - uid: 6320 + components: + - type: Transform + pos: 32.5,83.5 + parent: 2 + - uid: 6573 + components: + - type: Transform + pos: 52.5,72.5 + parent: 2 + - uid: 7703 + components: + - type: Transform + pos: 10.5,18.5 + parent: 2 + - uid: 7704 + components: + - type: Transform + pos: 9.5,18.5 + parent: 2 + - uid: 7705 + components: + - type: Transform + pos: 8.5,18.5 + parent: 2 + - uid: 7823 + components: + - type: Transform + pos: 7.5,18.5 + parent: 2 + - uid: 7836 + components: + - type: Transform + pos: 6.5,18.5 + parent: 2 + - uid: 7837 + components: + - type: Transform + pos: 5.5,18.5 + parent: 2 + - uid: 7853 + components: + - type: Transform + pos: 4.5,18.5 + parent: 2 + - uid: 8036 + components: + - type: Transform + pos: 51.5,72.5 + parent: 2 + - uid: 9282 + components: + - type: Transform + pos: 37.5,83.5 + parent: 2 + - uid: 9283 + components: + - type: Transform + pos: 37.5,84.5 + parent: 2 + - uid: 9284 + components: + - type: Transform + pos: 44.5,84.5 + parent: 2 + - uid: 9285 + components: + - type: Transform + pos: 43.5,84.5 + parent: 2 + - uid: 9286 + components: + - type: Transform + pos: 42.5,84.5 + parent: 2 + - uid: 9287 + components: + - type: Transform + pos: 44.5,87.5 + parent: 2 + - uid: 9288 + components: + - type: Transform + pos: 43.5,87.5 + parent: 2 + - uid: 9496 + components: + - type: Transform + pos: 49.5,-16.5 + parent: 2 + - uid: 9579 + components: + - type: Transform + pos: 68.5,1.5 + parent: 2 + - uid: 9580 + components: + - type: Transform + pos: 68.5,2.5 + parent: 2 + - uid: 9592 + components: + - type: Transform + pos: 48.5,-16.5 + parent: 2 + - uid: 9887 + components: + - type: Transform + pos: 82.5,38.5 + parent: 2 + - uid: 9989 + components: + - type: Transform + pos: 39.5,15.5 + parent: 2 + - uid: 9990 + components: + - type: Transform + pos: 39.5,14.5 + parent: 2 + - uid: 9991 + components: + - type: Transform + pos: 39.5,13.5 + parent: 2 + - uid: 9992 + components: + - type: Transform + pos: 38.5,13.5 + parent: 2 + - uid: 9993 + components: + - type: Transform + pos: 37.5,13.5 + parent: 2 + - uid: 9994 + components: + - type: Transform + pos: 36.5,13.5 + parent: 2 + - uid: 9995 + components: + - type: Transform + pos: 35.5,13.5 + parent: 2 + - uid: 9996 + components: + - type: Transform + pos: 34.5,13.5 + parent: 2 + - uid: 9997 + components: + - type: Transform + pos: 33.5,13.5 + parent: 2 + - uid: 9998 + components: + - type: Transform + pos: 32.5,13.5 + parent: 2 + - uid: 9999 + components: + - type: Transform + pos: 31.5,13.5 + parent: 2 + - uid: 10000 + components: + - type: Transform + pos: 30.5,13.5 + parent: 2 + - uid: 10001 + components: + - type: Transform + pos: 29.5,13.5 + parent: 2 + - uid: 10002 + components: + - type: Transform + pos: 28.5,13.5 + parent: 2 + - uid: 10003 + components: + - type: Transform + pos: 27.5,13.5 + parent: 2 + - uid: 10004 + components: + - type: Transform + pos: 26.5,13.5 + parent: 2 + - uid: 10005 + components: + - type: Transform + pos: 25.5,13.5 + parent: 2 + - uid: 10006 + components: + - type: Transform + pos: 24.5,13.5 + parent: 2 + - uid: 10007 + components: + - type: Transform + pos: 23.5,13.5 + parent: 2 + - uid: 10008 + components: + - type: Transform + pos: 22.5,13.5 + parent: 2 + - uid: 10009 + components: + - type: Transform + pos: 21.5,13.5 + parent: 2 + - uid: 10010 + components: + - type: Transform + pos: 20.5,13.5 + parent: 2 + - uid: 10011 + components: + - type: Transform + pos: 19.5,13.5 + parent: 2 + - uid: 10012 + components: + - type: Transform + pos: 18.5,13.5 + parent: 2 + - uid: 10013 + components: + - type: Transform + pos: 17.5,13.5 + parent: 2 + - uid: 10014 + components: + - type: Transform + pos: 16.5,13.5 + parent: 2 + - uid: 10015 + components: + - type: Transform + pos: 15.5,13.5 + parent: 2 + - uid: 10016 + components: + - type: Transform + pos: 14.5,13.5 + parent: 2 + - uid: 10017 + components: + - type: Transform + pos: 13.5,13.5 + parent: 2 + - uid: 10018 + components: + - type: Transform + pos: 12.5,13.5 + parent: 2 + - uid: 10019 + components: + - type: Transform + pos: 12.5,14.5 + parent: 2 + - uid: 10020 + components: + - type: Transform + pos: 12.5,15.5 + parent: 2 + - uid: 10021 + components: + - type: Transform + pos: 12.5,16.5 + parent: 2 + - uid: 10022 + components: + - type: Transform + pos: 12.5,17.5 + parent: 2 + - uid: 10023 + components: + - type: Transform + pos: 12.5,18.5 + parent: 2 + - uid: 10024 + components: + - type: Transform + pos: 12.5,19.5 + parent: 2 + - uid: 10025 + components: + - type: Transform + pos: 12.5,20.5 + parent: 2 + - uid: 10026 + components: + - type: Transform + pos: 12.5,21.5 + parent: 2 + - uid: 10027 + components: + - type: Transform + pos: 12.5,22.5 + parent: 2 + - uid: 10028 + components: + - type: Transform + pos: 12.5,23.5 + parent: 2 + - uid: 10029 + components: + - type: Transform + pos: 12.5,24.5 + parent: 2 + - uid: 10030 + components: + - type: Transform + pos: 12.5,25.5 + parent: 2 + - uid: 10031 + components: + - type: Transform + pos: 12.5,26.5 + parent: 2 + - uid: 10032 + components: + - type: Transform + pos: 12.5,27.5 + parent: 2 + - uid: 10033 + components: + - type: Transform + pos: 12.5,28.5 + parent: 2 + - uid: 10034 + components: + - type: Transform + pos: 12.5,29.5 + parent: 2 + - uid: 10035 + components: + - type: Transform + pos: 12.5,30.5 + parent: 2 + - uid: 10036 + components: + - type: Transform + pos: 12.5,31.5 + parent: 2 + - uid: 10037 + components: + - type: Transform + pos: 12.5,32.5 + parent: 2 + - uid: 10038 + components: + - type: Transform + pos: 12.5,33.5 + parent: 2 + - uid: 10039 + components: + - type: Transform + pos: 12.5,34.5 + parent: 2 + - uid: 10040 + components: + - type: Transform + pos: 12.5,35.5 + parent: 2 + - uid: 10041 + components: + - type: Transform + pos: 12.5,36.5 + parent: 2 + - uid: 10042 + components: + - type: Transform + pos: 12.5,37.5 + parent: 2 + - uid: 10043 + components: + - type: Transform + pos: 13.5,37.5 + parent: 2 + - uid: 10044 + components: + - type: Transform + pos: 14.5,37.5 + parent: 2 + - uid: 10045 + components: + - type: Transform + pos: 15.5,37.5 + parent: 2 + - uid: 10046 + components: + - type: Transform + pos: 16.5,37.5 + parent: 2 + - uid: 10047 + components: + - type: Transform + pos: 17.5,37.5 + parent: 2 + - uid: 10048 + components: + - type: Transform + pos: 18.5,37.5 + parent: 2 + - uid: 10049 + components: + - type: Transform + pos: 19.5,37.5 + parent: 2 + - uid: 10050 + components: + - type: Transform + pos: 20.5,37.5 + parent: 2 + - uid: 10051 + components: + - type: Transform + pos: 21.5,37.5 + parent: 2 + - uid: 10052 + components: + - type: Transform + pos: 22.5,37.5 + parent: 2 + - uid: 10053 + components: + - type: Transform + pos: 23.5,37.5 + parent: 2 + - uid: 10054 + components: + - type: Transform + pos: 24.5,37.5 + parent: 2 + - uid: 10055 + components: + - type: Transform + pos: 25.5,37.5 + parent: 2 + - uid: 10056 + components: + - type: Transform + pos: 26.5,37.5 + parent: 2 + - uid: 10057 + components: + - type: Transform + pos: 27.5,37.5 + parent: 2 + - uid: 10058 + components: + - type: Transform + pos: 28.5,37.5 + parent: 2 + - uid: 10059 + components: + - type: Transform + pos: 29.5,37.5 + parent: 2 + - uid: 10060 + components: + - type: Transform + pos: 30.5,37.5 + parent: 2 + - uid: 10061 + components: + - type: Transform + pos: 31.5,37.5 + parent: 2 + - uid: 10062 + components: + - type: Transform + pos: 32.5,37.5 + parent: 2 + - uid: 10063 + components: + - type: Transform + pos: 33.5,37.5 + parent: 2 + - uid: 10064 + components: + - type: Transform + pos: 34.5,37.5 + parent: 2 + - uid: 10065 + components: + - type: Transform + pos: 35.5,37.5 + parent: 2 + - uid: 10066 + components: + - type: Transform + pos: 36.5,37.5 + parent: 2 + - uid: 10067 + components: + - type: Transform + pos: 36.5,38.5 + parent: 2 + - uid: 10068 + components: + - type: Transform + pos: 36.5,39.5 + parent: 2 + - uid: 10069 + components: + - type: Transform + pos: 36.5,40.5 + parent: 2 + - uid: 10070 + components: + - type: Transform + pos: 36.5,41.5 + parent: 2 + - uid: 10071 + components: + - type: Transform + pos: 36.5,42.5 + parent: 2 + - uid: 10072 + components: + - type: Transform + pos: 36.5,43.5 + parent: 2 + - uid: 10073 + components: + - type: Transform + pos: 36.5,44.5 + parent: 2 + - uid: 10074 + components: + - type: Transform + pos: 37.5,44.5 + parent: 2 + - uid: 10075 + components: + - type: Transform + pos: 38.5,44.5 + parent: 2 + - uid: 10076 + components: + - type: Transform + pos: 39.5,44.5 + parent: 2 + - uid: 10077 + components: + - type: Transform + pos: 40.5,44.5 + parent: 2 + - uid: 10078 + components: + - type: Transform + pos: 41.5,44.5 + parent: 2 + - uid: 10079 + components: + - type: Transform + pos: 42.5,44.5 + parent: 2 + - uid: 10080 + components: + - type: Transform + pos: 43.5,44.5 + parent: 2 + - uid: 10081 + components: + - type: Transform + pos: 44.5,44.5 + parent: 2 + - uid: 10082 + components: + - type: Transform + pos: 45.5,44.5 + parent: 2 + - uid: 10083 + components: + - type: Transform + pos: 46.5,44.5 + parent: 2 + - uid: 10084 + components: + - type: Transform + pos: 46.5,45.5 + parent: 2 + - uid: 10085 + components: + - type: Transform + pos: 46.5,46.5 + parent: 2 + - uid: 10086 + components: + - type: Transform + pos: 46.5,47.5 + parent: 2 + - uid: 10087 + components: + - type: Transform + pos: 46.5,48.5 + parent: 2 + - uid: 10088 + components: + - type: Transform + pos: 46.5,49.5 + parent: 2 + - uid: 10089 + components: + - type: Transform + pos: 46.5,50.5 + parent: 2 + - uid: 10090 + components: + - type: Transform + pos: 46.5,51.5 + parent: 2 + - uid: 10091 + components: + - type: Transform + pos: 46.5,52.5 + parent: 2 + - uid: 10092 + components: + - type: Transform + pos: 47.5,52.5 + parent: 2 + - uid: 10093 + components: + - type: Transform + pos: 48.5,52.5 + parent: 2 + - uid: 10094 + components: + - type: Transform + pos: 49.5,52.5 + parent: 2 + - uid: 10095 + components: + - type: Transform + pos: 50.5,52.5 + parent: 2 + - uid: 10096 + components: + - type: Transform + pos: 51.5,52.5 + parent: 2 + - uid: 10097 + components: + - type: Transform + pos: 52.5,52.5 + parent: 2 + - uid: 10098 + components: + - type: Transform + pos: 53.5,52.5 + parent: 2 + - uid: 10099 + components: + - type: Transform + pos: 54.5,52.5 + parent: 2 + - uid: 10100 + components: + - type: Transform + pos: 55.5,52.5 + parent: 2 + - uid: 10101 + components: + - type: Transform + pos: 56.5,52.5 + parent: 2 + - uid: 10102 + components: + - type: Transform + pos: 57.5,52.5 + parent: 2 + - uid: 10103 + components: + - type: Transform + pos: 58.5,52.5 + parent: 2 + - uid: 10104 + components: + - type: Transform + pos: 59.5,52.5 + parent: 2 + - uid: 10105 + components: + - type: Transform + pos: 60.5,52.5 + parent: 2 + - uid: 10106 + components: + - type: Transform + pos: 61.5,52.5 + parent: 2 + - uid: 10107 + components: + - type: Transform + pos: 62.5,52.5 + parent: 2 + - uid: 10108 + components: + - type: Transform + pos: 63.5,52.5 + parent: 2 + - uid: 10109 + components: + - type: Transform + pos: 64.5,52.5 + parent: 2 + - uid: 10110 + components: + - type: Transform + pos: 65.5,52.5 + parent: 2 + - uid: 10111 + components: + - type: Transform + pos: 66.5,52.5 + parent: 2 + - uid: 10112 + components: + - type: Transform + pos: 67.5,52.5 + parent: 2 + - uid: 10113 + components: + - type: Transform + pos: 68.5,52.5 + parent: 2 + - uid: 10114 + components: + - type: Transform + pos: 69.5,52.5 + parent: 2 + - uid: 10115 + components: + - type: Transform + pos: 70.5,52.5 + parent: 2 + - uid: 10116 + components: + - type: Transform + pos: 70.5,51.5 + parent: 2 + - uid: 10117 + components: + - type: Transform + pos: 70.5,50.5 + parent: 2 + - uid: 10118 + components: + - type: Transform + pos: 70.5,49.5 + parent: 2 + - uid: 10119 + components: + - type: Transform + pos: 70.5,48.5 + parent: 2 + - uid: 10120 + components: + - type: Transform + pos: 70.5,47.5 + parent: 2 + - uid: 10121 + components: + - type: Transform + pos: 70.5,46.5 + parent: 2 + - uid: 10122 + components: + - type: Transform + pos: 70.5,45.5 + parent: 2 + - uid: 10123 + components: + - type: Transform + pos: 70.5,44.5 + parent: 2 + - uid: 10124 + components: + - type: Transform + pos: 70.5,43.5 + parent: 2 + - uid: 10125 + components: + - type: Transform + pos: 70.5,42.5 + parent: 2 + - uid: 10126 + components: + - type: Transform + pos: 70.5,41.5 + parent: 2 + - uid: 10127 + components: + - type: Transform + pos: 70.5,40.5 + parent: 2 + - uid: 10128 + components: + - type: Transform + pos: 70.5,39.5 + parent: 2 + - uid: 10129 + components: + - type: Transform + pos: 70.5,38.5 + parent: 2 + - uid: 10130 + components: + - type: Transform + pos: 70.5,37.5 + parent: 2 + - uid: 10131 + components: + - type: Transform + pos: 71.5,37.5 + parent: 2 + - uid: 10132 + components: + - type: Transform + pos: 72.5,37.5 + parent: 2 + - uid: 10133 + components: + - type: Transform + pos: 73.5,37.5 + parent: 2 + - uid: 10134 + components: + - type: Transform + pos: 74.5,37.5 + parent: 2 + - uid: 10135 + components: + - type: Transform + pos: 75.5,37.5 + parent: 2 + - uid: 10136 + components: + - type: Transform + pos: 76.5,37.5 + parent: 2 + - uid: 10137 + components: + - type: Transform + pos: 77.5,37.5 + parent: 2 + - uid: 10138 + components: + - type: Transform + pos: 78.5,37.5 + parent: 2 + - uid: 10139 + components: + - type: Transform + pos: 79.5,37.5 + parent: 2 + - uid: 10140 + components: + - type: Transform + pos: 80.5,37.5 + parent: 2 + - uid: 10141 + components: + - type: Transform + pos: 81.5,37.5 + parent: 2 + - uid: 10142 + components: + - type: Transform + pos: 82.5,37.5 + parent: 2 + - uid: 10143 + components: + - type: Transform + pos: 82.5,39.5 + parent: 2 + - uid: 10144 + components: + - type: Transform + pos: 82.5,40.5 + parent: 2 + - uid: 10145 + components: + - type: Transform + pos: 82.5,41.5 + parent: 2 + - uid: 10146 + components: + - type: Transform + pos: 82.5,42.5 + parent: 2 + - uid: 10147 + components: + - type: Transform + pos: 82.5,43.5 + parent: 2 + - uid: 10148 + components: + - type: Transform + pos: 82.5,44.5 + parent: 2 + - uid: 10149 + components: + - type: Transform + pos: 82.5,45.5 + parent: 2 + - uid: 10150 + components: + - type: Transform + pos: 82.5,46.5 + parent: 2 + - uid: 10151 + components: + - type: Transform + pos: 82.5,47.5 + parent: 2 + - uid: 10152 + components: + - type: Transform + pos: 82.5,48.5 + parent: 2 + - uid: 10153 + components: + - type: Transform + pos: 82.5,49.5 + parent: 2 + - uid: 10154 + components: + - type: Transform + pos: 82.5,50.5 + parent: 2 + - uid: 10156 + components: + - type: Transform + pos: 71.5,36.5 + parent: 2 + - uid: 10157 + components: + - type: Transform + pos: 71.5,35.5 + parent: 2 + - uid: 10158 + components: + - type: Transform + pos: 71.5,34.5 + parent: 2 + - uid: 10159 + components: + - type: Transform + pos: 71.5,33.5 + parent: 2 + - uid: 10160 + components: + - type: Transform + pos: 71.5,32.5 + parent: 2 + - uid: 10161 + components: + - type: Transform + pos: 71.5,31.5 + parent: 2 + - uid: 10162 + components: + - type: Transform + pos: 71.5,30.5 + parent: 2 + - uid: 10163 + components: + - type: Transform + pos: 71.5,29.5 + parent: 2 + - uid: 10164 + components: + - type: Transform + pos: 71.5,28.5 + parent: 2 + - uid: 10165 + components: + - type: Transform + pos: 71.5,27.5 + parent: 2 + - uid: 10166 + components: + - type: Transform + pos: 71.5,26.5 + parent: 2 + - uid: 10167 + components: + - type: Transform + pos: 71.5,25.5 + parent: 2 + - uid: 10168 + components: + - type: Transform + pos: 71.5,24.5 + parent: 2 + - uid: 10169 + components: + - type: Transform + pos: 71.5,23.5 + parent: 2 + - uid: 10170 + components: + - type: Transform + pos: 71.5,22.5 + parent: 2 + - uid: 10171 + components: + - type: Transform + pos: 71.5,21.5 + parent: 2 + - uid: 10172 + components: + - type: Transform + pos: 71.5,20.5 + parent: 2 + - uid: 10173 + components: + - type: Transform + pos: 71.5,19.5 + parent: 2 + - uid: 10174 + components: + - type: Transform + pos: 71.5,18.5 + parent: 2 + - uid: 10175 + components: + - type: Transform + pos: 71.5,17.5 + parent: 2 + - uid: 10176 + components: + - type: Transform + pos: 71.5,16.5 + parent: 2 + - uid: 10177 + components: + - type: Transform + pos: 71.5,15.5 + parent: 2 + - uid: 10178 + components: + - type: Transform + pos: 71.5,14.5 + parent: 2 + - uid: 10179 + components: + - type: Transform + pos: 71.5,13.5 + parent: 2 + - uid: 10180 + components: + - type: Transform + pos: 70.5,13.5 + parent: 2 + - uid: 10181 + components: + - type: Transform + pos: 69.5,13.5 + parent: 2 + - uid: 10182 + components: + - type: Transform + pos: 68.5,13.5 + parent: 2 + - uid: 10183 + components: + - type: Transform + pos: 67.5,13.5 + parent: 2 + - uid: 10184 + components: + - type: Transform + pos: 66.5,13.5 + parent: 2 + - uid: 10185 + components: + - type: Transform + pos: 65.5,13.5 + parent: 2 + - uid: 10186 + components: + - type: Transform + pos: 64.5,13.5 + parent: 2 + - uid: 10187 + components: + - type: Transform + pos: 63.5,13.5 + parent: 2 + - uid: 10188 + components: + - type: Transform + pos: 62.5,13.5 + parent: 2 + - uid: 10189 + components: + - type: Transform + pos: 61.5,13.5 + parent: 2 + - uid: 10190 + components: + - type: Transform + pos: 60.5,13.5 + parent: 2 + - uid: 10191 + components: + - type: Transform + pos: 59.5,13.5 + parent: 2 + - uid: 10192 + components: + - type: Transform + pos: 58.5,13.5 + parent: 2 + - uid: 10193 + components: + - type: Transform + pos: 57.5,13.5 + parent: 2 + - uid: 10194 + components: + - type: Transform + pos: 56.5,13.5 + parent: 2 + - uid: 10195 + components: + - type: Transform + pos: 55.5,13.5 + parent: 2 + - uid: 10196 + components: + - type: Transform + pos: 54.5,13.5 + parent: 2 + - uid: 10197 + components: + - type: Transform + pos: 53.5,13.5 + parent: 2 + - uid: 10198 + components: + - type: Transform + pos: 52.5,13.5 + parent: 2 + - uid: 10199 + components: + - type: Transform + pos: 51.5,13.5 + parent: 2 + - uid: 10200 + components: + - type: Transform + pos: 50.5,13.5 + parent: 2 + - uid: 10201 + components: + - type: Transform + pos: 49.5,13.5 + parent: 2 + - uid: 10202 + components: + - type: Transform + pos: 48.5,13.5 + parent: 2 + - uid: 10203 + components: + - type: Transform + pos: 47.5,13.5 + parent: 2 + - uid: 10204 + components: + - type: Transform + pos: 46.5,13.5 + parent: 2 + - uid: 10205 + components: + - type: Transform + pos: 45.5,13.5 + parent: 2 + - uid: 10206 + components: + - type: Transform + pos: 44.5,13.5 + parent: 2 + - uid: 10207 + components: + - type: Transform + pos: 43.5,13.5 + parent: 2 + - uid: 10208 + components: + - type: Transform + pos: 42.5,13.5 + parent: 2 + - uid: 10209 + components: + - type: Transform + pos: 41.5,13.5 + parent: 2 + - uid: 10210 + components: + - type: Transform + pos: 40.5,13.5 + parent: 2 + - uid: 10211 + components: + - type: Transform + pos: 39.5,13.5 + parent: 2 + - uid: 10212 + components: + - type: Transform + pos: 38.5,13.5 + parent: 2 + - uid: 10213 + components: + - type: Transform + pos: 37.5,13.5 + parent: 2 + - uid: 10214 + components: + - type: Transform + pos: 36.5,13.5 + parent: 2 + - uid: 10215 + components: + - type: Transform + pos: 36.5,14.5 + parent: 2 + - uid: 10216 + components: + - type: Transform + pos: 36.5,15.5 + parent: 2 + - uid: 10217 + components: + - type: Transform + pos: 36.5,16.5 + parent: 2 + - uid: 10218 + components: + - type: Transform + pos: 36.5,17.5 + parent: 2 + - uid: 10219 + components: + - type: Transform + pos: 36.5,18.5 + parent: 2 + - uid: 10220 + components: + - type: Transform + pos: 36.5,19.5 + parent: 2 + - uid: 10221 + components: + - type: Transform + pos: 36.5,20.5 + parent: 2 + - uid: 10222 + components: + - type: Transform + pos: 36.5,21.5 + parent: 2 + - uid: 10223 + components: + - type: Transform + pos: 36.5,22.5 + parent: 2 + - uid: 10224 + components: + - type: Transform + pos: 36.5,23.5 + parent: 2 + - uid: 10225 + components: + - type: Transform + pos: 36.5,24.5 + parent: 2 + - uid: 10226 + components: + - type: Transform + pos: 36.5,25.5 + parent: 2 + - uid: 10227 + components: + - type: Transform + pos: 36.5,26.5 + parent: 2 + - uid: 10228 + components: + - type: Transform + pos: 36.5,27.5 + parent: 2 + - uid: 10229 + components: + - type: Transform + pos: 36.5,28.5 + parent: 2 + - uid: 10230 + components: + - type: Transform + pos: 36.5,29.5 + parent: 2 + - uid: 10231 + components: + - type: Transform + pos: 36.5,30.5 + parent: 2 + - uid: 10232 + components: + - type: Transform + pos: 36.5,31.5 + parent: 2 + - uid: 10233 + components: + - type: Transform + pos: 36.5,32.5 + parent: 2 + - uid: 10234 + components: + - type: Transform + pos: 36.5,33.5 + parent: 2 + - uid: 10235 + components: + - type: Transform + pos: 36.5,34.5 + parent: 2 + - uid: 10236 + components: + - type: Transform + pos: 36.5,35.5 + parent: 2 + - uid: 10237 + components: + - type: Transform + pos: 36.5,36.5 + parent: 2 + - uid: 10238 + components: + - type: Transform + pos: 27.5,12.5 + parent: 2 + - uid: 10239 + components: + - type: Transform + pos: 27.5,11.5 + parent: 2 + - uid: 10240 + components: + - type: Transform + pos: 27.5,10.5 + parent: 2 + - uid: 10241 + components: + - type: Transform + pos: 27.5,9.5 + parent: 2 + - uid: 10242 + components: + - type: Transform + pos: 27.5,8.5 + parent: 2 + - uid: 10243 + components: + - type: Transform + pos: 27.5,7.5 + parent: 2 + - uid: 10244 + components: + - type: Transform + pos: 27.5,6.5 + parent: 2 + - uid: 10245 + components: + - type: Transform + pos: 27.5,5.5 + parent: 2 + - uid: 10246 + components: + - type: Transform + pos: 27.5,4.5 + parent: 2 + - uid: 10247 + components: + - type: Transform + pos: 28.5,4.5 + parent: 2 + - uid: 10248 + components: + - type: Transform + pos: 29.5,4.5 + parent: 2 + - uid: 10249 + components: + - type: Transform + pos: 30.5,4.5 + parent: 2 + - uid: 10250 + components: + - type: Transform + pos: 31.5,4.5 + parent: 2 + - uid: 10251 + components: + - type: Transform + pos: 32.5,4.5 + parent: 2 + - uid: 10252 + components: + - type: Transform + pos: 32.5,5.5 + parent: 2 + - uid: 10253 + components: + - type: Transform + pos: 32.5,6.5 + parent: 2 + - uid: 10254 + components: + - type: Transform + pos: 32.5,7.5 + parent: 2 + - uid: 10255 + components: + - type: Transform + pos: 32.5,8.5 + parent: 2 + - uid: 10256 + components: + - type: Transform + pos: 32.5,9.5 + parent: 2 + - uid: 10257 + components: + - type: Transform + pos: 32.5,10.5 + parent: 2 + - uid: 10258 + components: + - type: Transform + pos: 32.5,11.5 + parent: 2 + - uid: 10259 + components: + - type: Transform + pos: 32.5,12.5 + parent: 2 + - uid: 10260 + components: + - type: Transform + pos: 30.5,11.5 + parent: 2 + - uid: 10261 + components: + - type: Transform + pos: 29.5,11.5 + parent: 2 + - uid: 10262 + components: + - type: Transform + pos: 31.5,11.5 + parent: 2 + - uid: 10263 + components: + - type: Transform + pos: 28.5,11.5 + parent: 2 + - uid: 10852 + components: + - type: Transform + pos: 59.5,-2.5 + parent: 2 + - uid: 11160 + components: + - type: Transform + pos: 53.5,51.5 + parent: 2 + - uid: 11161 + components: + - type: Transform + pos: 53.5,50.5 + parent: 2 + - uid: 11162 + components: + - type: Transform + pos: 53.5,49.5 + parent: 2 + - uid: 11163 + components: + - type: Transform + pos: 53.5,48.5 + parent: 2 + - uid: 11164 + components: + - type: Transform + pos: 53.5,47.5 + parent: 2 + - uid: 11165 + components: + - type: Transform + pos: 52.5,47.5 + parent: 2 + - uid: 11166 + components: + - type: Transform + pos: 51.5,47.5 + parent: 2 + - uid: 11167 + components: + - type: Transform + pos: 50.5,47.5 + parent: 2 + - uid: 11168 + components: + - type: Transform + pos: 49.5,47.5 + parent: 2 + - uid: 11169 + components: + - type: Transform + pos: 48.5,47.5 + parent: 2 + - uid: 11170 + components: + - type: Transform + pos: 47.5,47.5 + parent: 2 + - uid: 11171 + components: + - type: Transform + pos: 54.5,47.5 + parent: 2 + - uid: 11172 + components: + - type: Transform + pos: 55.5,47.5 + parent: 2 + - uid: 11173 + components: + - type: Transform + pos: 56.5,47.5 + parent: 2 + - uid: 11174 + components: + - type: Transform + pos: 57.5,47.5 + parent: 2 + - uid: 11175 + components: + - type: Transform + pos: 58.5,47.5 + parent: 2 + - uid: 11176 + components: + - type: Transform + pos: 59.5,47.5 + parent: 2 + - uid: 11177 + components: + - type: Transform + pos: 60.5,47.5 + parent: 2 + - uid: 11178 + components: + - type: Transform + pos: 61.5,47.5 + parent: 2 + - uid: 11179 + components: + - type: Transform + pos: 60.5,48.5 + parent: 2 + - uid: 11180 + components: + - type: Transform + pos: 60.5,49.5 + parent: 2 + - uid: 11181 + components: + - type: Transform + pos: 61.5,46.5 + parent: 2 + - uid: 11182 + components: + - type: Transform + pos: 61.5,45.5 + parent: 2 + - uid: 11183 + components: + - type: Transform + pos: 61.5,44.5 + parent: 2 + - uid: 11184 + components: + - type: Transform + pos: 62.5,44.5 + parent: 2 + - uid: 11185 + components: + - type: Transform + pos: 63.5,44.5 + parent: 2 + - uid: 11186 + components: + - type: Transform + pos: 64.5,44.5 + parent: 2 + - uid: 11187 + components: + - type: Transform + pos: 65.5,44.5 + parent: 2 + - uid: 11188 + components: + - type: Transform + pos: 66.5,44.5 + parent: 2 + - uid: 11189 + components: + - type: Transform + pos: 67.5,44.5 + parent: 2 + - uid: 11190 + components: + - type: Transform + pos: 68.5,44.5 + parent: 2 + - uid: 11191 + components: + - type: Transform + pos: 63.5,43.5 + parent: 2 + - uid: 11192 + components: + - type: Transform + pos: 63.5,42.5 + parent: 2 + - uid: 11193 + components: + - type: Transform + pos: 63.5,41.5 + parent: 2 + - uid: 11194 + components: + - type: Transform + pos: 63.5,40.5 + parent: 2 + - uid: 11195 + components: + - type: Transform + pos: 63.5,39.5 + parent: 2 + - uid: 11196 + components: + - type: Transform + pos: 63.5,38.5 + parent: 2 + - uid: 11197 + components: + - type: Transform + pos: 63.5,37.5 + parent: 2 + - uid: 11198 + components: + - type: Transform + pos: 63.5,36.5 + parent: 2 + - uid: 11199 + components: + - type: Transform + pos: 63.5,35.5 + parent: 2 + - uid: 11200 + components: + - type: Transform + pos: 62.5,35.5 + parent: 2 + - uid: 11201 + components: + - type: Transform + pos: 61.5,35.5 + parent: 2 + - uid: 11202 + components: + - type: Transform + pos: 60.5,35.5 + parent: 2 + - uid: 11203 + components: + - type: Transform + pos: 60.5,36.5 + parent: 2 + - uid: 11204 + components: + - type: Transform + pos: 60.5,37.5 + parent: 2 + - uid: 11205 + components: + - type: Transform + pos: 60.5,38.5 + parent: 2 + - uid: 11206 + components: + - type: Transform + pos: 60.5,39.5 + parent: 2 + - uid: 11207 + components: + - type: Transform + pos: 60.5,40.5 + parent: 2 + - uid: 11208 + components: + - type: Transform + pos: 60.5,41.5 + parent: 2 + - uid: 11209 + components: + - type: Transform + pos: 60.5,42.5 + parent: 2 + - uid: 11210 + components: + - type: Transform + pos: 59.5,40.5 + parent: 2 + - uid: 11211 + components: + - type: Transform + pos: 58.5,40.5 + parent: 2 + - uid: 11212 + components: + - type: Transform + pos: 57.5,40.5 + parent: 2 + - uid: 11213 + components: + - type: Transform + pos: 57.5,41.5 + parent: 2 + - uid: 11214 + components: + - type: Transform + pos: 57.5,42.5 + parent: 2 + - uid: 11215 + components: + - type: Transform + pos: 57.5,43.5 + parent: 2 + - uid: 11216 + components: + - type: Transform + pos: 57.5,44.5 + parent: 2 + - uid: 11217 + components: + - type: Transform + pos: 57.5,45.5 + parent: 2 + - uid: 11218 + components: + - type: Transform + pos: 56.5,45.5 + parent: 2 + - uid: 11219 + components: + - type: Transform + pos: 55.5,45.5 + parent: 2 + - uid: 11220 + components: + - type: Transform + pos: 54.5,45.5 + parent: 2 + - uid: 11221 + components: + - type: Transform + pos: 53.5,45.5 + parent: 2 + - uid: 11222 + components: + - type: Transform + pos: 52.5,45.5 + parent: 2 + - uid: 11223 + components: + - type: Transform + pos: 51.5,45.5 + parent: 2 + - uid: 11224 + components: + - type: Transform + pos: 50.5,45.5 + parent: 2 + - uid: 11225 + components: + - type: Transform + pos: 49.5,45.5 + parent: 2 + - uid: 11226 + components: + - type: Transform + pos: 49.5,44.5 + parent: 2 + - uid: 11227 + components: + - type: Transform + pos: 49.5,43.5 + parent: 2 + - uid: 11228 + components: + - type: Transform + pos: 49.5,42.5 + parent: 2 + - uid: 11229 + components: + - type: Transform + pos: 49.5,41.5 + parent: 2 + - uid: 11230 + components: + - type: Transform + pos: 49.5,40.5 + parent: 2 + - uid: 11231 + components: + - type: Transform + pos: 48.5,40.5 + parent: 2 + - uid: 11232 + components: + - type: Transform + pos: 47.5,40.5 + parent: 2 + - uid: 11233 + components: + - type: Transform + pos: 43.5,38.5 + parent: 2 + - uid: 11234 + components: + - type: Transform + pos: 44.5,38.5 + parent: 2 + - uid: 11235 + components: + - type: Transform + pos: 42.5,38.5 + parent: 2 + - uid: 11236 + components: + - type: Transform + pos: 41.5,38.5 + parent: 2 + - uid: 11237 + components: + - type: Transform + pos: 40.5,38.5 + parent: 2 + - uid: 11238 + components: + - type: Transform + pos: 39.5,38.5 + parent: 2 + - uid: 11239 + components: + - type: Transform + pos: 38.5,38.5 + parent: 2 + - uid: 11240 + components: + - type: Transform + pos: 37.5,38.5 + parent: 2 + - uid: 11241 + components: + - type: Transform + pos: 57.5,39.5 + parent: 2 + - uid: 11242 + components: + - type: Transform + pos: 57.5,38.5 + parent: 2 + - uid: 11243 + components: + - type: Transform + pos: 57.5,37.5 + parent: 2 + - uid: 11244 + components: + - type: Transform + pos: 57.5,36.5 + parent: 2 + - uid: 11245 + components: + - type: Transform + pos: 57.5,35.5 + parent: 2 + - uid: 11246 + components: + - type: Transform + pos: 56.5,35.5 + parent: 2 + - uid: 11266 + components: + - type: Transform + pos: 64.5,29.5 + parent: 2 + - uid: 11267 + components: + - type: Transform + pos: 64.5,28.5 + parent: 2 + - uid: 11268 + components: + - type: Transform + pos: 65.5,28.5 + parent: 2 + - uid: 11269 + components: + - type: Transform + pos: 66.5,28.5 + parent: 2 + - uid: 11270 + components: + - type: Transform + pos: 67.5,28.5 + parent: 2 + - uid: 11271 + components: + - type: Transform + pos: 68.5,28.5 + parent: 2 + - uid: 11272 + components: + - type: Transform + pos: 67.5,29.5 + parent: 2 + - uid: 11273 + components: + - type: Transform + pos: 67.5,30.5 + parent: 2 + - uid: 11274 + components: + - type: Transform + pos: 67.5,27.5 + parent: 2 + - uid: 11275 + components: + - type: Transform + pos: 67.5,26.5 + parent: 2 + - uid: 11276 + components: + - type: Transform + pos: 67.5,25.5 + parent: 2 + - uid: 11277 + components: + - type: Transform + pos: 67.5,24.5 + parent: 2 + - uid: 11278 + components: + - type: Transform + pos: 64.5,30.5 + parent: 2 + - uid: 11279 + components: + - type: Transform + pos: 64.5,31.5 + parent: 2 + - uid: 11280 + components: + - type: Transform + pos: 64.5,32.5 + parent: 2 + - uid: 11281 + components: + - type: Transform + pos: 64.5,33.5 + parent: 2 + - uid: 11282 + components: + - type: Transform + pos: 65.5,33.5 + parent: 2 + - uid: 11283 + components: + - type: Transform + pos: 66.5,33.5 + parent: 2 + - uid: 11284 + components: + - type: Transform + pos: 67.5,33.5 + parent: 2 + - uid: 11285 + components: + - type: Transform + pos: 68.5,33.5 + parent: 2 + - uid: 11286 + components: + - type: Transform + pos: 63.5,33.5 + parent: 2 + - uid: 11287 + components: + - type: Transform + pos: 63.5,34.5 + parent: 2 + - uid: 11288 + components: + - type: Transform + pos: 64.5,27.5 + parent: 2 + - uid: 11289 + components: + - type: Transform + pos: 64.5,26.5 + parent: 2 + - uid: 11290 + components: + - type: Transform + pos: 64.5,25.5 + parent: 2 + - uid: 11291 + components: + - type: Transform + pos: 64.5,24.5 + parent: 2 + - uid: 11292 + components: + - type: Transform + pos: 64.5,23.5 + parent: 2 + - uid: 11293 + components: + - type: Transform + pos: 64.5,22.5 + parent: 2 + - uid: 11294 + components: + - type: Transform + pos: 64.5,21.5 + parent: 2 + - uid: 11295 + components: + - type: Transform + pos: 64.5,20.5 + parent: 2 + - uid: 11296 + components: + - type: Transform + pos: 64.5,19.5 + parent: 2 + - uid: 11297 + components: + - type: Transform + pos: 64.5,18.5 + parent: 2 + - uid: 11298 + components: + - type: Transform + pos: 64.5,17.5 + parent: 2 + - uid: 11299 + components: + - type: Transform + pos: 63.5,17.5 + parent: 2 + - uid: 11300 + components: + - type: Transform + pos: 62.5,17.5 + parent: 2 + - uid: 11301 + components: + - type: Transform + pos: 61.5,17.5 + parent: 2 + - uid: 11302 + components: + - type: Transform + pos: 60.5,17.5 + parent: 2 + - uid: 11303 + components: + - type: Transform + pos: 60.5,16.5 + parent: 2 + - uid: 11304 + components: + - type: Transform + pos: 66.5,21.5 + parent: 2 + - uid: 11305 + components: + - type: Transform + pos: 67.5,21.5 + parent: 2 + - uid: 11306 + components: + - type: Transform + pos: 65.5,21.5 + parent: 2 + - uid: 11307 + components: + - type: Transform + pos: 67.5,19.5 + parent: 2 + - uid: 11308 + components: + - type: Transform + pos: 67.5,18.5 + parent: 2 + - uid: 11309 + components: + - type: Transform + pos: 67.5,17.5 + parent: 2 + - uid: 11310 + components: + - type: Transform + pos: 67.5,16.5 + parent: 2 + - uid: 11311 + components: + - type: Transform + pos: 68.5,16.5 + parent: 2 + - uid: 11312 + components: + - type: Transform + pos: 67.5,20.5 + parent: 2 + - uid: 11313 + components: + - type: Transform + pos: 69.5,16.5 + parent: 2 + - uid: 11314 + components: + - type: Transform + pos: 71.5,12.5 + parent: 2 + - uid: 11315 + components: + - type: Transform + pos: 71.5,11.5 + parent: 2 + - uid: 11316 + components: + - type: Transform + pos: 71.5,10.5 + parent: 2 + - uid: 11317 + components: + - type: Transform + pos: 71.5,9.5 + parent: 2 + - uid: 11318 + components: + - type: Transform + pos: 71.5,8.5 + parent: 2 + - uid: 11319 + components: + - type: Transform + pos: 71.5,7.5 + parent: 2 + - uid: 11320 + components: + - type: Transform + pos: 71.5,6.5 + parent: 2 + - uid: 11321 + components: + - type: Transform + pos: 71.5,5.5 + parent: 2 + - uid: 11322 + components: + - type: Transform + pos: 71.5,4.5 + parent: 2 + - uid: 11323 + components: + - type: Transform + pos: 71.5,3.5 + parent: 2 + - uid: 11324 + components: + - type: Transform + pos: 70.5,3.5 + parent: 2 + - uid: 11325 + components: + - type: Transform + pos: 69.5,3.5 + parent: 2 + - uid: 11326 + components: + - type: Transform + pos: 68.5,3.5 + parent: 2 + - uid: 11327 + components: + - type: Transform + pos: 67.5,3.5 + parent: 2 + - uid: 11328 + components: + - type: Transform + pos: 66.5,3.5 + parent: 2 + - uid: 11329 + components: + - type: Transform + pos: 65.5,3.5 + parent: 2 + - uid: 11330 + components: + - type: Transform + pos: 64.5,3.5 + parent: 2 + - uid: 11331 + components: + - type: Transform + pos: 63.5,3.5 + parent: 2 + - uid: 11332 + components: + - type: Transform + pos: 62.5,3.5 + parent: 2 + - uid: 11333 + components: + - type: Transform + pos: 62.5,4.5 + parent: 2 + - uid: 11334 + components: + - type: Transform + pos: 62.5,5.5 + parent: 2 + - uid: 11335 + components: + - type: Transform + pos: 62.5,6.5 + parent: 2 + - uid: 11336 + components: + - type: Transform + pos: 62.5,7.5 + parent: 2 + - uid: 11337 + components: + - type: Transform + pos: 62.5,8.5 + parent: 2 + - uid: 11338 + components: + - type: Transform + pos: 62.5,9.5 + parent: 2 + - uid: 11339 + components: + - type: Transform + pos: 62.5,10.5 + parent: 2 + - uid: 11340 + components: + - type: Transform + pos: 61.5,9.5 + parent: 2 + - uid: 11341 + components: + - type: Transform + pos: 60.5,9.5 + parent: 2 + - uid: 11342 + components: + - type: Transform + pos: 59.5,9.5 + parent: 2 + - uid: 11343 + components: + - type: Transform + pos: 58.5,9.5 + parent: 2 + - uid: 11344 + components: + - type: Transform + pos: 58.5,10.5 + parent: 2 + - uid: 11345 + components: + - type: Transform + pos: 57.5,10.5 + parent: 2 + - uid: 11346 + components: + - type: Transform + pos: 56.5,10.5 + parent: 2 + - uid: 11347 + components: + - type: Transform + pos: 55.5,10.5 + parent: 2 + - uid: 11348 + components: + - type: Transform + pos: 54.5,10.5 + parent: 2 + - uid: 11349 + components: + - type: Transform + pos: 53.5,10.5 + parent: 2 + - uid: 11350 + components: + - type: Transform + pos: 52.5,10.5 + parent: 2 + - uid: 11351 + components: + - type: Transform + pos: 51.5,10.5 + parent: 2 + - uid: 11352 + components: + - type: Transform + pos: 50.5,10.5 + parent: 2 + - uid: 11353 + components: + - type: Transform + pos: 50.5,9.5 + parent: 2 + - uid: 11354 + components: + - type: Transform + pos: 50.5,8.5 + parent: 2 + - uid: 11355 + components: + - type: Transform + pos: 50.5,7.5 + parent: 2 + - uid: 11356 + components: + - type: Transform + pos: 50.5,6.5 + parent: 2 + - uid: 11357 + components: + - type: Transform + pos: 62.5,2.5 + parent: 2 + - uid: 11358 + components: + - type: Transform + pos: 62.5,1.5 + parent: 2 + - uid: 11359 + components: + - type: Transform + pos: 62.5,0.5 + parent: 2 + - uid: 11360 + components: + - type: Transform + pos: 62.5,-0.5 + parent: 2 + - uid: 11361 + components: + - type: Transform + pos: 62.5,-1.5 + parent: 2 + - uid: 11362 + components: + - type: Transform + pos: 61.5,-1.5 + parent: 2 + - uid: 11363 + components: + - type: Transform + pos: 60.5,-1.5 + parent: 2 + - uid: 11364 + components: + - type: Transform + pos: 59.5,-1.5 + parent: 2 + - uid: 11365 + components: + - type: Transform + pos: 59.5,-3.5 + parent: 2 + - uid: 11366 + components: + - type: Transform + pos: 59.5,-4.5 + parent: 2 + - uid: 11367 + components: + - type: Transform + pos: 59.5,-5.5 + parent: 2 + - uid: 11368 + components: + - type: Transform + pos: 59.5,-6.5 + parent: 2 + - uid: 11369 + components: + - type: Transform + pos: 59.5,-7.5 + parent: 2 + - uid: 11370 + components: + - type: Transform + pos: 30.5,-8.5 + parent: 2 + - uid: 11371 + components: + - type: Transform + pos: 58.5,-7.5 + parent: 2 + - uid: 11372 + components: + - type: Transform + pos: 57.5,-7.5 + parent: 2 + - uid: 11373 + components: + - type: Transform + pos: 56.5,-7.5 + parent: 2 + - uid: 11374 + components: + - type: Transform + pos: 55.5,-7.5 + parent: 2 + - uid: 11375 + components: + - type: Transform + pos: 54.5,-7.5 + parent: 2 + - uid: 11376 + components: + - type: Transform + pos: 53.5,-7.5 + parent: 2 + - uid: 11377 + components: + - type: Transform + pos: 52.5,-7.5 + parent: 2 + - uid: 11378 + components: + - type: Transform + pos: 52.5,-8.5 + parent: 2 + - uid: 11379 + components: + - type: Transform + pos: 52.5,-9.5 + parent: 2 + - uid: 11380 + components: + - type: Transform + pos: 52.5,-10.5 + parent: 2 + - uid: 11381 + components: + - type: Transform + pos: 52.5,-11.5 + parent: 2 + - uid: 11382 + components: + - type: Transform + pos: 52.5,-12.5 + parent: 2 + - uid: 11383 + components: + - type: Transform + pos: 52.5,-13.5 + parent: 2 + - uid: 11384 + components: + - type: Transform + pos: 52.5,-14.5 + parent: 2 + - uid: 11385 + components: + - type: Transform + pos: 53.5,-10.5 + parent: 2 + - uid: 11386 + components: + - type: Transform + pos: 54.5,-10.5 + parent: 2 + - uid: 11387 + components: + - type: Transform + pos: 55.5,-10.5 + parent: 2 + - uid: 11388 + components: + - type: Transform + pos: 56.5,-10.5 + parent: 2 + - uid: 11389 + components: + - type: Transform + pos: 57.5,-10.5 + parent: 2 + - uid: 11390 + components: + - type: Transform + pos: 58.5,-10.5 + parent: 2 + - uid: 11391 + components: + - type: Transform + pos: 57.5,-11.5 + parent: 2 + - uid: 11392 + components: + - type: Transform + pos: 51.5,-14.5 + parent: 2 + - uid: 11393 + components: + - type: Transform + pos: 50.5,-14.5 + parent: 2 + - uid: 11394 + components: + - type: Transform + pos: 49.5,-14.5 + parent: 2 + - uid: 11395 + components: + - type: Transform + pos: 48.5,-14.5 + parent: 2 + - uid: 11396 + components: + - type: Transform + pos: 48.5,-15.5 + parent: 2 + - uid: 11399 + components: + - type: Transform + pos: 49.5,-17.5 + parent: 2 + - uid: 11400 + components: + - type: Transform + pos: 50.5,-17.5 + parent: 2 + - uid: 11401 + components: + - type: Transform + pos: 51.5,-17.5 + parent: 2 + - uid: 11402 + components: + - type: Transform + pos: 51.5,-18.5 + parent: 2 + - uid: 11403 + components: + - type: Transform + pos: 51.5,-19.5 + parent: 2 + - uid: 11404 + components: + - type: Transform + pos: 48.5,-13.5 + parent: 2 + - uid: 11405 + components: + - type: Transform + pos: 47.5,-13.5 + parent: 2 + - uid: 11406 + components: + - type: Transform + pos: 46.5,-13.5 + parent: 2 + - uid: 11407 + components: + - type: Transform + pos: 45.5,-13.5 + parent: 2 + - uid: 11408 + components: + - type: Transform + pos: 44.5,-13.5 + parent: 2 + - uid: 11409 + components: + - type: Transform + pos: 43.5,-13.5 + parent: 2 + - uid: 11410 + components: + - type: Transform + pos: 42.5,-13.5 + parent: 2 + - uid: 11411 + components: + - type: Transform + pos: 41.5,-13.5 + parent: 2 + - uid: 11412 + components: + - type: Transform + pos: 41.5,-12.5 + parent: 2 + - uid: 11413 + components: + - type: Transform + pos: 41.5,-11.5 + parent: 2 + - uid: 11414 + components: + - type: Transform + pos: 41.5,-10.5 + parent: 2 + - uid: 11415 + components: + - type: Transform + pos: 40.5,-11.5 + parent: 2 + - uid: 11416 + components: + - type: Transform + pos: 39.5,-11.5 + parent: 2 + - uid: 11417 + components: + - type: Transform + pos: 38.5,-11.5 + parent: 2 + - uid: 11418 + components: + - type: Transform + pos: 37.5,-11.5 + parent: 2 + - uid: 11419 + components: + - type: Transform + pos: 39.5,-12.5 + parent: 2 + - uid: 11420 + components: + - type: Transform + pos: 39.5,-13.5 + parent: 2 + - uid: 11421 + components: + - type: Transform + pos: 37.5,-10.5 + parent: 2 + - uid: 11422 + components: + - type: Transform + pos: 37.5,-9.5 + parent: 2 + - uid: 11423 + components: + - type: Transform + pos: 37.5,-8.5 + parent: 2 + - uid: 11424 + components: + - type: Transform + pos: 37.5,-7.5 + parent: 2 + - uid: 11425 + components: + - type: Transform + pos: 37.5,-6.5 + parent: 2 + - uid: 11426 + components: + - type: Transform + pos: 36.5,-8.5 + parent: 2 + - uid: 11427 + components: + - type: Transform + pos: 35.5,-8.5 + parent: 2 + - uid: 11428 + components: + - type: Transform + pos: 35.5,-10.5 + parent: 2 + - uid: 11429 + components: + - type: Transform + pos: 34.5,-10.5 + parent: 2 + - uid: 11430 + components: + - type: Transform + pos: 33.5,-10.5 + parent: 2 + - uid: 11431 + components: + - type: Transform + pos: 35.5,-9.5 + parent: 2 + - uid: 11432 + components: + - type: Transform + pos: 35.5,-7.5 + parent: 2 + - uid: 11433 + components: + - type: Transform + pos: 34.5,-7.5 + parent: 2 + - uid: 11434 + components: + - type: Transform + pos: 33.5,-7.5 + parent: 2 + - uid: 11435 + components: + - type: Transform + pos: 32.5,-7.5 + parent: 2 + - uid: 11436 + components: + - type: Transform + pos: 31.5,-7.5 + parent: 2 + - uid: 11437 + components: + - type: Transform + pos: 30.5,-7.5 + parent: 2 + - uid: 11438 + components: + - type: Transform + pos: 30.5,-9.5 + parent: 2 + - uid: 11439 + components: + - type: Transform + pos: 30.5,-10.5 + parent: 2 + - uid: 11440 + components: + - type: Transform + pos: 30.5,-11.5 + parent: 2 + - uid: 11441 + components: + - type: Transform + pos: 30.5,-12.5 + parent: 2 + - uid: 11442 + components: + - type: Transform + pos: 30.5,-13.5 + parent: 2 + - uid: 11443 + components: + - type: Transform + pos: 30.5,-14.5 + parent: 2 + - uid: 11444 + components: + - type: Transform + pos: 30.5,-15.5 + parent: 2 + - uid: 11445 + components: + - type: Transform + pos: 31.5,-15.5 + parent: 2 + - uid: 11446 + components: + - type: Transform + pos: 31.5,-16.5 + parent: 2 + - uid: 11447 + components: + - type: Transform + pos: 31.5,-17.5 + parent: 2 + - uid: 11448 + components: + - type: Transform + pos: 31.5,-18.5 + parent: 2 + - uid: 11449 + components: + - type: Transform + pos: 31.5,-19.5 + parent: 2 + - uid: 11450 + components: + - type: Transform + pos: 36.5,65.5 + parent: 2 + - uid: 11451 + components: + - type: Transform + pos: 30.5,-18.5 + parent: 2 + - uid: 11452 + components: + - type: Transform + pos: 29.5,-18.5 + parent: 2 + - uid: 11453 + components: + - type: Transform + pos: 28.5,-18.5 + parent: 2 + - uid: 11454 + components: + - type: Transform + pos: 28.5,-17.5 + parent: 2 + - uid: 11455 + components: + - type: Transform + pos: 28.5,-16.5 + parent: 2 + - uid: 11456 + components: + - type: Transform + pos: 28.5,-15.5 + parent: 2 + - uid: 11457 + components: + - type: Transform + pos: 28.5,-14.5 + parent: 2 + - uid: 11458 + components: + - type: Transform + pos: 28.5,-13.5 + parent: 2 + - uid: 11459 + components: + - type: Transform + pos: 28.5,-12.5 + parent: 2 + - uid: 11460 + components: + - type: Transform + pos: 28.5,-11.5 + parent: 2 + - uid: 11461 + components: + - type: Transform + pos: 28.5,-10.5 + parent: 2 + - uid: 11462 + components: + - type: Transform + pos: 27.5,-12.5 + parent: 2 + - uid: 11463 + components: + - type: Transform + pos: 28.5,-19.5 + parent: 2 + - uid: 11464 + components: + - type: Transform + pos: 27.5,-19.5 + parent: 2 + - uid: 11465 + components: + - type: Transform + pos: 26.5,-19.5 + parent: 2 + - uid: 11466 + components: + - type: Transform + pos: 25.5,-19.5 + parent: 2 + - uid: 11467 + components: + - type: Transform + pos: 24.5,-19.5 + parent: 2 + - uid: 11468 + components: + - type: Transform + pos: 23.5,-19.5 + parent: 2 + - uid: 11469 + components: + - type: Transform + pos: 22.5,-19.5 + parent: 2 + - uid: 11470 + components: + - type: Transform + pos: 21.5,-19.5 + parent: 2 + - uid: 11471 + components: + - type: Transform + pos: 20.5,-19.5 + parent: 2 + - uid: 11472 + components: + - type: Transform + pos: 19.5,-19.5 + parent: 2 + - uid: 11473 + components: + - type: Transform + pos: 18.5,-19.5 + parent: 2 + - uid: 11474 + components: + - type: Transform + pos: 17.5,-19.5 + parent: 2 + - uid: 11475 + components: + - type: Transform + pos: 16.5,-19.5 + parent: 2 + - uid: 11476 + components: + - type: Transform + pos: 15.5,-19.5 + parent: 2 + - uid: 11477 + components: + - type: Transform + pos: 14.5,-19.5 + parent: 2 + - uid: 11478 + components: + - type: Transform + pos: 13.5,-19.5 + parent: 2 + - uid: 11479 + components: + - type: Transform + pos: 12.5,-19.5 + parent: 2 + - uid: 11480 + components: + - type: Transform + pos: 11.5,-19.5 + parent: 2 + - uid: 11481 + components: + - type: Transform + pos: 16.5,-18.5 + parent: 2 + - uid: 11482 + components: + - type: Transform + pos: 16.5,-17.5 + parent: 2 + - uid: 11486 + components: + - type: Transform + pos: 11.5,-18.5 + parent: 2 + - uid: 11487 + components: + - type: Transform + pos: 11.5,-17.5 + parent: 2 + - uid: 11488 + components: + - type: Transform + pos: 11.5,-16.5 + parent: 2 + - uid: 11489 + components: + - type: Transform + pos: 11.5,-15.5 + parent: 2 + - uid: 11490 + components: + - type: Transform + pos: 11.5,-14.5 + parent: 2 + - uid: 11491 + components: + - type: Transform + pos: 12.5,-14.5 + parent: 2 + - uid: 11492 + components: + - type: Transform + pos: 13.5,-14.5 + parent: 2 + - uid: 11493 + components: + - type: Transform + pos: 14.5,-14.5 + parent: 2 + - uid: 11494 + components: + - type: Transform + pos: 13.5,-15.5 + parent: 2 + - uid: 11495 + components: + - type: Transform + pos: 11.5,-12.5 + parent: 2 + - uid: 11496 + components: + - type: Transform + pos: 11.5,-11.5 + parent: 2 + - uid: 11497 + components: + - type: Transform + pos: 12.5,-11.5 + parent: 2 + - uid: 11498 + components: + - type: Transform + pos: 13.5,-11.5 + parent: 2 + - uid: 11499 + components: + - type: Transform + pos: 13.5,-10.5 + parent: 2 + - uid: 11500 + components: + - type: Transform + pos: 13.5,-9.5 + parent: 2 + - uid: 11501 + components: + - type: Transform + pos: 13.5,-8.5 + parent: 2 + - uid: 11502 + components: + - type: Transform + pos: 13.5,-7.5 + parent: 2 + - uid: 11503 + components: + - type: Transform + pos: 13.5,-6.5 + parent: 2 + - uid: 11504 + components: + - type: Transform + pos: 13.5,-5.5 + parent: 2 + - uid: 11505 + components: + - type: Transform + pos: 13.5,-4.5 + parent: 2 + - uid: 11506 + components: + - type: Transform + pos: 13.5,-3.5 + parent: 2 + - uid: 11507 + components: + - type: Transform + pos: 13.5,-2.5 + parent: 2 + - uid: 11508 + components: + - type: Transform + pos: 13.5,-1.5 + parent: 2 + - uid: 11509 + components: + - type: Transform + pos: 13.5,-0.5 + parent: 2 + - uid: 11510 + components: + - type: Transform + pos: 13.5,0.5 + parent: 2 + - uid: 11511 + components: + - type: Transform + pos: 13.5,1.5 + parent: 2 + - uid: 11512 + components: + - type: Transform + pos: 14.5,1.5 + parent: 2 + - uid: 11513 + components: + - type: Transform + pos: 15.5,1.5 + parent: 2 + - uid: 11514 + components: + - type: Transform + pos: 16.5,1.5 + parent: 2 + - uid: 11515 + components: + - type: Transform + pos: 17.5,1.5 + parent: 2 + - uid: 11516 + components: + - type: Transform + pos: 18.5,1.5 + parent: 2 + - uid: 11517 + components: + - type: Transform + pos: 12.5,1.5 + parent: 2 + - uid: 11518 + components: + - type: Transform + pos: 11.5,1.5 + parent: 2 + - uid: 11519 + components: + - type: Transform + pos: 10.5,1.5 + parent: 2 + - uid: 11520 + components: + - type: Transform + pos: 9.5,1.5 + parent: 2 + - uid: 11521 + components: + - type: Transform + pos: 9.5,0.5 + parent: 2 + - uid: 11522 + components: + - type: Transform + pos: 9.5,-0.5 + parent: 2 + - uid: 11523 + components: + - type: Transform + pos: 9.5,2.5 + parent: 2 + - uid: 11524 + components: + - type: Transform + pos: 9.5,3.5 + parent: 2 + - uid: 11525 + components: + - type: Transform + pos: 10.5,3.5 + parent: 2 + - uid: 11526 + components: + - type: Transform + pos: 11.5,3.5 + parent: 2 + - uid: 11527 + components: + - type: Transform + pos: 11.5,4.5 + parent: 2 + - uid: 11528 + components: + - type: Transform + pos: 11.5,5.5 + parent: 2 + - uid: 11529 + components: + - type: Transform + pos: 12.5,5.5 + parent: 2 + - uid: 11530 + components: + - type: Transform + pos: 12.5,6.5 + parent: 2 + - uid: 11531 + components: + - type: Transform + pos: 12.5,12.5 + parent: 2 + - uid: 11532 + components: + - type: Transform + pos: 11.5,12.5 + parent: 2 + - uid: 11533 + components: + - type: Transform + pos: 11.5,11.5 + parent: 2 + - uid: 11534 + components: + - type: Transform + pos: 11.5,10.5 + parent: 2 + - uid: 11535 + components: + - type: Transform + pos: 11.5,9.5 + parent: 2 + - uid: 11536 + components: + - type: Transform + pos: 11.5,8.5 + parent: 2 + - uid: 11537 + components: + - type: Transform + pos: 11.5,7.5 + parent: 2 + - uid: 11538 + components: + - type: Transform + pos: 15.5,12.5 + parent: 2 + - uid: 11539 + components: + - type: Transform + pos: 15.5,11.5 + parent: 2 + - uid: 11540 + components: + - type: Transform + pos: 15.5,10.5 + parent: 2 + - uid: 11541 + components: + - type: Transform + pos: 15.5,9.5 + parent: 2 + - uid: 11542 + components: + - type: Transform + pos: 14.5,9.5 + parent: 2 + - uid: 11544 + components: + - type: Transform + pos: 10.5,31.5 + parent: 2 + - uid: 11545 + components: + - type: Transform + pos: 9.5,31.5 + parent: 2 + - uid: 11546 + components: + - type: Transform + pos: 8.5,31.5 + parent: 2 + - uid: 11547 + components: + - type: Transform + pos: 7.5,31.5 + parent: 2 + - uid: 11548 + components: + - type: Transform + pos: 6.5,31.5 + parent: 2 + - uid: 11549 + components: + - type: Transform + pos: 5.5,31.5 + parent: 2 + - uid: 11550 + components: + - type: Transform + pos: 4.5,31.5 + parent: 2 + - uid: 11551 + components: + - type: Transform + pos: 3.5,31.5 + parent: 2 + - uid: 11552 + components: + - type: Transform + pos: 2.5,31.5 + parent: 2 + - uid: 11553 + components: + - type: Transform + pos: 5.5,32.5 + parent: 2 + - uid: 11554 + components: + - type: Transform + pos: 5.5,33.5 + parent: 2 + - uid: 11555 + components: + - type: Transform + pos: 5.5,34.5 + parent: 2 + - uid: 11556 + components: + - type: Transform + pos: 4.5,34.5 + parent: 2 + - uid: 11557 + components: + - type: Transform + pos: 4.5,35.5 + parent: 2 + - uid: 11558 + components: + - type: Transform + pos: 4.5,36.5 + parent: 2 + - uid: 11559 + components: + - type: Transform + pos: 4.5,37.5 + parent: 2 + - uid: 11560 + components: + - type: Transform + pos: 4.5,38.5 + parent: 2 + - uid: 11561 + components: + - type: Transform + pos: 8.5,34.5 + parent: 2 + - uid: 11562 + components: + - type: Transform + pos: 8.5,35.5 + parent: 2 + - uid: 11563 + components: + - type: Transform + pos: 8.5,36.5 + parent: 2 + - uid: 11564 + components: + - type: Transform + pos: 8.5,37.5 + parent: 2 + - uid: 11565 + components: + - type: Transform + pos: 8.5,38.5 + parent: 2 + - uid: 11566 + components: + - type: Transform + pos: 7.5,34.5 + parent: 2 + - uid: 11567 + components: + - type: Transform + pos: 6.5,34.5 + parent: 2 + - uid: 11568 + components: + - type: Transform + pos: 3.5,30.5 + parent: 2 + - uid: 11569 + components: + - type: Transform + pos: 3.5,29.5 + parent: 2 + - uid: 11570 + components: + - type: Transform + pos: 3.5,28.5 + parent: 2 + - uid: 11571 + components: + - type: Transform + pos: 3.5,27.5 + parent: 2 + - uid: 11572 + components: + - type: Transform + pos: 3.5,26.5 + parent: 2 + - uid: 11573 + components: + - type: Transform + pos: 11.5,26.5 + parent: 2 + - uid: 11574 + components: + - type: Transform + pos: 10.5,26.5 + parent: 2 + - uid: 11575 + components: + - type: Transform + pos: 9.5,26.5 + parent: 2 + - uid: 11576 + components: + - type: Transform + pos: 8.5,26.5 + parent: 2 + - uid: 11577 + components: + - type: Transform + pos: 8.5,25.5 + parent: 2 + - uid: 11578 + components: + - type: Transform + pos: 7.5,25.5 + parent: 2 + - uid: 11579 + components: + - type: Transform + pos: 8.5,27.5 + parent: 2 + - uid: 11580 + components: + - type: Transform + pos: 7.5,27.5 + parent: 2 + - uid: 11581 + components: + - type: Transform + pos: 6.5,27.5 + parent: 2 + - uid: 11583 + components: + - type: Transform + pos: 23.5,42.5 + parent: 2 + - uid: 11584 + components: + - type: Transform + pos: 23.5,43.5 + parent: 2 + - uid: 11585 + components: + - type: Transform + pos: 22.5,43.5 + parent: 2 + - uid: 11586 + components: + - type: Transform + pos: 21.5,43.5 + parent: 2 + - uid: 11587 + components: + - type: Transform + pos: 20.5,43.5 + parent: 2 + - uid: 11588 + components: + - type: Transform + pos: 19.5,43.5 + parent: 2 + - uid: 11589 + components: + - type: Transform + pos: 18.5,43.5 + parent: 2 + - uid: 11590 + components: + - type: Transform + pos: 17.5,43.5 + parent: 2 + - uid: 11591 + components: + - type: Transform + pos: 16.5,43.5 + parent: 2 + - uid: 11592 + components: + - type: Transform + pos: 15.5,43.5 + parent: 2 + - uid: 11593 + components: + - type: Transform + pos: 20.5,42.5 + parent: 2 + - uid: 11594 + components: + - type: Transform + pos: 20.5,41.5 + parent: 2 + - uid: 11595 + components: + - type: Transform + pos: 20.5,40.5 + parent: 2 + - uid: 11596 + components: + - type: Transform + pos: 20.5,39.5 + parent: 2 + - uid: 11597 + components: + - type: Transform + pos: 18.5,41.5 + parent: 2 + - uid: 11598 + components: + - type: Transform + pos: 17.5,41.5 + parent: 2 + - uid: 11599 + components: + - type: Transform + pos: 16.5,41.5 + parent: 2 + - uid: 11600 + components: + - type: Transform + pos: 15.5,41.5 + parent: 2 + - uid: 11601 + components: + - type: Transform + pos: 14.5,41.5 + parent: 2 + - uid: 11603 + components: + - type: Transform + pos: 19.5,41.5 + parent: 2 + - uid: 11605 + components: + - type: Transform + pos: 18.5,52.5 + parent: 2 + - uid: 11606 + components: + - type: Transform + pos: 18.5,51.5 + parent: 2 + - uid: 11607 + components: + - type: Transform + pos: 18.5,50.5 + parent: 2 + - uid: 11608 + components: + - type: Transform + pos: 18.5,49.5 + parent: 2 + - uid: 11609 + components: + - type: Transform + pos: 18.5,48.5 + parent: 2 + - uid: 11610 + components: + - type: Transform + pos: 18.5,47.5 + parent: 2 + - uid: 11611 + components: + - type: Transform + pos: 18.5,46.5 + parent: 2 + - uid: 11612 + components: + - type: Transform + pos: 18.5,45.5 + parent: 2 + - uid: 11613 + components: + - type: Transform + pos: 17.5,47.5 + parent: 2 + - uid: 11614 + components: + - type: Transform + pos: 16.5,47.5 + parent: 2 + - uid: 11615 + components: + - type: Transform + pos: 15.5,47.5 + parent: 2 + - uid: 11616 + components: + - type: Transform + pos: 14.5,47.5 + parent: 2 + - uid: 11617 + components: + - type: Transform + pos: 17.5,49.5 + parent: 2 + - uid: 11618 + components: + - type: Transform + pos: 16.5,49.5 + parent: 2 + - uid: 11619 + components: + - type: Transform + pos: 15.5,49.5 + parent: 2 + - uid: 11620 + components: + - type: Transform + pos: 14.5,49.5 + parent: 2 + - uid: 11621 + components: + - type: Transform + pos: 17.5,51.5 + parent: 2 + - uid: 11622 + components: + - type: Transform + pos: 16.5,51.5 + parent: 2 + - uid: 11623 + components: + - type: Transform + pos: 15.5,51.5 + parent: 2 + - uid: 11624 + components: + - type: Transform + pos: 14.5,51.5 + parent: 2 + - uid: 11625 + components: + - type: Transform + pos: 15.5,52.5 + parent: 2 + - uid: 11626 + components: + - type: Transform + pos: 15.5,53.5 + parent: 2 + - uid: 11627 + components: + - type: Transform + pos: 15.5,54.5 + parent: 2 + - uid: 11628 + components: + - type: Transform + pos: 15.5,55.5 + parent: 2 + - uid: 11629 + components: + - type: Transform + pos: 45.5,52.5 + parent: 2 + - uid: 11630 + components: + - type: Transform + pos: 45.5,53.5 + parent: 2 + - uid: 11631 + components: + - type: Transform + pos: 45.5,54.5 + parent: 2 + - uid: 11632 + components: + - type: Transform + pos: 45.5,55.5 + parent: 2 + - uid: 11633 + components: + - type: Transform + pos: 45.5,56.5 + parent: 2 + - uid: 11634 + components: + - type: Transform + pos: 45.5,57.5 + parent: 2 + - uid: 11635 + components: + - type: Transform + pos: 45.5,58.5 + parent: 2 + - uid: 11636 + components: + - type: Transform + pos: 45.5,59.5 + parent: 2 + - uid: 11637 + components: + - type: Transform + pos: 45.5,60.5 + parent: 2 + - uid: 11638 + components: + - type: Transform + pos: 45.5,61.5 + parent: 2 + - uid: 11639 + components: + - type: Transform + pos: 44.5,55.5 + parent: 2 + - uid: 11640 + components: + - type: Transform + pos: 43.5,55.5 + parent: 2 + - uid: 11641 + components: + - type: Transform + pos: 42.5,55.5 + parent: 2 + - uid: 11642 + components: + - type: Transform + pos: 41.5,55.5 + parent: 2 + - uid: 11643 + components: + - type: Transform + pos: 40.5,55.5 + parent: 2 + - uid: 11644 + components: + - type: Transform + pos: 39.5,55.5 + parent: 2 + - uid: 11645 + components: + - type: Transform + pos: 38.5,55.5 + parent: 2 + - uid: 11646 + components: + - type: Transform + pos: 37.5,55.5 + parent: 2 + - uid: 11647 + components: + - type: Transform + pos: 36.5,55.5 + parent: 2 + - uid: 11648 + components: + - type: Transform + pos: 35.5,55.5 + parent: 2 + - uid: 11649 + components: + - type: Transform + pos: 21.5,52.5 + parent: 2 + - uid: 11650 + components: + - type: Transform + pos: 21.5,51.5 + parent: 2 + - uid: 11651 + components: + - type: Transform + pos: 21.5,50.5 + parent: 2 + - uid: 11652 + components: + - type: Transform + pos: 21.5,49.5 + parent: 2 + - uid: 11653 + components: + - type: Transform + pos: 21.5,48.5 + parent: 2 + - uid: 11654 + components: + - type: Transform + pos: 21.5,47.5 + parent: 2 + - uid: 11655 + components: + - type: Transform + pos: 21.5,46.5 + parent: 2 + - uid: 11656 + components: + - type: Transform + pos: 22.5,47.5 + parent: 2 + - uid: 11657 + components: + - type: Transform + pos: 23.5,47.5 + parent: 2 + - uid: 11658 + components: + - type: Transform + pos: 24.5,47.5 + parent: 2 + - uid: 11659 + components: + - type: Transform + pos: 25.5,47.5 + parent: 2 + - uid: 11660 + components: + - type: Transform + pos: 26.5,47.5 + parent: 2 + - uid: 11661 + components: + - type: Transform + pos: 27.5,47.5 + parent: 2 + - uid: 11662 + components: + - type: Transform + pos: 28.5,47.5 + parent: 2 + - uid: 11663 + components: + - type: Transform + pos: 29.5,47.5 + parent: 2 + - uid: 11664 + components: + - type: Transform + pos: 30.5,47.5 + parent: 2 + - uid: 11665 + components: + - type: Transform + pos: 31.5,47.5 + parent: 2 + - uid: 11666 + components: + - type: Transform + pos: 32.5,47.5 + parent: 2 + - uid: 11667 + components: + - type: Transform + pos: 33.5,47.5 + parent: 2 + - uid: 11669 + components: + - type: Transform + pos: 34.5,49.5 + parent: 2 + - uid: 11670 + components: + - type: Transform + pos: 35.5,49.5 + parent: 2 + - uid: 11671 + components: + - type: Transform + pos: 36.5,49.5 + parent: 2 + - uid: 11672 + components: + - type: Transform + pos: 36.5,50.5 + parent: 2 + - uid: 11673 + components: + - type: Transform + pos: 37.5,50.5 + parent: 2 + - uid: 11674 + components: + - type: Transform + pos: 38.5,50.5 + parent: 2 + - uid: 11675 + components: + - type: Transform + pos: 39.5,50.5 + parent: 2 + - uid: 11676 + components: + - type: Transform + pos: 39.5,51.5 + parent: 2 + - uid: 11677 + components: + - type: Transform + pos: 40.5,51.5 + parent: 2 + - uid: 11678 + components: + - type: Transform + pos: 41.5,51.5 + parent: 2 + - uid: 11679 + components: + - type: Transform + pos: 42.5,51.5 + parent: 2 + - uid: 11680 + components: + - type: Transform + pos: 43.5,51.5 + parent: 2 + - uid: 11681 + components: + - type: Transform + pos: 39.5,49.5 + parent: 2 + - uid: 11682 + components: + - type: Transform + pos: 39.5,48.5 + parent: 2 + - uid: 11683 + components: + - type: Transform + pos: 40.5,48.5 + parent: 2 + - uid: 11684 + components: + - type: Transform + pos: 41.5,48.5 + parent: 2 + - uid: 11685 + components: + - type: Transform + pos: 42.5,48.5 + parent: 2 + - uid: 11686 + components: + - type: Transform + pos: 43.5,48.5 + parent: 2 + - uid: 11687 + components: + - type: Transform + pos: 36.5,48.5 + parent: 2 + - uid: 11688 + components: + - type: Transform + pos: 36.5,47.5 + parent: 2 + - uid: 11689 + components: + - type: Transform + pos: 36.5,51.5 + parent: 2 + - uid: 11690 + components: + - type: Transform + pos: 36.5,52.5 + parent: 2 + - uid: 11691 + components: + - type: Transform + pos: 22.5,51.5 + parent: 2 + - uid: 11692 + components: + - type: Transform + pos: 23.5,51.5 + parent: 2 + - uid: 11693 + components: + - type: Transform + pos: 24.5,51.5 + parent: 2 + - uid: 11694 + components: + - type: Transform + pos: 25.5,51.5 + parent: 2 + - uid: 11695 + components: + - type: Transform + pos: 26.5,51.5 + parent: 2 + - uid: 11696 + components: + - type: Transform + pos: 22.5,52.5 + parent: 2 + - uid: 11697 + components: + - type: Transform + pos: 22.5,53.5 + parent: 2 + - uid: 11698 + components: + - type: Transform + pos: 22.5,54.5 + parent: 2 + - uid: 11699 + components: + - type: Transform + pos: 22.5,55.5 + parent: 2 + - uid: 11700 + components: + - type: Transform + pos: 21.5,54.5 + parent: 2 + - uid: 11701 + components: + - type: Transform + pos: 20.5,54.5 + parent: 2 + - uid: 11702 + components: + - type: Transform + pos: 19.5,54.5 + parent: 2 + - uid: 11703 + components: + - type: Transform + pos: 18.5,54.5 + parent: 2 + - uid: 11704 + components: + - type: Transform + pos: 23.5,54.5 + parent: 2 + - uid: 11705 + components: + - type: Transform + pos: 24.5,54.5 + parent: 2 + - uid: 11706 + components: + - type: Transform + pos: 25.5,54.5 + parent: 2 + - uid: 11707 + components: + - type: Transform + pos: 26.5,54.5 + parent: 2 + - uid: 11708 + components: + - type: Transform + pos: 27.5,54.5 + parent: 2 + - uid: 11709 + components: + - type: Transform + pos: 28.5,54.5 + parent: 2 + - uid: 11710 + components: + - type: Transform + pos: 29.5,54.5 + parent: 2 + - uid: 11711 + components: + - type: Transform + pos: 30.5,54.5 + parent: 2 + - uid: 11712 + components: + - type: Transform + pos: 31.5,54.5 + parent: 2 + - uid: 11713 + components: + - type: Transform + pos: 32.5,54.5 + parent: 2 + - uid: 11714 + components: + - type: Transform + pos: 33.5,54.5 + parent: 2 + - uid: 11715 + components: + - type: Transform + pos: 27.5,51.5 + parent: 2 + - uid: 11716 + components: + - type: Transform + pos: 28.5,51.5 + parent: 2 + - uid: 11717 + components: + - type: Transform + pos: 29.5,51.5 + parent: 2 + - uid: 11718 + components: + - type: Transform + pos: 30.5,51.5 + parent: 2 + - uid: 11719 + components: + - type: Transform + pos: 31.5,51.5 + parent: 2 + - uid: 11720 + components: + - type: Transform + pos: 32.5,51.5 + parent: 2 + - uid: 11721 + components: + - type: Transform + pos: 33.5,51.5 + parent: 2 + - uid: 11722 + components: + - type: Transform + pos: 31.5,50.5 + parent: 2 + - uid: 11723 + components: + - type: Transform + pos: 31.5,49.5 + parent: 2 + - uid: 11724 + components: + - type: Transform + pos: 31.5,48.5 + parent: 2 + - uid: 11725 + components: + - type: Transform + pos: 27.5,50.5 + parent: 2 + - uid: 11726 + components: + - type: Transform + pos: 27.5,49.5 + parent: 2 + - uid: 11727 + components: + - type: Transform + pos: 27.5,48.5 + parent: 2 + - uid: 11728 + components: + - type: Transform + pos: 24.5,50.5 + parent: 2 + - uid: 11729 + components: + - type: Transform + pos: 24.5,49.5 + parent: 2 + - uid: 11730 + components: + - type: Transform + pos: 24.5,48.5 + parent: 2 + - uid: 11731 + components: + - type: Transform + pos: 27.5,46.5 + parent: 2 + - uid: 11732 + components: + - type: Transform + pos: 27.5,45.5 + parent: 2 + - uid: 11733 + components: + - type: Transform + pos: 27.5,44.5 + parent: 2 + - uid: 11734 + components: + - type: Transform + pos: 27.5,43.5 + parent: 2 + - uid: 11735 + components: + - type: Transform + pos: 27.5,42.5 + parent: 2 + - uid: 11736 + components: + - type: Transform + pos: 27.5,41.5 + parent: 2 + - uid: 11737 + components: + - type: Transform + pos: 28.5,41.5 + parent: 2 + - uid: 11738 + components: + - type: Transform + pos: 29.5,41.5 + parent: 2 + - uid: 11739 + components: + - type: Transform + pos: 30.5,41.5 + parent: 2 + - uid: 11740 + components: + - type: Transform + pos: 31.5,41.5 + parent: 2 + - uid: 11741 + components: + - type: Transform + pos: 32.5,41.5 + parent: 2 + - uid: 11742 + components: + - type: Transform + pos: 33.5,41.5 + parent: 2 + - uid: 11743 + components: + - type: Transform + pos: 31.5,42.5 + parent: 2 + - uid: 11744 + components: + - type: Transform + pos: 31.5,43.5 + parent: 2 + - uid: 11745 + components: + - type: Transform + pos: 31.5,44.5 + parent: 2 + - uid: 11746 + components: + - type: Transform + pos: 31.5,45.5 + parent: 2 + - uid: 11747 + components: + - type: Transform + pos: 31.5,46.5 + parent: 2 + - uid: 11748 + components: + - type: Transform + pos: 28.5,44.5 + parent: 2 + - uid: 11749 + components: + - type: Transform + pos: 29.5,44.5 + parent: 2 + - uid: 11750 + components: + - type: Transform + pos: 30.5,44.5 + parent: 2 + - uid: 11751 + components: + - type: Transform + pos: 32.5,44.5 + parent: 2 + - uid: 11752 + components: + - type: Transform + pos: 33.5,44.5 + parent: 2 + - uid: 11753 + components: + - type: Transform + pos: 26.5,41.5 + parent: 2 + - uid: 11754 + components: + - type: Transform + pos: 25.5,41.5 + parent: 2 + - uid: 11755 + components: + - type: Transform + pos: 26.5,44.5 + parent: 2 + - uid: 11756 + components: + - type: Transform + pos: 25.5,44.5 + parent: 2 + - uid: 11757 + components: + - type: Transform + pos: 28.5,49.5 + parent: 2 + - uid: 11758 + components: + - type: Transform + pos: 29.5,49.5 + parent: 2 + - uid: 11759 + components: + - type: Transform + pos: 30.5,49.5 + parent: 2 + - uid: 11760 + components: + - type: Transform + pos: 28.5,39.5 + parent: 2 + - uid: 11761 + components: + - type: Transform + pos: 27.5,39.5 + parent: 2 + - uid: 11762 + components: + - type: Transform + pos: 26.5,39.5 + parent: 2 + - uid: 11763 + components: + - type: Transform + pos: 27.5,40.5 + parent: 2 + - uid: 11764 + components: + - type: Transform + pos: 34.5,42.5 + parent: 2 + - uid: 11765 + components: + - type: Transform + pos: 34.5,41.5 + parent: 2 + - uid: 11766 + components: + - type: Transform + pos: 40.5,43.5 + parent: 2 + - uid: 11767 + components: + - type: Transform + pos: 40.5,42.5 + parent: 2 + - uid: 11768 + components: + - type: Transform + pos: 40.5,41.5 + parent: 2 + - uid: 11769 + components: + - type: Transform + pos: 40.5,40.5 + parent: 2 + - uid: 11770 + components: + - type: Transform + pos: 41.5,41.5 + parent: 2 + - uid: 11771 + components: + - type: Transform + pos: 42.5,41.5 + parent: 2 + - uid: 11772 + components: + - type: Transform + pos: 43.5,41.5 + parent: 2 + - uid: 11773 + components: + - type: Transform + pos: 12.5,38.5 + parent: 2 + - uid: 11774 + components: + - type: Transform + pos: 12.5,39.5 + parent: 2 + - uid: 11775 + components: + - type: Transform + pos: 12.5,40.5 + parent: 2 + - uid: 11776 + components: + - type: Transform + pos: 12.5,41.5 + parent: 2 + - uid: 11777 + components: + - type: Transform + pos: 12.5,42.5 + parent: 2 + - uid: 11778 + components: + - type: Transform + pos: 12.5,43.5 + parent: 2 + - uid: 11779 + components: + - type: Transform + pos: 12.5,44.5 + parent: 2 + - uid: 11780 + components: + - type: Transform + pos: 12.5,45.5 + parent: 2 + - uid: 11781 + components: + - type: Transform + pos: 11.5,41.5 + parent: 2 + - uid: 11782 + components: + - type: Transform + pos: 10.5,41.5 + parent: 2 + - uid: 11783 + components: + - type: Transform + pos: 9.5,41.5 + parent: 2 + - uid: 11784 + components: + - type: Transform + pos: 10.5,42.5 + parent: 2 + - uid: 11785 + components: + - type: Transform + pos: 10.5,43.5 + parent: 2 + - uid: 11786 + components: + - type: Transform + pos: 10.5,44.5 + parent: 2 + - uid: 11787 + components: + - type: Transform + pos: 12.5,46.5 + parent: 2 + - uid: 11788 + components: + - type: Transform + pos: 12.5,47.5 + parent: 2 + - uid: 11789 + components: + - type: Transform + pos: 12.5,48.5 + parent: 2 + - uid: 11790 + components: + - type: Transform + pos: 12.5,49.5 + parent: 2 + - uid: 11791 + components: + - type: Transform + pos: 12.5,50.5 + parent: 2 + - uid: 11792 + components: + - type: Transform + pos: 12.5,51.5 + parent: 2 + - uid: 11793 + components: + - type: Transform + pos: 12.5,52.5 + parent: 2 + - uid: 11794 + components: + - type: Transform + pos: 12.5,53.5 + parent: 2 + - uid: 11795 + components: + - type: Transform + pos: 12.5,54.5 + parent: 2 + - uid: 11796 + components: + - type: Transform + pos: 12.5,55.5 + parent: 2 + - uid: 11797 + components: + - type: Transform + pos: 11.5,55.5 + parent: 2 + - uid: 11798 + components: + - type: Transform + pos: 10.5,55.5 + parent: 2 + - uid: 11799 + components: + - type: Transform + pos: 10.5,56.5 + parent: 2 + - uid: 11800 + components: + - type: Transform + pos: 10.5,57.5 + parent: 2 + - uid: 11801 + components: + - type: Transform + pos: 10.5,58.5 + parent: 2 + - uid: 11802 + components: + - type: Transform + pos: 10.5,59.5 + parent: 2 + - uid: 11803 + components: + - type: Transform + pos: 10.5,60.5 + parent: 2 + - uid: 11804 + components: + - type: Transform + pos: 10.5,61.5 + parent: 2 + - uid: 11805 + components: + - type: Transform + pos: 11.5,56.5 + parent: 2 + - uid: 11806 + components: + - type: Transform + pos: 11.5,57.5 + parent: 2 + - uid: 11807 + components: + - type: Transform + pos: 11.5,58.5 + parent: 2 + - uid: 11808 + components: + - type: Transform + pos: 11.5,59.5 + parent: 2 + - uid: 11809 + components: + - type: Transform + pos: 11.5,60.5 + parent: 2 + - uid: 11810 + components: + - type: Transform + pos: 11.5,61.5 + parent: 2 + - uid: 11811 + components: + - type: Transform + pos: 11.5,61.5 + parent: 2 + - uid: 11812 + components: + - type: Transform + pos: 12.5,61.5 + parent: 2 + - uid: 11813 + components: + - type: Transform + pos: 13.5,61.5 + parent: 2 + - uid: 11814 + components: + - type: Transform + pos: 14.5,61.5 + parent: 2 + - uid: 11815 + components: + - type: Transform + pos: 15.5,61.5 + parent: 2 + - uid: 11816 + components: + - type: Transform + pos: 16.5,61.5 + parent: 2 + - uid: 11817 + components: + - type: Transform + pos: 16.5,60.5 + parent: 2 + - uid: 11818 + components: + - type: Transform + pos: 16.5,59.5 + parent: 2 + - uid: 11819 + components: + - type: Transform + pos: 16.5,58.5 + parent: 2 + - uid: 11820 + components: + - type: Transform + pos: 16.5,57.5 + parent: 2 + - uid: 11821 + components: + - type: Transform + pos: 15.5,58.5 + parent: 2 + - uid: 11822 + components: + - type: Transform + pos: 14.5,58.5 + parent: 2 + - uid: 11823 + components: + - type: Transform + pos: 13.5,58.5 + parent: 2 + - uid: 11824 + components: + - type: Transform + pos: 12.5,58.5 + parent: 2 + - uid: 11825 + components: + - type: Transform + pos: 11.5,58.5 + parent: 2 + - uid: 11826 + components: + - type: Transform + pos: 17.5,58.5 + parent: 2 + - uid: 11827 + components: + - type: Transform + pos: 18.5,58.5 + parent: 2 + - uid: 11828 + components: + - type: Transform + pos: 19.5,58.5 + parent: 2 + - uid: 11829 + components: + - type: Transform + pos: 14.5,62.5 + parent: 2 + - uid: 11830 + components: + - type: Transform + pos: 14.5,63.5 + parent: 2 + - uid: 11831 + components: + - type: Transform + pos: 14.5,64.5 + parent: 2 + - uid: 11832 + components: + - type: Transform + pos: 14.5,65.5 + parent: 2 + - uid: 11833 + components: + - type: Transform + pos: 14.5,66.5 + parent: 2 + - uid: 11834 + components: + - type: Transform + pos: 14.5,67.5 + parent: 2 + - uid: 11835 + components: + - type: Transform + pos: 14.5,68.5 + parent: 2 + - uid: 11836 + components: + - type: Transform + pos: 14.5,69.5 + parent: 2 + - uid: 11837 + components: + - type: Transform + pos: 14.5,70.5 + parent: 2 + - uid: 11838 + components: + - type: Transform + pos: 14.5,71.5 + parent: 2 + - uid: 11839 + components: + - type: Transform + pos: 14.5,72.5 + parent: 2 + - uid: 11840 + components: + - type: Transform + pos: 14.5,73.5 + parent: 2 + - uid: 11841 + components: + - type: Transform + pos: 14.5,74.5 + parent: 2 + - uid: 11842 + components: + - type: Transform + pos: 14.5,75.5 + parent: 2 + - uid: 11843 + components: + - type: Transform + pos: 14.5,76.5 + parent: 2 + - uid: 11844 + components: + - type: Transform + pos: 14.5,77.5 + parent: 2 + - uid: 11845 + components: + - type: Transform + pos: 14.5,78.5 + parent: 2 + - uid: 11846 + components: + - type: Transform + pos: 14.5,79.5 + parent: 2 + - uid: 11847 + components: + - type: Transform + pos: 14.5,80.5 + parent: 2 + - uid: 11848 + components: + - type: Transform + pos: 14.5,81.5 + parent: 2 + - uid: 11849 + components: + - type: Transform + pos: 14.5,82.5 + parent: 2 + - uid: 11850 + components: + - type: Transform + pos: 14.5,83.5 + parent: 2 + - uid: 11851 + components: + - type: Transform + pos: 13.5,80.5 + parent: 2 + - uid: 11852 + components: + - type: Transform + pos: 12.5,80.5 + parent: 2 + - uid: 11853 + components: + - type: Transform + pos: 11.5,80.5 + parent: 2 + - uid: 11854 + components: + - type: Transform + pos: 10.5,80.5 + parent: 2 + - uid: 11855 + components: + - type: Transform + pos: 9.5,80.5 + parent: 2 + - uid: 11856 + components: + - type: Transform + pos: 13.5,78.5 + parent: 2 + - uid: 11857 + components: + - type: Transform + pos: 12.5,78.5 + parent: 2 + - uid: 11858 + components: + - type: Transform + pos: 11.5,78.5 + parent: 2 + - uid: 11859 + components: + - type: Transform + pos: 10.5,78.5 + parent: 2 + - uid: 11860 + components: + - type: Transform + pos: 9.5,78.5 + parent: 2 + - uid: 11861 + components: + - type: Transform + pos: 13.5,72.5 + parent: 2 + - uid: 11862 + components: + - type: Transform + pos: 12.5,72.5 + parent: 2 + - uid: 11863 + components: + - type: Transform + pos: 11.5,72.5 + parent: 2 + - uid: 11864 + components: + - type: Transform + pos: 10.5,72.5 + parent: 2 + - uid: 11865 + components: + - type: Transform + pos: 9.5,72.5 + parent: 2 + - uid: 11866 + components: + - type: Transform + pos: 13.5,70.5 + parent: 2 + - uid: 11867 + components: + - type: Transform + pos: 12.5,70.5 + parent: 2 + - uid: 11868 + components: + - type: Transform + pos: 11.5,70.5 + parent: 2 + - uid: 11869 + components: + - type: Transform + pos: 10.5,70.5 + parent: 2 + - uid: 11870 + components: + - type: Transform + pos: 9.5,70.5 + parent: 2 + - uid: 11871 + components: + - type: Transform + pos: 17.5,61.5 + parent: 2 + - uid: 11872 + components: + - type: Transform + pos: 18.5,61.5 + parent: 2 + - uid: 11873 + components: + - type: Transform + pos: 19.5,61.5 + parent: 2 + - uid: 11874 + components: + - type: Transform + pos: 20.5,61.5 + parent: 2 + - uid: 11875 + components: + - type: Transform + pos: 21.5,61.5 + parent: 2 + - uid: 11876 + components: + - type: Transform + pos: 22.5,61.5 + parent: 2 + - uid: 11877 + components: + - type: Transform + pos: 23.5,61.5 + parent: 2 + - uid: 11878 + components: + - type: Transform + pos: 22.5,60.5 + parent: 2 + - uid: 11879 + components: + - type: Transform + pos: 22.5,59.5 + parent: 2 + - uid: 11880 + components: + - type: Transform + pos: 22.5,58.5 + parent: 2 + - uid: 11881 + components: + - type: Transform + pos: 22.5,57.5 + parent: 2 + - uid: 11882 + components: + - type: Transform + pos: 23.5,62.5 + parent: 2 + - uid: 11883 + components: + - type: Transform + pos: 24.5,62.5 + parent: 2 + - uid: 11884 + components: + - type: Transform + pos: 25.5,62.5 + parent: 2 + - uid: 11885 + components: + - type: Transform + pos: 26.5,62.5 + parent: 2 + - uid: 11886 + components: + - type: Transform + pos: 27.5,62.5 + parent: 2 + - uid: 11887 + components: + - type: Transform + pos: 28.5,62.5 + parent: 2 + - uid: 11888 + components: + - type: Transform + pos: 29.5,62.5 + parent: 2 + - uid: 11889 + components: + - type: Transform + pos: 30.5,62.5 + parent: 2 + - uid: 11890 + components: + - type: Transform + pos: 31.5,62.5 + parent: 2 + - uid: 11891 + components: + - type: Transform + pos: 32.5,62.5 + parent: 2 + - uid: 11892 + components: + - type: Transform + pos: 33.5,62.5 + parent: 2 + - uid: 11893 + components: + - type: Transform + pos: 34.5,62.5 + parent: 2 + - uid: 11894 + components: + - type: Transform + pos: 30.5,61.5 + parent: 2 + - uid: 11895 + components: + - type: Transform + pos: 30.5,60.5 + parent: 2 + - uid: 11896 + components: + - type: Transform + pos: 32.5,64.5 + parent: 2 + - uid: 11897 + components: + - type: Transform + pos: 32.5,63.5 + parent: 2 + - uid: 11898 + components: + - type: Transform + pos: 32.5,65.5 + parent: 2 + - uid: 11899 + components: + - type: Transform + pos: 32.5,66.5 + parent: 2 + - uid: 11900 + components: + - type: Transform + pos: 32.5,67.5 + parent: 2 + - uid: 11901 + components: + - type: Transform + pos: 33.5,66.5 + parent: 2 + - uid: 11902 + components: + - type: Transform + pos: 34.5,66.5 + parent: 2 + - uid: 11903 + components: + - type: Transform + pos: 35.5,66.5 + parent: 2 + - uid: 11904 + components: + - type: Transform + pos: 36.5,66.5 + parent: 2 + - uid: 11905 + components: + - type: Transform + pos: 37.5,66.5 + parent: 2 + - uid: 11906 + components: + - type: Transform + pos: 36.5,64.5 + parent: 2 + - uid: 11907 + components: + - type: Transform + pos: 36.5,63.5 + parent: 2 + - uid: 11908 + components: + - type: Transform + pos: 36.5,62.5 + parent: 2 + - uid: 11909 + components: + - type: Transform + pos: 36.5,61.5 + parent: 2 + - uid: 11910 + components: + - type: Transform + pos: 36.5,60.5 + parent: 2 + - uid: 11911 + components: + - type: Transform + pos: 36.5,59.5 + parent: 2 + - uid: 11912 + components: + - type: Transform + pos: 36.5,58.5 + parent: 2 + - uid: 11913 + components: + - type: Transform + pos: 36.5,57.5 + parent: 2 + - uid: 11914 + components: + - type: Transform + pos: 36.5,56.5 + parent: 2 + - uid: 11915 + components: + - type: Transform + pos: 36.5,55.5 + parent: 2 + - uid: 11916 + components: + - type: Transform + pos: 36.5,54.5 + parent: 2 + - uid: 11918 + components: + - type: Transform + pos: 50.5,67.5 + parent: 2 + - uid: 11919 + components: + - type: Transform + pos: 50.5,66.5 + parent: 2 + - uid: 11920 + components: + - type: Transform + pos: 50.5,65.5 + parent: 2 + - uid: 11921 + components: + - type: Transform + pos: 49.5,65.5 + parent: 2 + - uid: 11922 + components: + - type: Transform + pos: 48.5,65.5 + parent: 2 + - uid: 11923 + components: + - type: Transform + pos: 47.5,65.5 + parent: 2 + - uid: 11924 + components: + - type: Transform + pos: 46.5,65.5 + parent: 2 + - uid: 11925 + components: + - type: Transform + pos: 45.5,65.5 + parent: 2 + - uid: 11926 + components: + - type: Transform + pos: 44.5,65.5 + parent: 2 + - uid: 11927 + components: + - type: Transform + pos: 44.5,66.5 + parent: 2 + - uid: 11928 + components: + - type: Transform + pos: 47.5,66.5 + parent: 2 + - uid: 11929 + components: + - type: Transform + pos: 47.5,67.5 + parent: 2 + - uid: 11930 + components: + - type: Transform + pos: 47.5,68.5 + parent: 2 + - uid: 11931 + components: + - type: Transform + pos: 47.5,69.5 + parent: 2 + - uid: 11932 + components: + - type: Transform + pos: 47.5,70.5 + parent: 2 + - uid: 11933 + components: + - type: Transform + pos: 47.5,71.5 + parent: 2 + - uid: 11934 + components: + - type: Transform + pos: 47.5,72.5 + parent: 2 + - uid: 11935 + components: + - type: Transform + pos: 47.5,73.5 + parent: 2 + - uid: 11936 + components: + - type: Transform + pos: 47.5,74.5 + parent: 2 + - uid: 11937 + components: + - type: Transform + pos: 51.5,65.5 + parent: 2 + - uid: 11938 + components: + - type: Transform + pos: 52.5,65.5 + parent: 2 + - uid: 11939 + components: + - type: Transform + pos: 53.5,65.5 + parent: 2 + - uid: 11940 + components: + - type: Transform + pos: 54.5,65.5 + parent: 2 + - uid: 11941 + components: + - type: Transform + pos: 49.5,64.5 + parent: 2 + - uid: 11942 + components: + - type: Transform + pos: 49.5,63.5 + parent: 2 + - uid: 11943 + components: + - type: Transform + pos: 49.5,62.5 + parent: 2 + - uid: 11944 + components: + - type: Transform + pos: 49.5,61.5 + parent: 2 + - uid: 11945 + components: + - type: Transform + pos: 49.5,60.5 + parent: 2 + - uid: 11946 + components: + - type: Transform + pos: 49.5,59.5 + parent: 2 + - uid: 11947 + components: + - type: Transform + pos: 50.5,60.5 + parent: 2 + - uid: 11948 + components: + - type: Transform + pos: 51.5,60.5 + parent: 2 + - uid: 11949 + components: + - type: Transform + pos: 52.5,60.5 + parent: 2 + - uid: 11950 + components: + - type: Transform + pos: 53.5,60.5 + parent: 2 + - uid: 11951 + components: + - type: Transform + pos: 54.5,60.5 + parent: 2 + - uid: 11952 + components: + - type: Transform + pos: 53.5,59.5 + parent: 2 + - uid: 11953 + components: + - type: Transform + pos: 53.5,58.5 + parent: 2 + - uid: 11954 + components: + - type: Transform + pos: 53.5,57.5 + parent: 2 + - uid: 11955 + components: + - type: Transform + pos: 53.5,56.5 + parent: 2 + - uid: 11956 + components: + - type: Transform + pos: 53.5,55.5 + parent: 2 + - uid: 11957 + components: + - type: Transform + pos: 48.5,59.5 + parent: 2 + - uid: 11958 + components: + - type: Transform + pos: 48.5,58.5 + parent: 2 + - uid: 11959 + components: + - type: Transform + pos: 48.5,57.5 + parent: 2 + - uid: 11960 + components: + - type: Transform + pos: 48.5,56.5 + parent: 2 + - uid: 11961 + components: + - type: Transform + pos: 48.5,55.5 + parent: 2 + - uid: 11962 + components: + - type: Transform + pos: 49.5,56.5 + parent: 2 + - uid: 11963 + components: + - type: Transform + pos: 50.5,56.5 + parent: 2 + - uid: 11964 + components: + - type: Transform + pos: 51.5,56.5 + parent: 2 + - uid: 11965 + components: + - type: Transform + pos: 54.5,56.5 + parent: 2 + - uid: 11966 + components: + - type: Transform + pos: 57.5,53.5 + parent: 2 + - uid: 11967 + components: + - type: Transform + pos: 57.5,54.5 + parent: 2 + - uid: 11968 + components: + - type: Transform + pos: 57.5,55.5 + parent: 2 + - uid: 11969 + components: + - type: Transform + pos: 57.5,56.5 + parent: 2 + - uid: 11970 + components: + - type: Transform + pos: 57.5,57.5 + parent: 2 + - uid: 11971 + components: + - type: Transform + pos: 57.5,58.5 + parent: 2 + - uid: 11972 + components: + - type: Transform + pos: 57.5,59.5 + parent: 2 + - uid: 11973 + components: + - type: Transform + pos: 57.5,60.5 + parent: 2 + - uid: 11974 + components: + - type: Transform + pos: 57.5,61.5 + parent: 2 + - uid: 11975 + components: + - type: Transform + pos: 57.5,62.5 + parent: 2 + - uid: 11976 + components: + - type: Transform + pos: 57.5,63.5 + parent: 2 + - uid: 11977 + components: + - type: Transform + pos: 57.5,64.5 + parent: 2 + - uid: 11978 + components: + - type: Transform + pos: 57.5,65.5 + parent: 2 + - uid: 11979 + components: + - type: Transform + pos: 57.5,66.5 + parent: 2 + - uid: 11980 + components: + - type: Transform + pos: 57.5,67.5 + parent: 2 + - uid: 11981 + components: + - type: Transform + pos: 57.5,68.5 + parent: 2 + - uid: 11982 + components: + - type: Transform + pos: 57.5,69.5 + parent: 2 + - uid: 11983 + components: + - type: Transform + pos: 57.5,70.5 + parent: 2 + - uid: 11984 + components: + - type: Transform + pos: 57.5,71.5 + parent: 2 + - uid: 11985 + components: + - type: Transform + pos: 57.5,72.5 + parent: 2 + - uid: 11986 + components: + - type: Transform + pos: 57.5,73.5 + parent: 2 + - uid: 11987 + components: + - type: Transform + pos: 57.5,74.5 + parent: 2 + - uid: 11988 + components: + - type: Transform + pos: 57.5,75.5 + parent: 2 + - uid: 11989 + components: + - type: Transform + pos: 57.5,76.5 + parent: 2 + - uid: 11990 + components: + - type: Transform + pos: 56.5,76.5 + parent: 2 + - uid: 11991 + components: + - type: Transform + pos: 55.5,76.5 + parent: 2 + - uid: 11992 + components: + - type: Transform + pos: 54.5,76.5 + parent: 2 + - uid: 11993 + components: + - type: Transform + pos: 53.5,76.5 + parent: 2 + - uid: 11994 + components: + - type: Transform + pos: 54.5,77.5 + parent: 2 + - uid: 11996 + components: + - type: Transform + pos: 39.5,63.5 + parent: 2 + - uid: 11997 + components: + - type: Transform + pos: 39.5,62.5 + parent: 2 + - uid: 11998 + components: + - type: Transform + pos: 39.5,61.5 + parent: 2 + - uid: 11999 + components: + - type: Transform + pos: 39.5,60.5 + parent: 2 + - uid: 12000 + components: + - type: Transform + pos: 39.5,59.5 + parent: 2 + - uid: 12001 + components: + - type: Transform + pos: 39.5,58.5 + parent: 2 + - uid: 12002 + components: + - type: Transform + pos: 39.5,57.5 + parent: 2 + - uid: 12003 + components: + - type: Transform + pos: 40.5,58.5 + parent: 2 + - uid: 12004 + components: + - type: Transform + pos: 41.5,58.5 + parent: 2 + - uid: 12005 + components: + - type: Transform + pos: 42.5,58.5 + parent: 2 + - uid: 12006 + components: + - type: Transform + pos: 40.5,61.5 + parent: 2 + - uid: 12007 + components: + - type: Transform + pos: 41.5,61.5 + parent: 2 + - uid: 12008 + components: + - type: Transform + pos: 42.5,61.5 + parent: 2 + - uid: 12009 + components: + - type: Transform + pos: 39.5,64.5 + parent: 2 + - uid: 12010 + components: + - type: Transform + pos: 39.5,65.5 + parent: 2 + - uid: 12011 + components: + - type: Transform + pos: 39.5,66.5 + parent: 2 + - uid: 12012 + components: + - type: Transform + pos: 40.5,65.5 + parent: 2 + - uid: 12013 + components: + - type: Transform + pos: 41.5,65.5 + parent: 2 + - uid: 12014 + components: + - type: Transform + pos: 42.5,64.5 + parent: 2 + - uid: 12015 + components: + - type: Transform + pos: 42.5,66.5 + parent: 2 + - uid: 12016 + components: + - type: Transform + pos: 41.5,64.5 + parent: 2 + - uid: 12017 + components: + - type: Transform + pos: 41.5,66.5 + parent: 2 + - uid: 12019 + components: + - type: Transform + pos: 56.5,70.5 + parent: 2 + - uid: 12020 + components: + - type: Transform + pos: 55.5,70.5 + parent: 2 + - uid: 12021 + components: + - type: Transform + pos: 54.5,70.5 + parent: 2 + - uid: 12022 + components: + - type: Transform + pos: 53.5,70.5 + parent: 2 + - uid: 12023 + components: + - type: Transform + pos: 52.5,70.5 + parent: 2 + - uid: 12024 + components: + - type: Transform + pos: 51.5,70.5 + parent: 2 + - uid: 12025 + components: + - type: Transform + pos: 50.5,70.5 + parent: 2 + - uid: 12026 + components: + - type: Transform + pos: 53.5,71.5 + parent: 2 + - uid: 12027 + components: + - type: Transform + pos: 53.5,72.5 + parent: 2 + - uid: 12028 + components: + - type: Transform + pos: 53.5,73.5 + parent: 2 + - uid: 12029 + components: + - type: Transform + pos: 53.5,74.5 + parent: 2 + - uid: 12030 + components: + - type: Transform + pos: 53.5,69.5 + parent: 2 + - uid: 12031 + components: + - type: Transform + pos: 53.5,68.5 + parent: 2 + - uid: 12032 + components: + - type: Transform + pos: 50.5,69.5 + parent: 2 + - uid: 12035 + components: + - type: Transform + pos: 50.5,72.5 + parent: 2 + - uid: 12036 + components: + - type: Transform + pos: 50.5,73.5 + parent: 2 + - uid: 12037 + components: + - type: Transform + pos: 50.5,74.5 + parent: 2 + - uid: 12038 + components: + - type: Transform + pos: 54.5,73.5 + parent: 2 + - uid: 12041 + components: + - type: Transform + pos: 41.5,69.5 + parent: 2 + - uid: 12042 + components: + - type: Transform + pos: 42.5,69.5 + parent: 2 + - uid: 12043 + components: + - type: Transform + pos: 43.5,69.5 + parent: 2 + - uid: 12044 + components: + - type: Transform + pos: 44.5,69.5 + parent: 2 + - uid: 12045 + components: + - type: Transform + pos: 43.5,70.5 + parent: 2 + - uid: 12046 + components: + - type: Transform + pos: 43.5,71.5 + parent: 2 + - uid: 12047 + components: + - type: Transform + pos: 43.5,72.5 + parent: 2 + - uid: 12048 + components: + - type: Transform + pos: 43.5,74.5 + parent: 2 + - uid: 12049 + components: + - type: Transform + pos: 43.5,75.5 + parent: 2 + - uid: 12050 + components: + - type: Transform + pos: 43.5,76.5 + parent: 2 + - uid: 12051 + components: + - type: Transform + pos: 43.5,73.5 + parent: 2 + - uid: 12052 + components: + - type: Transform + pos: 42.5,75.5 + parent: 2 + - uid: 12053 + components: + - type: Transform + pos: 42.5,71.5 + parent: 2 + - uid: 12054 + components: + - type: Transform + pos: 41.5,71.5 + parent: 2 + - uid: 12055 + components: + - type: Transform + pos: 40.5,71.5 + parent: 2 + - uid: 12056 + components: + - type: Transform + pos: 39.5,71.5 + parent: 2 + - uid: 12057 + components: + - type: Transform + pos: 38.5,71.5 + parent: 2 + - uid: 12058 + components: + - type: Transform + pos: 37.5,71.5 + parent: 2 + - uid: 12059 + components: + - type: Transform + pos: 36.5,71.5 + parent: 2 + - uid: 12060 + components: + - type: Transform + pos: 35.5,71.5 + parent: 2 + - uid: 12061 + components: + - type: Transform + pos: 34.5,71.5 + parent: 2 + - uid: 12062 + components: + - type: Transform + pos: 33.5,71.5 + parent: 2 + - uid: 12063 + components: + - type: Transform + pos: 32.5,71.5 + parent: 2 + - uid: 12064 + components: + - type: Transform + pos: 37.5,72.5 + parent: 2 + - uid: 12065 + components: + - type: Transform + pos: 37.5,73.5 + parent: 2 + - uid: 12066 + components: + - type: Transform + pos: 37.5,74.5 + parent: 2 + - uid: 12067 + components: + - type: Transform + pos: 37.5,75.5 + parent: 2 + - uid: 12068 + components: + - type: Transform + pos: 37.5,76.5 + parent: 2 + - uid: 12069 + components: + - type: Transform + pos: 37.5,77.5 + parent: 2 + - uid: 12070 + components: + - type: Transform + pos: 37.5,78.5 + parent: 2 + - uid: 12071 + components: + - type: Transform + pos: 37.5,79.5 + parent: 2 + - uid: 12072 + components: + - type: Transform + pos: 37.5,80.5 + parent: 2 + - uid: 12073 + components: + - type: Transform + pos: 37.5,81.5 + parent: 2 + - uid: 12074 + components: + - type: Transform + pos: 37.5,82.5 + parent: 2 + - uid: 12075 + components: + - type: Transform + pos: 36.5,80.5 + parent: 2 + - uid: 12076 + components: + - type: Transform + pos: 35.5,80.5 + parent: 2 + - uid: 12077 + components: + - type: Transform + pos: 34.5,80.5 + parent: 2 + - uid: 12078 + components: + - type: Transform + pos: 34.5,81.5 + parent: 2 + - uid: 12079 + components: + - type: Transform + pos: 34.5,82.5 + parent: 2 + - uid: 12080 + components: + - type: Transform + pos: 34.5,83.5 + parent: 2 + - uid: 12081 + components: + - type: Transform + pos: 34.5,84.5 + parent: 2 + - uid: 12082 + components: + - type: Transform + pos: 34.5,85.5 + parent: 2 + - uid: 12083 + components: + - type: Transform + pos: 34.5,86.5 + parent: 2 + - uid: 12084 + components: + - type: Transform + pos: 38.5,80.5 + parent: 2 + - uid: 12085 + components: + - type: Transform + pos: 39.5,80.5 + parent: 2 + - uid: 12086 + components: + - type: Transform + pos: 40.5,80.5 + parent: 2 + - uid: 12087 + components: + - type: Transform + pos: 41.5,80.5 + parent: 2 + - uid: 12088 + components: + - type: Transform + pos: 42.5,80.5 + parent: 2 + - uid: 12089 + components: + - type: Transform + pos: 43.5,80.5 + parent: 2 + - uid: 12090 + components: + - type: Transform + pos: 44.5,80.5 + parent: 2 + - uid: 12091 + components: + - type: Transform + pos: 45.5,80.5 + parent: 2 + - uid: 12092 + components: + - type: Transform + pos: 46.5,80.5 + parent: 2 + - uid: 12093 + components: + - type: Transform + pos: 47.5,80.5 + parent: 2 + - uid: 12094 + components: + - type: Transform + pos: 48.5,80.5 + parent: 2 + - uid: 12095 + components: + - type: Transform + pos: 49.5,80.5 + parent: 2 + - uid: 12096 + components: + - type: Transform + pos: 50.5,80.5 + parent: 2 + - uid: 12098 + components: + - type: Transform + pos: 50.5,81.5 + parent: 2 + - uid: 12099 + components: + - type: Transform + pos: 50.5,82.5 + parent: 2 + - uid: 12100 + components: + - type: Transform + pos: 50.5,83.5 + parent: 2 + - uid: 12101 + components: + - type: Transform + pos: 50.5,84.5 + parent: 2 + - uid: 12102 + components: + - type: Transform + pos: 50.5,85.5 + parent: 2 + - uid: 12103 + components: + - type: Transform + pos: 50.5,86.5 + parent: 2 + - uid: 12104 + components: + - type: Transform + pos: 50.5,87.5 + parent: 2 + - uid: 12105 + components: + - type: Transform + pos: 45.5,81.5 + parent: 2 + - uid: 12106 + components: + - type: Transform + pos: 45.5,82.5 + parent: 2 + - uid: 12107 + components: + - type: Transform + pos: 45.5,83.5 + parent: 2 + - uid: 12108 + components: + - type: Transform + pos: 45.5,84.5 + parent: 2 + - uid: 12109 + components: + - type: Transform + pos: 45.5,85.5 + parent: 2 + - uid: 12110 + components: + - type: Transform + pos: 45.5,86.5 + parent: 2 + - uid: 12111 + components: + - type: Transform + pos: 45.5,87.5 + parent: 2 + - uid: 12112 + components: + - type: Transform + pos: 46.5,87.5 + parent: 2 + - uid: 12113 + components: + - type: Transform + pos: 46.5,88.5 + parent: 2 + - uid: 12114 + components: + - type: Transform + pos: 46.5,89.5 + parent: 2 + - uid: 12115 + components: + - type: Transform + pos: 45.5,79.5 + parent: 2 + - uid: 12116 + components: + - type: Transform + pos: 45.5,78.5 + parent: 2 + - uid: 12117 + components: + - type: Transform + pos: 49.5,79.5 + parent: 2 + - uid: 12118 + components: + - type: Transform + pos: 49.5,78.5 + parent: 2 + - uid: 12119 + components: + - type: Transform + pos: 49.5,77.5 + parent: 2 + - uid: 12120 + components: + - type: Transform + pos: 49.5,76.5 + parent: 2 + - uid: 12121 + components: + - type: Transform + pos: 43.5,78.5 + parent: 2 + - uid: 12122 + components: + - type: Transform + pos: 42.5,78.5 + parent: 2 + - uid: 12123 + components: + - type: Transform + pos: 41.5,78.5 + parent: 2 + - uid: 12124 + components: + - type: Transform + pos: 40.5,78.5 + parent: 2 + - uid: 12125 + components: + - type: Transform + pos: 39.5,78.5 + parent: 2 + - uid: 12126 + components: + - type: Transform + pos: 44.5,78.5 + parent: 2 + - uid: 12127 + components: + - type: Transform + pos: 38.5,78.5 + parent: 2 + - uid: 12128 + components: + - type: Transform + pos: 39.5,77.5 + parent: 2 + - uid: 12129 + components: + - type: Transform + pos: 39.5,76.5 + parent: 2 + - uid: 12130 + components: + - type: Transform + pos: 39.5,75.5 + parent: 2 + - uid: 12131 + components: + - type: Transform + pos: 39.5,74.5 + parent: 2 + - uid: 12132 + components: + - type: Transform + pos: 39.5,73.5 + parent: 2 + - uid: 12133 + components: + - type: Transform + pos: 39.5,72.5 + parent: 2 + - uid: 12134 + components: + - type: Transform + pos: 36.5,75.5 + parent: 2 + - uid: 12135 + components: + - type: Transform + pos: 35.5,75.5 + parent: 2 + - uid: 12136 + components: + - type: Transform + pos: 34.5,75.5 + parent: 2 + - uid: 12139 + components: + - type: Transform + pos: 72.5,66.5 + parent: 2 + - uid: 12140 + components: + - type: Transform + pos: 72.5,65.5 + parent: 2 + - uid: 12141 + components: + - type: Transform + pos: 72.5,64.5 + parent: 2 + - uid: 12142 + components: + - type: Transform + pos: 72.5,63.5 + parent: 2 + - uid: 12143 + components: + - type: Transform + pos: 72.5,62.5 + parent: 2 + - uid: 12144 + components: + - type: Transform + pos: 72.5,61.5 + parent: 2 + - uid: 12145 + components: + - type: Transform + pos: 72.5,60.5 + parent: 2 + - uid: 12146 + components: + - type: Transform + pos: 72.5,59.5 + parent: 2 + - uid: 12147 + components: + - type: Transform + pos: 72.5,58.5 + parent: 2 + - uid: 12148 + components: + - type: Transform + pos: 72.5,57.5 + parent: 2 + - uid: 12149 + components: + - type: Transform + pos: 72.5,56.5 + parent: 2 + - uid: 12150 + components: + - type: Transform + pos: 72.5,55.5 + parent: 2 + - uid: 12151 + components: + - type: Transform + pos: 71.5,58.5 + parent: 2 + - uid: 12152 + components: + - type: Transform + pos: 70.5,58.5 + parent: 2 + - uid: 12153 + components: + - type: Transform + pos: 69.5,58.5 + parent: 2 + - uid: 12154 + components: + - type: Transform + pos: 68.5,58.5 + parent: 2 + - uid: 12155 + components: + - type: Transform + pos: 71.5,55.5 + parent: 2 + - uid: 12156 + components: + - type: Transform + pos: 70.5,55.5 + parent: 2 + - uid: 12157 + components: + - type: Transform + pos: 69.5,55.5 + parent: 2 + - uid: 12158 + components: + - type: Transform + pos: 68.5,55.5 + parent: 2 + - uid: 12159 + components: + - type: Transform + pos: 73.5,55.5 + parent: 2 + - uid: 12160 + components: + - type: Transform + pos: 74.5,55.5 + parent: 2 + - uid: 12161 + components: + - type: Transform + pos: 75.5,55.5 + parent: 2 + - uid: 12162 + components: + - type: Transform + pos: 76.5,55.5 + parent: 2 + - uid: 12163 + components: + - type: Transform + pos: 77.5,55.5 + parent: 2 + - uid: 12164 + components: + - type: Transform + pos: 78.5,55.5 + parent: 2 + - uid: 12165 + components: + - type: Transform + pos: 79.5,55.5 + parent: 2 + - uid: 12166 + components: + - type: Transform + pos: 80.5,55.5 + parent: 2 + - uid: 12167 + components: + - type: Transform + pos: 81.5,55.5 + parent: 2 + - uid: 12168 + components: + - type: Transform + pos: 82.5,55.5 + parent: 2 + - uid: 12169 + components: + - type: Transform + pos: 83.5,55.5 + parent: 2 + - uid: 12170 + components: + - type: Transform + pos: 82.5,56.5 + parent: 2 + - uid: 12171 + components: + - type: Transform + pos: 82.5,57.5 + parent: 2 + - uid: 12172 + components: + - type: Transform + pos: 82.5,58.5 + parent: 2 + - uid: 12173 + components: + - type: Transform + pos: 82.5,59.5 + parent: 2 + - uid: 12174 + components: + - type: Transform + pos: 82.5,60.5 + parent: 2 + - uid: 12175 + components: + - type: Transform + pos: 82.5,61.5 + parent: 2 + - uid: 12176 + components: + - type: Transform + pos: 82.5,62.5 + parent: 2 + - uid: 12177 + components: + - type: Transform + pos: 82.5,63.5 + parent: 2 + - uid: 12178 + components: + - type: Transform + pos: 82.5,64.5 + parent: 2 + - uid: 12179 + components: + - type: Transform + pos: 82.5,65.5 + parent: 2 + - uid: 12180 + components: + - type: Transform + pos: 81.5,65.5 + parent: 2 + - uid: 12181 + components: + - type: Transform + pos: 80.5,65.5 + parent: 2 + - uid: 12182 + components: + - type: Transform + pos: 79.5,65.5 + parent: 2 + - uid: 12183 + components: + - type: Transform + pos: 78.5,65.5 + parent: 2 + - uid: 12184 + components: + - type: Transform + pos: 77.5,65.5 + parent: 2 + - uid: 12185 + components: + - type: Transform + pos: 76.5,65.5 + parent: 2 + - uid: 12186 + components: + - type: Transform + pos: 75.5,65.5 + parent: 2 + - uid: 12187 + components: + - type: Transform + pos: 74.5,65.5 + parent: 2 + - uid: 12188 + components: + - type: Transform + pos: 73.5,65.5 + parent: 2 + - uid: 12189 + components: + - type: Transform + pos: 71.5,65.5 + parent: 2 + - uid: 12190 + components: + - type: Transform + pos: 70.5,65.5 + parent: 2 + - uid: 12191 + components: + - type: Transform + pos: 69.5,65.5 + parent: 2 + - uid: 12192 + components: + - type: Transform + pos: 68.5,65.5 + parent: 2 + - uid: 12193 + components: + - type: Transform + pos: 68.5,64.5 + parent: 2 + - uid: 12194 + components: + - type: Transform + pos: 68.5,63.5 + parent: 2 + - uid: 12195 + components: + - type: Transform + pos: 68.5,62.5 + parent: 2 + - uid: 12196 + components: + - type: Transform + pos: 68.5,61.5 + parent: 2 + - uid: 12197 + components: + - type: Transform + pos: 68.5,60.5 + parent: 2 + - uid: 12198 + components: + - type: Transform + pos: 68.5,59.5 + parent: 2 + - uid: 12199 + components: + - type: Transform + pos: 69.5,61.5 + parent: 2 + - uid: 12200 + components: + - type: Transform + pos: 70.5,61.5 + parent: 2 + - uid: 12201 + components: + - type: Transform + pos: 71.5,61.5 + parent: 2 + - uid: 12202 + components: + - type: Transform + pos: 73.5,60.5 + parent: 2 + - uid: 12203 + components: + - type: Transform + pos: 74.5,60.5 + parent: 2 + - uid: 12204 + components: + - type: Transform + pos: 75.5,60.5 + parent: 2 + - uid: 12205 + components: + - type: Transform + pos: 76.5,60.5 + parent: 2 + - uid: 12206 + components: + - type: Transform + pos: 77.5,60.5 + parent: 2 + - uid: 12207 + components: + - type: Transform + pos: 78.5,60.5 + parent: 2 + - uid: 12208 + components: + - type: Transform + pos: 79.5,60.5 + parent: 2 + - uid: 12209 + components: + - type: Transform + pos: 80.5,60.5 + parent: 2 + - uid: 12210 + components: + - type: Transform + pos: 81.5,60.5 + parent: 2 + - uid: 12211 + components: + - type: Transform + pos: 83.5,63.5 + parent: 2 + - uid: 12212 + components: + - type: Transform + pos: 84.5,63.5 + parent: 2 + - uid: 12213 + components: + - type: Transform + pos: 85.5,63.5 + parent: 2 + - uid: 12214 + components: + - type: Transform + pos: 86.5,63.5 + parent: 2 + - uid: 12215 + components: + - type: Transform + pos: 87.5,63.5 + parent: 2 + - uid: 12216 + components: + - type: Transform + pos: 87.5,57.5 + parent: 2 + - uid: 12217 + components: + - type: Transform + pos: 86.5,57.5 + parent: 2 + - uid: 12218 + components: + - type: Transform + pos: 85.5,57.5 + parent: 2 + - uid: 12219 + components: + - type: Transform + pos: 84.5,57.5 + parent: 2 + - uid: 12220 + components: + - type: Transform + pos: 83.5,57.5 + parent: 2 + - uid: 12221 + components: + - type: Transform + pos: 82.5,54.5 + parent: 2 + - uid: 12222 + components: + - type: Transform + pos: 82.5,53.5 + parent: 2 + - uid: 12223 + components: + - type: Transform + pos: 82.5,52.5 + parent: 2 + - uid: 12224 + components: + - type: Transform + pos: 76.5,56.5 + parent: 2 + - uid: 12225 + components: + - type: Transform + pos: 76.5,57.5 + parent: 2 + - uid: 12226 + components: + - type: Transform + pos: 76.5,58.5 + parent: 2 + - uid: 12227 + components: + - type: Transform + pos: 76.5,59.5 + parent: 2 + - uid: 12228 + components: + - type: Transform + pos: 76.5,61.5 + parent: 2 + - uid: 12229 + components: + - type: Transform + pos: 76.5,62.5 + parent: 2 + - uid: 12230 + components: + - type: Transform + pos: 76.5,63.5 + parent: 2 + - uid: 12231 + components: + - type: Transform + pos: 76.5,64.5 + parent: 2 + - uid: 12232 + components: + - type: Transform + pos: 67.5,57.5 + parent: 2 + - uid: 12233 + components: + - type: Transform + pos: 66.5,57.5 + parent: 2 + - uid: 12234 + components: + - type: Transform + pos: 65.5,57.5 + parent: 2 + - uid: 12235 + components: + - type: Transform + pos: 64.5,57.5 + parent: 2 + - uid: 12236 + components: + - type: Transform + pos: 63.5,57.5 + parent: 2 + - uid: 12237 + components: + - type: Transform + pos: 62.5,57.5 + parent: 2 + - uid: 12238 + components: + - type: Transform + pos: 62.5,56.5 + parent: 2 + - uid: 12239 + components: + - type: Transform + pos: 42.5,87.5 + parent: 2 + - uid: 12322 + components: + - type: Transform + pos: 83.5,48.5 + parent: 2 + - uid: 12323 + components: + - type: Transform + pos: 84.5,48.5 + parent: 2 + - uid: 12324 + components: + - type: Transform + pos: 85.5,48.5 + parent: 2 + - uid: 12325 + components: + - type: Transform + pos: 86.5,48.5 + parent: 2 + - uid: 12326 + components: + - type: Transform + pos: 83.5,41.5 + parent: 2 + - uid: 12327 + components: + - type: Transform + pos: 84.5,41.5 + parent: 2 + - uid: 12328 + components: + - type: Transform + pos: 85.5,41.5 + parent: 2 + - uid: 12456 + components: + - type: Transform + pos: 71.5,41.5 + parent: 2 + - uid: 12458 + components: + - type: Transform + pos: 72.5,41.5 + parent: 2 + - uid: 12459 + components: + - type: Transform + pos: 73.5,41.5 + parent: 2 + - uid: 12460 + components: + - type: Transform + pos: 74.5,41.5 + parent: 2 + - uid: 12461 + components: + - type: Transform + pos: 75.5,41.5 + parent: 2 + - uid: 12462 + components: + - type: Transform + pos: 76.5,41.5 + parent: 2 + - uid: 12463 + components: + - type: Transform + pos: 77.5,41.5 + parent: 2 + - uid: 12464 + components: + - type: Transform + pos: 79.5,41.5 + parent: 2 + - uid: 12465 + components: + - type: Transform + pos: 78.5,41.5 + parent: 2 + - uid: 12466 + components: + - type: Transform + pos: 75.5,42.5 + parent: 2 + - uid: 12467 + components: + - type: Transform + pos: 75.5,43.5 + parent: 2 + - uid: 12468 + components: + - type: Transform + pos: 74.5,43.5 + parent: 2 + - uid: 12469 + components: + - type: Transform + pos: 73.5,43.5 + parent: 2 + - uid: 12470 + components: + - type: Transform + pos: 73.5,44.5 + parent: 2 + - uid: 12471 + components: + - type: Transform + pos: 73.5,45.5 + parent: 2 + - uid: 12472 + components: + - type: Transform + pos: 73.5,46.5 + parent: 2 + - uid: 12473 + components: + - type: Transform + pos: 73.5,47.5 + parent: 2 + - uid: 12474 + components: + - type: Transform + pos: 73.5,48.5 + parent: 2 + - uid: 12475 + components: + - type: Transform + pos: 73.5,49.5 + parent: 2 + - uid: 12476 + components: + - type: Transform + pos: 73.5,50.5 + parent: 2 + - uid: 12477 + components: + - type: Transform + pos: 72.5,45.5 + parent: 2 + - uid: 12478 + components: + - type: Transform + pos: 71.5,45.5 + parent: 2 + - uid: 12479 + components: + - type: Transform + pos: 74.5,47.5 + parent: 2 + - uid: 12480 + components: + - type: Transform + pos: 75.5,47.5 + parent: 2 + - uid: 12481 + components: + - type: Transform + pos: 76.5,47.5 + parent: 2 + - uid: 12482 + components: + - type: Transform + pos: 77.5,47.5 + parent: 2 + - uid: 12483 + components: + - type: Transform + pos: 77.5,48.5 + parent: 2 + - uid: 12484 + components: + - type: Transform + pos: 77.5,49.5 + parent: 2 + - uid: 12485 + components: + - type: Transform + pos: 77.5,50.5 + parent: 2 + - uid: 12486 + components: + - type: Transform + pos: 77.5,46.5 + parent: 2 + - uid: 12487 + components: + - type: Transform + pos: 77.5,45.5 + parent: 2 + - uid: 12488 + components: + - type: Transform + pos: 77.5,44.5 + parent: 2 + - uid: 13443 + components: + - type: Transform + pos: 3.5,18.5 + parent: 2 + - uid: 13444 + components: + - type: Transform + pos: 33.5,83.5 + parent: 2 + - uid: 13445 + components: + - type: Transform + pos: 31.5,83.5 + parent: 2 + - uid: 13446 + components: + - type: Transform + pos: 30.5,83.5 + parent: 2 + - uid: 13447 + components: + - type: Transform + pos: 29.5,83.5 + parent: 2 + - uid: 13448 + components: + - type: Transform + pos: 28.5,83.5 + parent: 2 + - uid: 13449 + components: + - type: Transform + pos: 27.5,83.5 + parent: 2 + - uid: 13450 + components: + - type: Transform + pos: 26.5,83.5 + parent: 2 + - uid: 13451 + components: + - type: Transform + pos: 33.5,81.5 + parent: 2 + - uid: 13452 + components: + - type: Transform + pos: 32.5,81.5 + parent: 2 + - uid: 13453 + components: + - type: Transform + pos: 31.5,81.5 + parent: 2 + - uid: 13454 + components: + - type: Transform + pos: 30.5,81.5 + parent: 2 + - uid: 13455 + components: + - type: Transform + pos: 29.5,81.5 + parent: 2 + - uid: 13456 + components: + - type: Transform + pos: 28.5,81.5 + parent: 2 + - uid: 13457 + components: + - type: Transform + pos: 27.5,81.5 + parent: 2 + - uid: 13458 + components: + - type: Transform + pos: 26.5,81.5 + parent: 2 + - uid: 13459 + components: + - type: Transform + pos: 26.5,79.5 + parent: 2 + - uid: 13460 + components: + - type: Transform + pos: 27.5,79.5 + parent: 2 + - uid: 13461 + components: + - type: Transform + pos: 28.5,79.5 + parent: 2 + - uid: 13462 + components: + - type: Transform + pos: 29.5,79.5 + parent: 2 + - uid: 13463 + components: + - type: Transform + pos: 30.5,79.5 + parent: 2 + - uid: 13464 + components: + - type: Transform + pos: 31.5,79.5 + parent: 2 + - uid: 13465 + components: + - type: Transform + pos: 32.5,79.5 + parent: 2 + - uid: 13466 + components: + - type: Transform + pos: 33.5,79.5 + parent: 2 + - uid: 13467 + components: + - type: Transform + pos: 34.5,79.5 + parent: 2 + - uid: 13468 + components: + - type: Transform + pos: 34.5,78.5 + parent: 2 + - uid: 13469 + components: + - type: Transform + pos: 34.5,77.5 + parent: 2 + - uid: 13470 + components: + - type: Transform + pos: 34.5,76.5 + parent: 2 + - uid: 13471 + components: + - type: Transform + pos: 33.5,77.5 + parent: 2 + - uid: 13472 + components: + - type: Transform + pos: 32.5,77.5 + parent: 2 + - uid: 13473 + components: + - type: Transform + pos: 31.5,77.5 + parent: 2 + - uid: 13474 + components: + - type: Transform + pos: 30.5,77.5 + parent: 2 + - uid: 13475 + components: + - type: Transform + pos: 29.5,77.5 + parent: 2 + - uid: 13476 + components: + - type: Transform + pos: 28.5,77.5 + parent: 2 + - uid: 13477 + components: + - type: Transform + pos: 27.5,77.5 + parent: 2 + - uid: 13478 + components: + - type: Transform + pos: 26.5,77.5 + parent: 2 + - uid: 13479 + components: + - type: Transform + pos: 26.5,75.5 + parent: 2 + - uid: 13480 + components: + - type: Transform + pos: 27.5,75.5 + parent: 2 + - uid: 13481 + components: + - type: Transform + pos: 28.5,75.5 + parent: 2 + - uid: 13482 + components: + - type: Transform + pos: 29.5,75.5 + parent: 2 + - uid: 13483 + components: + - type: Transform + pos: 30.5,75.5 + parent: 2 + - uid: 13484 + components: + - type: Transform + pos: 31.5,75.5 + parent: 2 + - uid: 13485 + components: + - type: Transform + pos: 32.5,75.5 + parent: 2 + - uid: 13486 + components: + - type: Transform + pos: 33.5,75.5 + parent: 2 + - uid: 13487 + components: + - type: Transform + pos: 26.5,73.5 + parent: 2 + - uid: 13488 + components: + - type: Transform + pos: 27.5,73.5 + parent: 2 + - uid: 13489 + components: + - type: Transform + pos: 28.5,73.5 + parent: 2 + - uid: 13490 + components: + - type: Transform + pos: 29.5,73.5 + parent: 2 + - uid: 13491 + components: + - type: Transform + pos: 30.5,73.5 + parent: 2 + - uid: 13492 + components: + - type: Transform + pos: 31.5,73.5 + parent: 2 + - uid: 13493 + components: + - type: Transform + pos: 32.5,73.5 + parent: 2 + - uid: 13494 + components: + - type: Transform + pos: 33.5,73.5 + parent: 2 + - uid: 13495 + components: + - type: Transform + pos: 34.5,73.5 + parent: 2 + - uid: 13496 + components: + - type: Transform + pos: 34.5,74.5 + parent: 2 + - uid: 13504 + components: + - type: Transform + pos: 47.5,89.5 + parent: 2 + - uid: 13505 + components: + - type: Transform + pos: 48.5,89.5 + parent: 2 + - uid: 13506 + components: + - type: Transform + pos: 49.5,89.5 + parent: 2 + - uid: 13507 + components: + - type: Transform + pos: 50.5,89.5 + parent: 2 + - uid: 13513 + components: + - type: Transform + pos: 75.5,54.5 + parent: 2 + - uid: 13514 + components: + - type: Transform + pos: 76.5,54.5 + parent: 2 + - uid: 13547 + components: + - type: Transform + pos: 11.5,22.5 + parent: 2 + - uid: 13548 + components: + - type: Transform + pos: 10.5,22.5 + parent: 2 + - uid: 13549 + components: + - type: Transform + pos: 9.5,22.5 + parent: 2 + - uid: 13550 + components: + - type: Transform + pos: 8.5,22.5 + parent: 2 + - uid: 13551 + components: + - type: Transform + pos: 7.5,22.5 + parent: 2 + - uid: 13552 + components: + - type: Transform + pos: 17.5,25.5 + parent: 2 + - uid: 13553 + components: + - type: Transform + pos: 16.5,25.5 + parent: 2 + - uid: 13794 + components: + - type: Transform + pos: 79.5,29.5 + parent: 2 + - uid: 13795 + components: + - type: Transform + pos: 79.5,28.5 + parent: 2 + - uid: 13796 + components: + - type: Transform + pos: 79.5,27.5 + parent: 2 + - uid: 13797 + components: + - type: Transform + pos: 79.5,26.5 + parent: 2 + - uid: 13798 + components: + - type: Transform + pos: 80.5,28.5 + parent: 2 + - uid: 13799 + components: + - type: Transform + pos: 81.5,28.5 + parent: 2 + - uid: 13800 + components: + - type: Transform + pos: 79.5,30.5 + parent: 2 + - uid: 13801 + components: + - type: Transform + pos: 79.5,31.5 + parent: 2 + - uid: 13802 + components: + - type: Transform + pos: 79.5,32.5 + parent: 2 + - uid: 13803 + components: + - type: Transform + pos: 79.5,33.5 + parent: 2 + - uid: 13804 + components: + - type: Transform + pos: 79.5,34.5 + parent: 2 + - uid: 13805 + components: + - type: Transform + pos: 78.5,32.5 + parent: 2 + - uid: 13806 + components: + - type: Transform + pos: 77.5,32.5 + parent: 2 + - uid: 13807 + components: + - type: Transform + pos: 76.5,32.5 + parent: 2 + - uid: 13808 + components: + - type: Transform + pos: 75.5,32.5 + parent: 2 + - uid: 13809 + components: + - type: Transform + pos: 74.5,32.5 + parent: 2 + - uid: 13810 + components: + - type: Transform + pos: 73.5,32.5 + parent: 2 + - uid: 13811 + components: + - type: Transform + pos: 80.5,32.5 + parent: 2 + - uid: 13812 + components: + - type: Transform + pos: 81.5,32.5 + parent: 2 + - uid: 13813 + components: + - type: Transform + pos: 82.5,32.5 + parent: 2 + - uid: 13814 + components: + - type: Transform + pos: 83.5,32.5 + parent: 2 + - uid: 13815 + components: + - type: Transform + pos: 83.5,33.5 + parent: 2 + - uid: 13816 + components: + - type: Transform + pos: 83.5,34.5 + parent: 2 + - uid: 13817 + components: + - type: Transform + pos: 83.5,31.5 + parent: 2 + - uid: 13818 + components: + - type: Transform + pos: 83.5,30.5 + parent: 2 + - uid: 13819 + components: + - type: Transform + pos: 83.5,29.5 + parent: 2 + - uid: 13820 + components: + - type: Transform + pos: 83.5,28.5 + parent: 2 + - uid: 13821 + components: + - type: Transform + pos: 80.5,26.5 + parent: 2 + - uid: 13822 + components: + - type: Transform + pos: 81.5,26.5 + parent: 2 + - uid: 13823 + components: + - type: Transform + pos: 82.5,26.5 + parent: 2 + - uid: 13824 + components: + - type: Transform + pos: 83.5,26.5 + parent: 2 + - uid: 13825 + components: + - type: Transform + pos: 84.5,26.5 + parent: 2 + - uid: 13826 + components: + - type: Transform + pos: 79.5,29.5 + parent: 2 + - uid: 13902 + components: + - type: Transform + pos: 41.5,87.5 + parent: 2 + - uid: 13915 + components: + - type: Transform + pos: 67.5,51.5 + parent: 2 + - uid: 13916 + components: + - type: Transform + pos: 67.5,50.5 + parent: 2 + - uid: 13917 + components: + - type: Transform + pos: 67.5,49.5 + parent: 2 + - uid: 13918 + components: + - type: Transform + pos: 67.5,48.5 + parent: 2 + - uid: 13919 + components: + - type: Transform + pos: 66.5,48.5 + parent: 2 + - uid: 13920 + components: + - type: Transform + pos: 65.5,48.5 + parent: 2 + - uid: 13921 + components: + - type: Transform + pos: 64.5,48.5 + parent: 2 + - uid: 13922 + components: + - type: Transform + pos: 65.5,58.5 + parent: 2 + - uid: 13923 + components: + - type: Transform + pos: 65.5,59.5 + parent: 2 + - uid: 13924 + components: + - type: Transform + pos: 65.5,60.5 + parent: 2 + - uid: 13925 + components: + - type: Transform + pos: 65.5,61.5 + parent: 2 + - uid: 13926 + components: + - type: Transform + pos: 65.5,62.5 + parent: 2 + - uid: 13927 + components: + - type: Transform + pos: 65.5,63.5 + parent: 2 + - uid: 13928 + components: + - type: Transform + pos: 63.5,63.5 + parent: 2 + - uid: 13929 + components: + - type: Transform + pos: 64.5,63.5 + parent: 2 + - uid: 13930 + components: + - type: Transform + pos: 62.5,63.5 + parent: 2 + - uid: 13931 + components: + - type: Transform + pos: 60.5,63.5 + parent: 2 + - uid: 13932 + components: + - type: Transform + pos: 61.5,63.5 + parent: 2 + - uid: 13933 + components: + - type: Transform + pos: 59.5,63.5 + parent: 2 + - uid: 13934 + components: + - type: Transform + pos: 59.5,64.5 + parent: 2 + - uid: 13935 + components: + - type: Transform + pos: 59.5,62.5 + parent: 2 + - uid: 13936 + components: + - type: Transform + pos: 61.5,56.5 + parent: 2 + - uid: 13937 + components: + - type: Transform + pos: 60.5,56.5 + parent: 2 + - uid: 13938 + components: + - type: Transform + pos: 62.5,58.5 + parent: 2 + - uid: 13939 + components: + - type: Transform + pos: 61.5,58.5 + parent: 2 + - uid: 13940 + components: + - type: Transform + pos: 60.5,58.5 + parent: 2 + - uid: 14022 + components: + - type: Transform + pos: 4.5,17.5 + parent: 2 + - uid: 14023 + components: + - type: Transform + pos: 3.5,19.5 + parent: 2 + - uid: 14024 + components: + - type: Transform + pos: 3.5,20.5 + parent: 2 + - uid: 14025 + components: + - type: Transform + pos: 3.5,21.5 + parent: 2 + - uid: 14026 + components: + - type: Transform + pos: 3.5,22.5 + parent: 2 + - uid: 14027 + components: + - type: Transform + pos: 2.5,22.5 + parent: 2 + - uid: 14028 + components: + - type: Transform + pos: 1.5,22.5 + parent: 2 + - uid: 14029 + components: + - type: Transform + pos: 0.5,22.5 + parent: 2 + - uid: 14030 + components: + - type: Transform + pos: 1.5,21.5 + parent: 2 + - uid: 14031 + components: + - type: Transform + pos: 1.5,20.5 + parent: 2 + - uid: 14032 + components: + - type: Transform + pos: 3.5,23.5 + parent: 2 + - uid: 14033 + components: + - type: Transform + pos: 3.5,24.5 + parent: 2 + - uid: 14034 + components: + - type: Transform + pos: 4.5,21.5 + parent: 2 + - uid: 14035 + components: + - type: Transform + pos: 0.5,20.5 + parent: 2 + - uid: 14226 + components: + - type: Transform + pos: 57.5,29.5 + parent: 2 + - uid: 14227 + components: + - type: Transform + pos: 57.5,30.5 + parent: 2 + - uid: 14228 + components: + - type: Transform + pos: 57.5,31.5 + parent: 2 + - uid: 14229 + components: + - type: Transform + pos: 57.5,32.5 + parent: 2 + - uid: 14230 + components: + - type: Transform + pos: 58.5,29.5 + parent: 2 + - uid: 14231 + components: + - type: Transform + pos: 59.5,29.5 + parent: 2 + - uid: 14232 + components: + - type: Transform + pos: 60.5,29.5 + parent: 2 + - uid: 14233 + components: + - type: Transform + pos: 61.5,29.5 + parent: 2 + - uid: 14234 + components: + - type: Transform + pos: 61.5,30.5 + parent: 2 + - uid: 14449 + components: + - type: Transform + pos: 17.5,-32.5 + parent: 2 + - uid: 14450 + components: + - type: Transform + pos: 18.5,-32.5 + parent: 2 + - uid: 14451 + components: + - type: Transform + pos: 19.5,-32.5 + parent: 2 + - uid: 14452 + components: + - type: Transform + pos: 20.5,-32.5 + parent: 2 + - uid: 14453 + components: + - type: Transform + pos: 21.5,-32.5 + parent: 2 + - uid: 14454 + components: + - type: Transform + pos: 22.5,-32.5 + parent: 2 + - uid: 14455 + components: + - type: Transform + pos: 23.5,-32.5 + parent: 2 + - uid: 14456 + components: + - type: Transform + pos: 24.5,-32.5 + parent: 2 + - uid: 14457 + components: + - type: Transform + pos: 25.5,-32.5 + parent: 2 + - uid: 14458 + components: + - type: Transform + pos: 26.5,-32.5 + parent: 2 + - uid: 14459 + components: + - type: Transform + pos: 27.5,-32.5 + parent: 2 + - uid: 14460 + components: + - type: Transform + pos: 28.5,-32.5 + parent: 2 + - uid: 14461 + components: + - type: Transform + pos: 18.5,-33.5 + parent: 2 + - uid: 14462 + components: + - type: Transform + pos: 18.5,-34.5 + parent: 2 + - uid: 14463 + components: + - type: Transform + pos: 18.5,-35.5 + parent: 2 + - uid: 14464 + components: + - type: Transform + pos: 19.5,-35.5 + parent: 2 + - uid: 14465 + components: + - type: Transform + pos: 20.5,-35.5 + parent: 2 + - uid: 14466 + components: + - type: Transform + pos: 21.5,-35.5 + parent: 2 + - uid: 14467 + components: + - type: Transform + pos: 22.5,-35.5 + parent: 2 + - uid: 14468 + components: + - type: Transform + pos: 23.5,-35.5 + parent: 2 + - uid: 14469 + components: + - type: Transform + pos: 24.5,-35.5 + parent: 2 + - uid: 14470 + components: + - type: Transform + pos: 25.5,-35.5 + parent: 2 + - uid: 14471 + components: + - type: Transform + pos: 26.5,-35.5 + parent: 2 + - uid: 14472 + components: + - type: Transform + pos: 27.5,-35.5 + parent: 2 + - uid: 14473 + components: + - type: Transform + pos: 22.5,-36.5 + parent: 2 + - uid: 14474 + components: + - type: Transform + pos: 22.5,-37.5 + parent: 2 + - uid: 14475 + components: + - type: Transform + pos: 22.5,-38.5 + parent: 2 + - uid: 14476 + components: + - type: Transform + pos: 23.5,-37.5 + parent: 2 + - uid: 14477 + components: + - type: Transform + pos: 24.5,-37.5 + parent: 2 + - uid: 14478 + components: + - type: Transform + pos: 25.5,-37.5 + parent: 2 + - uid: 14495 + components: + - type: Transform + pos: 21.5,-15.5 + parent: 2 + - uid: 14498 + components: + - type: Transform + pos: 20.5,-15.5 + parent: 2 + - uid: 14549 + components: + - type: Transform + pos: 24.5,-31.5 + parent: 2 + - uid: 14550 + components: + - type: Transform + pos: 24.5,-30.5 + parent: 2 + - uid: 14551 + components: + - type: Transform + pos: 22.5,-31.5 + parent: 2 + - uid: 14552 + components: + - type: Transform + pos: 22.5,-30.5 + parent: 2 + - uid: 14553 + components: + - type: Transform + pos: 22.5,-29.5 + parent: 2 + - uid: 14554 + components: + - type: Transform + pos: 22.5,-28.5 + parent: 2 + - uid: 14555 + components: + - type: Transform + pos: 22.5,-27.5 + parent: 2 + - uid: 14556 + components: + - type: Transform + pos: 22.5,-26.5 + parent: 2 + - uid: 14557 + components: + - type: Transform + pos: 22.5,-25.5 + parent: 2 + - uid: 14558 + components: + - type: Transform + pos: 22.5,-24.5 + parent: 2 + - uid: 14559 + components: + - type: Transform + pos: 22.5,-23.5 + parent: 2 + - uid: 14560 + components: + - type: Transform + pos: 22.5,-22.5 + parent: 2 + - uid: 14561 + components: + - type: Transform + pos: 22.5,-21.5 + parent: 2 + - uid: 14562 + components: + - type: Transform + pos: 21.5,-38.5 + parent: 2 + - uid: 14563 + components: + - type: Transform + pos: 20.5,-38.5 + parent: 2 + - uid: 14564 + components: + - type: Transform + pos: 19.5,-38.5 + parent: 2 + - uid: 14565 + components: + - type: Transform + pos: 19.5,-36.5 + parent: 2 + - uid: 14566 + components: + - type: Transform + pos: 19.5,-37.5 + parent: 2 + - uid: 14567 + components: + - type: Transform + pos: 25.5,-38.5 + parent: 2 + - uid: 14568 + components: + - type: Transform + pos: 26.5,-38.5 + parent: 2 + - uid: 14569 + components: + - type: Transform + pos: 25.5,-36.5 + parent: 2 + - uid: 14892 + components: + - type: Transform + pos: 17.5,12.5 + parent: 2 + - uid: 14893 + components: + - type: Transform + pos: 17.5,11.5 + parent: 2 + - uid: 14894 + components: + - type: Transform + pos: 17.5,10.5 + parent: 2 + - uid: 14895 + components: + - type: Transform + pos: 17.5,9.5 + parent: 2 + - uid: 15024 + components: + - type: Transform + pos: 76.5,70.5 + parent: 2 + - uid: 15025 + components: + - type: Transform + pos: 76.5,69.5 + parent: 2 + - uid: 15026 + components: + - type: Transform + pos: 76.5,68.5 + parent: 2 + - uid: 15027 + components: + - type: Transform + pos: 75.5,68.5 + parent: 2 + - uid: 15028 + components: + - type: Transform + pos: 74.5,68.5 + parent: 2 + - uid: 15029 + components: + - type: Transform + pos: 74.5,69.5 + parent: 2 + - uid: 15030 + components: + - type: Transform + pos: 74.5,70.5 + parent: 2 + - uid: 15031 + components: + - type: Transform + pos: 74.5,71.5 + parent: 2 + - uid: 15032 + components: + - type: Transform + pos: 74.5,72.5 + parent: 2 + - uid: 15033 + components: + - type: Transform + pos: 74.5,73.5 + parent: 2 + - uid: 15034 + components: + - type: Transform + pos: 77.5,68.5 + parent: 2 + - uid: 15035 + components: + - type: Transform + pos: 78.5,68.5 + parent: 2 + - uid: 15036 + components: + - type: Transform + pos: 79.5,68.5 + parent: 2 + - uid: 27835 + components: + - type: Transform + pos: 78.5,54.5 + parent: 2 + - uid: 28062 + components: + - type: Transform + pos: 20.5,-11.5 + parent: 2 + - uid: 28064 + components: + - type: Transform + pos: 19.5,-12.5 + parent: 2 + - uid: 28067 + components: + - type: Transform + pos: 18.5,-7.5 + parent: 2 +- proto: CableApcStack + entities: + - uid: 14954 + components: + - type: Transform + pos: 50.582264,62.453373 + parent: 2 +- proto: CableApcStack1 + entities: + - uid: 324 + components: + - type: Transform + pos: 53.406067,-2.5489342 + parent: 2 + - uid: 469 + components: + - type: Transform + pos: 55.435123,-0.49205095 + parent: 2 +- proto: CableApcStack10 + entities: + - uid: 9536 + components: + - type: Transform + parent: 9510 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9621 + components: + - type: Transform + parent: 9583 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9716 + components: + - type: Transform + parent: 9710 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9743 + components: + - type: Transform + parent: 9725 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9748 + components: + - type: Transform + parent: 9746 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9764 + components: + - type: Transform + parent: 7035 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9792 + components: + - type: Transform + parent: 7036 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9812 + components: + - type: Transform + parent: 7037 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9963 + components: + - type: Transform + parent: 9865 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 14393 + components: + - type: Transform + pos: 22.076674,-33.455574 + parent: 2 + - uid: 14394 + components: + - type: Transform + pos: 21.449465,-33.4712 + parent: 2 +- proto: CablecuffsBroken + entities: + - uid: 8297 + components: + - type: Transform + pos: 61.432907,39.488617 + parent: 2 +- proto: CableHV + entities: + - uid: 330 + components: + - type: Transform + pos: 13.5,3.5 + parent: 2 + - uid: 332 + components: + - type: Transform + pos: 12.5,3.5 + parent: 2 + - uid: 333 + components: + - type: Transform + pos: 11.5,3.5 + parent: 2 + - uid: 334 + components: + - type: Transform + pos: 11.5,4.5 + parent: 2 + - uid: 335 + components: + - type: Transform + pos: 11.5,5.5 + parent: 2 + - uid: 336 + components: + - type: Transform + pos: 11.5,6.5 + parent: 2 + - uid: 337 + components: + - type: Transform + pos: 11.5,7.5 + parent: 2 + - uid: 338 + components: + - type: Transform + pos: 11.5,8.5 + parent: 2 + - uid: 339 + components: + - type: Transform + pos: 11.5,9.5 + parent: 2 + - uid: 340 + components: + - type: Transform + pos: 11.5,10.5 + parent: 2 + - uid: 341 + components: + - type: Transform + pos: 11.5,11.5 + parent: 2 + - uid: 342 + components: + - type: Transform + pos: 11.5,12.5 + parent: 2 + - uid: 1446 + components: + - type: Transform + pos: 33.5,19.5 + parent: 2 + - uid: 1447 + components: + - type: Transform + pos: 32.5,19.5 + parent: 2 + - uid: 1448 + components: + - type: Transform + pos: 31.5,19.5 + parent: 2 + - uid: 1449 + components: + - type: Transform + pos: 30.5,19.5 + parent: 2 + - uid: 1450 + components: + - type: Transform + pos: 30.5,18.5 + parent: 2 + - uid: 1451 + components: + - type: Transform + pos: 30.5,17.5 + parent: 2 + - uid: 1452 + components: + - type: Transform + pos: 30.5,16.5 + parent: 2 + - uid: 1453 + components: + - type: Transform + pos: 29.5,16.5 + parent: 2 + - uid: 1454 + components: + - type: Transform + pos: 28.5,16.5 + parent: 2 + - uid: 1455 + components: + - type: Transform + pos: 28.5,15.5 + parent: 2 + - uid: 1456 + components: + - type: Transform + pos: 28.5,14.5 + parent: 2 + - uid: 1457 + components: + - type: Transform + pos: 28.5,13.5 + parent: 2 + - uid: 2004 + components: + - type: Transform + pos: 26.5,-17.5 + parent: 2 + - uid: 2005 + components: + - type: Transform + pos: 26.5,-16.5 + parent: 2 + - uid: 2006 + components: + - type: Transform + pos: 26.5,-15.5 + parent: 2 + - uid: 2007 + components: + - type: Transform + pos: 27.5,-15.5 + parent: 2 + - uid: 2008 + components: + - type: Transform + pos: 28.5,-15.5 + parent: 2 + - uid: 2009 + components: + - type: Transform + pos: 28.5,-16.5 + parent: 2 + - uid: 2010 + components: + - type: Transform + pos: 28.5,-17.5 + parent: 2 + - uid: 2011 + components: + - type: Transform + pos: 28.5,-18.5 + parent: 2 + - uid: 2012 + components: + - type: Transform + pos: 28.5,-19.5 + parent: 2 + - uid: 2013 + components: + - type: Transform + pos: 27.5,-19.5 + parent: 2 + - uid: 2014 + components: + - type: Transform + pos: 26.5,-19.5 + parent: 2 + - uid: 2015 + components: + - type: Transform + pos: 25.5,-19.5 + parent: 2 + - uid: 2016 + components: + - type: Transform + pos: 24.5,-19.5 + parent: 2 + - uid: 2017 + components: + - type: Transform + pos: 23.5,-19.5 + parent: 2 + - uid: 2018 + components: + - type: Transform + pos: 22.5,-19.5 + parent: 2 + - uid: 2019 + components: + - type: Transform + pos: 21.5,-19.5 + parent: 2 + - uid: 2020 + components: + - type: Transform + pos: 20.5,-19.5 + parent: 2 + - uid: 2021 + components: + - type: Transform + pos: 19.5,-19.5 + parent: 2 + - uid: 2022 + components: + - type: Transform + pos: 18.5,-19.5 + parent: 2 + - uid: 2023 + components: + - type: Transform + pos: 17.5,-19.5 + parent: 2 + - uid: 2024 + components: + - type: Transform + pos: 16.5,-19.5 + parent: 2 + - uid: 2025 + components: + - type: Transform + pos: 15.5,-19.5 + parent: 2 + - uid: 2026 + components: + - type: Transform + pos: 14.5,-19.5 + parent: 2 + - uid: 2027 + components: + - type: Transform + pos: 13.5,-19.5 + parent: 2 + - uid: 2028 + components: + - type: Transform + pos: 12.5,-19.5 + parent: 2 + - uid: 2029 + components: + - type: Transform + pos: 11.5,-19.5 + parent: 2 + - uid: 2030 + components: + - type: Transform + pos: 11.5,-18.5 + parent: 2 + - uid: 2031 + components: + - type: Transform + pos: 11.5,-17.5 + parent: 2 + - uid: 2032 + components: + - type: Transform + pos: 11.5,-16.5 + parent: 2 + - uid: 2033 + components: + - type: Transform + pos: 11.5,-15.5 + parent: 2 + - uid: 2034 + components: + - type: Transform + pos: 11.5,-14.5 + parent: 2 + - uid: 2035 + components: + - type: Transform + pos: 11.5,-13.5 + parent: 2 + - uid: 2036 + components: + - type: Transform + pos: 11.5,-12.5 + parent: 2 + - uid: 2037 + components: + - type: Transform + pos: 11.5,-11.5 + parent: 2 + - uid: 2038 + components: + - type: Transform + pos: 12.5,-11.5 + parent: 2 + - uid: 2039 + components: + - type: Transform + pos: 13.5,-11.5 + parent: 2 + - uid: 2040 + components: + - type: Transform + pos: 13.5,-10.5 + parent: 2 + - uid: 2041 + components: + - type: Transform + pos: 13.5,-9.5 + parent: 2 + - uid: 2042 + components: + - type: Transform + pos: 13.5,-8.5 + parent: 2 + - uid: 2043 + components: + - type: Transform + pos: 13.5,-7.5 + parent: 2 + - uid: 2044 + components: + - type: Transform + pos: 13.5,-6.5 + parent: 2 + - uid: 2045 + components: + - type: Transform + pos: 13.5,-5.5 + parent: 2 + - uid: 2046 + components: + - type: Transform + pos: 13.5,-4.5 + parent: 2 + - uid: 2047 + components: + - type: Transform + pos: 13.5,-3.5 + parent: 2 + - uid: 2048 + components: + - type: Transform + pos: 13.5,-2.5 + parent: 2 + - uid: 2049 + components: + - type: Transform + pos: 13.5,-1.5 + parent: 2 + - uid: 2050 + components: + - type: Transform + pos: 13.5,-0.5 + parent: 2 + - uid: 2051 + components: + - type: Transform + pos: 13.5,0.5 + parent: 2 + - uid: 2052 + components: + - type: Transform + pos: 13.5,1.5 + parent: 2 + - uid: 2053 + components: + - type: Transform + pos: 12.5,1.5 + parent: 2 + - uid: 2054 + components: + - type: Transform + pos: 11.5,1.5 + parent: 2 + - uid: 2055 + components: + - type: Transform + pos: 10.5,1.5 + parent: 2 + - uid: 2056 + components: + - type: Transform + pos: 9.5,1.5 + parent: 2 + - uid: 2057 + components: + - type: Transform + pos: 9.5,2.5 + parent: 2 + - uid: 2058 + components: + - type: Transform + pos: 9.5,3.5 + parent: 2 + - uid: 2059 + components: + - type: Transform + pos: 10.5,3.5 + parent: 2 + - uid: 2258 + components: + - type: Transform + pos: 11.5,13.5 + parent: 2 + - uid: 3363 + components: + - type: Transform + pos: 85.5,12.5 + parent: 2 + - uid: 3855 + components: + - type: Transform + pos: 45.5,41.5 + parent: 2 + - uid: 3856 + components: + - type: Transform + pos: 45.5,40.5 + parent: 2 + - uid: 3857 + components: + - type: Transform + pos: 45.5,39.5 + parent: 2 + - uid: 3858 + components: + - type: Transform + pos: 46.5,39.5 + parent: 2 + - uid: 3859 + components: + - type: Transform + pos: 47.5,39.5 + parent: 2 + - uid: 3860 + components: + - type: Transform + pos: 47.5,40.5 + parent: 2 + - uid: 3861 + components: + - type: Transform + pos: 48.5,40.5 + parent: 2 + - uid: 3862 + components: + - type: Transform + pos: 49.5,40.5 + parent: 2 + - uid: 3863 + components: + - type: Transform + pos: 44.5,39.5 + parent: 2 + - uid: 4272 + components: + - type: Transform + pos: 11.5,41.5 + parent: 2 + - uid: 4273 + components: + - type: Transform + pos: 9.5,41.5 + parent: 2 + - uid: 5321 + components: + - type: Transform + pos: 61.5,-3.5 + parent: 2 + - uid: 5322 + components: + - type: Transform + pos: 60.5,-3.5 + parent: 2 + - uid: 5323 + components: + - type: Transform + pos: 59.5,-3.5 + parent: 2 + - uid: 5402 + components: + - type: Transform + pos: 68.5,10.5 + parent: 2 + - uid: 5403 + components: + - type: Transform + pos: 68.5,9.5 + parent: 2 + - uid: 5404 + components: + - type: Transform + pos: 66.5,10.5 + parent: 2 + - uid: 5419 + components: + - type: Transform + pos: 67.5,10.5 + parent: 2 + - uid: 5420 + components: + - type: Transform + pos: 65.5,10.5 + parent: 2 + - uid: 5421 + components: + - type: Transform + pos: 64.5,10.5 + parent: 2 + - uid: 5423 + components: + - type: Transform + pos: 52.5,65.5 + parent: 2 + - uid: 5585 + components: + - type: Transform + pos: 74.5,18.5 + parent: 2 + - uid: 5586 + components: + - type: Transform + pos: 75.5,18.5 + parent: 2 + - uid: 5587 + components: + - type: Transform + pos: 75.5,19.5 + parent: 2 + - uid: 5588 + components: + - type: Transform + pos: 74.5,17.5 + parent: 2 + - uid: 5589 + components: + - type: Transform + pos: 73.5,17.5 + parent: 2 + - uid: 5590 + components: + - type: Transform + pos: 72.5,17.5 + parent: 2 + - uid: 6579 + components: + - type: Transform + pos: 53.5,70.5 + parent: 2 + - uid: 6998 + components: + - type: Transform + pos: 65.5,12.5 + parent: 2 + - uid: 6999 + components: + - type: Transform + pos: 65.5,11.5 + parent: 2 + - uid: 7049 + components: + - type: Transform + pos: 51.5,84.5 + parent: 2 + - uid: 7169 + components: + - type: Transform + pos: 53.5,63.5 + parent: 2 + - uid: 7175 + components: + - type: Transform + pos: 54.5,63.5 + parent: 2 + - uid: 7177 + components: + - type: Transform + pos: 51.5,63.5 + parent: 2 + - uid: 7194 + components: + - type: Transform + pos: 54.5,62.5 + parent: 2 + - uid: 7196 + components: + - type: Transform + pos: 47.5,84.5 + parent: 2 + - uid: 7198 + components: + - type: Transform + pos: 48.5,84.5 + parent: 2 + - uid: 7329 + components: + - type: Transform + pos: 54.5,60.5 + parent: 2 + - uid: 7330 + components: + - type: Transform + pos: 49.5,61.5 + parent: 2 + - uid: 7332 + components: + - type: Transform + pos: 50.5,62.5 + parent: 2 + - uid: 7333 + components: + - type: Transform + pos: 48.5,62.5 + parent: 2 + - uid: 7335 + components: + - type: Transform + pos: 52.5,62.5 + parent: 2 + - uid: 7336 + components: + - type: Transform + pos: 53.5,62.5 + parent: 2 + - uid: 7337 + components: + - type: Transform + pos: 52.5,61.5 + parent: 2 + - uid: 7338 + components: + - type: Transform + pos: 53.5,59.5 + parent: 2 + - uid: 7339 + components: + - type: Transform + pos: 50.5,60.5 + parent: 2 + - uid: 7340 + components: + - type: Transform + pos: 51.5,60.5 + parent: 2 + - uid: 7341 + components: + - type: Transform + pos: 51.5,59.5 + parent: 2 + - uid: 7342 + components: + - type: Transform + pos: 52.5,59.5 + parent: 2 + - uid: 7343 + components: + - type: Transform + pos: 50.5,61.5 + parent: 2 + - uid: 7344 + components: + - type: Transform + pos: 55.5,60.5 + parent: 2 + - uid: 7345 + components: + - type: Transform + pos: 56.5,60.5 + parent: 2 + - uid: 7346 + components: + - type: Transform + pos: 56.5,61.5 + parent: 2 + - uid: 7347 + components: + - type: Transform + pos: 56.5,62.5 + parent: 2 + - uid: 7348 + components: + - type: Transform + pos: 56.5,63.5 + parent: 2 + - uid: 7349 + components: + - type: Transform + pos: 56.5,64.5 + parent: 2 + - uid: 7350 + components: + - type: Transform + pos: 56.5,65.5 + parent: 2 + - uid: 7351 + components: + - type: Transform + pos: 55.5,65.5 + parent: 2 + - uid: 7355 + components: + - type: Transform + pos: 51.5,65.5 + parent: 2 + - uid: 7356 + components: + - type: Transform + pos: 45.5,64.5 + parent: 2 + - uid: 7357 + components: + - type: Transform + pos: 46.5,64.5 + parent: 2 + - uid: 7358 + components: + - type: Transform + pos: 48.5,64.5 + parent: 2 + - uid: 7359 + components: + - type: Transform + pos: 47.5,64.5 + parent: 2 + - uid: 7360 + components: + - type: Transform + pos: 47.5,66.5 + parent: 2 + - uid: 7361 + components: + - type: Transform + pos: 47.5,67.5 + parent: 2 + - uid: 7362 + components: + - type: Transform + pos: 47.5,68.5 + parent: 2 + - uid: 7363 + components: + - type: Transform + pos: 47.5,69.5 + parent: 2 + - uid: 7364 + components: + - type: Transform + pos: 47.5,70.5 + parent: 2 + - uid: 7365 + components: + - type: Transform + pos: 47.5,71.5 + parent: 2 + - uid: 7366 + components: + - type: Transform + pos: 47.5,72.5 + parent: 2 + - uid: 7367 + components: + - type: Transform + pos: 48.5,72.5 + parent: 2 + - uid: 7368 + components: + - type: Transform + pos: 49.5,72.5 + parent: 2 + - uid: 7369 + components: + - type: Transform + pos: 50.5,72.5 + parent: 2 + - uid: 7370 + components: + - type: Transform + pos: 51.5,72.5 + parent: 2 + - uid: 7371 + components: + - type: Transform + pos: 52.5,72.5 + parent: 2 + - uid: 7372 + components: + - type: Transform + pos: 55.5,76.5 + parent: 2 + - uid: 7373 + components: + - type: Transform + pos: 56.5,76.5 + parent: 2 + - uid: 7374 + components: + - type: Transform + pos: 57.5,58.5 + parent: 2 + - uid: 7375 + components: + - type: Transform + pos: 57.5,57.5 + parent: 2 + - uid: 7376 + components: + - type: Transform + pos: 57.5,56.5 + parent: 2 + - uid: 7377 + components: + - type: Transform + pos: 57.5,55.5 + parent: 2 + - uid: 7378 + components: + - type: Transform + pos: 57.5,54.5 + parent: 2 + - uid: 7379 + components: + - type: Transform + pos: 57.5,53.5 + parent: 2 + - uid: 7380 + components: + - type: Transform + pos: 57.5,52.5 + parent: 2 + - uid: 7381 + components: + - type: Transform + pos: 53.5,58.5 + parent: 2 + - uid: 7382 + components: + - type: Transform + pos: 53.5,57.5 + parent: 2 + - uid: 7383 + components: + - type: Transform + pos: 53.5,56.5 + parent: 2 + - uid: 7384 + components: + - type: Transform + pos: 53.5,55.5 + parent: 2 + - uid: 7385 + components: + - type: Transform + pos: 53.5,54.5 + parent: 2 + - uid: 7386 + components: + - type: Transform + pos: 53.5,53.5 + parent: 2 + - uid: 7542 + components: + - type: Transform + pos: 49.5,84.5 + parent: 2 + - uid: 7543 + components: + - type: Transform + pos: 50.5,84.5 + parent: 2 + - uid: 7544 + components: + - type: Transform + pos: 45.5,83.5 + parent: 2 + - uid: 7546 + components: + - type: Transform + pos: 45.5,84.5 + parent: 2 + - uid: 7547 + components: + - type: Transform + pos: 46.5,84.5 + parent: 2 + - uid: 7569 + components: + - type: Transform + pos: 45.5,81.5 + parent: 2 + - uid: 7632 + components: + - type: Transform + pos: 48.5,-15.5 + parent: 2 + - uid: 8117 + components: + - type: Transform + pos: 50.5,69.5 + parent: 2 + - uid: 8131 + components: + - type: Transform + pos: 51.5,70.5 + parent: 2 + - uid: 8171 + components: + - type: Transform + pos: 52.5,70.5 + parent: 2 + - uid: 8264 + components: + - type: Transform + pos: 54.5,76.5 + parent: 2 + - uid: 8265 + components: + - type: Transform + pos: 46.5,45.5 + parent: 2 + - uid: 8266 + components: + - type: Transform + pos: 53.5,76.5 + parent: 2 + - uid: 8267 + components: + - type: Transform + pos: 52.5,76.5 + parent: 2 + - uid: 8270 + components: + - type: Transform + pos: 51.5,76.5 + parent: 2 + - uid: 8271 + components: + - type: Transform + pos: 47.5,81.5 + parent: 2 + - uid: 8272 + components: + - type: Transform + pos: 47.5,80.5 + parent: 2 + - uid: 8273 + components: + - type: Transform + pos: 47.5,79.5 + parent: 2 + - uid: 8274 + components: + - type: Transform + pos: 47.5,77.5 + parent: 2 + - uid: 8275 + components: + - type: Transform + pos: 47.5,75.5 + parent: 2 + - uid: 8285 + components: + - type: Transform + pos: 54.5,68.5 + parent: 2 + - uid: 9407 + components: + - type: Transform + pos: 50.5,68.5 + parent: 2 + - uid: 9471 + components: + - type: Transform + pos: 52.5,71.5 + parent: 2 + - uid: 9637 + components: + - type: Transform + pos: 52.5,69.5 + parent: 2 + - uid: 9662 + components: + - type: Transform + pos: 54.5,70.5 + parent: 2 + - uid: 10378 + components: + - type: Transform + pos: 10.5,41.5 + parent: 2 + - uid: 10432 + components: + - type: Transform + pos: 54.5,69.5 + parent: 2 + - uid: 10435 + components: + - type: Transform + pos: 50.5,70.5 + parent: 2 + - uid: 10551 + components: + - type: Transform + pos: -4.5,53.5 + parent: 2 + - uid: 10568 + components: + - type: Transform + pos: -4.5,52.5 + parent: 2 + - uid: 10569 + components: + - type: Transform + pos: -4.5,51.5 + parent: 2 + - uid: 10570 + components: + - type: Transform + pos: -4.5,50.5 + parent: 2 + - uid: 10571 + components: + - type: Transform + pos: -4.5,49.5 + parent: 2 + - uid: 10572 + components: + - type: Transform + pos: -4.5,48.5 + parent: 2 + - uid: 10573 + components: + - type: Transform + pos: -4.5,47.5 + parent: 2 + - uid: 10574 + components: + - type: Transform + pos: -2.5,53.5 + parent: 2 + - uid: 10575 + components: + - type: Transform + pos: -2.5,52.5 + parent: 2 + - uid: 10576 + components: + - type: Transform + pos: -2.5,51.5 + parent: 2 + - uid: 10577 + components: + - type: Transform + pos: -2.5,50.5 + parent: 2 + - uid: 10578 + components: + - type: Transform + pos: -2.5,49.5 + parent: 2 + - uid: 10579 + components: + - type: Transform + pos: -2.5,48.5 + parent: 2 + - uid: 10580 + components: + - type: Transform + pos: -2.5,47.5 + parent: 2 + - uid: 10581 + components: + - type: Transform + pos: -0.5,53.5 + parent: 2 + - uid: 10582 + components: + - type: Transform + pos: -0.5,52.5 + parent: 2 + - uid: 10583 + components: + - type: Transform + pos: -0.5,51.5 + parent: 2 + - uid: 10584 + components: + - type: Transform + pos: -0.5,50.5 + parent: 2 + - uid: 10585 + components: + - type: Transform + pos: -0.5,49.5 + parent: 2 + - uid: 10586 + components: + - type: Transform + pos: -0.5,48.5 + parent: 2 + - uid: 10588 + components: + - type: Transform + pos: 1.5,53.5 + parent: 2 + - uid: 10589 + components: + - type: Transform + pos: 1.5,52.5 + parent: 2 + - uid: 10590 + components: + - type: Transform + pos: 1.5,51.5 + parent: 2 + - uid: 10591 + components: + - type: Transform + pos: 1.5,50.5 + parent: 2 + - uid: 10592 + components: + - type: Transform + pos: 1.5,49.5 + parent: 2 + - uid: 10593 + components: + - type: Transform + pos: 1.5,48.5 + parent: 2 + - uid: 10594 + components: + - type: Transform + pos: 1.5,47.5 + parent: 2 + - uid: 10595 + components: + - type: Transform + pos: 3.5,53.5 + parent: 2 + - uid: 10596 + components: + - type: Transform + pos: 3.5,52.5 + parent: 2 + - uid: 10597 + components: + - type: Transform + pos: 3.5,51.5 + parent: 2 + - uid: 10598 + components: + - type: Transform + pos: 3.5,50.5 + parent: 2 + - uid: 10599 + components: + - type: Transform + pos: 3.5,49.5 + parent: 2 + - uid: 10600 + components: + - type: Transform + pos: 3.5,48.5 + parent: 2 + - uid: 10601 + components: + - type: Transform + pos: 3.5,47.5 + parent: 2 + - uid: 10602 + components: + - type: Transform + pos: 5.5,53.5 + parent: 2 + - uid: 10603 + components: + - type: Transform + pos: 5.5,52.5 + parent: 2 + - uid: 10604 + components: + - type: Transform + pos: 5.5,51.5 + parent: 2 + - uid: 10605 + components: + - type: Transform + pos: 5.5,50.5 + parent: 2 + - uid: 10606 + components: + - type: Transform + pos: 5.5,49.5 + parent: 2 + - uid: 10607 + components: + - type: Transform + pos: 5.5,48.5 + parent: 2 + - uid: 10608 + components: + - type: Transform + pos: 5.5,47.5 + parent: 2 + - uid: 10611 + components: + - type: Transform + pos: -8.5,50.5 + parent: 2 + - uid: 10612 + components: + - type: Transform + pos: -7.5,50.5 + parent: 2 + - uid: 10613 + components: + - type: Transform + pos: -6.5,50.5 + parent: 2 + - uid: 10614 + components: + - type: Transform + pos: -6.5,49.5 + parent: 2 + - uid: 10615 + components: + - type: Transform + pos: -6.5,48.5 + parent: 2 + - uid: 10616 + components: + - type: Transform + pos: -6.5,47.5 + parent: 2 + - uid: 10617 + components: + - type: Transform + pos: -6.5,46.5 + parent: 2 + - uid: 10618 + components: + - type: Transform + pos: -6.5,45.5 + parent: 2 + - uid: 10619 + components: + - type: Transform + pos: 10.5,44.5 + parent: 2 + - uid: 10620 + components: + - type: Transform + pos: 10.5,43.5 + parent: 2 + - uid: 10621 + components: + - type: Transform + pos: 9.5,43.5 + parent: 2 + - uid: 10630 + components: + - type: Transform + pos: 12.5,42.5 + parent: 2 + - uid: 10631 + components: + - type: Transform + pos: 9.5,42.5 + parent: 2 + - uid: 10632 + components: + - type: Transform + pos: 12.5,41.5 + parent: 2 + - uid: 10633 + components: + - type: Transform + pos: 10.5,45.5 + parent: 2 + - uid: 10634 + components: + - type: Transform + pos: 9.5,45.5 + parent: 2 + - uid: 10635 + components: + - type: Transform + pos: 8.5,45.5 + parent: 2 + - uid: 10682 + components: + - type: Transform + pos: 53.5,-20.5 + parent: 2 + - uid: 10683 + components: + - type: Transform + pos: 54.5,-20.5 + parent: 2 + - uid: 10684 + components: + - type: Transform + pos: 55.5,-20.5 + parent: 2 + - uid: 10685 + components: + - type: Transform + pos: 56.5,-20.5 + parent: 2 + - uid: 10686 + components: + - type: Transform + pos: 57.5,-20.5 + parent: 2 + - uid: 10687 + components: + - type: Transform + pos: 58.5,-20.5 + parent: 2 + - uid: 10688 + components: + - type: Transform + pos: 59.5,-20.5 + parent: 2 + - uid: 10689 + components: + - type: Transform + pos: 59.5,-22.5 + parent: 2 + - uid: 10690 + components: + - type: Transform + pos: 58.5,-22.5 + parent: 2 + - uid: 10691 + components: + - type: Transform + pos: 57.5,-22.5 + parent: 2 + - uid: 10692 + components: + - type: Transform + pos: 56.5,-22.5 + parent: 2 + - uid: 10693 + components: + - type: Transform + pos: 55.5,-22.5 + parent: 2 + - uid: 10694 + components: + - type: Transform + pos: 54.5,-22.5 + parent: 2 + - uid: 10695 + components: + - type: Transform + pos: 53.5,-22.5 + parent: 2 + - uid: 10696 + components: + - type: Transform + pos: 53.5,-24.5 + parent: 2 + - uid: 10697 + components: + - type: Transform + pos: 54.5,-24.5 + parent: 2 + - uid: 10698 + components: + - type: Transform + pos: 55.5,-24.5 + parent: 2 + - uid: 10699 + components: + - type: Transform + pos: 56.5,-24.5 + parent: 2 + - uid: 10700 + components: + - type: Transform + pos: 57.5,-24.5 + parent: 2 + - uid: 10701 + components: + - type: Transform + pos: 58.5,-24.5 + parent: 2 + - uid: 10702 + components: + - type: Transform + pos: 59.5,-24.5 + parent: 2 + - uid: 10703 + components: + - type: Transform + pos: 59.5,-26.5 + parent: 2 + - uid: 10704 + components: + - type: Transform + pos: 58.5,-26.5 + parent: 2 + - uid: 10705 + components: + - type: Transform + pos: 57.5,-26.5 + parent: 2 + - uid: 10706 + components: + - type: Transform + pos: 56.5,-26.5 + parent: 2 + - uid: 10707 + components: + - type: Transform + pos: 55.5,-26.5 + parent: 2 + - uid: 10708 + components: + - type: Transform + pos: 54.5,-26.5 + parent: 2 + - uid: 10709 + components: + - type: Transform + pos: 53.5,-26.5 + parent: 2 + - uid: 10710 + components: + - type: Transform + pos: 56.5,-36.5 + parent: 2 + - uid: 10711 + components: + - type: Transform + pos: 56.5,-35.5 + parent: 2 + - uid: 10712 + components: + - type: Transform + pos: 56.5,-34.5 + parent: 2 + - uid: 10713 + components: + - type: Transform + pos: 56.5,-33.5 + parent: 2 + - uid: 10714 + components: + - type: Transform + pos: 56.5,-32.5 + parent: 2 + - uid: 10715 + components: + - type: Transform + pos: 57.5,-32.5 + parent: 2 + - uid: 10716 + components: + - type: Transform + pos: 58.5,-32.5 + parent: 2 + - uid: 10717 + components: + - type: Transform + pos: 59.5,-32.5 + parent: 2 + - uid: 10718 + components: + - type: Transform + pos: 60.5,-32.5 + parent: 2 + - uid: 10719 + components: + - type: Transform + pos: 61.5,-32.5 + parent: 2 + - uid: 10768 + components: + - type: Transform + pos: 49.5,-17.5 + parent: 2 + - uid: 10769 + components: + - type: Transform + pos: 50.5,-17.5 + parent: 2 + - uid: 10770 + components: + - type: Transform + pos: 51.5,-17.5 + parent: 2 + - uid: 10771 + components: + - type: Transform + pos: 51.5,-18.5 + parent: 2 + - uid: 10772 + components: + - type: Transform + pos: 51.5,-19.5 + parent: 2 + - uid: 10773 + components: + - type: Transform + pos: 51.5,-20.5 + parent: 2 + - uid: 10774 + components: + - type: Transform + pos: 51.5,-21.5 + parent: 2 + - uid: 10775 + components: + - type: Transform + pos: 48.5,-17.5 + parent: 2 + - uid: 10776 + components: + - type: Transform + pos: 48.5,-16.5 + parent: 2 + - uid: 10777 + components: + - type: Transform + pos: 48.5,-14.5 + parent: 2 + - uid: 10778 + components: + - type: Transform + pos: 48.5,-13.5 + parent: 2 + - uid: 10779 + components: + - type: Transform + pos: 49.5,-13.5 + parent: 2 + - uid: 10780 + components: + - type: Transform + pos: 50.5,-13.5 + parent: 2 + - uid: 10781 + components: + - type: Transform + pos: 51.5,-13.5 + parent: 2 + - uid: 10782 + components: + - type: Transform + pos: 52.5,-13.5 + parent: 2 + - uid: 10783 + components: + - type: Transform + pos: 52.5,-12.5 + parent: 2 + - uid: 10784 + components: + - type: Transform + pos: 52.5,-11.5 + parent: 2 + - uid: 10785 + components: + - type: Transform + pos: 52.5,-10.5 + parent: 2 + - uid: 10786 + components: + - type: Transform + pos: 52.5,-9.5 + parent: 2 + - uid: 10787 + components: + - type: Transform + pos: 52.5,-8.5 + parent: 2 + - uid: 10788 + components: + - type: Transform + pos: 52.5,-7.5 + parent: 2 + - uid: 10789 + components: + - type: Transform + pos: 53.5,-7.5 + parent: 2 + - uid: 10790 + components: + - type: Transform + pos: 54.5,-7.5 + parent: 2 + - uid: 10791 + components: + - type: Transform + pos: 55.5,-7.5 + parent: 2 + - uid: 10792 + components: + - type: Transform + pos: 56.5,-7.5 + parent: 2 + - uid: 10793 + components: + - type: Transform + pos: 57.5,-7.5 + parent: 2 + - uid: 10794 + components: + - type: Transform + pos: 58.5,-7.5 + parent: 2 + - uid: 10795 + components: + - type: Transform + pos: 59.5,-7.5 + parent: 2 + - uid: 10796 + components: + - type: Transform + pos: 59.5,-6.5 + parent: 2 + - uid: 10797 + components: + - type: Transform + pos: 59.5,-5.5 + parent: 2 + - uid: 10798 + components: + - type: Transform + pos: 59.5,-4.5 + parent: 2 + - uid: 10799 + components: + - type: Transform + pos: 59.5,-3.5 + parent: 2 + - uid: 10800 + components: + - type: Transform + pos: 59.5,-2.5 + parent: 2 + - uid: 10801 + components: + - type: Transform + pos: 59.5,-1.5 + parent: 2 + - uid: 10802 + components: + - type: Transform + pos: 60.5,-1.5 + parent: 2 + - uid: 10803 + components: + - type: Transform + pos: 61.5,-1.5 + parent: 2 + - uid: 10804 + components: + - type: Transform + pos: 62.5,-1.5 + parent: 2 + - uid: 10805 + components: + - type: Transform + pos: 62.5,-0.5 + parent: 2 + - uid: 10806 + components: + - type: Transform + pos: 62.5,0.5 + parent: 2 + - uid: 10807 + components: + - type: Transform + pos: 62.5,1.5 + parent: 2 + - uid: 10808 + components: + - type: Transform + pos: 62.5,2.5 + parent: 2 + - uid: 10809 + components: + - type: Transform + pos: 62.5,3.5 + parent: 2 + - uid: 10810 + components: + - type: Transform + pos: 62.5,4.5 + parent: 2 + - uid: 10811 + components: + - type: Transform + pos: 63.5,4.5 + parent: 2 + - uid: 10812 + components: + - type: Transform + pos: 64.5,4.5 + parent: 2 + - uid: 10813 + components: + - type: Transform + pos: 65.5,4.5 + parent: 2 + - uid: 10814 + components: + - type: Transform + pos: 66.5,4.5 + parent: 2 + - uid: 10815 + components: + - type: Transform + pos: 67.5,4.5 + parent: 2 + - uid: 10816 + components: + - type: Transform + pos: 68.5,4.5 + parent: 2 + - uid: 10817 + components: + - type: Transform + pos: 69.5,4.5 + parent: 2 + - uid: 10818 + components: + - type: Transform + pos: 70.5,4.5 + parent: 2 + - uid: 10819 + components: + - type: Transform + pos: 71.5,4.5 + parent: 2 + - uid: 10820 + components: + - type: Transform + pos: 71.5,5.5 + parent: 2 + - uid: 10821 + components: + - type: Transform + pos: 71.5,6.5 + parent: 2 + - uid: 10822 + components: + - type: Transform + pos: 71.5,7.5 + parent: 2 + - uid: 10823 + components: + - type: Transform + pos: 71.5,8.5 + parent: 2 + - uid: 10824 + components: + - type: Transform + pos: 71.5,9.5 + parent: 2 + - uid: 10825 + components: + - type: Transform + pos: 71.5,10.5 + parent: 2 + - uid: 10826 + components: + - type: Transform + pos: 72.5,10.5 + parent: 2 + - uid: 10827 + components: + - type: Transform + pos: 73.5,10.5 + parent: 2 + - uid: 10828 + components: + - type: Transform + pos: 74.5,10.5 + parent: 2 + - uid: 10829 + components: + - type: Transform + pos: 75.5,10.5 + parent: 2 + - uid: 10830 + components: + - type: Transform + pos: 76.5,10.5 + parent: 2 + - uid: 10831 + components: + - type: Transform + pos: 77.5,10.5 + parent: 2 + - uid: 10832 + components: + - type: Transform + pos: 78.5,10.5 + parent: 2 + - uid: 10833 + components: + - type: Transform + pos: 79.5,10.5 + parent: 2 + - uid: 10834 + components: + - type: Transform + pos: 80.5,10.5 + parent: 2 + - uid: 10835 + components: + - type: Transform + pos: 81.5,10.5 + parent: 2 + - uid: 10836 + components: + - type: Transform + pos: 82.5,10.5 + parent: 2 + - uid: 10837 + components: + - type: Transform + pos: 83.5,10.5 + parent: 2 + - uid: 10838 + components: + - type: Transform + pos: 83.5,11.5 + parent: 2 + - uid: 10839 + components: + - type: Transform + pos: 84.5,11.5 + parent: 2 + - uid: 10840 + components: + - type: Transform + pos: 85.5,11.5 + parent: 2 + - uid: 10841 + components: + - type: Transform + pos: 85.5,13.5 + parent: 2 + - uid: 10842 + components: + - type: Transform + pos: 85.5,14.5 + parent: 2 + - uid: 10843 + components: + - type: Transform + pos: 85.5,15.5 + parent: 2 + - uid: 10844 + components: + - type: Transform + pos: 85.5,16.5 + parent: 2 + - uid: 10845 + components: + - type: Transform + pos: 85.5,17.5 + parent: 2 + - uid: 10846 + components: + - type: Transform + pos: 85.5,18.5 + parent: 2 + - uid: 10847 + components: + - type: Transform + pos: 85.5,19.5 + parent: 2 + - uid: 10848 + components: + - type: Transform + pos: 85.5,20.5 + parent: 2 + - uid: 10849 + components: + - type: Transform + pos: 85.5,21.5 + parent: 2 + - uid: 10850 + components: + - type: Transform + pos: 85.5,22.5 + parent: 2 + - uid: 10851 + components: + - type: Transform + pos: 85.5,23.5 + parent: 2 + - uid: 10853 + components: + - type: Transform + pos: 84.5,23.5 + parent: 2 + - uid: 10854 + components: + - type: Transform + pos: 83.5,23.5 + parent: 2 + - uid: 10855 + components: + - type: Transform + pos: 82.5,23.5 + parent: 2 + - uid: 10856 + components: + - type: Transform + pos: 81.5,23.5 + parent: 2 + - uid: 10857 + components: + - type: Transform + pos: 80.5,23.5 + parent: 2 + - uid: 10858 + components: + - type: Transform + pos: 79.5,23.5 + parent: 2 + - uid: 10859 + components: + - type: Transform + pos: 78.5,23.5 + parent: 2 + - uid: 10860 + components: + - type: Transform + pos: 77.5,23.5 + parent: 2 + - uid: 10861 + components: + - type: Transform + pos: 76.5,23.5 + parent: 2 + - uid: 10862 + components: + - type: Transform + pos: 75.5,23.5 + parent: 2 + - uid: 10863 + components: + - type: Transform + pos: 74.5,23.5 + parent: 2 + - uid: 10864 + components: + - type: Transform + pos: 73.5,23.5 + parent: 2 + - uid: 10865 + components: + - type: Transform + pos: 72.5,23.5 + parent: 2 + - uid: 10866 + components: + - type: Transform + pos: 71.5,23.5 + parent: 2 + - uid: 10867 + components: + - type: Transform + pos: 71.5,22.5 + parent: 2 + - uid: 10868 + components: + - type: Transform + pos: 71.5,21.5 + parent: 2 + - uid: 10869 + components: + - type: Transform + pos: 71.5,20.5 + parent: 2 + - uid: 10870 + components: + - type: Transform + pos: 71.5,19.5 + parent: 2 + - uid: 10871 + components: + - type: Transform + pos: 71.5,18.5 + parent: 2 + - uid: 10872 + components: + - type: Transform + pos: 71.5,17.5 + parent: 2 + - uid: 10873 + components: + - type: Transform + pos: 71.5,16.5 + parent: 2 + - uid: 10874 + components: + - type: Transform + pos: 70.5,16.5 + parent: 2 + - uid: 10875 + components: + - type: Transform + pos: 69.5,16.5 + parent: 2 + - uid: 10876 + components: + - type: Transform + pos: 68.5,16.5 + parent: 2 + - uid: 10877 + components: + - type: Transform + pos: 67.5,16.5 + parent: 2 + - uid: 10878 + components: + - type: Transform + pos: 67.5,17.5 + parent: 2 + - uid: 10879 + components: + - type: Transform + pos: 67.5,18.5 + parent: 2 + - uid: 10880 + components: + - type: Transform + pos: 67.5,19.5 + parent: 2 + - uid: 10881 + components: + - type: Transform + pos: 67.5,20.5 + parent: 2 + - uid: 10882 + components: + - type: Transform + pos: 67.5,21.5 + parent: 2 + - uid: 10883 + components: + - type: Transform + pos: 66.5,21.5 + parent: 2 + - uid: 10884 + components: + - type: Transform + pos: 65.5,21.5 + parent: 2 + - uid: 10885 + components: + - type: Transform + pos: 64.5,21.5 + parent: 2 + - uid: 10886 + components: + - type: Transform + pos: 64.5,22.5 + parent: 2 + - uid: 10887 + components: + - type: Transform + pos: 64.5,23.5 + parent: 2 + - uid: 10888 + components: + - type: Transform + pos: 64.5,24.5 + parent: 2 + - uid: 10889 + components: + - type: Transform + pos: 64.5,25.5 + parent: 2 + - uid: 10890 + components: + - type: Transform + pos: 64.5,26.5 + parent: 2 + - uid: 10891 + components: + - type: Transform + pos: 64.5,27.5 + parent: 2 + - uid: 10892 + components: + - type: Transform + pos: 64.5,28.5 + parent: 2 + - uid: 10893 + components: + - type: Transform + pos: 64.5,29.5 + parent: 2 + - uid: 10894 + components: + - type: Transform + pos: 64.5,30.5 + parent: 2 + - uid: 10895 + components: + - type: Transform + pos: 64.5,31.5 + parent: 2 + - uid: 10896 + components: + - type: Transform + pos: 64.5,32.5 + parent: 2 + - uid: 10897 + components: + - type: Transform + pos: 64.5,33.5 + parent: 2 + - uid: 10898 + components: + - type: Transform + pos: 63.5,33.5 + parent: 2 + - uid: 10899 + components: + - type: Transform + pos: 63.5,34.5 + parent: 2 + - uid: 10900 + components: + - type: Transform + pos: 63.5,35.5 + parent: 2 + - uid: 10901 + components: + - type: Transform + pos: 63.5,36.5 + parent: 2 + - uid: 10902 + components: + - type: Transform + pos: 63.5,37.5 + parent: 2 + - uid: 10903 + components: + - type: Transform + pos: 63.5,38.5 + parent: 2 + - uid: 10904 + components: + - type: Transform + pos: 63.5,39.5 + parent: 2 + - uid: 10905 + components: + - type: Transform + pos: 63.5,40.5 + parent: 2 + - uid: 10906 + components: + - type: Transform + pos: 63.5,41.5 + parent: 2 + - uid: 10907 + components: + - type: Transform + pos: 63.5,42.5 + parent: 2 + - uid: 10908 + components: + - type: Transform + pos: 63.5,43.5 + parent: 2 + - uid: 10909 + components: + - type: Transform + pos: 63.5,44.5 + parent: 2 + - uid: 10910 + components: + - type: Transform + pos: 63.5,45.5 + parent: 2 + - uid: 10911 + components: + - type: Transform + pos: 62.5,45.5 + parent: 2 + - uid: 10912 + components: + - type: Transform + pos: 61.5,45.5 + parent: 2 + - uid: 10913 + components: + - type: Transform + pos: 61.5,46.5 + parent: 2 + - uid: 10914 + components: + - type: Transform + pos: 61.5,47.5 + parent: 2 + - uid: 10915 + components: + - type: Transform + pos: 60.5,47.5 + parent: 2 + - uid: 10916 + components: + - type: Transform + pos: 59.5,47.5 + parent: 2 + - uid: 10917 + components: + - type: Transform + pos: 58.5,47.5 + parent: 2 + - uid: 10918 + components: + - type: Transform + pos: 57.5,47.5 + parent: 2 + - uid: 10919 + components: + - type: Transform + pos: 56.5,47.5 + parent: 2 + - uid: 10920 + components: + - type: Transform + pos: 55.5,47.5 + parent: 2 + - uid: 10921 + components: + - type: Transform + pos: 54.5,47.5 + parent: 2 + - uid: 10922 + components: + - type: Transform + pos: 53.5,47.5 + parent: 2 + - uid: 10923 + components: + - type: Transform + pos: 53.5,48.5 + parent: 2 + - uid: 10924 + components: + - type: Transform + pos: 53.5,49.5 + parent: 2 + - uid: 10925 + components: + - type: Transform + pos: 53.5,50.5 + parent: 2 + - uid: 10926 + components: + - type: Transform + pos: 53.5,51.5 + parent: 2 + - uid: 10927 + components: + - type: Transform + pos: 54.5,51.5 + parent: 2 + - uid: 10928 + components: + - type: Transform + pos: 55.5,51.5 + parent: 2 + - uid: 10929 + components: + - type: Transform + pos: 56.5,51.5 + parent: 2 + - uid: 10930 + components: + - type: Transform + pos: 57.5,51.5 + parent: 2 + - uid: 10931 + components: + - type: Transform + pos: 12.5,40.5 + parent: 2 + - uid: 10932 + components: + - type: Transform + pos: 12.5,39.5 + parent: 2 + - uid: 10933 + components: + - type: Transform + pos: 12.5,38.5 + parent: 2 + - uid: 10934 + components: + - type: Transform + pos: 12.5,37.5 + parent: 2 + - uid: 10935 + components: + - type: Transform + pos: 13.5,37.5 + parent: 2 + - uid: 10936 + components: + - type: Transform + pos: 14.5,37.5 + parent: 2 + - uid: 10937 + components: + - type: Transform + pos: 15.5,37.5 + parent: 2 + - uid: 10938 + components: + - type: Transform + pos: 16.5,37.5 + parent: 2 + - uid: 10939 + components: + - type: Transform + pos: 17.5,37.5 + parent: 2 + - uid: 10940 + components: + - type: Transform + pos: 18.5,37.5 + parent: 2 + - uid: 10941 + components: + - type: Transform + pos: 19.5,37.5 + parent: 2 + - uid: 10942 + components: + - type: Transform + pos: 20.5,37.5 + parent: 2 + - uid: 10943 + components: + - type: Transform + pos: 21.5,37.5 + parent: 2 + - uid: 10944 + components: + - type: Transform + pos: 22.5,37.5 + parent: 2 + - uid: 10945 + components: + - type: Transform + pos: 23.5,37.5 + parent: 2 + - uid: 10946 + components: + - type: Transform + pos: 24.5,37.5 + parent: 2 + - uid: 10947 + components: + - type: Transform + pos: 25.5,37.5 + parent: 2 + - uid: 10948 + components: + - type: Transform + pos: 26.5,37.5 + parent: 2 + - uid: 10949 + components: + - type: Transform + pos: 27.5,37.5 + parent: 2 + - uid: 10950 + components: + - type: Transform + pos: 28.5,37.5 + parent: 2 + - uid: 10951 + components: + - type: Transform + pos: 29.5,37.5 + parent: 2 + - uid: 10952 + components: + - type: Transform + pos: 30.5,37.5 + parent: 2 + - uid: 10953 + components: + - type: Transform + pos: 31.5,37.5 + parent: 2 + - uid: 10954 + components: + - type: Transform + pos: 32.5,37.5 + parent: 2 + - uid: 10955 + components: + - type: Transform + pos: 33.5,37.5 + parent: 2 + - uid: 10956 + components: + - type: Transform + pos: 34.5,37.5 + parent: 2 + - uid: 10957 + components: + - type: Transform + pos: 45.5,52.5 + parent: 2 + - uid: 10958 + components: + - type: Transform + pos: 45.5,51.5 + parent: 2 + - uid: 10959 + components: + - type: Transform + pos: 45.5,50.5 + parent: 2 + - uid: 10960 + components: + - type: Transform + pos: 45.5,49.5 + parent: 2 + - uid: 10961 + components: + - type: Transform + pos: 45.5,48.5 + parent: 2 + - uid: 10962 + components: + - type: Transform + pos: 45.5,47.5 + parent: 2 + - uid: 10963 + components: + - type: Transform + pos: 45.5,46.5 + parent: 2 + - uid: 10964 + components: + - type: Transform + pos: 45.5,45.5 + parent: 2 + - uid: 10965 + components: + - type: Transform + pos: 44.5,45.5 + parent: 2 + - uid: 10966 + components: + - type: Transform + pos: 43.5,45.5 + parent: 2 + - uid: 10967 + components: + - type: Transform + pos: 42.5,45.5 + parent: 2 + - uid: 10968 + components: + - type: Transform + pos: 41.5,45.5 + parent: 2 + - uid: 10969 + components: + - type: Transform + pos: 40.5,45.5 + parent: 2 + - uid: 10970 + components: + - type: Transform + pos: 39.5,45.5 + parent: 2 + - uid: 10971 + components: + - type: Transform + pos: 38.5,45.5 + parent: 2 + - uid: 10972 + components: + - type: Transform + pos: 37.5,45.5 + parent: 2 + - uid: 10973 + components: + - type: Transform + pos: 36.5,45.5 + parent: 2 + - uid: 10974 + components: + - type: Transform + pos: 35.5,45.5 + parent: 2 + - uid: 10975 + components: + - type: Transform + pos: 35.5,44.5 + parent: 2 + - uid: 10976 + components: + - type: Transform + pos: 35.5,42.5 + parent: 2 + - uid: 10977 + components: + - type: Transform + pos: 35.5,41.5 + parent: 2 + - uid: 10978 + components: + - type: Transform + pos: 35.5,40.5 + parent: 2 + - uid: 10979 + components: + - type: Transform + pos: 35.5,39.5 + parent: 2 + - uid: 10980 + components: + - type: Transform + pos: 35.5,38.5 + parent: 2 + - uid: 10981 + components: + - type: Transform + pos: 35.5,37.5 + parent: 2 + - uid: 10982 + components: + - type: Transform + pos: 36.5,37.5 + parent: 2 + - uid: 10983 + components: + - type: Transform + pos: 27.5,27.5 + parent: 2 + - uid: 10984 + components: + - type: Transform + pos: 26.5,27.5 + parent: 2 + - uid: 10985 + components: + - type: Transform + pos: 25.5,27.5 + parent: 2 + - uid: 10986 + components: + - type: Transform + pos: 25.5,28.5 + parent: 2 + - uid: 10987 + components: + - type: Transform + pos: 25.5,29.5 + parent: 2 + - uid: 10988 + components: + - type: Transform + pos: 25.5,30.5 + parent: 2 + - uid: 10989 + components: + - type: Transform + pos: 51.5,51.5 + parent: 2 + - uid: 10990 + components: + - type: Transform + pos: 52.5,51.5 + parent: 2 + - uid: 10991 + components: + - type: Transform + pos: 50.5,51.5 + parent: 2 + - uid: 10992 + components: + - type: Transform + pos: 49.5,51.5 + parent: 2 + - uid: 10993 + components: + - type: Transform + pos: 48.5,51.5 + parent: 2 + - uid: 10994 + components: + - type: Transform + pos: 47.5,51.5 + parent: 2 + - uid: 10995 + components: + - type: Transform + pos: 28.5,27.5 + parent: 2 + - uid: 10996 + components: + - type: Transform + pos: 29.5,27.5 + parent: 2 + - uid: 10997 + components: + - type: Transform + pos: 29.5,26.5 + parent: 2 + - uid: 10998 + components: + - type: Transform + pos: 29.5,25.5 + parent: 2 + - uid: 10999 + components: + - type: Transform + pos: 31.5,25.5 + parent: 2 + - uid: 11000 + components: + - type: Transform + pos: 32.5,25.5 + parent: 2 + - uid: 11001 + components: + - type: Transform + pos: 33.5,25.5 + parent: 2 + - uid: 11002 + components: + - type: Transform + pos: 34.5,25.5 + parent: 2 + - uid: 11003 + components: + - type: Transform + pos: 35.5,25.5 + parent: 2 + - uid: 11004 + components: + - type: Transform + pos: 30.5,25.5 + parent: 2 + - uid: 11005 + components: + - type: Transform + pos: 36.5,25.5 + parent: 2 + - uid: 11006 + components: + - type: Transform + pos: 37.5,25.5 + parent: 2 + - uid: 11007 + components: + - type: Transform + pos: 37.5,26.5 + parent: 2 + - uid: 11008 + components: + - type: Transform + pos: 38.5,26.5 + parent: 2 + - uid: 11009 + components: + - type: Transform + pos: 39.5,26.5 + parent: 2 + - uid: 11010 + components: + - type: Transform + pos: 40.5,26.5 + parent: 2 + - uid: 11011 + components: + - type: Transform + pos: 41.5,26.5 + parent: 2 + - uid: 11012 + components: + - type: Transform + pos: 42.5,26.5 + parent: 2 + - uid: 11013 + components: + - type: Transform + pos: 43.5,26.5 + parent: 2 + - uid: 11014 + components: + - type: Transform + pos: 44.5,26.5 + parent: 2 + - uid: 11015 + components: + - type: Transform + pos: 45.5,26.5 + parent: 2 + - uid: 11016 + components: + - type: Transform + pos: 45.5,27.5 + parent: 2 + - uid: 11017 + components: + - type: Transform + pos: 45.5,28.5 + parent: 2 + - uid: 11018 + components: + - type: Transform + pos: 45.5,29.5 + parent: 2 + - uid: 11019 + components: + - type: Transform + pos: 45.5,30.5 + parent: 2 + - uid: 11020 + components: + - type: Transform + pos: 45.5,31.5 + parent: 2 + - uid: 11021 + components: + - type: Transform + pos: 45.5,32.5 + parent: 2 + - uid: 11022 + components: + - type: Transform + pos: 45.5,33.5 + parent: 2 + - uid: 11023 + components: + - type: Transform + pos: 45.5,34.5 + parent: 2 + - uid: 11024 + components: + - type: Transform + pos: 45.5,35.5 + parent: 2 + - uid: 11025 + components: + - type: Transform + pos: 45.5,36.5 + parent: 2 + - uid: 11026 + components: + - type: Transform + pos: 46.5,36.5 + parent: 2 + - uid: 11027 + components: + - type: Transform + pos: 46.5,37.5 + parent: 2 + - uid: 11028 + components: + - type: Transform + pos: 46.5,38.5 + parent: 2 + - uid: 11029 + components: + - type: Transform + pos: 36.5,36.5 + parent: 2 + - uid: 11030 + components: + - type: Transform + pos: 36.5,35.5 + parent: 2 + - uid: 11031 + components: + - type: Transform + pos: 36.5,34.5 + parent: 2 + - uid: 11032 + components: + - type: Transform + pos: 36.5,33.5 + parent: 2 + - uid: 11033 + components: + - type: Transform + pos: 36.5,32.5 + parent: 2 + - uid: 11034 + components: + - type: Transform + pos: 36.5,31.5 + parent: 2 + - uid: 11035 + components: + - type: Transform + pos: 36.5,30.5 + parent: 2 + - uid: 11036 + components: + - type: Transform + pos: 36.5,29.5 + parent: 2 + - uid: 11037 + components: + - type: Transform + pos: 36.5,28.5 + parent: 2 + - uid: 11038 + components: + - type: Transform + pos: 36.5,27.5 + parent: 2 + - uid: 11039 + components: + - type: Transform + pos: 36.5,26.5 + parent: 2 + - uid: 11040 + components: + - type: Transform + pos: 36.5,25.5 + parent: 2 + - uid: 11041 + components: + - type: Transform + pos: 36.5,24.5 + parent: 2 + - uid: 11042 + components: + - type: Transform + pos: 36.5,23.5 + parent: 2 + - uid: 11043 + components: + - type: Transform + pos: 36.5,22.5 + parent: 2 + - uid: 11044 + components: + - type: Transform + pos: 36.5,21.5 + parent: 2 + - uid: 11045 + components: + - type: Transform + pos: 36.5,20.5 + parent: 2 + - uid: 11046 + components: + - type: Transform + pos: 36.5,19.5 + parent: 2 + - uid: 11047 + components: + - type: Transform + pos: 36.5,18.5 + parent: 2 + - uid: 11048 + components: + - type: Transform + pos: 36.5,17.5 + parent: 2 + - uid: 11049 + components: + - type: Transform + pos: 36.5,16.5 + parent: 2 + - uid: 11050 + components: + - type: Transform + pos: 36.5,15.5 + parent: 2 + - uid: 11051 + components: + - type: Transform + pos: 36.5,14.5 + parent: 2 + - uid: 11052 + components: + - type: Transform + pos: 36.5,13.5 + parent: 2 + - uid: 11053 + components: + - type: Transform + pos: 37.5,13.5 + parent: 2 + - uid: 11054 + components: + - type: Transform + pos: 38.5,13.5 + parent: 2 + - uid: 11055 + components: + - type: Transform + pos: 39.5,13.5 + parent: 2 + - uid: 11056 + components: + - type: Transform + pos: 40.5,13.5 + parent: 2 + - uid: 11057 + components: + - type: Transform + pos: 41.5,13.5 + parent: 2 + - uid: 11058 + components: + - type: Transform + pos: 42.5,13.5 + parent: 2 + - uid: 11059 + components: + - type: Transform + pos: 43.5,13.5 + parent: 2 + - uid: 11060 + components: + - type: Transform + pos: 44.5,13.5 + parent: 2 + - uid: 11061 + components: + - type: Transform + pos: 45.5,13.5 + parent: 2 + - uid: 11062 + components: + - type: Transform + pos: 46.5,13.5 + parent: 2 + - uid: 11063 + components: + - type: Transform + pos: 47.5,13.5 + parent: 2 + - uid: 11064 + components: + - type: Transform + pos: 48.5,13.5 + parent: 2 + - uid: 11065 + components: + - type: Transform + pos: 49.5,13.5 + parent: 2 + - uid: 11066 + components: + - type: Transform + pos: 50.5,13.5 + parent: 2 + - uid: 11067 + components: + - type: Transform + pos: 51.5,13.5 + parent: 2 + - uid: 11068 + components: + - type: Transform + pos: 52.5,13.5 + parent: 2 + - uid: 11069 + components: + - type: Transform + pos: 53.5,13.5 + parent: 2 + - uid: 11070 + components: + - type: Transform + pos: 54.5,13.5 + parent: 2 + - uid: 11071 + components: + - type: Transform + pos: 55.5,13.5 + parent: 2 + - uid: 11072 + components: + - type: Transform + pos: 56.5,13.5 + parent: 2 + - uid: 11073 + components: + - type: Transform + pos: 57.5,13.5 + parent: 2 + - uid: 11074 + components: + - type: Transform + pos: 58.5,13.5 + parent: 2 + - uid: 11075 + components: + - type: Transform + pos: 59.5,13.5 + parent: 2 + - uid: 11076 + components: + - type: Transform + pos: 60.5,13.5 + parent: 2 + - uid: 11077 + components: + - type: Transform + pos: 61.5,13.5 + parent: 2 + - uid: 11078 + components: + - type: Transform + pos: 62.5,13.5 + parent: 2 + - uid: 11079 + components: + - type: Transform + pos: 63.5,13.5 + parent: 2 + - uid: 11080 + components: + - type: Transform + pos: 64.5,13.5 + parent: 2 + - uid: 11081 + components: + - type: Transform + pos: 65.5,13.5 + parent: 2 + - uid: 11082 + components: + - type: Transform + pos: 66.5,13.5 + parent: 2 + - uid: 11083 + components: + - type: Transform + pos: 67.5,13.5 + parent: 2 + - uid: 11084 + components: + - type: Transform + pos: 68.5,13.5 + parent: 2 + - uid: 11085 + components: + - type: Transform + pos: 69.5,13.5 + parent: 2 + - uid: 11086 + components: + - type: Transform + pos: 70.5,13.5 + parent: 2 + - uid: 11087 + components: + - type: Transform + pos: 71.5,13.5 + parent: 2 + - uid: 11088 + components: + - type: Transform + pos: 52.5,53.5 + parent: 2 + - uid: 11089 + components: + - type: Transform + pos: 51.5,53.5 + parent: 2 + - uid: 11090 + components: + - type: Transform + pos: 50.5,53.5 + parent: 2 + - uid: 11091 + components: + - type: Transform + pos: 49.5,53.5 + parent: 2 + - uid: 11092 + components: + - type: Transform + pos: 48.5,53.5 + parent: 2 + - uid: 11093 + components: + - type: Transform + pos: 47.5,53.5 + parent: 2 + - uid: 11094 + components: + - type: Transform + pos: 46.5,53.5 + parent: 2 + - uid: 11095 + components: + - type: Transform + pos: 45.5,53.5 + parent: 2 + - uid: 11096 + components: + - type: Transform + pos: 47.5,50.5 + parent: 2 + - uid: 11097 + components: + - type: Transform + pos: 47.5,49.5 + parent: 2 + - uid: 11098 + components: + - type: Transform + pos: 47.5,48.5 + parent: 2 + - uid: 11099 + components: + - type: Transform + pos: 47.5,47.5 + parent: 2 + - uid: 11100 + components: + - type: Transform + pos: 47.5,46.5 + parent: 2 + - uid: 11101 + components: + - type: Transform + pos: 47.5,45.5 + parent: 2 + - uid: 11102 + components: + - type: Transform + pos: 35.5,43.5 + parent: 2 + - uid: 11103 + components: + - type: Transform + pos: 47.5,43.5 + parent: 2 + - uid: 11104 + components: + - type: Transform + pos: 49.5,41.5 + parent: 2 + - uid: 11105 + components: + - type: Transform + pos: 49.5,42.5 + parent: 2 + - uid: 11106 + components: + - type: Transform + pos: 49.5,43.5 + parent: 2 + - uid: 11107 + components: + - type: Transform + pos: 49.5,44.5 + parent: 2 + - uid: 11108 + components: + - type: Transform + pos: 49.5,45.5 + parent: 2 + - uid: 11109 + components: + - type: Transform + pos: 50.5,45.5 + parent: 2 + - uid: 11110 + components: + - type: Transform + pos: 51.5,45.5 + parent: 2 + - uid: 11111 + components: + - type: Transform + pos: 52.5,45.5 + parent: 2 + - uid: 11112 + components: + - type: Transform + pos: 53.5,45.5 + parent: 2 + - uid: 11113 + components: + - type: Transform + pos: 54.5,45.5 + parent: 2 + - uid: 11114 + components: + - type: Transform + pos: 55.5,45.5 + parent: 2 + - uid: 11115 + components: + - type: Transform + pos: 55.5,46.5 + parent: 2 + - uid: 11116 + components: + - type: Transform + pos: 71.5,14.5 + parent: 2 + - uid: 11117 + components: + - type: Transform + pos: 71.5,15.5 + parent: 2 + - uid: 11118 + components: + - type: Transform + pos: 71.5,24.5 + parent: 2 + - uid: 11119 + components: + - type: Transform + pos: 71.5,25.5 + parent: 2 + - uid: 11120 + components: + - type: Transform + pos: 71.5,26.5 + parent: 2 + - uid: 11121 + components: + - type: Transform + pos: 71.5,27.5 + parent: 2 + - uid: 11122 + components: + - type: Transform + pos: 71.5,28.5 + parent: 2 + - uid: 11123 + components: + - type: Transform + pos: 71.5,29.5 + parent: 2 + - uid: 11124 + components: + - type: Transform + pos: 71.5,30.5 + parent: 2 + - uid: 11125 + components: + - type: Transform + pos: 71.5,31.5 + parent: 2 + - uid: 11126 + components: + - type: Transform + pos: 71.5,32.5 + parent: 2 + - uid: 11127 + components: + - type: Transform + pos: 71.5,33.5 + parent: 2 + - uid: 11128 + components: + - type: Transform + pos: 71.5,34.5 + parent: 2 + - uid: 11129 + components: + - type: Transform + pos: 71.5,35.5 + parent: 2 + - uid: 11130 + components: + - type: Transform + pos: 71.5,36.5 + parent: 2 + - uid: 11131 + components: + - type: Transform + pos: 71.5,37.5 + parent: 2 + - uid: 11132 + components: + - type: Transform + pos: 71.5,38.5 + parent: 2 + - uid: 11133 + components: + - type: Transform + pos: 71.5,39.5 + parent: 2 + - uid: 11134 + components: + - type: Transform + pos: 71.5,40.5 + parent: 2 + - uid: 11135 + components: + - type: Transform + pos: 71.5,41.5 + parent: 2 + - uid: 11136 + components: + - type: Transform + pos: 71.5,42.5 + parent: 2 + - uid: 11137 + components: + - type: Transform + pos: 71.5,43.5 + parent: 2 + - uid: 11138 + components: + - type: Transform + pos: 71.5,44.5 + parent: 2 + - uid: 11139 + components: + - type: Transform + pos: 71.5,45.5 + parent: 2 + - uid: 11140 + components: + - type: Transform + pos: 71.5,46.5 + parent: 2 + - uid: 11141 + components: + - type: Transform + pos: 71.5,47.5 + parent: 2 + - uid: 11142 + components: + - type: Transform + pos: 71.5,48.5 + parent: 2 + - uid: 11143 + components: + - type: Transform + pos: 71.5,49.5 + parent: 2 + - uid: 11144 + components: + - type: Transform + pos: 71.5,50.5 + parent: 2 + - uid: 11145 + components: + - type: Transform + pos: 71.5,51.5 + parent: 2 + - uid: 11146 + components: + - type: Transform + pos: 71.5,52.5 + parent: 2 + - uid: 11147 + components: + - type: Transform + pos: 70.5,52.5 + parent: 2 + - uid: 11148 + components: + - type: Transform + pos: 69.5,52.5 + parent: 2 + - uid: 11149 + components: + - type: Transform + pos: 68.5,52.5 + parent: 2 + - uid: 11150 + components: + - type: Transform + pos: 67.5,52.5 + parent: 2 + - uid: 11151 + components: + - type: Transform + pos: 66.5,52.5 + parent: 2 + - uid: 11152 + components: + - type: Transform + pos: 65.5,52.5 + parent: 2 + - uid: 11153 + components: + - type: Transform + pos: 64.5,52.5 + parent: 2 + - uid: 11154 + components: + - type: Transform + pos: 63.5,52.5 + parent: 2 + - uid: 11155 + components: + - type: Transform + pos: 62.5,52.5 + parent: 2 + - uid: 11156 + components: + - type: Transform + pos: 61.5,52.5 + parent: 2 + - uid: 11157 + components: + - type: Transform + pos: 60.5,52.5 + parent: 2 + - uid: 11158 + components: + - type: Transform + pos: 59.5,52.5 + parent: 2 + - uid: 11159 + components: + - type: Transform + pos: 58.5,52.5 + parent: 2 + - uid: 12033 + components: + - type: Transform + pos: 53.5,61.5 + parent: 2 + - uid: 12040 + components: + - type: Transform + pos: 54.5,61.5 + parent: 2 + - uid: 13559 + components: + - type: Transform + pos: 12.5,13.5 + parent: 2 + - uid: 13560 + components: + - type: Transform + pos: 12.5,14.5 + parent: 2 + - uid: 13561 + components: + - type: Transform + pos: 12.5,15.5 + parent: 2 + - uid: 13562 + components: + - type: Transform + pos: 12.5,16.5 + parent: 2 + - uid: 13563 + components: + - type: Transform + pos: 12.5,17.5 + parent: 2 + - uid: 13564 + components: + - type: Transform + pos: 12.5,18.5 + parent: 2 + - uid: 13565 + components: + - type: Transform + pos: 12.5,19.5 + parent: 2 + - uid: 13566 + components: + - type: Transform + pos: 12.5,20.5 + parent: 2 + - uid: 13567 + components: + - type: Transform + pos: 12.5,21.5 + parent: 2 + - uid: 13568 + components: + - type: Transform + pos: 12.5,22.5 + parent: 2 + - uid: 13569 + components: + - type: Transform + pos: 12.5,23.5 + parent: 2 + - uid: 13570 + components: + - type: Transform + pos: 12.5,24.5 + parent: 2 + - uid: 13571 + components: + - type: Transform + pos: 12.5,25.5 + parent: 2 + - uid: 13572 + components: + - type: Transform + pos: 12.5,26.5 + parent: 2 + - uid: 13573 + components: + - type: Transform + pos: 12.5,27.5 + parent: 2 + - uid: 13574 + components: + - type: Transform + pos: 12.5,28.5 + parent: 2 + - uid: 13575 + components: + - type: Transform + pos: 12.5,29.5 + parent: 2 + - uid: 13576 + components: + - type: Transform + pos: 12.5,30.5 + parent: 2 + - uid: 13577 + components: + - type: Transform + pos: 12.5,31.5 + parent: 2 + - uid: 13578 + components: + - type: Transform + pos: 12.5,32.5 + parent: 2 + - uid: 13579 + components: + - type: Transform + pos: 12.5,33.5 + parent: 2 + - uid: 13580 + components: + - type: Transform + pos: 12.5,34.5 + parent: 2 + - uid: 13581 + components: + - type: Transform + pos: 12.5,35.5 + parent: 2 + - uid: 13582 + components: + - type: Transform + pos: 12.5,36.5 + parent: 2 + - uid: 13584 + components: + - type: Transform + pos: 59.5,70.5 + parent: 2 + - uid: 13585 + components: + - type: Transform + pos: 58.5,70.5 + parent: 2 + - uid: 13586 + components: + - type: Transform + pos: 57.5,70.5 + parent: 2 + - uid: 13587 + components: + - type: Transform + pos: 57.5,71.5 + parent: 2 + - uid: 13588 + components: + - type: Transform + pos: 57.5,72.5 + parent: 2 + - uid: 13589 + components: + - type: Transform + pos: 57.5,73.5 + parent: 2 + - uid: 13590 + components: + - type: Transform + pos: 57.5,74.5 + parent: 2 + - uid: 13591 + components: + - type: Transform + pos: 57.5,75.5 + parent: 2 + - uid: 13592 + components: + - type: Transform + pos: 57.5,76.5 + parent: 2 + - uid: 13593 + components: + - type: Transform + pos: 47.5,78.5 + parent: 2 + - uid: 13690 + components: + - type: Transform + pos: 45.5,61.5 + parent: 2 + - uid: 13691 + components: + - type: Transform + pos: 45.5,60.5 + parent: 2 + - uid: 13692 + components: + - type: Transform + pos: 45.5,59.5 + parent: 2 + - uid: 13693 + components: + - type: Transform + pos: 45.5,58.5 + parent: 2 + - uid: 13694 + components: + - type: Transform + pos: 45.5,57.5 + parent: 2 + - uid: 13695 + components: + - type: Transform + pos: 45.5,56.5 + parent: 2 + - uid: 13696 + components: + - type: Transform + pos: 45.5,55.5 + parent: 2 + - uid: 13697 + components: + - type: Transform + pos: 45.5,54.5 + parent: 2 + - uid: 13786 + components: + - type: Transform + pos: 29.5,13.5 + parent: 2 + - uid: 13787 + components: + - type: Transform + pos: 30.5,13.5 + parent: 2 + - uid: 13788 + components: + - type: Transform + pos: 31.5,13.5 + parent: 2 + - uid: 13789 + components: + - type: Transform + pos: 32.5,13.5 + parent: 2 + - uid: 13790 + components: + - type: Transform + pos: 33.5,13.5 + parent: 2 + - uid: 13791 + components: + - type: Transform + pos: 34.5,13.5 + parent: 2 + - uid: 13792 + components: + - type: Transform + pos: 35.5,13.5 + parent: 2 + - uid: 13882 + components: + - type: Transform + pos: -0.5,47.5 + parent: 2 + - uid: 13941 + components: + - type: Transform + pos: 47.5,76.5 + parent: 2 + - uid: 13942 + components: + - type: Transform + pos: 47.5,75.5 + parent: 2 + - uid: 13943 + components: + - type: Transform + pos: 47.5,74.5 + parent: 2 + - uid: 13944 + components: + - type: Transform + pos: 47.5,73.5 + parent: 2 + - uid: 13945 + components: + - type: Transform + pos: 45.5,78.5 + parent: 2 + - uid: 13946 + components: + - type: Transform + pos: 44.5,78.5 + parent: 2 + - uid: 13947 + components: + - type: Transform + pos: 43.5,78.5 + parent: 2 + - uid: 13948 + components: + - type: Transform + pos: 42.5,78.5 + parent: 2 + - uid: 13949 + components: + - type: Transform + pos: 41.5,78.5 + parent: 2 + - uid: 13950 + components: + - type: Transform + pos: 40.5,78.5 + parent: 2 + - uid: 13951 + components: + - type: Transform + pos: 39.5,78.5 + parent: 2 + - uid: 13952 + components: + - type: Transform + pos: 39.5,77.5 + parent: 2 + - uid: 13953 + components: + - type: Transform + pos: 39.5,76.5 + parent: 2 + - uid: 13954 + components: + - type: Transform + pos: 39.5,75.5 + parent: 2 + - uid: 13955 + components: + - type: Transform + pos: 39.5,72.5 + parent: 2 + - uid: 13956 + components: + - type: Transform + pos: 39.5,74.5 + parent: 2 + - uid: 13957 + components: + - type: Transform + pos: 39.5,73.5 + parent: 2 + - uid: 13958 + components: + - type: Transform + pos: 40.5,72.5 + parent: 2 + - uid: 13959 + components: + - type: Transform + pos: 41.5,72.5 + parent: 2 + - uid: 13960 + components: + - type: Transform + pos: 42.5,72.5 + parent: 2 + - uid: 13961 + components: + - type: Transform + pos: 43.5,72.5 + parent: 2 + - uid: 13962 + components: + - type: Transform + pos: 43.5,71.5 + parent: 2 + - uid: 13963 + components: + - type: Transform + pos: 43.5,70.5 + parent: 2 + - uid: 13964 + components: + - type: Transform + pos: 43.5,69.5 + parent: 2 + - uid: 13965 + components: + - type: Transform + pos: 43.5,68.5 + parent: 2 + - uid: 13966 + components: + - type: Transform + pos: 44.5,68.5 + parent: 2 + - uid: 13967 + components: + - type: Transform + pos: 44.5,67.5 + parent: 2 + - uid: 13968 + components: + - type: Transform + pos: 44.5,66.5 + parent: 2 + - uid: 13969 + components: + - type: Transform + pos: 44.5,65.5 + parent: 2 + - uid: 13970 + components: + - type: Transform + pos: 44.5,64.5 + parent: 2 + - uid: 13971 + components: + - type: Transform + pos: 45.5,64.5 + parent: 2 + - uid: 13972 + components: + - type: Transform + pos: 48.5,66.5 + parent: 2 + - uid: 13973 + components: + - type: Transform + pos: 48.5,63.5 + parent: 2 + - uid: 13974 + components: + - type: Transform + pos: 49.5,66.5 + parent: 2 + - uid: 13975 + components: + - type: Transform + pos: 50.5,66.5 + parent: 2 + - uid: 13976 + components: + - type: Transform + pos: 51.5,66.5 + parent: 2 + - uid: 13977 + components: + - type: Transform + pos: 48.5,61.5 + parent: 2 + - uid: 13979 + components: + - type: Transform + pos: 47.5,82.5 + parent: 2 + - uid: 13980 + components: + - type: Transform + pos: 48.5,82.5 + parent: 2 + - uid: 13981 + components: + - type: Transform + pos: 49.5,82.5 + parent: 2 + - uid: 13982 + components: + - type: Transform + pos: 51.5,77.5 + parent: 2 + - uid: 13983 + components: + - type: Transform + pos: 51.5,78.5 + parent: 2 + - uid: 13984 + components: + - type: Transform + pos: 51.5,79.5 + parent: 2 + - uid: 13985 + components: + - type: Transform + pos: 51.5,80.5 + parent: 2 + - uid: 13986 + components: + - type: Transform + pos: 51.5,81.5 + parent: 2 + - uid: 13987 + components: + - type: Transform + pos: 51.5,82.5 + parent: 2 + - uid: 13988 + components: + - type: Transform + pos: 51.5,83.5 + parent: 2 + - uid: 14001 + components: + - type: Transform + pos: 45.5,82.5 + parent: 2 + - uid: 14003 + components: + - type: Transform + pos: 45.5,80.5 + parent: 2 + - uid: 14004 + components: + - type: Transform + pos: 45.5,79.5 + parent: 2 + - uid: 14005 + components: + - type: Transform + pos: 48.5,60.5 + parent: 2 + - uid: 14006 + components: + - type: Transform + pos: 48.5,59.5 + parent: 2 + - uid: 14007 + components: + - type: Transform + pos: 48.5,58.5 + parent: 2 + - uid: 14008 + components: + - type: Transform + pos: 48.5,57.5 + parent: 2 + - uid: 14009 + components: + - type: Transform + pos: 48.5,56.5 + parent: 2 + - uid: 14010 + components: + - type: Transform + pos: 49.5,56.5 + parent: 2 + - uid: 14011 + components: + - type: Transform + pos: 50.5,56.5 + parent: 2 + - uid: 14012 + components: + - type: Transform + pos: 51.5,56.5 + parent: 2 + - uid: 14013 + components: + - type: Transform + pos: 50.5,63.5 + parent: 2 + - uid: 14014 + components: + - type: Transform + pos: 52.5,63.5 + parent: 2 + - uid: 14500 + components: + - type: Transform + pos: 18.5,-34.5 + parent: 2 + - uid: 14501 + components: + - type: Transform + pos: 18.5,-33.5 + parent: 2 + - uid: 14502 + components: + - type: Transform + pos: 18.5,-32.5 + parent: 2 + - uid: 14503 + components: + - type: Transform + pos: 19.5,-32.5 + parent: 2 + - uid: 14504 + components: + - type: Transform + pos: 20.5,-32.5 + parent: 2 + - uid: 14505 + components: + - type: Transform + pos: 21.5,-32.5 + parent: 2 + - uid: 14506 + components: + - type: Transform + pos: 22.5,-32.5 + parent: 2 + - uid: 14507 + components: + - type: Transform + pos: 22.5,-31.5 + parent: 2 + - uid: 14508 + components: + - type: Transform + pos: 22.5,-30.5 + parent: 2 + - uid: 14509 + components: + - type: Transform + pos: 22.5,-29.5 + parent: 2 + - uid: 14510 + components: + - type: Transform + pos: 22.5,-28.5 + parent: 2 + - uid: 14511 + components: + - type: Transform + pos: 22.5,-27.5 + parent: 2 + - uid: 14512 + components: + - type: Transform + pos: 22.5,-26.5 + parent: 2 + - uid: 14513 + components: + - type: Transform + pos: 22.5,-25.5 + parent: 2 + - uid: 14514 + components: + - type: Transform + pos: 22.5,-24.5 + parent: 2 + - uid: 14515 + components: + - type: Transform + pos: 22.5,-23.5 + parent: 2 + - uid: 14516 + components: + - type: Transform + pos: 22.5,-22.5 + parent: 2 + - uid: 14517 + components: + - type: Transform + pos: 22.5,-21.5 + parent: 2 + - uid: 14518 + components: + - type: Transform + pos: 22.5,-20.5 + parent: 2 + - uid: 15015 + components: + - type: Transform + pos: 54.5,65.5 + parent: 2 + - uid: 15016 + components: + - type: Transform + pos: 53.5,65.5 + parent: 2 + - uid: 15018 + components: + - type: Transform + pos: 54.5,64.5 + parent: 2 + - uid: 15019 + components: + - type: Transform + pos: 53.5,64.5 + parent: 2 + - uid: 15020 + components: + - type: Transform + pos: 52.5,64.5 + parent: 2 +- proto: CableHVStack + entities: + - uid: 14952 + components: + - type: Transform + pos: 50.37914,62.672123 + parent: 2 +- proto: CableHVStack10 + entities: + - uid: 9527 + components: + - type: Transform + parent: 9510 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9587 + components: + - type: Transform + parent: 9583 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9711 + components: + - type: Transform + parent: 9710 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9737 + components: + - type: Transform + parent: 9725 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9749 + components: + - type: Transform + parent: 9746 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9762 + components: + - type: Transform + parent: 7035 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9790 + components: + - type: Transform + parent: 7036 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9795 + components: + - type: Transform + parent: 7037 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 10394 + components: + - type: Transform + parent: 9865 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: CableMV + entities: + - uid: 343 + components: + - type: Transform + pos: 13.5,3.5 + parent: 2 + - uid: 344 + components: + - type: Transform + pos: 12.5,3.5 + parent: 2 + - uid: 345 + components: + - type: Transform + pos: 11.5,3.5 + parent: 2 + - uid: 346 + components: + - type: Transform + pos: 11.5,4.5 + parent: 2 + - uid: 347 + components: + - type: Transform + pos: 11.5,5.5 + parent: 2 + - uid: 348 + components: + - type: Transform + pos: 11.5,6.5 + parent: 2 + - uid: 349 + components: + - type: Transform + pos: 11.5,7.5 + parent: 2 + - uid: 350 + components: + - type: Transform + pos: 11.5,8.5 + parent: 2 + - uid: 351 + components: + - type: Transform + pos: 11.5,9.5 + parent: 2 + - uid: 352 + components: + - type: Transform + pos: 11.5,10.5 + parent: 2 + - uid: 353 + components: + - type: Transform + pos: 11.5,11.5 + parent: 2 + - uid: 354 + components: + - type: Transform + pos: 11.5,12.5 + parent: 2 + - uid: 355 + components: + - type: Transform + pos: 11.5,13.5 + parent: 2 + - uid: 356 + components: + - type: Transform + pos: 11.5,14.5 + parent: 2 + - uid: 357 + components: + - type: Transform + pos: 10.5,14.5 + parent: 2 + - uid: 358 + components: + - type: Transform + pos: 9.5,14.5 + parent: 2 + - uid: 359 + components: + - type: Transform + pos: 8.5,14.5 + parent: 2 + - uid: 360 + components: + - type: Transform + pos: 7.5,14.5 + parent: 2 + - uid: 361 + components: + - type: Transform + pos: 6.5,14.5 + parent: 2 + - uid: 362 + components: + - type: Transform + pos: 5.5,14.5 + parent: 2 + - uid: 363 + components: + - type: Transform + pos: 5.5,13.5 + parent: 2 + - uid: 364 + components: + - type: Transform + pos: 5.5,12.5 + parent: 2 + - uid: 365 + components: + - type: Transform + pos: 5.5,11.5 + parent: 2 + - uid: 366 + components: + - type: Transform + pos: 7.5,13.5 + parent: 2 + - uid: 367 + components: + - type: Transform + pos: 7.5,12.5 + parent: 2 + - uid: 368 + components: + - type: Transform + pos: 7.5,11.5 + parent: 2 + - uid: 369 + components: + - type: Transform + pos: 7.5,10.5 + parent: 2 + - uid: 370 + components: + - type: Transform + pos: 7.5,9.5 + parent: 2 + - uid: 371 + components: + - type: Transform + pos: 7.5,8.5 + parent: 2 + - uid: 372 + components: + - type: Transform + pos: 7.5,7.5 + parent: 2 + - uid: 373 + components: + - type: Transform + pos: 7.5,6.5 + parent: 2 + - uid: 374 + components: + - type: Transform + pos: 8.5,6.5 + parent: 2 + - uid: 375 + components: + - type: Transform + pos: 9.5,6.5 + parent: 2 + - uid: 376 + components: + - type: Transform + pos: 10.5,6.5 + parent: 2 + - uid: 377 + components: + - type: Transform + pos: 7.5,5.5 + parent: 2 + - uid: 378 + components: + - type: Transform + pos: 6.5,5.5 + parent: 2 + - uid: 379 + components: + - type: Transform + pos: 6.5,4.5 + parent: 2 + - uid: 380 + components: + - type: Transform + pos: 6.5,3.5 + parent: 2 + - uid: 381 + components: + - type: Transform + pos: 7.5,3.5 + parent: 2 + - uid: 382 + components: + - type: Transform + pos: 8.5,3.5 + parent: 2 + - uid: 456 + components: + - type: Transform + pos: 5.5,4.5 + parent: 2 + - uid: 457 + components: + - type: Transform + pos: 4.5,4.5 + parent: 2 + - uid: 458 + components: + - type: Transform + pos: 6.5,2.5 + parent: 2 + - uid: 459 + components: + - type: Transform + pos: 6.5,1.5 + parent: 2 + - uid: 460 + components: + - type: Transform + pos: 6.5,0.5 + parent: 2 + - uid: 461 + components: + - type: Transform + pos: 5.5,0.5 + parent: 2 + - uid: 462 + components: + - type: Transform + pos: 2.5,0.5 + parent: 2 + - uid: 463 + components: + - type: Transform + pos: 2.5,1.5 + parent: 2 + - uid: 464 + components: + - type: Transform + pos: 2.5,2.5 + parent: 2 + - uid: 465 + components: + - type: Transform + pos: 3.5,2.5 + parent: 2 + - uid: 466 + components: + - type: Transform + pos: 4.5,2.5 + parent: 2 + - uid: 467 + components: + - type: Transform + pos: 5.5,2.5 + parent: 2 + - uid: 1255 + components: + - type: Transform + pos: 27.5,23.5 + parent: 2 + - uid: 1256 + components: + - type: Transform + pos: 28.5,23.5 + parent: 2 + - uid: 1257 + components: + - type: Transform + pos: 29.5,23.5 + parent: 2 + - uid: 1258 + components: + - type: Transform + pos: 28.5,22.5 + parent: 2 + - uid: 1259 + components: + - type: Transform + pos: 28.5,21.5 + parent: 2 + - uid: 1260 + components: + - type: Transform + pos: 29.5,21.5 + parent: 2 + - uid: 1261 + components: + - type: Transform + pos: 30.5,21.5 + parent: 2 + - uid: 1262 + components: + - type: Transform + pos: 30.5,20.5 + parent: 2 + - uid: 1263 + components: + - type: Transform + pos: 30.5,19.5 + parent: 2 + - uid: 1264 + components: + - type: Transform + pos: 31.5,19.5 + parent: 2 + - uid: 1265 + components: + - type: Transform + pos: 32.5,19.5 + parent: 2 + - uid: 1266 + components: + - type: Transform + pos: 33.5,19.5 + parent: 2 + - uid: 1307 + components: + - type: Transform + pos: 26.5,15.5 + parent: 2 + - uid: 1308 + components: + - type: Transform + pos: 25.5,15.5 + parent: 2 + - uid: 1309 + components: + - type: Transform + pos: 24.5,15.5 + parent: 2 + - uid: 1310 + components: + - type: Transform + pos: 23.5,15.5 + parent: 2 + - uid: 1311 + components: + - type: Transform + pos: 22.5,15.5 + parent: 2 + - uid: 1312 + components: + - type: Transform + pos: 23.5,14.5 + parent: 2 + - uid: 1313 + components: + - type: Transform + pos: 23.5,13.5 + parent: 2 + - uid: 1314 + components: + - type: Transform + pos: 24.5,13.5 + parent: 2 + - uid: 1315 + components: + - type: Transform + pos: 25.5,13.5 + parent: 2 + - uid: 1316 + components: + - type: Transform + pos: 26.5,13.5 + parent: 2 + - uid: 1317 + components: + - type: Transform + pos: 27.5,13.5 + parent: 2 + - uid: 1318 + components: + - type: Transform + pos: 28.5,13.5 + parent: 2 + - uid: 1319 + components: + - type: Transform + pos: 28.5,14.5 + parent: 2 + - uid: 1320 + components: + - type: Transform + pos: 28.5,15.5 + parent: 2 + - uid: 1321 + components: + - type: Transform + pos: 28.5,16.5 + parent: 2 + - uid: 1322 + components: + - type: Transform + pos: 28.5,17.5 + parent: 2 + - uid: 1323 + components: + - type: Transform + pos: 29.5,17.5 + parent: 2 + - uid: 1324 + components: + - type: Transform + pos: 30.5,17.5 + parent: 2 + - uid: 1325 + components: + - type: Transform + pos: 30.5,18.5 + parent: 2 + - uid: 1326 + components: + - type: Transform + pos: 28.5,24.5 + parent: 2 + - uid: 1327 + components: + - type: Transform + pos: 28.5,25.5 + parent: 2 + - uid: 1328 + components: + - type: Transform + pos: 28.5,26.5 + parent: 2 + - uid: 1329 + components: + - type: Transform + pos: 28.5,27.5 + parent: 2 + - uid: 1330 + components: + - type: Transform + pos: 28.5,28.5 + parent: 2 + - uid: 1331 + components: + - type: Transform + pos: 28.5,29.5 + parent: 2 + - uid: 1332 + components: + - type: Transform + pos: 29.5,29.5 + parent: 2 + - uid: 1333 + components: + - type: Transform + pos: 30.5,29.5 + parent: 2 + - uid: 1334 + components: + - type: Transform + pos: 30.5,28.5 + parent: 2 + - uid: 1335 + components: + - type: Transform + pos: 28.5,30.5 + parent: 2 + - uid: 1336 + components: + - type: Transform + pos: 28.5,31.5 + parent: 2 + - uid: 1337 + components: + - type: Transform + pos: 27.5,31.5 + parent: 2 + - uid: 1338 + components: + - type: Transform + pos: 26.5,31.5 + parent: 2 + - uid: 1339 + components: + - type: Transform + pos: 25.5,31.5 + parent: 2 + - uid: 1340 + components: + - type: Transform + pos: 24.5,31.5 + parent: 2 + - uid: 1341 + components: + - type: Transform + pos: 23.5,31.5 + parent: 2 + - uid: 1342 + components: + - type: Transform + pos: 22.5,31.5 + parent: 2 + - uid: 1343 + components: + - type: Transform + pos: 21.5,31.5 + parent: 2 + - uid: 1344 + components: + - type: Transform + pos: 20.5,31.5 + parent: 2 + - uid: 1345 + components: + - type: Transform + pos: 27.5,28.5 + parent: 2 + - uid: 1346 + components: + - type: Transform + pos: 26.5,28.5 + parent: 2 + - uid: 1347 + components: + - type: Transform + pos: 25.5,28.5 + parent: 2 + - uid: 1348 + components: + - type: Transform + pos: 24.5,28.5 + parent: 2 + - uid: 1349 + components: + - type: Transform + pos: 23.5,28.5 + parent: 2 + - uid: 1350 + components: + - type: Transform + pos: 22.5,28.5 + parent: 2 + - uid: 1351 + components: + - type: Transform + pos: 21.5,28.5 + parent: 2 + - uid: 1352 + components: + - type: Transform + pos: 20.5,28.5 + parent: 2 + - uid: 1353 + components: + - type: Transform + pos: 19.5,28.5 + parent: 2 + - uid: 1354 + components: + - type: Transform + pos: 18.5,29.5 + parent: 2 + - uid: 1355 + components: + - type: Transform + pos: 18.5,28.5 + parent: 2 + - uid: 1356 + components: + - type: Transform + pos: 19.5,27.5 + parent: 2 + - uid: 1357 + components: + - type: Transform + pos: 19.5,26.5 + parent: 2 + - uid: 1358 + components: + - type: Transform + pos: 18.5,26.5 + parent: 2 + - uid: 1359 + components: + - type: Transform + pos: 19.5,25.5 + parent: 2 + - uid: 1360 + components: + - type: Transform + pos: 19.5,24.5 + parent: 2 + - uid: 1361 + components: + - type: Transform + pos: 18.5,24.5 + parent: 2 + - uid: 1362 + components: + - type: Transform + pos: 29.5,26.5 + parent: 2 + - uid: 1363 + components: + - type: Transform + pos: 30.5,26.5 + parent: 2 + - uid: 1364 + components: + - type: Transform + pos: 29.5,24.5 + parent: 2 + - uid: 1365 + components: + - type: Transform + pos: 30.5,24.5 + parent: 2 + - uid: 1366 + components: + - type: Transform + pos: 31.5,26.5 + parent: 2 + - uid: 1367 + components: + - type: Transform + pos: 32.5,26.5 + parent: 2 + - uid: 1368 + components: + - type: Transform + pos: 33.5,26.5 + parent: 2 + - uid: 1369 + components: + - type: Transform + pos: 34.5,26.5 + parent: 2 + - uid: 1370 + components: + - type: Transform + pos: 34.5,24.5 + parent: 2 + - uid: 1371 + components: + - type: Transform + pos: 34.5,25.5 + parent: 2 + - uid: 1372 + components: + - type: Transform + pos: 14.5,25.5 + parent: 2 + - uid: 1373 + components: + - type: Transform + pos: 14.5,24.5 + parent: 2 + - uid: 1374 + components: + - type: Transform + pos: 14.5,26.5 + parent: 2 + - uid: 1375 + components: + - type: Transform + pos: 15.5,26.5 + parent: 2 + - uid: 1376 + components: + - type: Transform + pos: 16.5,26.5 + parent: 2 + - uid: 1377 + components: + - type: Transform + pos: 17.5,26.5 + parent: 2 + - uid: 1378 + components: + - type: Transform + pos: 21.5,17.5 + parent: 2 + - uid: 1379 + components: + - type: Transform + pos: 22.5,17.5 + parent: 2 + - uid: 1380 + components: + - type: Transform + pos: 23.5,17.5 + parent: 2 + - uid: 1381 + components: + - type: Transform + pos: 23.5,16.5 + parent: 2 + - uid: 1382 + components: + - type: Transform + pos: 21.5,20.5 + parent: 2 + - uid: 1383 + components: + - type: Transform + pos: 20.5,20.5 + parent: 2 + - uid: 1384 + components: + - type: Transform + pos: 20.5,21.5 + parent: 2 + - uid: 1385 + components: + - type: Transform + pos: 20.5,22.5 + parent: 2 + - uid: 1386 + components: + - type: Transform + pos: 20.5,23.5 + parent: 2 + - uid: 1387 + components: + - type: Transform + pos: 20.5,24.5 + parent: 2 + - uid: 1388 + components: + - type: Transform + pos: 20.5,25.5 + parent: 2 + - uid: 1389 + components: + - type: Transform + pos: 19.5,20.5 + parent: 2 + - uid: 1390 + components: + - type: Transform + pos: 18.5,20.5 + parent: 2 + - uid: 1391 + components: + - type: Transform + pos: 17.5,20.5 + parent: 2 + - uid: 1392 + components: + - type: Transform + pos: 16.5,20.5 + parent: 2 + - uid: 2080 + components: + - type: Transform + pos: 19.5,9.5 + parent: 2 + - uid: 2081 + components: + - type: Transform + pos: 20.5,9.5 + parent: 2 + - uid: 2082 + components: + - type: Transform + pos: 21.5,9.5 + parent: 2 + - uid: 2083 + components: + - type: Transform + pos: 22.5,9.5 + parent: 2 + - uid: 2084 + components: + - type: Transform + pos: 23.5,9.5 + parent: 2 + - uid: 2085 + components: + - type: Transform + pos: 20.5,11.5 + parent: 2 + - uid: 2086 + components: + - type: Transform + pos: 20.5,10.5 + parent: 2 + - uid: 2087 + components: + - type: Transform + pos: 21.5,11.5 + parent: 2 + - uid: 2088 + components: + - type: Transform + pos: 22.5,11.5 + parent: 2 + - uid: 2089 + components: + - type: Transform + pos: 23.5,11.5 + parent: 2 + - uid: 2090 + components: + - type: Transform + pos: 24.5,11.5 + parent: 2 + - uid: 2091 + components: + - type: Transform + pos: 24.5,9.5 + parent: 2 + - uid: 2092 + components: + - type: Transform + pos: 24.5,8.5 + parent: 2 + - uid: 2093 + components: + - type: Transform + pos: 25.5,8.5 + parent: 2 + - uid: 2094 + components: + - type: Transform + pos: 25.5,7.5 + parent: 2 + - uid: 2096 + components: + - type: Transform + pos: 20.5,8.5 + parent: 2 + - uid: 2097 + components: + - type: Transform + pos: 20.5,7.5 + parent: 2 + - uid: 2098 + components: + - type: Transform + pos: 20.5,6.5 + parent: 2 + - uid: 2099 + components: + - type: Transform + pos: 20.5,5.5 + parent: 2 + - uid: 2100 + components: + - type: Transform + pos: 20.5,4.5 + parent: 2 + - uid: 2101 + components: + - type: Transform + pos: 20.5,3.5 + parent: 2 + - uid: 2102 + components: + - type: Transform + pos: 20.5,2.5 + parent: 2 + - uid: 2103 + components: + - type: Transform + pos: 20.5,1.5 + parent: 2 + - uid: 2104 + components: + - type: Transform + pos: 20.5,0.5 + parent: 2 + - uid: 2105 + components: + - type: Transform + pos: 20.5,-0.5 + parent: 2 + - uid: 2106 + components: + - type: Transform + pos: 20.5,-1.5 + parent: 2 + - uid: 2107 + components: + - type: Transform + pos: 20.5,-2.5 + parent: 2 + - uid: 2108 + components: + - type: Transform + pos: 20.5,-3.5 + parent: 2 + - uid: 2109 + components: + - type: Transform + pos: 20.5,-4.5 + parent: 2 + - uid: 2110 + components: + - type: Transform + pos: 21.5,-4.5 + parent: 2 + - uid: 2111 + components: + - type: Transform + pos: 22.5,-4.5 + parent: 2 + - uid: 2112 + components: + - type: Transform + pos: 22.5,-5.5 + parent: 2 + - uid: 2113 + components: + - type: Transform + pos: 22.5,-6.5 + parent: 2 + - uid: 2114 + components: + - type: Transform + pos: 22.5,-7.5 + parent: 2 + - uid: 2115 + components: + - type: Transform + pos: 22.5,-8.5 + parent: 2 + - uid: 2116 + components: + - type: Transform + pos: 22.5,-9.5 + parent: 2 + - uid: 2117 + components: + - type: Transform + pos: 22.5,-10.5 + parent: 2 + - uid: 2118 + components: + - type: Transform + pos: 22.5,-11.5 + parent: 2 + - uid: 2119 + components: + - type: Transform + pos: 22.5,-12.5 + parent: 2 + - uid: 2120 + components: + - type: Transform + pos: 22.5,-13.5 + parent: 2 + - uid: 2121 + components: + - type: Transform + pos: 22.5,-14.5 + parent: 2 + - uid: 2122 + components: + - type: Transform + pos: 22.5,-15.5 + parent: 2 + - uid: 2123 + components: + - type: Transform + pos: 23.5,-15.5 + parent: 2 + - uid: 2124 + components: + - type: Transform + pos: 24.5,-15.5 + parent: 2 + - uid: 2125 + components: + - type: Transform + pos: 25.5,-15.5 + parent: 2 + - uid: 2126 + components: + - type: Transform + pos: 26.5,-15.5 + parent: 2 + - uid: 2127 + components: + - type: Transform + pos: 26.5,-16.5 + parent: 2 + - uid: 2128 + components: + - type: Transform + pos: 26.5,-17.5 + parent: 2 + - uid: 2129 + components: + - type: Transform + pos: 25.5,-10.5 + parent: 2 + - uid: 2130 + components: + - type: Transform + pos: 24.5,-10.5 + parent: 2 + - uid: 2131 + components: + - type: Transform + pos: 23.5,-10.5 + parent: 2 + - uid: 2132 + components: + - type: Transform + pos: 25.5,-2.5 + parent: 2 + - uid: 2133 + components: + - type: Transform + pos: 24.5,-2.5 + parent: 2 + - uid: 2134 + components: + - type: Transform + pos: 23.5,-2.5 + parent: 2 + - uid: 2135 + components: + - type: Transform + pos: 22.5,-2.5 + parent: 2 + - uid: 2136 + components: + - type: Transform + pos: 21.5,-2.5 + parent: 2 + - uid: 2137 + components: + - type: Transform + pos: 18.5,3.5 + parent: 2 + - uid: 2138 + components: + - type: Transform + pos: 18.5,4.5 + parent: 2 + - uid: 2139 + components: + - type: Transform + pos: 19.5,4.5 + parent: 2 + - uid: 2140 + components: + - type: Transform + pos: 21.5,-0.5 + parent: 2 + - uid: 2141 + components: + - type: Transform + pos: 22.5,-0.5 + parent: 2 + - uid: 2142 + components: + - type: Transform + pos: 23.5,-0.5 + parent: 2 + - uid: 2143 + components: + - type: Transform + pos: 24.5,-0.5 + parent: 2 + - uid: 2144 + components: + - type: Transform + pos: 25.5,-0.5 + parent: 2 + - uid: 2145 + components: + - type: Transform + pos: 26.5,-0.5 + parent: 2 + - uid: 2146 + components: + - type: Transform + pos: 27.5,-0.5 + parent: 2 + - uid: 2147 + components: + - type: Transform + pos: 28.5,-0.5 + parent: 2 + - uid: 2148 + components: + - type: Transform + pos: 29.5,-0.5 + parent: 2 + - uid: 2149 + components: + - type: Transform + pos: 30.5,-0.5 + parent: 2 + - uid: 2150 + components: + - type: Transform + pos: 30.5,-1.5 + parent: 2 + - uid: 2151 + components: + - type: Transform + pos: 31.5,-1.5 + parent: 2 + - uid: 4044 + components: + - type: Transform + pos: 45.5,41.5 + parent: 2 + - uid: 4045 + components: + - type: Transform + pos: 45.5,40.5 + parent: 2 + - uid: 4046 + components: + - type: Transform + pos: 45.5,39.5 + parent: 2 + - uid: 4047 + components: + - type: Transform + pos: 45.5,38.5 + parent: 2 + - uid: 4048 + components: + - type: Transform + pos: 46.5,38.5 + parent: 2 + - uid: 4049 + components: + - type: Transform + pos: 46.5,37.5 + parent: 2 + - uid: 4050 + components: + - type: Transform + pos: 46.5,36.5 + parent: 2 + - uid: 4051 + components: + - type: Transform + pos: 46.5,35.5 + parent: 2 + - uid: 4052 + components: + - type: Transform + pos: 46.5,34.5 + parent: 2 + - uid: 4053 + components: + - type: Transform + pos: 46.5,33.5 + parent: 2 + - uid: 4054 + components: + - type: Transform + pos: 46.5,32.5 + parent: 2 + - uid: 4055 + components: + - type: Transform + pos: 46.5,31.5 + parent: 2 + - uid: 4056 + components: + - type: Transform + pos: 46.5,30.5 + parent: 2 + - uid: 4057 + components: + - type: Transform + pos: 47.5,31.5 + parent: 2 + - uid: 4058 + components: + - type: Transform + pos: 48.5,31.5 + parent: 2 + - uid: 4059 + components: + - type: Transform + pos: 48.5,32.5 + parent: 2 + - uid: 4060 + components: + - type: Transform + pos: 48.5,33.5 + parent: 2 + - uid: 4061 + components: + - type: Transform + pos: 47.5,35.5 + parent: 2 + - uid: 4062 + components: + - type: Transform + pos: 48.5,35.5 + parent: 2 + - uid: 4063 + components: + - type: Transform + pos: 49.5,35.5 + parent: 2 + - uid: 4064 + components: + - type: Transform + pos: 50.5,35.5 + parent: 2 + - uid: 4065 + components: + - type: Transform + pos: 51.5,35.5 + parent: 2 + - uid: 4066 + components: + - type: Transform + pos: 52.5,35.5 + parent: 2 + - uid: 4067 + components: + - type: Transform + pos: 52.5,36.5 + parent: 2 + - uid: 4068 + components: + - type: Transform + pos: 52.5,37.5 + parent: 2 + - uid: 4069 + components: + - type: Transform + pos: 51.5,37.5 + parent: 2 + - uid: 4070 + components: + - type: Transform + pos: 45.5,34.5 + parent: 2 + - uid: 4071 + components: + - type: Transform + pos: 44.5,34.5 + parent: 2 + - uid: 4072 + components: + - type: Transform + pos: 45.5,36.5 + parent: 2 + - uid: 4073 + components: + - type: Transform + pos: 44.5,36.5 + parent: 2 + - uid: 4074 + components: + - type: Transform + pos: 45.5,31.5 + parent: 2 + - uid: 4075 + components: + - type: Transform + pos: 44.5,31.5 + parent: 2 + - uid: 4076 + components: + - type: Transform + pos: 43.5,31.5 + parent: 2 + - uid: 4077 + components: + - type: Transform + pos: 42.5,31.5 + parent: 2 + - uid: 4078 + components: + - type: Transform + pos: 41.5,31.5 + parent: 2 + - uid: 4079 + components: + - type: Transform + pos: 40.5,31.5 + parent: 2 + - uid: 4080 + components: + - type: Transform + pos: 39.5,31.5 + parent: 2 + - uid: 4081 + components: + - type: Transform + pos: 38.5,31.5 + parent: 2 + - uid: 4082 + components: + - type: Transform + pos: 38.5,30.5 + parent: 2 + - uid: 4083 + components: + - type: Transform + pos: 46.5,29.5 + parent: 2 + - uid: 4084 + components: + - type: Transform + pos: 45.5,29.5 + parent: 2 + - uid: 4085 + components: + - type: Transform + pos: 45.5,28.5 + parent: 2 + - uid: 4086 + components: + - type: Transform + pos: 45.5,27.5 + parent: 2 + - uid: 4087 + components: + - type: Transform + pos: 45.5,26.5 + parent: 2 + - uid: 4088 + components: + - type: Transform + pos: 45.5,25.5 + parent: 2 + - uid: 4089 + components: + - type: Transform + pos: 46.5,25.5 + parent: 2 + - uid: 4090 + components: + - type: Transform + pos: 45.5,24.5 + parent: 2 + - uid: 4091 + components: + - type: Transform + pos: 45.5,23.5 + parent: 2 + - uid: 4092 + components: + - type: Transform + pos: 46.5,23.5 + parent: 2 + - uid: 4093 + components: + - type: Transform + pos: 47.5,23.5 + parent: 2 + - uid: 4094 + components: + - type: Transform + pos: 48.5,23.5 + parent: 2 + - uid: 4095 + components: + - type: Transform + pos: 49.5,23.5 + parent: 2 + - uid: 4096 + components: + - type: Transform + pos: 50.5,23.5 + parent: 2 + - uid: 4097 + components: + - type: Transform + pos: 51.5,23.5 + parent: 2 + - uid: 4098 + components: + - type: Transform + pos: 52.5,23.5 + parent: 2 + - uid: 4099 + components: + - type: Transform + pos: 53.5,23.5 + parent: 2 + - uid: 4100 + components: + - type: Transform + pos: 50.5,24.5 + parent: 2 + - uid: 4101 + components: + - type: Transform + pos: 50.5,25.5 + parent: 2 + - uid: 4102 + components: + - type: Transform + pos: 51.5,25.5 + parent: 2 + - uid: 4103 + components: + - type: Transform + pos: 52.5,25.5 + parent: 2 + - uid: 4104 + components: + - type: Transform + pos: 53.5,25.5 + parent: 2 + - uid: 4105 + components: + - type: Transform + pos: 54.5,23.5 + parent: 2 + - uid: 4106 + components: + - type: Transform + pos: 54.5,22.5 + parent: 2 + - uid: 4107 + components: + - type: Transform + pos: 54.5,21.5 + parent: 2 + - uid: 4108 + components: + - type: Transform + pos: 54.5,20.5 + parent: 2 + - uid: 4109 + components: + - type: Transform + pos: 54.5,19.5 + parent: 2 + - uid: 4110 + components: + - type: Transform + pos: 55.5,19.5 + parent: 2 + - uid: 4111 + components: + - type: Transform + pos: 55.5,21.5 + parent: 2 + - uid: 4112 + components: + - type: Transform + pos: 56.5,21.5 + parent: 2 + - uid: 4113 + components: + - type: Transform + pos: 57.5,21.5 + parent: 2 + - uid: 4114 + components: + - type: Transform + pos: 58.5,21.5 + parent: 2 + - uid: 4115 + components: + - type: Transform + pos: 58.5,20.5 + parent: 2 + - uid: 4116 + components: + - type: Transform + pos: 57.5,19.5 + parent: 2 + - uid: 4117 + components: + - type: Transform + pos: 58.5,19.5 + parent: 2 + - uid: 4118 + components: + - type: Transform + pos: 51.5,22.5 + parent: 2 + - uid: 4119 + components: + - type: Transform + pos: 51.5,21.5 + parent: 2 + - uid: 4120 + components: + - type: Transform + pos: 44.5,23.5 + parent: 2 + - uid: 4121 + components: + - type: Transform + pos: 44.5,22.5 + parent: 2 + - uid: 4122 + components: + - type: Transform + pos: 44.5,21.5 + parent: 2 + - uid: 4123 + components: + - type: Transform + pos: 44.5,20.5 + parent: 2 + - uid: 4124 + components: + - type: Transform + pos: 44.5,19.5 + parent: 2 + - uid: 4125 + components: + - type: Transform + pos: 44.5,18.5 + parent: 2 + - uid: 4126 + components: + - type: Transform + pos: 44.5,17.5 + parent: 2 + - uid: 4127 + components: + - type: Transform + pos: 44.5,16.5 + parent: 2 + - uid: 4128 + components: + - type: Transform + pos: 45.5,18.5 + parent: 2 + - uid: 4129 + components: + - type: Transform + pos: 46.5,18.5 + parent: 2 + - uid: 4130 + components: + - type: Transform + pos: 46.5,19.5 + parent: 2 + - uid: 4131 + components: + - type: Transform + pos: 46.5,17.5 + parent: 2 + - uid: 4132 + components: + - type: Transform + pos: 43.5,19.5 + parent: 2 + - uid: 4133 + components: + - type: Transform + pos: 42.5,19.5 + parent: 2 + - uid: 4134 + components: + - type: Transform + pos: 41.5,19.5 + parent: 2 + - uid: 4135 + components: + - type: Transform + pos: 40.5,19.5 + parent: 2 + - uid: 4136 + components: + - type: Transform + pos: 39.5,19.5 + parent: 2 + - uid: 4137 + components: + - type: Transform + pos: 38.5,19.5 + parent: 2 + - uid: 4138 + components: + - type: Transform + pos: 38.5,20.5 + parent: 2 + - uid: 4139 + components: + - type: Transform + pos: 41.5,20.5 + parent: 2 + - uid: 4140 + components: + - type: Transform + pos: 41.5,17.5 + parent: 2 + - uid: 4141 + components: + - type: Transform + pos: 41.5,16.5 + parent: 2 + - uid: 4142 + components: + - type: Transform + pos: 40.5,16.5 + parent: 2 + - uid: 4143 + components: + - type: Transform + pos: 39.5,16.5 + parent: 2 + - uid: 4144 + components: + - type: Transform + pos: 38.5,16.5 + parent: 2 + - uid: 4145 + components: + - type: Transform + pos: 38.5,17.5 + parent: 2 + - uid: 4146 + components: + - type: Transform + pos: 42.5,16.5 + parent: 2 + - uid: 4147 + components: + - type: Transform + pos: 43.5,16.5 + parent: 2 + - uid: 4148 + components: + - type: Transform + pos: 44.5,15.5 + parent: 2 + - uid: 4149 + components: + - type: Transform + pos: 59.5,18.5 + parent: 2 + - uid: 4150 + components: + - type: Transform + pos: 58.5,18.5 + parent: 2 + - uid: 4151 + components: + - type: Transform + pos: 56.5,20.5 + parent: 2 + - uid: 4152 + components: + - type: Transform + pos: 56.5,19.5 + parent: 2 + - uid: 4153 + components: + - type: Transform + pos: 56.5,18.5 + parent: 2 + - uid: 4154 + components: + - type: Transform + pos: 57.5,18.5 + parent: 2 + - uid: 4155 + components: + - type: Transform + pos: 49.5,25.5 + parent: 2 + - uid: 4156 + components: + - type: Transform + pos: 49.5,24.5 + parent: 2 + - uid: 4157 + components: + - type: Transform + pos: 40.5,33.5 + parent: 2 + - uid: 4158 + components: + - type: Transform + pos: 40.5,32.5 + parent: 2 + - uid: 4159 + components: + - type: Transform + pos: 44.5,32.5 + parent: 2 + - uid: 4160 + components: + - type: Transform + pos: 45.5,32.5 + parent: 2 + - uid: 4161 + components: + - type: Transform + pos: 48.5,30.5 + parent: 2 + - uid: 4162 + components: + - type: Transform + pos: 47.5,30.5 + parent: 2 + - uid: 4163 + components: + - type: Transform + pos: 52.5,34.5 + parent: 2 + - uid: 4164 + components: + - type: Transform + pos: 52.5,35.5 + parent: 2 + - uid: 5387 + components: + - type: Transform + pos: 64.5,6.5 + parent: 2 + - uid: 5388 + components: + - type: Transform + pos: 65.5,6.5 + parent: 2 + - uid: 5396 + components: + - type: Transform + pos: 65.5,7.5 + parent: 2 + - uid: 5397 + components: + - type: Transform + pos: 65.5,8.5 + parent: 2 + - uid: 5398 + components: + - type: Transform + pos: 65.5,9.5 + parent: 2 + - uid: 5399 + components: + - type: Transform + pos: 66.5,9.5 + parent: 2 + - uid: 5400 + components: + - type: Transform + pos: 67.5,9.5 + parent: 2 + - uid: 5401 + components: + - type: Transform + pos: 68.5,9.5 + parent: 2 + - uid: 5557 + components: + - type: Transform + pos: 78.5,14.5 + parent: 2 + - uid: 5558 + components: + - type: Transform + pos: 78.5,15.5 + parent: 2 + - uid: 5559 + components: + - type: Transform + pos: 78.5,16.5 + parent: 2 + - uid: 5560 + components: + - type: Transform + pos: 78.5,17.5 + parent: 2 + - uid: 5561 + components: + - type: Transform + pos: 77.5,17.5 + parent: 2 + - uid: 5562 + components: + - type: Transform + pos: 76.5,17.5 + parent: 2 + - uid: 5563 + components: + - type: Transform + pos: 75.5,17.5 + parent: 2 + - uid: 5564 + components: + - type: Transform + pos: 75.5,18.5 + parent: 2 + - uid: 5565 + components: + - type: Transform + pos: 75.5,19.5 + parent: 2 + - uid: 5566 + components: + - type: Transform + pos: 76.5,18.5 + parent: 2 + - uid: 5567 + components: + - type: Transform + pos: 76.5,16.5 + parent: 2 + - uid: 6181 + components: + - type: Transform + pos: 46.5,5.5 + parent: 2 + - uid: 6182 + components: + - type: Transform + pos: 47.5,5.5 + parent: 2 + - uid: 6183 + components: + - type: Transform + pos: 48.5,5.5 + parent: 2 + - uid: 6184 + components: + - type: Transform + pos: 48.5,6.5 + parent: 2 + - uid: 6185 + components: + - type: Transform + pos: 48.5,7.5 + parent: 2 + - uid: 6186 + components: + - type: Transform + pos: 49.5,7.5 + parent: 2 + - uid: 6187 + components: + - type: Transform + pos: 55.5,5.5 + parent: 2 + - uid: 6188 + components: + - type: Transform + pos: 55.5,4.5 + parent: 2 + - uid: 6189 + components: + - type: Transform + pos: 55.5,3.5 + parent: 2 + - uid: 6190 + components: + - type: Transform + pos: 54.5,3.5 + parent: 2 + - uid: 6191 + components: + - type: Transform + pos: 53.5,3.5 + parent: 2 + - uid: 6192 + components: + - type: Transform + pos: 52.5,3.5 + parent: 2 + - uid: 6193 + components: + - type: Transform + pos: 51.5,3.5 + parent: 2 + - uid: 6194 + components: + - type: Transform + pos: 50.5,3.5 + parent: 2 + - uid: 6195 + components: + - type: Transform + pos: 49.5,3.5 + parent: 2 + - uid: 6196 + components: + - type: Transform + pos: 48.5,3.5 + parent: 2 + - uid: 6197 + components: + - type: Transform + pos: 47.5,3.5 + parent: 2 + - uid: 6198 + components: + - type: Transform + pos: 47.5,4.5 + parent: 2 + - uid: 6199 + components: + - type: Transform + pos: 53.5,2.5 + parent: 2 + - uid: 6200 + components: + - type: Transform + pos: 53.5,1.5 + parent: 2 + - uid: 6201 + components: + - type: Transform + pos: 53.5,0.5 + parent: 2 + - uid: 6202 + components: + - type: Transform + pos: 54.5,0.5 + parent: 2 + - uid: 6203 + components: + - type: Transform + pos: 50.5,2.5 + parent: 2 + - uid: 6204 + components: + - type: Transform + pos: 50.5,1.5 + parent: 2 + - uid: 6205 + components: + - type: Transform + pos: 50.5,0.5 + parent: 2 + - uid: 6206 + components: + - type: Transform + pos: 50.5,-0.5 + parent: 2 + - uid: 6207 + components: + - type: Transform + pos: 50.5,-1.5 + parent: 2 + - uid: 6208 + components: + - type: Transform + pos: 50.5,-2.5 + parent: 2 + - uid: 6209 + components: + - type: Transform + pos: 50.5,-3.5 + parent: 2 + - uid: 6210 + components: + - type: Transform + pos: 49.5,-3.5 + parent: 2 + - uid: 6211 + components: + - type: Transform + pos: 48.5,-3.5 + parent: 2 + - uid: 6212 + components: + - type: Transform + pos: 47.5,-3.5 + parent: 2 + - uid: 6213 + components: + - type: Transform + pos: 47.5,-2.5 + parent: 2 + - uid: 6214 + components: + - type: Transform + pos: 46.5,-3.5 + parent: 2 + - uid: 6215 + components: + - type: Transform + pos: 45.5,-3.5 + parent: 2 + - uid: 6216 + components: + - type: Transform + pos: 44.5,-3.5 + parent: 2 + - uid: 6217 + components: + - type: Transform + pos: 43.5,-3.5 + parent: 2 + - uid: 6218 + components: + - type: Transform + pos: 42.5,-3.5 + parent: 2 + - uid: 6219 + components: + - type: Transform + pos: 41.5,-3.5 + parent: 2 + - uid: 6220 + components: + - type: Transform + pos: 41.5,-4.5 + parent: 2 + - uid: 6221 + components: + - type: Transform + pos: 41.5,-5.5 + parent: 2 + - uid: 6222 + components: + - type: Transform + pos: 45.5,-4.5 + parent: 2 + - uid: 6223 + components: + - type: Transform + pos: 45.5,-5.5 + parent: 2 + - uid: 6224 + components: + - type: Transform + pos: 45.5,-6.5 + parent: 2 + - uid: 6225 + components: + - type: Transform + pos: 45.5,-7.5 + parent: 2 + - uid: 6226 + components: + - type: Transform + pos: 45.5,-8.5 + parent: 2 + - uid: 6227 + components: + - type: Transform + pos: 45.5,-9.5 + parent: 2 + - uid: 6228 + components: + - type: Transform + pos: 45.5,-10.5 + parent: 2 + - uid: 6229 + components: + - type: Transform + pos: 46.5,-10.5 + parent: 2 + - uid: 6230 + components: + - type: Transform + pos: 46.5,-11.5 + parent: 2 + - uid: 6240 + components: + - type: Transform + pos: 40.5,-3.5 + parent: 2 + - uid: 6241 + components: + - type: Transform + pos: 39.5,-3.5 + parent: 2 + - uid: 6242 + components: + - type: Transform + pos: 38.5,-3.5 + parent: 2 + - uid: 6243 + components: + - type: Transform + pos: 37.5,-3.5 + parent: 2 + - uid: 6244 + components: + - type: Transform + pos: 36.5,-3.5 + parent: 2 + - uid: 6245 + components: + - type: Transform + pos: 35.5,-3.5 + parent: 2 + - uid: 6246 + components: + - type: Transform + pos: 44.5,5.5 + parent: 2 + - uid: 6247 + components: + - type: Transform + pos: 44.5,4.5 + parent: 2 + - uid: 6248 + components: + - type: Transform + pos: 44.5,3.5 + parent: 2 + - uid: 6249 + components: + - type: Transform + pos: 45.5,3.5 + parent: 2 + - uid: 6250 + components: + - type: Transform + pos: 46.5,3.5 + parent: 2 + - uid: 6251 + components: + - type: Transform + pos: 40.5,10.5 + parent: 2 + - uid: 6252 + components: + - type: Transform + pos: 40.5,9.5 + parent: 2 + - uid: 6253 + components: + - type: Transform + pos: 40.5,8.5 + parent: 2 + - uid: 6254 + components: + - type: Transform + pos: 40.5,7.5 + parent: 2 + - uid: 6255 + components: + - type: Transform + pos: 40.5,6.5 + parent: 2 + - uid: 6256 + components: + - type: Transform + pos: 40.5,5.5 + parent: 2 + - uid: 6257 + components: + - type: Transform + pos: 40.5,4.5 + parent: 2 + - uid: 6258 + components: + - type: Transform + pos: 40.5,3.5 + parent: 2 + - uid: 6259 + components: + - type: Transform + pos: 41.5,3.5 + parent: 2 + - uid: 6260 + components: + - type: Transform + pos: 42.5,3.5 + parent: 2 + - uid: 6261 + components: + - type: Transform + pos: 43.5,3.5 + parent: 2 + - uid: 6262 + components: + - type: Transform + pos: 43.5,5.5 + parent: 2 + - uid: 6263 + components: + - type: Transform + pos: 43.5,6.5 + parent: 2 + - uid: 6264 + components: + - type: Transform + pos: 42.5,6.5 + parent: 2 + - uid: 6265 + components: + - type: Transform + pos: 41.5,6.5 + parent: 2 + - uid: 6266 + components: + - type: Transform + pos: 42.5,10.5 + parent: 2 + - uid: 6267 + components: + - type: Transform + pos: 42.5,9.5 + parent: 2 + - uid: 6268 + components: + - type: Transform + pos: 41.5,9.5 + parent: 2 + - uid: 6269 + components: + - type: Transform + pos: 45.5,-11.5 + parent: 2 + - uid: 6270 + components: + - type: Transform + pos: 45.5,-12.5 + parent: 2 + - uid: 6271 + components: + - type: Transform + pos: 45.5,-13.5 + parent: 2 + - uid: 6272 + components: + - type: Transform + pos: 45.5,-14.5 + parent: 2 + - uid: 6273 + components: + - type: Transform + pos: 46.5,-14.5 + parent: 2 + - uid: 6274 + components: + - type: Transform + pos: 47.5,-14.5 + parent: 2 + - uid: 6275 + components: + - type: Transform + pos: 48.5,-14.5 + parent: 2 + - uid: 6276 + components: + - type: Transform + pos: 49.5,-14.5 + parent: 2 + - uid: 6277 + components: + - type: Transform + pos: 50.5,-14.5 + parent: 2 + - uid: 6278 + components: + - type: Transform + pos: 51.5,-14.5 + parent: 2 + - uid: 6279 + components: + - type: Transform + pos: 52.5,-14.5 + parent: 2 + - uid: 6280 + components: + - type: Transform + pos: 52.5,-13.5 + parent: 2 + - uid: 6281 + components: + - type: Transform + pos: 52.5,-12.5 + parent: 2 + - uid: 6282 + components: + - type: Transform + pos: 52.5,-11.5 + parent: 2 + - uid: 6283 + components: + - type: Transform + pos: 52.5,-10.5 + parent: 2 + - uid: 6284 + components: + - type: Transform + pos: 52.5,-9.5 + parent: 2 + - uid: 6285 + components: + - type: Transform + pos: 52.5,-8.5 + parent: 2 + - uid: 6286 + components: + - type: Transform + pos: 52.5,-7.5 + parent: 2 + - uid: 6287 + components: + - type: Transform + pos: 53.5,-7.5 + parent: 2 + - uid: 6288 + components: + - type: Transform + pos: 54.5,-7.5 + parent: 2 + - uid: 6289 + components: + - type: Transform + pos: 55.5,-7.5 + parent: 2 + - uid: 6290 + components: + - type: Transform + pos: 56.5,-7.5 + parent: 2 + - uid: 6291 + components: + - type: Transform + pos: 57.5,-7.5 + parent: 2 + - uid: 6292 + components: + - type: Transform + pos: 58.5,-7.5 + parent: 2 + - uid: 6293 + components: + - type: Transform + pos: 59.5,-7.5 + parent: 2 + - uid: 6294 + components: + - type: Transform + pos: 59.5,-6.5 + parent: 2 + - uid: 6295 + components: + - type: Transform + pos: 59.5,-5.5 + parent: 2 + - uid: 6296 + components: + - type: Transform + pos: 59.5,-4.5 + parent: 2 + - uid: 6297 + components: + - type: Transform + pos: 59.5,-3.5 + parent: 2 + - uid: 6298 + components: + - type: Transform + pos: 60.5,-3.5 + parent: 2 + - uid: 6299 + components: + - type: Transform + pos: 61.5,-3.5 + parent: 2 + - uid: 13601 + components: + - type: Transform + pos: 59.5,70.5 + parent: 2 + - uid: 13602 + components: + - type: Transform + pos: 58.5,70.5 + parent: 2 + - uid: 13603 + components: + - type: Transform + pos: 57.5,70.5 + parent: 2 + - uid: 13604 + components: + - type: Transform + pos: 57.5,69.5 + parent: 2 + - uid: 13605 + components: + - type: Transform + pos: 57.5,68.5 + parent: 2 + - uid: 13606 + components: + - type: Transform + pos: 57.5,67.5 + parent: 2 + - uid: 13607 + components: + - type: Transform + pos: 57.5,66.5 + parent: 2 + - uid: 13608 + components: + - type: Transform + pos: 57.5,65.5 + parent: 2 + - uid: 13609 + components: + - type: Transform + pos: 56.5,65.5 + parent: 2 + - uid: 13610 + components: + - type: Transform + pos: 55.5,65.5 + parent: 2 + - uid: 13611 + components: + - type: Transform + pos: 54.5,65.5 + parent: 2 + - uid: 13612 + components: + - type: Transform + pos: 53.5,65.5 + parent: 2 + - uid: 13613 + components: + - type: Transform + pos: 52.5,65.5 + parent: 2 + - uid: 13614 + components: + - type: Transform + pos: 51.5,65.5 + parent: 2 + - uid: 13615 + components: + - type: Transform + pos: 50.5,65.5 + parent: 2 + - uid: 13616 + components: + - type: Transform + pos: 50.5,66.5 + parent: 2 + - uid: 13617 + components: + - type: Transform + pos: 50.5,67.5 + parent: 2 + - uid: 13618 + components: + - type: Transform + pos: 41.5,69.5 + parent: 2 + - uid: 13619 + components: + - type: Transform + pos: 42.5,69.5 + parent: 2 + - uid: 13620 + components: + - type: Transform + pos: 43.5,69.5 + parent: 2 + - uid: 13621 + components: + - type: Transform + pos: 44.5,69.5 + parent: 2 + - uid: 13622 + components: + - type: Transform + pos: 45.5,69.5 + parent: 2 + - uid: 13623 + components: + - type: Transform + pos: 46.5,69.5 + parent: 2 + - uid: 13624 + components: + - type: Transform + pos: 47.5,69.5 + parent: 2 + - uid: 13625 + components: + - type: Transform + pos: 47.5,68.5 + parent: 2 + - uid: 13626 + components: + - type: Transform + pos: 47.5,67.5 + parent: 2 + - uid: 13627 + components: + - type: Transform + pos: 47.5,66.5 + parent: 2 + - uid: 13628 + components: + - type: Transform + pos: 48.5,66.5 + parent: 2 + - uid: 13629 + components: + - type: Transform + pos: 49.5,66.5 + parent: 2 + - uid: 13630 + components: + - type: Transform + pos: 39.5,63.5 + parent: 2 + - uid: 13631 + components: + - type: Transform + pos: 39.5,64.5 + parent: 2 + - uid: 13632 + components: + - type: Transform + pos: 39.5,65.5 + parent: 2 + - uid: 13633 + components: + - type: Transform + pos: 40.5,65.5 + parent: 2 + - uid: 13634 + components: + - type: Transform + pos: 41.5,65.5 + parent: 2 + - uid: 13635 + components: + - type: Transform + pos: 42.5,65.5 + parent: 2 + - uid: 13636 + components: + - type: Transform + pos: 43.5,65.5 + parent: 2 + - uid: 13637 + components: + - type: Transform + pos: 44.5,65.5 + parent: 2 + - uid: 13638 + components: + - type: Transform + pos: 45.5,65.5 + parent: 2 + - uid: 13639 + components: + - type: Transform + pos: 46.5,65.5 + parent: 2 + - uid: 13640 + components: + - type: Transform + pos: 47.5,65.5 + parent: 2 + - uid: 13641 + components: + - type: Transform + pos: 57.5,64.5 + parent: 2 + - uid: 13642 + components: + - type: Transform + pos: 57.5,63.5 + parent: 2 + - uid: 13643 + components: + - type: Transform + pos: 57.5,62.5 + parent: 2 + - uid: 13644 + components: + - type: Transform + pos: 57.5,61.5 + parent: 2 + - uid: 13645 + components: + - type: Transform + pos: 57.5,60.5 + parent: 2 + - uid: 13646 + components: + - type: Transform + pos: 57.5,59.5 + parent: 2 + - uid: 13647 + components: + - type: Transform + pos: 57.5,58.5 + parent: 2 + - uid: 13648 + components: + - type: Transform + pos: 57.5,57.5 + parent: 2 + - uid: 13649 + components: + - type: Transform + pos: 57.5,56.5 + parent: 2 + - uid: 13650 + components: + - type: Transform + pos: 57.5,55.5 + parent: 2 + - uid: 13651 + components: + - type: Transform + pos: 57.5,54.5 + parent: 2 + - uid: 13652 + components: + - type: Transform + pos: 57.5,53.5 + parent: 2 + - uid: 13653 + components: + - type: Transform + pos: 57.5,52.5 + parent: 2 + - uid: 13654 + components: + - type: Transform + pos: 58.5,52.5 + parent: 2 + - uid: 13655 + components: + - type: Transform + pos: 59.5,52.5 + parent: 2 + - uid: 13656 + components: + - type: Transform + pos: 60.5,52.5 + parent: 2 + - uid: 13657 + components: + - type: Transform + pos: 61.5,52.5 + parent: 2 + - uid: 13658 + components: + - type: Transform + pos: 62.5,52.5 + parent: 2 + - uid: 13659 + components: + - type: Transform + pos: 63.5,52.5 + parent: 2 + - uid: 13660 + components: + - type: Transform + pos: 64.5,52.5 + parent: 2 + - uid: 13661 + components: + - type: Transform + pos: 65.5,52.5 + parent: 2 + - uid: 13662 + components: + - type: Transform + pos: 66.5,52.5 + parent: 2 + - uid: 13663 + components: + - type: Transform + pos: 66.5,53.5 + parent: 2 + - uid: 13664 + components: + - type: Transform + pos: 66.5,54.5 + parent: 2 + - uid: 13665 + components: + - type: Transform + pos: 66.5,55.5 + parent: 2 + - uid: 13666 + components: + - type: Transform + pos: 66.5,56.5 + parent: 2 + - uid: 13667 + components: + - type: Transform + pos: 66.5,57.5 + parent: 2 + - uid: 13668 + components: + - type: Transform + pos: 67.5,57.5 + parent: 2 + - uid: 13669 + components: + - type: Transform + pos: 72.5,66.5 + parent: 2 + - uid: 13670 + components: + - type: Transform + pos: 72.5,65.5 + parent: 2 + - uid: 13671 + components: + - type: Transform + pos: 72.5,64.5 + parent: 2 + - uid: 13672 + components: + - type: Transform + pos: 72.5,63.5 + parent: 2 + - uid: 13673 + components: + - type: Transform + pos: 72.5,62.5 + parent: 2 + - uid: 13674 + components: + - type: Transform + pos: 72.5,61.5 + parent: 2 + - uid: 13675 + components: + - type: Transform + pos: 72.5,60.5 + parent: 2 + - uid: 13676 + components: + - type: Transform + pos: 72.5,59.5 + parent: 2 + - uid: 13677 + components: + - type: Transform + pos: 72.5,58.5 + parent: 2 + - uid: 13678 + components: + - type: Transform + pos: 72.5,57.5 + parent: 2 + - uid: 13679 + components: + - type: Transform + pos: 72.5,56.5 + parent: 2 + - uid: 13680 + components: + - type: Transform + pos: 72.5,55.5 + parent: 2 + - uid: 13681 + components: + - type: Transform + pos: 71.5,55.5 + parent: 2 + - uid: 13682 + components: + - type: Transform + pos: 70.5,55.5 + parent: 2 + - uid: 13683 + components: + - type: Transform + pos: 69.5,55.5 + parent: 2 + - uid: 13684 + components: + - type: Transform + pos: 69.5,54.5 + parent: 2 + - uid: 13685 + components: + - type: Transform + pos: 69.5,53.5 + parent: 2 + - uid: 13686 + components: + - type: Transform + pos: 69.5,52.5 + parent: 2 + - uid: 13687 + components: + - type: Transform + pos: 68.5,52.5 + parent: 2 + - uid: 13688 + components: + - type: Transform + pos: 67.5,52.5 + parent: 2 + - uid: 13700 + components: + - type: Transform + pos: 45.5,61.5 + parent: 2 + - uid: 13701 + components: + - type: Transform + pos: 45.5,60.5 + parent: 2 + - uid: 13702 + components: + - type: Transform + pos: 45.5,59.5 + parent: 2 + - uid: 13703 + components: + - type: Transform + pos: 45.5,58.5 + parent: 2 + - uid: 13704 + components: + - type: Transform + pos: 45.5,57.5 + parent: 2 + - uid: 13705 + components: + - type: Transform + pos: 45.5,56.5 + parent: 2 + - uid: 13706 + components: + - type: Transform + pos: 45.5,55.5 + parent: 2 + - uid: 13707 + components: + - type: Transform + pos: 44.5,55.5 + parent: 2 + - uid: 13708 + components: + - type: Transform + pos: 43.5,55.5 + parent: 2 + - uid: 13709 + components: + - type: Transform + pos: 42.5,55.5 + parent: 2 + - uid: 13710 + components: + - type: Transform + pos: 42.5,54.5 + parent: 2 + - uid: 13711 + components: + - type: Transform + pos: 42.5,53.5 + parent: 2 + - uid: 13712 + components: + - type: Transform + pos: 42.5,52.5 + parent: 2 + - uid: 13713 + components: + - type: Transform + pos: 42.5,51.5 + parent: 2 + - uid: 13714 + components: + - type: Transform + pos: 21.5,52.5 + parent: 2 + - uid: 13715 + components: + - type: Transform + pos: 21.5,51.5 + parent: 2 + - uid: 13716 + components: + - type: Transform + pos: 18.5,52.5 + parent: 2 + - uid: 13717 + components: + - type: Transform + pos: 18.5,51.5 + parent: 2 + - uid: 13718 + components: + - type: Transform + pos: 19.5,51.5 + parent: 2 + - uid: 13719 + components: + - type: Transform + pos: 20.5,51.5 + parent: 2 + - uid: 13720 + components: + - type: Transform + pos: 23.5,42.5 + parent: 2 + - uid: 13721 + components: + - type: Transform + pos: 23.5,43.5 + parent: 2 + - uid: 13722 + components: + - type: Transform + pos: 22.5,43.5 + parent: 2 + - uid: 13723 + components: + - type: Transform + pos: 21.5,43.5 + parent: 2 + - uid: 13724 + components: + - type: Transform + pos: 20.5,43.5 + parent: 2 + - uid: 13725 + components: + - type: Transform + pos: 19.5,43.5 + parent: 2 + - uid: 13726 + components: + - type: Transform + pos: 18.5,43.5 + parent: 2 + - uid: 13727 + components: + - type: Transform + pos: 18.5,44.5 + parent: 2 + - uid: 13728 + components: + - type: Transform + pos: 18.5,45.5 + parent: 2 + - uid: 13729 + components: + - type: Transform + pos: 18.5,46.5 + parent: 2 + - uid: 13730 + components: + - type: Transform + pos: 18.5,47.5 + parent: 2 + - uid: 13731 + components: + - type: Transform + pos: 18.5,48.5 + parent: 2 + - uid: 13732 + components: + - type: Transform + pos: 18.5,49.5 + parent: 2 + - uid: 13733 + components: + - type: Transform + pos: 18.5,50.5 + parent: 2 + - uid: 13734 + components: + - type: Transform + pos: 22.5,51.5 + parent: 2 + - uid: 13735 + components: + - type: Transform + pos: 23.5,51.5 + parent: 2 + - uid: 13736 + components: + - type: Transform + pos: 24.5,51.5 + parent: 2 + - uid: 13737 + components: + - type: Transform + pos: 25.5,51.5 + parent: 2 + - uid: 13738 + components: + - type: Transform + pos: 26.5,51.5 + parent: 2 + - uid: 13739 + components: + - type: Transform + pos: 27.5,51.5 + parent: 2 + - uid: 13740 + components: + - type: Transform + pos: 28.5,51.5 + parent: 2 + - uid: 13741 + components: + - type: Transform + pos: 29.5,51.5 + parent: 2 + - uid: 13742 + components: + - type: Transform + pos: 30.5,51.5 + parent: 2 + - uid: 13743 + components: + - type: Transform + pos: 31.5,51.5 + parent: 2 + - uid: 13744 + components: + - type: Transform + pos: 32.5,51.5 + parent: 2 + - uid: 13745 + components: + - type: Transform + pos: 34.5,49.5 + parent: 2 + - uid: 13746 + components: + - type: Transform + pos: 33.5,49.5 + parent: 2 + - uid: 13747 + components: + - type: Transform + pos: 32.5,49.5 + parent: 2 + - uid: 13748 + components: + - type: Transform + pos: 32.5,50.5 + parent: 2 + - uid: 13749 + components: + - type: Transform + pos: 32.5,52.5 + parent: 2 + - uid: 13750 + components: + - type: Transform + pos: 32.5,53.5 + parent: 2 + - uid: 13751 + components: + - type: Transform + pos: 32.5,54.5 + parent: 2 + - uid: 13752 + components: + - type: Transform + pos: 33.5,54.5 + parent: 2 + - uid: 13753 + components: + - type: Transform + pos: 34.5,54.5 + parent: 2 + - uid: 13754 + components: + - type: Transform + pos: 35.5,54.5 + parent: 2 + - uid: 13755 + components: + - type: Transform + pos: 36.5,54.5 + parent: 2 + - uid: 13756 + components: + - type: Transform + pos: 37.5,54.5 + parent: 2 + - uid: 13757 + components: + - type: Transform + pos: 38.5,54.5 + parent: 2 + - uid: 13758 + components: + - type: Transform + pos: 39.5,54.5 + parent: 2 + - uid: 13759 + components: + - type: Transform + pos: 40.5,54.5 + parent: 2 + - uid: 13760 + components: + - type: Transform + pos: 41.5,54.5 + parent: 2 + - uid: 13761 + components: + - type: Transform + pos: 10.5,31.5 + parent: 2 + - uid: 13762 + components: + - type: Transform + pos: 11.5,31.5 + parent: 2 + - uid: 13763 + components: + - type: Transform + pos: 12.5,31.5 + parent: 2 + - uid: 13764 + components: + - type: Transform + pos: 12.5,32.5 + parent: 2 + - uid: 13765 + components: + - type: Transform + pos: 12.5,33.5 + parent: 2 + - uid: 13766 + components: + - type: Transform + pos: 12.5,34.5 + parent: 2 + - uid: 13767 + components: + - type: Transform + pos: 12.5,35.5 + parent: 2 + - uid: 13768 + components: + - type: Transform + pos: 12.5,36.5 + parent: 2 + - uid: 13769 + components: + - type: Transform + pos: 12.5,37.5 + parent: 2 + - uid: 13770 + components: + - type: Transform + pos: 13.5,37.5 + parent: 2 + - uid: 13771 + components: + - type: Transform + pos: 14.5,37.5 + parent: 2 + - uid: 13772 + components: + - type: Transform + pos: 15.5,37.5 + parent: 2 + - uid: 13773 + components: + - type: Transform + pos: 16.5,37.5 + parent: 2 + - uid: 13774 + components: + - type: Transform + pos: 17.5,37.5 + parent: 2 + - uid: 13775 + components: + - type: Transform + pos: 18.5,37.5 + parent: 2 + - uid: 13776 + components: + - type: Transform + pos: 19.5,37.5 + parent: 2 + - uid: 13777 + components: + - type: Transform + pos: 20.5,37.5 + parent: 2 + - uid: 13778 + components: + - type: Transform + pos: 20.5,38.5 + parent: 2 + - uid: 13779 + components: + - type: Transform + pos: 20.5,39.5 + parent: 2 + - uid: 13780 + components: + - type: Transform + pos: 20.5,40.5 + parent: 2 + - uid: 13781 + components: + - type: Transform + pos: 20.5,41.5 + parent: 2 + - uid: 13782 + components: + - type: Transform + pos: 20.5,42.5 + parent: 2 + - uid: 13827 + components: + - type: Transform + pos: 70.5,52.5 + parent: 2 + - uid: 13828 + components: + - type: Transform + pos: 71.5,52.5 + parent: 2 + - uid: 13829 + components: + - type: Transform + pos: 71.5,51.5 + parent: 2 + - uid: 13830 + components: + - type: Transform + pos: 71.5,50.5 + parent: 2 + - uid: 13831 + components: + - type: Transform + pos: 71.5,49.5 + parent: 2 + - uid: 13832 + components: + - type: Transform + pos: 71.5,48.5 + parent: 2 + - uid: 13833 + components: + - type: Transform + pos: 71.5,47.5 + parent: 2 + - uid: 13834 + components: + - type: Transform + pos: 71.5,46.5 + parent: 2 + - uid: 13835 + components: + - type: Transform + pos: 71.5,45.5 + parent: 2 + - uid: 13836 + components: + - type: Transform + pos: 71.5,44.5 + parent: 2 + - uid: 13837 + components: + - type: Transform + pos: 71.5,43.5 + parent: 2 + - uid: 13838 + components: + - type: Transform + pos: 71.5,42.5 + parent: 2 + - uid: 13839 + components: + - type: Transform + pos: 71.5,41.5 + parent: 2 + - uid: 13840 + components: + - type: Transform + pos: 71.5,40.5 + parent: 2 + - uid: 13841 + components: + - type: Transform + pos: 71.5,39.5 + parent: 2 + - uid: 13842 + components: + - type: Transform + pos: 71.5,38.5 + parent: 2 + - uid: 13843 + components: + - type: Transform + pos: 71.5,37.5 + parent: 2 + - uid: 13844 + components: + - type: Transform + pos: 71.5,36.5 + parent: 2 + - uid: 13845 + components: + - type: Transform + pos: 71.5,35.5 + parent: 2 + - uid: 13846 + components: + - type: Transform + pos: 71.5,34.5 + parent: 2 + - uid: 13847 + components: + - type: Transform + pos: 71.5,33.5 + parent: 2 + - uid: 13848 + components: + - type: Transform + pos: 71.5,32.5 + parent: 2 + - uid: 13849 + components: + - type: Transform + pos: 72.5,32.5 + parent: 2 + - uid: 13850 + components: + - type: Transform + pos: 73.5,32.5 + parent: 2 + - uid: 13851 + components: + - type: Transform + pos: 74.5,32.5 + parent: 2 + - uid: 13852 + components: + - type: Transform + pos: 75.5,32.5 + parent: 2 + - uid: 13853 + components: + - type: Transform + pos: 76.5,32.5 + parent: 2 + - uid: 13854 + components: + - type: Transform + pos: 77.5,32.5 + parent: 2 + - uid: 13855 + components: + - type: Transform + pos: 78.5,32.5 + parent: 2 + - uid: 13856 + components: + - type: Transform + pos: 79.5,32.5 + parent: 2 + - uid: 13857 + components: + - type: Transform + pos: 79.5,31.5 + parent: 2 + - uid: 13858 + components: + - type: Transform + pos: 79.5,30.5 + parent: 2 + - uid: 13859 + components: + - type: Transform + pos: 79.5,29.5 + parent: 2 + - uid: 14519 + components: + - type: Transform + pos: 27.5,-15.5 + parent: 2 + - uid: 14520 + components: + - type: Transform + pos: 28.5,-15.5 + parent: 2 + - uid: 14521 + components: + - type: Transform + pos: 28.5,-16.5 + parent: 2 + - uid: 14522 + components: + - type: Transform + pos: 28.5,-17.5 + parent: 2 + - uid: 14523 + components: + - type: Transform + pos: 28.5,-18.5 + parent: 2 + - uid: 14524 + components: + - type: Transform + pos: 28.5,-19.5 + parent: 2 + - uid: 14525 + components: + - type: Transform + pos: 27.5,-19.5 + parent: 2 + - uid: 14526 + components: + - type: Transform + pos: 26.5,-19.5 + parent: 2 + - uid: 14527 + components: + - type: Transform + pos: 25.5,-19.5 + parent: 2 + - uid: 14528 + components: + - type: Transform + pos: 24.5,-19.5 + parent: 2 + - uid: 14529 + components: + - type: Transform + pos: 23.5,-19.5 + parent: 2 + - uid: 14530 + components: + - type: Transform + pos: 22.5,-19.5 + parent: 2 + - uid: 14531 + components: + - type: Transform + pos: 22.5,-20.5 + parent: 2 + - uid: 14532 + components: + - type: Transform + pos: 22.5,-21.5 + parent: 2 + - uid: 14533 + components: + - type: Transform + pos: 22.5,-22.5 + parent: 2 + - uid: 14534 + components: + - type: Transform + pos: 22.5,-23.5 + parent: 2 + - uid: 14535 + components: + - type: Transform + pos: 22.5,-24.5 + parent: 2 + - uid: 14536 + components: + - type: Transform + pos: 22.5,-25.5 + parent: 2 + - uid: 14537 + components: + - type: Transform + pos: 22.5,-26.5 + parent: 2 + - uid: 14538 + components: + - type: Transform + pos: 22.5,-27.5 + parent: 2 + - uid: 14539 + components: + - type: Transform + pos: 22.5,-28.5 + parent: 2 + - uid: 14540 + components: + - type: Transform + pos: 22.5,-29.5 + parent: 2 + - uid: 14541 + components: + - type: Transform + pos: 22.5,-30.5 + parent: 2 + - uid: 14542 + components: + - type: Transform + pos: 22.5,-31.5 + parent: 2 + - uid: 14543 + components: + - type: Transform + pos: 22.5,-32.5 + parent: 2 + - uid: 14544 + components: + - type: Transform + pos: 23.5,-32.5 + parent: 2 + - uid: 14545 + components: + - type: Transform + pos: 24.5,-32.5 + parent: 2 + - uid: 14546 + components: + - type: Transform + pos: 24.5,-31.5 + parent: 2 + - uid: 14547 + components: + - type: Transform + pos: 24.5,-30.5 + parent: 2 + - uid: 15038 + components: + - type: Transform + pos: 76.5,70.5 + parent: 2 + - uid: 15039 + components: + - type: Transform + pos: 76.5,69.5 + parent: 2 + - uid: 15040 + components: + - type: Transform + pos: 76.5,68.5 + parent: 2 + - uid: 15041 + components: + - type: Transform + pos: 76.5,67.5 + parent: 2 + - uid: 15042 + components: + - type: Transform + pos: 77.5,67.5 + parent: 2 + - uid: 15043 + components: + - type: Transform + pos: 78.5,67.5 + parent: 2 + - uid: 15044 + components: + - type: Transform + pos: 78.5,66.5 + parent: 2 + - uid: 15045 + components: + - type: Transform + pos: 78.5,65.5 + parent: 2 + - uid: 15046 + components: + - type: Transform + pos: 77.5,65.5 + parent: 2 + - uid: 15047 + components: + - type: Transform + pos: 76.5,65.5 + parent: 2 + - uid: 15048 + components: + - type: Transform + pos: 75.5,65.5 + parent: 2 + - uid: 15049 + components: + - type: Transform + pos: 74.5,65.5 + parent: 2 + - uid: 15050 + components: + - type: Transform + pos: 73.5,65.5 + parent: 2 +- proto: CableMVStack + entities: + - uid: 14953 + components: + - type: Transform + pos: 50.47289,62.562748 + parent: 2 +- proto: CableMVStack10 + entities: + - uid: 9511 + components: + - type: Transform + parent: 9510 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9585 + components: + - type: Transform + parent: 9583 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9712 + components: + - type: Transform + parent: 9710 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9727 + components: + - type: Transform + parent: 9725 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9747 + components: + - type: Transform + parent: 9746 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9750 + components: + - type: Transform + parent: 7035 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9765 + components: + - type: Transform + parent: 7036 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9794 + components: + - type: Transform + parent: 7037 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9922 + components: + - type: Transform + parent: 9865 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: CableTerminal + entities: + - uid: 4271 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,43.5 + parent: 2 + - uid: 5418 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 67.5,10.5 + parent: 2 + - uid: 5424 + components: + - type: Transform + pos: 52.5,65.5 + parent: 2 + - uid: 5584 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 74.5,17.5 + parent: 2 + - uid: 7173 + components: + - type: Transform + pos: 53.5,65.5 + parent: 2 + - uid: 7325 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,61.5 + parent: 2 + - uid: 7328 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,61.5 + parent: 2 + - uid: 7334 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,61.5 + parent: 2 + - uid: 10767 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,-17.5 + parent: 2 + - uid: 15017 + components: + - type: Transform + pos: 54.5,65.5 + parent: 2 +- proto: CandyBucket + entities: + - uid: 9704 + components: + - type: Transform + pos: 12.5,-7.5 + parent: 2 +- proto: CannabisSeeds + entities: + - uid: 3137 + components: + - type: Transform + pos: 49.491974,37.437664 + parent: 2 +- proto: CannedApplauseInstrument + entities: + - uid: 8535 + components: + - type: Transform + pos: 11.618738,-17.39088 + parent: 2 +- proto: CaptainIDCard + entities: + - uid: 954 + components: + - type: Transform + pos: 32.547745,22.643578 + parent: 2 +- proto: Carpet + entities: + - uid: 723 + components: + - type: Transform + pos: 22.5,24.5 + parent: 2 + - uid: 813 + components: + - type: Transform + pos: 22.5,25.5 + parent: 2 + - uid: 814 + components: + - type: Transform + pos: 23.5,24.5 + parent: 2 + - uid: 815 + components: + - type: Transform + pos: 23.5,25.5 + parent: 2 + - uid: 817 + components: + - type: Transform + pos: 24.5,24.5 + parent: 2 + - uid: 818 + components: + - type: Transform + pos: 24.5,25.5 + parent: 2 + - uid: 820 + components: + - type: Transform + pos: 25.5,24.5 + parent: 2 + - uid: 821 + components: + - type: Transform + pos: 25.5,25.5 + parent: 2 + - uid: 823 + components: + - type: Transform + pos: 26.5,24.5 + parent: 2 + - uid: 824 + components: + - type: Transform + pos: 26.5,25.5 + parent: 2 + - uid: 1005 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,22.5 + parent: 2 + - uid: 1007 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,21.5 + parent: 2 + - uid: 1008 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,21.5 + parent: 2 + - uid: 3255 + components: + - type: Transform + pos: 62.5,20.5 + parent: 2 + - uid: 3256 + components: + - type: Transform + pos: 62.5,21.5 + parent: 2 + - uid: 3257 + components: + - type: Transform + pos: 61.5,20.5 + parent: 2 + - uid: 3258 + components: + - type: Transform + pos: 61.5,21.5 + parent: 2 + - uid: 3354 + components: + - type: Transform + pos: 51.5,33.5 + parent: 2 + - uid: 3357 + components: + - type: Transform + pos: 51.5,32.5 + parent: 2 + - uid: 3358 + components: + - type: Transform + pos: 52.5,33.5 + parent: 2 + - uid: 3359 + components: + - type: Transform + pos: 52.5,32.5 + parent: 2 + - uid: 4677 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,55.5 + parent: 2 + - uid: 4678 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,54.5 + parent: 2 + - uid: 4679 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,53.5 + parent: 2 + - uid: 4680 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,52.5 + parent: 2 + - uid: 4681 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,55.5 + parent: 2 + - uid: 4682 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,54.5 + parent: 2 + - uid: 4683 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,53.5 + parent: 2 + - uid: 4684 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,52.5 + parent: 2 + - uid: 4685 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,55.5 + parent: 2 + - uid: 4686 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,54.5 + parent: 2 + - uid: 4687 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,53.5 + parent: 2 + - uid: 4688 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,52.5 + parent: 2 + - uid: 4689 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,55.5 + parent: 2 + - uid: 4690 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,54.5 + parent: 2 + - uid: 4691 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,53.5 + parent: 2 + - uid: 4692 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,52.5 + parent: 2 + - uid: 5775 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 74.5,32.5 + parent: 2 + - uid: 5776 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 75.5,32.5 + parent: 2 + - uid: 5777 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 76.5,32.5 + parent: 2 + - uid: 5778 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,32.5 + parent: 2 + - uid: 5779 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 78.5,32.5 + parent: 2 + - uid: 5780 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 79.5,32.5 + parent: 2 + - uid: 5781 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 79.5,33.5 + parent: 2 + - uid: 5782 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 79.5,31.5 + parent: 2 + - uid: 5783 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 80.5,32.5 + parent: 2 + - uid: 5785 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 79.5,30.5 + parent: 2 + - uid: 5786 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 81.5,32.5 + parent: 2 + - uid: 5869 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 79.5,34.5 + parent: 2 + - uid: 5892 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 82.5,32.5 + parent: 2 + - uid: 5893 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 83.5,32.5 + parent: 2 +- proto: CarpetBlue + entities: + - uid: 986 + components: + - type: Transform + pos: 25.5,20.5 + parent: 2 + - uid: 987 + components: + - type: Transform + pos: 25.5,21.5 + parent: 2 + - uid: 988 + components: + - type: Transform + pos: 25.5,22.5 + parent: 2 + - uid: 989 + components: + - type: Transform + pos: 24.5,22.5 + parent: 2 + - uid: 990 + components: + - type: Transform + pos: 24.5,21.5 + parent: 2 + - uid: 991 + components: + - type: Transform + pos: 24.5,20.5 + parent: 2 + - uid: 992 + components: + - type: Transform + pos: 26.5,22.5 + parent: 2 + - uid: 993 + components: + - type: Transform + pos: 26.5,21.5 + parent: 2 + - uid: 994 + components: + - type: Transform + pos: 26.5,20.5 + parent: 2 + - uid: 1793 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,4.5 + parent: 2 + - uid: 1794 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,5.5 + parent: 2 + - uid: 1795 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,4.5 + parent: 2 + - uid: 1796 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,5.5 + parent: 2 + - uid: 4911 + components: + - type: Transform + pos: 7.5,38.5 + parent: 2 + - uid: 4912 + components: + - type: Transform + pos: 7.5,37.5 + parent: 2 + - uid: 4913 + components: + - type: Transform + pos: 8.5,38.5 + parent: 2 + - uid: 4914 + components: + - type: Transform + pos: 8.5,37.5 + parent: 2 + - uid: 4915 + components: + - type: Transform + pos: 9.5,38.5 + parent: 2 + - uid: 4916 + components: + - type: Transform + pos: 9.5,37.5 + parent: 2 + - uid: 9321 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 76.5,41.5 + parent: 2 + - uid: 9325 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 76.5,42.5 + parent: 2 + - uid: 9326 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,41.5 + parent: 2 + - uid: 9327 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,42.5 + parent: 2 + - uid: 9328 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 78.5,41.5 + parent: 2 + - uid: 9329 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 78.5,42.5 + parent: 2 + - uid: 9330 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 79.5,41.5 + parent: 2 + - uid: 9331 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 79.5,42.5 + parent: 2 +- proto: CarpetChapel + entities: + - uid: 5784 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 77.5,31.5 + parent: 2 + - uid: 5820 + components: + - type: Transform + pos: 78.5,27.5 + parent: 2 + - uid: 5821 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 78.5,28.5 + parent: 2 + - uid: 5824 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 79.5,28.5 + parent: 2 + - uid: 5825 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 79.5,27.5 + parent: 2 + - uid: 5856 + components: + - type: Transform + pos: 74.5,30.5 + parent: 2 + - uid: 5857 + components: + - type: Transform + pos: 74.5,33.5 + parent: 2 + - uid: 5858 + components: + - type: Transform + pos: 76.5,30.5 + parent: 2 + - uid: 5859 + components: + - type: Transform + pos: 76.5,33.5 + parent: 2 + - uid: 5860 + components: + - type: Transform + pos: 78.5,30.5 + parent: 2 + - uid: 5861 + components: + - type: Transform + pos: 78.5,33.5 + parent: 2 + - uid: 5862 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 76.5,31.5 + parent: 2 + - uid: 5863 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 74.5,31.5 + parent: 2 + - uid: 5864 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 74.5,34.5 + parent: 2 + - uid: 5865 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 76.5,34.5 + parent: 2 + - uid: 5866 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 78.5,34.5 + parent: 2 + - uid: 5867 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 75.5,34.5 + parent: 2 + - uid: 5868 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 77.5,34.5 + parent: 2 + - uid: 5870 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 77.5,30.5 + parent: 2 + - uid: 5871 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 75.5,30.5 + parent: 2 + - uid: 5872 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 75.5,33.5 + parent: 2 + - uid: 5873 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 77.5,33.5 + parent: 2 + - uid: 5874 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 75.5,31.5 + parent: 2 + - uid: 5875 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 78.5,31.5 + parent: 2 + - uid: 5876 + components: + - type: Transform + pos: 80.5,33.5 + parent: 2 + - uid: 5877 + components: + - type: Transform + pos: 80.5,30.5 + parent: 2 + - uid: 5878 + components: + - type: Transform + pos: 82.5,30.5 + parent: 2 + - uid: 5879 + components: + - type: Transform + pos: 82.5,33.5 + parent: 2 + - uid: 5880 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 80.5,34.5 + parent: 2 + - uid: 5881 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 82.5,34.5 + parent: 2 + - uid: 5882 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 82.5,31.5 + parent: 2 + - uid: 5883 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 80.5,31.5 + parent: 2 + - uid: 5884 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 81.5,31.5 + parent: 2 + - uid: 5885 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 81.5,34.5 + parent: 2 + - uid: 5886 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 83.5,34.5 + parent: 2 + - uid: 5887 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 83.5,31.5 + parent: 2 + - uid: 5888 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 81.5,33.5 + parent: 2 + - uid: 5889 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 83.5,33.5 + parent: 2 + - uid: 5890 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 83.5,30.5 + parent: 2 + - uid: 5891 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 81.5,30.5 + parent: 2 +- proto: CarpetGreen + entities: + - uid: 4905 + components: + - type: Transform + pos: 3.5,38.5 + parent: 2 + - uid: 4906 + components: + - type: Transform + pos: 3.5,37.5 + parent: 2 + - uid: 4907 + components: + - type: Transform + pos: 4.5,38.5 + parent: 2 + - uid: 4908 + components: + - type: Transform + pos: 4.5,37.5 + parent: 2 + - uid: 4909 + components: + - type: Transform + pos: 5.5,38.5 + parent: 2 + - uid: 4910 + components: + - type: Transform + pos: 5.5,37.5 + parent: 2 + - uid: 6454 + components: + - type: Transform + pos: 63.5,62.5 + parent: 2 + - uid: 6456 + components: + - type: Transform + pos: 64.5,64.5 + parent: 2 + - uid: 6457 + components: + - type: Transform + pos: 64.5,63.5 + parent: 2 + - uid: 6458 + components: + - type: Transform + pos: 64.5,62.5 + parent: 2 + - uid: 6459 + components: + - type: Transform + pos: 65.5,64.5 + parent: 2 + - uid: 6460 + components: + - type: Transform + pos: 65.5,63.5 + parent: 2 + - uid: 6461 + components: + - type: Transform + pos: 65.5,62.5 + parent: 2 + - uid: 6462 + components: + - type: Transform + pos: 66.5,64.5 + parent: 2 + - uid: 6463 + components: + - type: Transform + pos: 66.5,63.5 + parent: 2 + - uid: 6464 + components: + - type: Transform + pos: 66.5,62.5 + parent: 2 + - uid: 6466 + components: + - type: Transform + pos: 63.5,64.5 + parent: 2 + - uid: 6467 + components: + - type: Transform + pos: 63.5,63.5 + parent: 2 + - uid: 6468 + components: + - type: Transform + pos: 66.5,61.5 + parent: 2 + - uid: 6469 + components: + - type: Transform + pos: 65.5,61.5 + parent: 2 + - uid: 6470 + components: + - type: Transform + pos: 64.5,61.5 + parent: 2 + - uid: 6471 + components: + - type: Transform + pos: 63.5,61.5 + parent: 2 +- proto: CarpetOrange + entities: + - uid: 494 + components: + - type: Transform + pos: 2.5,1.5 + parent: 2 + - uid: 495 + components: + - type: Transform + pos: 1.5,1.5 + parent: 2 + - uid: 4700 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,47.5 + parent: 2 + - uid: 4705 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,46.5 + parent: 2 + - uid: 4706 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,47.5 + parent: 2 + - uid: 4707 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,46.5 + parent: 2 + - uid: 4708 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,47.5 + parent: 2 + - uid: 4709 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,47.5 + parent: 2 + - uid: 4710 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,46.5 + parent: 2 + - uid: 4711 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,46.5 + parent: 2 + - uid: 6439 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,65.5 + parent: 2 + - uid: 6440 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,64.5 + parent: 2 + - uid: 6441 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 60.5,65.5 + parent: 2 + - uid: 6442 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 60.5,64.5 + parent: 2 + - uid: 6472 + components: + - type: Transform + pos: 65.5,59.5 + parent: 2 + - uid: 6473 + components: + - type: Transform + pos: 65.5,58.5 + parent: 2 + - uid: 6474 + components: + - type: Transform + pos: 65.5,57.5 + parent: 2 + - uid: 6475 + components: + - type: Transform + pos: 65.5,56.5 + parent: 2 + - uid: 6476 + components: + - type: Transform + pos: 65.5,55.5 + parent: 2 + - uid: 6477 + components: + - type: Transform + pos: 66.5,59.5 + parent: 2 + - uid: 6478 + components: + - type: Transform + pos: 66.5,58.5 + parent: 2 + - uid: 6479 + components: + - type: Transform + pos: 66.5,57.5 + parent: 2 + - uid: 6480 + components: + - type: Transform + pos: 66.5,56.5 + parent: 2 + - uid: 6481 + components: + - type: Transform + pos: 66.5,55.5 + parent: 2 + - uid: 7265 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,62.5 + parent: 2 + - uid: 7266 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,61.5 + parent: 2 + - uid: 7267 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,62.5 + parent: 2 + - uid: 7268 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,61.5 + parent: 2 +- proto: CarpetSBlue + entities: + - uid: 893 + components: + - type: Transform + pos: 19.5,17.5 + parent: 2 + - uid: 894 + components: + - type: Transform + pos: 19.5,16.5 + parent: 2 + - uid: 895 + components: + - type: Transform + pos: 20.5,17.5 + parent: 2 + - uid: 896 + components: + - type: Transform + pos: 20.5,16.5 + parent: 2 + - uid: 897 + components: + - type: Transform + pos: 17.5,20.5 + parent: 2 + - uid: 898 + components: + - type: Transform + pos: 17.5,21.5 + parent: 2 + - uid: 899 + components: + - type: Transform + pos: 17.5,22.5 + parent: 2 + - uid: 900 + components: + - type: Transform + pos: 18.5,20.5 + parent: 2 + - uid: 901 + components: + - type: Transform + pos: 18.5,21.5 + parent: 2 + - uid: 902 + components: + - type: Transform + pos: 18.5,22.5 + parent: 2 + - uid: 903 + components: + - type: Transform + pos: 19.5,20.5 + parent: 2 + - uid: 904 + components: + - type: Transform + pos: 19.5,21.5 + parent: 2 + - uid: 905 + components: + - type: Transform + pos: 19.5,22.5 + parent: 2 + - uid: 1002 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,17.5 + parent: 2 + - uid: 1003 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,16.5 + parent: 2 + - uid: 1004 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,16.5 + parent: 2 + - uid: 1006 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,17.5 + parent: 2 +- proto: Catwalk + entities: + - uid: 612 + components: + - type: Transform + pos: 28.5,0.5 + parent: 2 + - uid: 613 + components: + - type: Transform + pos: 29.5,-0.5 + parent: 2 + - uid: 964 + components: + - type: Transform + pos: 30.5,19.5 + parent: 2 + - uid: 965 + components: + - type: Transform + pos: 31.5,19.5 + parent: 2 + - uid: 966 + components: + - type: Transform + pos: 29.5,17.5 + parent: 2 + - uid: 967 + components: + - type: Transform + pos: 30.5,17.5 + parent: 2 + - uid: 968 + components: + - type: Transform + pos: 31.5,17.5 + parent: 2 + - uid: 969 + components: + - type: Transform + pos: 32.5,17.5 + parent: 2 + - uid: 970 + components: + - type: Transform + pos: 33.5,17.5 + parent: 2 + - uid: 971 + components: + - type: Transform + pos: 28.5,17.5 + parent: 2 + - uid: 972 + components: + - type: Transform + pos: 23.5,18.5 + parent: 2 + - uid: 973 + components: + - type: Transform + pos: 23.5,17.5 + parent: 2 + - uid: 974 + components: + - type: Transform + pos: 23.5,16.5 + parent: 2 + - uid: 975 + components: + - type: Transform + pos: 22.5,16.5 + parent: 2 + - uid: 976 + components: + - type: Transform + pos: 24.5,16.5 + parent: 2 + - uid: 977 + components: + - type: Transform + pos: 25.5,16.5 + parent: 2 + - uid: 978 + components: + - type: Transform + pos: 26.5,16.5 + parent: 2 + - uid: 979 + components: + - type: Transform + pos: 25.5,17.5 + parent: 2 + - uid: 980 + components: + - type: Transform + pos: 25.5,18.5 + parent: 2 + - uid: 1526 + components: + - type: Transform + pos: 28.5,-1.5 + parent: 2 + - uid: 1571 + components: + - type: Transform + pos: -1.5,15.5 + parent: 2 + - uid: 1974 + components: + - type: Transform + pos: 28.5,-0.5 + parent: 2 + - uid: 1975 + components: + - type: Transform + pos: 27.5,-0.5 + parent: 2 + - uid: 3182 + components: + - type: Transform + pos: -3.5,16.5 + parent: 2 + - uid: 4314 + components: + - type: Transform + pos: -3.5,17.5 + parent: 2 + - uid: 5106 + components: + - type: Transform + pos: 3.5,21.5 + parent: 2 + - uid: 5118 + components: + - type: Transform + pos: 5.5,16.5 + parent: 2 + - uid: 5119 + components: + - type: Transform + pos: 4.5,16.5 + parent: 2 + - uid: 5122 + components: + - type: Transform + pos: 3.5,19.5 + parent: 2 + - uid: 5124 + components: + - type: Transform + pos: 3.5,20.5 + parent: 2 + - uid: 5127 + components: + - type: Transform + pos: 5.5,18.5 + parent: 2 + - uid: 5607 + components: + - type: Transform + pos: -2.5,17.5 + parent: 2 + - uid: 5638 + components: + - type: Transform + pos: -1.5,16.5 + parent: 2 + - uid: 5903 + components: + - type: Transform + pos: -2.5,15.5 + parent: 2 + - uid: 5904 + components: + - type: Transform + pos: -2.5,16.5 + parent: 2 + - uid: 5933 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 73.5,9.5 + parent: 2 + - uid: 6453 + components: + - type: Transform + pos: -3.5,15.5 + parent: 2 + - uid: 6575 + components: + - type: Transform + pos: 62.5,66.5 + parent: 2 + - uid: 6863 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,81.5 + parent: 2 + - uid: 6864 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,81.5 + parent: 2 + - uid: 6949 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,81.5 + parent: 2 + - uid: 6950 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,82.5 + parent: 2 + - uid: 6951 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,83.5 + parent: 2 + - uid: 7558 + components: + - type: Transform + pos: 12.5,39.5 + parent: 2 + - uid: 7559 + components: + - type: Transform + pos: 9.5,18.5 + parent: 2 + - uid: 7560 + components: + - type: Transform + pos: 10.5,18.5 + parent: 2 + - uid: 7561 + components: + - type: Transform + pos: 35.5,59.5 + parent: 2 + - uid: 7565 + components: + - type: Transform + pos: 3.5,18.5 + parent: 2 + - uid: 7578 + components: + - type: Transform + pos: 6.5,18.5 + parent: 2 + - uid: 7580 + components: + - type: Transform + pos: 4.5,18.5 + parent: 2 + - uid: 7582 + components: + - type: Transform + pos: 7.5,18.5 + parent: 2 + - uid: 7671 + components: + - type: Transform + pos: 12.5,40.5 + parent: 2 + - uid: 7706 + components: + - type: Transform + pos: 12.5,41.5 + parent: 2 + - uid: 7707 + components: + - type: Transform + pos: 12.5,43.5 + parent: 2 + - uid: 7708 + components: + - type: Transform + pos: 12.5,44.5 + parent: 2 + - uid: 7709 + components: + - type: Transform + pos: 12.5,45.5 + parent: 2 + - uid: 7710 + components: + - type: Transform + pos: 12.5,49.5 + parent: 2 + - uid: 7711 + components: + - type: Transform + pos: 12.5,50.5 + parent: 2 + - uid: 7712 + components: + - type: Transform + pos: 12.5,51.5 + parent: 2 + - uid: 7713 + components: + - type: Transform + pos: 11.5,55.5 + parent: 2 + - uid: 7714 + components: + - type: Transform + pos: 10.5,55.5 + parent: 2 + - uid: 7715 + components: + - type: Transform + pos: 10.5,59.5 + parent: 2 + - uid: 7716 + components: + - type: Transform + pos: 10.5,60.5 + parent: 2 + - uid: 7717 + components: + - type: Transform + pos: 10.5,61.5 + parent: 2 + - uid: 7718 + components: + - type: Transform + pos: 13.5,61.5 + parent: 2 + - uid: 7719 + components: + - type: Transform + pos: 14.5,61.5 + parent: 2 + - uid: 7720 + components: + - type: Transform + pos: 15.5,61.5 + parent: 2 + - uid: 7721 + components: + - type: Transform + pos: 14.5,64.5 + parent: 2 + - uid: 7722 + components: + - type: Transform + pos: 14.5,65.5 + parent: 2 + - uid: 7723 + components: + - type: Transform + pos: 14.5,68.5 + parent: 2 + - uid: 7724 + components: + - type: Transform + pos: 14.5,69.5 + parent: 2 + - uid: 7725 + components: + - type: Transform + pos: 14.5,70.5 + parent: 2 + - uid: 7726 + components: + - type: Transform + pos: 13.5,73.5 + parent: 2 + - uid: 7727 + components: + - type: Transform + pos: 14.5,76.5 + parent: 2 + - uid: 7728 + components: + - type: Transform + pos: 13.5,81.5 + parent: 2 + - uid: 7729 + components: + - type: Transform + pos: 15.5,80.5 + parent: 2 + - uid: 7730 + components: + - type: Transform + pos: 18.5,61.5 + parent: 2 + - uid: 7731 + components: + - type: Transform + pos: 19.5,61.5 + parent: 2 + - uid: 7732 + components: + - type: Transform + pos: 20.5,61.5 + parent: 2 + - uid: 7733 + components: + - type: Transform + pos: 23.5,62.5 + parent: 2 + - uid: 7734 + components: + - type: Transform + pos: 24.5,62.5 + parent: 2 + - uid: 7735 + components: + - type: Transform + pos: 25.5,62.5 + parent: 2 + - uid: 7736 + components: + - type: Transform + pos: 27.5,66.5 + parent: 2 + - uid: 7737 + components: + - type: Transform + pos: 28.5,66.5 + parent: 2 + - uid: 7738 + components: + - type: Transform + pos: 34.5,67.5 + parent: 2 + - uid: 7739 + components: + - type: Transform + pos: 35.5,67.5 + parent: 2 + - uid: 7740 + components: + - type: Transform + pos: 36.5,67.5 + parent: 2 + - uid: 7741 + components: + - type: Transform + pos: 36.5,64.5 + parent: 2 + - uid: 7742 + components: + - type: Transform + pos: 36.5,63.5 + parent: 2 + - uid: 7743 + components: + - type: Transform + pos: 36.5,62.5 + parent: 2 + - uid: 7744 + components: + - type: Transform + pos: 35.5,58.5 + parent: 2 + - uid: 7745 + components: + - type: Transform + pos: 35.5,57.5 + parent: 2 + - uid: 7747 + components: + - type: Transform + pos: 36.5,55.5 + parent: 2 + - uid: 7748 + components: + - type: Transform + pos: 37.5,55.5 + parent: 2 + - uid: 7749 + components: + - type: Transform + pos: 40.5,54.5 + parent: 2 + - uid: 7750 + components: + - type: Transform + pos: 41.5,54.5 + parent: 2 + - uid: 7751 + components: + - type: Transform + pos: 45.5,55.5 + parent: 2 + - uid: 7752 + components: + - type: Transform + pos: 45.5,56.5 + parent: 2 + - uid: 7753 + components: + - type: Transform + pos: 45.5,57.5 + parent: 2 + - uid: 7754 + components: + - type: Transform + pos: 44.5,60.5 + parent: 2 + - uid: 7755 + components: + - type: Transform + pos: 44.5,59.5 + parent: 2 + - uid: 7756 + components: + - type: Transform + pos: 50.5,47.5 + parent: 2 + - uid: 7757 + components: + - type: Transform + pos: 51.5,47.5 + parent: 2 + - uid: 7758 + components: + - type: Transform + pos: 52.5,47.5 + parent: 2 + - uid: 7759 + components: + - type: Transform + pos: 53.5,47.5 + parent: 2 + - uid: 7762 + components: + - type: Transform + pos: 59.5,47.5 + parent: 2 + - uid: 7763 + components: + - type: Transform + pos: 57.5,45.5 + parent: 2 + - uid: 7764 + components: + - type: Transform + pos: 58.5,45.5 + parent: 2 + - uid: 7765 + components: + - type: Transform + pos: 59.5,45.5 + parent: 2 + - uid: 7769 + components: + - type: Transform + pos: 66.5,44.5 + parent: 2 + - uid: 7770 + components: + - type: Transform + pos: 66.5,43.5 + parent: 2 + - uid: 7772 + components: + - type: Transform + pos: 57.5,40.5 + parent: 2 + - uid: 7773 + components: + - type: Transform + pos: 57.5,35.5 + parent: 2 + - uid: 7774 + components: + - type: Transform + pos: 51.5,70.5 + parent: 2 + - uid: 7780 + components: + - type: Transform + pos: 64.5,27.5 + parent: 2 + - uid: 7781 + components: + - type: Transform + pos: 64.5,26.5 + parent: 2 + - uid: 7782 + components: + - type: Transform + pos: 64.5,25.5 + parent: 2 + - uid: 7783 + components: + - type: Transform + pos: 64.5,24.5 + parent: 2 + - uid: 7784 + components: + - type: Transform + pos: 64.5,23.5 + parent: 2 + - uid: 7785 + components: + - type: Transform + pos: 67.5,28.5 + parent: 2 + - uid: 7786 + components: + - type: Transform + pos: 67.5,27.5 + parent: 2 + - uid: 7787 + components: + - type: Transform + pos: 67.5,26.5 + parent: 2 + - uid: 7788 + components: + - type: Transform + pos: 67.5,25.5 + parent: 2 + - uid: 7789 + components: + - type: Transform + pos: 64.5,18.5 + parent: 2 + - uid: 7790 + components: + - type: Transform + pos: 64.5,17.5 + parent: 2 + - uid: 7791 + components: + - type: Transform + pos: 62.5,17.5 + parent: 2 + - uid: 7792 + components: + - type: Transform + pos: 61.5,17.5 + parent: 2 + - uid: 7793 + components: + - type: Transform + pos: 68.5,18.5 + parent: 2 + - uid: 7794 + components: + - type: Transform + pos: 68.5,19.5 + parent: 2 + - uid: 7795 + components: + - type: Transform + pos: 68.5,20.5 + parent: 2 + - uid: 7796 + components: + - type: Transform + pos: 67.5,20.5 + parent: 2 + - uid: 7797 + components: + - type: Transform + pos: 64.5,32.5 + parent: 2 + - uid: 7798 + components: + - type: Transform + pos: 64.5,33.5 + parent: 2 + - uid: 7799 + components: + - type: Transform + pos: 65.5,33.5 + parent: 2 + - uid: 7800 + components: + - type: Transform + pos: 63.5,37.5 + parent: 2 + - uid: 7801 + components: + - type: Transform + pos: 63.5,36.5 + parent: 2 + - uid: 7802 + components: + - type: Transform + pos: 64.5,35.5 + parent: 2 + - uid: 7803 + components: + - type: Transform + pos: 63.5,35.5 + parent: 2 + - uid: 7804 + components: + - type: Transform + pos: 63.5,43.5 + parent: 2 + - uid: 7805 + components: + - type: Transform + pos: 63.5,42.5 + parent: 2 + - uid: 7806 + components: + - type: Transform + pos: 64.5,42.5 + parent: 2 + - uid: 8113 + components: + - type: Transform + pos: 51.5,69.5 + parent: 2 + - uid: 8119 + components: + - type: Transform + pos: 52.5,70.5 + parent: 2 + - uid: 8124 + components: + - type: Transform + pos: 53.5,68.5 + parent: 2 + - uid: 8126 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 82.5,11.5 + parent: 2 + - uid: 8132 + components: + - type: Transform + pos: 53.5,70.5 + parent: 2 + - uid: 8134 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-5.5 + parent: 2 + - uid: 8135 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-3.5 + parent: 2 + - uid: 8136 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-4.5 + parent: 2 + - uid: 8137 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-2.5 + parent: 2 + - uid: 8138 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-7.5 + parent: 2 + - uid: 8139 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-8.5 + parent: 2 + - uid: 8140 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-9.5 + parent: 2 + - uid: 8143 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-17.5 + parent: 2 + - uid: 8144 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-18.5 + parent: 2 + - uid: 8145 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-19.5 + parent: 2 + - uid: 8146 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-19.5 + parent: 2 + - uid: 8147 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-19.5 + parent: 2 + - uid: 8148 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-19.5 + parent: 2 + - uid: 8149 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-19.5 + parent: 2 + - uid: 8150 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-19.5 + parent: 2 + - uid: 8153 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-17.5 + parent: 2 + - uid: 8158 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-19.5 + parent: 2 + - uid: 8159 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-18.5 + parent: 2 + - uid: 8160 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-17.5 + parent: 2 + - uid: 8161 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-15.5 + parent: 2 + - uid: 8164 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-14.5 + parent: 2 + - uid: 8165 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-13.5 + parent: 2 + - uid: 8166 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-12.5 + parent: 2 + - uid: 8167 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-10.5 + parent: 2 + - uid: 8168 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-9.5 + parent: 2 + - uid: 8169 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-8.5 + parent: 2 + - uid: 8173 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-7.5 + parent: 2 + - uid: 8174 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,-7.5 + parent: 2 + - uid: 8175 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-4.5 + parent: 2 + - uid: 8176 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-3.5 + parent: 2 + - uid: 8177 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-0.5 + parent: 2 + - uid: 8178 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,0.5 + parent: 2 + - uid: 8179 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-8.5 + parent: 2 + - uid: 8180 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-8.5 + parent: 2 + - uid: 8181 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,-11.5 + parent: 2 + - uid: 8182 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,-11.5 + parent: 2 + - uid: 8183 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,-10.5 + parent: 2 + - uid: 8184 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,-11.5 + parent: 2 + - uid: 8185 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,-12.5 + parent: 2 + - uid: 8186 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,-13.5 + parent: 2 + - uid: 8187 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-13.5 + parent: 2 + - uid: 8188 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,-13.5 + parent: 2 + - uid: 8189 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-14.5 + parent: 2 + - uid: 8191 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-14.5 + parent: 2 + - uid: 8192 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,-13.5 + parent: 2 + - uid: 8193 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,-13.5 + parent: 2 + - uid: 8194 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,-11.5 + parent: 2 + - uid: 8195 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,-10.5 + parent: 2 + - uid: 8196 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,-9.5 + parent: 2 + - uid: 8197 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,-7.5 + parent: 2 + - uid: 8198 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 55.5,-7.5 + parent: 2 + - uid: 8199 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,-7.5 + parent: 2 + - uid: 8200 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,-6.5 + parent: 2 + - uid: 8201 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,-3.5 + parent: 2 + - uid: 8202 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,-2.5 + parent: 2 + - uid: 8203 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,-1.5 + parent: 2 + - uid: 8204 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 61.5,-1.5 + parent: 2 + - uid: 8205 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 62.5,-1.5 + parent: 2 + - uid: 8206 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 63.5,0.5 + parent: 2 + - uid: 8207 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 63.5,1.5 + parent: 2 + - uid: 8208 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 63.5,3.5 + parent: 2 + - uid: 8209 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 63.5,4.5 + parent: 2 + - uid: 8210 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 62.5,6.5 + parent: 2 + - uid: 8211 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 62.5,7.5 + parent: 2 + - uid: 8212 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 62.5,8.5 + parent: 2 + - uid: 8213 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 61.5,10.5 + parent: 2 + - uid: 8214 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 60.5,10.5 + parent: 2 + - uid: 8215 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,10.5 + parent: 2 + - uid: 8216 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.5,10.5 + parent: 2 + - uid: 8217 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 55.5,10.5 + parent: 2 + - uid: 8218 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,10.5 + parent: 2 + - uid: 8219 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,8.5 + parent: 2 + - uid: 8220 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,7.5 + parent: 2 + - uid: 8221 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 65.5,4.5 + parent: 2 + - uid: 8222 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 66.5,4.5 + parent: 2 + - uid: 8223 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 67.5,4.5 + parent: 2 + - uid: 8224 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,4.5 + parent: 2 + - uid: 8225 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,5.5 + parent: 2 + - uid: 8226 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,6.5 + parent: 2 + - uid: 8227 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,8.5 + parent: 2 + - uid: 8228 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,9.5 + parent: 2 + - uid: 8229 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 74.5,10.5 + parent: 2 + - uid: 8230 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 75.5,10.5 + parent: 2 + - uid: 8231 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 77.5,10.5 + parent: 2 + - uid: 8232 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 78.5,10.5 + parent: 2 + - uid: 8233 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 79.5,10.5 + parent: 2 + - uid: 8234 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 83.5,11.5 + parent: 2 + - uid: 8235 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.5,76.5 + parent: 2 + - uid: 8236 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 86.5,11.5 + parent: 2 + - uid: 8237 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 86.5,12.5 + parent: 2 + - uid: 8238 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 86.5,13.5 + parent: 2 + - uid: 8239 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 85.5,15.5 + parent: 2 + - uid: 8240 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 85.5,16.5 + parent: 2 + - uid: 8241 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 86.5,17.5 + parent: 2 + - uid: 8242 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 86.5,18.5 + parent: 2 + - uid: 8243 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 86.5,19.5 + parent: 2 + - uid: 8244 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 85.5,21.5 + parent: 2 + - uid: 8245 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 85.5,22.5 + parent: 2 + - uid: 8246 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 85.5,23.5 + parent: 2 + - uid: 8247 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 82.5,23.5 + parent: 2 + - uid: 8248 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 81.5,23.5 + parent: 2 + - uid: 8249 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 80.5,23.5 + parent: 2 + - uid: 8250 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 78.5,24.5 + parent: 2 + - uid: 8251 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 77.5,24.5 + parent: 2 + - uid: 8252 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 76.5,24.5 + parent: 2 + - uid: 8253 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 61.5,35.5 + parent: 2 + - uid: 8260 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 61.5,47.5 + parent: 2 + - uid: 8261 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 61.5,48.5 + parent: 2 + - uid: 8262 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 60.5,49.5 + parent: 2 + - uid: 8263 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 61.5,49.5 + parent: 2 + - uid: 8268 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.5,61.5 + parent: 2 + - uid: 8269 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.5,62.5 + parent: 2 + - uid: 8276 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,69.5 + parent: 2 + - uid: 8277 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,70.5 + parent: 2 + - uid: 8278 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,71.5 + parent: 2 + - uid: 8279 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,72.5 + parent: 2 + - uid: 8280 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 55.5,76.5 + parent: 2 + - uid: 8281 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,76.5 + parent: 2 + - uid: 8282 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,75.5 + parent: 2 + - uid: 8283 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,74.5 + parent: 2 + - uid: 8287 + components: + - type: Transform + pos: 53.5,69.5 + parent: 2 + - uid: 8288 + components: + - type: Transform + pos: 52.5,68.5 + parent: 2 + - uid: 8290 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,-10.5 + parent: 2 + - uid: 8291 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,-10.5 + parent: 2 + - uid: 8307 + components: + - type: Transform + pos: 62.5,68.5 + parent: 2 + - uid: 8636 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 73.5,8.5 + parent: 2 + - uid: 8638 + components: + - type: Transform + pos: 51.5,68.5 + parent: 2 + - uid: 9667 + components: + - type: Transform + pos: 62.5,67.5 + parent: 2 + - uid: 9874 + components: + - type: Transform + pos: -3.5,53.5 + parent: 2 + - uid: 9906 + components: + - type: Transform + pos: -3.5,52.5 + parent: 2 + - uid: 14810 + components: + - type: Transform + pos: 74.5,73.5 + parent: 2 + - uid: 14811 + components: + - type: Transform + pos: 74.5,72.5 + parent: 2 + - uid: 14812 + components: + - type: Transform + pos: 74.5,71.5 + parent: 2 + - uid: 14813 + components: + - type: Transform + pos: 74.5,70.5 + parent: 2 + - uid: 14814 + components: + - type: Transform + pos: 74.5,69.5 + parent: 2 + - uid: 14815 + components: + - type: Transform + pos: 74.5,68.5 + parent: 2 + - uid: 14816 + components: + - type: Transform + pos: 75.5,68.5 + parent: 2 + - uid: 14817 + components: + - type: Transform + pos: 76.5,68.5 + parent: 2 + - uid: 14818 + components: + - type: Transform + pos: 77.5,68.5 + parent: 2 + - uid: 14819 + components: + - type: Transform + pos: 78.5,68.5 + parent: 2 + - uid: 14820 + components: + - type: Transform + pos: 79.5,68.5 + parent: 2 + - uid: 14843 + components: + - type: Transform + pos: -3.5,51.5 + parent: 2 + - uid: 14957 + components: + - type: Transform + pos: -3.5,50.5 + parent: 2 + - uid: 14958 + components: + - type: Transform + pos: -3.5,49.5 + parent: 2 + - uid: 14959 + components: + - type: Transform + pos: -3.5,48.5 + parent: 2 + - uid: 14960 + components: + - type: Transform + pos: -3.5,47.5 + parent: 2 + - uid: 14961 + components: + - type: Transform + pos: 0.5,53.5 + parent: 2 + - uid: 14962 + components: + - type: Transform + pos: 0.5,52.5 + parent: 2 + - uid: 14963 + components: + - type: Transform + pos: 0.5,51.5 + parent: 2 + - uid: 14964 + components: + - type: Transform + pos: 0.5,50.5 + parent: 2 + - uid: 14965 + components: + - type: Transform + pos: 0.5,49.5 + parent: 2 + - uid: 14966 + components: + - type: Transform + pos: 0.5,48.5 + parent: 2 + - uid: 14967 + components: + - type: Transform + pos: 0.5,47.5 + parent: 2 + - uid: 14968 + components: + - type: Transform + pos: 4.5,53.5 + parent: 2 + - uid: 14969 + components: + - type: Transform + pos: 4.5,52.5 + parent: 2 + - uid: 14970 + components: + - type: Transform + pos: 4.5,51.5 + parent: 2 + - uid: 14971 + components: + - type: Transform + pos: 4.5,50.5 + parent: 2 + - uid: 14972 + components: + - type: Transform + pos: 4.5,49.5 + parent: 2 + - uid: 14973 + components: + - type: Transform + pos: 4.5,48.5 + parent: 2 + - uid: 14974 + components: + - type: Transform + pos: 4.5,47.5 + parent: 2 + - uid: 14975 + components: + - type: Transform + pos: 7.5,45.5 + parent: 2 + - uid: 14976 + components: + - type: Transform + pos: 6.5,45.5 + parent: 2 + - uid: 14977 + components: + - type: Transform + pos: 5.5,45.5 + parent: 2 + - uid: 14978 + components: + - type: Transform + pos: 3.5,45.5 + parent: 2 + - uid: 14979 + components: + - type: Transform + pos: 2.5,45.5 + parent: 2 + - uid: 14980 + components: + - type: Transform + pos: 1.5,45.5 + parent: 2 + - uid: 14981 + components: + - type: Transform + pos: -0.5,45.5 + parent: 2 + - uid: 14982 + components: + - type: Transform + pos: -1.5,45.5 + parent: 2 + - uid: 14983 + components: + - type: Transform + pos: -2.5,45.5 + parent: 2 + - uid: 14984 + components: + - type: Transform + pos: -4.5,45.5 + parent: 2 + - uid: 14985 + components: + - type: Transform + pos: -5.5,45.5 + parent: 2 + - uid: 14986 + components: + - type: Transform + pos: 7.5,55.5 + parent: 2 + - uid: 14987 + components: + - type: Transform + pos: 6.5,55.5 + parent: 2 + - uid: 14988 + components: + - type: Transform + pos: 5.5,55.5 + parent: 2 + - uid: 14989 + components: + - type: Transform + pos: 3.5,55.5 + parent: 2 + - uid: 14990 + components: + - type: Transform + pos: 2.5,55.5 + parent: 2 + - uid: 14991 + components: + - type: Transform + pos: 1.5,55.5 + parent: 2 + - uid: 14992 + components: + - type: Transform + pos: -0.5,55.5 + parent: 2 + - uid: 14993 + components: + - type: Transform + pos: -1.5,55.5 + parent: 2 + - uid: 14994 + components: + - type: Transform + pos: -2.5,55.5 + parent: 2 + - uid: 14995 + components: + - type: Transform + pos: -4.5,55.5 + parent: 2 + - uid: 14996 + components: + - type: Transform + pos: -5.5,55.5 + parent: 2 + - uid: 14997 + components: + - type: Transform + pos: -6.5,55.5 + parent: 2 + - uid: 14998 + components: + - type: Transform + pos: -6.5,45.5 + parent: 2 + - uid: 14999 + components: + - type: Transform + pos: -6.5,46.5 + parent: 2 + - uid: 15000 + components: + - type: Transform + pos: -6.5,54.5 + parent: 2 +- proto: Chair + entities: + - uid: 102 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 78.5,61.5 + parent: 2 + - uid: 104 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 77.5,58.5 + parent: 2 + - uid: 163 + components: + - type: Transform + pos: 7.5,16.5 + parent: 2 + - uid: 205 + components: + - type: Transform + pos: 74.5,56.5 + parent: 2 + - uid: 513 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 75.5,58.5 + parent: 2 + - uid: 516 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 78.5,59.5 + parent: 2 + - uid: 537 + components: + - type: Transform + pos: 17.5,26.5 + parent: 2 + - uid: 540 + components: + - type: Transform + pos: 77.5,56.5 + parent: 2 + - uid: 541 + components: + - type: Transform + pos: 79.5,56.5 + parent: 2 + - uid: 1016 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,24.5 + parent: 2 + - uid: 1017 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,24.5 + parent: 2 + - uid: 1018 + components: + - type: Transform + pos: 31.5,26.5 + parent: 2 + - uid: 1651 + components: + - type: Transform + pos: 78.5,56.5 + parent: 2 + - uid: 2522 + components: + - type: Transform + pos: 47.5,-6.5 + parent: 2 + - uid: 2523 + components: + - type: Transform + pos: 48.5,-6.5 + parent: 2 + - uid: 2524 + components: + - type: Transform + pos: 49.5,-6.5 + parent: 2 + - uid: 2525 + components: + - type: Transform + pos: 50.5,-6.5 + parent: 2 + - uid: 2600 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,9.5 + parent: 2 + - uid: 3235 + components: + - type: Transform + pos: 54.5,18.5 + parent: 2 + - uid: 3236 + components: + - type: Transform + pos: 55.5,18.5 + parent: 2 + - uid: 3271 + components: + - type: Transform + pos: 8.5,16.5 + parent: 2 + - uid: 3371 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,33.5 + parent: 2 + - uid: 4653 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 83.5,45.5 + parent: 2 + - uid: 4730 + components: + - type: Transform + pos: 83.5,44.5 + parent: 2 + - uid: 4731 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 83.5,42.5 + parent: 2 + - uid: 4733 + components: + - type: Transform + pos: 83.5,47.5 + parent: 2 + - uid: 4933 + components: + - type: Transform + pos: 3.5,34.5 + parent: 2 + - uid: 6821 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,24.5 + parent: 2 + - uid: 7077 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 74.5,8.5 + parent: 2 + - uid: 7107 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 72.5,8.5 + parent: 2 + - uid: 7133 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,68.5 + parent: 2 + - uid: 7155 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,55.5 + parent: 2 + - uid: 7443 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,74.5 + parent: 2 + - uid: 7818 + components: + - type: Transform + pos: 75.5,62.5 + parent: 2 + - uid: 7841 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 74.5,61.5 + parent: 2 + - uid: 7842 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 68.5,62.5 + parent: 2 + - uid: 7846 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 74.5,59.5 + parent: 2 + - uid: 7847 + components: + - type: Transform + pos: 68.5,58.5 + parent: 2 + - uid: 7848 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 68.5,59.5 + parent: 2 + - uid: 7849 + components: + - type: Transform + pos: 68.5,61.5 + parent: 2 + - uid: 7851 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 68.5,56.5 + parent: 2 + - uid: 7852 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 80.5,58.5 + parent: 2 + - uid: 7854 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 80.5,59.5 + parent: 2 + - uid: 7855 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 80.5,57.5 + parent: 2 + - uid: 7884 + components: + - type: Transform + pos: 75.5,56.5 + parent: 2 + - uid: 7885 + components: + - type: Transform + pos: 77.5,62.5 + parent: 2 + - uid: 7886 + components: + - type: Transform + pos: 73.5,56.5 + parent: 2 + - uid: 7887 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 72.5,57.5 + parent: 2 + - uid: 7888 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 72.5,58.5 + parent: 2 + - uid: 7889 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 72.5,59.5 + parent: 2 + - uid: 7890 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 72.5,61.5 + parent: 2 + - uid: 7891 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 72.5,62.5 + parent: 2 + - uid: 7892 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 72.5,63.5 + parent: 2 + - uid: 7893 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 73.5,64.5 + parent: 2 + - uid: 7894 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 74.5,64.5 + parent: 2 + - uid: 7895 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 75.5,64.5 + parent: 2 + - uid: 7896 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 77.5,64.5 + parent: 2 + - uid: 7897 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 78.5,64.5 + parent: 2 + - uid: 7898 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 79.5,64.5 + parent: 2 + - uid: 7899 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 80.5,63.5 + parent: 2 + - uid: 7900 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 80.5,62.5 + parent: 2 + - uid: 7901 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 80.5,61.5 + parent: 2 + - uid: 7906 + components: + - type: Transform + pos: 68.5,64.5 + parent: 2 + - uid: 7971 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 83.5,62.5 + parent: 2 + - uid: 7972 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 83.5,61.5 + parent: 2 + - uid: 7973 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 83.5,60.5 + parent: 2 + - uid: 7974 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 83.5,59.5 + parent: 2 + - uid: 7975 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 83.5,58.5 + parent: 2 + - uid: 7976 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 83.5,55.5 + parent: 2 + - uid: 7977 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 83.5,64.5 + parent: 2 + - uid: 8635 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,20.5 + parent: 2 + - uid: 8637 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 73.5,7.5 + parent: 2 + - uid: 8641 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,76.5 + parent: 2 + - uid: 8643 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,75.5 + parent: 2 + - uid: 9578 + components: + - type: Transform + pos: 73.5,9.5 + parent: 2 + - uid: 9752 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,70.5 + parent: 2 + - uid: 9753 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,73.5 + parent: 2 + - uid: 9756 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,72.5 + parent: 2 + - uid: 9869 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,71.5 + parent: 2 + - uid: 11264 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,33.5 + parent: 2 + - uid: 14076 + components: + - type: Transform + pos: 62.5,30.5 + parent: 2 + - uid: 14077 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 61.5,29.5 + parent: 2 + - uid: 14922 + components: + - type: Transform + pos: 32.5,26.5 + parent: 2 + - uid: 14923 + components: + - type: Transform + pos: 16.5,26.5 + parent: 2 + - uid: 14924 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,24.5 + parent: 2 + - uid: 27805 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 81.5,47.5 + parent: 2 + - uid: 27806 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 81.5,46.5 + parent: 2 + - uid: 27807 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 81.5,45.5 + parent: 2 + - uid: 27808 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 81.5,44.5 + parent: 2 + - uid: 27809 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 81.5,43.5 + parent: 2 + - uid: 27810 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 81.5,42.5 + parent: 2 + - uid: 27812 + components: + - type: Transform + pos: 78.5,38.5 + parent: 2 + - uid: 27813 + components: + - type: Transform + pos: 77.5,38.5 + parent: 2 + - uid: 27814 + components: + - type: Transform + pos: 76.5,38.5 + parent: 2 + - uid: 27819 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 76.5,36.5 + parent: 2 + - uid: 27820 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 77.5,36.5 + parent: 2 + - uid: 27821 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 78.5,36.5 + parent: 2 +- proto: ChairCarp + entities: + - uid: 1613 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-15.5 + parent: 2 +- proto: ChairFolding + entities: + - uid: 7631 + components: + - type: Transform + pos: 57.5,-9.5 + parent: 2 + - uid: 9696 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 67.5,17.5 + parent: 2 + - uid: 27895 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 67.5,18.5 + parent: 2 + - uid: 28102 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 67.5,19.5 + parent: 2 +- proto: ChairOfficeDark + entities: + - uid: 178 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,10.5 + parent: 2 + - uid: 283 + components: + - type: Transform + pos: 5.5,6.5 + parent: 2 + - uid: 493 + components: + - type: Transform + pos: 5.5,2.5 + parent: 2 + - uid: 512 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,29.5 + parent: 2 + - uid: 529 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,29.5 + parent: 2 + - uid: 672 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,29.5 + parent: 2 + - uid: 673 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,29.5 + parent: 2 + - uid: 877 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,21.5 + parent: 2 + - uid: 1755 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,9.5 + parent: 2 + - uid: 1789 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,5.5 + parent: 2 + - uid: 2599 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,9.5 + parent: 2 + - uid: 2849 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,9.5 + parent: 2 + - uid: 2989 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 61.5,21.5 + parent: 2 + - uid: 3004 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,20.5 + parent: 2 + - uid: 3274 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,18.5 + parent: 2 + - uid: 3278 + components: + - type: Transform + pos: 41.5,30.5 + parent: 2 + - uid: 3303 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,33.5 + parent: 2 + - uid: 3322 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,32.5 + parent: 2 + - uid: 3387 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,21.5 + parent: 2 + - uid: 3388 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,21.5 + parent: 2 + - uid: 4874 + components: + - type: Transform + pos: 3.5,28.5 + parent: 2 + - uid: 4921 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,37.5 + parent: 2 + - uid: 5428 + components: + - type: Transform + pos: 67.5,10.5 + parent: 2 + - uid: 5524 + components: + - type: Transform + pos: 75.5,16.5 + parent: 2 + - uid: 7126 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,69.5 + parent: 2 + - uid: 7178 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.62326,65.66223 + parent: 2 + - uid: 8152 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,35.5 + parent: 2 + - uid: 9474 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,32.5 + parent: 2 + - uid: 14866 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,10.5 + parent: 2 + - uid: 28047 + components: + - type: Transform + pos: 21.5,-7.5 + parent: 2 +- proto: ChairOfficeLight + entities: + - uid: 2298 + components: + - type: Transform + pos: 41.5,9.5 + parent: 2 + - uid: 2318 + components: + - type: Transform + pos: 41.5,6.5 + parent: 2 + - uid: 2335 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-0.5 + parent: 2 + - uid: 2477 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,-4.5 + parent: 2 + - uid: 2485 + components: + - type: Transform + pos: 57.5,-2.5 + parent: 2 + - uid: 2620 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-0.5 + parent: 2 + - uid: 2622 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,-0.5 + parent: 2 + - uid: 6429 + components: + - type: Transform + pos: 60.5,62.5 + parent: 2 + - uid: 7153 + components: + - type: Transform + pos: 49.5,55.5 + parent: 2 + - uid: 7254 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,65.5 + parent: 2 + - uid: 7984 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 81.5,53.5 + parent: 2 +- proto: ChairWood + entities: + - uid: 4541 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,48.5 + parent: 2 + - uid: 4662 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,46.5 + parent: 2 + - uid: 4665 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,46.5 + parent: 2 + - uid: 4670 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,49.5 + parent: 2 + - uid: 4671 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,48.5 + parent: 2 + - uid: 4672 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,49.5 + parent: 2 + - uid: 4673 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,48.5 + parent: 2 + - uid: 4674 + components: + - type: Transform + pos: 25.5,45.5 + parent: 2 + - uid: 4675 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,42.5 + parent: 2 + - uid: 5286 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,60.5 + parent: 2 + - uid: 5287 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,60.5 + parent: 2 + - uid: 5787 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 75.5,31.5 + parent: 2 + - uid: 5788 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 75.5,30.5 + parent: 2 + - uid: 5789 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 76.5,31.5 + parent: 2 + - uid: 5790 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 76.5,30.5 + parent: 2 + - uid: 5791 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 77.5,31.5 + parent: 2 + - uid: 5792 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 77.5,30.5 + parent: 2 + - uid: 5793 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 75.5,34.5 + parent: 2 + - uid: 5794 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 75.5,33.5 + parent: 2 + - uid: 5795 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 76.5,34.5 + parent: 2 + - uid: 5796 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 76.5,33.5 + parent: 2 + - uid: 5797 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 77.5,34.5 + parent: 2 + - uid: 5798 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 77.5,33.5 + parent: 2 + - uid: 5799 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 78.5,34.5 + parent: 2 + - uid: 5800 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 78.5,33.5 + parent: 2 + - uid: 5801 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 78.5,31.5 + parent: 2 + - uid: 5802 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 78.5,30.5 + parent: 2 + - uid: 5852 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 84.5,28.5 + parent: 2 + - uid: 5853 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 84.5,26.5 + parent: 2 + - uid: 6394 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,59.5 + parent: 2 + - uid: 6409 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 66.5,62.5 + parent: 2 + - uid: 6410 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 65.5,62.5 + parent: 2 + - uid: 6411 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 64.5,64.5 + parent: 2 + - uid: 6416 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 64.5,63.5 + parent: 2 + - uid: 8058 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,55.5 + parent: 2 +- proto: CheapLighter + entities: + - uid: 4643 + components: + - type: Transform + pos: 28.592453,46.44999 + parent: 2 +- proto: CheapRollerBed + entities: + - uid: 2663 + components: + - type: Transform + pos: 45.518578,2.6957705 + parent: 2 + - uid: 2664 + components: + - type: Transform + pos: 46.509254,2.7141163 + parent: 2 +- proto: CheckerBoard + entities: + - uid: 3104 + components: + - type: Transform + pos: 53.072258,40.209602 + parent: 2 + - uid: 4789 + components: + - type: Transform + pos: 25.630278,44.04144 + parent: 2 + - uid: 9801 + components: + - type: Transform + pos: 19.512543,-18.396269 + parent: 2 + - uid: 14074 + components: + - type: Transform + pos: 62.25489,29.328365 + parent: 2 +- proto: chem_master + entities: + - uid: 2289 + components: + - type: Transform + pos: 40.5,9.5 + parent: 2 + - uid: 2309 + components: + - type: Transform + pos: 42.5,6.5 + parent: 2 +- proto: ChemDispenser + entities: + - uid: 2306 + components: + - type: Transform + pos: 40.5,8.5 + parent: 2 + - uid: 2315 + components: + - type: Transform + pos: 42.5,7.5 + parent: 2 +- proto: ChemistryHotplate + entities: + - uid: 2305 + components: + - type: Transform + pos: 44.5,8.5 + parent: 2 +- proto: ChessBoard + entities: + - uid: 4942 + components: + - type: Transform + pos: 9.432614,31.582724 + parent: 2 + - uid: 14072 + components: + - type: Transform + pos: 62.551765,29.46899 + parent: 2 +- proto: ChurchOrganInstrument + entities: + - uid: 5693 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 83.5,34.5 + parent: 2 +- proto: CigarCase + entities: + - uid: 4642 + components: + - type: Transform + pos: 28.54598,46.63749 + parent: 2 +- proto: CigaretteDylovene + entities: + - uid: 28119 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 62.5,49.5 + parent: 2 +- proto: CigaretteSpent + entities: + - uid: 1566 + components: + - type: Transform + pos: 63.5,-0.5 + parent: 2 +- proto: CigarGoldCase + entities: + - uid: 517 + components: + - type: Transform + pos: 22.45246,30.680632 + parent: 2 +- proto: CigCartonBlack + entities: + - uid: 5978 + components: + - type: Transform + parent: 5977 + - type: Physics + canCollide: False +- proto: CircuitImprinter + entities: + - uid: 1740 + components: + - type: Transform + pos: 24.5,7.5 + parent: 2 +- proto: CleanerDispenser + entities: + - uid: 5301 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 63.5,48.5 + parent: 2 +- proto: CloningPodMachineCircuitboard + entities: + - uid: 14904 + components: + - type: Transform + pos: 46.53037,10.442747 + parent: 2 +- proto: ClosetBombFilled + entities: + - uid: 3153 + components: + - type: Transform + pos: 54.5,26.5 + parent: 2 + - uid: 14402 + components: + - type: Transform + pos: 25.5,-31.5 + parent: 2 + - uid: 14403 + components: + - type: Transform + pos: 24.5,-31.5 + parent: 2 +- proto: ClosetChefFilled + entities: + - uid: 4763 + components: + - type: Transform + pos: 14.5,53.5 + parent: 2 +- proto: ClosetEmergencyFilledRandom + entities: + - uid: 1739 + components: + - type: Transform + pos: 23.5,3.5 + parent: 2 + - uid: 7156 + components: + - type: Transform + pos: 47.5,57.5 + parent: 2 + - uid: 9899 + components: + - type: Transform + pos: 21.5,38.5 + parent: 2 + - uid: 9911 + components: + - type: Transform + pos: 64.5,15.5 + parent: 2 + - uid: 9912 + components: + - type: Transform + pos: 69.5,65.5 + parent: 2 + - uid: 9917 + components: + - type: Transform + pos: 11.5,38.5 + parent: 2 + - uid: 9918 + components: + - type: Transform + pos: 70.5,33.5 + parent: 2 + - uid: 9919 + components: + - type: Transform + pos: 49.5,51.5 + parent: 2 + - uid: 9928 + components: + - type: Transform + pos: 4.5,31.5 + parent: 2 + - uid: 9935 + components: + - type: Transform + pos: 35.5,45.5 + parent: 2 + - uid: 9936 + components: + - type: Transform + pos: 83.5,36.5 + parent: 2 + - uid: 9937 + components: + - type: Transform + pos: 19.5,14.5 + parent: 2 + - uid: 9942 + components: + - type: Transform + pos: 33.5,3.5 + parent: 2 + - uid: 9953 + components: + - type: Transform + pos: 83.5,50.5 + parent: 2 + - uid: 9955 + components: + - type: Transform + pos: 47.5,15.5 + parent: 2 + - uid: 15006 + components: + - type: Transform + pos: 11.5,30.5 + parent: 2 + - uid: 28103 + components: + - type: Transform + pos: 67.5,20.5 + parent: 2 + - uid: 28125 + components: + - type: Transform + pos: 64.5,42.5 + parent: 2 + - uid: 28152 + components: + - type: Transform + pos: 44.5,-12.5 + parent: 2 +- proto: ClosetFireFilled + entities: + - uid: 1565 + components: + - type: Transform + pos: 74.5,24.5 + parent: 2 + - uid: 1738 + components: + - type: Transform + pos: 24.5,3.5 + parent: 2 + - uid: 9879 + components: + - type: Transform + pos: 26.5,3.5 + parent: 2 + - uid: 9888 + components: + - type: Transform + pos: 20.5,14.5 + parent: 2 + - uid: 9893 + components: + - type: Transform + pos: 22.5,38.5 + parent: 2 + - uid: 9894 + components: + - type: Transform + pos: 83.5,37.5 + parent: 2 + - uid: 9895 + components: + - type: Transform + pos: 5.5,31.5 + parent: 2 + - uid: 9900 + components: + - type: Transform + pos: 36.5,45.5 + parent: 2 + - uid: 9901 + components: + - type: Transform + pos: 70.5,32.5 + parent: 2 + - uid: 9907 + components: + - type: Transform + pos: 48.5,51.5 + parent: 2 + - uid: 9913 + components: + - type: Transform + pos: 11.5,29.5 + parent: 2 + - uid: 9930 + components: + - type: Transform + pos: 65.5,15.5 + parent: 2 + - uid: 9931 + components: + - type: Transform + pos: 48.5,15.5 + parent: 2 + - uid: 9933 + components: + - type: Transform + pos: 70.5,65.5 + parent: 2 + - uid: 9934 + components: + - type: Transform + pos: 11.5,37.5 + parent: 2 + - uid: 9941 + components: + - type: Transform + pos: 83.5,49.5 + parent: 2 + - uid: 28127 + components: + - type: Transform + pos: 64.5,43.5 + parent: 2 +- proto: ClosetJanitorFilled + entities: + - uid: 8311 + components: + - type: Transform + pos: 66.5,47.5 + parent: 2 +- proto: ClosetL3Filled + entities: + - uid: 9688 + components: + - type: Transform + pos: 67.5,22.5 + parent: 2 +- proto: ClosetL3JanitorFilled + entities: + - uid: 8310 + components: + - type: Transform + pos: 67.5,47.5 + parent: 2 +- proto: ClosetL3SecurityFilled + entities: + - uid: 3234 + components: + - type: Transform + pos: 58.5,18.5 + parent: 2 +- proto: ClosetL3VirologyFilled + entities: + - uid: 2450 + components: + - type: Transform + pos: 52.5,-0.5 + parent: 2 + - uid: 2478 + components: + - type: Transform + pos: 52.5,-2.5 + parent: 2 +- proto: ClosetMaintenanceFilledRandom + entities: + - uid: 5187 + components: + - type: Transform + pos: 86.5,11.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: + - 3389 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 7482 + components: + - type: Transform + pos: 4.5,21.5 + parent: 2 + - uid: 7656 + components: + - type: Transform + pos: 42.5,-13.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: + - 3390 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 7991 + components: + - type: Transform + pos: 15.5,64.5 + parent: 2 + - uid: 7993 + components: + - type: Transform + pos: 15.5,66.5 + parent: 2 + - uid: 7994 + components: + - type: Transform + pos: 12.5,83.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: + - 3427 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 7995 + components: + - type: Transform + pos: 26.5,66.5 + parent: 2 + - uid: 7996 + components: + - type: Transform + pos: 37.5,67.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: + - 3428 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 7997 + components: + - type: Transform + pos: 37.5,61.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: + - 3436 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 7998 + components: + - type: Transform + pos: 43.5,54.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: + - 3437 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 7999 + components: + - type: Transform + pos: 44.5,61.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: 8001 + components: + - type: Transform + pos: 47.5,38.5 + parent: 2 + - uid: 8004 + components: + - type: Transform + pos: 56.5,44.5 + parent: 2 + - uid: 8008 + components: + - type: Transform + pos: 65.5,23.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: + - 3438 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 8009 + components: + - type: Transform + pos: 62.5,16.5 + parent: 2 + - uid: 8010 + components: + - type: Transform + pos: 58.5,8.5 + parent: 2 + - uid: 8011 + components: + - type: Transform + pos: 63.5,5.5 + parent: 2 + - uid: 8012 + components: + - type: Transform + pos: 65.5,3.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: + - 3441 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 8013 + components: + - type: Transform + pos: 74.5,11.5 + parent: 2 + - uid: 8014 + components: + - type: Transform + pos: 37.5,-11.5 + parent: 2 + - uid: 8015 + components: + - type: Transform + pos: 33.5,-5.5 + parent: 2 + - uid: 8016 + components: + - type: Transform + pos: 31.5,-10.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: + - 7876 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 8022 + components: + - type: Transform + pos: 15.5,2.5 + parent: 2 + - uid: 8024 + components: + - type: Transform + pos: 5.5,16.5 + parent: 2 + - uid: 8026 + components: + - type: Transform + pos: 85.5,24.5 + parent: 2 + - uid: 9761 + components: + - type: Transform + pos: 15.5,78.5 + parent: 2 +- proto: ClosetRadiationSuitFilled + entities: + - uid: 7987 + components: + - type: Transform + pos: 54.5,74.5 + parent: 2 + - uid: 8019 + components: + - type: Transform + pos: 54.5,73.5 + parent: 2 + - uid: 8021 + components: + - type: Transform + pos: 54.5,72.5 + parent: 2 + - uid: 9715 + components: + - type: Transform + pos: 20.5,0.5 + parent: 2 + - uid: 14427 + components: + - type: Transform + pos: 26.5,-31.5 + parent: 2 + - uid: 28073 + components: + - type: Transform + pos: 26.5,-4.5 + parent: 2 +- proto: ClosetToolFilled + entities: + - uid: 14807 + components: + - type: Transform + pos: 73.5,69.5 + parent: 2 + - uid: 14926 + components: + - type: Transform + pos: 18.5,2.5 + parent: 2 + - uid: 14927 + components: + - type: Transform + pos: 84.5,24.5 + parent: 2 + - uid: 14928 + components: + - type: Transform + pos: 68.5,22.5 + parent: 2 +- proto: ClothingBeltMercWebbing + entities: + - uid: 3427 + components: + - type: Transform + parent: 7994 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingBeltPlantFilled + entities: + - uid: 4476 + components: + - type: Transform + pos: 17.507975,44.6397 + parent: 2 +- proto: ClothingBeltUtilityFilled + entities: + - uid: 204 + components: + - type: Transform + pos: 5.5230856,5.52925 + parent: 2 + - uid: 1726 + components: + - type: Transform + pos: 24.44609,-2.471087 + parent: 2 + - uid: 7413 + components: + - type: Transform + pos: 66.57255,37.601162 + parent: 2 +- proto: ClothingEyesGlasses + entities: + - uid: 1724 + components: + - type: Transform + pos: 23.62776,-4.2432847 + parent: 2 + - uid: 2668 + components: + - type: Transform + pos: 39.474754,-0.13913338 + parent: 2 +- proto: ClothingEyesGlassesGarOrange + entities: + - uid: 5244 + components: + - type: Transform + pos: 14.281388,57.640034 + parent: 2 + - uid: 7176 + components: + - type: Transform + parent: 3377 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingEyesGlassesMercenary + entities: + - uid: 9571 + components: + - type: Transform + pos: 60.531227,67.49286 + parent: 2 +- proto: ClothingEyesGlassesSecurity + entities: + - uid: 3021 + components: + - type: Transform + rot: 12.566370614359172 rad + pos: 57.39527,18.646889 + parent: 2 +- proto: ClothingEyesHudMedical + entities: + - uid: 2606 + components: + - type: Transform + pos: 34.483902,9.726351 + parent: 2 + - uid: 2607 + components: + - type: Transform + pos: 47.436104,9.5062 + parent: 2 +- proto: ClothingHandsGlovesColorGray + entities: + - uid: 28091 + components: + - type: Transform + pos: 34.5,-11.5 + parent: 2 +- proto: ClothingHandsGlovesColorYellow + entities: + - uid: 3390 + components: + - type: Transform + parent: 7656 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 7418 + components: + - type: Transform + pos: 67.400276,37.601162 + parent: 2 + - uid: 7876 + components: + - type: Transform + parent: 8016 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 14896 + components: + - type: Transform + pos: 50.484264,-17.601654 + parent: 2 + - uid: 14897 + components: + - type: Transform + pos: 75.45774,69.596375 + parent: 2 +- proto: ClothingHandsGlovesColorYellowBudget + entities: + - uid: 5248 + components: + - type: Transform + pos: 22.532297,59.584183 + parent: 2 + - uid: 5249 + components: + - type: Transform + pos: 22.3733,59.400726 + parent: 2 +- proto: ClothingHandsGlovesLatex + entities: + - uid: 3317 + components: + - type: Transform + pos: 62.46939,24.61248 + parent: 2 +- proto: ClothingHandsGlovesNitrile + entities: + - uid: 2667 + components: + - type: Transform + pos: 49.615623,-8.528999 + parent: 2 +- proto: ClothingHeadBandBlack + entities: + - uid: 9740 + components: + - type: Transform + pos: 91.52087,21.613016 + parent: 2 +- proto: ClothingHeadBandMerc + entities: + - uid: 3428 + components: + - type: Transform + parent: 7996 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingHeadFishCap + entities: + - uid: 1579 + components: + - type: Transform + pos: 13.741001,-16.631462 + parent: 2 +- proto: ClothingHeadHatBeretMerc + entities: + - uid: 9575 + components: + - type: Transform + pos: 31.385689,62.537098 + parent: 2 +- proto: ClothingHeadHatCatEars + entities: + - uid: 8133 + components: + - type: Transform + pos: 6.469717,29.842484 + parent: 2 +- proto: ClothingHeadHatFedoraGrey + entities: + - uid: 4579 + components: + - type: Transform + pos: 41.408066,50.642128 + parent: 2 +- proto: ClothingHeadHatFlowerCrown + entities: + - uid: 4744 + components: + - type: Transform + pos: 25.506002,9.444837 + parent: 2 +- proto: ClothingHeadHatHairflower + entities: + - uid: 4745 + components: + - type: Transform + pos: 34.51092,10.621679 + parent: 2 +- proto: ClothingHeadHatHoodCulthood + entities: + - uid: 5263 + components: + - type: Transform + pos: 26.200455,60.865936 + parent: 2 +- proto: ClothingHeadHatHoodMoth + entities: + - uid: 15003 + components: + - type: Transform + pos: 15.492549,5.506983 + parent: 2 +- proto: ClothingHeadHatPirate + entities: + - uid: 10472 + components: + - type: Transform + pos: 60.346756,80.15971 + parent: 2 +- proto: ClothingHeadHatPirateTricord + entities: + - uid: 10473 + components: + - type: Transform + pos: 59.686302,79.370834 + parent: 2 +- proto: ClothingHeadHatPumpkin + entities: + - uid: 4492 + components: + - type: Transform + pos: 17.415573,40.39855 + parent: 2 + - type: HandheldLight + toggleActionEntity: 545 + - type: ContainerContainer + containers: + cell_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + actions: !type:Container + showEnts: False + occludes: True + ents: + - 545 + - type: ActionsContainer +- proto: ClothingHeadHatPwig + entities: + - uid: 9152 + components: + - type: Transform + pos: 7.497837,20.988586 + parent: 2 +- proto: ClothingHeadHatRichard + entities: + - uid: 4774 + components: + - type: Transform + pos: 38.002373,52.60985 + parent: 2 +- proto: ClothingHeadHatSantahat + entities: + - uid: 3128 + components: + - type: Transform + pos: 51.615555,43.30927 + parent: 2 +- proto: ClothingHeadHatWarden + entities: + - uid: 3091 + components: + - type: Transform + rot: -4.440892098500626E-16 rad + pos: 61.5224,20.65873 + parent: 2 +- proto: ClothingHeadHatWelding + entities: + - uid: 28053 + components: + - type: Transform + pos: 24.37915,-6.5086684 + parent: 2 +- proto: ClothingHeadHatWeldingMaskPainted + entities: + - uid: 2067 + components: + - type: Transform + pos: 30.53649,-1.4449949 + parent: 2 + - uid: 7488 + components: + - type: Transform + pos: 2.5762463,20.667091 + parent: 2 +- proto: ClothingHeadHatWitch1 + entities: + - uid: 4720 + components: + - type: Transform + pos: 41.359703,47.703075 + parent: 2 +- proto: ClothingHeadHatXmasCrown + entities: + - uid: 4726 + components: + - type: Transform + pos: 25.511408,48.34772 + parent: 2 + - uid: 4727 + components: + - type: Transform + pos: 25.480158,49.394596 + parent: 2 + - uid: 4728 + components: + - type: Transform + pos: 23.511408,49.41022 + parent: 2 + - uid: 4729 + components: + - type: Transform + pos: 23.448908,48.425846 + parent: 2 +- proto: ClothingHeadHelmetMerc + entities: + - uid: 3437 + components: + - type: Transform + parent: 7998 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingHeadSafari + entities: + - uid: 9313 + components: + - type: Transform + pos: 76.664085,41.62112 + parent: 2 + - uid: 9317 + components: + - type: Transform + parent: 9315 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingMaskBat + entities: + - uid: 5228 + components: + - type: Transform + pos: 17.59206,58.483574 + parent: 2 +- proto: ClothingMaskBear + entities: + - uid: 5226 + components: + - type: Transform + pos: 19.631271,58.63034 + parent: 2 +- proto: ClothingMaskFox + entities: + - uid: 5229 + components: + - type: Transform + pos: 19.744646,57.749737 + parent: 2 +- proto: ClothingMaskGas + entities: + - uid: 5231 + components: + - type: Transform + pos: 21.553486,59.559723 + parent: 2 + - uid: 5232 + components: + - type: Transform + pos: 21.712484,59.388496 + parent: 2 + - uid: 7477 + components: + - type: Transform + pos: 4.574248,24.559021 + parent: 2 + - uid: 7478 + components: + - type: Transform + pos: 4.3540974,24.46729 + parent: 2 + - uid: 14042 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.53414,74.493484 + parent: 2 + - uid: 28096 + components: + - type: Transform + pos: 34.5,-11.5 + parent: 2 +- proto: ClothingMaskGasMerc + entities: + - uid: 3436 + components: + - type: Transform + parent: 7997 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingMaskGasSecurity + entities: + - uid: 3225 + components: + - type: Transform + pos: 52.508614,18.578114 + parent: 2 +- proto: ClothingMaskJackal + entities: + - uid: 5230 + components: + - type: Transform + pos: 19.365498,57.517357 + parent: 2 +- proto: ClothingMaskMuzzle + entities: + - uid: 1020 + components: + - type: Transform + pos: 82.42745,8.627929 + parent: 2 + - uid: 8298 + components: + - type: Transform + pos: 59.4405,42.62474 + parent: 2 + - uid: 14054 + components: + - type: Transform + pos: 57.341904,33.658092 + parent: 2 + - uid: 14933 + components: + - type: Transform + pos: 82.61495,8.440429 + parent: 2 +- proto: ClothingMaskRat + entities: + - uid: 5227 + components: + - type: Transform + pos: 19.316273,58.45911 + parent: 2 +- proto: ClothingNeckCloakGoliathCloak + entities: + - uid: 4946 + components: + - type: Transform + pos: 8.468073,31.619415 + parent: 2 +- proto: ClothingNeckCloakMoth + entities: + - uid: 15004 + components: + - type: Transform + pos: 15.529241,5.4741726 + parent: 2 +- proto: ClothingNeckIntersexPin + entities: + - uid: 4666 + components: + - type: Transform + pos: 30.925217,55.037876 + parent: 2 + - uid: 4667 + components: + - type: Transform + pos: 31.065842,53.8035 + parent: 2 +- proto: ClothingNeckMantleCE + entities: + - uid: 7263 + components: + - type: Transform + pos: 39.404823,62.506756 + parent: 2 +- proto: ClothingNeckMantleHOP + entities: + - uid: 892 + components: + - type: Transform + pos: 20.471823,16.401287 + parent: 2 +- proto: ClothingNeckNakamuraPin + entities: + - uid: 13978 + components: + - type: Transform + pos: 52.480534,69.52751 + parent: 2 +- proto: ClothingNeckNanoTrasenPin + entities: + - uid: 484 + components: + - type: Transform + parent: 483 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingNeckScarfStripedRed + entities: + - uid: 562 + components: + - type: Transform + rot: -4.440892098500626E-16 rad + pos: 15.408881,8.476004 + parent: 2 +- proto: ClothingNeckScarfStripedSyndieRed + entities: + - uid: 7593 + components: + - type: Transform + pos: 54.601166,32.40782 + parent: 2 +- proto: ClothingNeckStethoscope + entities: + - uid: 2624 + components: + - type: Transform + pos: 35.5,-0.5 + parent: 2 +- proto: ClothingNeckTieDet + entities: + - uid: 9675 + components: + - type: Transform + parent: 9671 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingNeckTieRed + entities: + - uid: 4540 + components: + - type: Transform + pos: 33.46968,46.459187 + parent: 2 +- proto: ClothingOuterApronBotanist + entities: + - uid: 4317 + components: + - type: Transform + pos: 17.553492,42.427536 + parent: 2 + - uid: 9523 + components: + - type: Transform + pos: 68.3134,28.068754 + parent: 2 +- proto: ClothingOuterCoatDetective + entities: + - uid: 9677 + components: + - type: Transform + parent: 9671 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingOuterCoatDetectiveDark + entities: + - uid: 4719 + components: + - type: Transform + pos: 42.352592,47.7187 + parent: 2 +- proto: ClothingOuterHospitalGown + entities: + - uid: 2482 + components: + - type: Transform + pos: 54.321594,-2.372325 + parent: 2 + - uid: 2483 + components: + - type: Transform + pos: 54.58722,-2.497325 + parent: 2 + - uid: 3404 + components: + - type: Transform + pos: 84.458534,8.625762 + parent: 2 + - uid: 5979 + components: + - type: Transform + pos: 84.63041,8.485137 + parent: 2 +- proto: ClothingOuterRobesCult + entities: + - uid: 5262 + components: + - type: Transform + pos: 26.211544,60.568512 + parent: 2 +- proto: ClothingOuterStraightjacket + entities: + - uid: 6602 + components: + - type: Transform + pos: 81.565155,8.721679 + parent: 2 + - uid: 6607 + components: + - type: Transform + pos: 81.752655,8.612304 + parent: 2 +- proto: ClothingOuterSuitCarp + entities: + - uid: 1601 + components: + - type: Transform + pos: 14.386289,-15.17385 + parent: 2 +- proto: ClothingOuterWinterCE + entities: + - uid: 7250 + components: + - type: Transform + pos: 40.42433,66.68732 + parent: 2 +- proto: ClothingShoesBootsMag + entities: + - uid: 863 + components: + - type: Transform + pos: 26.717358,18.729221 + parent: 2 + - uid: 864 + components: + - type: Transform + pos: 26.38713,18.527416 + parent: 2 +- proto: ClothingShoesBootsMercFilled + entities: + - uid: 9576 + components: + - type: Transform + pos: 1.6860552,37.71367 + parent: 2 +- proto: ClothingShoesChef + entities: + - uid: 4762 + components: + - type: Transform + pos: 14.556816,53.299767 + parent: 2 +- proto: ClothingShoesClownLarge + entities: + - uid: 9672 + components: + - type: Transform + parent: 9671 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingShoesColorBlack + entities: + - uid: 5236 + components: + - type: Transform + parent: 5235 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5237 + components: + - type: Transform + parent: 5235 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5238 + components: + - type: Transform + parent: 5235 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5239 + components: + - type: Transform + parent: 5235 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingShoesCult + entities: + - uid: 5265 + components: + - type: Transform + pos: 26.180593,60.12821 + parent: 2 +- proto: ClothingShoesFlippers + entities: + - uid: 7489 + components: + - type: Transform + pos: 0.50055933,23.601164 + parent: 2 +- proto: ClothingShoesSlippers + entities: + - uid: 496 + components: + - type: Transform + pos: 1.531704,1.3974777 + parent: 2 + - uid: 2490 + components: + - type: Transform + pos: 55.593544,0.305943 + parent: 2 + - uid: 3360 + components: + - type: Transform + pos: 52.47336,32.836014 + parent: 2 +- proto: ClothingShoesWizard + entities: + - uid: 7611 + components: + - type: MetaData + desc: Кожанные сандалии. Не надевайте их в технических туннелях, пораните пальцы ног. + name: сандалии + - type: Transform + parent: 7610 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9559 + components: + - type: MetaData + desc: Кожанные сандалии. Не надевайте их в технических туннелях, пораните пальцы ног. + name: сандалии + - type: Transform + parent: 9558 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUnderSocksCoder + entities: + - uid: 28156 + components: + - type: Transform + pos: 82.5,24.5 + parent: 2 +- proto: ClothingUniformJumpskirtDetectiveGrey + entities: + - uid: 4715 + components: + - type: Transform + pos: 42.586967,47.5312 + parent: 2 +- proto: ClothingUniformJumpskirtJanimaidmini + entities: + - uid: 8318 + components: + - type: Transform + pos: 64.39949,48.712254 + parent: 2 +- proto: ClothingUniformJumpskirtLawyerPurple + entities: + - uid: 3365 + components: + - type: Transform + parent: 3053 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUniformJumpsuitColorGrey + entities: + - uid: 5240 + components: + - type: Transform + parent: 5235 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5241 + components: + - type: Transform + parent: 5235 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5242 + components: + - type: Transform + parent: 5235 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5243 + components: + - type: Transform + parent: 5235 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUniformJumpsuitDetectiveGrey + entities: + - uid: 4696 + components: + - type: Transform + pos: 42.758842,47.7187 + parent: 2 +- proto: ClothingUniformJumpsuitJournalist + entities: + - uid: 4876 + components: + - type: Transform + pos: 4.4875345,27.729713 + parent: 2 +- proto: ClothingUniformJumpsuitLawyerPurple + entities: + - uid: 3364 + components: + - type: Transform + parent: 3053 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUniformJumpsuitMusician + entities: + - uid: 1596 + components: + - type: Transform + pos: 13.48734,-16.366333 + parent: 2 +- proto: ClothingUniformJumpsuitPirate + entities: + - uid: 10453 + components: + - type: Transform + pos: 60.44464,79.66437 + parent: 2 +- proto: ClothingUniformJumpsuitPrisoner + entities: + - uid: 14080 + components: + - type: Transform + pos: 60.45426,31.381384 + parent: 2 +- proto: ClothingUniformJumpsuitRecruitSyndie + entities: + - uid: 7592 + components: + - type: Transform + pos: 54.254128,32.82978 + parent: 2 +- proto: ClothingUniformJumpsuitReporter + entities: + - uid: 4875 + components: + - type: Transform + pos: 4.1022706,27.821444 + parent: 2 +- proto: ClothingUniformJumpsuitSafari + entities: + - uid: 9316 + components: + - type: Transform + parent: 9315 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9318 + components: + - type: Transform + parent: 9315 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUniformOveralls + entities: + - uid: 9512 + components: + - type: Transform + pos: 68.33097,29.463043 + parent: 2 +- proto: Cobweb1 + entities: + - uid: 2518 + components: + - type: Transform + pos: 58.5,6.5 + parent: 2 +- proto: Cobweb2 + entities: + - uid: 2517 + components: + - type: Transform + pos: 60.5,6.5 + parent: 2 + - uid: 2519 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,1.5 + parent: 2 +- proto: CockroachTimedSpawner + entities: + - uid: 27891 + components: + - type: Transform + pos: 12.5,59.5 + parent: 2 + - uid: 27892 + components: + - type: Transform + pos: 12.5,64.5 + parent: 2 +- proto: CombatKnife + entities: + - uid: 1995 + components: + - type: Transform + parent: 3131 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ComfyChair + entities: + - uid: 103 + components: + - type: Transform + pos: 50.5,15.5 + parent: 2 + - uid: 637 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,25.5 + parent: 2 + - uid: 727 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,24.5 + parent: 2 + - uid: 798 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,24.5 + parent: 2 + - uid: 810 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,25.5 + parent: 2 + - uid: 936 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,21.5 + parent: 2 + - uid: 1788 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,5.5 + parent: 2 + - uid: 2552 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,-8.5 + parent: 2 + - uid: 2564 + components: + - type: Transform + pos: 43.5,-2.5 + parent: 2 + - uid: 2568 + components: + - type: Transform + pos: 39.5,-2.5 + parent: 2 + - uid: 2679 + components: + - type: Transform + pos: 40.5,-6.5 + parent: 2 + - uid: 3006 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,30.5 + parent: 2 + - uid: 3330 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,30.5 + parent: 2 + - uid: 3554 + components: + - type: Transform + pos: 51.5,15.5 + parent: 2 + - uid: 4539 + components: + - type: Transform + pos: 33.5,46.5 + parent: 2 + - uid: 4636 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,44.5 + parent: 2 + - uid: 4637 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,45.5 + parent: 2 + - uid: 4638 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,48.5 + parent: 2 + - uid: 4639 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,49.5 + parent: 2 + - uid: 5806 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 81.5,32.5 + parent: 2 + - uid: 6435 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 60.5,64.5 + parent: 2 + - uid: 7137 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,74.5 + parent: 2 + - uid: 7138 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,72.5 + parent: 2 + - uid: 7264 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,61.5 + parent: 2 + - uid: 9314 + components: + - type: Transform + pos: 77.5,42.5 + parent: 2 +- proto: ComputerAlert + entities: + - uid: 13284 + components: + - type: Transform + pos: 53.5,66.5 + parent: 2 +- proto: ComputerAnalysisConsole + entities: + - uid: 28046 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-8.5 + parent: 2 +- proto: computerBodyScanner + entities: + - uid: 2634 + components: + - type: Transform + pos: 48.5,-8.5 + parent: 2 +- proto: ComputerBroken + entities: + - uid: 8003 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,40.5 + parent: 2 + - uid: 9695 + components: + - type: Transform + pos: 76.5,11.5 + parent: 2 +- proto: ComputerCargoBounty + entities: + - uid: 179 + components: + - type: Transform + pos: 4.5,10.5 + parent: 2 + - uid: 498 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,1.5 + parent: 2 +- proto: ComputerCargoOrders + entities: + - uid: 177 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,10.5 + parent: 2 + - uid: 497 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,1.5 + parent: 2 + - uid: 14049 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,12.5 + parent: 2 +- proto: ComputerComms + entities: + - uid: 606 + components: + - type: Transform + pos: 24.5,30.5 + parent: 2 + - uid: 959 + components: + - type: Transform + pos: 26.5,22.5 + parent: 2 +- proto: ComputerCrewMonitoring + entities: + - uid: 556 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,10.5 + parent: 2 + - uid: 671 + components: + - type: Transform + pos: 21.5,30.5 + parent: 2 + - uid: 2597 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,8.5 + parent: 2 + - uid: 8072 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,17.5 + parent: 2 +- proto: ComputerCriminalRecords + entities: + - uid: 3224 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,17.5 + parent: 2 + - uid: 3246 + components: + - type: Transform + pos: 61.5,22.5 + parent: 2 + - uid: 3321 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,31.5 + parent: 2 + - uid: 3373 + components: + - type: Transform + pos: 43.5,36.5 + parent: 2 +- proto: ComputerFrame + entities: + - uid: 9687 + components: + - type: Transform + pos: 77.5,11.5 + parent: 2 +- proto: ComputerId + entities: + - uid: 530 + components: + - type: Transform + pos: 23.5,30.5 + parent: 2 + - uid: 873 + components: + - type: Transform + pos: 17.5,22.5 + parent: 2 +- proto: ComputerMassMedia + entities: + - uid: 4872 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,29.5 + parent: 2 +- proto: ComputerMedicalRecords + entities: + - uid: 2596 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,8.5 + parent: 2 +- proto: ComputerPowerMonitoring + entities: + - uid: 670 + components: + - type: Transform + pos: 25.5,30.5 + parent: 2 + - uid: 7167 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,56.5 + parent: 2 + - uid: 8372 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,41.5 + parent: 2 + - uid: 12018 + components: + - type: Transform + pos: 51.5,66.5 + parent: 2 +- proto: ComputerRadar + entities: + - uid: 617 + components: + - type: Transform + pos: 27.5,30.5 + parent: 2 +- proto: ComputerResearchAndDevelopment + entities: + - uid: 1746 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,10.5 + parent: 2 + - uid: 1790 + components: + - type: Transform + pos: 18.5,6.5 + parent: 2 +- proto: ComputerSalvageExpedition + entities: + - uid: 169 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,12.5 + parent: 2 +- proto: ComputerShuttleCargo + entities: + - uid: 185 + components: + - type: Transform + pos: 5.5,10.5 + parent: 2 +- proto: ComputerShuttleSalvage + entities: + - uid: 56 + components: + - type: Transform + pos: 1.5,16.5 + parent: 2 +- proto: ComputerSolarControl + entities: + - uid: 1592 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-17.5 + parent: 2 + - uid: 9988 + components: + - type: Transform + pos: 52.5,66.5 + parent: 2 +- proto: ComputerStationRecords + entities: + - uid: 3200 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,19.5 + parent: 2 + - uid: 3534 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,34.5 + parent: 2 + - uid: 7869 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 83.5,52.5 + parent: 2 + - uid: 8605 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,20.5 + parent: 2 +- proto: ComputerSurveillanceCameraMonitor + entities: + - uid: 557 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,8.5 + parent: 2 + - uid: 1478 + components: + - type: Transform + pos: 49.5,33.5 + parent: 2 + - uid: 3020 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,20.5 + parent: 2 + - uid: 3277 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,30.5 + parent: 2 + - uid: 7277 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,57.5 + parent: 2 + - uid: 7982 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 83.5,53.5 + parent: 2 +- proto: ComputerSurveillanceWirelessCameraMonitor + entities: + - uid: 4873 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,28.5 + parent: 2 +- proto: ComputerTechnologyDiskTerminal + entities: + - uid: 1728 + components: + - type: Transform + pos: 21.5,-4.5 + parent: 2 +- proto: ComputerTelevision + entities: + - uid: 4892 + components: + - type: Transform + pos: 4.5,38.5 + parent: 2 + - uid: 4893 + components: + - type: Transform + pos: 9.5,38.5 + parent: 2 + - uid: 14742 + components: + - type: Transform + pos: 27.5,51.5 + parent: 2 +- proto: ConveyorBelt + entities: + - uid: 45 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,9.5 + parent: 2 + - type: DeviceLinkSink + links: + - 184 + - uid: 94 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,19.5 + parent: 2 + - type: DeviceLinkSink + links: + - 7491 + - uid: 138 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,5.5 + parent: 2 + - type: DeviceLinkSink + links: + - 184 + - uid: 146 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,5.5 + parent: 2 + - type: DeviceLinkSink + links: + - 184 + - uid: 149 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,5.5 + parent: 2 + - type: DeviceLinkSink + links: + - 184 + - uid: 150 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,9.5 + parent: 2 + - type: DeviceLinkSink + links: + - 184 + - uid: 151 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,9.5 + parent: 2 + - type: DeviceLinkSink + links: + - 184 + - uid: 152 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,9.5 + parent: 2 + - type: DeviceLinkSink + links: + - 184 + - uid: 181 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,5.5 + parent: 2 + - type: DeviceLinkSink + links: + - 184 + - uid: 1057 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,19.5 + parent: 2 + - type: DeviceLinkSink + links: + - 7491 + - uid: 1647 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,19.5 + parent: 2 + - type: DeviceLinkSink + links: + - 7491 + - uid: 1687 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,22.5 + parent: 2 + - type: DeviceLinkSink + links: + - 7491 + - uid: 7460 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,23.5 + parent: 2 + - type: DeviceLinkSink + links: + - 7491 + - uid: 7461 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,23.5 + parent: 2 + - type: DeviceLinkSink + links: + - 7491 + - uid: 7470 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,20.5 + parent: 2 + - type: DeviceLinkSink + links: + - 7491 + - uid: 7471 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,21.5 + parent: 2 + - type: DeviceLinkSink + links: + - 7491 +- proto: CrateArtifactContainer + entities: + - uid: 28043 + components: + - type: Transform + pos: 20.5,-10.5 + parent: 2 +- proto: CrateCoffin + entities: + - uid: 5819 + components: + - type: Transform + pos: 79.5,26.5 + parent: 2 +- proto: CrateEmergencyInternals + entities: + - uid: 28153 + components: + - type: Transform + pos: 85.5,10.5 + parent: 2 +- proto: CrateEngineeringCableBulk + entities: + - uid: 7390 + components: + - type: Transform + pos: 29.5,16.5 + parent: 2 + - uid: 9668 + components: + - type: Transform + pos: 56.5,68.5 + parent: 2 + - uid: 10623 + components: + - type: Transform + pos: 10.5,40.5 + parent: 2 +- proto: CrateEngineeringSecure + entities: + - uid: 920 + components: + - type: Transform + pos: 28.415457,18.693958 + 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: + - 922 + - 921 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 28100 + components: + - type: Transform + pos: 88.5,15.5 + parent: 2 +- proto: CrateFreezer + entities: + - uid: 2631 + components: + - type: Transform + pos: 50.5,-10.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: + - 2632 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 5215 + components: + - type: Transform + pos: 12.5,57.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 98.0039 + 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: + - 5216 + - 5217 + - 5218 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 6980 + components: + - type: Transform + pos: 16.5,55.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 234.99739 + 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: + - 6981 + - 6987 + - 6988 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: CrateHydroponics + entities: + - uid: 7513 + components: + - type: Transform + pos: 15.5,74.5 + parent: 2 +- proto: CrateInternals + entities: + - uid: 7401 + components: + - type: Transform + pos: 65.5,40.5 + parent: 2 +- proto: CrateMedicalSurgery + entities: + - uid: 2627 + components: + - type: Transform + pos: 47.5,-8.5 + parent: 2 +- proto: CrateNPCHamlet + entities: + - uid: 675 + components: + - type: Transform + pos: 28.5,29.5 + parent: 2 +- proto: CrateScienceSecure + entities: + - uid: 28101 + components: + - type: Transform + pos: 89.5,15.5 + parent: 2 +- proto: CrateServiceJanitorialSupplies + entities: + - uid: 7483 + components: + - type: Transform + pos: 4.5,20.5 + parent: 2 +- proto: CrateTrashCartFilled + entities: + - uid: 4949 + components: + - type: Transform + pos: 1.5,24.5 + parent: 2 + - uid: 7464 + components: + - type: Transform + pos: 2.5,24.5 + parent: 2 +- proto: CrateTrashCartJani + entities: + - uid: 8304 + components: + - type: Transform + pos: 66.5,49.5 + parent: 2 +- proto: CrayonBox + entities: + - uid: 4580 + components: + - type: Transform + pos: 42.54579,50.642128 + parent: 2 + - uid: 4945 + components: + - type: Transform + pos: 8.481375,31.582724 + parent: 2 +- proto: Crematorium + entities: + - uid: 5818 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 78.5,26.5 + parent: 2 +- proto: CrewMonitoringServer + entities: + - uid: 1068 + components: + - type: Transform + pos: 40.5,24.5 + parent: 2 +- proto: CrowbarRed + entities: + - uid: 28055 + components: + - type: Transform + pos: 24.599216,-8.212352 + parent: 2 +- proto: CryogenicSleepUnit + entities: + - uid: 7634 + components: + - type: Transform + pos: 5.5,37.5 + parent: 2 +- proto: CryogenicSleepUnitSpawner + entities: + - uid: 2458 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,37.5 + parent: 2 + - uid: 7638 + components: + - type: Transform + pos: 18.5,10.5 + parent: 2 +- proto: CryogenicSleepUnitSpawnerLateJoin + entities: + - uid: 4741 + components: + - type: Transform + pos: 18.5,8.5 + parent: 2 + - uid: 5942 + components: + - type: Transform + pos: 18.5,9.5 + parent: 2 +- proto: CryoPod + entities: + - uid: 2509 + components: + - type: Transform + pos: 59.5,5.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: CryoPod + nextInjectionTime: 0 +- proto: CryoxadoneBeakerSmall + entities: + - uid: 2513 + components: + - type: Transform + pos: 60.749367,1.4661853 + parent: 2 +- proto: CultAltarSpawner + entities: + - uid: 5261 + components: + - type: Transform + pos: 25.5,57.5 + parent: 2 +- proto: DefaultStationBeaconAnomalyGenerator + entities: + - uid: 14086 + components: + - type: Transform + pos: 17.5,-0.5 + parent: 2 +- proto: DefaultStationBeaconArmory + entities: + - uid: 14113 + components: + - type: Transform + pos: 52.5,27.5 + parent: 2 +- proto: DefaultStationBeaconArrivals + entities: + - uid: 14120 + components: + - type: Transform + pos: 82.5,44.5 + parent: 2 +- proto: DefaultStationBeaconArtifactLab + entities: + - uid: 14082 + components: + - type: Transform + pos: 19.5,-11.5 + parent: 2 + - type: WarpPoint + location: Артефактная +- proto: DefaultStationBeaconAtmospherics + entities: + - uid: 14081 + components: + - type: Transform + pos: 36.5,77.5 + parent: 2 + - type: WarpPoint + location: Атмосферный отсек +- proto: DefaultStationBeaconBar + entities: + - uid: 14083 + components: + - type: Transform + pos: 24.5,48.5 + parent: 2 + - type: WarpPoint + location: Бар +- proto: DefaultStationBeaconBotany + entities: + - uid: 14088 + components: + - type: Transform + pos: 16.5,44.5 + parent: 2 +- proto: DefaultStationBeaconBridge + entities: + - uid: 14109 + components: + - type: Transform + pos: 24.5,28.5 + parent: 2 +- proto: DefaultStationBeaconBrig + entities: + - uid: 14085 + components: + - type: Transform + pos: 41.5,29.5 + parent: 2 +- proto: DefaultStationBeaconCaptainsQuarters + entities: + - uid: 14093 + components: + - type: Transform + pos: 30.5,21.5 + parent: 2 +- proto: DefaultStationBeaconCargoBay + entities: + - uid: 14123 + components: + - type: Transform + pos: 1.5,7.5 + parent: 2 +- proto: DefaultStationBeaconCargoReception + entities: + - uid: 14124 + components: + - type: Transform + pos: 8.5,14.5 + parent: 2 +- proto: DefaultStationBeaconCERoom + entities: + - uid: 14098 + components: + - type: Transform + pos: 40.5,65.5 + parent: 2 +- proto: DefaultStationBeaconChapel + entities: + - uid: 14134 + components: + - type: Transform + pos: 79.5,32.5 + parent: 2 +- proto: DefaultStationBeaconChemistry + entities: + - uid: 14130 + components: + - type: Transform + pos: 43.5,8.5 + parent: 2 +- proto: DefaultStationBeaconCMORoom + entities: + - uid: 14094 + components: + - type: Transform + pos: 47.5,8.5 + parent: 2 +- proto: DefaultStationBeaconCryonics + entities: + - uid: 14103 + components: + - type: Transform + pos: 60.5,4.5 + parent: 2 +- proto: DefaultStationBeaconCryosleep + entities: + - uid: 14104 + components: + - type: Transform + pos: 17.5,9.5 + parent: 2 +- proto: DefaultStationBeaconDetectiveRoom + entities: + - uid: 14099 + components: + - type: Transform + pos: 42.5,35.5 + parent: 2 +- proto: DefaultStationBeaconDisposals + entities: + - uid: 14110 + components: + - type: Transform + pos: 1.5,22.5 + parent: 2 +- proto: DefaultStationBeaconDorms + entities: + - uid: 14090 + components: + - type: Transform + pos: 7.5,31.5 + parent: 2 +- proto: DefaultStationBeaconEngineering + entities: + - uid: 14089 + components: + - type: Transform + pos: 49.5,56.5 + parent: 2 +- proto: DefaultStationBeaconEvac + entities: + - uid: 14135 + components: + - type: Transform + pos: 76.5,60.5 + parent: 2 +- proto: DefaultStationBeaconEVAStorage + entities: + - uid: 14132 + components: + - type: Transform + pos: 24.5,17.5 + parent: 2 +- proto: DefaultStationBeaconGravGen + entities: + - uid: 14087 + components: + - type: Transform + pos: 67.5,9.5 + parent: 2 +- proto: DefaultStationBeaconHOPOffice + entities: + - uid: 14116 + components: + - type: Transform + pos: 18.5,20.5 + parent: 2 +- proto: DefaultStationBeaconHOSRoom + entities: + - uid: 14095 + components: + - type: Transform + pos: 50.5,32.5 + parent: 2 +- proto: DefaultStationBeaconJanitorsCloset + entities: + - uid: 14100 + components: + - type: Transform + pos: 67.5,48.5 + parent: 2 +- proto: DefaultStationBeaconKitchen + entities: + - uid: 14105 + components: + - type: Transform + pos: 16.5,48.5 + parent: 2 +- proto: DefaultStationBeaconLawOffice + entities: + - uid: 14115 + components: + - type: Transform + pos: 7.5,21.5 + parent: 2 +- proto: DefaultStationBeaconLibrary + entities: + - uid: 14084 + components: + - type: Transform + pos: 63.5,57.5 + parent: 2 + - type: WarpPoint + location: Библиотека +- proto: DefaultStationBeaconMedbay + entities: + - uid: 14106 + components: + - type: Transform + pos: 36.5,9.5 + parent: 2 +- proto: DefaultStationBeaconMedical + entities: + - uid: 14107 + components: + - type: Transform + pos: 47.5,3.5 + parent: 2 +- proto: DefaultStationBeaconMorgue + entities: + - uid: 14108 + components: + - type: Transform + pos: 54.5,7.5 + parent: 2 +- proto: DefaultStationBeaconPermaBrig + entities: + - uid: 14119 + components: + - type: Transform + pos: 52.5,39.5 + parent: 2 +- proto: DefaultStationBeaconPowerBank + entities: + - uid: 14136 + components: + - type: Transform + pos: 53.5,62.5 + parent: 2 +- proto: DefaultStationBeaconQMRoom + entities: + - uid: 14096 + components: + - type: Transform + pos: 6.5,2.5 + parent: 2 +- proto: DefaultStationBeaconRDRoom + entities: + - uid: 14097 + components: + - type: Transform + pos: 16.5,5.5 + parent: 2 +- proto: DefaultStationBeaconRobotics + entities: + - uid: 14121 + components: + - type: Transform + pos: 27.5,-1.5 + parent: 2 +- proto: DefaultStationBeaconSalvage + entities: + - uid: 14129 + components: + - type: Transform + pos: 3.5,13.5 + parent: 2 +- proto: DefaultStationBeaconScience + entities: + - uid: 14111 + components: + - type: Transform + pos: 21.5,-0.5 + parent: 2 +- proto: DefaultStationBeaconSecurity + entities: + - uid: 14114 + components: + - type: Transform + pos: 50.5,23.5 + parent: 2 +- proto: DefaultStationBeaconSecurityCheckpoint + entities: + - uid: 14091 + components: + - type: Transform + pos: 14.5,9.5 + parent: 2 + - uid: 14092 + components: + - type: Transform + pos: 82.5,53.5 + parent: 2 +- proto: DefaultStationBeaconSolars + entities: + - uid: 14051 + components: + - type: Transform + pos: 56.5,-35.5 + parent: 2 + - uid: 14125 + components: + - type: Transform + pos: -6.5,50.5 + parent: 2 +- proto: DefaultStationBeaconSupply + entities: + - uid: 14122 + components: + - type: Transform + pos: 7.5,7.5 + parent: 2 +- proto: DefaultStationBeaconSurgery + entities: + - uid: 14112 + components: + - type: Transform + pos: 48.5,-10.5 + parent: 2 +- proto: DefaultStationBeaconTEG + entities: + - uid: 14126 + components: + - type: Transform + pos: 48.5,81.5 + parent: 2 +- proto: DefaultStationBeaconTelecoms + entities: + - uid: 14128 + components: + - type: Transform + pos: 79.5,17.5 + parent: 2 +- proto: DefaultStationBeaconTheater + entities: + - uid: 14127 + components: + - type: Transform + pos: 32.5,47.5 + parent: 2 +- proto: DefaultStationBeaconToolRoom + entities: + - uid: 14133 + components: + - type: Transform + pos: 67.5,39.5 + parent: 2 +- proto: DefaultStationBeaconVault + entities: + - uid: 14131 + components: + - type: Transform + pos: 40.5,23.5 + parent: 2 +- proto: DefaultStationBeaconWardensOffice + entities: + - uid: 14117 + components: + - type: Transform + pos: 49.5,19.5 + parent: 2 + - uid: 14118 + components: + - type: Transform + pos: 61.5,21.5 + parent: 2 +- proto: Defibrillator + entities: + - uid: 9831 + components: + - type: Transform + parent: 1666 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: DefibrillatorCabinetFilled + entities: + - uid: 1617 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,-5.5 + parent: 2 + - uid: 2095 + components: + - type: Transform + pos: 36.5,7.5 + parent: 2 + - uid: 2581 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,-3.5 + parent: 2 + - uid: 2583 + components: + - type: Transform + pos: 39.5,5.5 + parent: 2 + - uid: 3181 + components: + - type: Transform + pos: 45.5,-2.5 + parent: 2 + - uid: 3318 + components: + - type: Transform + pos: 61.5,28.5 + parent: 2 + - uid: 3454 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,-7.5 + parent: 2 + - uid: 5642 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,0.5 + parent: 2 +- proto: DehydratedSpaceCarp + entities: + - uid: 3389 + components: + - type: Transform + parent: 5187 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: DeployableBarrier + entities: + - uid: 3146 + components: + - type: Transform + pos: 53.5,28.5 + parent: 2 + - uid: 3147 + components: + - type: Transform + pos: 54.5,28.5 + parent: 2 +- proto: DeskBell + entities: + - uid: 176 + components: + - type: Transform + pos: 7.524387,11.668822 + parent: 2 + - uid: 835 + components: + - type: Transform + pos: 16.57862,21.47777 + parent: 2 + - uid: 6510 + components: + - type: Transform + pos: 51.43683,54.608246 + parent: 2 + - uid: 13879 + components: + - type: Transform + pos: 19.429993,50.414448 + parent: 2 + - uid: 13880 + components: + - type: Transform + pos: 22.65719,52.60845 + parent: 2 +- proto: DiceBag + entities: + - uid: 6417 + components: + - type: Transform + pos: 66.409805,64.4893 + parent: 2 + - uid: 9800 + components: + - type: Transform + pos: 18.485172,-18.157772 + parent: 2 +- proto: DiseaseDiagnoser + entities: + - uid: 2472 + components: + - type: Transform + pos: 56.5,-5.5 + parent: 2 +- proto: DisposalBend + entities: + - uid: 298 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,1.5 + parent: 2 + - uid: 307 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,9.5 + parent: 2 + - uid: 308 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,9.5 + parent: 2 + - uid: 312 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,14.5 + parent: 2 + - uid: 12598 + components: + - type: Transform + pos: 53.5,51.5 + parent: 2 + - uid: 12601 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,47.5 + parent: 2 + - uid: 12602 + components: + - type: Transform + pos: 55.5,47.5 + parent: 2 + - uid: 12603 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,45.5 + parent: 2 + - uid: 12615 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,45.5 + parent: 2 + - uid: 12616 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,40.5 + parent: 2 + - uid: 12617 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,40.5 + parent: 2 + - uid: 12618 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,38.5 + parent: 2 + - uid: 12671 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,18.5 + parent: 2 + - uid: 12673 + components: + - type: Transform + pos: 3.5,22.5 + parent: 2 + - uid: 12674 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,22.5 + parent: 2 + - uid: 12684 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,38.5 + parent: 2 + - uid: 12693 + components: + - type: Transform + pos: 20.5,40.5 + parent: 2 + - uid: 12694 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,40.5 + parent: 2 + - uid: 12695 + components: + - type: Transform + pos: 18.5,51.5 + parent: 2 + - uid: 12706 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,43.5 + parent: 2 + - uid: 12712 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,51.5 + parent: 2 + - uid: 12713 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,51.5 + parent: 2 + - uid: 12714 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,47.5 + parent: 2 + - uid: 12738 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,55.5 + parent: 2 + - uid: 12754 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,32.5 + parent: 2 + - uid: 12766 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,21.5 + parent: 2 + - uid: 12767 + components: + - type: Transform + pos: 19.5,25.5 + parent: 2 + - uid: 12781 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,26.5 + parent: 2 + - uid: 12818 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,4.5 + parent: 2 + - uid: 12819 + components: + - type: Transform + pos: 22.5,0.5 + parent: 2 + - uid: 12820 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,0.5 + parent: 2 + - uid: 12821 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-14.5 + parent: 2 + - uid: 12826 + components: + - type: Transform + pos: 30.5,1.5 + parent: 2 + - uid: 12827 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,1.5 + parent: 2 + - uid: 12847 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,2.5 + parent: 2 + - uid: 12870 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,3.5 + parent: 2 + - uid: 12871 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,6.5 + parent: 2 + - uid: 12872 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,6.5 + parent: 2 + - uid: 12873 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,9.5 + parent: 2 + - uid: 12900 + components: + - type: Transform + pos: 45.5,-10.5 + parent: 2 + - uid: 12901 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,-12.5 + parent: 2 + - uid: 12902 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,-12.5 + parent: 2 + - uid: 12903 + components: + - type: Transform + pos: 41.5,-10.5 + parent: 2 + - uid: 12904 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-10.5 + parent: 2 + - uid: 12905 + components: + - type: Transform + pos: 37.5,-9.5 + parent: 2 + - uid: 12906 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-9.5 + parent: 2 + - uid: 12907 + components: + - type: Transform + pos: 35.5,-7.5 + parent: 2 + - uid: 12908 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-3.5 + parent: 2 + - uid: 12909 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-7.5 + parent: 2 + - uid: 12959 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,13.5 + parent: 2 + - uid: 12997 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,35.5 + parent: 2 + - uid: 12998 + components: + - type: Transform + pos: 42.5,35.5 + parent: 2 + - uid: 13000 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,36.5 + parent: 2 + - uid: 13007 + components: + - type: Transform + pos: 53.5,22.5 + parent: 2 + - uid: 13008 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,22.5 + parent: 2 + - uid: 13031 + components: + - type: Transform + pos: 47.5,26.5 + parent: 2 + - uid: 13032 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,26.5 + parent: 2 + - uid: 13039 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,22.5 + parent: 2 + - uid: 13091 + components: + - type: Transform + pos: 12.5,55.5 + parent: 2 + - uid: 13092 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,61.5 + parent: 2 + - uid: 13093 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,55.5 + parent: 2 + - uid: 13094 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,61.5 + parent: 2 + - uid: 13098 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,74.5 + parent: 2 + - uid: 13099 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,76.5 + parent: 2 + - uid: 13100 + components: + - type: Transform + pos: 57.5,76.5 + parent: 2 + - uid: 13139 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,65.5 + parent: 2 + - uid: 13140 + components: + - type: Transform + pos: 49.5,65.5 + parent: 2 + - uid: 13141 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,60.5 + parent: 2 + - uid: 13142 + components: + - type: Transform + pos: 54.5,60.5 + parent: 2 + - uid: 13188 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 66.5,52.5 + parent: 2 + - uid: 13216 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 71.5,65.5 + parent: 2 + - uid: 13217 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 72.5,52.5 + parent: 2 + - uid: 13232 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 68.5,47.5 + parent: 2 + - uid: 13233 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 68.5,48.5 + parent: 2 + - uid: 13281 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 71.5,13.5 + parent: 2 + - uid: 14753 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-35.5 + parent: 2 + - uid: 14754 + components: + - type: Transform + pos: 19.5,-35.5 + parent: 2 + - uid: 14755 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-37.5 + parent: 2 +- proto: DisposalJunction + entities: + - uid: 7961 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,13.5 + parent: 2 + - uid: 12638 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,37.5 + parent: 2 + - uid: 12644 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,37.5 + parent: 2 + - uid: 12652 + components: + - type: Transform + pos: 12.5,36.5 + parent: 2 + - uid: 12656 + components: + - type: Transform + pos: 12.5,32.5 + parent: 2 + - uid: 12662 + components: + - type: Transform + pos: 12.5,26.5 + parent: 2 + - uid: 12666 + components: + - type: Transform + pos: 12.5,22.5 + parent: 2 + - uid: 12688 + components: + - type: Transform + pos: 19.5,43.5 + parent: 2 + - uid: 12709 + components: + - type: Transform + pos: 26.5,40.5 + parent: 2 + - uid: 12823 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,4.5 + parent: 2 + - uid: 12925 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-3.5 + parent: 2 + - uid: 12937 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,6.5 + parent: 2 + - uid: 12985 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 66.5,13.5 + parent: 2 + - uid: 13002 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,32.5 + parent: 2 + - uid: 13169 + components: + - type: Transform + pos: 49.5,64.5 + parent: 2 + - uid: 13185 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.5,52.5 + parent: 2 + - uid: 13189 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,52.5 + parent: 2 + - uid: 13234 + components: + - type: Transform + pos: 71.5,48.5 + parent: 2 +- proto: DisposalJunctionFlipped + entities: + - uid: 299 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,5.5 + parent: 2 + - uid: 12596 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,51.5 + parent: 2 + - uid: 12619 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,38.5 + parent: 2 + - uid: 12625 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,38.5 + parent: 2 + - uid: 12663 + components: + - type: Transform + pos: 12.5,25.5 + parent: 2 + - uid: 12667 + components: + - type: Transform + pos: 12.5,21.5 + parent: 2 + - uid: 12682 + components: + - type: Transform + pos: 12.5,37.5 + parent: 2 + - uid: 12715 + components: + - type: Transform + pos: 26.5,47.5 + parent: 2 + - uid: 12784 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,14.5 + parent: 2 + - uid: 12822 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-3.5 + parent: 2 + - uid: 12841 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,4.5 + parent: 2 + - uid: 12853 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,3.5 + parent: 2 + - uid: 12893 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,13.5 + parent: 2 + - uid: 12898 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,13.5 + parent: 2 + - uid: 12899 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,13.5 + parent: 2 + - uid: 12944 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,13.5 + parent: 2 + - uid: 13011 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,22.5 + parent: 2 + - uid: 13190 + components: + - type: Transform + pos: 51.5,52.5 + parent: 2 + - uid: 13218 + components: + - type: Transform + pos: 71.5,52.5 + parent: 2 + - uid: 13254 + components: + - type: Transform + pos: 71.5,36.5 + parent: 2 +- proto: DisposalMachineFrame + entities: + - uid: 28084 + components: + - type: Transform + pos: 27.5,-8.5 + parent: 2 +- proto: DisposalPipe + entities: + - uid: 293 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,5.5 + parent: 2 + - uid: 294 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,5.5 + parent: 2 + - uid: 295 + components: + - type: Transform + pos: 6.5,2.5 + parent: 2 + - uid: 296 + components: + - type: Transform + pos: 6.5,3.5 + parent: 2 + - uid: 297 + components: + - type: Transform + pos: 6.5,4.5 + parent: 2 + - uid: 300 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,6.5 + parent: 2 + - uid: 301 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,7.5 + parent: 2 + - uid: 302 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,8.5 + parent: 2 + - uid: 303 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,9.5 + parent: 2 + - uid: 304 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,9.5 + parent: 2 + - uid: 305 + components: + - type: Transform + pos: 9.5,10.5 + parent: 2 + - uid: 306 + components: + - type: Transform + pos: 9.5,11.5 + parent: 2 + - uid: 311 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,13.5 + parent: 2 + - uid: 313 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,14.5 + parent: 2 + - uid: 314 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,14.5 + parent: 2 + - uid: 1501 + components: + - type: Transform + pos: 9.5,12.5 + parent: 2 + - uid: 6408 + components: + - type: Transform + pos: 53.5,50.5 + parent: 2 + - uid: 9406 + components: + - type: Transform + pos: 53.5,49.5 + parent: 2 + - uid: 9442 + components: + - type: Transform + pos: 53.5,48.5 + parent: 2 + - uid: 12589 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,18.5 + parent: 2 + - uid: 12590 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,18.5 + parent: 2 + - uid: 12591 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,18.5 + parent: 2 + - uid: 12592 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,18.5 + parent: 2 + - uid: 12593 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,18.5 + parent: 2 + - uid: 12594 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,18.5 + parent: 2 + - uid: 12595 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,18.5 + parent: 2 + - uid: 12597 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,51.5 + parent: 2 + - uid: 12599 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,47.5 + parent: 2 + - uid: 12600 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 55.5,46.5 + parent: 2 + - uid: 12604 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,45.5 + parent: 2 + - uid: 12605 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,45.5 + parent: 2 + - uid: 12606 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,45.5 + parent: 2 + - uid: 12607 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,45.5 + parent: 2 + - uid: 12608 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,45.5 + parent: 2 + - uid: 12609 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,44.5 + parent: 2 + - uid: 12610 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,43.5 + parent: 2 + - uid: 12611 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,42.5 + parent: 2 + - uid: 12612 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,41.5 + parent: 2 + - uid: 12613 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,40.5 + parent: 2 + - uid: 12614 + components: + - type: Transform + pos: 47.5,39.5 + parent: 2 + - uid: 12620 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,38.5 + parent: 2 + - uid: 12621 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,38.5 + parent: 2 + - uid: 12622 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,38.5 + parent: 2 + - uid: 12623 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,38.5 + parent: 2 + - uid: 12624 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,38.5 + parent: 2 + - uid: 12626 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,38.5 + parent: 2 + - uid: 12627 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,38.5 + parent: 2 + - uid: 12628 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,38.5 + parent: 2 + - uid: 12629 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,37.5 + parent: 2 + - uid: 12630 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,37.5 + parent: 2 + - uid: 12631 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,37.5 + parent: 2 + - uid: 12632 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,37.5 + parent: 2 + - uid: 12633 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,37.5 + parent: 2 + - uid: 12634 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,37.5 + parent: 2 + - uid: 12635 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,37.5 + parent: 2 + - uid: 12636 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,37.5 + parent: 2 + - uid: 12637 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,37.5 + parent: 2 + - uid: 12639 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,37.5 + parent: 2 + - uid: 12640 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,37.5 + parent: 2 + - uid: 12641 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,37.5 + parent: 2 + - uid: 12642 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,37.5 + parent: 2 + - uid: 12643 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,37.5 + parent: 2 + - uid: 12645 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,37.5 + parent: 2 + - uid: 12646 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,37.5 + parent: 2 + - uid: 12647 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,37.5 + parent: 2 + - uid: 12648 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,37.5 + parent: 2 + - uid: 12649 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,37.5 + parent: 2 + - uid: 12650 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,37.5 + parent: 2 + - uid: 12651 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,37.5 + parent: 2 + - uid: 12653 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,35.5 + parent: 2 + - uid: 12654 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,34.5 + parent: 2 + - uid: 12655 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,33.5 + parent: 2 + - uid: 12657 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,31.5 + parent: 2 + - uid: 12658 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,30.5 + parent: 2 + - uid: 12659 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,29.5 + parent: 2 + - uid: 12660 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,28.5 + parent: 2 + - uid: 12661 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,27.5 + parent: 2 + - uid: 12664 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,24.5 + parent: 2 + - uid: 12665 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,23.5 + parent: 2 + - uid: 12668 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,20.5 + parent: 2 + - uid: 12669 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,19.5 + parent: 2 + - uid: 12672 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,18.5 + parent: 2 + - uid: 12675 + components: + - type: Transform + pos: 3.5,19.5 + parent: 2 + - uid: 12676 + components: + - type: Transform + pos: 3.5,20.5 + parent: 2 + - uid: 12677 + components: + - type: Transform + pos: 3.5,21.5 + parent: 2 + - uid: 12678 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,22.5 + parent: 2 + - uid: 12679 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,21.5 + parent: 2 + - uid: 12680 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,20.5 + parent: 2 + - uid: 12689 + components: + - type: Transform + pos: 19.5,42.5 + parent: 2 + - uid: 12690 + components: + - type: Transform + pos: 19.5,41.5 + parent: 2 + - uid: 12691 + components: + - type: Transform + pos: 20.5,39.5 + parent: 2 + - uid: 12692 + components: + - type: Transform + pos: 20.5,38.5 + parent: 2 + - uid: 12696 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,51.5 + parent: 2 + - uid: 12697 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,51.5 + parent: 2 + - uid: 12698 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,51.5 + parent: 2 + - uid: 12699 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,50.5 + parent: 2 + - uid: 12700 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,49.5 + parent: 2 + - uid: 12701 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,48.5 + parent: 2 + - uid: 12702 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,47.5 + parent: 2 + - uid: 12703 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,46.5 + parent: 2 + - uid: 12704 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,45.5 + parent: 2 + - uid: 12705 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,44.5 + parent: 2 + - uid: 12707 + components: + - type: Transform + pos: 26.5,39.5 + parent: 2 + - uid: 12708 + components: + - type: Transform + pos: 26.5,38.5 + parent: 2 + - uid: 12716 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,51.5 + parent: 2 + - uid: 12717 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,51.5 + parent: 2 + - uid: 12718 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,51.5 + parent: 2 + - uid: 12719 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,51.5 + parent: 2 + - uid: 12720 + components: + - type: Transform + pos: 36.5,50.5 + parent: 2 + - uid: 12721 + components: + - type: Transform + pos: 36.5,49.5 + parent: 2 + - uid: 12722 + components: + - type: Transform + pos: 36.5,48.5 + parent: 2 + - uid: 12723 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,47.5 + parent: 2 + - uid: 12724 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,47.5 + parent: 2 + - uid: 12725 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,47.5 + parent: 2 + - uid: 12726 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,47.5 + parent: 2 + - uid: 12727 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,47.5 + parent: 2 + - uid: 12728 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,47.5 + parent: 2 + - uid: 12729 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,47.5 + parent: 2 + - uid: 12730 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,47.5 + parent: 2 + - uid: 12731 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,47.5 + parent: 2 + - uid: 12732 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,46.5 + parent: 2 + - uid: 12733 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,45.5 + parent: 2 + - uid: 12734 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,44.5 + parent: 2 + - uid: 12735 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,43.5 + parent: 2 + - uid: 12736 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,42.5 + parent: 2 + - uid: 12737 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,41.5 + parent: 2 + - uid: 12739 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,55.5 + parent: 2 + - uid: 12740 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,55.5 + parent: 2 + - uid: 12741 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,55.5 + parent: 2 + - uid: 12742 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,55.5 + parent: 2 + - uid: 12743 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,55.5 + parent: 2 + - uid: 12744 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,55.5 + parent: 2 + - uid: 12745 + components: + - type: Transform + pos: 26.5,54.5 + parent: 2 + - uid: 12746 + components: + - type: Transform + pos: 26.5,53.5 + parent: 2 + - uid: 12747 + components: + - type: Transform + pos: 26.5,52.5 + parent: 2 + - uid: 12748 + components: + - type: Transform + pos: 26.5,51.5 + parent: 2 + - uid: 12749 + components: + - type: Transform + pos: 26.5,50.5 + parent: 2 + - uid: 12750 + components: + - type: Transform + pos: 26.5,49.5 + parent: 2 + - uid: 12751 + components: + - type: Transform + pos: 26.5,48.5 + parent: 2 + - uid: 12755 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,32.5 + parent: 2 + - uid: 12756 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,32.5 + parent: 2 + - uid: 12757 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,32.5 + parent: 2 + - uid: 12758 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,32.5 + parent: 2 + - uid: 12759 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,32.5 + parent: 2 + - uid: 12760 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,32.5 + parent: 2 + - uid: 12761 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,32.5 + parent: 2 + - uid: 12762 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,32.5 + parent: 2 + - uid: 12763 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,32.5 + parent: 2 + - uid: 12768 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,21.5 + parent: 2 + - uid: 12769 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,21.5 + parent: 2 + - uid: 12770 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,21.5 + parent: 2 + - uid: 12771 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,21.5 + parent: 2 + - uid: 12772 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,21.5 + parent: 2 + - uid: 12773 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,21.5 + parent: 2 + - uid: 12774 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,25.5 + parent: 2 + - uid: 12775 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,25.5 + parent: 2 + - uid: 12776 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,25.5 + parent: 2 + - uid: 12777 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,25.5 + parent: 2 + - uid: 12778 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,25.5 + parent: 2 + - uid: 12779 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,25.5 + parent: 2 + - uid: 12782 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,26.5 + parent: 2 + - uid: 12783 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,26.5 + parent: 2 + - uid: 12785 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,15.5 + parent: 2 + - uid: 12786 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,16.5 + parent: 2 + - uid: 12787 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,17.5 + parent: 2 + - uid: 12792 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-14.5 + parent: 2 + - uid: 12793 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-13.5 + parent: 2 + - uid: 12794 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-12.5 + parent: 2 + - uid: 12795 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-11.5 + parent: 2 + - uid: 12796 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-10.5 + parent: 2 + - uid: 12797 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-9.5 + parent: 2 + - uid: 12798 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-8.5 + parent: 2 + - uid: 12799 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-7.5 + parent: 2 + - uid: 12800 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-6.5 + parent: 2 + - uid: 12801 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-5.5 + parent: 2 + - uid: 12802 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-4.5 + parent: 2 + - uid: 12803 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-3.5 + parent: 2 + - uid: 12804 + components: + - type: Transform + pos: 22.5,-2.5 + parent: 2 + - uid: 12805 + components: + - type: Transform + pos: 22.5,-1.5 + parent: 2 + - uid: 12806 + components: + - type: Transform + pos: 22.5,-0.5 + parent: 2 + - uid: 12807 + components: + - type: Transform + pos: 21.5,1.5 + parent: 2 + - uid: 12808 + components: + - type: Transform + pos: 21.5,2.5 + parent: 2 + - uid: 12809 + components: + - type: Transform + pos: 21.5,3.5 + parent: 2 + - uid: 12810 + components: + - type: Transform + pos: 20.5,7.5 + parent: 2 + - uid: 12811 + components: + - type: Transform + pos: 20.5,6.5 + parent: 2 + - uid: 12812 + components: + - type: Transform + pos: 20.5,5.5 + parent: 2 + - uid: 12813 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,4.5 + parent: 2 + - uid: 12814 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,4.5 + parent: 2 + - uid: 12815 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,4.5 + parent: 2 + - uid: 12816 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,4.5 + parent: 2 + - uid: 12817 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,4.5 + parent: 2 + - uid: 12828 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,0.5 + parent: 2 + - uid: 12829 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,1.5 + parent: 2 + - uid: 12830 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,1.5 + parent: 2 + - uid: 12831 + components: + - type: Transform + pos: 27.5,2.5 + parent: 2 + - uid: 12832 + components: + - type: Transform + pos: 27.5,3.5 + parent: 2 + - uid: 12833 + components: + - type: Transform + pos: 27.5,5.5 + parent: 2 + - uid: 12834 + components: + - type: Transform + pos: 27.5,6.5 + parent: 2 + - uid: 12835 + components: + - type: Transform + pos: 27.5,7.5 + parent: 2 + - uid: 12836 + components: + - type: Transform + pos: 27.5,8.5 + parent: 2 + - uid: 12837 + components: + - type: Transform + pos: 27.5,9.5 + parent: 2 + - uid: 12838 + components: + - type: Transform + pos: 27.5,10.5 + parent: 2 + - uid: 12839 + components: + - type: Transform + pos: 27.5,11.5 + parent: 2 + - uid: 12840 + components: + - type: Transform + pos: 27.5,12.5 + parent: 2 + - uid: 12848 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,2.5 + parent: 2 + - uid: 12849 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,2.5 + parent: 2 + - uid: 12850 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,2.5 + parent: 2 + - uid: 12851 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,2.5 + parent: 2 + - uid: 12852 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,2.5 + parent: 2 + - uid: 12854 + components: + - type: Transform + pos: 50.5,4.5 + parent: 2 + - uid: 12855 + components: + - type: Transform + pos: 50.5,5.5 + parent: 2 + - uid: 12856 + components: + - type: Transform + pos: 50.5,6.5 + parent: 2 + - uid: 12857 + components: + - type: Transform + pos: 50.5,7.5 + parent: 2 + - uid: 12858 + components: + - type: Transform + pos: 50.5,8.5 + parent: 2 + - uid: 12859 + components: + - type: Transform + pos: 50.5,9.5 + parent: 2 + - uid: 12860 + components: + - type: Transform + pos: 50.5,10.5 + parent: 2 + - uid: 12861 + components: + - type: Transform + pos: 50.5,11.5 + parent: 2 + - uid: 12862 + components: + - type: Transform + pos: 50.5,12.5 + parent: 2 + - uid: 12863 + components: + - type: Transform + pos: 48.5,9.5 + parent: 2 + - uid: 12864 + components: + - type: Transform + pos: 48.5,8.5 + parent: 2 + - uid: 12865 + components: + - type: Transform + pos: 48.5,7.5 + parent: 2 + - uid: 12866 + components: + - type: Transform + pos: 47.5,5.5 + parent: 2 + - uid: 12867 + components: + - type: Transform + pos: 47.5,4.5 + parent: 2 + - uid: 12868 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,3.5 + parent: 2 + - uid: 12869 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,3.5 + parent: 2 + - uid: 12874 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,10.5 + parent: 2 + - uid: 12875 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,11.5 + parent: 2 + - uid: 12876 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,12.5 + parent: 2 + - uid: 12877 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,13.5 + parent: 2 + - uid: 12878 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,13.5 + parent: 2 + - uid: 12879 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,13.5 + parent: 2 + - uid: 12880 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,13.5 + parent: 2 + - uid: 12881 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,13.5 + parent: 2 + - uid: 12882 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,13.5 + parent: 2 + - uid: 12883 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,13.5 + parent: 2 + - uid: 12884 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,13.5 + parent: 2 + - uid: 12885 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,13.5 + parent: 2 + - uid: 12886 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,13.5 + parent: 2 + - uid: 12887 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,13.5 + parent: 2 + - uid: 12888 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,13.5 + parent: 2 + - uid: 12889 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,13.5 + parent: 2 + - uid: 12890 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,13.5 + parent: 2 + - uid: 12891 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,13.5 + parent: 2 + - uid: 12892 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,13.5 + parent: 2 + - uid: 12894 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,13.5 + parent: 2 + - uid: 12895 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,13.5 + parent: 2 + - uid: 12896 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,13.5 + parent: 2 + - uid: 12897 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,13.5 + parent: 2 + - uid: 12910 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-7.5 + parent: 2 + - uid: 12911 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-7.5 + parent: 2 + - uid: 12912 + components: + - type: Transform + pos: 35.5,-8.5 + parent: 2 + - uid: 12913 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-9.5 + parent: 2 + - uid: 12914 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-10.5 + parent: 2 + - uid: 12915 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-10.5 + parent: 2 + - uid: 12916 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,-10.5 + parent: 2 + - uid: 12917 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,-11.5 + parent: 2 + - uid: 12918 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,-12.5 + parent: 2 + - uid: 12919 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,-12.5 + parent: 2 + - uid: 12920 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,-12.5 + parent: 2 + - uid: 12921 + components: + - type: Transform + pos: 45.5,-11.5 + parent: 2 + - uid: 12922 + components: + - type: Transform + pos: 32.5,-6.5 + parent: 2 + - uid: 12923 + components: + - type: Transform + pos: 32.5,-5.5 + parent: 2 + - uid: 12924 + components: + - type: Transform + pos: 32.5,-4.5 + parent: 2 + - uid: 12926 + components: + - type: Transform + pos: 32.5,-2.5 + parent: 2 + - uid: 12927 + components: + - type: Transform + pos: 32.5,-1.5 + parent: 2 + - uid: 12928 + components: + - type: Transform + pos: 32.5,-0.5 + parent: 2 + - uid: 12929 + components: + - type: Transform + pos: 32.5,0.5 + parent: 2 + - uid: 12930 + components: + - type: Transform + pos: 32.5,1.5 + parent: 2 + - uid: 12931 + components: + - type: Transform + pos: 32.5,2.5 + parent: 2 + - uid: 12932 + components: + - type: Transform + pos: 32.5,3.5 + parent: 2 + - uid: 12933 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-3.5 + parent: 2 + - uid: 12934 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-3.5 + parent: 2 + - uid: 12935 + components: + - type: Transform + pos: 32.5,4.5 + parent: 2 + - uid: 12936 + components: + - type: Transform + pos: 32.5,5.5 + parent: 2 + - uid: 12938 + components: + - type: Transform + pos: 32.5,7.5 + parent: 2 + - uid: 12939 + components: + - type: Transform + pos: 32.5,8.5 + parent: 2 + - uid: 12940 + components: + - type: Transform + pos: 32.5,9.5 + parent: 2 + - uid: 12941 + components: + - type: Transform + pos: 32.5,10.5 + parent: 2 + - uid: 12942 + components: + - type: Transform + pos: 32.5,11.5 + parent: 2 + - uid: 12943 + components: + - type: Transform + pos: 32.5,12.5 + parent: 2 + - uid: 12945 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,13.5 + parent: 2 + - uid: 12946 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,13.5 + parent: 2 + - uid: 12947 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,13.5 + parent: 2 + - uid: 12948 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,13.5 + parent: 2 + - uid: 12949 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,13.5 + parent: 2 + - uid: 12951 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,13.5 + parent: 2 + - uid: 12952 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,13.5 + parent: 2 + - uid: 12953 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,13.5 + parent: 2 + - uid: 12954 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,13.5 + parent: 2 + - uid: 12955 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,13.5 + parent: 2 + - uid: 12956 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,13.5 + parent: 2 + - uid: 12957 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,13.5 + parent: 2 + - uid: 12958 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,13.5 + parent: 2 + - uid: 12961 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,6.5 + parent: 2 + - uid: 12962 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,6.5 + parent: 2 + - uid: 12963 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,6.5 + parent: 2 + - uid: 12964 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,6.5 + parent: 2 + - uid: 12965 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,6.5 + parent: 2 + - uid: 12969 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,13.5 + parent: 2 + - uid: 12970 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,13.5 + parent: 2 + - uid: 12971 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,13.5 + parent: 2 + - uid: 12972 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,13.5 + parent: 2 + - uid: 12973 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,13.5 + parent: 2 + - uid: 12974 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,13.5 + parent: 2 + - uid: 12975 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.5,13.5 + parent: 2 + - uid: 12976 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,13.5 + parent: 2 + - uid: 12977 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,13.5 + parent: 2 + - uid: 12978 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,13.5 + parent: 2 + - uid: 12979 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,13.5 + parent: 2 + - uid: 12980 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,13.5 + parent: 2 + - uid: 12981 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 63.5,13.5 + parent: 2 + - uid: 12982 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 64.5,13.5 + parent: 2 + - uid: 12983 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 65.5,13.5 + parent: 2 + - uid: 12984 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 66.5,14.5 + parent: 2 + - uid: 12990 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,32.5 + parent: 2 + - uid: 12991 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,32.5 + parent: 2 + - uid: 12992 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,32.5 + parent: 2 + - uid: 12993 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,32.5 + parent: 2 + - uid: 12994 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,35.5 + parent: 2 + - uid: 12995 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,36.5 + parent: 2 + - uid: 12996 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,37.5 + parent: 2 + - uid: 13001 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,37.5 + parent: 2 + - uid: 13003 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,33.5 + parent: 2 + - uid: 13004 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,34.5 + parent: 2 + - uid: 13005 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,35.5 + parent: 2 + - uid: 13006 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,36.5 + parent: 2 + - uid: 13009 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,22.5 + parent: 2 + - uid: 13010 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,22.5 + parent: 2 + - uid: 13012 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,22.5 + parent: 2 + - uid: 13013 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,22.5 + parent: 2 + - uid: 13014 + components: + - type: Transform + pos: 50.5,18.5 + parent: 2 + - uid: 13015 + components: + - type: Transform + pos: 50.5,19.5 + parent: 2 + - uid: 13016 + components: + - type: Transform + pos: 50.5,20.5 + parent: 2 + - uid: 13017 + components: + - type: Transform + pos: 50.5,21.5 + parent: 2 + - uid: 13018 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,23.5 + parent: 2 + - uid: 13019 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,24.5 + parent: 2 + - uid: 13020 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,25.5 + parent: 2 + - uid: 13021 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,26.5 + parent: 2 + - uid: 13022 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,26.5 + parent: 2 + - uid: 13023 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,26.5 + parent: 2 + - uid: 13024 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,26.5 + parent: 2 + - uid: 13025 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,26.5 + parent: 2 + - uid: 13026 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,26.5 + parent: 2 + - uid: 13027 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,26.5 + parent: 2 + - uid: 13028 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,26.5 + parent: 2 + - uid: 13029 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,26.5 + parent: 2 + - uid: 13030 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,26.5 + parent: 2 + - uid: 13033 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,27.5 + parent: 2 + - uid: 13034 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,28.5 + parent: 2 + - uid: 13035 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,29.5 + parent: 2 + - uid: 13036 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,30.5 + parent: 2 + - uid: 13037 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,31.5 + parent: 2 + - uid: 13040 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,22.5 + parent: 2 + - uid: 13041 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,22.5 + parent: 2 + - uid: 13044 + components: + - type: Transform + pos: 14.5,82.5 + parent: 2 + - uid: 13045 + components: + - type: Transform + pos: 14.5,81.5 + parent: 2 + - uid: 13046 + components: + - type: Transform + pos: 14.5,80.5 + parent: 2 + - uid: 13047 + components: + - type: Transform + pos: 14.5,79.5 + parent: 2 + - uid: 13048 + components: + - type: Transform + pos: 14.5,78.5 + parent: 2 + - uid: 13049 + components: + - type: Transform + pos: 14.5,77.5 + parent: 2 + - uid: 13050 + components: + - type: Transform + pos: 14.5,76.5 + parent: 2 + - uid: 13051 + components: + - type: Transform + pos: 14.5,75.5 + parent: 2 + - uid: 13052 + components: + - type: Transform + pos: 14.5,74.5 + parent: 2 + - uid: 13053 + components: + - type: Transform + pos: 14.5,73.5 + parent: 2 + - uid: 13054 + components: + - type: Transform + pos: 14.5,72.5 + parent: 2 + - uid: 13055 + components: + - type: Transform + pos: 14.5,71.5 + parent: 2 + - uid: 13056 + components: + - type: Transform + pos: 14.5,70.5 + parent: 2 + - uid: 13057 + components: + - type: Transform + pos: 14.5,69.5 + parent: 2 + - uid: 13058 + components: + - type: Transform + pos: 14.5,68.5 + parent: 2 + - uid: 13059 + components: + - type: Transform + pos: 14.5,67.5 + parent: 2 + - uid: 13060 + components: + - type: Transform + pos: 14.5,66.5 + parent: 2 + - uid: 13061 + components: + - type: Transform + pos: 14.5,65.5 + parent: 2 + - uid: 13062 + components: + - type: Transform + pos: 14.5,64.5 + parent: 2 + - uid: 13063 + components: + - type: Transform + pos: 14.5,63.5 + parent: 2 + - uid: 13064 + components: + - type: Transform + pos: 14.5,62.5 + parent: 2 + - uid: 13065 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,61.5 + parent: 2 + - uid: 13066 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,61.5 + parent: 2 + - uid: 13067 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,61.5 + parent: 2 + - uid: 13068 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,60.5 + parent: 2 + - uid: 13069 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,59.5 + parent: 2 + - uid: 13070 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,58.5 + parent: 2 + - uid: 13071 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,57.5 + parent: 2 + - uid: 13072 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,56.5 + parent: 2 + - uid: 13073 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,55.5 + parent: 2 + - uid: 13074 + components: + - type: Transform + pos: 12.5,54.5 + parent: 2 + - uid: 13075 + components: + - type: Transform + pos: 12.5,53.5 + parent: 2 + - uid: 13076 + components: + - type: Transform + pos: 12.5,52.5 + parent: 2 + - uid: 13077 + components: + - type: Transform + pos: 12.5,51.5 + parent: 2 + - uid: 13078 + components: + - type: Transform + pos: 12.5,50.5 + parent: 2 + - uid: 13079 + components: + - type: Transform + pos: 12.5,49.5 + parent: 2 + - uid: 13080 + components: + - type: Transform + pos: 12.5,48.5 + parent: 2 + - uid: 13081 + components: + - type: Transform + pos: 12.5,47.5 + parent: 2 + - uid: 13082 + components: + - type: Transform + pos: 12.5,46.5 + parent: 2 + - uid: 13083 + components: + - type: Transform + pos: 12.5,45.5 + parent: 2 + - uid: 13084 + components: + - type: Transform + pos: 12.5,44.5 + parent: 2 + - uid: 13085 + components: + - type: Transform + pos: 12.5,43.5 + parent: 2 + - uid: 13086 + components: + - type: Transform + pos: 12.5,42.5 + parent: 2 + - uid: 13087 + components: + - type: Transform + pos: 12.5,41.5 + parent: 2 + - uid: 13088 + components: + - type: Transform + pos: 12.5,40.5 + parent: 2 + - uid: 13089 + components: + - type: Transform + pos: 12.5,39.5 + parent: 2 + - uid: 13090 + components: + - type: Transform + pos: 12.5,38.5 + parent: 2 + - uid: 13101 + components: + - type: Transform + pos: 47.5,75.5 + parent: 2 + - uid: 13102 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,76.5 + parent: 2 + - uid: 13103 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,76.5 + parent: 2 + - uid: 13104 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,76.5 + parent: 2 + - uid: 13105 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,76.5 + parent: 2 + - uid: 13106 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,76.5 + parent: 2 + - uid: 13107 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,76.5 + parent: 2 + - uid: 13108 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,76.5 + parent: 2 + - uid: 13109 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,76.5 + parent: 2 + - uid: 13110 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,76.5 + parent: 2 + - uid: 13111 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,75.5 + parent: 2 + - uid: 13112 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,74.5 + parent: 2 + - uid: 13113 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,73.5 + parent: 2 + - uid: 13114 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,72.5 + parent: 2 + - uid: 13115 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,71.5 + parent: 2 + - uid: 13116 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,70.5 + parent: 2 + - uid: 13117 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,69.5 + parent: 2 + - uid: 13118 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,68.5 + parent: 2 + - uid: 13119 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,67.5 + parent: 2 + - uid: 13120 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,66.5 + parent: 2 + - uid: 13121 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,65.5 + parent: 2 + - uid: 13122 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,64.5 + parent: 2 + - uid: 13123 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,63.5 + parent: 2 + - uid: 13124 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,62.5 + parent: 2 + - uid: 13125 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,61.5 + parent: 2 + - uid: 13126 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,60.5 + parent: 2 + - uid: 13127 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,59.5 + parent: 2 + - uid: 13128 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,58.5 + parent: 2 + - uid: 13129 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,57.5 + parent: 2 + - uid: 13130 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,56.5 + parent: 2 + - uid: 13131 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,55.5 + parent: 2 + - uid: 13132 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,54.5 + parent: 2 + - uid: 13133 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,53.5 + parent: 2 + - uid: 13134 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,56.5 + parent: 2 + - uid: 13135 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,55.5 + parent: 2 + - uid: 13136 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,54.5 + parent: 2 + - uid: 13137 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,53.5 + parent: 2 + - uid: 13143 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,65.5 + parent: 2 + - uid: 13144 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,65.5 + parent: 2 + - uid: 13145 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,65.5 + parent: 2 + - uid: 13146 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,65.5 + parent: 2 + - uid: 13147 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,65.5 + parent: 2 + - uid: 13148 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,65.5 + parent: 2 + - uid: 13149 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,65.5 + parent: 2 + - uid: 13150 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,65.5 + parent: 2 + - uid: 13151 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,65.5 + parent: 2 + - uid: 13152 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,64.5 + parent: 2 + - uid: 13153 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,63.5 + parent: 2 + - uid: 13154 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,62.5 + parent: 2 + - uid: 13155 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,61.5 + parent: 2 + - uid: 13156 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,60.5 + parent: 2 + - uid: 13157 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,60.5 + parent: 2 + - uid: 13158 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,60.5 + parent: 2 + - uid: 13159 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,60.5 + parent: 2 + - uid: 13160 + components: + - type: Transform + pos: 54.5,59.5 + parent: 2 + - uid: 13161 + components: + - type: Transform + pos: 54.5,58.5 + parent: 2 + - uid: 13162 + components: + - type: Transform + pos: 54.5,57.5 + parent: 2 + - uid: 13163 + components: + - type: Transform + pos: 54.5,56.5 + parent: 2 + - uid: 13164 + components: + - type: Transform + pos: 54.5,55.5 + parent: 2 + - uid: 13165 + components: + - type: Transform + pos: 54.5,54.5 + parent: 2 + - uid: 13166 + components: + - type: Transform + pos: 54.5,53.5 + parent: 2 + - uid: 13167 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,52.5 + parent: 2 + - uid: 13168 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,52.5 + parent: 2 + - uid: 13171 + components: + - type: Transform + pos: 66.5,58.5 + parent: 2 + - uid: 13172 + components: + - type: Transform + pos: 66.5,57.5 + parent: 2 + - uid: 13173 + components: + - type: Transform + pos: 66.5,56.5 + parent: 2 + - uid: 13174 + components: + - type: Transform + pos: 66.5,55.5 + parent: 2 + - uid: 13175 + components: + - type: Transform + pos: 66.5,54.5 + parent: 2 + - uid: 13176 + components: + - type: Transform + pos: 66.5,53.5 + parent: 2 + - uid: 13177 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 65.5,52.5 + parent: 2 + - uid: 13178 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 64.5,52.5 + parent: 2 + - uid: 13179 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 63.5,52.5 + parent: 2 + - uid: 13180 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,52.5 + parent: 2 + - uid: 13181 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,52.5 + parent: 2 + - uid: 13182 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,52.5 + parent: 2 + - uid: 13183 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,52.5 + parent: 2 + - uid: 13184 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,52.5 + parent: 2 + - uid: 13186 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,52.5 + parent: 2 + - uid: 13187 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,52.5 + parent: 2 + - uid: 13193 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 82.5,65.5 + parent: 2 + - uid: 13194 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 81.5,65.5 + parent: 2 + - uid: 13195 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 80.5,65.5 + parent: 2 + - uid: 13196 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 79.5,65.5 + parent: 2 + - uid: 13197 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 78.5,65.5 + parent: 2 + - uid: 13198 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,65.5 + parent: 2 + - uid: 13199 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 76.5,65.5 + parent: 2 + - uid: 13200 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 75.5,65.5 + parent: 2 + - uid: 13201 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 74.5,65.5 + parent: 2 + - uid: 13202 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,65.5 + parent: 2 + - uid: 13203 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 72.5,65.5 + parent: 2 + - uid: 13204 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,64.5 + parent: 2 + - uid: 13205 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,63.5 + parent: 2 + - uid: 13206 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,62.5 + parent: 2 + - uid: 13207 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,61.5 + parent: 2 + - uid: 13208 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,60.5 + parent: 2 + - uid: 13209 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,59.5 + parent: 2 + - uid: 13210 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,58.5 + parent: 2 + - uid: 13211 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,57.5 + parent: 2 + - uid: 13212 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,56.5 + parent: 2 + - uid: 13213 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,55.5 + parent: 2 + - uid: 13214 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,54.5 + parent: 2 + - uid: 13215 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,53.5 + parent: 2 + - uid: 13220 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 64.5,47.5 + parent: 2 + - uid: 13221 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 65.5,47.5 + parent: 2 + - uid: 13222 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 66.5,47.5 + parent: 2 + - uid: 13223 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 67.5,47.5 + parent: 2 + - uid: 13224 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,48.5 + parent: 2 + - uid: 13225 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 70.5,48.5 + parent: 2 + - uid: 13226 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,51.5 + parent: 2 + - uid: 13227 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,50.5 + parent: 2 + - uid: 13228 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,49.5 + parent: 2 + - uid: 13229 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,46.5 + parent: 2 + - uid: 13230 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,45.5 + parent: 2 + - uid: 13231 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,47.5 + parent: 2 + - uid: 13236 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 81.5,36.5 + parent: 2 + - uid: 13237 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 80.5,36.5 + parent: 2 + - uid: 13238 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 79.5,36.5 + parent: 2 + - uid: 13239 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 78.5,36.5 + parent: 2 + - uid: 13240 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,36.5 + parent: 2 + - uid: 13241 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 76.5,36.5 + parent: 2 + - uid: 13242 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 75.5,36.5 + parent: 2 + - uid: 13243 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 74.5,36.5 + parent: 2 + - uid: 13244 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,36.5 + parent: 2 + - uid: 13245 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 72.5,36.5 + parent: 2 + - uid: 13246 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,37.5 + parent: 2 + - uid: 13247 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,38.5 + parent: 2 + - uid: 13248 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,39.5 + parent: 2 + - uid: 13249 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,40.5 + parent: 2 + - uid: 13250 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,41.5 + parent: 2 + - uid: 13251 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,42.5 + parent: 2 + - uid: 13252 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,43.5 + parent: 2 + - uid: 13253 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,44.5 + parent: 2 + - uid: 13255 + components: + - type: Transform + pos: 71.5,35.5 + parent: 2 + - uid: 13256 + components: + - type: Transform + pos: 71.5,34.5 + parent: 2 + - uid: 13257 + components: + - type: Transform + pos: 71.5,33.5 + parent: 2 + - uid: 13258 + components: + - type: Transform + pos: 71.5,32.5 + parent: 2 + - uid: 13259 + components: + - type: Transform + pos: 71.5,31.5 + parent: 2 + - uid: 13260 + components: + - type: Transform + pos: 71.5,30.5 + parent: 2 + - uid: 13261 + components: + - type: Transform + pos: 71.5,29.5 + parent: 2 + - uid: 13262 + components: + - type: Transform + pos: 71.5,28.5 + parent: 2 + - uid: 13263 + components: + - type: Transform + pos: 71.5,27.5 + parent: 2 + - uid: 13264 + components: + - type: Transform + pos: 71.5,26.5 + parent: 2 + - uid: 13265 + components: + - type: Transform + pos: 71.5,25.5 + parent: 2 + - uid: 13266 + components: + - type: Transform + pos: 71.5,24.5 + parent: 2 + - uid: 13267 + components: + - type: Transform + pos: 71.5,23.5 + parent: 2 + - uid: 13268 + components: + - type: Transform + pos: 71.5,22.5 + parent: 2 + - uid: 13269 + components: + - type: Transform + pos: 71.5,21.5 + parent: 2 + - uid: 13270 + components: + - type: Transform + pos: 71.5,20.5 + parent: 2 + - uid: 13271 + components: + - type: Transform + pos: 71.5,19.5 + parent: 2 + - uid: 13272 + components: + - type: Transform + pos: 71.5,18.5 + parent: 2 + - uid: 13273 + components: + - type: Transform + pos: 71.5,17.5 + parent: 2 + - uid: 13274 + components: + - type: Transform + pos: 71.5,16.5 + parent: 2 + - uid: 13275 + components: + - type: Transform + pos: 71.5,15.5 + parent: 2 + - uid: 13276 + components: + - type: Transform + pos: 71.5,14.5 + parent: 2 + - uid: 13277 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 70.5,13.5 + parent: 2 + - uid: 13278 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,13.5 + parent: 2 + - uid: 13279 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 68.5,13.5 + parent: 2 + - uid: 13280 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 67.5,13.5 + parent: 2 + - uid: 14747 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-37.5 + parent: 2 + - uid: 14748 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-37.5 + parent: 2 + - uid: 14749 + components: + - type: Transform + pos: 19.5,-36.5 + parent: 2 + - uid: 14750 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-34.5 + parent: 2 + - uid: 14751 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-33.5 + parent: 2 + - uid: 14752 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-32.5 + parent: 2 +- proto: DisposalTrunk + entities: + - uid: 291 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,1.5 + parent: 2 + - uid: 292 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,5.5 + parent: 2 + - uid: 6395 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,51.5 + parent: 2 + - uid: 7172 + components: + - type: Transform + pos: 21.5,14.5 + parent: 2 + - uid: 12681 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,19.5 + parent: 2 + - uid: 12685 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,40.5 + parent: 2 + - uid: 12686 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,51.5 + parent: 2 + - uid: 12687 + components: + - type: Transform + pos: 19.5,44.5 + parent: 2 + - uid: 12710 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,55.5 + parent: 2 + - uid: 12711 + components: + - type: Transform + pos: 41.5,52.5 + parent: 2 + - uid: 12752 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,36.5 + parent: 2 + - uid: 12753 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,31.5 + parent: 2 + - uid: 12764 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,24.5 + parent: 2 + - uid: 12765 + components: + - type: Transform + pos: 19.5,22.5 + parent: 2 + - uid: 12780 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,25.5 + parent: 2 + - uid: 12788 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,-14.5 + parent: 2 + - uid: 12789 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-3.5 + parent: 2 + - uid: 12791 + components: + - type: Transform + pos: 20.5,8.5 + parent: 2 + - uid: 12825 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-0.5 + parent: 2 + - uid: 12842 + components: + - type: Transform + pos: 35.5,-2.5 + parent: 2 + - uid: 12843 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,-10.5 + parent: 2 + - uid: 12844 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,2.5 + parent: 2 + - uid: 12845 + components: + - type: Transform + pos: 48.5,10.5 + parent: 2 + - uid: 12846 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,9.5 + parent: 2 + - uid: 12960 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,6.5 + parent: 2 + - uid: 12968 + components: + - type: Transform + pos: 66.5,15.5 + parent: 2 + - uid: 12986 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,21.5 + parent: 2 + - uid: 12987 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,17.5 + parent: 2 + - uid: 12988 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,34.5 + parent: 2 + - uid: 12989 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,32.5 + parent: 2 + - uid: 12999 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,36.5 + parent: 2 + - uid: 13038 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,21.5 + parent: 2 + - uid: 13043 + components: + - type: Transform + pos: 14.5,83.5 + parent: 2 + - uid: 13095 + components: + - type: Transform + pos: 51.5,57.5 + parent: 2 + - uid: 13096 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,64.5 + parent: 2 + - uid: 13097 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,74.5 + parent: 2 + - uid: 13138 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,64.5 + parent: 2 + - uid: 13170 + components: + - type: Transform + pos: 66.5,59.5 + parent: 2 + - uid: 13191 + components: + - type: Transform + pos: 72.5,53.5 + parent: 2 + - uid: 13192 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 83.5,65.5 + parent: 2 + - uid: 13219 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 63.5,47.5 + parent: 2 + - uid: 13235 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 82.5,36.5 + parent: 2 + - uid: 14745 + components: + - type: Transform + pos: 18.5,-31.5 + parent: 2 + - uid: 14746 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,-37.5 + parent: 2 +- proto: DisposalUnit + entities: + - uid: 288 + components: + - type: Transform + pos: 3.5,5.5 + parent: 2 + - type: DisposalUnit + powered: True + - uid: 289 + components: + - type: Transform + pos: 7.5,1.5 + parent: 2 + - type: DisposalUnit + powered: True + - uid: 595 + components: + - type: Transform + pos: 19.5,22.5 + parent: 2 + - type: DisposalUnit + powered: True + - uid: 1045 + components: + - type: Transform + pos: 19.5,24.5 + parent: 2 + - type: DisposalUnit + powered: True + - uid: 1715 + components: + - type: Transform + pos: 24.5,-14.5 + parent: 2 + - type: DisposalUnit + powered: True + - uid: 1729 + components: + - type: Transform + pos: 20.5,-3.5 + parent: 2 + - type: DisposalUnit + powered: True + - uid: 2312 + components: + - type: Transform + pos: 42.5,9.5 + parent: 2 + - type: DisposalUnit + powered: True + - uid: 2572 + components: + - type: Transform + pos: 35.5,-2.5 + parent: 2 + - type: DisposalUnit + powered: True + - uid: 2601 + components: + - type: Transform + pos: 48.5,10.5 + parent: 2 + - type: DisposalUnit + powered: True + - uid: 2613 + components: + - type: Transform + pos: 38.5,6.5 + parent: 2 + - type: DisposalUnit + powered: True + - uid: 2614 + components: + - type: Transform + pos: 56.5,2.5 + parent: 2 + - type: DisposalUnit + powered: True + - uid: 2615 + components: + - type: Transform + pos: 44.5,-10.5 + parent: 2 + - type: DisposalUnit + powered: True + - uid: 3229 + components: + - type: Transform + pos: 50.5,17.5 + parent: 2 + - type: DisposalUnit + powered: True + - uid: 3376 + components: + - type: Transform + pos: 42.5,34.5 + parent: 2 + - type: DisposalUnit + powered: True + - uid: 3380 + components: + - type: Transform + pos: 53.5,21.5 + parent: 2 + - type: DisposalUnit + powered: True + - uid: 3381 + components: + - type: Transform + pos: 41.5,32.5 + parent: 2 + - type: DisposalUnit + powered: True + - uid: 3383 + components: + - type: Transform + pos: 47.5,36.5 + parent: 2 + - type: DisposalUnit + powered: True + - uid: 3530 + components: + - type: Transform + pos: 72.5,53.5 + parent: 2 + - type: DisposalUnit + powered: True + - uid: 3533 + components: + - type: Transform + pos: 2.5,31.5 + parent: 2 + - type: DisposalUnit + powered: True + - uid: 3535 + components: + - type: Transform + pos: 21.5,14.5 + parent: 2 + - type: DisposalUnit + powered: True + - uid: 3536 + components: + - type: Transform + pos: 11.5,36.5 + parent: 2 + - type: DisposalUnit + powered: True + - uid: 3540 + components: + - type: Transform + pos: 82.5,36.5 + parent: 2 + - type: DisposalUnit + powered: True + - uid: 4479 + components: + - type: Transform + pos: 19.5,44.5 + parent: 2 + - type: DisposalUnit + powered: True + - uid: 4583 + components: + - type: Transform + pos: 41.5,52.5 + parent: 2 + - type: DisposalUnit + powered: True + - uid: 4584 + components: + - type: Transform + pos: 33.5,55.5 + parent: 2 + - type: DisposalUnit + powered: True + - uid: 4585 + components: + - type: Transform + pos: 25.5,40.5 + parent: 2 + - type: DisposalUnit + powered: True + - uid: 4754 + components: + - type: Transform + pos: 14.5,51.5 + parent: 2 + - type: DisposalUnit + powered: True + - uid: 4956 + components: + - type: Transform + pos: 9.5,25.5 + parent: 2 + - type: DisposalUnit + powered: True + - uid: 6495 + components: + - type: Transform + pos: 50.5,51.5 + parent: 2 + - type: DisposalUnit + powered: True + - uid: 7068 + components: + - type: Transform + pos: 66.5,59.5 + parent: 2 + - type: DisposalUnit + powered: True + - uid: 7082 + components: + - type: Transform + pos: 63.5,47.5 + parent: 2 + - type: DisposalUnit + powered: True + - uid: 7134 + components: + - type: Transform + pos: 44.5,72.5 + parent: 2 + - type: DisposalUnit + powered: True + - uid: 7159 + components: + - type: Transform + pos: 51.5,57.5 + parent: 2 + - type: DisposalUnit + powered: True + - uid: 7189 + components: + - type: Transform + pos: 47.5,64.5 + parent: 2 + - type: DisposalUnit + powered: True + - uid: 7190 + components: + - type: Transform + pos: 48.5,74.5 + parent: 2 + - type: DisposalUnit + powered: True + - uid: 7253 + components: + - type: Transform + pos: 39.5,64.5 + parent: 2 + - type: DisposalUnit + powered: True + - uid: 7444 + components: + - type: Transform + pos: 9.5,21.5 + parent: 2 + - type: DisposalUnit + powered: True + - uid: 7970 + components: + - type: Transform + pos: 83.5,65.5 + parent: 2 + - type: DisposalUnit + powered: True + - uid: 8087 + components: + - type: Transform + pos: 66.5,15.5 + parent: 2 + - type: DisposalUnit + powered: True + - uid: 12790 + components: + - type: Transform + pos: 20.5,8.5 + parent: 2 + - type: DisposalUnit + powered: True + - uid: 12824 + components: + - type: Transform + pos: 30.5,-0.5 + parent: 2 + - type: DisposalUnit + powered: True + - uid: 13042 + components: + - type: Transform + pos: 14.5,83.5 + parent: 2 + - type: DisposalUnit + powered: True + - uid: 14744 + components: + - type: Transform + pos: 18.5,-31.5 + parent: 2 +- proto: DisposalYJunction + entities: + - uid: 12670 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,18.5 + parent: 2 + - uid: 12683 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,37.5 + parent: 2 +- proto: DogBed + entities: + - uid: 3227 + components: + - type: Transform + pos: 48.5,17.5 + parent: 2 + - uid: 9647 + components: + - type: Transform + pos: 19.5,16.5 + parent: 2 +- proto: Dresser + entities: + - uid: 7633 + components: + - type: Transform + pos: 3.5,38.5 + parent: 2 +- proto: DresserCaptainFilled + entities: + - uid: 1503 + components: + - type: Transform + pos: 25.5,20.5 + parent: 2 +- proto: DresserChiefEngineerFilled + entities: + - uid: 1778 + components: + - type: Transform + pos: 39.5,62.5 + parent: 2 +- proto: DresserChiefMedicalOfficerFilled + entities: + - uid: 889 + components: + - type: Transform + pos: 46.5,10.5 + parent: 2 +- proto: DresserFilled + entities: + - uid: 1947 + components: + - type: Transform + pos: 83.5,6.5 + parent: 2 + - uid: 5976 + components: + - type: Transform + pos: 39.5,-6.5 + parent: 2 + - uid: 5980 + components: + - type: Transform + pos: 81.5,6.5 + parent: 2 +- proto: DresserHeadOfPersonnelFilled + entities: + - uid: 1531 + components: + - type: Transform + pos: 20.5,16.5 + parent: 2 +- proto: DresserHeadOfSecurityFilled + entities: + - uid: 682 + components: + - type: Transform + pos: 50.5,33.5 + parent: 2 +- proto: DresserQuarterMasterFilled + entities: + - uid: 1669 + components: + - type: Transform + pos: 1.5,3.5 + parent: 2 +- proto: DresserResearchDirectorFilled + entities: + - uid: 1664 + components: + - type: Transform + pos: 15.5,5.5 + parent: 2 +- proto: DresserWardenFilled + entities: + - uid: 1665 + components: + - type: Transform + pos: 62.5,22.5 + parent: 2 +- proto: Drill + entities: + - uid: 2638 + components: + - type: Transform + pos: 50.411148,-9.275011 + parent: 2 + - uid: 8300 + components: + - type: Transform + pos: 59.40381,38.84463 + parent: 2 +- proto: DrinkBananaHonkGlass + entities: + - uid: 4704 + components: + - type: Transform + pos: 38.330307,47.749718 + parent: 2 +- proto: DrinkBeerBottleFull + entities: + - uid: 502 + components: + - type: Transform + pos: 7.714418,3.7892158 + parent: 2 + - uid: 9733 + components: + - type: Transform + pos: 75.5,24.5 + parent: 2 +- proto: DrinkBeerglass + entities: + - uid: 9693 + components: + - type: Transform + pos: 81.47089,18.636118 + parent: 2 +- proto: DrinkBottleBeer + entities: + - uid: 501 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.417543,3.6642156 + parent: 2 + - uid: 9738 + components: + - type: Transform + pos: 89.7933,20.631056 + parent: 2 + - uid: 9767 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 89.27961,20.410906 + parent: 2 +- proto: DrinkBottleOfNothingFull + entities: + - uid: 4697 + components: + - type: Transform + pos: 38.814613,47.749718 + parent: 2 +- proto: DrinkBottleVodka + entities: + - uid: 14041 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.487267,74.19661 + parent: 2 + - uid: 14053 + components: + - type: Transform + pos: 58.51378,33.314342 + parent: 2 +- proto: DrinkBottleWhiskey + entities: + - uid: 5296 + components: + - type: Transform + pos: 30.546007,63.074863 + parent: 2 +- proto: DrinkCoffee + entities: + - uid: 3286 + components: + - type: MetaData + desc: Капучино – это кофейный напиток, родиной которого является Италия. Но популярен капучино во всем мире. Он готовится из порции эспрессо и двух частей вспененного молока. + name: капучино + - type: Transform + pos: 40.237556,35.25761 + parent: 2 + - type: SolutionContainerManager + solutions: + drink: + temperature: 293.15 + canMix: False + canReact: True + maxVol: 30 + name: null + reagents: + - data: null + ReagentId: Coffee + Quantity: 28 + - data: null + ReagentId: Cream + Quantity: 2 +- proto: DrinkFlask + entities: + - uid: 956 + components: + - type: Transform + parent: 957 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: DrinkGlass + entities: + - uid: 7422 + components: + - type: Transform + pos: 40.776352,40.47612 + parent: 2 + - uid: 7423 + components: + - type: Transform + pos: 40.666275,40.75131 + parent: 2 + - uid: 7424 + components: + - type: Transform + pos: 40.501167,40.53116 + parent: 2 +- proto: DrinkGreenTea + entities: + - uid: 3259 + components: + - type: MetaData + desc: Самый питательный напиток на станции с молоком, сделанный по личному рецепту одного научного руководителя. Теперь абсолютно без жира! + - type: Transform + rot: 12.566370614359172 rad + pos: 17.679285,5.7708707 + parent: 2 + - type: SolutionContainerManager + solutions: + drink: + temperature: 293.15 + canMix: False + canReact: True + maxVol: 20 + name: null + reagents: + - data: null + ReagentId: GreenTea + Quantity: 15 + - data: null + ReagentId: Milk + Quantity: 5 +- proto: DrinkHotCoffee + entities: + - uid: 28059 + components: + - type: Transform + pos: 21.44087,-6.3143 + parent: 2 +- proto: DrinkIceCreamGlass + entities: + - uid: 7428 + components: + - type: Transform + pos: 40.746994,42.640934 + parent: 2 +- proto: DrinkLean + entities: + - uid: 4721 + components: + - type: Transform + pos: 24.65896,49.707096 + parent: 2 + - uid: 4722 + components: + - type: Transform + pos: 24.362085,49.144596 + parent: 2 +- proto: DrinkMugBlue + entities: + - uid: 2608 + components: + - type: Transform + pos: 47.29251,9.744697 + parent: 2 +- proto: DrinkMugMetal + entities: + - uid: 172 + components: + - type: Transform + pos: 2.5184684,12.596938 + parent: 2 +- proto: DrinkRumBottleFull + entities: + - uid: 955 + components: + - type: Transform + pos: 31.878515,22.781853 + parent: 2 +- proto: DrinkShotGlass + entities: + - uid: 5295 + components: + - type: Transform + pos: 30.435932,62.610104 + parent: 2 +- proto: DrinkVacuumFlask + entities: + - uid: 174 + components: + - type: Transform + pos: 2.7709234,12.688667 + parent: 2 + - type: SolutionContainerManager + solutions: + drink: + temperature: 293.15 + canMix: False + canReact: True + maxVol: 30 + name: null + reagents: + - data: null + ReagentId: Tea + Quantity: 30 +- proto: DrinkVodkaBottleFull + entities: + - uid: 14040 + components: + - type: Transform + pos: 52.206017,74.54036 + parent: 2 +- proto: DrinkWaterBottleFull + entities: + - uid: 3453 + components: + - type: Transform + pos: 7.2832575,21.488586 + parent: 2 + - uid: 5974 + components: + - type: Transform + pos: 40.56331,-7.22897 + parent: 2 + - uid: 5975 + components: + - type: Transform + pos: 40.710075,-7.320699 + parent: 2 + - uid: 7140 + components: + - type: Transform + pos: 46.66765,73.89926 + parent: 2 + - uid: 7141 + components: + - type: Transform + pos: 46.429153,73.789185 + parent: 2 + - uid: 10395 + components: + - type: Transform + pos: 54.439995,20.60543 + parent: 2 + - uid: 10421 + components: + - type: Transform + pos: 54.33062,20.746056 + parent: 2 + - uid: 14805 + components: + - type: Transform + pos: 75.48417,70.45943 + parent: 2 + - uid: 14806 + components: + - type: Transform + pos: 75.656044,70.3188 + parent: 2 +- proto: ElectricGuitarInstrument + entities: + - uid: 4716 + components: + - type: Transform + pos: 41.868217,47.62495 + parent: 2 +- proto: EmergencyLight + entities: + - uid: 1421 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,24.5 + parent: 2 + - uid: 1422 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,20.5 + parent: 2 + - type: Battery + startingCharge: 2147.0674 + - type: ActiveEmergencyLight + - uid: 1423 + components: + - type: Transform + pos: 23.5,18.5 + parent: 2 + - uid: 1424 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,21.5 + parent: 2 + - uid: 3289 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,-1.5 + parent: 2 + - type: Battery + startingCharge: 1974.5082 + - type: ActiveEmergencyLight + - uid: 3290 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-0.5 + parent: 2 + - type: Battery + startingCharge: 1974.5082 + - type: ActiveEmergencyLight + - uid: 3291 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,4.5 + parent: 2 + - type: Battery + startingCharge: 2148.7676 + - type: ActiveEmergencyLight + - uid: 3292 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,9.5 + parent: 2 + - type: Battery + startingCharge: 1939.6592 + - type: ActiveEmergencyLight + - uid: 3293 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,3.5 + parent: 2 + - type: Battery + startingCharge: 1827.379 + - type: ActiveEmergencyLight + - uid: 3295 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,2.5 + parent: 2 + - type: Battery + startingCharge: 2076.5093 + - type: ActiveEmergencyLight + - uid: 3296 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,8.5 + parent: 2 + - type: Battery + startingCharge: 2079.0596 + - type: ActiveEmergencyLight + - uid: 3297 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,8.5 + parent: 2 + - type: Battery + startingCharge: 1827.379 + - type: ActiveEmergencyLight + - uid: 3298 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,-1.5 + parent: 2 + - type: Battery + startingCharge: 2082.46 + - type: ActiveEmergencyLight + - uid: 3299 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.5,-3.5 + parent: 2 + - type: Battery + startingCharge: 2148.7676 + - type: ActiveEmergencyLight + - uid: 3300 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,-8.5 + parent: 2 + - type: Battery + startingCharge: 2082.46 + - type: ActiveEmergencyLight + - uid: 3301 + components: + - type: Transform + pos: 38.5,-2.5 + parent: 2 + - type: Battery + startingCharge: 2082.46 + - type: ActiveEmergencyLight + - uid: 4200 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,16.5 + parent: 2 + - uid: 4202 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,17.5 + parent: 2 + - type: Battery + startingCharge: 1866.5613 + - type: ActiveEmergencyLight + - uid: 4203 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 55.5,16.5 + parent: 2 + - type: Battery + startingCharge: 2082.46 + - type: ActiveEmergencyLight + - uid: 4204 + components: + - type: Transform + pos: 54.5,24.5 + parent: 2 + - type: Battery + startingCharge: 1866.5613 + - type: ActiveEmergencyLight + - uid: 4205 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,28.5 + parent: 2 + - type: Battery + startingCharge: 1878.4609 + - type: ActiveEmergencyLight + - uid: 4207 + components: + - type: Transform + pos: 42.5,32.5 + parent: 2 + - type: Battery + startingCharge: 1878.4609 + - type: ActiveEmergencyLight + - uid: 4210 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,40.5 + parent: 2 + - type: Battery + startingCharge: 2142.317 + - type: ActiveEmergencyLight + - uid: 4211 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,34.5 + parent: 2 + - type: Battery + startingCharge: 1878.4609 + - type: ActiveEmergencyLight + - uid: 7179 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,46.5 + parent: 2 + - uid: 9771 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,46.5 + parent: 2 + - type: Battery + startingCharge: 2079.0596 + - type: ActiveEmergencyLight + - uid: 9772 + components: + - type: Transform + pos: 37.5,52.5 + parent: 2 + - type: Battery + startingCharge: 2148.7676 + - type: ActiveEmergencyLight + - uid: 9841 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,22.5 + parent: 2 + - type: Battery + startingCharge: 1827.379 + - type: ActiveEmergencyLight + - uid: 9842 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 79.5,30.5 + parent: 2 + - uid: 9843 + components: + - type: Transform + pos: 63.5,14.5 + parent: 2 + - type: Battery + startingCharge: 1827.379 + - type: ActiveEmergencyLight + - uid: 9844 + components: + - type: Transform + pos: 49.5,15.5 + parent: 2 + - type: Battery + startingCharge: 1827.379 + - type: ActiveEmergencyLight + - uid: 9845 + components: + - type: Transform + pos: 38.5,14.5 + parent: 2 + - type: Battery + startingCharge: 1827.379 + - type: ActiveEmergencyLight + - uid: 9846 + components: + - type: Transform + pos: 19.5,38.5 + parent: 2 + - uid: 9847 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,5.5 + parent: 2 + - type: Battery + startingCharge: 2125.6816 + - type: ActiveEmergencyLight + - uid: 9848 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,17.5 + parent: 2 + - type: Battery + startingCharge: 1827.379 + - type: ActiveEmergencyLight + - uid: 9849 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,25.5 + parent: 2 + - type: Battery + startingCharge: 1827.379 + - type: ActiveEmergencyLight + - uid: 9850 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,31.5 + parent: 2 + - type: Battery + startingCharge: 2128.6487 + - type: ActiveEmergencyLight + - uid: 9852 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,45.5 + parent: 2 + - type: Battery + startingCharge: 2079.0596 + - type: ActiveEmergencyLight + - uid: 9873 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 72.5,35.5 + parent: 2 + - type: Battery + startingCharge: 1827.379 + - type: ActiveEmergencyLight + - uid: 9875 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 68.5,59.5 + parent: 2 + - type: Battery + startingCharge: 2086.7605 + - type: ActiveEmergencyLight + - uid: 9876 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,85.5 + parent: 2 + - type: Battery + startingCharge: 2093.0112 + - type: ActiveEmergencyLight + - uid: 9877 + components: + - type: Transform + pos: 49.5,66.5 + parent: 2 + - type: Battery + startingCharge: 1827.379 + - type: ActiveEmergencyLight + - uid: 9878 + components: + - type: Transform + pos: 37.5,45.5 + parent: 2 + - type: Battery + startingCharge: 1827.379 + - type: ActiveEmergencyLight + - uid: 9889 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,49.5 + parent: 2 + - type: Battery + startingCharge: 1827.379 + - type: ActiveEmergencyLight + - uid: 9921 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 83.5,58.5 + parent: 2 + - type: Battery + startingCharge: 2086.7605 + - type: ActiveEmergencyLight + - uid: 9923 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,70.5 + parent: 2 + - type: Battery + startingCharge: 1827.379 + - type: ActiveEmergencyLight + - uid: 9924 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 63.5,51.5 + parent: 2 + - type: Battery + startingCharge: 1827.379 + - type: ActiveEmergencyLight + - uid: 9925 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,78.5 + parent: 2 + - type: Battery + startingCharge: 2093.0112 + - type: ActiveEmergencyLight + - uid: 9926 + components: + - type: Transform + pos: 52.5,53.5 + parent: 2 + - type: Battery + startingCharge: 1827.379 + - type: ActiveEmergencyLight + - uid: 9927 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,61.5 + parent: 2 + - type: Battery + startingCharge: 1827.379 + - type: ActiveEmergencyLight + - uid: 9929 + components: + - type: Transform + pos: 30.5,38.5 + parent: 2 + - type: Battery + startingCharge: 1827.379 + - type: ActiveEmergencyLight +- proto: EmergencyRollerBed + entities: + - uid: 28086 + components: + - type: Transform + pos: 13.297308,-18.88206 + parent: 2 +- proto: Emitter + entities: + - uid: 917 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,16.5 + parent: 2 + - uid: 919 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,16.5 + parent: 2 +- proto: EncryptionKeyBinary + entities: + - uid: 5454 + components: + - type: Transform + parent: 5453 + - type: Physics + canCollide: False +- proto: EncryptionKeyCargo + entities: + - uid: 5459 + components: + - type: Transform + parent: 5458 + - type: Physics + canCollide: False +- proto: EncryptionKeyCommand + entities: + - uid: 5450 + components: + - type: Transform + parent: 5449 + - type: Physics + canCollide: False +- proto: EncryptionKeyCommon + entities: + - uid: 5435 + components: + - type: Transform + parent: 5434 + - type: Physics + canCollide: False + - uid: 5525 + components: + - type: Transform + pos: 74.38483,16.605297 + parent: 2 + - uid: 5526 + components: + - type: Transform + pos: 74.5567,16.464672 + parent: 2 +- proto: EncryptionKeyEngineering + entities: + - uid: 5472 + components: + - type: Transform + parent: 5471 + - type: Physics + canCollide: False +- proto: EncryptionKeyMedical + entities: + - uid: 5469 + components: + - type: Transform + parent: 5468 + - type: Physics + canCollide: False +- proto: EncryptionKeyScience + entities: + - uid: 5452 + components: + - type: Transform + parent: 5451 + - type: Physics + canCollide: False +- proto: EncryptionKeySecurity + entities: + - uid: 5463 + components: + - type: Transform + parent: 5462 + - type: Physics + canCollide: False +- proto: EncryptionKeyService + entities: + - uid: 5461 + components: + - type: Transform + parent: 5460 + - type: Physics + canCollide: False +- proto: ExosuitFabricator + entities: + - uid: 2066 + components: + - type: Transform + pos: 28.5,-2.5 + parent: 2 +- proto: ExplosivePayload + entities: + - uid: 14398 + components: + - type: Transform + pos: 20.34315,-33.393074 + parent: 2 +- proto: ExplosivesSignMed + entities: + - uid: 14286 + components: + - type: Transform + pos: 21.5,-20.5 + parent: 2 + - uid: 14407 + components: + - type: Transform + pos: 17.5,-34.5 + parent: 2 +- proto: ExtinguisherCabinetFilled + entities: + - uid: 9773 + components: + - type: Transform + pos: 21.5,15.5 + parent: 2 + - uid: 9774 + components: + - type: Transform + pos: 13.5,39.5 + parent: 2 + - uid: 9775 + components: + - type: Transform + pos: 10.5,24.5 + parent: 2 + - uid: 9776 + components: + - type: Transform + pos: 38.5,15.5 + parent: 2 + - uid: 9778 + components: + - type: Transform + pos: 59.5,15.5 + parent: 2 + - uid: 9779 + components: + - type: Transform + pos: 73.5,29.5 + parent: 2 + - uid: 9781 + components: + - type: Transform + pos: 73.5,19.5 + parent: 2 + - uid: 9782 + components: + - type: Transform + pos: 73.5,39.5 + parent: 2 + - uid: 9972 + components: + - type: Transform + pos: 32.5,39.5 + parent: 2 + - uid: 9973 + components: + - type: Transform + pos: 69.5,47.5 + parent: 2 + - uid: 9974 + components: + - type: Transform + pos: 80.5,43.5 + parent: 2 + - uid: 9975 + components: + - type: Transform + pos: 61.5,50.5 + parent: 2 + - uid: 9976 + components: + - type: Transform + pos: 67.5,61.5 + parent: 2 + - uid: 9977 + components: + - type: Transform + pos: 52.5,56.5 + parent: 2 + - uid: 9978 + components: + - type: Transform + pos: 48.5,67.5 + parent: 2 + - uid: 9979 + components: + - type: Transform + pos: 40.5,77.5 + parent: 2 + - uid: 9981 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,67.5 + parent: 2 + - uid: 9982 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,42.5 + parent: 2 + - uid: 9984 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,11.5 + parent: 2 + - uid: 9985 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,7.5 + parent: 2 + - uid: 9986 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-5.5 + parent: 2 + - uid: 9987 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-3.5 + parent: 2 + - uid: 14887 + components: + - type: Transform + pos: 13.5,51.5 + parent: 2 + - uid: 28051 + components: + - type: Transform + pos: 24.5,-9.5 + parent: 2 +- proto: FaxMachineBase + entities: + - uid: 92 + components: + - type: Transform + pos: 25.5,44.5 + parent: 2 + - type: FaxMachine + name: Бар + - uid: 206 + components: + - type: Transform + pos: 4.5,5.5 + parent: 2 + - type: FaxMachine + name: Отдел Снабжения + - uid: 492 + components: + - type: Transform + pos: 5.5,3.5 + parent: 2 + - type: FaxMachine + name: Кабинет квартирмейстера + - uid: 688 + components: + - type: Transform + pos: 26.5,30.5 + parent: 2 + - type: FaxMachine + name: Мостик + - uid: 881 + components: + - type: Transform + pos: 20.5,20.5 + parent: 2 + - type: FaxMachine + name: Глава Персонала + - uid: 1722 + components: + - type: Transform + pos: 24.5,-3.5 + parent: 2 + - type: FaxMachine + name: Научно-Исследовательский Отдел + - uid: 1787 + components: + - type: Transform + pos: 17.5,6.5 + parent: 2 + - type: FaxMachine + name: Научный Руководитель + - uid: 2603 + components: + - type: Transform + pos: 46.5,6.5 + parent: 2 + - type: FaxMachine + name: Главный Врач + - uid: 3374 + components: + - type: Transform + pos: 40.5,34.5 + parent: 2 + - type: FaxMachine + name: Детектив + - uid: 3379 + components: + - type: Transform + pos: 39.5,66.5 + parent: 2 + - type: FaxMachine + name: Старший Инженер + - uid: 6421 + components: + - type: Transform + pos: 62.5,62.5 + parent: 2 + - type: FaxMachine + name: Библиотека + - uid: 7040 + components: + - type: Transform + pos: 55.5,24.5 + parent: 2 + - type: FaxMachine + name: Служба Безопасности + - uid: 7136 + components: + - type: Transform + pos: 43.5,68.5 + parent: 2 + - type: FaxMachine + name: Атмосферный отдел + - uid: 7442 + components: + - type: Transform + pos: 7.5,22.5 + parent: 2 + - type: FaxMachine + name: Агент Внутренних Дел + - uid: 7630 + components: + - type: Transform + pos: 37.5,10.5 + parent: 2 + - type: FaxMachine + name: Медицинский отдел + - uid: 8302 + components: + - type: Transform + pos: 50.5,30.5 + parent: 2 + - type: FaxMachine + name: Глава Службы Безопасности + - uid: 8303 + components: + - type: Transform + pos: 47.5,56.5 + parent: 2 + - type: FaxMachine + name: Инженерный отдел +- proto: FaxMachineCaptain + entities: + - uid: 939 + components: + - type: Transform + pos: 33.5,21.5 + parent: 2 + - type: FaxMachine + name: Офис Капитана +- proto: FigureSpawner + entities: + - uid: 6419 + components: + - type: Transform + pos: 66.5,63.5 + parent: 2 +- proto: filingCabinet + entities: + - uid: 2650 + components: + - type: Transform + pos: 54.5,6.5 + parent: 2 + - uid: 3280 + components: + - type: Transform + pos: 43.5,30.5 + parent: 2 +- proto: filingCabinetDrawer + entities: + - uid: 7629 + components: + - type: Transform + pos: 36.5,10.5 + parent: 2 +- proto: FireAlarm + entities: + - uid: 4312 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,3.5 + parent: 2 + - type: DeviceList + devices: + - 278 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8157 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,9.5 + parent: 2 + - type: DeviceList + devices: + - 264 + - 279 + - 268 + - 278 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14140 + components: + - type: Transform + pos: 2.5,14.5 + parent: 2 + - type: DeviceList + devices: + - 265 + - 266 + - 267 + - 280 + - 14701 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14141 + components: + - type: Transform + pos: 7.5,17.5 + parent: 2 + - type: DeviceList + devices: + - 266 + - 265 + - 264 + - 279 + - 263 + - 262 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14142 + components: + - type: Transform + pos: 16.5,15.5 + parent: 2 + - type: DeviceList + devices: + - 9422 + - 9423 + - 9424 + - 12411 + - 12412 + - 263 + - 262 + - 9427 + - 9426 + - 9425 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14143 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,19.5 + parent: 2 + - type: DeviceList + devices: + - 1168 + - 1169 + - 9425 + - 9426 + - 9427 + - 9430 + - 9429 + - 9428 + - 12434 + - 1170 + - 12410 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14144 + components: + - type: Transform + pos: 7.5,35.5 + parent: 2 + - type: DeviceList + devices: + - 9435 + - 12430 + - 9434 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14145 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,29.5 + parent: 2 + - type: DeviceList + devices: + - 9428 + - 9429 + - 9430 + - 9431 + - 9432 + - 9433 + - 9434 + - 9435 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14146 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,38.5 + parent: 2 + - type: DeviceList + devices: + - 9433 + - 9432 + - 9431 + - 12379 + - 9436 + - 9437 + - 9438 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14147 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,39.5 + parent: 2 + - type: DeviceList + devices: + - 9436 + - 9437 + - 9438 + - 9367 + - 9368 + - 9369 + - 9441 + - 9440 + - 9439 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14149 + components: + - type: Transform + pos: 37.5,46.5 + parent: 2 + - type: DeviceList + devices: + - 9373 + - 9374 + - 9375 + - 9372 + - 9371 + - 9370 + - 12403 + - 12402 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14150 + components: + - type: Transform + pos: 43.5,46.5 + parent: 2 + - type: DeviceList + devices: + - 9373 + - 9374 + - 9375 + - 9378 + - 9377 + - 9376 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14151 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,49.5 + parent: 2 + - type: DeviceList + devices: + - 9381 + - 9380 + - 9379 + - 12305 + - 12304 + - 12303 + - 12302 + - 12301 + - 9382 + - 9383 + - 9384 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14152 + components: + - type: Transform + pos: 61.5,54.5 + parent: 2 + - type: DeviceList + devices: + - 9387 + - 9386 + - 9385 + - 12308 + - 12307 + - 9382 + - 9383 + - 9384 + - 12341 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14153 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 67.5,56.5 + parent: 2 + - type: DeviceList + devices: + - 12309 + - 12308 + - 12307 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14154 + components: + - type: Transform + pos: 66.5,50.5 + parent: 2 + - type: DeviceList + devices: + - 12341 + - 12342 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14155 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,52.5 + parent: 2 + - type: DeviceList + devices: + - 12319 + - 12320 + - 12321 + - 9387 + - 9386 + - 9385 + - 9388 + - 9389 + - 9390 + - 12342 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14156 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 67.5,59.5 + parent: 2 + - type: DeviceList + devices: + - 12321 + - 12320 + - 12319 + - 4775 + - 9405 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14157 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 69.5,41.5 + parent: 2 + - type: DeviceList + devices: + - 9388 + - 9389 + - 9390 + - 12333 + - 9391 + - 9392 + - 9393 + - 12354 + - 12353 + - 9399 + - 9398 + - 9397 + - 12358 + - 12357 + - 12356 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14158 + components: + - type: Transform + pos: 65.5,41.5 + parent: 2 + - type: DeviceList + devices: + - 12353 + - 12354 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14159 + components: + - type: Transform + pos: 80.5,39.5 + parent: 2 + - type: DeviceList + devices: + - 9391 + - 9392 + - 9393 + - 4627 + - 9404 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14160 + components: + - type: Transform + pos: 76.5,43.5 + parent: 2 + - type: DeviceList + devices: + - 12333 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14161 + components: + - type: Transform + pos: 80.5,35.5 + parent: 2 + - type: DeviceList + devices: + - 12359 + - 12358 + - 12357 + - 12356 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14162 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 82.5,27.5 + parent: 2 + - type: DeviceList + devices: + - 12359 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14163 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 69.5,25.5 + parent: 2 + - type: DeviceList + devices: + - 8869 + - 9408 + - 9409 + - 9399 + - 9398 + - 9397 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14164 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 69.5,19.5 + parent: 2 + - type: DeviceList + devices: + - 8869 + - 9408 + - 9409 + - 9412 + - 9411 + - 9410 + - 5554 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14165 + components: + - type: Transform + pos: 63.5,15.5 + parent: 2 + - type: DeviceList + devices: + - 9416 + - 9417 + - 9418 + - 9413 + - 9414 + - 9415 + - 12365 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14166 + components: + - type: Transform + pos: 53.5,15.5 + parent: 2 + - type: DeviceList + devices: + - 9419 + - 9420 + - 9421 + - 9418 + - 9417 + - 9416 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14167 + components: + - type: Transform + pos: 43.5,15.5 + parent: 2 + - type: DeviceList + devices: + - 9419 + - 9420 + - 9421 + - 9358 + - 9359 + - 9360 + - 5333 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14168 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,33.5 + parent: 2 + - type: DeviceList + devices: + - 9366 + - 9365 + - 9364 + - 9363 + - 9362 + - 9361 + - 1171 + - 3823 + - 3824 + - 3833 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14169 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,17.5 + parent: 2 + - type: DeviceList + devices: + - 9355 + - 9356 + - 9357 + - 9363 + - 9362 + - 9361 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14170 + components: + - type: Transform + pos: 27.5,15.5 + parent: 2 + - type: DeviceList + devices: + - 9341 + - 9342 + - 9343 + - 9344 + - 9345 + - 9346 + - 9347 + - 9348 + - 9349 + - 9351 + - 9350 + - 9352 + - 9354 + - 9353 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14171 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,2.5 + parent: 2 + - type: DeviceList + devices: + - 1763 + - 1762 + - 5332 + - 5331 + - 5330 + - 5329 + - 1765 + - 1764 + - 1768 + - 1769 + - 1770 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14172 + components: + - type: Transform + pos: 18.5,15.5 + parent: 2 + - type: DeviceList + devices: + - 9422 + - 9423 + - 9424 + - 9343 + - 9342 + - 9341 + - 1175 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14173 + components: + - type: Transform + pos: 32.5,27.5 + parent: 2 + - type: DeviceList + devices: + - 1171 + - 1172 + - 1173 + - 1170 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14174 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,22.5 + parent: 2 + - type: DeviceList + devices: + - 1172 + - 1179 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14175 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,18.5 + parent: 2 + - type: DeviceList + devices: + - 1168 + - 1169 + - 1173 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14176 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,28.5 + parent: 2 + - type: DeviceList + devices: + - 12434 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14177 + components: + - type: Transform + pos: 8.5,24.5 + parent: 2 + - type: DeviceList + devices: + - 12410 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14178 + components: + - type: Transform + pos: 17.5,45.5 + parent: 2 + - type: DeviceList + devices: + - 12379 + - 12381 + - 12380 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14179 + components: + - type: Transform + pos: 14.5,52.5 + parent: 2 + - type: DeviceList + devices: + - 12375 + - 12376 + - 12377 + - 12378 + - 12374 + - 12381 + - 12380 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14180 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,42.5 + parent: 2 + - type: DeviceList + devices: + - 9439 + - 9440 + - 9441 + - 12403 + - 12402 + - 5149 + - 4934 + - 12375 + - 12376 + - 12377 + - 12378 + - 12374 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14181 + components: + - type: Transform + pos: 36.5,53.5 + parent: 2 + - type: DeviceList + devices: + - 4934 + - 5149 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14182 + components: + - type: Transform + pos: 43.5,29.5 + parent: 2 + - type: DeviceList + devices: + - 3824 + - 3823 + - 3846 + - 3847 + - 3826 + - 3825 + - 3827 + - 3828 + - 3830 + - 3832 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14183 + components: + - type: Transform + pos: 43.5,33.5 + parent: 2 + - type: DeviceList + devices: + - 3828 + - 3847 + - 3846 + - 3833 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14184 + components: + - type: Transform + pos: 39.5,37.5 + parent: 2 + - type: DeviceList + devices: + - 3831 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14185 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,42.5 + parent: 2 + - type: DeviceList + devices: + - 3830 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14186 + components: + - type: Transform + pos: 51.5,34.5 + parent: 2 + - type: DeviceList + devices: + - 3827 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14187 + components: + - type: Transform + pos: 55.5,25.5 + parent: 2 + - type: DeviceList + devices: + - 3826 + - 3825 + - 3821 + - 3822 + - 3836 + - 3834 + - 3835 + - 3841 + - 3840 + - 3838 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14188 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,20.5 + parent: 2 + - type: DeviceList + devices: + - 3836 + - 3834 + - 3835 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14189 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,18.5 + parent: 2 + - type: DeviceList + devices: + - 3838 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14190 + components: + - type: Transform + pos: 60.5,23.5 + parent: 2 + - type: DeviceList + devices: + - 3840 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14191 + components: + - type: Transform + pos: 60.5,28.5 + parent: 2 + - type: DeviceList + devices: + - 3841 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14192 + components: + - type: Transform + pos: 23.5,19.5 + parent: 2 + - type: DeviceList + devices: + - 1175 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14193 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,10.5 + parent: 2 + - type: DeviceList + devices: + - 1765 + - 1764 + - 1907 + - 1908 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14194 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,4.5 + parent: 2 + - type: DeviceList + devices: + - 1906 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14195 + components: + - type: Transform + pos: 22.5,2.5 + parent: 2 + - type: DeviceList + devices: + - 1766 + - 1767 + - 1909 + - 1910 + - 1905 + - 1773 + - 1772 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14196 + components: + - type: Transform + pos: 26.5,2.5 + parent: 2 + - type: DeviceList + devices: + - 1768 + - 1769 + - 1770 + - 1766 + - 1767 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14197 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-3.5 + parent: 2 + - type: DeviceList + devices: + - 1773 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14198 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-8.5 + parent: 2 + - type: DeviceList + devices: + - 9607 + - 9608 + - 1772 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14199 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-9.5 + parent: 2 + - type: DeviceList + devices: + - 9608 + - 9607 + - 9609 + - 9610 + - 9860 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14200 + components: + - type: Transform + pos: 24.5,-13.5 + parent: 2 + - type: DeviceList + devices: + - 1771 + - 9860 + - 9610 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14201 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,3.5 + parent: 2 + - type: DeviceList + devices: + - 1906 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14202 + components: + - type: Transform + pos: 35.5,7.5 + parent: 2 + - type: DeviceList + devices: + - 5330 + - 5329 + - 5331 + - 5332 + - 5335 + - 5334 + - 5347 + - 5344 + - 5339 + - 5365 + - 5364 + - 5345 + - 5346 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14203 + components: + - type: Transform + pos: 43.5,11.5 + parent: 2 + - type: DeviceList + devices: + - 5333 + - 5335 + - 5334 + - 5336 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14204 + components: + - type: Transform + pos: 48.5,11.5 + parent: 2 + - type: DeviceList + devices: + - 5347 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14205 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,0.5 + parent: 2 + - type: DeviceList + devices: + - 5338 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14206 + components: + - type: Transform + pos: 57.5,-1.5 + parent: 2 + - type: DeviceList + devices: + - 5339 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14207 + components: + - type: Transform + pos: 42.5,-5.5 + parent: 2 + - type: DeviceList + devices: + - 6005 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14208 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,-8.5 + parent: 2 + - type: DeviceList + devices: + - 5342 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14209 + components: + - type: Transform + pos: 43.5,-1.5 + parent: 2 + - type: DeviceList + devices: + - 5343 + - 6005 + - 5342 + - 5338 + - 5364 + - 5365 + - 5340 + - 5341 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14210 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,7.5 + parent: 2 + - type: DeviceList + devices: + - 12412 + - 12411 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14211 + components: + - type: Transform + pos: 67.5,11.5 + parent: 2 + - type: DeviceList + devices: + - 12365 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14212 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 74.5,15.5 + parent: 2 + - type: DeviceList + devices: + - 5554 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14213 + components: + - type: Transform + pos: 47.5,58.5 + parent: 2 + - type: DeviceList + devices: + - 12297 + - 12305 + - 12304 + - 12303 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14214 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,55.5 + parent: 2 + - type: DeviceList + devices: + - 12302 + - 12301 + - 12299 + - 12298 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14215 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,62.5 + parent: 2 + - type: DeviceList + devices: + - 12297 + - 12299 + - 12298 + - 12265 + - 12257 + - 12267 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14216 + components: + - type: Transform + pos: 42.5,73.5 + parent: 2 + - type: DeviceList + devices: + - 12252 + - 12251 + - 12255 + - 12256 + - 12257 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14217 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,64.5 + parent: 2 + - type: DeviceList + devices: + - 12267 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14218 + components: + - type: Transform + pos: 46.5,75.5 + parent: 2 + - type: DeviceList + devices: + - 12262 + - 12255 + - 12256 + - 12265 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14219 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,75.5 + parent: 2 + - type: DeviceList + devices: + - 12263 + - 12262 + - 12261 + - 12250 + - 12259 + - 12260 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14220 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,0.5 + parent: 2 + - type: DeviceList + devices: + - 278 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14775 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 80.5,68.5 + parent: 2 + - type: DeviceList + devices: + - 14796 + - type: AtmosDevice + joinedGrid: 2 +- proto: FireAxeCabinetFilled + entities: + - uid: 1040 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,27.5 + parent: 2 + - uid: 9980 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,77.5 + parent: 2 +- proto: Firelock + entities: + - uid: 264 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8157 + - 14141 + - uid: 265 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,13.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14140 + - 14141 + - uid: 266 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,14.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14140 + - 14141 + - uid: 268 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,7.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8157 + - uid: 278 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 4312 + - 14220 + - 8157 + - uid: 279 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 8157 + - 14141 + - uid: 280 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14140 + - uid: 1172 + components: + - type: Transform + pos: 28.5,23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14173 + - 14174 + - uid: 1173 + components: + - type: Transform + pos: 20.5,23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14173 + - 14175 + - uid: 1174 + components: + - type: Transform + pos: 28.5,15.5 + parent: 2 + - uid: 1175 + components: + - type: Transform + pos: 23.5,15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14172 + - 14192 + - uid: 1179 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,20.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14174 + - uid: 1578 + components: + - type: Transform + pos: 30.5,-8.5 + parent: 2 + - uid: 1581 + components: + - type: Transform + pos: 52.5,-12.5 + parent: 2 + - uid: 1583 + components: + - type: Transform + pos: 40.5,-11.5 + parent: 2 + - uid: 1585 + components: + - type: Transform + pos: 40.5,-10.5 + parent: 2 + - uid: 1588 + components: + - type: Transform + pos: 86.5,15.5 + parent: 2 + - uid: 1594 + components: + - type: Transform + pos: 35.5,57.5 + parent: 2 + - uid: 1597 + components: + - type: Transform + pos: 36.5,57.5 + parent: 2 + - uid: 1598 + components: + - type: Transform + pos: 43.5,54.5 + parent: 2 + - uid: 1643 + components: + - type: Transform + pos: 29.5,-14.5 + parent: 2 + - uid: 1757 + components: + - type: Transform + pos: 43.5,55.5 + parent: 2 + - uid: 1762 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14171 + - uid: 1763 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14171 + - uid: 1764 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,10.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14171 + - 14193 + - uid: 1765 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,9.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14171 + - 14193 + - uid: 1771 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14200 + - uid: 1905 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14195 + - uid: 1906 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14194 + - 14201 + - uid: 1907 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14193 + - uid: 1908 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14193 + - uid: 1909 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14195 + - uid: 1910 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14195 + - uid: 1946 + components: + - type: Transform + pos: 79.5,10.5 + parent: 2 + - uid: 1971 + components: + - type: Transform + pos: 79.5,11.5 + parent: 2 + - uid: 1972 + components: + - type: Transform + pos: 85.5,15.5 + parent: 2 + - uid: 3827 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,31.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14182 + - 14186 + - uid: 3828 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,31.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14182 + - 14183 + - uid: 3830 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,35.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14182 + - 14185 + - uid: 3831 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,37.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14184 + - uid: 3832 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,37.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14182 + - uid: 3836 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14187 + - 14188 + - uid: 3840 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14187 + - 14190 + - uid: 3841 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,24.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14187 + - 14191 + - uid: 4934 + components: + - type: Transform + pos: 34.5,48.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14180 + - 14181 + - uid: 5149 + components: + - type: Transform + pos: 34.5,47.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14180 + - 14181 + - uid: 5334 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14202 + - 14203 + - uid: 5335 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14202 + - 14203 + - uid: 5336 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14203 + - uid: 5338 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,-0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14205 + - 14209 + - uid: 5339 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14202 + - 14206 + - uid: 5340 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14209 + - uid: 5341 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14209 + - uid: 5344 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14202 + - uid: 5345 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,9.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14202 + - uid: 5346 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14202 + - uid: 5347 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14202 + - 14204 + - uid: 5554 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 73.5,17.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14164 + - 14212 + - uid: 6005 + components: + - type: Transform + pos: 43.5,-6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14207 + - 14209 + - uid: 12262 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,75.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14218 + - 14219 + - uid: 12267 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,65.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14215 + - 14217 + - uid: 12297 + components: + - type: Transform + pos: 48.5,58.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14213 + - 14215 + - uid: 12298 + components: + - type: Transform + pos: 54.5,58.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14214 + - 14215 + - uid: 12299 + components: + - type: Transform + pos: 53.5,58.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14214 + - 14215 + - uid: 12301 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,54.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14151 + - 14214 + - uid: 12302 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,54.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14151 + - 14214 + - uid: 12309 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 61.5,63.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14153 + - uid: 12333 + components: + - type: Transform + pos: 73.5,41.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14157 + - 14160 + - uid: 12341 + components: + - type: Transform + pos: 67.5,50.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14154 + - 14152 + - uid: 12342 + components: + - type: Transform + pos: 69.5,48.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14154 + - 14155 + - uid: 12365 + components: + - type: Transform + pos: 65.5,11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14165 + - 14211 + - uid: 12496 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,23.5 + parent: 2 + - uid: 14624 + components: + - type: Transform + pos: 23.5,-30.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14640 + - uid: 14625 + components: + - type: Transform + pos: 22.5,-30.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14640 + - uid: 14644 + components: + - type: Transform + pos: 21.5,-18.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14651 + - 14652 + - uid: 14645 + components: + - type: Transform + pos: 21.5,-19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14651 + - 14652 + - uid: 14646 + components: + - type: Transform + pos: 25.5,-19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14651 + - 14653 + - uid: 14647 + components: + - type: Transform + pos: 12.5,-18.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14652 + - uid: 14648 + components: + - type: Transform + pos: 12.5,-19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14652 + - uid: 14649 + components: + - type: Transform + pos: 28.5,-16.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14653 + - uid: 14701 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14140 + - 273 + - uid: 14796 + components: + - type: Transform + pos: 78.5,66.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14775 + - 14822 + - uid: 27994 + components: + - type: Transform + pos: 13.5,-9.5 + parent: 2 + - uid: 27995 + components: + - type: Transform + pos: 13.5,0.5 + parent: 2 + - uid: 28142 + components: + - type: Transform + pos: 64.5,26.5 + parent: 2 + - uid: 28143 + components: + - type: Transform + pos: 63.5,34.5 + parent: 2 + - uid: 28145 + components: + - type: Transform + pos: 62.5,35.5 + parent: 2 + - uid: 28146 + components: + - type: Transform + pos: 57.5,42.5 + parent: 2 +- proto: FirelockEdge + entities: + - uid: 267 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,13.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14140 + - uid: 3821 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14187 + - uid: 3822 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,16.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14187 + - uid: 9609 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,-11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14199 + - uid: 12250 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,87.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14219 + - uid: 12251 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,71.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14216 + - uid: 12252 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,72.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14216 + - uid: 12259 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,71.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14219 + - uid: 12260 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,72.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14219 + - uid: 12261 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,76.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14219 + - uid: 12263 + components: + - type: Transform + pos: 47.5,76.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14219 + - uid: 14626 + components: + - type: Transform + pos: 18.5,-33.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14640 + - uid: 14627 + components: + - type: Transform + pos: 22.5,-19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14651 + - uid: 14628 + components: + - type: Transform + pos: 23.5,-19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14651 +- proto: FirelockGlass + entities: + - uid: 262 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14141 + - 14142 + - uid: 263 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,14.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14141 + - 14142 + - uid: 1168 + components: + - type: Transform + pos: 14.5,21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14143 + - 14175 + - uid: 1169 + components: + - type: Transform + pos: 14.5,17.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14143 + - 14175 + - uid: 1170 + components: + - type: Transform + pos: 14.5,25.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14143 + - 14173 + - uid: 1171 + components: + - type: Transform + pos: 34.5,25.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14168 + - 14173 + - uid: 1180 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,15.5 + parent: 2 + - uid: 1181 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,15.5 + parent: 2 + - uid: 1766 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14195 + - 14196 + - uid: 1767 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14195 + - 14196 + - uid: 1768 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,2.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14171 + - 14196 + - uid: 1769 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,2.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14171 + - 14196 + - uid: 1770 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,2.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14171 + - 14196 + - uid: 1772 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14195 + - 14198 + - uid: 1773 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-2.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14195 + - 14197 + - uid: 3823 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,26.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14168 + - 14182 + - uid: 3824 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,28.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14168 + - 14182 + - uid: 3825 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,25.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14182 + - 14187 + - uid: 3826 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,25.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14182 + - 14187 + - uid: 3833 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,32.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14168 + - 14183 + - uid: 3834 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14187 + - 14188 + - uid: 3835 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14187 + - 14188 + - uid: 3838 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.5,19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14187 + - 14189 + - uid: 3846 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,29.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14182 + - 14183 + - uid: 3847 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,29.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14182 + - 14183 + - uid: 4627 + components: + - type: Transform + pos: 82.5,51.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14159 + - uid: 4775 + components: + - type: Transform + pos: 82.5,54.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14156 + - uid: 5329 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,10.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14171 + - 14202 + - uid: 5330 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,9.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14171 + - 14202 + - uid: 5331 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14171 + - 14202 + - uid: 5332 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14171 + - 14202 + - uid: 5333 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,10.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14167 + - 14203 + - uid: 5342 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,-10.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14208 + - 14209 + - uid: 5343 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,-11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14209 + - uid: 5364 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14202 + - 14209 + - uid: 5365 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14202 + - 14209 + - uid: 8869 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14163 + - 14164 + - uid: 9341 + components: + - type: Transform + pos: 25.5,14.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14170 + - 14172 + - uid: 9342 + components: + - type: Transform + pos: 25.5,13.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14170 + - 14172 + - uid: 9343 + components: + - type: Transform + pos: 25.5,12.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14170 + - 14172 + - uid: 9344 + components: + - type: Transform + pos: 34.5,14.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14170 + - uid: 9345 + components: + - type: Transform + pos: 34.5,13.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14170 + - uid: 9346 + components: + - type: Transform + pos: 34.5,12.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14170 + - uid: 9347 + components: + - type: Transform + pos: 33.5,11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14170 + - uid: 9348 + components: + - type: Transform + pos: 32.5,11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14170 + - uid: 9349 + components: + - type: Transform + pos: 31.5,11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14170 + - uid: 9350 + components: + - type: Transform + pos: 30.5,11.5 + parent: 2 + - type: Door + secondsUntilStateChange: -773.15955 + state: Closing + - type: DeviceNetwork + deviceLists: + - 14170 + - uid: 9351 + components: + - type: Transform + pos: 29.5,11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14170 + - uid: 9352 + components: + - type: Transform + pos: 28.5,11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14170 + - uid: 9353 + components: + - type: Transform + pos: 27.5,11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14170 + - uid: 9354 + components: + - type: Transform + pos: 26.5,11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14170 + - uid: 9355 + components: + - type: Transform + pos: 35.5,15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14169 + - uid: 9356 + components: + - type: Transform + pos: 36.5,15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14169 + - uid: 9357 + components: + - type: Transform + pos: 37.5,15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14169 + - uid: 9358 + components: + - type: Transform + pos: 39.5,14.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14167 + - uid: 9359 + components: + - type: Transform + pos: 39.5,13.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14167 + - uid: 9360 + components: + - type: Transform + pos: 39.5,12.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14167 + - uid: 9361 + components: + - type: Transform + pos: 35.5,22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14168 + - 14169 + - uid: 9362 + components: + - type: Transform + pos: 36.5,22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14168 + - 14169 + - uid: 9363 + components: + - type: Transform + pos: 37.5,22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14168 + - 14169 + - uid: 9364 + components: + - type: Transform + pos: 35.5,34.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14168 + - uid: 9365 + components: + - type: Transform + pos: 36.5,34.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14168 + - uid: 9366 + components: + - type: Transform + pos: 37.5,34.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14168 + - uid: 9367 + components: + - type: Transform + pos: 33.5,38.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14147 + - uid: 9368 + components: + - type: Transform + pos: 33.5,37.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14147 + - uid: 9369 + components: + - type: Transform + pos: 33.5,36.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14147 + - uid: 9370 + components: + - type: Transform + pos: 35.5,39.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14149 + - uid: 9371 + components: + - type: Transform + pos: 36.5,39.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14149 + - uid: 9372 + components: + - type: Transform + pos: 37.5,39.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14149 + - uid: 9373 + components: + - type: Transform + pos: 38.5,45.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14149 + - 14150 + - uid: 9374 + components: + - type: Transform + pos: 38.5,44.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14149 + - 14150 + - uid: 9375 + components: + - type: Transform + pos: 38.5,43.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14149 + - 14150 + - uid: 9376 + components: + - type: Transform + pos: 44.5,45.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14150 + - uid: 9377 + components: + - type: Transform + pos: 44.5,44.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14150 + - uid: 9378 + components: + - type: Transform + pos: 44.5,43.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14150 + - uid: 9379 + components: + - type: Transform + pos: 45.5,46.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14151 + - uid: 9380 + components: + - type: Transform + pos: 46.5,46.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14151 + - uid: 9381 + components: + - type: Transform + pos: 47.5,46.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14151 + - uid: 9382 + components: + - type: Transform + pos: 58.5,53.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14151 + - 14152 + - uid: 9383 + components: + - type: Transform + pos: 58.5,52.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14151 + - 14152 + - uid: 9384 + components: + - type: Transform + pos: 58.5,51.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14151 + - 14152 + - uid: 9385 + components: + - type: Transform + pos: 68.5,51.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14152 + - 14155 + - uid: 9386 + components: + - type: Transform + pos: 68.5,52.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14152 + - 14155 + - uid: 9387 + components: + - type: Transform + pos: 68.5,53.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14152 + - 14155 + - uid: 9388 + components: + - type: Transform + pos: 70.5,47.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14155 + - 14157 + - uid: 9389 + components: + - type: Transform + pos: 71.5,47.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14155 + - 14157 + - uid: 9390 + components: + - type: Transform + pos: 72.5,47.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14155 + - 14157 + - uid: 9391 + components: + - type: Transform + pos: 73.5,38.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14157 + - 14159 + - uid: 9392 + components: + - type: Transform + pos: 73.5,37.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14157 + - 14159 + - uid: 9393 + components: + - type: Transform + pos: 73.5,36.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14157 + - 14159 + - uid: 9397 + components: + - type: Transform + pos: 70.5,29.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14157 + - 14163 + - uid: 9398 + components: + - type: Transform + pos: 71.5,29.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14157 + - 14163 + - uid: 9399 + components: + - type: Transform + pos: 72.5,29.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14157 + - 14163 + - uid: 9404 + components: + - type: Transform + pos: 81.5,51.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14159 + - uid: 9405 + components: + - type: Transform + pos: 81.5,54.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14156 + - uid: 9408 + components: + - type: Transform + pos: 71.5,22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14163 + - 14164 + - uid: 9409 + components: + - type: Transform + pos: 72.5,22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14163 + - 14164 + - uid: 9410 + components: + - type: Transform + pos: 70.5,15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14164 + - uid: 9411 + components: + - type: Transform + pos: 71.5,15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14164 + - uid: 9412 + components: + - type: Transform + pos: 72.5,15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14164 + - uid: 9413 + components: + - type: Transform + pos: 69.5,14.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14165 + - uid: 9414 + components: + - type: Transform + pos: 69.5,13.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14165 + - uid: 9415 + components: + - type: Transform + pos: 69.5,12.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14165 + - uid: 9416 + components: + - type: Transform + pos: 58.5,14.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14165 + - 14166 + - uid: 9417 + components: + - type: Transform + pos: 58.5,13.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14165 + - 14166 + - uid: 9418 + components: + - type: Transform + pos: 58.5,12.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14165 + - 14166 + - uid: 9419 + components: + - type: Transform + pos: 46.5,14.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14166 + - 14167 + - uid: 9420 + components: + - type: Transform + pos: 46.5,13.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14166 + - 14167 + - uid: 9421 + components: + - type: Transform + pos: 46.5,12.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14166 + - 14167 + - uid: 9422 + components: + - type: Transform + pos: 16.5,14.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14142 + - 14172 + - uid: 9423 + components: + - type: Transform + pos: 16.5,13.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14142 + - 14172 + - uid: 9424 + components: + - type: Transform + pos: 16.5,12.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14142 + - 14172 + - uid: 9425 + components: + - type: Transform + pos: 13.5,16.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14142 + - 14143 + - uid: 9426 + components: + - type: Transform + pos: 12.5,16.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14142 + - 14143 + - uid: 9427 + components: + - type: Transform + pos: 11.5,16.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14142 + - 14143 + - uid: 9428 + components: + - type: Transform + pos: 11.5,27.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14143 + - 14145 + - uid: 9429 + components: + - type: Transform + pos: 12.5,27.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14143 + - 14145 + - uid: 9430 + components: + - type: Transform + pos: 13.5,27.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14143 + - 14145 + - uid: 9431 + components: + - type: Transform + pos: 13.5,34.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14145 + - 14146 + - uid: 9432 + components: + - type: Transform + pos: 12.5,34.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14145 + - 14146 + - uid: 9433 + components: + - type: Transform + pos: 11.5,34.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14145 + - 14146 + - uid: 9434 + components: + - type: Transform + pos: 10.5,33.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14144 + - 14145 + - uid: 9435 + components: + - type: Transform + pos: 10.5,32.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14144 + - 14145 + - uid: 9436 + components: + - type: Transform + pos: 24.5,38.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14146 + - 14147 + - uid: 9437 + components: + - type: Transform + pos: 24.5,37.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14146 + - 14147 + - uid: 9438 + components: + - type: Transform + pos: 24.5,36.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14146 + - 14147 + - uid: 9439 + components: + - type: Transform + pos: 26.5,39.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14147 + - 14180 + - uid: 9440 + components: + - type: Transform + pos: 27.5,39.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14147 + - 14180 + - uid: 9441 + components: + - type: Transform + pos: 28.5,39.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14147 + - 14180 + - uid: 9607 + components: + - type: Transform + pos: 23.5,-9.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14198 + - 14199 + - uid: 9608 + components: + - type: Transform + pos: 22.5,-9.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14198 + - 14199 + - uid: 9610 + components: + - type: Transform + pos: 22.5,-13.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14199 + - 14200 + - uid: 9860 + components: + - type: Transform + pos: 23.5,-13.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14199 + - 14200 + - uid: 12255 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,70.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14218 + - 14216 + - uid: 12256 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,69.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14218 + - 14216 + - uid: 12257 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,67.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14215 + - 14216 + - uid: 12265 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,67.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14215 + - 14218 + - uid: 12303 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,54.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14151 + - 14213 + - uid: 12304 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,54.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14151 + - 14213 + - uid: 12305 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,54.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14151 + - 14213 + - uid: 12307 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 66.5,54.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14152 + - 14153 + - uid: 12308 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 65.5,54.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14152 + - 14153 + - uid: 12319 + components: + - type: Transform + pos: 71.5,54.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14155 + - 14156 + - uid: 12320 + components: + - type: Transform + pos: 70.5,54.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14155 + - 14156 + - uid: 12321 + components: + - type: Transform + pos: 69.5,54.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14155 + - 14156 + - uid: 12353 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,39.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14157 + - 14158 + - uid: 12354 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,38.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14157 + - 14158 + - uid: 12356 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 73.5,33.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14157 + - 14161 + - uid: 12357 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 73.5,32.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14157 + - 14161 + - uid: 12358 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 73.5,31.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14157 + - 14161 + - uid: 12359 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 81.5,29.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14161 + - 14162 + - uid: 12374 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,51.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14179 + - 14180 + - uid: 12375 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,50.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14179 + - 14180 + - uid: 12376 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,49.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14179 + - 14180 + - uid: 12377 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,48.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14179 + - 14180 + - uid: 12378 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,47.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14179 + - 14180 + - uid: 12379 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,39.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14146 + - 14178 + - uid: 12380 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,45.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14178 + - 14179 + - uid: 12381 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,45.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14178 + - 14179 + - uid: 12402 + components: + - type: Transform + pos: 34.5,42.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14149 + - 14180 + - uid: 12403 + components: + - type: Transform + pos: 34.5,41.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14149 + - 14180 + - uid: 12410 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14143 + - 14177 + - uid: 12411 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14142 + - 14210 + - uid: 12412 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14142 + - 14210 + - uid: 12430 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,30.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14144 + - uid: 12434 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,26.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14143 + - 14176 + - uid: 14629 + components: + - type: Transform + pos: 23.5,-17.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14651 + - uid: 14630 + components: + - type: Transform + pos: 22.5,-17.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14651 +- proto: Fireplace + entities: + - uid: 885 + components: + - type: Transform + pos: 17.5,17.5 + parent: 2 + - uid: 946 + components: + - type: Transform + pos: 30.5,22.5 + parent: 2 + - uid: 6434 + components: + - type: Transform + pos: 60.5,65.5 + parent: 2 + - uid: 7255 + components: + - type: Transform + pos: 42.5,62.5 + parent: 2 +- proto: Flash + entities: + - uid: 564 + components: + - type: Transform + pos: 15.573995,8.404448 + parent: 2 + - uid: 621 + components: + - type: Transform + pos: 22.517164,30.647932 + parent: 2 +- proto: FlashPayload + entities: + - uid: 14399 + components: + - type: Transform + pos: 21.418215,-33.393074 + parent: 2 +- proto: FloorBananiumEntity + entities: + - uid: 1707 + components: + - type: Transform + pos: 73.5,4.5 + parent: 2 + - uid: 1759 + components: + - type: Transform + pos: 72.5,5.5 + parent: 2 + - uid: 1760 + components: + - type: Transform + pos: 72.5,6.5 + parent: 2 + - uid: 1761 + components: + - type: Transform + pos: 72.5,4.5 + parent: 2 + - uid: 1792 + components: + - type: Transform + pos: 72.5,6.5 + parent: 2 + - uid: 1951 + components: + - type: Transform + pos: 72.5,6.5 + parent: 2 + - uid: 1970 + components: + - type: Transform + pos: 73.5,6.5 + parent: 2 + - uid: 1973 + components: + - type: Transform + pos: 74.5,6.5 + parent: 2 + - uid: 1977 + components: + - type: Transform + pos: 74.5,5.5 + parent: 2 + - uid: 1978 + components: + - type: Transform + pos: 74.5,4.5 + parent: 2 + - uid: 1996 + components: + - type: Transform + pos: 74.5,4.5 + parent: 2 + - uid: 8120 + components: + - type: Transform + pos: 73.5,5.5 + parent: 2 + - uid: 10462 + components: + - type: Transform + pos: 73.5,6.5 + parent: 2 + - uid: 10463 + components: + - type: Transform + pos: 74.5,5.5 + parent: 2 +- proto: FloorDrain + entities: + - uid: 953 + components: + - type: Transform + pos: 22.5,21.5 + parent: 2 + - type: Drain + accumulator: 0.1664857 + - type: Fixtures + fixtures: {} + - uid: 2321 + components: + - type: Transform + pos: 42.5,8.5 + parent: 2 + - type: Drain + accumulator: 0.1664857 + - type: Fixtures + fixtures: {} + - uid: 2440 + components: + - type: Transform + pos: 52.5,0.5 + parent: 2 + - type: Drain + accumulator: 0.1664857 + - type: Fixtures + fixtures: {} + - uid: 4503 + components: + - type: Transform + pos: 15.5,54.5 + parent: 2 + - type: Drain + accumulator: 0.1664857 + - type: Fixtures + fixtures: {} + - uid: 5153 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 66.5,48.5 + parent: 2 + - type: Drain + accumulator: 0.1664857 + - type: Fixtures + fixtures: {} + - uid: 9563 + components: + - type: Transform + pos: 54.5,-10.5 + parent: 2 + - type: Drain + accumulator: 0.1664857 + - type: Fixtures + fixtures: {} +- proto: FloorWaterEntity + entities: + - uid: 8023 + components: + - type: Transform + pos: 56.5,-14.5 + parent: 2 + - uid: 8029 + components: + - type: Transform + pos: 58.5,-14.5 + parent: 2 + - uid: 8035 + components: + - type: Transform + pos: 57.5,-14.5 + parent: 2 + - uid: 8038 + components: + - type: Transform + pos: 54.5,-14.5 + parent: 2 + - uid: 8040 + components: + - type: Transform + pos: 55.5,-14.5 + parent: 2 + - uid: 8110 + components: + - type: Transform + pos: 58.5,-14.5 + parent: 2 + - uid: 8112 + components: + - type: Transform + pos: 55.5,-14.5 + parent: 2 + - uid: 8114 + components: + - type: Transform + pos: 56.5,-14.5 + parent: 2 + - uid: 8130 + components: + - type: Transform + pos: 54.5,-14.5 + parent: 2 + - uid: 8141 + components: + - type: Transform + pos: 57.5,-14.5 + parent: 2 + - uid: 9537 + components: + - type: Transform + pos: 54.5,-12.5 + parent: 2 + - uid: 9538 + components: + - type: Transform + pos: 54.5,-13.5 + parent: 2 + - uid: 9539 + components: + - type: Transform + pos: 55.5,-12.5 + parent: 2 + - uid: 9540 + components: + - type: Transform + pos: 55.5,-13.5 + parent: 2 + - uid: 9541 + components: + - type: Transform + pos: 56.5,-12.5 + parent: 2 + - uid: 9542 + components: + - type: Transform + pos: 56.5,-13.5 + parent: 2 + - uid: 9543 + components: + - type: Transform + pos: 57.5,-12.5 + parent: 2 + - uid: 9544 + components: + - type: Transform + pos: 57.5,-13.5 + parent: 2 + - uid: 9545 + components: + - type: Transform + pos: 58.5,-12.5 + parent: 2 + - uid: 9546 + components: + - type: Transform + pos: 58.5,-13.5 + parent: 2 + - uid: 9547 + components: + - type: Transform + pos: 54.5,-12.5 + parent: 2 + - uid: 9548 + components: + - type: Transform + pos: 54.5,-13.5 + parent: 2 + - uid: 9549 + components: + - type: Transform + pos: 55.5,-12.5 + parent: 2 + - uid: 9550 + components: + - type: Transform + pos: 55.5,-13.5 + parent: 2 + - uid: 9551 + components: + - type: Transform + pos: 56.5,-12.5 + parent: 2 + - uid: 9552 + components: + - type: Transform + pos: 56.5,-13.5 + parent: 2 + - uid: 9553 + components: + - type: Transform + pos: 57.5,-12.5 + parent: 2 + - uid: 9554 + components: + - type: Transform + pos: 57.5,-13.5 + parent: 2 + - uid: 9555 + components: + - type: Transform + pos: 58.5,-12.5 + parent: 2 + - uid: 9556 + components: + - type: Transform + pos: 58.5,-13.5 + parent: 2 +- proto: FloraTree05 + entities: + - uid: 9277 + components: + - type: Transform + pos: 76.18449,48.718914 + parent: 2 +- proto: FloraTreeLarge03 + entities: + - uid: 4739 + components: + - type: Transform + pos: 29.949375,6.7081037 + parent: 2 +- proto: FloraTreeSnow03 + entities: + - uid: 9276 + components: + - type: Transform + pos: 76.48694,46.088165 + parent: 2 +- proto: FloraTreeSnow05 + entities: + - uid: 9275 + components: + - type: Transform + pos: 74.83069,44.94754 + parent: 2 +- proto: FluteInstrument + entities: + - uid: 4718 + components: + - type: Transform + pos: 41.418358,47.609325 + parent: 2 +- proto: FoodApple + entities: + - uid: 4737 + components: + - type: Transform + pos: 29.423895,6.6131506 + parent: 2 +- proto: FoodBadRecipe + entities: + - uid: 8623 + components: + - type: Transform + pos: 19.592018,49.649807 + parent: 2 + - uid: 8627 + components: + - type: Transform + pos: 19.445251,49.337925 + parent: 2 +- proto: FoodBakedMuffinBerry + entities: + - uid: 963 + components: + - type: MetaData + desc: Космический маффин. Это всё. + name: ягодный космический маффин + - type: Transform + pos: 24.53755,33.495083 + parent: 2 +- proto: FoodBanana + entities: + - uid: 8901 + components: + - type: MetaData + desc: Огузку, который чистит бананы. + name: банан Алона + - type: Transform + pos: 37.39016,-27.527092 + parent: 2 +- proto: FoodBloodTomato + entities: + - uid: 14935 + components: + - type: Transform + pos: 79.25634,8.442008 + parent: 2 + - uid: 14936 + components: + - type: Transform + pos: 78.13134,6.8795075 + parent: 2 +- proto: FoodBoxDonkpocketHonk + entities: + - uid: 4767 + components: + - type: Transform + pos: 17.569256,48.843475 + parent: 2 +- proto: FoodBoxDonut + entities: + - uid: 1502 + components: + - type: Transform + pos: 25.383078,25.601715 + parent: 2 + - uid: 3350 + components: + - type: Transform + pos: 41.501503,29.688845 + parent: 2 + - uid: 3351 + components: + - type: Transform + pos: 50.43347,21.64674 + parent: 2 +- proto: FoodBurgerCarp + entities: + - uid: 1618 + components: + - type: Transform + pos: 14.056538,-15.709153 + parent: 2 +- proto: FoodBurgerMime + entities: + - uid: 4582 + components: + - type: Transform + pos: 41.905525,50.60544 + parent: 2 +- proto: FoodCakeClownSlice + entities: + - uid: 4723 + components: + - type: Transform + pos: 24.306103,48.53522 + parent: 2 + - uid: 4724 + components: + - type: Transform + pos: 24.196728,49.738346 + parent: 2 + - uid: 4725 + components: + - type: Transform + pos: 24.727978,49.050846 + parent: 2 +- proto: FoodCakeVanilla + entities: + - uid: 3131 + components: + - type: Transform + pos: 51.71259,40.69688 + parent: 2 + - type: EntityStorage + air: + volume: 200 + temperature: 293.1481 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + closeSound: !type:SoundPathSpecifier + path: /Audio/Effects/closetclose.ogg + openSound: !type:SoundPathSpecifier + path: /Audio/Effects/closetopen.ogg + - type: ContainerContainer + containers: + entity_storage: !type:Container + ents: + - 1995 +- proto: FoodCartCold + entities: + - uid: 5142 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,40.5 + parent: 2 + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 5143 + - 5144 + - 5145 + - 5146 + - 5147 + - 5148 + - uid: 12386 + components: + - type: Transform + pos: 14.5,54.5 + parent: 2 +- proto: FoodCartHot + entities: + - uid: 4761 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,51.5 + parent: 2 +- proto: FoodCondimentBottleBBQ + entities: + - uid: 4593 + components: + - type: Transform + pos: 33.492386,40.600002 + parent: 2 +- proto: FoodCondimentBottleHotsauce + entities: + - uid: 4592 + components: + - type: Transform + pos: 33.6575,40.544964 + parent: 2 +- proto: FoodFrozenPopsicleOrange + entities: + - uid: 4623 + components: + - type: Transform + pos: 14.440027,55.664658 + parent: 2 + - uid: 4624 + components: + - type: Transform + pos: 14.660178,55.51789 + parent: 2 + - uid: 5145 + components: + - type: Transform + parent: 5142 + - type: Physics + canCollide: False + - uid: 5146 + components: + - type: Transform + parent: 5142 + - type: Physics + canCollide: False +- proto: FoodFrozenSandwichStrawberry + entities: + - uid: 5143 + components: + - type: Transform + parent: 5142 + - type: Physics + canCollide: False + - uid: 5144 + components: + - type: Transform + parent: 5142 + - type: Physics + canCollide: False +- proto: FoodFrozenSundae + entities: + - uid: 5147 + components: + - type: Transform + parent: 5142 + - type: Physics + canCollide: False + - uid: 5148 + components: + - type: Transform + parent: 5142 + - type: Physics + canCollide: False +- proto: FoodMealCubancarp + entities: + - uid: 1614 + components: + - type: Transform + pos: 14.551401,-16.329641 + parent: 2 +- proto: FoodMealSashimi + entities: + - uid: 1612 + components: + - type: Transform + pos: 14.66129,-15.727499 + parent: 2 +- proto: FoodMeat + entities: + - uid: 6981 + components: + - type: Transform + parent: 6980 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 6987 + components: + - type: Transform + parent: 6980 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 6988 + components: + - type: Transform + parent: 6980 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodMeatFish + entities: + - uid: 1620 + components: + - type: Transform + pos: 13.720319,-14.773512 + parent: 2 + - uid: 5216 + components: + - type: Transform + parent: 5215 + - type: Temperature + currentTemperature: 149.95871 + - type: InternalTemperature + temperature: 140.0411 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5217 + components: + - type: Transform + parent: 5215 + - type: Temperature + currentTemperature: 149.95871 + - type: InternalTemperature + temperature: 140.0411 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5218 + components: + - type: Transform + parent: 5215 + - type: Temperature + currentTemperature: 149.95871 + - type: InternalTemperature + temperature: 140.0411 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodMeatRotten + entities: + - uid: 5225 + components: + - type: Transform + pos: 14.48809,58.449265 + parent: 2 + - type: Temperature + currentTemperature: 149.95871 + - type: InternalTemperature + temperature: 140.0411 + - uid: 5266 + components: + - type: Transform + pos: 25.364307,60.152264 + parent: 2 + - type: Temperature + currentTemperature: 149.95871 + - type: InternalTemperature + temperature: 140.0411 + - uid: 5267 + components: + - type: Transform + pos: 26.171526,59.210506 + parent: 2 + - type: Temperature + currentTemperature: 149.95871 + - type: InternalTemperature + temperature: 140.0411 + - uid: 5268 + components: + - type: Transform + pos: 25.65784,58.342136 + parent: 2 + - type: Temperature + currentTemperature: 149.95871 + - type: InternalTemperature + temperature: 140.0411 +- proto: FoodMeatXeno + entities: + - uid: 28069 + components: + - type: Transform + pos: 28.032938,-7.5986853 + parent: 2 +- proto: FoodOrange + entities: + - uid: 4621 + components: + - type: Transform + pos: 24.212822,55.78082 + parent: 2 + - uid: 4622 + components: + - type: Transform + pos: 24.26786,55.468937 + parent: 2 +- proto: FoodPieBananaCream + entities: + - uid: 4768 + components: + - type: Transform + pos: 19.550968,48.5466 + parent: 2 + - uid: 4769 + components: + - type: Transform + pos: 41.38581,50.57785 + parent: 2 + - uid: 4770 + components: + - type: Transform + pos: 41.60456,50.39035 + parent: 2 +- proto: FoodPlate + entities: + - uid: 4602 + components: + - type: Transform + pos: 32.99549,40.893536 + parent: 2 + - uid: 4603 + components: + - type: Transform + pos: 32.99549,40.74677 + parent: 2 + - uid: 4604 + components: + - type: Transform + pos: 32.99549,40.56331 + parent: 2 +- proto: FoodPlateSmall + entities: + - uid: 4599 + components: + - type: Transform + pos: 32.16993,40.801807 + parent: 2 + - uid: 4600 + components: + - type: Transform + pos: 32.15158,40.636692 + parent: 2 + - uid: 4601 + components: + - type: Transform + pos: 32.15158,40.45323 + parent: 2 +- proto: FoodTacoFish + entities: + - uid: 1575 + components: + - type: Transform + pos: 13.432116,-16.026049 + parent: 2 +- proto: FoodTartGapple + entities: + - uid: 1438 + components: + - type: Transform + pos: 39.37834,22.528421 + parent: 2 +- proto: FoodTomato + entities: + - uid: 4644 + components: + - type: Transform + pos: 28.408468,47.918777 + parent: 2 + - uid: 4645 + components: + - type: Transform + pos: 28.580343,47.778152 + parent: 2 +- proto: Fork + entities: + - uid: 4595 + components: + - type: Transform + pos: 31.331251,40.618347 + parent: 2 + - uid: 4596 + components: + - type: Transform + pos: 31.331251,40.618347 + parent: 2 +- proto: FuelDispenser + entities: + - uid: 1539 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,7.5 + parent: 2 + - uid: 1646 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-2.5 + parent: 2 + - uid: 12371 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,67.5 + parent: 2 +- proto: GasCanisterBrokenBase + entities: + - uid: 1756 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-0.5 + parent: 2 + - uid: 28083 + components: + - type: Transform + pos: 28.5,-8.5 + parent: 2 +- proto: GasFilterFlipped + entities: + - uid: 4341 + components: + - type: Transform + pos: 33.5,81.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5044 + components: + - type: Transform + pos: 33.5,79.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5045 + components: + - type: Transform + pos: 33.5,83.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5051 + components: + - type: Transform + pos: 33.5,77.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 6305 + components: + - type: Transform + pos: 33.5,75.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 6314 + components: + - type: Transform + pos: 33.5,73.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: GasMinerCarbonDioxide + entities: + - uid: 6817 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,79.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: GasMinerNitrogenStation + entities: + - uid: 6818 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,73.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: GasMinerOxygenStation + entities: + - uid: 6819 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,75.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: GasMinerWaterVapor + entities: + - uid: 6820 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,77.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: GasMixerFlipped + entities: + - uid: 5041 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,72.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: GasOutletInjector + entities: + - uid: 6634 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,73.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 6873 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,75.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 6874 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,77.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 6875 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,79.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 6877 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,81.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 6878 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,83.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14368 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-35.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: GasPassiveVent + entities: + - uid: 6902 + components: + - type: Transform + pos: 27.5,73.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 6903 + components: + - type: Transform + pos: 27.5,75.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 6904 + components: + - type: Transform + pos: 27.5,77.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 6905 + components: + - type: Transform + pos: 27.5,79.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 6906 + components: + - type: Transform + pos: 27.5,81.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 6907 + components: + - type: Transform + pos: 27.5,83.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 6968 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,86.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 7700 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,71.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14322 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-36.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14384 + components: + - type: Transform + pos: 17.5,-29.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14408 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-36.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28038 + components: + - type: Transform + pos: 18.5,-8.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28042 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-8.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: GasPipeBend + entities: + - uid: 234 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 254 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 255 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1072 + components: + - type: Transform + pos: 29.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1123 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1197 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1852 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1854 + components: + - type: Transform + pos: 22.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1873 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2729 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2730 + components: + - type: Transform + pos: 36.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2803 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3594 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3632 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3658 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3669 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3670 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3689 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3690 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3736 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3759 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3760 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3778 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5008 + components: + - type: Transform + pos: 34.5,74.5 + parent: 2 + - uid: 5992 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5997 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5998 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 6003 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6004 + components: + - type: Transform + pos: 44.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6318 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6908 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,82.5 + parent: 2 + - uid: 6909 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,80.5 + parent: 2 + - uid: 6910 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,78.5 + parent: 2 + - uid: 6911 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,76.5 + parent: 2 + - uid: 6912 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,74.5 + parent: 2 + - uid: 6913 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,72.5 + parent: 2 + - uid: 6969 + components: + - type: Transform + pos: 33.5,86.5 + parent: 2 + - uid: 6990 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,71.5 + parent: 2 + - uid: 7027 + components: + - type: Transform + pos: 44.5,72.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7062 + components: + - type: Transform + pos: 55.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7083 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7084 + components: + - type: Transform + pos: 54.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7109 + components: + - type: Transform + pos: 49.5,66.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7110 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7111 + components: + - type: Transform + pos: 53.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7964 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 80.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8320 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8321 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8567 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8568 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8570 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8573 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 71.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8575 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 82.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8838 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8839 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8841 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 70.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8843 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8910 + components: + - type: Transform + pos: 82.5,59.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8925 + components: + - type: Transform + pos: 65.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8954 + components: + - type: Transform + pos: 66.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8969 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,65.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8975 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,70.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9013 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9014 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9033 + components: + - type: Transform + pos: 24.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9034 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9041 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9042 + components: + - type: Transform + pos: 17.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9062 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9068 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9070 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9091 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9102 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9103 + components: + - type: Transform + pos: 25.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9141 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9215 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 81.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9216 + components: + - type: Transform + pos: 81.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9233 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 83.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9247 + components: + - type: Transform + pos: 83.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9469 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 81.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12278 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,66.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12291 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,65.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14374 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-36.5 + parent: 2 + - uid: 14375 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-35.5 + parent: 2 + - uid: 14411 + components: + - type: Transform + pos: 21.5,-32.5 + parent: 2 + - uid: 14415 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-32.5 + parent: 2 + - uid: 14417 + components: + - type: Transform + pos: 18.5,-30.5 + parent: 2 + - uid: 14841 + components: + - type: Transform + pos: 78.5,68.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14842 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 74.5,68.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14844 + components: + - type: Transform + pos: 80.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14845 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 78.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14856 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 77.5,65.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14857 + components: + - type: Transform + pos: 81.5,65.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14858 + components: + - type: Transform + pos: 77.5,69.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14860 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 75.5,69.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 28041 + components: + - type: Transform + pos: 20.5,-8.5 + parent: 2 +- proto: GasPipeFourway + entities: + - uid: 225 + components: + - type: Transform + pos: 7.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 227 + components: + - type: Transform + pos: 7.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 243 + components: + - type: Transform + pos: 9.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1823 + components: + - type: Transform + pos: 21.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1858 + components: + - type: Transform + pos: 20.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2696 + components: + - type: Transform + pos: 41.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2724 + components: + - type: Transform + pos: 38.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2758 + components: + - type: Transform + pos: 53.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2788 + components: + - type: Transform + pos: 52.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2800 + components: + - type: Transform + pos: 40.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3611 + components: + - type: Transform + pos: 46.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3637 + components: + - type: Transform + pos: 46.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3653 + components: + - type: Transform + pos: 57.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3708 + components: + - type: Transform + pos: 45.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3720 + components: + - type: Transform + pos: 45.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6331 + components: + - type: Transform + pos: 71.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7059 + components: + - type: Transform + pos: 55.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7965 + components: + - type: Transform + pos: 81.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8757 + components: + - type: Transform + pos: 70.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' +- proto: GasPipeStraight + entities: + - uid: 211 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 212 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 213 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 214 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 215 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 216 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 217 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 218 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 219 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 220 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 221 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 222 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 223 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 224 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 228 + components: + - type: Transform + pos: 7.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 229 + components: + - type: Transform + pos: 7.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 230 + components: + - type: Transform + pos: 7.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 231 + components: + - type: Transform + pos: 7.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 232 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 233 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 239 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 240 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 241 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 242 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 244 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 245 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 246 + components: + - type: Transform + pos: 9.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 247 + components: + - type: Transform + pos: 9.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 248 + components: + - type: Transform + pos: 9.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 249 + components: + - type: Transform + pos: 9.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 250 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 252 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 253 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 256 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 257 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 258 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 259 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 260 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 276 + components: + - type: Transform + pos: 9.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 544 + components: + - type: Transform + pos: 33.5,74.5 + parent: 2 + - uid: 546 + components: + - type: Transform + pos: 33.5,78.5 + parent: 2 + - uid: 575 + components: + - type: Transform + pos: 15.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 576 + components: + - type: Transform + pos: 15.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 577 + components: + - type: Transform + pos: 15.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 578 + components: + - type: Transform + pos: 14.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 579 + components: + - type: Transform + pos: 14.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 580 + components: + - type: Transform + pos: 14.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 962 + components: + - type: Transform + pos: 33.5,82.5 + parent: 2 + - uid: 1073 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1074 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1075 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1076 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1077 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1078 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1079 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1082 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1083 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1084 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1085 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1086 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1087 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1090 + components: + - type: Transform + pos: 20.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1091 + components: + - type: Transform + pos: 20.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1092 + components: + - type: Transform + pos: 20.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1094 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1095 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1096 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1097 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1099 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1100 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1101 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1103 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1104 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1105 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1106 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1107 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1108 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1109 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1110 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1111 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1112 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1113 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1114 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1122 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1124 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1125 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1126 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1127 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1128 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1129 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1131 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1133 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1134 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1135 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1136 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1137 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1138 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1139 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1140 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1141 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1142 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1143 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1144 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1145 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1148 + components: + - type: Transform + pos: 19.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1149 + components: + - type: Transform + pos: 19.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1150 + components: + - type: Transform + pos: 19.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1151 + components: + - type: Transform + pos: 19.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1152 + components: + - type: Transform + pos: 19.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1153 + components: + - type: Transform + pos: 19.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1154 + components: + - type: Transform + pos: 19.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1155 + components: + - type: Transform + pos: 19.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1156 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1157 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1163 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1164 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1165 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1166 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1167 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1195 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1196 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1198 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1648 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,74.5 + parent: 2 + - uid: 1649 + components: + - type: Transform + pos: 34.5,73.5 + parent: 2 + - uid: 1653 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,72.5 + parent: 2 + - uid: 1815 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1816 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1817 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1818 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1819 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1820 + components: + - type: Transform + pos: 21.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1821 + components: + - type: Transform + pos: 21.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1822 + components: + - type: Transform + pos: 21.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1824 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1825 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1826 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1827 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1828 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1829 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1830 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1831 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1832 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1833 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1834 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1836 + components: + - type: Transform + pos: 22.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1837 + components: + - type: Transform + pos: 22.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1838 + components: + - type: Transform + pos: 22.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1839 + components: + - type: Transform + pos: 22.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1840 + components: + - type: Transform + pos: 22.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1841 + components: + - type: Transform + pos: 22.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1842 + components: + - type: Transform + pos: 22.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1843 + components: + - type: Transform + pos: 22.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1844 + components: + - type: Transform + pos: 22.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1845 + components: + - type: Transform + pos: 22.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1846 + components: + - type: Transform + pos: 22.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1847 + components: + - type: Transform + pos: 22.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1848 + components: + - type: Transform + pos: 22.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1849 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1850 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1851 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1859 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1860 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1861 + components: + - type: Transform + pos: 20.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1862 + components: + - type: Transform + pos: 20.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1863 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1864 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1865 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1866 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1867 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1868 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1869 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1870 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1871 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1872 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1878 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1880 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1881 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1882 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1883 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1884 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1885 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1886 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1887 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1888 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1889 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1890 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1892 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1893 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1894 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1895 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1896 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1897 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1898 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1900 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1901 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1903 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1904 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2697 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2698 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2699 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2700 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2701 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2702 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2703 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2704 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2705 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2706 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2707 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2708 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2709 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2710 + components: + - type: Transform + pos: 38.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2711 + components: + - type: Transform + pos: 38.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2712 + components: + - type: Transform + pos: 38.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2713 + components: + - type: Transform + pos: 38.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2714 + components: + - type: Transform + pos: 38.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2715 + components: + - type: Transform + pos: 38.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2716 + components: + - type: Transform + pos: 38.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2717 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2718 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2720 + components: + - type: Transform + pos: 38.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2721 + components: + - type: Transform + pos: 38.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2722 + components: + - type: Transform + pos: 38.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2723 + components: + - type: Transform + pos: 38.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2725 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2726 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2727 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2728 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2731 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2732 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2736 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2737 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2738 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2739 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2740 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2741 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2742 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2743 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2744 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2745 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2746 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2747 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2748 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2749 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2750 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2751 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2752 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2753 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2754 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2755 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2756 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2757 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2759 + components: + - type: Transform + pos: 48.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2760 + components: + - type: Transform + pos: 48.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2761 + components: + - type: Transform + pos: 48.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2762 + components: + - type: Transform + pos: 48.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2763 + components: + - type: Transform + pos: 48.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2764 + components: + - type: Transform + pos: 48.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2765 + components: + - type: Transform + pos: 48.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2766 + components: + - type: Transform + pos: 48.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2767 + components: + - type: Transform + pos: 48.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2768 + components: + - type: Transform + pos: 48.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2769 + components: + - type: Transform + pos: 48.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2770 + components: + - type: Transform + pos: 48.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2783 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2784 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2785 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2786 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2787 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2789 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2790 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2792 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2793 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2795 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2796 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2797 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2798 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2799 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2801 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2802 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2805 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2806 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2807 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2808 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2809 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2810 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2811 + components: + - type: Transform + pos: 40.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2812 + components: + - type: Transform + pos: 40.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2813 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2814 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2815 + components: + - type: Transform + pos: 52.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2816 + components: + - type: Transform + pos: 52.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2817 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2818 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2819 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2820 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2821 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2822 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2823 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2824 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2825 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2826 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2827 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2829 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2830 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2831 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2832 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2833 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2834 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2835 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2836 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2837 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2838 + components: + - type: Transform + pos: 40.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2839 + components: + - type: Transform + pos: 40.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2840 + components: + - type: Transform + pos: 40.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2841 + components: + - type: Transform + pos: 40.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2842 + components: + - type: Transform + pos: 40.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2843 + components: + - type: Transform + pos: 40.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2844 + components: + - type: Transform + pos: 40.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2845 + components: + - type: Transform + pos: 35.5,-1.5 + parent: 2 + - uid: 3558 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3560 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3589 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3590 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3591 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3592 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3593 + components: + - type: Transform + pos: 44.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3596 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3597 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3598 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3600 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3601 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3602 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3603 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3604 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3605 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3606 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3607 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3608 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3609 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3610 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3612 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3613 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3614 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3615 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3616 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3617 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3618 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3619 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3620 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3621 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3622 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3623 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3624 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3625 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3626 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3627 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3628 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3629 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3630 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3631 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3634 + components: + - type: Transform + pos: 46.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3635 + components: + - type: Transform + pos: 46.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3636 + components: + - type: Transform + pos: 46.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3638 + components: + - type: Transform + pos: 46.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3639 + components: + - type: Transform + pos: 46.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3640 + components: + - type: Transform + pos: 46.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3641 + components: + - type: Transform + pos: 46.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3642 + components: + - type: Transform + pos: 46.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3644 + components: + - type: Transform + pos: 46.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3645 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3646 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3647 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3648 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3649 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3650 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3651 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3652 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3654 + components: + - type: Transform + pos: 56.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3655 + components: + - type: Transform + pos: 56.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3656 + components: + - type: Transform + pos: 56.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3659 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3660 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3661 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3662 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3663 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3664 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3665 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3667 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3668 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3671 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3672 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3673 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3674 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3680 + components: + - type: Transform + pos: 52.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3681 + components: + - type: Transform + pos: 52.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3682 + components: + - type: Transform + pos: 52.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3683 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3684 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3685 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3686 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3687 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3688 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3691 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3692 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3693 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3695 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3696 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3697 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3698 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3699 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3700 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3701 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3702 + components: + - type: Transform + pos: 45.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3703 + components: + - type: Transform + pos: 45.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3704 + components: + - type: Transform + pos: 45.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3705 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3706 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3707 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3710 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3711 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3712 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3713 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3714 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3715 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3716 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3717 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3718 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3721 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3722 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3723 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3724 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3725 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3727 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3728 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3729 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3730 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3733 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3735 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3737 + components: + - type: Transform + pos: 56.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3738 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3739 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3740 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3741 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3742 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3744 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3745 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3746 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3747 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3751 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3752 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3753 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3754 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3755 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 55.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3756 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 55.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3758 + components: + - type: Transform + pos: 55.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3764 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3765 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3766 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3767 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3768 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3769 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3770 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3771 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3772 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3773 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3774 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3775 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3782 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3783 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3784 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3785 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3786 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3787 + components: + - type: Transform + pos: 50.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3788 + components: + - type: Transform + pos: 50.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3789 + components: + - type: Transform + pos: 50.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3790 + components: + - type: Transform + pos: 50.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3792 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3793 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3794 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4227 + components: + - type: Transform + pos: 12.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4985 + components: + - type: Transform + pos: 33.5,76.5 + parent: 2 + - uid: 4986 + components: + - type: Transform + pos: 33.5,80.5 + parent: 2 + - uid: 4987 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,72.5 + parent: 2 + - uid: 5024 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,72.5 + parent: 2 + - uid: 5048 + components: + - type: Transform + pos: 33.5,72.5 + parent: 2 + - uid: 5537 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5538 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 76.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5539 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 75.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5540 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 74.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5545 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5546 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 72.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5547 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5548 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 76.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5549 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 75.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5550 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 74.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5551 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5552 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 72.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5987 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5988 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5989 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5990 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5991 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5993 + components: + - type: Transform + pos: 45.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5994 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5995 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5996 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5999 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6000 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6001 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6002 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6876 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,73.5 + parent: 2 + - uid: 6879 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,73.5 + parent: 2 + - uid: 6880 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,73.5 + parent: 2 + - uid: 6882 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,75.5 + parent: 2 + - uid: 6883 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,75.5 + parent: 2 + - uid: 6884 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,75.5 + parent: 2 + - uid: 6886 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,77.5 + parent: 2 + - uid: 6887 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,77.5 + parent: 2 + - uid: 6888 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,77.5 + parent: 2 + - uid: 6890 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,79.5 + parent: 2 + - uid: 6891 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,79.5 + parent: 2 + - uid: 6892 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,79.5 + parent: 2 + - uid: 6894 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,81.5 + parent: 2 + - uid: 6895 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,81.5 + parent: 2 + - uid: 6896 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,81.5 + parent: 2 + - uid: 6898 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,83.5 + parent: 2 + - uid: 6899 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,83.5 + parent: 2 + - uid: 6900 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,83.5 + parent: 2 + - uid: 6914 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,72.5 + parent: 2 + - uid: 6915 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,72.5 + parent: 2 + - uid: 6916 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,72.5 + parent: 2 + - uid: 6917 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,72.5 + parent: 2 + - uid: 6918 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,74.5 + parent: 2 + - uid: 6919 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,74.5 + parent: 2 + - uid: 6920 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,74.5 + parent: 2 + - uid: 6921 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,74.5 + parent: 2 + - uid: 6922 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,76.5 + parent: 2 + - uid: 6923 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,76.5 + parent: 2 + - uid: 6924 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,76.5 + parent: 2 + - uid: 6925 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,76.5 + parent: 2 + - uid: 6926 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,78.5 + parent: 2 + - uid: 6927 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,78.5 + parent: 2 + - uid: 6928 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,78.5 + parent: 2 + - uid: 6929 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,78.5 + parent: 2 + - uid: 6930 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,80.5 + parent: 2 + - uid: 6931 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,80.5 + parent: 2 + - uid: 6932 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,80.5 + parent: 2 + - uid: 6933 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,80.5 + parent: 2 + - uid: 6934 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,82.5 + parent: 2 + - uid: 6935 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,82.5 + parent: 2 + - uid: 6936 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,82.5 + parent: 2 + - uid: 6937 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,82.5 + parent: 2 + - uid: 6970 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,86.5 + parent: 2 + - uid: 6971 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,86.5 + parent: 2 + - uid: 6972 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,84.5 + parent: 2 + - uid: 6991 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,71.5 + parent: 2 + - uid: 6992 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,71.5 + parent: 2 + - uid: 6993 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,71.5 + parent: 2 + - uid: 6994 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,71.5 + parent: 2 + - uid: 6995 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,71.5 + parent: 2 + - uid: 6996 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,72.5 + parent: 2 + - uid: 6997 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,72.5 + parent: 2 + - uid: 7006 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,72.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7007 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,72.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7011 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,71.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7012 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,71.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7013 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,71.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7014 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,72.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7015 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,71.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7016 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,70.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7017 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,69.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7018 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,68.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7019 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,70.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7020 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,69.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7021 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,68.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7022 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,67.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7023 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,67.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7025 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,66.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7026 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,72.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7028 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,73.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7029 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,74.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7032 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,73.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7033 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,74.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7060 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 55.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7061 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 55.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7063 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7064 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,57.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7065 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7066 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,59.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7067 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7069 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7070 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7071 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7072 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7073 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7074 + components: + - type: Transform + pos: 48.5,62.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7075 + components: + - type: Transform + pos: 48.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7076 + components: + - type: Transform + pos: 48.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7078 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,65.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7079 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,65.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7080 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,65.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7085 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7086 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7087 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7088 + components: + - type: Transform + pos: 53.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7089 + components: + - type: Transform + pos: 53.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7091 + components: + - type: Transform + pos: 53.5,57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7092 + components: + - type: Transform + pos: 53.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7093 + components: + - type: Transform + pos: 53.5,59.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7096 + components: + - type: Transform + pos: 57.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7097 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7098 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7099 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7100 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7101 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,62.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7102 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7103 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7104 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,65.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7105 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,66.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7106 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,66.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7108 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,66.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7112 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7113 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7114 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7115 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7116 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7117 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7118 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7119 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7120 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7121 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7122 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7123 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7124 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7142 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7143 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7144 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7145 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7146 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7147 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 63.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7148 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7149 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7150 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7151 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7152 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7180 + components: + - type: Transform + pos: 80.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7227 + components: + - type: Transform + pos: 39.5,85.5 + parent: 2 + - uid: 7228 + components: + - type: Transform + pos: 39.5,84.5 + parent: 2 + - uid: 7229 + components: + - type: Transform + pos: 39.5,83.5 + parent: 2 + - uid: 7230 + components: + - type: Transform + pos: 39.5,82.5 + parent: 2 + - uid: 7231 + components: + - type: Transform + pos: 39.5,86.5 + parent: 2 + - uid: 7232 + components: + - type: Transform + pos: 41.5,86.5 + parent: 2 + - uid: 7233 + components: + - type: Transform + pos: 41.5,85.5 + parent: 2 + - uid: 7234 + components: + - type: Transform + pos: 41.5,84.5 + parent: 2 + - uid: 7235 + components: + - type: Transform + pos: 41.5,83.5 + parent: 2 + - uid: 7236 + components: + - type: Transform + pos: 41.5,82.5 + parent: 2 + - uid: 7331 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 78.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7352 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 80.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7353 + components: + - type: Transform + pos: 80.5,57.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7354 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7701 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,71.5 + parent: 2 + - uid: 7776 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 79.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7986 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 80.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8322 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8323 + components: + - type: Transform + pos: 46.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8324 + components: + - type: Transform + pos: 46.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8325 + components: + - type: Transform + pos: 46.5,50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8326 + components: + - type: Transform + pos: 46.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8327 + components: + - type: Transform + pos: 46.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8328 + components: + - type: Transform + pos: 46.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8329 + components: + - type: Transform + pos: 46.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8330 + components: + - type: Transform + pos: 46.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8331 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8332 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8333 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8334 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8335 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8336 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8337 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8338 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8339 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8340 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8341 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8342 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8343 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8344 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8345 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8346 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8347 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8348 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8349 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8350 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8351 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8352 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8353 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8354 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8355 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8356 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8357 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8358 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8359 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8360 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8361 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8362 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8363 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8364 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8366 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8367 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8368 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8369 + components: + - type: Transform + pos: 12.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8370 + components: + - type: Transform + pos: 12.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8371 + components: + - type: Transform + pos: 12.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8374 + components: + - type: Transform + pos: 12.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8375 + components: + - type: Transform + pos: 12.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8376 + components: + - type: Transform + pos: 12.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8377 + components: + - type: Transform + pos: 12.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8378 + components: + - type: Transform + pos: 12.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8381 + components: + - type: Transform + pos: 12.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8382 + components: + - type: Transform + pos: 12.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8383 + components: + - type: Transform + pos: 12.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8385 + components: + - type: Transform + pos: 12.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8386 + components: + - type: Transform + pos: 12.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8387 + components: + - type: Transform + pos: 12.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8388 + components: + - type: Transform + pos: 12.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8389 + components: + - type: Transform + pos: 12.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8390 + components: + - type: Transform + pos: 12.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8391 + components: + - type: Transform + pos: 12.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8392 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8394 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8395 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8396 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8397 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8398 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8399 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8400 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8401 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8402 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8403 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8404 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8405 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8406 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8407 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8409 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8410 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8411 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8412 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8413 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8414 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8415 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8416 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8417 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8418 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8419 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8420 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8421 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8422 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8423 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8425 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8426 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8427 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8428 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8429 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8431 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8432 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8433 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8434 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8435 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8436 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8437 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8438 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8439 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8440 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8441 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8442 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8443 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8444 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8445 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8446 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8447 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8448 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8449 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8450 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8451 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8452 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8453 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8454 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8455 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8456 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8457 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8458 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8459 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8460 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8461 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 59.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8462 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 60.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8463 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 61.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8464 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8465 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 63.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8467 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 65.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8468 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 66.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8469 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 67.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8470 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 68.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8471 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 69.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8472 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8473 + components: + - type: Transform + pos: 71.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8474 + components: + - type: Transform + pos: 71.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8476 + components: + - type: Transform + pos: 71.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8477 + components: + - type: Transform + pos: 71.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8478 + components: + - type: Transform + pos: 71.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8479 + components: + - type: Transform + pos: 71.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8480 + components: + - type: Transform + pos: 71.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8481 + components: + - type: Transform + pos: 71.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8482 + components: + - type: Transform + pos: 71.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8483 + components: + - type: Transform + pos: 71.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8484 + components: + - type: Transform + pos: 71.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8485 + components: + - type: Transform + pos: 71.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8486 + components: + - type: Transform + pos: 71.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8487 + components: + - type: Transform + pos: 71.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8488 + components: + - type: Transform + pos: 71.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8490 + components: + - type: Transform + pos: 71.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8491 + components: + - type: Transform + pos: 71.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8492 + components: + - type: Transform + pos: 71.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8493 + components: + - type: Transform + pos: 71.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8494 + components: + - type: Transform + pos: 71.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8495 + components: + - type: Transform + pos: 71.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8496 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 72.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8497 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8498 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 74.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8499 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 75.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8501 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8502 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 78.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8503 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 79.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8504 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 80.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8505 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 81.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8506 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 82.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8507 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 82.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8508 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 82.5,40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8509 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 82.5,41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8510 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 82.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8511 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 82.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8512 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 82.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8513 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 82.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8514 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 82.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8515 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 82.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8516 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 82.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8517 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 82.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8518 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8519 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8521 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8522 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8523 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8524 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8525 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8527 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8529 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8530 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8531 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8532 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 64.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8533 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 69.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8534 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 68.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8537 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 65.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8538 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 64.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8539 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 63.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8541 + components: + - type: Transform + pos: 71.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8542 + components: + - type: Transform + pos: 71.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8543 + components: + - type: Transform + pos: 71.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8544 + components: + - type: Transform + pos: 71.5,57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8545 + components: + - type: Transform + pos: 71.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8546 + components: + - type: Transform + pos: 71.5,59.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8547 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 72.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8548 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8549 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 74.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8550 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 75.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8551 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 76.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8552 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8553 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 78.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8554 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 79.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8559 + components: + - type: Transform + pos: 71.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8560 + components: + - type: Transform + pos: 71.5,62.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8561 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 66.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8562 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 67.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8563 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 68.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8564 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8565 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 70.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8566 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8624 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8625 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8626 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8628 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8629 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8648 + components: + - type: Transform + pos: 47.5,50.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8649 + components: + - type: Transform + pos: 47.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8650 + components: + - type: Transform + pos: 47.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8651 + components: + - type: Transform + pos: 47.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8652 + components: + - type: Transform + pos: 47.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8653 + components: + - type: Transform + pos: 47.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8654 + components: + - type: Transform + pos: 47.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8655 + components: + - type: Transform + pos: 47.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8656 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8657 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8658 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8659 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8660 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8661 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8662 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8663 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8664 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8665 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8666 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8667 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8668 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8669 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8670 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8671 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8672 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8673 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8674 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8675 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8676 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8677 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8678 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8679 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8680 + components: + - type: Transform + pos: 37.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8681 + components: + - type: Transform + pos: 37.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8682 + components: + - type: Transform + pos: 37.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8683 + components: + - type: Transform + pos: 37.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8684 + components: + - type: Transform + pos: 37.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8685 + components: + - type: Transform + pos: 37.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8686 + components: + - type: Transform + pos: 37.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8687 + components: + - type: Transform + pos: 37.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8688 + components: + - type: Transform + pos: 37.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8690 + components: + - type: Transform + pos: 37.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8691 + components: + - type: Transform + pos: 37.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8692 + components: + - type: Transform + pos: 37.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8694 + components: + - type: Transform + pos: 37.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8695 + components: + - type: Transform + pos: 37.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8696 + components: + - type: Transform + pos: 37.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8697 + components: + - type: Transform + pos: 37.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8698 + components: + - type: Transform + pos: 37.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8699 + components: + - type: Transform + pos: 37.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8700 + components: + - type: Transform + pos: 37.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8701 + components: + - type: Transform + pos: 37.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8702 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8703 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8704 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8705 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8706 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8707 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8708 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8709 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8710 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8711 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8712 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8713 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8714 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8715 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8716 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8717 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8718 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8719 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8720 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8721 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8722 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8723 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8724 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8725 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8726 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8727 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 63.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8728 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 64.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8730 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 66.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8731 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 67.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8732 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 68.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8733 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8734 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8735 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8737 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8738 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8739 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8740 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8741 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8742 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8743 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8744 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8745 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8746 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8747 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8748 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8749 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8750 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8752 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8753 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8754 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8755 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8756 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8758 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8759 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8760 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8761 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8762 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8763 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8765 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8766 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8767 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8769 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,50.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8770 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8771 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8772 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8773 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8774 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8775 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8776 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8777 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8778 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8780 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8781 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8782 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8783 + components: + - type: Transform + pos: 13.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8784 + components: + - type: Transform + pos: 13.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8786 + components: + - type: Transform + pos: 13.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8787 + components: + - type: Transform + pos: 13.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8788 + components: + - type: Transform + pos: 13.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8789 + components: + - type: Transform + pos: 13.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8790 + components: + - type: Transform + pos: 13.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8793 + components: + - type: Transform + pos: 13.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8794 + components: + - type: Transform + pos: 13.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8795 + components: + - type: Transform + pos: 13.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8797 + components: + - type: Transform + pos: 13.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8798 + components: + - type: Transform + pos: 13.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8799 + components: + - type: Transform + pos: 13.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8800 + components: + - type: Transform + pos: 13.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8801 + components: + - type: Transform + pos: 13.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8802 + components: + - type: Transform + pos: 13.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8803 + components: + - type: Transform + pos: 13.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8804 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8806 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8807 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8808 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8809 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8810 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8811 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8812 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8813 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8814 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8815 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8816 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8818 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8819 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8820 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8821 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8822 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8823 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8824 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8825 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8826 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8828 + components: + - type: Transform + pos: 27.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8829 + components: + - type: Transform + pos: 27.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8830 + components: + - type: Transform + pos: 27.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8831 + components: + - type: Transform + pos: 27.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8832 + components: + - type: Transform + pos: 27.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8833 + components: + - type: Transform + pos: 27.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8834 + components: + - type: Transform + pos: 27.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8835 + components: + - type: Transform + pos: 27.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8837 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8881 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 81.5,59.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8883 + components: + - type: Transform + pos: 70.5,59.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8892 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,62.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8893 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8894 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8895 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8896 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,57.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8898 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8899 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8900 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8904 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 82.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8905 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 82.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8906 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 82.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8907 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 82.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8908 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 82.5,57.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8909 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 82.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8911 + components: + - type: Transform + pos: 81.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8912 + components: + - type: Transform + pos: 81.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8913 + components: + - type: Transform + pos: 81.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8914 + components: + - type: Transform + pos: 81.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8915 + components: + - type: Transform + pos: 81.5,57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8916 + components: + - type: Transform + pos: 81.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8917 + components: + - type: Transform + pos: 81.5,59.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8921 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 61.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8922 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8923 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 63.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8924 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 64.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8926 + components: + - type: Transform + pos: 65.5,62.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8927 + components: + - type: Transform + pos: 65.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8928 + components: + - type: Transform + pos: 65.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8929 + components: + - type: Transform + pos: 65.5,59.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8930 + components: + - type: Transform + pos: 65.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8931 + components: + - type: Transform + pos: 65.5,57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8932 + components: + - type: Transform + pos: 65.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8933 + components: + - type: Transform + pos: 65.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8934 + components: + - type: Transform + pos: 65.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8938 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 61.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8939 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8940 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 63.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8941 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 64.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8942 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 65.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8943 + components: + - type: Transform + pos: 66.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8944 + components: + - type: Transform + pos: 66.5,62.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8945 + components: + - type: Transform + pos: 66.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8946 + components: + - type: Transform + pos: 66.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8947 + components: + - type: Transform + pos: 66.5,59.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8948 + components: + - type: Transform + pos: 66.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8949 + components: + - type: Transform + pos: 66.5,57.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8950 + components: + - type: Transform + pos: 66.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8951 + components: + - type: Transform + pos: 66.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8952 + components: + - type: Transform + pos: 66.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8953 + components: + - type: Transform + pos: 66.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8962 + components: + - type: Transform + pos: 47.5,68.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8963 + components: + - type: Transform + pos: 47.5,67.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8964 + components: + - type: Transform + pos: 47.5,66.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8965 + components: + - type: Transform + pos: 50.5,68.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8966 + components: + - type: Transform + pos: 50.5,67.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8967 + components: + - type: Transform + pos: 50.5,66.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8968 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,65.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8972 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,70.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8973 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,70.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8974 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,70.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8976 + components: + - type: Transform + pos: 46.5,69.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8977 + components: + - type: Transform + pos: 46.5,68.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8978 + components: + - type: Transform + pos: 46.5,67.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8989 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8990 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8991 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8992 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8993 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8995 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8996 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8997 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8998 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8999 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9000 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9001 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9002 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9003 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9005 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9006 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9007 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9008 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9009 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9010 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,50.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9011 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9012 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9015 + components: + - type: Transform + pos: 26.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9016 + components: + - type: Transform + pos: 26.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9017 + components: + - type: Transform + pos: 26.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9018 + components: + - type: Transform + pos: 26.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9020 + components: + - type: Transform + pos: 24.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9021 + components: + - type: Transform + pos: 24.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9022 + components: + - type: Transform + pos: 24.5,50.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9023 + components: + - type: Transform + pos: 24.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9024 + components: + - type: Transform + pos: 24.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9025 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9026 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9027 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9028 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9029 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9030 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9031 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9032 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9035 + components: + - type: Transform + pos: 15.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9036 + components: + - type: Transform + pos: 15.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9037 + components: + - type: Transform + pos: 15.5,50.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9038 + components: + - type: Transform + pos: 15.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9039 + components: + - type: Transform + pos: 15.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9040 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9043 + components: + - type: Transform + pos: 17.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9044 + components: + - type: Transform + pos: 17.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9045 + components: + - type: Transform + pos: 17.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9046 + components: + - type: Transform + pos: 17.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9047 + components: + - type: Transform + pos: 17.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9048 + components: + - type: Transform + pos: 17.5,41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9049 + components: + - type: Transform + pos: 17.5,40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9050 + components: + - type: Transform + pos: 17.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9051 + components: + - type: Transform + pos: 17.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9052 + components: + - type: Transform + pos: 17.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9059 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9060 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9061 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9064 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9065 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9066 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9067 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9071 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9072 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9073 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9074 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9075 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9076 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9077 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9079 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9080 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9081 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9082 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9083 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9086 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9087 + components: + - type: Transform + pos: 25.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9088 + components: + - type: Transform + pos: 25.5,50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9089 + components: + - type: Transform + pos: 25.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9090 + components: + - type: Transform + pos: 25.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9093 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9094 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9095 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9096 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9097 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9098 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9099 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9100 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9101 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9104 + components: + - type: Transform + pos: 16.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9105 + components: + - type: Transform + pos: 16.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9106 + components: + - type: Transform + pos: 16.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9107 + components: + - type: Transform + pos: 16.5,50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9108 + components: + - type: Transform + pos: 16.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9109 + components: + - type: Transform + pos: 16.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9110 + components: + - type: Transform + pos: 16.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9111 + components: + - type: Transform + pos: 16.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9112 + components: + - type: Transform + pos: 16.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9113 + components: + - type: Transform + pos: 16.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9114 + components: + - type: Transform + pos: 16.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9115 + components: + - type: Transform + pos: 16.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9116 + components: + - type: Transform + pos: 16.5,41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9117 + components: + - type: Transform + pos: 16.5,40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9118 + components: + - type: Transform + pos: 16.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9119 + components: + - type: Transform + pos: 16.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9127 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9128 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9130 + components: + - type: Transform + pos: 3.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9131 + components: + - type: Transform + pos: 3.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9132 + components: + - type: Transform + pos: 3.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9134 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9135 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9136 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9138 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9139 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9140 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9142 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9145 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9146 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9147 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9148 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9149 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9150 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9151 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9155 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9156 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9157 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9158 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9159 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9160 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9161 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9162 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9163 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9164 + components: + - type: Transform + pos: 29.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9165 + components: + - type: Transform + pos: 29.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9166 + components: + - type: Transform + pos: 29.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9167 + components: + - type: Transform + pos: 29.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9168 + components: + - type: Transform + pos: 29.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9169 + components: + - type: Transform + pos: 29.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9170 + components: + - type: Transform + pos: 29.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9171 + components: + - type: Transform + pos: 29.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9173 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9174 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9175 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9176 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9177 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9179 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9180 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9181 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9182 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9183 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9194 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 65.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9195 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 65.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9196 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 65.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9197 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 65.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9198 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 65.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9199 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 65.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9202 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 64.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9203 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 64.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9204 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 64.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9205 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 64.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9206 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 64.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9207 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 71.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9211 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 80.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9212 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 81.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9213 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 81.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9214 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 81.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9217 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 79.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9218 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 80.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9219 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 78.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9220 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9221 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 76.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9222 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 75.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9223 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 74.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9224 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9225 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 72.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9226 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 71.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9230 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 80.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9231 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 81.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9232 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 82.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9234 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 83.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9235 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 83.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9236 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 82.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9237 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 81.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9238 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 80.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9239 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 79.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9240 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 78.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9241 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 77.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9242 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 76.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9243 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 75.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9244 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 74.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9245 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 73.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9246 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 72.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9250 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 68.5,40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9251 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 69.5,40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9252 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9253 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 68.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9254 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9259 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9260 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 72.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9261 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 71.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9262 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9263 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 72.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9264 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 71.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9265 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 73.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9266 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 72.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9267 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 73.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9268 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 72.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9448 + components: + - type: Transform + pos: 81.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9449 + components: + - type: Transform + pos: 81.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9450 + components: + - type: Transform + pos: 81.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9451 + components: + - type: Transform + pos: 81.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9452 + components: + - type: Transform + pos: 81.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9453 + components: + - type: Transform + pos: 81.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9454 + components: + - type: Transform + pos: 81.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9455 + components: + - type: Transform + pos: 81.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9456 + components: + - type: Transform + pos: 81.5,41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9457 + components: + - type: Transform + pos: 81.5,40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9458 + components: + - type: Transform + pos: 81.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9459 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 80.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9460 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 79.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9461 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 78.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9463 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 76.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9464 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 75.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9465 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 74.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9466 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9467 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 72.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9468 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 71.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9503 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9529 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9786 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9905 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9932 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12274 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,66.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12275 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,66.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12276 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,66.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12277 + components: + - type: Transform + pos: 40.5,65.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12279 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12280 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12281 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,62.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12282 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12283 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12284 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,59.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12285 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,59.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12286 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12287 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12288 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,62.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12289 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12290 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12292 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,65.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12337 + components: + - type: Transform + pos: 77.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12338 + components: + - type: Transform + pos: 76.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12339 + components: + - type: Transform + pos: 76.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12345 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 67.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12346 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 67.5,50.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12347 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 67.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12348 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 70.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12349 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12417 + components: + - type: Transform + pos: 8.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12418 + components: + - type: Transform + pos: 8.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12419 + components: + - type: Transform + pos: 5.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12420 + components: + - type: Transform + pos: 4.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12421 + components: + - type: Transform + pos: 4.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12422 + components: + - type: Transform + pos: 5.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12423 + components: + - type: Transform + pos: 5.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12425 + components: + - type: Transform + pos: 9.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12426 + components: + - type: Transform + pos: 9.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12427 + components: + - type: Transform + pos: 9.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14313 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-36.5 + parent: 2 + - uid: 14369 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-36.5 + parent: 2 + - uid: 14370 + components: + - type: Transform + pos: 27.5,-33.5 + parent: 2 + - uid: 14371 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-36.5 + parent: 2 + - uid: 14372 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-35.5 + parent: 2 + - uid: 14373 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-34.5 + parent: 2 + - uid: 14376 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-33.5 + parent: 2 + - uid: 14377 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-34.5 + parent: 2 + - uid: 14378 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-35.5 + parent: 2 + - uid: 14379 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-35.5 + parent: 2 + - uid: 14380 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-35.5 + parent: 2 + - uid: 14381 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-35.5 + parent: 2 + - uid: 14412 + components: + - type: Transform + pos: 21.5,-34.5 + parent: 2 + - uid: 14413 + components: + - type: Transform + pos: 21.5,-33.5 + parent: 2 + - uid: 14414 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-32.5 + parent: 2 + - uid: 14416 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-31.5 + parent: 2 + - uid: 14580 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14581 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14582 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14583 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14584 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14585 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14586 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14587 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14588 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14589 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14590 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14591 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14592 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14593 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14594 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14595 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14596 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14597 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14602 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-37.5 + parent: 2 + - uid: 14604 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14605 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14606 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14608 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14609 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14610 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14611 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14612 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14613 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14614 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14615 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14616 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14617 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14618 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14619 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14620 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14621 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14622 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14702 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 76.5,69.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14829 + components: + - type: Transform + pos: 74.5,70.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14830 + components: + - type: Transform + pos: 74.5,69.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14831 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 75.5,68.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14832 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 76.5,68.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14833 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,68.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14834 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 80.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14835 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 80.5,62.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14836 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 80.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14837 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 79.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14838 + components: + - type: Transform + pos: 78.5,65.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14839 + components: + - type: Transform + pos: 78.5,66.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14840 + components: + - type: Transform + pos: 78.5,67.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14846 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 81.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14847 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 81.5,62.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14848 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 81.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14849 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 81.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14850 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 80.5,65.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14851 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 79.5,65.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14852 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 78.5,65.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14853 + components: + - type: Transform + pos: 77.5,66.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14854 + components: + - type: Transform + pos: 77.5,67.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14855 + components: + - type: Transform + pos: 77.5,68.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14859 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 75.5,70.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 15051 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 76.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 15052 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 75.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 15053 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 74.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 15054 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 15055 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 72.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 15056 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 71.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 28036 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-10.5 + parent: 2 + - uid: 28037 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-9.5 + parent: 2 + - uid: 28039 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-10.5 + parent: 2 + - uid: 28040 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-9.5 + parent: 2 +- proto: GasPipeTJunction + entities: + - uid: 251 + components: + - type: Transform + pos: 6.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1059 + components: + - type: Transform + pos: 26.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1080 + components: + - type: Transform + pos: 20.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1130 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1132 + components: + - type: Transform + pos: 28.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1147 + components: + - type: Transform + pos: 19.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1835 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1853 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1879 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1899 + components: + - type: Transform + pos: 23.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2550 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2733 + components: + - type: Transform + pos: 48.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2734 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2735 + components: + - type: Transform + pos: 46.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2791 + components: + - type: Transform + pos: 49.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2794 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2804 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3460 + components: + - type: Transform + pos: 48.5,65.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3502 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3559 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3562 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,65.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3595 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3599 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,66.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3633 + components: + - type: Transform + pos: 46.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3643 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3657 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3666 + components: + - type: Transform + pos: 49.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3675 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3694 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3734 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 58.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3743 + components: + - type: Transform + pos: 50.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3748 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3757 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3776 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3777 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4235 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4239 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4240 + components: + - type: Transform + pos: 29.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4241 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4242 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4243 + components: + - type: Transform + pos: 64.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4244 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 71.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4245 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 71.5,40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4246 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 71.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 4248 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 66.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4250 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 65.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5154 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,66.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5165 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5176 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,65.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5177 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5183 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5184 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 76.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5252 + components: + - type: Transform + pos: 67.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 6313 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6317 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6321 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 6322 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 77.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7008 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,71.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7031 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,72.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7058 + components: + - type: Transform + pos: 56.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7094 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7095 + components: + - type: Transform + pos: 57.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7985 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8373 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8380 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8393 + components: + - type: Transform + pos: 14.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8475 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 71.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8540 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 71.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8555 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 80.5,59.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8558 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 71.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8569 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8571 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8572 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8574 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 71.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8689 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8729 + components: + - type: Transform + pos: 65.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8736 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8751 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8764 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8768 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8779 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8785 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8791 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8792 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8796 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8805 + components: + - type: Transform + pos: 15.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8817 + components: + - type: Transform + pos: 27.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8827 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8836 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8840 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 70.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8842 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8994 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9004 + components: + - type: Transform + pos: 26.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9063 + components: + - type: Transform + pos: 39.5,50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9078 + components: + - type: Transform + pos: 27.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9172 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9178 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14385 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-30.5 + parent: 2 + - uid: 14599 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' +- proto: GasPort + entities: + - uid: 7055 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 55.5,50.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 7056 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.5,50.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 7057 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,50.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14275 + components: + - type: Transform + pos: 28.5,-31.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14346 + components: + - type: Transform + pos: 27.5,-31.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14383 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-32.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28032 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-12.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28033 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-12.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: GasPressurePump + entities: + - uid: 1658 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,82.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 3264 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,78.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 4468 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,80.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5042 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,76.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5043 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,74.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 5047 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,72.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 6965 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,72.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 6966 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,71.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7053 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 55.5,51.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7054 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.5,51.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14382 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-31.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28034 + components: + - type: Transform + pos: 20.5,-11.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28035 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-11.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: GasThermoMachineFreezer + entities: + - uid: 6944 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,87.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14038 + components: + - type: Transform + pos: 58.5,1.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: GasThermoMachineHeater + entities: + - uid: 6945 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,87.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: GasValve + entities: + - uid: 6967 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,85.5 + parent: 2 + - type: GasValve + open: False + - type: AtmosDevice + joinedGrid: 2 + - uid: 7702 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,71.5 + parent: 2 + - type: GasValve + open: False + - type: AtmosDevice + joinedGrid: 2 + - uid: 14410 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-32.5 + parent: 2 + - type: GasValve + open: False + - type: AtmosDevice + joinedGrid: 2 + - uid: 14600 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-19.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14603 + components: + - type: Transform + pos: 22.5,-36.5 + parent: 2 + - type: GasValve + open: False + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14623 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-19.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' +- proto: GasVentPump + entities: + - uid: 235 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,8.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 236 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,8.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 237 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,3.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 238 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,13.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 275 + components: + - type: Transform + pos: 9.5,15.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 569 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,9.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1060 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,25.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1066 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,25.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1081 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,21.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1088 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,21.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1089 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,21.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1093 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,17.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1098 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,18.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1102 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,16.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1158 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,25.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1573 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-7.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1806 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-15.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1807 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-11.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1809 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-3.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1810 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-2.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1811 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-0.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1812 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,4.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1813 + components: + - type: Transform + pos: 21.5,8.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 1814 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,4.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2683 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,3.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2684 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,3.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2685 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,3.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2686 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,3.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2687 + components: + - type: Transform + pos: 47.5,7.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2688 + components: + - type: Transform + pos: 53.5,7.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2689 + components: + - type: Transform + pos: 41.5,7.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2690 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,-0.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2691 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,-0.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2692 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,-3.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2693 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,-9.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2694 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,-4.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2695 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,-4.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 2719 + components: + - type: Transform + pos: 38.5,8.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3676 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,30.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3677 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,34.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3678 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,36.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3679 + components: + - type: Transform + pos: 52.5,40.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3709 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,30.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3719 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,28.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3726 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,28.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3731 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,25.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3732 + components: + - type: Transform + pos: 58.5,26.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3749 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 55.5,17.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3750 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,20.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3761 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 55.5,21.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3762 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,17.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3763 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,20.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3779 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,22.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3781 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,18.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3791 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,22.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 3849 + components: + - type: Transform + pos: 45.5,33.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5535 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 78.5,16.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5536 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 75.5,16.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 5986 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,-7.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7009 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,72.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 7034 + components: + - type: Transform + pos: 42.5,75.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8576 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,70.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8577 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,66.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8578 + components: + - type: Transform + pos: 49.5,62.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8579 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,60.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8580 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,56.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8581 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,53.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8582 + components: + - type: Transform + pos: 46.5,49.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8583 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,44.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8584 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,41.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8586 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,37.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8587 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,37.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8588 + components: + - type: Transform + pos: 12.5,35.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8589 + components: + - type: Transform + pos: 12.5,29.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8590 + components: + - type: Transform + pos: 12.5,24.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8591 + components: + - type: Transform + pos: 12.5,19.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8592 + components: + - type: Transform + pos: 12.5,14.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8593 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,32.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8594 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,13.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8595 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,13.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8596 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,13.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8597 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,13.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8599 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,13.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8600 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,13.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8601 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,13.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8602 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,13.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8603 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 65.5,13.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8604 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,32.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8606 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,18.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8608 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,26.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8609 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,31.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8610 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,35.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8611 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,39.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8612 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,44.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8613 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,49.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8614 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,52.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8615 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,56.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8617 + components: + - type: Transform + pos: 71.5,63.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8618 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 82.5,60.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8619 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 75.5,37.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8620 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 80.5,37.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8621 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 82.5,41.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8622 + components: + - type: Transform + pos: 82.5,50.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8844 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,50.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8849 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,37.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8902 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 81.5,52.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8918 + components: + - type: Transform + pos: 65.5,56.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8919 + components: + - type: Transform + pos: 65.5,61.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8920 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 60.5,63.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8970 + components: + - type: Transform + pos: 46.5,69.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 8971 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,70.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9053 + components: + - type: Transform + pos: 16.5,50.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9054 + components: + - type: Transform + pos: 16.5,54.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9055 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,54.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9056 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,54.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9057 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,50.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9058 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,48.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9069 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,48.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9084 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,48.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9085 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,42.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9092 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,48.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9120 + components: + - type: Transform + pos: 16.5,41.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9126 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,29.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9144 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,26.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9154 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,21.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9184 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,4.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9190 + components: + - type: Transform + pos: 36.5,19.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9191 + components: + - type: Transform + pos: 36.5,25.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9192 + components: + - type: Transform + pos: 36.5,29.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9200 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 64.5,7.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9201 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 64.5,9.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9227 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 79.5,27.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9228 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 80.5,27.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9229 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 80.5,30.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9248 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 67.5,40.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9257 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 74.5,46.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 9258 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 74.5,48.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12240 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,56.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12268 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,64.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12269 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,61.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12270 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,58.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12335 + components: + - type: Transform + pos: 76.5,40.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12343 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 68.5,48.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12416 + components: + - type: Transform + pos: 9.5,36.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12424 + components: + - type: Transform + pos: 5.5,36.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 12500 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,9.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14598 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-32.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14640 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14601 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-38.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14640 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14827 + components: + - type: Transform + pos: 75.5,71.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14822 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14828 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 76.5,69.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14822 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' +- proto: GasVentScrubber + entities: + - uid: 207 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,7.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 208 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,14.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 209 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,2.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 210 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,7.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 226 + components: + - type: Transform + pos: 7.5,15.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 568 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,9.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1115 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,26.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1116 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,26.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1117 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,21.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1118 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,21.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1119 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,17.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1120 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,17.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1121 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,17.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1159 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,26.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1160 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,26.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1194 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,20.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1855 + components: + - type: Transform + pos: 20.5,8.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1856 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,5.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1857 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,5.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1874 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-15.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1875 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-11.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1876 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-7.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1877 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-3.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1891 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-3.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 1902 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,0.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2772 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,-4.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2773 + components: + - type: Transform + pos: 40.5,7.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2774 + components: + - type: Transform + pos: 37.5,8.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2775 + components: + - type: Transform + pos: 46.5,7.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2776 + components: + - type: Transform + pos: 52.5,7.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2777 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,4.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2778 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,-3.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2779 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-9.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2780 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,4.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2781 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,4.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 2782 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,4.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3439 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,31.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3462 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,35.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3501 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 65.5,9.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3504 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,19.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3505 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,27.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3506 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.5,17.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3507 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,18.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3508 + components: + - type: Transform + pos: 53.5,40.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3509 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,24.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3510 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,27.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3511 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,23.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3512 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,16.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3526 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,35.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3555 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,21.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3557 + components: + - type: Transform + pos: 57.5,26.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3583 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,31.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3780 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,18.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3842 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,19.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3843 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,24.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3844 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,21.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 3848 + components: + - type: Transform + pos: 46.5,33.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 4251 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,36.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5367 + components: + - type: Transform + pos: 52.5,-0.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5542 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 75.5,17.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5543 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 78.5,17.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 5985 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,-6.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7010 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,71.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 7030 + components: + - type: Transform + pos: 43.5,75.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8693 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 65.5,7.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8845 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,52.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8846 + components: + - type: Transform + pos: 47.5,49.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8847 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,43.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8848 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,41.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8850 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,36.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8851 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,36.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8852 + components: + - type: Transform + pos: 13.5,35.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8853 + components: + - type: Transform + pos: 13.5,29.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8854 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,24.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8855 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,19.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8856 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,14.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8857 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,14.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8858 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,14.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8859 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,14.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8860 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,14.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8862 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,14.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8863 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,14.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8864 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,14.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8865 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 59.5,14.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8866 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 65.5,14.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8868 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,18.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8870 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,26.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8871 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,31.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8872 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,35.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8873 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,39.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8874 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,44.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8875 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,49.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8876 + components: + - type: Transform + pos: 70.5,52.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8877 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,52.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8878 + components: + - type: Transform + pos: 70.5,56.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8879 + components: + - type: Transform + pos: 70.5,63.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8880 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 82.5,59.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8903 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 82.5,52.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8935 + components: + - type: Transform + pos: 66.5,56.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8936 + components: + - type: Transform + pos: 66.5,61.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8937 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 60.5,64.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8955 + components: + - type: Transform + pos: 43.5,69.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8956 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,65.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8957 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,61.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8958 + components: + - type: Transform + pos: 54.5,56.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8959 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,52.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8960 + components: + - type: Transform + pos: 47.5,69.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8961 + components: + - type: Transform + pos: 50.5,69.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8979 + components: + - type: Transform + pos: 17.5,41.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8980 + components: + - type: Transform + pos: 17.5,47.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8981 + components: + - type: Transform + pos: 15.5,53.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8982 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,53.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8983 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,53.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8984 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,47.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8985 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,47.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8986 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,47.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8987 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,47.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 8988 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,51.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9019 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,42.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9121 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,33.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9122 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,33.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9123 + components: + - type: Transform + pos: 8.5,36.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9124 + components: + - type: Transform + pos: 4.5,36.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9125 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,29.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9143 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,27.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9153 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,22.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9185 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,5.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9187 + components: + - type: Transform + pos: 37.5,29.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9188 + components: + - type: Transform + pos: 37.5,25.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9189 + components: + - type: Transform + pos: 37.5,19.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9208 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 79.5,28.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9209 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 80.5,28.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9210 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 81.5,32.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9249 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 67.5,38.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9255 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 74.5,49.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9256 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 74.5,45.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9306 + components: + - type: Transform + pos: 81.5,50.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9444 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 75.5,38.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9445 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 80.5,38.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9446 + components: + - type: Transform + pos: 81.5,41.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 9479 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,55.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12271 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,58.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12272 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,61.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12273 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,64.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12336 + components: + - type: Transform + pos: 77.5,40.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12344 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 67.5,48.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 12501 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,9.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14607 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-31.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14640 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14821 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 76.5,68.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14822 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' + - uid: 14826 + components: + - type: Transform + pos: 74.5,71.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14822 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF0000FF' +- proto: GasVolumePump + entities: + - uid: 6813 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,84.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 6814 + components: + - type: Transform + pos: 49.5,84.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 7052 + components: + - type: Transform + pos: 57.5,51.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 14366 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-32.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14367 + components: + - type: Transform + pos: 28.5,-32.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14409 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-35.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: GeigerCounter + entities: + - uid: 28076 + components: + - type: Transform + pos: 26.739191,-11.5469475 + parent: 2 +- proto: GeneratorRTGDamaged + entities: + - uid: 7778 + components: + - type: Transform + pos: 52.5,69.5 + parent: 2 + - type: RadiationSource + intensity: 4 + - uid: 28071 + components: + - type: Transform + pos: 28.5,-11.5 + parent: 2 +- proto: Girder + entities: + - uid: 5259 + components: + - type: Transform + pos: 24.5,61.5 + parent: 2 + - uid: 9870 + components: + - type: Transform + pos: 29.5,-6.5 + parent: 2 + - uid: 28115 + components: + - type: Transform + pos: 61.5,46.5 + parent: 2 + - uid: 28116 + components: + - type: Transform + pos: 61.5,48.5 + parent: 2 +- proto: GlowstickBase + entities: + - uid: 9686 + components: + - type: Transform + pos: 63.5,-0.5 + parent: 2 +- proto: GravityGenerator + entities: + - uid: 5384 + components: + - type: Transform + pos: 67.5,7.5 + parent: 2 +- proto: Grille + entities: + - uid: 9 + components: + - type: Transform + pos: 5.5,4.5 + parent: 2 + - uid: 30 + components: + - type: Transform + pos: 4.5,4.5 + parent: 2 + - uid: 33 + components: + - type: Transform + pos: 2.5,0.5 + parent: 2 + - uid: 35 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,7.5 + parent: 2 + - uid: 36 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,7.5 + parent: 2 + - uid: 65 + components: + - type: Transform + pos: 10.5,13.5 + parent: 2 + - uid: 73 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,11.5 + parent: 2 + - uid: 100 + components: + - type: Transform + pos: 4.5,11.5 + parent: 2 + - uid: 112 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,26.5 + parent: 2 + - uid: 122 + components: + - type: Transform + pos: 15.5,-7.5 + parent: 2 + - uid: 130 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,12.5 + parent: 2 + - uid: 139 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,12.5 + parent: 2 + - uid: 140 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,13.5 + parent: 2 + - uid: 148 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,7.5 + parent: 2 + - uid: 166 + components: + - type: Transform + pos: 3.5,11.5 + parent: 2 + - uid: 285 + components: + - type: Transform + pos: 6.5,0.5 + parent: 2 + - uid: 286 + components: + - type: Transform + pos: 5.5,0.5 + parent: 2 + - uid: 320 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-0.5 + parent: 2 + - uid: 509 + components: + - type: Transform + pos: 14.5,11.5 + parent: 2 + - uid: 519 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,26.5 + parent: 2 + - uid: 524 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,31.5 + parent: 2 + - uid: 525 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,29.5 + parent: 2 + - uid: 526 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,31.5 + parent: 2 + - uid: 527 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,31.5 + parent: 2 + - uid: 528 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,31.5 + parent: 2 + - uid: 531 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,31.5 + parent: 2 + - uid: 601 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-3.5 + parent: 2 + - uid: 611 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-4.5 + parent: 2 + - uid: 619 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,28.5 + parent: 2 + - uid: 629 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,24.5 + parent: 2 + - uid: 636 + components: + - type: Transform + pos: 14.5,20.5 + parent: 2 + - uid: 655 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,24.5 + parent: 2 + - uid: 666 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,31.5 + parent: 2 + - uid: 667 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,31.5 + parent: 2 + - uid: 668 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,29.5 + parent: 2 + - uid: 669 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,28.5 + parent: 2 + - uid: 677 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,31.5 + parent: 2 + - uid: 679 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,31.5 + parent: 2 + - uid: 689 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-0.5 + parent: 2 + - uid: 694 + components: + - type: Transform + pos: 14.5,28.5 + parent: 2 + - uid: 695 + components: + - type: Transform + pos: 14.5,29.5 + parent: 2 + - uid: 696 + components: + - type: Transform + pos: 14.5,30.5 + parent: 2 + - uid: 697 + components: + - type: Transform + pos: 14.5,31.5 + parent: 2 + - uid: 698 + components: + - type: Transform + pos: 14.5,32.5 + parent: 2 + - uid: 699 + components: + - type: Transform + pos: 14.5,33.5 + parent: 2 + - uid: 700 + components: + - type: Transform + pos: 16.5,35.5 + parent: 2 + - uid: 701 + components: + - type: Transform + pos: 17.5,35.5 + parent: 2 + - uid: 702 + components: + - type: Transform + pos: 18.5,35.5 + parent: 2 + - uid: 703 + components: + - type: Transform + pos: 19.5,35.5 + parent: 2 + - uid: 704 + components: + - type: Transform + pos: 20.5,35.5 + parent: 2 + - uid: 705 + components: + - type: Transform + pos: 21.5,35.5 + parent: 2 + - uid: 710 + components: + - type: Transform + pos: 24.5,26.5 + parent: 2 + - uid: 711 + components: + - type: Transform + pos: 27.5,35.5 + parent: 2 + - uid: 712 + components: + - type: Transform + pos: 28.5,35.5 + parent: 2 + - uid: 713 + components: + - type: Transform + pos: 29.5,35.5 + parent: 2 + - uid: 714 + components: + - type: Transform + pos: 30.5,35.5 + parent: 2 + - uid: 715 + components: + - type: Transform + pos: 31.5,35.5 + parent: 2 + - uid: 716 + components: + - type: Transform + pos: 32.5,35.5 + parent: 2 + - uid: 717 + components: + - type: Transform + pos: 34.5,33.5 + parent: 2 + - uid: 718 + components: + - type: Transform + pos: 34.5,32.5 + parent: 2 + - uid: 719 + components: + - type: Transform + pos: 34.5,31.5 + parent: 2 + - uid: 720 + components: + - type: Transform + pos: 34.5,30.5 + parent: 2 + - uid: 721 + components: + - type: Transform + pos: 34.5,29.5 + parent: 2 + - uid: 722 + components: + - type: Transform + pos: 34.5,28.5 + parent: 2 + - uid: 748 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-1.5 + parent: 2 + - uid: 752 + components: + - type: Transform + pos: 24.5,15.5 + parent: 2 + - uid: 756 + components: + - type: Transform + pos: 14.5,19.5 + parent: 2 + - uid: 782 + components: + - type: Transform + pos: 26.5,15.5 + parent: 2 + - uid: 786 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,35.5 + parent: 2 + - uid: 787 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,35.5 + parent: 2 + - uid: 788 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,35.5 + parent: 2 + - uid: 797 + components: + - type: Transform + pos: 14.5,18.5 + parent: 2 + - uid: 801 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,35.5 + parent: 2 + - uid: 803 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,35.5 + parent: 2 + - uid: 804 + components: + - type: Transform + pos: 23.5,26.5 + parent: 2 + - uid: 805 + components: + - type: Transform + pos: 25.5,26.5 + parent: 2 + - uid: 828 + components: + - type: Transform + pos: 16.5,20.5 + parent: 2 + - uid: 868 + components: + - type: Transform + pos: 25.5,15.5 + parent: 2 + - uid: 870 + components: + - type: Transform + pos: 22.5,15.5 + parent: 2 + - uid: 1011 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,26.5 + parent: 2 + - uid: 1013 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,24.5 + parent: 2 + - uid: 1014 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,24.5 + parent: 2 + - uid: 1015 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,26.5 + parent: 2 + - uid: 1428 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,27.5 + parent: 2 + - uid: 1465 + components: + - type: Transform + pos: 15.5,-6.5 + parent: 2 + - uid: 1466 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,11.5 + parent: 2 + - uid: 1467 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,11.5 + parent: 2 + - uid: 1468 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,11.5 + parent: 2 + - uid: 1469 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,11.5 + parent: 2 + - uid: 1470 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,11.5 + parent: 2 + - uid: 1473 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,8.5 + parent: 2 + - uid: 1484 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,7.5 + parent: 2 + - uid: 1488 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,6.5 + parent: 2 + - uid: 1489 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,6.5 + parent: 2 + - uid: 1560 + components: + - type: Transform + pos: 23.5,-5.5 + parent: 2 + - uid: 1561 + components: + - type: Transform + pos: 21.5,-5.5 + parent: 2 + - uid: 1676 + components: + - type: Transform + pos: 15.5,-8.5 + parent: 2 + - uid: 1677 + components: + - type: Transform + pos: 15.5,-10.5 + parent: 2 + - uid: 1678 + components: + - type: Transform + pos: 15.5,-11.5 + parent: 2 + - uid: 1679 + components: + - type: Transform + pos: 15.5,-12.5 + parent: 2 + - uid: 1780 + components: + - type: Transform + pos: 19.5,5.5 + parent: 2 + - uid: 2222 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-38.5 + parent: 2 + - uid: 2265 + components: + - type: Transform + pos: 40.5,10.5 + parent: 2 + - uid: 2278 + components: + - type: Transform + pos: 34.5,5.5 + parent: 2 + - uid: 2307 + components: + - type: Transform + pos: 39.5,6.5 + parent: 2 + - uid: 2358 + components: + - type: Transform + pos: 47.5,1.5 + parent: 2 + - uid: 2370 + components: + - type: Transform + pos: 48.5,5.5 + parent: 2 + - uid: 2371 + components: + - type: Transform + pos: 46.5,5.5 + parent: 2 + - uid: 2427 + components: + - type: Transform + pos: 46.5,1.5 + parent: 2 + - uid: 2428 + components: + - type: Transform + pos: 45.5,1.5 + parent: 2 + - uid: 2429 + components: + - type: Transform + pos: 44.5,1.5 + parent: 2 + - uid: 2491 + components: + - type: Transform + pos: 56.5,-6.5 + parent: 2 + - uid: 2492 + components: + - type: Transform + pos: 55.5,-6.5 + parent: 2 + - uid: 2493 + components: + - type: Transform + pos: 54.5,-6.5 + parent: 2 + - uid: 2494 + components: + - type: Transform + pos: 53.5,-6.5 + parent: 2 + - uid: 2530 + components: + - type: Transform + pos: 47.5,-7.5 + parent: 2 + - uid: 2531 + components: + - type: Transform + pos: 48.5,-7.5 + parent: 2 + - uid: 2532 + components: + - type: Transform + pos: 49.5,-7.5 + parent: 2 + - uid: 2533 + components: + - type: Transform + pos: 50.5,-7.5 + parent: 2 + - uid: 2580 + components: + - type: Transform + pos: 38.5,11.5 + parent: 2 + - uid: 2584 + components: + - type: Transform + pos: 37.5,11.5 + parent: 2 + - uid: 2585 + components: + - type: Transform + pos: 36.5,11.5 + parent: 2 + - uid: 2586 + components: + - type: Transform + pos: 35.5,11.5 + parent: 2 + - uid: 2673 + components: + - type: Transform + pos: 43.5,-8.5 + parent: 2 + - uid: 2682 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,-7.5 + parent: 2 + - uid: 2861 + components: + - type: Transform + pos: 38.5,20.5 + parent: 2 + - uid: 2891 + components: + - type: Transform + pos: 38.5,19.5 + parent: 2 + - uid: 2893 + components: + - type: Transform + pos: 38.5,16.5 + parent: 2 + - uid: 2894 + components: + - type: Transform + pos: 38.5,17.5 + parent: 2 + - uid: 2899 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,17.5 + parent: 2 + - uid: 2900 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,20.5 + parent: 2 + - uid: 2903 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,29.5 + parent: 2 + - uid: 2907 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,27.5 + parent: 2 + - uid: 2920 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,25.5 + parent: 2 + - uid: 2946 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,19.5 + parent: 2 + - uid: 2947 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,18.5 + parent: 2 + - uid: 2948 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,17.5 + parent: 2 + - uid: 2953 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,21.5 + parent: 2 + - uid: 2969 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,31.5 + parent: 2 + - uid: 2970 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,30.5 + parent: 2 + - uid: 3061 + components: + - type: Transform + pos: 52.5,37.5 + parent: 2 + - uid: 3071 + components: + - type: Transform + pos: 51.5,37.5 + parent: 2 + - uid: 3149 + components: + - type: Transform + pos: 53.5,25.5 + parent: 2 + - uid: 3150 + components: + - type: Transform + pos: 52.5,25.5 + parent: 2 + - uid: 3151 + components: + - type: Transform + pos: 51.5,25.5 + parent: 2 + - uid: 3152 + components: + - type: Transform + pos: 50.5,25.5 + parent: 2 + - uid: 3241 + components: + - type: Transform + pos: 55.5,19.5 + parent: 2 + - uid: 3242 + components: + - type: Transform + pos: 57.5,19.5 + parent: 2 + - uid: 3243 + components: + - type: Transform + pos: 58.5,19.5 + parent: 2 + - uid: 3244 + components: + - type: Transform + pos: 54.5,19.5 + parent: 2 + - uid: 3327 + components: + - type: Transform + pos: 48.5,33.5 + parent: 2 + - uid: 3328 + components: + - type: Transform + pos: 48.5,32.5 + parent: 2 + - uid: 3531 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,54.5 + parent: 2 + - uid: 4216 + components: + - type: Transform + pos: 52.5,67.5 + parent: 2 + - uid: 4254 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,42.5 + parent: 2 + - uid: 4257 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,41.5 + parent: 2 + - uid: 4287 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,39.5 + parent: 2 + - uid: 4288 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,39.5 + parent: 2 + - uid: 4294 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,39.5 + parent: 2 + - uid: 4395 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,39.5 + parent: 2 + - uid: 4396 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,39.5 + parent: 2 + - uid: 4398 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,39.5 + parent: 2 + - uid: 4399 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,39.5 + parent: 2 + - uid: 4495 + components: + - type: Transform + pos: 28.5,56.5 + parent: 2 + - uid: 4496 + components: + - type: Transform + pos: 29.5,56.5 + parent: 2 + - uid: 4497 + components: + - type: Transform + pos: 30.5,56.5 + parent: 2 + - uid: 4498 + components: + - type: Transform + pos: 31.5,56.5 + parent: 2 + - uid: 4499 + components: + - type: Transform + pos: 32.5,56.5 + parent: 2 + - uid: 4500 + components: + - type: Transform + pos: 33.5,56.5 + parent: 2 + - uid: 4625 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 84.5,52.5 + parent: 2 + - uid: 4879 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,30.5 + parent: 2 + - uid: 4880 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,30.5 + parent: 2 + - uid: 4883 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,34.5 + parent: 2 + - uid: 4884 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,33.5 + parent: 2 + - uid: 4885 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,32.5 + parent: 2 + - uid: 4886 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,31.5 + parent: 2 + - uid: 4899 + components: + - type: Transform + pos: 5.5,39.5 + parent: 2 + - uid: 4900 + components: + - type: Transform + pos: 4.5,39.5 + parent: 2 + - uid: 4901 + components: + - type: Transform + pos: 3.5,39.5 + parent: 2 + - uid: 4902 + components: + - type: Transform + pos: 7.5,39.5 + parent: 2 + - uid: 4969 + components: + - type: Transform + pos: 28.5,59.5 + parent: 2 + - uid: 4970 + components: + - type: Transform + pos: 29.5,59.5 + parent: 2 + - uid: 4971 + components: + - type: Transform + pos: 30.5,59.5 + parent: 2 + - uid: 4972 + components: + - type: Transform + pos: 31.5,59.5 + parent: 2 + - uid: 4973 + components: + - type: Transform + pos: 32.5,59.5 + parent: 2 + - uid: 4974 + components: + - type: Transform + pos: 33.5,59.5 + parent: 2 + - uid: 4989 + components: + - type: Transform + pos: 28.5,65.5 + parent: 2 + - uid: 5009 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,67.5 + parent: 2 + - uid: 5013 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,73.5 + parent: 2 + - uid: 5014 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,75.5 + parent: 2 + - uid: 5015 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,71.5 + parent: 2 + - uid: 5017 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,69.5 + parent: 2 + - uid: 5019 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,69.5 + parent: 2 + - uid: 5021 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,69.5 + parent: 2 + - uid: 5023 + components: + - type: Transform + pos: -1.5,22.5 + parent: 2 + - uid: 5026 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,71.5 + parent: 2 + - uid: 5027 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,68.5 + parent: 2 + - uid: 5029 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,66.5 + parent: 2 + - uid: 5030 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,71.5 + parent: 2 + - uid: 5032 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,73.5 + parent: 2 + - uid: 5046 + components: + - type: Transform + pos: 38.5,-13.5 + parent: 2 + - uid: 5050 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,77.5 + parent: 2 + - uid: 5052 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,79.5 + parent: 2 + - uid: 5053 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,77.5 + parent: 2 + - uid: 5054 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,79.5 + parent: 2 + - uid: 5055 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,79.5 + parent: 2 + - uid: 5056 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,81.5 + parent: 2 + - uid: 5057 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,81.5 + parent: 2 + - uid: 5058 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,81.5 + parent: 2 + - uid: 5060 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,82.5 + parent: 2 + - uid: 5065 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,83.5 + parent: 2 + - uid: 5075 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,73.5 + parent: 2 + - uid: 5076 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,74.5 + parent: 2 + - uid: 5077 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,77.5 + parent: 2 + - uid: 5078 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,76.5 + parent: 2 + - uid: 5093 + components: + - type: Transform + pos: 10.5,20.5 + parent: 2 + - uid: 5096 + components: + - type: Transform + pos: 27.5,-20.5 + parent: 2 + - uid: 5097 + components: + - type: Transform + pos: 25.5,-20.5 + parent: 2 + - uid: 5101 + components: + - type: Transform + pos: 16.5,-20.5 + parent: 2 + - uid: 5116 + components: + - type: Transform + pos: 29.5,-20.5 + parent: 2 + - uid: 5117 + components: + - type: Transform + pos: 33.5,-19.5 + parent: 2 + - uid: 5129 + components: + - type: Transform + pos: 33.5,-18.5 + parent: 2 + - uid: 5250 + components: + - type: Transform + pos: 69.5,1.5 + parent: 2 + - uid: 5269 + components: + - type: Transform + pos: 34.5,65.5 + parent: 2 + - uid: 5270 + components: + - type: Transform + pos: 33.5,65.5 + parent: 2 + - uid: 5310 + components: + - type: Transform + pos: 53.5,-12.5 + parent: 2 + - uid: 5311 + components: + - type: Transform + pos: 53.5,-13.5 + parent: 2 + - uid: 5442 + components: + - type: Transform + pos: 76.5,16.5 + parent: 2 + - uid: 5444 + components: + - type: Transform + pos: 76.5,18.5 + parent: 2 + - uid: 5517 + components: + - type: Transform + pos: 73.5,13.5 + parent: 2 + - uid: 5518 + components: + - type: Transform + pos: 73.5,21.5 + parent: 2 + - uid: 5655 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 84.5,49.5 + parent: 2 + - uid: 5656 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 85.5,49.5 + parent: 2 + - uid: 5657 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 84.5,47.5 + parent: 2 + - uid: 5658 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 85.5,47.5 + parent: 2 + - uid: 5659 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 86.5,49.5 + parent: 2 + - uid: 5662 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 86.5,47.5 + parent: 2 + - uid: 5668 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 86.5,42.5 + parent: 2 + - uid: 5669 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 85.5,42.5 + parent: 2 + - uid: 5670 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 84.5,42.5 + parent: 2 + - uid: 5671 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 86.5,40.5 + parent: 2 + - uid: 5672 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 85.5,40.5 + parent: 2 + - uid: 5673 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 84.5,40.5 + parent: 2 + - uid: 5676 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 84.5,45.5 + parent: 2 + - uid: 5677 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 84.5,44.5 + parent: 2 + - uid: 5679 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 84.5,38.5 + parent: 2 + - uid: 5680 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 84.5,37.5 + parent: 2 + - uid: 5681 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 84.5,36.5 + parent: 2 + - uid: 5692 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 74.5,25.5 + parent: 2 + - uid: 5695 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 75.5,25.5 + parent: 2 + - uid: 5712 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 76.5,25.5 + parent: 2 + - uid: 5713 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,26.5 + parent: 2 + - uid: 5714 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,27.5 + parent: 2 + - uid: 5715 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,28.5 + parent: 2 + - uid: 5716 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 76.5,29.5 + parent: 2 + - uid: 5717 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 75.5,29.5 + parent: 2 + - uid: 5718 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 74.5,29.5 + parent: 2 + - uid: 5719 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,28.5 + parent: 2 + - uid: 5720 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,27.5 + parent: 2 + - uid: 5721 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,26.5 + parent: 2 + - uid: 5747 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 79.5,43.5 + parent: 2 + - uid: 5756 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,50.5 + parent: 2 + - uid: 5757 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,49.5 + parent: 2 + - uid: 5758 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,48.5 + parent: 2 + - uid: 5759 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,46.5 + parent: 2 + - uid: 5760 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,45.5 + parent: 2 + - uid: 5761 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,44.5 + parent: 2 + - uid: 5762 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 78.5,43.5 + parent: 2 + - uid: 5763 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,44.5 + parent: 2 + - uid: 5764 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,45.5 + parent: 2 + - uid: 5765 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,46.5 + parent: 2 + - uid: 5766 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,48.5 + parent: 2 + - uid: 5767 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,49.5 + parent: 2 + - uid: 5811 + components: + - type: Transform + pos: 82.5,35.5 + parent: 2 + - uid: 5830 + components: + - type: Transform + pos: 73.5,34.5 + parent: 2 + - uid: 5836 + components: + - type: Transform + pos: 81.5,35.5 + parent: 2 + - uid: 5837 + components: + - type: Transform + pos: 79.5,35.5 + parent: 2 + - uid: 5838 + components: + - type: Transform + pos: 78.5,35.5 + parent: 2 + - uid: 5839 + components: + - type: Transform + pos: 76.5,35.5 + parent: 2 + - uid: 5840 + components: + - type: Transform + pos: 75.5,35.5 + parent: 2 + - uid: 5850 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 84.5,27.5 + parent: 2 + - uid: 5851 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 83.5,27.5 + parent: 2 + - uid: 5944 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 84.5,31.5 + parent: 2 + - uid: 5945 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 84.5,30.5 + parent: 2 + - uid: 5946 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 84.5,33.5 + parent: 2 + - uid: 5947 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 84.5,34.5 + parent: 2 + - uid: 5948 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 84.5,18.5 + parent: 2 + - uid: 5949 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 84.5,17.5 + parent: 2 + - uid: 5950 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 84.5,16.5 + parent: 2 + - uid: 5951 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 82.5,18.5 + parent: 2 + - uid: 5952 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 82.5,17.5 + parent: 2 + - uid: 5953 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 82.5,16.5 + parent: 2 + - uid: 5954 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 79.5,22.5 + parent: 2 + - uid: 5955 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 78.5,22.5 + parent: 2 + - uid: 5956 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 79.5,20.5 + parent: 2 + - uid: 5957 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 78.5,20.5 + parent: 2 + - uid: 6310 + components: + - type: Transform + pos: 64.5,54.5 + parent: 2 + - uid: 6311 + components: + - type: Transform + pos: 63.5,54.5 + parent: 2 + - uid: 6361 + components: + - type: Transform + pos: 40.5,67.5 + parent: 2 + - uid: 6365 + components: + - type: Transform + pos: 39.5,67.5 + parent: 2 + - uid: 6465 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,68.5 + parent: 2 + - uid: 6500 + components: + - type: Transform + pos: 51.5,58.5 + parent: 2 + - uid: 6501 + components: + - type: Transform + pos: 50.5,58.5 + parent: 2 + - uid: 6535 + components: + - type: Transform + pos: 42.5,66.5 + parent: 2 + - uid: 6635 + components: + - type: Transform + pos: 23.5,90.5 + parent: 2 + - uid: 6646 + components: + - type: Transform + pos: 34.5,70.5 + parent: 2 + - uid: 6665 + components: + - type: Transform + pos: 40.5,70.5 + parent: 2 + - uid: 6666 + components: + - type: Transform + pos: 39.5,70.5 + parent: 2 + - uid: 6667 + components: + - type: Transform + pos: 38.5,70.5 + parent: 2 + - uid: 6668 + components: + - type: Transform + pos: 37.5,70.5 + parent: 2 + - uid: 6669 + components: + - type: Transform + pos: 36.5,70.5 + parent: 2 + - uid: 6671 + components: + - type: Transform + pos: 32.5,68.5 + parent: 2 + - uid: 6673 + components: + - type: Transform + pos: 35.5,70.5 + parent: 2 + - uid: 6674 + components: + - type: Transform + pos: 31.5,72.5 + parent: 2 + - uid: 6675 + components: + - type: Transform + pos: 31.5,73.5 + parent: 2 + - uid: 6676 + components: + - type: Transform + pos: 31.5,74.5 + parent: 2 + - uid: 6677 + components: + - type: Transform + pos: 31.5,75.5 + parent: 2 + - uid: 6678 + components: + - type: Transform + pos: 31.5,76.5 + parent: 2 + - uid: 6679 + components: + - type: Transform + pos: 31.5,77.5 + parent: 2 + - uid: 6680 + components: + - type: Transform + pos: 31.5,78.5 + parent: 2 + - uid: 6681 + components: + - type: Transform + pos: 31.5,79.5 + parent: 2 + - uid: 6685 + components: + - type: Transform + pos: 31.5,81.5 + parent: 2 + - uid: 6686 + components: + - type: Transform + pos: 31.5,82.5 + parent: 2 + - uid: 6687 + components: + - type: Transform + pos: 31.5,83.5 + parent: 2 + - uid: 6688 + components: + - type: Transform + pos: 31.5,80.5 + parent: 2 + - uid: 6699 + components: + - type: Transform + pos: 31.5,84.5 + parent: 2 + - uid: 6701 + components: + - type: Transform + pos: 43.5,83.5 + parent: 2 + - uid: 6704 + components: + - type: Transform + pos: 32.5,88.5 + parent: 2 + - uid: 6712 + components: + - type: Transform + pos: 33.5,88.5 + parent: 2 + - uid: 6714 + components: + - type: Transform + pos: 35.5,88.5 + parent: 2 + - uid: 6725 + components: + - type: Transform + pos: 40.5,85.5 + parent: 2 + - uid: 6727 + components: + - type: Transform + pos: 42.5,86.5 + parent: 2 + - uid: 6728 + components: + - type: Transform + pos: 38.5,86.5 + parent: 2 + - uid: 6730 + components: + - type: Transform + pos: 31.5,85.5 + parent: 2 + - uid: 6731 + components: + - type: Transform + pos: 31.5,86.5 + parent: 2 + - uid: 6732 + components: + - type: Transform + pos: 31.5,87.5 + parent: 2 + - uid: 6733 + components: + - type: Transform + pos: 34.5,88.5 + parent: 2 + - uid: 6734 + components: + - type: Transform + pos: 36.5,87.5 + parent: 2 + - uid: 6735 + components: + - type: Transform + pos: 44.5,84.5 + parent: 2 + - uid: 6736 + components: + - type: Transform + pos: 44.5,85.5 + parent: 2 + - uid: 6738 + components: + - type: Transform + pos: 36.5,86.5 + parent: 2 + - uid: 6739 + components: + - type: Transform + pos: 36.5,85.5 + parent: 2 + - uid: 6740 + components: + - type: Transform + pos: 36.5,84.5 + parent: 2 + - uid: 6742 + components: + - type: Transform + pos: 37.5,83.5 + parent: 2 + - uid: 6743 + components: + - type: Transform + pos: 38.5,83.5 + parent: 2 + - uid: 6744 + components: + - type: Transform + pos: 39.5,83.5 + parent: 2 + - uid: 6745 + components: + - type: Transform + pos: 40.5,83.5 + parent: 2 + - uid: 6746 + components: + - type: Transform + pos: 41.5,83.5 + parent: 2 + - uid: 6747 + components: + - type: Transform + pos: 42.5,83.5 + parent: 2 + - uid: 6754 + components: + - type: Transform + pos: 38.5,87.5 + parent: 2 + - uid: 6755 + components: + - type: Transform + pos: 39.5,85.5 + parent: 2 + - uid: 6756 + components: + - type: Transform + pos: 41.5,85.5 + parent: 2 + - uid: 6757 + components: + - type: Transform + pos: 42.5,87.5 + parent: 2 + - uid: 6767 + components: + - type: Transform + pos: 44.5,86.5 + parent: 2 + - uid: 6768 + components: + - type: Transform + pos: 44.5,87.5 + parent: 2 + - uid: 6785 + components: + - type: Transform + pos: 50.5,88.5 + parent: 2 + - uid: 6786 + components: + - type: Transform + pos: 48.5,88.5 + parent: 2 + - uid: 6787 + components: + - type: Transform + pos: 51.5,88.5 + parent: 2 + - uid: 6788 + components: + - type: Transform + pos: 49.5,88.5 + parent: 2 + - uid: 6838 + components: + - type: Transform + pos: 25.5,90.5 + parent: 2 + - uid: 6839 + components: + - type: Transform + pos: 24.5,90.5 + parent: 2 + - uid: 6840 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,68.5 + parent: 2 + - uid: 6841 + components: + - type: Transform + pos: 33.5,70.5 + parent: 2 + - uid: 6842 + components: + - type: Transform + pos: 32.5,70.5 + parent: 2 + - uid: 6938 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,73.5 + parent: 2 + - uid: 6939 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,75.5 + parent: 2 + - uid: 6940 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,77.5 + parent: 2 + - uid: 6941 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,79.5 + parent: 2 + - uid: 6942 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,81.5 + parent: 2 + - uid: 6943 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,83.5 + parent: 2 + - uid: 6948 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,82.5 + parent: 2 + - uid: 6952 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,83.5 + parent: 2 + - uid: 6982 + components: + - type: Transform + pos: 31.5,71.5 + parent: 2 + - uid: 6983 + components: + - type: Transform + pos: 33.5,68.5 + parent: 2 + - uid: 6984 + components: + - type: Transform + pos: 34.5,68.5 + parent: 2 + - uid: 6986 + components: + - type: Transform + pos: 26.5,90.5 + parent: 2 + - uid: 7039 + components: + - type: Transform + pos: 42.5,64.5 + parent: 2 + - uid: 7174 + components: + - type: Transform + pos: 51.5,67.5 + parent: 2 + - uid: 7247 + components: + - type: Transform + pos: 40.5,76.5 + parent: 2 + - uid: 7288 + components: + - type: Transform + pos: 16.5,81.5 + parent: 2 + - uid: 7289 + components: + - type: Transform + pos: 16.5,80.5 + parent: 2 + - uid: 7290 + components: + - type: Transform + pos: 16.5,79.5 + parent: 2 + - uid: 7291 + components: + - type: Transform + pos: 16.5,78.5 + parent: 2 + - uid: 7292 + components: + - type: Transform + pos: 16.5,76.5 + parent: 2 + - uid: 7293 + components: + - type: Transform + pos: 16.5,75.5 + parent: 2 + - uid: 7294 + components: + - type: Transform + pos: 16.5,74.5 + parent: 2 + - uid: 7295 + components: + - type: Transform + pos: 16.5,73.5 + parent: 2 + - uid: 7296 + components: + - type: Transform + pos: 16.5,71.5 + parent: 2 + - uid: 7297 + components: + - type: Transform + pos: 16.5,70.5 + parent: 2 + - uid: 7298 + components: + - type: Transform + pos: 16.5,69.5 + parent: 2 + - uid: 7299 + components: + - type: Transform + pos: 16.5,68.5 + parent: 2 + - uid: 7301 + components: + - type: Transform + pos: 25.5,94.5 + parent: 2 + - uid: 7302 + components: + - type: Transform + pos: 26.5,94.5 + parent: 2 + - uid: 7303 + components: + - type: Transform + pos: 27.5,94.5 + parent: 2 + - uid: 7305 + components: + - type: Transform + pos: 28.5,95.5 + parent: 2 + - uid: 7306 + components: + - type: Transform + pos: 34.5,95.5 + parent: 2 + - uid: 7307 + components: + - type: Transform + pos: 33.5,95.5 + parent: 2 + - uid: 7308 + components: + - type: Transform + pos: 36.5,95.5 + parent: 2 + - uid: 7309 + components: + - type: Transform + pos: 37.5,95.5 + parent: 2 + - uid: 7310 + components: + - type: Transform + pos: 38.5,95.5 + parent: 2 + - uid: 7311 + components: + - type: Transform + pos: 37.5,93.5 + parent: 2 + - uid: 7312 + components: + - type: Transform + pos: 36.5,93.5 + parent: 2 + - uid: 7313 + components: + - type: Transform + pos: 35.5,93.5 + parent: 2 + - uid: 7314 + components: + - type: Transform + pos: 33.5,93.5 + parent: 2 + - uid: 7315 + components: + - type: Transform + pos: 32.5,93.5 + parent: 2 + - uid: 7316 + components: + - type: Transform + pos: 31.5,93.5 + parent: 2 + - uid: 7317 + components: + - type: Transform + pos: 26.5,86.5 + parent: 2 + - uid: 7318 + components: + - type: Transform + pos: 27.5,86.5 + parent: 2 + - uid: 7319 + components: + - type: Transform + pos: 28.5,86.5 + parent: 2 + - uid: 7320 + components: + - type: Transform + pos: 28.5,88.5 + parent: 2 + - uid: 7321 + components: + - type: Transform + pos: 28.5,89.5 + parent: 2 + - uid: 7322 + components: + - type: Transform + pos: 28.5,90.5 + parent: 2 + - uid: 7323 + components: + - type: Transform + pos: 40.5,75.5 + parent: 2 + - uid: 7324 + components: + - type: Transform + pos: 40.5,74.5 + parent: 2 + - uid: 7435 + components: + - type: Transform + pos: 10.5,21.5 + parent: 2 + - uid: 7436 + components: + - type: Transform + pos: 10.5,23.5 + parent: 2 + - uid: 7453 + components: + - type: Transform + pos: -1.5,21.5 + parent: 2 + - uid: 7454 + components: + - type: Transform + pos: -1.5,20.5 + parent: 2 + - uid: 7455 + components: + - type: Transform + pos: -1.5,19.5 + parent: 2 + - uid: 7492 + components: + - type: Transform + pos: 1.5,28.5 + parent: 2 + - uid: 7562 + components: + - type: Transform + pos: 30.5,-20.5 + parent: 2 + - uid: 7563 + components: + - type: Transform + pos: 26.5,-20.5 + parent: 2 + - uid: 7564 + components: + - type: Transform + pos: 28.5,-20.5 + parent: 2 + - uid: 7567 + components: + - type: Transform + pos: 15.5,-20.5 + parent: 2 + - uid: 7568 + components: + - type: Transform + pos: 17.5,-20.5 + parent: 2 + - uid: 7581 + components: + - type: Transform + pos: 33.5,-17.5 + parent: 2 + - uid: 7639 + components: + - type: Transform + pos: 18.5,11.5 + parent: 2 + - uid: 7658 + components: + - type: Transform + pos: 40.5,-13.5 + parent: 2 + - uid: 7659 + components: + - type: Transform + pos: 67.5,1.5 + parent: 2 + - uid: 7820 + components: + - type: Transform + pos: 78.5,54.5 + parent: 2 + - uid: 7821 + components: + - type: Transform + pos: 74.5,54.5 + parent: 2 + - uid: 7822 + components: + - type: Transform + pos: 79.5,54.5 + parent: 2 + - uid: 7828 + components: + - type: Transform + pos: 75.5,54.5 + parent: 2 + - uid: 7829 + components: + - type: Transform + pos: 76.5,54.5 + parent: 2 + - uid: 7840 + components: + - type: Transform + pos: 77.5,54.5 + parent: 2 + - uid: 7863 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 84.5,61.5 + parent: 2 + - uid: 7865 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 84.5,59.5 + parent: 2 + - uid: 7866 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 84.5,60.5 + parent: 2 + - uid: 7923 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 86.5,61.5 + parent: 2 + - uid: 7924 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 86.5,60.5 + parent: 2 + - uid: 7925 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 86.5,59.5 + parent: 2 + - uid: 7926 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 85.5,62.5 + parent: 2 + - uid: 7927 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 86.5,62.5 + parent: 2 + - uid: 7928 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 87.5,62.5 + parent: 2 + - uid: 7929 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 87.5,58.5 + parent: 2 + - uid: 7930 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 86.5,58.5 + parent: 2 + - uid: 7931 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 85.5,58.5 + parent: 2 + - uid: 7940 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 84.5,64.5 + parent: 2 + - uid: 7941 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 85.5,64.5 + parent: 2 + - uid: 7942 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 86.5,64.5 + parent: 2 + - uid: 7943 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 87.5,64.5 + parent: 2 + - uid: 7944 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 87.5,56.5 + parent: 2 + - uid: 7945 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 86.5,56.5 + parent: 2 + - uid: 7946 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 85.5,56.5 + parent: 2 + - uid: 7947 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 84.5,56.5 + parent: 2 + - uid: 7958 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 83.5,66.5 + parent: 2 + - uid: 7959 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 82.5,66.5 + parent: 2 + - uid: 7960 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 81.5,66.5 + parent: 2 + - uid: 7963 + components: + - type: Transform + pos: 38.5,36.5 + parent: 2 + - uid: 7967 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 71.5,66.5 + parent: 2 + - uid: 7968 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,66.5 + parent: 2 + - uid: 7969 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 69.5,66.5 + parent: 2 + - uid: 8155 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-36.5 + parent: 2 + - uid: 8424 + components: + - type: Transform + pos: 22.5,63.5 + parent: 2 + - uid: 8430 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,59.5 + parent: 2 + - uid: 8466 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,57.5 + parent: 2 + - uid: 8489 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,58.5 + parent: 2 + - uid: 8585 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 77.5,50.5 + parent: 2 + - uid: 8888 + components: + - type: Transform + pos: 53.5,67.5 + parent: 2 + - uid: 9295 + components: + - type: Transform + pos: 80.5,50.5 + parent: 2 + - uid: 9296 + components: + - type: Transform + pos: 80.5,49.5 + parent: 2 + - uid: 9297 + components: + - type: Transform + pos: 80.5,48.5 + parent: 2 + - uid: 9298 + components: + - type: Transform + pos: 80.5,46.5 + parent: 2 + - uid: 9299 + components: + - type: Transform + pos: 80.5,45.5 + parent: 2 + - uid: 9300 + components: + - type: Transform + pos: 80.5,44.5 + parent: 2 + - uid: 9311 + components: + - type: Transform + pos: 73.5,40.5 + parent: 2 + - uid: 9319 + components: + - type: Transform + pos: 73.5,42.5 + parent: 2 + - uid: 9333 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 75.5,39.5 + parent: 2 + - uid: 9334 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 76.5,39.5 + parent: 2 + - uid: 9335 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 77.5,39.5 + parent: 2 + - uid: 9336 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 78.5,39.5 + parent: 2 + - uid: 9478 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 84.5,53.5 + parent: 2 + - uid: 9495 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,-15.5 + parent: 2 + - uid: 9569 + components: + - type: Transform + pos: 59.5,-12.5 + parent: 2 + - uid: 9570 + components: + - type: Transform + pos: 59.5,-13.5 + parent: 2 + - uid: 9601 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-37.5 + parent: 2 + - uid: 9612 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-39.5 + parent: 2 + - uid: 9614 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-39.5 + parent: 2 + - uid: 9623 + components: + - type: Transform + pos: 17.5,-10.5 + parent: 2 + - uid: 9625 + components: + - type: Transform + pos: 20.5,-7.5 + parent: 2 + - uid: 9626 + components: + - type: Transform + pos: 20.5,-6.5 + parent: 2 + - uid: 9632 + components: + - type: Transform + pos: 21.5,-12.5 + parent: 2 + - uid: 9644 + components: + - type: Transform + pos: 19.5,-9.5 + parent: 2 + - uid: 9646 + components: + - type: Transform + pos: 21.5,-10.5 + parent: 2 + - uid: 9660 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-36.5 + parent: 2 + - uid: 9670 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-39.5 + parent: 2 + - uid: 9699 + components: + - type: Transform + pos: 20.5,-8.5 + parent: 2 + - uid: 9713 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-38.5 + parent: 2 + - uid: 9714 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-37.5 + parent: 2 + - uid: 9726 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,-39.5 + parent: 2 + - uid: 9728 + components: + - type: Transform + pos: 17.5,-11.5 + parent: 2 + - uid: 9729 + components: + - type: Transform + pos: 17.5,-12.5 + parent: 2 + - uid: 9808 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-39.5 + parent: 2 + - uid: 9862 + components: + - type: Transform + pos: 23.5,63.5 + parent: 2 + - uid: 9943 + components: + - type: Transform + pos: 24.5,43.5 + parent: 2 + - uid: 10155 + components: + - type: Transform + pos: 27.5,-22.5 + parent: 2 + - uid: 10264 + components: + - type: Transform + pos: 9.5,-24.5 + parent: 2 + - uid: 10265 + components: + - type: Transform + pos: 10.5,-24.5 + parent: 2 + - uid: 10266 + components: + - type: Transform + pos: 6.5,-21.5 + parent: 2 + - uid: 10267 + components: + - type: Transform + pos: 5.5,-21.5 + parent: 2 + - uid: 10268 + components: + - type: Transform + pos: 8.5,-23.5 + parent: 2 + - uid: 10269 + components: + - type: Transform + pos: 8.5,-24.5 + parent: 2 + - uid: 10270 + components: + - type: Transform + pos: 8.5,-25.5 + parent: 2 + - uid: 10271 + components: + - type: Transform + pos: 7.5,-21.5 + parent: 2 + - uid: 10272 + components: + - type: Transform + pos: 16.5,-24.5 + parent: 2 + - uid: 10273 + components: + - type: Transform + pos: 17.5,-24.5 + parent: 2 + - uid: 10274 + components: + - type: Transform + pos: 18.5,-24.5 + parent: 2 + - uid: 10275 + components: + - type: Transform + pos: 19.5,-24.5 + parent: 2 + - uid: 10276 + components: + - type: Transform + pos: 14.5,-22.5 + parent: 2 + - uid: 10277 + components: + - type: Transform + pos: 26.5,-22.5 + parent: 2 + - uid: 10278 + components: + - type: Transform + pos: 13.5,-22.5 + parent: 2 + - uid: 10279 + components: + - type: Transform + pos: 32.5,-24.5 + parent: 2 + - uid: 10280 + components: + - type: Transform + pos: 28.5,-22.5 + parent: 2 + - uid: 10285 + components: + - type: Transform + pos: 33.5,-24.5 + parent: 2 + - uid: 10286 + components: + - type: Transform + pos: 34.5,-24.5 + parent: 2 + - uid: 10287 + components: + - type: Transform + pos: 33.5,-22.5 + parent: 2 + - uid: 10288 + components: + - type: Transform + pos: 33.5,-21.5 + parent: 2 + - uid: 10289 + components: + - type: Transform + pos: 36.5,-22.5 + parent: 2 + - uid: 10290 + components: + - type: Transform + pos: 30.5,-26.5 + parent: 2 + - uid: 10291 + components: + - type: Transform + pos: 31.5,-26.5 + parent: 2 + - uid: 10292 + components: + - type: Transform + pos: 33.5,-27.5 + parent: 2 + - uid: 10293 + components: + - type: Transform + pos: 33.5,-28.5 + parent: 2 + - uid: 10294 + components: + - type: Transform + pos: 35.5,-27.5 + parent: 2 + - uid: 10295 + components: + - type: Transform + pos: 36.5,-27.5 + parent: 2 + - uid: 10296 + components: + - type: Transform + pos: 36.5,-23.5 + parent: 2 + - uid: 10297 + components: + - type: Transform + pos: 37.5,-20.5 + parent: 2 + - uid: 10298 + components: + - type: Transform + pos: 37.5,-21.5 + parent: 2 + - uid: 10299 + components: + - type: Transform + pos: 39.5,-20.5 + parent: 2 + - uid: 10300 + components: + - type: Transform + pos: 39.5,-19.5 + parent: 2 + - uid: 10301 + components: + - type: Transform + pos: 40.5,-19.5 + parent: 2 + - uid: 10302 + components: + - type: Transform + pos: 42.5,-18.5 + parent: 2 + - uid: 10303 + components: + - type: Transform + pos: 43.5,-18.5 + parent: 2 + - uid: 10304 + components: + - type: Transform + pos: 44.5,-18.5 + parent: 2 + - uid: 10305 + components: + - type: Transform + pos: 39.5,-22.5 + parent: 2 + - uid: 10306 + components: + - type: Transform + pos: 40.5,-22.5 + parent: 2 + - uid: 10307 + components: + - type: Transform + pos: 41.5,-22.5 + parent: 2 + - uid: 10308 + components: + - type: Transform + pos: 44.5,-21.5 + parent: 2 + - uid: 10309 + components: + - type: Transform + pos: 45.5,-21.5 + parent: 2 + - uid: 10315 + components: + - type: Transform + pos: 54.5,-18.5 + parent: 2 + - uid: 10316 + components: + - type: Transform + pos: 56.5,-16.5 + parent: 2 + - uid: 10317 + components: + - type: Transform + pos: 57.5,-16.5 + parent: 2 + - uid: 10318 + components: + - type: Transform + pos: 59.5,-17.5 + parent: 2 + - uid: 10319 + components: + - type: Transform + pos: 60.5,-17.5 + parent: 2 + - uid: 10320 + components: + - type: Transform + pos: 57.5,-17.5 + parent: 2 + - uid: 10321 + components: + - type: Transform + pos: 60.5,-14.5 + parent: 2 + - uid: 10322 + components: + - type: Transform + pos: 60.5,-13.5 + parent: 2 + - uid: 10323 + components: + - type: Transform + pos: 61.5,-13.5 + parent: 2 + - uid: 10324 + components: + - type: Transform + pos: 61.5,-12.5 + parent: 2 + - uid: 10325 + components: + - type: Transform + pos: 62.5,-10.5 + parent: 2 + - uid: 10326 + components: + - type: Transform + pos: 62.5,-11.5 + parent: 2 + - uid: 10327 + components: + - type: Transform + pos: 63.5,-10.5 + parent: 2 + - uid: 10328 + components: + - type: Transform + pos: 63.5,-9.5 + parent: 2 + - uid: 10329 + components: + - type: Transform + pos: 63.5,-8.5 + parent: 2 + - uid: 10330 + components: + - type: Transform + pos: 65.5,-7.5 + parent: 2 + - uid: 10331 + components: + - type: Transform + pos: 66.5,-7.5 + parent: 2 + - uid: 10332 + components: + - type: Transform + pos: 68.5,-6.5 + parent: 2 + - uid: 10333 + components: + - type: Transform + pos: 68.5,-5.5 + parent: 2 + - uid: 10334 + components: + - type: Transform + pos: 70.5,-5.5 + parent: 2 + - uid: 10335 + components: + - type: Transform + pos: 71.5,-5.5 + parent: 2 + - uid: 10336 + components: + - type: Transform + pos: 73.5,-3.5 + parent: 2 + - uid: 10337 + components: + - type: Transform + pos: 73.5,-2.5 + parent: 2 + - uid: 10338 + components: + - type: Transform + pos: 72.5,-3.5 + parent: 2 + - uid: 10339 + components: + - type: Transform + pos: 71.5,-4.5 + parent: 2 + - uid: 10340 + components: + - type: Transform + pos: 65.5,-8.5 + parent: 2 + - uid: 10341 + components: + - type: Transform + pos: 41.5,-16.5 + parent: 2 + - uid: 10342 + components: + - type: Transform + pos: 33.5,-13.5 + parent: 2 + - uid: 10343 + components: + - type: Transform + pos: 33.5,-14.5 + parent: 2 + - uid: 10344 + components: + - type: Transform + pos: 33.5,-15.5 + parent: 2 + - uid: 10364 + components: + - type: Transform + pos: -0.5,17.5 + parent: 2 + - uid: 10365 + components: + - type: Transform + pos: -1.5,17.5 + parent: 2 + - uid: 10366 + components: + - type: Transform + pos: -1.5,11.5 + parent: 2 + - uid: 10370 + components: + - type: Transform + pos: 7.5,49.5 + parent: 2 + - uid: 10371 + components: + - type: Transform + pos: 7.5,50.5 + parent: 2 + - uid: 10372 + components: + - type: Transform + pos: 7.5,51.5 + parent: 2 + - uid: 10373 + components: + - type: Transform + pos: 7.5,52.5 + parent: 2 + - uid: 10374 + components: + - type: Transform + pos: 7.5,53.5 + parent: 2 + - uid: 10375 + components: + - type: Transform + pos: 7.5,56.5 + parent: 2 + - uid: 10376 + components: + - type: Transform + pos: 7.5,57.5 + parent: 2 + - uid: 10377 + components: + - type: Transform + pos: 7.5,58.5 + parent: 2 + - uid: 10380 + components: + - type: Transform + pos: 9.5,64.5 + parent: 2 + - uid: 10381 + components: + - type: Transform + pos: 9.5,65.5 + parent: 2 + - uid: 10382 + components: + - type: Transform + pos: 9.5,66.5 + parent: 2 + - uid: 10383 + components: + - type: Transform + pos: 12.5,87.5 + parent: 2 + - uid: 10384 + components: + - type: Transform + pos: 13.5,87.5 + parent: 2 + - uid: 10385 + components: + - type: Transform + pos: 16.5,88.5 + parent: 2 + - uid: 10386 + components: + - type: Transform + pos: 17.5,88.5 + parent: 2 + - uid: 10387 + components: + - type: Transform + pos: 18.5,84.5 + parent: 2 + - uid: 10388 + components: + - type: Transform + pos: 18.5,85.5 + parent: 2 + - uid: 10389 + components: + - type: Transform + pos: 19.5,90.5 + parent: 2 + - uid: 10390 + components: + - type: Transform + pos: 18.5,90.5 + parent: 2 + - uid: 10391 + components: + - type: Transform + pos: 17.5,90.5 + parent: 2 + - uid: 10392 + components: + - type: Transform + pos: 16.5,90.5 + parent: 2 + - uid: 10393 + components: + - type: Transform + pos: 15.5,90.5 + parent: 2 + - uid: 10397 + components: + - type: Transform + pos: 8.5,-7.5 + parent: 2 + - uid: 10398 + components: + - type: Transform + pos: 55.5,92.5 + parent: 2 + - uid: 10399 + components: + - type: Transform + pos: 55.5,93.5 + parent: 2 + - uid: 10400 + components: + - type: Transform + pos: 56.5,94.5 + parent: 2 + - uid: 10401 + components: + - type: Transform + pos: 56.5,95.5 + parent: 2 + - uid: 10402 + components: + - type: Transform + pos: 51.5,93.5 + parent: 2 + - uid: 10403 + components: + - type: Transform + pos: 50.5,93.5 + parent: 2 + - uid: 10404 + components: + - type: Transform + pos: 49.5,93.5 + parent: 2 + - uid: 10405 + components: + - type: Transform + pos: 44.5,89.5 + parent: 2 + - uid: 10407 + components: + - type: Transform + pos: 58.5,92.5 + parent: 2 + - uid: 10408 + components: + - type: Transform + pos: 59.5,92.5 + parent: 2 + - uid: 10409 + components: + - type: Transform + pos: 59.5,94.5 + parent: 2 + - uid: 10505 + components: + - type: Transform + pos: 7.5,-7.5 + parent: 2 + - uid: 10506 + components: + - type: Transform + pos: 4.5,-5.5 + parent: 2 + - uid: 10507 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 2 + - uid: 10508 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 2 + - uid: 10509 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 2 + - uid: 10510 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 2 + - uid: 10511 + components: + - type: Transform + pos: 6.5,-19.5 + parent: 2 + - uid: 10512 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 2 + - uid: 10513 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 2 + - uid: 10514 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 2 + - uid: 10515 + components: + - type: Transform + pos: 8.5,-12.5 + parent: 2 + - uid: 10516 + components: + - type: Transform + pos: 8.5,-13.5 + parent: 2 + - uid: 10517 + components: + - type: Transform + pos: 7.5,-16.5 + parent: 2 + - uid: 10518 + components: + - type: Transform + pos: 7.5,-17.5 + parent: 2 + - uid: 10519 + components: + - type: Transform + pos: 7.5,-15.5 + parent: 2 + - uid: 10521 + components: + - type: Transform + pos: -0.5,3.5 + parent: 2 + - uid: 10522 + components: + - type: Transform + pos: -0.5,2.5 + parent: 2 + - uid: 10523 + components: + - type: Transform + pos: -0.5,1.5 + parent: 2 + - uid: 10524 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-35.5 + parent: 2 + - uid: 10536 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,46.5 + parent: 2 + - uid: 10567 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,44.5 + parent: 2 + - uid: 10629 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,42.5 + parent: 2 + - uid: 10640 + components: + - type: Transform + pos: 55.5,-38.5 + parent: 2 + - uid: 10720 + components: + - type: Transform + pos: 49.5,-20.5 + parent: 2 + - uid: 10721 + components: + - type: Transform + pos: 49.5,-21.5 + parent: 2 + - uid: 10722 + components: + - type: Transform + pos: 49.5,-22.5 + parent: 2 + - uid: 10723 + components: + - type: Transform + pos: 49.5,-23.5 + parent: 2 + - uid: 10724 + components: + - type: Transform + pos: 49.5,-28.5 + parent: 2 + - uid: 10725 + components: + - type: Transform + pos: 49.5,-26.5 + parent: 2 + - uid: 10726 + components: + - type: Transform + pos: 49.5,-27.5 + parent: 2 + - uid: 10727 + components: + - type: Transform + pos: 49.5,-30.5 + parent: 2 + - uid: 10728 + components: + - type: Transform + pos: 49.5,-31.5 + parent: 2 + - uid: 10729 + components: + - type: Transform + pos: 49.5,-32.5 + parent: 2 + - uid: 10730 + components: + - type: Transform + pos: 49.5,-33.5 + parent: 2 + - uid: 10731 + components: + - type: Transform + pos: 50.5,-36.5 + parent: 2 + - uid: 10732 + components: + - type: Transform + pos: 51.5,-36.5 + parent: 2 + - uid: 10733 + components: + - type: Transform + pos: 52.5,-36.5 + parent: 2 + - uid: 10734 + components: + - type: Transform + pos: 56.5,-38.5 + parent: 2 + - uid: 10735 + components: + - type: Transform + pos: 57.5,-38.5 + parent: 2 + - uid: 10736 + components: + - type: Transform + pos: 60.5,-38.5 + parent: 2 + - uid: 10737 + components: + - type: Transform + pos: 60.5,-36.5 + parent: 2 + - uid: 10738 + components: + - type: Transform + pos: 61.5,-36.5 + parent: 2 + - uid: 10739 + components: + - type: Transform + pos: 62.5,-36.5 + parent: 2 + - uid: 10740 + components: + - type: Transform + pos: 63.5,-34.5 + parent: 2 + - uid: 10741 + components: + - type: Transform + pos: 63.5,-33.5 + parent: 2 + - uid: 10742 + components: + - type: Transform + pos: 63.5,-32.5 + parent: 2 + - uid: 10743 + components: + - type: Transform + pos: 63.5,-31.5 + parent: 2 + - uid: 10744 + components: + - type: Transform + pos: 63.5,-30.5 + parent: 2 + - uid: 10745 + components: + - type: Transform + pos: 63.5,-28.5 + parent: 2 + - uid: 10746 + components: + - type: Transform + pos: 63.5,-27.5 + parent: 2 + - uid: 10747 + components: + - type: Transform + pos: 63.5,-26.5 + parent: 2 + - uid: 10748 + components: + - type: Transform + pos: 63.5,-24.5 + parent: 2 + - uid: 10749 + components: + - type: Transform + pos: 63.5,-23.5 + parent: 2 + - uid: 10750 + components: + - type: Transform + pos: 63.5,-22.5 + parent: 2 + - uid: 10751 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,-15.5 + parent: 2 + - uid: 10752 + components: + - type: Transform + pos: 63.5,-20.5 + parent: 2 + - uid: 10753 + components: + - type: Transform + pos: 63.5,-19.5 + parent: 2 + - uid: 10754 + components: + - type: Transform + pos: 63.5,-18.5 + parent: 2 + - uid: 10755 + components: + - type: Transform + pos: 63.5,-17.5 + parent: 2 + - uid: 10756 + components: + - type: Transform + pos: 63.5,-12.5 + parent: 2 + - uid: 10757 + components: + - type: Transform + pos: 63.5,-13.5 + parent: 2 + - uid: 10758 + components: + - type: Transform + pos: 63.5,-14.5 + parent: 2 + - uid: 10762 + components: + - type: Transform + pos: 50.5,-19.5 + parent: 2 + - uid: 10763 + components: + - type: Transform + pos: 52.5,-19.5 + parent: 2 + - uid: 11252 + components: + - type: Transform + pos: 52.5,63.5 + parent: 2 + - uid: 11253 + components: + - type: Transform + pos: 53.5,63.5 + parent: 2 + - uid: 11254 + components: + - type: Transform + pos: 54.5,63.5 + parent: 2 + - uid: 14225 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-34.5 + parent: 2 + - uid: 14253 + components: + - type: Transform + pos: 19.5,-30.5 + parent: 2 + - uid: 14254 + components: + - type: Transform + pos: 20.5,-30.5 + parent: 2 + - uid: 14255 + components: + - type: Transform + pos: 25.5,-30.5 + parent: 2 + - uid: 14256 + components: + - type: Transform + pos: 26.5,-30.5 + parent: 2 + - uid: 14271 + components: + - type: Transform + pos: 17.5,-30.5 + parent: 2 + - uid: 14272 + components: + - type: Transform + pos: 18.5,-30.5 + parent: 2 + - uid: 14273 + components: + - type: Transform + pos: 27.5,-30.5 + parent: 2 + - uid: 14274 + components: + - type: Transform + pos: 28.5,-30.5 + parent: 2 + - uid: 14277 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-34.5 + parent: 2 + - uid: 14278 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-34.5 + parent: 2 + - uid: 14284 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-34.5 + parent: 2 + - uid: 14293 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-36.5 + parent: 2 + - uid: 14320 + components: + - type: Transform + pos: -5.5,43.5 + parent: 2 + - uid: 14321 + components: + - type: Transform + pos: -8.5,46.5 + parent: 2 + - uid: 14323 + components: + - type: Transform + pos: -2.5,43.5 + parent: 2 + - uid: 14324 + components: + - type: Transform + pos: -0.5,41.5 + parent: 2 + - uid: 14325 + components: + - type: Transform + pos: -0.5,42.5 + parent: 2 + - uid: 14328 + components: + - type: Transform + pos: -7.5,43.5 + parent: 2 + - uid: 14329 + components: + - type: Transform + pos: -3.5,43.5 + parent: 2 + - uid: 14330 + components: + - type: Transform + pos: -9.5,46.5 + parent: 2 + - uid: 14331 + components: + - type: Transform + pos: -6.5,43.5 + parent: 2 + - uid: 14334 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-36.5 + parent: 2 + - uid: 14345 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-39.5 + parent: 2 + - uid: 14348 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-34.5 + parent: 2 + - uid: 14349 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-34.5 + parent: 2 + - uid: 14353 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-34.5 + parent: 2 + - uid: 14354 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-34.5 + parent: 2 + - uid: 14355 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-34.5 + parent: 2 + - uid: 14479 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-39.5 + parent: 2 + - uid: 14486 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-35.5 + parent: 2 + - uid: 14487 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-39.5 + parent: 2 + - uid: 14488 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-39.5 + parent: 2 + - uid: 14489 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-39.5 + parent: 2 + - uid: 14656 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-33.5 + parent: 2 + - uid: 14657 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-30.5 + parent: 2 + - uid: 14658 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-31.5 + parent: 2 + - uid: 14659 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-32.5 + parent: 2 + - uid: 14660 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-35.5 + parent: 2 + - uid: 14661 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-36.5 + parent: 2 + - uid: 14662 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-37.5 + parent: 2 + - uid: 14663 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-40.5 + parent: 2 + - uid: 14664 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-41.5 + parent: 2 + - uid: 14665 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-42.5 + parent: 2 + - uid: 14666 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-43.5 + parent: 2 + - uid: 14667 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-43.5 + parent: 2 + - uid: 14668 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-43.5 + parent: 2 + - uid: 14669 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-43.5 + parent: 2 + - uid: 14670 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-43.5 + parent: 2 + - uid: 14671 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,-43.5 + parent: 2 + - uid: 14672 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-43.5 + parent: 2 + - uid: 14673 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-43.5 + parent: 2 + - uid: 14674 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-43.5 + parent: 2 + - uid: 14675 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-43.5 + parent: 2 + - uid: 14676 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-43.5 + parent: 2 + - uid: 14677 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-43.5 + parent: 2 + - uid: 14678 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-42.5 + parent: 2 + - uid: 14679 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-41.5 + parent: 2 + - uid: 14680 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-40.5 + parent: 2 + - uid: 14681 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-38.5 + parent: 2 + - uid: 14682 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-37.5 + parent: 2 + - uid: 14683 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-36.5 + parent: 2 + - uid: 14684 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-32.5 + parent: 2 + - uid: 14685 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-31.5 + parent: 2 + - uid: 14686 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-30.5 + parent: 2 + - uid: 14687 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-28.5 + parent: 2 + - uid: 14688 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-27.5 + parent: 2 + - uid: 14689 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-26.5 + parent: 2 + - uid: 14690 + components: + - type: Transform + pos: -0.5,40.5 + parent: 2 + - uid: 14694 + components: + - type: Transform + pos: 65.5,68.5 + parent: 2 + - uid: 14695 + components: + - type: Transform + pos: 65.5,69.5 + parent: 2 + - uid: 14696 + components: + - type: Transform + pos: 66.5,69.5 + parent: 2 + - uid: 14697 + components: + - type: Transform + pos: 68.5,69.5 + parent: 2 + - uid: 14698 + components: + - type: Transform + pos: 69.5,69.5 + parent: 2 + - uid: 14699 + components: + - type: Transform + pos: 70.5,69.5 + parent: 2 + - uid: 14705 + components: + - type: Transform + pos: 82.5,69.5 + parent: 2 + - uid: 14706 + components: + - type: Transform + pos: 83.5,69.5 + parent: 2 + - uid: 14707 + components: + - type: Transform + pos: 84.5,69.5 + parent: 2 + - uid: 14708 + components: + - type: Transform + pos: 84.5,68.5 + parent: 2 + - uid: 14709 + components: + - type: Transform + pos: 86.5,66.5 + parent: 2 + - uid: 14710 + components: + - type: Transform + pos: 86.5,65.5 + parent: 2 + - uid: 14711 + components: + - type: Transform + pos: -1.5,37.5 + parent: 2 + - uid: 14712 + components: + - type: Transform + pos: -1.5,36.5 + parent: 2 + - uid: 14713 + components: + - type: Transform + pos: -1.5,35.5 + parent: 2 + - uid: 14714 + components: + - type: Transform + pos: -1.5,31.5 + parent: 2 + - uid: 14715 + components: + - type: Transform + pos: -1.5,30.5 + parent: 2 + - uid: 14716 + components: + - type: Transform + pos: -1.5,26.5 + parent: 2 + - uid: 14717 + components: + - type: Transform + pos: -2.5,26.5 + parent: 2 + - uid: 14718 + components: + - type: Transform + pos: -3.5,26.5 + parent: 2 + - uid: 14719 + components: + - type: Transform + pos: -3.5,25.5 + parent: 2 + - uid: 14720 + components: + - type: Transform + pos: -3.5,23.5 + parent: 2 + - uid: 14721 + components: + - type: Transform + pos: -3.5,22.5 + parent: 2 + - uid: 14722 + components: + - type: Transform + pos: -3.5,20.5 + parent: 2 + - uid: 14723 + components: + - type: Transform + pos: -3.5,19.5 + parent: 2 + - uid: 14724 + components: + - type: Transform + pos: -8.5,45.5 + parent: 2 + - uid: 14725 + components: + - type: Transform + pos: -0.5,57.5 + parent: 2 + - uid: 14726 + components: + - type: Transform + pos: -10.5,48.5 + parent: 2 + - uid: 14727 + components: + - type: Transform + pos: -10.5,49.5 + parent: 2 + - uid: 14728 + components: + - type: Transform + pos: -10.5,50.5 + parent: 2 + - uid: 14729 + components: + - type: Transform + pos: -10.5,51.5 + parent: 2 + - uid: 14730 + components: + - type: Transform + pos: -10.5,54.5 + parent: 2 + - uid: 14731 + components: + - type: Transform + pos: -9.5,54.5 + parent: 2 + - uid: 14732 + components: + - type: Transform + pos: -8.5,57.5 + parent: 2 + - uid: 14733 + components: + - type: Transform + pos: -7.5,57.5 + parent: 2 + - uid: 14734 + components: + - type: Transform + pos: -6.5,57.5 + parent: 2 + - uid: 14735 + components: + - type: Transform + pos: -8.5,56.5 + parent: 2 + - uid: 14736 + components: + - type: Transform + pos: -4.5,57.5 + parent: 2 + - uid: 14737 + components: + - type: Transform + pos: -3.5,57.5 + parent: 2 + - uid: 14738 + components: + - type: Transform + pos: 0.5,57.5 + parent: 2 + - uid: 14739 + components: + - type: Transform + pos: 1.5,57.5 + parent: 2 + - uid: 14740 + components: + - type: Transform + pos: 5.5,57.5 + parent: 2 + - uid: 14741 + components: + - type: Transform + pos: 4.5,57.5 + parent: 2 + - uid: 14780 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 79.5,70.5 + parent: 2 + - uid: 14781 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 78.5,70.5 + parent: 2 + - uid: 14782 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 77.5,70.5 + parent: 2 + - uid: 14783 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 76.5,71.5 + parent: 2 + - uid: 14784 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 76.5,72.5 + parent: 2 + - uid: 14785 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 76.5,73.5 + parent: 2 + - uid: 14788 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 72.5,73.5 + parent: 2 + - uid: 14789 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 72.5,72.5 + parent: 2 + - uid: 14790 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 72.5,71.5 + parent: 2 + - uid: 14901 + components: + - type: Transform + pos: 35.5,1.5 + parent: 2 + - uid: 14902 + components: + - type: Transform + pos: 39.5,1.5 + parent: 2 + - uid: 14903 + components: + - type: Transform + pos: 41.5,1.5 + parent: 2 + - uid: 14945 + components: + - type: Transform + pos: 54.5,-15.5 + parent: 2 + - uid: 14946 + components: + - type: Transform + pos: 55.5,-15.5 + parent: 2 + - uid: 14947 + components: + - type: Transform + pos: 56.5,-15.5 + parent: 2 + - uid: 14948 + components: + - type: Transform + pos: 57.5,-15.5 + parent: 2 + - uid: 14949 + components: + - type: Transform + pos: 58.5,-15.5 + parent: 2 + - uid: 14950 + components: + - type: Transform + pos: 59.5,-14.5 + parent: 2 +- proto: GrilleBroken + entities: + - uid: 4993 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,65.5 + parent: 2 + - uid: 9960 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 67.5,34.5 + parent: 2 +- proto: GrilleSpawner + entities: + - uid: 28139 + components: + - type: Transform + pos: 68.5,34.5 + parent: 2 +- proto: GroundCannabis + entities: + - uid: 505 + components: + - type: Transform + pos: 7.5367393,3.0548403 + parent: 2 + - uid: 506 + components: + - type: Transform + pos: 7.521114,3.4610903 + parent: 2 + - uid: 9760 + components: + - type: Transform + pos: 92.48028,16.96537 + parent: 2 + - uid: 9826 + components: + - type: Transform + pos: 90.42554,17.956049 + parent: 2 + - uid: 9827 + components: + - type: Transform + pos: 90.71907,16.24988 + parent: 2 + - uid: 9828 + components: + - type: Transform + pos: 88.95786,15.516045 + parent: 2 +- proto: Handcuffs + entities: + - uid: 563 + components: + - type: Transform + pos: 15.573995,8.459485 + parent: 2 + - uid: 3283 + components: + - type: Transform + pos: 39.530518,30.571348 + parent: 2 +- proto: HandheldGPSBasic + entities: + - uid: 4651 + components: + - type: Transform + parent: 4646 + - type: Physics + canCollide: False +- proto: HandheldHealthAnalyzer + entities: + - uid: 2070 + components: + - type: Transform + pos: 26.443588,-2.342307 + parent: 2 + - uid: 2487 + components: + - type: Transform + pos: 53.36373,-5.378605 + parent: 2 +- proto: HandheldStationMap + entities: + - uid: 1628 + components: + - type: Transform + pos: 25.56313,43.637394 + parent: 2 + - uid: 1638 + components: + - type: Transform + pos: 9.351891,31.611198 + parent: 2 + - uid: 1705 + components: + - type: Transform + pos: 5.369075,5.5609436 + parent: 2 + - uid: 1706 + components: + - type: Transform + pos: 23.516209,-4.270588 + parent: 2 + - uid: 1801 + components: + - type: Transform + pos: 23.541407,25.5653 + parent: 2 + - uid: 3176 + components: + - type: Transform + pos: 49.60474,21.64323 + parent: 2 + - uid: 3429 + components: + - type: Transform + pos: 78.51673,58.556747 + parent: 2 + - uid: 5314 + components: + - type: Transform + pos: 45.503586,69.51929 + parent: 2 + - uid: 9857 + components: + - type: Transform + parent: 1666 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 14101 + components: + - type: Transform + pos: 65.44374,49.566578 + parent: 2 +- proto: HandLabeler + entities: + - uid: 194 + components: + - type: Transform + pos: 8.52464,9.663798 + parent: 2 + - uid: 884 + components: + - type: Transform + pos: 20.40706,19.545523 + parent: 2 + - uid: 2489 + components: + - type: Transform + pos: 52.57107,-5.4140863 + parent: 2 + - uid: 2860 + components: + - type: Transform + pos: 41.52109,10.597379 + parent: 2 + - uid: 3132 + components: + - type: Transform + pos: 34.55772,9.73306 + parent: 2 + - uid: 8055 + components: + - type: Transform + pos: 25.541246,24.606262 + parent: 2 + - uid: 9636 + components: + - type: Transform + pos: 35.572792,-0.486547 + parent: 2 + - uid: 9648 + components: + - type: Transform + pos: 24.446766,-8.308596 + parent: 2 + - uid: 9649 + components: + - type: Transform + pos: 23.415516,-2.7777004 + parent: 2 + - uid: 9650 + components: + - type: Transform + pos: 15.456744,11.58169 + parent: 2 + - uid: 10458 + components: + - type: Transform + pos: 22.992422,46.56868 + parent: 2 + - uid: 10465 + components: + - type: Transform + pos: 7.689167,31.627663 + parent: 2 + - uid: 10469 + components: + - type: Transform + pos: 65.44771,64.04094 + parent: 2 + - uid: 10470 + components: + - type: Transform + pos: 42.147377,42.589478 + parent: 2 + - uid: 10483 + components: + - type: Transform + pos: 74.47004,62.509686 + parent: 2 + - uid: 12246 + components: + - type: Transform + pos: 66.58873,9.658799 + parent: 2 + - uid: 12369 + components: + - type: Transform + pos: 55.407887,6.581035 + parent: 2 + - uid: 12370 + components: + - type: Transform + pos: 41.463417,5.372828 + parent: 2 +- proto: HarmonicaInstrument + entities: + - uid: 3138 + components: + - type: Transform + pos: 54.404198,38.460938 + parent: 2 + - uid: 14956 + components: + - type: Transform + pos: 62.48257,31.441822 + parent: 2 +- proto: HarpInstrument + entities: + - uid: 4543 + components: + - type: Transform + pos: 31.5,44.5 + parent: 2 +- proto: HeadSkeleton + entities: + - uid: 4954 + components: + - type: Transform + pos: 6.4873734,29.399239 + parent: 2 + - uid: 10504 + components: + - type: Transform + pos: 60.472763,80.57913 + parent: 2 +- proto: HeatExchanger + entities: + - uid: 6815 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,90.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 6816 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,90.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: HighSecArmoryLocked + entities: + - uid: 2951 + components: + - type: Transform + pos: 48.5,27.5 + parent: 2 +- proto: HighSecCommandLocked + entities: + - uid: 1053 + components: + - type: Transform + pos: 38.5,23.5 + parent: 2 + - uid: 5382 + components: + - type: Transform + pos: 65.5,11.5 + parent: 2 +- proto: HoloprojectorSecurity + entities: + - uid: 3226 + components: + - type: Transform + pos: 52.414864,18.187489 + parent: 2 +- proto: HospitalCurtains + entities: + - uid: 3339 + components: + - type: Transform + pos: 54.5,41.5 + parent: 2 + - type: Occluder + enabled: False + - type: Door + state: Open + - type: Physics + canCollide: False + - uid: 4456 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,48.5 + parent: 2 + - uid: 4457 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,47.5 + parent: 2 + - uid: 5245 + components: + - type: Transform + pos: 21.5,59.5 + parent: 2 + - uid: 5247 + components: + - type: Transform + pos: 22.5,59.5 + parent: 2 +- proto: HospitalCurtainsOpen + entities: + - uid: 1784 + components: + - type: Transform + pos: 15.5,4.5 + parent: 2 + - uid: 1785 + components: + - type: Transform + pos: 2.5,1.5 + parent: 2 + - uid: 2393 + components: + - type: Transform + pos: 36.5,1.5 + parent: 2 + - uid: 2573 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,1.5 + parent: 2 + - uid: 2574 + components: + - type: Transform + pos: 42.5,1.5 + parent: 2 + - uid: 3249 + components: + - type: Transform + pos: 62.5,20.5 + parent: 2 + - uid: 3337 + components: + - type: Transform + pos: 52.5,33.5 + parent: 2 + - uid: 3338 + components: + - type: Transform + pos: 54.5,40.5 + parent: 2 + - uid: 4575 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,52.5 + parent: 2 + - uid: 4576 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,50.5 + parent: 2 + - uid: 4701 + components: + - type: Transform + pos: 43.5,47.5 + parent: 2 + - uid: 4784 + components: + - type: Transform + pos: 19.5,55.5 + parent: 2 + - uid: 5214 + components: + - type: Transform + pos: 14.5,58.5 + parent: 2 + - uid: 5224 + components: + - type: Transform + pos: 14.5,57.5 + parent: 2 + - uid: 6437 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,65.5 + parent: 2 + - uid: 7261 + components: + - type: Transform + pos: 41.5,62.5 + parent: 2 +- proto: hydroponicsSoil + entities: + - uid: 1941 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-12.5 + parent: 2 + - uid: 1942 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-11.5 + parent: 2 + - uid: 8018 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-10.5 + parent: 2 +- proto: HydroponicsToolHatchet + entities: + - uid: 5736 + components: + - type: Transform + pos: 67.279854,28.383514 + parent: 2 +- proto: HydroponicsToolMiniHoe + entities: + - uid: 1944 + components: + - type: Transform + pos: 14.412214,-10.335411 + parent: 2 + - uid: 3120 + components: + - type: Transform + pos: 52.503685,43.377613 + parent: 2 +- proto: hydroponicsTray + entities: + - uid: 3116 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,43.5 + parent: 2 + - uid: 3117 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,43.5 + parent: 2 + - uid: 4463 + components: + - type: Transform + pos: 19.5,40.5 + parent: 2 + - uid: 4464 + components: + - type: Transform + pos: 18.5,40.5 + parent: 2 + - uid: 4465 + components: + - type: Transform + pos: 17.5,40.5 + parent: 2 + - uid: 4466 + components: + - type: Transform + pos: 16.5,40.5 + parent: 2 + - uid: 4467 + components: + - type: Transform + pos: 15.5,40.5 + parent: 2 + - type: PlantHolder + weedLevel: 2 + - uid: 4481 + components: + - type: Transform + pos: 15.5,42.5 + parent: 2 + - uid: 4482 + components: + - type: Transform + pos: 16.5,42.5 + parent: 2 + - type: PlantHolder + weedLevel: 2 + - uid: 4483 + components: + - type: Transform + pos: 17.5,42.5 + parent: 2 + - uid: 4484 + components: + - type: Transform + pos: 18.5,42.5 + parent: 2 + - uid: 4485 + components: + - type: Transform + pos: 19.5,42.5 + parent: 2 + - uid: 9514 + components: + - type: Transform + pos: 68.5,30.5 + parent: 2 + - uid: 9515 + components: + - type: Transform + pos: 68.5,24.5 + parent: 2 + - type: PlantHolder + weedLevel: 2 + - uid: 9516 + components: + - type: Transform + pos: 68.5,25.5 + parent: 2 + - uid: 9517 + components: + - type: Transform + pos: 68.5,26.5 + parent: 2 + - uid: 9518 + components: + - type: Transform + pos: 68.5,27.5 + parent: 2 + - type: PlantHolder + weedLevel: 2 + - uid: 28111 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 65.5,25.5 + parent: 2 + - uid: 28112 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 65.5,24.5 + parent: 2 +- proto: HydroponicsTrayMachineCircuitboard + entities: + - uid: 14930 + components: + - type: Transform + pos: 24.533537,-10.43151 + parent: 2 +- proto: InflatableWall + entities: + - uid: 1580 + components: + - type: Transform + pos: 70.5,6.5 + parent: 2 + - uid: 1584 + components: + - type: Transform + pos: 71.5,6.5 + parent: 2 + - uid: 9526 + components: + - type: Transform + pos: 64.5,22.5 + parent: 2 + - uid: 9598 + components: + - type: Transform + pos: 32.5,-6.5 + parent: 2 + - uid: 9599 + components: + - type: Transform + pos: 58.5,-7.5 + parent: 2 + - uid: 28106 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,78.5 + parent: 2 +- proto: IngotGold + entities: + - uid: 2902 + components: + - type: Transform + pos: 40.617455,22.58829 + parent: 2 +- proto: IngotSilver + entities: + - uid: 1435 + components: + - type: Transform + pos: 40.118744,22.478914 + parent: 2 +- proto: IntercomCommon + entities: + - uid: 7201 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,41.5 + parent: 2 + - uid: 7457 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,19.5 + parent: 2 + - uid: 13421 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,34.5 + parent: 2 + - uid: 14889 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,10.5 + parent: 2 +- proto: IntercomEngineering + entities: + - uid: 7202 + components: + - type: Transform + pos: 52.5,54.5 + parent: 2 +- proto: IntercomMedical + entities: + - uid: 13876 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,10.5 + parent: 2 +- proto: IntercomScience + entities: + - uid: 13877 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,10.5 + parent: 2 +- proto: IntercomSecurity + entities: + - uid: 13875 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,33.5 + parent: 2 +- proto: IntercomService + entities: + - uid: 13878 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,47.5 + parent: 2 +- proto: IntercomSupply + entities: + - uid: 132 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,12.5 + parent: 2 +- proto: JanitorialTrolley + entities: + - uid: 8308 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 68.5,47.5 + parent: 2 +- proto: JetpackMiniFilled + entities: + - uid: 865 + components: + - type: Transform + pos: 26.717358,17.793581 + parent: 2 + - uid: 866 + components: + - type: Transform + pos: 26.497206,17.591776 + parent: 2 +- proto: JetpackSecurityFilled + entities: + - uid: 2884 + components: + - type: Transform + parent: 2985 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 2885 + components: + - type: Transform + parent: 3139 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 2939 + components: + - type: Transform + parent: 3140 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: KitchenKnife + entities: + - uid: 8295 + components: + - type: Transform + pos: 59.432396,38.112675 + parent: 2 +- proto: KitchenMicrowave + entities: + - uid: 2854 + components: + - type: Transform + pos: 17.5,46.5 + parent: 2 + - uid: 3075 + components: + - type: Transform + pos: 51.5,41.5 + parent: 2 + - uid: 4755 + components: + - type: Transform + pos: 14.5,47.5 + parent: 2 +- proto: KitchenReagentGrinder + entities: + - uid: 1736 + components: + - type: Transform + pos: 20.5,-1.5 + parent: 2 + - uid: 2304 + components: + - type: Transform + pos: 44.5,7.5 + parent: 2 + - uid: 3090 + components: + - type: Transform + pos: 51.5,39.5 + parent: 2 + - uid: 4321 + components: + - type: Transform + pos: 16.5,44.5 + parent: 2 + - uid: 4620 + components: + - type: Transform + pos: 24.5,55.5 + parent: 2 + - uid: 4760 + components: + - type: Transform + pos: 14.5,48.5 + parent: 2 +- proto: KitchenSpike + entities: + - uid: 12385 + components: + - type: Transform + pos: 16.5,54.5 + parent: 2 +- proto: Lamp + entities: + - uid: 1723 + components: + - type: Transform + pos: 23.744602,-2.4547358 + parent: 2 + - uid: 1747 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.451569,10.803911 + parent: 2 + - uid: 3346 + components: + - type: Transform + pos: 50.424248,31.737879 + parent: 2 + - type: HandheldLight + toggleActionEntity: 3347 + - type: ContainerContainer + containers: + cell_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + actions: !type:Container + showEnts: False + occludes: True + ents: + - 3347 + - type: Physics + canCollide: True + - type: ActionsContainer + - uid: 6425 + components: + - type: Transform + pos: 59.35401,61.71356 + parent: 2 +- proto: LampBanana + entities: + - uid: 4581 + components: + - type: Transform + pos: 42.584595,50.697166 + parent: 2 +- proto: LampGold + entities: + - uid: 937 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.498447,22.646479 + parent: 2 + - uid: 2604 + components: + - type: Transform + pos: 47.34207,10.606954 + parent: 2 + - uid: 4924 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.540307,38.7267 + parent: 2 + - uid: 6396 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 59.42932,59.6045 + parent: 2 + - uid: 6397 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 59.46601,55.825245 + parent: 2 +- proto: LampInterrogator + entities: + - uid: 14055 + components: + - type: Transform + pos: 57.491596,33.048454 + parent: 2 +- proto: LandMineExplosive + entities: + - uid: 14431 + components: + - type: Transform + pos: 19.5,-37.5 + parent: 2 + - uid: 14432 + components: + - type: Transform + pos: 25.5,-38.5 + parent: 2 +- proto: Lantern + entities: + - uid: 13417 + components: + - type: Transform + pos: 74.482605,58.567104 + parent: 2 + - uid: 13418 + components: + - type: Transform + pos: 78.53705,62.713276 + parent: 2 +- proto: LightBulbBroken + entities: + - uid: 5289 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.415854,63.516525 + parent: 2 + - uid: 14704 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.393162,-15.997493 + parent: 2 +- proto: LightTubeBroken + entities: + - uid: 5290 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.789185,61.400635 + parent: 2 + - uid: 5291 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.2318,64.348206 + parent: 2 +- proto: LiquidCarbonDioxideCanister + entities: + - uid: 6958 + components: + - type: Transform + pos: 55.5,82.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14445 + components: + - type: Transform + pos: 26.5,-33.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: LiquidNitrogenCanister + entities: + - uid: 14443 + components: + - type: Transform + pos: 24.5,-33.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: LiquidOxygenCanister + entities: + - uid: 14444 + components: + - type: Transform + pos: 25.5,-33.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: LockerAtmosphericsFilled + entities: + - uid: 6832 + components: + - type: Transform + pos: 44.5,76.5 + parent: 2 + - uid: 6833 + components: + - type: Transform + pos: 44.5,75.5 + parent: 2 + - uid: 6834 + components: + - type: Transform + pos: 44.5,74.5 + parent: 2 +- proto: LockerBoozeFilled + entities: + - uid: 4781 + components: + - type: Transform + pos: 20.5,55.5 + parent: 2 + - uid: 5272 + components: + - type: Transform + pos: 27.5,64.5 + parent: 2 +- proto: LockerBotanistFilled + entities: + - uid: 4473 + components: + - type: Transform + pos: 23.5,44.5 + parent: 2 + - uid: 4474 + components: + - type: Transform + pos: 22.5,44.5 + parent: 2 + - uid: 4475 + components: + - type: Transform + pos: 21.5,44.5 + parent: 2 +- proto: LockerCaptainFilled + entities: + - uid: 957 + components: + - type: Transform + pos: 24.5,22.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 99.422104 + 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: + - 956 + - 587 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: LockerChemistryFilled + entities: + - uid: 2314 + components: + - type: Transform + pos: 43.5,10.5 + parent: 2 +- proto: LockerChiefEngineerFilledHardsuit + entities: + - uid: 7248 + components: + - type: Transform + pos: 41.5,66.5 + parent: 2 +- proto: LockerChiefMedicalOfficerFilledHardsuit + entities: + - uid: 2594 + components: + - type: Transform + pos: 48.5,6.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: + - 2557 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: LockerDetective + entities: + - uid: 9671 + components: + - type: Transform + pos: 32.475304,-19.445965 + 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: + - 9677 + - 9676 + - 9675 + - 9674 + - 9673 + - 9672 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: LockerDetectiveFilled + entities: + - uid: 3377 + components: + - type: Transform + pos: 42.5,36.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14755 + 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: + - 7176 + - 3378 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: LockerElectricalSuppliesFilled + entities: + - uid: 7237 + components: + - type: Transform + pos: 59.5,68.5 + parent: 2 + - uid: 7621 + components: + - type: Transform + pos: 52.5,-14.5 + parent: 2 + - uid: 7879 + components: + - type: Transform + pos: 13.5,6.5 + parent: 2 + - uid: 10430 + components: + - type: Transform + pos: 50.5,74.5 + parent: 2 + - uid: 10627 + components: + - type: Transform + pos: 9.5,42.5 + parent: 2 + - uid: 14809 + components: + - type: Transform + pos: 73.5,67.5 + parent: 2 +- proto: LockerEngineerFilledHardsuit + entities: + - uid: 7035 + components: + - type: Transform + pos: 46.5,63.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: + - 9750 + - 9762 + - 9764 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 7036 + components: + - type: Transform + pos: 45.5,63.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: + - 9765 + - 9790 + - 9792 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 7037 + components: + - type: Transform + pos: 44.5,63.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: + - 9794 + - 9795 + - 9812 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 9510 + components: + - type: Transform + pos: 50.5,59.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: + - 9511 + - 9527 + - 9536 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 9583 + components: + - type: Transform + pos: 51.5,59.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: + - 9585 + - 9587 + - 9621 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 9710 + components: + - type: Transform + pos: 52.5,59.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: + - 9711 + - 9712 + - 9716 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 9725 + components: + - type: Transform + pos: 43.5,66.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: + - 9727 + - 9737 + - 9743 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 9746 + components: + - type: Transform + pos: 43.5,64.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: + - 9747 + - 9748 + - 9749 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 9865 + components: + - type: Transform + pos: 49.5,59.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: + - 9922 + - 9963 + - 10394 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: LockerEvidence + entities: + - uid: 3110 + components: + - type: Transform + pos: 52.5,36.5 + parent: 2 + - uid: 3111 + components: + - type: Transform + pos: 51.5,36.5 + parent: 2 + - uid: 3196 + components: + - type: Transform + pos: 42.5,17.5 + parent: 2 + - uid: 3197 + components: + - type: Transform + pos: 42.5,20.5 + parent: 2 + - uid: 14062 + components: + - type: Transform + pos: 56.5,28.5 + parent: 2 + - uid: 14063 + components: + - type: Transform + pos: 56.5,29.5 + parent: 2 +- proto: LockerFreezer + entities: + - uid: 14915 + components: + - type: Transform + pos: 15.5,49.5 + parent: 2 +- proto: LockerFreezerBase + entities: + - uid: 1069 + components: + - type: Transform + pos: 41.5,22.5 + parent: 2 + - uid: 7433 + components: + - type: Transform + pos: 42.5,40.5 + parent: 2 +- proto: LockerHeadOfPersonnelFilled + entities: + - uid: 891 + components: + - type: Transform + pos: 17.5,16.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: LockerHeadOfSecurityFilledHardsuit + entities: + - uid: 3340 + components: + - type: Transform + pos: 51.5,33.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14755 + 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: + - 3046 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: LockerMedicalFilled + entities: + - uid: 599 + components: + - type: Transform + pos: 47.5,-1.5 + parent: 2 + - uid: 2653 + components: + - type: Transform + pos: 46.5,-1.5 + parent: 2 + - uid: 2654 + components: + - type: Transform + pos: 45.5,-1.5 + parent: 2 +- proto: LockerMedicineFilled + entities: + - uid: 1537 + components: + - type: Transform + pos: 46.5,0.5 + parent: 2 + - uid: 2633 + components: + - type: Transform + pos: 50.5,-11.5 + parent: 2 + - uid: 2661 + components: + - type: Transform + pos: 45.5,0.5 + parent: 2 + - uid: 3312 + components: + - type: Transform + pos: 60.5,27.5 + parent: 2 +- proto: LockerParamedicFilled + entities: + - uid: 1666 + components: + - type: Transform + pos: 38.5,10.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: + - 9831 + - 9857 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: LockerQuarterMasterFilled + entities: + - uid: 483 + components: + - type: Transform + pos: 2.5,3.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: + - 484 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: LockerResearchDirectorFilledHardsuit + entities: + - uid: 1667 + components: + - type: Transform + pos: 16.5,6.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: + - 9858 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: LockerSalvageSpecialistFilledHardsuit + entities: + - uid: 164 + components: + - type: Transform + pos: 0.5,13.5 + parent: 2 + - uid: 165 + components: + - type: Transform + pos: 0.5,12.5 + parent: 2 + - uid: 5603 + components: + - type: Transform + pos: 3.5,12.5 + parent: 2 +- proto: LockerScienceFilled + entities: + - uid: 1730 + components: + - type: Transform + pos: 22.5,1.5 + parent: 2 + - uid: 1731 + components: + - type: Transform + pos: 23.5,1.5 + parent: 2 + - uid: 1732 + components: + - type: Transform + pos: 24.5,1.5 + parent: 2 +- proto: LockerSecurityFilled + entities: + - uid: 558 + components: + - type: Transform + pos: 14.5,8.5 + parent: 2 + - uid: 3205 + components: + - type: Transform + pos: 58.5,16.5 + parent: 2 + - uid: 3230 + components: + - type: Transform + pos: 57.5,16.5 + parent: 2 + - uid: 3231 + components: + - type: Transform + pos: 56.5,16.5 + parent: 2 + - uid: 11258 + components: + - type: Transform + pos: 45.5,16.5 + parent: 2 + - uid: 11259 + components: + - type: Transform + pos: 45.5,18.5 + parent: 2 + - uid: 11260 + components: + - type: Transform + pos: 45.5,17.5 + parent: 2 + - uid: 14060 + components: + - type: Transform + pos: 56.5,26.5 + parent: 2 + - uid: 14061 + components: + - type: Transform + pos: 56.5,27.5 + parent: 2 +- proto: LockerWallMedical + entities: + - uid: 14898 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,-9.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: + - 14899 + - 14900 +- proto: LockerWardenFilledHardsuit + entities: + - uid: 1668 + components: + - type: Transform + pos: 60.5,22.5 + parent: 2 +- proto: LockerWeldingSuppliesFilled + entities: + - uid: 7570 + components: + - type: Transform + pos: 60.5,-7.5 + parent: 2 + - uid: 7623 + components: + - type: Transform + pos: 18.5,63.5 + parent: 2 + - uid: 7873 + components: + - type: Transform + pos: 47.5,41.5 + parent: 2 + - uid: 7875 + components: + - type: Transform + pos: 64.5,36.5 + parent: 2 + - uid: 7878 + components: + - type: Transform + pos: 30.5,-15.5 + parent: 2 + - uid: 9665 + components: + - type: Transform + pos: 50.5,73.5 + parent: 2 + - uid: 14808 + components: + - type: Transform + pos: 73.5,68.5 + parent: 2 +- proto: MachineAnomalyGenerator + entities: + - uid: 610 + components: + - type: Transform + pos: 17.5,-1.5 + parent: 2 +- proto: MachineAnomalyVessel + entities: + - uid: 1713 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-4.5 + parent: 2 + - uid: 1714 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-3.5 + parent: 2 +- proto: MachineAPE + entities: + - uid: 124 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-3.5 + parent: 2 + - uid: 607 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-4.5 + parent: 2 +- proto: MachineArtifactAnalyzer + entities: + - uid: 28044 + components: + - type: Transform + pos: 18.5,-7.5 + parent: 2 +- proto: MachineCentrifuge + entities: + - uid: 7642 + components: + - type: Transform + pos: 40.5,7.5 + parent: 2 +- proto: MachineElectrolysisUnit + entities: + - uid: 7641 + components: + - type: Transform + pos: 40.5,6.5 + parent: 2 +- proto: MachineFrame + entities: + - uid: 14639 + components: + - type: Transform + pos: 18.5,-14.5 + parent: 2 +- proto: MachineFrameDestroyed + entities: + - uid: 91 + components: + - type: Transform + pos: 39.5,24.5 + parent: 2 + - uid: 5284 + components: + - type: Transform + pos: 28.5,63.5 + parent: 2 + - uid: 5541 + components: + - type: Transform + pos: 80.5,15.5 + parent: 2 + - uid: 14292 + components: + - type: Transform + pos: 20.5,-14.5 + parent: 2 + - uid: 28079 + components: + - type: Transform + pos: 28.5,-12.5 + parent: 2 +- proto: MagazineBoxAntiMateriel + entities: + - uid: 9833 + components: + - type: Transform + pos: 91.451225,21.521475 + parent: 2 +- proto: MagazineLightRifle + entities: + - uid: 3342 + components: + - type: Transform + pos: 51.40751,31.584446 + parent: 2 + - uid: 3343 + components: + - type: Transform + pos: 51.40751,31.584446 + parent: 2 +- proto: MagazineLightRifleRubber + entities: + - uid: 3344 + components: + - type: Transform + pos: 51.408775,31.585258 + parent: 2 + - uid: 3345 + components: + - type: Transform + pos: 51.408775,31.585258 + parent: 2 +- proto: MagazinePistol + entities: + - uid: 3253 + components: + - type: Transform + rot: 12.566370614359172 rad + pos: 60.84671,20.625843 + parent: 2 +- proto: MagazinePistolRubber + entities: + - uid: 3252 + components: + - type: Transform + pos: 60.8713,20.641468 + parent: 2 +- proto: MagazineRifle + entities: + - uid: 3162 + components: + - type: Transform + pos: 50.56761,26.468714 + parent: 2 + - uid: 3163 + components: + - type: Transform + pos: 50.56761,26.468714 + parent: 2 +- proto: MagazineRifleRubber + entities: + - uid: 3164 + components: + - type: Transform + pos: 50.530922,26.468714 + parent: 2 + - uid: 3165 + components: + - type: Transform + pos: 50.530922,26.468714 + parent: 2 +- proto: MaintenancePlantSpawner + entities: + - uid: 162 + components: + - type: Transform + pos: 36.5,58.5 + parent: 2 + - uid: 27894 + components: + - type: Transform + pos: 13.5,5.5 + parent: 2 + - uid: 27898 + components: + - type: Transform + pos: 33.5,-4.5 + parent: 2 + - uid: 27899 + components: + - type: Transform + pos: 42.5,-10.5 + parent: 2 + - uid: 27900 + components: + - type: Transform + pos: 51.5,-16.5 + parent: 2 + - uid: 27902 + components: + - type: Transform + pos: 70.5,10.5 + parent: 2 + - uid: 27903 + components: + - type: Transform + pos: 84.5,11.5 + parent: 2 + - uid: 27904 + components: + - type: Transform + pos: 86.5,21.5 + parent: 2 + - uid: 27905 + components: + - type: Transform + pos: 79.5,24.5 + parent: 2 + - uid: 27907 + components: + - type: Transform + pos: 56.5,36.5 + parent: 2 + - uid: 27908 + components: + - type: Transform + pos: 49.5,49.5 + parent: 2 + - uid: 27909 + components: + - type: Transform + pos: 55.5,48.5 + parent: 2 + - uid: 27910 + components: + - type: Transform + pos: 49.5,40.5 + parent: 2 + - uid: 27911 + components: + - type: Transform + pos: 34.5,64.5 + parent: 2 + - uid: 27912 + components: + - type: Transform + pos: 27.5,67.5 + parent: 2 + - uid: 27913 + components: + - type: Transform + pos: 41.5,55.5 + parent: 2 + - uid: 27914 + components: + - type: Transform + pos: 44.5,58.5 + parent: 2 +- proto: MaterialCardboard + entities: + - uid: 10537 + components: + - type: Transform + pos: 90.22531,18.08324 + parent: 2 + - uid: 13431 + components: + - type: Transform + pos: 91.73867,16.204554 + parent: 2 +- proto: MaterialCloth + entities: + - uid: 907 + components: + - type: Transform + pos: 20.45009,20.05165 + parent: 2 +- proto: MaterialDurathread + entities: + - uid: 906 + components: + - type: Transform + pos: 20.571562,20.003357 + parent: 2 +- proto: MaterialReclaimer + entities: + - uid: 186 + components: + - type: Transform + pos: 9.5,5.5 + parent: 2 + - uid: 7484 + components: + - type: Transform + pos: 0.5,20.5 + parent: 2 +- proto: Mattress + entities: + - uid: 9719 + components: + - type: Transform + pos: 91.5,21.5 + parent: 2 + - uid: 9720 + components: + - type: Transform + pos: 89.5,20.5 + parent: 2 + - uid: 9721 + components: + - type: Transform + pos: 91.5,18.5 + parent: 2 + - uid: 9722 + components: + - type: Transform + pos: 93.5,15.5 + parent: 2 +- proto: MedicalBed + entities: + - uid: 2457 + components: + - type: Transform + pos: 56.5,-0.5 + parent: 2 + - uid: 2577 + components: + - type: Transform + pos: 35.5,0.5 + parent: 2 + - uid: 2578 + components: + - type: Transform + pos: 56.5,0.5 + parent: 2 + - uid: 2618 + components: + - type: Transform + pos: 39.5,0.5 + parent: 2 + - uid: 3309 + components: + - type: Transform + pos: 62.5,25.5 + parent: 2 +- proto: MedicalTechFab + entities: + - uid: 2657 + components: + - type: Transform + pos: 47.5,0.5 + parent: 2 +- proto: MedkitAdvancedFilled + entities: + - uid: 2610 + components: + - type: Transform + pos: 47.478302,8.56902 + parent: 2 +- proto: MedkitFilled + entities: + - uid: 510 + components: + - type: Transform + pos: 28.515974,30.574839 + parent: 2 + - uid: 2626 + components: + - type: Transform + pos: 41.48522,-0.32897884 + parent: 2 + - uid: 3319 + components: + - type: Transform + pos: 62.505615,26.64294 + parent: 2 +- proto: MedkitOxygenFilled + entities: + - uid: 3109 + components: + - type: Transform + pos: 54.547302,35.5937 + parent: 2 +- proto: MedkitRadiationFilled + entities: + - uid: 28075 + components: + - type: Transform + pos: 26.592424,-4.551566 + parent: 2 +- proto: MicrophoneInstrument + entities: + - uid: 4537 + components: + - type: Transform + pos: 29.647764,46.773384 + parent: 2 + - uid: 7594 + components: + - type: Transform + pos: 3.57441,27.661543 + parent: 2 +- proto: MinimoogInstrument + entities: + - uid: 4560 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,52.5 + parent: 2 + - uid: 9678 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 63.5,-1.5 + parent: 2 +- proto: Mirror + entities: + - uid: 4452 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,47.5 + parent: 2 + - uid: 4546 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,49.5 + parent: 2 + - uid: 4551 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,48.5 + parent: 2 + - uid: 4816 + components: + - type: Transform + pos: 9.5,29.5 + parent: 2 + - uid: 4817 + components: + - type: Transform + pos: 8.5,29.5 + parent: 2 +- proto: ModularGrenade + entities: + - uid: 14357 + components: + - type: Transform + pos: 21.967299,-33.455574 + parent: 2 + - uid: 14391 + components: + - type: Transform + pos: 21.5,-31.5 + parent: 2 + - uid: 14392 + components: + - type: Transform + pos: 19.921274,-33.455574 + parent: 2 +- proto: MopBucketFull + entities: + - uid: 8314 + components: + - type: Transform + pos: 65.530846,47.53304 + parent: 2 +- proto: Morgue + entities: + - uid: 2644 + components: + - type: Transform + pos: 56.5,8.5 + parent: 2 + - uid: 2645 + components: + - type: Transform + pos: 55.5,8.5 + parent: 2 + - uid: 2646 + components: + - type: Transform + pos: 54.5,8.5 + parent: 2 + - uid: 2647 + components: + - type: Transform + pos: 53.5,8.5 + parent: 2 + - uid: 3313 + components: + - type: Transform + pos: 60.5,26.5 + parent: 2 +- proto: MothroachCube + entities: + - uid: 15005 + components: + - type: Transform + pos: 10.506184,-0.46380806 + parent: 2 +- proto: MouseTimedSpawner + entities: + - uid: 27887 + components: + - type: Transform + pos: 13.5,-10.5 + parent: 2 + - uid: 27889 + components: + - type: Transform + pos: 73.5,7.5 + parent: 2 + - uid: 27890 + components: + - type: Transform + pos: 68.5,30.5 + parent: 2 +- proto: Multitool + entities: + - uid: 2071 + components: + - type: Transform + pos: 26.912338,-2.311057 + parent: 2 + - uid: 9606 + components: + - type: Transform + pos: 24.561357,-7.805164 + parent: 2 +- proto: NewsReadCartridge + entities: + - uid: 9734 + components: + - type: Transform + pos: 78.5,11.5 + parent: 2 +- proto: NitrogenCanister + entities: + - uid: 7183 + components: + - type: Transform + pos: 48.5,69.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8084 + components: + - type: Transform + pos: 65.5,20.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8089 + components: + - type: Transform + pos: 68.5,43.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8094 + components: + - type: Transform + pos: 56.5,63.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8098 + components: + - type: Transform + pos: 31.5,66.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8099 + components: + - type: Transform + pos: 38.5,55.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8105 + components: + - type: Transform + pos: 15.5,81.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8129 + components: + - type: Transform + pos: 76.5,24.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14016 + components: + - type: Transform + pos: 50.5,64.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: NitrousOxideCanister + entities: + - uid: 6955 + components: + - type: Transform + pos: 53.5,80.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: NitrousOxideTankFilled + entities: + - uid: 8151 + components: + - type: Transform + pos: 48.51483,-9.616904 + parent: 2 +- proto: NotekeeperCartridge + entities: + - uid: 28154 + components: + - type: Transform + pos: 78.5,11.5 + parent: 2 +- proto: NoticeBoard + entities: + - uid: 7962 + components: + - type: Transform + pos: 17.5,52.5 + parent: 2 + - uid: 8076 + components: + - type: Transform + pos: 20.5,52.5 + parent: 2 +- proto: NuclearBombUnanchored + entities: + - uid: 1445 + components: + - type: Transform + pos: 42.5,23.5 + parent: 2 +- proto: OperatingTable + entities: + - uid: 2637 + components: + - type: Transform + pos: 48.5,-9.5 + parent: 2 + - uid: 8255 + components: + - type: Transform + pos: 61.5,39.5 + parent: 2 +- proto: OreProcessor + entities: + - uid: 75 + components: + - type: Transform + pos: 6.5,14.5 + parent: 2 +- proto: OrganHumanEars + entities: + - uid: 14938 + components: + - type: Transform + pos: 60.06823,41.772102 + parent: 2 +- proto: OrganHumanHeart + entities: + - uid: 2632 + components: + - type: Transform + parent: 2631 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: OrganHumanStomach + entities: + - uid: 14937 + components: + - type: Transform + pos: 61.327023,38.42896 + parent: 2 +- proto: OxygenCanister + entities: + - uid: 867 + components: + - type: Transform + pos: 26.5,16.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 7181 + components: + - type: Transform + pos: 60.5,68.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 7182 + components: + - type: Transform + pos: 48.5,68.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8083 + components: + - type: Transform + pos: 65.5,19.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8085 + components: + - type: Transform + pos: 56.5,42.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8091 + components: + - type: Transform + pos: 68.5,45.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8092 + components: + - type: Transform + pos: 56.5,61.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8100 + components: + - type: Transform + pos: 39.5,55.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8102 + components: + - type: Transform + pos: 15.5,68.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8106 + components: + - type: Transform + pos: 15.5,80.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14015 + components: + - type: Transform + pos: 51.5,64.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28061 + components: + - type: Transform + pos: 20.5,-12.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: PaintingSkeletonCigarette + entities: + - uid: 4948 + components: + - type: Transform + pos: 5.5,30.5 + parent: 2 +- proto: Paper + entities: + - uid: 196 + components: + - type: Transform + pos: 9.521102,16.719196 + parent: 2 + - uid: 197 + components: + - type: Transform + pos: 9.521102,16.719196 + parent: 2 + - uid: 198 + components: + - type: Transform + pos: 9.521102,16.719196 + parent: 2 + - uid: 199 + components: + - type: Transform + pos: 9.521102,16.719196 + parent: 2 + - uid: 200 + components: + - type: Transform + pos: 9.521102,16.719196 + parent: 2 + - uid: 201 + components: + - type: Transform + pos: 9.521102,16.719196 + parent: 2 + - uid: 202 + components: + - type: Transform + pos: 9.521102,16.719196 + parent: 2 + - uid: 203 + components: + - type: Transform + pos: 9.521102,16.719196 + parent: 2 + - uid: 565 + components: + - type: Transform + rot: 12.566370614359172 rad + pos: 15.536863,11.655479 + parent: 2 + - type: Paper + content: >- + [color=#1b487e]███░███░░░░██░░░░[/color] + + [color=#1b487e]░██░████░░░██░░░░[/color] [head=3]Бланк документа[/head] + + [color=#1b487e]░░█░██░██░░██░█░░[/color] [head=3]NanoTrasen[/head] + + [color=#1b487e]░░░░██░░██░██░██░[/color] [bold]Station XX-000 ПД-СБ[/bold] + + [color=#1b487e]░░░░██░░░████░███[/color] + + ============================================= + ЖАЛОБА НА ПРАВОНАРУШЕНИЕ + ============================================= + + Время от начала смены и дата: + + Составитель документа: + + Должность составителя: + + + Я, (ФИО), в должности (полное наименование должности), считаю, что (ФИО), в должности (полное наименование должности), нарушил Корпоративный Закон, потому что (причина). + + Произошедшее с моей точки зрения: + + + ============================================= + [italic]Место для печатей[/italic] + - uid: 566 + components: + - type: Transform + rot: 12.566370614359172 rad + pos: 15.500172,11.655479 + parent: 2 + - type: Paper + content: >- + [color=#1b487e]███░███░░░░██░░░░[/color] + + [color=#1b487e]░██░████░░░██░░░░[/color] [head=3]Бланк документа[/head] + + [color=#1b487e]░░█░██░██░░██░█░░[/color] [head=3]NanoTrasen[/head] + + [color=#1b487e]░░░░██░░██░██░██░[/color] [bold]Station XX-000 ПД-СБ[/bold] + + [color=#1b487e]░░░░██░░░████░███[/color] + + ============================================= + ЖАЛОБА НА ПРАВОНАРУШЕНИЕ + ============================================= + + Время от начала смены и дата: + + Составитель документа: + + Должность составителя: + + + Я, (ФИО), в должности (полное наименование должности), считаю, что (ФИО), в должности (полное наименование должности), нарушил Корпоративный Закон, потому что (причина). + + Произошедшее с моей точки зрения: + + + ============================================= + [italic]Место для печатей[/italic] + - uid: 585 + components: + - type: Transform + pos: 1.2925248,3.4932878 + parent: 2 + - type: Paper + stampState: paper_stamp-centcom + stampedBy: + - stampedColor: '#006600FF' + stampedName: stamp-component-stamped-name-centcom + - stampedColor: '#00BE00FF' + stampedName: stamp-component-stamped-name-approved + content: >- + [color=#1b487e]███░███░░░░██░░░░[/color] + + [color=#1b487e]░██░████░░░██░░░░[/color] [head=3]Бланк документа[/head] + + [color=#1b487e]░░█░██░██░░██░█░░[/color] [head=3]NanoTrasen[/head] + + [color=#1b487e]░░░░██░░██░██░██░[/color] [bold] СЦК-КОМ[/bold] + + [color=#1b487e]░░░░██░░░████░███[/color] + + ============================================= + ОБРАЩЕНИЕ К ГЛАВАМ + ============================================= + + Добро пожаловать на одну из самых закрытых научных станций NanoTrasen. На серверах данной станции находится важная для NanoTrasen информация которая будет передана на Станцию Центрального Командования по окончанию смены. В силу ещё некоторых факторов вашей обязанностью будет документирование всего происходящего на станции и не допустить утечки информации. У вас есть специальные пульты а также новая система защиты которая должна помочь избежать чрезвычайных ситуаций. Все документы должны будут прибыть на Станцию Центрального Командования по окончанию смены. Удачной смены, глава. + - uid: 586 + components: + - type: Transform + pos: 47.21904,9.12654 + parent: 2 + - type: Paper + stampState: paper_stamp-centcom + stampedBy: + - stampedColor: '#006600FF' + stampedName: stamp-component-stamped-name-centcom + - stampedColor: '#00BE00FF' + stampedName: stamp-component-stamped-name-approved + content: >- + [color=#1b487e]███░███░░░░██░░░░[/color] + + [color=#1b487e]░██░████░░░██░░░░[/color] [head=3]Бланк документа[/head] + + [color=#1b487e]░░█░██░██░░██░█░░[/color] [head=3]NanoTrasen[/head] + + [color=#1b487e]░░░░██░░██░██░██░[/color] [bold] СЦК-КОМ[/bold] + + [color=#1b487e]░░░░██░░░████░███[/color] + + ============================================= + ОБРАЩЕНИЕ К ГЛАВАМ + ============================================= + + Добро пожаловать на одну из самых закрытых научных станций NanoTrasen. На серверах данной станции находится важная для NanoTrasen информация которая будет передана на Станцию Центрального Командования по окончанию смены. В силу ещё некоторых факторов вашей обязанностью будет документирование всего происходящего на станции и не допустить утечки информации. У вас есть специальные пульты а также новая система защиты которая должна помочь избежать чрезвычайных ситуаций. Все документы должны будут прибыть на Станцию Центрального Командования по окончанию смены. Удачной смены, глава. + - uid: 588 + components: + - type: Transform + pos: 50.220284,30.892324 + parent: 2 + - type: Paper + stampState: paper_stamp-centcom + stampedBy: + - stampedColor: '#006600FF' + stampedName: stamp-component-stamped-name-centcom + - stampedColor: '#00BE00FF' + stampedName: stamp-component-stamped-name-approved + content: >- + [color=#1b487e]███░███░░░░██░░░░[/color] + + [color=#1b487e]░██░████░░░██░░░░[/color] [head=3]Бланк документа[/head] + + [color=#1b487e]░░█░██░██░░██░█░░[/color] [head=3]NanoTrasen[/head] + + [color=#1b487e]░░░░██░░██░██░██░[/color] [bold] СЦК-КОМ[/bold] + + [color=#1b487e]░░░░██░░░████░███[/color] + + ============================================= + ОБРАЩЕНИЕ К ГЛАВАМ + ============================================= + + Добро пожаловать на одну из самых закрытых научных станций NanoTrasen. На серверах данной станции находится важная для NanoTrasen информация которая будет передана на Станцию Центрального Командования по окончанию смены. В силу ещё некоторых факторов вашей обязанностью будет документирование всего происходящего на станции и не допустить утечки информации. У вас есть специальные пульты а также новая система защиты которая должна помочь избежать чрезвычайных ситуаций. Все документы должны будут прибыть на Станцию Центрального Командования по окончанию смены. Удачной смены, глава. + - uid: 589 + components: + - type: Transform + pos: 17.35012,5.665659 + parent: 2 + - type: Paper + stampState: paper_stamp-centcom + stampedBy: + - stampedColor: '#006600FF' + stampedName: stamp-component-stamped-name-centcom + - stampedColor: '#00BE00FF' + stampedName: stamp-component-stamped-name-approved + content: >- + [color=#1b487e]███░███░░░░██░░░░[/color] + + [color=#1b487e]░██░████░░░██░░░░[/color] [head=3]Бланк документа[/head] + + [color=#1b487e]░░█░██░██░░██░█░░[/color] [head=3]NanoTrasen[/head] + + [color=#1b487e]░░░░██░░██░██░██░[/color] [bold] СЦК-КОМ[/bold] + + [color=#1b487e]░░░░██░░░████░███[/color] + + ============================================= + ОБРАЩЕНИЕ К ГЛАВАМ + ============================================= + + Добро пожаловать на одну из самых закрытых научных станций NanoTrasen. На серверах данной станции находится важная для NanoTrasen информация которая будет передана на Станцию Центрального Командования по окончанию смены. В силу ещё некоторых факторов вашей обязанностью будет документирование всего происходящего на станции и не допустить утечки информации. У вас есть специальные пульты а также новая система защиты которая должна помочь избежать чрезвычайных ситуаций. Все документы должны будут прибыть на Станцию Центрального Командования по окончанию смены. Удачной смены, глава. + - uid: 590 + components: + - type: Transform + pos: 17.507483,21.48571 + parent: 2 + - type: Paper + stampState: paper_stamp-centcom + stampedBy: + - stampedColor: '#006600FF' + stampedName: stamp-component-stamped-name-centcom + - stampedColor: '#00BE00FF' + stampedName: stamp-component-stamped-name-approved + content: >- + [color=#1b487e]███░███░░░░██░░░░[/color] + + [color=#1b487e]░██░████░░░██░░░░[/color] [head=3]Бланк документа[/head] + + [color=#1b487e]░░█░██░██░░██░█░░[/color] [head=3]NanoTrasen[/head] + + [color=#1b487e]░░░░██░░██░██░██░[/color] [bold] СЦК-КОМ[/bold] + + [color=#1b487e]░░░░██░░░████░███[/color] + + ============================================= + ОБРАЩЕНИЕ К ГЛАВАМ + ============================================= + + Добро пожаловать на одну из самых закрытых научных станций NanoTrasen. На серверах данной станции находится важная для NanoTrasen информация которая будет передана на Станцию Центрального Командования по окончанию смены. В силу ещё некоторых факторов вашей обязанностью будет документирование всего происходящего на станции и не допустить утечки информации. У вас есть специальные пульты а также новая система защиты которая должна помочь избежать чрезвычайных ситуаций. Все документы должны будут прибыть на Станцию Центрального Командования по окончанию смены. Удачной смены, глава. + - uid: 591 + components: + - type: Transform + pos: 32.975525,22.32421 + parent: 2 + - type: Paper + stampState: paper_stamp-centcom + stampedBy: + - stampedColor: '#006600FF' + stampedName: stamp-component-stamped-name-centcom + - stampedColor: '#00BE00FF' + stampedName: stamp-component-stamped-name-approved + content: >- + [color=#1b487e]███░███░░░░██░░░░[/color] + + [color=#1b487e]░██░████░░░██░░░░[/color] [head=3]Бланк документа[/head] + + [color=#1b487e]░░█░██░██░░██░█░░[/color] [head=3]NanoTrasen[/head] + + [color=#1b487e]░░░░██░░██░██░██░[/color] [bold] СЦК-КОМ[/bold] + + [color=#1b487e]░░░░██░░░████░███[/color] + + ============================================= + ОБРАЩЕНИЕ К ГЛАВАМ + ============================================= + + Добро пожаловать на одну из самых закрытых научных станций NanoTrasen. На серверах данной станции находится важная для NanoTrasen информация которая будет передана на Станцию Центрального Командования по окончанию смены. В силу ещё некоторых факторов вашей обязанностью будет документирование всего происходящего на станции и не допустить утечки информации. У вас есть специальные пульты а также новая система защиты которая должна помочь избежать чрезвычайных ситуаций. Все документы должны будут прибыть на Станцию Центрального Командования по окончанию смены. Удачной смены, глава. + - uid: 592 + components: + - type: Transform + pos: 40.589127,66.47412 + parent: 2 + - type: Paper + stampState: paper_stamp-centcom + stampedBy: + - stampedColor: '#006600FF' + stampedName: stamp-component-stamped-name-centcom + - stampedColor: '#00BE00FF' + stampedName: stamp-component-stamped-name-approved + content: >- + [color=#1b487e]███░███░░░░██░░░░[/color] + + [color=#1b487e]░██░████░░░██░░░░[/color] [head=3]Бланк документа[/head] + + [color=#1b487e]░░█░██░██░░██░█░░[/color] [head=3]NanoTrasen[/head] + + [color=#1b487e]░░░░██░░██░██░██░[/color] [bold] СЦК-КОМ[/bold] + + [color=#1b487e]░░░░██░░░████░███[/color] + + ============================================= + ОБРАЩЕНИЕ К ГЛАВАМ + ============================================= + + Добро пожаловать на одну из самых закрытых научных станций NanoTrasen. На серверах данной станции находится важная для NanoTrasen информация которая будет передана на Станцию Центрального Командования по окончанию смены. В силу ещё некоторых факторов вашей обязанностью будет документирование всего происходящего на станции и не допустить утечки информации. У вас есть специальные пульты а также новая система защиты которая должна помочь избежать чрезвычайных ситуаций. Все документы должны будут прибыть на Станцию Центрального Командования по окончанию смены. Удачной смены, глава. + - uid: 2669 + components: + - type: Transform + pos: 55.367966,6.6154494 + parent: 2 + - uid: 2670 + components: + - type: Transform + pos: 55.367966,6.6154494 + parent: 2 + - type: Paper + stampState: paper_stamp-ok + stampedBy: + - stampedColor: '#00BE00FF' + stampedName: stamp-component-stamped-name-approved + - stampedColor: '#33CCFFFF' + stampedName: stamp-component-stamped-name-cmo + - stampedColor: '#006600FF' + stampedName: stamp-component-stamped-name-centcom + content: >2- + Нормы обращения с телами разумных существ + --------------------------------------------------------------------------------------------- + + Тело разумного существа - субъект, защищенный ОПРС и утративший признаки жизни. + + + Если тело возможно реанимировать, то реанимация должна быть выполнена в кратчайшие сроки; + + Реанимация не должна проводиться после прямого запрета высшего командования; + + + Если тело невозможно реанимировать: + + Если тело возможно клонировать + + + , то процедура клонирования должна быть проведена в кратчайшие сроки; + + Если тело невозможно клонировать, то оно должно храниться в морге, пока клонирование не станет возможным; + + Клонирование не должно проводиться после прямого запрета высшего командования; + + + Тела неклонированных членов экипажа должны быть транспортированы на станцию Центрального Командования в мешках для трупов; + + + Тела разумных существ могут быть использованы для пользы корпорации + + только с письменного разрешения Главного врача или Капитана; + Тела казненных лиц, тела лиц, не принадлежащих членам экипажа, "оригинальные" тела клонов, а также тела, переданные во владение NanoTrasen при эвтаназии, считаются имуществом и могут быть использованы во благо корпорации без каких-либо разрешающих документов; + + + Биологические отходы должны быть утилизированы; + + К биологическим отходам относятся: + + Тела и органы тел неразумных существ; + + Отделенные конечности и органы тел разумных существ, если им не было найдено полезное применение. + - uid: 2671 + components: + - type: Transform + pos: 55.935097,6.707179 + parent: 2 + - type: Paper + content: >- + [color=#1b487e]███░███░░░░██░░░░[/color] + + [color=#1b487e]░██░████░░░██░░░░[/color] [head=3]Бланк документа[/head] + + [color=#1b487e]░░█░██░██░░██░█░░[/color] [head=3]NanoTrasen[/head] + + [color=#1b487e]░░░░██░░██░██░██░[/color] [bold]Station XX-000 МЕД[/bold] + + [color=#1b487e]░░░░██░░░████░███[/color] + + ============================================= + СВИДЕТЕЛЬСТВО О СМЕРТИ + ============================================= + + Время от начала смены и дата: + + Составитель документа: + + Должность составителя: + + + ФИО умершего: + + Должность умершего: + + Раса: + + Пол: + + Причина смерти: + + Возможность проведения реанимации или клонирования: + + + ============================================= + [italic]Место для печатей[/italic] + - uid: 2672 + components: + - type: Transform + pos: 55.916756,6.6337953 + parent: 2 + - type: Paper + content: >- + [color=#1b487e]███░███░░░░██░░░░[/color] + + [color=#1b487e]░██░████░░░██░░░░[/color] [head=3]Бланк документа[/head] + + [color=#1b487e]░░█░██░██░░██░█░░[/color] [head=3]NanoTrasen[/head] + + [color=#1b487e]░░░░██░░██░██░██░[/color] [bold]Station XX-000 МЕД[/bold] + + [color=#1b487e]░░░░██░░░████░███[/color] + + ============================================= + СВИДЕТЕЛЬСТВО О СМЕРТИ + ============================================= + + Время от начала смены и дата: + + Составитель документа: + + Должность составителя: + + + ФИО умершего: + + Должность умершего: + + Раса: + + Пол: + + Причина смерти: + + Возможность проведения реанимации или клонирования: + + + ============================================= + [italic]Место для печатей[/italic] + - uid: 3325 + components: + - type: Transform + pos: 38.47956,32.556694 + parent: 2 + - uid: 3326 + components: + - type: Transform + pos: 38.47956,32.556694 + parent: 2 + - uid: 4649 + components: + - type: Transform + parent: 4646 + - type: Paper + content: >- + ==================================================== + ЗАПИСЬ С ДИКТОФОНА №1408 + ==================================================== + + - Ну и зачем мне твои бумажки? + + - Ты не понимаешь! НТ на этой станции за ними 5 лет охотится если не больше. Если мы сможем их найти я уверен найдётся и тот кто их купит. + + - Ты хоть знаешь что будет если нас спалят?! + + - Не паникуй. На этот случай у меня есть документики. + + - Н-да. Ладненько. И с чего начнём? + + - Посмотри на номер записи. Завтра жду там. + + - Угум-с... + - type: Physics + canCollide: False + - uid: 4650 + components: + - type: Transform + parent: 4646 + - type: Paper + stampState: paper_stamp-ok + stampedBy: + - stampedColor: '#00BE00FF' + stampedName: stamp-component-stamped-name-approved + content: >- + [color=#1b487e]███░███░░░░██░░░░[/color] + + [color=#1b487e]░██░████░░░██░░░░[/color] [head=3]Бланк документа[/head] + + [color=#1b487e]░░█░██░██░░██░█░░[/color] [head=3]NanoTrasen[/head] + + [color=#1b487e]░░░░██░░██░██░██░[/color] [bold]Station XX-000 СБ[/bold] + + [color=#1b487e]░░░░██░░░████░███[/color] + + ============================================= + РАЗРЕШЕНИЕ НА НОШЕНИЕ ОРУЖИЯ + ============================================= + + Время от начала смены и дата: + + *зачёркнуто* + + Составитель документа: + + Должность составителя: + + + Я, (ФИО), в должности (полное наименование должности), разрешаю ношение оружия (ФИО), в должности (полное наименование должности), до тех пор, пока оно используется по назначению. В случае нарушения разрешение аннулируется, оружие изымается Службой Безопасности. + + Оружие и тип патронов к нему: + + + Способ получения оружия и патронов к нему: + + + Причина выдачи разрешения: + + + ============================================= + [italic]Место для печатей[/italic] + - type: Physics + canCollide: False + - uid: 4925 + components: + - type: Transform + pos: 8.384218,38.561584 + parent: 2 + - uid: 4926 + components: + - type: Transform + pos: 8.384218,38.561584 + parent: 2 + - uid: 4927 + components: + - type: Transform + pos: 8.384218,38.561584 + parent: 2 + - uid: 6443 + components: + - type: Transform + pos: 62.53118,57.558197 + parent: 2 + - uid: 6444 + components: + - type: Transform + pos: 62.97149,57.44812 + parent: 2 + - uid: 6445 + components: + - type: Transform + pos: 63.668633,57.466465 + parent: 2 + - uid: 6446 + components: + - type: Transform + pos: 63.099907,57.66827 + parent: 2 + - uid: 9809 + components: + - type: Transform + pos: 34.492752,9.541735 + parent: 2 + - uid: 9948 + components: + - type: Transform + pos: 39.517853,-0.44620526 + parent: 2 + - uid: 10356 + components: + - type: Transform + pos: 50.52072,-9.33061 + parent: 2 + - uid: 10525 + components: + - type: Transform + pos: 34.492752,9.563162 + parent: 2 + - uid: 14305 + components: + - type: Transform + pos: 50.52072,-9.33061 + parent: 2 + - uid: 14344 + components: + - type: Transform + pos: 34.492752,9.563162 + parent: 2 + - uid: 14484 + components: + - type: Transform + pos: 34.492752,9.541735 + parent: 2 + - uid: 14485 + components: + - type: Transform + pos: 39.517853,-0.44620526 + parent: 2 + - uid: 14492 + components: + - type: Transform + pos: 34.492752,9.563162 + parent: 2 + - uid: 14496 + components: + - type: Transform + pos: 34.492752,9.563162 + parent: 2 + - uid: 14633 + components: + - type: Transform + pos: 24.459406,-10.336505 + parent: 2 + - uid: 14634 + components: + - type: Transform + pos: 24.53753,-10.47713 + parent: 2 + - uid: 14635 + components: + - type: Transform + pos: 24.63128,-10.555255 + parent: 2 +- proto: PaperBin10 + entities: + - uid: 882 + components: + - type: Transform + pos: 20.5,19.5 + parent: 2 + - uid: 1725 + components: + - type: Transform + pos: 23.5,-3.5 + parent: 2 + - uid: 3323 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,32.5 + parent: 2 +- proto: PaperCaptainsThoughts + entities: + - uid: 938 + components: + - type: Transform + pos: 31.50769,22.613878 + parent: 2 + - uid: 940 + components: + - type: Transform + pos: 31.50546,22.493267 + parent: 2 + - uid: 941 + components: + - type: Transform + pos: 31.50546,22.493267 + parent: 2 + - uid: 942 + components: + - type: Transform + pos: 31.50546,22.493267 + parent: 2 + - uid: 943 + components: + - type: Transform + pos: 31.50546,22.493267 + parent: 2 +- proto: PaperCNCSheet + entities: + - uid: 6447 + components: + - type: Transform + pos: 65.548935,63.685726 + parent: 2 + - uid: 6448 + components: + - type: Transform + pos: 65.659004,63.593998 + parent: 2 +- proto: PaperDoor + entities: + - uid: 1146 + components: + - type: Transform + pos: 23.5,59.5 + parent: 2 + - uid: 1959 + components: + - type: Transform + pos: 14.5,59.5 + parent: 2 + - uid: 3294 + components: + - type: Transform + pos: 17.5,59.5 + parent: 2 + - uid: 9557 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.5,-10.5 + parent: 2 + - uid: 9572 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,-10.5 + parent: 2 + - type: Physics + canCollide: False + - type: Door + state: Open + - type: Airtight + airBlocked: False + - type: Occluder + enabled: False + - uid: 9796 + components: + - type: Transform + pos: 92.5,19.5 + parent: 2 + - uid: 9797 + components: + - type: Transform + pos: 88.5,19.5 + parent: 2 +- proto: ParchisBoard + entities: + - uid: 5937 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 73.41858,8.552172 + parent: 2 + - uid: 13910 + components: + - type: Transform + pos: 55.0291,48.638317 + parent: 2 +- proto: PartRodMetal + entities: + - uid: 6978 + components: + - type: Transform + pos: 50.505814,54.44734 + parent: 2 + - uid: 6979 + components: + - type: Transform + pos: 50.74019,54.44734 + parent: 2 + - uid: 14794 + components: + - type: Transform + pos: 78.49917,69.61961 + parent: 2 +- proto: PassengerPDA + entities: + - uid: 4647 + components: + - type: MetaData + desc: 'поверх экрана красным маркером написано: FIWMFD.' + - type: Transform + parent: 4646 + - type: ContainerContainer + containers: + PDA-id: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + PDA-pen: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + Cartridge-Slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + program-container: !type:Container + showEnts: False + occludes: True + ents: [] + actions: !type:Container + showEnts: False + occludes: True + ents: + - 4648 + PDA-pai: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - type: UnpoweredFlashlight + toggleActionEntity: 4648 + - type: Physics + canCollide: False + - type: ActionsContainer +- proto: Pen + entities: + - uid: 567 + components: + - type: Transform + rot: 12.566370614359172 rad + pos: 15.904221,8.742828 + parent: 2 + - uid: 6428 + components: + - type: Transform + pos: 59.738358,59.153755 + parent: 2 + - uid: 14636 + components: + - type: Transform + pos: 24.456696,-10.807613 + parent: 2 + - uid: 14637 + components: + - type: Transform + pos: 24.65982,-10.823238 + parent: 2 +- proto: PenCap + entities: + - uid: 944 + components: + - type: Transform + pos: 32.379395,22.621689 + parent: 2 +- proto: PersonalAI + entities: + - uid: 2072 + components: + - type: Transform + pos: 30.54004,-1.4673071 + parent: 2 + - uid: 4566 + components: + - type: Transform + pos: 37.5,52.5 + parent: 2 + - uid: 7251 + components: + - type: Transform + pos: 39.507034,66.70567 + parent: 2 + - uid: 9312 + components: + - type: Transform + pos: 78.48688,41.58713 + parent: 2 +- proto: PhoneInstrument + entities: + - uid: 812 + components: + - type: Transform + pos: 24.452873,25.175673 + parent: 2 +- proto: PianoInstrument + entities: + - uid: 4538 + components: + - type: Transform + pos: 33.5,45.5 + parent: 2 +- proto: PillCanister + entities: + - uid: 14899 + components: + - type: Transform + parent: 14898 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 14900 + components: + - type: Transform + parent: 14898 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: PinpointerNuclear + entities: + - uid: 1432 + components: + - type: Transform + pos: 39.331467,22.887796 + parent: 2 +- proto: PlaqueAtmos + entities: + - uid: 12372 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,75.5 + parent: 2 +- proto: PlasmaCanister + entities: + - uid: 6957 + components: + - type: Transform + pos: 55.5,80.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 14446 + components: + - type: Transform + pos: 27.5,-33.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: PlasmaReinforcedWindowDirectional + entities: + - uid: 1570 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-11.5 + parent: 2 + - uid: 2444 + components: + - type: Transform + pos: 56.5,-1.5 + parent: 2 + - uid: 9603 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-8.5 + parent: 2 + - uid: 9605 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-6.5 + parent: 2 + - uid: 9611 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-10.5 + parent: 2 + - uid: 9829 + components: + - type: Transform + pos: 27.5,-8.5 + parent: 2 + - uid: 9856 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-10.5 + parent: 2 + - uid: 9861 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-12.5 + parent: 2 + - uid: 28072 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-10.5 + parent: 2 +- proto: PlasmaTankFilled + entities: + - uid: 7047 + components: + - type: Transform + pos: 46.611916,72.383835 + parent: 2 + - uid: 7048 + components: + - type: Transform + pos: 46.455666,72.508835 + parent: 2 + - uid: 14447 + components: + - type: Transform + pos: 23.100454,-33.475388 + parent: 2 +- proto: PlasmaWindowDirectional + entities: + - uid: 14931 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-11.5 + parent: 2 + - uid: 14932 + components: + - type: Transform + pos: 28.5,-10.5 + parent: 2 +- proto: PlasticFlapsAirtightClear + entities: + - uid: 155 + components: + - type: Transform + pos: 0.5,9.5 + parent: 2 + - uid: 156 + components: + - type: Transform + pos: 0.5,5.5 + parent: 2 + - uid: 157 + components: + - type: Transform + pos: -1.5,5.5 + parent: 2 + - uid: 158 + components: + - type: Transform + pos: -1.5,9.5 + parent: 2 + - uid: 5007 + components: + - type: Transform + pos: -1.5,23.5 + parent: 2 + - uid: 6502 + components: + - type: Transform + pos: 48.5,54.5 + parent: 2 + - uid: 6616 + components: + - type: Transform + pos: 45.5,71.5 + parent: 2 +- proto: PlushieCarp + entities: + - uid: 1619 + components: + - type: Transform + pos: 14.074409,-16.219566 + parent: 2 +- proto: PlushieHampter + entities: + - uid: 3050 + components: + - type: MetaData + desc: Никто не может объяснить название этой игрушки. + name: плюшевый мофккол + - type: Transform + pos: 16.545418,-14.538606 + parent: 2 + - uid: 13908 + components: + - type: Transform + pos: 55.689552,48.67683 + parent: 2 + - uid: 13909 + components: + - type: Transform + pos: 54.47872,48.658485 + parent: 2 +- proto: PlushieMoth + entities: + - uid: 8897 + components: + - type: MetaData + desc: Милый и пушистый плюшевый ниан для Ниброза Молье. + name: игрушка ниана + - type: Transform + pos: 28.417505,44.53163 + parent: 2 +- proto: PlushieNar + entities: + - uid: 4930 + components: + - type: Transform + pos: 5.4830356,38.666862 + parent: 2 + - uid: 5264 + components: + - type: Transform + pos: 26.468388,57.51086 + parent: 2 + - uid: 5834 + components: + - type: Transform + pos: 80.44124,27.42845 + parent: 2 +- proto: PlushieSharkBlue + entities: + - uid: 10538 + components: + - type: Transform + pos: 66.5,32.5 + parent: 2 +- proto: PlushieSharkPink + entities: + - uid: 4787 + components: + - type: Transform + pos: 19.473167,53.73739 + parent: 2 +- proto: PlushieXeno + entities: + - uid: 28070 + components: + - type: Transform + pos: 27.66602,-6.6073027 + parent: 2 +- proto: PonderingOrb + entities: + - uid: 9731 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.577707,-8.58727 + parent: 2 +- proto: PortableFlasher + entities: + - uid: 3148 + components: + - type: Transform + pos: 53.5,26.5 + parent: 2 +- proto: PortableGeneratorJrPacman + entities: + - uid: 7162 + components: + - type: Transform + pos: 46.5,68.5 + parent: 2 +- proto: PortableGeneratorPacman + entities: + - uid: 14691 + components: + - type: Transform + pos: 24.5,-16.5 + parent: 2 + - uid: 14693 + components: + - type: Transform + pos: 48.5,66.5 + parent: 2 +- proto: PortableGeneratorSuperPacman + entities: + - uid: 14692 + components: + - type: Transform + pos: 49.5,66.5 + parent: 2 +- proto: PortableScrubber + entities: + - uid: 7042 + components: + - type: Transform + pos: 56.5,50.5 + parent: 2 + - uid: 7046 + components: + - type: Transform + pos: 55.5,50.5 + parent: 2 +- proto: PosterBroken + entities: + - uid: 9950 + components: + - type: Transform + pos: 50.5,42.5 + parent: 2 +- proto: PosterContrabandAmbrosiaVulgaris + entities: + - uid: 12573 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,42.5 + parent: 2 +- proto: PosterContrabandBeachStarYamamoto + entities: + - uid: 12966 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.5,-11.5 + parent: 2 +- proto: PosterContrabandBorgFancyv2 + entities: + - uid: 12587 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,60.5 + parent: 2 +- proto: PosterContrabandBustyBackdoorExoBabes6 + entities: + - uid: 12393 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-5.5 + parent: 2 +- proto: PosterContrabandClown + entities: + - uid: 4556 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,52.5 + parent: 2 +- proto: PosterContrabandCybersun600 + entities: + - uid: 9493 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-15.5 + parent: 2 +- proto: PosterContrabandDonk + entities: + - uid: 4756 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,49.5 + parent: 2 +- proto: PosterContrabandDonutCorp + entities: + - uid: 27991 + components: + - type: Transform + pos: 31.5,-20.5 + parent: 2 +- proto: PosterContrabandEAT + entities: + - uid: 4629 + components: + - type: Transform + pos: 19.5,46.5 + parent: 2 +- proto: PosterContrabandFreeDrone + entities: + - uid: 12579 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,-12.5 + parent: 2 +- proto: PosterContrabandFreeSyndicateEncryptionKey + entities: + - uid: 7600 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 55.5,33.5 + parent: 2 + - uid: 14700 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,33.5 + parent: 2 +- proto: PosterContrabandGreyTide + entities: + - uid: 1808 + components: + - type: Transform + pos: 35.5,-12.5 + parent: 2 + - uid: 5223 + components: + - type: Transform + pos: 24.5,60.5 + parent: 2 + - uid: 10539 + components: + - type: Transform + pos: 33.5,-12.5 + parent: 2 + - uid: 13430 + components: + - type: Transform + pos: 34.5,-12.5 + parent: 2 +- proto: PosterContrabandHackingGuide + entities: + - uid: 7419 + components: + - type: Transform + pos: 64.5,39.5 + parent: 2 +- proto: PosterContrabandHaveaPuff + entities: + - uid: 12577 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,45.5 + parent: 2 +- proto: PosterContrabandHighEffectEngineering + entities: + - uid: 7195 + components: + - type: Transform + pos: 50.5,63.5 + parent: 2 + - uid: 13598 + components: + - type: Transform + pos: 46.5,67.5 + parent: 2 +- proto: PosterContrabandKosmicheskayaStantsiya + entities: + - uid: 12582 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,28.5 + parent: 2 +- proto: PosterContrabandKudzu + entities: + - uid: 4779 + components: + - type: Transform + pos: 21.5,42.5 + parent: 2 +- proto: PosterContrabandLustyExomorph + entities: + - uid: 9820 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-9.5 + parent: 2 +- proto: PosterContrabandMaskedMen + entities: + - uid: 12584 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-8.5 + parent: 2 +- proto: PosterContrabandMissingGloves + entities: + - uid: 28090 + components: + - type: Transform + pos: 32.5,-8.5 + parent: 2 +- proto: PosterContrabandMoth + entities: + - uid: 15002 + components: + - type: Transform + pos: 27.5,-18.5 + parent: 2 +- proto: PosterContrabandNuclearDeviceInformational + entities: + - uid: 1062 + components: + - type: Transform + pos: 42.5,22.5 + parent: 2 +- proto: PosterContrabandPower + entities: + - uid: 12586 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,68.5 + parent: 2 +- proto: PosterContrabandPunchShit + entities: + - uid: 12585 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-16.5 + parent: 2 +- proto: PosterContrabandRebelsUnite + entities: + - uid: 12575 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-15.5 + parent: 2 +- proto: PosterContrabandRIPBadger + entities: + - uid: 4790 + components: + - type: Transform + pos: 19.5,56.5 + parent: 2 +- proto: PosterContrabandRise + entities: + - uid: 12574 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,19.5 + parent: 2 +- proto: PosterContrabandSpaceCola + entities: + - uid: 12581 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,11.5 + parent: 2 +- proto: PosterContrabandSpaceUp + entities: + - uid: 4777 + components: + - type: Transform + pos: 25.5,56.5 + parent: 2 +- proto: PosterContrabandSyndicateRecruitment + entities: + - uid: 7557 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 55.5,32.5 + parent: 2 + - uid: 9573 + components: + - type: Transform + pos: 84.5,22.5 + parent: 2 +- proto: PosterContrabandTools + entities: + - uid: 7408 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 64.5,40.5 + parent: 2 +- proto: PosterContrabandVoteWeh + entities: + - uid: 4776 + components: + - type: Transform + pos: 24.5,44.5 + parent: 2 +- proto: PosterLegit12Gauge + entities: + - uid: 7420 + components: + - type: Transform + pos: 64.5,38.5 + parent: 2 +- proto: PosterLegit50thAnniversaryVintageReprint + entities: + - uid: 12576 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-5.5 + parent: 2 +- proto: PosterLegitAnatomyPoster + entities: + - uid: 12572 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,-9.5 + parent: 2 +- proto: PosterLegitBlessThisSpess + entities: + - uid: 5855 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 84.5,32.5 + parent: 2 +- proto: PosterLegitCarpMount + entities: + - uid: 1591 + components: + - type: Transform + pos: 15.5,-16.5 + parent: 2 + - uid: 5222 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,58.5 + parent: 2 +- proto: PosterLegitIan + entities: + - uid: 886 + components: + - type: Transform + pos: 20.5,18.5 + parent: 2 +- proto: PosterLegitIonRifle + entities: + - uid: 12580 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,29.5 + parent: 2 +- proto: PosterLegitMime + entities: + - uid: 4572 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,50.5 + parent: 2 +- proto: PosterLegitNanotrasenLogo + entities: + - uid: 570 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,11.5 + parent: 2 + - uid: 5425 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 66.5,11.5 + parent: 2 + - uid: 5807 + components: + - type: Transform + pos: 84.5,46.5 + parent: 2 + - uid: 7988 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 84.5,58.5 + parent: 2 + - uid: 7989 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 84.5,62.5 + parent: 2 +- proto: PosterLegitObey + entities: + - uid: 4773 + components: + - type: Transform + pos: 16.5,19.5 + parent: 2 + - uid: 7446 + components: + - type: Transform + pos: 5.5,23.5 + parent: 2 +- proto: PosterLegitPDAAd + entities: + - uid: 4772 + components: + - type: Transform + pos: 16.5,18.5 + parent: 2 +- proto: PosterLegitReportCrimes + entities: + - uid: 4778 + components: + - type: Transform + pos: 19.5,45.5 + parent: 2 +- proto: PosterLegitSafetyEyeProtection + entities: + - uid: 6491 + components: + - type: Transform + pos: 49.5,58.5 + parent: 2 +- proto: PosterLegitSafetyInternals + entities: + - uid: 7130 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,73.5 + parent: 2 +- proto: PosterLegitSafetyMothHardhat + entities: + - uid: 15001 + components: + - type: Transform + pos: 19.5,2.5 + parent: 2 +- proto: PosterLegitSecWatch + entities: + - uid: 1061 + components: + - type: Transform + pos: 42.5,24.5 + parent: 2 + - uid: 9956 + components: + - type: Transform + pos: 48.5,37.5 + parent: 2 +- proto: PosterLegitSpaceCops + entities: + - uid: 12583 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,32.5 + parent: 2 +- proto: PosterLegitThereIsNoGasGiant + entities: + - uid: 12578 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 60.5,-2.5 + parent: 2 +- proto: PosterLegitVacation + entities: + - uid: 5429 + components: + - type: Transform + pos: 34.5,43.5 + parent: 2 +- proto: PottedPlant11 + entities: + - uid: 9654 + components: + - type: Transform + pos: 24.5,25.5 + parent: 2 + - uid: 12097 + components: + - type: Transform + pos: 68.5,57.5 + parent: 2 +- proto: PottedPlant12 + entities: + - uid: 9655 + components: + - type: Transform + pos: 26.5,52.5 + parent: 2 +- proto: PottedPlant15 + entities: + - uid: 836 + components: + - type: Transform + pos: 15.5,22.5 + parent: 2 + - uid: 4567 + components: + - type: Transform + pos: 38.5,52.5 + parent: 2 + - uid: 7682 + components: + - type: Transform + pos: 66.5,64.5 + parent: 2 +- proto: PottedPlant16 + entities: + - uid: 7683 + components: + - type: Transform + pos: 47.5,43.5 + parent: 2 +- proto: PottedPlant21 + entities: + - uid: 2551 + components: + - type: Transform + pos: 39.5,-7.5 + parent: 2 + - uid: 9491 + components: + - type: Transform + pos: 71.5,65.5 + parent: 2 +- proto: PottedPlant3 + entities: + - uid: 7680 + components: + - type: Transform + pos: 82.5,65.5 + parent: 2 +- proto: PottedPlantAlt5 + entities: + - uid: 9653 + components: + - type: Transform + pos: 7.5,37.5 + parent: 2 +- proto: PottedPlantAlt7 + entities: + - uid: 7681 + components: + - type: Transform + pos: 16.5,46.5 + parent: 2 +- proto: PottedPlantBioluminscent + entities: + - uid: 945 + components: + - type: Transform + pos: 29.445864,22.659473 + parent: 2 +- proto: PottedPlantRandom + entities: + - uid: 1041 + components: + - type: Transform + pos: 15.5,26.5 + parent: 2 + - uid: 1042 + components: + - type: Transform + pos: 15.5,24.5 + parent: 2 + - uid: 1043 + components: + - type: Transform + pos: 33.5,26.5 + parent: 2 + - uid: 1044 + components: + - type: Transform + pos: 33.5,24.5 + parent: 2 + - uid: 1434 + components: + - type: Transform + pos: 19.5,28.5 + parent: 2 + - uid: 1440 + components: + - type: Transform + pos: 29.5,28.5 + parent: 2 + - uid: 1441 + components: + - type: Transform + pos: 29.5,24.5 + parent: 2 + - uid: 1442 + components: + - type: Transform + pos: 21.5,26.5 + parent: 2 + - uid: 2417 + components: + - type: Transform + pos: 4.5,1.5 + parent: 2 + - uid: 3282 + components: + - type: Transform + pos: 43.5,32.5 + parent: 2 + - uid: 3367 + components: + - type: Transform + pos: 39.5,34.5 + parent: 2 + - uid: 3382 + components: + - type: Transform + pos: 51.5,42.5 + parent: 2 + - uid: 4839 + components: + - type: Transform + pos: 2.5,26.5 + parent: 2 + - uid: 6432 + components: + - type: Transform + pos: 64.5,57.5 + parent: 2 + - uid: 6433 + components: + - type: Transform + pos: 62.5,64.5 + parent: 2 + - uid: 7135 + components: + - type: Transform + pos: 43.5,70.5 + parent: 2 + - uid: 7199 + components: + - type: Transform + pos: 54.5,66.5 + parent: 2 + - uid: 7252 + components: + - type: Transform + pos: 41.5,64.5 + parent: 2 + - uid: 28060 + components: + - type: Transform + pos: 24.5,-1.5 + parent: 2 +- proto: PowerCellRecharger + entities: + - uid: 616 + components: + - type: Transform + pos: 20.5,30.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1735 + components: + - type: Transform + pos: 20.5,-0.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2068 + components: + - type: Transform + pos: 27.5,-2.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2595 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,-2.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2605 + components: + - type: Transform + pos: 47.5,8.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 3214 + components: + - type: Transform + pos: 47.5,19.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 3315 + components: + - type: Transform + pos: 62.5,24.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 5257 + components: + - type: Transform + pos: 17.5,57.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 6455 + components: + - type: Transform + pos: 62.5,57.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 6511 + components: + - type: Transform + pos: 49.5,54.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 7417 + components: + - type: Transform + pos: 66.5,37.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 9638 + components: + - type: Transform + pos: 45.5,20.5 + parent: 2 + - uid: 14067 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,27.5 + parent: 2 + - uid: 14397 + components: + - type: Transform + pos: 20.5,-31.5 + parent: 2 +- proto: PowerDrill + entities: + - uid: 8301 + components: + - type: Transform + pos: 17.450356,5.6504946 + parent: 2 +- proto: Poweredlight + entities: + - uid: 472 + components: + - type: Transform + pos: -0.5,9.5 + parent: 2 + - type: PointLight + enabled: False + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 473 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,5.5 + parent: 2 + - type: PointLight + enabled: False + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 475 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,8.5 + parent: 2 + - type: PointLight + enabled: False + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1038 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,12.5 + parent: 2 + - uid: 3272 + components: + - type: Transform + pos: 31.5,22.5 + parent: 2 + - uid: 3273 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,1.5 + parent: 2 + - uid: 3275 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,24.5 + parent: 2 + - uid: 4178 + components: + - type: Transform + pos: 5.5,10.5 + parent: 2 + - uid: 4179 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,2.5 + parent: 2 + - uid: 4181 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,1.5 + parent: 2 + - uid: 4182 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,5.5 + parent: 2 + - uid: 4183 + components: + - type: Transform + pos: 2.5,13.5 + parent: 2 + - uid: 4184 + components: + - type: Transform + pos: 8.5,16.5 + parent: 2 + - uid: 4185 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,12.5 + parent: 2 + - uid: 4186 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,5.5 + parent: 2 + - uid: 4187 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,8.5 + parent: 2 + - uid: 4189 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-4.5 + parent: 2 + - uid: 4190 + components: + - type: Transform + pos: 22.5,1.5 + parent: 2 + - uid: 4191 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,41.5 + parent: 2 + - type: PointLight + enabled: False + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 4192 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-2.5 + parent: 2 + - uid: 4195 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-15.5 + parent: 2 + - uid: 4196 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-2.5 + parent: 2 + - uid: 4197 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,1.5 + parent: 2 + - uid: 4199 + components: + - type: Transform + pos: 52.5,28.5 + parent: 2 + - uid: 4201 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.5,16.5 + parent: 2 + - uid: 4206 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,27.5 + parent: 2 + - uid: 4209 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,26.5 + parent: 2 + - uid: 4633 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,26.5 + parent: 2 + - uid: 7304 + components: + - type: Transform + pos: 41.5,32.5 + parent: 2 + - uid: 8616 + components: + - type: Transform + pos: 50.5,33.5 + parent: 2 + - uid: 9278 + components: + - type: Transform + pos: 39.5,87.5 + parent: 2 + - uid: 9279 + components: + - type: Transform + pos: 41.5,87.5 + parent: 2 + - uid: 9280 + components: + - type: Transform + pos: 38.5,84.5 + parent: 2 + - uid: 9281 + components: + - type: Transform + pos: 42.5,84.5 + parent: 2 + - uid: 9681 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,34.5 + parent: 2 + - uid: 9683 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,35.5 + parent: 2 + - uid: 9685 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,38.5 + parent: 2 + - uid: 9766 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,17.5 + parent: 2 + - uid: 9768 + components: + - type: Transform + pos: 47.5,19.5 + parent: 2 + - uid: 9769 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,23.5 + parent: 2 + - uid: 9816 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,21.5 + parent: 2 + - uid: 9830 + components: + - type: Transform + pos: 56.5,24.5 + parent: 2 + - uid: 9834 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,34.5 + parent: 2 + - uid: 9835 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,26.5 + parent: 2 + - uid: 9837 + components: + - type: Transform + pos: 2.5,34.5 + parent: 2 + - uid: 9840 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,9.5 + parent: 2 + - uid: 9851 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,36.5 + parent: 2 + - uid: 9853 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,3.5 + parent: 2 + - uid: 10310 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,3.5 + parent: 2 + - uid: 10355 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,23.5 + parent: 2 + - uid: 10476 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,17.5 + parent: 2 + - uid: 10496 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,24.5 + parent: 2 + - uid: 10497 + components: + - type: Transform + pos: 19.5,29.5 + parent: 2 + - uid: 10498 + components: + - type: Transform + pos: 29.5,29.5 + parent: 2 + - uid: 10499 + components: + - type: Transform + pos: 16.5,26.5 + parent: 2 + - uid: 10500 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,27.5 + parent: 2 + - uid: 10501 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,28.5 + parent: 2 + - uid: 10502 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,31.5 + parent: 2 + - uid: 10503 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,26.5 + parent: 2 + - uid: 10543 + components: + - type: Transform + pos: 6.5,34.5 + parent: 2 + - uid: 10587 + components: + - type: Transform + pos: 29.5,38.5 + parent: 2 + - uid: 10610 + components: + - type: Transform + pos: 17.5,44.5 + parent: 2 + - uid: 13282 + components: + - type: Transform + pos: 22.5,44.5 + parent: 2 + - uid: 13283 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,41.5 + parent: 2 + - uid: 13285 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,46.5 + parent: 2 + - uid: 13286 + components: + - type: Transform + pos: 21.5,51.5 + parent: 2 + - uid: 13287 + components: + - type: Transform + pos: 23.5,55.5 + parent: 2 + - uid: 13288 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,52.5 + parent: 2 + - uid: 13289 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,53.5 + parent: 2 + - uid: 13290 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,49.5 + parent: 2 + - uid: 13292 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,19.5 + parent: 2 + - type: PointLight + enabled: False + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 13293 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,44.5 + parent: 2 + - uid: 13294 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,41.5 + parent: 2 + - uid: 13295 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,43.5 + parent: 2 + - uid: 13296 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,40.5 + parent: 2 + - uid: 13297 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,46.5 + parent: 2 + - uid: 13299 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,50.5 + parent: 2 + - uid: 13300 + components: + - type: Transform + pos: 42.5,45.5 + parent: 2 + - uid: 13301 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,40.5 + parent: 2 + - uid: 13302 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,36.5 + parent: 2 + - uid: 13303 + components: + - type: Transform + pos: 21.5,38.5 + parent: 2 + - uid: 13304 + components: + - type: Transform + pos: 11.5,38.5 + parent: 2 + - uid: 13307 + components: + - type: Transform + pos: 15.5,14.5 + parent: 2 + - uid: 13309 + components: + - type: Transform + pos: 59.5,14.5 + parent: 2 + - uid: 13310 + components: + - type: Transform + pos: 67.5,14.5 + parent: 2 + - uid: 13311 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 72.5,14.5 + parent: 2 + - uid: 13312 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,36.5 + parent: 2 + - uid: 13313 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,26.5 + parent: 2 + - uid: 13314 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,30.5 + parent: 2 + - uid: 13315 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 81.5,43.5 + parent: 2 + - uid: 13316 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 74.5,36.5 + parent: 2 + - uid: 13317 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 72.5,47.5 + parent: 2 + - uid: 13318 + components: + - type: Transform + pos: 74.5,46.5 + parent: 2 + - uid: 13319 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 74.5,48.5 + parent: 2 + - uid: 13320 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 66.5,47.5 + parent: 2 + - uid: 13322 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 81.5,47.5 + parent: 2 + - uid: 13325 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 80.5,36.5 + parent: 2 + - uid: 13326 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 72.5,39.5 + parent: 2 + - uid: 13327 + components: + - type: Transform + pos: 77.5,34.5 + parent: 2 + - uid: 13328 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 83.5,32.5 + parent: 2 + - uid: 13329 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 77.5,30.5 + parent: 2 + - uid: 13330 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 65.5,39.5 + parent: 2 + - uid: 13331 + components: + - type: Transform + pos: 52.5,43.5 + parent: 2 + - uid: 13332 + components: + - type: Transform + pos: 46.5,53.5 + parent: 2 + - uid: 13333 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,51.5 + parent: 2 + - uid: 13334 + components: + - type: Transform + pos: 56.5,53.5 + parent: 2 + - uid: 13335 + components: + - type: Transform + pos: 62.5,53.5 + parent: 2 + - uid: 13336 + components: + - type: Transform + pos: 67.5,53.5 + parent: 2 + - uid: 13338 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,61.5 + parent: 2 + - uid: 13339 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 59.5,62.5 + parent: 2 + - uid: 13340 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 66.5,63.5 + parent: 2 + - uid: 13341 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 72.5,55.5 + parent: 2 + - uid: 13342 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 80.5,55.5 + parent: 2 + - uid: 13344 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 83.5,62.5 + parent: 2 + - uid: 13345 + components: + - type: Transform + pos: 80.5,65.5 + parent: 2 + - uid: 13346 + components: + - type: Transform + pos: 72.5,65.5 + parent: 2 + - uid: 13347 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 68.5,56.5 + parent: 2 + - uid: 13348 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 68.5,61.5 + parent: 2 + - uid: 13349 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,56.5 + parent: 2 + - uid: 13350 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,60.5 + parent: 2 + - uid: 13351 + components: + - type: Transform + pos: 53.5,62.5 + parent: 2 + - uid: 13353 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,64.5 + parent: 2 + - uid: 13354 + components: + - type: Transform + pos: 48.5,66.5 + parent: 2 + - uid: 13355 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,63.5 + parent: 2 + - uid: 13356 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,65.5 + parent: 2 + - uid: 13357 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,57.5 + parent: 2 + - uid: 13358 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,69.5 + parent: 2 + - uid: 13359 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,74.5 + parent: 2 + - uid: 13360 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,76.5 + parent: 2 + - uid: 13361 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,83.5 + parent: 2 + - uid: 13362 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,19.5 + parent: 2 + - type: PointLight + enabled: False + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 13363 + components: + - type: Transform + pos: 44.5,82.5 + parent: 2 + - uid: 13364 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,73.5 + parent: 2 + - uid: 13365 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,83.5 + parent: 2 + - uid: 13366 + components: + - type: Transform + pos: 49.5,15.5 + parent: 2 + - type: PointLight + enabled: False + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 13367 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,81.5 + parent: 2 + - uid: 13368 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,79.5 + parent: 2 + - uid: 13369 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,77.5 + parent: 2 + - uid: 13370 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,75.5 + parent: 2 + - uid: 13371 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,73.5 + parent: 2 + - uid: 13372 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 72.5,30.5 + parent: 2 + - type: PointLight + enabled: False + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 13373 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,78.5 + parent: 2 + - uid: 13374 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,79.5 + parent: 2 + - uid: 13375 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 72.5,43.5 + parent: 2 + - type: PointLight + enabled: False + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 13376 + components: + - type: Transform + pos: 36.5,82.5 + parent: 2 + - uid: 13377 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,83.5 + parent: 2 + - uid: 13378 + components: + - type: Transform + pos: 47.5,87.5 + parent: 2 + - uid: 13379 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,90.5 + parent: 2 + - uid: 13380 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,74.5 + parent: 2 + - uid: 13381 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,70.5 + parent: 2 + - uid: 13382 + components: + - type: Transform + pos: 53.5,74.5 + parent: 2 + - uid: 13383 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,71.5 + parent: 2 + - uid: 13384 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 78.5,52.5 + parent: 2 + - uid: 13385 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 79.5,41.5 + parent: 2 + - uid: 13386 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 66.5,6.5 + parent: 2 + - uid: 13387 + components: + - type: Transform + pos: 66.5,10.5 + parent: 2 + - uid: 13388 + components: + - type: Transform + pos: 55.5,4.5 + parent: 2 + - uid: 13389 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,8.5 + parent: 2 + - uid: 13390 + components: + - type: Transform + pos: 49.5,4.5 + parent: 2 + - uid: 13391 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,8.5 + parent: 2 + - uid: 13392 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,9.5 + parent: 2 + - uid: 13393 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,9.5 + parent: 2 + - uid: 13397 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,2.5 + parent: 2 + - uid: 13398 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,-0.5 + parent: 2 + - uid: 13399 + components: + - type: Transform + pos: 46.5,-3.5 + parent: 2 + - uid: 13400 + components: + - type: Transform + pos: 40.5,-6.5 + parent: 2 + - uid: 13401 + components: + - type: Transform + pos: 39.5,-2.5 + parent: 2 + - uid: 13402 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,-11.5 + parent: 2 + - uid: 13403 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,-4.5 + parent: 2 + - uid: 13404 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,57.5 + parent: 2 + - type: PointLight + enabled: False + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 13405 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,-0.5 + parent: 2 + - uid: 13406 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.5,-4.5 + parent: 2 + - uid: 13407 + components: + - type: Transform + pos: 54.5,8.5 + parent: 2 + - uid: 13408 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,21.5 + parent: 2 + - uid: 13409 + components: + - type: Transform + pos: 18.5,22.5 + parent: 2 + - uid: 13410 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,30.5 + parent: 2 + - uid: 13411 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,30.5 + parent: 2 + - uid: 13412 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,22.5 + parent: 2 + - uid: 13413 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,27.5 + parent: 2 + - uid: 13414 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,34.5 + parent: 2 + - uid: 13415 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,40.5 + parent: 2 + - uid: 13416 + components: + - type: Transform + pos: 36.5,45.5 + parent: 2 + - uid: 13420 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,44.5 + parent: 2 + - uid: 13422 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,16.5 + parent: 2 + - uid: 13423 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,7.5 + parent: 2 + - uid: 13424 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,27.5 + parent: 2 + - uid: 13425 + components: + - type: Transform + pos: 49.5,57.5 + parent: 2 + - uid: 13429 + components: + - type: Transform + pos: 40.5,59.5 + parent: 2 + - type: PointLight + enabled: False + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 13509 + components: + - type: Transform + pos: 48.5,24.5 + parent: 2 + - uid: 13510 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,22.5 + parent: 2 + - uid: 13521 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,50.5 + parent: 2 + - uid: 13529 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,67.5 + parent: 2 + - uid: 13530 + components: + - type: Transform + pos: 13.5,83.5 + parent: 2 + - uid: 13531 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,79.5 + parent: 2 + - uid: 13535 + components: + - type: Transform + pos: 49.5,15.5 + parent: 2 + - uid: 13536 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 66.5,58.5 + parent: 2 + - uid: 13546 + components: + - type: Transform + pos: 27.5,14.5 + parent: 2 + - uid: 13884 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,35.5 + parent: 2 + - type: PointLight + enabled: False + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 13889 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,72.5 + parent: 2 + - uid: 13890 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,36.5 + parent: 2 + - uid: 13891 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,34.5 + parent: 2 + - uid: 13903 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,82.5 + parent: 2 + - uid: 13904 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,78.5 + parent: 2 + - uid: 13905 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,74.5 + parent: 2 + - uid: 13912 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,-11.5 + parent: 2 + - uid: 13913 + components: + - type: Transform + pos: 55.5,-12.5 + parent: 2 + - uid: 14018 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,-11.5 + parent: 2 + - uid: 14019 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,-7.5 + parent: 2 + - uid: 14058 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,28.5 + parent: 2 + - uid: 14570 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-38.5 + parent: 2 + - uid: 14571 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-36.5 + parent: 2 + - uid: 14572 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-36.5 + parent: 2 + - uid: 14573 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-32.5 + parent: 2 + - uid: 14574 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-32.5 + parent: 2 + - uid: 14575 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-25.5 + parent: 2 + - uid: 14576 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-21.5 + parent: 2 + - uid: 14579 + components: + - type: Transform + pos: 21.5,-31.5 + parent: 2 + - uid: 14891 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,9.5 + parent: 2 + - uid: 15014 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 73.5,72.5 + parent: 2 + - uid: 15022 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 75.5,67.5 + parent: 2 + - uid: 15023 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 79.5,68.5 + parent: 2 + - uid: 27792 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,40.5 + parent: 2 + - uid: 27793 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,46.5 + parent: 2 + - uid: 27794 + components: + - type: Transform + pos: 16.5,51.5 + parent: 2 + - uid: 27795 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,18.5 + parent: 2 + - uid: 27796 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,12.5 + parent: 2 + - uid: 27797 + components: + - type: Transform + pos: 49.5,15.5 + parent: 2 + - uid: 27798 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 55.5,12.5 + parent: 2 + - uid: 27799 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 64.5,12.5 + parent: 2 + - uid: 27800 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,20.5 + parent: 2 + - uid: 27825 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 80.5,19.5 + parent: 2 + - uid: 27826 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 80.5,15.5 + parent: 2 + - uid: 27828 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,-1.5 + parent: 2 + - uid: 27829 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,-10.5 + parent: 2 + - uid: 27830 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,-6.5 + parent: 2 + - uid: 27832 + components: + - type: Transform + pos: 83.5,50.5 + parent: 2 + - uid: 27833 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 83.5,55.5 + parent: 2 + - uid: 27834 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 75.5,52.5 + parent: 2 + - uid: 27838 + components: + - type: Transform + pos: 76.5,42.5 + parent: 2 + - uid: 27839 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,2.5 + parent: 2 + - uid: 27840 + components: + - type: Transform + pos: 24.5,18.5 + parent: 2 + - uid: 27841 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,14.5 + parent: 2 + - uid: 27842 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,16.5 + parent: 2 + - uid: 27844 + components: + - type: Transform + pos: 20.5,14.5 + parent: 2 + - uid: 27845 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,86.5 + parent: 2 + - uid: 27846 + components: + - type: Transform + pos: 54.5,83.5 + parent: 2 +- proto: PoweredSmallLight + entities: + - uid: 3276 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 86.5,63.5 + parent: 2 + - uid: 3407 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-17.5 + parent: 2 + - uid: 4180 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,2.5 + parent: 2 + - uid: 4188 + components: + - type: Transform + pos: 45.5,41.5 + parent: 2 + - type: PointLight + enabled: False + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 4198 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 61.5,20.5 + parent: 2 + - uid: 9702 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,16.5 + parent: 2 + - uid: 9839 + components: + - type: Transform + pos: -0.5,6.5 + parent: 2 + - uid: 10311 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,8.5 + parent: 2 + - uid: 10312 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 86.5,57.5 + parent: 2 + - uid: 13291 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,16.5 + parent: 2 + - uid: 13298 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,50.5 + parent: 2 + - uid: 13323 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 81.5,53.5 + parent: 2 + - uid: 13337 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,59.5 + parent: 2 + - uid: 13343 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,54.5 + parent: 2 + - type: PointLight + enabled: False + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 13352 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,75.5 + parent: 2 + - type: PointLight + enabled: False + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 13394 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 68.5,44.5 + parent: 2 + - type: PointLight + enabled: False + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 13395 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,17.5 + parent: 2 + - uid: 13396 + components: + - type: Transform + pos: 63.5,45.5 + parent: 2 + - uid: 13419 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.5,56.5 + parent: 2 + - type: PointLight + enabled: False + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 13426 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,16.5 + parent: 2 + - uid: 13427 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,3.5 + parent: 2 + - uid: 13428 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,3.5 + parent: 2 + - uid: 13433 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,30.5 + parent: 2 + - uid: 13435 + components: + - type: Transform + pos: 39.5,17.5 + parent: 2 + - uid: 13436 + components: + - type: Transform + pos: 39.5,20.5 + parent: 2 + - uid: 13437 + components: + - type: Transform + pos: 49.5,35.5 + parent: 2 + - uid: 13438 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,19.5 + parent: 2 + - uid: 13439 + components: + - type: Transform + pos: 3.5,24.5 + parent: 2 + - uid: 13440 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,21.5 + parent: 2 + - uid: 13441 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,21.5 + parent: 2 + - uid: 13442 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,17.5 + parent: 2 + - uid: 13497 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,20.5 + parent: 2 + - uid: 13498 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,25.5 + parent: 2 + - uid: 13499 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,27.5 + parent: 2 + - uid: 13500 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,37.5 + parent: 2 + - uid: 13501 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,37.5 + parent: 2 + - uid: 13502 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,43.5 + parent: 2 + - uid: 13503 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,43.5 + parent: 2 + - uid: 13508 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,51.5 + parent: 2 + - uid: 13511 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,61.5 + parent: 2 + - uid: 13512 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,58.5 + parent: 2 + - uid: 13515 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,61.5 + parent: 2 + - uid: 13516 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,58.5 + parent: 2 + - uid: 13517 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,54.5 + parent: 2 + - uid: 13518 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,8.5 + parent: 2 + - type: PointLight + enabled: False + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 13519 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,54.5 + parent: 2 + - uid: 13520 + components: + - type: Transform + pos: 41.5,48.5 + parent: 2 + - uid: 13522 + components: + - type: Transform + pos: 29.5,64.5 + parent: 2 + - uid: 13523 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,47.5 + parent: 2 + - uid: 13524 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,59.5 + parent: 2 + - uid: 13525 + components: + - type: Transform + pos: 30.5,67.5 + parent: 2 + - uid: 13526 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,58.5 + parent: 2 + - uid: 13527 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,47.5 + parent: 2 + - uid: 13532 + components: + - type: Transform + pos: 78.5,28.5 + parent: 2 + - uid: 13533 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 81.5,27.5 + parent: 2 + - uid: 13534 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 84.5,28.5 + parent: 2 + - uid: 13537 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,55.5 + parent: 2 + - uid: 13538 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,61.5 + parent: 2 + - uid: 13539 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,89.5 + parent: 2 + - uid: 13540 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,4.5 + parent: 2 + - uid: 13541 + components: + - type: Transform + pos: 30.5,-4.5 + parent: 2 + - uid: 13542 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-17.5 + parent: 2 + - type: PointLight + enabled: False + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 13543 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-17.5 + parent: 2 + - type: PointLight + enabled: False + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 13544 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-12.5 + parent: 2 + - type: PointLight + enabled: False + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 13545 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,8.5 + parent: 2 + - type: PointLight + enabled: False + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 13554 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-0.5 + parent: 2 + - uid: 13555 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,-6.5 + parent: 2 + - uid: 13556 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,-0.5 + parent: 2 + - uid: 13557 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,-0.5 + parent: 2 + - uid: 13558 + components: + - type: Transform + pos: 15.5,22.5 + parent: 2 + - uid: 13583 + components: + - type: Transform + pos: 61.5,42.5 + parent: 2 + - uid: 13881 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,16.5 + parent: 2 + - uid: 13885 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,37.5 + parent: 2 + - uid: 13911 + components: + - type: Transform + pos: 55.5,-9.5 + parent: 2 + - uid: 14017 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-8.5 + parent: 2 + - uid: 14020 + components: + - type: Transform + pos: 20.5,-10.5 + parent: 2 + - uid: 14056 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,32.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14059 + - uid: 14057 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,30.5 + parent: 2 + - uid: 14577 + components: + - type: Transform + pos: 24.5,-18.5 + parent: 2 + - uid: 27823 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 84.5,26.5 + parent: 2 + - uid: 27824 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 75.5,15.5 + parent: 2 + - uid: 27827 + components: + - type: Transform + pos: 75.5,19.5 + parent: 2 + - uid: 27831 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,-0.5 + parent: 2 + - uid: 27836 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 85.5,41.5 + parent: 2 + - uid: 27837 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 85.5,48.5 + parent: 2 + - uid: 27843 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,60.5 + parent: 2 +- proto: PoweredSmallLightEmpty + entities: + - uid: 14703 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,-16.5 + parent: 2 +- proto: PrinterDoc + entities: + - uid: 8073 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,9.5 + parent: 2 + - uid: 9758 + components: + - type: Transform + pos: 24.5,-12.5 + parent: 2 + - uid: 10443 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,19.5 + parent: 2 + - uid: 10520 + components: + - type: Transform + pos: 38.5,5.5 + parent: 2 + - uid: 14044 + components: + - type: Transform + pos: 29.5,27.5 + parent: 2 + - uid: 14045 + components: + - type: Transform + pos: 43.5,21.5 + parent: 2 + - uid: 14046 + components: + - type: Transform + pos: 8.5,20.5 + parent: 2 + - uid: 14047 + components: + - type: Transform + pos: 50.5,66.5 + parent: 2 + - uid: 14480 + components: + - type: Transform + pos: 21.5,-16.5 + parent: 2 + - uid: 14481 + components: + - type: Transform + pos: 66.5,61.5 + parent: 2 +- proto: Protolathe + entities: + - uid: 1742 + components: + - type: Transform + pos: 22.5,7.5 + parent: 2 +- proto: PsychBed + entities: + - uid: 6609 + components: + - type: Transform + pos: 42.5,-8.5 + parent: 2 +- proto: Puddle + entities: + - uid: 2515 + components: + - type: Transform + pos: 59.5,3.5 + parent: 2 + - type: SolutionContainerManager + solutions: + puddle: + temperature: 293.15 + canMix: False + canReact: True + maxVol: 1000 + name: null + reagents: + - data: null + ReagentId: Cryoxadone + Quantity: 20 + - type: StepTrigger + active: False + missingComponents: + - ActiveEdgeSpreader + - uid: 13892 + components: + - type: Transform + pos: 59.5,4.5 + parent: 2 + - type: Physics + canCollide: False + - type: SolutionContainerManager + solutions: + puddle: + temperature: 293.15 + canMix: False + canReact: True + maxVol: 1000 + name: null + reagents: + - data: null + ReagentId: Cryoxadone + Quantity: 20 + - type: StepTrigger + active: False + missingComponents: + - ActiveEdgeSpreader + - uid: 13893 + components: + - type: Transform + pos: 58.5,3.5 + parent: 2 + - type: Physics + canCollide: False + - type: SolutionContainerManager + solutions: + puddle: + temperature: 293.15 + canMix: False + canReact: True + maxVol: 1000 + name: null + reagents: + - data: null + ReagentId: Cryoxadone + Quantity: 20 + - type: StepTrigger + active: False + missingComponents: + - ActiveEdgeSpreader + - uid: 13894 + components: + - type: Transform + pos: 59.5,2.5 + parent: 2 + - type: Physics + canCollide: False + - type: SolutionContainerManager + solutions: + puddle: + temperature: 293.15 + canMix: False + canReact: True + maxVol: 1000 + name: null + reagents: + - data: null + ReagentId: Cryoxadone + Quantity: 20 + - type: StepTrigger + active: False + missingComponents: + - ActiveEdgeSpreader + - uid: 13895 + components: + - type: Transform + pos: 60.5,3.5 + parent: 2 + - type: Physics + canCollide: False + - type: SolutionContainerManager + solutions: + puddle: + temperature: 293.15 + canMix: False + canReact: True + maxVol: 1000 + name: null + reagents: + - data: null + ReagentId: Cryoxadone + Quantity: 20 + - type: StepTrigger + active: False + missingComponents: + - ActiveEdgeSpreader + - uid: 13896 + components: + - type: Transform + pos: 59.5,1.5 + parent: 2 + - type: Physics + canCollide: False + - type: SolutionContainerManager + solutions: + puddle: + temperature: 293.15 + canMix: False + canReact: True + maxVol: 1000 + name: null + reagents: + - data: null + ReagentId: Cryoxadone + Quantity: 2.5 + - type: StepTrigger + active: False + missingComponents: + - ActiveEdgeSpreader + - uid: 13897 + components: + - type: Transform + pos: 60.5,2.5 + parent: 2 + - type: Physics + canCollide: False + - type: SolutionContainerManager + solutions: + puddle: + temperature: 293.15 + canMix: False + canReact: True + maxVol: 1000 + name: null + reagents: + - data: null + ReagentId: Cryoxadone + Quantity: 2.5 + - type: StepTrigger + active: False + missingComponents: + - ActiveEdgeSpreader + - uid: 13898 + components: + - type: Transform + pos: 58.5,2.5 + parent: 2 + - type: Physics + canCollide: False + - type: SolutionContainerManager + solutions: + puddle: + temperature: 293.15 + canMix: False + canReact: True + maxVol: 1000 + name: null + reagents: + - data: null + ReagentId: Cryoxadone + Quantity: 10 + - type: StepTrigger + active: False + missingComponents: + - ActiveEdgeSpreader + - uid: 13899 + components: + - type: Transform + pos: 60.5,4.5 + parent: 2 + - type: Physics + canCollide: False + - type: SolutionContainerManager + solutions: + puddle: + temperature: 293.15 + canMix: False + canReact: True + maxVol: 1000 + name: null + reagents: + - data: null + ReagentId: Cryoxadone + Quantity: 10 + - type: StepTrigger + active: False + missingComponents: + - ActiveEdgeSpreader + - uid: 13900 + components: + - type: Transform + pos: 59.5,5.5 + parent: 2 + - type: Physics + canCollide: False + - type: SolutionContainerManager + solutions: + puddle: + temperature: 293.15 + canMix: False + canReact: True + maxVol: 1000 + name: null + reagents: + - data: null + ReagentId: Cryoxadone + Quantity: 2.5 + - type: StepTrigger + active: False + missingComponents: + - ActiveEdgeSpreader + - uid: 13901 + components: + - type: Transform + pos: 58.5,4.5 + parent: 2 + - type: Physics + canCollide: False + - type: SolutionContainerManager + solutions: + puddle: + temperature: 293.15 + canMix: False + canReact: True + maxVol: 1000 + name: null + reagents: + - data: null + ReagentId: Cryoxadone + Quantity: 2.5 + - type: StepTrigger + active: False + missingComponents: + - ActiveEdgeSpreader + - uid: 28080 + components: + - type: Transform + pos: 26.5,-8.5 + parent: 2 + - type: SolutionContainerManager + solutions: + puddle: + temperature: 293.15 + canMix: False + canReact: True + maxVol: 1000 + name: null + reagents: + - data: null + ReagentId: Blood + Quantity: 30 + - type: StepTrigger + active: False + - uid: 28081 + components: + - type: Transform + pos: 28.5,-6.5 + parent: 2 + - type: SolutionContainerManager + solutions: + puddle: + temperature: 293.15 + canMix: False + canReact: True + maxVol: 1000 + name: null + reagents: + - data: null + ReagentId: CopperBlood + Quantity: 30 + - type: StepTrigger + active: False +- proto: Rack + entities: + - uid: 67 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,12.5 + parent: 2 + - uid: 859 + components: + - type: Transform + pos: 26.5,18.5 + parent: 2 + - uid: 862 + components: + - type: Transform + pos: 26.5,17.5 + parent: 2 + - uid: 2073 + components: + - type: Transform + pos: 30.5,-1.5 + parent: 2 + - uid: 2484 + components: + - type: Transform + pos: 54.5,-2.5 + parent: 2 + - uid: 2665 + components: + - type: Transform + pos: 38.5,8.5 + parent: 2 + - uid: 3310 + components: + - type: Transform + pos: 62.5,26.5 + parent: 2 + - uid: 5219 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,58.5 + parent: 2 + - uid: 5220 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,57.5 + parent: 2 + - uid: 5221 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,57.5 + parent: 2 + - uid: 5456 + components: + - type: Transform + pos: 74.5,16.5 + parent: 2 + - uid: 7160 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,57.5 + parent: 2 + - uid: 7185 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,71.5 + parent: 2 + - uid: 7400 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 67.5,41.5 + parent: 2 + - uid: 7404 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 68.5,37.5 + parent: 2 + - uid: 7447 + components: + - type: Transform + pos: 9.5,23.5 + parent: 2 + - uid: 7485 + components: + - type: Transform + pos: 2.5,21.5 + parent: 2 + - uid: 8075 + components: + - type: Transform + pos: 50.5,62.5 + parent: 2 + - uid: 9591 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,-17.5 + parent: 2 + - uid: 9597 + components: + - type: Transform + pos: 57.5,48.5 + parent: 2 + - uid: 9694 + components: + - type: Transform + pos: 75.5,24.5 + parent: 2 + - uid: 10345 + components: + - type: Transform + pos: 10.5,-0.5 + parent: 2 + - uid: 10622 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,40.5 + parent: 2 + - uid: 11398 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-7.5 + parent: 2 + - uid: 13784 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-8.5 + parent: 2 + - uid: 14791 + components: + - type: Transform + pos: 79.5,69.5 + parent: 2 + - uid: 14793 + components: + - type: Transform + pos: 78.5,69.5 + parent: 2 + - uid: 14799 + components: + - type: Transform + pos: 77.5,69.5 + parent: 2 + - uid: 28093 + components: + - type: Transform + pos: 33.5,-9.5 + parent: 2 + - uid: 28136 + components: + - type: Transform + pos: 66.5,32.5 + parent: 2 + - uid: 28151 + components: + - type: Transform + pos: 43.5,-12.5 + parent: 2 + - uid: 28155 + components: + - type: Transform + pos: 78.5,11.5 + parent: 2 +- proto: RadiationCollector + entities: + - uid: 7760 + components: + - type: Transform + pos: 50.5,70.5 + parent: 2 + - uid: 10486 + components: + - type: Transform + pos: 50.5,68.5 + parent: 2 + - uid: 11249 + components: + - type: Transform + pos: 50.5,69.5 + parent: 2 +- proto: RadiationCollectorFullTank + entities: + - uid: 7775 + components: + - type: Transform + pos: 54.5,69.5 + parent: 2 + - uid: 8028 + components: + - type: Transform + pos: 54.5,68.5 + parent: 2 + - uid: 11251 + components: + - type: Transform + pos: 54.5,70.5 + parent: 2 +- proto: RadioHandheld + entities: + - uid: 560 + components: + - type: Transform + pos: 15.51898,8.56956 + parent: 2 + - uid: 561 + components: + - type: Transform + pos: 15.51898,8.56956 + parent: 2 + - uid: 3284 + components: + - type: Transform + pos: 39.499268,30.540098 + parent: 2 + - uid: 3285 + components: + - type: Transform + pos: 39.499268,30.540098 + parent: 2 + - uid: 5527 + components: + - type: Transform + pos: 75.25991,15.642418 + parent: 2 +- proto: Railing + entities: + - uid: 4459 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,41.5 + parent: 2 + - uid: 4460 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,40.5 + parent: 2 + - uid: 4525 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,50.5 + parent: 2 + - uid: 4526 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,50.5 + parent: 2 + - uid: 4528 + components: + - type: Transform + pos: 31.5,43.5 + parent: 2 + - uid: 4529 + components: + - type: Transform + pos: 32.5,43.5 + parent: 2 + - uid: 4530 + components: + - type: Transform + pos: 33.5,43.5 + parent: 2 + - uid: 4531 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,45.5 + parent: 2 + - uid: 4532 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,46.5 + parent: 2 + - uid: 4533 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,47.5 + parent: 2 + - uid: 4534 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,48.5 + parent: 2 + - uid: 5636 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,16.5 + parent: 2 + - uid: 28028 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,21.5 + parent: 2 + - uid: 28029 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,21.5 + parent: 2 +- proto: RailingCorner + entities: + - uid: 3287 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,17.5 + parent: 2 + - uid: 4521 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,43.5 + parent: 2 + - uid: 4522 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,44.5 + parent: 2 + - uid: 4523 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,49.5 + parent: 2 + - uid: 4524 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,50.5 + parent: 2 + - uid: 5640 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,17.5 + parent: 2 + - uid: 9561 + components: + - type: Transform + pos: 57.5,-11.5 + parent: 2 +- proto: RailingCornerSmall + entities: + - uid: 4535 + components: + - type: Transform + pos: 30.5,49.5 + parent: 2 + - uid: 4536 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,44.5 + parent: 2 + - uid: 9680 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,16.5 + parent: 2 + - uid: 28030 + components: + - type: Transform + pos: 35.5,20.5 + parent: 2 + - uid: 28031 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,20.5 + parent: 2 +- proto: RandomArcade + entities: + - uid: 2571 + components: + - type: Transform + pos: 36.5,-2.5 + parent: 2 + - uid: 13783 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 68.5,33.5 + parent: 2 + - uid: 14865 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 83.5,11.5 + parent: 2 + - uid: 27896 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 68.5,32.5 + parent: 2 +- proto: RandomArtifactSpawner + entities: + - uid: 28045 + components: + - type: Transform + pos: 18.5,-7.5 + parent: 2 +- proto: RandomDrinkBottle + entities: + - uid: 7911 + components: + - type: Transform + pos: 68.5,63.5 + parent: 2 +- proto: RandomDrinkGlass + entities: + - uid: 7912 + components: + - type: Transform + pos: 68.5,60.5 + parent: 2 +- proto: RandomFoodMeal + entities: + - uid: 7913 + components: + - type: Transform + pos: 68.5,57.5 + parent: 2 +- proto: RandomFoodSingle + entities: + - uid: 7914 + components: + - type: Transform + pos: 68.5,60.5 + parent: 2 +- proto: RandomPainting + entities: + - uid: 2867 + components: + - type: Transform + pos: 66.5,60.5 + parent: 2 + - uid: 3829 + components: + - type: Transform + pos: 67.5,63.5 + parent: 2 + - uid: 4634 + components: + - type: Transform + pos: 63.5,60.5 + parent: 2 + - uid: 5150 + components: + - type: Transform + pos: 59.5,57.5 + parent: 2 + - uid: 13308 + components: + - type: Transform + pos: 32.5,23.5 + parent: 2 + - uid: 13594 + components: + - type: Transform + pos: 16.5,23.5 + parent: 2 +- proto: RandomPosterAny + entities: + - uid: 5246 + components: + - type: Transform + pos: 56.5,56.5 + parent: 2 + - uid: 7685 + components: + - type: Transform + pos: 2.5,18.5 + parent: 2 + - uid: 9507 + components: + - type: Transform + pos: 5.5,24.5 + parent: 2 + - uid: 9582 + components: + - type: Transform + pos: 19.5,63.5 + parent: 2 + - uid: 9588 + components: + - type: Transform + pos: 11.5,46.5 + parent: 2 + - uid: 9589 + components: + - type: Transform + pos: 35.5,62.5 + parent: 2 + - uid: 9590 + components: + - type: Transform + pos: 9.5,56.5 + parent: 2 + - uid: 9594 + components: + - type: Transform + pos: 37.5,56.5 + parent: 2 + - uid: 9595 + components: + - type: Transform + pos: 43.5,59.5 + parent: 2 + - uid: 9602 + components: + - type: Transform + pos: 56.5,58.5 + parent: 2 + - uid: 9664 + components: + - type: Transform + pos: 13.5,53.5 + parent: 2 + - uid: 9708 + components: + - type: Transform + pos: 65.5,43.5 + parent: 2 + - uid: 9854 + components: + - type: Transform + pos: 56.5,67.5 + parent: 2 + - uid: 9855 + components: + - type: Transform + pos: 55.5,77.5 + parent: 2 + - uid: 9896 + components: + - type: Transform + pos: 86.5,22.5 + parent: 2 + - uid: 9902 + components: + - type: Transform + pos: 72.5,6.5 + parent: 2 + - uid: 9903 + components: + - type: Transform + pos: 63.5,16.5 + parent: 2 + - uid: 9908 + components: + - type: Transform + pos: 53.5,-8.5 + parent: 2 + - uid: 9909 + components: + - type: Transform + pos: 76.5,9.5 + parent: 2 + - uid: 9914 + components: + - type: Transform + pos: 31.5,-11.5 + parent: 2 + - uid: 9915 + components: + - type: Transform + pos: 60.5,-4.5 + parent: 2 + - uid: 9916 + components: + - type: Transform + pos: 84.5,12.5 + parent: 2 + - uid: 9939 + components: + - type: Transform + pos: 64.5,2.5 + parent: 2 + - uid: 9945 + components: + - type: Transform + pos: 44.5,-14.5 + parent: 2 + - uid: 9947 + components: + - type: Transform + pos: 33.5,-6.5 + parent: 2 + - uid: 9951 + components: + - type: Transform + pos: 65.5,30.5 + parent: 2 + - uid: 9964 + components: + - type: Transform + pos: 62.5,36.5 + parent: 2 + - uid: 10420 + components: + - type: Transform + pos: 11.5,43.5 + parent: 2 + - uid: 13305 + components: + - type: Transform + pos: 11.5,62.5 + parent: 2 + - uid: 28129 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,46.5 + parent: 2 + - uid: 28130 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,46.5 + parent: 2 + - uid: 28131 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,44.5 + parent: 2 + - uid: 28132 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,41.5 + parent: 2 + - uid: 28133 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,39.5 + parent: 2 + - uid: 28134 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 65.5,34.5 + parent: 2 +- proto: RandomPosterContraband + entities: + - uid: 4389 + components: + - type: Transform + pos: 36.5,-10.5 + parent: 2 + - uid: 9522 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 66.5,26.5 + parent: 2 + - uid: 9770 + components: + - type: Transform + pos: 15.5,75.5 + parent: 2 + - uid: 9824 + components: + - type: Transform + pos: 14.5,84.5 + parent: 2 +- proto: RandomPosterLegit + entities: + - uid: 7674 + components: + - type: Transform + pos: 52.5,50.5 + parent: 2 + - uid: 7684 + components: + - type: Transform + pos: 7.5,30.5 + parent: 2 + - uid: 7686 + components: + - type: Transform + pos: 2.5,15.5 + parent: 2 + - uid: 7687 + components: + - type: Transform + pos: 10.5,10.5 + parent: 2 + - uid: 8069 + components: + - type: Transform + pos: 27.5,52.5 + parent: 2 + - uid: 9505 + components: + - type: Transform + pos: 60.5,54.5 + parent: 2 + - uid: 9508 + components: + - type: Transform + pos: 0.5,10.5 + parent: 2 + - uid: 9509 + components: + - type: Transform + pos: 2.5,4.5 + parent: 2 + - uid: 9659 + components: + - type: Transform + pos: 6.5,35.5 + parent: 2 + - uid: 9836 + components: + - type: Transform + pos: 69.5,42.5 + parent: 2 + - uid: 9880 + components: + - type: Transform + pos: 84.5,55.5 + parent: 2 + - uid: 9881 + components: + - type: Transform + pos: 73.5,53.5 + parent: 2 + - uid: 9883 + components: + - type: Transform + pos: 34.5,40.5 + parent: 2 + - uid: 9884 + components: + - type: Transform + pos: 34.5,46.5 + parent: 2 + - uid: 9885 + components: + - type: Transform + pos: 48.5,48.5 + parent: 2 + - uid: 9886 + components: + - type: Transform + pos: 73.5,63.5 + parent: 2 + - uid: 9891 + components: + - type: Transform + pos: 34.5,51.5 + parent: 2 + - uid: 9892 + components: + - type: Transform + pos: 58.5,54.5 + parent: 2 + - uid: 9897 + components: + - type: Transform + pos: 34.5,22.5 + parent: 2 + - uid: 9898 + components: + - type: Transform + pos: 40.5,47.5 + parent: 2 + - uid: 9904 + components: + - type: Transform + pos: 33.5,35.5 + parent: 2 + - uid: 9910 + components: + - type: Transform + pos: 47.5,11.5 + parent: 2 + - uid: 9920 + components: + - type: Transform + pos: 41.5,15.5 + parent: 2 + - uid: 9938 + components: + - type: Transform + pos: 24.5,41.5 + parent: 2 + - uid: 9944 + components: + - type: Transform + pos: 10.5,25.5 + parent: 2 + - uid: 9949 + components: + - type: Transform + pos: 80.5,40.5 + parent: 2 + - uid: 9952 + components: + - type: Transform + pos: 55.5,11.5 + parent: 2 + - uid: 9954 + components: + - type: Transform + pos: 10.5,36.5 + parent: 2 + - uid: 9957 + components: + - type: Transform + pos: 2.5,37.5 + parent: 2 + - uid: 9959 + components: + - type: Transform + pos: 19.5,0.5 + parent: 2 + - uid: 9961 + components: + - type: Transform + pos: 62.5,11.5 + parent: 2 + - uid: 9962 + components: + - type: Transform + pos: 69.5,23.5 + parent: 2 + - uid: 9965 + components: + - type: Transform + pos: 80.5,47.5 + parent: 2 + - uid: 9966 + components: + - type: Transform + pos: 69.5,31.5 + parent: 2 + - uid: 9968 + components: + - type: Transform + pos: 37.5,-0.5 + parent: 2 + - uid: 9969 + components: + - type: Transform + pos: 42.5,46.5 + parent: 2 + - uid: 9970 + components: + - type: Transform + pos: 84.5,39.5 + parent: 2 + - uid: 9971 + components: + - type: Transform + pos: 73.5,22.5 + parent: 2 + - uid: 10414 + components: + - type: Transform + pos: 34.5,16.5 + parent: 2 + - uid: 10441 + components: + - type: Transform + pos: 19.5,15.5 + parent: 2 + - uid: 11262 + components: + - type: Transform + pos: 38.5,42.5 + parent: 2 + - uid: 12034 + components: + - type: Transform + pos: 39.5,11.5 + parent: 2 + - uid: 12039 + components: + - type: Transform + pos: 51.5,63.5 + parent: 2 + - uid: 13596 + components: + - type: Transform + pos: 43.5,67.5 + parent: 2 + - uid: 13597 + components: + - type: Transform + pos: 45.5,73.5 + parent: 2 + - uid: 13999 + components: + - type: Transform + pos: 22.5,45.5 + parent: 2 + - uid: 14917 + components: + - type: Transform + pos: 55.5,35.5 + parent: 2 + - uid: 14919 + components: + - type: Transform + pos: 54.5,30.5 + parent: 2 + - uid: 27987 + components: + - type: Transform + pos: 34.5,7.5 + parent: 2 + - uid: 27989 + components: + - type: Transform + pos: 14.5,16.5 + parent: 2 + - uid: 27990 + components: + - type: Transform + pos: 10.5,34.5 + parent: 2 +- proto: RandomSnacks + entities: + - uid: 28135 + components: + - type: Transform + pos: 67.5,32.5 + parent: 2 +- proto: RandomSpawner + entities: + - uid: 27924 + components: + - type: Transform + pos: 12.5,-0.5 + parent: 2 + - uid: 27925 + components: + - type: Transform + pos: 17.5,1.5 + parent: 2 + - uid: 27926 + components: + - type: Transform + pos: 26.5,10.5 + parent: 2 + - uid: 27927 + components: + - type: Transform + pos: 17.5,12.5 + parent: 2 + - uid: 27928 + components: + - type: Transform + pos: 12.5,19.5 + parent: 2 + - uid: 27929 + components: + - type: Transform + pos: 13.5,26.5 + parent: 2 + - uid: 27930 + components: + - type: Transform + pos: 11.5,31.5 + parent: 2 + - uid: 27931 + components: + - type: Transform + pos: 13.5,36.5 + parent: 2 + - uid: 27932 + components: + - type: Transform + pos: 19.5,37.5 + parent: 2 + - uid: 27933 + components: + - type: Transform + pos: 25.5,37.5 + parent: 2 + - uid: 27934 + components: + - type: Transform + pos: 29.5,37.5 + parent: 2 + - uid: 27935 + components: + - type: Transform + pos: 35.5,37.5 + parent: 2 + - uid: 27936 + components: + - type: Transform + pos: 37.5,42.5 + parent: 2 + - uid: 27937 + components: + - type: Transform + pos: 41.5,44.5 + parent: 2 + - uid: 27938 + components: + - type: Transform + pos: 45.5,44.5 + parent: 2 + - uid: 27939 + components: + - type: Transform + pos: 46.5,49.5 + parent: 2 + - uid: 27940 + components: + - type: Transform + pos: 47.5,52.5 + parent: 2 + - uid: 27941 + components: + - type: Transform + pos: 47.5,52.5 + parent: 2 + - uid: 27942 + components: + - type: Transform + pos: 28.5,50.5 + parent: 2 + - uid: 27943 + components: + - type: Transform + pos: 28.5,47.5 + parent: 2 + - uid: 27944 + components: + - type: Transform + pos: 27.5,46.5 + parent: 2 + - uid: 27945 + components: + - type: Transform + pos: 23.5,47.5 + parent: 2 + - uid: 27946 + components: + - type: Transform + pos: 20.5,47.5 + parent: 2 + - uid: 27947 + components: + - type: Transform + pos: 16.5,48.5 + parent: 2 + - uid: 27948 + components: + - type: Transform + pos: 32.5,48.5 + parent: 2 + - uid: 27949 + components: + - type: Transform + pos: 39.5,48.5 + parent: 2 + - uid: 27950 + components: + - type: Transform + pos: 52.5,53.5 + parent: 2 + - uid: 27951 + components: + - type: Transform + pos: 49.5,56.5 + parent: 2 + - uid: 27952 + components: + - type: Transform + pos: 51.5,60.5 + parent: 2 + - uid: 27953 + components: + - type: Transform + pos: 48.5,65.5 + parent: 2 + - uid: 27954 + components: + - type: Transform + pos: 47.5,70.5 + parent: 2 + - uid: 27955 + components: + - type: Transform + pos: 42.5,70.5 + parent: 2 + - uid: 27956 + components: + - type: Transform + pos: 63.5,57.5 + parent: 2 + - uid: 27957 + components: + - type: Transform + pos: 64.5,52.5 + parent: 2 + - uid: 27958 + components: + - type: Transform + pos: 69.5,58.5 + parent: 2 + - uid: 27959 + components: + - type: Transform + pos: 71.5,63.5 + parent: 2 + - uid: 27960 + components: + - type: Transform + pos: 82.5,64.5 + parent: 2 + - uid: 27961 + components: + - type: Transform + pos: 80.5,55.5 + parent: 2 + - uid: 27962 + components: + - type: Transform + pos: 70.5,51.5 + parent: 2 + - uid: 27963 + components: + - type: Transform + pos: 72.5,44.5 + parent: 2 + - uid: 27964 + components: + - type: Transform + pos: 71.5,36.5 + parent: 2 + - uid: 27965 + components: + - type: Transform + pos: 80.5,37.5 + parent: 2 + - uid: 27967 + components: + - type: Transform + pos: 81.5,49.5 + parent: 2 + - uid: 27968 + components: + - type: Transform + pos: 71.5,27.5 + parent: 2 + - uid: 27969 + components: + - type: Transform + pos: 70.5,18.5 + parent: 2 + - uid: 27970 + components: + - type: Transform + pos: 71.5,12.5 + parent: 2 + - uid: 27971 + components: + - type: Transform + pos: 64.5,13.5 + parent: 2 + - uid: 27972 + components: + - type: Transform + pos: 56.5,12.5 + parent: 2 + - uid: 27973 + components: + - type: Transform + pos: 50.5,14.5 + parent: 2 + - uid: 27974 + components: + - type: Transform + pos: 50.5,5.5 + parent: 2 + - uid: 27975 + components: + - type: Transform + pos: 42.5,-13.5 + parent: 2 + - uid: 27976 + components: + - type: Transform + pos: 28.5,-15.5 + parent: 2 + - uid: 27977 + components: + - type: Transform + pos: 30.5,-10.5 + parent: 2 + - uid: 27978 + components: + - type: Transform + pos: 20.5,-18.5 + parent: 2 + - uid: 27979 + components: + - type: Transform + pos: 14.5,-19.5 + parent: 2 + - uid: 27980 + components: + - type: Transform + pos: 12.5,-12.5 + parent: 2 +- proto: RandomVendingDrinks + entities: + - uid: 2865 + components: + - type: Transform + pos: 49.5,15.5 + parent: 2 + - uid: 4938 + components: + - type: Transform + pos: 7.5,34.5 + parent: 2 + - uid: 7910 + components: + - type: Transform + pos: 68.5,65.5 + parent: 2 + - uid: 9584 + components: + - type: Transform + pos: 14.5,35.5 + parent: 2 +- proto: RandomVendingSnacks + entities: + - uid: 3532 + components: + - type: Transform + pos: 34.5,35.5 + parent: 2 + - uid: 4819 + components: + - type: Transform + pos: 20.5,46.5 + parent: 2 + - uid: 4937 + components: + - type: Transform + pos: 5.5,34.5 + parent: 2 + - uid: 7909 + components: + - type: Transform + pos: 68.5,55.5 + parent: 2 +- proto: RCD + entities: + - uid: 7257 + components: + - type: Transform + pos: 39.512955,62.561794 + parent: 2 +- proto: RCDAmmo + entities: + - uid: 7258 + components: + - type: Transform + pos: 39.62303,62.61683 + parent: 2 + - uid: 7259 + components: + - type: Transform + pos: 39.62303,62.61683 + parent: 2 +- proto: ReagentContainerFlourSmall + entities: + - uid: 4780 + components: + - type: Transform + pos: 17.504642,49.551785 + parent: 2 +- proto: ReagentContainerSugarSmall + entities: + - uid: 4950 + components: + - type: Transform + pos: 14.50634,46.657314 + parent: 2 +- proto: Recycler + entities: + - uid: 9577 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,21.5 + parent: 2 + - type: DeviceLinkSink + links: + - 7491 +- proto: ReinforcedPlasmaWindow + entities: + - uid: 2981 + components: + - type: Transform + pos: 51.5,25.5 + parent: 2 + - uid: 2982 + components: + - type: Transform + pos: 50.5,25.5 + parent: 2 + - uid: 2983 + components: + - type: Transform + pos: 53.5,25.5 + parent: 2 + - uid: 2984 + components: + - type: Transform + pos: 52.5,25.5 + parent: 2 + - uid: 3493 + components: + - type: Transform + pos: 29.5,75.5 + parent: 2 + - uid: 3494 + components: + - type: Transform + pos: 29.5,73.5 + parent: 2 + - uid: 3495 + components: + - type: Transform + pos: 29.5,79.5 + parent: 2 + - uid: 3496 + components: + - type: Transform + pos: 29.5,77.5 + parent: 2 + - uid: 3497 + components: + - type: Transform + pos: 29.5,81.5 + parent: 2 + - uid: 4222 + components: + - type: Transform + pos: 29.5,83.5 + parent: 2 + - uid: 6721 + components: + - type: Transform + pos: 39.5,85.5 + parent: 2 + - uid: 6723 + components: + - type: Transform + pos: 42.5,86.5 + parent: 2 + - uid: 6724 + components: + - type: Transform + pos: 38.5,87.5 + parent: 2 + - uid: 6726 + components: + - type: Transform + pos: 41.5,85.5 + parent: 2 + - uid: 6751 + components: + - type: Transform + pos: 38.5,86.5 + parent: 2 + - uid: 6752 + components: + - type: Transform + pos: 40.5,85.5 + parent: 2 + - uid: 6753 + components: + - type: Transform + pos: 42.5,87.5 + parent: 2 + - uid: 6775 + components: + - type: Transform + pos: 48.5,88.5 + parent: 2 + - uid: 6776 + components: + - type: Transform + pos: 49.5,88.5 + parent: 2 + - uid: 6777 + components: + - type: Transform + pos: 50.5,88.5 + parent: 2 + - uid: 6778 + components: + - type: Transform + pos: 51.5,88.5 + parent: 2 +- proto: ReinforcedUraniumWindow + entities: + - uid: 8884 + components: + - type: Transform + pos: 53.5,67.5 + parent: 2 + - uid: 8885 + components: + - type: Transform + pos: 52.5,67.5 + parent: 2 + - uid: 8886 + components: + - type: Transform + pos: 51.5,67.5 + parent: 2 +- proto: ReinforcedWindow + entities: + - uid: 3 + components: + - type: Transform + pos: 5.5,0.5 + parent: 2 + - uid: 19 + components: + - type: Transform + pos: 5.5,4.5 + parent: 2 + - uid: 21 + components: + - type: Transform + pos: 4.5,4.5 + parent: 2 + - uid: 24 + components: + - type: Transform + pos: 6.5,0.5 + parent: 2 + - uid: 32 + components: + - type: Transform + pos: 2.5,0.5 + parent: 2 + - uid: 34 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,7.5 + parent: 2 + - uid: 68 + components: + - type: Transform + pos: 4.5,11.5 + parent: 2 + - uid: 69 + components: + - type: Transform + pos: 3.5,11.5 + parent: 2 + - uid: 72 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,11.5 + parent: 2 + - uid: 77 + components: + - type: Transform + pos: 6.5,12.5 + parent: 2 + - uid: 111 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,24.5 + parent: 2 + - uid: 135 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,13.5 + parent: 2 + - uid: 136 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,12.5 + parent: 2 + - uid: 144 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,7.5 + parent: 2 + - uid: 145 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,7.5 + parent: 2 + - uid: 319 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-0.5 + parent: 2 + - uid: 480 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,31.5 + parent: 2 + - uid: 508 + components: + - type: Transform + pos: 14.5,11.5 + parent: 2 + - uid: 520 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,24.5 + parent: 2 + - uid: 521 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,26.5 + parent: 2 + - uid: 522 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,26.5 + parent: 2 + - uid: 594 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,26.5 + parent: 2 + - uid: 598 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,24.5 + parent: 2 + - uid: 600 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-0.5 + parent: 2 + - uid: 602 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-1.5 + parent: 2 + - uid: 604 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-3.5 + parent: 2 + - uid: 622 + components: + - type: Transform + pos: 14.5,29.5 + parent: 2 + - uid: 623 + components: + - type: Transform + pos: 14.5,28.5 + parent: 2 + - uid: 624 + components: + - type: Transform + pos: 14.5,31.5 + parent: 2 + - uid: 625 + components: + - type: Transform + pos: 14.5,30.5 + parent: 2 + - uid: 626 + components: + - type: Transform + pos: 14.5,33.5 + parent: 2 + - uid: 627 + components: + - type: Transform + pos: 14.5,32.5 + parent: 2 + - uid: 642 + components: + - type: Transform + pos: 34.5,28.5 + parent: 2 + - uid: 643 + components: + - type: Transform + pos: 34.5,29.5 + parent: 2 + - uid: 644 + components: + - type: Transform + pos: 34.5,30.5 + parent: 2 + - uid: 645 + components: + - type: Transform + pos: 34.5,31.5 + parent: 2 + - uid: 646 + components: + - type: Transform + pos: 34.5,32.5 + parent: 2 + - uid: 647 + components: + - type: Transform + pos: 34.5,33.5 + parent: 2 + - uid: 649 + components: + - type: Transform + pos: 17.5,35.5 + parent: 2 + - uid: 650 + components: + - type: Transform + pos: 18.5,35.5 + parent: 2 + - uid: 651 + components: + - type: Transform + pos: 19.5,35.5 + parent: 2 + - uid: 652 + components: + - type: Transform + pos: 20.5,35.5 + parent: 2 + - uid: 653 + components: + - type: Transform + pos: 21.5,35.5 + parent: 2 + - uid: 659 + components: + - type: Transform + pos: 27.5,35.5 + parent: 2 + - uid: 660 + components: + - type: Transform + pos: 28.5,35.5 + parent: 2 + - uid: 661 + components: + - type: Transform + pos: 29.5,35.5 + parent: 2 + - uid: 662 + components: + - type: Transform + pos: 30.5,35.5 + parent: 2 + - uid: 663 + components: + - type: Transform + pos: 31.5,35.5 + parent: 2 + - uid: 664 + components: + - type: Transform + pos: 32.5,35.5 + parent: 2 + - uid: 665 + components: + - type: Transform + pos: 16.5,35.5 + parent: 2 + - uid: 681 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-4.5 + parent: 2 + - uid: 685 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,11.5 + parent: 2 + - uid: 735 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,28.5 + parent: 2 + - uid: 736 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,29.5 + parent: 2 + - uid: 738 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,35.5 + parent: 2 + - uid: 740 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,35.5 + parent: 2 + - uid: 747 + components: + - type: Transform + pos: 26.5,15.5 + parent: 2 + - uid: 754 + components: + - type: Transform + pos: 25.5,15.5 + parent: 2 + - uid: 760 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,35.5 + parent: 2 + - uid: 761 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,31.5 + parent: 2 + - uid: 763 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,28.5 + parent: 2 + - uid: 764 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,29.5 + parent: 2 + - uid: 767 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,31.5 + parent: 2 + - uid: 768 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,31.5 + parent: 2 + - uid: 769 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,31.5 + parent: 2 + - uid: 770 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,35.5 + parent: 2 + - uid: 771 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,35.5 + parent: 2 + - uid: 772 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,31.5 + parent: 2 + - uid: 773 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,31.5 + parent: 2 + - uid: 774 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,31.5 + parent: 2 + - uid: 775 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,31.5 + parent: 2 + - uid: 781 + components: + - type: Transform + pos: 22.5,15.5 + parent: 2 + - uid: 816 + components: + - type: Transform + pos: 24.5,26.5 + parent: 2 + - uid: 819 + components: + - type: Transform + pos: 23.5,26.5 + parent: 2 + - uid: 822 + components: + - type: Transform + pos: 25.5,26.5 + parent: 2 + - uid: 826 + components: + - type: Transform + pos: 16.5,20.5 + parent: 2 + - uid: 869 + components: + - type: Transform + pos: 24.5,15.5 + parent: 2 + - uid: 1009 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,24.5 + parent: 2 + - uid: 1010 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,26.5 + parent: 2 + - uid: 1054 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,29.5 + parent: 2 + - uid: 1458 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,11.5 + parent: 2 + - uid: 1459 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,11.5 + parent: 2 + - uid: 1460 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,11.5 + parent: 2 + - uid: 1461 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,11.5 + parent: 2 + - uid: 1464 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,8.5 + parent: 2 + - uid: 1482 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,7.5 + parent: 2 + - uid: 1542 + components: + - type: Transform + pos: 19.5,5.5 + parent: 2 + - uid: 1552 + components: + - type: Transform + pos: 23.5,-5.5 + parent: 2 + - uid: 1553 + components: + - type: Transform + pos: 21.5,-5.5 + parent: 2 + - uid: 1659 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 82.5,66.5 + parent: 2 + - uid: 1660 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 81.5,66.5 + parent: 2 + - uid: 1662 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 83.5,66.5 + parent: 2 + - uid: 1670 + components: + - type: Transform + pos: 15.5,-10.5 + parent: 2 + - uid: 1671 + components: + - type: Transform + pos: 15.5,-11.5 + parent: 2 + - uid: 1672 + components: + - type: Transform + pos: 15.5,-12.5 + parent: 2 + - uid: 1673 + components: + - type: Transform + pos: 15.5,-6.5 + parent: 2 + - uid: 1674 + components: + - type: Transform + pos: 15.5,-7.5 + parent: 2 + - uid: 1675 + components: + - type: Transform + pos: 15.5,-8.5 + parent: 2 + - uid: 1689 + components: + - type: Transform + pos: -1.5,20.5 + parent: 2 + - uid: 1690 + components: + - type: Transform + pos: -1.5,19.5 + parent: 2 + - uid: 1692 + components: + - type: Transform + pos: -1.5,21.5 + parent: 2 + - uid: 1982 + components: + - type: Transform + pos: 1.5,28.5 + parent: 2 + - uid: 1983 + components: + - type: Transform + pos: 16.5,69.5 + parent: 2 + - uid: 2260 + components: + - type: Transform + pos: 34.5,5.5 + parent: 2 + - uid: 2263 + components: + - type: Transform + pos: 40.5,10.5 + parent: 2 + - uid: 2271 + components: + - type: Transform + pos: 35.5,11.5 + parent: 2 + - uid: 2279 + components: + - type: Transform + pos: 37.5,11.5 + parent: 2 + - uid: 2280 + components: + - type: Transform + pos: 36.5,11.5 + parent: 2 + - uid: 2299 + components: + - type: Transform + pos: 38.5,11.5 + parent: 2 + - uid: 2302 + components: + - type: Transform + pos: 39.5,6.5 + parent: 2 + - uid: 2368 + components: + - type: Transform + pos: 48.5,5.5 + parent: 2 + - uid: 2369 + components: + - type: Transform + pos: 46.5,5.5 + parent: 2 + - uid: 2466 + components: + - type: Transform + pos: 56.5,-6.5 + parent: 2 + - uid: 2467 + components: + - type: Transform + pos: 53.5,-6.5 + parent: 2 + - uid: 2468 + components: + - type: Transform + pos: 54.5,-6.5 + parent: 2 + - uid: 2469 + components: + - type: Transform + pos: 55.5,-6.5 + parent: 2 + - uid: 2526 + components: + - type: Transform + pos: 50.5,-7.5 + parent: 2 + - uid: 2527 + components: + - type: Transform + pos: 49.5,-7.5 + parent: 2 + - uid: 2528 + components: + - type: Transform + pos: 48.5,-7.5 + parent: 2 + - uid: 2529 + components: + - type: Transform + pos: 47.5,-7.5 + parent: 2 + - uid: 2863 + components: + - type: Transform + pos: 38.5,20.5 + parent: 2 + - uid: 2870 + components: + - type: Transform + pos: 38.5,16.5 + parent: 2 + - uid: 2886 + components: + - type: Transform + pos: 38.5,19.5 + parent: 2 + - uid: 2887 + components: + - type: Transform + pos: 38.5,17.5 + parent: 2 + - uid: 2897 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,17.5 + parent: 2 + - uid: 2898 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,20.5 + parent: 2 + - uid: 2904 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,27.5 + parent: 2 + - uid: 2910 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,31.5 + parent: 2 + - uid: 2911 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,30.5 + parent: 2 + - uid: 2921 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,25.5 + parent: 2 + - uid: 2923 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,27.5 + parent: 2 + - uid: 2936 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,17.5 + parent: 2 + - uid: 2938 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,21.5 + parent: 2 + - uid: 2941 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,19.5 + parent: 2 + - uid: 2943 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,18.5 + parent: 2 + - uid: 3019 + components: + - type: Transform + pos: 48.5,33.5 + parent: 2 + - uid: 3063 + components: + - type: Transform + pos: 52.5,37.5 + parent: 2 + - uid: 3065 + components: + - type: Transform + pos: 51.5,37.5 + parent: 2 + - uid: 3092 + components: + - type: Transform + pos: 48.5,32.5 + parent: 2 + - uid: 3204 + components: + - type: Transform + pos: 58.5,19.5 + parent: 2 + - uid: 3210 + components: + - type: Transform + pos: 57.5,19.5 + parent: 2 + - uid: 3216 + components: + - type: Transform + pos: 55.5,19.5 + parent: 2 + - uid: 3240 + components: + - type: Transform + pos: 54.5,19.5 + parent: 2 + - uid: 3400 + components: + - type: Transform + pos: 16.5,70.5 + parent: 2 + - uid: 3405 + components: + - type: Transform + pos: 16.5,71.5 + parent: 2 + - uid: 3421 + components: + - type: Transform + pos: 16.5,68.5 + parent: 2 + - uid: 3422 + components: + - type: Transform + pos: 16.5,76.5 + parent: 2 + - uid: 3423 + components: + - type: Transform + pos: 16.5,74.5 + parent: 2 + - uid: 3424 + components: + - type: Transform + pos: 16.5,75.5 + parent: 2 + - uid: 3425 + components: + - type: Transform + pos: 16.5,73.5 + parent: 2 + - uid: 3485 + components: + - type: Transform + pos: 16.5,79.5 + parent: 2 + - uid: 3487 + components: + - type: Transform + pos: 16.5,81.5 + parent: 2 + - uid: 3488 + components: + - type: Transform + pos: 16.5,78.5 + parent: 2 + - uid: 3492 + components: + - type: Transform + pos: 16.5,80.5 + parent: 2 + - uid: 4264 + components: + - type: Transform + pos: 80.5,46.5 + parent: 2 + - uid: 4265 + components: + - type: Transform + pos: 80.5,45.5 + parent: 2 + - uid: 4266 + components: + - type: Transform + pos: 80.5,50.5 + parent: 2 + - uid: 4267 + components: + - type: Transform + pos: 80.5,44.5 + parent: 2 + - uid: 4268 + components: + - type: Transform + pos: 80.5,49.5 + parent: 2 + - uid: 4274 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,58.5 + parent: 2 + - uid: 4275 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,59.5 + parent: 2 + - uid: 4276 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,57.5 + parent: 2 + - uid: 4286 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,39.5 + parent: 2 + - uid: 4291 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,39.5 + parent: 2 + - uid: 4293 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,39.5 + parent: 2 + - uid: 4295 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,39.5 + parent: 2 + - uid: 4296 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,39.5 + parent: 2 + - uid: 4298 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,39.5 + parent: 2 + - uid: 4301 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,39.5 + parent: 2 + - uid: 4318 + components: + - type: Transform + pos: 32.5,56.5 + parent: 2 + - uid: 4319 + components: + - type: Transform + pos: 33.5,56.5 + parent: 2 + - uid: 4320 + components: + - type: Transform + pos: 31.5,56.5 + parent: 2 + - uid: 4391 + components: + - type: Transform + pos: 22.5,63.5 + parent: 2 + - uid: 4489 + components: + - type: Transform + pos: 30.5,56.5 + parent: 2 + - uid: 4491 + components: + - type: Transform + pos: 29.5,56.5 + parent: 2 + - uid: 4493 + components: + - type: Transform + pos: 28.5,56.5 + parent: 2 + - uid: 4845 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,33.5 + parent: 2 + - uid: 4847 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,34.5 + parent: 2 + - uid: 4852 + components: + - type: Transform + pos: 7.5,39.5 + parent: 2 + - uid: 4853 + components: + - type: Transform + pos: 38.5,-13.5 + parent: 2 + - uid: 4855 + components: + - type: Transform + pos: 5.5,39.5 + parent: 2 + - uid: 4856 + components: + - type: Transform + pos: 4.5,39.5 + parent: 2 + - uid: 4857 + components: + - type: Transform + pos: 3.5,39.5 + parent: 2 + - uid: 4881 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,32.5 + parent: 2 + - uid: 4882 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,31.5 + parent: 2 + - uid: 4903 + components: + - type: Transform + pos: 40.5,-13.5 + parent: 2 + - uid: 4963 + components: + - type: Transform + pos: 28.5,59.5 + parent: 2 + - uid: 4964 + components: + - type: Transform + pos: 29.5,59.5 + parent: 2 + - uid: 4965 + components: + - type: Transform + pos: 30.5,59.5 + parent: 2 + - uid: 4966 + components: + - type: Transform + pos: 31.5,59.5 + parent: 2 + - uid: 4967 + components: + - type: Transform + pos: 32.5,59.5 + parent: 2 + - uid: 4968 + components: + - type: Transform + pos: 33.5,59.5 + parent: 2 + - uid: 4984 + components: + - type: Transform + pos: -1.5,22.5 + parent: 2 + - uid: 5010 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,77.5 + parent: 2 + - uid: 5011 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,76.5 + parent: 2 + - uid: 5012 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,73.5 + parent: 2 + - uid: 5016 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,69.5 + parent: 2 + - uid: 5018 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,69.5 + parent: 2 + - uid: 5020 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,68.5 + parent: 2 + - uid: 5022 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,67.5 + parent: 2 + - uid: 5028 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,71.5 + parent: 2 + - uid: 5031 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,73.5 + parent: 2 + - uid: 5033 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,71.5 + parent: 2 + - uid: 5034 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,66.5 + parent: 2 + - uid: 5035 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,82.5 + parent: 2 + - uid: 5036 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,81.5 + parent: 2 + - uid: 5037 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,71.5 + parent: 2 + - uid: 5038 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,79.5 + parent: 2 + - uid: 5039 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,69.5 + parent: 2 + - uid: 5040 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,79.5 + parent: 2 + - uid: 5066 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,75.5 + parent: 2 + - uid: 5067 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,79.5 + parent: 2 + - uid: 5068 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,77.5 + parent: 2 + - uid: 5069 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,77.5 + parent: 2 + - uid: 5070 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,74.5 + parent: 2 + - uid: 5071 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,73.5 + parent: 2 + - uid: 5072 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,81.5 + parent: 2 + - uid: 5073 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,81.5 + parent: 2 + - uid: 5074 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,83.5 + parent: 2 + - uid: 5091 + components: + - type: Transform + pos: 10.5,21.5 + parent: 2 + - uid: 5092 + components: + - type: Transform + pos: 10.5,20.5 + parent: 2 + - uid: 5095 + components: + - type: Transform + pos: 10.5,23.5 + parent: 2 + - uid: 5100 + components: + - type: Transform + pos: 28.5,-20.5 + parent: 2 + - uid: 5102 + components: + - type: Transform + pos: 29.5,-20.5 + parent: 2 + - uid: 5109 + components: + - type: Transform + pos: 26.5,-20.5 + parent: 2 + - uid: 5123 + components: + - type: Transform + pos: 16.5,-20.5 + parent: 2 + - uid: 5128 + components: + - type: Transform + pos: 33.5,-18.5 + parent: 2 + - uid: 5130 + components: + - type: Transform + pos: 33.5,-17.5 + parent: 2 + - uid: 5302 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,68.5 + parent: 2 + - uid: 5305 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,68.5 + parent: 2 + - uid: 5306 + components: + - type: Transform + pos: 32.5,68.5 + parent: 2 + - uid: 5433 + components: + - type: Transform + pos: 76.5,18.5 + parent: 2 + - uid: 5441 + components: + - type: Transform + pos: 76.5,16.5 + parent: 2 + - uid: 5467 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 79.5,22.5 + parent: 2 + - uid: 5477 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 78.5,22.5 + parent: 2 + - uid: 5494 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 82.5,17.5 + parent: 2 + - uid: 5495 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 82.5,16.5 + parent: 2 + - uid: 5496 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 82.5,18.5 + parent: 2 + - uid: 5508 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 79.5,20.5 + parent: 2 + - uid: 5509 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 78.5,20.5 + parent: 2 + - uid: 5515 + components: + - type: Transform + pos: 73.5,21.5 + parent: 2 + - uid: 5516 + components: + - type: Transform + pos: 73.5,13.5 + parent: 2 + - uid: 5530 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 84.5,16.5 + parent: 2 + - uid: 5531 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 84.5,17.5 + parent: 2 + - uid: 5532 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 84.5,18.5 + parent: 2 + - uid: 5591 + components: + - type: Transform + pos: 34.5,68.5 + parent: 2 + - uid: 5593 + components: + - type: Transform + pos: 39.5,70.5 + parent: 2 + - uid: 5618 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 84.5,31.5 + parent: 2 + - uid: 5620 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 84.5,37.5 + parent: 2 + - uid: 5621 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 84.5,36.5 + parent: 2 + - uid: 5622 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 84.5,38.5 + parent: 2 + - uid: 5624 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 84.5,42.5 + parent: 2 + - uid: 5626 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 85.5,42.5 + parent: 2 + - uid: 5628 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 84.5,44.5 + parent: 2 + - uid: 5629 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 84.5,45.5 + parent: 2 + - uid: 5631 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 85.5,49.5 + parent: 2 + - uid: 5632 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 84.5,49.5 + parent: 2 + - uid: 5633 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 84.5,47.5 + parent: 2 + - uid: 5654 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 85.5,47.5 + parent: 2 + - uid: 5660 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 86.5,47.5 + parent: 2 + - uid: 5661 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 86.5,49.5 + parent: 2 + - uid: 5664 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 86.5,42.5 + parent: 2 + - uid: 5665 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 86.5,40.5 + parent: 2 + - uid: 5666 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 85.5,40.5 + parent: 2 + - uid: 5667 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 84.5,40.5 + parent: 2 + - uid: 5683 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 74.5,29.5 + parent: 2 + - uid: 5684 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 76.5,29.5 + parent: 2 + - uid: 5685 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 75.5,29.5 + parent: 2 + - uid: 5686 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,27.5 + parent: 2 + - uid: 5687 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,28.5 + parent: 2 + - uid: 5688 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 76.5,25.5 + parent: 2 + - uid: 5689 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,26.5 + parent: 2 + - uid: 5690 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 74.5,25.5 + parent: 2 + - uid: 5691 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 75.5,25.5 + parent: 2 + - uid: 5701 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,26.5 + parent: 2 + - uid: 5702 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,27.5 + parent: 2 + - uid: 5703 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,28.5 + parent: 2 + - uid: 5745 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 78.5,43.5 + parent: 2 + - uid: 5746 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 79.5,43.5 + parent: 2 + - uid: 5748 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,46.5 + parent: 2 + - uid: 5749 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,45.5 + parent: 2 + - uid: 5750 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,44.5 + parent: 2 + - uid: 5751 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,50.5 + parent: 2 + - uid: 5752 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,49.5 + parent: 2 + - uid: 5753 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,48.5 + parent: 2 + - uid: 5809 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 84.5,30.5 + parent: 2 + - uid: 5813 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 84.5,33.5 + parent: 2 + - uid: 5828 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 84.5,34.5 + parent: 2 + - uid: 6488 + components: + - type: Transform + pos: 51.5,58.5 + parent: 2 + - uid: 6489 + components: + - type: Transform + pos: 50.5,58.5 + parent: 2 + - uid: 6531 + components: + - type: Transform + pos: 42.5,66.5 + parent: 2 + - uid: 6536 + components: + - type: Transform + pos: 42.5,64.5 + parent: 2 + - uid: 6620 + components: + - type: Transform + pos: 39.5,67.5 + parent: 2 + - uid: 6621 + components: + - type: Transform + pos: 40.5,74.5 + parent: 2 + - uid: 6624 + components: + - type: Transform + pos: 40.5,67.5 + parent: 2 + - uid: 6632 + components: + - type: Transform + pos: 40.5,75.5 + parent: 2 + - uid: 6637 + components: + - type: Transform + pos: 40.5,76.5 + parent: 2 + - uid: 6647 + components: + - type: Transform + pos: 31.5,73.5 + parent: 2 + - uid: 6648 + components: + - type: Transform + pos: 31.5,72.5 + parent: 2 + - uid: 6649 + components: + - type: Transform + pos: 31.5,75.5 + parent: 2 + - uid: 6650 + components: + - type: Transform + pos: 31.5,74.5 + parent: 2 + - uid: 6651 + components: + - type: Transform + pos: 31.5,77.5 + parent: 2 + - uid: 6652 + components: + - type: Transform + pos: 31.5,76.5 + parent: 2 + - uid: 6653 + components: + - type: Transform + pos: 31.5,78.5 + parent: 2 + - uid: 6654 + components: + - type: Transform + pos: 31.5,79.5 + parent: 2 + - uid: 6655 + components: + - type: Transform + pos: 33.5,68.5 + parent: 2 + - uid: 6656 + components: + - type: Transform + pos: 38.5,70.5 + parent: 2 + - uid: 6657 + components: + - type: Transform + pos: 40.5,70.5 + parent: 2 + - uid: 6658 + components: + - type: Transform + pos: 36.5,70.5 + parent: 2 + - uid: 6659 + components: + - type: Transform + pos: 37.5,70.5 + parent: 2 + - uid: 6660 + components: + - type: Transform + pos: 33.5,70.5 + parent: 2 + - uid: 6661 + components: + - type: Transform + pos: 34.5,70.5 + parent: 2 + - uid: 6662 + components: + - type: Transform + pos: 35.5,70.5 + parent: 2 + - uid: 6664 + components: + - type: Transform + pos: 32.5,70.5 + parent: 2 + - uid: 6670 + components: + - type: Transform + pos: 31.5,80.5 + parent: 2 + - uid: 6672 + components: + - type: Transform + pos: 31.5,71.5 + parent: 2 + - uid: 6682 + components: + - type: Transform + pos: 31.5,81.5 + parent: 2 + - uid: 6683 + components: + - type: Transform + pos: 31.5,82.5 + parent: 2 + - uid: 6684 + components: + - type: Transform + pos: 31.5,83.5 + parent: 2 + - uid: 6698 + components: + - type: Transform + pos: 31.5,84.5 + parent: 2 + - uid: 6700 + components: + - type: Transform + pos: 31.5,85.5 + parent: 2 + - uid: 6702 + components: + - type: Transform + pos: 31.5,86.5 + parent: 2 + - uid: 6703 + components: + - type: Transform + pos: 36.5,85.5 + parent: 2 + - uid: 6705 + components: + - type: Transform + pos: 31.5,87.5 + parent: 2 + - uid: 6706 + components: + - type: Transform + pos: 37.5,83.5 + parent: 2 + - uid: 6707 + components: + - type: Transform + pos: 36.5,86.5 + parent: 2 + - uid: 6708 + components: + - type: Transform + pos: 39.5,83.5 + parent: 2 + - uid: 6709 + components: + - type: Transform + pos: 38.5,83.5 + parent: 2 + - uid: 6710 + components: + - type: Transform + pos: 36.5,84.5 + parent: 2 + - uid: 6715 + components: + - type: Transform + pos: 40.5,83.5 + parent: 2 + - uid: 6716 + components: + - type: Transform + pos: 41.5,83.5 + parent: 2 + - uid: 6717 + components: + - type: Transform + pos: 42.5,83.5 + parent: 2 + - uid: 6718 + components: + - type: Transform + pos: 43.5,83.5 + parent: 2 + - uid: 6729 + components: + - type: Transform + pos: 44.5,87.5 + parent: 2 + - uid: 6737 + components: + - type: Transform + pos: 36.5,87.5 + parent: 2 + - uid: 6758 + components: + - type: Transform + pos: 44.5,85.5 + parent: 2 + - uid: 6759 + components: + - type: Transform + pos: 44.5,86.5 + parent: 2 + - uid: 6760 + components: + - type: Transform + pos: 44.5,84.5 + parent: 2 + - uid: 6762 + components: + - type: Transform + pos: 32.5,88.5 + parent: 2 + - uid: 6763 + components: + - type: Transform + pos: 33.5,88.5 + parent: 2 + - uid: 6764 + components: + - type: Transform + pos: 34.5,88.5 + parent: 2 + - uid: 6765 + components: + - type: Transform + pos: 35.5,88.5 + parent: 2 + - uid: 6798 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,82.5 + parent: 2 + - uid: 6799 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,83.5 + parent: 2 + - uid: 7090 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 84.5,52.5 + parent: 2 + - uid: 7200 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 84.5,53.5 + parent: 2 + - uid: 7566 + components: + - type: Transform + pos: 30.5,-20.5 + parent: 2 + - uid: 7573 + components: + - type: Transform + pos: 17.5,-20.5 + parent: 2 + - uid: 7574 + components: + - type: Transform + pos: 27.5,-20.5 + parent: 2 + - uid: 7575 + components: + - type: Transform + pos: 15.5,-20.5 + parent: 2 + - uid: 7576 + components: + - type: Transform + pos: 25.5,-20.5 + parent: 2 + - uid: 7583 + components: + - type: Transform + pos: 33.5,-19.5 + parent: 2 + - uid: 7601 + components: + - type: Transform + pos: 59.5,-12.5 + parent: 2 + - uid: 7620 + components: + - type: Transform + pos: 59.5,-13.5 + parent: 2 + - uid: 7626 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,-15.5 + parent: 2 + - uid: 7627 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,-15.5 + parent: 2 + - uid: 7640 + components: + - type: Transform + pos: 18.5,11.5 + parent: 2 + - uid: 7862 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 84.5,60.5 + parent: 2 + - uid: 7864 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 84.5,59.5 + parent: 2 + - uid: 7868 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 86.5,59.5 + parent: 2 + - uid: 7870 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 84.5,61.5 + parent: 2 + - uid: 7877 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 69.5,66.5 + parent: 2 + - uid: 7880 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 71.5,66.5 + parent: 2 + - uid: 7882 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,66.5 + parent: 2 + - uid: 7915 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 86.5,60.5 + parent: 2 + - uid: 7916 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 86.5,58.5 + parent: 2 + - uid: 7917 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 85.5,58.5 + parent: 2 + - uid: 7918 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 86.5,62.5 + parent: 2 + - uid: 7919 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 85.5,62.5 + parent: 2 + - uid: 7920 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 86.5,61.5 + parent: 2 + - uid: 7921 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 87.5,62.5 + parent: 2 + - uid: 7922 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 87.5,58.5 + parent: 2 + - uid: 7932 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 84.5,56.5 + parent: 2 + - uid: 7933 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 85.5,56.5 + parent: 2 + - uid: 7934 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 86.5,56.5 + parent: 2 + - uid: 7935 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 87.5,56.5 + parent: 2 + - uid: 7936 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 84.5,64.5 + parent: 2 + - uid: 7937 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 85.5,64.5 + parent: 2 + - uid: 7938 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 86.5,64.5 + parent: 2 + - uid: 7939 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 87.5,64.5 + parent: 2 + - uid: 8056 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 77.5,70.5 + parent: 2 + - uid: 8190 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,46.5 + parent: 2 + - uid: 8289 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 76.5,73.5 + parent: 2 + - uid: 8379 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,42.5 + parent: 2 + - uid: 8384 + components: + - type: Transform + pos: 24.5,43.5 + parent: 2 + - uid: 8408 + components: + - type: Transform + pos: 23.5,63.5 + parent: 2 + - uid: 8631 + components: + - type: Transform + pos: 67.5,1.5 + parent: 2 + - uid: 8647 + components: + - type: Transform + pos: 80.5,48.5 + parent: 2 + - uid: 8882 + components: + - type: Transform + pos: 38.5,36.5 + parent: 2 + - uid: 9500 + components: + - type: Transform + pos: 69.5,1.5 + parent: 2 + - uid: 9566 + components: + - type: Transform + pos: 59.5,-14.5 + parent: 2 + - uid: 9628 + components: + - type: Transform + pos: 20.5,-6.5 + parent: 2 + - uid: 9629 + components: + - type: Transform + pos: 17.5,-11.5 + parent: 2 + - uid: 9640 + components: + - type: Transform + pos: 20.5,-7.5 + parent: 2 + - uid: 9643 + components: + - type: Transform + pos: 19.5,-9.5 + parent: 2 + - uid: 9645 + components: + - type: Transform + pos: 20.5,-8.5 + parent: 2 + - uid: 9684 + components: + - type: Transform + pos: 17.5,-12.5 + parent: 2 + - uid: 9691 + components: + - type: Transform + pos: 17.5,-10.5 + parent: 2 + - uid: 9705 + components: + - type: Transform + pos: 21.5,-12.5 + parent: 2 + - uid: 9805 + components: + - type: Transform + pos: 21.5,-10.5 + parent: 2 + - uid: 10359 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,41.5 + parent: 2 + - uid: 10527 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,42.5 + parent: 2 + - uid: 10566 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,44.5 + parent: 2 + - uid: 10760 + components: + - type: Transform + pos: 50.5,-19.5 + parent: 2 + - uid: 10761 + components: + - type: Transform + pos: 52.5,-19.5 + parent: 2 + - uid: 14245 + components: + - type: Transform + pos: 19.5,-30.5 + parent: 2 + - uid: 14250 + components: + - type: Transform + pos: 20.5,-30.5 + parent: 2 + - uid: 14251 + components: + - type: Transform + pos: 25.5,-30.5 + parent: 2 + - uid: 14252 + components: + - type: Transform + pos: 26.5,-30.5 + parent: 2 + - uid: 14267 + components: + - type: Transform + pos: 18.5,-30.5 + parent: 2 + - uid: 14268 + components: + - type: Transform + pos: 17.5,-30.5 + parent: 2 + - uid: 14269 + components: + - type: Transform + pos: 27.5,-30.5 + parent: 2 + - uid: 14270 + components: + - type: Transform + pos: 28.5,-30.5 + parent: 2 + - uid: 14279 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-34.5 + parent: 2 + - uid: 14280 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-34.5 + parent: 2 + - uid: 14281 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-34.5 + parent: 2 + - uid: 14282 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-34.5 + parent: 2 + - uid: 14283 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-34.5 + parent: 2 + - uid: 14285 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-34.5 + parent: 2 + - uid: 14350 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-34.5 + parent: 2 + - uid: 14351 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-34.5 + parent: 2 + - uid: 14352 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-34.5 + parent: 2 + - uid: 14758 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 79.5,70.5 + parent: 2 + - uid: 14759 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 78.5,70.5 + parent: 2 + - uid: 14761 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 76.5,71.5 + parent: 2 + - uid: 14763 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 76.5,72.5 + parent: 2 + - uid: 14769 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 72.5,73.5 + parent: 2 + - uid: 14770 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 72.5,71.5 + parent: 2 + - uid: 14771 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 72.5,72.5 + parent: 2 + - uid: 14940 + components: + - type: Transform + pos: 54.5,-15.5 + parent: 2 + - uid: 14941 + components: + - type: Transform + pos: 55.5,-15.5 + parent: 2 + - uid: 14942 + components: + - type: Transform + pos: 56.5,-15.5 + parent: 2 + - uid: 14943 + components: + - type: Transform + pos: 57.5,-15.5 + parent: 2 + - uid: 14944 + components: + - type: Transform + pos: 58.5,-15.5 + parent: 2 +- proto: RemoteSignaller + entities: + - uid: 584 + components: + - type: MetaData + desc: ТОЛЬКО ВО ВРЕМЯ ЧС! Используется для изоляции отдела во время чрезвычайных ситуаций. Его использование требует последующей документации. + name: 'аварийные гермозатворы: карго' + - type: Transform + rot: 12.566370614359172 rad + pos: 1.6283355,3.5030973 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 583: + - Pressed: Toggle + 582: + - Pressed: Toggle + 581: + - Pressed: Toggle + 59: + - Pressed: DoorBolt + 180: + - Pressed: DoorBolt + - uid: 587 + components: + - type: MetaData + desc: ТОЛЬКО ВО ВРЕМЯ ЧС! Используется для изоляции отдела во время чрезвычайных ситуаций. Его использование требует последующей документации. + name: 'аварийные гермозатворы: мостик' + - type: Transform + parent: 957 + - type: DeviceLinkSource + linkedPorts: + 1444: + - Pressed: Toggle + 1019: + - Pressed: Toggle + 1021: + - Pressed: Toggle + 1022: + - Pressed: Toggle + 1023: + - Pressed: Toggle + 1024: + - Pressed: Toggle + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 2557 + components: + - type: MetaData + desc: ТОЛЬКО ВО ВРЕМЯ ЧС! Используется для изоляции отдела во время чрезвычайных ситуаций. Его использование требует последующей документации. + name: 'аварийные гермозатворы: мед отсек' + - type: Transform + parent: 2594 + - type: DeviceLinkSource + linkedPorts: + 5772: + - Pressed: Toggle + 5774: + - Pressed: Toggle + 6301: + - Pressed: Toggle + 6300: + - Pressed: Toggle + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 3046 + components: + - type: MetaData + desc: ТОЛЬКО ВО ВРЕМЯ ЧС! Используется для изоляции отдела во время чрезвычайных ситуаций. Его использование требует последующей документации. + name: 'аварийные гермозатворы: СБ' + - type: Transform + parent: 3340 + - type: DeviceLinkSource + linkedPorts: + 4167: + - Pressed: Toggle + 4166: + - Pressed: Toggle + 4165: + - Pressed: Toggle + 4169: + - Pressed: Toggle + 4168: + - Pressed: Toggle + 4170: + - Pressed: Toggle + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 9858 + components: + - type: MetaData + desc: ТОЛЬКО ВО ВРЕМЯ ЧС! Используется для изоляции отдела во время чрезвычайных ситуаций. Его использование требует последующей документации. + name: 'аварийные гермозатворы: НИО' + - type: Transform + parent: 1667 + - type: DeviceLinkSource + linkedPorts: + 7676: + - Pressed: Toggle + 7675: + - Pressed: Toggle + 1799: + - Pressed: Toggle + 1800: + - Pressed: Toggle + 1803: + - Pressed: Toggle + 1804: + - Pressed: Toggle + 1805: + - Pressed: Toggle + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ResearchAndDevelopmentServer + entities: + - uid: 1493 + components: + - type: Transform + pos: 15.5,6.5 + parent: 2 +- proto: Retractor + entities: + - uid: 2639 + components: + - type: Transform + pos: 50.50245,-8.393928 + parent: 2 +- proto: RevolverCapGunFake + entities: + - uid: 9673 + components: + - type: Transform + parent: 9671 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: RollerBed + entities: + - uid: 2611 + components: + - type: Transform + pos: 35.5,2.5 + parent: 2 + - uid: 2612 + components: + - type: Transform + pos: 35.5,3.5 + parent: 2 +- proto: RollerBedSpawnFolded + entities: + - uid: 2666 + components: + - type: Transform + pos: 38.490265,8.687768 + parent: 2 +- proto: RubberStampApproved + entities: + - uid: 6553 + components: + - type: Transform + pos: 8.426081,9.454671 + parent: 2 +- proto: RubberStampDenied + entities: + - uid: 6551 + components: + - type: Transform + pos: 8.722956,9.704671 + parent: 2 +- proto: SalvageMagnet + entities: + - uid: 9751 + components: + - type: Transform + pos: -2.5,17.5 + parent: 2 +- proto: Saw + entities: + - uid: 8299 + components: + - type: Transform + pos: 59.605614,39.51858 + parent: 2 +- proto: Scalpel + entities: + - uid: 2582 + components: + - type: Transform + pos: 49.51219,-8.302678 + parent: 2 +- proto: Screen + entities: + - uid: 880 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,46.5 + parent: 2 + - uid: 890 + components: + - type: Transform + pos: 80.5,41.5 + parent: 2 + - uid: 1487 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,21.5 + parent: 2 + - uid: 1572 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,44.5 + parent: 2 + - uid: 1590 + components: + - type: Transform + pos: 69.5,24.5 + parent: 2 + - uid: 1625 + components: + - type: Transform + pos: 68.5,15.5 + parent: 2 + - uid: 1802 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,23.5 + parent: 2 + - uid: 3175 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,23.5 + parent: 2 + - uid: 3177 + components: + - type: Transform + pos: 45.5,5.5 + parent: 2 + - uid: 3178 + components: + - type: Transform + pos: 46.5,11.5 + parent: 2 + - uid: 3179 + components: + - type: Transform + pos: 79.5,63.5 + parent: 2 + - uid: 3180 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,37.5 + parent: 2 + - uid: 3475 + components: + - type: Transform + pos: 43.5,77.5 + parent: 2 + - uid: 3551 + components: + - type: Transform + pos: 25.5,-12.5 + parent: 2 + - uid: 4252 + components: + - type: Transform + pos: 25.5,6.5 + parent: 2 + - uid: 4284 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,33.5 + parent: 2 + - uid: 5312 + components: + - type: Transform + pos: 56.5,11.5 + parent: 2 + - uid: 5313 + components: + - type: Transform + pos: 69.5,37.5 + parent: 2 + - uid: 6541 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,45.5 + parent: 2 + - uid: 6544 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,17.5 + parent: 2 + - uid: 6545 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,4.5 + parent: 2 + - uid: 6547 + components: + - type: Transform + pos: 44.5,52.5 + parent: 2 + - uid: 6548 + components: + - type: Transform + pos: 34.5,45.5 + parent: 2 + - uid: 6554 + components: + - type: Transform + pos: 73.5,57.5 + parent: 2 + - uid: 6556 + components: + - type: Transform + pos: 47.5,63.5 + parent: 2 + - uid: 6559 + components: + - type: Transform + pos: 59.5,54.5 + parent: 2 +- proto: SecurityTechFab + entities: + - uid: 3145 + components: + - type: Transform + pos: 52.5,26.5 + parent: 2 +- proto: SeedExtractor + entities: + - uid: 3119 + components: + - type: Transform + pos: 54.5,43.5 + parent: 2 + - uid: 4480 + components: + - type: Transform + pos: 14.5,42.5 + parent: 2 + - uid: 9513 + components: + - type: Transform + pos: 67.5,30.5 + parent: 2 +- proto: SeismicCharge + entities: + - uid: 14400 + components: + - type: Transform + pos: 20.796274,-33.424324 + parent: 2 +- proto: ShardGlass + entities: + - uid: 5271 + components: + - type: Transform + pos: 32.344322,65.459076 + parent: 2 +- proto: ShardGlassPlasma + entities: + - uid: 9604 + components: + - type: Transform + pos: 27.087267,-7.50756 + parent: 2 +- proto: SheetGlass + entities: + - uid: 1603 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,-17.5 + parent: 2 + - uid: 1751 + components: + - type: Transform + pos: 20.607819,10.588506 + parent: 2 + - uid: 1752 + components: + - type: Transform + pos: 20.607819,10.588506 + parent: 2 + - uid: 2848 + components: + - type: Transform + pos: 47.538254,0.6209959 + parent: 2 + - uid: 6976 + components: + - type: Transform + pos: 45.532856,70.43353 + parent: 2 + - uid: 6977 + components: + - type: Transform + pos: 40.29848,66.59654 + parent: 2 + - uid: 10624 + components: + - type: Transform + pos: 9.465618,40.589634 + parent: 2 + - uid: 14792 + components: + - type: Transform + pos: 77.56167,69.35399 + parent: 2 +- proto: SheetPlasma + entities: + - uid: 921 + components: + - type: Transform + parent: 920 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: SheetPlasma1 + entities: + - uid: 4742 + components: + - type: Transform + pos: 44.625652,8.534859 + parent: 2 +- proto: SheetPlasteel + entities: + - uid: 6975 + components: + - type: Transform + pos: 45.755814,70.23653 + parent: 2 +- proto: SheetPlastic + entities: + - uid: 1749 + components: + - type: Transform + pos: 21.545319,10.619756 + parent: 2 + - uid: 1750 + components: + - type: Transform + pos: 21.545319,10.619756 + parent: 2 + - uid: 2868 + components: + - type: Transform + pos: 67.401024,41.528034 + parent: 2 +- proto: SheetSteel + entities: + - uid: 1753 + components: + - type: Transform + pos: 20.529694,9.635381 + parent: 2 + - uid: 1754 + components: + - type: Transform + pos: 20.529694,9.635381 + parent: 2 + - uid: 2847 + components: + - type: Transform + pos: 47.501564,0.60265005 + parent: 2 + - uid: 4743 + components: + - type: Transform + pos: 67.63266,41.476616 + parent: 2 + - uid: 7186 + components: + - type: Transform + pos: 43.39353,69.51233 + parent: 2 + - uid: 7187 + components: + - type: Transform + pos: 48.678658,71.38617 + parent: 2 + - uid: 7188 + components: + - type: Transform + pos: 48.45851,71.45955 + parent: 2 + - uid: 8050 + components: + - type: Transform + pos: 79.469795,69.60399 + parent: 2 + - uid: 8639 + components: + - type: Transform + pos: 40.01845,80.53406 + parent: 2 + - uid: 14955 + components: + - type: Transform + pos: 52.499634,26.451065 + parent: 2 +- proto: SheetSteel10 + entities: + - uid: 5298 + components: + - type: Transform + pos: 29.514563,60.53943 + parent: 2 +- proto: SheetUranium + entities: + - uid: 922 + components: + - type: Transform + parent: 920 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: Shovel + entities: + - uid: 170 + components: + - type: Transform + pos: 4.644513,12.571895 + parent: 2 +- proto: ShuttersFrame + entities: + - uid: 9882 + components: + - type: Transform + pos: 29.5,-9.5 + parent: 2 +- proto: ShuttersNormal + entities: + - uid: 914 + components: + - type: Transform + pos: 31.5,15.5 + parent: 2 + - uid: 915 + components: + - type: Transform + pos: 30.5,15.5 + parent: 2 + - uid: 1510 + components: + - type: Transform + pos: 27.5,2.5 + parent: 2 + - type: DeviceLinkSink + links: + - 2074 + - uid: 1511 + components: + - type: Transform + pos: 28.5,2.5 + parent: 2 + - type: DeviceLinkSink + links: + - 2074 + - uid: 1512 + components: + - type: Transform + pos: 29.5,2.5 + parent: 2 + - type: DeviceLinkSink + links: + - 2074 + - uid: 7807 + components: + - type: Transform + pos: 67.5,50.5 + parent: 2 + - type: DeviceLinkSink + links: + - 8316 + - uid: 14757 + components: + - type: Transform + pos: 38.5,36.5 + parent: 2 + - type: DeviceLinkSink + links: + - 3385 +- proto: ShuttersNormalOpen + entities: + - uid: 984 + components: + - type: Transform + pos: 14.5,17.5 + parent: 2 + - type: DeviceLinkSink + links: + - 982 + - uid: 985 + components: + - type: Transform + pos: 14.5,21.5 + parent: 2 + - type: DeviceLinkSink + links: + - 982 + - uid: 996 + components: + - type: Transform + pos: 5.5,4.5 + parent: 2 + - type: DeviceLinkSink + links: + - 1001 + - uid: 997 + components: + - type: Transform + pos: 4.5,4.5 + parent: 2 + - type: DeviceLinkSink + links: + - 1001 + - uid: 998 + components: + - type: Transform + pos: 2.5,0.5 + parent: 2 + - type: DeviceLinkSink + links: + - 1001 + - uid: 999 + components: + - type: Transform + pos: 6.5,0.5 + parent: 2 + - type: DeviceLinkSink + links: + - 1001 + - uid: 1000 + components: + - type: Transform + pos: 5.5,0.5 + parent: 2 + - type: DeviceLinkSink + links: + - 1001 + - uid: 1025 + components: + - type: Transform + pos: 18.5,28.5 + parent: 2 + - type: DeviceLinkSink + links: + - 1443 + - uid: 1026 + components: + - type: Transform + pos: 18.5,29.5 + parent: 2 + - type: DeviceLinkSink + links: + - 1443 + - uid: 1027 + components: + - type: Transform + pos: 20.5,31.5 + parent: 2 + - type: DeviceLinkSink + links: + - 1443 + - uid: 1028 + components: + - type: Transform + pos: 21.5,31.5 + parent: 2 + - type: DeviceLinkSink + links: + - 1443 + - uid: 1029 + components: + - type: Transform + pos: 22.5,31.5 + parent: 2 + - type: DeviceLinkSink + links: + - 1443 + - uid: 1030 + components: + - type: Transform + pos: 23.5,31.5 + parent: 2 + - type: DeviceLinkSink + links: + - 1443 + - uid: 1031 + components: + - type: Transform + pos: 24.5,31.5 + parent: 2 + - type: DeviceLinkSink + links: + - 1443 + - uid: 1032 + components: + - type: Transform + pos: 25.5,31.5 + parent: 2 + - type: DeviceLinkSink + links: + - 1443 + - uid: 1033 + components: + - type: Transform + pos: 26.5,31.5 + parent: 2 + - type: DeviceLinkSink + links: + - 1443 + - uid: 1034 + components: + - type: Transform + pos: 27.5,31.5 + parent: 2 + - type: DeviceLinkSink + links: + - 1443 + - uid: 1035 + components: + - type: Transform + pos: 28.5,31.5 + parent: 2 + - type: DeviceLinkSink + links: + - 1443 + - uid: 1036 + components: + - type: Transform + pos: 30.5,29.5 + parent: 2 + - type: DeviceLinkSink + links: + - 1443 + - uid: 1037 + components: + - type: Transform + pos: 30.5,28.5 + parent: 2 + - type: DeviceLinkSink + links: + - 1443 + - uid: 1797 + components: + - type: Transform + pos: 19.5,5.5 + parent: 2 + - type: DeviceLinkSink + links: + - 1798 + - uid: 2882 + components: + - type: Transform + pos: 38.5,19.5 + parent: 2 + - type: DeviceLinkSink + links: + - 2963 + - uid: 2883 + components: + - type: Transform + pos: 38.5,16.5 + parent: 2 + - type: DeviceLinkSink + links: + - 2955 + - uid: 2964 + components: + - type: Transform + pos: 38.5,20.5 + parent: 2 + - type: DeviceLinkSink + links: + - 2963 + - uid: 3220 + components: + - type: Transform + pos: 38.5,17.5 + parent: 2 + - type: DeviceLinkSink + links: + - 2955 + - uid: 3355 + components: + - type: Transform + pos: 48.5,33.5 + parent: 2 + - type: DeviceLinkSink + links: + - 3353 + - uid: 3356 + components: + - type: Transform + pos: 48.5,32.5 + parent: 2 + - type: DeviceLinkSink + links: + - 3353 + - uid: 4263 + components: + - type: Transform + pos: 77.5,50.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9324 + - uid: 4563 + components: + - type: Transform + pos: 22.5,52.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14888 + - uid: 4609 + components: + - type: Transform + pos: 23.5,52.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14888 + - uid: 4610 + components: + - type: Transform + pos: 24.5,52.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14888 + - uid: 4611 + components: + - type: Transform + pos: 25.5,52.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14888 + - uid: 4612 + components: + - type: Transform + pos: 26.5,52.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14888 + - uid: 4613 + components: + - type: Transform + pos: 27.5,54.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14888 + - uid: 4614 + components: + - type: Transform + pos: 27.5,53.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14888 + - uid: 4746 + components: + - type: Transform + pos: 19.5,50.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14886 + - uid: 4747 + components: + - type: Transform + pos: 19.5,49.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14886 + - uid: 4748 + components: + - type: Transform + pos: 19.5,48.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14886 + - uid: 4749 + components: + - type: Transform + pos: 19.5,47.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14886 + - uid: 5253 + components: + - type: Transform + pos: 17.5,59.5 + parent: 2 + - type: DeviceLinkSink + links: + - 5256 + - uid: 5254 + components: + - type: Transform + pos: 17.5,58.5 + parent: 2 + - type: DeviceLinkSink + links: + - 5256 + - uid: 5255 + components: + - type: Transform + pos: 17.5,57.5 + parent: 2 + - type: DeviceLinkSink + links: + - 5256 + - uid: 5303 + components: + - type: Transform + pos: 53.5,-13.5 + parent: 2 + - type: DeviceLinkSink + links: + - 5309 + - uid: 5308 + components: + - type: Transform + pos: 53.5,-12.5 + parent: 2 + - type: DeviceLinkSink + links: + - 5309 + - uid: 5982 + components: + - type: Transform + pos: 43.5,-7.5 + parent: 2 + - type: DeviceLinkSink + links: + - 5984 + - uid: 5983 + components: + - type: Transform + pos: 43.5,-8.5 + parent: 2 + - type: DeviceLinkSink + links: + - 5984 + - uid: 7239 + components: + - type: Transform + pos: 42.5,66.5 + parent: 2 + - uid: 7240 + components: + - type: Transform + pos: 42.5,64.5 + parent: 2 + - uid: 7276 + components: + - type: Transform + pos: 38.5,11.5 + parent: 2 + - uid: 9289 + components: + - type: Transform + pos: 73.5,46.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9324 + - uid: 9290 + components: + - type: Transform + pos: 73.5,45.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9324 + - uid: 9291 + components: + - type: Transform + pos: 73.5,44.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9324 + - uid: 9292 + components: + - type: Transform + pos: 73.5,50.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9324 + - uid: 9293 + components: + - type: Transform + pos: 73.5,49.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9324 + - uid: 9294 + components: + - type: Transform + pos: 73.5,48.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9324 + - uid: 9301 + components: + - type: Transform + pos: 77.5,49.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9324 + - uid: 9302 + components: + - type: Transform + pos: 77.5,48.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9324 + - uid: 9303 + components: + - type: Transform + pos: 77.5,46.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9324 + - uid: 9304 + components: + - type: Transform + pos: 77.5,45.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9324 + - uid: 9305 + components: + - type: Transform + pos: 77.5,44.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9324 + - uid: 9322 + components: + - type: Transform + pos: 73.5,42.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9320 + - uid: 9323 + components: + - type: Transform + pos: 73.5,40.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9320 + - uid: 9337 + components: + - type: Transform + pos: 75.5,39.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9320 + - uid: 9338 + components: + - type: Transform + pos: 76.5,39.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9320 + - uid: 9339 + components: + - type: Transform + pos: 77.5,39.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9320 + - uid: 9340 + components: + - type: Transform + pos: 78.5,39.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9320 + - uid: 9682 + components: + - type: Transform + pos: 77.5,27.5 + parent: 2 + - type: DeviceLinkSink + links: + - 5644 + - uid: 9703 + components: + - type: Transform + pos: 77.5,28.5 + parent: 2 + - type: DeviceLinkSink + links: + - 5644 + - uid: 9707 + components: + - type: Transform + pos: 77.5,26.5 + parent: 2 + - type: DeviceLinkSink + links: + - 5644 + - uid: 14867 + components: + - type: Transform + pos: 24.5,11.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14874 + - uid: 14868 + components: + - type: Transform + pos: 23.5,11.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14874 + - uid: 14869 + components: + - type: Transform + pos: 22.5,11.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14874 + - uid: 14870 + components: + - type: Transform + pos: 21.5,11.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14874 + - uid: 14871 + components: + - type: Transform + pos: 20.5,11.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14874 + - uid: 14872 + components: + - type: Transform + pos: 25.5,8.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14874 + - uid: 14873 + components: + - type: Transform + pos: 25.5,7.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14874 + - uid: 14875 + components: + - type: Transform + pos: 35.5,11.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14881 + - uid: 14876 + components: + - type: Transform + pos: 36.5,11.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14881 + - uid: 14877 + components: + - type: Transform + pos: 37.5,11.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14881 + - uid: 14879 + components: + - type: Transform + pos: 40.5,10.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14880 + - uid: 14883 + components: + - type: Transform + pos: 10.5,23.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14882 + - uid: 14884 + components: + - type: Transform + pos: 10.5,21.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14882 + - uid: 14885 + components: + - type: Transform + pos: 10.5,20.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14882 +- proto: ShuttersRadiation + entities: + - uid: 7694 + components: + - type: Transform + pos: 51.5,71.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14039 + - 15021 + - uid: 7761 + components: + - type: Transform + pos: 52.5,71.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14039 + - 15021 + - uid: 7777 + components: + - type: Transform + pos: 53.5,71.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14039 + - 15021 + - uid: 28074 + components: + - type: Transform + pos: 26.5,-5.5 + parent: 2 + - type: DeviceLinkSink + links: + - 28077 +- proto: ShuttersWindow + entities: + - uid: 3430 + components: + - type: Transform + pos: 24.5,-28.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14631 + - uid: 5605 + components: + - type: Transform + pos: 24.5,-26.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14631 + - uid: 5641 + components: + - type: Transform + pos: 24.5,-27.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14631 + - uid: 14236 + components: + - type: Transform + pos: 24.5,-24.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14631 + - uid: 14237 + components: + - type: Transform + pos: 24.5,-23.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14631 + - uid: 14238 + components: + - type: Transform + pos: 24.5,-22.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14631 + - uid: 14239 + components: + - type: Transform + pos: 21.5,-22.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14632 + - uid: 14240 + components: + - type: Transform + pos: 21.5,-23.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14632 + - uid: 14241 + components: + - type: Transform + pos: 21.5,-24.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14632 + - uid: 14242 + components: + - type: Transform + pos: 21.5,-26.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14632 + - uid: 14243 + components: + - type: Transform + pos: 21.5,-27.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14632 + - uid: 14244 + components: + - type: Transform + pos: 21.5,-28.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14632 +- proto: SignalButton + entities: + - uid: 14039 + components: + - type: Transform + pos: 50.5,71.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 7694: + - Pressed: Toggle + 7761: + - Pressed: Toggle + 7777: + - Pressed: Toggle +- proto: SignalButtonDirectional + entities: + - uid: 982 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,20.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 983: + - Pressed: Toggle + 984: + - Pressed: Toggle + 985: + - Pressed: Toggle + - uid: 1001 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,1.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 998: + - Pressed: Toggle + 1000: + - Pressed: Toggle + 999: + - Pressed: Toggle + 997: + - Pressed: Toggle + 996: + - Pressed: Toggle + - uid: 1443 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,27.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 1037: + - Pressed: Toggle + 1036: + - Pressed: Toggle + 1035: + - Pressed: Toggle + 1034: + - Pressed: Toggle + 1033: + - Pressed: Toggle + 1032: + - Pressed: Toggle + 1031: + - Pressed: Toggle + 1030: + - Pressed: Toggle + 1029: + - Pressed: Toggle + 1028: + - Pressed: Toggle + 1027: + - Pressed: Toggle + 1026: + - Pressed: Toggle + 1025: + - Pressed: Toggle + - uid: 1798 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,3.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 1797: + - Pressed: Toggle + - uid: 2074 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,0.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 1512: + - Pressed: Toggle + 1511: + - Pressed: Toggle + 1510: + - Pressed: Toggle + - uid: 2955 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,17.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 3220: + - Pressed: Toggle + 2883: + - Pressed: Toggle + - uid: 2963 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,20.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 2964: + - Pressed: Toggle + 2882: + - Pressed: Toggle + - uid: 3353 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,30.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 3356: + - Pressed: Toggle + 3355: + - Pressed: Toggle + - uid: 3385 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,33.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 14757: + - Pressed: Toggle + - uid: 4413 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,26.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 4811: + - Pressed: DoorBolt + - uid: 4740 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,24.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 4812: + - Pressed: DoorBolt + - uid: 4928 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,35.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 4888: + - Pressed: DoorBolt + - uid: 4929 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,35.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 4887: + - Pressed: DoorBolt + - uid: 5256 + components: + - type: Transform + pos: 18.5,60.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 5253: + - Pressed: Toggle + 5254: + - Pressed: Toggle + 5255: + - Pressed: Toggle + - uid: 5309 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,-10.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 5308: + - Pressed: Toggle + 5303: + - Pressed: Toggle + - uid: 5644 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 79.5,25.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 9707: + - Pressed: Toggle + 9682: + - Pressed: Toggle + 9703: + - Pressed: Toggle + - uid: 5984 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,-7.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 5982: + - Pressed: Toggle + 5983: + - Pressed: Toggle + - uid: 7490 + components: + - type: Transform + pos: 0.5,24.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 5090: + - Pressed: Toggle + - uid: 8316 + components: + - type: Transform + pos: 65.5,49.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 7807: + - Pressed: Toggle + - uid: 9320 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 77.5,41.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 9322: + - Pressed: Toggle + 9323: + - Pressed: Toggle + 9338: + - Pressed: Toggle + 9339: + - Pressed: Toggle + 9340: + - Pressed: Toggle + 9337: + - Pressed: Toggle + - uid: 9324 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 76.5,42.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 9305: + - Pressed: Toggle + 9304: + - Pressed: Toggle + 9303: + - Pressed: Toggle + 9291: + - Pressed: Toggle + 9290: + - Pressed: Toggle + 9289: + - Pressed: Toggle + 9302: + - Pressed: Toggle + 9301: + - Pressed: Toggle + 4263: + - Pressed: Toggle + 9294: + - Pressed: Toggle + 9293: + - Pressed: Toggle + 9292: + - Pressed: Toggle + - uid: 14059 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,31.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 14056: + - Pressed: Toggle + 3014: + - Pressed: DoorBolt + - uid: 14433 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-33.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 14442: + - Pressed: Toggle + 14441: + - Pressed: Toggle + 14440: + - Pressed: Toggle + 14439: + - Pressed: Toggle + 14438: + - Pressed: Toggle + 14437: + - Pressed: Toggle + 14436: + - Pressed: Toggle + 14434: + - Pressed: Toggle + 14435: + - Pressed: Toggle + - uid: 14631 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,-25.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 14238: + - Pressed: Toggle + 14237: + - Pressed: Toggle + 14236: + - Pressed: Toggle + 5605: + - Pressed: Toggle + 5641: + - Pressed: Toggle + 3430: + - Pressed: Toggle + - uid: 14632 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-25.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 14241: + - Pressed: Toggle + 14240: + - Pressed: Toggle + 14239: + - Pressed: Toggle + 14242: + - Pressed: Toggle + 14243: + - Pressed: Toggle + 14244: + - Pressed: Toggle + - uid: 14874 + components: + - type: Transform + pos: 21.5,10.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 14871: + - Pressed: Toggle + 14870: + - Pressed: Toggle + 14869: + - Pressed: Toggle + 14868: + - Pressed: Toggle + 14867: + - Pressed: Toggle + 14872: + - Pressed: Toggle + 14873: + - Pressed: Toggle + - uid: 14880 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,6.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 14879: + - Pressed: Toggle + - uid: 14881 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,9.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 14877: + - Pressed: Toggle + 14876: + - Pressed: Toggle + 14875: + - Pressed: Toggle + - uid: 14882 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,22.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 14885: + - Pressed: Toggle + 14884: + - Pressed: Toggle + 14883: + - Pressed: Toggle + - uid: 14886 + components: + - type: Transform + pos: 16.5,52.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 4746: + - Pressed: Toggle + 4747: + - Pressed: Toggle + 4748: + - Pressed: Toggle + 4749: + - Pressed: Toggle + - uid: 14888 + components: + - type: Transform + pos: 26.5,56.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 4613: + - Pressed: Toggle + 4614: + - Pressed: Toggle + 4612: + - Pressed: Toggle + 4611: + - Pressed: Toggle + 4610: + - Pressed: Toggle + 4609: + - Pressed: Toggle + 4563: + - Pressed: Toggle + - uid: 14905 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,5.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 2261: + - Pressed: Toggle + 2277: + - Pressed: Toggle + - uid: 15021 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,71.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 7694: + - Pressed: Toggle + 7761: + - Pressed: Toggle + 7777: + - Pressed: Toggle + - uid: 28058 + components: + - type: Transform + pos: 21.5,-6.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 9658: + - Pressed: Toggle + - uid: 28077 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-6.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 28074: + - Pressed: Toggle +- proto: SignalTrigger + entities: + - uid: 14395 + components: + - type: Transform + pos: 19.5,-33.5 + parent: 2 +- proto: SignArmory + entities: + - uid: 3174 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,26.5 + parent: 2 +- proto: SignAtmosMinsky + entities: + - uid: 12373 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,68.5 + parent: 2 +- proto: SignBar + entities: + - uid: 4615 + components: + - type: Transform + pos: 25.5,39.5 + parent: 2 +- proto: SignBiohazardMed + entities: + - uid: 2451 + components: + - type: Transform + pos: 52.5,-1.5 + parent: 2 +- proto: SignBridge + entities: + - uid: 1047 + components: + - type: Transform + pos: 34.5,27.5 + parent: 2 + - uid: 1048 + components: + - type: Transform + pos: 34.5,23.5 + parent: 2 + - uid: 1049 + components: + - type: Transform + pos: 14.5,27.5 + parent: 2 + - uid: 1050 + components: + - type: Transform + pos: 14.5,23.5 + parent: 2 +- proto: SignCanisters + entities: + - uid: 6867 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,80.5 + parent: 2 +- proto: SignChapel + entities: + - uid: 5682 + components: + - type: Transform + pos: 73.5,30.5 + parent: 2 +- proto: SignChemistry1 + entities: + - uid: 2846 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,5.5 + parent: 2 +- proto: SignChemistry2 + entities: + - uid: 2771 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,11.5 + parent: 2 +- proto: SignCryogenicsMed + entities: + - uid: 2507 + components: + - type: Transform + pos: 57.5,4.5 + parent: 2 +- proto: SignDangerMed + entities: + - uid: 27886 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-13.5 + parent: 2 +- proto: SignDirectionalBar + entities: + - uid: 6846 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,15.5 + parent: 2 + - uid: 13861 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.50125,15.290295 + parent: 2 +- proto: SignDirectionalBridge + entities: + - uid: 13867 + components: + - type: Transform + pos: 48.5,50.5 + parent: 2 +- proto: SignDirectionalChapel + entities: + - uid: 5138 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 69.5,32.5 + parent: 2 +- proto: SignDirectionalDorms + entities: + - uid: 28137 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,11.5 + parent: 2 +- proto: SignDirectionalEng + entities: + - uid: 9890 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,15.5 + parent: 2 + - uid: 9967 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,39.5 + parent: 2 + - uid: 13860 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,15.5 + parent: 2 + - uid: 13862 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.501503,15.703604 + parent: 2 +- proto: SignDirectionalEvac + entities: + - uid: 1567 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 66.5,20.5 + parent: 2 + - uid: 5121 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,65.5 + parent: 2 + - uid: 13869 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.500885,50.294773 + parent: 2 + - uid: 13870 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,11.5 + parent: 2 + - uid: 13871 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,11.5 + parent: 2 + - uid: 13872 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,39.5 + parent: 2 + - uid: 13873 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 73.5,35.5 + parent: 2 + - uid: 13874 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,50.5 + parent: 2 +- proto: SignDirectionalMed + entities: + - uid: 13863 + components: + - type: Transform + pos: 34.5,34.5 + parent: 2 +- proto: SignDirectionalSci + entities: + - uid: 13864 + components: + - type: Transform + pos: 34.497726,34.709347 + parent: 2 +- proto: SignDirectionalSec + entities: + - uid: 9958 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.499695,15.7111635 + parent: 2 + - uid: 13868 + components: + - type: Transform + pos: 48.498116,50.697037 + parent: 2 +- proto: SignDirectionalSolar + entities: + - uid: 10528 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,39.5 + parent: 2 +- proto: SignDirectionalSupply + entities: + - uid: 13865 + components: + - type: Transform + pos: 34.497726,34.30194 + parent: 2 + - uid: 13866 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.49894,15.288402 + parent: 2 +- proto: SignDirectionalWash + entities: + - uid: 4818 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,27.5 + parent: 2 + - uid: 28126 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,46.5 + parent: 2 +- proto: SignDisposalSpace + entities: + - uid: 7465 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,19.5 + parent: 2 +- proto: SignEngineering + entities: + - uid: 6524 + components: + - type: Transform + pos: 47.5,54.5 + parent: 2 +- proto: SignExamroom + entities: + - uid: 2623 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,1.5 + parent: 2 +- proto: SignFire + entities: + - uid: 6826 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,85.5 + parent: 2 +- proto: SignFlammableMed + entities: + - uid: 6827 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,85.5 + parent: 2 + - uid: 14405 + components: + - type: Transform + pos: 24.5,-20.5 + parent: 2 + - uid: 14406 + components: + - type: Transform + pos: 28.5,-34.5 + parent: 2 +- proto: SignGravity + entities: + - uid: 5385 + components: + - type: Transform + pos: 64.5,11.5 + parent: 2 +- proto: SignHydro1 + entities: + - uid: 4486 + components: + - type: Transform + pos: 19.5,39.5 + parent: 2 +- proto: SignInterrogation + entities: + - uid: 14070 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,30.5 + parent: 2 +- proto: SignJanitor + entities: + - uid: 7024 + components: + - type: Transform + pos: 69.5,49.5 + parent: 2 +- proto: SignLibrary + entities: + - uid: 6389 + components: + - type: Transform + pos: 67.5,54.5 + parent: 2 +- proto: SignMedical + entities: + - uid: 2587 + components: + - type: Transform + pos: 34.5,11.5 + parent: 2 + - uid: 3314 + components: + - type: Transform + pos: 59.5,23.5 + parent: 2 +- proto: SignMorgue + entities: + - uid: 2643 + components: + - type: Transform + pos: 54.5,5.5 + parent: 2 +- proto: SignPlaque + entities: + - uid: 794 + components: + - type: Transform + pos: 24.5,23.5 + parent: 2 +- proto: SignPrison + entities: + - uid: 3112 + components: + - type: Transform + pos: 48.5,36.5 + parent: 2 +- proto: SignRedOne + entities: + - uid: 3194 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,18.5 + parent: 2 +- proto: SignRedTwo + entities: + - uid: 3195 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,21.5 + parent: 2 +- proto: SignRND + entities: + - uid: 1476 + components: + - type: Transform + pos: 25.5,11.5 + parent: 2 +- proto: SignSecureMed + entities: + - uid: 5646 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 89.5,13.5 + parent: 2 + - uid: 5698 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 88.5,12.5 + parent: 2 + - uid: 5814 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 90.5,12.5 + parent: 2 + - uid: 5815 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 89.5,11.5 + parent: 2 +- proto: SignSecureMedRed + entities: + - uid: 1046 + components: + - type: Transform + pos: 29.5,15.5 + parent: 2 + - uid: 1058 + components: + - type: Transform + pos: 38.5,22.5 + parent: 2 +- proto: SignSecurity + entities: + - uid: 4174 + components: + - type: Transform + pos: 38.5,29.5 + parent: 2 +- proto: SignSmoking + entities: + - uid: 2652 + components: + - type: Transform + pos: 44.5,-2.5 + parent: 2 +- proto: SignSomethingOld + entities: + - uid: 9946 + components: + - type: Transform + pos: 51.5,7.5 + parent: 2 +- proto: SignSomethingOld2 + entities: + - uid: 14148 + components: + - type: Transform + pos: 12.5,7.5 + parent: 2 + - uid: 28128 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 60.5,44.5 + parent: 2 +- proto: SignSpace + entities: + - uid: 25 + components: + - type: Transform + pos: 0.5,16.5 + parent: 2 + - uid: 6809 + components: + - type: Transform + pos: 45.5,90.5 + parent: 2 + - uid: 14246 + components: + - type: Transform + pos: 24.5,-21.5 + parent: 2 + - uid: 14247 + components: + - type: Transform + pos: 21.5,-29.5 + parent: 2 + - uid: 14248 + components: + - type: Transform + pos: 21.5,-21.5 + parent: 2 + - uid: 14249 + components: + - type: Transform + pos: 24.5,-29.5 + parent: 2 +- proto: SignSurgery + entities: + - uid: 2636 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,-9.5 + parent: 2 + - uid: 8256 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 62.5,41.5 + parent: 2 + - uid: 8257 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 58.5,39.5 + parent: 2 +- proto: SignTelecomms + entities: + - uid: 5445 + components: + - type: Transform + pos: 73.5,18.5 + parent: 2 +- proto: SignToolStorage + entities: + - uid: 7409 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,40.5 + parent: 2 +- proto: SignVirology + entities: + - uid: 2436 + components: + - type: Transform + pos: 52.5,1.5 + parent: 2 +- proto: SignXenobio + entities: + - uid: 9819 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-13.5 + parent: 2 +- proto: Sink + entities: + - uid: 981 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,7.5 + parent: 2 + - type: Drain + accumulator: 0.1664857 + - uid: 2676 + components: + - type: Transform + pos: 39.5,4.5 + parent: 2 + - type: Drain + accumulator: 0.1664857 + - uid: 4694 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,48.5 + parent: 2 + - type: Drain + accumulator: 0.1664857 + - uid: 4814 + components: + - type: Transform + pos: 8.5,28.5 + parent: 2 + - type: Drain + accumulator: 0.1664857 + - uid: 4815 + components: + - type: Transform + pos: 9.5,28.5 + parent: 2 + - type: Drain + accumulator: 0.1664857 + - uid: 14037 + components: + - type: Transform + pos: 25.5,55.5 + parent: 2 +- proto: SinkStemlessWater + entities: + - uid: 951 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,21.5 + parent: 2 + - type: Drain + accumulator: 0.1664857 + - uid: 2449 + components: + - type: Transform + pos: 52.5,0.5 + parent: 2 + - type: Drain + accumulator: 0.1664857 + - uid: 2635 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,-11.5 + parent: 2 + - type: Drain + accumulator: 0.1664857 + - uid: 3115 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,38.5 + parent: 2 + - type: Drain + accumulator: 0.1664857 + - uid: 9562 + components: + - type: Transform + pos: 58.5,-9.5 + parent: 2 + - type: Drain + accumulator: 0.1664857 + - uid: 28124 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,47.5 + parent: 2 +- proto: SinkWide + entities: + - uid: 3122 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,42.5 + parent: 2 + - type: Drain + accumulator: 0.1664857 + - uid: 4316 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,42.5 + parent: 2 + - type: Drain + accumulator: 0.1664857 + - uid: 8319 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 65.5,47.5 + parent: 2 + - type: Drain + accumulator: 0.1664857 + - uid: 9520 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 66.5,27.5 + parent: 2 + - type: Drain + accumulator: 0.1664857 + - uid: 14036 + components: + - type: Transform + pos: 17.5,51.5 + parent: 2 +- proto: SmartFridge + entities: + - uid: 2300 + components: + - type: Transform + pos: 40.5,5.5 + parent: 2 + - uid: 2859 + components: + - type: Transform + pos: 14.5,45.5 + parent: 2 +- proto: SMESBasic + entities: + - uid: 5392 + components: + - type: Transform + pos: 68.5,10.5 + parent: 2 + - type: Battery + startingCharge: 7891234 + - type: PowerNetworkBattery + loadingNetworkDemand: 2595.0103 + currentSupply: 2595.0103 + supplyRampPosition: 2595.01 + - uid: 5523 + components: + - type: Transform + pos: 74.5,18.5 + parent: 2 + - type: Battery + startingCharge: 7815124 + - type: PowerNetworkBattery + loadingNetworkDemand: 9090.036 + currentReceiving: 9071.141 + currentSupply: 9090.036 + supplyRampPosition: 19.950195 + - uid: 7168 + components: + - type: Transform + pos: 54.5,62.5 + parent: 2 + - uid: 7326 + components: + - type: Transform + pos: 53.5,62.5 + parent: 2 + - uid: 7327 + components: + - type: Transform + pos: 52.5,62.5 + parent: 2 + - uid: 8887 + components: + - type: Transform + pos: 53.5,64.5 + parent: 2 + - uid: 8889 + components: + - type: Transform + pos: 52.5,64.5 + parent: 2 + - uid: 8890 + components: + - type: Transform + pos: 54.5,64.5 + parent: 2 + - uid: 10636 + components: + - type: Transform + pos: 9.5,43.5 + parent: 2 + - type: Battery + startingCharge: 6900504 + - type: PowerNetworkBattery + loadingNetworkDemand: 40304244 + currentSupply: 47150.188 + supplyRampPosition: 42166.855 + - uid: 10766 + components: + - type: Transform + pos: 48.5,-17.5 + parent: 2 + - type: Battery + startingCharge: 6900504 + - type: PowerNetworkBattery + loadingNetworkDemand: 40304244 + currentSupply: 47150.188 + supplyRampPosition: 42166.855 +- proto: SMESMachineCircuitboard + entities: + - uid: 14800 + components: + - type: Transform + pos: 76.42013,69.68924 + parent: 2 + - uid: 14929 + components: + - type: Transform + pos: 21.424162,10.625141 + parent: 2 +- proto: SoapDeluxe + entities: + - uid: 4695 + components: + - type: Transform + pos: 38.531174,49.749718 + parent: 2 + - uid: 4703 + components: + - type: Transform + pos: 38.4218,49.515343 + parent: 2 +- proto: SoapHomemade + entities: + - uid: 1569 + components: + - type: Transform + pos: 17.468998,-18.260181 + parent: 2 + - uid: 7479 + components: + - type: Transform + pos: 4.4458265,23.733456 + parent: 2 +- proto: SoapNT + entities: + - uid: 1604 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.614399,-4.3779707 + parent: 2 +- proto: soda_dispenser + entities: + - uid: 4619 + components: + - type: Transform + pos: 23.5,55.5 + parent: 2 + - uid: 7425 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,40.5 + parent: 2 +- proto: SolarPanel + entities: + - uid: 4388 + components: + - type: Transform + pos: -2.5,49.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 8520 + components: + - type: Transform + pos: -2.5,52.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10347 + components: + - type: Transform + pos: -4.5,51.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10348 + components: + - type: Transform + pos: -4.5,50.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10349 + components: + - type: Transform + pos: -4.5,53.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10350 + components: + - type: Transform + pos: -4.5,47.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10351 + components: + - type: Transform + pos: -4.5,49.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10352 + components: + - type: Transform + pos: -4.5,48.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10353 + components: + - type: Transform + pos: -2.5,53.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10354 + components: + - type: Transform + pos: -4.5,52.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10368 + components: + - type: Transform + pos: -2.5,51.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10526 + components: + - type: Transform + pos: -0.5,51.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10530 + components: + - type: Transform + pos: -0.5,53.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10531 + components: + - type: Transform + pos: -2.5,50.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10532 + components: + - type: Transform + pos: -0.5,52.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10533 + components: + - type: Transform + pos: -2.5,48.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10534 + components: + - type: Transform + pos: -2.5,47.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10540 + components: + - type: Transform + pos: -0.5,50.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10541 + components: + - type: Transform + pos: -0.5,49.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10542 + components: + - type: Transform + pos: -0.5,48.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10544 + components: + - type: Transform + pos: 1.5,53.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10545 + components: + - type: Transform + pos: 1.5,52.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10546 + components: + - type: Transform + pos: 1.5,51.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10547 + components: + - type: Transform + pos: 1.5,50.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10548 + components: + - type: Transform + pos: 1.5,49.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10549 + components: + - type: Transform + pos: 1.5,48.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10550 + components: + - type: Transform + pos: 1.5,47.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10552 + components: + - type: Transform + pos: 3.5,53.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10553 + components: + - type: Transform + pos: 3.5,52.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10554 + components: + - type: Transform + pos: 3.5,51.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10555 + components: + - type: Transform + pos: 3.5,50.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10556 + components: + - type: Transform + pos: 3.5,49.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10557 + components: + - type: Transform + pos: 3.5,48.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10558 + components: + - type: Transform + pos: 3.5,47.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10559 + components: + - type: Transform + pos: 5.5,53.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10560 + components: + - type: Transform + pos: 5.5,52.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10561 + components: + - type: Transform + pos: 5.5,51.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10562 + components: + - type: Transform + pos: 5.5,50.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10563 + components: + - type: Transform + pos: 5.5,49.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10564 + components: + - type: Transform + pos: 5.5,48.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10565 + components: + - type: Transform + pos: 5.5,47.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10639 + components: + - type: Transform + pos: 53.5,-30.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10641 + components: + - type: Transform + pos: 54.5,-30.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10642 + components: + - type: Transform + pos: 55.5,-30.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10643 + components: + - type: Transform + pos: 56.5,-30.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10644 + components: + - type: Transform + pos: 57.5,-30.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10645 + components: + - type: Transform + pos: 58.5,-30.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10646 + components: + - type: Transform + pos: 59.5,-30.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10647 + components: + - type: Transform + pos: 59.5,-28.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10648 + components: + - type: Transform + pos: 58.5,-28.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10649 + components: + - type: Transform + pos: 57.5,-28.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10650 + components: + - type: Transform + pos: 56.5,-28.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10651 + components: + - type: Transform + pos: 55.5,-28.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10652 + components: + - type: Transform + pos: 54.5,-28.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10653 + components: + - type: Transform + pos: 53.5,-28.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10654 + components: + - type: Transform + pos: 53.5,-24.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10655 + components: + - type: Transform + pos: 54.5,-24.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10656 + components: + - type: Transform + pos: 55.5,-24.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10657 + components: + - type: Transform + pos: 56.5,-24.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10658 + components: + - type: Transform + pos: 57.5,-24.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10659 + components: + - type: Transform + pos: 58.5,-24.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10660 + components: + - type: Transform + pos: 59.5,-24.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10661 + components: + - type: Transform + pos: 59.5,-26.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10662 + components: + - type: Transform + pos: 58.5,-26.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10663 + components: + - type: Transform + pos: 57.5,-26.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10664 + components: + - type: Transform + pos: 56.5,-26.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10665 + components: + - type: Transform + pos: 55.5,-26.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10666 + components: + - type: Transform + pos: 54.5,-26.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10667 + components: + - type: Transform + pos: 53.5,-26.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10668 + components: + - type: Transform + pos: 53.5,-22.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10669 + components: + - type: Transform + pos: 54.5,-22.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10670 + components: + - type: Transform + pos: 55.5,-22.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10671 + components: + - type: Transform + pos: 56.5,-22.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10672 + components: + - type: Transform + pos: 57.5,-22.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10673 + components: + - type: Transform + pos: 58.5,-22.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10674 + components: + - type: Transform + pos: 59.5,-22.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10675 + components: + - type: Transform + pos: 59.5,-20.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10676 + components: + - type: Transform + pos: 58.5,-20.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10677 + components: + - type: Transform + pos: 57.5,-20.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10678 + components: + - type: Transform + pos: 56.5,-20.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10679 + components: + - type: Transform + pos: 55.5,-20.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10680 + components: + - type: Transform + pos: 54.5,-20.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 + - uid: 10681 + components: + - type: Transform + pos: 53.5,-20.5 + parent: 2 + - type: PowerSupplier + supplyRate: 746 +- proto: SolarTracker + entities: + - uid: 4177 + components: + - type: Transform + pos: -8.5,50.5 + parent: 2 + - uid: 10638 + components: + - type: Transform + pos: 56.5,-36.5 + parent: 2 +- proto: SpaceCash10 + entities: + - uid: 503 + components: + - type: Transform + pos: 7.5679893,3.2110903 + parent: 2 + - uid: 504 + components: + - type: Transform + pos: 7.5679893,2.5860903 + parent: 2 + - uid: 9763 + components: + - type: Transform + pos: 93.32419,15.431105 + parent: 2 + - uid: 9814 + components: + - type: Transform + pos: 93.69111,15.376067 + parent: 2 +- proto: SpaceVillainArcadeFilled + entities: + - uid: 2569 + components: + - type: Transform + pos: 38.5,-2.5 + parent: 2 + - uid: 14862 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 81.5,11.5 + parent: 2 + - uid: 14863 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 80.5,11.5 + parent: 2 +- proto: SpawnMobAlexander + entities: + - uid: 27983 + components: + - type: Transform + pos: 15.5,47.5 + parent: 2 +- proto: SpawnMobBandito + entities: + - uid: 27986 + components: + - type: Transform + pos: 77.5,40.5 + parent: 2 +- proto: SpawnMobButterfly + entities: + - uid: 4635 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,8.5 + parent: 2 + - uid: 4676 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,7.5 + parent: 2 +- proto: SpawnMobCatFloppa + entities: + - uid: 27917 + components: + - type: Transform + pos: 3.5,32.5 + parent: 2 +- proto: SpawnMobCatGeneric + entities: + - uid: 27918 + components: + - type: Transform + pos: 48.5,9.5 + parent: 2 +- proto: SpawnMobCatKitten + entities: + - uid: 27919 + components: + - type: Transform + pos: 41.5,-8.5 + parent: 2 +- proto: SpawnMobCleanBot + entities: + - uid: 27985 + components: + - type: Transform + pos: 27.5,10.5 + parent: 2 +- proto: SpawnMobCorgi + entities: + - uid: 14043 + components: + - type: Transform + pos: 19.5,16.5 + parent: 2 +- proto: SpawnMobCow + entities: + - uid: 4461 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,41.5 + parent: 2 +- proto: SpawnMobCrab + entities: + - uid: 27920 + components: + - type: Transform + pos: 45.5,82.5 + parent: 2 +- proto: SpawnMobFoxRenault + entities: + - uid: 27923 + components: + - type: Transform + pos: 32.5,21.5 + parent: 2 +- proto: SpawnMobGorilla + entities: + - uid: 9271 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 75.5,49.5 + parent: 2 +- proto: SpawnMobGorillaLargo + entities: + - uid: 27893 + components: + - type: Transform + pos: 5.5,2.5 + parent: 2 + - uid: 27915 + components: + - type: Transform + pos: 42.5,44.5 + parent: 2 +- proto: SpawnMobMcGriff + entities: + - uid: 3018 + components: + - type: Transform + pos: 48.5,17.5 + parent: 2 +- proto: SpawnMobMonkeyPunpun + entities: + - uid: 4791 + components: + - type: Transform + pos: 19.5,54.5 + parent: 2 +- proto: SpawnMobMouse + entities: + - uid: 27981 + components: + - type: Transform + pos: 14.5,-14.5 + parent: 2 +- proto: SpawnMobPenguin + entities: + - uid: 9273 + components: + - type: Transform + pos: 74.5,44.5 + parent: 2 + - uid: 9274 + components: + - type: Transform + pos: 75.5,44.5 + parent: 2 +- proto: SpawnMobPossumMorty + entities: + - uid: 27982 + components: + - type: Transform + pos: 28.5,0.5 + parent: 2 +- proto: SpawnMobShiva + entities: + - uid: 3361 + components: + - type: Transform + pos: 51.5,30.5 + parent: 2 +- proto: SpawnMobSlothPaperwork + entities: + - uid: 27922 + components: + - type: Transform + pos: 65.5,62.5 + parent: 2 +- proto: SpawnMobSmile + entities: + - uid: 27984 + components: + - type: Transform + pos: 22.5,-0.5 + parent: 2 +- proto: SpawnMobWalter + entities: + - uid: 2319 + components: + - type: Transform + pos: 42.5,8.5 + parent: 2 +- proto: SpawnPointAtmos + entities: + - uid: 476 + components: + - type: Transform + pos: 43.5,74.5 + parent: 2 + - uid: 3269 + components: + - type: Transform + pos: 43.5,75.5 + parent: 2 + - uid: 3270 + components: + - type: Transform + pos: 43.5,76.5 + parent: 2 +- proto: SpawnPointBartender + entities: + - uid: 13883 + components: + - type: Transform + pos: 19.5,55.5 + parent: 2 +- proto: SpawnPointBorg + entities: + - uid: 27860 + components: + - type: Transform + pos: 29.5,-2.5 + parent: 2 +- proto: SpawnPointBotanist + entities: + - uid: 2510 + components: + - type: Transform + pos: 23.5,43.5 + parent: 2 + - uid: 3114 + components: + - type: Transform + pos: 22.5,43.5 + parent: 2 + - uid: 3261 + components: + - type: Transform + pos: 21.5,43.5 + parent: 2 +- proto: SpawnPointCaptain + entities: + - uid: 27858 + components: + - type: Transform + pos: 22.5,22.5 + parent: 2 + - uid: 27859 + components: + - type: Transform + pos: 26.5,20.5 + parent: 2 +- proto: SpawnPointCargoTechnician + entities: + - uid: 27848 + components: + - type: Transform + pos: 7.5,10.5 + parent: 2 + - uid: 27849 + components: + - type: Transform + pos: 3.5,9.5 + parent: 2 + - uid: 27850 + components: + - type: Transform + pos: 7.5,6.5 + parent: 2 +- proto: SpawnPointChaplain + entities: + - uid: 27870 + components: + - type: Transform + pos: 80.5,27.5 + parent: 2 +- proto: SpawnPointChef + entities: + - uid: 27880 + components: + - type: Transform + pos: 18.5,49.5 + parent: 2 +- proto: SpawnPointChemist + entities: + - uid: 27881 + components: + - type: Transform + pos: 41.5,9.5 + parent: 2 + - uid: 27882 + components: + - type: Transform + pos: 41.5,6.5 + parent: 2 +- proto: SpawnPointChiefEngineer + entities: + - uid: 27874 + components: + - type: Transform + pos: 41.5,62.5 + parent: 2 +- proto: SpawnPointChiefMedicalOfficer + entities: + - uid: 3262 + components: + - type: Transform + pos: 46.5,9.5 + parent: 2 +- proto: SpawnPointClown + entities: + - uid: 27861 + components: + - type: Transform + pos: 43.5,52.5 + parent: 2 +- proto: SpawnPointDetective + entities: + - uid: 27851 + components: + - type: Transform + pos: 39.5,35.5 + parent: 2 +- proto: SpawnPointHeadOfPersonnel + entities: + - uid: 13528 + components: + - type: Transform + pos: 20.5,17.5 + parent: 2 +- proto: SpawnPointHeadOfSecurity + entities: + - uid: 27847 + components: + - type: Transform + pos: 52.5,33.5 + parent: 2 +- proto: SpawnPointJanitor + entities: + - uid: 8309 + components: + - type: Transform + pos: 65.5,48.5 + parent: 2 +- proto: SpawnPointLatejoin + entities: + - uid: 14137 + components: + - type: Transform + pos: 18.5,13.5 + parent: 2 + - uid: 14138 + components: + - type: Transform + pos: 19.5,13.5 + parent: 2 +- proto: SpawnPointLawyer + entities: + - uid: 468 + components: + - type: Transform + pos: 6.5,21.5 + parent: 2 +- proto: SpawnPointLibrarian + entities: + - uid: 1162 + components: + - type: Transform + pos: 60.5,64.5 + parent: 2 +- proto: SpawnPointMedicalDoctor + entities: + - uid: 3265 + components: + - type: Transform + pos: 47.5,-0.5 + parent: 2 +- proto: SpawnPointMedicalIntern + entities: + - uid: 3263 + components: + - type: Transform + pos: 45.5,-0.5 + parent: 2 +- proto: SpawnPointMime + entities: + - uid: 27862 + components: + - type: Transform + pos: 43.5,50.5 + parent: 2 +- proto: SpawnPointMusician + entities: + - uid: 6989 + components: + - type: Transform + pos: 43.5,47.5 + parent: 2 +- proto: SpawnPointObserver + entities: + - uid: 9272 + components: + - type: Transform + pos: 24.5,28.5 + parent: 2 +- proto: SpawnPointParamedic + entities: + - uid: 6344 + components: + - type: Transform + pos: 36.5,9.5 + parent: 2 +- proto: SpawnPointPassenger + entities: + - uid: 470 + components: + - type: Transform + pos: 5.5,36.5 + parent: 2 + - uid: 471 + components: + - type: Transform + pos: 66.5,38.5 + parent: 2 + - uid: 474 + components: + - type: Transform + pos: 28.5,45.5 + parent: 2 + - uid: 477 + components: + - type: Transform + pos: 51.5,15.5 + parent: 2 + - uid: 478 + components: + - type: Transform + pos: 73.5,56.5 + parent: 2 + - uid: 479 + components: + - type: Transform + pos: 40.5,43.5 + parent: 2 +- proto: SpawnPointPsychologist + entities: + - uid: 3266 + components: + - type: Transform + pos: 40.5,-8.5 + parent: 2 +- proto: SpawnPointQuartermaster + entities: + - uid: 10477 + components: + - type: Transform + pos: 2.5,1.5 + parent: 2 +- proto: SpawnPointReporter + entities: + - uid: 27869 + components: + - type: Transform + pos: 3.5,28.5 + parent: 2 +- proto: SpawnPointResearchAssistant + entities: + - uid: 27863 + components: + - type: Transform + pos: 24.5,9.5 + parent: 2 + - uid: 27864 + components: + - type: Transform + pos: 22.5,0.5 + parent: 2 +- proto: SpawnPointResearchDirector + entities: + - uid: 27866 + components: + - type: Transform + pos: 15.5,4.5 + parent: 2 +- proto: SpawnPointSalvageSpecialist + entities: + - uid: 27877 + components: + - type: Transform + pos: 1.5,13.5 + parent: 2 + - uid: 27878 + components: + - type: Transform + pos: 5.5,6.5 + parent: 2 +- proto: SpawnPointScientist + entities: + - uid: 27883 + components: + - type: Transform + pos: 23.5,0.5 + parent: 2 + - uid: 27884 + components: + - type: Transform + pos: 24.5,0.5 + parent: 2 + - uid: 27885 + components: + - type: Transform + pos: 28.5,-1.5 + parent: 2 +- proto: SpawnPointSecurityCadet + entities: + - uid: 27856 + components: + - type: Transform + pos: 55.5,18.5 + parent: 2 + - uid: 27857 + components: + - type: Transform + pos: 41.5,30.5 + parent: 2 +- proto: SpawnPointSecurityOfficer + entities: + - uid: 27867 + components: + - type: Transform + pos: 54.5,18.5 + parent: 2 + - uid: 27868 + components: + - type: Transform + pos: 58.5,17.5 + parent: 2 +- proto: SpawnPointServiceWorker + entities: + - uid: 3268 + components: + - type: Transform + pos: 28.5,53.5 + parent: 2 + - uid: 27871 + components: + - type: Transform + pos: 24.5,53.5 + parent: 2 + - uid: 27872 + components: + - type: Transform + pos: 21.5,46.5 + parent: 2 +- proto: SpawnPointStationEngineer + entities: + - uid: 27853 + components: + - type: Transform + pos: 49.5,55.5 + parent: 2 + - uid: 27854 + components: + - type: Transform + pos: 49.5,60.5 + parent: 2 + - uid: 27855 + components: + - type: Transform + pos: 44.5,64.5 + parent: 2 +- proto: SpawnPointTechnicalAssistant + entities: + - uid: 27875 + components: + - type: Transform + pos: 50.5,60.5 + parent: 2 + - uid: 27876 + components: + - type: Transform + pos: 45.5,64.5 + parent: 2 +- proto: SpawnPointWarden + entities: + - uid: 27873 + components: + - type: Transform + pos: 62.5,20.5 + parent: 2 +- proto: SpawnPointZookeeper + entities: + - uid: 27852 + components: + - type: Transform + pos: 77.5,42.5 + parent: 2 +- proto: Spoon + entities: + - uid: 4597 + components: + - type: Transform + pos: 31.588093,40.600002 + parent: 2 + - uid: 4598 + components: + - type: Transform + pos: 31.588093,40.600002 + parent: 2 +- proto: SprayBottle + entities: + - uid: 2488 + components: + - type: Transform + pos: 56.576157,-3.316105 + parent: 2 +- proto: SprayBottleSpaceCleaner + entities: + - uid: 8315 + components: + - type: Transform + pos: 64.92543,49.606125 + parent: 2 +- proto: SprayBottleWater + entities: + - uid: 4702 + components: + - type: Transform + pos: 38.58744,47.515343 + parent: 2 + - uid: 14448 + components: + - type: Transform + pos: 21.199402,-31.46788 + parent: 2 + - uid: 28054 + components: + - type: Transform + pos: 24.526066,-7.350095 + parent: 2 +- proto: Stairs + entities: + - uid: 28025 + components: + - type: Transform + pos: 36.5,21.5 + parent: 2 + - uid: 28026 + components: + - type: Transform + pos: 35.5,21.5 + parent: 2 + - uid: 28027 + components: + - type: Transform + pos: 37.5,21.5 + parent: 2 +- proto: StairStage + entities: + - uid: 9560 + components: + - type: Transform + pos: 58.5,-11.5 + parent: 2 +- proto: StasisBed + entities: + - uid: 2575 + components: + - type: Transform + pos: 41.5,0.5 + parent: 2 +- proto: StationMap + entities: + - uid: 1426 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,24.5 + parent: 2 + - uid: 1600 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 72.5,54.5 + parent: 2 + - uid: 1606 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,16.5 + parent: 2 + - uid: 3391 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 69.5,30.5 + parent: 2 + - uid: 5316 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,35.5 + parent: 2 + - uid: 5602 + components: + - type: Transform + pos: 61.5,15.5 + parent: 2 + - uid: 5637 + components: + - type: Transform + pos: 33.5,15.5 + parent: 2 + - uid: 5678 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 84.5,43.5 + parent: 2 + - uid: 6549 + components: + - type: Transform + pos: 40.5,46.5 + parent: 2 + - uid: 6550 + components: + - type: Transform + pos: 55.5,54.5 + parent: 2 +- proto: StationMapBroken + entities: + - uid: 5285 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,61.5 + parent: 2 +- proto: SteelBench + entities: + - uid: 14906 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,2.5 + parent: 2 + - uid: 14907 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,2.5 + parent: 2 + - uid: 14908 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,2.5 + parent: 2 + - uid: 14909 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,0.5 + parent: 2 + - uid: 14910 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,-0.5 + parent: 2 + - uid: 14911 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,-1.5 + parent: 2 + - uid: 14912 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,-2.5 + parent: 2 + - uid: 14913 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,-3.5 + parent: 2 + - uid: 14918 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,26.5 + parent: 2 + - uid: 14920 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,26.5 + parent: 2 + - uid: 14921 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,26.5 + parent: 2 +- proto: Stool + entities: + - uid: 2850 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,9.5 + parent: 2 + - uid: 5808 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 83.5,33.5 + parent: 2 + - uid: 5981 + components: + - type: Transform + pos: 42.5,-7.5 + parent: 2 +- proto: StoolBar + entities: + - uid: 4512 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,51.5 + parent: 2 + - uid: 4513 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,51.5 + parent: 2 + - uid: 4514 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,51.5 + parent: 2 + - uid: 4515 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,51.5 + parent: 2 + - uid: 4516 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,51.5 + parent: 2 + - uid: 4519 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,54.5 + parent: 2 + - uid: 4520 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,53.5 + parent: 2 + - uid: 4829 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,26.5 + parent: 2 + - uid: 4842 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,26.5 + parent: 2 + - uid: 5294 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,62.5 + parent: 2 + - uid: 6614 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,50.5 + parent: 2 + - uid: 7429 + components: + - type: Transform + pos: 41.5,43.5 + parent: 2 + - uid: 7430 + components: + - type: Transform + pos: 40.5,43.5 + parent: 2 + - uid: 7431 + components: + - type: Transform + pos: 39.5,43.5 + parent: 2 + - uid: 7432 + components: + - type: Transform + pos: 42.5,43.5 + parent: 2 + - uid: 13995 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,48.5 + parent: 2 + - uid: 13998 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,47.5 + parent: 2 + - uid: 14002 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,49.5 + parent: 2 +- proto: StorageCanister + entities: + - uid: 6711 + components: + - type: Transform + pos: 35.5,87.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 6946 + components: + - type: Transform + pos: 34.5,87.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 6953 + components: + - type: Transform + pos: 53.5,82.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 6954 + components: + - type: Transform + pos: 53.5,83.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8054 + components: + - type: Transform + pos: 15.5,67.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8095 + components: + - type: Transform + pos: 53.5,78.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8096 + components: + - type: Transform + pos: 29.5,66.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8101 + components: + - type: Transform + pos: 40.5,55.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8125 + components: + - type: Transform + pos: 86.5,12.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 8128 + components: + - type: Transform + pos: 78.5,24.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: SubstationBasic + entities: + - uid: 331 + components: + - type: Transform + pos: 13.5,3.5 + parent: 2 + - type: Battery + startingCharge: 2231236.2 + - type: PowerNetworkBattery + loadingNetworkDemand: 12375.049 + currentReceiving: 11186.025 + currentSupply: 12375.049 + supplyRampPosition: 1190.3232 + - uid: 910 + components: + - type: Transform + pos: 33.5,19.5 + parent: 2 + - type: Battery + startingCharge: 2373783.2 + - type: PowerNetworkBattery + loadingNetworkDemand: 6945.0273 + currentReceiving: 7690.1875 + currentSupply: 6945.0273 + - uid: 1965 + components: + - type: Transform + pos: 26.5,-17.5 + parent: 2 + - type: Battery + startingCharge: 1861591.6 + - type: PowerNetworkBattery + loadingNetworkDemand: 32315.05 + currentReceiving: 24023.363 + currentSupply: 32315.05 + supplyRampPosition: 8294.479 + - uid: 3451 + components: + - type: Transform + pos: 45.5,41.5 + parent: 2 + - type: Battery + startingCharge: 2141691.5 + - type: PowerNetworkBattery + loadingNetworkDemand: 15930.063 + currentReceiving: 13474.737 + currentSupply: 15930.063 + supplyRampPosition: 2456.8926 + - uid: 5320 + components: + - type: Transform + pos: 61.5,-3.5 + parent: 2 + - type: Battery + startingCharge: 1937215.8 + - type: PowerNetworkBattery + loadingNetworkDemand: 30649.809 + currentReceiving: 22951.283 + currentSupply: 30649.809 + supplyRampPosition: 7026.61 + - uid: 5394 + components: + - type: Transform + pos: 68.5,9.5 + parent: 2 + - type: PowerNetworkBattery + loadingNetworkDemand: 2590.0884 + currentReceiving: 2595.0103 + currentSupply: 2590.0884 + - uid: 5521 + components: + - type: Transform + pos: 75.5,19.5 + parent: 2 + - type: PowerNetworkBattery + loadingNetworkDemand: 9090.036 + currentReceiving: 9090.036 + currentSupply: 9090.036 + - uid: 10461 + components: + - type: Transform + pos: 59.5,70.5 + parent: 2 + - type: Battery + startingCharge: 1985041.4 + - type: PowerNetworkBattery + loadingNetworkDemand: 27390.342 + currentReceiving: 20852.846 + currentSupply: 27390.342 + supplyRampPosition: 5860.6177 + - uid: 13689 + components: + - type: Transform + pos: 45.5,61.5 + parent: 2 + - type: Battery + startingCharge: 2206677.2 + - type: PowerNetworkBattery + loadingNetworkDemand: 13474.975 + currentReceiving: 11894.156 + currentSupply: 13474.975 + supplyRampPosition: 1582.2002 +- proto: SubstationMachineCircuitboard + entities: + - uid: 14802 + components: + - type: Transform + pos: 75.60467,69.611115 + parent: 2 +- proto: SuitStorageAtmos + entities: + - uid: 6829 + components: + - type: Transform + pos: 41.5,76.5 + parent: 2 + - uid: 6830 + components: + - type: Transform + pos: 41.5,75.5 + parent: 2 + - uid: 6831 + components: + - type: Transform + pos: 41.5,74.5 + parent: 2 +- proto: SuitStorageCaptain + entities: + - uid: 958 + components: + - type: Transform + pos: 25.5,22.5 + parent: 2 +- proto: SuitStorageEngi + entities: + - uid: 7983 + components: + - type: Transform + pos: 73.5,71.5 + parent: 2 + - uid: 8000 + components: + - type: Transform + pos: 73.5,73.5 + parent: 2 + - uid: 8163 + components: + - type: Transform + pos: 73.5,72.5 + parent: 2 +- proto: SuitStorageEVA + entities: + - uid: 857 + components: + - type: Transform + pos: 24.5,17.5 + parent: 2 + - uid: 858 + components: + - type: Transform + pos: 24.5,18.5 + parent: 2 + - uid: 860 + components: + - type: Transform + pos: 22.5,17.5 + parent: 2 + - uid: 861 + components: + - type: Transform + pos: 22.5,18.5 + parent: 2 +- proto: SuitStorageEVAEmergency + entities: + - uid: 14425 + components: + - type: Transform + pos: 17.5,-33.5 + parent: 2 + - uid: 14426 + components: + - type: Transform + pos: 28.5,-33.5 + parent: 2 +- proto: SuitStorageEVAPrisoner + entities: + - uid: 3085 + components: + - type: Transform + pos: 54.5,36.5 + parent: 2 +- proto: SuitStorageSec + entities: + - uid: 2985 + components: + - type: Transform + pos: 50.5,28.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: + - 2884 + - uid: 3139 + components: + - type: Transform + pos: 49.5,28.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: + - 2885 + - uid: 3140 + components: + - type: Transform + pos: 51.5,28.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: + - 2939 +- proto: SurveillanceCameraCommand + entities: + - uid: 1415 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,27.5 + parent: 2 + - uid: 1416 + components: + - type: Transform + pos: 21.5,24.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: мостик + - uid: 1417 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,21.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: глава персонала + - uid: 1418 + components: + - type: Transform + pos: 31.5,21.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: капитан + - uid: 1420 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,18.5 + parent: 2 + - uid: 7043 + components: + - type: Transform + pos: 40.5,22.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: Хранилище + - uid: 12519 + components: + - type: Transform + pos: 39.5,57.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: Маршрутизаторы камер + - uid: 12533 + components: + - type: Transform + pos: 79.5,15.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: телекоммуникационные сервера + - uid: 12534 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 64.5,8.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: Гравитация +- proto: SurveillanceCameraEngineering + entities: + - uid: 12511 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,70.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Атмос Стойка + - uid: 12512 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,87.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: ТЭГ + - uid: 12513 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,77.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Холл Атмос + - uid: 12515 + components: + - type: Transform + pos: 50.5,64.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: холл + - uid: 12516 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,65.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Кабинет СИ + - uid: 12517 + components: + - type: Transform + pos: 52.5,59.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: СМЭС'ы + - uid: 12518 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,56.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Стойка +- proto: SurveillanceCameraGeneral + entities: + - uid: 12526 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 80.5,57.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Отбытие 1 + - uid: 12527 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 68.5,60.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Отбытие 2 + - uid: 12530 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 81.5,43.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Прибытие + - uid: 12531 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 65.5,39.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Склад Инструментов + - uid: 12550 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,34.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Дорматории + - uid: 12551 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,8.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Парк + - uid: 12560 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,38.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Вход в бар + - uid: 12561 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,31.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Вход дормы + - uid: 12562 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,24.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Вход западное крыло мостика + - uid: 12563 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,15.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Вход снабжение + - uid: 12564 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,14.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Стойка химия + - uid: 12565 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,25.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Восточное крыло мостика + - uid: 12566 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,42.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: восточный вход в бар + - uid: 12567 + components: + - type: Transform + pos: 51.5,51.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Вход в инженерный + - uid: 12568 + components: + - type: Transform + pos: 65.5,51.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: вход библиотека + - uid: 12570 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 70.5,31.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Вход в церковь + - uid: 12571 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 70.5,17.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Вход телекоммуникация + - uid: 14890 + components: + - type: Transform + pos: 17.5,8.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Капсулы Криогенного Сна +- proto: SurveillanceCameraMedical + entities: + - uid: 12535 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,8.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Кабинет ГВ + - uid: 12536 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,8.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Химия + - uid: 12537 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,-9.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Операционная + - uid: 12538 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-3.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: вирусология + - uid: 12539 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 60.5,4.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: криогеника + - uid: 12540 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,9.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: стойка + - uid: 12541 + components: + - type: Transform + pos: 40.5,2.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Холл 1 + - uid: 12542 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,-2.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Холл 2 +- proto: SurveillanceCameraRouterCommand + entities: + - uid: 1067 + components: + - type: Transform + pos: 41.5,24.5 + parent: 2 +- proto: SurveillanceCameraRouterEngineering + entities: + - uid: 7274 + components: + - type: Transform + pos: 38.5,59.5 + parent: 2 +- proto: SurveillanceCameraRouterGeneral + entities: + - uid: 7273 + components: + - type: Transform + pos: 41.5,59.5 + parent: 2 +- proto: SurveillanceCameraRouterMedical + entities: + - uid: 7270 + components: + - type: Transform + pos: 40.5,59.5 + parent: 2 +- proto: SurveillanceCameraRouterScience + entities: + - uid: 1039 + components: + - type: Transform + pos: 41.5,57.5 + parent: 2 +- proto: SurveillanceCameraRouterSecurity + entities: + - uid: 3048 + components: + - type: Transform + pos: 53.5,30.5 + parent: 2 +- proto: SurveillanceCameraRouterService + entities: + - uid: 7271 + components: + - type: Transform + pos: 42.5,59.5 + parent: 2 +- proto: SurveillanceCameraRouterSupply + entities: + - uid: 488 + components: + - type: Transform + pos: 4.5,3.5 + parent: 2 +- proto: SurveillanceCameraScience + entities: + - uid: 12543 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,0.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraScience + nameSet: True + id: Робототехника + - uid: 12544 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-1.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraScience + nameSet: True + id: Холл + - uid: 12545 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-3.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraScience + nameSet: True + id: Аномалистика + - uid: 12547 + components: + - type: Transform + pos: 16.5,4.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraScience + nameSet: True + id: кабинет НР + - uid: 12548 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,10.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraScience + nameSet: True + id: стойка +- proto: SurveillanceCameraSecurity + entities: + - uid: 571 + components: + - type: Transform + pos: 14.5,8.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: охранный пост карго + - uid: 4247 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,39.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Перманентная тюрьма + - uid: 12549 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,22.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Адвокат + - uid: 12552 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,20.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: камера 2 + - uid: 12553 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,17.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: камера 1 + - uid: 12554 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,19.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: смотритель + - uid: 12555 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,17.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: раздевалка + - uid: 12556 + components: + - type: Transform + pos: 61.5,24.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Мед Пункт + - uid: 12557 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,28.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Оружейная + - uid: 12558 + components: + - type: Transform + pos: 42.5,30.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Стойка + - uid: 12559 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,36.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Кабинет Детектива +- proto: SurveillanceCameraService + entities: + - uid: 12520 + components: + - type: Transform + pos: 37.5,50.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Гримёрочная + - uid: 12521 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,48.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Кухня + - uid: 12522 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,42.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Ботаника + - uid: 12523 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,55.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Барная стойка + - uid: 12524 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,46.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Сцена + - uid: 12525 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 66.5,57.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Библиотека + - uid: 12528 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 70.5,47.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: зоопарк + - uid: 12529 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 79.5,41.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Кабинет зоолога + - uid: 12532 + components: + - type: Transform + pos: 79.5,30.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Церковь + - uid: 12569 + components: + - type: Transform + pos: 67.5,47.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Уборщик +- proto: SurveillanceCameraSupply + entities: + - uid: 572 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,10.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: холл + - uid: 573 + components: + - type: Transform + pos: 2.5,12.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: утилизаторы + - uid: 574 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,1.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: квартирмейстер +- proto: SurveillanceCameraWirelessRouterBase + entities: + - uid: 7275 + components: + - type: Transform + pos: 42.5,57.5 + parent: 2 +- proto: SurveillanceCameraWirelessRouterEntertainment + entities: + - uid: 7272 + components: + - type: Transform + pos: 38.5,57.5 + parent: 2 +- proto: SurveillanceWirelessCameraAnchoredEntertainment + entities: + - uid: 14342 + components: + - type: Transform + pos: 22.5,-35.5 + parent: 2 +- proto: SurveillanceWirelessCameraMovableEntertainment + entities: + - uid: 4869 + components: + - type: Transform + pos: 4.5,29.5 + parent: 2 + - uid: 9332 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 74.5,40.5 + parent: 2 +- proto: SyndicateSpongeWrapped + entities: + - uid: 3438 + components: + - type: Transform + parent: 8008 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: SyndiPDA + entities: + - uid: 7550 + components: + - type: Transform + pos: 54.53749,32.572937 + parent: 2 + - type: ContainerContainer + containers: + PDA-id: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + PDA-pen: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + Cartridge-Slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + program-container: !type:Container + showEnts: False + occludes: True + ents: [] + actions: !type:Container + showEnts: False + occludes: True + ents: + - 7551 + PDA-pai: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - type: UnpoweredFlashlight + toggleActionEntity: 7551 + - type: ActionsContainer +- proto: Syringe + entities: + - uid: 2512 + components: + - type: Transform + pos: 60.374367,1.6068103 + parent: 2 + - uid: 4955 + components: + - type: MetaData + name: шприц космонаркотиков + - type: Transform + pos: 6.3816957,27.443737 + parent: 2 + - type: Tag + tags: + - Syringe + - type: SolutionContainerManager + solutions: + injector: + temperature: 293.15 + canMix: False + canReact: True + maxVol: 15 + name: null + reagents: + - data: null + ReagentId: SpaceDrugs + Quantity: 7 +- proto: Table + entities: + - uid: 161 + components: + - type: Transform + pos: 9.5,16.5 + parent: 2 + - uid: 173 + components: + - type: Transform + pos: 2.5,12.5 + parent: 2 + - uid: 491 + components: + - type: Transform + pos: 5.5,3.5 + parent: 2 + - uid: 515 + components: + - type: Transform + pos: 78.5,62.5 + parent: 2 + - uid: 559 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,8.5 + parent: 2 + - uid: 1663 + components: + - type: Transform + pos: 74.5,58.5 + parent: 2 + - uid: 1693 + components: + - type: Transform + pos: 27.5,-2.5 + parent: 2 + - uid: 1716 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-4.5 + parent: 2 + - uid: 1717 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-3.5 + parent: 2 + - uid: 1718 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-2.5 + parent: 2 + - uid: 1719 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-4.5 + parent: 2 + - uid: 1720 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-3.5 + parent: 2 + - uid: 1721 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-2.5 + parent: 2 + - uid: 1733 + components: + - type: Transform + pos: 20.5,-0.5 + parent: 2 + - uid: 1734 + components: + - type: Transform + pos: 20.5,-1.5 + parent: 2 + - uid: 1743 + components: + - type: Transform + pos: 20.5,9.5 + parent: 2 + - uid: 1744 + components: + - type: Transform + pos: 20.5,10.5 + parent: 2 + - uid: 1745 + components: + - type: Transform + pos: 21.5,10.5 + parent: 2 + - uid: 1911 + components: + - type: Transform + pos: 26.5,-2.5 + parent: 2 + - uid: 2310 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,7.5 + parent: 2 + - uid: 2313 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,8.5 + parent: 2 + - uid: 2456 + components: + - type: Transform + pos: 57.5,-3.5 + parent: 2 + - uid: 2474 + components: + - type: Transform + pos: 52.5,-4.5 + parent: 2 + - uid: 2475 + components: + - type: Transform + pos: 52.5,-5.5 + parent: 2 + - uid: 2476 + components: + - type: Transform + pos: 53.5,-5.5 + parent: 2 + - uid: 2565 + components: + - type: Transform + pos: 42.5,-2.5 + parent: 2 + - uid: 2602 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,6.5 + parent: 2 + - uid: 2628 + components: + - type: Transform + pos: 49.5,-8.5 + parent: 2 + - uid: 2629 + components: + - type: Transform + pos: 50.5,-8.5 + parent: 2 + - uid: 2630 + components: + - type: Transform + pos: 50.5,-9.5 + parent: 2 + - uid: 2648 + components: + - type: Transform + pos: 56.5,6.5 + parent: 2 + - uid: 2649 + components: + - type: Transform + pos: 55.5,6.5 + parent: 2 + - uid: 2855 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,46.5 + parent: 2 + - uid: 2857 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,49.5 + parent: 2 + - uid: 3108 + components: + - type: Transform + pos: 54.5,35.5 + parent: 2 + - uid: 3212 + components: + - type: Transform + pos: 47.5,19.5 + parent: 2 + - uid: 3213 + components: + - type: Transform + pos: 47.5,18.5 + parent: 2 + - uid: 3237 + components: + - type: Transform + pos: 57.5,18.5 + parent: 2 + - uid: 3311 + components: + - type: Transform + pos: 62.5,24.5 + parent: 2 + - uid: 3324 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,32.5 + parent: 2 + - uid: 4470 + components: + - type: Transform + pos: 17.5,44.5 + parent: 2 + - uid: 4471 + components: + - type: Transform + pos: 16.5,44.5 + parent: 2 + - uid: 4472 + components: + - type: Transform + pos: 15.5,45.5 + parent: 2 + - uid: 4573 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,50.5 + parent: 2 + - uid: 4574 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,50.5 + parent: 2 + - uid: 4587 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,40.5 + parent: 2 + - uid: 4588 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,40.5 + parent: 2 + - uid: 4589 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,40.5 + parent: 2 + - uid: 4590 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,40.5 + parent: 2 + - uid: 4652 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,48.5 + parent: 2 + - uid: 4698 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,47.5 + parent: 2 + - uid: 4699 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,49.5 + parent: 2 + - uid: 4750 + components: + - type: Transform + pos: 14.5,46.5 + parent: 2 + - uid: 4751 + components: + - type: Transform + pos: 14.5,47.5 + parent: 2 + - uid: 4752 + components: + - type: Transform + pos: 14.5,48.5 + parent: 2 + - uid: 4753 + components: + - type: Transform + pos: 15.5,48.5 + parent: 2 + - uid: 5132 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,42.5 + parent: 2 + - uid: 5134 + components: + - type: Transform + pos: 40.5,42.5 + parent: 2 + - uid: 5135 + components: + - type: Transform + pos: 40.5,40.5 + parent: 2 + - uid: 5136 + components: + - type: Transform + pos: 39.5,40.5 + parent: 2 + - uid: 5137 + components: + - type: Transform + pos: 39.5,42.5 + parent: 2 + - uid: 5151 + components: + - type: Transform + pos: 65.5,49.5 + parent: 2 + - uid: 5152 + components: + - type: Transform + pos: 16.5,46.5 + parent: 2 + - uid: 5195 + components: + - type: Transform + pos: 84.5,8.5 + parent: 2 + - uid: 5426 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 67.5,9.5 + parent: 2 + - uid: 5427 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 66.5,9.5 + parent: 2 + - uid: 6566 + components: + - type: Transform + pos: 81.5,8.5 + parent: 2 + - uid: 6603 + components: + - type: Transform + pos: 82.5,8.5 + parent: 2 + - uid: 7131 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,68.5 + parent: 2 + - uid: 7132 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,69.5 + parent: 2 + - uid: 7139 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,73.5 + parent: 2 + - uid: 7154 + components: + - type: Transform + pos: 47.5,56.5 + parent: 2 + - uid: 7397 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 66.5,37.5 + parent: 2 + - uid: 7403 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 67.5,37.5 + parent: 2 + - uid: 7421 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,42.5 + parent: 2 + - uid: 7473 + components: + - type: Transform + pos: 3.5,24.5 + parent: 2 + - uid: 7474 + components: + - type: Transform + pos: 4.5,24.5 + parent: 2 + - uid: 7475 + components: + - type: Transform + pos: 4.5,23.5 + parent: 2 + - uid: 7476 + components: + - type: Transform + pos: 4.5,22.5 + parent: 2 + - uid: 7486 + components: + - type: Transform + pos: 2.5,20.5 + parent: 2 + - uid: 7615 + components: + - type: Transform + pos: 37.5,10.5 + parent: 2 + - uid: 7838 + components: + - type: Transform + pos: 74.5,62.5 + parent: 2 + - uid: 7845 + components: + - type: Transform + pos: 78.5,58.5 + parent: 2 + - uid: 8292 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,39.5 + parent: 2 + - uid: 8293 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,38.5 + parent: 2 + - uid: 8294 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,37.5 + parent: 2 + - uid: 8296 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,42.5 + parent: 2 + - uid: 9186 + components: + - type: Transform + pos: 54.5,20.5 + parent: 2 + - uid: 9574 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 73.5,8.5 + parent: 2 + - uid: 9613 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-2.5 + parent: 2 + - uid: 9789 + components: + - type: Transform + pos: 19.5,-18.5 + parent: 2 + - uid: 9799 + components: + - type: Transform + pos: 18.5,-18.5 + parent: 2 + - uid: 10411 + components: + - type: Transform + pos: 45.5,20.5 + parent: 2 + - uid: 11261 + components: + - type: Transform + pos: 45.5,19.5 + parent: 2 + - uid: 13321 + components: + - type: Transform + pos: 58.5,20.5 + parent: 2 + - uid: 13906 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,48.5 + parent: 2 + - uid: 13907 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,48.5 + parent: 2 + - uid: 14075 + components: + - type: Transform + pos: 62.5,29.5 + parent: 2 + - uid: 14423 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-31.5 + parent: 2 + - uid: 14424 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-31.5 + parent: 2 + - uid: 14773 + components: + - type: Transform + pos: 79.5,67.5 + parent: 2 + - uid: 14951 + components: + - type: Transform + pos: 55.5,24.5 + parent: 2 + - uid: 27897 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-1.5 + parent: 2 + - uid: 27993 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 63.5,-0.5 + parent: 2 + - uid: 28057 + components: + - type: Transform + pos: 21.5,-6.5 + parent: 2 +- proto: TableCarpet + entities: + - uid: 2858 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,54.5 + parent: 2 + - uid: 4654 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,53.5 + parent: 2 + - uid: 4655 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,55.5 + parent: 2 + - uid: 4656 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,53.5 + parent: 2 + - uid: 4657 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,54.5 + parent: 2 + - uid: 4663 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,55.5 + parent: 2 + - uid: 6412 + components: + - type: Transform + pos: 65.5,64.5 + parent: 2 + - uid: 6413 + components: + - type: Transform + pos: 65.5,63.5 + parent: 2 + - uid: 6414 + components: + - type: Transform + pos: 66.5,63.5 + parent: 2 + - uid: 6415 + components: + - type: Transform + pos: 66.5,64.5 + parent: 2 +- proto: TableCounterWood + entities: + - uid: 5274 + components: + - type: Transform + pos: 27.5,63.5 + parent: 2 + - uid: 5275 + components: + - type: Transform + pos: 28.5,63.5 + parent: 2 + - uid: 5276 + components: + - type: Transform + pos: 29.5,63.5 + parent: 2 + - uid: 5277 + components: + - type: Transform + pos: 30.5,63.5 + parent: 2 + - uid: 5278 + components: + - type: Transform + pos: 30.5,62.5 + parent: 2 + - uid: 5279 + components: + - type: Transform + pos: 31.5,62.5 + parent: 2 + - uid: 5280 + components: + - type: Transform + pos: 32.5,62.5 + parent: 2 + - uid: 5281 + components: + - type: Transform + pos: 32.5,63.5 + parent: 2 +- proto: TableFrame + entities: + - uid: 4734 + components: + - type: Transform + pos: 56.5,-3.5 + parent: 2 + - uid: 14224 + components: + - type: Transform + pos: 18.5,-16.5 + parent: 2 + - uid: 14493 + components: + - type: Transform + pos: 19.5,-16.5 + parent: 2 +- proto: TableGlass + entities: + - uid: 2579 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-0.5 + parent: 2 + - uid: 2617 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-0.5 + parent: 2 + - uid: 2619 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,-0.5 + parent: 2 + - uid: 4732 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 83.5,46.5 + parent: 2 + - uid: 5958 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 83.5,43.5 + parent: 2 + - uid: 7850 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 68.5,57.5 + parent: 2 + - uid: 7907 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 68.5,63.5 + parent: 2 + - uid: 7908 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 68.5,60.5 + parent: 2 +- proto: TableReinforced + entities: + - uid: 74 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,11.5 + parent: 2 + - uid: 191 + components: + - type: Transform + pos: 5.5,5.5 + parent: 2 + - uid: 192 + components: + - type: Transform + pos: 4.5,5.5 + parent: 2 + - uid: 193 + components: + - type: Transform + pos: 8.5,9.5 + parent: 2 + - uid: 499 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,3.5 + parent: 2 + - uid: 500 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,2.5 + parent: 2 + - uid: 523 + components: + - type: Transform + pos: 26.5,30.5 + parent: 2 + - uid: 554 + components: + - type: Transform + pos: 15.5,11.5 + parent: 2 + - uid: 605 + components: + - type: Transform + pos: 28.5,30.5 + parent: 2 + - uid: 683 + components: + - type: Transform + pos: 22.5,30.5 + parent: 2 + - uid: 684 + components: + - type: Transform + pos: 20.5,30.5 + parent: 2 + - uid: 830 + components: + - type: Transform + pos: 16.5,21.5 + parent: 2 + - uid: 834 + components: + - type: Transform + pos: 15.5,22.5 + parent: 2 + - uid: 1070 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,22.5 + parent: 2 + - uid: 1437 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,22.5 + parent: 2 + - uid: 1463 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,9.5 + parent: 2 + - uid: 1472 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,10.5 + parent: 2 + - uid: 1474 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-11.5 + parent: 2 + - uid: 2282 + components: + - type: Transform + pos: 41.5,10.5 + parent: 2 + - uid: 2293 + components: + - type: Transform + pos: 34.5,9.5 + parent: 2 + - uid: 2294 + components: + - type: Transform + pos: 34.5,10.5 + parent: 2 + - uid: 2303 + components: + - type: Transform + pos: 41.5,5.5 + parent: 2 + - uid: 2511 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 60.5,1.5 + parent: 2 + - uid: 2590 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,10.5 + parent: 2 + - uid: 2592 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,9.5 + parent: 2 + - uid: 2593 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,8.5 + parent: 2 + - uid: 2934 + components: + - type: Transform + pos: 50.5,21.5 + parent: 2 + - uid: 2952 + components: + - type: Transform + pos: 49.5,21.5 + parent: 2 + - uid: 3141 + components: + - type: Transform + pos: 49.5,26.5 + parent: 2 + - uid: 3142 + components: + - type: Transform + pos: 51.5,26.5 + parent: 2 + - uid: 3143 + components: + - type: Transform + pos: 50.5,26.5 + parent: 2 + - uid: 3187 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,32.5 + parent: 2 + - uid: 3188 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,29.5 + parent: 2 + - uid: 3189 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,29.5 + parent: 2 + - uid: 3201 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,18.5 + parent: 2 + - uid: 3202 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,17.5 + parent: 2 + - uid: 3279 + components: + - type: Transform + pos: 39.5,30.5 + parent: 2 + - uid: 3302 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,32.5 + parent: 2 + - uid: 4415 + components: + - type: Transform + pos: 19.5,47.5 + parent: 2 + - uid: 4416 + components: + - type: Transform + pos: 19.5,50.5 + parent: 2 + - uid: 4417 + components: + - type: Transform + pos: 19.5,48.5 + parent: 2 + - uid: 4418 + components: + - type: Transform + pos: 19.5,49.5 + parent: 2 + - uid: 4433 + components: + - type: Transform + pos: 27.5,53.5 + parent: 2 + - uid: 4438 + components: + - type: Transform + pos: 25.5,52.5 + parent: 2 + - uid: 4439 + components: + - type: Transform + pos: 24.5,52.5 + parent: 2 + - uid: 4440 + components: + - type: Transform + pos: 22.5,52.5 + parent: 2 + - uid: 4517 + components: + - type: Transform + pos: 23.5,52.5 + parent: 2 + - uid: 4518 + components: + - type: Transform + pos: 26.5,52.5 + parent: 2 + - uid: 4586 + components: + - type: Transform + pos: 27.5,54.5 + parent: 2 + - uid: 4870 + components: + - type: Transform + pos: 4.5,27.5 + parent: 2 + - uid: 4871 + components: + - type: Transform + pos: 3.5,27.5 + parent: 2 + - uid: 5160 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,57.5 + parent: 2 + - uid: 5164 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,58.5 + parent: 2 + - uid: 5175 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,58.5 + parent: 2 + - uid: 5178 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,57.5 + parent: 2 + - uid: 5202 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,59.5 + parent: 2 + - uid: 5203 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,59.5 + parent: 2 + - uid: 5522 + components: + - type: Transform + pos: 75.5,15.5 + parent: 2 + - uid: 6054 + components: + - type: Transform + pos: 40.5,7.5 + parent: 2 + - uid: 6507 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,54.5 + parent: 2 + - uid: 6508 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,54.5 + parent: 2 + - uid: 6509 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,54.5 + parent: 2 + - uid: 6612 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,69.5 + parent: 2 + - uid: 6613 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,70.5 + parent: 2 + - uid: 7245 + components: + - type: Transform + pos: 40.5,66.5 + parent: 2 + - uid: 7246 + components: + - type: Transform + pos: 39.5,66.5 + parent: 2 + - uid: 7902 + components: + - type: Transform + pos: 81.5,54.5 + parent: 2 + - uid: 7979 + components: + - type: Transform + pos: 81.5,51.5 + parent: 2 + - uid: 9475 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,33.5 + parent: 2 + - uid: 9639 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-10.5 + parent: 2 + - uid: 14065 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,27.5 + parent: 2 + - uid: 14066 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,26.5 + parent: 2 + - uid: 14235 + components: + - type: Transform + pos: 40.5,6.5 + parent: 2 + - uid: 14418 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-33.5 + parent: 2 + - uid: 14419 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-33.5 + parent: 2 + - uid: 14420 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-33.5 + parent: 2 + - uid: 14421 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-33.5 + parent: 2 + - uid: 14422 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-33.5 + parent: 2 + - uid: 14797 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 75.5,70.5 + parent: 2 + - uid: 14803 + components: + - type: Transform + pos: 76.5,69.5 + parent: 2 + - uid: 14804 + components: + - type: Transform + pos: 75.5,69.5 + parent: 2 + - uid: 28048 + components: + - type: Transform + pos: 24.5,-6.5 + parent: 2 + - uid: 28049 + components: + - type: Transform + pos: 24.5,-7.5 + parent: 2 + - uid: 28050 + components: + - type: Transform + pos: 24.5,-8.5 + parent: 2 +- proto: TableStone + entities: + - uid: 27901 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-8.5 + parent: 2 +- proto: TableWood + entities: + - uid: 490 + components: + - type: Transform + pos: 39.5,-7.5 + parent: 2 + - uid: 654 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,24.5 + parent: 2 + - uid: 658 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,25.5 + parent: 2 + - uid: 674 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,25.5 + parent: 2 + - uid: 676 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,24.5 + parent: 2 + - uid: 706 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,25.5 + parent: 2 + - uid: 800 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,24.5 + parent: 2 + - uid: 878 + components: + - type: Transform + pos: 20.5,20.5 + parent: 2 + - uid: 879 + components: + - type: Transform + pos: 20.5,19.5 + parent: 2 + - uid: 931 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,22.5 + parent: 2 + - uid: 933 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,21.5 + parent: 2 + - uid: 934 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,22.5 + parent: 2 + - uid: 935 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,22.5 + parent: 2 + - uid: 1781 + components: + - type: Transform + pos: 17.5,6.5 + parent: 2 + - uid: 1786 + components: + - type: Transform + pos: 17.5,5.5 + parent: 2 + - uid: 3044 + components: + - type: Transform + pos: 40.5,34.5 + parent: 2 + - uid: 3054 + components: + - type: Transform + pos: 40.5,35.5 + parent: 2 + - uid: 3133 + components: + - type: Transform + pos: 51.5,41.5 + parent: 2 + - uid: 3134 + components: + - type: Transform + pos: 51.5,40.5 + parent: 2 + - uid: 3135 + components: + - type: Transform + pos: 51.5,39.5 + parent: 2 + - uid: 3217 + components: + - type: Transform + pos: 61.5,20.5 + parent: 2 + - uid: 3218 + components: + - type: Transform + pos: 60.5,20.5 + parent: 2 + - uid: 3329 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,30.5 + parent: 2 + - uid: 3331 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,31.5 + parent: 2 + - uid: 3332 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,31.5 + parent: 2 + - uid: 3465 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,20.5 + parent: 2 + - uid: 4552 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,52.5 + parent: 2 + - uid: 4559 + components: + - type: Transform + pos: 37.5,52.5 + parent: 2 + - uid: 4605 + components: + - type: Transform + pos: 22.5,55.5 + parent: 2 + - uid: 4606 + components: + - type: Transform + pos: 23.5,55.5 + parent: 2 + - uid: 4607 + components: + - type: Transform + pos: 24.5,55.5 + parent: 2 + - uid: 4640 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,47.5 + parent: 2 + - uid: 4641 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,46.5 + parent: 2 + - uid: 4659 + components: + - type: Transform + pos: 22.5,46.5 + parent: 2 + - uid: 4660 + components: + - type: Transform + pos: 24.5,49.5 + parent: 2 + - uid: 4661 + components: + - type: Transform + pos: 23.5,46.5 + parent: 2 + - uid: 4664 + components: + - type: Transform + pos: 24.5,48.5 + parent: 2 + - uid: 4668 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,43.5 + parent: 2 + - uid: 4669 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,44.5 + parent: 2 + - uid: 4713 + components: + - type: Transform + pos: 42.5,47.5 + parent: 2 + - uid: 4714 + components: + - type: Transform + pos: 41.5,47.5 + parent: 2 + - uid: 4786 + components: + - type: Transform + pos: 19.5,53.5 + parent: 2 + - uid: 4866 + components: + - type: Transform + pos: 40.5,-7.5 + parent: 2 + - uid: 4895 + components: + - type: Transform + pos: 8.5,38.5 + parent: 2 + - uid: 4896 + components: + - type: Transform + pos: 7.5,38.5 + parent: 2 + - uid: 4897 + components: + - type: Transform + pos: 7.5,37.5 + parent: 2 + - uid: 4898 + components: + - type: Transform + pos: 5.5,38.5 + parent: 2 + - uid: 4939 + components: + - type: Transform + pos: 9.5,31.5 + parent: 2 + - uid: 4940 + components: + - type: Transform + pos: 8.5,31.5 + parent: 2 + - uid: 4941 + components: + - type: Transform + pos: 7.5,31.5 + parent: 2 + - uid: 5288 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,60.5 + parent: 2 + - uid: 5803 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 80.5,33.5 + parent: 2 + - uid: 5804 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 80.5,31.5 + parent: 2 + - uid: 6390 + components: + - type: Transform + pos: 59.5,56.5 + parent: 2 + - uid: 6392 + components: + - type: Transform + pos: 59.5,59.5 + parent: 2 + - uid: 6393 + components: + - type: Transform + pos: 59.5,58.5 + parent: 2 + - uid: 6400 + components: + - type: Transform + pos: 62.5,57.5 + parent: 2 + - uid: 6401 + components: + - type: Transform + pos: 63.5,57.5 + parent: 2 + - uid: 6420 + components: + - type: Transform + pos: 62.5,62.5 + parent: 2 + - uid: 6423 + components: + - type: Transform + pos: 60.5,61.5 + parent: 2 + - uid: 6424 + components: + - type: Transform + pos: 59.5,61.5 + parent: 2 + - uid: 7439 + components: + - type: Transform + pos: 7.5,22.5 + parent: 2 + - uid: 7449 + components: + - type: Transform + pos: 7.5,21.5 + parent: 2 + - uid: 8006 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,55.5 + parent: 2 + - uid: 9307 + components: + - type: Transform + pos: 76.5,42.5 + parent: 2 + - uid: 9308 + components: + - type: Transform + pos: 76.5,41.5 + parent: 2 + - uid: 9309 + components: + - type: Transform + pos: 77.5,41.5 + parent: 2 + - uid: 9310 + components: + - type: Transform + pos: 78.5,41.5 + parent: 2 +- proto: TargetHuman + entities: + - uid: 14429 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-38.5 + parent: 2 +- proto: TargetStrange + entities: + - uid: 14430 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-35.5 + parent: 2 +- proto: TegCenter + entities: + - uid: 6810 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,82.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: TegCirculator + entities: + - uid: 6811 + components: + - type: Transform + pos: 49.5,82.5 + parent: 2 + - type: PointLight + color: '#FF3300FF' + - uid: 6812 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,82.5 + parent: 2 + - type: PointLight + color: '#FF3300FF' +- proto: TelecomServer + entities: + - uid: 5434 + components: + - type: Transform + pos: 81.5,16.5 + parent: 2 + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 5435 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] + - uid: 5449 + components: + - type: Transform + pos: 77.5,15.5 + parent: 2 + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 5450 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] + - uid: 5451 + components: + - type: Transform + pos: 77.5,16.5 + parent: 2 + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 5452 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] + - uid: 5453 + components: + - type: Transform + pos: 81.5,18.5 + parent: 2 + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 5454 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] + - uid: 5458 + components: + - type: Transform + pos: 80.5,19.5 + parent: 2 + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 5459 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] + - uid: 5460 + components: + - type: Transform + pos: 79.5,18.5 + parent: 2 + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 5461 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] + - uid: 5462 + components: + - type: Transform + pos: 79.5,16.5 + parent: 2 + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 5463 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] + - uid: 5468 + components: + - type: Transform + pos: 77.5,19.5 + parent: 2 + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 5469 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] + - uid: 5471 + components: + - type: Transform + pos: 77.5,18.5 + parent: 2 + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 5472 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] +- proto: TelecomServerCircuitboard + entities: + - uid: 5529 + components: + - type: Transform + pos: 75.589874,15.674126 + parent: 2 +- proto: Thruster + entities: + - uid: 8077 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 75.5,71.5 + parent: 2 + - uid: 14762 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 75.5,73.5 + parent: 2 + - uid: 14764 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 75.5,72.5 + parent: 2 +- proto: TimerTrigger + entities: + - uid: 14396 + components: + - type: Transform + pos: 22.5,-33.5 + parent: 2 +- proto: TintedWindow + entities: + - uid: 5610 + components: + - type: Transform + pos: 75.5,35.5 + parent: 2 + - uid: 5611 + components: + - type: Transform + pos: 76.5,35.5 + parent: 2 + - uid: 5613 + components: + - type: Transform + pos: 79.5,35.5 + parent: 2 + - uid: 5614 + components: + - type: Transform + pos: 78.5,35.5 + parent: 2 + - uid: 5616 + components: + - type: Transform + pos: 82.5,35.5 + parent: 2 + - uid: 5617 + components: + - type: Transform + pos: 81.5,35.5 + parent: 2 + - uid: 5694 + components: + - type: Transform + pos: 73.5,34.5 + parent: 2 + - uid: 5848 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 83.5,27.5 + parent: 2 + - uid: 5849 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 84.5,27.5 + parent: 2 +- proto: ToiletDirtyWater + entities: + - uid: 28118 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,49.5 + parent: 2 + - uid: 28120 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,47.5 + parent: 2 +- proto: ToiletEmpty + entities: + - uid: 952 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,22.5 + parent: 2 + - type: Drain + accumulator: 0.1664857 + - uid: 4952 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,25.5 + parent: 2 + - type: Drain + accumulator: 0.1664857 + - uid: 4953 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,27.5 + parent: 2 + - type: Drain + accumulator: 0.1664857 + - uid: 13434 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,37.5 + parent: 2 +- proto: ToolboxElectricalFilled + entities: + - uid: 7412 + components: + - type: Transform + pos: 68.49887,37.83966 + parent: 2 +- proto: ToolboxEmergency + entities: + - uid: 5233 + components: + - type: Transform + pos: 21.45564,57.712902 + parent: 2 + - uid: 5234 + components: + - type: Transform + pos: 21.61464,57.517212 + parent: 2 +- proto: ToolboxEmergencyFilled + entities: + - uid: 175 + components: + - type: Transform + pos: 4.5122805,12.523555 + parent: 2 + - uid: 7414 + components: + - type: Transform + pos: 67.50819,41.582222 + parent: 2 + - uid: 7480 + components: + - type: Transform + pos: 4.6208367,23.109694 + parent: 2 + - uid: 7481 + components: + - type: Transform + pos: 4.4740696,22.852852 + parent: 2 + - uid: 28094 + components: + - type: Transform + pos: 33.5,-9.5 + parent: 2 +- proto: ToolboxMechanicalFilled + entities: + - uid: 1748 + components: + - type: Transform + pos: 20.482819,9.663286 + parent: 2 + - uid: 7411 + components: + - type: Transform + pos: 68.51721,37.564472 + parent: 2 +- proto: ToolboxSyndicateFilled + entities: + - uid: 3441 + components: + - type: Transform + parent: 8012 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ToyFigurineBartender + entities: + - uid: 4616 + components: + - type: Transform + pos: 26.355766,52.599876 + parent: 2 +- proto: ToyFigurineEngineer + entities: + - uid: 4944 + components: + - type: Transform + pos: 7.7734017,31.82122 + parent: 2 +- proto: ToyFigurineGreytider + entities: + - uid: 28092 + components: + - type: Transform + pos: 35.5,-9.5 + parent: 2 +- proto: ToyFigurineMouse + entities: + - uid: 4943 + components: + - type: Transform + pos: 7.571597,31.674454 + parent: 2 +- proto: ToyFigurineSpaceDragon + entities: + - uid: 3260 + components: + - type: MetaData + desc: Фигурка космического дракона, в таком виде он выглядит на удивление дружелюбным. На макушке находится ленточка. Похоже, это подарок кому-то. + name: фигурка дракона + - type: Transform + pos: 24.400814,-4.1974635 + parent: 2 +- proto: ToyFigurineWarden + entities: + - uid: 2879 + components: + - type: Transform + pos: 60.310074,20.570934 + parent: 2 +- proto: ToyMouse + entities: + - uid: 4788 + components: + - type: Transform + pos: 19.504417,53.64364 + parent: 2 +- proto: ToyNuke + entities: + - uid: 6418 + components: + - type: Transform + pos: 65.646164,64.54434 + parent: 2 +- proto: ToyRubberDuck + entities: + - uid: 4632 + components: + - type: Transform + pos: 9.519593,28.900995 + parent: 2 + - uid: 28113 + components: + - type: Transform + pos: 65.5,25.5 + parent: 2 +- proto: ToySpawner + entities: + - uid: 27916 + components: + - type: Transform + pos: 19.5,55.5 + parent: 2 +- proto: TrashBananaPeel + entities: + - uid: 4771 + components: + - type: Transform + pos: 40.543518,51.48851 + parent: 2 +- proto: trayScanner + entities: + - uid: 6523 + components: + - type: Transform + pos: 21.633184,-31.413296 + parent: 2 +- proto: TrumpetInstrument + entities: + - uid: 4542 + components: + - type: Transform + pos: 31.466764,48.464863 + parent: 2 +- proto: TwoWayLever + entities: + - uid: 184 + components: + - type: Transform + pos: 1.5,7.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 181: + - Left: Forward + - Right: Reverse + - Middle: Off + 138: + - Left: Forward + - Right: Reverse + - Middle: Off + 146: + - Left: Forward + - Right: Reverse + - Middle: Off + 149: + - Left: Forward + - Right: Reverse + - Middle: Off + 45: + - Left: Forward + - Right: Reverse + - Middle: Off + 152: + - Left: Forward + - Right: Reverse + - Middle: Off + 151: + - Left: Forward + - Right: Reverse + - Middle: Off + 150: + - Left: Forward + - Right: Reverse + - Middle: Off + 183: + - Left: Open + - Right: Open + - Middle: Close + 182: + - Left: Open + - Right: Open + - Middle: Close + - uid: 7491 + components: + - type: Transform + pos: 0.5,21.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 9577: + - Left: Forward + - Right: Reverse + - Middle: Off + 94: + - Left: Forward + - Right: Reverse + - Middle: Off + 1647: + - Left: Forward + - Right: Reverse + - Middle: Off + 1057: + - Left: Forward + - Right: Reverse + - Middle: Off + 7470: + - Left: Forward + - Right: Reverse + - Middle: Off + 7471: + - Left: Forward + - Right: Reverse + - Middle: Off + 1687: + - Left: Forward + - Right: Reverse + - Middle: Off + 7460: + - Left: Forward + - Right: Reverse + - Middle: Off + 7461: + - Left: Forward + - Right: Reverse + - Middle: Off +- proto: UnfinishedMachineFrame + entities: + - uid: 14499 + components: + - type: Transform + pos: 20.5,-16.5 + parent: 2 +- proto: UniformPrinter + entities: + - uid: 539 + components: + - type: Transform + pos: 18.5,22.5 + parent: 2 +- proto: UprightPianoInstrument + entities: + - uid: 5292 + components: + - type: Transform + pos: 32.5,60.5 + parent: 2 +- proto: Vaccinator + entities: + - uid: 2473 + components: + - type: Transform + pos: 57.5,-5.5 + parent: 2 +- proto: VariantCubeBox + entities: + - uid: 14638 + components: + - type: Transform + pos: 24.521978,-11.337398 + parent: 2 +- proto: VendingBarDrobe + entities: + - uid: 4303 + components: + - type: Transform + pos: 18.5,55.5 + parent: 2 +- proto: VendingMachineAtmosDrobe + entities: + - uid: 7699 + components: + - type: Transform + pos: 46.5,77.5 + parent: 2 +- proto: VendingMachineBooze + entities: + - uid: 909 + components: + - type: Transform + pos: 28.5,20.5 + parent: 2 + - uid: 4617 + components: + - type: Transform + pos: 21.5,53.5 + parent: 2 + - uid: 5282 + components: + - type: Transform + pos: 33.5,60.5 + parent: 2 +- proto: VendingMachineCargoDrobe + entities: + - uid: 189 + components: + - type: Transform + pos: 3.5,10.5 + parent: 2 +- proto: VendingMachineCart + entities: + - uid: 872 + components: + - type: Transform + pos: 17.5,19.5 + parent: 2 +- proto: VendingMachineChang + entities: + - uid: 2567 + components: + - type: Transform + pos: 40.5,-2.5 + parent: 2 + - uid: 7511 + components: + - type: Transform + pos: 12.5,66.5 + parent: 2 + - uid: 9755 + components: + - type: Transform + pos: 15.5,77.5 + parent: 2 +- proto: VendingMachineChapel + entities: + - uid: 5826 + components: + - type: Transform + pos: 80.5,26.5 + parent: 2 +- proto: VendingMachineChefDrobe + entities: + - uid: 1933 + components: + - type: Transform + pos: 16.5,53.5 + parent: 2 +- proto: VendingMachineChefvend + entities: + - uid: 1779 + components: + - type: Transform + pos: 14.5,49.5 + parent: 2 +- proto: VendingMachineChemDrobe + entities: + - uid: 2308 + components: + - type: Transform + pos: 44.5,10.5 + parent: 2 +- proto: VendingMachineChemicals + entities: + - uid: 2311 + components: + - type: Transform + pos: 44.5,9.5 + parent: 2 +- proto: VendingMachineCigs + entities: + - uid: 807 + components: + - type: Transform + pos: 22.5,26.5 + parent: 2 + - uid: 1419 + components: + - type: Transform + pos: 52.5,15.5 + parent: 2 + - uid: 4171 + components: + - type: Transform + pos: 46.5,21.5 + parent: 2 + - uid: 4947 + components: + - type: Transform + pos: 6.5,31.5 + parent: 2 + - uid: 8640 + components: + - type: Transform + pos: 12.5,67.5 + parent: 2 +- proto: VendingMachineClothing + entities: + - uid: 4562 + components: + - type: Transform + pos: 39.5,52.5 + parent: 2 + - uid: 4935 + components: + - type: Transform + pos: 9.5,34.5 + parent: 2 +- proto: VendingMachineCoffee + entities: + - uid: 799 + components: + - type: Transform + pos: 26.5,26.5 + parent: 2 + - uid: 837 + components: + - type: Transform + pos: 15.5,16.5 + parent: 2 + - uid: 2566 + components: + - type: Transform + pos: 41.5,-2.5 + parent: 2 + - uid: 3215 + components: + - type: Transform + pos: 47.5,17.5 + parent: 2 + - uid: 4591 + components: + - type: Transform + pos: 29.5,40.5 + parent: 2 +- proto: VendingMachineCondiments + entities: + - uid: 4594 + components: + - type: Transform + pos: 30.5,40.5 + parent: 2 +- proto: VendingMachineCuraDrobe + entities: + - uid: 1480 + components: + - type: Transform + pos: 63.5,61.5 + parent: 2 +- proto: VendingMachineDetDrobe + entities: + - uid: 3375 + components: + - type: Transform + pos: 43.5,34.5 + parent: 2 +- proto: VendingMachineDinnerware + entities: + - uid: 4757 + components: + - type: Transform + pos: 14.5,50.5 + parent: 2 +- proto: VendingMachineDonut + entities: + - uid: 3384 + components: + - type: Transform + pos: 44.5,24.5 + parent: 2 +- proto: VendingMachineEngiDrobe + entities: + - uid: 7164 + components: + - type: Transform + pos: 55.5,56.5 + parent: 2 +- proto: VendingMachineEngivend + entities: + - uid: 7163 + components: + - type: Transform + pos: 55.5,57.5 + parent: 2 +- proto: VendingMachineGames + entities: + - uid: 6422 + components: + - type: Transform + pos: 62.5,61.5 + parent: 2 +- proto: VendingMachineHydrobe + entities: + - uid: 4478 + components: + - type: Transform + pos: 20.5,44.5 + parent: 2 +- proto: VendingMachineJaniDrobe + entities: + - uid: 5168 + components: + - type: Transform + pos: 68.5,49.5 + parent: 2 +- proto: VendingMachineLawDrobe + entities: + - uid: 7452 + components: + - type: Transform + pos: 9.5,20.5 + parent: 2 +- proto: VendingMachineMedical + entities: + - uid: 2655 + components: + - type: Transform + pos: 44.5,-0.5 + parent: 2 + - uid: 3005 + components: + - type: Transform + pos: 62.5,27.5 + parent: 2 +- proto: VendingMachineMediDrobe + entities: + - uid: 2656 + components: + - type: Transform + pos: 44.5,0.5 + parent: 2 +- proto: VendingMachineNutri + entities: + - uid: 4469 + components: + - type: Transform + pos: 14.5,44.5 + parent: 2 +- proto: VendingMachineRestockDiscountDans + entities: + - uid: 9596 + components: + - type: Transform + pos: 57.5,48.5 + parent: 2 +- proto: VendingMachineRestockDonut + entities: + - uid: 9811 + components: + - type: Transform + pos: 15.490019,73.41495 + parent: 2 +- proto: VendingMachineRoboDrobe + entities: + - uid: 2065 + components: + - type: Transform + pos: 30.5,1.5 + parent: 2 +- proto: VendingMachineRobotics + entities: + - uid: 1548 + components: + - type: Transform + pos: 26.5,1.5 + parent: 2 +- proto: VendingMachineSalvage + entities: + - uid: 167 + components: + - type: Transform + pos: 3.5,14.5 + parent: 2 +- proto: VendingMachineSciDrobe + entities: + - uid: 1727 + components: + - type: Transform + pos: 20.5,-4.5 + parent: 2 +- proto: VendingMachineSec + entities: + - uid: 3144 + components: + - type: Transform + pos: 52.5,28.5 + parent: 2 + - uid: 3232 + components: + - type: Transform + pos: 54.5,16.5 + parent: 2 +- proto: VendingMachineSecDrobe + entities: + - uid: 3233 + components: + - type: Transform + pos: 55.5,16.5 + parent: 2 +- proto: VendingMachineSeeds + entities: + - uid: 4477 + components: + - type: Transform + pos: 14.5,43.5 + parent: 2 +- proto: VendingMachineSeedsUnlocked + entities: + - uid: 3118 + components: + - type: Transform + pos: 53.5,43.5 + parent: 2 + - uid: 9519 + components: + - type: Transform + pos: 66.5,30.5 + parent: 2 +- proto: VendingMachineSnackGreen + entities: + - uid: 27992 + components: + - type: Transform + pos: 86.5,14.5 + parent: 2 +- proto: VendingMachineSovietSoda + entities: + - uid: 6985 + components: + - type: Transform + pos: 15.5,83.5 + parent: 2 + - uid: 9759 + components: + - type: Transform + pos: 15.5,76.5 + parent: 2 +- proto: VendingMachineSustenance + entities: + - uid: 3087 + components: + - type: Transform + pos: 55.5,38.5 + parent: 2 +- proto: VendingMachineSyndieDrobe + entities: + - uid: 14048 + components: + - type: Transform + pos: 60.5,33.5 + parent: 2 +- proto: VendingMachineTankDispenserEngineering + entities: + - uid: 7157 + components: + - type: Transform + pos: 46.5,76.5 + parent: 2 + - uid: 13306 + components: + - type: Transform + pos: 48.5,73.5 + parent: 2 +- proto: VendingMachineTankDispenserEVA + entities: + - uid: 7158 + components: + - type: Transform + pos: 50.5,57.5 + parent: 2 +- proto: VendingMachineTheater + entities: + - uid: 4561 + components: + - type: Transform + pos: 35.5,52.5 + parent: 2 +- proto: VendingMachineVendomat + entities: + - uid: 7406 + components: + - type: Transform + pos: 66.5,41.5 + parent: 2 + - uid: 14401 + components: + - type: Transform + pos: 19.5,-31.5 + parent: 2 +- proto: VendingMachineViroDrobe + entities: + - uid: 2479 + components: + - type: Transform + pos: 54.5,-5.5 + parent: 2 +- proto: VendingMachineWinter + entities: + - uid: 4936 + components: + - type: Transform + pos: 6.5,34.5 + parent: 2 +- proto: VendingMachineYouTool + entities: + - uid: 7165 + components: + - type: Transform + pos: 55.5,55.5 + parent: 2 + - uid: 7399 + components: + - type: Transform + pos: 68.5,41.5 + parent: 2 +- proto: ViolinInstrument + entities: + - uid: 4717 + components: + - type: Transform + pos: 42.371483,47.609325 + parent: 2 +- proto: WallClown + entities: + - uid: 8047 + components: + - type: Transform + pos: 74.5,4.5 + parent: 2 + - uid: 8115 + components: + - type: Transform + pos: 73.5,4.5 + parent: 2 + - uid: 8122 + components: + - type: Transform + pos: 74.5,5.5 + parent: 2 + - uid: 9777 + components: + - type: Transform + pos: 72.5,4.5 + parent: 2 + - uid: 9780 + components: + - type: Transform + pos: 72.5,5.5 + parent: 2 + - uid: 9784 + components: + - type: Transform + pos: 72.5,6.5 + parent: 2 + - uid: 9785 + components: + - type: Transform + pos: 74.5,6.5 + parent: 2 + - uid: 9787 + components: + - type: Transform + pos: 73.5,6.5 + parent: 2 +- proto: WallCult + entities: + - uid: 4977 + components: + - type: Transform + pos: 27.5,60.5 + parent: 2 + - uid: 4982 + components: + - type: Transform + pos: 27.5,61.5 + parent: 2 + - uid: 4983 + components: + - type: Transform + pos: 26.5,61.5 + parent: 2 + - uid: 5204 + components: + - type: Transform + pos: 24.5,60.5 + parent: 2 + - uid: 5205 + components: + - type: Transform + pos: 24.5,59.5 + parent: 2 + - uid: 5206 + components: + - type: Transform + pos: 24.5,58.5 + parent: 2 + - uid: 5207 + components: + - type: Transform + pos: 24.5,57.5 + parent: 2 + - uid: 5258 + components: + - type: Transform + pos: 25.5,61.5 + parent: 2 +- proto: WallmountTelescreen + entities: + - uid: 3368 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,35.5 + parent: 2 +- proto: WallmountTelevision + entities: + - uid: 960 + components: + - type: Transform + pos: 17.5,15.5 + parent: 2 + - uid: 2616 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,-0.5 + parent: 2 + - uid: 3136 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,40.5 + parent: 2 + - uid: 8891 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,-3.5 + parent: 2 + - uid: 14743 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,47.5 + parent: 2 + - uid: 15007 + components: + - type: Transform + pos: 39.5,-1.5 + parent: 2 + - uid: 15008 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,-3.5 + parent: 2 + - uid: 15009 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,16.5 + parent: 2 + - uid: 15010 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,19.5 + parent: 2 + - uid: 15011 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,4.5 + parent: 2 + - uid: 15012 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,21.5 + parent: 2 +- proto: WallmountTelevisionFrame + entities: + - uid: 15013 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,72.5 + parent: 2 +- proto: WallReinforced + entities: + - uid: 4 + components: + - type: Transform + pos: 1.5,0.5 + parent: 2 + - uid: 5 + components: + - type: Transform + pos: 0.5,1.5 + parent: 2 + - uid: 6 + components: + - type: Transform + pos: 3.5,0.5 + parent: 2 + - uid: 7 + components: + - type: Transform + pos: 3.5,3.5 + parent: 2 + - uid: 8 + components: + - type: Transform + pos: 0.5,3.5 + parent: 2 + - uid: 10 + components: + - type: Transform + pos: 3.5,4.5 + parent: 2 + - uid: 11 + components: + - type: Transform + pos: 1.5,4.5 + parent: 2 + - uid: 12 + components: + - type: Transform + pos: 8.5,4.5 + parent: 2 + - uid: 13 + components: + - type: Transform + pos: 2.5,4.5 + parent: 2 + - uid: 14 + components: + - type: Transform + pos: 0.5,0.5 + parent: 2 + - uid: 15 + components: + - type: Transform + pos: 3.5,1.5 + parent: 2 + - uid: 16 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,4.5 + parent: 2 + - uid: 17 + components: + - type: Transform + pos: 0.5,2.5 + parent: 2 + - uid: 18 + components: + - type: Transform + pos: 0.5,4.5 + parent: 2 + - uid: 20 + components: + - type: Transform + pos: 7.5,4.5 + parent: 2 + - uid: 22 + components: + - type: Transform + pos: 8.5,0.5 + parent: 2 + - uid: 23 + components: + - type: Transform + pos: 7.5,0.5 + parent: 2 + - uid: 26 + components: + - type: Transform + pos: 4.5,0.5 + parent: 2 + - uid: 27 + components: + - type: Transform + pos: 8.5,3.5 + parent: 2 + - uid: 28 + components: + - type: Transform + pos: 8.5,2.5 + parent: 2 + - uid: 29 + components: + - type: Transform + pos: 8.5,1.5 + parent: 2 + - uid: 37 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,10.5 + parent: 2 + - uid: 39 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,14.5 + parent: 2 + - uid: 40 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,16.5 + parent: 2 + - uid: 53 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,10.5 + parent: 2 + - uid: 54 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,16.5 + parent: 2 + - uid: 87 + components: + - type: Transform + pos: 0.5,17.5 + parent: 2 + - uid: 88 + components: + - type: Transform + pos: 0.5,18.5 + parent: 2 + - uid: 93 + components: + - type: Transform + pos: -1.5,24.5 + parent: 2 + - uid: 98 + components: + - type: Transform + pos: 0.5,24.5 + parent: 2 + - uid: 113 + components: + - type: Transform + pos: 12.5,7.5 + parent: 2 + - uid: 114 + components: + - type: Transform + pos: 68.5,66.5 + parent: 2 + - uid: 119 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,2.5 + parent: 2 + - uid: 120 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,4.5 + parent: 2 + - uid: 125 + components: + - type: Transform + pos: 12.5,8.5 + parent: 2 + - uid: 126 + components: + - type: Transform + pos: 12.5,9.5 + parent: 2 + - uid: 127 + components: + - type: Transform + pos: 12.5,10.5 + parent: 2 + - uid: 128 + components: + - type: Transform + pos: 12.5,11.5 + parent: 2 + - uid: 133 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,14.5 + parent: 2 + - uid: 134 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,11.5 + parent: 2 + - uid: 137 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,11.5 + parent: 2 + - uid: 143 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,10.5 + parent: 2 + - uid: 147 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,4.5 + parent: 2 + - uid: 171 + components: + - type: Transform + pos: 29.5,-36.5 + parent: 2 + - uid: 318 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-1.5 + parent: 2 + - uid: 322 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-1.5 + parent: 2 + - uid: 325 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,2.5 + parent: 2 + - uid: 326 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,2.5 + parent: 2 + - uid: 327 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,3.5 + parent: 2 + - uid: 328 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,4.5 + parent: 2 + - uid: 329 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,4.5 + parent: 2 + - uid: 514 + components: + - type: Transform + pos: 67.5,66.5 + parent: 2 + - uid: 518 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,23.5 + parent: 2 + - uid: 533 + components: + - type: Transform + pos: 16.5,11.5 + parent: 2 + - uid: 547 + components: + - type: Transform + pos: 16.5,10.5 + parent: 2 + - uid: 548 + components: + - type: Transform + pos: 16.5,9.5 + parent: 2 + - uid: 549 + components: + - type: Transform + pos: 16.5,8.5 + parent: 2 + - uid: 550 + components: + - type: Transform + pos: 16.5,7.5 + parent: 2 + - uid: 551 + components: + - type: Transform + pos: 15.5,7.5 + parent: 2 + - uid: 552 + components: + - type: Transform + pos: 14.5,7.5 + parent: 2 + - uid: 553 + components: + - type: Transform + pos: 13.5,7.5 + parent: 2 + - uid: 620 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,20.5 + parent: 2 + - uid: 628 + components: + - type: Transform + pos: 15.5,34.5 + parent: 2 + - uid: 630 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,35.5 + parent: 2 + - uid: 631 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,23.5 + parent: 2 + - uid: 632 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,23.5 + parent: 2 + - uid: 633 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,23.5 + parent: 2 + - uid: 634 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,23.5 + parent: 2 + - uid: 635 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,23.5 + parent: 2 + - uid: 638 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,23.5 + parent: 2 + - uid: 639 + components: + - type: Transform + pos: 34.5,27.5 + parent: 2 + - uid: 640 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,15.5 + parent: 2 + - uid: 648 + components: + - type: Transform + pos: 33.5,34.5 + parent: 2 + - uid: 687 + components: + - type: Transform + pos: 15.5,0.5 + parent: 2 + - uid: 690 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,34.5 + parent: 2 + - uid: 691 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,35.5 + parent: 2 + - uid: 692 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,34.5 + parent: 2 + - uid: 693 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,19.5 + parent: 2 + - uid: 707 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,23.5 + parent: 2 + - uid: 708 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,30.5 + parent: 2 + - uid: 709 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,30.5 + parent: 2 + - uid: 724 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,17.5 + parent: 2 + - uid: 725 + components: + - type: Transform + pos: 14.5,27.5 + parent: 2 + - uid: 726 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,21.5 + parent: 2 + - uid: 728 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,23.5 + parent: 2 + - uid: 729 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,23.5 + parent: 2 + - uid: 730 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,23.5 + parent: 2 + - uid: 731 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,23.5 + parent: 2 + - uid: 732 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,23.5 + parent: 2 + - uid: 733 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,23.5 + parent: 2 + - uid: 734 + components: + - type: Transform + pos: 18.5,30.5 + parent: 2 + - uid: 737 + components: + - type: Transform + pos: 18.5,27.5 + parent: 2 + - uid: 739 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,15.5 + parent: 2 + - uid: 741 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,15.5 + parent: 2 + - uid: 742 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,15.5 + parent: 2 + - uid: 743 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,15.5 + parent: 2 + - uid: 744 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,15.5 + parent: 2 + - uid: 745 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,15.5 + parent: 2 + - uid: 746 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,15.5 + parent: 2 + - uid: 749 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,16.5 + parent: 2 + - uid: 750 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,22.5 + parent: 2 + - uid: 751 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,15.5 + parent: 2 + - uid: 753 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,15.5 + parent: 2 + - uid: 759 + components: + - type: Transform + pos: 16.5,0.5 + parent: 2 + - uid: 762 + components: + - type: Transform + pos: 30.5,27.5 + parent: 2 + - uid: 765 + components: + - type: Transform + pos: 30.5,30.5 + parent: 2 + - uid: 766 + components: + - type: Transform + pos: 29.5,31.5 + parent: 2 + - uid: 776 + components: + - type: Transform + pos: 19.5,31.5 + parent: 2 + - uid: 777 + components: + - type: Transform + pos: 17.5,27.5 + parent: 2 + - uid: 778 + components: + - type: Transform + pos: 16.5,27.5 + parent: 2 + - uid: 779 + components: + - type: Transform + pos: 15.5,27.5 + parent: 2 + - uid: 780 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,15.5 + parent: 2 + - uid: 783 + components: + - type: Transform + pos: 31.5,27.5 + parent: 2 + - uid: 784 + components: + - type: Transform + pos: 32.5,27.5 + parent: 2 + - uid: 785 + components: + - type: Transform + pos: 33.5,27.5 + parent: 2 + - uid: 789 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,23.5 + parent: 2 + - uid: 790 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,23.5 + parent: 2 + - uid: 791 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,23.5 + parent: 2 + - uid: 792 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,23.5 + parent: 2 + - uid: 793 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,23.5 + parent: 2 + - uid: 795 + components: + - type: Transform + pos: 17.5,0.5 + parent: 2 + - uid: 802 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,18.5 + parent: 2 + - uid: 806 + components: + - type: Transform + pos: 16.5,17.5 + parent: 2 + - uid: 808 + components: + - type: Transform + pos: 21.5,16.5 + parent: 2 + - uid: 809 + components: + - type: Transform + pos: 16.5,18.5 + parent: 2 + - uid: 811 + components: + - type: Transform + pos: 16.5,19.5 + parent: 2 + - uid: 825 + components: + - type: Transform + pos: 16.5,22.5 + parent: 2 + - uid: 827 + components: + - type: Transform + pos: 21.5,17.5 + parent: 2 + - uid: 838 + components: + - type: Transform + pos: 21.5,22.5 + parent: 2 + - uid: 839 + components: + - type: Transform + pos: 21.5,21.5 + parent: 2 + - uid: 840 + components: + - type: Transform + pos: 21.5,20.5 + parent: 2 + - uid: 841 + components: + - type: Transform + pos: 21.5,19.5 + parent: 2 + - uid: 842 + components: + - type: Transform + pos: 21.5,18.5 + parent: 2 + - uid: 843 + components: + - type: Transform + pos: 20.5,18.5 + parent: 2 + - uid: 844 + components: + - type: Transform + pos: 27.5,16.5 + parent: 2 + - uid: 845 + components: + - type: Transform + pos: 19.5,18.5 + parent: 2 + - uid: 846 + components: + - type: Transform + pos: 16.5,16.5 + parent: 2 + - uid: 848 + components: + - type: Transform + pos: 17.5,18.5 + parent: 2 + - uid: 849 + components: + - type: Transform + pos: 27.5,17.5 + parent: 2 + - uid: 850 + components: + - type: Transform + pos: 27.5,18.5 + parent: 2 + - uid: 851 + components: + - type: Transform + pos: 27.5,19.5 + parent: 2 + - uid: 852 + components: + - type: Transform + pos: 26.5,19.5 + parent: 2 + - uid: 853 + components: + - type: Transform + pos: 25.5,19.5 + parent: 2 + - uid: 854 + components: + - type: Transform + pos: 24.5,19.5 + parent: 2 + - uid: 855 + components: + - type: Transform + pos: 23.5,19.5 + parent: 2 + - uid: 856 + components: + - type: Transform + pos: 22.5,19.5 + parent: 2 + - uid: 874 + components: + - type: Transform + pos: 18.5,0.5 + parent: 2 + - uid: 876 + components: + - type: Transform + pos: 31.5,18.5 + parent: 2 + - uid: 908 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,20.5 + parent: 2 + - uid: 911 + components: + - type: Transform + pos: 32.5,18.5 + parent: 2 + - uid: 912 + components: + - type: Transform + pos: 29.5,18.5 + parent: 2 + - uid: 916 + components: + - type: Transform + pos: 27.5,22.5 + parent: 2 + - uid: 918 + components: + - type: Transform + pos: 27.5,20.5 + parent: 2 + - uid: 924 + components: + - type: Transform + pos: 29.5,19.5 + parent: 2 + - uid: 925 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,20.5 + parent: 2 + - uid: 926 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,20.5 + parent: 2 + - uid: 930 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,20.5 + parent: 2 + - uid: 932 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,19.5 + parent: 2 + - uid: 995 + components: + - type: Transform + pos: 33.5,18.5 + parent: 2 + - uid: 1051 + components: + - type: Transform + pos: 38.5,24.5 + parent: 2 + - uid: 1052 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,29.5 + parent: 2 + - uid: 1055 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,28.5 + parent: 2 + - uid: 1056 + components: + - type: Transform + pos: -0.5,24.5 + parent: 2 + - uid: 1063 + components: + - type: Transform + pos: 41.5,25.5 + parent: 2 + - uid: 1064 + components: + - type: Transform + pos: 43.5,22.5 + parent: 2 + - uid: 1065 + components: + - type: Transform + pos: 38.5,25.5 + parent: 2 + - uid: 1071 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,21.5 + parent: 2 + - uid: 1414 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,22.5 + parent: 2 + - uid: 1425 + components: + - type: Transform + pos: 40.5,25.5 + parent: 2 + - uid: 1427 + components: + - type: Transform + pos: 42.5,25.5 + parent: 2 + - uid: 1429 + components: + - type: Transform + pos: 39.5,25.5 + parent: 2 + - uid: 1430 + components: + - type: Transform + pos: 42.5,24.5 + parent: 2 + - uid: 1431 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,25.5 + parent: 2 + - uid: 1433 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,26.5 + parent: 2 + - uid: 1436 + components: + - type: Transform + pos: 43.5,23.5 + parent: 2 + - uid: 1499 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,3.5 + parent: 2 + - uid: 1500 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,3.5 + parent: 2 + - uid: 1507 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,3.5 + parent: 2 + - uid: 1508 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,3.5 + parent: 2 + - uid: 1515 + components: + - type: Transform + pos: 43.5,24.5 + parent: 2 + - uid: 1522 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,3.5 + parent: 2 + - uid: 1523 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,6.5 + parent: 2 + - uid: 1524 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,7.5 + parent: 2 + - uid: 1525 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,5.5 + parent: 2 + - uid: 1532 + components: + - type: Transform + pos: 19.5,-5.5 + parent: 2 + - uid: 1533 + components: + - type: Transform + pos: 18.5,-5.5 + parent: 2 + - uid: 1534 + components: + - type: Transform + pos: 17.5,-5.5 + parent: 2 + - uid: 1535 + components: + - type: Transform + pos: 16.5,-5.5 + parent: 2 + - uid: 1536 + components: + - type: Transform + pos: 15.5,-5.5 + parent: 2 + - uid: 1541 + components: + - type: Transform + pos: 20.5,-5.5 + parent: 2 + - uid: 1562 + components: + - type: Transform + pos: 17.5,-9.5 + parent: 2 + - uid: 1582 + components: + - type: Transform + pos: 17.5,-13.5 + parent: 2 + - uid: 1599 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-16.5 + parent: 2 + - uid: 1608 + components: + - type: Transform + pos: 28.5,-37.5 + parent: 2 + - uid: 1609 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-30.5 + parent: 2 + - uid: 1611 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-17.5 + parent: 2 + - uid: 1650 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.5,54.5 + parent: 2 + - uid: 1652 + components: + - type: Transform + pos: 80.5,54.5 + parent: 2 + - uid: 1657 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 84.5,58.5 + parent: 2 + - uid: 1680 + components: + - type: Transform + pos: 15.5,-9.5 + parent: 2 + - uid: 1681 + components: + - type: Transform + pos: 15.5,-13.5 + parent: 2 + - uid: 1686 + components: + - type: Transform + pos: 16.5,-13.5 + parent: 2 + - uid: 1688 + components: + - type: Transform + pos: -1.5,18.5 + parent: 2 + - uid: 1708 + components: + - type: Transform + pos: 15.5,-4.5 + parent: 2 + - uid: 1709 + components: + - type: Transform + pos: 15.5,-3.5 + parent: 2 + - uid: 1710 + components: + - type: Transform + pos: 15.5,-2.5 + parent: 2 + - uid: 1711 + components: + - type: Transform + pos: 15.5,-1.5 + parent: 2 + - uid: 1712 + components: + - type: Transform + pos: 15.5,-0.5 + parent: 2 + - uid: 1758 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 85.5,8.5 + parent: 2 + - uid: 1775 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,7.5 + parent: 2 + - uid: 1776 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,7.5 + parent: 2 + - uid: 1777 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,6.5 + parent: 2 + - uid: 1932 + components: + - type: Transform + pos: -0.5,18.5 + parent: 2 + - uid: 1934 + components: + - type: Transform + pos: 11.5,-1.5 + parent: 2 + - uid: 1938 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-18.5 + parent: 2 + - uid: 1939 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-17.5 + parent: 2 + - uid: 1940 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-16.5 + parent: 2 + - uid: 1955 + components: + - type: Transform + pos: 11.5,-7.5 + parent: 2 + - uid: 1956 + components: + - type: Transform + pos: 11.5,-5.5 + parent: 2 + - uid: 1957 + components: + - type: Transform + pos: 11.5,-4.5 + parent: 2 + - uid: 1958 + components: + - type: Transform + pos: 11.5,-6.5 + parent: 2 + - uid: 1961 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,71.5 + parent: 2 + - uid: 1963 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,70.5 + parent: 2 + - uid: 1976 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,71.5 + parent: 2 + - uid: 1979 + components: + - type: Transform + pos: 11.5,-3.5 + parent: 2 + - uid: 1980 + components: + - type: Transform + pos: 11.5,-2.5 + parent: 2 + - uid: 1981 + components: + - type: Transform + pos: 11.5,-8.5 + parent: 2 + - uid: 1984 + components: + - type: Transform + pos: 11.5,-9.5 + parent: 2 + - uid: 2001 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-18.5 + parent: 2 + - uid: 2002 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,-18.5 + parent: 2 + - uid: 2063 + components: + - type: Transform + pos: 10.5,-10.5 + parent: 2 + - uid: 2262 + components: + - type: Transform + pos: 42.5,10.5 + parent: 2 + - uid: 2264 + components: + - type: Transform + pos: 39.5,9.5 + parent: 2 + - uid: 2266 + components: + - type: Transform + pos: 42.5,11.5 + parent: 2 + - uid: 2267 + components: + - type: Transform + pos: 45.5,11.5 + parent: 2 + - uid: 2268 + components: + - type: Transform + pos: 43.5,11.5 + parent: 2 + - uid: 2269 + components: + - type: Transform + pos: 44.5,11.5 + parent: 2 + - uid: 2270 + components: + - type: Transform + pos: 45.5,10.5 + parent: 2 + - uid: 2273 + components: + - type: Transform + pos: 39.5,8.5 + parent: 2 + - uid: 2274 + components: + - type: Transform + pos: 39.5,11.5 + parent: 2 + - uid: 2275 + components: + - type: Transform + pos: 39.5,7.5 + parent: 2 + - uid: 2276 + components: + - type: Transform + pos: 39.5,10.5 + parent: 2 + - uid: 2281 + components: + - type: Transform + pos: 44.5,6.5 + parent: 2 + - uid: 2283 + components: + - type: Transform + pos: 44.5,5.5 + parent: 2 + - uid: 2284 + components: + - type: Transform + pos: 45.5,6.5 + parent: 2 + - uid: 2285 + components: + - type: Transform + pos: 45.5,8.5 + parent: 2 + - uid: 2286 + components: + - type: Transform + pos: 45.5,7.5 + parent: 2 + - uid: 2287 + components: + - type: Transform + pos: 45.5,9.5 + parent: 2 + - uid: 2292 + components: + - type: Transform + pos: 42.5,5.5 + parent: 2 + - uid: 2301 + components: + - type: Transform + pos: 39.5,5.5 + parent: 2 + - uid: 2324 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 82.5,5.5 + parent: 2 + - uid: 2343 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 84.5,5.5 + parent: 2 + - uid: 2356 + components: + - type: Transform + pos: 46.5,11.5 + parent: 2 + - uid: 2359 + components: + - type: Transform + pos: 47.5,11.5 + parent: 2 + - uid: 2360 + components: + - type: Transform + pos: 48.5,11.5 + parent: 2 + - uid: 2361 + components: + - type: Transform + pos: 49.5,11.5 + parent: 2 + - uid: 2362 + components: + - type: Transform + pos: 49.5,10.5 + parent: 2 + - uid: 2363 + components: + - type: Transform + pos: 49.5,9.5 + parent: 2 + - uid: 2364 + components: + - type: Transform + pos: 49.5,8.5 + parent: 2 + - uid: 2365 + components: + - type: Transform + pos: 49.5,7.5 + parent: 2 + - uid: 2366 + components: + - type: Transform + pos: 49.5,6.5 + parent: 2 + - uid: 2367 + components: + - type: Transform + pos: 49.5,5.5 + parent: 2 + - uid: 2372 + components: + - type: Transform + pos: 45.5,5.5 + parent: 2 + - uid: 2403 + components: + - type: Transform + pos: 51.5,1.5 + parent: 2 + - uid: 2404 + components: + - type: Transform + pos: 51.5,0.5 + parent: 2 + - uid: 2405 + components: + - type: Transform + pos: 51.5,-0.5 + parent: 2 + - uid: 2406 + components: + - type: Transform + pos: 51.5,-1.5 + parent: 2 + - uid: 2407 + components: + - type: Transform + pos: 51.5,-2.5 + parent: 2 + - uid: 2408 + components: + - type: Transform + pos: 51.5,-3.5 + parent: 2 + - uid: 2409 + components: + - type: Transform + pos: 51.5,-4.5 + parent: 2 + - uid: 2410 + components: + - type: Transform + pos: 51.5,-5.5 + parent: 2 + - uid: 2432 + components: + - type: Transform + pos: 57.5,1.5 + parent: 2 + - uid: 2433 + components: + - type: Transform + pos: 56.5,1.5 + parent: 2 + - uid: 2434 + components: + - type: Transform + pos: 54.5,0.5 + parent: 2 + - uid: 2435 + components: + - type: Transform + pos: 54.5,1.5 + parent: 2 + - uid: 2437 + components: + - type: Transform + pos: 52.5,1.5 + parent: 2 + - uid: 2438 + components: + - type: Transform + pos: 55.5,1.5 + parent: 2 + - uid: 2439 + components: + - type: Transform + pos: 54.5,-0.5 + parent: 2 + - uid: 2441 + components: + - type: Transform + pos: 57.5,0.5 + parent: 2 + - uid: 2442 + components: + - type: Transform + pos: 57.5,-0.5 + parent: 2 + - uid: 2443 + components: + - type: Transform + pos: 57.5,-1.5 + parent: 2 + - uid: 2447 + components: + - type: Transform + pos: 52.5,-1.5 + parent: 2 + - uid: 2448 + components: + - type: Transform + pos: 54.5,-1.5 + parent: 2 + - uid: 2459 + components: + - type: Transform + pos: 58.5,-1.5 + parent: 2 + - uid: 2460 + components: + - type: Transform + pos: 58.5,-2.5 + parent: 2 + - uid: 2461 + components: + - type: Transform + pos: 58.5,-3.5 + parent: 2 + - uid: 2462 + components: + - type: Transform + pos: 58.5,-4.5 + parent: 2 + - uid: 2463 + components: + - type: Transform + pos: 58.5,-5.5 + parent: 2 + - uid: 2464 + components: + - type: Transform + pos: 51.5,-6.5 + parent: 2 + - uid: 2465 + components: + - type: Transform + pos: 52.5,-6.5 + parent: 2 + - uid: 2470 + components: + - type: Transform + pos: 57.5,-6.5 + parent: 2 + - uid: 2471 + components: + - type: Transform + pos: 58.5,-6.5 + parent: 2 + - uid: 2534 + components: + - type: Transform + pos: 51.5,-7.5 + parent: 2 + - uid: 2598 + components: + - type: Transform + pos: 11.5,-10.5 + parent: 2 + - uid: 2658 + components: + - type: Transform + pos: 10.5,-11.5 + parent: 2 + - uid: 2659 + components: + - type: Transform + pos: 10.5,-12.5 + parent: 2 + - uid: 2660 + components: + - type: Transform + pos: 10.5,-13.5 + parent: 2 + - uid: 2851 + components: + - type: Transform + pos: 11.5,-20.5 + parent: 2 + - uid: 2856 + components: + - type: Transform + pos: 39.5,21.5 + parent: 2 + - uid: 2862 + components: + - type: Transform + pos: 38.5,18.5 + parent: 2 + - uid: 2864 + components: + - type: Transform + pos: 39.5,15.5 + parent: 2 + - uid: 2871 + components: + - type: Transform + pos: 41.5,15.5 + parent: 2 + - uid: 2872 + components: + - type: Transform + pos: 38.5,15.5 + parent: 2 + - uid: 2873 + components: + - type: Transform + pos: 40.5,15.5 + parent: 2 + - uid: 2874 + components: + - type: Transform + pos: 42.5,15.5 + parent: 2 + - uid: 2875 + components: + - type: Transform + pos: 43.5,15.5 + parent: 2 + - uid: 2876 + components: + - type: Transform + pos: 44.5,15.5 + parent: 2 + - uid: 2877 + components: + - type: Transform + pos: 45.5,15.5 + parent: 2 + - uid: 2878 + components: + - type: Transform + pos: 46.5,15.5 + parent: 2 + - uid: 2880 + components: + - type: Transform + pos: 47.5,16.5 + parent: 2 + - uid: 2881 + components: + - type: Transform + pos: 48.5,16.5 + parent: 2 + - uid: 2889 + components: + - type: Transform + pos: 38.5,21.5 + parent: 2 + - uid: 2890 + components: + - type: Transform + pos: 41.5,21.5 + parent: 2 + - uid: 2892 + components: + - type: Transform + pos: 40.5,21.5 + parent: 2 + - uid: 2901 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,22.5 + parent: 2 + - uid: 2905 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,29.5 + parent: 2 + - uid: 2906 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,33.5 + parent: 2 + - uid: 2908 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,29.5 + parent: 2 + - uid: 2909 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,29.5 + parent: 2 + - uid: 2912 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,29.5 + parent: 2 + - uid: 2913 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,25.5 + parent: 2 + - uid: 2914 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,29.5 + parent: 2 + - uid: 2915 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,33.5 + parent: 2 + - uid: 2916 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,29.5 + parent: 2 + - uid: 2917 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,33.5 + parent: 2 + - uid: 2918 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,20.5 + parent: 2 + - uid: 2919 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,25.5 + parent: 2 + - uid: 2922 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,33.5 + parent: 2 + - uid: 2924 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,21.5 + parent: 2 + - uid: 2925 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,21.5 + parent: 2 + - uid: 2926 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,20.5 + parent: 2 + - uid: 2927 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,32.5 + parent: 2 + - uid: 2928 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,30.5 + parent: 2 + - uid: 2929 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,33.5 + parent: 2 + - uid: 2930 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,33.5 + parent: 2 + - uid: 2931 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,33.5 + parent: 2 + - uid: 2932 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,15.5 + parent: 2 + - uid: 2933 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,20.5 + parent: 2 + - uid: 2937 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,19.5 + parent: 2 + - uid: 2940 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,17.5 + parent: 2 + - uid: 2942 + components: + - type: Transform + pos: 49.5,16.5 + parent: 2 + - uid: 2944 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,20.5 + parent: 2 + - uid: 2949 + components: + - type: Transform + pos: 50.5,16.5 + parent: 2 + - uid: 2954 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,18.5 + parent: 2 + - uid: 2956 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,16.5 + parent: 2 + - uid: 2957 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,15.5 + parent: 2 + - uid: 2958 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,15.5 + parent: 2 + - uid: 2959 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.5,15.5 + parent: 2 + - uid: 2960 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,15.5 + parent: 2 + - uid: 2961 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,15.5 + parent: 2 + - uid: 2962 + components: + - type: Transform + pos: 53.5,15.5 + parent: 2 + - uid: 2965 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,19.5 + parent: 2 + - uid: 2966 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,18.5 + parent: 2 + - uid: 2967 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,17.5 + parent: 2 + - uid: 2968 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,16.5 + parent: 2 + - uid: 2971 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,29.5 + parent: 2 + - uid: 2972 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,29.5 + parent: 2 + - uid: 2973 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,29.5 + parent: 2 + - uid: 2974 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,29.5 + parent: 2 + - uid: 2975 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,29.5 + parent: 2 + - uid: 2976 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,34.5 + parent: 2 + - uid: 2977 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,34.5 + parent: 2 + - uid: 2978 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,34.5 + parent: 2 + - uid: 2979 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,25.5 + parent: 2 + - uid: 2980 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,25.5 + parent: 2 + - uid: 2986 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,25.5 + parent: 2 + - uid: 2987 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,27.5 + parent: 2 + - uid: 2988 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,26.5 + parent: 2 + - uid: 2990 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,28.5 + parent: 2 + - uid: 2991 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,32.5 + parent: 2 + - uid: 2992 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,33.5 + parent: 2 + - uid: 2993 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,29.5 + parent: 2 + - uid: 2994 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,31.5 + parent: 2 + - uid: 2995 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,34.5 + parent: 2 + - uid: 2996 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,34.5 + parent: 2 + - uid: 2997 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,34.5 + parent: 2 + - uid: 2998 + components: + - type: Transform + pos: 52.5,16.5 + parent: 2 + - uid: 2999 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,22.5 + parent: 2 + - uid: 3000 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,23.5 + parent: 2 + - uid: 3001 + components: + - type: Transform + pos: 51.5,16.5 + parent: 2 + - uid: 3002 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,20.5 + parent: 2 + - uid: 3003 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,30.5 + parent: 2 + - uid: 3007 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,25.5 + parent: 2 + - uid: 3008 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 61.5,32.5 + parent: 2 + - uid: 3009 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,25.5 + parent: 2 + - uid: 3010 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,25.5 + parent: 2 + - uid: 3011 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,26.5 + parent: 2 + - uid: 3012 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,27.5 + parent: 2 + - uid: 3013 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,28.5 + parent: 2 + - uid: 3016 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,32.5 + parent: 2 + - uid: 3017 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 63.5,32.5 + parent: 2 + - uid: 3024 + components: + - type: Transform + pos: 60.5,19.5 + parent: 2 + - uid: 3025 + components: + - type: Transform + pos: 61.5,19.5 + parent: 2 + - uid: 3026 + components: + - type: Transform + pos: 62.5,19.5 + parent: 2 + - uid: 3027 + components: + - type: Transform + pos: 63.5,19.5 + parent: 2 + - uid: 3028 + components: + - type: Transform + pos: 63.5,20.5 + parent: 2 + - uid: 3029 + components: + - type: Transform + pos: 63.5,21.5 + parent: 2 + - uid: 3030 + components: + - type: Transform + pos: 63.5,22.5 + parent: 2 + - uid: 3031 + components: + - type: Transform + pos: 63.5,23.5 + parent: 2 + - uid: 3032 + components: + - type: Transform + pos: 62.5,23.5 + parent: 2 + - uid: 3033 + components: + - type: Transform + pos: 61.5,23.5 + parent: 2 + - uid: 3034 + components: + - type: Transform + pos: 60.5,23.5 + parent: 2 + - uid: 3035 + components: + - type: Transform + pos: 63.5,24.5 + parent: 2 + - uid: 3036 + components: + - type: Transform + pos: 63.5,25.5 + parent: 2 + - uid: 3037 + components: + - type: Transform + pos: 63.5,26.5 + parent: 2 + - uid: 3038 + components: + - type: Transform + pos: 63.5,27.5 + parent: 2 + - uid: 3039 + components: + - type: Transform + pos: 63.5,28.5 + parent: 2 + - uid: 3040 + components: + - type: Transform + pos: 62.5,28.5 + parent: 2 + - uid: 3041 + components: + - type: Transform + pos: 61.5,28.5 + parent: 2 + - uid: 3042 + components: + - type: Transform + pos: 60.5,28.5 + parent: 2 + - uid: 3043 + components: + - type: Transform + pos: 48.5,36.5 + parent: 2 + - uid: 3045 + components: + - type: Transform + pos: 44.5,37.5 + parent: 2 + - uid: 3047 + components: + - type: Transform + pos: 48.5,37.5 + parent: 2 + - uid: 3051 + components: + - type: Transform + pos: 38.5,37.5 + parent: 2 + - uid: 3052 + components: + - type: Transform + pos: 50.5,36.5 + parent: 2 + - uid: 3055 + components: + - type: Transform + pos: 42.5,37.5 + parent: 2 + - uid: 3057 + components: + - type: Transform + pos: 43.5,37.5 + parent: 2 + - uid: 3058 + components: + - type: Transform + pos: 55.5,44.5 + parent: 2 + - uid: 3060 + components: + - type: Transform + pos: 45.5,37.5 + parent: 2 + - uid: 3062 + components: + - type: Transform + pos: 47.5,37.5 + parent: 2 + - uid: 3064 + components: + - type: Transform + pos: 49.5,36.5 + parent: 2 + - uid: 3066 + components: + - type: Transform + pos: 54.5,37.5 + parent: 2 + - uid: 3067 + components: + - type: Transform + pos: 55.5,37.5 + parent: 2 + - uid: 3068 + components: + - type: Transform + pos: 54.5,34.5 + parent: 2 + - uid: 3069 + components: + - type: Transform + pos: 55.5,34.5 + parent: 2 + - uid: 3070 + components: + - type: Transform + pos: 55.5,36.5 + parent: 2 + - uid: 3072 + components: + - type: Transform + pos: 55.5,35.5 + parent: 2 + - uid: 3073 + components: + - type: Transform + pos: 56.5,37.5 + parent: 2 + - uid: 3074 + components: + - type: Transform + pos: 39.5,37.5 + parent: 2 + - uid: 3076 + components: + - type: Transform + pos: 55.5,41.5 + parent: 2 + - uid: 3077 + components: + - type: Transform + pos: 55.5,43.5 + parent: 2 + - uid: 3079 + components: + - type: Transform + pos: 55.5,42.5 + parent: 2 + - uid: 3080 + components: + - type: Transform + pos: 51.5,44.5 + parent: 2 + - uid: 3081 + components: + - type: Transform + pos: 52.5,44.5 + parent: 2 + - uid: 3082 + components: + - type: Transform + pos: 53.5,44.5 + parent: 2 + - uid: 3083 + components: + - type: Transform + pos: 54.5,44.5 + parent: 2 + - uid: 3088 + components: + - type: Transform + pos: 50.5,37.5 + parent: 2 + - uid: 3089 + components: + - type: Transform + pos: 50.5,39.5 + parent: 2 + - uid: 3093 + components: + - type: Transform + pos: 56.5,38.5 + parent: 2 + - uid: 3094 + components: + - type: Transform + pos: 46.5,16.5 + parent: 2 + - uid: 3096 + components: + - type: Transform + pos: 55.5,40.5 + parent: 2 + - uid: 3097 + components: + - type: Transform + pos: 50.5,40.5 + parent: 2 + - uid: 3098 + components: + - type: Transform + pos: 50.5,41.5 + parent: 2 + - uid: 3099 + components: + - type: Transform + pos: 50.5,42.5 + parent: 2 + - uid: 3100 + components: + - type: Transform + pos: 50.5,43.5 + parent: 2 + - uid: 3101 + components: + - type: Transform + pos: 50.5,44.5 + parent: 2 + - uid: 3102 + components: + - type: Transform + pos: 49.5,39.5 + parent: 2 + - uid: 3103 + components: + - type: Transform + pos: 48.5,38.5 + parent: 2 + - uid: 3105 + components: + - type: Transform + pos: 48.5,39.5 + parent: 2 + - uid: 3106 + components: + - type: Transform + pos: 55.5,39.5 + parent: 2 + - uid: 3107 + components: + - type: Transform + pos: 56.5,39.5 + parent: 2 + - uid: 3206 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,30.5 + parent: 2 + - uid: 3219 + components: + - type: Transform + pos: 10.5,-14.5 + parent: 2 + - uid: 3245 + components: + - type: Transform + pos: 10.5,-18.5 + parent: 2 + - uid: 3250 + components: + - type: Transform + pos: 41.5,37.5 + parent: 2 + - uid: 3304 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 63.5,29.5 + parent: 2 + - uid: 3305 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 63.5,31.5 + parent: 2 + - uid: 3306 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 59.5,34.5 + parent: 2 + - uid: 3307 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,30.5 + parent: 2 + - uid: 3308 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 60.5,32.5 + parent: 2 + - uid: 3333 + components: + - type: Transform + pos: 10.5,-16.5 + parent: 2 + - uid: 3334 + components: + - type: Transform + pos: 10.5,-19.5 + parent: 2 + - uid: 3369 + components: + - type: Transform + pos: 44.5,36.5 + parent: 2 + - uid: 3370 + components: + - type: Transform + pos: 38.5,34.5 + parent: 2 + - uid: 3372 + components: + - type: Transform + pos: 44.5,35.5 + parent: 2 + - uid: 3402 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 81.5,5.5 + parent: 2 + - uid: 3403 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 85.5,5.5 + parent: 2 + - uid: 3418 + components: + - type: Transform + pos: 46.5,42.5 + parent: 2 + - uid: 3419 + components: + - type: Transform + pos: 45.5,42.5 + parent: 2 + - uid: 3420 + components: + - type: Transform + pos: 44.5,42.5 + parent: 2 + - uid: 3431 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,31.5 + parent: 2 + - uid: 3500 + components: + - type: Transform + pos: 28.5,82.5 + parent: 2 + - uid: 3513 + components: + - type: Transform + pos: 26.5,84.5 + parent: 2 + - uid: 3514 + components: + - type: Transform + pos: 26.5,82.5 + parent: 2 + - uid: 3515 + components: + - type: Transform + pos: 29.5,80.5 + parent: 2 + - uid: 3516 + components: + - type: Transform + pos: 28.5,76.5 + parent: 2 + - uid: 3517 + components: + - type: Transform + pos: 28.5,80.5 + parent: 2 + - uid: 3522 + components: + - type: Transform + pos: 27.5,74.5 + parent: 2 + - uid: 3523 + components: + - type: Transform + pos: 29.5,84.5 + parent: 2 + - uid: 3524 + components: + - type: Transform + pos: 29.5,72.5 + parent: 2 + - uid: 3525 + components: + - type: Transform + pos: 27.5,84.5 + parent: 2 + - uid: 3527 + components: + - type: Transform + pos: 26.5,74.5 + parent: 2 + - uid: 3528 + components: + - type: Transform + pos: 27.5,72.5 + parent: 2 + - uid: 3529 + components: + - type: Transform + pos: 26.5,72.5 + parent: 2 + - uid: 3537 + components: + - type: Transform + pos: 25.5,72.5 + parent: 2 + - uid: 3538 + components: + - type: Transform + pos: 27.5,80.5 + parent: 2 + - uid: 3539 + components: + - type: Transform + pos: 25.5,73.5 + parent: 2 + - uid: 3553 + components: + - type: Transform + pos: 25.5,76.5 + parent: 2 + - uid: 3556 + components: + - type: Transform + pos: 25.5,82.5 + parent: 2 + - uid: 3586 + components: + - type: Transform + pos: 25.5,74.5 + parent: 2 + - uid: 3588 + components: + - type: Transform + pos: 44.5,41.5 + parent: 2 + - uid: 3851 + components: + - type: Transform + pos: 44.5,40.5 + parent: 2 + - uid: 3852 + components: + - type: Transform + pos: 46.5,41.5 + parent: 2 + - uid: 3853 + components: + - type: Transform + pos: 46.5,40.5 + parent: 2 + - uid: 3864 + components: + - type: Transform + pos: 28.5,72.5 + parent: 2 + - uid: 3865 + components: + - type: Transform + pos: 29.5,82.5 + parent: 2 + - uid: 4173 + components: + - type: Transform + pos: 54.5,31.5 + parent: 2 + - uid: 4175 + components: + - type: Transform + pos: 54.5,30.5 + parent: 2 + - uid: 4215 + components: + - type: Transform + pos: 63.5,11.5 + parent: 2 + - uid: 4217 + components: + - type: Transform + pos: 63.5,9.5 + parent: 2 + - uid: 4218 + components: + - type: Transform + pos: 63.5,8.5 + parent: 2 + - uid: 4219 + components: + - type: Transform + pos: 63.5,7.5 + parent: 2 + - uid: 4220 + components: + - type: Transform + pos: 64.5,6.5 + parent: 2 + - uid: 4221 + components: + - type: Transform + pos: 64.5,5.5 + parent: 2 + - uid: 4223 + components: + - type: Transform + pos: 28.5,84.5 + parent: 2 + - uid: 4224 + components: + - type: Transform + pos: 10.5,-15.5 + parent: 2 + - uid: 4225 + components: + - type: Transform + pos: 63.5,6.5 + parent: 2 + - uid: 4226 + components: + - type: Transform + pos: 10.5,-17.5 + parent: 2 + - uid: 4228 + components: + - type: Transform + pos: 62.5,-2.5 + parent: 2 + - uid: 4229 + components: + - type: Transform + pos: 62.5,-3.5 + parent: 2 + - uid: 4230 + components: + - type: Transform + pos: 62.5,-4.5 + parent: 2 + - uid: 4238 + components: + - type: Transform + pos: 61.5,-4.5 + parent: 2 + - uid: 4253 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,39.5 + parent: 2 + - uid: 4256 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,39.5 + parent: 2 + - uid: 4269 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,40.5 + parent: 2 + - uid: 4281 + components: + - type: Transform + pos: 61.5,-2.5 + parent: 2 + - uid: 4282 + components: + - type: Transform + pos: 60.5,-2.5 + parent: 2 + - uid: 4310 + components: + - type: Transform + pos: 16.5,66.5 + parent: 2 + - uid: 4311 + components: + - type: Transform + pos: 16.5,67.5 + parent: 2 + - uid: 4313 + components: + - type: Transform + pos: 19.5,-20.5 + parent: 2 + - uid: 4315 + components: + - type: Transform + pos: 27.5,56.5 + parent: 2 + - uid: 4322 + components: + - type: Transform + pos: 34.5,56.5 + parent: 2 + - uid: 4340 + components: + - type: Transform + pos: 34.5,55.5 + parent: 2 + - uid: 4378 + components: + - type: Transform + pos: 12.5,-20.5 + parent: 2 + - uid: 4379 + components: + - type: Transform + pos: 10.5,-20.5 + parent: 2 + - uid: 4380 + components: + - type: Transform + pos: 14.5,-20.5 + parent: 2 + - uid: 4381 + components: + - type: Transform + pos: 37.5,56.5 + parent: 2 + - uid: 4382 + components: + - type: Transform + pos: 26.5,67.5 + parent: 2 + - uid: 4383 + components: + - type: Transform + pos: 38.5,61.5 + parent: 2 + - uid: 4384 + components: + - type: Transform + pos: 38.5,63.5 + parent: 2 + - uid: 4385 + components: + - type: Transform + pos: 38.5,62.5 + parent: 2 + - uid: 4386 + components: + - type: Transform + pos: 38.5,65.5 + parent: 2 + - uid: 4387 + components: + - type: Transform + pos: 38.5,64.5 + parent: 2 + - uid: 4431 + components: + - type: Transform + pos: 31.5,68.5 + parent: 2 + - uid: 4758 + components: + - type: Transform + pos: 38.5,66.5 + parent: 2 + - uid: 4759 + components: + - type: Transform + pos: 38.5,67.5 + parent: 2 + - uid: 4806 + components: + - type: Transform + pos: 1.5,30.5 + parent: 2 + - uid: 4841 + components: + - type: Transform + pos: 59.5,-10.5 + parent: 2 + - uid: 4844 + components: + - type: Transform + pos: 1.5,35.5 + parent: 2 + - uid: 4846 + components: + - type: Transform + pos: 1.5,29.5 + parent: 2 + - uid: 4851 + components: + - type: Transform + pos: 59.5,-11.5 + parent: 2 + - uid: 4858 + components: + - type: Transform + pos: 59.5,-9.5 + parent: 2 + - uid: 4859 + components: + - type: Transform + pos: 37.5,57.5 + parent: 2 + - uid: 4860 + components: + - type: Transform + pos: 37.5,59.5 + parent: 2 + - uid: 4861 + components: + - type: Transform + pos: 37.5,58.5 + parent: 2 + - uid: 4862 + components: + - type: Transform + pos: 27.5,82.5 + parent: 2 + - uid: 4863 + components: + - type: Transform + pos: 1.5,27.5 + parent: 2 + - uid: 4864 + components: + - type: Transform + pos: 1.5,26.5 + parent: 2 + - uid: 4865 + components: + - type: Transform + pos: 1.5,25.5 + parent: 2 + - uid: 4904 + components: + - type: Transform + pos: 40.5,-14.5 + parent: 2 + - uid: 4951 + components: + - type: Transform + pos: 0.5,25.5 + parent: 2 + - uid: 4957 + components: + - type: Transform + pos: 27.5,57.5 + parent: 2 + - uid: 4958 + components: + - type: Transform + pos: 27.5,58.5 + parent: 2 + - uid: 4959 + components: + - type: Transform + pos: 34.5,57.5 + parent: 2 + - uid: 4960 + components: + - type: Transform + pos: 34.5,58.5 + parent: 2 + - uid: 4961 + components: + - type: Transform + pos: 27.5,59.5 + parent: 2 + - uid: 4962 + components: + - type: Transform + pos: 34.5,59.5 + parent: 2 + - uid: 5002 + components: + - type: Transform + pos: 37.5,60.5 + parent: 2 + - uid: 5003 + components: + - type: Transform + pos: 38.5,68.5 + parent: 2 + - uid: 5004 + components: + - type: Transform + pos: 29.5,68.5 + parent: 2 + - uid: 5005 + components: + - type: Transform + pos: 30.5,68.5 + parent: 2 + - uid: 5006 + components: + - type: Transform + pos: 27.5,68.5 + parent: 2 + - uid: 5049 + components: + - type: Transform + pos: 38.5,-14.5 + parent: 2 + - uid: 5059 + components: + - type: Transform + pos: 28.5,68.5 + parent: 2 + - uid: 5061 + components: + - type: Transform + pos: 25.5,65.5 + parent: 2 + - uid: 5062 + components: + - type: Transform + pos: 26.5,63.5 + parent: 2 + - uid: 5063 + components: + - type: Transform + pos: 26.5,64.5 + parent: 2 + - uid: 5082 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,84.5 + parent: 2 + - uid: 5083 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,84.5 + parent: 2 + - uid: 5084 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,84.5 + parent: 2 + - uid: 5085 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,84.5 + parent: 2 + - uid: 5086 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,84.5 + parent: 2 + - uid: 5087 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,84.5 + parent: 2 + - uid: 5088 + components: + - type: Transform + pos: 26.5,65.5 + parent: 2 + - uid: 5089 + components: + - type: Transform + pos: 17.5,64.5 + parent: 2 + - uid: 5094 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,72.5 + parent: 2 + - uid: 5098 + components: + - type: Transform + pos: 16.5,65.5 + parent: 2 + - uid: 5099 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,77.5 + parent: 2 + - uid: 5103 + components: + - type: Transform + pos: 38.5,60.5 + parent: 2 + - uid: 5104 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,82.5 + parent: 2 + - uid: 5105 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,83.5 + parent: 2 + - uid: 5107 + components: + - type: Transform + pos: 25.5,67.5 + parent: 2 + - uid: 5108 + components: + - type: Transform + pos: 26.5,68.5 + parent: 2 + - uid: 5110 + components: + - type: Transform + pos: 25.5,66.5 + parent: 2 + - uid: 5120 + components: + - type: Transform + pos: 16.5,64.5 + parent: 2 + - uid: 5125 + components: + - type: Transform + pos: 33.5,-20.5 + parent: 2 + - uid: 5126 + components: + - type: Transform + pos: 31.5,-20.5 + parent: 2 + - uid: 5189 + components: + - type: Transform + pos: 19.5,64.5 + parent: 2 + - uid: 5190 + components: + - type: Transform + pos: 38.5,56.5 + parent: 2 + - uid: 5191 + components: + - type: Transform + pos: 39.5,56.5 + parent: 2 + - uid: 5192 + components: + - type: Transform + pos: 40.5,56.5 + parent: 2 + - uid: 5193 + components: + - type: Transform + pos: 25.5,77.5 + parent: 2 + - uid: 5194 + components: + - type: Transform + pos: 25.5,83.5 + parent: 2 + - uid: 5197 + components: + - type: Transform + pos: 75.5,8.5 + parent: 2 + - uid: 5251 + components: + - type: Transform + pos: 67.5,0.5 + parent: 2 + - uid: 5304 + components: + - type: Transform + pos: 35.5,68.5 + parent: 2 + - uid: 5315 + components: + - type: Transform + pos: 32.5,-12.5 + parent: 2 + - uid: 5317 + components: + - type: Transform + pos: 60.5,-4.5 + parent: 2 + - uid: 5318 + components: + - type: Transform + pos: 18.5,64.5 + parent: 2 + - uid: 5319 + components: + - type: Transform + pos: 20.5,63.5 + parent: 2 + - uid: 5368 + components: + - type: Transform + pos: 65.5,5.5 + parent: 2 + - uid: 5369 + components: + - type: Transform + pos: 66.5,5.5 + parent: 2 + - uid: 5370 + components: + - type: Transform + pos: 67.5,5.5 + parent: 2 + - uid: 5371 + components: + - type: Transform + pos: 68.5,5.5 + parent: 2 + - uid: 5372 + components: + - type: Transform + pos: 69.5,5.5 + parent: 2 + - uid: 5373 + components: + - type: Transform + pos: 69.5,11.5 + parent: 2 + - uid: 5374 + components: + - type: Transform + pos: 69.5,10.5 + parent: 2 + - uid: 5375 + components: + - type: Transform + pos: 69.5,9.5 + parent: 2 + - uid: 5376 + components: + - type: Transform + pos: 69.5,8.5 + parent: 2 + - uid: 5377 + components: + - type: Transform + pos: 69.5,7.5 + parent: 2 + - uid: 5378 + components: + - type: Transform + pos: 69.5,6.5 + parent: 2 + - uid: 5379 + components: + - type: Transform + pos: 68.5,11.5 + parent: 2 + - uid: 5380 + components: + - type: Transform + pos: 67.5,11.5 + parent: 2 + - uid: 5381 + components: + - type: Transform + pos: 66.5,11.5 + parent: 2 + - uid: 5383 + components: + - type: Transform + pos: 64.5,11.5 + parent: 2 + - uid: 5422 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 63.5,10.5 + parent: 2 + - uid: 5430 + components: + - type: Transform + pos: 77.5,20.5 + parent: 2 + - uid: 5431 + components: + - type: Transform + pos: 77.5,14.5 + parent: 2 + - uid: 5432 + components: + - type: Transform + pos: 73.5,18.5 + parent: 2 + - uid: 5436 + components: + - type: Transform + pos: 79.5,14.5 + parent: 2 + - uid: 5437 + components: + - type: Transform + pos: 82.5,19.5 + parent: 2 + - uid: 5438 + components: + - type: Transform + pos: 81.5,14.5 + parent: 2 + - uid: 5439 + components: + - type: Transform + pos: 78.5,14.5 + parent: 2 + - uid: 5440 + components: + - type: Transform + pos: 76.5,19.5 + parent: 2 + - uid: 5443 + components: + - type: Transform + pos: 80.5,14.5 + parent: 2 + - uid: 5446 + components: + - type: Transform + pos: 81.5,15.5 + parent: 2 + - uid: 5447 + components: + - type: Transform + pos: 74.5,14.5 + parent: 2 + - uid: 5448 + components: + - type: Transform + pos: 73.5,19.5 + parent: 2 + - uid: 5455 + components: + - type: Transform + pos: 80.5,20.5 + parent: 2 + - uid: 5457 + components: + - type: Transform + pos: 81.5,19.5 + parent: 2 + - uid: 5464 + components: + - type: Transform + pos: 81.5,20.5 + parent: 2 + - uid: 5465 + components: + - type: Transform + pos: 74.5,19.5 + parent: 2 + - uid: 5473 + components: + - type: Transform + pos: 74.5,20.5 + parent: 2 + - uid: 5474 + components: + - type: Transform + pos: 75.5,20.5 + parent: 2 + - uid: 5475 + components: + - type: Transform + pos: 74.5,15.5 + parent: 2 + - uid: 5476 + components: + - type: Transform + pos: 76.5,20.5 + parent: 2 + - uid: 5478 + components: + - type: Transform + pos: 75.5,14.5 + parent: 2 + - uid: 5480 + components: + - type: Transform + pos: 73.5,16.5 + parent: 2 + - uid: 5481 + components: + - type: Transform + pos: 76.5,14.5 + parent: 2 + - uid: 5482 + components: + - type: Transform + pos: 76.5,15.5 + parent: 2 + - uid: 5483 + components: + - type: Transform + pos: 73.5,15.5 + parent: 2 + - uid: 5484 + components: + - type: Transform + pos: 73.5,12.5 + parent: 2 + - uid: 5485 + components: + - type: Transform + pos: 74.5,12.5 + parent: 2 + - uid: 5486 + components: + - type: Transform + pos: 75.5,12.5 + parent: 2 + - uid: 5487 + components: + - type: Transform + pos: 76.5,12.5 + parent: 2 + - uid: 5488 + components: + - type: Transform + pos: 77.5,12.5 + parent: 2 + - uid: 5489 + components: + - type: Transform + pos: 78.5,12.5 + parent: 2 + - uid: 5490 + components: + - type: Transform + pos: 79.5,12.5 + parent: 2 + - uid: 5491 + components: + - type: Transform + pos: 80.5,12.5 + parent: 2 + - uid: 5492 + components: + - type: Transform + pos: 81.5,12.5 + parent: 2 + - uid: 5493 + components: + - type: Transform + pos: 82.5,12.5 + parent: 2 + - uid: 5497 + components: + - type: Transform + pos: 84.5,20.5 + parent: 2 + - uid: 5498 + components: + - type: Transform + pos: 84.5,19.5 + parent: 2 + - uid: 5499 + components: + - type: Transform + pos: 83.5,12.5 + parent: 2 + - uid: 5500 + components: + - type: Transform + pos: 84.5,21.5 + parent: 2 + - uid: 5501 + components: + - type: Transform + pos: 84.5,13.5 + parent: 2 + - uid: 5502 + components: + - type: Transform + pos: 84.5,12.5 + parent: 2 + - uid: 5503 + components: + - type: Transform + pos: 84.5,15.5 + parent: 2 + - uid: 5504 + components: + - type: Transform + pos: 84.5,14.5 + parent: 2 + - uid: 5505 + components: + - type: Transform + pos: 82.5,22.5 + parent: 2 + - uid: 5506 + components: + - type: Transform + pos: 81.5,22.5 + parent: 2 + - uid: 5507 + components: + - type: Transform + pos: 80.5,22.5 + parent: 2 + - uid: 5510 + components: + - type: Transform + pos: 77.5,22.5 + parent: 2 + - uid: 5511 + components: + - type: Transform + pos: 76.5,22.5 + parent: 2 + - uid: 5512 + components: + - type: Transform + pos: 75.5,22.5 + parent: 2 + - uid: 5513 + components: + - type: Transform + pos: 74.5,22.5 + parent: 2 + - uid: 5514 + components: + - type: Transform + pos: 73.5,22.5 + parent: 2 + - uid: 5519 + components: + - type: Transform + pos: 73.5,20.5 + parent: 2 + - uid: 5520 + components: + - type: Transform + pos: 73.5,14.5 + parent: 2 + - uid: 5533 + components: + - type: Transform + pos: 82.5,15.5 + parent: 2 + - uid: 5534 + components: + - type: Transform + pos: 84.5,22.5 + parent: 2 + - uid: 5544 + components: + - type: Transform + pos: 83.5,22.5 + parent: 2 + - uid: 5592 + components: + - type: Transform + pos: 26.5,78.5 + parent: 2 + - uid: 5594 + components: + - type: Transform + pos: 26.5,80.5 + parent: 2 + - uid: 5595 + components: + - type: Transform + pos: 28.5,78.5 + parent: 2 + - uid: 5596 + components: + - type: Transform + pos: 27.5,76.5 + parent: 2 + - uid: 5597 + components: + - type: Transform + pos: 29.5,78.5 + parent: 2 + - uid: 5598 + components: + - type: Transform + pos: 29.5,74.5 + parent: 2 + - uid: 5599 + components: + - type: Transform + pos: 26.5,76.5 + parent: 2 + - uid: 5619 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 84.5,35.5 + parent: 2 + - uid: 5623 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 84.5,39.5 + parent: 2 + - uid: 5627 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 84.5,43.5 + parent: 2 + - uid: 5630 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 84.5,46.5 + parent: 2 + - uid: 5634 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 84.5,50.5 + parent: 2 + - uid: 5635 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 84.5,51.5 + parent: 2 + - uid: 5639 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 80.5,43.5 + parent: 2 + - uid: 5643 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 80.5,47.5 + parent: 2 + - uid: 5647 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 80.5,51.5 + parent: 2 + - uid: 5648 + components: + - type: Transform + pos: 24.5,84.5 + parent: 2 + - uid: 5649 + components: + - type: Transform + pos: 24.5,83.5 + parent: 2 + - uid: 5650 + components: + - type: Transform + pos: 28.5,74.5 + parent: 2 + - uid: 5651 + components: + - type: Transform + pos: 24.5,82.5 + parent: 2 + - uid: 5652 + components: + - type: Transform + pos: 25.5,84.5 + parent: 2 + - uid: 5653 + components: + - type: Transform + pos: 24.5,81.5 + parent: 2 + - uid: 5699 + components: + - type: Transform + pos: 19.5,63.5 + parent: 2 + - uid: 5700 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,29.5 + parent: 2 + - uid: 5704 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,29.5 + parent: 2 + - uid: 5722 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,25.5 + parent: 2 + - uid: 5723 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,25.5 + parent: 2 + - uid: 5740 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 85.5,7.5 + parent: 2 + - uid: 5754 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,47.5 + parent: 2 + - uid: 5755 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,51.5 + parent: 2 + - uid: 5843 + components: + - type: Transform + pos: 21.5,63.5 + parent: 2 + - uid: 5844 + components: + - type: Transform + pos: 24.5,63.5 + parent: 2 + - uid: 5845 + components: + - type: Transform + pos: 25.5,63.5 + parent: 2 + - uid: 5846 + components: + - type: Transform + pos: 18.5,-20.5 + parent: 2 + - uid: 5847 + components: + - type: Transform + pos: 20.5,-20.5 + parent: 2 + - uid: 5894 + components: + - type: Transform + pos: 21.5,-20.5 + parent: 2 + - uid: 5895 + components: + - type: Transform + pos: 13.5,-20.5 + parent: 2 + - uid: 5896 + components: + - type: Transform + pos: 24.5,-20.5 + parent: 2 + - uid: 5897 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 83.5,5.5 + parent: 2 + - uid: 5898 + components: + - type: Transform + pos: 64.5,0.5 + parent: 2 + - uid: 5899 + components: + - type: Transform + pos: 61.5,-8.5 + parent: 2 + - uid: 5900 + components: + - type: Transform + pos: 60.5,-8.5 + parent: 2 + - uid: 5901 + components: + - type: Transform + pos: 59.5,-8.5 + parent: 2 + - uid: 5902 + components: + - type: Transform + pos: 37.5,-12.5 + parent: 2 + - uid: 5905 + components: + - type: Transform + pos: 36.5,-12.5 + parent: 2 + - uid: 5906 + components: + - type: Transform + pos: 35.5,-12.5 + parent: 2 + - uid: 5907 + components: + - type: Transform + pos: 34.5,-12.5 + parent: 2 + - uid: 5909 + components: + - type: Transform + pos: 33.5,-12.5 + parent: 2 + - uid: 5912 + components: + - type: Transform + pos: 87.5,10.5 + parent: 2 + - uid: 5913 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 80.5,5.5 + parent: 2 + - uid: 5916 + components: + - type: Transform + pos: 89.5,22.5 + parent: 2 + - uid: 5917 + components: + - type: Transform + pos: 88.5,14.5 + parent: 2 + - uid: 5918 + components: + - type: Transform + pos: 90.5,22.5 + parent: 2 + - uid: 5919 + components: + - type: Transform + pos: 88.5,22.5 + parent: 2 + - uid: 5920 + components: + - type: Transform + pos: 93.5,21.5 + parent: 2 + - uid: 5921 + components: + - type: Transform + pos: 93.5,19.5 + parent: 2 + - uid: 5922 + components: + - type: Transform + pos: 93.5,20.5 + parent: 2 + - uid: 5923 + components: + - type: Transform + pos: 93.5,22.5 + parent: 2 + - uid: 5924 + components: + - type: Transform + pos: 89.5,14.5 + parent: 2 + - uid: 5925 + components: + - type: Transform + pos: 91.5,22.5 + parent: 2 + - uid: 5926 + components: + - type: Transform + pos: 92.5,22.5 + parent: 2 + - uid: 5928 + components: + - type: Transform + pos: 90.5,14.5 + parent: 2 + - uid: 5929 + components: + - type: Transform + pos: 9.5,61.5 + parent: 2 + - uid: 5930 + components: + - type: Transform + pos: 32.5,-16.5 + parent: 2 + - uid: 5931 + components: + - type: Transform + pos: 32.5,-15.5 + parent: 2 + - uid: 5935 + components: + - type: Transform + pos: 69.5,0.5 + parent: 2 + - uid: 5936 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 75.5,7.5 + parent: 2 + - uid: 5938 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-40.5 + parent: 2 + - uid: 5939 + components: + - type: Transform + pos: 32.5,-14.5 + parent: 2 + - uid: 5940 + components: + - type: Transform + pos: 32.5,-13.5 + parent: 2 + - uid: 5941 + components: + - type: Transform + pos: 33.5,-16.5 + parent: 2 + - uid: 5943 + components: + - type: Transform + pos: 64.5,1.5 + parent: 2 + - uid: 5959 + components: + - type: Transform + pos: 64.5,-1.5 + parent: 2 + - uid: 5960 + components: + - type: Transform + pos: 64.5,-2.5 + parent: 2 + - uid: 5961 + components: + - type: Transform + pos: 63.5,-2.5 + parent: 2 + - uid: 5962 + components: + - type: Transform + pos: 61.5,-5.5 + parent: 2 + - uid: 5963 + components: + - type: Transform + pos: 61.5,-6.5 + parent: 2 + - uid: 5964 + components: + - type: Transform + pos: 25.5,75.5 + parent: 2 + - uid: 5965 + components: + - type: Transform + pos: 25.5,79.5 + parent: 2 + - uid: 5966 + components: + - type: Transform + pos: 25.5,78.5 + parent: 2 + - uid: 5967 + components: + - type: Transform + pos: 25.5,80.5 + parent: 2 + - uid: 5968 + components: + - type: Transform + pos: 25.5,81.5 + parent: 2 + - uid: 5969 + components: + - type: Transform + pos: 27.5,78.5 + parent: 2 + - uid: 5970 + components: + - type: Transform + pos: 29.5,76.5 + parent: 2 + - uid: 5971 + components: + - type: Transform + pos: 41.5,56.5 + parent: 2 + - uid: 5972 + components: + - type: Transform + pos: 42.5,56.5 + parent: 2 + - uid: 5973 + components: + - type: Transform + pos: 43.5,56.5 + parent: 2 + - uid: 6304 + components: + - type: Transform + pos: 61.5,-7.5 + parent: 2 + - uid: 6327 + components: + - type: Transform + pos: 11.5,54.5 + parent: 2 + - uid: 6329 + components: + - type: Transform + pos: 46.5,56.5 + parent: 2 + - uid: 6330 + components: + - type: Transform + pos: 46.5,55.5 + parent: 2 + - uid: 6348 + components: + - type: Transform + pos: 46.5,54.5 + parent: 2 + - uid: 6349 + components: + - type: Transform + pos: 43.5,57.5 + parent: 2 + - uid: 6351 + components: + - type: Transform + pos: 43.5,58.5 + parent: 2 + - uid: 6354 + components: + - type: Transform + pos: 43.5,59.5 + parent: 2 + - uid: 6358 + components: + - type: Transform + pos: 43.5,60.5 + parent: 2 + - uid: 6359 + components: + - type: Transform + pos: 43.5,61.5 + parent: 2 + - uid: 6378 + components: + - type: Transform + pos: 56.5,56.5 + parent: 2 + - uid: 6379 + components: + - type: Transform + pos: 56.5,57.5 + parent: 2 + - uid: 6380 + components: + - type: Transform + pos: 56.5,58.5 + parent: 2 + - uid: 6381 + components: + - type: Transform + pos: 55.5,58.5 + parent: 2 + - uid: 6382 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,59.5 + parent: 2 + - uid: 6384 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,61.5 + parent: 2 + - uid: 6385 + components: + - type: Transform + pos: 55.5,62.5 + parent: 2 + - uid: 6386 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,63.5 + parent: 2 + - uid: 6449 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,64.5 + parent: 2 + - uid: 6451 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,66.5 + parent: 2 + - uid: 6452 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,67.5 + parent: 2 + - uid: 6482 + components: + - type: Transform + pos: 47.5,54.5 + parent: 2 + - uid: 6483 + components: + - type: Transform + pos: 52.5,54.5 + parent: 2 + - uid: 6484 + components: + - type: Transform + pos: 52.5,56.5 + parent: 2 + - uid: 6485 + components: + - type: Transform + pos: 52.5,55.5 + parent: 2 + - uid: 6486 + components: + - type: Transform + pos: 52.5,57.5 + parent: 2 + - uid: 6487 + components: + - type: Transform + pos: 52.5,58.5 + parent: 2 + - uid: 6490 + components: + - type: Transform + pos: 49.5,58.5 + parent: 2 + - uid: 6492 + components: + - type: Transform + pos: 47.5,58.5 + parent: 2 + - uid: 6493 + components: + - type: Transform + pos: 46.5,58.5 + parent: 2 + - uid: 6494 + components: + - type: Transform + pos: 46.5,57.5 + parent: 2 + - uid: 6499 + components: + - type: Transform + pos: 56.5,55.5 + parent: 2 + - uid: 6513 + components: + - type: Transform + pos: 46.5,59.5 + parent: 2 + - uid: 6514 + components: + - type: Transform + pos: 46.5,60.5 + parent: 2 + - uid: 6515 + components: + - type: Transform + pos: 46.5,61.5 + parent: 2 + - uid: 6518 + components: + - type: Transform + pos: 43.5,67.5 + parent: 2 + - uid: 6519 + components: + - type: Transform + pos: 46.5,62.5 + parent: 2 + - uid: 6520 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,62.5 + parent: 2 + - uid: 6522 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,75.5 + parent: 2 + - uid: 6525 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,75.5 + parent: 2 + - uid: 6527 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,75.5 + parent: 2 + - uid: 6528 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,62.5 + parent: 2 + - uid: 6530 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,62.5 + parent: 2 + - uid: 6532 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,62.5 + parent: 2 + - uid: 6533 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,63.5 + parent: 2 + - uid: 6534 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,63.5 + parent: 2 + - uid: 6537 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,67.5 + parent: 2 + - uid: 6538 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,67.5 + parent: 2 + - uid: 6539 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,67.5 + parent: 2 + - uid: 6540 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,67.5 + parent: 2 + - uid: 6542 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,75.5 + parent: 2 + - uid: 6543 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,63.5 + parent: 2 + - uid: 6546 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,67.5 + parent: 2 + - uid: 6552 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,75.5 + parent: 2 + - uid: 6555 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,67.5 + parent: 2 + - uid: 6557 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,75.5 + parent: 2 + - uid: 6560 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,68.5 + parent: 2 + - uid: 6561 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,67.5 + parent: 2 + - uid: 6562 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,71.5 + parent: 2 + - uid: 6563 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,70.5 + parent: 2 + - uid: 6564 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,69.5 + parent: 2 + - uid: 6586 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,75.5 + parent: 2 + - uid: 6587 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,74.5 + parent: 2 + - uid: 6606 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 85.5,6.5 + parent: 2 + - uid: 6611 + components: + - type: Transform + pos: 45.5,68.5 + parent: 2 + - uid: 6615 + components: + - type: Transform + pos: 45.5,72.5 + parent: 2 + - uid: 6617 + components: + - type: Transform + pos: 45.5,73.5 + parent: 2 + - uid: 6618 + components: + - type: Transform + pos: 45.5,74.5 + parent: 2 + - uid: 6619 + components: + - type: Transform + pos: 49.5,73.5 + parent: 2 + - uid: 6622 + components: + - type: Transform + pos: 40.5,73.5 + parent: 2 + - uid: 6623 + components: + - type: Transform + pos: 41.5,67.5 + parent: 2 + - uid: 6625 + components: + - type: Transform + pos: 41.5,68.5 + parent: 2 + - uid: 6626 + components: + - type: Transform + pos: 41.5,69.5 + parent: 2 + - uid: 6627 + components: + - type: Transform + pos: 41.5,70.5 + parent: 2 + - uid: 6630 + components: + - type: Transform + pos: 41.5,73.5 + parent: 2 + - uid: 6631 + components: + - type: Transform + pos: 42.5,73.5 + parent: 2 + - uid: 6633 + components: + - type: Transform + pos: 44.5,73.5 + parent: 2 + - uid: 6636 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,68.5 + parent: 2 + - uid: 6638 + components: + - type: Transform + pos: 41.5,77.5 + parent: 2 + - uid: 6639 + components: + - type: Transform + pos: 42.5,77.5 + parent: 2 + - uid: 6640 + components: + - type: Transform + pos: 43.5,77.5 + parent: 2 + - uid: 6641 + components: + - type: Transform + pos: 44.5,77.5 + parent: 2 + - uid: 6642 + components: + - type: Transform + pos: 45.5,77.5 + parent: 2 + - uid: 6643 + components: + - type: Transform + pos: 45.5,76.5 + parent: 2 + - uid: 6644 + components: + - type: Transform + pos: 45.5,75.5 + parent: 2 + - uid: 6645 + components: + - type: Transform + pos: 40.5,77.5 + parent: 2 + - uid: 6663 + components: + - type: Transform + pos: 31.5,70.5 + parent: 2 + - uid: 6689 + components: + - type: Transform + pos: 24.5,80.5 + parent: 2 + - uid: 6690 + components: + - type: Transform + pos: 24.5,79.5 + parent: 2 + - uid: 6691 + components: + - type: Transform + pos: 24.5,78.5 + parent: 2 + - uid: 6692 + components: + - type: Transform + pos: 24.5,77.5 + parent: 2 + - uid: 6693 + components: + - type: Transform + pos: 24.5,76.5 + parent: 2 + - uid: 6694 + components: + - type: Transform + pos: 24.5,75.5 + parent: 2 + - uid: 6695 + components: + - type: Transform + pos: 24.5,74.5 + parent: 2 + - uid: 6696 + components: + - type: Transform + pos: 24.5,73.5 + parent: 2 + - uid: 6697 + components: + - type: Transform + pos: 24.5,72.5 + parent: 2 + - uid: 6713 + components: + - type: Transform + pos: 47.5,88.5 + parent: 2 + - uid: 6719 + components: + - type: Transform + pos: 42.5,88.5 + parent: 2 + - uid: 6720 + components: + - type: Transform + pos: 38.5,85.5 + parent: 2 + - uid: 6722 + components: + - type: Transform + pos: 39.5,88.5 + parent: 2 + - uid: 6741 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,83.5 + parent: 2 + - uid: 6748 + components: + - type: Transform + pos: 38.5,88.5 + parent: 2 + - uid: 6749 + components: + - type: Transform + pos: 41.5,88.5 + parent: 2 + - uid: 6750 + components: + - type: Transform + pos: 42.5,85.5 + parent: 2 + - uid: 6761 + components: + - type: Transform + pos: 31.5,88.5 + parent: 2 + - uid: 6766 + components: + - type: Transform + pos: 36.5,88.5 + parent: 2 + - uid: 6769 + components: + - type: Transform + pos: 45.5,88.5 + parent: 2 + - uid: 6770 + components: + - type: Transform + pos: 44.5,88.5 + parent: 2 + - uid: 6771 + components: + - type: Transform + pos: 45.5,89.5 + parent: 2 + - uid: 6772 + components: + - type: Transform + pos: 45.5,90.5 + parent: 2 + - uid: 6773 + components: + - type: Transform + pos: 47.5,90.5 + parent: 2 + - uid: 6779 + components: + - type: Transform + pos: 52.5,88.5 + parent: 2 + - uid: 6780 + components: + - type: Transform + pos: 52.5,89.5 + parent: 2 + - uid: 6781 + components: + - type: Transform + pos: 52.5,90.5 + parent: 2 + - uid: 6782 + components: + - type: Transform + pos: 52.5,91.5 + parent: 2 + - uid: 6783 + components: + - type: Transform + pos: 52.5,92.5 + parent: 2 + - uid: 6789 + components: + - type: Transform + pos: 47.5,92.5 + parent: 2 + - uid: 6790 + components: + - type: Transform + pos: 47.5,91.5 + parent: 2 + - uid: 6794 + components: + - type: Transform + pos: 52.5,87.5 + parent: 2 + - uid: 6795 + components: + - type: Transform + pos: 52.5,86.5 + parent: 2 + - uid: 6796 + components: + - type: Transform + pos: 52.5,85.5 + parent: 2 + - uid: 6797 + components: + - type: Transform + pos: 52.5,84.5 + parent: 2 + - uid: 6800 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,80.5 + parent: 2 + - uid: 6801 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,79.5 + parent: 2 + - uid: 6802 + components: + - type: Transform + pos: 52.5,79.5 + parent: 2 + - uid: 6803 + components: + - type: Transform + pos: 52.5,78.5 + parent: 2 + - uid: 6804 + components: + - type: Transform + pos: 52.5,77.5 + parent: 2 + - uid: 6806 + components: + - type: Transform + pos: 44.5,83.5 + parent: 2 + - uid: 6835 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,75.5 + parent: 2 + - uid: 6837 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,75.5 + parent: 2 + - uid: 6844 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,68.5 + parent: 2 + - uid: 6845 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,69.5 + parent: 2 + - uid: 6847 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,71.5 + parent: 2 + - uid: 6848 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,72.5 + parent: 2 + - uid: 6849 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,73.5 + parent: 2 + - uid: 6850 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,74.5 + parent: 2 + - uid: 6851 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,75.5 + parent: 2 + - uid: 6852 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,76.5 + parent: 2 + - uid: 6853 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,77.5 + parent: 2 + - uid: 6854 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.5,77.5 + parent: 2 + - uid: 6855 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,77.5 + parent: 2 + - uid: 6856 + components: + - type: Transform + pos: 55.5,77.5 + parent: 2 + - uid: 6858 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,82.5 + parent: 2 + - uid: 6859 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,81.5 + parent: 2 + - uid: 6860 + components: + - type: Transform + pos: 55.5,78.5 + parent: 2 + - uid: 6861 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,79.5 + parent: 2 + - uid: 6862 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,79.5 + parent: 2 + - uid: 6865 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,80.5 + parent: 2 + - uid: 6866 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,79.5 + parent: 2 + - uid: 6869 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,69.5 + parent: 2 + - uid: 6870 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,69.5 + parent: 2 + - uid: 6871 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,69.5 + parent: 2 + - uid: 6897 + components: + - type: Transform + pos: 67.5,65.5 + parent: 2 + - uid: 6947 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,83.5 + parent: 2 + - uid: 6961 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,84.5 + parent: 2 + - uid: 6962 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,84.5 + parent: 2 + - uid: 6963 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,84.5 + parent: 2 + - uid: 6964 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,84.5 + parent: 2 + - uid: 6974 + components: + - type: Transform + pos: 11.5,53.5 + parent: 2 + - uid: 7001 + components: + - type: Transform + pos: 11.5,52.5 + parent: 2 + - uid: 7002 + components: + - type: Transform + pos: 11.5,51.5 + parent: 2 + - uid: 7003 + components: + - type: Transform + pos: 11.5,50.5 + parent: 2 + - uid: 7004 + components: + - type: Transform + pos: 11.5,49.5 + parent: 2 + - uid: 7005 + components: + - type: Transform + pos: 11.5,48.5 + parent: 2 + - uid: 7050 + components: + - type: Transform + pos: 51.5,63.5 + parent: 2 + - uid: 7051 + components: + - type: Transform + pos: 50.5,63.5 + parent: 2 + - uid: 7191 + components: + - type: Transform + pos: 55.5,74.5 + parent: 2 + - uid: 7241 + components: + - type: Transform + pos: 40.5,60.5 + parent: 2 + - uid: 7242 + components: + - type: Transform + pos: 41.5,60.5 + parent: 2 + - uid: 7243 + components: + - type: Transform + pos: 42.5,60.5 + parent: 2 + - uid: 7244 + components: + - type: Transform + pos: 11.5,47.5 + parent: 2 + - uid: 7249 + components: + - type: Transform + pos: 44.5,34.5 + parent: 2 + - uid: 7256 + components: + - type: Transform + pos: 11.5,46.5 + parent: 2 + - uid: 7284 + components: + - type: Transform + pos: 2.5,35.5 + parent: 2 + - uid: 7285 + components: + - type: Transform + pos: 6.5,39.5 + parent: 2 + - uid: 7286 + components: + - type: Transform + pos: 2.5,39.5 + parent: 2 + - uid: 7287 + components: + - type: Transform + pos: 2.5,38.5 + parent: 2 + - uid: 7300 + components: + - type: Transform + pos: 11.5,39.5 + parent: 2 + - uid: 7437 + components: + - type: Transform + pos: 2.5,37.5 + parent: 2 + - uid: 7438 + components: + - type: Transform + pos: 2.5,36.5 + parent: 2 + - uid: 7440 + components: + - type: Transform + pos: 11.5,62.5 + parent: 2 + - uid: 7462 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,18.5 + parent: 2 + - uid: 7493 + components: + - type: Transform + pos: 11.5,63.5 + parent: 2 + - uid: 7494 + components: + - type: Transform + pos: 11.5,64.5 + parent: 2 + - uid: 7495 + components: + - type: Transform + pos: 11.5,65.5 + parent: 2 + - uid: 7496 + components: + - type: Transform + pos: 12.5,65.5 + parent: 2 + - uid: 7497 + components: + - type: Transform + pos: 10.5,54.5 + parent: 2 + - uid: 7498 + components: + - type: Transform + pos: 9.5,54.5 + parent: 2 + - uid: 7499 + components: + - type: Transform + pos: 6.5,38.5 + parent: 2 + - uid: 7500 + components: + - type: Transform + pos: 6.5,37.5 + parent: 2 + - uid: 7501 + components: + - type: Transform + pos: 6.5,36.5 + parent: 2 + - uid: 7502 + components: + - type: Transform + pos: 6.5,35.5 + parent: 2 + - uid: 7503 + components: + - type: Transform + pos: 5.5,35.5 + parent: 2 + - uid: 7504 + components: + - type: Transform + pos: 3.5,35.5 + parent: 2 + - uid: 7505 + components: + - type: Transform + pos: 7.5,35.5 + parent: 2 + - uid: 7506 + components: + - type: Transform + pos: 9.5,35.5 + parent: 2 + - uid: 7507 + components: + - type: Transform + pos: 10.5,35.5 + parent: 2 + - uid: 7508 + components: + - type: Transform + pos: 10.5,36.5 + parent: 2 + - uid: 7509 + components: + - type: Transform + pos: 10.5,37.5 + parent: 2 + - uid: 7510 + components: + - type: Transform + pos: 10.5,38.5 + parent: 2 + - uid: 7512 + components: + - type: Transform + pos: 11.5,40.5 + parent: 2 + - uid: 7515 + components: + - type: Transform + pos: 11.5,43.5 + parent: 2 + - uid: 7518 + components: + - type: Transform + pos: 9.5,55.5 + parent: 2 + - uid: 7519 + components: + - type: Transform + pos: 9.5,56.5 + parent: 2 + - uid: 7520 + components: + - type: Transform + pos: 9.5,60.5 + parent: 2 + - uid: 7521 + components: + - type: Transform + pos: 10.5,62.5 + parent: 2 + - uid: 7522 + components: + - type: Transform + pos: 9.5,62.5 + parent: 2 + - uid: 7523 + components: + - type: Transform + pos: 84.5,29.5 + parent: 2 + - uid: 7524 + components: + - type: Transform + pos: 85.5,29.5 + parent: 2 + - uid: 7525 + components: + - type: Transform + pos: 85.5,28.5 + parent: 2 + - uid: 7526 + components: + - type: Transform + pos: 85.5,27.5 + parent: 2 + - uid: 7527 + components: + - type: Transform + pos: 85.5,26.5 + parent: 2 + - uid: 7528 + components: + - type: Transform + pos: 85.5,25.5 + parent: 2 + - uid: 7529 + components: + - type: Transform + pos: 65.5,2.5 + parent: 2 + - uid: 7530 + components: + - type: Transform + pos: 66.5,2.5 + parent: 2 + - uid: 7531 + components: + - type: Transform + pos: 67.5,2.5 + parent: 2 + - uid: 7534 + components: + - type: Transform + pos: 69.5,2.5 + parent: 2 + - uid: 7536 + components: + - type: Transform + pos: 70.5,2.5 + parent: 2 + - uid: 7537 + components: + - type: Transform + pos: 71.5,2.5 + parent: 2 + - uid: 7538 + components: + - type: Transform + pos: 72.5,2.5 + parent: 2 + - uid: 7539 + components: + - type: Transform + pos: 72.5,3.5 + parent: 2 + - uid: 7548 + components: + - type: Transform + pos: 61.5,65.5 + parent: 2 + - uid: 7549 + components: + - type: Transform + pos: 61.5,66.5 + parent: 2 + - uid: 7552 + components: + - type: Transform + pos: 62.5,65.5 + parent: 2 + - uid: 7553 + components: + - type: Transform + pos: 63.5,65.5 + parent: 2 + - uid: 7554 + components: + - type: Transform + pos: 64.5,65.5 + parent: 2 + - uid: 7555 + components: + - type: Transform + pos: 65.5,65.5 + parent: 2 + - uid: 7556 + components: + - type: Transform + pos: 66.5,65.5 + parent: 2 + - uid: 7571 + components: + - type: Transform + pos: 85.5,9.5 + parent: 2 + - uid: 7572 + components: + - type: Transform + pos: 86.5,9.5 + parent: 2 + - uid: 7577 + components: + - type: Transform + pos: 86.5,10.5 + parent: 2 + - uid: 7579 + components: + - type: Transform + pos: 32.5,-20.5 + parent: 2 + - uid: 7584 + components: + - type: Transform + pos: 87.5,11.5 + parent: 2 + - uid: 7585 + components: + - type: Transform + pos: 87.5,12.5 + parent: 2 + - uid: 7586 + components: + - type: Transform + pos: 87.5,13.5 + parent: 2 + - uid: 7587 + components: + - type: Transform + pos: 87.5,14.5 + parent: 2 + - uid: 7588 + components: + - type: Transform + pos: 87.5,22.5 + parent: 2 + - uid: 7605 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 59.5,31.5 + parent: 2 + - uid: 7606 + components: + - type: Transform + pos: 86.5,22.5 + parent: 2 + - uid: 7608 + components: + - type: Transform + pos: 86.5,23.5 + parent: 2 + - uid: 7609 + components: + - type: Transform + pos: 86.5,24.5 + parent: 2 + - uid: 7612 + components: + - type: Transform + pos: 53.5,-14.5 + parent: 2 + - uid: 7613 + components: + - type: Transform + pos: 86.5,25.5 + parent: 2 + - uid: 7624 + components: + - type: Transform + pos: 53.5,-15.5 + parent: 2 + - uid: 7625 + components: + - type: Transform + pos: 52.5,-15.5 + parent: 2 + - uid: 7628 + components: + - type: Transform + pos: 49.5,-15.5 + parent: 2 + - uid: 7635 + components: + - type: Transform + pos: 64.5,2.5 + parent: 2 + - uid: 7636 + components: + - type: Transform + pos: 64.5,-0.5 + parent: 2 + - uid: 7637 + components: + - type: Transform + pos: 47.5,-15.5 + parent: 2 + - uid: 7643 + components: + - type: Transform + pos: 46.5,-15.5 + parent: 2 + - uid: 7648 + components: + - type: Transform + pos: 45.5,-15.5 + parent: 2 + - uid: 7652 + components: + - type: Transform + pos: 44.5,-15.5 + parent: 2 + - uid: 7653 + components: + - type: Transform + pos: 44.5,-14.5 + parent: 2 + - uid: 7654 + components: + - type: Transform + pos: 43.5,-14.5 + parent: 2 + - uid: 7655 + components: + - type: Transform + pos: 42.5,-14.5 + parent: 2 + - uid: 7657 + components: + - type: Transform + pos: 41.5,-14.5 + parent: 2 + - uid: 7677 + components: + - type: Transform + pos: 40.5,-12.5 + parent: 2 + - uid: 7679 + components: + - type: Transform + pos: 38.5,-12.5 + parent: 2 + - uid: 7695 + components: + - type: Transform + pos: 76.5,51.5 + parent: 2 + - uid: 7696 + components: + - type: Transform + pos: 75.5,51.5 + parent: 2 + - uid: 7697 + components: + - type: Transform + pos: 74.5,51.5 + parent: 2 + - uid: 7698 + components: + - type: Transform + pos: 73.5,51.5 + parent: 2 + - uid: 7856 + components: + - type: Transform + pos: 78.5,51.5 + parent: 2 + - uid: 7857 + components: + - type: Transform + pos: 80.5,52.5 + parent: 2 + - uid: 7858 + components: + - type: Transform + pos: 79.5,51.5 + parent: 2 + - uid: 7859 + components: + - type: Transform + pos: 80.5,53.5 + parent: 2 + - uid: 7860 + components: + - type: Transform + pos: 84.5,54.5 + parent: 2 + - uid: 7861 + components: + - type: Transform + pos: 84.5,55.5 + parent: 2 + - uid: 7867 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 84.5,62.5 + parent: 2 + - uid: 7871 + components: + - type: Transform + pos: 84.5,65.5 + parent: 2 + - uid: 7872 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 76.5,66.5 + parent: 2 + - uid: 7874 + components: + - type: Transform + pos: 72.5,66.5 + parent: 2 + - uid: 7881 + components: + - type: Transform + pos: 80.5,66.5 + parent: 2 + - uid: 7883 + components: + - type: Transform + pos: 84.5,66.5 + parent: 2 + - uid: 7903 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 83.5,51.5 + parent: 2 + - uid: 7904 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 83.5,54.5 + parent: 2 + - uid: 7966 + components: + - type: Transform + pos: 73.5,66.5 + parent: 2 + - uid: 7992 + components: + - type: Transform + pos: 79.5,66.5 + parent: 2 + - uid: 8002 + components: + - type: Transform + pos: 77.5,66.5 + parent: 2 + - uid: 8007 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,34.5 + parent: 2 + - uid: 8020 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,67.5 + parent: 2 + - uid: 8041 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 80.5,69.5 + parent: 2 + - uid: 8043 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,71.5 + parent: 2 + - uid: 8044 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,71.5 + parent: 2 + - uid: 8057 + components: + - type: Transform + pos: 72.5,70.5 + parent: 2 + - uid: 8068 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 80.5,68.5 + parent: 2 + - uid: 8078 + components: + - type: Transform + pos: 28.5,-38.5 + parent: 2 + - uid: 8107 + components: + - type: Transform + pos: 29.5,-35.5 + parent: 2 + - uid: 8142 + components: + - type: Transform + pos: 74.5,66.5 + parent: 2 + - uid: 8154 + components: + - type: Transform + pos: 29.5,-32.5 + parent: 2 + - uid: 8156 + components: + - type: Transform + pos: 29.5,-34.5 + parent: 2 + - uid: 8170 + components: + - type: Transform + pos: 75.5,66.5 + parent: 2 + - uid: 8254 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 63.5,30.5 + parent: 2 + - uid: 8365 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,43.5 + parent: 2 + - uid: 8634 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 74.5,7.5 + parent: 2 + - uid: 9521 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,30.5 + parent: 2 + - uid: 9593 + components: + - type: Transform + pos: 17.5,-39.5 + parent: 2 + - uid: 9600 + components: + - type: Transform + pos: 29.5,-31.5 + parent: 2 + - uid: 9616 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-25.5 + parent: 2 + - uid: 9620 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-25.5 + parent: 2 + - uid: 9630 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-21.5 + parent: 2 + - uid: 9634 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-21.5 + parent: 2 + - uid: 9635 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-40.5 + parent: 2 + - uid: 9642 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-40.5 + parent: 2 + - uid: 9651 + components: + - type: Transform + pos: 17.5,-6.5 + parent: 2 + - uid: 9652 + components: + - type: Transform + pos: 20.5,-9.5 + parent: 2 + - uid: 9657 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,73.5 + parent: 2 + - uid: 9661 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-40.5 + parent: 2 + - uid: 9666 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-30.5 + parent: 2 + - uid: 9690 + components: + - type: Transform + pos: 16.5,-35.5 + parent: 2 + - uid: 9697 + components: + - type: Transform + pos: 16.5,-37.5 + parent: 2 + - uid: 9700 + components: + - type: Transform + pos: 16.5,-36.5 + parent: 2 + - uid: 9736 + components: + - type: Transform + pos: 17.5,-8.5 + parent: 2 + - uid: 9739 + components: + - type: Transform + pos: 92.5,14.5 + parent: 2 + - uid: 9741 + components: + - type: Transform + pos: 94.5,14.5 + parent: 2 + - uid: 9742 + components: + - type: Transform + pos: 93.5,14.5 + parent: 2 + - uid: 9744 + components: + - type: Transform + pos: 94.5,18.5 + parent: 2 + - uid: 9745 + components: + - type: Transform + pos: 91.5,14.5 + parent: 2 + - uid: 9754 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,75.5 + parent: 2 + - uid: 9757 + components: + - type: Transform + pos: 15.5,79.5 + parent: 2 + - uid: 9807 + components: + - type: Transform + pos: 17.5,-38.5 + parent: 2 + - uid: 9810 + components: + - type: Transform + pos: 17.5,-37.5 + parent: 2 + - uid: 9813 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-29.5 + parent: 2 + - uid: 9815 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-29.5 + parent: 2 + - uid: 9817 + components: + - type: Transform + pos: 94.5,17.5 + parent: 2 + - uid: 9818 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-40.5 + parent: 2 + - uid: 9832 + components: + - type: Transform + pos: 94.5,19.5 + parent: 2 + - uid: 9838 + components: + - type: Transform + pos: 94.5,16.5 + parent: 2 + - uid: 9863 + components: + - type: Transform + pos: 94.5,15.5 + parent: 2 + - uid: 10313 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,-18.5 + parent: 2 + - uid: 10314 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,-18.5 + parent: 2 + - uid: 10360 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,44.5 + parent: 2 + - uid: 10379 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,44.5 + parent: 2 + - uid: 10455 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,72.5 + parent: 2 + - uid: 10529 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,46.5 + parent: 2 + - uid: 10535 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,68.5 + parent: 2 + - uid: 10609 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,-18.5 + parent: 2 + - uid: 10625 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,-18.5 + parent: 2 + - uid: 10626 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,-16.5 + parent: 2 + - uid: 10628 + components: + - type: Transform + pos: 50.5,-20.5 + parent: 2 + - uid: 10637 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,-17.5 + parent: 2 + - uid: 10759 + components: + - type: Transform + pos: 52.5,-20.5 + parent: 2 + - uid: 11247 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,69.5 + parent: 2 + - uid: 11248 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,70.5 + parent: 2 + - uid: 11250 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,71.5 + parent: 2 + - uid: 11255 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,34.5 + parent: 2 + - uid: 11256 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,34.5 + parent: 2 + - uid: 11263 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 59.5,33.5 + parent: 2 + - uid: 11265 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 59.5,32.5 + parent: 2 + - uid: 12588 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 55.5,54.5 + parent: 2 + - uid: 13432 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 59.5,30.5 + parent: 2 + - uid: 13698 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,59.5 + parent: 2 + - uid: 13785 + components: + - type: Transform + pos: 29.5,-37.5 + parent: 2 + - uid: 13886 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,-16.5 + parent: 2 + - uid: 13887 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,-18.5 + parent: 2 + - uid: 13888 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,-17.5 + parent: 2 + - uid: 14021 + components: + - type: Transform + pos: 29.5,-33.5 + parent: 2 + - uid: 14139 + components: + - type: Transform + pos: 16.5,-30.5 + parent: 2 + - uid: 14222 + components: + - type: Transform + pos: 28.5,-39.5 + parent: 2 + - uid: 14223 + components: + - type: Transform + pos: 29.5,-30.5 + parent: 2 + - uid: 14263 + components: + - type: Transform + pos: 16.5,-34.5 + parent: 2 + - uid: 14264 + components: + - type: Transform + pos: 16.5,-33.5 + parent: 2 + - uid: 14265 + components: + - type: Transform + pos: 16.5,-32.5 + parent: 2 + - uid: 14266 + components: + - type: Transform + pos: 16.5,-31.5 + parent: 2 + - uid: 14288 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-40.5 + parent: 2 + - uid: 14289 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-40.5 + parent: 2 + - uid: 14297 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-40.5 + parent: 2 + - uid: 14304 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-40.5 + parent: 2 + - uid: 14306 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-40.5 + parent: 2 + - uid: 14318 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-34.5 + parent: 2 + - uid: 14332 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,-40.5 + parent: 2 + - uid: 14333 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-40.5 + parent: 2 + - uid: 14356 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-34.5 + parent: 2 + - uid: 14760 + components: + - type: Transform + pos: 72.5,74.5 + parent: 2 + - uid: 14765 + components: + - type: Transform + pos: 76.5,74.5 + parent: 2 + - uid: 14766 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 72.5,68.5 + parent: 2 + - uid: 14767 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 75.5,74.5 + parent: 2 + - uid: 14768 + components: + - type: Transform + pos: 76.5,70.5 + parent: 2 + - uid: 14772 + components: + - type: Transform + pos: 80.5,70.5 + parent: 2 + - uid: 14774 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 72.5,67.5 + parent: 2 + - uid: 14786 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 73.5,74.5 + parent: 2 + - uid: 14787 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 72.5,69.5 + parent: 2 + - uid: 14795 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 80.5,67.5 + parent: 2 + - uid: 14939 + components: + - type: Transform + pos: 59.5,-15.5 + parent: 2 +- proto: WallReinforcedDiagonal + entities: + - uid: 6599 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 90.5,11.5 + parent: 2 +- proto: WallReinforcedRust + entities: + - uid: 6576 + components: + - type: Transform + pos: 88.5,12.5 + parent: 2 + - uid: 6577 + components: + - type: Transform + pos: 90.5,13.5 + parent: 2 + - uid: 6578 + components: + - type: Transform + pos: 89.5,13.5 + parent: 2 + - uid: 6583 + components: + - type: Transform + pos: 88.5,11.5 + parent: 2 + - uid: 6596 + components: + - type: Transform + pos: 88.5,13.5 + parent: 2 + - uid: 6597 + components: + - type: Transform + pos: 90.5,12.5 + parent: 2 + - uid: 6598 + components: + - type: Transform + pos: 89.5,11.5 + parent: 2 +- proto: WallSolid + entities: + - uid: 38 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,17.5 + parent: 2 + - uid: 41 + components: + - type: Transform + pos: 10.5,4.5 + parent: 2 + - uid: 42 + components: + - type: Transform + pos: 9.5,4.5 + parent: 2 + - uid: 43 + components: + - type: Transform + pos: 10.5,5.5 + parent: 2 + - uid: 44 + components: + - type: Transform + pos: 10.5,6.5 + parent: 2 + - uid: 46 + components: + - type: Transform + pos: 10.5,8.5 + parent: 2 + - uid: 47 + components: + - type: Transform + pos: 10.5,9.5 + parent: 2 + - uid: 48 + components: + - type: Transform + pos: 10.5,10.5 + parent: 2 + - uid: 49 + components: + - type: Transform + pos: 10.5,11.5 + parent: 2 + - uid: 50 + components: + - type: Transform + pos: 10.5,19.5 + parent: 2 + - uid: 51 + components: + - type: Transform + pos: 9.5,19.5 + parent: 2 + - uid: 55 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,14.5 + parent: 2 + - uid: 57 + components: + - type: Transform + pos: 2.5,15.5 + parent: 2 + - uid: 58 + components: + - type: Transform + pos: 3.5,15.5 + parent: 2 + - uid: 60 + components: + - type: Transform + pos: 5.5,15.5 + parent: 2 + - uid: 61 + components: + - type: Transform + pos: 6.5,15.5 + parent: 2 + - uid: 62 + components: + - type: Transform + pos: 6.5,16.5 + parent: 2 + - uid: 63 + components: + - type: Transform + pos: 8.5,19.5 + parent: 2 + - uid: 64 + components: + - type: Transform + pos: 10.5,16.5 + parent: 2 + - uid: 66 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,16.5 + parent: 2 + - uid: 70 + components: + - type: Transform + pos: 2.5,11.5 + parent: 2 + - uid: 71 + components: + - type: Transform + pos: 6.5,11.5 + parent: 2 + - uid: 78 + components: + - type: Transform + pos: 10.5,12.5 + parent: 2 + - uid: 80 + components: + - type: Transform + pos: 7.5,17.5 + parent: 2 + - uid: 81 + components: + - type: Transform + pos: 6.5,17.5 + parent: 2 + - uid: 82 + components: + - type: Transform + pos: 9.5,17.5 + parent: 2 + - uid: 83 + components: + - type: Transform + pos: 8.5,17.5 + parent: 2 + - uid: 84 + components: + - type: Transform + pos: 10.5,17.5 + parent: 2 + - uid: 85 + components: + - type: Transform + pos: 7.5,19.5 + parent: 2 + - uid: 86 + components: + - type: Transform + pos: 5.5,11.5 + parent: 2 + - uid: 89 + components: + - type: Transform + pos: 43.5,39.5 + parent: 2 + - uid: 90 + components: + - type: Transform + pos: 42.5,39.5 + parent: 2 + - uid: 95 + components: + - type: Transform + pos: 6.5,19.5 + parent: 2 + - uid: 96 + components: + - type: Transform + pos: 5.5,19.5 + parent: 2 + - uid: 97 + components: + - type: Transform + pos: 4.5,19.5 + parent: 2 + - uid: 99 + components: + - type: Transform + pos: 2.5,18.5 + parent: 2 + - uid: 101 + components: + - type: Transform + pos: 2.5,17.5 + parent: 2 + - uid: 105 + components: + - type: Transform + pos: 5.5,22.5 + parent: 2 + - uid: 106 + components: + - type: Transform + pos: 5.5,21.5 + parent: 2 + - uid: 107 + components: + - type: Transform + pos: 5.5,24.5 + parent: 2 + - uid: 108 + components: + - type: Transform + pos: 5.5,20.5 + parent: 2 + - uid: 109 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,2.5 + parent: 2 + - uid: 110 + components: + - type: Transform + pos: 5.5,23.5 + parent: 2 + - uid: 115 + components: + - type: Transform + pos: 3.5,25.5 + parent: 2 + - uid: 116 + components: + - type: Transform + pos: 4.5,25.5 + parent: 2 + - uid: 117 + components: + - type: Transform + pos: 5.5,25.5 + parent: 2 + - uid: 118 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,0.5 + parent: 2 + - uid: 121 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,2.5 + parent: 2 + - uid: 536 + components: + - type: Transform + pos: 19.5,11.5 + parent: 2 + - uid: 538 + components: + - type: Transform + pos: 19.5,10.5 + parent: 2 + - uid: 596 + components: + - type: Transform + pos: 19.5,0.5 + parent: 2 + - uid: 608 + components: + - type: Transform + pos: 19.5,2.5 + parent: 2 + - uid: 609 + components: + - type: Transform + pos: 31.5,-3.5 + parent: 2 + - uid: 614 + components: + - type: Transform + pos: 19.5,8.5 + parent: 2 + - uid: 615 + components: + - type: Transform + pos: 19.5,9.5 + parent: 2 + - uid: 678 + components: + - type: Transform + pos: 14.5,15.5 + parent: 2 + - uid: 680 + components: + - type: Transform + pos: 15.5,15.5 + parent: 2 + - uid: 755 + components: + - type: Transform + pos: 14.5,22.5 + parent: 2 + - uid: 757 + components: + - type: Transform + pos: 14.5,16.5 + parent: 2 + - uid: 948 + components: + - type: Transform + pos: 23.5,22.5 + parent: 2 + - uid: 949 + components: + - type: Transform + pos: 23.5,21.5 + parent: 2 + - uid: 1475 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,11.5 + parent: 2 + - uid: 1483 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,3.5 + parent: 2 + - uid: 1491 + components: + - type: Transform + pos: 25.5,-6.5 + parent: 2 + - uid: 1494 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,3.5 + parent: 2 + - uid: 1495 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,2.5 + parent: 2 + - uid: 1496 + components: + - type: Transform + pos: 22.5,2.5 + parent: 2 + - uid: 1497 + components: + - type: Transform + pos: 23.5,2.5 + parent: 2 + - uid: 1498 + components: + - type: Transform + pos: 24.5,2.5 + parent: 2 + - uid: 1504 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-3.5 + parent: 2 + - uid: 1505 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-2.5 + parent: 2 + - uid: 1506 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-1.5 + parent: 2 + - uid: 1509 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,1.5 + parent: 2 + - uid: 1513 + components: + - type: Transform + pos: 26.5,2.5 + parent: 2 + - uid: 1514 + components: + - type: Transform + pos: 30.5,2.5 + parent: 2 + - uid: 1516 + components: + - type: Transform + pos: 31.5,2.5 + parent: 2 + - uid: 1517 + components: + - type: Transform + pos: 31.5,1.5 + parent: 2 + - uid: 1518 + components: + - type: Transform + pos: 31.5,0.5 + parent: 2 + - uid: 1519 + components: + - type: Transform + pos: 31.5,-0.5 + parent: 2 + - uid: 1520 + components: + - type: Transform + pos: 31.5,-1.5 + parent: 2 + - uid: 1521 + components: + - type: Transform + pos: 31.5,-2.5 + parent: 2 + - uid: 1544 + components: + - type: Transform + pos: 25.5,-4.5 + parent: 2 + - uid: 1545 + components: + - type: Transform + pos: 25.5,-5.5 + parent: 2 + - uid: 1549 + components: + - type: Transform + pos: 25.5,-7.5 + parent: 2 + - uid: 1550 + components: + - type: Transform + pos: 25.5,-8.5 + parent: 2 + - uid: 1551 + components: + - type: Transform + pos: 25.5,-9.5 + parent: 2 + - uid: 1554 + components: + - type: Transform + pos: 24.5,-5.5 + parent: 2 + - uid: 1555 + components: + - type: Transform + pos: 25.5,-10.5 + parent: 2 + - uid: 1556 + components: + - type: Transform + pos: 25.5,-11.5 + parent: 2 + - uid: 1557 + components: + - type: Transform + pos: 25.5,-12.5 + parent: 2 + - uid: 1558 + components: + - type: Transform + pos: 25.5,-13.5 + parent: 2 + - uid: 1559 + components: + - type: Transform + pos: 25.5,-14.5 + parent: 2 + - uid: 1564 + components: + - type: Transform + pos: 31.5,-18.5 + parent: 2 + - uid: 1568 + components: + - type: Transform + pos: 59.5,46.5 + parent: 2 + - uid: 1605 + components: + - type: Transform + pos: 30.5,-18.5 + parent: 2 + - uid: 1607 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-17.5 + parent: 2 + - uid: 1610 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-13.5 + parent: 2 + - uid: 1682 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-14.5 + parent: 2 + - uid: 1683 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-15.5 + parent: 2 + - uid: 1684 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-16.5 + parent: 2 + - uid: 1685 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-17.5 + parent: 2 + - uid: 1691 + components: + - type: Transform + pos: 2.5,19.5 + parent: 2 + - uid: 1694 + components: + - type: Transform + pos: 14.5,-13.5 + parent: 2 + - uid: 1695 + components: + - type: Transform + pos: 13.5,-13.5 + parent: 2 + - uid: 1696 + components: + - type: Transform + pos: 12.5,-13.5 + parent: 2 + - uid: 1697 + components: + - type: Transform + pos: 14.5,-17.5 + parent: 2 + - uid: 1698 + components: + - type: Transform + pos: 13.5,-17.5 + parent: 2 + - uid: 1699 + components: + - type: Transform + pos: 12.5,-17.5 + parent: 2 + - uid: 1700 + components: + - type: Transform + pos: 12.5,-16.5 + parent: 2 + - uid: 1701 + components: + - type: Transform + pos: 12.5,-15.5 + parent: 2 + - uid: 1914 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-13.5 + parent: 2 + - uid: 1915 + components: + - type: Transform + pos: 17.5,-14.5 + parent: 2 + - uid: 1916 + components: + - type: Transform + pos: 33.5,-8.5 + parent: 2 + - uid: 1935 + components: + - type: Transform + pos: 11.5,-0.5 + parent: 2 + - uid: 1936 + components: + - type: Transform + pos: 11.5,0.5 + parent: 2 + - uid: 1948 + components: + - type: Transform + pos: 35.5,-8.5 + parent: 2 + - uid: 1949 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,3.5 + parent: 2 + - uid: 1950 + components: + - type: Transform + pos: 36.5,-8.5 + parent: 2 + - uid: 1952 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-15.5 + parent: 2 + - uid: 1953 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-16.5 + parent: 2 + - uid: 1954 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-16.5 + parent: 2 + - uid: 1960 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-11.5 + parent: 2 + - uid: 1964 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-8.5 + parent: 2 + - uid: 1966 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-6.5 + parent: 2 + - uid: 1967 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-5.5 + parent: 2 + - uid: 1968 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,1.5 + parent: 2 + - uid: 1985 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-0.5 + parent: 2 + - uid: 1986 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,0.5 + parent: 2 + - uid: 1987 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,2.5 + parent: 2 + - uid: 1988 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-2.5 + parent: 2 + - uid: 1989 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-1.5 + parent: 2 + - uid: 1990 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-4.5 + parent: 2 + - uid: 1991 + components: + - type: Transform + pos: 39.5,18.5 + parent: 2 + - uid: 1992 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-5.5 + parent: 2 + - uid: 1993 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-6.5 + parent: 2 + - uid: 2060 + components: + - type: Transform + pos: 26.5,-3.5 + parent: 2 + - uid: 2061 + components: + - type: Transform + pos: 27.5,-3.5 + parent: 2 + - uid: 2062 + components: + - type: Transform + pos: 28.5,-3.5 + parent: 2 + - uid: 2064 + components: + - type: Transform + pos: 30.5,-3.5 + parent: 2 + - uid: 2221 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-13.5 + parent: 2 + - uid: 2257 + components: + - type: Transform + pos: 41.5,18.5 + parent: 2 + - uid: 2259 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-6.5 + parent: 2 + - uid: 2272 + components: + - type: Transform + pos: 34.5,8.5 + parent: 2 + - uid: 2288 + components: + - type: Transform + pos: 34.5,7.5 + parent: 2 + - uid: 2290 + components: + - type: Transform + pos: 34.5,11.5 + parent: 2 + - uid: 2295 + components: + - type: Transform + pos: 36.5,7.5 + parent: 2 + - uid: 2296 + components: + - type: Transform + pos: 35.5,7.5 + parent: 2 + - uid: 2297 + components: + - type: Transform + pos: 38.5,7.5 + parent: 2 + - uid: 2322 + components: + - type: Transform + pos: 37.5,1.5 + parent: 2 + - uid: 2323 + components: + - type: Transform + pos: 43.5,1.5 + parent: 2 + - uid: 2325 + components: + - type: Transform + pos: 45.5,-2.5 + parent: 2 + - uid: 2326 + components: + - type: Transform + pos: 42.5,-1.5 + parent: 2 + - uid: 2327 + components: + - type: Transform + pos: 40.5,-0.5 + parent: 2 + - uid: 2328 + components: + - type: Transform + pos: 47.5,-2.5 + parent: 2 + - uid: 2329 + components: + - type: Transform + pos: 43.5,0.5 + parent: 2 + - uid: 2330 + components: + - type: Transform + pos: 46.5,-2.5 + parent: 2 + - uid: 2331 + components: + - type: Transform + pos: 48.5,-2.5 + parent: 2 + - uid: 2332 + components: + - type: Transform + pos: 37.5,0.5 + parent: 2 + - uid: 2333 + components: + - type: Transform + pos: 36.5,-1.5 + parent: 2 + - uid: 2334 + components: + - type: Transform + pos: 37.5,-0.5 + parent: 2 + - uid: 2336 + components: + - type: Transform + pos: 37.5,-1.5 + parent: 2 + - uid: 2337 + components: + - type: Transform + pos: 40.5,0.5 + parent: 2 + - uid: 2338 + components: + - type: Transform + pos: 35.5,-1.5 + parent: 2 + - uid: 2339 + components: + - type: Transform + pos: 40.5,1.5 + parent: 2 + - uid: 2340 + components: + - type: Transform + pos: 39.5,-1.5 + parent: 2 + - uid: 2341 + components: + - type: Transform + pos: 40.5,-1.5 + parent: 2 + - uid: 2342 + components: + - type: Transform + pos: 38.5,-1.5 + parent: 2 + - uid: 2344 + components: + - type: Transform + pos: 44.5,-1.5 + parent: 2 + - uid: 2345 + components: + - type: Transform + pos: 41.5,-1.5 + parent: 2 + - uid: 2346 + components: + - type: Transform + pos: 44.5,-2.5 + parent: 2 + - uid: 2347 + components: + - type: Transform + pos: 48.5,-1.5 + parent: 2 + - uid: 2348 + components: + - type: Transform + pos: 43.5,-0.5 + parent: 2 + - uid: 2349 + components: + - type: Transform + pos: 61.5,0.5 + parent: 2 + - uid: 2350 + components: + - type: Transform + pos: 43.5,-1.5 + parent: 2 + - uid: 2352 + components: + - type: Transform + pos: 48.5,0.5 + parent: 2 + - uid: 2353 + components: + - type: Transform + pos: 48.5,1.5 + parent: 2 + - uid: 2373 + components: + - type: Transform + pos: 51.5,11.5 + parent: 2 + - uid: 2375 + components: + - type: Transform + pos: 58.5,11.5 + parent: 2 + - uid: 2376 + components: + - type: Transform + pos: 51.5,8.5 + parent: 2 + - uid: 2377 + components: + - type: Transform + pos: 51.5,7.5 + parent: 2 + - uid: 2378 + components: + - type: Transform + pos: 51.5,6.5 + parent: 2 + - uid: 2379 + components: + - type: Transform + pos: 51.5,5.5 + parent: 2 + - uid: 2380 + components: + - type: Transform + pos: 52.5,11.5 + parent: 2 + - uid: 2381 + components: + - type: Transform + pos: 53.5,11.5 + parent: 2 + - uid: 2382 + components: + - type: Transform + pos: 54.5,11.5 + parent: 2 + - uid: 2383 + components: + - type: Transform + pos: 55.5,11.5 + parent: 2 + - uid: 2384 + components: + - type: Transform + pos: 56.5,11.5 + parent: 2 + - uid: 2385 + components: + - type: Transform + pos: 57.5,11.5 + parent: 2 + - uid: 2386 + components: + - type: Transform + pos: 51.5,9.5 + parent: 2 + - uid: 2387 + components: + - type: Transform + pos: 53.5,9.5 + parent: 2 + - uid: 2389 + components: + - type: Transform + pos: 55.5,9.5 + parent: 2 + - uid: 2390 + components: + - type: Transform + pos: 54.5,9.5 + parent: 2 + - uid: 2391 + components: + - type: Transform + pos: 57.5,9.5 + parent: 2 + - uid: 2392 + components: + - type: Transform + pos: 56.5,9.5 + parent: 2 + - uid: 2394 + components: + - type: Transform + pos: 59.5,11.5 + parent: 2 + - uid: 2395 + components: + - type: Transform + pos: 52.5,5.5 + parent: 2 + - uid: 2396 + components: + - type: Transform + pos: 54.5,5.5 + parent: 2 + - uid: 2397 + components: + - type: Transform + pos: 55.5,5.5 + parent: 2 + - uid: 2398 + components: + - type: Transform + pos: 56.5,5.5 + parent: 2 + - uid: 2399 + components: + - type: Transform + pos: 57.5,5.5 + parent: 2 + - uid: 2400 + components: + - type: Transform + pos: 57.5,6.5 + parent: 2 + - uid: 2401 + components: + - type: Transform + pos: 57.5,7.5 + parent: 2 + - uid: 2402 + components: + - type: Transform + pos: 57.5,8.5 + parent: 2 + - uid: 2411 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,-5.5 + parent: 2 + - uid: 2413 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,-5.5 + parent: 2 + - uid: 2414 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,-5.5 + parent: 2 + - uid: 2415 + components: + - type: Transform + pos: 46.5,-5.5 + parent: 2 + - uid: 2416 + components: + - type: Transform + pos: 38.5,-6.5 + parent: 2 + - uid: 2418 + components: + - type: Transform + pos: 43.5,-5.5 + parent: 2 + - uid: 2419 + components: + - type: Transform + pos: 42.5,-5.5 + parent: 2 + - uid: 2420 + components: + - type: Transform + pos: 41.5,-5.5 + parent: 2 + - uid: 2421 + components: + - type: Transform + pos: 40.5,-5.5 + parent: 2 + - uid: 2422 + components: + - type: Transform + pos: 39.5,-5.5 + parent: 2 + - uid: 2423 + components: + - type: Transform + pos: 38.5,-5.5 + parent: 2 + - uid: 2424 + components: + - type: Transform + pos: 37.5,-5.5 + parent: 2 + - uid: 2426 + components: + - type: Transform + pos: 35.5,-5.5 + parent: 2 + - uid: 2430 + components: + - type: Transform + pos: 60.5,0.5 + parent: 2 + - uid: 2431 + components: + - type: Transform + pos: 59.5,7.5 + parent: 2 + - uid: 2495 + components: + - type: Transform + pos: 61.5,1.5 + parent: 2 + - uid: 2496 + components: + - type: Transform + pos: 61.5,2.5 + parent: 2 + - uid: 2498 + components: + - type: Transform + pos: 61.5,4.5 + parent: 2 + - uid: 2499 + components: + - type: Transform + pos: 61.5,5.5 + parent: 2 + - uid: 2500 + components: + - type: Transform + pos: 61.5,6.5 + parent: 2 + - uid: 2501 + components: + - type: Transform + pos: 61.5,7.5 + parent: 2 + - uid: 2502 + components: + - type: Transform + pos: 60.5,7.5 + parent: 2 + - uid: 2503 + components: + - type: Transform + pos: 57.5,4.5 + parent: 2 + - uid: 2504 + components: + - type: Transform + pos: 57.5,2.5 + parent: 2 + - uid: 2505 + components: + - type: Transform + pos: 59.5,0.5 + parent: 2 + - uid: 2506 + components: + - type: Transform + pos: 58.5,0.5 + parent: 2 + - uid: 2508 + components: + - type: Transform + pos: 58.5,7.5 + parent: 2 + - uid: 2521 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,-6.5 + parent: 2 + - uid: 2535 + components: + - type: Transform + pos: 51.5,-8.5 + parent: 2 + - uid: 2536 + components: + - type: Transform + pos: 46.5,-7.5 + parent: 2 + - uid: 2537 + components: + - type: Transform + pos: 51.5,-9.5 + parent: 2 + - uid: 2538 + components: + - type: Transform + pos: 51.5,-10.5 + parent: 2 + - uid: 2539 + components: + - type: Transform + pos: 51.5,-11.5 + parent: 2 + - uid: 2540 + components: + - type: Transform + pos: 51.5,-12.5 + parent: 2 + - uid: 2541 + components: + - type: Transform + pos: 50.5,-12.5 + parent: 2 + - uid: 2542 + components: + - type: Transform + pos: 49.5,-12.5 + parent: 2 + - uid: 2543 + components: + - type: Transform + pos: 48.5,-12.5 + parent: 2 + - uid: 2544 + components: + - type: Transform + pos: 47.5,-12.5 + parent: 2 + - uid: 2545 + components: + - type: Transform + pos: 46.5,-12.5 + parent: 2 + - uid: 2546 + components: + - type: Transform + pos: 46.5,-8.5 + parent: 2 + - uid: 2547 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,-9.5 + parent: 2 + - uid: 2549 + components: + - type: Transform + pos: 46.5,-11.5 + parent: 2 + - uid: 2553 + components: + - type: Transform + pos: 43.5,-9.5 + parent: 2 + - uid: 2554 + components: + - type: Transform + pos: 43.5,-10.5 + parent: 2 + - uid: 2555 + components: + - type: Transform + pos: 43.5,-11.5 + parent: 2 + - uid: 2556 + components: + - type: Transform + pos: 38.5,-8.5 + parent: 2 + - uid: 2558 + components: + - type: Transform + pos: 44.5,-11.5 + parent: 2 + - uid: 2559 + components: + - type: Transform + pos: 38.5,-9.5 + parent: 2 + - uid: 2560 + components: + - type: Transform + pos: 39.5,-9.5 + parent: 2 + - uid: 2561 + components: + - type: Transform + pos: 40.5,-9.5 + parent: 2 + - uid: 2562 + components: + - type: Transform + pos: 41.5,-9.5 + parent: 2 + - uid: 2563 + components: + - type: Transform + pos: 42.5,-9.5 + parent: 2 + - uid: 2621 + components: + - type: Transform + pos: 80.5,6.5 + parent: 2 + - uid: 2677 + components: + - type: Transform + pos: 38.5,-7.5 + parent: 2 + - uid: 2852 + components: + - type: Transform + pos: 33.5,2.5 + parent: 2 + - uid: 2888 + components: + - type: Transform + pos: 40.5,18.5 + parent: 2 + - uid: 3015 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,34.5 + parent: 2 + - uid: 3049 + components: + - type: Transform + pos: 16.5,-15.5 + parent: 2 + - uid: 3386 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,39.5 + parent: 2 + - uid: 3392 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 58.5,36.5 + parent: 2 + - uid: 3393 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 58.5,37.5 + parent: 2 + - uid: 3394 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 58.5,38.5 + parent: 2 + - uid: 3395 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 58.5,39.5 + parent: 2 + - uid: 3396 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 68.5,31.5 + parent: 2 + - uid: 3397 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 58.5,41.5 + parent: 2 + - uid: 3398 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 58.5,42.5 + parent: 2 + - uid: 3399 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 58.5,43.5 + parent: 2 + - uid: 3401 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 68.5,46.5 + parent: 2 + - uid: 3406 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,46.5 + parent: 2 + - uid: 3409 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,46.5 + parent: 2 + - uid: 3410 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,46.5 + parent: 2 + - uid: 3411 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,46.5 + parent: 2 + - uid: 3412 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,46.5 + parent: 2 + - uid: 3413 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,45.5 + parent: 2 + - uid: 3414 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,44.5 + parent: 2 + - uid: 3415 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,43.5 + parent: 2 + - uid: 3416 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,42.5 + parent: 2 + - uid: 3417 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,42.5 + parent: 2 + - uid: 3426 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,42.5 + parent: 2 + - uid: 3432 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 66.5,31.5 + parent: 2 + - uid: 3433 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 65.5,31.5 + parent: 2 + - uid: 3434 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 65.5,30.5 + parent: 2 + - uid: 3435 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 65.5,29.5 + parent: 2 + - uid: 3440 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 66.5,25.5 + parent: 2 + - uid: 3442 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 66.5,23.5 + parent: 2 + - uid: 3443 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 66.5,22.5 + parent: 2 + - uid: 3445 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 66.5,20.5 + parent: 2 + - uid: 3446 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 66.5,19.5 + parent: 2 + - uid: 3447 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 66.5,18.5 + parent: 2 + - uid: 3448 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 66.5,17.5 + parent: 2 + - uid: 3449 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 66.5,16.5 + parent: 2 + - uid: 3450 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 65.5,16.5 + parent: 2 + - uid: 3455 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 65.5,32.5 + parent: 2 + - uid: 3456 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 64.5,16.5 + parent: 2 + - uid: 3457 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 61.5,15.5 + parent: 2 + - uid: 3458 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 62.5,15.5 + parent: 2 + - uid: 3459 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 63.5,15.5 + parent: 2 + - uid: 3461 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,36.5 + parent: 2 + - uid: 3463 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 61.5,36.5 + parent: 2 + - uid: 3464 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 62.5,36.5 + parent: 2 + - uid: 3466 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,33.5 + parent: 2 + - uid: 3467 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 65.5,36.5 + parent: 2 + - uid: 3468 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 66.5,36.5 + parent: 2 + - uid: 3469 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 67.5,36.5 + parent: 2 + - uid: 3470 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 68.5,36.5 + parent: 2 + - uid: 3471 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,36.5 + parent: 2 + - uid: 3472 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 64.5,34.5 + parent: 2 + - uid: 3473 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 65.5,34.5 + parent: 2 + - uid: 3474 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 66.5,34.5 + parent: 2 + - uid: 3477 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,34.5 + parent: 2 + - uid: 3478 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 62.5,37.5 + parent: 2 + - uid: 3479 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 62.5,38.5 + parent: 2 + - uid: 3480 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 62.5,39.5 + parent: 2 + - uid: 3481 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 62.5,40.5 + parent: 2 + - uid: 3482 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 62.5,41.5 + parent: 2 + - uid: 3483 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 67.5,31.5 + parent: 2 + - uid: 3484 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 62.5,43.5 + parent: 2 + - uid: 3486 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 65.5,37.5 + parent: 2 + - uid: 3489 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 65.5,41.5 + parent: 2 + - uid: 3490 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 65.5,42.5 + parent: 2 + - uid: 3491 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 65.5,43.5 + parent: 2 + - uid: 3498 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 61.5,43.5 + parent: 2 + - uid: 3499 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 60.5,43.5 + parent: 2 + - uid: 3503 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,43.5 + parent: 2 + - uid: 3518 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,43.5 + parent: 2 + - uid: 3519 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,44.5 + parent: 2 + - uid: 3520 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,45.5 + parent: 2 + - uid: 3521 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,46.5 + parent: 2 + - uid: 3541 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 67.5,15.5 + parent: 2 + - uid: 3542 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,50.5 + parent: 2 + - uid: 3543 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,50.5 + parent: 2 + - uid: 3544 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,50.5 + parent: 2 + - uid: 3545 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,50.5 + parent: 2 + - uid: 3546 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,50.5 + parent: 2 + - uid: 3547 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,48.5 + parent: 2 + - uid: 3548 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,49.5 + parent: 2 + - uid: 3549 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,48.5 + parent: 2 + - uid: 3550 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,48.5 + parent: 2 + - uid: 3552 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,48.5 + parent: 2 + - uid: 3561 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,32.5 + parent: 2 + - uid: 3563 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,31.5 + parent: 2 + - uid: 3564 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,41.5 + parent: 2 + - uid: 3565 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,40.5 + parent: 2 + - uid: 3566 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,39.5 + parent: 2 + - uid: 3567 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,39.5 + parent: 2 + - uid: 3568 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,39.5 + parent: 2 + - uid: 3569 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,25.5 + parent: 2 + - uid: 3570 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,27.5 + parent: 2 + - uid: 3571 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,26.5 + parent: 2 + - uid: 3572 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,24.5 + parent: 2 + - uid: 3573 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,29.5 + parent: 2 + - uid: 3574 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,28.5 + parent: 2 + - uid: 3575 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,23.5 + parent: 2 + - uid: 3576 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,30.5 + parent: 2 + - uid: 3577 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,22.5 + parent: 2 + - uid: 3578 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,21.5 + parent: 2 + - uid: 3579 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,20.5 + parent: 2 + - uid: 3580 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,19.5 + parent: 2 + - uid: 3581 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,18.5 + parent: 2 + - uid: 3582 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,17.5 + parent: 2 + - uid: 3584 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,15.5 + parent: 2 + - uid: 3585 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 68.5,15.5 + parent: 2 + - uid: 3587 + components: + - type: Transform + pos: 67.5,16.5 + parent: 2 + - uid: 3850 + components: + - type: Transform + pos: 63.5,16.5 + parent: 2 + - uid: 4208 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 58.5,55.5 + parent: 2 + - uid: 4212 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 60.5,11.5 + parent: 2 + - uid: 4213 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 61.5,11.5 + parent: 2 + - uid: 4214 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 62.5,11.5 + parent: 2 + - uid: 4231 + components: + - type: Transform + pos: 21.5,56.5 + parent: 2 + - uid: 4232 + components: + - type: Transform + pos: 22.5,56.5 + parent: 2 + - uid: 4233 + components: + - type: Transform + pos: 23.5,56.5 + parent: 2 + - uid: 4234 + components: + - type: Transform + pos: 24.5,56.5 + parent: 2 + - uid: 4236 + components: + - type: Transform + pos: 25.5,56.5 + parent: 2 + - uid: 4237 + components: + - type: Transform + pos: 26.5,56.5 + parent: 2 + - uid: 4259 + components: + - type: Transform + pos: 80.5,39.5 + parent: 2 + - uid: 4260 + components: + - type: Transform + pos: 80.5,40.5 + parent: 2 + - uid: 4261 + components: + - type: Transform + pos: 80.5,41.5 + parent: 2 + - uid: 4262 + components: + - type: Transform + pos: 80.5,42.5 + parent: 2 + - uid: 4277 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-11.5 + parent: 2 + - uid: 4278 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-10.5 + parent: 2 + - uid: 4279 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,-1.5 + parent: 2 + - uid: 4280 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-11.5 + parent: 2 + - uid: 4283 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 65.5,22.5 + parent: 2 + - uid: 4285 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.5,43.5 + parent: 2 + - uid: 4289 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,42.5 + parent: 2 + - uid: 4290 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,42.5 + parent: 2 + - uid: 4292 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,42.5 + parent: 2 + - uid: 4297 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,39.5 + parent: 2 + - uid: 4299 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,40.5 + parent: 2 + - uid: 4300 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,39.5 + parent: 2 + - uid: 4302 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,41.5 + parent: 2 + - uid: 4304 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,56.5 + parent: 2 + - uid: 4305 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,56.5 + parent: 2 + - uid: 4306 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,56.5 + parent: 2 + - uid: 4307 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,56.5 + parent: 2 + - uid: 4308 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,56.5 + parent: 2 + - uid: 4309 + components: + - type: Transform + pos: 21.5,55.5 + parent: 2 + - uid: 4323 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,39.5 + parent: 2 + - uid: 4324 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,46.5 + parent: 2 + - uid: 4325 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,46.5 + parent: 2 + - uid: 4326 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,46.5 + parent: 2 + - uid: 4327 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,46.5 + parent: 2 + - uid: 4328 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,46.5 + parent: 2 + - uid: 4329 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,46.5 + parent: 2 + - uid: 4330 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,46.5 + parent: 2 + - uid: 4332 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,46.5 + parent: 2 + - uid: 4334 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,39.5 + parent: 2 + - uid: 4335 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,39.5 + parent: 2 + - uid: 4337 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,39.5 + parent: 2 + - uid: 4338 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,39.5 + parent: 2 + - uid: 4339 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,39.5 + parent: 2 + - uid: 4342 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,53.5 + parent: 2 + - uid: 4343 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,52.5 + parent: 2 + - uid: 4344 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,51.5 + parent: 2 + - uid: 4345 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,50.5 + parent: 2 + - uid: 4346 + components: + - type: Transform + pos: 34.5,49.5 + parent: 2 + - uid: 4347 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,46.5 + parent: 2 + - uid: 4348 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,46.5 + parent: 2 + - uid: 4349 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,46.5 + parent: 2 + - uid: 4350 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,45.5 + parent: 2 + - uid: 4351 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,44.5 + parent: 2 + - uid: 4352 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,43.5 + parent: 2 + - uid: 4354 + components: + - type: Transform + pos: 34.5,40.5 + parent: 2 + - uid: 4356 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,39.5 + parent: 2 + - uid: 4357 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,39.5 + parent: 2 + - uid: 4358 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,40.5 + parent: 2 + - uid: 4360 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,42.5 + parent: 2 + - uid: 4361 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,43.5 + parent: 2 + - uid: 4362 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,44.5 + parent: 2 + - uid: 4363 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,45.5 + parent: 2 + - uid: 4364 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,46.5 + parent: 2 + - uid: 4365 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,47.5 + parent: 2 + - uid: 4366 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,48.5 + parent: 2 + - uid: 4367 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,49.5 + parent: 2 + - uid: 4368 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,50.5 + parent: 2 + - uid: 4369 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,51.5 + parent: 2 + - uid: 4370 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,52.5 + parent: 2 + - uid: 4371 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,53.5 + parent: 2 + - uid: 4372 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,54.5 + parent: 2 + - uid: 4373 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,55.5 + parent: 2 + - uid: 4374 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,56.5 + parent: 2 + - uid: 4376 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,56.5 + parent: 2 + - uid: 4377 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,56.5 + parent: 2 + - uid: 4390 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,43.5 + parent: 2 + - uid: 4393 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,40.5 + parent: 2 + - uid: 4394 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,39.5 + parent: 2 + - uid: 4397 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,39.5 + parent: 2 + - uid: 4400 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,42.5 + parent: 2 + - uid: 4402 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,44.5 + parent: 2 + - uid: 4403 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,45.5 + parent: 2 + - uid: 4404 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,45.5 + parent: 2 + - uid: 4405 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,45.5 + parent: 2 + - uid: 4406 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,45.5 + parent: 2 + - uid: 4407 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,45.5 + parent: 2 + - uid: 4408 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,45.5 + parent: 2 + - uid: 4410 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,45.5 + parent: 2 + - uid: 4411 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,45.5 + parent: 2 + - uid: 4414 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,46.5 + parent: 2 + - uid: 4420 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,52.5 + parent: 2 + - uid: 4421 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,52.5 + parent: 2 + - uid: 4422 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,52.5 + parent: 2 + - uid: 4423 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,52.5 + parent: 2 + - uid: 4424 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,52.5 + parent: 2 + - uid: 4425 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,52.5 + parent: 2 + - uid: 4426 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,53.5 + parent: 2 + - uid: 4427 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,54.5 + parent: 2 + - uid: 4428 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,55.5 + parent: 2 + - uid: 4429 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,52.5 + parent: 2 + - uid: 4430 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,47.5 + parent: 2 + - uid: 4437 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,52.5 + parent: 2 + - uid: 4441 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,48.5 + parent: 2 + - uid: 4442 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,49.5 + parent: 2 + - uid: 4443 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,50.5 + parent: 2 + - uid: 4444 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,51.5 + parent: 2 + - uid: 4445 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,52.5 + parent: 2 + - uid: 4446 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,53.5 + parent: 2 + - uid: 4447 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,53.5 + parent: 2 + - uid: 4449 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,53.5 + parent: 2 + - uid: 4450 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,53.5 + parent: 2 + - uid: 4451 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,53.5 + parent: 2 + - uid: 4453 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,53.5 + parent: 2 + - uid: 4454 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,53.5 + parent: 2 + - uid: 4455 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,53.5 + parent: 2 + - uid: 4547 + components: + - type: Transform + pos: 42.5,49.5 + parent: 2 + - uid: 4548 + components: + - type: Transform + pos: 41.5,49.5 + parent: 2 + - uid: 4549 + components: + - type: Transform + pos: 43.5,49.5 + parent: 2 + - uid: 4550 + components: + - type: Transform + pos: 38.5,53.5 + parent: 2 + - uid: 4553 + components: + - type: Transform + pos: 40.5,47.5 + parent: 2 + - uid: 4555 + components: + - type: Transform + pos: 40.5,49.5 + parent: 2 + - uid: 4557 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,50.5 + parent: 2 + - uid: 4558 + components: + - type: Transform + pos: 40.5,52.5 + parent: 2 + - uid: 4564 + components: + - type: Transform + pos: 37.5,49.5 + parent: 2 + - uid: 4565 + components: + - type: Transform + pos: 37.5,48.5 + parent: 2 + - uid: 4569 + components: + - type: Transform + pos: 37.5,47.5 + parent: 2 + - uid: 4792 + components: + - type: Transform + pos: 10.5,24.5 + parent: 2 + - uid: 4793 + components: + - type: Transform + pos: 9.5,24.5 + parent: 2 + - uid: 4794 + components: + - type: Transform + pos: 8.5,24.5 + parent: 2 + - uid: 4795 + components: + - type: Transform + pos: 7.5,24.5 + parent: 2 + - uid: 4796 + components: + - type: Transform + pos: 6.5,24.5 + parent: 2 + - uid: 4797 + components: + - type: Transform + pos: 10.5,25.5 + parent: 2 + - uid: 4798 + components: + - type: Transform + pos: 10.5,27.5 + parent: 2 + - uid: 4799 + components: + - type: Transform + pos: 10.5,28.5 + parent: 2 + - uid: 4800 + components: + - type: Transform + pos: 10.5,29.5 + parent: 2 + - uid: 4801 + components: + - type: Transform + pos: 5.5,26.5 + parent: 2 + - uid: 4802 + components: + - type: Transform + pos: 5.5,27.5 + parent: 2 + - uid: 4803 + components: + - type: Transform + pos: 5.5,28.5 + parent: 2 + - uid: 4804 + components: + - type: Transform + pos: 6.5,26.5 + parent: 2 + - uid: 4805 + components: + - type: Transform + pos: 7.5,26.5 + parent: 2 + - uid: 4807 + components: + - type: Transform + pos: 7.5,28.5 + parent: 2 + - uid: 4808 + components: + - type: Transform + pos: 7.5,29.5 + parent: 2 + - uid: 4809 + components: + - type: Transform + pos: 8.5,29.5 + parent: 2 + - uid: 4810 + components: + - type: Transform + pos: 9.5,29.5 + parent: 2 + - uid: 4820 + components: + - type: Transform + pos: 10.5,30.5 + parent: 2 + - uid: 4821 + components: + - type: Transform + pos: 10.5,31.5 + parent: 2 + - uid: 4822 + components: + - type: Transform + pos: 10.5,34.5 + parent: 2 + - uid: 4823 + components: + - type: Transform + pos: 10.5,35.5 + parent: 2 + - uid: 4824 + components: + - type: Transform + pos: 10.5,39.5 + parent: 2 + - uid: 4825 + components: + - type: Transform + pos: 10.5,38.5 + parent: 2 + - uid: 4826 + components: + - type: Transform + pos: 10.5,37.5 + parent: 2 + - uid: 4827 + components: + - type: Transform + pos: 10.5,36.5 + parent: 2 + - uid: 4828 + components: + - type: Transform + pos: 9.5,35.5 + parent: 2 + - uid: 4830 + components: + - type: Transform + pos: 9.5,30.5 + parent: 2 + - uid: 4831 + components: + - type: Transform + pos: 8.5,30.5 + parent: 2 + - uid: 4832 + components: + - type: Transform + pos: 7.5,30.5 + parent: 2 + - uid: 4833 + components: + - type: Transform + pos: 6.5,30.5 + parent: 2 + - uid: 4834 + components: + - type: Transform + pos: 5.5,30.5 + parent: 2 + - uid: 4836 + components: + - type: Transform + pos: 7.5,35.5 + parent: 2 + - uid: 4837 + components: + - type: Transform + pos: 6.5,35.5 + parent: 2 + - uid: 4838 + components: + - type: Transform + pos: 5.5,35.5 + parent: 2 + - uid: 4840 + components: + - type: Transform + pos: 3.5,35.5 + parent: 2 + - uid: 4848 + components: + - type: Transform + pos: 6.5,36.5 + parent: 2 + - uid: 4849 + components: + - type: Transform + pos: 6.5,37.5 + parent: 2 + - uid: 4850 + components: + - type: Transform + pos: 6.5,38.5 + parent: 2 + - uid: 4867 + components: + - type: Transform + pos: 2.5,25.5 + parent: 2 + - uid: 4868 + components: + - type: Transform + pos: 5.5,29.5 + parent: 2 + - uid: 4975 + components: + - type: Transform + pos: 34.5,60.5 + parent: 2 + - uid: 4976 + components: + - type: Transform + pos: 34.5,61.5 + parent: 2 + - uid: 4978 + components: + - type: Transform + pos: 35.5,61.5 + parent: 2 + - uid: 4979 + components: + - type: Transform + pos: 35.5,62.5 + parent: 2 + - uid: 4980 + components: + - type: Transform + pos: 30.5,65.5 + parent: 2 + - uid: 4981 + components: + - type: Transform + pos: 35.5,64.5 + parent: 2 + - uid: 4988 + components: + - type: Transform + pos: 27.5,65.5 + parent: 2 + - uid: 4990 + components: + - type: Transform + pos: 29.5,65.5 + parent: 2 + - uid: 4992 + components: + - type: Transform + pos: 31.5,65.5 + parent: 2 + - uid: 4996 + components: + - type: Transform + pos: 35.5,65.5 + parent: 2 + - uid: 4997 + components: + - type: Transform + pos: 11.5,57.5 + parent: 2 + - uid: 4998 + components: + - type: Transform + pos: 11.5,58.5 + parent: 2 + - uid: 4999 + components: + - type: Transform + pos: 11.5,59.5 + parent: 2 + - uid: 5000 + components: + - type: Transform + pos: 11.5,60.5 + parent: 2 + - uid: 5025 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,65.5 + parent: 2 + - uid: 5111 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,58.5 + parent: 2 + - uid: 5112 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,59.5 + parent: 2 + - uid: 5114 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,57.5 + parent: 2 + - uid: 5131 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 67.5,42.5 + parent: 2 + - uid: 5133 + components: + - type: Transform + pos: 43.5,40.5 + parent: 2 + - uid: 5139 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 64.5,39.5 + parent: 2 + - uid: 5140 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 64.5,38.5 + parent: 2 + - uid: 5141 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 64.5,41.5 + parent: 2 + - uid: 5155 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,37.5 + parent: 2 + - uid: 5156 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 68.5,42.5 + parent: 2 + - uid: 5157 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,41.5 + parent: 2 + - uid: 5158 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,40.5 + parent: 2 + - uid: 5159 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 66.5,42.5 + parent: 2 + - uid: 5161 + components: + - type: Transform + pos: 67.5,46.5 + parent: 2 + - uid: 5162 + components: + - type: Transform + pos: 69.5,47.5 + parent: 2 + - uid: 5167 + components: + - type: Transform + pos: 63.5,46.5 + parent: 2 + - uid: 5169 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,60.5 + parent: 2 + - uid: 5171 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,60.5 + parent: 2 + - uid: 5172 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,60.5 + parent: 2 + - uid: 5173 + components: + - type: Transform + pos: 69.5,49.5 + parent: 2 + - uid: 5174 + components: + - type: Transform + pos: 69.5,50.5 + parent: 2 + - uid: 5179 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,60.5 + parent: 2 + - uid: 5180 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,60.5 + parent: 2 + - uid: 5181 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,60.5 + parent: 2 + - uid: 5185 + components: + - type: Transform + pos: 68.5,50.5 + parent: 2 + - uid: 5186 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,42.5 + parent: 2 + - uid: 5201 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,60.5 + parent: 2 + - uid: 5307 + components: + - type: Transform + pos: 44.5,54.5 + parent: 2 + - uid: 5479 + components: + - type: Transform + pos: 70.5,11.5 + parent: 2 + - uid: 5600 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 73.5,39.5 + parent: 2 + - uid: 5601 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 74.5,39.5 + parent: 2 + - uid: 5606 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 79.5,39.5 + parent: 2 + - uid: 5608 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 73.5,35.5 + parent: 2 + - uid: 5609 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 74.5,35.5 + parent: 2 + - uid: 5612 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 77.5,35.5 + parent: 2 + - uid: 5615 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 80.5,35.5 + parent: 2 + - uid: 5696 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 84.5,25.5 + parent: 2 + - uid: 5697 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,24.5 + parent: 2 + - uid: 5705 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 78.5,29.5 + parent: 2 + - uid: 5706 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 79.5,29.5 + parent: 2 + - uid: 5707 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 80.5,29.5 + parent: 2 + - uid: 5708 + components: + - type: Transform + pos: 82.5,29.5 + parent: 2 + - uid: 5709 + components: + - type: Transform + pos: 82.5,28.5 + parent: 2 + - uid: 5724 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,51.5 + parent: 2 + - uid: 5725 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 74.5,51.5 + parent: 2 + - uid: 5726 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 75.5,51.5 + parent: 2 + - uid: 5727 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 76.5,51.5 + parent: 2 + - uid: 5734 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,47.5 + parent: 2 + - uid: 5735 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 74.5,47.5 + parent: 2 + - uid: 5737 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 76.5,47.5 + parent: 2 + - uid: 5738 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,43.5 + parent: 2 + - uid: 5739 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 74.5,43.5 + parent: 2 + - uid: 5741 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 76.5,43.5 + parent: 2 + - uid: 5744 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,43.5 + parent: 2 + - uid: 5768 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 78.5,25.5 + parent: 2 + - uid: 5769 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 82.5,25.5 + parent: 2 + - uid: 5770 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 83.5,25.5 + parent: 2 + - uid: 5771 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 80.5,25.5 + parent: 2 + - uid: 5773 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 79.5,25.5 + parent: 2 + - uid: 5810 + components: + - type: Transform + pos: 84.5,32.5 + parent: 2 + - uid: 5812 + components: + - type: Transform + pos: 83.5,35.5 + parent: 2 + - uid: 5829 + components: + - type: Transform + pos: 73.5,30.5 + parent: 2 + - uid: 5841 + components: + - type: Transform + pos: 82.5,27.5 + parent: 2 + - uid: 5908 + components: + - type: Transform + pos: 53.5,-11.5 + parent: 2 + - uid: 5910 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 72.5,11.5 + parent: 2 + - uid: 5911 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 73.5,11.5 + parent: 2 + - uid: 5914 + components: + - type: Transform + pos: 54.5,-11.5 + parent: 2 + - uid: 5915 + components: + - type: Transform + pos: 55.5,-11.5 + parent: 2 + - uid: 5932 + components: + - type: Transform + pos: 56.5,-11.5 + parent: 2 + - uid: 5934 + components: + - type: Transform + pos: 56.5,-9.5 + parent: 2 + - uid: 6306 + components: + - type: Transform + pos: 64.5,60.5 + parent: 2 + - uid: 6308 + components: + - type: Transform + pos: 63.5,60.5 + parent: 2 + - uid: 6315 + components: + - type: Transform + pos: 62.5,60.5 + parent: 2 + - uid: 6319 + components: + - type: Transform + pos: 61.5,60.5 + parent: 2 + - uid: 6323 + components: + - type: Transform + pos: 66.5,60.5 + parent: 2 + - uid: 6328 + components: + - type: Transform + pos: 61.5,57.5 + parent: 2 + - uid: 6333 + components: + - type: Transform + pos: 58.5,57.5 + parent: 2 + - uid: 6334 + components: + - type: Transform + pos: 58.5,56.5 + parent: 2 + - uid: 6335 + components: + - type: Transform + pos: 59.5,60.5 + parent: 2 + - uid: 6336 + components: + - type: Transform + pos: 60.5,57.5 + parent: 2 + - uid: 6337 + components: + - type: Transform + pos: 58.5,59.5 + parent: 2 + - uid: 6338 + components: + - type: Transform + pos: 59.5,57.5 + parent: 2 + - uid: 6339 + components: + - type: Transform + pos: 61.5,61.5 + parent: 2 + - uid: 6340 + components: + - type: Transform + pos: 58.5,58.5 + parent: 2 + - uid: 6342 + components: + - type: Transform + pos: 61.5,62.5 + parent: 2 + - uid: 6343 + components: + - type: Transform + pos: 61.5,64.5 + parent: 2 + - uid: 6345 + components: + - type: Transform + pos: 67.5,57.5 + parent: 2 + - uid: 6346 + components: + - type: Transform + pos: 59.5,66.5 + parent: 2 + - uid: 6347 + components: + - type: Transform + pos: 60.5,66.5 + parent: 2 + - uid: 6352 + components: + - type: Transform + pos: 58.5,61.5 + parent: 2 + - uid: 6353 + components: + - type: Transform + pos: 58.5,62.5 + parent: 2 + - uid: 6356 + components: + - type: Transform + pos: 60.5,60.5 + parent: 2 + - uid: 6357 + components: + - type: Transform + pos: 58.5,60.5 + parent: 2 + - uid: 6360 + components: + - type: Transform + pos: 41.5,63.5 + parent: 2 + - uid: 6362 + components: + - type: Transform + pos: 67.5,56.5 + parent: 2 + - uid: 6363 + components: + - type: Transform + pos: 67.5,62.5 + parent: 2 + - uid: 6364 + components: + - type: Transform + pos: 39.5,63.5 + parent: 2 + - uid: 6366 + components: + - type: Transform + pos: 67.5,58.5 + parent: 2 + - uid: 6367 + components: + - type: Transform + pos: 67.5,63.5 + parent: 2 + - uid: 6368 + components: + - type: Transform + pos: 72.5,54.5 + parent: 2 + - uid: 6369 + components: + - type: Transform + pos: 73.5,54.5 + parent: 2 + - uid: 6370 + components: + - type: Transform + pos: 73.5,53.5 + parent: 2 + - uid: 6371 + components: + - type: Transform + pos: 68.5,54.5 + parent: 2 + - uid: 6373 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,65.5 + parent: 2 + - uid: 6374 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,66.5 + parent: 2 + - uid: 6375 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,64.5 + parent: 2 + - uid: 6403 + components: + - type: Transform + pos: 61.5,59.5 + parent: 2 + - uid: 6881 + components: + - type: Transform + pos: 67.5,54.5 + parent: 2 + - uid: 6885 + components: + - type: Transform + pos: 67.5,59.5 + parent: 2 + - uid: 6889 + components: + - type: Transform + pos: 67.5,60.5 + parent: 2 + - uid: 6893 + components: + - type: Transform + pos: 67.5,55.5 + parent: 2 + - uid: 6901 + components: + - type: Transform + pos: 67.5,64.5 + parent: 2 + - uid: 6973 + components: + - type: Transform + pos: 67.5,61.5 + parent: 2 + - uid: 7000 + components: + - type: Transform + pos: 73.5,52.5 + parent: 2 + - uid: 7044 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 64.5,50.5 + parent: 2 + - uid: 7045 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,46.5 + parent: 2 + - uid: 7398 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 64.5,40.5 + parent: 2 + - uid: 7402 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 64.5,37.5 + parent: 2 + - uid: 7463 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,18.5 + parent: 2 + - uid: 7514 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 90.5,20.5 + parent: 2 + - uid: 7516 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 87.5,19.5 + parent: 2 + - uid: 7517 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 87.5,21.5 + parent: 2 + - uid: 7532 + components: + - type: Transform + pos: 54.5,-8.5 + parent: 2 + - uid: 7589 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.5,46.5 + parent: 2 + - uid: 7590 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,46.5 + parent: 2 + - uid: 7591 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 58.5,54.5 + parent: 2 + - uid: 7595 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 68.5,23.5 + parent: 2 + - uid: 7596 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 65.5,26.5 + parent: 2 + - uid: 7597 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 67.5,23.5 + parent: 2 + - uid: 7598 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 66.5,24.5 + parent: 2 + - uid: 7603 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 61.5,55.5 + parent: 2 + - uid: 7614 + components: + - type: Transform + pos: 58.5,-8.5 + parent: 2 + - uid: 7616 + components: + - type: Transform + pos: 57.5,-8.5 + parent: 2 + - uid: 7617 + components: + - type: Transform + pos: 56.5,-8.5 + parent: 2 + - uid: 7618 + components: + - type: Transform + pos: 53.5,-8.5 + parent: 2 + - uid: 7619 + components: + - type: Transform + pos: 53.5,-9.5 + parent: 2 + - uid: 7622 + components: + - type: Transform + pos: 55.5,-8.5 + parent: 2 + - uid: 7691 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-17.5 + parent: 2 + - uid: 7746 + components: + - type: Transform + pos: 79.5,57.5 + parent: 2 + - uid: 7766 + components: + - type: Transform + pos: 65.5,46.5 + parent: 2 + - uid: 7767 + components: + - type: Transform + pos: 66.5,46.5 + parent: 2 + - uid: 7768 + components: + - type: Transform + pos: 65.5,50.5 + parent: 2 + - uid: 7808 + components: + - type: Transform + pos: 66.5,50.5 + parent: 2 + - uid: 7809 + components: + - type: Transform + pos: 73.5,63.5 + parent: 2 + - uid: 7824 + components: + - type: Transform + pos: 73.5,57.5 + parent: 2 + - uid: 7839 + components: + - type: Transform + pos: 79.5,63.5 + parent: 2 + - uid: 7990 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 60.5,54.5 + parent: 2 + - uid: 8005 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 61.5,54.5 + parent: 2 + - uid: 8025 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,54.5 + parent: 2 + - uid: 8086 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 63.5,48.5 + parent: 2 + - uid: 8088 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 63.5,50.5 + parent: 2 + - uid: 8109 + components: + - type: Transform + pos: 22.5,6.5 + parent: 2 + - uid: 8305 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,50.5 + parent: 2 + - uid: 8306 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,50.5 + parent: 2 + - uid: 8313 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,50.5 + parent: 2 + - uid: 8317 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.5,49.5 + parent: 2 + - uid: 8598 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,46.5 + parent: 2 + - uid: 8644 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 90.5,19.5 + parent: 2 + - uid: 8645 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 87.5,20.5 + parent: 2 + - uid: 8646 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 90.5,21.5 + parent: 2 + - uid: 9133 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,49.5 + parent: 2 + - uid: 9137 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,50.5 + parent: 2 + - uid: 9394 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 63.5,49.5 + parent: 2 + - uid: 9395 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,49.5 + parent: 2 + - uid: 9396 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,48.5 + parent: 2 + - uid: 9400 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,50.5 + parent: 2 + - uid: 9401 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,50.5 + parent: 2 + - uid: 9402 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,47.5 + parent: 2 + - uid: 9403 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,49.5 + parent: 2 + - uid: 9443 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,48.5 + parent: 2 + - uid: 9462 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,49.5 + parent: 2 + - uid: 9470 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 65.5,27.5 + parent: 2 + - uid: 9477 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,47.5 + parent: 2 + - uid: 9504 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,44.5 + parent: 2 + - uid: 9506 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 66.5,26.5 + parent: 2 + - uid: 9581 + components: + - type: Transform + pos: 27.5,-4.5 + parent: 2 + - uid: 9617 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-13.5 + parent: 2 + - uid: 9619 + components: + - type: Transform + pos: 12.5,-9.5 + parent: 2 + - uid: 9631 + components: + - type: Transform + pos: 24.5,-9.5 + parent: 2 + - uid: 9633 + components: + - type: Transform + pos: 21.5,-13.5 + parent: 2 + - uid: 9663 + components: + - type: Transform + pos: 25.5,6.5 + parent: 2 + - uid: 9698 + components: + - type: Transform + pos: 24.5,-13.5 + parent: 2 + - uid: 9706 + components: + - type: Transform + pos: 29.5,-10.5 + parent: 2 + - uid: 9723 + components: + - type: Transform + pos: 87.5,15.5 + parent: 2 + - uid: 9724 + components: + - type: Transform + pos: 87.5,18.5 + parent: 2 + - uid: 9730 + components: + - type: Transform + pos: 14.5,-9.5 + parent: 2 + - uid: 9732 + components: + - type: Transform + pos: 30.5,-17.5 + parent: 2 + - uid: 9735 + components: + - type: Transform + pos: 27.5,-5.5 + parent: 2 + - uid: 9783 + components: + - type: Transform + pos: 31.5,-19.5 + parent: 2 + - uid: 9788 + components: + - type: Transform + pos: 32.5,-8.5 + parent: 2 + - uid: 9791 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 89.5,19.5 + parent: 2 + - uid: 9793 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 91.5,19.5 + parent: 2 + - uid: 9802 + components: + - type: Transform + pos: 32.5,-9.5 + parent: 2 + - uid: 9803 + components: + - type: Transform + pos: 32.5,-10.5 + parent: 2 + - uid: 9804 + components: + - type: Transform + pos: 21.5,-9.5 + parent: 2 + - uid: 9821 + components: + - type: Transform + pos: 29.5,-11.5 + parent: 2 + - uid: 9822 + components: + - type: Transform + pos: 29.5,-12.5 + parent: 2 + - uid: 9825 + components: + - type: Transform + pos: 29.5,-13.5 + parent: 2 + - uid: 9866 + components: + - type: Transform + pos: 28.5,-5.5 + parent: 2 + - uid: 9867 + components: + - type: Transform + pos: 29.5,-5.5 + parent: 2 + - uid: 9871 + components: + - type: Transform + pos: 29.5,-7.5 + parent: 2 + - uid: 9872 + components: + - type: Transform + pos: 29.5,-8.5 + parent: 2 + - uid: 10281 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-15.5 + parent: 2 + - uid: 10282 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-16.5 + parent: 2 + - uid: 10283 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-17.5 + parent: 2 + - uid: 10284 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-17.5 + parent: 2 + - uid: 11397 + components: + - type: Transform + pos: 12.5,0.5 + parent: 2 + - uid: 12391 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-17.5 + parent: 2 + - uid: 12546 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-17.5 + parent: 2 + - uid: 12950 + components: + - type: Transform + pos: 81.5,9.5 + parent: 2 + - uid: 13324 + components: + - type: Transform + pos: 82.5,9.5 + parent: 2 + - uid: 13989 + components: + - type: Transform + pos: 80.5,8.5 + parent: 2 + - uid: 13990 + components: + - type: Transform + pos: 84.5,9.5 + parent: 2 + - uid: 13991 + components: + - type: Transform + pos: 80.5,9.5 + parent: 2 + - uid: 13996 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,33.5 + parent: 2 + - uid: 13997 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,34.5 + parent: 2 + - uid: 27865 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-13.5 + parent: 2 + - uid: 27888 + components: + - type: Transform + pos: 14.5,0.5 + parent: 2 + - uid: 27996 + components: + - type: Transform + pos: 36.5,-9.5 + parent: 2 +- proto: WallSolidRust + entities: + - uid: 4375 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,56.5 + parent: 2 + - uid: 4488 + components: + - type: Transform + pos: 6.5,28.5 + parent: 2 + - uid: 7599 + components: + - type: Transform + pos: 55.5,33.5 + parent: 2 + - uid: 7602 + components: + - type: Transform + pos: 55.5,32.5 + parent: 2 + - uid: 14000 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,34.5 + parent: 2 +- proto: WallWeaponCapacitorRecharger + entities: + - uid: 3203 + components: + - type: Transform + pos: 53.5,20.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 3208 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,25.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 3209 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,21.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 7688 + components: + - type: Transform + pos: 54.5,25.5 + parent: 2 +- proto: WallWeb + entities: + - uid: 3056 + components: + - type: MetaData + desc: Мягкая стена, не позволяющая сумашедшим убиться. + name: мягкая стена + - type: Transform + rot: 3.141592653589793 rad + pos: 78.5,5.5 + parent: 2 + - uid: 3228 + components: + - type: MetaData + desc: Мягкая стена, не позволяющая сумашедшим убиться. + name: мягкая стена + - type: Transform + rot: 3.141592653589793 rad + pos: 76.5,6.5 + parent: 2 + - uid: 3366 + components: + - type: MetaData + desc: Мягкая стена, не позволяющая сумашедшим убиться. + name: мягкая стена + - type: Transform + rot: 3.141592653589793 rad + pos: 76.5,8.5 + parent: 2 + - uid: 5742 + components: + - type: MetaData + desc: Мягкая стена, не позволяющая сумашедшим убиться. + name: мягкая стена + - type: Transform + rot: 3.141592653589793 rad + pos: 76.5,5.5 + parent: 2 + - uid: 6565 + components: + - type: MetaData + desc: Мягкая стена, не позволяющая сумашедшим убиться. + name: мягкая стена + - type: Transform + rot: 3.141592653589793 rad + pos: 79.5,5.5 + parent: 2 + - uid: 6595 + components: + - type: MetaData + desc: Мягкая стена, не позволяющая сумашедшим убиться. + name: мягкая стена + - type: Transform + rot: 3.141592653589793 rad + pos: 76.5,7.5 + parent: 2 + - uid: 9565 + components: + - type: MetaData + desc: Мягкая стена, не позволяющая сумашедшим убиться. + name: мягкая стена + - type: Transform + rot: 3.141592653589793 rad + pos: 77.5,9.5 + parent: 2 + - uid: 9567 + components: + - type: MetaData + desc: Мягкая стена, не позволяющая сумашедшим убиться. + name: мягкая стена + - type: Transform + rot: 3.141592653589793 rad + pos: 77.5,5.5 + parent: 2 + - uid: 9568 + components: + - type: MetaData + desc: Мягкая стена, не позволяющая сумашедшим убиться. + name: мягкая стена + - type: Transform + rot: 3.141592653589793 rad + pos: 76.5,9.5 + parent: 2 + - uid: 9983 + components: + - type: MetaData + desc: Мягкая стена, не позволяющая сумашедшим убиться. + name: мягкая стена + - type: Transform + rot: 3.141592653589793 rad + pos: 78.5,9.5 + parent: 2 + - uid: 11257 + components: + - type: MetaData + desc: Мягкая стена, не позволяющая сумашедшим убиться. + name: мягкая стена + - type: Transform + rot: 3.141592653589793 rad + pos: 79.5,9.5 + parent: 2 +- proto: WallWood + entities: + - uid: 9689 + components: + - type: Transform + pos: 59.5,47.5 + parent: 2 +- proto: WardrobeCargoFilled + entities: + - uid: 187 + components: + - type: Transform + pos: 8.5,5.5 + parent: 2 + - uid: 188 + components: + - type: Transform + pos: 7.5,5.5 + parent: 2 +- proto: WardrobeGreenFilled + entities: + - uid: 3053 + components: + - type: Transform + pos: 2.5,34.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: + - 3364 + - 3365 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: WardrobeGrey + entities: + - uid: 5235 + components: + - type: Transform + pos: 22.5,57.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: + - 5239 + - 5238 + - 5237 + - 5236 + - 5240 + - 5241 + - 5242 + - 5243 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: WardrobeGreyFilled + entities: + - uid: 28087 + components: + - type: Transform + pos: 35.5,-11.5 + parent: 2 + - uid: 28088 + components: + - type: Transform + pos: 33.5,-11.5 + parent: 2 +- proto: WardrobePrisonFilled + entities: + - uid: 3022 + components: + - type: Transform + pos: 39.5,20.5 + parent: 2 + - uid: 3023 + components: + - type: Transform + pos: 39.5,17.5 + parent: 2 + - uid: 14064 + components: + - type: Transform + pos: 58.5,28.5 + parent: 2 +- proto: WardrobeWhite + entities: + - uid: 7610 + components: + - type: Transform + pos: 55.5,-9.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.1478 + 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: + - 7611 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 9558 + components: + - type: Transform + pos: 54.5,-9.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: + - 9559 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: WardrobeYellow + entities: + - uid: 9315 + components: + - type: MetaData + desc: удобный шкаф с вешалками и полками. + name: гардероб зоотехника + - type: Transform + pos: 74.5,42.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: + - 9318 + - 9317 + - 9316 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: WarningCO2 + entities: + - uid: 6828 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,78.5 + parent: 2 +- proto: WarningN2 + entities: + - uid: 6822 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,72.5 + parent: 2 +- proto: WarningO2 + entities: + - uid: 6823 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,74.5 + parent: 2 +- proto: WarningPlasma + entities: + - uid: 6824 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,80.5 + parent: 2 +- proto: WarningTritium + entities: + - uid: 6825 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,82.5 + parent: 2 +- proto: WaterCooler + entities: + - uid: 2675 + components: + - type: Transform + pos: 39.5,-8.5 + parent: 2 + - uid: 4258 + components: + - type: Transform + pos: 6.5,20.5 + parent: 2 + - uid: 9679 + components: + - type: Transform + pos: 55.5,20.5 + parent: 2 + - uid: 14914 + components: + - type: Transform + pos: 50.5,-4.5 + parent: 2 +- proto: WaterTankFull + entities: + - uid: 7405 + components: + - type: Transform + pos: 65.5,39.5 + parent: 2 + - uid: 8027 + components: + - type: Transform + pos: 71.5,3.5 + parent: 2 + - uid: 8031 + components: + - type: Transform + pos: 56.5,40.5 + parent: 2 + - uid: 8032 + components: + - type: Transform + pos: 44.5,39.5 + parent: 2 + - uid: 8033 + components: + - type: Transform + pos: 33.5,-0.5 + parent: 2 + - uid: 8034 + components: + - type: Transform + pos: 28.5,-4.5 + parent: 2 + - uid: 8037 + components: + - type: Transform + pos: 45.5,-14.5 + parent: 2 + - uid: 8039 + components: + - type: Transform + pos: 58.5,-0.5 + parent: 2 + - uid: 8066 + components: + - type: Transform + pos: 54.5,78.5 + parent: 2 +- proto: WaterTankHighCapacity + entities: + - uid: 6326 + components: + - type: Transform + pos: 14.5,40.5 + parent: 2 + - uid: 9618 + components: + - type: Transform + pos: 14.5,-3.5 + parent: 2 +- proto: WaterVaporCanister + entities: + - uid: 6956 + components: + - type: Transform + pos: 54.5,80.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: WeaponCapacitorRecharger + entities: + - uid: 3207 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,18.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 3238 + components: + - type: Transform + pos: 57.5,18.5 + parent: 2 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 6574 + components: + - type: Transform + pos: 58.5,20.5 + parent: 2 + - uid: 12514 + components: + - type: Transform + pos: 45.5,19.5 + parent: 2 + - uid: 14068 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,26.5 + parent: 2 +- proto: WeaponDisabler + entities: + - uid: 3221 + components: + - type: Transform + pos: 47.506218,19.062489 + parent: 2 + - uid: 3222 + components: + - type: Transform + pos: 47.381218,18.937489 + parent: 2 + - uid: 7689 + components: + - type: Transform + pos: 45.56217,19.615158 + parent: 2 +- proto: WeaponFlareGun + entities: + - uid: 7441 + components: + - type: Transform + pos: 12.494158,76.412155 + parent: 2 +- proto: WeaponLaserCarbine + entities: + - uid: 3166 + components: + - type: Transform + pos: 49.469795,26.611715 + parent: 2 + - uid: 3167 + components: + - type: Transform + rot: 12.566370614359172 rad + pos: 49.352783,26.375593 + parent: 2 +- proto: WeaponPistolCobra + entities: + - uid: 14861 + components: + - type: Transform + pos: 24.53008,94.55699 + parent: 2 +- proto: WeaponPistolFlintlock + entities: + - uid: 9718 + components: + - type: Transform + pos: 91.54296,21.29962 + parent: 2 +- proto: WeaponPistolMk58 + entities: + - uid: 3251 + components: + - type: Transform + pos: 60.973366,20.71156 + parent: 2 +- proto: WeaponRifleAk + entities: + - uid: 3341 + components: + - type: Transform + pos: 51.298134,31.678196 + parent: 2 +- proto: WeaponRifleLecter + entities: + - uid: 3160 + components: + - type: Transform + pos: 50.4812,26.661171 + parent: 2 + - uid: 3161 + components: + - type: Transform + pos: 50.53624,26.422674 + parent: 2 +- proto: WeaponShotgunKammerer + entities: + - uid: 3154 + components: + - type: Transform + pos: 51.54138,26.488523 + parent: 2 + - uid: 3155 + components: + - type: Transform + pos: 51.486343,26.690329 + parent: 2 +- proto: WeaponTurretHostile + entities: + - uid: 6600 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 89.5,12.5 + parent: 2 +- proto: WeaponTurretSyndicateBroken + entities: + - uid: 28068 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-6.5 + parent: 2 +- proto: WelderIndustrial + entities: + - uid: 7161 + components: + - type: Transform + pos: 49.5401,57.60138 + parent: 2 +- proto: WelderMini + entities: + - uid: 7487 + components: + - type: Transform + pos: 2.606432,21.537031 + parent: 2 + - uid: 28052 + components: + - type: Transform + pos: 24.281284,-6.3362308 + parent: 2 +- proto: WeldingFuelTankFull + entities: + - uid: 7407 + components: + - type: Transform + pos: 65.5,38.5 + parent: 2 + - uid: 8048 + components: + - type: Transform + pos: 38.5,-11.5 + parent: 2 + - uid: 8049 + components: + - type: Transform + pos: 46.5,-14.5 + parent: 2 + - uid: 8051 + components: + - type: Transform + pos: 59.5,-0.5 + parent: 2 + - uid: 8052 + components: + - type: Transform + pos: 71.5,4.5 + parent: 2 + - uid: 8053 + components: + - type: Transform + pos: 75.5,11.5 + parent: 2 + - uid: 8059 + components: + - type: Transform + pos: 56.5,41.5 + parent: 2 + - uid: 8061 + components: + - type: Transform + pos: 17.5,63.5 + parent: 2 + - uid: 8062 + components: + - type: Transform + pos: 37.5,62.5 + parent: 2 + - uid: 8063 + components: + - type: Transform + pos: 36.5,56.5 + parent: 2 + - uid: 8064 + components: + - type: Transform + pos: 56.5,59.5 + parent: 2 + - uid: 8065 + components: + - type: Transform + pos: 56.5,75.5 + parent: 2 + - uid: 8067 + components: + - type: Transform + pos: 65.5,17.5 + parent: 2 + - uid: 8070 + components: + - type: Transform + pos: 33.5,0.5 + parent: 2 +- proto: WhiteCane + entities: + - uid: 4658 + components: + - type: Transform + pos: 31.752113,55.756626 + parent: 2 +- proto: Windoor + entities: + - uid: 832 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,21.5 + parent: 2 + - uid: 5211 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,57.5 + parent: 2 + - uid: 5212 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,57.5 + parent: 2 + - uid: 5213 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,59.5 + parent: 2 + - uid: 7472 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,19.5 + parent: 2 +- proto: WindoorAssembly + entities: + - uid: 1490 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-15.5 + parent: 2 + - uid: 28078 + components: + - type: Transform + pos: 28.5,-8.5 + parent: 2 +- proto: WindoorChapelLocked + entities: + - uid: 5822 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 79.5,28.5 + parent: 2 +- proto: WindoorKitchenHydroponicsLocked + entities: + - uid: 4412 + components: + - type: Transform + pos: 15.5,45.5 + parent: 2 +- proto: WindoorSecureArmoryLocked + entities: + - uid: 1439 + components: + - type: Transform + pos: 49.5,21.5 + parent: 2 + - uid: 3078 + components: + - type: Transform + pos: 50.5,21.5 + parent: 2 + - uid: 3168 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,26.5 + parent: 2 + - uid: 3169 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,26.5 + parent: 2 + - uid: 3170 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,26.5 + parent: 2 +- proto: WindoorSecureAtmosphericsLocked + entities: + - uid: 7127 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,70.5 + parent: 2 + - uid: 7128 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,69.5 + parent: 2 + - uid: 7129 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,71.5 + parent: 2 +- proto: WindoorSecureCargoLocked + entities: + - uid: 129 + components: + - type: Transform + pos: 7.5,11.5 + parent: 2 +- proto: WindoorSecureChemistryLocked + entities: + - uid: 2316 + components: + - type: Transform + pos: 41.5,10.5 + parent: 2 + - uid: 2317 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,5.5 + parent: 2 +- proto: WindoorSecureCommandLocked + entities: + - uid: 4176 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,30.5 + parent: 2 + - uid: 5390 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 65.5,8.5 + parent: 2 +- proto: WindoorSecureEngineeringLocked + entities: + - uid: 6503 + components: + - type: Transform + pos: 48.5,55.5 + parent: 2 + - uid: 6504 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,54.5 + parent: 2 + - uid: 6505 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,54.5 + parent: 2 + - uid: 6506 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,54.5 + parent: 2 + - uid: 8162 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 74.5,70.5 + parent: 2 +- proto: WindoorSecureHeadOfPersonnelLocked + entities: + - uid: 831 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,21.5 + parent: 2 +- proto: WindoorSecureMedicalLocked + entities: + - uid: 2452 + components: + - type: Transform + pos: 55.5,-1.5 + parent: 2 + - uid: 2588 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,10.5 + parent: 2 + - uid: 2589 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,9.5 + parent: 2 +- proto: WindoorSecureSalvageLocked + entities: + - uid: 79 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,14.5 + parent: 2 +- proto: WindoorSecureScienceLocked + entities: + - uid: 1462 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,9.5 + parent: 2 + - uid: 1471 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,10.5 + parent: 2 +- proto: WindoorSecureSecurityLocked + entities: + - uid: 555 + components: + - type: Transform + pos: 15.5,11.5 + parent: 2 + - uid: 2895 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,19.5 + parent: 2 + - uid: 2896 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,16.5 + parent: 2 + - uid: 3184 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,32.5 + parent: 2 + - uid: 3185 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,29.5 + parent: 2 + - uid: 3186 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,29.5 + parent: 2 + - uid: 7779 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 59.5,29.5 + parent: 2 + - type: DeviceLinkSink + links: + - 14069 + - uid: 7980 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 81.5,51.5 + parent: 2 + - uid: 7981 + components: + - type: Transform + pos: 81.5,54.5 + parent: 2 +- proto: WindoorServiceLocked + entities: + - uid: 4877 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,27.5 + parent: 2 + - uid: 6431 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,62.5 + parent: 2 +- proto: WindoorTheatreLocked + entities: + - uid: 4527 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,50.5 + parent: 2 +- proto: Window + entities: + - uid: 52 + components: + - type: Transform + pos: 10.5,13.5 + parent: 2 + - uid: 657 + components: + - type: Transform + pos: 14.5,20.5 + parent: 2 + - uid: 758 + components: + - type: Transform + pos: 14.5,19.5 + parent: 2 + - uid: 796 + components: + - type: Transform + pos: 14.5,18.5 + parent: 2 + - uid: 1479 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,6.5 + parent: 2 + - uid: 1486 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,6.5 + parent: 2 + - uid: 1655 + components: + - type: Transform + pos: 74.5,63.5 + parent: 2 + - uid: 1656 + components: + - type: Transform + pos: 73.5,62.5 + parent: 2 + - uid: 2351 + components: + - type: Transform + pos: 44.5,1.5 + parent: 2 + - uid: 2354 + components: + - type: Transform + pos: 45.5,1.5 + parent: 2 + - uid: 2355 + components: + - type: Transform + pos: 46.5,1.5 + parent: 2 + - uid: 2357 + components: + - type: Transform + pos: 47.5,1.5 + parent: 2 + - uid: 2680 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,-7.5 + parent: 2 + - uid: 2681 + components: + - type: Transform + pos: 43.5,-8.5 + parent: 2 + - uid: 4835 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,30.5 + parent: 2 + - uid: 4843 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,30.5 + parent: 2 + - uid: 4994 + components: + - type: Transform + pos: 34.5,65.5 + parent: 2 + - uid: 4995 + components: + - type: Transform + pos: 33.5,65.5 + parent: 2 + - uid: 5728 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,50.5 + parent: 2 + - uid: 5729 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,49.5 + parent: 2 + - uid: 5730 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,45.5 + parent: 2 + - uid: 5731 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,46.5 + parent: 2 + - uid: 5732 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,48.5 + parent: 2 + - uid: 5733 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,44.5 + parent: 2 + - uid: 6307 + components: + - type: Transform + pos: 64.5,54.5 + parent: 2 + - uid: 6312 + components: + - type: Transform + pos: 63.5,54.5 + parent: 2 + - uid: 7540 + components: + - type: Transform + pos: 53.5,-13.5 + parent: 2 + - uid: 7541 + components: + - type: Transform + pos: 53.5,-12.5 + parent: 2 + - uid: 7810 + components: + - type: Transform + pos: 79.5,59.5 + parent: 2 + - uid: 7811 + components: + - type: Transform + pos: 77.5,57.5 + parent: 2 + - uid: 7812 + components: + - type: Transform + pos: 75.5,57.5 + parent: 2 + - uid: 7813 + components: + - type: Transform + pos: 73.5,58.5 + parent: 2 + - uid: 7814 + components: + - type: Transform + pos: 74.5,57.5 + parent: 2 + - uid: 7815 + components: + - type: Transform + pos: 75.5,63.5 + parent: 2 + - uid: 7816 + components: + - type: Transform + pos: 79.5,54.5 + parent: 2 + - uid: 7817 + components: + - type: Transform + pos: 78.5,54.5 + parent: 2 + - uid: 7819 + components: + - type: Transform + pos: 77.5,54.5 + parent: 2 + - uid: 7825 + components: + - type: Transform + pos: 79.5,62.5 + parent: 2 + - uid: 7826 + components: + - type: Transform + pos: 79.5,58.5 + parent: 2 + - uid: 7827 + components: + - type: Transform + pos: 74.5,54.5 + parent: 2 + - uid: 7830 + components: + - type: Transform + pos: 79.5,61.5 + parent: 2 + - uid: 7831 + components: + - type: Transform + pos: 78.5,57.5 + parent: 2 + - uid: 7832 + components: + - type: Transform + pos: 75.5,54.5 + parent: 2 + - uid: 7833 + components: + - type: Transform + pos: 76.5,54.5 + parent: 2 + - uid: 7834 + components: + - type: Transform + pos: 73.5,61.5 + parent: 2 + - uid: 7835 + components: + - type: Transform + pos: 77.5,63.5 + parent: 2 + - uid: 7843 + components: + - type: Transform + pos: 73.5,59.5 + parent: 2 + - uid: 7844 + components: + - type: Transform + pos: 78.5,63.5 + parent: 2 + - uid: 8060 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,54.5 + parent: 2 + - uid: 8526 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 75.5,39.5 + parent: 2 + - uid: 8528 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 78.5,39.5 + parent: 2 + - uid: 8536 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 76.5,39.5 + parent: 2 + - uid: 8556 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 77.5,39.5 + parent: 2 + - uid: 8607 + components: + - type: Transform + pos: 73.5,42.5 + parent: 2 + - uid: 8630 + components: + - type: Transform + pos: 73.5,40.5 + parent: 2 + - uid: 9940 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 67.5,34.5 + parent: 2 + - uid: 13992 + components: + - type: Transform + pos: 35.5,1.5 + parent: 2 + - uid: 13993 + components: + - type: Transform + pos: 41.5,1.5 + parent: 2 + - uid: 13994 + components: + - type: Transform + pos: 39.5,1.5 + parent: 2 +- proto: WindowDirectional + entities: + - uid: 1563 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-8.5 + parent: 2 + - uid: 6430 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 60.5,62.5 + parent: 2 + - uid: 7458 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,19.5 + parent: 2 + - uid: 7459 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,20.5 + parent: 2 + - uid: 7467 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,22.5 + parent: 2 + - uid: 7468 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,23.5 + parent: 2 + - uid: 7469 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,21.5 + parent: 2 + - uid: 9692 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-8.5 + parent: 2 +- proto: WindowFrostedDirectional + entities: + - uid: 3125 + components: + - type: Transform + pos: 54.5,42.5 + parent: 2 + - uid: 3126 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,39.5 + parent: 2 + - uid: 5816 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 79.5,26.5 + parent: 2 + - uid: 5817 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 79.5,27.5 + parent: 2 +- proto: WindowReinforcedDirectional + entities: + - uid: 2935 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,21.5 + parent: 2 + - uid: 2950 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,21.5 + parent: 2 + - uid: 3171 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,26.5 + parent: 2 + - uid: 3172 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,26.5 + parent: 2 + - uid: 3173 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,26.5 + parent: 2 + - uid: 4432 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,52.5 + parent: 2 + - uid: 4434 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,54.5 + parent: 2 + - uid: 4435 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,52.5 + parent: 2 + - uid: 4436 + components: + - type: Transform + pos: 27.5,53.5 + parent: 2 + - uid: 4630 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,50.5 + parent: 2 + - uid: 4631 + components: + - type: Transform + pos: 19.5,47.5 + parent: 2 + - uid: 5113 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,59.5 + parent: 2 + - uid: 5115 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,59.5 + parent: 2 + - uid: 5163 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,58.5 + parent: 2 + - uid: 5166 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,58.5 + parent: 2 + - uid: 5170 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,58.5 + parent: 2 + - uid: 5182 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,58.5 + parent: 2 + - uid: 5208 + components: + - type: Transform + pos: 17.5,57.5 + parent: 2 + - uid: 5209 + components: + - type: Transform + pos: 14.5,57.5 + parent: 2 + - uid: 5210 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,59.5 + parent: 2 + - uid: 5389 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 68.5,8.5 + parent: 2 + - uid: 5391 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 67.5,8.5 + parent: 2 + - uid: 5393 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 66.5,8.5 + parent: 2 + - uid: 5395 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 64.5,8.5 + parent: 2 + - uid: 6516 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,61.5 + parent: 2 + - uid: 6517 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,59.5 + parent: 2 + - uid: 6521 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,60.5 + parent: 2 + - uid: 6529 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-39.5 + parent: 2 + - uid: 6558 + components: + - type: Transform + pos: 48.5,68.5 + parent: 2 + - uid: 6857 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,70.5 + parent: 2 + - uid: 7170 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,62.5 + parent: 2 + - uid: 7427 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,42.5 + parent: 2 + - uid: 7690 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,63.5 + parent: 2 + - uid: 7692 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,63.5 + parent: 2 + - uid: 7693 + components: + - type: Transform + pos: 54.5,63.5 + parent: 2 + - uid: 8045 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,63.5 + parent: 2 + - uid: 9447 + components: + - type: Transform + pos: 86.5,12.5 + parent: 2 + - uid: 9472 + components: + - type: Transform + pos: 65.5,18.5 + parent: 2 + - uid: 9473 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 65.5,20.5 + parent: 2 + - uid: 9480 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 68.5,45.5 + parent: 2 + - uid: 9481 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 68.5,43.5 + parent: 2 + - uid: 9482 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 68.5,44.5 + parent: 2 + - uid: 9483 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,66.5 + parent: 2 + - uid: 9484 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,66.5 + parent: 2 + - uid: 9485 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,55.5 + parent: 2 + - uid: 9486 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,55.5 + parent: 2 + - uid: 9487 + components: + - type: Transform + pos: 56.5,61.5 + parent: 2 + - uid: 9488 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.5,63.5 + parent: 2 + - uid: 9489 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,68.5 + parent: 2 + - uid: 9494 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,-14.5 + parent: 2 + - uid: 9497 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 76.5,11.5 + parent: 2 + - uid: 9498 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 78.5,11.5 + parent: 2 + - uid: 9499 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 86.5,13.5 + parent: 2 + - uid: 9501 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 78.5,24.5 + parent: 2 + - uid: 9502 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 76.5,24.5 + parent: 2 + - uid: 9641 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-38.5 + parent: 2 + - uid: 9709 + components: + - type: Transform + pos: 53.5,63.5 + parent: 2 + - uid: 10466 + components: + - type: Transform + pos: 52.5,63.5 + parent: 2 + - uid: 14276 + components: + - type: Transform + pos: 24.5,-33.5 + parent: 2 + - uid: 14287 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-38.5 + parent: 2 + - uid: 14290 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-39.5 + parent: 2 + - uid: 14291 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-38.5 + parent: 2 + - uid: 14294 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-39.5 + parent: 2 + - uid: 14295 + components: + - type: Transform + pos: 27.5,-39.5 + parent: 2 + - uid: 14296 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-38.5 + parent: 2 + - uid: 14298 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-39.5 + parent: 2 + - uid: 14299 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,-39.5 + parent: 2 + - uid: 14300 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-39.5 + parent: 2 + - uid: 14301 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-39.5 + parent: 2 + - uid: 14302 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-39.5 + parent: 2 + - uid: 14303 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-39.5 + parent: 2 + - uid: 14307 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-37.5 + parent: 2 + - uid: 14308 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-35.5 + parent: 2 + - uid: 14309 + components: + - type: Transform + pos: 25.5,-33.5 + parent: 2 + - uid: 14310 + components: + - type: Transform + pos: 27.5,-33.5 + parent: 2 + - uid: 14311 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-35.5 + parent: 2 + - uid: 14312 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-36.5 + parent: 2 + - uid: 14314 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-35.5 + parent: 2 + - uid: 14315 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-36.5 + parent: 2 + - uid: 14316 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-37.5 + parent: 2 + - uid: 14317 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-35.5 + parent: 2 + - uid: 14319 + components: + - type: Transform + pos: 26.5,-33.5 + parent: 2 + - uid: 14326 + components: + - type: Transform + pos: 25.5,-39.5 + parent: 2 + - uid: 14327 + components: + - type: Transform + pos: 26.5,-39.5 + parent: 2 + - uid: 14335 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-37.5 + parent: 2 + - uid: 14336 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-36.5 + parent: 2 + - uid: 14337 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-36.5 + parent: 2 + - uid: 14338 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-37.5 + parent: 2 + - uid: 14339 + components: + - type: Transform + pos: 17.5,-36.5 + parent: 2 + - uid: 14340 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-36.5 + parent: 2 + - uid: 14341 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-36.5 + parent: 2 + - uid: 14358 + components: + - type: Transform + pos: 24.5,-39.5 + parent: 2 + - uid: 14359 + components: + - type: Transform + pos: 23.5,-39.5 + parent: 2 + - uid: 14360 + components: + - type: Transform + pos: 22.5,-39.5 + parent: 2 + - uid: 14361 + components: + - type: Transform + pos: 21.5,-39.5 + parent: 2 + - uid: 14362 + components: + - type: Transform + pos: 20.5,-39.5 + parent: 2 + - uid: 14363 + components: + - type: Transform + pos: 19.5,-39.5 + parent: 2 + - uid: 14364 + components: + - type: Transform + pos: 18.5,-39.5 + parent: 2 + - uid: 14365 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-39.5 + parent: 2 + - uid: 14386 + components: + - type: Transform + pos: 23.5,-33.5 + parent: 2 + - uid: 14387 + components: + - type: Transform + pos: 22.5,-33.5 + parent: 2 + - uid: 14388 + components: + - type: Transform + pos: 21.5,-33.5 + parent: 2 + - uid: 14389 + components: + - type: Transform + pos: 20.5,-33.5 + parent: 2 + - uid: 14390 + components: + - type: Transform + pos: 19.5,-33.5 + parent: 2 + - uid: 14494 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-14.5 + parent: 2 + - uid: 14578 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-16.5 + parent: 2 + - uid: 14776 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 73.5,70.5 + parent: 2 + - uid: 14777 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 75.5,70.5 + parent: 2 +- proto: WoodblockInstrument + entities: + - uid: 1937 + components: + - type: MetaData + desc: Её звучание настолько космическое что даже излучает радиационный фон. + name: космическая коробочка + - type: Transform + pos: 16.373184,-12.628337 + parent: 2 +- proto: WoodDoor + entities: + - uid: 4991 + components: + - type: Transform + pos: 35.5,63.5 + parent: 2 + - uid: 5273 + components: + - type: Transform + pos: 26.5,62.5 + parent: 2 + - uid: 5710 + components: + - type: Transform + pos: 83.5,29.5 + parent: 2 + - uid: 5842 + components: + - type: Transform + pos: 82.5,26.5 + parent: 2 + - uid: 6324 + components: + - type: Transform + pos: 61.5,58.5 + parent: 2 + - uid: 6325 + components: + - type: Transform + pos: 61.5,56.5 + parent: 2 +- proto: WoodenSupport + entities: + - uid: 12389 + components: + - type: Transform + pos: 35.5,60.5 + parent: 2 + - uid: 12390 + components: + - type: Transform + pos: 13.5,-2.5 + parent: 2 + - uid: 12392 + components: + - type: Transform + pos: 13.5,-5.5 + parent: 2 + - uid: 12394 + components: + - type: Transform + pos: 13.5,-12.5 + parent: 2 +- proto: WoodenSupportBeam + entities: + - uid: 12387 + components: + - type: Transform + pos: 15.5,60.5 + parent: 2 + - uid: 12388 + components: + - type: Transform + pos: 16.5,60.5 + parent: 2 +- proto: WoodenSupportWallBroken + entities: + - uid: 28117 + components: + - type: Transform + pos: 59.5,49.5 + parent: 2 +... diff --git a/Resources/Prototypes/Corvax/Maps/Pools/corvax.yml b/Resources/Prototypes/Corvax/Maps/Pools/corvax.yml index 7adb1c1cad7..79efe4d9932 100644 --- a/Resources/Prototypes/Corvax/Maps/Pools/corvax.yml +++ b/Resources/Prototypes/Corvax/Maps/Pools/corvax.yml @@ -11,4 +11,5 @@ - CorvaxGelta - CorvaxMaus - CorvaxIshimura + - CorvaxPaper - Box diff --git a/Resources/Prototypes/Corvax/Maps/Pools/default.yml b/Resources/Prototypes/Corvax/Maps/Pools/default.yml index 1f45484b9c8..9b4f2e18c88 100644 --- a/Resources/Prototypes/Corvax/Maps/Pools/default.yml +++ b/Resources/Prototypes/Corvax/Maps/Pools/default.yml @@ -11,6 +11,7 @@ - CorvaxGelta - CorvaxMaus - CorvaxIshimura + - CorvaxPaper - Bagel - Box - Cluster @@ -21,4 +22,4 @@ - Omega - Origin - Saltern - - Packed + - Packed \ No newline at end of file diff --git a/Resources/Prototypes/Corvax/Maps/paper.yml b/Resources/Prototypes/Corvax/Maps/paper.yml new file mode 100644 index 00000000000..6808948a99c --- /dev/null +++ b/Resources/Prototypes/Corvax/Maps/paper.yml @@ -0,0 +1,68 @@ +- type: gameMap + id: CorvaxPaper + mapName: 'Paper Station' + mapPath: /Maps/corvax_paper.yml + minPlayers: 14 + maxPlayers: 65 + stations: + CorvaxPaper: + stationProto: StandardNanotrasenStation + components: + - type: StationNameSetup + mapNameTemplate: '{0} Paper {1}' + nameGenerator: + !type:NanotrasenNameGenerator + prefixCreator: 'TG' + - type: StationEmergencyShuttle + emergencyShuttlePath: /Maps/Shuttles/emergency_corvaxpaper.yml + - type: StationJobs + overflowJobs: + - Passenger + availableJobs: + # service + HeadOfPersonnel: [ 1, 1 ] + Passenger: [ -1, -1 ] + ServiceWorker: [ 1, 2 ] + Bartender: [ 1, 1 ] + Botanist: [ 2, 3 ] + Chef: [ 1, 1 ] + Clown: [ 1, 1 ] + Janitor: [ 2, 2 ] + Mime: [ 1, 1 ] + Chaplain: [ 1, 1 ] + Librarian: [ 1, 1 ] + Musician: [ 1, 2 ] + Reporter: [ 1, 1 ] + Zookeeper: [ 1, 1 ] + # command + Captain: [ 1, 1 ] + IAA: [ 1, 1 ] + # engineering + ChiefEngineer: [ 1, 1 ] + AtmosphericTechnician: [ 2, 3 ] + StationEngineer: [ 4, 5 ] + TechnicalAssistant: [ 3, 3 ] + # medical + ChiefMedicalOfficer: [ 1, 1 ] + Paramedic: [ 1, 1 ] + Chemist: [ 2, 2 ] + MedicalDoctor: [ 3, 4 ] + MedicalIntern: [ 2, 2 ] + Psychologist: [ 1, 1 ] + # science + ResearchDirector: [ 1, 1 ] + Scientist: [ 2, 3 ] + ResearchAssistant: [ 2, 2 ] + Borg: [ 2, 2 ] + # security + HeadOfSecurity: [ 1, 1 ] + Warden: [ 1, 1 ] + Detective: [ 1, 1 ] + SecurityOfficer: [ 3, 4 ] + SecurityCadet: [ 3, 3 ] + # cargo + Quartermaster: [ 1, 1 ] + SalvageSpecialist: [ 3, 3 ] + CargoTechnician: [ 2, 3 ] + + From 146c7b272d9af2ff68e110211d88c9c3c38b5fd9 Mon Sep 17 00:00:00 2001 From: Tayrtahn Date: Thu, 22 Feb 2024 20:04:23 -0500 Subject: [PATCH 46/93] Fix examine text bug for Openable Drinkables (#25478) Break up Opened/Closed and fill level onto separate lines --- Content.Server/Nutrition/EntitySystems/DrinkSystem.cs | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/Content.Server/Nutrition/EntitySystems/DrinkSystem.cs b/Content.Server/Nutrition/EntitySystems/DrinkSystem.cs index f41ca44437b..925e50b949d 100644 --- a/Content.Server/Nutrition/EntitySystems/DrinkSystem.cs +++ b/Content.Server/Nutrition/EntitySystems/DrinkSystem.cs @@ -130,21 +130,18 @@ public float TotalHydration(EntityUid uid, DrinkComponent? comp = null) private void OnExamined(Entity entity, ref ExaminedEvent args) { - var hasOpenable = TryComp(entity, out var openable); + TryComp(entity, out var openable); if (_openable.IsClosed(entity.Owner, null, openable) || !args.IsInDetailsRange || !entity.Comp.Examinable) return; - // put Empty / Xu after Opened, or start a new line - args.AddMarkup(hasOpenable ? " - " : "\n"); - var empty = IsEmpty(entity, entity.Comp); if (empty) { - args.AddMarkup(Loc.GetString("drink-component-on-examine-is-empty")); + args.PushMarkup(Loc.GetString("drink-component-on-examine-is-empty")); return; } - if (TryComp(entity, out var comp)) + if (HasComp(entity)) { //provide exact measurement for beakers args.PushText(Loc.GetString("drink-component-on-examine-exact-volume", ("amount", DrinkVolume(entity, entity.Comp)))); @@ -159,7 +156,7 @@ private void OnExamined(Entity entity, ref ExaminedEvent args) > 33 => HalfEmptyOrHalfFull(args), _ => "drink-component-on-examine-is-mostly-empty", }; - args.AddMarkup(Loc.GetString(remainingString)); + args.PushMarkup(Loc.GetString(remainingString)); } } From 65687375eec57b453d9bd67b945598691052bb8a Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Fri, 23 Feb 2024 02:05:11 +0100 Subject: [PATCH 47/93] Make galoshes obtainable and slowing you (#25484) * make galoshes obtainable and slowing you * Update specific.yml --- .../Catalog/VendingMachines/Inventories/janidrobe.yml | 1 + Resources/Prototypes/Entities/Clothing/Shoes/specific.yml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/janidrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/janidrobe.yml index b585d34051a..233a77b8659 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/janidrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/janidrobe.yml @@ -5,6 +5,7 @@ ClothingUniformJumpskirtJanitor: 2 ClothingHandsGlovesJanitor: 2 ClothingShoesColorBlack: 2 + ClothingShoesGaloshes: 2 ClothingHeadHatPurplesoft: 2 ClothingBeltJanitor: 2 ClothingHeadsetService: 2 diff --git a/Resources/Prototypes/Entities/Clothing/Shoes/specific.yml b/Resources/Prototypes/Entities/Clothing/Shoes/specific.yml index 4a49c804cdb..6a507cf0d2c 100644 --- a/Resources/Prototypes/Entities/Clothing/Shoes/specific.yml +++ b/Resources/Prototypes/Entities/Clothing/Shoes/specific.yml @@ -90,6 +90,9 @@ - type: Clothing sprite: Clothing/Shoes/Specific/galoshes.rsi - type: NoSlip + - type: ClothingSpeedModifier + walkModifier: 0.9 + sprintModifier: 0.9 - type: entity parent: ClothingShoesBaseButcherable From 84d9f7a6a97b37127e62efa37d0f3dc991072b33 Mon Sep 17 00:00:00 2001 From: PJBot Date: Fri, 23 Feb 2024 01:06:17 +0000 Subject: [PATCH 48/93] Automatic changelog update --- Resources/Changelog/Changelog.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 070d532e28b..15ef0392c6b 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Alekshhh - changes: - - message: Changed some hairs visually - type: Tweak - id: 5509 - time: '2024-01-02T00:12:05.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23304 - author: EmoGarbage404 changes: - message: Defibrillators no longer reset the rot timer when failing to revive a @@ -3853,3 +3846,12 @@ id: 6008 time: '2024-02-22T12:18:46.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25466 +- author: lzk228 + changes: + - message: Galoshes are added to the Janidrobe. + type: Tweak + - message: Galoshes now make you slower. + type: Tweak + id: 6009 + time: '2024-02-23T01:05:11.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25484 From 381bb9020aeba82e9cad111c77c34bee29d52c68 Mon Sep 17 00:00:00 2001 From: Tayrtahn Date: Thu, 22 Feb 2024 20:09:43 -0500 Subject: [PATCH 49/93] Add prediction to Openable (#25477) * Fix formatting problem with FullOpened * Moved to Shared and networked * Revert "Fix formatting problem with FullOpened" This reverts commit f8353403da830a4402bdd457bcf24a2432a5f566. --- .../Nutrition/EntitySystems/OpenableSystem.cs | 7 + .../Nutrition/EntitySystems/OpenableSystem.cs | 173 ----------------- .../Nutrition/Components/OpenableComponent.cs | 14 +- .../EntitySystems/SharedOpenableSystem.cs | 182 ++++++++++++++++++ 4 files changed, 197 insertions(+), 179 deletions(-) create mode 100644 Content.Client/Nutrition/EntitySystems/OpenableSystem.cs rename {Content.Server => Content.Shared}/Nutrition/Components/OpenableComponent.cs (86%) diff --git a/Content.Client/Nutrition/EntitySystems/OpenableSystem.cs b/Content.Client/Nutrition/EntitySystems/OpenableSystem.cs new file mode 100644 index 00000000000..f8c3f7c447f --- /dev/null +++ b/Content.Client/Nutrition/EntitySystems/OpenableSystem.cs @@ -0,0 +1,7 @@ +using Content.Shared.Nutrition.EntitySystems; + +namespace Content.Client.Nutrition.EntitySystems; + +public sealed class OpenableSystem : SharedOpenableSystem +{ +} diff --git a/Content.Server/Nutrition/EntitySystems/OpenableSystem.cs b/Content.Server/Nutrition/EntitySystems/OpenableSystem.cs index 373b97700f4..8037b61572a 100644 --- a/Content.Server/Nutrition/EntitySystems/OpenableSystem.cs +++ b/Content.Server/Nutrition/EntitySystems/OpenableSystem.cs @@ -1,16 +1,6 @@ using Content.Server.Chemistry.EntitySystems; -using Content.Server.Fluids.EntitySystems; using Content.Shared.Nutrition.EntitySystems; -using Content.Server.Nutrition.Components; -using Content.Shared.Examine; -using Content.Shared.Interaction; -using Content.Shared.Interaction.Events; using Content.Shared.Nutrition.Components; -using Content.Shared.Popups; -using Content.Shared.Verbs; -using Content.Shared.Weapons.Melee.Events; -using Robust.Shared.Audio.Systems; -using Robust.Shared.Utility; namespace Content.Server.Nutrition.EntitySystems; @@ -19,43 +9,11 @@ namespace Content.Server.Nutrition.EntitySystems; /// public sealed class OpenableSystem : SharedOpenableSystem { - [Dependency] private readonly SharedAppearanceSystem _appearance = default!; - [Dependency] private readonly SharedAudioSystem _audio = default!; - [Dependency] private readonly SharedPopupSystem _popup = default!; - public override void Initialize() { base.Initialize(); - SubscribeLocalEvent(OnInit); - SubscribeLocalEvent(OnUse); - SubscribeLocalEvent(OnExamined, after: new[] { typeof(PuddleSystem) }); SubscribeLocalEvent(OnTransferAttempt); - SubscribeLocalEvent(HandleIfClosed); - SubscribeLocalEvent(HandleIfClosed); - SubscribeLocalEvent>(AddOpenCloseVerbs); - } - - private void OnInit(EntityUid uid, OpenableComponent comp, ComponentInit args) - { - UpdateAppearance(uid, comp); - } - - private void OnUse(EntityUid uid, OpenableComponent comp, UseInHandEvent args) - { - if (args.Handled || !comp.OpenableByHand) - return; - - args.Handled = TryOpen(uid, comp); - } - - private void OnExamined(EntityUid uid, OpenableComponent comp, ExaminedEvent args) - { - if (!comp.Opened || !args.IsInDetailsRange) - return; - - var text = Loc.GetString(comp.ExamineText); - args.PushMarkup(text); } private void OnTransferAttempt(EntityUid uid, OpenableComponent comp, SolutionTransferAttemptEvent args) @@ -66,135 +24,4 @@ private void OnTransferAttempt(EntityUid uid, OpenableComponent comp, SolutionTr args.Cancel(Loc.GetString("drink-component-try-use-drink-not-open", ("owner", uid))); } } - - private void HandleIfClosed(EntityUid uid, OpenableComponent comp, HandledEntityEventArgs args) - { - // prevent spilling/pouring/whatever drinks when closed - args.Handled = !comp.Opened; - } - - private void AddOpenCloseVerbs(EntityUid uid, OpenableComponent comp, GetVerbsEvent args) - { - if (args.Hands == null || !args.CanAccess || !args.CanInteract) - return; - - Verb verb; - if (comp.Opened) - { - if (!comp.Closeable) - return; - - verb = new() - { - Text = Loc.GetString(comp.CloseVerbText), - Icon = new SpriteSpecifier.Texture(new("/Textures/Interface/VerbIcons/close.svg.192dpi.png")), - Act = () => TryClose(args.Target, comp) - }; - } - else - { - verb = new() - { - Text = Loc.GetString(comp.OpenVerbText), - Icon = new SpriteSpecifier.Texture(new("/Textures/Interface/VerbIcons/open.svg.192dpi.png")), - Act = () => TryOpen(args.Target, comp) - }; - } - args.Verbs.Add(verb); - } - - /// - /// Returns true if the entity either does not have OpenableComponent or it is opened. - /// Drinks that don't have OpenableComponent are automatically open, so it returns true. - /// - public bool IsOpen(EntityUid uid, OpenableComponent? comp = null) - { - if (!Resolve(uid, ref comp, false)) - return true; - - return comp.Opened; - } - - /// - /// Returns true if the entity both has OpenableComponent and is not opened. - /// Drinks that don't have OpenableComponent are automatically open, so it returns false. - /// If user is not null a popup will be shown to them. - /// - public bool IsClosed(EntityUid uid, EntityUid? user = null, OpenableComponent? comp = null) - { - if (!Resolve(uid, ref comp, false)) - return false; - - if (comp.Opened) - return false; - - if (user != null) - _popup.PopupEntity(Loc.GetString(comp.ClosedPopup, ("owner", uid)), user.Value, user.Value); - - return true; - } - - /// - /// Update open visuals to the current value. - /// - public void UpdateAppearance(EntityUid uid, OpenableComponent? comp = null, AppearanceComponent? appearance = null) - { - if (!Resolve(uid, ref comp)) - return; - - _appearance.SetData(uid, OpenableVisuals.Opened, comp.Opened, appearance); - } - - /// - /// Sets the opened field and updates open visuals. - /// - public void SetOpen(EntityUid uid, bool opened = true, OpenableComponent? comp = null) - { - if (!Resolve(uid, ref comp, false) || opened == comp.Opened) - return; - - comp.Opened = opened; - - if (opened) - { - var ev = new OpenableOpenedEvent(); - RaiseLocalEvent(uid, ref ev); - } - else - { - var ev = new OpenableClosedEvent(); - RaiseLocalEvent(uid, ref ev); - } - - UpdateAppearance(uid, comp); - } - - /// - /// If closed, opens it and plays the sound. - /// - /// Whether it got opened - public bool TryOpen(EntityUid uid, OpenableComponent? comp = null) - { - if (!Resolve(uid, ref comp, false) || comp.Opened) - return false; - - SetOpen(uid, true, comp); - _audio.PlayPvs(comp.Sound, uid); - return true; - } - - /// - /// If opened, closes it and plays the close sound, if one is defined. - /// - /// Whether it got closed - public bool TryClose(EntityUid uid, OpenableComponent? comp = null) - { - if (!Resolve(uid, ref comp, false) || !comp.Opened || !comp.Closeable) - return false; - - SetOpen(uid, false, comp); - if (comp.CloseSound != null) - _audio.PlayPvs(comp.CloseSound, uid); - return true; - } } diff --git a/Content.Server/Nutrition/Components/OpenableComponent.cs b/Content.Shared/Nutrition/Components/OpenableComponent.cs similarity index 86% rename from Content.Server/Nutrition/Components/OpenableComponent.cs rename to Content.Shared/Nutrition/Components/OpenableComponent.cs index cc24bf44dca..3a230fc765d 100644 --- a/Content.Server/Nutrition/Components/OpenableComponent.cs +++ b/Content.Shared/Nutrition/Components/OpenableComponent.cs @@ -1,27 +1,29 @@ -using Content.Server.Nutrition.EntitySystems; +using Content.Shared.Nutrition.EntitySystems; using Robust.Shared.Audio; +using Robust.Shared.GameStates; -namespace Content.Server.Nutrition.Components; +namespace Content.Shared.Nutrition.Components; /// /// A drink or food that can be opened. /// Starts closed, open it with Z or E. /// -[RegisterComponent, Access(typeof(OpenableSystem))] +[NetworkedComponent, AutoGenerateComponentState] +[RegisterComponent, Access(typeof(SharedOpenableSystem))] public sealed partial class OpenableComponent : Component { /// /// Whether this drink or food is opened or not. /// Drinks can only be drunk or poured from/into when open, and food can only be eaten when open. /// - [DataField] + [DataField, AutoNetworkedField] public bool Opened; /// /// If this is false you cant press Z to open it. /// Requires an OpenBehavior damage threshold or other logic to open. /// - [DataField] + [DataField, AutoNetworkedField] public bool OpenableByHand = true; /// @@ -61,7 +63,7 @@ public sealed partial class OpenableComponent : Component /// /// Can this item be closed again after opening? /// - [DataField] + [DataField, AutoNetworkedField] public bool Closeable; /// diff --git a/Content.Shared/Nutrition/EntitySystems/SharedOpenableSystem.cs b/Content.Shared/Nutrition/EntitySystems/SharedOpenableSystem.cs index 274de89003a..f3b1127578d 100644 --- a/Content.Shared/Nutrition/EntitySystems/SharedOpenableSystem.cs +++ b/Content.Shared/Nutrition/EntitySystems/SharedOpenableSystem.cs @@ -1,7 +1,189 @@ +using Content.Shared.Examine; +using Content.Shared.Interaction; +using Content.Shared.Interaction.Events; +using Content.Shared.Nutrition.Components; +using Content.Shared.Popups; +using Content.Shared.Verbs; +using Content.Shared.Weapons.Melee.Events; +using Robust.Shared.Audio.Systems; +using Robust.Shared.Utility; + namespace Content.Shared.Nutrition.EntitySystems; +/// +/// Provides API for openable food and drinks, handles opening on use and preventing transfer when closed. +/// public abstract partial class SharedOpenableSystem : EntitySystem { + [Dependency] protected readonly SharedAppearanceSystem Appearance = default!; + [Dependency] protected readonly SharedAudioSystem Audio = default!; + [Dependency] protected readonly SharedPopupSystem Popup = default!; + + public override void Initialize() + { + base.Initialize(); + + SubscribeLocalEvent(OnInit); + SubscribeLocalEvent(OnUse); + SubscribeLocalEvent(OnExamined); + SubscribeLocalEvent(HandleIfClosed); + SubscribeLocalEvent(HandleIfClosed); + SubscribeLocalEvent>(AddOpenCloseVerbs); + } + + private void OnInit(EntityUid uid, OpenableComponent comp, ComponentInit args) + { + UpdateAppearance(uid, comp); + } + + private void OnUse(EntityUid uid, OpenableComponent comp, UseInHandEvent args) + { + if (args.Handled || !comp.OpenableByHand) + return; + + args.Handled = TryOpen(uid, comp, args.User); + } + + private void OnExamined(EntityUid uid, OpenableComponent comp, ExaminedEvent args) + { + if (!comp.Opened || !args.IsInDetailsRange) + return; + + var text = Loc.GetString(comp.ExamineText); + args.PushMarkup(text); + } + + private void HandleIfClosed(EntityUid uid, OpenableComponent comp, HandledEntityEventArgs args) + { + // prevent spilling/pouring/whatever drinks when closed + args.Handled = !comp.Opened; + } + + private void AddOpenCloseVerbs(EntityUid uid, OpenableComponent comp, GetVerbsEvent args) + { + if (args.Hands == null || !args.CanAccess || !args.CanInteract) + return; + + Verb verb; + if (comp.Opened) + { + if (!comp.Closeable) + return; + + verb = new() + { + Text = Loc.GetString(comp.CloseVerbText), + Icon = new SpriteSpecifier.Texture(new("/Textures/Interface/VerbIcons/close.svg.192dpi.png")), + Act = () => TryClose(args.Target, comp, args.User) + }; + } + else + { + verb = new() + { + Text = Loc.GetString(comp.OpenVerbText), + Icon = new SpriteSpecifier.Texture(new("/Textures/Interface/VerbIcons/open.svg.192dpi.png")), + Act = () => TryOpen(args.Target, comp, args.User) + }; + } + args.Verbs.Add(verb); + } + + /// + /// Returns true if the entity either does not have OpenableComponent or it is opened. + /// Drinks that don't have OpenableComponent are automatically open, so it returns true. + /// + public bool IsOpen(EntityUid uid, OpenableComponent? comp = null) + { + if (!Resolve(uid, ref comp, false)) + return true; + + return comp.Opened; + } + + /// + /// Returns true if the entity both has OpenableComponent and is not opened. + /// Drinks that don't have OpenableComponent are automatically open, so it returns false. + /// If user is not null a popup will be shown to them. + /// + public bool IsClosed(EntityUid uid, EntityUid? user = null, OpenableComponent? comp = null) + { + if (!Resolve(uid, ref comp, false)) + return false; + + if (comp.Opened) + return false; + + if (user != null) + Popup.PopupEntity(Loc.GetString(comp.ClosedPopup, ("owner", uid)), user.Value, user.Value); + + return true; + } + + /// + /// Update open visuals to the current value. + /// + public void UpdateAppearance(EntityUid uid, OpenableComponent? comp = null, AppearanceComponent? appearance = null) + { + if (!Resolve(uid, ref comp)) + return; + + Appearance.SetData(uid, OpenableVisuals.Opened, comp.Opened, appearance); + } + + /// + /// Sets the opened field and updates open visuals. + /// + public void SetOpen(EntityUid uid, bool opened = true, OpenableComponent? comp = null) + { + if (!Resolve(uid, ref comp, false) || opened == comp.Opened) + return; + + comp.Opened = opened; + Dirty(uid, comp); + + if (opened) + { + var ev = new OpenableOpenedEvent(); + RaiseLocalEvent(uid, ref ev); + } + else + { + var ev = new OpenableClosedEvent(); + RaiseLocalEvent(uid, ref ev); + } + + UpdateAppearance(uid, comp); + } + + /// + /// If closed, opens it and plays the sound. + /// + /// Whether it got opened + public bool TryOpen(EntityUid uid, OpenableComponent? comp = null, EntityUid? user = null) + { + if (!Resolve(uid, ref comp, false) || comp.Opened) + return false; + + SetOpen(uid, true, comp); + Audio.PlayPredicted(comp.Sound, uid, user); + return true; + } + + /// + /// If opened, closes it and plays the close sound, if one is defined. + /// + /// Whether it got closed + public bool TryClose(EntityUid uid, OpenableComponent? comp = null, EntityUid? user = null) + { + if (!Resolve(uid, ref comp, false) || !comp.Opened || !comp.Closeable) + return false; + + SetOpen(uid, false, comp); + if (comp.CloseSound != null) + Audio.PlayPredicted(comp.CloseSound, uid, user); + return true; + } } /// From 2458c87b625385fe4b339f1e4141443af28a5711 Mon Sep 17 00:00:00 2001 From: MACMAN2003 Date: Thu, 22 Feb 2024 17:42:00 -0800 Subject: [PATCH 50/93] Add Ratvar (#24958) * Create ratvar.yml * restore balance to the universe * scale issues mfw nar-sie is smaller * spawner + spawn anim a shitty spawn anim is better than no spawn anim * undenseify no longer as dense as a dying neutron star --- Resources/Audio/Misc/attributions.yml | 10 ++ Resources/Audio/Misc/ratvar_reveal.ogg | Bin 0 -> 52313 bytes Resources/Audio/Misc/ratvar_rises.ogg | Bin 0 -> 158465 bytes Resources/Locale/en-US/ratvar/ratvar.ftl | 2 + .../Entities/Mobs/Player/ratvar.yml | 94 ++++++++++++++++++ .../Textures/Mobs/Demons/ratvar.rsi/meta.json | 63 ++++++++++++ .../Mobs/Demons/ratvar.rsi/ratvar.png | Bin 0 -> 407691 bytes .../Textures/Mobs/Demons/ratvar.rsi/spawn.png | Bin 0 -> 665660 bytes 8 files changed, 169 insertions(+) create mode 100644 Resources/Audio/Misc/ratvar_reveal.ogg create mode 100644 Resources/Audio/Misc/ratvar_rises.ogg create mode 100644 Resources/Locale/en-US/ratvar/ratvar.ftl create mode 100644 Resources/Prototypes/Entities/Mobs/Player/ratvar.yml create mode 100644 Resources/Textures/Mobs/Demons/ratvar.rsi/meta.json create mode 100644 Resources/Textures/Mobs/Demons/ratvar.rsi/ratvar.png create mode 100644 Resources/Textures/Mobs/Demons/ratvar.rsi/spawn.png diff --git a/Resources/Audio/Misc/attributions.yml b/Resources/Audio/Misc/attributions.yml index 2599cf8083c..db13d28d838 100644 --- a/Resources/Audio/Misc/attributions.yml +++ b/Resources/Audio/Misc/attributions.yml @@ -18,6 +18,16 @@ copyright: "Taken from TG station." source: "https://github.com/tgstation/tgstation/blob/b44fcdedfb7c7d8425bd75b9caf71644a86375d1/sound/creatures/narsie_rises.ogg" +- files: ["ratvar_rises.ogg"] + license: "CC-BY-SA-3.0" + copyright: "Taken from TG station." + source: "https://github.com/tgstation/tgstation/blob/2f63c779cb43543cfde76fa7ddaeacfde185fded/sound/effects/ratvar_rises.ogg" + +- files: ["ratvar_reveal.ogg"] + license: "CC-BY-SA-3.0" + copyright: "Taken from TG station." + source: "https://github.com/tgstation/tgstation/blob/2f63c779cb43543cfde76fa7ddaeacfde185fded/sound/effects/ratvar_reveal.ogg" + - files: ["epsilon.ogg"] license: "CC-BY-SA-3.0" copyright: "Made by dj-34 (https://github.com/dj-34)" diff --git a/Resources/Audio/Misc/ratvar_reveal.ogg b/Resources/Audio/Misc/ratvar_reveal.ogg new file mode 100644 index 0000000000000000000000000000000000000000..e70cd9873c5cfeba0c3c4c904d2198498df8c614 GIT binary patch literal 52313 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 VX)=^d#!nCH`WK($cDEJu{{T&f6@CB! literal 0 HcmV?d00001 diff --git a/Resources/Audio/Misc/ratvar_rises.ogg b/Resources/Audio/Misc/ratvar_rises.ogg new file mode 100644 index 0000000000000000000000000000000000000000..4c22d250c38c4d4ca7cc0127ce5b326cd31c7a48 GIT binary patch literal 158465 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

7Z+-m8vonA0Xr(XeDZ_lP&06gUOKpf!Gx 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

8?wyp=fliFZs?fibp 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

ius&$vz58nQ`}p${1y@tn1m^tAgE;=e(v&@2-xP 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�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

Yc6L39M(K7E#U}q^loj?*8>- zetV%r?+cii`RUL&(zIIQRVD^8HVwNaRDT6zbP(-hf(h|v)B+|%(pp8)9h6cs6^(dsut z_xN*l4l=B|jWpIhL*$dazbBlzz>(z#cRo5q7!xb85H3WYSv?wF`tbPl$Cb|T^Z)~n zoP3lt_yxg{Y!rSgnwEb|bP_=1n%j6POLbF;nyt;dvbye78b#r7yGCFpW%+U>XaC_Jo0+_3f{G!}Ocy1+$)<3nwuU6S?-i$%+>!6}6W6}72iTms8 zG&G>cL-Ye}q>yLo=&SEE5&e}KK%E%im^3Nxl;P&A^#^yQk54*+n6YrG5v1pM4bd?q zei?}+b-p8z#{AL?)a0_>3{5+-f1}JQjs~9&GG>V2-1I)k5H@H0>o+Cqab`4&4+Rnz ziWeZ5TxZnfA(WPs^9?_(?VKPf(fp1g=$`gfq`1!5tQP)5d0clEcI>wD_QGiWJ6y+( zdFS(qs8jeiL2S7X&Z%Ihot~L=hT(_Tm=NerS9^SE&gj*Yt@T2_%M^Y21JDdQ-l}Ij zcaRzMZeoIEYut9rZ*Kl70bsqtRJ{^;wl=zHs`wW4ywL!5>Za8^%zU7X8hFm^v0MY< z{<=8-?9l}r z0rLmHg#QN&yC9y))seaJRpn(SO@fE=q&TEn!H==uP%BCHga`<)4scy7Te6Kld$7|d z>N`Cxl^W?My*u8bH=d8o)liI5OSa>GrAAp2+fNZ}hfz})2zq*0oU*3)hCfMS^QKhz zEs%zZabkD%Xm4E0lIYMsEk0D<0)KXRXq%gyr*9scJ-|NacU0qk--xjf$1LO3IE{^n zPF2Kpp+ZKL>DM;|32WY_ETC7=KO)=1^e%quFL}nuVyb%iu{YArHob}^;uqQ^DJxH- z@CDmCP#UA|U!Y?*Sn|yLHEQ3ZL{4+o{0Cy~6_!^a26?lDtRP2*p5o|xUX1WM0dt3; zsO+chhxpRA^!HZTc=WUlL^sQlZx`q#5tVmwtN$TtFAxU!%tXVJe@`$Sav4|fv$v86 zAZ38@x>-2vt!vbU_CXF=a75?ND6(a&)6;7-N+@@+zAce~RHh~3@#k>F7yc}ky03s|JZqI82c&`rp_9;k9wF%G-hdPjVY0On;aa?#cx>O$=PCs616iYZ^N z>2ZQcz&$6wrJb_j-=E!%=oiE_Ycln@Ewo@`IYJR0b|T;G!EObtaLV|Na zYY%@8xdf|Y04t20_Kyw$s6#4v?B!Wq3?~4@c_UW_(BXYq#F01w7W<`RRH_mSC}baS zc!+p*;H7(84kU1YSccA^anJ(!<6~Q?UEuLAUyP+fu2%HcRx$_rM`V?rQ?Dwj;Hxqv z*!oc{JDQI!8hrpWgXaz#qV8Q>YP;G94~mFJoir%}g#Jl`q*%;c#QzoKb8CBirhs=4 zxMN5F{xSnhF#gGXLrJ5HOvVm-%}aJ!&~GyDj}C9Ho>d?j7fLmZUg?&| z?|)F(hHxr^fGSfrDqe;G?nk*y-Yfv?z-qoV^aDL#N1um`jW2aTO5U^FDl89ep1+_9 z91Cy#^UU8Vp$zc27=QJ2@I-iJ#s-AJNSI-*Q@rhG_F|}fPCjI$CaK@%$8a4WIJ-vHi4_0Kd1*WJo5^PT3D zU9=|x2O3-=Ae(;WKax0cQp0&uZtg`C$MmJ}G4r1~SQsQ3Ol6rv1{i10Og*e57P)jA z#GuCkwk~->(f2r<5w4%^isueb#bcPN9)J6XMFRTGSxp}?sXNp}Q~#XA>eswh9T9pw zyfF4%eR*h~!k*vGOx@8@YnTd~ttkd);oFhDacb;A*3sTx0UC||dLiGe2)geXbu!P4 zZL_x`ZtI0fuKQWYohCMClR*RzIU#XBlr!tOf412G1n)1=yxZoPot8b|T8VXy${X?w zx24CAMKwy6l`*MgOYXGyyl!VkWAZ1W{`rDRSf{9GO}_jNueK17Cr*c&wYmBvvDita z`*C-Z1o$=;Fhqk4j`SGyOQx)zeYf35`sVssGtytWOn zcD)T*-DCfOfgSR*OkA~S$1T_=*i+*r_6IzUk%kh2%bADI~tIE z%MHd6opy#MlNS01d%pPR5b2ElC-qeSfT#bSl42Te<F6Wv=^XIGSCaK|>kE_VcIP5S=jAZa z1@zj3LDbmKaaU#GTB`$0cWAT0VD3P?!DYv|M6H=b@at*uGN_zTd&s!}IC}P)s`6cr z4uCkFsO2N!WVXw+6fx2&z8%JU8&RODTb1W^{A}1&@6NluX6V$GUC*ol(%0HkrgPlM zjANqJ&rF}*vHtGevai9V%GZI*QX*u{TC3htQwCx$gpzPV-z?InP6kzcKbe#NrdRYc zNI+~r71vSHa{JXuu8~(PUXXXKBgfZy1xTiPFk);7^NEY}@+wkIf8y#(@IR~Wec!~w zr2G$HTvdSDpf5kVb?s)Aj=3$J#WC@Jw%t8H?VYhxuY;OvJmZ^gy#f5wUNn7Il`)Bqd_izE|{@*mi-&1h|0%Ga|GB(7+oIV;^tGVq;sME z8V}Rq>jK|-sHr>Y(4`w!ngu>9jtS=)g|N^NwC;>As(o`Fus)25snXEeFM5kK9kN+~ zc$^Dmp!(QvNA1}NEqYJ5WR|%Adi}lsw>k5;47^nMKL!Bk*)qHtc!#Q=v+&Jgy-f(q zY6zi&@+)%qfZEQsxTLn1@?D1FwVF7;ocXrAR$yU2;s90PAml)1^Q^Uj$s*fN2U82c zxddG@E0&;!&7Anr#=``^ zCEWRh>1Uio!bV5WMj(8*wWpn1>|5p`t_LIKy*M_qeQnn2Y}4(=EDc~9 zuc_Z>nVGyw$#7u_hxE^4D1GP9`%Z@1sCU9(tJn1ZDC*bH>L2i|RttTU_aTVI?_7Mk z{lrb3Eb;OJEFOuJ0$COMUG`t@WOg)>fxH8MF;@lR{+=z*>`jW8!)c3)k%UFWzb0mT z%vnwq%!EGfunyKtzc`YIzvek2c@ccv=B3DvEoxq2aIUXAOjk^3i`i;33-+T^+fL3=Ag=?hOiZuQL`g(Gzu;{i7SXdeZXJkdmn$ zNh~SSssf(>dgn9oxEP&u1xPDOOV&nRzPlBD!?yq$xJrs14`prE6l%khkL1&Orx$V9 zIb^dp75uO~B8&uO*j$XsjWY!uwd?mm!H3oM*6%xBEC%r6|D?XUsyQIhC4n9*F7pK( z52l^jD@-aA*%rz2WwJ5vCRfO<1S~%Jm1AI#q3k$f6-X@TdQY_-vtZe9 z3MK@VpO2_w4$>JInN84-s2&zyNC4aWK;Ydq@?wci`G+&q#X~@(wa$S1Q8^hjXNjf5 zMK(H-y?@Wkv@qd<(pM3p)o)I{)&KWAlws9BG`IqK9)YbK_Nx%i-?kMN&ylH#&h*_t zXLIEY^lR{?muaE2WfVw?UbD{|1owNg)irp|a=f^mo%%laQ9z7=6sRWPZ!TUVP9Ee~ zqwe@PzBHtw)h2J($F8$PT7T47t!~@Ivgi2Eh3tdDJFDq`RKlEVRZy8h5#0hq-BiBb z|4Cx=4MNA#hDjIo`4%vy9xIKTw+KBB^y@V6Cr2?|fE`Zc;7x>WQK7HtXJD=KY^^Za>9B|MjwE`ZXIe zc1XC4Z4Z9XU_42+A!A-rbz2V^4`82v-ru2+r)B1dOO|C#QY%&jWd{zulxn(R`{q4B z_ibFJ*y@!TRgTqH?{xcH#>^jg3`jxFs%MvHt{WhA>V4f|9y{G6HaqY@v0Ackw~a9k zw_wMKRNE@#vbn#r#B4a-d=U_p`m*Tyu|{rZ7|?TlG+2fzWRa^IW-w158#9$+R?z;l zaN!}}BxtZDok7POleZ59O%Z&Uh&$ZBz*m6-BHUct!>(vgt_E!0fbJVLI-4KawW5zm ztC>fOW*$j5#!w@Ed!y_8zcD^KOnns3?pXICL=9h%NR>2&5?b>sk|%e}GbGLqsgUNx ze`4BvuoqyS_9+fZ3_28XC!3!$IAwJWppUn|>jPS5BF66Dfsm4|&D}6i27DrUxC|Da zn+7M|s6uf=#Y2aXfmy=1#Re1vC7_DM%Gxe2=}nl==_FKNTdI9UQ!& z`fJwnBQ~3b7DGcou05tGRFH21#XhhnoP7{nV40ZBQZMg?JxCUOp9QOrb#EEY1rQ|9 zEk-Ybg5X9WfA%!zienF|z&_(M=QQD)+^xIUOc&V{3t!U9tdRk2`n!HhB`a@E0%{a? zPltciZ`Vv29zu3Igk#Mx0IDUluysgfNgvd2o^6>(O1%P-{iKh)%6YL8bifUPIS1m? z3<5h25bl^nBPZkW-(atI()3lp>-@B_KIu|BD9ShK1*LvI&jZxx*^W?6o8L9QYFveE zzUyZ1^#uK@N(Aas^9FInf0M6cj0jeC-4dXlkl`z6j0~-B%nZ8*&(30ycD#S@1$w(M zE5Eu{`<=N{nM2x?;RUw7kE(UE>-_J_kZRnUf6 z?q{l{A37Gbc~wFc%=mJeyk_uN~z2+t`juOS=6<4ER>Q$aRt7 zIRv^J-Tz zq2h2LT6n)dC}f5TtsV}+qCa!;qZN(sov`KVngXc+hwIgg@}t;C#}E|@@LaEHd3eaC zS@sKdxMWyUlO*X|R8(hr4>H%hNyZL$hy|Uh6m*n3Lg4i{PhTf8{W%2nZhz^;UtQxK*B!l~9!YB{E}Ag)!WVXr z^Gm2`GU zoW!IQCXo^Po*U#1vf5>4lxoW$TSC6r`+NQDv8a}36mGw8NMky31&1r<_QdfnK!~#m zuc{}(QcdeKi8acnYd0;Y89~1_X|Rn6BDJLZ&X%>B;KLv&^?0IIC>9(t`DuAjI(TA(`%GZ_f1OGOX!O{O5g@ zjKk+Fd4_D*E(eR|qp7ZM*JhPt60RDJp}8*?uZM|YPcJ&SC);FMSC-70F1^G%V|{4a z^H&p;gFnC;XrIQo_3%vEu<~yFl{&2Y<4#4#NVsmyVeBtR-vg=h@qOFLmH02oL@e0f z-t1`e+GgV|VXf>F!k>6Vx6E}$wy^pM0LZrRAf!^C?$47s)^?j?ajb_SoC+m(l?v^& zQ-j$bsTWDBR znL`)Je`Va?9h%md2(cb4SLd|6>^Q3;=z7VDpVqwFKk3F?P3|4ECO zM4w^v^qsigwK~Q`4l0DUu6x5bzIVr0bFY%gV05XY3>LepzGgSDoXArUxq znNM&aUi7ZCST9e^KElb9fRoXUKZl>2oa8zqOr;Nm24dPEZH_AX^sL1L&lX<;0fI>y z|KDfMQ>f{$>>5gxn&uLgzSQC-88{n0V7{C@cQN@%>#r&}aPH|&cBRqtco^JI3jIvF zU1(F#X&vMG*}23v(Q!Y1L2h}OHZ#uz1Tgj_4pz&sT+4?(Xd~vuLGu$+pi250bL9Mh zuR#|!Cmcft0v;d$k#!?Q(&WwtG>ON7wMLJXW$tnLIarzRsmgSaqiF*9mtZ0-aTQXc z0M~!D3Q^n=;~cw!%5*m=7k}Ikx=62Mzn$a{b`%ExDIY>?`E8AnrbQJO&UyJAhjRB< z1h(WdnACwFVbztyaHf8~QN>JT!-{y9Hl!@MMj!2>+K#nsgN8ntQ1w7Y1B*qM3 zZNEDrSEb!w7)wShJR$HE(|0vc>|Tz%Uu55^IIpy{F@AMdtu>l zVy}*S74$Tgg?6nIYtIlPwFkX;W);hR$mbP}cj^IZLLB%@UV`JAF79(|+zKq*zY7nC zsP~)|IPCVyUD{)e0DORj&ipZPyY9#KID^&dD5aMd4tewh78|CnK)XYIzVkA759(tr_2V~|k z8v#_!fU-2SaYN&BC|t8FST zm8I+GeJrT^m16KCqm;`Bpx(=;Wb@{6i3hdDn*D+u0m~^dlHjJF%Fbh)UE02$Ke4U@&lT>bhWcJ+>%_R14Y#=`JXK z!~TPn>E9f!@Q=6DE$Y*s>wG7&L;n@{lWxo$j#anNSHKVMxY*^*tDjl~1Tdee^ZR-tVJ)5$TpYqdI?BUq>hk6Y9D0SROE9aL>b_sn;4 zQOQ|+&Hev~dh39u->`dlqeBTvX#_#3(VbsJT0oJIln{_^MhygMK^o~s1?iL&q@}yN zq;rG8_I~E`JiqrJ{SP+o`>J!!b#Addk=p3`5TCDcKsKVfJVtR;W1WejETKH5il9&I zK-t!^^m{Fd71iqDGa&_NXS#(a+cVzS$j0%(cBai!njoV@wl8X4Gh>){U4eNB|$-qUY0poSG=5-EaztqUHA)uL6)jDcXn1)cW28k z6#+kvgN2V_x${gYP?g_==7kJJx!7C&+VEgRg?MES(5!yGfhYOuMugCp1>B$Ep*vYa-mJ`kS8H~l zhwY>*ZUk+P%~ih}j_piA)$0^QeR!zC*dVvv6*!xu%dzD*bjR^myUwxgz{<-i?I$O~ z6i34FVWE(xz*i_LPdkIVQ3OcvB!1I=GJ1d_p__%(41E;>RMD}3jr46$)oFWf@$~h@ zl{Fj>x)yNZPa#WD2z+}B{ww_BsGYf|>gs66w_H-Ho#`!1wVUX*pWplaVdXjjX0 z9|c;tPHBpzr0hpLmOdQzPA$bP*VLk@IX`P71s9t0eIsEBHrbxFso1dK7_5!}_qsMB zd2m0;a#5kw>5om%-z;O>Azy2X${8?&8B@u`jr0)sazWT0y8M}qkK+)KAAbh8*)`ZI z5LzkfpU>wu>QQLW5l`WvG@OYG@BHw=V+N|84eEa#u?q=QC;)@$ zJ%~JLADA1-?Xo}`^KQ1gT7Lh%DXaG!(1@p z;>GUIKXL@ET}MyDs-b^7Qti63Xzw>(eZ6DupRGopP+n^Z&j!c=9d-2b&9oVAQ=TKN zpsD>o`-&$~>st>w7^qSn0yAVo=(oQw%L&MsT3B`^d{?{Q#!{hQuY)V!tp9Q!_AH7F zw7TXSga+BgLS?mPu*>mP)(@!u618nTG-H&Xe??=rFL4EI1Z;cEOG=yd$oeDGt&kH3 z643{h#(E2+?*k5t5FHKTOOYX6H`46 z)>eRpzfr{o=`1GH(qj*wV-rtiEc4Ub_EGg5@24j2OHM!6eUXBeSI0~>?am?!`!|?y zYWzLhnEGW`izCzNz%-ih+z~hyrWoS(bS|S_tf_&Czi0N8WII>yH6z znCK+nJCS||A$dbOq8PC7)pOf@kJtJ3g*c~6QkkT*SrRx#;~XAKz?TpP`tkS8Uv#heV(&jTgfKLJ71m z!Sj30`QJepy6$sNRo?NP-JV@~SJctZM2Vl8rRQozO^t`z*HPmS*sNspQn%k92Ub7v zByuqz`9i5^Il|eQ^Sk$zDcw`7TG-fJu+6jEw-TY`@Yy7OrUu&*K}byn%c+o?vr=Mp60gEtoN+P8 zui6hp5aCX!HAJT>{Av;Y-uJ*TK;$WM11LKJdWUH3^H)ni5Ao-p58(MstqGM@!wVuq;|}xT8R)Yji6%A47>YBvN=yx)T)AO@z{( zo@G%A%1+;!1kU4MQy|L&Dr>I;E}u@4D-m6oMkA27-ZW)q+x&Mz?RhOFI-wJgIx*ZX z8_99+?c}fczSM1=`=GYetHxBnhwgNguv;Crr9SAPGBS71J4gV=t{|bIH^RQqx;|Vxu|W=Rnm;n#Ox4%{D|kfDf?~zwJ@8O{i;koiOCQ{c*&ImOn(#HlRb6ykE_vM}HNc-J19KN)>2()HKk8d_`&9a_U2o zQq73PdnZTyYAgP=%d2t%7gwrqa5>F^p|p4yjt=J)S|0q~J6j zPY`qE3Ip=sC+0X3!=>w)doy&={pyQ#a-Tu`=y7N(xZ-en;4F;(?%sJFp#C(Sz`V-OT7lNRO9S3 zTilxpV0!fZ?0xvwcY|B*Kjg7&7E{~4yT|<8s}HH>D}(K~Zn0+H$!)sfFOQ=ohJg1a zuL>^CX4>MjO?)1) zZsfKa=z9Dxn{TN1%!_d!d-PS8!~G4{=>MrASRL}Y|CT@1u7RoM)R4RdmDP(CGShlB zZ9dzWJq&wH_xHbP7vS}sITzC(G%&NSHVEmdz(?lsZkdv?oeDHd>-o=+U!pEN9P$Xb zDFu^o?=>fdq=vYJ!9PHaj?A(oR$vUGiD;~{3|d0dcFgk73L=@a}k zwXnxO^?5xSAWdpIkOL~LA<iMqa$ly@L7AqJyy;v}fj1U%J|cR-z?1 z`~@-iBmtO(s`%x^>dMz|2-`Fr<^l2*l`*ntP^rRWz`5X8CpX`5Fc19kk-vn=(@IT- z^^-X-Z>S-D-#M#%_Rk=kE0dm%)KvTx+5Veo;#i??*_7TdT(kZ6uge`p%B$4J>)vs- zwwru!Z5995FE7~GIvKH>mKPB;(QRJdhMzx$Qz@d>NnI%skVk6D@MKNsuV)Ury{2Z&3qV!lY0DR7x~Oug|8N`8i@Xuj_7CN4PG+B-V|i%>$3i(X`e9;gvhIte znus*Qk!~mfHHO$o(&?EkoXObbqd<|@bN4l0@r!5$@Z7(2%2%{ERS9Qq`(XQ(zJ{yE z@fHpRV|{W!OAJRjGbaM*m?Ze@10LGf1E9Gw5?va# z?4;Ue@(;<}=OTCjc;T<}uTs=-&MC}lt%QTNCUHRr%`w3c2)8Tp0q54ea;KB3)^Qwv|)tvTUx;CGVjDOX=ZD=^R;7aO) zi+68@B!S)L^}S+v{CcGR%{ruTFOB~b>x?>u|GwJ*Ix<}1d&_6V%;Uj+Oo{=`ZSRYt zmTBgJ$0yU&q`-@*ek+54^MbF47Iq^wXU5bsUgSbd(0n(k`_p4oGjlXg8SH6?`N2b* zCyeN?63n!yBSwx)#}91~%mwl6p3PR`xE*Cj&&-w>R=yTxzAF9V+fX4WdQ&A_$s7wV zRm_xOF1?Z?ZVQOsza7Ey{@RF18ApBbS@M~^u0KvZu{4}aluL%8{*ipWPNlx#>ejhG!RH1(ZO4SGUpB~^2z0_h zAVZ@U8B*r*n^uwERr`B!yuOMsGXCg}nm5ZgXG9AFO0xS(bOXGoL3Q5xFX8d)a?_D8}=UJ9GB9`W6@ZihP_J;qdHn<)KzJ;d^u! zVR+R$G|~$e@>8tk;i2>|U^LJaUPE#m?*ao<5?lOWXBuAE_E_Pzr*M;}3&6hsw`S+e{f$`nzj5cm0Bir=%}y`57q>g}fyOo8N-7utF`{pu!OKW8?P+Cz z&g=#@3YvDRhK5Ls$K6JzVgkGa9$As zGhyYJe+Uf1R7~Cbminu_wjZmc6h=fHfIUjk(9v;jNNJ8nh{+3x5}s8!C^^~tq-o@_@%8F3z3@qayK+w*iz7j9ah|g6-{AAF{I-7;;|a(di_L`K zRy_q6w-DM_Ua||%oJI0zCY~7KlU5YH+75iA-z(R9Ha7S#?sFq zXIYEYo(Hp}5&a+wYLozvXyT)evdbXxS<#;#B+9Y*T|L1wB>EKB^s1Mn-e%VZ)w6eH zqGp{Ia!+qI_VKJ_%k8r5*;6(Bjz_SwgWaU@rY#UF*N(Kc{V%ys&6dwf(;Igr9~}0x zJjFZD2>Te6b`^44yiLBOe_&w0n2%9CVoq->A|EitNQy*NyGihNU2M%R*;q>WpdhbZCk*tS&Nr=?K{|&> zQL4z+JSDQt@~@b53}ysO`0!MSbsY`kpwy6%xT)np5H7fNZX9xSGf265VukfNXji7 z^G?9lBvy{WxAYyHosD98<$14}l=E6=iE?6>KPnllNNV&XrSUzX@%?t+tHn*{oPZNHra@W#@x52i_U^>flcdj`kTFQ*rL1kp&%Q{ zijb_{Zy0oh{HnntM~7*)8qgbwd4#sZXn*CErBnpiY?zb*P>=d@{mqxTJ(YLvWJamIa`ZU zxQ9}2p!?AQSqwo(rXm3rApY@g6(XC`Ob?uHizGwSa^YKZqI<$#}P!DZaAe_SIW&pl3>8_%au`or<> z(PoH6t?|tMmAt(5Npr~-W;5r%8OQg4t|rFs&-t>$qf$Z9dz3q)n<+>;xBYbf-j|LF zS`v>sq(5WJvg=3M=v^0GHWoPBcuI}{yl#Ox^;*&^$2;_rz??Vz^6q@0d`9GS)fE)M?V zcckOnLR-H3R%c~74LsliUX=UD25Oil{9A+yqL;NZh3GTZbC!`CoKWe}B$^?%SRH`S z``24W2{HlOhnld{EA(H zURcaKcw5BPEtHS31>Wz0SmXZYyraK&ICxZaWsk%X$YmqQwC&u`Z0rnmPCM}2ZgCb^ zgL8PKpHNXO+jYvNYv*Wf1D7T#tald2GHdr$<>NFylKZ2RztG%!ED`&l&$(W7G53S|m0oAQv1KPqF)PYG-)Y`==XKW=g9?)GbjbTqwij?KDC%1ge|adE*~%bw z&L|wv>G*PzRMzQef;a>a%x+}ud~xwW9N_=?a(l=BTCGkgs7~G&TxLbP`aaQ`*8H;) z&Th@=(b<8-w9PA8J0nnWRptd&pGt;4FL^FEPSVw^KIc~)ZzI)(&AU$2cGY!dm27j) zj(=0*%>4=ftTc9V^J&Td^zyRV?V**|zx*wl)xOqiS5O0lVB&{vpuCYq-$eYs!fQS*TvnD-T%uoA!9SA7 zxLOiOC0Rln&-?1*x1L#>6*NGa+n-T3{=p%T(2%!Wn9wkA=(N`e>evvi(YeR$-#}QZ z;nPG|bLfoeYLp)o-}a8)u87vN@=I4T3x(^wv_D+~0<(H8$MU%^coh%Uu*U4tRZRk> zBzHz{MB2Ml6jFeGi`;I&$LX%OZqbpL)+X-XH!hP8sGLpmGu*dW$&)_<0;p2~?Q-V^JO zx1)xLi&7ASf2GW@Wyyp~Lo&{Se-rEy@T4ucH$!aBpgN;Ee(s6llQ1|Kkxu*v8PPZtUwY34tqa4H}iT5x!NZ!5xJ{fV-1 zBFB2XDTtNtdkTT}hqpoJM0wS|V4P}_4p(X)TIeiAPVOI@jk)5=q0_1R#?3h;0Qpr< z;pKTqD2gyg9?aXDWeSfploKDwEchGh_gfq*P@kHO*KgLXpC32t-7|xjJ`ZdJpGBYt z$j=`CNQ5_irIg;-czw$`!YYk6G(d#^l*O`g(B#1VlEcdh_(SnVxAYO`7I}R8&%HD& zLY(3Mc$9E;J4ypB0jdSgIaT0qqNEdJlIf7o45*8o35zRaG}L#{N$*A)X%f32Nk@b1 zpCJ`fe{o!-ur>#Mr^9Z_8W+^&iya6)e?r@>7Bv^LVosXrXVwb?1WdRF&6PfZ^q+^% z7<#N834OI+;{N8nP-55d2Zp5D-;LUj4(5E0V_r@kMj9AKh_>bsOSgwpP?%bEMvT+~ zpCrk(OIbsFCF!o~M_kQKMG=Q2ZDCWQ*}4}cP(_O{zxmzN0Ze6i_(7!K5X92mj3O|GtLH4@{0blsnj4^|gCIa~esB4i>L)E7t@&ndIvI zo*QFlWpO#Iuic4Qy7^Df2m;fe_xs$v-MdzEt$GSEHNG=Ho18#d+N zQ~Jq2+x~T6Og(}$hLX4X_Xr7y0g6)O^Fz?9+LfCO^Vuu%xAXr;GV_1r7;R5WCLcef z6dha}S%UxN8T!Hh()tu$|J@GE_7MvNT#NYajUJJXwR$hCF*WMUIU1MaIdKLd^LgVT zhi$3XZa`KEb-1FBdEJRSa()3OXK6=}`)VZfKhBXr392wJyoqho?jd-a`G3H*j0emJuZuJ9(Q>^g zFiZ^85aL{ZFLdvT&DdH*E@1ywJC|uja#WuH)K1uWhnd}3o)|e*wD6=ABl-)HD$-A* zgCBjfmX{wx@#p+r$mu&NrO7E6i3rUVZS%zhe@WXW)xsv=r=v-pTgU(jGW>PzvJZ0D z2&i1m36_bkB3>ZLxerB%p=o|Qj8xB8mUU$J%uNcj=7#R$L|DJ+kwu7Y9&gscRoSy3 zf6j-P=dDI0h{2CtFR>a(Rs$P#j-=!wnkxbh!Kw~{l@}5}rcc^q{D%|!_U|fyhXvf? zcc9KY-P>~Q_|G2657$WO@KrLQ9V*>*0vkKqwQm7@ZY@|iT!$2Bjf91BezlLZ-G2Oq zBl$w3aaPv_A`CVw9wB{)!CMB%!>WRnzwA<5(u6d0H<;Z$VVu7N)6wnzwo=`Y(`s&n z{D9Kq`a|w~_Fnj|r9#fDDLQC4ht7ZOe+Wan(W4bodeDWACLU`PyZt){MH_J_CdNfq z#!IH3@f@{GZmn4PP9e{)wZ6EtHi zwUVYjXm8Q;M+MA8t?hRYHhw}wCDDU>E%S(uH}Ch5*%w$o-TPca zbw{ifd1A9@4j?n4KAQ%E4jwFUlvB8Tc4=k#7Wg^2YiF3S{+H{6qrkqqp%2HIh}f|P z<8;JGYq1lfe1g)g{;(fxUJ{B^b?L)&o<#l$XE`b0#a}42rG)4EC_XXzru8 zgi*+o)>TfCv_4i)7#?%cvZ7or1r01Kg%3eKlvW*F-sm(+g~eo_U?wyJ$LB~wf6DOG*ZV};Ri$PSfi{#J>hpFQ5D$uNfXz{ieAsJZTFDS zG@_vJ+|)Th(Hv!g@TTCP&5&K3skOb~w6i!*apC$fXyn7J@Gx5+=j)Z(q1@NsC@tw* z1VBQZE%kR!VOTgi7|gSs%dpx!Qo;25p{KepKKBfE zZuI^yo_^w7?h9b#XWxW=B>23K)uE4X-b^|!jRx00R25y}v<;W>aI{F!JU@-{t|0nA zx^k783A%$?m9Vb6ciA!LB#UR^!W$&AYTF-V;=_#*vAwCi9mFhtSXKzheACtDVq^T( z{Wwx^HGthkH0PAwwWO+xWN)y4HzC=QaR%5`*iJOI1T(7ev$GYEK+1bT7$DCw1b;EF zH3cv=uvb%Y3i)d(Ml1uJq@J#p2tJW9&d;XMxl&u?QoVxp_8oH(cZCF{j}||qTu39R zH*+O@%Z!reAEU9sV0q5*Wf#8(PnLW_zZJ>CSaSkw?(Z=LzTGs)R|Fy8yxgiggEQJ7 ze?<`GAF27;exu#{6&#Xzhx@|zHvt~qmv`l4Cl3-^hK%=d|A`F+-|<_+jWlsinZtZZ z-!Pw|B)wOOd{>XXtdm7LhnNQ?JZ$o@Z!IR@?qx^OA&!TW%AJY@S z@o9^ochB9b-XGZ?ioH$}h=K+RaLucC+N7r&*^K5fwihkH0#_n#0_moxag*8F`q$S= z^}0ZuYZSMxrU^9iEF-1IA)v^Su->)#dw8O9rEs|!S-s{!ZD;>0*%5)JL5?ZsYJf$3 ziAcS0l}|{UP+oM;zL2)zrT1wXdfJ878!&nqhUV=(H`|CrW1;nmO~Zc5g$7Kw=L{(r zTC5QATc^tN`Joi$x!#b>)*UkV5IPX0@Sm!H&8?}{1cLOe0C(iKT$NASWo@`Bf6*V^ z-mS<}^1J3HGBvL~oYXxamedI{BvE7u94Yg5{G5kLwHryJ&jZJ1+iWav7?1xJ7X>3m zruUjyI|5w)%oBhHpr^`;c(A--$Uqy-yEzpI{og^b8Q6lJfphIBd~t;bF&ueJ8!-4- z1f|74b68iAroqW@=a?>f9WRg5c<^&=7%rsY5z@4MyeIZ_Yl{YmIB(yQb-@%ccOv0n4or`xu66Ia4yLnqMNbXL1pG?%Vk-zK=wa5lj0JZ99v`@|^e+*?=|7P&5#ALw`5qBkXKggX)dbp6q3=cR zxiCS3wjOX|g`O~r24TB6{`_5cU4BBE58Jz|V4%M*Y@B}XLhijFQbiG|Bi$*6t z|Ew$Os_bNh2wX5bfEJ&vX7#nKlm$7;BC$hN$kyfPL$>1;L8bT@zl~V2jMT9Xu0Rw8 zXPnD5@^_p={;TcQwDfe645Fh-0VJ`Gndtp615U)gd|KY+@u!n{ z?6)5BWiRAYTdMMNQ7nEZHqpKXd7$lx`D1x94rxbWpY6*Pa@I2C77+*jNBnNd$#iiv zNbL3lf}LX70kbKmR$#HL05C+)DawWOMrPl0qlAu2YdFwJz%&`B%7~?M2qUYx^LAAN zT{2;Pg|h6*Sy5*o=}b!iR4LX#LjvJJAp@b*#C^1f>3!6x(ev-vSq2U3(C^W|fb;r9 zT9)?|-&Eyeo^lA1CKP@yvW*H<{rr;B`j2_GQHxF6&YGJPUo>05a)xaDy)+UUm_CQ|4P z4g0HkW^m2nb5|QTO*6uzb%Es@^^hFEKG&tFa;Avkbj5Zf3hm|H7Quq*V#Yh&;*>et zu|bPlZw0bFhQ;^AeS`tVHqcB8hZ5`G?kRU+Oa=cW5oE4FT%GKHOGmo;0sCR=w@DXg;VE?mFGy#I`r^9}~ijq8hllkD(4L_ka(Ze4fou^81zM zq^A127Ugh|gZv~)x$&yq&X!G67V#k8qJkSMlW+mG4qq>GX^Iv|WqiYGOa6CKx z9pbLc+ehhz@G!Tp#bV_R1XX0emA9fmiGa|X!0))`((o_1&3(W#IKzqO<%Gc4=VRH7 z;reVx#e`3NY$!{vD%a$bzMEzKt?&`MH;mk$8YMwz0ix{;<9{EX$VTkHyyaEixSe)&v0rNK|q%nDU=LMrgwx7rh>(ji9sTMuRP5q8z? zFIH(CV=_#HD(sb`M$hFkVN}R28r_~k>%apTakf{R%(zfj4Toj5xG!k&bb&QeH*xc% zi=DJl>i+m zv@YmYv!ZP56|tE`U=2ikITTijnOBRz!QyDcwdN-#cSl3P2gxk{wYUQfMR>7nC5-LnMT08cE9HT z^)hnr(WN2t=-aDy>(vqAZ~Na_S`X&e{COOD@4p86ITt0`iLIG?qoboNj@MG@(LZG7 zmY{FRQWZ_d)akY&+{QzrrSG{&SmeJ4Ksp?FOC@5EDi~Z(TApQ|aXgP~QSnQyEAJR& z9sc=3@B86h99##FFjg*ZsDjeil7z2Knr1~P9p3b5A*@WuA#fDUAes+vAEQRAvY=`@ z<&2m%XK^SRSBHy$NDme zous3IqtOpjH$;3~px4d?exd0G2TC2f3C zQFQ7`X>J2iYQG_}-ydTo<>$SR1eyHZ!X;a6L4=xTrYhY_!8S~i<L?AjRGBQPf3W&Wg%D?9SomaoBaO%^jL;k)lzo6BjeI^{ko=A$LN(Tj5?n z`fL?e5wg1~WFG6UF%$XkcE?`BiaZEFK}QTK(He`+{3o)%vrtEuU3JL{FDqDsh`LSQ zzE6uk;>Oe_5Ws1wYhJvhHVoR4MVd_N?h=>qYAa5<{+ygUbQqUb+zVjPhzf)4}azjQOovO(Oxc5ulab%^_4 zeO>hJU<*jabseufDc3YFgv&8ItW?hndrRa5#1y>oj8JoICBEXeTlrqK;zn;cLZk9? z`zzb(Pj?g6qwCA1SBBZ1E552D&Hm5dWBQL%v%04xi(L}l@T?*j4|eUu%SxLPN7bRW z+cIyt4EmYNF7-Y~CEm*&s9j5D*8>#!gGZGKX@n| zb3`-QCNUN9Z!$008<;R`dPVdy@1ZvgX*zR!5qx%BbaXIBluonq{y+^5;?c@+j(!79L2GSrF z&A#8gd?Q8)qmbyKvn(y@53I2iAFZnh`L3yi@$?TigZyFZaRVWV!+p5ND3* z?P&ufU-=kW*?-kO@*fT@+**hZGS;^*df{gJ65B=3JoS8DybgV>DusH^g!SYEWWZ2v z%3xfV&re&7i748bPs*h8^q<4Bob#RD2yVzIgnNjzqCs`&I>ken^p94vf^R=y1s3i` z{EWU}|I{XUP25D;6SY=oB4Ogtxnvo1)^}#)zj)Oe!Yfh>vOcXVV0Vs2Flpa}d)O;k z-SpRs@j!jSd;F{QQ^JrS=yJ)xsYS11m-|5hoo6s0Mpm2^BZ;ZKo2o9D!b3h*d|)Rk z9a*>%zwmK2uA)YxdDXX>*}pJ;OZHM`q;Ig=Dcx2yverh}`C3;KuncO*OhkSU1%RdvGl9Kf+^SmhlXF)8fKW;!630o(gFp zf}C3eJH&XyRhW8;TR-tIAE7}?{DRg4@Qvx4nl`fL{SR8Hz{$Y-T<(C5VfW3v`>FzlrmMZ8(aN1m zbY|i!SzXI{r2-*SJoTyL7)8wm&8=!D8XZ zV8TgZibM^IsZXEYMp49elQ&3*T0>7;LFejiagDd{KU<;CSC80Y;}z>7q-M5E)%6Mb zP67%ri>OI|J3HGOdxnpeV1@S^veoxtmpti`2sw|7e8)8gxpK16nbD{8fWSEf=>1fa zEI0fIOYgLloz$}{8qe7(YL3(0cVOe56}7L14{>ZGpTGXP90??Vhej<_Xslyci2Yti z7c(Q%F#7Bqju%{F-DgqZZ(TnR0~$eldvrtDok-n9K;l<(d@Z6@km=I0PEzX-P|xvP zb{d5JUtrf)phT#UevywkuHqhZ9(?3_&-EK=!<6^AaQv(|C21ebPwc;FIAYXv35xi& z-tr4vPk6~5{UatLwf05bx6OuG(;0i%3K|6`HM5yTHQHzI_@*K?Y>HlE74kzq*5II0Vz> zby;wYc4X>wX<0s+LUAqaD*1UwQa`vtI&brN=9oQ`?OaG&c1*wIg1!pi6>|> zM4TQlhWvubG0C4$Q-49`)gCwqx|VpcQ86Bn^rNs(82BHMnvMV}j%?}|s#3GVi%p*=FqB3%#XOPCaU+t_6tkC@cW~=qsIA- z$$Q93nE9xqYcI=l!X^0hC@ns+D@jg5BZowFA7PbooUAAJCZ-~nd1NBjT3a8)lefcd z7>Ux90$uBw&IKT)oE_}VBM6)|Rkj;l`k6M@uVQg!$M;_)cX>52^}7C1y$Vcb0tIWR z`_DALTwlJkhOVCb8uD^oqEZ|Fe5DdMb8Cm=o9eNiDng@evWuWzqoxR~+7I&P=MR~t zQ3?C`mXg6OXemOzO0sr*B)v0 z+LrM~h_>2()~rcCL%&Aoy#GHpk?OYucN zT#E-!b^p~aHK@yVzcm-}UD~ApBeC7pLKZV8*0T*cF|1w@JZ!U&%EfmgI!H4{A3uhT zn<+N}mPLKL;8e!`HU8KKz%|*Rnhlirjoy}Pb@D{k-Ax7_f)4#Q@gy7XXx0*RT03ai z?Hhu035C6tGDd2Vq3ruld`Aw<|n2j^}(h8J8P| zT3XJ`p6bzAxU-V&{cU-og583@`4mE%6ZAFv1Q|_C3TXVu&Go7yK&6BZV22M0Bs1#b zhau2GO1Zyw=VJbX1~lt zi1BUyt6v2TR6M+D#sAHeF&d9|@9yIo9@lbdhGV$+y!!mFTSq zXj)`AI*Z845v?ZWu?WTZdeVLDK;}SYZE#+N@p_{sTUwqk7e9JPV6J1%E~l^<@u)+s z#aA`X0(ht;HkMe3wPH#dPwTMEa<{Vj#Z1>VQENRdMyrgF>K&jwb9e=SK2o zgg}!!`GQWzC0o$}!Zq+u+i-_Ghd>Iw^(KxMi9T&iA=2r*ywP_IMAZ0o>N@@!tcFZx zR0-qA^Ok>Vi7WhPa;vILRJ`>3g<)F{Vbw;2k!chtfL#Pfs15Heu#PVH-Vyz{jt-09 zgDhdRj=#c(Fb9&^9#jDKuSx;@derS4S#M}GAU}yAHn@N|w(&3vOrqDjo9&kWw2zJv zHzXx}F^0H=JmZTK6#0g2unox4$Pw%X|KYK|~*y2GswMhP3rtZQk0>58Uwc4w7!pCoJ;Wq}IKPCnIw)j6;9i z-sbmCW3v#(2Nng?Ld?0!_!)El^98n>H5qOn4rO48o!7k`A07GTJR@d8zMA|_F8}2} zO-Yh#oI_)T-`vivukgQzX9|dkL7n~b@)RKfh2akP)*Z{Mc3sw?35xK`eimk^i+B&&OdG2O7_sMPgo^cMU835+y`;Ww9r zI62Q1npyj`HRQOxn0`_57r|GGBk(wKww5ITKV3iy!N``yBD1yp_( z%g>`8Q?yb2-ja20$v%Dv*=ZVyqC_VH9I+0j-7{m*O)zNW9JKgs=F?f-_LZ_XX-O8} zD6lUfyK1X_E^eEAM;(JLOeU}8!7`$=gln81QVAwSBsYR&TlTolQ9otK7_iQf01AEa zk5Sk8`%Hqd#IUuy`@YQX#@~Hs;`OroIMrj)M@8*=x)$h%O)HCJpC>!a0O~mBm29tJ zpYP${ttlOVB2ww7>o2!iE_{J{^I(SH;KSA^{~th-!S=1>4nhOHpC}D(oLT4w;(1es z7rSenhUCP*4safRbHigzVYEM25CP;k`J z@8Y_sP^WiC#2PU8yZP3&QkP{ijSAHAfg=JWA7&0LAbNI5$33B3d0)aW^DN}9wKm|g zqBAqzKp-N(_`3ZP&-P;wV6juoidD;e6I8{46+aKx`XA);od5B~9e!q!}QJzTDb6BX?j z`1lhSN{ZG8W!V^7_n`IVB3Ggoj^)f|t+8^kfmPq&nKYCCtkc3DeT*$h!N+fvB&2r> zfroF?=itxJU5*I1rxMmXoc;y^5AvB#k5T*%vkCv_>p4l)qOt|G`@@En#7IHYekJM* zIyxRqH6*#$PRX{Nx;N%~S`k{CiY)6*@+b#sA%|tKHcTtn0SV9vathE00d1_a3Ya1k z_VRY8V15}r-Z#D*-Lvst>|XQNyNdf$z_ba-+KKLr6Smb!4PLTzToPmKMg&tnTc;qi z*#|pYu4J8{PqF@B4_pf`lwZk7Z7iXBS*5<4#OIJU{kif(C5x`0h}gBc5CMqfvqdOa>$_@nD;vJUWP*YhKz`;py&>_l?*|I9hdL<}2J z&mPH*dmEBjHp1FcEyf9DRd+ikYfXgvBTcOm^YApqJ?Z zqZe;Y1=~-(0OYcwfYF`k{KYZN-;CCMSyHCX1U5*ooljixJYERncp7k zG0Y;9k;X11_%k-FAZ_xX{3oAcj9!RzYNKV}0xa!IU;{bf0LD;`(CYMBx_>W4&Uef! zeeBjTUGMhMr4}EF9K_A&4Ze2L&oi%EK#li;p!i0+g{QZ?jtQm?gS|AD9^J6Z*KZz9$p#1N1uaLIt4v1X$Q4BoA4lfJ1PMNg)B5 z)eq9XY8gjHLmC(C&tBfbk)<`8bNW!eO^Jb!TI4YdjZ`nEA8*^=?W}KSIMLvc8QGHE zx9hVh&&-3-s{$%Ca%r@ZH4lzAE#NH=y&~1BAHt9K8HwZl$U7VL>2c9Q)nl*P*G&ON z^L~LsM%{ifudaHLr0ip|ORGlCAhZu)g! zi3u4OF!VFW^%Lkw;v`E*?Bx2&gxIX3?%C@8;EWV0^!O=&09ZRv%(!IMjWG{4u|@(~ zc=faFQucL8=g-H)Q1h`!byHVj$T1NPEoxLA7X*xckDTTv34q*1hfzdDvj1g-Pgb4#Sf@8tTGhZsFrG50AESTkQQy)-rJLjMk2@iM7_8jGoQoE%>HWerq5vpAh_rNw^af+Fu{}56-~V~zJNJV7it{?pKPsXno;;B$Kt!imjt;x|%n$N*fG>^;E;+kebNp1z2P+akcveF*V} zAT#8k8l~PIOq9!kZ+K}ur7s@|=%Q z&I2+?4GT9d4F`kb+Hq?G8WrkYqljheCN`4;`@*On5#wu5(z{G?c`kop*YEft%oYRQ zo}GUk{Mn^9Wr{I3YTZaCtXx(%WUW^tbAo#@xoX^GP#b-0o|Ywz6kO!@zP+fx(ycUd zaB*<7=!i(nd)R%UyCN4-UC+q4TFxjQ?L`Q_7PfE7%a``Uj4B%m7!kb^ob$~(*(`F# zGZIuU?;C%3C06Mm$`<<^c=mmmiYae?HT|8X<>K*OK-Ub{o`}mCAFBszoOy6lk zO#C6jBl9xW!~JuHzQ-N{Z4`E}H-Dbyi_md9*2_qC0hYMS*>W3ns((QMK5mX;r7ev?o|x{QbAT)Pp}EcFbH82D7U)E4k*3Wb?P;j9 z6X5{-H4b>aeyjOv%!t3Ghc1XIa9xnpvzlSXcJ2I=mv!*Rvh;;@LSlJjzhq>78Z_e(VxMM1W}S7? z*-c5F$;L!o)?%crMn<$NRq0gadbvw1G-E@97w)UEtL8kc3jJt?QA#}T*C1dYw{fNr zoNYu0#i<$j42)BwmzC{Rtc!^Mf!QR@=E-NCO6vuId3Pc1vX$&;ARfvd{`X4OgkZ_65-P*(u@P1Kep^2EsRo; z4171^gqju`4UmDvd5!s_x1@N+l2(@2g5DYGEph60$4CtBTm51!&`pmxg*_R$MaDvim0NUe0J|!v0a8xqW~K-PHtLUpa}< z^*!Hj)+3}SL=(mtSsWLq!Jt>bTvsc%|AJL&o>TBuCmibuRc}4Q7lUIp7CYO90y3sD z3a7(zPUk^q->?VN#K3ter08~%M@_ICak_DTLqbjG8PH!Xwn6mXgU+igh9am3Z*Rpr zvI2Ic*t2p@tdwZ;9nE0kAwZ;UqjS#}@5W%>yy{A}{X$DtwF3k^luFkbiT_@K^W}Y` z?LzH;sgMt)R8r|;5iz^d|ENs>tZ&$jC*&&$(qMwn0#AEt{KdChma(sJuV^qHBz)o; zYBdmZ{rFxexs}CKT^mX(_~ZKr%3%E-leeKmKtY;m+S=kM%JSeG7>;Lmo7Hq2B@sZL znl`qeVwLWo*oJTLh5*Z5>adDj4DA!^-;3M=>9&R0;{5=Xf83UIL**4`E+v+TOaXCiANfUJsLgs8 zJFrEs@PML#sU=RgYjqQFIP6dFOT@AI3|taPA5y7we)w@g!h07{{3d-tmxQs}^or6A z41!j}iNy2p!w&rY+i$vs?tdD<#EbmEGVI-chK34vI*rd~6lw{sQEFHn)B7-+9KwMA zG^~qFK`N({XE=am+mQnl$f%9l_ulJ@?ZDgLLt1i>(d4dIr*q{jOz-YEi2`KhJb?rK zOCf;mEWC~tH1~RJJM~N=y_qNDJA_yF%ghn#D8)DLHv|ZmD0#ue<8lfjpIl0x`&Est z;%Y8DR0hED&NhdtdzU&{Gj_nV;?=}ov^~FKW&IQx++zm#7r>X=kaf#v^Mk%piTvm0 z@ACSP*O$!*zgONBiDI9hX`NTHm~P{N_jr6{$%Z7vh^y4fem8P>qr1U6{BZB6-b{)A zVQ_1!7nI^7NK;`m*y+V){c`N72C@Kfk==KQvif1CrHjZBW3vP*2O9 z;8J=;>U~K^XkFPXc!dqK$AhPbD{(wZs>;?X?1IbDoAJC?3*7w zf(64kM^bR#+E}K3lc(BB*G zd0#2}-$stR*xt7ztD$kGP^U3|g<)gkwm8`@RR|CWf0ZUD5aZu>#t}6+jo=C11@$27Mo`?5W z-x+l5!&*0#$@I1@k_nMVr<=gQN!8{NrW|l%(poL=q zUkcUHWG@&EQ49B8-G|RWv8B?FDerL(-o+U3sagrN;5w}CzD_5>O8s{@0UvP611Olx z(Q>a|lz#gl_(cRz5tq@c>L?RI6yLp4+AI(w4jg_4wIu&5U~q-27g)gOX-MoT%(%xe zUEx+)2+qCzuSNxI`=+tc*GH81;9X|OZX~1VPRa%^(wJcwsG9Hr0l^`5Y=#igv|)q0 zqt)#)S>)1U2MHjRC&H0U&?=*ha!F9#G@7fT6QQxGCzYolMXl zHKZFp531_SC@y%Njth#2&jXG zwpAbGC;<1r(!e7V9_@=pR+S>z#VCUe+Km*HTN}u`P&&^@nP7f0_tR*vgstuyzK#?Aski3}2MHRts4`RHm*VH(N9JphN!GkfG=7IROWP z?rTuiR%#oFHg`%g0obG?eO#1s6qW}UzB7oMa=P_mra!-9kIJlP!W1Ek+AiKE!4rJ& zx(DOojhsXx27?^vfR6G2O5cK?%$0(__3Dy|os|I$vceu9%`O?X;QD7zLk~D4K3|eq zz5v0ErA?LB7;oLL37*oV3w?wsZzy-kF8Pi?{7GfEVpMZ1aJ8Yk$zExPrX5bvYe>YuTi3 z3J8R8JBs~4A;^NSzgx>IE z8$TS)@!n0lazdEeW@J z8X%hk&v;S=Vc@Os_mhYY&Rn7{_~OEMKT2Q@wqoR3mK9)1gM2%R<@?Ha_2kzZ+@_G0 zECo-zx@I}#I1|Oy;s@v>Th!#!#0OuohP*pCv1lY%e)6% zaAam=DgOb~*3E|b`q*Y=U1e+&V+x`22jZg__XZE!zdVf-GJcAr{B>;oXb!{I)U!-| zP2E?Cfj6}%b1YhNgp2^ymp|ykO>>LK!>zHbs@+X7fO^c+!}-VVwilJFt}FPSOfVsxN19wz{@)-w+xhL!FK9V- zz2UV%_GnxEn?!r)ykCCI;3|+bhLTt95^;q80lidiII5)m`8mB=l{sn)$i2b#Y5|{= zscZ}Qlh!dl&e8!5af8%a?Le(Dd5VUZve~H2kW48A&?tUW>g1Q6S8Y%jAe>3PYYAj| zw!{bTc#(Y)z8WSYeZBm+BQ=o1VXLp48+U6URT9zP+sx;l$8e;&KyGJH6K)p`uY-BV z&~e9(1hu7g9bph`2eHlW2!bnxaA$DcMk);NexFGk_UB?dW1C#@8vL!1{ZkIAFUWEOL7@o?~E^D+i^r_;=d@MBW%4oA6BFcXx!3;507U?@WM%iwfL90 zPrCkF7Rtb~I9fQl73xcLw05#mt)gLlfXfVfU6}_R;=-hF@|ux5@-+W_zwQEm^>QO( zXEP{S=H3Yr`9O+rcYA3Pm>z;AC6|I1X9fJed#oXZ?n`J8y|%z)bVm=((;_QPRZ|bB z#x{fFy*gI(&_;%+&sUH%QJJX!o^-d!^-RWBEoOZ`x{tC8Hr4&CV*?q%0#pHB}Mlrb_nplLhvSjx*|88rF z06>zYSQK+ly&6*LE6|CRQRJE|@wZ=`*2jWYi;Qt(E&0aCPgy!sv~^QJAyl{UCVz^p z;Dum>{L&t5vR$sUnI~xvM}|~5I`yw++%`DoS%!hm)N`>hGnu>7MCLLjYfxZ37SmEk z?vg82Be4#e;34C&VJUw#sE4)-KTj1azxBMbfmOx1)5Ey*k7$D6yP@q7t$mma8X$|1 zt=h93^XMwDOc~dQUqURu!&Fsh#p8i`ja7=uiCpd?StG7ty=VD)+*9RCtq&@)e$%wP z_ytisVpNT#SEYna%tVjOx~8kG9)*+k*^3|wgpAyLt_8^>cIfF&al?1NSY@XNE+!W3 z+IyN|BEwr}O6dDxEwFlGQpC8MsqOJ{$`2UJ$@>ireSLzbyW4hgWooWd zP5jtqD`)wu=HRvmB0>xVu;i|eBw0M^MekJR3xX$*ruP_F&#qr>jC!nB>y2J(#6?BK zMplul1{GP+udw1vSz+gsw4v;^G8l?~u%#mFXxXIkmO!zu7oi>|6|(gRtHuvC(~|#X z`!s5V3&B%Am!i6L%xE?JiUk0zK>FOr8+XO;0nvom3#px!P`mk{KI{3eb;od$hJ`J_(gKeC`}JIR0#R zjJ9Buu>3xET@_`6U9rd< z(2nMI;#X2jFq16bIa+COMJWf)G!tI%BIAC%fAn|o$p|IRQ-55i^D;nfX=q<-!7*7z zSK|h+PxJ!9>m#@jIQi7`pHb%DRHKXm#9o}-9y{mra|~gs&RPBNYwcjOe-w15p!oe1 zrq{x&^93@1RPW1J#s`I_^C!>$5LU`{=5c}xMWmW=I?x9dxJ+UN8E6Us?-hdTXJKq9Qk`zlIfi5oO8tWeuv*T!lg8hMPINZU$>?RnO%ROE_@j zKiuw-yyK>CEXL5#cWUK4H~KJ`d(vObaEHC@2$^{NE*P4@8W!!c_W-xvc<<+DW)c7& zFLmQ`0yq_F%?yEj-(P7kLf}L>V1MO3-Q?*$8kM7oo^uUlzx5J|dOj%yJ`XwHKxaoiNt8~l#K;A9wD z5;v+vdhc_zEobXD0ZF;A8Xnb znb;n4+KeEEe!!=k5x6**KgB@&)Gb>%Z?bB%;ZOnd&lwF8%fqKYsmoN^K#b1y>KjtIxUyeDJ?bblzmx@BzwVVttF3mew;5!g)vhj&mqB zI3;)lU-hSRkxUG~zM3F^uh%=IrdlykEGNpaKE0uAN; zTg`*XV!ZQ-Il@SPxqJf^-rcNLQ`mU5TKiw6KIZ#^)RNuXL+`F);9&BlariMp{Vu{% zXedHQ>#Ak)DlUGxvf#7jQ4%qd5}V~o&7LKX@kOoYe!0RDVKY*3kWh`MtT)pqT)0N8%~LfAd8@1gXDE>Ia&#^+ zgU7~$0>8tq{Ud1^q|4aqKAmX+VeCR6eQ4XJ5W(LXVJg*R4MxQxF2`BY@n;|VzOT{k zTb;S0q~{z$zv2)=I}hr|;)0XhieZ5pRJ9;mt&X~|j7%V4H0%Ti*XtdHU}H~d)B~$3RnrZA34XXe6MI?- z&w%|R#s3kp)o(C|DBG%Wu3@BjimrS;&k(39`E6wEQk;j*BVxyxn2_Iu&SX^<^+p(6 z*Wk44IW=teC)cAy{rm0I+nA02h>ZU<>}ugu3L=p`UO!$@H}mdj&AN!s!7>^dyJvVM zd*n|Fte@+DI(d85#XMIHLvWS8%97oPu)2;w%^9^dB`9W2V2ViW`vMrA5$X%#N>OhE ztD<&?(?IzBXMfV+yF!!MkF$n^s4Sn~1%4rwe8iH*l=qcZd!81tg~Y6E4batqs_b{| z%?5u5`NOhQD0SOH&Q%bm%`3sQG~y=#S5vC1H0F6t6WUtr$6>Ojs`q#eZ0|6+xwI)I zm9`v|As*u_K<}?C7P;=#;-NuPUymYb7$tt%o(OVn{^N|d-gzh*X_qYHv9d_74zMAK z6ElJfTX1I*Wc0jn@}oE&+>?ypC}5~UFgz7Kr!6{NdF;&x7a7+ zdH=cALO;r5R%l5UX-U;1vAfeGi|fw3__!m4Fy2WD4hp)ha;OVv(fR;3G^0{VSU(I! zCV4H^_~>4<*T&D860OF5m~8>;i$1(nZ2>hM-jXjc=I#B@^18$I4!`R18!RdcPe~I` zc_{&WJ^Qfc_Ma-3=6>syuTS1K4?Mhv&LMDui^H#6CO2*1Fe&*%Wr3SSxU8{wCVM;| zare)FYjIN4&`EN?fj?w+xVc#YE?Hv1R**LrZqzrX)n8t1k|3yfh4K?g)oLVm5Eg$K z>xm1p4{v>c-Oow@V^L24`I!pCmAua|o2|X_Iol2FpRU?kWoTVQg~)b&V4@jg&Z!^R zckpwA{GiJ2?>;U9IpFv40)}uM@gSnG!@<%tm?$3Aqpk`F^Mdyu16`L93kRiZrwCc~ zeb|s(6G5ERx8pZl@R%q2l-mqwVNIIYJX8M#&@8_j0h}=C3tGk$l|3F~tiv!lG(OmJ zSz|bszI!1T)*TK>L8)34+ZL$h`F2~dfJYqQeBrU=iRp9P%}T)$-qPYni!r*y6qA~8 z!^JT5=qxr)Rbr8Ss>$2k14HL3&Tk4>n<_j}+2l$feJo-~2J&tkEPHuC=BW~aad~$L zL7D!e3q!wiSS@O}>_mG zpM~*la&q5v4P7C445vkUG~IEG>8dSfSwLA}`Y3f;iO^>B>}JfRGKWRJNCHcf!7NiZ zQ?KYN|eH-B!Ws*iirPC~1!~ar9 zWjL$k;F;&<_Au+$9AS7A#njKaRYq0}duKK~c?*3Muw~P-ebeWZrIdKKO@cXx1ID(C zdKxol^cnJs$hb%Wl&}!gub`uZB;s*QL1xq6`{oD=_EaF(hRuH-Rz%LbW4A&|umT3? zRFlB*#6nXe5?>uP83sJiuNxEtqLC{0p%CR8hgi<8Y++y;7~}VZu-*@9xBvakKBkh@ z*97>Qw?C_b*lP9^C@Fva*~K#%>a5X=G1n4Go3pM@GKjMXF{S)m_P);wjnR~^5T>_xy3H~NgLTyAlKx?}? zqYR0fczPNytH^&U6a3%CbPNXdoqmxGJwPTCSZFM6Ee_RvXlP)QTI=An zDFLV8*EB(N1ie6VUfSz>T^w!vpfkDa-ng?M{7g7`arg{<=^3wOwH|{GuG(;2x;BbVV-J|D(5fFhH}T*>2z0fU z9kR;SXgI9(?VPD6jf-qYKd#qWXLv~OQCzFNuf;ECsKw96ameP{2X+!!*>X7Mc@9U< zo_lJ#j^QPKh!6!PJWZ`f@gCT$;J%>~ymmEdPy~}&P5I?>nr%1mGrfd17 za`D}7VD=1zP--IiZI5h0#A0`Xzj$qB-`+j!N!gn=~r;XxPlwsF86a zAzt7IeulD&u{6m%=4w9w&99K+>kS;=>)U(bf2Foyf(IaRSwOqU^Zt=iuR#De0-PBt zr9Qs>wSLxkYgS3@xszJT*j=m=jV63@;d&`d9KTLiQ1N&6+y{8+#wrakg8?OL9jmH# zp_oeaMp*$BIWBT7dOXiXmgk*#pBV6xA>YaNR9_z z^P?h?*>kz$qLOD4ub1qUB!X1H$&26o#Y=TvO`D*89>BqjJvmI^IP6Ak-+=O zX`(2qX&)xenuMjZKIfwSo zyflsKcks>dc0+-&9v4j#Rrbi{+bgCntlh9qclmvrHd7i%ewW#Q{&N@83Od6o zsqa8e<38OMX1G4S+iwPPn4(`Y#b|2ou2eIP*PqM2fQljOcmC1_SmIqD2J1d4B)dLPI6lN^2gI=Y zlc@ggrHtlntButG;-&^UdR(9OsQQW~Wb${n``Yr-%$ZShAi!wdafoMi=^sbryry2dae9ja&_bcc>5s>wT-^cJ2;j}Qyt1u zH7p(e2)VZ&mbtxEOh*7?r{>q=2BFum97zWmYu!gO&tY+DZXdvmo;GYoIvS_`HM=9L zakr>LzcJa+?!^3LpkVTT_l3RsrH27u%4HqdXcenI$LT(;%*t*&1KY9!rSvc#o#iMl_nQ>mUat8zY_bG2dbX!wRD&Q;nJli7W3J_+rqA#&|bE6=PE z(5(ib5%rurzKBM_!?2LElKcqOgLIlMz`CB5`YenjtDvOLiN&QsY$PP%IT^;*K8%JQ z#D1$4JmvK>P#$erP4h6i1y$r#-!Reb$||JSWZb*3y2){R38h$WRn>uewr{6_H(F6| z(~`Pa{$h+Z>|B@f{0|XIOVNOmAF^04S7dc)!c_J^bZ}gly5QgX+RPG5e|495)Iw*7 zfqP!*%5oz?vW8LaMrAeHUV31^>-jEGyKyApX{%0@tW9*~>vAJHbDouOP{}D+Yxv61 z;Jw-OM%ri7U%g21lzaYuGi-~RDQT?KxQZOx-I~rNl@w_=gLk0R&?IWJHE0MDcPjIy zD{QeQ4Yq7k_8g@&-OHN&$UMyKroBL|#_iiNzxCY};*k_d+xPSR^dW0nxG(1Q{&|1V zDI;6b=RMrM#66N$(lj>cB*LFzN{C!ruAx6t$eUY=FjvqIBdCUj6m-sdALb82Hkyg z@+D#^X0Ar~%JTS;lyRNy6p%JHZd%~laR2%qxxHm`hSzQpwX`<&cjq(xNB=Ut7g<0g zX`wBdz`EDMid5>p;s504kT@hx+x59|^xm7kn9N-)`pbhos6cv5dP)-!0Im_1b{=)J;e# z5=br>4^RY$w(!{N#x@IZEVLG8G)9{k`>F)70e+SNMnA{$N>%4gD(~|#7sWV#`(UKO zvAtEoCj=VONT8qXs(nI;IyzmA5ZULx|L#gnSN1-%j^b$Y#6;Q!eg>7<(@KpnV_3rv z3$ck2WmZgXdR@~tTjq02Q5O~0aB$~!_L1mWCeHSzaPbw77f|?lp7lf-9x|)18Tl$P zc0{c+p|)}$ww{$sIYL#lvml{0cxeJc$D;*|6kc-D%!U;D;tu4yReHHw(Hvpk8M@Z% zxyv?Ee$7dnkuJ*pf$kdrG;pj_U^rsBM5X(@^Zb^qGVLsMuiO|nI5;r4S6D4qCpp+J zQRIw`0`QsEY>9*q!t5cU2fzLr(*$tsmq*h4Qxih80u2#lLRml)4(YV5#z}4*eS{>d zj-IaPLGs~V)JQTA{A*w$JfZU+_lty*_YY@X_GH*vU4y-LA7*SOXLv6J)rhCCWDY1T zWsU6~s?d=SYkUMOH7N7wLAEkifZq7ofs#(iJ_2Yhmdsak6$jmezM(nnxD#3tYzwOA zOT8q@-~i3ewow!Lf)^K9jh+wXMMR&UJ-+rsX_*y%?IzJK8dmgCB9tZqw0C>%YEn7{ z5c+^F+h!tfRsGbN>3&}npA_rzq28_7^aiQ%>dvKbHQ%#Z`aS51Q|<>X9(U^PP9u!? zj8=7LkN>6bKX=c4l)czo>blQ12gc2Fm%eJH)nbu|5*^cmcxOeK|g3xyuKrG1*_u z0yzGw@m&l6N zBnJol)d+ty5980Epw$88dy%ivl>`p83`pfq0e*(O93uMU)UP7_;mG>k1tnZM-lh^X zbXq23TIg85fAKoj;ze^pV~M@T2O#2%776yWE#of=?{V=l2e@vPR<~%1?5TKaUlFf$ z72H&=E|AC+)}#|A3jA)Sx1EI0$p3Sc>0F=X8EH1F(u(G}HUlpGdX{u4Xu&c%bV0PO zx8Z*ydLY)s)6Mrxl%i;#Oa*%=aDe-0%VQ_yCEtwTr4ha2L8M4%92GekRFun8MI2U^ zgK7Y@++_jV*6VZ`_E^?hCA-}qT4PCrect1^S=!cMFKqt8oxZZSFA#i1dgG#F+oFnN zJ8nKeoJug(Lh^zO3$`mF(^>=+mxv+y!&oX zO>*ek%ZGhAQ58mx7MHZMuMKSC4kFI;R=zKvA!*l;)a^xa5VANq;;L(e;j3VFrm}Cv zep555$*jM`dtTW8z?9vk5bpz=GaC&98{%Ai?!Di%YY6UG^2xN{A)RaEUhKx-Fp!fr zo#cjROSfnm@46I2?NS?U#0*+Cf0 z49?GL7`V{Sq&}?LCu`aEr9D>{a;7I-IdWW0X#6vVBJoGmzH_78u=->I`~=@;2Xj#! z{J3yVh2?Gj9t0H6KyX^_r7OURUo?0%ZTW?Iyx^*kt!v?ZS<&H?NQ#YcKl~UG|D8)E zlMK1R13!u*fJ%k(NrPM6xUdPF??wT~dYNXA&`3|@ka;D1K!2q&W1uRbfh+zOk)l~r zA}#-W{paeN(vABAM;3rHnOx_Y3oKH0qqS);eTQEH9ZGbvI*%zu2_nG6&YWy-w#Vc4 z*Sd>w<4%OgnkawKa}cPha9??bgbquDaLO3?cANGHy%_$S&$}oqW1DgawE=JjQ8(lI zZK3WF3};J6FtKK~>^b*@u*db%l^IdX`K^un(S>2#S{K0heM>+my?XhhC)2tb z_Coa}VYTCHIW(WSG{H@EW6q!2y4FRtLF=8Uh5K8H>-3((-QZsLAK6E;`#!T? zPH(l64FhGGN_%)}xItVjK!^9ca>`W>3WEVK22`U<*JACCi^BFUIxKPi?_y#^k~eP^ z%&VnvxAo3iS%(ZB!QJS#v>o~ns6Lj$>Zs|2e4o(26LbEOBN+3?ZGj*TL|+XBh#(}2 zd|17otNPk+uohnSoYl+8>~_4rn#|>ltPZTUbA4W<7~Sos4>0SI=M!@9{n@Tgo9pGSV~hhhET4z3I)@Et~5KVCQXU#tiYy zvaoCgvH2b#vGp$%(1N|Rwm(Y3+bHhOKYIG>Dc0`w^zi8Dkv|T9=*va!+(_k5i1yl4Ju zA+L8L{6cJ^>9`1%db~Nu$*qvx;bpmJ`u%e^_-3Oaa>ml>4vBFn8{A((Wm%(rwk zn~svVk1jZYb<$D5nj&z-hXALs=x|fu`02Tz>zNtp8Yiv^hE09KPIA5+$uak!#9{~Q zS$+CtB{I=5+pV+qO|d^F{qNp%)n8R^E;ELOBxQ?9ACSO@XKWwj)ZJqKy>nx}!(YD9 zk$gqR9QGPO&}#%gCFih+&h&o7+I{q`e&q*@IvzwiS|wnSF$fHjEx7(83F%W0P3l^? zz14K>41``Hgm3(G&4p%vY*=C)ul4Oyog95{{E{>)UMO%_fr%k>XH+1aycoElFiRnI zR3KDftj5r4A9El^m1`pcO5pv+eR%IQEi0L6ndjySAm^x%th#(f-B)+#SHi;Fzu=rZ zeocADz~^5>e|OC;yT{*ZTt|PeVpZWl4k>N6L|9*O`7?m2q(0T-l9JRrm9_6{vnf1d zJWHrX@$d-f@)~BIWwpabm@ijDHsybRyJ~+vZ$OFM`Q;hG;v6P6Iyb@gk0+Q&R(SY^ z-V|QAZ*;m3ZxGtiu(_xZ7g5v_T;!KfK7NPTclsixlGe>u^+DYgB%~xsMJj<1^*0wW zk=qu{VrWfIiGMP}U!i+K=uJG zqnkpNWu>;{o`j#4y?{Ih7Dx>AUTAJC2$y^B9 zsPWd8ri*6G(`k3i@-w9~B&Q`XGUJ_EcN(C#4lB98P(DejLWP^sc2{8yR-BmLgS~UD zb;tIj%rcuQGLOP7h<4xSlj!Q~&Q4})!C0&nP)HW60WM)PMj2n;f#R52RLD#KcLx7X z?iG%mThICX1CYc88M>URJbay>c4B~l5deKY)jd!STXcMC$dW!hbONxafm%3&_P)69 zWOr#|WusC$@qf(gK}Q82;WjRL{~1)~*BBxGkk7Tv%lFW-n7|_x546DQT?nxT(f1hE zxl$t<^O{^Oatmtk3UH=90~TVwPIF2AYC0X|eF*{Ls~MKQS0dxe;9cT2&xjMYw|*xi z4X%BxpX4^Kndd>456hC6CiiYpf#%vWc7EUC;^a>dkABm2OaBLl%Jd@v6e72!0ZGEz68KNZcR6q|!f23h)HX!9 z>3)@M-lxm6haOnkngZa}*zl+2TU>kf`T@e91RkbBlW_{Z((%dygS+KB69&AKp}Wjv z6+y_ri{0({3fJY5n9{!F`<0J0lhp(>Gy0QNJ-Mm)`Hzz?`#6_qd?xVmuW$}gxrM6n zvGQeIqt?$kzlY=3mmAK5FHOO`lkGt)Y_~!OD>SbWKNBL}@IUk2rW%8BrYmblu*r26G{8U(@-g=%0{GE6UPEf^#X`4Bbm z_I}OM-d+JaS#Hx=bw}Jjp=3UquD_81WVUV@f*j&(N)4Nj{i@^GDdYLZA#Xh>!xhHU<$1P{`?@{9qp7`GcKJXttpK&3`|huv z5B}PHm1lfZAZW)ktyQibqIIT-T;S}X06fipj2(SUA`(){gs79hQ9LwATgbm?Fi8Je zG)qb0b89tnF;Mqc;udVYe)qwF8CQu@L<>R_rO-OkGUj|y@Ye3)rOOQLzpCN{a9(yxkX+MjC#J4#|0Cbc#la~_E zW~xy3Q}32B3hR0HHgM|t$3e9F3_7$7%Cq?3-IP4_6h6K1@{F%JZ#%MW2sHw1kfh zScmVi!R&SS4C{GGpIldDjY}JU);94pLFO~LGy}-)30`MAvv!;Gmu!VhpJ6?PwVIwU~x_QZngAV@dAy* z?}WE>Ik(3cxA`dH4>nigs0q^2=-cBd)()78E=E#jP}NIm=?i7-VY#DU#*HyKp&!(L zDV=~4UhDef1N_s~RjiNAH@8uHDIOL=PxLV8=j+|wDb>EJYZ&Ch<;8-qTehh?0ZVbD_AD6Yg?DSeR{%}pv%znL73HrKd3e1~HJ&m*Oyac(UY$yNu zykr7nG>O7K1x5j7-~_+H`3si~e?7DWZ70%p8scmVUlw*i$V>Z2&9cr0Hm&-_0CwZ# zLyIr&gzF*a4X9k^*3Ltf*cIbw5NM+#6`1$}j*V0yOhSm>)58J9F#`X6AFP_*>uGc! zuc23)pPa>YJwc}0+E-<>-4E#}kP`~xoU1lCpATTbU!)Z+iwM8eh`w|BPBh0gqp(Kz zCnoo*XZbvVmxjlPy=jmIm>musu2p+UzuWvScBY`XEhoV~?e8FX{A zh2}MZD{H*)uh#3MHaWX~vZUL|kQFCmh3I8m%f9g3y{5dXKRND+2Nv*VpwNr|4zpop zt75E?2-zj^jyy&s7NSGNhyryP2!33=DFvJ1bPM5cNF(hqi$j|(87RR{rLaOExh#4) zjA_2=Z};Bz&j$BjpBfu~Z_G!eBo$u#wM!*>XeB$9)ev!qstQy61+~UIYpR1kzBRvI zZ~W<0_ZbN+ZVRdzV1_fla8;w^U+VE~mHW^Lr zdkAGfkU<)NK%YrprP5x7K=t)iqGqoWT!_!Imgu^! zf%I?AAI-h28y3gch;nQ2`@G?`b&Qn>d^&vo^(gu~L$y5z9GZ8h6$}56=DuD)KWwXs z=}3F5A^wOOb2&x>{xOS+4{%GL;x0)oaYz4k3Gn?`nUR_K%E@w4Apvxz2AYi?Xs$NQ4cJq} zx6f$D?mJwH_d<{IxO5)cFHiGEq2~}3YY_+M5aqP-I~9NB>ydYNS!vHzJgYiAx|0$H%*V1g|@n)(pn;G5xi;LxkkJ<%WIx9%UFY-Ji^a@1ub!J3p}Op3COsq z{BXiYdIC2&dmu2G?~{biKI_uGlg~Gasu8XsY08&Bm-l(!G}x7>4C1zE{9rQo!p&D7 zQTajS@!%sXs5@oOmyGD&qxf`L!cI|KBx(HbyZBCRI0LeM&wQBVD62g3Rp+s7+u=vw zMXwLC4^`2`*RPi2ZOVRX+x|!MVckF|F_1-^qkgXlME4TtDDZ-u>o^l==Rym$04G(` z8$seJ(m>$Mx>#krh8b}{(L}~4nVs#y;M2I1z;`>KcLmPnwg@lF=kQH(keFBh{bxsK zw}9tHOf@4f_1tXHv>$^oKD#jgb<4L{W4gbEgmxm;8$KPT2ULe~(^sN&XJjHy$W5TI zb>n-(Ioftg9^1Oo{~8?^+bW!v(_s6@rXs>}2*2H%3l z0XF7o2}o;rAfM%CA&W`~)i@3$p|pG15HJRtsC2T|xQF-A^dQDAn0($J}qdPkP!A1+`G1MTZC+Q%4uT`g*bb;581s*AoK5 z9qUJT$C6~<{n1V0m#iQnv9sET5BvtVbT;?#ctbytU-$S&X&RzOfQ8&e% z0=)O&`#==vT-}SOh{F40V`B{teYOp56BP{}Gm>xR18zvn1^I_oA9uKtc$aOeK4)|Wkb%;Y>y5OI9hWP=N8F@?UA4w<{aR)4a~a0JhGcWk9v#7tzOdu z^AhF)go`51Bk0@3iAJ98b~K_5t#Ql>t3391l-k=JmVmR%R_z%lgDv1BdZrFwZ1fqU zdYNuY?9ZTo#k3ihC-6jyyx#r-61+>~EQ{mpBRO(161eDF{-6!7xt(!>L|_HPKq#Y* zTyM-KB^rOm_)uCMxLkqNSEBwFLo0Z9dW)W7gC0Z_vY>Lz1K;-|2Go$;S({AZ z)97WLMIG=Y%PqL3^r!6Vb^-@{ORZFvwkWOAhEsJy7(R0Be zKzc{7tD~-(Utyba?`N(=2-&YxAXYiKApw{J)wD9qu^@uLPg^99dW;7bqV-;mk=0-g zj9y#tgP!k`AuauiYTLITbHjvopN2)JD&JLIl#O{hZey50!}WoLip8YXqSR|a_Luz0 zkE68SfTxG@h6~$NgnipY0**Dt@p*-V`17Px^m9pc?n;~z6=4}rZkb$R7B#}I)q9KSZSjMF`ybJ0DsY*%6&1)8XMM0srq(R zif??y;PVC%rXirqn1Fr3TJmJ?UN+Bdl69Ru&Z}ar0$Nw1KL4vSwJuD7R@IKam{t_O z9tAuXq+s^RAe2cJhSr&$m1yoKB8bUL_XRX398*T z11tO%LUE{1;r2%pAp59ugLy}q&}saXr(=Lk??YZb)_eZA8#en!v_GjD*=}uq^MtGp zhz%tCorPV&1O!5fC1viHmJJ$zTwCds7Va3+TM%awx=v1@GdM1aM9=t0o%V|+Mc@~2 z7cYi)rK5`IZ`?jYEx(|kO;D7QCi8xAN9!41Xj|N#Hl>$%Q%fS=iF`7Xs8lJIe^zlB z8TJBhV;2%Mzxwz(3)WZs;RB&QeLjI|=LrV0LYJP~9IlJ^$!PXUnwrXPsHnOkX6eSc zD3%p1y^Ofm0EG8))+i7uqr|T|oEQ#PE#Otdkj-uZE-Ftb8d4i+w9%OxAh~(GZMht> zv^EU z+&aUcO6n02`D!sUzY{m2**C3Vuunv1djPKxciD4t(qtbmKc}l$9X6gvMFlRGP|7n3 zMN56^awTgtdTUHeSS@lRY#kD#2Aq_=7P&Hj=?tLcX}1fmvN5XX11YudC|I2h8k3-A zKh^cze?|=MeXO@RO2x z82(b51w`aMyB?k_`wUWLY4S=A}IJePP5weY#1K=-HcC3~dWhcjbPE3Rp6uNj2F`Fzk7> zWg;WQijNoP-T0R61E)v$S7#dc(pk>>=jC$Zs*b*fuM!_#E}-{>BM!{{QLFjyl765)d(-@M9)!mIE{@qi4LzfVQ)tZ-^|wt!&%Op71YZ`FVCqDa{oV)uEL?o z_G@o6g0ys}ytFg|LnH-6L8V)|yV*db8>Bl$rKB4qr5mKXyJ2km9)8~+uszRqpZnBx zo$J8oWFG20PYkJP4@DZW_X-oU-yF;!1hg$?ekBgIxVsS;kf|;-D=%ASTD&=V*P%{p zcJfz)FHh$n`N8kweP)w6xn!iSKv~g;eoN<^>Iq8%V>%oh?>Qr`(+e{|OCEv;I{N(y zq@4@2S4dSk;@y`26IXO@82zL!6vLmt*<7XBq=mx%4jeJ*T=sc z7O|}D^A5gsUP!7drUe_*Pe_2MuMj!T6=utCVcc|}T5`}mFtYFym!*uS>kB4iKAx5A3=eHOJaK z0bKwga0%HAtSDje#*jwpwC7g%9qCVj%iG}@Ut_=iYaD9|%GcJu#b!jh4pP@qId4fW zWBQBysehQBRXmBd9`&u2hdMWyb{vmTj1$$S8b{)AMVg((eA`cI`HW3wWwQ`%GXF<} z_pRhcL~P;iXmp}e542+dp3gi|95?8l+0{p~10L()MR?vb(Lo;)(K=_l!+QgyTvGmK zneQ_pe`l@va#bK)Onj5gUrt|*Y zk1_|km?f#Z*#NWY&%*pkF?PVY5H7_Q0Mg*5ulF%F(bm|b38i|UAay? zmS=>G;%NetU5)G_WPH8#Fi<;fR%q|-3xe?#a!NblSCn{ zl!H3tw8Hj&v|RPje}LgCvX&1!X8jJ1aiGaJMJ4n1kyzd&%F!hV(c}~zgY@33%BEF!jiHg3+zO!aZ*@aUJ`pwK6P7kRxiXQWgklyhVqNM?j2T- z7W*DIPA7F1={c>zf6~6}-K?^7kYXA^qU&JCdFT|Iw=&{s-1aprU;zbW16=o5e9#BL zg1-^spcs!cqdp4LNA0o2sL*}X?-`+392dG(bL2!xRRk-p$JH^<6YWfeEa zH@5+9CmNDpiNFf<8|Pu53z)n98m(NH#|g2Q<0M z8B?xGK}(|RTjOG+n>Lr6<QPb`PF zzg@XK{@GfWlk>EU=6M7I=L7nVxLJhxGgKf@UILrlmwwMFN_E3nTET6MVP)_7usCmB zqxmVsG`r&pVMkf&Zmc~4)>U#(yuBc7b2}R2aq>?g^};?}==YYr;yp`3oC{!*QnkXHJu$H}s>24ZSTC`VUM&w6_(O~`VD)@L>FrCNYi z( zDK}hlu-y2sutVFA?~|w}mfv?*V>L>Y>5j`LT1th)NL+tRr3JV933}-$#;x{9t2mw6 zN3OjAX@NRgG%KE%68WIu#s8BONIH{Q=Ih;vi~egBC3`B&Um`3doPf9qG+W;=Tc@75 z&?vKgr2j@qdw1U!C^rUygsfbR6R0~Tfw4CuLO|VcBH8tT?UoS?&ieAAVKsXTPJSg! z(DNEnl-Eh0E_5+uOdm%22lxhBPA96r{V%2z(`CBYj_3sck{cVAE%N|trWrCTBzL&^ z8d5e9-A7ckr+F;c-s)ezECjsm$qTSatAS;=75)RV$_Gtgy6rZc6je2>^qZy@ZT%^M z^WusQwGFtNUxP@n=*aSwu>hf*%W0COnHv{N?spTNtZ&C|o`!P37z(yH2#pp)OCQ5a zx0hSQ#S9q93YA)Gjo%ZyZP5NsroKng$KZueC*}l;5#RRGtv{Bwu})Lft9KA~P5*ND zlQ2uk7XFrSLV8oUB6)btKB>9P#r{Nm=Z*8HyVaXUg7tZ6_C5W)H24_1InMG{)VW zdr|ODRW!{wrB+2Zo&lv(#lTRKg+~Z|e;SDzi|GZ!kB$Yqw)E-G7~&58uCBwK*xx>+ zShyx^1CUC;C*!rn!F-cK(8(j!R~3LfDmI~pjhQh7#Q>kHEz2nXSWPQKL)>RC(R3+5K%HBOg!&Is;YU%9sDmM^efA8HNs6%M45~b!Oo#dPViF z7siAa^8KBJ4VM=oMw_211Jv=gSJ|Y6ud-b;upgO)5fhXjY$7ir&}2RlzH$iV1I8T~ z;-1brgtkX6^aE{C5!n~f=g83pc)G_g=g;Csi|?XhZfvHgZqqH#4cYc(rJ#ZFiza*-!9_D`P1E z+9nXS<5ar9!=nPWHy z>a%+0IG8+bF=D*BRq^v@q{rdhtFN+w1a$LiYHEplQ<~~U@RRnO5vIOcE3X}V3fb`f z=BN|##^PtoXS5j+`xu(@0c6Drb-nlYaUc-tQd#cR2fiXH$1pI&w>&JS6?sN#jxrlK zj?daSw*BDYSG&yagC|3l_fL8rYhlVGKd1muLwgD1&p5u7v&q>44)D z=7r~U;zP3PHx}rNO>WQNgzknin(7Ze{11-Lk zVTT1IU`7~?t95~aZ`LzILSuuK+4tT`B%n79?|Bcrha(>m!uQl)6rO>K!%>wLTW)r6 z>fcp#o34jnjy~!a_^`B~INU+3SzOW{;gW=H?%vWUdJJIRN-Dmj01^p2$X>8Kkix3< zHLzh6oRfvEWAAVHG6x8wujhT)f2u`xS+4v$c0C04YH(Wbl+H6?@LSV00c;QKb6Npi zig#oXZcvgTDxv>;5sm?4v^K~A#VM1-b$|O;OG~ePJPMF`Lwje*1-K<-VM%XIF=6oy z4hjo5Us9dF!br&J8$Xkx8haRut7bo$es+zslvf7$p+60<26qm{K{3$ z62lP8;Jq1d{M^_JT{3hIk70$!&k>wKvDFX9JEeuY$(Qa1nAw$I8Cs{rj~WLS*DX;N zZ$MtC`5+aZpnhqoH}ip<-J-_h|8&FKN2(^0Hsw5yZK%LL%2eCX1IU)N#DZLVaB4gQo4t^heUwK>q zZgNx8s+X#MGPtqg)hA_4M#5J_@u` z8Rd4ypvzzrquC{JVZolh+HliAcmL!?v*qyfJ0dmP zr+O(<$^3=2-0sI!WyjEE9Zg8j%TE}eBh!_LSi_TF!@S<1ITNFGE6{>WwdT48Ul?TV zWS|}vtb$Skt0q4sV>IH1&~4=@#yfu1^pIW^li+3W$g;xyHC=b{nVOO^_h_Mha(~)$ zY_YKjP5&YEKsQuq zUL%{XeVz4oLWQE&3Fwv9zMq}7y%}QAe0vYhtHXAFho`IEx!?_3!N1|QUq_%S+g~(9 zh1|vt8uCKlbGV{+?EyKJc)tY8Eb-RKAX6ZXxwi46w0M>dP))m&w!XalK@kQj^?srz zzJ@1sH>aNQM27HpXlcrLN-o-%(B9`}$7FPNzrO!xoeG@!mu5X9|KS|h@F&owQu^V= zZty8)XDHX=ph|jJ95DD-l-{tzz4x%)=^1@B=nJIhRmyDFGR#t~!1k@}yHjD)lCN*h zg#DW7fcXU^p&y(h{3T&I2T0WwPyv1?GS$S~A?c3gT~_Ub8breb72?2dbY3C=5B5Vn z`$eWaY69!Cx1$!EK|uGKp&MZVB&7nWq|yH)datFi7G6-Er@rK}<}PI4M1B>@sajW9RE)b;I8 z{|;?#!Y;IvgXf-n=f}5>RA!0k)+CnXxqwNLXGCs%8#HcG(wrT^lM9eT)Ywu`SHrDW z+Wc#vCS*dXTz==C!CNO?gE9D00haJBp?flcT4BF!A-!c=$77%op7h$+yRjTM6{kk#=I z%AYi7HkGJF#!4V?Ox6h|)4?Q^vAq7DUY(tauJWgoi8l+#i;Nw~m!oM}u7e)Rqc?ur zZ^b8%#a%}-U+#EXUY;pko%ujiBN*&5c1AEG<(by?e{Y(4zSR;(nLv3L=I5gU@?6$jY|K=?*x}3jhCS+O5~NRMR~`SUa6z3h`1BbIlhPNFg`I_RO6#uI z@-PxCxYKN;KYdVJ_T^P^#p~g!@*OxEl!})V6RL$AVz~gVC!U~#$x*d+(4`DAB4qe& z1x`!O#L0K3c51G(9P)>6&9k3uY|WGIs2tfqM6-42w*!FU@QWR1f2ZLgp0~H6@^IkF|>3uB?>)^LEtKzxTR3p41^Gl)bD> z0e2Ch_EIu0NoJxKBpvj_lj^?lUhf}Mjj#kucXY^N7FqUg@Rglt4JEXc#v?K zTCdY3ur485ud9U$*2pq%rJjHhz&G@achl20WbF&lWhi!h_#MDJb#s4Qf=U zz1l(QXtEmYF^iBmvc1E)`bN(3T=B;S1Hrd*9oO;ye%KCtLyZrK-~%?I{91A@f&s0x z^Pf$p3c3Ib_={d`3uS!6*2KqVR{rPd!tZvBKD>=^xk9^jW@ASZb4K-6sfD8+KdPCd zE2k|xKA1fY@>d(M8aVoii8zjB_(!qi*Q?JR>y#0!|3T4Yx9H~M|?oH}7?fdxJKC3Wip&iV@SUntAt!*sQU zjPicJJ4>)6gN-IGVu(L|6ypVbexKYXX7wV^K~< z>hPWbM)C%-rLO;QKZShZ^#v4|ImuDsi%Jj7(j+X5w6rJp(XTWKc#vji@8WL>Hy!;u zDMI!d12phrSgy#?WuH9lBT%xl*a~#DKA17`u3B00M2&qtETR%jo~$x!wi?Zrnwp&4 z_!@wY-f#Bf<~3P^*O{q=ms8?_Z?U-G?2hpAEf3Zm=cmLv5?1`-)HLbWy zu!tiPQ|f+q^x-gSCnq-T;WX1_A`L9zcl&<6_8?&A_-4Jsb)+#)#NmNSZKVdrTTpT* zb|>MauwN1dikFIz!XINJ%lpSlf{f*{o(d8HD%3-M~)?5%3nnsyxVK&x$D1~h4k{T8kLUJ z(mR%F?e}FPHkSGE&DO_mR;Q$z$Thw=o&V9g&O7NC3g9GV@i%5;@lU%Q%!4<(>^^X9 zQMH3oaUu*sA7mK_z4t1N9u5%voF27OX~$A79@}_)$g3gsEyH6fz=tNLjQeyJ!@KuadpCQD| zh2)t#wDl93N}_9Vh$fhmF{?~C-${}Ups`Y(S+lm0qel?oR>#pD`P4;r(rC;!@(eNe zTE7lwax9IG!9Ks5+^bTgd3A2$X7e}0tivL2n(dMq@{%?=LTV@T=iX|k)CVKTm$#X7 z3WAm+h3MGV6CqEeETTpF; zfTAc$0bAUwH%n}?umO)6rIr$_2pTzcPPQ;!95=Tgjr7s#HeG7m(1LjWxV01RSd3(f z3vG3ZyHQC&US7y6(Ii}x&L=kn>QkutWiirYc$r?P1|-z!iV4@N8HT{`kknl+i}OzZ z7K<^-&zVB=l;~=AV>b?HDTC{4p)41eg;JkbZYR6f+p9n~qf=5J=Cc)!|C&af?|yQm z?8O-S_kQ1HyFTlJ>R@J4A?@iYLNrT_@EAdob=U>#>Hof!^M&J}Ja@aX;`I0zuLwNH zgfhhWP5ga)E-^SgwMsVF*3<^9V)P-syoEYWu}p<8x^Ve^ZdP=-s3~OcQ2E`F_j8FH zcBCL+tbSATj#isrV=0HVFK3xyu_;>&yf6595ue_pil`zfK(!;ZA1={y$=6TxIr&;X z-~Bsgt8v~i5OQ3Wyg%DmW9@eh43mTnoeQLO!$b~ZO(+%2*O4t@A69ajPE;s^>CdXc z$q%hwy#<$rUt=fF1C7K{;FET{Yw{iGbybG4AMJhZr+q`N1z)dF-kLEDsFS0kqEH5; zfYi0NcFg-6E%6oSm(N2Vy;@>q{Dbtb;6-T92U%2=_}fH4h(g;gp=tD4xV8eiRAdVB ztn-{5C&u`*SJG?r&ay3eTD*XG#9yp6hR~fY`An`*C;Y&ryBzsD37qddZ_MML^${0b z{4LocBDW9kc(X6PG49cnYN$#meT%MJXZP&titf_-xS3Ez;We$2ko&$)jm>n?$n=3_ z4$J(`5X{J;t}P%?@Cu;IyqSdzI~AwVJ9?8OL{qUK&_T&)^qgG?beY=2G@oclcI>5* z+)F(HI^9U41S%B}9N~N2Fsk!KQ1JTZ#0B})VPC{SSNZ{fzO~Y;%-@sb}b6!)Hf1~6zKzC+1F+X=-{cyXP%*VvklXUGk zF?GElXk?hA`}34As`j>me2w9I9YF#)+PO{XHC6TeicsR$ys{zwDBO*E8Y~NmgX)oo zc^=UORAdK3JAyZT2|=sd_C#}yz@X1arVll^Flg(uQRB036x`Kbe@AoKc4K(dHB-hR zmpb|Hy~I8`5clxS5?<)?nPe3Ia)U@Vm)_i7a~D#kAsm4U!|NI%weXZ^jUIXQWcjvE ze0iqu9(osl-NSd<;khp#VNrP1H<&_(#}^=qSb!qMTUR+9a}lvfS8@p#)mtDm3V4UX zjqsUcXAYm&h9M*FH}jiv`BZzNjoy9qi7$%>U%FVYzw!VQw}8Y*ny9N2Xs$d?)3H1s zhK)G8yzzF<>rjI6sZ!0osy_OHZ(Ldv;iTnl{_XvyM6KIbl3j`9;3xNK%71MA*NhH8 zv+J^^{zxppvC18MIe&$AqvO_0^`EvW1b=;%6g++Xmn`!oW{0JpgR@I-erAzq|94%lA7%>P7spc&&zaCMmaawyb-|8#MW6(4;I^g$k z`^m;mUrtKuJ7I7-HlnJ>`F=ark3@F{9@OcYA*-w8Q_;bb`4kU@LGWzv7x~BH4XvPx z-;54hfNF(KDcAa$OWWQ2YgnYqKOQ)d%6=&SW~#b4Tl$r{9JI?^vKz{|ey#n%BVJqY zOC4FeC#lAUO77x?S?y@}?%<}cozvFI(Xeo!v-zJVBKR!BKxMM3yx}?`X(R`O-q%%3 zd_8i^)v(T8N0$-*PYNV?xjVThb78rc9D|jHAgm^3r#FB4X!b57gfFK5^i)uLl^^)F zBlEQ$2>tKy+F!ZuWXs#?oti<0t?)pYQs1Kk|04zkX#;C;QTK|}7_fWnH{*jzRm7m= z-I%fm^l2$g{jF?{fI}&&E^&2{N(aE~#g$uEsmf(?$;Wfpj}y7R#Y(@wfjU1V&HW_# zW{45hg9mf@aF3`!Y#D;Ol@PY#A}p^)?4L*q{=JBngnSgda4uVi7(doLBXVvGkOU-M z_s!0&q5d%y<1yY3#8a+z9kzf)Pm^MXAvxDo8Lgfbl)N^|hz`gra~0|DN?nJqRD@FA zu=zZk4cGYHQ3GXhE(MyYcQ0Pa*MFc_Z*Xu-1#%A=0Nz054!Dc*%_20ZV8Wm6t&zRa zhds|%Z!ol#PhV6qcThBa8K|d0CcPf=kj6(c$_2$5NPgl%;~?hVb4$>y?M9O+Wto+c z?%5_%3nP@ZE7e@aWc?caXPe(I$7sycYVFUn^4P}NuelXRCD+%&Q`5E6jW-tS)pSDU z11=IiZh}A;nLbO>djf(tl=<)YFw{WO#ec$-qAkl}NL#+zVmSYLIS1|}e$qt@in$~N zZDpemT%pqQAt0P@7_fSTA156oV5srBY2)|&%}QU4{aGKLKRn_Y*KQ#8apBBN(bU9* zEc|98mYib=DQ}3;U_I$S0`2Bo@>}fy>n`Cy7&wSQyeD5*zl}N)=NXU%CNo)l&*iJ} zw|>1C!RpYjmqH@vPx1s3iQ9kQ+01Xh}DcX%1>dpcW?Z5|Eu(K<3*1OB1lv1 zA;soP>F=M!Nb7-UmZIlA0l(Z2l~CDf{X1Rf?c_i$;|bIb3+tiyQ|6jsrqDgAc-aC~|JUl_7ZXX2q9wGx`si_B0aeXSmHb#;l z{CC!0z_#|mUdDPB=Uj@5s6K1AZ0APj)*nTSH;!5EY4uCh_yN6$ZeKE&AzJ|*jsH1$ z;*|mcSZGSYc~A{Czmf>;83WeUWrtx=o9ZlHK1e_yfeCLzxD`_D>$eiJXGEf=L9(fjEV1A)*%P+Qc}VE(bSOrUF<=$0k*NR=*-n1)cc-_%-ehjuG50T&YuS@Z zDv?||pw6?t*2JSpWWJtI1$BHih?IR0^*q+yKR&*8=I7$EvQAS`jHNGPQ{nY!vykvU zkE5vK(XHvn`}f%n^r!vJdOLH?twYUolKW>&ql{MVx6(v0*5gLpjEN^)+db-YZz|e6 zDg@<58&{e5Zb^Y0SD8@q)U4_BPf2qC!g;uw{>o$b3n5-y9Lhe98hM79hF|bP{e=&JMun8;vl=H(C+(gi^j4HTp#d7 zh;VQw2nS$ZJddtYcbpHT(T^8++XM4Ep&Qm(Z{#9Xo$~d363&;ecBb`0ptMt$(pvGw zyA0}IW$qx+V*L!D6(F`mb>zG1l#RX)$@}X#J14`K5TQ5KC+WN_0=UIcD^!5twd3Bz zvvNqrR?4p>{idmV)PHa&f$in-v4eC49tCeN-z}yG1<{)V)pZ z?2}#l?u`Wt@&l6OMW4Gt>OaTfbYZu{xwnu+BO?HBD9QHm_07t#totHESB-S{WVrC3 zsk8SS|82fA`Aa7VhnCSNb`QftwS2;RjosU}cjv zC#}jY#CHk{!nkg;{_Qifk=<8QL$D1W-F0!*nvp+(8Yy5MO+U6Y zO~qFs`p^XG`v7GM9&g;~yKpr0-3P@Nn5TiovF|()jsxfIse`v9mgNVB&;9!p0n6f# z62zEAEziul-pcC*-0Hbm!L_Q#1|TFtr3{Q!W94BKNCLiBOr}!G94g=gbC^2{m27!I z_%scnj#X`L{A<3*N#o0EZ5aC|w!XoJ>W`nc`6mwZ=I!FZSC4?!i(t0-AJl(B5ut8Y z3$s=?y*HXrb$9fX7x0{bP9wZCd=lN~gzM5?dK;vBXs!?ozUsL=fOdfFSC5k0>cMzrUl+|R_)flWoy(xg(kwm?2% z*o}C3yffY6r1Cy;PM!4T=G#D@k zJ-dhIn*l}7w}5L_Ll0tEm;+yfn3q$Etzu{v^mdmjXOK9yfJ{LDEJuozviJ1)jo$m? zSeJ@&H$?A7vA}dpJ6a>f>U{D+lTsK7DW0Z~StHr$S~-QHXqJ*d0+5+140T7xc|C=RwF0JxBMf!g-YHE|an~%H{>*bcM08YIj{1$&W;&R`% z5%p94kPw`U^JBe^X%tj@jgnnNsZeLteLtZ%#b-P+xcBuo?DP$_3I2TM+6jd?l^YE} z7epjE=!&0lWh((a`n%8&+mswqsuk9A4oN27?t#)`?==Vs1jTSTfQ8p9wI8s{eVx4&g=ihx zqZhsh6qjBjwRon(P!Z3Y`ids>CG{g$REhOz-C%DH>^+{F1I z<>kh707FAnxX*sJOa`Gxho0~^33x!d3dg=tt|h9Awr@AS`grEisz+##o9)jcMFKX? z(|e$|OpM!Z1<5DueLvcFKv&rvGLWZHN@S)$kj^AAj+nStpw+*K{oODk#XIXMso6p$(4CdPdvca%09WFj^du|g&Sk< zJ`wvsX*DOX6GLp1BiO`4GP{=Z8uM0su4*~|5&2P@4>y9E4CHGzDU%%Si;vu zj25u5Q_s@IfV9nSO4!asu#0hN{1j8YG2u@YmZf0|NMo%&2>EREP&rmTExr_G`P;bBxqm6t1P zU9l4ncNcqWp-@%DnA{vm3k38d?WG`SB)c`N+!~VpwJ3h4K1s&4u-pD^Fw8VW zn^C?H=i<0~&B`c>USOVx>LnckOCtk_$544mQBe=$xvC>7;bks&IB6a+oQeSZw^6~y zKma)nrfIvvn{Q%!4S58zVO?8hhSZH#_4S5<(~B)L#LrF4xc_AEnks~hT){X^VH255@2 zXWa7D(mINt<-D_p`l~FZs6a_fkJVzXrY%kQFD+b=nG|bL+`xAf!5_ zComI0e^<6k1q*rYN4vR5CdJbI<<~bk8fWPk;d9S4|TF1(ZcWe|pD3e2yR0+yJ!z5ku?R&8lLFgJiUl)I> zOFL=E>wQtZvW@($`@}aNNWd}ACKpgk3(U`hl-;MeIiEOdKf&y({?=Itol~-s(Aw;d z{P}w=f%0$~jU$O!>7PvK&RPwvC~PdBjAX2iHV-!!%EXY@|P(j$mnS)+Zqcb`gyD3&r#5Xqp^sN!0luOa>KDq z&Mbp81{d^nV`{Bzc7vDJyIdg5<&1`r3y-p!HTnV zfjFLVycL!#bAM#e1CB^xfTS5W+^bhAS@!FS;;XR2HT^k$-Ii|it?(`)1||)@z>9eP z@Mm!vVus6`W@zDA^`fGF(+ktgX85KNO2bJUR(XpD%N~C+$bjB(2cIKDb|!}~X)Zac zX#b+A{;0@vxrX)P*(k5pu@}rH_9vsMT4mANU>X;D4VpET>SD5+t%tO9SD5zv>+ ziPIx~y}%gfHiy?0aP7Q@ZzmAd9o}WOd26x_snQe#_3r$zs)OX7d@PWH8x1K9{-|Af zE=pe11Lc&%xlNxPJulXPXW9LMbYj3loFf3p;SXuoV3s%a8rP%a^S1B_HgXi@m6R#RkJjQ|1iVBah_$Z+Nqy2gYAJ@_?Rh znW=7@jo`A$u4BieiXg|dA{ErZ_5e!9-i)Rb&dOqkeD$8edMsn$f&t<)J}`b@(s#Jh=ut)INp_5Fj){yUGGv~H(WjA@1&5KBhIc#|0)q1me|sTn*(!v2C8%Z1rcTPs-I zuYkk|SSC#%fnR0YUdy!e4!c}FGjZ>CIYPLr)ia z;~X}(wd(N~gTihkoGrvpP1)L1>@EKFX@KE>sVVptq%1+wb6yIOmdM03WcPd-vjXK*jh)xOxauWzq;`ekhj>T4q2&PZkL zzv-(c8f9p9q5r%1c%mlHdu=Peo9Zx#9SYunFOIYQtG0b;Tgk7X9P5%S55Xyxhxo_ROvez2!`s%~(qs;z9}-ZYnb)tpMN|qN4t? zr^dlm{QP5+iP+mLqskZ+LUcCtNCu->ll-}b2Kwk24Lj;@lgTG4IU{I7d(R>?^F2&r zyMuTvtd3RR#|WH>b8^UXDgH-yuY|J|(BR*8Kw~i;h)xJp!+Q!9K&m#Ld!jyV`8Ofb z`rq&BUF?PJ@$xzj_zCc`&+pM?qPpX6&n>^$Okg=>7nOZ!P%E789Gf9_iQ|&hM=UF8 z6KAp*DSH>PZgy4MZ3CPeUiDe6*%!}@64Sx&Mgh0O5izcRFWTeOyQL5m5Hj5^%&wP{ z{O5nya~uGoL#n0IhG!HJ=w+9;@etY>vJNTtl=lXup~y3-$=^ixNrR}FA$#B;DJ{to z)iTKm)+=F}c|NRlx+R z5o>KA%275L^7^&y4_!2z?m<>t=dVL;tO_GWWjj^#|8nOmZl5D2c_IZFUcJ{%)RvD@ ze|%yTJK=gkmHjEbloHRM_74mRBnU8_;jjj3Yu^|F&CcHtcrS=1`c^!$m=F2%gm+r_ z-RRlTvH>m?BwQ^@ih)wWz1!?pt>j58=Dl=+Y2lxwvvf>;qqlKPm}~E{ok+B6f}?k^ z@dXc@pTou3JERRo#2i`ee?Xpanl$|KVIWx*Ycfo4Aq*(TUbwsO>9*Dk+r>vD<4nld zo7M;+5Y2lJ7kv2uzy@G-`P@RWm#vB5OGN3t-GT>${l9b2Q~bl?Xc}nx*O?evBk`H@ zUyN(%+PQ!G#Y1>3wRBTbD=YcxmAQ|(7**|p&*`ldgThdi;Td|4ZEDIA%PA|P(nq23 z5^wHg&Ov$f8k#W~jwjS<(}W_~gK`gA2fv_u8&daC$+s1|Z3c30o{Q;1AL3W&&-K9m zOP@1OO}*MF0T|XQU?t7|kagbmVR~u-a;fOm$O$9N_M)b9^x{EmMB6X7J4hkAbpqZk zKE~OoJbcf}ClCn@h@`3E_4$eSq?aV*3xn4T-cJU`+f~u?D>=h{&GQPm+AB4IadaQR zBzn_cl_Au)F(?U2Q#!VARJMgCGsXAJ2^23dJG6Pgmt(JQfF^+F&yz%sY=nAP4>X9} z#OgC+t?od$TzW}a5%g}Vy2W?NCw<}Hd+K)1Z;x;B=F+4Q6$n;+p!u$F%i%9yHVWSO zn>K+e2{U?r;QUqlR`e6M*h$uhA7563#ShZ?eog#Au0`A^B+T$f?Nc6W7c$EX z1#VVQk-+HvBmTd`-2w84Hc5*m@JuZS;0lWp8u(Z45`tY?HgByvb7+m8{xOb-sj3Of zzu>WV>ZpI}P+&Ut$xUxsX(5TtV=LX5*f^(tt;;UJgs;nihXmiDRG@k5UTLFY&rs|5w+dQmyM`ctkuLzh+XXCx+48{tyTTtD7;#)B;0Pm9c&aXDhMc<7@8Qc?jo^z~wm@=eOcj%Wc$g#wc;tS?qCTj=n zIv0Pf6E%3{>2c<%^7MXiNcjxLg{2)S2Q59-?V&pldNnC>^Pgjd-iektB{Hl5c$mO` z1N?kt<*E^D-hE}o8@exDURq}q22a)f{?W}80R{CjOVa}`+G#TBnUL?+!EQ25HHeu^ za`RaYIr=Bt--UpW5MX%*e&P}f8^1}`PI{4!Mwz9hKcdZzE?JGJ8|s-TU6=@QVZuA!Q zMS(Su)|Q*QG%h~0Zid-)NJSoMVqJ*1>}lxsw#EL*Ns0Hxh&ux6OP+2i1o&}{h#dJb zR0`1R(wUl?>V73mRF43PP1leh7DLL`psX4dn8;B- z*&FRSp3Ku;2!P+_dEV>`crZ7A>e4cMX@KrC)JW(uCdOn6vl(fm_p-N2Q=DDlmw9=D zfL06#J>F^MAR~6$+*qu8^$%VENzsCr`j#{BLn1dY`-BE+Dz13ISYtw8=kman&6hH|$kux%sp?FSpc zO8CzPZ~y+OosG6*&lM~~F%TB6RBVeoo#kiM93b0^e3AA|)hio0=!ZHT{BH?s=FAe) zc~nxim^uy)lnBSqzTZpP$ z$nCSj!Lr@EQrtB`7({~L-`~|EQz>}^Cx6GP><_MA7#fy;+|Vzp!gDdc!IpxPe zFYjBPDl?58l5W}B+m<3F+|?NRrB{*U21=eQ2z#H)@uxbw?*_t8dcVBcDnQDm8aUXn zW6{3UnAKj4Id^(FSdUK`s2Ak7Z7|ocgxPgE{YMWrY3lGsO(|NP7<4X7u2I14e8zFI zasNWXqag+@;kCQ{xtl^HNOSi2J!TrNhzN^`WM6{<&HpaqsM;;8(s6Lca(vuuzk-*l zITl4uchsm9iE{F7se6pR|DRWdO%eW#M;1J1V~t~IJn!c>PPby9iE7a=Ip8vsajcd|!b5iIe&l|vZ;=#0Jnpw->EN(;!iH)p2uKW4I#BhMfrb3ePvXX zf7kWUARW@3qQHP4DGUutDk|MEgc8y@NOws$(gq!E!{}R(9K-WHU97QzH7lZ zJ`8hyr}o)rAL0&LgtBDG$1w+R_v7PT#4lv?hef~g+m5>!aZI$1DQvpr0(K_>Vg46Z zc2sj@tkvmZ zVZ593@|3qddS_iOClV{izxG0h%Ibrl7t>XFLoKycO)PA4GkTJJm%=N`4~U~N!^gel zU-RnEh}CrkR`4$|PTzftaU)$MjYs0y%;_3C*lfkOudBy?egx%qyIlQ^5rclH&J{Js? zVJ<(kcLML4a7L6X7PBk~6;@*h=6YAP*pX;t_-bglPsF$hq7g^IZhE4XE@hkBVDc5Y zt!3im!Q%HkTBC^^v^UWG8lDfpr0Qjr4x^Muh{yii6KQE_w}Yh?K9PL*-CXrenmg#A z{MYO&^fbQ365J%n<-LWe{tgU*e>(g?&z5gi1BU!gw)0Vg9%6D+B3T*1^e;@x5pX{W zj>DA;*?^s{R=U3}&)pCshoII{A+Jw44mDe3)xC(=D1xt?)W?x?k+DUoj5w)M)lHng z&M{|*Ii)A#UDrp&`Q;^g{4^PJ)9hW!SihwRl0S11Q1c1)x?i$+6CZ=+c5z@n^VPc0 z^%E}-CDmy&Bv9Ey4mSjTOUtzVONw%W zQpS&j$G0%brUKt${`g(2COoNq{}#fc7OduS_~!=FE&coo?(Uy@vSJBSa2qfxs)aMI=XBbjTR}we;C{9JgBkxQqs~Q1CG}H zHXK&kFo*H9s5Ys&ACUclbcan`NWjoIXSih2>VXqm<$6wja7G z$CYTF_zTK?7s`c+UGD2`|4MegH70D+>7fNkBomjuppua}$i4^Z>?^WY1s*;+1c(iI7OrIIcR4YK3p}d8Gh_T-8Lfr9UTya^s7-IDYuhi zwcYAVnt8U}rjR`O#a+6<`dLrDA||OcA4HT_SnE_^a{dD@iV>>Fgl}Y3slL(746$kb zi~`;+vDAc-sss^)-$mt}qs58 zqxw}XuYMLjbuVR}k$G5cAnxwoc!Us_Y_5TIK8}IG&mp zZhH>HI?yY~D?ZxbUVM7Nw=K-O=}djt#qiTxZt-ehh<%dQF>7=mqescU?F;Wq==bS} zdQ!V8(iR!}gEtTV78sT#W5K}vsX?`bW|c;h&0E?1(yJy7Y%r|yt2{j^MgFm{cy7^_ z`^tpcWatR*#NT9b$C|)1RaTS3l!i| z|0MED+=$y1sC?248QxuN%_CuKi$*lb-ZR-hpV>JI!e?}7@`_H=6|mq0ehBz@qp4)s z`kVTXJ5^yt*B|PUbtuF=kd?}Na-52$io>~;Rs#>G%o8!d(LihMnK$WhOfhsd@ILR4 zx*quisy_p=AK_ShA4Yd|3kg`P5}}c95uwUNNJ4g=DTUC0l}QG9oL;S;)>;vCiZ3og zrlQ112$VT2%4n1C67>mCsIX~~15fDik@omC9J!xtAfGt@vdG+P%pzf)QzWEO)`?R} zrd*;q?4MOp84Ye}HM)$Kxe}hKb7DC?-5ZowCS|<7xY%(W`{SGii+VRKQyUF)|AarP z!^nk?0#D9*7;|G%vE}3Prwrxf8`8GPEU^6Kl9^@1dekQ0mT#i1 zI=RWv9>Mbag|aaMmq!f^)UGpIx91ZtkUKKktp`$w8L%p}o!ncX!&iS$?+&aQY63jlCe@W7KQ*iLHxnJ7gTJ{#PJZv+iGGT$PXa zBjz_8bRNJh0O;mwiqF|YqSXOQPRk(ISIsU+JSWFO%5auJ`M%(cd@Ip=LhM(clsSzE z|3pA~2ovXo`0iQIgeZK~o%O*=di7ef--1`dUy|5KG9Um(h`|;hFW#T#W<+*lkbGBu z^};AE8DB8J_&HlM{y?oPFP9<%K{`2*d4_@i+YWVeY&-iseB`Y8$urGB)3^~bj1Ney z6a-vX_||HJ9cfZ+5qd3fi@M&NMup-brPCWme^sZfW=k$)v1~Iv<}twjwINX}C38HN zdO^g2okw;pXEeFkWoAu#SXhpLNb>AzY z=4@%HQ%^lNL-#FXAzeL#p)jRJ= zJB0iXk2f>nH%#BY@#hz-L5mkmHg}`w_93$TW&{vwz&`_ZSkk3m2Gq2DdJggzpZCaT z@nxc6s23XF{3Dq2qlpvJ2Fq!N(sN$flrcGQ8v=RkrU#Yb)T5Ii?AY8&eGoW*%&o=%cZa=ouyTBtokl{_P#BLyM21HSrO1p_ zukgIQ?QhQ)4|D&3vwh!J;#;358{s&)B*W-Ri<_2CJQ{EHxhkU&@5o|71$^D)CLWx^ z`ujIFN$Xz$>`|r=K|-2}{BY(O)h}PX*qk+}4W!HErpG1FPCLl={MPpobgnOP+q8Cb z=n804JORM?oT2!kg)Mm+Kumt&$*lf+nIT5HFI?$;`&llStLGc}3SB-o=KRLIso;Y- zX99UPeuh4^h$!=C&xoisiNnqn6uT~;?jKmPq;XU$4tKhUe`htH61Q%N<8w%&o6~!Z zFBMUGba<@VP&LgIe5|dRT+-#xQQX)VO$}{{*xsShR#P)bmtjUg?qPy3?+xw`0Cnwu zyD@kg%|IM2O=9=CvvPlB7{;2z8_xto)ooqx%qxRS=Fyik^C}5);)EIEo~`{ zr%ezHiuqzLaT;w;5G~DND$W`7N!fXSI}}B_FfN-0+tRW_t-wc*)@XjPV86L|mS9zn z1^Ls0Ej}`<$#9M^0eR-fi&;iFFy#OCasn|#yzQV^4!l^~^l))uN&yn*fz2z9%=uH% z%s;0+0wOmu%;2;~Agejl$H#}e34p4M5C%#$8syj=p61E;;~GC+eU|C_chH<4gHsJ_ zhbxV3l*|(S;DVZ7d`kU*vT~aIQ(L;zn*o|VJ#rg(qioh8UeoT>G-cI@+fb5&YX)-8 zmOXv6_DfMRCUK0m)#23dUUVo%Lwc~NZ>r`9szOww<4%^TJ^7wSaVg-FnrFj8bYcb* zEnQ-s{@vleB+}ri)|==IYGZZ5bdH2XrQs_RvE|;<3}F~V;4V>D)4z_GQvSKn?28tv z5plOSu!UuV=sxx4_1GG+02Lrp=?dEX%(?yW{VLJPp>llyHP)fTeS1Qpv!{fsu25$N zSwiqOu0=H~XCIa0v2IpzNa1ND4Og4+O2i@u0ER7<5`b9M?p6 z>Q!`1!gddLW+Lz$EUF$Z!y!};g_bNqJ3m8dMWT&PyXNeVB+YRT#y^&FvM*B0z0h_0 zT9>lDQ`(TQV(n#t1_%Q(ce)T_t-cxOaQACM-ATj$h5_mi&(2Cr?{pa*jQabwoc{{Q ztX_Eqd_|bjC^K1a)+oLak#^lkl(Ur!fmm?zDP@Z)nm706cKnv zVtL5YQn%)e63;J%cKhc}VYikXwBB(VF`Gy zIi5%n0MVCuK9B~xeBmSl!cTwhB=VG+>3dd+$1I;aXMPZOCe01Q&rvR$`a<)wArd=k zguVQN0fS(*R*tOeLz$q|4A{e7d9iX~hP>0(=nP;tU?{&pHXY~6H#awf3rF%ZH5>2v zM24I}z@Hu*+@=kwLF(#ES8|QFYpN32di1m2Zn}2E6NkQLyZiNdr&T>xEik0&u@uVb z3}>p7W2O?_#Bd=e{74QL`EA3=hl zfW3pEGANwOaE@xF2Umwdv?GQ&;G*Yb$};|$si`Toft1&~5AmxL6_4E7)xM7~8RFS4 z%+&Rl>sZ9ibVAs1(S4aFQ$4a`-@2-kJUHNkbvI7!%{FvcsdBRbhvtSQbHZJk3F*Up z>e(EVS(ZXSxACG6ykPvR=L$I71I!h$y|!Ezo?MJ|@4j?8It-fy7{Xkx$OwTDFX~eE zWtMwlhA*Dti<`tuyv=afq9OALPO}X?(6Vl zUJR7iyB63>R9^}WxH{~qtvd;f`k(tl37HI?HNyr`X-?0)>y?T^oC=siE-&hD+xbxz zUMxpZ{b@HC8=b0mQh~!qg=)!jRdR86&r}JTplyq?1~q;hacM!vDnvqz@jCr{@3v|! z+r8$HQM6y^Oz?1V^Za-Ip5GZ>ji0e<D9J_)wU(H(a`aJ#XjXYwcG}d7nyVFd zD4liIT;d2*C8~rz7k@#O6b7G9YKJ%RnqoD_yDn#Qa>cYbT0vFUr2O`E9W<$>KgHA3 z=k54j?U+hDfSVj&ncX*DbSEC$nlQwB851!7w^!ig!9VtfPjx>XRLi7JCTl-%6EEW* zMWb6By+FJBSy$ZENHH+4@s$1Q+XgDymDr!E(jAgd&kVa#scpUXc2nzFB1{O+@&58@ zR&~J!og})8mcZRzK|wK`{paP18gFjiZsPB`!lD{XyQ+5H`vRSf?Op;H=#6E!lg(%L zwtDHIMAm#)fIY7dMxfjZ79PoPwgh~n$$P`boMZKH9w^8R1krG3kzNyeCgqnEZt)aTKSx$CDg5`@(# zQ{mj(R>lo1o?Hd@*x;InVtg$pC6nD7FchWix2Zf#@GWuXUREZ_a+JI}H2qej7$Et& zC}?d2r|wxx%Gc`pFXmD2$4;<7?C;`Yf<%uawyQkR zH|eHE19AvXpne6-J2yD$b287;V_3R)E8-KTM{mn($B-n>pnO9qhUBt`_nh z>WlndO7;P+@+L+0O7|*swhC8K8vnZ**21E?+pqI@GP(>K3!Rf9gC!Wiv5gr7fbRnSy~cBPVsQ-1G(MG z0U5aS4Z|k5=Y7QHa@7kGX0_{VB>lX^zI_)c{^n45XwhvS5wEpN^S8c(Ih#)J_fI}} z#?XiK$7~^n_=JGj5*GU%_2P}HdSg|!b~q|3a!gGXf8$l39oc;~jNk+Rs>(s>;X5kSMK3dpLphY zh5hF0OxQLbc|rE>syqZusy$HvS+|S(yZ1s{WzhOYVM1*6C|cn;zrKv`=!X5u)OkUw z%w-~aiLqz`Bk(P7va^?`6wh2AD&uTfbKdy&@RLu@CpGuhTJ&pL9XE5g@tr9(((K=2 zw=V`)YvaZoeLklF#BuM2ZUobrch#OznGk~8F=ze2$=L@6$JMrokzGKC2u{E{P$KTM z@Z4v&I#0^efm+fpwK7+sMz=}e*n8h)h*L$_lY$>#l>qBGtL8W1r|2wI%4Z^;O3;V5 zRZ{2{^pnEli^%WOCgF#sZD4la0oL>cOr`T|_`F*@8;`@FL4Cyf3=L(i;Y-SjI7%y+ z8joB+vQu_U$)*z@UB!h{EqMWXh$_4C9Y+ETC0M+;39GG%qI{U%r_hx853aKmyvYssXKSqec3XuKl1!EA1=UHE8q{Y#S2 z{_ebIUc6@b2Nzif7UTFM*DHSY9=5BG)mZ%semhL@NEB`VEQkm+iEQe_`F`?bRVm3CpZrO&;_w@yKru6T?bVSOGPZZi6q@N$@uk?#_p3m%)CW> zp=yStOL+x>v|-_ns9e20Ue8l41M|u=wz0tvAO#b&q9iLvkUvckkWJ&9=Yt;1`G> zMh{0iB6xYIBHM{{EU-b+@t0rCcD3Y@vQC}8gONM|L7Z)=YI_?S!-jOvX(`;?23)MB|_iQbuQ^cI*9x(1x4|3 zjE*Ji*k1KY*K{umE1|BpV|9K7L>8`Uk*w&yw6xE;t)x(5mn9>_P&vARWeB2YTmiek zUJqbj-1Yd+t4FMA=9*?Q_SF+qSem@4HS}*K&JAM#eV73j#IQ~}=Zq22;0d=j|GNNH zc>OQD)8Rdw9TT+tUYAw&hd~8kn|V|fy6+B46}$3>U=3RIu?7E;->pf573cL~unbC|hnVR%0H)_=Ng`*!a(TquwVh}XqUonKM`zy`)&I zwE*3m12daUCdJiD3V=B6EqfbP=@0y2G)wDhB)xgFwXvpEeGZJ?O(T zSJApa(ActvX)m?Ivc#Bz5xCG|^W&I@$*n)OfrcLOw~raMc>a$gaP*a}Mw-}_#)l!e zfY7#>DC+F2F|Swetr94+*dGmH{oYhd0<8!isyw{ z4Iv_W_5s?GDgdc7AL%K;{YMO1YUntCnc)OKs~WawOaABVFEk#nvVTW+l;o*v)GjKFskF3WIFp z{+NoCgbc{)G^D+}o~Y_y&RzA))?Xj!Z~8|Bi0SR-AG}Eu4iIUsDSVf?-U|NSOq3Bp zUV9z5yItTj!;wlQ}lo1XiZ@wmbz*E^pfr|K|~_UJsf_KPy;*qh3yTMG^QgY z;!S)Pg{-39nFmxOq3J_{NM-u+H~p>dWr(fTrBG0`!pWk&#`uZjKfVJLoySQ3y>D^WD$7f2?MLf zU>fEytF?)ag5Ly>nEwPdcI~46%CckKx#ldQxcMX*0es{#wfMnEZm{Kp!x>ZjOpxsS z5VKtHD@dXoj#_?P4R`23I467<{fr1YvHpe+g#6B8DFTTfgxtNoSF_&T*)Q+3x{Uxe= zguPAY?!Ssz8T``Ig{92CvZ7O9iclK?f4j#!L%PDV z=uZ>YpAT`~{^?q_;C|{wFr)grVsb5Ghd#S8(x8bS?RM?}bU<>auFQQM=g_rn1Dvq( z2-krgdGPH6BvoczVxN9d3E==b=Oo4fmnK0Ig5FI>FpPE?%Mx6Tb7 z=v=bv9Xea_*3qlyAs)S9V&s29MSJ&nS-0F~nKDU5@ljLQ15!2aSlf0{B0pTil;VtvgF5b-9R_ zh=Xr7RzvYmS; zZ13!pS5#cVDJ5i%D9pBh!k_z75u&@s+57*T|xc48R!pK16H*SVH4%%8|d{-w65@OW3DbE1foI9U(kbgJd0-AkUKBzD^Bv%?!2bRO=(DUcf)?}{zSVyA%dQ&U9JJe2QVr@4x*ORl#dpX)vyz-S=y9GyiYV1aw386635Ie|23szivzE< zjz?cEbhp{Z=MklCgA>9-JxtrdY}c~N%6JkMnO#4B(9O_79BY-v*VrJ>tQ4f>%zRx- z)3-hSRc()0Nr;SSUCw=X0X;y!9wBuj)2}`HhHIn{mCQKemi^a#Ha9z-uxK$6B4hW3 zE1(()xa?AA12p3z*5$dkq&(}#`*U*EwzOd&t=;=eG@P^M$-88HZJXQo{$$x^Hm%8# z`rkiDj*ayx-~9CYjr*%=6YnkCnfVy3L6HR8_aH$^+<1yq+}#=P=!ny!M(w8{UgkjX zs|_&|dA$`#wcNd|v0pOD42q_LeDfem_xeQX-4serDPdWCRimppz@V3i$g zy2bD$i%2$oRaQwMtxf)36nQTe5qs{$CMSp+aew*_ylWu`|DDag$pQ?lM$n-QcO ztZ|gOp_?Ja-;1(rQ=Lf&BF{3+{rkJxTum~vT)|C-F|8|%eSei~>Y*!Z*22IN-Ltm} znpc?^E|UDrM8ZUG%iEc@f6iL5Q)B%6HM(OaE{qxXXtGx8Yp~wC<#{G_1%v*fCC)z! z)=6^ig8mNFoI{w-|c-sbRp*(BhhzfX6u}a&(739a8(Hk;eJby z4>n+V;Qnk`Yis!W5DZHAMICjKTvl+I2)&= zT=%exM}*djJau^489u~%|4x9Yd3=Zq(dA!p1+gdnc@g{!go*XZ2|S3BWk#;Bzd@J8 zJHj1{DGsCz6xBZ4g}ALy8_o}-%Mm~Z`drHMnN}7+XA0TnPJhzOOTOS$a2??9CwRSh zwr6O&H*>s+x<;ggPIMo{>u(!9X&iG-ujO$xwuNKtt{#wS)iu1R2&%1biV#R3jWnKH zQ7Ymw$GpiFiw3T4CRT|Q11U_G=+&Z{AleK9&t&gw3X3dQDMUkX@KLp7;B8cV!F^Iq zPxOr7zgS8M;z(P8HCDV!yT9c)nCyL8uNz+77G4Ej$JXy`GHj(X;Njh6c3pq+bMXA}%=bvtrE|I1FpD5n8Z#IJXGz{#*m&L>dIZbn?t;%gJ+SFog3 zDJYRQR$**nD53gI4f01!p!CO8#sYMs`w(1CLVpmBHF$;wD8xE5bQMjLC+!yGAzD;w z{1uf)*NmI3lK5R!yD6dLbXY9MFh#+p400W=FA#r=*9Bo`XH8z&Dzjhfrap8pX43^_-M zhKx^nfALgsq>qR6T5ec=U=J7Ub^#Dj4?iA@>3R4EIxlO>ckqK zaN&?aaPMPz5!gT%o_Csw1l#=Ia@IgdR8G?5LjwM=yYv?`Xu_xpLxmHtaLmb^*rD|I zu`Dp|Hiq?OR6+B&HA(f{IN3Sk616D(oFmf-WTqqqhEZgs1+R}D^#wc4sz}j0_TSir z`3@)zziPy8s9F1Mwl?eQpPMU;K=GSM z;YQ)ZTpA2!#~Zcn2mC>G?7nfWeM6|U;-0pv(pwVr_bKj5>o*%uGk81+%FW{_AN{nh z51wxHkd`(4ev@P~__|cu_j}$$H3)hY=Z}BQr)%Runh?ToRhAnG`lKxx)BkcGy&0}- zrE-~r?T6_NSPIGTs#{PTn=RQ65dQGhE#kaaqSh6lw1f0hiBEhv*SQl^2Qq8p;ErJC zW&|a74MGAt?%tl(ekH$80Jt>^66UAV_QGpzFq>K*xLQTzt5_-WQ3ZLa+Tcc;vn5gE zRVSztaXc?Q;EfQ8(n;YcvT&iM#E!5#DzCqBdqNiS#;HD*+3DgfwY=NDyeQdie9_|M z#?xF3dv9u6M-zFF*`wK?%3pZ*fk3I0Bl5R2R=#8T6*2r0Fz9->cypA(^**od!u&U(yx6%0>ewFViID|H+E3)LQf z%9}g?i@J|`%8grtSrRk1W6j-`JnU4o(mL+$^YNc1;yy^-|SPkbETn{p&9A0 zo8;VufH+}0>1_*&7o5CE=tpea3c#S8|M+ae5l&Las-pcw8aZ`QKQ<1d9lQw==(Rtm zE~5(lM?M_S!x{ek`6F@umLz5vy8Ovp1def!f@L5_Dh)h>tN7(hv|V@1OR&_r*;Ij* zcCSAQt^us(a{n{8#T?Q^z0nhTZItJ`;@Q`@xEkT=LOlI3{V>U$L{|TVg9#k5boMcCDuAe`Cbc{3TFvR$XthAR95wv>` zdP!cOO-9sZo~>EvI@qZ2I#CQGM>6j{Ye9O$mwP0#d(#I=-HcMLayPmm`^e>rS8c)d z7P7$lGEf=N9YY5$hXQKg)`qdq$+H`+cVQ6_j7~4XRk>&SayNK!!>HT%A6K7(#fkn- zb@kLz93C4qxOtN=LH;yqgam$d@x2>lXcaU{GTp@{KPNBoZLktQve0$-+ec2!kb`&) zvWH&>gz`unc{yIX?oPUJljyTcb0snJ9{QU`W2msB)aExV6R)g#KwRcuR{>6>+MrfV z`g%m9piV&rf{sbTo32SAp&huLA1X$@Yj6Ds4q8m7?9d4dP68&O7{`S^8Jo))UF!nOhg1Z776p0fBe?Q+)9rB(6sB!Q$%hmv?D9`Q#c&*9$a>o3 zxCJZ~FH~#F`x#}Sf;dSJA;rDkU=8M7g~uk2FW0eRTvgxs8!;;ek~tRJoD*J}y}y|z z_8vbAgIWu95V;(xyL@{dD@#0tq1*a(EbBMvsgF))g>iht5Cy-H7xSMt=?3KxQSeWkiD7 z%bG)TC%b^9+-FvFplm8w`|`KEC;0t1&GdEyg>$F~#qa_Z(O}nW&+P55-RWsJOG)Q< zfw6l{9jAb$ATk=9i*S%(W*#2Gwv0{Y@o%QJfr9*<=|M*icc+2| z*GV*A{-EOFrsaqDmm`NzaP8xxbT~VvBH^+}F_)|PDy^W4Z~wJB)m?wN;fA)nv}%F=4c1 zACLz7Z12(F&3_)+%~?=Wc=7=5KbN6=Aw;;;`@>;VasJx@NkJU~mq}8no)q!mnpFyI zyVZe?(?UIE0FiyDvnQfus6jkdpVt}a`VGrF;sI`q6#;A05aU54aA}Z7JG5LY@palQ8-S$()FQmDJ^(_w^p`%W%)ehf;Bk} zn&?kk-~HhW>m$M??OuxT$1?X$=p`w$S^dSzN|2L>kILPKnk^3V+XHA%vS#oRN83GH zS7~nwbRT>37>n#Qj?c_IJznQm%JL{#$e{K)=Mk5=TAcdjs`@%gwJUVQ`%c*gY2A>g zdwR;BaG>g7DY*56uBmTOfd3w@!R!&Fd6oE5WCpw{(8I~?PK2@jlB8(N<@sUwAhws` zx`m!{_%vi>uwJ?##U;A4v{quzrvA3j_$yU>hq&>5nVyJQzK-hZ>I*H=L4~8?@CdlBCm-FeCtkWKWu2|BJBMiS+?gJE#C$cF2KmCBP|t@MZE+uJ^+`TMhdJx^aGl z#`+3ZUrJY$ofWmEIv;zq_xK*EV1mrE zPAIl$nm}=Pw=#GIg$7NNJzVW+j#&0bd>iWVK3E7|ptic?-~%|oY~7l_MF{jZY_s)I zk+-D`-s&L#5!Ih{p5BrHFf4!ARd%kzVj;&l?9GAF*HZu-S)hQgG~k(b4_LI1&!unw zahepV9_-@I@Gp3xL_B4h{Q#Vs%yK)SV!jf+{_G%1_9jir>H;=l@^1T0+2lt#q0xGWcwbT3YEN?{U zu#&~j1&Y4ZVPK+O0zMA=8Ij;$?Xf)t-N-Jvnrn+I<%^h<#UWY(q8PuL}FH(ZxMa3+Z&lhhd{KvujmZJU}l9ERk2+|f+f$&qHV+*)0w?6c-H#rjc_{oW$ z3iVF?0(drw1X?^ncs1tXehc6R_y05RTha!UxX;>+)#YjOkT`|Z@hP3(P^Bm$*1VRH zRb)?XaAK4KQ?SL^ufP=!SsPGwos=+|min^lAiNmnEu;g|A0Fr6R;8Oog#j zRE7JiM|?S!kKM+&9Jw&yPs0oO8V!T@kfHd>}9a zuxQUc`J}YBBkXCWe`^V6pA6W8#&?)N?l60|FBGOvsPWc`{WA_TSY34|m(!}{B0B74~=cy>wIWt00| z!tOw(x!QUz|1L9Pt*9^+F|$Lk#k+m%4(&%UWgBcPKn4>i<@{^l9mieB1bA9wLZ3!w zu@}qD4}g9hw$OaJoag*h7rfuHNZ0B0an7H$s~qKvk#m;WYhlU5;gkv%wPto=P(R)mFr5^CpK5#x6|w9+ zHpabmQ^RYm_2^-8@-1*{Pa1GAUIg%ef_Yy#YZtsr(3RHj6t{@zw>%j}z%qOqJ)LEP zKKK@Mb6t(aq(QU`am23Q_It@sV7cfRTwq;Nn!Ov*exka`rqqH**(ncM-hD5aL%Go( z@Fb7tZqSzn!U}C)a>!eCP>usswD`J)P+^Ct=XjC>7=Mj-Vi47Wnpgd^PHKP&YJf@D zZhJffq)4rTia_?T{{0dSJ>I;sY8P_jhWz^ZxDctvOi(*ErPlYH`ke7?qA$ri{HoYN z>2sr*s%4T%q-#_9j!8Bmms}B2RxZMkpZldU3153KM<#D=7*p1+Zq!2$l|}(nZ<3g^ zqZFFR1`owa2h}((@x&{sDDF#OlB{aA&?_GFR8MuuD-sY|N0>Hdkm;Ve;G1gTTl#8V zBP7oc;27f;Rz_kg75#cLZFk$ZPd@JR(#Y}q91EmV2 z#-bt)=~?6fFQk!9El!7OHGLMB1Hpi&Xx(%4U7=4E)3Ho<@#f?nF9BOpP9Ib}VeNzv zwx775zvP>Q}_=VqP(R3JmN3mU_iVVyheXv z=wbyI0qE;EBISgM9gfHbsp)dXTa_rH~8#0#$sySbVagLF19*i2P&Yxoe8ax5FOw zx7#}kvi-qrBo#8Pr}cVAaH9ECjEy9fpJXb?=-ZXmdbUNf`+0s!*XWk*8d*wNg>R2g7UBRFqn=td%$|hQ}TK6`D!D!_IiHC_~^qwq$o?Xmg?$}p>E+< zYLNNqN1;!PMGb0fh`}omNzDEyjv%>RwkM9MaAM+>&mrY^o9g3Vfes_*$?Yf%`}}za z=KS22SNxDpKG~+Qd~|6VgHf>I2E{Exe7J&`?bUUd!EExLV63$1%; z2zg)T8$2&*rE^Q|F9%w*PdX=a*VYiALi)KJQ;uv z8BK7lnAzz8F0wIlvh-$*sg>osCb~@pK@#AQaZK5Z@4TRbuQDW^BB9Inkfk1ZtpLh7 zzH9xfJC5welqDa=!C)QfOVJ(Xh&Stg3nPTh@bLB4dUwY(#T zo_hD07UBe&JwdA7yd>{Lj3$lzWJRrJoK~?21E;>iZmF_z6-+L|6k0dcS&2vO!w(eB zj%BECs`;y@S&RmT{UG6C{?1Qgi}^s1Wyx3!UCq~N ztnJO+n#%kK)N)cn$scGSWOr>1;IPDr$2+B*YM4LZ$vyMJcTnU1W~!D^JJ*L!4U5{) zOWRo}D&p+*P2jm90J}i}C}OqEsgqf|e8=`BwHJYwyKM|>t#5B{7kxl=)Nb*W{o8uV zX83{U;*UKyKsU8fO2=F7OfL$MeG0j^0wW`YC`C}t8aTV=?{xhiS$`Q8Rok|Y!$U|& zgAx)$2&lv$2+~7Jhk#1wg@j1Az|bL$q##2h1})uPGL)2bcQ+IN1=sW3&+on8ZCe|k z7-F4koyT$R#~yQUACm#`57<&KmduE*ABHA}Z|HbA20^B~6$djsGJR~_of^C$pdA;% zAV8%6>XV%Cc#f>EmS$fBbZsuAhjG+VHistPN@9n-(3=eO^-_ygCD=U(nb}*@OJ|z$@`Ka+~8u|I#$b4>7(LB0npE1nF>9wtp z6c2WX7mr7#t^DBj$Q;e}H~`b}NmVoS^yJ;I2A8U`=5vXx^e+f$_ckBn!{gj?y94 zRijV)wd7$v^~wIvQZw6N-H1fVQk&?{!;hZ-Q+@e3*ulT;wi=283V8h_CFYz3chlS% z1=XMvVfA1L_{OFZcoK=RRIr%bPN=|6x=-b_v&)Vl8p5`Td= zLf1g>S^b6+N5!c=l+1H}N#}JCi(yw8%n_?!8w%na%n$nj$=X$WGZeGN)mU5cy%X{` z?BM5V$|w-g>4^b+{cEj)IlZ0_Shz-Lcpw&E)s{9jeE|&5R^AOwPVQJSnO^}pdRy}N zN4}>|LE39Z%kRT6{PqaD+uHnYZf`(o;+(9h(a5nClf7z%VAv^qHjWAEL%}@upNI;f z=m9aQSQpd{&vbMC&F2dQkg(b|3v;x(`o~=(2UchK6mVbp17mF%mSLC# zyc0nW6{S`rm=yyaMz!lbxF@HfPjGK3+$4xW-tHlXdQ(*-{~nx<~hY>()K~5L$COLk8j)Cv6?O}0=tuCNkG1z0*#TY z;QQISKafKV;68O)K?2ORC-M;!N|BgKBT^CStBVZ_NVj&31My%;MoMbDVYLChJzI}b zS(bg{{DX#~V-{)Z5OEVaiwoKkNKU;S8;%fT6y{k0k|hWc!SF*K( zfBkH79ZvW^!A`&y1(etZWJ}u5sn~np9ISIUD+UX-+LbY}jZw(Y1h<>sg8UGRm2WHE zyqWnziOnEa1{YLYqXAcQYZZp%2LUk1NsGrv&xPiqqCdWwS+Zg7!+>?VmP)_)*4C8? z#=)0(1EOC!30Xb9SQgivpO{!Tp?oIz+kI2t=mN#-mqJ5Q3CQU%e`2kI?hp+YRv`Q+ z-~X-po&R^k>VBJ+EJ%Pv@Hr&g_nOJ2$#`pXN|p?YtgwSo?ann$b>lesT4>GFcgq2x z@*fD#-(zm^dW)#->#`Z~U~6e>{mN9e&TS(^2^gXReW~QpjqN+gWqsBgGiA8HB|dl%im> ziOH))5n~)ZWD-XQvXEvxs(m-Fy;+~mo5QBy?#;p!yPd1X;OL97ZDu$?qw4w17F^yh@2Zk)4?wr`|+uE!N3&otOkwY1?IDKH?gONw3yxnAa-(l z2d5Z5zt9#AknR>Uxz4WggP|@8y$EH7iTmgay(|W2pB2yEL#ma@CEf0Ro_-NJ5{fK) zE>s$lP=S_r7EO1-JZBMLiX$jGnwa(ij28gbVq*$xMR=9EYDR+0+U|Goh*dfm9St>R zm@q_^Jfz-j?Q!mOEE6NR(k1TMbChtYiRn(Xelt+|C`PzIYCtqws#_TET#*L|EZn-kp3{tiUL$KLCJEN9a_S zsN(7(86jACBr$hVn-+TKUi)y~MiyC!Ux-=xZCv>wfOrf+2$JpFJL66)(rwK5Z4CUf z&9c%7W3}p_je-kJM9G_QsmUD?3$Ep9U+R3f(aN*3h%=0 zun81Mcg)lK{|UI)O##@yFnixEo*wqCEKo$^=as}>e_(EY|1NuE2X;PtF3~&##r+T~ zapoer{iDJY|JRk?HSNl<%4mUFE+B%G{AtY7zn+-|oI`5F_gwab=9{alA^9$YB4GvU zMvAAWr$FA@ZKlfne$aAv^+*&Q*Ni}`;rhE%^EMLtQonaNg1{+Fi*PYITr|AcVe48a zh(XL(az%JKwHt7~FBp8sUc;lzwVd4fp0ekc|Lb1XmW7E5EE(FKB`Ip0P@fC^fSxCI zJz>j^f617+=j-y_>(q%0SGkmmyB&?nv&fd9cC4htP9kCC+Dp#554bnK?@LJ8v780P zhhuE>0h=w&dGXlSk|_79q3a6~v1^Hgl;YTnH~XTpJ=MbhDZ=+}Iz3z~6ktPIw8-PI zpFb-Glh-cbEiiyq;zG@vmi=0A*@JGeX%R!{m5Y^849x^BQmpLy(@9IU@%nkE3h4fC zY|v5))|F-Ri?e=8snXNt%>Zf~pR++P0Hfc+43iyQ^Q+@fJNB$b&BYAN-?zU z@B4WSeCAqy+VR?4DytcA^shr;4(; zj=G{2Nz&V5@2UPsOd-jkiSiC-)eGF0*LB7V?+FrdDK5i@6wX40oe6}WwG_3X#aV;e zI5rP@%YH>YT1oRTYtCD~{IlhQD&-6>BY&;nJNW8|mvkNFO}L;e0HTg)uS`{q#0H81`eU6+|13rmQ~V=ZVv71#t@L)91zjh8|=sart7ZvLV(z;ON$mJ zED&{FUE^~p!m?)Z{8*sn*F?xV(`C$`IML86pA9QM6h5)sL2^a~bLqnEj6UKF`}n^9<@dOQ>vAGrsG%rt(#1UT9GTWLC@AfCSS{ssWA$`Cr65t}Ib}QqBMLQtDUjaNmR# z1INAZD1I0%o}}{%-}~tk?RCkG6lD4h<3z-?KiR~45wygk@0zXRQslCKT7iWXj$7r> zoL->*W!=ZkZwS6o8X3tR)RW{3_FZ2jGWzm4bnLz#;di(FgmB6OOh^9c zmALuFH;CjHh(L0yYTp=OOe`_5LpNA5C1%%ojc)H^4hZT4{=Kb$nimLU3gxtQ<-GmDgP)VE0%CZ4DsP}j0F>y2)AgI1iLYq5Ruj1`+)%(8< zL*%QbFcqRqqCU3y!h{Xp7ho}wf-B*7Ctkw{D|t)mFUR*rIBJcQ>t*`KUM!$S(6zfC z`C^xqj9I@eYsAFT`WPvRK5byZGjX}lR`+#ktkx;(^uJZ9M-An^{E$eSt!lVr) zhnJ0-lWRwEpk;#2;B>o=_iP{RL)s3>8n%hs|F4Wj^x};-w@RLC|BS(0;!9^$;I-e@ zPsJkk_{N3@0XrQLI51)Q>ImXlTBU5}W}-im)i))~0y*Nc*O+&3%)@E#4Wl%N1NJSpLBq|M?JsjyH-nWx zy6@&eQ~ezT8!8D9CYFydJ{iNFRsY#STmE z{y@R?ibkCWz7u%yIEJj1N|n1OL1VHA8OGZE?4~ffLdjg2MgVHTnSzM9=AcW7?oPCS z1Iu6}NzLh6nrr+1oC-qM7Xq9o?Y#%@kPUxIF&_?mJzaBH2&kstiUJhL%QWA`m{vIP z(iBF@VSm|pqgw@pI6>Ueb*5bv$0R6hemjE?k0P47lb~UeNRMvc&pM2!PVxI8`(K+~ zfMmKcgw~cWr1!IKTyr$^Ka;!=`^&cx=>+Hb;!OKqLM z7T#%}5%riL_ge)141MN1whYxncGK^Z)bi~tl?SO3cZ)S~-k%CIo<^RQ zFiZ`6`=e!pH_`M7e}l*2c=wvg%6Kc&;QPzfO!wg9TiPaY7U;@b0W{;rJ3k;m)D8*S z7GUJN*MOgzxwhVJLl29=C^4%>SzOTb`4jD{pWi1mJ_0EK2PK80i|yAoi*4>0{-*5g z*5=9ihD(~k#yIZ}Wk6^yFrN7dOT(1WmmL{P1>+s6_Qzned}4B<^7 zH`7%Ph(#l=V-$5OLEVh*P6{Q8Q2(T|dfRL7Q@&VvXK4%P06K*Hg`6b$-A+XUm7s+n zB34%aIBzJDK}(t8@yms=OHYF3DTLfg@C7%TD4eV+Z(XZO2#NoJv54JYdtC?ooQD+{ ziFsd6SsC5G+OfU%&g#d0oNe|kCaDjIq~ifBVU>ZYG7gWCH{tGVeM$`DU)k!pnXPM| zyms(i<`JBw7fqhjp0j_iYz8wfc^T_$39>%h{Qlg(Nl4_kv0NxMt>b&ZC_i)&S}m(7 z>}s<;=D{rkJ9jX*TqYK2cGAoG%pMRR3HBy5jcexcd<(VDo>}uG>n609o@TH1%Cszb zew_UWj|H$V>cyYPVXnnX&-e0`ykAVU!ghex#9K!I7BhKk83OCn#Rivh`dBPJVAFJM zeyzc_Gt8jOg>K=V-c#?#rv9t`WyA-%5G>*+JUBC=*Mya8dQgL%Oal+cp0uz^s{eFa zkAY6h{}<>$plUyv9;GOWw+P+#>uGoZun~dP_~?Y%;I}ecdvKDgwr#&rc*meP=Nv}Z zzxkBbXB?-WUyD?t#Zw@RHvPR90+YeS4qAgFY4MfRiw zERHy>pQ#26%=R(oj4+n>q6bd1@MX2b3L|)o<=D+bCb7%{`tk6JN=xRmZ3pZ_U1kcQ zux?eZybN&@Yd1LsxugigiZ=eywO~eO0Lalg&GcaCZLm)VdmuZI1kH?nuLdoOYiD!e zyk>5WmBnDe!-_)*pzq0zEZR(eqk$b?C4?(u=LXHj&)s zhTEPRQ2Rf*;d`LFV4XbAwc6`WT?c9rn}AxFnEpoP6PgV?7c^f^wY;)X>4*={eb>)C z%Dc1i<1PIg##69BIA0D`apZ%RyyJ}VjzS=)A721(?BSEmU9=^t>ODFBv(cZ=kAFam zr2Xh-Qs_W~qVJMSln)kKB`WRc>dTO^1%`~cmws39%R}f9y%mN-&FJ`!#Pxi0-Fo7L z=Pj>9l^LK=H5+11>}rM;P%G&rg$n!4fA%ZTCKK721tvb=Kh>GJ*T;xjH1gG)B~Ya9 zX5H~;c7rfQ5R?Mm73{7i*vx1g)-|(X%6eL~_k|pRoRsg>4>OiTLK~4xjx&5_rG&KJ zhw427_X~_Bf&3Cr*?!Y0@IDn5GcujNX=^qMNHNt~g7OG`yf&9U8rrmA(fe3aqCr7K z`Z8HuTPH}|L(!x-UXm$%1Dpj;f#TegpeOh>erH~Uy(hBBJz0{)ZD;w+HvZ2kVQZr!&`p9!&JY;c*Oy}PEl=`?7AI^Pj(aO9|(U)+= zS0m%dBOTZ8)W+E^n6M3Pj_obHm&XgbrmlkZ*Gv2GYA-?6lnJb{TO!!m=WkMgZZ3WI2KOHvP%?n+J>8 zTv>|Vsm>5QEu2H_80q$tcLMXwX1G%~e+NhML_OMMu3*IL4f;-!ayFs@4Ud&y-k~A+ zh~anSLkHfB&kM=qRTQbQhT*g%!TgWQh`&BW%R(v7*&iR8sK)Jvr>`mykCf4SDekj; z$cGLufu)x|GVYTxzX(rq4w;eP!xu4~1fPY{wmEjf$QP5SFiIvR5yzt&$3gsBfdw_H z6qr9Bi|I2dmez5-geail=Ro_HV1@kh9cx~?iELDD#*`YC@EjL@FJ$ zKm8Ivi-{o}>p_sN=902%L?=DL(}$$>!ojP72`T;(Vs)8mm!X;6Ks>{_P?-~HCjt5U zj{%bqp{~icpSRT=xL;99H!1f6?&I&icvTDR0}O*koW)y+P$z6#g{1&i*D&dKbRVWl z4?Fcc6SgDF5_jf4Fk*T8=xQD6+1)*_@V)}_M*#0vy;aitoA<$tmMZE4-UWCr3kau~Isms~y9!yp*G_~D-lN-CYNdJ@5^wh^%(Zsrn?g9mWG%0K=SNQZ4vW^$X0 z>rgPa_ocm$>K`03oY@iCTP^^){Sg3KZG-5^T%z4En8YgzQy96 zm{;+t(L3DPo!=BeS1}lg=S^`wVE}WL! zyS`=bw5^S@zudhX?^mQxa`csm;EE$NO9MmN`zPpxCW(vj8V~)ZgntzW6w`+-QO(QA z1+kQrJ|B?$x=4Fi&7%-OU5(LLUwK9f4eja zRth$70nNt)ZUyc5w;alsMC8NE`Da*@DdLxmV?)mv)iuPkGO>d`@|WtK9DxDcR)qjC zJQp_}TZUiD=N)mq!8@WVlls+hncqaSAt{nH{nq4%74h`#A&l4};c#4aY)$VP*YjdF z>l7m=p$4J9hk3jv;zD=B!c^yx1Lf?`%LD$8`pAiAZh}0`S44pK7gOP@H>g+Hk2p96 zsW{%kCWvfICWs8>BP*Yfp9K4swQxeN7HcMtmdGMl%4C@gi%GEzjU{=zEvTftNjs_K zG#J`06?gSw*v&cT`dLl~SKeiac9r?t2`@oU&gFBSN)O&Y0=3(ennJsQ>5ONm#mbxDZCWo-bkd>Hdp)`+X*YzC?v62Q6{M+3EA$1lV6^G$Ofl$ z2Flt2^g4o5MV2CAuz!NPE9$dH(3k`fK#nWDlcDfbW|;e1*Q92#(QUcxy@I5DVb`q4(Nh;4~}z;gjz|? zvNjY5c^LB*(Ronfh`OX{1eEK`_bkz*>z|{aA|3p;jYW~oD&ctQ z7pTvyWvT-K#WZi7=|O3Dk&bPurreii>77t78C&%~>xLPmj!%?0vEiwjF>{IdJ)^tn+xhcTF}IW{ zGFqu^iFZyU@NOdugOLG)8h!e6*T^46(uNPFe^j0(YQ$A>3+2x4$nKRoq0Fe&sn<6v zcaq=9bog;s%l?eRF=?&)p-FE9>4+2eicz;~;55{JFbExE0aXvimgxFyr4mg$APiM~ zBnrZEwjYdp0=L`AAwt59RSmIX_H zfSixBoGVxgr39Y2{YEcD=hU2ZQ{2BwjkF6c38IB9m2u1BzKj?Y)HuciaGrMc+2T}+ zz^p_c?B5Q-Mgtlfb-ukI4-_uzbw`DrFoOLs45FS#&l@Hm3O(klpGOzd3}ad9Ca{%~ zmD3x~QS}TMmq+lCZyfljvygrxX@9z;%fRZKcTrkuQaEfGkuD#?YMgL&$mAqo7`oDz z^F!2u&Cu@gn<4Yuu|pn83=5;GvJN#B(J(Vp`%(GEz8f5Te)<`V3cqha6BR8puq{C)=$XS2oV0sU{*MpgPZN=P&;N7(Z+5-W)NKda7FX!RqWp8u*>t9S z2Oq#pUc#&A`n08z*qOTVf`;$WPYh!$tZQ3(aM;HyR{H2L6$=+EI`R~L+(0CNR|g6z+Rs>wfg{jLFZ9hn5SHWhehzL zxwSW98j#tMRvUr%elS3Mz`1SlLYJ>%ysaem1`LsYKD!RSNle#hB4kr)qY=Ud&RSRY5Vfdy;4tgG6=1a$b>DSLdmg_~!5BM{K6MO&vy_4fR5$tEAJ!XM z?6Rf1AT|#@aNn|Fx`zpHNCPIuzzj3022JRo=a86|p`0(O@720r*6mbqg25S+>n`*S z=!Bud%n#>HZoiprVJ|}0;+$)T?Q_$H$kyE`I^M|ifw`v7CQcjm%6+6^an*Nmn2;iHcK0c4eelB z2^r%P+?1?y7LqFFQA>}>r8+ELp1IVx(9sZy1`X%gKc{vM<|`St+9bm8{?}@`mR#u# zK+ep5-nd?h*YmfyKiCnrOBoS24*vho8zpQ31j5hm{)iPGC4jzl*7a(ow{9J=YTIsA z!6$y(Pbq|LjBM|Tg#Avd!X1kEBw#as^yWkJQqaG`-cRwdVlIJS{|ZM-$0(k0!;! zoATEjJc6_4$JsMgbd6yp1CEW>K^lgaBzqs%uLB6M+kgESed=T6M7Q{f#No1$xPCSB z6DRz6O6vSG7GFtmji$l+y3C}sY;!5;>G)Ju^~zZ(0k~)I-Xsw8&WkqCKi)Cff&8g{ z`{B65%NEBG0U93JwR#4aeEvVn#5ed19V>AC4>fZ*2!7O{{_XoRjD_ferXKmp2yw-B z0fUH9H6t~C6X0?jFEnfFbYHNy;H1BPSyVg+u8;aO=#z3w41RhEthQOv6)b=r^~T6W zOyXRx8P6eRv<%bz4u~lJJK@ThbmcLEZ@;vPTVa)r5Iq*U)h(E#yVDvSv-Wj8TT8sk z$Rhnhf!9Skl&wvOr@3`jS2e0*B#?1XAy<>&j(5S3UG5n}&{9smfe zBzT&il_rLHs}+=ijKD>?%)kkWDsKPDypduA$ccE>v+r`WTZ|XNA*t@1x!RCRVy*c? z8Mg)qKi)Y|6pJx{u>Itpj|r&Ubrs#|?m9A|Mjvuaq!?Oe+|him z5qH*YKZOsiZzm39Vfuu??~#z&BaAaWyq^lep`Ql_*2KP-UQ+S8Y;2{mg-m?oefLO< zzLyIKj0V`p>-k=Sn#wk#x{vCeft#)(f{GZE- zBhV7`v=QOs$p@;vQi7>9U%4M9aA4!rocf;v`A2SU6$f?M{fc!d*deuTUtFnFhQh zUNXJZjJOl1LM0;`AIHDu19WCc5}GE*;BTqD41L<&+MVjU#|#ORll^?FNlt%zG>hkUFo3eg{aY; zmIV4OuOF()*2ILZ`{!6;p~M}#ce9I^QGmf{;dajUV>kT6^EMA&4^>=WJAc6T$_f7} zycIDSzD#a@9iJANvsoSjVC$spGy=_xNRs#aRN(TCY-K z&6EdPrLadud@Lp(<{YC#O0yNcE>SyHZ=PxyQ%oXWz+9O7^Ow=1qE=-e90dV^^@}*O5RHOFt!Kd~ z>PQdIBdpNv{*L`8Z#*Z$FlNcs0)7a_e&pX<6hF1Whqa=pq&W?}35WFhc(t}}4q-er zP<$j~zrlvKza{pidWY8sz8lUr_THismQLp?kM!*CA9~7abMffjF#H}0NI#*<69h?8 z%$Evtg#RPQkNZ$P?#SjL&74f?j`Zg%yLXNTxgJ<)kx_S)3?-?ysK}oq9)t=L%V}h< zfMjH@G}*=!h@H32LoKzu^2n&^I|BJNi@<+;?QO@QR{=!a;TC7r8aQrxR zh=mvv0;ett;P4w&>mm!|Ewl+c;w^GxVW1xPWocvrkumC?3BXq-^u7PFik`Z3qH^n3s&4LKXmJI5_zch2zHgNr=Rjb8i;j;UDumBGB#L8fj z@HDc~6lHouqs8j4?L?T>HU6#$C=@)bAn-QOsjV5^`~)Z40}-pb#e*fxX7jEIZD9v! zL1!29;j^(~quO3t0VeCb-tR+o#ewmGgWF-xqsvo<5g3yFmyy2EKTBv0*v4atO#dM(S+ zDXKf#3f@HzTD7DnaJ`8tT|69E48Jz#Nu_F{tF*NQPPAGmUy+ZQSXzsJ#K}z0Bv4bolH3QKGNzmciMow2~pT zNC0v0*lmESk4#Z_PO+C9>_TF?ZpA2XqrJv^inimn3H!k0+fg6&^8W_rx69E*rvlh5 zvt^cetd$OI@HzZ8h)}+4U2zVY6J^31IL)d>enRV*U|aWpF)8R;TeoUz#WLUyI_>@! z(JUk=-tQJYt5#~B|LemGa92q_FcivSpi=M0X5A}1=AB209mLi|j@7KtgV(@9M16De z?IyMIC9x0hE`%7%j?(;KjbD*+$D--r<1R33FMojUFs{;j)Lx#>9Q?^sW)A--C*2e` z{;Y>Ondy#U^E0h;{~GoTl5W}Gy26Qp7KbkbhGMOdqoM1{qgfh%)~2@~;DtChWB&e$ z01ZEHm(t;A;}8FBs?`Ri&HmbqFKVosp;5bzWhO4?FN)Abrd&0GC&bXkPgl=2E$G(S z)};rD;*QzZAslYS`DzRG**_IUoV+4Gm~2Vb{&A+qn>ow-qHOJGBODsO<*0W0GPc6& zMGNwN3}SNS_>bU1BPiRe-9~0gmSo<+b6JPDFkF^yOej1+Z>T4*(_HJ)@v&Ayab!41 zmQnND4A;!44F_nT1_Hbs9sl)m(5V4y(mnwH2mEq$tit+_C4`s3KSr8CqK8;32rY#f zW!miWUVw7=QDim4iw%(crmdGS>FA$Cr_MYQgAHAb^|?EOH@92+BW%zPk@3fY$;ZY= z^aR5>jSj@yO6jaP+jCy?D2GCC`h#BrHNT=*s!A3C!hn-#%d z$O&*a#j^|R@#W5DWWMhuaU`As^~Vdp;A7QFIAWi;*FbjZWaz%_NPf1d2kPuRjVGx< zmu*0R|8f>r&la2oOO&KU<)+?aB_2h&b0cw9gJD@(a1;Ax-um!EYOJjW%@^#4CLfjO zzmIstoOgE{4JzFvf$Zc=F)deR|0RhN`qj8NKehPR!n*LYZqx&UpPxq~^8}j;0uOld zfFh7DkU>9>a}p}t5bLs{!E<3j;P7lD+^ zHy*4pag_My4}_d#+m^TZUy!5#wJ~r}Z1Z$j4KSOIg#|!d!2^9_mf5 z-txO9sNWz13W9(OKrN&Fb!;+dO05TrHF8`OsH4{}Y*pcQ-)5u6NvL4KqZ}rwzYqww zVcuD!WyL1e`plfOm}n<#O#Vlap^Rd1GwgwM{hh~dU%6_gIQ=e#RKI>ANDLg(XgMGC z>xF0*n~bqaM^lH}9Ky*XG0!&IwNai=xYg5Tx?3xxw!A>t;$BQ~R#=yFxrf}$UW!de z>0nD+tQ_)*it+u&_ZYi{4GaIQb5LUivL2euP%k;fnAhws^%4CvnEq*)c9B?W3aXbk zPIBlc=oU25h@QLO;n-lZ6i(PCnP;O}F#MO2w@qr0jjUK?MvRX>dtj@3f@M!WBL*tM zv)_82C?2pgIv=)}IC;|KqZ-kA8Qh>{;A=tjYan%h`5(LAb{6-Z{#W1Hbz_LQu#D-J z%n7x5qrLs3U%({OIcRCJ@VpymYZ=gROyL{>k=A<5bDC(CCI@aNLbi=NDx zWs%i!G^X>K!m308!UcA$F9IhCPJc%R9i^|Zx~+O|><9kj=dRWtzYZKQF-8KO&!Fex zgLq@C=+VUOWvrz)RGb`sOdwAn)%vjOZsL8!ManmtN9PQO+0avyvA&}NnLm9+Rc zEfr4?mja?b;?bFYTK!@`z4z&}Y&ZP$Wk>N~r_355xgi=kABIq0=iP(*-Tf=dqE2^S zG8bAtegB~8O!uUlUux1>9^0sDjMBj0*Dy?X^6PS!+fcqDFZTYjXvk_P1;6E>){Jb0 zCleJY2J630;>2tF8JG7NQisj_VLfr|L{d!fR?MpD5dWd|JOTFlgu;ml_d z(xeQe?M}Ko_)eOsUfk47tNqE-%si2w0|_)+{971bdYmqzIg=>PzdOhEoBBZ=_kt``Wus zACKiy)gw`S!U|Uziwx8+_hy1zujAbxRBsIV$r8sOvT~RhVO>o2{9&e#<7;YiOgiB3 zv-2@3BlJ`6E$ZxSD&0Jg`kLL5z*j5K(&P5CAA4!J?!W_w^1;%Ub1-sP+SrF@TQjDU zK9xT<1!Gj5dFG8j+@AJ6iuJPo+yB!$0aStPe{!mz@pO!Dd13eeJpZjk>O8@(NUDXi z3&J`2O;sAVm6vM!eI<+fOZW|G+SKe!$P4pGQp_Y8C=ugpBc*Nxo zcByIX7=z*&aH)^N{bM^NxGxE1*ya!wpUO5gb5CtXFt*@`Bqk7S_K*JTY) zQWu@~+6G<*=<>Z*X*MoyPVxB`@hN9x%Jj!q9pl=%K93(9>Z(t~2MZIvYJ5G*pow=_ z#cB%7J5}aNqUM>P*>P;_-SK5m5gK3)PmWP@UU(K5c;K;cCRXu~(zbEpf)|n^DWE6ABV15*HxhwH z$cNTbEDxWit$%w|?*l~IuAcXy0souNy)&5eXK1`rLF46+>*9I8??kq)Yum;9=&0Bm z>>`TRLnFj-HDza64@6^fmNC%XM#DkfRmvS?DMvn7dJ(%Exqu&TL?Q~#8w;f8Ugwfw zPxR;Oajd~BSCR;#cZ?4D{i`pm9OU>_H{y7KK~JkQboJ%ZxQ~DYoiF94#r`!~yHN@2 zWg2xdi`vZdTnJ{>1&tgp5UO` zW1zLkL%!9vs#4q9Wn4^Qf*@E$rZKZI+=Ur5;UA*d#)4Ja3&TUUZMJ6eC1Y?fp0$Ws zmDSiMU60y+PX7Ncz@jgIZhJ<>{Ep>Hy(+`tbMtw>-_^(`&>Z4eqfnnMIHU^Klnbyo{#a&x?~doMUdJV^%eXu(oI> zhkKQlf$#+>($xK3%xUWNTst;(nS*)8q|cOzoh&SL6MOPQqDP(RSeo-2AxA=Qo0HNU zwXKII0Vd@DDSn3;>?*Kx&NNw=mgnB6Jz2wP+7|<<~9N_pA1)c$;kPvgS4Rcez|-|6Z){20p#;NZSb@n(> zv6OeLX6PYl`fStdx&Q88zJ5!e8wEIj-xSUNz1R@XGd2Try{4z0xh)EO!Wj=FmI7*( zymIjKWSu7t>vJwP!}-riKVrrYDFaIYjP=U``EAjaaPvn&*pH-++GJRhS4#=-;0+p|&LhBO z59L9u^n*A(NCV%oCdsFgxHZcTU^MjeIf-p72MDfk}>%7T5dQOANq>?6lEQmuB)@Nhm~&qL zD+k7Qi;nG5S@cVjp;wV_QTeLj)^VguaR|J~b;Ny%j(zxvp7(>HpN9UiG@!Q>%#dyR zY0=1Y=A~63@X?>kQt*dMeQ9IS#wKG>p(Q-HUy^yXhl!Ued#5{8JZOj)&ZMZC84c+< zddLW%x!XxbTGdBAzh>8oO->W^M~C>6J{Ju3`D8+@s-E@{yDR_OjQ;P}3mVbX7mM0E z?RK6H-)uDvmwNm?Yg_m4Ewf<%(0NhR1SF-Qysn0RYd1itExGN+o z-ZTa%yYbBVDxY9ZM>pmEnpkDFHeCaU}TG$)AJ6cA0+@9!eRP2Ys$EBE1YX)XI!Ab|zg_ z-rFHHU8`~y!0G~UQ~g7*R88u=B1yw;usRebn$_$ve8?rrO9@TF%WFFo;i1H`1;D*D z6okXRcLsa;b^nUN69i#6_27t~i~opM59Geb~n_4Tm~8CAMr9Mk@0y6!DCq zaZmd4hFakwIW;mOj-ss@7}+{1_ZCuSP*=p`Q9KO`pB3^bLVxOGvDz~&d^-JKxDa2c zGna9eMVxb20?p8oAd#=BU=XSZ%U;6Nm_!~T5h}~$_2qc%e6$TSQVU!cT~KbzT2( z2JUn3A@1KqFCaw2y%`x%4^w_6d&`vfk_?OBAyX&Y>U?% z_Q`=qrw_JvG@lde2Ut#s(WiDET*Ch~8_$^Y(UD^?9o(w+G`QO9oyNd7jFf*zqID79 z0%^X%7BVeHv=?p;uerS+zD$wf@3j*_Y6oirA1bnG(S>#ju$B^jU`e9;817iAq)!?a zaZD~_%-YtsjlM9uq&FoR)^LTW@AXC4f)^WwmL-~_B@XWJ(kTn+~zb;{yGL=HT-?9NWDU*>xugHqP-^!L@{@&Q*p zOuT%uc05STyDDtCmoz52?d*x47KOr$x5ET#44uYduz}OrDdcnDes$?C?N#gc9pN0M zm${9be=b9^o_~Ky6jo`-8SWnF&#^z)eyC^vDZvdlo@||h{8Ekl0$12xvS}qiZAA=w z#vD5%jG8WAC^=VA&wP2(f5Bw>+I+u_*q(1>zAvGK92OmNp)us^6LoU=>+D+8=%MoatR96|miN-8pWl zQo92e^{54q+SI8oT0T*a|Fw7dw~`5?E^-8}7XUft#{ymg6;VPqx`pweb$Of(3u!}p zqjpz)zu(QHVfLBWhoBcW*BM@Jz&zu-#_f2iP^1_Ubg?hMx&-Qn)HjvFGKo=`s`hOg z*g4VZ4lFff3vz3o8AYY*j3QtFEc7Bva+x^-aXAP=aCmg2(@s*J|L_nY|A!Ke(J|1?xQDruC&8LgqTM8;N6HDHu=83L4{2)JLbr9O*4y$s z=n)J(pM;P7{E?vrgY8dO=9mxJAu*7mycij@7|vXnFzW@8mj$&H>8h~v%tI5>B%YN{ zxb_;!U698=Z8jEB|20H1dkAcSj2`1Z9hWT!M7FsJ}@SxrN{`23y>`7Zz8ht4!g;<`vU4=QJN9g|GNZ9VxzQiqv7)7+#6bX%* zeS&>7Wo4qIru~)@LZZK~1{VB>KfQ7?ltL^{BPi9&$%uT@luB2tgO?@AqbKZK*{+IR zeiCtbrz0VuG9E!*K@fu<$Q2G8s`q#hADa1fE(*_M@32~PQU2+MQSg z%#VkyDd6ua?^F^>pUEO=rhnSMlB!m;M|nN;i~AMvg%j=&9+8GSMe>k(Ck}f;#V=y9 zbaOSR6E7Q?&EoItlT>c7j(zbU8Rf(f&@RF;|7PKnxMNAtIja;kcKJY5bD4UO+L5{P z82@`F!DrQ$es$1_=%?6Lo&VcV-F8+{&%pZCbFm{@009>e^{RIU9I(39>5mrBMzj0t zCnN9t*6oAnm8ZPMEDn5V=)d{wATwaU3z!ta!^3lRCY05V=UbS%9j_g~6pvRv9>Ty- z1}2WhctF(Ub(R452ry42wrIFiutGX?)m`CzhAp~vRG_7C3Fzr@C0ET3qrzR}GIKkh zF(^dZEv)%0uIq@(_i&P}Ge4c`-WbCUQ{odZR_95-EP$|YV# zh4qkdoBT#yDbhxZKY420oy#!7kr!<`Wn!Oi9ad-L^gU_3C!EKL-H(9G@yh2xi;c{n zD45w#f(mSB6zWdoqjuP3v+6xD@%_w6Qua7OmqB1hVNi>6DoB|8GUBUl3dBu@I~=q< zd(27CO~N1-z)hTZ6pRJ%TPNdyH`@&R)@}4ZxARdJ;C)zH(S+quRGjvCt%-V2`o*>- zT5d@A`1#j-l#$L~tgVwFlc3#4A-60VccZ4PP z$;uv@_$V7=8QJ=2WM-F5c5&9r4LnL6Ms`mYIdpmSHy@_oi>e^-5LO`xwHXn$_0sVY+7UEZL=TuA+FZmBxm#>W+k?8s75K z66T38UY1~z5SK-UmA<}i#C7L=nO|66U%~~vt6IqwMuL5%U_q0d?5owFb$qNW@3)<) zpPq*Pch}Q58bL;^FEnsXWt)nA2L4LH;t#wW|Kt>}GJJMED=ez8aP&Ng6Mz8FX6p@w zJxU-6A?5-iJ-I&R`TxlJs;IiQWm_~j3wKyZaDuzLy9D>(?#?2(OM+`~cXx*b4NeHI z!QJgG_P*zyyZ8IyBV^LrtXb82uc|Ss$}K^+^+<-EhyDh)x3!>#Kl?cfx`1beT|%t0 z*X6X|e>rL@jbQSxS$x@M{tDCvEDY90kW=IKFy5%W2f>-gLwha6VR?U;u~Ml_~%eJc?? zL=c5b>#&?=))J%W(FQ++lsV0>mu5MA%GhFC^ipi&V)`V9w3J%+92U0KT%( z!{#rmn{qF>l^L&;nG%fh0ebyGG<&h{nu<{db2?OjH6M6G<|cIATDi8skew7iBO{10 zRB$=r;Kf~xCg|2H>rgI~MPM5KuiPk~e@&}7o8)u8)d;J#!3$G^o6FZVmgH#gx}3s? zH1_LECbhkBwvIJFuIRI_ruzI(LA7u0haYo@6vuP;^_QIN!`0kg6WAJo1P#+XAD_OwK5FH`G_PIuCSY~A# z9p_@cwN5t-A~r)Q3HQ;`RTi=q-Edm~1H3}TOojaGrmMW5=C4V~&H4?!YyVKOPocu! zEP@CD4Z@0-^?30wb?g$yiDs+Q-b&Q_h*bkNyM~eJ%IlHinRH zi)iJnPIy3>SWwbaX44oevGwkCa`C_?KC|MRB4Za8%;Y>g60*MQWUzuAf;}*^P|hi_;4bH`07__U=|K$03}< zeL^^|GF?eah7k|%LckYXaZ?7o28YX8+$4OK}~s?b#$X5;$Mvi_ZSk7=hub5`WF2G;imcZFS_7E|49dy69+;@aVGqa;65h9k}osO ztKP~sY}xn=_|7Sd*InWjF?hh{%o9?!NQb;7BF=U=Qn;%*jR+1GRsqg0)$rb2u^nl! zfO~pzMTj0?s4DEqqZ^CG30AQ}tM(LH$l(f5ZQWiU{?ZdTMueM@koS0}E(Dy+Y%aDS zwFsU?_SyO&eW<<9Ju7>l*9#B6dj99wmp=a24jpWitQ8_c3E_#aowx1xSQdVi9plO=d{fn|0h_n@&^{z?>u5 z{(A-e21JsGy8wauSb=|4x1$lkxylXSp_-$qWY|L}ZNuH>ZI3QDJR|g;L{WIH4pfQN zi4AyE=x@L0dR(Jm!!f3i1=H?&p`r zR*hT-gr?jj#h~LZXidvLpyB2`2(mSxlG%UQmJ3d+P1Vf)Ub6!lhWuBHOww(+&c4&I zX`nkG$7|kUD$z^noNwss1_PwJ&<>)t?mhYkqJY3N3Gj3eiocqX$YSSi79`l{Qeu}x z>8(deNB9=r1UU)eUqTRYQZKdf&C}Vw?8HNlPHn6q&#k2WefTq&$x| zr~B$g=*HTA-O;fS1mNM^MV!UmM)@kD;SP)ch9)xrg+4U zpmb#Da;TyAg_=-V*J3835?rNdwWO#4W-tm!=!uyJ6lFj-F8@0roNppf!C_o8&`9XIyP`T5B33(4(=ppOz5oZVg`N9+)~{1WYfJllFPrM|Z83(c zC<$(cI`jrz%;{k6%=CUr&CWPG^mF*lX&$K9keZeXUw$&w9Ri~+;WUo;jf+CTBT+5A zFH{5bjw9SCk8po}G$cS{>A=viO%AgC92|JO?ReztZRz4SE0Y+m+yOxLlTCEbd!rIO zKPRD=31mBUXnp%pN!>tUAj;c7(Nh_flFazP=?&Z)mOd1Lx3xFr#m$NoVMx1el|T%>nA*H6)#?Z{4JTwN zX3{x61(CJ`?ay+CQceCPvrA%>_%4}=JjvD??yC1=eNyJwd#Y{+_a%`M9eod^_WOYy zeG6=auE*eAync&+a|_MDb&3|_s|z@9Zr>jddUm%Bo;rB-A*?FO-sNgVCC0pc@PAs% z4B;xx;Uen>E2Dy4wY1|j&{VZg#-NlJZS39op~6iKkc@mbp^IXzJ2>^6L^8^)&wqjm zTL?&1NWnf!trSkNS>k_i&56`3{t4FA?y7lrHh(z>yi^FsOH z+ZJ9PR0ekr7BBx}$&yfA)(r4XZ_E27O*PZYF@{ex`E#$P@77LAfm94R?s8J5II`XQ zW9SyECw^}l^Al{~u|4;hRE1U4WNvaA66@#aaGP~RQNn~7$C6}6=^S)%t^j>65HkkJ z4fLHT01K%^D;lc_;*tA(V_XP`;Q`4>%+9EQiXkwOh+BPIBeQuzKuMamRRaKHVG`_V z&dbs#4P&45a}p})1x=aW$={UcBt9L1nN#$DXd5i%IS0--dNbl393W-rO&TDIlW|g@ zXho3=cGF%9h^ju1l~HGGk9m=2&(aQT@Izy0{(R(V+8)*I8pFz6j;D`jkB2fraPDfB zMnG<#zGuyZ#`CU>jPiRG^4Wv5_@QBN|Jdde=!|FfURgW{od*B~9ooo(#M#ulIAnFq zu}Hx*WWHU)%}{YH5n~s)1Q}$<{DW%G_6s|POaK})JZzpbkwW&#erK^_){Fg|&&o6J zt!obGxvPyweXi1@e2vc!six@Mb!;C%r&-fw{;8$^)sh7%5;kB6&or9l?;m6F2^$j@ z^_Kv&`3<>o7vNLIe$mS49=7n~0>8kqz&7O$Zq@HP0lr(GM3J|L}Nex_e`w6uj$R5^Mj_l05T+Y-P&P(=^8*-*pY7HIA z3HdzIuXV*@t&X_$XL^mw+IHsfy8Els+~*nVwQYuiJEgJhR^z5IT|%`AfAATZbiJ#E z0>2g0KH(l!f&H+id^PslW*Wgj2JPcIngXBB@LBnCNHKBMoKs7+M% zUGI^0#j!>O{L`kfpzk03W_Wm$r@0dB6EAET^p(H*350hi_7NR0BH zAscK5z`VC_!Nw+O-HfrV@9agKO7V64)ieko^N8xD;@`JUkABJjl6FLtas2%21;GjY z-I4`fb=v2aotB4&=g3HDQT8Aa4{BHp@-myY&3Vo%y06;#fRxKU!yCnu3cPr+xfc(*ond{j*^-m(pqK|FT6I<=D-?UhE9!` z%e6n5z#~gkyJ+ixTyIk-pnM`9A*%T$3h=_nWOq36F`jxudaCs{0H$BQ%s&w&SMn$( zsBLzeKO-mky&oyW>dTf&Ew%GrNm-`n+?1%#qT;qD*p7jhgVCDLO;4My>V7Yqd@R9Z zOE}@}d4P=kk%i;XdVzr%2ZG>#-4l-uNivjgZDb;BeK?Ny^cCK>KL5$tzlk1_N44i^A47}W1szZx`=!^Zp~su6a-A(~prrGmt~grjcwEsoev$<4#E%I# z_1o>%LMZpcl5mYkAgC5`sg%=y z4naHkP;>{#ysG1x?fS*09mnyGn}FMTWEt6sek)|UMPzw6VV)>z>Akucf!sjqe5$Gb zNdFh>G_#gSYQxSb))rh1wb}W1`&fTehBS6R>9kkq9EW~zQs_s6qyyEH1h<^z&I>aL z@h#aw5u2fHoP%dXbi_bC=^v-V4nYb3*NCR(lk`{l695N!t4Wdvi+;VXg5tZ={QaJv z&ohJlPk~J*3zuLs=T!N=fkGOK7s*OS7RWf<_SyG14Q}NA)gRE!Jh=m41hIFL5-z>A zF30JXyuUmkcG6oU1i#7K{<} zUMDocpItZO%gf;>e6i*Bxj=>eF+#U;M%icY2$-}C|J805(R{-e+&gcFxk}%H4o#D4 z{B-i0xnSVp#4I^iQhS*Yg?FR9g~&n*tGzy-ERZzq!6jy=wEM9FiHiWKRldzM&xz|C38o z#BCsn&#u@di8GRD*^QYHRvLr8lsLIKPW)JuCw#;d z_)-#~D}z6&P$`iyUP)U=rxH8-o?%Q#!29|1)7UVbyNj`4un%0uUG<~ec*nFI=7r0V zJf)j;vWYa~FlO`aqN*Si?p9sO8Nf;fm6UU&hUnWTCF2f7E%4cDRy~&Zd$fF%nhrri znlaNZ&d3E>f2@mI9E@W!>I<=_VP6HT`C1d8SKh~YOd^+|pqce0u>2jkeb+~X9qR8jxwZLO;jjX|yIEo?QtuhR}2*l=T+-!BD{3-7~s zAN?NH9;P+_NR6kb zHY3-=jFJjkYsj9)lwy5SNz|DBK*QIP8WrHsI|yR(7CqM1GD$qMZjPa#Jt2!>i$%Rp zH1x^UTNFbp^Buu%j4wgTuM)4tLa$@o{h$JBwcr))fO8|d0?c~_a^nW)AU)X{Y0noi zi!G)MQ)yvTeUn!9%gK~BeKj)sz-%|1^SBssT4cSd-foUw1M%}e4#zT-+Il`@>(O(0 zky3P(RNc$PHNtdCt&8Az)U&aF!1uz2LcB`(^61@Uh>w55-kr<&W<9;T;ibyd$pr|| zSw8LanIxjPb?nFu@YhQLBED%fj~0G{r?2DjgX_TgZK)Zr&aoUTL4+lQgkZ4!lN+8m zk)I0C2EowbCtMZpP?s{%02aoz^VQ<@c;wU3Yh%(t)#7lBGn!EJUJmLvT*jo(9-wM(I1TIF`h!KC`Kr4idYqINlv>} zu`0UCe0#k2IVA!LN9SG_B@3$sr371_A)b1D{SIU9uKpeYF z=(dZQb-A_eB2A+AA6T~A^W71S3Gzwmx#qGrZYqmj?FH_2Jt67NVef_Ue2uH_S@dM) zgzgiV0#ffcp?`G&0K2QF&jERztDtj7@P8v-yI;FXO=dJ<|6Ryk?W5g5yZx0ILd7!MkM(CY{hEF zou`s7lIF2K8t211+KS%6v8;c-x=W;<@-iwleEp5|OhI}?ky3aChr4Qk|75n*+v8eo zXs;TJ^36#tRt(+hy(F@jI9ZFVX~mPMQ$h;ipg)0!yhhwClk{dD$V_1*u7L(=DqB3@ zKxj0@S=g>3heI_l?88C8nGN$TlenL)OyQp`3uK`nNqV6fmB?w45jc%lXV&Z3+V`6S zp1e2FVFkInhoJMxI&<{efBM?x?XR+1z>1@qtcOFG!^sr}WNfk64Emlw>G9(0_a?1% zzh5LgtjlR(9Pn?jsP<(~bL_JE>pIYPBXWsN?&d^cAH`wZ#YbRe!EG)3IIXoa(>j`E z*Qf}`8T2(bF_wG(sAFNx)AjsevKPh}wJ7cGF%BxjK23qt7+v2k0YjB!h$R~%2W=4& zG5Qa^0u)7PewDwwF5XIo6olKs>0c7@WgHnk)~N?t%OCHj@`p4<=SFdk#iN}(d~={`nhvK&GQ8ArVK-Vkd|(rjLK=!Pz+Y)-k$MpDIDiWQ zHTKooB7L234FOxd6L36zWOS# z(P{%qh6qhV`eXTSfh3tT^SXwv>LvDI>)z{T7fhfi|0GbLWCPt#Y|WwufY8Py#p~0M z;=^v1gQBTTj$Y*JS>+)x7TJUG`^QRQ%eP1kA)9RUTv#t=Ut4qYkX`GFeMxiPSx{Sg zxUbTD?V@ZxFC4LmW-%{33tCb*jN_p_rF{uf7PE0snT8hao58t+kd3cl#T)cmhLUxG z3dPnfN-W$CBgAQx;t3B;q)Uuq;f*z5zbuVaH4@iWv9;DUPG-_HVjB&)_l!>7G1S6^>KNe0iUxbjJ#*#UUhk|k8@mS3|KCbOp3oq z?;w7{a+D#0U8I_TtpFDJJfHd^E{rX&YuLvkg^qB?hN`lMedwW~8>X_H$EVS6oW?z` z2qQeL|2|Xkwa_X7uBNJvD*QY#;~VlO^AdU>H+XqBQp7zCn!24?CQPsnnKF4V4MI(^ z@nm~COQ&(dOwv*6vl*Dv>00b6g;{RWQ|e{W;teg5v5iZ zMUx!i+<3SMny46_Q9O7kN(4H&p{eV@JbGd-W&J-H4^mF*X;OB#{d}nMA0k@!0iePg zg}zZC4WF^T{wZO0M$tb~Jb$#hd~P&3laGaO1`n;FW6@%nMcZo+-w&&9V*KJW|5Ldu~V5f&(~FW5rAxa;+}UzL9D8n8f79hqNu$c7Ga^C&y| z+;CH4Iz4skFPv0tF!iu=Uk;=yWf43KT+LpANT@R3dZe zwS!Il5eEfw{h>cj7VS*NU92<)h6_RwjO%*vCi*}<(;2ql=70kPtH0omkY^LBf}nhn;3?Ap4PKlJ!m0uwvf$ZmgIZo zAU1uzI1uAHP})XSrk7)lu?XCg^Wfzq3GzmY?OwYtW&5d>;1c>uV7iO+Pu!vgN96DN zOPo70#Jj7)v+-;Ih`dnAH{GrC!3>l9GjR0S)(rK{L=2EI*q+@NKrWY%Z-O5Y`bN4^ ze5-07)ojE&@%nqF?&%jn8zWU?%LZOzb zQ&fN^w|tUXg5DJsIlI!1IF$suHLE-8t2^`Ui)qB*Mh9N%i3 zYm3n=_7y)@GoTBo8_dgTGNZUj2f!&)2*KsOE0Ac5_F4>+wum-D!FWCwESB*co6Mb7 z^cql_E2M6za~~(i)SUjWRK;Vn;B>$TnYh0o37tHhglz4<+P3f$^R=Wzu&vLuE6O_~2re-#{Pl2ZA?f6`GUpTNYUp_0k{FXS& zz-=L@{9a)4cx_bWb|Q4)p}Tp+2#ouK3416NBtA5PkM%-+uV1)|fqE}F@?**kQ<-8k z(~yPAVf2A2-ouUAG<{Qt!nK+tN%RsDCHeSF=zxf()IhxCArj-{T%$-k$U>ty=XhZ& z4bHhz{~9X$BbS1o8u$fU8r5i)D7!Iv?<0|F1qA(yN2p2A9R8ecTEL}~S94N#R^%R^ znt#^p=A%iKgy5b#Or-X~zFe3_Z)7S|+LIzT@QE!x3p!z$CNd1j{jP0Kz$LHd1rN7j zidt!gkWLSaI8dt4#vZXd+h*jqsLXeQSE1Qb)W*mC0(%kv2QU(?!6LooH*6|dW&nfw zlYXEe6L=e?6T`8g)$U#H%%ENLPTp#$5nsZ#!;*@t2Yt}PnCQ21 zu=E1Q;@>~gfPz`alAZ>BD%ARIk64}-1Gu-D@vB{1nN4>9`d95IFp&;1uy_d$F;$$F zfVSm*hQg+sZ;1PQ*nK&La4r2Og`aM(ZBMI3-@=;?vmC;mH_O$?7Wmw#z}V62+Rq;O z@QDFdUG`RcAMf0!eE)9ZJPgXxSzJ*QV$gw_9waTVwz+-flMZ8 za^!t=3=8i4{tSL}SvouVSRIJ#dA$k4hYH-WEmZo^Dbqm53Zr17=$~e(n>@SWZJ$k& z)ckj%I->K-6;wMvv#YmbmDf2?B5%2^PWjl08Y8}Q>K0*NEIol8d6(c$+6)V6bh!w9 zWhkgk1S@;aQ2tUhC=j*J|p3KKWbHq%Kyapg~5{@raC z1+FU3M{j<*6WF~^#a-jz@!?x8vy>=NE7=lc{H8GCz+4v=AyoD>#Bzz8C@}=c!(Vw9 zF`k;{ap0r$XChuoBVrxmc zN7!T2H=L^zcWHWUKGVKqINZyoh?^GLw%WDXGuJCnOKzbe8~}~S_=zamchD#F@ey>P zA(pK{)VB1$e-iW2Lx}%Ik}R5eLcID_1t1Ye*RSdd`8b(w^f30#a9?Df+S<;@QXiYK zr5+sdrvH$?my-jsf*wGvl&;R#KfLT53#US?oi`_!7+r|(aP?Bpa%O~Bz~o_#Z4CCV z)SW(ydJXy)6N&EXV*$pPnBlmp&KBF-9|(tKv&&qB29Qt5ZyB07C0i{NX-}DU;T_cg zC)R3kPdLx}U+5V7JuRx5@a`imbyy>o8ce%t8F}p}O)ClmDU8o5LcWnfx=j*jYKT=d zy#(XGU#urdl;tT~F=fes)5FePUoPD0?5KQTkE6B5%OM#1YKP&$HxOGchztoJBk7x| zkX_`RI;5B3gw#@@c{tj*NfM~YzCH9jRYVDHZ!Zo+f>fY~g_IF`*k^||9#vQ4igHJW z%JAlU1Qq}cgP^ivFP!w_T8VG`{3oj>f~#544!8JMkx1QrpTHvTIAc8)Eb^lNSq~QS zL^(6?R$FR1U0mYg;ff_mf7z&lE9maDtiiz0b2MK1nh&xDXBQH?;B{iAW6rq-jSia} zJ$%Cp1>iB&b6=|hg60C4R{Wgr9}LetTCeo4!t08i{2%WbU}HfXECa{{GoYXM>#)o!AlZcWASXO z<}cHes5#slKO&)xZd^ob$fVANkEf&dNOgu7AQ${kld)0sXX*dC=NF^(J1sY?_LsNJ zXfd_b_uk0@DB^ZT8)h0f8egLvySNDCl#;*UUOkbQ)bU3>mmy60=7r4eYv3#8iqm>L zT_+BTiCf~rM?o+;(q|1J2Eg5HOb)8*!HA#~5TapC;Zf7W@{z407#lLtOh97qp_9HN4Li|j=wF61(?S*agxc84OM0sN)ej9o zPW|yQ9}VrD3hD0?SR15Nxmx&AL+iBLWbwu$+-C*j8f2e5?%v1N=#WEA2qxg}2Ij@?rRftc_=WDYyLlyuNH(BQ(x9b=RXDp=wO`%CTu8*se^H8DAjD3 z@)wo=cE|1*^<0;ImFGIsTo=NN;N&%*bvO9eNeYM9J##sc`0%clSo1xk8+avp!N0{P zR9m3&=+kS_u3ZOaOK5GAc+VW+pEb3RjdAY}>l=Iyg~fx!QaRZ#&%YcL`l|&c z`-ILez`A6xaqZ2fqlx^6aprpzXJTid(eqom-vA+m-gkVc0#z7rIMuI%fc)wru!I?- z`*x1Fjs_9BE_p!^DoZ|a)uf;}E0r6ov#+3yds)tJOms+_>ll7P^CLPSe1&)*PT5uCFE?XhYeNBa2RYxQD)x z>dD_=32T2<8r&%73=c{1oR!DbwwE<*#B1^u$UXSG`P?F{FA+etJiprzu(yX z)O+=1AzNcuy@TyHaN6e0UxET|amin@%OU)arTjUG@iINfg*>0XJMJa_m4|cu)PY0; z0Y$~dL{JC0zD)E|lI=pCsd>*t!yP+f&eQeAek7qElq%!$H6x77hrFkyo@P;&502Si zA;lro6zC6aBUPp28p`K{uf7{GZ0dJGd!{dZj8?&8<~o5wI26_nYoeMmxPo@QWi6!I%p|aJJx(~2 zT4zK{i)5W2I0ZLA89hhaK(1r_vz~+0@Am7aw;nW3=17O?`fhsI|7vi5MX8uu_8jFPIbj2}TZZEem3w=_>WvYSBW;vGqQ^*GPXT+0^!e*tvzl)PGf(=d1?lLz zmd%epaG*yvl$!)aIN}kmw{01uBdYkG7Sp=$kJ9x_2*61}E9m|EPBl4YO%J7?r|#Ol z%ZU^sFyFWKiY_4$NM|5?q942$N*Ch_P#PV)AGBeARzqb2AM~BhzwXbD%-z|lu0qPk z`64!pAUms6XvQ*4>jzqPB%I~jEkjm(-JG532wMj*#y|--5#Mht_~kyp$Avp}AiWQa zxh!fAWj}R6w@V(n`#uMATpMeiwpxSpJ?#2^;QG~B?-IKQ2ZE98dByI(t}>L04<_~A z=Hj^n!FJT0IP}M``9cr=XW+~p$%`(gXn^Qb*xYMd3gVl4jnz?3-lDnbp$hHZoMzsn z${sPlldk}`W@$!0(oH? z=Yj^rXHBTg?0Y_`aTeV55zZNQ{|x$H5+tGLlt|O}LIgy*ERtGf_uVPcYKS30!dp>= zUP5Fjo88b>AcA9z*Q8FB&Xu#4S-9D_Jt>0UYM}nf^iT5Ww#BUqt8L+~O&E54p2KXh zxvZgil1LCKfPd5^>K)agda}YuQf{gQ_&awjUIhFOGjlAXUIi16MZg?pVb-1-`KBJn zdI#VRc?6F2LF#Si18}VI_YXrBvt0-V`hR8708FT!iJtYWFF%D{JxEc^`oRMp-z7GL zUJyk1rqfi8$>sA?)9moBWDJPVt=U%UtMxd)Uy4-@$EW=e`QckPLt#vL&W|M86z3-6 zk>P0sApc8$DL6cW9FfcXU!2b?jz= z7)Uo0hN?}0ohNKpN?WN{g1}%i4c&p1l9aKTsFN%6N7;nmPx7SUgkZi7qho;36MZT* zf1_P6cD}t_-#O>eNy}FI{@kRuP21UrIL1NH+QfvKR4AWN+A-bGTSs@7bUVLM_x#02 zs0#z9r;7Wr)XjGA`j?<+H5hL+27)1&U6j;5smWMkXu=ScJ;^f-atEjq%Q|W)dTB{% zziZWE5=Kr4km{q@p+=^SdEp$vbVEn1cvmj)ts%URCZcrv%UMW31o;Pq*Z1#iBl8nA znc_I?InHDQc8kms=O7?LOC`?RJ_d9Ul47R zVfmP^uq_B=&5C%gn*D{$5s<<4w|f+mLj`A(15({PyghP0#$6STFJrj!>Xav_{voM+0IK zbIwq`EL*l6XAE(hj{1J=cvx9ZBPF$VjASg{x-5CKl#~SP>I2 z&~7TR{jXW@OmSi#jc>~|i8Wvk7NEiO=D0Umw+~19mqi9<^Sa{t0kvxb5{yn2*$$vR+GGBHI@D$x(Rrkk1t%9{1`clG~T`0skLX z@K?H1zW5A-O>mtw`Q|$G5pnY_egr_B6!(?GjU==hBOCvBclO6zU_tw^sM7vOyO6M6 zlsFAvl=O%(;zGBtfcm4_JMTpLb5bCMG-#H1hnYj6cTXNs9n)jKiG(d}%2_F8m*wo&h4GIa-K@?>4L(2WGudsayAr z4e;ux?<|i$9`PPeSxx@%eFlyDSidQ)gHIO6v8WZ=x?b=9B$UJo8&O2W4seRF1v_3Q z^^%?Bj%qbQpnb_p$^SviR8FunY#A=)=)e8};hN6aynS?VJbYC$3cCm0MgXK~4I;q1|28JL zY~B(S4at{Bw8#vyP}RM7Q^hL&FT05*8TO(TGs(y7B4rHmwotKy0zL48=l zEXl1S>b*6pM&Oq0 zy*hbtXnXR<5-D3b20;WuiOmv>ApxQ=0-yf?E`;vhT^tLfq8M*Sx@$Lk8{VMZn)zh1 z#)$P5j=DUNW6ulk8dS!gG@gy?2xz5>%x2!D!z zw*R6&^fOsElqXLvU;lsE5swYT-|9YS_V#MvbaS-0ej{a*-QTDJ!)w;J$^ETXE($KZ z=l}A`5#Q8;L{rUCy?~}g%UzV>BCWTln}!NS=z zc4D|CtcKY0L-?B06W5mBNUC_7v?RhmN*?riiF zBM1tt7~@M%->MJ)@%}Me?#8<*pl|!zTjSM>f{$~oH@@DgzofXp_UIg)w^}=ZKR?H1 z!jgj6A*!4WfQJF4pcdf}Ym*?{?R}S(C<0n;riJ(W&0KbvE_a?CqbxY83+Vx=DAg;D z{=$-Q!qFZxelzi-PQ5|I?bA>Jit#4+-w_I}iF=q4)p|J3;Sk07Oz7*qHHb#-aZ!tV za?@$|h*sBp(OC8!p}|{X6vCQ#UNlc?{=0pVei%+)^!k$LfOlSTWU=pR4R!V4^G+5WU%WFO(478I z2uaP>_j1H&LY$6I_O)AgYeTuZ{nskdESJNvOW4ixU>yW5J99Q$h7=RY99ovxS#s>3Y9KnaCPA5WgxYYW>2c&Xsi(k<)Zsz;rbNXOjfMJ_4I6UeK%=K~z-3e$hC8V1n!+=4{{R%QfI#tyCIiNg zOpv~s4c2v0az=|YV*d{->N_%0XPYMpeJCqCZdEhA2<0O0MZ#FUhJhH9u4$T=DCf4( zmK00nJmC@8jPk2N6}Tzr2d}UL5~hu;Q9bq(%8%+qu`%T^p=d58i1h|N9oAtVBy6Oz zZ+e^uZK_|I2ecsG+TZ^ZCu2|bMb}%et4n_+oFhdaZXP$mXUx1m)PQ4VPA(g%YILIU zOpMuOS1lXhpg>!eFc3;kgXjej!X4}-EbRn;5tb^=PAPgOGe1-QZfDOrpqBjGND1Re z#v=87QXEYz6jMa0bi+zjZYN8O_{wwcw2Bz>LJ|bvKogRw7JM^&|H}88HX`bff?h<+ zW>4fwGxC+R6KMlz^1gg#h#+smvRqtM$kwyb-)Itq+pv>Tl(!o$Yf~EaG&!+gBzb=gu;e$grkT3wY`$lrnvg2*RWKV} z^UDhoy>Z6BD04Rl>+GL!{ znpFf(9Zf@QRP7o{xt9>2L>u^_<`bL7eZS#+?tD;DN9ixbK_x5^8TmP+WD~>mB0o?~ zCynlf;eO&(gzYnHxdwz!?ea&+%nBiaOy$_5Y)WS?d_t`gzh#J9nd`SM=Sfwx&2zV&LcF*= z+7pQmZcp~T0Ky^Pm2b$#0^%NQlhC?!GaG6osqjGVPyL-Xh9Q~|dM3O3n4|v(FV$)q z-3OPGasH|Z_x25xb%U$ysG}33cyGr5rs1rcH&bVTsu4EuA)Iz8&V-?6(ZvnnG_l4H zcWp|A0VU-!dGWV)J!D5>_S{e z9&nTEBfrh}^B2lGQNvF-`mlV_Mo03c&79<$lXx@jL6m2>Vr`M3t=0;lns66~BCt_x z3_O<$rx3nIW;-{>_?m|1GKoD-b5ms14hy18GLI8)^l8cv;n_2E#Cs=f)YLq4NtsV{ z-!UP~tj!q(x#)VB-JsGAoGZ+bjxG<}A-MqR{^b^10 zfqPt%Pnu2oS4FO4X@E+-aJ#EIeOWIW7!#dv*F-oIqN3UgdFhg%RCiugEiu|%6_QHc zqP9gSKWCX)0RJ=ykR@0FVBWe(>+_J=|L zgjh|$A@;zSR8%|h&Xx|5fA!;zV-OqoSUCF599S9uFO7}?HBG{R?yP(2K5ze4;W~mH z0GZ5nCRs>dqf+U@jN;94C)k0Mc6r)wNtqsIOF%gz^3;4v3 zaTQz8W&yVNTxkLm`4}h8AIgs9AI@?64*x{%_rHbqeWD3BYq>g#>J4 zhq*m>n`f5lYABp2GAO;sxp%sH=@UORgH3oMw;Sky$b|a2<(Lc6lo_o7RfX2}k+1PN zt;`3^HLnQ8}MeE2+?0?~Rn1~?x z<~2xXv}SKW@;{FA!?)7C*Z7xW{@>XK-e1jN`4MnJ9(rVJCJiNwm>^3t_8CG-w?a?S z3!o}SH_ON*+S9L>c-3HB#TrAVMN9PMv-Fluz*RX>cy`!gWKCxgWZPF_xd@#Q2B zow5^V*gg2&@3a^SgdIK~WP{ZOK|PB*i|CRrLX{#9j?s4tvaC&+@K>YnYT#{V=RkuR z1xPy68WA+^WEbNrNn&fr5<^=q&cQw!v)OF>nM8V+KrGk`&&4mXVU1zxfPLwibL9Z8 z?3h+d{``(dh><^++voxZzV+5E!-HN; zj!DlRJKy7PBWuhhmAW9SB*59E8u2#L`z6l`{NWEZpWoJxEB#Z94DH!0(g?9o##k2M zge51qA8WzZQ~=(k z7fuy@JcqW8qbWX^c^>7i`ZbKUd4I6M?SIWz;7>z=PAY#3RPZyCr9IdZ)VopL(fYU- zQOOmT7fiM*@HD_yri{XS_6*Lv{ojqN)(Yn+{%`bv`FV`X8kfJ~fBfe29k4q#TPNf@ zw9Q*Q^$JC;q-IUBCQc*lWg9-in29aFcd$l`p{f3Q2T;u}(kjNfhX@aB%S{cFOay*& zB`l;5vELT6WA*{K@-J7$6z*(X@# ztMw;C@`c%fT4ML7{YHntQ!p$4tBbbLqFU`fa)JjLKRhU5wt=H1*8bYiYh7EgeC*a${N+48NwZUtI#Bp4@vt6 zW(AVSW*Uj|y{UQp&pqB+n%V%)#`oj~l_p3$l$>+tX|6yVx>PU|{qF0Qz=WK*l?~)z zLx0_9>`p1Fk4hjj95_2*|9^CSWmsI>vMmllf+n~_a1XA*-QBGrKm);Dg1ZEF3+@oy z0>L#njU;Grx8QG)d-pke-*es{KKS|vYgN~*8Z~NE&1&*SL;2TAyar$>4;LT0+@uAZ zxgd{**v=BS6=~~%i$S$t(VcKeSdGYw96OZz4%?__3L(#^Z$~1L|SvqJZ8YrF#B^ffK;P3U-hR4E1&Vy z4zS?5chlk9**Ubz1sF)ciRebJpqo$$Ygxh~{>(67UPqGK3a^(aXN5^Eq03UCq$+FY9mIE#dEzoKZoV z&^IA|e+_ZAaFGnJf*x>*vcK^_gE8=FY3GBMl8%BcTGLpF>Pt1HmrFj}^Moxbv&VSh zSgFt+q2*GB4j2*O3m@|&Td7r;x%xQlA=tfVRbg$)Ckg(gd+_V4F`%E?Rj{w~g-EFN z3C!g3UALH*U=Oi)eT`X(9S=IDe!EkS!F&b%a|)1=Xp6!B^r6%U7W@oQyoddupnTz< zD>($9FQiw0t`efkXR@)OdzOK519cm}I0{SUwO-Ut&x>Ed@V*f>PsJ)Kfhc_avxv(n zk~+2z=C?Tw z;XEny%NyMhZf9sEnS>v|k4k|)$}p2{_<+9d$zf=QpbR${uVQHV>k||!Fj+bMUe?58 zP9#S%Q_`TVScSp+?e_|nVF_tBoLtsdqC()r9~7GG%gs+JpO`2VZOb+LPj+@JTSOjc zH*8>X>WWT`#KuC^8w zFbAO?xX{dTzwPN;wI2B?4OA;02N7YNoSK-=R&^2z}3k81V7e@FT3TG*|a2i5?z&HMfzzU^z@PnnL zYgI6*@SZt|#^E1w=o3V@E%oWtX73if5&;7kt~~47{M*l{R|7e1fCe5p0xf`|((W}@ zwn$5j3YYjPb{<$tdQ&V99rOM(j5RAxn zY@Q;QJO2jkJ; zgGp=4l`d2>>dsTlGZ*p~f*TECs4Wu%D5U3pvnCHv7TzP>2AV!1UROVRRT0GmE`Qy* z5OA=LGNq`IL#Ze}$%Ki^ybKno`6O+Le4TjkHa?C<1iwE?GzYf9$U~iGhY25_Y{W<4sWS(kV2T+PV znG*hTHD{!>6MfXX6|$^!r$(70c)YfF!aDRK>7V66SeYnT9ZAGA@g(k}zF{TX^&QOyd3vQfMC_xF0h;Rd$W9)cR)( zUCzmu}whGiL>kOto0qa8=AK_&mD2aP-ckjpHYv?Hn;sd36^az%_g=Ltz-bK6^w5|1*w%1KY z`S8IX=BsRxp;T_%fCh8zL5U8#=g)?}`3W%iHN5!B5dL|(PUoh*%e60d=9yPiJ6i+B zuH9xIzpPbAeJ(nwZc!N&n?;MKl@`rnC$)~pKx)}cDN$-*jWJ1#&ip)zf>Vu?n4GJW z+aBawm|0qh9ib`xMW;~~*9v6UTc_EmoQ#wzS4R)V`RFh)|5A>p;QZyTX0;Zy5)BMv zu=7I%>>bu_gVx=?*=5(wYux04ahq{AQJZX!5MBh)lhStNZ|Yb=;P#jbIc6jy<(N=f zDQ>QOZ^w+w(`;z^?sR7sHiRYPEyQ7+b?M`+Pl#XVK~` z2cYrLKV=S4UHtIt+d0WP>5yxUjDUDb4@hX6gJT*H3=ph5_-3Bi(r{Y!GTz9` zjMpw+O1yej7!xF;L$B@C4DUaZ^eANeR~UIVOZ^rW3YlLcbFiR-Nx${=std&r>L!tP0Yr0Hk=7Vi9>~95^j}<82TP4uZZ8jk#!p=5>c#h9%O!p3Yv~+pg2^0 zH$yIL-X)553x~42rC;?0z|3Um?`k89>FN=iQ=>aRsnoAhkYYwv@%opa2Q-+kF%eVp zEVNHNr=|6!3@pLaAiS-XA)~36u)nNhg!>)DklrrAh0&Rfw0do65{i=64XJv6pz=8x+tp%jj$8X*d+e=dn?4Hr0?6*$A7rO? zX5`V?44?h6n{&5Q$ZH<=Vu%=S-_6jRYAn%Sek&3XP~*X>5|R2ML_DrYhoy!J zmteMAzl&;7y-N*~8R6UOdVV?l!*?&OLbzjn#EfYGZX(Zgoo^5IjM4PVDN*c}4K#mT z^n93Qj%GeX1mAAKM_^*L<<&PE;*K6k&zm=tdr{F$a8W40WbTbu(ngEvgnP&vF^}PU z5f@j&s}WXnKt)?rSI(smv;^l^H5mVW8>^2PZvZ{)~E% zyB)i>UIKd+qf)J=o@>yu0R7-K?bdXJAM9+o_q=*7pW&s!mb+_B@j?{gInw4YdKc6r zRvNBwD5>e1+ zRPcf_s()Q$@vsI=HUP2GsHy{iDrx@*s!ZV8XbF`3#U7Nq_I3P8I9BI5x}2^L@id=- z`FhkDETRLt{WWX%!tce)i^_}GFgdx5!Idra*^6khH<)4_apnwXSL0GtUm4CzY>6r1 z{k><|%>8T6NJV54i$5dpxW|nPv5sc$5pO`>gR%7zESj?xEslEl*!6&nGo0jeH2d^} zVt^-9z)yU;{!SqI#QM}z25xYkt>Ci8QA4DGO{1gLceEh0RVk4qLm9s@?+5fR69Q8l zrPhfg(*lu}M;u5gT^HSD-o8l*)LcNolyU|ZA!K2;l^ zNSHAOCSvF|sCfL+!cR7n&InS+(eUBQ8e-%`Ii)vdRbw;iy0N5C1(Pn#Isf!VaKGfi zq9s84_DUkN*Q;ZkW`d*Yh0VKYo;EXxq|LNDaL-u^V@9s1G*upk(#$J3 z%EC6o0~Lgl`6w1AE*lCJ&DS2H>lZlPwvWs(_Pf$t>ZPGP88= z>bxWyHk>kapH#QGOTA)G>qkxX$k{pB1?<^ULyX2H96J^1zS(6226BBFy2O1cWA2|6 zU;8kg43c9#SaSvxsmBw(S9@qeuhSlWZm;)1`)I12-a^X~S*|rlsD&HUrBf}cg2h&% zMkwmQltd{TLE9aDv!*D~mQ2>4Bu_Z~_H4(RksYU0;X@H?8MU{DVRrW~e49Cc*R-gUPjA(ePhIGVBc2`=>I7p#(F%(7Ck7c;=9lsysXj4Q8$L1UP=%d=# zUNhs=Q^t4BsFRWqn$5tsk$PcmsfZc+Nwj&W5w^h+J{1YISWmS{h7Ds;XH5iI}0VHPmHblSd#gS}@fDTkbp*rSlN9?|VA$r+1>NfOj6+I9QP6{YpW&QBZ%mUBG-{_> zn*~1WUEA{CF$lI0(6?9ycuH?ap@wD5}UdoQV z43qUVHB0aBU3qM*L2^3!4lkm-%Khv9t9eA`;GlM9lXm7-P0@lVis{;A-|JK}-?^a= z)73=z{0OWeUKcRAm%k)y%`@s4MaDnTPE?L!`bZq=zF?&tLHeEFz#ja?2I`Z?UKvT# zX|0C$N1)dyd2v1T{Q7^HCXIn~yy#f{RBpWG;t%Z@EV?Dhs{Y*klxOKQY_s|>*6KVn zL|BjRCwew9*f<#KNFwt&QOSdfC4iwjaZ~t%ifA3}-1M6uVfn~KN*1{?g|ArojOgD{ zDhs)J)&jx79X40kH5$EahA!n6o#M$bY<+aqQFWX*En4(v*dYzuZyfL!SFK%Zk$>P$ z?`pKPuxeqhI$tnI;wYT{i_NoF z)kn3sgWhUtqg*FG5Dy-z{6;iOE#FeXLsE~esx#F_4_}noG&T~w8ptd``2dou`Y>dM zJ&dR||7M(eQU?Jf;5EXfjmSmJc5DeQ%xRdU@guwnPo$=O5<{)F@U0QNC~3DhhF)bi zwQy_ux7pY%G=ZFJH#oj^vXP{ic3#%;{Fx?w=uFjn6qx4_^U1bB&tcRGebDQL6I8Fz zr(=;@N~(pmH<;)z@-TuG$MUVweEOS>Fs zEa9X23-$6BcDQfeJ+cx11G2o(0KNZg)}17 zkgBZ8_xVxh$XU`tV$svXDWLaiu&Bh2uSF$FX z+%Rc&8>SMI*Hs0m4K5Wg&M-l~H4oU5xe590! zS(e45_-0)IdF?gyNS~y4F1!BfYv}GB;~Fq7LTTYQ@T@HQ%gHQ;2`^>;!n(u#)%QSM z&4En-^R?jUlCnX`F-H|ieb^0$5;OJ;k^H2aM3no*A=&9ilr+__N2(5(No#3%h~#GE zJ-86kW?1t&pFPUVTPM2~WL@u^*7P~?TZtbWs8yi_uPBlSY#n%NTBZR-{g|N$w@|ID zl;0H$$gCfNl+ow;dz}wExMat8VtA6*8TN$ltu5_4J>eS6OQrPQ+ViF5RSX`qdHCJM{G$n>gkr!81u z>CI44oDVl4Fe&FlRFU)rBlb%=@jRoLc@2_ksOE~*oxdk;Mg;re#?T)ZJO7)RHhULe zxzl6=7Mo50*zc=@`#2yq3EXsg{7i&On#!LdH6<3ILx1rR-56PoQi}SpG&)1|i>eXb zW5GLpI9bT+T(F!69tBu}LhP&K@Z^D(&ZpBuv$Tj3lnhP0sN@Ap;>cTFWTG@&-^u{o z0Rg99dT=~i-$^fD*rq%bl*Dh7^^1Phj>gR<>^`qRW90@;xsy)k>(uSeiekTXTi6a` zUDK|!!s*&YDydN8k`-T$4pc-Q_P%n%TQl^0yIY*O7P=AkWY(A#jCq{nNfwMAj{_Ix zBsCCDjBlCG)n~BQWpuGiD5+kbrDBx=lxVGDBs1NeF=X%_kCP!Eu&Y5JOTx! zJ8{n>Vo#E91mS(SV3d0Q`z^L9#_0;&pq;W^L;()+i}ksR1hO|Vu>%EWqGg_gul9zs zF+#dhkG>gqI|pS}^uadN5hyl>p+^kGHWGlw z(~(eKtifcXyfBTz&&xaa4ROJuSQdy!866@=ly)Y;D3=5(z`5q5dC%)PC;;LOXx|E% z8kO5L13N`(=Y9zH93eT;$Jipm)6JM8VrO%GIpiwEq{}q|_m3%29eu;ZLrh4kAN3zK zhHUXGq|x@b+z&Hg`u<4plMlz#nV7}aDFoGjL%NSWBX zByo4?LhaB~GZ$~9BC0*;Ff$(0wZPx8Te8ES=n0GNLCmu;w^Z~&A`(7~@1jg~NPPl& zsBcY4dAB}U{4}RV>Yky@6bpZlwV7W=^ZK#R`E~VtcXU|x7880rq^0xr8fEv3_m_pm zbrljb{Tw{Ym7P(TP3stgxpB57FvDWx6v*3y7{8eHD$$-IxFLM#PAC8NyWCZR6wx)I znvRx^@O0RE0cpZzNaY7~2NF{U94c#dK^4-%PCmEMcQeAX@+q|rRJIrczfa)D2!O+` zPb}Q+1~k*L{~=5HlUOW#KVliLu18K`1it$Dhl90XuPR-M=;qwFxj_T*kiYnZ5oQxk zj;M8qyoT;1ONIkO+4n_47#!+I-=}O^$UZuP_gzuKh8|YTwgS^d6^=IE0Gzlg11@d_ zrjfw~3PiAXz21dvod&}A)f0p^lEUUlDK3bk<<2uiQyHr7i)Xl|!%r<*kypWeehJrN z1M^(|1u4SHnX1k%wy{Q!-sNveC$asDsiXtc>afdaKWGPv&f-ck+;FBK*js9P%lS-~ z`B~UrbDkry&j?w?r#%WRe)=l{wWbtw0ia00A z_XDpUsTlM1BHW;;1yN;wU?;LMqBvmYjYd!ieHQ;w7py8hgSMaRpwyz-R4Vj+Makd$ z3^N&xG&W}|V~%k|Uj=2AHxqTsHh+%R@gR778+QsnDQUC`sm4esWxUj<8~5ByE>kcY zGn+R{IAWZt3U;tsfwqflGr|UzoQ$iL&0=Xg<`Omrx3MxkHD-~H4#ZDi@P%Db%i4N@ zl%Vem=%>2T3>}_cql}r=OmXY*E&jK5DgcYX7|jwBP7N!}2e@GOhGNuJWUyv`A0SxZ zkRCD>+Y!-q6K{`c?+1Ee{XO2Mf5F?oFi5>8Z-Z;M3gn0g|7dyqdAHJZhJcpHTVDn- zI%1#22d^+Ue^a`-7Z}O!OE0d=f>lXx(qR}5G_vU&HPklg&Ajq7)nO$J&g$PRZeHfT z{9Mc2fPeY!I}RHtgHdYuA}pA6yT*X|{?IVVlKD!ZGgUF?JxU0dP|kSO)NLUt=Bm8b zlUdGUO)MYtP=E7oQV02CAY+tAn((+(;wyoTh)8d0+UnM&wpA{E{N03A5?aTAI5r{ zD}ZT1^p2SPdvCuNN`>Gu5KP7|a$f%h#r_JbscGMRl@_`G$30@~&D>5U=v)v^_S97( z!Z$;uL&?*61?6|)HyXAPNPE@wYZdFt;*i-I(E7x&PU&zTaw|TvcJTXJFAyf%72JMz zyS>oWt{g2U8v8I)=DCCb)Qj#!@9!dKm!4peW@apQS<>uYiLj<5K`mX{D{Q-7e(Y_a z9YFJ07`O}&XB-b7&Pxd)tn zHwA&W-gpZyStx+?i5R1fI0-FP?X)a>>I*wsVuK1Q6~jm67oYfl755FB6o!SdM(--9 z@hJ<>eDm+HR-K!Uia&|T7wMPsl$jCfPJ#1^SF%iJeO*fK56(Yx?%S%=I=P~R$wX(C zyRP(9AqiZKU*lQa<$L<#D8`&zP@NUXnOu$-lF76KY{syMoFCX)?T^&o^%8aF$qv7D zN+u6*g^^vK5mL<%x4UeC;7A=NZtD07N4jk!`bET`9yUYHd8u4aNcunQNQKBdn( z`JLed4bo$LXOtGos+BN@>~98eB`Xa-|9gtA;~}knZv6F zP8B6nSTOG`sgG3(;wa*;4%LzMl8>!=;a^*D$M%_;#ehkkUE2pSJ891 z_nBM6tG?oE*5CKS{LkSMe%Vb=_q?!U@Sr+QFF`puosnZuhnt2E{eju zd6&CKyBm|nh#SpRS5?#PjSxbQ%TAd6z}2xXu7k^1I8o?Czn^kt?Wb1xI6t=O!ygxm zVus++>~OHE?Lb0X80oZJA*Tf|6oY0!{(&p^>>1zH{Vi!E)hgERtFc2J>7{7Ew>&H(4Mi&k;GQ%W1;VPUmANz%W!I zl<|7%f!~E9%)N*# zsSnDNHj%S#fb$_7*~Sm}CT%uULNk2guB=6;s{U}%ly(THe=f?T4ml?hZ%dPI-(x*> zyDP@Uy3~*e{`yLK*_TASBto(vvY2$#U+(K?tG9Sd|5;vY{5tzUz}vEQgCWXF^dqT+ zFJHZYY@SneCC(i5RlPhc(eai8Tj;$!b_L}bLR2A6?BzEa^3_hT?I~%W_h9MN;y@9r zxo5#_5#L%r8wHI-{K5=kt90aRJQhroFa!wcFFm*3T3S_heSq|v{8=3M$JhS$qsVA( zmif2ypGL_;9c-J66iLdpf($mb?D9_Nj*QLPnoGw8Lkz`Nj0b-VITtn=2{i-KuhNA9(9Pmm2O1j#rk6>&^b4S8g7y z_FHvS!M@g6oK|Ls96IpIqvn@gBaVK$T}Wm0#{JON{df z^_}tnE_E`2F|nB3*!l7FA^zMbBTJ!e%Jyj(56kkEP_$>ZJ-OdSu>eJgJDkd!ux3~K z9t`<>#mZz{7ddOGcci_ZsDJ{TAJs3+BBQ8va$+Y^xA=FgExDhUntpw@v{?HYR5J!% zz6H`NHC-q7d1QYrKvE`o@l^V}p5q@rwi|lZw5~M!+^?Qy(WYZULw%|7QS}OzG*~3@ zRQi@`jldv$A)U1&%93Z8yfSUvr&q#gli@CeN%PaUy`Z>4<+lhPvYYUeIXl4>;wFXT zaKBRG*(GZSX`l`t{5OGHH5@pMN?%BwEE)g28^xVqXr}tmkf(-m9d8*+d!4Uk# z!!YqeBF@IK+0BT@(7j^eShh**`)$I~)SR1EJO@?EQr4m0fnw9c#LDiR;12q`Smz_& zes^x;Ldgrv)6tQFsanjwzB#Jl3t5vF;XCev)Q6Et7c;Myufk06lhuf$K%MNPS2Y7Z zg+jGPgL&-YLPb(9lU3}%2h~&f1vtpi*M*#8ub}J!-8;DY!2+M{lIA}=%A%;E+5m}% zx$s$exSPSb;DSJwn-CT{l{H1HiBhY?p)rRN;X_55-yG=x{eXkOnRgLxn*Sz3%ofYs zg$!z`i($p}^2m8Vw624G3FYduo-g}S3naUaX2n}Zqdnii5}PDRIS177zMorck7eTH zUS37TJg&m2{)BBB%G#y3W&Z(2LVhxQ@PvlO@;K_%uUk%ZY;a8Tn{ zC|eAXGf9yf|<6x;bpl|TFnn#=f)X4fXf4mzAaPjCv<36j$ zzy^#}0xMt%iPBqSw>Je$YxE`pQ`At_^Rot6>=ZXa-T)T#0y0-u3&+ao53pYo!^$H+ za6W`P`Bz*m6os7i7Cr5_DqyYyz}3T7d0;KeJNL$cLpkn8?M9_qsfwgd*Dl#1+$(lv zl1M7~!%TWPjO2ytD5;wthfdVoNUQx*%3G>P3ryk+CbBwOVHL_pXF7o5Q$desuoVPa zvYoNdj^?rM<(`m_;va-QB{0^u$22BE=QiJdadYb%!{$UYA3Q%H1a@n^gx#^Rckc~) zw3rYfQp>PFo_I&tud0t2PZZ=w{#YRWsfXWAVIjjJN4rR;4Ci(zxOy3(+=t(&o@C2J z*je(+9O;CjmAKV@%t9PI5B(T2I5hrpI!kG%mlpUf1^OV2t^u zup(dyRv04^jx~%3YZmSbyp;<$!pr5LiC1?+&-h|v`2zoaBL}b@qvh79EqZlI^nQ~A_3(V+kxV>en!^7mW}5tvtP0L+gT6~NfHK@ajrR%fjL#iA*=`Um&kWJmN&VFmcH6E4ESUl zK*OMj(j?Nk0lrYU@R?LvzRl6IE4#9QbSugIN3q-vYb9DdL>aUXbRT3Zj5VSch^sGTbMbf{45tKBCWoe zWsNqAv_I9*KavF7`6wV4)M{MX|5Hb^V8khX2cRFY=(KixbRo&E%}J~E0fm2>*nTDL z$lI#XXyozSX;}tvGRk_vw@dZ)4>FB@Lsw~FZu1PE0uHJs7n#Q50|jnDSEW{XhW$B5 zD%p10rGkTU+)0%iT5}XLL2;KLefqPYRBL)#q-o7YqbqE?v~u%Xu3Ku&CkB;BEWc90 ziwc~e(o9boot5`O==v;}4hppe)&YrNrNxi)50CFVUAfs^O@QT|}Ey^D6vFbakK(#84sQ(#Va)^rc!1g8osxQhp(% zLDm=#l$Npdom{G@I}d~0(siy%$KoH8l>f@9^#a;jZ3fCUfeN4MFkUu5vg|rIm$o2} zf=fo`cZJ~Cao6R>FP978*wHH#$Rp#@e!W5Z;jh-;b>!DpHjTwcGED*&_N_O87}ViY zN_dh25(>~Dlfv)ek30!)t5Cu;j^1OzAgFYL1GPj07a!qS2+b?ZJ1eF{ zXt^`!{TQ*9jK{Uz!S}HyM6hQjwj#Iu?uW-Tjx!18m#qb5rtyP^4`lpG3ki0tDXKB@% zKCDI0K7FkMFe~bRR@Bb`BN;K8`iT}h;A`32&OK)!N*1l`HpnLZp&uss9T62c z5b`@hFYKv#%3xR$KV_Wn-B5{+X_a*0@5l#QJu1*ss+d>5(`9EcFy{b4CxQJ6$=!@! z!+1;@2wv76dbxpNiCk85csxEnea5+{BEiVsvf=~4eeRWuOrPDNWyEYP9U`V`O?_?y zUaS@q2Sfj}J#Pss1L0s}ENF^C90dAmMqTAJc2e%GIYYfPBM{X@?;ImG2wGR8x#fla zhS*E{_V{H+v;Sl+pD~wC$N_2dc~Qr1krK$uwo!QaszPu#8Sz-LiKLdvR*-jTqwc}8 zv1=4qsNb1*Sk?MFf|7Izw_ec4uXWc1@}om|h36$XcCNdOs$es@1q}H_4+(oyw|F9tbcPrF3ZYVtu+hA%%FDlMwz4 zbDA)N|8$Vl$;GGDVKqNHTKwwq`|w$+;icTAYyZ4Q12MJ~mU z+xJv-{ox3ZRe(q07*AQeB$_|<5hv#1n19&)M(on^xP3${5WqR~=uY&3?&GFMcstHx?Wi$9AAMr=Xn0o_lWo?iwh^$(hev?_Ngyuf z+k^TgE}{4Iw}S0j%3h~$oO5{9_0sV>kJji52qR>qI8AS!G6hy8<5V-X_B5XxRhKnpLXsPOd6ymFwrgv<%i#HuIlPD)9e0!9b)%Q1hloK)_x=aCjs+ zF4i_B@gXl&eIt}Xlgp#S3pBFm28xwKT7^#Rh2WvQXj_S2qW>Cl|3$6!Fb#pF$_8#Zg z!?za-oh8LOq<4rje48c@hnWjbrqCkSEY)J#f zsdkAyU+{2E1)`5ubneC+2mZ0*<*$U3Dg0Q`19UoXWYk5=Y{H)sG{PpGpqp|duhjGq8g=k# z8?Ykfla=S^BC~4RG|ABR5n-H7qFJR3cMquF%HlRC!!0P#7#NY+*Yf+TD|Rrdb;;{o*e51V%*eB+U1>p?${x}{x zULEEn;q1$X&}Q=neQ zYNI^;zBQ~|m9ip%H_?@;WR#%VHch3d&~`w}=+!4*unw#n=I2$bgu$zMDol)QxUzm# z8Xx!-T`e8eYo?vJy1>^}sJgnE0-eG!$9`-afM6#nh*P#3w&cW7gw>pVt`UgK3>7%P zR0+PP*=7r4-B93i_d(5RH|7J{cO*^|`Qx{_nmflu#G$O3P|MxGlLFtOZR1nQVf8ao z8UXFjHm4!}|K8fD%HYN2(a=>77@ZXV=-$~iC)L)EtK;SG_*q|MU{SU(+mc#+lRneQ zv6D~7j6jhR;P^j>L-rfk3fmr;mfj;()m$0T-NG)b$y2|3CE*ig72s~`f5xySM!RR7 zpUUo+kX8jVSP+0wBJc(oM(z!IDMB9W0W)oPcJjnlTb-Bkr#qqK!#>E}g|~nkdt=ai z0AW>Duk&(Kb^a7gOdg(Gt_}jNLW@SeN9E$y@LVdtexH=^lBmcp`s;whvQDVNf$2w` zP8c4)&lnifeIl^j ze#E;ejc=n@cL?na4V->F5MYcAWWbv)@>xkgDV+E?p6K0SY)il$kIl?I*d)7Vp`#Y{ zx*@XK$3jg)qBV?it9dy_ATOa{sH*{qN5lTEKQteCi z`1aqA`6ExKYs2l&jOPV+CEg0zDTj8R)3;;#m^SQ&$!O&WqDUp4QjQ&`b2=O>GooLA zj{a~0+}(&j-40TW`yiX!7hR3q|JsrEmi8g?UcOL{ws9|64;r~bWYd3XeC$MC3);N0 zLdPqjjq23&r+U|!ls2nC_E9q%zi|2lWV^s#eC+o%u~ zLDUWq$~{-mR?9r5orq=^+)Od9#vP@b%r@Ob2fh-XkQ4GGpIGm;fz<3>Wd9qdqk{wQ zHK2j(myn8|V_8Ealo#VA-k72(#9{y65%n}_=qxi5lR_k*kY9GaVbVo# z$ixHK?JyJ+*ch#;V8uEImx#Fy1Z}m`tAZj?Q5u!)qM{R3XWVJT9b-qfUzF=t@tipv z4qfTdtz7OyT*YoBQQR#yVdX6qk$3QpnDzR_BgQ#L5;Ghn3^#il$VN4)<_4N+^W3+T z+pXhb*Tt&HX~|8}gz>Vvfp@P*&2cy$bLHy+=3h}Du0eivLom?tXNe+L&RpfucwZlV%t1ROynvalhpu-}<}ey-X4?8}hg8XfKD zvp#aQ1o0YoZ{1i=JX&TTCzbe+C@-T6pChimfd)+$O|2~^@-CSRxsqN%oiauFp#x55 z%f^4H8qTh%Z564c-$If9%lwBSC-Sc9vxjt>Jd# z+nb)Bk`4kRNKVvU?A+BK`$?rRRT0kyV42{&=+Sc);gQYMjzJ4*SHQj=Qr?R4G2_Kr z?xi+_m&=zGM9X6f$ePm`#g=VGOee4UP=;D0kU`t4zwEZ+xnVt&f82}sEK`(dOSSNq1L(|TetQw!RheY3v(W2K91pX%@Za` z{oa_MtO954^dJC~!xw7ya|0(O}4YTu$-?bk#%G%(kd{`PD4Y za04_u0jqQ16pOo1dU0Pqy&Jv@soAPD%Kv1?o=KjI0gr~rdF=qBXD8r=5LDNVnzXND zttWSlxvFu68Iy#tS86=f=r8Nl34Q?NML+1f8F>LrL|Fe|c$E#2aeGo|G{Di4Igm(u z)ilLoqOn=9P&SHb$}$r^ySigmvhuQ-Dof+;O(18TdOf2tdb4JpXE!^lnQ*FWJB^eO z6X~@eZ9T!zfKc`!2y&O0c+{G0b z*Y)gpd!Fo@bo@$cb)ejjT2Y+;+M5Aj3)<|3en?r|wSl?W{cwR2g~qxGSDROL)#>oy zUdPSd)sNnf#I!+Og;@WA*WFH$zwj)L_rLHqz-f{9GluWl-_y7wGxgAQC0lI+0TU(V z^**$Onx}Uk8qqDh6dNxEgZx$*AlWk_@d*f9zII*2`waT#MV zJsjO0b2d<7%6LUfsXVQ`c=JuM_0Ikr&(~e3GaB-!)M!7iQqoFMdjLZ{rzYZPj^9?fAE|1a#mnA~ziZb7 z&$)ByLL?=eep7LQ^ltT6tuv1%_lR5OA|5x^^=2Pb?)j#%N$#1bBDMn{PjXyi8=Jwy`V9@vsE4 zWgu=+P&JMCtS%cHH!}Bn*C>X`jn)LjBd#!qAHY3qwF`S>7G{fZ zm^&!-4@cU3>(Vb;X~&R1;v%KJHbCkLIqTQzK!`^#hYdl$6#4Dq+gcQ3JH_;feEzHgYl8z?YSw1l zicNmLStL-}pYD9{nr`KsL;!`r?q;t*JdC))9)&Wi4}Tntr{C*@YTXIJ1S^eQ?Shpr4n|$IxY`$S<(hne6$@tZv&d#$G?4rr=NRm_?|CoJq0b1l+-tBorc*_g4!f6kjWMJ3Y{ElpwDS!up2i`|C*h3r5qw z*cj_AmWf&*pEU?^^V=)!mYh>PZSZd2Z1P6q8Q3GAH=puBCtDhJ6H&`+WYaQeGw4Eu z(gR5+5GH@NopW{|?w-GUj0*g4Bh&C6o#DphBs)oX!s34MOn+Vqxa_8tnFy&jg63Ci zjcRTh>|yPH`=)`8RYJ5CcCTMo${{?UeflD9R5%!^%GCZcnc*pEouvr6_uX*8+hNZW zcAZ{ZSuL%#Pe8j#!{C%pXBIVu?#sg5X9MlUWfS1lw+@5hL&Vp;#|^ULP|DE@djL`yU$d&RVO7ZJe)`ka?TUIG%!ZfB{+C%Ni0hX0c>%8ezUt<-)=H@k(k$yC~^b2@dzZXU@qqxvbbiqD233QT#8(W03{7>xH_HwUS>)+&j z^BWxBK$wm>-fdOcp=lv8rD@CGYA`{1?~OF~^+BX{+Y8p}ZiLV3F3@pl8+2C=p4Y<1 zO?_TuT6aDRrXlk_m6-ilHFVVpjC=C_jI}H_6#HQMs#|#6<)`7zXl5Gt3$XS0UqSKT zzgZ0Rf7v}bSk)-?V@-?^R?KIKxTJ;TiC}mk-QyK|k15N>%FfRSIa=}29N*mPAfwdY zlI}}p`LDt9dQZp!Z|!F&k?uim^mC)`yua4@cWmhAYP!AYve=+g94JX&LnfJKyqxNJ zTZo4qSNr<)C-1}juN3tF2k1949$JU?#SmT~8SNCP+#bL@3zYR)sfR+4@v*C3aIs~e zdksa(gR^V)TlVE$&4zTHyvhIi3Q=j6Tty0@7Ta!hw)oP7ivGV*0$3uRXrT@odW^WU zE=n#A7tx_tAq|PBgcANi4UwnL137jZ!$B6=L-Vg0)*o~lg^A@twd_rURnaYT=5y%| z7_OH%O_B@lm6 z9Gd<<8u4!%zYfwx`h5>(Apjn(2EqGNWLRF%{`j7ZoMM&OJp91<;^88PD2 zp#zWDHd6!p2Q$mVtYGmHKMn9!&2<*frOX;ycB z3!a@yz%^1wud@PB@m0DTEVDFX%eRM%Be zgHLGrT}|6I&iw1>2*AM^Sa{d~vkW72ecksbx6n_iOd+xL;%cY=T?njJ_&p}@&l?l| z9jGHm`@dNExcUOuMN}%$ESD$V1%EEqBSL~+owLT|3UKd)N#zCD#?>1m0L?{~Bh|m( zv_Xbm{uy0J>B}GF*Pa}>n_X>=2t3O#oAU?yGqPs{glMr%4T%|ZeOiRa;Qo<@R{m(x zGF%O6V_c$s*2Y0NQU1A66)vLs7oOJv`T8AYjV zm3^JECTo@(ln`}2IC&+{DL=Q)1={r+<>=DzOhIjPT=&^%sv(16ynHt&X|PyH`iqq@_>C{r|-3Jliuey*|X|10#$uGAs; zH^on%M7_1*3LlC#g))IW5~Ac_b^f2#w-#F)sPVj}h%S`o|MrbW0AOC$Gf?3|OH^6T zSNi(vor&&W-FeV7$0-(r3VhcIi+rFo|GyXB{`&;_Vr`DRvFf>TBv|zi{F}JwWe6|( zhN)Vdi(Dt%tMp==LdmiJO_U0OcX?gKabXTrVJa~z;KR$-zE>c0ff=>|JQc$075gCk ze~$beQHrjPQ_5-C4!`ym0+#drNQIeut}H)5w-9aul;VK@O`@?R!1|69`bf9lJK zb2G=|;Y%OOaOv2Pp%+^Yl+hB_XOsQrgTSk$9qN$!uOsaLdEh^G2Z!V2&SHZXjohgP zdfH1`y!?-cON;)$Qli8o96lA+Czac z$oof99YyA1+yC?KJY~Nx+Jkxk!e^$($QdL=vTaIv(W?EsgIcmwvq(&h0G} zAcy_cit)0+w&LLLYp}sT{()RjS3BV>AxHki7Xaf`TETFOt@1w4e>ONoLHBLag~{{T z>xU+1v(~4C!wqXlaS5Q{T`%U|bGVK3KQ&$ttmDgOlp9z}58eOifC#*w^x6Nq%W0AC zfLx8~z+RGv9BQv(vLz$0))mk-QnD>q7&mH^sxMFc+Pv=C|5>m34|_EI4*|F}^zgL( z6XXAQ0^s0|3oF`&?KkP!-?6sMVMLeo>867~eL~ji;FF7#}?o zkza|RLgdynA$<%9-->k!>#6x3U==8E;-9ZW^2`5FY>eh=i2hL)HOjRhazeLer7y2O*J51(`%J|>FL6M$TXP%cSJo|5W=Q8 zzXY)XD@hxT{%4_5aW-qwpca;EP4ndWv=bGZBEMAI{4YY9TLgr!$)^O)Fc~&~f{ZUy zJ656Hd+T5Gp|+!@tPp&ZY*m#A13H9B~Y5R^_pA2aOH0j|kY2h5!eidr6A&eg| z9U*oyY)zg{b$1ZA-EClX5EV^UbB%;k$5%L? z_D>ix{GkoJ(D708l|3CEB|$m~xESNdbZjnZxUD`Ih0wkKU| zBpE`bdj^R|cs(L&bB6mT z_J0o%&bD8bX9;2+Xay8bTRWfzgX0L*Roa>u-6{*eI}bNW4+W;P$Ige|*O0G49^(N@ z%%>S)8+S<4r=CDcH*1Llph9KtZ=kR3N&5BY=X+sMAGJ@0SQiQ{${mWh64{i*e(%6F z%LhVBEu2Ry2KHP5pC;^URLH*411`I758B89HPG>leJ*T28}KUlU!u6u0sP%XVJprH zrP#&;C_^Q`{cV%fbO%0#1&*In;GZ{@cHOQX`!Go<@Ia=VsMssJatn^!T$36eD#}Sc z9KBG6Y}{zNFyp)K?8e$ycf*TdD{jKWHd^Wp^62GRujTm^jf&5IijWiUIdY4#bro{O z@6?jj>=!Fh?h4)w7@zlVgl}ATt{7s{ebzX48UvB;hO0mmfUmrb)|KnO3?TV*N<|LMd zHhYB?Ap0M3=bIGq&&7fCgRqq{GokDF;r?+CW70G%TxCfAlf;#BuGE{hZwOa@C0?nJ z{CoOK_@@Dm$WIkku;eGr{(L3Zl0C*a*hRM$pm^H$Mi9WY$CjPK1Cm{R7tq&-(P30W zr1wIXgm%7t$T6r4Myje=fz|xIVt*u4wdfz$FL9HU!ko-){ATL5t6WY=iU$)uXx^>n zj9-~fz?2*Tj;Txf9Fz9%_vB=AOo<09$G40g$w^reppwbvR)(`_izg%{J7G1tOr+L6 zY<-orzE++74Au7HpF7s~ith1>&mE?LAvkM-eA0bN?agUIxk!#Y+VFF1{lyvTdf#x_ zc)093Hb4y*Grsa{QTyE%`Ix<><-6^RppMbs*7aMb9^KjQJ!Qj?+lx^D7LDp1PIvj%^yEXcK+fOY-JK>LS|q$YzQY6SDKycsZ-v zwn2ikqJJ+hM&^L+8gbvcMJy__O1qFOK$lhfE3^18`$z1&F8~v3&=nw~1SBRyxDghY z)0~Z4On}&hunQWUE0hZ-m&Un`5CBI^{17}M#ZoWxRy!VWH&O&B^(&hma=&KXtD3bj zl;EzfWz>)SkVhTdv4Cgm5boBn9S+Y1t88cOj0Q0f{v8&eY+jaGRd+(5!KP@YxsjJB zBhQG(aw#cT?ok~I9Ue6$bIZ%*8lmG=_?2$63C>8552CdzkK#%r^%OF=HKj4$@$@IK z4XE;nF(jDjV7(nY{XRRP;*JE^k;YS7AjepZ(Ljez6^U=yy(i$!tK*yqYTMc@e_)yw zs<&VqT7ATC5ckXqS{j%dOP@>_KZ%8eA>Tt-3J%i84E>pa>M!-xVoA$@SzXdHRMn9* zi#uWMTW~gM*}i3Z=4c0SJaubY)-@ZOxbw_ShtU4z)dVe{nV)omZ7CZ$5wNXtF5}YX zfYxBaCn+7&i~{YTnXK~QnL}=*7ebo`B@%!`U27>A=cX_T$~08rEUTfw>$3r;;X(f& ze6e}8pH2<7H}H5)iNU3F8s3kjXPDVi!^RkJx+imQOu5F(iaF@{Zu82=k*?A0EBWSN zvgmG1GP6=4pJlwBbCFl~g?)bU`C)1Ey<8*Bt)_&r7V%p9-QP`m;Fcw;aH+@7jRnOl zLBjf^PmTaA&`p^nmS6pBs>M2uW)XFnLZsL==u=~jE!%j9*??=y-Com410lV{;X!K0 zFw+h*0V+H#fHNb%cy5-gs{ zLTlqHr_|J10<`(Ba?7(oA?+h0%RJ%e7t_%z^OB^aQfy$YXk_H(jc@n&1q!v|qCNmI zRA5CGXpQv%E*YvFmx(I15zmZDdA6Ot#{TH@CJ&oSLAAp3cI)N|MfU)|Jw)BQqa2c1 zQ(+r;7}fwV8@qU{c>uV1Hj3W$W|7SK*NKQk?i;DbKWTboJPkuR23y4NjdNd63YwUB0WA<^4T} z;)~ooN5=kQP=f$-ZW!>-P4G-vrB|OJLae{yvbX{JAuY{0b0UTHroGp=2oEu7QcO%& z88NzcJrFV}x*hg@I$*g|tS+Vd`Z+_+s&zDsdG-rJmpq~` zA>z9ux%?OzY-STQp)k5Sup-w11EbY~RVp8d|G`J(RS}b+aVC0a9SS$lH>%(sW!73HS79Vonz3CvvI(@;7gpM)8@jqW6~qaCn*+k ztK!C64(S3nH3QGs(w^vPppbKi+9Hy(|A-=YPY!^})FkI$nj3acf7 z(iYCGPPGr_+X{aePJ2{?MKfrYd>Nc6+xugQ9yCkiDXzs!tb%J@u&wlWZ58hStKs!Xgog8-9c47v4wS4}OkZB{K;X?T0b2$?lY1;g!E!6DCxn4~olt{FQ zdf>bLqxBvi+3W{^iwuBb3%9m7mNOENs?og(aV9nh6R7Q8Q`Y0^sq~(vs_7+B`eR7; zZf|YYwKO!~o(Zr0!57h-JCue>rYf>dQsNjaUv5=a4#Q_dC7aKE|*y8Xy6 zwyU|-JSLe{PTLV0wjj_;zQak{%YVZlqKpJ=(`PEa*5e92*Ml&C5FqB=Q0Yp${79A9 zqlMNXC%k-T^N3{emgVviHb_`}(jwQfZTb^QCl&{DcM{w%D=-TLD; zSMYlzn6)27mb_0^WF-;9FxmZdq&46ixPlp$DxiIDBPsOEp8)jpyC=}H2GPGa>_O<;V{{BF00}DcXSa^N@q*Kc zM)7R_*}EE#k2r6Z+@k0TAN~M~$0bCP*|*blry%dIpyMAR6I-_TAf{+m^9(hYyGa49 zgDzvZxV0sWqX!elI3jhIU&}Q^*6Y|yMjj;#mj1rsy*^%anrU@j3E2q@MN998Rte)j zZS&A;Vkj-g`;fxclKYCDTYS5E)ohaKT4U(9DKyCxg+N3ST(6|vgad%f*erD2dD+hk z^AWt;;9xTDu(kKyi=aIkEsrR;z#jF*%fG!y!sC-xY?03{MBB|h8yUQ@fq1Hi2FU#b zX`=MCkzghld(1Q{))5`%Q2zGf^`iog9R0XQhEAe09E9ZK{h&qqY@jx)!hRcj4W5)e zjz_*4mp@!o{`?a3PyA|2QVX3RP$*Ihl@JMClU%0AO<4RKhdb)jZEw*hzkNO?=!nwk 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

AFHOtMR}wN`Y1wD2hCeHiqFFaySiANvCB2HcMp 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�%F*wR7cdyYC2*?k#9%z~TOFsh250|qe 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%0A+pFG9eur!(erODyp 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 z

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

IgdIC9ga|xhIZ}dfJt8!>Dgf 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 /// Cached crew manifest entries. The alternative is to outright @@ -223,15 +226,26 @@ private void BuildCrewManifest(EntityUid station) var entries = new CrewManifestEntries(); + var entriesSort = new List<(JobPrototype? job, CrewManifestEntry entry)>(); foreach (var recordObject in iter) { var record = recordObject.Item2; var entry = new CrewManifestEntry(record.Name, record.JobTitle, record.JobIcon, record.JobPrototype); - entries.Entries.Add(entry); + _prototypeManager.TryIndex(record.JobPrototype, out JobPrototype? job); + entriesSort.Add((job, entry)); } - entries.Entries = entries.Entries.OrderBy(e => e.JobTitle).ThenBy(e => e.Name).ToList(); + entriesSort.Sort((a, b) => + { + var cmp = JobUIComparer.Instance.Compare(a.job, b.job); + if (cmp != 0) + return cmp; + + return string.Compare(a.entry.Name, b.entry.Name, StringComparison.CurrentCultureIgnoreCase); + }); + + entries.Entries = entriesSort.Select(x => x.entry).ToArray(); _cachedEntries[station] = entries; } } diff --git a/Content.Server/StationRecords/Systems/StationRecordsSystem.cs b/Content.Server/StationRecords/Systems/StationRecordsSystem.cs index 09a00e5967c..67f50d7a4e1 100644 --- a/Content.Server/StationRecords/Systems/StationRecordsSystem.cs +++ b/Content.Server/StationRecords/Systems/StationRecordsSystem.cs @@ -129,7 +129,7 @@ public void CreateGeneralRecord( JobPrototype = jobId, Species = species, Gender = gender, - DisplayPriority = jobPrototype.Weight, + DisplayPriority = jobPrototype.RealDisplayWeight, Fingerprint = mobFingerprint, DNA = dna }; diff --git a/Content.Shared/CCVar/CCVars.cs b/Content.Shared/CCVar/CCVars.cs index bc90d7942c2..552db94f4da 100644 --- a/Content.Shared/CCVar/CCVars.cs +++ b/Content.Shared/CCVar/CCVars.cs @@ -1479,15 +1479,6 @@ public static readonly CVarDef public static readonly CVarDef CrewManifestUnsecure = CVarDef.Create("crewmanifest.unsecure", true, CVar.REPLICATED); - /// - /// Dictates the order the crew manifest will appear in, in terms of its sections. - /// Sections not in this list will appear at the end of the list, in no - /// specific order. - /// - public static readonly CVarDef CrewManifestOrdering = - CVarDef.Create("crewmanifest.ordering", "Command,Security,Science,Medical,Engineering,Cargo,Civilian,Unknown", - CVar.REPLICATED); - /* * Biomass */ diff --git a/Content.Shared/CrewManifest/SharedCrewManifestSystem.cs b/Content.Shared/CrewManifest/SharedCrewManifestSystem.cs index 7e4c824e205..a9279cc7f1f 100644 --- a/Content.Shared/CrewManifest/SharedCrewManifestSystem.cs +++ b/Content.Shared/CrewManifest/SharedCrewManifestSystem.cs @@ -1,4 +1,5 @@ using Content.Shared.Eui; +using NetSerializer; using Robust.Shared.Serialization; namespace Content.Shared.CrewManifest; @@ -39,7 +40,7 @@ public sealed class CrewManifestEntries /// Entries in the crew manifest. Goes by department ID. /// // public Dictionary> Entries = new(); - public List Entries = new(); + public CrewManifestEntry[] Entries = Array.Empty(); } [Serializable, NetSerializable] diff --git a/Content.Shared/Roles/DepartmentPrototype.cs b/Content.Shared/Roles/DepartmentPrototype.cs index f79b03f4a60..024eca37fa2 100644 --- a/Content.Shared/Roles/DepartmentPrototype.cs +++ b/Content.Shared/Roles/DepartmentPrototype.cs @@ -37,3 +37,27 @@ public sealed partial class DepartmentPrototype : IPrototype [DataField("weight")] public int Weight { get; private set; } = 0; } + +/// +/// Sorts appropriately for display in the UI, +/// respecting their . +/// +public sealed class DepartmentUIComparer : IComparer +{ + public static readonly DepartmentUIComparer Instance = new(); + + public int Compare(DepartmentPrototype? x, DepartmentPrototype? y) + { + if (ReferenceEquals(x, y)) + return 0; + if (ReferenceEquals(null, y)) + return 1; + if (ReferenceEquals(null, x)) + return -1; + + var cmp = -x.Weight.CompareTo(y.Weight); + if (cmp != 0) + return cmp; + return string.Compare(x.ID, y.ID, StringComparison.Ordinal); + } +} diff --git a/Content.Shared/Roles/JobPrototype.cs b/Content.Shared/Roles/JobPrototype.cs index acb88e16f0a..0064fcdf17e 100644 --- a/Content.Shared/Roles/JobPrototype.cs +++ b/Content.Shared/Roles/JobPrototype.cs @@ -1,5 +1,6 @@ using Content.Shared.Access; using Content.Shared.Players.PlayTimeTracking; +using Content.Shared.Roles; using Content.Shared.StatusIcon; using Robust.Shared.Prototypes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; @@ -70,6 +71,16 @@ public sealed partial class JobPrototype : IPrototype [DataField("weight")] public int Weight { get; private set; } + /// + /// How to sort this job relative to other jobs in the UI. + /// Jobs with a higher value with sort before jobs with a lower value. + /// If not set, is used as a fallback. + /// + [DataField] + public int? DisplayWeight { get; private set; } + + public int RealDisplayWeight => DisplayWeight ?? Weight; + /// /// A numerical score for how much easier this job is for antagonists. /// For traitors, reduces starting TC by this amount. Other gamemodes can use it for whatever they find fitting. @@ -106,4 +117,28 @@ public sealed partial class JobPrototype : IPrototype [DataField("extendedAccessGroups", customTypeSerializer: typeof(PrototypeIdListSerializer))] public IReadOnlyCollection ExtendedAccessGroups { get; private set; } = Array.Empty(); } + + /// + /// Sorts s appropriately for display in the UI, + /// respecting their . + /// + public sealed class JobUIComparer : IComparer + { + public static readonly JobUIComparer Instance = new(); + + public int Compare(JobPrototype? x, JobPrototype? y) + { + if (ReferenceEquals(x, y)) + return 0; + if (ReferenceEquals(null, y)) + return 1; + if (ReferenceEquals(null, x)) + return -1; + + var cmp = -x.RealDisplayWeight.CompareTo(y.RealDisplayWeight); + if (cmp != 0) + return cmp; + return string.Compare(x.ID, y.ID, StringComparison.Ordinal); + } + } } From 945c8dbe2fec85bbb2e0aa989bd8ed0016337f20 Mon Sep 17 00:00:00 2001 From: PJBot Date: Fri, 23 Feb 2024 04:05:50 +0000 Subject: [PATCH 53/93] Automatic changelog update --- Resources/Changelog/Changelog.yml | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 15ef0392c6b..ddbbc903293 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,14 +1,4 @@ Entries: -- author: EmoGarbage404 - changes: - - message: Defibrillators no longer reset the rot timer when failing to revive a - body. - type: Fix - - message: Slimes now rot. - type: Tweak - id: 5510 - time: '2024-01-02T02:12:32.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23340 - author: Ubaser changes: - message: Salvage mobs can no longer be ghost roles. @@ -3855,3 +3845,10 @@ id: 6009 time: '2024-02-23T01:05:11.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25484 +- author: PJB3005 + changes: + - message: sorting of departments and jobs has been made consistent in various menus. + type: Tweak + id: 6010 + time: '2024-02-23T04:04:44.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25486 From 4ea1d21b5ef3df46b9d2722e87d2f5da80ff817e Mon Sep 17 00:00:00 2001 From: liltenhead <104418166+liltenhead@users.noreply.github.com> Date: Thu, 22 Feb 2024 22:53:38 -0800 Subject: [PATCH 54/93] Buff emergency welder (#25483) fuel count --- Resources/Prototypes/Entities/Objects/Tools/welders.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Tools/welders.yml b/Resources/Prototypes/Entities/Objects/Tools/welders.yml index 60dfe0f1363..42b16ba0538 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/welders.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/welders.yml @@ -183,8 +183,8 @@ Welder: reagents: - ReagentId: WeldingFuel - Quantity: 25 - maxVol: 25 + Quantity: 50 + maxVol: 50 - type: Tool speed: 0.7 - type: PointLight From b75ff77b49ae1d5416bf2a88819ecc80426753f2 Mon Sep 17 00:00:00 2001 From: PJBot Date: Fri, 23 Feb 2024 06:54:44 +0000 Subject: [PATCH 55/93] 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 ddbbc903293..ccab3633273 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Ubaser - changes: - - message: Salvage mobs can no longer be ghost roles. - type: Remove - id: 5511 - time: '2024-01-02T08:15:29.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23355 - author: Rainbeon changes: - message: The ChemMaster buffer no longer shuffles list ordering when removing @@ -3852,3 +3845,10 @@ id: 6010 time: '2024-02-23T04:04:44.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25486 +- author: liltenhead + changes: + - message: Changed emergency welder's fuel count from 25 -> 50 + type: Tweak + id: 6011 + time: '2024-02-23T06:53:39.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25483 From 033f232a879f9d98d91bc54fd03e6a7028bcb4ed Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Fri, 23 Feb 2024 18:12:12 +1100 Subject: [PATCH 56/93] Update submodule to 211.0.0 (#25489) --- RobustToolbox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RobustToolbox b/RobustToolbox index ef0bc1a2e48..1d91838166a 160000 --- a/RobustToolbox +++ b/RobustToolbox @@ -1 +1 @@ -Subproject commit ef0bc1a2e4878eedc24dd6fedc0631be56aca072 +Subproject commit 1d91838166a6d2771526dfadfb36f79487fd1749 From d8e5f5c24b88bf8096ddaec11e80f1af2953637b Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Fri, 23 Feb 2024 18:12:23 +1100 Subject: [PATCH 57/93] Optimise DecalOverlay (#25266) ChunkSize is still 32 so doesn't cut down on heaps of decals atm though we avoid passing many decals to drawing with the coordinates bounds check now. --- Content.Client/Decals/DecalSystem.cs | 19 +---- .../Decals/Overlays/DecalOverlay.cs | 83 ++++++++++++------- Content.Server/Chunking/ChunkingSystem.cs | 1 + Content.Server/Decals/DecalSystem.cs | 1 + Content.Server/Parallax/BiomeSystem.cs | 1 + Content.Shared/Decals/Decal.cs | 2 +- Content.Shared/Decals/DecalGridComponent.cs | 7 +- Content.Shared/Decals/SharedDecalSystem.cs | 33 -------- 8 files changed, 62 insertions(+), 85 deletions(-) diff --git a/Content.Client/Decals/DecalSystem.cs b/Content.Client/Decals/DecalSystem.cs index be442ab8a0a..901ab270fb5 100644 --- a/Content.Client/Decals/DecalSystem.cs +++ b/Content.Client/Decals/DecalSystem.cs @@ -50,16 +50,8 @@ public override void Shutdown() protected override void OnDecalRemoved(EntityUid gridId, uint decalId, DecalGridComponent component, Vector2i indices, DecalChunk chunk) { base.OnDecalRemoved(gridId, decalId, component, indices, chunk); - - if (!component.DecalZIndexIndex.Remove(decalId, out var zIndex)) - return; - - if (!component.DecalRenderIndex.TryGetValue(zIndex, out var renderIndex)) - return; - - renderIndex.Remove(decalId); - if (renderIndex.Count == 0) - component.DecalRenderIndex.Remove(zIndex); + DebugTools.Assert(chunk.Decals.ContainsKey(decalId)); + chunk.Decals.Remove(decalId); } private void OnHandleState(EntityUid gridUid, DecalGridComponent gridComp, ref ComponentHandleState args) @@ -133,8 +125,6 @@ private void OnChunkUpdate(DecalChunkUpdateEvent ev) private void UpdateChunks(EntityUid gridId, DecalGridComponent gridComp, Dictionary updatedGridChunks) { var chunkCollection = gridComp.ChunkCollection.ChunkCollection; - var renderIndex = gridComp.DecalRenderIndex; - var zIndexIndex = gridComp.DecalZIndexIndex; // Update any existing data / remove decals we didn't receive data for. foreach (var (indices, newChunkData) in updatedGridChunks) @@ -155,11 +145,6 @@ private void UpdateChunks(EntityUid gridId, DecalGridComponent gridComp, Diction foreach (var (uid, decal) in newChunkData.Decals) { - if (zIndexIndex.TryGetValue(uid, out var zIndex)) - renderIndex[zIndex].Remove(uid); - - renderIndex.GetOrNew(decal.ZIndex)[uid] = decal; - zIndexIndex[uid] = decal.ZIndex; gridComp.DecalIndex[uid] = indices; } } diff --git a/Content.Client/Decals/Overlays/DecalOverlay.cs b/Content.Client/Decals/Overlays/DecalOverlay.cs index 8eb1a256645..d9904ae80b5 100644 --- a/Content.Client/Decals/Overlays/DecalOverlay.cs +++ b/Content.Client/Decals/Overlays/DecalOverlay.cs @@ -3,6 +3,7 @@ using Robust.Client.Graphics; using Robust.Shared.Enums; using Robust.Shared.Map; +using Robust.Shared.Map.Enumerators; using Robust.Shared.Prototypes; namespace Content.Client.Decals.Overlays @@ -15,6 +16,8 @@ public sealed class DecalOverlay : GridOverlay private readonly Dictionary _cachedTextures = new(64); + private readonly List<(uint Id, Decal Decal)> _decals = new(); + public DecalOverlay( SpriteSystem sprites, IEntityManager entManager, @@ -30,10 +33,10 @@ protected override void Draw(in OverlayDrawArgs args) if (args.MapId == MapId.Nullspace) return; - var grid = Grid; + var owner = Grid.Owner; - if (!_entManager.TryGetComponent(grid, out DecalGridComponent? decalGrid) || - !_entManager.TryGetComponent(grid, out TransformComponent? xform)) + if (!_entManager.TryGetComponent(owner, out DecalGridComponent? decalGrid) || + !_entManager.TryGetComponent(owner, out TransformComponent? xform)) { return; } @@ -46,46 +49,68 @@ protected override void Draw(in OverlayDrawArgs args) var xformSystem = _entManager.System(); var eyeAngle = args.Viewport.Eye?.Rotation ?? Angle.Zero; - var zIndexDictionary = decalGrid.DecalRenderIndex; + var gridAABB = xformSystem.GetInvWorldMatrix(xform).TransformBox(args.WorldBounds.Enlarged(1f)); + var chunkEnumerator = new ChunkIndicesEnumerator(gridAABB, SharedDecalSystem.ChunkSize); + _decals.Clear(); + + while (chunkEnumerator.MoveNext(out var index)) + { + if (!decalGrid.ChunkCollection.ChunkCollection.TryGetValue(index.Value, out var chunk)) + continue; + + foreach (var (id, decal) in chunk.Decals) + { + if (!gridAABB.Contains(decal.Coordinates)) + continue; + + _decals.Add((id, decal)); + } + } - if (zIndexDictionary.Count == 0) + if (_decals.Count == 0) return; - var (_, worldRot, worldMatrix) = xformSystem.GetWorldPositionRotationMatrix(xform); + _decals.Sort((x, y) => + { + var zComp = x.Decal.ZIndex.CompareTo(y.Decal.ZIndex); + if (zComp != 0) + return zComp; + + return x.Id.CompareTo(y.Id); + }); + + var (_, worldRot, worldMatrix) = xformSystem.GetWorldPositionRotationMatrix(xform); handle.SetTransform(worldMatrix); - foreach (var decals in zIndexDictionary.Values) + foreach (var (_, decal) in _decals) { - foreach (var decal in decals.Values) + if (!_cachedTextures.TryGetValue(decal.Id, out var cache)) { - if (!_cachedTextures.TryGetValue(decal.Id, out var cache)) + // Nothing to cache someone messed up + if (!_prototypeManager.TryIndex(decal.Id, out var decalProto)) { - // Nothing to cache someone messed up - if (!_prototypeManager.TryIndex(decal.Id, out var decalProto)) - { - continue; - } - - cache = (_sprites.Frame0(decalProto.Sprite), decalProto.SnapCardinals); - _cachedTextures[decal.Id] = cache; + continue; } - var cardinal = Angle.Zero; - - if (cache.SnapCardinals) - { - var worldAngle = eyeAngle + worldRot; - cardinal = worldAngle.GetCardinalDir().ToAngle(); - } + cache = (_sprites.Frame0(decalProto.Sprite), decalProto.SnapCardinals); + _cachedTextures[decal.Id] = cache; + } - var angle = decal.Angle - cardinal; + var cardinal = Angle.Zero; - if (angle.Equals(Angle.Zero)) - handle.DrawTexture(cache.Texture, decal.Coordinates, decal.Color); - else - handle.DrawTexture(cache.Texture, decal.Coordinates, angle, decal.Color); + if (cache.SnapCardinals) + { + var worldAngle = eyeAngle + worldRot; + cardinal = worldAngle.GetCardinalDir().ToAngle(); } + + var angle = decal.Angle - cardinal; + + if (angle.Equals(Angle.Zero)) + handle.DrawTexture(cache.Texture, decal.Coordinates, decal.Color); + else + handle.DrawTexture(cache.Texture, decal.Coordinates, angle, decal.Color); } handle.SetTransform(Matrix3.Identity); diff --git a/Content.Server/Chunking/ChunkingSystem.cs b/Content.Server/Chunking/ChunkingSystem.cs index e4775439cb6..9bc1ab0a3b9 100644 --- a/Content.Server/Chunking/ChunkingSystem.cs +++ b/Content.Server/Chunking/ChunkingSystem.cs @@ -8,6 +8,7 @@ using Robust.Shared.Map.Components; using Robust.Shared.Player; using Robust.Shared.Utility; +using ChunkIndicesEnumerator = Robust.Shared.Map.Enumerators.ChunkIndicesEnumerator; namespace Content.Shared.Chunking; diff --git a/Content.Server/Decals/DecalSystem.cs b/Content.Server/Decals/DecalSystem.cs index 5bfd91486ca..ad225afe224 100644 --- a/Content.Server/Decals/DecalSystem.cs +++ b/Content.Server/Decals/DecalSystem.cs @@ -21,6 +21,7 @@ using Robust.Shared.Timing; using Robust.Shared.Utility; using static Content.Shared.Decals.DecalGridComponent; +using ChunkIndicesEnumerator = Robust.Shared.Map.Enumerators.ChunkIndicesEnumerator; namespace Content.Server.Decals { diff --git a/Content.Server/Parallax/BiomeSystem.cs b/Content.Server/Parallax/BiomeSystem.cs index 0b8c7a4d82d..c4c2300870d 100644 --- a/Content.Server/Parallax/BiomeSystem.cs +++ b/Content.Server/Parallax/BiomeSystem.cs @@ -29,6 +29,7 @@ using Robust.Shared.Random; using Robust.Shared.Threading; using Robust.Shared.Utility; +using ChunkIndicesEnumerator = Robust.Shared.Map.Enumerators.ChunkIndicesEnumerator; namespace Content.Server.Parallax; diff --git a/Content.Shared/Decals/Decal.cs b/Content.Shared/Decals/Decal.cs index 56ecc829e7c..cb6f944c650 100644 --- a/Content.Shared/Decals/Decal.cs +++ b/Content.Shared/Decals/Decal.cs @@ -8,7 +8,7 @@ namespace Content.Shared.Decals public sealed partial class Decal { // if these are made not-readonly, then decal grid state handling needs to be updated to clone decals. - [DataField("coordinates")] public Vector2 Coordinates = Vector2.Zero; + [DataField("coordinates")] public Vector2 Coordinates = Vector2.Zero; [DataField("id")] public string Id = string.Empty; [DataField("color")] public Color? Color; [DataField("angle")] public Angle Angle = Angle.Zero; diff --git a/Content.Shared/Decals/DecalGridComponent.cs b/Content.Shared/Decals/DecalGridComponent.cs index 140eb5bafcd..8ac05cb280f 100644 --- a/Content.Shared/Decals/DecalGridComponent.cs +++ b/Content.Shared/Decals/DecalGridComponent.cs @@ -12,7 +12,8 @@ namespace Content.Shared.Decals [NetworkedComponent] public sealed partial class DecalGridComponent : Component { - [DataField("chunkCollection", serverOnly: true)] + [Access(Other = AccessPermissions.ReadExecute)] + [DataField(serverOnly: true)] public DecalGridChunkCollection ChunkCollection = new(new ()); /// @@ -25,10 +26,6 @@ public sealed partial class DecalGridComponent : Component /// public GameTick ForceTick { get; set; } - // client-side data. I CBF creating a separate client-side comp for this. The server can survive with some empty dictionaries. - public readonly Dictionary DecalZIndexIndex = new(); - public readonly SortedDictionary> DecalRenderIndex = new(); - [DataDefinition] [Serializable, NetSerializable] public sealed partial class DecalChunk diff --git a/Content.Shared/Decals/SharedDecalSystem.cs b/Content.Shared/Decals/SharedDecalSystem.cs index 02f73bdacb3..76fa9d64dba 100644 --- a/Content.Shared/Decals/SharedDecalSystem.cs +++ b/Content.Shared/Decals/SharedDecalSystem.cs @@ -122,39 +122,6 @@ public virtual bool RemoveDecal(EntityUid gridId, uint decalId, DecalGridCompone } } - // TODO: Pretty sure paul was moving this somewhere but just so people know - public struct ChunkIndicesEnumerator - { - private Vector2i _chunkLB; - private Vector2i _chunkRT; - - private int _xIndex; - private int _yIndex; - - public ChunkIndicesEnumerator(Box2 localAABB, int chunkSize) - { - _chunkLB = new Vector2i((int)Math.Floor(localAABB.Left / chunkSize), (int)Math.Floor(localAABB.Bottom / chunkSize)); - _chunkRT = new Vector2i((int)Math.Floor(localAABB.Right / chunkSize), (int)Math.Floor(localAABB.Top / chunkSize)); - - _xIndex = _chunkLB.X; - _yIndex = _chunkLB.Y; - } - - public bool MoveNext([NotNullWhen(true)] out Vector2i? indices) - { - if (_yIndex > _chunkRT.Y) - { - _yIndex = _chunkLB.Y; - _xIndex += 1; - } - - indices = new Vector2i(_xIndex, _yIndex); - _yIndex += 1; - - return _xIndex <= _chunkRT.X; - } - } - /// /// Sent by clients to request that a decal is placed on the server. /// From af7e8025ad59c2f44e37e7b15625421264355e5b Mon Sep 17 00:00:00 2001 From: Ed <96445749+TheShuEd@users.noreply.github.com> Date: Fri, 23 Feb 2024 14:49:47 +0300 Subject: [PATCH 58/93] Fix attribution (#25495) Update attributions.yml --- Resources/Textures/Tiles/attributions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Textures/Tiles/attributions.yml b/Resources/Textures/Tiles/attributions.yml index f9afb8e81f5..7cfe5535a0a 100644 --- a/Resources/Textures/Tiles/attributions.yml +++ b/Resources/Textures/Tiles/attributions.yml @@ -119,9 +119,9 @@ - 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!" + source: "https://github.com/space-wizards/space-station-14/pull/24927" - files: ["wood_large.png"] license: "CC0-1.0" copyright: "Created by ps3moira (github) for space-station-14." - source: "https://github.com/space-wizards/space-station-14/" \ No newline at end of file + source: "https://github.com/space-wizards/space-station-14/" From 237d89cbfe526856dd547a7e9f37b01d87e84361 Mon Sep 17 00:00:00 2001 From: Vasilis Date: Fri, 23 Feb 2024 14:19:52 +0100 Subject: [PATCH 59/93] Fix centcom and other jobs with setPreference set to false showing up anyway (#25496) * God dammit pjb * Smol cleanup --- Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs b/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs index 92705336424..e91d9f616ab 100644 --- a/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs +++ b/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs @@ -586,7 +586,9 @@ private void UpdateRoleRequirements() _jobList.AddChild(category); } - var jobs = department.Roles.Select(jobId => _prototypeManager.Index(jobId)).ToArray(); + var jobs = department.Roles.Select(jobId => _prototypeManager.Index(jobId)) + .Where(job => job.SetPreference) + .ToArray(); Array.Sort(jobs, JobUIComparer.Instance); foreach (var job in jobs) From 2ad32433d85282d97f0fc7cb233846be7eb0f0c2 Mon Sep 17 00:00:00 2001 From: PJBot Date: Fri, 23 Feb 2024 13:20:58 +0000 Subject: [PATCH 60/93] Automatic changelog update --- Resources/Changelog/Changelog.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index ccab3633273..bcf621a1d49 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: Rainbeon - changes: - - message: The ChemMaster buffer no longer shuffles list ordering when removing - a reagent. - type: Fix - id: 5512 - time: '2024-01-02T15:51:22.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23352 - author: DrMelon changes: - message: Fixed the Tesla Ball moving too fast by being pushed with explosions. @@ -3852,3 +3844,11 @@ id: 6011 time: '2024-02-23T06:53:39.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25483 +- author: Vasilis + changes: + - message: Fixed a bug where the centcom official/any job that is not supposed to + have a preference option appeared anyway. + type: Fix + id: 6012 + time: '2024-02-23T13:19:52.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25496 From 7a37d4a01371e3fccc19e557e45668f7a5af5e20 Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Fri, 23 Feb 2024 14:49:27 +0100 Subject: [PATCH 61/93] Make cargo order unanchored thruster and gyroscope (#25497) --- Resources/Prototypes/Catalog/Cargo/cargo_shuttle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_shuttle.yml b/Resources/Prototypes/Catalog/Cargo/cargo_shuttle.yml index 58c6f99494f..bc0f60fcf38 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_shuttle.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_shuttle.yml @@ -3,7 +3,7 @@ icon: sprite: Structures/Shuttles/thruster.rsi state: base - product: Thruster + product: ThrusterUnanchored cost: 1500 category: Shuttle group: market @@ -13,7 +13,7 @@ icon: sprite: Structures/Shuttles/gyroscope.rsi state: base - product: Gyroscope + product: GyroscopeUnanchored cost: 4000 category: Shuttle group: market From 2a5eb86e2270629752799e04f945a5ebabef460c Mon Sep 17 00:00:00 2001 From: lapatison <100279397+lapatison@users.noreply.github.com> Date: Fri, 23 Feb 2024 18:51:03 +0300 Subject: [PATCH 62/93] Minor cookie fortune fix (#25503) minor locale fix --- Resources/Prototypes/Datasets/Names/fortunes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Datasets/Names/fortunes.yml b/Resources/Prototypes/Datasets/Names/fortunes.yml index dd5ec276791..fc3c5d9d713 100644 --- a/Resources/Prototypes/Datasets/Names/fortunes.yml +++ b/Resources/Prototypes/Datasets/Names/fortunes.yml @@ -77,6 +77,6 @@ - Did you know? Monkeys are not what they seem. - Did you know that half of salvage specialists go missing on the job? - Also try out sashimi with galaxythystle sauce! - - Did you know that 70% of Nanotransen applicants go missing within the first years of their contract? The more you know!! + - Did you know that 70% of Nanotrasen applicants go missing within the first years of their contract? The more you know!! - This shift you are going to do a very robust move in front of everyone. - Robustness is not just about how good you are, but how good of a person you are. From f081ca475471b78c102f117b4f06e1731c74410a Mon Sep 17 00:00:00 2001 From: lapatison <100279397+lapatison@users.noreply.github.com> Date: Fri, 23 Feb 2024 23:46:58 +0300 Subject: [PATCH 63/93] Locale fix (#1888) --- Resources/Locale/ru-RU/accent/accents.ftl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Resources/Locale/ru-RU/accent/accents.ftl b/Resources/Locale/ru-RU/accent/accents.ftl index 105eaa50f53..b552948fd19 100644 --- a/Resources/Locale/ru-RU/accent/accents.ftl +++ b/Resources/Locale/ru-RU/accent/accents.ftl @@ -22,8 +22,8 @@ accent-words-mouse-6 = Уиип! accent-words-mouse-7 = Иип! # Mumble accent-words-mumble-1 = Ммпмв! -accent-words-mumble-2 = Мммв мррввв! -accent-words-mumble-3 = Мммв мпвф! +accent-words-mumble-2 = Мммв-мррввв! +accent-words-mumble-3 = Мммв-мпвф! # Silicon accent-words-silicon-1 = Бип. accent-words-silicon-2 = Буп. @@ -61,7 +61,7 @@ accent-words-generic-aggressive-4 = Гррав!! accent-words-duck-1 = Ква! accent-words-duck-2 = Ква. accent-words-duck-3 = Ква? -accent-words-duck-4 = Ква ква! +accent-words-duck-4 = Ква-ква! # Chicken accent-words-chicken-1 = Кудах! accent-words-chicken-2 = Кудах. @@ -71,7 +71,7 @@ accent-words-chicken-4 = Кудах тах-тах! accent-words-pig-1 = Хрю. accent-words-pig-2 = Хрю? accent-words-pig-3 = Хрю! -accent-words-pig-4 = Хрю Хрю! +accent-words-pig-4 = Хрю-хрю! # Kangaroo accent-words-kangaroo-1 = Грр! accent-words-kangaroo-2 = Ххссс! @@ -82,7 +82,7 @@ accent-words-slimes-1 = Блюмп. accent-words-slimes-2 = Блимпаф? accent-words-slimes-3 = Бламп! accent-words-slimes-4 = Блааамп... -accent-words-slimes-5 = Блабл бламп! +accent-words-slimes-5 = Блабл-бламп! # Mothroach accent-words-mothroach-1 = Чирик! # Crab From 39a2ff5c0ab428b40e1e2800395e0b2fdeaffcdc Mon Sep 17 00:00:00 2001 From: Eris Date: Fri, 23 Feb 2024 20:45:02 -0500 Subject: [PATCH 64/93] Fix a single grammar error (#25512) Update food-component.ftl why was I the only one that noticed it --- Resources/Locale/en-US/nutrition/components/food-component.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Locale/en-US/nutrition/components/food-component.ftl b/Resources/Locale/en-US/nutrition/components/food-component.ftl index 1d8a793d4d7..4eae610085e 100644 --- a/Resources/Locale/en-US/nutrition/components/food-component.ftl +++ b/Resources/Locale/en-US/nutrition/components/food-component.ftl @@ -24,6 +24,6 @@ food-system-verb-eat = Eat ## Force feeding -food-system-force-feed = {CAPITALIZE(THE($user))} is trying feed you something! +food-system-force-feed = {CAPITALIZE(THE($user))} is trying to feed you something! food-system-force-feed-success = {CAPITALIZE(THE($user))} forced you to eat something! {$flavors} food-system-force-feed-success-user = You successfully feed {THE($target)} From 786ecd961a5af4865281f6e3ae32d13fe26f028c Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 24 Feb 2024 01:46:08 +0000 Subject: [PATCH 65/93] 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 bcf621a1d49..c4a524c0434 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: DrMelon - changes: - - message: Fixed the Tesla Ball moving too fast by being pushed with explosions. - Now it moves as-designed. - type: Fix - id: 5513 - time: '2024-01-02T18:09:06.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23377 - author: tday changes: - message: The admin log will now include attempts to draw from mobs with a syringe. @@ -3852,3 +3844,10 @@ id: 6012 time: '2024-02-23T13:19:52.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25496 +- author: Erisfiregamer1 + changes: + - message: Fixed a typo when forcefeeding someone. + type: Fix + id: 6013 + time: '2024-02-24T01:45:02.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25512 From 431f0bd6404a853abc0856ed4747e457dffd2c1b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 24 Feb 2024 20:28:11 -0500 Subject: [PATCH 66/93] Update Credits (#25532) 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 7cfd4c73640..5be3d24ecf5 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, 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 +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, ArchPigeon, areitpog, Arendian, arimah, artak10t, Arteben, AruMoon, as334, AsikKEsel, asperger-sind, avghdev, AzzyIsNotHere, BananaFlambe, BasedUser, BGare, BingoJohnson-zz, BismarckShuffle, Bixkitts, Blackern5000, Blazeror, Boaz1111, BobdaBiscuit, brainfood1183, Brandon-Huu, Bright0, brndd, BubblegumBlue, BYONDFuckery, c4llv07e, CakeQ, CaptainSqrBeard, Carbonhell, casperr04, CatTheSystem, Centronias, chairbender, Charlese2, Cheackraze, cheesePizza2, Chief-Engineer, chromiumboy, Chronophylos, 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, Delete69, deltanedas, DerbyX, DmitriyMX, DoctorBeard, DogZeroX, dontbetank, Doru991, DoubleRiceEddiedd, DrMelon, DrSmugleaf, drteaspoon420, DTanxxx, DubiousDoggo, Duddino, Dutch-VanDerLinde, Easypoller, eclips_e, EdenTheLiznerd, EEASAS, Efruit, 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, Golinth, 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, Killerqu00, KingFroozy, kira-er, Kit0vras, KittenColony, Kmc2000, Ko4ergaPunk, 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, MjrLandWhale, ModeratelyAware, Moneyl, Moomoobeef, moony, Morb0, Mr0maks, musicmanvr, 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, PotentiallyTom, ProfanedBane, ProPandaBear, PrPleGoo, ps3moira, 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, takemysoult, 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 84fff930c26897120baf66f9dbf91400e6e6e585 Mon Sep 17 00:00:00 2001 From: beck-thompson <107373427+beck-thompson@users.noreply.github.com> Date: Sat, 24 Feb 2024 18:29:16 -0800 Subject: [PATCH 67/93] Fixed Fire Extinguisher safety range (#25534) --- Content.Server/Extinguisher/FireExtinguisherSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/Extinguisher/FireExtinguisherSystem.cs b/Content.Server/Extinguisher/FireExtinguisherSystem.cs index 5adf067d9b5..dfecd72398d 100644 --- a/Content.Server/Extinguisher/FireExtinguisherSystem.cs +++ b/Content.Server/Extinguisher/FireExtinguisherSystem.cs @@ -93,7 +93,7 @@ private void OnAfterInteract(Entity entity, ref After private void OnGetInteractionVerbs(Entity entity, ref GetVerbsEvent args) { - if (!args.CanInteract) + if (!args.CanAccess || !args.CanInteract) return; var user = args.User; From 51caf3b5199954bc459167b92d69a10a96b63cda Mon Sep 17 00:00:00 2001 From: PJBot Date: Sun, 25 Feb 2024 02:30:22 +0000 Subject: [PATCH 68/93] 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 c4a524c0434..a33de935f4a 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: tday - changes: - - message: The admin log will now include attempts to draw from mobs with a syringe. - type: Add - id: 5514 - time: '2024-01-02T18:47:31.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23333 - author: 778b changes: - message: Improved mice's eating everything behavior, now they can stop! @@ -3851,3 +3844,10 @@ id: 6013 time: '2024-02-24T01:45:02.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25512 +- author: Beck Thompson + changes: + - message: The Fire Extinguishers safety can now only be toggled when in range. + type: Fix + id: 6014 + time: '2024-02-25T02:29:16.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25534 From 580640150285e1f90f25ca014991c09f2fed3cdc Mon Sep 17 00:00:00 2001 From: ArchPigeon Date: Sat, 24 Feb 2024 21:40:49 -0500 Subject: [PATCH 69/93] Remove the ability for command or any antag-safe role from being initial infected in zombie mode (#25529) Remove the ability for command to be initial infected in zombie mode --- Content.Server/GameTicking/Rules/ZombieRuleSystem.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Content.Server/GameTicking/Rules/ZombieRuleSystem.cs b/Content.Server/GameTicking/Rules/ZombieRuleSystem.cs index 886ff965c72..9bfdb05d319 100644 --- a/Content.Server/GameTicking/Rules/ZombieRuleSystem.cs +++ b/Content.Server/GameTicking/Rules/ZombieRuleSystem.cs @@ -7,6 +7,7 @@ using Content.Server.Popups; using Content.Server.Preferences.Managers; using Content.Server.Roles; +using Content.Server.Roles.Jobs; using Content.Server.RoundEnd; using Content.Server.Station.Components; using Content.Server.Station.Systems; @@ -49,6 +50,7 @@ public sealed class ZombieRuleSystem : GameRuleSystem [Dependency] private readonly SharedRoleSystem _roles = default!; [Dependency] private readonly StationSystem _station = default!; [Dependency] private readonly SharedAudioSystem _audio = default!; + [Dependency] private readonly JobSystem _jobs = default!; public override void Initialize() { @@ -271,7 +273,8 @@ private void InfectInitialPlayers(ZombieRuleComponent component) var prefList = new List(); foreach (var player in allPlayers) { - if (player.AttachedEntity == null || !HasComp(player.AttachedEntity) || HasComp(player.AttachedEntity)) + if (player.AttachedEntity == null || !HasComp(player.AttachedEntity) || + HasComp(player.AttachedEntity) || !_jobs.CanBeAntag(player)) continue; if (HasComp(player.AttachedEntity)) From c52820a4b65a8ea147934e16bcf39027e2f067d5 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sun, 25 Feb 2024 02:41:54 +0000 Subject: [PATCH 70/93] 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 a33de935f4a..e2b77c84d8c 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: 778b - changes: - - message: Improved mice's eating everything behavior, now they can stop! - type: Tweak - id: 5515 - time: '2024-01-02T18:49:20.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23322 - author: Ilya246 changes: - message: Science may now research the Biofabricator, which can make animal cubes @@ -3851,3 +3844,11 @@ id: 6014 time: '2024-02-25T02:29:16.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25534 +- author: ArchPigeon + changes: + - message: Removed the ability for command or any antag-safe role to be initial + infected in zombie mode + type: Remove + id: 6015 + time: '2024-02-25T02:40:49.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25529 From e1cce9d8424215a778523c53dfbd8d36a69305f5 Mon Sep 17 00:00:00 2001 From: Debug <49997488+DebugOk@users.noreply.github.com> Date: Sun, 25 Feb 2024 04:00:28 +0100 Subject: [PATCH 71/93] Prevent clients from setting their species to whatever they want (#25535) Prevent epic hack --- Content.Shared/Preferences/HumanoidCharacterProfile.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/Preferences/HumanoidCharacterProfile.cs b/Content.Shared/Preferences/HumanoidCharacterProfile.cs index 22c37dcfe9e..92c5b083dcb 100644 --- a/Content.Shared/Preferences/HumanoidCharacterProfile.cs +++ b/Content.Shared/Preferences/HumanoidCharacterProfile.cs @@ -375,7 +375,7 @@ public void EnsureValid() { var prototypeManager = IoCManager.Resolve(); - if (!prototypeManager.TryIndex(Species, out var speciesPrototype)) + if (!prototypeManager.TryIndex(Species, out var speciesPrototype) || speciesPrototype.RoundStart == false) { Species = SharedHumanoidAppearanceSystem.DefaultSpecies; speciesPrototype = prototypeManager.Index(Species); From 34a6f12ce65deb5381c315523e075310e76759d3 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Sun, 25 Feb 2024 14:33:07 +1100 Subject: [PATCH 72/93] Update submodule to 211.0.2 (#25536) --- RobustToolbox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RobustToolbox b/RobustToolbox index 1d91838166a..2694dce0766 160000 --- a/RobustToolbox +++ b/RobustToolbox @@ -1 +1 @@ -Subproject commit 1d91838166a6d2771526dfadfb36f79487fd1749 +Subproject commit 2694dce0766239075c92911dbd9b39efcc86e31d From 531d722c13138ad2f1d1176e1c2aadac13a5bcd6 Mon Sep 17 00:00:00 2001 From: Ubaser <134914314+UbaserB@users.noreply.github.com> Date: Sun, 25 Feb 2024 15:29:20 +1100 Subject: [PATCH 73/93] Increase contrast with hand select for Ashen UI theme (#25517) add --- .../Interface/Ashen/slot_highlight.png | Bin 1228 -> 1223 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/Resources/Textures/Interface/Ashen/slot_highlight.png b/Resources/Textures/Interface/Ashen/slot_highlight.png index 49d4c58f8a516ffca31344d03b9e890c8a626812..066447806980925dc1671f955fa374ab3fe548af 100644 GIT binary patch delta 252 zcmV$=dkEuBq7 z18<1)Ls-jNOXE0ZIW~a($(OS@M&Mu9l|Wl+S(YG+mnN(k3A}Wqc`Ks^lz1IPqT(~vPnHuym5k%I}+5$Y?NZQDlkJWD^N0Z=ZA zf}C>_|1LtqFod!!Q)-g;p7LD2bWC7~WJyJSx$Fa~@>y$1M0PI#00004PcVq3%=j1d7gRY>czmDf=_#!0V7}p zjDQg^0!F|H7y%<71P~gY9*>$mWCPwW8bBtf>zew$mj?f!J#sKXIzq|&oEsqo^4`n3 zrU6jS^PG<3kQ{Oo8iwI2ib7M9&hsSa)b00000NkvXX Hu0mjf`o(of From 9a4c10cc892e8e07c777b7351deec3efb673556a Mon Sep 17 00:00:00 2001 From: Ubaser <134914314+UbaserB@users.noreply.github.com> Date: Sun, 25 Feb 2024 15:41:13 +1100 Subject: [PATCH 74/93] pAI map button sprite change (#25384) * add * ya * add --- Resources/Textures/Interface/home.png | Bin 384 -> 1654 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/Resources/Textures/Interface/home.png b/Resources/Textures/Interface/home.png index ccddb03caa3e78b373d643c28da02bb27679b573..c1479f67cdd6da9a4dc2a3a9ed339a702f6983e5 100644 GIT binary patch literal 1654 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}e5nzhX}-P; zT0k}j5QD&_;K@Lev%n*=7^vU~2s2LA=96Y%U@plFi71Ki^|4CM&(%vz$xlkvtH>$0h^0y1+`OA-|-a&z*EttxDlz$&bOY>=?Nk^)#sNw%$0gl~X?bAC~(f|;Iyo`I4b zmx6+VO;JjkRgjAtR6CGotCUevQedU8UtV6WS8lAAUzDzIXlZGwZ(yWvWTXpJp<7&; zSCUwvn^&w1F$89gOKNd)QD#9&W`3Rm$lS!F{L&IzB_)tWZ~$>9$H0x+$q?iKRIuN_NF1iJ)ML&rK{au+fL8L^S~-ifXWpJ{C9FfP8Kh z8I)R_pHm7l)Xvh(1{@qHf`~|fXo$e30a*}TLqJA;Nj@-56=f!S=9Q!t6%+x}7uY@{ zsCBqipqquTJ2Wq|#13WvnlO?sr1-INEGj9_FUk%9#|3IY;#3AT3KFPD=@gO)z!3n< z1$JCE`tTfO$7QJeVLbx_Q=_MgV@L$&+pxWP!j1xQ?i=qeah%4TqHa~r$?BmHsBrOu z;=Kc|^BN|(pEM5mDB|eF&dPe>XUort8`hYZqd(emORiu$$i>uvu#^llbWZp{hwO5i#Nft ze1gs6fBj!pfA*Xq>aeBZzi05gn#;!zt2~TxI&@xGrNM#m{JcvKX51>z(qEAwzQx8R z`?vU}|ErUB&HpT;AUJ971m`zAd>iJcFiITQdTohFMfJ79n-QB@N|RYDqz=3|yX$%A zq@J7#>vp$Iv$o#dv|l6V=d+W?y7weidVG*v%aFEBeQs3Kx8uJg9>j>ss!qLVwpe~W zgX*o>LJdOoYgQ{JZb;Qz-*!Vsc0Ge#*=oL{ z|C^SMBb*l=Zn9dFZ#`Go?)3ppegoN@FOOMP^z1p`dvfW@6+xD6&!wKaNBog-5Xn`q z^Jd^(Iq}%TEixB>8Z2>pe5;nRz^=o?T_vjVUG*u41vS4!A4urO>wOa5q;NQ&CxGdB z#HCGcvn<}2TNZXdbW0KHJ6APfCFjj$1{(7B`LFJHsdnUy0^^fx>Y6rM=xBGN$~Wk)``Le7*nO$vr6U$0wmqp4fq-07PvS5D6ZCS9GNGT+nH&t;ucLK6UcwP)V| literal 384 zcmV-`0e}99P)200006VoOIv0RI60 z0RN!9r;`8x0X0cPK~y-6?UKDp13?sp&*+j6tRfJMVE(tjO`v0-BVZb6S^o}fgf&%gxGw!j;( zp5R*pUd?v`RFZ&o;K7VHz--0`%-Q_{+zs>tXJ$AA#!`Q&m#F~9mODs;E`$JMxfRQ` z{A?&Au+L!arsYzhl9qDLgP>kz=bV#N3o(a6bLk)Yt*+JKoDA>xc}211g``DEP2kFA zBUX2S4@o8K%fOzUXJYxE0&2i@!eh_UB{1$;t`A(2RF^brqpGBWq}!NnO45s@C+nXj ewViVvZ} Date: Sun, 25 Feb 2024 08:36:22 +0100 Subject: [PATCH 75/93] Made ordering multiple crates at cargo order multiple crates (#25518) * please tell me this is empty * it wasn't empty, fixing that * This should fix it * fix for the fix * address changes * fix * Added some comments, hoping that failed test was a fluke. --- .../Cargo/Systems/CargoSystem.Orders.cs | 18 +++++++++++------- .../Cargo/Systems/CargoSystem.Shuttle.cs | 8 ++++++-- 2 files changed, 17 insertions(+), 9 deletions(-) diff --git a/Content.Server/Cargo/Systems/CargoSystem.Orders.cs b/Content.Server/Cargo/Systems/CargoSystem.Orders.cs index a4daeb8c2d4..5ecba411336 100644 --- a/Content.Server/Cargo/Systems/CargoSystem.Orders.cs +++ b/Content.Server/Cargo/Systems/CargoSystem.Orders.cs @@ -209,15 +209,19 @@ private void OnApproveOrderMessage(EntityUid uid, CargoOrderConsoleComponent com _random.Shuffle(tradePads); var freePads = GetFreeCargoPallets(trade, tradePads); - - foreach (var pad in freePads) + if (freePads.Count >= order.OrderQuantity) //check if the station has enough free pallets { - var coordinates = new EntityCoordinates(trade, pad.Transform.LocalPosition); - - if (FulfillOrder(order, coordinates, orderDatabase.PrinterOutput)) + foreach (var pad in freePads) { - tradeDestination = trade; - break; + var coordinates = new EntityCoordinates(trade, pad.Transform.LocalPosition); + + if (FulfillOrder(order, coordinates, orderDatabase.PrinterOutput)) + { + tradeDestination = trade; + order.NumDispatched++; + if (order.OrderQuantity <= order.NumDispatched) //Spawn a crate on free pellets until the order is fulfilled. + break; + } } } diff --git a/Content.Server/Cargo/Systems/CargoSystem.Shuttle.cs b/Content.Server/Cargo/Systems/CargoSystem.Shuttle.cs index 8a661c8896d..98ab633f4da 100644 --- a/Content.Server/Cargo/Systems/CargoSystem.Shuttle.cs +++ b/Content.Server/Cargo/Systems/CargoSystem.Shuttle.cs @@ -196,12 +196,14 @@ private int GetCargoSpace(EntityUid gridUid) return _pads; } - private IEnumerable<(EntityUid Entity, CargoPalletComponent Component, TransformComponent Transform)> + private List<(EntityUid Entity, CargoPalletComponent Component, TransformComponent Transform)> GetFreeCargoPallets(EntityUid gridUid, List<(EntityUid Entity, CargoPalletComponent Component, TransformComponent Transform)> pallets) { _setEnts.Clear(); + List<(EntityUid Entity, CargoPalletComponent Component, TransformComponent Transform)> outList = new(); + foreach (var pallet in pallets) { var aabb = _lookup.GetAABBNoContainer(pallet.Entity, pallet.Transform.LocalPosition, pallet.Transform.LocalRotation); @@ -209,8 +211,10 @@ private int GetCargoSpace(EntityUid gridUid) if (_lookup.AnyLocalEntitiesIntersecting(gridUid, aabb, LookupFlags.Dynamic)) continue; - yield return pallet; + outList.Add(pallet); } + + return outList; } #endregion From e52ebe0ebd138bc12ec4427dfcc686efedd2a6fc Mon Sep 17 00:00:00 2001 From: PJBot Date: Sun, 25 Feb 2024 07:37:28 +0000 Subject: [PATCH 76/93] 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 e2b77c84d8c..6de5e697f96 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: Ilya246 - changes: - - message: Science may now research the Biofabricator, which can make animal cubes - from biomass! - type: Add - id: 5516 - time: '2024-01-02T18:53:35.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23319 - author: themias changes: - message: Welders can be refilled directly from wall fuel dispensers @@ -3852,3 +3844,10 @@ id: 6015 time: '2024-02-25T02:40:49.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25529 +- author: PolterTzi + changes: + - message: Cargo ordering multiple crates in one order should work now. + type: Fix + id: 6016 + time: '2024-02-25T07:36:22.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25518 From ec5edc362656440373cba7aa8ef63c87af85911b Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Sun, 25 Feb 2024 21:58:08 +1100 Subject: [PATCH 77/93] Selectively revert gun penetration (#25551) The collision layer check doesn't work and I don't have time to fix it. --- .../Projectiles/CanPenetrateComponent.cs | 42 ------------------- .../Projectiles/SharedProjectileSystem.cs | 27 ------------ .../Guns/Ammunition/Projectiles/grenade.yml | 6 --- .../Weapons/Guns/Projectiles/projectiles.yml | 4 +- .../Power/Generation/PA/particles.yml | 1 - 5 files changed, 1 insertion(+), 79 deletions(-) delete mode 100644 Content.Shared/Projectiles/CanPenetrateComponent.cs diff --git a/Content.Shared/Projectiles/CanPenetrateComponent.cs b/Content.Shared/Projectiles/CanPenetrateComponent.cs deleted file mode 100644 index 6134978b1bb..00000000000 --- a/Content.Shared/Projectiles/CanPenetrateComponent.cs +++ /dev/null @@ -1,42 +0,0 @@ -using Content.Shared.FixedPoint; -using Content.Shared.Physics; -using Robust.Shared.GameStates; - -namespace Content.Shared.Projectiles; - -[RegisterComponent, NetworkedComponent] -public sealed partial class CanPenetrateComponent : Component -{ - /// - /// Should the projectile keep the ability to deal damage after colliding. - /// - [DataField] - public bool DamageAfterCollide = true; - - /// - /// The CollisionLayer, up to and including the one set, the projectile is allowed to penetrate. - /// - /// - /// Can penetrate everything if this value is not set. - /// - [DataField] - public CollisionGroup? PenetrationLayer; - - /// - /// How many times the projectile is allowed to deal damage. - /// - /// - /// Can deal damage on every collision if this value is not set. - /// - [DataField] - public float? PenetrationPower; - - /// - /// Modifies the damage of a projectile after it has penetrated an entity. - /// - /// - /// Won't modify the projectile's damage if this value is not set. - /// - [DataField] - public FixedPoint2? DamageModifier; -} diff --git a/Content.Shared/Projectiles/SharedProjectileSystem.cs b/Content.Shared/Projectiles/SharedProjectileSystem.cs index 2fa5ee1c8c2..f57e8736539 100644 --- a/Content.Shared/Projectiles/SharedProjectileSystem.cs +++ b/Content.Shared/Projectiles/SharedProjectileSystem.cs @@ -169,33 +169,6 @@ private void OnAttemptPacifiedThrow(Entity ent, r /// private void AfterProjectileHit(EntityUid uid, ProjectileComponent component, ref AfterProjectileHitEvent args) { - if (!TryComp(uid, out var damageAfterCollide)) - return; - - //Delete the projectile if it hits an entity with a CollisionLayer that has a higher value than it's PenetrationLayer. - //This allows a projectile to only penetrate a specific set of entities. - if (damageAfterCollide.PenetrationLayer != null) - { - if (args.Fixture.CollisionLayer > (int) damageAfterCollide.PenetrationLayer || - damageAfterCollide.PenetrationPower == 0) - { - QueueDel(uid); - return; - } - } - - //Allow the projectile to deal damage again. - if(damageAfterCollide.DamageAfterCollide) - component.DamagedEntity = false; - - //If the projectile has a limit on the amount of penetrations, reduce it. - if (damageAfterCollide.PenetrationPower != null) - damageAfterCollide.PenetrationPower -= 1; - - //Apply the penetration damage modifier if the projectile has one. - if (damageAfterCollide.DamageModifier != null) - component.Damage *= damageAfterCollide.DamageModifier.Value; - //Overrides the original DeleteOnCollide if the projectile passes all penetration checks. //This is to prevent having to set DeleteOnCollide to false on every prototype //you want to give the ability to penetrate entities. diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/grenade.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/grenade.yml index ec62121c6b9..7f0507d686d 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/grenade.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/grenade.yml @@ -12,8 +12,6 @@ damage: types: Blunt: 4 - - type: CanPenetrate - penetrationLayer: MobLayer - type: StaminaDamageOnCollide damage: 55 - type: TimedDespawn @@ -33,8 +31,6 @@ damage: types: Piercing: 45 - - type: CanPenetrate - penetrationLayer: MobLayer - type: TimedDespawn lifetime: 0.25 @@ -53,8 +49,6 @@ types: Blunt: 1 Heat: 2 - - type: CanPenetrate - penetrationLayer: MobLayer - type: IgniteOnCollide fireStacks: 3 count: 10 diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml index a5b0a8ffa3a..9445a3cfe12 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml @@ -738,7 +738,7 @@ - type: PointLight radius: 3.5 color: blue - energy: 0.5 + energy: 0.5 - type: entity id: BulletCap @@ -810,8 +810,6 @@ mask: - Impassable - BulletImpassable - - type: CanPenetrate - penetrationLayer: MobLayer - type: Vapor active: true - type: Appearance diff --git a/Resources/Prototypes/Entities/Structures/Power/Generation/PA/particles.yml b/Resources/Prototypes/Entities/Structures/Power/Generation/PA/particles.yml index 8f89c900ca9..8d889ee5cbb 100644 --- a/Resources/Prototypes/Entities/Structures/Power/Generation/PA/particles.yml +++ b/Resources/Prototypes/Entities/Structures/Power/Generation/PA/particles.yml @@ -19,7 +19,6 @@ damage: types: Radiation: 25 - - type: CanPenetrate - type: Physics - type: Fixtures fixtures: From bcbe2ec1af39ad1fea286fd27a40bc3794a2ce34 Mon Sep 17 00:00:00 2001 From: nikthechampiongr <32041239+nikthechampiongr@users.noreply.github.com> Date: Sun, 25 Feb 2024 13:07:10 +0200 Subject: [PATCH 78/93] Cleanup ExecutionSystem (#24382) * Creat Execution Component and add to sharp items * Kill Server ExecutionSystem. Create ExecutionSystem in shared. Create ActiveExecution Component. Transferred the Execution system into shared. Heavily re-wrote the system in order to reduce duplication, and remove gun code from the system. The melee weapon modifier which was dependant on swing rate was removed. The ActiveExecutionComponent was created in order to apply the damage modifier to the shot from a gun execution. It is added just before the gun fires and removed after an attempt is made. * Fix bugs The execution completed text will now only show up if the gun fires. The client also no longer crashes because I forgot to network the component. * Remove clumsy text * Make BaseSword abstract * Add ExecutionComponent to every weapon * Fix bug * Remove execution comp from battery weapons Currently the gun system does not have a way to alter hitscan damage like it does with projectiles. * Cleanup * Revert "Remove clumsy text" This reverts commit a46da6448d5d179a4e936f9213d5622bedb58a16. * Actually fix the ExecutionSystem Everything about the shot goes through the gun system now. The Damage multiplier is only applied when a projectile impacts the target so people that get in the way don't get hit with 9 times damage for no reason. In order to make suicides work I needed to create fake EntityCoordinates because the gun system and the projectile system do not play well with a projectile that has the same start and end position. * Make launchers able to execute * Fix prediction bug The OnAmmoShotEvent is only raised on the server. * Readd ability for clowns to accidentally shoot themselves while executing * Cleanup * Reset melee cooldown to initial value * Address reviews fix bug Addressed reviews on overriding messages. Now I actually mark doafters as handled. Return normal cooldown to some meleeweapons I forgot on the previous commit. * Address Reviews Remove duplication * Exorcise codebase Remove evil null coercion that I was sure I removed a while ago * Address reviews again * Remove melee weapon attack logic and rely on the system. Remove gun and melee checks. * Make system functional again and cleanup * Remove code I forgot to remove * Cleanup * stalled * Selectively revert gun penetration The collision layer check doesn't work and I don't have time to fix it. * Fixes --------- Co-authored-by: metalgearsloth --- Content.Server/Execution/ExecutionSystem.cs | 397 ------------------ .../Projectiles/ProjectileSystem.cs | 28 +- .../Weapons/Ranged/Systems/GunSystem.cs | 149 ++++++- .../Execution/ExecutionComponent.cs | 26 ++ Content.Shared/Execution/ExecutionSystem.cs | 241 +++++++++++ .../Projectiles/SharedProjectileSystem.cs | 15 +- .../Ranged/Events/ShotAttemptedEvent.cs | 4 +- .../Weapons/Ranged/Systems/SharedGunSystem.cs | 109 +++-- .../Locale/en-US/execution/execution.ftl | 10 - .../components/butcherable-component.ftl | 2 +- .../Objects/Materials/crystal_shard.yml | 2 + .../Entities/Objects/Materials/shards.yml | 2 + .../Entities/Objects/Misc/broken_bottle.yml | 2 + .../Objects/Weapons/Guns/HMGs/hmgs.yml | 1 + .../Objects/Weapons/Guns/LMGs/lmgs.yml | 1 + .../Weapons/Guns/Launchers/launchers.yml | 1 + .../Objects/Weapons/Guns/Pistols/pistols.yml | 3 +- .../Objects/Weapons/Guns/Rifles/rifles.yml | 1 + .../Objects/Weapons/Guns/SMGs/smgs.yml | 1 + .../Weapons/Guns/Shotguns/shotguns.yml | 2 + .../Objects/Weapons/Guns/Snipers/snipers.yml | 1 + .../Objects/Weapons/Guns/flare_gun.yml | 1 + .../Objects/Weapons/Guns/pneumatic_cannon.yml | 1 + .../Objects/Weapons/Melee/armblade.yml | 2 + .../Objects/Weapons/Melee/fireaxe.yml | 2 + .../Entities/Objects/Weapons/Melee/knife.yml | 2 + .../Entities/Objects/Weapons/Melee/sword.yml | 36 +- 27 files changed, 565 insertions(+), 477 deletions(-) delete mode 100644 Content.Server/Execution/ExecutionSystem.cs create mode 100644 Content.Shared/Execution/ExecutionComponent.cs create mode 100644 Content.Shared/Execution/ExecutionSystem.cs diff --git a/Content.Server/Execution/ExecutionSystem.cs b/Content.Server/Execution/ExecutionSystem.cs deleted file mode 100644 index 4354608ca3e..00000000000 --- a/Content.Server/Execution/ExecutionSystem.cs +++ /dev/null @@ -1,397 +0,0 @@ -using Content.Server.Interaction; -using Content.Server.Kitchen.Components; -using Content.Server.Weapons.Ranged.Systems; -using Content.Shared.ActionBlocker; -using Content.Shared.Damage; -using Content.Shared.Database; -using Content.Shared.DoAfter; -using Content.Shared.Execution; -using Content.Shared.Interaction.Components; -using Content.Shared.Mobs.Components; -using Content.Shared.Mobs.Systems; -using Content.Shared.Popups; -using Content.Shared.Projectiles; -using Content.Shared.Verbs; -using Content.Shared.Weapons.Melee; -using Content.Shared.Weapons.Ranged; -using Content.Shared.Weapons.Ranged.Components; -using Content.Shared.Weapons.Ranged.Events; -using Content.Shared.Weapons.Ranged.Systems; -using Robust.Shared.Audio; -using Robust.Shared.Audio.Systems; -using Robust.Shared.Player; -using Robust.Shared.Prototypes; - -namespace Content.Server.Execution; - -/// -/// Verb for violently murdering cuffed creatures. -/// -public sealed class ExecutionSystem : EntitySystem -{ - [Dependency] private readonly SharedDoAfterSystem _doAfterSystem = default!; - [Dependency] private readonly SharedPopupSystem _popupSystem = default!; - [Dependency] private readonly MobStateSystem _mobStateSystem = default!; - [Dependency] private readonly InteractionSystem _interactionSystem = default!; - [Dependency] private readonly ActionBlockerSystem _actionBlockerSystem = default!; - [Dependency] private readonly DamageableSystem _damageableSystem = default!; - [Dependency] private readonly IPrototypeManager _prototypeManager = default!; - [Dependency] private readonly IComponentFactory _componentFactory = default!; - [Dependency] private readonly SharedAppearanceSystem _appearanceSystem = default!; - [Dependency] private readonly SharedAudioSystem _audioSystem = default!; - [Dependency] private readonly GunSystem _gunSystem = default!; - - private const float MeleeExecutionTimeModifier = 5.0f; - private const float GunExecutionTime = 6.0f; - private const float DamageModifier = 9.0f; - - /// - public override void Initialize() - { - base.Initialize(); - - SubscribeLocalEvent>(OnGetInteractionVerbsMelee); - SubscribeLocalEvent>(OnGetInteractionVerbsGun); - - SubscribeLocalEvent(OnDoafterMelee); - SubscribeLocalEvent(OnDoafterGun); - } - - private void OnGetInteractionVerbsMelee( - EntityUid uid, - SharpComponent component, - GetVerbsEvent args) - { - if (args.Hands == null || args.Using == null || !args.CanAccess || !args.CanInteract) - return; - - var attacker = args.User; - var weapon = args.Using!.Value; - var victim = args.Target; - - if (!CanExecuteWithMelee(weapon, victim, attacker)) - return; - - UtilityVerb verb = new() - { - Act = () => - { - TryStartMeleeExecutionDoafter(weapon, victim, attacker); - }, - Impact = LogImpact.High, - Text = Loc.GetString("execution-verb-name"), - Message = Loc.GetString("execution-verb-message"), - }; - - args.Verbs.Add(verb); - } - - private void OnGetInteractionVerbsGun( - EntityUid uid, - GunComponent component, - GetVerbsEvent args) - { - if (args.Hands == null || args.Using == null || !args.CanAccess || !args.CanInteract) - return; - - var attacker = args.User; - var weapon = args.Using!.Value; - var victim = args.Target; - - if (!CanExecuteWithGun(weapon, victim, attacker)) - return; - - UtilityVerb verb = new() - { - Act = () => - { - TryStartGunExecutionDoafter(weapon, victim, attacker); - }, - Impact = LogImpact.High, - Text = Loc.GetString("execution-verb-name"), - Message = Loc.GetString("execution-verb-message"), - }; - - args.Verbs.Add(verb); - } - - private bool CanExecuteWithAny(EntityUid weapon, EntityUid victim, EntityUid attacker) - { - // No point executing someone if they can't take damage - if (!TryComp(victim, out var damage)) - return false; - - // You can't execute something that cannot die - if (!TryComp(victim, out var mobState)) - return false; - - // You're not allowed to execute dead people (no fun allowed) - if (_mobStateSystem.IsDead(victim, mobState)) - return false; - - // You must be able to attack people to execute - if (!_actionBlockerSystem.CanAttack(attacker, victim)) - return false; - - // The victim must be incapacitated to be executed - if (victim != attacker && _actionBlockerSystem.CanInteract(victim, null)) - return false; - - // All checks passed - return true; - } - - private bool CanExecuteWithMelee(EntityUid weapon, EntityUid victim, EntityUid user) - { - if (!CanExecuteWithAny(weapon, victim, user)) return false; - - // We must be able to actually hurt people with the weapon - if (!TryComp(weapon, out var melee) && melee!.Damage.GetTotal() > 0.0f) - return false; - - return true; - } - - private bool CanExecuteWithGun(EntityUid weapon, EntityUid victim, EntityUid user) - { - if (!CanExecuteWithAny(weapon, victim, user)) return false; - - // We must be able to actually fire the gun - if (!TryComp(weapon, out var gun) && _gunSystem.CanShoot(gun!)) - return false; - - return true; - } - - private void TryStartMeleeExecutionDoafter(EntityUid weapon, EntityUid victim, EntityUid attacker) - { - if (!CanExecuteWithMelee(weapon, victim, attacker)) - return; - - var executionTime = (1.0f / Comp(weapon).AttackRate) * MeleeExecutionTimeModifier; - - if (attacker == victim) - { - ShowExecutionPopup("suicide-popup-melee-initial-internal", Filter.Entities(attacker), PopupType.Medium, attacker, victim, weapon); - ShowExecutionPopup("suicide-popup-melee-initial-external", Filter.PvsExcept(attacker), PopupType.MediumCaution, attacker, victim, weapon); - } - else - { - ShowExecutionPopup("execution-popup-melee-initial-internal", Filter.Entities(attacker), PopupType.Medium, attacker, victim, weapon); - ShowExecutionPopup("execution-popup-melee-initial-external", Filter.PvsExcept(attacker), PopupType.MediumCaution, attacker, victim, weapon); - } - - var doAfter = - new DoAfterArgs(EntityManager, attacker, executionTime, new ExecutionDoAfterEvent(), weapon, target: victim, used: weapon) - { - BreakOnTargetMove = true, - BreakOnUserMove = true, - BreakOnDamage = true, - NeedHand = true - }; - - _doAfterSystem.TryStartDoAfter(doAfter); - } - - private void TryStartGunExecutionDoafter(EntityUid weapon, EntityUid victim, EntityUid attacker) - { - if (!CanExecuteWithGun(weapon, victim, attacker)) - return; - - if (attacker == victim) - { - ShowExecutionPopup("suicide-popup-gun-initial-internal", Filter.Entities(attacker), PopupType.Medium, attacker, victim, weapon); - ShowExecutionPopup("suicide-popup-gun-initial-external", Filter.PvsExcept(attacker), PopupType.MediumCaution, attacker, victim, weapon); - } - else - { - ShowExecutionPopup("execution-popup-gun-initial-internal", Filter.Entities(attacker), PopupType.Medium, attacker, victim, weapon); - ShowExecutionPopup("execution-popup-gun-initial-external", Filter.PvsExcept(attacker), PopupType.MediumCaution, attacker, victim, weapon); - } - - var doAfter = - new DoAfterArgs(EntityManager, attacker, GunExecutionTime, new ExecutionDoAfterEvent(), weapon, target: victim, used: weapon) - { - BreakOnTargetMove = true, - BreakOnUserMove = true, - BreakOnDamage = true, - NeedHand = true - }; - - _doAfterSystem.TryStartDoAfter(doAfter); - } - - private bool OnDoafterChecks(EntityUid uid, DoAfterEvent args) - { - if (args.Handled || args.Cancelled || args.Used == null || args.Target == null) - return false; - - if (!CanExecuteWithAny(args.Used.Value, args.Target.Value, uid)) - return false; - - // All checks passed - return true; - } - - private void OnDoafterMelee(EntityUid uid, SharpComponent component, DoAfterEvent args) - { - if (args.Handled || args.Cancelled || args.Used == null || args.Target == null) - return; - - var attacker = args.User; - var victim = args.Target!.Value; - var weapon = args.Used!.Value; - - if (!CanExecuteWithMelee(weapon, victim, attacker)) return; - - if (!TryComp(weapon, out var melee) && melee!.Damage.GetTotal() > 0.0f) - return; - - _damageableSystem.TryChangeDamage(victim, melee.Damage * DamageModifier, true); - _audioSystem.PlayEntity(melee.HitSound, Filter.Pvs(weapon), weapon, true, AudioParams.Default); - - if (attacker == victim) - { - ShowExecutionPopup("suicide-popup-melee-complete-internal", Filter.Entities(attacker), PopupType.Medium, attacker, victim, weapon); - ShowExecutionPopup("suicide-popup-melee-complete-external", Filter.PvsExcept(attacker), PopupType.MediumCaution, attacker, victim, weapon); - } - else - { - ShowExecutionPopup("execution-popup-melee-complete-internal", Filter.Entities(attacker), PopupType.Medium, attacker, victim, weapon); - ShowExecutionPopup("execution-popup-melee-complete-external", Filter.PvsExcept(attacker), PopupType.MediumCaution, attacker, victim, weapon); - } - } - - // TODO: This repeats a lot of the code of the serverside GunSystem, make it not do that - private void OnDoafterGun(EntityUid uid, GunComponent component, DoAfterEvent args) - { - if (args.Handled || args.Cancelled || args.Used == null || args.Target == null) - return; - - var attacker = args.User; - var weapon = args.Used!.Value; - var victim = args.Target!.Value; - - if (!CanExecuteWithGun(weapon, victim, attacker)) return; - - // Check if any systems want to block our shot - var prevention = new ShotAttemptedEvent - { - User = attacker, - Used = weapon - }; - - RaiseLocalEvent(weapon, ref prevention); - if (prevention.Cancelled) - return; - - RaiseLocalEvent(attacker, ref prevention); - if (prevention.Cancelled) - return; - - // Not sure what this is for but gunsystem uses it so ehhh - var attemptEv = new AttemptShootEvent(attacker, null); - RaiseLocalEvent(weapon, ref attemptEv); - - if (attemptEv.Cancelled) - { - if (attemptEv.Message != null) - { - _popupSystem.PopupClient(attemptEv.Message, weapon, attacker); - return; - } - } - - // Take some ammunition for the shot (one bullet) - var fromCoordinates = Transform(attacker).Coordinates; - var ev = new TakeAmmoEvent(1, new List<(EntityUid? Entity, IShootable Shootable)>(), fromCoordinates, attacker); - RaiseLocalEvent(weapon, ev); - - // Check if there's any ammo left - if (ev.Ammo.Count <= 0) - { - _audioSystem.PlayEntity(component.SoundEmpty, Filter.Pvs(weapon), weapon, true, AudioParams.Default); - ShowExecutionPopup("execution-popup-gun-empty", Filter.Pvs(weapon), PopupType.Medium, attacker, victim, weapon); - return; - } - - // Information about the ammo like damage - DamageSpecifier damage = new DamageSpecifier(); - - // Get some information from IShootable - var ammoUid = ev.Ammo[0].Entity; - switch (ev.Ammo[0].Shootable) - { - case CartridgeAmmoComponent cartridge: - // Get the damage value - var prototype = _prototypeManager.Index(cartridge.Prototype); - prototype.TryGetComponent(out var projectileA, _componentFactory); // sloth forgive me - if (projectileA != null) - { - damage = projectileA.Damage * cartridge.Count; - } - - // Expend the cartridge - cartridge.Spent = true; - _appearanceSystem.SetData(ammoUid!.Value, AmmoVisuals.Spent, true); - Dirty(ammoUid.Value, cartridge); - - break; - - case AmmoComponent newAmmo: - TryComp(ammoUid, out var projectileB); - if (projectileB != null) - { - damage = projectileB.Damage; - } - Del(ammoUid); - break; - - case HitscanPrototype hitscan: - damage = hitscan.Damage!; - break; - - default: - throw new ArgumentOutOfRangeException(); - } - - // Clumsy people have a chance to shoot themselves - if (TryComp(attacker, out var clumsy) && component.ClumsyProof == false) - { - if (_interactionSystem.TryRollClumsy(attacker, 0.33333333f, clumsy)) - { - ShowExecutionPopup("execution-popup-gun-clumsy-internal", Filter.Entities(attacker), PopupType.Medium, attacker, victim, weapon); - ShowExecutionPopup("execution-popup-gun-clumsy-external", Filter.PvsExcept(attacker), PopupType.MediumCaution, attacker, victim, weapon); - - // You shoot yourself with the gun (no damage multiplier) - _damageableSystem.TryChangeDamage(attacker, damage, origin: attacker); - _audioSystem.PlayEntity(component.SoundGunshot, Filter.Pvs(weapon), weapon, true, AudioParams.Default); - return; - } - } - - // Gun successfully fired, deal damage - _damageableSystem.TryChangeDamage(victim, damage * DamageModifier, true); - _audioSystem.PlayEntity(component.SoundGunshot, Filter.Pvs(weapon), weapon, false, AudioParams.Default); - - // Popups - if (attacker != victim) - { - ShowExecutionPopup("execution-popup-gun-complete-internal", Filter.Entities(attacker), PopupType.Medium, attacker, victim, weapon); - ShowExecutionPopup("execution-popup-gun-complete-external", Filter.PvsExcept(attacker), PopupType.LargeCaution, attacker, victim, weapon); - } - else - { - ShowExecutionPopup("suicide-popup-gun-complete-internal", Filter.Entities(attacker), PopupType.LargeCaution, attacker, victim, weapon); - ShowExecutionPopup("suicide-popup-gun-complete-external", Filter.PvsExcept(attacker), PopupType.LargeCaution, attacker, victim, weapon); - } - } - - private void ShowExecutionPopup(string locString, Filter filter, PopupType type, - EntityUid attacker, EntityUid victim, EntityUid weapon) - { - _popupSystem.PopupEntity(Loc.GetString( - locString, ("attacker", attacker), ("victim", victim), ("weapon", weapon)), - attacker, filter, true, type); - } -} \ No newline at end of file diff --git a/Content.Server/Projectiles/ProjectileSystem.cs b/Content.Server/Projectiles/ProjectileSystem.cs index 15ea5936e13..80c5f039d33 100644 --- a/Content.Server/Projectiles/ProjectileSystem.cs +++ b/Content.Server/Projectiles/ProjectileSystem.cs @@ -28,10 +28,14 @@ private void OnStartCollide(EntityUid uid, ProjectileComponent component, ref St { // This is so entities that shouldn't get a collision are ignored. if (args.OurFixtureId != ProjectileFixture || !args.OtherFixture.Hard - || component.DamagedEntity || component is { Weapon: null, OnlyCollideWhenShot: true }) + || component.DamagedEntity || component is + { Weapon: null, OnlyCollideWhenShot: true }) + { return; + } var target = args.OtherEntity; + // it's here so this check is only done once before possible hit var attemptEv = new ProjectileReflectAttemptEvent(uid, component, false); RaiseLocalEvent(target, ref attemptEv); @@ -41,11 +45,26 @@ private void OnStartCollide(EntityUid uid, ProjectileComponent component, ref St return; } + if (TryHandleProjectile(target, (uid, component))) + { + var direction = args.OurBody.LinearVelocity.Normalized(); + _sharedCameraRecoil.KickCamera(target, direction); + } + } + + /// + /// Tries to handle a projectile interacting with the target. + /// + /// True if the target isn't deleted. + public bool TryHandleProjectile(EntityUid target, Entity projectile) + { + var uid = projectile.Owner; + var component = projectile.Comp; + var ev = new ProjectileHitEvent(component.Damage, target, component.Shooter); RaiseLocalEvent(uid, ref ev); var otherName = ToPrettyString(target); - var direction = args.OurBody.LinearVelocity.Normalized(); var modifiedDamage = _damageableSystem.TryChangeDamage(target, ev.Damage, component.IgnoreResistances, origin: component.Shooter); var deleted = Deleted(target); @@ -64,12 +83,11 @@ private void OnStartCollide(EntityUid uid, ProjectileComponent component, ref St if (!deleted) { _guns.PlayImpactSound(target, modifiedDamage, component.SoundHit, component.ForceSound); - _sharedCameraRecoil.KickCamera(target, direction); } component.DamagedEntity = true; - var afterProjectileHitEvent = new AfterProjectileHitEvent(component.Damage, target, args.OtherFixture); + var afterProjectileHitEvent = new AfterProjectileHitEvent(component.Damage, target); RaiseLocalEvent(uid, ref afterProjectileHitEvent); if (component.DeleteOnCollide) @@ -79,5 +97,7 @@ private void OnStartCollide(EntityUid uid, ProjectileComponent component, ref St { RaiseNetworkEvent(new ImpactEffectEvent(component.ImpactEffect, GetNetCoordinates(xform.Coordinates)), Filter.Pvs(xform.Coordinates, entityMan: EntityManager)); } + + return !deleted; } } diff --git a/Content.Server/Weapons/Ranged/Systems/GunSystem.cs b/Content.Server/Weapons/Ranged/Systems/GunSystem.cs index b8f8f122111..fd3b6c5db33 100644 --- a/Content.Server/Weapons/Ranged/Systems/GunSystem.cs +++ b/Content.Server/Weapons/Ranged/Systems/GunSystem.cs @@ -4,6 +4,7 @@ using Content.Server.Cargo.Systems; using Content.Server.Interaction; using Content.Server.Power.EntitySystems; +using Content.Server.Projectiles; using Content.Server.Stunnable; using Content.Server.Weapons.Ranged.Components; using Content.Shared.Damage; @@ -29,13 +30,13 @@ namespace Content.Server.Weapons.Ranged.Systems; public sealed partial class GunSystem : SharedGunSystem { - [Dependency] private readonly IAdminLogManager _adminLogger = default!; [Dependency] private readonly IComponentFactory _factory = default!; [Dependency] private readonly BatterySystem _battery = default!; [Dependency] private readonly DamageExamineSystem _damageExamine = default!; [Dependency] private readonly InteractionSystem _interaction = default!; [Dependency] private readonly PricingSystem _pricing = default!; [Dependency] private readonly SharedColorFlashEffectSystem _color = default!; + [Dependency] private readonly ProjectileSystem _projectile = default!; [Dependency] private readonly SharedTransformSystem _transform = default!; [Dependency] private readonly StaminaSystem _stamina = default!; [Dependency] private readonly StunSystem _stun = default!; @@ -65,6 +66,137 @@ private void OnBallisticPrice(EntityUid uid, BallisticAmmoProviderComponent comp args.Price += price * component.UnspawnedCount; } + protected override bool ShootDirect(EntityUid gunUid, GunComponent gun, EntityUid target, List<(EntityUid? Entity, IShootable Shootable)> ammo, EntityUid user) + { + var result = false; + + // TODO: This is dogshit. I just want to get executions slightly better. + // Ideally you'd pull out cartridge + ammo to separate handling functions and re-use it here, then hitscan you need to bypass entirely. + // You should also make shooting into a struct of args given how many there are now. + var fromCoordinates = Transform(gunUid).Coordinates; + var toCoordinates = Transform(target).Coordinates; + + var fromMap = fromCoordinates.ToMap(EntityManager, TransformSystem); + var toMap = toCoordinates.ToMapPos(EntityManager, TransformSystem); + var mapDirection = toMap - fromMap.Position; + var angle = GetRecoilAngle(Timing.CurTime, gun, mapDirection.ToAngle()); + + // If applicable, this ensures the projectile is parented to grid on spawn, instead of the map. + var fromEnt = MapManager.TryFindGridAt(fromMap, out var gridUid, out _) + ? fromCoordinates.WithEntityId(gridUid, EntityManager) + : new EntityCoordinates(MapManager.GetMapEntityId(fromMap.MapId), fromMap.Position); + + // I must be high because this was getting tripped even when true. + // DebugTools.Assert(direction != Vector2.Zero); + var shotProjectiles = new List(ammo.Count); + var cartridgeBullets = new List(); + + foreach (var (ent, shootable) in ammo) + { + switch (shootable) + { + // Cartridge shoots something else + case CartridgeAmmoComponent cartridge: + if (!cartridge.Spent) + { + for (var i = 0; i < cartridge.Count; i++) + { + var uid = Spawn(cartridge.Prototype, fromEnt); + cartridgeBullets.Add(uid); + } + + RaiseLocalEvent(ent!.Value, new AmmoShotEvent() + { + FiredProjectiles = cartridgeBullets, + }); + + shotProjectiles.AddRange(cartridgeBullets); + cartridgeBullets.Clear(); + SetCartridgeSpent(ent.Value, cartridge, true); + MuzzleFlash(gunUid, cartridge, user); + Audio.PlayPredicted(gun.SoundGunshotModified, gunUid, user); + + if (cartridge.DeleteOnSpawn) + Del(ent.Value); + } + else + { + Audio.PlayPredicted(gun.SoundEmpty, gunUid, user); + } + + // Something like ballistic might want to leave it in the container still + if (!cartridge.DeleteOnSpawn && !Containers.IsEntityInContainer(ent!.Value)) + EjectCartridge(ent.Value, angle); + + result = true; + Dirty(ent!.Value, cartridge); + break; + // Ammo shoots itself + case AmmoComponent newAmmo: + result = true; + shotProjectiles.Add(ent!.Value); + MuzzleFlash(gunUid, newAmmo, user); + Audio.PlayPredicted(gun.SoundGunshotModified, gunUid, user); + break; + case HitscanPrototype hitscan: + result = true; + var hitEntity = target; + if (hitscan.StaminaDamage > 0f) + _stamina.TakeStaminaDamage(hitEntity, hitscan.StaminaDamage, source: user); + + var dmg = hitscan.Damage; + + var hitName = ToPrettyString(hitEntity); + if (dmg != null) + dmg = Damageable.TryChangeDamage(hitEntity, dmg, origin: user); + + // check null again, as TryChangeDamage returns modified damage values + if (dmg != null) + { + if (!Deleted(hitEntity)) + { + if (dmg.Any()) + { + _color.RaiseEffect(Color.Red, new List() { hitEntity }, Filter.Pvs(hitEntity, entityManager: EntityManager)); + } + + // TODO get fallback position for playing hit sound. + PlayImpactSound(hitEntity, dmg, hitscan.Sound, hitscan.ForceSound); + } + + Logs.Add(LogType.HitScanHit, + $"{ToPrettyString(user):user} hit {hitName:target} using hitscan and dealt {dmg.GetTotal():damage} damage"); + } + + Audio.PlayPredicted(gun.SoundGunshotModified, gunUid, user); + break; + default: + throw new ArgumentOutOfRangeException(); + } + } + + foreach (var ammoUid in shotProjectiles) + { + // TODO: Handle this shit + if (!TryComp(ammoUid, out ProjectileComponent? projectileComponent)) + { + QueueDel(ammoUid); + continue; + } + + _projectile.TryHandleProjectile(target, (ammoUid, projectileComponent)); + // Even this deletion handling is mega sussy. + Del(ammoUid); + } + + RaiseLocalEvent(gunUid, new AmmoShotEvent() + { + FiredProjectiles = shotProjectiles, + }); + + return result; + } + public override void Shoot(EntityUid gunUid, GunComponent gun, List<(EntityUid? Entity, IShootable Shootable)> ammo, EntityCoordinates fromCoordinates, EntityCoordinates toCoordinates, out bool userImpulse, EntityUid? user = null, bool throwItems = false) { @@ -72,7 +204,7 @@ public override void Shoot(EntityUid gunUid, GunComponent gun, List<(EntityUid? // Try a clumsy roll // TODO: Who put this here - if (TryComp(user, out var clumsy) && gun.ClumsyProof == false) + if (TryComp(user, out var clumsy) && !gun.ClumsyProof) { for (var i = 0; i < ammo.Count; i++) { @@ -93,6 +225,8 @@ public override void Shoot(EntityUid gunUid, GunComponent gun, List<(EntityUid? } } + // As the above message wasn't obvious stop putting stuff here and use events + var fromMap = fromCoordinates.ToMap(EntityManager, TransformSystem); var toMap = toCoordinates.ToMapPos(EntityManager, TransformSystem); var mapDirection = toMap - fromMap.Position; @@ -100,7 +234,7 @@ public override void Shoot(EntityUid gunUid, GunComponent gun, List<(EntityUid? var angle = GetRecoilAngle(Timing.CurTime, gun, mapDirection.ToAngle()); // If applicable, this ensures the projectile is parented to grid on spawn, instead of the map. - var fromEnt = MapManager.TryFindGridAt(fromMap, out var gridUid, out var grid) + var fromEnt = MapManager.TryFindGridAt(fromMap, out var gridUid, out _) ? fromCoordinates.WithEntityId(gridUid, EntityManager) : new EntityCoordinates(MapManager.GetMapEntityId(fromMap.MapId), fromMap.Position); @@ -112,6 +246,7 @@ public override void Shoot(EntityUid gunUid, GunComponent gun, List<(EntityUid? // I must be high because this was getting tripped even when true. // DebugTools.Assert(direction != Vector2.Zero); var shotProjectiles = new List(ammo.Count); + var cartridgeBullets = new List(); foreach (var (ent, shootable) in ammo) { @@ -140,21 +275,23 @@ public override void Shoot(EntityUid gunUid, GunComponent gun, List<(EntityUid? { var uid = Spawn(cartridge.Prototype, fromEnt); ShootOrThrow(uid, angles[i].ToVec(), gunVelocity, gun, gunUid, user); - shotProjectiles.Add(uid); + cartridgeBullets.Add(uid); } } else { var uid = Spawn(cartridge.Prototype, fromEnt); ShootOrThrow(uid, mapDirection, gunVelocity, gun, gunUid, user); - shotProjectiles.Add(uid); + cartridgeBullets.Add(uid); } RaiseLocalEvent(ent!.Value, new AmmoShotEvent() { - FiredProjectiles = shotProjectiles, + FiredProjectiles = cartridgeBullets, }); + shotProjectiles.AddRange(cartridgeBullets); + cartridgeBullets.Clear(); SetCartridgeSpent(ent.Value, cartridge, true); MuzzleFlash(gunUid, cartridge, user); Audio.PlayPredicted(gun.SoundGunshotModified, gunUid, user); diff --git a/Content.Shared/Execution/ExecutionComponent.cs b/Content.Shared/Execution/ExecutionComponent.cs new file mode 100644 index 00000000000..f9c5111d63a --- /dev/null +++ b/Content.Shared/Execution/ExecutionComponent.cs @@ -0,0 +1,26 @@ +using Robust.Shared.GameStates; + +namespace Content.Shared.Execution; + +/// +/// Added to entities that can be used to execute another target. +/// +[RegisterComponent, NetworkedComponent, AutoGenerateComponentState] +public sealed partial class ExecutionComponent : Component +{ + /// + /// How long the execution duration lasts. + /// + [DataField, AutoNetworkedField] + public float DoAfterDuration = 5f; + + [DataField, AutoNetworkedField] + public float DamageModifier = 9f; + + // Not networked because this is transient inside of a tick. + /// + /// True if it is currently executing for handlers. + /// + [DataField] + public bool Executing = true; +} diff --git a/Content.Shared/Execution/ExecutionSystem.cs b/Content.Shared/Execution/ExecutionSystem.cs new file mode 100644 index 00000000000..de6db205be4 --- /dev/null +++ b/Content.Shared/Execution/ExecutionSystem.cs @@ -0,0 +1,241 @@ +using Content.Shared.Weapons.Ranged.Systems; +using Content.Shared.ActionBlocker; +using Content.Shared.CombatMode; +using Content.Shared.Damage; +using Content.Shared.Database; +using Content.Shared.DoAfter; +using Content.Shared.Mobs.Components; +using Content.Shared.Mobs.Systems; +using Content.Shared.Popups; +using Content.Shared.Verbs; +using Content.Shared.Weapons.Melee; +using Content.Shared.Weapons.Melee.Events; +using Content.Shared.Weapons.Ranged.Components; +using Robust.Shared.Network; +using Robust.Shared.Player; + +namespace Content.Shared.Execution; + +/// +/// Verb for violently murdering cuffed creatures. +/// +public sealed class ExecutionSystem : EntitySystem +{ + [Dependency] private readonly SharedDoAfterSystem _doAfterSystem = default!; + [Dependency] private readonly SharedPopupSystem _popupSystem = default!; + [Dependency] private readonly MobStateSystem _mobStateSystem = default!; + [Dependency] private readonly ActionBlockerSystem _actionBlockerSystem = default!; + [Dependency] private readonly SharedGunSystem _gunSystem = default!; + [Dependency] private readonly SharedCombatModeSystem _combatSystem = default!; + [Dependency] private readonly SharedMeleeWeaponSystem _meleeSystem = default!; + + // TODO: Still needs more cleaning up. + private const string DefaultInternalMeleeExecutionMessage = "execution-popup-melee-initial-internal"; + private const string DefaultExternalMeleeExecutionMessage = "execution-popup-melee-initial-external"; + private const string DefaultCompleteInternalMeleeExecutionMessage = "execution-popup-melee-complete-internal"; + private const string DefaultCompleteExternalMeleeExecutionMessage = "execution-popup-melee-complete-external"; + private const string DefaultInternalGunExecutionMessage = "execution-popup-gun-initial-internal"; + private const string DefaultExternalGunExecutionMessage = "execution-popup-gun-initial-external"; + private const string DefaultCompleteInternalGunExecutionMessage = "execution-popup-gun-complete-internal"; + private const string DefaultCompleteExternalGunExecutionMessage = "execution-popup-gun-complete-external"; + + /// + public override void Initialize() + { + base.Initialize(); + + SubscribeLocalEvent>(OnGetInteractionsVerbs); + SubscribeLocalEvent(OnExecutionDoAfter); + SubscribeLocalEvent(OnGetMeleeDamage); + } + + private void OnGetInteractionsVerbs(EntityUid uid, ExecutionComponent comp, GetVerbsEvent args) + { + if (args.Hands == null || args.Using == null || !args.CanAccess || !args.CanInteract) + return; + + var attacker = args.User; + var weapon = args.Using.Value; + var victim = args.Target; + + if (!CanExecuteWithAny(victim, attacker)) + return; + + UtilityVerb verb = new() + { + Act = () => TryStartExecutionDoAfter(weapon, victim, attacker, comp), + Impact = LogImpact.High, + Text = Loc.GetString("execution-verb-name"), + Message = Loc.GetString("execution-verb-message"), + }; + + args.Verbs.Add(verb); + } + + private void TryStartExecutionDoAfter(EntityUid weapon, EntityUid victim, EntityUid attacker, ExecutionComponent comp) + { + if (!CanExecuteWithAny(victim, attacker)) + return; + + // TODO: This should just be on the weapons as a single execution message. + var defaultExecutionInternal = DefaultInternalMeleeExecutionMessage; + var defaultExecutionExternal = DefaultExternalMeleeExecutionMessage; + + if (HasComp(weapon)) + { + defaultExecutionExternal = DefaultInternalGunExecutionMessage; + defaultExecutionInternal = DefaultExternalGunExecutionMessage; + } + + var internalMsg = defaultExecutionInternal; + var externalMsg = defaultExecutionExternal; + ShowExecutionInternalPopup(internalMsg, attacker, victim, weapon); + ShowExecutionExternalPopup(externalMsg, attacker, victim, weapon); + + var doAfter = + new DoAfterArgs(EntityManager, attacker, comp.DoAfterDuration, new ExecutionDoAfterEvent(), weapon, target: victim, used: weapon) + { + BreakOnTargetMove = true, + BreakOnUserMove = true, + BreakOnDamage = true, + NeedHand = true + }; + + _doAfterSystem.TryStartDoAfter(doAfter); + + } + + private bool CanExecuteWithAny(EntityUid victim, EntityUid attacker) + { + // Use suicide. + if (victim == attacker) + return false; + + // No point executing someone if they can't take damage + if (!TryComp(victim, out _)) + return false; + + // You can't execute something that cannot die + if (!TryComp(victim, out var mobState)) + return false; + + // You're not allowed to execute dead people (no fun allowed) + if (_mobStateSystem.IsDead(victim, mobState)) + return false; + + // You must be able to attack people to execute + if (!_actionBlockerSystem.CanAttack(attacker, victim)) + return false; + + // The victim must be incapacitated to be executed + if (victim != attacker && _actionBlockerSystem.CanInteract(victim, null)) + return false; + + // All checks passed + return true; + } + + private void OnExecutionDoAfter(EntityUid uid, ExecutionComponent component, ExecutionDoAfterEvent args) + { + if (args.Handled || args.Cancelled || args.Used == null || args.Target == null) + return; + + var attacker = args.User; + var victim = args.Target.Value; + var weapon = args.Used.Value; + + if (!CanExecuteWithAny(victim, attacker)) + return; + + // This is needed so the melee system does not stop it. + var prev = _combatSystem.IsInCombatMode(attacker); + _combatSystem.SetInCombatMode(attacker, true); + component.Executing = true; + string? internalMsg = null; + string? externalMsg = null; + + if (TryComp(uid, out MeleeWeaponComponent? melee)) + { + _meleeSystem.AttemptLightAttack(attacker, weapon, melee, victim); + internalMsg = DefaultCompleteInternalMeleeExecutionMessage; + externalMsg = DefaultCompleteExternalMeleeExecutionMessage; + } + else if (TryComp(uid, out GunComponent? gun)) + { + var clumsyShot = false; + + // TODO: This should just be an event or something instead to get this. + // TODO: Handle clumsy. + if (!_gunSystem.AttemptDirectShoot(args.User, uid, args.Target.Value, gun)) + { + internalMsg = null; + externalMsg = null; + } + else + { + internalMsg = DefaultCompleteInternalGunExecutionMessage; + externalMsg = DefaultCompleteExternalGunExecutionMessage; + } + args.Handled = true; + } + + _combatSystem.SetInCombatMode(attacker, prev); + component.Executing = false; + args.Handled = true; + + if (internalMsg != null && externalMsg != null) + { + ShowExecutionInternalPopup(internalMsg, attacker, victim, uid); + ShowExecutionExternalPopup(externalMsg, attacker, victim, uid); + } + } + + private void OnGetMeleeDamage(EntityUid uid, ExecutionComponent comp, ref GetMeleeDamageEvent args) + { + if (!TryComp(uid, out var melee) || + !TryComp(uid, out var execComp) || + !execComp.Executing) + { + return; + } + + var bonus = melee.Damage * execComp.DamageModifier - melee.Damage; + args.Damage += bonus; + } + + private void ShowExecutionInternalPopup(string locString, + EntityUid attacker, EntityUid victim, EntityUid weapon, bool predict = true) + { + if (predict) + { + _popupSystem.PopupClient( + Loc.GetString(locString, ("attacker", attacker), ("victim", victim), ("weapon", weapon)), + attacker, + attacker, + PopupType.Medium + ); + } + else + { + _popupSystem.PopupEntity( + Loc.GetString(locString, ("attacker", attacker), ("victim", victim), ("weapon", weapon)), + attacker, + Filter.Entities(attacker), + true, + PopupType.Medium + ); + } + + } + + private void ShowExecutionExternalPopup(string locString, EntityUid attacker, EntityUid victim, EntityUid weapon) + { + _popupSystem.PopupEntity( + Loc.GetString(locString, ("attacker", attacker), ("victim", victim), ("weapon", weapon)), + attacker, + Filter.PvsExcept(attacker), + true, + PopupType.MediumCaution + ); + } +} diff --git a/Content.Shared/Projectiles/SharedProjectileSystem.cs b/Content.Shared/Projectiles/SharedProjectileSystem.cs index f57e8736539..027dc039398 100644 --- a/Content.Shared/Projectiles/SharedProjectileSystem.cs +++ b/Content.Shared/Projectiles/SharedProjectileSystem.cs @@ -34,7 +34,6 @@ public override void Initialize() base.Initialize(); SubscribeLocalEvent(PreventCollision); - SubscribeLocalEvent(AfterProjectileHit); SubscribeLocalEvent(OnEmbedProjectileHit); SubscribeLocalEvent(OnEmbedThrowDoHit); SubscribeLocalEvent(OnEmbedActivate); @@ -163,18 +162,6 @@ private void OnAttemptPacifiedThrow(Entity ent, r { args.Cancel("pacified-cannot-throw-embed"); } - - /// - /// Checks if the projectile is allowed to penetrate the target it hit. - /// - private void AfterProjectileHit(EntityUid uid, ProjectileComponent component, ref AfterProjectileHitEvent args) - { - //Overrides the original DeleteOnCollide if the projectile passes all penetration checks. - //This is to prevent having to set DeleteOnCollide to false on every prototype - //you want to give the ability to penetrate entities. - if(component.DeleteOnCollide) - component.DeleteOnCollide = false; - } } [Serializable, NetSerializable] @@ -206,4 +193,4 @@ public record struct ProjectileHitEvent(DamageSpecifier Damage, EntityUid Target /// Raised after a projectile has dealt it's damage. ///

6cPXlc^?nON~XLW+qf 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 Fe*m?i0h9m$ literal 0 HcmV?d00001 From b1de6dd6017f4f56045df409db59fb7d303bde5d Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Fri, 23 Feb 2024 05:02:59 +0100 Subject: [PATCH 51/93] Switch project files to C# 12. (#25487) Just unlocks new language features like primary constructors. --- Content.Client/Content.Client.csproj | 2 +- Content.IntegrationTests/Content.IntegrationTests.csproj | 2 +- Content.Replay/Content.Replay.csproj | 2 +- Content.Server.Database/Content.Server.Database.csproj | 2 +- Content.Server/Content.Server.csproj | 2 +- Content.Shared/Content.Shared.csproj | 2 +- Content.Tests/Content.Tests.csproj | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Content.Client/Content.Client.csproj b/Content.Client/Content.Client.csproj index 0e15fadfae3..956f2fd0351 100644 --- a/Content.Client/Content.Client.csproj +++ b/Content.Client/Content.Client.csproj @@ -2,7 +2,7 @@ $(TargetFramework) - 11 + 12 false false ..\bin\Content.Client\ diff --git a/Content.IntegrationTests/Content.IntegrationTests.csproj b/Content.IntegrationTests/Content.IntegrationTests.csproj index ec93a47041d..2e922d25093 100644 --- a/Content.IntegrationTests/Content.IntegrationTests.csproj +++ b/Content.IntegrationTests/Content.IntegrationTests.csproj @@ -5,7 +5,7 @@ ..\bin\Content.IntegrationTests\ false false - 11 + 12 diff --git a/Content.Replay/Content.Replay.csproj b/Content.Replay/Content.Replay.csproj index 4b3c85345cf..9785870143d 100644 --- a/Content.Replay/Content.Replay.csproj +++ b/Content.Replay/Content.Replay.csproj @@ -1,7 +1,7 @@ $(TargetFramework) - 10 + 12 false false ..\bin\Content.Replay\ diff --git a/Content.Server.Database/Content.Server.Database.csproj b/Content.Server.Database/Content.Server.Database.csproj index 31ab785c18e..d98d0642db0 100644 --- a/Content.Server.Database/Content.Server.Database.csproj +++ b/Content.Server.Database/Content.Server.Database.csproj @@ -2,7 +2,7 @@ $(TargetFramework) - 11 + 12 false false ..\bin\Content.Server.Database\ diff --git a/Content.Server/Content.Server.csproj b/Content.Server/Content.Server.csproj index 96d642e4f2f..e398773d54f 100644 --- a/Content.Server/Content.Server.csproj +++ b/Content.Server/Content.Server.csproj @@ -2,7 +2,7 @@ $(TargetFramework) - 11 + 12 false false ..\bin\Content.Server\ diff --git a/Content.Shared/Content.Shared.csproj b/Content.Shared/Content.Shared.csproj index 0bd9bc410b6..4cca399b28b 100644 --- a/Content.Shared/Content.Shared.csproj +++ b/Content.Shared/Content.Shared.csproj @@ -2,7 +2,7 @@ $(TargetFramework) - 11 + 12 false false nullable diff --git a/Content.Tests/Content.Tests.csproj b/Content.Tests/Content.Tests.csproj index a883892d872..ff295728fca 100644 --- a/Content.Tests/Content.Tests.csproj +++ b/Content.Tests/Content.Tests.csproj @@ -2,7 +2,7 @@ $(TargetFramework) - 11 + 12 false false ..\bin\Content.Tests\ From 715794dd414c5d4b794cd6f2201983ecbc5d4f17 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Fri, 23 Feb 2024 05:04:44 +0100 Subject: [PATCH 52/93] Make department / job list sorting consistent. (#25486) * Make department / job list sorting consistent. This makes late join, crew manifest and character profile all apply consistent sorting for jobs and departments. We use the already-defined weights for departments (so command, then sec, then station specific, then just sort by prototype ID). Jobs also use weight (so heads are always at the top) then prototype ID, then character name (for manifest). Removed the crewmanifest.ordering CVar as doing it via prototype weight is just easier, and that CVar was already a mess anyways. * Fix jittery job icons in lists. They were set to KeepCentered in TextureRect. This has issues because the allocated space is actually an odd number of pixels, so it tries to position the draw at a half pixel offset. Now, yes, fixing this in TextureRect would make much more sense, but get off my back. (Ok seriously we need better helper functions for doing that in the engine. Don't wanna deal with that right now and I already have this patch made.) Instead I'm just gonna fix the issue by using VerticalAlignment in all these places instead which ends up doing exactly the same thing YIPPEE. Also gave a margin next to the icon on the crew manifest. Margins people! --- .../CrewManifest/UI/CrewManifestListing.cs | 32 +++-------------- .../CrewManifest/UI/CrewManifestSection.cs | 14 ++++---- Content.Client/LateJoin/LateJoinGui.cs | 9 +++-- .../CrewMonitoringWindow.xaml.cs | 2 +- .../UI/HumanoidProfileEditor.xaml.cs | 15 +++----- .../CrewManifest/CrewManifestSystem.cs | 18 ++++++++-- .../Systems/StationRecordsSystem.cs | 2 +- Content.Shared/CCVar/CCVars.cs | 9 ----- .../CrewManifest/SharedCrewManifestSystem.cs | 3 +- Content.Shared/Roles/DepartmentPrototype.cs | 24 +++++++++++++ Content.Shared/Roles/JobPrototype.cs | 35 +++++++++++++++++++ 11 files changed, 103 insertions(+), 60 deletions(-) diff --git a/Content.Client/CrewManifest/UI/CrewManifestListing.cs b/Content.Client/CrewManifest/UI/CrewManifestListing.cs index 614add536e0..03d8b7168f1 100644 --- a/Content.Client/CrewManifest/UI/CrewManifestListing.cs +++ b/Content.Client/CrewManifest/UI/CrewManifestListing.cs @@ -1,18 +1,14 @@ -using Content.Shared.CCVar; -using Content.Shared.CrewManifest; +using Content.Shared.CrewManifest; using Content.Shared.Roles; using Robust.Client.GameObjects; using Robust.Client.UserInterface.Controls; -using Robust.Shared.Configuration; using Robust.Shared.Prototypes; using Robust.Shared.Utility; -using System.Linq; namespace Content.Client.CrewManifest.UI; public sealed class CrewManifestListing : BoxContainer { - [Dependency] private readonly IConfigurationManager _configManager = default!; [Dependency] private readonly IEntitySystemManager _entitySystem = default!; [Dependency] private readonly IPrototypeManager _prototypeManager = default!; private readonly SpriteSystem _spriteSystem; @@ -25,7 +21,7 @@ public CrewManifestListing() public void AddCrewManifestEntries(CrewManifestEntries entries) { - var entryDict = new Dictionary>(); + var entryDict = new Dictionary>(); foreach (var entry in entries.Entries) { @@ -34,37 +30,19 @@ public void AddCrewManifestEntries(CrewManifestEntries entries) // this is a little expensive, and could be better if (department.Roles.Contains(entry.JobPrototype)) { - entryDict.GetOrNew(department.ID).Add(entry); + entryDict.GetOrNew(department).Add(entry); } } } - var entryList = new List<(string section, List entries)>(); + var entryList = new List<(DepartmentPrototype section, List entries)>(); foreach (var (section, listing) in entryDict) { entryList.Add((section, listing)); } - var sortOrder = _configManager.GetCVar(CCVars.CrewManifestOrdering).Split(",").ToList(); - - entryList.Sort((a, b) => - { - var ai = sortOrder.IndexOf(a.section); - var bi = sortOrder.IndexOf(b.section); - - // this is up here so -1 == -1 occurs first - if (ai == bi) - return 0; - - if (ai == -1) - return -1; - - if (bi == -1) - return 1; - - return ai.CompareTo(bi); - }); + entryList.Sort((a, b) => DepartmentUIComparer.Instance.Compare(a.section, b.section)); foreach (var item in entryList) { diff --git a/Content.Client/CrewManifest/UI/CrewManifestSection.cs b/Content.Client/CrewManifest/UI/CrewManifestSection.cs index 9b51b5d4241..4b1b02cb755 100644 --- a/Content.Client/CrewManifest/UI/CrewManifestSection.cs +++ b/Content.Client/CrewManifest/UI/CrewManifestSection.cs @@ -4,24 +4,25 @@ using Robust.Client.UserInterface.Controls; using Robust.Shared.Prototypes; using System.Numerics; +using Content.Shared.Roles; namespace Content.Client.CrewManifest.UI; public sealed class CrewManifestSection : BoxContainer { - public CrewManifestSection(IPrototypeManager prototypeManager, SpriteSystem spriteSystem, string sectionTitle, + public CrewManifestSection( + IPrototypeManager prototypeManager, + SpriteSystem spriteSystem, + DepartmentPrototype section, List entries) { Orientation = LayoutOrientation.Vertical; HorizontalExpand = true; - if (Loc.TryGetString($"department-{sectionTitle}", out var localizedDepart)) - sectionTitle = localizedDepart; - AddChild(new Label() { StyleClasses = { "LabelBig" }, - Text = Loc.GetString(sectionTitle) + Text = Loc.GetString($"department-{section.ID}") }); var gridContainer = new GridContainer() @@ -55,8 +56,9 @@ public CrewManifestSection(IPrototypeManager prototypeManager, SpriteSystem spri var icon = new TextureRect() { TextureScale = new Vector2(2, 2), - Stretch = TextureRect.StretchMode.KeepCentered, + VerticalAlignment = VAlignment.Center, Texture = spriteSystem.Frame0(jobIcon.Icon), + Margin = new Thickness(0, 0, 4, 0) }; titleContainer.AddChild(icon); diff --git a/Content.Client/LateJoin/LateJoinGui.cs b/Content.Client/LateJoin/LateJoinGui.cs index 3e7ca574763..b99d30015ef 100644 --- a/Content.Client/LateJoin/LateJoinGui.cs +++ b/Content.Client/LateJoin/LateJoinGui.cs @@ -1,3 +1,4 @@ +using System.Linq; using System.Numerics; using Content.Client.CrewManifest; using Content.Client.GameTicking.Managers; @@ -159,8 +160,10 @@ private void RebuildUI() }; var firstCategory = true; + var departments = _prototypeManager.EnumeratePrototypes().ToArray(); + Array.Sort(departments, DepartmentUIComparer.Instance); - foreach (var department in _prototypeManager.EnumeratePrototypes()) + foreach (var department in departments) { var departmentName = Loc.GetString($"department-{department.ID}"); _jobCategories[id] = new Dictionary(); @@ -176,7 +179,7 @@ private void RebuildUI() jobsAvailable.Add(_prototypeManager.Index(jobId)); } - jobsAvailable.Sort((x, y) => -string.Compare(x.LocalizedName, y.LocalizedName, StringComparison.CurrentCultureIgnoreCase)); + jobsAvailable.Sort(JobUIComparer.Instance); // Do not display departments with no jobs available. if (jobsAvailable.Count == 0) @@ -231,7 +234,7 @@ private void RebuildUI() var icon = new TextureRect { TextureScale = new Vector2(2, 2), - Stretch = TextureRect.StretchMode.KeepCentered + VerticalAlignment = VAlignment.Center }; var jobIcon = _prototypeManager.Index(prototype.Icon); diff --git a/Content.Client/Medical/CrewMonitoring/CrewMonitoringWindow.xaml.cs b/Content.Client/Medical/CrewMonitoring/CrewMonitoringWindow.xaml.cs index d8c87899db4..645243b0a3a 100644 --- a/Content.Client/Medical/CrewMonitoring/CrewMonitoringWindow.xaml.cs +++ b/Content.Client/Medical/CrewMonitoring/CrewMonitoringWindow.xaml.cs @@ -265,7 +265,7 @@ private void PopulateDepartmentList(IEnumerable departmentSens var jobIcon = new TextureRect() { TextureScale = new Vector2(2f, 2f), - Stretch = TextureRect.StretchMode.KeepCentered, + VerticalAlignment = VAlignment.Center, Texture = _spriteSystem.Frame0(proto.Icon), Margin = new Thickness(5, 0, 5, 0), }; diff --git a/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs b/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs index b88590dd462..92705336424 100644 --- a/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs +++ b/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs @@ -539,10 +539,8 @@ private void UpdateRoleRequirements() _jobCategories.Clear(); var firstCategory = true; - var departments = _prototypeManager.EnumeratePrototypes() - .OrderByDescending(department => department.Weight) - .ThenBy(department => Loc.GetString($"department-{department.ID}")) - .ToList(); + var departments = _prototypeManager.EnumeratePrototypes().ToArray(); + Array.Sort(departments, DepartmentUIComparer.Instance); foreach (var department in departments) { @@ -588,11 +586,8 @@ private void UpdateRoleRequirements() _jobList.AddChild(category); } - var jobs = department.Roles.Select(jobId => _prototypeManager.Index(jobId)) - .Where(job => job.SetPreference) - .OrderByDescending(job => job.Weight) - .ThenBy(job => job.LocalizedName) - .ToList(); + var jobs = department.Roles.Select(jobId => _prototypeManager.Index(jobId)).ToArray(); + Array.Sort(jobs, JobUIComparer.Instance); foreach (var job in jobs) { @@ -1315,7 +1310,7 @@ public JobPrioritySelector(JobPrototype proto, IPrototypeManager protoMan) var icon = new TextureRect { TextureScale = new Vector2(2, 2), - Stretch = TextureRect.StretchMode.KeepCentered + VerticalAlignment = VAlignment.Center }; var jobIcon = protoMan.Index(proto.Icon); icon.Texture = jobIcon.Icon.Frame0(); diff --git a/Content.Server/CrewManifest/CrewManifestSystem.cs b/Content.Server/CrewManifest/CrewManifestSystem.cs index 12b6984b5ae..8b4cbac5c15 100644 --- a/Content.Server/CrewManifest/CrewManifestSystem.cs +++ b/Content.Server/CrewManifest/CrewManifestSystem.cs @@ -9,10 +9,12 @@ using Content.Shared.CCVar; using Content.Shared.CrewManifest; using Content.Shared.GameTicking; +using Content.Shared.Roles; using Content.Shared.StationRecords; using Robust.Shared.Configuration; using Robust.Shared.Console; using Robust.Shared.Player; +using Robust.Shared.Prototypes; using Robust.Shared.Utility; namespace Content.Server.CrewManifest; @@ -23,6 +25,7 @@ public sealed class CrewManifestSystem : EntitySystem [Dependency] private readonly StationRecordsSystem _recordsSystem = default!; [Dependency] private readonly EuiManager _euiManager = default!; [Dependency] private readonly IConfigurationManager _configManager = default!; + [Dependency] private readonly IPrototypeManager _prototypeManager = default!; ///

[ByRefEvent] -public record struct AfterProjectileHitEvent(DamageSpecifier Damage, EntityUid Target, Fixture Fixture); +public record struct AfterProjectileHitEvent(DamageSpecifier Damage, EntityUid Target); diff --git a/Content.Shared/Weapons/Ranged/Events/ShotAttemptedEvent.cs b/Content.Shared/Weapons/Ranged/Events/ShotAttemptedEvent.cs index 40925ad614c..6325d953300 100644 --- a/Content.Shared/Weapons/Ranged/Events/ShotAttemptedEvent.cs +++ b/Content.Shared/Weapons/Ranged/Events/ShotAttemptedEvent.cs @@ -19,7 +19,7 @@ public record struct ShotAttemptedEvent public bool Cancelled { get; private set; } - ///
+ /// /// Prevent the gun from shooting /// public void Cancel() @@ -27,7 +27,7 @@ public void Cancel() Cancelled = true; } - ///
+ /// /// Allow the gun to shoot again, only use if you know what you are doing /// public void Uncancel() diff --git a/Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs b/Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs index ba22ba2cdc8..2132dd26319 100644 --- a/Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs +++ b/Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs @@ -21,6 +21,7 @@ using Content.Shared.Weapons.Melee.Events; using Content.Shared.Weapons.Ranged.Components; using Content.Shared.Weapons.Ranged.Events; +using JetBrains.Annotations; using Robust.Shared.Audio; using Robust.Shared.Audio.Systems; using Robust.Shared.Containers; @@ -143,7 +144,7 @@ private void OnShootRequest(RequestShootEvent msg, EntitySessionEventArgs args) gun.ShootCoordinates = GetCoordinates(msg.Coordinates); Log.Debug($"Set shoot coordinates to {gun.ShootCoordinates}"); - AttemptShoot(user.Value, ent, gun); + AttemptShootInternal(user.Value, ent, gun); } private void OnStopShootRequest(RequestStopShootEvent ev, EntitySessionEventArgs args) @@ -207,13 +208,38 @@ private void StopShooting(EntityUid uid, GunComponent gun) Dirty(uid, gun); } + /// + /// Attempts to shoot the specified target directly. + /// This may bypass projectiles firing etc. + /// + public bool AttemptDirectShoot(EntityUid user, EntityUid gunUid, EntityUid target, GunComponent gun) + { + // Unique name so people don't think it's "shoot towards" and not "I will teleport a bullet into them". + gun.ShootCoordinates = Transform(target).Coordinates; + + if (!TryTakeAmmo(user, gunUid, gun, out _, out _, out var args)) + { + gun.ShootCoordinates = null; + return false; + } + + var result = ShootDirect(gunUid, gun, target, args.Ammo, user: user); + gun.ShootCoordinates = null; + return result; + } + + protected virtual bool ShootDirect(EntityUid gunUid, GunComponent gun, EntityUid target, List<(EntityUid? Entity, IShootable Shootable)> ammo, EntityUid user) + { + return false; + } + /// /// Attempts to shoot at the target coordinates. Resets the shot counter after every shot. /// public void AttemptShoot(EntityUid user, EntityUid gunUid, GunComponent gun, EntityCoordinates toCoordinates) { gun.ShootCoordinates = toCoordinates; - AttemptShoot(user, gunUid, gun); + AttemptShootInternal(user, gunUid, gun); gun.ShotCounter = 0; } @@ -224,20 +250,35 @@ public void AttemptShoot(EntityUid gunUid, GunComponent gun) { var coordinates = new EntityCoordinates(gunUid, new Vector2(0, -1)); gun.ShootCoordinates = coordinates; - AttemptShoot(gunUid, gunUid, gun); + AttemptShootInternal(gunUid, gunUid, gun); gun.ShotCounter = 0; } - private void AttemptShoot(EntityUid user, EntityUid gunUid, GunComponent gun) + private void AttemptShootInternal(EntityUid user, EntityUid gunUid, GunComponent gun) { - if (gun.FireRateModified <= 0f || - !_actionBlockerSystem.CanAttack(user)) + if (!TryTakeAmmo(user, gunUid, gun, out var fromCoordinates, out var toCoordinates, out var args)) return; - var toCoordinates = gun.ShootCoordinates; + Shoot(gunUid, gun, args.Ammo, fromCoordinates, toCoordinates, out var userImpulse, user: user); - if (toCoordinates == null) - return; + if (userImpulse && TryComp(user, out var userPhysics)) + { + if (_gravity.IsWeightless(user, userPhysics)) + CauseImpulse(fromCoordinates, toCoordinates, user, userPhysics); + } + } + + /// + /// Validates if a gun can currently shoot. + /// + [Pure] + private bool CanShoot(EntityUid user, EntityUid gunUid, GunComponent gun) + { + if (gun.FireRateModified <= 0f || + !_actionBlockerSystem.CanAttack(user)) + { + return false; + } var curTime = Timing.CurTime; @@ -249,17 +290,42 @@ private void AttemptShoot(EntityUid user, EntityUid gunUid, GunComponent gun) }; RaiseLocalEvent(gunUid, ref prevention); if (prevention.Cancelled) - return; + return false; RaiseLocalEvent(user, ref prevention); if (prevention.Cancelled) - return; + return false; // Need to do this to play the clicking sound for empty automatic weapons // but not play anything for burst fire. if (gun.NextFire > curTime) - return; + return false; + + return true; + } + + /// + /// Tries to return ammo prepped for shooting if a gun is available to shoot. + /// + private bool TryTakeAmmo( + EntityUid user, + EntityUid gunUid, GunComponent gun, + out EntityCoordinates fromCoordinates, + out EntityCoordinates toCoordinates, + [NotNullWhen(true)] out TakeAmmoEvent? args) + { + toCoordinates = EntityCoordinates.Invalid; + fromCoordinates = EntityCoordinates.Invalid; + args = null; + + if (!CanShoot(user, gunUid, gun)) + return false; + if (gun.ShootCoordinates == null) + return false; + + toCoordinates = gun.ShootCoordinates.Value; + var curTime = Timing.CurTime; var fireRate = TimeSpan.FromSeconds(1f / gun.FireRateModified); // First shot @@ -307,10 +373,11 @@ private void AttemptShoot(EntityUid user, EntityUid gunUid, GunComponent gun) } gun.NextFire = TimeSpan.FromSeconds(Math.Max(lastFire.TotalSeconds + SafetyNextFire, gun.NextFire.TotalSeconds)); - return; + return false; } - var fromCoordinates = Transform(user).Coordinates; + fromCoordinates = Transform(user).Coordinates; + // Remove ammo var ev = new TakeAmmoEvent(shots, new List<(EntityUid? Entity, IShootable Shootable)>(), fromCoordinates, user); @@ -345,24 +412,18 @@ private void AttemptShoot(EntityUid user, EntityUid gunUid, GunComponent gun) // May cause prediction issues? Needs more tweaking gun.NextFire = TimeSpan.FromSeconds(Math.Max(lastFire.TotalSeconds + SafetyNextFire, gun.NextFire.TotalSeconds)); Audio.PlayPredicted(gun.SoundEmpty, gunUid, user); - return; + return false; } - return; + return false; } // Shoot confirmed - sounds also played here in case it's invalid (e.g. cartridge already spent). - Shoot(gunUid, gun, ev.Ammo, fromCoordinates, toCoordinates.Value, out var userImpulse, user, throwItems: attemptEv.ThrowItems); var shotEv = new GunShotEvent(user, ev.Ammo); RaiseLocalEvent(gunUid, ref shotEv); - if (userImpulse && TryComp(user, out var userPhysics)) - { - if (_gravity.IsWeightless(user, userPhysics)) - CauseImpulse(fromCoordinates, toCoordinates.Value, user, userPhysics); - } - - Dirty(gunUid, gun); + args = ev; + return true; } public void Shoot( diff --git a/Resources/Locale/en-US/execution/execution.ftl b/Resources/Locale/en-US/execution/execution.ftl index 8bdf3261666..5bd4613e8c3 100644 --- a/Resources/Locale/en-US/execution/execution.ftl +++ b/Resources/Locale/en-US/execution/execution.ftl @@ -14,17 +14,7 @@ execution-popup-gun-clumsy-internal = You miss {$victim}'s head and shoot your f execution-popup-gun-clumsy-external = {$attacker} misses {$victim} and shoots {POSS-ADJ($attacker)} foot instead! execution-popup-gun-empty = {CAPITALIZE(THE($weapon))} clicks. -suicide-popup-gun-initial-internal = You place the muzzle of {THE($weapon)} in your mouth. -suicide-popup-gun-initial-external = {$attacker} places the muzzle of {THE($weapon)} in {POSS-ADJ($attacker)} mouth. -suicide-popup-gun-complete-internal = You shoot yourself in the head! -suicide-popup-gun-complete-external = {$attacker} shoots {REFLEXIVE($attacker)} in the head! - execution-popup-melee-initial-internal = You ready {THE($weapon)} against {$victim}'s throat. execution-popup-melee-initial-external = {$attacker} readies {POSS-ADJ($attacker)} {$weapon} against the throat of {$victim}. execution-popup-melee-complete-internal = You slit the throat of {$victim}! execution-popup-melee-complete-external = {$attacker} slits the throat of {$victim}! - -suicide-popup-melee-initial-internal = You ready {THE($weapon)} against your throat. -suicide-popup-melee-initial-external = {$attacker} readies {POSS-ADJ($attacker)} {$weapon} against {POSS-ADJ($attacker)} throat. -suicide-popup-melee-complete-internal = You slit your throat with {THE($weapon)}! -suicide-popup-melee-complete-external = {$attacker} slits {POSS-ADJ($attacker)} throat with {THE($weapon)}! \ No newline at end of file diff --git a/Resources/Locale/en-US/kitchen/components/butcherable-component.ftl b/Resources/Locale/en-US/kitchen/components/butcherable-component.ftl index ff28cc44db6..4a83cd455d7 100644 --- a/Resources/Locale/en-US/kitchen/components/butcherable-component.ftl +++ b/Resources/Locale/en-US/kitchen/components/butcherable-component.ftl @@ -1,4 +1,4 @@ -butcherable-different-tool = You are going to need a different tool to butcher { THE($target) }. +butcherable-different-tool = You need a different tool to butcher { THE($target) }. butcherable-knife-butchered-success = You butcher { THE($target) } with { THE($knife) }. butcherable-need-knife = Use a sharp object to butcher { THE($target) }. butcherable-not-in-container = { CAPITALIZE(THE($target)) } can't be in a container. diff --git a/Resources/Prototypes/Entities/Objects/Materials/crystal_shard.yml b/Resources/Prototypes/Entities/Objects/Materials/crystal_shard.yml index 62468b46150..a86965f96f2 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/crystal_shard.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/crystal_shard.yml @@ -6,6 +6,8 @@ description: A small piece of crystal. components: - type: Sharp + - type: Execution + doAfterDuration: 4.0 - type: Sprite layers: - sprite: Objects/Materials/Shards/crystal.rsi diff --git a/Resources/Prototypes/Entities/Objects/Materials/shards.yml b/Resources/Prototypes/Entities/Objects/Materials/shards.yml index fa57f90c18f..22d5cdefe45 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/shards.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/shards.yml @@ -5,6 +5,8 @@ description: It's a shard of some unknown material. components: - type: Sharp + - type: Execution + doAfterDuration: 4.0 - type: Sprite layers: - sprite: Objects/Materials/Shards/shard.rsi diff --git a/Resources/Prototypes/Entities/Objects/Misc/broken_bottle.yml b/Resources/Prototypes/Entities/Objects/Misc/broken_bottle.yml index b7c73f5e0cc..98bc92968b2 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/broken_bottle.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/broken_bottle.yml @@ -5,6 +5,8 @@ description: In Space Glasgow this is called a conversation starter. components: - type: Sharp + - type: Execution + doAfterDuration: 4.0 - type: MeleeWeapon attackRate: 1.5 damage: diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/HMGs/hmgs.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/HMGs/hmgs.yml index 9d685e1ddc0..236ed206813 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/HMGs/hmgs.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/HMGs/hmgs.yml @@ -19,6 +19,7 @@ path: /Audio/Weapons/Guns/Empty/lmg_empty.ogg - type: StaticPrice price: 500 + - type: Execution # No chamber because HMG may want its own - type: entity diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/LMGs/lmgs.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/LMGs/lmgs.yml index 49b2eeaada1..499a950e785 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/LMGs/lmgs.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/LMGs/lmgs.yml @@ -60,6 +60,7 @@ price: 500 - type: UseDelay delay: 1 + - type: Execution - type: entity name: L6 SAW diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Launchers/launchers.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Launchers/launchers.yml index 8b31bf40ed7..80de02c6dad 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Launchers/launchers.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Launchers/launchers.yml @@ -19,6 +19,7 @@ containers: ballistic-ammo: !type:Container ents: [] + - type: Execution - type: entity name: china lake diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Pistols/pistols.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Pistols/pistols.yml index 9507eada3bd..2b2c6fe9555 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Pistols/pistols.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Pistols/pistols.yml @@ -65,6 +65,7 @@ - type: Appearance - type: StaticPrice price: 500 + - type: Execution - type: entity name: viper @@ -199,7 +200,7 @@ name: N1984 parent: BaseWeaponPistol id: WeaponPistolN1984 # the spaces in description are for formatting. - description: The sidearm of any self respecting officer. Comes in .45 magnum, the lord's caliber. + description: The sidearm of any self respecting officer. Comes in .45 magnum, the lord's caliber. components: - type: Sprite sprite: Objects/Weapons/Guns/Pistols/N1984.rsi diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Rifles/rifles.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Rifles/rifles.yml index 5bc8125ebaa..93e8b1a6690 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Rifles/rifles.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Rifles/rifles.yml @@ -49,6 +49,7 @@ gun_chamber: !type:ContainerSlot - type: StaticPrice price: 500 + - type: Execution - type: entity name: AKMS diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/SMGs/smgs.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/SMGs/smgs.yml index b693bdba370..ea82be46bc6 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/SMGs/smgs.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/SMGs/smgs.yml @@ -54,6 +54,7 @@ gun_chamber: !type:ContainerSlot - type: StaticPrice price: 500 + - type: Execution - type: entity name: Atreides diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml index f43df5f37cb..70ed96876e8 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml @@ -42,6 +42,7 @@ ents: [] - type: StaticPrice price: 500 + - type: Execution - type: entity name: Bulldog @@ -98,6 +99,7 @@ - type: Appearance - type: StaticPrice price: 500 + - type: Execution - type: entity name: double-barreled shotgun diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Snipers/snipers.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Snipers/snipers.yml index 753f109a174..6640e98f5f4 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Snipers/snipers.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Snipers/snipers.yml @@ -36,6 +36,7 @@ ents: [] - type: StaticPrice price: 500 + - type: Execution - type: entity name: Kardashev-Mosin diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/flare_gun.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/flare_gun.yml index cfcc0a01cd1..2a07fd4fe02 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/flare_gun.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/flare_gun.yml @@ -36,3 +36,4 @@ quickEquip: false slots: - Belt + - type: Execution diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/pneumatic_cannon.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/pneumatic_cannon.yml index ae1f5df3c15..add776422db 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/pneumatic_cannon.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/pneumatic_cannon.yml @@ -107,6 +107,7 @@ containers: storagebase: !type:Container ents: [] + - type: Execution # shoots bullets instead of throwing them, no other changes - type: entity diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/armblade.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/armblade.yml index 497876f3596..267e3a7891f 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/armblade.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/armblade.yml @@ -5,6 +5,8 @@ description: A grotesque blade made out of bone and flesh that cleaves through people as a hot knife through butter. components: - type: Sharp + - type: Execution + doAfterDuration: 4.0 - type: Sprite sprite: Objects/Weapons/Melee/armblade.rsi state: icon diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/fireaxe.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/fireaxe.yml index b46ee096336..aadb9942448 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/fireaxe.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/fireaxe.yml @@ -8,6 +8,8 @@ tags: - FireAxe - type: Sharp + - type: Execution + doAfterDuration: 4.0 - type: Sprite sprite: Objects/Weapons/Melee/fireaxe.rsi state: icon diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/knife.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/knife.yml index 106e8bf4400..432da5efe95 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/knife.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/knife.yml @@ -7,6 +7,8 @@ tags: - Knife - type: Sharp + - type: Execution + doAfterDuration: 4.0 - type: Utensil types: - Knife diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/sword.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/sword.yml index 05cac3ae7b7..d27c6c68831 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/sword.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/sword.yml @@ -1,10 +1,21 @@ - type: entity - name: captain's sabre + name: Sword parent: BaseItem + id: BaseSword + description: A sharp sword. + abstract: true + components: + - type: Sharp + - type: Execution + doAfterDuration: 4.0 + - type: DisarmMalus + +- type: entity + name: captain's sabre + parent: BaseSword id: CaptainSabre description: A ceremonial weapon belonging to the captain of the station. components: - - type: Sharp - type: Sprite sprite: Objects/Weapons/Melee/captain_sabre.rsi state: icon @@ -26,15 +37,13 @@ - type: Tag tags: - CaptainSabre - - type: DisarmMalus - type: entity name: katana - parent: BaseItem + parent: BaseSword id: Katana description: Ancient craftwork made with not so ancient plasteel. components: - - type: Sharp - type: Tag tags: - Katana @@ -51,7 +60,6 @@ - type: Item size: Normal sprite: Objects/Weapons/Melee/katana.rsi - - type: DisarmMalus - type: entity name: energy katana @@ -86,11 +94,10 @@ - type: entity name: machete - parent: BaseItem + parent: BaseSword id: Machete description: A large, vicious looking blade. components: - - type: Sharp - type: Tag tags: - Machete @@ -107,15 +114,13 @@ - type: Item size: Normal sprite: Objects/Weapons/Melee/machete.rsi - - type: DisarmMalus - type: entity name: claymore - parent: BaseItem + parent: BaseSword id: Claymore description: An ancient war blade. components: - - type: Sharp - type: Sprite sprite: Objects/Weapons/Melee/claymore.rsi state: icon @@ -133,15 +138,13 @@ sprite: Objects/Weapons/Melee/claymore.rsi slots: - back - - type: DisarmMalus - type: entity name: cutlass - parent: BaseItem + parent: BaseSword id: Cutlass description: A wickedly curved blade, often seen in the hands of space pirates. components: - - type: Sharp - type: Tag tags: - Machete @@ -158,15 +161,13 @@ - type: Item size: Normal sprite: Objects/Weapons/Melee/cutlass.rsi - - type: DisarmMalus - type: entity name: The Throngler - parent: BaseItem + parent: BaseSword id: Throngler description: Why would you make this? components: - - type: Sharp - type: Sprite sprite: Objects/Weapons/Melee/Throngler2.rsi state: icon @@ -190,4 +191,3 @@ - type: Item size: Ginormous sprite: Objects/Weapons/Melee/Throngler-in-hand.rsi - - type: DisarmMalus From bb0776c496643d88e7ad4635fac13b8d28ff7050 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Sun, 25 Feb 2024 22:36:17 +1100 Subject: [PATCH 79/93] Revert "Cleanup ExecutionSystem (#24382)" (#25555) * Revert "Cleanup ExecutionSystem (#24382)" This reverts commit bcbe2ec1af39ad1fea286fd27a40bc3794a2ce34. * Revert "Executions (#24150)" This reverts commit 2e83f5a0ecc5fea0177acd94e22133de0d614588. # Conflicts: # Content.Shared/Weapons/Melee/SharedMeleeWeaponSystem.cs --- .../Projectiles/ProjectileSystem.cs | 28 +- .../Weapons/Ranged/Systems/GunSystem.cs | 149 +---------- Content.Shared/Execution/DoafterEvent.cs | 9 - .../Execution/ExecutionComponent.cs | 26 -- Content.Shared/Execution/ExecutionSystem.cs | 241 ------------------ .../Projectiles/SharedProjectileSystem.cs | 15 +- .../Ranged/Events/ShotAttemptedEvent.cs | 4 +- .../Weapons/Ranged/Systems/SharedGunSystem.cs | 109 ++------ .../Locale/en-US/execution/execution.ftl | 20 -- .../components/butcherable-component.ftl | 2 +- .../Objects/Materials/crystal_shard.yml | 2 - .../Entities/Objects/Materials/shards.yml | 2 - .../Entities/Objects/Misc/broken_bottle.yml | 2 - .../Objects/Weapons/Guns/HMGs/hmgs.yml | 1 - .../Objects/Weapons/Guns/LMGs/lmgs.yml | 1 - .../Weapons/Guns/Launchers/launchers.yml | 1 - .../Objects/Weapons/Guns/Pistols/pistols.yml | 3 +- .../Objects/Weapons/Guns/Rifles/rifles.yml | 1 - .../Objects/Weapons/Guns/SMGs/smgs.yml | 1 - .../Weapons/Guns/Shotguns/shotguns.yml | 2 - .../Objects/Weapons/Guns/Snipers/snipers.yml | 1 - .../Objects/Weapons/Guns/flare_gun.yml | 1 - .../Objects/Weapons/Guns/pneumatic_cannon.yml | 1 - .../Objects/Weapons/Melee/armblade.yml | 2 - .../Objects/Weapons/Melee/fireaxe.yml | 2 - .../Entities/Objects/Weapons/Melee/knife.yml | 2 - .../Entities/Objects/Weapons/Melee/sword.yml | 36 +-- 27 files changed, 70 insertions(+), 594 deletions(-) delete mode 100644 Content.Shared/Execution/DoafterEvent.cs delete mode 100644 Content.Shared/Execution/ExecutionComponent.cs delete mode 100644 Content.Shared/Execution/ExecutionSystem.cs delete mode 100644 Resources/Locale/en-US/execution/execution.ftl diff --git a/Content.Server/Projectiles/ProjectileSystem.cs b/Content.Server/Projectiles/ProjectileSystem.cs index 80c5f039d33..15ea5936e13 100644 --- a/Content.Server/Projectiles/ProjectileSystem.cs +++ b/Content.Server/Projectiles/ProjectileSystem.cs @@ -28,14 +28,10 @@ private void OnStartCollide(EntityUid uid, ProjectileComponent component, ref St { // This is so entities that shouldn't get a collision are ignored. if (args.OurFixtureId != ProjectileFixture || !args.OtherFixture.Hard - || component.DamagedEntity || component is - { Weapon: null, OnlyCollideWhenShot: true }) - { + || component.DamagedEntity || component is { Weapon: null, OnlyCollideWhenShot: true }) return; - } var target = args.OtherEntity; - // it's here so this check is only done once before possible hit var attemptEv = new ProjectileReflectAttemptEvent(uid, component, false); RaiseLocalEvent(target, ref attemptEv); @@ -45,26 +41,11 @@ private void OnStartCollide(EntityUid uid, ProjectileComponent component, ref St return; } - if (TryHandleProjectile(target, (uid, component))) - { - var direction = args.OurBody.LinearVelocity.Normalized(); - _sharedCameraRecoil.KickCamera(target, direction); - } - } - - /// - /// Tries to handle a projectile interacting with the target. - /// - /// True if the target isn't deleted. - public bool TryHandleProjectile(EntityUid target, Entity projectile) - { - var uid = projectile.Owner; - var component = projectile.Comp; - var ev = new ProjectileHitEvent(component.Damage, target, component.Shooter); RaiseLocalEvent(uid, ref ev); var otherName = ToPrettyString(target); + var direction = args.OurBody.LinearVelocity.Normalized(); var modifiedDamage = _damageableSystem.TryChangeDamage(target, ev.Damage, component.IgnoreResistances, origin: component.Shooter); var deleted = Deleted(target); @@ -83,11 +64,12 @@ public bool TryHandleProjectile(EntityUid target, Entity pr if (!deleted) { _guns.PlayImpactSound(target, modifiedDamage, component.SoundHit, component.ForceSound); + _sharedCameraRecoil.KickCamera(target, direction); } component.DamagedEntity = true; - var afterProjectileHitEvent = new AfterProjectileHitEvent(component.Damage, target); + var afterProjectileHitEvent = new AfterProjectileHitEvent(component.Damage, target, args.OtherFixture); RaiseLocalEvent(uid, ref afterProjectileHitEvent); if (component.DeleteOnCollide) @@ -97,7 +79,5 @@ public bool TryHandleProjectile(EntityUid target, Entity pr { RaiseNetworkEvent(new ImpactEffectEvent(component.ImpactEffect, GetNetCoordinates(xform.Coordinates)), Filter.Pvs(xform.Coordinates, entityMan: EntityManager)); } - - return !deleted; } } diff --git a/Content.Server/Weapons/Ranged/Systems/GunSystem.cs b/Content.Server/Weapons/Ranged/Systems/GunSystem.cs index fd3b6c5db33..b8f8f122111 100644 --- a/Content.Server/Weapons/Ranged/Systems/GunSystem.cs +++ b/Content.Server/Weapons/Ranged/Systems/GunSystem.cs @@ -4,7 +4,6 @@ using Content.Server.Cargo.Systems; using Content.Server.Interaction; using Content.Server.Power.EntitySystems; -using Content.Server.Projectiles; using Content.Server.Stunnable; using Content.Server.Weapons.Ranged.Components; using Content.Shared.Damage; @@ -30,13 +29,13 @@ namespace Content.Server.Weapons.Ranged.Systems; public sealed partial class GunSystem : SharedGunSystem { + [Dependency] private readonly IAdminLogManager _adminLogger = default!; [Dependency] private readonly IComponentFactory _factory = default!; [Dependency] private readonly BatterySystem _battery = default!; [Dependency] private readonly DamageExamineSystem _damageExamine = default!; [Dependency] private readonly InteractionSystem _interaction = default!; [Dependency] private readonly PricingSystem _pricing = default!; [Dependency] private readonly SharedColorFlashEffectSystem _color = default!; - [Dependency] private readonly ProjectileSystem _projectile = default!; [Dependency] private readonly SharedTransformSystem _transform = default!; [Dependency] private readonly StaminaSystem _stamina = default!; [Dependency] private readonly StunSystem _stun = default!; @@ -66,137 +65,6 @@ private void OnBallisticPrice(EntityUid uid, BallisticAmmoProviderComponent comp args.Price += price * component.UnspawnedCount; } - protected override bool ShootDirect(EntityUid gunUid, GunComponent gun, EntityUid target, List<(EntityUid? Entity, IShootable Shootable)> ammo, EntityUid user) - { - var result = false; - - // TODO: This is dogshit. I just want to get executions slightly better. - // Ideally you'd pull out cartridge + ammo to separate handling functions and re-use it here, then hitscan you need to bypass entirely. - // You should also make shooting into a struct of args given how many there are now. - var fromCoordinates = Transform(gunUid).Coordinates; - var toCoordinates = Transform(target).Coordinates; - - var fromMap = fromCoordinates.ToMap(EntityManager, TransformSystem); - var toMap = toCoordinates.ToMapPos(EntityManager, TransformSystem); - var mapDirection = toMap - fromMap.Position; - var angle = GetRecoilAngle(Timing.CurTime, gun, mapDirection.ToAngle()); - - // If applicable, this ensures the projectile is parented to grid on spawn, instead of the map. - var fromEnt = MapManager.TryFindGridAt(fromMap, out var gridUid, out _) - ? fromCoordinates.WithEntityId(gridUid, EntityManager) - : new EntityCoordinates(MapManager.GetMapEntityId(fromMap.MapId), fromMap.Position); - - // I must be high because this was getting tripped even when true. - // DebugTools.Assert(direction != Vector2.Zero); - var shotProjectiles = new List(ammo.Count); - var cartridgeBullets = new List(); - - foreach (var (ent, shootable) in ammo) - { - switch (shootable) - { - // Cartridge shoots something else - case CartridgeAmmoComponent cartridge: - if (!cartridge.Spent) - { - for (var i = 0; i < cartridge.Count; i++) - { - var uid = Spawn(cartridge.Prototype, fromEnt); - cartridgeBullets.Add(uid); - } - - RaiseLocalEvent(ent!.Value, new AmmoShotEvent() - { - FiredProjectiles = cartridgeBullets, - }); - - shotProjectiles.AddRange(cartridgeBullets); - cartridgeBullets.Clear(); - SetCartridgeSpent(ent.Value, cartridge, true); - MuzzleFlash(gunUid, cartridge, user); - Audio.PlayPredicted(gun.SoundGunshotModified, gunUid, user); - - if (cartridge.DeleteOnSpawn) - Del(ent.Value); - } - else - { - Audio.PlayPredicted(gun.SoundEmpty, gunUid, user); - } - - // Something like ballistic might want to leave it in the container still - if (!cartridge.DeleteOnSpawn && !Containers.IsEntityInContainer(ent!.Value)) - EjectCartridge(ent.Value, angle); - - result = true; - Dirty(ent!.Value, cartridge); - break; - // Ammo shoots itself - case AmmoComponent newAmmo: - result = true; - shotProjectiles.Add(ent!.Value); - MuzzleFlash(gunUid, newAmmo, user); - Audio.PlayPredicted(gun.SoundGunshotModified, gunUid, user); - break; - case HitscanPrototype hitscan: - result = true; - var hitEntity = target; - if (hitscan.StaminaDamage > 0f) - _stamina.TakeStaminaDamage(hitEntity, hitscan.StaminaDamage, source: user); - - var dmg = hitscan.Damage; - - var hitName = ToPrettyString(hitEntity); - if (dmg != null) - dmg = Damageable.TryChangeDamage(hitEntity, dmg, origin: user); - - // check null again, as TryChangeDamage returns modified damage values - if (dmg != null) - { - if (!Deleted(hitEntity)) - { - if (dmg.Any()) - { - _color.RaiseEffect(Color.Red, new List() { hitEntity }, Filter.Pvs(hitEntity, entityManager: EntityManager)); - } - - // TODO get fallback position for playing hit sound. - PlayImpactSound(hitEntity, dmg, hitscan.Sound, hitscan.ForceSound); - } - - Logs.Add(LogType.HitScanHit, - $"{ToPrettyString(user):user} hit {hitName:target} using hitscan and dealt {dmg.GetTotal():damage} damage"); - } - - Audio.PlayPredicted(gun.SoundGunshotModified, gunUid, user); - break; - default: - throw new ArgumentOutOfRangeException(); - } - } - - foreach (var ammoUid in shotProjectiles) - { - // TODO: Handle this shit - if (!TryComp(ammoUid, out ProjectileComponent? projectileComponent)) - { - QueueDel(ammoUid); - continue; - } - - _projectile.TryHandleProjectile(target, (ammoUid, projectileComponent)); - // Even this deletion handling is mega sussy. - Del(ammoUid); - } - - RaiseLocalEvent(gunUid, new AmmoShotEvent() - { - FiredProjectiles = shotProjectiles, - }); - - return result; - } - public override void Shoot(EntityUid gunUid, GunComponent gun, List<(EntityUid? Entity, IShootable Shootable)> ammo, EntityCoordinates fromCoordinates, EntityCoordinates toCoordinates, out bool userImpulse, EntityUid? user = null, bool throwItems = false) { @@ -204,7 +72,7 @@ public override void Shoot(EntityUid gunUid, GunComponent gun, List<(EntityUid? // Try a clumsy roll // TODO: Who put this here - if (TryComp(user, out var clumsy) && !gun.ClumsyProof) + if (TryComp(user, out var clumsy) && gun.ClumsyProof == false) { for (var i = 0; i < ammo.Count; i++) { @@ -225,8 +93,6 @@ public override void Shoot(EntityUid gunUid, GunComponent gun, List<(EntityUid? } } - // As the above message wasn't obvious stop putting stuff here and use events - var fromMap = fromCoordinates.ToMap(EntityManager, TransformSystem); var toMap = toCoordinates.ToMapPos(EntityManager, TransformSystem); var mapDirection = toMap - fromMap.Position; @@ -234,7 +100,7 @@ public override void Shoot(EntityUid gunUid, GunComponent gun, List<(EntityUid? var angle = GetRecoilAngle(Timing.CurTime, gun, mapDirection.ToAngle()); // If applicable, this ensures the projectile is parented to grid on spawn, instead of the map. - var fromEnt = MapManager.TryFindGridAt(fromMap, out var gridUid, out _) + var fromEnt = MapManager.TryFindGridAt(fromMap, out var gridUid, out var grid) ? fromCoordinates.WithEntityId(gridUid, EntityManager) : new EntityCoordinates(MapManager.GetMapEntityId(fromMap.MapId), fromMap.Position); @@ -246,7 +112,6 @@ public override void Shoot(EntityUid gunUid, GunComponent gun, List<(EntityUid? // I must be high because this was getting tripped even when true. // DebugTools.Assert(direction != Vector2.Zero); var shotProjectiles = new List(ammo.Count); - var cartridgeBullets = new List(); foreach (var (ent, shootable) in ammo) { @@ -275,23 +140,21 @@ public override void Shoot(EntityUid gunUid, GunComponent gun, List<(EntityUid? { var uid = Spawn(cartridge.Prototype, fromEnt); ShootOrThrow(uid, angles[i].ToVec(), gunVelocity, gun, gunUid, user); - cartridgeBullets.Add(uid); + shotProjectiles.Add(uid); } } else { var uid = Spawn(cartridge.Prototype, fromEnt); ShootOrThrow(uid, mapDirection, gunVelocity, gun, gunUid, user); - cartridgeBullets.Add(uid); + shotProjectiles.Add(uid); } RaiseLocalEvent(ent!.Value, new AmmoShotEvent() { - FiredProjectiles = cartridgeBullets, + FiredProjectiles = shotProjectiles, }); - shotProjectiles.AddRange(cartridgeBullets); - cartridgeBullets.Clear(); SetCartridgeSpent(ent.Value, cartridge, true); MuzzleFlash(gunUid, cartridge, user); Audio.PlayPredicted(gun.SoundGunshotModified, gunUid, user); diff --git a/Content.Shared/Execution/DoafterEvent.cs b/Content.Shared/Execution/DoafterEvent.cs deleted file mode 100644 index 78549745276..00000000000 --- a/Content.Shared/Execution/DoafterEvent.cs +++ /dev/null @@ -1,9 +0,0 @@ -using Content.Shared.DoAfter; -using Robust.Shared.Serialization; - -namespace Content.Shared.Execution; - -[Serializable, NetSerializable] -public sealed partial class ExecutionDoAfterEvent : SimpleDoAfterEvent -{ -} diff --git a/Content.Shared/Execution/ExecutionComponent.cs b/Content.Shared/Execution/ExecutionComponent.cs deleted file mode 100644 index f9c5111d63a..00000000000 --- a/Content.Shared/Execution/ExecutionComponent.cs +++ /dev/null @@ -1,26 +0,0 @@ -using Robust.Shared.GameStates; - -namespace Content.Shared.Execution; - -/// -/// Added to entities that can be used to execute another target. -/// -[RegisterComponent, NetworkedComponent, AutoGenerateComponentState] -public sealed partial class ExecutionComponent : Component -{ - /// - /// How long the execution duration lasts. - /// - [DataField, AutoNetworkedField] - public float DoAfterDuration = 5f; - - [DataField, AutoNetworkedField] - public float DamageModifier = 9f; - - // Not networked because this is transient inside of a tick. - /// - /// True if it is currently executing for handlers. - /// - [DataField] - public bool Executing = true; -} diff --git a/Content.Shared/Execution/ExecutionSystem.cs b/Content.Shared/Execution/ExecutionSystem.cs deleted file mode 100644 index de6db205be4..00000000000 --- a/Content.Shared/Execution/ExecutionSystem.cs +++ /dev/null @@ -1,241 +0,0 @@ -using Content.Shared.Weapons.Ranged.Systems; -using Content.Shared.ActionBlocker; -using Content.Shared.CombatMode; -using Content.Shared.Damage; -using Content.Shared.Database; -using Content.Shared.DoAfter; -using Content.Shared.Mobs.Components; -using Content.Shared.Mobs.Systems; -using Content.Shared.Popups; -using Content.Shared.Verbs; -using Content.Shared.Weapons.Melee; -using Content.Shared.Weapons.Melee.Events; -using Content.Shared.Weapons.Ranged.Components; -using Robust.Shared.Network; -using Robust.Shared.Player; - -namespace Content.Shared.Execution; - -/// -/// Verb for violently murdering cuffed creatures. -/// -public sealed class ExecutionSystem : EntitySystem -{ - [Dependency] private readonly SharedDoAfterSystem _doAfterSystem = default!; - [Dependency] private readonly SharedPopupSystem _popupSystem = default!; - [Dependency] private readonly MobStateSystem _mobStateSystem = default!; - [Dependency] private readonly ActionBlockerSystem _actionBlockerSystem = default!; - [Dependency] private readonly SharedGunSystem _gunSystem = default!; - [Dependency] private readonly SharedCombatModeSystem _combatSystem = default!; - [Dependency] private readonly SharedMeleeWeaponSystem _meleeSystem = default!; - - // TODO: Still needs more cleaning up. - private const string DefaultInternalMeleeExecutionMessage = "execution-popup-melee-initial-internal"; - private const string DefaultExternalMeleeExecutionMessage = "execution-popup-melee-initial-external"; - private const string DefaultCompleteInternalMeleeExecutionMessage = "execution-popup-melee-complete-internal"; - private const string DefaultCompleteExternalMeleeExecutionMessage = "execution-popup-melee-complete-external"; - private const string DefaultInternalGunExecutionMessage = "execution-popup-gun-initial-internal"; - private const string DefaultExternalGunExecutionMessage = "execution-popup-gun-initial-external"; - private const string DefaultCompleteInternalGunExecutionMessage = "execution-popup-gun-complete-internal"; - private const string DefaultCompleteExternalGunExecutionMessage = "execution-popup-gun-complete-external"; - - /// - public override void Initialize() - { - base.Initialize(); - - SubscribeLocalEvent>(OnGetInteractionsVerbs); - SubscribeLocalEvent(OnExecutionDoAfter); - SubscribeLocalEvent(OnGetMeleeDamage); - } - - private void OnGetInteractionsVerbs(EntityUid uid, ExecutionComponent comp, GetVerbsEvent args) - { - if (args.Hands == null || args.Using == null || !args.CanAccess || !args.CanInteract) - return; - - var attacker = args.User; - var weapon = args.Using.Value; - var victim = args.Target; - - if (!CanExecuteWithAny(victim, attacker)) - return; - - UtilityVerb verb = new() - { - Act = () => TryStartExecutionDoAfter(weapon, victim, attacker, comp), - Impact = LogImpact.High, - Text = Loc.GetString("execution-verb-name"), - Message = Loc.GetString("execution-verb-message"), - }; - - args.Verbs.Add(verb); - } - - private void TryStartExecutionDoAfter(EntityUid weapon, EntityUid victim, EntityUid attacker, ExecutionComponent comp) - { - if (!CanExecuteWithAny(victim, attacker)) - return; - - // TODO: This should just be on the weapons as a single execution message. - var defaultExecutionInternal = DefaultInternalMeleeExecutionMessage; - var defaultExecutionExternal = DefaultExternalMeleeExecutionMessage; - - if (HasComp(weapon)) - { - defaultExecutionExternal = DefaultInternalGunExecutionMessage; - defaultExecutionInternal = DefaultExternalGunExecutionMessage; - } - - var internalMsg = defaultExecutionInternal; - var externalMsg = defaultExecutionExternal; - ShowExecutionInternalPopup(internalMsg, attacker, victim, weapon); - ShowExecutionExternalPopup(externalMsg, attacker, victim, weapon); - - var doAfter = - new DoAfterArgs(EntityManager, attacker, comp.DoAfterDuration, new ExecutionDoAfterEvent(), weapon, target: victim, used: weapon) - { - BreakOnTargetMove = true, - BreakOnUserMove = true, - BreakOnDamage = true, - NeedHand = true - }; - - _doAfterSystem.TryStartDoAfter(doAfter); - - } - - private bool CanExecuteWithAny(EntityUid victim, EntityUid attacker) - { - // Use suicide. - if (victim == attacker) - return false; - - // No point executing someone if they can't take damage - if (!TryComp(victim, out _)) - return false; - - // You can't execute something that cannot die - if (!TryComp(victim, out var mobState)) - return false; - - // You're not allowed to execute dead people (no fun allowed) - if (_mobStateSystem.IsDead(victim, mobState)) - return false; - - // You must be able to attack people to execute - if (!_actionBlockerSystem.CanAttack(attacker, victim)) - return false; - - // The victim must be incapacitated to be executed - if (victim != attacker && _actionBlockerSystem.CanInteract(victim, null)) - return false; - - // All checks passed - return true; - } - - private void OnExecutionDoAfter(EntityUid uid, ExecutionComponent component, ExecutionDoAfterEvent args) - { - if (args.Handled || args.Cancelled || args.Used == null || args.Target == null) - return; - - var attacker = args.User; - var victim = args.Target.Value; - var weapon = args.Used.Value; - - if (!CanExecuteWithAny(victim, attacker)) - return; - - // This is needed so the melee system does not stop it. - var prev = _combatSystem.IsInCombatMode(attacker); - _combatSystem.SetInCombatMode(attacker, true); - component.Executing = true; - string? internalMsg = null; - string? externalMsg = null; - - if (TryComp(uid, out MeleeWeaponComponent? melee)) - { - _meleeSystem.AttemptLightAttack(attacker, weapon, melee, victim); - internalMsg = DefaultCompleteInternalMeleeExecutionMessage; - externalMsg = DefaultCompleteExternalMeleeExecutionMessage; - } - else if (TryComp(uid, out GunComponent? gun)) - { - var clumsyShot = false; - - // TODO: This should just be an event or something instead to get this. - // TODO: Handle clumsy. - if (!_gunSystem.AttemptDirectShoot(args.User, uid, args.Target.Value, gun)) - { - internalMsg = null; - externalMsg = null; - } - else - { - internalMsg = DefaultCompleteInternalGunExecutionMessage; - externalMsg = DefaultCompleteExternalGunExecutionMessage; - } - args.Handled = true; - } - - _combatSystem.SetInCombatMode(attacker, prev); - component.Executing = false; - args.Handled = true; - - if (internalMsg != null && externalMsg != null) - { - ShowExecutionInternalPopup(internalMsg, attacker, victim, uid); - ShowExecutionExternalPopup(externalMsg, attacker, victim, uid); - } - } - - private void OnGetMeleeDamage(EntityUid uid, ExecutionComponent comp, ref GetMeleeDamageEvent args) - { - if (!TryComp(uid, out var melee) || - !TryComp(uid, out var execComp) || - !execComp.Executing) - { - return; - } - - var bonus = melee.Damage * execComp.DamageModifier - melee.Damage; - args.Damage += bonus; - } - - private void ShowExecutionInternalPopup(string locString, - EntityUid attacker, EntityUid victim, EntityUid weapon, bool predict = true) - { - if (predict) - { - _popupSystem.PopupClient( - Loc.GetString(locString, ("attacker", attacker), ("victim", victim), ("weapon", weapon)), - attacker, - attacker, - PopupType.Medium - ); - } - else - { - _popupSystem.PopupEntity( - Loc.GetString(locString, ("attacker", attacker), ("victim", victim), ("weapon", weapon)), - attacker, - Filter.Entities(attacker), - true, - PopupType.Medium - ); - } - - } - - private void ShowExecutionExternalPopup(string locString, EntityUid attacker, EntityUid victim, EntityUid weapon) - { - _popupSystem.PopupEntity( - Loc.GetString(locString, ("attacker", attacker), ("victim", victim), ("weapon", weapon)), - attacker, - Filter.PvsExcept(attacker), - true, - PopupType.MediumCaution - ); - } -} diff --git a/Content.Shared/Projectiles/SharedProjectileSystem.cs b/Content.Shared/Projectiles/SharedProjectileSystem.cs index 027dc039398..f57e8736539 100644 --- a/Content.Shared/Projectiles/SharedProjectileSystem.cs +++ b/Content.Shared/Projectiles/SharedProjectileSystem.cs @@ -34,6 +34,7 @@ public override void Initialize() base.Initialize(); SubscribeLocalEvent(PreventCollision); + SubscribeLocalEvent(AfterProjectileHit); SubscribeLocalEvent(OnEmbedProjectileHit); SubscribeLocalEvent(OnEmbedThrowDoHit); SubscribeLocalEvent(OnEmbedActivate); @@ -162,6 +163,18 @@ private void OnAttemptPacifiedThrow(Entity ent, r { args.Cancel("pacified-cannot-throw-embed"); } + + /// + /// Checks if the projectile is allowed to penetrate the target it hit. + /// + private void AfterProjectileHit(EntityUid uid, ProjectileComponent component, ref AfterProjectileHitEvent args) + { + //Overrides the original DeleteOnCollide if the projectile passes all penetration checks. + //This is to prevent having to set DeleteOnCollide to false on every prototype + //you want to give the ability to penetrate entities. + if(component.DeleteOnCollide) + component.DeleteOnCollide = false; + } } [Serializable, NetSerializable] @@ -193,4 +206,4 @@ public record struct ProjectileHitEvent(DamageSpecifier Damage, EntityUid Target /// Raised after a projectile has dealt it's damage. ///
[ByRefEvent] -public record struct AfterProjectileHitEvent(DamageSpecifier Damage, EntityUid Target); +public record struct AfterProjectileHitEvent(DamageSpecifier Damage, EntityUid Target, Fixture Fixture); diff --git a/Content.Shared/Weapons/Ranged/Events/ShotAttemptedEvent.cs b/Content.Shared/Weapons/Ranged/Events/ShotAttemptedEvent.cs index 6325d953300..40925ad614c 100644 --- a/Content.Shared/Weapons/Ranged/Events/ShotAttemptedEvent.cs +++ b/Content.Shared/Weapons/Ranged/Events/ShotAttemptedEvent.cs @@ -19,7 +19,7 @@ public record struct ShotAttemptedEvent public bool Cancelled { get; private set; } - /// + /// /// Prevent the gun from shooting ///
public void Cancel() @@ -27,7 +27,7 @@ public void Cancel() Cancelled = true; } - /// + /// /// Allow the gun to shoot again, only use if you know what you are doing ///
public void Uncancel() diff --git a/Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs b/Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs index 2132dd26319..ba22ba2cdc8 100644 --- a/Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs +++ b/Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs @@ -21,7 +21,6 @@ using Content.Shared.Weapons.Melee.Events; using Content.Shared.Weapons.Ranged.Components; using Content.Shared.Weapons.Ranged.Events; -using JetBrains.Annotations; using Robust.Shared.Audio; using Robust.Shared.Audio.Systems; using Robust.Shared.Containers; @@ -144,7 +143,7 @@ private void OnShootRequest(RequestShootEvent msg, EntitySessionEventArgs args) gun.ShootCoordinates = GetCoordinates(msg.Coordinates); Log.Debug($"Set shoot coordinates to {gun.ShootCoordinates}"); - AttemptShootInternal(user.Value, ent, gun); + AttemptShoot(user.Value, ent, gun); } private void OnStopShootRequest(RequestStopShootEvent ev, EntitySessionEventArgs args) @@ -208,38 +207,13 @@ private void StopShooting(EntityUid uid, GunComponent gun) Dirty(uid, gun); } - /// - /// Attempts to shoot the specified target directly. - /// This may bypass projectiles firing etc. - /// - public bool AttemptDirectShoot(EntityUid user, EntityUid gunUid, EntityUid target, GunComponent gun) - { - // Unique name so people don't think it's "shoot towards" and not "I will teleport a bullet into them". - gun.ShootCoordinates = Transform(target).Coordinates; - - if (!TryTakeAmmo(user, gunUid, gun, out _, out _, out var args)) - { - gun.ShootCoordinates = null; - return false; - } - - var result = ShootDirect(gunUid, gun, target, args.Ammo, user: user); - gun.ShootCoordinates = null; - return result; - } - - protected virtual bool ShootDirect(EntityUid gunUid, GunComponent gun, EntityUid target, List<(EntityUid? Entity, IShootable Shootable)> ammo, EntityUid user) - { - return false; - } - /// /// Attempts to shoot at the target coordinates. Resets the shot counter after every shot. /// public void AttemptShoot(EntityUid user, EntityUid gunUid, GunComponent gun, EntityCoordinates toCoordinates) { gun.ShootCoordinates = toCoordinates; - AttemptShootInternal(user, gunUid, gun); + AttemptShoot(user, gunUid, gun); gun.ShotCounter = 0; } @@ -250,35 +224,20 @@ public void AttemptShoot(EntityUid gunUid, GunComponent gun) { var coordinates = new EntityCoordinates(gunUid, new Vector2(0, -1)); gun.ShootCoordinates = coordinates; - AttemptShootInternal(gunUid, gunUid, gun); + AttemptShoot(gunUid, gunUid, gun); gun.ShotCounter = 0; } - private void AttemptShootInternal(EntityUid user, EntityUid gunUid, GunComponent gun) + private void AttemptShoot(EntityUid user, EntityUid gunUid, GunComponent gun) { - if (!TryTakeAmmo(user, gunUid, gun, out var fromCoordinates, out var toCoordinates, out var args)) + if (gun.FireRateModified <= 0f || + !_actionBlockerSystem.CanAttack(user)) return; - Shoot(gunUid, gun, args.Ammo, fromCoordinates, toCoordinates, out var userImpulse, user: user); - - if (userImpulse && TryComp(user, out var userPhysics)) - { - if (_gravity.IsWeightless(user, userPhysics)) - CauseImpulse(fromCoordinates, toCoordinates, user, userPhysics); - } - } + var toCoordinates = gun.ShootCoordinates; - /// - /// Validates if a gun can currently shoot. - /// - [Pure] - private bool CanShoot(EntityUid user, EntityUid gunUid, GunComponent gun) - { - if (gun.FireRateModified <= 0f || - !_actionBlockerSystem.CanAttack(user)) - { - return false; - } + if (toCoordinates == null) + return; var curTime = Timing.CurTime; @@ -290,42 +249,17 @@ private bool CanShoot(EntityUid user, EntityUid gunUid, GunComponent gun) }; RaiseLocalEvent(gunUid, ref prevention); if (prevention.Cancelled) - return false; + return; RaiseLocalEvent(user, ref prevention); if (prevention.Cancelled) - return false; + return; // Need to do this to play the clicking sound for empty automatic weapons // but not play anything for burst fire. if (gun.NextFire > curTime) - return false; - - return true; - } - - /// - /// Tries to return ammo prepped for shooting if a gun is available to shoot. - /// - private bool TryTakeAmmo( - EntityUid user, - EntityUid gunUid, GunComponent gun, - out EntityCoordinates fromCoordinates, - out EntityCoordinates toCoordinates, - [NotNullWhen(true)] out TakeAmmoEvent? args) - { - toCoordinates = EntityCoordinates.Invalid; - fromCoordinates = EntityCoordinates.Invalid; - args = null; - - if (!CanShoot(user, gunUid, gun)) - return false; - - if (gun.ShootCoordinates == null) - return false; + return; - toCoordinates = gun.ShootCoordinates.Value; - var curTime = Timing.CurTime; var fireRate = TimeSpan.FromSeconds(1f / gun.FireRateModified); // First shot @@ -373,11 +307,10 @@ private bool TryTakeAmmo( } gun.NextFire = TimeSpan.FromSeconds(Math.Max(lastFire.TotalSeconds + SafetyNextFire, gun.NextFire.TotalSeconds)); - return false; + return; } - fromCoordinates = Transform(user).Coordinates; - + var fromCoordinates = Transform(user).Coordinates; // Remove ammo var ev = new TakeAmmoEvent(shots, new List<(EntityUid? Entity, IShootable Shootable)>(), fromCoordinates, user); @@ -412,18 +345,24 @@ private bool TryTakeAmmo( // May cause prediction issues? Needs more tweaking gun.NextFire = TimeSpan.FromSeconds(Math.Max(lastFire.TotalSeconds + SafetyNextFire, gun.NextFire.TotalSeconds)); Audio.PlayPredicted(gun.SoundEmpty, gunUid, user); - return false; + return; } - return false; + return; } // Shoot confirmed - sounds also played here in case it's invalid (e.g. cartridge already spent). + Shoot(gunUid, gun, ev.Ammo, fromCoordinates, toCoordinates.Value, out var userImpulse, user, throwItems: attemptEv.ThrowItems); var shotEv = new GunShotEvent(user, ev.Ammo); RaiseLocalEvent(gunUid, ref shotEv); - args = ev; - return true; + if (userImpulse && TryComp(user, out var userPhysics)) + { + if (_gravity.IsWeightless(user, userPhysics)) + CauseImpulse(fromCoordinates, toCoordinates.Value, user, userPhysics); + } + + Dirty(gunUid, gun); } public void Shoot( diff --git a/Resources/Locale/en-US/execution/execution.ftl b/Resources/Locale/en-US/execution/execution.ftl deleted file mode 100644 index 5bd4613e8c3..00000000000 --- a/Resources/Locale/en-US/execution/execution.ftl +++ /dev/null @@ -1,20 +0,0 @@ -execution-verb-name = Execute -execution-verb-message = Use your weapon to execute someone. - -# All the below localisation strings have access to the following variables -# attacker (the person committing the execution) -# victim (the person being executed) -# weapon (the weapon used for the execution) - -execution-popup-gun-initial-internal = You ready the muzzle of {THE($weapon)} against {$victim}'s head. -execution-popup-gun-initial-external = {$attacker} readies the muzzle of {THE($weapon)} against {$victim}'s head. -execution-popup-gun-complete-internal = You blast {$victim} in the head! -execution-popup-gun-complete-external = {$attacker} blasts {$victim} in the head! -execution-popup-gun-clumsy-internal = You miss {$victim}'s head and shoot your foot instead! -execution-popup-gun-clumsy-external = {$attacker} misses {$victim} and shoots {POSS-ADJ($attacker)} foot instead! -execution-popup-gun-empty = {CAPITALIZE(THE($weapon))} clicks. - -execution-popup-melee-initial-internal = You ready {THE($weapon)} against {$victim}'s throat. -execution-popup-melee-initial-external = {$attacker} readies {POSS-ADJ($attacker)} {$weapon} against the throat of {$victim}. -execution-popup-melee-complete-internal = You slit the throat of {$victim}! -execution-popup-melee-complete-external = {$attacker} slits the throat of {$victim}! diff --git a/Resources/Locale/en-US/kitchen/components/butcherable-component.ftl b/Resources/Locale/en-US/kitchen/components/butcherable-component.ftl index 4a83cd455d7..ff28cc44db6 100644 --- a/Resources/Locale/en-US/kitchen/components/butcherable-component.ftl +++ b/Resources/Locale/en-US/kitchen/components/butcherable-component.ftl @@ -1,4 +1,4 @@ -butcherable-different-tool = You need a different tool to butcher { THE($target) }. +butcherable-different-tool = You are going to need a different tool to butcher { THE($target) }. butcherable-knife-butchered-success = You butcher { THE($target) } with { THE($knife) }. butcherable-need-knife = Use a sharp object to butcher { THE($target) }. butcherable-not-in-container = { CAPITALIZE(THE($target)) } can't be in a container. diff --git a/Resources/Prototypes/Entities/Objects/Materials/crystal_shard.yml b/Resources/Prototypes/Entities/Objects/Materials/crystal_shard.yml index a86965f96f2..62468b46150 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/crystal_shard.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/crystal_shard.yml @@ -6,8 +6,6 @@ description: A small piece of crystal. components: - type: Sharp - - type: Execution - doAfterDuration: 4.0 - type: Sprite layers: - sprite: Objects/Materials/Shards/crystal.rsi diff --git a/Resources/Prototypes/Entities/Objects/Materials/shards.yml b/Resources/Prototypes/Entities/Objects/Materials/shards.yml index 22d5cdefe45..fa57f90c18f 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/shards.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/shards.yml @@ -5,8 +5,6 @@ description: It's a shard of some unknown material. components: - type: Sharp - - type: Execution - doAfterDuration: 4.0 - type: Sprite layers: - sprite: Objects/Materials/Shards/shard.rsi diff --git a/Resources/Prototypes/Entities/Objects/Misc/broken_bottle.yml b/Resources/Prototypes/Entities/Objects/Misc/broken_bottle.yml index 98bc92968b2..b7c73f5e0cc 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/broken_bottle.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/broken_bottle.yml @@ -5,8 +5,6 @@ description: In Space Glasgow this is called a conversation starter. components: - type: Sharp - - type: Execution - doAfterDuration: 4.0 - type: MeleeWeapon attackRate: 1.5 damage: diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/HMGs/hmgs.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/HMGs/hmgs.yml index 236ed206813..9d685e1ddc0 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/HMGs/hmgs.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/HMGs/hmgs.yml @@ -19,7 +19,6 @@ path: /Audio/Weapons/Guns/Empty/lmg_empty.ogg - type: StaticPrice price: 500 - - type: Execution # No chamber because HMG may want its own - type: entity diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/LMGs/lmgs.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/LMGs/lmgs.yml index 499a950e785..49b2eeaada1 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/LMGs/lmgs.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/LMGs/lmgs.yml @@ -60,7 +60,6 @@ price: 500 - type: UseDelay delay: 1 - - type: Execution - type: entity name: L6 SAW diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Launchers/launchers.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Launchers/launchers.yml index 80de02c6dad..8b31bf40ed7 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Launchers/launchers.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Launchers/launchers.yml @@ -19,7 +19,6 @@ containers: ballistic-ammo: !type:Container ents: [] - - type: Execution - type: entity name: china lake diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Pistols/pistols.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Pistols/pistols.yml index 2b2c6fe9555..9507eada3bd 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Pistols/pistols.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Pistols/pistols.yml @@ -65,7 +65,6 @@ - type: Appearance - type: StaticPrice price: 500 - - type: Execution - type: entity name: viper @@ -200,7 +199,7 @@ name: N1984 parent: BaseWeaponPistol id: WeaponPistolN1984 # the spaces in description are for formatting. - description: The sidearm of any self respecting officer. Comes in .45 magnum, the lord's caliber. + description: The sidearm of any self respecting officer. Comes in .45 magnum, the lord's caliber. components: - type: Sprite sprite: Objects/Weapons/Guns/Pistols/N1984.rsi diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Rifles/rifles.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Rifles/rifles.yml index 93e8b1a6690..5bc8125ebaa 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Rifles/rifles.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Rifles/rifles.yml @@ -49,7 +49,6 @@ gun_chamber: !type:ContainerSlot - type: StaticPrice price: 500 - - type: Execution - type: entity name: AKMS diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/SMGs/smgs.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/SMGs/smgs.yml index ea82be46bc6..b693bdba370 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/SMGs/smgs.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/SMGs/smgs.yml @@ -54,7 +54,6 @@ gun_chamber: !type:ContainerSlot - type: StaticPrice price: 500 - - type: Execution - type: entity name: Atreides diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml index 70ed96876e8..f43df5f37cb 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml @@ -42,7 +42,6 @@ ents: [] - type: StaticPrice price: 500 - - type: Execution - type: entity name: Bulldog @@ -99,7 +98,6 @@ - type: Appearance - type: StaticPrice price: 500 - - type: Execution - type: entity name: double-barreled shotgun diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Snipers/snipers.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Snipers/snipers.yml index 6640e98f5f4..753f109a174 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Snipers/snipers.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Snipers/snipers.yml @@ -36,7 +36,6 @@ ents: [] - type: StaticPrice price: 500 - - type: Execution - type: entity name: Kardashev-Mosin diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/flare_gun.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/flare_gun.yml index 2a07fd4fe02..cfcc0a01cd1 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/flare_gun.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/flare_gun.yml @@ -36,4 +36,3 @@ quickEquip: false slots: - Belt - - type: Execution diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/pneumatic_cannon.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/pneumatic_cannon.yml index add776422db..ae1f5df3c15 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/pneumatic_cannon.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/pneumatic_cannon.yml @@ -107,7 +107,6 @@ containers: storagebase: !type:Container ents: [] - - type: Execution # shoots bullets instead of throwing them, no other changes - type: entity diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/armblade.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/armblade.yml index 267e3a7891f..497876f3596 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/armblade.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/armblade.yml @@ -5,8 +5,6 @@ description: A grotesque blade made out of bone and flesh that cleaves through people as a hot knife through butter. components: - type: Sharp - - type: Execution - doAfterDuration: 4.0 - type: Sprite sprite: Objects/Weapons/Melee/armblade.rsi state: icon diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/fireaxe.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/fireaxe.yml index aadb9942448..b46ee096336 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/fireaxe.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/fireaxe.yml @@ -8,8 +8,6 @@ tags: - FireAxe - type: Sharp - - type: Execution - doAfterDuration: 4.0 - type: Sprite sprite: Objects/Weapons/Melee/fireaxe.rsi state: icon diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/knife.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/knife.yml index 432da5efe95..106e8bf4400 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/knife.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/knife.yml @@ -7,8 +7,6 @@ tags: - Knife - type: Sharp - - type: Execution - doAfterDuration: 4.0 - type: Utensil types: - Knife diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/sword.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/sword.yml index d27c6c68831..05cac3ae7b7 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/sword.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/sword.yml @@ -1,21 +1,10 @@ -- type: entity - name: Sword - parent: BaseItem - id: BaseSword - description: A sharp sword. - abstract: true - components: - - type: Sharp - - type: Execution - doAfterDuration: 4.0 - - type: DisarmMalus - - type: entity name: captain's sabre - parent: BaseSword + parent: BaseItem id: CaptainSabre description: A ceremonial weapon belonging to the captain of the station. components: + - type: Sharp - type: Sprite sprite: Objects/Weapons/Melee/captain_sabre.rsi state: icon @@ -37,13 +26,15 @@ - type: Tag tags: - CaptainSabre + - type: DisarmMalus - type: entity name: katana - parent: BaseSword + parent: BaseItem id: Katana description: Ancient craftwork made with not so ancient plasteel. components: + - type: Sharp - type: Tag tags: - Katana @@ -60,6 +51,7 @@ - type: Item size: Normal sprite: Objects/Weapons/Melee/katana.rsi + - type: DisarmMalus - type: entity name: energy katana @@ -94,10 +86,11 @@ - type: entity name: machete - parent: BaseSword + parent: BaseItem id: Machete description: A large, vicious looking blade. components: + - type: Sharp - type: Tag tags: - Machete @@ -114,13 +107,15 @@ - type: Item size: Normal sprite: Objects/Weapons/Melee/machete.rsi + - type: DisarmMalus - type: entity name: claymore - parent: BaseSword + parent: BaseItem id: Claymore description: An ancient war blade. components: + - type: Sharp - type: Sprite sprite: Objects/Weapons/Melee/claymore.rsi state: icon @@ -138,13 +133,15 @@ sprite: Objects/Weapons/Melee/claymore.rsi slots: - back + - type: DisarmMalus - type: entity name: cutlass - parent: BaseSword + parent: BaseItem id: Cutlass description: A wickedly curved blade, often seen in the hands of space pirates. components: + - type: Sharp - type: Tag tags: - Machete @@ -161,13 +158,15 @@ - type: Item size: Normal sprite: Objects/Weapons/Melee/cutlass.rsi + - type: DisarmMalus - type: entity name: The Throngler - parent: BaseSword + parent: BaseItem id: Throngler description: Why would you make this? components: + - type: Sharp - type: Sprite sprite: Objects/Weapons/Melee/Throngler2.rsi state: icon @@ -191,3 +190,4 @@ - type: Item size: Ginormous sprite: Objects/Weapons/Melee/Throngler-in-hand.rsi + - type: DisarmMalus From 51acebd2322f0952fa5a6fdb2e6c391fa83fdb83 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sun, 25 Feb 2024 11:37:23 +0000 Subject: [PATCH 80/93] 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 6de5e697f96..53e9ca0f8c0 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: themias - changes: - - message: Welders can be refilled directly from wall fuel dispensers - type: Tweak - id: 5517 - time: '2024-01-02T21:11:10.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23376 - author: Admiral-Obvious-001 changes: - message: Added a few words to body bag descriptor so you know they stop rot. @@ -3851,3 +3844,10 @@ id: 6016 time: '2024-02-25T07:36:22.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25518 +- author: metalgearsloth + changes: + - message: Remove executions pending code rewrite. + type: Remove + id: 6017 + time: '2024-02-25T11:36:17.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25555 From 902198d7e0c85f62ac91a0ff2cd275c0e7e77d56 Mon Sep 17 00:00:00 2001 From: Krunklehorn <42424291+Krunklehorn@users.noreply.github.com> Date: Sun, 25 Feb 2024 08:08:14 -0500 Subject: [PATCH 81/93] Fix candy bowls (#25514) * Before SharedItemSystem * Fixes mispredict, removed unused * Fix physics --- Content.Shared/Storage/EntitySystems/BinSystem.cs | 11 +++-------- .../Prototypes/Entities/Objects/Misc/candy_bowl.yml | 6 ++++-- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/Content.Shared/Storage/EntitySystems/BinSystem.cs b/Content.Shared/Storage/EntitySystems/BinSystem.cs index afb1e528811..17c3eb4288c 100644 --- a/Content.Shared/Storage/EntitySystems/BinSystem.cs +++ b/Content.Shared/Storage/EntitySystems/BinSystem.cs @@ -4,12 +4,11 @@ using Content.Shared.Examine; using Content.Shared.Hands.EntitySystems; using Content.Shared.Interaction; +using Content.Shared.Item; using Content.Shared.Storage.Components; using Content.Shared.Verbs; using Robust.Shared.Containers; -using Robust.Shared.Map; using Robust.Shared.Network; -using Robust.Shared.Timing; namespace Content.Shared.Storage.EntitySystems; @@ -18,7 +17,6 @@ namespace Content.Shared.Storage.EntitySystems; ///
public sealed class BinSystem : EntitySystem { - [Dependency] private readonly IGameTiming _timing = default!; [Dependency] private readonly INetManager _net = default!; [Dependency] private readonly ISharedAdminLogManager _admin = default!; [Dependency] private readonly SharedContainerSystem _container = default!; @@ -32,7 +30,7 @@ public override void Initialize() SubscribeLocalEvent(OnStartup); SubscribeLocalEvent(OnMapInit); SubscribeLocalEvent(OnEntRemoved); - SubscribeLocalEvent(OnInteractHand); + SubscribeLocalEvent(OnInteractHand, before: new[] { typeof(SharedItemSystem) }); SubscribeLocalEvent(OnAfterInteractUsing); SubscribeLocalEvent>(OnAltInteractHand); SubscribeLocalEvent(OnExamined); @@ -73,7 +71,7 @@ private void OnEntRemoved(EntityUid uid, BinComponent component, EntRemovedFromC private void OnInteractHand(EntityUid uid, BinComponent component, InteractHandEvent args) { - if (args.Handled || !_timing.IsFirstTimePredicted) + if (args.Handled) return; EntityUid? toGrab = component.Items.LastOrDefault(); @@ -111,9 +109,6 @@ private void InsertIntoBin(EntityUid user, EntityUid target, EntityUid itemInHan if (handled || !canReach) return; - if (!_timing.IsFirstTimePredicted) - return; - if (!TryInsertIntoBin(target, itemInHand, component)) return; diff --git a/Resources/Prototypes/Entities/Objects/Misc/candy_bowl.yml b/Resources/Prototypes/Entities/Objects/Misc/candy_bowl.yml index 843b402a6c8..fe275e3be31 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/candy_bowl.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/candy_bowl.yml @@ -55,9 +55,11 @@ shape: !type:PhysShapeAabb bounds: "-0.10,-0.10,0.10,0.10" - density: 3 + density: 20 mask: - - TabletopMachineMask + - TabletopMachineMask + restitution: 0.3 + friction: 0.2 - type: InteractionOutline - type: ItemMapper sprite: Objects/Misc/candy_bowl.rsi From 6f3893a0e0a976566a0795ab52ae5cfe46cc50b6 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sun, 25 Feb 2024 13:09:20 +0000 Subject: [PATCH 82/93] 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 53e9ca0f8c0..d56a92c87af 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Admiral-Obvious-001 - changes: - - message: Added a few words to body bag descriptor so you know they stop rot. - type: Add - id: 5518 - time: '2024-01-03T01:36:18.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23407 - author: CaasGit changes: - message: Give slimes their custom speech bubble! @@ -3851,3 +3844,10 @@ id: 6017 time: '2024-02-25T11:36:17.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25555 +- author: Krunk + changes: + - message: Candy bowls function properly again! + type: Fix + id: 6018 + time: '2024-02-25T13:08:15.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25514 From a440ccfc7c0d9dcaa68a419cac50f71bde1e42a1 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Mon, 26 Feb 2024 00:10:02 +1100 Subject: [PATCH 83/93] Fix cuffs popup prediction (#25553) --- Content.Shared/Cuffs/SharedCuffableSystem.cs | 109 ++++++++----------- 1 file changed, 46 insertions(+), 63 deletions(-) diff --git a/Content.Shared/Cuffs/SharedCuffableSystem.cs b/Content.Shared/Cuffs/SharedCuffableSystem.cs index 99657c87aab..65d93f281ed 100644 --- a/Content.Shared/Cuffs/SharedCuffableSystem.cs +++ b/Content.Shared/Cuffs/SharedCuffableSystem.cs @@ -128,9 +128,9 @@ private void OnUncuffAttempt(ref UncuffAttemptEvent args) } } - if (args.Cancelled && _net.IsServer) + if (args.Cancelled) { - _popup.PopupEntity(Loc.GetString("cuffable-component-cannot-interact-message"), args.Target, args.User); + _popup.PopupClient(Loc.GetString("cuffable-component-cannot-interact-message"), args.Target, args.User); } } @@ -202,8 +202,8 @@ private void OnBuckleAttemptEvent(EntityUid uid, CuffableComponent component, re var message = args.Buckling ? Loc.GetString("handcuff-component-cuff-interrupt-buckled-message") : Loc.GetString("handcuff-component-cuff-interrupt-unbuckled-message"); - if (_net.IsServer) - _popup.PopupEntity(message, uid, args.UserEntity); + + _popup.PopupClient(message, uid, args.UserEntity); } private void OnPull(EntityUid uid, CuffableComponent component, PullMessage args) @@ -265,9 +265,9 @@ private void OnCuffableDoAfter(EntityUid uid, CuffableComponent component, UnCuf { Uncuff(target, user, used, component); } - else if (_net.IsServer) + else { - _popup.PopupEntity(Loc.GetString("cuffable-component-remove-cuffs-fail-message"), user, user); + _popup.PopupClient(Loc.GetString("cuffable-component-remove-cuffs-fail-message"), user, user); } } @@ -278,8 +278,7 @@ private void OnCuffAfterInteract(EntityUid uid, HandcuffComponent component, Aft if (!args.CanReach) { - if (_net.IsServer) - _popup.PopupEntity(Loc.GetString("handcuff-component-too-far-away-error"), args.User, args.User); + _popup.PopupClient(Loc.GetString("handcuff-component-too-far-away-error"), args.User, args.User); return; } @@ -312,8 +311,6 @@ private void OnAddCuffDoAfter(EntityUid uid, HandcuffComponent component, AddCuf if (!args.Cancelled && TryAddNewCuffs(target, user, uid, cuffable)) { _audio.PlayPredicted(component.EndCuffSound, uid, user); - if (!_net.IsServer) - return; _popup.PopupEntity(Loc.GetString("handcuff-component-cuff-observer-success-message", ("user", Identity.Name(user, EntityManager)), ("target", Identity.Name(target, EntityManager))), @@ -322,15 +319,15 @@ private void OnAddCuffDoAfter(EntityUid uid, HandcuffComponent component, AddCuf if (target == user) { - _popup.PopupEntity(Loc.GetString("handcuff-component-cuff-self-success-message"), user, user); + _popup.PopupClient(Loc.GetString("handcuff-component-cuff-self-success-message"), user, user); _adminLog.Add(LogType.Action, LogImpact.Medium, $"{ToPrettyString(user):player} has cuffed himself"); } else { - _popup.PopupEntity(Loc.GetString("handcuff-component-cuff-other-success-message", + _popup.PopupClient(Loc.GetString("handcuff-component-cuff-other-success-message", ("otherName", Identity.Name(target, EntityManager, user))), user, user); - _popup.PopupEntity(Loc.GetString("handcuff-component-cuff-by-other-success-message", + _popup.PopupClient(Loc.GetString("handcuff-component-cuff-by-other-success-message", ("otherName", Identity.Name(user, EntityManager, target))), target, target); _adminLog.Add(LogType.Action, LogImpact.Medium, $"{ToPrettyString(user):player} has cuffed {ToPrettyString(target):player}"); @@ -338,20 +335,18 @@ private void OnAddCuffDoAfter(EntityUid uid, HandcuffComponent component, AddCuf } else { - if (!_net.IsServer) - return; if (target == user) { - _popup.PopupEntity(Loc.GetString("handcuff-component-cuff-interrupt-self-message"), user, user); + _popup.PopupClient(Loc.GetString("handcuff-component-cuff-interrupt-self-message"), user, user); } else { // TODO Fix popup message wording // This message assumes that the user being handcuffed is the one that caused the handcuff to fail. - _popup.PopupEntity(Loc.GetString("handcuff-component-cuff-interrupt-message", + _popup.PopupClient(Loc.GetString("handcuff-component-cuff-interrupt-message", ("targetName", Identity.Name(target, EntityManager, user))), user, user); - _popup.PopupEntity(Loc.GetString("handcuff-component-cuff-interrupt-other-message", + _popup.PopupClient(Loc.GetString("handcuff-component-cuff-interrupt-other-message", ("otherName", Identity.Name(user, EntityManager, target))), target, target); } } @@ -462,21 +457,15 @@ public bool TryCuffing(EntityUid user, EntityUid target, EntityUid handcuff, Han if (!TryComp(target, out var hands)) { - if (_net.IsServer) - { - _popup.PopupEntity(Loc.GetString("handcuff-component-target-has-no-hands-error", - ("targetName", Identity.Name(target, EntityManager, user))), user, user); - } + _popup.PopupClient(Loc.GetString("handcuff-component-target-has-no-hands-error", + ("targetName", Identity.Name(target, EntityManager, user))), user, user); return true; } if (cuffable.CuffedHandCount >= hands.Count) { - if (_net.IsServer) - { - _popup.PopupEntity(Loc.GetString("handcuff-component-target-has-no-free-hands-error", - ("targetName", Identity.Name(target, EntityManager, user))), user, user); - } + _popup.PopupClient(Loc.GetString("handcuff-component-target-has-no-free-hands-error", + ("targetName", Identity.Name(target, EntityManager, user))), user, user); return true; } @@ -499,24 +488,21 @@ public bool TryCuffing(EntityUid user, EntityUid target, EntityUid handcuff, Han if (!_doAfter.TryStartDoAfter(doAfterEventArgs)) return true; - if (_net.IsServer) - { - _popup.PopupEntity(Loc.GetString("handcuff-component-start-cuffing-observer", + _popup.PopupEntity(Loc.GetString("handcuff-component-start-cuffing-observer", ("user", Identity.Name(user, EntityManager)), ("target", Identity.Name(target, EntityManager))), - target, Filter.Pvs(target, entityManager: EntityManager) + target, Filter.Pvs(target, entityManager: EntityManager) .RemoveWhere(e => e.AttachedEntity == target || e.AttachedEntity == user), true); - if (target == user) - { - _popup.PopupEntity(Loc.GetString("handcuff-component-target-self"), user, user); - } - else - { - _popup.PopupEntity(Loc.GetString("handcuff-component-start-cuffing-target-message", - ("targetName", Identity.Name(target, EntityManager, user))), user, user); - _popup.PopupEntity(Loc.GetString("handcuff-component-start-cuffing-by-other-message", - ("otherName", Identity.Name(user, EntityManager, target))), target, target); - } + if (target == user) + { + _popup.PopupClient(Loc.GetString("handcuff-component-target-self"), user, user); + } + else + { + _popup.PopupClient(Loc.GetString("handcuff-component-start-cuffing-target-message", + ("targetName", Identity.Name(target, EntityManager, user))), user, user); + _popup.PopupClient(Loc.GetString("handcuff-component-start-cuffing-by-other-message", + ("otherName", Identity.Name(user, EntityManager, target))), target, target); } _audio.PlayPredicted(handcuffComponent.StartCuffSound, handcuff, user); @@ -569,8 +555,7 @@ public void TryUncuff(EntityUid target, EntityUid user, EntityUid? cuffsToRemove if (!isOwner && !_interaction.InRangeUnobstructed(user, target)) { - if (_net.IsServer) - _popup.PopupEntity(Loc.GetString("cuffable-component-cannot-remove-cuffs-too-far-message"), user, user); + _popup.PopupClient(Loc.GetString("cuffable-component-cannot-remove-cuffs-too-far-message"), user, user); return; } @@ -594,26 +579,24 @@ public void TryUncuff(EntityUid target, EntityUid user, EntityUid? cuffsToRemove _damageSystem.TryChangeDamage(target, cuff.DamageOnResist, true, false); } - if (_net.IsServer) - { - _popup.PopupEntity(Loc.GetString("cuffable-component-start-uncuffing-observer", - ("user", Identity.Name(user, EntityManager)), ("target", Identity.Name(target, EntityManager))), - target, Filter.Pvs(target, entityManager: EntityManager) - .RemoveWhere(e => e.AttachedEntity == target || e.AttachedEntity == user), true); + _popup.PopupEntity(Loc.GetString("cuffable-component-start-uncuffing-observer", + ("user", Identity.Name(user, EntityManager)), ("target", Identity.Name(target, EntityManager))), + target, Filter.Pvs(target, entityManager: EntityManager) + .RemoveWhere(e => e.AttachedEntity == target || e.AttachedEntity == user), true); - if (target == user) - { - _color.RaiseEffect(Color.Red, new List() { user }, Filter.Pvs(user, entityManager: EntityManager)); - _popup.PopupEntity(Loc.GetString("cuffable-component-start-uncuffing-self"), user, user); - } - else - { - _popup.PopupEntity(Loc.GetString("cuffable-component-start-uncuffing-target-message", - ("targetName", Identity.Name(target, EntityManager, user))), user, user); - _popup.PopupEntity(Loc.GetString("cuffable-component-start-uncuffing-by-other-message", - ("otherName", Identity.Name(user, EntityManager, target))), target, target); - } + if (target == user) + { + _color.RaiseEffect(Color.Red, new List() { user }, Filter.Pvs(user, entityManager: EntityManager)); + _popup.PopupClient(Loc.GetString("cuffable-component-start-uncuffing-self"), user, user); } + else + { + _popup.PopupClient(Loc.GetString("cuffable-component-start-uncuffing-target-message", + ("targetName", Identity.Name(target, EntityManager, user))), user, user); + _popup.PopupClient(Loc.GetString("cuffable-component-start-uncuffing-by-other-message", + ("otherName", Identity.Name(user, EntityManager, target))), target, target); + } + _audio.PlayPredicted(isOwner ? cuff.StartBreakoutSound : cuff.StartUncuffSound, target, user); } From 1a5f7c39b2a2c244d5d947d8ff8f09250f21450b Mon Sep 17 00:00:00 2001 From: MilenVolf <63782763+MilenVolf@users.noreply.github.com> Date: Sun, 25 Feb 2024 16:20:28 +0300 Subject: [PATCH 84/93] Toggleable items shape change on toggle state (#25392) * Toggleable items now can change their shape depends on toggle state * Update Content.Shared/Item/SharedItemSystem.cs --------- Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> --- .../Components/ItemToggleSizeComponent.cs | 12 +++++++++++ Content.Shared/Item/SharedItemSystem.cs | 21 +++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/Content.Shared/Item/ItemToggle/Components/ItemToggleSizeComponent.cs b/Content.Shared/Item/ItemToggle/Components/ItemToggleSizeComponent.cs index 353f3d6fd55..b7b47a07322 100644 --- a/Content.Shared/Item/ItemToggle/Components/ItemToggleSizeComponent.cs +++ b/Content.Shared/Item/ItemToggle/Components/ItemToggleSizeComponent.cs @@ -18,9 +18,21 @@ public sealed partial class ItemToggleSizeComponent : Component [ViewVariables(VVAccess.ReadWrite), DataField, AutoNetworkedField] public ProtoId? ActivatedSize = null; + /// + /// Item's shape when activated + /// + [ViewVariables(VVAccess.ReadWrite), DataField] + public List? ActivatedShape = null; + /// /// Item's size when deactivated. If none is mentioned, it uses the item's default size instead. /// [ViewVariables(VVAccess.ReadWrite), DataField, AutoNetworkedField] public ProtoId? DeactivatedSize = null; + + /// + /// Item's shape when deactivated. If none is mentioned, it uses the item's default shape instead. + /// + [ViewVariables(VVAccess.ReadWrite), DataField] + public List? DeactivatedShape = null; } diff --git a/Content.Shared/Item/SharedItemSystem.cs b/Content.Shared/Item/SharedItemSystem.cs index c6a86c5011f..29e82f8adeb 100644 --- a/Content.Shared/Item/SharedItemSystem.cs +++ b/Content.Shared/Item/SharedItemSystem.cs @@ -46,6 +46,15 @@ public void SetSize(EntityUid uid, ProtoId size, ItemComponen Dirty(uid, component); } + public void SetShape(EntityUid uid, List? shape, ItemComponent? component = null) + { + if (!Resolve(uid, ref component, false)) + return; + + component.Shape = shape; + Dirty(uid, component); + } + public void SetHeldPrefix(EntityUid uid, string? heldPrefix, bool force = false, ItemComponent? component = null) { if (!Resolve(uid, ref component, false)) @@ -209,6 +218,13 @@ private void OnItemToggle(EntityUid uid, ItemToggleSizeComponent itemToggleSize, if (args.Activated) { + if (itemToggleSize.ActivatedShape != null) + { + // Set the deactivated shape to the default item's shape before it gets changed. + itemToggleSize.DeactivatedShape ??= new List(GetItemShape(item)); + SetShape(uid, itemToggleSize.ActivatedShape, item); + } + if (itemToggleSize.ActivatedSize != null) { // Set the deactivated size to the default item's size before it gets changed. @@ -218,6 +234,11 @@ private void OnItemToggle(EntityUid uid, ItemToggleSizeComponent itemToggleSize, } else { + if (itemToggleSize.DeactivatedShape != null) + { + SetShape(uid, itemToggleSize.DeactivatedShape, item); + } + if (itemToggleSize.DeactivatedSize != null) { SetSize(uid, (ProtoId) itemToggleSize.DeactivatedSize, item); From 1de102d08e93c8e5de0bfedf05d4dc02dfbee8a6 Mon Sep 17 00:00:00 2001 From: Whisper <121047731+QuietlyWhisper@users.noreply.github.com> Date: Sun, 25 Feb 2024 08:54:07 -0500 Subject: [PATCH 85/93] Juice that makes you Weh! (but real!) (#25132) * Juice that makes you Weh! * Remove dupe * updated the localization files * try to fix error --- .../Locale/en-US/flavors/flavor-profiles.ftl | 1 + Resources/Locale/en-US/reagents/meta/fun.ftl | 2 + .../Prototypes/Entities/Objects/Fun/toys.yml | 10 +++++ Resources/Prototypes/Flavors/flavors.yml | 5 +++ Resources/Prototypes/Reagents/fun.yml | 37 +++++++++++++++++-- .../Prototypes/SoundCollections/emotes.yml | 5 +++ .../Prototypes/Voice/speech_emote_sounds.yml | 21 ++++++++++- Resources/Prototypes/Voice/speech_emotes.yml | 7 +++- 8 files changed, 82 insertions(+), 6 deletions(-) diff --git a/Resources/Locale/en-US/flavors/flavor-profiles.ftl b/Resources/Locale/en-US/flavors/flavor-profiles.ftl index f2bbd60bed4..5d42146f743 100644 --- a/Resources/Locale/en-US/flavors/flavor-profiles.ftl +++ b/Resources/Locale/en-US/flavors/flavor-profiles.ftl @@ -252,3 +252,4 @@ flavor-complex-bee = unbeelievable flavor-complex-sax = like jazz flavor-complex-bottledlightning = like lightning in a bottle flavor-complex-punishment = like punishment +flavor-weh = like weh diff --git a/Resources/Locale/en-US/reagents/meta/fun.ftl b/Resources/Locale/en-US/reagents/meta/fun.ftl index 68de618a365..8764a3d28a4 100644 --- a/Resources/Locale/en-US/reagents/meta/fun.ftl +++ b/Resources/Locale/en-US/reagents/meta/fun.ftl @@ -25,3 +25,5 @@ reagent-desc-fresium = A mysterious compound that slows the vibration of atoms a reagent-name-laughter = Laughter reagent-desc-laughter = Some say that this is the best medicine, but recent studies have proven that to be untrue. +reagent-name-weh = juice that makes you Weh +reagent-desc-weh = Pure essence of lizard plush. Makes you Weh! diff --git a/Resources/Prototypes/Entities/Objects/Fun/toys.yml b/Resources/Prototypes/Entities/Objects/Fun/toys.yml index 86417c4839b..5566b65bf48 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/toys.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/toys.yml @@ -273,6 +273,11 @@ wideAnimationRotation: 180 soundHit: path: /Audio/Items/Toys/weh.ogg + - type: Extractable + juiceSolution: + reagents: + - ReagentId: JuiceThatMakesYouWeh + Quantity: 30 - type: entity parent: PlushieLizard @@ -311,6 +316,11 @@ wideAnimationRotation: 180 soundHit: path: /Audio/Items/Toys/muffled_weh.ogg + - type: Extractable + juiceSolution: + reagents: + - ReagentId: JuiceThatMakesYouWeh + Quantity: 30 - type: entity parent: BasePlushie diff --git a/Resources/Prototypes/Flavors/flavors.yml b/Resources/Prototypes/Flavors/flavors.yml index 9015d0a6bd7..44d8847bae9 100644 --- a/Resources/Prototypes/Flavors/flavors.yml +++ b/Resources/Prototypes/Flavors/flavors.yml @@ -1004,6 +1004,11 @@ flavorType: Complex description: flavor-complex-profits +- type: flavor + id: weh + flavorType: Base + description: flavor-weh + - type: flavor id: fishops flavorType: Complex diff --git a/Resources/Prototypes/Reagents/fun.yml b/Resources/Prototypes/Reagents/fun.yml index 25b0e8da809..9597627e876 100644 --- a/Resources/Prototypes/Reagents/fun.yml +++ b/Resources/Prototypes/Reagents/fun.yml @@ -41,7 +41,6 @@ conditions: - !type:OrganType type: Moth - - type: reagent id: BuzzochloricBees @@ -222,13 +221,13 @@ entity: IceCrust maxOnTileWhitelist: tags: [ Ice ] - - !type:ExtinguishTileReaction { } + - !type:ExtinguishTileReaction { } reactiveEffects: Acidic: methods: [ Touch ] effects: - !type:HealthChange - scaleByQuantity: true + scaleByQuantity: true ignoreResistances: false damage: types: @@ -236,7 +235,7 @@ - !type:AdjustTemperature conditions: - !type:Temperature - min: 160.15 + min: 160.15 amount: -30000 Extinguish: methods: [ Touch ] @@ -319,3 +318,33 @@ messages: [ "laughter-effect-control-laughter" ] probability: 0.2 +- type: reagent + id: JuiceThatMakesYouWeh + name: reagent-name-weh + group: Toxins + desc: reagent-desc-weh + physicalDesc: reagent-physical-desc-vibrant + flavor: weh + color: "#59b23a" + metabolisms: + Poison: + metabolismRate: 0.25 + effects: + - !type:Emote + emote: Weh + showInChat: true + probability: 0.5 + - !type:Polymorph + prototype: ArtifactLizard # Does the same thing as the original YML I made for this reagent. + conditions: + - !type:OrganType + type: Animal + shouldHave: false + - !type:ReagentThreshold + min: 50 + - !type:AdjustReagent + reagent: JuiceThatMakesYouWeh + amount: -20 + conditions: + - !type:ReagentThreshold + min: 50 diff --git a/Resources/Prototypes/SoundCollections/emotes.yml b/Resources/Prototypes/SoundCollections/emotes.yml index 19b1b0e33dd..1fbd88b48f7 100644 --- a/Resources/Prototypes/SoundCollections/emotes.yml +++ b/Resources/Prototypes/SoundCollections/emotes.yml @@ -74,3 +74,8 @@ id: Squishes files: - /Audio/Voice/Slime/slime_squish.ogg + +- type: soundCollection + id: Weh + files: + - /Audio/Items/Toys/weh.ogg diff --git a/Resources/Prototypes/Voice/speech_emote_sounds.yml b/Resources/Prototypes/Voice/speech_emote_sounds.yml index 3740b995212..ee76fa33d2c 100644 --- a/Resources/Prototypes/Voice/speech_emote_sounds.yml +++ b/Resources/Prototypes/Voice/speech_emote_sounds.yml @@ -32,6 +32,8 @@ collection: MaleCry Whistle: collection: Whistles + Weh: + collection: Weh - type: emoteSounds id: FemaleHuman @@ -66,6 +68,8 @@ collection: FemaleCry Whistle: collection: Whistles + Weh: + collection: Weh - type: emoteSounds id: UnisexReptilian @@ -82,6 +86,8 @@ collection: Whistles Crying: collection: MaleCry + Weh: + collection: Weh - type: emoteSounds id: MaleSlime @@ -116,6 +122,8 @@ collection: MaleCry Whistle: collection: Whistles + Weh: + collection: Weh params: variation: 0.125 @@ -152,6 +160,8 @@ collection: FemaleCry Whistle: collection: Whistles + Weh: + collection: Weh params: variation: 0.125 @@ -175,10 +185,11 @@ collection: DionaLaugh Honk: collection: BikeHorn + Weh: + collection: Weh params: variation: 0.125 - - type: emoteSounds id: UnisexArachnid params: @@ -192,6 +203,8 @@ path: /Audio/Voice/Arachnid/arachnid_chitter.ogg Click: path: /Audio/Voice/Arachnid/arachnid_click.ogg + Weh: + collection: Weh - type: emoteSounds id: UnisexDwarf @@ -224,6 +237,8 @@ collection: MaleCry Whistle: collection: Whistles + Weh: + collection: Weh params: variation: 0.125 pitch: 0.75 @@ -259,6 +274,8 @@ collection: FemaleCry Whistle: collection: Whistles + Weh: + collection: Weh params: variation: 0.125 pitch: 0.75 @@ -278,6 +295,8 @@ path: /Audio/Voice/Moth/moth_chitter.ogg Squeak: path: /Audio/Voice/Moth/moth_squeak.ogg + Weh: + collection: Weh # body emotes - type: emoteSounds diff --git a/Resources/Prototypes/Voice/speech_emotes.yml b/Resources/Prototypes/Voice/speech_emotes.yml index 0ee67d17c78..01cb7e6697e 100644 --- a/Resources/Prototypes/Voice/speech_emotes.yml +++ b/Resources/Prototypes/Voice/speech_emotes.yml @@ -242,6 +242,11 @@ - buzzes. - buzzes! +- type: emote + id: Weh + category: Vocal + chatMessages: [Weh!] + - type: emote id: Chirp category: Vocal @@ -258,4 +263,4 @@ - chirped! - chirping - chirping. - - chirping! \ No newline at end of file + - chirping! From 87def406bc2cb3121888d162c8fe707ff937dd6f Mon Sep 17 00:00:00 2001 From: 778b <33431126+778b@users.noreply.github.com> Date: Sun, 25 Feb 2024 17:54:44 +0400 Subject: [PATCH 86/93] Added ContainerSpawnPoint check for integration test (#25446) * Added logic for ContainerSpawnPoint checks * Improved with template function * fixed nullable * hehe * hehe T? * added type check before cast * another nullable fix * and another one * return to old code (found typo) * Code cleanup --------- Co-authored-by: metalgearsloth --- .../Tests/PostMapInitTest.cs | 44 ++++++++++++------- .../ContainerSpawnPointComponent.cs | 4 +- .../Spawners/Components/ISpawnPoint.cs | 7 +++ .../Components/SpawnPointComponent.cs | 10 +++-- 4 files changed, 44 insertions(+), 21 deletions(-) create mode 100644 Content.Server/Spawners/Components/ISpawnPoint.cs diff --git a/Content.IntegrationTests/Tests/PostMapInitTest.cs b/Content.IntegrationTests/Tests/PostMapInitTest.cs index bf114301136..5356529cd88 100644 --- a/Content.IntegrationTests/Tests/PostMapInitTest.cs +++ b/Content.IntegrationTests/Tests/PostMapInitTest.cs @@ -226,25 +226,13 @@ await server.WaitPost(() => if (entManager.HasComponent(station)) { - // Test that the map has valid latejoin spawn points + // Test that the map has valid latejoin spawn points or container spawn points if (!NoSpawnMaps.Contains(mapProto)) { var lateSpawns = 0; - var query = entManager.AllEntityQueryEnumerator(); - while (query.MoveNext(out var uid, out var comp)) - { - if (comp.SpawnType != SpawnPointType.LateJoin - || !xformQuery.TryGetComponent(uid, out var xform) - || xform.GridUid == null - || !gridUids.Contains(xform.GridUid.Value)) - { - continue; - } - - lateSpawns++; - break; - } + lateSpawns += GetCountLateSpawn(gridUids, entManager); + lateSpawns += GetCountLateSpawn(gridUids, entManager); Assert.That(lateSpawns, Is.GreaterThan(0), $"Found no latejoin spawn points on {mapProto}"); } @@ -283,6 +271,32 @@ await server.WaitPost(() => await pair.CleanReturnAsync(); } + + + private static int GetCountLateSpawn(List gridUids, IEntityManager entManager) + where T : ISpawnPoint, IComponent + { + var resultCount = 0; + var queryPoint = entManager.AllEntityQueryEnumerator(); +#nullable enable + while (queryPoint.MoveNext(out T? comp, out var xform)) + { + var spawner = (ISpawnPoint) comp; + + if (spawner.SpawnType is not SpawnPointType.LateJoin + || xform.GridUid == null + || !gridUids.Contains(xform.GridUid.Value)) + { + continue; + } +#nullable disable + resultCount++; + break; + } + + return resultCount; + } + [Test] public async Task AllMapsTested() { diff --git a/Content.Server/Spawners/Components/ContainerSpawnPointComponent.cs b/Content.Server/Spawners/Components/ContainerSpawnPointComponent.cs index 9782becc271..5c8e3c4186b 100644 --- a/Content.Server/Spawners/Components/ContainerSpawnPointComponent.cs +++ b/Content.Server/Spawners/Components/ContainerSpawnPointComponent.cs @@ -8,7 +8,7 @@ namespace Content.Server.Spawners.Components; /// [RegisterComponent] [Access(typeof(ContainerSpawnPointSystem))] -public sealed partial class ContainerSpawnPointComponent : Component +public sealed partial class ContainerSpawnPointComponent : Component, ISpawnPoint { /// /// The ID of the container that this entity will spawn players into @@ -26,5 +26,5 @@ public sealed partial class ContainerSpawnPointComponent : Component /// The type of spawn point /// [DataField, ViewVariables(VVAccess.ReadWrite)] - public SpawnPointType SpawnType = SpawnPointType.Unset; + public SpawnPointType SpawnType { get; set; } = SpawnPointType.Unset; } diff --git a/Content.Server/Spawners/Components/ISpawnPoint.cs b/Content.Server/Spawners/Components/ISpawnPoint.cs new file mode 100644 index 00000000000..e01841ef993 --- /dev/null +++ b/Content.Server/Spawners/Components/ISpawnPoint.cs @@ -0,0 +1,7 @@ +namespace Content.Server.Spawners.Components; + +public interface ISpawnPoint +{ + SpawnPointType SpawnType { get; set; } +} + diff --git a/Content.Server/Spawners/Components/SpawnPointComponent.cs b/Content.Server/Spawners/Components/SpawnPointComponent.cs index 5a86175a1d2..5cf231f224e 100644 --- a/Content.Server/Spawners/Components/SpawnPointComponent.cs +++ b/Content.Server/Spawners/Components/SpawnPointComponent.cs @@ -4,7 +4,7 @@ namespace Content.Server.Spawners.Components; [RegisterComponent] -public sealed partial class SpawnPointComponent : Component +public sealed partial class SpawnPointComponent : Component, ISpawnPoint { [Dependency] private readonly IPrototypeManager _prototypeManager = default!; @@ -12,9 +12,11 @@ public sealed partial class SpawnPointComponent : Component [DataField("job_id")] private string? _jobId; - [ViewVariables(VVAccess.ReadWrite)] - [DataField("spawn_type")] - public SpawnPointType SpawnType { get; private set; } = SpawnPointType.Unset; + /// + /// The type of spawn point + /// + [DataField("spawn_type"), ViewVariables(VVAccess.ReadWrite)] + public SpawnPointType SpawnType { get; set; } = SpawnPointType.Unset; public JobPrototype? Job => string.IsNullOrEmpty(_jobId) ? null : _prototypeManager.Index(_jobId); From 4613c9dabc5bd4aee29895486e4afae297be5520 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sun, 25 Feb 2024 13:55:13 +0000 Subject: [PATCH 87/93] 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 d56a92c87af..f62b85d8c4e 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: CaasGit - changes: - - message: Give slimes their custom speech bubble! - type: Tweak - id: 5519 - time: '2024-01-03T05:12:56.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23415 - author: zzylex changes: - message: You can now make plungers stick to walls. @@ -3851,3 +3844,10 @@ id: 6018 time: '2024-02-25T13:08:15.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25514 +- author: Whisper + changes: + - message: Added juice that makes you Weh! Juice a lizard plushie today! + type: Add + id: 6019 + time: '2024-02-25T13:54:07.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25132 From ad29dbe302ac921b9e3f6cbd3ded79788db27b46 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Mon, 26 Feb 2024 07:22:43 +1100 Subject: [PATCH 88/93] Fix ItemSlots prediction (#25552) IDK what this arg is for but seems okay with guns. Without it it always thinks the insertion can work. --- Content.Shared/Containers/ItemSlot/ItemSlotsSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/Containers/ItemSlot/ItemSlotsSystem.cs b/Content.Shared/Containers/ItemSlot/ItemSlotsSystem.cs index d832cdfef8c..90f4f2a9006 100644 --- a/Content.Shared/Containers/ItemSlot/ItemSlotsSystem.cs +++ b/Content.Shared/Containers/ItemSlot/ItemSlotsSystem.cs @@ -274,7 +274,7 @@ public bool CanInsert(EntityUid uid, EntityUid usedUid, EntityUid? user, ItemSlo if (ev.Cancelled) return false; - return _containers.CanInsert(usedUid, slot.ContainerSlot, assumeEmpty: true); + return _containers.CanInsert(usedUid, slot.ContainerSlot); } /// From 7ba6765a6af09e060f539d8b6fa847de9512c4c9 Mon Sep 17 00:00:00 2001 From: potato1234_x <79580518+potato1234x@users.noreply.github.com> Date: Mon, 26 Feb 2024 06:23:22 +1000 Subject: [PATCH 89/93] fix solar computer sprite (#25548) fix --- .../Machines/computers.rsi/solar_screen.png | Bin 1084 -> 702 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/Resources/Textures/Structures/Machines/computers.rsi/solar_screen.png b/Resources/Textures/Structures/Machines/computers.rsi/solar_screen.png index 90eb9eb5c6ca4c6c0ec3ebed2eda7cf6d618f488..47c9c9340fd3b85d054c02c20b9920373e2c44ee 100644 GIT binary patch delta 689 zcmdnPv5$3vWIZzj1H+dG6Mq6J#^NA%Cx&(BWL^R}Ea{HEjtmSN`?>!lvI6-M0X`wF zZIKd(86r}Ls&_JJO@y6X{9WP;wTC73;quQ4ELJ%Mgqk+3p^r=85sBu zgD~Uq{1qt-3{29VE{-7;ac^fb*5@5o;Bgi9nD+aA1=}5y8&_23W@^3t?=|}f^Yg|T zQa85TmEmw;V2W2VINK|8hwam+V!qxpl23V_@Ha|0|7vNqQ(X6DCHIj#2cOLSxU=P1 z7HdcQk?Xq-$mQ=_?;xn6$5ZV0VUBr4F~7>cEH=$~e|EB;(D(f~a}|UCgBi1en_n!b zKW6?~yz%ybp88oQHQJ?JB!YH0wkWnryBJwz+!F>_EzrQgqQJliVLAvtI6TY4&GL@I zp$Uh0m3TDoC`<|z-0`<$PrSku?w%sqpt4_TKZK$5smMsO7&S0Wq*1WO!q~@Qa^6iZ2?;-&2YH_&n&r553zR_TfwyV_fUk zv0SULxV-X5v8q7$?gsO4riI4L`RiDw-PC(<_A8f88DsuB);E$DW?q`^-5A$6@4-{f z7or?<*>BA5;k$QzhrkRg)@6MUIP#@FgeMslQxv2-tZnEy#DR#rEo^?*8 z^MlQea6d*ZSpMWp=y(770v?V1@d77UIWOv5c)qPcE}r|(h3L(p4Lg1|2tT%FD$z6K z{!y&B;lKOVxqAK6cSbetw|%f{!7b+Q$OH4e8;{Owv=7%#$X5c|`6x@g;CWDjslF6@ zfo8(G2ON5=XFe+L5ZG|7-$<*0oAKXYE#?aM${KJeKiJQmb6ejub^+Vux%)whlfl!~ K&t;ucLK6VJiyegk delta 1074 zcmV-21kL-t1-uB58Gi-<006^2Vaosj1OrJ#K~#90?cF_78bKJq@rUSSGDBl&XHW`T zy9~~K1RFbNr0_G?(Ws3bpMgSW>};r0-AGGIff_qX8fG#X8B)Y02doF|F8A>A|1}t* z`R`qp^Nn3Z000000Klfm+3vhO+Z{xQ`Jkb=)sxCY$J(Q>*MHx(y>oP!m#rh~Upb3p z_5-4yUH?nk2bErHQhKco-%j3&h`e03M{b87bAK{&>&o9r<}!o|oe zN)E)tM+Pw-KYuN{Ucg;K6qQ-j3G_vezIrAqjmg?IRDlO5Vv{~NnTER z&Oj#~{ePrQ>L+&*ndSVmQ6zl;000000000000000o9p&$cOlPNr?1mbed$=6=rAww z&4JoUpdYqB_XH3T**e-*Jqh%~^_?bwh)A?^r+PW0AExg-0p#gXDnA|P0+L8@koqYy+Nm_*TcizVigoULdO7*Zz+W z#d!jlRVgo*?O=mhrM_97wd%+3^=;tzt5;`@zJK3q0_<0ds+VH={(Y|rPC;$Ke07*qoM6N<$f?TR9ZU6uP From b30cda8b42098b6664272d5d1375155e2d421b02 Mon Sep 17 00:00:00 2001 From: wafehling Date: Sun, 25 Feb 2024 15:15:35 -0600 Subject: [PATCH 90/93] Added Survival to the secret rotation (#25568) --- Resources/Prototypes/secret_weights.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/secret_weights.yml b/Resources/Prototypes/secret_weights.yml index 9e651a10445..ebeb784e42f 100644 --- a/Resources/Prototypes/secret_weights.yml +++ b/Resources/Prototypes/secret_weights.yml @@ -1,7 +1,8 @@ - type: weightedRandom id: Secret weights: - Nukeops: 0.25 - Traitor: 0.65 + Nukeops: 0.20 + Traitor: 0.60 Zombie: 0.10 + Survival: 0.10 From 4e1603424008c0323972207d7699653570fd1912 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sun, 25 Feb 2024 21:16:41 +0000 Subject: [PATCH 91/93] Automatic changelog update --- Resources/Changelog/Changelog.yml | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index f62b85d8c4e..bfd535dc520 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,15 +1,4 @@ Entries: -- author: zzylex - changes: - - message: You can now make plungers stick to walls. - type: Tweak - - message: A sound is made when a plunger gets stuck to something. - type: Add - - message: You can now shoot plungers with bows. - type: Tweak - id: 5520 - time: '2024-01-03T05:36:17.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23406 - author: EmoGarbage404 changes: - message: Added flatpacks, boxes that unpack into a full-sized machine when activated @@ -3851,3 +3840,11 @@ id: 6019 time: '2024-02-25T13:54:07.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25132 +- author: wafehling + changes: + - message: Secret mode has become more secret, with the 4th option Survival added + to the rotation. + type: Tweak + id: 6020 + time: '2024-02-25T21:15:35.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25568 From de36ebe2dfbcba11866b61a69d46c2d27077ee76 Mon Sep 17 00:00:00 2001 From: Kara Date: Sun, 25 Feb 2024 15:04:51 -0700 Subject: [PATCH 92/93] Don't double-dip survival intensity scaling (#25570) --- .../StationEvents/Events/AnomalySpawnRule.cs | 2 +- .../Events/BluespaceArtifactRule.cs | 2 +- .../Events/BureaucraticErrorRule.cs | 8 +++----- .../StationEvents/Events/GasLeakRule.cs | 4 +--- .../StationEvents/Events/MeteorSwarmRule.cs | 7 ++----- .../Events/RandomSentienceRule.cs | 3 +-- .../Events/StationEventSystem.cs | 20 ------------------- .../StationEvents/Events/VentClogRule.cs | 9 +++------ .../RampingStationEventSchedulerSystem.cs | 20 ------------------- 9 files changed, 12 insertions(+), 63 deletions(-) diff --git a/Content.Server/StationEvents/Events/AnomalySpawnRule.cs b/Content.Server/StationEvents/Events/AnomalySpawnRule.cs index a59af52f6d5..48a3b900c44 100644 --- a/Content.Server/StationEvents/Events/AnomalySpawnRule.cs +++ b/Content.Server/StationEvents/Events/AnomalySpawnRule.cs @@ -33,7 +33,7 @@ protected override void Started(EntityUid uid, AnomalySpawnRuleComponent compone if (grid is null) return; - var amountToSpawn = Math.Max(1, (int) MathF.Round(GetSeverityModifier() / 2)); + var amountToSpawn = 1; for (var i = 0; i < amountToSpawn; i++) { _anomaly.SpawnOnRandomGridLocation(grid.Value, component.AnomalySpawnerPrototype); diff --git a/Content.Server/StationEvents/Events/BluespaceArtifactRule.cs b/Content.Server/StationEvents/Events/BluespaceArtifactRule.cs index 306b735b847..0eed77f1543 100644 --- a/Content.Server/StationEvents/Events/BluespaceArtifactRule.cs +++ b/Content.Server/StationEvents/Events/BluespaceArtifactRule.cs @@ -19,7 +19,7 @@ protected override void Started(EntityUid uid, BluespaceArtifactRuleComponent co { base.Started(uid, component, gameRule, args); - var amountToSpawn = Math.Max(1, (int) MathF.Round(GetSeverityModifier() / 1.5f)); + var amountToSpawn = 1; for (var i = 0; i < amountToSpawn; i++) { if (!TryFindRandomTile(out _, out _, out _, out var coords)) diff --git a/Content.Server/StationEvents/Events/BureaucraticErrorRule.cs b/Content.Server/StationEvents/Events/BureaucraticErrorRule.cs index b82546a55ba..249a14a9b8a 100644 --- a/Content.Server/StationEvents/Events/BureaucraticErrorRule.cs +++ b/Content.Server/StationEvents/Events/BureaucraticErrorRule.cs @@ -25,11 +25,9 @@ protected override void Started(EntityUid uid, BureaucraticErrorRuleComponent co if (jobList.Count == 0) return; - var mod = GetSeverityModifier(); - // Low chance to completely change up the late-join landscape by closing all positions except infinite slots. // Lower chance than the /tg/ equivalent of this event. - if (RobustRandom.Prob(Math.Min(0.25f * MathF.Sqrt(mod), 1.0f))) + if (RobustRandom.Prob(0.25f)) { var chosenJob = RobustRandom.PickAndTake(jobList); _stationJobs.MakeJobUnlimited(chosenStation.Value, chosenJob); // INFINITE chaos. @@ -42,8 +40,8 @@ protected override void Started(EntityUid uid, BureaucraticErrorRuleComponent co } else { - var lower = (int) (jobList.Count * Math.Min(1.0f, 0.20 * mod)); - var upper = (int) (jobList.Count * Math.Min(1.0f, 0.30 * mod)); + var lower = (int) (jobList.Count * 0.20); + var upper = (int) (jobList.Count * 0.30); // Changing every role is maybe a bit too chaotic so instead change 20-30% of them. var num = RobustRandom.Next(lower, upper); for (var i = 0; i < num; i++) diff --git a/Content.Server/StationEvents/Events/GasLeakRule.cs b/Content.Server/StationEvents/Events/GasLeakRule.cs index b10db0e5b70..68544e416c3 100644 --- a/Content.Server/StationEvents/Events/GasLeakRule.cs +++ b/Content.Server/StationEvents/Events/GasLeakRule.cs @@ -19,8 +19,6 @@ protected override void Started(EntityUid uid, GasLeakRuleComponent component, G if (!TryComp(uid, out var stationEvent)) return; - var mod = MathF.Sqrt(GetSeverityModifier()); - // Essentially we'll pick out a target amount of gas to leak, then a rate to leak it at, then work out the duration from there. if (TryFindRandomTile(out component.TargetTile, out var target, out component.TargetGrid, out component.TargetCoords)) { @@ -29,7 +27,7 @@ protected override void Started(EntityUid uid, GasLeakRuleComponent component, G component.LeakGas = RobustRandom.Pick(component.LeakableGases); // Was 50-50 on using normal distribution. - var totalGas = RobustRandom.Next(component.MinimumGas, component.MaximumGas) * mod; + var totalGas = RobustRandom.Next(component.MinimumGas, component.MaximumGas); var startAfter = stationEvent.StartDelay; component.MolesPerSecond = RobustRandom.Next(component.MinimumMolesPerSecond, component.MaximumMolesPerSecond); diff --git a/Content.Server/StationEvents/Events/MeteorSwarmRule.cs b/Content.Server/StationEvents/Events/MeteorSwarmRule.cs index ef84d0a9aef..192a620c9fc 100644 --- a/Content.Server/StationEvents/Events/MeteorSwarmRule.cs +++ b/Content.Server/StationEvents/Events/MeteorSwarmRule.cs @@ -17,8 +17,7 @@ protected override void Started(EntityUid uid, MeteorSwarmRuleComponent componen { base.Started(uid, component, gameRule, args); - var mod = Math.Sqrt(GetSeverityModifier()); - component.WaveCounter = (int) (RobustRandom.Next(component.MinimumWaves, component.MaximumWaves) * mod); + component.WaveCounter = RobustRandom.Next(component.MinimumWaves, component.MaximumWaves); } protected override void ActiveTick(EntityUid uid, MeteorSwarmRuleComponent component, GameRuleComponent gameRule, float frameTime) @@ -29,8 +28,6 @@ protected override void ActiveTick(EntityUid uid, MeteorSwarmRuleComponent compo return; } - var mod = GetSeverityModifier(); - component.Cooldown -= frameTime; if (component.Cooldown > 0f) @@ -38,7 +35,7 @@ protected override void ActiveTick(EntityUid uid, MeteorSwarmRuleComponent compo component.WaveCounter--; - component.Cooldown += (component.MaximumCooldown - component.MinimumCooldown) * RobustRandom.NextFloat() / mod + component.MinimumCooldown; + component.Cooldown += (component.MaximumCooldown - component.MinimumCooldown) * RobustRandom.NextFloat() + component.MinimumCooldown; Box2? playableArea = null; var mapId = GameTicker.DefaultMap; diff --git a/Content.Server/StationEvents/Events/RandomSentienceRule.cs b/Content.Server/StationEvents/Events/RandomSentienceRule.cs index d90361fe962..4b7606d01f9 100644 --- a/Content.Server/StationEvents/Events/RandomSentienceRule.cs +++ b/Content.Server/StationEvents/Events/RandomSentienceRule.cs @@ -11,7 +11,6 @@ protected override void Started(EntityUid uid, RandomSentienceRuleComponent comp { HashSet stationsToNotify = new(); - var mod = GetSeverityModifier(); var targetList = new List>(); var query = EntityQueryEnumerator(); while (query.MoveNext(out var targetUid, out var target)) @@ -21,7 +20,7 @@ protected override void Started(EntityUid uid, RandomSentienceRuleComponent comp RobustRandom.Shuffle(targetList); - var toMakeSentient = (int) (RobustRandom.Next(2, 5) * Math.Sqrt(mod)); + var toMakeSentient = RobustRandom.Next(2, 5); var groups = new HashSet(); foreach (var target in targetList) diff --git a/Content.Server/StationEvents/Events/StationEventSystem.cs b/Content.Server/StationEvents/Events/StationEventSystem.cs index 221beccee73..a4f6bc70dfa 100644 --- a/Content.Server/StationEvents/Events/StationEventSystem.cs +++ b/Content.Server/StationEvents/Events/StationEventSystem.cs @@ -134,25 +134,5 @@ protected void ForceEndSelf(EntityUid uid, GameRuleComponent? component = null) GameTicker.EndGameRule(uid, component); } - public float GetSeverityModifier() - { - var ev = new GetSeverityModifierEvent(); - RaiseLocalEvent(ev); - return ev.Modifier; - } - #endregion } - -/// -/// Raised broadcast to determine what the severity modifier should be for an event, some positive number that can be multiplied with various things. -/// Handled by usually other game rules (like the ramping scheduler). -/// Most events should try and make use of this if possible. -/// -public sealed class GetSeverityModifierEvent : EntityEventArgs -{ - /// - /// Should be multiplied/added to rather than set, for commutativity. - /// - public float Modifier = 1.0f; -} diff --git a/Content.Server/StationEvents/Events/VentClogRule.cs b/Content.Server/StationEvents/Events/VentClogRule.cs index f378aec3fb9..e263a5f4f69 100644 --- a/Content.Server/StationEvents/Events/VentClogRule.cs +++ b/Content.Server/StationEvents/Events/VentClogRule.cs @@ -28,9 +28,6 @@ protected override void Started(EntityUid uid, VentClogRuleComponent component, .Where(x => !x.Abstract) .Select(x => x.ID).ToList(); - // TODO: This is gross, but not much can be done until event refactor, which needs Dynamic. - var mod = (float) Math.Sqrt(GetSeverityModifier()); - foreach (var (_, transform) in EntityManager.EntityQuery()) { if (CompOrNull(transform.GridUid)?.Station != chosenStation) @@ -40,14 +37,14 @@ protected override void Started(EntityUid uid, VentClogRuleComponent component, var solution = new Solution(); - if (!RobustRandom.Prob(Math.Min(0.33f * mod, 1.0f))) + if (!RobustRandom.Prob(0.33f)) continue; - var pickAny = RobustRandom.Prob(Math.Min(0.05f * mod, 1.0f)); + var pickAny = RobustRandom.Prob(0.05f); var reagent = RobustRandom.Pick(pickAny ? allReagents : component.SafeishVentChemicals); var weak = component.WeakReagents.Contains(reagent); - var quantity = (weak ? component.WeakReagentQuantity : component.ReagentQuantity) * mod; + var quantity = weak ? component.WeakReagentQuantity : component.ReagentQuantity; solution.AddReagent(reagent, quantity); var foamEnt = Spawn("Foam", transform.Coordinates); diff --git a/Content.Server/StationEvents/RampingStationEventSchedulerSystem.cs b/Content.Server/StationEvents/RampingStationEventSchedulerSystem.cs index 5c972df52e1..ef3b5cf18a7 100644 --- a/Content.Server/StationEvents/RampingStationEventSchedulerSystem.cs +++ b/Content.Server/StationEvents/RampingStationEventSchedulerSystem.cs @@ -25,13 +25,6 @@ public float GetChaosModifier(EntityUid uid, RampingStationEventSchedulerCompone return component.MaxChaos / component.EndTime * roundTime + component.StartingChaos; } - public override void Initialize() - { - base.Initialize(); - - SubscribeLocalEvent(OnGetSeverityModifier); - } - protected override void Started(EntityUid uid, RampingStationEventSchedulerComponent component, GameRuleComponent gameRule, GameRuleStartedEvent args) { base.Started(uid, component, gameRule, args); @@ -73,19 +66,6 @@ public override void Update(float frameTime) } } - private void OnGetSeverityModifier(GetSeverityModifierEvent ev) - { - var query = EntityQueryEnumerator(); - while (query.MoveNext(out var uid, out var scheduler, out var gameRule)) - { - if (!GameTicker.IsGameRuleActive(uid, gameRule)) - return; - - ev.Modifier *= GetChaosModifier(uid, scheduler); - Logger.Info($"Ramping set modifier to {ev.Modifier}"); - } - } - private void PickNextEventTime(EntityUid uid, RampingStationEventSchedulerComponent component) { var mod = GetChaosModifier(uid, component); From d4dabb0f76d844346273c175d32540901b71c639 Mon Sep 17 00:00:00 2001 From: Zack Backmen Date: Mon, 26 Feb 2024 01:53:38 +0300 Subject: [PATCH 93/93] upd --- Content.Server/Backmen/Shipwrecked/ShipwreckedRuleSystem.cs | 1 + .../Backmen/StationEvents/Events/BluespaceGoatRule.cs | 2 +- .../Backmen/StationEvents/Events/NoosphericStormRule.cs | 2 +- Resources/migration.yml | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Content.Server/Backmen/Shipwrecked/ShipwreckedRuleSystem.cs b/Content.Server/Backmen/Shipwrecked/ShipwreckedRuleSystem.cs index 8d8d915f715..65bf510c355 100644 --- a/Content.Server/Backmen/Shipwrecked/ShipwreckedRuleSystem.cs +++ b/Content.Server/Backmen/Shipwrecked/ShipwreckedRuleSystem.cs @@ -89,6 +89,7 @@ using Robust.Shared.Configuration; using Robust.Shared.Map; using Robust.Shared.Map.Components; +using Robust.Shared.Map.Enumerators; using Robust.Shared.Physics.Collision.Shapes; using Robust.Shared.Physics.Components; using Robust.Shared.Physics.Dynamics; diff --git a/Content.Server/Backmen/StationEvents/Events/BluespaceGoatRule.cs b/Content.Server/Backmen/StationEvents/Events/BluespaceGoatRule.cs index 7267798402e..d842c960b85 100644 --- a/Content.Server/Backmen/StationEvents/Events/BluespaceGoatRule.cs +++ b/Content.Server/Backmen/StationEvents/Events/BluespaceGoatRule.cs @@ -19,7 +19,7 @@ protected override void Started(EntityUid uid, BluespaceGoatRuleComponent compon { base.Started(uid, component, gameRule, args); - var amountToSpawn = Math.Max(1, (int) MathF.Round(GetSeverityModifier() / 1.5f)); + var amountToSpawn = 1;//Math.Max(1, (int) MathF.Round(GetSeverityModifier() / 1.5f)); for (var i = 0; i < amountToSpawn; i++) { if (!TryFindRandomTile(out _, out _, out _, out var coords)) diff --git a/Content.Server/Backmen/StationEvents/Events/NoosphericStormRule.cs b/Content.Server/Backmen/StationEvents/Events/NoosphericStormRule.cs index 382c125d583..cece58fbf8c 100644 --- a/Content.Server/Backmen/StationEvents/Events/NoosphericStormRule.cs +++ b/Content.Server/Backmen/StationEvents/Events/NoosphericStormRule.cs @@ -51,7 +51,7 @@ protected override void Started(EntityUid uid, NoosphericStormRuleComponent comp // Increase glimmer. var baseGlimmerAdd = _robustRandom.Next(component.BaseGlimmerAddMin, component.BaseGlimmerAddMax); - var glimmerSeverityMod = 1 + (component.GlimmerSeverityCoefficient * (GetSeverityModifier() - 1f)); + var glimmerSeverityMod = 1.66f;//1 + (component.GlimmerSeverityCoefficient * (GetSeverityModifier() - 1f)); var glimmerAdded = (int) Math.Round(baseGlimmerAdd * glimmerSeverityMod); _glimmerSystem.Glimmer += glimmerAdded; diff --git a/Resources/migration.yml b/Resources/migration.yml index e07298ea55e..55aa5f416b2 100644 --- a/Resources/migration.yml +++ b/Resources/migration.yml @@ -38,7 +38,7 @@ GunSafeSubMachineGunVector: GunSafeSubMachineGunDrozd # 2023-05-24 AMEController: AmeController AMEJar: AmeJar -AMEPart: AmePart +#AMEPart: AmePart AMEShielding: AmeShielding # 2023-05-29